@charset "UTF-8";
.renewal2026 article p {
  margin-block-start: 0;
  margin-block-end: 0;
}

.renewal2026 article figure {
  margin-top: 0;
  margin-block-start: 0;
}

.renewal2026 article table {
  width: 100%;
  margin: 0;
  border: 0;
}

.renewal2026 article h2,
.renewal2026 article h3,
.renewal2026 article h4 {
  position: static;
  margin: 0;
  margin-left: 0;
  padding: 0;
  border: 0;
  line-height: inherit;
}

.renewal2026 article h2::before,
.renewal2026 article h2::after,
.renewal2026 article h3::before,
.renewal2026 article h3::after {
  content: none;
  display: none;
}

.renewal2026 article table th,
.renewal2026 article table td {
  border: 0;
}

.renewal2026 .ctop {
  width: 980px;
  max-width: calc(100% - 20px);
  margin-bottom: 64px;
}

.renewal2026 .renewalPage {
  width: 980px;
  max-width: calc(100% - 20px);
  margin: 0 auto;
}

.renewal2026 .renewalPage-social {
  width: calc(100% - 20px);
  max-width: 1200px;
}

.renewal2026 .renewalSection:not(:last-child) {
  margin-bottom: 96px;
}

.renewal2026 .renewalSection .sectionTitle {
  margin: 0 0 24px;
  padding: 0;
  border: none;
  color: #333;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
}

.renewal2026 .renewalSection .sectionTitle::after {
  content: "";
  display: block;
  width: 1px;
  height: 32px;
  margin: 20px auto 0;
  background: #3ba2d9;
}

.renewal2026 .renewalMessage {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.renewal2026 .renewalPhoto {
  flex-shrink: 0;
  width: 100%;
  max-width: 312px;
  aspect-ratio: 3 / 4;
  margin: 0;
  overflow: hidden;
}

.renewal2026 .renewalPhoto img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.1);
}

.renewal2026 .renewalMessage .renewalText p {
  color: #333;
  font-size: 15px;
  line-height: 1.8;
}

.renewal2026 .renewalMessage .renewalText p:last-child {
  margin-bottom: 0;
}

.renewal2026 .renewalPromotion {
  margin: 0;
}

.renewal2026 .renewalPromotion img {
  width: 100%;
  height: auto;
  display: block;
}

.renewal2026 .sustainabilityTopPage {
  width: 100%;
  max-width: none;
}

.renewal2026 .sustainabilityTopVisual {
  width: 100%;
  margin-left: 0;
  background: url("/images/sustainability/top_mv_bg.jpg") no-repeat center 25%;
  background-size: cover;
}

.renewal2026 .sustainabilityTopBreadcrumb {
  box-sizing: border-box;
  width: calc(100% - 10px);
  max-width: 1200px;
  padding-block: 24px;
  margin-right: auto;
  margin-left: auto;
}

.renewal2026 .sustainabilityTopBreadcrumb ol {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

.renewal2026 .sustainabilityTopBreadcrumb li {
  display: inline;
}

.renewal2026 .sustainabilityTopBreadcrumb a {
  color: #333;
  text-decoration: underline;
}

.renewal2026 .sustainabilityTopBreadcrumb a:hover {
  color: #ff8000;
}

.renewal2026 .sustainabilityHero {
  position: relative;
  padding: 28px 0 0;
}

.renewal2026 .sustainabilityHero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 3%;
  width: 42%;
  max-width: 520px;
  height: 1000px;
  background: url("/images/sustainability/top_sustainability_mv_pc.png") no-repeat center top;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}

@media screen and (min-width: 1600px) {
  .renewal2026 .sustainabilityHero::after {
    right: calc((100vw - min(1200px, 100vw - 20px)) / 2);
  }
}

@media screen and (min-width: 481px) {
  .renewal2026 .sustainabilityHero:not(.sustainabilityHero-mvFadeIn)::after {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
  }
  .renewal2026 .sustainabilityHero.sustainabilityHero-mvFadeIn::after {
    animation: renewalSustainabilityMvFadeInUp 0.85s ease-out forwards;
  }
}

@media screen and (prefers-reduced-motion: reduce) and (min-width: 481px) {
  .renewal2026 .sustainabilityTopVisual .sustainabilityHero::after {
    opacity: 0.9;
    transform: none;
    animation: none !important;
  }
}

.renewal2026 .sustainabilityHeroInner {
  width: 980px;
  max-width: calc(100% - 20px);
  margin: 0 auto 160px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.renewal2026 .sustainabilityHeroCopy {
  width: 48%;
  min-width: 0;
  position: relative;
  z-index: 1;
  text-align: justify;
}

.renewal2026 .sustainabilityHeroHeading {
  margin: 0 0 24px;
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.renewal2026 .sustainabilityHeroKicker {
  display: block;
  margin: 0;
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 1.6;
}

.renewal2026 .sustainabilityHeroTitle {
  display: block;
  margin: 0;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
}

.renewal2026 .sustainabilityHeroLead {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  color: #333;
}

.renewal2026 .sustainabilityHeroStatement {
  position: relative;
  z-index: 1;
  margin-bottom: 112px;
}

.renewal2026 .sustainabilityHeroStatementInner {
  position: relative;
  z-index: 2;
}

.renewal2026 .sustainabilityHeroPolicy {
  box-sizing: border-box;
  width: 304px;
  max-width: 100%;
  margin: 56px auto 24px;
  border-radius: 24px;
  background: #fff;
  color: #0c509f;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

.renewal2026 .sustainabilityHeroCatch {
  margin: 0 0 48px;
  font-size: 40px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  background: linear-gradient(90deg, #61f68e 0%, #0c509f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.renewal2026 .sustainabilityHeroMessage {
  margin: 0 auto;
  padding: 0 10px 80px;
  text-align: center;
  position: relative;
}

.renewal2026 .sustainabilityHeroMessage::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -36px;
  width: 1px;
  height: 72px;
  transform: translateX(-50%);
  background: #0c509f;
}

.renewal2026 .sustainabilityHeroMessage p {
  margin: 0;
  color: #333;
  font-size: 18px;
  line-height: 2.4;
  font-weight: bold;
}

.renewal2026 .sustainabilityTopLinks {
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .renewal2026 .sustainabilityTopLinks {
    width: calc(100% - 20px);
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}

.renewal2026 .sustainabilityTopLinksGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 32px;
  column-gap: 5%;
  position: relative;
  padding: 0;
}

.renewal2026 .sustainabilityTopLink {
  position: relative;
  box-sizing: border-box;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 32px 52px;
  background: #fff;
  border: 1px solid #edf0f3;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  color: #333;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}

.renewal2026 .sustainabilityTopLink::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #267e99 0%, #4fd890 100%);
}

.renewal2026 .sustainabilityTopLink::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #0c509f;
  border-bottom: 2px solid #0c509f;
  transform: translateY(-50%) rotate(-45deg);
}

.renewal2026 .sustainabilityTopReport {
  width: 100%;
  margin-left: 0;
  padding: 40px 0;
  background: #dcefe8;
}

.renewal2026 .sustainabilityTopReportInner {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 760px;
  max-width: calc(100% - 20px);
  margin: 0 auto;
}

.renewal2026 .sustainabilityTopReportCover {
  flex: 0 0 180px;
  width: 180px;
  margin: 0;
}

.renewal2026 .sustainabilityTopReportCover img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.renewal2026 .sustainabilityTopReportKicker {
  margin: 0 0 8px;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
}

.renewal2026 .sustainabilityTopReportTitle {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.5;
}

.renewal2026 .sustainabilityTopReportText {
  margin: 0;
  color: #333;
  font-size: 15px;
  line-height: 1.8;
}

.renewal2026 .humanCapitalPage .renewalPillTitle {
  font-size: 24px;
  line-height: 1.5;
  padding: 12px 16px;
}

.renewal2026 .humanCapitalPage .humanCapitalFlow {
  display: flex;
  flex-direction: column;
}

.renewal2026 .humanCapitalPage .humanCapitalIntro {
  margin-bottom: 64px;
}

.renewal2026 .humanCapitalPage .humanCapitalIntro p {
  color: #333;
  font-size: 15px;
  line-height: 1.8;
}

.renewal2026 .humanCapitalPage .humanCapitalVision {
  text-align: center;
}

.renewal2026 .humanCapitalPage .humanCapitalVisionTagline {
  margin: 0;
  color: #0c509f;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}

.renewal2026 .humanCapitalPage .humanCapitalDiagramMedia {
  margin: 0;
}

.renewal2026 .humanCapitalPage .humanCapitalDiagramMedia picture,
.renewal2026 .humanCapitalPage .humanCapitalDiagramMedia img {
  display: block;
  width: 100%;
  height: auto;
}

.renewal2026 .humanCapitalPage .humanCapitalCdpLabel {
  box-sizing: border-box;
  width: 336px;
  max-width: 100%;
  margin: 32px auto 20px;
  padding: 12px;
  border-radius: 50px;
  background: #5a7f96;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.renewal2026 .humanCapitalPage .humanCapitalCdpBand {
  position: relative;
  box-sizing: border-box;
  min-height: 96px;
}

.renewal2026 .humanCapitalPage .humanCapitalCdpBand::after {
  content: "";
  position: absolute;
  top: -48px;
  right: 0;
  width: 160px;
  height: 128px;
  background: url("/images/company/human_capital_management/hcm_cdp_illust.png") no-repeat center;
  background-size: contain;
  pointer-events: none;
}

.renewal2026 .humanCapitalPage .humanCapitalCdpBandLead {
  margin: 0;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}

.renewal2026 .humanCapitalPage .humanCapitalMeasuresChart {
  margin: 0;
}

.renewal2026 .humanCapitalPage .humanCapitalMeasuresChart img {
  display: block;
  width: 100%;
  height: auto;
}

.renewal2026 .materialityIntro {
  text-align: center;
}

.renewal2026 .materialityPolicy {
  width: 304px;
  margin: 0 auto 24px;
  border-radius: 24px;
  background: linear-gradient(90deg, #267e99 0%, #4fd890 100%);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}

.renewal2026 .materialityIntro .sectionTitle {
  margin-bottom: 40px;
  color: #0c509f;
}

.renewal2026 .materialityIntro .sectionTitle::after {
  display: none;
}

.renewal2026 .materialityMessage {
  width: 70%;
  max-width: none;
  margin: 0;
  text-align: left;
}

.renewal2026 .materialityMessage p {
  color: #333;
  font-size: 16px;
  line-height: 1.7;
}

.renewal2026 .materialityBlocks {
  width: 28%;
  margin: 0;
}

.renewal2026 .materialityBlocks img {
  display: block;
  width: 100%;
  height: auto;
}

.renewal2026 .materialityTableSection {
  margin-bottom: 0;
}

.renewal2026 table.sustainabilityTable {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background: transparent;
}

.renewal2026 table.sustainabilityTable th,
.renewal2026 table.sustainabilityTable td {
  box-sizing: border-box;
  vertical-align: middle;
}

.renewal2026 .materialityTableWrap {
  overflow-x: auto;
}

.renewal2026 .materialityLead {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  gap: 2%;
}

.renewal2026 .materialityTable {
  min-width: 1120px;
  table-layout: fixed;
  border: 0;
  border-top: 1px solid #d0d4da;
  border-bottom: 1px solid #d0d4da;
}

.renewal2026 .materialityTable .colMateriality {
  width: 248px;
}

.renewal2026 .materialityTable .colStakeholders {
  width: 232px;
}

.renewal2026 .materialityTable .colValueText {
  width: 184px;
}

.renewal2026 .materialityTable .colValueIcon {
  width: 64px;
}

.renewal2026 .materialityTable .colActions {
  width: auto;
}

.renewal2026 .materialityTable thead th {
  padding: 8px 16px;
  background: #0c509f;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  border: 0;
}

.renewal2026 .materialityTable thead th + th {
  border-left: 1px solid #fff;
}

.renewal2026 .materialityTable tbody th,
.renewal2026 .materialityTable tbody td {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  vertical-align: middle;
  border-bottom: 1px solid #d0d4da;
  background: none;
}

.renewal2026 .materialityTable th,
.renewal2026 .materialityTable td {
  border-right: 0;
  border-left: 0;
}

.renewal2026 .materialityTable tbody tr:last-child th,
.renewal2026 .materialityTable tbody tr:last-child td {
  border-bottom: 0;
}

.renewal2026 .materialityTable thead th:last-child,
.renewal2026 .materialityTable tbody td:last-child {
  min-width: 384px;
}

.renewal2026 .materialityCell {
  text-align: center;
  font-weight: bold;
}

.renewal2026 .materialityAccent {
  color: #0c509f;
}

.renewal2026 .materialityStakeholders {
  display: grid;
  grid-template-columns: repeat(2, 104px);
  column-gap: 8px;
  row-gap: 8px;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.renewal2026 .materialityStakeholders:has(li:only-child) {
  grid-template-columns: 104px;
}

.renewal2026 .materialityStakeholders li {
  box-sizing: border-box;
  width: 104px;
  min-width: 0;
  padding: 4px 0;
  border-radius: 16px;
  background: #5a7f96;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.renewal2026 .materialityStakeholders li::before {
  display: none;
}

.renewal2026 .materialityStakeholders li + li {
  margin-top: 0;
}

.renewal2026 .materialityValueText {
  text-align: center;
  font-weight: bold;
}

.renewal2026 .materialityValueIcon {
  text-align: center;
}

.renewal2026 .materialityValueIcon img {
  display: inline-block;
  width: 40px;
  height: 40px;
  max-width: none;
  vertical-align: middle;
  flex-shrink: 0;
  object-fit: contain;
  object-position: center;
}

.renewal2026 table.materialityTable td.materialityValueIcon img {
  /* content.min の table 内画像ルールより確実に表示（環境により SVG が潰れるのを防止） */
  display: inline-block !important;
  width: 40px !important;
  height: 40px !important;
  max-width: none !important;
}

.renewal2026 .materialityActions {
  margin: 0;
  padding: 0;
  list-style: none;
}

.renewal2026 .materialityActions li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
}

.renewal2026 .materialityActions li:last-child {
  margin-bottom: 0;
}

.renewal2026 .materialityActions li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #0c509f;
}

.renewal2026 .materialityActions a,
.renewal2026 .materialityActions a:link,
.renewal2026 .materialityActions a:visited {
  color: #0c509f;
  font-weight: bold;
  text-decoration: underline;
}

.renewal2026 .materialityActions a:hover,
.renewal2026 .materialityActions a:active {
  color: #29a2dc;
  text-decoration: underline;
}

.renewal2026 .socialIntro {
  text-align: center;
}

.renewal2026 .renewalPillTitle {
  box-sizing: border-box;
  width: 390px;
  max-width: 100%;
  margin: 0 auto 24px;
  padding: 4px 10px;
  border-radius: 50px;
  background: #0c509f;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
}

.renewal2026 .socialIntro .sectionTitle {
  margin-bottom: 32px;
  color: #333;
  font-size: 24px;
  line-height: 40px;
}

.renewal2026 .socialIntro .sectionTitle::after {
  display: none;
}

.renewal2026 .socialMessage {
  margin: 0 auto 32px;
  text-align: left;
}

.renewal2026 .socialMessage p {
  margin: 0 0 12px;
  color: #333;
  font-size: 16px;
  line-height: 27px;
}

.renewal2026 .socialMessage p:last-child {
  margin-bottom: 0;
}

.renewal2026 .socialAnchorLinks {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: 5%;
  width: 100%;
}

.renewal2026 .socialAnchorLink {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  width: auto;
  max-width: none;
  min-width: 0;
  min-height: 99px;
  padding: 22px 24px 30px;
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  color: #000;
  font-size: 15px;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
}

.renewal2026 .socialAnchorLink::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  border-radius: 0;
  background: linear-gradient(90deg, #0c509f 0%, #52d891 100%);
}

.renewal2026 .socialAnchorLink::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #0c509f;
  border-bottom: 2px solid #0c509f;
  transform: translateX(-50%) rotate(45deg);
}

.renewal2026 #child {
  scroll-margin-top: 20px;
}

.renewal2026 .socialLiteracy .sectionTitle {
  margin-bottom: 40px;
  color: #333;
}

.renewal2026 .underlinedHeading {
  margin-block: 0 24px;
  padding-bottom: 6px;
  border-bottom: 1px solid #549ef2;
  color: #333;
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", sans-serif;
  font-size: 20px;
}

.renewal2026 .leadingBarHeading {
  position: relative;
  margin-bottom: 24px;
  padding-left: 40px;
  font-size: 18px;
}

.renewal2026 .leadingBarHeading::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 24px;
  height: 1px;
  background: #0c509f;
}

.renewal2026 .socialResults {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 56px;
}

.renewal2026 .socialResultsText {
  flex: 1 1 0;
  min-width: 0;
}

.renewal2026 .socialResultsText p {
  color: #333;
  font-size: 15px;
  line-height: 1.8;
}

.renewal2026 .socialResultsText p:last-child {
  margin-bottom: 0;
}

.renewal2026 .socialResultsChart {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
}

.renewal2026 .socialResultsChart img {
  display: block;
  width: 100%;
  height: auto;
}

.renewal2026 .climateApproach {
  margin-bottom: 0;
}

.renewal2026 .climateApproach .sectionTitle {
  margin-bottom: 32px;
  color: #333;
}

.renewal2026 .climateApproachLead {
  margin-bottom: 24px;
}

.renewal2026 .climateApproachLead p,
.renewal2026 .climateApproachBody p {
  color: #333;
  font-size: 15px;
  line-height: 1.8;
}

.renewal2026 .climateApproachBody p:last-child {
  margin-bottom: 0;
}

.renewal2026 .climateApproachFlow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  overflow: visible;
}

.renewal2026 .climateApproachFlowSp {
  display: none;
  overflow: visible;
}

.renewal2026 .climateApproachFlow li {
  margin: 0;
}

.renewal2026 .climateApproachFlow li span {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 46px;
  padding: 10px 8px;
  color: #fff;
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
}

.renewal2026 .climateApproachFlow-pc li span {
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 0 100%);
}

.renewal2026 .climateApproachFlow-pc li:nth-child(2) span,
.renewal2026 .climateApproachFlow-pc li:nth-child(3) span,
.renewal2026 .climateApproachFlow-pc li:nth-child(4) span {
  margin-left: calc(-1 * 14px);
  padding-left: calc(8px + 14px);
}

.renewal2026 .climateApproachFlow-pc li:last-child span {
  clip-path: none;
}

.renewal2026 .climateApproachFlow-pc li:nth-child(1) span {
  background: #072e5a;
}

.renewal2026 .climateApproachFlow-pc li:nth-child(2) span {
  background: #0c509f;
}

.renewal2026 .climateApproachFlow-pc li:nth-child(3) span {
  background: #1176e8;
}

.renewal2026 .climateApproachFlow-pc li:nth-child(4) span {
  background: #549ef2;
}

.renewal2026 .climateApproachFlow-pc li {
  position: relative;
  overflow: visible;
}

.renewal2026 .climateApproachFlow-pc li:nth-child(1) {
  z-index: 4;
}

.renewal2026 .climateApproachFlow-pc li:nth-child(2) {
  z-index: 3;
}

.renewal2026 .climateApproachFlow-pc li:nth-child(3) {
  z-index: 2;
}

.renewal2026 .climateApproachFlow-pc li:nth-child(4) {
  z-index: 1;
}

.renewal2026 .climateApproachFlow-spTop,
.renewal2026 .climateApproachFlow-spBottom {
  margin: 0;
}

.renewal2026 .tableScrollX {
  margin: 0 0 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.renewal2026 .blueHeading {
  margin: 0 0 16px;
  color: var(--コーポレートカラー, #0c509f);
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
}

.renewal2026 .climateTransitionTable,
.renewal2026 .climateScenarioMatrixTable,
.renewal2026 .climateFinanceImpactTable,
.renewal2026 .climateMeasuresTable,
.renewal2026 .climateGhgTable {
  table-layout: auto;
  font-size: 14px;
  line-height: 1.55;
  background: #fff;
  min-width: 720px;
}

.renewal2026 .climateScenarioMatrixTable {
  table-layout: fixed;
  min-width: 980px;
}

.renewal2026 .climateTransitionTable col.climateColFactor {
  width: 180px;
}

.renewal2026 .climateTransitionTable col.climateColType {
  width: 100px;
}

.renewal2026 .climateTransitionTable col.climateColRisk {
  width: 150px;
}

.renewal2026 .climateTransitionTable col.climateColOppType {
  width: 100px;
}

.renewal2026 .climateTransitionTable col.climateColOpportunity {
  width: 150px;
}

.renewal2026 .climateTransitionTable col.climateColRating {
  width: 50px;
}

.renewal2026 .climateTransitionTable col.climateColImpact {
  width: 170px;
}

.renewal2026 .climateTransitionTable col.climateColScenario {
  width: 75px;
}

.renewal2026 .climateScenarioMatrixTable col.climateScenarioColRisk {
  width: 11%;
}

.renewal2026 .climateScenarioMatrixTable col.climateScenarioColType {
  width: 10%;
}

.renewal2026 .climateScenarioMatrixTable col.climateScenarioColItem {
  width: 18%;
}

.renewal2026 .climateScenarioMatrixTable col.climateScenarioCol2c {
  width: 37%;
}

.renewal2026 .climateScenarioMatrixTable col.climateScenarioCol4c {
  width: 24%;
}

.renewal2026 .climateTransitionTable :is(th, td),
.renewal2026 .climateScenarioMatrixTable :is(th, td),
.renewal2026 .climateFinanceImpactTable :is(th, td),
.renewal2026 .climateMeasuresTable :is(th, td),
.renewal2026 .climateGhgTable :is(th, td) {
  border: 1px solid #cdd4dc;
  color: #333;
  text-align: left;
  font-weight: normal;
}

.renewal2026 th.txt-center,
.renewal2026 td.txt-center {
  text-align: center;
}

.renewal2026 .climateTransitionTable thead tr:first-child th,
.renewal2026 .climateScenarioMatrixTable thead tr:first-child th,
.renewal2026 .climateFinanceImpactTable thead tr:first-child th,
.renewal2026 .climateMeasuresTable thead tr:first-child th,
.renewal2026 .climateGhgTable thead tr:first-child th {
  background: #0c509f;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.renewal2026 .climateTransitionTable thead .cellHeadScenario,
.renewal2026 .climateScenarioMatrixTable thead .cellHeadScenario {
  padding: 8px 10px;
  background: #5a7f96;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.renewal2026 .cellBlueBg {
  background: #e7eef7;
  color: #333;
  vertical-align: middle;
}

.renewal2026 .climateTransitionTable .cellBlueBg {
  font-weight: 600;
  text-align: center;
}

.renewal2026 .climateScenarioMatrixTable .cellBlueBg {
  font-weight: normal;
  text-align: left;
}

.renewal2026 .climateScenarioMatrixTable td.climateMatrixLabelCenter {
  text-align: center;
  vertical-align: middle;
}

.renewal2026 .textStrongNeutral {
  color: inherit;
  font-weight: 700;
}

.renewal2026 .climateFinanceImpactTable tbody > tr > th:first-child {
  background: #e7eef7;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
}

.renewal2026 .climateMeasuresTable tbody tr > :first-child,
.renewal2026 .climateGhgTable tbody tr > :first-child {
  background: #e7eef7;
  font-weight: 600;
  vertical-align: middle;
  text-align: left;
}

.renewal2026 .climateFinanceImpactTable tbody td {
  text-align: center;
  vertical-align: middle;
}

.renewal2026 .climateFinanceImpactTable .textNoteInline {
  margin-top: 4px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
}

.renewal2026 .climateGhgTable tbody td:nth-child(n + 2) {
  text-align: center;
}

.renewal2026 .headingGapAfterBody {
  margin-bottom: 12px;
}

.renewal2026 .headingGapAfterTable {
  margin-bottom: 12px;
}

.renewal2026 .climateMetrics .climateApproachBody + .headingGapAfterBody {
  margin-top: 28px;
}

.renewal2026 .climateMetrics .tableScrollX + .headingGapAfterTable {
  margin-top: 32px;
}

.renewal2026 .leadingBarHeading + .climateStrategyNarrative {
  margin-top: 0;
}

.renewal2026 .climateStrategyNarrative {
  margin: 0 0 20px;
  color: #333;
  font-size: 15px;
  line-height: 1.8;
  list-style: none;
  padding: 0;
}

.renewal2026 .climateStrategyNarrative p {
  margin: 0;
}

.renewal2026 .climateAnnotList {
  margin: 12px 0 24px;
  padding-left: 0;
  list-style: none;
  color: #333;
  font-size: 14px;
  line-height: 1.65;
}

.renewal2026 .climateAnnotList li {
  position: relative;
  padding-left: 1.25em;
}

.renewal2026 .climateAnnotList li::before {
  content: "※";
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border-radius: 0;
}

.renewal2026 .climateAnnotOrdered {
  margin: 0 0 24px;
  padding-left: 0;
  list-style: none;
  counter-reset: climate-annot-ordered;
  color: #333;
  font-size: 13px;
}

.renewal2026 .climateAnnotOrdered li {
  position: relative;
  padding-left: 1.8em;
  counter-increment: climate-annot-ordered;
}

.renewal2026 .climateAnnotOrdered li::before {
  content: "※" counter(climate-annot-ordered);
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border-radius: 0;
}

.renewal2026 .climateStrategy .climateApproachBody {
  margin-bottom: 40px;
}

.renewal2026 .climateStrategy .climateApproachBody .underlinedHeading {
  margin-block-end: 32px;
}

.renewal2026 .climateStrategy .tableScrollX:has(+ h3.blueHeading),
.renewal2026 .climateStrategy .tableScrollX:has(+ h3.underlinedHeading) {
  margin-bottom: 32px;
}

.renewal2026 .climateStrategy .climateAnnotList:has(+ h3.blueHeading) {
  margin-bottom: 40px;
}

.renewal2026 .climateStrategy .climateAnnotOrdered:has(+ h3.blueHeading) {
  margin-bottom: 40px;
}

.renewal2026 .climateStrategy .blueHeading {
  margin-bottom: 24px;
}

.renewal2026 .socialSchoolDate {
  margin: 0 0 16px;
  color: #0c509f;
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 27px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.renewal2026 .socialSchool > p:not(.socialSchoolDate) {
  margin: 0 0 24px;
  color: #333;
  font-size: 15px;
  line-height: 1.8;
}

.renewal2026 .socialSchool > div {
  margin: 0 0 24px;
}

.renewal2026 .socialSchool {
  margin-bottom: 56px;
}

.renewal2026 .socialLiteracyPartners {
  margin-top: 0;
  margin-bottom: 56px;
}

.renewal2026 .socialLiteracyPartnerTitle {
  margin-bottom: 16px;
  color: #333;
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.renewal2026 .socialLiteracyPartnerGrid {
  border-top: 1px solid #cdd4dc;
}

.renewal2026 .socialLiteracyPartnerPc {
  display: table;
}

.renewal2026 .socialLiteracyPartnerSp {
  display: none;
}

.renewal2026 .socialLiteracyPartnerTable {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.renewal2026 .socialLiteracyPartnerTable tr + tr th,
.renewal2026 .socialLiteracyPartnerTable tr + tr td {
  border-top: 1px solid #cdd4dc;
}

.renewal2026 .socialLiteracyPartnerYear,
.renewal2026 .socialLiteracyPartnerName {
  box-sizing: border-box;
  margin: 0;
  padding: 12px 16px;
  color: #333;
  font-size: 15px;
  line-height: 1.8;
  vertical-align: middle;
  border-bottom: 1px solid #cdd4dc;
}

.renewal2026 .socialLiteracyPartnerYear {
  width: 116px;
  background: #e7eef7;
  font-variant-numeric: tabular-nums;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

.renewal2026 .socialLiteracyPartnerName {
  width: auto;
}

.renewal2026 .socialLiteracyPartnerYear-empty,
.renewal2026 .socialLiteracyPartnerName-empty {
  background: transparent;
  border-bottom: 0;
}

.renewal2026 .socialLiteracyCta {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  margin-top: 0;
  padding: 0;
  background: transparent;
}

.renewal2026 .socialLiteracyCtaText {
  flex: 1 1 0;
  min-width: 0;
}

.renewal2026 .socialLiteracyCtaText p {
  margin: 0;
  color: #333;
  font-size: 15px;
  line-height: 1.8;
}

.renewal2026 .socialLiteracyCtaText a {
  color: #29a2dc;
  font-weight: bold;
  text-decoration: none;
}

.renewal2026 .socialLiteracyCtaText a:hover {
  text-decoration: underline;
}

.renewal2026 .socialLiteracyCtaText .socialCtaExternal.icon a {
  padding-left: 0;
}

.renewal2026 .socialLiteracyCtaText .socialCtaExternal.icon a::before {
  display: none;
  content: none;
}

.renewal2026 .socialLiteracyCtaText .socialCtaExternal.icon a::after {
  display: inline-block;
  margin-left: 4px;
  width: 15px;
  height: 16px;
  vertical-align: middle;
  content: "";
  background: url(/common/img/icon_common.png) no-repeat -120px center;
}

.renewal2026 .color1 .socialLiteracyCtaText .socialCtaExternal.icon a::after {
  background-position: -300px center;
}

.renewal2026 .color2 .socialLiteracyCtaText .socialCtaExternal.icon a::after {
  background-position: -480px center;
}

.renewal2026 .color3 .socialLiteracyCtaText .socialCtaExternal.icon a::after {
  background-position: -660px center;
}

.renewal2026 .color4 .socialLiteracyCtaText .socialCtaExternal.icon a::after {
  background-position: -840px center;
}

.renewal2026 .color5 .socialLiteracyCtaText .socialCtaExternal.icon a::after {
  background-position: -1050px center;
}

.renewal2026 .color6 .socialLiteracyCtaText .socialCtaExternal.icon a::after {
  background-position: -1230px center;
}

.renewal2026 .socialLiteracyCtaVisual {
  flex: 0 1 auto;
  width: 100%;
  max-width: 584px;
  margin: 0;
}

.renewal2026 .socialLiteracyCtaVisual img {
  display: block;
  width: 100%;
  height: auto;
}

.renewal2026 .renewalSection.evaluationMinister {
  margin-bottom: 72px;
}

.renewal2026 .evaluationBody {
  color: #333;
  font-size: 15px;
  line-height: 1.8;
}

.renewal2026 .evaluationPage .iconTitle {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
  padding: 16px 0;
  border-top: 1px solid #549ef2;
  border-bottom: 1px solid #549ef2;
  color: #333;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 24px;
  line-height: 1.5;
}

.renewal2026 .evaluationPage .iconTitle img {
  flex-shrink: 0;
  width: 24px;
  height: auto;
}

.renewal2026 .evaluationSpotlight {
  margin: 32px 0 48px;
  padding: 32px 24px 36px;
  border-radius: 12px;
  background: #e6f0fa;
}

.renewal2026 .evaluationSpotlight:last-child {
  margin-bottom: 0;
}

.renewal2026 .evaluationSpotlightHead {
  margin: 0 0 28px;
  padding: 0;
  border: none;
  color: #0c509f;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
}

.renewal2026 .evaluationSpotlightCards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.renewal2026 .evaluationSpotlightCard {
  box-sizing: border-box;
  padding: 22px 20px 24px;
  border-radius: 12px;
  background: #fff;
}

.renewal2026 .evaluationSpotlightDay {
  margin: 0 0 12px;
  padding: 0;
  border: none;
  color: #0c509f;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.renewal2026 .evaluationSpotlightLead {
  margin: 0 0 18px;
  color: #333;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.65;
  text-align: center;
}

.renewal2026 .evaluationSpotlightPair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.renewal2026 .evaluationSpotlightPair img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.renewal2026 .evaluationSpotlightPairFig figcaption {
  margin-top: 8px;
  color: #333;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

.renewal2026 .evaluationEducationRow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 0;
}

.renewal2026 .evaluationEducationText {
  flex: 1;
  min-width: 0;
}

.renewal2026 .evaluationEducationLogo {
  flex-shrink: 0;
  box-sizing: border-box;
  width: 400px;
  max-width: 45%;
  margin: 0;
}

.renewal2026 .evaluationEducationLogo img {
  display: block;
  width: 100%;
  height: auto;
}

.renewal2026 .evaluationKodomoLayout {
  margin-bottom: 0;
}

.renewal2026 .evaluationKodomoRail {
  float: right;
  width: 200px;
  max-width: 42%;
  margin: 4px 0 12px 32px;
  text-align: center;
}

.renewal2026 .evaluationKodomoRailLogo {
  margin: 0 0 12px;
}

.renewal2026 .evaluationKodomoRailLogo img {
  display: block;
  width: 100%;
  height: auto;
}

.renewal2026 .evaluationKodomoMain {
  min-width: 0;
  margin-bottom: 0;
}

.renewal2026 .evaluationKodomoAvoidRail {
  margin-right: 232px;
}

.renewal2026 .evaluationKodomoPhotos {
  clear: both;
  margin-top: 40px;
}

.renewal2026 .evaluationPage a.evaluationSocialJump,
.renewal2026 .sustainabilityTopReport a.evaluationSocialJump {
  color: #29a2dc !important;
  font-weight: bold;
  text-decoration: none;
}

.renewal2026 .evaluationPage a.evaluationSocialJump:hover,
.renewal2026 .sustainabilityTopReport a.evaluationSocialJump:hover {
  text-decoration: underline;
}

.renewal2026 .evaluationPage .evaluationExternalLink.icon a {
  display: inline-block;
  padding-left: 0;
  color: #29a2dc;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
  text-decoration: none;
}

.renewal2026 .evaluationPage .evaluationExternalLink.icon a:hover {
  text-decoration: underline;
}

.renewal2026 .evaluationPage .evaluationExternalLink.icon a::before {
  display: none;
  content: none;
}

.renewal2026 .evaluationPage .evaluationExternalLink.icon a::after {
  display: inline-block;
  margin-left: 4px;
  width: 15px;
  height: 16px;
  vertical-align: middle;
  content: "";
  background: url(/common/img/icon_common.png) no-repeat -120px center;
}

.renewal2026 .evaluationKodomoBulletHeading {
  margin: 36px 0 12px;
  padding: 0 0 6px;
  border-bottom: 1px solid #549ef2;
  color: #333;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.55;
  text-align: left;
}

.renewal2026 .evaluationKodomoBulletHeading:first-of-type {
  margin-top: 32px;
}

.renewal2026 .evaluationKodomoBulletHeading + .evaluationBody > p:first-child {
  margin-top: 0;
}

.renewal2026 .socialOthers .sectionTitle {
  margin-bottom: 40px;
  color: #333;
}

.renewal2026 .socialOthersBlock {
  margin-bottom: 56px;
}

.renewal2026 .socialOthersBlock .underlinedHeading,
.renewal2026 .socialOthersBlock .socialLiteracyPartnerTitle,
.renewal2026 .socialOthersLogo .underlinedHeading {
  margin-bottom: 24px;
}

.renewal2026 .socialOthersText {
  color: #333;
  font-size: 15px;
  line-height: 1.8;
}

.renewal2026 .socialOthersText + .renewalPhotoRow {
  margin-top: 24px;
}

.renewal2026 .socialOthersLogoImage {
  width: 360px;
  max-width: 100%;
  margin: 0;
}

.renewal2026 .socialOthersLogoImage img {
  display: block;
  width: 100%;
  height: auto;
}

.renewal2026 .socialOthersText-withLogo {
  overflow: hidden;
}

.renewal2026 .socialOthersKodomoAside {
  float: right;
  width: 190px;
  margin: 0 0 12px 32px;
}

.renewal2026 .socialOthers .socialOthersExternal.icon a {
  display: inline-block;
  padding-left: 0;
  color: #29a2dc;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
  text-decoration: none;
}

.renewal2026 .socialOthers .socialOthersExternal.icon a:hover {
  text-decoration: underline;
}

.renewal2026 .socialOthers .socialOthersExternal.icon a::before {
  display: none;
  content: none;
}

.renewal2026 .socialOthers .socialOthersExternal.icon a::after {
  display: inline-block;
  margin-left: 4px;
  width: 15px;
  height: 16px;
  vertical-align: middle;
  content: "";
  background: url(/common/img/icon_common.png) no-repeat -120px center;
}

.renewal2026 .socialOthersKodomoLogo {
  width: 190px;
  margin: 0 0 12px;
}

.renewal2026 .socialOthersKodomoLogo img {
  display: block;
  width: 100%;
  height: auto;
}

.renewal2026 .socialOthersSupport {
  margin-bottom: 0;
}

.renewal2026 .socialOthersSupportBody {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}

.renewal2026 .socialOthersSupportText {
  width: calc(100% - 317px);
  margin: 0;
  color: #333;
  font-size: 15px;
  line-height: 1.8;
}

.renewal2026 .renewalPhotoRow {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
}

.renewal2026 .renewalPhotoRow-cols-3,
.renewal2026 .renewalPhotoRow-cols-2 {
  gap: 2%;
}

.renewal2026 .renewalPhotoRowFigure {
  display: block;
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
}

.renewal2026 .renewalPhotoRowMedia {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 5 / 3;
}

.renewal2026 .renewalPhotoRowMedia img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.renewal2026 .brSmall {
  display: none;
}

@keyframes renewalSustainabilityMvFadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
  }
  to {
    opacity: 0.9;
    transform: translate3d(0, 0, 0);
  }
}

.renewalNav {
  display: none;
  width: 100%;
  background: #f6f6f6;
}

.renewalNav .renewalNavLink,
.renewalNav .renewalNavLink:link,
.renewalNav .renewalNavLink:visited {
  color: #707070;
  font-weight: bold;
  text-decoration: none;
}

.renewalNav .renewalNavLink:hover,
.renewalNav .renewalNavLink:active {
  color: #29a2dc;
}

.renewalNavList {
  box-sizing: border-box;
  width: calc(100% - 20px);
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
  list-style: none;
}

.renewalNavList + .renewalNavList {
  margin-top: 16px;
}

.renewalNavItem {
  position: relative;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  white-space: nowrap;
}

.renewalNavItem:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  width: 1px;
  height: 24px;
  margin-top: -12px;
  background: #6f7580;
}

.renewalNavItem.isCurrent .renewalNavLink {
  color: #29a2dc;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}

@media screen and (min-width: 768px) {
  .renewalNav {
    display: block;
  }
  .renewalNavList {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .renewal2026 .ctop {
    width: auto;
    margin-bottom: 32px;
  }
  .renewal2026 .renewalPage {
    width: auto;
  }
  .renewal2026 .renewalSection:not(:last-child) {
    margin-bottom: 72px;
  }
  .renewal2026 .renewalSection .sectionTitle {
    margin-bottom: 24px;
    font-size: 20px;
  }
  .renewal2026 .renewalSection .sectionTitle::after {
    height: 24px;
    margin-top: 16px;
  }
  .renewal2026 .renewalSection.evaluationMinister {
    margin-bottom: 56px;
  }
  .renewal2026 .renewalMessage {
    display: block;
  }
  .renewal2026 .renewalPhoto {
    max-width: unset;
    aspect-ratio: 2 / 1;
    margin-bottom: 32px;
    overflow: hidden;
  }
  .renewal2026 .renewalPhoto img {
    object-position: center 10%;
  }
  .renewal2026 .materialityPolicy {
    width: 304px;
    max-width: 100%;
    margin-bottom: 24px;
    font-size: 20px;
  }
  .renewal2026 .materialityIntro .sectionTitle {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 1.5;
  }
  .renewal2026 .materialityBlocks {
    margin: 0 auto;
  }
  .renewal2026 .materialityLead {
    display: block;
  }
  .renewal2026 .materialityMessage {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 24px;
  }
  .renewal2026 .materialityBlocks {
    width: 72%;
    max-width: 288px;
  }
  .renewal2026 .materialityTableWrap {
    margin-right: -10px;
    margin-left: -10px;
    padding: 0 10px;
  }
  .renewal2026 .materialityTable {
    min-width: 960px;
  }
  .renewal2026 .renewalPillTitle {
    width: auto;
    max-width: 100%;
    margin-bottom: 24px;
    font-size: 20px;
  }
  .renewal2026 .sustainabilityTopBreadcrumb {
    display: none;
  }
  .renewal2026 .sustainabilityTopLinksGrid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .renewal2026 .sustainabilityTopLinksGrid::before {
    display: none;
  }
  .renewal2026 .sustainabilityHero::after {
    width: 40%;
    right: 10px;
    top: 16px;
  }
  .renewal2026 .sustainabilityHeroCopy {
    width: 55%;
  }
  .renewal2026 .sustainabilityHeroInner {
    margin-bottom: 0;
  }
  .renewal2026 .sustainabilityHeroPolicy {
    width: 280px;
    font-size: 16px;
    margin-bottom: 16px;
  }
  .renewal2026 .sustainabilityHeroTitle {
    font-size: 28px;
  }
  .renewal2026 .sustainabilityHeroCatch {
    margin-bottom: 32px;
    font-size: 28px;
  }
  .renewal2026 .sustainabilityHeroMessage {
    padding-bottom: 64px;
  }
  .renewal2026 .sustainabilityHeroMessage p {
    font-size: 16px;
    line-height: 2;
  }
  .renewal2026 .sustainabilityHeroStatement {
    margin-bottom: 80px;
  }
  .renewal2026 .sustainabilityTopLink {
    min-height: 64px;
    padding: 24px 44px 24px 18px;
    font-size: 14px;
  }
  .renewal2026 .sustainabilityTopReportInner {
    gap: 20px;
  }
  .renewal2026 .sustainabilityTopReportCover {
    flex: 0 0 140px;
    width: 140px;
  }
  .renewal2026 .humanCapitalPage .renewalPillTitle {
    max-width: none;
    font-size: 20px;
  }
  .renewal2026 .humanCapitalPage .humanCapitalVisionTagline {
    font-size: 20px;
  }
  .renewal2026 .humanCapitalPage .humanCapitalCdpBand {
    min-height: 0;
  }
  .renewal2026 .humanCapitalPage .humanCapitalCdpBand::after {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    width: 160px;
    margin: 24px auto;
  }
  .renewal2026 .socialIntro .sectionTitle {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 1.7;
  }
  .renewal2026 .socialMessage {
    margin-bottom: 24px;
  }
  .renewal2026 .socialMessage p {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.8;
  }
  .renewal2026 .socialAnchorLinks {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 32px;
  }
  .renewal2026 .socialAnchorLink {
    flex: none;
    width: 100%;
    max-width: 100%;
    min-height: 88px;
    padding: 22px 20px 16px;
    font-size: 14px;
    line-height: 24px;
  }
  .renewal2026 .socialLiteracy .sectionTitle {
    margin-bottom: 24px;
    font-size: 24px;
  }
  .renewal2026 .underlinedHeading {
    margin-block: 0 16px;
    padding-bottom: 6px;
    font-size: 18px;
  }
  .renewal2026 .socialResults {
    display: block;
    margin-bottom: 32px;
  }
  .renewal2026 .socialResultsText {
    width: 100%;
    margin-bottom: 16px;
  }
  .renewal2026 .socialResultsChart {
    width: 100%;
  }
  .renewal2026 .climateApproach .sectionTitle {
    margin-bottom: 24px;
    font-size: 24px;
  }
  .renewal2026 .climateApproachLead p,
  .renewal2026 .climateApproachBody p {
    font-size: 14px;
    line-height: 1.8;
  }
  .renewal2026 .climateApproachFlow-pc {
    margin-bottom: 16px;
    column-gap: 2px;
  }
  .renewal2026 .climateApproachFlow-pc li span {
    padding: 8px 2px;
    font-size: 12px;
    line-height: 1.3;
    white-space: nowrap;
  }
  .renewal2026 .climateApproachFlowSp {
    display: block;
    margin-bottom: 16px;
  }
  .renewal2026 .climateApproachFlow-pc {
    display: none;
  }
  .renewal2026 .climateApproachFlow-spTop {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 12px;
    overflow: visible;
  }
  .renewal2026 .climateApproachFlow-spTop li {
    position: relative;
  }
  .renewal2026 .climateApproachFlow-spTop li:nth-child(1) {
    z-index: 4;
  }
  .renewal2026 .climateApproachFlow-spTop li:nth-child(2) {
    z-index: 3;
  }
  .renewal2026 .climateApproachFlow-spTop li:nth-child(3) {
    z-index: 2;
  }
  .renewal2026 .climateApproachFlow-spTop li:nth-child(4) {
    z-index: 1;
  }
  .renewal2026 .climateApproachFlow-spTop li span {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-height: 38px;
    padding: 8px 0 10px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%);
  }
  .renewal2026 .climateApproachFlow-spTop li:nth-child(2) span,
  .renewal2026 .climateApproachFlow-spTop li:nth-child(3) span,
  .renewal2026 .climateApproachFlow-spTop li:nth-child(4) span {
    margin-left: calc(-1 * 10px);
    padding-left: calc(10px + 4px);
    padding-right: 4px;
  }
  .renewal2026 .climateApproachFlow-spTop li:last-child span {
    clip-path: none;
  }
  .renewal2026 .climateApproachFlow-spTop li:nth-child(1) span {
    background: #072e5a;
  }
  .renewal2026 .climateApproachFlow-spTop li:nth-child(2) span {
    background: #0c509f;
  }
  .renewal2026 .climateApproachFlow-spTop li:nth-child(3) span {
    background: #1176e8;
  }
  .renewal2026 .climateApproachFlow-spTop li:nth-child(4) span {
    background: #549ef2;
  }
  .renewal2026 .climateApproachFlow-spBottom {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 0;
  }
  .renewal2026 .climateApproachFlow-spBottom li span {
    display: block;
    min-height: 0;
    padding: 0;
    background: none;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    white-space: normal;
  }
  .renewal2026 .climateApproachFlow-spBottom li span::before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    margin: 0 auto 8px;
    background: #1176e8;
  }
  .renewal2026 .tableScrollX {
    margin: 0 0 8px;
  }
  .renewal2026 .socialSchoolDate {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 27px;
    font-weight: 300;
  }
  .renewal2026 .socialSchool > p:not(.socialSchoolDate) {
    margin-bottom: 16px;
    line-height: 1.8;
  }
  .renewal2026 .socialSchool > div {
    margin-bottom: 16px;
  }
  .renewal2026 .socialSchool {
    margin-bottom: 40px;
  }
  .renewal2026 .socialLiteracyPartners {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .renewal2026 .socialLiteracyPartnerTitle {
    margin-bottom: 12px;
    font-size: 17px;
  }
  .renewal2026 .socialLiteracyPartnerPc {
    display: none;
  }
  .renewal2026 .socialLiteracyPartnerSp {
    display: table;
  }
  .renewal2026 .socialLiteracyPartnerYear {
    width: 30%;
    padding: 10px 12px;
    font-size: 14px;
  }
  .renewal2026 .socialLiteracyPartnerName {
    padding: 10px 12px;
  }
  .renewal2026 .socialLiteracyCta {
    display: block;
    margin-top: 0;
    padding: 16px;
  }
  .renewal2026 .socialLiteracyCtaText p {
    font-size: 14px;
  }
  .renewal2026 .socialLiteracyCtaVisual {
    width: 100%;
    margin-top: 16px;
  }
  .renewal2026 .socialOthers .sectionTitle {
    margin-bottom: 24px;
    font-size: 24px;
  }
  .renewal2026 .socialOthersBlock {
    margin-bottom: 40px;
  }
  .renewal2026 .socialLiteracyPartnerGrid-administration .socialLiteracyPartnerSp tr:first-child th,
  .renewal2026 .socialLiteracyPartnerGrid-administration .socialLiteracyPartnerSp tr:first-child td {
    border-top: 0;
  }
  .renewal2026 .socialOthersText {
    font-size: 14px;
  }
  .renewal2026 .socialOthersText-withLogo {
    display: flex;
    flex-direction: column-reverse;
  }
  .renewal2026 .socialOthersKodomoAside {
    float: none;
    display: block;
    width: 260px;
    max-width: 100%;
    margin: 24px auto 0;
  }
  .renewal2026 .socialOthersLogoImage {
    width: 100%;
    margin-bottom: 8px;
  }
  .renewal2026 .socialOthers .socialOthersExternal.icon a {
    display: block;
    font-size: 12px;
    text-align: center;
  }
  .renewal2026 .socialOthersKodomoLogo {
    width: 100%;
  }
  .renewal2026 .socialOthersSupportBody {
    display: block;
  }
  .renewal2026 .socialOthersSupportText {
    width: 100%;
    margin-bottom: 16px;
  }
  .renewal2026 .socialOthersLogoImage {
    width: 100%;
  }
  .renewal2026 .company .csrIndex figure {
    width: 100%;
    max-width: none;
  }
  .renewal2026 .renewalPhotoRow {
    display: block;
  }
  .renewal2026 .renewalPhotoRow-cols-2,
  .renewal2026 .renewalPhotoRow-cols-3 {
    gap: 0;
  }
  .renewal2026 .renewalPhotoRowFigure + .renewalPhotoRowFigure {
    margin-top: 12px;
  }
  .renewal2026 .evaluationSpotlight {
    padding: 24px 16px;
  }
  .renewal2026 .evaluationPage .iconTitle {
    font-size: 20px;
  }
  .renewal2026 .evaluationSpotlightCards {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .renewal2026 .evaluationSpotlightPair {
    gap: 10px;
  }
  .renewal2026 .evaluationEducationRow {
    display: block;
  }
  .renewal2026 .evaluationEducationLogo {
    width: 400px;
    max-width: 100%;
    margin: 24px auto 0;
  }
  .renewal2026 .evaluationKodomoBulletHeading {
    margin-top: 28px;
    font-size: 18px;
  }
  .renewal2026 .evaluationKodomoBulletHeading:first-of-type {
    margin-top: 24px;
  }
  .renewal2026 .humanCapitalIntro {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 480px) {
  body.sustainabilityTop .renewal2026 .sustainabilityTopVisual {
    position: relative;
    overflow: hidden;
    background: none;
    --sp-bg-end: 100%;
  }
  body.sustainabilityTop .renewal2026 .sustainabilityTopVisual::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: var(--sp-bg-end);
    background: url("/images/sustainability/top_mv_bg.jpg") no-repeat center 25%;
    background-size: cover;
    z-index: 0;
    pointer-events: none;
  }
  body.sustainabilityTop .renewal2026 .sustainabilityTopVisual > * {
    position: relative;
    z-index: 1;
  }
  .renewal2026 .socialIntro .sectionTitle {
    line-height: 1.6;
  }
  .renewal2026 .brSmall {
    display: block;
  }
  .renewal2026 .sustainabilityHero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .renewal2026 .sustainabilityHeroInner {
    order: 1;
    width: auto;
    display: block;
    margin-bottom: 0;
  }
  .renewal2026 .sustainabilityHero::after {
    order: 2;
    position: relative;
    top: 0;
    right: -32px;
    display: block;
    width: 90%;
    max-width: 600px;
    aspect-ratio: 600 / 776.16;
    height: auto;
    margin: 0;
    background: url("/images/sustainability/top_sustainability_mv_sp.png") no-repeat center center;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
  }
  .renewal2026 .sustainabilityHeroStatement {
    order: 3;
    margin-bottom: 80px;
  }
  .renewal2026 .sustainabilityHeroCopy {
    width: 100%;
    margin-bottom: 16px;
  }
  .renewal2026 .sustainabilityHeroTitle {
    font-size: 40px;
  }
  .renewal2026 .sustainabilityHeroPolicy {
    margin-top: 40px;
  }
  .renewal2026 .sustainabilityHeroCatch {
    margin-bottom: 32px;
    font-size: 28px;
    line-height: 1.7;
  }
  .renewal2026 .sustainabilityTopReportInner {
    flex-direction: column-reverse;
    align-items: center;
    gap: 24px;
  }
  .renewal2026 .sustainabilityTopReportCover {
    flex: 0 0 auto;
    width: 100%;
    max-width: 380px;
  }
  .renewal2026 .sustainabilityTopReportBody {
    width: 100%;
  }
  .renewal2026 .sustainabilityTopReportKicker {
    margin-bottom: 0;
    font-weight: bold;
  }
  .renewal2026 .sustainabilityTopReportKicker,
  .renewal2026 .sustainabilityTopReportTitle {
    text-align: center;
  }
  .renewal2026 .sustainabilityTopReportTitle {
    margin-bottom: 24px;
  }
  .renewal2026 .sustainabilityTopReportText {
    font-size: 14px;
  }
  .renewal2026 .sustainabilityTopReportCover img {
    width: 80%;
    margin: 0 auto;
  }
  .renewal2026 .evaluationCrossborder .evaluationSpotlightPair {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  /* こども：本文 → AvoidRail → ロゴ → 2件目 → 写真（Main を display:contents で分割） */
  .renewal2026 .evaluationKodomoLayout {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .renewal2026 .evaluationKodomoMain {
    display: contents;
  }
  .renewal2026 .evaluationKodomoMain > .evaluationBody {
    order: 1;
  }
  .renewal2026 .evaluationKodomoAvoidRail {
    margin-right: 0;
    order: 2;
  }
  .renewal2026 .evaluationKodomoRail {
    float: none;
    order: 3;
    width: 220px;
    max-width: 100%;
    margin: 24px auto 0;
    align-self: center;
  }
  .renewal2026 .evaluationKodomoMain > .evaluationKodomoAvoidRail + div {
    order: 4;
  }
  .renewal2026 .evaluationKodomoPhotos {
    order: 5;
    clear: none;
    margin-top: 24px;
  }
}

body.sustainabilityTop {
  min-width: 0;
}

body.sustainabilityTop #container {
  background: transparent;
}

@media screen and (min-width: 768px) {
  body.sustainabilityTop #container {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  body.sustainabilityTop #container {
    width: 100%;
    max-width: none;
    padding: 0;
    overflow: visible;
  }
}

body.sustainabilityTop #tPath ol {
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  body.sustainabilityTop .renewal2026 .sustainabilityTopLinks {
    padding-right: 10px;
    padding-left: 10px;
  }
  body.sustainabilityTop .gFooter {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  body.sustainabilityTop .gFooter {
    margin-top: 0;
  }
}
