@charset "UTF-8";
body {
  font-family: "Noto sans JP", sans-serif;
}

.body-wrap {
  overflow: hidden;
}

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

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

.u-blue-gradation-text {
  color: #0909C6;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #41BDCE), to(#0909C6));
  background: linear-gradient(to right, #41BDCE 0, #0909C6 100%);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.u-blue-gradation-text-r {
  color: #0909C6;
  background: -webkit-gradient(linear, right top, left top, color-stop(0, #41BDCE), to(#0909C6));
  background: linear-gradient(to left, #41BDCE 0, #0909C6 100%);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.u-orange-gradation-text {
  color: #F75C03;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #F75C03), color-stop(40%, #F75C03), to(#F0CA67));
  background: linear-gradient(to right, #F75C03 0, #F75C03 40%, #F0CA67 100%);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.u-header-spacer {
  width: 100%;
  height: 52px;
  height: 3.25rem;
}
@media screen and (min-width: 768px) {
  .u-header-spacer {
    height: 3.75rem;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.2121212121vw;
  }
}
@media (min-width: 1320px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

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

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

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.achievement {
  padding: 40px 0;
  padding: 2.5rem 0;
  background: #F6F6F6;
}
@media screen and (min-width: 768px) {
  .achievement {
    padding: 3.75rem 0;
  }
}

.achievement__inner {
  margin-inline: auto;
  max-width: 422px;
  max-width: 26.375rem;
  padding: 0 16px;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .achievement__inner {
    max-width: 69.375rem;
    padding: 0 1.5625rem;
  }
}

.achievement__title .title__main {
  margin-bottom: 0;
  margin-bottom: initial;
}

.achievement__cards {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .achievement__cards {
    margin-top: 3.75rem;
  }
}

.achievement__card + .achievement__card {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.achievement__card {
  border-radius: 0.625rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .achievement__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .achievement__card:nth-child(2n+1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.achievement__card-content {
  background-color: #fff;
  padding: 30px 20px 20px;
  padding: 1.875rem 1.25rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .achievement__card-content {
    padding: 1.875rem 2.8125rem 1.25rem;
    width: 60%;
  }
}

.achievement__card-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .achievement__card-title {
    font-size: 1.625rem;
  }
}

.achievement__card-company {
  margin-top: 10px;
  margin-top: 0.625rem;
  padding: 0 3px;
  padding: 0 0.1875rem;
  color: #fff;
  background: #0909C6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .achievement__card-company {
    margin-top: 1.25rem;
  }
}

.achievement__card-description {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
.achievement__card-description p + p {
  margin-top: 16px;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .achievement__card-img {
    width: 40%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .achievement__card-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top left;
       object-position: top left;
    display: block;
  }
}

.acquire {
  padding: 50px 0;
  padding: 3.125rem 0;
  background-color: #E8F8FF;
}
@media screen and (min-width: 768px) {
  .acquire {
    padding: 3.75rem 0;
  }
}

.acquire__inner {
  width: 100%;
  padding-right: 22px;
  padding-left: 22px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .acquire__inner {
    max-width: 1010px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.acquire__title {
  text-align: center;
}

.acquire__body {
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-inline: auto;
  max-width: 400px;
  max-width: 25rem;
}
@media screen and (min-width: 768px) {
  .acquire__body {
    margin-top: 3.125rem;
    max-width: 100%;
  }
}

.banner-sec {
  padding: 33px 25px;
  padding: 2.0625rem 1.5625rem;
  background-color: #f0f0f0;
}

.banner-sec__banners {
  margin-left: auto;
  margin-right: auto;
  max-width: 340px;
  max-width: 21.25rem;
}
@media screen and (min-width: 768px) {
  .banner-sec__banners {
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.8125rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.banner-sec__banner {
  background-image: url(../images/tuition/thumbnail-present.png);
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 340/178;
  position: relative;
}
@media screen and (min-width: 768px) {
  .banner-sec__banner {
    aspect-ratio: 600/314;
    max-width: 37.5rem;
  }
}
.banner-sec__banner a {
  display: block;
  position: absolute;
  color: #fff;
  white-space: nowrap;
  border-radius: 0.25rem;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .banner-sec__banner a {
    font-size: 0.9375rem;
  }
}

.banner-sec__banner--taiken {
  background-image: url(../images/top/banner_1.png);
  margin-bottom: 54px;
  margin-bottom: 3.375rem;
}
@media screen and (min-width: 768px) {
  .banner-sec__banner--taiken {
    margin: 0;
  }
}

.banner-sec__banner--taiken-text {
  display: block;
  position: absolute;
  color: #fff;
  white-space: nowrap;
  border-radius: 0.25rem;
  font-size: 11px;
  font-size: 0.6875rem;
  left: 59%;
  top: 55%;
  background-color: #0909c6;
  padding: 4px 14px;
  padding: 0.25rem 0.875rem;
}
@media screen and (min-width: 768px) {
  .banner-sec__banner--taiken-text {
    font-size: 0.9375rem;
  }
}

.banner-sec__banner--shindan {
  background-image: url(../images/top/banner_2.png);
}
.banner-sec__banner--shindan a {
  left: 50%;
  top: 70%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: #41bdce;
  padding: 5px 24px;
  padding: 0.3125rem 1.5rem;
}

.banner-sec__banner--trial14 {
  background-image: url(../images/tuition/thumbnail-present.png);
}
.banner-sec__banner--trial14 a {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.button {
  width: 100%;
}
.button a,
.button button {
  display: inline-block;
  background-color: #EFF247;
  color: #333;
  text-align: center;
  padding: 0.7em 1em 0.7em 1em;
  min-width: 271px;
  min-width: 16.9375rem;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 1.5em;
  border: solid 3px #fff;
  border: solid 0.1875rem #fff;
  font-weight: 900;
  position: relative;
  -webkit-box-shadow: 0 0.9375rem 0.9375rem 0 rgba(0, 0, 0, .2509803922);
          box-shadow: 0 0.9375rem 0.9375rem 0 rgba(0, 0, 0, .2509803922);
}
@media screen and (min-width: 768px) {
  .button a,
  .button button {
    border: solid 0.25rem #fff;
    min-width: 21.5rem;
    font-size: 1.25rem;
  }
}

.button--arrow {
  padding: 0 15px;
  padding: 0 0.9375rem;
}
.button--arrow a::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #000;
  top: 52%;
  right: 15px;
  right: 0.9375rem;
  width: 10px;
  width: 0.625rem;
  height: 18px;
  height: 1.125rem;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .button--arrow {
    padding: 0 0.9375rem 0 0;
  }
}

.button--blue a,
.button--blue button {
  background-color: #0909c6;
  color: #fff;
  background: -webkit-gradient(linear, right top, left top, color-stop(0, #41bdce), to(#0909c6));
  background: linear-gradient(to left, #41bdce 0, #0909c6 100%);
  padding-right: 0;
  padding-left: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 768px) {
  .button--blue a,
  .button--blue button {
    border: solid 0.25rem #fff;
    min-width: 21.5rem;
    font-size: 1.25rem;
  }
}
.button--blue a::before,
.button--blue button::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border: solid 1px #fff;
  border-radius: 50%;
  right: 30px;
  right: 1.875rem;
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .button--blue a::before,
  .button--blue button::before {
    width: 1.25rem;
    height: 1.25rem;
    right: 2.5rem;
  }
}
.button--blue a::after,
.button--blue button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  right: 2.1875rem;
  width: 4px;
  width: 0.25rem;
  height: 4px;
  height: 0.25rem;
  background-color: transparent;
  border-top: #fff 1px solid;
  border-right: #fff 1px solid;
  -webkit-clip-path: none;
          clip-path: none;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .button--blue a::after,
  .button--blue button::after {
    width: 0.4375rem;
    height: 0.4375rem;
    right: 3rem;
  }
}

.button--with-person p {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .button--with-person p {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5625rem;
  }
}
.button--with-person p.bold {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .button--with-person p.bold {
    font-size: 1.25rem;
  }
}
.button--with-person a {
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 73px;
  padding-right: 4.5625rem;
}
@media screen and (min-width: 768px) {
  .button--with-person a {
    padding-left: 3.25rem;
    padding-right: 10.25rem;
  }
}
.button--with-person a::after {
  content: "";
  display: block;
  position: absolute;
  background-color: transparent;
  top: auto;
  bottom: 0;
  right: 15px;
  right: 0.9375rem;
  width: 58.24px;
  width: 3.64rem;
  height: 49.92px;
  height: 3.12rem;
  -webkit-clip-path: initial;
          clip-path: initial;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  background-image: url(../images/common/button_person.png);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .button--with-person a::after {
    right: 2.875rem;
    width: 6.4375rem;
    height: 5.125rem;
  }
}

.button--blue-arrow a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  background-color: #0909c6;
  position: relative;
  font-weight: 700;
  max-width: 300px;
  max-width: 18.75rem;
}
@media screen and (min-width: 768px) {
  .button--blue-arrow a {
    max-width: none;
    font-size: 1.75rem;
  }
}
.button--blue-arrow a::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/common/chevron_right_white.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: 23px;
  right: 1.4375rem;
  width: 7px;
  width: 0.4375rem;
  height: 14px;
  height: 0.875rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .button--blue-arrow a::after {
    right: 2.5rem;
    width: 0.75rem;
    height: 1.5rem;
  }
}

.button--right-blue-arrow a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  background-color: #00B6CF;
  position: relative;
  font-weight: 700;
  max-width: 300px;
  max-width: 18.75rem;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, .3);
          box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, .3);
}
@media screen and (min-width: 768px) {
  .button--right-blue-arrow a {
    padding: 0.625rem 4.0625rem 0.625rem 2.1875rem;
    max-width: none;
    max-width: initial;
    font-size: 1.375rem;
  }
}
.button--right-blue-arrow a::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/common/chevron_right_white.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: 23px;
  right: 1.4375rem;
  width: 7px;
  width: 0.4375rem;
  height: 14px;
  height: 0.875rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .button--right-blue-arrow a::after {
    right: 2.5rem;
    width: 0.75rem;
    height: 1.5rem;
  }
}

.experience-flow-head {
  background-image: url(../images/top/experience-flow-bg-sp.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 27px;
  padding-top: 1.6875rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .experience-flow-head {
    padding-top: 3.5rem;
    padding-bottom: 3.25rem;
    background-image: url(../images/top/experience-flow-bg-pc.jpg);
  }
}

.experience-flow-head__title .title__main h2 {
  letter-spacing: 3px;
}
@media screen and (min-width: 768px) {
  .experience-flow-head__title .title__main h2 {
    letter-spacing: 4px;
  }
}

.experience-flow-head__box {
  text-align: center;
  padding: 25px 0;
  padding: 1.5625rem 0;
  background-color: rgba(155, 123, 42, .6);
}
@media screen and (min-width: 768px) {
  .experience-flow-head__box {
    padding: 2.8125rem 0;
    max-width: 29.375rem;
    margin-inline: auto;
  }
}

.experience-flow-head__box-content {
  position: relative;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}

.experience-flow-head__box-content::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  width: 2.5rem;
  height: 110%;
  left: -30px;
  left: -1.875rem;
  background-image: url(../images/top/experience-flow-box-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.experience-flow-head__box-content::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  width: 2.5rem;
  height: 110%;
  right: -50px;
  right: -3.125rem;
  background-image: url(../images/top/experience-flow-box-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.experience-flow-head__box-text1 {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .experience-flow-head__box-text1 {
    font-size: 1.5rem;
  }
}

.experience-flow-head__text2 {
  margin-top: 6px;
  margin-top: 0.375rem;
  font-size: 35px;
  font-size: 2.1875rem;
  letter-spacing: 3px;
}
@media screen and (min-width: 768px) {
  .experience-flow-head__text2 {
    font-size: 2.625rem;
  }
}

.experience-flow-head__text2 span {
  font-size: 71px;
  font-size: 4.4375rem;
}
@media screen and (min-width: 768px) {
  .experience-flow-head__text2 span {
    font-size: 5.375rem;
  }
}

.experience-flow-head__note {
  margin-top: 18px;
  margin-top: 1.125rem;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .experience-flow-head__note {
    margin-top: 1.375rem;
    font-size: 1.375rem;
  }
}

.faq {
  background-color: #f0f0f0;
  padding-top: 26px;
  padding-top: 1.625rem;
  padding-bottom: 34px;
  padding-bottom: 2.125rem;
}
@media screen and (min-width: 768px) {
  .faq {
    padding-top: 3.25rem;
    padding-bottom: 3.875rem;
  }
}

.faq__qas {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}
@media screen and (min-width: 768px) {
  .faq__qas {
    max-width: 43.75rem;
  }
}

.faq__qa {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.faq__qa:last-of-type {
  margin-bottom: 0;
}

.faq__q {
  padding: 13px 55px 14px 15px;
  padding: 0.8125rem 3.4375rem 0.875rem 0.9375rem;
  text-align: left;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px;
  line-height: 1.5rem;
  width: 100%;
  border-radius: 0.5rem;
  background-color: #fff;
  color: #111;
  position: relative;
  font-weight: 700;
}
.faq__q span {
  position: absolute;
  display: block;
  width: 23px;
  width: 1.4375rem;
  height: 23px;
  height: 1.4375rem;
  top: 50%;
  right: 17px;
  right: 1.0625rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: #0909c6;
  border-radius: 50%;
}
.faq__q span::before {
  position: absolute;
  display: block;
  content: "";
  width: 11px;
  width: 0.6875rem;
  height: 2px;
  height: 0.125rem;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.faq__q span::after {
  position: absolute;
  display: block;
  content: "";
  width: 11px;
  width: 0.6875rem;
  height: 2px;
  height: 0.125rem;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.faq__a {
  display: none;
  padding: 6px 0 5px 12px;
  padding: 0.375rem 0 0.3125rem 0.75rem;
}
.faq__a a {
  border-bottom: 1px solid #333;
}

.faq__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  gap: 1rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.faq__tab {
  background-color: #0909c6;
  color: #fff;
  text-align: center;
  padding: 0.5em 0;
  border-radius: 0.5rem;
  width: calc(50% - 0.5rem);
  font-weight: 700;
  border: #0909c6 3px solid;
}
@media screen and (min-width: 768px) {
  .faq__tab {
    width: calc(25% - 0.75rem);
  }
}
.faq__tab.js-faqtab {
  border: #0909c6 3px solid;
  color: #0909c6;
  background-color: #fff;
}

.faq__one-kind {
  display: none;
}
.faq__one-kind.js-faq-kind {
  display: block;
}

.footer {
  padding: 32px 20px 29px 47px;
  padding: 2rem 1.25rem 1.8125rem 2.9375rem;
  background-image: url(../images/common/footer_bg_sp.jpg);
  background-position: top;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .footer {
    background-image: url(../images/common/footer_bg.jpg);
  }
}

.footer__flex {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .footer__flex {
    margin-bottom: 5.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 76.375rem;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

@media screen and (min-width: 768px) {
  .footer__logo {
    margin-right: 7.5rem;
  }
}
.footer__logo img {
  width: 291px;
  width: 18.1875rem;
}

@media screen and (min-width: 768px) {
  .footer__menu {
    margin-right: 8.4375rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.footer__menu p {
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 700;
}
.footer__menu li {
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 32px;
  line-height: 2rem;
}
.footer__menu li ul li {
  padding-left: 20px;
  padding-left: 1.25rem;
}

.footer__copy {
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 32px;
  line-height: 2rem;
}

.four-cards {
  width: 100%;
  overflow: auto;
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}
.four-cards::-webkit-scrollbar {
  display: none;
}

.four-cards__container {
  margin-left: auto;
  margin-right: auto;
  gap: 16px;
  gap: 1rem;
  width: 960px;
  width: 60rem;
  padding: 0 16px;
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.four-cards__card {
  padding: 31px 16px;
  padding: 1.9375rem 1rem;
  width: calc(25% - 0.75rem);
  border-radius: 0.5rem;
  background-color: #0909c6;
}
.four-cards__card h3 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 900;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.four-cards__card ul li {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  text-align: left;
  color: #fff;
}
.four-cards__card:nth-of-type(1) img {
  width: 88px;
  width: 5.5rem;
}
.four-cards__card:nth-of-type(2) img {
  width: 112px;
  width: 7rem;
}
.four-cards__card:nth-of-type(3) img {
  width: 94px;
  width: 5.875rem;
}
.four-cards__card:nth-of-type(4) img {
  margin-top: 0;
  width: 101px;
  width: 6.3125rem;
}

.four-cards__icon {
  width: 100%;
  height: 108px;
  height: 6.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.four-cards__icon img {
  -o-object-fit: cover;
     object-fit: cover;
}

.hamburger-menu {
  position: relative;
  overflow: hidden;
  height: inherit;
}

.hamburger-menu__button {
  display: block;
  height: inherit;
  width: 60px;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.hamburger-menu__button span {
  background-color: #0c244c;
  width: 28px;
  width: 1.75rem;
  height: 3px;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.hamburger-menu__button span:nth-child(1) {
  -webkit-transform: translate(-50%, calc(-50% - 8px));
          transform: translate(-50%, calc(-50% - 8px));
}
.hamburger-menu__button span:nth-child(3) {
  -webkit-transform: translate(-50%, calc(-50% + 8px));
          transform: translate(-50%, calc(-50% + 8px));
}
.hamburger-menu__button span:nth-child(4) {
  opacity: 0;
}
.hamburger-menu__button span:nth-child(5) {
  opacity: 0;
}

#hamburger-menu-button:checked + .hamburger-menu__button {
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
#hamburger-menu-button:checked + .hamburger-menu__button span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#hamburger-menu-button:checked + .hamburger-menu__button span:nth-child(1) {
  opacity: 0;
}
#hamburger-menu-button:checked + .hamburger-menu__button span:nth-child(2) {
  opacity: 0;
}
#hamburger-menu-button:checked + .hamburger-menu__button span:nth-child(3) {
  opacity: 0;
}
#hamburger-menu-button:checked + .hamburger-menu__button span:nth-child(4) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition: -webkit-transform 0.5s 0.15s ease;
  transition: -webkit-transform 0.5s 0.15s ease;
  transition: transform 0.5s 0.15s ease;
  transition: transform 0.5s 0.15s ease, -webkit-transform 0.5s 0.15s ease;
}
#hamburger-menu-button:checked + .hamburger-menu__button span:nth-child(5) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition: -webkit-transform 0.5s 0.15s ease;
  transition: -webkit-transform 0.5s 0.15s ease;
  transition: transform 0.5s 0.15s ease;
  transition: transform 0.5s 0.15s ease, -webkit-transform 0.5s 0.15s ease;
}

.hamburger-menu__toggle {
  position: fixed;
  left: 200%;
  top: 0;
  display: block;
  width: 80%;
  height: calc(100vh - 3.25rem);
  z-index: 10;
  margin-top: 52px;
  margin-top: 3.25rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  padding: 16px 45px 0 29px;
  padding: 1rem 2.8125rem 0 1.8125rem;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.hamburger-menu__enscrollable {
  overflow: scroll;
}

#hamburger-menu-button:checked ~ .hamburger-menu__toggle {
  left: 100%;
  top: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

html:has(#hamburger-menu-button:checked) {
  overflow: hidden;
}

.hamburger-menu__nav-item {
  border-bottom: solid 1px #0c244c;
}
.hamburger-menu__nav-item a,
.hamburger-menu__nav-item p {
  display: block;
  width: 100%;
  padding: 15px 0px;
  padding: 0.9375rem 0rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
.hamburger-menu__nav-item a img,
.hamburger-menu__nav-item p img {
  display: inline-block;
  width: 17px;
  margin-bottom: -4px;
}
.hamburger-menu__nav-item p {
  position: relative;
}
.hamburger-menu__nav-item p::after {
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 8px;
}
.hamburger-menu__nav-item p.open::after {
  top: 45%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hamburger-menu__sub-nav-items {
  border-top: solid 1px #0c244c;
  padding: 7px 0;
}

.hamburger-menu__sub-nav-item a {
  padding: 9px 34px;
  position: relative;
}
.hamburger-menu__sub-nav-item a::before {
  content: "";
  display: block;
  position: absolute;
  height: 1.2em;
  width: 0.6em;
  top: 50%;
  left: 4px;
  left: 0.25rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url(../images/common/chevron_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.counceling {
  margin: 20px 0;
  margin: 1.25rem 0;
}
.counceling .btn2 a {
  padding: 4px 20px;
  padding: 0.25rem 1.25rem;
  background-color: #fff;
  border: #000 2px solid;
  border-radius: 1.375rem;
}

.line {
  margin: 20px 0;
  margin: 1.25rem 0;
}
.line .btn2 a {
  padding: 4px 20px;
  padding: 0.25rem 1.25rem;
  background-color: #00c300;
  border: #fff 2px solid;
  border-radius: 1.375rem;
  color: #fff;
}

.hamburger-menu__cta {
  text-align: center;
  margin-top: 33px;
  margin-top: 2.0625rem;
}
.hamburger-menu__cta a {
  display: inline-block;
  max-width: 270px;
  max-width: 16.875rem;
}

.header {
  height: 52px;
  height: 3.25rem;
  z-index: 501;
  position: fixed;
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .header {
    height: 3.75rem;
  }
}

.header__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header__container {
    padding-left: 1.25rem;
    max-width: 91.25rem;
    margin: 0 auto;
  }
}

.header__logo {
  display: block;
  height: 100%;
}
.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 16px;
  padding-left: 1rem;
  height: 100%;
  width: 140px;
  width: 8.75rem;
}
@media screen and (min-width: 768px) {
  .header__logo a {
    width: 16.5rem;
  }
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}

.header__pc-nav {
  height: inherit;
  margin-right: 84px;
  margin-right: 5.25rem;
}
.header__pc-nav ul,
.header__pc-nav li,
.header__pc-nav a {
  height: inherit;
}
.header__pc-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 51vw;
  max-width: 600px;
  max-width: 37.5rem;
}

.header__cta {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EFF247;
  padding: 0 12px;
  padding: 0 0.75rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .header__cta {
    position: relative;
    padding: 0 3.25rem 0 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .header__cta::after {
    content: "";
    position: absolute;
    display: block;
    background-color: #000;
    top: 50%;
    right: 1.4375rem;
    width: 0.625rem;
    height: 1.25rem;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 50%, 0 100%);
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.header__cta span {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__cta span {
    display: inline-block;
  }
}

.header__nav-item {
  display: inline-block;
  height: inherit;
  vertical-align: top;
  position: relative;
}
.header__nav-item a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 2px transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 700;
}
.header__nav-item a img {
  height: auto;
  display: inline-block;
  width: 16px;
  width: 1rem;
  margin-left: 6px;
  margin-left: 0.375rem;
}
.header__nav-item a:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.header__nav-item:last-of-type {
  margin-right: 0;
}

.header__nav-item--have-sub {
  padding-right: 20px;
  padding-right: 1.25rem;
  position: relative;
}
.header__nav-item--have-sub:hover ul.header__nav-sub-items {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  pointer-events: all;
}
.header__nav-item--have-sub::after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  width: 0.375rem;
  height: 6px;
  height: 0.375rem;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

ul.header__nav-sub-items {
  position: absolute;
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: -40px;
  left: -2.5rem;
  white-space: nowrap;
}
ul.header__nav-sub-items li a {
  background-color: #fff;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
}
ul.header__nav-sub-items li a:hover {
  background-color: #f7f7f7;
}

.header__sp-nav {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 118px;
  max-width: 7.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .header__sp-nav {
    display: none;
  }
}

.header__insta-sp {
  display: block;
}
.header__insta-sp img {
  width: 24px;
  width: 1.5rem;
}

.hosho {
  padding: 32px 45px 208px;
  padding: 2rem 2.8125rem 13rem;
  background-image: url(../images/top/hosho-top-bg-sp.webp);
  background-position: center bottom;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .hosho {
    padding-top: 4.5625rem;
    padding-bottom: 4.875rem;
    background-image: url(../images/top/hosho-top-bg-pc.webp);
    background-position: center center;
  }
}

.hosho__head {
  width: 300px;
  width: 18.75rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .hosho__head {
    width: 37.5rem;
  }
}

.hosho__body {
  margin-inline: auto;
  width: 300px;
  width: 18.75rem;
  background-color: #fff;
  border-radius: 0.375rem;
  padding: 30px 22px;
  padding: 1.875rem 1.375rem;
}
@media screen and (min-width: 768px) {
  .hosho__body {
    margin-top: 1.25rem;
    min-width: 33.75rem;
    width: 33%;
    padding: 1.875rem 1.875rem;
  }
}

.hosho__body-head {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: serif;
  color: #0909c6;
}
@media screen and (min-width: 768px) {
  .hosho__body-head {
    font-size: 1.75rem;
  }
}

.hosho__body-content {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .hosho__body-content {
    margin-top: 1.875rem;
    font-size: 1rem;
    line-height: 1.875;
  }
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1370px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.kv {
  width: 100%;
}

.kv__title {
  background-image: url(../images/tuition/kv_sp.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-top: 41px;
  padding-top: 2.5625rem;
  padding-bottom: 33px;
  padding-bottom: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .kv__title {
    padding-top: 6.0625rem;
    padding-bottom: 6.1875rem;
    background-image: url(../images/tuition/kv.jpg);
  }
}
.kv__title h1 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .kv__title h1 {
    margin-bottom: 1.1875rem;
    font-size: 2.5rem;
  }
}
.kv__title p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .kv__title p {
    font-size: 1.125rem;
  }
}
.kv--grad .kv__title {
  background-image: url(../images/graduate/kv_graduate_sp.jpg);
}
@media screen and (min-width: 768px) {
  .kv--grad .kv__title {
    background-image: url(../images/graduate/kv_graduate.jpg);
  }
}
.kv--plan .kv__title {
  background-image: url(../images/plan/kv_plan_sp.jpg);
}
@media screen and (min-width: 768px) {
  .kv--plan .kv__title {
    background-image: url(../images/plan/kv_plan.jpg);
  }
}

.kv__flex {
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}
@media screen and (min-width: 768px) {
  .kv__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.875rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    max-width: 62.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.kv__flex img {
  max-width: 290px;
  max-width: 18.125rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .kv__flex img {
    max-width: 25rem;
  }
}

@media screen and (min-width: 768px) {
  .kv__flex--grad {
    max-width: 81.25rem;
  }
}
.kv__flex--grad img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .kv__flex--grad img {
    width: 100%;
    max-width: 37.5rem;
  }
}
.kv__flex--grad picture {
  text-align: center;
}
.kv__flex--grad picture p {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .kv__flex--grad picture p {
    font-size: 1.125rem;
  }
}

.kv__message h2 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.44;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .kv__message h2 {
    margin-bottom: 0.4375rem;
    font-size: 3rem;
  }
}
.kv__message p {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .kv__message p {
    margin-bottom: 0rem;
    font-size: 1.25rem;
  }
}
.kv__message img {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .kv__message img {
    width: 100%;
    max-width: 28rem;
  }
}
.kv__message .kv__review-image {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .kv__message .kv__review-image {
    max-width: 40rem;
    margin-bottom: 3rem;
  }
}

.kv__message--grad {
  text-align: center;
}
.kv__message--grad h2 {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  text-align: center;
  margin-top: 20px;
  margin-top: 1.25rem;
}

p.kv__attention {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  p.kv__attention {
    font-size: 1rem;
  }
}

.kv__banner {
  padding: 32px 0;
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .kv__banner {
    padding: 3.75rem 0;
  }
}

.kv__banner-bg {
  background-color: #0909C6;
  min-height: 400px;
  min-height: 25rem;
  background-image: url(../images/plan/plan_head_mtm_sp.jpg);
  background-size: cover;
  padding: 20px 16px;
  padding: 1.25rem 1rem;
  max-width: 400px;
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .kv__banner-bg {
    min-height: 21.375rem;
    background-image: url(../images/plan/plan_head_mtm.jpg);
    max-width: 62.5rem;
    padding: 2.5rem 2.5rem;
  }
}
.kv__banner-bg h2 {
  font-size: 28px;
  font-size: 1.75rem;
  color: #fff;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .kv__banner-bg h2 {
    margin-bottom: 2.5rem;
    font-size: 3rem;
  }
}
.kv__banner-bg p {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .kv__banner-bg p {
    font-size: 1.25rem;
    max-width: 27.5rem;
  }
}

.kv__banner-bg--group {
  background-image: url(../images/plan/plan_head_group_sp.jpg);
}
@media screen and (min-width: 768px) {
  .kv__banner-bg--group {
    background-image: url(../images/plan/plan_head_group.jpg);
  }
}

.line {
  padding: 32px 16px;
  padding: 2rem 1rem;
}
@media screen and (min-width: 768px) {
  .line {
    padding: 3.75rem 1rem;
  }
}

.line__green {
  background-color: #62C067;
  border-radius: 0.5625rem;
  margin-left: auto;
  margin-right: auto;
  padding: 26px 20px 40px;
  padding: 1.625rem 1.25rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .line__green {
    max-width: 60rem;
    position: relative;
    padding-left: 21.3125rem;
    min-height: 20.5rem;
  }
}

.line__title {
  font-weight: 700;
  color: #fff;
  line-height: 1.8;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .line__title {
    font-size: 1.5rem;
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
}

.line__image {
  background-color: #58AB5D;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.5rem;
  width: 213px;
  width: 13.3125rem;
  padding: 8px 16px 22px;
  padding: 0.5rem 1rem 1.375rem;
  text-align: center;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .line__image {
    margin-bottom: 0rem;
    position: absolute;
    left: 3.25rem;
    top: 1.6875rem;
  }
}
.line__image p {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
}
.line__image p:nth-of-type(2) {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.line__image ul {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.line__image ul li {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  text-align: left;
}
.line__image img {
  margin-top: 20px;
  margin-top: 1.25rem;
  width: 96px;
  width: 6rem;
  margin-left: auto;
  margin-right: auto;
}

.line__button {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .line__button {
    margin-left: 0;
  }
}
.line__button p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.line__button a {
  display: inline-block;
  background-color: #fff;
  color: #62C067;
  text-align: center;
  padding: 0.7em 0 0.7em 0;
  min-width: 288px;
  min-width: 18rem;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 1.5em;
  font-weight: 900;
  -webkit-box-shadow: 0 1.25rem 1.25rem 0 rgba(0, 0, 0, .2509803922);
          box-shadow: 0 1.25rem 1.25rem 0 rgba(0, 0, 0, .2509803922);
}
@media screen and (min-width: 768px) {
  .line__button a {
    border: solid 0.25rem #fff;
    min-width: 21.5rem;
    font-size: 1.25rem;
  }
}

.mv {
  width: 100%;
}

.mv__wrap {
  padding-top: 52px;
  padding-top: 3.25rem;
  position: relative;
  background-image: url(../images/common/mv_bg_sp.png);
  background-position: center center;
  background-size: cover;
  padding-bottom: 34px;
  padding-bottom: 2.125rem;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .mv__wrap {
    background-position: center center;
    padding-bottom: 6.875rem;
    background-image: url(../images/common/mv_bg.png);
    padding-top: 5rem;
    position: relative;
  }
}

.mv__image {
  max-height: 350px;
  max-height: 21.875rem;
  margin-top: 0;
  padding-left: 3%;
}
@media screen and (min-width: 768px) {
  .mv__image {
    margin-bottom: 0;
    position: absolute;
    width: 64.7%;
    right: 0;
    top: 6.5rem;
    height: 41.3125rem;
  }
}
.mv__image picture {
  max-height: 350px;
  max-height: 21.875rem;
}
@media screen and (min-width: 768px) {
  .mv__image picture {
    max-height: none;
    height: 41.3125rem;
  }
}
.mv__image img {
  max-height: 350px;
  max-height: 21.875rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 768px) {
  .mv__image img {
    height: 41.3125rem;
    max-height: 41.3125rem;
    border-radius: 0.625rem 0 0 0.625rem;
  }
}

.mv__campaign {
  width: 100%;
  margin-top: 57px;
  margin-top: 3.5625rem;
}
@media screen and (min-width: 768px) {
  .mv__campaign {
    margin-bottom: 0;
    max-height: none;
  }
}
@media screen and (min-width: 768px) {
  .mv__campaign picture {
    max-height: none;
  }
}
.mv__campaign img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 290px;
  height: 18.125rem;
}
@media screen and (min-width: 768px) {
  .mv__campaign img {
    height: auto;
  }
}

.mv__texts {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .mv__texts {
    margin-top: 0;
    margin-top: initial;
    margin-left: auto;
    margin-right: auto;
    max-width: 90rem;
    text-align: left;
    padding: 0 2.125rem;
    padding-top: 4.375rem;
    position: relative;
  }
}
.mv__texts h2 {
  margin-top: 15px;
  margin-top: 0.9375rem;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  color: #fff;
  text-shadow: 1px 1px #0909c6, -1px 1px #0909c6, -1px -1px #0909c6, 1px -1px #0909c6, 1px 0px #0909c6, 0px 1px #0909c6, -1px 0px #0909c6, 0px -1px #0909c6;
}
@media screen and (min-width: 768px) {
  .mv__texts h2 {
    font-size: 3.125rem;
  }
}

.mv__top-img {
  width: 80%;
  max-width: 400px;
  max-width: 25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .mv__top-img {
    margin-inline: initial;
    max-width: 30.625rem;
    width: 100%;
    padding-left: 3.125rem;
  }
}

.mv__sub {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900;
  text-shadow: 1px 1px #0909c6, -1px 1px #0909c6, -1px -1px #0909c6, 1px -1px #0909c6, 1px 0px #0909c6, 0px 1px #0909c6, -1px 0px #0909c6, 0px -1px #0909c6;
}
@media screen and (min-width: 768px) {
  .mv__sub {
    margin-top: 2.25rem;
    padding-left: 2.5rem;
    font-size: 1.75rem;
  }
}

.mv__bottom {
  margin-top: 32px;
  margin-top: 2rem;
  color: #fff;
  background-color: rgba(0, 0, 0, .2);
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .mv__bottom {
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
    max-width: 90rem;
    text-align: left;
    padding: 0 2.125rem;
  }
}

@media screen and (min-width: 768px) {
  .mv__bottom-inner {
    background-color: rgba(0, 0, 0, .2);
    width: 33.75rem;
    padding-bottom: 1.5625rem;
    position: relative;
    z-index: 2;
  }
}

.mv__bottom-head {
  margin-inline: auto;
  position: relative;
  top: -15px;
  top: -0.9375rem;
  background-color: #41BDCE;
  width: 252px;
  width: 15.75rem;
  text-align: center;
  border-radius: 0.1875rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 900;
  padding: 2px 5px;
}
@media screen and (min-width: 768px) {
  .mv__bottom-head {
    width: 26.25rem;
    border-radius: 0.375rem;
    font-size: 1.5rem;
    line-height: 1.2;
    padding: 3px 10px;
  }
}
.mv__bottom-head span {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .mv__bottom-head span {
    font-size: 2.5rem;
  }
}

.mv__bottom-body {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.mv__bottom-body-item {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 900;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv__bottom-body-item {
    font-size: 1.25rem;
  }
}
.mv__bottom-body-item:nth-child(3) {
  margin-top: 3px;
  margin-top: 0.1875rem;
}
.mv__bottom-body-item::before {
  position: absolute;
  content: "";
  top: 55%;
  left: -20px;
  left: -1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/check-skyblue.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 16px;
  width: 1rem;
  height: 11px;
  height: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .mv__bottom-body-item::before {
    top: 60%;
    left: -1.875rem;
    width: 1.4375rem;
    height: 1rem;
  }
}
.mv__bottom-body-item span {
  font-size: 19px;
  font-size: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .mv__bottom-body-item span {
    font-size: 2rem;
  }
}

.mv__button--c {
  text-align: center;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.mv__button--c a {
  width: 100%;
}

.mv__campaign {
  background-color: #42becf;
  background-image: url(../images/top/new_campaign_bg_sp.png);
  background-size: 100% 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .mv__campaign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: url(../images/top/new_campaign_bg.png);
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1.5rem;
  }
}

.mv__campaign-titles {
  text-align: center;
  max-width: 300px;
  max-width: 18.75rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .mv__campaign-titles {
    max-width: 37.5rem;
    margin-right: 2.875rem;
  }
}
.mv__campaign-titles p {
  font-size: 25px;
  font-size: 1.5625rem;
  color: #fff;
  font-weight: 900;
  letter-spacing: 6px;
  letter-spacing: 0.375rem;
}
@media screen and (min-width: 768px) {
  .mv__campaign-titles p {
    font-size: 3rem;
  }
}
.mv__campaign-titles h2 {
  font-size: 25px;
  font-size: 1.5625rem;
  color: #fff;
  font-weight: 900;
  letter-spacing: 6px;
  letter-spacing: 0.375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mv__campaign-titles h2 {
    margin-bottom: 2.0625rem;
  }
}
.mv__campaign-titles h2 picture {
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
}
.mv__campaign-titles h2 picture img {
  width: 100%;
  height: auto;
}

.mv__campaign-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.75rem;
  text-align: center;
  background-color: rgba(255, 255, 255, .8392156863);
  padding: 10px 23px;
  padding: 0.625rem 1.4375rem;
  z-index: 1;
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .mv__campaign-text {
    max-width: 30.375rem;
    padding: 1.25rem 1.25rem 1.5625rem;
  }
}
.mv__campaign-text h3 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv__campaign-text h3 {
    margin-bottom: 0.625rem;
    font-size: 1.5rem;
    max-width: 30.375rem;
    color: #fff;
    min-width: 27.875rem;
    background-color: #0909c6;
    border-radius: 1.0625rem;
  }
}
.mv__campaign-text h3::before, .mv__campaign-text h3::after {
  content: "";
  position: absolute;
  display: block;
  width: 70px;
  width: 4.375rem;
  height: 2px;
  top: 50%;
  background-color: #0909c6;
}
.mv__campaign-text h3::before {
  left: 0;
}
.mv__campaign-text h3::after {
  right: 0;
}
.mv__campaign-text p {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2;
  position: relative;
  text-align: left;
  padding-left: 20px;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .mv__campaign-text p {
    text-align: center;
    font-size: 1.125rem;
    padding-left: 0;
  }
}
.mv__campaign-text p::before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  width: 1rem;
  height: 8px;
  height: 0.5rem;
  background-image: url(../images/common/check_red.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .mv__campaign-text p::before {
    content: none;
  }
}

.mv__campaign-plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.mv__campaign-plan picture {
  z-index: 0;
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.mv__campaign-plan picture img {
  max-height: 176px;
  max-height: 11rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .mv__campaign-plan picture img {
    max-height: none;
    margin-top: 0;
    margin-bottom: 1.5rem;
    width: 43.875rem;
  }
}

.onetime {
  background-color: #645CD7;
  padding: 30px 0;
  padding: 1.875rem 0;
}
@media screen and (min-width: 768px) {
  .onetime {
    padding: 3.75rem 0 2.5rem;
  }
}

.onetime__inner {
  max-width: 647px;
  max-width: 40.4375rem;
  margin-inline: auto;
  padding: 0 16px;
  padding: 0 1rem;
}

.onetime__title {
  text-align: center;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .onetime__title {
    font-size: 3rem;
  }
}

.onetime__box {
  text-align: center;
  margin-top: 32px;
  margin-top: 2rem;
  border-radius: 0.625rem;
  background: #fff;
  padding: 25px 45px;
  padding: 1.5625rem 2.8125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .onetime__box {
    margin-top: 2.5rem;
    padding: 2.5rem 3.4375rem;
  }
}
.onetime__box::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  width: 6.25rem;
  height: 2px;
  height: 0.125rem;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .onetime__box::before {
    width: 8.75rem;
  }
}

@media screen and (min-width: 768px) {
  .onetime__box-content {
    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;
  }
}

.onetime__box-content + .onetime__box-content {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .onetime__box-content + .onetime__box-content {
    margin-top: 4.0625rem;
  }
}

.onetime__box-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .onetime__box-text {
    font-size: 1.375rem;
  }
}

.onetime__box-price {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .onetime__box-price {
    margin-left: 1.25rem;
    font-size: 2.25rem;
  }
}
.onetime__box-price span {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .onetime__box-price span {
    font-size: 1.375rem;
  }
}

.onetime__note {
  margin-top: 32px;
  margin-top: 2rem;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .onetime__note {
    margin-top: 1.5rem;
    font-size: 1.125rem;
  }
}

.online-counceling {
  background-color: #0909c6;
  background-image: url(../images/common/pattern_logo.png);
  background-size: cover;
  padding-top: 26px;
  padding-top: 1.625rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .online-counceling {
    padding-top: 3.625rem;
    padding-bottom: 3.875rem;
  }
}

.online-counceling__title {
  margin-bottom: 31px;
  margin-bottom: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .online-counceling__title {
    margin-bottom: 2.3125rem;
  }
}

.online-counceling__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 47px;
  margin-bottom: 2.9375rem;
}
@media screen and (min-width: 768px) {
  .online-counceling__points {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.online-counceling__point {
  width: 213px;
  width: 13.3125rem;
  background-color: #fff;
  border: solid 2px #0909c6;
  -webkit-box-shadow: 1.25rem 1.25rem 0.25rem 0 rgba(0, 0, 0, .2509803922);
          box-shadow: 1.25rem 1.25rem 0.25rem 0 rgba(0, 0, 0, .2509803922);
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .online-counceling__point {
    width: 13.3125rem;
  }
}
.online-counceling__point p {
  text-align: center;
  color: #0909c6;
  font-size: 16px;
  font-size: 1rem;
  padding: 9px 0px;
  padding: 0.5625rem 0rem;
  font-weight: 700;
}

.online-counceling__button {
  text-align: center;
}
.online-counceling__button p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .online-counceling__button p {
    font-size: 1.25rem;
  }
}

.online-counceling__button2 {
  padding: 32px 0;
  padding: 2rem 0;
  text-align: center;
}
.online-counceling__button2 p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .online-counceling__button2 p {
    font-size: 1.25rem;
  }
}

.order {
  background-color: #fafafa;
  padding: 26px 0;
  padding: 1.625rem 0;
}
@media screen and (min-width: 768px) {
  .order {
    padding: 3.75rem 0;
  }
}

.order__img {
  margin-top: 30px;
  margin-top: 1.875rem;
  max-width: 420px;
  max-width: 26.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .order__img {
    margin-top: 3.75rem;
  }
}

.pain {
  padding: 40px 0 30px;
  padding: 2.5rem 0 1.875rem;
  background-image: url(../images/pain/pain__bg-sp.webp);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .pain {
    padding: 4.6875rem 0 5.625rem;
    background-image: url(../images/pain/pain__bg-pc.webp);
  }
}

.pain__inner {
  max-width: 410px;
  max-width: 25.625rem;
  padding: 0 30px;
  padding: 0 1.875rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .pain__inner {
    max-width: 53.75rem;
  }
}

.pain__top {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .pain__top {
    text-align: center;
    font-size: 2.5rem;
  }
}
.pain__top span {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .pain__top span {
    font-size: 1.875rem;
  }
}

.pain__box {
  margin-top: 35px;
  margin-top: 2.1875rem;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 0.4375rem;
  padding: 25px;
  padding: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .pain__box {
    margin-top: 7.5rem;
    padding: 2.1875rem 3.125rem;
  }
}
.pain__box p {
  color: #0909C6;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pain__box p {
    font-size: 1.25rem;
    line-height: 2;
  }
}
.pain__box p + p {
  margin-top: 6px;
  margin-top: 0.375rem;
}

.pain__bottom {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .pain__bottom {
    margin-top: 7.5rem;
  }
}

.plans__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  gap: 0.3125rem;
  padding: 0 5px;
  padding: 0 0.3125rem;
}
@media screen and (min-width: 768px) {
  .plans__tabs {
    gap: 0.4375rem;
    padding: 0;
    padding: initial;
  }
}

.plans__tab {
  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-color: rgba(0, 0, 0, .2823529412);
  border-radius: 0.5625rem 0.5625rem 0 0;
  padding: 8px 0;
  padding: 0.5rem 0;
  width: 100%;
  max-width: 177px;
  max-width: 11.0625rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .plans__tab {
    max-width: 19.375rem;
    padding: 0.625rem 0;
    border-radius: 0.75rem 0.75rem 0 0;
  }
}
.plans__tab span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .plans__tab span {
    font-size: 1.5rem;
  }
}

.plans__tab--bright_yellow.js-active {
  background-color: #ff9b40;
}

.plans__tab--green.js-active {
  background-color: #1bba81;
}

.plans__tab--blue.js-active {
  background-color: #0c11c7;
}

.plans__tab-item {
  display: none;
}
.plans__tab-item.js-active {
  display: block;
  -webkit-animation: fade 0.5s ease 1;
          animation: fade 0.5s ease 1;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.plans__contents {
  background-color: #f2f2f2;
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .plans__contents {
    padding-top: 2.4375rem;
    padding-bottom: 2.9375rem;
  }
}
.plans__contents::before {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  width: 1.875rem;
  height: 23px;
  height: 1.4375rem;
  background-color: #f2f2f2;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-clip-path: polygon(100% 0, 50% 100%, 0 0);
          clip-path: polygon(100% 0, 50% 100%, 0 0);
}

.plans__courses {
  width: 100%;
  overflow: auto;
  padding-top: 33px;
  padding-top: 2.0625rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
}
.plans__courses::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  .plans__courses {
    padding-top: 3.1875rem;
  }
}

.plans__intro {
  width: 100%;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .plans__intro {
    padding-bottom: 2rem;
    font-size: 2rem;
  }
}

.plans__package {
  width: 90%;
  max-width: 738px;
  max-width: 46.125rem;
  padding: 30px 0;
  padding: 1.875rem 0;
  margin: 0 auto 13px;
  margin: 0 auto 0.8125rem;
  border: 2px solid #fff;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .plans__package {
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
  }
}

.plans__points {
  width: 100%;
  max-width: 764px;
  max-width: 47.75rem;
  padding: 0 16px;
  padding: 0 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .plans__points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 1.25rem;
    gap: 2.125rem 1.25rem;
  }
}

.plans__point {
  background-color: #fff;
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 36px 0 16px 20px;
  padding: 2.25rem 0 1rem 1.25rem;
  min-height: 180px;
  min-height: 11.25rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  position: relative;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .plans__point {
    border-radius: 0.625rem;
    margin-bottom: 0rem;
    min-height: 12.5rem;
    padding: 2.1875rem 0 1rem 1.6875rem;
    width: calc(50% - 0.625rem);
  }
}
.plans__point:last-of-type {
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}
@media screen and (min-width: 768px) {
  .plans__point:last-of-type {
    margin-bottom: 0rem;
  }
}
@media screen and (min-width: 768px) {
  .plans__point:last-of-type:nth-child(odd) {
    margin-left: auto;
    margin-right: auto;
  }
}
.plans__point::before {
  display: block;
  position: absolute;
  left: 10px;
  left: 0.625rem;
  top: 4px;
  top: 0.25rem;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700px;
  font-weight: 43.75rem;
  font-weight: 700;
}
.plans__point:nth-child(1)::before {
  content: "point.1";
}
.plans__point:nth-child(2)::before {
  content: "point.2";
}
.plans__point:nth-child(3)::before {
  content: "point.3";
}
.plans__point:nth-child(4)::before {
  content: "point.4";
}
.plans__point:nth-child(5)::before {
  content: "point.5";
}

.plans__point-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.plans__point-text {
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
  text-shadow: 1px 1px #fff, -1px 1px #fff, -1px -1px #fff, 1px -1px #fff, 1px 0px #fff, 0px 1px #fff, -1px 0px #fff, 0px -1px #fff;
}

.plans__under-word {
  display: block;
  width: 100%;
  margin: 30px auto 0;
  margin: 1.875rem auto 0;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .plans__under-word {
    font-size: 2rem;
    margin: 3.125rem auto;
  }
}

.plans__courses-wrap {
  padding: 0 16px;
  padding: 0 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 400px;
  max-width: 25rem;
}
@media screen and (min-width: 768px) {
  .plans__courses-wrap {
    gap: 1.25rem;
  }
}

.plans__course {
  margin-bottom: 27px;
  margin-bottom: 1.6875rem;
  -webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, .2509803922);
          box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, .2509803922);
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .plans__course {
    margin-bottom: 2.6875rem;
  }
}
.plans__course:nth-of-type(1) .plans__name {
  background-color: #0C11C7;
}
.plans__course:nth-of-type(2) .plans__name {
  background-color: #2a71cb;
}
.plans__course:nth-of-type(3) .plans__name {
  background-color: #0c11c7;
}
.plans__course table {
  width: 100%;
  border-radius: 0 0 0.625rem 0.625rem;
  overflow: hidden;
  border: none;
}
.plans__course table tbody {
  border: none;
}
.plans__course table tr {
  border: none;
}
.plans__course table tr:nth-of-type(2n + 1) {
  background-color: #f1f1f1;
}
.plans__course table tr:nth-of-type(2n) {
  background-color: #fff;
}
.plans__course table th {
  border: none;
  width: 55%;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding: 10px 0;
  padding: 0.625rem 0;
  font-weight: 400;
}
.plans__course table td {
  padding: 10px 0;
  padding: 0.625rem 0;
  border: none;
  width: 45%;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .plans__course table td {
    font-size: 1.5rem;
  }
}
.plans__course table td span {
  display: contents;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .plans__course table td span {
    font-size: 1.5rem;
  }
}

.plans__name {
  padding: 10px 0;
  padding: 0.625rem 0;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 0.625rem 0.625rem 0 0;
  text-align: center;
  line-height: 1.2;
  min-height: 84px;
  min-height: 5.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .plans__name {
    min-height: 5.625rem;
    padding: 1.125rem 0;
    font-size: 1.75rem;
  }
}
.plans__name span {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .plans__name span {
    font-size: 1.125rem;
  }
}

.plans__price {
  background-color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
  padding: 1rem 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.plans__price.gray {
  background-color: #F2F2F2;
}

.plans__price-sub {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  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;
  min-height: 42px;
  min-height: 2.625rem;
}
@media screen and (min-width: 768px) {
  .plans__price-sub {
    font-size: 1rem;
  }
}
.plans__price-sub.orange {
  color: #F75C03;
}

.plans__price-main {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .plans__price-main {
    font-size: 1.875rem;
  }
}
.plans__price-main span.monthly {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .plans__price-main span.monthly {
    font-size: 1.125rem;
  }
}
.plans__price-main span.yen {
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (min-width: 768px) {
  .plans__price-main span.yen {
    font-size: 1.875rem;
  }
}
.plans__price-main span.tax {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .plans__price-main span.tax {
    font-size: 1.125rem;
  }
}

.plans__more {
  text-align: center;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .plans__more {
    margin-bottom: 1.625rem;
  }
}
.plans__more a,
.plans__more p {
  display: inline-block;
  color: #020887;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  padding-left: 1.5em;
  text-decoration: underline;
  position: relative;
}
@media screen and (min-width: 768px) {
  .plans__more a,
  .plans__more p {
    font-size: 1.5rem;
  }
}
.plans__more a::before,
.plans__more p::before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url(../images/common/chevron_right_blue.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 1em;
  padding-right: 0.5em;
}

.plans__icon {
  width: 25px;
  width: 1.5625rem;
  margin: 0 auto 26px;
  margin: 0 auto 1.625rem;
}
@media screen and (min-width: 768px) {
  .plans__icon {
    width: 2.5rem;
  }
}

.plans__entry-fees {
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .plans__entry-fees {
    margin-bottom: 3.75rem;
  }
}
.plans__entry-fees .plans__entry-fee {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80%;
  padding: 13px 2.5%;
  padding: 0.8125rem 2.5%;
  margin: 0 auto 10px;
  margin: 0 auto 0.625rem;
  border-radius: 10px;
  background: #f2f2f2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .plans__entry-fees .plans__entry-fee {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 43.75rem;
    margin-bottom: 1rem;
    padding: 1.5625rem 2.5%;
  }
}
.plans__entry-fees .plans__entry-fee:last-of-type {
  margin-bottom: 0;
}

.plans__entry-fee__left {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .plans__entry-fee__left {
    margin-bottom: 0;
    margin-right: 1.25rem;
    font-size: 1.4375rem;
  }
}

.plans__entry-fee__right {
  width: 100%;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .plans__entry-fee__right {
    width: 10%;
    font-size: 1.25rem;
  }
}
.plans__entry-fee__right span {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .plans__entry-fee__right span {
    font-size: 0.875rem;
  }
}
.plans__entry-fee__right img {
  max-width: 400px;
  margin: 0 auto;
}

.plans__attention {
  max-width: 1050px;
  max-width: 65.625rem;
  margin: 0 auto 30px;
  margin: 0 auto 1.875rem;
}
@media screen and (min-width: 768px) {
  .plans__attention {
    margin-bottom: 3.125rem;
  }
}
.plans__attention p {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .plans__attention p {
    font-size: 16px;
  }
}

.plans__button {
  text-align: center;
  margin-inline: auto;
}
.plans__button a {
  max-width: 300px;
  max-width: 18.75rem;
}

.plans__tab-item--on-demand {
  border-top: solid 4px #ff9b40;
}
.plans__tab-item--on-demand .plans__intro {
  background: linear-gradient(295.64deg, #f0ca67 11.29%, #f75c03 58.09%, #f75c03 91.53%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.plans__tab-item--on-demand .plans__point::before {
  color: #f75c03;
}
.plans__tab-item--on-demand .plans__point:nth-of-type(1) {
  background-image: url(../images/tuition/start-point_1.png);
}
.plans__tab-item--on-demand .plans__point:nth-of-type(2) {
  background-image: url(../images/tuition/start-point_2.png);
}
.plans__tab-item--on-demand .plans__point:nth-of-type(3) {
  background-image: url(../images/tuition/start-point_3.png);
}
.plans__tab-item--on-demand .plans__point:nth-of-type(4) {
  background-image: url(../images/tuition/start-point_4.png);
}
.plans__tab-item--on-demand .plans__point:nth-of-type(5) {
  background-image: url(../images/tuition/start-point_5.png);
}
.plans__tab-item--on-demand .plans__course-container {
  width: 100%;
}
.plans__tab-item--on-demand .plans__course-container .plans__course {
  width: 100%;
  max-width: 560px;
  max-width: 35rem;
  margin-left: auto;
  margin-right: auto;
}
.plans__tab-item--on-demand .plans__course-container .plans__course .plans__name {
  background-color: #ff9b40;
}
.plans__tab-item--on-demand .plans__course-container .plans__course .plans__price {
  min-height: unset;
}
.plans__tab-item--on-demand .plans__course-container .plans__course .plans__table {
  display: block;
}
@media screen and (min-width: 768px) {
  .plans__tab-item--on-demand .plans__course-container .plans__course .plans__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.plans__tab-item--on-demand .plans__course-container .plans__course .plans__table .plans__table-left,
.plans__tab-item--on-demand .plans__course-container .plans__course .plans__table .plans__table-right {
  width: 100%;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .plans__tab-item--on-demand .plans__course-container .plans__course .plans__table .plans__table-left,
  .plans__tab-item--on-demand .plans__course-container .plans__course .plans__table .plans__table-right {
    width: 50%;
  }
}
.plans__tab-item--on-demand .plans__course-container .plans__course .plans__table-center {
  text-align: center;
  padding: 20px 0;
  padding: 1.25rem 0;
  font-weight: 700;
}
.plans__tab-item--on-demand .plans__course-container .plans__course .plans__table-center p {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .plans__tab-item--on-demand .plans__course-container .plans__course .plans__table-center p {
    font-size: 1.25rem;
  }
}
.plans__tab-item--on-demand .plans__text {
  text-align: center;
  padding: 10px 0;
  padding: 0.625rem 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .plans__tab-item--on-demand .plans__text {
    font-size: 1.125rem;
  }
}
.plans__tab-item--on-demand .plans__price-sub {
  min-height: 0;
  min-height: initial;
}

.plans__tab-item--group {
  border-top: solid 4px #1bba81;
}
.plans__tab-item--group .plans__intro {
  background: linear-gradient(295.64deg, #8dd163 11.29%, #53c282 58.09%, #14b178 91.53%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.plans__tab-item--group .plans__package {
  background-image: url(../images/tuition/group_package.png);
}
.plans__tab-item--group .plans__point::before {
  color: #f75c03;
}
.plans__tab-item--group .plans__point:nth-of-type(1) {
  background-image: url(../images/tuition/standard-point_1.png);
}
.plans__tab-item--group .plans__point:nth-of-type(2) {
  background-image: url(../images/tuition/standard-point_2.png);
}
.plans__tab-item--group .plans__point:nth-of-type(3) {
  background-image: url(../images/tuition/standard-point_3.png);
}
.plans__tab-item--group .plans__point:nth-of-type(4) {
  background-image: url(../images/tuition/standard-point_4.png);
}
.plans__tab-item--group .plans__point:nth-of-type(5) {
  background-image: url(../images/tuition/standard-point_5.png);
}
.plans__tab-item--group .plans__point::before {
  color: #1bba81;
}
.plans__tab-item--group .plans__course {
  width: 100%;
  max-width: 390px;
  max-width: 24.375rem;
  margin-left: auto;
  margin-right: auto;
}
.plans__tab-item--group .plans__course .plans__name {
  background-color: #1BBA81;
}
@media screen and (min-width: 768px) {
  .plans__tab-item--group .plans__course .plans__name {
    font-size: 1.625rem;
  }
}
.plans__tab-item--group .plans__course .plans__price {
  min-height: unset;
  padding: 16px 10px;
  padding: 1rem 0.625rem;
  border-radius: 0 0 0.625rem 0.625rem;
}
.plans__tab-item--group .plans__course .plans__price-limited-group {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.plans__tab-item--group .plans__course .plans__price-limited-labels {
  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;
}
.plans__tab-item--group .plans__course .plans__price-limited-label {
  display: block;
  margin-right: 12px;
  margin-right: 0.75rem;
  padding: 0 22px;
  padding: 0 1.375rem;
  white-space: nowrap;
  color: #fff;
  background-color: #F75C03;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}
.plans__tab-item--group .plans__course .plans__price-main.orange {
  color: #F75C03;
}
.plans__tab-item--group .plans__course .plans__table {
  display: block;
}
@media screen and (min-width: 768px) {
  .plans__tab-item--group .plans__course .plans__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.plans__tab-item--group .plans__course .plans__table-left,
.plans__tab-item--group .plans__course .plans__table-right {
  width: 100%;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .plans__tab-item--group .plans__course .plans__table-left,
  .plans__tab-item--group .plans__course .plans__table-right {
    width: 50%;
  }
}
.plans__tab-item--group .plans__course .plans__table-center {
  text-align: center;
  padding: 20px 0;
  padding: 1.25rem 0;
  font-weight: 700;
}
.plans__tab-item--group .plans__text {
  text-align: center;
  padding: 10px 0;
  padding: 0.625rem 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .plans__tab-item--group .plans__text {
    font-size: 1.125rem;
  }
}

.plans__tab-item--mtm {
  border-top: solid 4px #0c11c7;
}
.plans__tab-item--mtm .plans__intro {
  background: -webkit-gradient(linear, left top, right top, from(#0909c6), to(#41bdce));
  background: linear-gradient(90deg, #0909c6 0%, #41bdce 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.plans__tab-item--mtm .plans__package {
  background-image: url(../images/tuition/group_package.png);
}
.plans__tab-item--mtm .plans__point::before {
  color: #0909c6;
}
.plans__tab-item--mtm .plans__point:nth-of-type(1) {
  background-image: url(../images/tuition/premium-point_1.png);
  background-image: url(../images/tuition/premium-point_1.png);
}
.plans__tab-item--mtm .plans__point:nth-of-type(2) {
  background-image: url(../images/tuition/premium-point_2.png);
  background-image: url(../images/tuition/premium-point_2.png);
}
.plans__tab-item--mtm .plans__text {
  text-align: center;
  padding: 10px 0;
  padding: 0.625rem 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .plans__tab-item--mtm .plans__text {
    font-size: 1.125rem;
  }
}
.plans__tab-item--mtm .plans__entry-fee:last-of-type {
  background: #c2d1f9;
}

.plans__course--recommend::before {
  content: "おすすめ";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 74px;
  width: 4.625rem;
  height: 74px;
  height: 4.625rem;
  text-align: center;
  background-color: #f75c03;
  left: -21px;
  left: -1.3125rem;
  top: -21px;
  top: -1.3125rem;
  color: #fff;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.plans__modal {
  display: none;
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .6274509804);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.plans__modal img {
  width: 100%;
  height: auto;
  max-width: 973px;
  max-width: 60.8125rem;
}

.plans__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 0;
  padding: 0.625rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.plans__table:nth-of-type(2n + 1) {
  background-color: #ffffff;
}
.plans__table:nth-of-type(2n) {
  background-color: #f2f2f2;
}
.plans__table:last-of-type {
  border-radius: 0 0 0.625rem 0.625rem;
}

.plans__table-left {
  text-align: center;
  display: block;
  width: 60%;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .plans__table-left {
    font-size: 1.25rem;
  }
}

.plans__table-right {
  display: block;
  text-align: center;
  font-weight: 700;
  min-width: 70px;
  min-width: 4.375rem;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .plans__table-right {
    font-size: 1.5rem;
  }
}
.plans__table-right .kome {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}

.price__list {
  padding: 32px 0 0;
  padding: 2rem 0 0;
}
.price__list .title__main {
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .price__list .title__main {
    margin-bottom: 2.9375rem;
  }
}
.price__list .title__main h2 span {
  font-size: 24px;
  font-size: 1.5rem;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .price__list .title__main h2 span {
    font-size: 2.5rem;
  }
}
.price__list__tabs {
  width: 95%;
  max-width: 500px;
  max-width: 31.25rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .price__list__tabs {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    max-width: 55.3125rem;
    gap: 0.4375rem;
  }
}
.price__list__tabs .price__list__tab {
  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-color: rgba(0, 0, 0, .2823529412);
  border-radius: 0.5625rem 0.5625rem 0 0;
  padding: 7px 0;
  padding: 0.4375rem 0;
  width: 100%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .price__list__tabs .price__list__tab {
    width: 24.3%;
    padding: 0.625rem 0;
    border-radius: 0.75rem 0.75rem 0 0;
  }
}
.price__list__tabs .price__list__tab--bright_yellow {
  background-color: #ff9b40;
}
.price__list__tabs .price__list__tab--green {
  background-color: #1bba81;
}
.price__list__tabs .price__list__tab--blue {
  background-color: #0c11c7;
}
.price__list__tabs .price__list__tab span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .price__list__tabs .price__list__tab span {
    font-size: 1.25rem;
  }
}
.price__list__table-wrapper {
  overflow-x: auto;
  padding: 0 10px;
  padding: 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .price__list__table-wrapper {
    padding: 0;
    padding: initial;
    overflow-x: visible;
    overflow-x: initial;
  }
}
.price__list__table {
  width: 100%;
  min-width: 790px;
  min-width: 49.375rem;
  margin: 0 auto 10px;
  margin: 0 auto 0.625rem;
  border-spacing: 0px 5px;
  border-spacing: 0px 0.3125rem;
  table-layout: fixed;
}
@media screen and (min-width: 768px) {
  .price__list__table {
    max-width: 55.3125rem;
  }
}
.price__list__table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #f3f3f3;
}
.price__list__table tr + tr {
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .price__list__table tr + tr {
    margin-top: 0;
    margin-top: initial;
  }
}
@media screen and (min-width: 768px) {
  .price__list__table tr {
    display: table-row;
    border-radius: 0.3125rem;
  }
}
.price__list__table tr.height--1 {
  height: 50px;
  height: 3.125rem;
}
@media screen and (min-width: 768px) {
  .price__list__table tr.height--1 {
    height: 3.75rem;
  }
}
.price__list__table tr.height--2 {
  height: 100%;
}
.price__list__table tr th {
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 25%;
  height: inherit;
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .price__list__table tr th {
    display: table-cell;
    width: 25%;
    font-size: 1rem;
  }
}
.price__list__table tr th span {
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .price__list__table tr th span {
    font-size: 0.75rem;
  }
}
.price__list__table tr td {
  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;
  width: 75%;
  margin: 2px auto;
  margin: 0.125rem auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .price__list__table tr td {
    display: table-cell;
    width: auto;
  }
}
.price__list__table tr td p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .price__list__table tr td p {
    font-size: 1rem;
  }
}
.price__list__table tr td p span {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.15;
}
@media screen and (min-width: 768px) {
  .price__list__table tr td p span {
    font-size: 0.75rem;
  }
}
.price__list__table tr td:not(.bg) p {
  display: block;
  width: 100%;
  height: auto;
  padding: 13px 0;
  padding: 0.8125rem 0;
  border: 1px solid #000;
  border-radius: 0.3125rem;
  background-color: #fff;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 44px;
  height: 2.75rem;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .price__list__table tr td:not(.bg) p {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 0.3125rem);
    height: 3.125rem;
    padding: 0;
  }
}
.price__list__table tr td.bright_yellow {
  width: 25%;
}
.price__list__table tr td.bright_yellow p {
  border-color: #ff9b40 !important;
}
@media screen and (min-width: 768px) {
  .price__list__table tr td.bright_yellow p {
    width: calc(100% - 0.3125rem);
  }
}
.price__list__table tr td.green {
  width: 25%;
}
.price__list__table tr td.green p {
  border-color: #1bba81 !important;
}
@media screen and (min-width: 768px) {
  .price__list__table tr td.green p {
    width: calc(100% - 0.3125rem);
  }
}
.price__list__table tr td.blue {
  width: 25%;
}
.price__list__table tr td.blue p {
  border-color: #0909c6 !important;
}
@media screen and (min-width: 768px) {
  .price__list__table tr td.blue p {
    width: calc(100% - 0.3125rem);
  }
}
.price__list__table tr td.black {
  width: calc(66.66667% - 0.3125rem);
}
@media screen and (min-width: 768px) {
  .price__list__table tr td.black {
    width: 75%;
  }
}
.price__list__table tr td.black p {
  border-color: #000 !important;
}
.price__list__table tr td.bg {
  width: calc(33.33333% - 0.3125rem);
}
@media screen and (min-width: 768px) {
  .price__list__table tr td.bg {
    width: 25%;
  }
}
.price__list__table tr td.bg p {
  display: block;
  width: 100%;
  height: auto;
  padding: 13px 0;
  padding: 0.8125rem 0;
  border-radius: 0.3125rem;
  background-color: #e6e6e6;
}
@media screen and (min-width: 768px) {
  .price__list__table tr td.bg p {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 0.3125rem);
    height: 3.125rem;
    padding: 0;
  }
}
.price__list__table tr td.white {
  width: calc(66.66667% - 0.3125rem);
}
@media screen and (min-width: 768px) {
  .price__list__table tr td.white {
    width: 75%;
  }
}
.price__list__table tr td.image {
  width: 25%;
}
@media screen and (min-width: 768px) {
  .price__list__table tr td.image {
    padding: 0 3px;
  }
}
.price__list__table tr.bg-none {
  background-color: transparent;
}
.price__list__table tr.bg-none th:before {
  content: none;
}
.price__list__table tr.bg-none td p {
  border-radius: 0.625rem 0.625rem 0 0;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .price__list__table tr.bg-none td p {
    font-size: 1.125rem;
  }
}
.price__list__table tr.bg-none td.bg-bright_yellow {
  width: 25%;
}
.price__list__table tr.bg-none td.bg-bright_yellow p {
  background-color: #F75C03;
  border: none;
}
.price__list__table tr.bg-none td.bg-green {
  width: 25%;
}
.price__list__table tr.bg-none td.bg-green p {
  background-color: #1BBA81;
  border: none;
}
.price__list__table tr.bg-none td.bg-blue {
  width: 25%;
}
.price__list__table tr.bg-none td.bg-blue p {
  background-color: #0909C6;
  border: none;
}

.price__list-slide {
  width: 182px;
  width: 11.375rem;
  margin-inline: auto;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.price {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 29px;
  padding-bottom: 1.8125rem;
}
@media screen and (min-width: 768px) {
  .price {
    padding-top: 7.5rem;
    padding-bottom: 3.4375rem;
  }
}

.price__title {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .price__title {
    margin-bottom: 3.6875rem;
  }
}

.price__main {
  width: 90%;
  max-width: 500px;
  max-width: 31.25rem;
  margin-left: auto;
  margin-right: auto;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  text-align: center;
  padding: 15px 0;
  padding: 0.9375rem 0;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .price__main {
    margin-bottom: 2.5rem;
    padding: 1.875rem 0;
  }
}
.price__main p {
  color: #0909c6;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .price__main p {
    white-space: nowrap;
    font-size: 2.1875rem;
  }
}
.price__main p span {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .price__main p span {
    font-size: 1.25rem;
  }
}

.price__button {
  text-align: center;
}

.sales {
  margin: 32px 0;
  margin: 2rem 0;
}
@media screen and (min-width: 768px) {
  .sales {
    margin: 3.75rem 0;
  }
}

.sales .title__main {
  margin-bottom: 0;
  margin-bottom: initial;
}

.sales__four-cards {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .sales__four-cards {
    margin-top: 3.75rem;
  }
}

.solution {
  padding: 40px 0;
  padding: 2.5rem 0;
  background-color: #F2F2F2;
}
@media screen and (min-width: 768px) {
  .solution {
    padding: 3.75rem 0;
  }
}

.solution__title .title__main {
  margin-bottom: 0;
  margin-bottom: initial;
}

.solution__inner {
  padding: 0 50px;
  padding: 0 3.125rem;
  width: 100%;
  max-width: 400px;
  max-width: 25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .solution__inner {
    max-width: 56.25rem;
  }
}

.solution__cards {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .solution__cards {
    margin-top: 3.125rem;
  }
}

.solution__card {
  padding: 40px 15px 20px;
  padding: 2.5rem 0.9375rem 1.25rem;
  border-radius: 0.625rem;
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (min-width: 768px) {
  .solution__card {
    padding: 3.125rem 3.125rem 2.5rem 8.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.solution__card::after {
  position: absolute;
  content: "";
  top: 95px;
  top: 5.9375rem;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #fff;
}
.solution__card::before {
  position: absolute;
  font-size: 64px;
  font-size: 4rem;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  top: 20px;
  top: 1.25rem;
  left: 30px;
  left: 1.875rem;
}
.solution__card + .solution__card {
  margin-top: 16px;
  margin-top: 1rem;
}
.solution__card:nth-child(1) {
  background-image: url(../images/solution/solution__bg1-sp.webp);
}
@media screen and (min-width: 768px) {
  .solution__card:nth-child(1) {
    background-image: url(../images/solution/solution__bg1-pc.webp);
  }
}
.solution__card:nth-child(1)::before {
  content: "1";
}
.solution__card:nth-child(2) {
  background-image: url(../images/solution/solution__bg2-sp.webp);
}
@media screen and (min-width: 768px) {
  .solution__card:nth-child(2) {
    background-image: url(../images/solution/solution__bg2-pc.webp);
  }
}
.solution__card:nth-child(2)::before {
  content: "2";
}
.solution__card:nth-child(3) {
  background-image: url(../images/solution/solution__bg3-sp.webp);
}
@media screen and (min-width: 768px) {
  .solution__card:nth-child(3) {
    background-image: url(../images/solution/solution__bg3-pc.webp);
  }
}
.solution__card:nth-child(3)::before {
  content: "3";
}
.solution__card:nth-child(4) {
  background-image: url(../images/solution/solution__bg4-sp.webp);
}
@media screen and (min-width: 768px) {
  .solution__card:nth-child(4) {
    background-image: url(../images/solution/solution__bg4-pc.webp);
  }
}
.solution__card:nth-child(4)::before {
  content: "4";
}
.solution__card:nth-child(5) {
  background-image: url(../images/solution/solution__bg5-sp.webp);
}
@media screen and (min-width: 768px) {
  .solution__card:nth-child(5) {
    background-image: url(../images/solution/solution__bg5-pc.webp);
  }
}
.solution__card:nth-child(5)::before {
  content: "5";
}

.solution__card-icon {
  margin-inline: auto;
  width: 100px;
  width: 6.25rem;
  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;
}
@media screen and (min-width: 768px) {
  .solution__card-icon {
    margin-right: 3.4375rem;
    width: 6.875rem;
  }
}
.solution__card-icon img {
  width: 100%;
  height: auto;
}

.solution__card-texts {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .solution__card-texts {
    margin-top: 0;
    margin-top: initial;
    width: calc(100% - 10.3125rem);
  }
}

.solution__card-title {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .solution__card-title {
    text-align: left;
    font-size: 1.5rem;
  }
}

.solution__card-description {
  margin-top: 14px;
  margin-top: 0.875rem;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .solution__card-description {
    margin-top: 1.1875rem;
    line-height: 1.5;
  }
}

.space {
  padding-top: 25px;
  padding-top: 1.5625rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .space {
    padding-top: 3.25rem;
    padding-bottom: 3.75rem;
  }
}

.space__main {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-top: solid 2px #0909c6;
  border-bottom: solid 2px #0909c6;
  text-align: center;
  padding: 15px 0;
  padding: 0.9375rem 0;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .space__main {
    margin-bottom: 2.5rem;
    padding: 1.4375rem 0;
  }
}
.space__main p {
  color: #0909c6;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .space__main p {
    white-space: nowrap;
    font-size: 2.1875rem;
  }
}
.space__main p span {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .space__main p span {
    font-size: 1.25rem;
  }
}

.space__title {
  margin-bottom: 33px;
  margin-bottom: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .space__title {
    margin-bottom: 3.75rem;
  }
}

.space__top {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .space__top {
    margin-bottom: 1.875rem;
  }
}
.space__top li {
  text-align: center;
}
.space__top li:first-of-type {
  margin-bottom: 17px;
  margin-bottom: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .space__top li:first-of-type {
    margin-bottom: 1.5625rem;
  }
}
.space__top li .heading {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .space__top li .heading {
    font-size: 1.4375rem;
  }
}
.space__top li .content {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .space__top li .content {
    font-size: 1.0625rem;
  }
}

.space__images {
  overflow: auto;
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
  margin-bottom: 39px;
  margin-bottom: 2.4375rem;
}
.space__images::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  .space__images {
    margin-bottom: 3.5625rem;
  }
}

.space__images-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  padding: 0 16px;
  padding: 0 1rem;
  margin-left: auto;
  margin-right: auto;
}

.space__image {
  width: 325px;
  width: 20.3125rem;
}
@media screen and (min-width: 768px) {
  .space__image {
    width: 37.5rem;
  }
}

.space__button {
  text-align: center;
}
.space__button a {
  border-radius: 0.25rem;
  display: inline-block;
  width: 358px;
  width: 22.375rem;
  -webkit-box-shadow: 1.25rem 1.25rem 1.25rem 0 rgba(0, 0, 0, .2509803922);
          box-shadow: 1.25rem 1.25rem 1.25rem 0 rgba(0, 0, 0, .2509803922);
}
@media screen and (min-width: 768px) {
  .space__button a {
    width: 43.375rem;
    border-radius: 1rem;
  }
}
.space__text {
  padding: 0 15px;
  padding: 0 0.9375rem;
  max-width: 1000px;
  max-width: 62.5rem;
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .space__text {
    font-size: 1rem;
  }
}

.space .swiper-slide img {
  aspect-ratio: 1/0.6178707;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.space .space__top:nth-of-type(n+1) {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .space .space__top:nth-of-type(n+1) {
    margin-top: 3.75rem;
  }
}

.space-swiper .swiper-slide img {
  width: 100%;
  aspect-ratio: 1/0.5625;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.space-online-swiper {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .space-online-swiper {
    max-width: 75rem;
    margin-top: 2.5rem;
  }
}
.space-online-swiper .swiper-slide img {
  aspect-ratio: 1/0.5625;
}
@media screen and (min-width: 768px) {
  .space-online-swiper .swiper-wrapper {
    display: grid;
    gap: 0.375rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.title {
  text-align: center;
  padding: 0 10px;
  padding: 0 0.625rem;
}

.title__main {
  margin-bottom: 11px;
  margin-bottom: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .title__main {
    margin-bottom: 1.5rem;
  }
}
.title__main h2 {
  color: #0909c6;
  font-size: 28px;
  font-size: 1.75rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #41bdce), to(#0909c6));
  background: linear-gradient(to right, #41bdce 0, #0909c6 100%);
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title__main h2.title-h2-target {
  display: none;
}
.title__main h2.title-h2-target.js-active {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .title__main h2 {
    font-size: 3rem;
  }
}
.title__main h2 span {
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .title__main h2 span {
    font-size: 2.5rem;
  }
}
.title__main p {
  margin-top: 20px;
  color: #0909c6;
  font-size: 16px;
  font-size: 1rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #41bdce), to(#0909c6));
  background: linear-gradient(to right, #41bdce 0, #0909c6 100%);
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .title__main p {
    font-size: 1.5rem;
  }
}

.title__sub {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  max-width: 620px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .title__sub {
    font-size: 1.25rem;
    max-width: none;
  }
}

.title--white .title__main h2 {
  background: none;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: initial;
  color: #fff;
}
.title--white .title__sub {
  color: #fff;
  text-align: center;
}

.page-tuition__trial14 {
  margin: 30px auto;
  margin: 1.875rem auto;
}
@media screen and (min-width: 768px) {
  .page-tuition__trial14 {
    margin: 3.75rem auto;
  }
}
.page-tuition__trial14 a {
  display: block;
  width: 90%;
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-tuition__trial14 a {
    width: 45%;
    max-width: none;
  }
}

.tv {
  background-color: #E8F8FF;
  padding: 26px 0 32px;
  padding: 1.625rem 0 2rem;
}
@media screen and (min-width: 768px) {
  .tv {
    padding: 3.75rem 0;
  }
}

.tv__title.title__main {
  text-align: center;
}
.tv__title.title__main h2 {
  position: relative;
}
.tv__title.title__main h2::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -70px;
  left: -4.375rem;
  width: 50px;
  width: 3.125rem;
  height: 2px;
  height: 0.125rem;
  background-color: #0909c6;
}
.tv__title.title__main h2::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -70px;
  right: -4.375rem;
  width: 50px;
  width: 3.125rem;
  height: 2px;
  height: 0.125rem;
  background-color: #0909c6;
}

.tv__inner {
  margin-top: 30px;
  margin-top: 1.875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .tv__inner {
    margin: 2.5rem auto 0;
    max-width: 37.5rem;
  }
}

.tv__video {
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 390/218;
}
@media screen and (min-width: 768px) {
  .tv__video {
    aspect-ratio: 600/335;
  }
}

.tv__video video {
  width: 100%;
  height: 100%;
}

.tv__note {
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: right;
  font-size: 10px;
  font-size: 0.625rem;
  font-family: "";
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .tv__note {
    font-size: 0.75rem;
  }
}
/*# sourceMappingURL=styles.css.map */
