@charset "UTF-8";

/* add Utility */
.bg-gray6 {
  background-color: rgba(219, 233, 238, 0.4);
}

.bg-gray7 {
  background-color: #f5f5f5;
}

.bg-blue1 {
  background-color: #DBE9EE;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-navy {
  background-color: #15222F;
}

.bg-navy * {
  color: #FFFFFF;
}

.bg-black {
  background-color: #0E0E0F;
}

.bg-black * {
  color: #FFFFFF;
}

.container.small-container {
  max-width: 780px;
}

/* heading */
.title_16 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 43px;
  line-height: 1;
}

.title_32 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 50px;
  line-height: 1;
}

@media (max-width: 767px) {
  .title_32 {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1.5;
  }
}

.big-underbar {
  /* only underbar*/
  display: inline-grid;
  width: fit-content;
  font-size: 38px;
  font-weight: 600;
  position: relative;
}

.big-underbar::after {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background-color: #465619;
  position: absolute;
  top: 55px;
  left: 0;
}

.big-underbar-title {
  /* txt with underbarr*/
  width: fit-content;
  padding: 0 0 20px;
  margin: 0 0 65px;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
}

.big-underbar-title::before,
.big-underbar-title::after {
  content: '';
  display: block;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: 0;
}

.big-underbar-title::before {
  height: 1px;
  width: 420px;
}

.big-underbar-title::after {
  height: 2px;
  width: 100%;
}

.underbar-title {
  /* white line */
  padding: 0 0 12px;
  margin: 0 0 27px;
  border-bottom: 1px solid #FFFFFF;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.5;
}

.underline-title {
  width: fit-content;
  margin: 0 auto 65px;
  position: relative;
  z-index: 1;
}

.underline-title::before {
  content: '';
  display: block;
  width: calc(100% + 14px);
  height: 15px;
  background-color: #80C6E8;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.center-underline-title {
  display: block;
  width: fit-content;
  padding: 0 0 10px;
  margin: 0 auto 40px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 1.1;
  position: relative;
}

.center-underline-title::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333333;
  position: relative;
  bottom: -6px;
  left: 50%;
  transform: translate(-50%);
}

@media (max-width: 767px) {
  .center-underline-title {
    display: block;
    padding-bottom: 8px;
    margin-bottom: 41px;
    font-size: 20px;
  }
}

.gray-bg-title {
  display: grid;
  align-items: center;
  height: 70px;
  padding: 0 70px;
  margin: 0 0 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #333333;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .gray-bg-title {
    height: 84px;
    padding: 0 15px;
    margin-bottom: 25px;
    font-size: 18px;
  }
}

/* link */
.txt-link:nth-of-type(n+2) {
  margin-top: 12px;
}

.txt-link a {
  display: flex;
  align-items: center;
  width: fit-content;
  position: relative;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  word-break: break-all;
  position: relative;
}

.txt-link a::before {
  content: '';
  display: block;
  margin: 0 16px 0 0;
  width: 10px;
  height: 10px;
  border: 1px solid #333333;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}

.blank-link a::after {
  content: '';
  display: block;
  margin: 0 0 0 11px;
  width: 16px;
  height: 12px;
  background-image: url(../img/sustainability/ico-newwindow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 6px);
  right: -22px;
}

@media (max-width: 767px) {
  .txt-link a {
    max-width: calc(100% - 22px);
  }

  .txt-link a::before {
    margin-right: 8px;
    width: 6px;
    height: 6px;
  }

  .blank-link a::after {
    margin-left: 6px;
    width: 15px;
    height: 10px;
  }
}

/* explanatory notes  */
.small-num {
  color: inherit;
  vertical-align: top;
  font-size: smaller;
  letter-spacing: inherit;
}

.small-txt {
  color: inherit;
  font-size: smaller;
  letter-spacing: 0;
  line-height: 1.6;
  letter-spacing: inherit;
}

/* h1 txt */
.txt-mv {
  display: flex;
  align-items: center;
  gap: 31px;
  width: 1032px;
  height: 91px;
  padding: 0 15px;
  margin: 0 auto;
}

.txt-mv-big {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
}

.txt-mv-big::after {
  content: '';
  display: block;
  width: 1px;
  height: 23px;
  background-color: #FFFFFF;
  margin-left: 31px;
}

.txt-mv-big .font-en {
  font-weight: 700;
}

.txt-mv-small {
  color: #FFFFFF;
  font-family: apercu-medium-pro, Apercu;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1;
}

@media (max-width: 767px) {
  .txt-mv {
    display: grid;
    align-content: center;
    gap: 11px;
    width: 100%;
    height: 94px;
    padding: 0 35px 0 46px;
    margin: 0;
  }

  .txt-mv-big {
    display: block;
    font-size: 18px;
  }

  .txt-mv-big::after {
    content: none;
  }

  .txt-mv-big .font-en {
    font-size: 18px;
  }

  .txt-mv-small {
    font-size: 12px;
    letter-spacing: 0.05em;
  }
}

/* new page contents */
.contents-sustain h1,
.contents-sustain h2,
.contents-sustain h3,
.contents-sustain h4,
.contents-sustain h5,
.contents-sustain h6 {
  font-weight: 600;
}

/*
.contents-sustain .font-en{
  font-family: apercu-medium-pro, Apercu;
  font-weight: 500;
  font-size: inherit;
  color: inherit;
  letter-spacing: inherit;
}*/
.contents-sustain p {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 2;
}

.contents-sustain p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .contents-sustain .container {
    width: 100%;
    padding: 0 7%;
  }

  .contents-sustain p {
    font-size: 16px;
    line-height: 1.8;
  }
}

.bottom-link-container {
  display: grid;
  justify-content: center;
  max-width: 1032px;
  margin: 200px auto 120px;
}

.bottom-link-button a {
  display: grid;
  place-content: center;
  min-width: 385px;
  padding: 0 47px;
  height: 76px;
  border: 1px solid #CDCDCD;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.bottom-link-button a:hover {
  background-color: #333333;
  border-color: #333333;
  text-decoration: none;
}

.bottom-link-button-txt {
  padding: 0 77px 0 0;
  color: #333333;
  font-family: apercu-medium-pro, Apercu;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
  position: relative;
  transition: color 0.3s ease;
}

.bottom-link-button a:hover .bottom-link-button-txt {
  color: #CDCDCD;
}

.bottom-link-button-txt::before,
.bottom-link-button-txt::after {
  content: '';
  display: block;
  width: 53px;
  height: 6px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
}

.bottom-link-button-txt::before {
  background-image: url(../img/sustainability/ico-arrow-white.svg);
}

.bottom-link-button-txt::after {
  background-image: url(../img/sustainability/ico-arrow.svg);
  opacity: 1;
  transition: opacity 0.3s ease;
}

.bottom-link-button a:hover .bottom-link-button-txt::after {
  opacity: 0;
}

@media (max-width: 767px) {
  .bottom-link-container {
    padding: 0 7%;
    margin: 90px 0 120px;
    max-width: 100%;
    width: 100%;
  }

  .bottom-link-button a {
    min-width: 100%;
    width: 100%;
    height: 60px;
  }
}

/*slide*/
.gallery-prev,
.gallery-next {
  display: block;
  width: 42px;
  height: 46px;
  cursor: pointer;
  z-index: 20;
}

.gallery-prev.is-hidden,
.gallery-next.is-hidden {
  cursor: default;
}

.gallery-prev::after,
.gallery-next::after {
  content: '';
  display: block;
  width: 42px;
  height: 46px;
  margin: auto;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.gallery-prev.is-hidden::after,
.gallery-next.is-hidden::after {
  opacity: 0.3;
}

.gallery-prev::after {
  background-image: url(../img/sustainability/ico-gallery-prev.png);
  background-size: contain;
}

.gallery-next::after {
  background-image: url(../img/sustainability/ico-gallery-next.png);
  background-size: contain;
}

/* certifications  */
.certifications-container-01 {
  padding: 75px 0 70px;
}

.certifications-container-02 {
  padding: 107px 0 0;
}

.certifications-column {
  display: grid;
  grid-template-columns: 1fr 396px;
  gap: 86px;
  align-items: center;
  height: 350px;
}

.certifications-column:not(:last-child) {
  border-bottom: 1px solid #EBEBEB;
}

.certifications-title {
  margin: 0 0 25px;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.22;
}

.certifications-txt p {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.75;
  margin: 0 0 15px;
}

.certifications-img {
  display: flex;
  justify-content: center;
  gap: 58px;
}

.certifications-img .col-box {
  display: grid;
  justify-content: center;
  gap: 26px;
  place-items: center;
}

.certifications-column.column-07 .certifications-img .col-box {
  width: 230px;
  justify-content: end;
  justify-items: end;
  gap: 15px;
}

.certifications-img-txt {
  display: block;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.38;
  text-align: center;
}

.certifications-column.column-07 .certifications-img-txt {
  padding-right: 13px;
}

.certifications-img img {
  display: block;
  object-fit: contain;
}

.certifications-column.column-01 img {
  width: 220px;
}

.certifications-column.column-02 img {
  width: 150px;
}

.certifications-column.column-03 img {
  width: 263px;
}

.certifications-column.column-04 .certifications-img {
  gap: 20px;
}

.certifications-column.column-04 img {
  width: 150px;
}

.certifications-column.column-05 img {
  width: 150px;
}

.certifications-column.column-06 img {
  width: 130px;
}

.certifications-column.column-07 img {
  width: 230px;
}

@media (max-width: 767px) {
  .certifications-columns-wrap {
    display: grid;
  }

  .certifications-container-01 {
    padding: 50px 0 44px;
  }

  .certifications-container-02 {
    padding: 63px 0 0;
  }

  .certifications-column {
    grid-template-columns: 1fr;
    align-items: start;
    height: auto;
    padding: 50px 0 50px;
    gap: 40px;
  }

  .certifications-column:first-child {
    padding-top: 0;
  }

  .certifications-column:last-child {
    padding-bottom: 0;
  }

  .certifications-title {
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.46;
  }

  .certifications-txt p {
    font-size: 15px;
    margin-bottom: 25px;
    line-height: 1.8;
  }

  .certifications-img {
    order: -1;
    flex-direction: column;
    align-items: center;
  }

  .certifications-column.column-02 .certifications-img,
  .certifications-column.column-04 .certifications-img {
    gap: 40px;
  }
}

/* participation-in-initiative */
.participation-container-01 {
  padding: 75px 0 70px;
}

.participation-container-02 {
  padding: 151px 0 0;
}

.participation-column-wrap {
  display: grid;
  gap: 120px;
}

.participation-column-inner {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 73px;
  align-items: center;
  padding: 0 0 0 68px;
}

.participation-column-inner .col-box {
  display: grid;
  gap: 29px;
}

.participation-column-txt p {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.86;
}

.participation-img {
  display: grid;
  place-content: center;
  border: 1px solid #F5F5F5;
  width: 380px;
  height: 380px;
}

.participation-img img {
  display: block;
  object-fit: contain;
}

.participation-column.column-01 .participation-img img {
  width: 273px;
}

.participation-column.column-02 .participation-img img {
  width: 248px;
}

@media (max-width: 767px) {
  .participation-container-01 {
    padding: 50px 0 44px;
  }

  .participation-container-02 {
    padding: 60px 0 0;
  }

  .participation-column-wrap {
    display: grid;
    gap: 61px;
  }

  .participation-column-inner {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 0;
  }

  .participation-column-inner .col-box {
    gap: 25px;
  }

  .participation-img {
    order: -1;
    width: 320px;
    height: 320px;
    margin: 0 auto;
  }
}

/*-------------以下作業中--------------*/

/* p-unidyne */
.p-unidyne #mainVisual img {
  height: 90px;
  width: auto;
}

.contents-undyne .mv {
  height: 560px;
  position: relative;
}

.undyne-mv-img img {
  width: 100%;
  height: 560px;
  object-fit: cover;
}

.undyne-mv-logo {
  width: 354px;
  height: 111px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.undyne-mv-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.undyne-mv-txt {
  position: absolute;
  bottom: 22px;
  right: calc(50% - 501px);
}

.undyne-mv-txt p,
.undyne-mv-txt .font-en {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.75;
}

.unidyne-container-01 {
  padding: 124px 0 110px;
}

.unidyne-container-02,
.unidyne-container-03,
.unidyne-container-04 {
  padding: 91px 0 82px;
}

.unidyne-container-02 .container {
  min-width: 1155px;
}

.unidyne-container-02 .title_21 {
  margin-bottom: 51px;
}

.unidyne-container-02 .col-wrap {
  display: grid;
  gap: 73px;
  grid-template-columns: repeat(2, 520px);
}

.unidyne-container-03 .container-first {
  width: 815px;
}

.key-feature-box {
  display: grid;
  justify-self: center;
  width: 100%;
  max-width: 1260px;
  margin: 70px 15px 39px;
  padding: 40px 129px 63px;
  background-color: #FFFFFF;
}

.key-feature-box-num {
  display: block;
  padding: 0 0 15px;
  margin-bottom: 0 0 20px;
  font-family: apercu-medium-pro, Apercu;
  font-size: 48px;
  text-align: center;
  letter-spacing: 0.025em;
  line-height: 1;
  position: relative;
}

.key-feature-box-num::after {
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  background-color: #333333;
  position: relative;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%);
}

.key-feature-box-title {
  margin: 0 0 28px;
  font-family: apercu-medium-pro, Apercu;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}

.key-feature-box-list {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin: 0 0 64px;
}

.key-feature-box-list li {
  color: #333333;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.28;
}

.key-feature-box .col-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 59px;
}

.unidyne-container-04 .col-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 74px;
}

@media (max-width: 767px) {

  .undyne-mv-logo,
  .undyne-mv-txt {
    display: none;
  }
}

/* p-kapok */
.contents-kapok {
  background-color: #27180A;
}

.contents-kapok * {
  color: #C2C2C2;
}

.p-kapok .mv {
  position: relative;
}

.kapok-mv-img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.kapok-mv-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kapok-mv-logo {
  display: grid;
  place-content: center;
  height: 602px;
  position: relative;
}

.kapok-mv-logo-big,
.kapok-mv-logo-small {
  color: #FFFFFF;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  text-align: center;
}

.kapok-mv-logo-big {
  font-family: apercu-medium-pro, Apercu;
  font-size: 85px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.25;
}

.kapok-mv-logo-small {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.64;
}

.kapok-mv-txt {
  margin: 67px 0 0;
  position: relative;
}

.kapok-mv-title {
  margin: 0 0 55px;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 1.68;
}

.kapok-container-01 {
  position: relative;
  z-index: 1;
  padding: 0 0 369px;
}

.kapok-container-01 .container-first {
  display: grid;
  align-items: center;
  min-width: 1150px;
  height: 786px;
  margin-top: 203px;
  margin-bottom: 191px;
  padding-left: 575px;
}

.kapok-container-01 .container-first .col-box:has(img) {
  display: grid;
  align-content: center;
  width: calc(50vw - 95px);
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
}

.kapok-container-01 .container-first .col-box:has(img) img {
  display: block;
  height: 786px;
  width: 100%;
  object-fit: cover;
}

.kapok-01-listarea {
  margin: 56px 30px 0;
}

.kapok-01-listarea .h2 {
  margin-bottom: 39px;
  text-align: center;
}

.kapok-01-listarea-ul {
  display: grid;
  gap: 20px;
  margin: 0 0 33px;
}

.kapok-01-listarea-ul li {
  margin-bottom: 0;
  padding: 0 0 0 22px;
  text-align: left;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.6;
  position: relative;
}

.kapok-01-listarea-ul li::before {
  content: '・';
  display: block;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
}

.kapok-01-listarea-ul li .font-en {
  font-size: 18px;
  font-weight: 500;
}

.kapok-01-listarea p {
  font-size: 15px;
}

@media (min-width: 767px) and (max-width: 1150px) {
  .kapok-container-01 .container-first {
    min-width: auto;
    padding-left: calc(50% + 40px);
  }

  .kapok-container-01 .container-first .col-box:has(img) {
    width: 50%;
    left: -15px
  }
}

.container-kabok-fiver {
  width: 100%;
  padding: 52px 50px 65px;
  background-color: rgba(255, 255, 255, 0.2);
}

.container-kabok-fiver .title_21 {
  text-align: center;
}

.kabok-fiver-list1 {
  display: flex;
  justify-content: center;
  gap: 56px;
  margin-bottom: 73px;
}

.kabok-fiver-list2 {
  display: flex;
  justify-content: center;
  gap: 45px;
}

.kabok-fiver-01 {
  margin: 0 26px 0 0;
  text-align: center;
}

.kabok-fiver-01 img {
  display: block;
  width: 273px;
  height: auto;
}

.kabok-fiver {
  display: block;
  height: 140px;
  width: 110px;
  align-content: end;
  align-items: end;
  overflow: visible;
  position: relative;
}

.kabok-fiver::before {
  content: '';
  display: block;
  width: 110px;
  height: 110px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  position: absolute;
  top: 20px;
}

.kabok-fiver img {
  display: block;
  width: 80px;
  height: 83px;
  object-fit: contain;
  position: absolute;
  top: 0px;
  left: -20px;
}

.kabok-fiver-02 img {
  width: 69px;
}

.kabok-fiver-08 img {
  width: 97px;
}

p.kabok-fiver-txt {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
}

.kabok-fiver .kabok-fiver-txt {
  min-height: 40px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.kapok-container-02 {
  padding: 0 0 86px;
  position: relative;
  overflow: hidden;
}

.kapok-container-02-img {
  width: 911px;
  height: 692px;
  position: absolute;
  right: -80px;
  top: -15px;
  z-index: 0;
}

.kapok-container-02-img {
  display: block;
  object-fit: contain;
}

.kapok-container-02 .container-first {
  padding-bottom: 373px;
  position: relative;
  z-index: 1;
}

.kapok-container-02 .col-box {
  width: 560px;
  position: relative;
  left: calc(50% - 560px);
}

.kapok-container-02 .container-second {
  margin-bottom: 72px;
}

@media (min-width: 767px) and (max-width: 1150px) {
  .kapok-container-02 .col-box {
    left: 15px;
  }
}

#kabok-gallery {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#kabok-gallery .swiper-wrapper {
  align-items: center;
}

#kabok-gallery .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  height: 533px;
  width: 800px;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

.kabok-gallery-img {
  padding: 0 5px;
}

#kabok-gallery .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

#kabok-gallery-next,
#kabok-gallery-prev {
  position: absolute;
  z-index: 10;
  top: 50%;
}

#kabok-gallery-prev {
  left: 150px;
}

#kabok-gallery-next {
  right: 150px;
}

/* zqrx */
.contents-zqrx .mv {
  width: 100%;
  height: 700px;
  position: relative;
}

.zqrx-mv-img img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}

.zqrx-mv-txt {
  width: 800px;
  height: auto;
  padding: 48px 75px 38px;
  border-radius: 10px;
  border: 2px solid #FFFFFF;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
  /* for Safari */
  backdrop-filter: blur(10px);
  position: absolute;
  top: 94px;
  left: calc(50% - 400px);
}

.zqrx-mv-title {
  display: flex;
  align-items: end;
  justify-content: center;
  margin: 0 0 38px;
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.68;
  text-align: center;
}

.zqrx-mv-title .zqrx-mv-big {
  margin: 0 23px 0 0;
  color: #FFFFFF;
  font-size: 68px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.26;
}

.zqrx-mv-txt p {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.55;
}

.zqrx-wrap {
  overflow: hidden;
}

.zqrx-bg1 {
  width: 100%;
  height: auto;
  background-image: url(../img/sustainability/initiatives/zqrx/bg_001.jpg);
  background-size: cover;
  background-position: center bottom;
}

.zqrx-container-01 {
  padding: 65px 0 176px;
  position: relative;
}

.zqrx-container-01::after {
  content: '';
  width: 150%;
  height: 600px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
  /* for Safari */
  backdrop-filter: blur(10px);
  transform: rotate(6deg);
  position: absolute;
  top: -120px;
  left: -25%;
  z-index: 0;
}

.zqrx-container-01 .container {
  position: relative;
  z-index: 1;
}

.zqrx-container-02 {
  padding: 310px 0 calc(227 * 100 / 1340 * 1vw);
  overflow: hidden;
  position: relative;
}

.zqrx-container-02::after {
  content: '';
  width: 150%;
  height: 1200px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
  /* for Safari */
  backdrop-filter: blur(10px);
  transform: rotate(-8deg);
  position: absolute;
  top: 238px;
  left: -25%;
  z-index: 0;
}

.zqrx-container-02-inner {
  display: grid;
  width: 760px;
  justify-self: end;
  position: relative;
  z-index: 1;
}

.zqrx-bg3 {
  width: 100%;
  height: auto;
  background-image: url(../img/sustainability/initiatives/zqrx/bg_002.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 730px 0 0;
  margin-top: calc(-227 * 100 / 1340 * 1vw);
  position: relative;
  z-index: 5;
}

.zqrx-container-03 {
  padding: 190px 0 90px;
  position: relative;
}

.zqrx-container-03::after {
  content: '';
  width: 150%;
  height: 1200px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
  /* for Safari */
  backdrop-filter: blur(10px);
  transform: rotate(8deg);
  position: absolute;
  top: 0;
  left: -25%;
  z-index: 0;
}

.zqrx-container-03 .container {
  position: relative;
  z-index: 2;
}

.zqrx-container-03-inner {
  padding: 0 203px 0 0;
  position: relative;
}

.zqrx-container-03-img {
  width: 368px;
  height: 368px;
  position: absolute;
  top: 0;
  right: -92px;
}

.zqrx-container-03 .col-box {
  position: relative;
  z-index: 2;
}

.zqrx-container-title {
  display: flex;
  gap: 5px;
  align-items: baseline;
  margin: 0 0 42px;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.1;
}

.zqrx-gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  position: relative;
  z-index: 2;
}

.zqrx-gallery-item {
  position: relative;
}

.zqrx-txt {
  color: #FFFFFF;
  font-family: apercu-medium-pro, Apercu;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: 0.025em;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* supply-chain-solutions */
.supply-chain-solutions-container-01 {
  padding: 126px 0 91px;
}

.supply-chain-solutions-container-02 {
  padding: 155px 0 149px;
}

.supply-container-title {
  display: flex;
  gap: 6px;
  align-items: center;
  margin: 0 auto 65px;
  width: fit-content;
  position: relative;
  line-height: 1;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.7;
}

.supply-container-title::after {
  content: '';
  display: block;
  width: calc(100% + 4px);
  height: 5px;
  background-color: #465619;
  position: absolute;
  top: 38px;
  left: 0;
}

.supply-container-title .font-big {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 24px;
  font-weight: 600;
}

.supply-container-title .font-big::before,
.supply-container-title .font-big::after {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  background-color: #333333;
}

.supply-02-example {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 78px 0 0;
}

.supply-02-example-box {
  border: 1px solid #15222F;
}

.supply-02-example-title {
  background-color: #15222F;
  padding: 15px 0 0;
  border-bottom: 1px solid transparent;
  /* for bug */
}

.supply-02-example-title * {
  color: #FFFFFF;
  text-align: center;
}

.supply-02-example-title-big {
  font-family: apercu-medium-pro, Apercu;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.28;
}

.supply-02-example-title-small {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.7;
}

.supply-02-example-img {
  padding: 10px;
}

.supply-02-example-img img {
  display: block;
  width: 100%;
  vertical-align: baseline !important;
}

.supply-chain-solutions-container-03 {
  padding: 72px 0 68px;
}

.supply-chain-solutions-container-03 * {
  color: #C7C7CA;
}

.supply-chain-solutions-container-03 .supply-container-title::after {
  background-color: #FFFFFF;
}

.supply-chain-solutions-container-03 .container>p {
  margin: 0 0 52px;
  text-align: center;
}

.supply-prosess-box-wrap {
  display: grid;
  gap: 135px;
  margin: 0 0 64px;
}

.supply-prosess-box {
  width: 100%;
  padding: 54px 54px 73px 69px;
  position: relative;
}

.supply-prosess-box::before {
  content: '';
  display: block;
  width: calc(100% - 15px);
  height: 100%;
  border: 1px solid #C7C7CA;
  position: absolute;
  top: 0;
  left: 15px;
}

.supply-prosess-box::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 93px 93px 93px 0;
  border-color: transparent #C7C7CA transparent transparent;
  transform: rotate(45deg);
  position: absolute;
  top: -78px;
  left: -15px;
}

.supply-prosess-box .title_27 {
  margin: 0 0 68px 17px;
}

.supply-prosess-box .col2 {
  display: flex;
  justify-content: center;
  gap: 107px;
}

.supply-prosess-box .col2 .col-box {
  width: 360px;
}

.supply-prosess-box p {
  width: 100%;
  min-height: 90px;
  margin: 0 0 38px;
  font-size: 21px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.52;
}

.supply-prosess-box img {
  display: block;
  width: 220px;
  height: 220px;
  object-fit: contain;
  margin: 0 auto;
}

/* asanoha */
.contents-asanoha .mv {
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
}

.asanoha-mv-logo-wrap {
  display: grid;
  justify-content: center;
  justify-items: center;
  gap: 66px;
  position: absolute;
  top: 178px;
  left: calc(50% - 170px);
  z-index: 10;
}

.asanoha-mv-logo-img img {
  display: block;
  width: 340px;
  height: 294px;
  object-fit: contain;
}

.asanoha-mv-logo-txt {
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1.7;
}

.asanoha-mv-img img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}

.asanoha-container-01 {
  padding: 120px 0 116px;
}

.asanoha-container-01-title {
  margin: 0 0 72px;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.9;
  position: relative;
}

.asanoha-container-02 {
  display: grid;
  gap: 38px;
}

.asanoha-02-column {
  display: grid;
  grid-template-columns: 43% 1fr;
  gap: 80px;
  position: relative;
}

.asanoha-02-column-img {
  height: 100%;
}

.asanoha-02-column-img.colum-img2 {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
}

.asanoha-02-column-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.asanoha-02-column-txt {
  width: 590px;
  padding: 118px 15px 129px;
}

.asanoha-02-column:nth-of-type(even) {
  grid-template-columns: 1fr 43%;
}

.asanoha-02-column:nth-of-type(even) .asanoha-02-column-txt {
  order: -1;
  display: grid;
  justify-self: end;
}

.asanoha-container-03 {
  padding: 141px 0 79px;
}

.asanoha-container-03 .small-container {
  justify-content: center;
  justify-items: center;
  margin-bottom: 61px;
}

#asanoha-gallery {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#asanoha-gallery .swiper-wrapper {
  align-items: center;
}

#asanoha-gallery .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 410px;
  height: 320px;
  overflow: visible;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

.asanoha-gallery-img {
  width: 410px;
  height: 320px;
  padding: 0 5px;
}

.asanoha-gallery-img img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
}

#asanoha-gallery-prev,
#asanoha-gallery-next {
  position: absolute;
  z-index: 10;
  top: 144px;
}

#asanoha-gallery-prev {
  left: 90px;
}

#asanoha-gallery-next {
  right: 90px;
}

.asanoha-container-04 {
  padding: 115px 0 149px;
}

.asanoha-container-04 .small-container {
  justify-content: center;
  justify-items: center;
  margin-bottom: 61px;
}

.asanoha-04-col2-container {
  display: grid;
  gap: 60px;
  align-items: center;
  max-width: 1070px;
  margin: 0 auto;
}

.asanoha-04-col2-container .col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

.asanoha-04-col2-img {
  margin: 0 auto;
  padding: 0 26px;
}

.asanoha-04-col2-container .col-box {
  display: grid;
  justify-content: center;
}

.asanoha-04-col2-container .col2:nth-of-type(even) .col-box {
  order: -1;
}

.asanoha-04-col2-txt {
  display: grid;
  justify-items: center;
  width: 400px;
}

.asanoha-04-col2-txt p {
  font-size: 14px;
}

/* social-contribution-activities */
.social-container-01 {
  padding: 84px 0 83px;
}

.social-container-02 {
  padding: 146px 0 120px;
}

.social-numlist {
  display: grid;
  gap: 150px;
}

.social-numlist li {
  padding: 89px 42px 0 0;
  position: relative;
}

.social-numlist li:nth-of-type(even) {
  padding: 89px 0 0 42px;
}

.social-numlist li img {
  display: block;
  width: 500px;
  height: auto;
  border-radius: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 0;
  right: 0;
}

.social-numlist li:nth-of-type(even) img {
  right: auto;
  left: 0;
}

.social-numlist-txt-wrap {
  display: grid;
  max-width: 930px;
  background-color: #EFEFEF;
  padding: 20px;
}

.social-numlist li:nth-of-type(even) .social-numlist-txt-wrap {
  justify-self: end;
}

.social-numlist-num {
  display: grid;
  color: #534F4E;
  font-family: apercu-medium-pro, Apercu;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 8px;
}

.social-numlist li:nth-of-type(even) .social-numlist-num {
  justify-self: end;
}

.social-numlist-txt {
  width: 518px;
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 44px 86px 44px 52px;
}

.social-numlist li:nth-of-type(even) .social-numlist-txt {
  display: grid;
  justify-self: end;
  padding: 44px 52px 44px 86px;
}

.social-numlist-txt p {
  font-size: 15px;
  line-height: 1.8;
}

/*Triporous*/
.contents-triporous .mv {
  position: relative;
}

.triporous-mv-img {
  height: 560px;
}

.triporous-mv-img img {
  width: 100%;
  height: 560px;
  object-fit: cover;
}

.triporous-mv-logo {
  width: 320px;
  position: absolute;
  top: 176px;
  left: calc(50% - 160px);
}

.triporous-container-01 {
  padding: 126px 0 61px;
}

.triporous-container-02 {
  padding: 185px 0 24px;
}

.triporous-container-02 .container {
  display: grid;
  justify-items: center;
}

.triporous-02-first-img {
  display: grid;
  justify-items: end;
  margin: 62px 0 41px;
  width: 615px;
}

.triporous-02-first-img img {
  display: block;
  margin: 0 0 41px;
}

.triporous-link a {
  background-color: transparent;
  border: 1px solid #FFFFFF;
}

.triporous-link .sus-map-btn::after {
  width: 16px;
  height: 12px;
  background-image: url(../img/sustainability/ico-newwindow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.triporous-container-03 {
  padding: 0 0 131px;
}

.triporous-container-03 * {
  color: #FFFFFF;
}

#triporous-gallery {
  width: 100%;
  height: 650px;
  overflow: hidden;
  position: relative;
}

#triporous-gallery .swiper-slide {
  width: 100%;
  height: 650px;
  position: relative;
}

.triporous-gallery-img img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}

.triporous-gallery-inner {
  display: grid;
  justify-content: end;
  padding: 179px 0 0;
  width: 1002px;
  height: 650px;
  position: absolute;
  top: 0;
  left: calc(50% - 501px);
}

.triporous-gallery-txt {
  width: 420px;
  height: fit-content;
}

.triporous-gallery-num {
  margin: 0 0 11px;
  font-family: apercu-medium-pro, Apercu;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}

.triporous-gallery-num-title {
  margin: 0 0 25px;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.7;
}

.triporous-gallery-txt p {
  margin: 0 0 25px;
  sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  letter-spacing: 1.8;
}

.triporous-container-04 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

.triporous-04-img {
  padding: 0 0 55px;
}

.triporous-04-img img {
  width: calc(100% - 95px);
  height: 100%;
  object-fit: contain;
}

.triporous-04-txt {
  display: grid;
  gap: 80px;
  align-content: start;
  align-items: start;
  padding: 0 44px 208px 0;
  width: 465px;
}


/* 構築用・完成時削除 */
/*
@font-face {
  font-family: 'apercu-medium-pro';
  src: url('../font/apercu/apercu-medium-pro.woff2') format('woff2'),
      url('../font/apercu/apercu-medium-pro.woff') format('woff'),
      url('../font/apercu/apercu-medium-pro.ttf') format('truetype');
}*/