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

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

.sp-px {
  padding-inline: var(--sp-2);
}

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

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

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

/* トップのcmnヘッダー */
.top2025-header {
  margin-bottom: var(--sp-4);

  p,
  h3 {
    font-weight: var(--bold);
    text-align: center;
  }

  p {
    font-size: var(--h4-fz);
    color: var(--clr-sub02);
    margin-bottom: var(--sp-05);
    text-transform: uppercase;
  }

  h3 {
    font-size: var(--body-fz);
  }
}

/* もっと詳しく知るボタン */
.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: var(--px-20);
    font-weight: var(--bold);
    color: var(--clr-sub02);
    position: relative;
    padding-left: var(--sp-2);

    &::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 top center / cover url("../images/sec00_bg1.webp") !important; */

  .sec00__header {
    h2 {
      img {
        width: 100%;
      }
    }
  }

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

    img {
      width: 100%;
    }

    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: var(--sp-4);

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

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

  .sec01__list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    /* gap: 11px var(--sp-4); */
    gap: var(--sp-4) calc((11 / 390) * 100vw);
    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 {
    /* width: calc((173px / 390) * 100vw); */

    .sec01__item-img {
      width: calc((173 / 390) * 100vw);
      height: calc((138 / 390) * 100vw);
      display: block;
      margin-inline: auto;
    }

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

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

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

  .sec02__header {
    margin-bottom: calc((50 / 390) * 100vw);

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

  .sec02__header2 {
    width: fit-content;
    /* width: 100%; */
    margin-inline: auto;
    position: absolute;
    inset: 0 0 auto 0;
    background-color: var(--clr-white);
    border-radius: var(--sp-3);
    padding: var(--sp-1) 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: calc((60 / 390) * 100vw) var(--sp-2) var(--sp-2);
    display: flex;
    justify-content: center;
    align-items: start;
    flex-flow: row wrap;
    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: var(--body-fz);
    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);
    }
  }

  .sec02__img {
    display: block;
    width: 100%;
  }
}

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

    p {
      text-align: left;
    }
  }

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

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

  .sec03__textbox2 {
    p {
      font-size: var(--fz-small);
      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-3) var(--sp-2);
    margin-bottom: var(--sp-5);

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

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

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

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

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

    .sec03__box2-header {
      background-color: var(--clr-sub02);
      padding: var(--sp-3) calc((11 / 390) * 100vw);

      h4 {
        /* width: fit-content; */
        margin-inline: auto;
        font-size: var(--h5-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 var(--sp-2) var(--sp-2);
      display: flex;
      justify-content: center;
      align-items: stretch;
      flex-flow: row wrap;
      gap: var(--sp-2);
    }

    .sec03__item {
      /* width: min(100%, 335px); */
      width: 100%;
      height: calc((105 / 390) * 100vw);
      padding: var(--sp-2);
      background-color: var(--clr-white);
      display: flex;
      justify-content: center;
      align-items: center;

      p {
        font-size: var(--body-fz);
        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(--px-20);
      font-weight: var(--bold);
      color: var(--clr-sub02);
      text-align: center;
    }
  }
}

/* ---------------------------------- Case ---------------------------------- */
#case .inner {
  padding-top: 0;
  width: 96%;
}
#case .more_btn_2011 {
  margin-top: var(--sp-5);
}
#case .cmn-h2 {
  margin-bottom: var(--sp-5);
}
#case h2.title {
  font-size: 4vw;
  /* text-decoration: none; */
}

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

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

.case__textbox {
  margin-bottom: calc((20 / 390) * 100vw);

  p {
    text-align: left;
    font-weight: var(--bold);
    font-size: var(--body-fz);
    line-height: 1.5;
    letter-spacing: 0;

    span {
      background: linear-gradient(
        to bottom,
        transparent 15%,
        #ffff00 15%,
        #ffff00 95%,
        transparent 95%
      );
    }
  }
}

.case_title {
}

.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; */
  margin-bottom: var(--sp-4);
}

.case_cont-header {
  position: relative;
  display: flex;
  gap: 0.8vw;
}
.case_cont-header::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0;
  background-color: #2f4365;
  border-radius: 4px;
}
.case_cont-tab .img {
  width: 12vw;
  margin: 0 auto;
}

.case_cont-tab .img img {
  max-width: 100%;
}

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

@media screen and (width <= 450px) {
  .case_cont-tab .ttl {
    zoom: 0.8;
  }
}

.case_cont-header .case_cont-tab {
  flex: 1;
  text-align: center;
  padding: var(--sp-05) 1px;
  padding-top: 19px;
  cursor: pointer;
  font-weight: bold;
  border: 2px solid #eaeaea;
  /* 左右下のボーダー */
  border-top: none;
  /* 上のボーダーを削除 */
  border-radius: 10px 10px 0 0;
  /* 上の角だけ丸くする */
  opacity: 0.6;
  position: relative;
  /* 擬似要素のために必要 */
  background-color: #fff;
  /* 背景色を追加 */
  display: grid;
  justify-content: center;
  align-items: start;
}
.case_cont-header .case_cont-tab::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  right: 0;
  width: calc(100% + 4px);
  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: -7px;
  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: var(--sp-2);
}

.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-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: 3vw;
}

.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: 3vw;
}

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

.case_cont-inner > div {
  flex: 1;
}

/* .more_btn_2011 */
.more_btn_2011 {
  /* zoom: 80%; */
}
.more_btn_2011 a {
  width: fit-content;
  display: block;
  margin: 0 auto;
}

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

  .sec05__container {
    display: flex;
    justify-content: center;
    align-items: end;
    flex-flow: column nowrap;
    /* margin-bottom: var(--sp-2); */

    &::after {
      display: block;
      content: "";
      position: relative;
      inset: auto 0 0 auto;
      width: calc((148 / 390) * 100vw);
      height: calc((158 / 390) * 100vw);
      background: no-repeat center/ contain url("../images/sp/sec05_deco3.webp");
      transform: translateY(calc((-22 / 390) * 100vw));
    }
  }

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

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

    h3 {
      font-size: var(--px-20);
      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: 4.1vw;
    margin-bottom: 8.21vw;
  }

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

  /* カード全体をリンクエリアに */
  .service-sec_item a {
    color: inherit;
    text-decoration: none;
    display: block;
    padding: 6.15vw;
    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: 2.05vw;
    border-bottom: 1px dashed #000;
    margin-bottom: 4.1vw;
    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 .service-sec__item--ttl::after {
    transform: translatex(1.03vw);
  }

  .service-sec__item--link {
    display: none;
    /* display: flex; */
    align-items: center;
    justify-content: flex-end;
    color: #103e76 !important;
    gap: 1.03vw;
    margin-top: 4.1vw !important;
  }
  .service-sec__item--link::after {
    content: "";
    /* background: url("../images/icon_service-sec__item--ttl.webp") no-repeat
      center center; */
    background-size: contain;
    display: block;
    width: 4.62vw;
    height: 4.62vw;
    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: 8.21vw;
    }
  }

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

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

    .service-button__link {
      width: inherit;
      height: inherit;
      border-radius: inherit;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 3.08vw 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: 4.62vw;
          height: 4.62vw;
          background: no-repeat center/contain url("../images/sec05_deco4.webp");
        }
      }
    }
  }

  .service-sec_img {
    padding-top: 0;
  }
}

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

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

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

.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: 3vw;
  left: 0;
  content: "";
  display: block;
  background: url("../img/icon_check.webp") no-repeat;
  background-size: contain;
  width: 4.62vw; /* 18px -> 4.62vw */
  height: 4.62vw; /* 18px -> 4.62vw */
}

.sec06_list .img {
  width: 100%;
}

.sec06_content {
  /* margin-bottom: var(--sp-4); */
}
.sec06_content .cmn-h3 {
  margin-bottom: var(--sp-2);
}
.sec06_content-list {
  /* width: 1500px; */
  width: fit-content;
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
  gap: var(--sp-1);
  flex-wrap: nowrap;
}
.sec06_content-list-box {
  overflow-x: scroll;
  background-color: var(--clr-bg);
  padding: var(--sp-1);
  padding-bottom: var(--sp-2);
}
.sec06_content-list-item {
  background-color: var(--clr-white);
  /* width: var(--col-5); */
  padding: var(--sp-1);
  display: grid;
  justify-content: center;
  align-items: center;
  gap: var(--sp-1);
  border: 1px solid #eaeaea;
  width: calc((135 / 390) * 100vw);
  /* height: calc((135 / 390) * 100vw); */
}

.sec06_content-list-item .title {
  /* font-size: var(--h6-fz); */
  font-size: calc((12 / 390) * 100vw);
  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 {
  background-color: var(--clr-white);
  /* padding: var(--sp-5); */
}

.sec06_txt .title {
  font-size: var(--h6-fz);
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  margin-bottom: var(--sp-4);
}
.sec06_txt .title span {
  position: relative;
  display: block;
  margin-bottom: 13.3vw;
}
.sec06_txt .title span::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: calc(50% - 19px);
  display: block;
  width: 38px;
  height: 20px;
  background: url("../img/icon_tr.webp") no-repeat;
  background-size: contain;
}

.sec06_txt-cont {
  background-color: var(--clr-bg);
  padding: 4.6vw 3.1vw;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: var(--sp-3);

  width: 100vw;
  margin-left: -2.05vw;
}

.sec06_txt-cont01 {
  padding-bottom: 0;
}

.sec06_txt-cont02 {
  margin-bottom: var(--sp-4);
}

.sec06_txt-cont .img {
  width: 18vw;
}

.sec06_txt-cont .txt {
  display: flex;
  flex-direction: column;
}

.sec06_txt-cont .txt h4 {
  font-size: var(--small-fz);
  font-weight: var(--bold);
  line-height: 1.5;
}
.sec06_txt-cont .txt p {
  font-size: 3vw;
}
.sec06_txt .sec_cta {
  position: relative;
}

.sec06_txt .title span::after {
  position: absolute;
  content: "";
  bottom: -9vw;
  left: calc(50% - 4.87vw); /* 19px -> 4.87vw */
  display: block;
  width: 9.74vw; /* 38px -> 9.74vw */
  height: 5.13vw; /* 20px -> 5.13vw */
  background: url("../img/sp_icon_tr_sec06.webp") no-repeat;
  background-size: contain;
}

/* ---------------------------------- Sec07 --------------------------------- */
.sec07 {
  /* height: 513px; */
  overflow: initial;
  margin-top: var(--sp-5);
  padding-top: var(--sp-3);
  background: no-repeat bottom center / cover url("../images/sp/sec07_bg1.webp") !important;

  .sec07__header {
    /* width: fit-content;
    position: absolute;
    inset: 0 0 auto 0;
    margin-inline: auto;
    transform: translateY(-40px); */
    margin-bottom: var(--sp-4);

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

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

  .sec07__title {
    font-size: var(--h5-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-small);
      font-weight: var(--regular);
      color: var(--clr-white);

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

/* ---------------------------------- Sec08 --------------------------------- */
.sec08 {
  /* padding-top: 0; */

  .sec08__box {
    background-color: #f3f5f9;
    /* padding: var(--sp-5) calc(50% - 550px); */
    padding: calc((20 / 390) * 100vw) var(--sp-2);
    margin-bottom: var(--sp-5);

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

  .sec08__list {
    padding: 0;
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-flow: row nowrap;
    gap: var(--sp-3);
    /* padding-bottom: var(--sp-5); */
    position: relative;
    margin-bottom: var(--sp-2);
    overflow: auto;
    padding-top: var(--sp-1);

    /* 
    &::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); */
    width: calc((335 / 390) * 100vw);
    background-color: var(--clr-white);
    padding: 50px 29px 25px 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    position: relative;
    flex-shrink: 0;

    &: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("../img/sec08_deco6.webp");
        transform: translateX(35px);
      }
    }
  }

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

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

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

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

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

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

    p {
      font-size: calc((24 / 390) * 100vw);
      font-weight: var(--bold);
      text-align: left;
      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: calc((47 / 390) * 100vw);
    position: relative;

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

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

    &:nth-child(1) {
      height: calc((203 / 390) * 100vw);
    }

    &:nth-child(2) {
      height: calc((217 / 390) * 100vw);
    }

    &:nth-child(3) {
      height: calc((283 / 390) * 100vw);
    }

    &:nth-child(4) {
      height: calc((250 / 390) * 100vw);
    }
  }

  .sec08__item2-deco {
    position: absolute;
    inset: 0 auto 0 0;
    width: calc((30.5 / 390) * 100vw);
    height: auto;
  }

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

  .sec08__item2-header {
    width: 100%;
    border-bottom: 3px solid #206ba9;
    padding-bottom: var(--sp-1);
    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(--small-fz);

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

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

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

/* ---------------------------------- Sec09 --------------------------------- */
.sec09 {
  background-color: #f8f8f8 !important;

  .sec09__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column 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: calc((22 / 390) * 100vw);
      font-weight: var(--bold);
      text-align: center;
    }
  }

  .sec09__textbox {
    order: 2;
    /* margin-top: var(--sp-4); */

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

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

  .sec09__img {
    width: calc((165 / 390) * 100vw);
    height: calc((123 / 390) * 100vw);
  }
}

/* ---------------------------------- 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: column nowrap;
    margin-bottom: var(--sp-2);

    p {
      width: fit-content;
      display: block;
      padding: 0 var(--sp-2) var(--sp-05) var(--sp-2);
      border-radius: 0 0 calc((30 / 390) * 100vw) calc((30 / 390) * 100vw);
      text-transform: uppercase;
      font-size: var(--px-18);
      font-weight: var(--bold);
      color: var(--clr-white);
      background-color: var(--clr-sub04);

      &::after {
        content: counter(count, decimal-leading-zero);
        font-size: calc((24 / 390) * 100vw);
      }
    }

    h5 {
      flex-grow: 1;
      font-size: var(--px-18);
      font-weight: var(--bold);
      color: var(--clr-sub04);
      padding: var(--sp-1) 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(--small-fz);
        font-weight: var(--bold);
      }
    }

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

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

      .sec10__item-header {
        /* height: calc((159 / 390) * 100vw); */

        h5 {
          font-size: var(--h5-fz);
          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-img {
      display: block;
      width: 100%;
      height: auto;
      margin-bottom: calc((20 / 390) * 100vw);
    }

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

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

        &:nth-child(1) {
          font-size: var(--px-18);
          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: calc((12 / 390) * 100vw);
        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-3) var(--sp-1);
    margin-bottom: var(--sp-5);
  }

  .sec10__item2 {
    /* width: min(100%, 177px); */
    width: calc((170 / 390) * 100vw);
    display: flex;
    justify-content: start;
    align-items: center;
    flex-flow: column nowrap;
    gap: var(--sp-1);

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

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

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

    &:last-child {
      margin-inline: 0 auto;
    }
  }

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

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

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

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

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

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