@media print, (min-width: 768px) {
  .button-primary::after {
    position: absolute;
    content: "";
    background: url(../images/common/ico_arrow_right.svg) center/contain no-repeat;
    right: 2.2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.7rem;
    height: 1.25rem;
    pointer-events: none;
    opacity: 1;
    transition: all 0.3s ease;
  }
  .button-primary::before {
    position: absolute;
    content: "";
    background: url(../images/common/ico_arrow_right_hover.svg) center/contain no-repeat;
    right: 2.2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.7rem;
    height: 1.24rem;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease;
  }
  .button-primary:hover {
    background: #7d5a46;
  }
  .button-primary:hover::before {
    opacity: 1;
  }
  .button-primary:hover::after {
    opacity: 0;
  }
}
@media print, (min-width: 768px) {
  .section-common-keyvisual {
    padding: 6rem 0 1.3rem;
  }
  .section-common-keyvisual .keyvisual-background::before {
    background: url(../images/sustainability/keyvisual_bg.png) center/cover no-repeat;
  }
  .section-common-keyvisual .keyvisual-title {
    background: url(../images/sustainability/keyvisual_title_img.png) center/256.2rem auto no-repeat;
    height: 22.4rem;
  }
  .section-common-keyvisual .keyvisual-title img {
    width: calc(100% + 2.4rem);
    margin-left: -1.4rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual .keyvisual-background::before {
    background: url(../images/sustainability/sp/keyvisual_bg.png) center/cover no-repeat;
  }
  .section-common-keyvisual .keyvisual-title img {
    width: calc(100% + min(26.93333vw, 20.2rem));
    margin-left: max(-13.6vw, -10.2rem);
  }
}
.section-top-intro {
  text-align: center;
}
.section-top-intro .intro-title {
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.7857142857;
}
.section-top-intro .intro-list {
  padding-left: 0;
  list-style-type: none;
}
.section-top-intro .intro-item {
  text-align: center;
}
.section-top-intro .intro-item a {
  display: block;
}
.section-top-intro .item-title {
  font-weight: 700;
}
.section-top-intro .item-title .is-japan {
  letter-spacing: 0.04em;
  line-height: 1.8;
  display: block;
}
.section-top-intro .item-title .is-english {
  letter-spacing: 0.04em;
}

@media print, (min-width: 768px) {
  .section-top-intro {
    padding: 6rem 0;
  }
  .section-top-intro.is-movie .wrapper-inner {
    position: relative;
  }
  .section-top-intro.is-movie .wrapper-inner::after {
    position: absolute;
    left: 50%;
    top: -6rem;
    transform: translateX(-50%);
    display: block;
    content: "";
    width: 90%;
    height: 1px;
    background-color: #C0C0C0;
  }
  .section-top-intro.is-movie .intro-item {
    width: 100%;
  }
  .section-top-intro .intro-title {
    font-size: 2.8rem;
    margin-bottom: 3.7rem;
  }
  .section-top-intro .intro-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 89.2rem;
    margin: 0 auto;
    justify-content: center;
  }
  .section-top-intro .intro-item {
    position: relative;
    width: calc(33.33% - 10rem);
    margin: 0 5rem 0;
  }
  .section-top-intro .intro-item::after {
    position: absolute;
    right: -5rem;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #C0C0C0;
  }
  .section-top-intro .intro-item:last-child::after {
    display: none;
  }
  .section-top-intro .item-image {
    max-width: 17.8rem;
    margin: 0 auto 1.8rem;
  }
  .section-top-intro .item-title {
    font-size: 2.24rem;
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .section-top-intro .item-title .is-japan {
    font-size: 2.8rem;
    margin-bottom: -0.5rem;
  }
  .section-top-intro .item-title .is-english {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .section-top-intro .item-title .is-japan {
    font-size: 1.8rem;
  }
  .section-top-intro .item-title .is-english {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-intro {
    padding: min(8.53333vw, 6.4rem) 0 min(4.13333vw, 3.1rem);
  }
  .section-top-intro.is-movie {
    padding-top: 0;
  }
  .section-top-intro.is-movie .wrapper-inner {
    position: relative;
  }
  .section-top-intro.is-movie .wrapper-inner::after {
    position: absolute;
    left: 50%;
    top: -3rem;
    transform: translateX(-50%);
    display: block;
    content: "";
    width: 90%;
    height: 1px;
    background-color: #C0C0C0;
  }
  .section-top-intro.is-movie .intro-item a {
    display: block;
    padding: 0;
  }
  .section-top-intro.is-movie .item-image {
    margin-left: auto;
    margin-right: auto;
  }
  .section-top-intro .wrapper-inner {
    padding: 0 min(5.06667vw, 3.8rem);
  }
  .section-top-intro .intro-title {
    font-size: min(5.33333vw, 4rem);
    margin-bottom: min(6.4vw, 4.8rem);
  }
  .section-top-intro .intro-item {
    margin-bottom: min(3.46667vw, 2.6rem);
  }
  .section-top-intro .intro-item a {
    padding: 0 0 min(4.26667vw, 3.2rem) min(8.66667vw, 6.5rem);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid silver;
  }
  .section-top-intro .intro-item:last-child a {
    border-bottom: none;
  }
  .section-top-intro .item-image {
    width: min(23.73333vw, 17.8rem);
    flex-basis: 30%;
  }
  .section-top-intro .item-image img {
    width: 100%;
  }
  .section-top-intro .item-title {
    margin-bottom: 0;
    margin-top: min(4.66667vw, 3.5rem);
    font-size: min(5.97333vw, 4.48rem);
    min-width: min(29.06667vw, 21.8rem);
    flex-basis: 70%;
  }
  .section-top-intro .item-title .is-japan {
    font-size: min(4.66667vw, 3.5rem);
    margin-bottom: max(-2.8vw, -2.1rem);
  }
  .section-top-intro .item-title .is-english {
    font-size: min(2.66667vw, 2rem);
  }
}
.section-common-field.is-movie {
  position: relative;
  text-align: center;
  padding-top: 6.3rem;
  padding-bottom: 6.3rem;
  margin-bottom: 0;
  color: #fff;
  background-color: #64afc3;
}
.section-common-field.is-movie::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-500px);
  display: block;
  content: "";
  width: 300px;
  height: 300px;
  background-position: top 10%;
  background-repeat: no-repeat;
  background-image: url(../images/sustainability/movie_bg_01.png);
}
.section-common-field.is-movie .field-content {
  display: block;
  background-color: transparent;
}
.section-common-field.is-movie .field-list {
  margin-bottom: 0;
}
.section-common-field.is-movie .field-item button,
.section-common-field.is-movie .field-item a {
  position: relative;
  display: block;
  overflow: hidden;
}
.section-common-field.is-movie .field-item button::after,
.section-common-field.is-movie .field-item a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-size: 50px 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/sustainability/movie_icon_01.png);
}
.section-common-field.is-movie .field-item button img,
.section-common-field.is-movie .field-item a img {
  transition: transform 0.7s cubic-bezier(0.33, 1, 0.68, 1);
}
.section-common-field.is-movie .field-item button:hover img,
.section-common-field.is-movie .field-item a:hover img {
  transform: scale(1.05);
  transition: transform 0.7s cubic-bezier(0.33, 1, 0.68, 1);
}
.section-common-field .field-content {
  background: #64afc3;
  overflow: hidden;
}
.section-common-field .field-image {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.section-common-field .field-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.33, 1, 0.68, 1);
}
.section-common-field .field-detail {
  color: #fff;
  position: relative;
  z-index: 1;
}
.section-common-field .field-detail::before {
  position: absolute;
  content: "";
  background: center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
}
.section-common-field .field-title {
  font-weight: 700;
}
.section-common-field .field-title .is-english {
  display: block;
  letter-spacing: 0.04em;
}
.section-common-field .field-title .is-japan {
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.section-common-field .field-text {
  line-height: 2;
  font-weight: 500;
  margin-bottom: 0;
}
.section-common-field .field-list {
  padding-left: 0;
  list-style-type: none;
}
.section-common-field .item-image {
  overflow: hidden;
}
.section-common-field .item-title {
  font-weight: 700;
  line-height: 2;
}
.section-common-field .item-text {
  font-weight: 500;
  margin-bottom: 0;
  text-align: justify;
  line-height: 1.8;
}
.section-common-field .field-button {
  text-align: center;
}

@media print, (min-width: 768px) {
  .section-common-field {
    padding: 0 2rem;
    margin-bottom: 12.2rem;
  }
  .section-common-field .field-inner {
    max-width: 120rem;
    margin: 0 auto;
  }
  .section-common-field .field-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -2rem 4.3rem;
  }
  .section-common-field .field-image {
    max-width: 72rem;
    margin-right: 6rem;
    width: 60vw;
    height: 30vw;
    max-height: 36rem;
  }
  .section-common-field .field-detail {
    padding-top: 1.5rem;
  }
  .section-common-field .field-title {
    margin-bottom: 2.5rem;
    font-size: 2.52rem;
  }
  .section-common-field .field-title .is-english {
    font-size: 1.5rem;
    margin-bottom: 0.4rem;
  }
  .section-common-field .field-title .is-japan {
    font-size: 2.8rem;
  }
  .section-common-field .field-text {
    font-size: 1.6rem;
  }
  .section-common-field .field-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -2.4rem 6.3rem;
  }
  .section-common-field .field-item {
    width: calc(33.33% - 4.8rem);
    margin: 0 2.4rem;
  }
  .section-common-field .item-image {
    max-width: 31rem;
    margin-bottom: 2.5rem;
    border-radius: 0.8rem;
  }
  .section-common-field .item-title {
    font-size: 2rem;
    letter-spacing: 0.02em;
    margin-bottom: 1.2rem;
  }
  .section-common-field .item-text {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .section-common-field .field-title {
    margin-bottom: 0;
    line-height: 0;
  }
  .section-common-field .field-text {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-field {
    margin-bottom: min(16vw, 12rem);
  }
  .section-common-field.is-movie::before {
    position: absolute;
    top: 0;
    left: 0;
    transform: none;
    display: block;
    content: "";
    width: 40vw;
    height: 40vw;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/sustainability/sp/movie_bg_01.png);
  }
  .section-common-field.is-movie .field-detail {
    padding-left: min(10.66667vw, 8rem);
    padding-right: min(10.66667vw, 8rem);
  }
  .section-common-field.is-movie .field-text {
    text-align: left;
  }
  .section-common-field.is-movie .field-item button::after,
.section-common-field.is-movie .field-item a::after {
    width: 100%;
    height: 100%;
    background-size: 12vw 12vw;
    background-image: url(../images/sustainability/sp/movie_icon_01.png);
  }
  .section-common-field .field-content {
    margin-bottom: min(10.66667vw, 8rem);
    padding-top: min(7.2vw, 5.4rem);
    padding-bottom: min(6.93333vw, 5.2rem);
  }
  .section-common-field .field-image {
    width: 100%;
    height: min(53.33333vw, 40rem);
    margin-bottom: min(6vw, 4.5rem);
  }
  .section-common-field .field-detail {
    padding: 0 min(5.06667vw, 3.8rem);
  }
  .section-common-field .field-title {
    margin-bottom: min(2.26667vw, 1.7rem);
    padding-left: min(0.26667vw, 0.2rem);
  }
  .section-common-field .field-title .is-english {
    font-size: min(2.66667vw, 2rem);
  }
  .section-common-field .field-title .is-japan {
    font-size: min(4.66667vw, 3.5rem);
  }
  .section-common-field .field-text {
    font-size: min(3.73333vw, 2.8rem);
    line-height: 1.8571428571;
  }
  .section-common-field .field-list {
    margin-bottom: min(6.66667vw, 5rem);
  }
  .section-common-field .field-item {
    margin-bottom: min(14vw, 10.5rem);
  }
  .section-common-field .item-image {
    width: min(78.66667vw, 59rem);
    margin-bottom: min(5.86667vw, 4.4rem);
    border-radius: min(1.06667vw, 0.8rem);
  }
  .section-common-field .item-title {
    font-size: min(4.4vw, 3.3rem);
    margin-left: max(-0.26667vw, -0.2rem);
    letter-spacing: -0.05em;
    margin-bottom: min(4vw, 3rem);
  }
  .section-common-field .item-text {
    font-size: min(3.73333vw, 2.8rem);
    line-height: 1.9642857143;
  }
}
@media print, (min-width: 768px) {
  .section-common-field.is-environment .field-detail {
    width: 33.4rem;
    margin-right: 6rem;
  }
  .section-common-field.is-environment .field-detail::before {
    background-image: url(../images/sustainability/field_decor_img_01.png);
    width: 26.4rem;
    height: 25.7rem;
    right: -15rem;
    bottom: -10.4rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-field.is-environment .field-detail::before {
    background-image: url(../images/sustainability/sp/field_decor_img_01.png);
    width: min(39.2vw, 29.4rem);
    height: min(38.13333vw, 28.6rem);
    right: max(-8.53333vw, -6.4rem);
    bottom: max(-12.8vw, -9.6rem);
  }
}
@media print, (min-width: 768px) {
  .section-common-field.is-social {
    margin-bottom: 10rem;
  }
  .section-common-field.is-social .field-detail {
    width: 36.4rem;
    margin-right: 3rem;
  }
  .section-common-field.is-social .field-detail::before {
    background-image: url(../images/sustainability/field_decor_img_02.png);
    width: 26.4rem;
    height: 27.1rem;
    right: -10.4rem;
    bottom: -11.6rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-field.is-social .field-detail::before {
    background-image: url(../images/sustainability/sp/field_decor_img_02.png);
    width: min(39.2vw, 29.4rem);
    height: min(40.26667vw, 30.2rem);
    right: max(-8.13333vw, -6.1rem);
    bottom: max(-13.06667vw, -9.8rem);
  }
}
@media print, (min-width: 768px) {
  .section-common-field.is-social .field-content {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .section-common-field.is-social .field-image {
    margin-right: 0;
    margin-left: 1rem;
  }
  .section-common-field.is-social .field-detail {
    margin-left: 6rem;
    margin-right: 3rem;
    width: 42rem;
  }
  .section-common-field.is-social .field-detail::before {
    background-image: url(../images/sustainability/field_decor_img_02.png);
    width: 27.4rem;
    height: 26.3rem;
    right: -7.7rem;
    bottom: -10.6rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-field.is-governance .field-detail::before {
    background-image: url(../images/sustainability/sp/field_decor_img_03.png);
    width: min(40.53333vw, 30.4rem);
    height: min(38.93333vw, 29.2rem);
    right: max(-7.73333vw, -5.8rem);
    bottom: max(-12.13333vw, -9.1rem);
  }
}
@media print, (min-width: 768px) {
  .section-common-field.is-governance {
    margin-bottom: 10rem;
  }
  .section-common-field.is-governance .field-detail {
    width: 36.4rem;
    margin-right: 3rem;
  }
  .section-common-field.is-governance .field-detail::before {
    background-image: url(../images/sustainability/field_decor_img_03.png);
    width: 26.4rem;
    height: 27.1rem;
    right: -10.4rem;
    bottom: -11.6rem;
  }
}
.l-contents.is-english .section-common-field .item-title {
  line-height: 1.5em;
}
.l-contents.is-english .section-common-field .item-text {
  text-align: left;
}

@media print, (min-width: 768px) {
  .l-contents.is-english .section-top-intro .item-title {
    white-space: nowrap;
  }
  .l-contents.is-english .section-common-field .field-title {
    font-size: 2.8rem;
    letter-spacing: 0;
    line-height: 1.8;
  }
  .l-contents.is-english .section-common-field .item-title {
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .l-contents.is-english .section-top-intro .intro-item a {
    justify-content: left;
  }
  .l-contents.is-english .section-top-intro .item-title {
    margin-left: 3vw;
    margin-top: 9vw;
    white-space: nowrap;
    font-size: 5vw;
  }
  .l-contents.is-english .section-common-field .item-title {
    letter-spacing: 0;
  }
}
.modal {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #00000099;
  display: none;
}
.modal.open {
  display: block !important;
}
.modal.opened .modal__container {
  opacity: 1;
  transition: opacity 1000ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.modal__button {
  position: absolute;
  right: -50px;
  top: 0;
  display: block;
  overflow: hidden;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  transition: all 500ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #666;
}
.modal__button:before {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translate(-50%, -50%) rotate(-60deg);
  display: block;
  content: "";
  width: 1px;
  height: 25px;
  background-color: #F8B500;
}
.modal__button:after {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translate(-50%, -50%) rotate(60deg);
  display: block;
  content: "";
  width: 1px;
  height: 25px;
  background-color: #F8B500;
}
.modal__button2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal__container {
  opacity: 0;
}
.modal__container2 {
  position: absolute;
  top: 50px;
  left: 0;
  display: none;
  width: 100vw;
  height: calc(100vh - 50px);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}
.modal__container2.open {
  display: block !important;
}

.modal-movie {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 100px);
  max-width: 1200px;
  aspect-ratio: 1200/675;
}
.modal-movie__iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767.98px) {
  .modal {
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #00000099;
    display: none;
  }
  .modal.open {
    display: block !important;
  }
  .modal.opened .modal__container {
    opacity: 1;
    transition: opacity 1000ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .modal__button {
    position: absolute;
    right: 0;
    top: vw(-50, 750);
    display: block;
    overflow: hidden;
    width: vw(50, 750);
    height: vw(50, 750);
    text-indent: vw(-9999, 750);
    transition: all 500ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
    background-color: #666;
  }
  .modal__button:before {
    position: absolute;
    top: 50%;
    right: vw(25, 750);
    transform: translate(-50%, -50%) rotate(-60deg);
    display: block;
    content: "";
    width: vw(1, 750);
    height: vw(25, 750);
    background-color: #F8B500;
  }
  .modal__button:after {
    position: absolute;
    top: 50%;
    right: vw(25, 750);
    transform: translate(-50%, -50%) rotate(60deg);
    display: block;
    content: "";
    width: vw(1, 750);
    height: vw(25, 750);
    background-color: #F8B500;
  }
  .modal__button2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .modal__container {
    opacity: 0;
  }
  .modal__container2 {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }
  .modal__container2.open {
    display: block !important;
  }

  .modal-movie {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    aspect-ratio: 1280/720;
  }
  .modal-movie__iframe {
    width: 100%;
    height: 100%;
  }
}
