@charset "utf-8";

/*
  Parts Style
----------------------------------------------------------------------------------------------------*/
/* --- lowerMainvisual --- */
.lowerMainvisual__inner {
  column-gap: 19px;
  position: relative;
}
.lowerMainvisual__details {
  padding-left: 36px;
  position: absolute;
  top: 45%;
}
.lowerMainvisual__lead {
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 8px;
}
.lowerMainvisual__name {
  font-size: 14px;
  font-weight: 500;
}

.lowerMainvisual__image img {
  width: 100%;
}

@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 {
    align-items: center;
    column-gap: 81px;
    display: flex;
    justify-content:flex-end;
    margin-inline: auto;
    max-width: 1000px;
    padding: 0 20px;
  }
  .lowerMainvisual__details {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 0;
    padding-top: 85px;
    position: static;
  }
  .lowerMainvisual__lead {
    font-size: 16px;
  }
  .lowerMainvisual__name {
    font-size: 32px;
  }
  .lowerMainvisual__image img {
    height: 510px;
    width: 510px;
  }
}

/* --- lowerLead --- */
.lowerLeadWrap {
  position: relative;
  top: -81px;
  z-index: 2;
}
.lowerLeadWrap__bgLayer {
  position: relative;
}
.lowerLeadWrap__bgLayer::before {
  background: linear-gradient(135deg, rgba(247, 237, 255, 1), rgba(235, 246, 255, 1));
  clip-path: polygon(0 0%, 100% 25%, 100% 100%, 0 75%);
  content: '';
  display: block;
  height: 286px;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
}
.lowerLead {
  padding: 91px 36px 0;
  text-align: center;
}
.lowerLead__text {
  color: #0e0d6a;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  text-align: left;
  padding: 0 20px 0 29px;
  position: relative;
}
.lowerLead__text::before,
.lowerLead__text::after {
  background: url(/vision/sustainability-integrated-report2024/img/cfo_message-ico-bracket-01.svg) no-repeat;
  display: block;
  content: "";
  height: 24px;
  position: absolute;
  width: 24px;
}
.lowerLead__text::before {
  left: 0;
  top: -17px;
}
.lowerLead__text::after {
  bottom: -13px;
  right: 0;
  transform:rotate(180deg);
}

@media all and (min-width: 768px), print {
  .lowerLeadWrap {
    top: -110px;
  }
  .lowerLeadWrap__bgLayer {
    position: relative;
  }
  .lowerLeadWrap__bgLayer::before {
    clip-path: polygon(0 0%, 100% 26%, 100% 100%, 0 74%);
    height: 282px;
  }
  .lowerLead {
    padding: 94px 0 0;
    padding-top: 94px;
    text-align: center;
  }
  .lowerLead__text {
    font-size: 24px;
    line-height: 2;
    margin-inline: auto;
  }
  .lowerLead__text::before {
    top: 0;
  }
  .lowerLead__text::after {
    bottom: 0;
  }
}

/* --- lowerImage --- */
.lowerImage01 {
  margin-top: 24px;
}
.lowerImage02 {
  margin-top: 60px;
}
.lowerImage01 img,
.lowerImage02 img {
  margin-inline: auto;
}

@media all and (min-width: 768px), print {
  .lowerImage01 {
    margin-top: 40px;
  }
  .lowerImage02 {
    margin-top: 80px;
  }
}
