@charset "UTF-8";
/* ==============================================================================
# メディアクエリのmixin
============================================================================== */
/* ==============================================================================
# メディアクエリのmixin
============================================================================== */
@media screen and (max-width: 767px) {
  .is-sp-up {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .is-mb-up {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .is-mb {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .only-mb {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .only-mb {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  .only-mb {
    display: none !important;
  }
}

@media screen and (max-width: 1350px) {
  .is-lg-header-up {
    display: none !important;
  }
}

@media screen and (min-width: 1351px) {
  .is-lg-header-down {
    display: none !important;
  }
}

@media screen and (max-width: 1000px) {
  .is-1000-up {
    display: none !important;
  }
}

@media screen and (min-width: 1001px) {
  .is-1000-down {
    display: none !important;
  }
}

/* ==============================================================================
# mobileFont
============================================================================== */
/* ==============================================================================
# グリッドレイアウト with order制御
============================================================================== */
/* ==============================================================================
# グリッドレイアウト（通常状態と偶数番目の両方に対応）
============================================================================== */
/* ==============================================================================
# カードリストレイアウト（reason/why-ai共通）
============================================================================== */
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
  color: #222;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 90px;
  }
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
  object-fit: cover;
  height: auto;
}

a {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s;
}

a,
span {
  color: inherit;
}

/* ==============================================================================
# 色の定義
============================================================================== */
/* ==============================================================================
# font-familyの定義
============================================================================== */
body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
}

.NotoSansJP {
  font-family: "Noto Sans JP", sans-serif;
}

.ShipporiMinchoB1 {
  font-family: "Shippori Mincho B1", serif;
}

/* ==============================================================================
# Inner
============================================================================== */
.inner {
  max-width: 1000px;
  padding: 0 20px;
  box-sizing: content-box;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 16px;
  }
}

/* ==============================================================================
# Utility
============================================================================== */
/* ---------- TITLE ---------- */
.c-title {
  font-kerning: none;
  font-feature-settings: "palt" on, "liga" off;
  position: relative;
  z-index: 1;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: calc(24 / 390 * 100vw);
    text-align: left;
  }
}
.c-title strong {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .c-title strong {
    font-size: calc(30 / 390 * 100vw);
  }
}

/* ---------- Color ---------- */
.u-orange {
  color: #ed4c19;
}

.u-yellow {
  color: #f4e336;
}

.u-blue {
  color: #50d9ff;
}

.u-green {
  color: #58ff8f;
}

/* ==============================================================================
# font-familyの定義
============================================================================== */
body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
}

/* Noto Sans JP */
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* Libre Baskerville */
.libre-baskerville {
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* Klee One */
.klee-one-regular {
  font-family: "Klee One", cursive;
  font-weight: 400;
  font-style: normal;
}

/* Futura PT */
.futura-pt {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.header {
  background: #fff;
  height: 50px;
}
.header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  height: 100%;
  max-width: 1240px;
}
@media screen and (max-width: 767px) {
  .header .inner {
    padding-right: 0;
  }
}
.header .header__brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.header .header__logo {
  display: block;
  width: auto;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .header .header__logo {
    height: 30px;
  }
}
.header .header__cta {
  display: block;
}
.header .header__cta picture {
  display: block;
}
.header .header__cta img {
  height: 35px;
}
@media screen and (max-width: 767px) {
  .header .header__cta img {
    height: 50px;
  }
}

.footer {
  background: #fafafa;
  padding: 10px 0;
}
.footer .footer__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-feature-settings: "palt" on;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .footer .footer__bar {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 8px;
  }
}
.hero {
  position: relative;
}
.hero .hero__img img {
  width: 100%;
  height: auto;
  display: block;
}
.hero .hero__cta {
  position: absolute;
  width: 42.96875vw;
  right: 16.40625vw;
  bottom: 1.5625vw;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .hero .hero__cta {
    width: 91.7948717949vw;
    right: 50%;
    bottom: 5.1282051282vw;
    transform: translateX(50%);
  }
}
.hero .hero__cta picture {
  display: block;
}
.hero .hero__cta img {
  border-radius: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.cta {
  background: #59cc6a;
  padding: 52px 0 60px;
}
@media screen and (max-width: 767px) {
  .cta {
    padding: 30px 0;
  }
}
.cta .inner {
  max-width: 1366px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .cta .inner {
    padding: 0 16px;
  }
}
.cta .cta__content {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-bottom: 54px;
}
@media screen and (max-width: 767px) {
  .cta .cta__content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
  }
}
.cta .cta__banner {
  flex-shrink: 0;
}
.cta .cta__banner-text {
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  color: #59cc6a;
  position: relative;
  background: #fff;
  height: 90px;
  display: inline-flex;
  align-items: center;
  padding-right: 55px;
  padding-left: clamp(20px, 144px - (1366px - 100vw) * 124 / 288, 144px);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .cta .cta__banner-text {
    font-size: 24px;
    height: 50px;
    padding-right: 40px;
    padding-left: 20px;
  }
}
.cta .cta__banner-text::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #59cc6a transparent;
  border-width: 0 0 90px 45px;
}
@media screen and (max-width: 767px) {
  .cta .cta__banner-text::after {
    border-width: 0 0 60px 30px;
  }
}
.cta .cta__text {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cta .cta__text {
    font-size: 24px;
  }
}

/* ======================
# CTA BUTTON
====================== */
.cta-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #fff68d;
  border-radius: 57px;
  border: none;
  width: 100%;
  max-width: 700px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fd7622;
  font-size: 30px;
  font-weight: bold;
  box-shadow: inset 0 -11px 11px #ffd834, 0 10px 6px #1e9d31;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media screen and (max-width: 767px) {
  .cta-btn {
    max-width: 350px;
    height: 40px;
    font-size: 20px;
  }
}
.cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 -11px 11px rgba(255, 215, 0, 0.8), 0 12px 8px rgba(89, 204, 106, 0.6);
}
.cta-btn:active {
  transform: translateY(0);
  box-shadow: inset 0 -11px 11px rgba(255, 215, 0, 0.8), 0 8px 4px rgba(89, 204, 106, 0.4);
}

.cta__btn-text {
  color: #fd7622;
}

.cta__btn-arrow {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
}
@media screen and (max-width: 767px) {
  .cta__btn-arrow {
    width: 16px;
    right: 16px;
  }
}

.present {
  padding: 40px 0;
  background: center/cover no-repeat url("../img/present_bg.webp");
  font-kerning: none;
  font-feature-settings: "palt" on, "liga" off;
}
.present .present__title {
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  line-height: 140%;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .present .present__title {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
.present .present__title strong {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .present .present__title strong {
    font-size: 34px;
  }
}
.present .present__title .gold-grade {
  background: linear-gradient(94deg, #a77d2f 14.52%, #d1bb6f 48.2%, #b1924f 78.15%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.present .present__list {
  display: grid;
  gap: 14px;
}
.present .present__item {
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  display: grid;
  grid-template-columns: 1fr 185px;
  gap: 16px;
}
.present .present__item:nth-child(3) .present__item-title {
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .present .present__item {
    grid-template-columns: 1fr;
  }
}
.present .present__item-icon {
  position: absolute;
  width: 66px;
  top: -10px;
  left: 0;
}
.present .present__item-title {
  padding-left: 60px;
  font-size: 24px;
  font-weight: 900;
  line-height: 140%;
  background: linear-gradient(95deg, #a77d2f 33.13%, #d1bb6f 47.41%, #b1924f 60.11%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
}
.present .present__item-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}
.present .present__item-text small {
  font-size: 12px;
}
.results {
  position: relative;
  background: #fafafa;
  font-kerning: none;
  font-feature-settings: "palt" on, "liga" off;
  padding: 60px 0 40px;
}
.results .results__bg {
  position: absolute;
  height: 100%;
  width: auto;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .results .results__bg {
    display: none;
  }
}
.results .results__lead {
  position: absolute;
  top: 25px;
  right: 50%;
  transform: translateX(50%);
  width: 365px;
}
@media screen and (max-width: 767px) {
  .results .results__lead {
    width: calc(365 / 390 * 100vw);
  }
  .results .results__lead svg {
    width: 100%;
  }
}
.results .results__text {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .results .results__text {
    font-size: calc(16 / 390 * 100vw);
    margin-bottom: 24px;
    text-align: left;
  }
}
.voices {
  position: relative;
  background: center/cover no-repeat url("../img/voices_bg.webp");
  padding: 60px 0 40px;
  font-kerning: none;
  font-feature-settings: "palt" on, "liga" off;
  line-height: 1.6;
  font-weight: 500;
}
.voices .voices__lead {
  position: absolute;
  top: 25px;
  right: 50%;
  transform: translateX(50%);
  width: 365px;
}
@media screen and (max-width: 767px) {
  .voices .voices__lead {
    width: calc(365 / 390 * 100vw);
  }
  .voices .voices__lead svg {
    width: 100%;
  }
}
.voices .voices__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .voices .voices__list {
    grid-template-columns: 1fr;
    margin-bottom: 8px;
  }
}
.voices .voices__item {
  display: block;
}
.voices .voices__item-img {
  display: block;
  margin-bottom: 4px;
}
.voices .voices__item-title {
  font-size: 24px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .voices .voices__item-title {
    font-size: calc(22 / 390 * 100vw);
    margin-bottom: 0;
  }
}
.voices .voices__item-name {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .voices .voices__item-name {
    font-size: calc(16 / 390 * 100vw);
  }
}
.voices .voices__note {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .voices .voices__note {
    font-size: calc(12 / 390 * 100vw);
  }
}

.reason {
  background: top center/cover no-repeat url("../img/reason_bg.webp");
  padding: 60px 0 40px;
  font-kerning: none;
  font-feature-settings: "palt" on, "liga" off;
}
@media screen and (max-width: 767px) {
  .reason {
    background: center/cover no-repeat url("../img/reason_bg_sp.webp");
  }
}
.reason__title {
  margin-bottom: 16px;
}
.reason__list {
  display: grid;
  gap: 16px;
}
.reason__item {
  border-radius: 8px;
  background: #fff;
  padding: 16px;
  display: grid;
  gap: 16px;
  grid-template-columns: 522fr 400fr;
}
@media screen and (max-width: 767px) {
  .reason__item {
    grid-template-columns: 1fr;
  }
}
.reason__item:nth-of-type(even) {
  grid-template-columns: 400fr 522fr;
}
@media screen and (max-width: 767px) {
  .reason__item:nth-of-type(even) {
    grid-template-columns: 1fr;
  }
}
.reason__item:nth-of-type(even) > :nth-child(1) {
  order: 2;
}
@media screen and (max-width: 767px) {
  .reason__item:nth-of-type(even) > :nth-child(1) {
    order: 1;
  }
}
.reason__item:nth-of-type(even) > :nth-child(2) {
  order: 1;
}
@media screen and (max-width: 767px) {
  .reason__item:nth-of-type(even) > :nth-child(2) {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .reason__item {
    gap: 8px;
  }
}
.reason__item-title {
  font-size: 24px;
  font-weight: 900;
  line-height: 160%;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .reason__item-title {
    font-size: calc(24 / 390 * 100vw);
  }
}
.reason__item-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .reason__item-text {
    font-size: calc(16 / 390 * 100vw);
  }
}
.reason__item-text strong {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .reason__item-text strong {
    font-size: calc(18 / 390 * 100vw);
  }
}
.reason__item-img img {
  border-radius: 8px;
  height: 100%;
}

.technique {
  padding: 40px 0;
  background: center/cover no-repeat url("../img/technique_bg.webp");
}
@media screen and (max-width: 767px) {
  .technique {
    background: center/cover no-repeat url("../img/technique_bg_sp.webp");
  }
}
.technique .inner {
  display: grid;
  gap: 40px;
  grid-template-columns: 277fr 683fr;
}
@media screen and (max-width: 767px) {
  .technique .inner {
    gap: 8px;
    grid-template-columns: 1fr;
  }
}
.technique .c-title {
  text-align: left;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .technique .c-title {
    margin-bottom: 8px;
  }
}
.technique .technique__box {
  border-radius: 8px;
  background: #fff;
  padding: 10px;
  display: grid;
  gap: 16px;
}
.technique .technique__quote {
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}
.technique .technique__profile {
  font-kerning: none;
  font-feature-settings: "palt" on, "liga" off;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}

.why-ai {
  position: relative;
  padding: 40px 0;
  background: center left/cover no-repeat url("../img/why_ai_bg.webp");
  font-kerning: none;
  font-feature-settings: "palt" on, "liga" off;
}
@media screen and (max-width: 767px) {
  .why-ai {
    background: center/cover no-repeat url("../img/why_ai_bg_sp.webp");
  }
}
.why-ai__list {
  display: grid;
  gap: 16px;
}
.why-ai__item {
  border-radius: 8px;
  background: #fff;
  padding: 16px;
  display: grid;
  gap: 16px;
  grid-template-columns: 592fr 360fr;
}
@media screen and (max-width: 767px) {
  .why-ai__item {
    grid-template-columns: 1fr;
  }
}
.why-ai__item:nth-of-type(even) {
  grid-template-columns: 360fr 592fr;
}
@media screen and (max-width: 767px) {
  .why-ai__item:nth-of-type(even) {
    grid-template-columns: 1fr;
  }
}
.why-ai__item:nth-of-type(even) > :nth-child(1) {
  order: 2;
}
@media screen and (max-width: 767px) {
  .why-ai__item:nth-of-type(even) > :nth-child(1) {
    order: 1;
  }
}
.why-ai__item:nth-of-type(even) > :nth-child(2) {
  order: 1;
}
@media screen and (max-width: 767px) {
  .why-ai__item:nth-of-type(even) > :nth-child(2) {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .why-ai__item {
    gap: 8px;
  }
}
.why-ai__item-title {
  font-size: 24px;
  font-weight: 900;
  line-height: 160%;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .why-ai__item-title {
    font-size: calc(24 / 390 * 100vw);
  }
}
.why-ai__item-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .why-ai__item-text {
    font-size: calc(16 / 390 * 100vw);
  }
}
.why-ai__item-text strong {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .why-ai__item-text strong {
    font-size: calc(18 / 390 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .why-ai__item:nth-of-type(even) > :nth-child(1) {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .why-ai__item:nth-of-type(even) > :nth-child(2) {
    order: 1;
  }
}
.why-ai__item:nth-of-type(2) .why-ai__item-img {
  aspect-ratio: 360/197;
}
@media screen and (max-width: 767px) {
  .why-ai__item:nth-of-type(2) .why-ai__item-img {
    aspect-ratio: auto;
  }
}
.why-ai__item:nth-of-type(3) .why-ai__item-img {
  aspect-ratio: 360/160;
}
@media screen and (max-width: 767px) {
  .why-ai__item:nth-of-type(3) .why-ai__item-img {
    aspect-ratio: auto;
  }
}
.why-ai__item-img {
  border-radius: 8px;
  height: 100%;
}

.instructor {
  font-kerning: none;
  font-feature-settings: "palt" on, "liga" off;
}
.instructor .instructor-intro {
  background: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .instructor .instructor-intro {
    padding-top: 34px;
  }
}
.instructor .instructor-intro .instructor-intro__lead {
  position: absolute;
  top: 0;
  right: 0;
  width: 817px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .instructor .instructor-intro .instructor-intro__lead {
    width: calc(358 / 390 * 100vw);
  }
}
.instructor .instructor-intro .inner {
  display: grid;
  grid-template-columns: 340fr 660fr;
  align-items: center;
  gap: 12px;
  transform: translateX(-20px);
}
@media screen and (max-width: 767px) {
  .instructor .instructor-intro .inner {
    transform: none;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.instructor .instructor-intro .instructor-intro__img {
  margin-top: -45px;
}
@media screen and (max-width: 767px) {
  .instructor .instructor-intro .instructor-intro__img {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    order: 2;
    margin-top: -15px;
    margin-bottom: -30px;
  }
}
.instructor .instructor-intro .c-title {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .instructor .instructor-intro .c-title {
    order: 1;
  }
}
.instructor .instructor-achievement {
  background: #fefbd8;
  padding: 40px 0;
}
.instructor .instructor-achievement__list {
  display: grid;
  gap: 16px;
}
.instructor .instructor-achievement__item {
  border-radius: 8px;
  background: #fff;
  padding: 16px;
  display: grid;
  gap: 16px;
  grid-template-columns: 560fr 400fr;
}
@media screen and (max-width: 767px) {
  .instructor .instructor-achievement__item {
    grid-template-columns: 1fr;
  }
}
.instructor .instructor-achievement__item:nth-of-type(even) {
  grid-template-columns: 400fr 560fr;
}
@media screen and (max-width: 767px) {
  .instructor .instructor-achievement__item:nth-of-type(even) {
    grid-template-columns: 1fr;
  }
}
.instructor .instructor-achievement__item:nth-of-type(even) > :nth-child(1) {
  order: 2;
}
@media screen and (max-width: 767px) {
  .instructor .instructor-achievement__item:nth-of-type(even) > :nth-child(1) {
    order: 1;
  }
}
.instructor .instructor-achievement__item:nth-of-type(even) > :nth-child(2) {
  order: 1;
}
@media screen and (max-width: 767px) {
  .instructor .instructor-achievement__item:nth-of-type(even) > :nth-child(2) {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .instructor .instructor-achievement__item {
    gap: 8px;
  }
}
.instructor .instructor-achievement__item-title {
  font-size: 24px;
  font-weight: 900;
  line-height: 160%;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .instructor .instructor-achievement__item-title {
    font-size: calc(24 / 390 * 100vw);
  }
}
.instructor .instructor-achievement__item-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .instructor .instructor-achievement__item-text {
    font-size: calc(16 / 390 * 100vw);
  }
}
.instructor .instructor-achievement__item-text strong {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .instructor .instructor-achievement__item-text strong {
    font-size: calc(18 / 390 * 100vw);
  }
}
.instructor .instructor-achievement .instructor-achievement__item {
  background: none;
  padding: 0;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .instructor .instructor-achievement .instructor-achievement__item {
    gap: 8px;
  }
}
.instructor .instructor-achievement__item-img {
  border-radius: 8px;
  aspect-ratio: 400/250;
}

.workshop {
  padding: 40px 0;
  background: center/cover no-repeat url("../img/workshop_bg.webp");
  font-kerning: none;
  font-feature-settings: "palt" on, "liga" off;
}
@media screen and (max-width: 767px) {
  .workshop {
    background: center/cover no-repeat url("../img/workshop_bg_sp.webp");
  }
}
.workshop .c-title {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .workshop .c-title {
    margin-bottom: 8px;
  }
}
.workshop .workshop__lead {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .workshop .workshop__lead {
    font-size: calc(16 / 390 * 100vw);
    text-align: left;
    margin-bottom: 8px;
  }
}
.workshop .workshop__list {
  padding: 40px;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 8px;
  background: #fff;
  display: grid;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .workshop .workshop__list {
    padding: 16px;
    gap: 8px;
  }
}
.workshop .workshop__item {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 8px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .workshop .workshop__item {
    align-items: flex-start;
  }
}
.workshop .workshop__item-icon {
  width: 30px;
  height: 30px;
}
.workshop .workshop__item-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .workshop .workshop__item-text {
    font-size: calc(18 / 390 * 100vw);
  }
}

.anxiety {
  background: #222222;
  padding: 40px 0;
}
.anxiety .anxiety__lead {
  display: block;
  max-width: 800px;
  margin: 0 auto 16px;
}
.anxiety .c-title {
  color: #fff;
}

.manual {
  font-kerning: none;
  font-feature-settings: "palt" on, "liga" off;
}
.manual .inner {
  max-width: 1280px;
  position: relative;
  padding-top: 30px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .manual .inner {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.manual .manual__img--left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 525px;
}
.manual .manual__img--right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 333px;
}
.manual .manual__img--bottom {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.manual .c-title {
  margin-bottom: 0;
}

.story {
  position: relative;
  background: center/cover no-repeat url("../img/story_bg.webp");
  padding: 90px 0 100px;
  font-kerning: none;
  font-feature-settings: "palt" on, "liga" off;
  margin-top: -60px;
  margin-bottom: -60px;
  clip-path: polygon(0 60px, 100% 0, 100% 100%, 0 calc(100% - 60px));
}
@media screen and (max-width: 767px) {
  .story {
    background: center/cover no-repeat url("../img/story_bg_sp.webp");
    padding: 80px 0 60px;
    margin-top: -25px;
    margin-bottom: -25px;
    clip-path: polygon(0 25px, 100% 0, 100% 100%, 0 calc(100% - 25px));
  }
}
.story .inner {
  display: grid;
  grid-template-columns: 312fr 648fr;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .story .inner {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.story .c-title {
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .story .c-title {
    font-size: calc(30 / 390 * 100vw);
    margin-bottom: 0;
  }
}
.story .story__text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .story .story__text {
    font-size: calc(16 / 390 * 100vw);
  }
}

.philosophy {
  background: center/cover no-repeat url("../img/philosophy_bg.webp");
  padding: 90px 0 40px;
  font-kerning: none;
  font-feature-settings: "palt" on, "liga" off;
}
@media screen and (max-width: 767px) {
  .philosophy {
    padding: 60px 0 40px;
  }
}
.philosophy .inner {
  display: grid;
  grid-template-columns: 312fr 648fr;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .philosophy .inner {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.philosophy .c-title {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .philosophy .c-title {
    font-size: calc(30 / 390 * 100vw);
    margin-bottom: 8px;
  }
}
.philosophy__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .philosophy__text {
    font-size: calc(16 / 390 * 100vw);
  }
}

.promise {
  position: relative;
  background: #222;
  padding: 40px 0;
}
.promise::after {
  content: "";
  display: block;
  background: #222;
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 88px;
  height: 44px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.promise .c-title {
  color: #fff;
}
.promise .promise__text {
  color: #fff;
  text-align: center;
  font-kerning: none;
  font-feature-settings: "palt" on, "liga" off;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .promise .promise__text {
    font-size: calc(16 / 390 * 100vw);
  }
}
.promise .promise__text strong {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .promise .promise__text strong {
    font-size: calc(18 / 390 * 100vw);
  }
}
.curriculum {
  padding: 60px 0;
  font-kerning: none;
  font-feature-settings: "palt" on, "liga" off;
  background: #ed4c19;
  color: #fff;
}
.curriculum__intro {
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .curriculum__intro {
    font-size: calc(16 / 390 * 100vw);
  }
}
.curriculum__intro strong {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .curriculum__intro strong {
    font-size: calc(18 / 390 * 100vw);
  }
}
.curriculum .c-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .curriculum .c-title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .curriculum__table-wrapper {
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  .curriculum__table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 -16px;
    padding: 0 16px;
  }
}
.curriculum__table-img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .curriculum__table-img {
    width: 690px;
  }
}

.fixed-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 8px 30px;
  background: rgba(255, 255, 255, 0.8);
}
.message {
  font-kerning: none;
  font-feature-settings: "palt" on, "liga" off;
  background: center/cover no-repeat url("../img/message_bg.webp");
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .message {
    background: center/cover no-repeat url("../img/message_bg_sp.webp");
  }
}
.message .message__text {
  background: #fff;
  padding: 24px;
  text-align: center;
  font-family: "Klee One", cursive;
  font-size: 16px;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .message .message__text {
    font-size: calc(16 / 390 * 100vw);
    text-align: left;
  }
}
.message .message__text strong {
  font-size: 20px;
  font-weight: 600;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (max-width: 767px) {
  .message .message__text strong {
    font-size: calc(20 / 390 * 100vw);
  }
}

.contact {
  background: #ed4c19;
  padding: 40px 0;
}
.contact .c-title {
  color: #fff;
}
.company {
  padding: 60px 0;
  font-kerning: none;
  font-feature-settings: "palt" on, "liga" off;
}
@media screen and (max-width: 767px) {
  .company {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .company .c-title {
    text-align: center;
  }
}
.company__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .company__content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.company__col {
  display: grid;
  gap: 16px;
}
.company__item {
  display: grid;
  grid-template-columns: 120px 1fr;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .company__item {
    font-size: calc(16 / 390 * 100vw);
  }
}
.company__label {
  color: #ed4c19;
  border-bottom: 1px solid #ed4c19;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
}
.company__value {
  border-bottom: 1px solid #f2f3f4;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .company__value {
    font-size: calc(16 / 390 * 100vw);
  }
}
.company__value a {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.company__value a:hover {
  opacity: 0.7;
  border-bottom: 1px solid #222;
}