@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.spi, .spib, .sp {
  display: none;
}

.pci {
  display: inline;
}

.pcib {
  display: inline-block;
}

.pc {
  display: block;
}

@media screen and (max-width: 765px) {
  .pci, .pcib, .pc {
    display: none;
  }
  .spi {
    display: inline;
  }
  .spib {
    display: inline-block;
  }
  .sp {
    display: block;
  }
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

nav ul {
  list-style: none;
}

a, span {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

input, select {
  vertical-align: middle;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
}

html {
  scroll-behavior: smooth;
  overflow-y: scroll;
}

body {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  background-color: #fff;
  color: #000000;
}
@media screen and (max-width: 765px) {
  body h1, body h2, body h3, body h4, body p, body ul, body li, body div, body section, body span, body nav, body main, body a, body header, body picture {
    max-width: none !important;
    max-height: none !important;
  }
}

a, a:link, a:visited, a:active {
  text-decoration: none;
  color: #000000;
}

@media (hover: hover) {
  a:hover:hover {
    opacity: 0.7;
  }
}
a:hover:active {
  opacity: 0.7;
}

@media (hover: hover) {
  button:hover:hover {
    opacity: 0.7;
  }
}
button:hover:active {
  opacity: 0.7;
}
button:hover {
  cursor: pointer;
}

img {
  width: 100%;
}

.container {
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 765px) {
  .container {
    width: 100vw;
  }
}

.main {
  position: relative;
  z-index: 1;
}

.bg-blue {
  background-color: #29a7de;
}

.bg-green {
  background-color: #6EC46E;
}

body.is-load {
  position: fixed;
  width: 100vw;
}

body .loading {
  background: #fff;
  position: fixed;
  inset: 0;
  z-index: 9999;
  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;
  -webkit-transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
}
body .loading img {
  width: 150px;
  display: block;
  margin-bottom: 10px;
}
body .loading {
  opacity: 0;
  pointer-events: none;
}

body.is-loading .loading {
  opacity: 1;
}

body.is-scroll .header {
  -webkit-transition: all 300ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: all 300ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  background: rgba(255, 255, 255, 0.9);
}

body {
  -webkit-transition: background-color 300ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: background-color 300ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
}
body .nav,
body .hamburger,
body .hamburger span,
body .nav-logo {
  -webkit-transition: opacity 0ms linear;
  transition: opacity 0ms linear;
}

body.is-nav-open {
  position: fixed;
}
body.is-nav-open .nav,
body.is-nav-open .nav-logo,
body.is-nav-open .hamburger,
body.is-nav-open .hamburger span {
  -webkit-transition: opacity 300ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: opacity 300ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
}
body.is-nav-open [data-aos=fade-up] {
  opacity: 1 !important;
  -webkit-transform: none !important;
          transform: none !important;
}
body.is-nav-open .header__inner {
  position: absolute;
  width: 100vw;
  height: 100svh;
  background: rgba(255, 255, 255, 0.8);
}
body.is-nav-open .nav {
  opacity: 1;
  pointer-events: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(135, 210, 242, 0.97)), to(rgba(135, 210, 242, 0.97)));
  background-image: linear-gradient(rgba(135, 210, 242, 0.97), rgba(135, 210, 242, 0.97));
}
body.is-nav-open .nav-logo {
  opacity: 1;
  pointer-events: auto;
}
body.is-nav-open .hamburger__ttl {
  color: #fff;
}
body.is-nav-open .hamburger span {
  background: #fff;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
body.is-nav-open .hamburger span:nth-child(1) {
  inset: calc(50% - 0.2vw) -0.6666666667vw auto -0.6666666667vw;
  -webkit-transform: rotate(31deg);
          transform: rotate(31deg);
}
body.is-nav-open .hamburger span:nth-child(2) {
  opacity: 0;
}
body.is-nav-open .hamburger span:nth-child(3) {
  inset: calc(50% - 0.2vw) -0.6666666667vw auto -0.6666666667vw;
  -webkit-transform: rotate(-31deg);
          transform: rotate(-31deg);
}

@media screen and (max-width: 765px) {
  .header .nav__button {
    display: none;
  }
}
.float-nav {
  display: none;
}
@media screen and (max-width: 765px) {
  .float-nav {
    display: block;
    position: fixed;
    z-index: 999;
    inset: auto 0 0 0;
  }
  .float-nav .nav__button {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(135, 210, 242, 0.97)), to(rgba(135, 210, 242, 0.97)));
    background-image: linear-gradient(rgba(135, 210, 242, 0.97), rgba(135, 210, 242, 0.97));
  }
}

/*---------------------------------------------------------------- cv-btn */
.cv-btn {
  color: #fff !important;
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  border: 1px solid #fff;
  position: relative;
  border-radius: 1.0416666667vw;
}
@media screen and (min-width: 1440px) {
  .cv-btn {
    border-radius: 15px;
  }
}
.cv-btn {
  font-size: 1.4583333333vw;
  font-size: max(1.4583333333vw, 10px);
}
@media screen and (min-width: 1440px) {
  .cv-btn {
    font-size: 21px;
  }
}
.cv-btn {
  height: 4.8611111111vw;
  max-height: 70px;
  padding: 0 1em 0 0;
  -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
}
.cv-btn:before {
  content: "";
  width: 3.3333333333vw;
  max-width: 48px;
  height: 3.3333333333vw;
  max-height: 48px;
}
.cv-btn.is-line {
  background-color: #6EC46E;
}
.cv-btn.is-line:before {
  margin: 0vw 1.1805555556vw 0vw 1.1805555556vw;
}
@media screen and (min-width: 1440px) {
  .cv-btn.is-line:before {
    margin: 0px 17px 0px 17px;
  }
}
.cv-btn.is-line:before {
  background: url(../img/common/icon-line.svg) no-repeat center center/contain;
}
.cv-btn.is-consultation {
  background-color: #29c3f0;
}
.cv-btn.is-consultation:before {
  margin: 0vw 0.4861111111vw 0vw 0.4861111111vw;
}
@media screen and (min-width: 1440px) {
  .cv-btn.is-consultation:before {
    margin: 0px 7px 0px 7px;
  }
}
.cv-btn.is-consultation:before {
  background: url(../img/common/icon-consultation.svg) no-repeat center center/contain;
}
.cv-btn.is-nav {
  font-size: 1.1805555556vw;
  font-size: max(1.1805555556vw, 10px);
}
@media screen and (min-width: 1440px) {
  .cv-btn.is-nav {
    font-size: 17px;
  }
}
.cv-btn.is-nav {
  border-radius: 0.6944444444vw;
}
@media screen and (min-width: 1440px) {
  .cv-btn.is-nav {
    border-radius: 10px;
  }
}
.cv-btn.is-nav {
  height: 3.2638888889vw;
  max-height: 47px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cv-btn.is-nav.is-line:before {
  width: 2.0833333333vw;
  max-width: 30px;
  height: 2.0833333333vw;
  max-height: 30px;
  margin: 0vw 0.3472222222vw 0vw 0.6944444444vw;
}
@media screen and (min-width: 1440px) {
  .cv-btn.is-nav.is-line:before {
    margin: 0px 5px 0px 10px;
  }
}
.cv-btn.is-nav.is-consultation:before {
  width: 2.4305555556vw;
  max-width: 35px;
  height: 2.4305555556vw;
  max-height: 35px;
  margin: 0vw 0.3472222222vw 0vw 0.3472222222vw;
}
@media screen and (min-width: 1440px) {
  .cv-btn.is-nav.is-consultation:before {
    margin: 0px 5px 0px 5px;
  }
}
@media screen and (max-width: 765px) {
  .cv-btn {
    border-width: 0.1333333333vw;
    border-radius: 2vw;
    font-size: 3.2vw;
    height: 11.2vw;
    -webkit-box-shadow: 1.0666666667vw 1.0666666667vw 1.6vw rgba(0, 0, 0, 0.3);
            box-shadow: 1.0666666667vw 1.0666666667vw 1.6vw rgba(0, 0, 0, 0.3);
    padding: 0 0;
  }
  .cv-btn:before {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .cv-btn small {
    font-size: 2.4vw;
    letter-spacing: -0.1em;
    display: inline-block;
    margin-left: -0.25em;
  }
  .cv-btn.is-line {
    width: 36.8vw;
    letter-spacing: 0.1em;
  }
  .cv-btn.is-line:before {
    width: 7.3333333333vw;
    height: 7.3333333333vw;
    margin: 0 0.4vw 0 0.6666666667vw;
  }
  .cv-btn.is-consultation {
    width: 54.6666666667vw;
  }
  .cv-btn.is-consultation:before {
    width: 7.6vw;
    height: 7.6vw;
    margin: 0 0.6666666667vw 0 0.6666666667vw;
  }
  .cv-btn.is-nav {
    font-size: 3.4666666667vw;
    border-radius: 2vw;
    height: 12vw;
    -webkit-box-shadow: 1.0666666667vw 1.0666666667vw 1.6vw rgba(0, 0, 0, 0.3);
            box-shadow: 1.0666666667vw 1.0666666667vw 1.6vw rgba(0, 0, 0, 0.3);
    gap: 0 0.5333333333vw;
    padding: 0 0.5333333333vw;
  }
  .cv-btn.is-nav small {
    font-size: 2.6666666667vw;
    letter-spacing: -0.1em;
    display: inline-block;
    margin-left: -0.25em;
  }
  .cv-btn.is-nav.is-line {
    z-index: 1;
    width: 37.3333333333vw;
  }
  .cv-btn.is-nav.is-line:before {
    width: 7.3333333333vw;
    height: 7.3333333333vw;
    margin: 0;
  }
  .cv-btn.is-nav.is-consultation {
    width: 59.7333333333vw;
    z-index: 2;
  }
  .cv-btn.is-nav.is-consultation:before {
    width: 6.6666666667vw;
    height: 8vw;
    margin: 0;
    background-size: auto 100%;
  }
}
/*---------------------------------------------------------------- header */
.header {
  height: 8.3333333333vw;
  max-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
}
.header__inner {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.header__wrap {
  display: block;
}
.header__logo {
  width: 13.1944444444vw;
  max-width: 190px;
  margin: 0vw 0vw 0vw 4.5138888889vw;
}
@media screen and (min-width: 1440px) {
  .header__logo {
    margin: 0px 0px 0px 65px;
  }
}
.header__logo {
  display: block;
}
@media screen and (max-width: 765px) {
  .header {
    height: 16vw;
    padding: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header__inner {
    width: 100%;
    height: 16vw;
  }
  .header__wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header__logo {
    width: 23.0934266667vw;
    margin: 5.3333333333vw 0 0 4vw;
  }
}

/*---------------------------------------------------------------- hamburger */
.hamburger {
  display: none;
}
@media screen and (max-width: 765px) {
  .hamburger {
    width: 16vw;
    height: 14.6666666667vw;
    position: fixed;
    z-index: 60;
    top: 0;
    right: 0;
    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;
  }
  .hamburger__wrap {
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 8.0690133333vw;
    height: 8.8702533333vw;
  }
  .hamburger__ttl {
    font-size: 2.5333333333vw;
    -webkit-font-feature-settings: "palt" !important;
            font-feature-settings: "palt" !important;
    letter-spacing: 0.03em;
    -webkit-text-size-adjust: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
    color: #29c3f0;
    line-height: 1;
  }
  .hamburger__bar {
    width: 100%;
    height: 4.6666666667vw;
    position: relative;
  }
  .hamburger span {
    border-radius: 999px;
    position: absolute;
    display: block;
    height: 0.4vw;
    background-color: #29c3f0;
  }
  .hamburger span:nth-child(1) {
    inset: 0 0 auto 0;
  }
  .hamburger span:nth-child(2) {
    inset: calc(50% - 0.2vw) 0 auto 0;
  }
  .hamburger span:nth-child(3) {
    inset: auto 0 0 0;
  }
}

/*---------------------------------------------------------------- nav-logo */
.nav-logo {
  opacity: 0;
  pointer-events: none;
  display: none;
}
@media screen and (max-width: 765px) {
  .nav-logo {
    display: block;
    position: fixed;
    z-index: 60;
    inset: 0 auto auto 0;
    width: 23.0934266667vw;
    margin: 5.3333333333vw 0 0 4vw;
  }
}

/*---------------------------------------------------------------- nav */
.nav {
  width: 75%;
  height: 100%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0.6944444444vw 2.0833333333vw 0vw 0vw;
}
@media screen and (min-width: 1440px) {
  .nav {
    margin: 10px 30px 0px 0px;
  }
}
.nav__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.125vw;
  max-height: 45px;
  font-size: 1.25vw;
  font-size: max(1.25vw, 10px);
}
@media screen and (min-width: 1440px) {
  .nav__link {
    font-size: 18px;
  }
}
.nav__link {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #29a7de !important;
  text-decoration: none;
  padding: 0 0.9em;
}
.nav__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0vw 0.2777777778vw;
}
@media screen and (min-width: 1440px) {
  .nav__button {
    gap: 0px 4px;
  }
}
.nav__button {
  padding-left: 1.3888888889vw;
}
@media screen and (min-width: 1440px) {
  .nav__button {
    padding-left: 20px;
  }
}
@media screen and (max-width: 765px) {
  .nav {
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: auto;
    padding: 25.3333333333vw 0 16vw 0;
    background-color: transparent;
    position: absolute;
    z-index: 99;
    inset: 0 0 auto 0;
    margin: 0;
  }
  .nav__wrap {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav__link {
    display: block;
    color: #fff !important;
    width: 100%;
    font-size: 5.4666666667vw;
    padding: 0.6666666667vw 1.3333333333vw;
    text-align: center;
    height: auto;
  }
  .nav__link:nth-child(5) {
    margin-right: 0;
  }
  .nav__button {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    background-color: transparent;
    padding: 2.6666666667vw 1.0666666667vw;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/*---------------------------------------------------------------- footer */
.footer {
  background: #29c3f0;
  position: relative;
}
.footer:before {
  content: "";
  background: url(../img/common/footer-bg.svg) no-repeat center center/contain;
  width: 128.5416666667vw;
  max-width: 1851px;
  height: 24.2361111111vw;
  max-height: 349px;
  position: absolute;
  inset: 0 auto auto 50%;
  margin: -3.4722222222vw 0vw 0vw -66.9444444444vw;
}
@media screen and (min-width: 1440px) {
  .footer:before {
    margin: -50px 0px 0px -964px;
  }
}
.footer:before {
  pointer-events: none;
}
.footer__wrap {
  width: 83.3333333333vw;
  max-width: 1200px;
  height: 20.8333333333vw;
  max-height: 300px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 7.6388888889vw;
}
@media screen and (min-width: 1440px) {
  .footer__wrap {
    padding-bottom: 110px;
  }
}
.footer__logo {
  width: 23.0555555556vw;
  max-width: 332px;
  margin-left: 2.9861111111vw;
}
@media screen and (min-width: 1440px) {
  .footer__logo {
    margin-left: 43px;
  }
}
.footer__logo {
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.footer__nav {
  width: calc(50% + 10px);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.footer__copy {
  font-size: 0.9722222222vw;
  font-size: max(0.9722222222vw, 10px);
}
@media screen and (min-width: 1440px) {
  .footer__copy {
    font-size: 14px;
  }
}
.footer__copy {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .footer__nav {
    width: calc(50% + 40px);
  }
}
@media screen and (max-width: 765px) {
  .footer {
    padding-bottom: 18.6666666667vw;
  }
  .footer:before {
    background: url(../img/common/footer-bg-sp.svg) no-repeat center center/contain;
    width: 129.0666666667vw;
    height: 48.9333333333vw;
    inset: -8.5333333333vw auto auto -17.8666666667vw;
    margin: 0;
  }
  .footer__wrap {
    width: 100vw;
    height: 57.6vw;
    -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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 4vw;
  }
  .footer__logo {
    width: 44.5333333333vw;
    margin: auto;
  }
  .footer__nav {
    width: 100vw;
  }
  .footer__copy {
    font-size: 2.1333333333vw;
    text-align: center;
  }
}

/*---------------------------------------------------------------- footer-sns *	 */
.footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0vw 1.25vw;
}
@media screen and (min-width: 1440px) {
  .footer-sns {
    gap: 0px 18px;
  }
}
.footer-sns {
  margin-bottom: 0.6944444444vw;
}
@media screen and (min-width: 1440px) {
  .footer-sns {
    margin-bottom: 10px;
  }
}
.footer-sns__link {
  display: block;
}
.footer-sns__link.is-yt {
  width: 3.4722222222vw;
  max-width: 50px;
}
.footer-sns__link.is-ig {
  width: 2.4305555556vw;
  max-width: 35px;
}
.footer-sns__link.is-tt {
  width: 8.75vw;
  max-width: 126px;
}
@media screen and (max-width: 765px) {
  .footer-sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 2.6666666667vw;
    margin-bottom: 1.3333333333vw;
    padding-right: 2.6666666667vw;
  }
  .footer-sns__link.is-yt {
    width: 7.6vw;
  }
  .footer-sns__link.is-ig {
    width: 5.3333333333vw;
  }
  .footer-sns__link.is-tt {
    width: 19.3333333333vw;
  }
}

/*---------------------------------------------------------------- footer-page */
.footer-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.5em;
  margin-bottom: 1.3888888889vw;
}
@media screen and (min-width: 1440px) {
  .footer-page {
    margin-bottom: 20px;
  }
}
.footer-page__link {
  display: inline-block;
  color: #fff !important;
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.1805555556vw;
  font-size: max(1.1805555556vw, 10px);
}
@media screen and (min-width: 1440px) {
  .footer-page__link {
    font-size: 17px;
  }
}
.footer-page__link:after {
  content: "|";
  position: relative;
  right: -0.75em;
}
.footer-page__link:last-child:after {
  display: none;
}
@media screen and (max-width: 765px) {
  .footer-page {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2.6666666667vw;
    gap: 0 1em;
  }
  .footer-page__link {
    font-size: 2.5333333333vw;
  }
  .footer-page:after {
    right: -0.5em;
  }
}

.mv__inner {
  width: 133.3333333333vw;
  max-width: 1920px;
  left: 50%;
  margin: 8.3333333333vw auto 0vw -66.6666666667vw;
}
@media screen and (min-width: 1440px) {
  .mv__inner {
    margin: 120px auto 0px -960px;
  }
}
.mv__inner {
  position: relative;
}
.mv__inner:before {
  content: "";
  width: 137.8307916667vw;
  max-width: 1984.7634px;
  height: 97.3490625vw;
  max-height: 1401.8265px;
  background-image: url("../img/mv/bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  margin: -29.5138888889vw 0vw 0vw -2.5vw;
}
@media screen and (min-width: 1440px) {
  .mv__inner:before {
    margin: -425px 0px 0px -36px;
  }
}
.mv__wrap, .mv__wrap2 {
  width: 83.3333333333vw;
  max-width: 1200px;
  margin: 0vw auto 0vw auto;
}
@media screen and (min-width: 1440px) {
  .mv__wrap, .mv__wrap2 {
    margin: 0px auto 0px auto;
  }
}
.mv__wrap, .mv__wrap2 {
  position: relative;
  z-index: 3;
}
.mv__wrap2 {
  padding-bottom: 6.1111111111vw;
}
@media screen and (min-width: 1440px) {
  .mv__wrap2 {
    padding-bottom: 88px;
  }
}
.mv__ttl {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  padding-top: 1em;
  font-size: 2.9083333333vw;
  font-size: max(2.9083333333vw, 10px);
}
@media screen and (min-width: 1440px) {
  .mv__ttl {
    font-size: 41.88px;
  }
}
.mv__ttl {
  line-height: 1.5;
  color: #333333;
  margin-bottom: 0.5em;
}
.mv__ttl span {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  font-size: 3.7631944444vw;
  font-size: max(3.7631944444vw, 10px);
}
@media screen and (min-width: 1440px) {
  .mv__ttl span {
    font-size: 54.19px;
  }
}
.mv__ttl span {
  color: #214dab;
  line-height: 1.5;
}
.mv__txt {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.8055555556vw;
  font-size: max(1.8055555556vw, 10px);
}
@media screen and (min-width: 1440px) {
  .mv__txt {
    font-size: 26px;
  }
}
.mv__txt {
  line-height: 2;
  color: #333333;
  margin-bottom: 4.5833333333vw;
}
@media screen and (min-width: 1440px) {
  .mv__txt {
    margin-bottom: 66px;
  }
}
.mv__txt strong {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.9444444444vw;
  font-size: max(1.9444444444vw, 10px);
}
@media screen and (min-width: 1440px) {
  .mv__txt strong {
    font-size: 28px;
  }
}
.mv__wrap-txt {
  width: 46.6666666667vw;
  max-width: 672px;
  height: 20.9027777778vw;
  max-height: 301px;
  padding: 1.7361111111vw 0.6944444444vw 0.6944444444vw 0.6944444444vw;
}
@media screen and (min-width: 1440px) {
  .mv__wrap-txt {
    padding: 25px 10px 10px 10px;
  }
}
.mv__wrap-txt {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 12px;
}
.mv__wrap-txt:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: -webkit-gradient(linear, right top, left top, from(#29c3f0), to(#c9ed60));
  background: linear-gradient(-90deg, #29c3f0, #c9ed60);
  pointer-events: none;
  -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);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.mv__ttl-s {
  font-size: 1.9444444444vw;
  font-size: max(1.9444444444vw, 10px);
}
@media screen and (min-width: 1440px) {
  .mv__ttl-s {
    font-size: 28px;
  }
}
.mv__ttl-s {
  line-height: 1.7;
  text-align: center;
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #29a7de;
  margin-bottom: 0.5em;
}
.mv__txt-s {
  width: 26.9444444444vw;
  max-width: 388px;
  font-size: 1.25vw;
  font-size: max(1.25vw, 10px);
}
@media screen and (min-width: 1440px) {
  .mv__txt-s {
    font-size: 18px;
  }
}
.mv__txt-s {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  margin: 0vw 0vw 0vw 17.2222222222vw;
}
@media screen and (min-width: 1440px) {
  .mv__txt-s {
    margin: 0px 0px 0px 248px;
  }
}
.mv__txt-s {
  margin-left: 17.2222222222vw;
}
@media screen and (min-width: 1440px) {
  .mv__txt-s {
    margin-left: 248px;
  }
}
.mv__txt-s {
  margin-bottom: 1em;
}
.mv__txt-s .blue {
  font-size: 1.4583333333vw;
  font-size: max(1.4583333333vw, 10px);
}
@media screen and (min-width: 1440px) {
  .mv__txt-s .blue {
    font-size: 21px;
  }
}
.mv__txt-s .blue {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #29a7de;
}
.mv__pic1 {
  width: 55.3472222222vw;
  max-width: 797px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0vw -18.6111111111vw 0vw 0vw;
}
@media screen and (min-width: 1440px) {
  .mv__pic1 {
    margin: 0px -268px 0px 0px;
  }
}
.mv__pic1 img {
  display: block;
}
.mv__bubble {
  width: 16.3194444444vw;
  max-width: 235px;
  position: absolute;
  top: 0;
  right: 0;
  margin: -5.2777777778vw 15.4166666667vw 0vw 0vw;
}
@media screen and (min-width: 1440px) {
  .mv__bubble {
    margin: -76px 222px 0px 0px;
  }
}
.mv__pic2 {
  width: 16.9444444444vw;
  max-width: 244px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0 2px -7px;
}
.mv__pic2 img {
  display: block;
}
@media screen and (max-width: 765px) {
  .mv__inner {
    width: 100%;
    left: 0;
    margin-left: auto;
    margin-top: 16vw;
  }
  .mv__inner:before {
    width: 215.4135733333vw;
    height: 249.2811333333vw;
    background-image: url("../img/mv/bg-sp.webp");
    top: 0;
    left: 0;
    margin: -31.4666666667vw 0 0 -48vw;
  }
  .mv__wrap {
    width: 100%;
    padding-left: 10.5333333333vw;
  }
  .mv__wrap2 {
    width: 92.4vw;
    margin: 74.6666666667vw auto 0 auto;
    padding-bottom: 13.8666666667vw;
  }
  .mv__ttl {
    font-size: 5.3986666667vw;
    padding-top: 0.2em;
  }
  .mv__ttl span {
    font-size: 6.9866666667vw;
  }
  .mv__txt {
    font-size: 4vw;
    line-height: 1.8;
  }
  .mv__txt strong {
    font-size: 4.2666666667vw;
  }
  .mv__wrap-txt {
    width: 92.6666666667vw;
    height: 70.6666666667vw;
    padding: 3.3333333333vw 2vw 1.3333333333vw 2vw;
    position: relative;
    z-index: 3;
  }
  .mv__wrap-txt:before {
    padding: 0.2666666667vw;
  }
  .mv__ttl-s {
    font-size: 5.6vw;
    margin: 0.5em 0 1em 31.8666666667vw;
    text-align: left;
    line-height: 1.45;
  }
  .mv__txt-s {
    font-size: 4vw;
    width: auto;
    margin: 0 0 0.8em 0;
    padding-left: 1.7333333333vw;
  }
  .mv__txt-s .blue {
    font-size: 4.6666666667vw;
  }
  .mv__pic1 {
    width: 70.4vw;
    top: 0;
    bottom: auto;
    margin: -63.7333333333vw -2vw 0 0;
  }
  .mv__bubble {
    width: 48vw;
    margin: -70.6666666667vw 0 0 0;
    left: 0;
    right: auto;
  }
  .mv__pic2 {
    width: 31.0666666667vw;
    top: 0;
    bottom: auto;
    margin: -3.6vw 0 0 1.0666666667vw;
  }
}

.pr__inner {
  padding: 5.2083333333vw 0vw 5.2083333333vw 0vw;
}
@media screen and (min-width: 1440px) {
  .pr__inner {
    padding: 75px 0px 75px 0px;
  }
}
.pr__inner {
  background-color: #29c3f0;
  position: relative;
  z-index: 4;
  margin: -0.6944444444vw 0vw 0vw 0vw;
}
@media screen and (min-width: 1440px) {
  .pr__inner {
    margin: -10px 0px 0px 0px;
  }
}
.pr__inner {
  color: #fff;
}
.pr__wrap1 {
  width: 133.3333333333vw;
  max-width: 1920px;
  left: 50%;
  margin: 0vw auto 0vw -66.6666666667vw;
}
@media screen and (min-width: 1440px) {
  .pr__wrap1 {
    margin: 0px auto 0px -960px;
  }
}
.pr__wrap1 {
  position: relative;
}
.pr__wrap1:before {
  content: "";
  width: 99.2361111111vw;
  max-width: 1429px;
  height: 54.7916666667vw;
  max-height: 789px;
  background-image: url("../img/pr/bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  margin: 3.1944444444vw 0vw 0vw 22.6388888889vw;
}
@media screen and (min-width: 1440px) {
  .pr__wrap1:before {
    margin: 46px 0px 0px 326px;
  }
}
.pr__wrap1:before {
  pointer-events: none;
}
.pr__txt {
  font-size: 1.4583333333vw;
  font-size: max(1.4583333333vw, 10px);
}
@media screen and (min-width: 1440px) {
  .pr__txt {
    font-size: 21px;
  }
}
.pr__txt {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
.pr__txt em {
  font-size: 2.4305555556vw;
  font-size: max(2.4305555556vw, 10px);
}
@media screen and (min-width: 1440px) {
  .pr__txt em {
    font-size: 35px;
  }
}
.pr__txt em {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  color: #ffff00;
}
.pr__wrap2 {
  width: 83.3333333333vw;
  max-width: 1200px;
  height: 26.5277777778vw;
  max-height: 382px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0vw 0vw -49.5833333333vw 24.7222222222vw;
}
@media screen and (min-width: 1440px) {
  .pr__wrap2 {
    margin: 0px 0px -714px 356px;
  }
}
.pr__txt-l {
  font-size: 2.0138888889vw;
  font-size: max(2.0138888889vw, 10px);
}
@media screen and (min-width: 1440px) {
  .pr__txt-l {
    font-size: 29px;
  }
}
.pr__txt-l {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 2.6;
  color: #000000;
}
.pr__txt-l span {
  font-size: 2.8472222222vw;
  font-size: max(2.8472222222vw, 10px);
}
@media screen and (min-width: 1440px) {
  .pr__txt-l span {
    font-size: 41px;
  }
}
.pr__txt-l span {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  color: #0068b7;
}
@media screen and (max-width: 765px) {
  .pr__inner {
    padding: 10.2666666667vw 0 11.6vw 0;
    margin: -1.3333333333vw auto 62.6666666667vw auto;
  }
  .pr__wrap1 {
    left: auto;
    margin-left: auto;
    width: 92vw;
  }
  .pr__wrap1:before {
    width: 87.9057866667vw;
    height: 35.7863866667vw;
    background-image: url("../img/pr/bg-sp.webp");
    margin: 33.7333333333vw 0 0 1.4666666667vw;
  }
  .pr__txt {
    font-size: 3.7333333333vw;
    line-height: 1.9;
  }
  .pr__txt em {
    font-size: 4.6666666667vw;
  }
  .pr__wrap2 {
    width: 92vw;
    margin: 0 0 -77.3333333333vw 6.6666666667vw;
  }
  .pr__txt-l {
    font-size: 4.8vw;
    line-height: 1.9;
  }
  .pr__txt-l span {
    font-size: 6.2666666667vw;
  }
}

.struggle {
  margin-top: 31.25vw;
}
@media screen and (min-width: 1440px) {
  .struggle {
    margin-top: 450px;
  }
}
.struggle__inner {
  width: 133.3333333333vw;
  max-width: 1920px;
  left: 50%;
  height: 49.4292430556vw;
  max-height: 711.7811px;
  margin: 0vw auto 0vw -66.6666666667vw;
}
@media screen and (min-width: 1440px) {
  .struggle__inner {
    margin: 0px auto 0px -960px;
  }
}
.struggle__inner {
  position: relative;
}
.struggle__inner:before {
  content: "";
  width: 138.8113402778vw;
  max-width: 1998.8833px;
  height: 49.4292430556vw;
  max-height: 711.7811px;
  background-image: url("../img/struggle/bg.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0vw 0vw 0vw -1.9444444444vw;
}
@media screen and (min-width: 1440px) {
  .struggle__inner:before {
    margin: 0px 0px 0px -28px;
  }
}
.struggle__wrap {
  position: relative;
  z-index: 2;
}
.struggle__ttl {
  padding: 6.5277777778vw 0vw 3.0555555556vw 0vw;
}
@media screen and (min-width: 1440px) {
  .struggle__ttl {
    padding: 94px 0px 44px 0px;
  }
}
.struggle__ttl {
  font-size: 2.0833333333vw;
  font-size: max(2.0833333333vw, 10px);
}
@media screen and (min-width: 1440px) {
  .struggle__ttl {
    font-size: 30px;
  }
}
.struggle__ttl {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  color: #214dab;
  text-align: center;
}
.struggle__wrap-s {
  width: 71.5277777778vw;
  max-width: 1030px;
  margin: 0vw auto 0vw auto;
}
@media screen and (min-width: 1440px) {
  .struggle__wrap-s {
    margin: 0px auto 0px auto;
  }
}
.struggle__wrap-s {
  position: relative;
}
.struggle__txt1, .struggle__txt2, .struggle__txt3, .struggle__txt4, .struggle__txt5, .struggle__txt6 {
  position: absolute;
  top: 0;
  left: 0;
}
.struggle__txt1 {
  width: 26.1935486111vw;
  max-width: 377.1871px;
  margin: 0vw 0vw 0vw 21.3194444444vw;
}
@media screen and (min-width: 1440px) {
  .struggle__txt1 {
    margin: 0px 0px 0px 307px;
  }
}
.struggle__txt2 {
  width: 23.5532847222vw;
  max-width: 339.1673px;
  margin: 4.9305555556vw 0vw 0vw 0.7638888889vw;
}
@media screen and (min-width: 1440px) {
  .struggle__txt2 {
    margin: 71px 0px 0px 11px;
  }
}
.struggle__txt3 {
  width: 25.0080833333vw;
  max-width: 360.1164px;
  margin: 6.5972222222vw 0vw 0vw 48.3333333333vw;
}
@media screen and (min-width: 1440px) {
  .struggle__txt3 {
    margin: 95px 0px 0px 696px;
  }
}
.struggle__txt4 {
  width: 25.8797430556vw;
  max-width: 372.6683px;
  margin: 13.6805555556vw 0vw 0vw 25.4861111111vw;
}
@media screen and (min-width: 1440px) {
  .struggle__txt4 {
    margin: 197px 0px 0px 367px;
  }
}
.struggle__txt5 {
  width: 22.0438958333vw;
  max-width: 317.4321px;
  margin: 20.8333333333vw 0vw 0vw 3.125vw;
}
@media screen and (min-width: 1440px) {
  .struggle__txt5 {
    margin: 300px 0px 0px 45px;
  }
}
.struggle__txt6 {
  width: 26.8196388889vw;
  max-width: 386.2028px;
  margin: 23.6805555556vw 0vw 0vw 42.7083333333vw;
}
@media screen and (min-width: 1440px) {
  .struggle__txt6 {
    margin: 341px 0px 0px 615px;
  }
}
@media screen and (max-width: 765px) {
  .struggle {
    margin-top: 56.8vw;
  }
  .struggle__inner {
    left: auto;
    margin-left: auto;
    width: 100vw;
    height: 189.0666666667vw;
  }
  .struggle__inner:before {
    width: 115.6vw;
    height: 189.0666666667vw;
    background-image: url("../img/struggle/bg-sp.webp");
    margin-left: -6.4vw;
  }
  .struggle__ttl {
    font-size: 4.8vw;
    line-height: 1.3;
    padding: 10.1333333333vw 0 5.7333333333vw 0;
  }
  .struggle__wrap-s {
    width: 92vw;
  }
  .struggle__txt1 {
    width: 61.9300133333vw;
    margin: 0 0 0 25.7333333333vw;
  }
  .struggle__txt2 {
    width: 54.6587466667vw;
    margin: 17.2vw 0 0 -1.2vw;
  }
  .struggle__txt3 {
    width: 59.25028vw;
    margin: 43.0666666667vw 0 0 33.3333333333vw;
  }
  .struggle__txt4 {
    width: 60.8936133333vw;
    margin: 66.5333333333vw 0 0 0.9333333333vw;
  }
  .struggle__txt5 {
    width: 61.541vw;
    margin: 93.3333333333vw 0 0 29.8666666667vw;
  }
  .struggle__txt6 {
    width: 51.156vw;
    margin: 120.8vw 0 0 6.2666666667vw;
  }
}

.par1 {
  padding-top: 4.2361111111vw;
}
@media screen and (min-width: 1440px) {
  .par1 {
    padding-top: 61px;
  }
}
.par1__inner {
  width: 100vw;
  max-width: 1440px;
  margin: 0vw auto 0vw auto;
}
@media screen and (min-width: 1440px) {
  .par1__inner {
    margin: 0px auto 0px auto;
  }
}
.par1__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.par1__ttl {
  font-size: 2.2916666667vw;
  font-size: max(2.2916666667vw, 10px);
}
@media screen and (min-width: 1440px) {
  .par1__ttl {
    font-size: 33px;
  }
}
.par1__ttl {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
.par1__ttl span {
  font-size: 3.2638888889vw;
  font-size: max(3.2638888889vw, 10px);
}
@media screen and (min-width: 1440px) {
  .par1__ttl span {
    font-size: 47px;
  }
}
.par1__ttl span {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #0068b7;
  line-height: 1;
}
.par1__txt {
  font-size: 1.3194444444vw;
  font-size: max(1.3194444444vw, 10px);
}
@media screen and (min-width: 1440px) {
  .par1__txt {
    font-size: 19px;
  }
}
.par1__txt {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 2.6;
  margin-bottom: 7.2916666667vw;
}
@media screen and (min-width: 1440px) {
  .par1__txt {
    margin-bottom: 105px;
  }
}
.par1__wrap1 {
  width: 52.453vw;
  max-width: 755.3232px;
  height: 38.0949930556vw;
  max-height: 548.5679px;
  padding-left: 8.125vw;
}
@media screen and (min-width: 1440px) {
  .par1__wrap1 {
    padding-left: 117px;
  }
}
.par1__wrap1 {
  position: relative;
}
.par1__wrap1:before {
  content: "";
  width: 46.0443333333vw;
  max-width: 663.0384px;
  height: 23.0221666667vw;
  max-height: 331.5192px;
  background-image: url("../img/par1/bg1.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  margin: 15vw 0vw 0vw 0vw;
}
@media screen and (min-width: 1440px) {
  .par1__wrap1:before {
    margin: 216px 0px 0px 0px;
  }
}
.par1__wrap-s {
  width: 46.0443333333vw;
  max-width: 663.0384px;
  height: 23.0221666667vw;
  max-height: 331.5192px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url("../img/par1/bg1.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.par1__photo1, .par1__photo2 {
  width: 29.0972222222vw;
  max-width: 419px;
  position: relative;
  z-index: 2;
}
.par1__photo1 {
  margin: 3.75vw 0vw 0.4166666667vw 11.9444444444vw;
}
@media screen and (min-width: 1440px) {
  .par1__photo1 {
    margin: 54px 0px 6px 172px;
  }
}
.par1__wrap2 {
  width: 47.547vw;
  max-width: 684.6768px;
  height: 47.4883263889vw;
  max-height: 683.8319px;
  position: relative;
}
.par1__wrap2:before {
  content: "";
  width: 47.547vw;
  max-width: 684.6768px;
  height: 47.4883263889vw;
  max-height: 683.8319px;
  background-image: url("../img/par1/bg2.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  margin: -3.0555555556vw -4.1666666667vw 0vw 0vw;
}
@media screen and (min-width: 1440px) {
  .par1__wrap2:before {
    margin: -44px -60px 0px 0px;
  }
}
.par1__list {
  padding-left: 0.4861111111vw;
}
@media screen and (min-width: 1440px) {
  .par1__list {
    padding-left: 7px;
  }
}
.par1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 2;
}
.par1__item {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 3.2638888889vw;
}
@media screen and (min-width: 1440px) {
  .par1__item {
    margin-right: 47px;
  }
}
.par1__item span {
  display: block;
  width: 8.1657291667vw;
  max-width: 117.5865px;
  height: 8.1657291667vw;
  max-height: 117.5865px;
}
.par1__item:first-child .par1__txt-s {
  margin-top: 1em;
}
.par1__item:nth-child(2) .par1__txt-s {
  margin-top: 0.5em;
}
.par1__item:last-child {
  margin-right: 0vw;
}
@media screen and (min-width: 1440px) {
  .par1__item:last-child {
    margin-right: 0px;
  }
}
.par1__item:last-child .par1__txt-s {
  margin-top: 1em;
}
@media screen and (max-width: 1060px) {
  .par1__item {
    margin-right: 1.5972222222vw;
  }
}
@media screen and (max-width: 1060px) and (min-width: 1440px) {
  .par1__item {
    margin-right: 23px;
  }
}
.par1__txt-s {
  font-size: 1.25vw;
  font-size: max(1.25vw, 10px);
}
@media screen and (min-width: 1440px) {
  .par1__txt-s {
    font-size: 18px;
  }
}
.par1__txt-s {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  line-height: 1.38;
  color: #214dab;
  text-align: center;
}
@media screen and (max-width: 765px) {
  .par1 {
    padding: 2.6666666667vw 0 10.2666666667vw 0;
  }
  .par1__inner {
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .par1__wrap1 {
    width: 78.6666666667vw;
    height: auto;
    margin: 0 auto 0 auto;
    padding-left: 0;
  }
  .par1__wrap1:before {
    width: 104.4vw;
    height: 53.0666666667vw;
    margin: 26vw 0 0 -13.2vw;
  }
  .par1__ttl {
    font-size: 4.8vw;
    text-align: left;
  }
  .par1__ttl span {
    font-size: 5.6vw;
  }
  .par1__txt {
    font-size: 3.4666666667vw;
    margin-bottom: 8.5333333333vw;
  }
  .par1__wrap2 {
    width: 92vw;
    height: auto;
    margin: 0 auto 0 auto;
    padding-bottom: 11.3333333333vw;
  }
  .par1__wrap2:before {
    width: 86.1333333333vw;
    height: 79.7333333333vw;
    background-image: url("../img/par1/bg2-sp.svg");
    right: auto;
    left: 0;
    margin: -5.7333333333vw 0 0 2.4vw;
  }
  .par1__photo1, .par1__photo2 {
    width: 55.8666666667vw;
  }
  .par1__photo1 {
    margin: 0 0 0.8vw auto;
  }
  .par1__list {
    width: 78.6666666667vw;
    padding-left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .par1__item {
    margin: 0 0 0 0;
  }
  .par1__item span {
    width: 21.9459866667vw;
    height: 21.9459866667vw;
    margin-bottom: 1.3333333333vw;
  }
  .par1__txt-s {
    font-size: 3.2vw;
  }
}

.about__inner {
  padding-top: 5.5555555556vw;
}
@media screen and (min-width: 1440px) {
  .about__inner {
    padding-top: 80px;
  }
}
.about__inner {
  width: 133.3333333333vw;
  max-width: 1920px;
  left: 50%;
  margin: 0vw auto 0vw -66.6666666667vw;
}
@media screen and (min-width: 1440px) {
  .about__inner {
    margin: 0px auto 0px -960px;
  }
}
.about__inner {
  position: relative;
}
.about__wrap {
  width: 57.7777777778vw;
  max-width: 832px;
  height: 24.9305555556vw;
  max-height: 359px;
  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;
  background-image: url("../img/about/wrap.webp");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  margin: -5.5555555556vw 0vw 0vw -27.7777777778vw;
}
@media screen and (min-width: 1440px) {
  .about__wrap {
    margin: -80px 0px 0px -400px;
  }
}
.about__wrap {
  z-index: 2;
}
.about__wrap-txt {
  font-size: 1.4583333333vw;
  font-size: max(1.4583333333vw, 10px);
}
@media screen and (min-width: 1440px) {
  .about__wrap-txt {
    font-size: 21px;
  }
}
.about__wrap-txt {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5;
  padding: 0 1em 0 0.5em;
  text-align: center;
}
.about__blue1, .about__blue2 {
  font-size: 2.0138888889vw;
  font-size: max(2.0138888889vw, 10px);
}
@media screen and (min-width: 1440px) {
  .about__blue1, .about__blue2 {
    font-size: 29px;
  }
}
.about__blue1, .about__blue2 {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 2;
}
.about__blue1 {
  color: #00ffff;
}
.about__blue2 {
  color: #29c3f0;
}
.about__wrap-ttl {
  width: 115.9722222222vw;
  max-width: 1670px;
  height: 56.3194444444vw;
  max-height: 811px;
  margin: 0vw auto 0vw auto;
}
@media screen and (min-width: 1440px) {
  .about__wrap-ttl {
    margin: 0px auto 0px auto;
  }
}
.about__wrap-ttl {
  background-image: url("../img/about/bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.about__ttl {
  width: 23.9877569444vw;
  max-width: 345.4237px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 22.0138888889vw 0vw 0vw -9.7222222222vw;
}
@media screen and (min-width: 1440px) {
  .about__ttl {
    margin: 317px 0px 0px -140px;
  }
}
.about__subttl {
  font-size: 2.2916666667vw;
  font-size: max(2.2916666667vw, 10px);
}
@media screen and (min-width: 1440px) {
  .about__subttl {
    font-size: 33px;
  }
}
.about__subttl {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  padding-top: 26.3888888889vw;
}
@media screen and (min-width: 1440px) {
  .about__subttl {
    padding-top: 380px;
  }
}
.about__subttl span {
  font-size: 2.8472222222vw;
  font-size: max(2.8472222222vw, 10px);
}
@media screen and (min-width: 1440px) {
  .about__subttl span {
    font-size: 41px;
  }
}
.about__subttl span {
  color: #29c3f0;
  border-bottom: dotted 0.2083333333vw #29c3f0;
}
@media screen and (min-width: 1920px) {
  .about__subttl {
    border-width: 3px;
  }
}
.about__txt {
  padding-top: 4.6527777778vw;
}
@media screen and (min-width: 1440px) {
  .about__txt {
    padding-top: 67px;
  }
}
.about__txt {
  font-size: 1.3194444444vw;
  font-size: max(1.3194444444vw, 10px);
}
@media screen and (min-width: 1440px) {
  .about__txt {
    font-size: 19px;
  }
}
.about__txt {
  line-height: 1.7;
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 765px) {
  .about__inner {
    left: auto;
    margin-left: auto;
    padding-bottom: 46.6666666667vw;
    width: 92vw;
    padding-top: 6.4vw;
  }
  .about__wrap {
    width: 108.4vw;
    height: 64.9333333333vw;
    margin: 0 0 0 -52.6666666667vw;
    background-image: url("../img/about/wrap-sp.webp");
  }
  .about__wrap-txt {
    font-size: 3.8666666667vw;
    line-height: 1.7;
  }
  .about__wrap-txt span {
    font-size: 4.8vw;
    line-height: 1;
  }
  .about__wrap-txt .sp-br {
    display: block;
    margin-bottom: 0.5em;
  }
  .about__wrap-ttl {
    width: 135.3333333333vw;
    height: 88.5333333333vw;
    background-image: url("../img/about/bg-sp.svg");
    margin: 40vw 0 0 -23.4666666667vw;
  }
  .about__ttl {
    width: 61.2303333333vw;
    margin: 79.4666666667vw 0 0 -29.3333333333vw;
  }
  .about__subttl {
    padding-top: 57.3333333333vw;
    font-size: 4.8vw;
    letter-spacing: 0.05em;
    padding-left: 1em !important;
  }
  .about__subttl span {
    font-size: 5.8666666667vw;
    border-width: 0.4vw;
  }
  .about__txt {
    font-size: 3.7333333333vw;
    width: 78.6666666667vw;
    text-align: left;
    margin: 0 auto 0 auto;
    padding-top: 6.4vw;
  }
  .about__txt .sp-br {
    display: block;
    margin-bottom: 0.5em;
  }
}

.service {
  padding-bottom: 3.8194444444vw;
}
@media screen and (min-width: 1440px) {
  .service {
    padding-bottom: 55px;
  }
}
.service__list {
  list-style: none;
  width: 83.3333333333vw;
  max-width: 1200px;
  margin: 0vw auto 0vw auto;
}
@media screen and (min-width: 1440px) {
  .service__list {
    margin: 0px auto 0px auto;
  }
}
.service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.service__item {
  width: 25.6944444444vw;
  max-width: 370px;
  margin: 0vw 3.125vw 3.125vw 0vw;
}
@media screen and (min-width: 1440px) {
  .service__item {
    margin: 0px 45px 45px 0px;
  }
}
.service__item {
  overflow: hidden;
  border-radius: 0.9311111111vw;
}
.service__item:nth-child(3n) {
  margin-right: 0vw;
}
@media screen and (min-width: 1440px) {
  .service__item:nth-child(3n) {
    margin-right: 0px;
  }
}
@media screen and (min-width: 1920px) {
  .service__item {
    border-radius: 13.408px;
  }
}
.service .wide {
  width: 29.7222222222vw;
  max-width: 428px;
}
.service .wide .service__ttl {
  margin: 0 2em 0 2em;
}
.service__wrap {
  background-color: #E7F8FD;
}
.service__pic {
  width: 25.6944444444vw;
  max-width: 370px;
  height: 16.3194444444vw;
  max-height: 235px;
}
.service__pic img {
  display: block;
}
.service__ttl {
  font-size: 1.7361111111vw;
  font-size: max(1.7361111111vw, 10px);
}
@media screen and (min-width: 1440px) {
  .service__ttl {
    font-size: 25px;
  }
}
.service__ttl {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 1.24;
  color: #29c3f0;
  text-align: center;
  padding: 1em 0 0.3em 0;
  margin: 0 1.3em 0 1.3em;
  border-bottom: 0.1388888889vw solid #29c3f0;
}
@media screen and (min-width: 1920px) {
  .service__ttl {
    border-width: 2px;
  }
}
.service__txt {
  font-size: 1.1111111111vw;
  font-size: max(1.1111111111vw, 10px);
}
@media screen and (min-width: 1440px) {
  .service__txt {
    font-size: 16px;
  }
}
.service__txt {
  line-height: 1.6;
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  padding: 1.3em 0 2em 0;
}
@media screen and (max-width: 765px) {
  .service {
    padding-bottom: 13.3333333333vw;
  }
  .service__list {
    width: 78.6666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .service__item {
    width: 100%;
    margin: 0 0 2.6666666667vw 0;
    border-radius: 1.7877333333vw 1.7877333333vw 1.7877333333vw 1.7877333333vw;
  }
  .service__item:first-child .service__pic {
    height: 28.4vw;
  }
  .service .wide {
    width: 100%;
  }
  .service .wide .service__ttl {
    margin: 0 0 0 0;
  }
  .service__pic {
    width: 100%;
    height: 31.0666666667vw;
  }
  .service__ttl {
    font-size: 4vw;
    padding: 0.8em 0 0.5em 0;
    margin: 0 0 0 0;
    border-bottom: none;
    position: relative;
  }
  .service__ttl:before {
    content: "";
    width: 40.5333333333vw;
    height: 0.2666666667vw;
    background-color: #29c3f0;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 0 0 19.2vw;
  }
  .service__txt {
    font-size: 3.2vw;
    padding: 0.8em 0 1.5em 0;
    -webkit-font-feature-settings: "palt" !important;
            font-feature-settings: "palt" !important;
    letter-spacing: 0.03em;
    -webkit-text-size-adjust: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 350;
  }
}

.trainer__ttl {
  font-size: 2.2916666667vw;
  font-size: max(2.2916666667vw, 10px);
}
@media screen and (min-width: 1440px) {
  .trainer__ttl {
    font-size: 33px;
  }
}
.trainer__ttl {
  line-height: 1;
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #a9d860;
  text-align: center;
  margin-bottom: 3.75vw;
}
@media screen and (min-width: 1440px) {
  .trainer__ttl {
    margin-bottom: 54px;
  }
}
.trainer__list {
  width: 83.3333333333vw;
  max-width: 1200px;
  margin: 0vw auto 4.8611111111vw auto;
}
@media screen and (min-width: 1440px) {
  .trainer__list {
    margin: 0px auto 70px auto;
  }
}
.trainer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  position: relative;
}
.trainer__list:after {
  content: "";
  width: 39.7222222222vw;
  max-width: 572px;
  height: 33.125vw;
  max-height: 477px;
  background-image: url("../img/trainer/bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  margin: -25vw -19.5833333333vw 0vw 0vw;
}
@media screen and (min-width: 1440px) {
  .trainer__list:after {
    margin: -360px -282px 0px 0px;
  }
}
.trainer__item {
  width: 40.625vw;
  max-width: 585px;
  height: 25.7638888889vw;
  max-height: 371px;
  margin: 0vw 2.0833333333vw 2.7777777778vw 0vw;
}
@media screen and (min-width: 1440px) {
  .trainer__item {
    margin: 0px 30px 40px 0px;
  }
}
.trainer__item {
  border-radius: 1.3888888889vw;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1920px) {
  .trainer__item {
    border-radius: 20px;
  }
}
.trainer__item:nth-child(2n) {
  margin-right: 0vw;
}
@media screen and (min-width: 1440px) {
  .trainer__item:nth-child(2n) {
    margin-right: 0px;
  }
}
.trainer__wrap-top {
  height: 20.5555555556vw;
  max-height: 296px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #E7F8FD;
  border-radius: 1.3888888889vw;
  position: relative;
}
@media screen and (min-width: 1920px) {
  .trainer__wrap-top {
    border-radius: 20px;
  }
}
.trainer__pic1 {
  width: 15.9027777778vw;
  max-width: 229px;
  margin: -0.6944444444vw 0vw 0vw -0.5555555556vw;
}
@media screen and (min-width: 1440px) {
  .trainer__pic1 {
    margin: -10px 0px 0px -8px;
  }
}
.trainer__pic1 img {
  display: block;
}
.trainer__pic2 {
  width: 15.625vw;
  max-width: 225px;
  margin: -0.9722222222vw 0vw 0vw 0vw;
}
@media screen and (min-width: 1440px) {
  .trainer__pic2 {
    margin: -14px 0px 0px 0px;
  }
}
.trainer__pic2 img {
  display: block;
}
.trainer__pic3 {
  width: 18.5416666667vw;
  max-width: 267px;
  margin: -0.9027777778vw 0vw 0vw -0.8333333333vw;
}
@media screen and (min-width: 1440px) {
  .trainer__pic3 {
    margin: -13px 0px 0px -12px;
  }
}
.trainer__pic3 img {
  display: block;
}
.trainer__pic4 {
  width: 16.8055555556vw;
  max-width: 242px;
  margin: -1.1111111111vw 0vw 0vw -0.5555555556vw;
}
@media screen and (min-width: 1440px) {
  .trainer__pic4 {
    margin: -16px 0px 0px -8px;
  }
}
.trainer__pic4 img {
  display: block;
}
.trainer__wrap-txt {
  width: 21.875vw;
  max-width: 315px;
  text-align: justify;
  position: absolute;
  top: 0;
  left: 0;
  margin: 1.6666666667vw 0vw 0vw 16.9444444444vw;
}
@media screen and (min-width: 1440px) {
  .trainer__wrap-txt {
    margin: 24px 0px 0px 244px;
  }
}
.trainer__name {
  font-size: 1.7361111111vw;
  font-size: max(1.7361111111vw, 10px);
}
@media screen and (min-width: 1440px) {
  .trainer__name {
    font-size: 25px;
  }
}
.trainer__name {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0.3em;
}
.trainer__comment {
  font-size: 1.0416666667vw;
  font-size: max(1.0416666667vw, 10px);
}
@media screen and (min-width: 1440px) {
  .trainer__comment {
    font-size: 15px;
  }
}
.trainer__comment {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.trainer__pro {
  font-size: 0.9027777778vw;
  font-size: max(0.9027777778vw, 10px);
}
@media screen and (min-width: 1440px) {
  .trainer__pro {
    font-size: 13px;
  }
}
.trainer__pro {
  margin-top: 1.25vw;
}
@media screen and (min-width: 1440px) {
  .trainer__pro {
    margin-top: 18px;
  }
}
.trainer__pro {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  color: #29a0f0;
  word-break: break-all;
  text-align: left;
}
.trainer__wrap-bottom {
  height: 6.875vw;
  max-height: 99px;
  background-color: #29c3f0;
  border-radius: 0 0 1.3888888889vw 1.3888888889vw;
  margin-top: -6.875vw;
}
@media screen and (min-width: 1440px) {
  .trainer__wrap-bottom {
    margin-top: -99px;
  }
}
.trainer__wrap-bottom {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  border: solid 2px #29c3f0;
}
@media screen and (min-width: 1920px) {
  .trainer__wrap-bottom {
    border-radius: 0 0 20px 20px;
  }
}
.trainer__cate {
  height: 3.8888888889vw;
  max-height: 56px;
  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;
  font-size: 1.5972222222vw;
  font-size: max(1.5972222222vw, 10px);
}
@media screen and (min-width: 1440px) {
  .trainer__cate {
    font-size: 23px;
  }
}
.trainer__cate {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  text-align: center;
}
.trainer__cate span {
  display: inline-block;
  font-size: 0.9722222222vw;
  font-size: max(0.9722222222vw, 10px);
}
@media screen and (min-width: 1440px) {
  .trainer__cate span {
    font-size: 14px;
  }
}
.trainer__cate span {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin-right: 1em;
  padding: 0.4em 0.5em 0.5em 0.5em;
  color: #29c3f0;
  background-color: #fff;
  border-radius: 0.3472222222vw;
}
@media screen and (min-width: 1920px) {
  .trainer__cate span {
    border-radius: 5px;
  }
}
.trainer__wrap-link {
  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;
}
.trainer__link1, .trainer__link2 {
  width: 50%;
  height: 2.9861111111vw;
  max-height: 43px;
  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;
  padding: 0.5em 0;
  background: #B1D76E;
}
.trainer__link1 span, .trainer__link2 span {
  font-size: 1.1111111111vw;
  font-size: max(1.1111111111vw, 10px);
}
@media screen and (min-width: 1440px) {
  .trainer__link1 span, .trainer__link2 span {
    font-size: 16px;
  }
}
.trainer__link1 span, .trainer__link2 span {
  line-height: 1;
  color: #fff !important;
  position: relative;
}
.trainer__link1 span:after, .trainer__link2 span:after {
  content: "";
  height: 0.6808680556vw;
  max-height: 9.8045px;
  aspect-ratio: 0.8660254038;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -0.2269560185vw -1.8055555556vw 0vw 0vw;
}
@media screen and (min-width: 1440px) {
  .trainer__link1 span:after, .trainer__link2 span:after {
    margin: -3.268166667px -26px 0px 0px;
  }
}
.trainer__link1 {
  border-right: solid 1px #29c3f0;
}
.trainer__link2 {
  border-left: solid 1px #29c3f0;
}
@media screen and (max-width: 765px) {
  .trainer__ttl {
    font-size: 4.9333333333vw;
    margin-bottom: 7.2vw;
  }
  .trainer__list {
    width: 92vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10.6666666667vw;
  }
  .trainer__list:after {
    width: 76.2666666667vw;
    height: 63.6vw;
    background-image: url("../img/trainer/bg-sp.webp");
    margin: -80vw -29.7333333333vw 0 0;
  }
  .trainer__item {
    height: 82.6666666667vw;
    width: 100%;
    margin: 0 auto 7.3333333333vw auto;
    border-radius: 2.6666666667vw;
  }
  .trainer__wrap-top {
    height: 70.9333333333vw;
  }
  .trainer__pic1 {
    width: 36.5333333333vw;
    margin: -1.8666666667vw 0 0 -2vw;
  }
  .trainer__pic2 {
    width: 34.8vw;
    margin: -2.4vw 0 0 0.5333333333vw;
  }
  .trainer__pic3 {
    width: 39.6vw;
    margin: -2.6666666667vw 0 0 -0.6666666667vw;
  }
  .trainer__pic4 {
    width: 41.0666666667vw;
    margin: -3.7333333333vw 0 0 -5.0666666667vw;
  }
  .trainer__wrap-txt {
    width: 51.0666666667vw;
    border-radius: 2.6666666667vw;
    margin: 5.3333333333vw 0 0 36.4vw;
  }
  .trainer__name {
    font-size: 5.0666666667vw;
  }
  .trainer__comment {
    font-size: 3.2vw;
    margin-bottom: 3.8666666667vw;
  }
  .trainer__pr {
    font-size: 2.8vw;
  }
  .trainer__wrap-bottom {
    height: 20.9333333333vw;
    border-radius: 0 0 2.6666666667vw 2.6666666667vw;
    margin-top: -13.2vw;
    border: solid 0.5333333333vw #29c3f0;
  }
  .trainer__cate {
    height: 11.8666666667vw;
    font-size: 4.2666666667vw;
  }
  .trainer__cate span {
    font-size: 2.9333333333vw;
    border-radius: 0.6666666667vw;
  }
  .trainer__link1, .trainer__link2 {
    width: 46.1333333333vw;
    height: 8.9903066667vw;
  }
  .trainer__link1 span, .trainer__link2 span {
    font-size: 3.3333333333vw;
  }
  .trainer__link1 span:after, .trainer__link2 span:after {
    height: 2.05004vw;
    margin: -0.6833466667vw -4.9333333333vw 0 0;
  }
  .trainer__link1 {
    border-right: solid 0.2666666667vw #29c3f0;
  }
  .trainer__link2 {
    border-left: solid 0.2666666667vw #29c3f0;
  }
}

.pro {
  width: 133.3333333333vw;
  max-width: 1920px;
  margin: 0vw auto 0vw -66.6666666667vw;
}
@media screen and (min-width: 1440px) {
  .pro {
    margin: 0px auto 0px -960px;
  }
}
.pro {
  padding-bottom: 8.8888888889vw;
}
@media screen and (min-width: 1440px) {
  .pro {
    padding-bottom: 128px;
  }
}
.pro {
  overflow: hidden;
  position: relative;
  left: 50%;
}
.pro__inner {
  width: 115.625vw;
  max-width: 1665px;
  margin-left: -1.3194444444vw;
}
@media screen and (min-width: 1440px) {
  .pro__inner {
    margin-left: -19px;
  }
}
.pro__bg {
  width: 115.625vw;
  max-width: 1665px;
  height: 70.6944444444vw;
  max-height: 1018px;
  padding-left: 25.6944444444vw;
}
@media screen and (min-width: 1440px) {
  .pro__bg {
    padding-left: 370px;
  }
}
.pro__bg {
  background: url("../img/pro/bg.svg") no-repeat center center/contain;
}
.pro__wrap1 {
  width: 71.3888888889vw;
  max-width: 1028px;
  padding: 7.7083333333vw 0vw 0vw 12.5vw;
}
@media screen and (min-width: 1440px) {
  .pro__wrap1 {
    padding: 111px 0px 0px 180px;
  }
}
.pro__wrap1 {
  position: relative;
}
.pro__wrap1:before {
  content: "";
  width: 12.0138888889vw;
  max-width: 173px;
  height: 16.0416666667vw;
  max-height: 231px;
  background: url("../img/pro/staff.svg") no-repeat center center/contain;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  margin: 0vw 0vw -3.75vw -1.0416666667vw;
}
@media screen and (min-width: 1440px) {
  .pro__wrap1:before {
    margin: 0px 0px -54px -15px;
  }
}
.pro__ttl {
  font-size: 2.2916666667vw;
  font-size: max(2.2916666667vw, 10px);
}
@media screen and (min-width: 1440px) {
  .pro__ttl {
    font-size: 33px;
  }
}
.pro__ttl {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 2.1;
  letter-spacing: 0.05em;
}
.pro__ttl span {
  font-size: 2.8472222222vw;
  font-size: max(2.8472222222vw, 10px);
}
@media screen and (min-width: 1440px) {
  .pro__ttl span {
    font-size: 41px;
  }
}
.pro__txt {
  font-size: 1.3194444444vw;
  font-size: max(1.3194444444vw, 10px);
}
@media screen and (min-width: 1440px) {
  .pro__txt {
    font-size: 19px;
  }
}
.pro__txt {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  padding-bottom: 1.9444444444vw;
}
@media screen and (min-width: 1440px) {
  .pro__txt {
    padding-bottom: 28px;
  }
}
.pro__wrap2 {
  width: 71.3888888889vw;
  max-width: 1028px;
  padding: 2.9861111111vw 0vw 1.9444444444vw 3.3333333333vw;
}
@media screen and (min-width: 1440px) {
  .pro__wrap2 {
    padding: 43px 0px 28px 48px;
  }
}
.pro__wrap2 {
  background-color: #fff;
  border-radius: 0.8333333333vw;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1920px) {
  .pro__wrap2 {
    border-radius: 12px;
  }
}
.pro__wrap2:after {
  content: "";
  width: 14.0972222222vw;
  max-width: 203px;
  height: 39.7222222222vw;
  max-height: 572px;
  background: url("../img/pro/icon.svg") no-repeat center center/contain;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0vw -6.7361111111vw 0vw 0vw;
}
@media screen and (min-width: 1440px) {
  .pro__wrap2:after {
    margin: 0px -97px 0px 0px;
  }
}
.pro__qa {
  margin-bottom: 1.0416666667vw;
}
@media screen and (min-width: 1440px) {
  .pro__qa {
    margin-bottom: 15px;
  }
}
.pro__qa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro__q, .pro__a {
  height: 5.4861111111vw;
  max-height: 79px;
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  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;
  border-radius: 2.7327083333vw;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1920px) {
  .pro__q, .pro__a {
    border-radius: 39.351px;
  }
}
.pro__q {
  width: 23.8888888889vw;
  max-width: 344px;
  font-size: 1.5277777778vw;
  font-size: max(1.5277777778vw, 10px);
}
@media screen and (min-width: 1440px) {
  .pro__q {
    font-size: 22px;
  }
}
.pro__q {
  color: #4cc764;
  border: 1px solid #a9d860;
  background-color: #fff;
}
.pro__a {
  font-size: 1.7361111111vw;
  font-size: max(1.7361111111vw, 10px);
}
@media screen and (min-width: 1440px) {
  .pro__a {
    font-size: 25px;
  }
}
.pro__a {
  color: #fff;
  background-color: #a9d860;
  width: 31.6666666667vw;
  max-width: 456px;
  margin-left: 8.125vw;
}
@media screen and (min-width: 1440px) {
  .pro__a {
    margin-left: 117px;
  }
}
.pro__a {
  position: relative;
}
.pro__a:before {
  content: "";
  width: 5.5555555556vw;
  max-width: 80px;
  height: 1.3888888889vw;
  max-height: 20px;
  background: url("../img/pro/arr.svg") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -0.6944444444vw 0vw 0vw -6.8055555556vw;
}
@media screen and (min-width: 1440px) {
  .pro__a:before {
    margin: -10px 0px 0px -98px;
  }
}
@media screen and (max-width: 765px) {
  .pro {
    width: 100vw;
    position: static;
    margin: 0;
    padding-bottom: 10vw;
  }
  .pro__ttl {
    font-size: 4.4vw;
    line-height: 1.6;
    padding-left: 18.4vw;
    margin-bottom: 2.6666666667vw;
  }
  .pro__ttl span {
    font-size: 5.4666666667vw;
  }
  .pro__txt {
    font-size: 3.7333333333vw;
    text-align: center;
    margin-bottom: 4.2666666667vw;
  }
  .pro__bg {
    width: 101.4666666667vw;
    height: 225.4666666667vw;
    padding: 0 0 0 11.6vw;
    margin: 0 0 0 0;
    background-image: url("../img/pro/bg-sp.svg");
  }
  .pro__wrap1 {
    width: 78.6666666667vw;
    padding: 17.0666666667vw 0 0 0;
  }
  .pro__wrap1:before {
    width: 18.6666666667vw;
    height: 31.2vw;
    top: 0;
    left: 0;
    bottom: auto;
    margin: 4.5333333333vw 0 0 -2.2666666667vw;
  }
  .pro__wrap2 {
    width: 78.6666666667vw;
    height: 132.2666666667vw;
    border-radius: 1.6vw;
    padding: 6.6666666667vw 0 0 4vw;
  }
  .pro__wrap2:after {
    width: 28.1333333333vw;
    height: 136.9333333333vw;
    background-image: url("../img/pro/icon-sp.svg");
    margin: -4.4vw -9.3333333333vw 0 0;
  }
  .pro__qa {
    -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;
  }
  .pro__q {
    font-size: 3.2vw;
    width: 52.4vw;
    height: 8.6666666667vw;
    margin-bottom: 1.7333333333vw;
  }
  .pro__a {
    font-size: 3.7333333333vw;
    width: 60.8vw;
    height: 8.6666666667vw;
    margin: 0 0 4.6666666667vw 8.6666666667vw;
  }
  .pro__a:before {
    width: 6vw;
    height: 2.6666666667vw;
    background-image: url("../img/pro/arr-sp.svg");
  }
}

/*---------------------------------------------------------------- top */
.top-ttl {
  text-align: center;
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 2.2916666667vw;
  font-size: max(2.2916666667vw, 10px);
}
@media screen and (min-width: 1440px) {
  .top-ttl {
    font-size: 33px;
  }
}
.top-ttl {
  line-height: 1.2;
  margin-bottom: 0.5em;
  color: #29c3f0;
  letter-spacing: 0.05em;
}
.top-ttl strong {
  color: #29c3f0;
}
.top-ttl strong.is-l {
  font-size: 2.8472222222vw;
  font-size: max(2.8472222222vw, 10px);
}
@media screen and (min-width: 1440px) {
  .top-ttl strong.is-l {
    font-size: 41px;
  }
}
.top-ttl.is-bk {
  color: #000000;
}
.top-ttl.is-lh-l {
  line-height: 1.5;
}
.top-ttl.is-margin-l {
  margin-bottom: 1em;
}
.top-ttl.is-margin-m {
  margin-bottom: 0.75em;
}
.top-ttl.is-green {
  color: #a9d860;
}
.top-ttl.is-left {
  text-align: left;
}
@media screen and (max-width: 765px) {
  .top-ttl {
    font-size: 4.9333333333vw;
  }
  .top-ttl strong.is-l {
    font-size: 5.4666666667vw;
  }
}

/*---------------------------------------------------------------- hour */
.hour {
  padding: 4.8611111111vw 0vw 4.8611111111vw 0vw;
}
@media screen and (min-width: 1440px) {
  .hour {
    padding: 70px 0px 70px 0px;
  }
}
.hour__wrap {
  width: 83.3333333333vw;
  max-width: 1200px;
  margin: auto;
  position: relative;
}
.hour__main {
  position: relative;
}
.hour__img {
  z-index: 1;
  position: absolute;
  inset: auto 0 0 auto;
  width: 53.0208333333vw;
  max-width: 763.5px;
  margin: 0vw -12.4305555556vw 0vw 0vw;
}
@media screen and (min-width: 1440px) {
  .hour__img {
    margin: 0px -179px 0px 0px;
  }
}
.hour__img img {
  display: block;
}
.hour__ttl {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 2.7083333333vw;
  font-size: max(2.7083333333vw, 10px);
}
@media screen and (min-width: 1440px) {
  .hour__ttl {
    font-size: 39px;
  }
}
.hour__ttl {
  line-height: 1.3;
  position: relative;
  z-index: 2;
}
.hour__ttl strong,
.hour__ttl span {
  color: #29c3f0;
}
.hour__ttl strong {
  font-size: 3.6805555556vw;
  font-size: max(3.6805555556vw, 10px);
}
@media screen and (min-width: 1440px) {
  .hour__ttl strong {
    font-size: 53px;
  }
}
.hour__ttl strong {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
.hour__ttl span {
  font-size: 2.5694444444vw;
  font-size: max(2.5694444444vw, 10px);
}
@media screen and (min-width: 1440px) {
  .hour__ttl span {
    font-size: 37px;
  }
}
.hour__ttl small {
  font-size: 2.0138888889vw;
  font-size: max(2.0138888889vw, 10px);
}
@media screen and (min-width: 1440px) {
  .hour__ttl small {
    font-size: 29px;
  }
}
.hour__ttl {
  margin-bottom: 1.3888888889vw;
}
@media screen and (min-width: 1440px) {
  .hour__ttl {
    margin-bottom: 20px;
  }
}
.hour__desc {
  font-size: 1.3194444444vw;
  font-size: max(1.3194444444vw, 10px);
}
@media screen and (min-width: 1440px) {
  .hour__desc {
    font-size: 19px;
  }
}
.hour__desc {
  line-height: 1.73684211;
  margin-bottom: 4.4444444444vw;
}
@media screen and (min-width: 1440px) {
  .hour__desc {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 765px) {
  .hour {
    padding: 6vw 0 12vw !important;
  }
  .hour__wrap {
    width: auto;
    padding: 0 4vw 0 4vw;
  }
  .hour__img {
    position: static;
    width: 78.7333333333vw;
    margin: 0 auto 12vw auto;
  }
  .hour__ttl {
    font-size: 5.2vw;
  }
  .hour__ttl strong {
    font-size: 7.0666666667vw;
  }
  .hour__ttl span {
    font-size: 4.9333333333vw;
  }
  .hour__ttl small {
    font-size: 3.8666666667vw;
  }
  .hour__ttl {
    margin-bottom: 4.6666666667vw;
  }
  .hour__desc {
    font-size: 3.7333333333vw;
    line-height: 1.67857143;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 765px) and (max-width: 765px) {
  .hour {
    padding: 6vw 0;
  }
}

/*---------------------------------------------------------------- hour-info */
.hour-info {
  width: 40.8333333333vw;
  max-width: 588px;
  height: 10vw;
  max-height: 144px;
  border-radius: 0.4861111111vw;
}
@media screen and (min-width: 1440px) {
  .hour-info {
    border-radius: 7px;
  }
}
.hour-info {
  background: #F2F9E7;
  border: solid 1px #a9d860;
  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;
  margin-bottom: 3.4722222222vw;
}
@media screen and (min-width: 1440px) {
  .hour-info {
    margin-bottom: 50px;
  }
}
.hour-info {
  position: relative;
}
.hour-info__ttl {
  color: #fff;
  font-size: 1.1458333333vw;
  font-size: max(1.1458333333vw, 10px);
}
@media screen and (min-width: 1440px) {
  .hour-info__ttl {
    font-size: 16.5px;
  }
}
.hour-info__ttl {
  position: absolute;
  inset: 0 auto auto 0;
  background: #81c617;
  width: 19.9305555556vw;
  max-width: 287px;
  height: 2.7083333333vw;
  max-height: 39px;
  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;
  border-radius: 999px;
  margin: -1.3888888889vw 0vw 0vw 0.8333333333vw;
}
@media screen and (min-width: 1440px) {
  .hour-info__ttl {
    margin: -20px 0px 0px 12px;
  }
}
.hour-info__note {
  font-size: 0.7638888889vw;
  font-size: max(0.7638888889vw, 10px);
}
@media screen and (min-width: 1440px) {
  .hour-info__note {
    font-size: 11px;
  }
}
.hour-info__note {
  color: #81c617;
  position: absolute;
  inset: 0 0 auto auto;
  text-align: right;
  margin-top: -2em;
}
.hour-info__wrap {
  padding: 0vw 0.6944444444vw 0vw 1.0416666667vw;
}
@media screen and (min-width: 1440px) {
  .hour-info__wrap {
    padding: 0px 10px 0px 15px;
  }
}
.hour-info__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.3472222222vw;
}
@media screen and (min-width: 1440px) {
  .hour-info__line {
    margin-bottom: 5px;
  }
}
.hour-info__label {
  font-size: 1.1805555556vw;
  font-size: max(1.1805555556vw, 10px);
}
@media screen and (min-width: 1440px) {
  .hour-info__label {
    font-size: 17px;
  }
}
.hour-info__label {
  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;
  color: #fff;
  width: 3.8888888889vw;
  max-width: 56px;
  height: 2.0138888889vw;
  max-height: 29px;
  background: #8FC43D;
  border-radius: 0.2083333333vw;
}
@media screen and (min-width: 1440px) {
  .hour-info__label {
    border-radius: 3px;
  }
}
.hour-info__price {
  color: #81c617;
  font-size: 1.7847222222vw;
  font-size: max(1.7847222222vw, 10px);
}
@media screen and (min-width: 1440px) {
  .hour-info__price {
    font-size: 25.7px;
  }
}
.hour-info__price strong {
  font-size: 2.8125vw;
  font-size: max(2.8125vw, 10px);
}
@media screen and (min-width: 1440px) {
  .hour-info__price strong {
    font-size: 40.5px;
  }
}
.hour-info__price small {
  font-size: 1.2361111111vw;
  font-size: max(1.2361111111vw, 10px);
}
@media screen and (min-width: 1440px) {
  .hour-info__price small {
    font-size: 17.8px;
  }
}
.hour-info__price {
  margin: -0.6944444444vw 0.6944444444vw 0vw 0.6944444444vw;
}
@media screen and (min-width: 1440px) {
  .hour-info__price {
    margin: -10px 10px 0px 10px;
  }
}
.hour-info__online {
  font-size: 1.25vw;
  font-size: max(1.25vw, 10px);
}
@media screen and (min-width: 1440px) {
  .hour-info__online {
    font-size: 18px;
  }
}
.hour-info__online {
  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;
  background: #fff;
  color: #81c617;
  width: 9.2361111111vw;
  max-width: 133px;
  height: 2.7777777778vw;
  max-height: 40px;
  border-radius: 999px;
}
.hour-info__online small {
  font-size: 0.5em;
  position: relative;
  top: -0.3em;
}
.hour-info__des {
  line-height: 1;
  font-size: 0.9722222222vw;
  font-size: max(0.9722222222vw, 10px);
}
@media screen and (min-width: 1440px) {
  .hour-info__des {
    font-size: 14px;
  }
}
.hour-info__des strong {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  color: #81c617;
  font-size: 1.3888888889vw;
  font-size: max(1.3888888889vw, 10px);
}
@media screen and (min-width: 1440px) {
  .hour-info__des strong {
    font-size: 20px;
  }
}
.hour-info__des strong {
  display: inline-block;
  margin: 0 0.2em;
}
@media screen and (max-width: 765px) {
  .hour-info {
    width: 92vw;
    margin: 0 auto 9.3333333333vw auto;
    height: 30.6666666667vw;
    border-radius: 0.9333333333vw;
  }
  .hour-info__ttl {
    font-size: 3.8666666667vw;
    width: 67.8666666667vw;
    height: 9.3333333333vw;
    border-radius: 2.5333333333vw;
    inset: 0 auto auto 50%;
    margin: -4.6666666667vw 0 0 -33.9333333333vw;
  }
  .hour-info__note {
    font-size: 2.6666666667vw;
    inset: auto 0 0 auto;
    margin-bottom: -1.5em;
  }
  .hour-info__wrap {
    padding: 4vw 1.3333333333vw 0 6vw;
  }
  .hour-info__line {
    margin-bottom: 0vw;
  }
  .hour-info__label {
    font-size: 2.7333333333vw;
    width: 9.3333333333vw;
    height: 4.8vw;
    border-radius: 0.4vw;
  }
  .hour-info__price {
    font-size: 4.2vw;
  }
  .hour-info__price strong {
    font-size: 6.6666666667vw;
  }
  .hour-info__price small {
    font-size: 2.9333333333vw;
  }
  .hour-info__price {
    margin: -2vw 2vw 0 2vw;
  }
  .hour-info__online {
    font-size: 2.9333333333vw;
    width: 22vw;
    height: 6.5333333333vw;
    border-radius: 2.5333333333vw;
  }
  .hour-info__des {
    font-size: 2.9333333333vw;
    line-height: 1.59090909;
  }
  .hour-info__des strong {
    font-size: 3.3333333333vw;
  }
}

/*---------------------------------------------------------------- hour-list */
.hour-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hour-list__item {
  position: relative;
  width: 15vw;
  max-width: 216px;
  padding: 2.0833333333vw 0.6944444444vw 2.0833333333vw 0.6944444444vw;
}
@media screen and (min-width: 1440px) {
  .hour-list__item {
    padding: 30px 10px 30px 10px;
  }
}
.hour-list__item {
  border-radius: 0.625vw;
}
@media screen and (min-width: 1440px) {
  .hour-list__item {
    border-radius: 9px;
  }
}
.hour-list__item {
  border: solid 1px #a9d860;
}
.hour-list__item:before {
  content: "";
  background: url(../img/common/icon-ck-ol.svg) no-repeat center center/contain;
  width: 2.6388888889vw;
  max-width: 38px;
  height: 2.6388888889vw;
  max-height: 38px;
  position: absolute;
  inset: 0 auto auto 50%;
  margin: -1.3194444444vw 0vw 0vw -1.3194444444vw;
}
@media screen and (min-width: 1440px) {
  .hour-list__item:before {
    margin: -19px 0px 0px -19px;
  }
}
.hour-list__ttl {
  font-size: 1.5972222222vw;
  font-size: max(1.5972222222vw, 10px);
}
@media screen and (min-width: 1440px) {
  .hour-list__ttl {
    font-size: 23px;
  }
}
.hour-list__ttl {
  text-align: center;
  color: #4BAA53;
  line-height: 1;
  margin-bottom: 1.1805555556vw;
}
@media screen and (min-width: 1440px) {
  .hour-list__ttl {
    margin-bottom: 17px;
  }
}
.hour-list__body {
  font-size: 1.2152777778vw;
  font-size: max(1.2152777778vw, 10px);
}
@media screen and (min-width: 1440px) {
  .hour-list__body {
    font-size: 17.5px;
  }
}
.hour-list__body {
  line-height: 1.48571429;
  text-align: center;
}
@media screen and (max-width: 765px) {
  .hour-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6vw 4vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hour-list__item {
    width: 44vw;
    padding: 5.3333333333vw 1.3333333333vw 4vw;
    border-radius: 1.2vw;
  }
  .hour-list__item:before {
    width: 6.4vw;
    height: 6.4vw;
    margin: -3.2vw 0 0 -3.2vw;
  }
  .hour-list__ttl {
    font-size: 4vw;
    margin-bottom: 2.6666666667vw;
  }
  .hour-list__body {
    font-size: 3.2vw;
    line-height: 1.66666667;
  }
}

/*---------------------------------------------------------------- sheet */
.sheet {
  height: 65.3472222222vw;
  max-height: 941px;
}
.sheet__wrap {
  width: 83.3333333333vw;
  max-width: 1200px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  padding: 5.9027777778vw 0vw 0vw 0vw;
}
@media screen and (min-width: 1440px) {
  .sheet__wrap {
    padding: 85px 0px 0px 0px;
  }
}
.sheet__wrap {
  height: 65.4861111111vw;
  max-height: 943px;
}
.sheet__wrap:before, .sheet__wrap:after {
  content: "";
  position: absolute;
}
.sheet__wrap:before {
  background: url(../img/sheet/sheet-bg.svg) no-repeat center center/contain;
  width: 157.0833333333vw;
  max-width: 2262px;
  height: 100vw;
  max-height: 1440px;
  inset: 0 auto auto 0;
  margin: -5.9722222222vw 0vw 0vw -46.8055555556vw;
}
@media screen and (min-width: 1440px) {
  .sheet__wrap:before {
    margin: -86px 0px 0px -674px;
  }
}
.sheet__wrap:after {
  background: url(../img/sheet/sheet-illust.svg) no-repeat center center/contain;
  width: 10.5555555556vw;
  max-width: 152px;
  height: 14.1666666667vw;
  max-height: 204px;
  inset: auto auto 0 0;
  margin: 0vw 0vw 0vw 36.4583333333vw;
}
@media screen and (min-width: 1440px) {
  .sheet__wrap:after {
    margin: 0px 0px 0px 525px;
  }
}
.sheet__wrap:after {
  z-index: 3;
}
.sheet__txt {
  width: 38.1944444444vw;
  max-width: 550px;
  margin: 0vw 0vw 0vw 3.4722222222vw;
}
@media screen and (min-width: 1440px) {
  .sheet__txt {
    margin: 0px 0px 0px 50px;
  }
}
.sheet__txt {
  padding-top: 1.1805555556vw;
}
@media screen and (min-width: 1440px) {
  .sheet__txt {
    padding-top: 17px;
  }
}
.sheet__txt {
  position: relative;
  z-index: 2;
}
.sheet__ttl {
  font-size: 2.4305555556vw;
  font-size: max(2.4305555556vw, 10px);
}
@media screen and (min-width: 1440px) {
  .sheet__ttl {
    font-size: 35px;
  }
}
.sheet__ttl {
  line-height: 1.51428571;
  margin-bottom: 2.2222222222vw;
}
@media screen and (min-width: 1440px) {
  .sheet__ttl {
    margin-bottom: 32px;
  }
}
.sheet__ttl strong {
  font-size: 2.7777777778vw;
  font-size: max(2.7777777778vw, 10px);
}
@media screen and (min-width: 1440px) {
  .sheet__ttl strong {
    font-size: 40px;
  }
}
.sheet__ttl strong {
  color: #18499d;
}
.sheet__desc {
  font-size: 1.3194444444vw;
  font-size: max(1.3194444444vw, 10px);
}
@media screen and (min-width: 1440px) {
  .sheet__desc {
    font-size: 19px;
  }
}
.sheet__desc {
  line-height: 1.73684211;
  margin-bottom: 3.4722222222vw;
}
@media screen and (min-width: 1440px) {
  .sheet__desc {
    margin-bottom: 50px;
  }
}
.sheet__img {
  position: relative;
  z-index: 2;
  width: 38.6805555556vw;
  max-width: 557px;
  margin: 0vw 0vw 0vw 3.4722222222vw;
}
@media screen and (min-width: 1440px) {
  .sheet__img {
    margin: 0px 0px 0px 50px;
  }
}
.sheet__caption {
  font-size: 0.7638888889vw;
  font-size: max(0.7638888889vw, 10px);
}
@media screen and (min-width: 1440px) {
  .sheet__caption {
    font-size: 11px;
  }
}
.sheet__caption {
  padding-top: 0.7em;
  line-height: 1;
  text-align: right;
  padding-right: 4.5138888889vw;
}
@media screen and (min-width: 1440px) {
  .sheet__caption {
    padding-right: 65px;
  }
}
.sheet__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8333333333vw 0vw;
}
@media screen and (min-width: 1440px) {
  .sheet__points {
    gap: 12px 0px;
  }
}
.sheet__point {
  letter-spacing: 0.05em;
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 30.3472222222vw;
  max-width: 437px;
  height: 5.4166666667vw;
  max-height: 78px;
  border-radius: 999px;
  background: #fff;
  border: dotted 2px #29c3f0;
  padding: 0 0 0 1.8em;
  font-size: 1.5277777778vw;
  font-size: max(1.5277777778vw, 10px);
}
@media screen and (min-width: 1440px) {
  .sheet__point {
    font-size: 22px;
  }
}
.sheet__point {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
.sheet__point strong {
  color: #29c3f0;
}
.sheet__point strong.is-red {
  color: #ed5a24;
}
@media screen and (max-width: 765px) {
  .sheet {
    height: 223.6vw;
    overflow: hidden;
  }
  .sheet__wrap {
    padding: 13.3333333333vw 0 0 12vw;
    width: 100vw;
    height: 223.6vw;
  }
  .sheet__wrap:before {
    background: url(../img/sheet/sheet-bg-sp.svg) no-repeat center bottom/contain;
    width: 100.4vw;
    height: 223.4666666667vw;
    inset: 0 0 auto auto;
    margin: 0;
  }
  .sheet__wrap:after {
    background: url(../img/sheet/sheet-illust.svg) no-repeat center center/contain;
    width: 23.7333333333vw;
    height: 32.1333333333vw;
    inset: auto 0 0 auto;
    margin: 0 4vw -1.3333333333vw 0;
  }
  .sheet__txt {
    width: auto;
    margin: 0;
    padding: 0;
  }
  .sheet__ttl {
    font-size: 4.6666666667vw;
    line-height: 1.51428571;
    margin-bottom: 2.6666666667vw;
  }
  .sheet__ttl strong {
    font-size: 5.4666666667vw;
  }
  .sheet__desc {
    font-size: 3.2vw;
    line-height: 1.75;
    margin-bottom: 120vw;
  }
  .sheet__img {
    position: absolute;
    inset: 62.1333333333vw 0 0 12vw;
    width: 76.4vw;
    margin: 0;
  }
  .sheet__caption {
    font-size: 2.4vw;
    padding-top: 0.25em;
  }
  .sheet__points {
    gap: 1.3333333333vw 0;
  }
  .sheet__point {
    width: 68.6666666667vw;
    height: 10.5333333333vw;
    border: dotted 0.2666666667vw #29c3f0;
    font-size: 3.7333333333vw;
  }
}

/*---------------------------------------------------------------- after */
.after {
  padding: 4.8611111111vw 0vw 4.8611111111vw 0vw;
}
@media screen and (min-width: 1440px) {
  .after {
    padding: 70px 0px 70px 0px;
  }
}
.after__wrap {
  width: 79.1666666667vw;
  max-width: 1140px;
  margin: auto;
}
.after__desc {
  text-align: center;
  line-height: 1.73684211;
  font-size: 1.3194444444vw;
  font-size: max(1.3194444444vw, 10px);
}
@media screen and (min-width: 1440px) {
  .after__desc {
    font-size: 19px;
  }
}
.after__desc {
  margin-bottom: 2.7777777778vw;
}
@media screen and (min-width: 1440px) {
  .after__desc {
    margin-bottom: 40px;
  }
}
.after__note {
  text-align: center;
  padding-top: 1em;
  font-size: 1.25vw;
  font-size: max(1.25vw, 10px);
}
@media screen and (min-width: 1440px) {
  .after__note {
    font-size: 18px;
  }
}
@media screen and (max-width: 765px) {
  .after {
    padding: 12vw 0 6vw;
  }
  .after__wrap {
    width: 92vw;
  }
  .after__desc {
    line-height: 1.75;
    font-size: 3.2vw;
    margin-bottom: 5.3333333333vw;
  }
  .after__note {
    padding-top: 1.74074074;
    font-size: 3.6vw;
  }
}

/*---------------------------------------------------------------- after-list */
.after-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.after-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 38.6111111111vw;
  max-width: 556px;
  height: 14.2361111111vw;
  max-height: 205px;
  border-radius: 0.8333333333vw;
}
@media screen and (min-width: 1440px) {
  .after-list__item {
    border-radius: 12px;
  }
}
.after-list__item.is-type1 {
  background: #F8FBF2;
}
.after-list__item.is-type1 .after-list__ttl {
  color: #81c617;
}
.after-list__item.is-type1 .after-list__point {
  background: #A4D059;
}
.after-list__item.is-type1 .after-list__point:before {
  background: url(../img/common/icon-ck-circle-g.svg) no-repeat center center/contain;
}
.after-list__item.is-type1 .after-list__img img {
  width: 10.2777777778vw;
  max-width: 148px;
}
.after-list__item.is-type2 {
  background: #EFF9FE;
}
.after-list__item.is-type2 .after-list__ttl {
  color: #29c3f0;
}
.after-list__item.is-type2 .after-list__point {
  background: #79CCF0;
}
.after-list__item.is-type2 .after-list__point:before {
  background: url(../img/common/icon-ck-circle-b.svg) no-repeat center center/contain;
}
.after-list__item.is-type2 .after-list__img img {
  position: relative;
  width: 11.9791666667vw;
  max-width: 172.5px;
  margin: 0vw 0vw 0vw -0.6944444444vw;
}
@media screen and (min-width: 1440px) {
  .after-list__item.is-type2 .after-list__img img {
    margin: 0px 0px 0px -10px;
  }
}
.after-list__img {
  width: 10.2777777778vw;
  max-width: 148px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.after-list__img img {
  display: block;
  position: absolute;
  inset: auto auto 0 0;
}
.after-list__txt {
  width: 28.3333333333vw;
  max-width: 408px;
  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;
}
.after-list__wrap {
  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;
}
.after-list__ttl {
  text-align: center;
  font-size: 1.5833333333vw;
  font-size: max(1.5833333333vw, 10px);
}
@media screen and (min-width: 1440px) {
  .after-list__ttl {
    font-size: 22.8px;
  }
}
.after-list__ttl {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.25vw;
}
@media screen and (min-width: 1440px) {
  .after-list__ttl {
    margin-bottom: 18px;
  }
}
.after-list__desc {
  line-height: 1;
  text-align: center;
  font-size: 1.1875vw;
  font-size: max(1.1875vw, 10px);
}
@media screen and (min-width: 1440px) {
  .after-list__desc {
    font-size: 17.1px;
  }
}
.after-list__desc {
  margin-bottom: 1.7361111111vw;
}
@media screen and (min-width: 1440px) {
  .after-list__desc {
    margin-bottom: 25px;
  }
}
.after-list__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24.6527777778vw;
  max-width: 355px;
  height: 3.6111111111vw;
  max-height: 52px;
  color: #fff;
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5277777778vw;
  font-size: max(1.5277777778vw, 10px);
}
@media screen and (min-width: 1440px) {
  .after-list__point {
    font-size: 22px;
  }
}
.after-list__point {
  position: relative;
  border-radius: 0.8333333333vw;
}
@media screen and (min-width: 1440px) {
  .after-list__point {
    border-radius: 12px;
  }
}
.after-list__point:before {
  content: "";
  width: 2.3611111111vw;
  max-width: 34px;
  height: 2.3611111111vw;
  max-height: 34px;
  position: absolute;
  inset: 0 auto auto 0;
  margin: -0.8333333333vw 0vw 0vw -0.8333333333vw;
}
@media screen and (min-width: 1440px) {
  .after-list__point:before {
    margin: -12px 0px 0px -12px;
  }
}
@media screen and (max-width: 765px) {
  .after-list {
    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-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 4.4vw 0;
  }
  .after-list__item {
    width: 100%;
    height: 31.4666666667vw;
    border-radius: 1.6vw;
  }
  .after-list__item.is-type1 .after-list__img img {
    width: 24.5333333333vw;
  }
  .after-list__item.is-type2 .after-list__img img {
    width: 27.0666666667vw;
    margin-left: -1.3333333333vw;
  }
  .after-list__img {
    width: 24.5333333333vw;
  }
  .after-list__txt {
    width: 67.4666666667vw;
  }
  .after-list__ttl {
    font-size: 3.7333333333vw;
    margin-bottom: 2vw;
  }
  .after-list__desc {
    font-size: 2.8vw;
    margin-bottom: 3.7333333333vw;
  }
  .after-list__point {
    width: 54.4vw;
    height: 8vw;
    font-size: 3.3333333333vw;
    border-radius: 1.6vw;
  }
  .after-list__point:before {
    width: 5.2vw;
    height: 5.2vw;
    margin: -2vw 0 0 -2vw;
  }
}

/*---------------------------------------------------------------- timing */
.timing {
  padding: 4.8611111111vw 0vw 4.8611111111vw 0vw;
}
@media screen and (min-width: 1440px) {
  .timing {
    padding: 70px 0px 70px 0px;
  }
}
.timing {
  position: relative;
  z-index: 2;
}
.timing__wrap {
  width: 83.3333333333vw;
  max-width: 1200px;
  margin: auto;
  position: relative;
}
.timing__desc {
  font-size: 1.3194444444vw;
  font-size: max(1.3194444444vw, 10px);
}
@media screen and (min-width: 1440px) {
  .timing__desc {
    font-size: 19px;
  }
}
.timing__desc {
  line-height: 1.8;
  margin-bottom: 3.4722222222vw;
}
@media screen and (min-width: 1440px) {
  .timing__desc {
    margin-bottom: 50px;
  }
}
.timing__desc strong {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #29c3f0;
}
.timing__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0vw 0.6944444444vw;
}
@media screen and (min-width: 1440px) {
  .timing__link {
    gap: 0px 10px;
  }
}
.timing__img {
  position: absolute;
  inset: 0 0 auto auto;
  width: 43.3680555556vw;
  max-width: 624.5px;
  margin: -2.0833333333vw -8.3333333333vw 0vw 0vw;
}
@media screen and (min-width: 1440px) {
  .timing__img {
    margin: -30px -120px 0px 0px;
  }
}
@media screen and (max-width: 765px) {
  .timing {
    padding: 6vw 0;
  }
  .timing__wrap {
    width: 92vw;
  }
  .timing__txt {
    margin-bottom: 8.2666666667vw;
  }
  .timing__desc {
    font-size: 3.3333333333vw;
    line-height: 1.76923077;
    margin-bottom: 5.0666666667vw;
  }
  .timing__link {
    gap: 0 0.4vw;
  }
  .timing__img {
    position: relative;
    inset: 0 0 0 -4vw;
    width: 100vw;
    margin: 0;
  }
}

/*---------------------------------------------------------------- plan */
.plan {
  padding: 4.8611111111vw 0vw 4.8611111111vw 0vw;
}
@media screen and (min-width: 1440px) {
  .plan {
    padding: 70px 0px 70px 0px;
  }
}
.plan {
  position: relative;
}
.plan:before {
  content: "";
  background: url(../img/plan/plan-bg.svg) no-repeat center center/contain #fff;
  width: 131.7361111111vw;
  max-width: 1897px;
  height: 65.2083333333vw;
  max-height: 939px;
  position: absolute;
  inset: 0 auto auto 50%;
  margin: -16.875vw 0vw 0vw -66.6666666667vw;
}
@media screen and (min-width: 1440px) {
  .plan:before {
    margin: -243px 0px 0px -960px;
  }
}
.plan:before {
  z-index: 0;
}
.plan__wrap {
  position: relative;
  z-index: 999;
  width: 83.3333333333vw;
  max-width: 1200px;
  margin: auto;
}
.plan__desc {
  text-align: center;
  font-size: 1.3194444444vw;
  font-size: max(1.3194444444vw, 10px);
}
@media screen and (min-width: 1440px) {
  .plan__desc {
    font-size: 19px;
  }
}
.plan__desc {
  line-height: 1.73684211;
  margin-bottom: 5.6944444444vw;
}
@media screen and (min-width: 1440px) {
  .plan__desc {
    margin-bottom: 82px;
  }
}
.plan__desc small {
  font-size: 1.1805555556vw;
  font-size: max(1.1805555556vw, 10px);
}
@media screen and (min-width: 1440px) {
  .plan__desc small {
    font-size: 17px;
  }
}
.plan__desc em {
  font-style: normal;
  text-decoration: underline;
}
.plan__note {
  padding-top: 1em;
  line-height: 1.5;
  font-size: 1.0416666667vw;
  font-size: max(1.0416666667vw, 10px);
}
@media screen and (min-width: 1440px) {
  .plan__note {
    font-size: 15px;
  }
}
@media screen and (max-width: 765px) {
  .plan {
    padding: 6vw 0;
  }
  .plan:before {
    background: url(../img/plan/plan-bg-sp.svg) no-repeat center center/contain #fff;
    width: 136.1333333333vw;
    height: 244.1333333333vw;
    inset: 0 auto auto 0;
    margin: 30.4vw 0 0 -13.3333333333vw;
  }
  .plan__wrap {
    width: 100vw;
  }
  .plan__desc {
    font-size: 3.4666666667vw;
    line-height: 1.76923077;
    margin-bottom: 4.4vw;
  }
  .plan__desc small {
    font-size: 2.9333333333vw;
  }
  .plan__note {
    font-size: 2.4vw;
    line-height: 1.72222222;
    width: 78.6666666667vw;
    margin: auto;
  }
}

/*---------------------------------------------------------------- plan-list */
.plan-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.plan-list__item {
  position: relative;
  width: 19.0972222222vw;
  max-width: 275px;
  border-radius: 10px;
  background-color: #fff;
  border: solid 1px;
}
.plan-list__item.is-light {
  border-color: #29c3f0;
}
.plan-list__item.is-light .plan-list__ttl {
  background: #EAF7FC;
}
.plan-list__item.is-light .plan-list__ttl,
.plan-list__item.is-light .plan-list__price {
  color: #29c3f0;
}
.plan-list__item.is-light .plan-list__label {
  background-color: #29c3f0;
}
.plan-list__item.is-light .plan-list__point:before {
  background: url(../img/common/icon-ck-lb.svg) no-repeat center center/contain;
}
.plan-list__item.is-start {
  border-color: #29a0f0;
}
.plan-list__item.is-start .plan-list__ttl {
  background-color: #EAF4FC;
}
.plan-list__item.is-start .plan-list__ttl,
.plan-list__item.is-start .plan-list__price {
  color: #29a0f0;
}
.plan-list__item.is-start .plan-list__label {
  background-color: #29a0f0;
}
.plan-list__item.is-start .plan-list__point:before {
  background: url(../img/common/icon-ck-b.svg) no-repeat center center/contain;
}
.plan-list__item.is-body {
  border-color: #00ad48;
}
.plan-list__item.is-body .plan-list__ttl {
  background: #E6F5EC;
}
.plan-list__item.is-body .plan-list__ttl,
.plan-list__item.is-body .plan-list__price {
  color: #00ad48;
}
.plan-list__item.is-body .plan-list__label,
.plan-list__item.is-body .plan-list__pick {
  background-color: #00ad48;
}
.plan-list__item.is-body .plan-list__point:before {
  background: url(../img/common/icon-ck-g.svg) no-repeat center center/contain;
}
.plan-list__item.is-premium {
  border-color: #006983;
}
.plan-list__item.is-premium .plan-list__ttl {
  background-color: #E5EFF1;
}
.plan-list__item.is-premium .plan-list__ttl,
.plan-list__item.is-premium .plan-list__price {
  color: #006983;
}
.plan-list__item.is-premium .plan-list__label {
  background-color: #006983;
}
.plan-list__item.is-premium .plan-list__point:before {
  background: url(../img/common/icon-ck-n.svg) no-repeat center center/contain;
}
.plan-list__pick {
  position: absolute;
  inset: 0 auto auto 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 7.2916666667vw;
  max-width: 105px;
  height: 2.0833333333vw;
  max-height: 30px;
  font-size: 1.2083333333vw;
  font-size: max(1.2083333333vw, 10px);
}
@media screen and (min-width: 1440px) {
  .plan-list__pick {
    font-size: 17.4px;
  }
}
.plan-list__pick {
  color: #fff;
  margin: -2.0833333333vw 0vw 0vw -3.6458333333vw;
}
@media screen and (min-width: 1440px) {
  .plan-list__pick {
    margin: -30px 0px 0px -52.5px;
  }
}
.plan-list__pick {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.plan-list__ttl {
  font-size: 1.7361111111vw;
  font-size: max(1.7361111111vw, 10px);
}
@media screen and (min-width: 1440px) {
  .plan-list__ttl {
    font-size: 25px;
  }
}
.plan-list__ttl {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 1.36;
  height: 6.9444444444vw;
  max-height: 100px;
  text-align: center;
  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;
  margin-bottom: 1.1111111111vw;
}
@media screen and (min-width: 1440px) {
  .plan-list__ttl {
    margin-bottom: 16px;
  }
}
.plan-list__ttl {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.plan-list__wrap {
  padding: 0vw 1.7361111111vw 1.0416666667vw 1.7361111111vw;
}
@media screen and (min-width: 1440px) {
  .plan-list__wrap {
    padding: 0px 25px 15px 25px;
  }
}
.plan-list__price {
  line-height: 1;
  text-align: center;
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5069444444vw;
  font-size: max(1.5069444444vw, 10px);
}
@media screen and (min-width: 1440px) {
  .plan-list__price {
    font-size: 21.7px;
  }
}
.plan-list__price {
  margin-bottom: 1.7361111111vw;
}
@media screen and (min-width: 1440px) {
  .plan-list__price {
    margin-bottom: 25px;
  }
}
.plan-list__price strong {
  font-size: 2.5347222222vw;
  font-size: max(2.5347222222vw, 10px);
}
@media screen and (min-width: 1440px) {
  .plan-list__price strong {
    font-size: 36.5px;
  }
}
.plan-list__price strong {
  display: inline-block;
  margin-right: -3px;
}
.plan-list__price small {
  font-size: 0.9583333333vw;
  font-size: max(0.9583333333vw, 10px);
}
@media screen and (min-width: 1440px) {
  .plan-list__price small {
    font-size: 13.8px;
  }
}
.plan-list__points {
  list-style-type: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5555555556vw 0vw;
}
@media screen and (min-width: 1440px) {
  .plan-list__points {
    gap: 8px 0px;
  }
}
.plan-list__points {
  margin-bottom: 1.7361111111vw;
}
@media screen and (min-width: 1440px) {
  .plan-list__points {
    margin-bottom: 25px;
  }
}
.plan-list__point {
  font-size: 1.0416666667vw;
  font-size: max(1.0416666667vw, 10px);
}
@media screen and (min-width: 1440px) {
  .plan-list__point {
    font-size: 15px;
  }
}
.plan-list__point {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  padding: 0 0 0.18em 0;
  border-bottom: dotted 2px #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.plan-list__point:before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
}
.plan-list__label {
  color: #fff;
  font-size: 1.1805555556vw;
  font-size: max(1.1805555556vw, 10px);
}
@media screen and (min-width: 1440px) {
  .plan-list__label {
    font-size: 17px;
  }
}
.plan-list__label {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  border-radius: 999px;
  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;
  height: 2.2222222222vw;
  max-height: 32px;
  margin-bottom: 0.6944444444vw;
}
@media screen and (min-width: 1440px) {
  .plan-list__label {
    margin-bottom: 10px;
  }
}
.plan-list__body {
  font-size: 0.9722222222vw;
  font-size: max(0.9722222222vw, 10px);
}
@media screen and (min-width: 1440px) {
  .plan-list__body {
    font-size: 14px;
  }
}
.plan-list__body {
  line-height: 1.71428571;
  text-align: justify;
}
@media screen and (max-width: 765px) {
  .plan-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2.6666666667vw 0;
    width: 78.6666666667vw;
    margin: auto;
  }
  .plan-list__item {
    width: 100%;
    border-radius: 1.3333333333vw;
    border-width: 0.1333333333vw;
  }
  .plan-list__item.is-body {
    margin-top: 4.8vw;
  }
  .plan-list__pick {
    width: 17.0666666667vw;
    height: 4.8vw;
    font-size: 2.8vw;
    margin: -4.8vw 0 0 -8.5333333333vw;
    border-top-left-radius: 1.0666666667vw;
    border-top-right-radius: 1.0666666667vw;
  }
  .plan-list__ttl {
    font-size: 4.4vw;
    height: 12vw;
    margin-bottom: 4vw;
    border-top-left-radius: 0.9333333333vw;
    border-top-right-radius: 0.9333333333vw;
  }
  .plan-list__ttl br {
    display: none;
  }
  .plan-list__wrap {
    padding: 0 6vw 2.6666666667vw;
    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;
  }
  .plan-list__price {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
  .plan-list__price strong {
    font-size: 6.6666666667vw;
    margin-right: -0.4vw;
  }
  .plan-list__price small {
    font-size: 2.5333333333vw;
  }
  .plan-list__points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.6666666667vw;
    margin-bottom: 4vw;
  }
  .plan-list__point {
    font-size: 3.0666666667vw;
    border-bottom: dotted 0.2666666667vw #999;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .plan-list__point:before {
    content: "";
    background: url(../img/common/icon-ck-b.svg) no-repeat center center/contain;
    width: 0.8em;
    height: 0.8em;
    margin-right: 0.3em;
  }
  .plan-list__label {
    font-size: 3.2vw;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 5.7333333333vw;
    margin-bottom: 2vw;
    padding: 0 1em;
    min-width: 40vw;
  }
  .plan-list__body {
    font-size: 3.2vw;
    line-height: 1.5;
  }
}

/*---------------------------------------------------------------- keep */
.keep {
  padding: 4.8611111111vw 0vw 4.8611111111vw 0vw;
}
@media screen and (min-width: 1440px) {
  .keep {
    padding: 70px 0px 70px 0px;
  }
}
.keep {
  width: 83.3333333333vw;
  max-width: 1200px;
  margin: auto;
  position: relative;
}
.keep:before {
  content: "";
  position: absolute;
  background: url(../img/keep/keep-illust.svg) no-repeat center center/contain;
  width: 17.0833333333vw;
  max-width: 246px;
  height: 13.125vw;
  max-height: 189px;
  inset: 0 0 auto auto;
  margin: 2.1527777778vw 1.0416666667vw 0vw 0vw;
}
@media screen and (min-width: 1440px) {
  .keep:before {
    margin: 31px 15px 0px 0px;
  }
}
.keep__desc {
  font-size: 1.3194444444vw;
  font-size: max(1.3194444444vw, 10px);
}
@media screen and (min-width: 1440px) {
  .keep__desc {
    font-size: 19px;
  }
}
.keep__desc {
  line-height: 1.73684211;
  margin-bottom: 2.9861111111vw;
}
@media screen and (min-width: 1440px) {
  .keep__desc {
    margin-bottom: 43px;
  }
}
.keep__note {
  padding-top: 1em;
  font-size: 1.0416666667vw;
  font-size: max(1.0416666667vw, 10px);
}
@media screen and (min-width: 1440px) {
  .keep__note {
    font-size: 15px;
  }
}
@media screen and (max-width: 765px) {
  .keep {
    padding: 6vw 0;
    width: 85.3333333333vw;
  }
  .keep:before {
    background: url(../img/keep/keep-illust-sp.svg) no-repeat center center/contain;
    width: 28vw;
    height: 60.9333333333vw;
    margin: -2.9333333333vw -6.1333333333vw 0 0;
    max-width: none;
    max-height: none;
  }
  .keep__ttl {
    margin-bottom: 5.3333333333vw;
  }
  .keep__desc {
    font-size: 3.4666666667vw;
    line-height: 1.76923077;
    margin-bottom: 6vw;
  }
  .keep__note {
    font-size: 2.4vw;
    line-height: 1.72222222;
  }
}

/*---------------------------------------------------------------- keep-list */
.keep-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.keep-list__item {
  width: 26.1805555556vw;
  max-width: 377px;
  background-color: #fff;
  border-radius: 10px;
  border: solid 1px #00ad48;
}
.keep-list__ttl {
  font-size: 1.4236111111vw;
  font-size: max(1.4236111111vw, 10px);
}
@media screen and (min-width: 1440px) {
  .keep-list__ttl {
    font-size: 20.5px;
  }
}
.keep-list__ttl {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  background: #00ad48;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  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;
  height: 3.4722222222vw;
  max-height: 50px;
}
.keep-list__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.0416666667vw 0.6944444444vw 1.0416666667vw 0.6944444444vw;
}
@media screen and (min-width: 1440px) {
  .keep-list__wrap {
    padding: 15px 10px 15px 10px;
  }
}
.keep-list__wrap {
  gap: 0.6944444444vw 0.6944444444vw;
}
@media screen and (min-width: 1440px) {
  .keep-list__wrap {
    gap: 10px 10px;
  }
}
.keep-list__type {
  width: 8.6111111111vw;
  max-width: 124px;
  height: 2.1527777778vw;
  max-height: 31px;
  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;
  font-size: 0.9722222222vw;
  font-size: max(0.9722222222vw, 10px);
}
@media screen and (min-width: 1440px) {
  .keep-list__type {
    font-size: 14px;
  }
}
.keep-list__type {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  background-color: #EDF6DE;
  border-radius: 999px;
  color: #00ad48;
}
.keep-list__price {
  width: 15.2777777778vw;
  max-width: 220px;
  color: #00ad48;
  position: relative;
  margin-top: -0.6944444444vw;
}
@media screen and (min-width: 1440px) {
  .keep-list__price {
    margin-top: -10px;
  }
}
.keep-list__price {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.3194444444vw;
  font-size: max(1.3194444444vw, 10px);
}
@media screen and (min-width: 1440px) {
  .keep-list__price {
    font-size: 19px;
  }
}
.keep-list__price strong {
  font-size: 2.2222222222vw;
  font-size: max(2.2222222222vw, 10px);
}
@media screen and (min-width: 1440px) {
  .keep-list__price strong {
    font-size: 32px;
  }
}
.keep-list__price small {
  font-size: 0.8333333333vw;
  font-size: max(0.8333333333vw, 10px);
}
@media screen and (min-width: 1440px) {
  .keep-list__price small {
    font-size: 12px;
  }
}
.keep-list__tags {
  width: 100%;
  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;
}
.keep-list__tag {
  font-size: 0.8680555556vw;
  font-size: max(0.8680555556vw, 10px);
}
@media screen and (min-width: 1440px) {
  .keep-list__tag {
    font-size: 12.5px;
  }
}
.keep-list__tag {
  background: #eeeeee;
  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;
  height: 1.875vw;
  max-height: 27px;
  padding: 0 1em;
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  border-radius: 999px;
}
@media screen and (max-width: 765px) {
  .keep-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2.6666666667vw 0;
  }
  .keep-list__item {
    width: 100%;
    border-radius: 1.3333333333vw;
    border: solid 0.1333333333vw #00ad48;
  }
  .keep-list__ttl {
    font-size: 3.4666666667vw;
    border-top-left-radius: 0.9333333333vw;
    border-top-right-radius: 0.9333333333vw;
    height: 8.5333333333vw;
  }
  .keep-list__wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2.2666666667vw 2.6666666667vw;
    gap: 1.7333333333vw;
  }
  .keep-list__type {
    width: 26vw;
    margin-left: 4.6666666667vw;
    height: 6.5333333333vw;
    font-size: 3.2vw;
    border-radius: 2vw;
  }
  .keep-list__price {
    width: 36vw;
    margin-top: -2vw;
    font-size: 3.5333333333vw;
  }
  .keep-list__price strong {
    font-size: 6.4533333333vw;
  }
  .keep-list__price small {
    font-size: 2.76vw;
  }
  .keep-list__tags {
    gap: 0 1.3333333333vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .keep-list__tag {
    font-size: 2.9333333333vw;
    height: 5.6vw;
    border-radius: 1.7333333333vw;
    padding: 0 0.5em;
  }
  .keep-list__tag.is-s {
    width: 25%;
  }
  .keep-list__tag.is-m {
    width: 32%;
  }
  .keep-list__tag.is-wide {
    width: 35%;
  }
  .keep-list__tag.is-wide2 {
    width: 40%;
  }
}

/*---------------------------------------------------------------- flow */
.flow {
  padding: 4.8611111111vw 0vw 4.8611111111vw 0vw;
}
@media screen and (min-width: 1440px) {
  .flow {
    padding: 70px 0px 70px 0px;
  }
}
.flow {
  position: relative;
}
.flow:before {
  content: "";
  background: url(../img/flow/flow-bg.svg) no-repeat center center/contain;
  width: 126.875vw;
  max-width: 1827px;
  height: 147.2916666667vw;
  max-height: 2121px;
  position: absolute;
  inset: 0 auto auto 50%;
  margin: 1.0416666667vw 0vw 0vw -61.4583333333vw;
}
@media screen and (min-width: 1440px) {
  .flow:before {
    margin: 15px 0px 0px -885px;
  }
}
.flow:before {
  z-index: 1;
}
.flow__wrap {
  position: relative;
  z-index: 2;
}
.flow__frame {
  width: 71.875vw;
  max-width: 1035px;
  background: #c9ed60;
  border-radius: 1.0416666667vw;
}
@media screen and (min-width: 1440px) {
  .flow__frame {
    border-radius: 15px;
  }
}
.flow__frame {
  margin: 0vw auto 9.7222222222vw auto;
}
@media screen and (min-width: 1440px) {
  .flow__frame {
    margin: 0px auto 140px auto;
  }
}
.flow__frame {
  padding: 3.4722222222vw 4.8611111111vw 4.8611111111vw 4.8611111111vw;
}
@media screen and (min-width: 1440px) {
  .flow__frame {
    padding: 50px 70px 70px 70px;
  }
}
.flow__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  margin-bottom: 2.4305555556vw;
}
@media screen and (min-width: 1440px) {
  .flow__label {
    margin-bottom: 35px;
  }
}
.flow__label span {
  color: #00ad48;
  font-size: 1.5972222222vw;
  font-size: max(1.5972222222vw, 10px);
}
@media screen and (min-width: 1440px) {
  .flow__label span {
    font-size: 23px;
  }
}
.flow__label span {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow__label span:before, .flow__label span:after {
  width: 0.2083333333vw;
  max-width: 3px;
  height: 1em;
  background: #00ad48;
  content: "";
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  margin: 0 1em;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.flow__label span:before {
  -webkit-transform: rotate(-18deg);
          transform: rotate(-18deg);
}
.flow__label span:after {
  -webkit-transform: rotate(18deg);
          transform: rotate(18deg);
}
@media screen and (max-width: 765px) {
  .flow {
    padding: 3.125vw 0;
  }
  .flow:before {
    background: url(../img/flow/flow-bg-sp.svg) no-repeat center center/contain;
    width: 182vw;
    height: 424vw;
    inset: 0 auto auto 0;
    margin: -1.4666666667vw 0 0 -42.5333333333vw;
  }
  .flow__frame {
    width: 92vw;
    border-radius: 2vw;
    margin-bottom: 22.6666666667vw;
    padding: 4.6666666667vw 6vw;
  }
  .flow__label {
    margin-bottom: 5.3333333333vw;
  }
  .flow__label span {
    font-size: 2.9333333333vw;
  }
  .flow__label span:before, .flow__label span:after {
    width: 0.4vw;
  }
}

/*---------------------------------------------------------------- flow-banenr */
.flow-banenr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.2222222222vw;
}
@media screen and (min-width: 1440px) {
  .flow-banenr {
    margin-bottom: 32px;
  }
}
.flow-banenr__item {
  width: 29.8611111111vw;
  max-width: 430px;
  background: #fff;
  border-radius: 0.6944444444vw;
}
@media screen and (min-width: 1440px) {
  .flow-banenr__item {
    border-radius: 10px;
  }
}
.flow-banenr__item {
  position: relative;
  padding: 2.4305555556vw 2.0833333333vw 2.0833333333vw 2.0833333333vw;
}
@media screen and (min-width: 1440px) {
  .flow-banenr__item {
    padding: 35px 30px 30px 30px;
  }
}
.flow-banenr__item.is-line .flow-banenr__label {
  background: #4cc764;
}
.flow-banenr__item.is-line .flow-banenr__ttl {
  color: #00ad48;
}
.flow-banenr__item.is-consultation .flow-banenr__label {
  background: #29c3f0;
}
.flow-banenr__item.is-consultation .flow-banenr__ttl {
  color: #29c3f0;
}
.flow-banenr__label {
  position: absolute;
  inset: 0 auto auto 50%;
  margin: -1.25vw 0vw 0vw -8.3333333333vw;
}
@media screen and (min-width: 1440px) {
  .flow-banenr__label {
    margin: -18px 0px 0px -120px;
  }
}
.flow-banenr__label {
  border-radius: 999px;
  width: 16.6666666667vw;
  max-width: 240px;
  height: 2.5vw;
  max-height: 36px;
  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;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.25vw;
  font-size: max(1.25vw, 10px);
}
@media screen and (min-width: 1440px) {
  .flow-banenr__label {
    font-size: 18px;
  }
}
.flow-banenr__label {
  color: #fff;
}
.flow-banenr__wrap {
  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;
}
.flow-banenr__icon {
  width: 5.7638888889vw;
  max-width: 83px;
}
.flow-banenr__ttl {
  font-size: 1.5277777778vw;
  font-size: max(1.5277777778vw, 10px);
}
@media screen and (min-width: 1440px) {
  .flow-banenr__ttl {
    font-size: 22px;
  }
}
.flow-banenr__ttl {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.5em;
}
.flow-banenr__txt {
  width: 18.8888888889vw;
  max-width: 272px;
}
.flow-banenr__desc {
  font-size: 1.1111111111vw;
  font-size: max(1.1111111111vw, 10px);
}
@media screen and (min-width: 1440px) {
  .flow-banenr__desc {
    font-size: 16px;
  }
}
.flow-banenr__desc {
  line-height: 1.5;
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 350;
}
@media screen and (max-width: 765px) {
  .flow-banenr {
    margin-bottom: 4.6666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 4.2666666667vw 0;
  }
  .flow-banenr__item {
    width: 100%;
    border-radius: 1.3333333333vw;
    padding: 6vw 6vw 2.6666666667vw 6vw;
  }
  .flow-banenr__label {
    font-size: 3.3333333333vw;
    border-radius: 2.4vw;
    width: 40.2666666667vw;
    height: 6vw;
    margin: -3vw 0 0 -20.1333333333vw;
  }
  .flow-banenr__icon {
    width: 13.8666666667vw;
  }
  .flow-banenr__ttl {
    font-size: 3.7333333333vw;
  }
  .flow-banenr__txt {
    width: 49.3333333333vw;
  }
  .flow-banenr__desc {
    font-size: 3.2vw;
  }
}

/*---------------------------------------------------------------- flow-list */
.flow-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: 1.25vw 0vw;
}
@media screen and (min-width: 1440px) {
  .flow-list {
    gap: 18px 0px;
  }
}
.flow-list__item {
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 3.4722222222vw;
}
@media screen and (min-width: 1440px) {
  .flow-list__item {
    min-height: 50px;
  }
}
.flow-list__ttl {
  width: 10.2083333333vw;
  max-width: 147px;
  background: #F2FAD9;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-weight: 700;
  color: #39b14a;
  font-size: 1.25vw;
  font-size: max(1.25vw, 10px);
}
@media screen and (min-width: 1440px) {
  .flow-list__ttl {
    font-size: 18px;
  }
}
.flow-list__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2.3611111111vw;
}
@media screen and (min-width: 1440px) {
  .flow-list__ttl {
    padding-left: 34px;
  }
}
.flow-list__ttl strong {
  font-size: 2.2222222222vw;
  font-size: max(2.2222222222vw, 10px);
}
@media screen and (min-width: 1440px) {
  .flow-list__ttl strong {
    font-size: 32px;
  }
}
.flow-list__ttl strong {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flow-list__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2.3611111111vw;
}
@media screen and (min-width: 1440px) {
  .flow-list__body {
    padding-left: 34px;
  }
}
.flow-list__body {
  width: 51.9444444444vw;
  max-width: 748px;
  background: #fff;
  font-size: 1.1805555556vw;
  font-size: max(1.1805555556vw, 10px);
}
@media screen and (min-width: 1440px) {
  .flow-list__body {
    font-size: 17px;
  }
}
.flow-list__body {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  line-height: 1.30434783;
}
@media screen and (max-width: 765px) {
  .flow-list {
    gap: 1.8666666667vw 0;
  }
  .flow-list__item {
    min-height: 12vw;
    background-color: rgba(135, 206, 235, 0.5);
  }
  .flow-list__ttl {
    width: 18.8vw;
    font-size: 3.3333333333vw;
    padding-left: 3.7333333333vw;
  }
  .flow-list__ttl strong {
    font-size: 5.8666666667vw;
  }
  .flow-list__body {
    -webkit-font-feature-settings: "palt" !important;
            font-feature-settings: "palt" !important;
    letter-spacing: 0.03em;
    -webkit-text-size-adjust: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 3.0666666667vw;
    width: 61.2vw;
    padding: 0 6.6666666667vw 0 2.6666666667vw;
    line-height: 1.30434783;
  }
}

/*---------------------------------------------------------------- flow-info */
.flow-info__ttl {
  font-size: 1.9444444444vw;
  font-size: max(1.9444444444vw, 10px);
}
@media screen and (min-width: 1440px) {
  .flow-info__ttl {
    font-size: 28px;
  }
}
.flow-info__ttl {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #F1A735;
  text-align: center;
  position: relative;
  line-height: 1.5;
  margin-bottom: 1.3888888889vw;
}
@media screen and (min-width: 1440px) {
  .flow-info__ttl {
    margin-bottom: 20px;
  }
}
.flow-info__ttl:before {
  content: "";
  background: url(../img/common/icon-caution.svg) no-repeat center center/contain;
  width: 3.6805555556vw;
  max-width: 53px;
  height: 3.6805555556vw;
  max-height: 53px;
  position: absolute;
  inset: 0 auto auto 50%;
  margin: -4.8611111111vw 0vw 0vw -1.8402777778vw;
}
@media screen and (min-width: 1440px) {
  .flow-info__ttl:before {
    margin: -70px 0px 0px -26.5px;
  }
}
.flow-info__desc {
  font-size: 1.3194444444vw;
  font-size: max(1.3194444444vw, 10px);
}
@media screen and (min-width: 1440px) {
  .flow-info__desc {
    font-size: 19px;
  }
}
.flow-info__desc {
  line-height: 1.73684211;
  text-align: center;
  margin-bottom: 3.125vw;
}
@media screen and (min-width: 1440px) {
  .flow-info__desc {
    margin-bottom: 45px;
  }
}
.flow-info__note {
  font-size: 1.0416666667vw;
  font-size: max(1.0416666667vw, 10px);
}
@media screen and (min-width: 1440px) {
  .flow-info__note {
    font-size: 15px;
  }
}
.flow-info__note {
  text-align: center;
}
.flow-info__note a {
  color: #29a0f0;
  text-decoration: underline;
}
@media screen and (max-width: 765px) {
  .flow-info__ttl {
    font-size: 4.6666666667vw;
    line-height: 1.37142857;
    margin-bottom: 4vw;
  }
  .flow-info__ttl:before {
    width: 9.4666666667vw;
    height: 9.4666666667vw;
    margin: -12vw 0 0 -4.7466666667vw;
  }
  .flow-info__desc {
    font-size: 3.4666666667vw;
    line-height: 1.76923077;
    margin-bottom: 6.6666666667vw;
  }
  .flow-info__note {
    font-size: 2.4vw;
    text-align: left;
    width: 78.6666666667vw;
    margin: auto;
  }
}

/*---------------------------------------------------------------- flow-point */
.flow-point {
  width: 83.3333333333vw;
  max-width: 1200px;
  margin: 0vw auto 2.0833333333vw auto;
}
@media screen and (min-width: 1440px) {
  .flow-point {
    margin: 0px auto 30px auto;
  }
}
.flow-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flow-point__item {
  background: #EAF7FC;
  border-radius: 0.6944444444vw;
}
@media screen and (min-width: 1440px) {
  .flow-point__item {
    border-radius: 10px;
  }
}
.flow-point__item {
  padding: 1.7361111111vw 1.7361111111vw 1.7361111111vw 1.7361111111vw;
}
@media screen and (min-width: 1440px) {
  .flow-point__item {
    padding: 25px 25px 25px 25px;
  }
}
.flow-point__item:nth-child(1) {
  width: 28.4722222222vw;
  max-width: 410px;
}
.flow-point__item:nth-child(2) {
  width: 19.5138888889vw;
  max-width: 281px;
}
.flow-point__item:nth-child(3) {
  width: 32.2222222222vw;
  max-width: 464px;
}
.flow-point__ttl {
  border-radius: 999px;
  height: 3.4722222222vw;
  max-height: 50px;
  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;
  color: #fff;
  font-size: 1.3194444444vw;
  font-size: max(1.3194444444vw, 10px);
}
@media screen and (min-width: 1440px) {
  .flow-point__ttl {
    font-size: 19px;
  }
}
.flow-point__ttl {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  background: #29c3f0;
  margin-bottom: 1.3888888889vw;
}
@media screen and (min-width: 1440px) {
  .flow-point__ttl {
    margin-bottom: 20px;
  }
}
.flow-point__body {
  font-size: 1.1111111111vw;
  font-size: max(1.1111111111vw, 10px);
}
@media screen and (min-width: 1440px) {
  .flow-point__body {
    font-size: 16px;
  }
}
.flow-point__body {
  line-height: 1.5625;
}
.flow-point__body strong {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #29a0f0;
}
@media screen and (max-width: 765px) {
  .flow-point {
    width: 78.6666666667vw;
    margin-bottom: 2.6666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.1333333333vw 0;
  }
  .flow-point__item {
    border-radius: 1.3333333333vw;
    padding: 3.6vw 4vw 2.6666666667vw;
    width: 100% !important;
    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;
  }
  .flow-point__ttl {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 1em;
    height: 6.6666666667vw;
    font-size: 3.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .flow-point__body {
    font-size: 3.0666666667vw;
    line-height: 1.73913043;
  }
}

/*---------------------------------------------------------------- faq */
.faq {
  padding: 4.8611111111vw 0vw 4.8611111111vw 0vw;
}
@media screen and (min-width: 1440px) {
  .faq {
    padding: 70px 0px 70px 0px;
  }
}
.faq {
  z-index: 1;
  position: relative;
}
.faq__wrap {
  width: 71.875vw;
  max-width: 1035px;
  margin: auto;
  position: relative;
}
.faq__wrap:after {
  content: "";
  position: absolute;
  background: url(../img/faq/faq-bg.svg) no-repeat center center/contain;
  width: 110.625vw;
  max-width: 1593px;
  height: 100.2777777778vw;
  max-height: 1444px;
  inset: 0 auto auto 0;
  margin: -6.7361111111vw 0vw 0vw -18.3333333333vw;
}
@media screen and (min-width: 1440px) {
  .faq__wrap:after {
    margin: -97px 0px 0px -264px;
  }
}
.faq__list {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6944444444vw 0vw;
}
@media screen and (min-width: 1440px) {
  .faq__list {
    gap: 10px 0px;
  }
}
.faq__item {
  background: #fff;
  border: solid 1px #29c3f0;
  border-radius: 1.2847222222vw;
}
@media screen and (min-width: 1440px) {
  .faq__item {
    border-radius: 18.5px;
  }
}
.faq__item {
  padding: 1.3888888889vw 2.4305555556vw 1.0416666667vw 2.4305555556vw;
}
@media screen and (min-width: 1440px) {
  .faq__item {
    padding: 20px 35px 15px 35px;
  }
}
.faq__q {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #0068b7;
  line-height: 1.2;
  margin-bottom: 1em;
  font-size: 1.3541666667vw;
  font-size: max(1.3541666667vw, 10px);
}
@media screen and (min-width: 1440px) {
  .faq__q {
    font-size: 19.5px;
  }
}
.faq__q {
  border-bottom: dotted 1px #29c3f0;
  padding: 0vw 0vw 0.6944444444vw 0vw;
}
@media screen and (min-width: 1440px) {
  .faq__q {
    padding: 0px 0px 10px 0px;
  }
}
.faq__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq__q:before {
  content: "Q";
  display: inline-block;
  width: 2.4305555556vw;
  max-width: 35px;
  font-size: 1.9444444444vw;
  font-size: max(1.9444444444vw, 10px);
}
@media screen and (min-width: 1440px) {
  .faq__q:before {
    font-size: 28px;
  }
}
.faq__a {
  font-size: 1.1805555556vw;
  font-size: max(1.1805555556vw, 10px);
}
@media screen and (min-width: 1440px) {
  .faq__a {
    font-size: 17px;
  }
}
.faq__a {
  line-height: 1.35294118;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  text-align: justify;
}
.faq__a:before {
  content: "A";
  color: #0068b7;
  display: inline-block;
  width: 4.6666666667vw;
  width: 2.4305555556vw;
  max-width: 35px;
  font-size: 1.9444444444vw;
  font-size: max(1.9444444444vw, 10px);
}
@media screen and (min-width: 1440px) {
  .faq__a:before {
    font-size: 28px;
  }
}
.faq__a:before {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 765px) {
  .faq {
    padding: 6vw 0 6vw;
  }
  .faq__wrap {
    width: 92vw;
  }
  .faq__wrap:after {
    content: "";
    background: url(../img/faq/faq-bg-sp.svg) no-repeat center center/contain;
    width: 186.4vw;
    height: 239.3333333333vw;
    margin: -3.0666666667vw 0 0 -68.9333333333vw;
  }
  .faq__list {
    gap: 2.6666666667vw 0;
  }
  .faq__item {
    border-width: 0.1333333333vw;
    border-radius: 2.4vw;
    padding: 2.6666666667vw 4vw;
  }
  .faq__q {
    font-size: 3.3333333333vw;
    border-bottom: dotted 1px #29c3f0;
    padding-bottom: 2.4vw;
    margin-bottom: 0.7em;
  }
  .faq__q:before {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 4.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .faq__a {
    font-size: 3.0666666667vw;
    line-height: 1.73913043;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .faq__a:before {
    top: -0.2em;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 4.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
/*---------------------------------------------------------------- organize */
.organize {
  padding: 4.8611111111vw 0vw 8.3333333333vw 0vw;
}
@media screen and (min-width: 1440px) {
  .organize {
    padding: 70px 0px 120px 0px;
  }
}
.organize {
  z-index: 2;
  position: relative;
}
.organize__wrap {
  position: relative;
  width: 71.875vw;
  max-width: 1035px;
  margin: auto;
}
.organize__wrap:after {
  content: "";
  position: absolute;
  inset: 0 0 auto auto;
  background: url(../img/organize/organize-illust.svg) no-repeat center center/contain;
  width: 23.9583333333vw;
  max-width: 345px;
  height: 23.0555555556vw;
  max-height: 332px;
  pointer-events: none;
  margin: -1.3888888889vw -7.6388888889vw 0vw 0vw;
}
@media screen and (min-width: 1440px) {
  .organize__wrap:after {
    margin: -20px -110px 0px 0px;
  }
}
.organize__ttl {
  font-size: 2.6388888889vw;
  font-size: max(2.6388888889vw, 10px);
}
@media screen and (min-width: 1440px) {
  .organize__ttl {
    font-size: 38px;
  }
}
.organize__ttl {
  color: #29c3f0;
  line-height: 1;
  margin-bottom: 0.85em;
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
.organize__desc {
  text-align: justify;
  font-size: 1.3194444444vw;
  font-size: max(1.3194444444vw, 10px);
}
@media screen and (min-width: 1440px) {
  .organize__desc {
    font-size: 19px;
  }
}
.organize__desc {
  line-height: 1.94736842;
  margin-bottom: 1.55em;
}
.organize__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0vw 0.6944444444vw;
}
@media screen and (min-width: 1440px) {
  .organize__link {
    gap: 0px 10px;
  }
}
@media screen and (max-width: 765px) {
  .organize {
    padding: 6vw 0 12vw;
  }
  .organize__wrap {
    width: 92vw;
    margin: auto;
  }
  .organize__wrap:after {
    background: url(../img/organize/organize-illust-sp.svg) no-repeat center center/contain;
    width: 20.8vw;
    height: 39.7333333333vw;
    margin: 7.3333333333vw -3.6vw 0 0;
  }
  .organize__ttl {
    font-size: 5.0666666667vw;
    line-height: 1.36842105;
    margin-bottom: 0.7em;
  }
  .organize__desc {
    width: 73.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 1.76923077;
    margin-bottom: 1.55em;
  }
  .organize__link {
    gap: 0 0.4vw;
  }
}

.main.is-page {
  padding-top: 9.9305555556vw;
}
@media screen and (min-width: 1440px) {
  .main.is-page {
    padding-top: 143px;
  }
}
.main.is-page p, .main.is-page li {
  font-size: 1.1111111111vw;
  font-size: max(1.1111111111vw, 10px);
}
@media screen and (min-width: 1440px) {
  .main.is-page p, .main.is-page li {
    font-size: 16px;
  }
}
.main.is-page p, .main.is-page li {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 350;
}
.main.is-page p {
  line-height: 1.6875;
}
@media screen and (max-width: 765px) {
  .main.is-page {
    padding-top: 19.0666666667vw;
  }
  .main.is-page p, .main.is-page li {
    font-size: 2.9333333333vw;
  }
  .main.is-page p {
    line-height: 1.75;
  }
}

.page-ttl {
  background: #E4F5FC;
  height: 11.3194444444vw;
  max-height: 163px;
  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;
  font-size: 2.0833333333vw;
  font-size: max(2.0833333333vw, 10px);
}
@media screen and (min-width: 1440px) {
  .page-ttl {
    font-size: 30px;
  }
}
.page-ttl {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #0068b7;
}
.page-ttl span {
  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;
}
.page-ttl small {
  font-size: 1.3888888889vw;
  font-size: max(1.3888888889vw, 10px);
}
@media screen and (min-width: 1440px) {
  .page-ttl small {
    font-size: 20px;
  }
}
.page-ttl small {
  display: block;
}
@media screen and (max-width: 765px) {
  .page-ttl {
    background: #E4F5FC;
    height: 21.7333333333vw;
    font-size: 5.0666666667vw;
  }
}

.page-body {
  width: 83.3333333333vw;
  max-width: 1200px;
  margin: auto;
  padding: 5.2083333333vw 0vw 6.9444444444vw 0vw;
}
@media screen and (min-width: 1440px) {
  .page-body {
    padding: 75px 0px 100px 0px;
  }
}
@media screen and (max-width: 765px) {
  .page-body {
    width: 92vw;
    padding: 9.3333333333vw 0 13.3333333333vw;
  }
}

/*---------------------------------------------------------------- pp */
.pp-section {
  margin-bottom: 3.4722222222vw;
}
@media screen and (min-width: 1440px) {
  .pp-section {
    margin-bottom: 50px;
  }
}
.pp-section:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 765px) {
  .pp-section {
    margin-bottom: 9.3333333333vw;
  }
}

.pp__ttl {
  color: #0068b7;
  font-size: 1.5277777778vw;
  font-size: max(1.5277777778vw, 10px);
}
@media screen and (min-width: 1440px) {
  .pp__ttl {
    font-size: 22px;
  }
}
.pp__ttl {
  line-height: 1.2;
  margin-bottom: 1em;
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
.pp__body {
  margin-bottom: 1em;
}
.pp__body:last-child {
  margin-bottom: 0;
}
.pp__info {
  font-size: 0.9722222222vw;
  font-size: max(0.9722222222vw, 10px);
}
@media screen and (min-width: 1440px) {
  .pp__info {
    font-size: 14px;
  }
}
.pp__info strong {
  font-size: 1.1111111111vw;
  font-size: max(1.1111111111vw, 10px);
}
@media screen and (min-width: 1440px) {
  .pp__info strong {
    font-size: 16px;
  }
}
.pp__info strong {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
.pp__list {
  margin-bottom: 1em;
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1.5em;
}
.pp__list:last-child {
  margin-bottom: 0;
}
.pp__list li {
  margin-bottom: 0.5em;
  line-height: 1.2em;
}
@media screen and (max-width: 765px) {
  .pp__ttl {
    font-size: 4vw;
    margin-bottom: 0.2em;
  }
  .pp__info {
    font-size: 2.5333333333vw;
  }
  .pp__info strong {
    font-size: 2.9333333333vw;
  }
}

.pp-con__ttl {
  font-size: 1.1111111111vw;
  font-size: max(1.1111111111vw, 10px);
}
@media screen and (min-width: 1440px) {
  .pp-con__ttl {
    font-size: 16px;
  }
}
.pp-con__ttl {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 765px) {
  .pp-con__ttl {
    font-size: 2.9333333333vw;
  }
}

.pp-date {
  text-align: right;
}

/*---------------------------------------------------------------- law */
.law__table th, .law__table td {
  font-size: 1.1111111111vw;
  font-size: max(1.1111111111vw, 10px);
}
@media screen and (min-width: 1440px) {
  .law__table th, .law__table td {
    font-size: 16px;
  }
}
.law__table th, .law__table td {
  line-height: 1.6875;
  padding-bottom: 2.1em;
}
.law__table th {
  width: 17.3611111111vw;
  max-width: 250px;
  color: #0068b7;
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  text-align: right;
}
.law__table td {
  padding-left: 3em;
  text-align: justify;
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 350;
}
@media screen and (max-width: 765px) {
  .law__table tr, .law__table th, .law__table td {
    display: block;
  }
  .law__table th, .law__table td {
    line-height: 1.75;
  }
  .law__table th {
    font-size: 4vw;
    width: auto;
    text-align: left;
    padding-bottom: 0.5em;
    -webkit-font-feature-settings: "palt" !important;
            font-feature-settings: "palt" !important;
    letter-spacing: 0.03em;
    -webkit-text-size-adjust: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
  }
  .law__table td {
    font-size: 2.9333333333vw;
    padding-left: 0;
    padding-bottom: 2em;
  }
}

/*---------------------------------------------------------------- cancel */
.cancel {
  width: 71.875vw;
  max-width: 1035px;
  margin: auto;
}
.cancel__section {
  margin-bottom: 3.4722222222vw;
}
@media screen and (min-width: 1440px) {
  .cancel__section {
    margin-bottom: 50px;
  }
}
.cancel__ttl {
  color: #0068b7;
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5277777778vw;
  font-size: max(1.5277777778vw, 10px);
}
@media screen and (min-width: 1440px) {
  .cancel__ttl {
    font-size: 22px;
  }
}
.cancel__ttl {
  margin-bottom: 0.8em;
}
@media screen and (max-width: 765px) {
  .cancel {
    width: 100%;
  }
  .cancel__section {
    margin-bottom: 6.6666666667vw;
  }
  .cancel__ttl {
    font-size: 4vw;
  }
}
/*# sourceMappingURL=app.css.map */