@charset "UTF-8";
/*
Theme Name: Akiyama Juku
Description: 秋山塾様専用カスタムテーマ
Version: 1.0.0
Author: Akiyama Juku Development Team
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  padding-top: 162px;
}
@media (max-width: 768px) {
  body {
    padding-top: 72px;
    padding-bottom: 47px;
  }
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

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

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

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.pc-only {
  display: block;
}
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.header {
  background: white;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #cccccc;
  z-index: 10000;
}

.header__top-border {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background-color: #f5a200;
  z-index: 1;
}
@media (max-width: 768px) {
  .header__top-border {
    display: none;
  }
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 0 0;
  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;
}
@media (max-width: 768px) {
  .header__container {
    padding: 0 0 0 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header__logo-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .header__logo-area {
    -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;
    gap: 7px;
  }
}

.header__logo {
  width: 202px;
  height: 40px;
}
@media (max-width: 768px) {
  .header__logo {
    width: 132px;
    height: 26px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.header__logo a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header__logo a:hover {
  opacity: 0.6;
}

.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__logo-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #222222;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .header__logo-text {
    font-size: 10px;
    letter-spacing: 0.4px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    white-space: nowrap;
  }
}

.header__logo-text p {
  margin: 0;
}

@media (max-width: 768px) {
  .header__logo-text br {
    display: none;
  }
}

.header__line-btn {
  background: white;
  padding: 14px 20px 14px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header__line-btn:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .header__line-btn {
    display: none;
  }
}

.header__line-icon {
  width: 40px;
  height: 40px;
}

.header__line-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header__line-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: #222222;
  white-space: nowrap;
}

.header__line-text p {
  margin: 0;
}

.nav {
  width: 100%;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .nav {
    visibility: hidden;
    opacity: 0;
  }
}

.nav__container {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.nav__item {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 0;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}

.nav__item + .nav__item {
  border-left: none;
}

.nav__link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #000000;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.72px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.nav__link:hover {
  color: #f5a200;
}

.nav__item {
  position: relative;
}
.nav__item:hover .nav__submenu {
  opacity: 1;
  visibility: visible;
}

.nav__submenu {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 17px;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
}

.nav__submenu-list {
  border-radius: 8px;
  background: white;
  min-width: 232px;
  padding: 30px;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
}

.nav__submenu-item:not(:last-child) {
  margin-bottom: 20px;
}

.nav__submenu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #222222;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}
.nav__submenu-link:hover {
  opacity: 0.6;
}
.nav__submenu-link img {
  width: 12px;
  height: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.nav__submenu-link span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header__hamburger {
  display: none;
  width: 72px;
  height: 72px;
  position: relative;
}
@media (max-width: 768px) {
  .header__hamburger {
    display: block;
  }
}

.header__hamburger-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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: 5px;
  width: 42px;
}

.header__hamburger-icon {
  width: 24px;
  height: 16px;
  position: relative;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__hamburger-icon span {
  width: 100%;
  height: 2px;
  background-color: #222222;
  display: block;
  border-radius: 1px;
}

.header__hamburger-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 9px;
  font-weight: 400;
  line-height: 1;
  color: #222222;
  letter-spacing: 0.72px;
  text-align: center;
  margin: 0;
}

@media (max-width: 768px) {
  .nav--pc {
    display: none;
  }
}

.sp-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (max-width: 768px) {
  .sp-menu {
    display: block;
  }
}
.sp-menu.is-open {
  opacity: 1;
  visibility: visible;
}

.sp-menu__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.sp-menu__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  overflow-y: auto;
}

.sp-menu__close {
  position: absolute;
  top: 20px;
  right: 17px;
  width: 42px;
  height: 34px;
  background: none;
  border: none;
  cursor: pointer;
  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: 4px;
  padding: 0;
}

.sp-menu__close-icon {
  width: 17px;
  height: 17px;
  position: relative;
}
.sp-menu__close-icon::before, .sp-menu__close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 2px;
  background: #222222;
}
.sp-menu__close-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.sp-menu__close-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.sp-menu__close-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 9px;
  font-weight: 400;
  line-height: normal;
  color: #222222;
  letter-spacing: 0.72px;
  text-align: center;
}

.sp-menu__content {
  padding: 82px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sp-menu__courses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  margin-bottom: 20px;
}

.sp-menu__course {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: white;
  border-radius: 3px;
  padding: 24px 0 20px;
  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: 5px;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.sp-menu__course::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  border-radius: 3px 3px 0 0;
}
.sp-menu__course--elementary::before {
  background: #ffd966;
}
.sp-menu__course--junior::before {
  background: #a3d977;
}
.sp-menu__course--high::before {
  background: #4a90e2;
}

.sp-menu__course-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #222222;
  text-align: center;
}

.sp-menu__course-subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #222222;
  text-align: center;
}

.sp-menu__line {
  background: white;
  border-radius: 3px;
  padding: 20px 16px 20px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.sp-menu__line img {
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sp-menu__line p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: #222222;
  letter-spacing: 0.6px;
  margin: 0;
}

.sp-menu__nav {
  background: white;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.sp-menu__section:not(:last-child) .sp-menu__section-content {
  border-bottom: 1px solid #cccccc;
}

.sp-menu__section-header {
  background: #fff8dc;
  padding: 16px 16px 16px 24px;
  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;
  gap: 10px;
}
.sp-menu__section-header span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  color: #222222;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sp-menu__section-header img {
  width: 12px;
  height: 12px;
}

.sp-menu__section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sp-menu__link {
  padding: 16px 16px 16px 24px;
  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;
  text-decoration: none;
  border-bottom: 1px solid #cccccc;
}
.sp-menu__link:last-child {
  border-bottom: none;
}
.sp-menu__link span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #222222;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sp-menu__link img {
  width: 12px;
  height: 12px;
}

.sp-menu__section-content--schools {
  padding: 16px 24px 20px;
}

.sp-menu__schools-group {
  margin-bottom: 16px;
}
.sp-menu__schools-group:last-child {
  margin-bottom: 0;
}

.sp-menu__schools-area {
  background: #e5e5e5;
  padding: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #222222;
}

.sp-menu__schools-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}

.sp-menu__school-link {
  width: calc(50% - 8px);
  padding: 16px 0;
  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;
  text-decoration: none;
  border-bottom: 1px solid #cccccc;
}
.sp-menu__school-link span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #222222;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sp-menu__school-link img {
  width: 12px;
  height: 12px;
}

.sp-menu__footer {
  padding: 30px 0 40px;
  text-align: center;
}
.sp-menu__footer p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  color: #767676;
  letter-spacing: 1.2px;
  margin: 0;
}

.footer {
  background: #f5f5f5;
  padding: 80px 0 60px;
}
@media (max-width: 768px) {
  .footer {
    padding: 30px 20px 50px;
  }
}

.footer__wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media (max-width: 768px) {
  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0;
  }
}

.page-top {
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 56px;
  height: 56px;
  margin-bottom: 96px;
  background: white;
  border: none;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.page-top:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .page-top {
    width: 44px;
    height: 44px;
    margin-bottom: 40px;
  }
}
.page-top img {
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (max-width: 768px) {
  .page-top img {
    width: 16px;
    height: 16px;
  }
}

.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .footer__left {
    gap: 0;
  }
}

@media (max-width: 768px) {
  .footer__left--pc {
    display: none;
  }
}

.footer__logo {
  width: 137.667px;
  height: 140px;
}
.footer__logo a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footer__logo a:hover {
  opacity: 0.6;
}
.footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__logo--sp {
  display: none;
}
@media (max-width: 768px) {
  .footer__logo--sp {
    display: block;
    width: 88.825px;
    height: 90.08px;
    margin: 0 auto 30px;
  }
}

.footer__left-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (max-width: 768px) {
  .footer__left-links {
    gap: 0;
  }
}

.footer__courses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #222222;
}
@media (max-width: 768px) {
  .footer__courses {
    gap: 9px;
  }
}

.footer__courses--pc {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .footer__courses--pc {
    display: none;
  }
}

.footer__courses--sp {
  display: none;
}
@media (max-width: 768px) {
  .footer__courses--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
  }
}

.footer__course {
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}
@media (max-width: 768px) {
  .footer__course {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: white;
    border-radius: 3px;
    padding: 24px 0 20px;
    -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: 5px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    position: relative;
  }
  .footer__course::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    border-radius: 3px 3px 0 0;
  }
  .footer__course--elementary::before {
    background: #ffd966;
  }
  .footer__course--junior::before {
    background: #a3d977;
  }
  .footer__course--high::before {
    background: #4a90e2;
  }
}
.footer__course:hover {
  opacity: 0.6;
}
.footer__course:hover .footer__course-title, .footer__course:hover .footer__course-subtitle {
  opacity: 0.6;
}

.footer__course-arrow {
  width: 12px;
  height: 12px;
  margin-left: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .footer__course-arrow {
    display: none;
  }
}

.footer__course-title {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .footer__course-title {
    font-size: 18px;
    line-height: 1;
    text-align: center;
  }
}

.footer__course-subtitle {
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
  line-height: 1.4;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .footer__course-subtitle {
    font-size: 12px;
    line-height: 1;
    text-align: center;
  }
}

.footer__line {
  background: white;
  padding: 14px 20px 14px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footer__line:hover {
  opacity: 0.6;
}
.footer__line img {
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .footer__line img {
    width: 32px;
    height: 32px;
  }
}
.footer__line p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #222222;
  letter-spacing: 0.64px;
  margin: 0;
}

.footer__line--sp {
  display: none;
}
@media (max-width: 768px) {
  .footer__line--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 16px;
    gap: 16px;
    margin-bottom: 30px;
  }
}

.footer__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 772px;
}
@media (max-width: 768px) {
  .footer__right {
    max-width: none;
  }
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (max-width: 768px) {
  .footer__nav {
    width: 100%;
    gap: 0;
  }
}

@media (max-width: 768px) {
  .footer__nav-section {
    border-bottom: 1px solid #cccccc;
  }
  .footer__nav-section:first-child {
    border-top: 1px solid #cccccc;
  }
}

.footer__nav-header {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .footer__nav-header {
    width: 100%;
    background: none;
    border: none;
    padding: 16px 8px 16px 0;
    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;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
  }
  .footer__nav-header span:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.footer__nav-header a {
  text-decoration: none;
  color: #222222;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}
.footer__nav-header a:hover {
  opacity: 0.6;
}
.footer__nav-header a span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer__nav-header a img {
  width: 12px;
  height: 12px;
  margin-left: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .footer__nav-header a img {
    display: none;
  }
}

.footer__nav-icon {
  display: none;
}
@media (max-width: 768px) {
  .footer__nav-icon {
    display: block;
    width: 12px;
    height: 12px;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .footer__nav-icon::before, .footer__nav-icon::after {
    content: "";
    position: absolute;
    background: #222222;
  }
  .footer__nav-icon::before {
    width: 12px;
    height: 2px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer__nav-icon::after {
    width: 2px;
    height: 12px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .is-open .footer__nav-icon::after {
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}

.footer__nav-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .footer__nav-content {
    display: none;
    gap: 0;
    border-top: 1px solid #ccc;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__nav-link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #222222;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  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;
  gap: 0;
}
@media (max-width: 768px) {
  .footer__nav-link {
    font-size: 14px;
    line-height: 1.4;
    padding: 12px 8px 12px 24px;
    border-bottom: 1px solid #cccccc;
  }
  .footer__nav-link:last-child {
    border-bottom: none;
  }
}
.footer__nav-link:hover {
  opacity: 0.6;
}
.footer__nav-link span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer__nav-arrow {
  width: 12px;
  height: 12px;
  margin-left: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .footer__nav-arrow {
    display: block;
  }
}

.footer__nav-content--schools {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-top: 8px;
}
@media (max-width: 768px) {
  .footer__nav-content--schools {
    gap: 16px;
    padding-top: 0;
  }
}

.footer__schools-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .footer__schools-group {
    display: block;
  }
}

.footer__schools-area {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  background: #e5e5e5;
  padding: 2px 8px;
  line-height: 1.4;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .footer__schools-area {
    font-size: 12px;
    font-weight: 700;
    background: #e5e5e5;
    padding: 4px 8px;
    text-align: center;
  }
}

.footer__schools-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .footer__schools-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.footer__schools-link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #222222;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  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;
  gap: 0;
}
@media (max-width: 768px) {
  .footer__schools-link {
    font-size: 14px;
    padding: 12px 8px 12px 24px;
    border-bottom: 1px solid #cccccc;
  }
  .footer__schools-link:last-child {
    border-bottom: none;
  }
}
.footer__schools-link:hover {
  opacity: 0.6;
}
.footer__schools-link span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer__instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .footer__instagram {
    gap: 8px;
    margin: 24px 0;
  }
}
.footer__instagram img {
  width: 24px;
  height: 24px;
}
.footer__instagram span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #222222;
  letter-spacing: 0.56px;
}
.footer__instagram:hover {
  opacity: 0.6;
}

.footer__instagram--sp {
  display: none;
}
@media (max-width: 768px) {
  .footer__instagram--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer__bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 768px) {
  .footer__bottom {
    padding-top: 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding: 30px 0;
  border-top: 1px solid #cccccc;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .footer__links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    margin: 0;
    padding: 0;
    border-top: none;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer__links a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #767676;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .footer__links a {
    width: calc(50% - 8px);
    font-size: 14px;
    line-height: 1;
    padding: 16px 10px 16px 0;
  }
}
.footer__links a:hover {
  opacity: 0.6;
}

.footer__copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #9c9a99;
  text-align: center;
  margin: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .footer__copyright {
    margin-top: 30px;
    font-size: 12px;
    text-align: left;
    line-height: 1.6;
  }
}

.heading-secondary {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  color: #222222;
  text-align: center;
  letter-spacing: 1.28px;
  padding-bottom: 54px;
}
@media (max-width: 768px) {
  .heading-secondary {
    font-size: 24px;
    letter-spacing: 0.96px;
    padding-bottom: 46px;
  }
}

.heading-secondary::after {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 62px;
  height: 8px;
  background-image: url(./assets/images/cta/icon-title-underline.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
}
@media (max-width: 768px) {
  .heading-secondary::after {
    bottom: 30px;
  }
}

.heading-ornament {
  text-align: center;
}

.heading-ornament span {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #000000;
  display: inline-block;
}
@media (max-width: 768px) {
  .heading-ornament span {
    font-size: 18px;
  }
}

.heading-ornament span::before,
.heading-ornament span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2px;
  height: 34px;
  background: currentColor;
}
@media (max-width: 768px) {
  .heading-ornament span::before,
  .heading-ornament span::after {
    height: 30px;
  }
}

.heading-ornament span::before {
  right: 100%;
  margin-right: 30px;
  -webkit-transform: translateY(-40%) rotate(-30deg);
          transform: translateY(-40%) rotate(-30deg);
}

.heading-ornament span::after {
  left: 100%;
  margin-left: 30px;
  -webkit-transform: translateY(-40%) rotate(30deg);
          transform: translateY(-40%) rotate(30deg);
}

.heading-lower {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .heading-lower {
    padding: 24px 20px;
  }
}

.heading-lower__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding-right: 56px;
}
@media (max-width: 768px) {
  .heading-lower__inner {
    gap: 8px;
    padding-right: 20px;
  }
}

.heading-lower__icon {
  width: 44.625px;
  height: 25.5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .heading-lower__icon {
    width: 28px;
    height: 16px;
  }
}

.heading-lower__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  color: #222222;
  letter-spacing: 1.44px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .heading-lower__title {
    font-size: 20px;
    letter-spacing: 0.8px;
  }
}

.breadcrumb {
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .breadcrumb {
    padding: 10px 0;
    overflow-x: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.breadcrumb__container {
  max-width: 1200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
@media (max-width: 768px) {
  .breadcrumb__container {
    width: auto;
    min-width: 100%;
    padding: 0 20px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.breadcrumb__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .breadcrumb__list-item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.breadcrumb__item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  color: #222222;
  text-decoration: none;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .breadcrumb__item {
    font-size: 12px;
  }
}
.breadcrumb__item--current {
  color: rgba(34, 34, 34, 0.6);
}

.breadcrumb__separator {
  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-negative: 0;
      flex-shrink: 0;
}
.breadcrumb__separator img {
  margin: 0 3px;
  width: 12px;
  height: 12px;
}
@media (max-width: 768px) {
  .breadcrumb__separator img {
    width: 8px;
    height: 8px;
  }
}

.cta-section {
  width: 100%;
}

.cta {
  position: relative;
  width: 100%;
}

.cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#fff4c7), color-stop(50%, #fff8dc), to(#fff4c7));
  background: linear-gradient(90deg, #fff4c7 0%, #fff8dc 50%, #fff4c7 100%);
}
@media (max-width: 768px) {
  .cta__bg {
    background: #fff8dc;
  }
}

.cta__content {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  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;
  gap: 20px;
}
@media (max-width: 768px) {
  .cta__content {
    padding: 0 20px;
  }
}

.cta__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cta__main {
  width: 100%;
  max-width: 800px;
  padding: 60px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .cta__main {
    padding: 50px 0;
  }
}

.cta__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .cta__title {
    gap: 12px;
    padding-bottom: 0;
  }
}

.cta__title-icons {
  width: 24px;
  height: 38px;
}
@media (max-width: 768px) {
  .cta__title-icons {
    width: 24.31px;
    height: 38.18px;
  }
}

.cta__title-icons img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cta__title-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  color: #e66a00;
  text-align: center;
  letter-spacing: 1.12px;
  margin: 0;
}
@media (max-width: 768px) {
  .cta__title-text {
    font-size: 21px;
  }
}

.cta__subtitle {
  margin-top: 4px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #222222;
}
@media (max-width: 768px) {
  .cta__subtitle {
    font-size: 15px;
    margin-top: 10px;
    padding-bottom: 10px;
  }
}

.cta__subtitle p {
  margin: 0;
}

.cta__subtitle strong {
  font-weight: 700;
}

.cta__buttons {
  position: relative;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 100%;
  max-width: 800px;
}
@media (max-width: 768px) {
  .cta__buttons {
    margin-top: 0;
    display: grid;
    grid-template-rows: auto;
    width: 100%;
    max-width: 360px;
    gap: 16px;
  }
}

.cta__buttons-image {
  position: absolute;
  right: -51px;
  bottom: 60px;
  width: 231px;
  height: 204px;
}
@media (max-width: 768px) {
  .cta__buttons-image {
    right: 0;
    width: 100%;
    height: auto;
    bottom: 103px;
  }
}

.cta__buttons-image picture {
  display: block;
  width: 100%;
  height: 100%;
}

.cta__buttons-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .cta__buttons-image img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}

.cta__button-card {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: white;
  padding: 20px 16px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  text-align: center;
}
@media (max-width: 768px) {
  .cta__button-card {
    grid-row: 1;
    padding: 16px;
    gap: 4px;
    height: 120px;
    z-index: 1;
    margin-top: 102.349px;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .cta__button-card:first-of-type {
    margin-left: 0;
  }
}

.cta__button-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: #e66a00;
  margin: 0;
}
@media (max-width: 768px) {
  .cta__button-title {
    font-size: 16px;
    line-height: 1.4;
  }
}

.cta__button-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #222222;
  margin: 0;
}
@media (max-width: 768px) {
  .cta__button-text {
    font-size: 14px;
  }
}

.cta__line-section {
  margin-top: 24px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .cta__line-section {
    margin-top: 20px;
  }
}

.cta__line-subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  color: #222222;
  text-align: center;
  margin: 0;
}
@media (max-width: 768px) {
  .cta__line-subtitle {
    font-size: 14px;
  }
}

.cta__line-button {
  margin-top: 8px;
  background: #06c755;
  border: 2px solid #06c755;
  color: white;
  text-decoration: none;
  padding: 16px 26px 16px 26px;
  border-radius: 9999px;
  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%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.8px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (max-width: 768px) {
  .cta__line-button {
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: 0.68px;
    padding: 14px 16px;
  }
}

.cta__line-button:hover {
  background: white;
  color: #06c755;
}

.cta__line-button span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.cta__line-arrow {
  width: 12px;
  height: 12px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.cta__line-button:hover .cta__line-arrow {
  -webkit-filter: invert(56%) sepia(85%) saturate(426%) hue-rotate(87deg) brightness(93%) contrast(96%);
          filter: invert(56%) sepia(85%) saturate(426%) hue-rotate(87deg) brightness(93%) contrast(96%);
}

.cta__line-note {
  margin-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cta__line-note {
    margin-top: 18px;
  }
}

.cta__line-note a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #222222;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-position: from-font;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .cta__line-note a {
    line-height: 1.6;
  }
}

.cta__line-note a:hover {
  color: #f5a200;
}

.schools-finder {
  background: white;
  padding: 60px 0 80px;
}
@media (max-width: 768px) {
  .schools-finder {
    padding: 50px 20px 80px;
  }
}

.schools-finder__container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.schools-finder__badge {
  display: inline-block;
  position: relative;
  margin-bottom: 23px;
}
@media (max-width: 768px) {
  .schools-finder__badge {
    margin-bottom: 10px;
  }
}

.schools-finder__badge span {
  position: relative;
  background: #f28500;
  color: white;
  padding: 4px 12px;
  border-radius: 3px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}
.schools-finder__badge span::after {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #f28500;
  content: "";
}
@media (max-width: 768px) {
  .schools-finder__badge span {
    font-size: 14px;
  }
  .schools-finder__badge span::after {
    border-left-width: 6px;
    border-right-width: 6px;
    border-top-width: 6px;
  }
}

.schools-finder__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .schools-finder__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
    width: 100%;
  }
}

.schools-finder__area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .schools-finder__area {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 8px);
            flex: 0 0 calc(50% - 8px);
  }
  .schools-finder__area:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .schools-finder__area:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .schools-finder__area:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 20px;
  }
}

.schools-finder__area-header {
  background: #e5e5e5;
  padding: 8px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #222222;
}
@media (max-width: 768px) {
  .schools-finder__area-header {
    font-size: 14px;
    padding: 4px 10px;
  }
}

.schools-finder__schools {
  margin-top: 8px;
}

.schools-finder__school {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #222222;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-align: left;
}
@media (max-width: 768px) {
  .schools-finder__school {
    padding-left: 8px;
    font-size: 14px;
    line-height: 1.4;
  }
}
.schools-finder__school:hover {
  opacity: 0.6;
}

.schools-finder__school img {
  width: 12px;
  height: 12px;
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.schools-finder__school span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .schools-finder__school span {
    text-align: left;
  }
}

.schools-finder__button {
  margin-top: 30px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .schools-finder__button {
    margin-top: 14px;
  }
}

.schools-finder__btn {
  background: white;
  border: 1px solid #9c9a99;
  border-radius: 9999px;
  padding: 16px 26px 16px 26px;
  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%;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .schools-finder__btn {
    padding: 14px 16px;
  }
}

.schools-finder__btn:hover {
  opacity: 0.6;
}

.schools-finder__btn span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #222222;
  text-align: center;
  letter-spacing: 0.72px;
  width: 248px;
}
@media (max-width: 768px) {
  .schools-finder__btn span {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.6px;
  }
}

.schools-finder__btn img {
  width: 12px;
  height: 12px;
}

.faq {
  background: white;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .faq {
    padding: 50px 20px;
  }
}

.faq__container {
  max-width: 1000px;
  margin: 0 auto;
}

.faq__item {
  border-bottom: 1px solid #cccccc;
}

.faq__question {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 30px 16px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.faq__question:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .faq__question {
    padding: 24px 8px;
    gap: 8px;
  }
}

.faq__q {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  color: #f5a200;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .faq__q {
    font-size: 20px;
  }
}

.faq__question-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #222222;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 768px) {
  .faq__question-text {
    font-size: 15px;
    line-height: 1.6;
  }
}

.faq__icon {
  width: 14px;
  height: 14px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.faq__icon::before, .faq__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #f5a200;
}
.faq__icon::before {
  width: 14px;
  height: 2px;
}
.faq__icon::after {
  width: 2px;
  height: 14px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.is-open .faq__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
@media (max-width: 768px) {
  .faq__icon {
    width: 12px;
    height: 12px;
  }
  .faq__icon::before {
    width: 12px;
  }
  .faq__icon::after {
    height: 12px;
  }
}

.faq__answer {
  display: none;
  background: #fff8dc;
  border-radius: 3px;
  padding: 20px 30px;
  margin: 0 16px 30px;
}
.faq__answer p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #222222;
  margin: 0;
}
@media (max-width: 768px) {
  .faq__answer {
    padding: 16px;
    margin: 0 0 24px;
  }
  .faq__answer p {
    font-size: 15px;
  }
}

.fixed-line {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9999;
}
@media (max-width: 768px) {
  .fixed-line {
    position: fixed;
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
}

.fixed-line__close {
  position: absolute;
  right: 118px;
  top: 0;
  width: 24px;
  height: 24px;
  background: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.fixed-line__close::before, .fixed-line__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 2px;
  background: #222222;
}
.fixed-line__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.fixed-line__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.fixed-line__close:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .fixed-line__close {
    display: none;
  }
}

.fixed-line__button {
  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;
  background: #06c755;
  border: 2px solid #06c755;
  border-radius: 5px;
  padding: 16px 20px 12px;
  gap: 2px;
  text-decoration: none;
  margin-top: 24px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.fixed-line__button:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .fixed-line__button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 10px 16px 10px 26px;
    margin-top: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 47px;
  }
}

.fixed-line__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .fixed-line__tags {
    gap: 5px;
  }
}

.fixed-line__tag {
  background: white;
  border-radius: 3px;
  padding: 2px 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: #01ba4d;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .fixed-line__tag {
    font-size: 14px;
    line-height: 1.6;
    padding: 0 4px;
  }
}

@media (max-width: 768px) {
  .fixed-line__tag--pc {
    display: none;
  }
}

.fixed-line__tag--sp {
  display: none;
}
@media (max-width: 768px) {
  .fixed-line__tag--sp {
    display: block;
  }
}

.fixed-line__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: white;
  text-align: center;
  white-space: nowrap;
  margin: 0;
}
@media (max-width: 768px) {
  .fixed-line__text {
    font-size: 17px;
    letter-spacing: 0.68px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media (max-width: 768px) {
  .fixed-line__text--pc {
    display: none;
  }
}

.fixed-line__text--sp {
  display: none;
}
@media (max-width: 768px) {
  .fixed-line__text--sp {
    display: block;
  }
}

.fixed-line__arrow {
  display: none;
}
@media (max-width: 768px) {
  .fixed-line__arrow {
    display: block;
    width: 12px;
    height: 12px;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.video-modal.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.video-modal__content {
  position: relative;
  width: 90%;
  max-width: 1200px;
  z-index: 1;
}
@media (max-width: 768px) {
  .video-modal__content {
    width: 95%;
  }
}

.video-modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.video-modal__close:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .video-modal__close {
    top: -35px;
    width: 35px;
    height: 35px;
    font-size: 35px;
  }
}

.video-modal__player {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background: #000000;
}
.video-modal__player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mv {
  position: relative;
  width: 100%;
  background-image: url(./assets/images/top/bg-main-visual.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .mv {
    background: none;
    padding: 0 0 30px;
  }
}

.mv__container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .mv__container {
    max-width: 100%;
  }
}

.mv__slide {
  width: 100%;
  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;
}
.mv__slide picture {
  display: block;
  width: 100%;
  max-width: 720px;
}
@media (max-width: 768px) {
  .mv__slide picture {
    max-width: 100%;
  }
}
.mv__slide img {
  width: 100%;
  display: block;
  -webkit-filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
}
@media (max-width: 768px) {
  .mv__slide img {
    height: auto;
    aspect-ratio: 400/248;
    -webkit-filter: none;
            filter: none;
  }
}

.mv__controls {
  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;
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .mv__controls {
    position: static;
    -webkit-transform: none;
            transform: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
  }
}

.mv__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: auto !important;
}
@media (max-width: 768px) {
  .mv__pagination {
    gap: 24px;
  }
}

.mv__pagination-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.mv__pagination-dot:hover {
  background: rgba(255, 255, 255, 0.7);
}
@media (max-width: 768px) {
  .mv__pagination-dot {
    width: 10px;
    height: 10px;
    background: #ccc;
  }
}
.mv__pagination-dot--active {
  background: #f5a200;
}

.mv__pause {
  background: none;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.mv__pause:hover {
  opacity: 0.6;
}
.mv__pause img {
  width: 20px;
  height: 20px;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media (max-width: 768px) {
  .mv__pause img {
    width: 16px;
    height: 16px;
  }
}
.mv__pause.is-paused img {
  -webkit-filter: invert(56%) sepia(85%) saturate(426%) hue-rotate(87deg) brightness(93%) contrast(96%);
          filter: invert(56%) sepia(85%) saturate(426%) hue-rotate(87deg) brightness(93%) contrast(96%);
}

.plan {
  background: #f5f5f5;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .plan {
    padding: 50px 20px;
  }
}

.plan__container {
  max-width: 1200px;
  margin: 0 auto;
}

.plan__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #222222;
  text-align: center;
  margin: 0 0 30px;
}
@media (max-width: 768px) {
  .plan__subtitle {
    font-size: 15px;
    margin: 0 0 40px;
    letter-spacing: 0.3px;
  }
}

.plan__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .plan__cards {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.plan__card {
  background: white;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.plan__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  border-radius: 8px 8px 0 0;
}
.plan__card--elementary::before {
  background: #ffd966;
  height: 10px;
}
@media (max-width: 768px) {
  .plan__card--elementary::before {
    height: 8px;
  }
}
.plan__card--junior::before {
  background: #a3d977;
  height: 10px;
}
@media (max-width: 768px) {
  .plan__card--junior::before {
    height: 8px;
  }
}
.plan__card--high::before {
  background: #4a90e2;
}
@media (max-width: 768px) {
  .plan__card--high::before {
    height: 6px;
  }
}
@media (max-width: 768px) {
  .plan__card {
    padding: 40px 20px 24px;
  }
}

.plan__card-title {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media (max-width: 768px) {
  .plan__card-title {
    margin: 0 0 20px;
    gap: 8px;
  }
}

.plan__card-grade {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  color: #222222;
}
@media (max-width: 768px) {
  .plan__card-grade {
    font-size: 24px;
    line-height: 1;
  }
}

.plan__card-subtitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #222222;
}
@media (max-width: 768px) {
  .plan__card-subtitle {
    font-size: 16px;
    line-height: 1;
  }
}

.plan__list {
  list-style: none;
  padding: 0;
  padding: 16px 10px 20px;
}
@media (max-width: 768px) {
  .plan__list {
    padding: 0 10px 8px;
  }
}
.plan__list--check {
  padding-top: 8px;
}
.plan__list--check.plan__detail {
  display: none;
}

.plan__list-item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #222222;
  padding-left: 12px;
  position: relative;
  margin-bottom: 8px;
}
.plan__list-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .plan__list-item {
    padding-left: 14px;
    font-size: 14px;
    letter-spacing: 0.28px;
  }
}
.plan__list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.plan__list--check .plan__list-item {
  padding-left: 24px;
}

.plan__list:not(.plan__list--check) .plan__list-item::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9C9A99;
}
.plan__list--check .plan__list-item::before {
  width: 14px;
  height: 8px;
  border-left: 2px solid #222222;
  border-bottom: 2px solid #222222;
  -webkit-transform: translateY(-60%) rotate(-45deg);
          transform: translateY(-60%) rotate(-45deg);
}
.plan__card--elementary .plan__list--check .plan__list-item::before {
  border-color: #ffd966;
}
.plan__card--junior .plan__list--check .plan__list-item::before {
  border-color: #a3d977;
}
.plan__card--high .plan__list--check .plan__list-item::before {
  border-color: #4a90e2;
}

.plan__toggle {
  background: white;
  border: 1px solid #9c9a99;
  padding: 12px 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #222222;
  cursor: pointer;
  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;
  gap: 8px;
  width: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.plan__toggle:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .plan__toggle {
    font-size: 14px;
    padding: 9px 16px;
  }
}

.plan__toggle-icon {
  width: 12px;
  height: 12px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.plan__toggle-icon::before, .plan__toggle-icon::after {
  content: "";
  position: absolute;
  background: #F5A200;
}
.plan__toggle-icon::before {
  width: 12px;
  height: 2px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.plan__toggle-icon::after {
  width: 2px;
  height: 12px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.plan__toggle.is-open .plan__toggle-icon::after {
  opacity: 0;
}

.plan__detail p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #222222;
  margin: 0;
  padding: 16px 0;
}
@media (max-width: 768px) {
  .plan__detail p {
    font-size: 13px;
  }
}

.plan__link {
  border-radius: 9999px;
  padding: 8px 12px 8px 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #222222;
  text-decoration: none;
  text-align: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  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;
  gap: 2px;
  max-width: 210px;
  margin: 24px auto 0;
}
.plan__link:hover {
  opacity: 0.6;
}
.plan__card--elementary .plan__link {
  background: #ffd966;
}
.plan__card--junior .plan__link {
  background: #a3d977;
}
.plan__card--high .plan__link {
  background: #4a90e2;
  color: white;
}
@media (max-width: 768px) {
  .plan__link {
    font-size: 14px;
    padding: 8px 10px 8px 16px;
    letter-spacing: 0.56px;
    max-width: 195px;
    margin: 20px auto 0;
  }
}

.plan__link-arrow {
  margin-left: 4px;
  width: 12px;
  height: 12px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.features {
  background: #e6f4f9;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .features {
    background: #d6eef6;
    padding: 50px 20px;
  }
}

.features__container {
  max-width: 1200px;
  margin: 0 auto;
}

.features__hero {
  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;
  gap: 20px;
  margin-bottom: 39px;
}
@media (max-width: 768px) {
  .features__hero {
    margin-bottom: 34px;
  }
}

.features__speech {
  width: 480px;
  height: 114px;
  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;
  background-image: url(./assets/images/top/bg-heading-pc.svg);
  color: white;
  border-radius: 16px;
  padding: 16px 24px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.features__speech p {
  margin: 0;
}
.features__speech span {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}
.features__speech::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 99%;
  width: 30px;
  height: 19px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(./assets/images/top/icon-heading-arrow.svg);
  background-size: cover;
}
@media (max-width: 768px) {
  .features__speech {
    width: 100%;
    height: 86px;
    background-image: url(./assets/images/top/bg-heading-sp.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 18px;
    padding: 16px 20px;
  }
  .features__speech::after {
    width: 22px;
    height: 14px;
  }
}

.features__character {
  position: absolute;
  top: 13px;
  left: 100%;
  margin-left: 27px;
}
.features__character img {
  display: block;
  max-width: none;
}
@media (max-width: 768px) {
  .features__character {
    top: 50px;
    left: auto;
    right: 36px;
    margin-left: 0;
  }
  .features__character img {
    width: 68px;
    height: 70px;
  }
}

.features__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .features__cards {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}

.features__card {
  background: white;
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 25px 30px 35px 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.features__card:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .features__card {
    border-radius: 8px;
    padding: 20px 20px 20px 20px;
    gap: 4px;
  }
}

.features__card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .features__card-header {
    margin-bottom: 4px;
  }
}

.features__card-number {
  width: auto;
  height: 40px;
}
@media (max-width: 768px) {
  .features__card-number {
    height: 49px;
  }
}

.features__card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #e66a00;
  letter-spacing: 0.72px;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .features__card-title {
    font-size: 14px;
    letter-spacing: 0.28px;
  }
}

.features__card-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  color: #222222;
  letter-spacing: 1.12px;
  margin: 0;
}
@media (max-width: 768px) {
  .features__card-text {
    font-size: 20px;
    letter-spacing: 0.8px;
  }
}

.features__card-arrow {
  position: absolute;
  right: 30px;
  bottom: 35px;
  width: 26px;
  height: 26px;
}
@media (max-width: 768px) {
  .features__card-arrow {
    right: 20px;
    bottom: 20px;
    width: 24px;
    height: 24px;
  }
}

.features__footer {
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .features__footer {
    margin-top: 0;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}

.features__footer-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #222222;
  margin: 0 0 20px;
}
@media (max-width: 768px) {
  .features__footer-text {
    font-size: 15px;
    margin: 0 0 20px;
    letter-spacing: 0.3px;
  }
}

.features__footer-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  background: white;
  border: 1px solid #9c9a99;
  border-radius: 9999px;
  padding: 16px 26px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #222222;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 300px;
  letter-spacing: 0.72px;
  position: relative;
}
.features__footer-link:hover {
  opacity: 0.6;
}
.features__footer-link span {
  text-align: center;
}
.features__footer-link img {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 26px;
}
@media (max-width: 768px) {
  .features__footer-link {
    font-size: 15px;
    line-height: 1.6;
    padding: 14px 26px 14px 16px;
    letter-spacing: 0.6px;
  }
  .features__footer-link span {
    width: 248px;
  }
  .features__footer-link img {
    right: 16px;
    width: 14px;
    height: 14px;
  }
}

.tuition {
  background: white;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .tuition {
    padding: 50px 20px;
  }
}

.tuition__container {
  max-width: 1200px;
  margin: 0 auto;
}

.tuition__description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #222222;
  text-align: center;
  margin: 0 0 30px;
}
@media (max-width: 768px) {
  .tuition__description {
    font-size: 15px;
    text-align: left;
  }
}

.tuition__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .tuition__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

.tuition__card {
  background: white;
  border: 2px solid #f5a200;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
  padding: 26px 16px;
  text-align: center;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  min-height: 187px;
}
@media (max-width: 768px) {
  .tuition__card {
    min-height: 117px;
    padding: 16px 10px;
    gap: 3px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  }
}

.tuition__card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #222222;
  margin: 0;
}
@media (max-width: 768px) {
  .tuition__card-title {
    font-size: 15px;
  }
}

.tuition__card-highlight {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #e66a00;
  margin: 0;
}
@media (max-width: 768px) {
  .tuition__card-highlight {
    font-size: 15px;
  }
}

.tuition__card-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #222222;
  margin: 0;
}
@media (max-width: 768px) {
  .tuition__card-text {
    font-size: 12px;
  }
}

.tuition__card-emphasis {
  color: #e66a00;
}

.tuition__card-note {
  font-size: 15.48px;
  vertical-align: super;
}
@media (max-width: 768px) {
  .tuition__card-note {
    font-size: 8px;
  }
}

.tuition__notes {
  margin-bottom: 30px;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
@media (max-width: 768px) {
  .tuition__notes {
    margin-bottom: 30px;
  }
}

.tuition__note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #222222;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
@media (max-width: 768px) {
  .tuition__note {
    font-size: 12px;
  }
}

.tuition__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: white;
  border: 1px solid #9c9a99;
  border-radius: 9999px;
  padding: 16px 26px 16px 26px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #222222;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 300px;
  letter-spacing: 0.72px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tuition__link:hover {
  opacity: 0.6;
}
.tuition__link span {
  width: 248px;
  text-align: center;
}
.tuition__link img {
  width: 12px;
  height: 12px;
}
@media (max-width: 768px) {
  .tuition__link {
    font-size: 15px;
    padding: 14px 16px;
    letter-spacing: 0.6px;
  }
  .tuition__link img {
    width: 14px;
    height: 14px;
  }
}

.experience {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .experience {
    padding: 50px 20px;
  }
}

.experience__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(214, 235, 246, 0.6)), to(rgba(174, 215, 228, 0.6)));
  background: linear-gradient(180deg, rgba(214, 235, 246, 0.6) 0%, rgba(174, 215, 228, 0.6) 100%);
  z-index: 0;
}
.experience__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.experience__bg-under {
  display: none;
}
@media (max-width: 768px) {
  .experience__bg-under {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 288px;
  }
  .experience__bg-under img {
    display: block;
    width: auto;
    height: auto;
  }
}

.experience__container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1;
}

.experience__intro {
  text-align: center;
  margin-bottom: 30px;
}

.experience__description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #222222;
  margin: 0 0 30px;
}
@media (max-width: 768px) {
  .experience__description {
    font-size: 15px;
    letter-spacing: 0.3px;
    margin: 0 0 30px;
  }
}

.experience__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: white;
  border: 1px solid #9c9a99;
  border-radius: 9999px;
  padding: 16px 26px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #222222;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 300px;
  letter-spacing: 0.72px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.experience__link:hover {
  opacity: 0.6;
}
.experience__link span {
  width: 248px;
  text-align: center;
}
.experience__link img {
  width: 12px;
  height: 12px;
}
@media (max-width: 768px) {
  .experience__link {
    font-size: 15px;
    line-height: 1.6;
    padding: 14px 16px;
    letter-spacing: 0.6px;
  }
  .experience__link img {
    width: 14px;
    height: 14px;
  }
}

.experience__slider {
  margin-top: 60px;
  position: relative;
  height: 420px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .experience__slider {
    height: 230px;
    margin: 30px -20px 0;
  }
}

.experience__slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 390px;
  height: 420px;
  padding: 0 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.experience__slide.is-even {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.experience__slide img {
  width: 100%;
}
@media (max-width: 768px) {
  .experience__slide {
    width: 219px;
    height: 220px;
    padding: 0 6px;
  }
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.articles {
  background: #f5f5f5;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .articles {
    padding: 50px 20px;
  }
}

.articles__container {
  max-width: 1200px;
  margin: 0 auto;
}

.articles__description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #222222;
  text-align: center;
  margin: 0 0 30px;
}
@media (max-width: 768px) {
  .articles__description {
    font-size: 15px;
    margin: 0 0 20px;
  }
}

.articles__slider {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .articles__slider {
    margin-inline: -20px;
    margin-bottom: 24px;
    height: 334px;
    overflow: hidden;
  }
}

.articles__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .articles__cards {
    position: absolute;
    left: 20px;
    top: 0;
  }
}

.articles__card {
  background: white;
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  width: 380px;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.articles__card:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .articles__card {
    width: 280px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 8px;
  }
}

.articles__card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.articles__card-image {
  width: 100%;
  height: 214px;
  background: #e9e9e9;
  overflow: hidden;
}
.articles__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .articles__card-image {
    height: 158px;
  }
}

.articles__card-content {
  padding: 24px 24px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .articles__card-content {
    padding: 0 20px 20px;
    gap: 16px;
  }
}

.articles__card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: #222222;
  letter-spacing: 0.2px;
  height: 64px;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .articles__card-title {
    font-size: 15px;
    height: auto;
  }
}

.articles__card-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .articles__card-meta {
    gap: 16px;
  }
}

.articles__card-category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e5e5e5;
  border-radius: 3px;
  padding: 4px 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #222222;
  letter-spacing: 0.14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .articles__card-category {
    font-size: 12px;
  }
}

.articles__card-date {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #767676;
  letter-spacing: 0.16px;
  text-align: right;
  margin: 0;
}
@media (max-width: 768px) {
  .articles__card-date {
    font-size: 12px;
    letter-spacing: 0.24px;
  }
}

.articles__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .articles__controls {
    gap: 16px;
    margin-bottom: 30px;
  }
}

.articles__indicators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: auto !important;
}
@media (max-width: 768px) {
  .articles__indicators {
    gap: 6px;
  }
}

.articles__indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cccccc;
  border: none;
  padding: 0;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.articles__indicator.is-active {
  background: #f5a200;
}
@media (max-width: 768px) {
  .articles__indicator {
    width: 12px;
    height: 12px;
  }
}

.articles__arrow {
  width: 30px;
  height: 30px;
  background: #f5a200;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.articles__arrow:hover {
  opacity: 0.6;
}
.articles__arrow.swiper-button-disabled {
  visibility: hidden;
  opacity: 0;
}
.articles__arrow img {
  width: 30px;
  height: 30px;
}
@media (max-width: 768px) {
  .articles__arrow {
    width: 24px;
    height: 24px;
  }
  .articles__arrow img {
    width: 24px;
    height: 24px;
  }
}

.articles__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: white;
  border: 1px solid #9c9a99;
  border-radius: 9999px;
  padding: 16px 26px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #222222;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 300px;
  letter-spacing: 0.72px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.articles__link:hover {
  opacity: 0.6;
}
.articles__link span {
  width: 248px;
  text-align: center;
}
.articles__link img {
  width: 12px;
  height: 12px;
}
@media (max-width: 768px) {
  .articles__link {
    font-size: 15px;
    padding: 14px 16px;
    letter-spacing: 0.6px;
  }
  .articles__link img {
    width: 14px;
    height: 14px;
  }
}

.about-mv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 90px 0;
}
@media (max-width: 768px) {
  .about-mv {
    padding: 182px 0 0;
  }
}

.about-mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-mv__image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .about-mv__image {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: auto;
    right: auto;
  }
}

.about-mv__container {
  position: relative;
  max-width: 1200px;
  width: 100%;
}
@media (max-width: 768px) {
  .about-mv__container {
    max-width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.about-mv__content {
  max-width: 560px;
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (max-width: 768px) {
  .about-mv__content {
    max-width: 100%;
    padding: 0 30px 64px;
    gap: 24px;
  }
}

.about-mv__catch-item {
  display: inline-block;
  background: #f28500;
  padding: 3px 16px 5.82px;
}
@media (max-width: 768px) {
  .about-mv__catch-item {
    padding: 2px 5px 3.88px;
  }
}

.about-mv__catch-item--indent {
  margin-top: 6px;
  margin-left: 60px;
}
@media (max-width: 768px) {
  .about-mv__catch-item--indent {
    margin-top: 4px;
    margin-left: 30px;
  }
}

.about-mv__catch-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  color: white;
  letter-spacing: 1.28px;
  margin: 0;
}
@media (max-width: 768px) {
  .about-mv__catch-text {
    font-size: 24px;
    letter-spacing: 0.96px;
  }
}

.about-mv__description {
  width: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media (max-width: 768px) {
  .about-mv__description {
    width: 100%;
    gap: 12px;
  }
}
.about-mv__description p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #000000;
  margin: 0;
}
@media (max-width: 768px) {
  .about-mv__description p {
    font-size: 15px;
    color: #222222;
  }
}

.about-intro {
  background: #f8f6e4;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .about-intro {
    padding: 50px 0;
  }
}

.about-intro__container {
  max-width: 1198px;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .about-intro__container {
    padding-bottom: 40px;
  }
}

.about-intro__container > .heading-ornament {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .about-intro__container > .heading-ornament {
    margin-bottom: 16px;
  }
}

.about-intro__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .about-intro__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 0 20px;
  }
}

.about-intro__card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: white;
  border: 1px solid #f5a200;
  border-radius: 16px;
  padding: 30px 40px;
  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;
}
@media (max-width: 768px) {
  .about-intro__card {
    width: 100%;
    max-width: 360px;
    border-radius: 8px;
    padding: 20px 30px;
    gap: 8px;
  }
}

.about-intro__card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #e66a00;
  text-align: center;
  margin: 0;
}
@media (max-width: 768px) {
  .about-intro__card-title {
    font-size: 18px;
  }
}

.about-intro__card-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #222222;
  margin: 0;
}
@media (max-width: 768px) {
  .about-intro__card-text {
    font-size: 15px;
  }
}

.about-intro__x {
  width: 56px;
  height: 56px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .about-intro__x {
    width: 24px;
    height: 24px;
  }
}

.about-intro__carousel {
  position: relative;
  height: 440px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .about-intro__carousel {
    height: 249px;
  }
}

.about-intro__slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-intro__slide {
  width: 294px;
  height: 440px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 7347.14px;
  overflow: hidden;
  -webkit-box-shadow: 8px 8px 0px 0px #fff0b3;
          box-shadow: 8px 8px 0px 0px #fff0b3;
}
@media (max-width: 768px) {
  .about-intro__slide {
    width: 160.364px;
    height: 240px;
    border-radius: 4007.53px;
    -webkit-box-shadow: 4.364px 4.364px 0px 0px #fff0b3;
            box-shadow: 4.364px 4.364px 0px 0px #fff0b3;
  }
}
.about-intro__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-reasons {
  background: #d6eef6;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .about-reasons {
    padding: 50px 0;
  }
}

.about-reasons__container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .about-reasons__container {
    padding: 0 15px;
  }
}

.about-reasons__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .about-reasons__items {
    gap: 30px;
  }
}

.about-reasons__item {
  background: white;
  border-radius: 16px;
  padding: 60px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .about-reasons__item {
    border-radius: 8px;
    padding: 0;
    gap: 20px;
    overflow: hidden;
  }
}

.about-reasons__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .about-reasons__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    gap: 0;
  }
}

.about-reasons__image {
  width: 520px;
  height: 416px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  border-radius: 5px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.about-reasons__content--reverse .about-reasons__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 768px) {
  .about-reasons__image {
    width: 100%;
    height: 240px;
    border-radius: 8px 8px 0 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .about-reasons__content--reverse .about-reasons__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.about-reasons__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-reasons__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.about-reasons__content--reverse .about-reasons__text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 768px) {
  .about-reasons__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 20px;
  }
  .about-reasons__content--reverse .about-reasons__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.about-reasons__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .about-reasons__label {
    gap: 8px;
    padding-top: 20px;
    padding-bottom: 4px;
  }
}

.about-reasons__number {
  width: auto;
  height: 70px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .about-reasons__number {
    height: 44px;
  }
}

.about-reasons__subtitle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #e66a00;
  letter-spacing: 0.36px;
}
@media (max-width: 768px) {
  .about-reasons__subtitle {
    font-size: 14px;
    letter-spacing: 0.28px;
  }
}

.about-reasons__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  color: #222222;
  letter-spacing: 1.28px;
  margin: 0;
}
@media (max-width: 768px) {
  .about-reasons__title {
    font-size: 22px;
    letter-spacing: 0.88px;
  }
}

.about-reasons__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: 30px;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .about-reasons__list {
    margin-top: 20px;
  }
}

.about-reasons__list-item {
  background: #fff8dc;
  padding: 12px 10px 12px 54px;
  position: relative;
  border-radius: 3px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #222222;
}
@media (max-width: 768px) {
  .about-reasons__list-item {
    padding: 12px 10px 12px 40px;
    font-size: 15px;
  }
}
.about-reasons__list-item::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(./assets/images/icon-check-circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .about-reasons__list-item::before {
    left: 10px;
    width: 20px;
    height: 20px;
  }
}
.about-reasons__list-item strong {
  font-weight: 700;
  color: #e66a00;
}

.about-reasons__description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #222222;
  margin: 0;
}
@media (max-width: 768px) {
  .about-reasons__description {
    font-size: 15px;
    padding: 0 20px 30px;
  }
}
.about-reasons__description p {
  margin: 0;
}
.about-reasons__description p + p {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .about-reasons__description p + p {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

.about-reasons__catchcopy {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  color: #000000;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .about-reasons__catchcopy {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.about-reasons__catchcopy-underline {
  border-bottom: 3px solid #f5a200;
  padding-bottom: 2px;
}
@media (max-width: 768px) {
  .about-reasons__catchcopy-underline {
    display: inline-block;
  }
}

.about-reasons__button {
  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: 300px;
  margin: 37px auto 0;
  padding: 16px 16px 16px 26px;
  background: white;
  border: 1px solid #9c9a99;
  border-radius: 9999px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .about-reasons__button {
    margin: 0 auto;
    padding: 14px 16px;
  }
}
.about-reasons__button:hover {
  opacity: 0.6;
}
.about-reasons__button span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #222222;
  letter-spacing: 0.72px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .about-reasons__button span {
    font-size: 15px;
    letter-spacing: 0.6px;
  }
}
.about-reasons__button img {
  width: 12px;
  height: 12px;
}
@media (max-width: 768px) {
  .about-reasons__button img {
    width: 24px;
    height: 24px;
  }
}

.about-thought {
  background: #f8f6e4;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .about-thought {
    padding: 50px 0;
  }
}

.about-thought__container {
  max-width: 1920px;
  margin: 0 auto;
}

.about-thought__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media (max-width: 768px) {
  .about-thought__items {
    gap: 40px;
  }
}

.about-thought__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .about-thought__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.about-thought__content {
  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%;
}
@media (max-width: 768px) {
  .about-thought__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.about-thought__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 660px;
  margin-left: calc((100vw - 1200px) / 2);
}
@media (max-width: 768px) {
  .about-thought__text {
    max-width: 100%;
    padding: 0 20px;
    margin-left: 0;
  }
}

.about-thought__item--reverse .about-thought__text {
  padding-right: 0;
  margin-left: 0;
  margin-right: calc((100vw - 1200px) / 2);
}
@media (max-width: 768px) {
  .about-thought__item--reverse .about-thought__text {
    padding: 0 20px;
    margin-right: 0;
  }
}

.about-thought__image {
  width: 41.67%;
  height: 600px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  border-radius: 16px 0 0 16px;
}
@media (max-width: 768px) {
  .about-thought__image {
    width: 100%;
    max-width: 380px;
    height: auto;
    border-radius: 0;
    margin-left: auto;
    padding-left: 20px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.about-thought__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .about-thought__image img {
    height: auto;
  }
}

.about-thought__item--reverse .about-thought__image {
  border-radius: 0 16px 16px 0;
}
@media (max-width: 768px) {
  .about-thought__item--reverse .about-thought__image {
    border-radius: 0;
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    padding-right: 20px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.about-thought__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.4;
  color: #222222;
  letter-spacing: 1.12px;
  margin: 0 0 30px;
}
@media (max-width: 768px) {
  .about-thought__title {
    font-size: 20px;
    letter-spacing: 0.8px;
    margin: 0 0 20px;
  }
}

.about-thought__section {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .about-thought__section {
    margin-bottom: 20px;
  }
}
.about-thought__section p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #222222;
  margin: 0;
}
@media (max-width: 768px) {
  .about-thought__section p {
    font-size: 15px;
  }
}
.about-thought__section p + p {
  margin-top: 8px;
}

.about-thought__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: #222222;
  margin: 0 0 8px;
}
@media (max-width: 768px) {
  .about-thought__subtitle {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.64px;
  }
}

.about-thought__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
  max-width: 522px;
}
@media (max-width: 768px) {
  .about-thought__flow {
    gap: 12px;
    margin-bottom: 20px;
    max-width: 100%;
  }
}

.about-thought__flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.about-thought__flow-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 240px;
  background: white;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 16px 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #222222;
  text-align: center;
}
@media (max-width: 768px) {
  .about-thought__flow-text {
    max-width: 100%;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 8px;
    font-size: 13px;
  }
}

.about-thought__flow-text--highlight {
  font-weight: 700;
  border-color: #007acc;
  color: #007acc;
}

.about-thought__flow-text--orange {
  border-color: #f5a200;
  color: #e66a00;
}

.about-thought__flow-arrow {
  width: 19.053px;
  height: 22px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media (max-width: 768px) {
  .about-thought__flow-arrow {
    width: 16px;
    height: 21.538px;
  }
}
.about-thought__flow-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 19px solid #cccccc;
}
@media (max-width: 768px) {
  .about-thought__flow-arrow::before {
    border-left-width: 10.5px;
    border-right-width: 10.5px;
    border-top-width: 16px;
  }
}

.about-thought__footer {
  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-top: 60px;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .about-thought__footer {
    margin-top: 20px;
    gap: 4px;
  }
}

.about-thought__character {
  width: 137.647px;
  height: 140px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .about-thought__character {
    width: 95.37px;
    height: 97px;
    margin-bottom: 0;
  }
}

.about-thought__message {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.75;
  color: #222222;
  text-align: center;
  margin: 0;
}
@media (max-width: 768px) {
  .about-thought__message {
    font-size: 18px;
    padding: 0 30px;
  }
}

.about-thought__message-highlight {
  color: #e66a00;
}

.about-links {
  background: #d6eef6;
  padding: 40px 0;
}
@media (max-width: 768px) {
  .about-links {
    padding: 30px 20px;
  }
}

.about-links__container {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .about-links__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    background: white;
    border-radius: 8px;
    padding: 10px 20px;
  }
}

.about-links__item {
  width: 220px;
  background: white;
  border: 1px solid #9c9a99;
  border-radius: 8px;
  padding: 24px 8px 24px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .about-links__item {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #cccccc;
    border-radius: 0;
    padding: 16px 4px 16px 0;
  }
  .about-links__item:last-child {
    border-bottom: none;
  }
}
.about-links__item:hover {
  opacity: 0.6;
}
.about-links__item span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #222222;
  padding-right: 8px;
}
@media (max-width: 768px) {
  .about-links__item span {
    padding-right: 0;
  }
}
.about-links__item img {
  width: 14px;
  height: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.teacher-mv {
  position: relative;
  width: 100%;
}

.teacher-mv__image {
  width: 100%;
  height: auto;
}

.teacher-mv__catch {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #f28500;
  padding: 16px 30px 19px;
  text-align: center;
  z-index: 1;
}
@media (max-width: 768px) {
  .teacher-mv__catch {
    padding: 8px 16px 10px;
  }
}

.teacher-mv__catch p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  color: #ffffff;
  letter-spacing: 1.28px;
  margin: 0;
}
@media (max-width: 768px) {
  .teacher-mv__catch p {
    font-size: 18px;
    letter-spacing: 0.72px;
    line-height: 1.5;
  }
}

.teacher-intro {
  padding: 60px 0 0;
}
@media (max-width: 768px) {
  .teacher-intro {
    padding: 24px 0 0;
  }
}

.teacher-intro__container {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .teacher-intro__container {
    padding: 0 20px;
    gap: 28px;
  }
}

.teacher-intro__title {
  padding: 30px 0 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  color: #000000;
  text-align: center;
  margin: 0;
}
@media (max-width: 768px) {
  .teacher-intro__title {
    padding: 0;
    text-align: left;
  }
}

.teacher-intro__title span {
  border-bottom: 4px solid #f5a200;
  display: inline-block;
}
@media (max-width: 768px) {
  .teacher-intro__title span {
    font-size: 18px;
    border-bottom-width: 3px;
  }
}

.teacher-intro__text {
  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;
}
@media (max-width: 768px) {
  .teacher-intro__text {
    gap: 12px;
  }
}

.teacher-intro__text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #222222;
  text-align: center;
  margin: 0;
}
@media (max-width: 768px) {
  .teacher-intro__text p {
    font-size: 15px;
    text-align: left;
  }
}

.teacher-strengths {
  margin-top: 80px;
  background: #fff8dc;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .teacher-strengths {
    margin-top: 50px;
    padding: 50px 0;
  }
}

.teacher-strengths__container {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .teacher-strengths__container {
    padding: 0 20px;
    gap: 16px;
  }
}

.teacher-strengths__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .teacher-strengths__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}

.teacher-strengths__card {
  width: 282px;
  background: #ffffff;
  border: 1px solid #f5a200;
  border-radius: 8px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media (max-width: 768px) {
  .teacher-strengths__card {
    width: 100%;
    padding: 20px;
  }
}

.teacher-strengths__card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.teacher-strengths__card-header img {
  width: 50px;
  height: 50px;
}
@media (max-width: 768px) {
  .teacher-strengths__card-header img {
    width: 40px;
    height: 40px;
  }
}

.teacher-strengths__card-header h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #e66a00;
  letter-spacing: 0.96px;
  margin: 0;
}
@media (max-width: 768px) {
  .teacher-strengths__card-header h3 {
    font-size: 18px;
    letter-spacing: 0.72px;
  }
}

.teacher-strengths__card-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #222222;
  margin: 0;
}
@media (max-width: 768px) {
  .teacher-strengths__card-text {
    font-size: 15px;
  }
}

.teacher-list {
  background: #f5f5f5;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .teacher-list {
    padding: 40px 0;
  }
}

.teacher-list__container {
  max-width: 1200px;
  margin: 0 auto;
  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;
}
@media (max-width: 768px) {
  .teacher-list__container {
    padding: 0 20px;
  }
}

.teacher-list__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}
@media (max-width: 768px) {
  .teacher-list__cards {
    gap: 24px 16px;
  }
}

.teacher-list__card {
  width: 380px;
  background: #ffffff;
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding-bottom: 24px;
  text-decoration: none;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media (max-width: 768px) {
  .teacher-list__card {
    width: calc(50% - 8px);
    gap: 16px;
    padding-bottom: 20px;
  }
}
.teacher-list__card:hover {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}

.teacher-list__image {
  width: 100%;
  height: 214px;
  overflow: hidden;
  background: #e5e5e5;
}
@media (max-width: 768px) {
  .teacher-list__image {
    height: 95px;
  }
}

.teacher-list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.teacher-list__content {
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media (max-width: 768px) {
  .teacher-list__content {
    padding: 0 12px;
    gap: 4px;
  }
}

.teacher-list__meta {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #e66a00;
}
@media (max-width: 768px) {
  .teacher-list__meta {
    font-size: 12px;
  }
}
.teacher-list__meta > span {
  display: inline-block;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .teacher-list__meta > span {
    margin-right: 4px;
  }
}

.teacher-list__school {
  display: inline-block;
}

.teacher-list__position {
  display: inline-block;
}

.teacher-list__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: #222222;
}
@media (max-width: 768px) {
  .teacher-list__name {
    gap: 4px;
    font-size: 18px;
  }
}

.teacher-list__name-main {
  font-size: 24px;
}
@media (max-width: 768px) {
  .teacher-list__name-main {
    font-size: 16px;
  }
}

.teacher-list__name-suffix {
  font-size: 20px;
}
@media (max-width: 768px) {
  .teacher-list__name-suffix {
    font-size: 14px;
  }
}

.teacher-list__description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #222222;
  margin: 0;
}
@media (max-width: 768px) {
  .teacher-list__description {
    font-size: 14px;
    line-height: 1.5;
  }
}

.school-intro {
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .school-intro {
    padding-bottom: 40px;
  }
}

.school-intro__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  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: 20px;
}
@media (max-width: 768px) {
  .school-intro__container {
    padding: 0 20px;
    gap: 16px;
  }
}

.school-intro__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #222222;
  line-height: 1.6;
  text-align: center;
  margin: 0;
}
@media (max-width: 768px) {
  .school-intro__text {
    font-size: 14px;
  }
}

.school-intro__button {
  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;
  padding: 16px 26px;
  background: #06c755;
  border: 2px solid #06c755;
  border-radius: 9999px;
  text-decoration: none;
  width: 300px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.school-intro__button:hover {
  background: white;
  color: #06c755;
}
.school-intro__button:hover .school-intro__button-arrow {
  -webkit-filter: brightness(0) saturate(100%) invert(59%) sepia(73%) saturate(2471%) hue-rotate(88deg) brightness(95%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(59%) sepia(73%) saturate(2471%) hue-rotate(88deg) brightness(95%) contrast(101%);
}
@media (max-width: 768px) {
  .school-intro__button {
    width: 100%;
    max-width: 335px;
    padding: 14px 20px;
  }
}

.school-intro__button-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4;
  letter-spacing: 0.8px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.school-intro__button:hover .school-intro__button-text {
  color: #06c755;
}
@media (max-width: 768px) {
  .school-intro__button-text {
    font-size: 17px;
  }
}

.school-intro__button-arrow {
  width: 12px;
  height: 12px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.school__wrapper {
  padding: 80px 0;
  background: #f5f5f5;
}
@media (max-width: 768px) {
  .school__wrapper {
    padding: 50px 0 90px;
  }
}

.school-list__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.school-nav {
  background: #ffffff;
  padding: 20px;
  margin-bottom: 43px;
}
@media (max-width: 768px) {
  .school-nav {
    padding: 10px;
    margin-bottom: 33px;
  }
}

.school-nav__container {
  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;
  gap: 56px;
}
@media (max-width: 768px) {
  .school-nav__container {
    gap: 20px;
  }
}

.school-nav__link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.school-nav__link:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .school-nav__link {
    font-size: 14px;
    gap: 6px;
  }
}

.school-nav__arrow {
  width: 12px;
  height: 12px;
}
@media (max-width: 768px) {
  .school-nav__arrow {
    width: 10px;
    height: 10px;
  }
}

.school-list__area {
  margin-bottom: 90px;
}
.school-list__area:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .school-list__area {
    margin-bottom: 43px;
  }
}

.school-list__area-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #222222;
  margin: 0 0 30px;
  padding: 9px 0 9px 19px;
  border-left: 5px solid #f28500;
}
@media (max-width: 768px) {
  .school-list__area-title {
    font-size: 18px;
    margin: 0 0 16px;
    padding: 5px 0 5px 12px;
    border-left-width: 4px;
  }
}

.school-list__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .school-list__cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.school-list__card {
  display: block;
  background: #ffffff;
  border: 1px solid #f28500;
  border-radius: 16px;
  padding: 24px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.school-list__card:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .school-list__card {
    border-radius: 8px;
    padding: 20px;
  }
}

.school-list__card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .school-list__card-header {
    margin-bottom: 10px;
  }
}

.school-list__card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #222222;
  margin: 0;
}
@media (max-width: 768px) {
  .school-list__card-title {
    font-size: 16px;
  }
}

.school-list__card-icon {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .school-list__card-icon {
    width: 18px;
    height: 18px;
  }
}

.school-list__card-info {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 768px) {
  .school-list__card-info {
    font-size: 13px;
  }
}

.single__article {
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 20px;
}
@media (max-width: 768px) {
  .single__article {
    padding: 50px 20px;
  }
}

.single__header {
  margin-bottom: 30px;
}

.single__date {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #767676;
  margin-bottom: 12px;
}

.single__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #222222;
  margin: 0 0 12px;
}
@media (max-width: 768px) {
  .single__title {
    font-size: 24px;
  }
}

.single__category {
  display: inline-block;
  padding: 4px 8px;
  background: #e5e5e5;
  border-radius: 3px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
}
@media (max-width: 768px) {
  .single__category {
    font-size: 12px;
    padding: 6px 10px;
  }
}

.single__thumbnail {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .single__thumbnail {
    margin-bottom: 40px;
  }
}

.single__thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.single__content {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  color: #222222;
}
@media (max-width: 768px) {
  .single__content {
    font-size: 15px;
    line-height: 1.7;
  }
}

.single__section {
  margin-bottom: 40px;
}

.single__section:last-child {
  margin-bottom: 0;
}

.single__content h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #222222;
  margin: 30px 0;
  padding: 9px 0 9px 19px;
  border-left: 5px solid #f28500;
}
@media (max-width: 768px) {
  .single__content h2 {
    font-size: 18px;
    padding: 6px 0 6px 12px;
    margin: 26px 0 16px;
  }
}

.single__content h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #222222;
  margin: 30px 0 20px;
}
@media (max-width: 768px) {
  .single__content h3 {
    font-size: 15px;
    margin: 26px 0 20px;
  }
}

.single__content h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #e66a00;
  margin: 32px 0 16px;
}
@media (max-width: 768px) {
  .single__content h4 {
    font-size: 15px;
    margin: 20px 0 12px;
  }
}

.single__content p {
  margin: 0 0 20px;
}
@media (max-width: 768px) {
  .single__content p {
    margin-bottom: 16px;
  }
}

.single__content ul {
  margin: 16px 0 24px;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .single__content ul {
    margin: 12px 0 20px;
  }
}

.single__content ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #222222;
}
@media (max-width: 768px) {
  .single__content ul li {
    margin-bottom: 10px;
    padding-left: 16px;
    font-size: 15px;
  }
}

.single__content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  background-color: #222222;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .single__content ul li::before {
    top: 9px;
    width: 5px;
    height: 5px;
  }
}

.single__content ul li:last-child {
  margin-bottom: 0;
}

.single__content a {
  color: #4a90e2;
  text-decoration: underline;
  word-break: break-all;
}

.single__content a:hover {
  opacity: 0.7;
}

.single__back {
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 768px) {
  .single__back {
    margin-top: 40px;
  }
}

.single__back-button {
  display: inline-block;
  padding: 12px 30px;
  background: #ffffff;
  border: 1px solid #222222;
  border-radius: 50px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #222222;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (max-width: 768px) {
  .single__back-button {
    padding: 12px 24px;
    font-size: 15px;
  }
}
.single__back-button:hover {
  background-color: #f5f5f5;
}

.blog__container {
  max-width: 1200px;
  margin: 0 auto;
}

.blog__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  padding: 0 20px 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .blog__filters {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 0 28px 20px;
    gap: 8px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.blog__filter {
  display: inline-block;
  padding: 8px 20px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 50px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .blog__filter {
    font-size: 12px;
    padding: 6px 14px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.blog__filter:hover {
  opacity: 0.7;
}
.blog__filter--active {
  background-color: #f28500;
  border-color: #f28500;
  color: #ffffff;
}
.blog__filter--active:hover {
  opacity: 0.7;
}

.blog__articles-container {
  padding: 80px 0;
  background: #F5F5F5;
}
@media (max-width: 768px) {
  .blog__articles-container {
    padding: 50px 20px;
  }
}

.blog__articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}
@media (max-width: 768px) {
  .blog__articles {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.blog__card {
  background: white;
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .blog__card {
    border-radius: 10px;
  }
}
.blog__card:hover {
  opacity: 0.6;
}

.blog__card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.blog__card-image {
  width: 100%;
  height: 214px;
  background: #e9e9e9;
  overflow: hidden;
}
.blog__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .blog__card-image {
    height: 202px;
  }
}

.blog__card-content {
  padding: 24px 24px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .blog__card-content {
    padding: 16px 20px 20px;
    gap: 10px;
  }
}

.blog__card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: #222222;
  letter-spacing: 0.2px;
  height: 64px;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .blog__card-title {
    font-size: 15px;
    height: auto;
  }
}

.blog__card-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .blog__card-meta {
    gap: 16px;
  }
}

.blog__card-category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e5e5e5;
  border-radius: 3px;
  padding: 4px 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #222222;
  letter-spacing: 0.14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .blog__card-category {
    font-size: 12px;
  }
}

.blog__card-date {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #767676;
  letter-spacing: 0.16px;
  text-align: right;
  margin: 0;
}
@media (max-width: 768px) {
  .blog__card-date {
    font-size: 12px;
    letter-spacing: 0.24px;
  }
}

.blog__more {
  position: relative;
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 768px) {
  .blog__more {
    margin-top: 30px;
  }
}

.blog__more-button {
  position: relative;
  display: inline-block;
  padding: 12px 40px 12px 50px;
  background: #ffffff;
  border: 1px solid #222222;
  border-radius: 50px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .blog__more-button {
    font-size: 14px;
    padding: 10px 32px 10px 42px;
  }
}
.blog__more-button::before, .blog__more-button::after {
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 2px;
  background-color: #f28500;
}
@media (max-width: 768px) {
  .blog__more-button::before, .blog__more-button::after {
    left: 24px;
    width: 10px;
  }
}
.blog__more-button::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.blog__more-button:hover {
  opacity: 0.7;
}

.blog__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #f28500;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  display: none;
}
@media (max-width: 768px) {
  .blog__spinner {
    width: 32px;
    height: 32px;
    border-width: 2px;
  }
}

.blog__more.is-loading .blog__spinner {
  display: block;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
.category__container {
  max-width: 1200px;
  margin: 0 auto;
}

.category__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  padding: 0 20px 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .category__filters {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 0 28px 20px;
    gap: 8px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.category__filter {
  display: inline-block;
  padding: 8px 20px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 50px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .category__filter {
    font-size: 12px;
    padding: 6px 14px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.category__filter:hover {
  opacity: 0.7;
}
.category__filter--active {
  background-color: #f28500;
  border-color: #f28500;
  color: #ffffff;
}
.category__filter--active:hover {
  opacity: 0.7;
}

.category__articles-container {
  padding: 80px 0;
  background: #F5F5F5;
}
@media (max-width: 768px) {
  .category__articles-container {
    padding: 50px 20px;
  }
}

.category__articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}
@media (max-width: 768px) {
  .category__articles {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.category__card {
  background: white;
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .category__card {
    border-radius: 10px;
  }
}
.category__card:hover {
  opacity: 0.6;
}

.category__card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.category__card-image {
  width: 100%;
  height: 214px;
  background: #e9e9e9;
  overflow: hidden;
}
.category__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .category__card-image {
    height: 202px;
  }
}

.category__card-content {
  padding: 24px 24px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .category__card-content {
    padding: 16px 20px 20px;
    gap: 10px;
  }
}

.category__card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: #222222;
  letter-spacing: 0.2px;
  height: 64px;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .category__card-title {
    font-size: 15px;
    height: auto;
  }
}

.category__card-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .category__card-meta {
    gap: 16px;
  }
}

.category__card-category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e5e5e5;
  border-radius: 3px;
  padding: 4px 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #222222;
  letter-spacing: 0.14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .category__card-category {
    font-size: 12px;
  }
}

.category__card-date {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #767676;
  letter-spacing: 0.16px;
  text-align: right;
  margin: 0;
}
@media (max-width: 768px) {
  .category__card-date {
    font-size: 12px;
    letter-spacing: 0.24px;
  }
}

.category__pagination {
  margin-top: 60px;
  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;
  gap: 24px;
}
@media (max-width: 768px) {
  .category__pagination {
    margin-top: 30px;
    gap: 16px;
  }
}

.category__pagination-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .category__pagination-numbers {
    gap: 12px;
  }
}

.category__pagination-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  background: #ffffff;
  border-radius: 50%;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #767676;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .category__pagination-number {
    font-size: 14px;
    width: 28px;
    height: 28px;
  }
}
.category__pagination-number:hover {
  opacity: 0.7;
}
.category__pagination-number--current {
  background: #f5a200;
  color: #ffffff;
  pointer-events: none;
}

.category__pagination-arrow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  background: #f5a200;
  border-radius: 50%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .category__pagination-arrow {
    width: 28px;
    height: 28px;
  }
}
.category__pagination-arrow::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
@media (max-width: 768px) {
  .category__pagination-arrow::before {
    width: 7px;
    height: 7px;
  }
}
.category__pagination-arrow:hover {
  opacity: 0.7;
}
.category__pagination-arrow--prev::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: 12px;
}
@media (max-width: 768px) {
  .category__pagination-arrow--prev::before {
    left: 11px;
  }
}
.category__pagination-arrow--next::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 12px;
}
@media (max-width: 768px) {
  .category__pagination-arrow--next::before {
    right: 11px;
  }
}

.single-teacher__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .single-teacher__container {
    padding: 0;
  }
}

.single-teacher__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .single-teacher__profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-bottom: 0;
  }
}

.single-teacher__profile-image {
  width: 400px;
  height: 480px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.single-teacher__profile-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .single-teacher__profile-image {
    width: 200px;
    height: 240px;
    margin: 0 auto;
  }
  .single-teacher__profile-image img {
    border-radius: 8px;
  }
}

.single-teacher__profile-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 37px;
}
@media (max-width: 768px) {
  .single-teacher__profile-content {
    padding: 24px 20px 0;
    text-align: center;
  }
}

.single-teacher__profile-header {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .single-teacher__profile-header {
    margin-bottom: 20px;
  }
}

.single-teacher__profile-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .single-teacher__profile-meta {
    margin-bottom: 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
  }
}

.single-teacher__profile-meta-item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #f28500;
}
@media (max-width: 768px) {
  .single-teacher__profile-meta-item {
    font-size: 14px;
  }
}

.single-teacher__profile-ruby {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #767676;
  margin: 0 0 6px;
}
@media (max-width: 768px) {
  .single-teacher__profile-ruby {
    font-size: 12px;
    margin: 0 0 4px;
  }
}

.single-teacher__profile-name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #222222;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 768px) {
  .single-teacher__profile-name {
    font-size: 24px;
  }
}

.single-teacher__profile-name-suffix {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #222222;
  margin-left: 4px;
}
@media (max-width: 768px) {
  .single-teacher__profile-name-suffix {
    font-size: 16px;
  }
}

.single-teacher__profile-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
}
@media (max-width: 768px) {
  .single-teacher__profile-info {
    gap: 16px;
    margin-top: 24xpx;
    text-align: left;
  }
}

.single-teacher__profile-info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media (max-width: 768px) {
  .single-teacher__profile-info-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e5e5;
  }
  .single-teacher__profile-info-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.single-teacher__profile-info-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  width: 240px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .single-teacher__profile-info-label {
    font-size: 14px;
    width: auto;
  }
}

.single-teacher__profile-info-value {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  line-height: 1.6;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .single-teacher__profile-info-value {
    font-size: 14px;
  }
}

.single-teacher__classroom {
  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;
  gap: 16px;
  padding: 16px 20px;
  background: #f5f5f5;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .single-teacher__classroom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    gap: 8px;
    margin-top: 32px;
  }
}

.single-teacher__classroom-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .single-teacher__classroom-label {
    font-size: 14px;
  }
}

.single-teacher__classroom-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 14px 16px 14px 24px;
  background: #ffffff;
  border: 1px solid #9c9a99;
  border-radius: 9999px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.single-teacher__classroom-link:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .single-teacher__classroom-link {
    padding: 10px 12px 10px 20px;
  }
}

.single-teacher__classroom-link-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: #222222;
  letter-spacing: 0.64px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .single-teacher__classroom-link-text {
    font-size: 14px;
  }
}

.single-teacher__classroom-link-arrow {
  width: 12px;
  height: 12px;
}

.single-teacher__video {
  margin-bottom: 80px;
  background: #fef6e8;
  padding: 60px;
}
@media (max-width: 768px) {
  .single-teacher__video {
    margin-block: 50px;
    padding: 30px 20px 40px;
  }
}

.single-teacher__video-title {
  margin: 0 0 40px;
}
@media (max-width: 768px) {
  .single-teacher__video-title {
    margin: 0 0 30px;
  }
}
.single-teacher__video-title span {
  color: #e66a00;
}

.single-teacher__video-wrapper {
  position: relative;
  display: block;
  width: 640px;
  height: 360px;
  margin: 0 auto;
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.single-teacher__video-wrapper:hover {
  opacity: 0.7;
}
.single-teacher__video-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .single-teacher__video-wrapper {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .single-teacher__video-wrapper img {
    border-radius: 10px;
  }
}

.single-teacher__video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.single-teacher__video-play:hover {
  opacity: 0.8;
}
.single-teacher__video-play img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .single-teacher__video-play {
    width: 80px;
    height: 80px;
  }
}

.single-teacher__qa {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .single-teacher__qa {
    margin-top: 50px;
    padding: 0 20px;
  }
}

.single-teacher__qa-item {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .single-teacher__qa-item {
    margin-bottom: 40px;
  }
}

.single-teacher__qa-question {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #222222;
  margin: 0 0 20px;
  padding: 9px 0 9px 19px;
  border-left: 5px solid #f28500;
}
@media (max-width: 768px) {
  .single-teacher__qa-question {
    font-size: 18px;
    padding: 5px 0 5px 12px;
    border-left-width: 4px;
    margin: 0 0 16px;
  }
}

.single-teacher__qa-answer {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #222222;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .single-teacher__qa-answer {
    font-size: 15px;
  }
}
.single-teacher__qa-answer p {
  margin: 0 0 1em;
}
.single-teacher__qa-answer p:last-child {
  margin-bottom: 0;
}

.single-teacher__back {
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 768px) {
  .single-teacher__back {
    margin-top: 40px;
  }
}

.single-teacher__back-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 40px;
  background: #ffffff;
  border: 1px solid #222222;
  border-radius: 50px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.single-teacher__back-link:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .single-teacher__back-link {
    font-size: 14px;
    padding: 10px 32px;
  }
}

.single-school {
  background: white;
}

.single-school__container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .single-school__container {
    padding: 0 20px;
  }
}

.single-school__hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .single-school__hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-bottom: 0;
  }
}

.single-school__hero-image {
  width: 600px;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .single-school__hero-image {
    width: 100%;
    border-radius: 8px;
  }
}

.single-school__hero-image img {
  width: 100%;
  height: auto;
}

.single-school__hero-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .single-school__hero-content {
    gap: 0;
  }
}

.single-school__hero-header {
  border-top: 4px solid #f5a200;
  border-bottom: 4px solid #f5a200;
  padding: 20px 16px;
  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: 4px;
}
@media (max-width: 768px) {
  .single-school__hero-header {
    border-top: 0;
    border-bottom-width: 2px;
    padding: 16px 0 14px;
  }
}

.single-school__hero-badge {
  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;
}

.single-school__hero-badge-text {
  background: #f28500;
  color: white;
  padding: 4px 12px;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .single-school__hero-badge-text {
    font-size: 14px;
  }
}

.single-school__hero-badge-arrow {
  width: 0;
  height: 0;
  border-left: 7.111px solid transparent;
  border-right: 7.111px solid transparent;
  border-top: 7.111px solid #f28500;
}

.single-school__hero-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1.28px;
  color: #222222;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .single-school__hero-title {
    font-size: 24px;
    letter-spacing: 0.96px;
  }
}

.single-school__hero-info {
  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;
}
@media (max-width: 768px) {
  .single-school__hero-info {
    display: block;
  }
}

@media (max-width: 768px) {
  .single-school__info-section {
    margin-top: 20px;
  }
}

.single-school__info-label {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  color: #222222;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .single-school__info-label {
    font-size: 15px;
  }
  .single-school__info-label:not(:first-child) {
    margin-top: 16px;
  }
}

.single-school__info-value {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #222222;
}
@media (max-width: 768px) {
  .single-school__info-value {
    font-size: 15px;
  }
}

.single-school__info-value p {
  margin-top: 0;
  margin-bottom: 0;
}

.single-school__info-note {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #222222;
  margin-top: 8px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .single-school__info-note {
    font-size: 12px;
  }
}

.single-school__grade-badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-top: 6px;
}

.single-school__grade-badge {
  background: white;
  padding: 6px 20px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #222222;
}
@media (max-width: 768px) {
  .single-school__grade-badge {
    padding: 2px 8px;
    font-size: 15px;
  }
}

.single-school__grade-badge--elementary {
  border: 2px solid #ffd966;
}
@media (max-width: 768px) {
  .single-school__grade-badge--elementary {
    border-width: 1px;
  }
}

.single-school__grade-badge--junior {
  border: 2px solid #a3d977;
}
@media (max-width: 768px) {
  .single-school__grade-badge--junior {
    border-width: 1px;
  }
}

.single-school__grade-badge--high {
  border: 2px solid #4a90e2;
}
@media (max-width: 768px) {
  .single-school__grade-badge--high {
    border-width: 1px;
  }
}

.single-school__access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .single-school__access {
    display: block;
    margin: 40px 0 22px;
  }
}

.single-school__access-map {
  width: 600px;
  height: 400px;
  background: #f8f7f7;
}
@media (max-width: 768px) {
  .single-school__access-map {
    width: 100%;
    height: 240px;
  }
}

.single-school__access-map iframe {
  width: 100%;
  height: 100%;
}

.single-school__access-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
}
@media (max-width: 768px) {
  .single-school__access-info {
    display: block;
  }
}

.single-school__achievement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ccc;
  background: #e5e5e5;
}
@media (max-width: 768px) {
  .single-school__achievement {
    display: block;
  }
}

.single-school__achievement-badge {
  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;
  gap: 6px;
  padding: 10px;
  border-right: none;
  width: 288px;
}
@media (max-width: 768px) {
  .single-school__achievement-badge {
    width: 100%;
    gap: 4px;
  }
}

.single-school__achievement-badge-text {
  background: #ffd966;
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #222222;
  text-align: center;
}
@media (max-width: 768px) {
  .single-school__achievement-badge-text {
    padding: 4px 16px;
    font-size: 12px;
  }
}

.single-school__achievement-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.8px;
  color: #222222;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .single-school__achievement-title {
    font-size: 18px;
  }
}

.single-school__achievement-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 24px;
  border-left: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  gap: 8px;
}
@media (max-width: 768px) {
  .single-school__achievement-list {
    display: block;
    padding: 20px;
  }
}

.single-school__achievement-list p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #222222;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .single-school__achievement-list p {
    font-size: 14px;
  }
}

.single-school__banners {
  max-width: 1240px;
  margin: 80px auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .single-school__banners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin: 40px auto 37px;
  }
}

.single-school__banner {
  width: 100%;
  max-width: 580px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.single-school__banner + .single-school__banner {
  margin-left: auto;
}

.single-school__banner:hover {
  opacity: 0.8;
}

.single-school__banner--sample {
  background: #adadad;
}

.single-school-cta {
  background: -webkit-gradient(linear, left top, right top, from(#fff4c7), color-stop(50%, #fff8dc), to(#fff4c7));
  background: linear-gradient(90deg, #fff4c7 0%, #fff8dc 50%, #fff4c7 100%);
  padding: 60px 20px;
  position: relative;
}
@media (max-width: 768px) {
  .single-school-cta {
    padding: 30px 30px 50px;
  }
}

.single-school-cta__container {
  max-width: 1920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single-school-cta__content {
  position: relative;
  width: 710px;
  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;
}
@media (max-width: 768px) {
  .single-school-cta__content {
    width: 100%;
  }
}

.single-school-cta__header {
  padding-bottom: 20px;
  width: 100%;
}
@media (max-width: 768px) {
  .single-school-cta__header {
    padding-bottom: 10px;
  }
}

.single-school-cta__title {
  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;
  gap: 8px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .single-school-cta__title {
    margin-bottom: 10px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.single-school-cta__title h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1.12px;
  color: #e66a00;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .single-school-cta__title h2 {
    font-size: 21px;
    letter-spacing: 0.96px;
  }
}

.single-school-cta__icon {
  width: 24.311px;
  height: 38.18px;
}
@media (max-width: 768px) {
  .single-school-cta__icon {
    width: 19.449px;
    height: 30.544px;
  }
}

.single-school-cta__subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #222222;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .single-school-cta__subtitle {
    font-size: 15px;
  }
}

.single-school-cta__subtitle span {
  font-weight: 700;
}
@media (max-width: 768px) {
  .single-school-cta__subtitle span {
    display: block;
  }
}

.single-school-cta__note {
  background: white;
  padding: 8px;
  width: 100%;
  margin-bottom: 30px;
}

.single-school-cta__note p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #e66a00;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .single-school-cta__note p {
    font-size: 12px;
  }
}

.single-school-cta__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .single-school-cta__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 16px;
  }
}

.single-school-cta__button {
  width: 300px;
  padding: 16px 16px 16px 26px;
  border-radius: 9999px;
  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;
  text-decoration: none;
}
@media (max-width: 768px) {
  .single-school-cta__button {
    width: 100%;
    padding: 14px 14px 14px 20px;
  }
}

.single-school-cta__button span {
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.single-school-cta__button-arrow {
  width: 12px;
  height: 12px;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.single-school-cta__button--primary {
  background: white;
  border: 1px solid #9c9a99;
  color: #222222;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.single-school-cta__button--primary span {
  font-size: 18px;
  letter-spacing: 0.72px;
}
@media (max-width: 768px) {
  .single-school-cta__button--primary span {
    font-size: 15px;
    letter-spacing: 0.64px;
  }
}

.single-school-cta__button--primary:hover {
  opacity: 0.7;
}

.single-school-cta__button--line {
  background: #06c755;
  border: 2px solid #06c755;
  color: white;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.single-school-cta__button--line span {
  font-size: 20px;
  letter-spacing: 0.8px;
}
@media (max-width: 768px) {
  .single-school-cta__button--line span {
    font-size: 17px;
    letter-spacing: 0.72px;
  }
}

.single-school-cta__button--line .single-school-cta__button-arrow {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.single-school-cta__button--line:hover {
  background: white;
  color: #06c755;
}

.single-school-cta__button--line:hover .single-school-cta__button-arrow {
  -webkit-filter: invert(56%) sepia(86%) saturate(2196%) hue-rotate(88deg) brightness(98%) contrast(96%);
          filter: invert(56%) sepia(86%) saturate(2196%) hue-rotate(88deg) brightness(98%) contrast(96%);
}

.single-school-cta__character {
  position: absolute;
  right: 100%;
  bottom: -60px;
  margin-right: 27px;
  width: 110px;
  height: 148.343px;
}
@media (max-width: 768px) {
  .single-school-cta__character {
    position: static;
    display: block;
    width: 60px;
    height: 80px;
    margin: 0 auto 4px;
  }
}

.single-school-nav {
  padding: 40px 20px 0;
  max-width: 1240px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .single-school-nav {
    padding: 20px 20px 0;
  }
}

.single-school-nav__container {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 56px;
}
@media (max-width: 768px) {
  .single-school-nav__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 12px;
    padding: 8px 20px;
  }
}

.single-school-nav__link {
  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;
  text-decoration: none;
  color: #222222;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .single-school-nav__link {
    height: 46px;
    font-size: 14px;
  }
  .single-school-nav__link:nth-child(n+3) {
    border-top: 1px solid #ccc;
  }
}

.single-school-nav__link:hover {
  opacity: 0.7;
}

.single-school-nav__link span {
  margin-right: 0;
}

.single-school-nav__link img {
  margin-left: 6px;
  width: 12px;
  height: 7px;
}
@media (max-width: 768px) {
  .single-school-nav__link img {
    margin-top: -2px;
  }
}

.single-school-greeting {
  padding: 80px 20px;
}
@media (max-width: 768px) {
  .single-school-greeting {
    padding: 50px 20px;
  }
}

.single-school-greeting__container {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .single-school-greeting__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.single-school-greeting__image {
  width: 300px;
  height: 360px;
  border-radius: 16px;
  overflow: hidden;
  background: #ededed;
}
@media (max-width: 768px) {
  .single-school-greeting__image {
    width: 200px;
    height: 240px;
    margin: 0 auto;
  }
}

.single-school-greeting__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-school-greeting__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.single-school-greeting__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #e66a00;
}
@media (max-width: 768px) {
  .single-school-greeting__meta {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 15px;
  }
}

.single-school-greeting__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: 700;
  line-height: 1.4;
  color: #222222;
  margin-top: 4px;
}
@media (max-width: 768px) {
  .single-school-greeting__name {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3px;
  }
}

.single-school-greeting__name-main {
  font-size: 24px;
}

.single-school-greeting__name-suffix {
  font-size: 20px;
}
@media (max-width: 768px) {
  .single-school-greeting__name-suffix {
    font-size: 15px;
  }
}

.single-school-greeting__text {
  margin-top: 30px;
}

.single-school-greeting__text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #222222;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .single-school-greeting__text p {
    font-size: 15px;
  }
}

.single-school-greeting__list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
}

.single-school-greeting__list li {
  padding-left: 20px;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #222222;
  margin-top: 4px;
}
@media (max-width: 768px) {
  .single-school-greeting__list li {
    font-size: 15px;
  }
}

.single-school-greeting__list li:first-child {
  margin-top: 0;
}

.single-school-greeting__list li:nth-child(4) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media (max-width: 768px) {
  .single-school-greeting__list li:nth-child(4) {
    -webkit-line-clamp: 2;
  }
}

.single-school-greeting__list li:nth-child(n+5) {
  display: none;
}

.single-school-greeting__list.is-expanded li:nth-child(4) {
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: visible;
}

.single-school-greeting__list.is-expanded li:nth-child(n+5) {
  display: block;
}

.single-school-greeting__list li::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 12.5px;
  width: 4px;
  height: 4px;
  background: #9C9A99;
  border-radius: 50%;
}

.single-school-greeting__more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  padding: 8px 24px;
  background: white;
  border: 1px solid #9c9a99;
  border-radius: 9999px;
  text-decoration: none;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.64px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin-top: 20px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .single-school-greeting__more {
    display: block;
    width: 146px;
    margin-inline: auto;
    font-size: 14px;
    letter-spacing: 0.56px;
    padding: 8px 20px;
  }
}

.single-school-greeting__more:hover {
  opacity: 0.7;
}

.single-school-greeting__more.is-hidden {
  display: none;
}

.single-school-greeting__more-icon {
  color: #f5a200;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 768px) {
  .single-school-greeting__more-icon {
    font-size: 14px;
  }
}

.single-school-atmosphere {
  padding: 80px 20px;
  background: #fff8dc;
}
@media (max-width: 768px) {
  .single-school-atmosphere {
    padding: 50px 20px;
  }
}

.single-school-atmosphere__cards {
  max-width: 1920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .single-school-atmosphere__cards {
    display: block;
    gap: 16px;
  }
}

.single-school-atmosphere__card {
  width: 276px;
  background: white;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  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;
}
@media (max-width: 768px) {
  .single-school-atmosphere__card {
    width: 100%;
    gap: 20px;
  }
  .single-school-atmosphere__card + .single-school-atmosphere__card {
    margin-top: 30px;
  }
}

.single-school-atmosphere__card-image {
  width: 100%;
  height: 155px;
  background: #bababa;
  overflow: hidden;
}
@media (max-width: 768px) {
  .single-school-atmosphere__card-image {
    width: 100%;
    height: 202px;
  }
}

.single-school-atmosphere__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-school-atmosphere__card-text {
  padding: 0 30px 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #222222;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .single-school-atmosphere__card-text {
    font-size: 15px;
    padding: 0 20px 20px;
  }
}

.single-school-courses {
  padding: 80px 20px;
  background: #f5f5f5;
}
@media (max-width: 768px) {
  .single-school-courses {
    padding: 50px 20px;
  }
}

.single-school-courses__cards {
  max-width: 1920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .single-school-courses__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin-top: 0;
  }
}

.single-school-courses__card {
  width: 380px;
  background: white;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .single-school-courses__card {
    width: 100%;
    border-radius: 8px;
  }
}

.single-school-courses__card-border {
  height: 10px;
  width: 100%;
}

.single-school-courses__card--elementary .single-school-courses__card-border {
  background: #ffd966;
}

.single-school-courses__card--junior .single-school-courses__card-border {
  background: #a3d977;
}

.single-school-courses__card--high .single-school-courses__card-border {
  background: #4a90e2;
}

.single-school-courses__card-content {
  padding: 30px 30px 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .single-school-courses__card-content {
    padding: 20px 30px;
  }
}

.single-school-courses__card-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1.12px;
  color: #222222;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  .single-school-courses__card-title {
    font-size: 20px;
    letter-spacing: 0.96px;
    padding-bottom: 16px;
  }
}

.single-school-courses__card-grade {
  background: #e5e5e5;
  padding: 4px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #222222;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .single-school-courses__card-grade {
    font-size: 13px;
  }
}

.single-school-courses__card-list {
  list-style: none;
  padding: 0 0 24px;
  margin-top: 24px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .single-school-courses__card-list {
    padding: 0;
    margin-top: 16px;
  }
}

.single-school-courses__card-list li {
  padding-left: 20px;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #222222;
  margin-top: 4px;
}
@media (max-width: 768px) {
  .single-school-courses__card-list li {
    font-size: 14px;
    margin-top: 0;
  }
}

.single-school-courses__card-list li:first-child {
  margin-top: 0;
}

.single-school-courses__card-list li::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 12.5px;
  width: 4px;
  height: 4px;
  background: #222222;
  border-radius: 50%;
}

.single-school-courses__card-button {
  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;
  gap: 2px;
  width: 210px;
  margin: 0 auto 30px;
  padding: 8px 4px 8px 16px;
  border-radius: 9999px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #222222;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .single-school-courses__card-button {
    position: relative;
    width: 210px;
    padding: 9px;
    margin: 0 auto 24px;
    font-size: 14px;
  }
}

.single-school-courses__card-button:hover {
  opacity: 0.7;
}

.single-school-courses__card-button--elementary {
  background: #ffd966;
}

.single-school-courses__card-button--junior {
  background: #a3d977;
}

.single-school-courses__card-button--high {
  background: #4a90e2;
  color: white;
}

.single-school-courses__card-button img {
  width: 12px;
  height: 12px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media (max-width: 768px) {
  .single-school-courses__card-button img {
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 7px;
    height: 12px;
  }
}

.single-school-schedule {
  padding: 80px 20px;
  background: white;
}
@media (max-width: 768px) {
  .single-school-schedule {
    padding: 50px 20px;
  }
}

.single-school-schedule__container {
  max-width: 1200px;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}
@media (max-width: 768px) {
  .single-school-schedule__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin: 0;
  }
}

.single-school-schedule__table-wrapper {
  width: 601px;
}
@media (max-width: 768px) {
  .single-school-schedule__table-wrapper {
    width: 100%;
    overflow-x: auto;
  }
}

.single-school-schedule__table-title {
  background: #f8f6e4;
  padding: 22px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #222222;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .single-school-schedule__table-title {
    font-size: 15px;
    padding: 12px 0;
  }
}

.single-school-schedule__table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #9c9a99;
  margin-top: 0;
  font-size: 18px;
  table-layout: fixed;
}
@media (max-width: 768px) {
  .single-school-schedule__table {
    font-size: 14px;
  }
}

.single-school-schedule__table thead th {
  background: #e5e5e5;
  border: 1px solid #9c9a99;
  padding: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #222222;
  text-align: center;
  height: 48px;
}
@media (max-width: 768px) {
  .single-school-schedule__table thead th {
    font-size: 12px;
    height: 43px;
    padding: 4px;
  }
}
.single-school-schedule__table thead th:first-child {
  width: 152px;
}
@media (max-width: 768px) {
  .single-school-schedule__table thead th:first-child {
    width: 91px;
  }
}

.single-school-schedule__table tbody td {
  border: 1px solid #9c9a99;
  text-align: center;
  height: 72px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .single-school-schedule__table tbody td {
    height: 43px;
  }
}

.single-school-schedule__time {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #222222;
}
@media (max-width: 768px) {
  .single-school-schedule__time {
    font-size: 11px;
  }
}

.single-school-schedule__cell--full {
  background: #fff8dc;
  font-size: 32px;
  font-weight: 700;
  color: #e66a00;
}
@media (max-width: 768px) {
  .single-school-schedule__cell--full {
    font-size: 20px;
  }
}

.single-school-schedule__cell--available {
  font-size: 24px;
  font-weight: 400;
  color: #4a90e2;
}
@media (max-width: 768px) {
  .single-school-schedule__cell--available {
    font-size: 16px;
  }
}

.single-school-schedule__cell--few {
  font-size: 24px;
  font-weight: 400;
  color: #e66a00;
}
@media (max-width: 768px) {
  .single-school-schedule__cell--few {
    font-size: 16px;
  }
}

.single-school-schedule__cell--remaining {
  font-size: 24px;
  font-weight: 400;
  color: #e66a00;
}
@media (max-width: 768px) {
  .single-school-schedule__cell--remaining {
    font-size: 16px;
  }
}

.single-school-schedule__cell--closed {
  background: #f5f5f5;
  font-size: 20px;
  color: #767676;
}
@media (max-width: 768px) {
  .single-school-schedule__cell--closed {
    font-size: 14px;
  }
}

.single-school-schedule__date {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #222222;
  text-align: right;
  margin-top: 8px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .single-school-schedule__date {
    font-size: 12px;
  }
}

.single-school-schedule__note {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #f5f5f5;
  padding: 30px;
}
@media (max-width: 768px) {
  .single-school-schedule__note {
    padding: 20px;
  }
}

.single-school-schedule__note p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #222222;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .single-school-schedule__note p {
    font-size: 14px;
  }
}

.single-school-schedule__note p + p {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .single-school-schedule__note p + p {
    margin-top: 16px;
  }
}

.single-school-schedule__note strong {
  font-weight: 700;
}

.single-school-reasons {
  padding: 80px 20px;
  background: #d6eef6;
}
@media (max-width: 768px) {
  .single-school-reasons {
    padding: 50px 20px;
  }
}

.single-school-reasons__cards {
  max-width: 1200px;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .single-school-reasons__cards {
    margin: 0 0 30px;
  }
}

.single-school-reasons__card {
  background: white;
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .single-school-reasons__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    border-radius: 8px;
  }
}

.single-school-reasons__card-image {
  width: 360px;
  height: 275px;
  overflow: hidden;
  background: white;
}
@media (max-width: 768px) {
  .single-school-reasons__card-image {
    position: relative;
    width: 100%;
    height: auto;
  }
  .single-school-reasons__card-image::before {
    content: "";
    display: block;
    padding-top: 56.38%;
  }
}

.single-school-reasons__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .single-school-reasons__card-image img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.single-school-reasons__card-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 40px 0 0;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .single-school-reasons__card-content {
    padding: 20px 20px 30px;
    gap: 20px;
  }
}

.single-school-reasons__card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.single-school-reasons__card-number-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media (max-width: 768px) {
  .single-school-reasons__card-number-wrapper {
    gap: 12px;
  }
}

.single-school-reasons__card-number {
  height: 50px;
}
@media (max-width: 768px) {
  .single-school-reasons__card-number {
    height: 40px;
  }
}

.single-school-reasons__card-label {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.72px;
  color: #e66a00;
}
@media (max-width: 768px) {
  .single-school-reasons__card-label {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}

.single-school-reasons__card-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #222222;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .single-school-reasons__card-title {
    font-size: 20px;
  }
}

.single-school-reasons__card-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #222222;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .single-school-reasons__card-text {
    font-size: 14px;
  }
}

.single-school-reasons__button {
  position: relative;
  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;
  gap: 16px;
  width: 300px;
  margin: 0 auto;
  padding: 14px 26px;
  background: white;
  border: 1px solid #9c9a99;
  border-radius: 9999px;
  text-decoration: none;
  color: #222222;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.72px;
  text-align: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .single-school-reasons__button {
    width: 100%;
    max-width: 300px;
    font-size: 16px;
    letter-spacing: 0.64px;
    padding: 12px 20px;
  }
}

.single-school-reasons__button:hover {
  opacity: 0.7;
}

.single-school-reasons__button img {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
}

.single-school-reviews {
  padding: 80px 20px;
  background: #f8f6e4;
}
@media (max-width: 768px) {
  .single-school-reviews {
    padding: 50px 0 50px 20px;
  }
}

.single-school-reviews__slider {
  max-width: 1920px;
  margin: 20px auto 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .single-school-reviews__slider {
    margin: 0;
  }
}

.single-school-reviews__card {
  width: 380px;
  height: auto;
  background: white;
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
@media (max-width: 768px) {
  .single-school-reviews__card {
    width: 280px;
    padding: 20px;
    border-radius: 8px;
  }
}

.single-school-reviews__card-content {
  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;
}
@media (max-width: 768px) {
  .single-school-reviews__card-content {
    gap: 4px;
  }
}

.single-school-reviews__card-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
}

.single-school-reviews__card-stars img {
  width: 20px;
  height: 19px;
  margin-right: 4px;
}
@media (max-width: 768px) {
  .single-school-reviews__card-stars img {
    width: 17px;
    height: 16px;
  }
}

.single-school-reviews__card-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #222222;
  margin-top: 0;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
@media (max-width: 768px) {
  .single-school-reviews__card-text {
    font-size: 14px;
    -webkit-line-clamp: 6;
  }
}

.single-school-reviews__card-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6px 30px;
  background: white;
  border: 1px solid #9c9a99;
  border-radius: 9999px;
  text-decoration: none;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.64px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
@media (max-width: 768px) {
  .single-school-reviews__card-link {
    margin-top: 4px;
    padding: 5px 18px;
    font-size: 12px;
  }
}

.single-school-reviews__card-link:hover {
  opacity: 0.7;
}

.single-school-reviews__note {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #222222;
  text-align: center;
  max-width: 1200px;
  margin: 30px auto 0;
}
@media (max-width: 768px) {
  .single-school-reviews__note {
    margin-top: 20px;
    font-size: 12px;
  }
}

.single-school-reviews__controls {
  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;
  gap: 24px;
  margin-top: 30px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .single-school-reviews__controls {
    margin: 17px 0 20px;
    gap: 24px;
  }
}

.single-school-reviews__arrow {
  width: 30px;
  height: 30px;
  background: #f5a200;
  border: none;
  border-radius: 50%;
  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;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  padding: 0;
}
@media (max-width: 768px) {
  .single-school-reviews__arrow {
    width: 24px;
    height: 24px;
  }
}

.single-school-reviews__arrow:hover {
  opacity: 0.7;
}

.single-school-reviews__arrow img {
  width: 24px;
  height: 24px;
}

.single-school-reviews__indicators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: auto !important;
}

.single-school-reviews__indicator {
  width: 10px;
  height: 10px;
  background: #cccccc;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.single-school-reviews__indicator.is-active {
  background: #f5a200;
}

.single-school-reviews__button {
  position: relative;
  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;
  gap: 16px;
  width: 300px;
  margin: 0 auto;
  padding: 14px 26px;
  background: white;
  border: 1px solid #9c9a99;
  border-radius: 9999px;
  text-decoration: none;
  color: #222222;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.72px;
  text-align: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .single-school-reviews__button {
    font-size: 15px;
  }
}

.single-school-reviews__button:hover {
  opacity: 0.7;
}

.single-school-reviews__button img {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
}

.review-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}

.review-modal.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.review-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.review-modal__content {
  position: relative;
  background: white;
  border-radius: 16px;
  max-width: 600px;
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
  padding: 40px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.review-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  font-size: 32px;
  line-height: 1;
  color: #222222;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.review-modal__close:hover {
  opacity: 0.7;
}

.review-modal__body {
  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;
}

.review-modal__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
}

.review-modal__stars img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}

.review-modal__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #222222;
  margin-top: 0;
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */