@charset "UTF-8";

.s2026-detail__toc {
  margin: 0 0 32px;
}

.s2026-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 300px);
  column-gap: 40px;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.s2026-detail-layout .Main__head,
.s2026-detail-layout .Main__guide {
  grid-column: 1 / -1;
}

.s2026-detail-layout .Main__body {
  grid-column: 1 / 2;
}

.s2026-detail-layout .Main__assist {
  grid-column: 2 / 3;
  padding: 0;
  max-width: none;
  min-width: 280px;
}

.s2026-detail-layout .Main__assist .main-lnav__stage1 {
  display: block;
}

.s2026-detail-layout .Main__assist .main-lnav__stage1>li {
  margin: 0 0 8px;
}

.s2026-detail-layout .Main__assist .main-lnav__title__type,
.s2026-detail-layout .Main__assist .main-lnav__stage1__type,
.s2026-detail-layout .Main__assist .main-lnav__stage1__type--blank {
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  line-break: normal !important;
}

.s2026-detail-layout .Main__assist .main-lnav__stage1>li>ul,
.s2026-detail-layout .Main__assist .main-lnav__stage2 {
  list-style: none;
  margin: 6px 0 0;
  padding: 0 0 0 8px;
}

.s2026-detail-layout .Main__assist .main-lnav__stage1>li>ul {
  display: none;
}

.s2026-detail-layout .Main__assist .main-lnav__stage1>li.is-open>ul {
  display: block;
}

.s2026-detail-layout .Main__assist .main-lnav__stage1>li>ul>li,
.s2026-detail-layout .Main__assist .main-lnav__stage2>li {
  margin: 4px 0 0;
}

.s2026-detail-layout .Main__assist .main-lnav__stage1>li>ul>li>a,
.s2026-detail-layout .Main__assist .main-lnav__stage2>li>a {
  display: block;
  font-size: 1.3rem;
  color: #666;
  position: relative;
  word-break: keep-all;
  overflow-wrap: normal;
  line-break: normal;
}

.s2026-detail-layout .Main__assist .main-lnav__stage1>li>ul>li>a:active,
.s2026-detail-layout .Main__assist .main-lnav__stage1>li>ul>li>a:focus,
.s2026-detail-layout .Main__assist .main-lnav__stage1>li>ul>li>a:hover {
  color: #666;
  text-decoration: underline;
}

.s2026-detail-layout .table,
.s2026-detail-layout .table__matrix,
.s2026-detail-layout .table__matrix th,
.s2026-detail-layout .table__matrix td,
.s2026-detail-layout .table__matrix .table__cell,
.s2026-detail-layout .table__matrix .table__cell--lv2,
.s2026-detail-layout .table__matrix .table__cell--lv3,
.s2026-detail-layout .table__matrix .table__cell--lv4 {
  font-size: 0.95em;
}

.s2026-detail-layout .table__matrix ul,
.s2026-detail-layout .table__matrix ol,
.s2026-detail-layout .table__matrix li {
  font-size: 1em;
}


.s2026-detail-layout .Main__assist .main-lnav {
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 3.75em;
}

.s2026-detail-layout .Main__assist .main-lnav__stage1>li.is-current>a,
.s2026-detail-layout .Main__assist .main-lnav__stage1>li.is-current>.main-lnav__stage1__type,
.s2026-detail-layout .Main__assist .main-lnav__stage1>li.is-current>.main-lnav__stage1__type--blank,
.s2026-detail-layout .Main__assist .main-lnav__stage1>li>ul>li.is-current>a,
.s2026-detail-layout .Main__assist .main-lnav__stage2>li.is-current>a {
  font-weight: 700;
  color: #1e3c82;
}

.s2026-detail-layout .Main__assist .main-lnav__title__type,
.s2026-detail-layout .Main__assist .main-lnav__stage1__type,
.s2026-detail-layout .Main__assist .main-lnav__stage1__type--blank {
  display: block;
  word-break: normal;
  overflow-wrap: normal;
  line-break: loose;
  white-space: normal;
}

.s2026-detail-layout .Main__content {
  padding-top: 4em;
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}

.s2026-detail-layout .business-bg-layout {
  width: auto;
  margin-top: 2.85em;
  margin-left: 0;
  margin-right: 0;
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.s2026-detail-layout .business-bg-layout__inner {
  padding-left: 0;
  padding-right: 0;
}

.s2026-detail-layout .business-bg-layout__inner> :first-child,
.s2026-detail-layout .business-bg-layout__inner>[class^="list-wrap"]> :first-child,
.s2026-detail-layout .business-bg-layout__inner>section:first-child> :first-child {
  margin-top: 0 !important;
}

.s2026-detail-layout .business-box {
  margin-top: 2.5em;
  border: 1px solid #e0e0e0;
  background: #fff;
}

.s2026-detail-layout .business-box__inner {
  padding: 1.625em 30px;
}

.s2026-detail-layout .business-box__inner> :first-child,
.s2026-detail-layout .business-box__inner>[class^="list-wrap"]> :first-child,
.s2026-detail-layout .business-box__inner>section:first-child> :first-child,
.s2026-detail-layout .business-media__head> :first-child,
.s2026-detail-layout .business-media__head>[class^="list-wrap"]> :first-child,
.s2026-detail-layout .business-media__head>section:first-child> :first-child,
.s2026-detail-layout .business-media__body> :first-child,
.s2026-detail-layout .business-media__body>[class^="list-wrap"]> :first-child,
.s2026-detail-layout .business-media__body>section:first-child> :first-child {
  margin-top: 0 !important;
}

.s2026-detail-layout .business-media {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.s2026-detail-layout .business-media__head {
  margin-right: 36px;
}

.s2026-detail-layout .business-media__body {
  flex: 1 1;
}

.s2026-detail-layout .business-media__image {
  margin: 0;
}

.s2026-detail-layout .business-media__frame {
  display: block;
  text-align: center;
}

.s2026-detail-layout .business-media__frame--modal {
  display: block;
  position: relative;
}

.s2026-detail-layout .business-media__frame--modal:before {
  position: absolute;
  right: 10px;
  bottom: 12px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #1e3c82;
  content: "";
}

.s2026-detail-layout .business-media__frame--modal:after {
  position: absolute;
  right: 23px;
  bottom: 25px;
  background: #fff;
  content: "";
}

.s2026-detail-layout .business-badge-wrap {
  margin-top: 1em;
  margin-bottom: -0.5em;
}

.s2026-detail-layout .business-badge-wrap>* {
  margin-right: 16px;
  margin-bottom: 0.5em;
}

@media (max-width: 767.98px) {
  .s2026-detail-layout .business-bg-layout {
    margin-top: 2.85em;
  }

  .s2026-detail-layout .business-bg-layout__inner {
    padding-left: 0;
    padding-right: 0;
  }

  .s2026-detail-layout .business-box {
    margin-top: 1.42em;
  }

  .s2026-detail-layout .business-box__inner {
    padding: 1.25em 19px;
  }

  .s2026-detail-layout .business-media {
    flex-direction: column !important;
  }

  .s2026-detail-layout .business-media__head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 0;
  }

  .s2026-detail-layout .business-media__body {
    flex: 1 0 auto;
    margin-top: 2.2em;
  }

  .s2026-detail-layout .business-badge-wrap>* {
    margin-right: 14px;
  }
}

.s2026-lead-block {
  background: #f5f5f5;
  padding: 18px 20px;
  margin: 0 0 24px;
}

.s2026-lead-block .sdgs-icon {
  margin: 0 0 12px;
}

.s2026-lead-block .sdgs-icon__list {
  justify-content: flex-start;
}

.s2026-lead-block .text {
  margin: 0;
}

.s2026-toc {
  border: 1px solid #dcdcdc;
  background: #f2f2f2;
}

.s2026-toc__toggle {
  width: 100%;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 56px 18px 56px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  cursor: pointer;
  position: relative;
}

.s2026-toc__label {
  letter-spacing: 0.04em;
}

.s2026-toc__icon {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 26px;
  height: 26px;
  transform: translateY(-50%) rotate(0deg);
  border: 1px solid #cfcfcf;
  background: #fff;
}

.s2026-toc__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
}

.s2026-toc__toggle[aria-expanded="true"] .s2026-toc__icon::before {
  transform: rotate(-135deg);
}

.s2026-toc__body {
  border-top: 1px solid #dcdcdc;
  background: #fff;
  padding: 24px 32px;
}

.s2026-toc__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 32px;
}

.s2026-toc__item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.s2026-toc__bullet {
  color: #555;
  font-size: 1.2rem;
  line-height: 1;
}

.s2026-toc__link {
  color: #333;
  text-decoration: none;
  font-size: 1.4rem;
}

.s2026-toc__link:hover,
.s2026-toc__link:focus {
  text-decoration: underline;
}

.s2026-detail-layout .s2026-hitoichi-buttons {
  flex-flow: row wrap !important;
  justify-content: center;
}

.s2026-detail-layout .s2026-hitoichi-buttons>* {
  width: calc((100% - 36px) / 2);
  margin-right: 36px;
  margin-bottom: 12px;
}

.s2026-detail-layout .s2026-hitoichi-buttons>*:nth-child(2n) {
  margin-right: 0;
}

.s2026-detail-layout .button-v2.button-v2--scale80 {
  width: 80%;
}

@media (max-width: 767.98px) {
  .s2026-detail__toc {
    margin-bottom: 24px;
  }

  .s2026-detail-layout {
    display: block;
    max-width: none;
    padding: 0 15px;
  }

  .s2026-toc__toggle {
    padding: 16px 48px;
  }

  .s2026-toc__body {
    padding: 20px;
  }

  .s2026-toc__list {
    grid-template-columns: 1fr;
  }

  .s2026-detail-layout .s2026-hitoichi-buttons>* {
    width: 100%;
    margin-right: 0;
  }
}

/* インデント用クラス */
.text-indent {
  display: block;
  margin-left: 1.1em;
}

/* 目指す人材像セクション */
.top-aspire__content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 460px));
  justify-content: center;
  gap: 35px 20px;
  position: relative;
  margin-top: 85px;
  padding: 0 25px 80px;
}

.top-aspire__content::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  inset: 65px 0 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1140 595'%3E%3Cpath d='m720,297.5c0,163.625-133.875,297.5-297.5,297.5h-125C133.875,595,0,461.125,0,297.5h0C0,133.875,133.875,0,297.5,0h125c163.625,0,297.5,133.875,297.5,297.5h0Z' style='fill: %23e5ecff;'/%3E%3Cpath d='m1140,297.5c0,163.625-133.875,297.5-297.5,297.5h-125c-163.625,0-297.5-133.875-297.5-297.5h0C420,133.875,553.875,0,717.5,0h125c163.625,0,297.5,133.875,297.5,297.5h0Z' style='fill: %23e1f5ff;'/%3E%3Cpath d='m570,39.089c-89.61,51.26-150,147.78-150,258.41h0c0,110.631,60.39,207.151,150,258.411,89.61-51.26,150-147.78,150-258.41h0c0-110.631-60.39-207.151-150-258.411Z' style='fill: %23b4c8fa; opacity: .25;'/%3E%3C/svg%3E") no-repeat center/100% 100%;
}

.top-aspire__item {
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.top-aspire__item._box {
  border-radius: 2px;
  border: 1px solid #0046ff;
  padding: 50px 60px 45px;
  background-color: #fff;
}

.top-aspire__item-title {
  color: #0046ff;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.46;
  text-align: center;
}

.top-aspire__item-desc {
  margin-top: 30px;
  font-size: 14px;
  letter-spacing: 0.005em;
  line-height: 1.56;
  text-align: justify;
}

.top-aspire__item-desc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.top-aspire__item-desc ul li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.top-aspire__item-desc ul li::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.1em;
  margin-right: 0.7em;
  border-radius: 50%;
  width: 0.5em;
  height: 0.5em;
  background-color: #0046ff;
}

.top-aspire__item-desc ul li+li {
  margin-top: 0.7em;
}

.top-aspire__item-desc ol {
  counter-reset: number 0;
  list-style: none;
  padding: 0;
  margin: auto;
  width: max-content;
  max-width: 100%;
  line-height: 1.3;
  columns: 2;
}

.top-aspire__item-desc ol li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.top-aspire__item-desc ol li::before {
  content: counter(number) ".";
  counter-increment: number 1;
  display: inline-block;
  width: 1.2em;
  color: #0046ff;
  text-indent: 0;
}

.top-aspire__item-desc ol li+li {
  margin-top: 0.9em;
}

.top-aspire__item-desc dl {
  margin: 0;
  padding: 0;
  text-align: center;
}

.top-aspire__item-desc dl+dl {
  margin-top: 15px;
}

.top-aspire__item-desc dt {
  font-weight: 500;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.top-aspire__item-desc dd {
  font-size: 13px;
  margin: 0;
  padding: 0;
}

/* ユーティリティクラス */
.u-sp {
  display: none;
}

.u-pc {
  display: inline;
}

@media (min-width: 768px) {
  .s2026-detail-layout .Main__assist {
    padding-top: 4em;
  }
}

@media (max-width: 767px) {
  .u-sp {
    display: inline;
  }

  .u-pc {
    display: none;
  }

  .top-aspire__content {
    display: grid;
    gap: 5px 25px;
    margin-top: 45px;
    padding: 35px 25px 0;
  }

  .top-aspire__content::before {
    top: 0;
    bottom: 15px;
    inset: 0 -10px 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 350 810'%3E%3Crect y='0' width='210' height='810' rx='80' ry='80' style='fill: %23e5ecff;'/%3E%3Crect x='140' y='0' width='210' height='810' rx='80' ry='80' style='fill: %23e1f5ff;'/%3E%3Cpath d='m140,80v650c0,27.495,13.875,51.744,35,66.144,21.125-14.4,35-38.649,35-66.144V80c0-27.495-13.875-51.744-35-66.145-21.125,14.4-35,38.65-35,66.145Z' style='fill: %23b4c8fa; opacity: .25;'/%3E%3C/svg%3E");
  }

  .top-aspire__item:first-of-type,
  .top-aspire__item:nth-of-type(2) {
    order: 1;
    grid-column: 1/-1;
  }

  .top-aspire__item:nth-of-type(3),
  .top-aspire__item:nth-of-type(4) {
    margin-bottom: 20px;
  }

  .top-aspire__item:nth-of-type(3) .top-aspire__item-title,
  .top-aspire__item:nth-of-type(4) .top-aspire__item-title {
    line-height: 1.29;
  }

  .top-aspire__item:nth-of-type(3) .top-aspire__item-desc,
  .top-aspire__item:nth-of-type(4) .top-aspire__item-desc {
    margin-top: 20px;
  }

  .top-aspire__item:nth-of-type(4) {
    margin-right: -10px;
  }

  .top-aspire__item._box {
    padding: 30px 25px 30px;
    width: 100%;
  }

  .top-aspire__item-title {
    font-size: 15px;
    line-height: 1.47;
  }

  .top-aspire__item-desc {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.54;
  }

  .top-aspire__item-desc ol {
    line-height: 1.2;
    columns: auto;
  }

  .top-aspire__item-desc ol li+li {
    margin-top: 0.3em;
  }

  .top-aspire__item-desc dl+dl {
    margin-top: 20px;
  }

  .top-aspire__item-desc dt {
    font-size: 13px;
  }

  .top-aspire__item-desc dd {
    font-size: 11px;
  }
}

.s2026-detail-layout .s2026-highlight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 34px;
}

.s2026-detail-layout .s2026-highlight-grid__item {
  margin: 0;
}

.s2026-detail-layout .s2026-highlight-grid__image {
  width: 100%;
  height: auto;
  display: block;
}

.s2026-detail-layout .s2026-highlight-table {
  margin-top: 32px;
}

.s2026-detail-layout .s2026-highlight-table__col--label {
  width: 23%;
}

.s2026-detail-layout .s2026-highlight-table__col--year {
  width: 15.4%;
}

@media (max-width: 767.98px) {
  .s2026-detail-layout .s2026-highlight-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .s2026-detail-layout .s2026-highlight-table {
    margin-top: 20px;
  }

  .s2026-detail-layout .s2026-highlight-table .table__matrix {
    min-width: 760px;
  }
}

.ir-calendar-table {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .ir-calendar-col--year {
    width: 20%;
  }

  .ir-calendar-col--date {
    width: 22%;
  }
}

@media screen and (min-width: 768px) {
  .ir-calendar-table {
    width: 70%;
  }

  .ir-calendar-col--year {
    width: 20%;
  }

  .ir-calendar-col--date {
    width: 20%;
  }
}

.c-black {
  color: #000;
}
