@charset "utf-8";

/* *,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;

  outline: 1px solid #ff0000 !important;
  background-color: #ff00001a !important;
} */

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
SP版
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.sp-px {
  padding-inline: var(--sp-2);
}

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

.cmn-mb {
  margin-bottom: var(--sp-5);
}

.mb-96 {
  margin-bottom: var(--sp-3);
}

.cmn-header {
  margin-bottom: var(--sp-5);
}
.cmn-header h3 {
  text-align: center;
  font-weight: var(--bold);
  font-size: var(--h3-fz);
}

.cmn-header3 {
  margin-bottom: 24px;
  position: relative;
}
.cmn-header3::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  background-color: #1f294a;
  width: 5px;
  height: 100%;
  border-radius: 15px;
  margin-block: auto;
  transform: translateY(2px);
}
.cmn-header3 h4 {
  color: #1f294a;
  font-size: 24px;
  font-weight: 700;
  padding-inline: 15px;
}
.cmn-hl {
  background: linear-gradient(
    to bottom,
    transparent 60%,
    #e8e428 60%,
    #e8e428 100%,
    transparent 100%
  );
}

.sec00 {


  .sec00__wrapper-m {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    /* gap: var(--sp-4); */
  }
  .sec00__header{
      background: no-repeat center / cover url("../img/sp_sec00_bg.webp");
  }
  .sec00__header,
  .sec00__subheader {
    img {
      width: 100vw;
      height: auto;
    }
  }

  .sec00__header {
    padding: calc((50 / 390) * 100vw) calc((20 / 390) * 100vw);
  }

  .sec00__subheader {
    position: relative;
  }
}

.sec01 {
  padding-bottom: 0px;
  background-color: #f8f8f8;
}
.sec01__header {
  margin-bottom: var(--sp-3);
}
.sec01__header h3 {
  text-align: center;
  font-size: 32px;
  font-weight: var(--bold);
}
.cmn-header h3 span {
  background: linear-gradient(
    to bottom,
    transparent 0%,
    #e8e428 0%,
    #e8e428 100%,
    transparent 100%
  );
  padding-inline: 4px;
}

.sec01 .cmn-header h3 {
  font-size: 3.5vw;
  /* white-space: nowrap; */
  color: #061d55;
  text-align: center !important;
}
.sec01__list,
.sec01__item {
  display: flex;
}
.sec01__list {
  justify-content: center;
  align-items: stretch;
  flex-flow: column nowrap;
  /* padding: 0 16px 16px 16px; */
  padding: 0 var(--sp-2);
  position: relative;
  background-color: #ffffff;
  margin-bottom: var(--sp-05);
  padding-bottom: var(--sp-2);
}
.sec01__list::before {
  content: "";
  border-style: solid;
  width: 0;
  height: 0;
  border-radius: 0;
  z-index: 10;
  border-color: #d9d9d9 transparent transparent transparent;
  border-width: 16px 13px 0 13px;
  position: absolute;
  inset: auto 0 0 0;
  margin-inline: auto;
  transform: translateY(56%);
}
.sec01__item {
  width: 100%;
  height: auto;
  border-radius: 0;
  align-items: center;
  flex-flow: row nowrap;
  gap: var(--sp-1);
  padding: var(--sp-2) 0;
  border-bottom: 1px dashed #103e76;
}
.sec01__item::before {
  content: "";
  inset: 0 auto 0 0;
  width: 43px;
  height: 43px;
  border-radius: 0;
  flex-shrink: 0;
  background: no-repeat center/contain url("../img/sec01_deco.webp");
}
.sec01__item .cmn-textbox {
  flex-grow: 1;
  font-weight: var(--regular);
  font-size: var(--small-fz);

  em {
    font-size: var(--body-fz);
  }
}
.sec01__item .cmn-textbox em {
  color: #1d3a67;
}
.sec01__box2 {
  position: relative;
  padding: var(--sp-2);
  background: no-repeat bottom center/contain url("../img/sp_sec01_bg.webp");
  background-size: cover;
  display: flex;
  margin-bottom: calc(var(--sp-1) * 7);
}
.sec01__box2::after {
  content: "";
  border-style: solid;
  width: 0;
  height: 0;
  border-radius: 0;
  z-index: 10;
  border-color: #061d55 transparent transparent transparent;
  border-width: 22px 15px 0 15px;
  position: absolute;
  inset: auto 0 0 0;
  margin-inline: auto;
  transform: translateY(calc(100% + var(--sp-2)));
}

.sec01__box2-header {
  margin-inline: auto;
  margin-bottom: calc(var(--sp-1) * 28);
}
.sec01__box2-header h4 {
  font-size: var(--h5-fz);
  color: #e8e428;
  font-weight: var(--bold);
  letter-spacing: 0.06em;
  margin-bottom: var(--sp-1);

  em {
    font-size: var(--h4-fz);
    font-style: normal;
  }
}
.sec01__box2-header p {
  font-size: var(--h5-fz);
  font-weight: var(--semibold);
  color: #ffffff;
  letter-spacing: 0.02em;
}
.sec01__box2-header small {
  display: block;
  width: fit-content;
  margin-left: auto;
  color: #ffffff;
  font-size: 10px;
  margin-top: -20px;
}

.custom-text {
  font-size: 12px;
  zoom: 0.85;
  display: block;
  margin-top: var(--sp-2);
  margin-bottom: var(--sp-2);
  text-align: right;
}

.sec02 {
  margin-top: var(--sp-2);
  .sec02__list {
    width: 100%;
  }

  .sec02__item {
    &:not(:last-child) {
      margin-bottom: var(--sp-1);
    }
  }

  .sec02__item-link {
    display: block;
    width: inherit;
    height: inherit;
    padding: var(--sp-1) var(--sp-2);
    border-bottom: 1px solid #d6d9da;
    position: relative;

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

    h3 {
      font-weight: var(--bold);
      font-size: var(--small-fz);
      color: #103e76;
    }
  }
}

.sec05 {
  /* padding-block: var(--sp-5) 0; */
padding-bottom: 0;
  .cmn-header {
    h3 {
      text-align: left;
    }

    small {
      display: block;
      font-size: calc((10 / 390) * 100vw);
      text-align: right;
    }
  }

  .sec05__box1 {
    font-size: var(--small-fz);
    text-align: left;
    font-weight: var(--bold);
    position: relative;
    margin-bottom: calc(var(--sp-1) * 8);

    &::after {
      content: "";
      border-style: solid;
      width: 0;
      height: 0;
      border-radius: 0;
      z-index: 10;
      border-color: #061d55 transparent transparent transparent;
      border-width: 22px 15px 0 15px;
      position: absolute;
      inset: auto 0 0 0;
      margin-inline: auto;
      transform: translateY(calc(100% + var(--sp-2)));
    }
  }

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

    &::after {
      content: none;
    }
  }

  .sec05__list {
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-flow: row nowrap;
    gap: 16px;
    overflow-x: scroll;
    padding-bottom: 26px;
    margin-bottom: calc((100 / 390) * 100vw);
  }
  .sec05__item {
    width: 341px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-flow: column nowrap;
    gap: 16px;
  }
  .sec05__item-header {
    width: 100%;
  }
  .sec05__item-header h5 {
    font-size: 20px;
    font-weight: 700;
  }
  .sec05__item-img {
    margin-inline: auto;
  }
  .sec05__item .cmn-textbox {
    margin-block: auto 0;
    padding-top: 16px;
    border-top: 1px solid #000;
  }
  .sec05__item .cmn-textbox p {
    font-size: 14px;
  }
  .sec05 .cmn-header h3 {
    font-size: 5.1vw;
  }
  .sec05__wrapper-m .cmn-header h3 {
    /* text-align: center !important; */
    font-size: 5.1vw;
  }
  .sec05__wrapper-m .cmn-header.sec05-header {
    margin-bottom: 5.1vw;
    /* margin-top: var(--sp-4); */
  }
  .sec05__wrapper-m .cmn-header.sec05-header h3 {
    font-size: 4.1vw;
  }
  .sec05__wrapper-m .cmn-header.sec05-header02 h3 {
    font-size: 5vw;
    text-align: center;
  }
  .sec05__wrapper-m .cmn-header.sec05-header02 h3 span {
    background: linear-gradient(
      to bottom,
      transparent 0%,
      #e8e428 0%,
      #e8e428 100%,
      transparent 100%
    );
    padding-inline: 4px;
  }

  .sec05__wrapper-m .cmn-header h3 span {
  }
  .sec05__list2 {
    /* width: min(100%, calc((326 / 390) * 100vw)); */
    width: calc((326 / 390) * 100vw);
    margin-inline: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    margin-bottom: 60px;
    position: relative;
  }
  .sec05__list2::after {
    content: "";
    display: block;
    inset: auto 0 0 0;
    margin-inline: auto;
    width: 118px;
    height: 37px;
    border-radius: 0;
    background: no-repeat center/contain url("../img/sec05_deco2.webp");
    transform: translateY(30px);
  }
  .sec05__item2 {
    width: 100%;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
  }
  .sec05__item2-link {
    width: inherit;
    height: inherit;
    border-radius: inherit;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 20px 0;
    position: relative;
  }
  .sec05__item2-link::before {
    content: "";
    position: absolute;
    inset: 0 0 0 auto;
    margin-block: auto;
    width: 10px;
    height: 20px;
    border-radius: 0;
    background: no-repeat center/contain url("../img/sec05_deco1.webp");
    transition: all 0.3s;
  }
  .sec05__item2-link:hover::before {
    transform: translateX(-3px);
  }
  .sec05__item2-link h4 {
    font-size: 16px;
    font-weight: 700;
    color: #103e76;
  }
  .sec05__box2 {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-flow: column nowrap;
    gap: 16px;
    margin-bottom: var(--sp-2);
  }
  .sec05__img {
    width: calc((352 / 390) * 100vw);
    height: auto;
    margin-inline: auto;
  }
  .sec05__list3 {
    width: min(100%, 565px);
  }
  .sec05__item3 {
    padding: 10px 0 10px 7.69vw;
    position: relative;
    border-bottom: 1px dashed #3ea2d7;
  }
  .sec05__item3::before {
    content: "";
    position: absolute;
    inset: 10px auto auto 0;
    width: 24px;
    height: 24px;
    border-radius: 0;
    background: no-repeat center/contain url("../img/sec05_deco3.webp");
  }
  .sec05__item3 h5e {
    font-size: 4.1vw;
    font-weight: 700;
  }
}

.sec05__custom1 {
  text-align: justify !important;
  font-size: var(--body-fz);
}

.sec03 {
  padding-block: var(--sp-2) 0;
padding-top: var(--sp-5);
  .cmn-header {
    h3 {
      font-size: var(--h5-fz);
      text-align: left;
    }
  }
}
.sec03__header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc((178 / 390) * 100vw);
  background: no-repeat center / contain url("../img/sp_sec03_bg.webp");
  /* background: no-repeat top center/cover url('../img/sec03_bg.webp'); */
  position: relative;
  /* margin-bottom: calc(var(--sp-1) * 12); */
  /* padding-top: var(--sp-10); */
  margin-bottom: var(--sp-2);
}
/* .sec03__header::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  margin-inline: auto;
  width: 132px;
  height: 60px;
  background: no-repeat center / contain url('../img/sec03_deco2.webp');
} */
.sec03__header h3 {
  text-align: center;
  color: #ffffff;
  font-size: calc((20 / 390) * 100vw);
  font-weight: var(--bold);
  margin-bottom: calc((40 / 390) * 100vw);
}

.sec03__img {
  width: calc((114 / 390) * 100vw);
  height: calc((102 / 390) * 100vw);
  border-radius: 0;
  float: right;
  display: inline-block;
  margin: 0 0 15px 15px;
}
.sec03__box {
  /* display: flex;
  justify-content: center;
  align-items: start;
  flex-flow: row wrap; */
  gap: var(--sp-2);
  margin-bottom: var(--sp-2);
}
.sec03__box .cmn-textbox {
  width: min(100%, 670px);
  font-weight: var(--medium);

  p {
    font-size: var(--small-fz);
  }
}
.sec03__list {
  width: min(100%, 930px);
  margin-inline: auto;
  list-style: "※" outside;
  margin-bottom: var(--sp-4);
  padding-left: var(--sp-1);
}
.sec03__item {
  font-size: calc((10 / 390) * 100vw);
  color: #6e6e6e;
  padding-left: 5px;
}
.sec03__item:not(:last-child) {
  margin-bottom: calc(var(--sp-1) * 1.5);
}
.sec03__box2 {
  width: min(100%, 990px);
  margin-inline: auto;
  margin-bottom: var(--sp-5);
}
.sec03__box5 {
  margin-bottom: var(--sp-3);
}
.sec03__box5 ul {
  list-style: disc inside;
  padding: var(--sp-1) calc((10 / 390) * 100vw);
  background-color: #dae7ee;
  margin-block: var(--sp-1);
}
.sec03__box5 li {
  font-weight: var(--bold);
  font-size: var(--small-fz);
}
.sec03__box2 {
  width: min(100%, 990px);
  margin-inline: auto;
  margin-bottom: 44px;
}
.sec03__box3 {
  margin-bottom: 30px;
}
.sec03__box4 {
  margin-bottom: 16px;
  position: relative;
}
.sec03__box4-img {
  position: absolute;
  inset: 0 0 auto auto;
transform: translateX(10px);
        width: 70px;
        height: auto;
}
.sec03__list2 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-flow: column nowrap;
  gap: 20px;
  counter-reset: count;
  margin-bottom: 10px;
}
.sec03__item2-box .cmn-textbox p {
  font-size: 3.3vw;
}
.sec03__item2 {
  width: 100%;
  height: 100px;
  border-radius: 0;
  background-color: #ffffff;
  filter: drop-shadow(0 4px 7px rgba(0, 0, 0, 0.25));
  transform: translateZ(0);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row nowrap;
  gap: 8px;
  padding: 10px 16px 10px 40px;
  position: relative;
}
.sec03__item2:nth-child(1) {
  height: fit-content;
  padding-bottom: 25px;
}
.sec03__item2:nth-child(1) .cmn-textbox p {
  font-size: 17px;
}
.sec03__item2:nth-child(1) h5 {
  margin-bottom: 16px;
}
.sec03__item2:nth-child(1) .cmn-tel {
  margin-bottom: 20px;
}
.sec03__item2::after {
  counter-increment: count;
  content: counter(count, decimal-leading-zero);
  position: absolute;
  inset: 0 auto 0 0;
  width: 30px;
  height: 100%;
  border-radius: 0;
  background-color: #103e76;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 4px 0 4px;
}
.sec03__item2:nth-child(2) {
  padding-right: 25px;
}
.sec03__item2:not(:last-child)::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  margin-inline: auto;
  background: no-repeat center/contain url("../img/sp_sec03_deco1.webp");
  width: 28px;
  height: 28px;
  border-radius: 0;
  transform: translateY(27px);
  z-index: 1;
}
.sec03__item2-header {
  margin-bottom: 5px;
}
.sec03__item2-header h5 {
  color: #103e76;
  font-size: 20px;
  font-weight: 700;
}
.sec03__button {
  color: #103e76;
  font-weight: 700;
  /* text-align: center; */
  display: block;
  text-align: center;
  font-size: var(--small-fz);
}
.sec03__box5 {
  margin-bottom: 20px;
}
.sec03__box5 ul {
  list-style: disc inside;
  padding: 16px 10px;
  background-color: #dae7ee;
  margin-block: 8px;
}
.sec03__box5 li {
  font-weight: 700;
}

.sec08 {
  background-color: #f8f8f8;
  position: relative;
  padding-block: var(--sp-5);
}
.sec08__wrapper-m {
  /* padding: 40px 0; */
}
.sec08__header {
  margin-bottom: 36px;
}
.sec08__header h3 {
  font-size: calc((22 / 390) * 100vw);
  font-weight: 700;
  text-align: center;
}
.sec08__img {
  margin: 0 auto 24px auto;
  width: calc((165 / 390) * 100vw);
  height: auto;
}
.sec08 .cmn-textbox p {
  font-size: 16px;
}

.sec06 {
  .cmn-header {
    h3 {
      font-size: var(--body-fz);
    }
  }
}

.sec07 {
  position: relative;
  padding-block: var(--sp-4);
  background-color: #eeeeee;

  &::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    margin-inline: auto;
    width: 50px;
    height: 50px;
    background: no-repeat center / contain url("../img/sec07_deco1.webp");
    transform: translateY(calc(-100% - 30px));
  }

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

    h3 {
      text-align: center;
      font-size: calc((20 / 390) * 100vw);
      font-weight: var(--bold);
    }
  }

  .sec07__textbox {
    /* text-align: center; */
    text-align: left;
    margin-bottom: var(--sp-2);
  }

  .sec07__list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-flow: row wrap;
    gap: calc((12 / 390) * 100vw);
    counter-reset: count;
  }

  .sec07__item {
    /* width: min(100%, 329px); */
    width: calc((106 / 390) * 100vw);
  }

  .sec07__item-header {
    height: calc((61 / 390) * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--sp-2) var(--sp-2) 0 0;
    background-color: #1f3059;
    padding: calc((6 / 390) * 100vw);

    h4 {
      color: var(--clr-white);
      font-size: calc((12 / 390) * 100vw);
      font-weight: var(--bold);

      &::before {
        counter-increment: count;
        content: counter(count) ". ";
        /* font-size: calc((12 / 390) * 100vw); */
      }
    }
  }

  .sec07__item-box {
    border-radius: 0 0 var(--sp-2) var(--sp-2);
    background-color: var(--clr-white);
    padding: var(--sp-1);
    display: flex;
    justify-content: start;
    align-items: center;
    flex-flow: column-reverse nowrap;
    gap: var(--sp-1);
    height: calc((226 / 390) * 100vw);
  }

  .sec07__item-text {
    font-weight: var(--bold);
    font-size: calc((10 / 390) * 100vw);
    /* margin-bottom: var(--sp-2); */
  }

  .sec07__item-img {
    display: block;
    margin-inline: auto;
    width: 100%;
    height: auto;
  }
}

/* -------------------------------------------------------------------------- */
/* sec04 */
/* sec04 */
#sec04 {
  background: url("../img/sp_sec04_bg.webp") no-repeat;
  background-size: 100%;
  background-size: cover;
  background-position: center bottom;
}

#sec04 .inner {
  padding-top: 0;
  padding-bottom: 16.4vw;
}

#sec04 .title {
  text-align: left;
}
.sec04_title-header {
  width: calc(100% - var(--sp-4));
  margin: 0 auto;
  padding-top: 11.7vw;
}

.sec04_title {
  color: var(--clr-white);
}

.sec04_title .sub-title {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
  font-size: var(--h6-fz);
  font-weight: var(--bold);
  text-align: center;
  margin-bottom: 5.1vw;
}

.sec04_title .sub-title strong {
  display: block;
  font-weight: var(--black);
  color: var(--clr-red);
  font-size: 10.8vw;
}

.sec04_title .title strong {
  color: var(--clr-accent);
}
.sec04_title h2.title {
  font-size: var(--body-fz);
  margin-bottom: var(--sp-2);
  letter-spacing: 0;
}
.sec04_title-txt {
  margin: 0 auto;
  font-size: calc((12 / 390) * 100vw);
  font-weight: var(--bold);
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: left;
  margin-bottom: var(--sp-4);
}
.sec04_title-txt span {
  display: block;
  margin-top: 1em;
}
.sec04_title-txt strong {
  color: var(--clr-red);
}

.sec04_content {
}

.sec04_content-list {
  margin-bottom: var(--sp-5);
}

.sec04_content-list-item {
  background-color: var(--clr-white);
  padding: 2.8vw var(--sp-2) 6.4vw;
  border-radius: 1.5vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.sec04_content-list-item .txt_box .title {
  font-size: var(--h5-fz);
  line-height: 1.5;
  font-weight: var(--bold);
  color: var(--clr-sub02);
  text-align: left;
  padding-bottom: var(--sp-1);
  border-bottom: 2px solid var(--clr-sub02);
  margin-bottom: var(--sp-1);
}
.sec04_content-list-item .txt_box .title span.num{
  display: block;
  /* width: 109px; */
  font-weight: var(--bold);
  color: var(--clr-sub02);
}
.sec04_content-list-item .txt_box .title span.txt{
  display: block;
  /* width: 600px; */
    font-size: var(--h5-fz);
  font-weight: var(--bold);
  color: var(--clr-sub02);
}
.sec04_content-list-item .txt_box .txt {
  font-size: var(--small-fz);
  color: var(--clr-txt);
  /* font-weight: var(--light); */
}

.sec04_content-list-item .txt_box .txt strong {
  /* color: var(--clr-red); */
  color: #b20000;
  font-weight: var(--medium);
}
.sec04_content-list-item .img {
  margin-bottom: var(--sp-1);
}
.sec04_content-list-item .img img {
  max-width: 100%;
}

.sec04_data {
}
.sec04_data .cmn-h3-w {
  font-size: 4.9vw;
  line-height: 1.5;
  margin-bottom: var(--sp-3);
}
.sec04_data .cmn-h3-w::before {
  content: "";
  position: absolute;
  top: calc(50% - 6vw);
  border-radius: 3.85vw;
  left: 0;
  display: block;
  width: 1.28vw;
  height: 12vw;
  background: var(--clr-white);
}

.sec04_data-list {
  margin-bottom: 5.4vw;
}
.sec04_data-list-txt {
  color: var(--clr-white);
  font-size: 2.6vw;
}

.sec04_data-list-txt small {
  position: relative;
  display: block;
  padding-left: 3vw;
}

.sec04_data-list-txt small::before {
  position: absolute;
  left: 0;
  content: "※";
}

.sec04_slider-container {
  position: relative;
  width: 100%;
  /* overflow: hidden; */
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: var(--sp-4);
  padding-bottom: var(--sp-2);
}

.sec04_slider {
  display: flex;
  transform: none !important; /* JS側の設定を上書き */
  transition: none !important;
}
.sec04_content-list-item .txt_box{
  display: flex;
  flex-direction: column;
  height: 100%;
}

.sec04_content-list-item.slide {
  flex: 0 0 85%;
  margin-right: 15px;
  min-width: 0; /* Flexboxのバグ対策 */
}

.sec04_content-list-item.slide {
  min-width: 100%;
  box-sizing: border-box;
}

.sec04_slider-nav {
  display: none;
}

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

.sec09_title {
}

.sec09_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);
}

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

/* .sec09_cont */
.sec09_cont {
  margin: 0 auto;
  background-color: #f8f8f8;
  /* padding: 18.3px 16px; */
  margin-bottom: var(--sp-4);
}

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

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

.sec09_cont-tab .ttl {
  font-size: 10px;
  zoom: 0.8;
  color: var(--clr-main);
  margin-bottom: var(--sp-1);
}

.sec09_cont-header .sec09_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: center;
}
.sec09_cont-header .sec09_cont-tab::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  right: 0;
  width: calc(100% + 4px);
  height: 11px;
  background-color: var(--clr-main);
  border-radius: 10px 10px 0 0;
  z-index: 2;
}

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

.sec09_cont-header .sec09_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;
}

.sec09_cont-content {
  display: none;
  background-color: #eaeaea;
  padding: var(--sp-2);
}

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

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

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

  margin-bottom: 3vw;
}

.sec09_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;
}

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

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

.sec09_link {
  color: #103e76;
  font-weight: var(--bold);
  /* margin-top: var(--sp-1); */
}
.sec09_link::after {
  content: ">";
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
既存パーツ調整
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#faq {
}
#faq .inner {
  padding: 0;
}
#faq .sec_cta {
  margin-bottom: var(--sp-5);
}
.qa-list dt {
  padding-right: 20px;
  padding-left: 25px !important;
}
.section-ttl-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--sp-2);
  font-size: var(--h3-fz);
  font-weight: var(--medium);
  margin-bottom: var(--sp-4);
}

.sec-ttle {
  color: var(--clr-main);
}

#faq .qa-list dd::before {
  top: 25px;
}
.qa-list .in-dl {
  padding-right: 5vw;
}

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