@charset "utf-8";
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
SP版
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* --------------------------------- Common --------------------------------- */
.sp-px {
  padding-inline: var(--sp-2);
}

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

.cmn-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  gap: var(--sp-05) var(--sp-2);
  font-weight: var(--bold);
  margin-bottom: var(--sp-3);

  p {
    font-size: var(--h4-fz);
    color: var(--clr-main);
  }

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

.cmn-header2 {
  padding-left: var(--sp-2);
  margin-bottom: var(--sp-1);
  position: relative;

  &::before {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
    margin-block: auto;
    width: var(--sp-1);
    height: 100%;
    background-color: var(--clr-main);
    border-radius: 5px;
  }

  h4 {
    font-size: calc((20 / 390) * 100vw);
    color: var(--clr-main);
  }
}

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

/* ---------------------------------- Sec00 --------------------------------- */
.sec00 {
  /* height: calc((346 / 390) * 100vw); */
  /* padding-block: calc(var(--sp-1) * 9) var(--sp-1); */
  background: no-repeat center / cover url('../img/sp_sec00_bg.webp');

  .sec00__header {
    /* margin-bottom: var(--sp-3); */
    padding: calc((55 / 390) * 100vw) var(--sp-3);
    display: flex;
    justify-content: center;
    align-items: center;

    img {
      width: 100%;
      height: auto;
    }
  }

  .sec00__img {
    width: 100%;
    height: auto;
  }
}

/* ---------------------------------- Sec01 --------------------------------- */
.sec01 {
  .sec01__list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-flow: column nowrap;
    gap: calc(var(--sp-1) * 1.5) var(--sp-3);
    margin-bottom: var(--sp-5);
  }

  .sec01__item {
    /* width: min(100%, 200px); */
    border: 1px solid var(--clr-main);
    padding: calc((20 / 390) * 100vw) var(--sp-2);
    display: flex;
    justify-content: start;
    align-items: center;
    flex-flow: column nowrap;
  }

  .sec01__item-img {
    /* width: auto; */
    /* height: 88px; */
    margin-bottom: calc((12 / 390) * 100vw);
  }

  .sec01__item-title {
    /* height: 97px; */
    width: 100%;
    color: var(--clr-main);
    font-size: var(--body-fz);
    text-align: center;
    padding-bottom: calc(var(--sp-1) * 1.5);
    margin-bottom: var(--sp-1);
    border-bottom: 1px solid var(--clr-txt);
    font-weight: var(--bold);

    em {
      font-style: normal;
      font-size: calc((20 / 390) * 100vw);
    }
  }

  .sec01__item-text {
    font-weight: var(--medium);
    font-size: var(--small-fz);
  }

  .sec01__text {
    font-size: var(--h5-fz);
    font-weight: var(--bold);
    margin-bottom: var(--sp-2);
  }

  .sec01__list2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    gap: var(--sp-1) var(--sp-4);
    margin-bottom: var(--sp-2);
  }

  .sec01__item2 {
    width: 100%;
    height: calc((79 / 390) * 100vw);
    border-radius: calc(var(--sp-1) * 1.5);
    background-color: var(--clr-sub01);
    display: flex;
    justify-content: start;
    align-items: center;
    /* padding: var(--sp-4) var(--sp-3); */
    padding-inline: calc((38 / 390) * 100vw);
  }

  .sec01__item2-header {
    text-align: center;
    position: relative;
    padding-left: var(--sp-4);

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

    h5 {
      font-size: var(--h5-fz);
      color: var(--clr-white);
      font-weight: var(--bold);
      letter-spacing: 0.04em;
    }
  }

  .sec01__item2-header--small {
    h5 {
      font-size: var(--h5-fz);
      letter-spacing: 0;
    }
  }

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

  .sec01__content1-img {
    width: calc((358 / 390) * 100vw);
    height: auto;
    margin-bottom: calc((14 / 390) * 100vw);
  }

  .sec01__content1-box {
    width: min(100%, 755px);
  }

  .sec01__content1-textbox1 {
    margin-bottom: var(--sp-3);

    p {
      text-align: justify;
      font-weight: var(--medium);
      font-size: var(--small-fz);
    }
  }

  .sec01__content1-textbox2 {
    position: relative;
    padding-left: calc(var(--sp-1) * 8);

    &::before {
      content: '';
      position: absolute;
      inset: 0 auto 0 0;
      /* margin-block: auto; */
      background: no-repeat center / contain url('../img/sp_sec01_deco2.webp');
      width: calc((50 / 390) * 100vw);
      height: calc((52 / 390) * 100vw);
      /* transform: translateX(-17px); */
    }

    p {
      color: var(--clr-sub02);
      font-weight: var(--bold);
      font-size: var(--body-fz);
    }
  }

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

  .sec01__content2-header {
    width: 100%;
    background-color: var(--clr-main);
    padding: var(--sp-05);

    h4 {
      color: var(--clr-white);
      font-size: calc((20 / 390) * 100vw);
      font-weight: var(--bold);
      text-align: center;
      position: relative;
    }
  }

  .sec01__list3 {
    background-color: #f3f5f9;
    padding: calc((20 / 390) * 100vw) var(--sp-3);
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-flow: row wrap;
    gap: var(--sp-4);
    counter-reset: count;
  }

  .sec01__item3 {
    width: min(100%, 500px);

    &:nth-child(1) {
      border-bottom: 1px solid var(--clr-txt);
      padding-bottom: var(--sp-4);
    }

    p,
    li {
      font-weight: var(--medium);
      font-size: var(--small-fz);
    }

    p {
      display: block;
      margin-bottom: var(--sp-1);
    }

    ul {
      padding-left: 2ch;
      list-style: '※ ' outside;

      &:has(+ .sec01__item3-box) {
        margin-bottom: var(--sp-1);
      }
    }
  }

  .sec01__item3-list--red {
    color: var(--clr-red);
    font-style: normal;

    li {
      font-weight: var(--bold);
    }
  }

  .sec01__item3-header {
    margin-bottom: calc(var(--sp-1) * 1.5);

    h5 {
      font-size: var(--h5-fz);
      font-weight: var(--bold);
      position: relative;
      padding-left: var(--sp-4);

      &::before {
        position: absolute;
        counter-increment: count;
        content: counter(count, decimal-leading-zero) '. ';
        inset: 0 auto auto 0;
        color: var(--clr-sub03);
      }
    }
  }

  .sec01__item3-box {
    height: var(--sp-10);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row nowrap;
    background-color: var(--clr-white);

    &:has(+ .sec01__item3-box) {
      margin-bottom: var(--sp-05);
    }
  }

  .sec01__item3-lbox,
  .sec01__item3-rbox {
    width: 50%;
    height: inherit;
    display: flex;
    justify-content: start;
    align-items: center;

    p {
      margin-bottom: 0 !important;
    }
  }

  .sec01__item3-lbox {
    background-color: #4a9db4;
    padding: var(--sp-2);
    position: relative;
    z-index: 20;

    &::before {
      content: '';
      position: absolute;
      inset: 0 0 0 auto;
      margin-block: auto;
      width: 18px;
      height: 18px;
      background: no-repeat center / contain url('../img/sec01_deco3.webp');
      transform: translateX(13px);
      z-index: -10;
    }

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

      small {
        font-size: calc((12 / 390) * 100vw);
      }

      em {
        font-size: var(--body-fz);
        font-style: normal;
      }
    }
  }

  .sec01__item3-rbox {
    padding: var(--sp-2);

    p {
      line-height: 28px;
      font-weight: var(--bold);
      font-size: var(--body-fz);

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

      em {
        font-size: calc((20 / 390) * 100vw);
        font-style: normal;
      }
    }
  }

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

  .sec01__content3-header {
    height: calc((151 / 390) * 100vw);
    padding-block: var(--sp-1);
    margin-bottom: var(--sp-2);
    /* background-color: var(--clr-accent); */
    /* background-image: repeating-linear-gradient(
      120deg,
      transparent,
      transparent 45px,
      #252422 45px,
      #252422 90px
    ); */
    background: repeat-x center / contain url('../img/sp_sec01_deco5.webp'),
      var(--clr-accent);
    display: flex;
    justify-content: center;
    align-items: center;

    h5 {
      width: 100%;
      background-color: var(--clr-accent);
      padding-block: var(--sp-1);
      text-align: center;
      font-size: var(--h4-fz);
      font-weight: var(--bold);
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-flow: column nowrap;
      /* gap: var(--sp-1); */

      &::before {
        content: '';
        display: block;
        background: no-repeat center / contain url('../img/sec01_deco4.webp');
        width: calc((39 / 390) * 100vw);
        height: calc((39 / 390) * 100vw);
      }
    }
  }

  .sec01__list4 {
    margin-bottom: calc((12 / 390) * 100vw);
  }

  .sec01__item4 {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-flow: column nowrap;
    border: 2px solid var(--clr-txt);

    &:not(:last-child) {
      margin-bottom: calc((12 / 390) * 100vw);
    }
  }

  .sec01__item4-img {
    flex-shrink: 0;
  }

  .sec01__item4-lbox,
  .sec01__item4-rbox {
    /* width: 50%; */
    height: inherit;
    display: flex;
    align-items: center;
  }

  .sec01__item4-lbox {
    padding: var(--sp-2) var(--sp-3) var(--sp-2) var(--sp-1);
    background-color: var(--clr-accent);
    justify-content: start;
    flex-flow: row nowrap;
    gap: calc(var(--sp-1) * 1.5);
    border-bottom: 2px solid var(--clr-txt);
  }

  .sec01__item4-rbox {
    padding: var(--sp-1) var(--sp-2);
    justify-content: center;

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

    em {
      color: var(--clr-red);
      font-style: normal;
    }
  }

  .sec01__item4-header {
    font-weight: var(--bold);

    h6 {
      font-size: var(--h5-fz);
      /* margin-bottom: var(--sp-05); */
    }

    p {
      color: var(--clr-red);
      font-size: calc((12 / 390) * 100vw);
    }
  }

  .sec01__content4-textbox {
    margin-bottom: var(--sp-3);

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

/* ---------------------------------- Sec02 --------------------------------- */
.sec02 {
  padding-top: 0;

  .sec02__list {
    counter-reset: count;
  }

  .sec02__item {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);

    &:not(:last-child) {
      margin-bottom: calc((20 / 390) * 100vw);
    }
  }

  .sec02__item-header {
    background-color: #e7e9ee;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-flow: nowrap;

    p {
      flex-shrink: 0;
      font-size: calc((12 / 390) * 100vw);
      font-weight: var(--bold);
      display: flex;
      justify-content: center;
      align-items: center;
      width: calc((80 / 390) * 100vw);
      background-color: #002366;
      color: var(--clr-white);
      white-space: pre-wrap;
      text-align: center;
      padding-bottom: var(--sp-2);
      position: relative;
      /* clip-path: polygon(
        calc(100% - 26px) 0%,
        100% 50%,
        calc(100% - 26px) 100%,
        0% 100%,
        0% 0%
      ); */

      &::after {
        counter-increment: count;
        content: counter(count, decimal-leading-zero);
        position: absolute;
        inset: auto 0 calc((8 / 390) * 100vw) 0;
        margin-inline: auto;
        font-size: calc((20 / 390) * 100vw);
      }
    }

    h4 {
      padding: var(--sp-1) calc((19 / 390) * 100vw);
      font-size: var(--body-fz);
      flex-grow: 1;
    }
  }

  .sec02__item-header--small {
    h4 {
      padding: var(--sp-1) var(--sp-1) var(--sp-1) calc((14 / 390) * 100vw);
    }
  }

  .sec02__item-box {
    padding: var(--sp-2) calc((12 / 390) * 100vw) var(--sp-1)
      calc((12 / 390) * 100vw);
  }

  .sec02__item-img {
    width: 100%;
    height: auto;
    margin-bottom: var(--sp-5);
  }

  .sec02__item-bbox {
    background-color: #f3fbff;
    padding: calc((20 / 390) * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    position: relative;
    gap: var(--sp-1) var(--sp-3);
    font-weight: var(--medium);

    &::before {
      content: '';
      position: absolute;
      inset: 0 0 auto 0;
      margin-inline: auto;
      background: no-repeat center / contain url('../img/sec02_deco1.webp');
      width: 34px;
      height: 18px;
      transform: translateY(calc(-100% - var(--sp-1)));
    }

    ul {
      width: 100%;
      flex-shrink: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-flow: column nowrap;
      gap: var(--sp-1);
    }

    li {
      width: inherit;
      text-align: center;
      font-size: var(--small-fz);
      border: 1px solid var(--clr-txt);
      padding: var(--sp-1) var(--sp-05);
      border-radius: calc(var(--sp-1) * 8);

      &:nth-child(1) {
        background-color: #c8f0aa;
      }

      &:nth-child(2) {
        background-color: #89b8e9;
      }

      &:nth-child(3) {
        background-color: #ffee8c;
      }
    }

    .sec02__li--plus {
      position: relative;
      margin-bottom: var(--sp-4);

      &::before {
        content: '';
        position: absolute;
        inset: auto 0 0 0;
        margin-inline: auto;
        width: 27px;
        height: 30px;
        background: no-repeat center / contain url('../img/sec02_deco2.webp');
        transform: translateY(calc(100% + var(--sp-05)));
      }
    }
  }

  .sec02__item-textbox {
    font-size: var(--body-fz);
  }
}

/* ---------------------------------- Sec03 --------------------------------- */
.sec03 {
  background-color: var(--clr-bg);

  .sec03__img {
    width: 100%;
    height: auto;
  }
}

/* ---------------------------------- Sec04 --------------------------------- */
.sec04 {
  .sec04__img {
    width: 100%;
    height: auto;
  }

  .sec_cta {
    padding-block: var(--sp-1) var(--sp-5);
  }

  .sec04__header {
    h3 {
      font-size: calc((22 / 390) * 100vw);
      font-weight: var(--bold);
      text-align: center;
      line-height: 1.8;
    }

    span {
      background: #ffeb00;
      /* background: linear-gradient(
        to top,
        #ffeb00 0%,
        #ffeb00 50%,
        transparent 50%
      ); */
    }
  }
}

/* ---------------------------------- Sec05 --------------------------------- */
.sec05 {
  /* margin-bottom: var(--sp-2); */
  padding-block: var(--sp-5);
  background: var(--clr-bg);

  .sec05__wrapper-m {
    text-align: center;
  }

  .sec05__header {
    border-bottom: dashed #adadad 2px;
    padding-bottom: calc(var(--sp-1) * 1.5);
    margin-bottom: calc(var(--sp-1) * 1.5);

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

      span {
        color: #b20000;
        /* -webkit-text-stroke: 1px var(--clr-txt); */
      }
    }
  }

  .sec05__textbox {
    p {
      font-size: var(--small-fz);
    }
  }
}

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

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
既存パーツ調整
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#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;
}
#media {
  margin-top: var(--sp-10);
}
/* .more_btn_2011 */
.more_btn_2011 {
  /* zoom: 80%; */
}
.more_btn_2011 a {
  width: fit-content;
  display: block;
  margin: 0 auto;
}
