/* --------------------------------- Common --------------------------------- */
[class*="__wrapper-m"] {
  width: min(100%, 1100px);
  margin-inline: auto;
}

.cmn-py {
  padding-block: var(--sp-10);
}

.cmn-cta {
  width: min(100%, 1100px);
  position: relative;
  margin-block: var(--sp-10) var(--sp-4);
  text-align: center;
  background: no-repeat bottom center / contain
    url("../images/cmn-cta_deco1.webp");
  padding-bottom: var(--sp-4);
  margin: auto auto var(--sp-3);

  p {
    font-size: 32px;
    font-weight: var(--bold);
    color: var(--clr-main);
    text-align: center;

    span {
      color: var(--clr-sub02);
      background: var(--clr-accent);
    }
  }
}

/* トップのcmnヘッダー */
.top2025-header {
  width: 100%;
  margin-bottom: var(--sp-3);
  border-bottom: 1px solid var(--clr-txt);
  display: flex;
  justify-content: start;
  align-items: end;
  flex-flow: row nowrap;
  gap: var(--sp-2);
  color: var(--clr-txt);

  h3,
  p {
    font-weight: var(--bold);
    line-height: 1.5;
    letter-spacing: 0;
  }

  h3 {
    font-size: var(--h6-fz);
    margin-bottom: var(--sp-1);
  }

  p {
    color: var(--clr-sub02);
    margin: 0 !important;
    text-transform: uppercase;
    font-size: var(--h2-fz);
  }
}

/* .top2025-header--white {
  color: var(--clr-white);
  border-color: var(--clr-white);
  h3 {
    color: var(--clr-white);
  }
  p {
    color: var(--clr-white);
  }
} */

/* もっと詳しく知るボタン */
.top2025-button {
  /* width: 198px;
  height: 43px; */
  width: fit-content;
  margin: var(--sp-3) auto;
  border: 1px solid var(--clr-txt2);
  border-radius: 6px;

  .top2025-button__link {
    width: inherit;
    height: inherit;
    border-radius: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px var(--sp-3);

    span {
      font-size: var(--body-fz);
      font-weight: var(--regular);
      color: var(--clr-txt2);
      padding-left: var(--sp-3);
      position: relative;

      &::before {
        content: "";
        position: absolute;
        inset: 0 auto 0 0;
        margin-block: auto;
        width: 18px;
        height: 18px;
        background: no-repeat center/contain
          url("/assets/images/top_2025/top2025-button_icon.webp");
      }
    }
  }
}

.top2025-button--white {
  background-color: var(--clr-white);
}

.cmn-header {
  margin-bottom: var(--sp-3);

  h3,
  h4 {
    font-size: 32px;
    font-weight: var(--bold);
    color: var(--clr-sub02);
    position: relative;
    padding-left: 20px;

    &::before {
      content: "";
      position: absolute;
      inset: 0 auto 0 0;
      margin-block: auto;
      width: 11px;
      height: calc(100% - 10px);
      border-radius: 5px;
      background-color: var(--clr-sub02);
    }
  }
}

/* ---------------------------------- Sec00 --------------------------------- */
.sec00 {
  height: 517px;
  background: no-repeat center / cover url("../images/sec00_bg1.webp") !important;

  .sec00__wrapper {
    width: min(100%, 1293px);
    margin-inline: auto;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: end;
    position: relative;

    a {
      position: absolute;
      inset: auto 30px 4px auto;
      font-size: 49px;
      font-weight: var(--regular);
      color: var(--clr-white);
    }
  }
}

/* ---------------------------------- Sec01 --------------------------------- */
.sec01 {
  padding-bottom: 0;

  .sec01__header {
    margin-bottom: 60px;

    h3 {
      font-size: var(--h2-fz);
      font-weight: var(--bold);
      text-align: center;

      span {
        background: linear-gradient(
          to bottom,
          transparent 10%,
          var(--clr-accent) 10%,
          var(--clr-accent) 90%,
          transparent 90%
        );
      }
    }
  }

  .sec01__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row nowrap;
    gap: var(--sp-2);
    padding-bottom: var(--sp-10);
    margin-bottom: var(--sp-5);
    position: relative;

    &::before {
      content: "";
      position: absolute;
      inset: auto 0 0 0;
      margin-inline: auto;
      width: 226px;
      height: 55px;
      background: no-repeat center/ contain url("../images/sec01_deco1.webp");
    }
  }

  .sec01__item {
    .sec01__item-header {
      margin-bottom: var(--sp-1);

      h4 {
        font-size: var(--h5-fz);
        font-weight: var(--bold);
        color: var(--clr-main);
        text-align: center;
      }
    }
  }
}

/* ---------------------------------- Sec02 --------------------------------- */
.sec02 {
  background-color: var(--clr-sub01) !important;
  margin-bottom: var(--sp-10);

  .sec02__header {
    margin-bottom: 60px;

    h3 {
      font-size: 32px;
      font-weight: var(--bold);
      color: var(--clr-accent);
      text-align: center;
    }
  }

  .sec02__header2 {
    width: fit-content;
    margin-inline: auto;
    position: absolute;
    inset: 0 0 auto 0;
    background-color: var(--clr-white);
    border-radius: var(--sp-4);
    padding: 12px var(--sp-3);
    transform: translateY(-50%);

    h4 {
      font-size: var(--px-20);
      font-weight: var(--bold);
      color: #1f294a;
      text-align: center;
    }
  }

  .sec02__content {
    border: 3px solid var(--clr-white);
    border-radius: 13px;
    padding: 70px 55px 50px;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-flow: row nowrap;
    gap: var(--sp-3);
    position: relative;
  }

  .sec02__list {
    /* width: min(100%, 505px); */
    width: min(100%, 492px);
  }

  .sec02__item {
    position: relative;
    padding-left: var(--sp-4);
    font-size: 15px;
    font-weight: var(--bold);
    color: var(--clr-white);

    &:not(:last-child) {
      margin-bottom: var(--sp-2);
    }

    &::before {
      content: "";
      position: absolute;
      inset: 0 auto 0 0;
      margin-block: auto;
      width: 25px;
      height: 20px;
      background: no-repeat center/ contain url("../images/sec02_deco1.webp");
      transform: translateY(1px);
    }
  }
}

/* ---------------------------------- Sec03 --------------------------------- */
.sec03 {
  .sec03__textbox1,
  .sec03__textbox2 {
    margin-bottom: var(--sp-3);

    p {
      text-align: left;
    }
  }

  .sec03__textbox1 {
    p {
      font-size: var(--h4-fz);
      font-weight: var(--bold);

      span {
        color: var(--clr-red);
      }
    }
  }

  .sec03__textbox2 {
    p {
      font-size: var(--fz-body);
      font-weight: var(--regular);

      span {
        /* background-color: var(--clr-accent); */
        font-weight: var(--bold);
        background: linear-gradient(
          to bottom,
          transparent 10%,
          var(--clr-accent) 10%,
          var(--clr-accent) 90%,
          transparent 90%
        );
      }
    }
  }

  .sec03__box1 {
    background-color: var(--clr-bg);
    padding: var(--sp-4);
    margin-bottom: var(--sp-5);

    .sec03__box1-header {
      margin-bottom: var(--sp-3);

      h4 {
        font-size: var(--px-20);
        font-weight: var(--bold);
        text-align: center;
      }
    }

    .sec03__box1-img {
      display: block;
      margin: auto auto var(--sp-2);
    }

    .sec03__box1-link {
      display: block;
      width: fit-content;
      /* width: min(100%, 1006px); */
      margin-inline: auto var(--sp-1);
      font-size: var(--small-fz);
      text-decoration: underline;
      text-align: right;
    }
  }

  .sec03__box2 {
    margin-bottom: var(--sp-5);

    .sec03__box2-header {
      background-color: var(--clr-sub02);
      padding: var(--sp-3);

      h4 {
        width: fit-content;
        margin-inline: auto;
        font-size: var(--h4-fz);
        font-weight: var(--bold);
        text-align: center;
        color: var(--clr-accent);
        position: relative;
        padding-inline: 70px;

        &::before,
        &::after {
          content: "";
          position: absolute;
          margin-block: auto;
          width: 46px;
          height: 40px;
          background: no-repeat center/ contain url("../images/sec03_deco1.webp");
        }

        &::before {
          inset: 0 auto 0 0;
        }

        &::after {
          inset: 0 0 0 auto;
        }
      }
    }

    .sec03__list {
      background-color: var(--clr-sub02);
      padding: 0 22px 40px;
      display: flex;
      justify-content: center;
      align-items: stretch;
      flex-flow: row wrap;
      gap: var(--sp-3);
    }

    .sec03__item {
      width: min(100%, 335px);
      padding: var(--sp-3);
      background-color: var(--clr-white);
      display: flex;
      justify-content: center;
      align-items: center;

      p {
        font-size: var(--px-20);
        font-weight: var(--bold);
      }
    }
  }

  .sec03__box3 {
    padding-bottom: 95px;
    background: no-repeat bottom center / 226px 55px
      url("../images/sec01_deco1.webp");

    p {
      font-size: var(--h4-fz);
      font-weight: var(--bold);
      color: var(--clr-sub02);
      text-align: center;
    }
  }
}

/* ---------------------------------- Case ---------------------------------- */
#case .more_btn_2011 {
  margin-top: var(--sp-5);
}
#case .cmn-h2 {
  margin-bottom: var(--sp-5);
}
#case h2.title {
  font-size: 36px;
  text-decoration: none;
}

#case .inner {
  padding-block: 0;
}

/* .case__header {
  margin-bottom: var(--sp-5);

  h3 {
    font-size: var(--h2-fz);
    font-weight: var(--bold);
    text-decoration: underline;
    text-align: center;
  }
} */

#case .case__textbox {
  margin-bottom: var(--sp-3);

  p {
    text-align: center;
    font-size: var(--h4-fz);
    font-weight: var(--bold);
    line-height: 1.5;
    letter-spacing: 0;
    color: var(--clr-txt);

    span {
      background-color: #ffff00;
    }
  }
}

.case_title {
  outline: none !important;
}

.case_title .sub-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  font-size: var(--h4-fz);
  line-height: 1.5;
  font-weight: var(--bold);
  text-align: center;
  margin-bottom: var(--sp-5);
}

.case_title .sub-title strong {
  display: block;
  color: var(--clr-main);
  font-weight: var(--black);
  font-size: var(--h2-fz);
}

/* .case_cont */
.case_cont {
  margin: 0 auto;
  background-color: #f8f8f8;
  padding: 18.3px 16px;
}

.case_cont-header {
  position: relative;
  display: flex;
  gap: var(--sp-2);
}

.case_cont-header::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0;
  background-color: #2f4365;
  border-radius: 4px;
}

.case_cont-tab {
  padding-inline: 0 !important;
}

.case_cont-tab .img {
  width: 85px;
  margin: 0 auto;
}
.case_cont-tab:nth-of-type(6) .img {
  width: 90px;
  padding-top: 15px;
}
.case_cont-tab .img img {
  max-width: 100%;
}

.case_cont-tab .ttl {
  /* font-size: var(--h6-fz); */
  /* font-size: var(--body-fz); */
  font-size: 14px;
  /* color: var(--clr-main); */
  margin-bottom: var(--sp-1);
  font-weight: var(--bold);
  text-align: center;
}

.case_cont-header .case_cont-tab {
  flex: 1;
  text-align: center;
  padding: 11px;
  padding-top: 19px;
  cursor: pointer;
  font-weight: bold;
  border: 3px solid #eaeaea;
  /* 左右下のボーダー */
  border-top: none;
  /* 上のボーダーを削除 */
  border-radius: 10px 10px 0 0;
  /* 上の角だけ丸くする */
  opacity: 0.6;
  position: relative;
  /* 擬似要素のために必要 */
  background-color: #fff;
  /* 背景色を追加 */
}

.case_cont-header .case_cont-tab::before {
  content: "";
  position: absolute;
  top: 0;
  left: -3px;
  right: 0;
  width: calc(100% + 6px);
  height: 11px;
  /* background-color: var(--clr-main); */
  background-color: #1f294a;
  border-radius: 10px 10px 0 0;
  z-index: 2;
}

.case_cont-header .case_cont-tab.active {
  position: relative;
  opacity: 1;
  background-color: #eaeaea;
  z-index: 2;
}

.case_cont-header .case_cont-tab.active::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: -3px;
  right: 0;
  width: calc(100% + 6px);
  height: 5px;
  background-color: #eaeaea;
  /* border-radius: 10px 10px 0 0; */
  z-index: 2;
}

.case_cont-content {
  display: none;
  background-color: #eaeaea;
  padding: 18.3px 16px;
}

.case_cont-content.active {
  display: block;
}

.case_cont-consult-box,
.case_cont-ddf-box {
  padding: var(--sp-2);
  background: var(--clr-white);
}

.case_cont-consult-box,
.case_cont-ddf-box {
  p {
    font-size: var(--body-fz);
  }
}

.case_cont-consult-title {
  width: fit-content;
  /* background-color: var(--clr-main); */
  background-color: #1f294a;
  color: var(--clr-white);
  font-size: var(--h6-fz);
  font-weight: var(--bold);
  padding: var(--sp-05) var(--sp-1);

  margin-bottom: 14px;
}

.case_cont-ddf-title {
  width: fit-content;
  background-color: #1facd4;
  color: var(--clr-white);
  font-size: var(--h6-fz);
  padding: var(--sp-05) var(--sp-1);
  font-weight: bold;
  margin-bottom: 14px;
}

.case_cont-inner {
  display: flex;
  gap: var(--sp-2);
}

.case_cont-inner > div {
  flex: 1;
  width: 510px;
  min-height: 400px;
}

/* ---------------------------------- Sec05 --------------------------------- */
.sec05 {
  background-color: var(--clr-bg) !important;
  padding-top: var(--sp-5);
  /* padding-block: var(--sp-5); */

  .sec05__container {
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-flow: row nowrap;
    margin-bottom: var(--sp-3);
  }

  .sec05__box {
    width: min(100%, 965x);
    border-radius: 10px;
    background-color: var(--clr-sub03);
    padding: var(--sp-3);
    position: relative;

    &::before {
      content: "";
      position: absolute;
      inset: 24px 0 auto auto;
      width: 36px;
      height: 21px;
      background: no-repeat center/ contain url("../images/sec05_deco1.webp");
      transform: translateX(80%);
    }
  }

  .sec05__header {
    margin-bottom: var(--sp-2);

    h3 {
      font-size: var(--h4-fz);
      font-weight: var(--bold);
      color: var(--clr-white);
    }
  }

  .sec05__textbox {
    p {
      font-size: var(--body-fz);
      font-weight: var(--regular);
      color: var(--clr-white);

      span {
        color: var(--clr-accent);
      }
    }
  }

  /* サービスカード群のラッパー */
  .service-sec_wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
    margin-bottom: 32px;
  }

  /* 各サービスカード */
  .service-sec_item {
    background: #fff;
    border: 1px solid #000;
    border-radius: 6px;
    overflow: hidden;
    transition: 0.3s;
  }

  /* カード全体をリンクエリアに */
  .service-sec_item a {
    color: inherit;
    text-decoration: none;
    display: block;
    padding: 24px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .service-sec__item--cont {
    margin-bottom: 0;
  }
  /* サービスタイトル */
  .service-sec__item--ttl {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding-bottom: 8px;
    border-bottom: 1px dashed #000;
    margin-bottom: 16px;
    line-height: 1;
    font-weight: 700;
    color: #103e76;
    position: relative;

    &::before {
      content: "";
      position: absolute;
      inset: 0 0 0 auto;
      margin-block: auto;
      width: 18px;
      height: 18px;
      background: no-repeat center / contain url("../images/sec05_deco3.webp");
      transform: translateY(-3px);
    }
  }
  .service-sec_item:hover {
    opacity: 1;
    background: #103e76;
    color: #fff;
    border: 1px solid #fff;
    a {
      opacity: 1;
    }
    .service-sec__item--ttl {
      color: #fff;
      border-bottom: 1px dashed #fff;
    }
    .service-sec__item--txt {
      color: #fff;
    }
  }
  /* ホバー時の強調 */
  .service-sec_item:hover .service-sec__item--ttl::after {
    transform: translatex(4px);
  }

  .service-sec__item--ttl::after {
    content: "";
    /* background: url("../images/icon_service-sec__item--ttl.webp") no-repeat
      center center; */
    background-size: contain;
    display: block;
    width: 18px;
    height: 18px;
    transition: transform 0.18s ease;
  }

  /* 説明文 */
  .service-sec__item--txt {
    color: #000;
  }

  /* 強調文字（strongタグ） */
  .service-sec__item--txt strong {
    font-weight: bold;
  }

  /* PC: 3カラム対応（3×3+1構成） */
  @media screen and (min-width: 768px) {
    .service-sec_wrap {
      grid-template-columns: repeat(3, 1fr);
      gap: 32px;
    }
  }

  /* SP: パディング調整 */
  @media screen and (max-width: 767px) {
    .service-sec_item a {
      padding: 16px;
    }

    .sx-cnt_wrap {
      padding: 28px 12px;
    }
  }

  /* もっと詳しく知るボタン */
  .service-button {
    width: fit-content;
    margin: var(--sp-3) auto;
    border: 1px solid var(--clr-txt2);
    border-radius: 6px;
    margin-bottom: var(--sp-10);

    .service-button__link {
      width: inherit;
      height: inherit;
      border-radius: inherit;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 12px var(--sp-3);
      background: var(--clr-white);

      span {
        font-size: var(--body-fz);
        font-weight: var(--regular);
        color: var(--clr-txt2);
        padding-left: var(--sp-3);
        position: relative;

        &::before {
          content: "";
          position: absolute;
          inset: 0 auto 0 0;
          margin-block: auto;
          width: 18px;
          height: 18px;
          background: no-repeat center/contain url("../images/sec05_deco4.webp");
        }
      }
    }
  }
}

/* ---------------------------------- Sec06 --------------------------------- */
#sec06 {
}

#sec06 .inner {
  padding-bottom: 0;
}

#sec06 h2.title {
  text-decoration: none;
  margin-bottom: var(--sp-10);
}

.sec06_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* flex-wrap: wrap; */
  /* margin-bottom: var(--sp-10); */
}

.sec06_list .list {
  /* width: 771px; */
}

.sec06_list .list li {
  position: relative;
  font-size: var(--h6-fz);
  font-weight: var(--bold);
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: var(--sp-1) 0;
  padding-left: var(--sp-3);
  border-bottom: 1px solid #eaeaea;
}

.sec06_list .list li::before {
  position: absolute;
  top: calc(50% - 9px);
  left: 0;
  content: "";
  display: block;
  background: url("../img/icon_check.webp") no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}

.sec06_list .img {
  width: 305px;
}

.sec06_content {
  /* margin-bottom: var(--sp-10); */
}

.sec06_content-list {
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: var(--sp-2);
  margin-bottom: var(--sp-10);
}

.sec06_content-list-item {
  /* width: var(--col-5); */
  padding: var(--sp-3) 0;
  display: grid;
  justify-content: center;
  align-items: center;
  gap: var(--sp-2);
  border: 1px solid #eaeaea;
}

.sec06_content-list-item .title {
  font-size: var(--h6-fz);
  line-height: 1.5;
}

.sec06_content-list-item .icon {
  width: 50px;
  margin: 0 auto;
}

.sec06_content-list-item:last-of-type .icon {
  width: 100px;
}

.sec06_content-list-item .icon img {
  max-width: 100%;
}

.sec06_txt {
  padding: var(--sp-5);
}

.sec06_txt .title {
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: var(--sp-4);
}

.sec06_txt-cont {
  width: 858px;
  background-color: var(--clr-white);
  padding: var(--sp-3);
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: var(--sp-3);
}

.sec06_txt-cont01 {
  margin-bottom: var(--sp-2);
}

.sec06_txt-cont02 {
  margin-bottom: 96px;
}

.sec06_txt-cont .img {
  width: 85px;
}

.sec06_txt-cont .txt {
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
}

.sec06_txt-cont .txt h4 {
  font-size: var(--h6-fz);
  font-weight: var(--bold);
  line-height: 1.5;
}

.sec06_txt .sec_cta {
  position: relative;
}

.sec06_txt .sec_cta::before {
  position: absolute;
  top: calc(-32px - 32px);
  left: calc(50% - 30px);
  content: "";
  display: block;
  background: url("../img/icon_tr_main.webp") no-repeat;
  background-size: contain;
  width: 60px;
  height: 32px;
}

/* ---------------------------------- Sec07 --------------------------------- */
.sec07 {
  overflow: initial;
  margin-top: var(--sp-10);
  padding-top: var(--sp-3);
  background: no-repeat bottom center / cover url("../images/sec07_bg1.webp") !important;
  height: 630px;
  padding-top: var(--sp-10);
  @media screen and (max-width: 1600px) {
    height: 540px;
    padding-top: var(--sp-5);
  }
  .sec07__header {
    /* width: fit-content;
    position: absolute;
    inset: 0 0 auto 0;
    margin-inline: auto;
    transform: translateY(-40px); */
    margin-bottom: 55px;

    h3 {
      font-size: var(--h3-fz);
      font-weight: var(--bold);
      color: var(--clr-white);
      text-align: center;
    }
  }

  .sec07__content {
    margin-top: var(--sp-4);
  }

  .sec07__title {
    font-size: var(--h4-fz);
    font-weight: var(--bold);
    color: var(--clr-white);
    margin-bottom: var(--sp-2);
  }

  .sec07__textbox {
    margin-bottom: var(--sp-5);

    p {
      font-size: var(--fz-body);
      font-weight: var(--regular);
      color: var(--clr-white);

      span {
        font-weight: var(--bold);
        color: var(--clr-accent);
      }
    }
  }
}

/* ---------------------------------- Sec08 --------------------------------- */
.sec08 {
  .sec08__box {
    background-color: #f3f5f9;
    padding: var(--sp-5) calc(50% - 550px);
    margin-bottom: var(--sp-5);

    .cmn-header2 {
      margin-bottom: var(--sp-4);
    }
  }

  .sec08__list {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-flow: row nowrap;
    gap: var(--sp-4);
    /* padding-bottom: var(--sp-5); */
    position: relative;
    margin-bottom: var(--sp-2);
    /* 
    &::before {
      content: '';
      position: absolute;
      inset: auto 0 0 0;
      margin-inline: auto;
      width: calc(var(--sp-1) * 6);
      height: 20px;
      background: no-repeat center / contain url('../img/sec08_deco1.webp');
    } */
  }

  .sec08__deco {
    display: block;
    margin: 0 auto var(--sp-2);
  }

  .sec08__item-count {
    position: absolute;
    inset: 0 0 auto 0;
    width: fit-content;
    margin-inline: auto;
    transform: translateY(-50%);

    span {
      color: #30a9cc;
      font-weight: var(--bold);
      font-size: 28px;
      text-align: center;
      position: relative;

      &::before {
        content: "";
        position: absolute;
        inset: auto 0 0 0;
        margin-inline: auto;
        width: 19px;
        height: 3px;
        background-color: #30a9cc;
        transform: translateY(var(--sp-1));
      }
    }
  }

  .sec08__item {
    width: min(100%, 345px);
    background-color: var(--clr-white);
    padding: 50px 29px 25px 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    position: relative;

    &:not(:last-child) {
      &::before {
        content: "";
        position: absolute;
        inset: 0 0 0 auto;
        width: 51px;
        height: 35px;
        margin-block: auto;
        background: no-repeat center / contain url("../images/sec08_deco6.webp");
        transform: translateX(35px);
      }
    }
  }

  .sec08__item-header {
    width: 100%;
    height: 66px;
    margin-bottom: var(--sp-1);

    h5 {
      font-weight: var(--bold);
      font-size: var(--h5-fz);
    }
  }

  .sec08__item-textbox {
    margin-bottom: var(--sp-2);

    p {
      line-height: 1.5;
      letter-spacing: 0;
      font-size: var(--body-fz);
      font-weight: var(--medium);
    }
  }

  .sec08__item-img {
    display: block;
    width: 100%;
    height: auto;
    margin: auto auto 0 auto;
  }

  .sec08__textbox {
    padding: var(--sp-4) var(--sp-1);
    background-color: #41b3dd;

    p {
      font-size: 24px;
      font-weight: var(--bold);
      text-align: center;
      color: var(--clr-white);
      margin-bottom: 0;

      span {
        font-weight: inherit;
        color: #fff833;
      }
    }
  }

  .sec08__list2 {
    /* margin-bottom: var(--sp-4); */
  }

  .sec08__item2 {
    height: 205px;
    background-color: var(--clr-bg);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row nowrap;
    gap: var(--sp-3);
    padding: var(--sp-2);
    padding-left: 107px;
    position: relative;

    &:not(:last-child) {
      margin-bottom: 27px;
    }

    &:last-child {
      .sec08__item2-deco {
        height: auto;
      }
    }
  }

  .sec08__item2-deco {
    position: absolute;
    inset: 0 auto 0 0;
    width: 83px;
    height: 232px;
  }

  .sec08__item2-box {
    flex-grow: 1;
  }

  .sec08__item2-header {
    width: fit-content;
    border-bottom: 3px solid #206ba9;
    margin-bottom: var(--sp-1);

    h5 {
      color: #206ba9;
      font-weight: var(--bold);
      font-size: var(--h5-fz);
    }
  }

  .sec08__item2-textbox {
    p {
      font-weight: var(--medium);
      font-size: var(--body-fz);

      &:not(:last-child) {
        margin-bottom: var(--sp-05);
      }

      em {
        font-weight: var(--bold);
        font-size: var(--h6-fz);
        font-style: normal;
        color: inherit;
      }
    }

    span {
      background-color: #fff833;
    }
  }
}

/* ---------------------------------- Sec09 --------------------------------- */
.sec09 {
  background-color: #f8f8f8 !important;
  padding-bottom: 0;
  margin-bottom: var(--sp-10);

  .sec09__content {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-flow: row nowrap;
    /* gap: var(--sp-10); */
    gap: var(--sp-3);
  }

  .sec09__header {
    margin-bottom: var(--sp-3);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row nowrap;
    gap: var(--sp-2);

    &::before,
    &::after {
      content: "";
      height: var(--sp-05);
      border-block: 1px solid var(--clr-txt);
      flex-grow: 1;
    }

    h3 {
      font-size: 32px;
      font-weight: var(--bold);
    }
  }

  .sec09__textbox {
    margin-top: var(--sp-4);

    p {
      font-size: var(--body-fz);
      font-weight: var(--medium);

      &:not(:last-child) {
        margin-bottom: var(--sp-2);
      }
    }
  }
}

/* ---------------------------------- Sec10 --------------------------------- */
.sec10 {
  padding-bottom: 0;
  counter-reset: count;

  .sec10__header {
    counter-increment: count;
    background-color: var(--clr-bg);
    border-block: 3px solid var(--clr-sub04);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row nowrap;
    margin-bottom: var(--sp-4);

    p {
      width: fit-content;
      display: block;
      padding: var(--sp-1) var(--sp-4);
      border-radius: 0 30px 30px 0;
      text-transform: uppercase;
      font-size: var(--px-20);
      font-weight: var(--bold);
      color: var(--clr-white);
      background-color: var(--clr-sub04);

      &::after {
        content: counter(count, decimal-leading-zero);
        font-size: 28px;
      }
    }

    h5 {
      flex-grow: 1;
      font-size: var(--h5-fz);
      font-weight: var(--bold);
      color: var(--clr-sub04);
      padding-inline: var(--sp-2);
    }
  }

  .sec10__content1 {
    background-color: var(--clr-bg);
    padding-block: var(--sp-5);
    margin-bottom: var(--sp-5);

    .sec10__content1-textbox {
      margin-bottom: var(--sp-2);

      p {
        font-size: var(--h4-fz);
        font-weight: var(--bold);
      }
    }

    .sec10__list {
      display: flex;
      justify-content: center;
      align-items: stretch;
      flex-flow: row wrap;
      gap: var(--sp-4);
    }

    .sec10__item {
      width: min(100%, 345px);
      background: var(--clr-white);
      padding: var(--sp-3);
      display: flex;
      justify-content: start;
      align-items: center;
      flex-flow: column nowrap;
      gap: var(--sp-2);

      .sec10__item-header {
        height: 105px;

        h5 {
          font-size: 24px;
          font-weight: var(--bold);
          text-align: center;
        }
      }
    }
  }

  .sec10__content2 {
    margin-bottom: var(--sp-5);

    .sec10__content2-cont {
      display: flex;
      justify-content: center;
      align-items: start;
      flex-flow: row wrap;
      gap: var(--sp-4);
    }

    .sec10__content2-box {
      width: min(100%, 641px);

      p {
        margin-bottom: var(--sp-2);

        &:nth-child(1) {
          font-size: var(--h5-fz);
          font-weight: var(--bold);
        }

        &:nth-child(2) {
          font-size: var(--fz-body);
          font-weight: var(--medium);

          span {
            background: linear-gradient(
              to bottom,
              transparent 10%,
              var(--clr-accent) 10%,
              var(--clr-accent) 90%,
              transparent 90%
            );
          }
        }
      }

      ul {
        list-style: "※ " outside;
        font-size: var(--fz-small);
        font-weight: var(--regular);
        padding-left: var(--sp-2);
      }
    }
  }

  .sec10__list2 {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-flow: row wrap;
    gap: var(--sp-5);
    margin-bottom: var(--sp-5);
  }

  .sec10__item2 {
    width: min(100%, 177px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    gap: var(--sp-2);

    h6 {
      font-size: var(--h6-fz);
      font-weight: var(--bold);
      text-align: center;
    }

    &:nth-child(3) {
      width: min(100%, 218px);
    }

    &:nth-child(4) {
      width: min(100%, 250px);
    }
  }

  .sec10__img {
    display: block;
    margin: auto auto var(--sp-5);

    &:nth-of-type(2) {
      /* margin-bottom: 0; */
    }
  }

  .sec10__textbox {
    margin: 0 auto var(--sp-3);
    padding-inline: 45px;

    p {
      font-size: var(--body-fz);
      font-weight: var(--bold);

      &:nth-child(1) {
        font-size: var(--h5-fz);
        margin-bottom: var(--sp-2);
      }

      span {
        background-color: var(--clr-accent);
      }
    }
  }
}
