*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: #1C4D9F;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
.inner {
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 65.25rem;
    padding-inline: 2rem;
    margin-inline: auto;
  }
}

@media screen and (min-width: 768px) {
  .header {
    position: sticky;
    top: 0;
    left: 0;
    background-color: #FFF;
    padding-block: 0.125rem;
    z-index: 100;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-right: clamp(0.5rem, -1.9615384615rem + 3.8461538462vw, 1.5rem);
  }
}

.header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  display: block;
  width: 8.375rem;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 10.25rem;
  }
}

.header__logo-text {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header__logo-text {
    display: block;
    width: clamp(13.125rem, -6.2596153846rem + 30.2884615385vw, 21rem);
    margin-left: 0.5rem;
  }
}

.header__text {
  border: 2px solid #D10C1F;
  background: #FFF;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: -0.12px;
  padding-inline: 0.625rem;
  margin-right: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .header__text {
    font-size: 1rem;
    letter-spacing: -0.16px;
    padding-inline: 1.125rem;
    margin-right: 1.125rem;
  }
}

.header__text--red {
  color: #D10C1F;
}

.header__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.75rem;
  height: 3.75rem;
}
@media screen and (min-width: 768px) {
  .header__button {
    width: 14.375rem;
    gap: 0.75rem;
    color: #FFF;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .header__button + .header__button {
    margin-left: 1.125rem;
  }
}
.header__button::before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
}

.footer {
  background-color: #ECECEC;
  padding-block: 0.3125rem;
}

.footer__text {
  text-align: center;
  color: #3D3D3C;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.7px;
}

.button-shiny {
  position: relative;
  overflow: hidden;
}
.button-shiny::after {
  content: "";
  position: absolute;
  top: -11.25rem;
  left: 0;
  width: 1.875rem;
  height: 100%;
  display: inline-block;
  background-color: #b5e7ff;
  -webkit-animation: shiny 2.5s ease-in-out infinite;
          animation: shiny 2.5s ease-in-out infinite;
}

@-webkit-keyframes shiny {
  0% {
    scale: 0;
    rotate: 45deg;
    opacity: 0;
  }
  80% {
    rotate: 45deg;
    opacity: 0.5;
  }
  81% {
    scale: 4;
    rotate: 45deg;
    opacity: 1;
  }
  100% {
    scale: 50;
    rotate: 45deg;
    opacity: 0;
  }
}

@keyframes shiny {
  0% {
    scale: 0;
    rotate: 45deg;
    opacity: 0;
  }
  80% {
    rotate: 45deg;
    opacity: 0.5;
  }
  81% {
    scale: 4;
    rotate: 45deg;
    opacity: 1;
  }
  100% {
    scale: 50;
    rotate: 45deg;
    opacity: 0;
  }
}
.button-line {
  background: linear-gradient(181deg, #4CC764 1.12%, #00871A 98.88%);
}
.button-line::before {
  background: url(../img/icon-line.png) center/contain no-repeat;
}

.button-tel {
  background: linear-gradient(181deg, #FF9301 1.12%, #F74801 98.88%);
}
.button-tel::before {
  background: url(../img/icon-tel.png) center/contain no-repeat;
}

.button-shadow {
  translate: 0 0.1875rem;
}
.button-shadow > * {
  translate: 0 -0.1875rem;
}
.button-shadow:has(.cta-1__button) {
  width: 13.625rem;
  height: 4.4rem;
  border-radius: 3.0625rem;
  background-color: #d23b00;
}
@media screen and (min-width: 768px) {
  .button-shadow:has(.cta-1__button) {
    width: 24.15625rem;
    height: 7.125rem;
    border-radius: 4.25rem;
  }
}
.button-shadow:has(.cta-2__button) {
  width: 19.625rem;
  height: 4.8125rem;
  border-radius: 5.4375rem;
}
@media screen and (min-width: 768px) {
  .button-shadow:has(.cta-2__button) {
    width: 19.5625rem;
    height: 5rem;
    border-radius: 4.375rem;
  }
}
.button-shadow:has(.follow-button__link) {
  width: 10.40625rem;
  height: 2.625rem;
}
.button-shadow:has(.button-line) {
  background-color: #006f16;
}
.button-shadow:has(.button-tel) {
  background-color: #d23b00;
}

.follow-button {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5.5rem;
  visibility: hidden;
  opacity: 0;
  background-color: #1C4D9F;
  padding-block: 0.625rem;
  z-index: 100;
  -webkit-transition: visibility 0.3s, opacity 0.3s;
  transition: visibility 0.3s, opacity 0.3s;
}
.follow-button.fade-in {
  visibility: visible;
  opacity: 1;
}

.follow-button__title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #F6F6F6;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: -0.14px;
  padding-inline: 0.75rem;
  margin-inline: auto;
}
.follow-button__title::before, .follow-button__title::after {
  content: "";
  position: absolute;
  bottom: 0.625rem;
  width: 0.75rem;
  height: 0.0625rem;
  background-color: #E8E7E7;
}
.follow-button__title::before {
  left: 0;
  rotate: 60deg;
}
.follow-button__title::after {
  right: 0;
  rotate: -60deg;
}

.follow-button__title--yellow {
  color: #FDDE27;
}

.follow-button__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  margin-top: 0.375rem;
}

.follow-button__link {
  width: 10.40625rem;
  height: 2.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}
.follow-button__link::before {
  content: "";
  width: 1.9375rem;
  height: 1.9375rem;
}

.main-visual__container {
  width: 100%;
  aspect-ratio: 1/1;
  background: url(../img/main-visual-bg--sp.webp) center top/cover no-repeat;
  padding-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .main-visual__container {
    aspect-ratio: 1440/516;
    background-image: url(../img/main-visual-bg--pc.webp);
    padding-top: 3.8888888889vw;
  }
}

.main-visual__inner {
  padding-inline: 3.7333333333vw 0;
}
@media screen and (min-width: 768px) {
  .main-visual__inner {
    max-width: unset;
    padding-left: 14.6527777778vw;
  }
}

.main-visual__heading {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .main-visual__heading {
    width: 41.25vw;
  }
}

.cta-1__container {
  position: relative;
  background-color: #1C4D9F;
  padding-block: 1.25rem;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .cta-1__container {
    padding-block: 1.75rem;
  }
}

.cta-1__inner {
  max-width: 23.4375rem;
  padding-inline: 0.625rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .cta-1__inner {
    max-width: 37.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cta-1__inner {
    max-width: 61.09375rem;
    display: grid;
    grid-template-columns: 36rem 23.84375rem;
    gap: 0 1.5rem;
  }
}

.cta-1__box--01 {
  position: relative;
  padding-left: 6.9375rem;
}
@media screen and (min-width: 768px) {
  .cta-1__box--01 {
    position: unset;
    padding-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .cta-1__box--01 {
    grid-column: 1/2;
  }
}

.cta-1__image {
  position: absolute;
  top: 0.875rem;
  left: 0.125rem;
  width: 6.75rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .cta-1__image {
    top: -12.1180555556vw;
    left: unset;
    right: 11.9444444444vw;
    width: 14.0277777778vw;
  }
}

.cta-1__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cta-1__price-text--01 {
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  padding-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .cta-1__price-text--01 {
    font-size: 2rem;
    padding-left: 6.25rem;
  }
}

.cta-1__price-text--02 {
  color: #FDDE27;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.32px;
  padding-left: 0.5rem;
  margin-top: -1rem;
}
@media screen and (min-width: 768px) {
  .cta-1__price-text--02 {
    font-size: 2.9375rem;
    letter-spacing: -0.47px;
    padding-left: 6.25rem;
  }
}

.cta-1__price-text--02-large {
  font-size: 4rem;
}
@media screen and (min-width: 768px) {
  .cta-1__price-text--02-large {
    font-size: 7.25rem;
  }
}

.cta-1__price-text--03 {
  display: inline-block;
  background-color: #FFF;
  text-align: center;
  color: #BC0101;
  font-size: 0.875rem;
  font-weight: 700;
  padding-block: 0.21875rem;
  margin-top: -0.3125rem;
}
@media screen and (min-width: 768px) {
  .cta-1__price-text--03 {
    font-size: 1.1875rem;
  }
}

.cta-1__box--02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .cta-1__box--02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .cta-1__box--02 {
    grid-column: 2/3;
    grid-row: 1/3;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 0;
  }
}

.cta-1__coupon {
  position: relative;
  width: 7.46875rem;
  border: 1.5px solid #D10C1F;
  background-color: #FFF;
  text-align: center;
  color: #D10C1F;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: -0.14px;
  margin-top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .cta-1__coupon {
    width: 21.4375rem;
    border-width: 2.5px;
    font-size: 1.125rem;
    letter-spacing: -0.18px;
    padding-bottom: 0.125rem;
    margin-top: 1.75rem;
  }
}

.cta-1__coupon-head {
  position: absolute;
  top: -1.3125rem;
  left: -0.0625rem;
  width: 7.46875rem;
  display: inline-block;
  background-color: #D10C1F;
  -webkit-clip-path: polygon(0 0, 86.5% 0, 100% 100%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 86.5% 0, 100% 100%, 100% 100%, 0 100%);
  color: #FFF;
  font-size: 0.75rem;
  letter-spacing: -0.12px;
  padding: 0.125rem 0.375rem 0.125rem 0;
}
@media screen and (min-width: 768px) {
  .cta-1__coupon-head {
    top: -1.8125rem;
    left: -0.15625rem;
    width: 11.4375rem;
    -webkit-clip-path: polygon(0 0, 84.5% 0, 100% 100%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 84.5% 0, 100% 100%, 100% 100%, 0 100%);
    font-size: 1.125rem;
    letter-spacing: -0.18px;
    padding: 0.125rem 0.5625rem 0.125rem 0;
  }
}

.cta-1__coupon--large {
  font-size: 1.34375rem;
}
@media screen and (min-width: 768px) {
  .cta-1__coupon--large {
    display: inline-block;
    font-size: 3rem;
    margin-top: -0.375rem;
  }
}

.cta-1__button {
  width: 13.625rem;
  display: inline-block;
  border-radius: 3.0625rem;
  border: 2px solid #F6F6F6;
  background: linear-gradient(187deg, #FF9500 8.98%, #F11000 138.82%);
  -webkit-box-shadow: 0px 3.517px 3.517px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3.517px 3.517px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 700;
  padding-block: 0.75rem;
}
@media screen and (min-width: 768px) {
  .cta-1__button {
    width: 24.15625rem;
    border-width: 2.5px;
    border-radius: 4.25rem;
    -webkit-box-shadow: 0px 4.875px 4.875px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4.875px 4.875px 0px rgba(0, 0, 0, 0.1);
    font-size: 1.5625rem;
    padding-block: 1rem 1.5rem;
  }
}

.cta-1__button-head {
  display: inline-block;
  width: 12.25rem;
  border-radius: 1.75rem;
  background-color: #F5F5A1;
  color: #1C4D9F;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  .cta-1__button-head {
    width: 16.46875rem;
    border-radius: 2.4375rem;
    font-size: 1rem;
    margin-bottom: 0.125rem;
  }
}

.cta-1__box--03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .cta-1__box--03 {
    gap: 1.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .cta-1__box--03 {
    margin-top: 0.65625rem;
  }
}

.cta-1__card {
  width: 8.96875rem;
  border-radius: 0.65625rem;
  background-color: #FFF;
}
@media screen and (min-width: 768px) {
  .cta-1__card {
    width: 16.25rem;
  }
}

.cta-1__card-head {
  border-radius: 0.65625rem 0.65625rem 0 0;
  background: #3D3D3C;
  text-align: center;
  color: #FFF;
  font-size: 0.75rem;
  font-weight: 700;
  padding-block: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .cta-1__card-head {
    font-size: 1.0625rem;
    padding-block: 0.21875rem;
  }
}

.cta-1__card-brand {
  width: 7.40625rem;
  padding-block: 0.125rem 0.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .cta-1__card-brand {
    width: 13.0625rem;
    padding-block: 0.625rem;
  }
}

.cta-1__maker {
  width: 11.15625rem;
  border-radius: 0.65625rem;
  background-color: #FFF;
}
@media screen and (min-width: 768px) {
  .cta-1__maker {
    width: 18.65625rem;
  }
}

.cta-1__maker-head {
  border-radius: 0.65625rem 0.65625rem 0 0;
  background: #3D3D3C;
  text-align: center;
  color: #FFF;
  font-size: 0.75rem;
  font-weight: 700;
  padding-block: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .cta-1__maker-head {
    font-size: 1.0625rem;
    padding-block: 0.21875rem;
  }
}

.cta-1__maker-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding-block: 0.125rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .cta-1__maker-body {
    gap: 0.9375rem;
    padding-block: 0.625rem;
  }
}

.cta-1__maker-logo:nth-of-type(1) {
  width: 2.59375rem;
}
@media screen and (min-width: 768px) {
  .cta-1__maker-logo:nth-of-type(1) {
    width: 3.9375rem;
  }
}
.cta-1__maker-logo:nth-of-type(2) {
  width: 3.09375rem;
}
@media screen and (min-width: 768px) {
  .cta-1__maker-logo:nth-of-type(2) {
    width: 4.71875rem;
  }
}
.cta-1__maker-logo:nth-of-type(3) {
  width: 3.25rem;
}
@media screen and (min-width: 768px) {
  .cta-1__maker-logo:nth-of-type(3) {
    width: 4.96875rem;
  }
}

.cta-2__container {
  background-color: #1C4D9F;
  padding-block: 1.5rem;
}
@media screen and (min-width: 768px) {
  .cta-2__container {
    padding-top: 1.78125rem;
  }
}

.cta-2__inner {
  max-width: 23.4375rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .cta-2__inner {
    max-width: 44rem;
  }
}
@media screen and (min-width: 1024px) {
  .cta-2__inner {
    position: relative;
    max-width: 65.25rem;
  }
}

.cta-2__text {
  position: relative;
  width: 19.75rem;
  border-radius: 0.625rem;
  background-color: #F5F5A1;
  font-size: 0.9375rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.2;
  padding: 0.625rem;
}
@media screen and (min-width: 768px) {
  .cta-2__text {
    width: 35.625rem;
    font-size: 1.6875rem;
    padding: 1.0625rem 1.0625rem 1.375rem;
  }
}
.cta-2__text::before {
  content: "";
  position: absolute;
  top: 0rem;
  right: -1.625rem;
  width: 2.5rem;
  aspect-ratio: 40/60;
  background: url(../img/cta-image.png) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .cta-2__text::before {
    top: -0.25rem;
    right: -4rem;
    width: 5rem;
  }
}
.cta-2__text::after {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  translate: -50% 0;
  width: 18.5rem;
  height: 0.125rem;
  background-color: #EC8C4C;
}
@media screen and (min-width: 768px) {
  .cta-2__text::after {
    bottom: 1rem;
    width: 33.5rem;
    height: 0.21875rem;
  }
}

.cta-2__text--large {
  font-size: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .cta-2__text--large {
    font-size: 2.125rem;
  }
}

.cta-2__box--01 {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .cta-2__box--01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
    margin-top: 1.4375rem;
  }
}

.cta-2__support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .cta-2__support {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.75rem;
  }
}

.cta-2__support-text {
  background-color: #D10C1F;
  color: #FFF;
  font-size: 1.09375rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 0.28125rem 0.78125rem;
}
@media screen and (min-width: 768px) {
  .cta-2__support-text {
    font-size: 1.5rem;
    padding: 0.21875rem 0.71875rem;
  }
}

.cta-2__price {
  width: 18.9375rem;
  margin: 0.625rem auto 0;
}
@media screen and (min-width: 768px) {
  .cta-2__price {
    width: 21.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: -1rem 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .cta-2__price {
    margin-top: -0.375rem;
  }
}

.cta-2__price-text--01 {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.2px;
  padding-left: 0.75rem;
}
@media screen and (min-width: 768px) {
  .cta-2__price-text--01 {
    font-size: 1.5rem;
    padding-left: 0;
  }
}

.cta-2__price-text--02 {
  color: #FDDE27;
  font-family: "Roboto", sans-serif;
  font-size: 2.46875rem;
  font-weight: 700;
  letter-spacing: -0.4px;
  padding-left: 0.75rem;
  margin-top: -1.375rem;
}
@media screen and (min-width: 768px) {
  .cta-2__price-text--02 {
    font-size: 1.5rem;
    letter-spacing: -0.24px;
    margin-top: 0;
  }
}

.cta-2__price-text--02-large {
  font-size: 4.96875rem;
}
@media screen and (min-width: 768px) {
  .cta-2__price-text--02-large {
    font-size: 3.625rem;
  }
}

.cta-2__price-text--03 {
  width: 18.9375rem;
  display: inline-block;
  background-color: #FFF;
  text-align: center;
  color: #BC0101;
  font-size: 1.09375rem;
  font-weight: 700;
  padding-block: 0.25rem;
  margin-top: -0.4375rem;
}
@media screen and (min-width: 768px) {
  .cta-2__price-text--03 {
    width: 100%;
    margin-top: -0.25rem;
  }
}

.cta-2__box--02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .cta-2__box--02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .cta-2__box--02 {
    position: absolute;
    top: 50%;
    right: 2rem;
    translate: 0 -50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
    margin-top: 0;
  }
}

.cta-2__button {
  width: 19.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.59375rem;
  border-radius: 5.4375rem;
  border: 2px solid #FFF;
  -webkit-box-shadow: 0px 6.21px 15.526px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 6.21px 15.526px 0px rgba(0, 0, 0, 0.1);
  color: #FFF;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.5;
  padding-block: 0.78125rem;
}
@media screen and (min-width: 768px) {
  .cta-2__button {
    width: 19.5625rem;
    gap: 0.46875rem;
    border-width: 2.5px;
    border-radius: 4.375rem;
    font-size: 1.5rem;
    padding-block: 0.8125rem;
  }
}
.cta-2__button::before {
  content: "";
  width: 3rem;
  height: 3rem;
}
@media screen and (min-width: 768px) {
  .cta-2__button::before {
    width: 3.125rem;
    height: 3.125rem;
  }
}

.caution__container {
  padding-block: 2rem;
}
@media screen and (min-width: 768px) {
  .caution__container {
    padding-top: 2.625rem;
  }
}

.caution__box {
  position: relative;
  max-width: 30rem;
  border-radius: 0.625rem;
  background-color: #FDDE27;
  padding: 1.5rem 1.09375rem 0.375rem;
  margin-inline: auto;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .caution__box {
    max-width: 100%;
    padding-bottom: 0.5rem;
  }
}
.caution__box::before {
  content: "";
  position: absolute;
  bottom: -1rem;
  right: -1.1875rem;
  width: 3.4375rem;
  aspect-ratio: 55/85;
  background: url(../img/caution-image.png) center/contain no-repeat;
  visibility: visible;
  opacity: 1;
  z-index: 2;
  -webkit-transition: visibility 0.3s, opacity 0.3s;
  transition: visibility 0.3s, opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .caution__box::before {
    bottom: -0.1875rem;
    right: clamp(2rem, -21.8309859155rem + 49.6478873239vw, 10.8125rem);
    width: 5.625rem;
  }
}
.caution__box.is-checked::before {
  visibility: hidden;
  opacity: 0;
}
.caution__box.is-checked .caution__button::after {
  background-image: url(../img/caution-icon-minus.png);
}

.caution__heading {
  position: relative;
  width: 18.25rem;
  background-color: #3D3D3C;
  text-align: center;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  padding-block: 0.71875rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .caution__heading {
    width: 32.6875rem;
    font-size: 1.96875rem;
  }
}
.caution__heading::before, .caution__heading::after {
  content: "";
  position: absolute;
  bottom: 1.375rem;
  width: 1.5625rem;
  height: 0.125rem;
  background-color: #E8E7E7;
}
@media screen and (min-width: 768px) {
  .caution__heading::before, .caution__heading::after {
    bottom: 2rem;
    width: 1.875rem;
    height: 0.1875rem;
  }
}
.caution__heading::before {
  left: 0.125rem;
  rotate: 60deg;
}
@media screen and (min-width: 768px) {
  .caution__heading::before {
    left: 1.25rem;
  }
}
.caution__heading::after {
  right: 0.125rem;
  rotate: -60deg;
}
@media screen and (min-width: 768px) {
  .caution__heading::after {
    right: 1.25rem;
  }
}

.caution__body {
  display: none;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .caution__body {
    text-align: center;
    margin-top: 1.75rem;
  }
}

.caution__body-text {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .caution__body-text {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
  }
}
.caution__body-text .hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  .caution__body-text .hidden {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .caution__body-text .hidden {
    display: none;
  }
}

.caution__body-text--blue {
  background-color: #F5F5A1;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  padding: 0.1875rem 0.625rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .caution__body-text--blue {
    display: inline;
    font-size: 1.375rem;
    line-height: 2;
    margin-top: 0;
  }
}

.caution__button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.125rem;
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.8;
  padding-block: 1.125rem;
}
@media screen and (min-width: 768px) {
  .caution__button {
    gap: 0.5625rem;
    font-size: 1.25rem;
    padding-block: 1rem;
  }
}
.caution__button::after {
  content: "";
  width: 1.8125rem;
  aspect-ratio: 1/1;
  background: url(../img/caution-icon-plus.png) center/contain no-repeat;
  -webkit-transition: background-image 0.5s;
  transition: background-image 0.5s;
}
@media screen and (min-width: 768px) {
  .caution__button::after {
    width: 2.3125rem;
  }
}

.point__container {
  background: url(../img/point-bg--sp.webp) center top/cover no-repeat;
  padding-block: 3rem;
}
@media screen and (min-width: 768px) {
  .point__container {
    background-image: url(../img/point-bg--pc.webp);
  }
}

@media screen and (min-width: 1024px) {
  .point__inner {
    max-width: 64.25rem;
    padding-inline: 1.5rem;
  }
}

.point__heading {
  width: 19.625rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .point__heading {
    width: 25.875rem;
  }
}

.point__list {
  max-width: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  margin: 2rem auto 0;
}
@media screen and (min-width: 768px) {
  .point__list {
    max-width: 40rem;
    gap: 2rem;
    margin-top: 3.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .point__list {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.25rem;
  }
}

.point__item {
  background-color: #FFF;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1024px) {
  .point__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.point__item:nth-of-type(1) .point__item-text--white {
  margin-top: 0.3125rem;
}
.point__item:nth-of-type(1) .point__item-image {
  width: 4.5625rem;
}
@media screen and (min-width: 768px) {
  .point__item:nth-of-type(1) .point__item-image {
    width: 5.875rem;
    margin-top: 1.8125rem;
  }
}
.point__item:nth-of-type(2) .point__item-image {
  width: 5.0625rem;
}
@media screen and (min-width: 768px) {
  .point__item:nth-of-type(2) .point__item-image {
    width: 5.375rem;
    margin-top: 2rem;
  }
}
.point__item:nth-of-type(3) .point__item-image {
  width: 8.8125rem;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .point__item:nth-of-type(3) .point__item-image {
    width: 11.75rem;
    margin-top: 3.25rem;
  }
}
.point__item:nth-of-type(3) .point__item-text--white {
  font-size: 1.25rem;
}

.point__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  background-color: #D2F0FC;
  padding-block: 1.0625rem;
}

.point__item-number {
  width: 3rem;
  height: 3rem;
}

.point__item-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.point__item-title--red {
  color: #D10C1F;
}

.point__item-body {
  padding: 1.25rem;
}

.point__item-text {
  white-space: nowrap;
  text-align: center;
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.point__item-text--red {
  color: #D10C1F;
  font-size: 1.5rem;
  font-weight: 600;
}

.point__item-text--white {
  display: inline-block;
  background-color: #1C4D9F;
  padding: 0.1875rem 0.625rem;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.3125rem;
}

.point__item-text--yellow {
  color: #FDDE27;
}

.point__item-image {
  margin: 0.625rem auto 0;
}

.solution__container {
  padding-top: 2.5rem;
  background-color: #F7F8FA;
}
@media screen and (min-width: 768px) {
  .solution__container {
    position: relative;
    padding-top: 3.5rem;
    z-index: 0;
  }
  .solution__container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 33.375rem;
    height: 56.4375rem;
    background: url(../img/solution-bg.webp) center/contain no-repeat;
    z-index: -1;
  }
}

.solution__heading {
  width: 18.9375rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .solution__heading {
    width: 27.125rem;
  }
}

.solution__list {
  max-width: 30rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 0.625rem;
  margin: 0.75rem auto 0;
}
@media screen and (min-width: 768px) {
  .solution__list {
    max-width: 40rem;
    gap: 2rem 2.1875rem;
  }
}
@media screen and (min-width: 1024px) {
  .solution__list {
    max-width: 100%;
    grid-template-columns: repeat(3, 1fr);
  }
}

.solution__image img {
  border-radius: 0.75rem;
}

.solution__title {
  width: 100%;
  background-color: #1C4D9F;
  text-align: center;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  padding-block: 0.25rem;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .solution__title {
    font-size: 1.75rem;
    margin-top: 0.84375rem;
  }
}

.solution-bottom {
  padding: 2rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .solution-bottom {
    padding: 3.125rem 2rem 3.5rem;
  }
}

.solution-bottom__box {
  max-width: 30rem;
  border-radius: 1.5rem 0;
  background-color: #009AE9;
  padding: 1.5rem 0.875rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .solution-bottom__box {
    max-width: 69.5rem;
    border-radius: 3.5rem 0;
    padding: 2.3125rem 1.25rem 3rem;
  }
}

.solution-bottom__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 3px solid currentColor;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 0.1875rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .solution-bottom__title {
    font-size: 2rem;
  }
}

.solution-bottom__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3125rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .solution-bottom__list {
    gap: clamp(1.25rem, -0.5961538462rem + 2.8846153846vw, 2rem);
  }
}

.solution-bottom__item {
  width: 6.59375rem;
  height: 4.625rem;
  display: grid;
  place-items: center;
  border-radius: 0.625rem;
  background-color: #FFF;
}
@media screen and (min-width: 768px) {
  .solution-bottom__item {
    width: 19.09375rem;
    height: 10rem;
    border-radius: 1.25rem;
  }
}
.solution-bottom__item:nth-of-type(1) .solution-bottom__item-logo {
  width: 3.9375rem;
}
@media screen and (min-width: 768px) {
  .solution-bottom__item:nth-of-type(1) .solution-bottom__item-logo {
    width: 7.1875rem;
  }
}
.solution-bottom__item:nth-of-type(2) .solution-bottom__item-logo {
  width: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .solution-bottom__item:nth-of-type(2) .solution-bottom__item-logo {
    width: 8.59375rem;
  }
}
.solution-bottom__item:nth-of-type(3) .solution-bottom__item-logo {
  width: 4.9375rem;
}
@media screen and (min-width: 768px) {
  .solution-bottom__item:nth-of-type(3) .solution-bottom__item-logo {
    width: 9.03125rem;
  }
}

.solution-bottom__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 1.5rem auto 0;
}

.compare__container {
  background: url(../img/compare-bg--sp.webp) center top/cover no-repeat;
  padding-block: 2rem;
}
@media screen and (min-width: 768px) {
  .compare__container {
    background-image: url(../img/compare-bg--pc.webp);
  }
}

.compare__heading {
  width: 20.4375rem;
  border-radius: 2rem;
  background-color: #FFF;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 1.4px;
  padding-block: 0.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .compare__heading {
    width: 30rem;
  }
}

.compare__table-container {
  overflow: auto;
  padding-bottom: 0.625rem;
  scrollbar-color: #1C4D9F #D9D9D9;
}
.compare__table-container::-webkit-scrollbar-thumb {
  background-color: #1C4D9F;
}
.compare__table-container::-webkit-scrollbar-track {
  background-color: #D9D9D9;
}

.compare__table {
  width: 26.625rem;
  table-layout: fixed;
  border-collapse: collapse;
  margin: 1.125rem auto 0;
}
@media screen and (min-width: 768px) {
  .compare__table {
    width: 53.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .compare__table {
    width: 61.25rem;
  }
}
.compare__table th, .compare__table td {
  vertical-align: middle;
  background-color: #FFF;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
.compare__table thead th {
  height: 4.4375rem;
  background-color: transparent;
  color: #000;
}
@media screen and (min-width: 768px) {
  .compare__table thead th {
    height: 2rem;
  }
}
.compare__table thead th:nth-of-type(2) {
  width: 7.5rem;
  background-color: #1C4D9F;
  color: #FFF;
  font-size: 0.875rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .compare__table thead th:nth-of-type(2) {
    width: 14.84375rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .compare__table thead th:nth-of-type(2) {
    width: 17.34375rem;
  }
}
.compare__table thead th:nth-of-type(3) {
  width: 7.1875rem;
  background-color: #FDF194;
}
@media screen and (min-width: 768px) {
  .compare__table thead th:nth-of-type(3) {
    width: 14.84375rem;
  }
}
@media screen and (min-width: 1024px) {
  .compare__table thead th:nth-of-type(3) {
    width: 17.34375rem;
  }
}
.compare__table thead th:nth-of-type(4) {
  width: 7.1875rem;
  background-color: #C9C9C8;
}
@media screen and (min-width: 768px) {
  .compare__table thead th:nth-of-type(4) {
    width: 14.84375rem;
  }
}
@media screen and (min-width: 1024px) {
  .compare__table thead th:nth-of-type(4) {
    width: 17.34375rem;
  }
}
.compare__table tbody th {
  height: 3.5rem;
  border-bottom: 1px solid #FFF;
  background-color: #009AE9;
  color: #FFF;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .compare__table tbody th {
    font-size: 1rem;
  }
}
.compare__table tbody tr {
  border-bottom: 1px solid #009AE9;
}
.compare__table tbody tr:last-child {
  height: 5rem;
}
.compare__table tbody tr:last-child th {
  border-color: #009AE9;
}
.compare__table tbody td {
  border-right: 1px solid #009AE9;
}
.compare__table .compare__table-text--red {
  color: #D10C1F;
}
@media screen and (min-width: 768px) {
  .compare__table .compare__table-text--red {
    font-size: 1.125rem;
  }
}
.compare__table .compare__table-text--red.compare__table-text--small {
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .compare__table .compare__table-text--red.compare__table-text--small {
    font-size: 1.125rem;
  }
}
.compare__table .compare__table-text--small {
  font-size: 0.875rem;
}

.step-head {
  position: relative;
  background-color: #009AE9;
  padding-block: 0.8125rem 1.4375rem;
}
@media screen and (min-width: 768px) {
  .step-head {
    padding-block: 1.375rem 1.75rem;
  }
}
.step-head::before {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  translate: -50% 0;
  width: 2.125rem;
  height: 1.0625rem;
  background-color: inherit;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (min-width: 768px) {
  .step-head::before {
    bottom: -1.25rem;
    width: 2.625rem;
    height: 1.3125rem;
  }
}

.step__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 4px solid #FDF194;
  text-align: center;
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 1.6px;
  padding-bottom: 0.25rem;
  margin-inline: auto;
}

.step__heading--small {
  font-size: 1.375rem;
  letter-spacing: 1.1px;
}
@media screen and (min-width: 768px) {
  .step__heading--small {
    font-size: 2rem;
    letter-spacing: 1.6px;
  }
}

.step__heading--large {
  translate: 0 0.1875rem;
  display: inline-block;
  font-size: 3.5rem;
  letter-spacing: 2.8px;
  margin-left: 0.25rem;
}

.step__container {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F4FAFD));
  background: linear-gradient(180deg, #FFF 0%, #F4FAFD 100%);
  padding-block: 2.5rem;
}

.step__list {
  max-width: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.125rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .step__list {
    max-width: 100%;
  }
}

.step__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .step__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.step__item:last-child::before {
  display: none;
}
.step__item::before {
  content: "";
  position: absolute;
  bottom: -1.3125rem;
  left: 50%;
  translate: -50% 0;
  width: 3.375rem;
  height: 0.6875rem;
  background: url(../img/step-arrow.png) center/contain no-repeat;
}

@media screen and (min-width: 768px) {
  .step__item-image {
    width: 15.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 1024px) {
  .step__item-image {
    width: 14.25rem;
  }
}

.step__item-content {
  border-radius: 0.625rem;
  background-color: #FFFFEB;
  padding: 1.125rem;
}
@media screen and (min-width: 768px) {
  .step__item-content {
    padding-inline: 1.75rem 1.375rem;
  }
}

.step__item-content-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.step__item-number {
  width: 3.3125rem;
}

.step__item-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #3D3D3C;
  font-size: 1.375rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .step__item-title {
    font-size: clamp(1.375rem, 1.0673076923rem + 0.4807692308vw, 1.5rem);
  }
}

.step__item-title--sub {
  width: 9.4375rem;
  background-color: #D10C1F;
  text-align: center;
  color: #FFF;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  padding-block: 0.1875rem;
  margin-left: 0.375rem;
}

.step__item-text {
  color: #3D3D3C;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .step__item-text {
    font-size: clamp(1rem, 0.6923076923rem + 0.4807692308vw, 1.125rem);
  }
}

.step__item-text--red {
  color: #D10C1F;
}

.area__container {
  padding-block: 2.5rem;
}

.area__heading {
  width: 14rem;
  border-radius: 1.5rem;
  background-color: #1C4D9F;
  text-align: center;
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
  margin-inline: auto;
}

.area__body {
  max-width: 30rem;
  margin: 1.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .area__body {
    max-width: 40rem;
  }
}
@media screen and (min-width: 1024px) {
  .area__body {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }
}

.area__image {
  border-radius: 0.5rem;
  border: 1px solid #009AE9;
  background-color: #FFF;
  padding: 1.125rem 3.65625rem;
}
@media screen and (min-width: 768px) {
  .area__image {
    padding-inline: 6.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .area__image {
    width: 25.4375rem;
    height: 20.6875rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 0.625rem;
    padding: 1.40625rem 4.5625rem;
  }
}

.area__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .area__list {
    width: 100%;
    margin-top: 0;
  }
}

.area__accordion {
  position: relative;
  border-radius: 0.625rem;
  border: 1px solid #009AE9;
  background-color: #F8FCFE;
  z-index: 0;
}
.area__accordion::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.125rem;
  translate: 0 -50%;
  width: 1.875rem;
  height: 1.875rem;
  background: url(../img/area-icon-minus.png) center/contain no-repeat;
  z-index: -1;
  -webkit-transition: background-image 0.5s;
  transition: background-image 0.5s;
}
.area__accordion.is-opened::before {
  background-image: url(../img/area-icon-plus.png);
}
.area__accordion.is-opened .area__accordion-inner {
  margin-top: -0.8125rem;
}

.area__summary {
  display: block;
  cursor: pointer;
  padding: 1.4375rem 1.125rem;
}
.area__summary::-webkit-details-marker {
  display: none;
}

.area__summary-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 1.25rem;
  background-color: #009AE9;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.5;
  padding-inline: 1rem;
}

.area__accordion-panel {
  cursor: pointer;
}

.area__accordion-inner {
  padding-bottom: 1.4375rem;
}

.area__accordion-text {
  width: 15.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3125rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  padding-left: 1.75rem;
}
@media screen and (min-width: 768px) {
  .area__accordion-text {
    width: 27.5rem;
    gap: 0.25rem 0.625rem;
  }
}

.area__accordion-text--small {
  font-size: 0.875rem;
}

.voice-head {
  position: relative;
  background-color: #009AE9;
  padding-block: 2.5rem 2.4375rem;
}
@media screen and (min-width: 768px) {
  .voice-head {
    padding-block: 3.125rem 3.0625rem;
  }
}
.voice-head::before {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  translate: -50% 0;
  width: 2.125rem;
  height: 1.0625rem;
  background-color: inherit;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (min-width: 768px) {
  .voice-head::before {
    bottom: -1.25rem;
    width: 2.625rem;
    height: 1.3125rem;
  }
}

.voice__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 4px solid #FDF194;
  text-align: center;
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1.6px;
  padding-bottom: 0.125rem;
  margin-inline: auto;
}

.voice__container {
  background-color: #FFFFEB;
  padding-block: 2.5rem 2rem;
}
@media screen and (min-width: 768px) {
  .voice__container {
    padding-block: 3.5rem;
  }
}

@media screen and (min-width: 768px) {
  .voice__inner {
    max-width: 100%;
    padding-inline: 0;
  }
}

.swiper-container {
  position: relative;
  max-width: 30rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .swiper-container {
    max-width: 100%;
  }
}

.voice__slide {
  max-width: 30rem;
  border: 3px solid #FDDE27;
  background-color: #FFF;
  padding: 1.8125rem;
}
@media screen and (min-width: 768px) {
  .voice__slide {
    max-width: 41.9375rem;
  }
}
@media screen and (min-width: 1920px) {
  .voice__slide {
    max-width: 34.9479166667vw;
  }
}

.voice__slide-head {
  border-bottom: 2px solid #009AE9;
  padding-bottom: 0.125rem;
}

.voice__slide-title--sub {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 1.25rem;
  background-color: #009AE9;
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.1875rem 1rem;
}
@media screen and (min-width: 1920px) {
  .voice__slide-title--sub {
    border-radius: 1.0416666667vw;
    font-size: 0.8333333333vw;
    padding: 0.15625vw 0.8333333333vw;
  }
}

.voice__slide-title {
  font-size: 1.375rem;
  font-weight: 700;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .voice__slide-title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1920px) {
  .voice__slide-title {
    font-size: 1.25vw;
    margin-top: 0.5208333333vw;
  }
}

.voice__slide-body {
  margin-top: 0.625rem;
}
@media screen and (min-width: 1920px) {
  .voice__slide-body {
    margin-top: 0.5208333333vw;
  }
}

.voice__slide-text {
  color: #3D3D3C;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .voice__slide-text {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1920px) {
  .voice__slide-text {
    font-size: 0.9375vw;
  }
}

.swiper-button-prev,
.swiper-button-next {
  width: 1.8125rem;
  height: 1.8125rem;
  background: url(../img/icon-button-skyblue.png) center/contain no-repeat;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 2.8125rem;
    height: 2.8125rem;
    translate: 0 -50%;
  }
}
@media screen and (min-width: 1920px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 2.34375vw;
    height: 2.34375vw;
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev {
  rotate: 180deg;
  left: -0.375rem;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev {
    left: unset;
    right: calc(50% + 19.625rem);
  }
}
@media screen and (min-width: 1920px) {
  .swiper-button-prev {
    right: calc(50% + 16.3541666667vw);
  }
}

.swiper-button-next {
  right: -0.375rem;
}
@media screen and (min-width: 768px) {
  .swiper-button-next {
    right: unset;
    left: calc(50% + 19.625rem);
  }
}
@media screen and (min-width: 1920px) {
  .swiper-button-next {
    left: calc(50% + 16.3541666667vw);
  }
}

.faq__container {
  background: url(../img/faq-bg--sp.webp) center top/cover no-repeat;
  padding-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .faq__container {
    background-image: url(../img/faq-bg--pc.webp);
    padding-block: 3.5rem;
  }
}

.faq__heading {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}

.faq__list {
  max-width: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  margin: 1.25rem auto 0;
}
@media screen and (min-width: 768px) {
  .faq__list {
    max-width: 100%;
  }
}

.faq__item {
  border-radius: 0.625rem;
  border: 3px solid #009AE9;
  background-color: #FFF;
  padding: 1.8125rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .faq__item {
    padding: 2.84375rem 1.8125rem 2.4375rem;
  }
}

.faq__item-text--q {
  position: relative;
  font-size: 1.25rem;
  font-weight: 700;
  padding-left: 2.84375rem;
}
@media screen and (min-width: 768px) {
  .faq__item-text--q {
    font-size: 1.5rem;
    padding-left: 5.1875rem;
  }
}
.faq__item-text--q::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 1.90625rem;
  aspect-ratio: 1/1;
  background: url(../img/icon-q.png) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .faq__item-text--q::before {
    width: 4.25rem;
  }
}

.faq__item-text--a {
  position: relative;
  color: #3D3D3C;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  padding-left: 2.84375rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .faq__item-text--a {
    padding-left: 5.1875rem;
    margin-top: 2.53125rem;
  }
}
.faq__item-text--a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.90625rem;
  aspect-ratio: 1/1;
  background: url(../img/icon-a.png) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .faq__item-text--a::before {
    width: 4.25rem;
  }
}

.company__container {
  padding-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .company__container {
    padding-block: 3.5rem;
  }
}

.company__heading {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}

.company__list {
  max-width: 30rem;
  border-block: 1px solid #009AE9;
  margin: 1.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .company__list {
    max-width: 100%;
  }
}

.company__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.1875rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .company__item {
    gap: clamp(3.125rem, -6.25rem + 19.53125vw, 6.25rem);
    padding-inline: clamp(3.125rem, -6.25rem + 19.53125vw, 6.25rem);
  }
}
.company__item + .company__item {
  border-top: 1px solid #009AE9;
}
.company__item dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6.25rem;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .company__item dt {
    width: 12.5rem;
    text-align: center;
    font-size: 1.25rem;
  }
}
.company__item dd {
  color: #3D3D3C;
  font-size: 1rem;
  font-weight: 500;
}

.hidden-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .hidden-sp {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

@media (any-hover: hover) {
  a,
  .caution__button,
  .swiper-button-prev,
  .swiper-button-next {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a:hover,
  .caution__button:hover,
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    opacity: 0.7;
  }
  .button-shadow > * {
    -webkit-transition: translate 0.3s;
    transition: translate 0.3s;
  }
  .button-shadow > *:hover {
    translate: 0 0;
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */