@charset "UTF-8";
/* ------------------------------------------------------------------------------
*
* Layout
*
* ------------------------------------------------------------------------------ */
/*------------------------------
*
* base styles
*
------------------------------*/
/* css custom properties
-------------------------*/
:root {
  /* font-size */
  --font-size-11: 0.6875rem;
  --font-size-12: 0.75rem;
  --font-size-13: 0.8125rem;
  --font-size-14: 0.875rem;
  --font-size-base: 0.875rem;
  --font-size-15: clamp(
    0.82rem,
    calc(0.761rem + 0.0026978417 * 100vw),
    0.891rem
  );
  --font-size-16: clamp(
    0.875rem,
    calc(0.812rem + 0.0028776978 * 100vw),
    0.95rem
  );
  --font-size-17: clamp(
    0.93rem,
    calc(0.863rem + 0.003057554 * 100vw),
    1.009rem
  );
  --font-size-18: clamp(
    0.998rem,
    calc(0.987rem + 0.0005395683 * 100vw),
    1.013rem
  );
  --font-size-20: clamp(
    1.109rem,
    calc(1.096rem + 0.0005995204 * 100vw),
    1.125rem
  );
  --font-size-24: clamp(
    1.223rem,
    calc(1.115rem + 0.0048920863 * 100vw),
    1.35rem
  );
  --font-size-22: clamp(
    1.121rem,
    calc(1.023rem + 0.0044844125 * 100vw),
    1.238rem
  );
  --font-size-25: clamp(
    1.199rem,
    calc(1.124rem + 0.0034472422 * 100vw),
    1.289rem
  );
  --font-size-26: clamp(
    1.247rem,
    calc(1.169rem + 0.0035851319 * 100vw),
    1.341rem
  );
  --font-size-27: clamp(
    1.295rem,
    calc(1.214rem + 0.0037230216 * 100vw),
    1.392rem
  );
  --font-size-28: clamp(
    1.343rem,
    calc(1.259rem + 0.0038609113 * 100vw),
    1.444rem
  );
  --font-size-30: clamp(
    1.427rem,
    calc(1.248rem + 0.0081834532 * 100vw),
    1.641rem
  );
  --font-size-32: clamp(
    1.523rem,
    calc(1.332rem + 0.0087290168 * 100vw),
    1.75rem
  );
  --font-size-35: clamp(
    1.641rem,
    calc(1.503rem + 0.006294964 * 100vw),
    1.805rem
  );
  --font-size-36: clamp(
    1.688rem,
    calc(1.546rem + 0.0064748201 * 100vw),
    1.856rem
  );
  --font-size-40: clamp(
    1.737rem,
    calc(1.465rem + 0.012470024 * 100vw),
    2.063rem
  );
  --font-size-45: clamp(
    1.955rem,
    calc(1.648rem + 0.014028777 * 100vw),
    2.32rem
  );
  --font-size-48: clamp(
    2.085rem,
    calc(1.758rem + 0.0149640288 * 100vw),
    2.475rem
  );
  --font-size-50: clamp(
    1.875rem,
    calc(1.285rem + 0.0269784173 * 100vw),
    2.578rem
  );
  --font-size-55: clamp(
    2.063rem,
    calc(1.413rem + 0.029676259 * 100vw),
    2.836rem
  );
  --font-size-56: clamp(
    2.1rem,
    calc(1.439rem + 0.0302158273 * 100vw),
    2.887rem
  );
  --font-size-60: clamp(
    1.603rem,
    calc(0.352rem + 0.0571942446 * 100vw),
    3.094rem
  );
  --font-size-64: clamp(1.71rem, calc(0.375rem + 0.0610071942 * 100vw), 3.3rem);
  /* width base settings */
  --min-contents-width: 350px;
  --wide-inner-width: 100%;
  --inner-width: 100%;
  /* border-radius */
  --round-5: 3px;
  --round-10: 8px;
  --round-20: 16px;
  --round-30: 24px;
  --round-full: 999px;
  /* logo width */
  --logo-width: 240px;
  /* map height */
  --map-height: 56.25vw;
  /* btn defaults */
  --btn-height: 48px;
  --btn-line-height: 1;
  --btn-font-size: var(--font-size-base);
  --btn-font-weight: var(--font-weight-bold);
  --btn-letter-space: var(--letter-spacing-none);
  --btn-padding-x: 1em;
  --btn-padding-y: calc(
    (var(--btn-height) - var(--btn-font-size) * var(--btn-line-height)) / 2
  );
  --btn-width-xs: 180px;
  --btn-width-small: 200px;
  --btn-width-regular: 240px;
  --btn-width-medium: 300px;
  --btn-width-large: 350px;
  --btn-width-xl: 400px;
  --btn-font-family: var(--font-sub);
  /* header */
  --header-height: 80px;
  /* prev next settings */
  --prev-next-link-width: 7.5em;
  --prev-next-back-link-width: 5em;
  --prev-next-link-gutter: 12px;
  --prev-next-link-padding: 1em 1.25em;
  --prev-next-link-round: 3em;
  --prev-next-link-color: #b3b3b3;
  --prev-next-link-bg-color: var(--color-gray);
  --prev-next-link-hov-color: var(--color-white);
  --prev-next-link-hov-bg-color: var(--color-main);
  --prev-next-link-font-size: var(--font-size-13);
  /* tag btn settings */
  --tag-btn-color: #b3b3b3;
  --tag-btn-bg-color: var(--color-gray);
  --tag-btn-current-color: var(--color-white);
  --tag-btn-current-bg-color: var(--color-main);
  --tag-btn-round: 3em;
  --tag-btn-padding: 0.75em 1.5em;
  --tag-btn-font-size: var(--font-size-12);
  /* pagenation settings */
  --pagenation-margin-top: 32px;
  --pagenation-item-width: 3em;
  --pagenation-item-height: 3em;
  --pagenation-item-round: 0px;
  --pagenation-item-font-size: var(--font-size-base);
  --pagenation-item-font-weight: var(--font-weight-medium);
  --pagenation-item-space: 5px;
  --pagenation-item-bg-color: var(--color-gray);
  --pagenation-item-color: #b3b3b3;
  --pagenation-item-current-color: var(--color-white);
  --pagenation-item-current-bg-color: var(--color-main);
  /* drawer settings */
  --drawer-btn-bg: var(--color-main);
  --drawer-btn-bar-color: var(--color-white);
  --drawer-main-color: var(--color-main);
  --drawer-link-font-size: clamp(
    0.938rem,
    calc(0.78rem + 0.0071942446 * 100vw),
    1.125rem
  );
  --drawer-link-current-color: var(--color-main);
  --drawer-link-border-color: rgb(var(--color-text-main-rgb) / 0.4);
  /* over-scroll settings */
  --scroll-size: 12px;
  --scroll-track-color: #f0f0f0;
  --scroll-thumb-color: #cdcdcd;
}

html {
  scroll-padding-top: var(--header-height);
}

body {
  font-size: var(--font-size-base);
  font-family: var(--font-main);
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-base);
  font-weight: var(--font-weight-medium);
  color: var(--color-text-main);
  min-width: var(--min-contents-width);
  margin: 0 auto;
  position: relative;
  font-style: normal;
  font-optical-sizing: auto;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

/* ===========================================
*
* header style
*
* ======================================== */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
}
.header__inner {
  padding: 10px 3.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: var(--min-contents-width);
  margin: 0 auto;
  width: 100%;
  height: var(--header-height);
  background-color: rgb(var(--color-white-rgb) / 0.93);
}

/* ===========================================
*
* footer style
*
* ======================================== */
.footer {
  position: relative;
  background-color: var(--color-main);
  padding: 40px 3% 72px;
}
.footer__inner {
  padding-block: 36px 28px;
  padding-inline: 5%;
  background-color: var(--color-white);
  border-radius: var(--round-20);
}
.footer__logo {
  margin: 0 auto 32px;
}
.footer__business-info {
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer__info {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}
.footer__info-item {
  max-width: 320px;
  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;
  padding: 10px;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--color-theme);
  width: 100%;
}
.footer__map {
  height: 240px;
  width: 100%;
}
.footer__tel-area {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.footer__tel-area .tel-label {
  font-size: var(--font-size-16);
}
.footer__tel-area .tel {
  --tel-font-size: var(--font-size-30);
}
.footer-nav {
  width: 100%;
  margin-top: 24px;
}
.footer-nav__list {
  gap: 16px 4%;
  margin: 0 auto;
  max-width: 360px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.footer-nav__item.nav-item--top {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.footer-nav__item.nav-item--course-introduction {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.footer-nav__item.nav-item--achievement-results {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.footer-nav__item.nav-item--classroom {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.footer-nav__item.nav-link--student-voices {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.footer-nav__item.nav-link--free-trial {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.footer-nav__link {
  line-height: 1;
  font-size: var(--font-size-14);
  padding: 0 0 0.25em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  display: block;
  border-bottom: 1px solid var(--color-main);
}
.footer-nav__link:hover,
.footer-nav__link.current {
  color: var(--color-main);
}
.footer-nav .dropdown-menu__list {
  margin-top: 10px;
}
.footer-nav .dropdown-menu__item {
  position: relative;
  z-index: 1;
}
.footer-nav .dropdown-menu__item:not(:last-child) {
  margin-bottom: 8px;
}
.footer-nav .dropdown-menu__link {
  position: relative;
  font-size: var(--font-size-12);
  letter-spacing: var(--letter-spacing-base);
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  word-break: keep-all;
  overflow-wrap: anywhere;
  padding-left: 8px;
}
.footer-nav .dropdown-menu__link::after {
  content: "";
  width: 4px;
  height: 6px;
  background: url("/img/common/nav_arrow.svg") no-repeat top center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0% -50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-nav .dropdown-menu__link:hover,
.footer-nav .dropdown-menu__link.current {
  color: var(--color-main);
}
.footer-sub__list {
  margin-top: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px 12px;
}
.footer-sub__link {
  font-size: var(--font-size-12);
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.footer-sub__link:hover,
.footer-sub__link.current {
  opacity: 0.7;
  color: var(--color-main);
}
.footer__copy {
  margin-top: 20px;
  font-size: var(--font-size-11);
  letter-spacing: var(--letter-spacing-base);
  width: 100%;
  display: block;
  text-align: center;
  line-height: 1.2;
  color: var(--color-white);
}

/* ===========================================
*  
*  main layouts
* 
* ======================================== */
.wrapper {
  position: relative;
  z-index: 1;
}

/* ------------------------------------------------------------------------------
*
* Object
*
* ------------------------------------------------------------------------------ */
/* ----------------------------------------------------
*  Component（共通化されたコンポーネントスタイル）
*  ---------------------------------------------------- */
/* logo
-------------------------*/
.logo {
  width: var(--logo-width);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.logo img {
  width: 100%;
  display: block;
}
.logo:hover {
  opacity: 0.7;
}

/* 
inner クラス
-------------------------*/
.inner,
.wide-inner {
  padding-inline: 5%;
  width: 100%;
  margin: 0 auto;
}

/*------------------------------
*
* title
*
------------------------------*/
/* 
imgタイトル
-------------------------*/
/* SP時は高さを個別で指定する必要があります */
.ttl-img > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.ttl-img--center img {
  -o-object-position: center;
  object-position: center;
}

.ttl-img--left img {
  -o-object-position: left center;
  object-position: left center;
}

.ttl-img--right img {
  -o-object-position: right center;
  object-position: right center;
}

/* 
title style
-------------------------*/
/* 
title style
-------------------------*/
.cmn-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 48px;
}
.cmn-ttl--center {
  /* 中央揃え */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.cmn-ttl--left {
  /* 左揃え */
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}
.cmn-ttl--right {
  /* 右揃え */
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}
.cmn-ttl__main {
  font-size: var(--font-size-32);
  font-family: var(--font-sub);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-none);
  margin-block: -0.25em;
  display: inline-block;
}
.cmn-ttl__sub {
  color: var(--color-main);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-20);
  letter-spacing: var(--letter-spacing-regular);
  margin-block: -0.25em;
  text-transform: uppercase;
}

/* cmn-bg-ttl
-------------------------*/
.cmn-bg-ttl {
  --ttl-bg-color: var(--color-red);
  --ttl-color: var(--color-white);
  font-size: var(--font-size-24);
  font-weight: var(--font-weight-bold);
  font-family: var(--font-sub);
  letter-spacing: var(--letter-spacing-none);
  text-align: center;
  color: var(--ttl-color);
  background-color: var(--ttl-bg-color);
  padding: 0.25em;
}

/*------------------------------
*
* tel style
*
------------------------------*/
.tel-area {
  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;
  gap: 3px;
}

.tel-replace {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 12px;
}
.tel-replace > img {
  display: block;
}

.tel {
  /* tel　style */
  --tel-font-size: var(--font-size-28);
  --tel-icon-space: 0.7em;
  --tel-icon-position: 0.625em;
  --tel-icon-width: 0.55em;
  --tel-icon-height: 0.75em;
  font-family: var(--font-sub, sans-serif);
  font-weight: var(--font-weight-semibold, 700);
  font-size: var(--tel-font-size, 28px);
  line-height: 1;
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.tel-label {
  font-family: var(--font-sub, sans-serif);
  font-size: var(--font-size-14);
  letter-spacing: var(--letter-spacing-small);
  font-weight: var(--font-weight-bold);
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
}
.tel-icon {
  /* icon付き */
  padding-left: var(--tel-icon-space, 1.5em);
  position: relative;
  z-index: 1;
  display: inline-block;
}
.tel-icon::before {
  content: "";
  width: var(--tel-icon-width, 1em);
  height: var(--tel-icon-height, 1em);
  position: absolute;
  top: var(--tel-icon-position, 0.5em);
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tel-icon--main::before {
  background: url(../img/common/icon_tel_main.png) no-repeat center/contain;
}
.tel-icon--white::before {
  background: url(../img/common/icon_tel_white.png) no-repeat center/contain;
}

/*
 snsクラス
-------------------------*/
.sns {
  --sns-icon-space: 15px;
  --sns-icon-size: 30px;
  gap: var(--sns-icon-space);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sns__icon {
  width: var(--sns-icon-size);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.sns__icon:hover {
  opacity: 0.7;
}
.sns__icon img {
  width: 100%;
}
.sns__btn {
  max-width: 180px;
  width: 100%;
  height: 50px;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
  color: var(--color-white);
  position: relative;
  z-index: 1;
  font-size: var(--font-size-12);
  line-height: 14px;
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-base);
  border-radius: var(--round-5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sns__btn:hover {
  opacity: 0.7;
}
.sns__btn::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("/img/common/icon_line.svg") no-repeat top center/contain;
  position: absolute;
  top: 50%;
  left: 15px;
  translate: 0% -50%;
  z-index: 1;
}
.sns__btn::after {
  content: "";
  width: 16px;
  height: 46px;
  border-radius: 0 3px 3px 0;
  position: absolute;
  top: 50%;
  right: 2px;
  translate: 0% -50%;
}
.sns__btn--yamato {
  background: url("/img/common/pattern_stripe01.png") repeat top center/auto;
}
.sns__btn--yamato::after {
  background: url("/img/common/icon_window_main.png") no-repeat center/8px auto,
    var(--color-white);
}
.sns__btn--honatsugi {
  background: url("/img/common/pattern_stripe02.png") repeat top center/auto;
}
.sns__btn--honatsugi::after {
  background: url("/img/common/icon_window_blue.png") no-repeat center/8px auto,
    var(--color-white);
}
.sns__btn--lg {
  max-width: 300px;
  width: 100%;
  height: 72px;
  font-size: var(--font-size-20);
  line-height: 1.2;
}
.sns__btn--lg::before {
  left: 16px;
  width: 24px;
  height: 24px;
}
.sns__btn--lg::after {
  content: "";
  width: 27px;
  height: 68px;
  border-radius: 0 4px 4px 0;
  background-size: 13px;
}

/*------------------------------
*
* table style
*
------------------------------*/
table {
  --table-replace-size: 14px;
  --table-replace-space: 1em;
}
table .replace-txt {
  /* テーブルタグ内で使用するリプレイステキスト */
  height: var(--table-replace-size);
  margin-left: var(--table-replace-space);
  display: inline-block;
}

.main-table {
  --table-letter-spacing: var(--letter-spacing-regular);
  --table-th-font-weight: var(--font-weight-medium);
  --table-th-text-align: left;
  --table-th-x-padding: 1em;
  --table-th-y-padding: 1.125em;
  --table-th-bg-color: var(--color-main);
  --table-th-color: var(--color-white);
  --table-th-width: 100%;
  --table-td-x-padding: 1em;
  --table-td-y-padding: 1.125em;
  --table-td-bg-color: var(--color-white);
  --table-td-color: var(--color-text-main);
  --table-td-width: 100%;
  --table-border-color: var(--color-main);
  --table-th-border-color: var(--color-white);
  --table-td-border-color: var(--color-main);
  --table-width: 100%;
  width: var(--table-width);
  letter-spacing: var(--table-letter-spacing);
}
.main-table tr {
  width: 100%;
  display: block;
  border-block: 1px solid var(--table-border-color);
}
.main-table tr:not(:last-child) {
  margin-bottom: 12px;
}
.main-table th,
.main-table td {
  display: block;
}
.main-table th {
  width: var(--table-th-width);
  background-color: var(--table-th-bg-color);
  color: var(--table-th-color);
  font-weight: var(--table-th-font-weight);
  text-align: var(--table-th-text-align);
  padding-inline: var(--table-th-x-padding);
  padding-block: var(--table-th-y-padding);
}
.main-table td {
  width: var(--table-td-width);
  background-color: var(--table-td-bg-color);
  color: var(--table-td-color);
  padding-inline: var(--table-td-x-padding);
  padding-block: var(--table-td-y-padding);
}

/*------------------------------
*
* text
*
------------------------------*/
/* 
文章テキスト スタイル
-------------------------*/
.cmn-sentence {
  /* どこでも変更できるよう変数化 */
  --sentence-line-height: 2;
  --sentence-p-margin: 1.5em;
  letter-spacing: var(--letter-spacing-medium);
  font-weight: var(--font-weight-medium);
  line-height: var(--sentence-line-height);
  /* 疑似要素でline-height分をネガティブマージンで調整 */
}
.cmn-sentence p::before,
.cmn-sentence p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.cmn-sentence p::before {
  margin-top: calc((1 - var(--sentence-line-height)) * 0.5em);
}
.cmn-sentence p::after {
  margin-bottom: calc((1 - var(--sentence-line-height)) * 0.5em);
}
.cmn-sentence p:not(:last-child) {
  margin-bottom: var(--sentence-p-margin);
}

/* 
画像
-------------------------*/
.cmn-img img {
  width: 100%;
}

/*------------------------------
*
* business-info
*
------------------------------*/
.cmn-business-info {
  /* 営業時間・定休日をまとめたdl */
  gap: 0px 1em;
  font-size: var(--font-size-13);
}
.cmn-business-info__item {
  gap: 5px 0px;
  letter-spacing: var(--letter-spacing-base);
}
.cmn-business-info__item dt {
  color: var(--color-main);
  font-weight: var(--font-weight-bold);
}

/*------------------------------
*
* check list style
*
------------------------------*/
.check-list__item {
  border-bottom: 1px solid #ccc;
  padding-left: 1.5em;
  position: relative;
  letter-spacing: var(--letter-spacing-none);
  font-weight: var(--font-weight-medium);
  font-family: var(--font-sub);
  font-size: var(--font-size-14);
  z-index: 1;
  padding-bottom: 5px;
}
.check-list__item::before {
  content: "";
  width: 1em;
  height: 1em;
  background: url("/img/common/check_mark.svg") no-repeat top center/contain;
  position: absolute;
  top: 0.75em;
  left: 0;
  translate: 0% -50%;
}
.check-list__item:not(:last-child) {
  margin-bottom: 5px;
}

/* 
* カラムスタイル
* flexを使用したカラム指定を行うクラスです
* flx-baseとセットで使用します
* col-container-PCColumnNum-SPColumnNum
-------------------------*/
.col-container-2-1,
.col-container-3-1 {
  /* PC2列　SP1列 */
  /* PC3列　SP1列 */
  /* 上下の余白 */
  --col-y-space: 36px;
  /* 左右の余白 */
  --col-x-space: 4%;
  gap: var(--col-y-space, 40px) var(--col-x-space, 40px);
}
.col-container-2-1 > .col-item,
.col-container-3-1 > .col-item {
  width: 100%;
}

.col-container-2-2,
.col-container-3-2,
.col-container-4-2,
.col-container-5-2 {
  /* PC2列　SP2列 */
  /* PC3列　SP2列 */
  /* PC4列　SP2列 */
  /* 上下の余白 */
  --col-y-space: 36px;
  /* 左右の余白 */
  --col-x-space: 4%;
  gap: var(--col-y-space, 30px) var(--col-x-space, 20px);
}
.col-container-2-2 > .col-item,
.col-container-3-2 > .col-item,
.col-container-4-2 > .col-item,
.col-container-5-2 > .col-item {
  width: calc(50% - var(--col-x-space) / 2);
}

/*------------------------------
*
* btn style
*
------------------------------*/
.cmn-btn--rounded {
  border-radius: var(--round-20);
}
.cmn-btn--rounded-full {
  border-radius: var(--round-full);
}
.cmn-btn--primary {
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  line-height: var(--btn-line-height);
  letter-spacing: var(--btn-letter-space);
  font-family: var(--btn-font-family);
  padding-inline: var(--btn-padding-x);
  padding-block: calc(
    (var(--btn-height) - var(--btn-font-size) * var(--btn-line-height)) / 2
  );
  background-color: var(--color-red);
  color: var(--color-white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cmn-btn--primary:hover {
  background-color: var(--color-red-darken);
  color: var(--color-white);
  opacity: 1;
}
.cmn-btn--secondary {
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  line-height: var(--btn-line-height);
  letter-spacing: var(--btn-letter-space);
  font-family: var(--btn-font-family);
  padding-inline: var(--btn-padding-x);
  padding-block: calc(
    (var(--btn-height) - var(--btn-font-size) * var(--btn-line-height)) / 2
  );
  background-color: var(--color-white);
  color: var(--color-text-main);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cmn-btn--secondary:hover {
  background-color: rgb(var(--color-white-rgb) / 0.8);
  color: rgb(var(--color-text-main-rgb) / 0.7);
  opacity: 1;
}
.cmn-btn--tertiary {
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  line-height: var(--btn-line-height);
  letter-spacing: var(--btn-letter-space);
  font-family: var(--btn-font-family);
  padding-inline: var(--btn-padding-x);
  padding-block: calc(
    (var(--btn-height) - var(--btn-font-size) * var(--btn-line-height)) / 2
  );
  background-color: var(--color-blue);
  color: var(--color-white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cmn-btn--tertiary:hover {
  background-color: var(--color-blue-darken);
  color: var(--color-white);
  opacity: 1;
}
.cmn-btn--quaternary {
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  line-height: var(--btn-line-height);
  letter-spacing: var(--btn-letter-space);
  font-family: var(--btn-font-family);
  padding-inline: var(--btn-padding-x);
  padding-block: calc(
    (var(--btn-height) - var(--btn-font-size) * var(--btn-line-height)) / 2
  );
  background-color: var(--color-main);
  color: var(--color-white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cmn-btn--quaternary:hover {
  background-color: var(--color-main-darken);
  color: var(--color-white);
  opacity: 1;
}
.cmn-btn--fifth {
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  line-height: var(--btn-line-height);
  letter-spacing: var(--btn-letter-space);
  font-family: var(--btn-font-family);
  padding-inline: var(--btn-padding-x);
  padding-block: calc(
    (var(--btn-height) - var(--btn-font-size) * var(--btn-line-height)) / 2
  );
  background-color: var(--color-green);
  color: var(--color-white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cmn-btn--fifth:hover {
  background-color: var(--color-green-darken);
  color: var(--color-white);
  opacity: 1;
}
.cmn-btn--arrow-right-text-main {
  position: relative;
  z-index: 1;
}
.cmn-btn--arrow-right-text-main::after {
  content: "";
  width: 15px;
  height: 7px;
  background: url("/img/common/arrow_right_text-main.svg") no-repeat top
    center/contain;
  position: absolute;
  right: 14px;
  top: 50%;
  translate: 0 -50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cmn-btn--arrow-right-text-main:hover::after {
  translate: 25% -50%;
}
.cmn-btn--arrow-right-white {
  position: relative;
  z-index: 1;
}
.cmn-btn--arrow-right-white::after {
  content: "";
  width: 15px;
  height: 7px;
  background: url("/img/common/arrow_right_white.svg") no-repeat top
    center/contain;
  position: absolute;
  right: 14px;
  top: 50%;
  translate: 0 -50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cmn-btn--arrow-right-white:hover::after {
  translate: 25% -50%;
}
.cmn-btn--arrow-down-white {
  position: relative;
  z-index: 1;
}
.cmn-btn--arrow-down-white::after {
  content: "";
  width: 11px;
  height: 7px;
  background: url("/img/common/arrow_right_white.svg") no-repeat top
    center/contain;
  position: absolute;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
  rotate: 90deg;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cmn-btn--arrow-down-white:hover::after {
  translate: 0 -25%;
}
.cmn-btn--xs {
  max-width: var(--btn-width-xs);
}
.cmn-btn--sm {
  width: var(--btn-width-small);
}
.cmn-btn--rg {
  width: var(--btn-width-regular);
}
.cmn-btn--md {
  width: var(--btn-width-medium);
}
.cmn-btn--lg {
  width: var(--btn-width-large);
}
.cmn-btn--xl {
  width: var(--btn-width-xl);
}
.cmn-btn--center {
  margin: 0 auto;
}
.cmn-btn--left {
  margin-right: auto;
}
.cmn-btn--right {
  margin-left: auto;
}

/*------------------------------
*
* mv main visual
*
------------------------------*/
.mv {
  width: 100%;
  height: clamp(400px, 66.40625vw + var(--header-height), 930px);
  position: relative;
  z-index: 1;
  background: url("/img/top/mv_bg.jpg") no-repeat bottom right 32.5% / cover;
  overflow: hidden;
}
.mv__catch {
  width: min(969px, 74.5384615385%);
  position: absolute;
  bottom: 23.3333333333%;
  left: 0%;
  -webkit-transform: translate(-7.5%, 0);
  transform: translate(-7.5%, 0);
  z-index: 20;
}

/*------------------------------
*
* main style sv(sub visual)
*
------------------------------*/
.sv {
  width: 100%;
  position: relative;
  z-index: 1;
  height: clamp(
    280px,
    28.90625vw + var(--header-height),
    370px + var(--header-height)
  );
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.sv__catch {
  font-size: var(--font-size-32);
  font-weight: var(--font-weight-black);
  position: absolute;
  white-space: nowrap;
  top: calc((100% - var(--header-height)) / 2 + var(--header-height));
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 20;
  padding-inline: 1.4em;
  text-shadow: 0 0 10px var(--color-white), 0 0 10px var(--color-white),
    0 0 10px var(--color-white), 0 0 10px var(--color-white),
    0 0 8px var(--color-white), 0 0 8px var(--color-white),
    0 0 8px var(--color-white), 0 0 8px var(--color-white);
}
.sv__catch::before {
  content: "";
  width: 100%;
  height: 1.12em;
  position: absolute;
  top: 57.5%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  background: url("/img/sv/sv_star.png") no-repeat left center/contain,
    url("/img/sv/sv_star.png") no-repeat right center/contain;
}

/*------------------------------
*
* pagenation style
*
------------------------------*/
.pagenation {
  margin-top: var(--pagenation-margin-top);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagenation li {
  display: block;
  width: var(--pagenation-item-width);
  height: var(--pagenation-item-height);
  border-radius: var(--pagenation-item-round);
  font-size: var(--pagenation-item-font-size);
  line-height: var(--pagenation-item-height);
  font-weight: var(--pagenation-item-font-weight);
  margin: 0 var(--pagenation-item-space);
  color: var(--pagenation-item-color);
  background: var(--pagenation-item-bg-color);
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagenation li > a {
  width: var(--pagenation-item-width);
  height: var(--pagenation-item-height);
  display: grid;
  place-content: center;
}
.pagenation li:has(a):hover {
  background-color: var(--pagenation-item-current-bg-color);
  color: var(--pagenation-item-current-color);
}
.pagenation .current {
  background-color: var(--pagenation-item-current-bg-color);
  color: var(--pagenation-item-current-color);
}

/*------------------------------
*
* cmn-post
*
------------------------------*/
.cmn-post {
  --post-width: 100%;
  --post-item-margin: 16px;
  --post-item-flex-margin-space: 8px;
  --post-link-padding: 0px 0px 16px 0px;
  --post-tags-width: calc(100% - 72px);
  --post-title-font-size: var(--font-size-base);
  --post-body-font-size: var(--font-size-base);
  --post-date-font-size: var(--font-size-base);
  width: var(--post-width);
}
.cmn-post-item {
  width: 100%;
  letter-spacing: var(--letter-spacing-none);
  border-bottom: 2px dotted #ccc;
}
.cmn-post-item:not(:last-child) {
  margin-bottom: var(--post-item-margin, 15px);
}
.cmn-post-item:last-child {
  border-bottom: none;
}
.cmn-post-item:last-child .cmn-post__link {
  padding-bottom: 0;
}
.cmn-post__box {
  width: calc(100% - 100px);
}
.cmn-post__box.w-100 {
  width: 100%;
}
.cmn-post__thumb {
  width: 84px;
  aspect-ratio: 1/1;
}
.cmn-post__flex {
  margin-bottom: var(--post-item-flex-margin-space, 12px);
}
.cmn-post__tags {
  width: var(--post-tags-width, auto);
}
.cmn-post__link {
  padding: var(--post-link-padding, 20px 30px);
}
.cmn-post__date {
  font-family: var(--font-sub);
  line-height: 1;
  font-weight: var(--font-weight-medium);
  font-size: var(--post-date-font-size, 16px);
}
.cmn-post__ttl {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: var(--font-sub);
  color: var(--color-main);
  font-weight: var(--font-weight-bold);
  width: 100%;
  font-size: var(--post-title-font-size, 16px);
}
.cmn-post__body {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  margin-top: 10px;
  width: 100%;
  font-size: var(--post-body-font-size, 16px);
}

/*------------------------------
*
* tag
*
------------------------------*/
.tag {
  --tag-font-size: var(--font-size-12);
  --tag-height: 20px;
  --tag-x-padding: 8px;
  --tag-round: 0px;
  --tag-color: var(--color-text-main);
  --tag-bg-color: var(--color-theme);
  display: inline-block;
  font-size: var(--tag-font-size);
  color: var(--tag-color);
  background-color: var(--tag-bg-color);
  border-radius: var(--tag-round);
  letter-spacing: var(--letter-spacing-none);
  font-weight: var(--font-weight-medium);
  line-height: var(--tag-height);
  padding: 0 var(--tag-x-padding);
}

.tag-link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tag-link.tag {
  padding: 0;
}
.tag-link > a {
  padding: 0 var(--tag-x-padding);
}
.tag-link:hover {
  color: var(--color-white);
  background-color: var(--color-blue);
}

.tag-list {
  --tag-space: 5px 5px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: var(--tag-space);
}

/*------------------------------
*
* tag btn
*
------------------------------*/
.tag-btns {
  margin-bottom: 32px;
  gap: 8px;
}

.tag-btn {
  padding: var(--tag-btn-padding);
  background-color: var(--tag-btn-bg-color);
  color: var(--tag-btn-color);
  border-radius: var(--tag-btn-round);
  font-size: var(--tag-btn-font-size);
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1;
}
.tag-btn:hover {
  color: var(--tag-btn-current-color);
  background-color: var(--tag-btn-current-bg-color);
  opacity: 1;
}
.tag-btn.current {
  color: var(--tag-btn-current-color);
  background-color: var(--tag-btn-current-bg-color);
}

/*------------------------------
*
* prev next style
*
------------------------------*/
.prev-next__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  line-height: 1.2;
}
.prev-next__item.prev,
.prev-next__item.next {
  width: var(--prev-next-link-width);
}
.prev-next__item:not(:last-child) {
  margin-right: var(--prev-next-link-gutter);
}
.prev-next__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  color: var(--prev-next-link-color);
  background-color: var(--prev-next-link-bg-color);
  padding: var(--prev-next-link-padding);
  font-size: var(--prev-next-link-font-size);
}
.prev-next__link:hover {
  background-color: var(--prev-next-link-hov-bg-color);
  color: var(--prev-next-link-hov-color);
  opacity: 1;
}
.prev-next__link.prev,
.prev-next__link.next {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: var(--prev-next-link-round);
  text-align: center;
}
.prev-next__link.back {
  text-align: center;
  border-radius: var(--prev-next-link-round);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: var(--prev-next-back-link-width);
}
.prev-next__link.prev,
.prev-next__link.next,
.prev-next__link.back {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*------------------------------
*
* breadcrumb style
*
------------------------------*/
.bread-crumb {
  display: none;
}

/* sidebnr
-------------------------*/
.sidebnr {
  position: fixed;
  width: min(120px, 30%);
  right: 3%;
  bottom: 20px;
  z-index: 101;
  display: block;
}

/* cmn-box
-------------------------*/
.cmn-box {
  --box-padding: 40px 5% 48px;
  --box-bg-color: var(--color-white);
  border-radius: var(--round-20);
  padding: var(--box-padding);
  background: url("/img/common/box_deco_left_top.png") no-repeat top 10px left
      10px / auto,
    url("/img/common/box_deco_right_top.png") no-repeat top 10px right 10px /
      auto,
    url("/img/common/box_deco_left_bottom.png") no-repeat bottom 10px left 10px /
      auto,
    url("/img/common/box_deco_right_bottom.png") no-repeat bottom 10px right
      10px / auto,
    var(--box-bg-color);
}

/* ----------------------------------------------------
*  Utility（スタイルの調整用クラス　common.cssにあるものは省略）
*  ---------------------------------------------------- */
/* margin style
  -------------------------*/
.mx--center {
  margin-inline: auto;
}

.mt-tiny {
  margin-top: 8px;
}

.mt-sm {
  margin-top: 16px;
}

.mt-md {
  margin-top: 24px;
}

.mt-lg {
  margin-top: 32px;
}

.mt-xl {
  margin-top: 40px;
}

.mt-2xl {
  margin-top: 48px;
}

.mt-3xl {
  margin-top: 56px;
}

.mt-4xl {
  margin-top: 64px;
}

.mt-huge {
  margin-top: 80px;
}

.mb-tiny {
  margin-bottom: 8px;
}

.mb-sm {
  margin-bottom: 16px;
}

.mb-md {
  margin-bottom: 24px;
}

.mb-lg {
  margin-bottom: 32px;
}

.mb-xl {
  margin-bottom: 40px;
}

.mb-2xl {
  margin-bottom: 48px;
}

.mb-3xl {
  margin-bottom: 56px;
}

.mb-4xl {
  margin-bottom: 64px;
}

.mb-huge {
  margin-bottom: 80px;
}

/* padding style
-------------------------*/
.cmn-pd {
  padding: 75px 0;
}

.pt-tiny {
  margin-top: 8px;
}

.pt-sm {
  margin-top: 16px;
}

.pt-md {
  margin-top: 24px;
}

.pt-lg {
  margin-top: 32px;
}

.pt-xl {
  margin-top: 40px;
}

.pt-2xl {
  margin-top: 48px;
}

.pt-3xl {
  margin-top: 56px;
}

.pt-4xl {
  margin-top: 64px;
}

.pt-huge {
  margin-top: 80px;
}

.pb-tiny {
  margin-bottom: 8px;
}

.pb-sm {
  margin-bottom: 16px;
}

.pb-md {
  margin-bottom: 24px;
}

.pb-lg {
  margin-bottom: 32px;
}

.pb-xl {
  margin-bottom: 40px;
}

.pb-2xl {
  margin-bottom: 48px;
}

.pb-3xl {
  margin-bottom: 56px;
}

.pb-4xl {
  margin-bottom: 64px;
}

.pb-huge {
  margin-bottom: 80px;
}

/* 
sp時に非表示
-------------------------*/
.sp-none {
  display: none !important;
}

/* ----------------------------------------------------
*  Project （ページごとのスタイルなど）
*  ---------------------------------------------------- */
/* ===========================================
*
* top-page SP
*
* ======================================== */
/*------------------------------
*
* philosophy
*
------------------------------*/
.philosophy-wrapper {
  background: url("/img/top/philosophy_bg.jpg") no-repeat top center/cover;
}

.course-selection {
  --col-x-space: 24px;
  --col-y-space: 30px;
  margin-top: clamp(-3rem, calc(-1.741rem + -0.0575539568 * 100vw), -4.5rem);
  width: min(100%, 1080px);
  margin-inline: auto;
  position: relative;
  z-index: 10;
  padding-inline: 5%;
}
.course-selection-item {
  --item-bg-color: var(--color-blue);
  background-color: var(--item-bg-color);
  padding: 8px 8px 16px;
}
.course-selection-item:nth-child(1) {
  --item-bg-color: var(--color-blue);
}
.course-selection-item:nth-child(2) {
  --item-bg-color: var(--color-red);
}
.course-selection-item:nth-child(3) {
  --item-bg-color: var(--color-green);
}
.course-selection-item__img {
  aspect-ratio: 300/190;
  width: 100%;
  margin-bottom: 16px;
}
.course-selection-item__ttl {
  color: var(--color-white);
  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;
  margin-bottom: 8px;
}
.course-selection-item__ttl__sub {
  line-height: 1;
  letter-spacing: 0;
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-medium);
}
.course-selection-item__ttl__main {
  letter-spacing: 0;
  font-size: var(--font-size-18);
  margin-top: 3px;
  font-weight: var(--font-weight-medium);
}
.course-selection-item__btn {
  width: min(220px, 100%);
  margin-inline: auto;
  pointer-events: none;
}

.philosophy {
  position: relative;
  z-index: 1;
  padding-bottom: clamp(
    12.5rem,
    calc(8.303rem + 0.1918465228 * 100vw),
    17.5rem
  );
}
.philosophy::after {
  content: "";
  width: 25.546875%;
  max-width: 120px;
  aspect-ratio: 327/585;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
  z-index: -1;
  position: absolute;
  background: url("/img/top/philosophy_woman.png") no-repeat top center/contain;
}
.philosophy__ttl {
  height: clamp(2.5rem, calc(0.664rem + 0.0839328537 * 100vw), 4.688rem);
  margin-bottom: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  z-index: 1;
  width: clamp(16.219rem, calc(9.412rem + 0.3111510791 * 100vw), 24.328rem);
  height: clamp(6.125rem, calc(3.555rem + 0.1175059952 * 100vw), 9.188rem);
  background: url("/img/top/ttl_philosophy_sp.png") no-repeat top center/contain;
}
/*------------------------------
*
* top-features
*
------------------------------*/
.top-features {
  background: url("/img/top/features_bg_top.png") no-repeat top
      center/max(1920px, 100%),
    url("/img/common/pattern01.jpg") repeat center/auto;
}
.top-features__header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
.top-features__content {
  width: 100%;
}
.top-features__img {
  width: min(450px, 100%);
  margin-top: 32px;
  margin-inline: auto;
}
.top-features__sentence {
  color: var(--color-white);
}
.top-features__ttl {
  margin-bottom: 32px;
  font-size: var(--font-size-30);
  line-height: 1.4;
  color: var(--color-white);
}
.top-features__ttl .lg {
  font-size: 1.2em;
}
.top-features__ttl__main {
  text-decoration-thickness: 2px !important;
}
.top-features-item:nth-child(1) {
  position: relative;
  z-index: 1;
}
.top-features-item:nth-child(1)::after {
  content: "";
  width: 13.828125%;
  aspect-ratio: 177/173;
  background: url("/img/common/teatures_guts_illust.png") no-repeat top
    center/contain;
  top: clamp(-1.563rem, calc(-1.195rem + -0.0167865707 * 100vw), -2rem);
  right: 4.53125%;
  z-index: -1;
  position: absolute;
}
.top-features-item:not(:last-child) {
  margin-bottom: 32px;
}
.top-features-item--row {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top-features-item--row .top-features-item__img {
  margin-inline: auto;
  margin-top: 32px;
}
.top-features-item__head {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 11px;
  border-bottom: 2px dashed var(--color-main);
  margin-bottom: 24px;
}
.top-features-item__num {
  width: 48px;
  margin-right: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.top-features-item__ttl {
  font-weight: var(--font-weight-bold);
  font-family: var(--font-sub);
  font-size: clamp(1.125rem, calc(0.81rem + 0.0143884892 * 100vw), 1.5rem);
  letter-spacing: var(--letter-spacing-none);
  line-height: 1.4;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.top-features-item__ttl .lg {
  font-size: 1.2em;
}
.top-features-item__imgs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  margin-top: 24px;
}
.top-features-item__imgs .top-features-item__img {
  width: min(230px, 100%);
}
.top-features-item__img {
  width: min(300px, 100%);
}

/*------------------------------
*
* top-school
*
------------------------------*/
.top-school-wrapper {
  background-color: var(--color-theme);
}

.top-school {
  position: relative;
  z-index: 1;
}
.top-school:nth-child(odd) .top-school__ttl {
  background: url("/img/common/pattern_stripe01.png") repeat center/auto;
}
.top-school:nth-child(odd) .top-school__ttl::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 2.74em;
  height: 3.18em;
  background: url("/img/common/sudent_guts_girl.png") no-repeat top
    center/contain;
  translate: 0.5em 0;
  bottom: 0;
  right: 0;
}
.top-school:nth-child(even) .top-school__ttl {
  background: url("/img/common/pattern_stripe02.png") repeat center/auto;
}
.top-school:nth-child(even) .top-school__ttl::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 2.9em;
  height: 3.24em;
  background: url("/img/common/sudent_guts_guy.png") no-repeat top
    center/contain;
  translate: 0.2em 0;
  left: 0;
  bottom: 0;
}
.top-school:not(:last-child) {
  margin-bottom: 75px;
}
.top-school__img {
  height: clamp(15rem, calc(11.853rem + 0.1438848921 * 100vw), 18.75rem);
  width: 100%;
  position: relative;
  top: 0;
  margin-bottom: 32px;
}
.top-school__img > img {
  border-radius: var(--round-20);
}
.top-school__content {
  margin-bottom: 32px;
  min-height: auto;
  width: 100%;
  padding-top: 36px;
}
.top-school__ttl {
  text-align: center;
  font-size: var(--font-size-32);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-none);
  margin-bottom: 32px;
  padding-block: 22px 7px;
  position: relative;
  z-index: 1;
}
.top-school__ttl__main {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 0.8em;
  position: relative;
  z-index: 1;
  font-size: 1em;
}
.top-school__ttl__main::after {
  content: "";
  height: 0.64em;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  background: url("/img/common/star.png") no-repeat left center/contain,
    url("/img/common/star.png") no-repeat right center/contain;
}
.top-school__ttl__sub {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background-color: var(--color-white);
  font-size: clamp(0.75rem, calc(0.54rem + 0.0095923261 * 100vw), 1rem);
  white-space: nowrap;
  padding-inline: 2em;
  padding-block: 6px;
  text-align: center;
  border-radius: 3.5em;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -40px;
  text-decoration-thickness: 1px !important;
  box-shadow: 0 0 6px rgb(var(--color-text-main-rgb) / 0.1);
}
.top-school__ttl__sub::before {
  content: "";
  width: 1.4444444444em;
  height: 0.7222222222em;
  background-color: var(--color-white);
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 100%;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.top-school__gallery {
  --col-x-space: 16px;
  --col-y-space: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top-school__gallery-img {
  aspect-ratio: 1/1;
}

/*------------------------------
*
* top-news
*
------------------------------*/
.top-news-wrapper {
  background: url("/img/top/news_bg.jpg") no-repeat top center/cover;
}
.top-news-wrapper__flex {
  --col-x-space: 24px;
  --col-y-space: 48px;
}

.top-news {
  --news-theme-color: var(--color-main);
}
.top-news__ttl {
  font-size: var(--font-size-30);
  letter-spacing: var(--letter-spacing-none);
  margin-bottom: 24px;
  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;
}
.top-news__ttl__sub {
  margin-bottom: 8px;
  font-size: var(--font-size-22);
  padding-block: 4px;
  padding-inline: 1em;
  text-align: center;
  border-radius: 3.5em;
  background: var(--news-theme-color);
  color: var(--color-white);
  width: min(360px, 100%);
  display: block;
  position: relative;
  z-index: 1;
}
.top-news__ttl__sub::after {
  content: "";
  z-index: -1;
  bottom: 0;
  right: 0;
  position: absolute;
}
.top-news__ttl__sub > span {
  display: inline-block;
  padding-inline: 20px;
  position: relative;
  z-index: 1;
}
.top-news__ttl__sub > span::after,
.top-news__ttl__sub > span::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--color-yellow);
  border-radius: 50%;
}
.top-news__ttl__sub > span::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0% -50%;
}
.top-news__ttl__sub > span::after {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0% -50%;
}
.top-news__ttl__main {
  font-size: 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.top-news--yamato {
  --news-theme-color: var(--color-main);
}
.top-news--yamato .top-news__ttl__sub::after {
  width: 4.4em;
  height: 4.36em;
  translate: -2px 0;
  background: url("/img/common/teature_man_take_book.png") no-repeat top
    center/contain;
}
.top-news--honatsugi {
  --news-theme-color: var(--color-blue);
}
.top-news--honatsugi .top-news__ttl__sub::after {
  background: url("/img/common/teature_woman_take_boad.png") no-repeat top
    center/contain;
  width: 4em;
  height: 4.68em;
  translate: -3px 6px;
}
.top-news--honatsugi .cmn-post__ttl {
  color: var(--color-blue);
}
.top-news__box {
  border-radius: var(--round-20);
  border: 2px dotted var(--news-theme-color);
  padding: 24px 18px;
  background: var(--color-white);
  width: 100%;
}
.top-news__btn {
  width: min(220px, 100%);
  margin-top: 24px;
}
.top-news .cmn-post {
  width: 100%;
}

/* ===========================================
*
* classroom-page
*
* ======================================== */
.school-links {
  margin-bottom: 72px;
}
.school-links__container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
}
.school-links-item {
  width: min(220px, 50% - 8px);
}

/*------------------------------
*
* school
*
------------------------------*/
.school-wrapper {
  background-color: var(--color-theme);
  padding-block: 80px;
}

.school {
  position: relative;
  z-index: 1;
}
.school:not(:last-child)::after {
  content: "";
  width: 90%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0%;
  background: url("/img/common/rainbow_dot.png") repeat-x left bottom/auto 5px;
}
.school:nth-child(odd) .school__ttl {
  background: url("/img/common/pattern_stripe02.png") repeat center/auto;
}
.school:nth-child(odd) .school__ttl::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 2.9em;
  height: 3.24em;
  background: url("/img/common/sudent_guts_guy.png") no-repeat top
    center/contain;
  translate: 0.2em 0;
  left: 0;
  bottom: 0;
}
.school:nth-child(even) .school__ttl {
  background: url("/img/common/pattern_stripe01.png") repeat center/auto;
}
.school:nth-child(even) .school__ttl::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 2.74em;
  height: 3.18em;
  background: url("/img/common/sudent_guts_girl.png") no-repeat top
    center/contain;
  translate: 0.5em 0;
  bottom: 0;
  right: 0;
}
.school:not(:last-child) {
  margin-bottom: 75px;
  padding-bottom: 75px;
}
.school__img {
  height: clamp(15rem, calc(11.853rem + 0.1438848921 * 100vw), 18.75rem);
  width: 100%;
  position: relative;
  top: 0;
  margin-bottom: 32px;
}
.school__img > img {
  border-radius: var(--round-20);
}
.school__content {
  margin-bottom: 32px;
  min-height: auto;
  width: 100%;
  padding-top: 36px;
}
.school__ttl {
  text-align: center;
  font-size: var(--font-size-32);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-none);
  margin-bottom: 32px;
  padding-block: 22px 7px;
  position: relative;
  z-index: 1;
}
.school__ttl__main {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 0.8em;
  position: relative;
  z-index: 1;
  font-size: 1em;
}
.school__ttl__main::after {
  content: "";
  height: 0.64em;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  background: url("/img/common/star.png") no-repeat left center/contain,
    url("/img/common/star.png") no-repeat right center/contain;
}
.school__ttl__sub {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background-color: var(--color-white);
  font-size: clamp(0.75rem, calc(0.54rem + 0.0095923261 * 100vw), 1rem);
  white-space: nowrap;
  padding-inline: 2em;
  padding-block: 6px;
  text-align: center;
  border-radius: 3.5em;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -40px;
  text-decoration-thickness: 1px !important;
  box-shadow: 0 0 6px rgb(var(--color-text-main-rgb) / 0.1);
}
.school__ttl__sub::before {
  content: "";
  width: 1.4444444444em;
  height: 0.7222222222em;
  background-color: var(--color-white);
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 100%;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.school__gallery {
  --col-x-space: 16px;
  --col-y-space: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.school__gallery-img {
  aspect-ratio: 1/1;
}
.school__gallery-wrapper {
  max-height: clamp(
    24.375rem,
    calc(19.129rem + 0.2398081535 * 100vw),
    30.625rem
  );
  padding-right: 12px;
}
.school__gallery-wrapper::-webkit-scrollbar {
  width: var(--scroll-size);
  height: var(--scroll-size);
}
.school__gallery-wrapper::-webkit-scrollbar-track {
  background: var(--scroll-track-color);
  border-radius: 2px;
}
.school__gallery-wrapper::-webkit-scrollbar-thumb {
  background: var(--scroll-thumb-color);
  border-radius: 2px;
}

/* school-video
-------------------------*/
.school-video-wrapper {
  margin: 40px auto 75px;
  padding: 12px;
  background: url("/img/common/box_deco_left_top.png") no-repeat top left/20px
      auto,
    url("/img/common/box_deco_right_bottom.png") no-repeat bottom right/20px
      auto,
    url("/img/common/box_deco_left_bottom.png") no-repeat bottom left/20px auto,
    url("/img/common/box_deco_right_top.png") no-repeat top right/20px auto;
  width: min(620px, 100%);
}

.school-video {
  padding: 8px;
  /* background-color: var(--color-main); */
  aspect-ratio: 580/335;
  /* overflow: hidden; */
}
.school-video video {
  width: 100%;
  /* height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; */
}

/* school-box
-------------------------*/
.school-box {
  margin-top: 40px;
  padding: 72px 0;
  position: relative;
  z-index: 1;
}
.school-box::after {
  content: "";
  width: 100vw;
  min-width: 350px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
}
.school-box--yamato::after {
  background: url("/img/common/pattern01.jpg") repeat center/auto;
}
.school-box--honatsugi::after {
  background: url("/img/common/pattern02.jpg") repeat center/auto;
}

/* school-features
-------------------------*/
.school-features {
  padding: 32px 5%;
  background-color: var(--color-white);
  position: relative;
  z-index: 1;
  border-radius: var(--round-20);
}
.school-features::after {
  content: "";
  position: absolute;
  z-index: 1;
}
.school-features--yamato::after {
  width: 7.4333333333em;
  aspect-ratio: 279/159;
  background: url("/img/common/stading_student01.png") no-repeat top
    center/contain;
  bottom: -0.4666666667em;
  right: 0em;
  translate: 12% 0;
}
.school-features--honatsugi::after {
  width: 8em;
  aspect-ratio: 300/156;
  background: url("/img/common/stading_student02.png") no-repeat top
    center/contain;
  bottom: -0.7333333333em;
  right: 0.2em;
}
.school-features__ttl {
  margin-bottom: 18px;
}
.school-features__list {
  width: 100%;
}
.school-features__list .check-list__item:last-child {
  padding-right: 70px;
}
/* school-instructors
-------------------------*/
.school-instructors {
  margin-top: 40px;
}
.school-instructors__ttl {
  font-size: var(--font-size-28);
  letter-spacing: normal;
  margin-bottom: 32px;
}
.school-instructors__container {
  --col-x-space: 24px;
  --col-y-space: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-inline: 5%;
}
.school-instructors__item {
  max-width: 400px;
}
.school-instructors__link {
  display: block;
  background-color: var(--color-white);
  padding: 15px 15px 20px;
}
.school-instructors__img {
  width: 100%;
  aspect-ratio: 30/18;
  margin-bottom: 16px;
}
.school-instructors__content-item {
  font-size: var(--font-size-16);
  letter-spacing: var(--letter-spacing-none);
  line-height: 1.667;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.school-instructors__content-item:not(:last-child) {
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px dotted var(--color-text-main);
}
.school-instructors__name {
  font-weight: var(--font-weight-bold);
  width: 72px;
  padding-right: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.school-instructors__text {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.school-instructors__comment {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: 100%;
}
.school-instructors__comment > p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* school-info
-------------------------*/
.school-info {
  margin-top: 72px;
}
.school-info__container {
  --col-x-space: 32px;
  --col-y-space: 32px;
}
.school-info__ttl {
  margin-bottom: 24px;
}
.school-info__map {
  height: var(--map-height);
}
.school-info__table tr:not(:last-child) th,
.school-info__table tr:not(:last-child) td {
  padding-bottom: 8px;
}
.school-info__table th,
.school-info__table td {
  vertical-align: middle;
}
.school-info__table th {
  width: 72px;
  padding-right: 8px;
  color: var(--color-orange);
  font-weight: var(--font-weight-bold);
}
.school-info__table td {
  width: calc(100% - 72px);
  font-weight: var(--font-weight-medium);
}
.school-info__sns {
  margin-top: 24px;
}

/* school-bnrs
-------------------------*/
.school-bnrs {
  margin-top: 40px;
  --col-x-space: 16px;
  --col-y-space: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.school-bnrs__item {
  max-width: 500px;
}

/* ===========================================
*
* classroom-single-page
*
* ======================================== */
.instructors__data-item {
  font-size: var(--font-size-16);
  letter-spacing: var(--letter-spacing-none);
  line-height: 1.667;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.instructors__data-item:not(:last-child) {
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px dotted var(--color-text-main);
}
.instructors__name {
  font-weight: var(--font-weight-bold);
  width: 72px;
  padding-right: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.instructors__text {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: 100%;
}
.instructors__comment {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: 100%;
}
/* ===========================================
*
* course-introduction-page
*
* ======================================== */
.course-introduction-page .bread-crumb {
  --bread-color: var(--color-white);
  --bread-grater-color: var(--color-white);
  --bread-hov-color: var(--color-red);
  --bread-link-color: var(--color-white);
  --bread-last-item-color: var(--color-white);
}

/*------------------------------
*
* features
*
------------------------------*/
.features {
  background: url("/img/top/features_bg_top.png") no-repeat top
      center/max(1280px, 100%),
    url("/img/common/pattern01.jpg") repeat center/auto;
}
.features__header {
  -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;
  margin-bottom: 56px;
  gap: 32px;
}
.features__content {
  width: 100%;
  text-align: center;
}
.features__img {
  width: min(450px, 100%);
}
.features__sentence {
  color: var(--color-white);
}
.features-item {
  position: relative;
  z-index: 1;
}
.features-item__num {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -16px;
  width: 72px;
}
.features-item__ttl {
  font-weight: var(--font-weight-bold);
  font-family: var(--font-sub);
  font-size: var(--font-size-28);
  letter-spacing: var(--letter-spacing-none);
  padding-bottom: 10px;
  margin-top: 16px;
  text-align: center;
  margin-bottom: 24px;
  border-bottom: 1px dashed var(--color-text-main);
}
.features-item__img {
  width: min(430px, 100%);
  margin-top: 36px;
  margin-inline: auto;
}

/*------------------------------
*
* price
*
------------------------------*/
.price {
  background: url("/img/course-introduction/pricing_bg.jpg") no-repeat top
    center/cover;
  overflow: hidden;
}
.price__ttl {
  margin-bottom: 56px;
}
.price__btn {
  width: min(600px, 90%);
  margin-inline: auto;
  --btn-font-size: var(--font-size-20);
  --btn-height: 96px;
  position: relative;
  z-index: 1;
  margin-top: 32px;
}
.price__btn::before {
  content: "";
  width: 4.6363636364em;
  height: 4.5em;
  background: url("/img/course-introduction/pricing_illust.png") no-repeat top
    center/contain;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 10;
  pointer-events: none;
  translate: -24px 16px;
}
.price__btn > a {
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  line-height: var(--btn-line-height);
  letter-spacing: var(--btn-letter-space);
  font-family: var(--btn-font-family);
  padding-inline: var(--btn-padding-x);
  padding-block: calc(
    (var(--btn-height) - var(--btn-font-size) * var(--btn-line-height)) / 2
  );
  border-radius: var(--round-20);
  color: var(--color-white);
  position: relative;
  z-index: 1;
  font-family: var(--font-sub);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgb(255, 134, 0)),
    to(rgb(245, 164, 42))
  );
  background-image: linear-gradient(
    0deg,
    rgb(255, 134, 0) 0%,
    rgb(245, 164, 42) 100%
  );
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.price__btn > a::after {
  content: "";
  width: 21.75px;
  height: 18px;
  background: url("/img/common/icon_download_white.png") no-repeat top
    center/contain;
  position: absolute;
  top: 50%;
  right: 24px;
  translate: 0% -50%;
}
.price__btn > a:hover {
  opacity: 0.7;
}

/*------------------------------
*
* course-introduction
*
------------------------------*/
.course-introduction {
  background: url("/img/course-introduction/course_bg.jpg") no-repeat top
    center/cover;
}
.course-introduction__container {
  margin-bottom: 56px;
  gap: 16px;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.course-introduction__link {
  width: min(220px, 50% - 8px);
}

/*------------------------------
*
* course
*
------------------------------*/
.course {
  border-radius: var(--round-20);
  padding: 72px 5%;
}
.course:not(:nth-last-child(1)) {
  margin-bottom: 72px;
}
.course__ttl {
  --ttl-bg-color: var(--color-blue);
  text-align: center;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}
.course__ttl::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
}
.course__img {
  width: min(800px, 100%);
  margin: 0 auto 24px;
}
.course__sentence {
  margin-bottom: 40px;
}
.course-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--color-white);
  border-radius: var(--round-20);
  padding: 32px 5%;
}
.course-detail:not(:last-child) {
  margin-bottom: 32px;
}
.course-detail__ttl {
  --ttl-bg-color: var(--color-main);
  font-size: var(--font-size-20);
  padding-inline: 16px;
  margin-bottom: 24px;
  text-align: left;
}
.course-detail__img {
  width: min(300px, 100%);
  margin: 24px auto 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.course-detail__content {
  width: 100%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

#elementary-course {
  background-color: var(--color-theme);
}

#elementary-course .course__ttl {
  --ttl-bg-color: var(--color-blue);
}
#elementary-course .course__ttl::after {
  width: 4.25em;
  aspect-ratio: 213/194;
  background: url("/img/course-introduction/student01.png") no-repeat top
    center/contain;
  right: 0;
  translate: 0 1px;
}

#junior-high-course {
  background-color: #f2e1e1;
}

#junior-high-course .course__ttl {
  --ttl-bg-color: var(--color-red);
}
#junior-high-course .course__ttl::after {
  width: 3.6em;
  aspect-ratio: 180/190;
  background: url("/img/course-introduction/student02.png") no-repeat top
    center/contain;
  left: 0;
  translate: 0 1px;
}

#high-school-course {
  background-color: #e2f2e1;
}

#high-school-course .course__ttl {
  --ttl-bg-color: var(--color-green);
}
#high-school-course .course__ttl::after {
  width: 3.475em;
  aspect-ratio: 174/183;
  background: url("/img/course-introduction/student03.png") no-repeat top
    center/contain;
  right: 0;
  translate: 0 1px;
}

/* ===========================================
*
* achievement-results-page
*
* ======================================== */
/*------------------------------
*
* results
*
------------------------------*/
.results {
  background: url("/img/achievement-results/results_bg.jpg") no-repeat top
    center/cover;
}
.results__sentence {
  text-align: center;
  margin-bottom: 75px;
}
.results__container {
  background-color: var(--color-white);
  padding: 32px 5%;
  border-radius: var(--round-20);
  position: relative;
  z-index: 1;
  --col-x-space: 32px;
  --col-y-space: 32px;
}
.results__container::before,
.results__container::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.results__container::after {
  width: 3.0285714286em;
  aspect-ratio: 133/182;
  background: url("/img/common/student_guy_result.png") no-repeat top
    center/contain;
  right: 4.4285714286em;
  top: 0;
  translate: 0 -100%;
}
.results__container::before {
  background: url("/img/common/student_girl_result.png") no-repeat top
    center/contain;
  width: 3.1142857143em;
  aspect-ratio: 136/178;
  top: 0;
  left: 4.5142857143em;
  translate: 0 -100%;
}
.results-item__ttl {
  margin-bottom: 11px;
  padding-inline: 60px;
  padding-block: -0.0357142857em;
  position: relative;
  z-index: 1;
}
.results-item__ttl::after {
  content: "";
  width: 1.5357142857em;
  height: 1.5em;
  background: url("/img/common/sakura.png") no-repeat top center/contain;
  top: 6px;
  right: 9px;
  z-index: -1;
  position: absolute;
}
.results-item__list > li {
  padding-bottom: 5px;
  border-bottom: 2px dotted #cccccc;
}
.results-item__list > li:not(:last-child) {
  margin-bottom: 5px;
}

/*------------------------------
*
* voice
*
------------------------------*/
.voice {
  background: url("/img/achievement-results/voice_bg.jpg") repeat center/auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.voice::after,
.voice::before {
  content: "";
  width: 3.2142857143em;
  aspect-ratio: 112/108;
  position: absolute;
  z-index: -1;
}
.voice::before {
  background: url("/img/achievement-results/voice_sakura_left.png") no-repeat
    top center/contain;
  top: 14.0714285714em;
  left: 5.6785714286em;
}
.voice::after {
  background: url("/img/achievement-results/voice_sakura_right.png") no-repeat
    top center/contain;
  top: 22.1785714286em;
  right: 5.6785714286em;
}
.voice__container {
  --col-x-space: 24px;
  --col-y-space: 24px;
  padding-inline: 5%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.voice-item {
  max-width: 400px;
}
.voice-item__link {
  padding: 16px 16px 24px;
  background-color: var(--color-theme);
  display: block;
}
.voice-item__img {
  margin-bottom: 11px;
  aspect-ratio: 30/18;
  width: 100%;
  margin-bottom: 16px;
}
.voice-item__header {
  padding-bottom: 6px;
  border-bottom: dotted 1px var(--color-text-main);
  margin-bottom: 8px;
}
.voice-item__nickname {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  line-height: 20px;
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-none);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.voice-item__ttl {
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-bold);
  color: var(--color-main);
  letter-spacing: var(--letter-spacing-none);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2;
  margin-bottom: 8px;
}
.voice-item__school {
  width: 64px;
  font-size: var(--font-size-14);
  line-height: 20px;
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-none);
  background-color: var(--color-main);
  color: var(--color-white);
  margin-right: 6px;
  padding-inline: 4px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
}
.voice-item__comment {
  padding: 12px 3%;
  margin-top: 5px;
  background: var(--color-white);
  font-size: var(--font-size-16);
  letter-spacing: var(--letter-spacing-none);
  line-height: 1.389;
}
.voice-item__comment > p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* ===========================================
*
* voice-single
*
* ======================================== */
.voice-single__header {
  padding-bottom: 6px;
  border-bottom: dotted 1px var(--color-text-main);
  margin-bottom: 13px;
}
.voice-single__nickname {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  line-height: 20px;
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-none);
}
.voice-single__ttl {
  font-size: var(--font-size-22);
  font-weight: var(--font-weight-bold);
  color: var(--color-main);
  letter-spacing: var(--letter-spacing-none);
  margin-bottom: 26px;
}
.voice-single__school {
  width: 64px;
  font-size: var(--font-size-14);
  line-height: 20px;
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-none);
  background-color: var(--color-main);
  color: var(--color-white);
  margin-right: 6px;
  padding-inline: 4px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
}
/* ===========================================
*
* student-voices-page
*
* ======================================== */
/* ===========================================
*
* free-trial-page
*
* ======================================== */
.free-trial-page .bread-crumb {
  --bread-color: var(--color-white);
  --bread-grater-color: var(--color-white);
  --bread-hov-color: var(--color-red);
  --bread-link-color: var(--color-white);
  --bread-last-item-color: var(--color-white);
}

.flow {
  background: url("/img/common/pattern01.jpg") repeat center/auto;
}
.flow__ttl {
  color: var(--color-white);
}
.flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -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;
}
.flow-item:not(:last-child) {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.flow-item:not(:last-child)::after {
  content: "";
  width: 28px;
  height: 16px;
  background-color: var(--color-yellow);
  position: absolute;
  bottom: -20px;
  left: 50%;
  translate: -50% 50%;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.flow-item__head {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 11px;
  border-bottom: 2px dashed var(--color-main);
  margin-bottom: 24px;
  width: 100%;
}
.flow-item__num {
  width: 48px;
  margin-right: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.flow-item__ttl {
  font-weight: var(--font-weight-bold);
  font-family: var(--font-sub);
  font-size: var(--font-size-30);
  letter-spacing: var(--letter-spacing-none);
  line-height: 34px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.flow-item__ttl .lg {
  font-size: var(--font-size-30);
}
.flow-item__content {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: 100%;
}
.flow-item__sentence {
  --sentence-p-margin: 1em;
}
.flow-item__img {
  width: min(320px, 100%);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 32px;
  -ms-flex-item-align: center;
  align-self: center;
}
.flow__info {
  background-color: var(--color-theme);
  padding: 24px 5%;
  position: relative;
  z-index: 1;
  margin-top: 24px;
}
.flow__info-item {
  background-color: var(--color-white);
  padding: 16px 5%;
  border-radius: var(--round-10);
  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;
}
.flow__info-item__label {
  line-height: 17px;
  width: 100%;
  font-size: var(--font-size-12);
  text-align: center;
  margin-bottom: 4px;
}
.flow__info-container {
  --col-x-space: 12px;
  --col-y-space: 12px;
}
.flow__tel .tel {
  --tel-font-size: var(--font-size-24);
}
.flow__business-info {
  font-size: var(--font-size-12);
  margin-bottom: 10px;
  gap: 0.5em 1em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flow__sns {
  margin-top: 8px;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/*------------------------------
*
* trial-application
*
------------------------------*/
.trial-application {
  background: url("/img/free-trial/trial_bg.jpg") no-repeat top center/cover;
}
.trial-application__ttl {
  margin-bottom: 19px;
  font-size: var(--font-size-28);
  text-align: center;
  line-height: 1.8;
  margin-bottom: 56px;
}
.trial-application__ttl .bg--red,
.trial-application__ttl .bg--yellow {
  padding: 0 0.25em;
  line-height: 1.2em;
  display: inline-block;
}
.trial-application__ttl .txt-dot {
  --dot-color: var(--color-red);
}
.trial-application__ttl .border {
  border-bottom: 2px solid #ccc;
}
.trial-application__info {
  background-color: var(--color-white);
  -webkit-box-shadow: 0 0 24px 0 rgba(56, 56, 56, 0.1);
  box-shadow: 0 0 24px 0 rgba(56, 56, 56, 0.1);
  padding: 32px 5%;
  position: relative;
  z-index: 1;
}
.trial-application__info::after {
  content: "";
  width: 96px;
  aspect-ratio: 170/130;
  background: url("/img/free-trial/trial_illust.png") no-repeat top
    center/contain;
  right: 0.8666666667em;
  top: 0;
  translate: 0 -64%;
  position: absolute;
  z-index: 1;
}
.trial-application__info-item {
  background-color: var(--color-theme);
  padding: 20px;
  border-radius: var(--round-10);
  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;
}
.trial-application__info-item__label {
  line-height: 27px;
  width: 100%;
  font-size: var(--font-size-22);
  text-align: center;
  margin-bottom: 4px;
}
.trial-application__info-container {
  --col-x-space: 40px;
  --col-y-space: 40px;
}
.trial-application__tel .tel {
  --tel-font-size: var(--font-size-36);
  --tel-icon-space: 0.8em;
  --tel-icon-width: 0.6em;
  --tel-icon-height: 0.8666666667em;
}
.trial-application__business-info {
  font-size: var(--font-size-18);
  margin-bottom: 16px;
  gap: 0.25em 0.5em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.trial-application__sns {
  margin-top: 12px;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*------------------------------
*
* qa よくあるご質問
*
------------------------------*/
.qa {
  position: relative;
  z-index: 1;
  background: url("/img/free-trial/qa_bg.jpg") no-repeat top center/cover;
}
.qa-list__item:not(:last-child) {
  margin-bottom: 24px;
}
.qa-list__item .question__mark {
  font-size: var(--font-size-20);
  color: var(--color-main);
  background-color: var(--color-yellow);
  height: 36px;
  width: 36px;
  text-align: center;
  place-content: center;
  border-radius: 50%;
  padding-bottom: 0.1em;
}
.qa-list__item .question {
  position: relative;
  padding: 12px 16px;
  background-color: var(--color-main);
  color: var(--color-white);
  font-family: var(--font-sub);
  letter-spacing: var(--letter-spacing-none);
  font-weight: var(--font-weight-bold);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.qa-list__item .question__content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: var(--font-size-20);
  width: calc(100% - 48px);
}
.qa-list__item .answer {
  background-color: var(--color-theme);
  padding: 24px 5% 24px 5%;
}
.qa-list__item .answer__mark {
  font-size: var(--font-size-18);
  color: var(--color-red);
  font-weight: var(--font-weight-bold);
  margin-right: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.qa-list__item .answer__content {
  width: 100%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

/* ===========================================
*
* company page
*
* ======================================== */
/*------------------------------
*
* info
*
------------------------------*/
.info__map {
  margin-top: 60px;
  height: var(--map-height);
}
.info__table {
  --table-th-width: 200px;
}

/* ===========================================
*
* single page
*
* ======================================== */
.single {
  position: relative;
  z-index: 5;
}
.single__head {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.single__date {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  font-size: var(--font-size-13);
  margin-bottom: 8px;
  line-height: 1;
  text-align: right;
  margin-left: auto;
  font-family: var(--font-sub);
  font-weight: var(--font-weight-medium);
}
.single__tags {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.single__ttl {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
  font-size: var(--font-size-26);
  border-left: 4px solid var(--color-main);
  font-weight: var(--font-weight-bold);
  padding-left: 0.75em;
  margin-bottom: 40px;
}
.single__img {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 32px;
}
.single__footer {
  margin-top: 48px;
  width: 100%;
}

/* ===========================================
*
* site page
*
* ======================================== */
.sitemap-list {
  max-width: 600px;
  margin: 0 auto;
}
.sitemap-list__item:not(:last-child) {
  margin-bottom: 5px;
}
.sitemap-list__link {
  width: 100%;
  padding: 0.8em 1em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgb(var(--color-text-main-rgb) / 0.4);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sitemap-list__link::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid rgb(var(--color-text-main-rgb) / 0.4);
  border-right: 2px solid rgb(var(--color-text-main-rgb) / 0.4);
  position: absolute;
  top: 50%;
  right: 1.5em;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sitemap-list__link:hover {
  color: var(--color-main);
  border-color: var(--color-main);
}
.sitemap-list__link:hover::after {
  right: 1em;
  border-color: var(--color-main);
}

/* ===========================================
*
* privacy page
*
* ======================================== */
.privacy-ttl {
  font-size: var(--font-size-24);
  font-weight: var(--font-weight-medium);
  line-height: 1.5em;
  margin-bottom: 16px;
  border-left: 5px solid var(--color-main);
  padding-left: 0.75em;
}

.privacy-purpose__list {
  margin-top: 1em;
}
.privacy-purpose__list > li {
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}

.privacy-box {
  margin-bottom: 40px;
}
.privacy-box p {
  line-height: 2;
}

.privacy-box:last-child {
  margin-bottom: 0;
}

.header-nav__link.blank-link {
  padding-left: 30px;
  position: relative;
  z-index: 1;
}

.header-nav__link.blank-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  translate: 0% -50%;
  width: 14px;
  height: 14px;
  background: url(../img/common/icon_wind.png) no-repeat center/contain;
}
