@charset "UTF-8";
/*-----------------------

         COMMON

-----------------------*/
@media screen and (min-width: 1921px) {
  .mv img {
    width: 100%;
  }
  html {
    font-size: 62.5%;
  }
}
/* リセット */
html {
  font-size: 62.5%;
  /*scroll-behavior: smooth;*/
  overflow-x: hidden;
  overflow-y: scroll;
}
@media only screen and (max-width: 559px) {
  html {
    font-size: 62.5%;
  }
}

html,
body {
  height: 100%;
}

body {
  color: var(--baseColor);
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0;
  font-feature-settings: "palt";
  font-family: "Zen Kaku Gothic New";
}

.container {
  width: 136.6rem;
}
@media only screen and (max-width: 1368px) {
  .container {
    max-width: 100%;
    width: 100%;
  }
}

.wrapper {
  max-width: 1366px;
  padding: 0 2rem;
  margin: 0 auto;
  min-height: auto;
}
@media only screen and (max-width: 1368px) {
  .wrapper {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 559px) {
  .wrapper {
    padding: 0 6%;
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

p {
  margin: 0;
  text-align: justify;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.4s;
}

a:hover,
a:focus {
  opacity: 0.8;
  text-decoration: none;
  color: inherit;
}

a:hover {
  transition: 0.4s;
}

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

input,
textarea,
select,
button {
  font-family: inherit;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.text-c {
  text-align: center;
}

.text-l {
  text-align: left;
}

.text-r {
  text-align: right;
}

.text-j {
  text-align: justify;
}

.jost {
  font-family: "Jost";
}

.flex {
  display: flex;
}

.text-c {
  text-align: center;
}

.text-l {
  text-align: left;
}

.text-r {
  text-align: right;
}

.text-j {
  text-align: justify;
}

.f-400 {
  font-weight: 400;
}

.f-500 {
  font-weight: 500;
}

.f-700 {
  font-weight: 700;
}

.jost {
  font-family: "Jost";
}

/* 段組 */
.contents2Wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem;
}

.contents2Wrap > li,
.contents2Wrap > div {
  width: calc((100% - 6rem) / 2);
}

.contents3Wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}

.contents3Wrap > li,
.contents3Wrap > div {
  width: calc((100% - 8rem) / 3);
}

.contents4Wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 3rem;
}

.contents4Wrap > li,
.contents4Wrap > div {
  width: calc((100% - 9rem) / 4);
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input,
button,
textarea,
select,
.entry input[type=url],
input[type=email],
.entry input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

@media only screen and (max-width: 559px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media only screen and (max-width: 559px) {
  /*セレクトボックスの矢印カスタマイズ*/
  .shelf-nav-sp {
    width: 100%;
    margin: 3rem auto 0;
    position: relative;
  }
  .shelf-nav-sp::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1rem 0.7rem 0 0.7rem;
    border-color: var(--mainColor) transparent transparent transparent;
    position: absolute;
    top: 55%;
    right: 1.5rem;
    transform: translateY(-50%);
    pointer-events: none;
  }
  .breadcrumb.form-control {
    width: 100%;
    padding: 1rem;
    /*デフォルトの矢印を削除*/
    -webkit-appearance: none;
    appearance: none;
  }
}
.box {
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.wide {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

.table-bordered span.required {
  background: var(--mainColor);
  color: var(--colorW) !important;
}

footer.main-footer {
  border-top: none;
}

.modal-open {
  overflow: visible;
}

.page-detail-top .content-header {
  display: none;
}

/*under-header*/
.content-header {
  margin-bottom: 0;
  border-bottom: none;
}

.page-header {
  border-bottom: none;
  padding: 0;
  margin: 0;
}

select::placeholder {
  color: #b6b7b7;
}

.sec-ttl {
  font-size: clamp(2.4rem, 1.8660194175rem + 1.4239482201vw, 4.6rem);
  font-weight: 700;
  text-align: center;
}
.sec-ttl span.large {
  font-size: clamp(4.2rem, 3.2776699029rem + 2.4595469256vw, 8rem);
}

.sec-enttl {
  color: var(--base60Color);
  font-weight: 500;
  font-size: clamp(1.2rem, 0.9330097087rem + 0.71197411vw, 2.3rem);
  letter-spacing: 0.05em;
  text-align: center;
}
.sec-enttl span {
  color: var(--main70Color);
}

@media only screen and (max-width: 559px) {
  .five-key-features__logo,
  .flow__logo,
  .student-testimonials__logo,
  .faq__logo,
  .tuition-fee__logo {
    width: 13.2rem;
    margin-inline: auto;
  }
}

.o-btn {
  text-align: center;
}

.o-btn__link {
  font-size: clamp(2rem, 1.9514563107rem + 0.1294498382vw, 2.2rem);
  text-align: center;
  position: relative;
  font-weight: 700;
  border-radius: 3rem;
  line-height: 1;
  display: block;
  margin-inline: auto;
  height: 6.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0 5rem;
  width: 36.5rem;
  transition: 0.5s;
}
@media only screen and (max-width: 559px) {
  .o-btn__link {
    height: 6rem;
  }
}
.o-btn__link::after {
  content: "";
  display: block;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/arrow.webp) no-repeat center center/contain;
  width: 0.8rem;
  height: 1.5rem;
  transition: 0.4s;
}
.o-btn__link:hover {
  color: var(--mainColor);
}
.o-btn__link:hover::after {
  right: 1rem;
  transition: 0.4s;
}
@media only screen and (max-width: 559px) {
  .o-btn__link {
    width: 100%;
  }
}

.o-btn__link--ver2::after {
  background: url(../img/arrow_w.webp) no-repeat center center/contain;
}
.o-btn__link--ver2:hover {
  color: #fff;
}

.o-card {
  display: grid;
  margin-bottom: clamp(2.5rem, 2.1359223301rem + 0.9708737864vw, 4rem);
}
.o-card--2wrap {
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
}
.o-card--3wrap {
  grid-template-columns: repeat(3, 1fr);
  gap: 5.5rem 5rem;
}
@media only screen and (max-width: 559px) {
  .o-card--3wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 2rem;
  }
}
.o-card--4wrap {
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem 3rem;
}
@media only screen and (max-width: 559px) {
  .o-card--4wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 2rem;
  }
}
.o-card--3wrap_sp1 {
  grid-template-columns: repeat(3, 1fr);
  gap: 5.5rem 5rem;
}
@media only screen and (max-width: 559px) {
  .o-card--3wrap_sp1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}
.o-card--4wrap_sp1 {
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
@media only screen and (max-width: 559px) {
  .o-card--4wrap_sp1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
}
.o-card__catflex {
  display: flex;
  gap: 2rem 0.5rem;
  flex-wrap: wrap;
}
.o-card__text--3 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.o-card__list {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
}
.o-card__listitem {
  line-height: 1.5;
}

.o-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.o-card__img {
  overflow: hidden;
  aspect-ratio: 7/4;
  overflow: hidden;
}
.o-card__img img {
  border-radius: 0.5rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.3s;
}
.o-card__img img:hover {
  transform: scale(1.02);
  transition: 0.4s;
}

.o-card__cat {
  width: fit-content;
  margin-top: 1rem;
  position: relative;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 559px) {
  .o-card__cat {
    margin-top: 0.5rem;
  }
}
.o-card__cat span {
  color: #fff;
  background: var(--main60Color);
  border-radius: 2rem;
  font-weight: 500;
  font-size: clamp(1rem, 0.927184466rem + 0.1941747573vw, 1.3rem);
  padding: 0.1rem 1.5rem;
}

.o-card__ttl {
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  margin-top: 1rem;
}
@media only screen and (max-width: 559px) {
  .o-card__ttl {
    margin-top: 0.5rem;
  }
}

.o-card__text_wrap {
  flex-grow: 1;
  margin-top: 1.2rem;
}
@media only screen and (max-width: 559px) {
  .o-card__text_wrap {
    margin-top: 1rem;
  }
}

.o-card__text {
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 559px) {
  .o-card__text {
    margin-bottom: 0.5rem;
  }
}

.o-card__date {
  font-weight: 500;
  font-size: clamp(1.1rem, 1.027184466rem + 0.1941747573vw, 1.4rem);
  margin-top: auto;
}

.o-flex {
  display: flex;
  gap: 6rem;
}
@media only screen and (max-width: 559px) {
  .o-flex {
    flex-direction: column-reverse;
    gap: 2.5rem;
  }
}
.o-flex__item {
  width: 100%;
}
.o-flex__item figure {
  position: relative;
}
.o-flex__ttlG {
  margin-bottom: clamp(2.5rem, 2.2572815534rem + 0.6472491909vw, 3.5rem);
  position: relative;
  align-items: flex-start;
  z-index: 10;
}
.o-flex__ttlG::after {
  content: "";
  position: absolute;
  top: -17rem;
  left: 50%;
}
.o-flex__ttl {
  font-size: clamp(2.6rem, 2.2116504854rem + 1.0355987055vw, 4.2rem);
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 559px) {
  .o-flex__ttl {
    margin-bottom: 1rem;
  }
}
.o-flex__enttl {
  font-size: clamp(1.1rem, 0.9300970874rem + 0.4530744337vw, 1.8rem);
  letter-spacing: 0.2em;
}
.o-flex__text {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  letter-spacing: 0.05em;
  margin-bottom: clamp(3.5rem, 3.2572815534rem + 0.6472491909vw, 4.5rem);
  position: relative;
  z-index: 11;
}
.o-flex .o-btn__link {
  margin-inline: inherit;
}
.o-flex--c {
  justify-content: center;
}
.o-flex--b {
  justify-content: space-between;
}
.o-flex--e {
  justify-content: flex-end;
}
.o-flex__item {
  width: calc((100% - 6rem) / 2);
}
@media only screen and (max-width: 559px) {
  .o-flex__item {
    width: 100%;
  }
}
.o-flex__item--1 {
  width: calc((100% - 6rem) / 3);
}
.o-flex__item--2 {
  width: calc((100% - 6rem) / 3 * 2);
}

.o-flex--ver2 {
  display: flex;
  justify-content: flex-end;
  gap: 4rem;
}
@media only screen and (max-width: 559px) {
  .o-flex--ver2 {
    flex-direction: column-reverse;
    gap: 0;
  }
}
.o-flex--ver2__item__l {
  width: calc(100% - 4rem - 48.4375vw);
  padding-left: 2rem;
  margin-left: calc((100% - 136.6rem) / 2);
}
@media only screen and (max-width: 559px) {
  .o-flex--ver2__item__l {
    width: 88%;
    padding-left: 0;
    margin-left: 0;
    margin: auto;
  }
}
.o-flex--ver2__item__r {
  width: 48.4375vw;
  flex-shrink: 0;
}
@media only screen and (max-width: 559px) {
  .o-flex--ver2__item__r {
    width: 100%;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 2560px) {
  .o-flex--ver2__item__r img {
    width: 100%;
  }
}
@media only screen and (max-width: 559px) {
  .o-flex--ver2__item__r img {
    width: 94%;
  }
}
.o-flex--ver2__ttlgroup {
  display: flex;
  flex-direction: column;
  position: relative;
  left: 0;
}
.o-flex--ver2__ttlgroup::after {
  content: "";
  width: 100vw;
  height: 1px;
  background: #f00;
  display: block;
  position: absolute;
  bottom: -1rem;
  left: 0;
  margin-left: calc((100% - 136.6rem) / 2);
}
@media only screen and (min-width: 2560px) {
  .o-flex--ver2__ttlgroup::after {
    left: calc((100% - 136.6rem) / 2);
  }
}
@media only screen and (max-width: 559px) {
  .o-flex--ver2__ttlgroup::after {
    left: inherit;
    right: 0;
    margin-left: auto;
  }
}
.o-flex--ver2__ttl {
  font-size: clamp(2.1rem, 1.7359223301rem + 0.9708737864vw, 3.6rem);
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1.4;
  padding-block: clamp(1rem, 0.3932038835rem + 1.6181229773vw, 3.5rem) clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
  padding-left: calc((100% - 136.6rem) / 2);
}
@media only screen and (max-width: 559px) {
  .o-flex--ver2__ttl {
    padding-left: 0;
  }
}
.o-flex--ver2__enttl {
  font-size: clamp(1.3rem, 1.0815533981rem + 0.5825242718vw, 2.2rem);
  letter-spacing: 0.05em;
  font-weight: 400;
  padding-left: calc((100% - 136.6rem) / 2);
}
@media only screen and (max-width: 559px) {
  .o-flex--ver2__enttl {
    padding-left: 0;
  }
}
.o-flex--ver2__textarea {
  margin-block: clamp(4rem, 3.5145631068rem + 1.2944983819vw, 6rem) clamp(4.5rem, 4.0145631068rem + 1.2944983819vw, 6.5rem);
}
.o-flex--ver2__text {
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1.75;
}
.o-flex--ver2__text:not(:last-child) {
  margin-bottom: 1.5em;
}
.o-flex--ver2 .o-btn__link {
  margin-inline: 0;
}
.o-flex--ver2:not(:last-of-type) {
  margin-bottom: clamp(8rem, 7.5145631068rem + 1.2944983819vw, 10rem);
}

/*drawer*/ /*---------------数値など任意で書き換えを行う----------------------*/
.drawer-hamburger {
  width: 7.3rem;
  height: 7.3rem;
  border-radius: 50%;
  padding: 0;
  position: relative;
  z-index: 9999;
  background: url(../img/hum-img.webp) no-repeat center center/contain;
  position: fixed;
  right: 3rem !important;
  top: 2rem;
}
@media only screen and (max-width: 559px) {
  .drawer-hamburger {
    width: 4.5rem;
    height: 4.5rem;
    right: 1.5rem !important;
    top: 1rem;
  }
}

.drawer-open .drawer-hamburger {
  background: url(../img/hum-img_close.webp) no-repeat center center/contain;
  right: 3rem;
  top: 1.5rem;
}
@media only screen and (max-width: 559px) {
  .drawer-open .drawer-hamburger {
    right: 1.5rem;
    top: 1rem;
  }
}

.drawer--right.drawer-hamburger,
.drawer--right.drawer-open .drawer-hamburger {
  background-color: transparent;
  right: 3rem !important;
  top: 1.5rem !important;
}
@media only screen and (max-width: 559px) {
  .drawer--right.drawer-hamburger,
  .drawer--right.drawer-open .drawer-hamburger {
    right: 1.5rem !important;
    top: 1rem !important;
  }
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after,
.drawer--right.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer--right .drawer-hamburger-icon,
.drawer--right.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer--right.drawer-open .drawer-hamburger {
  z-index: 9999;
}

.drawer-nav {
  width: 100%;
  right: -100%;
  z-index: 500;
  padding: 2rem 3rem 1rem;
  background: #fff;
}
@media only screen and (max-width: 559px) {
  .drawer-nav {
    width: 100%;
    right: -100%;
    padding: 1rem 1.5rem;
  }
}
.drawer-nav .hdr-inner {
  padding-inline: 1.5rem;
}

.drawer--right .drawer-nav {
  right: -100%;
}
@media only screen and (max-width: 559px) {
  .drawer--right .drawer-nav {
    right: -100%;
  }
}

.drawer-open .drawer-nav {
  overflow-y: auto;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}

.drawer-nav .logo {
  width: 20.7rem;
}

.drawer-nav::-webkit-scrollbar {
  display: none;
}

@media only screen and (max-width: 559px) {
  header.l-hdr .drawer-nav .mypage {
    margin-right: 0;
    width: 88%;
    justify-content: center;
    gap: 1rem;
    margin: 0 auto 4rem;
    border-bottom: solid 1px;
  }
}
@media only screen and (max-width: 559px) {
  header.l-hdr .drawer-nav .mypage p.name {
    display: block;
  }
}

header.l-hdr .drawer-nav .mypage a {
  color: var(--baseColor);
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

header.l-hdr .drawer-nav .mypage img:first-child {
  top: 0;
}

.drawer-nav .wrapper {
  display: flex;
  gap: 20rem;
  justify-content: center;
  margin-top: 5rem;
}
@media only screen and (max-width: 559px) {
  .drawer-nav .wrapper {
    padding-inline: 0;
    gap: 0;
    flex-direction: column;
    margin-top: 6rem;
  }
}

.drawer-nav .flex-c {
  gap: 6vw;
}

.drawer-nav .drawer-menu {
  flex-direction: column;
  margin-top: 0;
  gap: 3rem;
  display: flex;
}
@media only screen and (max-width: 559px) {
  .drawer-nav .drawer-menu {
    gap: 2rem;
  }
}

.drawer-nav .drawer-menu li {
  position: relative;
}

.drawer-nav .drawer-menu li.hover {
  padding: 2.5rem 0 1rem;
  position: relative;
}

.drawer-nav .drawer-menu a {
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
  font-weight: 500;
  color: var(--baseColor);
  padding: 0;
}
@media only screen and (max-width: 559px) {
  .drawer-nav .drawer-menu a {
    text-align: center;
  }
}

.drawer-nav .drawer-menu.second {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media only screen and (max-width: 559px) {
  .drawer-nav .drawer-menu.second {
    gap: 1rem;
    margin-top: 4rem;
  }
}

.drawer-nav .drawer-menu.second a {
  padding: 0;
  font-size: clamp(1.1rem, 0.9300970874rem + 0.4530744337vw, 1.8rem);
}
@media only screen and (max-width: 559px) {
  .drawer-nav .drawer-menu.second a {
    text-align: center;
  }
}

.drawer-open .drawer-nav .sub-menu {
  /*    transition: .4s;*/
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 1rem 2rem 1.5rem;
  background: rgba(109, 186, 79, 0.9);
  width: 30rem;
  z-index: 1;
  top: 6rem;
  left: 0;
  top: 4rem;
  border-radius: 0.3rem;
}
@media only screen and (max-width: 559px) {
  .drawer-open .drawer-nav .sub-menu {
    left: 50%;
    top: 3rem;
    transform: translateX(-50%);
    min-width: 80%;
  }
}
.drawer-open .drawer-nav .sub-menu a {
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
  letter-spacing: 0.05em;
}

.drawer-open .drawer-nav li a.on + .sub-menu {
  transition: 0.4s;
  visibility: visible;
  opacity: 1;
}

.drawer-open .drawer-nav li a.on + .sub-menu a {
  color: #fff;
  letter-spacing: 0.05em;
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
  text-align: center;
  display: block;
  padding: 1.5rem 0 1rem;
}

.drawer-open .drawer-nav li a.on + .sub-menu li:not(:last-child) {
  border-bottom: dashed 1px #fff;
}

.drawer-menu-item:hover {
  text-decoration: none;
}

.hero__slider img {
  width: 100%;
  height: 18.2rem;
  object-fit: cover;
  border-radius: clamp(0.3rem, 0.2514563107rem + 0.1294498382vw, 0.5rem);
}
@media only screen and (min-width: 2560px) {
  .hero__slider img {
    height: 100%;
  }
}
@media only screen and (max-width: 1536px) {
  .hero__slider img {
    height: 14.2rem;
  }
}
@media only screen and (max-width: 1440px) {
  .hero__slider img {
    height: 16.2rem;
  }
}
@media only screen and (max-width: 1368px) {
  .hero__slider img {
    height: 12rem;
  }
}
@media only screen and (max-width: 1280px) {
  .hero__slider img {
    height: 14rem;
  }
}
@media only screen and (max-width: 559px) {
  .hero__slider img {
    height: 9.7rem;
  }
}

.student-testimonials__wrap {
  display: flex;
  justify-content: center;
  gap: 4rem;
  width: 80vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1368px) {
  .student-testimonials__wrap {
    width: 100%;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 559px) {
  .student-testimonials__wrap {
    width: 100%;
    transform: translateX(0);
    left: 0;
  }
}
.student-testimonials__wrap .swiper-slide {
  width: calc((100% - 12rem) / 4);
}
@media only screen and (max-width: 559px) {
  .student-testimonials__wrap .swiper-slide {
    width: 100%;
  }
}

.student-testimonials__slider__navi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  margin-block: clamp(2rem, 1.3932038835rem + 1.6181229773vw, 4.5rem) clamp(2.5rem, 2.2572815534rem + 0.6472491909vw, 3.5rem);
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .student-testimonials__slider__navi {
    margin-top: 2rem;
  }
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 1rem;
}
@media only screen and (max-width: 559px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1rem;
  }
}

.swiper-pagination-bullet {
  background: #d1d1d1;
  opacity: 1;
  width: 1rem;
  height: 1rem;
  position: relative;
  top: -3px;
}
@media only screen and (max-width: 559px) {
  .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
  }
}

.swiper-pagination-bullet-active {
  background: var(--main10Color);
  position: relative;
}

.swiper-pagination-bullet-active::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: var(--mainColor);
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@media only screen and (max-width: 559px) {
  .swiper-pagination-bullet-active::after {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.swiper-button-next:after,
.swiper-button-prev:after {
  background: url(../img/arrow2.webp) no-repeat center center/cover;
}

.swiper-button-next:after {
  transform: rotate(-90deg);
}

.swiper-button-prev:after {
  transform: rotate(90deg);
}

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
  position: static;
}

.swiper-pagination {
  margin-inline: 2rem;
  width: auto !important;
}
@media only screen and (max-width: 559px) {
  .swiper-pagination {
    margin-inline: 3rem;
  }
}

.swiper-button-next,
.swiper-button-prev {
  margin-top: 0;
  width: 4.6rem;
  height: 4.6rem;
}
@media only screen and (max-width: 559px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 2.8rem;
    height: 2.8rem;
  }
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.8;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: inherit;
  content: "";
  width: 4.6rem;
  height: 4.6rem;
  display: block;
}
@media only screen and (max-width: 559px) {
  .swiper-button-next:after,
  .swiper-button-prev:after {
    width: 2.8rem;
    height: 2.8rem;
  }
}

.swiper {
  overflow: visible;
}

.swiper-slide {
  overflow: hidden;
}

@media only screen and (max-width: 559px) {
  .student-testimonials .swiper-slide-next,
  .student-testimonials .swiper-slide-prev {
    opacity: 0.5;
  }
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-active .student-testimonials__wrap {
  gap: 0;
  justify-content: inherit;
  left: 0;
  transform: translateX(0);
}
.swiper-active .swiper-slide {
  opacity: 0.5;
}
.swiper-active .swiper-slide-next,
.swiper-active .swiper-slide-prev,
.swiper-active .swiper-slide-active {
  opacity: 1;
}

/*====================================================================
　モーダル/*---------------数値など任意で書き換えを行う---------------------
====================================================================*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100vh;
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.6);
}

.modal__bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
}

/* modalの中身 */
.remodal-close {
  width: 5rem;
  height: 5rem;
}

.remodal-close.top {
  right: 2rem;
  top: 2rem;
  left: inherit;
}

.remodal__white {
  background: #fff;
}

/* modal-window ----------------------------------------- */
.remodal-overlay {
  background: rgba(35, 35, 35, 0.6);
}

.modal-window {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(35, 35, 35, 0.6);
  z-index: 1200;
  justify-content: center;
  align-items: center;
}

.remodal {
  width: min(100rem, 80%);
  max-width: min(100rem, 80%);
  height: 90%;
  overflow: auto;
  margin: 0;
  position: relative;
  border-radius: 1rem;
  padding: 8rem 12rem 3rem;
  text-align: justify;
  color: inherit;
}
@media only screen and (max-width: 559px) {
  .remodal {
    padding: 3rem 2rem;
    width: min(100rem, 94%);
    max-width: min(100rem, 94%);
  }
}

.remodal-close {
  width: 4.5rem;
  height: 4.5rem;
  color: var(--mainColor);
}
.remodal-close:hover {
  color: var(--mainColor);
  opacity: 0.8;
}
@media only screen and (max-width: 559px) {
  .remodal-close {
    width: 4.6rem;
    height: 4.5rem;
  }
}

.remodal-close.top {
  right: 3rem;
  top: 1.5rem;
  left: inherit;
}
@media only screen and (max-width: 559px) {
  .remodal-close.top {
    right: 1.5rem;
  }
}

.remodal-close.bottom {
  position: static;
  margin: 4rem 0 0 -10rem;
}
@media only screen and (max-width: 559px) {
  .remodal-close.bottom {
    margin: 8rem 0 0 -1rem;
  }
}

.remodal-close::before {
  width: 4.5rem;
  line-height: 4rem;
  height: 4.5rem;
  font-size: 7rem;
  font-family: "Zen Kaku Gothic Antique" !important;
  position: static;
}
@media only screen and (max-width: 559px) {
  .remodal-close::before {
    width: 4.6rem;
    line-height: 4rem;
    height: 4.5rem;
    font-size: 5rem;
  }
}

.remodal--white {
  background-color: #fff;
}

.modal-area .important-message__messagewrap {
  margin-top: 0;
}
.modal-area p,
.modal-area h2,
.modal-area h3,
.modal-area h4,
.modal-area .important-message__ttl {
  color: var(--baseColor);
}
.modal-area .important-message__ttl {
  font-size: 3rem;
}
@media only screen and (max-width: 559px) {
  .modal-area .important-message__ttl {
    line-height: 1.5;
  }
}
.modal-area .important-message__ttl span {
  font-size: 1.5rem;
}
.modal-area .important-message__enttl {
  font-size: 1.4rem;
}
.modal-area h3 {
  color: var(--mainColor);
  font-size: clamp(2.6rem, 2.2601941748rem + 0.9061488673vw, 4rem);
  font-weight: 700;
  border-bottom: solid 1px #1a1a1a;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 559px) {
  .modal-area h3 {
    line-height: 1.4;
  }
}
.modal-area h4 {
  font-size: clamp(1.9rem, 1.7300970874rem + 0.4530744337vw, 2.6rem);
  color: #646464;
  font-weight: 700;
  text-align: center;
  margin-block: 10rem 3rem;
  line-height: 1.5;
}
@media only screen and (max-width: 559px) {
  .modal-area h4 {
    margin-block: 3rem 2.5rem;
  }
}
.modal-area h4:first-child {
  margin-top: 3rem;
}
.modal-area p {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  font-weight: 400;
  margin-bottom: 1.5em;
}
.modal-area p span {
  font-weight: 700;
}
.modal-area figure {
  overflow: hidden;
  margin-top: 1rem;
  aspect-ratio: 7/4;
  text-align: center;
  margin-block: 6rem 10rem;
  max-width: 48rem;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .modal-area figure {
    margin-block: 3rem;
  }
}
.modal-area figure img {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}

.o-faq {
  max-width: 74rem;
  margin-inline: auto;
  margin-top: clamp(4rem, 3.8786407767rem + 0.3236245955vw, 4.5rem);
}
@media only screen and (max-width: 559px) {
  .o-faq {
    margin-top: 3.5rem;
  }
}

.o-faq__item {
  margin-bottom: 10px;
  overflow: hidden;
}

.o-faq__question {
  width: 100%;
  padding: 1rem 1.5rem;
  background-color: transparent;
  border: none;
  border-bottom: 2px dotted #8c8c8c;
  cursor: pointer;
  text-align: left;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
}
@media only screen and (max-width: 559px) {
  .o-faq__question {
    padding: 0.5rem 0;
  }
}
.o-faq__question::after {
  content: "";
  background: url(../img/arrow2.webp) no-repeat center center/contain;
  width: 3.8rem;
  height: 3.8rem;
  transition: 0.4s;
}
@media only screen and (max-width: 559px) {
  .o-faq__question::after {
    width: 2.2rem;
    height: 2.2rem;
  }
}
.o-faq__question .o-faq__mark__q {
  display: flex;
  color: var(--mainColor);
  margin-right: 0.5rem;
}

.js-open .o-faq__question::after {
  transform: rotate(-180deg);
  transition: 0.4s;
}

.o-faq__question__text {
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
  display: flex;
}

.o-faq__answer {
  display: none;
  transition: max-height 0.5s ease-out;
  background: var(--main10Color);
  border-radius: clamp(0.5rem, 0.3786407767rem + 0.3236245955vw, 1rem);
}
.o-faq__answer__inner {
  display: flex;
  padding: 3rem 3.5rem 2.5rem;
}
@media only screen and (max-width: 559px) {
  .o-faq__answer__inner {
    padding: 1.5rem 1.5rem 2rem;
  }
}
.o-faq__answer__text {
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
}
.o-faq__answer .o-faq__mark__a {
  display: flex;
  color: var(--mainColor);
  margin-right: 0.5rem;
}

/*-----------------------

       header /*---------------数値など任意で書き換えを行う---------------------

-----------------------*/
.l-hdr {
  padding: 2rem 11rem 1.5rem 3rem;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
@media only screen and (max-width: 559px) {
  .l-hdr {
    padding: 1.5rem 6rem 1.5rem 2rem;
  }
}
.l-hdr__inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
  gap: clamp(1rem, 0.7572815534rem + 0.6472491909vw, 2rem);
}
@media only screen and (max-width: 1280px) {
  .l-hdr__inner {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 559px) {
  .l-hdr__inner {
    align-items: center;
  }
}
.l-hdr__logo {
  width: 18.02083vw;
  opacity: 1;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transform: translateY(0);
}
@media only screen and (max-width: 559px) {
  .l-hdr__logo {
    width: 16.4rem;
  }
}
.l-hdr__logo.is-hidden {
  opacity: 0;
  transform: translateY(-10px);
}
.l-hdr__topcolumn {
  display: flex;
  justify-content: flex-end;
  gap: 1.5rem;
}
.l-hdr__topcolumn .mypage p {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.l-hdr__login__link {
  text-align: center;
  display: flex;
  align-items: center;
}
.l-hdr__login__icon {
  vertical-align: text-bottom;
  margin-right: 0.5rem;
}
.l-hdr__login__arrow {
  margin-left: 1rem;
}
.l-hdr__cart {
  margin-left: 2rem;
}
@media only screen and (max-width: 559px) {
  .l-hdr__cart img {
    width: 2.8rem;
    height: 2.6rem;
  }
}
.l-hdr__cart__link {
  display: flex;
  align-items: center;
}
.l-hdr__cart__count {
  border-radius: 50%;
  line-height: 1;
  font-size: clamp(1rem, 0.854368932rem + 0.3883495146vw, 1.6rem);
  font-weight: 600;
  width: 2.3rem;
  height: 2.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5rem 0 0 -1rem;
}
@media only screen and (max-width: 559px) {
  .l-hdr__cart__count {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0.5rem -0.5rem 0 -1rem;
  }
}
.l-hdr__navi {
  display: flex;
  margin-top: 1.5rem;
  justify-content: flex-end;
}
.l-hdr__menu {
  display: flex;
  gap: 0.78125vw;
}
.l-hdr__menu__item {
  position: relative;
}
.l-hdr__menu__item:not(:nth-last-child(1)):not(:nth-last-child(2)) .l-hdr__menu__link::after {
  content: "|";
  padding-left: 0.78125vw;
}
.l-hdr__menu__item:hover .l-hdr__submenu {
  top: 3.5rem;
  visibility: visible;
  opacity: 0.9;
  z-index: 9999;
  display: block;
}
.l-hdr__menu__link {
  font-weight: 500;
  font-size: 1.6rem;
  position: relative;
}
.l-hdr__menu__link--ver2 {
  border-radius: 3rem;
  padding: 0.5rem 2rem;
  margin-left: 1rem;
}
.l-hdr__submenu {
  position: absolute;
  top: 3.5rem;
  left: 0;
  width: 28rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  background: var(--main70Color);
  padding: 1.3rem 8% 2rem;
  flex-direction: column;
  z-index: 9999;
  margin-top: 0;
  border-radius: 1rem;
}
.l-hdr__submenu__item {
  border: none;
  width: 100%;
}
.l-hdr__submenu__item:not(:last-child) {
  border-bottom: dashed 1px #fff;
}
.l-hdr__submenu__link {
  font-size: 1.6rem;
  padding: 2rem 0 1rem;
  display: block;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
.l-hdr__submenu:hover {
  color: #fff;
}

header.l-hdr .mypage {
  border-bottom: none;
  width: auto;
  margin-bottom: 0;
  margin-left: auto;
  position: relative;
  gap: 1rem;
}
header.l-hdr .mypage a {
  align-items: center;
  gap: 1rem;
}
header.l-hdr .mypage a img {
  top: 0;
}

header .mypage img:first-child {
  top: 0;
}
@media only screen and (max-width: 559px) {
  header .mypage img:first-child {
    width: 2.2rem;
  }
}

@media only screen and (max-width: 559px) {
  header.l-hdr .mypage p.name {
    display: none;
  }
}

@media only screen and (max-width: 559px) {
  header.l-hdr .mypage p.name + p {
    display: none;
  }
}

header.l-hdr .mypage-list {
  top: 3.5rem;
  background: rgba(219, 104, 67, 0.6);
}
@media only screen and (max-width: 559px) {
  header.l-hdr .mypage-list {
    bottom: inherit;
    width: 21rem;
    top: 2.5rem;
  }
}

header.l-hdr .mypage-list :first-child {
  margin-top: 0;
}

@media only screen and (max-width: 559px) {
  header.l-hdr .mypage-item a {
    font-size: 1.4rem;
  }
}

header.l-hdr .mypage.down p span {
  transform: rotate(0);
  display: block;
}

header.l-hdr .mypage.down p span {
  transform: rotate(180deg);
}

/*-----------------------

      footer/*---------------数値など任意で書き換えを行う---------------------

-----------------------*/
footer.main-footer {
  padding: 6rem 0 1rem;
}
@media only screen and (max-width: 559px) {
  footer.main-footer {
    padding: 3rem 0 10rem;
  }
}

.l-footer .ftr-navi {
  display: flex;
  justify-content: center;
}
.l-footer .ftr-navi li a {
  font-size: clamp(1rem, 0.854368932rem + 0.3883495146vw, 1.6rem);
  position: relative;
}
.l-footer .ftr-navi li:not(:last-child) {
  margin-right: 0.78125vw;
}
@media only screen and (max-width: 559px) {
  .l-footer .ftr-navi li:not(:last-child) {
    margin-right: 1rem;
  }
}
.l-footer .ftr-navi li:not(:last-child)::after {
  content: "|";
  padding-left: 0.78125vw;
}
@media only screen and (max-width: 559px) {
  .l-footer .ftr-navi li:not(:last-child)::after {
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 559px) {
  .l-footer__logo {
    width: 30rem;
    margin: 2rem auto 0;
  }
}
.l-footer__copy {
  text-align: center;
  margin-top: 2rem;
}
.l-footer__copy small {
  font-size: clamp(1rem, 0.9029126214rem + 0.2588996764vw, 1.4rem);
  font-weight: 500;
}
.l-footer .ft-navi {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.87);
  padding: 1rem 2rem 0;
  display: none;
}
.l-footer .ft-navi .ft-navi__list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -2rem;
}
.l-footer .ft-navi .ft-navi__item {
  flex-grow: 1;
}
.l-footer .ft-navi .ft-navi__item img {
  width: 100%;
}

/*-----------------------

    TOP  

-----------------------*/
.hero__topimg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  mix-blend-mode: overlay;
  opacity: 0;
}
@media only screen and (max-width: 559px) {
  .hero__topimg {
    top: -8rem;
  }
}
.hero__topimg img {
  width: 100%;
}
.hero__imgwrap {
  padding-top: 4.5rem;
}
@media only screen and (max-width: 559px) {
  .hero__imgwrap {
    padding-top: 7rem;
  }
}
.hero__imgwrap p {
  text-align: center;
  position: relative;
  margin-inline: auto;
  width: 22.65625vw;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 559px) {
  .hero__imgwrap p {
    width: 27.2rem;
  }
}
.hero__imgwrap p img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  object-fit: cover;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.hero .fade01,
.hero .fade02,
.hero .fade03 {
  opacity: 0;
}
.hero__hdr {
  margin-top: clamp(4.5rem, 4.2572815534rem + 0.6472491909vw, 5.5rem);
  text-align: center;
  font-size: clamp(2.3rem, 1.8873786408rem + 1.1003236246vw, 4rem);
}
@media only screen and (max-width: 559px) {
  .hero__hdr {
    line-height: 1.75;
  }
}
.hero__text {
  text-align: center;
  font-size: clamp(1.2rem, 1.054368932rem + 0.3883495146vw, 1.8rem);
  font-weight: 700;
  margin-top: clamp(4.5rem, 4.1359223301rem + 0.9708737864vw, 6rem);
  opacity: 0;
}
@media only screen and (max-width: 559px) {
  .hero__text {
    line-height: 1.5;
  }
}
.hero__logo {
  text-align: center;
  margin-top: 2rem;
  opacity: 0;
}
@media only screen and (max-width: 559px) {
  .hero__logo {
    width: 30rem;
    margin-inline: auto;
    margin-top: 0;
  }
}

.hero__text span {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
/*# sourceMappingURL=style.css.map */
