@charset "UTF-8";

/** ================================================

Screen Size

================================================ */

/** ================================================

Responsive Settings

================================================ */

/** ================================================

Assets Path Settings

================================================ */

/** ================================================

Color Settings

================================================ */

/** ================================================

Easing Settings

================================================ */

/** ================================================

Font Settings

================================================ */

/** ================================================

Depth

================================================ */

/** ================================================

Object Size

================================================ */

/** ================================================

Modal Settings

================================================ */

/** ================================================

	Assets Functions

================================================ */

/** ================================================

	Rem

================================================ */

/** ================================================

	View Port Size

================================================ */

/** ================================================

Responsive

================================================ */

.sca-m-home-hero {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.sca-m-home-hero__image {
  position: relative;
  width: 100%;
}

.sca-m-home-hero__image img {
  width: 100%;
  height: auto;
}

.sca-m-home-hero__content {
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sca-m-home-hero__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sca-m-home-hero__title-tagline {
  display: block;
  color: #fff;
  font-size: 2.03125vw;
  font-weight: 700;
  line-height: calc(36 / 26);
  text-align: center;
}

.sca-m-home-hero__title-logo {
  display: block;
  width: 10.46875vw;
  -webkit-margin-after: 1.5625vw;
  margin-block-end: 1.5625vw;
  -webkit-margin-before: 3.125vw;
  margin-block-start: 3.125vw;
  text-align: center;
}

.sca-m-home-hero__title-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.sca-m-home-hero__title-course {
  display: block;
  color: #fff;
  font-size: 2.65625vw;
  font-weight: 700;
  line-height: 1;
  -webkit-margin-before: 1.171875vw;
  margin-block-start: 1.171875vw;
  text-align: center;
}

.sca-m-home-hero__title-course span {
  font-family: "Raleway", "游ゴシック体", YuGothic, "Original Yu Gothic", "Yu Gothic Medium", sans-serif;
  font-size: 3.125vw;
}

.sca-m-home-program {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 81.25vw;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.125vw;
  margin-inline: auto;
}

.sca-m-home-program__block {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #415261;
  color: #fff;
}

.sca-m-home-program__image {
  position: relative;
  width: 40.625vw;
}

.sca-m-home-program__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sca-m-home-program__content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 3.125vw;
}

.sca-m-home-program__content p {
  font-size: 1.09375vw;
}

.sca-m-home-program__catch {
  margin-bottom: 0.625vw;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.5;
}

.sca-m-home-program__title {
  margin-bottom: 1.5625vw;
  font-size: 1.953125vw;
  font-weight: 700;
  line-height: 1.5;
}

.sca-m-home-program__btn {
  margin-top: auto;
  text-align: center;
}

.sca-m-heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.5625vw;
  reading-flow: flex-visual;
}

.sca-m-heading__ja {
  -ms-flex-order: 2;
  order: 2;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: calc(48 / 32);
  text-align: center;
}

.sca-m-heading__en {
  -ms-flex-order: 1;
  order: 1;
  color: #DC4405;
  font-family: "Raleway", "游ゴシック体", YuGothic, "Original Yu Gothic", "Yu Gothic Medium", sans-serif;
  font-size: 1.5625vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: calc(20 / 20);
  text-align: center;
}

.sca-m-section-header {
  width: 81.25vw;
  margin-inline: auto;
  padding-block: 6.25vw;
}

.sca-m-section-header--compact {
  padding-bottom: 3.125vw;
}

.sca-m-section-header__description {
  color: #000;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: calc(28.8 / 16);
  -webkit-margin-before: 3.125vw;
  margin-block-start: 3.125vw;
}

.sca-m-section-header__description > p + p {
  -webkit-margin-before: 1.5em;
  margin-block-start: 1.5em;
}

.sca-m-btn {
  position: relative;
  display: block;
  font-weight: 700;
  text-decoration: none !important;
  transition-duration: 250ms;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.sca-m-btn--large {
  font-size: 1.1428571429vw;
}

.sca-m-btn__in {
  position: relative;
  display: block;
}

.sca-m-btn__txt {
  position: relative;
  display: block;
  font-weight: 700;
  text-align: center;
}

.sca-m-btn__txt--lefted {
  text-align: left;
}

.sca-m-btn__txt__en,
.sca-m-btn__txt__jp {
  display: block;
}

.sca-m-btn__txt__en {
  font-family: "Roboto", "游ゴシック体", YuGothic, "Original Yu Gothic", "Yu Gothic Medium", sans-serif;
  font-weight: 400;
}

.sca-m-btn__txt__main,
.sca-m-btn__txt__sub {
  display: block;
}

.sca-m-btn__txt__sub {
  margin-top: 0.5714285714vw;
}

.sca-m-btn__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.5em;
  font-weight: 400 !important;
  line-height: 1;
}

.sca-m-btn--lower-link .sca-m-btn__txt__en {
  font-size: 1.7142857143vw;
}

.sca-m-btn--lower-link .sca-m-btn__txt__jp {
  font-size: 1.1428571429vw;
}

.sca-m-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  content: "";
  transition-duration: 250ms;
  transition-property: width;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.sca-m-btn--white {
  border: 2px solid #ffffff;
  background-color: #ffffff;
  color: #0E2335 !important;
}

.sca-m-btn--white::before {
  background-color: #0E2335;
}

.sca-m-btn--white:hover {
  color: #ffffff !important;
}

.sca-m-btn--white:hover::before {
  width: 100%;
}

.sca-m-btn--gray {
  border: 2px solid #3C454C;
  background-color: #3C454C;
  color: #ffffff !important;
}

.sca-m-btn--gray::before {
  background-color: #ffffff;
}

.sca-m-btn--gray:hover {
  color: #3C454C !important;
}

.sca-m-btn--gray:hover::before {
  width: 100%;
}

.sca-m-btn--place-red {
  border: 2px solid #E31C22;
  background-color: #E31C22;
  color: #ffffff !important;
}

.sca-m-btn--place-red::before {
  background-color: #ffffff;
}

.sca-m-btn--place-red:hover {
  color: #E31C22 !important;
}

.sca-m-btn--place-red:hover::before {
  width: 100%;
}

.sca-m-btn--blue {
  border: 2px solid #314B82;
  background-color: #314B82;
  color: #ffffff !important;
}

.sca-m-btn--blue::before {
  background-color: #ffffff;
}

.sca-m-btn--blue:hover {
  color: #314B82 !important;
}

.sca-m-btn--blue:hover::before {
  width: 100%;
}

.sca-m-btn--red {
  border: 2px solid #DC4405;
  background-color: #DC4405;
  color: #ffffff !important;
}

.sca-m-btn--red::before {
  background-color: #ffffff;
}

.sca-m-btn--red:hover {
  color: #DC4405 !important;
}

.sca-m-btn--red:hover::before {
  width: 100%;
}

.sca-m-about {
  margin-right: auto;
  margin-left: auto;
}

.sca-m-about__logo {
  margin-right: auto;
  margin-left: auto;
}

.sca-m-about__lead {
  font-weight: 500;
  line-height: 1.6;
}

.sca-m-about__links {
  background-color: #E9E9E5;
}

.sca-m-about__links__sns ul {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
}

.sca-m-about__links__sns ul li {
  line-height: 1;
}

.sca-m-about__links__sns ul a {
  color: #0E2335;
}

.sca-p-home {
  position: relative;
}

.sca-p-home__obj-1,
.sca-p-home__obj-2,
.sca-p-home__obj-3,
.sca-p-home__obj-4 {
  position: absolute;
  pointer-events: none;
}

.sca-p-home__obj-1 {
  top: 0;
  left: 0;
  width: 7.8125vw;
}

.sca-p-home__obj-2 {
  z-index: 2;
  right: 0;
  bottom: -14.0625vw;
  width: 21.875vw;
}

.sca-p-home__obj-3 {
  top: 34.140625vw;
  left: -1.5625vw;
  width: 15.625vw;
}

.sca-p-home__obj-4 {
  right: -12.5vw;
  bottom: -4.6875vw;
  width: 35.9375vw;
}

.sca-p-home__intro {
  position: relative;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 28/16;
  padding-block: 4.6875vw;
  text-align: center;
}

.sca-p-home__intro p + p {
  -webkit-margin-before: 1.5em;
  margin-block-start: 1.5em;
}

.sca-p-home__program {
  position: relative;
  padding-bottom: 6.25vw;
  background-color: #e2e2e2;
}

.sca-p-home__about {
  position: relative;
  width: 81.25vw;
  padding-bottom: 6.25vw;
  margin-inline: auto;
}

.sca-p-home__programs {
  position: relative;
}

@media screen and (min-width: 601px) {
  .sca-m-btn {
    padding: 1vw 1.4285714286vw;
    font-size: 1vw;
  }

  .sca-m-btn__txt__jp {
    margin-top: 0.5714285714vw;
  }

  .sca-m-btn__arrow {
    font-size: 1.4285714286vw;
  }

  .sca-m-btn--course-link {
    padding: 1.9285714286vw 1.4285714286vw;
  }

  .sca-m-btn--course-link .sca-m-btn__txt__en {
    font-size: 1.1428571429vw;
  }

  .sca-m-btn--place-link {
    padding: 1.7857142857vw 1.4285714286vw;
  }

  .sca-m-btn--place-link .sca-m-btn__txt__main,
  .sca-m-btn--place-link .sca-m-btn__txt__sub {
    font-size: 1.1428571429vw;
    line-height: 1.3;
  }

  .sca-m-about {
    width: 68.5714285714vw;
    padding: 5.7142857143vw 0 0.7142857143vw;
  }

  .sca-m-about__logo {
    width: 16.8571428571vw;
  }

  .sca-m-about__lead {
    font-size: 1.2857142857vw;
  }

  .sca-m-about__links {
    padding: 1.4285714286vw;
  }

  .sca-m-about__links__in {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sca-m-about__links__web {
    width: 52.1739130435%;
  }

  .sca-m-about__links__sns {
    margin-right: 1.4285714286vw;
    font-size: 2.2857142857vw;
  }

  .sca-m-about__links__sns ul {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .sca-m-about__links__sns ul li + li {
    margin-left: 3.5714285714vw;
  }
}

@media screen and (max-width: 600px) {
  .sca-m-home-hero {
    aspect-ratio: 375/436;
  }

  .sca-m-home-hero__image {
    aspect-ratio: 375/436;
  }

  .sca-m-home-hero__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .sca-m-home-hero__title-tagline {
    font-size: 4vw;
  }

  .sca-m-home-hero__title-logo {
    width: 25.8666666667vw;
    font-size: 12.8vw;
    line-height: 1;
    -webkit-margin-after: 0.78125vw;
    margin-block-end: 0.78125vw;
    -webkit-margin-before: 8vw;
    margin-block-start: 8vw;
  }

  .sca-m-home-hero__title-course {
    font-size: 5.3333333333vw;
    -webkit-margin-before: 2.6666666667vw;
    margin-block-start: 2.6666666667vw;
  }

  .sca-m-home-hero__title-course span {
    font-size: 6.4vw;
  }

  .sca-m-home-program {
    width: 92vw;
    gap: 10.6666666667vw;
  }

  .sca-m-home-program__block {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sca-m-home-program__image {
    width: 100%;
  }

  .sca-m-home-program__content {
    padding: 5.3333333333vw;
  }

  .sca-m-home-program__content p {
    font-size: 3.4666666667vw;
  }

  .sca-m-home-program__catch {
    margin-bottom: 2.1333333333vw;
    font-size: 3.7333333333vw;
  }

  .sca-m-home-program__title {
    margin-bottom: 5.3333333333vw;
    font-size: 5.3333333333vw;
  }

  .sca-m-home-program__btn {
    margin-top: 5.3333333333vw;
  }

  .sca-m-heading {
    gap: 2.1333333333vw;
  }

  .sca-m-heading__ja {
    font-size: 5.3333333333vw;
  }

  .sca-m-heading__en {
    font-size: 4vw;
  }

  .sca-m-section-header {
    width: 92vw;
    padding-block: 10.6666666667vw 10.6666666667vw;
  }

  .sca-m-section-header--compact {
    padding-bottom: 8vw;
  }

  .sca-m-section-header__description {
    font-size: 3.7333333333vw;
    -webkit-margin-before: 5.3333333333vw;
    margin-block-start: 5.3333333333vw;
  }

  .sca-m-btn {
    padding: 3.3816425121vw 4.8309178744vw;
    font-size: 3.1400966184vw;
  }

  .sca-m-btn__txt__jp {
    margin-top: 0.9661835749vw;
  }

  .sca-m-btn__arrow {
    font-size: 4.8309178744vw;
  }

  .sca-m-btn--lower-link {
    padding: 4.347826087vw 4.8309178744vw;
  }

  .sca-m-btn--lower-link .sca-m-btn__txt {
    text-align: left;
  }

  .sca-m-btn--lower-link .sca-m-btn__txt__en {
    font-size: 3.6231884058vw;
  }

  .sca-m-btn--lower-link .sca-m-btn__txt__jp {
    font-size: 3.1400966184vw;
  }

  .sca-m-btn--course-link {
    padding: 4.347826087vw 4.8309178744vw;
  }

  .sca-m-btn--course-link .sca-m-btn__txt__en {
    font-size: 3.8647342995vw;
  }

  .sca-m-btn--place-link {
    padding: 2.4154589372vw 4.8309178744vw;
  }

  .sca-m-btn--place-link .sca-m-btn__txt {
    text-align: left;
  }

  .sca-m-about {
    padding-right: 3.6231884058vw;
    padding-left: 3.6231884058vw;
    padding-top: 7.2463768116vw;
  }

  .sca-m-about__logo {
    width: 31.884057971vw;
  }

  .sca-m-about__lead {
    font-size: 3.1400966184vw;
  }

  .sca-m-about__links {
    padding: 3.6231884058vw 3.6231884058vw 7.2463768116vw;
  }

  .sca-m-about__links__sns {
    margin-top: 7.2463768116vw;
    font-size: 7.729468599vw;
  }

  .sca-m-about__links__sns ul {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sca-p-home__obj-1 {
    width: 13.3333333333vw;
  }

  .sca-p-home__obj-2 {
    right: -24vw;
    bottom: -16vw;
    width: 42.6666666667vw;
  }

  .sca-p-home__obj-3 {
    top: 160vw;
    width: 35.2vw;
  }

  .sca-p-home__obj-4 {
    right: -74.6666666667vw;
    bottom: -10.6666666667vw;
    width: 109.3333333333vw;
  }

  .sca-p-home__intro {
    font-size: 3.7333333333vw;
    font-weight: 500;
    padding-block: 10.6666666667vw;
    text-align: left;
  }

  .sca-p-home__intro__inner {
    width: 92vw;
    margin-inline: auto;
  }

  .sca-p-home__program {
    padding-bottom: 16vw;
  }

  .sca-p-home__about {
    width: 92vw;
    padding-bottom: 16vw;
  }
}