@charset "UTF-8";
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */
}

button {
  overflow: visible;
  /* Internet Explorer 11- */
  -webkit-appearance: button;
  /* iOS 8+ */
}

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

input {
  -webkit-border-radius: 0;
}

input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* iOS 8+ */
}

input[type=search] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */
}

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */
}

small {
  font-size: 75%;
  /* All browsers */
}

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

/* specify the core styles of all elements */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

/* specify the text decoration of anchors */
a {
  text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* specify the background color of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
}

/* specify the inherited color and font of form elements */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/* specify the minimum height of form elements */
button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */
}

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
  resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

/* specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.row__item {
  width: 100%;
}
.row__item--mobile-1 {
  width: 8.3333333333%;
}
.row__item--mobile-2 {
  width: 16.6666666667%;
}
.row__item--mobile-3 {
  width: 25%;
}
.row__item--mobile-4 {
  width: 33.3333333333%;
}
.row__item--mobile-5 {
  width: 41.6666666667%;
}
.row__item--mobile-6 {
  width: 50%;
}
.row__item--mobile-7 {
  width: 58.3333333333%;
}
.row__item--mobile-8 {
  width: 66.6666666667%;
}
.row__item--mobile-9 {
  width: 75%;
}
.row__item--mobile-10 {
  width: 83.3333333333%;
}
.row__item--mobile-11 {
  width: 91.6666666667%;
}
.row__item--mobile-12 {
  width: 100%;
}
.row__item--mobile-fifth {
  width: 20%;
}
@media (min-width: 768px), print {
  .row__item--tablet-1 {
    width: 8.3333333333%;
  }
}
@media (min-width: 768px), print {
  .row__item--tablet-2 {
    width: 16.6666666667%;
  }
}
@media (min-width: 768px), print {
  .row__item--tablet-3 {
    width: 25%;
  }
}
@media (min-width: 768px), print {
  .row__item--tablet-4 {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px), print {
  .row__item--tablet-5 {
    width: 41.6666666667%;
  }
}
@media (min-width: 768px), print {
  .row__item--tablet-6 {
    width: 50%;
  }
}
@media (min-width: 768px), print {
  .row__item--tablet-7 {
    width: 58.3333333333%;
  }
}
@media (min-width: 768px), print {
  .row__item--tablet-8 {
    width: 66.6666666667%;
  }
}
@media (min-width: 768px), print {
  .row__item--tablet-9 {
    width: 75%;
  }
}
@media (min-width: 768px), print {
  .row__item--tablet-10 {
    width: 83.3333333333%;
  }
}
@media (min-width: 768px), print {
  .row__item--tablet-11 {
    width: 91.6666666667%;
  }
}
@media (min-width: 768px), print {
  .row__item--tablet-12 {
    width: 100%;
  }
}
@media (min-width: 768px), print {
  .row__item--tablet-fifth {
    width: 20%;
  }
}
@media (min-width: 1200px), print {
  .row__item--desktop-1 {
    width: 8.3333333333%;
  }
}
@media (min-width: 1200px), print {
  .row__item--desktop-2 {
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px), print {
  .row__item--desktop-3 {
    width: 25%;
  }
}
@media (min-width: 1200px), print {
  .row__item--desktop-4 {
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px), print {
  .row__item--desktop-5 {
    width: 41.6666666667%;
  }
}
@media (min-width: 1200px), print {
  .row__item--desktop-6 {
    width: 50%;
  }
}
@media (min-width: 1200px), print {
  .row__item--desktop-7 {
    width: 58.3333333333%;
  }
}
@media (min-width: 1200px), print {
  .row__item--desktop-8 {
    width: 66.6666666667%;
  }
}
@media (min-width: 1200px), print {
  .row__item--desktop-9 {
    width: 75%;
  }
}
@media (min-width: 1200px), print {
  .row__item--desktop-10 {
    width: 83.3333333333%;
  }
}
@media (min-width: 1200px), print {
  .row__item--desktop-11 {
    width: 91.6666666667%;
  }
}
@media (min-width: 1200px), print {
  .row__item--desktop-12 {
    width: 100%;
  }
}
@media (min-width: 1200px), print {
  .row__item--desktop-fifth {
    width: 20%;
  }
}
.row--std {
  margin: -15px;
}
.row--std .row__item {
  padding: 15px;
}
.row--wide {
  margin: -15px;
}
@media (min-width: 768px), print {
  .row--wide {
    margin: -30px;
  }
}
.row--wide .row__item {
  padding: 15px;
}
@media (min-width: 768px), print {
  .row--wide .row__item {
    padding: 30px;
  }
}
.row--center {
  justify-content: center;
}
.row--align-center {
  align-items: center;
}
.row .box {
  height: 100%;
}

.container {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px), print {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px), print {
  .container {
    max-width: 1260px;
  }
}
@media (min-width: 1200px), print {
  .container--sub {
    max-width: 1080px;
  }
}
@media screen and (max-width: 767px) {
  .container--sp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .container--tabsp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}

/*********************/
/*  ヘッダー  */
/*********************/
.header {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 6px rgba(92, 88, 88, 0.8);
  z-index: 100;
}
.header__body {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: end;
}
.header__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 8px;
}
@media (min-width: 768px), print {
  .header__logo {
    padding-left: 15px;
  }
}
.header__img {
  max-width: 115px;
  height: 27px;
}
@media (min-width: 768px), print {
  .header__img {
    max-width: 235px;
    height: 50px;
    margin: auto;
  }
}
.header--fixed {
  position: fixed;
  top: 0;
}

.cv-list,
.gnav-list {
  height: 50px;
}
@media (min-width: 768px), print {
  .cv-list,
.gnav-list {
    height: 80px;
  }
}

.cv-list {
  display: flex;
  align-items: center;
  list-style: none;
}
.cv-list__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 100%;
  text-align: center;
  padding: 10px 0;
}
@media (min-width: 768px), print {
  .cv-list__link {
    width: 90px;
  }
}
.cv-list__link:before {
  display: block;
  color: #fff;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-size: 2rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  transition: 0.3s ease-out;
}
@media (min-width: 768px), print {
  .cv-list__link:before {
    font-size: 3.4rem;
    padding-bottom: 3px;
  }
}
.cv-list__item {
  height: 100%;
}
.cv-list__item--lang {
  background: #111;
}
.cv-list__item--lang .cv-list__link:before {
  content: "";
}
.cv-list__item--search {
  background: #5c5858;
}
.cv-list__item--search .cv-list__link:before {
  content: "";
}
.cv-list__item--contact {
  background: #c02813;
}
@media (min-width: 1200px), print {
  .cv-list__item--contact .cv-list__link {
    width: 110px;
  }
}
.cv-list__item--contact .cv-list__link:before {
  content: "";
}
.cv-list__item--menu .cv-list__link:before {
  content: "";
  color: #c02813;
}
@media screen and (max-width: 767px) {
  .cv-list__item--menu .cv-list__link:before {
    font-size: 2.3rem;
  }
}
.cv-list__item--menu .cv-list__btn {
  color: #c02813;
}
.cv-list__item--close .cv-list__link:before {
  content: "";
}
.cv-list__btn {
  font-size: 1.1rem;
  color: #fff;
}
@media (min-width: 768px), print {
  .cv-list__btn {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px), print {
  .cv-list__btn {
    font-size: 1.6rem;
  }
}
.cv-list__btn .sp-none {
  letter-spacing: 0.06em;
}

@media (max-width: 1199px) {
  .gnav {
    position: fixed;
    top: 50px;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.9);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 3px 6px rgba(17, 17, 17, 0.16);
    z-index: -1;
    transition: 0.3s ease-out;
    padding: 20px;
  }
}
@media (min-width: 768px), print {
  .gnav {
    top: 80px;
  }
}
@media (min-width: 1200px), print {
  .gnav {
    height: 80px;
  }
}
@media (max-width: 1199px) {
  .gnav--open {
    opacity: 1;
    width: 60%;
    visibility: visible;
    pointer-events: auto;
  }
}
@media screen and (max-width: 767px) {
  .gnav--open {
    width: 100%;
  }
}

.gnav-list {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 1199px) {
  .gnav-list {
    width: 100%;
    height: 100%;
    align-items: flex-start;
  }
}
@media (min-width: 1200px), print {
  .gnav-list {
    flex-direction: row;
  }
}
.gnav-list__item {
  display: grid;
  place-items: center;
  transition: 0.3s ease-out;
}
@media (max-width: 1199px) {
  .gnav-list__item {
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
  }
}
@media (min-width: 1200px), print {
  .gnav-list__item {
    height: 100%;
    border-right: 1px solid rgba(92, 88, 88, 0.35);
  }
}
@media (min-width: 1200px), print {
  .gnav-list__item:first-child {
    border-left: 1px solid rgba(92, 88, 88, 0.35);
  }
}
.gnav-list__link {
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.05em;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .gnav-list__link {
    font-size: 1.6rem;
  }
}
@media (max-width: 1199px) {
  .gnav-list__link {
    width: 100%;
    padding: 20px 0;
  }
}
@media (min-width: 1200px), print {
  .gnav-list__link {
    display: flex;
    align-items: center;
    height: 100%;
    color: #111;
    padding: 0 30px;
  }
  .gnav-list__link:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    border-bottom: 0px solid #c02813;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    transform: translateX(-50%);
    transition: 0.3s ease-out;
  }
  .gnav-list__link:hover:before {
    border-bottom: 10px solid #c02813;
  }
}

/*********************/
/*  メインビジュアル  */
/*********************/
.hero {
  position: relative;
  width: 100%;
  height: calc(250px + 50px);
}
@media (min-width: 768px), print {
  .hero {
    height: 450px;
  }
}
@media (min-width: 1200px), print {
  .hero {
    height: 80vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 900px) {
  .hero {
    height: 700px;
  }
}
.hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
@media (min-width: 1200px), print {
  .hero__img {
    object-position: top;
    font-family: "object-fit: cover; object-position: top;";
  }
}
.hero__message {
  display: flex;
  align-items: center;
  height: calc(250px + 80px);
}
@media (min-width: 768px), print {
  .hero__message {
    height: 500px;
  }
}
@media (min-width: 1200px), print {
  .hero__message {
    height: 80vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 900px) {
  .hero__message {
    height: 600px;
  }
}
@media (min-width: 1200px), print {
  .hero__news {
    width: 100%;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.hero--sub {
  height: 150px;
  background-image: url(../images/company.png);
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px), print {
  .hero--sub {
    height: 300px;
  }
}
.hero .slider {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.hero .slick-dots {
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  z-index: 1;
  margin: 0 auto;
}
@media (min-width: 1200px), print {
  .hero .slick-dots {
    bottom: 190px;
    justify-content: flex-end;
  }
}
.hero .slick-dots li {
  font-size: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #c02813;
  background-color: #fff;
  margin: 0 5px;
}
@media (min-width: 768px), print {
  .hero .slick-dots li {
    width: 12px;
    height: 12px;
  }
}
.hero .slick-dots li.slick-active {
  background-color: #c02813;
}
.hero .slick-list,
.hero .slick-track,
.hero .slick-slide img {
  height: 100%;
}

.hero-title {
  text-align: center;
}
.hero-title-ja {
  display: block;
  font-size: 2.2rem;
  line-height: 1.4;
  color: #fff;
}
@media (min-width: 1200px), print {
  .hero-title-ja {
    font-size: 3rem;
  }
}
.hero-title-en {
  display: block;
  font-size: 1.2rem;
}
@media (min-width: 1200px), print {
  .hero-title-en {
    font-size: 1.7rem;
  }
}

/*********************/
/*  ヒーロー内のコピー文  */
/*********************/
.slider__item {
  position: relative;
  display: flex;
  align-items: center;
  height: calc(250px + 80px);
}
@media (min-width: 768px), print {
  .slider__item {
    height: 500px;
  }
}
@media (min-width: 1200px), print {
  .slider__item {
    height: 80vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 900px) {
  .slider__item {
    height: 600px;
  }
}
.slider__copylight {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  font-size: 1.4rem;
  text-shadow: 0 0 6px #111;
}
@media (min-width: 768px), print {
  .slider__copylight {
    font-size: 1.8rem;
  }
}

.message {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  text-shadow: 0 0 6px #111;
  padding: 15px 0;
  transform: translateY(-40%);
}
@media (min-width: 768px), print {
  .message {
    padding: 0 30px;
    margin-top: 30px;
  }
}
@media (min-width: 1200px), print {
  .message {
    margin-top: 0;
  }
}
.message--right {
  text-align: right;
}
.message--right .message__title {
  display: flex;
  justify-content: flex-end;
}
.message--black {
  color: #111;
  text-shadow: 0 0 6px #fff;
}
.message__title {
  font-size: 2rem;
  font-weight: normal;
}
@media (min-width: 768px), print {
  .message__title {
    font-size: 3.5rem;
  }
}
@media (min-width: 1200px), print {
  .message__title {
    font-size: 6rem;
  }
}
.message__description {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (min-width: 768px), print {
  .message__description {
    font-size: 2rem;
    line-height: 1.8;
  }
}
@media (min-width: 1200px), print {
  .message__description {
    font-size: 2.4rem;
  }
}
.message__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
  font-family: "object-fit: contain; object-position: left;";
}
@media (min-width: 768px), print {
  .message__img {
    width: 60%;
    height: 60%;
  }
}

/*********************/
/*  メガメニュー  */
/*********************/
.menu-list-wrap {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 1199px) {
  .menu-list-wrap {
    position: absolute;
    top: 0;
    width: 100%;
    align-items: flex-start;
    padding: 15px;
  }
}
@media (min-width: 1200px), print {
  .menu-list-wrap {
    flex-direction: row;
    height: 100%;
  }
}
@media (max-width: 1199px) {
  .menu-list-wrap .menu-item-has-children {
    width: 100%;
  }
  .menu-list-wrap .menu-item-has-children a {
    width: 40%;
    font-size: 13px;
    text-align: left;
    border-bottom: 1px solid #e4e4e4;
  }
  .menu-list-wrap .menu-item-has-children a:before {
    display: inline-block;
    content: "";
    color: rgba(192, 40, 19, 0.8);
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-size: 1.3rem;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin-right: 5px;
  }
  .menu-list-wrap .menu-item-has-children .sub-menu {
    width: 60%;
  }
  .menu-list-wrap .menu-item-has-children .sub-menu .menu-item {
    width: 100%;
  }
  .menu-list-wrap .menu-item-has-children .sub-menu a {
    display: flex;
    align-items: baseline;
    width: 100%;
    height: 100%;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: left;
    padding: 15px 5px;
  }
  .menu-list-wrap .menu-item-has-children .sub-menu a:before {
    display: block;
    font-size: 1rem;
  }
}

.menu-item {
  position: relative;
  transition: 0.3s ease-out;
}
@media (max-width: 1199px) {
  .menu-item {
    width: 50%;
    display: flex;
  }
}
@media (min-width: 1200px), print {
  .menu-item {
    display: grid;
    place-items: center;
    height: 100%;
    border-right: 1px solid rgba(92, 88, 88, 0.35);
  }
}
@media (min-width: 1200px), print {
  .menu-item:first-child {
    border-left: 1px solid rgba(92, 88, 88, 0.35);
  }
}
.menu-item a {
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.05em;
  transition: 0.3s ease-out;
}
@media (max-width: 1199px) {
  .menu-item a {
    width: 100%;
    font-size: 1.6rem;
    padding: 20px 5px;
  }
}
@media (min-width: 1200px), print {
  .menu-item a {
    display: flex;
    align-items: center;
    height: 100%;
    color: #111;
    padding: 0 30px;
  }
  .menu-item a:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    border-bottom: 0px solid #c02813;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    transform: translateX(-50%);
    transition: 0.3s ease-out;
  }
  .menu-item a:hover:before {
    border-bottom: 10px solid #c02813;
  }
}
.menu-item a[target=_blank]:after {
  display: inline-block;
  content: "";
  color: inherit;
  font-family: "icomoon" !important;
  text-decoration: none;
  speak: none;
  font-style: normal;
  font-size: inherit;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: text-bottom;
  padding-left: 3px;
  opacity: 0.8;
}
.menu-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.menu-item .sub-menu {
  transition: 0.3s ease-out;
}
@media (min-width: 1200px), print {
  .menu-item .sub-menu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    top: 80px;
    left: 50%;
    right: 0;
    width: 180px;
    background: rgba(255, 255, 255, 0.95);
    border-top: 1px solid #c02813;
    transform: translateX(-50%);
  }
  .menu-item .sub-menu .menu-item {
    width: 100%;
    border: 1px solid #c02813;
    border-top: none;
  }
  .menu-item .sub-menu .menu-item a {
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 1.5rem;
    text-align: center;
    padding: 10px;
  }
  .menu-item .sub-menu .menu-item a:hover {
    color: #fff;
    background: rgba(17, 17, 17, 0.95);
  }
  .menu-item .sub-menu .menu-item a:hover:before {
    border-bottom: 8px solid #c02813;
  }
  .menu-item .sub-menu .menu-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .menu-item .sub-menu .menu-item .sub-menu {
    top: -1px;
    left: 100%;
    transform: translateY(0%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
@media (max-width: 1199px) {
  .menu-item .sub-menu .menu-item .sub-menu {
    display: none;
  }
}

@media (min-width: 1200px) and (min-width: 1200px), print and (min-width: 1200px), print and (min-width: 1200px), print {
  .menu-item-281 .sub-menu,
.menu-item-302 .sub-menu,
.menu-item-274 .sub-menu {
    width: 255px;
  }
}

@media (max-width: 1199px) {
  #menu-item-2329 {
    display: none;
  }
}

/*********************/
/*  フッター  */
/*********************/
.footer__sign-box {
  display: flex;
  justify-content: center;
}
@media (max-width: 1199px) {
  .footer__sign-box {
    flex-direction: column;
  }
}
@media (min-width: 1200px), print {
  .footer__sign-box {
    justify-content: space-between;
  }
}
.footer__signature {
  border-top: 1px solid #e4e4e4;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .footer__signature {
    padding: 20px 0 10px;
  }
}
.footer__other {
  color: #fff;
  background: #c02813;
  padding: 15px 0;
}
.footer__logo {
  display: block;
}
@media (max-width: 1199px) {
  .footer__logo {
    margin-bottom: 2rem;
  }
}
.footer__img {
  width: 190px;
  height: 50px;
  margin: auto;
}
@media (min-width: 768px), print {
  .footer__img {
    padding: 0 1rem;
  }
}
@media (max-width: 1199px) {
  .footer__img {
    width: 260px;
    height: 60px;
  }
}
@media (min-width: 768px), print {
  .footer__list {
    display: flex;
  }
}

.other {
  display: block;
}
@media (min-width: 768px), print {
  .other {
    display: flex;
    justify-content: space-between;
  }
}
.other__item {
  list-style: none;
  display: flex;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .other__item {
    width: 100%;
    display: block;
  }
}
.other__list {
  margin-right: 3rem;
}
.other__link {
  display: block;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.4rem;
  color: #fff;
  white-space: nowrap;
  transition: 0.2s ease-out;
}
.other__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .other__link {
    padding-bottom: 10px;
  }
}
.other__link--target:after {
  display: inline-block;
  content: "";
  color: rgba(255, 255, 255, 0.8);
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-size: 1.7rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: text-bottom;
  margin-left: 5px;
}
.other__copyright {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .other__copyright {
    text-align: center;
    font-size: 1.2rem;
  }
}

.offices-list {
  list-style: none;
}
@media (min-width: 768px), print {
  .offices-list {
    display: flex;
  }
}
.offices-list__item {
  color: #111;
}
@media (min-width: 768px), print {
  .offices-list__item {
    margin: 0 2.5rem;
  }
}
@media (max-width: 1199px) {
  .offices-list__item {
    margin-bottom: 2rem;
  }
}
.offices-list__name {
  display: block;
  font-weight: 600;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
}
.offices-list__name:before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  background: #c02813;
  margin-right: 5px;
}
.offices-list__address {
  font-size: 1.6rem;
}
.offices-list__tel {
  color: #111;
}
@media (max-width: 1199px) {
  .offices-list__tel {
    color: #c02813;
    text-decoration: underline;
  }
}
.offices-list__mail {
  color: #c02813;
  text-decoration: underline;
}

/*********************/
/*  フリーワード検索  */
/*********************/
.top-search {
  position: relative;
  width: 100%;
  height: 50px;
  max-width: 460px;
  border: 2px solid #111;
  border-radius: 25px;
  box-shadow: 0 3px 6px rgba(17, 17, 17, 0.16);
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
.top-search:after {
  position: absolute;
  top: 50%;
  right: 5px;
  content: "";
  font-family: "icomoon";
  font-weight: normal;
  font-size: 2rem;
  color: #111;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.top-search__form {
  width: 100%;
  height: 100%;
  display: inline-block;
  font-weight: 600;
  font-size: 1.4rem;
  color: #111;
  background: #fff;
  padding: 1rem 3.5rem 1rem 1.5rem;
  letter-spacing: 0;
}
@media (min-width: 768px), print {
  .top-search__form {
    font-size: 1.6rem;
  }
}
.top-search input::placeholder {
  color: rgba(92, 88, 88, 0.8);
}
.top-search__submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 1;
}

.search-popup {
  position: fixed;
  top: 50px;
  right: 0;
  width: 0%;
  visibility: hidden;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.65);
  padding: 20px;
  z-index: 99;
  transition: 0.3s ease-out;
  opacity: 0;
  box-shadow: 0 3px 6px rgba(17, 17, 17, 0.16);
}
@media (min-width: 768px), print {
  .search-popup {
    top: 80px;
  }
}
.search-popup--open {
  width: 100%;
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}
@media (min-width: 768px), print {
  .search-popup--open {
    width: 500px;
  }
}

.bgbody-lock {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lang-list {
  position: fixed;
  top: 50px;
  right: 150px;
  height: 0%;
  visibility: hidden;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.85);
  z-index: 99;
  list-style: none;
  transition: 0.3s ease-out;
  opacity: 0;
  box-shadow: 0 3px 6px rgba(17, 17, 17, 0.16);
}
@media (min-width: 768px), print {
  .lang-list {
    top: 80px;
    right: 270px;
    width: 90px;
  }
}
@media (min-width: 768px) and (min-width: 1200px), print and (min-width: 768px), print and (min-width: 1200px), print {
  .lang-list {
    right: 200px;
  }
}
.lang-list__item {
  text-align: center;
}
.lang-list__item--active {
  display: block;
  color: #c02813;
  padding: 10px;
}
.lang-list__link {
  display: block;
  color: #111;
  padding: 10px;
  transition: 0.3s ease-out;
}
.lang-list__link:hover {
  color: #c02813;
  background: rgba(192, 40, 19, 0.25);
}
.lang-list--open {
  height: auto;
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}

/*********************/
/*  TOP  */
/*********************/
.section {
  display: block;
  width: 100%;
  padding: 60px 0;
}
.section__header {
  display: block;
}
.section__img {
  width: 100%;
}
.section__header {
  margin-bottom: 3rem;
}
.section__title {
  position: relative;
  font-size: 2.6rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #111;
  margin-bottom: 0.5rem;
  padding-left: 30px;
}
@media (min-width: 768px), print {
  .section__title {
    text-align: left;
    font-size: 3.2rem;
    padding-left: 45px;
  }
}
.section__title--wh {
  color: #fff;
}
.section__title:before {
  position: absolute;
  left: 0;
  bottom: 5px;
  display: inline-block;
  content: "";
  width: 60px;
  height: 2px;
  background: #c02813;
  transform: rotate(-50deg);
  transform-origin: left bottom;
}
.section__copy {
  margin-top: 1em;
}
.section__footer {
  display: block;
  text-align: center;
  padding: 5rem 0 0;
}
@media (max-width: 1199px) {
  .section--news {
    padding: 30px 0 0;
  }
}
.section--pickup {
  background: rgba(242, 242, 242, 0.8);
}
@media (min-width: 768px), print {
  .section--pickup {
    margin-top: -3rem;
    padding: 70px 0 80px;
  }
}
.section--p-menu {
  background-image: url(../images/bg04.png);
  background-size: cover;
}
.section--banner {
  background-image: url(../images/bg.png);
  background-size: cover;
}
@media (max-width: 1199px) {
  .section--store {
    padding: 30px 0 0;
  }
}
@media (min-width: 768px), print {
  .section--store {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section--footer {
  padding: 0;
}
@media (min-width: 1200px), print {
  .section--page {
    padding-top: 15px;
  }
  .section--page .ctg-list {
    margin-top: -15px;
  }
}

.pickup-list,
.else-menu-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
@media (min-width: 1200px), print {
  .pickup-list,
.else-menu-list {
    margin-left: auto;
    margin-right: auto;
  }
}
.pickup-list__item,
.else-menu-list__item {
  width: 100%;
  background: #fff;
  box-shadow: 0 3px 6px rgba(17, 17, 17, 0.16);
  margin: 10px 0;
  transition: 0.3s ease-out;
}
@media (min-width: 768px), print {
  .pickup-list__item,
.else-menu-list__item {
    width: calc(100% / 3 - 30px);
    margin: 15px;
  }
}
.pickup-list__item:hover,
.else-menu-list__item:hover {
  box-shadow: 3px 6px 9px rgba(17, 17, 17, 0.35);
  opacity: 0.7;
}
.pickup-list__link,
.else-menu-list__link {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}
@media (min-width: 1200px), print {
  .pickup-list__link,
.else-menu-list__link {
    padding: 30px;
  }
}
.pickup-list__ttl,
.else-menu-list__ttl {
  letter-spacing: 0.06em;
}
.pickup-list__ttl-ja, .pickup-list__ttl-en,
.else-menu-list__ttl-ja,
.else-menu-list__ttl-en {
  display: block;
  transition: 0.3s ease-out;
}
.pickup-list__ttl-ja,
.else-menu-list__ttl-ja {
  font-weight: 600;
  font-size: 1.8rem;
  color: #111;
  line-height: 1.4;
}
@media (min-width: 768px), print {
  .pickup-list__ttl-ja,
.else-menu-list__ttl-ja {
    font-size: 2rem;
  }
}
.pickup-list__ttl-en,
.else-menu-list__ttl-en {
  font-weight: 400;
  font-size: 1.4rem;
  color: #c02813;
}
@media (min-width: 768px), print {
  .pickup-list__ttl-en,
.else-menu-list__ttl-en {
    font-size: 1.6rem;
  }
}
.pickup-list__btn,
.else-menu-list__btn {
  display: block;
  font-size: 1.4rem;
  color: #111;
  text-align: right;
  letter-spacing: 0.03em;
  transition: 0.3s ease-out;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .pickup-list__btn,
.else-menu-list__btn {
    margin-top: 10px;
  }
}
.pickup-list__btn:before,
.else-menu-list__btn:before {
  display: inline-block;
  content: "";
  color: rgba(192, 40, 19, 0.5);
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-size: 1rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 5px;
  transition: 0.3s ease-out;
}
.pickup-list__btn--target:after,
.else-menu-list__btn--target:after {
  display: inline-block;
  content: "";
  color: rgba(17, 17, 17, 0.8);
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-size: 1.7rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: text-bottom;
  margin-left: 5px;
}

@media (min-width: 768px), print {
  .pickup-list--global .pickup-list__item {
    width: calc(100% / 2 - 30px);
  }
}

.else-menu-list {
  margin: 0;
}
@media (min-width: 768px), print {
  .else-menu-list {
    width: calc(100% - 20px);
    margin: auto;
  }
}
.else-menu-list__item {
  margin: 0;
}
@media (min-width: 768px), print {
  .else-menu-list__item {
    width: calc(100% / 3);
  }
}
@media (min-width: 1200px), print {
  .else-menu-list__item {
    height: 255px;
  }
}
@media screen and (max-width: 767px) {
  .else-menu-list__item:nth-child(1) {
    order: 1;
  }
  .else-menu-list__item:nth-child(2) {
    order: 6;
  }
  .else-menu-list__item:nth-child(3) {
    order: 3;
  }
  .else-menu-list__item:nth-child(4) {
    order: 1;
  }
  .else-menu-list__item:nth-child(5) {
    order: 5;
  }
  .else-menu-list__item:nth-child(6) {
    order: 4;
  }
}
.else-menu-list__item:hover .else-menu-list__ttl-ja,
.else-menu-list__item:hover .else-menu-list__btn,
.else-menu-list__item:hover .else-menu-list__btn:after {
  color: #c02813;
}
.else-menu-list__item--nohvr:hover {
  box-shadow: 0 3px 6px rgba(17, 17, 17, 0.16);
  opacity: 1;
}
.else-menu-list__link {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
}
@media (min-width: 1200px), print {
  .else-menu-list__link {
    padding: 50px;
  }
}
.else-menu-list__btn {
  text-align: left;
}
@media (max-width: 1199px) {
  .else-menu-list__btn {
    display: inline-block;
    margin-top: 15px;
  }
}
.else-menu-list__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

.pickup-pdc-list {
  width: calc(100% + 20px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px), print {
  .pickup-pdc-list {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.pickup-pdc-list__item {
  position: relative;
  width: calc(100% / 2 - 20px);
  min-height: 150px;
  background: rgba(17, 17, 17, 0.5);
  box-shadow: 0 3px 6px rgba(17, 17, 17, 0.16);
  margin: 10px;
  transition: 0.3s ease-out;
}
@media (min-width: 768px), print {
  .pickup-pdc-list__item {
    width: calc(100% / 2 - 30px);
    margin: 15px;
  }
}
@media (min-width: 1200px), print {
  .pickup-pdc-list__item {
    width: calc(100% / 4 - 30px);
    height: 250px;
  }
}
.pickup-pdc-list__item:hover {
  box-shadow: 3px 6px 9px rgba(17, 17, 17, 0.35);
}
.pickup-pdc-list__item:hover .pickup-pdc-list__img {
  opacity: 0.5;
}
.pickup-pdc-list__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  z-index: -1;
  transition: 0.3s ease-out;
}
.pickup-pdc-list__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 15px;
  transition: 0.3s ease-out;
}
@media (min-width: 768px), print {
  .pickup-pdc-list__link {
    padding: 30px;
  }
}
.pickup-pdc-list__ttl {
  color: #fff;
  letter-spacing: 0.05em;
}
.pickup-pdc-list__ttl-name, .pickup-pdc-list__ttl-ctg {
  display: block;
  line-height: 1.4;
}
.pickup-pdc-list__ttl-name {
  font-weight: 600;
  font-size: 1.6rem;
}
@media (min-width: 768px), print {
  .pickup-pdc-list__ttl-name {
    font-size: 2rem;
  }
}
.pickup-pdc-list__ttl-ctg {
  font-weight: 400;
  font-size: 1.4rem;
  margin-top: 0.5rem;
}
@media (min-width: 768px), print {
  .pickup-pdc-list__ttl-ctg {
    font-size: 1.6rem;
  }
}
.pickup-pdc-list__ttl-ctg:after {
  display: inline-block;
  content: "";
  color: rgba(255, 255, 255, 0.8);
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-size: 1.7rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: text-bottom;
  margin-left: 5px;
}

.store-banner {
  position: relative;
  width: 100%;
  box-shadow: 0 3px 6px rgba(17, 17, 17, 0.16);
  transition: 0.3s ease-out;
}
@media (min-width: 768px), print {
  .store-banner {
    width: 100%;
    height: 165px;
    display: flex;
  }
}
.store-banner:hover {
  opacity: 0.8;
  box-shadow: 3px 6px 9px rgba(17, 17, 17, 0.35);
}
.store-banner__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.3s ease-out;
}
.store-banner__img, .store-banner__text {
  width: 100%;
}
@media (min-width: 768px), print {
  .store-banner__img, .store-banner__text {
    width: 50%;
  }
}
.store-banner__img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.store-banner__text {
  background: #2C2A2A;
  padding: 20px;
}
@media (min-width: 768px), print {
  .store-banner__text {
    padding: 40px;
  }
}
.store-banner__ttl {
  letter-spacing: 0.06em;
}
.store-banner__ttl-ja, .store-banner__ttl-en {
  display: block;
}
.store-banner__ttl-ja {
  font-weight: 600;
  font-size: 2rem;
  color: #fff;
  line-height: 1.4;
}
.store-banner__ttl-en {
  font-weight: 400;
  font-size: 1.6rem;
  color: #c02813;
}
.store-banner__btn {
  display: block;
  font-size: 1.4rem;
  color: #fff;
  text-align: right;
  letter-spacing: 0.03em;
  margin-top: 2rem;
}
.store-banner__btn:before {
  display: inline-block;
  content: "";
  color: #c02813;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-size: 1rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 5px;
}
.store-banner__btn--target:after {
  display: inline-block;
  content: "";
  color: rgba(255, 255, 255, 0.8);
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-size: 1.7rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: text-bottom;
  margin-left: 5px;
}

/*********************/
/*  ボタン  */
/*********************/
.button-area {
  display: flex;
  justify-content: center;
  margin: 3rem 0 0;
}
@media screen and (max-width: 767px) {
  .button-area {
    flex-direction: column;
  }
}
@media (min-width: 768px), print {
  .button-area {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
@media (min-width: 1200px), print {
  .button-area {
    margin-top: 5rem;
  }
}

.btn,
.button {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background: #111;
  padding: 20px 10px;
  padding-left: 0;
  border-radius: 3px;
  transition: 0.3s ease-out;
}
@media (min-width: 768px), print {
  .btn,
.button {
    width: 330px;
    padding: 25px 10px;
    margin: 0 1rem 1rem;
  }
}
.btn:before,
.button:before {
  display: inline-block;
  content: "";
  color: rgba(255, 255, 255, 0.5);
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 10px;
  transition: 0.3s ease-out;
}
.btn--target:after,
.button--target:after {
  display: inline-block;
  content: "";
  color: rgba(255, 255, 255, 0.8);
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-size: 1.7rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: text-bottom;
  margin-left: 5px;
  transition: 0.3s ease-out;
}
.btn:hover,
.button:hover {
  background: #c02813;
}
@media (min-width: 768px), print {
  .btn + .btn,
.btn + .button,
.button + .btn,
.button + .button {
    margin-left: 1.5rem;
  }
}
.btn--white,
.button--white {
  color: #111;
  background: #fff;
  border: 1px solid #e4e4e4;
  box-shadow: 0 3px 6px rgba(17, 17, 17, 0.16);
  transition: 0.3s ease-out;
}
.btn--white:before,
.button--white:before {
  color: rgba(192, 40, 19, 0.8);
}
.btn--white:hover,
.button--white:hover {
  color: #fff;
  background: #c02813;
}
.btn--white:hover:before,
.button--white:hover:before {
  color: rgba(255, 255, 255, 0.8);
}

.form .button {
  cursor: pointer;
}
@media (min-width: 768px), print {
  .form .button {
    margin: 0 1rem 1rem;
  }
}

@media (max-width: 1199px) {
  .box--ir .button {
    font-size: 1.5rem;
  }
}

/*  ------サブページ------  */
.page-article {
  padding: 2rem 0 5rem;
}
@media (min-width: 768px), print {
  .page-article {
    padding: 5rem 0;
  }
}
.page-article__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #111;
  margin: 3rem 0;
}
.page-article__title-ja, .page-article__title-en {
  display: inline-block;
  text-align: center;
}
.page-article__title-ja {
  position: relative;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #111;
  margin-bottom: 0.5rem;
  padding-left: 30px;
}
@media (min-width: 1200px), print {
  .page-article__title-ja {
    font-size: 3.4rem;
  }
}
.page-article__title-ja:before {
  position: absolute;
  left: -10px;
  bottom: 5px;
  display: inline-block;
  content: "";
  width: 50%;
  height: 2px;
  background: rgba(192, 40, 19, 0.6);
  transform: rotate(-50deg);
  transform-origin: left center;
  z-index: -1;
}
@media (min-width: 768px), print {
  .page-article__title-ja:before {
    width: 60px;
  }
}
.page-article__title-en {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
@media (min-width: 768px), print {
  .page-article__title-en {
    font-size: 2rem;
  }
}
@media (max-width: 1199px) {
  .page-article__title + .section {
    padding-top: 0;
  }
}

/*********************/
/*  見出し  */
/*********************/
.post-type-page p {
  line-height: 1.8;
}
.post-type-page p:not(:first-child) {
  margin-top: 1em;
}
.post-type-page a:not([class]) {
  color: #c02813;
  text-decoration: none;
  border-bottom: 1px solid #c02813;
  transition: 0.2s ease-out;
}
.post-type-page a:not([class]):hover {
  opacity: 0.7;
}
.post-type-page .target-link:after {
  display: inline-block;
  content: "";
  color: inherit;
  font-family: "icomoon" !important;
  text-decoration: none;
  speak: none;
  font-style: normal;
  font-size: 1.7rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: text-bottom;
  padding-left: 3px;
  opacity: 0.8;
}
.post-type-page .h2:first-child,
.post-type-page .h3:first-child,
.post-type-page .h4:first-child,
.post-type-page .ul:first-child,
.post-type-page .ol:first-child,
.post-type-page .table:first-child,
.post-type-page .box:first-child {
  margin-top: 0;
}
.post-type-page .h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #111;
  border-left: 5px solid #c02813;
  background: #f9eae8;
  padding: 1.5rem;
  margin: 3rem 0;
}
@media (min-width: 768px), print {
  .post-type-page .h2 {
    font-size: 2.7rem;
  }
}
@media (min-width: 1200px), print {
  .post-type-page .h2 {
    font-size: 3rem;
    margin: 8rem 0 2rem;
  }
}
.post-type-page .h2 + .h3, .post-type-page .h2 + .h4, .post-type-page .h2 + .ul, .post-type-page .h2 + .ol, .post-type-page .h2 + .table, .post-type-page .h2 + .box {
  margin-top: 3rem;
}
.post-type-page .h2--news {
  border: none;
  border-bottom: 5px solid #c02813;
  background: none;
  padding: 1.5rem 0;
}
.post-type-page .h2--news-ttl {
  margin-top: 0 !important;
}
@media (min-width: 1200px), print {
  .post-type-page .h2 + .row {
    margin: 0 -15px;
  }
}
@media (min-width: 1200px), print {
  .post-type-page .goto + h2 {
    margin-top: 4rem;
  }
}
.post-type-page .h3 {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  background: #f9eae8;
  letter-spacing: 0.04em;
  line-height: 1.2;
  padding: 2rem 0;
  padding-right: 1rem;
  margin: 4rem 0 2rem;
}
@media (min-width: 768px), print {
  .post-type-page .h3 {
    font-size: 2.3rem;
  }
}
@media (min-width: 1200px), print {
  .post-type-page .h3 {
    margin: 6rem 0 2.5rem;
  }
}
.post-type-page .h3:before {
  display: block;
  content: "";
  width: 24px;
  height: 6px;
  line-height: 1;
  background: #c02813;
  vertical-align: middle;
  margin-right: 10px;
}
.post-type-page .h3 + .button-area {
  margin-top: 0;
}
@media (min-width: 768px), print {
  .post-type-page .h3 + .button-area {
    margin-top: 3rem;
  }
}
.post-type-page .h3 + .h4, .post-type-page .h3 + .ul, .post-type-page .h3 + .ol, .post-type-page .h3 + .table, .post-type-page .h3 + .box {
  margin-top: 0;
}
@media (min-width: 1200px), print {
  .post-type-page .h3 + .row {
    margin-top: 0.5rem;
  }
}
@media (min-width: 1200px), print {
  .post-type-page .h3--pc-first {
    margin: 6rem 0 2.5rem !important;
  }
}
@media (min-width: 768px), print {
  .post-type-page .h3--ir {
    margin-top: 2rem;
  }
}
@media (min-width: 1200px), print {
  .post-type-page .h3--ir {
    margin-top: 3rem;
  }
}
.post-type-page .h3 .point {
  background: #fff;
  border: 1px solid #c02813;
  text-align: center;
  word-break: keep-all;
  padding: 5px 10px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .post-type-page .h3 .point {
    font-size: 1.4rem;
    padding: 5px;
    margin-left: -10px;
  }
}
.post-type-page .h4 {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  border-bottom: 2px solid #c02813;
  line-height: 1.4;
  padding: 0 0 1.5rem 1.5rem;
  margin: 3rem 0;
}
@media (min-width: 1200px), print {
  .post-type-page .h4 {
    font-size: 2rem;
    margin: 5rem 0 3rem;
  }
}
.post-type-page .h4::after {
  content: "";
  display: inline-block;
  background: #c02813;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 10px;
  height: 10px;
}
.post-type-page .h4 + .ul, .post-type-page .h4 + .ol, .post-type-page .h4 + .table, .post-type-page .h4 + .box {
  margin-top: 0;
}
.post-type-page .h4 + .button-area {
  margin-top: 3rem;
}
.post-type-page .row + .box {
  margin-top: 5rem;
}
.post-type-page .ul-sitemap,
.post-type-page .ul {
  list-style: none;
  margin: 3rem 0;
}
@media (min-width: 1200px), print {
  .post-type-page .ul-sitemap,
.post-type-page .ul {
    margin: 5rem 0 1.5rem;
  }
}
.post-type-page .ul-sitemap li,
.post-type-page .ul li {
  position: relative;
  line-height: 1.4;
  padding: 0 0 0 2.5rem;
  margin: 0 0 1.5rem;
}
.post-type-page .ul-sitemap li::before,
.post-type-page .ul li::before {
  content: "";
  display: inline-block;
  background: #111;
  position: absolute;
  top: 0.8em;
  left: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px), print {
  .post-type-page .ul-sitemap li::before,
.post-type-page .ul li::before {
    left: 10px;
  }
}
.post-type-page .ul-sitemap .ul,
.post-type-page .ul .ul {
  margin-top: 1rem;
}
.post-type-page .ol {
  list-style: none;
  counter-reset: number 0;
  margin: 3rem 0;
}
@media (min-width: 1200px), print {
  .post-type-page .ol {
    margin: 5rem 0 3rem;
  }
}
.post-type-page .ol li {
  position: relative;
  padding: 0 0 0 3.5rem;
  margin: 0 0 1.5rem;
}
.post-type-page .ol li::before {
  counter-increment: number 1;
  content: counter(number) " ";
  display: inline-block;
  border: 1px solid #c02813;
  background: #fff;
  position: absolute;
  top: 15px;
  left: 10px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
  color: #c02813;
  box-shadow: 0 3px 6px rgba(192, 40, 19, 0.16);
  transform: translate(-50%, -50%);
}
@media (min-width: 768px), print {
  .post-type-page .ol li::before {
    top: 0.8em;
    left: 10px;
  }
}
.post-type-page .ol--circle li::before {
  border-radius: 50%;
}
.post-type-page .ol .ol {
  margin-top: 1rem;
}
.post-type-page .list-underline {
  list-style: none;
  margin: 5rem 0 0;
  counter-reset: number 0;
}
.post-type-page .list-underline__item {
  position: relative;
  padding: 1rem 1.5rem 1rem 4rem;
  margin: 0 0 1.5rem;
  font-size: 1.7rem;
  border-bottom: 1px solid #e4e4e4;
}
@media (min-width: 768px), print {
  .post-type-page .list-underline__item {
    font-size: 1.8rem;
    padding-left: 4.5rem;
  }
}
.post-type-page .list-underline__item::before {
  counter-increment: number 1;
  content: counter(number) " ";
  display: inline-block;
  border: 1px solid #c02813;
  background: #fff;
  position: absolute;
  top: 25px;
  left: 0px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
  color: #c02813;
  transform: translateY(-50%);
}
.post-type-page .list-underline__item + ul li:last-child {
  margin-bottom: 2em !important;
}
.post-type-page .list-underline__item + ul:last-child li:last-child {
  margin-bottom: 0 !important;
}
.post-type-page .list-underline__text {
  font-size: 1.6rem;
  color: #2C2A2A;
}
.post-type-page .point-list {
  width: 100%;
  list-style: none;
  counter-reset: number 0;
}
.post-type-page .point-list__item {
  width: 100%;
}
.post-type-page .point-list__link {
  display: block;
  position: relative;
  font-weight: bold;
  font-size: 1.8rem;
  color: #111;
  border-bottom: 1px solid #e4e4e4;
  padding: 1.5rem;
  transition: 0.2s linear;
}
@media (min-width: 768px), print {
  .post-type-page .point-list__link {
    font-size: 2rem;
  }
}
.post-type-page .point-list__link::before {
  counter-increment: number 1;
  content: "Point." counter(number);
  display: block;
  border: 1px solid #c02813;
  background: #fff;
  font-weight: bold;
  color: #c02813;
  padding: 0 10px;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .post-type-page .point-list__link::before {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px), print {
  .post-type-page .point-list__link::before {
    display: inline-block;
    margin-right: 20px;
  }
}
.post-type-page .point-list__link::after {
  display: inline-block;
  content: "";
  color: rgba(192, 40, 19, 0.9);
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-size: 1.8rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  transform: rotate(90deg);
  transition: 0.2s linear;
}
@media screen and (max-width: 767px) {
  .post-type-page .point-list__link::after {
    display: block;
    margin-top: 5px;
    text-align: center;
  }
}
@media (min-width: 768px), print {
  .post-type-page .point-list__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: rotate(90deg) translate(-50%, 50%);
  }
}
.post-type-page .point-list__link:hover {
  background: rgba(92, 88, 88, 0.15);
}
.post-type-page .point-list--recruit .point-list__link::before {
  display: none;
}
.post-type-page .faq-list-wrap {
  list-style: none;
}
.post-type-page .faq-list {
  list-style: none;
  margin: 3rem 0 0;
}
.post-type-page .faq-list__item {
  position: relative;
  padding: 1rem 1.5rem 1rem 4rem;
  font-size: 1.7rem;
}
@media (min-width: 768px), print {
  .post-type-page .faq-list__item {
    font-size: 1.8rem;
    padding-left: 4.5rem;
  }
}
.post-type-page .faq-list__item:before {
  display: inline-block;
  position: absolute;
  top: 0.8em;
  left: 0;
  font-size: 2.8rem;
  font-weight: 600;
  color: #c02813;
  transform: translateY(-50%);
  counter-increment: none;
}
.post-type-page .faq-list__item--q {
  font-size: 1.8rem;
  border-bottom: 1px solid #5c5858;
}
@media (min-width: 768px), print {
  .post-type-page .faq-list__item--q {
    font-size: 2rem;
  }
}
.post-type-page .faq-list__item--q::before {
  content: "Q";
  color: #c02813;
}
.post-type-page .faq-list__item--a {
  margin-top: 0 !important;
}
.post-type-page .faq-list__item--a::before {
  content: "A";
  color: #242D9D;
}
.post-type-page .faq-list__item + .button-area {
  margin-top: 1em;
}
.post-type-page .list-ttl {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 0 1rem;
}
.post-type-page .table {
  width: 100%;
  box-shadow: 0 3px 6px rgba(17, 17, 17, 0.16);
  line-height: 1.5;
  margin: 3rem 0;
}
.post-type-page .table th {
  background: #f2f2f2;
  color: #111;
}
@media screen and (max-width: 767px) {
  .post-type-page .table th {
    font-size: 1.5rem;
  }
}
.post-type-page .table th,
.post-type-page .table td {
  font-size: 1.6rem;
  text-align: left;
  border: 1px solid rgba(92, 88, 88, 0.6);
  padding: 1rem;
}
@media (min-width: 768px), print {
  .post-type-page .table th,
.post-type-page .table td {
    font-size: 1.7rem;
    padding: 1.5rem;
  }
}
.post-type-page .table--center th {
  text-align: center;
}
.post-type-page .table--all-center th,
.post-type-page .table--all-center td {
  text-align: center;
}
.post-type-page .table--company th {
  width: 40%;
}
@media (min-width: 768px), print {
  .post-type-page .table--company th {
    width: 20%;
  }
}
.post-type-page .table--ir th,
.post-type-page .table--ir td {
  text-align: center;
}
.post-type-page .table--ir td:not(:first-child) {
  text-align: right;
}
.post-type-page .table .td-center {
  text-align: center !important;
}
.post-type-page .table .td-right {
  text-align: right !important;
}
.post-type-page .table .td-left {
  text-align: left !important;
}
.post-type-page .table .ul,
.post-type-page .table .ol,
.post-type-page .table .box {
  margin: 1rem 0 1rem 0.5rem;
}
.post-type-page .table .ul li,
.post-type-page .table .ol li,
.post-type-page .table .box li {
  margin-bottom: 0.5rem;
}
.post-type-page .tbl_right th {
  text-align: center;
  background: #3CC !important;
  color: #FFF;
}
.post-type-page .tbl_right td:not(:first-child) {
  text-align: right;
}
.post-type-page .tbl_right .emp {
  background: #CFC;
  font-weight: bold;
}
.post-type-page .tbl_right .none {
  background: #EEE;
  text-align: center !important;
}
.post-type-page .tbl_right--renketsu th {
  background: #99F !important;
}
.post-type-page .tbl_right--renketsu .emp {
  background: #CFF;
}
.post-type-page .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 767px) {
  .post-type-page .table-responsive table {
    table-layout: fixed;
  }
  .post-type-page .table-responsive table th,
.post-type-page .table-responsive table td {
    width: 200px;
    font-size: 1.4rem !important;
  }
}
@media (min-width: 768px), print {
  .post-type-page .table-responsive table {
    width: 100%;
  }
}
.post-type-page b {
  font-weight: bold;
}
.post-type-page strong {
  color: #c02813;
}
.post-type-page .box {
  border: 1px solid #e4e4e4;
  background: rgba(242, 242, 242, 0.35);
  box-shadow: 0 3px 6px rgba(17, 17, 17, 0.16);
  margin: 5rem 0 0;
  padding: 1.5rem;
}
@media (min-width: 768px), print {
  .post-type-page .box {
    padding: 4rem;
  }
}
.post-type-page .box__title {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 0 1rem;
  line-height: 1.3em;
}
@media (min-width: 768px), print {
  .post-type-page .box__title {
    font-size: 2.1rem;
  }
}
.post-type-page .box .ul,
.post-type-page .box .ol,
.post-type-page .box .table,
.post-type-page .box .list-underline {
  margin-top: 0;
  margin-bottom: 0;
}
.post-type-page .box .ul li:last-child,
.post-type-page .box .ol li:last-child,
.post-type-page .box .table li:last-child,
.post-type-page .box .list-underline li:last-child {
  margin-bottom: 0;
}
.post-type-page .box--number {
  height: 100%;
  letter-spacing: 0.05em;
}
@media (min-width: 768px), print {
  .post-type-page .box--number {
    padding: 3rem;
  }
}
@media (max-width: 1199px) {
  .post-type-page .box--ir {
    border: none;
    background: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
  }
}
.post-type-page .text-copy {
  text-align: center;
  line-height: 2;
  margin: 1.5em 0 2em;
}
@media screen and (max-width: 767px) {
  .post-type-page .text-copy br {
    display: none;
  }
}
@media (min-width: 768px), print {
  .post-type-page .text-copy {
    font-size: 120%;
  }
}
.post-type-page p + .h2, .post-type-page p + .h3, .post-type-page p + .h4, .post-type-page p + .ul, .post-type-page p + .ol, .post-type-page p + .table, .post-type-page p + .box {
  margin-top: 3rem;
}
@media (min-width: 1200px), print {
  .post-type-page p + .h2, .post-type-page p + .h3, .post-type-page p + .h4, .post-type-page p + .ul, .post-type-page p + .ol, .post-type-page p + .table, .post-type-page p + .box {
    margin-top: 4.5rem;
  }
}

/*********************/
/*  扉  */
/*********************/
.children-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0 3px 6px rgba(17, 17, 17, 0.16);
  border: 1px solid #e4e4e4;
  border-left: 2px solid #c02813;
  transition: 0.3s ease-out;
  padding: 20px;
}
@media (min-width: 1200px), print {
  .children-card {
    padding: 30px;
  }
}
.children-card:hover {
  box-shadow: 3px 6px 9px rgba(17, 17, 17, 0.35);
  opacity: 0.6;
}
.children-card__more {
  display: block;
  font-size: 1.4rem;
  color: #111;
  text-align: right;
  letter-spacing: 0.03em;
  transition: 0.3s ease-out;
}
@media (max-width: 1199px) {
  .children-card__more {
    display: inline-block;
    margin-top: 15px;
  }
}
.children-card__more:before {
  display: inline-block;
  content: "";
  color: rgba(192, 40, 19, 0.5);
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-size: 1rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 5px;
  transition: 0.3s ease-out;
}
.children-card__more--target:after {
  display: inline-block;
  content: "";
  color: rgba(17, 17, 17, 0.8);
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-size: 1.7rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: text-bottom;
  margin-left: 5px;
}
.children-card__title {
  display: block;
  letter-spacing: 0.06em;
}
.children-card__title-ja, .children-card__title-en {
  display: block;
  transition: 0.3s ease-out;
}
.children-card__title-ja {
  font-weight: 600;
  font-size: 1.8rem;
  color: #111;
  line-height: 1.4;
}
@media (min-width: 768px), print {
  .children-card__title-ja {
    font-size: 2rem;
  }
}
.children-card__title-en {
  font-weight: 400;
  font-size: 1.4rem;
  color: #c02813;
  white-space: break-spaces;
  line-height: 1.3;
  margin-top: 5px;
}
@media (min-width: 768px), print {
  .children-card__title-en {
    font-size: 1.6rem;
  }
}

/*********************/
/*  サイトマップ  */
/*********************/
.sitemap-wrap .ul-sitemap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.sitemap-wrap .ul-sitemap li {
  font-weight: 600;
}
@media (min-width: 768px), print {
  .sitemap-wrap .ul-sitemap li {
    width: calc(100% / 3 - 2rem);
    line-height: 2;
    margin: 1rem;
  }
}
.sitemap-wrap .ul-sitemap li .ul {
  width: 100%;
}
.sitemap-wrap .ul-sitemap li .ul li {
  width: 100%;
  font-weight: 400;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -10px;
}
@media (min-width: 1200px), print {
  .gallery {
    margin: 15px -15px;
  }
}
.gallery-item {
  width: 100%;
  padding: 10px;
  text-align: center;
}
@media (min-width: 1200px), print {
  .gallery-item {
    padding: 15px;
  }
}
.gallery-item img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  font-family: "object-fit: contain; object-position: center;";
}
@media (min-width: 768px), print {
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }
}
@media (min-width: 768px), print {
  .gallery-columns-3 .gallery-item {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px), print {
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
}
@media (min-width: 768px), print {
  .gallery-columns-5 .gallery-item {
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px), print {
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }
}
.gallery-caption {
  font-size: 1.6rem;
  font-weight: normal;
  color: #111;
  line-height: 1.7;
  text-align: left;
  padding: 5px 0;
  margin-top: 0.5em;
}
@media (min-width: 1200px), print {
  .gallery-caption {
    font-size: 1.7rem;
  }
}

figcaption {
  font-size: 1.6rem;
  font-weight: normal;
  color: #111;
  line-height: 1.7;
  text-align: left;
  padding: 5px 0;
  margin-top: 0.5em;
}
@media (min-width: 1200px), print {
  figcaption {
    font-size: 1.7rem;
  }
}

.g-full .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  font-family: "object-fit: contain; object-position: center;";
}

/*  パンくず  */
.breadcrumb {
  border-top: 1px solid #e4e4e4;
}
.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.3rem;
  justify-content: flex-start;
  list-style: none;
  padding: 15px 0;
}
.breadcrumb-list__item:not(:first-child):before {
  content: "";
  transform: rotate(45deg);
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #5c5858;
  margin: 0 1rem 0.2rem;
  border-right: 1px solid #5c5858;
}
.breadcrumb-list__item:first-child:before {
  display: inline-block;
  content: "";
  color: #c02813;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-size: 1rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 5px;
}
.breadcrumb-list__link {
  color: #111;
  transition: 0.3s ease-out;
}
.breadcrumb-list__link:hover {
  color: #c02813;
}
/*  ページ送り  */
.pager-list {
  display: flex;
  justify-content: center;
  margin: 2rem 0 0;
}
@media (min-width: 768px), print {
  .pager-list {
    margin: 5rem 0 0;
  }
}
.pager-list__item {
  margin: 15px 5px 10px;
  list-style: none;
  position: relative;
  border-radius: 8px;
  width: 47px;
  height: 45px;
  line-height: 45px;
  font-weight: bold;
  border-radius: 50%;
  transition: 0.2s ease-out;
}
.pager-list__item--prev, .pager-list__item--next {
  box-shadow: 0 0 0 2px #fff inset;
  background: #111;
}
.pager-list__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 1.6rem;
  transition: 0.2s ease-out;
  text-align: center;
  font-size: 2rem;
  border-radius: 50%;
}
.pager-list__link--number, .pager-list__link--prev, .pager-list__link--next {
  color: #111;
}
.pager-list__link--number:hover, .pager-list__link--prev:hover, .pager-list__link--next:hover {
  color: #fff;
  background: #c02813;
}
.pager-list__link--prev:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 50%;
  left: 55%;
  border-top: 2px solid #fff;
  margin: 0 10px 1px 0;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(-135deg);
  transition: 0.2s ease-out;
}
.pager-list__link--next::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 50%;
  left: 45%;
  border-top: 2px solid #fff;
  margin: 0 10px 1px 0;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.2s ease-out;
}
.pager-list__link--active {
  color: #c02813;
  background: #fff;
}
.pager-list__link--active:hover {
  color: #c02813;
  background: #fff;
}

.single-pager-list {
  position: relative;
  display: flex;
  margin: 8rem 0 0;
}
@media (min-width: 768px), print {
  .single-pager-list {
    margin-top: 8rem;
  }
}
.single-pager-list__item {
  list-style: none;
  position: absolute;
  top: 50%;
  border: 1px solid #e4e4e4;
  background: #fff;
  box-shadow: 0 3px 6px rgba(17, 17, 17, 0.16);
  margin: 1rem;
  transition: 0.2s ease-out;
}
.single-pager-list__item--back, .single-pager-list__item--prev, .single-pager-list__item--next {
  transform: translateY(-50%);
}
.single-pager-list__item--back {
  right: 50%;
  transition: 0.2s ease-out;
  transform: translate(50%, -50%);
}
.single-pager-list__item--prev {
  left: 0;
}
.single-pager-list__item--prev:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 50%;
  left: 50%;
  border-top: 3px solid #111;
  margin: 0 10px 1px 0;
  border-right: 3px solid #111;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.single-pager-list__item--next {
  right: 0;
}
.single-pager-list__item--next::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 50%;
  left: 50%;
  border-top: 3px solid #111;
  margin: 0 10px 1px 0;
  border-right: 3px solid #111;
  transform: translate(-50%, -50%) rotate(45deg);
}
.single-pager-list__item:hover {
  background: #c02813;
}
.single-pager-list__item:hover::after, .single-pager-list__item:hover:before {
  border-color: #fff;
}
.single-pager-list__item:hover .single-pager-list__link {
  color: #fff;
}
.single-pager-list__link {
  display: inline-block;
  transition: 0.2s ease-out;
  color: #111;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  padding: 1.5rem 2rem;
}
@media (min-width: 768px), print {
  .single-pager-list__link {
    font-size: 1.8rem;
    padding: 2rem 3rem;
  }
}

/*********************/
/*  ページトップボタン　 */
/*********************/
.page-top {
  position: fixed;
  bottom: 80px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 1px solid #c02813;
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
  line-height: 1;
  opacity: 0;
  z-index: 500;
  box-shadow: 0 3px 6px rgba(17, 17, 17, 0.16);
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .page-top {
    width: 40px;
    height: 40px;
    bottom: 30px;
    right: 15px;
  }
}
.page-top::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  font-family: "icomoon";
  display: inline-block;
  font-size: 2rem;
  color: #c02813;
  transform: translate(-50%, -50%) rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .page-top::before {
    font-size: 1.4rem;
  }
}
.page-top--fixed {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.goto {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .goto {
    border: 1px solid #e4e4e4;
    overflow: hidden;
  }
}
@media (min-width: 768px), print {
  .goto {
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
  }
}
.goto__item {
  display: flex;
}
@media screen and (max-width: 767px) {
  .goto__item:not(:first-child) {
    border-top: 1px solid #e4e4e4;
  }
}
@media (min-width: 768px), print {
  .goto__item {
    width: calc(100% / 3);
    padding: 8px;
  }
}
.goto__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 600;
  color: #111;
  line-height: 1.4;
  letter-spacing: 0.04em;
  background: #fff;
  box-shadow: 0 3px 6px rgba(17, 17, 17, 0.16);
  padding: 15px 5px 15px 5px;
  transition: 0.2s linear;
}
@media (min-width: 768px), print {
  .goto__link {
    border: 1px solid #e4e4e4;
  }
}
@media (min-width: 1200px), print {
  .goto__link {
    font-size: 1.8rem;
    padding: 20px 15px 20px 15px;
  }
}
.goto__link:before {
  display: inline-block;
  content: "";
  color: rgba(192, 40, 19, 0.9);
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  transform: rotate(90deg);
  margin-right: 5px;
  transition: 0.2s linear;
}
.goto__link:hover {
  color: #fff;
  background: #c02813;
}
.goto__link:hover:before {
  color: rgba(255, 255, 255, 0.9);
}
.goto--page {
  margin-top: 3rem;
}
.goto--page .goto__link:before {
  transform: rotate(0deg);
}

/*********************/
/*  ニュース  */
/*********************/
@media (max-width: 1199px) {
  .head-news-list {
    box-shadow: 0 3px 6px rgba(17, 17, 17, 0.16);
  }
}
@media (min-width: 1200px), print {
  .head-news-list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
.head-news-list__head {
  width: 100%;
  background: #c02813;
}
@media screen and (max-width: 767px) {
  .head-news-list__head {
    text-align: right;
  }
}
@media (min-width: 768px), print {
  .head-news-list__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1200px), print {
  .head-news-list__head {
    width: 400px;
  }
}
.head-news-list__ttl {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .head-news-list__ttl {
    text-align: left;
  }
}
@media (min-width: 768px), print {
  .head-news-list__ttl {
    font-size: 1.7rem;
  }
}
@media (min-width: 1200px), print {
  .head-news-list__ttl {
    font-size: 1.8rem;
  }
}
.head-news-list__item {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
}
@media (min-width: 1200px), print {
  .head-news-list__item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: calc(100% - 400px);
  }
}
.head-news-list__item:hover .head-news-list__post-title {
  color: #c02813;
  opacity: 0.7;
}
.head-news-list__item:hover .head-news-list__post-title:before {
  color: #c02813;
}
.head-news-list__btn {
  display: inline-block;
  font-weight: 600;
  font-size: 1.5rem;
  color: #fff;
  border: 2px solid #fff;
  padding: 5px 10px;
  box-shadow: 0 3px 6px rgba(17, 17, 17, 0.16);
  transition: 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .head-news-list__btn {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px), print {
  .head-news-list__btn {
    width: 150px;
  }
}
.head-news-list__btn:before {
  display: inline-block;
  content: "";
  color: rgba(255, 255, 255, 0.8);
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 5px;
  transition: 0.2s ease-out;
}
.head-news-list__btn:hover {
  color: #c02813;
  background: #fff;
}
.head-news-list__btn:hover:before {
  color: rgba(192, 40, 19, 0.8);
}
.head-news-list__head, .head-news-list__item {
  padding: 15px;
}
@media (min-width: 1200px), print {
  .head-news-list__head, .head-news-list__item {
    height: 100px;
    padding: 0 30px;
  }
}
.head-news-list__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.head-news-list__time {
  font-size: 1.5rem;
  font-weight: 600;
  color: rgba(17, 17, 17, 0.5);
}
@media (min-width: 768px), print {
  .head-news-list__time {
    font-size: 1.7rem;
  }
}
.head-news-list__post-title {
  position: relative;
  display: inline-block;
  flex: 1 0 0px;
  overflow: hidden;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #111;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #c02813;
          text-decoration-color: #c02813;
  transition: 0.3s ease-out;
}
@media (min-width: 768px), print {
  .head-news-list__post-title {
    font-size: 1.7rem;
  }
}
.head-news-list__post-title:before {
  display: inline-block;
  content: "";
  color: #111;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-size: 2.8rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: sub;
  text-decoration: none;
  margin-right: 5px;
}
.head-news-list__post-title--past {
  margin-left: 15px;
}
.head-news-list__new {
  font-size: 1.4rem;
  color: #fff;
  background: #c02813;
  padding: 0 15px;
  margin: 0 15px;
}

.news-list {
  display: block;
  width: 100%;
}
.news-list__item {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px dashed rgba(17, 17, 17, 0.5);
  padding: 20px 5px;
  transition: 0.3s ease-out;
}
@media (min-width: 768px), print {
  .news-list__item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 25px;
  }
}
.news-list__item:first-child {
  border-top: 1px dashed rgba(17, 17, 17, 0.5);
}
.news-list__item:hover .news-list__post-title {
  color: #c02813;
}
.news-list__item:hover .head-news-list__post-title--archive {
  color: #c02813;
  opacity: 0.7;
}
.news-list__item:hover .head-news-list__post-title--archive:before {
  color: #c02813;
}
.news-list__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.3s ease-out;
}
.news-list__time, .news-list__category, .news-list__post-title {
  display: inline-block;
  transition: 0.3s ease-out;
}
.news-list__category {
  font-size: 1.4rem;
  color: #111;
  text-align: center;
  border: 1px solid #111;
  padding: 0 10px;
  margin: 0 5px;
}
@media (min-width: 768px), print {
  .news-list__category {
    margin: 0 15px;
  }
}
@media (min-width: 1200px), print {
  .news-list__category {
    width: 140px;
    font-size: 1.5rem;
    margin: 0 30px 0 15px;
  }
}
.news-list__category--all {
  color: #5D5D5D;
  border-color: #5D5D5D;
}
.news-list__category--setumei, .news-list__category--topics, .news-list__category--news {
  color: #9d2a87;
  border-color: #9d2a87;
}
.news-list__category--denshi, .news-list__category--ir {
  color: #242D9D;
  border-color: #242D9D;
}
.news-list__category--kessan, .news-list__category--product, .news-list__category--pr {
  color: #127741;
  border-color: #127741;
}
.news-list__category--important {
  color: #AF2800;
  border-color: #AF2800;
}
.news-list__category--csr, .news-list__category--houkoku, .news-list__category--company {
  color: #00899B;
  border-color: #00899B;
}
.news-list__category--tansin, .news-list__category--shareholders {
  color: #428E39;
  border-color: #428E39;
}
.news-list__category--yuho, .news-list__category--settlement {
  color: #494D9F;
  border-color: #494D9F;
}
.news-list__time {
  font-size: 1.5rem;
  font-weight: 600;
  color: rgba(17, 17, 17, 0.5);
}
@media (min-width: 1200px), print {
  .news-list__time {
    width: 110px;
    font-size: 1.7rem;
  }
}
.news-list__post-title {
  flex: 1 0 0px;
  overflow: hidden;
  font-size: 1.5rem;
  font-weight: 400;
  color: #111;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .news-list__post-title {
    width: 100%;
    display: block;
    margin-top: 5px;
    line-height: 1.4;
  }
}
@media (min-width: 768px), print {
  .news-list__post-title {
    font-size: 1.7rem;
    line-height: 1.6;
  }
}
.news-list__post-title--pdf:before {
  display: inline-block;
  content: "";
  color: #111;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-size: 2.8rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1;
  vertical-align: sub;
  margin-right: 5px;
}
.news-list__post-title--link:before {
  content: "";
}
.news-list__new {
  display: none;
  font-size: 1.4rem;
  color: #fff;
  border: 1px solid #c02813;
  background: #c02813;
  padding: 0 10px;
}
@media (min-width: 768px), print {
  .news-list__new {
    font-size: 1.5rem;
    padding: 0 15px;
    margin: 0;
  }
}
.news-list__new--active {
  display: inline-block;
  margin-right: 15px;
}
.news-list--csr {
  margin-top: 3rem;
}
.news-list--csr .news-list__item {
  border-right: 1px solid rgba(17, 17, 17, 0.5);
  border-left: 1px solid rgba(17, 17, 17, 0.5);
}
.news-list--csr .news-list__item:first-child {
  border-top: 1px solid rgba(17, 17, 17, 0.5);
}
.news-list--csr .news-list__item:last-child {
  border-bottom: 1px solid rgba(17, 17, 17, 0.5);
}
.news-list--csr .news-list__link:hover {
  background: rgba(92, 88, 88, 0.1);
}

.news-head {
  margin-bottom: 3rem;
}
.news-head__time {
  font-size: 1.6rem;
  font-weight: 500;
  color: #111;
}
@media (min-width: 768px), print {
  .news-head__time {
    font-size: 1.8rem;
  }
}
.news-head__ctg {
  position: relative;
  display: inline-block;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: bold;
  color: #111;
  border: 1px solid #111;
  text-align: center;
  white-space: nowrap;
  margin-right: 1.5rem;
  padding: 0.5rem 1.5rem;
}
@media (min-width: 768px), print {
  .news-head__ctg {
    font-size: 1.7rem;
  }
}
.news-head__ctg--setumei, .news-head__ctg--topics, .news-head__ctg--news {
  color: #9d2a87;
  border-color: #9d2a87;
}
.news-head__ctg--denshi, .news-head__ctg--ir {
  color: #242D9D;
  border-color: #242D9D;
}
.news-head__ctg--kessan, .news-head__ctg--product, .news-head__ctg--pr {
  color: #127741;
  border-color: #127741;
}
.news-head__ctg--important {
  color: #AF2800;
  border-color: #AF2800;
}
.news-head__ctg--csr, .news-head__ctg--houkoku, .news-head__ctg--company {
  color: #00899B;
  border-color: #00899B;
}
.news-head__ctg--tansin, .news-head__ctg--shareholders {
  color: #428E39;
  border-color: #428E39;
}
.news-head__ctg--yuho, .news-head__ctg--settlement {
  color: #494D9F;
  border-color: #494D9F;
}
.news-head .h2 {
  margin-top: 2rem;
}

/*********************/
/*  タブ切り替え  */
/*********************/
.news-list--tab {
  /*タブ切り替え*/
  width: 100%;
  display: none;
  overflow: hidden;
}

.tabs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  /*ラジオボタンを全て消す*/
}
.tabs input[name=tabs__item] {
  display: none;
}
.tabs__content {
  /*タブ切り替えの中身のスタイル*/
  width: 100%;
  display: none;
  overflow: hidden;
  margin: 3rem 0 0;
}
@media screen and (max-width: 767px) {
  .tabs__content {
    margin-top: 3rem;
  }
}
@media (min-width: 768px), print {
  .tabs__content {
    background: #fff;
    border: 2.5px solid #111;
    margin: 0 0 3rem;
  }
}
@media screen and (max-width: 767px) {
  .tabs--top .tabs__item {
    width: calc(100%/5 - .5rem);
  }
}
@media screen and (max-width: 767px) {
  .tabs--product .tabs__item {
    width: calc(100%/3 - .5rem);
  }
}
.tabs__item {
  position: relative;
  display: block;
  width: calc(100%/2);
  height: auto;
  font-weight: 400;
  font-size: 1.6rem;
  float: left;
  color: #111;
  background: #fff;
  text-align: center;
  border-bottom: 1px solid #111;
  transition: 0.1s ease-out;
  cursor: pointer;
  opacity: 0.5;
  width: calc(100%/4 - .5rem);
  height: 100%;
  font-size: 1.2rem;
  border: 1px solid #111;
  border-bottom: none;
  margin: 0 0.25rem;
  padding: 10px 0;
}
.tabs__item:before {
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  z-index: 1;
  transition: 0.1s ease-out;
  opacity: 0;
}
@media (min-width: 768px), print {
  .tabs__item {
    width: calc(100%/8 - 1rem);
    font-size: 1.7rem;
    letter-spacing: 0.03em;
    padding: 10px 5px;
    margin: 0 0.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1065px) {
  .tabs__item {
    font-size: 1.5rem;
  }
}
.tabs__item:hover {
  background: rgba(192, 40, 19, 0.7);
  background: #c02813;
  color: #fff;
  opacity: 1;
}
.tabs__item:hover:before {
  opacity: 1;
}
.tabs__item--setumei:hover, .tabs__item--topics:hover, .tabs__item--news:hover {
  background: #9d2a87;
}
.tabs__item--denshi:hover, .tabs__item--ir:hover {
  background: #242D9D;
}
.tabs__item--kessan:hover, .tabs__item--product:hover, .tabs__item--pr:hover {
  background: #127741;
}
.tabs__item--important:hover {
  background: #AF2800;
}
.tabs__item--csr:hover, .tabs__item--houkoku:hover, .tabs__item--company:hover {
  background: #00899B;
}
.tabs__item--tansin:hover, .tabs__item--shareholders:hover {
  background: #428E39;
}
.tabs__item--yuho:hover, .tabs__item--settlement:hover {
  background: #494D9F;
}
@media (min-width: 768px), print {
  .tabs--page .tabs__item {
    width: calc(100%/5 - 1rem);
  }
}
@media (min-width: 1200px), print {
  .tabs--page {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .tabs + .section__footer {
    padding-top: 3rem;
  }
}

/*選択されているタブのコンテンツのみを表示*/
#news:checked ~ #news_content,
#ir:checked ~ #ir_content,
#pr:checked ~ #pr_content,
#csr:checked ~ #csr_content,
#important:checked ~ #important_content,
#topics:checked ~ #topics_content,
#company:checked ~ #company_content,
#shareholders:checked ~ #shareholders_content,
#settlement:checked ~ #settlement_content,
#product:checked ~ #product_content,
#all:checked ~ #all_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tabs__item {
  background: #111;
  color: #fff;
  opacity: 1;
}
.tabs input:checked + .tabs__item:before {
  opacity: 1;
}
.tabs input:checked + .tabs__item--setumei, .tabs input:checked + .tabs__item--topics, .tabs input:checked + .tabs__item--news {
  background: #9d2a87;
}
.tabs input:checked + .tabs__item--denshi, .tabs input:checked + .tabs__item--ir {
  background: #242D9D;
}
.tabs input:checked + .tabs__item--kessan, .tabs input:checked + .tabs__item--product, .tabs input:checked + .tabs__item--pr {
  background: #127741;
}
.tabs input:checked + .tabs__item--important {
  background: #AF2800;
}
.tabs input:checked + .tabs__item--csr, .tabs input:checked + .tabs__item--houkoku, .tabs input:checked + .tabs__item--company {
  background: #00899B;
}
.tabs input:checked + .tabs__item--tansin, .tabs input:checked + .tabs__item--shareholders {
  background: #428E39;
}
.tabs input:checked + .tabs__item--yuho, .tabs input:checked + .tabs__item--settlement {
  background: #494D9F;
}

.tabs-card {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #111;
  padding: 15px;
  transition: 0.2s ease-out;
}
@media (max-width: 1199px) {
  .tabs-card {
    background: #fff;
    box-shadow: 0 2px 3px rgba(17, 17, 17, 0.16);
    margin-bottom: 1rem;
  }
}
@media (min-width: 1200px), print {
  .tabs-card {
    flex-wrap: nowrap;
    padding: 20px 0;
    padding-right: 75px;
    margin: 0 3rem;
  }
  .tabs-card:last-child {
    border-bottom: none;
  }
}
.tabs-card__time {
  font-size: 1.7rem;
  font-weight: 400;
  color: #111;
  letter-spacing: 0.05em;
  transition: 0.2s ease-out;
}
.tabs-card__label {
  width: 120px;
  font-size: 1.45rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin: 0 10px;
  background: linear-gradient(90deg, rgba(17, 17, 17, 0.9), rgba(0, 101, 157, 0.9));
  transition: 0.2s ease-out;
}
@media (min-width: 1200px), print {
  .tabs-card__label {
    margin: 0 20px;
  }
}
.tabs-card__title {
  flex: 1 0 100%;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 5px;
  transition: 0.2s ease-out;
}
@media (min-width: 1200px), print {
  .tabs-card__title {
    flex: 1;
    font-size: 1.7rem;
    margin-top: 0;
  }
}
.tabs-card:hover .tabs-card__title {
  color: #111;
}
.tabs-card:hover .tabs-card__time,
.tabs-card:hover .tabs-card__title,
.tabs-card:hover .tabs-card__label {
  transform: translateX(15px);
}

.ctg-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 3rem;
}
@media (min-width: 768px), print {
  .ctg-list {
    justify-content: center;
  }
}
.ctg-list__item {
  width: calc(100% / 3 - 1rem);
  margin: 0.5rem;
}
@media (min-width: 768px), print {
  .ctg-list__item {
    width: calc(100% / 4 - 2rem);
    margin: 0.5rem;
  }
}
@media (min-width: 1200px), print {
  .ctg-list__item {
    width: calc(100% / 8 - 2rem);
    margin: 1rem;
  }
}
.ctg-list__item--active .ctg-list__link {
  color: #fff;
  background: #111;
}
@media (min-width: 768px), print {
  .ctg-list__item--year {
    width: auto;
  }
}
.ctg-list__link {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  font-size: 1.4rem;
  text-align: center;
  color: #111;
  border: 1px solid #111;
  padding: 10px 5px;
  transition: 0.3s ease-out;
}
@media (min-width: 768px), print {
  .ctg-list__link {
    font-size: 1.6rem;
    padding: 10px;
  }
}
.ctg-list__link:hover {
  color: #fff;
  background: #c02813;
}
.ctg-list__link--setumei:hover, .ctg-list__link--topics:hover, .ctg-list__link--news:hover {
  background: #9d2a87;
}
.ctg-list__link--denshi:hover, .ctg-list__link--ir:hover {
  background: #242D9D;
}
.ctg-list__link--kessan:hover, .ctg-list__link--product:hover, .ctg-list__link--pr:hover {
  background: #127741;
}
.ctg-list__link--important:hover {
  background: #AF2800;
}
.ctg-list__link--csr:hover, .ctg-list__link--houkoku:hover, .ctg-list__link--company:hover {
  background: #00899B;
}
.ctg-list__link--tansin:hover, .ctg-list__link--shareholders:hover {
  background: #428E39;
}
.ctg-list__link--yuho:hover, .ctg-list__link--settlement:hover {
  background: #494D9F;
}
.ctg-list__link--year {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .ctg-list--product .ctg-list__item, .ctg-list--document .ctg-list__item {
    width: 100%;
  }
}
@media (min-width: 1200px), print {
  .ctg-list--product .ctg-list__item, .ctg-list--document .ctg-list__item {
    width: calc(100% / 6 - 2rem);
  }
}
.ctg-list + .ctg-list {
  margin-top: -3rem;
}

.ir-news + .ir-news {
  margin-top: 3em;
}
.ir-news__ttl {
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #111;
  vertical-align: middle;
  margin-bottom: 2rem;
}
@media (min-width: 768px), print {
  .ir-news__ttl {
    font-size: 2.6rem;
  }
}
.ir-news__ttl:before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  line-height: 1;
  background: #c02813;
  margin-right: 5px;
}

.document-wrap {
  margin-bottom: 3em;
}

.files-list {
  list-style: none;
  margin-top: 1.5rem;
}
.files-list__item {
  border-bottom: 1px dashed rgba(17, 17, 17, 0.8);
  transition: 0.3s ease-out;
}
.files-list__link {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  color: #c02813;
  line-height: 1.4;
  text-decoration: underline;
  padding: 15px;
  transition: 0.3s ease-out;
}
@media (min-width: 768px), print {
  .files-list__link {
    font-size: 1.8rem;
  }
}
.files-list__link:before, .files-list__link:after {
  display: inline-block;
  content: "";
  color: #c02813;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 10px;
  transition: 0.3s ease-out;
  text-decoration: none;
}
.files-list__link:after {
  content: "";
  color: #111;
  font-size: 2.4rem;
  margin-left: 10px;
}
.files-list__link:hover {
  opacity: 0.6;
}

.button-files {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 2px solid #c02813;
  box-shadow: 0 3px 6px rgba(192, 40, 19, 0.16);
  transition: 0.3s ease-out;
}
.button-files:hover {
  background: rgba(192, 40, 19, 0.9);
  box-shadow: 3px 6px 9px rgba(192, 40, 19, 0.35);
}
.button-files:hover:before {
  color: #fff;
}
.button-files:hover:after {
  color: rgba(255, 255, 255, 0.5);
}
.button-files:hover .button-files__text {
  color: #fff;
}
.button-files:before, .button-files:after {
  display: block;
  content: "";
  color: rgba(192, 40, 19, 0.9);
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-size: 4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  transition: 0.3s ease-out;
}
.button-files:after {
  display: none;
  content: "";
  font-size: 5rem;
  color: rgba(192, 40, 19, 0.4);
}
@media (min-width: 1200px), print {
  .button-files:after {
    display: block;
  }
}
.button-files__text {
  display: inline-block;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
  color: #c02813;
  line-height: 1.4;
  padding: 25px 0;
  vertical-align: middle;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .button-files__text {
    padding-left: 1rem;
  }
}
@media (min-width: 768px), print {
  .button-files__text {
    font-size: 2rem;
    padding: 25px 15px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*********************/
/*  お問い合わせフォーム  */
/*********************/
/* 申し込みフォーム */
.form {
  font-size: 1.6rem;
  color: #111;
  border: 1px solid #e4e4e4;
  background: rgba(242, 242, 242, 0.5);
  padding: 10px;
  margin: 1rem 0;
}
@media (min-width: 768px), print {
  .form {
    padding: 15px;
  }
}
@media (min-width: 1200px), print {
  .form {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .form__row {
    padding: 10px;
  }
}
@media (min-width: 1200px), print {
  .form__row {
    display: flex;
    align-items: baseline;
  }
}
.form__required, .form__any {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  color: #fff;
  padding: 0 5px;
  margin-left: 1rem;
  vertical-align: text-top;
  background: #5c5858;
}
@media (max-width: 1199px) {
  .form__required, .form__any {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1200px), print {
  .form__required, .form__any {
    float: right;
  }
}
.form__required {
  background: #c02813;
}
.form__item {
  color: #111;
  margin: 0.5rem 0;
}
@media (min-width: 1200px), print {
  .form__item {
    margin: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .form__item br {
    display: none;
  }
}
.form__item:first-child {
  font-weight: bold;
}
@media (min-width: 1200px), print {
  .form__item:first-child {
    width: 30%;
  }
}
.form__item:last-child {
  position: relative;
}
@media (min-width: 1200px), print {
  .form__item:last-child {
    width: 70%;
  }
}
.form__text, .form__textarea, .form__number, .form__email, .form__zip {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 10px;
}
.form__zip {
  display: inline-block;
  width: 220px;
  margin-bottom: 1rem;
}
.form__select {
  position: relative;
  width: 100%;
  background: #fff;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 0;
  color: #111;
  line-height: 30px;
  text-align: left;
  text-indent: 5px;
  vertical-align: middle;
  padding: 5px;
}
.form__meta {
  display: block;
  color: #5c5858;
  font-size: 90%;
  line-height: 1.3;
  margin-top: -0.8rem;
}
.form__radio, .form__check {
  display: none;
}
.form__radio:checked + .mwform-radio-field-text:before, .form__check:checked + .mwform-radio-field-text:before {
  opacity: 1;
}
.form__radio:checked + .mwform-checkbox-field-text:after, .form__check:checked + .mwform-checkbox-field-text:after {
  opacity: 1;
}
.form__radio:checked + .mwform-checkbox-field-text:before, .form__check:checked + .mwform-checkbox-field-text:before {
  background: #2C2A2A;
}
.form .mwform-radio-field-text {
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 0 0 0 25px;
  vertical-align: middle;
  cursor: pointer;
}
.form .mwform-radio-field-text:hover:after {
  border-color: #2C2A2A;
}
.form .mwform-radio-field-text:after {
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border: 2px solid #2C2A2A;
  border-radius: 50%;
  content: "";
  background: #fff;
  z-index: 0;
}
.form .mwform-radio-field-text:before {
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #2C2A2A;
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
}
@media (min-width: 1200px), print {
  .form .mwform-radio-field-text:before {
    top: 7px;
  }
}
.form .mwform-checkbox-field-text {
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 0 0 0 25px;
  vertical-align: middle;
  cursor: pointer;
}
.form .mwform-checkbox-field-text:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 4px;
  width: 10px;
  height: 15px;
  transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  opacity: 0;
  transition: opacity 0.2s linear;
}
.form .mwform-checkbox-field-text:before {
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #2C2A2A;
  background: #fff;
}
.form .mwform-radio-field label,
.form .mwform-checkbox-field label {
  cursor: pointer;
}
.form__image {
  width: 100%;
}
.form__checkbox--region:after {
  border-radius: 6px;
}
.form__checkbox--region:before {
  width: 5px;
  height: 9px;
  border-right: 3px solid #2C2A2A;
  border-bottom: 3px solid #2C2A2A;
  transform: rotate(45deg);
}
.form__btn-wrap {
  display: flex;
  justify-content: center;
  margin: 3rem 0;
}
.form__button, .form__back, .form__submit {
  display: inline-block;
  margin: 0 auto;
  padding: 15px 45px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  background: #5c5858;
  cursor: pointer;
  transition: 0.2s ease-out;
}
.form__button:hover, .form__back:hover, .form__submit:hover {
  background: #2C2A2A;
}
.form__button:visited, .form__back:visited, .form__submit:visited {
  background: #e4e4e4;
}
.form ::-webkit-input-placeholder {
  color: #5c5858;
}
.form ::-moz-placeholder {
  color: #5c5858;
  opacity: 1;
}
.form :-ms-input-placeholder {
  color: #5c5858;
}
.form a {
  cursor: pointer;
}

.mwform-radio-field label,
.mwform-checkbox-field label {
  cursor: pointer;
}

.pryvacy-consent {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 5rem;
}
.pryvacy-consent__inner {
  display: inline-block;
}

.form-text-link {
  color: #c02813;
  text-decoration: underline;
}

:root {
  font-size: 62.5%;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?cqjn9y");
  src: url("../fonts/icomoon.eot?cqjn9y#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?cqjn9y") format("truetype"), url("../fonts/icomoon.woff?cqjn9y") format("woff"), url("../fonts/icomoon.svg?cqjn9y#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
body {
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: Segoe UI, SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #111;
  font-feature-settings: "halt";
  -webkit-font-smoothing: antialiased;
  line-break: strict;
  word-break: break-word;
  overflow-wrap: break-word;
}
@media (min-width: 1200px), print {
  body {
    font-size: 1.8rem;
  }
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

img {
  pointer-events: none;
}

figure,
img,
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.clearfix {
  clear: both;
}

:focus {
  outline: 0;
}

.alignleft,
.alignright,
.aligncenter {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1em auto;
}

@media (min-width: 768px), print {
  .alignleft {
    float: left;
    margin: 0 2em 0 0;
  }
}

@media (min-width: 768px), print {
  .alignright {
    float: right;
    margin: 0 0 0 2em;
  }
}

img.aligncenter {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px), print {
  img.aligncenter {
    margin: 2em auto 0;
  }
}

.video-wrap {
  max-width: 1200px;
  padding: 30px 15px;
  margin: 0 auto;
}
@media (min-width: 1200px), print {
  .video-wrap {
    padding: 30px 240px;
  }
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.gmap-wrapper {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  margin-top: 2rem;
  overflow: hidden;
}
.gmap-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px), print {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/*表示・非表示 切り替え用 */
@media (min-width: 768px), print {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .tab-only {
    display: none;
  }
}
@media (min-width: 1200px), print {
  .tab-only {
    display: none;
  }
}

@media (max-width: 1199px) {
  .pc-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .tab-none {
    display: none;
  }
}

@media (min-width: 1200px), print {
  .pc-none {
    display: none;
  }
}