@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/* font-weight */
:root {
  /* カラー */
  --color-text: #1f1f1f;
  --color-text-gray: #727272;
  --color-emerald: #00c599;
  --color-emerald-bg: #00e0ae;
  --color-yellow: #f5ca2e;
  --color-orange: #ff8a17;
  --color-green: #a1e000;
  --color-blue: #2cbcf4;
  --color-red: #e00031;
  --color-bg-green: #94f0dc;
  --color-bg-yellow: #f8edc4;
  --color-img: #d5d5d5;
  /* font-family */
  --font-family-noto: "Noto Sans JP", sans-serif;
  --font-family-barlow: "Barlow", sans-serif;
  /* font-weight */
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semiBold: 600;
  --font-weight-bold: 700;
  /* パターン */
  --pattern-bg-01: url(../img/common/pt-bg01.jpg);
  --pattern-bg-02: url(../img/common/pt-bg02.jpg);
  --pattern-bg-line: url(../img/common/deco_line.png) repeat-x center top, url(../img/common/deco_line.png) repeat-x center bottom;
}

@media screen and (min-width: 768px) {
  :root {
    /* フォントサイズ */
    --font-size-xxxl: 6rem;
    --font-size-xxl: 3.2rem;
    --font-size-xl: 2.4rem;
    --font-size-lg: 2rem;
    --font-size-base: 1.6rem;
    --font-size-sm: 1.4rem;
    --font-size-xs: 1.2rem;
    /* line-height */
    --line-height-title: 1.5;
    --margin-height-title: -0.25em;
    --line-height-base: 1.875;
    --margin-height-base: -0.4375em;
    /* letter-spacing */
    --letter-spacing-base: 0;
  }
}
@media screen and (max-width: 767px) {
  :root {
    /* フォントサイズ */
    --font-size-xxxl: 2.11765em;
    --font-size-xxl: 1.764706em;
    --font-size-xl: 1.41177em;
    --font-size-lg: 1.176471em;
    --font-size-base: 1em;
    --font-size-sm: 0.82353em;
    --font-size-xs: 0.70589em;
    /* line-height */
    --line-height-title: 1.5;
    --line-height-base: 1.76471;
    --line-height-sm: 1.714286;
    --line-height-xs: 1.666667;
    /* letter-spacing */
    --letter-spacing-base: 0;
  }
}
/*===============================================
  切り替え用
===============================================*/
.pc-none {
  display: none !important;
}

a[href^="tel:"] {
  pointer-events: none;
}

/*===============================================
  ページネーション
===============================================*/
.pagenation {
  font-size: var(--font-size-base);
  padding-top: 3em;
}
.pagenation li {
  width: 36px;
  line-height: 40px;
  margin: 5px 4px 0;
}

/*===============================================
  詳細ページ前後
===============================================*/
.paginated {
  font-size: var(--font-size-base);
}
.paginated__list {
  padding-top: 2em;
}
.paginated__link {
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-base);
}
.paginated__link--prev::before {
  margin-right: 1em;
}
.paginated__link--next::after {
  margin-left: 1em;
}

/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 1200px;
  font-size: var(--font-size-base);
}

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  min-height: 130px;
  padding: clamp(12px, 0.9375vw, 18px) clamp(20px, 1.5625vw, 30px);
}
#header .header__logo a {
  -moz-column-gap: 16px;
       column-gap: 16px;
}
#header .header__logo-ic {
  width: clamp(40px, 3.125vw, 60px);
}
#header .header__logo img {
  width: clamp(156px, 12.0833333333vw, 232px);
}
#header .header__other {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  row-gap: clamp(15px, 0.9895833333vw, 19px);
}
#header .header__tel {
  flex-direction: row;
  gap: clamp(15px, 1.0416666667vw, 20px);
}
#header .header__tel .com-tel-inner {
  gap: clamp(8px, 0.625vw, 12px);
}
#header .header__tel .com-tel-num {
  font-size: clamp(2.4rem, 1.6666666667vw, 3.2rem);
  grid-area: num;
}
#header .header__tel .com-tel-txt {
  font-size: clamp(1.2rem, 0.7291666667vw, 1.4rem);
  grid-area: txt;
}
#header .header__tel .com-replace {
  font-size: clamp(1.2rem, 0.7291666667vw, 1.4rem);
  grid-area: replace;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding: 80px 0;
}
@media screen and (max-width: 1400px) {
  #footer {
    padding-bottom: 180px;
  }
}
#footer .footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 1080px;
}
#footer .footer__logo a {
  -moz-column-gap: 16px;
       column-gap: 16px;
}
#footer .footer__logo-ic {
  width: clamp(40px, 3.125vw, 60px);
}
#footer .footer__logo img {
  width: clamp(156px, 12.0833333333vw, 232px);
}
#footer .footer__other {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 40px;
}
#footer .footer__info {
  font-size: var(--font-size-sm);
  line-height: 1.857143;
  margin: -0.4285715em 0;
}
#footer .footer__sns {
  gap: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#footer .footer__sns li {
  width: 40px;
}

/*フッターナビ
-----------------------------*/
.footer-nav__list {
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  grid-auto-flow: column;
  gap: 30px 70px;
}
.footer-nav__item:nth-of-type(1) .footer-nav__link .en {
  color: #e00031;
}
.footer-nav__item:nth-of-type(1) .footer-nav__link::after {
  background: #e00031;
}
.footer-nav__item:nth-of-type(1) .footer-nav__link:hover .ja {
  color: #e00031;
}
.footer-nav__item:nth-of-type(2) .footer-nav__link .en {
  color: #00c599;
}
.footer-nav__item:nth-of-type(2) .footer-nav__link::after {
  background: #00c599;
}
.footer-nav__item:nth-of-type(2) .footer-nav__link:hover .ja {
  color: #00c599;
}
.footer-nav__item:nth-of-type(3) .footer-nav__link .en {
  color: #f5ca2e;
}
.footer-nav__item:nth-of-type(3) .footer-nav__link::after {
  background: #f5ca2e;
}
.footer-nav__item:nth-of-type(3) .footer-nav__link:hover .ja {
  color: #f5ca2e;
}
.footer-nav__item:nth-of-type(4) .footer-nav__link .en {
  color: #a1e000;
}
.footer-nav__item:nth-of-type(4) .footer-nav__link::after {
  background: #a1e000;
}
.footer-nav__item:nth-of-type(4) .footer-nav__link:hover .ja {
  color: #a1e000;
}
.footer-nav__item:nth-of-type(5) .footer-nav__link .en {
  color: #2cbcf4;
}
.footer-nav__item:nth-of-type(5) .footer-nav__link::after {
  background: #2cbcf4;
}
.footer-nav__item:nth-of-type(5) .footer-nav__link:hover .ja {
  color: #2cbcf4;
}
.footer-nav__item:nth-of-type(6) .footer-nav__link .en {
  color: #ff8a17;
}
.footer-nav__item:nth-of-type(6) .footer-nav__link::after {
  background: #ff8a17;
}
.footer-nav__item:nth-of-type(6) .footer-nav__link:hover .ja {
  color: #ff8a17;
}
.footer-nav__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 18px;
       column-gap: 18px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 2;
  margin: -0.5em 0;
  position: relative;
  z-index: 0;
}
.footer-nav__link::after {
  content: "";
  width: 0%;
  height: 2px;
  background: var(--color-text-gray);
  border-radius: 100vh;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.footer-nav__link > span {
  display: block;
  transition: all 0.12s ease-in-out;
}
.footer-nav__link .en {
  font-size: var(--font-size-sm);
  font-family: var(--font-family-barlow);
  font-weight: var(--font-weight-bold);
  color: var(--color-text-gray);
}
.footer-nav__link:hover .ja {
  color: var(--color-text-gray);
  transform: scale(1.05);
}
.footer-nav__link[aria-current=page]::after {
  width: 100%;
}

/*コピーライト
-----------------------------*/
.copy {
  width: 100%;
  font-size: var(--font-size-sm);
  padding-top: 50px;
}
.copy p {
  text-align: right;
  margin: -0.5em 0;
}

/*===============================================
  fixed固定
===============================================*/
/*サイドボタン
-----------------------------*/
#side {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 54px;
  bottom: clamp(20px, 1.5625vw, 30px);
  right: 20px;
}
#side::before {
  width: 110px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 21px;
}
#side .txt {
  text-align: center;
  font-size: 1.125em;
  line-height: 1;
  font-weight: 900;
  -webkit-text-stroke: #fff 6px;
  paint-order: stroke;
  position: relative;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
#side .txt::before {
  content: "";
  width: calc(100% + 1.6666667em);
  height: 1.333334em;
  background: url(../img/common/side_l.png) no-repeat left bottom/contain, url(../img/common/side_r.png) no-repeat right bottom/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}
#side .txt:has(+ .side__mail:hover) {
  transform: translateY(-4px);
}
#side .min {
  display: block;
  font-size: 0.7777778em;
  font-weight: var(--font-weight-bold);
  margin-top: 0.714286em;
}
#side .side__mail {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  outline: solid 4px #fff;
}
#side .side__mail::before {
  width: 48%;
}

/*===============================================
  visual
===============================================*/
/*メインビジュアル
-----------------------------*/
.visual__main {
  height: clamp(510px, 39.5833333333vw, 760px);
  padding-bottom: 6px;
}
.visual__main-catch {
  width: clamp(448px, 35vw, 672px);
  margin-left: max(50% - 887px, 3.8021%);
}
.visual__main-movie {
  width: 57.5%;
  max-width: 1104px;
  height: 94.737%;
  margin-right: max(50% - 984px, clamp(-24px, -1.25vw, -16px));
  border-radius: clamp(16px, 1.25vw, 24px);
  position: absolute;
  top: 2.632%;
  right: 0;
  z-index: -1;
}
.visual__main-movie video {
  min-width: 1150px;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: clamp(288px, 22.3958333333vw, 430px);
}
.visual__sub::before {
  width: 56.25%;
  max-width: calc(50% + clamp(80px, 6.25vw, 120px));
  height: 90.698%;
  border-radius: clamp(16px, 1.25vw, 24px) 0 0 clamp(16px, 1.25vw, 24px);
  top: 4.652%;
}
.visual__sub-catch {
  margin-left: max(50% - 762px, clamp(100px, 15vw - 90px, 198px));
}
.visual__sub-catch > span {
  font-size: clamp(4rem, 3.125vw, 6rem);
  line-height: 1.4;
  margin: -0.2em 0;
  text-shadow: clamp(3px, 0.2604166667vw, 5px) clamp(4px, 0.3125vw, 6px) rgba(161, 224, 0, 0.3);
}
.visual__sub-catch::before {
  content: "";
  width: clamp(308px, 24.0625vw, 462px);
  aspect-ratio: 462/144;
  background: url(../img/visual/sv_deco.png) no-repeat left bottom/contain;
  position: absolute;
  left: clamp(-90px, -4.6875vw, -60px);
  bottom: clamp(-70px, -3.6458333333vw, -48px);
  z-index: -1;
}

/*===============================================
  グローバルナビ
===============================================*/
.gnav .gnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: clamp(35px, 2.6041666667vw, 50px);
       column-gap: clamp(35px, 2.6041666667vw, 50px);
}
.gnav .gnav__item:nth-of-type(1) .gnav__link .en {
  color: #e00031;
  background: rgba(224, 0, 49, 0.14);
}
.gnav .gnav__item:nth-of-type(1) .gnav__link[aria-current=page], .gnav .gnav__item:nth-of-type(1) .gnav__link:hover .ja {
  color: #e00031;
}
.gnav .gnav__item:nth-of-type(2) .gnav__link .en {
  color: #00c599;
  background: rgba(0, 197, 153, 0.14);
}
.gnav .gnav__item:nth-of-type(2) .gnav__link[aria-current=page], .gnav .gnav__item:nth-of-type(2) .gnav__link:hover .ja {
  color: #00c599;
}
.gnav .gnav__item:nth-of-type(3) .gnav__link .en {
  color: #f5ca2e;
  background: rgba(245, 202, 46, 0.14);
}
.gnav .gnav__item:nth-of-type(3) .gnav__link[aria-current=page], .gnav .gnav__item:nth-of-type(3) .gnav__link:hover .ja {
  color: #f5ca2e;
}
.gnav .gnav__item:nth-of-type(4) .gnav__link .en {
  color: #a1e000;
  background: rgba(161, 224, 0, 0.14);
}
.gnav .gnav__item:nth-of-type(4) .gnav__link[aria-current=page], .gnav .gnav__item:nth-of-type(4) .gnav__link:hover .ja {
  color: #a1e000;
}
.gnav .gnav__item:nth-of-type(5) .gnav__link .en {
  color: #2cbcf4;
  background: rgba(44, 188, 244, 0.14);
}
.gnav .gnav__item:nth-of-type(5) .gnav__link[aria-current=page], .gnav .gnav__item:nth-of-type(5) .gnav__link:hover .ja {
  color: #2cbcf4;
}
.gnav .gnav__item:nth-of-type(6) .gnav__link .en {
  color: #ff8a17;
  background: rgba(255, 138, 23, 0.14);
}
.gnav .gnav__item:nth-of-type(6) .gnav__link[aria-current=page], .gnav .gnav__item:nth-of-type(6) .gnav__link:hover .ja {
  color: #ff8a17;
}
.gnav .gnav__link {
  display: grid;
  grid-template-rows: repeat(2, auto);
  row-gap: 10px;
  text-align: center;
}
.gnav .gnav__link > span {
  display: block;
}
.gnav .gnav__link .ja {
  font-size: clamp(1.4rem, 1.0256410256vw, 1.6rem);
  line-height: 2;
  margin: -0.5em 0;
  transition: all 0.12s ease-in-out;
}
.gnav .gnav__link .en {
  font-size: clamp(1rem, 0.7692307692vw, 1.2rem);
  font-family: var(--font-family-barlow);
  font-weight: var(--font-weight-bold);
  line-height: 1.25;
}
.gnav .gnav__link:hover .ja {
  transform: scale(1.05);
}

/*===============================================
  main#container
===============================================*/
#container {
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-base);
}
#container:not(.top):not(.concept) .section:first-of-type {
  background-size: min(276px, 14.375%);
}
#container:not(:has(.com-contact)) {
  border-bottom: solid 4px var(--color-emerald);
}

/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  height: 40px;
}
.breadcrumb__list {
  width: 1080px;
}
/*===============================================
  main共通
===============================================*/
.section {
  padding: clamp(100px, 7.7922077922vw, 120px) 0;
}

.inbox {
  width: 1080px;
}

/*電話番号
-----------------------------*/
.com-tel {
  gap: 20px;
}
.com-tel-inner {
  gap: 12px;
}
.com-tel-num {
  font-size: var(--font-size-xxl);
}
.com-tel-num::before {
  font-size: 0.75em;
  width: 1em;
  margin-right: 0.5em;
}
.com-tel-num span {
  margin: -0.2em 0 -0.05em;
}
.com-tel .com-replace {
  font-size: var(--font-size-sm);
  height: 1em;
}
.com-tel-txt {
  font-size: var(--font-size-sm);
  line-height: calc(1.5em + 1px);
  padding: 8px 16px;
  background: var(--color-bg-yellow);
}
.com-tel-txt p {
  margin-right: -0.5em;
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 350px;
  min-height: 80px;
  line-height: 1.5;
  padding: 0.75em 1.5em 0.75em 3.5em;
}
.com-btn::before {
  width: 26px;
  left: 20px;
}
.com-btn > span {
  min-width: calc(100% - 2em);
}
.com-btn--min {
  width: 220px;
  min-height: 50px;
}
.com-btn--min::before {
  width: 7px;
}

.com-mail {
  width: 350px;
  min-height: 80px;
  line-height: 1.5;
  padding: 0.75em 3.5em;
}
.com-mail::before {
  width: 26px;
  left: 20px;
}
.com-mail > span::before {
  width: 1.5em;
  margin-right: 10px;
}

/*テーブル
-----------------------------*/
.com-table tr th {
  padding: 10px 0;
}
.com-table tr td {
  padding: 10px 0;
}

/*テキストボックス
-----------------------------*/
.com-text {
  margin: var(--margin-height-base) 0;
}
.com-text .mb {
  margin-bottom: calc(var(--line-height-base) * 1em);
}

/* 画像
-----------------------------*/
.com-img img {
  border-radius: 24px;
  outline-width: 4px;
  outline-offset: -4px;
}

/* 背景
-----------------------------*/
.com-bg-book {
  padding-top: 80px;
}
.com-bg-book::before {
  height: clamp(100px, 7.8125vw, 150px);
}

/*SB未記入テキスト
-----------------------------*/
.com-empty {
  font-size: var(--font-size-xl);
  line-height: var(--line-height-title);
  padding: 2.5em 0;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  gap: 30px;
  margin-bottom: 70px;
}
.com-title01 .en {
  font-size: var(--font-size-xxxl);
  margin: -0.2em 0 -0.1em;
}
.com-title01 .en + .ja {
  margin-top: var(--margin-height-title);
}
.com-title01 .ja {
  font-size: var(--font-size-xl);
  line-height: var(--line-height-title);
}
.com-title01 .ja:first-of-type {
  margin-top: var(--margin-height-title);
}
.com-title01 .ja:last-of-type {
  margin-bottom: var(--margin-height-title);
}

/*中タイトル
-----------------------------*/
.com-title02 {
  font-size: var(--font-size-xl);
  margin-bottom: 30px;
}
.com-title02 > span {
  line-height: var(--line-height-title);
}
.com-title02 > span:first-of-type {
  margin-top: var(--margin-height-title);
}
.com-title02 > span:last-of-type {
  margin-bottom: var(--margin-height-title);
}
.com-title02::after {
  height: 4px;
  margin-top: 12px;
  border-radius: 100vh;
}

/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact::after {
  min-width: 1300px;
  height: clamp(291px, 22.7083333333vw, 436px);
  bottom: clamp(-150px, -7.8125vw, -100px);
}
.com-contact__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 40px;
}
.com-contact__title {
  align-items: flex-start;
  margin-bottom: 0;
}
.com-contact__text {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  border-left: solid 2px var(--color-yellow);
  padding-left: 40px;
  margin: 0;
}
.com-contact__box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 60px;
  padding: 60px;
  border-radius: 24px;
  grid-column: span 2;
}
.com-contact__box::before {
  width: 100%;
  height: 179px;
  top: -134px;
}

/*セクション名
-----------------------------*/
/*===============================================
  トップページ
===============================================*/
/* バナーセクション
-----------------------------*/
.top-bnr {
  padding: 80px 0;
}
.top-bnr__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 340px;
  padding-right: 570px;
}
.top-bnr__inner::before {
  content: "";
  width: 101px;
  aspect-ratio: 101/108;
  background: url(../img/common/deco_bare-book.png) no-repeat center/contain;
  position: absolute;
  left: -76px;
  bottom: -4px;
  z-index: -1;
  transform: rotate(-15deg);
}
.top-bnr__title {
  font-size: 4rem;
  margin-bottom: 80px;
}
.top-bnr__title > span {
  line-height: 1.5;
  margin: -0.25em 0;
}
.top-bnr__image {
  width: 500px;
  position: absolute;
  top: 0;
  right: 0;
}
.top-bnr__image img {
  aspect-ratio: 1.4705882353;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-bnr__image::after {
  width: 142px;
  right: -80px;
  bottom: -40px;
}

/*ブログ
-----------------------------*/
.top-blog {
  padding: 80px 0;
}
.top-blog__box {
  display: grid;
  grid-template: "title btn" auto "list list" 1fr/1fr 220px;
  gap: 40px;
}
.top-blog__title {
  justify-content: flex-start;
  flex-direction: row;
  margin-bottom: 0;
  grid-area: title;
}
.top-blog__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
  grid-area: list;
}
.top-blog__item {
  line-height: 1.5;
}
.top-blog__item-link {
  padding: 30px;
  border-radius: 24px;
  row-gap: 14px;
}
.top-blog__item-link > *:not(figure) {
  margin: -0.25em 0;
}
.top-blog__item-image {
  margin-bottom: 6px;
}
.top-blog__item-image img {
  aspect-ratio: 1.5555555556;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-blog__item-image img {
  border-radius: 24px;
}
.top-blog__item-tags, .top-blog__item-date {
  font-size: var(--font-size-sm);
}
.top-blog__btn {
  width: 100%;
  min-height: 50px;
  grid-area: btn;
}
.top-blog .com-empty {
  grid-area: list;
}

/*英語で広がる世界を、この教室から。
-----------------------------*/
.top-greeting {
  background-size: min(276px, 14.375%);
}
.top-greeting::after {
  width: 98%;
  max-width: 1370px;
  height: clamp(200px, 15.4166666667vw, 296px);
  bottom: -40px;
}
.top-greeting__inner {
  min-height: 590px;
  padding-left: 520px;
  position: relative;
  z-index: 0;
}
.top-greeting__text .en {
  font-size: var(--font-size-xl);
  line-height: 1.25;
  margin-bottom: 5px;
}
.top-greeting__btn {
  margin-top: 70px;
}
.top-greeting__images {
  width: 470px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column-reverse;
  position: absolute;
  top: 0;
  left: 0;
}
.top-greeting__images::before {
  width: 142px;
  right: 12px;
  bottom: 196px;
}
.top-greeting__image--front {
  margin-left: auto;
  margin-top: -83px;
}

/*リンクセクション
-----------------------------*/
.top-link:has(+ .top-voice) {
  padding-bottom: 70px;
}
.top-link__items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.top-link__items::after {
  width: 123px;
  transform: rotate(-15deg);
  bottom: 7px;
  right: -70px;
}
.top-link__item {
  width: 520px;
}
.top-link__item:nth-of-type(2n + 1) {
  margin-top: 60px;
}
.top-link__inner {
  padding-left: 30px;
  margin-top: -20px;
}
.top-link__title {
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: row;
  -webkit-text-stroke-width: 7px;
  margin-bottom: 24px;
}
.top-link__title .ja {
  margin-bottom: 0 !important;
}
.top-link__title .ja::after {
  height: 4px;
  outline-width: 4px;
}
.top-link__btn {
  margin-top: 30px;
}

/*生徒さんの声
-----------------------------*/
.top-voice {
  padding: 50px 0;
}
.top-voice + .section {
  padding-top: 70px;
}
.top-voice__box {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 70px;
       column-gap: 70px;
  align-items: center;
  padding: 60px 100px;
  border-radius: 24px;
}
.top-voice__box::after {
  width: calc(100% - 32px);
  height: 244px;
}
.top-voice__title {
  min-height: 180px;
  padding-right: 70px;
  border-right: solid 2px #fff;
  margin-bottom: 0;
}
.top-voice__btn {
  margin-top: 40px;
}

/*コラム
-----------------------------*/
.top-column__box {
  display: grid;
  grid-template: "title list" auto "btn list" 1fr/270px 1fr;
  gap: 58px 70px;
  align-items: start;
}
.top-column__title {
  margin-bottom: 0;
  grid-area: title;
}
.top-column__list {
  grid-area: list;
  padding-right: 50px;
}
.top-column__item {
  font-size: var(--font-size-sm);
  line-height: 1.5;
  margin-bottom: 20px;
}
.top-column__item:nth-of-type(2n) {
  transform: translateX(50px);
}
.top-column__item-link {
  grid-template-columns: 120px 1fr;
  row-gap: 10px;
}
.top-column__item-link > *:not(.top-column__item-title) {
  margin: -0.25em 0;
}
.top-column__item-date {
  padding-left: 40px;
}
.top-column__item-tags {
  padding-right: 40px;
}
.top-column__item-title {
  font-size: var(--font-size-base);
  padding: 8px 40px;
  border-radius: 100vh;
}
.top-column__btn {
  grid-area: btn;
}

/*===============================================
  教室について
===============================================*/
/*講師紹介
-----------------------------*/
.concept-teacher .inbox::before {
  width: 101px;
  right: 5px;
  top: -13px;
  transform: rotate(15deg);
}
.concept-teacher .inbox::after {
  width: calc(100vw - 40px);
  max-width: 1220px;
  min-width: 1160px;
  height: 134px;
  bottom: 0;
}
.concept-teacher__inner {
  display: grid;
  grid-template: "img text" auto "img list" 1fr/290px 1fr;
  gap: 40px 70px;
  align-items: flex-start;
  min-height: 500px;
}
.concept-teacher__image {
  grid-area: img;
}
.concept-teacher__image img {
  aspect-ratio: 0.8285714286;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.concept-teacher__text {
  grid-area: text;
  margin: var(--margin-height-base) 0;
}
.concept-teacher__list {
  grid-area: list;
}
.concept-teacher__heading {
  font-size: var(--font-size-xl);
  padding-top: 40px;
  margin-bottom: 20px;
}
.concept-teacher__heading span {
  padding-right: 20px;
}
.concept-teacher__heading span::after {
  width: calc(720px - 100%);
  height: 4px;
  border-radius: 100vh;
}
.concept-teacher__body {
  margin: var(--margin-height-base) 0;
}

/*当教室の特徴
-----------------------------*/
.concept-feature {
  background-size: min(276px, 14.375%);
}
.concept-feature__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-bottom: 60px;
}
.concept-feature__item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.concept-feature__item:nth-of-type(2) .concept-feature__body p {
  margin-right: -0.5em;
}
.concept-feature__inner {
  max-width: calc(100% - 310px);
  padding: 24px 0 0 120px;
  position: relative;
}
.concept-feature__inner::before {
  width: 90px;
  font-size: 2.75em;
  padding-top: 0.15em;
  left: 0;
  top: 0;
}
.concept-feature__heading {
  font-size: var(--font-size-lg);
}
.concept-feature__image {
  width: 270px;
}
.concept-feature__image img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.concept-feature__image::after {
  width: 102px;
  left: 0;
  bottom: 0;
}

/*教室情報
-----------------------------*/
.concept-info::after {
  width: calc(100% - 20px);
  max-width: 1272px;
  height: 150px;
  top: -110px;
}
.concept-info__inner:has(.concept-info__image) {
  display: grid;
  grid-template-columns: 1fr 440px;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.concept-info__table {
  padding: 53px 50px;
  border-radius: 24px;
}
.concept-info__table tr:last-of-type {
  border-bottom: none;
}
.concept-info__table tr th {
  width: 100px;
}
.concept-info__table tr td span {
  display: block;
}
.concept-info__table tr td .mt {
  margin-top: calc(var(--line-height-base) * 1em);
}
.concept-info__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
.concept-info__map {
  height: 400px;
  margin-top: clamp(100px, 6.25vw, 120px);
}

/*教室の雰囲気
-----------------------------*/
.concept-gallery__images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/*===============================================
  コース紹介
===============================================*/
/*コース紹介　一覧
-----------------------------*/
.course-list__nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 20px;
}
.course-list__nav-item {
  width: 255px;
}
.course-list__posts {
  padding-top: 40px;
}
.course-list__post {
  padding-top: 70px;
}
.course-list__post-title {
  font-size: var(--font-size-xl);
  line-height: var(--line-height-title);
  padding: 22px 120px;
  border-radius: 24px;
  margin-bottom: 40px;
}
.course-list__post-title::before {
  width: 81px;
  left: 30px;
}
.course-list__post-item {
  margin-bottom: 20px;
}
.course-list__post-link {
  grid-template-columns: 200px 1fr;
  -moz-column-gap: 50px;
       column-gap: 50px;
  padding: 40px 110px 40px 50px;
  border-radius: 24px;
}
.course-list__post-link::after {
  width: 32px;
  box-shadow: 0 0 0 3px var(--color-orange) inset, 0 0 0 4px #fff inset;
  right: 50px;
}
.course-list__post-heading {
  font-size: var(--font-size-lg);
}
.course-list__post-body {
  margin: var(--margin-height-base) 0;
}
.course-list__post-image img {
  aspect-ratio: 1.4285714286;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*コース紹介　詳細
-----------------------------*/
.course-detail__tag {
  font-size: var(--font-size-xl);
  line-height: var(--line-height-title);
  padding: 22px 120px;
  border-radius: 24px;
  margin-bottom: 40px;
}
.course-detail__tag::before {
  width: 81px;
  left: 30px;
}
.course-detail__box {
  padding: 70px;
  border-radius: 24px;
}
.course-detail__body {
  border-top: solid 25px transparent;
  border-right: solid 30px transparent;
  border-bottom: solid 28px transparent;
  border-left: solid 35px transparent;
  -o-border-image: url(../img/common/line_dashed.svg);
     border-image: url(../img/common/line_dashed.svg);
  border-image-repeat: space;
  border-image-slice: 25 30 28 35;
  padding: calc(25px + var(--margin-height-base)) 20px calc(22px + var(--margin-height-base)) 15px;
}
.course-detail__inner {
  padding-top: 60px;
}
.course-detail__inner:has(.course-detail__image) {
  display: grid;
  grid-template-columns: 300px 1fr;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.course-detail__inner:has(.course-detail__image) .course-detail__image {
  order: 0;
}
.course-detail__inner:has(.course-detail__image) .course-detail__table {
  display: flex;
  justify-content: center;
  align-items: center;
  order: 1;
}
.course-detail__inner:has(.course-detail__image) .course-detail__table th {
  width: 8.125em;
}
.course-detail__table tr:first-child {
  border-top: solid 1px var(--color-yellow);
}
.course-detail__table tr th {
  width: 12.5em;
}
.course-detail__image img {
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*===============================================
  ご利用案内
===============================================*/
/*お申し込みの流れ
-----------------------------*/
.guide-flow__list {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.guide-flow__item {
  display: grid;
  grid-template-columns: 270px 1fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: center;
  margin-bottom: 60px;
}
.guide-flow__inner {
  padding: 24px 0 0 120px;
  position: relative;
}
.guide-flow__inner::before {
  width: 90px;
  font-size: 2.75em;
  padding-top: 0.15em;
  left: 0;
  top: 0;
}
.guide-flow__heading {
  font-size: var(--font-size-lg);
}
.guide-flow__image {
  width: 270px;
}
.guide-flow__image img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.guide-flow__image::after {
  width: 102px;
  left: 0;
  bottom: 0;
}

/*よくある質問
-----------------------------*/
.guide-faq__item {
  margin-bottom: 30px;
  border-radius: 24px;
}
.guide-faq__heading {
  padding: 20px 80px 20px 20px;
}
.guide-faq__heading::before {
  font-size: 3.125em;
  margin: -0.2em 0 0;
}
.guide-faq__heading > span {
  width: calc(100% - 50px);
  font-size: var(--font-size-xl);
  line-height: var(--line-height-title);
  padding: 2px 0;
}
.guide-faq__heading::after {
  width: 62px;
  right: 10px;
}
.guide-faq__body {
  padding: calc(50px + var(--margin-height-base)) 70px;
}

/*===============================================
  生徒さんの声
===============================================*/
/*生徒さんの声　一覧
-----------------------------*/
.voice-list__item {
  padding: 70px;
  border-radius: 24px;
  margin-bottom: 40px;
}
.voice-list__heading {
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
.voice-list__heading > span {
  margin: var(--margin-height-title) 0;
}
.voice-list__heading .course::before {
  margin-right: 1em;
}
.voice-list__body {
  margin: var(--margin-height-base) 0;
}

/*===============================================
  ブログ　一覧
===============================================*/
.blog-archive__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.blog-archive__item {
  line-height: 1.5;
}
.blog-archive__item-link {
  padding: 30px;
  border-radius: 24px;
  row-gap: 14px;
  outline-width: 4px;
  outline-offset: -4px;
}
.blog-archive__item-link > *:not(figure) {
  margin: -0.25em 0;
}
.blog-archive__item-image {
  margin-bottom: 6px;
}
.blog-archive__item-image img {
  aspect-ratio: 1.5555555556;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-archive__item-image img {
  border-radius: 24px;
}
.blog-archive__item-tags, .blog-archive__item-date {
  font-size: var(--font-size-sm);
}

/*==================================================
  コラム　一覧
================================================== */
.column-archive__list {
  padding-right: 50px;
}
.column-archive__item {
  font-size: var(--font-size-sm);
  line-height: 1.5;
  margin-bottom: 20px;
}
.column-archive__item:nth-of-type(2n) {
  transform: translateX(50px);
}
.column-archive__item-link {
  grid-template-columns: 120px 1fr;
  row-gap: 10px;
}
.column-archive__item-link > *:not(.top-column__item-title) {
  margin: -0.25em 0;
}
.column-archive__item-date {
  padding-left: 40px;
}
.column-archive__item-tags {
  padding-right: 40px;
}
.column-archive__item-title {
  font-size: var(--font-size-base);
  padding: 8px 40px;
  border-radius: 100vh;
}

/*==================================================
  ブログ・コラム詳細
================================================== */
.article-detail__post {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  margin-bottom: 20px;
}
.article-detail__box {
  padding: 70px;
  border-radius: 24px;
}

/*タグリスト
-----------------------------*/
.tag-select {
  height: 0;
  margin-bottom: 50px;
}
.tag-select__box {
  min-width: 240px;
}
.tag-select__box::after {
  right: 18px;
}
.tag-select__dropdown {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  padding: 12px 48px 12px 12px;
}

/*==================================================
 お問い合わせ
================================================== */
.contact-form__table {
  margin-bottom: 56px;
}
.contact-form__table tr th {
  width: 380px;
  text-align: left;
  line-height: 2.375;
  padding: 20px 30px;
}
.contact-form__table tr th .optional-mark,
.contact-form__table tr th .required-mark {
  font-size: var(--font-size-sm);
  line-height: 2;
  padding: 0 0.5em;
  margin-top: 5px;
}
.contact-form__table tr td {
  vertical-align: middle;
  line-height: 2.375;
  padding: 20px 30px;
}
.contact-form__table tr td .memo {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}
.contact-form .contact-submits-wrap {
  padding-top: 32px;
}
.contact-form .contact-submits-wrap > * {
  width: 350px;
  height: 80px;
  margin: 20px 15px 0;
}

/*==================================================
 お問い合わせ完了
================================================== */
.contact-complete__text {
  text-align: center;
}

/*==================================================
プライバシーポリシー
================================================== */
.privacy-policy__box {
  margin-bottom: 80px;
}

/*==================================================
 サイトマップ
================================================== */
.sitemap-list__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: row;
  gap: 30px 80px;
}
.sitemap-list__item:nth-of-type(1) {
  grid-column: span 2;
}
.sitemap-list__item:nth-of-type(1) .sitemap-list__link {
  align-items: flex-end;
  flex-direction: row;
  font-size: var(--font-size-lg);
}
.sitemap-list__item:nth-of-type(1) .sitemap-list__link .en {
  color: #e00031;
  font-size: var(--font-size-base);
}
.sitemap-list__item:nth-of-type(1) .sitemap-list__link::after {
  background: #e00031;
}
.sitemap-list__item:nth-of-type(1) .sitemap-list__link:hover .ja {
  color: #e00031;
}
.sitemap-list__item:nth-of-type(2) {
  grid-column: span 2;
}
.sitemap-list__item:nth-of-type(2) .sitemap-list__link {
  align-items: flex-end;
  flex-direction: row;
  font-size: var(--font-size-lg);
}
.sitemap-list__item:nth-of-type(2) .sitemap-list__link .en {
  color: #00c599;
  font-size: var(--font-size-base);
}
.sitemap-list__item:nth-of-type(2) .sitemap-list__link::after {
  background: #00c599;
}
.sitemap-list__item:nth-of-type(2) .sitemap-list__link:hover .ja {
  color: #00c599;
}
.sitemap-list__item:nth-of-type(3) {
  grid-column: span 2;
}
.sitemap-list__item:nth-of-type(3) .sitemap-list__link {
  align-items: flex-end;
  flex-direction: row;
  font-size: var(--font-size-lg);
}
.sitemap-list__item:nth-of-type(3) .sitemap-list__link .en {
  color: #f5ca2e;
  font-size: var(--font-size-base);
}
.sitemap-list__item:nth-of-type(3) .sitemap-list__link::after {
  background: #f5ca2e;
}
.sitemap-list__item:nth-of-type(3) .sitemap-list__link:hover .ja {
  color: #f5ca2e;
}
.sitemap-list__item:nth-of-type(4) {
  grid-column: span 2;
}
.sitemap-list__item:nth-of-type(4) .sitemap-list__link {
  align-items: flex-end;
  flex-direction: row;
  font-size: var(--font-size-lg);
}
.sitemap-list__item:nth-of-type(4) .sitemap-list__link .en {
  color: #a1e000;
  font-size: var(--font-size-base);
}
.sitemap-list__item:nth-of-type(4) .sitemap-list__link::after {
  background: #a1e000;
}
.sitemap-list__item:nth-of-type(4) .sitemap-list__link:hover .ja {
  color: #a1e000;
}
.sitemap-list__item:nth-of-type(5) {
  grid-column: span 2;
}
.sitemap-list__item:nth-of-type(5) .sitemap-list__link {
  align-items: flex-end;
  flex-direction: row;
  font-size: var(--font-size-lg);
}
.sitemap-list__item:nth-of-type(5) .sitemap-list__link .en {
  color: #2cbcf4;
  font-size: var(--font-size-base);
}
.sitemap-list__item:nth-of-type(5) .sitemap-list__link::after {
  background: #2cbcf4;
}
.sitemap-list__item:nth-of-type(5) .sitemap-list__link:hover .ja {
  color: #2cbcf4;
}
.sitemap-list__item:nth-of-type(6) {
  grid-column: span 2;
}
.sitemap-list__item:nth-of-type(6) .sitemap-list__link {
  align-items: flex-end;
  flex-direction: row;
  font-size: var(--font-size-lg);
}
.sitemap-list__item:nth-of-type(6) .sitemap-list__link .en {
  color: #ff8a17;
  font-size: var(--font-size-base);
}
.sitemap-list__item:nth-of-type(6) .sitemap-list__link::after {
  background: #ff8a17;
}
.sitemap-list__item:nth-of-type(6) .sitemap-list__link:hover .ja {
  color: #ff8a17;
}
.sitemap-list__link {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 18px;
  padding: 1em;
  position: relative;
  z-index: 0;
}
.sitemap-list__link > span {
  display: block;
  line-height: 2;
  margin: -0.5em 0;
  transition: all 0.12s ease-in-out;
}
.sitemap-list__link .en {
  font-size: var(--font-size-sm);
  font-family: var(--font-family-barlow);
  font-weight: var(--font-weight-bold);
  color: var(--color-text-gray);
}
.sitemap-list__link:hover .ja {
  color: var(--color-text-gray);
  transform: scale(1.05);
}

/*===============================================
  404エラー
===============================================*/