@charset "UTF-8";
:root {
  --font-mincho: "游明朝", "Yu Mincho", yumincho, "Hiragino Mincho Pro", serif;
  --main-color: #5876aa;
}
#sustainability picture {
  height: 100%;
  display: block;
  min-height: inherit;
}
#sustainability picture img {
  height: 100%;
  width: 100%;
  min-height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
#sustainability .p-sus-corner-list .c-list-headline > dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#sustainability .p-block img {
  width: 100%;
}
.p-sus-sns {
  padding: 24px 64px 28px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin-bottom: 64px;
}
.p-sus-sns h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #000b28;
}
.p-sus-sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-sus-sns-list a {
  color: #333;
  font-weight: 500;
  font-size: 2rem;
  position: relative;
}
.p-sus-sns-list a::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-left: 23px;
}
.p-sus-sns-list .instagram a::after {
  width: 36px;
  height: 36px;
  background-image: url(../../sustainability/img/ico_instagram.webp);
  vertical-align: middle;
}
.p-sus-sns-list .youtube a::after {
  width: 46px;
  height: 32px;
  background-image: url(../../sustainability/img/ico_youtube.webp);
  vertical-align: middle;
}
.p-sus-return-button {
  text-align: center;
  margin: 96px auto;
}
.p-sus-return-button .c-stroke-button {
  min-width: 356px;
}
.p-sus-return-button .c-stroke-button__text {
  font-size: 1.6rem;
  font-weight: 700;
}
.p-sus-promotion .p-sus-banner {
  margin: 16px 0;
}
.p-sus-promotion .p-sus-banner .c-stroke-button {
  width: 240px;
}

@media screen and (min-width: 768px) {
  .p-sus-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .p-sus-sns-list li + li {
    margin-left: 54px;
  }
}
@media screen and (max-width: 767px) {
  #sustainability {
    font-size: 1.6rem;
  }
  #sustainability .p-block {
    padding: 24px 4.8%;
  }
  #sustainability .p-block > .c-h2 {
    line-height: 1.4;
    margin-bottom: 27px;
  }
  .p-sus-sns {
    padding: 15px;
    margin-bottom: 40px;
  }
  .p-sus-sns h3 {
    font-size: 1.8rem;
  }
  .p-sus-sns-list {
    margin-top: 16px;
  }
  .p-sus-sns-list li {
    width: 50%;
  }
  .p-sus-sns-list li:nth-of-type(even) {
    text-align: right;
  }
  .p-sus-sns-list li a {
    font-size: 1.8rem;
  }
  .p-sus-sns-list li a::after {
    margin-left: 10px;
  }
  .p-sus-sns-list .instagram a::after {
    width: 24px;
    height: 24px;
  }
  .p-sus-sns-list .youtube a::after {
    width: 34px;
    height: 24px;
  }
  .p-sus-return-button {
    margin: 50px auto;
  }
  .p-sus-return-button .c-stroke-button {
    min-width: 100%;
    min-height: 42px;
  }
  .p-sus-promotion .c-h2 {
    margin-bottom: 11px;
  }
  .p-sus-promotion .p-sus-banner .c-stroke-button {
    width: 200px;
  }
  .p-sus-promotion .p-sus-banner__detail {
    padding: 11px 19px 22px;
  }
}
.p-home-sus {
  margin-top: 68px;
  position: relative;
}
.p-home-sus-banner__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 47px 51px;
}
.p-home-sus-banner__text {
  color: #fff;
}
.p-home-sus-banner__text h3 {
  font-size: 5.6rem;
  font-weight: 900;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.9);
}
.p-home-sus-banner__text p {
  font-size: 3rem;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.9);
  line-height: 1.75;
}
.p-home-sus-button {
  margin-top: 10px;
  margin-left: 13px;
  width: 274px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  padding: 5px 10px;
  min-width: 235px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, 0.5);
}
.p-home-sus-button a {
  font-size: 1.6rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-home-sus-banner__detail {
    padding: 10px 20px;
  }
  .p-home-sus-banner__text h3 {
    font-size: 2.4rem;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.9);
  }
  .p-home-sus-banner__text p {
    font-size: 1.8rem;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.9);
  }
  .p-home-sus-button {
    margin-top: 16px;
    width: 240px;
    height: 40px;
    padding: 5px 10px;
    min-width: 235px;
    min-height: 40px;
  }
  .p-home-sus-button a {
    font-size: 1.4rem;
    color: #fff;
  }
}
#sustainability.-cornerTop .p-sus-wonder__label {
  margin-bottom: 35px;
}
.p-sus-corner-list dt {
  color: var(--main-color);
  font-weight: 700;
  font-size: 1.8rem;
}
.p-sus-pickup {
  padding: 40px 48px 12px;
}
.p-sus-pickup .p-sus-banner {
  margin: 16px 0;
}
.c-page-header__bg {
  position: relative;
  max-width: 100% !important;
}
.c-page-header__bg picture {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.c-page-header__bg.p-sus-banner {
  margin: 0;
}
.c-page-header__bg .p-sus-banner__detail {
  padding: 28px 48px;
}
.c-page-header__bg .p-sus-banner__text h3 {
  font-size: 3.2rem;
  line-height: 1.75;
}
.c-page-header__bg .p-sus-banner__text p {
  font-size: 1.8rem;
  margin-top: 23px;
}
.p-sus-intro {
  text-align: center;
  position: relative;
  z-index: 5;
}
.p-sus-intro-inner {
  background-image: url("../../sustainability/img/bg.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 106px 100px 98px;
}
.p-sus-intro__title {
  font-weight: 900;
  font-size: 4.8rem;
  color: #000b28;
  letter-spacing: 0.05em;
}
.p-sus-intro__subtitle {
  display: block;
  margin-top: 12px;
  font-size: 2.5rem;
  font-weight: 700;
  color: #5876aa;
}
.p-sus-intro-body {
  margin-top: 70px;
  font-family: var(--font-mincho) !important;
  font-weight: 500;
}
.p-sus-intro-body p {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
.p-sus-intro-body p + p {
  margin-top: 36px;
}
.p-sus-banner {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
  margin: 64px 0;
  min-height: 280px;
  font-size: 0;
}
.p-sus-banner.-overlay::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(60deg, rgba(101, 101, 101, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  mix-blend-mode: multiply;
}
.p-sus-banner .c-stroke-button {
  min-width: initial;
  width: 167px;
  min-height: 39px;
}
.p-sus-banner__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-sus-banner__text {
  color: #fff;
}
.p-sus-banner__text h3 {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.4615384615;
}
.p-sus-banner__text p {
  font-size: 1.6rem;
  margin-top: 13px;
}
.p-sus-panel__item + .p-sus-panel__item {
  margin-top: 73px;
}
.p-sus-panel__item .c-link-caret {
  margin-top: 16px;
}
.p-sus-panel__detail {
  line-height: 1.75;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-sus-panel__detail .c-link-caret a {
  font-weight: 400;
}
.p-sus-wonder__label {
  background-color: var(--main-color);
  padding: 8px 40px 11px;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 18px;
}
.p-sus-panel__title {
  margin-bottom: 28px;
}
.p-sus-panel__titleSub {
  display: block;
  margin-bottom: 11px;
  line-height: 1.625;
  font-weight: 500;
  font-size: 1.6rem;
}
.p-sus-panel__thumb {
  width: 100%;
}
.p-sus-panel__text p {
  line-height: 1.75;
}
.p-sus-panel__text p + p {
  margin-top: 26px;
}

@media screen and (min-width: 768px) {
  .l-content-body.is-detail .c-page-header__bg.p-sus-banner.-overlay_half::before {
    width: 50vw;
  }
  .c-page-header__bg::before {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .p-sus-banner__box.-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 36px;
  }
  .p-sus-banner__box.-col2 .p-sus-banner {
    width: calc(50% - 18px);
  }
  .p-sus-banner__box.-col2 .p-sus-banner .c-stroke-button {
    width: 140px;
  }
  .p-sus-banner__box.-col2 .p-sus-banner__detail {
    padding: 40px;
  }
  .p-sus-banner__box.-col2 .p-sus-banner__text h3 {
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .p-sus-panels .p-sus-panel__item.-imgLeft {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .p-sus-panels .p-sus-panel__item.-imgLeft .p-sus-panel__thumb {
    margin-right: 40px;
    margin-left: 0;
  }
  .p-sus-panel__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-sus-panel__item .c-link-caret a {
    font-size: 1.6rem;
  }
  .p-sus-panel__thumb {
    margin-left: 40px;
    max-width: 316px;
  }
  .p-sus-intro {
    margin-top: -168px;
    margin-bottom: 64px;
    padding: 0 40px;
  }
  .p-sus-intro-inner {
    padding: 108px 40px 98px;
  }
  .p-sus-banner.-overlay_half::before {
    width: 50%;
  }
  .p-sus-banner__detail {
    padding: 37px 48px 50px;
  }
  .p-sus-banner .c-stroke-button {
    z-index: 5;
    margin-top: auto;
    min-width: initial;
  }
}
@media screen and (min-width: 992px) {
  .p-sus-banner__box.-col2 {
    gap: 64px;
  }
  .p-sus-banner__box.-col2 .p-sus-banner {
    width: calc(50% - 32px);
  }
  .p-sus-banner__box.-col2 .p-sus-banner:nth-of-type(-n+2) {
    margin-top: 0;
  }
  .p-sus-banner__box.-col2 .p-sus-banner:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
  .p-sus-banner__box.-col2 .p-sus-banner__text h3 {
    font-size: 2rem;
  }
  .p-sus-panels .p-sus-panel__item.-imgLeft .p-sus-panel__thumb {
    margin-right: 64px;
    margin-left: 0;
  }
  .p-sus-intro {
    padding: 0 131px;
  }
  .p-sus-intro-inner {
    padding: 108px 100px 98px;
  }
  .p-sus-panel__thumb {
    margin-left: 64px;
    max-width: 560px;
  }
}
@media screen and (max-width: 991px) {
  .c-page-header__bg {
    height: 430px;
  }
}
@media screen and (max-width: 767px) {
  .p-sus-corner-list .c-list-headline > dt {
    padding: 11px 0 0;
    line-height: 1.75;
  }
  .p-sus-corner-list .c-list-headline > dd {
    padding: 10px 0 20px;
    line-height: 1.75;
  }
  .p-sus-banner__box.-col2 .p-sus-banner {
    margin: auto;
  }
  .p-sus-banner__box.-col2 .p-sus-banner + .p-sus-banner {
    margin-top: 32px;
  }
  .p-sus-banner {
    margin: 32px auto;
    min-height: 190px;
  }
  .p-sus-banner::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(101, 101, 101, 0.8)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(180deg, rgba(101, 101, 101, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .p-sus-banner .c-stroke-button {
    min-width: 118px;
    min-height: 30px;
    margin-top: auto;
    padding: 5px 5px;
  }
  .p-sus-banner__detail {
    padding: 13px 11px;
  }
  .p-sus-banner__text h3 {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .p-sus-banner__text p {
    margin-top: 2px;
    font-size: 1.4rem;
  }
  .p-sus-intro {
    margin-bottom: 18px;
  }
  .p-sus-intro-inner {
    padding: 46px 14px 47px;
  }
  .p-sus-intro__title {
    font-size: 2.6rem;
  }
  .p-sus-intro__subtitle {
    font-size: 1.6rem;
    margin-top: 7px;
  }
  .p-sus-intro-body {
    margin-top: 34px;
  }
  .p-sus-intro-body p {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0;
  }
  .p-sus-intro-body p + p {
    margin-top: 27px;
  }
  .p-sus-panels .p-sus-panel__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-sus-panels .p-sus-panel__item.-imgLeft {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .p-sus-panels .p-sus-panel__item.-imgLeft .p-sus-panel__thumb {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .p-sus-panel__item + .p-sus-panel__item {
    margin-top: 40px;
  }
  #sustainability.-cornerTop .p-sus-wonder__label {
    margin-bottom: 24px;
  }
  .p-sus-panel__title {
    margin-bottom: 15px;
  }
  .p-sus-panel__title h2 {
    line-height: 1.7;
    margin-bottom: 0;
  }
  .p-sus-panel__titleSub {
    margin-bottom: 5px;
  }
  .p-sus-panel__text p {
    line-height: 1.75;
  }
  .p-sus-panel__text p + p {
    margin-top: 28px;
  }
  .p-sus-panel__thumb {
    margin-top: 26px;
  }
}
.p-sus-panel__text {
  font-size: 1.6rem;
}
.p-sus-page-intro {
  padding: 48px 4.8%;
}
.p-sus-page-intro__summary,
.p-sus-page-intro__person {
  position: relative;
}
.p-sus-page-intro__summary::after,
.p-sus-page-intro__person::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #dbdbdb;
  position: absolute;
}
.p-sus-page-intro__summary h2 {
  font-size: 2.8rem;
  line-height: 1.7857142857;
  margin-bottom: 30px;
}
.p-sus-page-intro__person {
  width: 100%;
}
.p-sus-page-intro__person_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-sus-page-intro__person_detail + .p-sus-page-intro__person_detail {
  margin-top: 16px;
}
.p-sus-page-intro__person_icon {
  max-width: 124px;
  border-radius: 100vh;
  overflow: hidden;
}
.p-sus-page-intro__person_icon img {
  display: block;
}
.p-sus-page-intro__person_detailText {
  line-height: 1.5;
  margin-left: 27px;
  font-size: 1.6rem;
}
.p-sus-page-intro__person_text {
  line-height: 1.8571428571;
  font-size: 1.4rem;
  margin-top: 24px;
}
.p-sus-feature-box {
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #e4eef6;
  padding: 60px 64px;
  margin-top: 94px;
  margin-bottom: 72px;
}
.p-sus-feature-box .c-link-caret {
  margin-top: 30px;
}
.p-sus-feature-box h2 {
  margin-bottom: 15px;
}
.p-sus-feature-box_inner {
  margin-top: 44px;
}
.p-sus-feature-box_pict {
  width: 100%;
}
.p-sus-flow {
  width: 100%;
}
.p-sus-flow h3 {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 16px;
}
.p-sus-flow ul {
  border-top: 1px solid #000;
  padding: 30px 0 25px;
}
.p-sus-flow ul .title {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 11px;
  display: block;
}
.p-sus-flow ul li {
  position: relative;
}
.p-sus-flow ul li:not(:last-of-type) {
  padding-bottom: 21px;
  margin-bottom: 21px;
}
.p-sus-flow ul li:not(:last-of-type)::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 0;
  left: 20px;
}
.p-sus-flow ul li p {
  font-size: 1.6rem;
  line-height: 1.75;
}
.p-sus-interview-more {
  padding-bottom: 70px;
}

@media screen and (min-width: 768px) {
  .p-sus-page-intro {
    padding: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-sus-page-intro__summary::after,
  .p-sus-page-intro__person::after {
    top: 0;
    right: 0;
  }
  .p-sus-page-intro__summary {
    padding-right: 64px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .p-sus-page-intro__person {
    padding: 16px 58px 2px;
    max-width: 560px;
  }
  .p-sus-feature-box_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-sus-feature-box_pict {
    max-width: 400px;
    margin-left: 64px;
  }
  .p-sus-flow {
    max-width: calc(100% - 400px - 64px);
  }
  .p-sus-flow ul {
    border-bottom: 1px solid #000;
  }
}
@media screen and (max-width: 767px) {
  .c-page-header__bg {
    height: 335px;
  }
  .c-page-header__bg .p-sus-banner__text h3 {
    font-size: 2.4rem;
    line-height: 1.5416666666;
  }
  .c-page-header__bg .p-sus-banner__text p {
    font-size: 1.6rem;
    line-height: 1.625;
    margin-top: 10px;
  }
  .c-page-header__bg .p-sus-banner__detail {
    padding: 13px 10px 13px 20px;
  }
  .p-sus-page-intro__summary {
    padding-bottom: 32px;
  }
  .p-sus-page-intro__summary h2 {
    font-size: 2.2rem;
    line-height: 1.6363636364;
    margin-bottom: 16px;
  }
  .p-sus-page-intro__summary p {
    line-height: 1.75;
  }
  .p-sus-page-intro__person {
    padding: 30px 0 24px;
  }
  .p-sus-page-intro__person_icon {
    max-width: 100px;
    margin-left: 14px;
  }
  .p-sus-page-intro__person_text {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .p-sus-page-intro__person_detail + .p-sus-page-intro__person_detail {
    margin-top: 29px;
  }
  .p-sus-page-intro__person_detailText {
    margin-left: 15px;
  }
  .p-sus-page-intro__summary::after,
  .p-sus-page-intro__person::after {
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
  }
  .p-sus-page-intro {
    padding: 47px 4.8% 16px;
  }
  .p-sus-feature-box {
    margin-top: 33px;
    padding: 25px 22px 23px;
    border-radius: 10px;
  }
  .p-sus-feature-box h2 {
    margin-bottom: 11px;
  }
  .p-sus-feature-box p {
    line-height: 1.75;
  }
  .p-sus-feature-box .c-link-caret {
    margin-top: 16px;
  }
  .p-sus-feature-box .c-link-caret a {
    line-height: 1.625;
  }
  .p-sus-feature-box_inner {
    margin-top: 20px;
  }
  .p-sus-feature-box_pict {
    border-bottom: 1px solid #000;
    padding-bottom: 22px;
  }
  .p-sus-flow h3 {
    margin-bottom: 15px;
  }
  .p-sus-flow ul {
    padding: 20px 0;
  }
  .p-sus-flow ul li:not(:last-of-type) {
    padding-bottom: 17px;
    margin-bottom: 18px;
  }
  .p-sus-flow ul li:not(:last-of-type)::after {
    left: 2px;
  }
  .p-sus-flow ul .title {
    margin-bottom: 13px;
  }
  .p-sus-panels .p-sus-panel__item.-imgLeft .p-sus-panel__thumb {
    margin-top: 0;
    margin-bottom: 22px;
  }
  .p-sus-interview-more .p-sus-banner__detail {
    padding: 13px 22px 20px;
  }
  .p-sus-interview-more .p-sus-banner .c-stroke-button {
    min-height: 39px;
    width: 124px;
  }
}