*,
*::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: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.inner {
  padding-inline: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 64rem;
    padding-inline: 2rem;
    margin-inline: auto;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.header__inner {
  max-width: 100%;
  height: 3.75rem;
  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;
  background-color: #FFF;
  padding-inline: 0.4375rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .header__inner {
    height: 5.625rem;
    padding-inline: 1.9375rem 3.125rem;
  }
}

.header__logo {
  width: 8.1875rem;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 14.875rem;
  }
}

.header__button {
  height: 2.625rem;
  gap: 0.5rem;
  border-radius: 0.5625rem;
  font-size: 1rem;
  padding-inline: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .header__button {
    height: 3.875rem;
    gap: 1rem;
    border-radius: 1rem;
    font-size: 1.875rem;
    padding-inline: 4.8125rem;
  }
}
.header__button::after {
  width: 0.8125rem;
  height: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .header__button::after {
    width: 1.8125rem;
    height: 1.875rem;
  }
}

.header__button-image {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__button-image {
    position: absolute;
    top: 50%;
    left: -3.5rem;
    translate: 0 -50%;
    width: 7.0625rem;
  }
}

.header__button--small {
  font-size: 0.8125rem;
}

.footer__container {
  padding-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .footer__container {
    padding-top: 2.75rem;
  }
}

.footer__inner {
  padding-inline: 0;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    max-width: 90rem;
    padding-inline: 3rem 2.25rem;
  }
}

.footer__privacy-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .footer__privacy-link {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}

.footer__privacy-link-image {
  width: 4.375rem;
}

.footer__privacy-text {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 500;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .footer__privacy-text {
    text-align: unset;
    font-size: 0.8125rem;
  }
}

.footer__body {
  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: 3.125rem;
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .footer__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0;
    margin-top: 3rem;
  }
}

.footer__nav {
  width: 23.4375rem;
  text-align: center;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    text-align: unset;
    margin-inline: 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer__nav {
    width: unset;
  }
}

.footer__nav-link {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .footer__nav-link {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer__nav-link + .footer__nav-link {
    border-left: 1px solid #333;
    padding-left: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
}
.footer__nav-link:nth-of-type(2) {
  border-left: 1px solid #333;
  padding-left: 1.25rem;
  margin-left: 1.25rem;
}
.footer__nav-link:nth-of-type(3) {
  margin-top: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .footer__nav-link:nth-of-type(3) {
    margin-top: 0;
  }
}

.footer__logo {
  width: 13.75rem;
}

.footer__bottom {
  background-color: #025AA6;
  padding-block: 2.375rem 1.25rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .footer__bottom {
    padding-block: 1.5rem;
  }
}

.footer__bottom-inner {
  max-width: 90rem;
  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.5rem;
  padding-inline: 1.5625rem;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .footer__bottom-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0;
    padding-inline: 3rem 2.25rem;
  }
}

.footer__bottom-nav {
  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.25rem;
}
@media screen and (min-width: 1024px) {
  .footer__bottom-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.125rem;
  }
}

.footer__bottom-nav-link {
  color: #FFF;
  font-size: 0.75rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .footer__bottom-nav-link {
    font-size: 0.9375rem;
  }
}

.footer__copyright {
  text-transform: capitalize;
  text-align: center;
  color: #FFF;
  font-size: 0.625rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer__copyright {
    text-align: unset;
  }
}

.button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  border-radius: 0.75rem;
  border: 2px solid #FFF;
  background: linear-gradient(357deg, #F58529 6.79%, #FFA726 97.37%);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
  text-shadow: 0px 0px 7.5px #A14B05;
  color: #FFF;
  font-weight: 700;
  padding-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  .button {
    gap: 1rem;
    border-radius: 1rem;
    border: 3px solid #FFF;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
    text-shadow: 0px 0px 10px #A14B05;
  }
}
.button::after {
  content: "";
  background: url(../img/arrow-button--orange.png) center/contain no-repeat;
  margin-top: 0.25rem;
}

.heading {
  position: relative;
  text-align: center;
  color: #0086CD;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .heading {
    font-size: 2.5rem;
  }
}
.heading::before {
  content: "";
  position: absolute;
  bottom: -0.125rem;
  left: 50%;
  translate: -50% 0;
  width: 10rem;
  height: 0.125rem;
  background-color: #0086CD;
}
@media screen and (min-width: 768px) {
  .heading::before {
    bottom: -0.5rem;
    width: 18.125rem;
    height: 0.375rem;
  }
}

.main-visual__container {
  width: 100%;
  aspect-ratio: 375/357;
  background: url(../img/bg-main-visual--sp.webp) center top/100% no-repeat;
  padding-top: 9.2vw;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .main-visual__container {
    position: relative;
    max-height: 37.5rem;
    padding-top: 2.5rem;
    margin-top: 5.625rem;
    z-index: 0;
  }
  .main-visual__container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: -1;
  }
}
@media screen and (min-width: 1024px) {
  .main-visual__container {
    max-height: unset;
    aspect-ratio: 1440/740;
    background: url(../img/bg-main-visual--pc.webp) center top/cover no-repeat;
    padding-top: 4.3402777778vw;
  }
  .main-visual__container::before {
    display: none;
  }
}

.main-visual__inner {
  max-width: 100%;
  padding-inline: 4vw;
}
@media screen and (min-width: 768px) {
  .main-visual__inner {
    padding-inline: max(3.5416666667vw, 2rem) 2rem;
  }
}

.main-visual__heading--sub {
  display: inline-block;
  background-color: #0086CD;
  -webkit-clip-path: polygon(0 0, 100% 0, 92.5% 50%, 100% 100%, 0 100%, 7.5% 50%, 0 0);
          clip-path: polygon(0 0, 100% 0, 92.5% 50%, 100% 100%, 0 100%, 7.5% 50%, 0 0);
  color: #FFF;
  font-size: 4.5333333333vw;
  font-weight: 500;
  line-height: 1;
  padding: 0.5333333333vw 4.8vw 1.0666666667vw;
}
@media screen and (min-width: 768px) {
  .main-visual__heading--sub {
    font-size: max(2.0833333333vw, 1.375rem);
    padding: 0.1875rem max(2.2916666667vw, 1.5rem) 0.375rem;
  }
}

.main-visual__heading {
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .main-visual__heading {
    font-size: max(2.7777777778vw, 1.875rem);
    margin-top: 1rem;
  }
}

.main-visual__heading--blue {
  color: #0086CD;
}

.main-visual__heading--small {
  font-size: 4.8vw;
}
@media screen and (min-width: 768px) {
  .main-visual__heading--small {
    font-size: max(2.5vw, 1.625rem);
  }
}

.main-visual__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.8vw;
  background-color: #0086CD;
  padding-block: 2.6666666667vw 3.4666666667vw;
  margin-top: 6.1333333333vw;
  margin-inline: calc((100% - 100dvi) / 2);
}
@media screen and (min-width: 768px) {
  .main-visual__box {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    background-color: unset;
    padding-block: 0;
    margin-top: max(2.7777777778vw, 1.75rem);
    margin-inline: 0;
  }
}

.main-visual__image:nth-of-type(1) {
  width: 32.8vw;
}
.main-visual__image:nth-of-type(2) {
  width: 33.8666666667vw;
}
.main-visual__image:nth-of-type(3) {
  width: 27.2vw;
}
@media screen and (min-width: 768px) {
  .main-visual__image {
    width: max(18.125vw, 11.875rem) !important;
  }
}

.main-visual__button {
  height: 18.4vw;
  white-space: nowrap;
  font-size: 6.2666666667vw;
  padding-inline: 18.9333333333vw;
  margin-top: 11.6vw;
}
@media screen and (min-width: 768px) {
  .main-visual__button {
    height: max(6.5277777778vw, 4.25rem);
    font-size: max(2.2222222222vw, 1.4375rem);
    padding-inline: max(6.7361111111vw, 4.375rem);
    margin-top: max(5.0347222222vw, 3.125rem);
  }
}
.main-visual__button::after {
  width: 6.4vw;
  height: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .main-visual__button::after {
    width: max(2.2916666667vw, 1.5rem);
    height: max(2.3611111111vw, 1.53125rem);
  }
}

.main-visual__button-image {
  position: absolute;
  top: -6.2666666667vw;
  left: 50%;
  translate: -50% 0;
  width: 82.9333333333vw;
}
@media screen and (min-width: 768px) {
  .main-visual__button-image {
    top: min(-2.2569444444vw, -1.625rem);
    width: max(28.4027777778vw, 18.75rem);
  }
}

.main-visual__button--small {
  font-size: 5.4666666667vw;
}
@media screen and (min-width: 768px) {
  .main-visual__button--small {
    font-size: max(1.9444444444vw, 1.25rem);
  }
}

.main-visual__text {
  font-size: 2.6666666667vw;
  line-height: 1.5;
  margin-top: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .main-visual__text {
    font-size: max(0.9722222222vw, 0.75rem);
    margin-top: 0.4861111111vw;
  }
}

.partner__container {
  padding-block: 2rem 2.03125rem;
}
@media screen and (min-width: 768px) {
  .partner__container {
    padding-block: 3.25rem 7.3125rem;
  }
}

.partner__inner {
  max-width: 100%;
  padding-inline: 0;
}

.partner__heading {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
  color: #0086CD;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .partner__heading {
    font-size: 2rem;
  }
}

.partner__heading--large {
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .partner__heading--large {
    font-size: 3.375rem;
  }
}

.partner__heading--small {
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .partner__heading--small {
    font-size: 2rem;
  }
}

.partner__slider-container {
  overflow: hidden;
}

.partner__slider {
  padding-block: 1.875rem 1.0625rem;
}
@media screen and (min-width: 768px) {
  .partner__slider {
    padding-block: 2.625rem 1.25rem;
  }
}
.partner__slider:nth-of-type(2) {
  width: calc(100% + 14.75rem);
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.partner__slide {
  width: 11.53125rem;
  -webkit-box-shadow: 0px 0px 12.5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 12.5px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .partner__slide {
    width: 13.75rem;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 1440px) {
  .partner__slide {
    width: 15.2777777778vw;
  }
}

.container {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .container {
    overflow: visible;
  }
}

.introduction__container {
  position: relative;
  background: url(../img/bg-introduction--sp.png) center top/48rem 100% no-repeat;
  padding-block: 2.5rem 26.625rem;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .introduction__container {
    background: url(../img/bg-introduction--pc.png) center top/100% 100% no-repeat;
    padding-block: 5.4375rem 36.96875rem;
  }
}
.introduction__container .introduction__list {
  display: none;
}
@media screen and (min-width: 768px) {
  .introduction__container .introduction__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0rem clamp(5rem, -26.8461538462rem + 49.7596153846vw, 17.9375rem);
  }
}

.introduction__inner {
  max-width: 87.75rem;
}

.introduction__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
  color: #0086CD;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 1.125rem 2.625rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .introduction__heading {
    position: absolute;
    top: 21.375rem;
    left: 50%;
    translate: -50% 0;
    width: 36.0625rem;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    font-size: 2rem;
    padding: 1.875rem 5rem;
    z-index: 5;
  }
}

.introduction__list {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  max-width: 30rem;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .introduction__list {
    position: unset;
    max-width: unset;
    translate: 0;
  }
}

.introduction__item {
  position: absolute;
  background: url(../img/bg-introduction-text.png) center/100% 100% no-repeat;
  z-index: 5;
}
.introduction__item:nth-of-type(1) {
  top: 13.3125rem;
  left: -0.9375rem;
  width: 11.65625rem;
  height: 7.03125rem;
  padding: 2.09375rem 0 0 1.875rem;
}
.introduction__item:nth-of-type(2) {
  top: 10.5625rem;
  right: -2.75rem;
  width: 13.46875rem;
  height: 8.15625rem;
  padding: 2.75rem 0 0 1.9375rem;
}
.introduction__item:nth-of-type(3) {
  top: 20.8125rem;
  left: -1rem;
  width: 13.21875rem;
  height: 7.96875rem;
  padding: 2.53125rem 0 0 2.25rem;
}
.introduction__item:nth-of-type(4) {
  top: 19.875rem;
  right: -0.125rem;
  width: 12.09375rem;
  height: 6.28125rem;
  padding: 2.3125rem 0 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .introduction__item {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: clamp(18.75rem, 15.9807692308rem + 4.3269230769vw, 19.875rem) !important;
    display: grid;
    place-items: center;
    background: url(../img/bg-introduction-text.png) center/contain no-repeat;
    padding: 0 !important;
    z-index: -2;
  }
}

.introduction__text {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .introduction__text {
    font-size: clamp(1.5rem, 0rem + 3.125vw, 2rem);
  }
}

.introduction__text--blue {
  color: #0086CD;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .introduction__text--blue {
    font-size: clamp(1.875rem, 0rem + 3.90625vw, 2.5rem);
  }
}

.introduction__image {
  position: absolute;
  top: 5.5rem;
  left: 50%;
  translate: -50% 0;
  width: 17.53125rem;
  margin-left: 1rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .introduction__image {
    top: -6.4375rem;
    width: 42rem;
    margin-left: 1.3125rem;
  }
}

.merit__container {
  position: relative;
  background: url(../img/bg-merit--sp.webp) center top/100% 100% no-repeat;
  padding-block: 8.625rem 24.125rem;
  margin-top: -8.125rem;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .merit__container {
    background-image: url(../img/bg-merit--pc.webp);
    padding-block: 10.0625rem 38.6875rem;
    margin-top: -37.5625rem;
  }
}
.merit__container::before {
  content: "";
  position: absolute;
  top: 3.75rem;
  left: 50%;
  translate: -50% 0;
  width: 6.625rem;
  aspect-ratio: 353.5/180.5;
  background: url(../img/arrow-merit.png) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .merit__container::before {
    top: -2.25rem;
    width: clamp(17.5rem, 6.1923076923rem + 17.6682692308vw, 22.09375rem);
  }
}

.merit__heading--sub {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #0086CD;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  padding-inline: 1rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .merit__heading--sub {
    font-size: 1.78125rem;
    padding-inline: 1.75rem;
  }
}
.merit__heading--sub::before, .merit__heading--sub::after {
  content: "";
  position: absolute;
  top: 0.75rem;
  width: 1rem;
  height: 0.125rem;
  background-color: #0086CD;
}
@media screen and (min-width: 768px) {
  .merit__heading--sub::before, .merit__heading--sub::after {
    top: 1.375rem;
    width: 2.1875rem;
    height: 0.1875rem;
  }
}
.merit__heading--sub::before {
  left: 0;
  rotate: 70deg;
}
.merit__heading--sub::after {
  right: 0;
  rotate: -70deg;
}

.merit__heading {
  white-space: nowrap;
  text-align: center;
  color: #0086CD;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .merit__heading {
    white-space: unset;
    font-size: clamp(1.875rem, 0.84375rem + 2.1484375vw, 2.21875rem);
    margin-top: 2.0625rem;
  }
}
@media screen and (min-width: 1024px) {
  .merit__heading {
    white-space: nowrap;
  }
}

.merit__heading--line {
  -webkit-text-decoration: underline 0.9375rem #F8ED03;
          text-decoration: underline 0.9375rem #F8ED03;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: -0.25rem;
}
@media screen and (min-width: 768px) {
  .merit__heading--line {
    -webkit-text-decoration: underline 1.5625rem #F8ED03;
            text-decoration: underline 1.5625rem #F8ED03;
    text-underline-offset: -0.75rem;
  }
}

.merit__heading--line-small {
  -webkit-text-decoration: underline 0.9375rem #F8ED03;
          text-decoration: underline 0.9375rem #F8ED03;
  text-underline-offset: -0.25rem;
}
@media screen and (min-width: 768px) {
  .merit__heading--line-small {
    -webkit-text-decoration: underline 1.0625rem #F8ED03;
            text-decoration: underline 1.0625rem #F8ED03;
  }
}

.merit__heading--small {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .merit__heading--small {
    font-size: clamp(1.625rem, 1.25rem + 0.78125vw, 1.75rem);
  }
}

.merit__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: 0.71875rem;
  margin: 4.25rem auto 0;
}
@media screen and (min-width: 768px) {
  .merit__list {
    max-width: 100%;
    gap: 2rem;
    margin-top: 3.25rem;
  }
}

.merit__item {
  position: relative;
  width: 100%;
  border-radius: 0.53125rem;
  border: 1px solid #0086CD;
  background-color: #FFF;
  padding: 1.4375rem 0.875rem;
}
@media screen and (min-width: 768px) {
  .merit__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.1875rem;
    border-radius: 1.5rem;
    border-width: 2px;
    padding: 0.5rem 2.875rem 1.125rem 0;
  }
}
.merit__item:nth-of-type(1) .merit__item-number-image {
  width: 1.15625rem;
}
@media screen and (min-width: 768px) {
  .merit__item:nth-of-type(1) .merit__item-number-image {
    width: 2.25rem;
  }
}
.merit__item:nth-of-type(1) .merit__item-image {
  top: 3.5rem;
  right: 1.03125rem;
  width: 5.3125rem;
}
.merit__item:nth-of-type(2) .merit__item-number-image {
  width: 1.375rem;
}
@media screen and (min-width: 768px) {
  .merit__item:nth-of-type(2) .merit__item-number-image {
    width: 2.6875rem;
  }
}
.merit__item:nth-of-type(2) .merit__item-image {
  top: 2.4375rem;
  right: 1.875rem;
  width: 6.3125rem;
}
.merit__item:nth-of-type(3) .merit__item-number-image {
  width: 1.34375rem;
}
@media screen and (min-width: 768px) {
  .merit__item:nth-of-type(3) .merit__item-number-image {
    width: 2.65625rem;
  }
}
.merit__item:nth-of-type(3) .merit__item-image {
  top: 2.0625rem;
  right: 0.5rem;
  width: 5.3125rem;
}

.merit__item-image {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .merit__item-image {
    position: unset;
    width: clamp(13.75rem, -7.4375rem + 44.140625vw, 20.8125rem) !important;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.merit__item-number {
  vertical-align: middle;
  color: #0086CD;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .merit__item-number {
    font-size: 1.78125rem;
  }
}

.merit__item-number-image {
  display: inline-block;
  vertical-align: text-bottom;
  margin-bottom: 0.125rem;
}

.merit__item-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #0086CD;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 0.375rem 0.625rem;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .merit__item-title {
    font-size: 1.5rem;
    line-height: 1.8;
    padding: 0 1.5rem;
    margin-top: 0.90625rem;
  }
}

.merit__item-text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 0.84375rem;
}
@media screen and (min-width: 768px) {
  .merit__item-text {
    font-size: 1.125rem;
    margin-top: 1.5rem;
  }
}
.merit__item-text + .merit__item-text {
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .merit__item-text + .merit__item-text {
    margin-top: 0.5rem;
  }
}

.merit__item-title--yellow {
  display: inline-block;
  color: #F8ED03;
  font-size: 1.625rem;
  line-height: 1;
  margin-inline: 0.125rem;
}
@media screen and (min-width: 768px) {
  .merit__item-title--yellow {
    font-size: 1.875rem;
  }
}

#cta-1--01 .cta-1__container {
  margin-top: -21rem;
}
@media screen and (min-width: 768px) {
  #cta-1--01 .cta-1__container {
    margin-top: -32.5625rem;
  }
}

#cta-1--02 .cta-1__container {
  padding-block: 5.1875rem 3.71875rem;
}
@media screen and (min-width: 768px) {
  #cta-1--02 .cta-1__container {
    padding-block: 9.375rem 6.25rem;
  }
}
#cta-1--02 .cta-1__button {
  height: 6.375rem;
  gap: 0.46875rem;
  white-space: nowrap;
  font-size: 1.5rem;
  padding: 0rem 3.125rem 0.5rem;
}
@media screen and (min-width: 768px) {
  #cta-1--02 .cta-1__button {
    height: 9.40625rem;
    gap: 1rem;
    font-size: 2.5rem;
    padding-inline: clamp(2rem, -21.625rem + 49.21875vw, 9.875rem);
  }
}
#cta-1--02 .cta-1__button::after {
  width: 2.5625rem;
  height: 2.625rem;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  #cta-1--02 .cta-1__button::after {
    width: 3.3125rem;
    height: 3.40625rem;
  }
}

.cta-1__container {
  position: relative;
}

.cta-1__title {
  text-align: center;
  color: #FFF;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .cta-1__title {
    font-size: 2rem;
  }
}

.cta-1__title--blue {
  color: #0086CD;
}

.cta-1__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 4.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
  text-shadow: 0px 0px 7.5px #A14B05;
  font-size: 1.46875rem;
  padding-inline: 4.4375rem;
  margin: 2.46875rem auto 0;
}
@media screen and (min-width: 768px) {
  .cta-1__button {
    height: 9.40625rem;
    border-radius: 1.59375rem;
    -webkit-box-shadow: 0px 6.4px 12.8px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 6.4px 12.8px 0px rgba(0, 0, 0, 0.2);
    text-shadow: 0px 0px 16px #A14B05;
    border-width: 5px;
    font-size: 3.1875rem;
    padding-inline: clamp(7.5rem, 0.375rem + 14.84375vw, 9.875rem);
    margin-top: 5rem;
  }
}
.cta-1__button::after {
  width: 1.53125rem;
  height: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .cta-1__button::after {
    width: 3.3125rem;
    height: 3.40625rem;
  }
}

.cta-1__button--large {
  display: inline-block;
  font-size: 2rem;
  translate: 0 0.125rem;
}
@media screen and (min-width: 768px) {
  .cta-1__button--large {
    font-size: 3.375rem;
    translate: 0 0.25rem;
  }
}

.cta-1__button--small {
  font-size: 1.28125rem;
}

.cta-1__button-image {
  position: absolute;
  top: -1.46875rem;
  left: 50%;
  translate: -50% 0;
  display: inline-block;
  width: 19.4375rem;
}
@media screen and (min-width: 768px) {
  .cta-1__button-image {
    top: -3.5rem;
    width: 40.90625rem;
  }
}

.cta-2__container--01 {
  background-color: #FFF7DB;
  padding-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .cta-2__container--01 {
    padding-block: 3.125rem;
  }
}
.cta-2__container--01 .cta-2__title {
  color: #F58529;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .cta-2__container--01 .cta-2__title {
    margin-top: 1.25rem;
  }
}

.cta-2__container--02 {
  background-color: #DDECF6;
  padding-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .cta-2__container--02 {
    padding-block: 3.125rem 5rem;
  }
}
.cta-2__container--02 .cta-2__title {
  color: #0086CD;
}
.cta-2__container--02 .cta-2__item-text {
  margin-top: 0.71875rem;
}
@media screen and (min-width: 1024px) {
  .cta-2__container--02 .cta-2__item-text {
    margin: 0 0 0 1.15625rem;
  }
}

.cta-2__title--sub {
  display: block;
  width: 21.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .cta-2__title--sub {
    width: 40.90625rem;
  }
}

.cta-2__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid currentColor;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 0.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .cta-2__title {
    border-width: 6px;
    font-size: 2rem;
    padding-bottom: 1.1875rem;
  }
}

.cta-2__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.5rem;
  margin: 1.875rem auto 0;
}
@media screen and (min-width: 768px) {
  .cta-2__list {
    max-width: 100%;
    gap: 3rem;
    margin-top: 4.25rem;
  }
}

.cta-2__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	gap: 40px;
  -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;
  border-radius: 1.5rem;
  background-color: #FFF;
  padding: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .cta-2__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.button-block_flex {
	display: flex;
	gap: 40px;
}
@media screen and (max-width: 935px) {
	.button-block_flex {
		display: flex;
		flex-direction: column;
		gap: 40px;
	}
}	

.button-block {
	display: flex;
	flex-direction: column;
}


.ribbon {
	width: 176px;
	height: 39px;
	display: inline-block;
  position: relative;
  background-color: #0086CD; /* 青色 */
  color: #fff;
  font-weight: 500;
  font-size: 24px;
	letter-spacing: 0;
  padding: 2px 16px;
	margin: 0 0 11px;
  text-align: center;
  border-radius: 2px;
}

/* 左右の三角形 */
.ribbon::before,
.ribbon::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 19px solid transparent;
}

.ribbon::before {
  left: -1px;
  border-left: 12px solid #FFFFFF;
}

.ribbon::after {
  right: -1px;
  border-right: 12px solid #FFFFFF;
}

.cta-2__item-text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}


.cta-2__item-text span {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .cta-2__item-text {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .cta-2__item-text span {
    margin-top: 0 !important;
  }
}

.cta-2__item-text--orange {
  position: relative;
  color: #F53A29;
  padding-left: 2.4375rem;
  margin-top: 0.71875rem;
}
@media screen and (min-width: 768px) {
  .cta-2__item-text--orange {
    padding-left: 3.4375rem;
  }
}
.cta-2__item-text--orange::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.375rem;
  translate: 0 -50%;
  width: 1.90625rem;
  height: 2.40625rem;
  background: url(../img/icon-cta--orange.png) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .cta-2__item-text--orange::before {
    left: 0.5rem;
    width: 2.6875rem;
    height: 3.375rem;
  }
}

.cta-2__item-text--brown {
  position: relative;
  color: #A14B05;
  padding-left: 2.625rem;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .cta-2__item-text--brown {
    padding-left: 3.5rem;
  }
}
.cta-2__item-text--brown::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.375rem;
  translate: 0 -50%;
  width: 2.0625rem;
  height: 1.59375rem;
  background: url(../img/icon-cta--brown.png) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .cta-2__item-text--brown::before {
    left: 0.5rem;
    width: 2.75rem;
    height: 2.125rem;
  }
}

.cta-2__item-text--green {
  position: relative;
  color: #507D5E;
  padding-left: 2.4375rem;
  margin-top: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .cta-2__item-text--green {
    padding-left: 3.40625rem;
  }
}
.cta-2__item-text--green::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.34375rem;
  translate: 0 -50%;
  width: 1.90625rem;
  height: 1.875rem;
  background: url(../img/icon-cta--green.png) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .cta-2__item-text--green::before {
    left: 0.5rem;
    width: 2.65625rem;
    height: 2.625rem;
  }
}

.cta-2__item-text--blue {
  position: relative;
  width: 1.6875rem;
  height: 100%;
  display: inline-block;
  margin-inline: 0.34375rem;
}
@media screen and (min-width: 768px) {
  .cta-2__item-text--blue {
    width: 2.5625rem;
    margin-inline: 0.5rem;
  }
}
.cta-2__item-text--blue::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0rem;
  translate: 0 -70%;
  width: 1.6875rem;
  height: 2.375rem;
  background: url(../img/icon-cta--blue.png) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .cta-2__item-text--blue::before {
    width: 2.5625rem;
    height: 3.625rem;
  }
}

.cta-2__item-button {
  height: 4.59375rem;
  font-size: 1.5625rem;
  padding-inline: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .cta-2__item-button {
    height: 5.875rem;
    font-size: 2rem;
    padding-inline: 3.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .cta-2__item-button {
    margin-top: 0 !important;
  }
}
.cta-2__item-button::after {
  width: 1.625rem;
  height: 1.65625rem;
}
@media screen and (min-width: 768px) {
  .cta-2__item-button::after {
    width: 2.0625rem;
    height: 2.125rem;
  }
}

.cta-2__item-button--small {
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .cta-2__item-button--small {
    font-size: 1.75rem;
  }
}

.cta-2__item-button--orange {
  background: linear-gradient(357deg, #F54829 6.79%, #FF9226 97.37%);
  /* margin-top: 1.71875rem; */
}

.cta-2__item-button--red {
  background: linear-gradient(357deg, #F52929 6.79%, #FF7D7D 97.37%);
  /* margin-top: 1.71875rem; */
}

.cta-2__item-button--yellow {
  background: linear-gradient(357deg, #DAA514 6.79%, #F5E16F 97.37%);
  text-shadow: 0px 0px 10px #826A16;
  /* margin-top: 1.3125rem; */
}

.cta-2__item-button--brown {
  background: linear-gradient(357deg, #DA5D14 6.79%, #F3C569 97.37%);
  text-shadow: 0px 0px 10px #826A16;
  /* margin-top: 1.3125rem; */
}

.cta-2__item-button--yellow::after,
.cta-2__item-button--brown::after {
  background-image: url(../img/arrow-button--yellow.png);
}

.cta-2__item-button--green {
  background: linear-gradient(357deg, #00D659 6.79%, #7BEBC4 97.37%);
  text-shadow: 0px 0px 10px #008638;
  /* margin-top: 1.4375rem; */
}

.cta-2__item-button--dark-green {
  background: linear-gradient(357deg, #007A02 6.79%, #84EA85 97.37%);
  text-shadow: 0px 0px 10px #008638;
  /* margin-top: 1.4375rem; */
}

.cta-2__item-button--green::after,
.cta-2__item-button--dark-green::after {
  background-image: url(../img/arrow-button--green.png);
}

.cta-2__item-button--blue {
  background: linear-gradient(357deg, #1498DA 6.79%, #6FDDF5 97.37%);
  text-shadow: 0px 0px 10px #006296;
  /* margin-top: 1.71875rem; */
}

.cta-2__item-button--dark-blue {
  background: linear-gradient(357deg, #1456DA 6.79%, #6FB0F5 97.37%);
  text-shadow: 0px 0px 10px #006296;
  /* margin-top: 1.71875rem; */
}

.cta-2__item-button--blue::after, 
.cta-2__item-button--dark-blue::after {
  background-image: url(../img/arrow-button--blue.png);
}

.voice__container {
  position: relative;
  background-color: #0086CD;
  padding-bottom: 1.375rem;
  margin-top: 10.25rem;
}
@media screen and (min-width: 768px) {
  .voice__container {
    margin-top: 10rem;
  }
}
.voice__container::before {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 100%;
  height: 2.0625rem;
  background: url(../img/bg-voice--sp.png) center bottom/48rem 100% no-repeat;
}
@media screen and (min-width: 768px) {
  .voice__container::before {
    bottom: -4.28125rem;
    height: 4.34375rem;
    background: url(../img/bg-voice--pc.png) center bottom/100% 100% no-repeat;
  }
}

.voice__heading {
  position: absolute;
  top: -7.5rem;
  left: 50%;
  translate: -50% 0;
  width: 15.84375rem;
  height: 7.8125rem;
  background: url(../img/hukidashi-heading.png) center/contain no-repeat;
  text-align: center;
  color: #0086CD;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  padding-top: 2.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .voice__heading {
    top: -5.5rem;
    width: 27.25rem;
    height: 13.4375rem;
    font-size: 2.5rem;
    padding-top: 4rem;
  }
}

.voice__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.5rem;
  padding-top: 0.625rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .voice__list {
    max-width: 100%;
    padding-top: 8.25rem;
    gap: 2.5rem;
  }
}

.voice__item {
  width: 100%;
  border-radius: 1.5rem;
  background-color: #FFF;
  padding: 1.25rem 0.9375rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .voice__item {
    padding: 1.25rem 1.25rem 1.875rem;
  }
}

.voice__item-head {
  position: relative;
}
@media screen and (min-width: 768px) {
  .voice__item-head {
    position: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.9375rem;
  }
}

.voice__item-head-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .voice__item-head-image {
    position: unset;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: clamp(11.25rem, 2.625rem + 17.96875vw, 14.125rem);
  }
}

.voice__item-head-box {
  margin-top: 0.5625rem;
}

.voice__item-head-title {
  height: 3.375rem;
  color: #0086CD;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .voice__item-head-title {
    height: unset;
    font-size: clamp(1.5rem, 0rem + 3.125vw, 2rem);
    padding-left: 0;
  }
}

.voice__item-text {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .voice__item-text {
    font-size: 1rem;
    line-height: 1.8;
    margin-top: 1.5rem;
  }
}

.voice__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.90625rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .voice__item-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4.125rem;
    margin-top: 0;
  }
}

.voice__item-body-box {
  max-width: 100%;
  border-radius: 1rem;
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .voice__item-body-box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 26.6875rem;
  }
}
.voice__item-body-box:nth-of-type(1) {
  position: relative;
  background-color: #DDECF6;
}
.voice__item-body-box:nth-of-type(1)::before {
  content: "";
  position: absolute;
  bottom: -4.8125rem;
  right: 50%;
  translate: 50% 0;
  rotate: 90deg;
  width: 2.90625rem;
  height: 4.71875rem;
  background: url(../img/arrow-voice.png) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .voice__item-body-box:nth-of-type(1)::before {
    bottom: unset;
    top: 50%;
    right: -3.53125rem;
    translate: 0 -50%;
    rotate: 0deg;
  }
}
.voice__item-body-box:nth-of-type(1) .voice__item-body-title {
  background-color: #0086CD;
}
.voice__item-body-box:nth-of-type(2) {
  background-color: #FFFDC9;
}
.voice__item-body-box:nth-of-type(2) .voice__item-body-title {
  background-color: #F58529;
}
.voice__item-body-box .voice__item-text {
  font-size: 1rem;
  margin-top: 1rem;
}

.voice__item-body-title {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  padding-left: 0.5rem;
}

.voice__item-text--orange {
  color: #F58529;
  font-weight: 700;
}

.flow__container {
  background-color: #DDECF6;
  padding-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .flow__container {
    padding-block: 5rem;
  }
}

.flow__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.5rem;
  margin: 1.8125rem auto 0;
}
@media screen and (min-width: 768px) {
  .flow__list {
    max-width: 40rem;
    margin-top: 3.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .flow__list {
    max-width: 100%;
    -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;
    gap: 2.09375rem;
  }
}

.flow__item {
  position: relative;
  width: 100%;
  border-radius: 1rem;
  background-color: #FFF;
  padding: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .flow__item {
    width: 18.125rem;
  }
}
.flow__item:last-child::before {
  display: none;
}
.flow__item::before {
  content: "";
  position: absolute;
  bottom: -2.125rem;
  right: 50%;
  translate: 50% 0;
  width: 2.71875rem;
  height: 1.75rem;
  background: url(../img/arrow-flow--sp.png) center/contain no-repeat;
}
@media screen and (min-width: 1024px) {
  .flow__item::before {
    bottom: unset;
    top: 50%;
    right: -1.65625rem;
    translate: 0 -50%;
    width: 1.21875rem;
    height: 1.8125rem;
    background-image: url(../img/arrow-flow--pc.png);
  }
}

.flow__item-number {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6.25rem;
  background-color: #0086CD;
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .flow__item-number {
    font-size: 1.5rem;
  }
}

.flow__item-title {
  text-align: center;
  color: #0086CD;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .flow__item-title {
    font-size: 2rem;
  }
}

.flow__item-image {
  display: block;
  width: 10.625rem;
  margin: 0.5rem auto 0;
}
@media screen and (min-width: 1024px) {
  .flow__item-image {
    width: 100%;
    margin: 0;
  }
}

.flow__item-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .flow__item-text {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .flow__item-text {
    margin: 0;
  }
}

.faq__container {
  background-color: #f2f2f2;
  padding-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .faq__container {
    padding-block: 5rem;
  }
}

.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;
  gap: 1rem;
  margin: 1.8125rem auto 0;
}
@media screen and (min-width: 768px) {
  .faq__list {
    max-width: 100%;
    gap: 1.25rem;
    margin-top: 5.625rem;
  }
}

.faq-accordion {
  border-radius: 0.53125rem;
  background-color: #FFF;
  font-size: 0.875rem;
  line-height: 1.8;
  padding-inline: 0.5rem;
}
@media screen and (min-width: 768px) {
  .faq-accordion {
    border-radius: 1.5rem;
    font-size: 1.5rem;
    line-height: 1.5;
    padding-inline: 1.25rem;
  }
}
.faq-accordion.is-opened .faq-summary::after {
  rotate: 180deg;
}

.faq-summary {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.34375rem;
  cursor: pointer;
  padding-block: 0.75rem;
}
@media screen and (min-width: 768px) {
  .faq-summary {
    gap: 1rem;
    padding-block: 1.0625rem;
  }
}
.faq-summary::-webkit-details-marker {
  display: none;
}
.faq-summary::before {
  content: "";
  width: 1.53125rem;
  height: 1.53125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(../img/icon-q.png) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .faq-summary::before {
    width: 4.25rem;
    height: 4.25rem;
  }
}
.faq-summary::after {
  content: "";
  width: 0.6875rem;
  height: 0.375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(../img/arrow-faq.png) center/contain no-repeat;
  margin-inline: auto 0.4375rem;
  -webkit-transition: rotate 0.4s;
  transition: rotate 0.4s;
}
@media screen and (min-width: 768px) {
  .faq-summary::after {
    width: 1.84375rem;
    height: 1rem;
    margin-right: 0;
  }
}

.faq-accordion__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.34375rem;
  padding-block: 0.75rem;
}
@media screen and (min-width: 768px) {
  .faq-accordion__inner {
    gap: 1rem;
    padding-block: 1.125rem;
  }
}
.faq-accordion__inner::before {
  content: "";
  width: 1.53125rem;
  height: 1.53125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(../img/icon-a.png) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .faq-accordion__inner::before {
    width: 4.25rem;
    height: 4.25rem;
  }
}

.faq-accordion__text--small {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .faq-accordion__text--small {
    font-size: 1.125rem;
  }
}

.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 screen and (min-width: 1024px) {
  .hidden-lg {
    display: none;
  }
}

@media (any-hover: hover) {
  a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
  .button {
    -webkit-transition: border-color 0.4s;
    transition: border-color 0.4s;
  }
  .button::after {
    -webkit-transition: translate 0.6s;
    transition: translate 0.6s;
  }
  .button:hover {
    border-color: #F58529;
    opacity: 1;
  }
  .button:hover::after {
    translate: 0.5rem 0;
  }
  .cta-2__item-button--orange:hover,
	.cta-2__item-button--red:hover {
    border-color: #F53A29;
  }
  .cta-2__item-button--yellow:hover,
	.cta-2__item-button--brown:hover {
    border-color: #F8ED03;
  }
  .cta-2__item-button--green:hover,
	.cta-2__item-button--dark-green:hover {
    border-color: #507D5E;
  }
  .cta-2__item-button--blue:hover,
	.cta-2__item-button--dark-blue:hover {
    border-color: #0086CD;
  }
}/*# sourceMappingURL=style.css.map */