@charset "utf-8";
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
SP版
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
[class*="__wrapper-m"] {
  width: min(100%, 1100px);
  margin-inline: auto;
}

main {
  position: relative;
}

.sp-px {
  padding-inline: var(--sp-1);
}

.cmn-py {
  padding-block: var(--sp-5);
}

.cmn-arrow {
  position: relative;

  &::before {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    margin-inline: auto;
    width: 34px;
    height: 23px;
    background: no-repeat center / contain url("../img/cmn_arrow.png");
  }
}

.cmn-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  gap: var(--sp-05);
  margin-bottom: var(--sp-3);

  h3 {
    font-weight: var(--bold);
    font-size: var(--h5-fz);
  }

  p {
    font-weight: var(--black);
    color: var(--clr-main);
    font-size: var(--h4-fz);
    text-transform: uppercase;
    letter-spacing: var(--letter-sp);
  }
}

.sec00 {
  .sec00__img {
    width: 100%;
    height: auto;
  }
}

.sec01 {
  padding-bottom: calc(var(--sp-1) * 6);

  .sec01__header {
    margin-bottom: var(--sp-5);

    h3 {
      text-align: center;
      font-size: var(--h3-fz);
      font-weight: var(--bold);
      /* text-decoration: underline; */
    }
  }

  .sec01__list {
    padding: var(--sp-2);
    background-color: var(--clr-border);
    margin-bottom: var(--sp-4);
    border-radius: 13px;
  }

  .sec01__item {
    position: relative;
    padding-left: var(--sp-4);
    font-size: var(--body-fz);
    font-weight: var(--bold);

    &:not(:last-child) {
      margin-bottom: var(--sp-2);
    }

    &::before {
      content: "";
      position: absolute;
      inset: var(--sp-05) auto 0 0;
      /* margin-block: auto; */
      width: 21px;
      height: 18px;
      background: no-repeat center / contain url("../img/sec01_icon.png");
    }
  }

  .sec01__box {
    /* margin-inline: var(--sp-1); */
    background-color: var(--clr-sub01);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    padding: var(--sp-4) 0;
    /* background: no-repeat left center / 120px url('../img/sec01_deco1.png'),
      no-repeat right center / 120px url('../img/sec01_deco2.png'),
      var(--clr-sub01); */
    outline: 5px solid var(--clr-white);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  }

  .sec01__box-text {
    font-size: var(--h5-fz);
    color: var(--clr-white);
    font-weight: var(--bold);
    text-align: center;

    span {
      color: #ece600;
    }
  }
}

.sec02 {
  padding-bottom: 0;

  .sec02__textbox {
    text-align: center;
    font-size: var(--h6-fz);
    font-weight: var(--bold);
    margin-bottom: var(--sp-5);
    letter-spacing: var(--letter-sp);
  }

  .sec02__list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-flow: row wrap;
    gap: var(--sp-4);
    counter-reset: count;
  }

  .sec02__item {
    width: min(100%, 530px);
    /* filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); */
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    /* overflow: hidden; */

    &:nth-child(1) {
      width: 100%;
    }
  }

  .sec02__item-header {
    background-color: var(--clr-main);
    color: var(--clr-white);
    padding: var(--sp-2);
    border-radius: 15px 15px 0 0;

    h4 {
      counter-increment: count;
      font-weight: var(--bold);
      font-size: var(--h5-fz);
      letter-spacing: var(--letter-sp);
      text-align: center;

      &::before {
        content: counter(count) ". ";
      }
    }
  }

  .sec02__item-box {
    /* height: 100%; */
    padding: var(--sp-2);
    background-color: var(--clr-white);
    border-radius: 0 0 15px 15px;
  }

  .sec02__item-box--des2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
    gap: var(--sp-3);
    position: relative;

    /* &::before {
      content: '';
      position: absolute;
      inset: 0;
      margin: auto;
      width: 1px;
      height: calc(100% - var(--sp-4));
      background-color: var(--clr-txt);
    } */

    .sec02__list2,
    .sec02__item-subtitle {
      width: 100%;
    }
  }

  .sec02__item-img {
    /* float: right; */
    display: block;
    margin-bottom: var(--sp-2);
    margin-inline: auto;
    width: calc((99 / 390) * 100vw);
    height: calc((95 / 390) * 100vw);
  }

  .sec02__item-text {
    text-decoration: underline;
    font-weight: var(--bold);
    margin-bottom: var(--sp-2);
    font-size: var(--h6-fz);
  }

  .sec02__item-subtitle {
    position: relative;
    padding-left: calc(var(--sp-1) * 2.75);
    margin-bottom: var(--sp-1);
    /* font-size: var(--small-fz); */
    font-size: calc(var(--sp-1) * 1.5);
    font-weight: var(--bold);
    letter-spacing: var(--letter-sp);

    &::before {
      content: "";
      position: absolute;
      inset: 0 auto 0 0;
      margin-block: auto;
      width: 17px;
      height: 14px;
      background: no-repeat center / contain url("../img/sec02_icon1.png");
    }
  }

  .sec02__list2 {
    list-style: disc inside;

    &:has(+ .sec02__button) {
      margin-bottom: var(--sp-2);
    }
  }

  .sec02__item2 {
    font-size: calc(var(--sp-1) * 1.5);
  }

  .sec02__button {
    margin-block: auto 0;
    width: calc((165 / 390) * 100vw);
    height: calc((50 / 390) * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--clr-red);
    position: relative;
    border-radius: 10px;

    &::before {
      content: "";
      position: absolute;
      inset: 0 0 0 auto;
      margin-block: auto;
      width: 5px;
      height: 10px;
      background: no-repeat center / contain url("../img/sec02_icon2.png");
      transform: translateX(-19px);
    }

    span {
      color: var(--clr-white);
      letter-spacing: var(--letter-sp);
      font-size: var(--h6-fz);
    }
  }

  .sec02__item3 {
    width: min(100%, 500px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    /* gap: var(--sp-2); */

    .sec02__item3-header,
    .sec02__item3-img,
    .sec02__item3-textbox {
      margin-bottom: var(--sp-2);
    }
  }

  .sec02__item3-header {
    width: 100%;
    padding: var(--sp-1);
    background-color: #2768ab;

    h5 {
      text-align: center;
      color: var(--clr-white);
      font-size: var(--h6-fz);
      font-weight: var(--bold);
    }
  }

  .sec02__item3-header--des2 {
    background-color: #00b0f0;
  }

  .sec02__item3-textbox {
    p {
      font-size: var(--small-fz);
    }
  }
}

.sec03 {
  background-color: var(--clr-border);

  .sec03__box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    gap: var(--sp-1);
  }

  .sec03__table {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: var(--sp-2);

    .sec03__col1 {
      width: calc((80 / 390) * 100vw);
    }

    tr {
      &:nth-child(1) {
        th {
          background-color: var(--clr-sub01);
          /* font-size: calc(var(--sp-1) * 2.75); */
          font-size: var(--h5-fz);
          border-bottom: var(--sp-05) solid var(--clr-white);
        }
      }

      &:nth-child(3),
      &:nth-child(4) {
        th {
          /* writing-mode: vertical-rl;
          text-orientation: upright;
          vertical-align: middle; */
          width: calc((80 / 390) * 100vw);
          font-size: var(--small-fz);

          span {
            white-space: pre;
            writing-mode: vertical-rl;
            text-orientation: upright;
            display: inline-block;
          }
        }

        th,
        td {
          border-bottom: var(--sp-05) solid var(--clr-white);
        }
      }

      &:nth-child(2) {
        th {
          background-color: #28427b;
          border-bottom: var(--sp-05) solid var(--clr-white);

          &:nth-child(1) {
            font-size: var(--small-fz);
          }
        }
      }

      &:nth-child(3),
      &:nth-child(4) {
        th {
          text-align: center;
        }
      }

      &:nth-child(3) {
        th {
          background-color: #2768ab;
        }

        td {
          background-color: #dde4f3;
        }
      }

      &:nth-child(4) {
        th {
          background-color: #00b0f0;
        }

        td {
          background-color: #ddebf3;
        }
      }
    }

    th,
    td {
      padding: var(--sp-1);
    }

    th {
      color: var(--clr-white);
      font-weight: var(--bold);
      text-align: center;
      vertical-align: middle;
    }
  }

  .sec03__list2 {
    li {
      position: relative;
      padding-left: var(--sp-2);
      font-size: var(--small-fz);

      &:not(:last-child) {
        margin-bottom: var(--sp-05);
      }

      &::before {
        content: "";
        position: absolute;
        /* inset: 0 auto 0 0; */
        inset: calc((6 / 390) * 100vw) auto auto 0;
        margin-block: auto;
        width: 14px;
        height: 14px;
        background: no-repeat center / contain url("../img/sec03_deco1.png");
      }
    }
  }

  .sec03__list2--des2 {
    li {
      &::before {
        background: no-repeat center / contain url("../img/sec03_deco2.png");
      }
    }
  }

  .sec03__list {
    margin-bottom: var(--sp-3);
    list-style: "※ " outside;
    padding-left: var(--sp-2);
  }

  .sec03__item {
    font-size: calc((10 / 390) * 100vw);

    &:not(:last-child) {
      margin-bottom: var(--sp-05);
    }
  }

  .sec03__button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--sp-3);
    background-color: var(--clr-sub01);
    padding: calc(var(--sp-1) * 1.5);

    span {
      color: var(--clr-white);
      font-weight: var(--bold);
      letter-spacing: var(--letter-sp);
      position: relative;
      padding-right: var(--sp-3);
      font-size: var(--small-fz);

      &::before {
        content: "";
        position: absolute;
        inset: 0 0 0 auto;
        margin-block: auto;
        width: 16px;
        height: 16px;
        background: no-repeat center / contain url("../img/sec03_icon.png");
      }
    }
  }
}

.sec04 {
  padding-bottom: 0;

  .sec04__box {
    &:not(:last-child) {
      margin-bottom: var(--sp-5);
    }
  }

  .sec04__box-header {
    margin-bottom: var(--sp-1);
    padding: var(--sp-1);
    background-color: var(--clr-main);

    h4 {
      font-size: var(--h5-fz);
      font-weight: var(--bold);
      color: var(--clr-white);
      text-align: center;
    }
  }

  .sec04__box-content {
    background-color: var(--clr-white);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    /* box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.15); */
    padding: var(--sp-2) var(--sp-1);
  }

  .sec04__box-tbox,
  .sec04__box-issue,
  .sec04__box-lbox {
    display: flex;
    justify-content: center;
    flex-flow: row nowrap;
  }

  .sec04__box-tbox,
  .sec04__box-issue {
    gap: var(--sp-2);
    font-weight: var(--bold);
  }

  .sec04__box-tbox {
    flex-flow: column nowrap;
    align-items: center;
    padding-bottom: 50px;
    margin-bottom: var(--sp-2);
  }

  .sec04__box-icon {
    text-align: center;
    flex-shrink: 0;

    img {
      margin-bottom: var(--sp-1);
    }

    p {
      font-size: var(--small-fz);
    }
  }

  .sec04__box-issue {
    flex-flow: column nowrap;
    gap: 0;
    align-items: center;
    /* background-color: var(--clr-border); */
    /* padding: var(--sp-3); */
    position: relative;
    font-size: var(--h5-fz);

    p {
      letter-spacing: var(--letter-sp);

      &:nth-child(2) {
        background-color: var(--clr-border);
        padding: var(--sp-1);
        font-size: var(--h6-fz);
      }
    }
  }

  .sec04__box-lbox {
    align-items: center;
    width: 100%;
    background-color: #00b0f0;
    color: var(--clr-white);
    flex-shrink: 0;
    margin-bottom: var(--sp-05);
  }

  .sec04__mbox {
    background-color: #f3fbff;
    padding: var(--sp-1);
    margin-bottom: var(--sp-2);

    p {
      letter-spacing: var(--letter-sp);
      font-size: var(--h6-fz);
    }
  }

  .sec04__img {
    width: 100%;
    height: auto;
  }
}

.sec05 {
  .sec05__subtitle,
  .sec05__list {
    margin-bottom: var(--sp-2);
  }

  .sec05__box {
    &:not(:last-child) {
      margin-bottom: var(--sp-5);
    }
  }

  .sec05__subtitle {
    color: var(--clr-main);
    font-size: var(--h5-fz);
    letter-spacing: var(--letter-sp);
    font-weight: var(--bold);
    position: relative;
    padding-left: var(--sp-2);

    &::before {
      content: "";
      position: absolute;
      inset: 0 auto 0 0;
      margin-block: auto;
      width: 5px;
      height: calc(100% - var(--sp-1));
      background-color: var(--clr-main);
    }
  }

  .sec05__list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row nowrap;
    gap: calc((10 / 390) * 100vw);
  }

  .sec05__item {
    flex-grow: 1;
    /* width: min(100%, 350px); */
    padding: var(--sp-1);
    background-color: var(--clr-main);
    border-radius: var(--sp-1);
    color: var(--clr-white);
    font-size: calc((12 / 390) * 100vw);
    font-weight: var(--bold);
    letter-spacing: var(--letter-sp);
    text-align: center;
    position: relative;
    white-space: nowrap;

    &::before {
      content: "";
      /* position: absolute; */
      position: relative;
      display: inline-block;
      inset: 0 auto 0 0;
      margin-block: auto;
      margin: auto var(--sp-05) auto 0;
      width: 12px;
      height: 12px;
      background: no-repeat center / contain url("../img/sec05_deco.png");
      /* transform: translateX(var(--sp-3)); */
    }
  }

  .sec05__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
    gap: var(--sp-1);
  }

  .sec05__textbox {
    width: min(100%, 655px);
    margin-bottom: var(--sp-3);

    p {
      text-align: justify;
      line-height: 180%;
      font-size: var(--small-fz);

      &:not(:last-child) {
        margin-bottom: var(--sp-3);
      }

      span {
        background-color: #ffff00;
      }
    }
  }

  .sec05__text {
    font-size: var(--h6-fz);
    font-weight: var(--bold);
    letter-spacing: var(--letter-sp);
    margin-bottom: var(--sp-3);
  }

  .sec05__img {
    margin-inline: auto;
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
既存パーツ調整
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#media{
  margin-top: 90px;
}
#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;
}
