@charset "UTF-8";
/* メディアクエリ
==================================== */
main {
  overflow: hidden;
}

html {
  min-height: 100vh;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  color: #333333;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}
main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

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

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

a:hover {
  cursor: pointer;
  opacity: 0.7;
}

.inner {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.baner {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.baner__head {
  background: #07B1E9;
  color: #FFF;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.05em;
  text-align: center;
}

.baner__container {
  max-width: 1040px;
  margin-inline: auto;
}

.banaer__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.baner__item:first-child {
  position: relative;
}

.course-about {
  padding-block: 2rem;
}

.course-about__text {
  margin-top: 20px;
  font-size: 0.875rem;
  line-height: 1.8;
}

.course-about__item {
  z-index: 5;
  position: relative;
  padding: clamp(3.438rem, 2.58rem + 1.786vi, 4.188rem) clamp(0.625rem, -1.875rem + 5.208vi, 2.813rem);
}

.course-about__item::after {
  z-index: -1;
  position: absolute;
  top: 50%;
  right: 0;
  height: 100%;
  content: "point01";
  color: #EAF9FF;
  font-weight: 500;
  font-size: 1.9rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.15em;
  text-align: center;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.course-about__item:nth-child(2)::after {
  content: "point02";
}

.course-about__item:nth-child(3)::after {
  content: "point03";
}

.course-head {
  padding-bottom: 2rem;
}

.course-head__items {
  margin-top: 1rem;
  text-align: center;
}

.course-head__item:nth-child(1) {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.45;
  letter-spacing: 0.09em;
}

.course-head__item:nth-child(2) {
  margin-top: 6px;
  color: #F589BF;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.09em;
}

.course-head__image {
  position: relative;
}

.course-head__content-label {
  margin-top: 5px;
  color: #07B1E9;
  font-weight: 500;
  font-size: 12px;
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
}

.cp-slider {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #F1FAFC;
}

.swiper02 {
  margin-top: initial;
  position: relative;
}
/*
.cta {
  position: relative;
  margin-top: initial;
  padding-top: 15px;
  padding-bottom: 15px;
  border: initial;
}

.cta__wrap {
  border: 3px solid #FF3F02;
}

.cta::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background: -webkit-gradient(linear, left top, right top, from(#07b1e9), to(#96dbf2));
  background: linear-gradient(to right, #07b1e9 0%, #96dbf2 100%);
  content: "";
}

.cta::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background: -webkit-gradient(linear, left top, right top, from(#07b1e9), to(#96dbf2));
  background: linear-gradient(to right, #07b1e9 0%, #96dbf2 100%);
  content: "";
}

.cta__container {
  padding: 1.5rem 0.5rem;
  border: initial;
  background: initial;
}

.cta__items {
  gap: 1rem;
}

.cta__item {
  position: relative;
  padding-top: 12px;
  padding-bottom: 13px;
}

.cta__item:nth-child(n+2)::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 1px;
  transform: translateX(-50%);
  background: url(../img/cta_border.png) no-repeat center center/contain;
  content: "";
  -webkit-transform: translateX(-50%);
}

.cta__group:nth-child(2) .cta__item::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 1px;
  transform: translateX(-50%);
  background: url(../img/cta_border.png) no-repeat center center/contain;
  content: "";
  -webkit-transform: translateX(-50%);
}

.cta__item:nth-child(2)::after {
  display: none;
}

.cta_attention {
  font-size: 0.875rem;
}

.cta__group {
  display: grid;
}

.cta__group:nth-child(2) {
  margin-top: -0.5rem;
}

.cta__contact-flyer a {
  background: #0497E7;
}

.cta__contact-flyer span::before {
  width: 12px;
  height: 16px;
  background: url(../img/icon_chirashi.png) no-repeat center center/contain;
}

.cta01,
.cta02,
.cta03,
.cta04,
.cta05,
.cta06,
.cta07 {
  position: absolute;
}

.cta01 {
  display: none;
}

.cta02 {
  display: none;
}

.cta03 {
  display: none;
}

.cta04 {
  display: none;
}

.cta05 {
  top: 30%;
  right: -15px;
  width: 63px;
}

.cta06 {
  top: 75%;
  right: -15px;
  width: 48px;
}

.cta07 {
  top: 50%;
  left: -15px;
  width: 38px;
} */

.cta__new {
  padding-top: 4rem;

}

.feature {
  margin-top: 2rem;
}

.fee-link__btn {
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.08em;
}

.fee-link__container {
  padding-right: 10px;
  padding-left: 10px;
}

.fee-link__btn a span {
  width: 100%;
}

.fv {
  z-index: 1;
  position: relative;
  width: 100%;
  margin-top: 50px;
  padding-top: 1rem;
}

.fv {
  margin-top: 8.125rem;
  margin-top: 3.25rem;
}
@media screen and (min-width: 768px) {
  .fv {
    margin-top: initial;
    margin-top: 6.25rem;
  }
}


/* .fv::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(25, 25, 25, 0.1);
  content: "";
} */

.fv__inner {
  position: relative;
}

.fv__content {
  z-index: 5;
  position: absolute;
  top: 2.3rem;
  left: 1.25rem;
  left: 1.9rem;
  color: #FFF;
}

.fv__title {
  position: relative;
  padding-bottom: 0.1125rem;
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 1.7777777778;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.2em;
}

.fv__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #FFF;
  content: "";
}

.fv__subtitle {
  margin-top: 0.925rem;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.625;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.12em;
}

.fv__sub-slider {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  z-index: 7;
  position: absolute;
  right: 5.2rem;
  bottom: -3rem;
  width: 382px;
  max-width: 90%;
  padding: 6px;
  background-color: #FFF;
}

.fv-sub-slider .slick-img {
  position: relative;
  width: 93px !important;
}

.fv-sub-slider .slick-img::after {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 19, 38, 0.3);
  content: "";
}

.fv-sub-slider .slick-track {
  -webkit-transform: unset !important;
          transform: unset !important;
}

.fv-sub-slider .slick-list {
  overflow: visible;
}

.fv-sub-slider .slick-current {
  position: relative;
}

.fv-sub-slider .slick-current::after {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 6px;
  -webkit-transform: translateX(-50%) translateY(-100%);
          transform: translateX(-50%) translateY(-100%);
  background-color: #07B1E9;
  content: "";
}

.fv-slider .slick-slide {
  margin: 0 5px;
}


/*
.fv-slider .slick-list img,
.fv-slider .slick-track img,
.fv-slider .slick-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv-slider .slick-list,
.fv-slider .slick-track,
.fv-slider .slick-slide {
  width: 100%;
  height: 100%;
}

.fv-slider .slick-slide {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}

.fv-slider .slick-slide.slick-current.slick-active {
  -webkit-animation-duration: 5.5s;
          animation-duration: 5.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
} */

@-webkit-keyframes fadeInAnime {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  98% {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
}

@keyframes fadeInAnime {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  98% {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
}
.fv-circle .slick-track {
  -webkit-transform: unset !important;
          transform: unset !important;
}

.fv-circle circle.circle1, .fv-circle circle.circle2 {
  display: none;
}

.fv-circle .slick-current circle.circle1, .fv-circle .slick-current circle.circle2 {
  display: block;
}

.fv-circle .slick-current circle.circle1 {
  -webkit-animation: circle 6.5s linear infinite;
          animation: circle 6.5s linear infinite;
}

@-webkit-keyframes circle {
  0% {
    stroke-dasharray: 0 240;
  }
  100% {
    stroke-dasharray: 240 240;
  }
}

@keyframes circle {
  0% {
    stroke-dasharray: 0 240;
  }
  100% {
    stroke-dasharray: 240 240;
  }
}
.fv-circle svg {
  width: 50px;
  height: 50px;
}

.fv__scroll {
  display: none;
}

.scroll-bar {
  display: block;
  position: relative;
  padding-bottom: 7.5rem;
  color: #FFF;
  font-weight: 500;
  font-size: 0.625rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

/* 丸の描写 */
.scroll-bar:before {
  z-index: 5;
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 42%;
  /*丸の形状*/
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #07B1E9;
  content: "";
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
          animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@-webkit-keyframes circlemove {
  0% {
    bottom: 110px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 110px;
  }
  100% {
    bottom: -5px;
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* 線の描写 */
.scroll-bar:after {
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 50%;
  /*線の形状*/
  width: 1px;
  height: 6.875rem;
  background: #FFF;
  content: "";
}

.fv__items {
  position: absolute;
  bottom: 21px;
  left: 50%;
  width: 90%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fv__name {
  display: grid;
  place-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 37px;
  margin-bottom: 20px;
  padding-right: 7px;
  padding-left: 7px;
  background: #07B1E9;
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 1.2;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.05em;
}

.fv-sub {
  margin-top: 50px;
}

.hamburger {
  position: relative;
  width: 50px;
  height: 50px;
  margin-left: auto;
  background: #FFEF5C;
}

.hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #07B1E9;
}

.hamburger.active span:nth-of-type(1) {
  top: 40%;
  left: 50%;
  width: 25px;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

.hamburger.active span:nth-of-type(3) {
  top: 40%;
  left: 50%;
  width: 25px;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

.hamburger p {
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  scale: initial;
  color: #07B1E9;
  text-transform: uppercase;
}

.header__accordion-items {
  top: 70px;
  left: 65%;
}

.header-sp {
  right: initial;
  left: 0;
  width: 100%;
  margin-top: 50px;
  padding-bottom: 5rem;
}

.header-sp__inner {
  padding-right: 20px;
  padding-left: 20px;
  overflow: scroll;
}

.header-sp__container {
  display: grid;
}

.header-sp__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 18px;
  gap: 10px 14px;
}

.header-sp__link span {
  display: none;
}

.header-sp__baners {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 19px;
  gap: 14px;
}

.header-sp__item {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: 0.5rem;
}

.header-sp__bottoms {
  display: grid;
  margin-top: 20px;
  gap: 10px;
}

.header__mark a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}

.header__logo {
  width: 86px;
}

.header__name {
  width: 76px;
}

.header__mark p {
  color: #898989;
  font-size: 0.5rem;
  line-height: 1.625;
}

.header-sub__inner {
  margin-top: initial;
  padding-right: initial;
  padding-left: 10px;
}

.header__nav-items {
  gap: 20px;
}

.header-sub__nav-item {
  position: relative;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.header-sub__nav-item:not(:first-child) {
  margin-left: initial;
  padding-left: 1.25rem;
}

.header-sub__nav-item:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #07B1EA;
  content: "";
}

.highend {
  margin-top: 3.5rem;
}

.highend .course-head__top {
  background: #052C59;
}

.highend .course-head__container {
  padding: initial;
}
.highend .course-head__container::after {
  display: none;
}

.highend .course-head__content {
  width: 100%;
  margin-top: 8px;
  margin-left: initial;
}

.highend .course-head__content-label {
  color: #C1C1C1;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.08m;
}

.highend .course-head__content-title {
  color: #052C59;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5384615385;
  letter-spacing: 0.06em;
}

.highend .course-head__content-text {
  margin-top: 8px;
}

.highend .section__title-jp {
  color: #FFF;
  font-weight: 500;
  font-size: 12px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.highend .section__title-en {
  color: #FFF;
  font-weight: 700;
  font-size: 1.25rem;
}
.highend .section__title-en span::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #FFF;
}
.highend .section__title-en span::after {
  display: none;
}
.highend .infomation .section__title-jp,
.highend .qa .section__title-jp,
.highend .topContact .section__title-jp {
  color: #052C59;
}
.highend .infomation .section__title-en,
.highend .qa .section__title-en,
.highend .topContact .section__title-en {
  color: #333333;
}
.highend .infomation span::before,
.highend .qa span::before,
.highend .topContact span::before {
  background: #333333;
}
.highend .schedule-sub {
  background: #052C59;
}
.highend .schedule-sub__table {
  border-radius: initial;
}
.highend .schedule-sub__table tr:first-child {
  border-radius: initial;
}
.highend .schedule-sub__table th {
  background: #D5E7E6;
  color: #333333;
}
.highend .schedule-sub__table td:first-child {
  background: #F8F8F8;
  color: #333333;
}
.highend .cp-slider {
  background: initial;
}
.highend .top-blog {
  z-index: 5;
  position: relative;
  background: url(../img/blog_bg_high.png) no-repeat center center/cover;
}
.highend .top-blog::after {
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 37, 75, 0.85);
}
.highend .top-blog::before {
  display: none;
}
.highend .top-blog__items::after {
  display: none;
}
.highend .top-blog__btn a {
  background: #052C59;
  color: #FFF;
}
.highend .top-blog__btn a::after {
  position: absolute;
  top: 50%;
  right: 2.1rem;
  width: 0.6rem;
  height: 0.6rem;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background: initial;
  content: "";
}
.highend .top-contact__cp {
  border-radius: initial;
  background: #052C59;
}
.highend .topContact__day {
  color: #052C59;
}
.highend .cta::before,
.highend .cta::after {
  background: -webkit-gradient(linear, left top, right top, from(#00428c), to(#0363aa));
  background: linear-gradient(to right, #00428c 0%, #0363aa 100%);
}
.highend .top-blog__category {
  background: #F4D901;
  color: #052C59;
}

.highendReason {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.highendReason__head {
  display: grid;
  place-items: center;
  min-height: 45px;
  background: #052C59;
  color: #FFF;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.11em;
  text-align: center;
}

.highendReason__items {
  display: grid;
  margin-top: 50px;
  gap: 50px;
}

.highendReason__image {
  position: relative;
}

.highendReason__number {
  z-index: -1;
  position: absolute;
  top: -50px;
  left: -15px;
  color: #E4E9EF;
  font-weight: 500;
  font-size: 4rem;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.02em;
}

.highendReason__content {
  padding: 20px;
  background: #F8F8F8;
}

.highendReason__title {
  padding-left: 6px;
  border-left: 3px solid #052C59;
  color: #052C59;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1875;
  letter-spacing: 0.07em;
}

.highendReason__text {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

.highendVoice {
  position: relative;
  padding-bottom: 3rem;
}

.highendVoice::after {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 296px;
  background: #E4E9EF;
  content: "";
}

.highendVoice__container {
  display: grid;
  gap: 1rem;
}

.highendVoice__head {
  width: 55%;
  margin-inline: auto;
}

.highendVoice__content {
  position: relative;
  margin-top: 30px;
  padding: 20px 10px;
  border: 2px solid #052C59;
  background: #FFF;
}

.highendVoice__content::before {
  position: absolute;
  top: -11.5px;
  left: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translateX(-50%) rotate(225deg);
          transform: translateX(-50%) rotate(225deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  border-right: 2px solid #052C59;
  border-bottom: 2px solid #052C59;
  background: #FFF;
  content: "";
}

.highendVoice__title {
  padding-bottom: 10px;
  border-bottom: 1px solid #D1D1D1;
  color: #052C59;
  font-weight: 700;
  font-size: 1.15rem;
  line-height: 1.5384615385;
  letter-spacing: 0.06em;
  text-align: center;
}

.highendVoice__text {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

.highendWhat {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #052C59;
}

.highendWhat__head {
  display: grid;
  place-items: center;
  min-height: 45px;
  background: rgba(255, 255, 255, 0.1);
  color: #FFF;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.11em;
  text-align: center;
}

.highendWhat__text {
  margin-top: 20px;
  color: #FFF;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.highendWhat__items {
  display: grid;
  margin-top: 2rem;
  gap: 20px;
}

.highendWhat__item {
  z-index: 5;
  position: relative;
  padding: 2rem;
  border: 10px solid #00428c;
  -o-border-image: linear-gradient(to right, #0363aa, #00428c) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#0363aa), to(#00428c)) 1;
     border-image: linear-gradient(to right, #0363aa, #00428c) 1;
  background: #FFF;
}

.highendWhat__item::after {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  content: "point01";
  color: #F8F8F8;
  font-weight: 500;
  font-size: 1.9rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.15em;
  text-align: center;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.highendWhat__item:nth-child(2)::after {
  content: "point02";
}

.highendWhat__item:nth-child(3)::after {
  content: "point03";
}

.highendWhat__number {
  display: grid;
  position: absolute;
  top: -20px;
  left: -20px;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #343434;
  color: #FFF;
  font-weight: 500;
  font-size: 1.6rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.06em;
}

.highendWhat__title {
  color: #052C59;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.07em;
}

.highendWhat__value {
  margin-top: 8px;
  font-size: 12px;
  line-height: 2.1666666667;
  letter-spacing: 0.06em;
}

.highendWhat__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1rem;
  gap: 1rem 0.725rem;
}

.highendWhat__list {
  display: grid;
  place-items: center;
  min-height: 72px;
  border: 1px solid #07B1E9;
  background: #FFF;
  -webkit-box-shadow: 3px 3px 0 0 #F5D900;
          box-shadow: 3px 3px 0 0 #F5D900;
  font-weight: 700;
  font-size: 12px;
  line-height: 2.125;
  letter-spacing: 0.11em;
}

.instructor {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.instructor__inner {
  position: relative;
}

.instrucor__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 15px;
}

.instructor__item {
  position: relative;
}

.instructor__image {
  position: relative;
}

.instructor__image::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  content: "";
}

.instructor__name {
  z-index: 5;
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #FFF;
}

.instructor__en {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4615384615;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.instructor__jp {
  margin-top: 6px;
  font-weight: 800;
  font-size: 0.7rem;
  line-height: 1.5;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.07em;
}

.instructor__bg {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 922px;
}

.instructor__ashirai {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 160px;
  height: 70px;
}

.lesson__inner {
  margin-top: 30px;
}

.lesson__items {
  grid-template-columns: repeat(2, 1fr);
}

.link-panel__btns {
  display: grid;
  margin-top: 1rem;
  gap: 0.73125rem;
}

.link-panel__btn {
  margin-top: initial;
  margin-left: initial;
}

.link-panel__btn a {
  width: 100%;
}

.link-panel__btn:nth-child(1) a {
  background: #0AB1EB;
}

.link-panel__btn:nth-child(2) a {
  background: #F589BF;
}

.link-panel__btn:nth-child(3) a {
  background: #F5D345;
}

.link-panel__navy {
  background: -webkit-gradient(linear, left top, right top, from(#0363aa), to(#00428c));
  background: linear-gradient(to right, #0363aa 0%, #00428c 100%);
}

.menu {
  color: #FFF;
}

.menu__items {
  display: grid;
}

.menu__item {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: url(../img/menu01.png) no-repeat center center/cover;
}

.menu__item:nth-child(2) {
  background: url(../img/menu02.png) no-repeat center center/cover;
}

.menu__items:nth-child(2) .menu__item:nth-child(1) {
  background: url(../img/menu03.png) no-repeat center center/cover;
}

.menu__items:nth-child(2) .menu__item:nth-child(2) {
  background: url(../img/menu04.png) no-repeat center center/cover;
}

.menu__item:nth-child(3) {
  background: url(../img/menu05.png) no-repeat center center/cover;
}

.menu__item:nth-child(4) {
  background: url(../img/menu06.png) no-repeat center center/cover;
}

.menu__content {
  width: 90%;
  margin-inline: auto;
  font-size: 400px;
}

.menu__title {
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 7px;
  text-align: center;
}

.menu__text {
  margin-top: 2.5rem;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 2px;
}

.menu__attention {
  margin-top: 0.4rem;
  font-size: 1.5rem;
  line-height: 2.1052631579;
  text-align: center;
}

.menu__attention span {
  color: #F7171F;
  font-weight: 600;
}

.menu__big {
  margin-left: 0.8rem;
  font-size: 3.2rem;
  letter-spacing: 0.8px;
}

.menu__small {
  margin-right: 0.8rem;
  font-size: 1.8rem;
}

.menu__item:has(.menu__attention) .menu__text {
  margin-top: 0.8rem;
}

.method__item a {
  z-index: 5;
  position: relative;
}

.method__item a::after {
  z-index: -1;
  position: absolute;
  top: 10px;
  right: 0;
  content: "course01";
  color: #EAF9FF;
  font-weight: 500;
  font-size: 2.625rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.method__item:nth-child(2) a::after {
  content: "course02";
}

.method__item:nth-child(3) a::after {
  content: "course03";
}

.method__item:nth-child(4) a::after {
  content: "course04";
}

.method__item:nth-child(5) a::after {
  content: "course05";
}

.method__item:nth-child(5)::before {
  background: url(../img/point05.png) no-repeat;
  background-size: contain;
}

.point::after {
  display: none;
}

.point__items {
  position: relative;
}

.point__item::after {
  font-size: 2.125rem;
}

.point__items::after {
  display: none;
}

.qa {
  margin-top: initial;
  padding-top: 3rem;
}

.qa__front::after {
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F1FAFC;
  content: "";
}

.qa__wrapper {
  display: grid;
  z-index: 5;
  position: relative;
  gap: 3rem;
}

.qa__items {
  margin-top: 1.5rem;
}

.reason {
  margin-top: 2rem;
}

.feature__item {
  margin-top: 2rem;
}

.reserve-btn {
  bottom: 70px;
}

.schedule-sub {
  margin-top: initial;
  padding-top: 3rem;
  padding-bottom: 1rem;
  background: #F1FAFC;
}

.schedule-sub__table-area {
  margin-top: 20px;
}

.schedule-sub__table {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  table-layout: fixed; /* セルの幅計算指定 */
}

.schedule-sub__table th,
.schedule-sub__table td {
  height: 105px;
  min-height: 105px;
  padding: 0.2rem;
  overflow: hidden;
  font-size: 0.875rem;
  text-align: center;
  text-align: center;
  vertical-align: middle; /* 上下中央揃え */
}

.schedule-sub__table td {
  background: #FFF;
}

.schedule-sub__table tr:last-child td:nth-child(2) {
  background: #FFF;
}

.schedule-sub__table td:first-child {
  background: #F3F7FC;
  font-weight: bold;
  font-size: 0.875rem;
  letter-spacing: 0;
}

.schedule-sub__table th:first-child, .schedule-sub__table td:first-child {
  width: 3.625rem;
}

.schedule-sub__table th:first-child span {
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.schedule-sub__table th:not(:first-child),
.schedule-sub__table td:not(:first-child) {
  width: auto; /* 他の列は同じ幅に設定 */
}

.section__title-en.section__title-blog-en span::after,
.section__title-en.section__title-blog-en span::before {
  background: #FFF;
}

.section__title-blog-en {
  font-weight: 500;
}

.top-about__head {
  width: 55%;
}

.top-about__image {
  position: relative;
}

.top-about__btn {
  text-align: center;
}

.top-about__btn a {
  display: grid;
  position: relative;
  place-items: center;
  width: 190px;
  min-height: 42px;
  margin-inline: auto;
  border-radius: 5px;
}

.top-about__btn a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0.4rem;
  height: 0.4rem;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
}

.top-blog {
  background: url(../img/blog_bg_new.png) no-repeat center center/cover;
}

.top-blog__items {
  grid-template-columns: repeat(2, 1fr);
  gap: 0.725rem;
}

.top-blog__content {
  padding: 8px 5px;
}

.top-blog__btn {
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.08em;
}

.top-blog__title {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  height: initial;
  -webkit-line-clamp: 2;
  font-size: 0.9rem;
}

.top-blog__text {
  display: -webkit-box;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.top-blog__image {
  height: 6rem;
}

.top-course {
  margin-top: initial;
}

.top-course__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.top-course__label {
  display: none;
  top: 5px;
  right: 5px;
  border: 1px solid #07B1E9;
  background: #FFF;
  color: #07B1E9;
}

.top-course__ashirai {
  display: none;
}

.topContact {
  padding-bottom: 2rem;
}

.topContact__cp {
  width: 90%;
  margin-inline: auto;
}

.topContact__items {
  display: grid;
  margin-top: 20px;
  gap: 15px;
}
.topContact__items2 {
  display: flex;
  margin-top: 20px;
  gap: 15px;
}

.top-contact::before {
  display: none;
}

.topPoint {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.topPoint__head {
  margin-top: 20px;
  color: #07B1E9;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5384615385;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.06em;
  text-align: center;
}

.topPoint__text {
  margin-top: 15px;
  font-size: 0.875rem;
  line-height: 1.8;
}

.topPoint__items {
  display: grid;
  position: relative;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  margin-top: 1.5rem;
  margin-inline: auto;
  gap: 1.5rem;
}

.topPoint__item {
  display: grid;
  position: relative;
  position: relative;
  grid-template-rows: span 3;
  grid-template-columns: subgrid;
  padding-top: 1rem;
  gap: 10px;
}

.topPoint__item:not(:last-child) {
  padding-bottom: 1rem;
}


.topPoint__item:nth-child(odd):before {
  position: absolute;
  top: 50%;
  right: -0.9rem;
  width: 1px;
  height: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #07B1E9;
  content: "";
}

.topPoint__number {
  position: absolute;
  top: -20px;
  right: 120%;
  width: 3rem;
}

.topPoint__icon {
  position: relative;
  width: 3rem;
  margin-inline: auto;
}

.topPoint__title {
  color: #F589BF;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.3333333333;
  letter-spacing: 0.07em;
  text-align: center;
}

.topPoint__item p {
  font-size: 12px;
  line-height: 1.8571428571;
}


.topShop {
  position: relative;
  margin-top: 3rem;
  padding-bottom: 3rem;
  background: #F1FAFC;
}

.topShop::before {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 44px;
  background: url(../img/top_shop_bg.png) no-repeat center center/cover;
  content: "";
}

.topShop__not {
  padding-top: 3rem;
}

.topShop__not::before {
  display: none;
}

.topShop__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
  gap: 0.725rem;
}

.topShop__item {
  background: #FFF;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}

.topShop__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 16px 15px;
}
.topShop__name {
  padding-bottom: 8px;
  border-bottom: 1px solid #D1D1D1;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.08em;
}

.topShop__lists {
  display: grid;
  margin-top: 10px;
  gap: 10px;
}

.topShop__list {
  display: grid;
  gap: 0.3rem;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.topShop__label span {
  position: relative;
  padding-left: 1em;
  color: #07B1E9;
  font-weight: 700;
}

.topShop__label span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon01.png) no-repeat center center/contain;
  content: "";
}

.topShop__list:nth-child(2) .topShop__label span::before {
  width: 9.4px;
  height: 12.3px;
  background: url(../img/icon02.png) no-repeat center center/contain;
}

.topShop__list:nth-child(3) .topShop__label span::before {
  width: 12px;
  height: 12.3px;
  background: url(../img/icon03.png) no-repeat center center/contain;
}

.topShop__list:nth-child(4) .topShop__label span::before {
  width: 9.4px;
  height: 12.3px;
  background: url(../img/icon04.png) no-repeat center center/contain;
}

.topShop__map {
  height: 122px;
}

.topShop__map iframe {
  width: 100%;
  height: 100%;
}

.topShop__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: auto;
}

.topShop__btn a {
  width: 90%;
  font-size: 10px;
}

.topVoice {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.topVoice::after {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 296px;
  background: #F1FAFD;
  content: "";
}

.topVoice__container {
  display: grid;
  gap: 1rem;
}

.topVoice__head {
  width: 55%;
  margin-inline: auto;
}

.topVoice__head-parent {
  width: 65%;
}

.topVoice__movie video {
  border-radius: 20px;
}

.topVoice__content {
  position: relative;
  margin-top: 30px;
  padding: 9px 6px;
  border: 2px solid #07B1E9;
  border-radius: 30px;
  background: #FFF;
  flex: 1 1 calc(25% - 16px);
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .topVoice__content {
    flex: 1 1 calc(50% - 16px);
  }
}

/* .topVoice__content::before {
  position: absolute;
  top: -11.5px;
  left: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translateX(-50%) rotate(225deg);
          transform: translateX(-50%) rotate(225deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  border-right: 2px solid #07B1E9;
  border-bottom: 2px solid #07B1E9;
  background: #FFF;
  content: "";
} */

.topVoice__left {
  position: absolute;
  bottom: -15px;
  left: -10px;
  width: 70px;
  height: 41px;
}

.topVoice__right {
  position: absolute;
  right: -10px;
  bottom: -30px;
  width: 50px;
  height: 60px;
}

.topVoice__title {
  padding-bottom: 10px;
  border-bottom: 1px solid #D1D1D1;
  color: #07B1E9;
  font-weight: 700;
  font-size: 1.15rem;
  line-height: 1.5384615385;
  letter-spacing: 0.06em;
  text-align: center;
}

.topVoice__text {
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.what-course {
  padding-top: 2%;
  padding-bottom: 2rem;
}

.u-desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .inner {
    max-width: 1040px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .inner__mini {
    max-width: 1040px;
  }
  .baner__head {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .baner__container {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    padding-right: 6.2rem;
    padding-left: 6.2rem;
    background: #FFF;
  }
  .baner__item:first-child {
    margin-top: -8px;
  }
  .course-about {
    padding-block: 6.6875rem;
  }
  .course-about__text {
    margin-top: 40px;
    font-size: 1rem;
    line-height: 1.875;
  }
  .course-about__item::after {
    font-size: 2.625rem;
  }
  .course-head {
    padding-bottom: 7.5rem;
  }
  .course-head__items {
    margin-top: 2.5rem;
  }
  .course-head__item:nth-child(1) {
    font-size: 1.25rem;
  }
  .course-head__item:nth-child(2) {
    font-size: 1.875rem;
  }
  .course-head__container {
    display: grid;
    grid-template-columns: 27.5rem 1fr;
    width: 100%;
    max-width: 1040px;
    padding-right: 20px;
    padding-left: 20px;
    gap: 3.063rem;
  }
  .course-head__content {
    width: 100%;
    margin-left: initial;
  }
  .course-head__image {
    width: 100%;
  }
  .course-head__image::before {
    z-index: -1;
    position: absolute;
    top: -3.563rem;
    left: -4.438rem;
    width: 8rem;
    height: 8rem;
    background: url(../img/about_ashirai.png) no-repeat center center/contain;
    content: "";
  }
  .course-head__content-label {
    margin-top: initial;
    font-size: 0.875rem;
  }
  /* .cp-slider {
    padding-top: 4rem;
  } */
    /* .cta {
    padding-top: 3.4rem;
    padding-bottom: 3rem;
    background: url(../img/cta_bg_new.png) no-repeat center center/cover;
  }
  .cta__wrap {
    border: initial;
  }
  .cta__container {
    max-width: 904px;
    margin-inline: auto;
    padding: 3.1rem 2rem 1.8rem;
    border: 3px solid #FF3F02;
    border-radius: 40px;
    background: #FFF;
  }
  .cta__container::before {
    position: absolute;
    top: -25%;
    left: 1%;
    width: 11.5rem;
    height: 8.34375rem;
    background: url(../img/cta_ashirai_left.png) no-repeat center center/contain;
    content: "";
  }
  .cta__container::after {
    right: 1%;
    background: url(../img/cta_ashirai_right.png) no-repeat center center/contain;
  }
  .cta__items {
    position: relative;
    grid-template-columns: repeat(2, 1fr);
    max-width: 634px;
    margin-top: 1rem;
    margin-inline: auto;
    gap: 3rem;
  }
  .cta__items::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url(../img/center_line.png) no-repeat center center/contain;
    content: "";
  }
  .cta__group:nth-child(2) .cta__item::before {
    display: none;
  }
  .cta_attention {
    font-size: 1rem;
  }
  .cta__group {
    gap: 19px;
  }
  .cta__item:nth-child(2)::before {
    display: none;
  }
  .cta__item:nth-child(2)::after {
    display: none;
  }
  .cta01 {
    display: block;
    top: -15px;
    left: -10px;
    width: 53px;
  }
  .cta02 {
    display: block;
    top: 30%;
    left: 14px;
    width: 77px;
  }
  .cta03 {
    display: block;
    top: 50%;
    left: -25px;
    width: 47px;
  }
  .cta04 {
    display: block;
    bottom: 43px;
    left: 27px;
    width: 63px;
  }
  .cta05 {
    top: 84px;
    right: 37px;
  }
  .cta06 {
    top: 50%;
    right: -20px;
  }
  .cta07 {
    top: initial;
    right: 34px;
    bottom: 34px;
    left: initial;
    width: 46px;
  } */
  .cta__new {
    padding: 3.8rem;
    padding-bottom: 1.8rem;
  }
  .feature {
    margin-top: 6.6875rem;
  }
  .fv {
    margin-top: 73px;
  }
  .fv__content {
    top: 4.75rem;
    left: 6.8125rem;
  }
  .fv__title {
    padding-bottom: 2rem;
    font-size: 2.625rem;
    line-height: 1.5135135135;
  }
  .fv__subtitle {
    margin-top: 1.6125rem;
    font-size: 0.875rem;
    line-height: 2.1428571429;
    letter-spacing: 0.3em;
  }
  .fv__sub-slider {
    display: block;
  }
  /* .fv-slider .slick-list img,
  .fv-slider .slick-track img,
  .fv-slider .slick-slide img {
    height: calc(100vh - 9.4rem);
  } */
  .fv-circle svg {
    width: initial;
    height: initial;
  }
  .fv__scroll {
    display: block;
    z-index: 6;
    position: absolute;
    right: 40px;
    bottom: 6rem;
  }
  .fv__items {
    bottom: 79px;
    left: 109px;
    width: 588.5px;
    -webkit-transform: initial;
            transform: initial;
  }
  .fv__name {
    min-height: 65px;
    margin-bottom: 32px;
    padding-right: 13px;
    padding-left: 13px;
    font-size: 2.875rem;
  }
  .fv-sub {
    margin-top: 73px;
  }
  .hamburger {
    width: 73px;
    height: 73px;
    margin-left: 36px;
  }
  .hamburger span {
    top: 40%;
    width: 30px;
    height: 2px;
    border-radius: 30px;
  }
  .hamburger span:nth-of-type(1) {
    top: 30%;
  }
  .hamburger span:nth-of-type(2) {
    top: calc(30% + 10px);
  }
  .hamburger span:nth-of-type(3) {
    top: calc(30% + 20px);
  }
  .hamburger.active span:nth-of-type(1) {
    width: 30px;
  }
  .hamburger.active span:nth-of-type(3) {
    width: 30px;
  }
  .hamburger p {
    bottom: 10px;
  }
  .header-sp {
    margin-top: 73px;
    padding-bottom: initial;
  }
  .header-sp__inner {
    max-width: 984px;
    margin-top: 109px;
    margin-inline: auto;
  }
  .header-sp__container {
    grid-template-columns: 55% 340px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-sp__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header-sp__links {
    max-width: 370px;
  }
  .header-sp__link {
    font-size: 1rem;
  }
  .header-sp__link span {
    display: inline-block;
    margin-right: 0.5rem;
    color: #333333;
    font-size: 1rem;
  }
  .header-sp__baners {
    max-width: 444px;
    margin-top: 30px;
  }
  .header-sp__navs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: grid;
    grid-template-columns: 1.1fr 0.8fr 1fr;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-sp__items {
    display: grid;
    gap: 0.9rem;
  }
  .header-sp__item {
    padding: initial;
    border: initial;
  }
  .header-sp__item::after {
    display: none;
  }
  .header-sp__bottoms {
    display: none;
  }
  .header-sub {
    width: 100%;
    height: 73px;
  }
  .header__mark a {
    gap: 16px;
  }
  .header__logo {
    width: 144px;
  }
  .header__name {
    width: 152px;
  }
  .header__mark p {
    font-size: 12px;
    line-height: 1.4166666667;
  }
  .header-sub__inner {
    padding-left: 14px;
  }
  .highend {
    margin-top: 103px;
  }
  .highend .course-head__content {
    margin-top: initial;
  }
  .highend .course-head__content-title {
    font-size: 1.625rem;
  }
  .highend .course-head__content-text {
    margin-top: 22px;
  }
  .highend .section__title-jp {
    font-size: 16px;
  }
  .highend .section__title-en {
    font-size: 1.625rem;
  }
  .highend .top-blog__btn a::after {
    right: 40px;
  }
  .highendReason {
    padding-top: 60px;
    padding-bottom: 57px;
  }
  .highendReason__head {
    min-height: 71px;
    font-size: 2.063rem;
  }
  .highendReason__items {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 82px;
    gap: 17px;
  }
  .highendReason__number {
    top: -70px;
    left: -15px;
    font-size: 5.625rem;
  }
  .highendReason__content {
    padding: 28px 20px 36px;
  }
  .highendReason__text {
    margin-top: 11px;
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
  .highendVoice {
    padding-bottom: 86px;
  }
  .highendVoice__container {
    grid-template-columns: 333px 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 57.5px;
  }
  .highendVoice__head {
    width: 100%;
    margin-inline: initial;
  }
  .highendVoice__content {
    margin-top: 42px;
    padding: 39px 90px;
    border: 4px solid #052C59;
  }
  .highendVoice__content::before {
    top: -18px;
    width: 30px;
    height: 30px;
    border-right: 4px solid #052C59;
    border-bottom: 4px solid #052C59;
  }
  .highendVoice__title {
    padding-bottom: 19px;
    font-size: 1.625rem;
  }
  .highendVoice__text {
    margin-top: 23px;
    font-size: 1rem;
    line-height: 2.375;
  }
  .highendWhat {
    padding-top: 70px;
    padding-bottom: 85px;
  }
  .highendWhat__head {
    min-height: 71px;
    font-size: 2.063rem;
  }
  .highendWhat__text {
    margin-top: 40px;
    font-size: 1rem;
    line-height: 2.125;
  }
  .highendWhat__items {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 58px;
    gap: 39px;
  }
  .highendWhat__item {
    padding: 45px clamp(0.625rem, -1.518rem + 4.464vi, 2.5rem);
  }
  .highendWhat__item::after {
    font-size: 2.625rem;
  }
  .highendWhat__number {
    top: -32px;
    left: -32px;
    width: 75px;
    height: 75px;
    font-size: 2.2rem;
  }
  .highendWhat__title {
    font-size: 1.25rem;
  }
  .highendWhat__value {
    margin-top: 12px;
    font-size: 0.875rem;
  }
  .highendWhat__lists {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 2rem;
    gap: 28px 20px;
  }
  .highendWhat__list {
    -webkit-box-shadow: 5px 5px 0 0 #F5D900;
            box-shadow: 5px 5px 0 0 #F5D900;
    font-size: 1rem;
  }
  .instructor {
    padding-top: 72px;
    padding-bottom: 64px;
  }
  .instrucor__items {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 25px;
  }
  .instructor__name {
    left: 21px;
  }
  .instructor__en {
    font-size: 12px;
  }
  .instructor__jp {
    font-size: 0.8rem;
  }
  .instructor__ashirai {
    z-index: 10;
    right: 2rem;
    bottom: -115px;
    width: 235px;
    height: 144px;
  }
  .lesson__inner {
    margin-top: 63px;
  }
  .lesson__items {
    grid-template-columns: repeat(3, 1fr);
  }
  .link-panel__container {
    display: grid;
    grid-template-columns: 70% 30%;
    width: 77rem;
  }
  .link-panel__btns {
    grid-template-columns: repeat(3, 1fr);
  }
  .link-panel__btn a {
    font-size: clamp(0.75rem, 0.464rem + 0.595vi, 1rem);
  }
  .menu__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .menu__item {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .menu__content {
    width: 70%;
  }
  .menu__title {
    font-size: 3rem;
  }
  .menu__text {
    margin-top: 4.6rem;
    font-size: 1.5rem;
  }
  .menu__attention {
    font-size: 1.9rem;
  }
  .menu__big {
    font-size: 4.2rem;
  }
  .menu__small {
    font-size: 2.2rem;
  }
  .menu__item:has(.menu__attention) .menu__text {
    margin-top: 1.8rem;
  }
  .method__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .method__item a {
    padding: clamp(3.438rem, 2.58rem + 1.786vi, 4.188rem) clamp(0.625rem, -1.875rem + 5.208vi, 2.813rem);
  }
  .pankuz__border {
    width: 30px;
  }
  .point__item::after {
    font-size: 2.625rem;
  }
  .point__items::after {
    display: block;
    position: absolute;
    right: -110px;
    bottom: -7rem;
    width: 15.375rem;
    height: 18.8125rem;
    background: url(../img/point_kids.png) no-repeat;
    background-size: contain;
    content: "";
  }
  .qa {
    padding-bottom: 11rem;
  }
  .qa__wrapper {
    gap: 3rem;
  }
  .qa__items {
    margin-top: 2.375rem;
  }
  .reason {
    margin-top: 8.625rem;
  }
  .feature__item {
    margin-top: 3.5625rem;
  }
  .reserve-btn {
    bottom: 110px;
  }
  .schedule-sub {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .schedule-sub__table th,
  .schedule-sub__table td {
    height: auto;
    min-height: 75px;
    padding: 18px;
    font-size: 1rem;
    line-height: 1.25;
  }
  .schedule-sub__table td:first-child {
    font-size: 18px;
    letter-spacing: 0.06em;
  }
  .schedule-sub__table th:first-child, .schedule-sub__table td:first-child {
    width: 16.0625rem;
  }
  .schedule-sub__table th:first-child span {
    letter-spacing: 0.06em;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
  .top-about__head {
    width: 17rem;
  }
  .top-about__container {
    margin-top: 2.8rem;
  }
  .top-about__image::before {
    z-index: -1;
    position: absolute;
    top: -3.563rem;
    left: -4.438rem;
    width: 8rem;
    height: 8rem;
    background: url(../img/about_ashirai.png) no-repeat center center/contain;
    content: "";
  }
  .top-about__title-jp {
    font-size: 1.625rem;
  }
  .top-about__text {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .top-about__btn {
    text-align: initial;
  }
  .top-about__btn a {
    margin-inline: initial;
  }
  .top-about__btn a::after {
    right: 22px;
  }
  .top-about__container::after {
    right: -16rem;
  }
  .top-blog::before {
    bottom: 0;
  }
  .top-blog__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.375rem 1.6875rem;
  }
  .top-blog__content {
    padding: 10px;
  }
  .top-blog__title {
    font-size: 1.125rem;
  }
  .top-blog__image {
    height: 12.875rem;
  }
  .top-course__items {
    grid-template-columns: repeat(3, 1fr);
  }
  .top-course__label {
    display: grid;
  }
  .top-course__ashirai {
    display: block;
    position: absolute;
    bottom: -120px;
    left: -90px;
    width: 104px;
    height: 150px;
  }
  .topContact {
    padding-bottom: 40px;
  }
  .topContact__day {
    width: 12.75rem;
    font-size: 1.5rem;
  }
  .topContact__title {
    font-size: 3.563rem;
    font-size: clamp(1.875rem, -0.054rem + 4.018vi, 3.563rem);
  }
  .topContact__items {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
    gap: 28px;
  }
  .topPoint {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .topPoint__head {
    margin-top: 30px;
    font-size: 26px;
  }
  .topPoint__text {
    margin-top: 29px;
    font-size: 1rem;
    line-height: 2.375;
  }
  .topPoint__items {
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    max-width: 100%;
    margin-top: 4rem;
    gap: 60px 4.375rem;
  }

  /* .topPoint__items::before {
    position: absolute;
    right: 0;
    bottom: -64px;
    width: 208px;
    height: 308px;
    background: url(../img/top_point_image.png) no-repeat;
    background-size: contain;
    content: "";
  } */
  .topPoint__item {
    padding-top: initial;
    padding-right: initial;
    padding-left: initial;
  }
  .topPoint__item:not(:last-child) {
    padding-top: initial;
  }
  .topPoint__item:nth-child(odd):before {
    display: none;
  }

  .topPoint__item:nth-child(3):after {
    display: none;
  }
  .topPoint__number {
    right: 120%;
    width: clamp(4.375rem, 2.589rem + 3.72vi, 5.938rem);
  }
  .topPoint__icon {
    width: 4.938rem;
  }
  .topPoint__item:nth-child(2) .topPoint__icon {
    width: 82px;
    width: 5.125rem;
  }
  .topPoint__item:nth-child(3) .topPoint__icon {
    width: 4.188rem;
  }
  .topPoint__item:nth-child(4) .topPoint__icon {
    width: 3.875rem;
  }
  .topPoint__item:nth-child(5) .topPoint__icon {
    width: 4.688rem;
  }
  .topPoint__title {
    font-size: clamp(0.875rem, 0.589rem + 0.595vi, 1.125rem);
  }
  .topPoint__item p {
    max-width: 240px;
    margin-inline: auto;
    font-size: clamp(0.75rem, 0.607rem + 0.298vi, 0.875rem);
  }
  .topShop {
    margin-top: 6rem;
    padding-bottom: 60px;
  }
  .topShop__inner {
    max-width: 74.25rem;
  }
  .topShop::before {
    height: 74px;
  }
  .topShop__not {
    padding-top: 56px;
  }
  .topShop__items {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 28px;
    gap: 2.5rem;
  }
  .topShop__name {
    padding-bottom: 11px;
    font-size: 1.25rem;
  }
  .topShop__list {
    grid-template-columns: 90px 1fr;
    gap: initial;
    font-size: 14px;
  }
  .topShop__btn a {
    width: 60%;
    font-size: 1rem;
  }
  .topVoice {
    padding-top: 73px;
    padding-bottom: 86px;
  }
  .topVoice__container {
    grid-template-columns: 20.813rem 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 57.5px;
  }
  .topVoice__head {
    width: 100%;
    margin-inline: initial;
  }
  .topVoice__content {
    margin-top: 42px;
    padding: 30px 34px;
    border: 4px solid #07B1E9;
  }
  .topVoice__content::before {
    top: -18px;
    width: 30px;
    height: 30px;
    border-right: 4px solid #07B1E9;
    border-bottom: 4px solid #07B1E9;
  }
  .topVoice__left {
    bottom: -20px;
    width: 142px;
    height: 111px;
    left: -65px;
  }
  .topVoice__right {
    bottom: -15px;
    width: 107px;
    height: 125px;
    right: -50px;
  }
  .topVoice__title {
    padding-bottom: 19px;
    font-size: 1.625rem;
  }
  .topVoice__text {
    font-size: 0.8rem;
    line-height: 1.4;
  }
  .what-course {
    padding-bottom: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .u-mobile {
    display: none;
  }
  .u-desktop {
    display: block;
  }
}

@media (width < 1280px) {
  .hamburger {
    margin-left: auto;
  }
  .header__nav {
    display: none;
  }
  .sp_none{
    display: none;
  }
}
/*# sourceMappingURL=map/style.css.map */



/* cta */

.cta {
  padding-top: 1.7rem;
  padding-bottom: 3.3rem;
  background: url(../img/cta_bg_sp.png) no-repeat center center/cover;
  color: #2C2C2C;
  border-top: 10px solid #0497E7;
  border-bottom: 10px solid #0497E7;
  /* margin-top: 2rem; */
}

.cta__border {
  border-top: 1.5rem solid #12334E;
  border-bottom: 1.5rem solid #12334E;
}

.cta__head {
  display: grid;
  grid-template-columns: 1fr 34.6268656716%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.cta__title {
  z-index: 10;
  position: relative;
  width: 93.7313432836%;
  margin-inline: auto;
}

.cta__container {
  position: relative;
  margin-top: -1.5rem;
  margin-inline: auto;
  padding: 1.5rem 1rem 2.2rem;
  border: 3px solid #FF3F02;
  background: #FFF;
}

.cta__container::after {
  position: absolute;
  background: url(../img/cta_ashirai.png) no-repeat center center/contain;
  content: "";
}

.cta_attention {
  font-weight: 500;
  font-size: .875rem;
  line-height: 1.8571428571;
  letter-spacing: 0.06em;
  text-align: center;
}

.cta_attention span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff46f));
  background: linear-gradient(transparent 70%, #fff46f 70%);
}

.cta__items {
  display: grid;
  position: relative;
  margin-top: .75rem;
  gap: 2rem;
}

/* .cta__items::after {
  position: absolute;
  top: 45%;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/cta_border.png) no-repeat center center/contain;
  content: "";
} */

.cta__item:nth-child(2) {
  position: relative;
}

.cta__item:nth-child(2)::before,
.cta__item:nth-child(2)::after {
  position: absolute;
  content: "";
  background: url(../img/cta_border.png) no-repeat center center / contain;
  width: 100%;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX( -50%);
}
.cta__item:nth-child(2)::before {
  top: -1rem;
}
.cta__item:nth-child(2)::after {
  bottom: -1rem;
}

.cta__label {
  font-weight: 500;
  font-size: .875rem;
  letter-spacing: 0.06em;
  text-align: center;
}

.cta__label span {
  position: relative;
  padding-right: 2em;
  padding-left: 2em;
}

.cta__label span::before,
.cta__label span::after {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 1px;
  background: #FF3F02;
  content: "";
}

.cta__label span::before {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(60deg);
          transform: translateY(-50%) rotate(60deg);
}

.cta__label span::after {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-60deg);
          transform: translateY(-50%) rotate(-60deg);
}

.cta__label-mail span::before,
.cta__label-mail span::after {
  background: #0048A3;
}

.cta__label-line span::before,
.cta__label-line span::after {
  background: #52B635;
}

.cta__tel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-weight: 500;
  font-size: 2.0625rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.04em;
  text-align: center;
}

.cta__tel a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  color: #FF3F02;
}

.cta__tel img {
  width: 1.9375rem;
}

.cta__text {
  font-weight: 500;
  font-size: .725rem;
  letter-spacing: 0.06em;
  text-align: center;
}

.cta__text-mail {
  margin-top: 0.5rem;
  font-weight: 400;
}

.cta__contact {
  margin-top: .625rem;
}

.cta__contact a {
  display: grid;
  position: relative;
  place-items: center;
  width: 84.4776119403%;
  width: 90%;
  max-width: 100%;
  min-height: 2.6875rem;
  margin-inline: auto;
  border: 2px solid #FFF;
  border-radius: 30px;
  background: #013B5C;
  color: #FFF;
  font-weight: 700;
  font-size: .875rem;
  letter-spacing: 0.04em;
  text-align: center;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.cta__contact a::after {
  position: absolute;
  top: 50%;
  right: 1.6rem;
  width: 0.4rem;
  height: 0.4rem;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  content: "";
}

.cta__contact-line a {
  background: #52B635;
  position: relative;
}

.cta__contact-line a::before {
  position: absolute;
  content: '';
  background: url(../img/phone.png) no-repeat center center / contain;
  width: 2.3rem;
  height: 4rem;
  top: 50%;
  transform: translateY(-50%);
  left: 1.15rem;
}

.cta__contact span {
  position: relative;
  padding-left: 1.5em;
}

.cta__contact span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1rem;
  height: .725rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/mail.png) no-repeat;
  background-size: contain;
  content: "";
}

.cta__contact-line span::before {
  background: url(../img/line.png) no-repeat;
  background-size: contain;
  width: 1rem;
  height: .925rem;
}

@media screen and (min-width: 768px) {
.cta {
    padding-top: 3.4rem;
    padding-bottom: 3rem;
    background: url(../img/cta_bg.png) no-repeat center center/cover;
    font-size: calc(10 / 1100 * 100vw);
    border-top: .9375rem solid #0497E7;
    border-bottom: .9375rem solid #0497E7;
  }
  .cta__head {
    display: none;
  }
  .cta__title {
    width: 51rem;
    width: 31.75rem;
  }
  .cta__container {
    /* width: 83.5%; */
    margin-top: -3rem;
    /* padding: 5.5rem 6.4rem 2.2rem 3.6rem; */
    padding: 3.1rem 2rem 1.2rem;;
  }
  .cta__container::after {
    top: -25%;
    right: 5%;
    width: 11.75rem;
    height: 8.3125rem;
  }
  .cta__items {
    grid-template-columns: repeat(3, 1fr);
  }
  /* .cta__items::after {
    top: 50%;
    left: 52.5%;
    width: 2px;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url(../img/cta_border_pc.png) no-repeat center center/contain;
  } */
  .cta__item:nth-child(2)::before,
  .cta__item:nth-child(2)::after {
    position: absolute;
    content: "";
    background: url(../img/cta_border_pc.png) no-repeat center center / contain;
    width: 2px;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .cta__item:nth-child(2)::before {
    left: -1.4rem;
  }
  .cta__item:nth-child(2)::after {
    right: -1.4rem;
    left: initial;
  }
  .cta__label {
    font-size: 1rem;
  }
  .cta__tel {
    font-size: 1.8125rem;
  }
  .cta__tel img {
    width: 1.6875rem;
  }
  .cta__text {
    font-size: .75rem;
  }
  .cta__text-mail {
    line-height: 1.5;
    line-height: calc(18 / 12);
  }
  .cta__contact {
    margin-top: initial;
  }
  .cta__contact a {
    width: 90%;
    min-height: 4.7rem;
    min-height: 2.9375rem;
    font-size: .8125rem;
  }
  .cta__contact-line a::before {
    left: 0.15rem;
  }
}
