@charset "UTF-8";
body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #222;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
}

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

a {
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

html {
  scroll-behavior: auto;
}

.hidden-pc {
  display: none;
}
@media screen and (max-width: 767px) {
  .hidden-pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .hidden-pc--xs {
    display: none;
  }
}
@media screen and (max-width: 374px) {
  .hidden-pc--xs {
    display: block;
  }
}

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

button {
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.btn {
  width: 100%;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 40px;
  border: none;
  border-radius: 35.89px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  background-color: #fda602;
  color: #fff;
  -webkit-box-shadow: 0 0 10.357px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10.357px 0 rgba(0, 0, 0, 0.25);
  line-height: 1.5;
  min-width: 262px;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btn--white {
  border: 2px solid #fda602;
  background: #fff;
  color: #fda602;
}
.btn--gray {
  background-color: #acacac;
}
.btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 17px;
  }
}
.btn::before {
  position: absolute;
  content: "";
  width: 47px;
  height: 47px;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5.25px;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(8px);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 374px) {
  .btn::before {
    width: 40px;
    height: 40px;
  }
}
.btn::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 24px;
  width: 7px;
  height: 12px;
  background-color: currentColor;
  -webkit-mask-image: url(../img/icon_arrow.svg);
          mask-image: url(../img/icon_arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (max-width: 374px) {
  .btn::after {
    right: 20px;
  }
}

.btn-back,
.btn-submit,
.form-btn,
.thanks-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 262px;
  width: 100%;
}
@media screen and (max-width: 499px) {
  .btn-back,
  .btn-submit,
  .form-btn,
  .thanks-btn {
    min-width: 240px;
    font-size: 14px;
  }
}

.is-disabled.btn-submit__wrap .form-btn {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: initial;
  pointer-events: none;
}

.form-btn-deco {
  position: relative;
  color: #fff;
}
.form-btn-deco::before {
  position: absolute;
  content: "";
  width: 47px;
  height: 47px;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5.25px;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(8px);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.form-btn-deco::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 24px;
  width: 7px;
  height: 12px;
  background-color: currentColor;
  -webkit-mask-image: url(../img/icon_arrow.svg);
          mask-image: url(../img/icon_arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  z-index: 2;
}

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin-top: 58px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.header-nav__btn {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.48px;
  min-width: 262px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.floating-btn-wrap {
  position: fixed;
  right: 0;
  top: 188px;
  z-index: 30;
}
@media screen and (max-width: 1279px) {
  .floating-btn-wrap {
    display: none;
  }
}

.floating-btn {
  margin-left: auto;
  position: relative;
  display: block;
  padding-block: 22px 26px;
  padding-inline: 60px 20px;
  width: 64px;
  height: 258px;
  border-radius: 20px 0 0 20px;
  border: 2px solid #fff;
  border-right: none;
  background: #00c853;
  color: #fff;
  -webkit-font-feature-settings: "vert" on;
          font-feature-settings: "vert" on;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 3px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.floating-btn::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 22px;
  top: 25px;
  left: 19px;
  background: url(../img/icon_floating.svg) no-repeat center center/contain;
}

.page-content__outer {
  max-width: 1440px;
  padding-inline: 220px;
  margin-inline: auto;
}
@media screen and (max-width: 1279px) {
  .page-content__outer {
    max-width: calc(1000px + clamp(20px, 3.333px + 5.208vw, 70px) * 2);
    padding-inline: clamp(20px, 3.333px + 5.208vw, 70px);
  }
}

.underline {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.fade-in-up {
  opacity: 0.001;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.fade-in-up.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.header {
  position: fixed;
  top: 30px;
  padding-inline: 36px;
  z-index: 41;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .header {
    padding-inline: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    top: 12px;
    padding-inline: 8px;
  }
}

.header__inner {
  padding: 12px 10px 12px 50px;
  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: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(8px);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 60px;
}
@media screen and (max-width: 1279px) {
  .header__inner {
    padding: 5px 15px 6px;
  }
}
@media screen and (max-width: 999px) {
  .header__inner {
    padding: 5px 20px 6px;
  }
}

.header__logo {
  position: relative;
  display: block;
  width: 198px;
  height: 100%;
  aspect-ratio: 198/35.4;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1279px) {
  .header__logo {
    width: 118px;
    aspect-ratio: 49/9;
  }
}
.header__logo:hover {
  opacity: 0.7;
}
.header__logo .logo--black {
  margin-top: -1px;
  position: relative;
  -webkit-transform: translateX(14px);
          transform: translateX(14px);
}
@media screen and (max-width: 767px) {
  .header__logo .logo--black {
    margin-top: -5px;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.header__logo .logo--white {
  margin-top: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  opacity: 0;
}
.header__logo.is-checked .logo--black {
  opacity: 0;
}
.header__logo.is-checked .logo--white {
  opacity: 1;
}
.header__logo a {
  display: block;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-nav {
  padding-left: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1279px) {
  .header-nav {
    gap: 9px;
  }
}
@media screen and (max-width: 999px) {
  .header-nav {
    display: none;
  }
}

.header-nav__link {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 1079px) {
  .header-nav__link {
    font-size: 13px;
  }
}

.header-nav__btn {
  padding-inline: 34px;
}
@media screen and (max-width: 999px) {
  .header-nav__btn {
    display: none;
  }
}

.header__open {
  display: none;
}
@media screen and (max-width: 999px) {
  .header__open {
    display: block;
  }
}

.drawer-icon {
  position: relative;
  background: #fda602;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.drawer-icon.is-checked .drawer-icon__bar {
  width: 24px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  top: 21px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: 21px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.drawer-icon__bar {
  position: absolute;
  top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 23px;
  height: 2px;
  border-radius: 6px;
  background: #fff;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 21px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 27px;
}

.drawer-content {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: 40;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.drawer-content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-content__inner {
  height: 100%;
  background: #fda602;
  color: #fff;
  padding-inline: 20px;
  padding-block: 97px 82px;
}

.drawer-list__item {
  border-bottom: 1px solid #fff;
  padding-block: 11px;
}

.drawer-list__link {
  position: relative;
  display: block;
  padding-block: 9px;
  padding-left: 16px;
  font-size: 14px;
  font-weight: 700;
}
.drawer-list__link::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 14px;
  width: 7px;
  height: 11px;
  background: url(../img/icon_arrow.svg) no-repeat center center/contain;
}

.drawer-list__btn {
  margin-inline: auto;
  display: block;
  margin-top: 26px;
  border-radius: 37.172px;
  border: 2px solid #fda602;
  background: #fff;
  -webkit-box-shadow: 0 0 10.357px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10.357px 0 rgba(0, 0, 0, 0.25);
  color: #fda602;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.51px;
  max-width: 305px;
}

.footer {
  background: url(../img/bg_footer.jpg) repeat center center/contain;
  background: url(../img/bg_footer.webp) repeat center center/contain;
}

.footer__inner {
  padding-block: 68px 48px;
  max-width: 1000px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  margin-inline: auto;
}
@media screen and (max-width: 1279px) {
  .footer__inner {
    padding-inline: 20px;
    max-width: 1040px;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner {
    font-size: 11px;
    padding-block: 36px 9px;
    border-bottom: 3px solid #fff;
  }
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.footer__links {
  padding-bottom: 30.39px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer__links {
    padding-bottom: 28.79px;
  }
}
.footer__links::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #ccc;
  height: 1px;
  max-width: 997px;
  width: 100%;
}

.footer__logo {
  display: block;
  width: 156.286px;
  height: 28.706px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .footer__nav {
    display: none;
  }
}

.footer-nav {
  max-width: 581px;
  width: 100%;
}

.footer-nav__list {
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 10px;
}

.footer__info {
  padding-top: 31px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .footer__info {
    -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: 35px;
  }
}

.footer-info__heading {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.85px;
}
@media screen and (max-width: 767px) {
  .footer-info__heading {
    font-size: 15px;
  }
}

.footer-info__items {
  margin-top: 4.6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7.45px;
}
@media screen and (max-width: 767px) {
  .footer-info__items {
    margin-top: 11px;
    gap: 5.45px;
  }
}

.footer-info__item {
  letter-spacing: 0.36px;
}

@media screen and (max-width: 767px) {
  .footer__copyright {
    -ms-flex-item-align: center;
        align-self: center;
  }
}

.fv {
  height: 100%;
  background: url(../img/bg_fv.jpg) no-repeat center center/cover;
  background: url(../img/bg_fv.webp) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .fv {
    background: url(../img/sp/bg_fv-sp.jpg) no-repeat top center/cover;
    background: url(../img/sp/bg_fv-sp.webp) no-repeat top center/cover;
  }
}

.fv__outer {
  position: relative;
}
.fv__outer::before {
  position: absolute;
  content: "";
  width: 476px;
  height: 476px;
  background: url(../img/deco_dot.svg) no-repeat center center/contain;
  top: 64px;
  left: -250px;
}
@media screen and (max-width: 767px) {
  .fv__outer::before {
    display: none;
  }
}

.fv__inner {
  padding-top: 157px;
}
@media screen and (max-width: 1279px) {
  .fv__inner {
    max-width: calc(100% + 40px);
    padding-inline: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 1079px) {
  .fv__inner {
    padding-top: 113px;
  }
}

.fv__content-outer {
  margin-inline: auto;
  max-width: 1151.954px;
}

.fv__content-wrap {
  margin-right: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 65px;
}
@media screen and (max-width: 1279px) {
  .fv__content-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1079px) {
  .fv__content-wrap {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .fv__content-wrap {
    padding-bottom: 79px;
  }
}
@media screen and (max-width: 499px) {
  .fv__content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 375px;
  }
}

.fv__text-content {
  margin-top: 54px;
}
@media screen and (max-width: 767px) {
  .fv__text-content {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.fv__main-text {
  width: 578.691px;
  height: 193.565px;
}
@media screen and (max-width: 1279px) {
  .fv__main-text {
    width: 329.396px;
    height: 110.111px;
  }
}
@media screen and (max-width: 374px) {
  .fv__main-text {
    width: 280px;
  }
}

.fv__list {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .fv__list {
    margin-top: 24px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.fv-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 7.55px;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  max-width: 478px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .fv-list {
    -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;
    row-gap: 5px;
  }
}

.fv-list__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 23.757px;
  background: #017bff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 27.2px;
}
.fv-list__item:nth-child(1) {
  padding-inline: 10.57px 4.81px;
}
.fv-list__item:nth-child(2) {
  padding-inline: 12px;
}
.fv-list__item:nth-child(3) {
  padding-inline: 10.57px 7.62px;
}
.fv-list__item:nth-child(4) {
  padding-inline: 10.57px 10.49px;
}
@media screen and (max-width: 767px) {
  .fv-list__item:nth-child(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.fv-list__item:nth-child(5) {
  padding-inline: 12px 15px;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .fv-list__item:nth-child(5) {
    display: none;
  }
}

.fv-list__item--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .fv-list__item--sp {
    display: block;
    padding: 6px 12px 9px 12px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.fv-list__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 10.691px;
  font-weight: 700;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.text-lg {
  font-size: 16px;
  display: block;
  margin-inline: 4px;
  font-weight: 700;
}

.fv__sub-text {
  display: block;
  margin-top: 14.82px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1279px) {
  .fv__sub-text {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.75px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.fv__btn {
  margin-top: 18px;
  display: inline-block;
  padding-block: 16px;
  padding-inline: 54px 76px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.48px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .fv__btn {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 335px;
    font-size: 17px;
    letter-spacing: 0.51px;
    line-height: 1.5;
    padding-left: 77px;
    bottom: 5px;
  }
}
@media screen and (max-width: 374px) {
  .fv__btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-inline: 36px 66px;
  }
}

.fv__img {
  max-width: 438px;
  width: 100%;
  height: 100%;
  -ms-flex-item-align: center;
      align-self: center;
  max-width: clamp(340px, 228px + 14.583vw, 438px);
}
@media screen and (max-width: 767px) {
  .fv__img {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-left: -40px;
    width: 160px;
    margin-top: -140px;
  }
}
@media screen and (max-width: 499px) {
  .fv__img {
    margin-top: -120px;
    width: 134.288px;
    height: 194.354px;
  }
}
@media screen and (max-width: 374px) {
  .fv__img {
    width: 96px;
  }
}

.fv__circle-text {
  position: absolute;
  bottom: -22px;
  right: calc(50% - 624px);
  width: 122px;
  height: 122px;
  -webkit-animation: rotation 18s linear infinite;
          animation: rotation 18s linear infinite;
}
@media screen and (max-width: 1279px) {
  .fv__circle-text {
    right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .fv__circle-text {
    display: none;
  }
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.fv__bottom {
  margin-top: -4px;
}
@media screen and (max-width: 1279px) {
  .fv__bottom {
    margin-top: 30px;
  }
}

.fv-bottom {
  height: 55px;
  background: -webkit-gradient(linear, right top, left top, color-stop(21.19%, #df52d5), color-stop(60.94%, #256cae));
  background: linear-gradient(270deg, #df52d5 21.19%, #256cae 60.94%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .fv-bottom {
    height: 59px;
  }
}

.fv-bottom__inner {
  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: 10px;
}
@media screen and (max-width: 767px) {
  .fv-bottom__inner {
    margin-left: -20px;
  }
}

.fv-bottom__img {
  margin-top: -26px;
  width: 136.472px;
  height: 82px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .fv-bottom__img {
    margin-top: -22.5px;
  }
}

.fv-bottom__text-content img {
  display: inline-block;
  width: 124px;
  height: 13.768px;
}
@media screen and (max-width: 767px) {
  .fv-bottom__text-content img {
    max-width: 99.659px;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .fv-bottom__text-content {
    margin-left: -10px;
  }
}

.fv-bottom-wrap {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .fv-bottom-wrap {
    text-align: right;
    display: block;
  }
}
.fv-bottom-wrap:nth-of-type(2) {
  margin-top: -10px;
}

.fv-bottom__text-first {
  color: #fff;
  line-height: 1.75;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  font-family: "din-2014", sans-serif;
}
@media screen and (max-width: 767px) {
  .fv-bottom__text-first {
    font-size: 20px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 374px) {
  .fv-bottom__text-first {
    font-size: 14px;
  }
}

.fv-bottom__text-second {
  margin-left: 8px;
  color: #fff;
  line-height: 1.75;
  font-size: 22px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .fv-bottom__text-second {
    font-size: 17px;
    letter-spacing: 0.884px;
  }
}
@media screen and (max-width: 374px) {
  .fv-bottom__text-second {
    font-size: 13px;
  }
}

.fv-bottom__text-third {
  margin-left: 15px;
  display: inline-block;
  color: #fff;
  line-height: 1.75;
  font-size: 16px;
  font-weight: 600;
  font-family: "din-2014", sans-serif;
}
@media screen and (max-width: 767px) {
  .fv-bottom__text-third {
    font-size: 12.859px;
  }
}
@media screen and (max-width: 374px) {
  .fv-bottom__text-third {
    font-size: 10px;
  }
}

.about {
  background: url(../img/bg_base-white.png) repeat center center/contain;
  background: url(../img/bg_base-white.webp) repeat center center/contain;
}

.about__inner {
  padding-block: 68px 130px;
}
@media screen and (max-width: 767px) {
  .about__inner {
    padding-block: 58px 76px;
  }
}

.about-text {
  text-align: center;
  font-size: 54px;
  font-weight: 700;
  line-height: 2.1;
  letter-spacing: 3.78px;
}
@media screen and (max-width: 767px) {
  .about-text {
    font-size: 26.384px;
    letter-spacing: 1.847px;
  }
}
@media screen and (max-width: 374px) {
  .about-text {
    font-size: 24px;
    padding-inline: 5px;
  }
}

.about-text__img-logo {
  width: 363px;
  aspect-ratio: 363/64.8;
  position: relative;
  -webkit-transform: translateX(14px);
          transform: translateX(14px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .about-text__img-logo {
    width: 177px;
    aspect-ratio: 177/31.64;
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}

.about-text__small {
  text-align: center;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 3.22px;
  margin-left: 3.14px;
}
@media screen and (max-width: 767px) {
  .about-text__small {
    font-size: 22.475px;
    letter-spacing: 1.573px;
  }
}

.about-text__small-ha {
  position: relative;
  display: inline-block;
  -webkit-transform: translate(10px, -3px);
          transform: translate(10px, -3px);
  vertical-align: bottom;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -9.2px;
}
@media screen and (max-width: 767px) {
  .about-text__small-ha {
    font-size: 22.475px;
    letter-spacing: 1.124px;
    margin-left: -10px;
  }
}

.about-text__bg-gradation {
  color: #fff;
  text-align: center;
  font-size: 59.684px;
  font-weight: 700;
  line-height: 2.1;
  letter-spacing: 4.178px;
  background: -webkit-gradient(linear, right top, left top, color-stop(21.19%, #df52d5), color-stop(60.94%, #256cae));
  background: linear-gradient(270deg, #df52d5 21.19%, #256cae 60.94%);
  padding: 0 3px 0 5px;
}
@media screen and (max-width: 767px) {
  .about-text__bg-gradation {
    font-size: 29.161px;
    letter-spacing: 2.041px;
  }
}

.about-text__img-gradation {
  margin-top: 30px;
  display: block;
  width: 684.072px;
  height: 66px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .about-text__img-gradation {
    margin-top: 12px;
    width: 334.234px;
    height: 32.246px;
  }
}

.about-text__row {
  margin-top: 4px;
}

.about__img {
  margin-top: 29px;
  margin-inline: auto;
  max-width: clamp(350px, 189.437px + 42.817vw, 806px);
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .about__img {
    margin-top: 23px;
  }
}
@media screen and (max-width: 374px) {
  .about__img {
    width: 310px;
    height: 100%;
  }
}

.problem {
  margin-top: -107px;
}
@media screen and (max-width: 767px) {
  .problem {
    margin-top: -44px;
  }
}

.problem__inner {
  padding-block: 107px 122.88px;
  background: url(../img/bg_problem.png) no-repeat top center/cover;
  background: url(../img/bg_problem.webp) no-repeat top center/cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1279px) {
  .problem__inner {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 767px) {
  .problem__inner {
    background: url(../img/sp/bg_problem-sp.png) no-repeat top center/cover;
    background: url(../img/sp/bg_problem-sp.webp) no-repeat top center/cover;
    padding-inline: 9px;
    padding-block: 55px 122.88px;
  }
}

.problem__text {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 64px;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 767px) {
  .problem__text {
    font-size: 12px;
    line-height: 30.158px;
    letter-spacing: 0.6px;
  }
}
@media screen and (max-width: 374px) {
  .problem__text {
    font-size: 10px;
  }
}

.problem__text-img {
  margin-inline: auto;
  max-width: 745.077px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .problem__text-img {
    max-width: 321px;
    height: 100%;
  }
}

.problem__avatar-img {
  margin-inline: auto;
  margin-top: 54.87px;
  max-width: 876.083px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .problem__avatar-img {
    max-width: 357px;
    margin-top: 32px;
  }
}

.service__heading {
  margin-top: -70px;
  margin-inline: auto;
  display: block;
  max-width: 1018px;
  width: 100%;
  padding-inline: 10px;
}
@media screen and (max-width: 767px) {
  .service__heading {
    margin-top: -87px;
    max-width: 352px;
    width: 100%;
    height: 100%;
  }
}

.reason-result {
  position: relative;
}
.reason-result::before {
  position: absolute;
  content: "";
  background: url(../img/deco_result-right-top.svg) no-repeat center center/contain;
  right: 0;
  top: 218px;
  width: 213px;
  height: 704px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .reason-result::before {
    background: url(../img/sp/deco_result-right-sp.svg) no-repeat center center/contain;
    right: 0;
    top: 653px;
    width: 97.338px;
    height: 237.763px;
  }
}
.reason-result::after {
  position: absolute;
  content: "";
  background: url(../img/deco_result-right-bottom.svg) no-repeat center center/contain;
  right: 0;
  top: 1321px;
  width: 212.883px;
  height: 520px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .reason-result::after {
    background: url(../img/sp/deco_result-left-top-sp.svg) no-repeat center center/contain;
    left: 0;
    top: 102px;
    width: 97.391px;
    height: 358.474px;
  }
}

.reason-result__outer-top {
  position: relative;
}
.reason-result__outer-top::before {
  position: absolute;
  content: "";
  background: url(../img/deco_result-left.svg) no-repeat center center/contain;
  left: 0;
  top: 632px;
  width: 214px;
  height: 784px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .reason-result__outer-top::before {
    background: url(../img/sp/deco_result-left-bottom-sp.svg) no-repeat center center/contain;
    left: 0;
    top: 1142px;
    width: 97.391px;
    height: 321.895px;
  }
}

.reason-result__outer-bottom {
  position: relative;
  margin-top: -100px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .reason-result__outer-bottom {
    margin-top: -60px;
  }
}
.reason-result__outer-bottom::before {
  position: absolute;
  content: "";
  background: url(../img/deco_circle2.svg) no-repeat center center/contain;
  right: calc(50% + 452px);
  top: 115px;
  width: 476px;
  height: 511.001px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .reason-result__outer-bottom::before {
    width: 141px;
    height: 148px;
    top: 274px;
    right: calc(50% + 136px);
  }
}
.reason-result__outer-bottom::after {
  position: absolute;
  content: "";
  background: url(../img/deco_circle1.svg) no-repeat center center/contain;
  left: calc(50% + 522px);
  top: 667px;
  width: 484px;
  height: 604.014px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .reason-result__outer-bottom::after {
    width: 158.168px;
    height: 181px;
    top: 540px;
    left: calc(50% + 140px);
  }
}

.reason-result__inner {
  max-width: calc(100% + 160px);
  width: 100%;
  padding-inline: 80px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .reason-result__inner {
    max-width: 100%;
    padding-inline: 0;
  }
}

.reason-result__heading {
  margin-top: 10px;
}

.result-heading {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 4.2px;
}
@media screen and (max-width: 767px) {
  .result-heading {
    font-size: 28px;
    letter-spacing: 2.8px;
  }
}
@media screen and (max-width: 374px) {
  .result-heading {
    font-size: 25px;
  }
}

.result-heading__logo {
  display: inline-block;
  max-width: 233px;
  width: 100%;
  aspect-ratio: 233.66/41.77;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .result-heading__logo {
    max-width: 164px;
  }
}

.result-heading__small {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 3.6px;
}
@media screen and (max-width: 767px) {
  .result-heading__small {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}

.result-heading__small-ga {
  vertical-align: bottom;
  position: relative;
  display: inline-block;
  -webkit-transform: translateX(16px);
          transform: translateX(16px);
}
@media screen and (max-width: 767px) {
  .result-heading__small-ga {
    letter-spacing: 1.2px;
    -webkit-transform: translateX(12px);
            transform: translateX(12px);
  }
}

.result-heading__blue-large {
  color: #017bff;
  font-family: "din-2014", sans-serif;
  font-size: 63px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 6.3px;
}
@media screen and (max-width: 767px) {
  .result-heading__blue-large {
    font-size: 44px;
    letter-spacing: 4.4px;
  }
}

.result-heading__blue-small {
  color: #017bff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 3.6px;
}
@media screen and (max-width: 767px) {
  .result-heading__blue-small {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}

.reason-result__list {
  margin-top: 40px;
  max-width: 1280px;
}
@media screen and (max-width: 1079px) {
  .reason-result__list {
    margin-top: 20.26px;
    max-width: 840px;
    padding-inline: 20px;
  }
}
@media screen and (max-width: 767px) {
  .reason-result__list {
    margin-top: 28px;
  }
}
@media screen and (max-width: 374px) {
  .reason-result__list {
    max-width: 300px;
    padding-inline: 10px;
  }
}

.result-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: 31px;
  margin-inline: auto;
}
@media screen and (max-width: 1079px) {
  .result-list {
    gap: 20px;
  }
}

.result-list__item {
  overflow: hidden;
  position: relative;
  border-radius: 75.52px;
  backdrop-filter: blur(51.2000045776px);
  margin-inline: auto;
  max-width: inherit;
}
@media screen and (max-width: 1079px) {
  .result-list__item {
    border-radius: 20px;
  }
}
.result-list__item::before {
  content: "";
  position: absolute;
  inset: 0px;
  border-radius: inherit;
  background: -webkit-gradient(linear, left top, right bottom, from(#98f9ff), to(#eabfff));
  background: linear-gradient(to bottom right, #98f9ff, #eabfff);
  padding: 2px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

.result-list__item-inner {
  position: relative;
  padding-top: 68px;
  padding-inline: 70px;
  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;
  border-radius: 75.52px;
  max-width: 1280px;
  gap: 33px;
}
@media screen and (max-width: 1279px) {
  .result-list__item-inner {
    padding-inline: 50px;
  }
}
@media screen and (max-width: 1079px) {
  .result-list__item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 28px;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .result-list__item-inner {
    padding-inline: 20px;
  }
}

.result-list__item1 .result-list__item-inner {
  padding-bottom: 69.31px;
}
@media screen and (max-width: 1079px) {
  .result-list__item1 .result-list__item-inner {
    padding-bottom: 136px;
  }
}
@media screen and (max-width: 767px) {
  .result-list__item1 .result-list__item-inner {
    padding-bottom: 112.05px;
  }
}

.result-list__item2 .result-list__item-inner {
  padding-bottom: 60px;
}
@media screen and (max-width: 1079px) {
  .result-list__item2 .result-list__item-inner {
    padding-bottom: 154px;
  }
}
@media screen and (max-width: 767px) {
  .result-list__item2 .result-list__item-inner {
    padding-bottom: 133.79px;
  }
}

.result-list__item3 .result-list__item-inner {
  padding-bottom: 44px;
  padding-top: 55px;
  gap: 56px;
}
@media screen and (max-width: 1279px) {
  .result-list__item3 .result-list__item-inner {
    gap: 30px;
  }
}
@media screen and (max-width: 1079px) {
  .result-list__item3 .result-list__item-inner {
    padding-bottom: 156px;
  }
}
@media screen and (max-width: 767px) {
  .result-list__item3 .result-list__item-inner {
    padding-top: 26px;
    padding-bottom: 132px;
    gap: 10px;
  }
}

.result-list__text-content {
  max-width: 592px;
  width: 100%;
}

.result-list__number {
  top: 0;
  left: 0;
  display: block;
  width: 98.926px;
  height: 44.016px;
}
@media screen and (max-width: 1079px) {
  .result-list__number {
    width: 66.754px;
    height: 29.703px;
  }
}
.result-list__number img {
  width: 100%;
  height: auto;
}

.result-list__heading {
  margin-top: 20px;
  font-size: clamp(1.25rem, 0.898rem + 1.5vw, 2.25rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 1079px) {
  .result-list__heading {
    letter-spacing: 1px;
    margin-top: 7.3px;
  }
}

.result-list__description {
  margin-top: 21px;
  font-size: clamp(0.875rem, 0.831rem + 0.19vw, 1rem);
  letter-spacing: 0.8px;
  line-height: 1.7;
}
@media screen and (max-width: 1079px) {
  .result-list__description {
    margin-top: 8px;
    line-height: 1.5;
    letter-spacing: 0.7px;
  }
}

@media screen and (max-width: 767px) {
  .result-list__item3 .result-list__description {
    line-height: 1.7;
  }
}

.result-list__avatar {
  width: 100%;
  margin-left: -9px;
  margin-top: 35px;
  gap: 8px;
}
@media screen and (max-width: 1079px) {
  .result-list__avatar {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .result-list__avatar {
    margin-left: 0px;
    left: 14px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.result-list__avatar--item1 {
  margin-top: 25px;
  max-width: clamp(15.875rem, 11.914rem + 16.9vw, 27.125rem);
  width: 100%;
}
@media screen and (max-width: 1079px) {
  .result-list__avatar--item1 {
    bottom: 21px;
  }
}
@media screen and (max-width: 374px) {
  .result-list__avatar--item1 {
    width: 230px;
  }
}

.result-list__avatar--item2 {
  margin-top: 24px;
  max-width: clamp(15.875rem, 12.948rem + 12.49vw, 24.188rem);
}
@media screen and (max-width: 1079px) {
  .result-list__avatar--item2 {
    bottom: 24px;
  }
}
@media screen and (max-width: 374px) {
  .result-list__avatar--item2 {
    width: 220px;
  }
}

.result-list__avatar--item3 {
  margin-top: 20px;
  max-width: clamp(13.75rem, 7.236rem + 27.79vw, 32.25rem);
}
@media screen and (max-width: 767px) {
  .result-list__avatar--item3 {
    max-width: clamp(220px, 162.602px + 15.306vw, 280px);
    bottom: 16px;
  }
}
@media screen and (max-width: 499px) {
  .result-list__avatar--item3 {
    bottom: 22px;
  }
}
@media screen and (max-width: 374px) {
  .result-list__avatar--item3 {
    width: 230px;
  }
}

.result-list__img {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.result-list__img--item1 {
  margin-top: 82px;
  max-width: clamp(295.49px, 218.496px + 20.532vw, 514.152px);
  width: 100%;
}
@media screen and (max-width: 1079px) {
  .result-list__img--item1 {
    margin-top: 0;
  }
}

.result-list__img--item2 {
  margin-top: 87px;
  max-width: clamp(295.49px, 218.496px + 20.532vw, 514.152px);
  width: 100%;
}
@media screen and (max-width: 1079px) {
  .result-list__img--item2 {
    margin-top: 0;
  }
}

.result-list__img--item3 {
  margin-top: 4px;
  max-width: clamp(295.037px, 224.98px + 18.682vw, 493.999px);
  width: 100%;
}
@media screen and (max-width: 1079px) {
  .result-list__img--item3 {
    margin-top: 0;
  }
}

.reason-result__ugc-top-wrap {
  overflow: hidden;
  position: relative;
}

.reason-result__ugc-top {
  position: relative;
  background: url(../img/deco_ugc.svg) no-repeat center center/cover;
  width: 2595px;
  height: 307px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: -70px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .reason-result__ugc-top {
    width: 1164px;
    height: 137.706px;
    margin-top: -27.996px;
  }
}

.reason-result__ugc {
  padding-bottom: 69px;
}
@media screen and (max-width: 499px) {
  .reason-result__ugc {
    padding-bottom: 55px;
  }
}

.result-ugc__heading {
  margin-inline: auto;
}

.ugc-heading {
  text-align: center;
}

.ugc-heading__em {
  color: #017bff;
  font-family: "din-2014", sans-serif;
  font-size: 63px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .ugc-heading__em {
    font-size: 44px;
  }
}

.ugc-heading__top {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 2.1px;
}
@media screen and (max-width: 767px) {
  .ugc-heading__top {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}

.ugc-heading__bottom {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 2.1px;
}
@media screen and (max-width: 767px) {
  .ugc-heading__bottom {
    display: block;
    font-size: 28px;
    letter-spacing: 1.4px;
    margin-top: -3px;
  }
}

.result-ugc__img {
  margin-inline: auto;
  margin-top: 40px;
  max-width: 1018px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .result-ugc__img {
    padding-inline: 40px;
  }
}
@media screen and (max-width: 499px) {
  .result-ugc__img {
    padding-inline: 0;
    margin-top: 30px;
    width: 313.198px;
    height: 378.011px;
  }
}

.reason-result__diagram {
  padding-bottom: 88px;
}
@media screen and (max-width: 767px) {
  .reason-result__diagram {
    padding-bottom: 54px;
  }
}

.diagram-heading {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 2.1px;
}
@media screen and (max-width: 767px) {
  .diagram-heading {
    font-size: 28px;
    letter-spacing: 1.4px;
  }
}

.diagram-heading__em {
  color: #017bff;
  font-size: 42px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .diagram-heading__em {
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: 1.4px;
  }
}

.result-diagram__container {
  margin-top: 45px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 618px;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .result-diagram__container {
    margin-top: 29px;
  }
}
@media screen and (max-width: 374px) {
  .result-diagram__container {
    padding-inline: 4px;
  }
}

.result-diagram__list-content--left {
  margin-right: -191px;
}
.result-diagram__list-content--right {
  margin-left: -191px;
}
@media screen and (max-width: 767px) {
  .result-diagram__list-content--left {
    margin-right: -110px;
  }
  .result-diagram__list-content--right {
    margin-left: -110px;
  }
}

.result-diagram__list-title {
  margin-inline: auto;
  display: block;
  padding-block: 6px;
  border-radius: 50px;
  width: 225px;
  border: 1px solid #222;
  background: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .result-diagram__list-title {
    width: 119px;
    border-radius: 19.833px;
    border: 0.397px solid #222;
    font-size: 10px;
    line-height: 1.3;
    letter-spacing: 0.3px;
    padding-block: 1px;
  }
}
.result-diagram__list-title--right {
  width: 209px;
  background-color: #f1128b;
  color: #fff;
  border: none;
  padding-block: 6px;
}
@media screen and (max-width: 767px) {
  .result-diagram__list-title--right {
    width: 110px;
    border-radius: 19.833px;
    font-size: 10px;
    line-height: 1.3;
    letter-spacing: 0.3px;
    padding-block: 2px;
  }
}
@media screen and (max-width: 767px) {
  .result-diagram__list-title {
    font-size: 10px;
    line-height: 1.3;
    letter-spacing: 0.3px;
  }
}

.result-diagram__list {
  margin-top: 21px;
}
@media screen and (max-width: 767px) {
  .result-diagram__list {
    margin-top: 8.53px;
  }
}

.result-diagram-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.result-diagram-list::before {
  position: absolute;
  content: "";
  bottom: 82px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 78.148px;
  height: 365.986px;
  background: url(../img/img_result-diagram-tobottom.svg) no-repeat top center/contain;
  z-index: 2;
}
@media screen and (max-width: 1279px) {
  .result-diagram-list::before {
    bottom: 15px;
    width: 64px;
  }
}
@media screen and (max-width: 767px) {
  .result-diagram-list::before {
    height: 164px;
    bottom: 43px;
  }
}
@media screen and (max-width: 499px) {
  .result-diagram-list::before {
    -webkit-transform: none;
            transform: none;
    left: 27px;
    width: 31px;
    height: 144px;
    bottom: 33px;
  }
}
.result-diagram-list--right::before {
  position: absolute;
  content: "";
  bottom: 71px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 78.148px;
  height: 365.986px;
  background: url(../img/img_result-diagram-totop.svg) no-repeat bottom center/contain;
  z-index: 2;
}
@media screen and (max-width: 1279px) {
  .result-diagram-list--right::before {
    bottom: 68px;
    width: 66px;
  }
}
@media screen and (max-width: 767px) {
  .result-diagram-list--right::before {
    bottom: 37px;
    height: 160px;
  }
}
@media screen and (max-width: 499px) {
  .result-diagram-list--right::before {
    -webkit-transform: none;
            transform: none;
    left: 83px;
    width: 31px;
    height: 144px;
    bottom: 29px;
  }
}

.result-diagram-list__item {
  position: relative;
  z-index: 3;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 314px;
  height: 85px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  font-size: 18px;
  font-size: clamp(0.563rem, 0.364rem + 0.85vw, 1.125rem);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1279px) {
  .result-diagram-list__item {
    max-width: 314px;
    padding-inline: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .result-diagram-list__item {
    padding-inline: 0;
    width: 180px;
    height: 42px;
    line-height: 1.3;
    border-radius: 5px;
  }
}
@media screen and (max-width: 499px) {
  .result-diagram-list__item {
    width: 138px;
    height: 34px;
    aspect-ratio: 138/34;
  }
}
@media screen and (max-width: 374px) {
  .result-diagram-list__item {
    width: 122px;
  }
}
.result-diagram-list__item:nth-child(1) {
  margin-bottom: 54px;
}
@media screen and (max-width: 1279px) {
  .result-diagram-list__item:nth-child(1) {
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 767px) {
  .result-diagram-list__item:nth-child(1) {
    margin-bottom: 21px;
  }
}
.result-diagram-list__item:nth-child(2) {
  margin-bottom: 63px;
}
@media screen and (max-width: 1279px) {
  .result-diagram-list__item:nth-child(2) {
    margin-bottom: 43px;
  }
}
@media screen and (max-width: 767px) {
  .result-diagram-list__item:nth-child(2) {
    margin-bottom: 25px;
  }
}
.result-diagram-list__item:nth-child(3) {
  margin-bottom: 61px;
}
@media screen and (max-width: 1279px) {
  .result-diagram-list__item:nth-child(3) {
    margin-bottom: 41px;
  }
}
@media screen and (max-width: 767px) {
  .result-diagram-list__item:nth-child(3) {
    margin-bottom: 25px;
  }
}

.result-diagram__img {
  position: relative;
  z-index: 1;
  margin-top: 45px;
  max-width: 754.943px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .result-diagram__img {
    max-width: 299.461px;
    margin-top: 20px;
  }
}

.service-cta {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .service-cta {
    padding-bottom: 30px;
  }
}

.service-cta__inner {
  position: relative;
  padding-block: 50.43px 64.86px;
  margin-inline: auto;
  position: relative;
  padding-inline: 154px 84.45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 108.44px;
  max-width: 1000px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 343px;
  background: url(../img/bg_cta.jpg) no-repeat center center/cover;
  border-radius: 20px;
}
@media screen and (max-width: 1279px) {
  .service-cta__inner {
    padding-inline: 15px;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .service-cta__inner {
    padding-block: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: url(../img/sp/bg_cta-sp.jpg) no-repeat center center/cover;
    height: 453px;
    gap: 0;
  }
}
@media screen and (max-width: 374px) {
  .service-cta__inner {
    max-width: 300px;
  }
}

.service-cta__text-content {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service-cta__download {
  font-family: "futura-pt", sans-serif;
  margin-top: 4px;
  margin-right: 6px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 767px) {
  .service-cta__download {
    font-size: 14px;
    letter-spacing: 0.6px;
    margin: 0;
  }
}

.service-cta__logo {
  margin-top: 30px;
  width: 156.286px;
  height: 28.706px;
}
@media screen and (max-width: 767px) {
  .service-cta__logo {
    margin-top: 18px;
  }
}

.service-cta__heading {
  margin-top: 7px;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 1.4px;
}

.service-cta__btn {
  margin-top: 20px;
  padding-block: 16px;
  padding-inline: 54px 76px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 767px) {
  .service-cta__btn {
    width: 305px;
    font-size: 17px;
    padding-inline: 0;
  }
}
@media screen and (max-width: 374px) {
  .service-cta__btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.service-cta__img {
  width: 392px;
  height: 100%;
  aspect-ratio: 151/85;
}
@media screen and (max-width: 767px) {
  .service-cta__img {
    margin-top: 20px;
    width: 305px;
    height: 177.732px;
  }
}
@media screen and (max-width: 374px) {
  .service-cta__img {
    width: 270px;
    margin-top: 14px;
  }
}
.service-cta__img picture,
.service-cta__img img {
  -webkit-filter: drop-shadow(0 0 37.629px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 0 37.629px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 767px) {
  .service-cta__img picture,
  .service-cta__img img {
    -webkit-filter: drop-shadow(0 0 29.462px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0 0 29.462px rgba(0, 0, 0, 0.25));
  }
}

@media screen and (max-width: 767px) {
  .service-cta__btn-outer {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
}

.reason-data {
  position: relative;
  background: url(../img/bg_base-white.jpg) repeat center center/contain;
  background: url(../img/bg_base-white.webp) repeat center center/contain;
}
.reason-data::before {
  position: absolute;
  content: "";
  background: url(../img/bg_base-white-borer.png) no-repeat center center/contain;
  background: url(../img/bg_base-white-borer.webp) no-repeat center center/contain;
  height: 46px;
  width: 100%;
  top: -20px;
  left: 0;
}

.reason-data__inner {
  max-width: calc(100% + 40px);
  padding-inline: 20px;
  padding-block: 75px 74.58px;
}
@media screen and (max-width: 767px) {
  .reason-data__inner {
    padding-block: 62px 40.22px;
  }
}

.data-heading {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .data-heading {
    font-size: 21px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 374px) {
  .data-heading {
    font-size: 17px;
  }
}

.data-heading__small-ga {
  font-size: 36px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 767px) {
  .data-heading__small-ga {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.9px;
  }
}

.data-heading__middle {
  font-size: 42px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 2.1px;
}
@media screen and (max-width: 767px) {
  .data-heading__middle {
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 1.2px;
  }
}

.data-heading__small-na {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 70px;
}
@media screen and (max-width: 767px) {
  .data-heading__small-na {
    font-size: 21px;
    line-height: 100%;
    letter-spacing: 1.05px;
  }
}

.data-heading__blue-large {
  color: #017bff;
  font-family: "din-2014", sans-serif;
  font-size: 63px;
  font-weight: 600;
  line-height: 0.7;
}
@media screen and (max-width: 767px) {
  .data-heading__blue-large {
    font-size: 44px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 2.2px;
  }
}

.data-heading__blue-small {
  display: inline-block;
  margin-left: -8px;
  color: #017bff;
  font-size: 36px;
  font-weight: 700;
  line-height: 70px;
}
@media screen and (max-width: 767px) {
  .data-heading__blue-small {
    font-size: 21px;
    line-height: 1;
  }
}

.reason-data__list {
  margin-inline: auto;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .reason-data__list {
    margin-top: 30px;
  }
}

.data-list {
  display: grid;
  grid-template-columns: repeat(2, 490px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1279px) {
  .data-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .data-list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 499px) {
  .data-list {
    max-width: 335px;
    width: 100%;
  }
}

.data-list-card {
  position: relative;
  padding-top: 34.67px;
  padding-inline: 42px;
  border-radius: 32.449px;
  background: #fff;
  -webkit-box-shadow: 6.49px 6.49px 24.337px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 6.49px 6.49px 24.337px 0 rgba(0, 0, 0, 0.15);
  max-width: 490px;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .data-list-card {
    padding-inline: 15px;
  }
}
.data-list-card:nth-child(1), .data-list-card:nth-child(2) {
  padding-bottom: 47px;
}
@media screen and (max-width: 767px) {
  .data-list-card:nth-child(1), .data-list-card:nth-child(2) {
    padding-bottom: 10px;
  }
}
.data-list-card:nth-child(3), .data-list-card:nth-child(4) {
  padding-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .data-list-card:nth-child(3), .data-list-card:nth-child(4) {
    padding-bottom: 30px;
  }
}

.data-list-card__number {
  position: absolute;
  top: 25px;
  left: 15px;
}
.data-list-card__number--01 {
  width: 72.679px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .data-list-card__number--01 {
    width: 52.158px;
    height: 43.057px;
  }
}
.data-list-card__number--02 {
  width: 79.453px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .data-list-card__number--02 {
    width: 57.016px;
    height: 43.057px;
  }
}
.data-list-card__number--03 {
  width: 79.148px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .data-list-card__number--03 {
    width: 56.798px;
    height: 43.057px;
  }
}
.data-list-card__number--04 {
  width: 77.452px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .data-list-card__number--04 {
    width: 55.578px;
    height: 43.057px;
  }
}

.data-list-card__title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.3px;
}
@media screen and (max-width: 1279px) {
  .data-list-card__title {
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.42px;
  }
}

.data-list-card__img {
  width: 100%;
  aspect-ratio: 203/130;
}
.data-list-card__img--01, .data-list-card__img--02 {
  margin-top: 34.33px;
}
@media screen and (max-width: 767px) {
  .data-list-card__img--01, .data-list-card__img--02 {
    margin-top: 16px;
  }
}
.data-list-card__img--03, .data-list-card__img--04 {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .data-list-card__img--03, .data-list-card__img--04 {
    margin-top: 16px;
  }
}

.reason-data__avatar-wrap {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-inline: auto;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .reason-data__avatar-wrap {
    margin-top: 30px;
  }
}

.reason-data__avatar {
  max-width: 572.85px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .reason-data__avatar {
    width: 334px;
  }
}

.reason-sns {
  position: relative;
  background: url(../img/bg_base-white.jpg) repeat center center/contain;
  background: url(../img/bg_base-white.webp) repeat center center/contain;
}
.reason-sns::after {
  position: absolute;
  content: "";
  background: url(../img/bg_base-white-borer.png) no-repeat center center/contain;
  background: url(../img/bg_base-white-borer.webp) no-repeat center center/contain;
  height: 46px;
  width: 100%;
  bottom: -20px;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.reason-sns__inner {
  padding-block: 62px 69px;
}
@media screen and (max-width: 1279px) {
  .reason-sns__inner {
    max-width: calc(100% + 40px);
    width: 100%;
    padding-inline: 20px;
  }
}
@media screen and (max-width: 767px) {
  .reason-sns__inner {
    padding-block: 30px 46.22px;
  }
}

.sns-heading {
  text-align: center;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 70px;
}
@media screen and (max-width: 767px) {
  .sns-heading {
    font-size: 28px;
    line-height: 1.1;
  }
}

.sns-heading__en {
  font-family: "din-2014", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 70px;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 767px) {
  .sns-heading__en {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: 1.4px;
  }
}

.sns-heading__small {
  font-size: 36px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 767px) {
  .sns-heading__small {
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: 1.2px;
  }
}

.sns-heading__middle {
  font-size: 42px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 2.1px;
}
@media screen and (max-width: 767px) {
  .sns-heading__middle {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: 1.4px;
  }
}

.sns-heading__blue-large {
  color: #017bff;
  font-family: "din-2014", sans-serif;
  font-size: 63px;
  font-weight: 600;
  line-height: 0.7;
}
@media screen and (max-width: 767px) {
  .sns-heading__blue-large {
    font-size: 44px;
    line-height: 1.2;
    letter-spacing: 2.2px;
  }
}

.sns-heading__blue-small {
  display: inline-block;
  margin-left: -8px;
  color: #017bff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 70px;
}
@media screen and (max-width: 767px) {
  .sns-heading__blue-small {
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: 1.2px;
  }
}

.reason-sns__list {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, 325px);
  gap: 12px;
}
@media screen and (max-width: 1279px) {
  .reason-sns__list {
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .reason-sns__list {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }
}

.sns-list__item {
  position: relative;
}

.sns-list-card {
  padding-inline: 18px;
  padding-block: 33px 20px;
  max-width: 325px;
  width: 100%;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1279px) {
  .sns-list-card {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sns-list-card {
    max-width: 335px;
    padding-block: 33px 18px;
    padding-inline: 15px;
  }
}

.sns-list-card__number {
  position: absolute;
  top: 23px;
  left: 21px;
  width: 46px;
}
.sns-list-card__number--02, .sns-list-card__number--03 {
  width: 50px;
}
@media screen and (max-width: 767px) {
  .sns-list-card__number {
    width: 52.158px;
    height: 43.057px;
  }
  .sns-list-card__number--02 {
    width: 57.016px;
    height: 43.057px;
  }
  .sns-list-card__number--03 {
    width: 57.016px;
    height: 43.057px;
  }
}

.sns-list-card__title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

.sns-list-card__img {
  margin-top: 19px;
  max-width: 290px;
  height: 100%;
}
.sns-list-card__img img,
.sns-list-card__img picture {
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .sns-list-card__img {
    margin-top: 10px;
    max-width: 305px;
  }
}

.sns-list-card__caption {
  margin-top: 19px;
  text-align: center;
  font-family: "din-2014", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}
.sns-list-card__caption--item2 {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .sns-list-card__caption--item2 {
    margin-top: 15px;
  }
}
.sns-list-card__caption--small {
  display: block;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.7px;
}
.sns-list-card__caption--item3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1.1px;
}

.sns-diagram__img {
  margin-inline: auto;
  margin-top: 30px;
  max-width: 1008px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sns-diagram__img {
    margin-top: 42px;
    max-width: 500px;
  }
}

.reason-sns__avatar-wrap {
  margin-top: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-inline: auto;
  max-width: 1020px;
}
@media screen and (max-width: 767px) {
  .reason-sns__avatar-wrap {
    margin-top: 20px;
  }
}

.reason-sns__avatar {
  max-width: 572.85px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .reason-sns__avatar {
    width: 334px;
  }
}

.menu {
  overflow-x: clip;
  position: relative;
}
.menu::before {
  position: absolute;
  content: "";
  background: url(../img/deco_circle2.svg) no-repeat center center/contain;
  right: calc(50% + 422px);
  top: 492px;
  width: 476px;
  height: 511.001px;
  z-index: -1;
}
@media screen and (max-width: 499px) {
  .menu::before {
    width: 141px;
    height: 148px;
    top: 862px;
    right: calc(50% + 123px);
  }
}
.menu::after {
  position: absolute;
  content: "";
  background: url(../img/deco_circle3.svg) no-repeat center center/contain;
  left: calc(50% + 422px);
  top: 0;
  width: 484px;
  height: 604.014px;
  z-index: -1;
}
@media screen and (max-width: 499px) {
  .menu::after {
    width: 158px;
    height: 181px;
    left: calc(50% + 140px);
  }
}

.menu__inner {
  padding-top: 107px;
  max-width: calc(100% + 40px);
  padding-inline: 20px;
}
@media screen and (max-width: 767px) {
  .menu__inner {
    padding-top: 40px;
  }
}

.menu__heading {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .menu__heading {
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 1.4px;
  }
}

.menu__list-container {
  margin-inline: auto;
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 19px;
  max-width: 1001px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .menu__list-container {
    max-width: 336px;
    margin-top: 30px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 499px) {
  .menu__list-container {
    gap: 13px;
  }
}

.menu__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 19px;
  height: 100%;
}
@media screen and (max-width: 499px) {
  .menu__list {
    gap: 13px;
  }
}

.menu-list__item {
  position: relative;
  max-width: 236px;
  width: 100%;
  aspect-ratio: 236/260;
  height: auto;
}
@media screen and (max-width: 499px) {
  .menu-list__item {
    max-width: 161px;
    aspect-ratio: 161/177.392;
    height: 100%;
  }
}
@media screen and (max-width: 374px) {
  .menu-list__item {
    width: calc((100vw - 40px - 13px) / 2);
  }
}

.menu-list__img {
  position: relative;
  width: 100%;
  aspect-ratio: 236/260;
}
@media screen and (max-width: 767px) {
  .menu-list__img {
    aspect-ratio: 161/177;
  }
}
.menu-list__img picture,
.menu-list__img img {
  display: block;
  border-radius: 14.31px;
  position: relative;
  z-index: 0;
  aspect-ratio: inherit;
  width: 100%;
  height: 100%;
}
.menu-list__img picture::after,
.menu-list__img img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  border-radius: 14.31px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 177, 251, 0)), to(#01b1fb));
  background: linear-gradient(180deg, rgba(1, 177, 251, 0) 0%, #01b1fb 100%);
  z-index: 1;
}

.menu-list__label {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1279px) {
  .menu-list__label {
    font-size: 12.281px;
    bottom: 8px;
  }
}

.menu__avatar-wrap {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-inline: auto;
  max-width: 1012px;
}
@media screen and (max-width: 767px) {
  .menu__avatar-wrap {
    margin-top: 15px;
  }
}

.menu__avatar {
  max-width: 487.85px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .menu__avatar {
    width: 295px;
  }
}

.price {
  overflow-x: clip;
  position: relative;
}
.price::before {
  position: absolute;
  content: "";
  background: url(../img/deco_circle4.svg) no-repeat center center/contain;
  left: calc(50% + 423px);
  top: 234px;
  width: 476px;
  height: 585.002px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .price::before {
    right: calc(50% + 136px);
  }
}

.price__inner {
  padding-block: 92px 80px;
}
@media screen and (max-width: 767px) {
  .price__inner {
    padding-block: 55px 82px;
  }
}

.price__heading {
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1279px) {
  .price__heading {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1.1px;
  }
}
@media screen and (max-width: 374px) {
  .price__heading {
    font-size: 18px;
  }
}
.price__heading::before, .price__heading::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 52px;
  background: #222;
}
@media screen and (max-width: 374px) {
  .price__heading::before, .price__heading::after {
    height: 40px;
  }
}
.price__heading::before {
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
  margin-right: 21px;
}
.price__heading::after {
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
  margin-left: 21px;
}

.price__content {
  overflow-x: scroll;
  overflow-y: hidden;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .price__content {
    padding-bottom: 0;
  }
}

.price__content::-webkit-scrollbar {
  height: 4px;
}
.price__content::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 4px;
  margin-inline: 20px;
}
.price__content::-webkit-scrollbar-thumb {
  background: #707070;
  border-radius: 4px;
}

.price__img {
  margin-inline: auto;
  max-width: 1040px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .price__img {
    width: 710px;
    height: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 14px;
  }
}

.works {
  position: relative;
  background: url(../img/bg_base-white.jpg) repeat center center/contain;
  background: url(../img/bg_base-white.webp) repeat center center/contain;
}
.works::before {
  position: absolute;
  content: "";
  background: url(../img/bg_base-white-borer.png) no-repeat center center/contain;
  background: url(../img/bg_base-white-borer.webp) no-repeat center center/contain;
  height: 46px;
  width: 100%;
  top: -20px;
  left: 0;
}

.works__inner {
  padding-block: 44px 80px;
}
@media screen and (max-width: 767px) {
  .works__inner {
    padding-block: 37px 73px;
  }
}

.works__heading {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .works__heading {
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 1.4px;
  }
}

.works__lead {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .works__lead {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.7px;
  }
}

.works__genre-list {
  margin-inline: auto;
  margin-top: 21px;
  max-width: 592px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .works__genre-list {
    margin-top: 34px;
    max-width: 480px;
  }
}
@media screen and (max-width: 499px) {
  .works__genre-list {
    max-width: 330px;
  }
}

.works-genre-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .works-genre-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
  }
}

.works-genre-list___item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 4px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 33px;
  background: #017bff;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.98px;
}
@media screen and (max-width: 767px) {
  .works-genre-list___item {
    padding: 2px 12px;
    font-size: 12px;
    letter-spacing: 0.84px;
  }
  .works-genre-list___item:nth-child(5) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .works-genre-list___item:nth-child(10) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .works-genre-list___item:nth-child(11) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.works-card {
  margin-inline: auto;
  overflow: hidden;
  border-radius: 20px;
  width: 874px;
  height: 100%;
}
@media screen and (max-width: 1279px) {
  .works-card {
    width: clamp(600px, 188.196px + 53.62vw, 874px);
  }
}
@media screen and (max-width: 767px) {
  .works-card {
    width: 287px;
    height: 400px;
  }
}

.works-card__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .works-card__inner {
    width: 287px;
    height: 400px;
  }
}

.works-card__img {
  position: relative;
  border-radius: inherit;
  top: 0;
  left: 0;
  aspect-ratio: 873/491;
}
@media screen and (max-width: 767px) {
  .works-card__img {
    aspect-ratio: 287/400;
    width: 287px;
    height: 400px;
  }
}
.works-card__img picture,
.works-card__img img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-card__img picture::after,
.works-card__img img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0)), to(rgba(51, 51, 51, 0.6)));
  background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.6) 100%);
}

.works-card__text-content {
  position: absolute;
  z-index: 1;
  left: 56px;
  bottom: 30px;
}
@media screen and (max-width: 767px) {
  .works-card__text-content {
    left: 11.11px;
    bottom: 16px;
  }
}

.works-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .works-card__tags {
    gap: 5px;
  }
}

.works-card__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 4px 10px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .works-card__tag {
    padding: 2px 6px;
  }
}

.works-card__tag--main {
  color: #fff;
  border-radius: 3px;
  background: linear-gradient(96deg, #01b1fb 0%, #fd0674 100%);
  font-size: 24px;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 1279px) {
  .works-card__tag--main {
    font-size: 16.448px;
    letter-spacing: 0.822px;
  }
}

@media screen and (max-width: 767px) {
  .tag-main-long {
    font-size: 14px;
    letter-spacing: 0;
  }
}

.works-card__tag--sub {
  border-radius: 2px;
  background: #fff;
  font-size: 16px;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 1279px) {
  .works-card__tag--sub {
    font-size: 10.965px;
    letter-spacing: 0.329px;
  }
}

@media screen and (max-width: 767px) {
  .tag-sub-long {
    font-size: 9px;
    letter-spacing: 0;
  }
}

.works-card__list {
  margin-top: 14px;
}

.works-card__list-item {
  margin-top: -3px;
  padding-left: 40px;
  color: #fff;
  line-height: 1.35;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .works-card__list-item {
    padding-left: 32px;
  }
}
@media screen and (max-width: 767px) {
  .works-card__list-item {
    padding-left: 26px;
    margin-top: -6px;
    line-height: 1.5;
  }
}
.works-card__list-item::before {
  position: absolute;
  content: "";
  width: 29px;
  height: 29px;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(8px);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1279px) {
  .works-card__list-item::before {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .works-card__list-item::before {
    width: 19.875px;
    height: 19.875px;
  }
}
.works-card__list-item::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
  background: url(../img/icon_checked-swiper.svg) no-repeat center center/contain;
  width: 10px;
  height: 100%;
}
@media screen and (max-width: 1279px) {
  .works-card__list-item::after {
    left: 7px;
  }
}
@media screen and (max-width: 767px) {
  .works-card__list-item::after {
    left: 6px;
  }
}

.works-card__list-text-large {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.66px;
}
@media screen and (max-width: 1279px) {
  .works-card__list-text-large {
    font-size: 15.077px;
    letter-spacing: 0.452px;
  }
}

.works-card__list-text-middle {
  display: inline-block;
  font-weight: 700;
  font-family: "din-2014", sans-serif;
  font-size: 30px;
  margin-left: -4px;
}
@media screen and (max-width: 1279px) {
  .works-card__list-text-middle {
    font-size: 20.56px;
  }
}

.works-card__list-text-small {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.54px;
}
@media screen and (max-width: 1279px) {
  .works-card__list-text-small {
    font-size: 12.336px;
    letter-spacing: 0.37px;
  }
}

.works__swiper {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .works__swiper {
    margin-top: 96px;
  }
}
.works__swiper::before {
  position: absolute;
  content: "";
  top: -94px;
  left: 0;
  background: url(../img/deco_slider-left.svg) no-repeat center center/contain;
  width: 173px;
  height: 706px;
}
@media screen and (max-width: 1279px) {
  .works__swiper::before {
    background: url(../img/sp/deco_slider-left-sp.svg) no-repeat center center/contain;
    width: 84.313px;
    height: 499.815px;
    top: -102px;
  }
}
@media screen and (max-width: 767px) {
  .works__swiper::before {
    top: -36px;
  }
}
.works__swiper::after {
  position: absolute;
  content: "";
  top: -129px;
  right: 0;
  background: url(../img/deco_slider-right.svg) no-repeat center center/contain;
  width: 202px;
  height: 709px;
}
@media screen and (max-width: 1279px) {
  .works__swiper::after {
    background: url(../img/sp/deco_slider-right-sp.svg) no-repeat center center/contain;
    width: 97.865px;
    height: 482.393px;
    top: -81px;
  }
}
@media screen and (max-width: 767px) {
  .works__swiper::after {
    top: -26px;
  }
}

.works-swiper__slide {
  -webkit-transform: scale(0.9) !important;
          transform: scale(0.9) !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.swiper-slide-active {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  z-index: 1;
}

.works-swiper__pagination {
  margin-top: 45px;
  position: static;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .works-swiper__pagination {
    margin-top: 24px;
  }
}

.works-swiper__control {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  max-width: 1020px;
  padding-inline: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
}
@media screen and (max-width: 1279px) {
  .works-swiper__control {
    max-width: 768px;
  }
}
@media screen and (max-width: 767px) {
  .works-swiper__control {
    top: 13px;
    max-width: 375px;
  }
}
@media screen and (max-width: 374px) {
  .works-swiper__control {
    max-width: calc(100% + 19.4px);
    padding-inline: 9.7px;
  }
}

.works-swiper__prev,
.works-swiper__next {
  position: relative;
  width: 100px;
  height: 100px;
  margin-top: -38px !important;
  border: 1px solid #fff;
  border-radius: 50%;
  color: transparent;
  background: rgba(217, 217, 217, 0.4);
}
@media screen and (max-width: 767px) {
  .works-swiper__prev,
  .works-swiper__next {
    width: 54.167px;
    height: 54.167px;
  }
}

.works-swiper__prev {
  left: 0px !important;
}
.works-swiper__prev::after {
  position: absolute;
  content: "";
  background: url(../img/icon_arrow-swiper.svg) no-repeat center center/contain;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  top: 50%;
  left: 50%;
  width: 23px;
  height: 26.558px;
}
@media screen and (max-width: 767px) {
  .works-swiper__prev::after {
    width: 12.458px;
    height: 14.386px;
  }
}

.works-swiper__next {
  right: 0px !important;
}
.works-swiper__next::after {
  position: absolute;
  content: "";
  background: url(../img/icon_arrow-swiper.svg) no-repeat center center/contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 23px;
  height: 26.558px;
}
@media screen and (max-width: 767px) {
  .works-swiper__next::after {
    width: 12.458px;
    height: 14.386px;
  }
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1 !important;
  background-color: #d9d9d9 !important;
  margin-inline: 3.5px !important;
}

.swiper-pagination-bullet-active {
  background-color: #222 !important;
}

.flow {
  background: url(../img/bg_base-white.jpg) repeat center center/contain;
  background: url(../img/bg_base-white.webp) repeat center center/contain;
}

.flow__inner {
  padding-block: 73px 86px;
}
@media screen and (max-width: 767px) {
  .flow__inner {
    padding-block: 32px 44px;
  }
}

.flow__heading {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  .flow__heading {
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 2.8px;
  }
}

.flow__lead {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.54px;
}
@media screen and (max-width: 767px) {
  .flow__lead {
    font-size: 14px;
    letter-spacing: 0.42px;
  }
}

.flow__list {
  margin-inline: auto;
  margin-top: 66px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .flow__list {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 767px) {
  .flow__list {
    margin-top: 30px;
    padding-inline: 0 20px;
  }
}

.flow-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
}
@media screen and (max-width: 767px) {
  .flow-list {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flow-list::before {
  position: absolute;
  content: "";
  top: 90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #017bff;
  width: 894.5px;
  height: 8px;
  z-index: 0;
}
@media screen and (max-width: 1279px) {
  .flow-list::before {
    width: 666px;
    top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .flow-list::before {
    top: 50%;
    left: 34px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 453px;
    width: 8px;
    gap: 23px;
  }
}
@media screen and (max-width: 374px) {
  .flow-list::before {
    left: 35px;
  }
}

.flow-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
}
@media screen and (max-width: 767px) {
  .flow-list__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
}

.flow-list__icon-bg {
  position: relative;
  background-color: #fff;
  width: 182.482px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
@media screen and (max-width: 1279px) {
  .flow-list__icon-bg {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .flow-list__icon-bg {
    width: 78px;
    height: 78px;
  }
}
.flow-list__number {
  position: absolute;
  display: block;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #017bff;
  font-family: "din-2014", sans-serif;
  font-size: 54px;
  font-weight: 600;
}
@media screen and (max-width: 1279px) {
  .flow-list__number {
    font-size: 48.685px;
    top: -30px;
  }
}
@media screen and (max-width: 767px) {
  .flow-list__number {
    top: 5px;
    font-size: 24px;
  }
}

.flow-list__icon {
  margin-inline: auto;
  height: 100%;
  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;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow-list__icon {
    margin-top: 12px;
  }
}
.flow-list__icon--item1 {
  max-width: 71.25px;
  aspect-ratio: 5/4;
}
@media screen and (max-width: 1279px) {
  .flow-list__icon--item1 {
    width: 64.237px;
  }
}
@media screen and (max-width: 767px) {
  .flow-list__icon--item1 {
    width: 32.095px;
  }
}
.flow-list__icon--item2 {
  max-width: 58px;
  aspect-ratio: 9/10;
}
@media screen and (max-width: 1279px) {
  .flow-list__icon--item2 {
    width: 52.291px;
  }
}
@media screen and (max-width: 767px) {
  .flow-list__icon--item2 {
    width: 26.126px;
  }
}
.flow-list__icon--item3 {
  max-width: 70.907px;
  aspect-ratio: 15/11;
}
@media screen and (max-width: 1279px) {
  .flow-list__icon--item3 {
    width: 63.927px;
  }
}
@media screen and (max-width: 767px) {
  .flow-list__icon--item3 {
    width: 31.94px;
  }
}
.flow-list__icon--item4 {
  max-width: 38.409px;
  aspect-ratio: 13/22;
}
@media screen and (max-width: 1279px) {
  .flow-list__icon--item4 {
    width: 34.628px;
  }
}
@media screen and (max-width: 767px) {
  .flow-list__icon--item4 {
    width: 17.301px;
  }
}
.flow-list__icon--item5 {
  max-width: 60.5px;
  aspect-ratio: 11/8;
}
@media screen and (max-width: 1279px) {
  .flow-list__icon--item5 {
    width: 54.545px;
  }
}
@media screen and (max-width: 767px) {
  .flow-list__icon--item5 {
    width: 27.252px;
  }
}

.flow-list__heading {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}
@media screen and (max-width: 1279px) {
  .flow-list__heading {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.9px;
  }
}
@media screen and (max-width: 767px) {
  .flow-list__heading {
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 374px) {
  .flow-list__heading {
    font-size: 15px;
  }
}

.faq {
  position: relative;
  background: url(../img/bg_base-white.jpg) repeat center center/contain;
  background: url(../img/bg_base-white.webp) repeat center center/contain;
}
.faq::after {
  position: absolute;
  content: "";
  background: url(../img/bg_base-white-borer.png) no-repeat center center/contain;
  background: url(../img/bg_base-white-borer.webp) no-repeat center center/contain;
  height: 46px;
  width: 100%;
  bottom: -20px;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq__inner {
  padding-block: 86px 92px;
}
@media screen and (max-width: 767px) {
  .faq__inner {
    padding-block: 40px 56px;
  }
}

.faq__heading {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .faq__heading {
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 1.4px;
  }
}

.faq__content {
  margin-inline: auto;
  margin-top: 30px;
  max-width: 940px;
  padding-inline: 20px;
}

.qa-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .qa-box {
    gap: 11px;
  }
}

.qa-box__item {
  padding-top: 24px;
  padding-inline: 40px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 499px) {
  .qa-box__item {
    padding-top: 15px;
    padding-inline: 10px;
  }
}

.faq-box__btn {
  padding-bottom: 24px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #222;
}
@media screen and (max-width: 499px) {
  .faq-box__btn {
    padding-bottom: 17px;
  }
}

.faq-box__question-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding-right: 5px;
}
@media screen and (max-width: 499px) {
  .faq-box__question-container {
    gap: 9px;
  }
}

.faq-box__question-icon {
  width: 48px;
  height: 48px;
  background-color: #017bff;
  color: #fff;
}

.faq-box__answer-icon {
  width: 47px;
  height: 47px;
  background-color: #fff;
  color: #017bff;
  border: 1px solid #017bff;
}

.faq-box__question-icon,
.faq-box__answer-icon {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  font-family: "din-2014", sans-serif;
  font-size: 28.235px;
  font-weight: 700;
  line-height: 42.353px;
  border-radius: 50%;
}
@media screen and (max-width: 499px) {
  .faq-box__question-icon,
  .faq-box__answer-icon {
    width: 30px;
    height: 30px;
    font-size: 17.646px;
    line-height: 26.469px;
  }
}

.faq-box__question-text {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .faq-box__question-text {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.42px;
  }
}

.faq-box__question-toggle-outer {
  margin-left: 5px;
  display: grid;
  place-items: center;
}

.faq-box__question-toggle {
  padding-left: 4px;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  height: 48px;
  background-color: #e3f6ff;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 499px) {
  .faq-box__question-toggle {
    width: 30px;
    height: 30px;
  }
}
.faq-box__question-toggle::before, .faq-box__question-toggle::after {
  position: absolute;
  content: "";
  background-color: #017bff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.faq-box__question-toggle::before {
  width: 18px;
  height: 2px;
}
@media screen and (max-width: 499px) {
  .faq-box__question-toggle::before {
    width: 12px;
  }
}
.faq-box__question-toggle::after {
  width: 2px;
  height: 18px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 499px) {
  .faq-box__question-toggle::after {
    height: 12px;
  }
}

.faq-box__body {
  display: none;
}

.faq-box__answer {
  padding-block: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #efefef;
}
@media screen and (max-width: 499px) {
  .faq-box__answer {
    padding-block: 15px;
    padding-right: 10px;
    gap: 9px;
  }
}

.faq-box__answer-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .faq-box__answer-text {
    font-size: 12px;
  }
}

.faq-box__btn.is-open .faq-box__question-toggle::after {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.cta-pre-footer__inner {
  padding-block: 76px 80px;
  padding-inline: 20px;
  max-width: calc(100% + 40px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cta-pre-footer__inner {
    padding-block: 69px 86px;
  }
}

.cta-pre-footer__container {
  margin-inline: auto;
  position: relative;
  padding-inline: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.33px;
  max-width: 1000px;
  width: 100%;
  height: 452px;
  background: url(../img/bg_cta.jpg) no-repeat center center/cover;
  border-radius: 20px;
  -webkit-box-shadow: 7px 7px 14px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 7px 7px 14px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1279px) {
  .cta-pre-footer__container {
    padding-inline: 15px;
  }
}
@media screen and (max-width: 767px) {
  .cta-pre-footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: url(../img/sp/bg_cta-sp.jpg) no-repeat center center/cover;
    height: 830px;
    gap: 0;
  }
}
@media screen and (max-width: 499px) {
  .cta-pre-footer__container {
    height: 648px;
  }
}

.cta-pre-footer__img {
  max-width: 382.676px;
  height: 100%;
  aspect-ratio: 79/90;
  margin-top: -46px;
}
@media screen and (max-width: 767px) {
  .cta-pre-footer__img {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-inline: auto;
    position: relative;
  }
  .cta-pre-footer__img::after {
    position: absolute;
    content: "";
    width: 282.5px;
    height: 1px;
    background: #8a62b9;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) and (max-width: 374px) {
  .cta-pre-footer__img::after {
    width: 260px;
  }
}
@media screen and (max-width: 499px) {
  .cta-pre-footer__img {
    margin-top: -29px;
    max-width: 260px;
  }
}

.cta-pre-footer__text-content {
  margin-inline: auto;
  margin-top: 74px;
}
@media screen and (max-width: 767px) {
  .cta-pre-footer__text-content {
    margin-top: 25.77px;
  }
}

.cta-pre-footer__text-img {
  max-width: 455.376px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 499px) {
  .cta-pre-footer__text-img {
    max-width: 302.829px;
  }
}

.cta-pre-footer__btn {
  padding-inline: 54px 76px;
}
@media screen and (max-width: 767px) {
  .cta-pre-footer__btn {
    padding-inline: 0;
  }
}
@media screen and (max-width: 374px) {
  .cta-pre-footer__btn {
    min-width: 200px;
  }
}

.cta-pre-footer__btn-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  gap: 10px;
}
@media screen and (max-width: 1279px) {
  .cta-pre-footer__btn-content {
    margin-top: 14px;
    margin-inline: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 305px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .cta-pre-footer__btn-content {
    margin-top: 20.97px;
  }
}

.cta-pre-footer__bottom-text {
  position: absolute;
  display: grid;
  place-items: center;
  background: #fff;
  bottom: 0;
  left: 0;
  width: inherit;
  height: 64px;
  border-radius: 0 0 20px 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 2px;
}
@media screen and (max-width: 1279px) {
  .cta-pre-footer__bottom-text {
    font-size: 16px;
    line-height: 1.35;
    letter-spacing: 0.48px;
  }
}
@media screen and (max-width: 767px) {
  .cta-pre-footer__bottom-text {
    height: 77px;
    text-align: left;
  }
}
@media screen and (max-width: 374px) {
  .cta-pre-footer__bottom-text {
    font-size: 14px;
  }
}

.breadcrumb {
  margin-top: 136px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: calc(100% + 120px);
  padding-inline: 60px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    margin-top: 90px;
    max-width: calc(100% + 40px);
    padding-inline: 20px;
    font-size: 12px;
  }
}

.breadcrumb__slush {
  padding-inline: 4px;
}

.contact__inner {
  margin-block: 26px 100px;
  padding-block: 56px 48px;
  padding-inline: 70px;
  border-radius: 40px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .contact__inner {
    padding-inline: 20px;
  }
}

.contact__heading {
  display: block;
  position: relative;
  text-align: center;
  font-family: "din-2014", sans-serif;
  font-size: 52px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .contact__heading {
    font-size: 40px;
  }
}
@media screen and (max-width: 374px) {
  .contact__heading {
    font-size: 26px;
  }
}
.contact__heading::after {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: linear-gradient(261deg, #df52d5 13.99%, #256cae 82.62%);
  width: 205px;
  height: 4px;
}
@media screen and (max-width: 767px) {
  .contact__heading::after {
    width: 114px;
  }
}

.contact__description {
  margin-top: 42px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .contact__description {
    font-size: 12px;
  }
}

.contact__images {
  margin-inline: auto;
  margin-top: 32px;
  max-width: 550px;
  display: grid;
  grid-template-columns: repeat(2, 280px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .contact__images {
    grid-template-columns: repeat(2, 1fr);
  }
}

.contact__img {
  height: 100%;
  max-width: 280px;
  width: 100%;
  -webkit-filter: drop-shadow(2.047px 2.047px 10.237px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(2.047px 2.047px 10.237px rgba(0, 0, 0, 0.15));
}
.contact__img:nth-child(n+3) {
  margin-top: -13px;
}
.contact__img:nth-child(2n) {
  margin-left: -7px;
}
.contact__img:nth-child(2n+1) {
  margin-right: -7px;
}
.contact__howto {
  margin-top: 35px;
}

.howto__heading {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.45px;
}

.howto__text {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.36px;
  margin-top: 2px;
}

.contact__form {
  margin-top: 70px;
}

.form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form-field__radio {
  margin-bottom: 76px;
}

.form-field__checkbox {
  margin-top: 40px;
  text-align: center;
}

.form-radio,
.form-checkbox {
  cursor: pointer;
}

.form-radio__text,
.form-checkbox__text {
  font-size: 16px;
  letter-spacing: 0.16px;
  padding-left: 29px;
  position: relative;
}
.form-radio__text::before,
.form-checkbox__text::before {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #222;
  left: 0;
}
@media screen and (max-width: 499px) {
  .form-radio__text::before,
  .form-checkbox__text::before {
    width: 20px;
    height: 20px;
  }
}
.form-radio__text::after,
.form-checkbox__text::after {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #222;
  left: 5.5px;
  opacity: 0;
}
@media screen and (max-width: 499px) {
  .form-radio__text::after,
  .form-checkbox__text::after {
    left: 3.5px;
  }
}
.form-radio__text::before, .form-radio__text::after,
.form-checkbox__text::before,
.form-checkbox__text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}

.form-radio__input:checked + .form-radio__text::after,
.form-checkbox__input:checked + .form-checkbox__text::after {
  opacity: 1;
}

.form-radio__input-container {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 1279px) {
  .form-radio__input-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.form-input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.form-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.54px;
}
@media screen and (max-width: 767px) {
  .form-label {
    font-size: 16px;
  }
}

.tag {
  display: inline-block;
  padding-inline: 6px;
  border-radius: 23px;
  background: #f1128b;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.42px;
}
.tag--optional {
  background: #d5d5d5;
}

.form-checkbox__text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 767px) {
  .form-checkbox__text {
    font-size: 12px;
  }
}
@media screen and (max-width: 499px) {
  .form-checkbox__text {
    font-size: 10px;
  }
}
.form-checkbox__text a {
  font-weight: 700;
}

.form-radio__input,
.form-checkbox__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.form-text__input,
.form-email__input,
.form-tel__input,
.form-textarea__input {
  margin-top: 12px;
  border-radius: 5px;
  background: #e8f0fe;
  border: none;
  height: 75px;
  padding-inline: 20px;
}
@media screen and (max-width: 767px) {
  .form-text__input,
  .form-email__input,
  .form-tel__input,
  .form-textarea__input {
    padding-inline: 10px;
    height: 40px;
  }
}

.form-textarea__input {
  height: 291px;
  padding-block: 20px;
}
@media screen and (max-width: 767px) {
  .form-textarea__input {
    padding: 10px;
  }
}

.thanks__inner {
  padding-block: 56px 90px;
}

.thanks__text {
  text-align: center;
  display: block;
  margin-top: 76px;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .thanks__text {
    font-size: 16px;
    text-align: left;
  }
}

.thanks-btn__wrap {
  margin-top: 76px;
}

.confirm-table {
  margin-top: 64px;
  width: 100%;
  max-width: 860px;
  margin-inline: auto;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .confirm-table {
    margin-top: 50px;
  }
}

.confirm-table tr {
  padding-block: 20px 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 75px;
  border-bottom: 1px solid #efefef;
}
@media screen and (max-width: 767px) {
  .confirm-table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.confirm-table th {
  width: 175px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 8px;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.54px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .confirm-table th {
    font-size: 16px;
    padding-left: 0;
  }
}

.confirm-table__large {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.confirm-table td {
  max-width: 543px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.16px;
}
@media screen and (max-width: 767px) {
  .confirm-table td {
    font-size: 14px;
  }
}

.confirm__btn-wrap {
  margin-top: 48px;
}

.confirm__inner {
  padding-bottom: 57px;
}

.privacy {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .privacy {
    font-size: 14px;
  }
}

.privacy__heading {
  margin-top: 60px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 3.2px;
}
@media screen and (max-width: 767px) {
  .privacy__heading {
    font-size: 24px;
  }
}

.privacy__text {
  display: block;
  margin-top: 106px;
}
@media screen and (max-width: 767px) {
  .privacy__text {
    margin-top: 50px;
  }
}

.privacy__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 46px;
  margin-block: 40px 100px;
}

.privacy-section__heading {
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.privacy-list__item-head + .privacy-list__item-head {
  margin-top: 24px;
}

.privacy-list__item--disc {
  padding-left: 1.5em;
  position: relative;
}
.privacy-list__item--disc::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 10px;
  background: #222;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}