.p-sustainability .c-img-archive__head {
  background-image: url(../../img/sustainability/head_visual_pc.webp);
}

.p-sustainability .archive__pager {
  padding-top: 45px;
  padding-bottom: 90px;
}

.p-sustainability .introduction__title {
  color: #000000;
  text-shadow: none;
}

.p-sustainability .introduction__catch {
  color: #000000;
  text-shadow: none;
}

.p-sustainability .detail {
  padding-top: 25px;
  padding-bottom: 70px;
}

.p-sustainability .detail .c-title--rhombus {
  color: #ffffff;
}

.p-sustainability .detail .c-title--rhombus::after {
  background-image: url(../../img/sustainability/sustainability_title_rhombus_gray.webp);
}

.p-sustainability .detail__container {
  padding-top: 40px;
}

.p-sustainability .detail__inner {
  position: relative;
  z-index: 1;
}

.p-sustainability .detail__logo {
  width: 280px;
}

.p-sustainability .detail__item {
  margin: 80px 0 0;
  display: flex;
  position: relative;
}

.p-sustainability .detail__item::after {
  content: "";
  display: block;
  width: 1920px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  background-blend-mode: multiply;
}

.p-sustainability .detail__item:nth-of-type(2) {
  padding-bottom: 300px;
}

.p-sustainability .detail__item:nth-of-type(2)::after {
  height: 490px;
  background-image: url(../../img/sustainability/sustainability_bg1.webp);
}

.p-sustainability .detail__item:nth-of-type(3) {
  padding-bottom: 340px;
}

.p-sustainability .detail__item:nth-of-type(3)::after {
  height: 380px;
  background-image: url(../../img/sustainability/sustainability_bg2.webp);
}

.p-sustainability .detail__item:nth-of-type(4) {
  padding-bottom: 370px;
}

.p-sustainability .detail__item:nth-of-type(4)::after {
  height: 400px;
  background-image: url(../../img/sustainability/sustainability_bg3.webp);
}

.p-sustainability .detail__item:nth-of-type(5) {
  padding-bottom: 350px;
}

.p-sustainability .detail__item:nth-of-type(5)::after {
  height: 520px;
  bottom: -50px;
  background-image: url(../../img/sustainability/sustainability_bg4.webp);
}

.p-sustainability .detail__item:nth-of-type(6) {
  padding-bottom: 300px;
}

.p-sustainability .detail__item:nth-of-type(6)::after {
  height: 380px;
  bottom: -50px;
  background-image: url(../../img/sustainability/sustainability_bg5.webp);
}

.p-sustainability .detail-sdgs {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.p-sustainability .detail-sdgs__icon {
  width: 74px;
}

.p-sustainability .detail-sdgs__icon + .detail-sdgs__icon {
  margin-left: 16px;
}

.p-sustainability .detail__text {
  margin: 0 0 60px;
}

.p-sustainability .detail__content {
  width: 685px;
  margin-left: 35px;
}

.p-sustainability .detail__sub {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 60px;
}

.p-sustainability .detail__sub .detail__box {
  width: 47%;
}

.p-sustainability .detail__sub .detail__box:nth-of-type(2n) {
  margin-left: 6%;
}

.p-sustainability .detail__image img {
  border-radius: 0 0 50px 50px;
}

.p-sustainability .detail__caption {
  font-size: 2.0rem;
  line-height: 1.5;
  text-align: center;
  color: #74797a;
  margin-top: 10px;
  margin-bottom: 30px;
}

.p-sustainability .detail .detail--primary .c-title--rhombus::after {
  background-image: url(../../img/sustainability/sustainability_title_rhombus_primary.webp);
}

.p-sustainability .detail .detail--primary .detail__caption {
  color: #4db9f9;
}

.p-sustainability.p-english .introduction__title {
  color: #4db9f9;
}

@media screen and (max-width: 1039px) {
  .main {
    display: block;
  }
  .p-sustainability .detail__content {
    width: calc(100% - 315px);
  }
}

@media screen and (max-width: 767px) {
  .main {
    display: block;
  }
  .p-sustainability .c-img-archive__head {
    background-image: url(../../img/sustainability/head_visual_sp.webp);
  }
  .p-sustainability .detail__logo {
    margin: 0 auto;
  }
  .p-sustainability .detail__item {
    margin: 40px 0 80px;
    display: block;
  }
  .p-sustainability .detail__content {
    width: 100%;
    margin: -120px auto 0;
  }
  .p-sustainability .detail__main {
    position: relative;
    z-index: 1;
  }
  .p-sustainability .detail__sub {
    display: block;
  }
  .p-sustainability .detail__sub .detail__box {
    width: 100%;
  }
  .p-sustainability .detail__sub .detail__box + .detail__box {
    margin-top: 60px;
    margin-left: 0;
  }
  .p-sustainability .detail.idea {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 360px) {
  .main {
    display: block;
  }
  .p-sustainability .detail__text {
    padding: 0 4%;
  }
}
