@charset "utf-8";
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
PC版
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
[class*='__wrapper-m'] {
  width: min(100%, 1100px) !important;
  margin-inline: auto;
}

/* --------------------------------- Common --------------------------------- */
.cmn-py {
  padding-block: var(--sp-10) var(--sp-5);
}

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

  p,
  h3 {
    font-weight: inherit;
  }

  p {
    font-size: 48px;
    color: var(--clr-sub01);
  }

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

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

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

  h4 {
    font-weight: var(--bold);
    font-size: 24px;
    color: var(--clr-sub01);
  }
}

.cmn-cta {
  padding-bottom: var(--sp-4);
  margin-bottom: var(--sp-3);
  background: no-repeat bottom center / 1100px 17px url('../img/cmn-cta.webp');

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

    em {
      font-weight: inherit;
      color: inherit;
      font-style: normal;
      font-size: 32px;
    }
  }
}

/* ---------------------------------- Sec00 --------------------------------- */
.sec00 {
  height: 485px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding-block: 52px 0; */
  background: no-repeat center / cover url('../img/sec00_bg.webp') !important;

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

    img {
      margin-inline: 0 auto;
    }
  }

  .sec00__box {
    position: relative;
  }

  .sec00__tel {
    position: absolute;
    inset: auto var(--sp-2) var(--sp-1) auto;

    span {
      font-size: 43px;
      letter-spacing: -0.03em;
      color: var(--clr-white);
      font-weight: var(--bold);
    }
  }
}

/* ---------------------------------- Sec01 --------------------------------- */
.sec01 {
  .sec01__header {
    margin-bottom: var(--sp-5);

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

      em {
        font-style: normal;
        font-weight: inherit;
        font-size: var(--h3-fz);
        color: var(--clr-red);
      }
    }
  }

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

  .sec01__item {
    width: min(100%, 263px);
  }

  .sec01__item-text {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--clr-main);
    font-weight: var(--bold);
    font-size: var(--h5-fz);
  }

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

  .sec01__arrow {
    display: block;
    margin: 0 auto calc(var(--sp-1) * 6) auto;
  }

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

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

      em {
        font-style: normal;
        font-weight: inherit;
        font-size: var(--h3-fz);
        color: var(--clr-red);
      }
    }
  } */

  .sec01__header2 {
    background-color: var(--clr-sub01);
    text-align: center;
    padding: 14px;

    h4 {
      width: fit-content;
      margin-inline: auto;
      color: var(--clr-white);
      font-size: var(--h5-fz);
      font-weight: var(--bold);
      position: relative;
      padding-inline: calc(var(--sp-1) * 6);

      &::before,
      &::after {
        content: '';
        position: absolute;
        margin-block: auto;
        width: 36px;
        height: 33px;
        background: no-repeat center / contain url('../img/sec01_deco3.webp');
      }

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

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

  .sec01__list2 {
    padding: 36px;
    background-color: var(--clr-bg);
    margin-bottom: var(--sp-5);
  }

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

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

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

    &:not(:last-child) {
      margin-bottom: calc(var(--sp-1) * 1.5);
    }
  }
}

/* ---------------------------------- Sec02 --------------------------------- */
.sec02 {
  .sec02__box {
    background-color: #f3f5f9;
    padding-block: 28px 20px;
    padding-inline: calc(50% - 550px);
    margin-bottom: var(--sp-2);
  }

  .sec02__list {
    /* width: min(100%, 1100px);
    margin-inline: auto; */
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-flow: row nowrap;
    gap: 20px;
    counter-reset: count;
    margin-bottom: 10px;
    padding: 0;
  }

  .sec02__item {
    width: min(100%, 200px);
    background-color: var(--clr-white);
    position: relative;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.25);

    &:not(:last-child) {
      &::before {
        content: '';
        position: absolute;
        inset: 0 0 0 auto;
        margin-block: auto;
        width: 20px;
        height: 20px;
        background: no-repeat center / contain url('../img/sec02_deco5.webp');
        transform: translateX(calc(100% + 4px));
      }
    }
  }

  .sec02__item-header {
    background-color: var(--clr-sub01);
    padding: calc(var(--sp-1) * 1.5);

    h5 {
      margin: 0;
      color: var(--clr-white);
      font-weight: var(--bold);
      text-align: center;
      font-size: 20px;
      position: relative;
      line-height: 1.5;
      letter-spacing: 0;

      &::before {
        counter-increment: count;
        content: counter(count, decimal-leading-zero) '.';
        font-size: var(--h6-fz);
      }
    }
  }

  .sec02__item-box {
    /* height: 190px; */
    padding-inline: calc(var(--sp-1) * 1.5);
    padding-block: var(--sp-3) 20px;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-flow: column nowrap;

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

  .sec02__item-img {
    width: auto;
    height: 69px;
    margin-bottom: var(--sp-1);
  }

  .sec02__item-img2 {
    margin-block: auto 0;
  }

  .sec02__item-box--tel {
    p {
      font-weight: var(--medium);
      margin-bottom: var(--sp-1);
    }
  }

  .sec02__tel {
    padding-left: var(--sp-3);
    position: relative;
    margin-bottom: var(--sp-2);

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

    span {
      white-space: nowrap;
      font-size: 22px;
      font-weight: var(--bold);
    }
  }

  .sec02__mail {
    width: min(100%, 172px);
    height: 65px;
    background-color: #ff544b;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 0 rgba(16, 62, 118, 0.25);
    border-radius: var(--sp-5);

    span {
      position: relative;
      color: var(--clr-white);
      font-weight: var(--bold);
      font-size: var(--small-fz);
      padding-left: var(--sp-2);

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

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

  .sec02__textbox1 {
    margin-bottom: calc(var(--sp-1) * 7);
  }

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

  .sec02__list2,
  .sec02__item2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--sp-2);
  }

  .sec02__list2 {
    width: min(100%, 880px);
    margin-inline: auto;
    flex-flow: row wrap;
  }

  .sec02__item2 {
    width: 207px;
    height: 168px;
    border: 1px solid #eaeaea;
    flex-flow: column nowrap;
    padding: var(--sp-1);

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

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

  .sec02__deco {
    display: block;
    padding-block: var(--sp-3);
    margin-inline: auto;
  }

  .sec02__box2 {
    background-color: var(--clr-bg);
    padding: var(--sp-5);
    margin-bottom: calc(var(--sp-1) * 6);
  }

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

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

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

    p {
      text-align: center;
      font-weight: var(--medium);
    }
  }

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

  .sec02__item3 {
    width: min(100%, 329px);
    border-radius: var(--sp-2);
    overflow: hidden;
    background-color: var(--clr-white);
  }

  .sec02__item3-header {
    background-color: #30a9cc;
    padding: calc(var(--sp-1) * 1.5);

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

      &::before {
        counter-increment: count;
        content: counter(count, decimal-leading-zero) '. ';
      }
    }
  }

  .sec02__item3-box {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-flow: column nowrap;
    gap: var(--sp-2);
    padding: var(--sp-2);
    padding-top: calc(var(--sp-1) * 1.5);

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

  .sec02__img2 {
    display: block;
    margin: 0 auto 70px auto;
  }
}

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

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

  .sec03__list {
    counter-reset: count;
  }

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

  .sec03__item-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row nowrap;
    gap: calc(var(--sp-1) * 1.5);
    border-radius: 15px 15px 0 0;
    background-color: var(--clr-sub01);
    padding: var(--sp-2);

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

    p {
      width: 147px;
      height: 32px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: var(--clr-white);
      color: var(--clr-sub01);
      font-weight: var(--bold);
      font-size: var(--h6-fz);
      border-radius: 15px;

      &::after {
        counter-increment: count;
        content: counter(count, decimal-leading-zero);
      }
    }

    h4 {
      color: var(--clr-white);
      font-size: 20px;
    }
  }

  .sec03__item-content {
    background-color: #f0f0f0;
    border-radius: 0 0 15px 15px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-flow: row nowrap;
  }

  .sec03__item-lbox,
  .sec03__item-rbox {
    display: flex;
    justify-content: center;
  }

  .sec03__item-lbox {
    align-items: center;
    flex-shrink: 0;
    border-right: 5px solid var(--clr-white);
    padding-inline: 50px;
  }

  .sec03__item-rbox {
    align-items: stretch;
    padding: var(--sp-2);
    gap: var(--sp-2);
  }

  .sec03__item-box {
    width: min(100%, 430px);
    background-color: var(--clr-white);
    padding: var(--sp-2);

    &:nth-child(1) {
      h5 {
        background-color: var(--clr-sub01);
      }
    }

    &:nth-child(2) {
      h5 {
        background-color: #30a9cc;
      }
    }

    h5 {
      width: fit-content;
      display: block;
      font-size: var(--h6-fz);
      color: var(--clr-white);
      font-weight: var(--bold);
      margin-bottom: calc(var(--sp-1) * 1.5);
      padding: var(--sp-05) var(--sp-1);
    }

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

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

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

  .sec04__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/sec04_deco1.webp');
    } */
  }

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

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

  .sec04__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('../img/sec04_deco6.webp');
        transform: translateX(35px);
      }
    }
  }

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

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

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

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

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

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

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

  .sec04__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 {
      .sec04__item2-deco {
        height: auto;
      }
    }
  }

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

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

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

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

/* ---------------------------------- Sec05 --------------------------------- */
.sec05 {
  .sec05__box {
    background-color: #f3f5f9;
    padding: var(--sp-5) calc(50% - 550px);
    margin-bottom: var(--sp-5);
  }

  .sec05__textbox {
    p {
      font-weight: var(--bold);
      font-size: var(--h5-fz);
      margin-bottom: var(--sp-3);
    }
  }

  .sec05__list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-flow: row wrap;
    gap: var(--sp-4);
    /* margin-bottom: calc(var(--sp-1) * 6); */
  }

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

  .sec05__item-header {
    height: calc(var(--sp-1) * 9);

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

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

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

  .sec05__box1-textbox {
    width: min(100%, 643px);

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

      span {
        background: linear-gradient(
          to bottom,
          transparent 0%,
          var(--clr-accent) 30%,
          var(--clr-accent) 70%,
          transparent 100%
        );
      }

      em {
        font-weight: var(--bold);
        font-size: var(--h5-fz);
        color: inherit;
        font-style: normal;
        line-height: inherit;
        letter-spacing: inherit;
      }
    }

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

  .sec05__list2 {
    counter-reset: count;
  }

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

  .sec05__item2-header {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-flow: row nowrap;
    border-block: 3px solid #206ba9;
    margin-bottom: var(--sp-4);
    background-color: #f3f5f9;

    p,
    h4 {
      padding-block: calc(var(--sp-1) * 1.5);
    }

    p {
      width: 160px;
      height: 100%;
      display: block;
      background-color: #206ba9;
      text-align: center;
      border-radius: 0 30px 30px 0;
      color: var(--clr-white);
      font-weight: var(--bold);
      font-size: 20px;
      position: relative;

      &::after {
        counter-increment: count;
        content: counter(count, decimal-leading-zero);
        font-size: var(--h4-fz);
      }
    }

    h4 {
      padding-inline: var(--sp-1);
      font-weight: var(--bold);
      font-size: var(--h5-fz);
      color: #206ba9;
      letter-spacing: -0.04em;
    }
  }

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

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

    img {
      width: auto;
      height: 115px;
    }

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

  .sec05__item2-small {
    font-size: 10px;
    text-align: right;
    margin-bottom: var(--sp-05);
  }

  .sec05__box2 {
    width: min(100%, 943px);
    margin-inline: auto;
  }

  .sec05__box2-header {
    background-color: #dd0505;
    padding: var(--sp-1);
    position: relative;

    &::before {
      content: '';
      position: absolute;
      inset: auto 0 0 0;
      margin-inline: auto;
      width: 62px;
      height: 26px;
      background: no-repeat center / contain url('../img/sec05_deco2.webp');
      transform: translateY(90%);
    }

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

      em {
        font-size: var(--h4-fz);
      }
    }
  }

  .sec05__box2-box {
    background-color: var(--clr-bg);
    padding: 29px var(--sp-2) var(--sp-3);
    margin-bottom: var(--sp-5);

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

      small {
        font-size: var(--small-fz);
        position: relative;
        padding-inline: var(--sp-3);

        &::before,
        &::after {
          content: '';
          position: absolute;
          margin-block: auto;
          width: var(--sp-2);
          height: var(--sp-2);
          background: no-repeat center / contain url('../img/sec05_deco1.webp');
        }

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

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

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

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

  .sec05__item4 {
    width: min(100%, 456px);
    background-color: var(--clr-bg);
    display: flex;
    justify-content: end;
    align-items: center;
    flex-flow: column nowrap;
    gap: var(--sp-2);
    position: relative;
    padding: var(--sp-5) var(--sp-2) var(--sp-05) var(--sp-2);

    &:not(:last-child) {
      &::before {
        content: '';
        position: absolute;
        inset: 0 0 0 auto;
        margin-block: auto;
        width: 34px;
        height: 23px;
        background: no-repeat center / contain url('../img/sec05_deco3.webp');
        transform: translateX(100%);
      }
    }

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

      strong {
        font-size: var(--h6-fz);
      }

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

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

  .sec05__item4-banner {
    width: fit-content;
    margin-inline: auto;
    position: absolute;
    inset: 0 0 auto 0;
    background-color: var(--clr-main);
    padding: var(--sp-05) var(--sp-2);
    transform: translateY(-50%);

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

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

  .sec05__box3 {
    width: min(100%, 943px);
    margin-inline: auto;
    margin-bottom: var(--sp-4);
  }

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

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

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

      span {
        background-color: #fff833;
      }

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

  .sec05__box3-img {
    display: block;
    margin-inline: auto;
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
既存パーツ調整
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#faq .sec_cta {
  margin-bottom: var(--sp-10);
}
#faq {
}
#faq .inner {
  padding: 0;
}
.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;
}

#police-cooperation .reveal #topics_2011 {
  margin-top: 0 !important;
}

#service #service_2011 {
  padding-top: 0 !important;
}

#support {
  letter-spacing: 0;
}

#media {
  padding-top: var(--sp-10);
}

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

/* cta調整 */
/* .sec_cta */
.sec_cta__box-wrap {
  margin-bottom: var(--sp-10);
}
.sec_cta__box {
  position: relative;
  height: 254px;
  background: no-repeat right/cover url('../img/sec_cta__box.webp');
  display: flex;
  line-height: 1.5;
  margin-bottom: var(--sp-10);
}
/* .sec_cta__box::after {
  position: absolute;
  bottom: calc(-18px - 25px);
  left: calc(50% - 22px);
  content: "";
  display: block;
  background: url("../img/icon_tr_cta.webp") no-repeat;
  background-size: contain;
  width: 44px;
  height: 25px;
} */
.sec_cta__box-header {
  margin: auto var(--sp-5) var(--sp-2);
}
.sec_cta__box-header h4 {
  font-size: 32px;
  color: #e8e428;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
  line-height: 1;
}
.sec_cta__box-header h4 small {
  font-size: 26px;
  color: #ffffff;
}
.sec_cta__box-header p {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.02em;
  margin-bottom: 2px;
}
.sec_cta__box-header p sup {
  font-size: 10px;
  top: 0;
}
.sec_cta__box-header small {
  position: relative;
  display: block;
  font-size: 10px;
  zoom: 0.8;
  padding-left: 22px;
  color: #ffffff;
}
.sec_cta__box-header small:nth-of-type(1)::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '※1';
}
.sec_cta__box-header small:nth-of-type(2)::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '※2';
}
