@charset "utf-8";

/*
  Base Style
----------------------------------------------------------------------------------------------------*/
#lowerPageWidth {
  @media all and (min-width: 768px), print {
    min-width: 1240px;
    overflow: hidden;
  }
}

/*
  Parts Style
----------------------------------------------------------------------------------------------------*/
/* --- lowerPageSection --- */

.lowerPageSection {
  margin-top: 80px;
}
.lowerPageSection__inner {
  margin-inline: auto;
  padding: 0 36px;
}

.lowerSubSection {
  margin-top: 80px;
}
.lowerSubSection:has(.lowerTitle4) {
  margin-top: 40px;
}
.lowerSubSection:has(.lowerTitle3) {
  margin-top: 80px;
}

@media all and (min-width: 768px), print {
  .lowerPageSection__inner {
    max-width: 1000px;
    padding: 0 20px;
  }
}

/* --- lowerTitle --- */
.lowerTitle2 {
  text-align: center;
  margin-bottom: 24px;
  padding: 0 36px;
}
.lowerPageSection__inner .lowerTitle2 {
  padding: 0;
}
.lowerTitle2__heading {
  border-bottom: 4px solid;
  border-image: linear-gradient(to right, #ffd6db, #b5dfff) 1;
  font-size: 20px;
  font-weight: 500;
  margin-inline: auto;
  padding-bottom: 8px;
  position: relative;
}

.lowerTitle3__heading {
  color: #0e0d6a;
  font-size: 16px;
  font-weight: 500;
  padding-left: 20px;
  position: relative;
}
.lowerTitle3__heading::before {
  background: url(/vision/sustainability-integrated-report2024/img/common/img-title3.png) no-repeat;
  top: calc((100% - 40px) / 2);
  content: "";
  height: 40px;
  left: 0;
  position: absolute;
  width: 12px;
}
.lowerTitle3--type02 .lowerTitle3__heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  padding: 0;
  text-align: center;
}
.lowerTitle3--type02 .lowerTitle3__heading::before {
  content: none;
}
.lowerTitle3__buttonWrap {
  margin-top: 24px;
}
.lowerTitle3__button {
  background-color: #f1f2f6;
  border-radius: 8px;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 0.16);
  color: #0e0d6a;
  display: block;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 29px 9px;
  position: relative;
  text-align: center;
}
.lowerTitle3__button[target="_blank"] {
  padding: 10px 36px 9px;
}
.lowerTitle3__button:hover,
.lowerTitle3__button:visited {
  color: #0e0d6a;
}
.lowerTitle3__button::before {
  background: url(/vision/sustainability-integrated-report2024/img/common/ico-arrow-black.svg) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  right: 10px;
  top: calc((100% - 14px) / 2);
  transform: rotate(270deg);
  width: 14px;
}
.lowerTitle3__button[target="_blank"]::before {
  background: url(/vision/sustainability-integrated-report2024/img/common/icon_blank-b.png) no-repeat;
  background-size: contain;
  height: 15px;
  width: 18px;
  right: 16px;
  top: calc((100% - 15px) / 2);
  transform: rotate(0);
}
.lowerTitle3__button::after {
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 300ms 0s ease;
  width: 100%;
}

.lowerTitle4 {
  margin-bottom: 24px;
}
.lowerTitle4--type02 {
  margin-top: 30px;
}
.lowerTitle4--type02:has(.lowerTitle4__buttonWrap) {
  margin-top: 60px;
}
.lowerTitle4__heading {
  border-bottom: 1px solid #0e0d6a;
  color: #0e0d6a;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 5px;
}
.lowerTitle4__buttonWrap {
  margin-top: 24px;
}
.lowerTitle4__button {
  background-color: #f1f2f6;
  border-radius: 8px;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 0.16);
  color: #0e0d6a;
  display: block;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 29px 9px;
  position: relative;
  text-align: center;
}
.lowerTitle4__button[target="_blank"] {
  padding: 10px 36px 9px;
}
.lowerTitle4__button:visited {
  color: #0e0d6a;
}
.lowerTitle4__button::before {
  background: url(/vision/sustainability-integrated-report2024/img/common/ico-arrow-black.svg) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  right: 10px;
  top: calc((100% - 14px) / 2);
  transform: rotate(270deg);
  width: 14px;
}
.lowerTitle4__button[target="_blank"]::before {
  background: url(/vision/sustainability-integrated-report2024/img/common/icon_blank-b.png) no-repeat;
  background-size: contain;
  height: 15px;
  width: 18px;
  right: 16px;
  top: calc((100% - 15px) / 2);
  transform: rotate(0);
}
.lowerTitle4__button::after {
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 300ms 0s ease;
  width: 100%;
}

@media all and (min-width: 768px), print {
  .lowerTitle2 {
    margin-bottom: 32px;
    margin-inline: auto;
    max-width: 1000px;
    padding: 0 20px;
  }
  .lowerTitle2:not(:first-child) {
    margin-top: 80px;
  }
  .lowerTitle2__heading {
    font-size: 32px;
  }

  .lowerTitle3--type03 {
    position: relative;
  }
  .lowerTitle3__heading {
    font-size: 24px;
    padding-left: 28px;
  }
  .lowerTitle3--type02 .lowerTitle3__heading {
    font-size: 20px;
    line-height: 1.5;
  }
  .lowerTitle3__buttonWrap {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: -3px;
  }
  .lowerTitle3__button {
    font-size: 14px;
    padding: 10px 38px 10px 36px;
  }
  .lowerTitle3__button:hover::after {
    opacity: 0.5;
    transition: all 300ms 0s ease;
  }
  .lowerTitle3__button[target="_blank"] {
    padding: 10px 46px 9px 28px;
  }

  .lowerTitle4 {
    margin-bottom: 20px;
  }
  .lowerTitle4__heading {
    font-size: 20px;
    padding-bottom: 4px;
  }
  .lowerTitle4--type02 {
    margin-top: 40px;
    position: relative;
  }
  .lowerTitle4--type02:has(.lowerTitle4__buttonWrap) {
    margin-top: 40px;
  }
  .lowerTitle4--type02 .lowerTitle4__heading {
    pointer-events: none;
    position: relative;
    z-index: 2;
  }
  .lowerTitle4__buttonWrap {
    bottom: 1px;
    margin-top: 0;
    position: absolute;
    right: 0;
  }
  .lowerTitle4__button {
    border-radius: 8px 8px 0 0;
    box-shadow: none;
    font-size: 14px;
    padding: 5px 34px 5px 28px;
  }
  .lowerTitle4__button[target="_blank"] {
    padding: 5px 46px 5px 28px;
  }
  .lowerTitle4__button::before {
    right: 10px;
    top: 9px;
  }
  .lowerTitle4__button[target="_blank"]::before {
    right: 20px;
  }
  .lowerTitle4__button:hover::after {
    opacity: 0.5;
    transition: all 300ms 0s ease;
  }
}

/* --- lowerText --- */
.lowerText {
  font-size: 14px;
  padding: 0 20px;
}
.lowerPageSection__inner .lowerText {
  padding: 0;
}
.lowerSetText > .lowerText:not(:first-child) {
  margin-top: 24px;
}

.lowerText02 {
  font-size: 14px;
}
.lowerText02:not(:first-child) {
  margin-top: 24px;
}
.lowerText02--note {
  font-size: 11px;
}

@media all and (min-width: 768px), print {
  .lowerText {
    font-size: 15px;
    margin-inline: auto;
    max-width: 1000px;
    padding: 0 20px;
  }
  .lowerText02 {
    font-size: 15px;
  }
  .lowerSetText > .lowerText:not(:first-child) {
    margin-top: 32px;
  }
  .lowerText02--note {
    font-size: 14px;
  }
}

/* --- lowerSetText --- */
.lowerSetText:not(:first-child) {
  margin-top: 20px;
}
.lowerSetText02:not(:first-child) {
  margin-top: 20px;
}

@media all and (min-width: 768px), print {
  .lowerSetText:not(:first-child) {
    margin-top: 32px;
  }
  .lowerSetText02:not(:first-child) {
    margin-top: 20px;
  }
}

/* --- lowerList --- */
.lowerList {
  display: grid;
  font-size: 14px;
  row-gap: 10px;
}
.lowerContentCard__detail .lowerList {
  color: #000;
  row-gap: 13px;
}
.lowerList__item {
  column-gap: 5px;
  display: flex;
}
.lowerContentCard__detail .lowerList__item {
  width: fit-content;
}
.lowerList__marker {
  flex-shrink: 0;
}
.lowerList--red .lowerList__marker {
  color: #ea5550;
}
.lowerList--yellow .lowerList__marker {
  color: #e7a244;
}
.lowerList--green .lowerList__marker {
  color: #42ad79;
}
.lowerList--blue .lowerList__marker {
  color: #3389ca;
}
.lowerList--purple .lowerList__marker {
  color: #7057a3;
}

.lowerList02 {
  font-size: 11px;
}
.lowerList02:not(:first-child) {
  margin-top: 20px;
}
.lowerList02__item {
  column-gap: 5px;
  display: flex;
}
.lowerList02__marker {
  flex-shrink: 0;
}

@media all and (min-width: 768px), print {
  .lowerList {
    font-size: 15px;
    row-gap: 16px;
  }
  .lowerContentCard__detail .lowerList {
    row-gap: 16px;
  }

  .lowerList02 {
    font-size: 14px;
  }
}

/* --- lowerContentCard --- */
.lowerContentCard {
  background-color: #fff;
  margin-top: 30px;
}
.lowerContentCard__title {
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
}
.lowerContentCard--red > .lowerContentCard__title {
  background-color: #f28563;
}
.lowerContentCard--yellow > .lowerContentCard__title {
  background-color: #c3904c;
}
.lowerContentCard--green > .lowerContentCard__title {
  background-color: #42ad79;
}
.lowerContentCard--blue > .lowerContentCard__title {
  background-color: #3389ca;
}
.lowerContentCard--purple > .lowerContentCard__title {
  background-color: #7057a3;
}
.lowerContentCard__detail {
  padding: 20px 10px 28px;
}

@media all and (min-width: 768px), print {
  .lowerContentCard {
    margin-top: 38px;
  }
  .lowerContentCard__title {
    font-size: 15px;
    padding: 5px 10px 5px 20px;
  }
  .lowerContentCard__detail {
    padding: 24px 20px 30px;
  }
}

/* --- lowerImageBox --- */
.lowerImageBox,
.lowerImageBox02 {
  background-color: #f1f2f6;
  border-radius: 8px;
  padding: 20px 16px;
}
.lowerImageBox:not(:first-child),
.lowerImageBox02:not(:first-child) {
  margin-top: 30px;
}
.lowerImageBox__content {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 20px;
}
.lowerImageBox__detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 20px;
  width: 100%;
}
.lowerImageBox__text,
.lowerImageBox02__text {
  font-size: 14px;
  font-weight: 500;
}
.lowerImageBox__text {
  line-height: 1.5;
}
.lowerImageBox__text:not(:first-child) {
  margin-top: 24px;
}
.lowerImageBox__caption,
.lowerImageBox02__caption {
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}
.lowerImageBox__captionWrapper .lowerImageBox__caption:not(:first-child) {
  margin-top: 24px;
}
.lowerImageBox__imageWrapper {
  column-gap: 9px;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
}
.lowerImageBox__image,
.lowerImageBox02__image {
  flex-shrink: 0;
  margin-inline: auto;
}
.lowerImageBox__imageWrapper .lowerImageBox__image {
  flex-shrink: 1;
  margin-inline: 0;
}
.lowerImageBox__image img,
.lowerImageBox02__image img {
  height: 160px;
  width: 160px;
}
.lowerImageBox__imageWrapper img {
  height: auto;
  max-height: 130px;
  max-width: 130px;
  width: 100%;
}

.lowerImageBox02 {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.lowerImageBox02__content {
  display: flex;
  flex-direction: column;
  position: relative;
  row-gap: 20px;
}
.lowerImageBox02__content:nth-child(n + 2)::before {
  background-color: #dde0e7;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: -20px;
  width: 100%;
}
.lowerImageBox02__column {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.lowerImageBox02__text {
  width: 100%;
}

@media all and (min-width: 768px), print {
  .lowerImageBox,
  .lowerImageBox02 {
    padding: 30px;
  }
  .lowerImageBox__content {
    column-gap: 30px;
    flex-direction: row;
  }
  .lowerImageBox__imageWrapper {
    column-gap: 10px;
  }
  .lowerImageBox__image,
  .lowerImageBox02__image {
    margin-inline: 0;
  }
  .lowerImageBox__imageWrapper .lowerImageBox__image {
    flex-shrink: 0;
  }
  .lowerImageBox__image img,
  .lowerImageBox02__image img {
    height: 140px;
    width: 140px;
  }
  .lowerImageBox__image--w300 img {
    height: 140px;
    width: 300px;
  }
  .lowerImageBox__imageWrapper img {
    min-height: 140px;
    min-width: 140px;
  }
  .lowerImageBox__captionWrapper {
    margin-top: 20px;
  }

  .lowerImageBox02 {
    column-gap: 60px;
    flex-direction: row;
  }
  .lowerImageBox02__content {
    display: flex;
    flex-direction: column;
    position: relative;
    row-gap: 16px;
    width: 468px;
  }
  .lowerImageBox02__column {
    column-gap: 30px;
    display: flex;
    flex-direction: row;
  }
  .lowerImageBox02__content:nth-child(n + 2)::before {
    height: 100%;
    left: -31px;
    top: 0;
    width: 1px;
  }
}

/*
  utility
----------------------------------------------------------------------------------------------------*/
/* --- display --- */
.flex {
  display: flex !important;
}

@media all and (min-width: 768px), print {
  .flex-pc {
    display: flex !important;
  }
  .items-center-pc {
    align-items: center;
  }
  .items-baseline-pc {
    align-items: baseline;
  }
}

/* --- column --- */
.col30 {
  column-gap: 30px !important;
}

@media all and (min-width: 768px), print {
  .col20-pc {
    column-gap: 20px;
  }
}

/* --- margin --- */
.mt0 {
  margin-top: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt24 {
  margin-top: 24px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt60 {
  margin-top: 60px !important;
}

@media all and (min-width: 768px), print {
  .mt0-pc {
    margin-top: 0 !important;
  }
  .mt20-pc {
    margin-top: 20px !important;
  }
  .mt40-pc {
    margin-top: 40px !important;
  }
}

/* --- size --- */
.text-11 {
  font-size: 11px !important;
}

@media all and (min-width: 768px), print {
  .text-14-pc {
    font-size: 14px !important;
  }
}
