@charset "UTF-8";
/* Scss Document */
/* foundation
------------------------------------------------------ */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 400;
  vertical-align: baseline;
  background: transparent;
  font-style: normal;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

main, article, aside, dialog, figure, picture, footer, header,
hgroup, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

strong {
  font-weight: 700;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px #000000 dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  padding: 0;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  display: block;
}

input[type=submit] {
  cursor: pointer;
}

button {
  cursor: pointer;
  padding: 0;
}

time {
  display: inline-block;
}

sup {
  font-size: 0.5em;
  font-weight: inherit;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

sub {
  font-size: 0.5em;
  font-weight: inherit;
  vertical-align: text-bottom;
}

*:before,
*:after {
  box-sizing: border-box;
}

.p-home-fv-scroll__inner::after, .p-home-fv-slides-bg::before, .p-home-fv-slides-bg::after, .p-home-fv-slides-bg .slick-arrow::after, .p-home-company .l-wrapper::before, .p-home-factory__wrapper::before, .p-page-content__pageNav-prev::after, .p-page-content__pageNav-next::after, .wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after, .c-product-item__img::after, .c-btn--tel::before, .c-btn--dl::before, .c-btn--arrow::before, .l-footer-info__logo, .l-info-recruit::before, .l-gnav-header__logo, .l-header-logo__inner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-home-fv-slides-bg__item, .p-home-factory::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-archive-structure-item__icon::after, .c-product-item__title-icon::after, .c-linkBtn__icon::after, .c-lineup__icon::after {
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.l-gnav-header__logo, .l-header-logo__inner {
  aspect-ratio: 198/129;
}

.p-archive-structure-item__icon::after, .p-home-fv-slides-bg .slick-arrow::after, .p-page-content__pageNav-prev::after, .p-page-content__pageNav-next::after, .wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after, .c-product-item__title-icon::after, .c-linkBtn__icon::after, .c-lineup__icon::after {
  aspect-ratio: 16/13;
}

.c-linkBtn--more .c-linkBtn__icon::after {
  aspect-ratio: 20/25;
}

.c-product-item--01 .c-product-item__img::after {
  aspect-ratio: 131/122;
}

.c-product-item--02 .c-product-item__img::after {
  aspect-ratio: 50/98;
}

.c-product-item--03 .c-product-item__img::after {
  aspect-ratio: 55/96;
}

.c-product-item--04 .c-product-item__img::after {
  aspect-ratio: 87/93;
}

.c-product-item--05 .c-product-item__img::after {
  aspect-ratio: 88/93;
}

html, body {
  color: #282828;
  background-color: #ffffff;
  font-family: "Hiragino Sans", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

body {
  position: relative;
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-word;
  transition: opacity 0.2s;
}
a:hover {
  opacity: 0.8;
}
a:focus {
  outline: none;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: 100%;
}
button::-moz-placeholder, input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #666666;
}
button::placeholder, input::placeholder, select::placeholder, textarea::placeholder {
  color: #666666;
}

button {
  transition: opacity 0.2s;
}
button:hover {
  opacity: 0.8;
}

figure, picture {
  line-height: 0;
}
figure img, picture img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

img[src$=".svg"] {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

span {
  font-weight: inherit;
}

#wpadminbar {
  position: fixed !important;
}

/* js
------------------------------------------------------ */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-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;
  margin-left: auto;
  margin-right: auto;
}
.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;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  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;
}

/* layout
------------------------------------------------------ */
.l-wrapper {
  width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1320px) {
  .l-wrapper {
    width: calc(100% - 40px);
  }
}
.l-wrapper--sub {
  width: 1120px;
}
@media screen and (max-width: 1160px) {
  .l-wrapper--sub {
    width: calc(100% - 40px);
  }
}

.l-header {
  background-color: #ffffff;
  width: 100%;
  height: 88px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .l-header {
    height: 64px;
  }
}
.l-header__wrapper {
  height: 100%;
  padding: 0 138px 0 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 1320px) {
  .l-header__wrapper {
    padding: 0 118px 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__wrapper {
    padding: 0 84px 0 20px;
  }
}
.l-header-logo {
  font-size: 0;
}
.l-header-logo__inner {
  background-image: url(../img/common/logo.svg);
  width: 88px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .l-header-logo__inner {
    width: 50px;
  }
}
.l-header-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
@media screen and (max-width: 1320px) {
  .l-header-content {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header-content {
    display: none;
  }
}
.l-header-nav {
  font-size: 1.4rem;
}
.l-header-nav__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 16px 32px;
}
@media screen and (max-width: 1320px) {
  .l-header-nav__wrapper {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
.l-header-nav__item-text {
  font-weight: 500;
  position: relative;
}
.l-header-contact.c-btn {
  min-width: 132px;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0;
  padding: 12px 24px;
}

.l-gnav {
  background-color: #ffffff;
  font-size: 1.4rem;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  border-left: 1px #eeeeee solid;
}
@media screen and (max-width: 768px) {
  .l-gnav {
    width: 100%;
    border-left: none;
  }
}
.l-gnav.is-active {
  display: block;
}
.l-gnav-header {
  height: 84px;
  padding: 8px 32px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-gnav-header {
    height: 64px;
    padding: 8px 20px;
  }
}
.l-gnav-header__logo {
  background-image: url(../img/common/logo.svg);
  width: 82px;
  font-size: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-gnav-header__logo {
    width: 50px;
  }
}
.l-gnav__wrapper {
  height: calc(100% - 84px - 24px);
  margin-top: 24px;
  padding: 0 64px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .l-gnav__wrapper {
    height: calc(100% - 64px - 8px);
    margin-top: 8px;
    padding: 0 20px;
  }
}
.l-gnav__list {
  padding-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .l-gnav__list {
    padding-bottom: 48px;
  }
}
.l-gnav__item {
  min-width: 335px;
  border-bottom: 1px #eeeeee solid;
}
.l-gnav__item-text {
  font-weight: 500;
  padding: 24px 64px 24px 0;
  display: block;
  position: relative;
}
.l-gnav__item-text::after {
  content: "";
  background-color: #e60012;
  background-image: url(../img/common/icon_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 13px;
  width: 40px;
  min-width: 0;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
}
.l-gnavBtn {
  background-color: #ffffff;
  width: 74px;
  height: 38px;
  display: grid;
  flex-shrink: 0;
  place-content: center;
  position: fixed;
  top: 25px;
  right: 32px;
  z-index: 3;
  border: 1px #e60012 solid;
  border-radius: 100vmax;
}
@media screen and (max-width: 1320px) {
  .l-gnavBtn {
    right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .l-gnavBtn {
    width: 62px;
    height: 32px;
    top: 16px;
  }
}
.l-gnavBtn::before {
  content: "";
  background-color: #e60012;
  width: 24px;
  height: 1px;
  position: absolute;
  inset: 0;
  margin: auto;
}
.l-gnavBtn__inner {
  width: 26px;
  height: 9px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .l-gnavBtn__inner {
    width: 24px;
  }
}
.l-gnavBtn__inner::before, .l-gnavBtn__inner::after {
  content: "";
  width: 26px;
  height: 1px;
  background-color: #e60012;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .l-gnavBtn__inner::before, .l-gnavBtn__inner::after {
    width: 24px;
  }
}
.l-gnavBtn__inner::before {
  top: 0;
}
.l-gnavBtn__inner::after {
  bottom: 0;
}
.l-gnavBtn.is-open::before {
  content: none;
}
.l-gnavBtn.is-open .l-gnavBtn__inner::before {
  bottom: 0;
  transform: rotate(30deg);
}
.l-gnavBtn.is-open .l-gnavBtn__inner::after {
  top: 0;
  transform: rotate(-30deg);
}

@media screen and (max-width: 768px) {
  html.is-active,
  body.is-active {
    overflow-y: hidden;
  }
}

body.admin-bar .l-gnav {
  height: calc(100% - 32px);
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .l-gnav {
    height: calc(100% - 46px);
    top: 46px;
  }
}
body.admin-bar .l-gnavBtn {
  top: 57px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .l-gnavBtn {
    top: 61px;
  }
}

.l-breadcrumb {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 20px auto;
  padding: 0 80px;
}
@media screen and (max-width: 1320px) {
  .l-breadcrumb {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-breadcrumb {
    font-size: 1.2rem;
  }
}
.l-breadcrumb__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.l-breadcrumb__item:not(:first-of-type)::before {
  content: "";
  width: 12px;
  height: 12px;
  margin: 0 8px 0 4px;
  display: inline-block;
  border-top: 1px #282828 solid;
  border-right: 1px #282828 solid;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .l-breadcrumb__item:not(:first-of-type)::before {
    width: 10px;
    height: 10px;
  }
}

.l-main {
  width: 100%;
  height: auto;
}

.l-info {
  background-color: #fffafa;
  font-size: 1.6rem;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .l-info {
    font-size: 1.4rem;
    padding: 80px 0;
  }
}
.l-info .l-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 64px;
}
@media screen and (max-width: 768px) {
  .l-info .l-wrapper {
    row-gap: 40px;
  }
}
.l-info__title {
  position: relative;
  border-bottom: 1px #eeeeee solid;
  overflow: hidden;
}
.l-info__title-en {
  color: #eeeeee;
  font-family: "Golos Text", sans-serif;
  font-size: 4.8rem;
  position: absolute;
  bottom: -8px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .l-info__title-en {
    font-size: 3.2rem;
    bottom: 0;
  }
}
.l-info__title-text {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.7;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-info__title-text {
    font-size: 2rem;
  }
}
.l-info__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 40px;
}
@media screen and (max-width: 768px) {
  .l-info__wrapper {
    display: flex;
    flex-direction: column;
  }
}
.l-info-recruit {
  background-color: #eeeeee;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.l-info-recruit::before {
  content: "";
  background-image: url(../img/common/info_recruit_img01.png);
  width: 335px;
  aspect-ratio: 670/1367;
  position: absolute;
  top: 50%;
  right: 48px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .l-info-recruit::before {
    content: none;
  }
}
.l-info-recruit__wrapper {
  padding: 32px 439px 32px 64px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-info-recruit__wrapper {
    padding: 32px 20px;
    display: flex;
    flex-direction: column;
  }
}
.l-info-recruit__wrapper:hover {
  opacity: 1;
}
.l-info-recruit .l-info__title {
  border-bottom-color: #ffffff;
}
.l-info-recruit .l-info__title-en {
  color: #ffffff;
}
.l-info-recruit__text {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .l-info-recruit__text {
    margin-top: 24px;
  }
}
.l-info-recruit__text-dt {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .l-info-recruit__text-dt {
    font-size: 1.6rem;
  }
}
.l-info-recruit__text-dt-deco {
  position: relative;
}
.l-info-recruit__text-dt-deco::before {
  content: "";
  background-color: #f06671;
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.l-info-recruit__text-dt-deco-inner {
  position: relative;
}
.l-info-recruit__text-dd {
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-info-recruit__text-dd {
    line-height: 1.5;
  }
}
.l-info-recruit .c-linkBtn {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .l-info-recruit .c-linkBtn {
    margin-top: 40px;
  }
}
.l-info-contact, .l-info-download {
  background-color: #ffffff;
  padding: 24px 40px;
  border-radius: 16px;
}
@media screen and (max-width: 1024px) {
  .l-info-contact, .l-info-download {
    padding: 24px 20px;
  }
}
.l-info-contact .l-info__title, .l-info-download .l-info__title {
  margin-bottom: 20px;
}
.l-info-contact__wrapper {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.l-info-contact-item {
  display: grid;
  grid-template-columns: 1fr 244px;
  align-items: center;
  gap: 16px 20px;
}
@media screen and (max-width: 1160px) {
  .l-info-contact-item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.l-info-contact-item .c-btn {
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .l-info-contact-item .c-btn {
    margin: 0 auto;
  }
}
.l-info-contact__text {
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.l-info-contact__text-dt {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .l-info-contact__text-dt {
    font-size: 1.6rem;
  }
}
.l-info-contact__text-dd {
  font-size: 1.4rem;
}
.l-info-contact__text-dd-bold {
  font-weight: 600;
}
.l-info-contact__text-dd-notice {
  font-size: 1.3rem;
}
.l-info-download__wrapper {
  display: grid;
  grid-template-columns: 1fr 244px;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 1160px) {
  .l-info-download__wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.l-info-download__img {
  max-width: 196px;
}
@media screen and (max-width: 1160px) {
  .l-info-download__img {
    margin: 0 auto;
  }
}
.l-info-download__content {
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media screen and (max-width: 768px) {
  .l-info-download__content {
    row-gap: 24px;
  }
}
.l-info-download__content .c-btn {
  font-size: 1.4rem;
  line-height: 1;
}
.l-info-download__text {
  letter-spacing: 0.05em;
}

.l-footer {
  font-size: 1.4rem;
  padding: 80px 0 50px 0;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 48px 0 16px 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .l-wrapper {
    width: calc(100% - 48px);
  }
}
.l-footer-upper {
  padding-bottom: 56px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .l-footer-upper {
    padding-bottom: 32px;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.l-footer-info__logo {
  background-image: url(../img/common/footer_logo.svg);
  width: 282px;
  aspect-ratio: 282/27;
  font-size: 0;
  display: block;
}
.l-footer-info__address {
  margin-top: 40px;
  line-height: 2;
}
.l-footer-info__tel {
  margin-top: 24px;
  display: inline-block;
}
.l-footer-info__fax {
  margin-top: 16px;
}
.l-footer-nav {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 80px;
       column-gap: 80px;
}
@media screen and (max-width: 1024px) {
  .l-footer-nav {
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
}
@media screen and (max-width: 560px) {
  .l-footer-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
  }
}
.l-footer-nav__column {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.l-footer-nav__item-text {
  display: inline-block;
  position: relative;
}
.l-footer-nav__item--indent .l-footer-nav__item-text {
  padding-left: 16px;
}
.l-footer-nav__item--indent .l-footer-nav__item-text::before {
  content: "";
  background-color: #c1c1c1;
  width: 12px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.l-footer-lower {
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px 32px;
  border-top: 1px #aaaaaa solid;
}
@media screen and (max-width: 768px) {
  .l-footer-lower {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.l-footer-copyright {
  font-family: "Golos Text", sans-serif;
}

/* object
------------------------------------------------------ */
/* component */
.c-btn {
  color: #ffffff;
  background-color: #e60012;
  width: -moz-max-content;
  width: max-content;
  min-width: 244px;
  max-width: 100%;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  padding: 20px 24px;
  margin: 0 auto;
  display: grid;
  place-content: center;
  position: relative;
  border-radius: 100vmax;
}
@media screen and (max-width: 768px) {
  .c-btn {
    min-width: 200px;
    font-size: 1.4rem;
    padding: 17px 24px;
  }
}
.c-btn__inner {
  font-weight: 500;
}
.c-btn--tel::before, .c-btn--dl::before {
  content: "";
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
}
.c-btn--tel::before {
  background-image: url(../img/common/icon_tel.svg);
  width: 24px;
}
.c-btn--tel .c-btn__inner {
  padding-left: 34px;
}
.c-btn--dl::before {
  background-image: url(../img/common/icon_dl.svg);
  width: 20px;
}
.c-btn--dl .c-btn__inner {
  padding-left: 30px;
}
.c-btn--arrow::before {
  content: "";
  background-image: url(../img/common/icon_arrow.svg);
  width: 17px;
  aspect-ratio: 16/13;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
.c-btn--arrow .c-btn__inner {
  padding-right: 27px;
}

.c-faq {
  background-color: #fffafa;
  font-size: 1.6rem;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .c-faq {
    font-size: 1.4rem;
  }
}
.c-faq__q {
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding: 40px 88px 40px 104px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-faq__q {
    padding: 24px 48px 24px 48px;
  }
}
.c-faq__q::before {
  content: "Q";
  color: #e60012;
  font-family: "Golos Text", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-faq__q::before {
    font-size: 2.4rem;
    top: 16px;
    left: 16px;
    transform: none;
  }
}
.c-faq__q.is-open .c-faq__btn::after {
  content: none;
}
.c-faq__a {
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding: 0 40px 40px 104px;
}
@media screen and (max-width: 768px) {
  .c-faq__a {
    padding: 0 48px 24px 48px;
  }
}
.c-faq__btn {
  width: 24px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .c-faq__btn {
    width: 16px;
    right: 16px;
  }
}
.c-faq__btn::before, .c-faq__btn::after {
  content: "";
  background-color: #e60012;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 0;
  margin: auto;
  border-radius: 1px;
}
.c-faq__btn::after {
  transform: rotate(90deg);
}

.c-lineup {
  display: flex;
}
.c-lineup__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media screen and (max-width: 768px) {
  .c-lineup__wrapper {
    row-gap: 16px;
  }
}
.c-lineup__img {
  width: 100%;
  aspect-ratio: 410/300;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.c-lineup__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
.c-lineup__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.c-lineup__title {
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-lineup__title {
    font-size: 1.6rem;
  }
}
.c-lineup__icon {
  background-color: #ffffff;
  width: 56px;
  aspect-ratio: 1/1;
  display: block;
  position: relative;
  border: 1px #e60012 solid;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .c-lineup__icon {
    width: 40px;
  }
}
.c-lineup__icon::after {
  content: "";
  background-color: #e60012;
  -webkit-mask-image: url(../img/common/icon_arrow.svg);
          mask-image: url(../img/common/icon_arrow.svg);
  width: 17px;
  position: absolute;
  inset: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .c-lineup__icon::after {
    width: 16px;
  }
}

.c-linkBtn {
  color: #e60012;
  max-width: -moz-max-content;
  max-width: max-content;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .c-linkBtn {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
.c-linkBtn__icon {
  background-color: #e60012;
  width: 56px;
  aspect-ratio: 1/1;
  display: inline-block;
  position: relative;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .c-linkBtn__icon {
    width: 40px;
  }
}
.c-linkBtn__icon::after {
  content: "";
  background-color: #ffffff;
  -webkit-mask-image: url(../img/common/icon_arrow.svg);
          mask-image: url(../img/common/icon_arrow.svg);
  width: 17px;
  position: absolute;
  inset: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .c-linkBtn__icon::after {
    width: 16px;
  }
}
.c-linkBtn-gray .c-linkBtn__icon {
  background-color: #eeeeee;
}
.c-linkBtn-gray .c-linkBtn__icon::after {
  background-color: #e60012;
}
.c-linkBtn--rev {
  color: #ffffff;
}
.c-linkBtn--rev .c-linkBtn__icon {
  background-color: #ffffff;
}
.c-linkBtn--rev .c-linkBtn__icon::after {
  background-color: #e60012;
}
.c-linkBtn--small {
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.c-linkBtn--small .c-linkBtn__icon {
  width: 40px;
}
.c-linkBtn--small .c-linkBtn__icon::after {
  width: 16px;
}
.c-linkBtn--more .c-linkBtn__icon::after {
  -webkit-mask-image: url(../img/common/icon_load.svg);
          mask-image: url(../img/common/icon_load.svg);
  width: 20px;
}
@media screen and (max-width: 768px) {
  .c-linkBtn--more .c-linkBtn__icon::after {
    width: 15px;
  }
}
.c-linkBtn--back {
  flex-direction: row-reverse;
}
.c-linkBtn--back .c-linkBtn__icon::after {
  transform: scaleX(-1);
}

.c-news {
  border-bottom: 1px #dddddd solid;
}
.c-news__wrapper {
  padding: 40px 24px;
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: center;
  gap: 16px 40px;
}
@media screen and (max-width: 768px) {
  .c-news__wrapper {
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.c-news__date {
  color: #aaaaaa;
  font-size: 1.4rem;
}
.c-news__title {
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.c-product {
  display: grid;
  grid-template-columns: 54.464285% 1fr;
  gap: 40px 56px;
}
@media screen and (max-width: 1024px) {
  .c-product {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 40px;
  }
}
@media screen and (max-width: 768px) {
  .c-product {
    display: flex;
    flex-direction: column;
  }
}
.c-product__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media screen and (max-width: 768px) {
  .c-product-item {
    padding: 0 10px;
  }
}
.c-product-item__inner {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .c-product-item__inner {
    row-gap: 24px;
  }
}
.c-product-item__img {
  padding-right: 18px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-product-item__img {
    padding-right: 0;
  }
}
.c-product-item__img::after {
  content: "";
  position: absolute;
}
.c-product-item__img-inner {
  width: 100%;
  aspect-ratio: 592/533;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-product-item__img-inner {
    aspect-ratio: 315/205;
  }
}
.c-product-item__img-inner::after {
  content: "";
  background-color: #282828;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-product-item__img-inner::after {
    height: 15px;
  }
}
.c-product-item__img-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.c-product-item__title {
  font-size: 1.6rem;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  position: relative;
  row-gap: 16px;
}
@media screen and (max-width: 768px) {
  .c-product-item__title br {
    display: none;
  }
}
.c-product-item__title-bold {
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
}
.c-product-item__title-icon {
  background-color: #eeeeee;
  width: 40px;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50%;
}
.c-product-item__title-icon::after {
  content: "";
  background-color: #ffffff;
  -webkit-mask-image: url(../img/common/icon_arrow.svg);
          mask-image: url(../img/common/icon_arrow.svg);
  width: 16px;
  position: absolute;
  inset: 0;
  margin: auto;
}
.c-product-item--sub .c-product-item__inner {
  padding: 0;
  display: grid;
  grid-template-columns: 174px 1fr;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .c-product-item--sub .c-product-item__inner {
    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
  }
}
.c-product-item--sub .c-product-item__img {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .c-product-item--sub .c-product-item__img {
    padding: 0;
  }
}
.c-product-item--sub .c-product-item__img-inner {
  aspect-ratio: 215/140;
}
@media screen and (max-width: 768px) {
  .c-product-item--sub .c-product-item__img-inner {
    aspect-ratio: 315/205;
  }
}
.c-product-item--01 .c-product-item__img::after {
  background-image: url(../img/common/ranger_red.svg);
  width: 131px;
  bottom: -22px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .c-product-item--01 .c-product-item__img::after {
    width: 128px;
    bottom: 0;
  }
}
.c-product-item--01 .c-product-item__img-inner::after {
  background-color: #e60012;
}
.c-product-item--02 .c-product-item__img::after {
  background-image: url(../img/common/ranger_black.svg);
  width: 50px;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-product-item--02 .c-product-item__img::after {
    width: 74px;
    left: -20px;
  }
}
.c-product-item--02 .c-product-item__img-inner::after {
  background-color: #3e3a39;
}
.c-product-item--03 .c-product-item__img::after {
  background-image: url(../img/common/ranger_pink.svg);
  width: 55px;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .c-product-item--03 .c-product-item__img::after {
    width: 82px;
    right: -20px;
  }
}
.c-product-item--03 .c-product-item__img-inner::after {
  background-color: #ee87b4;
}
.c-product-item--04 .c-product-item__img::after {
  background-image: url(../img/common/ranger_blue.svg);
  width: 87px;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-product-item--04 .c-product-item__img::after {
    width: 127px;
    left: -20px;
  }
}
.c-product-item--04 .c-product-item__img-inner::after {
  background-color: #0068b7;
}
.c-product-item--05 .c-product-item__img::after {
  background-image: url(../img/common/ranger_yellow.svg);
  width: 88px;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .c-product-item--05 .c-product-item__img::after {
    width: 129px;
    right: -20px;
  }
}
.c-product-item--05 .c-product-item__img-inner::after {
  background-color: #fabe00;
}

.c-sustainability {
  transition: opacity 0.2s;
}
.c-sustainability__wrapper {
  display: block;
}
.c-sustainability__img {
  width: 100%;
  aspect-ratio: 335/252;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.c-sustainability__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-sustainability-info {
  margin-top: 40px;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
@media screen and (max-width: 768px) {
  .c-sustainability-info {
    margin-top: 16px;
  }
}
.c-sustainability__date {
  color: #aaaaaa;
  font-size: 1.4rem;
}
.c-sustainability__cat {
  color: #ffffff;
  background-color: #e60012;
  max-width: -moz-max-content;
  max-width: max-content;
  font-size: 1.2rem;
  padding: 8px 12px;
  border-radius: 100vmax;
}
.c-sustainability__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .c-sustainability__title {
    font-size: 1.6rem;
  }
}
.c-sustainability.is-hide {
  opacity: 0;
}

.c-sustainability-pickup {
  display: flex;
  flex-direction: column;
  row-gap: 56px;
}
@media screen and (max-width: 768px) {
  .c-sustainability-pickup {
    row-gap: 32px;
  }
}
.c-sustainability-pickup__title {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 8px;
  padding-bottom: 16px;
  border-bottom: 1px #eeeeee solid;
}
@media screen and (max-width: 768px) {
  .c-sustainability-pickup__title {
    font-size: 2rem;
    margin-bottom: -8px;
  }
}
.c-sustainability-pickup-item__wrapper {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 32px 56px;
}
@media screen and (max-width: 768px) {
  .c-sustainability-pickup-item__wrapper {
    display: flex;
    flex-direction: column;
  }
}
.c-sustainability-pickup-item__img {
  width: 100%;
  aspect-ratio: 400/226;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-sustainability-pickup-item__img {
    aspect-ratio: 335/198;
  }
}
.c-sustainability-pickup-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-sustainability-pickup-item__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.c-sustainability-pickup-item__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-sustainability-pickup-item__title {
    font-size: 1.6rem;
  }
}
.c-sustainability-pickup-item__text {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-sustainability-pickup-item__text {
    font-size: 1.4rem;
  }
}
.c-sustainability-pickup-item .c-linkBtn {
  color: #e60012;
  margin: auto 0 0 auto !important;
}
.c-sustainability-pickup-item .c-linkBtn__icon {
  background-color: #ffffff;
  border: 1px #e60012 solid;
}
.c-sustainability-pickup-item .c-linkBtn__icon::after {
  background-color: #e60012;
}
.c-sustainability-pickup__wrapper {
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 64px;
}
@media screen and (max-width: 768px) {
  .c-sustainability-pickup__wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
}
.c-sustainability-pickup__wrapper .c-sustainability-pickup-item__wrapper {
  display: flex;
  flex-direction: column;
}
.c-sustainability-pickup__wrapper .c-sustainability-pickup-item__img {
  aspect-ratio: 528/312;
}
@media screen and (max-width: 768px) {
  .c-sustainability-pickup__wrapper .c-sustainability-pickup-item__img {
    aspect-ratio: 335/198;
  }
}

.c-topics__wrapper {
  display: block;
}
.c-topics__img {
  width: 100%;
  aspect-ratio: 335/252;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.c-topics__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-topics-info {
  margin-top: 40px;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
@media screen and (max-width: 768px) {
  .c-topics-info {
    margin-top: 16px;
  }
}
.c-topics__date {
  color: #aaaaaa;
  font-size: 1.4rem;
}
.c-topics__cat {
  color: #ffffff;
  background-color: #e60012;
  max-width: -moz-max-content;
  max-width: max-content;
  font-size: 1.2rem;
  padding: 8px 12px;
  border-radius: 100vmax;
}
.c-topics__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .c-topics__title {
    font-size: 1.6rem;
  }
}

/* project */
.p-page-header {
  padding-top: 40px;
  text-align: center;
}
.p-page-header .l-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-page-header__enTitle {
  color: #eeeeee;
  font-family: "Golos Text", sans-serif;
  font-size: 10rem;
}
@media screen and (max-width: 768px) {
  .p-page-header__enTitle {
    font-size: 4.8rem;
  }
}
.p-page-header__title {
  font-size: 4rem;
  font-weight: 600;
  margin-top: -0.6em;
}
@media screen and (max-width: 768px) {
  .p-page-header__title {
    font-size: 2.4rem;
  }
}
.p-page-header__title--hide {
  display: none;
}
.p-page-content {
  font-size: 1.6rem;
  padding: 80px 0 120px 0;
}
@media screen and (max-width: 768px) {
  .p-page-content {
    font-size: 1.4rem;
    padding: 80px 0;
  }
}
.p-page-content--noHeader {
  padding: 40px 0 120px 0;
}
@media screen and (max-width: 768px) {
  .p-page-content--noHeader {
    padding: 20px 0 80px 0;
  }
}
.p-page-content__pageNav {
  margin: 80px auto 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-page-content__pageNav {
    margin: 40px auto 0 auto;
  }
}
.p-page-content__pageNav-prev, .p-page-content__pageNav-next {
  background-color: #e60012;
  width: 56px;
  aspect-ratio: 1/1;
  font-size: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-page-content__pageNav-prev, .p-page-content__pageNav-next {
    width: 48px;
  }
}
.p-page-content__pageNav-prev::after, .p-page-content__pageNav-next::after {
  content: "";
  background-image: url(../img/common/icon_arrow.svg);
  width: 14px;
  position: absolute;
  inset: 0;
  margin: auto;
}
.p-page-content__pageNav-prev::after {
  transform: scaleX(-1);
}
.wp-pagenavi {
  color: #e60012;
  width: -moz-max-content;
  width: max-content;
  font-family: "Golos Text", sans-serif;
  font-size: 1.8rem;
  text-align: center;
  margin: 56px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media screen and (max-width: 1024px) {
  .wp-pagenavi {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    font-size: 1.6rem;
    margin: 40px auto 0 auto;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  width: 56px;
  font-weight: 600;
  line-height: 54px;
  display: block;
  border: 1px #e60012 solid;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi .page,
  .wp-pagenavi .current,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    width: 40px;
    line-height: 38px;
  }
}
.wp-pagenavi .current {
  background-color: #fffafa;
  border: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  background-color: #e60012;
  font-size: 0;
  position: absolute;
}
.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
  content: "";
  background-image: url(../img/common/icon_arrow.svg);
  width: 18px;
  position: absolute;
  inset: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi .previouspostslink::after,
  .wp-pagenavi .nextpostslink::after {
    width: 16px;
  }
}
.wp-pagenavi .previouspostslink {
  left: -94px;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi .previouspostslink {
    left: 0;
  }
}
.wp-pagenavi .previouspostslink::after {
  transform: scaleX(-1);
}
.wp-pagenavi .nextpostslink {
  right: -94px;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi .nextpostslink {
    right: 0;
  }
}

.p-post {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.p-post h2,
.p-post h3,
.p-post h4,
.p-post h5 {
  font-weight: 600;
  line-height: 1.4;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .p-post h2,
  .p-post h3,
  .p-post h4,
  .p-post h5 {
    margin-top: 0;
  }
}
.p-post h2,
.p-post h3 {
  position: relative;
}
.p-post h2::before,
.p-post h3::before {
  content: "";
  background-color: #e60012;
  width: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100vmax;
}
.p-post h2 {
  background-color: #ffffff;
  font-size: 1.8rem;
  padding: 12px 16px 12px 34px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .p-post h2 {
    padding: 12px 12px 12px 30px;
  }
}
.p-post h2::before {
  height: calc(100% - 24px);
  left: 16px;
}
@media screen and (max-width: 768px) {
  .p-post h2::before {
    left: 12px;
  }
}
.p-post h3 {
  padding-left: 18px;
}
.p-post h3::before {
  height: 100%;
  left: 0;
}
.p-post p {
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.p-post figure {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .p-post figure {
    margin-top: 0;
  }
}
.p-post figure img {
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  display: block;
  border-radius: 16px;
  overflow: hidden;
}
.p-post ul,
.p-post ol {
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-left: 1.5em;
}
.p-post ul {
  list-style-type: disc;
}
.p-post ol {
  list-style-type: decimal;
}
.p-post .has-text-align-left {
  text-align: left;
}
.p-post .has-text-align-center {
  text-align: center;
}
.p-post .has-text-align-right {
  text-align: right;
}
.p-post .wp-block-columns {
  display: flex;
  gap: 16px 24px;
}
@media screen and (max-width: 768px) {
  .p-post .wp-block-columns {
    flex-direction: column;
  }
}
.p-post .wp-block-columns .wp-block-column {
  flex: 1 1 0;
  min-width: 0;
}

.p-home {
  overflow-x: hidden;
}
.p-home-title {
  margin-bottom: 64px;
  position: relative;
  border-bottom: 1px #eeeeee solid;
}
@media screen and (max-width: 768px) {
  .p-home-title {
    margin-bottom: 24px;
  }
}
.p-home-title__en {
  color: #eeeeee;
  font-family: "Golos Text", sans-serif;
  font-size: 14rem;
  white-space: nowrap;
  position: absolute;
  bottom: -17px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-home-title__en {
    font-size: 4.8rem;
    bottom: -7px;
  }
}
.p-home-title__text {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.7;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home-title__text {
    font-size: 2.4rem;
  }
}
.p-home-fv {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-home-fv {
    padding-top: 40px;
  }
}
.p-home-fv .l-wrapper {
  position: relative;
  z-index: 2;
}
.p-home-fv-lead {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home-fv-lead {
    padding-bottom: 48px;
  }
}
.p-home-fv-lead__text-dt {
  font-size: 5.8rem;
  font-weight: 600;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-home-fv-lead__text-dt {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
}
.p-home-fv-lead__text-dt-color {
  color: #e60012;
}
.p-home-fv-lead__text-dd {
  font-size: 1.6rem;
  line-height: 2;
  padding-right: 280px;
}
@media screen and (max-width: 768px) {
  .p-home-fv-lead__text-dd {
    font-size: 1.4rem;
    line-height: 1.7;
    padding-right: 0;
  }
}
.p-home-fv-scroll {
  background-color: #ffffff;
  width: 80px;
  text-align: center;
  aspect-ratio: 1/1;
  display: grid;
  place-content: center;
  position: absolute;
  bottom: 0;
  right: 40px;
  z-index: 2;
  border: 1px #666666 solid;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-home-fv-scroll {
    width: 48px;
    right: 20px;
  }
}
.p-home-fv-scroll__inner {
  font-family: "Golos Text", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-home-fv-scroll__inner {
    font-size: 0.9em;
  }
}
.p-home-fv-scroll__inner::after {
  content: "";
  width: 32px;
  background-image: url(../img/pages/home/fv_scroll.svg);
  aspect-ratio: 32/16;
  margin: 8px auto 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-home-fv-scroll__inner::after {
    width: 16px;
    margin: 4px auto 0 auto;
  }
}
.p-home-fv-slides {
  height: 800px;
  margin-top: 32px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home-fv-slides {
    width: 770px;
    height: auto;
    aspect-ratio: 770/428;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-home-fv-slides::before, .p-home-fv-slides::after {
  content: "";
  background-color: #ffffff;
  clip-path: ellipse(50% 50% at 50% 50%);
  width: 100%;
  height: min(192px, 13.3333333333vw);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-home-fv-slides::before, .p-home-fv-slides::after {
    height: 96px;
  }
}
.p-home-fv-slides::before {
  clip-path: shape(from 0 0, line to 0 50%, curve to 100% 50% with 50% 100%, line to 100% 50%, close);
  top: max(-96px, -6.6666666667vw);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-home-fv-slides::before {
    top: -48px;
  }
}
.p-home-fv-slides::after {
  clip-path: shape(from 0 100%, line to 0 50%, curve to 100% 50% with 50% 0, line to 100% 50%, close);
  bottom: max(-96px, -6.6666666667vw);
}
@media screen and (max-width: 768px) {
  .p-home-fv-slides::after {
    bottom: -48px;
  }
}
.p-home-fv-slides-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-home-fv-slides-bg::before, .p-home-fv-slides-bg::after {
  content: "";
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-home-fv-slides-bg::before, .p-home-fv-slides-bg::after {
    margin: auto;
  }
}
.p-home-fv-slides-bg::before {
  background-image: url(../img/pages/home/fv_chara01.svg);
  width: 140px;
  aspect-ratio: 122/176;
  top: -134px;
  right: 142px;
}
@media screen and (max-width: 768px) {
  .p-home-fv-slides-bg::before {
    width: 78px;
    top: -65px;
    left: 0;
    right: 0;
    transform: translateX(72px);
  }
}
.p-home-fv-slides-bg::after {
  background-image: url(../img/pages/home/fv_chara02.svg);
  width: 162px;
  aspect-ratio: 141/209;
  bottom: -24px;
  left: 142px;
}
@media screen and (max-width: 768px) {
  .p-home-fv-slides-bg::after {
    width: 76px;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateX(-141px);
  }
}
.p-home-fv-slides-bg .slick-list,
.p-home-fv-slides-bg .slick-track {
  height: 100%;
}
.p-home-fv-slides-bg .slick-arrow {
  background-color: rgba(255, 255, 255, 0.4);
  width: 80px;
  aspect-ratio: 1/1;
  font-size: 0;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-home-fv-slides-bg .slick-arrow {
    width: 40px;
  }
}
.p-home-fv-slides-bg .slick-arrow::after {
  content: "";
  background-image: url(../img/common/icon_arrow.svg);
  width: 23px;
  position: absolute;
  inset: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-home-fv-slides-bg .slick-arrow::after {
    width: 16px;
  }
}
.p-home-fv-slides-bg .slick-prev,
.p-home-fv-slides-bg .slick-next {
  position: absolute;
  bottom: 48px;
}
@media screen and (max-width: 768px) {
  .p-home-fv-slides-bg .slick-prev,
  .p-home-fv-slides-bg .slick-next {
    bottom: 40px;
  }
}
.p-home-fv-slides-bg .slick-prev {
  right: 148px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-home-fv-slides-bg .slick-prev {
    right: calc((100% - 100vw) / 2 + 20px + 40px + 16px);
  }
}
.p-home-fv-slides-bg .slick-prev::after {
  transform: scaleX(-1);
}
.p-home-fv-slides-bg .slick-next {
  right: 28px;
}
@media screen and (max-width: 768px) {
  .p-home-fv-slides-bg .slick-next {
    right: calc((100% - 100vw) / 2 + 20px);
  }
}
.p-home-fv-slides-bg__item {
  width: 100%;
  height: 100%;
}
.p-home-fv-slides-bg__item--01 {
  background-image: url(../img/pages/home/fv_img01.png);
  background-image: url(../img/pages/home/fv_img01.webp);
}
.p-home-fv-slides-bg__item--02 {
  background-image: url(../img/pages/home/fv_img02.png);
  background-image: url(../img/pages/home/fv_img02.webp);
}
.p-home-fv-slides-bg__item--03 {
  background-image: url(../img/pages/home/fv_img03.png);
  background-image: url(../img/pages/home/fv_img03.webp);
}
.p-home-fv-slides-bg__item--04 {
  background-image: url(../img/pages/home/fv_img04.png);
  background-image: url(../img/pages/home/fv_img04.webp);
}
.p-home-fv-slides-bg__item--05 {
  background-image: url(../img/pages/home/fv_img05.png);
  background-image: url(../img/pages/home/fv_img05.webp);
}
.p-home-fv-slides .l-wrapper {
  max-width: 960px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 40px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-home-fv-slides .l-wrapper {
    width: calc(100vw - 40px);
  }
}
.p-home-fv-slides-content {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-home-fv-slides-content {
    margin-bottom: 48px;
  }
}
.p-home-fv-slides-content .slick-list {
  overflow: visible;
}
.p-home-fv-slides-content__item {
  height: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  row-gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-home-fv-slides-content__item {
    row-gap: 16px;
  }
}
.p-home-fv-slides-content__text {
  text-shadow: 0 0 24px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .p-home-fv-slides-content__text {
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  }
}
.p-home-fv-slides-content__text-dt {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 24px;
  padding-left: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home-fv-slides-content__text-dt {
    font-size: 1.6rem;
    margin-bottom: 16px;
    padding-left: 12px;
  }
}
.p-home-fv-slides-content__text-dt::before {
  content: "";
  background-color: #ffffff;
  width: 8px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-home-fv-slides-content__text-dt::before {
    width: 4px;
  }
}
.p-home-fv-slides-content__text-dd {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-home-fv-slides-content__text-dd {
    font-size: 2.4rem;
  }
}
.p-home-fv-slides-content .c-linkBtn {
  margin: 16px auto 0 0;
}
@media screen and (max-width: 768px) {
  .p-home-fv-slides-content .c-linkBtn {
    margin: 0 auto 0 0;
  }
}
.p-home-fv-slides-content .c-linkBtn__icon {
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px #ffffff solid;
}
.p-home-fv-slides-content .c-linkBtn__icon::after {
  background-color: #ffffff;
  -webkit-mask-image: url(../img/pages/home/fv_arrow.svg);
          mask-image: url(../img/pages/home/fv_arrow.svg);
  width: 14px;
}
.p-home-fv-slides-count {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
@media screen and (max-width: 768px) {
  .p-home-fv-slides-count {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
}
.p-home-fv-slides-count .current,
.p-home-fv-slides-count .total {
  color: #ffffff;
  font-family: "Golos Text", sans-serif;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-home-fv-slides-count .current,
  .p-home-fv-slides-count .total {
    font-size: 1.2rem;
  }
}
.p-home-fv-slides-count .slick-dots {
  width: 40px;
  height: 1px;
  font-size: 0;
  display: flex;
  justify-content: space-between;
}
.p-home-fv-slides-count .slick-dots li {
  background-color: rgba(255, 255, 255, 0.4);
  width: 100%;
  transition: background-color 1s;
}
.p-home-fv-slides-count .slick-dots li button {
  width: 100%;
  height: 100%;
}
.p-home-fv-slides-count .slick-dots li.slick-active {
  background-color: #ffffff;
}
.p-home-news {
  margin-top: 32px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home-news {
    margin-top: 64px;
  }
}
.p-home-news .l-wrapper {
  max-width: 920px;
}
.p-home-news__wrapper {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  gap: 24px 48px;
}
@media screen and (max-width: 768px) {
  .p-home-news__wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.p-home-news__title {
  font-size: 3.2rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-home-news__title {
    font-size: 2rem;
  }
}
.p-home-news__posts {
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-home-news__posts {
    font-size: 1.4rem;
  }
}
.p-home-news .c-news__wrapper {
  padding: 16px 24px;
  grid-template-columns: 80px 1fr;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-home-news .c-news__wrapper {
    padding: 16px 0;
    display: grid;
    align-items: center;
  }
}
.p-home-news__empty {
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-home-news__empty {
    font-size: 1.4rem;
  }
}
.p-home-news .c-linkBtn {
  margin: 16px 0 0 auto;
}
.p-home-topics {
  margin-top: 168px;
}
@media screen and (max-width: 768px) {
  .p-home-topics {
    margin-top: 80px;
  }
}
.p-home-topics .l-wrapper {
  position: relative;
}
.p-home-topics .l-wrapper::after {
  content: "";
  background-color: #ffffff;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100vw;
}
@media screen and (max-width: 768px) {
  .p-home-topics .l-wrapper::after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .p-home-topics__posts {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
  }
}
.p-home-topics__posts .slick-list {
  margin-right: -32px;
  overflow: inherit;
}
@media screen and (max-width: 768px) {
  .p-home-topics__posts .slick-list {
    margin-right: 0;
  }
}
.p-home-topics__posts .slick-slide {
  margin-right: 32px;
}
@media screen and (max-width: 768px) {
  .p-home-topics__posts .slick-slide {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home-topics__posts .c-topics:nth-of-type(n+4) {
    display: none;
  }
}
.p-home-topics__control {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-home-topics__control {
    display: none;
  }
}
.p-home-topics__control .slick-arrow {
  background-color: #ffffff;
  width: 40px;
  aspect-ratio: 1/1;
  font-size: 0;
  display: block;
  position: relative;
  border-radius: 50%;
  border: 1px #aaaaaa solid;
  border-radius: 50%;
}
.p-home-topics__control .slick-arrow::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px #aaaaaa solid;
  border-right: 1px #aaaaaa solid;
  position: absolute;
  inset: 0;
  margin: auto;
}
.p-home-topics__control .slick-prev::after {
  transform: rotate(-135deg);
}
.p-home-topics__control .slick-next {
  order: 3;
}
.p-home-topics__control .slick-next::after {
  transform: rotate(45deg);
}
.p-home-topics__control .slick-dots {
  width: 100%;
  height: 16px;
  font-size: 0;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  order: 2;
}
.p-home-topics__control .slick-dots::before {
  content: "";
  background-color: #eeeeee;
  width: 100%;
  height: 4px;
  position: absolute;
  inset: 0;
  margin: auto;
  border-radius: 100vmax;
}
.p-home-topics__control .slick-dots li {
  width: 100%;
  height: 100%;
  position: relative;
}
.p-home-topics__control .slick-dots li button {
  width: 100%;
  height: 100%;
}
.p-home-topics__control .slick-dots li.slick-active {
  background-color: #ffffff;
  border: 1px #aaaaaa solid;
  border-radius: 100vmax;
}
.p-home-topics__empty {
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-home-topics__empty {
    font-size: 1.4rem;
  }
}
.p-home-topics .c-linkBtn {
  margin: 48px 0 0 auto;
}
@media screen and (max-width: 768px) {
  .p-home-topics .c-linkBtn {
    margin: 40px 0 0 auto;
  }
}
.p-home-product {
  margin-top: 208px;
}
@media screen and (max-width: 768px) {
  .p-home-product {
    margin-top: 80px;
  }
}
.p-home-product .c-linkBtn {
  margin: 48px 0 0 auto;
}
@media screen and (max-width: 768px) {
  .p-home-product .c-linkBtn {
    margin: 32px 0 0 auto;
  }
}
.p-home-company {
  margin-top: 208px;
}
@media screen and (max-width: 768px) {
  .p-home-company {
    margin-top: 40px;
  }
}
.p-home-company .l-wrapper {
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home-company .l-wrapper {
    padding-bottom: 0;
  }
}
.p-home-company .l-wrapper::before {
  content: "";
  background-image: url(../img/pages/home/company_chara01.svg);
  width: 171px;
  aspect-ratio: 171/132;
  position: absolute;
  bottom: 0;
  left: -25px;
}
@media screen and (max-width: 1320px) {
  .p-home-company .l-wrapper::before {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home-company .l-wrapper::before {
    content: none;
  }
}
.p-home-company__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 56px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home-company__wrapper {
    row-gap: 80px;
  }
}
.p-home-company-item {
  display: grid;
  grid-template-columns: 1fr 400px;
  align-items: flex-start;
  gap: 40px 48px;
}
@media screen and (max-width: 1024px) {
  .p-home-company-item {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-home-company-item {
    display: flex;
    flex-direction: column;
  }
}
.p-home-company-item:nth-of-type(even) {
  grid-template-columns: 400px 1fr;
}
@media screen and (max-width: 1024px) {
  .p-home-company-item:nth-of-type(even) {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-home-company-item:nth-of-type(1) {
  grid-template-columns: 1fr 46.428571%;
}
@media screen and (max-width: 1024px) {
  .p-home-company-item:nth-of-type(1) {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-home-company-item:nth-of-type(2) .p-home-company-item__content {
  order: 2;
}
.p-home-company-item:nth-of-type(2) .p-home-company-item__img {
  order: 1;
}
.p-home-company-item:nth-of-type(3) .p-home-company-item__content {
  order: 1;
}
@media screen and (max-width: 768px) {
  .p-home-company-item:nth-of-type(3) .p-home-company-item__content {
    order: 2;
  }
}
.p-home-company-item:nth-of-type(3) .p-home-company-item__img {
  order: 2;
}
@media screen and (max-width: 768px) {
  .p-home-company-item:nth-of-type(3) .p-home-company-item__img {
    order: 1;
  }
}
.p-home-company-item__content {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
@media screen and (max-width: 768px) {
  .p-home-company-item__content {
    row-gap: 16px;
  }
}
.p-home-company-item__title {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-home-company-item__title {
    font-size: 1.8rem;
  }
}
.p-home-company-item__title-deco {
  position: relative;
}
.p-home-company-item__title-deco::before {
  content: "";
  background-color: #fdebec;
  width: 100%;
  height: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-home-company-item__title-deco::before {
    height: 12px;
  }
}
.p-home-company-item__title-deco-inner {
  color: #e60012;
  position: relative;
}
.p-home-company-item__text {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-home-company-item__text {
    font-size: 1.4rem;
  }
}
.p-home-company-item .c-linkBtn {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .p-home-company-item .c-linkBtn {
    margin: 8px 0 0 auto;
  }
}
.p-home-company-item__img {
  border-radius: 16px;
  overflow: hidden;
}
.p-home-factory {
  min-height: 664px;
  margin-top: 80px;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home-factory {
    min-height: 0;
    flex-direction: column;
    row-gap: 40px;
  }
}
.p-home-factory::before {
  content: "";
  background-image: url(../img/pages/home/factory_bg_pc.png);
  background-image: url(../img/pages/home/factory_bg_pc.webp);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-home-factory::before {
    background-image: url(../img/pages/home/factory_bg_sp.png);
    background-image: url(../img/pages/home/factory_bg_sp.webp);
    height: auto;
    aspect-ratio: 375/235;
    display: block;
    position: static;
    transform: none;
  }
}
.p-home-factory .l-wrapper {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-home-factory .l-wrapper {
    display: block;
  }
}
.p-home-factory__wrapper {
  background-color: rgba(255, 255, 255, 0.8);
  width: 456px;
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home-factory__wrapper {
    background-color: transparent;
    width: 100%;
    padding: 0;
    row-gap: 16px;
  }
}
.p-home-factory__wrapper::before {
  content: "";
  background-image: url(../img/pages/home/factory_chara01.svg);
  width: 105px;
  aspect-ratio: 105/169;
  position: absolute;
  bottom: 18px;
  right: -80px;
}
@media screen and (max-width: 768px) {
  .p-home-factory__wrapper::before {
    width: 65px;
    top: -118px;
    bottom: auto;
    left: 4px;
    right: auto;
  }
}
.p-home-factory__title {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-home-factory__title {
    font-size: 1.8rem;
    text-align: left;
  }
}
.p-home-factory__title-color {
  color: #e60012;
}
.p-home-factory__text {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-home-factory__text {
    font-size: 1.4rem;
  }
}
.p-home-factory .c-linkBtn {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .p-home-factory .c-linkBtn {
    margin: 8px 0 0 auto;
  }
}
.p-home-sustainability {
  margin-top: 208px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-home-sustainability {
    margin-top: 80px;
    padding-bottom: 40px;
  }
}
.p-home-sustainability .c-linkBtn {
  margin: 64px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .p-home-sustainability .c-linkBtn {
    margin: 32px 0 0 auto;
  }
}

body.company .p-page-content {
  padding-bottom: 0;
}

.p-company-message {
  padding: 40px 0 120px 0;
}
@media screen and (max-width: 768px) {
  .p-company-message {
    padding: 0 0 40px 0;
  }
}
.p-company-message__title {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 64px;
  padding-bottom: 16px;
  border-bottom: 1px #eeeeee solid;
}
@media screen and (max-width: 768px) {
  .p-company-message__title {
    font-size: 2rem;
    margin-bottom: 24px;
  }
}
.p-company-message__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  gap: 24px 56px;
}
@media screen and (max-width: 1024px) {
  .p-company-message__wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.p-company-message__img {
  max-width: 532px;
  border-radius: 16px;
  overflow: hidden;
  order: 2;
}
@media screen and (max-width: 1024px) {
  .p-company-message__img {
    margin: 0 auto;
    order: 1;
  }
}
.p-company-message__content {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  order: 1;
}
@media screen and (max-width: 1024px) {
  .p-company-message__content {
    padding-top: 0;
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .p-company-message__content {
    row-gap: 16px;
  }
}
.p-company-message__subhead {
  font-size: 2rem;
  font-weight: 600;
  padding-left: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-company-message__subhead {
    font-size: 1.8rem;
  }
}
.p-company-message__subhead::before {
  content: "";
  background-color: #282828;
  width: 8px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50%;
  transform: translateY(-50%);
}
.p-company-message__text {
  line-height: 2;
  letter-spacing: 0.05em;
}
.p-company-message__signature {
  width: -moz-max-content;
  width: max-content;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 0 auto;
}
.p-company-message__signature-bold {
  font-size: 2rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-company-message__signature-bold {
    font-size: 1.8rem;
  }
}
.p-company-contents {
  background-color: #f9f9f9;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .p-company-contents {
    padding: 80px 0;
  }
}
.p-company-contents-list {
  color: #aaaaaa;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  .p-company-contents-list {
    font-size: 1.4rem;
  }
}
.p-company-contents-list-item {
  border-bottom: 1px #aaaaaa solid;
}
.p-company-contents-list-item__inner {
  width: 100%;
  height: 100%;
  padding: 24px 8px;
  display: grid;
  place-content: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-company-contents-list-item__inner {
    padding: 12px 4px;
  }
}
.p-company-contents-list-item__inner-text {
  font-weight: 600;
  line-height: 1.2;
}
.p-company-contents-list-item.is-active {
  color: #e60012;
  border-bottom-color: #e60012;
}
.p-company-contents-panel {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-company-contents-panel {
    margin-top: 24px;
  }
}
.p-company-contents-panel-item {
  background-color: #ffffff;
  padding: 80px 20px;
  display: none;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .p-company-contents-panel-item {
    padding: 24px 20px;
  }
}
.p-company-contents-panel-item.is-open {
  display: block;
}
.p-company-contents-panel-item__inner {
  max-width: 960px;
  margin: 0 auto;
}
.p-company-outline__item {
  padding: 24px 0;
  display: grid;
  grid-template-columns: 112px 1fr;
  align-items: baseline;
  gap: 12px 40px;
  border-bottom: 1px #aaaaaa solid;
}
@media screen and (max-width: 768px) {
  .p-company-outline__item {
    padding: 12px 0;
    display: flex;
    flex-direction: column;
  }
}
.p-company-outline__item-dt {
  font-weight: 600;
}
.p-company-outline__item-dd {
  letter-spacing: 0.05em;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-company-outline__item-dd {
    row-gap: 8px;
  }
}
.p-company-outline__item-table {
  width: -moz-max-content;
  width: max-content;
  text-align: left;
}
.p-company-outline__item-table th {
  padding-right: 24px;
}
@media screen and (max-width: 768px) {
  .p-company-outline__item-table th {
    padding-right: 16px;
  }
}
.p-company-outline__item-table tr:not(:last-of-type) th,
.p-company-outline__item-table tr:not(:last-of-type) td {
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p-company-outline__item-table tr:not(:last-of-type) th,
  .p-company-outline__item-table tr:not(:last-of-type) td {
    padding-bottom: 8px;
  }
}
.p-company-history__wrapper {
  color: #666666;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-company-history__wrapper {
    padding-top: 24px;
  }
}
.p-company-history__wrapper::before, .p-company-history__wrapper::after {
  content: "";
  width: 2px;
  position: absolute;
  left: 147px;
}
@media screen and (max-width: 768px) {
  .p-company-history__wrapper::before, .p-company-history__wrapper::after {
    left: 51px;
  }
}
.p-company-history__wrapper::before {
  content: "";
  background-color: #aaaaaa;
  height: calc(100% - 40px);
  top: 40px;
}
@media screen and (max-width: 768px) {
  .p-company-history__wrapper::before {
    height: calc(100% - 24px);
    top: 24px;
  }
}
.p-company-history__wrapper::after {
  content: "";
  background-image: linear-gradient(#aaaaaa 4px, transparent 4px);
  background-size: 2px 6px;
  background-repeat: repeat-y;
  height: 40px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-company-history__wrapper::after {
    height: 24px;
  }
}
.p-company-history__item {
  padding: 12px 0;
  display: grid;
  grid-template-columns: 100px 1fr;
  -moz-column-gap: 96px;
       column-gap: 96px;
}
@media screen and (max-width: 768px) {
  .p-company-history__item {
    grid-template-columns: 40px 1fr;
    padding: 4px 0;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
.p-company-history__item-year {
  font-family: "Golos Text", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-company-history__item-year {
    font-size: 1.4rem;
  }
}
.p-company-history__item-month {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-company-history__item-month {
    font-size: 1.2rem;
    row-gap: 8px;
  }
}
.p-company-history__item-month::before {
  content: "";
  background-color: #282828;
  width: 16px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0.3em;
  left: -56px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-company-history__item-month::before {
    width: 8px;
    left: -16px;
  }
}
.p-company-history__item-detail {
  line-height: 1.6;
  display: grid;
  grid-template-columns: 3em 1fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-company-history__item-detail {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
.p-company-history__item-detail-dt {
  text-align: right;
}
.p-company-office-list {
  display: flex;
  flex-direction: column;
}
.p-company-office__item {
  padding: 24px 0;
  display: grid;
  grid-template-columns: 112px 1fr 312px;
  align-items: center;
  gap: 16px 40px;
}
@media screen and (max-width: 768px) {
  .p-company-office__item {
    display: flex;
    flex-direction: column;
  }
}
.p-company-office__item:not(:last-of-type) {
  border-bottom: 1px #aaaaaa solid;
}
.p-company-office__item-title {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-company-office__item-title {
    font-size: 1.6rem;
  }
}
.p-company-office__item-detail {
  width: 100%;
  line-height: 1.6;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-company-office__item-detail {
    row-gap: 16px;
  }
}
.p-company-office__item-map {
  width: 100%;
  aspect-ratio: 312/234;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-company-office__item-map {
    aspect-ratio: 303/180;
  }
}
.p-company-office__item-map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-company-group {
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}
@media screen and (max-width: 768px) {
  .p-company-group {
    row-gap: 40px;
  }
}
.p-company-group__title {
  font-size: 2.4rem;
  font-weight: 700;
  padding-bottom: 16px;
  border-bottom: 1px #eeeeee solid;
}
@media screen and (max-width: 768px) {
  .p-company-group__title {
    font-size: 1.8rem;
  }
}
.p-company-group-sec01, .p-company-group-sec02 {
  display: flex;
  flex-direction: column;
  row-gap: 56px;
}
@media screen and (max-width: 768px) {
  .p-company-group-sec01, .p-company-group-sec02 {
    row-gap: 24px;
  }
}
.p-company-group-sec01__lead {
  display: grid;
  grid-template-columns: 400px 1fr;
  align-items: center;
  gap: 16px 56px;
}
@media screen and (max-width: 768px) {
  .p-company-group-sec01__lead {
    display: flex;
    flex-direction: column;
  }
}
.p-company-group-sec01__lead-img {
  border-radius: 16px;
  overflow: hidden;
}
.p-company-group-sec01__lead-text-dt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p-company-group-sec01__lead-text-dt {
    font-size: 1.6rem;
  }
}
.p-company-group-sec01__lead-text-dd {
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.p-company-group-sec01__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 16px 56px;
}
@media screen and (max-width: 768px) {
  .p-company-group-sec01__item {
    display: flex;
    flex-direction: column;
  }
}
.p-company-group-sec01__item-content {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-company-group-sec01__item-content {
    row-gap: 16px;
  }
}
.p-company-group-sec01__item-title {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-company-group-sec01__item-title {
    font-size: 1.8rem;
  }
}
.p-company-group-sec01__item-text {
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.p-company-group-sec01__item-text:not(:first-of-type) {
  font-size: 1.4rem;
}
.p-company-group-sec01__item-map {
  width: 100%;
  aspect-ratio: 452/338;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-company-group-sec01__item-map {
    aspect-ratio: 295/220;
  }
}
.p-company-group-sec01__item-map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-company-group-sec02__lead-dt {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-company-group-sec02__lead-dt {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
}
.p-company-group-sec02__lead-dd {
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.p-company-group-sec02__item {
  display: grid;
  grid-template-columns: 1fr 412px;
  align-items: center;
  gap: 24px 56px;
}
@media screen and (max-width: 768px) {
  .p-company-group-sec02__item {
    display: flex;
    flex-direction: column;
  }
}
.p-company-group-sec02__item-content {
  width: 100%;
  order: 2;
}
@media screen and (max-width: 768px) {
  .p-company-group-sec02__item-content {
    order: 1;
  }
}
.p-company-group-sec02__item-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p-company-group-sec02__item-title {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
}
.p-company-group-sec02__item-text {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.p-company-group-sec02__item-map {
  width: 100%;
  aspect-ratio: 412/146;
  margin-top: 40px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-company-group-sec02__item-map {
    aspect-ratio: 295/146;
    margin-top: 16px;
  }
}
.p-company-group-sec02__item-map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-company-group-sec02__item-img {
  border-radius: 16px;
  overflow: hidden;
  order: 1;
}
@media screen and (max-width: 768px) {
  .p-company-group-sec02__item-img {
    order: 2;
  }
}

.p-archive-structure__posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 24px;
}
@media screen and (max-width: 1024px) {
  .p-archive-structure__posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 560px) {
  .p-archive-structure__posts {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
}
.p-archive-structure-item {
  display: flex;
}
.p-archive-structure-item__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-archive-structure-item__wrapper {
    row-gap: 16px;
  }
}
.p-archive-structure-item__img {
  width: 100%;
  aspect-ratio: 358/268;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.p-archive-structure-item__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
.p-archive-structure-item__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.p-archive-structure-item__title {
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-archive-structure-item__title {
    font-size: 2rem;
  }
}
.p-archive-structure-item__icon {
  background-color: #ffffff;
  width: 56px;
  aspect-ratio: 1/1;
  display: block;
  position: relative;
  border: 1px #e60012 solid;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-archive-structure-item__icon {
    width: 40px;
  }
}
.p-archive-structure-item__icon::after {
  content: "";
  background-color: #e60012;
  -webkit-mask-image: url(../img/common/icon_arrow.svg);
          mask-image: url(../img/common/icon_arrow.svg);
  width: 17px;
  position: absolute;
  inset: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-archive-structure-item__icon::after {
    width: 16px;
  }
}
.p-archive-structure__empty {
  text-align: center;
}

.p-single-structure-title {
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-single-structure-title {
    font-size: 2.4rem;
  }
}
.p-single-structure__wrapper {
  background-color: #f7f7f7;
  margin-top: 80px;
  padding: 80px 20px;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-single-structure__wrapper {
    padding: 40px 20px;
  }
}
.p-single-structure-header {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 340px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .p-single-structure-header {
    display: flex;
    flex-direction: column;
    row-gap: 56px;
  }
}
@media screen and (max-width: 768px) {
  .p-single-structure-header {
    row-gap: 24px;
  }
}
.p-single-structure-header__img {
  border-radius: 16px;
  overflow: hidden;
}
.p-single-structure-header__text {
  width: 100%;
  padding-left: 56px;
}
@media screen and (max-width: 1024px) {
  .p-single-structure-header__text {
    padding-left: 24px;
  }
}
.p-single-structure-header__text-dt {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 24px;
  padding-bottom: 16px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-single-structure-header__text-dt {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-single-structure-header__text-dt {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
}
.p-single-structure-header__text-dt::after {
  content: "";
  background-color: #282828;
  width: calc(100% + 56px);
  height: 1px;
  position: absolute;
  left: -56px;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .p-single-structure-header__text-dt::after {
    width: 44px;
    top: 50%;
    bottom: auto;
    left: -44px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .p-single-structure-header__text-dt::after {
    width: 40px;
    left: -40px;
  }
}
.p-single-structure-header__text-dd {
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.p-single-structure-content {
  width: 100%;
  max-width: 960px;
  margin: 64px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .p-single-structure-content {
    margin: 32px auto 0 auto;
  }
}

.p-factory-lead__mv {
  border-radius: 16px;
  overflow: hidden;
}
.p-factory-lead__wrapper {
  margin-top: 64px;
  display: grid;
  grid-template-columns: 53.571428% 1fr;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-factory-lead__wrapper {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    row-gap: 24px;
  }
}
.p-factory-lead__text {
  line-height: 1.6;
}
.p-factory-lead__text-dt {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 24px;
  padding: 0 56px 16px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-factory-lead__text-dt {
    font-size: 1.6rem;
    padding: 0 0 16px 0;
  }
}
.p-factory-lead__text-dt::after {
  content: "";
  background-color: #282828;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-factory-lead__text-dt::after {
    width: 50px;
  }
}
.p-factory-lead__text-dd {
  letter-spacing: 0.05em;
  padding-right: 56px;
}
@media screen and (max-width: 768px) {
  .p-factory-lead__text-dd {
    padding: 0;
  }
}
.p-factory-lead__img {
  border-radius: 16px;
  overflow: hidden;
}
.p-factory-introduction {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .p-factory-introduction {
    margin-top: 80px;
  }
}
.p-factory-introduction__title {
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-factory-introduction__title {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}
.p-factory-introduction-tab-list {
  font-size: 2rem;
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
@media screen and (max-width: 768px) {
  .p-factory-introduction-tab-list {
    font-size: 1.3rem;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
}
.p-factory-introduction-tab-list-item {
  color: #aaaaaa;
  background-color: #f7f7f7;
  border-radius: 16px 16px 0 0;
}
.p-factory-introduction-tab-list-item.is-active {
  color: #e60012;
  background-color: #fffafa;
}
.p-factory-introduction-tab-list-item__inner {
  padding: 16px 40px;
  display: grid;
  place-content: center;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .p-factory-introduction-tab-list-item__inner {
    padding: 16px 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-factory-introduction-tab-list-item__inner {
    padding: 16px 8px;
  }
}
.p-factory-introduction-tab-list-item__inner-text {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
@media screen and (max-width: 768px) {
  .p-factory-introduction-tab-list-item__inner-text {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
}
.p-factory-introduction-tab-list-item__inner-text-num {
  font-family: "Golos Text", sans-serif;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .p-factory-introduction-tab-list-item__inner-text-num {
    font-size: 1.6rem;
  }
}
.p-factory-introduction-tab-panel-item {
  background-color: #fffafa;
  padding: 40px;
  display: none;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-end;
  gap: 24px 40px;
  border-radius: 0 16px 16px 16px;
}
@media screen and (max-width: 768px) {
  .p-factory-introduction-tab-panel-item {
    padding: 24px 20px;
    flex-direction: column;
    align-items: stretch;
  }
}
.p-factory-introduction-tab-panel-item.is-open {
  display: grid;
}
@media screen and (max-width: 768px) {
  .p-factory-introduction-tab-panel-item.is-open {
    display: flex;
  }
}
.p-factory-introduction-tab-panel-item__img {
  border-radius: 4px;
  overflow: hidden;
}
.p-factory-introduction-tab-panel-item__text {
  line-height: 1.6;
}
.p-factory-introduction-tab-panel-item__text-dt {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-factory-introduction-tab-panel-item__text-dt {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
}
.p-factory-introduction-tab-panel-item__text-dd {
  letter-spacing: 0.05em;
}

.p-archive-service .l-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}
@media screen and (max-width: 768px) {
  .p-archive-service .l-wrapper {
    row-gap: 40px;
  }
}
.p-archive-service-section__title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 64px;
  padding-bottom: 16px;
  border-bottom: 1px #eeeeee solid;
}
@media screen and (max-width: 768px) {
  .p-archive-service-section__title {
    font-size: 2rem;
    margin-bottom: 24px;
  }
}
.p-archive-service__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 32px;
}
@media screen and (max-width: 768px) {
  .p-archive-service__wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
.p-archive-service-item__wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.p-archive-service-item__img {
  width: 100%;
  aspect-ratio: 544/408;
  margin-bottom: 24px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-archive-service-item__img {
    margin-bottom: 16px;
  }
}
.p-archive-service-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-archive-service-item__title {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p-archive-service-item__title {
    font-size: 2.4rem;
  }
}
.p-archive-service-item__lead {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-archive-service-item__lead {
    font-size: 1.4rem;
  }
}
.p-archive-service-item .c-linkBtn {
  margin: auto 0 0 auto;
}

.p-single-service__wrapper {
  background-color: #f7f7f7;
  margin-top: 80px;
  padding: 80px 20px;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .p-single-service__wrapper {
    padding: 40px 20px;
  }
}
.p-single-service__inner {
  max-width: 960px;
  margin: 0 auto;
}
.p-single-service__title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 64px;
  padding-bottom: 16px;
  border-bottom: 1px #aaaaaa solid;
}
@media screen and (max-width: 768px) {
  .p-single-service__title {
    font-size: 1.8rem;
    margin-bottom: 24px;
  }
}
.p-single-service__lead {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-single-service__lead {
    font-size: 2rem;
  }
}
.p-single-service-content.p-post h2 {
  font-size: 2.4rem;
  margin-top: 16px;
  padding: 16px 16px 16px 34px;
}
@media screen and (max-width: 768px) {
  .p-single-service-content.p-post h2 {
    font-size: 1.6rem;
    margin-top: 0;
    padding: 12px 12px 12px 26px;
  }
}
.p-single-service-content.p-post figure {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-single-service-content.p-post figure {
    margin-top: 0;
  }
}
.p-single-service-relations {
  margin-top: 240px;
}
@media screen and (max-width: 768px) {
  .p-single-service-relations {
    margin-top: 80px;
  }
}
.p-single-service-relations__title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 56px;
  padding-bottom: 16px;
  border-bottom: 1px #eeeeee solid;
}
@media screen and (max-width: 768px) {
  .p-single-service-relations__title {
    font-size: 2rem;
    margin-bottom: 24px;
  }
}
.p-single-service-relations__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 24px;
}
@media screen and (max-width: 1024px) {
  .p-single-service-relations__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-single-service-relations__wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
.p-single-service-relations .c-linkBtn {
  margin: 56px 0 0 auto;
}
@media screen and (max-width: 768px) {
  .p-single-service-relations .c-linkBtn {
    margin: 40px 0 0 auto;
  }
}

.p-archive-product .c-productList {
  margin-top: 40px;
}
.p-archive-product .c-linkBtn {
  margin-top: 48px;
}

.p-single-product {
  padding-top: 160px;
}
@media screen and (max-width: 768px) {
  .p-single-product {
    padding-top: 80px;
  }
}
.p-single-product__title {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 64px;
  padding-bottom: 16px;
  border-bottom: 1px #aaaaaa solid;
}
@media screen and (max-width: 768px) {
  .p-single-product__title {
    font-size: 1.6rem;
    text-align: center;
  }
}
.p-single-product__eyecatch {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-single-product__eyecatch {
    font-size: 2.4rem;
  }
}
.p-single-product__lead {
  line-height: 1.6;
  text-align: center;
}
.p-single-product__mv {
  margin-top: 40px;
  border-radius: 16px;
  overflow: hidden;
}
.p-single-product-item {
  margin-top: 80px;
}
.p-single-product-item__content {
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-single-product-item__content {
    padding-top: 0;
  }
}
.p-single-product-item__title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 1px #282828 solid;
}
@media screen and (max-width: 768px) {
  .p-single-product-item__title {
    font-size: 1.6rem;
  }
}
.p-single-product-item__text {
  line-height: 1.6;
}
.p-single-product-item__img {
  border-radius: 16px;
  overflow: hidden;
}
.p-single-product-item--img {
  display: grid;
  grid-template-columns: 46.428571% 1fr;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-single-product-item--img {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    row-gap: 40px;
  }
}
.p-single-product-item--img .p-single-product-item__content {
  order: 2;
}
@media screen and (max-width: 768px) {
  .p-single-product-item--img .p-single-product-item__content {
    order: 1;
  }
}
.p-single-product-item--img .p-single-product-item__title, .p-single-product-item--img .p-single-product-item__text {
  padding-left: 40px;
  order: 2;
}
@media screen and (max-width: 768px) {
  .p-single-product-item--img .p-single-product-item__title, .p-single-product-item--img .p-single-product-item__text {
    padding-left: 0;
  }
}
.p-single-product-item--img .p-single-product-item__img {
  order: 1;
}
@media screen and (max-width: 768px) {
  .p-single-product-item--img .p-single-product-item__img {
    order: 2;
  }
}
.p-single-product__pageNav {
  margin-top: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-single-product__pageNav {
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
    row-gap: 30px;
  }
}
.p-single-product__pageNav .c-linkBtn {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-single-product__pageNav .c-linkBtn {
    margin: 0 auto 0 0;
  }
}
.p-single-product__pageNav .c-btn {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-single-product__pageNav .c-btn {
    margin: 0 0 0 auto;
  }
}

.p-archive-lineup-search {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .p-archive-lineup-search {
    margin-bottom: 56px;
  }
}
.p-archive-lineup-search-item {
  padding: 24px 0 12px 0;
  display: grid;
  grid-template-columns: 160px 1fr;
  align-items: center;
  gap: 16px 24px;
  border-bottom: 1px #d9d9d9 solid;
}
@media screen and (max-width: 1024px) {
  .p-archive-lineup-search-item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
@media screen and (max-width: 768px) {
  .p-archive-lineup-search-item {
    padding: 16px 0 12px 0;
  }
}
.p-archive-lineup-search-item__title {
  font-size: 1.5rem;
  font-weight: 600;
}
.p-archive-lineup-search-item__content {
  font-size: 1.8rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 768px) {
  .p-archive-lineup-search-item__content {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
}
.p-archive-lineup-search-item__content-checkbox label {
  max-width: -moz-max-content;
  max-width: max-content;
  font-weight: 600;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  cursor: pointer;
}
.p-archive-lineup-search-item__content-checkbox label input[type=checkbox] {
  width: 19px;
  height: 19px;
  position: relative;
  border: 1px #aaaaaa solid;
}
.p-archive-lineup-search-item__content-checkbox label input[type=checkbox]:checked {
  background-image: url(../img/common/icon_check.svg);
  background-position: bottom 2px center;
  background-repeat: no-repeat;
  background-size: 17px 12px;
  background-color: #e60012;
  border-color: #e60012;
}
.p-archive-lineup-search-item__content--tag {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.p-archive-lineup-search-item__content--keyword {
  display: block;
}
.p-archive-lineup-search-item__content--keyword input[type=text] {
  background-color: #f7f7f7;
  width: 100%;
  padding: 16px;
  border-radius: 4px;
}
.p-archive-lineup-search-item__content--keyword input[type=text]::-moz-placeholder {
  color: #666666;
}
.p-archive-lineup-search-item__content--keyword input[type=text]::placeholder {
  color: #666666;
}
.p-archive-lineup-search-item.toggle-close {
  display: none;
}
.p-archive-lineup-search-item.toggle-open {
  display: grid;
}
.p-archive-lineup-search__toggleBtn {
  width: -moz-max-content;
  width: max-content;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 16px auto 0 auto;
  display: none;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  transition: opacity 0.2s;
  cursor: pointer;
}
.p-archive-lineup-search__toggleBtn:hover {
  opacity: 0.8;
}
.p-archive-lineup-search__toggleBtn i {
  width: 11px;
  aspect-ratio: 1/1;
  position: relative;
}
.p-archive-lineup-search__toggleBtn i::before, .p-archive-lineup-search__toggleBtn i::after {
  content: "";
  background-color: #282828;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0;
  margin: auto;
}
.p-archive-lineup-search__toggleBtn i::after {
  transform: rotate(90deg);
}
.p-archive-lineup-search__toggleBtn.is-active {
  display: flex;
}
.p-archive-lineup-search__toggleWrapper {
  display: none;
}
.p-archive-lineup-search__toggleWrapper.is-open {
  display: block;
}
.p-archive-lineup-search-btns {
  font-size: 1.6rem;
  text-align: center;
  margin: 40px auto 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.p-archive-lineup-search-btns-item__reset {
  background-color: #eeeeee;
  width: 100%;
  max-width: 244px;
  font-weight: 600;
  margin: 0 0 0 auto;
  padding: 19px 24px;
  border-radius: 100vmax;
  cursor: pointer;
  transition: opacity 0.2s;
}
@media screen and (max-width: 768px) {
  .p-archive-lineup-search-btns-item__reset {
    max-width: 156px;
    padding: 12px 24px;
  }
}
.p-archive-lineup-search-btns-item__reset:hover {
  opacity: 0.8;
}
.p-archive-lineup-search-btns-item__submit {
  color: #ffffff;
  background-color: #e60012;
  width: 100%;
  max-width: 244px;
  font-weight: 600;
  margin: 0 auto 0 0;
  padding: 19px 24px;
  border-radius: 100vmax;
}
@media screen and (max-width: 768px) {
  .p-archive-lineup-search-btns-item__submit {
    max-width: 156px;
    padding: 12px 24px;
  }
}
.p-archive-lineup__posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px 24px;
}
@media screen and (max-width: 1024px) {
  .p-archive-lineup__posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 560px) {
  .p-archive-lineup__posts {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
.p-archive-lineup__empty {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-archive-lineup__empty {
    margin-top: 40px;
  }
}

.p-single-lineup-info {
  display: grid;
  grid-template-columns: 42.857142% 1fr;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .p-single-lineup-info {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-single-lineup-info {
    gap: 24px;
  }
}
.p-single-lineup-info__img {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.p-single-lineup-info__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-single-lineup-info__content {
    row-gap: 16px;
  }
}
.p-single-lineup__title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-single-lineup__title {
    font-size: 2rem;
  }
}
.p-single-lineup-classification {
  font-size: 1.4rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.p-single-lineup-classification__item-inner {
  color: #ffffff;
  background-color: #e60012;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 7px 14px;
  display: block;
  border: 1px #e60012 solid;
  border-radius: 100vmax;
}
.p-single-lineup-classification__item--tag .p-single-lineup-classification__item-inner {
  color: #e60012;
  background-color: #ffffff;
}
.p-single-lineup__text {
  line-height: 1.6;
}
.p-single-lineup-section {
  margin-top: 40px;
}
.p-single-lineup__subhead {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 16px;
}
@media screen and (max-width: 768px) {
  .p-single-lineup__subhead {
    font-size: 1.6rem;
    flex-direction: column;
    align-items: stretch;
  }
}
.p-single-lineup__subhead-notice {
  color: #e60012;
  font-size: 1.4rem;
  font-weight: 400;
}
.p-single-lineup-allergen {
  font-size: 1.4rem;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 8px 16px;
}
@media screen and (max-width: 1320px) {
  .p-single-lineup-allergen {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .p-single-lineup-allergen {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-single-lineup-allergen {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
.p-single-lineup-allergen__item {
  color: #666666;
  background-color: #f7f7f7;
  width: 100%;
  min-height: 36px;
  line-height: 1.2;
  text-align: center;
  padding: 4px;
  display: grid;
  place-content: center;
  border-radius: 4px;
}
.p-single-lineup-allergen__item.is-checked {
  color: #ffffff;
  background-color: #e60012;
}
.p-single-lineup-materials {
  max-width: 560px;
  line-height: 1.2;
  margin: 0 auto 0 0;
  text-align: center;
}
.p-single-lineup-materials__header {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.p-single-lineup-materials__header-text {
  background-color: #f7f7f7;
  font-weight: 600;
  padding: 8px;
  border-radius: 4px;
}
.p-single-lineup-materials__item {
  padding: 16px 4px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px #dddddd solid;
}
.p-single-lineup .p-page-content__pageNav {
  margin: 56px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .p-single-lineup .p-page-content__pageNav {
    margin: 40px auto 0 auto;
  }
}
.p-single-lineup-relation {
  margin-top: 240px;
}
@media screen and (max-width: 768px) {
  .p-single-lineup-relation {
    margin-top: 120px;
  }
}
.p-single-lineup-relation__title {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 56px;
  padding-bottom: 16px;
  border-bottom: 1px #eeeeee solid;
}
@media screen and (max-width: 768px) {
  .p-single-lineup-relation__title {
    font-size: 1.8rem;
    margin-bottom: 24px;
  }
}
.p-single-lineup-relation__posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 24px;
}
@media screen and (max-width: 1024px) {
  .p-single-lineup-relation__posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 560px) {
  .p-single-lineup-relation__posts {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
.p-single-lineup-relation .c-linkBtn {
  margin: 56px 0 0 auto;
}
@media screen and (max-width: 768px) {
  .p-single-lineup-relation .c-linkBtn {
    margin: 40px 0 0 auto;
  }
}

.p-archive-faq__posts {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
@media screen and (max-width: 768px) {
  .p-archive-faq__posts {
    row-gap: 24px;
  }
}
.p-archive-faq__empty {
  text-align: center;
}

.p-archive-news__posts {
  display: flex;
  flex-direction: column;
}
.p-archive-news__empty {
  text-align: center;
}

.p-single-news__wrapper {
  background-color: #f7f7f7;
  padding: 80px 20px;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .p-single-news__wrapper {
    padding: 40px 20px;
  }
}
.p-single-news__inner {
  max-width: 800px;
  margin: 0 auto;
}
.p-single-news-header {
  margin-bottom: 24px;
}
.p-single-news-header__date {
  color: #aaaaaa;
  font-size: 1.4rem;
  margin-bottom: 24px;
}
.p-single-news-header__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-single-news-header__title {
    font-size: 1.8rem;
  }
}
.p-archive-topics-nav {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .p-archive-topics-nav {
    margin-bottom: 24px;
  }
}
.p-archive-topics-nav__wrapper {
  color: #aaaaaa;
  font-size: 1.8rem;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-archive-topics-nav__wrapper {
    font-size: 1.4rem;
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-archive-topics-nav__wrapper::before {
  content: "";
  background-color: #aaaaaa;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-archive-topics-nav-item {
  position: relative;
  border-bottom: 1px #aaaaaa solid;
}
.p-archive-topics-nav-item__inner {
  width: 100%;
  height: 100%;
  padding: 16px 8px;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 768px) {
  .p-archive-topics-nav-item__inner {
    padding: 12px 4px;
  }
}
.p-archive-topics-nav-item__inner-text {
  font-weight: 600;
  line-height: 1.2;
}
.p-archive-topics-nav-item.is-active {
  color: #e60012;
  border-bottom-color: #e60012;
}
.p-archive-topics__posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 24px;
}
@media screen and (max-width: 1024px) {
  .p-archive-topics__posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 560px) {
  .p-archive-topics__posts {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
}
.p-archive-topics__empty {
  text-align: center;
}

.p-single-topics__wrapper {
  background-color: #f7f7f7;
  padding: 80px 20px;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .p-single-topics__wrapper {
    padding: 40px 20px;
  }
}
.p-single-topics__inner {
  max-width: 800px;
  margin: 0 auto;
}
.p-single-topics__mv {
  margin-bottom: 32px;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-single-topics__mv {
    margin-bottom: 16px;
  }
}
.p-single-topics__title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px #aaaaaa solid;
}
@media screen and (max-width: 768px) {
  .p-single-topics__title {
    font-size: 1.8rem;
  }
}
.p-single-topics-info {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
@media screen and (max-width: 768px) {
  .p-single-topics-info {
    margin-bottom: 24px;
  }
}
.p-single-topics__date {
  color: #aaaaaa;
  font-size: 1.6rem;
}
.p-single-topics__cat {
  color: #ffffff;
  background-color: #e60012;
  max-width: -moz-max-content;
  max-width: max-content;
  font-size: 1.4rem;
  padding: 8px 16px;
  display: block;
  border-radius: 100vmax;
}
.p-single-topics__empty {
  text-align: center;
}

.p-archive-sustainability .c-sustainability-pickup {
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .p-archive-sustainability .c-sustainability-pickup {
    margin-bottom: 80px;
  }
}
.p-archive-sustainability__posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px 24px;
}
@media screen and (max-width: 1024px) {
  .p-archive-sustainability__posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 560px) {
  .p-archive-sustainability__posts {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
}
.p-archive-sustainability__empty {
  text-align: center;
}
.p-archive-sustainability .c-linkBtn.c-linkBtn--more {
  margin: 56px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .p-archive-sustainability .c-linkBtn.c-linkBtn--more {
    margin: 32px auto 0 auto;
  }
}
.p-archive-sustainability .c-linkBtn.c-linkBtn--more.is-hide {
  display: none;
}

.p-single-sustainability__wrapper {
  background-color: #f7f7f7;
  padding: 80px 20px;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .p-single-sustainability__wrapper {
    padding: 40px 20px;
  }
}
.p-single-sustainability__inner {
  max-width: 800px;
  margin: 0 auto;
}
.p-single-sustainability__mv {
  margin-bottom: 32px;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-single-sustainability__mv {
    margin-bottom: 16px;
  }
}
.p-single-sustainability__title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px #aaaaaa solid;
}
@media screen and (max-width: 768px) {
  .p-single-sustainability__title {
    font-size: 1.8rem;
  }
}
.p-single-sustainability__date {
  color: #aaaaaa;
  font-size: 1.6rem;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p-single-sustainability__date {
    margin-bottom: 24px;
  }
}
.p-single-sustainability__empty {
  text-align: center;
}

.p-notFound {
  background-color: #fffafa;
  text-align: center;
  padding: 200px 0 170px 0;
}
@media screen and (max-width: 768px) {
  .p-notFound {
    padding: 152px 0 160px 0;
  }
}
.p-notFound__title {
  color: #e60012;
  font-family: "Golos Text", sans-serif;
  font-size: 5.6rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-notFound__title {
    font-size: 3.2rem;
  }
}
.p-notFound__text {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-notFound__text {
    font-size: 1.6rem;
  }
}
.p-notFound__btn {
  margin: 24px auto 0 auto;
}

/* utility */
.u-displayPcOnly {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-displayPcOnly {
    display: none;
  }
}
.u-displayPcOnly--inline {
  display: inline;
}
@media screen and (max-width: 768px) {
  .u-displayPcOnly--inline {
    display: none;
  }
}

.u-displaySpOnly {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-displaySpOnly {
    display: block;
  }
}
.u-displaySpOnly--inline {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-displaySpOnly--inline {
    display: inline;
  }
}

.u-text-l {
  text-align: left;
}
.u-text-c {
  text-align: center;
}
.u-text-r {
  text-align: right;
}