@charset "UTF-8";

@media screen and (max-width: 1600px) {
  .mv-illust.i1 {
    width: 35vw;
  }
  .mv-illust.i2 {
    width: 25vw;
  }
  .mv-illust.i3 {
    width: 30vw;
  }
  .about-img.n1 {
    width: 28vw;
    min-width: 320px;
    right: -50%;
  }
  .about-img.n2 {
    width: 20vw;
    left: -45%;
  }
  .about-img.n3 {
    width: 30vw;
    min-width: 350px;
  }
  .about-img.n4 {
    
  }
  .concept-illust.i1 {
    width: 18vw;
    top: -5%;
  }
  .concept-illust.i2 {
    width: 9vw;
    top: 3%;
  }
  .concept-illust.i3 {
    width: 8vw;
  }
  .concept-illust.i4 {
    width: 8vw;
  }
  .curriculum-illust.i1 {
    width: 140px;
  }
  .curriculum-illust.i2 {
    width: 130px;
  }
  .staff-illust.i2 {
    width: 30vw;
  }
  .concept-content__img {
    right: 0;
  }
  .staff-content__item.staff .img::before {
    width: 500px;
  }
  .sec-access .map {
    max-height: 500px;
  }
}


@media screen and (max-width: 1400px) {
  .mv-inner {
    max-width: 900px;
  }
  .mv-logo {
    max-width: 450px;
  }
  .mv-illust.i2 {
    top: 42%;
  }
  .mv-illust.i3 {
    position: relative;
    left: 10%;
  }
  .about-img.n1 {
    right: -10%;
  }
  .about-img.n2 {
    display: none;
  }
  .concept-content__img {
    max-width: 390px;
  }
  .concept-illust.i3 {
    bottom: 38%;
  }
  .concept-illust.i4 {
    bottom: 2%;
  }
  .staff-content__list {
    max-width: 850px;
    margin-inline: auto;
    gap: 30px 120px;
  }
  .staff-content__item {
    width: 45%;
  }
  .sec-access .map {
    max-height: 400px;
  }
  .curriculum-illust.i1 {
    top: -100px;
    right: 0;
  }
  .school-img {
    display: none;
  }
}


@media screen and (max-width: 1200px) {
  .eq-program {
    padding: var(--px100) 0;
  }
  .eq-point__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .eq-point__item:nth-of-type(3n + 1)::before {
    content: none;
  }
  .eq-point__item:nth-of-type(odd)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-height: 370px;
    border-left: 2px dashed var(--color-green);
  }
  .eq-point__item-text .img.n4 {
    display: none;
  }
  .sec-concept {
    padding-top: var(--px150);
  }
  .concept-illust.i2 {
    display: none;
  }
  .concept-illust.i3 {
    bottom: 50%;
  }
  .information-content__price-item .information-content__price-item__text {
    font-size: 70px;
  }
  .information-content__option-item {
    font-size: var(--px24);
  }
  .information-content__option-item__flex-left {
    width: 253px;
  }
  .information-content__option-item__flex-right {
    width: calc(100% - 253px);
  }
  .information-content__detail-left {
    font-size: var(--px20);
  }
  .information-content__detail-right__item-tag {
    font-size: var(--px16);
  }
  .schedule-content__date-inner {
    gap: 0;
  }
  .schedule-content__date-title {
    width: 250px;
  }
  .schedule-content__date-list {
    overflow-x: scroll;
    padding-bottom: 10px;
    width: calc(100% - 250px);
  }
  .schedule-content__date-item__time.ja {
    left: 0;
  }
  .curriculum-content__item-title {
    width: 180px;
  }
  .curriculum-content__item-text {
    width: calc(100% - 180px);
  }
}


@media screen and (max-width: 991px) {
  :root {
    /* PX - LAYOUT */
    --px300: 200px;
    --px250: 120px;
    --px200: 100px;
    --px150: 80px;
    --px100: 50px;
    --px80: 40px;
    --px60: 30px;
    --px50: 30px;
    --px40: 20px;
    --px30: 20px;

    /* PX - FONT */
    --px48: 28px;
    --px42: 24px;
    --px36: 24px;
    --px32: 20px;
    --px28: 20px;
    --px24: 18px;
    --px20: 16px;
    --px18: 16px;
    --px16: 14px;
    --px12: 10px;
  }

  .tab-only {
    display: block;
  }
  .hamburger-wrap {
    width: 90px;
    height: 90px;
  }
  .hamburger {
    width: 4em;
    top: 20px;
    right: 18px;
  }
  .mv {
    padding-top: 150px;
  }
  .mv-text {
    writing-mode: initial;
    text-orientation: initial;
    line-height: 2;
    margin-bottom: 40px;
    display: grid;
    justify-content: flex-end;
  }
  .mv-illust.i2 {
    top: initial;
    bottom: 5%;
  }
  .mv-illust.i3 {
    left: 5%;
  }
  .sec-about {
    margin-top: -40px;
  }
  .sec-about::before {
    content: none;
  }
  .about-img.n1 {
    min-width: 250px;
  }
  .about-img.n3 {
    min-width: 280px;
  }
  .about-img.n4 {
    max-width: 300px;
  }
  .about-content__text-img {
    max-width: 300px;
  }
  .concept-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .concept-content__img {
    max-width: 300px;
    margin-inline: auto;
  }
  .concept-illust.i2 {
    display: none;
  }
  .concept-illust.i3 {
    display: none;
  }
  .concept-illust.i4 {
    display: none;
  }
  .eq-program {
    max-width: 600px;
    margin-inline: auto;
  }
  .eq-point__title {
    max-width: 800px;
  }
  .eq-point__item {
    padding: 0 20px;
  }
  .eq-point__item-title__num {
    min-width: 60px;
    min-height: 60px;
  }
  .eq-point__item-title__text {
    width: fit-content;
  }
  .eq-point__item-text .img.n3 {
    max-width: 180px;
  }
  .eq-point__item-text .img.n6 {
    max-width: 120px;
  }
  .school-content__top h3 {
    font-size: var(--px36);
  }
  .school-content__flex-item__title-num {
    width: 40px;
    height: 40px;
  }
  .school-content__flex-item__title-text {
    width: calc(100% - 40px);
  }
  .sec-curriculum .sec-title__belt img {
    width: 200px;
    top: -40px;
  }
  .curriculum-content__item {
    flex-direction: column;
    justify-content: initial;
  }
  .curriculum-content__item-title {
    top: 0;
    width: 100%;
    min-height: 40px;
  }
  .curriculum-content__item-title::before {
    top: -20px;
    height: 65px;
  }
  .curriculum-content__item-text {
    width: 100%;
    max-width: 100%;
  }
  .curriculum-illust.i1 {
    width: 90px;
    top: -50px;
  }
  .curriculum-illust.i2 {
    width: 95px;
    bottom: -70px;
    left: 120px;
  }
  .sec-information .sec-title__belt img {
    width: 200px;
    top: -40px;
  }
  .schedule-content__year-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .schedule-content__year-item__month .margin.tab-only {
    display: inline-block;
  }
  .information-content__flex {
    justify-content: center;
    gap: 20px;
  }
  .information-content__price-item .information-content__price-item__text {
    font-size: 42px;
  }
  .information-content__price-item .information-content__price-item__tag {
    width: 50px;
    height: 50px;
  }
  .information-content__detail {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    max-width: 550px;
    margin-inline: auto;
  }
  .information-content__detail-right__item {
    flex-direction: column;
  }
  .staff-content__list {
    max-width: 250px;
    gap: 20px;
  }
  .staff-content__item {
    width: 100%;
  }
  .staff-content__detail {
    margin-top: 60px;
  }
  .staff-illust.i1 {
    max-width: 100px;
  }
  .sec-access .map {
    max-height: 250px;
  }
  .footer-btn.visit a {
    padding: 20px 30px;
  }
  .footer-btn.visit .footer-btn-flex .footer-btn-flex__tag {
    font-size: 20px;
  }
  .footer-btn img {
    max-width: 40px;
    max-height: 40px;
  }
  .footer-btns {
    gap: 20px;
  }
  .footer-btn a {
    font-size: 20px;
    padding: 20px;
  }
  .footer-btn a strong {
    font-size: 28px;
    letter-spacing: .05em;
  }
  .footer-inner {
    gap: 20px;
    font-size: 14px;
  }
  .footer-logo {
    max-width: 300px;
    margin-inline: auto;
  }
  .footer-info__item {
    flex-direction: column;
    gap: 5px;
  }
  .schedule-content__date-title {
    width: 180px;
  }
  .schedule-content__date-list {
    width: calc(100% - 180px);
  }
  .schedule-content__date-item {
    min-width: 180px;
  }
  .schedule-content__year-item[data-order="1"] {
    order: 1;
  }
  .schedule-content__year-item[data-order="2"] {
    order: 3;
  }
  .schedule-content__year-item[data-order="3"] {
    order: 5;
  }
  .schedule-content__year-item[data-order="4"] {
    order: 7;
  }
  .schedule-content__year-item[data-order="5"] {
    order: 9;
  }
  .schedule-content__year-item[data-order="6"] {
    order: 11;
  }
  .schedule-content__year-item[data-order="7"] {
    order: 2;
  }
  .schedule-content__year-item[data-order="8"] {
    order: 4;
  }
  .schedule-content__year-item[data-order="9"] {
    order: 6;
  }
  .schedule-content__year-item[data-order="10"] {
    order: 8;
  }
  .schedule-content__year-item[data-order="11"] {
    order: 10;
  }
  .schedule-content__year-item[data-order="12"] {
    order: 12;
  }
  .schedule-content__year-item.border-bottom {
    border-bottom: none;
  }
  .schedule-content__year-item[data-order="6"],
  .schedule-content__year-item[data-order="12"] {
    border-bottom: 2px dotted var(--color-green);
  }

  .information-content__flex {
    flex-direction: column;
    align-items: center;
  }
  .information-content__price {
    width: fit-content;
    padding-right: 0;
  }
  .information-content__service-wrap {
    width: 100%;
    max-width: 400px;
  }
  .information-content__option-item__flex-left {
    width: 190px;
  }
  .information-content__option-item__flex-right {
    width: calc(100% - 190px);
  }
  .information-content__vacation {
    margin-top: 20px;
  }
  .information-content__vacation-wrap span.black {
    font-size: 12px;
    bottom: 20px;
    right: 20px;
  }
  .staff-illust.i2 {
    top: -5vw;
  }
}


@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  p {
    font-size: 14px;
    line-height: 1.8;
  }
  .hamburger-wrap {
    width: 60px;
    height: 60px;
  }
  .hamburger {
    width: 3em;
    top: 10px;
    right: 10px;
  }
  .header-nav__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .footer {
    padding-bottom: 60px;
  }
  .footer-top {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .footer-btns-wrap {
    display: none;
  }
  .footer-btn.visit {
    margin-bottom: 0;
  }
  .footer-btns-wrap__sp {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 998;
    width: 100%;
  }
  .footer-btns-wrap__sp .footer-btns {
    display: flex;
    gap: 0;
    margin-top: 0;
  }
  .footer-btns-wrap__sp .footer-btns .footer-btn {
    width: 50%;
  }
  .footer-btns-wrap__sp .footer-btns .footer-btn a {
    color: #fff;
    font-size: 14px;
    padding: 1em;
    gap: 8px;
    flex-direction: row;
    justify-content: center;
  }
  .footer-btns-wrap__sp .footer-btns .footer-btn a img {
    position: relative;
    bottom: -1px;
  }
  .footer-btns-wrap__sp .footer-btns .footer-btn.bg-orange a {
    background: var(--color-orange);
  }
  .footer-btns-wrap__sp .footer-btns .footer-btn.bg-green a {
    background: var(--color-green);
  }
  .mv-text {
    font-size: 14px;
    line-height: 1.7;
  }
  .mv-logo {
    max-width: 300px;
  }
  .sec-about {
    margin: 0;
  }
  .about-content {
    padding-left: 0;
  }
  .about-img.n1 {
    min-width: 160px;
    right: 0;
  }
  .about-img.n3 {
    display: none;
  }
  .about-img.n4 {
    max-width: 250px;
  }
  .about-content__text p {
    font-size: 14px;
    line-height: 1.8;
  }
  .about-content__reason {
    margin: var(--px100) auto;
  }
  .concept-illust.i1 {
    width: 80px;
    top: -30px;
    left: 10%;
  }
  .concept-content__text p {
    font-size: 14px;
    line-height: 1.8;
  }
  .eq-program {
    right: 0;
  }
  .eq-point__list {
    grid-template-columns: 1fr;
  }
  .eq-point__item:nth-of-type(even)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-height: 370px;
    border-left: 2px dashed var(--color-green);
  }
  .eq-point__item-title__num {
    width: 50px;
    height: 50px;
  }
  .eq-point__item-title__num span {
    font-size: 24px;
  }
  .eq-point__item-text .img.n3 {
    display: none;
  }
  .eq-point__item-text .img.n6 {
    display: none;
  }
  .school-content__flex {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .school-content__flex-item {
    width: 100%;
  }
  .school-content__flex-item__title-num span {
    top: -.04em;
  }
  .sec-school:before {
    min-width: 767px;
    right: -60px;
  }
  .sec-curriculum {
    margin-top: 80px;
  }
  .sec-curriculum .sec-title__belt img {
    width: 120px;
    top: -24px;
  }
  .sec-title__belt span.sec-title__belt-en {
    display: none;
  }
  .curriculum-content__list {
    grid-template-columns: 1fr;
  }
  .curriculum-content__item-text {
    font-size: 14px;
  }
  .schedule-content__year-list {
    grid-template-columns: 1fr;
  }
  .schedule-content__year-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .schedule-content__year-item__text {
    padding-left: .5em;
  }
  .schedule-content__year-item:last-child {
    border-bottom: 2px dotted var(--color-green);
  }
  .curriculum-illust.i2 {
    display: none;
  }
  .sec-information {
    padding-top: 0;
  }
  .sec-information .sec-title__belt {
    margin-top: 60px;
  }
  .sec-information .sec-title__belt img {
    width: 120px;
    top: -24px;
  }
  .information-content__flex {
    flex-direction: column;
    gap: 40px;
    width: 100%;
    max-width: 550px;
    margin-inline: auto;
    margin-bottom: 30px;
  }
  .information-content__price {
    width: 100%;
  }
  .information-content__option {
    width: 100%;
  }
  .staff-content__item.staff .img::before {
    width: 350px;
  }
  .information-content__detail-right__item-text {
    font-size: 14px;
  }
  .schedule-content__year-item[data-order="1"] {
    order: 1;
  }
  .schedule-content__year-item[data-order="2"] {
    order: 2;
  }
  .schedule-content__year-item[data-order="3"] {
    order: 3;
  }
  .schedule-content__year-item[data-order="4"] {
    order: 4;
  }
  .schedule-content__year-item[data-order="5"] {
    order: 5;
  }
  .schedule-content__year-item[data-order="6"] {
    order: 6;
  }
  .schedule-content__year-item[data-order="7"] {
    order: 7;
  }
  .schedule-content__year-item[data-order="8"] {
    order: 8;
  }
  .schedule-content__year-item[data-order="9"] {
    order: 9;
  }
  .schedule-content__year-item[data-order="10"] {
    order: 10;
  }
  .schedule-content__year-item[data-order="11"] {
    order: 11;
  }
  .schedule-content__year-item[data-order="12"] {
    order: 12;
  }
  .schedule-content__year-item[data-order="6"] {
    border-bottom: none;
  }
  .staff-content__detail {
    flex-direction: column;
    gap: 5px;
  }
  :root {
    --faq-icon-width: 30px;
  }
  .faq-item__details {
    padding: 5px 20px;
  }
  .faq-item__summary .icon::before,
  .faq-item__summary .icon::after {
    width: 15px;
  }
  .faq-item__answer-inner {
    flex-direction: column;
    gap: 3px;
  }
  .faq-item__answer-inner strong {
    width: 100%;
  }
  .faq-item__answer-inner p {
    width: 100%;
    padding-right: 0;
  }
  .information-content__vacation-wrap h5 {
    margin-left: -.5em;
  }
  .information-content__vacation-wrap strong {
    font-size: 18px;
  }
}


@media screen and (max-width: 540px) {
  .mv {
    padding-top: 100px;
  }
  .information-content__price-item {
    justify-content: center;
  }
  .information-content__option-item__flex {
    font-size: 18px;
  }
  .information-content__option-item small {
    font-size: 12px;
  }
  .schedule-content__date-inner {
    flex-direction: column;
    gap: 5px;
  }
  .schedule-content__date-title {
    width: 100%;
  }
  .schedule-content__date-title h4 {
    font-size: 18px;
  }
  .schedule-content__date-title p {
    font-size: 14px;
  }
  .schedule-content__date-list {
    width: 100%;
    flex-direction: column;
  }
  .schedule-content__date-item {
    width: 100%;
    min-width: initial;
    max-width: initial;
    padding: 0 20px;
    position: relative;
  }
  .schedule-content__date-item__time {
    left: 0;
  }
  .schedule-content__date-title h4 {
    margin-bottom: 5px;
  }
  .schedule-content__date-title h4 small {
    top: 0;
  }
  .schedule-content__date-title h4 br {
    display: none;
  }
  .schedule-content__date-item__body::after {
    width: 14px;
    height: 14px;
    top: 0;
    left: -1.1em;
  }
  .schedule-content__date-item:not(:last-child) .schedule-content__date-item__body {
    border-top: none;
    margin-top: 15px;
  }
  .schedule-content__date-item:not(:last-child) .schedule-content__date-item__body::before {
    content: "";
    position: absolute;
    top: 0;
    left: -11px;
    height: calc(100% + 20px);
    border-left: 1px solid var(--color-green);
    border-top: none;
  }
  .schedule-content__date-item:last-child .schedule-content__date-item__time {
    top: 9px;
  }
  .schedule-content__date-item__time {
    position: absolute;
    top: 14px;
    left: 20px;
  }
  .schedule-content__date-item__time.ja {
    left: 18px;
    top: 15px;
  }
}

