@charset "UTF-8";

/* ===================================================
.page-sustainability
=================================================== */
/* foundation */
body:has(.page-sustainability) .section {
  margin-top: 0 !important;
}

body:has(.page-sustainability) #breadcrumbWrap {
  margin-bottom: 40px !important;
}

body:has(.page-sustainability) .pageBlockContentsInner {
  padding: 0 !important;
  max-width: 1120px !important;
  padding: 0 20px !important;
  width: 100% !important;
}
@media screen and (max-width: 1023px) {
  body:has(.page-sustainability) .pageBlockContentsInner {
    max-width: 100% !important;
    padding: 0 8.78vw !important;
  }
}

/* kv */
body:has(.page-sustainability) #underPageKvWrap {
  position: relative;
  padding-top: 0;
  padding-bottom: 24.4927%;
}
body:has(.page-sustainability) #underPageKvWrap .inner {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  body:has(.page-sustainability) #underPageKvWrap {
    padding-bottom: 49.33333%;
  }
}

body:has(.page-sustainability) #underPageContentWrap {
  padding-top: 0;
}

body:has(.page-sustainability) #underPageContents {
  margin-top: 0;
}

/* title01 */
.title01,
.parent-pageid-5086 .title01,
.parent-pageid-5334 .title01 {
  text-align: center;
  color: #001e8e;
  font-size: 38px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1023px) {
  .title01,
  .parent-pageid-5086 .title01,
  .parent-pageid-5334 .title01 {
    font-size: 7.1vw;
  }
}

/* title02 */
.title02,
.parent-pageid-5086 .title02,
.parent-pageid-5334 .title02 {
  font-size: 26px;
}
@media screen and (max-width: 1023px) {
  .title02,
  .parent-pageid-5086 .title02,
  .parent-pageid-5334 .title02 {
    font-size: calc(20 / 375 * 100vw);
  }
}

/* title03 */
.title03,
.parent-pageid-5086 .title03,
.parent-pageid-5334 .title03 {
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  color: #4199d9 !important;
  padding-bottom: 13px !important;
}
@media screen and (max-width: 1023px) {
  .title03,
  .parent-pageid-5086 .title03,
  .parent-pageid-5334 .title03 {
    font-size: calc(20 / 375 * 100vw) !important;
    padding-bottom: calc(13 / 375 * 100vw) !important;
  }
}

/* title04 */
.title04,
.parent-pageid-5086 .title04,
.parent-pageid-5334 .title04 {
  background-color: #f3f5f8;
  font-weight: 700;
  padding: 15px 20px;
  font-size: 20px;
  line-height: 1.45;
}
.title04::before,
.parent-pageid-5086 .title04::before,
.parent-pageid-5334 .title04::before {
  content: none;
}
@media screen and (max-width: 1023px) {
  .title04,
  .parent-pageid-5086 .title04,
  .parent-pageid-5334 .title04 {
    font-size: 4.5vw;
  }
}

/* text01 */
.page-sustainability .text01--align-center,
.parent-pageid-5086 .text01--align-center,
.parent-pageid-5334 .text01--align-center {
  text-align: center;
}

.text01.is-midium {
  font-size: 18px !important;
}
@media screen and (max-width: 1023px) {
  .text01.is-midium {
    font-size: calc(16.55px / 375 * 100vw) !important;
  }
}

.page-sustainability .btn {
  text-decoration: none !important;
}

/* ===================================================
.page-sustainability-top
=================================================== */
.page-sustainability-top {
  padding: 0 0 70px;
}
@media screen and (max-width: 1023px) {
  .page-sustainability-top {
    padding-bottom: calc(40 / 375 * 100vw);
  }
}

.page-sustainability-top__heading {
  margin-bottom: 60px !important;
  font-size: 34px !important;
}
@media screen and (max-width: 1023px) {
  .page-sustainability-top__heading {
    margin-bottom: calc(40 / 375 * 100vw) !important;
    font-size: 7.1vw !important;
  }
}

/* ===================================================
.page-sustainability-message
=================================================== */
.page-sustainability-message {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-color: #fafafa;
  padding: 65px 0 80px;
}
@media screen and (max-width: 1023px) {
  .page-sustainability-message {
    padding: calc(60 / 375 * 100vw) 0 calc(50 / 375 * 100vw);
  }
}

/* page-sustainability-message-acc */
.page-sustainability-message-acc {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .page-sustainability-message-acc {
    flex-wrap: wrap;
  }
}

.page-sustainability-message-acc__contents {
  width: calc(100% - 312px);
}
@media screen and (max-width: 1023px) {
  .page-sustainability-message-acc__contents {
    width: 100%;
    display: contents;
  }
}

.page-sustainability-message-acc__title {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  text-decoration: underline !important;
  letter-spacing: 0 !important;
  line-height: 1.65 !important;
}
.page-sustainability-message-acc__title::before {
  content: none !important;
}
@media screen and (max-width: 1023px) {
  .page-sustainability-message-acc__title {
    order: 1;
    font-size: calc(18 / 375 * 100vw) !important;
  }
}

.page-sustainability-message-acc__text {
  position: relative;
  margin-top: 45px !important;
  margin-bottom: 0 !important;
  transition: padding-bottom 0.3s ease-in-out;
  margin-bottom: 65px !important;
}
.page-sustainability-message-acc__text:has(.is-open) {
  padding-bottom: 24px;
  margin-bottom: 70px !important;
}
.page-sustainability-message-acc__text-inner {
  display: block;
  overflow: hidden;
  height: 245px;
  transition: height 0.3s ease-in-out;
}
.page-sustainability-message-acc__text-more {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background-image: url(../images/sustainability/icon_button_more.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  border-radius: 50%;
}
.page-sustainability-message-acc__text-more.is-open {
  background-image: none;
  background-color: #090949;
}
.page-sustainability-message-acc__text-more.is-open::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .page-sustainability-message-acc__text {
    order: 3;
  }
}

.page-sustainability-message-acc__profile {
  width: 262px;
  margin-left: 50px;
  text-align: right;
}
.page-sustainability-message-acc__profile-title {
  font-size: 14px;
  margin-top: 18px;
}
.page-sustainability-message-acc__profile-title .is-name {
  display: inline-block;
  font-size: 22px;
  margin-top: 8px;
}
@media screen and (max-width: 1023px) {
  .page-sustainability-message-acc__profile {
    order: 2;
    width: calc(200 / 375 * 100vw);
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(20 / 375 * 100vw);
  }
  .page-sustainability-message-acc__profile-title {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(18 / 375 * 100vw);
  }
  .page-sustainability-message-acc__profile-title .is-name {
    font-size: calc(22 / 375 * 100vw);
    margin-top: calc(8 / 375 * 100vw);
  }
}

.page-sustainability-message__note {
  display: block;
  font-size: 70% !important;
  line-height: 1.9 !important;
  margin-top: 1.5em;
}

/* ===================================================
.page-sustainability-basic-summary
=================================================== */
.page-sustainability-basic-summary {
  padding: 80px 0 90px;
}
@media screen and (max-width: 1023px) {
  .page-sustainability-basic-summary {
    padding: calc(60 / 375 * 100vw) 0;
  }
}

.page-sustainability-basic-summary__list {
  padding: 30px;
  border: 2px solid #e2e5e8;
  margin-bottom: 3em;
}
.page-sustainability-basic-summary__list li {
  list-style-position: inside;
}

.page-sustainability-basic-summary__button {
  text-align: center;
}

/* ===================================================
.page-sustainability-basic-subject
=================================================== */
.page-sustainability-basic-subject {
  padding-top: 80px;
  padding-bottom: 80px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-color: #fafafa;
}
@media screen and (max-width: 1023px) {
  .page-sustainability-basic-subject {
    padding: calc(60 / 375 * 100vw) 0 calc(60 / 375 * 100vw);
  }
}

.page-sustainability-basic-subject__body {
  margin-top: 45px;
}
@media screen and (max-width: 1023px) {
  .page-sustainability-basic-subject__body {
    margin-top: calc(30 / 375 * 100vw);
  }
}

.page-sustainability-basic-subject__esg {
  padding-top: 65px;
}
@media screen and (max-width: 1023px) {
  .page-sustainability-basic-subject__esg {
    padding-top: calc(30 / 375 * 100vw);
  }
}

.page-sustainability-basic-subject__links {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 1023px) {
  .page-sustainability-basic-subject__links {
    flex-direction: column;
    gap: calc(45 / 375 * 100vw);
  }
}

/* ===================================================
.page-sustainability-news
=================================================== */
.page-sustainability-news {
  padding-top: 90px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .page-sustainability-news {
    padding-top: calc(60 / 375 * 100vw);
    padding-bottom: calc(60 / 375 * 100vw);
  }
}

.page-sustainability-news .list a {
  color: #000;
  text-decoration: none;
  background-color: #fff;
}

/* ===================================================
.page-sustainability-impact
=================================================== */
.page-sustainability-impact {
  padding: 80px 0;
}
@media screen and (max-width: 1023px) {
  .page-sustainability-impact {
    padding: calc(60 / 375 * 100vw) 0;
  }
}

.page-sustainability-impact__figure {
  display: block;
  max-width: 840px;
  margin: 0 auto;
  transition: opacity 0.3s ease-in-out;
}
.page-sustainability-impact__figure:hover {
  opacity: 0.6;
}

.page-sustainability-impact__button {
  margin-top: 43px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .page-sustainability-impact__button {
    margin-top: calc(30 / 375 * 100vw);
  }
}

/* ===================================================
.page-sustainability-others
=================================================== */
.page-sustainability-others {
  padding-top: 80px;
}
@media screen and (max-width: 1023px) {
  .page-sustainability-others {
    padding-top: calc(60 / 375 * 100vw);
  }
}

/* ===================================================
.page-sustainability-links
=================================================== */
.page-sustainability-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 32px;
}
@media screen and (max-width: 1023px) {
  .page-sustainability-links {
    gap: calc(12 / 375 * 100vw);
  }
}

.page-sustainability-links__item {
  display: block;
  width: calc(100% / 3 - 32px * 2 / 3);
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 16px;
  text-decoration: none !important;
  color: #000 !important;
  padding: 20px 28px;
  font-weight: 500 !important;
  background-image: url(../images/common/icon_megamenu_child.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 20px auto;
  transition: opacity 0.3s ease-in-out;
}
.page-sustainability-links__item:hover {
  opacity: 0.6 !important;
}
@media screen and (max-width: 1023px) {
  .page-sustainability-links__item {
    width: 100%;
    font-size: calc(14 / 375 * 100vw);
    padding: calc(16 / 375 * 100vw) calc(20 / 375 * 100vw);
    background-size: calc(20 / 375 * 100vw) auto;
  }
}

/* ===================================================
.sustainability-framework
=================================================== */
.sustainability-framework__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) and (max-width: 1380px) {
  .sustainability-framework__title {
    font-size: calc(20 / 1380 * 100vw);
  }
}
@media screen and (max-width: 1023px) {
  .sustainability-framework__title {
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: calc(16 / 375 * 100vw);
  }
}

@media screen and (max-width: 1023px) {
  .sustainability-framework__scroll {
    overflow: auto;
  }
}

@media screen and (max-width: 1023px) {
  .sustainability-framework__wrapper {
    min-width: 925px;
  }
}

.sustainability-framework__body {
  margin-top: 20px;
  background-color: #edf4fa;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  gap: 18px;
}
@media screen and (min-width: 1024px) and (max-width: 1380px) {
  .sustainability-framework__body {
    margin-top: calc(20 / 1380 * 100vw);
    padding: calc(20 / 1380 * 100vw);
    gap: calc(18 / 1380 * 100vw);
  }
}
@media screen and (max-width: 1023px) {
  .sustainability-framework__body {
    margin-top: calc(20 / 375 * 100vw);
  }
}

.sustainability-framework__column {
  flex: 1;
  background-color: #fff;
}

.sustainability-framework__box {
  position: relative;
  padding: 10px;
  font-size: 14px;
  line-height: 1.6;
}
.sustainability-framework__box + .sustainability-framework__box {
  margin-top: 36px;
}
.sustainability-framework__box + .sustainability-framework__box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 36px;
  background-color: #edf4fa;
  transform: translate(0, -100%);
}
.sustainability-framework__box + .sustainability-framework__box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -160%);
  border-top: 15px solid #94c1e1;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
}
.sustainability-framework__box .indent {
  display: block;
  text-indent: -15px;
  padding-left: 15px;
}
@media screen and (min-width: 1024px) and (max-width: 1380px)  {
  .sustainability-framework__box {
    padding: calc(10 / 1380 * 100vw);
    font-size: calc(14 / 1380 * 100vw);
  }
  .sustainability-framework__box + .sustainability-framework__box {
    margin-top: calc(36 / 1380 * 100vw);
  }
  .sustainability-framework__box + .sustainability-framework__box::before {
    height: calc(36 / 1380 * 100vw);
  }
  .sustainability-framework__box + .sustainability-framework__box::after {
    border-top: calc(15 / 1380 * 100vw) solid #94c1e1;
    border-left: calc(40 / 1380 * 100vw) solid transparent;
    border-right: calc(40 / 1380 * 100vw) solid transparent;
  }
  .sustainability-framework__box .indent {
    text-indent: calc(-15 / 1380 * 100vw);
    padding-left: calc(15 / 1380 * 100vw);
  }
}

/* ===================================================
.sustainability-process
=================================================== */
.sustainability-process {
  overflow: auto;
}

.sustainability-process__wrapper {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
@media screen and (max-width: 1023px) {
  .sustainability-process__wrapper {
    min-width: 925px;
  }
}

.sustainability-process__body {
  box-sizing: border-box;
  padding: 26px 30px;
  display: flex;
  gap: 24px;
  background-color: #edf4fa;
}

.sustainability-process__item {
  flex: 1;
}

.sustainability-process__item p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

/* ===================================================
.materiality-box
=================================================== */
.materiality-box {
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  padding: 30px;
  margin-top: 3em;
  margin-bottom: 3em;
}
@media screen and (max-width: 1023px) {
  .materiality-box {
    padding: calc(18 / 375 * 100vw);
  }
}

.materiality-box__heading {
  margin-top: 0 !important;
  margin-bottom: 24px !important;
  background-color: #354095;
  color: #FFF;
  font-weight: 700;
  line-height: 1.6;
  font-size: 20px !important;
  padding: 16px 24px !important;
}
@media screen and (max-width: 1023px) {
  .materiality-box__heading {
    font-size: calc(16 / 375 * 100vw) !important;
    padding: calc(12 / 375 * 100vw) calc(16 / 375 * 100vw) !important;
  }
}

.materiality-box__header {
  display: flex;
  gap: 20px;
  margin-bottom: 34px;
}
@media screen and (max-width: 1023px) {
  .materiality-box__header {
    flex-direction: column;
    gap: calc(15 / 375 * 100vw);
    margin-bottom: calc(24 / 375 * 100vw);
  }
}

.materiality-box__contents {
  width: 67%;
}
.materiality-box__contents p {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 1023px) {
  .materiality-box__contents {
    order: 2;
    flex: 1;
    width: 100%;
  }
}

.materiality-box__button {
  text-align: center;
}

.materiality-box__sdgs {
  width: 33%;
}
@media screen and (max-width: 1023px) {
  .materiality-box__sdgs {
    order: 1;
    width: 100%;
    justify-content: center;
    display: flex;
    gap: calc(10 / 375 * 100vw);
  }
}

.materiality-box__row {
  border-top: 1px solid #e8e8e8;
  display: flex;
  gap: 20px;
  padding: 17px 0;
}
.materiality-box__row:last-child {
  border-bottom: 1px solid #e8e8e8;
}
.materiality-box__row dt {
  width: 33%;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  box-sizing: border-box;
  padding-right: 20px;
}
.materiality-box__row dt span {
  display: inline-block;
  font-weight: 700;
}
.materiality-box__row dd {
  width: 67%;
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .materiality-box__row {
    flex-direction: column;
    gap: calc(10 / 375 * 100vw);
    padding: calc(10 / 375 * 100vw) 0;
  }
  .materiality-box__row:last-child {
    border-bottom: none;
  }
  .materiality-box__row dt {
    width: 100%;
    font-size: calc(14 / 375 * 100vw);
  }
  .materiality-box__row dd {
    width: 100%;
    font-size: calc(14 / 375 * 100vw);
  }
  .materiality-box__row dd ul,
  .materiality-box__row dd ol {
    padding-left: calc(24 / 375 * 100vw);
  }
}

/* ===================================================
.impact-graph
=================================================== */
.impact-graph {
  margin-bottom: 2.5em !important;
}
.impact-graph .wp-block-column {
  display: flex;
  flex-direction: column;
}
.impact-graph.is-heading-height-common .wp-block-column h5 {
  flex-grow: 1;
}
.impact-graph .wp-block-image {
  margin-top: 26px;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1023px) {
  .impact-graph .wp-block-image {
    margin-top: calc(20 / 375 * 100vw);
  }
}

.impact-graph.type2 .wp-block-column h5 {
  flex-grow: 0;
}

/* ===================================================
CUSTOM
=================================================== */
.wp-block-image.img-costom1 {
  margin-top: -1.5em;
  margin-bottom: 1em !important;
}
.wp-block-image.img-costom1 img {
  transform: translate(16%, 0px);
}
@media screen and (max-width: 1023px) {
  .wp-block-image.img-costom1 img {
    transform: translate(0, 0px);
  }
}

.wp-block-heading .kome {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  .wp-block-heading .kome {
    font-size: calc(12 / 375 * 100vw);
  }
}

.space1 {
  margin-top: 4.5em !important;
  margin-bottom: 2.5em !important;
}

.space2 {
  margin-top: -15px !important;
}

.space3 {
  margin-top: 36px !important;
}
