@charset "UTF-8";
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
html {
  font-size: 100%;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4897579143vw;
  }
}
@media (min-width: 1074px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  body {
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

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

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

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

a {
  text-decoration: none;
  color: inherit;
}

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

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

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1074px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.c-btn {
  background-color: #EEE;
  display: inline-block;
  width: 14.375rem;
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #071C8E;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  border-radius: 62.4375rem;
}

@media (any-hover: hover) {
  .c-btn:hover {
    color: #fff;
    background-color: #071C8E;
    opacity: 1;
  }
}
.p-achievement {
  background-color: #D2EAFF;
}

.p-achievement.high {
  background: -webkit-gradient(linear, left top, left bottom, from(#D2EAFF), color-stop(89%, #ABD6FF), to(#D2EAFF));
  background: linear-gradient(180deg, #D2EAFF 0%, #ABD6FF 89%, #D2EAFF 100%);
}

.p-achievement__top-img img {
  width: 100%;
  height: auto;
}

.p-achievement__head-img img {
  width: 100%;
  height: auto;
}

.p-achievement__wrapper {
  background-color: #fff;
}

.p-achievement__head-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3125rem;
}

.p-achievement__head.is-active {
  background-color: #D2EAFF;
  color: #00479F;
}

.p-achievement__head {
  background-color: #AAA;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-achievement__head {
    font-size: 1.5rem;
    padding-top: 1.1875rem;
    padding-bottom: 1.1875rem;
  }
}

@media (any-hover: hover) {
  .p-achievement__head:hover {
    cursor: pointer;
  }
}
.p-achievement__content {
  display: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#D2EAFF), color-stop(89%, #ABD6FF), to(#D2EAFF));
  background: linear-gradient(180deg, #D2EAFF 0%, #ABD6FF 89%, #D2EAFF 100%);
  padding: 2rem 1.25rem 0;
}

.p-achievement__content.is-active {
  display: block;
}

.p-achievement__content-img + .p-achievement__content-img {
  margin-top: 2rem;
}

.p-achievement__content-img img {
  width: 100%;
  height: auto;
}

.p-achievement__text {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 1.6;
  letter-spacing: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.p-achievement__bottom-img img {
  width: 100%;
  height: auto;
}

.p-achievement__img {
  padding-top: 3.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.875rem;
}

.p-achievement__img img {
  width: 100%;
  height: auto;
}

.p-achievement__img.high {
  padding-bottom: 0;
  padding-bottom: initial;
}

.p-benefit__wrapper {
  padding-top: 1.125rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.p-benefit__top-img {
  width: 100%;
}

.p-benefit__top-img img {
  width: 100%;
  height: auto;
}

.p-benefit__wrapper-img {
  width: 100%;
}

.p-benefit__wrapper-img img {
  width: 100%;
  height: auto;
}

.p-container {
  position: relative;
  display: block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
  }
}

@media screen and (min-width: 768px) {
  .p-container::before {
    content: "";
    position: absolute;
    background: url("../images/mv-bg.png") no-repeat center center/cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

.p-container__left {
  width: 46%;
}

.p-container__left-wrapper {
  display: none;
}
@media screen and (min-width: 1250px) {
  .p-container__left-wrapper {
    display: block;
    padding-top: 2.5rem;
    padding-left: 7.75rem;
  }
}

.p-container__lead {
  width: 63%;
}

.p-container__date {
  position: relative;
  margin-top: 0.125rem;
  width: 45%;
}

.p-container__date::before {
  content: "";
  position: absolute;
  background: url("../images/mv-kitegirl.png") no-repeat center center/contain;
  aspect-ratio: 291/242;
  width: 120%;
  top: -66%;
  right: -120%;
}

.p-container__text {
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 1.6;
}

.p-container__text.high {
  margin-top: 0.625rem;
}

.p-container__left-img {
  margin-top: 1.625rem;
  width: 26.875rem;
}

.p-container__left-btn {
  margin-top: 0.875rem;
  width: 26.875rem;
}

.p-container__main {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-container__main {
    width: 34%;
    overflow-y: auto;
  }
}

.p-container__main::-webkit-scrollbar {
  display: none;
}

.p-container__right {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-container__right {
    width: 20%;
    padding-top: 6.25rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }
}

.p-container__right-btn + .p-container__right-btn {
  margin-top: 1rem;
}

.p-container__right-wrapper {
  display: none;
}
@media screen and (min-width: 1250px) {
  .p-container__right-wrapper {
    display: block;
  }
}

.p-cta {
  background-color: #005DD1;
  padding: 1.5rem 2.5rem 2rem;
}

.p-cta__text {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.p-cta__text img {
  width: 100%;
  height: auto;
}

.p-cta__btn {
  margin-top: 0.875rem;
}

.p-cta__btn img {
  width: 100%;
  height: auto;
}

.p-curriculum {
  background-color: #2FC7FF;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-curriculum {
    padding-bottom: 5rem;
  }
}

.p-curriculum__head img {
  width: 100%;
  height: auto;
}

.p-curriculum__wrapper {
  margin-top: -2.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.p-curriculum__inner + .p-curriculum__inner {
  margin-top: 2.5rem;
}

.p-curriculum__inner-head {
  background-color: #fff;
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0;
  color: #00479F;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-curriculum__inner-head {
    font-size: 1.625rem;
  }
}

.p-curriculum__contents {
  margin-top: 1.5rem;
}

.p-curriculum__contents-head {
  text-align: center;
  position: relative;
  background-color: #004EA2;
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
  padding-right: 1.25rem;
}

.p-curriculum__contents-head-text {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-curriculum__contents-head-text {
    font-size: 1.5rem;
  }
}

.p-curriculum__contents--head-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.5rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 2px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-curriculum__contents--head-icon {
    width: 1.6875rem;
    height: 1.6875rem;
  }
}

.p-curriculum__contents--head-icon span::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 0.125rem;
  height: 0.625rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-curriculum__contents--head-icon span::before {
    height: 0.875rem;
  }
}

.p-curriculum__contents--head-icon span::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 0.625rem;
  height: 0.125rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .p-curriculum__contents--head-icon span::after {
    width: 0.875rem;
  }
}

.p-curriculum__contents-head.is-active .p-curriculum__contents--head-icon span::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.p-curriculum__contents-wrapper {
  background-color: #fff;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.p-curriculum__contents-wrapper.is-active {
  max-height: 4000px;
}

.p-curriculum__contents-wrapper-inner {
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
}

.p-curriculum__contents-wrapper-head {
  background-color: #004EA2;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-curriculum__contents-wrapper-head {
    font-size: 1.25rem;
  }
}

.p-curriculum__contents-wrapper-head.mt40 {
  margin-top: 2.5rem;
}

.p-curriculum__contents-wrapper-body {
  background-color: #D8EDFF;
  padding: 1.125rem 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-curriculum__contents-wrapper-body {
    padding: 1.5rem 1.25rem;
  }
}

.p-curriculum__contents-wrapper-box {
  background-color: #fff;
  padding-bottom: 1.5rem;
}

.p-curriculum__contents-wrapper-box + .p-curriculum__contents-wrapper-box {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-curriculum__contents-wrapper-box + .p-curriculum__contents-wrapper-box {
    margin-top: 2rem;
  }
}

.p-curriculum__contents-wrapper-box-head {
  display: inline-block;
  background-color: #23AB39;
  border-radius: 0 0 0.5rem 0;
  padding: 0.25rem 1.25rem;
  z-index: 1;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.2em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-curriculum__contents-wrapper-box-head {
    font-size: 1.125rem;
  }
}

.p-curriculum__contents-wrapper-lists {
  margin-top: 1rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-curriculum__contents-wrapper-lists {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.p-curriculum__contents-wrapper-list {
  position: relative;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0;
  color: #23AB39;
  padding-left: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-curriculum__contents-wrapper-list {
    font-size: 1rem;
    padding-left: 1rem;
  }
}

.p-curriculum__contents-wrapper-list::before {
  content: "";
  position: absolute;
  background-color: #23AB39;
  border-radius: 50%;
  width: 0.25rem;
  height: 0.25rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-curriculum__contents-wrapper-text-box {
  margin-top: 0.75rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-curriculum__contents-wrapper-text-box {
    margin-top: 1rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.p-curriculum__contents-wrapper-text {
  background-color: #D8EDFF;
  padding: 0.875rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-curriculum__contents-wrapper-text {
    padding: 1rem;
    font-size: 1rem;
  }
}

.p-curriculum__contents-wrapper-box.math .p-curriculum__contents-wrapper-box-head {
  background-color: #0070B9;
}

.p-curriculum__contents-wrapper-box.math .p-curriculum__contents-wrapper-list {
  color: #0070B9;
}

.p-curriculum__contents-wrapper-box.math .p-curriculum__contents-wrapper-list::before {
  background-color: #0070B9;
}

.p-curriculum__contents-wrapper-box.society .p-curriculum__contents-wrapper-box-head {
  background-color: #F15929;
}

.p-curriculum__contents-wrapper-box.society .p-curriculum__contents-wrapper-list {
  color: #F15929;
}

.p-curriculum__contents-wrapper-box.society .p-curriculum__contents-wrapper-list::before {
  background-color: #F15929;
}

.p-curriculum__contents-wrapper-box.science .p-curriculum__contents-wrapper-box-head {
  background-color: #8F278E;
}

.p-curriculum__contents-wrapper-box.science .p-curriculum__contents-wrapper-list {
  color: #8F278E;
}

.p-curriculum__contents-wrapper-box.science .p-curriculum__contents-wrapper-list::before {
  background-color: #8F278E;
}

.p-curriculum__contents-wrapper-box.english .p-curriculum__contents-wrapper-box-head {
  background-color: #EE1E7C;
}

.p-curriculum__contents-wrapper-box.english .p-curriculum__contents-wrapper-list {
  color: #EE1E7C;
}

.p-curriculum__contents-wrapper-box.english .p-curriculum__contents-wrapper-list::before {
  background-color: #EE1E7C;
}

.p-curriculum__contents-wrapper-box.option .p-curriculum__contents-wrapper-box-head {
  background-color: #17ACCA;
}

.p-curriculum__contents-wrapper-box.option .p-curriculum__contents-wrapper-list {
  color: #17ACCA;
}

.p-curriculum__contents-wrapper-box.option .p-curriculum__contents-wrapper-list::before {
  background-color: #17ACCA;
}

@media (any-hover: hover) {
  .p-curriculum__contents-head:hover {
    cursor: pointer;
  }
}
.p-curriculum__contents-wrapper-high {
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.p-curriculum__contents-wrapper-high.is-active {
  max-height: 4000px;
}

.p-curriculum__contents-wrapper-high-text {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0;
  padding: 2rem 1.25rem;
}

.p-experience {
  background-color: #C3E2FE;
  padding-top: 1.375rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-experience {
    padding-bottom: 4rem;
  }
}

.p-experience.high {
  background-color: transparent;
  background-color: initial;
  position: relative;
}

.p-experience.high::before {
  content: "";
  position: absolute;
  background: url(../images/high-school/high_experience-bg.png) no-repeat center/cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-experience__top-img {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.p-experience__top-img img {
  width: 100%;
  height: auto;
}

.p-experience__wrapper {
  margin-top: -1.875rem;
  position: relative;
  z-index: 1;
  padding-bottom: 11.875rem;
}

.p-experience__wrapper::before {
  content: "";
  position: absolute;
  background: url(../images/experience-bg.png) no-repeat center/cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-experience__wrapper.high {
  margin-top: -5.625rem;
}

.p-experience__wrapper.high::before {
  background: none;
}

.p-experience__contents {
  padding-left: 0.75rem;
  padding-right: 2.5rem;
}

.p-experience__head {
  background-color: #fff;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: center;
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
  color: #00479F;
}

.p-experience__head--junior {
  margin-top: 4rem;
}

.p-experience__slide {
  margin-top: 0.5625rem;
}

.p-experience__text {
  margin-top: -6.25rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.p-experience__text img {
  width: 100%;
  height: auto;
}

.p-experience__btn {
  margin-top: 1.25rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.p-experience__btn img {
  width: 100%;
  height: auto;
}

.p-experience_pagination {
  bottom: -1.875rem;
  left: 7%;
  gap: 1rem;
}

.p-experience_page {
  width: 0.625rem;
  height: 0.625rem;
  background-color: #4A6E9B;
  margin: 0;
}

.p-experience_page.is-active {
  background-color: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.p-flow {
  position: relative;
  padding: 4.125rem 1.25rem 4rem;
}

.p-flow::before {
  content: "";
  position: absolute;
  background: url(../images/flow-bg.png) no-repeat center top/cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-flow__head {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.p-flow__head img {
  width: 100%;
  height: auto;
}

.p-flow__body {
  margin-top: 2.5625rem;
}

.p-flow__img + .p-flow__img {
  margin-top: 1.375rem;
}

.p-flow__img img {
  width: 100%;
  height: auto;
}

.p-flow__btn {
  margin-top: 3rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.p-flow__btn img {
  width: 100%;
  height: auto;
}

.p-footer {
  background-color: #007ABA;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.p-footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
}

.p-footer__link {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0;
  color: #fff;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-footer__link {
    font-size: 0.9375rem;
  }
}

.p-footer__copyright {
  margin-top: 1.125rem;
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 1.6;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    margin-top: 1.4375rem;
    font-size: 0.8125rem;
  }
}

.p-intrust {
  margin-top: -2.5rem;
}

.p-intrust__img img {
  width: 100%;
  height: auto;
}

.p-more {
  position: relative;
  background-color: #BADEFE;
}

.p-more::before {
  content: "";
  position: absolute;
  background: url("../images/sarani.png") no-repeat center center/cover;
  top: -0.5625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  aspect-ratio: 109/38;
  width: 6.8125rem;
  z-index: 1;
}

.p-more__img img {
  width: 100%;
  height: auto;
}

.p-more__cta {
  position: absolute;
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.p-price {
  background-color: #63D5FF;
}

.p-price.high {
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-price.high {
    padding-bottom: 5rem;
  }
}

.p-price__head-img img {
  width: 100%;
  height: auto;
}

.p-price__tab-wrapper {
  margin-top: 0.75rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.p-price__tab {
  background-color: #9F9F9F;
  color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-price__tab {
    font-size: 1.25rem;
  }
}

.p-price__tab.is-scroll-active {
  background-color: #00479F;
}

.p-price__benefit-head {
  margin-top: 2.5rem;
  padding-left: 2.625rem;
  padding-right: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-price__benefit-head {
    margin-top: 3.5rem;
  }
}

.p-price__benefit-head.high {
  margin-top: 0;
  margin-top: initial;
}

.p-price__benefit-contents {
  margin-top: 1.5rem;
  display: none;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.p-price__benefit-contents.high {
  display: block;
}

.p-price__benefit-contents.is-scroll-active {
  display: block;
}

.p-price__benefit-contents img {
  width: 100%;
  height: auto;
}

@media (any-hover: hover) {
  .p-price__tab {
    cursor: pointer;
  }
}
.p-question {
  position: relative;
  padding: 3rem 1.25rem 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-question {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}

.p-question::before {
  content: "";
  position: absolute;
  background: url(../images/question-bg.png) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-question__title {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.6;
  letter-spacing: 0;
  color: #FFFD01;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-question__title {
    font-size: 2rem;
  }
}

.p-question__wrapper {
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-question__wrapper {
    margin-top: 3rem;
  }
}

.p-question__item {
  background-color: #fff;
}

.p-question__item + .p-question__item {
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-question__item + .p-question__item {
    margin-top: 2.5rem;
  }
}

.p-question__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1.25rem;
}

.p-question__head {
  position: relative;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0;
  color: #00479F;
  padding-left: 1.75rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-question__head {
    font-size: 1.25rem;
  }
}

.p-question__head::before {
  content: "";
  position: absolute;
  background: url(../images/question-icon.png) no-repeat center center/contain;
  aspect-ratio: 38/43;
  width: 1rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-question__head::before {
    width: 1.125rem;
  }
}

.p-question__icon {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #00479F;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-question__icon::before {
  content: "";
  position: absolute;
  width: 0.0625rem;
  height: 0.6875rem;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-question__icon::after {
  content: "";
  position: absolute;
  width: 0.6875rem;
  height: 0.0625rem;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-question__item-head.is-active .p-question__icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.p-question__item-body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}

.p-question__item-body.is-active {
  max-height: 4000px;
}

.p-question__body-text {
  padding: 0.625rem 1.25rem 1.25rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-question__body-text {
    font-size: 1.125rem;
  }
}

.p-question__body-text span {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-question__body-text span {
    font-size: 0.875rem;
  }
}

@media (any-hover: hover) {
  .p-question__item-head {
    cursor: pointer;
  }
}
.p-schedule {
  position: relative;
}

.p-schedule__bg {
  background: url("../images/tokuten-bg.png") no-repeat center center/cover;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-schedule__bg.high-school {
  background: url("../images/high-school/high_tokuten-bg.png") no-repeat center center/cover;
}

.p-schedule__title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-schedule__title img {
  width: 58%;
}

.p-schedule__table {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.p-schedule__table + .p-schedule__table {
  margin-top: 1.5rem;
}

.p-schedule__table-head {
  background-color: #FFFD01;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.875rem 1.25rem;
}

.p-schedule__table-head-text {
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.4;
  letter-spacing: 0;
  color: #00479F;
}

.p-schedule__table-head-icon {
  position: relative;
  width: 1.6875rem;
  height: 1.6875rem;
  border-radius: 50%;
  border: 2px solid #00479F;
}

.p-schedule__table-head-icon::before {
  content: "";
  position: absolute;
  width: 0.125rem;
  height: 0.875rem;
  background-color: #00479F;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-schedule__table-head-icon::after {
  content: "";
  position: absolute;
  width: 0.875rem;
  height: 0.125rem;
  background-color: #00479F;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-schedule__table-inner-bg {
  background-color: #fff;
  padding-top: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 2rem;
}

.p-schedule__table-inner-wrapper + .p-schedule__table-inner-wrapper {
  margin-top: 1.5rem;
}

.p-schedule__table-inner-head {
  border: 1px solid #00479F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.625rem 1.3125rem;
}

.p-schedule__table-inner-text {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0;
  color: #00479F;
}

.p-schedule__table-inner-icon {
  position: relative;
  width: 0.875rem;
  height: 0.875rem;
}

.p-schedule__table-inner-icon::before {
  content: "";
  position: absolute;
  width: 0.125rem;
  height: 0.875rem;
  background-color: #00479F;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-schedule__table-inner-icon::after {
  content: "";
  position: absolute;
  width: 0.875rem;
  height: 0.125rem;
  background-color: #00479F;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-schedule__table-inner-list {
  padding-top: 1.5rem;
  padding-left: 2.875rem;
  padding-right: 2.875rem;
}

.p-schedule__table-inner-list img {
  width: 100%;
  height: auto;
}

.p-schedule__btn {
  margin-top: 2.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-schedule__btn {
    margin-top: 3.5rem;
  }
}

.p-schedule__btn.high-school {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-schedule__btn.high-school {
    margin-top: 2.75rem;
  }
}

.p-schedule__btn img {
  width: 100%;
  height: auto;
}

.p-schedule__img {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-schedule__img {
    margin-top: 3.5rem;
  }
}

.p-schedule__img img {
  width: 100%;
  height: auto;
}

.p-schedule__table-inner,
.p-schedule__table-inner-lists {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 280ms ease;
  transition: height 280ms ease;
}

.p-schedule__table-head,
.p-schedule__table-inner-head {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.p-schedule__table-head-icon::before,
.p-schedule__table-inner-icon::before,
.p-schedule__table-head-icon.is-open::before,
.p-schedule__table-inner-icon.is-open::before {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.p-schedule__table-head-icon.is-open::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.p-schedule__table-inner-icon.is-open::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.p-schedule__head-img {
  margin-bottom: 1rem;
}

.p-schedule__head-img img {
  width: 100%;
  height: auto;
}

.p-search {
  background-color: #8AC6FF;
  padding: 4rem 2.5rem;
}

.p-search__head {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.p-search__head img {
  width: 100%;
  height: auto;
}

.p-search__map {
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 0.9375rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-search__map {
    padding: 1.875rem 2.5rem;
  }
}

.p-search__map iframe {
  aspect-ratio: 331/294;
  width: 100%;
  height: auto;
}

.p-search__btn {
  margin-top: 3rem;
}

.p-search__btn img {
  width: 100%;
  height: auto;
}

.p-solution__img img {
  width: 100%;
  height: auto;
}

.p-strong {
  background-color: #BADEFE;
  padding: 2.5rem 1.25rem 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-strong {
    padding-bottom: 4.375rem;
  }
}

.p-strong.high {
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-strong.high {
    padding-bottom: 2.6875rem;
  }
}

.p-strong__title {
  padding-left: 2.5625rem;
  padding-right: 2.5625rem;
}

.p-strong__title.high {
  padding-left: 3.6875rem;
  padding-right: 3.6875rem;
}

.p-strong__title img {
  width: 100%;
  height: auto;
}

.p-strong__btn-top-wrapper {
  margin-top: 2.5rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9375rem;
  max-width: 28.125rem;
  margin-inline: auto;
}

.p-strong__btn {
  width: 100%;
  max-width: 8.75rem;
}

.p-strong__btn img {
  width: 100%;
  height: auto;
}

.p-strong__btn-bottom-wrapper {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 17%;
  padding-left: 17%;
  margin-inline: auto;
}

.p-strong__btn-bottom-wrapper.high {
  padding-right: 34.4%;
  padding-left: 34.4%;
}

.p-strong__items {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-strong__items {
    margin-top: 4.25rem;
  }
}

.p-strong__item + .p-strong__item {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-strong__item + .p-strong__item {
    margin-top: 2.5rem;
  }
}

.p-strong__item img {
  width: 100%;
  height: auto;
}

.p-strong__cta {
  background-color: #BADEFE;
}

.p-strong__cta-btn {
  margin-top: -1.25rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.p-strong__cta.high {
  padding-bottom: 3.5rem;
}

.p-strong__cta.high img {
  width: 100%;
  height: auto;
}

.p-test {
  color: red;
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-test {
    font-size: 3.125rem;
  }
}

.p-worry {
  position: relative;
  z-index: 1;
}

.p-worry__img img {
  width: 100%;
  height: auto;
}

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

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

/* 高校生の方はこちらボタン */
.p-mv {
  position: relative;
  width: 100%;
}

.p-mv__btn {
    position: absolute;
    bottom: 44%;
    width: 22%;
    left: 6%;
}

.p-mv__btn img {
  width: 100%;
  height: auto;
}

/*# sourceMappingURL=styles.css.map */
