@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  text-rendering: optimizeSpeed;
}

ol,
ul {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
  width: 100%;
}

article > * + * {
  margin-top: 1rem;
}

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

img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* フォント変数
-------------------------------------------*/
/* base
-------------------------------------------*/
html {
  font-size: 16px;
  line-height: 1.5;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  width: 100%;
  background: #262626;
}

a {
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
  cursor: pointer;
}

/* header
-------------------------------------------*/
/* ハンバーガーメニュー
-------------------------------------------*/
/* ドロワー
-------------------------------------------*/
/* footer
-------------------------------------------*/
/* タイトル・テキスト
-------------------------------------------*/
.heading {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Shippori Mincho", serif;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .heading {
    font-size: 1.75rem;
  }
}

.gradation {
  background: linear-gradient(135deg, #05FF1E 0%, #FFF 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ボタン
-------------------------------------------*/
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333;
  font-size: 1rem;
  padding: 16px 16px;
  background-color: #fff;
  width: 216px;
}

.more-btn {
  display: inline-block;
  padding: 20px 40px;
  color: #333;
  font-family: "Shippori Mincho", serif;
  background: linear-gradient(135deg, #05FF1E 0%, #FFF 100%);
  -webkit-box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.2);
}

/* 共通パーツ
-------------------------------------------*/
.inner {
  width: 100%;
  max-width: 1192px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 1024px) {
  .inner {
    padding-right: 19px;
    padding-left: 19px;
  }
}

@media screen and (max-width: 1024px) {
  .md-none {
    display: none;
  }
}

.md-show {
  display: none;
}
@media screen and (max-width: 1024px) {
  .md-show {
    display: block;
  }
}

.svg-defs {
  display: none;
}

svg {
  width: 12px;
  height: 12px;
  margin-right: 4px;
}

/*===========================================================
# TOPページ
===========================================================*/
header {
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  header {
    position: fixed;
  }
}

.header {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header {
    padding: 12px 19px 0;
    height: 70px;
  }
}

@media screen and (max-width: 1024px) {
  .header.change-color {
    background-color: #262626;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.header-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 205px;
  height: 65px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .header-info {
    display: block;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

.header-info::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
}
@media screen and (max-width: 1024px) {
  .header-info::after {
    display: none;
  }
}

.header-info__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
@media screen and (max-width: 1280px) {
  .header-info__logo {
    height: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .header-info__logo {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    height: auto;
    position: absolute;
    z-index: 9999;
  }
}

.header-info__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-info__logo h1 {
  font-size: 1.125rem;
  line-height: 1.8;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-info__right {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header-info__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
@media screen and (max-width: 1280px) {
  .header-info__items {
    height: 64px;
  }
}

.header-info__item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-info__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.header-info__contact {
  width: 205px;
}

.header-info__contact + .header-info__contact {
  width: 180px;
}

.header-info__contact a {
  letter-spacing: 0.08em;
}

.header-info__contact .header-contact {
  letter-spacing: 0;
}

.header-info__item a {
  font-size: 0.875rem;
  line-height: 1.8;
}

.header-info__item:nth-of-type(2),
.header-info__item:nth-of-type(3) {
  margin-left: 32px;
  position: relative;
}

.header-info__item:nth-of-type(2)::before,
.header-info__item:nth-of-type(3)::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 25px;
  background: rgba(255, 255, 255, 0.15);
}

.header-info__item:nth-of-type(4) {
  margin-left: 25px;
}

.header-info__item:nth-of-type(4),
.header-info__item:nth-of-type(5) {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.header-nav {
  height: 69px;
  margin: auto;
  position: relative;
}

.header-nav a {
  font-size: 0.875rem;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-nav span {
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.8;
  text-transform: uppercase;
  opacity: 0.8;
}

.header-nav::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
}

.header-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.header-nav__item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-nav__item a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header-nav__item + .header-nav__item {
  margin-left: 64px;
}

.header-nav__item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ハンバーガー
-------------------------------------------*/
.hamburger {
  position: fixed;
  z-index: 9999;
  top: 8px;
  right: 20px;
  width: 37px;
  height: 42px;
  background: #fff;
  padding: 8px 8px 18px 8px;
  border-radius: 2px;
  cursor: pointer;
}

svg.svg-defs--hamburger {
  position: absolute;
  left: 50%;
  bottom: 6px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 21px;
  height: 6px;
  margin: 0;
}

.hamburger-line {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: 21px;
  height: 2px;
  background-color: #333;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.hamburger-line:first-child {
  top: 8px;
}

.hamburger-line:nth-child(2) {
  top: 16px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.hamburger-line:nth-child(3) {
  top: 24px;
}

.hamburger.is-active span:first-child {
  top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
  top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

/* ドロワー
-------------------------------------------*/
.drawer-menu {
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 120vh;
  background-color: #333;
}

.drawer-menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-top: 100px;
  position: fixed;
  top: 0;
  height: 100%;
  overflow-y: scroll;
}

.drawer-menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}

.drawer-menu__items + .drawer-menu__items {
  margin-top: 18px;
}

.drawer-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.drawer-menu__item:not(:first-child) {
  margin-top: 5px;
}

.drawer-menu__link {
  font-size: 0.875rem;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.drawer-menu__link:not(.drawer-menu__link--info) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.drawer-menu__link span {
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.8;
  text-transform: uppercase;
  opacity: 0.8;
}

.drawer-menu__contact {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.drawer-menu__link--info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  color: #333;
  border: 1px solid #333;
}

@media screen and (max-width: 1024px) {
  svg path {
    fill: #333;
  }
}

/* kv
-------------------------------------------*/
.kv {
  position: relative;
  background-image: url(/img/top-kv_pc.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 892px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .kv {
    height: 640px;
    background-image: url(/img/top-kv_sp.jpg);
  }
}

.kv::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #121212), to(rgba(18, 18, 18, 0)));
  background: linear-gradient(90deg, #121212 30%, rgba(18, 18, 18, 0) 100%);
}

.kv__inner {
  max-width: 720px;
  -webkit-transform: translate(201px, 177px);
          transform: translate(201px, 177px);
}
@media screen and (max-width: 1280px) {
  .kv__inner {
    -webkit-transform: translate(30px, 205px);
            transform: translate(30px, 205px);
  }
}
@media screen and (max-width: 1024px) {
  .kv__inner {
    padding: 0 20px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 82px);
            transform: translate(-50%, 82px);
    width: 100%;
  }
}

.kv__subTitle {
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 1024px) {
  .kv__subTitle {
    font-size: 1rem;
    line-height: 1.7;
  }
}

.kv__title {
  font-size: 5rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 16px;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .kv__title {
    font-size: 2.5rem;
    width: 360px;
  }
}

.kv__text {
  font-size: 1.5rem;
  line-height: 1.7;
  margin-top: 48px;
  max-width: 678px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .kv__text {
    font-size: 1rem;
    margin-top: 32px;
    letter-spacing: -0.01em;
  }
}

.kv-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .kv-btn {
    display: block;
  }
}

.kv-btn__items {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .kv-btn__items {
    margin-top: 24px;
  }
}

.kv-btn__item {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .kv-btn__item {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .kv-btn__item + .kv-btn__item {
    margin-top: 6px;
  }
}

.kv-btn__white {
  color: #05FF1E;
}

.kv-btn__green {
  margin-left: 18px;
  background: linear-gradient(135deg, #05FF1E 0%, #CCFBD0 100%);
}
@media screen and (max-width: 1024px) {
  .kv-btn__green {
    margin-left: 0;
  }
}

/* コース
-------------------------------------------*/
.course {
  background-color: #262626;
}

.course__inner {
  max-width: 1230px;
  padding-top: 80px;
  padding-bottom: 88px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .course__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.course__heading {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .course__heading {
    text-align: left;
  }
}

.course__text {
  margin-top: 24px;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  .course__text {
    text-align: left;
    font-size: 1rem;
  }
}

.course__wrapper {
  margin-top: 55px;
}
@media screen and (max-width: 1024px) {
  .course__wrapper {
    margin-top: 30px;
  }
}

.course__title {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.4;
  font-family: "Shippori Mincho", serif;
}

.course__items {
  margin-top: 24px;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
@media screen and (max-width: 1024px) {
  .course__items {
    margin-top: 16px;
    gap: 0.375rem;
  }
}

.course__item {
  background-color: #17130A;
  padding: 66px 35px 40px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 440px;
}
@media screen and (max-width: 1024px) {
  .course__item {
    padding: 60px 16px 32px;
    height: auto;
  }
}

.course-item__head {
  position: relative;
}

.course-item__head::before {
  position: absolute;
  content: "1";
  left: -5px;
  top: -25px;
  font-family: "Shippori Mincho", serif;
  font-size: 6rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1024px) {
  .course-item__head::before {
    font-size: 5.5rem;
    left: 7px;
  }
}

.course-item__head--2::before {
  content: "2";
}

.course-item__head--3::before {
  content: "3";
}

.course-item__title {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .course-item__title {
    font-size: 1.25rem;
  }
}

.course-item__head::after {
  position: absolute;
  content: "beginner course";
  left: 50%;
  top: -25px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0.75rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
}

.course-item__head--2::after {
  content: "Intermediate course";
}

.course-item__head--3::after {
  content: "Advanced course";
}

.course-item__text {
  margin-top: 26px;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1024px) {
  .course-item__text {
    font-size: 1rem;
    margin-top: 16px;
  }
}

.course-btn {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1024px) {
  .course-btn {
    margin-top: 24px;
  }
}

.course-btn__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  padding: 16px;
  border-radius: 4px;
  width: 100%;
}

/* reason
-------------------------------------------*/
.reason {
  background: #333;
}

.reason__inner {
  padding-top: 120px;
  padding-bottom: 120px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .reason__inner {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 19px;
    padding-right: 19px;
  }
}

.reason__heading {
  text-align: center;
}

.reason__heading span:nth-child(n+2) {
  letter-spacing: -0.08em;
}
@media screen and (max-width: 1024px) {
  .reason__heading span:nth-child(n+2) {
    letter-spacing: 0;
  }
}

.reason__text {
  max-width: 924px;
  width: 100%;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  .reason__text {
    font-size: 1rem;
    text-align: left;
  }
}

.reason__items {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .reason__items {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.reason__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .reason__item {
    display: block;
  }
}

.reason__item + .reason__item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 58px;
}
@media screen and (max-width: 1024px) {
  .reason__item + .reason__item {
    margin-top: 35px;
  }
}

.reason-item__img {
  width: 100%;
  max-width: 500px;
  aspect-ratio: 1/1;
  position: relative;
}

.reason-item__img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/img/top-reason01.jpg);
  opacity: 0.6;
}

.reason-item__img--reason2::before {
  background-image: url(/img/top-reason02.jpg);
  background-position: bottom left;
}

.reason-item__img img {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}

.reason-item__wrapper {
  margin-top: 24px;
  margin-left: 88px;
  max-width: 532px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .reason-item__wrapper {
    margin-left: 0;
    margin-top: 18px;
  }
}

.reason-item__wrapper--2 {
  margin-left: 0;
  margin-right: 88px;
}
@media screen and (max-width: 1024px) {
  .reason-item__wrapper--2 {
    margin-right: 0;
  }
}

.reason-item__wrapper::before {
  position: absolute;
  content: "REASON";
  top: -20px;
  left: -70px;
  font-size: 8.125rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.05);
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .reason-item__wrapper::before {
    font-size: 3.5rem;
    left: 0;
  }
}

.reason-item__wrapper--2::before {
  content: "PROGRAM";
}
@media screen and (max-width: 1024px) {
  .reason-item__wrapper--2::before {
    content: "STRONGS";
    top: -5px;
  }
}

.reason-item__subTitle {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}

.reason-item__title {
  font-size: 2.75rem;
  line-height: 1.4;
  margin-top: 16px;
  padding-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .reason-item__title {
    font-size: 1.5rem;
    padding-bottom: 16px;
    margin-top: 20px;
  }
}

.reason-item__title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 48px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.reason-item__text {
  margin-top: 24px;
  font-size: 1.25rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1024px) {
  .reason-item__text {
    margin-top: 16px;
    font-size: 1rem;
  }
}

.reason-item__text--sub {
  margin-top: 35px;
}
@media screen and (max-width: 1024px) {
  .reason-item__text--sub {
    margin-top: 25px;
  }
}

.reason__btn {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .reason__btn {
    margin-top: 56px;
  }
}

/* lesson
-------------------------------------------*/
.lesson {
  background: #262626;
}

.lesson__inner {
  max-width: 1200px;
  width: 100%;
  padding: 120px 0 120px;
}
@media screen and (max-width: 1024px) {
  .lesson__inner {
    padding: 40px 19px;
  }
}

.lesson__head {
  max-width: 924px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.lesson__tex {
  margin-top: 24px;
  font-size: 1.25rem;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  .lesson__tex {
    font-size: 1rem;
    text-align: left;
  }
}

.lesson__slider {
  margin-top: 95px;
}
@media screen and (max-width: 1024px) {
  .lesson__slider {
    margin-top: 32px;
  }
}

.swiper-area {
  position: relative;
  padding: 0 96px;
}
@media screen and (max-width: 1024px) {
  .swiper-area {
    padding: 0;
  }
}

.swiper {
  z-index: 0;
}

.lesoon__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lesson__item {
  padding: 16px;
  background-color: #313030;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  max-width: 488px;
}

.lesson-item__img {
  width: 100%;
  max-width: 456px;
  aspect-ratio: 456/246;
}
@media screen and (max-width: 1024px) {
  .lesson-item__img {
    max-width: 305px;
  }
}

.lesson-item__img img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}

.lesson-item__text {
  margin-top: 16px;
  font-size: 1rem;
  line-height: 1.5;
  max-width: 336px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .lesson-item__text {
    text-align: center;
    max-width: 258px;
    margin-top: 14px;
  }
}

.lesson-item__boxes {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .lesson-item__boxes {
    display: block;
    width: 100%;
  }
}

.lesson-item__box {
  padding: 18px 14px 42px;
  max-width: 216px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .lesson-item__box {
    padding: 16px 20px;
    max-width: 100%;
  }
}

.lesson-item__box:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #ffffff;
}
@media screen and (max-width: 1024px) {
  .lesson-item__box:first-child::after {
    top: auto;
    left: 50%;
    bottom: -20px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 8px 0 8px;
    border-color: #ffffff transparent transparent transparent;
  }
}

.lesson-item__box + .lesson-item__box {
  margin-left: 24px;
}
@media screen and (max-width: 1024px) {
  .lesson-item__box + .lesson-item__box {
    margin-left: 0;
    margin-top: 24px;
  }
}

.lesson-itemBox__title {
  font-size: 1rem;
  line-height: 1.5;
  display: inline-block;
}

.lesson-itemBox__lists {
  margin-top: 16px;
}
@media screen and (max-width: 1024px) {
  .lesson-itemBox__lists {
    margin-top: 8px;
  }
}

.lesson-itemBox__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lesson-itemBox__list:nth-of-type(2),
.lesson-itemBox__list:nth-of-type(3) {
  margin-top: 6px;
}

.lesson-itemBox__list:nth-of-type(4) {
  margin-top: 4px;
  padding-top: 6px;
  border-top: 1px dashed rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1024px) {
  .lesson-itemBox__list:nth-of-type(4) {
    margin-top: 10px;
    padding-top: 12px;
  }
}

.list-head__before,
.list-head__after {
  font-size: 0.875rem;
  line-height: 1.5;
}

.list-body__before,
.list-body__after {
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}

.list-head__before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 85px;
          flex: 0 0 85px;
}

.list-head__after {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 114px;
          flex: 0 0 114px;
}
@media screen and (max-width: 1024px) {
  .list-head__after {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85px;
            flex: 0 0 85px;
  }
}

.lesson-itemBox__list:nth-of-type(4) .list-head__before,
.lesson-itemBox__list:nth-of-type(4) .list-head__after {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56px;
          flex: 0 0 56px;
}

.lesson-itemBox__list:nth-of-type(4) .list-body__before,
.lesson-itemBox__list:nth-of-type(4) .list-body__after {
  margin-left: 34px;
}

.list-body__before {
  margin-left: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.list-body__after {
  margin-left: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
@media screen and (max-width: 1024px) {
  .list-body__after {
    margin-left: 62px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  width: 64px;
  height: 64px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -32px;
}
@media screen and (max-width: 1024px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 24px;
  height: 24px;
  margin-right: 0;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.lesson__btn {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .lesson__btn {
    margin-top: 58px;
  }
}

@media screen and (max-width: 1024px) {
  .lesson-btn__link {
    padding: 20px 40px;
  }
}

/* faq
-------------------------------------------*/
.faq {
  background-color: #313030;
}

.faq__inner {
  padding: 120px 35px;
}
@media screen and (max-width: 1024px) {
  .faq__inner {
    padding: 38px 19px;
  }
}

.faq__heading {
  text-align: center;
}

.faq__items {
  margin-top: 48px;
  max-width: 1120px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .faq__items {
    margin-top: 32px;
  }
}

.faq__item {
  border-radius: 1px;
  background: #3C3B3B;
}

.faq__item + .faq__item {
  margin-top: 6px;
}
@media screen and (max-width: 1024px) {
  .faq__item + .faq__item {
    margin-top: 9px;
  }
}

.faq-item {
  padding: 20px 47px;
}
@media screen and (max-width: 1024px) {
  .faq-item {
    padding: 20px 16px;
  }
}

.faq-item__head {
  position: relative;
}

.faq-item__head::before {
  position: absolute;
  content: "Q";
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.5;
  background: linear-gradient(135deg, #05FF1E 0%, #FFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .faq-item__head::before {
    top: 12px;
    font-size: 1.25rem;
  }
}

.faq-item__head::after {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .faq-item__head::after {
    top: 8px;
  }
}

.faq-item__head.open::after {
  top: 12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.faq-item__title {
  padding-top: 5px;
}
@media screen and (max-width: 1024px) {
  .faq-item__title {
    padding-top: 0;
  }
}

.faq-item__title,
.faq-item__text {
  padding-left: 65px;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .faq-item__title,
  .faq-item__text {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.faq-item__body {
  position: relative;
  margin-top: 18px;
}

.faq-item__body {
  display: none;
}

.faq-item__body::before {
  position: absolute;
  content: "A";
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.5;
  top: -7px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .faq-item__body::before {
    font-size: 1.25rem;
    top: 0;
  }
}

.faq-item__text {
  padding-right: 80px;
  font-size: 1rem;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  .faq-item__text {
    padding-right: 14px;
  }
}

/* footer
-------------------------------------------*/
.footer {
  background: #17130A;
}

.footer__inner {
  padding: 95px 0;
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .footer__inner {
    padding: 40px 0;
  }
}

.footer-head__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .footer-head__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-head__item {
  max-width: 330px;
  height: 128px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .footer-head__item {
    max-width: 337px;
  }
}

.footer-head__item + .footer-head__item {
  margin-left: 24px;
}
@media screen and (max-width: 1024px) {
  .footer-head__item + .footer-head__item {
    margin-left: 0;
    margin-top: 27px;
  }
}

.footer-head__item:nth-of-type(1) {
  background-color: #313030;
}

.footer-head__item:nth-of-type(2) {
  background-color: #05FF1E;
}

.footer-head__item:nth-of-type(3) {
  background-image: url(/img/footer-bnr01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-head__link {
  width: 100%;
  height: 100%;
  padding: 31px 37px 26px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-head__item:nth-of-type(2) .footer-head__link,
.footer-head__item:nth-of-type(3) .footer-head__link {
  padding: 20px 0 24px;
}

.footer-head__item:nth-of-type(1) svg {
  width: 22px;
  height: 25px;
}

.footer-head__item:nth-of-type(1) .footer-head__text {
  font-size: 2rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.9);
}

.footer-head__item:nth-of-type(2) .footer-head__text,
.footer-head__item:nth-of-type(3) .footer-head__text {
  font-size: 1.25rem;
  color: #333;
  line-height: normal;
}

.footer-head__item:nth-of-type(3) .footer-head__text {
  color: #fff;
  margin-left: 10px;
}

.footer-head__text span {
  font-size: 0.875rem;
  line-height: normal;
  display: block;
}

.footer-head__item:nth-of-type(2) .footer-head__text span,
.footer-head__item:nth-of-type(3) .footer-head__text span {
  line-height: 1.5;
  text-align: center;
  margin-top: 7px;
}

.footer-head__item:nth-of-type(1) .footer-head__text span {
  margin-top: 15px;
  margin-left: 5px;
}

.footer-body {
  margin-top: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .footer-body {
    display: block;
    padding: 0 23px;
  }
}

.footer-body__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer-body__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .footer-body__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}

@media screen and (max-width: 1024px) {
  .footer-body__lists + .footer-body__lists {
    margin-left: 32px;
  }
}

.footer-body__lists:nth-child(2) {
  margin-left: 80px;
}
@media screen and (max-width: 1024px) {
  .footer-body__lists:nth-child(2) {
    margin-right: 57px;
    margin-left: 32px;
  }
}

.footer-body__lists:nth-child(3) {
  margin-left: 80px;
}

@media screen and (max-width: 1024px) {
  .footer-body__lists:last-child {
    margin-left: 0;
    margin-top: 24px;
  }
}

.footer-body__list + .footer-body__list {
  margin-top: 15px;
}

.footer-body__link {
  font-size: 1rem;
  line-height: normal;
}

.footer-body__contact {
  margin-left: auto;
}

.footerBody-contact__btn {
  border-radius: 6px;
  background: #05FF1E;
}

.footerBody-contact__link {
  font-size: 1.25rem;
  line-height: 1;
  color: #333;
  padding: 24px 0 24px 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 224px;
  border-radius: 6px;
}

.footerBody-contact__link svg {
  width: 18px;
  height: 18px;
  margin-right: 15px;
}/*# sourceMappingURL=style.css.map */