.main {
  background: url("/assets/img/en/sustainability/top/main_bg.png") no-repeat right 85% top -35px;
}
@media (max-width: 767px) {
  .main {
    background-position: right -145px top -10rem;
    background-size: 200%;
  }
}

.inner {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .underlayer {
    padding-top: 50px;
  }
}

.headline__giantarea {
  margin: 0 auto 23rem;
}
@media (max-width: 768px) {
  .headline__giantarea {
    margin: 0 auto 0;
  }
}

.sustainability__button--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .sustainability__button {
    width: 100%;
  }
}
.sustainability__section {
  margin: 120px auto;
}
@media (max-width: 767px) {
  .sustainability__section {
    margin: 80px auto 60px;
  }
}
.sustainability__section .btn__arrow:after {
  right: inherit;
  left: 0;
}
.sustainability__list {
  padding: 80px 0px;
  background-color: white;
}
@media (max-width: 767px) {
  .sustainability__list {
    padding: 60px 0px;
  }
}
.sustainability__list .btn__inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .sustainability__list .thumbnailbtn {
    width: 30.66%;
    margin: 0 !important;
  }
}
.sustainability__list .btn__arrow:after {
  right: inherit;
  left: 0;
}

.headline__giant--small {
  font-size: 2.4rem;
}

.btn__inner:not(:last-child) {
  margin: 0 auto 4%;
}
.btn__inner.btn__inner__3column {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.btn__inner.btn__inner__3column .thumbnailbtn {
  width: 32%;
}
@media (max-width: 768px) {
  .btn__inner.btn__inner__3column .thumbnailbtn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .btn__inner.btn__inner__3column .thumbnailbtn:not(:nth-child(2n)) {
    margin: 0 0 0 0;
  }
}
@media (min-width: 768px) {
  .btn__inner.btn__inner__3column .thumbnailbtn:not(:nth-child(-n+2)) {
    margin: 0 0 0;
  }
}
@media (min-width: 768px) {
  .btn__inner.btn__inner__3column .thumbnailbtn:not(:nth-child(-n+2)):not(:nth-child(2n)) {
    margin: 0 0 0 0;
  }
}
@media (max-width: 767px) {
  .btn__inner.btn__inner__3column .thumbnailbtn:first-child {
    margin: 3rem 0 0;
  }
}
@media (min-width: 768px) {
  .btn__inner.btn__inner__3column .thumbnailbtn:not(:last-child) {
    margin: 0 0 0 0;
  }
}
@media (max-width: 767px) {
  .btn__inner.btn__inner__3column .thumbnailbtn:not(:last-child) {
    margin-bottom: 3rem;
  }
}

.sustainability__contentItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 115px;
}
@media (max-width: 767px) {
  .sustainability__contentItems {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 1.2rem;
    margin-top: 5rem;
  }
}

.sustainability__contentItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 24%;
}
@media (max-width: 767px) {
  .sustainability__contentItem {
    width: 48%;
  }
}

.sustainability__contentImg {
  position: relative;
}
.sustainability__contentImg img {
  vertical-align: bottom;
}
.sustainability__contentImgText {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0 0.5em;
  font-size: 20px;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .sustainability__contentImgText {
    font-size: 1.5rem;
  }
}

.sustainability__linkItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  height: 100%;
  padding: 40px;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}
@media (max-width: 767px) {
  .sustainability__linkItems {
    min-height: 250px;
    padding: 2.5rem 1.875rem;
  }
}

.sustainability__linkItem {
  text-align: left;
}
@media (max-width: 767px) {
  .sustainability__linkItem {
    font-size: 1.1rem;
  }
}

.future {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1296px;
  padding: 40px;
  margin: 100px auto 80px;
  background-color: white;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .future {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 16px);
    padding: 0px 0px 32px;
    margin: 100px auto 48px;
  }
}
.future__image {
  width: 100%;
  max-width: 640px;
}
@media (max-width: 767px) {
  .future__image {
    width: 100%;
    max-width: 100%;
  }
}
.future__texts {
  width: 100%;
  max-width: 527px;
  margin: 18px 0px 0px 48px;
}
@media (max-width: 767px) {
  .future__texts {
    width: calc(100% - 48px);
    margin: 27px auto 0px;
  }
}
.future__text--english {
  font-family: "GeneralSans-Medium", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #004098;
}
@media (max-width: 767px) {
  .future__text--english {
    font-size: 13px;
    line-height: 1.846;
  }
}
.future__text--title {
  margin: 16px 0px 32px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.438;
}
@media (max-width: 767px) {
  .future__text--title {
    margin: 8px 0px 16px;
    font-size: 20px;
    line-height: 1.25;
  }
}
.future__text--description {
  margin-bottom: 44px;
  font-size: 16px;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .future__text--description {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.5;
  }
}
.future__btn {
  row-gap: 15px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 100%;
  margin: 0px;
}
.future__btn .btn--small {
  min-width: 250px;
}

.promote__text {
  margin: 32px 0px 64px;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}
@media (max-width: 767px) {
  .promote__text {
    margin: 32px 0px 32px;
    text-align: left;
  }
}
.promote__list {
  background-color: white;
  border-radius: 8px;
}
.promote__list--text {
  margin-bottom: 16px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .promote__list--text {
    margin-bottom: 24px;
  }
}

.initiatives__list {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .initiatives__list {
    margin-bottom: 32px;
  }
}

.performance {
  margin: -3.6rem 0 6.4rem;
}
@media (max-width: 767px) {
  .performance {
    margin: -0.8rem 0 4rem;
  }
}
.performance .swiper-slide {
  width: 224px;
}
@media (max-width: 767px) {
  .performance .swiper-slide {
    width: 112px;
  }
}

.external__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 64px auto 48px;
}
@media (max-width: 767px) {
  .external__logos {
    margin: 32px auto 24px;
  }
}
.external__text {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}
@media (max-width: 767px) {
  .external__text {
    font-size: 14px;
    line-height: 2;
  }
}

.movie__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.movie__item {
  width: 100%;
  max-width: 800px;
  height: auto;
  max-height: 450px;
  aspect-ratio: 16/9;
}

.sustainability__news {
  padding: 56px 80px;
  margin: 0 0 2rem;
  background: #fff;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .sustainability__news {
    padding: 20px 16px;
  }
}
.sustainability__news__wrap {
  max-width: 1200px;
  padding: 148px 0 0;
  margin: -148px auto 0;
}
@media (max-width: 767px) {
  .sustainability__news__wrap {
    padding: 117px 0 0;
    margin: -117px 0 0;
  }
}
.sustainability__news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 20px;
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2017%209%22%20style%3D%22enable-background%3Anew%200%200%2017%209%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23224584%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22_%22%20transform%3D%22translate(0.5%200.707)%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M12%2C8.3c-0.1%2C0-0.2%2C0-0.3-0.1c-0.2-0.2-0.2-0.5%2C0-0.7l3.5-3.6l-3.5-3.6c-0.2-0.2-0.2-0.5%2C0-0.7s0.5-0.2%2C0.7%2C0%20l4.2%2C4.4l-4.2%2C4.4C12.2%2C8.2%2C12.1%2C8.3%2C12%2C8.3z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M15%2C4.3H0c-0.3%2C0-0.5-0.2-0.5-0.5S-0.3%2C3.3%2C0%2C3.3H15c0.3%2C0%2C0.5%2C0.2%2C0.5%2C0.5S15.3%2C4.3%2C15%2C4.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 96% 50%/16px 8px;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 768px) {
  .sustainability__news__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .sustainability__news__list {
    position: relative;
    background: none;
  }
  .sustainability__news__list::after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 1em;
    height: 1em;
    font-size: 32px;
    content: "";
    background: #004098 url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22PC_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%20style%3D%22enable-background%3Anew%200%200%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23004098%3B%7D%20.st1%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_17268%22%20class%3D%22st0%22%20d%3D%22M20%2C0L20%2C0c11%2C0%2C20%2C9%2C20%2C20l0%2C0c0%2C11-9%2C20-20%2C20l0%2C0C9%2C40%2C0%2C31%2C0%2C20l0%2C0C0%2C9%2C9%2C0%2C20%2C0z%22%2F%3E%3Cg%20id%3D%22_%22%20transform%3D%22translate(11%2016.601)%22%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M13.6%2C7.3c-0.1%2C0-0.3%2C0-0.4-0.1c-0.2-0.2-0.2-0.5%2C0-0.7l3-3l-3-3c-0.2-0.2-0.2-0.5%2C0-0.7s0.5-0.2%2C0.7%2C0%20l3.8%2C3.8L14%2C7.2C13.9%2C7.3%2C13.7%2C7.3%2C13.6%2C7.3z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M17%2C3.9H0c-0.3%2C0-0.5-0.2-0.5-0.5S-0.3%2C2.9%2C0%2C2.9h17c0.3%2C0%2C0.5%2C0.2%2C0.5%2C0.5S17.3%2C3.9%2C17%2C3.9z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center/contain;
    border-radius: 1em;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.sustainability__news__list:not(:last-child) {
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  .sustainability__news__date {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 767px) {
  .sustainability__news__date {
    font-size: 1.6rem;
  }
}
.sustainability__news__category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 120px;
  height: 24px;
  padding: 0 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  background: #004098;
  border-radius: 12px;
}
[lang=en] .sustainability__news__category {
  width: 150px;
}
.sustainability__news__link {
  display: block;
  color: #004098;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .sustainability__news__link {
    width: calc(100% - 282px);
  }
}
@media (max-width: 767px) {
  .sustainability__news__link {
    width: 100%;
    margin: 1rem 4rem 0 0;
  }
}

.sustainability__news__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .sustainability__news__head a {
    display: none;
  }
}

.sustainability__news__foot {
  display: none;
}
@media (max-width: 767px) {
  .sustainability__news__foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

.activities .thumbnailcard__pattern2:after {
  display: none !important;
}
.activities .thumbnailcard__pattern2:nth-child(-n+3) {
  margin-top: 0;
}
.activities .thumbnailcard__pattern2headline {
  width: 100%;
}
