@charset "utf-8";

/*
  Parts Style
----------------------------------------------------------------------------------------------------*/
/* --- lowerMainvisual --- */
.lowerMainvisual {
  background: url(/vision/sustainability-integrated-report2024/img/ceo_message-bg-mainvisual-01-sp.png) no-repeat;
  background-size: contain;
}
.lowerMainvisual__inner {
  align-items: flex-end;
  column-gap: 19px;
  display: flex;
  justify-content: flex-end;
  padding-left: 26px;
}
.lowerMainvisual__details {
  margin-bottom: 8px;
}
.lowerMainvisual__lead {
  font-size: 11px;
  font-weight: 500;
  padding-left: 16px;
}

@media all and (min-width: 768px), print {
  .lowerMainvisual {
    background: url(/vision/sustainability-integrated-report2024/img/common/lower-bg-mainvisual-01-pc.png) no-repeat;
    background-size: contain;
  }
  .lowerMainvisual__inner {
    column-gap: 98px;
    justify-content:flex-end;
    margin-inline: auto;
    max-width: 1000px;
    padding: 0 36px;
  }
  .lowerMainvisual__details {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 20px;
  }
  .lowerMainvisual__lead {
    font-size: 16px;
    padding-left: 0;
  }
}


/* --- lowerColumn --- */
.lowerImageColumn {
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
  row-gap: 24px;
}
.lowerImageColumn__image {
  flex-shrink: 0;
}

@media all and (min-width: 768px), print {
  .lowerImageColumn {
    align-items: flex-start;
    flex-direction: row;
  }
  .lowerImageColumn--col17 {
    column-gap: 17px;
  }
  .lowerImageColumn--col40 {
    column-gap: 40px;
  }
}


/* --- lowerVisionImage --- */
.lowerVisionImage {
  margin-top: 32px;
  padding: 0 20px;
}
.lowerVisionImage img {
  margin-inline: auto;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.08);
}

@media all and (min-width: 768px), print {
  .lowerVisionImage {
    margin-top: 42px;
  }
}

/* --- lowerVisionBox01 --- */
.lowerVisionBox01Wrap {
  margin-top: 44px;
}
.lowerVisionBox01Wrap__bgLayer {
  position: relative;
}
.lowerVisionBox01Wrap__bgLayer::before {
  background: linear-gradient(135deg, rgba(247, 237, 255, 1), rgba(235, 246, 255, 1));
  clip-path: polygon(0 0%, 100% 8%, 100% 100%, 0 92%);
  content: '';
  display: block;
  height: 126%;
  mix-blend-mode: multiply;
  position: absolute;
  top: -119px;
  width: 100%;
  z-index: -1;
}
.lowerVisionBox01 {
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
  margin-inline: auto;
  padding: 0 36px;
}
.lowerVisionBox01__image {
  flex-shrink: 0;
  max-width: 249px;
  height: auto;
}
.lowerVisionBox01__detail {
  margin-bottom: 8px;
}
.lowerVisionBox01__text {
  font-size: 14px;
}
.lowerVisionBox01__text:not(:first-child) {
  margin-top: 24px;
}

@media all and (min-width: 768px), print {
  .lowerVisionBox01Wrap {
    margin-top: 59px;
    padding-bottom: 176px;
  }
  .lowerVisionBox01Wrap__bgLayer::before {
    background: linear-gradient(135deg, rgba(247, 237, 255, 1), rgba(235, 246, 255, 1));
    clip-path: polygon(0 0%, 100% 14%, 100% 100%, 0 86%);
    content: '';
    display: block;
    height: 517px;
    mix-blend-mode: multiply;
    position: absolute;
    top: -152px;
    width: 100%;
    z-index: -1;
  }
  .lowerVisionBox01 {
    align-items: flex-end;
    justify-content: flex-end;
    max-width: 1000px;
    position: relative;
  }
  .lowerVisionBox01__image {
    left: -2px;
    position: absolute;
    top: 16px;
    max-width: 100%;
    height: auto;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
  }
  .lowerVisionBox01__detail {
    margin-bottom: 0;
    width: 620px;
  }
  .lowerVisionBox01__text {
    font-size: 15px;
  }
  .lowerVisionBox01__text:not(:first-child) {
    margin-top: 32px;
  }
}

/* --- lowerVisionBox02 --- */
.lowerVisionBox02 {
  margin-top: 100px;
}
.lowerVisionBox02Wrap {
  padding-bottom: 50px;
}
.lowerVisionBox02Wrap__bgLayer {
  position: relative;
}
.lowerVisionBox02Wrap__bgLayer::before {
  background: linear-gradient(45deg, rgba(255, 237, 239, 1), rgba(213, 237, 252, 1));
  clip-path: polygon(0 6%, 100% 0%, 100% 94%, 0 100%);
  content: '';
  display: block;
  height: 150%;
  mix-blend-mode: normal;
  position: absolute;
  top: -142px;
  width: 100%;
  z-index: 12;
}

.lowerVisionBox02Wrap__bgLayer::after {
  background: linear-gradient(45deg, rgb(255, 255, 255), rgb(255, 255, 255));
  clip-path: polygon(0 2%, 152% 66%, 77% 66%, 0% 101%);
  content: '';
  display: block;
  height: 100px;
  mix-blend-mode: normal;
  position: absolute;
  top: -148px;
  width: 100%;
  z-index: 11;
}

.lowerVisionBox02 {
  display: flex;
  margin-inline: auto;
  max-width: 1000px;
  padding: 0 36px;
  position: relative;
  z-index: 13;
}
.lowerVisionBox02__bgLayer {
  margin-top: -58px;
  min-height: 400px;
}
.lowerVisionBox02__image {
  flex-shrink: 0;
}
.lowerVisionBox02__text {
  font-size: 14px;
}
.lowerVisionBox02__text:not(:first-child) {
  margin-top: 24px;
}

@media all and (min-width: 768px), print {
  .lowerVisionBox02Wrap {
    padding-bottom: 4px;
  }
  .lowerVisionBox02Wrap__bgLayer::before {
    background: linear-gradient(45deg, rgba(255, 237, 239, 1),rgba(213, 237, 252, 1));
    clip-path: polygon(0 14%, 100% 0%, 100% 86%, 0 100%);
    content: '';
    display: block;
    height: 523px;
    mix-blend-mode: normal;
    position: absolute;
    top: -152px;
    width: 100%;
    z-index: 12;
  }
  .lowerVisionBox02Wrap__bgLayer::after {
    background: linear-gradient(45deg, rgb(255, 255, 255), rgb(255, 255, 255));
    clip-path: polygon(0 2%, 152% 66%, 77% 66%, 0% 101%);
    content: '';
    display: block;
    height: 127px;
    mix-blend-mode: normal;
    position: absolute;
    top: -187px;
    width: 100%;
    z-index: 11;
  }
  .lowerVisionBox02 {
    justify-content: flex-end;
    padding: 0 36px;
    position: relative;
  }
  .lowerVisionBox02__bgLayer {
    margin-top: -24px;
  }
  .lowerVisionBox02__image {
    left: -2px;
    position: absolute;
    top: -42px;
  }
  .lowerVisionBox02__detail {
    width: 620px;
  }
  .lowerVisionBox02__text {
    font-size: 15px;
  }
  .lowerVisionBox02__text:not(:first-child) {
    margin-top: 32px;
  }
}

/* --- lowerImage --- */
.lowerImage {
  margin-top: 24px;
}

@media all and (min-width: 768px), print {
  .lowerImage {
    margin-top: 20px;
  }
}

/* --- lowerText --- */
.lowerText:not(:first-child) {
  margin-top: 24px;
}
.lowerImageColumn__text > .lowerText:not(:first-child),
.lowerSetText > .lowerText:not(:first-child) {
  margin-top: 24px;
}

@media all and (min-width: 768px), print {
  .lowerText:not(:first-child) {
    margin-top: 32px;
  }
}

/* --- lowerLink --- */
.lowerLinkLayout {
  margin-top: 24px;
}
.lowerLink {
  color: #0e0d6a;
  padding-left: 20px;
  padding-right: 24px;
  position: relative;
}
.lowerLink::before {
  background: url(/vision/sustainability-integrated-report2024/img/common/ico-arrow-blue.svg);
  content: "";
  display: block;
  height: 14px;
  left: 0;
  position: absolute;
  top: calc((100% - 14px) / 2);
  transform: rotate(270deg);
  width: 14px;
}
.lowerLink[target="_blank"]::after {
  background: url(/vision/sustainability-integrated-report2024/img/common/icon_blank-b.png) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  right: 0;
  top: 17%;
  width: 18px;
}

@media all and (min-width: 768px), print {
  .lowerLinkLayout {
    margin-top: 32px;
  }
  .lowerLink:hover {
    text-decoration: underline;;
  }
}
