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

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

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

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

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

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

/* ==============================================================================
# mobileFont
============================================================================== */
/* ==============================================================================
# タグの色定義mixin
============================================================================== */
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

ol,
ul {
  list-style: none;
}

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

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

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

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

a,
span {
  color: inherit;
}

/* ==============================================================================
# 色の定義
============================================================================== */
/* ==============================================================================
# font-familyの定義
============================================================================== */
body {
  font-family: "Noto Sans JP", sans-serif;
}

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

.ZenOldMincho {
  font-family: "Zen Old Mincho", serif;
}

.Roboto {
  font-family: "Roboto", sans-serif;
}

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

/* ==============================================================================
# utility
============================================================================== */
.title__left {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  font-weight: bold;
  writing-mode: vertical-rl;
  color: rgba(255, 255, 255, 0.73);
}

.title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.6;
}
.title strong {
  color: #a60019;
}

.text {
  font-size: 17px;
  letter-spacing: 0.01em;
}

.under-section-title {
  color: #28c000;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .under-section-title {
    font-size: 28px;
  }
}

/* ==============================================================================
# カテゴリーバッジ（共通スタイル）
============================================================================== */
/* ==============================================================================
# タグ（共通スタイル）
============================================================================== */
.courses-main .intro {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .courses-main .intro {
    padding-top: 20px;
  }
}
.courses-main .intro .intro__box {
  background: rgba(249, 255, 233, 0.9);
  border-radius: 15px;
  padding: 38px 24px;
  margin-bottom: 54px;
}
@media screen and (max-width: 767px) {
  .courses-main .intro .intro__box {
    margin-bottom: 43px;
    padding: 20px 4px;
  }
}
.courses-main .intro .intro__description {
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .courses-main .intro .intro__description {
    text-align: left;
  }
}
.courses-main .intro .intro__illust {
  display: block;
  max-width: 622px;
  margin: 0 auto;
}
.courses-main .courses {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .courses-main .courses {
    padding-bottom: 50px;
  }
}
.courses-main .courses .courses__title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .courses-main .courses .courses__title {
    font-size: 28px;
  }
}
.courses-main .courses .courses__title svg,
.courses-main .courses .courses__title img {
  width: 136.78px;
  display: inline-block;
  margin-top: -8px;
}
@media screen and (max-width: 767px) {
  .courses-main .courses .courses__title svg,
  .courses-main .courses .courses__title img {
    width: 92.27px;
    transform: translateY(8px);
  }
}
.courses-main .courses .courses-items {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .courses-main .courses .courses-items {
    margin-top: 26px;
  }
}
.courses-main .courses .courses-item {
  border-radius: 15px;
  overflow: hidden;
}
.courses-main .courses .courses-item__header {
  color: #fff;
  text-align: center;
  padding: 14px 0;
}
.courses-main .courses .courses-item__title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 6px;
}
.courses-main .courses .courses-item__description {
  font-size: 20px;
}
.courses-main .courses .courses-item__img {
  padding: 28px 10px 20px;
}
.courses-main .courses .courses-item__img img {
  border-radius: 7px;
}
.courses-main .course-detail {
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .courses-main .course-detail {
    padding-bottom: 60px;
  }
}
.courses-main .course-detail .course-detail__header {
  text-align: center;
}
.courses-main .course-detail .course-detail__title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .courses-main .course-detail .course-detail__title {
    font-size: 28px;
  }
}
.courses-main .course-detail .course-detail__grade {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .courses-main .course-detail .course-detail__grade {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.courses-main .course-detail .course-detail__description {
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .courses-main .course-detail .course-detail__description {
    margin-bottom: 20px;
  }
}
.courses-main .course-detail .course-detail__images {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .courses-main .course-detail .course-detail__images {
    gap: 15px;
    margin-bottom: 40px;
  }
}
.courses-main .course-detail .course-detail__image {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .courses-main .course-detail .course-detail__image {
    border-radius: 10px;
  }
}
.courses-main .course-detail .course-detail__features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
@media screen and (max-width: 767px) {
  .courses-main .course-detail .course-detail__features {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.courses-main .course-detail .course-detail__feature {
  border-radius: 10px;
  padding: 15px 20px;
}
@media screen and (max-width: 767px) {
  .courses-main .course-detail .course-detail__feature {
    padding: 10px 14px;
  }
}
.courses-main .course-detail .course-detail__feature:nth-child(1) {
  background: #fff7f6;
}
.courses-main
  .course-detail
  .course-detail__feature:nth-child(1)
  .course-detail__feature-title {
  color: #d54132;
}
.courses-main .course-detail .course-detail__feature:nth-child(2) {
  background: #f6fffb;
  grid-column-start: 1;
  grid-row-start: 2;
}
@media screen and (max-width: 767px) {
  .courses-main .course-detail .course-detail__feature:nth-child(2) {
    grid-column-start: 1;
    grid-row-start: 2;
  }
}
.courses-main
  .course-detail
  .course-detail__feature:nth-child(2)
  .course-detail__feature-title {
  color: #05c086;
}
.courses-main .course-detail .course-detail__feature:nth-child(3) {
  background: #f9fff6;
}
.courses-main
  .course-detail
  .course-detail__feature:nth-child(3)
  .course-detail__feature-title {
  color: #86bc1f;
}
.courses-main .course-detail .course-detail__feature:nth-child(4) {
  background: #f6fdff;
}
.courses-main
  .course-detail
  .course-detail__feature:nth-child(4)
  .course-detail__feature-title {
  color: #369acf;
}
.courses-main .course-detail .course-detail__feature-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .courses-main .course-detail .course-detail__feature-title {
    margin-bottom: 4px;
  }
}
.courses-main .course-detail .course-detail__feature-text {
  font-size: 16px;
  line-height: 1.8;
}

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

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

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

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

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

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

/* ==============================================================================
# mobileFont
============================================================================== */
/* ==============================================================================
# タグの色定義mixin
============================================================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #d12e1d;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.header path {
  transition: all 0.3s ease;
}
.header .header__inner {
  padding: 0 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  height: 87px;
}
@media screen and (max-width: 1200px) {
  .header .header__inner {
    display: grid;
    grid-template-columns: 100px 1fr 100px;
    height: 56px;
  }
}
@media screen and (max-width: 767px) {
  .header .header__inner {
    padding: 0 15px;
  }
}
.header .header__left-text {
  display: none;
  font-size: 10px;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .header .header__left-text {
    display: block;
  }
}
.header .header__logo {
  width: 135px;
  text-align: center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .header .header__logo {
    margin: 0 auto;
    width: 88px;
  }
}
.header .header__logo:hover {
  opacity: 0.7;
}
.header .header__logo-text {
  font-size: 10px;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .header .header__logo-text {
    display: none;
  }
}
.header .header__virtual-bg {
  position: fixed;
  left: 0;
  top: 87px;
  width: 100vw;
  height: 0;
  background: #d12e1d;
  z-index: 105;
  opacity: 1;
  pointer-events: auto;
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: top;
}
@media screen and (max-width: 1200px) {
  .header .header__virtual-bg {
    display: none;
  }
}
.header .header-nav,
.header .header-nav__list,
.header .header-nav__item,
.header .header-nav__item-link {
  height: 100%;
}
.header .header-nav {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .header .header-nav {
    position: fixed;
    top: 56px;
    left: 0;
    width: 100%;
    height: calc(100vh - 56px);
    background: #d12e1d;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 18px 20px;
    gap: 35px;
    overflow-y: auto;
    clip-path: inset(0 0 100% 0);
    transition: clip-path 0.45s cubic-bezier(0.4, 0, 0.2, 1),
      visibility 0s linear 0.45s;
    z-index: 998;
  }
  .header .header-nav.is-open {
    clip-path: inset(0 0 0% 0);
    visibility: visible;
    transition: clip-path 0.45s cubic-bezier(0.4, 0, 0.2, 1),
      visibility 0s linear 0s;
  }
}
@media screen and (max-width: 767px) {
  .header .header-nav {
    padding: 16px 20px;
  }
}
.header .header-nav__list {
  display: flex;
  align-items: center;
  gap: 9px;
}
@media screen and (max-width: 1200px) {
  .header .header-nav__list {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 0;
    max-width: 348px;
    margin: 0 auto;
    height: auto;
  }
}
.header .header-nav__item {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .header .header-nav__item {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    height: auto;
  }
  .header .header-nav__item:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.header .header-nav__item--has-dropdown {
  position: relative;
}
.header .header-nav__item--has-dropdown:hover .header-nav__dropdown,
.header .header-nav__item--has-dropdown:focus-within .header-nav__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header .header-nav__item.is-active .header-nav__link {
  color: #ffdb0a;
}
.header .header-nav__item.is-active path {
  fill: #ffdb0a;
}
.header .header-nav__item.is-active .header-nav__toggle-icon::before {
  content: "−";
}
.header .header-nav__link {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: default;
  transition: all 0.3s ease;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .header .header-nav__link {
    width: 100%;
    padding: 14px 18px;
    font-size: 16px;
    height: auto;
    cursor: pointer;
  }
}
@media screen and (min-width: 1201px) and (hover: hover) {
  .header .header-nav__link:hover,
  .header .header-nav__link:focus-visible {
    color: #ffdb0a;
  }
  .header .header-nav__link:hover path,
  .header .header-nav__link:focus-visible path {
    fill: #ffdb0a;
  }
}
.header .header-nav__toggle-icon {
  display: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  margin-left: auto;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .header .header-nav__toggle-icon {
    display: block;
  }
  .header .header-nav__toggle-icon::before {
    content: "+";
  }
}
.header .header-nav__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.header .header-nav__dropdown {
  position: absolute;
  left: 0;
  top: 85%;
  margin-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0);
  transition: opacity 0.25s ease 0.15s, visibility 0.25s ease 0.15s,
    max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: grid;
  gap: 4px;
  z-index: 110;
  padding: 4px 0 28px 15px;
  max-height: 0;
  overflow: hidden;
}
.header .header-nav__dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 28px;
  width: 1px;
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .header .header-nav__dropdown {
    position: static;
    width: 100%;
    padding: 0 0 10px 0;
    opacity: 1;
    visibility: visible;
    gap: 0;
    display: none;
    max-height: none;
  }
  .header .header-nav__dropdown::before {
    display: none;
  }
}
.header .header-nav__dropdown-item {
  flex: 0 0 auto;
}
.header .header-nav__dropdown-link {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  padding: 2px 0;
  transition: all 0.3s ease;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .header .header-nav__dropdown-link {
    width: 100%;
    padding: 4px 0 4px 40px;
    font-size: 16px;
  }
}
.header .header-nav__dropdown-link:before {
  content: "・";
  display: inline-block;
  margin-right: 4px;
}
.header .header-nav__dropdown-link:hover,
.header .header-nav__dropdown-link:focus {
  color: #ffdb0a;
}
.header .header-btn {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .header .header-btn {
    width: 100%;
    max-width: 348px;
    margin: 0 auto;
  }
}
.header .header-btn__title {
  position: absolute;
  left: 8px;
  top: -2px;
  transform: translateY(-100%);
  color: #ffdb0c;
  font-size: 10px;
}
@media screen and (max-width: 1200px) {
  .header .header-btn__title {
    position: static;
    transform: none;
    margin-bottom: 5px;
    font-size: 14px;
    margin-left: 7px;
  }
}
.header .header-btn__list {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #d12e1d;
  background: #fff;
  border-radius: 8px;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .header .header-btn__list {
    justify-content: space-between;
  }
}
.header .header-btn__item:nth-of-type(1) .header-btn__link {
  padding-left: 12px;
}
@media screen and (max-width: 1200px) {
  .header .header-btn__item:nth-of-type(1) .header-btn__link {
    padding-left: 25px;
  }
}
.header .header-btn__item:nth-of-type(2) .header-btn__link {
  padding-right: 12px;
}
@media screen and (max-width: 1200px) {
  .header .header-btn__item:nth-of-type(2) .header-btn__link {
    padding-right: 25px;
  }
}
.header .header-btn__link {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 6px 0;
}
@media screen and (min-width: 1201px) and (hover: hover) {
  .header .header-btn__link:hover,
  .header .header-btn__link:focus {
    color: #ffdb0a;
  }
  .header .header-btn__link:hover path,
  .header .header-btn__link:focus path {
    fill: #ffdb0a;
  }
}
@media screen and (max-width: 1200px) {
  .header .header-btn__link {
    background: #fff;
    color: #d12e1d;
    padding: 10px 2px;
    border-radius: 30px;
    font-size: 16px;
    justify-content: space-between;
  }
}
.header .header-btn__text {
  display: flex;
  align-items: center;
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .header .header-btn__text {
    font-size: 16px;
  }
}
.header .header-btn__icon {
  display: flex;
  align-items: center;
}
.header .header-btn__icon path {
  fill: #d12e1d;
}

/* ==============================================================================
# Hamburger Menu
============================================================================== */
.header-nav__toggle {
  display: none;
  align-items: center;
  background: transparent;
  justify-content: end;
  cursor: pointer;
  gap: 6px;
  z-index: 1000;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .header-nav__toggle {
    display: flex;
  }
}
.header-nav__toggle-text {
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  position: relative;
}
.header-nav__toggle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  transition: transform 0.3s ease;
}
.header-nav__toggle[aria-expanded="true"] .header-nav__toggle-cell:nth-child(1),
.header-nav__toggle[aria-expanded="true"]
  .header-nav__toggle-cell:nth-child(5) {
  background: transparent;
}
.header-nav__toggle[aria-expanded="true"] .header-nav__toggle-cell:nth-child(2),
.header-nav__toggle[aria-expanded="true"] .header-nav__toggle-cell:nth-child(4),
.header-nav__toggle[aria-expanded="true"]
  .header-nav__toggle-cell:nth-child(6) {
  background: #fff;
}
.header-nav__toggle[aria-expanded="true"]
  .header-nav__toggle-cell:nth-child(8) {
  background: #fff;
}
.header-nav__toggle[aria-expanded="true"]
  .header-nav__toggle-cell:nth-child(3) {
  background: transparent;
}
.header-nav__toggle[aria-expanded="true"] .header-nav__toggle-cell:nth-child(7),
.header-nav__toggle[aria-expanded="true"]
  .header-nav__toggle-cell:nth-child(9) {
  background: transparent;
}
.header-nav__toggle-cell {
  width: 10px;
  height: 10px;
  transition: all 0.3s ease;
}
.header-nav__toggle-cell:nth-child(1),
.header-nav__toggle-cell:nth-child(5) {
  background: transparent;
}
.header-nav__toggle-cell:nth-child(2),
.header-nav__toggle-cell:nth-child(4),
.header-nav__toggle-cell:nth-child(6) {
  background: #fff;
}
.header-nav__toggle-cell:nth-child(3),
.header-nav__toggle-cell:nth-child(8) {
  background: #ffdb0c;
}
.header-nav__toggle-cell:nth-child(7),
.header-nav__toggle-cell:nth-child(9) {
  background: #008f84;
}

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

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

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

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

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

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

/* ==============================================================================
# mobileFont
============================================================================== */
/* ==============================================================================
# タグの色定義mixin
============================================================================== */
.footer {
  background: #d12e1d;
  color: #fff;
  padding: 30px 0 10px;
}
.footer path {
  transition: all 0.3s ease;
}
@media (max-width: 500px) {
  .footer .inner {
    max-width: 348px;
  }
}
.footer__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 34px;
}
.footer__logo-text {
  font-size: 10px;
  font-weight: 600;
}
.footer__logo-img {
  width: 130px;
}
.footer__items {
  margin-top: 10px;
}
.footer .footer-nav {
  width: 100%;
  display: grid;
  gap: 34px;
}
.footer .footer-nav__title {
  font-size: 20px;
  font-weight: 500;
}
.footer .footer-nav__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px 20px;
}
@media (max-width: 800px) {
  .footer .footer-nav__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .footer .footer-nav__list {
    grid-template-columns: 1fr;
  }
}
.footer .footer-nav__item {
  position: relative;
}
.footer .footer-nav__heading {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0px 8px 20px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  border: 0;
  border-bottom: 1px solid #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
.footer .footer-nav__heading:hover,
.footer .footer-nav__heading:focus {
  color: #ffdb0c;
}
.footer .footer-nav__heading:hover path,
.footer .footer-nav__heading:focus path {
  fill: #ffdb0c;
}
.footer .footer-nav__heading-text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.footer .footer-nav__heading-toggle {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  line-height: 1;
}
.footer .footer-nav__heading-toggle::before {
  content: "+";
  font-size: 26px;
  font-weight: 300;
}
.footer .footer-nav__heading[aria-expanded="true"] .footer-nav__heading-text {
  color: #ffdb0c;
}
.footer .footer-nav__heading[aria-expanded="true"] path {
  fill: #ffdb0c;
}
.footer
  .footer-nav__heading[aria-expanded="true"]
  .footer-nav__heading-toggle::before {
  content: "−";
  color: #ffdb0c;
}
@media (hover: hover) and (pointer: fine) {
  .footer .footer-nav__heading--link:hover,
  .footer .footer-nav__heading--link:focus {
    color: #ffdb0c;
  }
  .footer .footer-nav__heading--link:hover path,
  .footer .footer-nav__heading--link:focus path {
    fill: #ffdb0c;
  }
}
.footer .footer-nav__links {
  display: grid;
  gap: 8px;
  padding: 6px 0 0 0;
  border-left: 1px solid #ffffff;
  padding: 6px 0 6px 16px;
  margin: 15px 0 15px 25px;
}
.footer .footer-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.3s ease;
}
.footer .footer-nav__link:before {
  content: "・";
  display: inline-block;
  margin-right: 2px;
}
@media (hover: hover) and (pointer: fine) {
  .footer .footer-nav__link:hover,
  .footer .footer-nav__link:focus {
    color: #ffdb0c;
  }
}
.footer .footer__links {
  margin-top: 63px;
  display: flex;
  align-items: center;
  gap: 12px 34px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1000px) {
  .footer .footer__links {
    margin-top: 40px;
  }
}
@media (max-width: 500px) {
  .footer .footer__links {
    margin-top: 20px;
    flex-direction: column;
    align-items: baseline;
  }
}
.footer .footer__links .footer__links-link {
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 14px;
}
.footer .footer__links .footer__links-link:hover,
.footer .footer__links .footer__links-link:focus {
  color: #ffdb0c;
}
.footer .footer__links .footer__links-link:hover path,
.footer .footer__links .footer__links-link:focus path {
  stroke: #ffdb0c;
}
.footer .footer__sns {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: end;
  margin-top: -10px;
  margin-right: 20px;
  margin-bottom: 30px;
}
@media (max-width: 1000px) {
  .footer .footer__sns {
    margin-top: 26px;
  }
}
.footer .footer__sns .footer__sns-item {
  width: 32px;
  height: 32px;
}
.footer .footer__sns .footer__sns-link {
  transition: all 0.3s ease;
}
.footer .footer__sns .footer__sns-link:hover {
  opacity: 0.7;
}
.footer .footer__copyright {
  font-size: 12px;
  text-align: center;
}
@media (max-width: 500px) {
  .footer .footer__copyright .footer__copyright-main {
    margin-bottom: 10px;
  }
}
.main {
  padding-top: 87px;
}
@media screen and (max-width: 1200px) {
  .main {
    padding-top: 56px;
  }
}

.promotion {
  background: #f8f8f8;
  padding: 60px 0;
  margin-top: 60px;
}

/* ==============================================================================
# Banner
============================================================================== */
.banner {
  padding-bottom: 35px;
}
.banner .banner__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .banner .banner__list {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin: 0 auto;
  }
}
.banner .banner__link {
  transition: all 0.3s ease;
}
.banner .banner__link:hover {
  opacity: 0.7;
}
/* ==============================================================================
# CTA
============================================================================== */
.cta {
  padding: 0 8px;
}
.cta .cta__list {
  background: #fff;
  border-radius: 15px;
  border: 5px solid #c20013;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 52px;
  max-width: 727px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cta .cta__list {
    max-width: 350px;
    padding: 10px 15px;
  }
}
.cta .cta__item:nth-of-type(1) .cta__icon {
  width: 33px;
}
@media screen and (max-width: 767px) {
  .cta .cta__item:nth-of-type(1) .cta__icon {
    width: 17px;
  }
}
.cta .cta__item:nth-of-type(2) .cta__icon {
  width: 49px;
}
@media screen and (max-width: 767px) {
  .cta .cta__item:nth-of-type(2) .cta__icon {
    width: 25px;
  }
}
.cta .cta__item:nth-of-type(3) .cta__icon {
  width: 40px;
}
@media screen and (max-width: 767px) {
  .cta .cta__item:nth-of-type(3) .cta__icon {
    width: 20px;
  }
}
.cta .cta__link {
  display: flex;
  gap: 6px;
  align-items: center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .cta .cta__link {
    gap: 4px;
  }
}
.cta .cta__link:hover {
  opacity: 0.7;
}
.cta .cta__text {
  font-size: 25px;
  font-weight: 800;
  color: #d12e1d;
}
@media screen and (max-width: 767px) {
  .cta .cta__text {
    font-size: 13px;
  }
}

.cta--floating {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  width: 100%;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.cta--floating.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .cta--floating {
    bottom: 28px;
  }
}

/* elements - templates/elements と対応 */
/**
 * Reusable button component
 * templates/elements/button.php
 */
.btn {
  position: relative;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  width: fit-content;
  min-height: 46px;
  padding: 0 44px 0 20px;
  border: none;
  border-radius: 23px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .btn {
    min-height: 36px;
    padding: 0 30px 0 20px;
    font-size: 13px;
    min-width: 200px;
    width: 100%;
    max-width: 450px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    transform: translateY(-2px);
    opacity: 0.8;
  }
}
.btn--red {
  background: #d54233;
}
.btn--green {
  background: #29c001;
}
.btn--lime {
  background: #86bc1f;
}
.btn--teal {
  background: #05c086;
}
.btn--e-crefus {
  background: #1f90df;
}
.btn--fc {
  background: #91c234;
}
.btn--outline-teal {
  background: transparent;
  border: 2px solid #05c086;
  color: #05c086;
}
.btn--outline-white {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: #fff;
}
.btn__text {
  display: inline-block;
}
.btn--outline {
  background: #fff;
  border: 2px solid;
}
.btn--outline.btn--teal {
  color: #05c086;
  border-color: #05c086;
}
.btn--outline.btn--red {
  color: #d54233;
  border-color: #d54233;
}
.btn--outline.btn--lime {
  color: #86bc1f;
  border-color: #86bc1f;
}
.btn--outline.btn--green {
  color: #29c001;
  border-color: #29c001;
}
.btn--outline.btn--blue {
  color: #369acf;
  border-color: #369acf;
}
.btn--outline.btn--e-crefus {
  color: #1f90df;
  border-color: #1f90df;
}
.btn--no-arrow {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .btn--no-arrow {
    padding: 0 16px;
  }
}
.btn__icon {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 7px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .btn__icon {
    right: 12px;
  }
}

/* templates/elements/page-header.php */
.page-header .page-header__fv {
  height: 250px;
  padding-top: 45px;
  background: center/cover no-repeat var(--bg-image-pc);
}
@media screen and (max-width: 767px) {
  .page-header .page-header__fv {
    background-image: var(--bg-image-sp);
  }
}
.page-header .page-header__fv .inner {
  max-width: 1360px;
}
.page-header .page-header__title {
  font-size: 48px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  padding: 0 18px;
  display: inline;
  line-height: 1.6;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media screen and (max-width: 767px) {
  .page-header .page-header__title {
    font-size: 28px;
    height: 53px;
  }
}

/* templates/elements/breadcrumb.php */
.breadcrumb {
  margin-top: 5px;
}
.breadcrumb .inner {
  max-width: 1360px;
  padding: 0 10px;
}
.breadcrumb .breadcrumb__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .breadcrumb .breadcrumb__list {
    font-size: 14px;
  }
}

/* templates/elements/page-title.php */
/* templates/elements/single-sidebar.php */
/* ==============================================================================
# メディアクエリのmixin
============================================================================== */
/* ==============================================================================
# メディアクエリのmixin
============================================================================== */
@media screen and (max-width: 767px) {
  .is-sp-up {
    display: none !important;
  }
}

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

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

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

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

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

/* ==============================================================================
# mobileFont
============================================================================== */
/* ==============================================================================
# タグの色定義mixin
============================================================================== */
.single-sidebar {
  position: sticky;
  top: 107px;
  align-self: start;
  display: grid;
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .single-sidebar {
    top: 76px;
  }
}
@media screen and (max-width: 767px) {
  .single-sidebar {
    position: static;
    max-width: 320px;
    margin: 0 auto;
  }
}
.single-sidebar .single-sidebar__title {
  font-size: 18px;
  font-weight: 500;
  color: #86bc1f;
  margin-bottom: 10px;
}
.single-sidebar .single-sidebar__search .search-form {
  position: relative;
  display: flex;
  align-items: center;
}
.single-sidebar .single-sidebar__search .search-field {
  padding: 12px 45px 12px 12px;
  border: 1px solid #86bc1f;
  border-radius: 5px;
  font-size: 16px;
  background: #fff;
  width: 100%;
}
.single-sidebar .single-sidebar__search .search-field::placeholder {
  color: #bebebe;
}
.single-sidebar .single-sidebar__search .search-field:focus {
  outline: none;
  border-color: #86bc1f;
}
.single-sidebar .single-sidebar__search .search-submit {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  padding: 8px;
  background: transparent;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.single-sidebar .single-sidebar__search .search-submit:hover {
  opacity: 0.8;
}
.single-sidebar .single-sidebar__search .search-submit svg {
  width: 24px;
  height: 24px;
}
.single-sidebar .single-sidebar__category-list {
  background: #f9ffed;
  border-radius: 5px;
  border: 1px solid #86bc1f;
}
.single-sidebar
  .single-sidebar__category-list
  .single-sidebar__category-item:not(:last-child) {
  border-bottom: 1px solid rgba(134, 188, 31, 0.4);
}
.single-sidebar .single-sidebar__category-list .single-sidebar__category-link {
  display: block;
  padding: 10px 15px;
  color: #86bc1f;
  font-size: 14px;
  transition: all 0.3s ease;
}
.single-sidebar
  .single-sidebar__category-list
  .single-sidebar__category-link:hover {
  opacity: 0.8;
}
.single-sidebar .single-sidebar__banners {
  display: grid;
  gap: 30px;
}
.single-sidebar .single-sidebar__banner {
  display: block;
  text-decoration: none;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.single-sidebar .single-sidebar__banner:hover {
  transform: translateY(-2px);
}
.single-sidebar .single-sidebar__banner-text {
  padding: 15px;
  background: #fff;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
.single-sidebar .single-sidebar__recent-list {
  display: grid;
  gap: 10px;
}
.single-sidebar .single-sidebar__recent-item {
  padding-bottom: 14px;
  border-bottom: 1px solid #cbe49b;
}
.single-sidebar .single-sidebar__recent-link {
  display: flex;
  gap: 12px;
  transition: opacity 0.3s ease;
}
.single-sidebar .single-sidebar__recent-link:hover {
  opacity: 0.8;
}
.single-sidebar .single-sidebar__recent-thumbnail {
  width: 90px;
}
.single-sidebar .single-sidebar__recent-thumbnail img {
  aspect-ratio: 90/60;
  border-radius: 3px;
}
.single-sidebar .single-sidebar__recent-content {
  flex: 1;
  min-width: 0;
}
.single-sidebar .single-sidebar__recent-date {
  display: block;
  font-size: 12px;
}
.single-sidebar .single-sidebar__recent-title {
  font-size: 16px;
  line-height: 1.375;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* templates/elements/instagram-feed.php */
.instagram-feed .inner {
  padding: 0;
}
.instagram-feed__box {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 30px;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .instagram-feed__box {
    padding: 30px 15px;
  }
}
.instagram-feed__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .instagram-feed__header {
    flex-direction: column;
    gap: 12px;
  }
}
.instagram-feed__title {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .instagram-feed__title {
    align-items: flex-start;
  }
}
.instagram-feed__logo img {
  width: 48px;
  height: 48px;
  display: block;
  border-radius: 50%;
}
.instagram-feed__title-text {
  line-height: 1.4;
}
.instagram-feed__account {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .instagram-feed__account {
    font-size: 16px;
  }
}
.instagram-feed__username {
  color: #999;
  font-size: 12px;
}
.instagram-feed__stats {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .instagram-feed__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.instagram-feed__stats li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.instagram-feed__stats-value {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .instagram-feed__stats-value {
    font-size: 14px;
  }
}
.instagram-feed__stats-label {
  font-size: 12px;
  color: #777;
  letter-spacing: 0.02em;
}
.instagram-feed__follow-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 4px 12px;
  border-radius: 5px;
  background: #0095f6;
  color: #fff;
  font-size: 16px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.instagram-feed__follow-button:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}
.instagram-feed__follow-icon {
  width: 18px;
  height: 18px;
  display: block;
  flex-shrink: 0;
}
.instagram-feed__error {
  padding: 12px 16px;
  border-radius: 8px;
  background: #fff3f3;
  color: #b00020;
  font-weight: 600;
}
.instagram-feed__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  .instagram-feed__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.instagram-feed__item a {
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
}
.instagram-feed__item a:hover img {
  transform: scale(1.02);
}
.instagram-feed__item a:hover .instagram-feed__caption {
  opacity: 1;
}
.instagram-feed__item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.instagram-feed__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px 10px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  opacity: 0;
  transition: opacity 0.2s ease;
}

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

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

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

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

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

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

/* ==============================================================================
# mobileFont
============================================================================== */
/* ==============================================================================
# タグの色定義mixin
============================================================================== */
.posts-section {
  padding: 40px 0;
}
.posts-section .inner {
  max-width: 1045px;
}
.posts-section .posts-card__header {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .posts-section .posts-card__header {
    margin-bottom: 10px;
  }
}
.posts-section .posts-card__header-title {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
.posts-section .posts-card__header-title.under-section-title {
  color: #28c000;
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .posts-section .posts-card__header-title {
    font-size: 13px;
  }
  .posts-section .posts-card__header-title.under-section-title {
    font-size: 28px;
  }
}
.posts-section .posts-card__header-button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
}
.posts-section .posts-card__header-button:hover {
  opacity: 0.7;
}
.posts-section .posts-card__header-button-icon {
  width: 24px;
}
@media screen and (max-width: 767px) {
  .posts-section .posts-card__header-button-icon {
    width: 18px;
  }
}
.posts-section .posts-card__header-button-text {
  font-size: 17px;
  font-weight: bold;
  color: rgba(40, 192, 0, 0.7);
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .posts-section .posts-card__header-button-text {
    font-size: 13px;
  }
}
.posts-section .posts-slider__slider {
  position: relative;
  padding: 0 52.5px;
}
@media screen and (max-width: 767px) {
  .posts-section .posts-slider__slider {
    padding: 0 25px;
  }
}
.posts-section .posts-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.posts-section .posts-card__list--static {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
}
@media screen and (max-width: 1024px) {
  .posts-section .posts-card__list--static {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .posts-section .posts-card__list--static {
    grid-template-columns: 1fr;
    gap: 26px;
    max-width: 256px;
    margin: 0 auto;
  }
}
.posts-section .posts-card__link {
  display: block;
}
.posts-section .posts-card__link > img {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  object-fit: cover;
  display: block;
}
.posts-section .posts-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 6px;
}
@media screen and (max-width: 767px) {
  .posts-section .posts-card__meta {
    margin: 6px 0 4px;
  }
}
.posts-section .posts-card__tag-text {
  font-size: 13px;
  font-weight: 500;
  padding: 2px 14px;
  background: #86bc1f;
  border-radius: 5px;
  color: #fff;
}
.posts-section .posts-card__tag-text--crefus {
  background: #86bc1f;
}
.posts-section .posts-card__tag-text--kicks {
  background: #d12d1d;
}
.posts-section .posts-card__tag-text--cram-school,
.posts-section .posts-card__tag-text--gakushu-juku {
  background: #05c086;
}
.posts-section .posts-card__tag-text--e-crefus {
  background: #359acf;
}
.posts-section .posts-card__tag-text--franchise {
  background: #b95ee2;
}
.posts-section .posts-card__tag-text--school-support {
  background: #e39d3d;
}
.posts-section .posts-card__tag-text--other {
  background: #5f5e5e;
}
.posts-section .posts-card__tag-text--robotics-certification,
.posts-section .posts-card__tag-text--robotto-kentei {
  background: #5f5e5e;
}
@media screen and (max-width: 767px) {
  .posts-section .posts-card__tag-text {
    padding: 2px 12px;
  }
}
.posts-section .posts-card__date {
  font-size: 14px;
  font-weight: 500;
}
.posts-section .posts-card__title {
  font-size: 14px;
  font-weight: 500;
}
.posts-section .posts-slider__arrows {
  position: absolute;
  top: calc(50% - 55px);
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .posts-section .posts-slider__arrows {
    top: calc(50% - 40px);
  }
}
.posts-section .posts-slider__arrow {
  pointer-events: auto;
  appearance: none;
  background: transparent;
  border: none;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.posts-section .posts-slider__arrow:hover {
  opacity: 0.8;
}
.posts-section .posts-slider__arrow--prev {
  transform: translateX(-5px);
}
@media screen and (max-width: 767px) {
  .posts-section .posts-slider__arrow--prev {
    transform: translateX(-10px);
  }
}
.posts-section .posts-slider__arrow--next {
  transform: translateX(5px);
}
@media screen and (max-width: 767px) {
  .posts-section .posts-slider__arrow--next {
    transform: translateX(10px);
  }
}
.posts-section .posts-slider__arrow svg {
  display: block;
  width: 13.8px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .posts-section .posts-slider__arrow svg {
    width: 10px;
  }
}

/* templates/elements/classroom-search.php - 教室検索ブロック全体 */
/* ==============================================================================
# メディアクエリのmixin
============================================================================== */
/* ==============================================================================
# メディアクエリのmixin
============================================================================== */
@media screen and (max-width: 767px) {
  .is-sp-up {
    display: none !important;
  }
}

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

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

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

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

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

/* ==============================================================================
# mobileFont
============================================================================== */
/* ==============================================================================
# タグの色定義mixin
============================================================================== */
.classroom {
  padding: 40px 0 100px;
}
.classroom__title {
  font-size: 40px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 30px;
  color: #28c000;
}
@media screen and (max-width: 767px) {
  .classroom__title {
    font-size: 24px;
    margin-bottom: 30px;
    gap: 8px;
  }
}
.classroom .classroom__title-icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
}
.classroom .classroom__title-icon svg {
  width: 100%;
  height: 100%;
}
.classroom .classroom-map {
  width: 100%;
}
.classroom .classroom-map__map {
  display: none;
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .classroom .classroom-map__map {
    height: 150px;
  }
}
.classroom .classroom-map__map.is-active {
  display: block;
}
.classroom .classroom-map__controls {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.classroom .classroom-map__status {
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 1.6;
}
.classroom .classroom-map__status.is-error {
  color: #a60019;
}
.classroom .classroom-search__body {
  background: #f9ffeb;
  padding: 47px 70px 35px;
  border-radius: 15px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .classroom .classroom-search__body {
    padding: 25px 20px;
  }
}
.classroom .classroom-search__submit {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  height: 50px;
  border: none;
  border-radius: 26px;
  background: #86bc1f;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.classroom .classroom-search__submit:hover {
  opacity: 0.9;
}
.classroom .classroom-search__submit:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .classroom .classroom-search__map {
    width: 100%;
  }
}
.classroom .classroom-search__map object {
  width: 100%;
}
.classroom .classroom-online {
  margin-top: 40px;
  text-align: center;
}
.classroom .classroom-online__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  height: 45px;
  padding-right: 30px;
  border-radius: 999px;
  background: #86bc1f;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  margin-top: 16px;
  transition: opacity 0.2s ease;
}
.classroom .classroom-online__button:hover {
  opacity: 0.9;
}
.classroom .classroom-online__button-icon {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 5.95px;
  height: 11.08px;
}
.classroom .classroom-online__button-icon svg {
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

/* ==============================================================================
# mobileFont
============================================================================== */
/* ==============================================================================
# タグの色定義mixin
============================================================================== */
.share-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .share-buttons {
    gap: 6px;
    margin-bottom: 20px;
  }
}

.share-buttons--bottom {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .share-buttons--bottom {
    display: none;
  }
}

.share-buttons__item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 16px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .share-buttons__item {
    padding: 6px 12px;
    font-size: 12px;
    gap: 6px;
  }
}
.share-buttons__item:hover {
  opacity: 0.8;
  transform: translateY(-1px);
}

.share-buttons__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  height: 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .share-buttons__icon {
    height: 18px;
  }
}
.share-buttons__icon img {
  height: 100%;
  width: auto;
  display: block;
}
.share-buttons__icon svg {
  width: 100%;
  height: 100%;
}

.share-buttons__text {
  font-weight: 600;
}

.share-buttons__count {
  display: none;
}

/* Facebook */
.share-buttons__item--facebook {
  background: #1877f2;
  color: #fff;
}
.share-buttons__item--facebook .share-buttons__icon--facebook {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
}

/* X (Twitter) */
.share-buttons__item--twitter {
  background: #000;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .share-buttons__item--twitter {
    padding: 6px 16px;
  }
}
.share-buttons__item--twitter .share-buttons__icon--twitter {
  font-size: 16px;
  font-weight: 700;
}

/* はてなブックマーク */
.share-buttons__item--hatena {
  background: #00a4de;
  color: #fff;
}
.share-buttons__item--hatena .share-buttons__icon--hatena {
  font-size: 14px;
  font-weight: 700;
}

/* LINE */
.share-buttons__line-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.share-buttons__item--line {
  background: #06c755;
  color: #fff;
  position: relative;
}
.share-buttons__item--line .share-buttons__icon--line svg {
  fill: currentColor;
}

.share-buttons__count-bubble {
  display: none;
}

/* Pocket */
.share-buttons__item--pocket {
  background: #f2f2f2;
  color: #6a6a6a;
  border: 1px solid #6a6a6a;
}
.share-buttons__item--pocket .share-buttons__icon--pocket {
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-buttons__item--pocket .share-buttons__icon--pocket svg {
  width: 18px;
  height: 18px;
}
.share-buttons__item--pocket .share-buttons__text {
  color: #6a6a6a;
}
.share-buttons__item--pocket:hover {
  opacity: 0.8;
}

/* templates/elements/teaching-materials.php */
.teaching-materials {
  padding: 65px 0 105px;
  background: #f9f9f9;
}
@media screen and (max-width: 767px) {
  .teaching-materials {
    background: #fff;
    padding: 0 0 60px;
  }
}

.teaching-materials__title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #d12e1d;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .teaching-materials__title {
    font-size: 28px;
    margin-bottom: 150px;
  }
}

.teaching-materials__robot {
  position: relative;
  max-width: 720px;
  margin-left: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .teaching-materials__robot {
    margin-bottom: 40px;
  }
}
.teaching-materials__robot .teaching-materials__robot-image {
  position: absolute;
  display: flex;
  align-items: center;
  padding-left: 32px;
  width: 400px;
  height: 100%;
  top: -35px;
  left: 75px;
  transform: translateX(-100%);
  z-index: 0;
}
.teaching-materials__robot .teaching-materials__robot-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 720px;
  max-width: 720px;
  height: 100%;
  background: #fff;
  border-radius: 15px;
  z-index: 1;
}
.teaching-materials__robot .teaching-materials__robot-image img {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .teaching-materials__robot .teaching-materials__robot-image {
    width: 316px;
    top: -20px;
    left: 0;
    transform: translate(0, -50%);
    padding-left: 0;
  }
  .teaching-materials__robot .teaching-materials__robot-image::before {
    display: none;
  }
}
.teaching-materials__robot .teaching-materials__robot-content {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  background: rgba(255, 255, 255, 0.7);
  padding: 36px 70px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .teaching-materials__robot .teaching-materials__robot-content {
    box-shadow: none;
    background: rgba(242, 242, 242, 0.9);
    padding: 22px 24px;
    margin-left: 35px;
  }
}
.teaching-materials__robot .teaching-materials__subtitle {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .teaching-materials__robot .teaching-materials__subtitle {
    font-size: 20px;
    margin-bottom: 13px;
  }
}
.teaching-materials__robot .teaching-materials__robot-description {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .teaching-materials__robot .teaching-materials__robot-description {
    font-size: 13px;
    line-height: 1.7;
  }
}

.teaching-materials__worksheet {
  text-align: center;
}
.teaching-materials__worksheet .teaching-materials__subtitle {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .teaching-materials__worksheet .teaching-materials__subtitle {
    font-size: 20px;
    margin-bottom: 13px;
  }
}
.teaching-materials__worksheet .teaching-materials__worksheet-description {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .teaching-materials__worksheet .teaching-materials__worksheet-description {
    margin-bottom: 27px;
  }
}
.teaching-materials__worksheet .teaching-materials__worksheet-images {
  max-width: 854px;
  margin: 0 auto;
  aspect-ratio: 854/497;
  position: relative;
}
@media screen and (max-width: 767px) {
  .teaching-materials__worksheet .teaching-materials__worksheet-images {
    aspect-ratio: 358/255;
  }
}
.teaching-materials__worksheet .teaching-materials__worksheet-image {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  width: 64.4028103044%;
}
@media screen and (max-width: 767px) {
  .teaching-materials__worksheet .teaching-materials__worksheet-image {
    width: 72.0670391061%;
  }
}
.teaching-materials__worksheet
  .teaching-materials__worksheet-image:nth-of-type(1) {
  top: 0;
  left: 0;
  z-index: 1;
}
.teaching-materials__worksheet
  .teaching-materials__worksheet-image:nth-of-type(2) {
  bottom: 0;
  right: 0;
}

.teaching-materials__button {
  margin-top: 60px;
}

.teaching-materials__button--section-end {
  display: flex;
  width: fit-content;
  margin: 60px auto 0;
}

/**
 * About ページ共通ナビゲーション
 * templates/elements/about-nav.php
 */
.about-nav {
  padding: 64px 0 96px;
}

.about-nav__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.about-nav__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 68px;
  padding: 0;
  border-radius: 10px;
  border: 2px solid #86bc1f;
  background: transparent;
  color: #86bc1f;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  transition: background 0.2s, color 0.2s;
}
.about-nav__button:hover {
  background: #86bc1f;
  color: #fff;
}
.about-nav__button--active {
  background: #86bc1f;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .about-nav {
    padding: 48px 0 64px;
  }
  .about-nav__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.pre-footer-cta {
  padding: 60px 0 70px;
  background: #efefef;
}
@media screen and (max-width: 767px) {
  .pre-footer-cta {
    padding: 40px 0 28px;
  }
}
.pre-footer-cta__banners {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .pre-footer-cta__banners {
    grid-template-columns: 1fr;
  }
}
.pre-footer-cta__banner {
  overflow: hidden;
}
.pre-footer-cta__banner a {
  display: block;
  transition: opacity 0.3s ease;
}
.pre-footer-cta__banner a:hover {
  opacity: 0.8;
}
.pre-footer-cta__banner img {
  width: 100%;
  display: block;
}
.pre-footer-cta__cta {
  width: 470px;
  margin: 35px auto 0;
  padding: 15px 52px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  gap: 50px;
  background: #fff;
  border: 4px solid #c93022;
  border-radius: 16px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.44);
}
@media screen and (max-width: 767px) {
  .pre-footer-cta__cta {
    width: 100%;
    gap: 20px;
    padding: 8px 20px;
    height: 80px;
  }
}
.pre-footer-cta__cta--floating {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  margin: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0s linear 0.25s;
}
.pre-footer-cta__cta--floating.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.25s ease, visibility 0s linear 0s;
}
@media screen and (max-width: 767px) {
  .pre-footer-cta__cta--floating {
    bottom: 28px;
  }
}
.pre-footer-cta__cta-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #d12e1d;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.3s ease;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .pre-footer-cta__cta-link {
    font-size:24px;
  }
}
.pre-footer-cta__cta-link:hover {
  opacity: 0.8;
}
.pre-footer-cta__cta-icon {
  display: block;
  width: 34px;
  flex: 0 0 34px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .pre-footer-cta__cta-icon {
    width: 18px;
    flex-basis: 24px;
  }
}

.course-main .course-intro {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .course-main .course-intro {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.course-main .course-intro .course-intro__box {
  background: rgba(249, 255, 233, 0.9);
  border-radius: 15px;
  padding: 27px 24px 22px;
}
@media screen and (max-width: 767px) {
  .course-main .course-intro .course-intro__box {
    padding: 22px 8px 24px;
  }
}
.course-main .course-intro .course-intro__text {
  color: #28c000;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .course-main .course-intro .course-intro__text {
    font-size: 24px;
  }
}
.course-main .course-intro .course-intro__description {
  font-size: 20px;
  line-height: 1.8;
}
.course-main {
  /* ==============================================================================
  # course-detail
  ============================================================================== */
}
.course-main .course-detail {
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .course-main .course-detail {
    padding-bottom: 60px;
  }
}
.course-main .course-detail .course-detail__header {
  text-align: center;
  margin-bottom: 33px;
}
@media screen and (max-width: 767px) {
  .course-main .course-detail .course-detail__header {
    margin-bottom: 20px;
  }
}
.course-main .course-detail .course-detail__title {
  margin: 0 auto;
  margin-bottom: 10px;
}
.course-main .course-detail .course-detail__title svg {
  width: 100%;
}
.course-main .course-detail .course-detail__subtitle {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
}
.course-main .course-detail .course-detail__courses {
  font-size: 16px;
  font-weight: bold;
}
.course-main .course-detail .course-detail__content {
  position: relative;
  padding-top: 65px;
}
@media screen and (max-width: 767px) {
  .course-main .course-detail .course-detail__content {
    padding-top: 125px;
  }
}
.course-main .course-detail .course-detail__decoration-image {
  width: 200px;
  position: absolute;
  z-index: 2;
}
.course-main .course-detail .course-detail__image-wrapper {
  position: absolute;
  width: min(88%, 782px);
  height: calc(100% + 30px - 65px);
  top: 0;
}
.course-main .course-detail .course-detail__image-wrapper img {
  border-radius: 15px;
  height: 100%;
}
.course-main .course-detail .course-detail__text-box {
  position: relative;
  z-index: 1;
  width: 65.2727272727%;
  border-radius: 15px;
  background: rgba(242, 242, 242, 0.9);
  padding: 18px 66px 36px;
}
@media screen and (max-width: 767px) {
  .course-main .course-detail .course-detail__text-box {
    width: 90.2777777778%;
    padding: 18px 20px 28px;
  }
}
.course-main .course-detail .course-detail__text-box-title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .course-main .course-detail .course-detail__text-box-title {
    font-size: 20px;
  }
}
.course-main .course-detail .course-detail__text-box-content {
  margin-bottom: 20px;
}
.course-main .course-detail .course-detail__text-box-description {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .course-main .course-detail .course-detail__text-box-description {
    font-size: 13px;
    line-height: 1.7;
  }
}
.course-main .course-detail .course-detail__text-box-image {
  float: right;
}
@media screen and (max-width: 767px) {
  .course-main .course-detail .course-detail__text-box-image {
    float: none;
    position: absolute;
  }
}
.course-main .course-detail .course-detail__button {
  position: relative;
  padding: 10px 54px 10px 33px;
  border-radius: 18px;
  display: inline-block;
  transition: all 0.3s ease;
}
.course-main .course-detail .course-detail__button:hover {
  opacity: 0.8;
}
.course-main .course-detail .course-detail__button .course-detail__button-text {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
.course-main
  .course-detail
  .course-detail__button
  .course-detail__button-icon-svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 6px;
}
.course-main .course-detail {
  /* =====================
    # Each course style
    ===================== */
}
.course-main .course-detail--kicks .course-detail__title {
  width: 126.56px;
}
@media screen and (max-width: 767px) {
  .course-main .course-detail--kicks .course-detail__title {
    width: 91.44px;
  }
}
.course-main .course-detail--kicks .course-detail__decoration-image {
  width: 130px;
  left: 34%;
  bottom: 15px;
  transform: translate(-50%, 50%);
}
@media screen and (max-width: 767px) {
  .course-main .course-detail--kicks .course-detail__decoration-image {
    width: 70px;
    left: 8%;
    bottom: 0;
  }
}
.course-main .course-detail--kicks .course-detail__text-box {
  margin-left: auto;
}
.course-main .course-detail--kicks .course-detail__text-box-image {
  width: 150px;
  margin-right: -34px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .course-main .course-detail--kicks .course-detail__text-box-image {
    width: 100px;
    margin-right: 0;
    margin-top: 15px;
    right: 0;
    bottom: -10px;
  }
}
.course-main .course-detail--kicks .course-detail__text-box-title {
  color: #d12e1d;
}
.course-main .course-detail--kicks .course-detail__button {
  background: #d12e1d;
}
.course-main .course-detail--crefus .course-detail__title {
  width: 174.42px;
}
@media screen and (max-width: 767px) {
  .course-main .course-detail--crefus .course-detail__title {
    width: 134.02px;
  }
}
.course-main .course-detail--crefus .course-detail__decoration-image {
  width: 180px;
  right: 0;
  bottom: 0;
  transform: translate(30%, 30%);
}
@media screen and (max-width: 767px) {
  .course-main .course-detail--crefus .course-detail__decoration-image {
    width: 125px;
    bottom: -17px;
    right: 50px;
  }
}
.course-main .course-detail--crefus .course-detail__image-wrapper {
  right: 0;
}
.course-main .course-detail--crefus .course-detail__text-box-image {
  width: 160px;
  margin-right: 0px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .course-main .course-detail--crefus .course-detail__text-box-image {
    top: -36px;
    left: 6px;
    margin-top: 0;
    width: 70px;
  }
}
.course-main .course-detail--crefus .course-detail__text-box-title {
  color: #86bc1f;
}
.course-main .course-detail--crefus .course-detail__button {
  background: #86bc1f;
}
.course-main .course-detail--advanced .course-detail__title {
  font-size: 40px;
  font-weight: bold;
  color: #05c086;
}
@media screen and (max-width: 767px) {
  .course-main .course-detail--advanced .course-detail__title {
    font-size: 28px;
  }
}
.course-main .course-detail--advanced .course-detail__decoration-image {
  width: 220px;
  bottom: 45px;
  transform: translate(-50%, 50%);
  left: 32%;
}
@media screen and (max-width: 767px) {
  .course-main .course-detail--advanced .course-detail__decoration-image {
    width: 90px;
    left: 10%;
    bottom: 15px;
  }
}
.course-main .course-detail--advanced .course-detail__text-box {
  margin-left: auto;
}
.course-main .course-detail--advanced .course-detail__text-box-content {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .course-main .course-detail--advanced .course-detail__text-box-content {
    margin-bottom: 20px;
  }
}
.course-main .course-detail--advanced .course-detail__text-box-image {
  width: 180px;
  margin-top: 0px;
  margin-right: -30px;
}
@media screen and (max-width: 767px) {
  .course-main .course-detail--advanced .course-detail__text-box-image {
    width: 94px;
    bottom: 20px;
    right: 0;
    margin-right: 0;
  }
}
.course-main .course-detail--advanced .course-detail__text-box-title {
  color: #05c086;
}
.course-main .course-detail--advanced .course-detail__button {
  background: #05c086;
}
.course-main .banner {
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .course-main .banner {
    padding-bottom: 50px;
  }
}
.course-main .banner .inner {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .course-main .banner .inner {
    grid-template-columns: 1fr;
  }
}
.course-main .banner .banner__link {
  display: block;
  transition: all 0.3s ease;
}
.course-main .banner .banner__link:hover {
  opacity: 0.7;
}
.kicks-main .steps {
  padding: 80px 0 70px;
}
@media screen and (max-width: 767px) {
  .kicks-main .steps {
    padding: 50px 0;
  }
}
.kicks-main .steps .steps__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .kicks-main .steps .steps__list {
    gap: 15px;
  }
}
.kicks-main .steps .steps-card {
  --steps-accent: #d12e1d;
  border: 3px solid color-mix(in srgb, var(--steps-accent) 90%, transparent);
  border-radius: 15px;
  padding: 18px 20px 18px 24px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .kicks-main .steps .steps-card {
    flex-direction: column;
    text-align: left;
    padding: 15px 15px 20px;
  }
}
.kicks-main .steps .steps-card--create {
  --steps-accent: #86bc1f;
}
.kicks-main .steps .steps-card--programming {
  --steps-accent: #05c086;
}
.kicks-main .steps .steps-card--improve {
  --steps-accent: #369acf;
}
.kicks-main .steps .steps-card__body {
  display: grid;
  grid-template-columns: 160px auto 245px;
}
@media screen and (max-width: 767px) {
  .kicks-main .steps .steps-card__body {
    grid-template-columns: 113fr 215fr;
    gap: 12px;
    width: 100%;
  }
}
.kicks-main .steps .steps-card__number {
  display: flex;
  align-items: center;
}
.kicks-main .steps .steps-card__number span {
  font-size: 94px;
  padding-right: 22px;
  padding: 10px 22px 10px 0;
  font-weight: 700;
  color: var(--steps-accent);
  border-right: 1px solid var(--steps-accent);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .kicks-main .steps .steps-card__number span {
    font-size: 68px;
    padding: 14px 22px 14px 0;
  }
}
@media screen and (max-width: 767px) {
  .kicks-main .steps .steps-card__number {
    order: 1;
  }
}
.kicks-main .steps .steps-card__text {
  padding-top: 18px;
}
@media screen and (max-width: 767px) {
  .kicks-main .steps .steps-card__text {
    order: 3;
    grid-column: span 2 / span 2;
  }
}
.kicks-main .steps .steps-card__title {
  font-size: 30px;
  font-weight: 700;
  color: var(--steps-accent);
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .kicks-main .steps .steps-card__title {
    font-size: 24px;
    margin-bottom: 8px;
    text-align: center;
  }
}
.kicks-main .steps .steps-card__description {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .kicks-main .steps .steps-card__image {
    order: 2;
  }
}
.kicks-main .steps .steps-card__image img {
  display: block;
  border-radius: 6px;
  aspect-ratio: 245/190;
}
@media screen and (max-width: 767px) {
  .kicks-main .steps .steps-card__image img {
    aspect-ratio: 215/133;
  }
}
.kicks-main .courses .courses__title {
  color: #d12e1d;
}
.kicks-main .courses .courses-item {
  background: #fff2f1;
}
.kicks-main .courses .courses-item__header {
  background: #d12e1d;
}
.kicks-main .course-detail .course-detail__title {
  color: #d54132;
}

.beginner-main .courses {
  background: #f9f9f9;
  padding-top: 60px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.beginner-main .courses .courses__title {
  color: #86bc1f;
}
.beginner-main .courses .courses__title svg {
  width: 174.43px;
}
.beginner-main .courses .courses-item__description {
  font-size: 18px;
}
.beginner-main .courses .courses-item--bronze {
  background: rgba(255, 247, 237, 0.9);
}
.beginner-main .courses .courses-item--bronze .courses-item__header {
  background: #bc591f;
}
.beginner-main .courses .courses-item--silver {
  background: rgba(243, 243, 243, 0.9);
}
.beginner-main .courses .courses-item--silver .courses-item__header {
  background: #949494;
}
.beginner-main .courses .courses-item--gold {
  background: rgba(255, 255, 237, 0.9);
}
.beginner-main .courses .courses-item--gold .courses-item__header {
  background: #d6cf02;
}
.beginner-main .courses .courses__cta {
  margin-top: 34px;
  text-align: center;
}
.beginner-main .courses .courses__cta-button {
  position: relative;
  gap: 6px;
  border-radius: 23px;
  background: #86bc1f;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  padding: 14px 50px 14px 33px;
  transition: all 0.3s ease;
}
.beginner-main .courses .courses__cta-button:hover {
  opacity: 0.7;
}
.beginner-main .courses .courses__cta-button-icon {
  width: 6px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.beginner-main .courses .courses__cta-note {
  margin-top: 12px;
  font-size: 14px;
  color: #4f4f4f;
}
.beginner-main .course-detail--bronze .course-detail__title {
  color: #c26832;
}
.beginner-main .course-detail--silver .course-detail__title {
  color: #9d9d9d;
}
.beginner-main .course-detail--gold .course-detail__title {
  color: #dad318;
}
.beginner-main .course-detail .course-detail__features {
  grid-template-columns: 1fr;
}
.beginner-main .beginner-cta {
  padding-bottom: 85px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .beginner-main .beginner-cta {
    padding-bottom: 55px;
  }
}
.beginner-main .beginner-cta .inner {
  position: relative;
}
.beginner-main .beginner-cta .beginner-cta__button {
  position: relative;
  display: inline-block;
  border-radius: 20px;
  background: #d12e1d;
  color: #fff;
  padding: 15px 60px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .beginner-main .beginner-cta .beginner-cta__button {
    width: 100%;
    min-width: 0;
    padding: 15px 30px 15px 16px;
  }
}
.beginner-main .beginner-cta .beginner-cta__button:hover {
  opacity: 0.8;
}
.beginner-main .beginner-cta .beginner-cta__button-text {
  display: grid;
  justify-content: center;
  gap: 4px;
}
.beginner-main .beginner-cta .beginner-cta__button-text-main {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .beginner-main .beginner-cta .beginner-cta__button-text-main {
    font-size: 18px;
  }
}
.beginner-main .beginner-cta .beginner-cta__button-text-sub {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .beginner-main .beginner-cta .beginner-cta__button-text-sub {
    font-size: 15px;
  }
}
.beginner-main .beginner-cta .beginner-cta__button-icon {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: auto;
}

.middle-main .intro .intro__box {
  margin-bottom: 115px;
}
.middle-main .courses {
  background: #f9f9f9;
  padding: 60px 0 30px;
  margin-bottom: 80px;
}
.middle-main .courses .courses__title {
  color: #86bc1f;
}
.middle-main .courses .courses-items {
  grid-template-columns: repeat(4, 1fr);
}
.middle-main .courses .courses-item {
  background: rgba(255, 247, 237, 0.9);
  border-radius: 10px;
}
.middle-main .courses .courses-item__header {
  background: #86bc1f;
  color: #fff;
  padding: 8px 0;
}
.middle-main .courses .courses-item__title {
  margin-bottom: 0;
}
.middle-main .courses .courses-item__description {
  font-feature-settings: "palt";
}
.middle-main .course-detail .course-detail__title {
  color: #91c132;
}
.middle-main .course-detail .course-detail__features {
  grid-template-columns: 1fr;
}
.middle-main .teaching-materials .teaching-materials__title {
  color: #6bc31f;
}

/* page-study.php */
.main.study-main {
  padding-bottom: 0;
}

.study-main .study-intro {
  padding: 40px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .study-main .study-intro {
    padding: 44px 0 42px;
  }
}
.study-main .study-intro__lead {
  font-size: 22px;
  line-height: 1.6363636364;
  margin-bottom: 46px;
}
@media screen and (max-width: 767px) {
  .study-main .study-intro__lead {
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 24px;
  }
}
.study-main .study-intro__lead-em {
  font-style: normal;
  font-weight: 700;
}
.study-main .study-intro__lead-em--blue {
  color: #2f9fdd;
}
.study-main .study-intro__lead-em--red {
  color: #d12e1d;
}
.study-main .study-intro__lead-em--green {
  color: #86bc1f;
}
.study-main .study-intro__heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 52px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .study-main .study-intro__heading {
    font-size: 30px;
    line-height: 1.45;
    margin-bottom: 34px;
  }
}
.study-main .study-intro__buttons {
  display: flex;
  justify-content: center;
  gap: 42px;
}
@media screen and (max-width: 767px) {
  .study-main .study-intro__buttons {
    gap: 14px;
  }
}
.study-main .study-intro__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 253px;
  min-height: 55px;
  border-radius: 10px;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .study-main .study-intro__button {
    width: calc(50% - 7px);
    min-height: 48px;
    font-size: 18px;
  }
}
.study-main .study-intro__button:hover {
  opacity: 0.8;
}
.study-main .study-intro__button--elementary {
  background: #d12e1d;
}
.study-main .study-intro__button--middle {
  background: #86bc1f;
}
.study-main .study-feature {
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .study-main .study-feature {
    padding-bottom: 50px;
  }
}
.study-main .study-feature__content {
  position: relative;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .study-main .study-feature__content {
    padding-top: 0;
  }
}
.study-main .study-feature__image-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: min(50%, 450px);
  height: calc(100% + 30px - 60px);
}
.study-main .study-feature__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .study-main .study-feature__image-wrapper {
    position: static;
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
  .study-main .study-feature__image-wrapper img {
    height: auto;
    border-radius: 10px;
  }
}
.study-main .study-feature__box {
  position: relative;
  z-index: 1;
  width: 65.2727272727%;
  margin-left: auto;
  background: rgba(242, 242, 242, 0.9);
  border-radius: 15px;
  padding: 34px 70px 36px;
}
@media screen and (max-width: 767px) {
  .study-main .study-feature__box {
    width: 100%;
    padding: 0;
    border-radius: 0;
    background: transparent;
  }
}
.study-main .study-feature__box-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4333333333;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .study-main .study-feature__box-title {
    font-size: 20px;
    line-height: 1.5;
  }
}
.study-main .study-feature__box-link {
  color: #d12e1d;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4333333333;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .study-main .study-feature__box-link {
    font-size: 30px;
    line-height: 1.4333333333;
    margin-bottom: 6px;
  }
}
.study-main .study-feature__box-text {
  font-size: 16px;
  line-height: 1.8125;
  color: #333;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .study-main .study-feature__box-text {
    font-size: 16px;
    line-height: 1.8125;
  }
}
.study-main .study-news {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .study-main .study-news {
    padding-bottom: 40px;
  }
}
.study-main .study-news__title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #28c000;
}
@media screen and (max-width: 767px) {
  .study-main .study-news__title {
    font-size: 24px;
  }
}
.study-main .study-news__title {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .study-main .study-news__title {
    margin-bottom: 10px;
  }
}
.study-main .study-news__button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .study-main .study-news__button-wrapper {
    margin-top: 24px;
  }
}
.study-main .study-news__button.btn--green {
  background: #86bc1f;
  font-size: 18px;
  min-width: 350px;
  min-height: 50px;
}
@media screen and (max-width: 767px) {
  .study-main .study-news__button.btn--green {
    font-size: 14px;
    min-width: 300px;
    min-height: 40px;
  }
}
.study-main .study-learning-image {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .study-main .study-learning-image {
    padding-bottom: 50px;
  }
}
.study-main .study-learning-image__title {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 34px;
  color: #369acf;
}
@media screen and (max-width: 767px) {
  .study-main .study-learning-image__title {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
.study-main .study-learning-image__img {
  width: 100%;
  height: auto;
  display: block;
}
.study-main .study-materials {
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .study-main .study-materials {
    padding-bottom: 50px;
  }
}
.study-main .study-materials__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr auto;
  gap: 26px;
}
@media screen and (max-width: 767px) {
  .study-main .study-materials__grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
}
.study-main .study-materials__card {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  border-radius: 15px;
  overflow: hidden;
  border: 2px solid;
}
@media screen and (max-width: 767px) {
  .study-main .study-materials__card {
    display: block;
    grid-row: auto;
  }
}
.study-main .study-materials__card-header {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding: 20px 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .study-main .study-materials__card-header {
    padding: 6px 10px;
  }
}
.study-main .study-materials__card-body {
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  padding: 8px 18px 28px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .study-main .study-materials__card-body {
    display: block;
    grid-row: auto;
    padding: 16px 10px 16px;
  }
}
.study-main .study-materials__card-text {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 24px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .study-main .study-materials__card-text {
    margin-bottom: 20px;
  }
}
.study-main .study-materials__card-image {
  text-align: center;
}
.study-main .study-materials__card-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.study-main .study-materials__card--shinenshu {
  border-color: #d54132;
}
.study-main .study-materials__card--shinenshu .study-materials__card-header {
  background: #d54132;
}
.study-main .study-materials__card--surara {
  border-color: #86bc1f;
}
.study-main .study-materials__card--surara .study-materials__card-header {
  background: #86bc1f;
}
.study-main .study-about {
  padding: 0 0 88px;
}
@media screen and (max-width: 767px) {
  .study-main .study-about {
    padding: 0 0 62px;
  }
}
.study-main .study-about__title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #28c000;
}
@media screen and (max-width: 767px) {
  .study-main .study-about__title {
    font-size: 24px;
  }
}
.study-main .study-about__title {
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .study-main .study-about__title {
    margin-bottom: 24px;
  }
}
.study-main .study-about__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 43px;
}
@media screen and (max-width: 767px) {
  .study-main .study-about__body {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.study-main .study-about__text {
  flex: 1;
  font-size: 16px;
  line-height: 2.125;
  color: #333;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .study-main .study-about__text {
    font-size: 16px;
    line-height: 1.875;
  }
}
.study-main .study-about__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .study-main .study-about__image {
    width: 100%;
  }
}
.study-main .study-flow {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .study-main .study-flow {
    padding-bottom: 60px;
  }
}
.study-main .study-flow__title {
  font-size: 32px;
  font-weight: bold;
  color: #369acf;
  text-align: center;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .study-main .study-flow__title {
    font-size: 28px;
    margin-bottom: 8px;
  }
}
.study-main .study-flow__group {
  margin-bottom: 40px;
}
.study-main .study-flow__group:last-child {
  margin-bottom: 0;
}
.study-main .study-flow__group-title {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .study-main .study-flow__group-title {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 18px;
  }
}
.study-main .study-flow__steps {
  display: flex;
  align-items: stretch;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .study-main .study-flow__steps {
    max-width: 264px;
    margin: 0 auto;
    flex-direction: column;
    gap: 8px;
  }
}
.study-main .study-flow__arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.study-main .study-flow__arrow svg {
  display: block;
}
.study-main .study-flow__step {
  flex: 1;
  position: relative;
  border-radius: 20px;
  padding: 40px 10px 20px;
  box-shadow: 0 1px 11px rgba(0, 0, 0, 0.08);
  text-align: left;
  margin-top: 16.5px;
}
@media screen and (max-width: 767px) {
  .study-main .study-flow__step {
    padding: 40px 14px 16px;
    margin-top: 16.5px;
  }
}
.study-main .study-flow__step-badge {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 145px;
  height: 33px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .study-main .study-flow__step-badge {
    width: 145px;
    height: 33px;
  }
}
.study-main .study-flow__step-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1666666667;
  text-align: center;
  margin-bottom: 8px;
}
.study-main .study-flow__step-text {
  font-size: 15px;
  line-height: 1.3125;
  color: #3a3a3a;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .study-main .study-flow__step-text {
    font-size: 15px;
    line-height: 1.45;
  }
}
.study-main .study-flow__group--elementary .study-flow__group-title {
  color: #d54132;
}
.study-main .study-flow__group--elementary .study-flow__step {
  background: #fff8f8;
}
.study-main .study-flow__group--elementary .study-flow__step-badge {
  background: #d54132;
}
.study-main .study-flow__group--elementary .study-flow__step-title {
  color: #d54132;
}
.study-main .study-flow__group--middle .study-flow__group-title {
  color: #86bc1f;
}
.study-main .study-flow__group--middle .study-flow__step {
  background: #fafff8;
}
.study-main .study-flow__group--middle .study-flow__step-badge {
  background: #86bc1f;
}
.study-main .study-flow__group--middle .study-flow__step-title {
  color: #86bc1f;
}
.study-main .study-classrooms {
  padding: 60px 0;
  background: #f9f9f9;
}
@media screen and (max-width: 767px) {
  .study-main .study-classrooms {
    padding: 56px 0 60px;
  }
}
.study-main .study-classrooms .inner {
  display: grid;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .study-main .study-classrooms .inner {
    gap: 40px;
  }
}
.study-main .study-classrooms__item {
  display: grid;
  grid-template-columns: 520fr 540fr;
  gap: 40px;
  align-items: start;
}
.study-main .study-classrooms__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .study-main .study-classrooms__item {
    grid-template-columns: 1fr;
  }
}
.study-main .study-classrooms__info {
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .study-main .study-classrooms__info {
    width: 100%;
  }
}
.study-main .study-classrooms__title {
  font-size: 30px;
  font-weight: 700;
  color: #86bc1f;
  line-height: 1.5333333333;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .study-main .study-classrooms__title {
    font-size: 22px;
    line-height: 1.6363636364;
    margin-bottom: 10px;
  }
}
.study-main .study-classrooms__address {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 0;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .study-main .study-classrooms__address {
    font-size: 16px;
    line-height: 1.875;
    padding-bottom: 10px;
  }
}
.study-main .study-classrooms__divider {
  border: none;
  border-top: 1px solid #dedede;
  margin: 0;
}
.study-main .study-classrooms__access {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 0;
  padding: 14px 0;
}
@media screen and (max-width: 767px) {
  .study-main .study-classrooms__access {
    font-size: 16px;
    line-height: 1.875;
    padding: 10px 0;
  }
}
.study-main .study-classrooms__tel {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 0;
  padding: 14px 0;
}
@media screen and (max-width: 767px) {
  .study-main .study-classrooms__tel {
    font-size: 16px;
    line-height: 1.875;
    padding: 10px 0;
  }
}
.study-main .study-classrooms__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 300px);
  height: 45px;
  background: #86bc1f;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 0 48px 0 20px;
  border-radius: 999px;
  margin-top: 22px;
  transition: opacity 0.3s ease;
}
.study-main .study-classrooms__button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .study-main .study-classrooms__button {
    width: min(100%, 300px);
    height: 45px;
    font-size: 16px;
    line-height: 1;
    padding: 0 40px 0 18px;
    margin-top: 14px;
  }
}
.study-main .study-classrooms__button-icon {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
@media screen and (max-width: 767px) {
  .study-main .study-classrooms__button-icon {
    right: 14px;
    width: 8px;
  }
}
.study-main .study-classrooms__map {
  min-width: 0;
  justify-self: end;
  width: 100%;
  max-width: 539px;
}
.study-main .study-classrooms__map iframe {
  width: 100%;
  border: 1px solid #707070;
  aspect-ratio: 539/316;
  height: auto;
  min-height: 316px;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .study-main .study-classrooms__map {
    width: 100%;
    max-width: 100%;
  }
  .study-main .study-classrooms__map iframe {
    min-height: 220px;
  }
}
.study-main .study-classrooms__map-placeholder {
  width: 100%;
  aspect-ratio: 539/316;
  min-height: 316px;
  background: #e8e8e8;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .study-main .study-classrooms__map-placeholder {
    min-height: 220px;
  }
}
.study-main .study-message {
  padding: 90px 0;
  isolation: isolate;
}
@media screen and (max-width: 767px) {
  .study-main .study-message {
    padding: 58px 0 50px;
  }
}
.study-main .study-message__body {
  position: relative;
  background: #fff;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
  padding: 28px 34px 40px;
}
.study-main .study-message__body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b3ea8e;
  transform: rotate(2deg);
  transform-origin: center center;
  z-index: -1;
  pointer-events: none;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .study-main .study-message__body {
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
    padding: 14px 12px 16px;
  }
}
.study-main .study-message__heading {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5333333333;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: none;
  background-image: repeating-linear-gradient(
    90deg,
    #86bc1f 0,
    #86bc1f 4px,
    transparent 4px,
    transparent 9px
  );
  background-size: 100% 4px;
  background-repeat: no-repeat;
  background-position: left bottom;
}
@media screen and (max-width: 767px) {
  .study-main .study-message__heading {
    font-size: 18px;
    line-height: 1.6666666667;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.study-main .study-message__image {
  width: min(71%, 690px);
  margin: 0 auto 38px;
}
.study-main .study-message__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .study-main .study-message__image {
    width: 96%;
    margin-bottom: 10px;
  }
}
.study-main .study-message__text {
  font-size: 16px;
  line-height: 2;
  text-align: left;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .study-main .study-message__text {
    padding: 0;
  }
}
.study-main .study-voice__heading {
  font-size: 32px;
  font-weight: 700;
  color: #369acf;
  line-height: 0.8888888889;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .study-main .study-voice__heading {
    font-size: 30px;
    line-height: 1.3333333333;
    margin-bottom: 16px;
  }
}
.study-main .study-voice__divider {
  display: none;
}
.study-main .study-voice__card {
  display: grid;
  grid-template-columns: 162px 1fr;
  gap: 30px;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
  border: 2px solid #369acf;
  border-radius: 15px;
  padding: 20px 24px;
  background: #fff;
  box-shadow: 0 3px 11px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .study-main .study-voice__card {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 16px 14px 14px;
  }
}
.study-main .study-voice__card-avatar {
  flex-shrink: 0;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #ffffff;
  box-shadow: 0 3px 11px rgba(0, 0, 0, 0.16);
}
.study-main .study-voice__card-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .study-main .study-voice__card-avatar {
    width: 100%;
    max-width: 162px;
    margin: 0 auto;
    aspect-ratio: 1;
  }
}
.study-main .study-voice__card-content {
  flex: 1;
  min-width: 0;
}
.study-main .study-voice__card-label {
  font-size: 22px;
  font-weight: 500;
  line-height: 2.0909090909;
  margin-bottom: 2px;
  color: #202020;
}
@media screen and (max-width: 767px) {
  .study-main .study-voice__card-label {
    text-align: center;
    margin-bottom: 0;
  }
}
.study-main .study-voice__card-text {
  font-size: 16px;
  line-height: 2;
  color: #202020;
}
@media screen and (max-width: 767px) {
  .study-main .study-voice__card-text {
    line-height: 2;
  }
}
.study-main .study-faq {
  padding: 80px 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .study-main .study-faq {
    padding: 48px 0 56px;
  }
}
.study-main .study-faq .faq-section__title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #28c000;
}
@media screen and (max-width: 767px) {
  .study-main .study-faq .faq-section__title {
    font-size: 24px;
  }
}
.study-main .study-faq .faq-section__title {
  color: #25b818;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .study-main .study-faq .faq-section__title {
    margin-bottom: 20px;
  }
}

/* page-e-crefus.php */
main.e-crefus-main {
  padding-bottom: 0;
}
main.e-crefus-main .e-crefus-intro {
  padding: 60px 0 80px;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-intro {
    padding: 40px 0;
  }
}
main.e-crefus-main .e-crefus-intro__box {
  background: #eff4f8;
  border-radius: 15px;
  padding: 40px 48px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-intro__box {
    padding: 24px 16px;
  }
}
main.e-crefus-main .e-crefus-intro__catch {
  color: #1f90df;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-intro__catch {
    font-size: 24px;
  }
}
main.e-crefus-main .e-crefus-intro__description {
  font-size: 20px;
  line-height: 1.875;
  text-align: left;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-intro__description {
    font-size: 16px;
  }
}
main.e-crefus-main .e-crefus-about {
  padding: 60px 0 40px;
  background: #f9f9f9;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-about {
    padding: 40px 0 40px;
  }
}
main.e-crefus-main .e-crefus-about__title {
  color: #1f90df;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-about__title {
    font-size: calc(28 / 390 * 100vw);
    margin-bottom: 24px;
    line-height: 1.2;
  }
}
main.e-crefus-main .e-crefus-about__video-wrapper {
  max-width: 1000px;
  margin: 0 auto 24px;
}
main.e-crefus-main .e-crefus-about__video {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
}
main.e-crefus-main .e-crefus-about__note {
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-about__note {
    font-size: 16px;
  }
}
main.e-crefus-main .e-crefus-features {
  padding: 50px 0 0;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-features {
    padding: 40px 0 0;
  }
}
main.e-crefus-main .e-crefus-features__title {
  color: #1f90df;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-features__title {
    font-size: calc(28 / 390 * 100vw);
    margin-bottom: 24px;
    line-height: 1.2;
  }
}
main.e-crefus-main .e-crefus-features__title {
  margin-bottom: 24px;
}
main.e-crefus-main .e-crefus-features__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 27px 22px;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-features__list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
main.e-crefus-main .e-crefus-features__item {
  border: 2px solid #1f90df;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
}
main.e-crefus-main .e-crefus-features__item--wide {
  grid-column: span 2;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-features__item--wide {
    grid-column: span 1;
  }
}
main.e-crefus-main .e-crefus-features__card-header {
  background: #1f90df;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 16px 12px;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-features__card-header {
    font-size: 20px;
    padding: 10px 16px;
  }
}
main.e-crefus-main .e-crefus-features__card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 16px 20px 20px;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-features__card-content {
    padding: 12px 16px 16px;
  }
}
main.e-crefus-main .e-crefus-features__card-content--wide {
  flex-direction: row-reverse;
  align-items: center;
  gap: 30px;
  padding: 32px 36px 20px;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-features__card-content--wide {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 16px 16px;
  }
}
main.e-crefus-main
  .e-crefus-features__card-content--wide
  .e-crefus-features__card-image {
  flex: 0 0 45.5445544554%;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main
    .e-crefus-features__card-content--wide
    .e-crefus-features__card-image {
    flex: none;
    width: 100%;
    margin-bottom: 16px;
  }
}
main.e-crefus-main
  .e-crefus-features__card-content--wide
  .e-crefus-features__card-image
  img {
  aspect-ratio: 460/275;
  height: auto;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main
    .e-crefus-features__card-content--wide
    .e-crefus-features__card-image
    img {
    aspect-ratio: 338/137;
  }
}
main.e-crefus-main .e-crefus-features__card-image {
  margin-bottom: 20px;
}
main.e-crefus-main .e-crefus-features__card-image img {
  display: block;
  width: 100%;
  aspect-ratio: 500/180;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-features__card-image img {
    aspect-ratio: 338/137;
  }
}
main.e-crefus-main .e-crefus-features__card-body {
  flex: 1;
}
main.e-crefus-main .e-crefus-features__card-subtitle {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-features__card-subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
main.e-crefus-main .e-crefus-features__card-text {
  font-size: 16px;
  line-height: 2;
}
main.e-crefus-main .e-crefus-features__card-link {
  display: inline-block;
  margin-top: 10px;
  color: #1f90df;
  font-size: 16px;
  text-decoration: underline;
}
main.e-crefus-main .e-crefus-features__card-link:hover {
  opacity: 0.7;
}
main.e-crefus-main .e-crefus-recommend {
  padding: 80px 0 60px;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-recommend {
    padding: 40px 0 50px;
  }
}
main.e-crefus-main .e-crefus-recommend__title {
  color: #1f90df;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-recommend__title {
    font-size: calc(28 / 390 * 100vw);
    margin-bottom: 24px;
    line-height: 1.2;
  }
}
main.e-crefus-main .e-crefus-recommend__list {
  background: rgba(239, 244, 248, 0.9);
  border-radius: 15px;
  padding: 32px 42px;
  list-style: none;
  max-width: 830px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-recommend__list {
    padding: 24px 20px;
  }
}
main.e-crefus-main .e-crefus-recommend__item {
  position: relative;
  padding-left: 20px;
  font-size: 20px;
  line-height: 1.8;
}
main.e-crefus-main .e-crefus-recommend__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.911' height='10.068' viewBox='0 0 11.911 10.068'%3E%3Cpath d='M9281.865,540.407l11.911,5.107-11.911,4.961,3.665-4.961Z' transform='translate(-9281.865 -540.407)' fill='%231f90df'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-recommend__item::before {
    transform: translateY(0);
    top: 8px;
  }
}
main.e-crefus-main
  .e-crefus-recommend__item
  + main.e-crefus-main
  .e-crefus-recommend__item {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-recommend__item {
    font-size: 14px;
  }
}
main.e-crefus-main .e-crefus-courses {
  padding: 70px 0 80px;
  background: #f5f9ff;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-courses {
    padding: 40px 0 50px;
  }
}
main.e-crefus-main .e-crefus-courses__title {
  color: #1f90df;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-courses__title {
    font-size: calc(28 / 390 * 100vw);
    margin-bottom: 24px;
    line-height: 1.2;
  }
}
main.e-crefus-main .e-crefus-courses__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
main.e-crefus-main .e-crefus-courses__list img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-courses__list {
    grid-template-columns: 1fr;
  }
}
main.e-crefus-main .e-crefus-course-detail {
  padding: 70px 0 80px;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-course-detail {
    padding: 40px 0 50px;
  }
}
main.e-crefus-main
  .e-crefus-course-detail__block
  + main.e-crefus-main
  .e-crefus-course-detail__block {
  margin-top: 64px;
  padding-top: 64px;
  border-top: 1px solid #d5eaf7;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main
    .e-crefus-course-detail__block
    + main.e-crefus-main
    .e-crefus-course-detail__block {
    margin-top: 48px;
    padding-top: 48px;
  }
}
main.e-crefus-main .e-crefus-course-detail__title {
  color: #1f90df;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-course-detail__title {
    font-size: calc(28 / 390 * 100vw);
    margin-bottom: 8px;
    line-height: 1.2;
  }
}
main.e-crefus-main .e-crefus-course-detail__subtitle {
  text-align: center;
  font-size: 22px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-course-detail__subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
main.e-crefus-main .e-crefus-course-detail__body {
  display: grid;
  grid-template-columns: 600fr 460fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-course-detail__body {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
main.e-crefus-main .e-crefus-course-detail__image img {
  display: block;
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 600/400;
  object-fit: cover;
}
main.e-crefus-main .e-crefus-course-detail__specs {
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-course-detail__specs {
    font-size: 16px;
  }
}
main.e-crefus-main .e-crefus-course-detail__features {
  background: #f0f5f8;
  border-radius: 20px;
  padding: 15px 36px;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-course-detail__features {
    padding: 20px 16px;
  }
}
main.e-crefus-main .e-crefus-course-detail__features-title {
  font-size: 22px;
  font-weight: bold;
  color: #1f90df;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-course-detail__features-title {
    text-align: center;
    margin-bottom: 8px;
  }
}
main.e-crefus-main
  .e-crefus-course-detail__block--elite
  .e-crefus-course-detail__title {
  color: #1ec3d1;
}
main.e-crefus-main
  .e-crefus-course-detail__block--elite
  .e-crefus-course-detail__features-title {
  color: #1ec3d1;
}
main.e-crefus-main .e-crefus-course-detail__block--ecrefus {
  margin-top: 45px;
}
main.e-crefus-main .e-crefus-course-detail__features-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
main.e-crefus-main .e-crefus-course-detail__features-list li {
  font-size: 20px;
  line-height: 1.7;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
main.e-crefus-main .e-crefus-course-detail__features-list li::before {
  content: "・";
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-course-detail__features-list li {
    font-size: 16px;
  }
}
main.e-crefus-main .e-crefus-it-env {
  padding: 50px 0 80px;
  background: #f9f9f9;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-it-env {
    padding: 40px 0 50px;
  }
}
main.e-crefus-main .e-crefus-it-env__title {
  color: #1f90df;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-it-env__title {
    font-size: calc(28 / 390 * 100vw);
    margin-bottom: 12px;
    line-height: 1.2;
  }
}
main.e-crefus-main .e-crefus-it-env__intro {
  text-align: center;
  font-size: 15px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-it-env__intro {
    text-align: left;
    margin-bottom: 24px;
  }
}
main.e-crefus-main .e-crefus-it-env__items {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 40px;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-it-env__items {
    gap: 20px;
  }
}
main.e-crefus-main .e-crefus-it-env__item {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #1f90df;
}
main.e-crefus-main .e-crefus-it-env__header {
  background: #1f90df;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  padding: 8px 24px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-it-env__header {
    font-size: 20px;
    padding: 8px 16px;
    gap: 0;
  }
}
main.e-crefus-main .e-crefus-it-env__num {
  color: #ffff00;
  line-height: 1;
  flex-shrink: 0;
}
main.e-crefus-main .e-crefus-it-env__header-text {
  display: inline-block;
}
main.e-crefus-main .e-crefus-it-env__body {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 20px;
  padding: 28px 38px 28px 36px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-it-env__body {
    display: block;
    padding: 10px 8px;
  }
}
main.e-crefus-main .e-crefus-it-env__text {
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-it-env__text {
    font-size: 16px;
  }
}
main.e-crefus-main .e-crefus-it-env__table-label {
  font-size: 16px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-it-env__table-label {
    font-size: 12px;
    margin-top: 15px;
  }
}
main.e-crefus-main .e-crefus-it-env__table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 2px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  font-size: 16px;
  margin-top: 10px;
}
main.e-crefus-main .e-crefus-it-env__table th,
main.e-crefus-main .e-crefus-it-env__table td {
  font-size: 16px;
  padding: 4px 20px;
  line-height: 1.6;
  height: 40px;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-it-env__table th,
  main.e-crefus-main .e-crefus-it-env__table td {
    padding: 0 8px;
    font-size: 9px;
    height: 20px;
  }
}
main.e-crefus-main .e-crefus-it-env__table th {
  padding-top: 0;
  padding-bottom: 0;
  background: #1970ae;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-clip: padding-box;
}
main.e-crefus-main .e-crefus-it-env__table td {
  vertical-align: middle;
  background: #f5f5f5;
  text-align: left;
}
main.e-crefus-main .e-crefus-it-env__table td.e-crefus-it-env__cell--center {
  text-align: center;
}
main.e-crefus-main .e-crefus-it-env__table td.e-crefus-it-env__cell--top {
  vertical-align: top;
}
main.e-crefus-main .e-crefus-it-env__table tbody td:first-child {
  background: #f1f1f1;
  text-align: left;
}
main.e-crefus-main .e-crefus-it-env__table thead th:first-child {
  border-top-left-radius: 5px;
}
main.e-crefus-main .e-crefus-it-env__table thead th:last-child {
  border-top-right-radius: 5px;
}
main.e-crefus-main .e-crefus-it-env__table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}
main.e-crefus-main .e-crefus-it-env__table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}
main.e-crefus-main .e-crefus-it-env__note {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-it-env__note {
    font-size: 12px;
    line-height: 2;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  main.e-crefus-main .e-crefus-it-env__sp-footer {
    display: none !important;
  }
}
main.e-crefus-main .e-crefus-it-env__sp-footer {
  display: grid;
  grid-template-columns: 133px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-top: 6px;
}
main.e-crefus-main .e-crefus-it-env__image {
  align-self: center;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-it-env__image {
    max-width: none;
  }
}
main.e-crefus-main .e-crefus-it-env__image img {
  display: block;
  width: 100%;
}
main.e-crefus-main .e-crefus-flow {
  padding: 70px 0 80px;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-flow {
    padding: 40px 0 50px;
  }
}
main.e-crefus-main .e-crefus-flow__title {
  color: #1f90df;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-flow__title {
    font-size: calc(28 / 390 * 100vw);
    margin-bottom: 24px;
    line-height: 1.2;
  }
}
main.e-crefus-main .e-crefus-flow__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-flow__list {
    gap: 16px;
  }
}
main.e-crefus-main .e-crefus-flow__item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 28px;
  align-items: center;
  padding: 36px 0;
  border-radius: 10px;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-flow__item {
    gap: 12px;
    padding: 16px;
    grid-template-columns: 45px 1fr;
  }
}
main.e-crefus-main .e-crefus-flow__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: center;
  height: 100%;
  border-right: 1px solid #1f90df;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-flow__step {
    align-self: flex-start;
    align-items: flex-start;
  }
}
main.e-crefus-main .e-crefus-flow__step-label {
  font-size: 23px;
  color: #1f90df;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-flow__step-label {
    font-size: 14px;
    font-weight: normal;
  }
}
main.e-crefus-main .e-crefus-flow__step-num {
  font-size: 51px;
  font-weight: bold;
  color: #1f90df;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-flow__step-num {
    font-size: 30px;
  }
}
main.e-crefus-main .e-crefus-flow__content {
  display: grid;
  grid-template-columns: 1fr 209px;
  gap: 24px;
  align-items: center;
  min-width: 0;
  padding-right: 16px;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-flow__content {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
main.e-crefus-main .e-crefus-flow__item-title {
  font-size: 26px;
  font-weight: bold;
  color: #1f90df;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-flow__item-title {
    font-size: 18px;
    line-height: 1.4;
  }
}
main.e-crefus-main .e-crefus-flow__item-text {
  font-size: 20px;
  line-height: 1.8;
  color: #333;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-flow__item-text {
    font-size: 16px;
    line-height: 1.5625;
  }
}
main.e-crefus-main .e-crefus-flow__image img {
  display: block;
  max-width: 209px;
  width: 100%;
  aspect-ratio: 209/171;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-flow__image {
    flex: 0 0 42%;
  }
}
main.e-crefus-main .e-crefus-faq {
  padding: 70px 0 80px;
  background: #f9f9f9;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-faq {
    padding: 40px 0 50px;
  }
}
main.e-crefus-main .e-crefus-faq .faq-section__title {
  color: #1f90df;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  main.e-crefus-main .e-crefus-faq .faq-section__title {
    font-size: calc(28 / 390 * 100vw);
    margin-bottom: 24px;
    line-height: 1.2;
  }
}
main.e-crefus-main .e-crefus-faq .faq-item {
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
main.e-crefus-main .e-crefus-faq .faq-item__mark--question {
  color: #1f90df;
}
main.e-crefus-main .e-crefus-faq .faq-item__text--question {
  color: #1f90df;
}
main.e-crefus-main .e-crefus-faq .faq-item__line--question::after {
  border-bottom-color: rgba(31, 144, 223, 0.4);
}

.faq-main {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .faq-main {
    padding-bottom: 60px;
  }
}

.faq-tabs {
  padding: 52px 0 0;
}
.faq-tabs .inner {
  max-width: 1200px;
}

.faq-tabs__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .faq-tabs__list {
    flex-direction: column;
    gap: 12px;
  }
}

.faq-tabs__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 356px;
  min-height: 68px;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition: filter 0.2s ease;
}
.faq-tabs__button:hover {
  filter: brightness(0.95);
}
@media screen and (max-width: 767px) {
  .faq-tabs__button {
    max-width: 100%;
    min-height: 52px;
    font-size: 18px;
  }
}

.faq-tabs__button--procedure {
  background: #d12e1d;
}

.faq-tabs__button--fee {
  background: #86bc1f;
}

.faq-tabs__button--lesson {
  background: #369acf;
}

.faq-content {
  margin-top: 60px;
}
.faq-content .inner {
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .faq-content {
    margin-top: 34px;
  }
}

.faq-content__section + .faq-content__section {
  margin-top: 82px;
}
@media screen and (max-width: 767px) {
  .faq-content__section + .faq-content__section {
    margin-top: 56px;
  }
}

.faq-content__section {
  scroll-margin-top: 120px;
}

.faq-content__title {
  margin-bottom: 18px;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .faq-content__title {
    margin-bottom: 16px;
  }
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 908px;
  margin: 0 auto;
}

.faq-item {
  background: rgba(249, 255, 235, 0.9);
  border-radius: 15px;
  border: none;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .faq-item {
    padding: 14px 14px 16px;
  }
}

.faq-item__line {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.faq-item__line--question {
  position: relative;
  padding-bottom: 14px;
}
.faq-item__line--question::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px dotted rgba(134, 188, 31, 0.65);
}
@media screen and (max-width: 767px) {
  .faq-item__line--question {
    padding-bottom: 10px;
  }
}

.faq-item__line--answer {
  padding-top: 14px;
}
@media screen and (max-width: 767px) {
  .faq-item__line--answer {
    padding-top: 10px;
  }
}

.faq-item__mark {
  flex-shrink: 0;
  width: 47px;
  font-family: "Baskerville Old Face", "Times New Roman", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .faq-item__mark {
    width: 24px;
    font-size: 30px;
  }
}

.faq-item__mark--question {
  color: #86bc1f;
}

.faq-item__mark--answer {
  color: #d12e1d;
}

.faq-item__text {
  margin-top: 6px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.62;
  color: #474645;
}
.faq-item__text a {
  color: #369acf;
  text-decoration: underline;
}
.faq-item__text a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .faq-item__text {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.7;
  }
}

.faq-item__text--question {
  color: #86bc1f;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.12;
}
@media screen and (max-width: 767px) {
  .faq-item__text--question {
    font-size: 20px;
    line-height: 1.35;
  }
}

.about-main {
  overflow-x: clip;
}

.about-intro {
  padding: 56px 0 72px;
}
@media screen and (max-width: 767px) {
  .about-intro {
    padding: 32px 0 46px;
  }
}

.about-intro__title {
  color: #28c809;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5333333333;
}
@media screen and (max-width: 767px) {
  .about-intro__title {
    font-size: 24px;
    line-height: 1.4166666667;
  }
}

.about-intro__text {
  margin-top: 24px;
  font-size: 20px;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .about-intro__text {
    margin-top: 18px;
    font-size: 16px;
    line-height: 2.125;
  }
}

.about-points {
  padding-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .about-points {
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .about-points .inner {
    padding: 0;
  }
}

.about-points__list {
  display: grid;
  gap: 100px;
}
@media screen and (max-width: 767px) {
  .about-points__list {
    gap: 50px;
  }
}

.about-point {
  position: relative;
  display: grid;
  grid-template-columns: 484fr 446fr;
  align-items: start;
  gap: 32px;
  max-width: 980px;
}
@media screen and (max-width: 767px) {
  .about-point {
    grid-template-columns: 1fr;
    gap: 0;
    border-radius: 0 10px 10px 0;
    background: #f1f8e6;
    padding: 0 15px 20px 10px;
    margin: 0 15px 0 0;
  }
}
.about-point::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  right: -20px;
  background: #f1f8e6;
  border-radius: 0 10px 10px 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .about-point::before {
    content: none;
  }
}
.about-point:nth-child(even) {
  margin-left: auto;
  grid-template-columns: 446fr 484fr;
}
@media screen and (max-width: 767px) {
  .about-point:nth-child(even) {
    grid-template-columns: 1fr;
    margin: 0 0 0 15px;
    padding: 0 15px 20px 10px;
    border-radius: 10px 0 0 10px;
  }
}
.about-point:nth-child(even)::before {
  left: -20px;
  right: calc(50% - 50vw);
  border-radius: 10px 0 0 10px;
}
.about-point:nth-child(even) .about-point__body {
  order: 2;
}
@media screen and (max-width: 767px) {
  .about-point:nth-child(even) .about-point__body {
    order: 1;
  }
}
.about-point:nth-child(even) .about-point__image-wrap {
  order: 1;
}
@media screen and (max-width: 767px) {
  .about-point:nth-child(even) .about-point__image-wrap {
    order: 2;
  }
}

.about-point__body,
.about-point__image-wrap {
  position: relative;
  z-index: 1;
}

.about-point__body {
  padding-bottom: 20px;
}
.about-point__number {
  color: #86bc1f;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  margin-top: -32px;
}
@media screen and (max-width: 767px) {
  .about-point__number {
    font-size: 40px;
    margin-top: -20px;
  }
}

.about-point__title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .about-point__title {
    font-size: 20px;
    line-height: 1.8;
  }
}

.about-point__text {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .about-point__text {
    margin-top: 0;
  }
}

.about-point__button {
  margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
  .about-point__button {
    max-width: 303.36px;
    width: 100%;
    height: 45.04px;
    margin: 20px 0 0;
  }
}

.about-point__image-wrap {
  margin-top: -65px;
}
@media screen and (max-width: 767px) {
  .about-point__image-wrap {
    margin-top: 0;
  }
}

/* page-about-point.php */
.main.about-point-main {
  padding-bottom: 0;
}

.point-intro {
  padding: 50px 0 64px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .point-intro {
    padding: 40px 0 48px;
  }
}

.point-intro__title {
  font-size: 30px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .point-intro__title {
    font-size: 22px;
  }
}

.point-intro__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .point-intro__cards {
    grid-template-columns: 1fr 1fr;
    /* gap: 26px; */
    /* max-width: 268px; */
    margin: 32px auto 0;
  }
}

.point-intro__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 16px 44px;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .point-intro__card {
    padding: 32px 12px 40px;
  }
}

.point-intro__card-icon {
  width: 100px;
}
.point-intro__card-sub {
  margin-top: 35px;
  font-size: 14px;
  line-height: 1.1428571429;
}

.point-intro__card-title {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
  color: #60bd37;
  line-height: 0.75;
}

.point-details {
  padding-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .point-details {
    padding-bottom: 40px;
  }
}
.point-details .inner {
  display: grid;
  gap: 70px;
}
@media screen and (max-width: 767px) {
  .point-details .inner {
    gap: 36px;
  }
}

.point-detail {
  display: grid;
  grid-template-columns: 514fr 586fr;
  gap: 0;
}
.point-detail:nth-child(even) {
  grid-template-columns: 586fr 514fr;
}
.point-detail:nth-child(even) .point-detail__image {
  order: 2;
}
.point-detail:nth-child(even) .point-detail__body {
  order: 1;
}
@media screen and (max-width: 767px) {
  .point-detail {
    grid-template-columns: 1fr;
  }
  .point-detail:nth-child(even) {
    grid-template-columns: 1fr;
  }
  .point-detail:nth-child(even) .point-detail__image {
    order: 1;
  }
  .point-detail:nth-child(even) .point-detail__body {
    order: 2;
  }
}

.point-detail__image img {
  border-radius: 10px;
  aspect-ratio: 514/307;
}
@media screen and (max-width: 767px) {
  .point-detail__image img {
    aspect-ratio: 360/210;
  }
}

.point-detail__body {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .point-detail__body {
    padding-top: 25px;
  }
}

.point-detail__heading {
  padding-bottom: 12px;
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 18px;
  padding-left: 30px;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .point-detail__heading {
    gap: 12px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    padding-left: 0;
  }
}

.point-detail__num-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.point-detail__reason {
  writing-mode: vertical-rl;
  font-size: 14px;
  font-weight: 400;
  color: #60bd37;
  line-height: 1.1428571429;
}
@media screen and (max-width: 767px) {
  .point-detail__reason {
    font-size: 14px;
    line-height: 1.1428571429;
  }
}

.point-detail__num {
  font-family: "Roboto", sans-serif;
  font-size: 70px;
  font-weight: 700;
  color: #60bd37;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .point-detail__num {
    font-size: 57px;
    line-height: 1;
  }
}

.point-detail__sub {
  font-size: 18px;
  font-weight: 400;
  color: #60bd37;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .point-detail__sub {
    font-size: 18px;
    line-height: 1.5;
  }
}

.point-detail__title {
  font-size: 24px;
  font-weight: 500;
  color: #60bd37;
  line-height: 1.4166666667;
}
@media screen and (max-width: 767px) {
  .point-detail__title {
    font-size: 24px;
    line-height: 1.4166666667;
  }
}

.point-detail__texts {
  display: flex;
  flex-direction: column;
  gap: 1.4em;
}

.point-detail__text {
  padding-left: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #474645;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .point-detail__text {
    font-size: 16px;
    line-height: 1.875;
    padding-left: 0;
  }
}

.point-supporters__title {
  font-size: 40px;
  font-weight: 700;
  color: #60bd37;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .point-supporters__title {
    font-size: 28px;
  }
}

.point-supporters__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .point-supporters__grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 32px;
  }
}

.point-supporter {
  display: flex;
  flex-direction: column;
}

.point-supporter__photo {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
}
.point-supporter__affiliation {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #60bd37;
  text-align: center;
}

.point-supporter__name {
  margin-top: 4px;
  font-size: 22px;
  font-weight: 700;
  color: #60bd37;
  text-align: center;
}

.point-supporter__message {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.25;
}

.point-nav {
  padding: 64px 0 96px;
}
@media screen and (max-width: 767px) {
  .point-nav {
    padding: 48px 0 64px;
  }
}

.point-nav__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .point-nav__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.point-nav__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 12px 16px;
  border-radius: 10px;
  border: 2px solid #60bd37;
  background: transparent;
  color: #60bd37;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  transition: background 0.2s, color 0.2s;
}
.point-nav__button:hover {
  background: #60bd37;
  color: #fff;
}
.point-nav__button--active {
  background: #60bd37;
  color: #fff;
}

/* page-world.php */
.world-main.main {
  padding-bottom: 0;
}
.world-main .world-intro {
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .world-main .world-intro {
    padding-top: 40px;
  }
}
.world-main .world-intro .inner {
  max-width: 1200px;
}
.world-main .world-intro__title {
  font-size: 30px;
  font-weight: bold;
  color: #28c000;
  text-align: center;
  line-height: 1.5333333333;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .world-main .world-intro__title {
    font-size: 24px;
    line-height: 1.4166666667;
    margin-bottom: 10px;
  }
}
.world-main .world-intro__text {
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .world-main .world-intro__text {
    font-size: 16px;
    line-height: 2.25;
    color: #000;
  }
}
.world-main .world-steps {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .world-main .world-steps {
    padding-top: 30px;
  }
}
.world-main .world-steps .inner {
  max-width: 1200px;
}
.world-main .world-step {
  display: grid;
  grid-template-columns: 500fr 580fr;
  gap: 50px;
  align-items: start;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 3px 22px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 40px;
}
.world-main .world-step:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .world-main .world-step {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 16px;
    margin-bottom: 24px;
  }
}
.world-main .world-step__images {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.world-main .world-step__img {
  width: 100%;
  display: block;
  border-radius: 10px;
}
.world-main .world-step__heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .world-main .world-step__heading {
    margin-bottom: 0;
  }
}
.world-main .world-step__num {
  font-family: Arial, sans-serif;
  font-size: 96px;
  font-weight: bold;
  color: #91c234;
  letter-spacing: -0.056em;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .world-main .world-step__num {
    font-size: 77px;
  }
}
.world-main .world-step__sub {
  font-size: 26px;
  font-weight: bold;
  color: #91c234;
  line-height: 1.6153846154;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .world-main .world-step__sub {
    font-size: 15px;
  }
}
.world-main .world-step__title {
  font-size: 32px;
  font-weight: bold;
  color: #91c234;
  line-height: 1.125;
}
@media screen and (max-width: 767px) {
  .world-main .world-step__title {
    font-size: 23px;
  }
}
.world-main .world-step__cup-logo {
  display: block;
  width: 226px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .world-main .world-step__cup-logo {
    width: 180px;
  }
}
.world-main .world-step__texts {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.world-main .world-step__text {
  font-size: 20px;
  line-height: 1.8;
  color: #333;
}
@media screen and (max-width: 767px) {
  .world-main .world-step__text {
    color: #000;
  }
}
.world-main .world-step__fll-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 73px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .world-main .world-step__fll-logos {
    gap: 52px;
  }
}
.world-main .world-step__fll-logos img {
  width: 163px;
  height: 113px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .world-main .world-step__fll-logos img {
    width: 118px;
    height: 81px;
  }
}
.world-main .world-steps__cta {
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .world-main .world-steps__cta {
    margin-top: 60px;
  }
}

/* page-about-mind.php */
.main.about-mind-main {
  padding-bottom: 0;
}

.mind-intro {
  padding: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .mind-intro {
    padding: 30px 0 0;
  }
}

.mind-intro__title {
  font-size: 30px;
  font-weight: 500;
  color: #28c000;
  line-height: 1.5333333333;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .mind-intro__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.mind-intro__images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mind-intro__images {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 24px;
  }
}

.mind-intro__image {
  border-radius: 10px;
  border: 2px solid #fff;
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.16);
  display: block;
  width: 100%;
  aspect-ratio: 358/297;
}

.mind-intro__text {
  font-size: 20px;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .mind-intro__text {
    font-size: 16px;
  }
}

.mind-video {
  padding: 72px 0 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mind-video {
    padding: 30px 0 56px;
  }
}

.mind-video__title {
  font-size: 40px;
  font-weight: 700;
  color: #28c000;
  line-height: 1.55;
  margin: 0 0 48px;
}
.mind-video__title--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .mind-video__title {
    font-size: 24px;
    margin-bottom: 32px;
  }
}

.mind-video__embed {
  position: relative;
  width: 100%;
  max-width: 830px;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
.mind-video__embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mind-name {
  text-align: center;
}
.mind-name__box {
  background-color: rgba(249, 255, 235, 0.9);
  border-radius: 15px;
  padding: 60px 28px 60px;
}
@media screen and (max-width: 767px) {
  .mind-name__box {
    padding: 20px 12px;
  }
}

.mind-name__logo {
  display: block;
  width: 230px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .mind-name__logo {
    width: 132px;
    margin-bottom: 20px;
  }
}

.mind-name__title {
  font-size: 61px;
  font-weight: 700;
  line-height: 1.0163934426;
  margin: 0 0 35px;
}
@media screen and (max-width: 767px) {
  .mind-name__title {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 12px;
  }
}

.mind-name__badge {
  display: block;
  background: #6baf0a;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  line-height: 0.7692307692;
  padding: 26px 4px;
  border-radius: 8px;
  max-width: 840px;
  margin: 0 auto 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mind-name__badge {
    width: fit-content;
    font-size: 16px;
    line-height: 1.5;
    padding: 6px 20px;
    margin-bottom: 20px;
  }
}

.mind-name__text {
  font-size: 18px;
  line-height: 1.6111111111;
  text-align: left;
}

/* page-growup.php */
.main.about-growup-main {
  padding-bottom: 0;
}

.growup-concept {
  padding: 50px 0 90px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .growup-concept {
    padding: 48px 0 64px;
  }
}

.growup-concept__formula {
  display: block;
  max-width: 818px;
  margin: 0 auto 44px;
}
@media screen and (max-width: 767px) {
  .growup-concept__formula {
    margin-bottom: 20px;
  }
}

.growup-concept__title {
  font-size: 30px;
  font-weight: 700;
  color: #28c000;
  line-height: 1.5333333333;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .growup-concept__title {
    font-size: 24px;
    line-height: 1.4166666667;
    margin-bottom: 40px;
  }
}

.growup-concept__chart {
  display: block;
  max-width: 800px;
  margin: 0 auto;
}

.growup-detail {
  padding: 70px 0 60px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .growup-detail {
    padding: 50px 0 50px;
  }
}

.growup-detail__title {
  font-size: 40px;
  font-weight: 700;
  color: #28c000;
  line-height: 1.425;
  text-align: center;
  margin: 0 0 70px;
}
@media screen and (max-width: 767px) {
  .growup-detail__title {
    font-size: 24px;
    line-height: 1.4166666667;
    margin-bottom: 32px;
  }
}

.growup-detail__body {
  display: grid;
  grid-template-columns: 522fr 535fr;
  gap: 43px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .growup-detail__body {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.growup-detail__image-wrap {
  border-radius: 15px;
  overflow: hidden;
}

.growup-detail__image {
  display: block;
  width: 100%;
  height: auto;
}

.growup-detail__text {
  font-size: 16px;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .growup-detail__text {
    line-height: 1.8125;
  }
}

/* page-step.php */
.main.about-step-main {
  padding-bottom: 0;
}

.stepup-intro {
  padding: 72px 0 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .stepup-intro {
    padding: 48px 0 64px;
  }
}

.stepup-intro__title {
  font-size: 30px;
  font-weight: 700;
  color: #28c000;
  line-height: 1.8;
  margin: 0 0 56px;
}
@media screen and (max-width: 767px) {
  .stepup-intro__title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}

.stepup-intro__picture {
  display: block;
}

.stepup-intro__image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.stepup-courses .inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.stepup-course {
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid;
}
.stepup-course--red {
  border-color: #d12d1d;
}
.stepup-course--red .stepup-course__header {
  background-color: #d12d1d;
}
.stepup-course--red .stepup-course__tag {
  background-color: #d12d1d;
}
.stepup-course--lime {
  border-color: #86bc1f;
}
.stepup-course--lime .stepup-course__header {
  background-color: #86bc1f;
}
.stepup-course--lime .stepup-course__tag {
  background-color: #86bc1f;
}
.stepup-course--green {
  border-color: #29c001;
}
.stepup-course--green .stepup-course__header {
  background-color: #29c001;
}
.stepup-course--green .stepup-course__tag {
  background-color: #29c001;
}

.stepup-course__header {
  padding: 8px 20px;
  text-align: center;
}

.stepup-course__name {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

.stepup-course__body {
  padding: 40px 18px;
  display: grid;
  grid-template-columns: 640fr 390fr;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .stepup-course__body {
    grid-template-columns: 1fr;
    padding: 10px 12px;
  }
}

.stepup-course__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .stepup-course__content {
    order: 0;
  }
}

.stepup-course__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.stepup-course__tag {
  display: inline-block;
  padding: 4px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 3px;
}

.stepup-course__text {
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .stepup-course__image-wrap {
    order: 1;
  }
}

.stepup-course__image {
  border-radius: 10px;
}

.about-step-main .btn {
  width: 245.36px;
  min-width: 245.36px;
  height: 36.04px;
  min-height: 36.04px;
  margin: 15px 0 0;
}
@media screen and (max-width: 767px) {
  .about-step-main .btn {
    width: 200.36px;
    min-width: 200.36px;
    height: 36.04px;
    min-height: 36.04px;
  }
}

/* page-materials.php */
.about-materials-main {
  overflow-x: clip;
}

.materials-intro {
  padding: 60px 0 53px;
}
@media screen and (max-width: 767px) {
  .materials-intro {
    padding: 30px 0;
  }
}

.materials-intro__card {
  background-color: rgba(249, 255, 237, 0.9);
  border-radius: 15px;
  text-align: center;
  padding: 40px 20px;
}
@media screen and (max-width: 767px) {
  .materials-intro__card {
    padding: 20px 10px;
  }
}

.materials-intro__title {
  font-size: 20px;
  font-weight: 700;
  color: #86bc1f;
  margin: 0 0 12px;
}
@media screen and (max-width: 767px) {
  .materials-intro__title {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.materials-intro__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6666666667;
  margin: 0 0 18px;
}
@media screen and (max-width: 767px) {
  .materials-intro__text {
    font-size: 16px;
    line-height: 1.875;
    margin-bottom: 8px;
  }
}

.materials-intro__logo-wrap {
  margin-top: 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .materials-intro__logo-wrap {
    margin-top: 0;
  }
}

.materials-intro__logo {
  max-width: 300px;
  width: 100%;
  height: auto;
  display: block;
}

.materials-block {
  padding: 40px 0 50px;
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .materials-block {
    padding: 38px 0 30px;
  }
}

.materials-block__title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #86bc1f;
  line-height: 1.4;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .materials-block__title {
    font-size: 18px;
  }
}

.materials-block__text {
  font-size: 20px;
  line-height: 1.45;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .materials-block__text {
    font-size: 16px;
  }
}

.materials-block__image-wrap {
  display: block;
  max-width: 860px;
  margin: 30px auto 0;
}

.materials-spike {
  padding: 100px 0 0;
  --materials-spike-accent: #d12d1d;
  --materials-spike-overview-bg: rgba(255, 248, 248, 0.9);
}
@media screen and (max-width: 767px) {
  .materials-spike {
    padding: 48px 0 0;
  }
}

.materials-spike--prime {
  --materials-spike-accent: #85bc1f;
  --materials-spike-overview-bg: rgba(249, 255, 238, 0.9);
}

.materials-spike--prime .materials-spike__set {
  border-color: #85bc1f;
}

.materials-spike__title {
  margin: 0 0 40px;
  text-align: center;
  color: var(--materials-spike-accent);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2142857143;
}
@media screen and (max-width: 767px) {
  .materials-spike__title {
    font-size: 28px;
    line-height: 1.2142857143;
    margin-bottom: 28px;
  }
}

.materials-spike__overview {
  background: var(--materials-spike-overview-bg);
  border-radius: 15px;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.15);
  padding: 50px 25px 25px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .materials-spike__overview {
    grid-template-columns: 1fr;
    padding: 12px;
    gap: 30px;
  }
}

.materials-spike__product-image {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.materials-spike__product-name {
  margin: 20px 0 0;
  color: var(--materials-spike-accent);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3666666667;
}
@media screen and (max-width: 767px) {
  .materials-spike__product-name {
    font-size: 22px;
    line-height: 1.3181818182;
    text-align: center;
  }
}

.materials-spike__set {
  border: 1px solid #d12d1d;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.materials-spike__set-title {
  margin: 0;
  padding: 16px;
  text-align: center;
  color: #fff;
  background: var(--materials-spike-accent);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .materials-spike__set-title {
    font-size: 24px;
    padding: 15px 6px;
  }
}

.materials-spike__set-list {
  padding: 24px 34px 24px 36px;
  font-size: 16px;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .materials-spike__set-list {
    font-size: 16px;
    line-height: 2.5;
    padding: 2px 6px;
  }
}

.materials-spike__feature {
  margin-top: 40px;
}

.materials-spike__feature-title {
  margin: 0;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--materials-spike-accent);
  color: var(--materials-spike-accent);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .materials-spike__feature-title {
    font-size: 20px;
    line-height: 1.45;
  }
}

.materials-spike__feature-text {
  margin-top: 50px;
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .materials-spike__feature-text {
    margin-top: 10px;
  }
}

.materials-spike__apps {
  margin-top: 40px;
  display: grid;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .materials-spike__apps {
    margin-top: 30px;
    gap: 25px;
  }
}

.materials-spike__app {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  box-shadow: 0 3px 22px rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: grid;
  grid-template-columns: 380fr 630fr;
  gap: 40px;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .materials-spike__app {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.materials-spike__app-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.materials-spike__app-body {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .materials-spike__app-body {
    padding-top: 0;
  }
}

.materials-spike__app-title {
  margin: 0 0 12px;
  color: var(--materials-spike-accent);
  font-size: 26px;
  line-height: 1.6153846154;
  font-weight: 700;
}
.materials-spike__app-title br {
  display: none;
}
@media screen and (max-width: 767px) {
  .materials-spike__app-title {
    font-size: 20px;
    line-height: 1.45;
    text-align: center;
  }
  .materials-spike__app-title br {
    display: block;
  }
}

.materials-spike__app-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.8125;
}
@media screen and (max-width: 767px) {
  .materials-spike__app-text {
    font-size: 16px;
    line-height: 1.8125;
  }
}

.materials-science {
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .materials-science {
    padding: 48px 0 0;
  }
}

.materials-science__title {
  margin: 0 0 28px;
  text-align: center;
  color: #05c086;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2142857143;
}
@media screen and (max-width: 767px) {
  .materials-science__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

.materials-science__kits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .materials-science__kits {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.materials-science__kit {
  background: rgba(239, 255, 250, 0.9);
  border-radius: 15px;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
  padding: 18px 14px 16px;
  display: flex;
  flex-direction: column;
}

.materials-science__kit-image {
  width: 100%;
  max-width: 277px;
  display: block;
  margin: 0 auto;
}

.materials-science__kit-title {
  margin: 6px 0 30px;
  text-align: center;
  color: #05c086;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3846153846;
}
@media screen and (max-width: 767px) {
  .materials-science__kit-title {
    font-size: 26px;
    line-height: 1.3846153846;
  }
}

.materials-science__kit-set {
  border: 1px solid #05c086;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.materials-science__kit-set-title {
  margin: 0;
  padding: 8px 10px;
  background: #05c086;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .materials-science__kit-set-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
  }
}

.materials-science__kit-list {
  margin: 0;
  padding: 14px 22px 16px;
  list-style: none;
  flex: 1;
}

.materials-science__kit-item {
  font-size: 16px;
  line-height: 1.875;
  text-align: center;
}

.materials-science__feature {
  margin-top: 44px;
}

.materials-science__feature-title {
  margin: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #05c086;
  color: #05c086;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .materials-science__feature-title {
    font-size: 20px;
  }
}

.materials-science__feature-text {
  margin: 12px 0 0;
  font-size: 20px;
  line-height: 1.8;
}

.materials-science__apps {
  margin-top: 20px;
  display: grid;
  gap: 16px;
}

.materials-science__app {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  box-shadow: 0 3px 22px rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: grid;
  grid-template-columns: 380fr 630fr;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .materials-science__app {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.materials-science__app-image {
  width: 100%;
  display: block;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.materials-science__app-title {
  margin: 0 0 12px;
  color: #05c086;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6153846154;
}
@media screen and (max-width: 767px) {
  .materials-science__app-title {
    font-size: 20px;
    line-height: 1.45;
    text-align: center;
  }
}

.materials-science__app-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.8125;
}

.materials-science__movie {
  margin-top: 50px;
}

.materials-science__movie iframe {
  width: 100%;
  max-width: 860px;
  aspect-ratio: 16/9;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* page-recruit.php */
.recruit-tabs {
  padding: 40px 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .recruit-tabs {
    padding: 30px 0 40px;
  }
}

.recruit-tabs__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 10px;
}

.recruit-tabs__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  font-size: 18px;
  text-align: center;
  background: #fff;
  border: 1px solid;
  border-radius: 5px;
  transition: opacity 0.2s ease, background 0.2s ease, color 0.2s ease;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .recruit-tabs__link {
    font-size: calc(16 / 390 * 100vw);
    padding: 0;
    height: 32px;
  }
}
.recruit-tabs__link:hover {
  opacity: 0.7;
}
.recruit-tabs__link--new {
  color: #91c233;
  border-color: #91c233;
}
.recruit-tabs__link--career {
  color: #d12d1d;
  border-color: #d12d1d;
}
.recruit-tabs__link--training {
  color: #05c086;
  border-color: #05c086;
}
.recruit-tabs__link--active.recruit-tabs__link--new {
  background: #91c233;
  color: #fff;
}
.recruit-tabs__link--active.recruit-tabs__link--career {
  background: #d12d1d;
  color: #fff;
}
.recruit-tabs__link--active.recruit-tabs__link--training {
  background: #05c086;
  color: #fff;
}

.recruit-main {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .recruit-main {
    padding-bottom: 60px;
  }
}
.recruit-main .recruit-intro {
  padding: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .recruit-main .recruit-intro {
    padding: 0 0 28px;
  }
}
.recruit-main .recruit-intro__box {
  padding: 40px 40px;
  background: rgba(249, 255, 235, 0.9);
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .recruit-main .recruit-intro__box {
    padding: 20px 8px;
  }
}
.recruit-main .recruit-intro__list {
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .recruit-main .recruit-intro__list {
    margin-bottom: 20px;
  }
}
.recruit-main .recruit-intro__item {
  position: relative;
  padding-left: 22px;
  font-size: 20px;
  color: #6a9517;
  line-height: 1.7;
}
.recruit-main .recruit-intro__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.911' height='10.068' viewBox='0 0 11.911 10.068'%3E%3Cpath d='M9281.865,540.407l11.911,5.107-11.911,4.961,3.665-4.961Z' transform='translate(-9281.865 -540.407)' fill='%2391C233'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .recruit-main .recruit-intro__item {
    font-size: 18px;
  }
}
.recruit-main .recruit-intro__text {
  font-size: 18px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .recruit-main .recruit-intro__text {
    font-size: 16px;
    line-height: 1.875;
  }
}
.recruit-main .recruit-jobs {
  padding: 20px 0 80px;
}
@media screen and (max-width: 767px) {
  .recruit-main .recruit-jobs {
    padding: 10px 0 50px;
  }
}
.recruit-main .recruit-jobs .inner {
  display: grid;
  gap: 30px;
}
.recruit-main .recruit-job {
  display: grid;
  grid-template-columns: 460fr 624fr;
  border: 2px solid #91c233;
  border-radius: 8px;
  overflow: hidden;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .recruit-main .recruit-job {
    grid-template-columns: 1fr;
    padding: 10px 10px 30px;
  }
}
.recruit-main .recruit-job--career {
  border-color: #d12d1d;
}
.recruit-main .recruit-job--career .recruit-job__category {
  color: #d12d1d;
}
.recruit-main .recruit-job--training {
  border-color: #05c086;
}
.recruit-main .recruit-job--training .recruit-job__category {
  color: #05c086;
}
.recruit-main .recruit-job__image img {
  border-radius: 10px;
}
.recruit-main .recruit-job__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.recruit-main .recruit-job__category {
  font-size: 30px;
  font-weight: bold;
  color: #91c233;
  margin-bottom: 1px;
}
.recruit-main .recruit-job__position {
  font-size: 22px;
  margin-bottom: 20px;
}
.recruit-main .recruit-job__type {
  font-size: 30px;
  font-weight: bold;
}
.recruit-main .recruit-job__button {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .recruit-main .recruit-job__button {
    margin-top: 30px;
  }
}
.recruit-main .recruit-job__button--new {
  background: #91c233;
}
.recruit-main .recruit-job__button--career {
  background: #d12d1d;
}
.recruit-main .recruit-job__button--training {
  background: #05c086;
}
.recruit-main .recruit-job__button-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
}
.recruit-main .recruit-cta {
  text-align: center;
}
.recruit-main .recruit-cta__text {
  font-size: 24px;
  margin-bottom: 45px;
  line-height: 1.9166666667;
}
@media screen and (max-width: 767px) {
  .recruit-main .recruit-cta__text {
    font-size: 18px;
    margin-bottom: 40px;
    line-height: 1.9444444444;
  }
}
.recruit-main .recruit-cta__button {
  position: relative;
  display: inline-block;
  background: #91c233;
  color: #fff;
  border-radius: 25px;
  padding: 14px 50px 14px 32px;
  font-size: 15px;
  font-weight: bold;
  transition: opacity 0.3s ease;
}
.recruit-main .recruit-cta__button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .recruit-main .recruit-cta__button {
    display: block;
    padding: 14px 44px 14px 20px;
    font-size: 14px;
  }
}
.recruit-main .recruit-cta__button .btn__icon {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
}

/* page-fc.php */
.fc-main.main {
  padding-bottom: 0;
}
.fc-main .fc-target__title,
.fc-main .fc-appeal__title,
.fc-main .fc-market__title,
.fc-main .fc-reasons__title,
.fc-main .fc-worries__title,
.fc-main .fc-features__title,
.fc-main .fc-plan__title,
.fc-main .entry-flow--fc .entry-flow__title,
.fc-main .fc-partners__title,
.fc-main .fc-columns__title,
.fc-main .faq-section--fc .faq-section__title {
  font-size: 28px;
  font-weight: bold;
  color: #91c234;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-target__title,
  .fc-main .fc-appeal__title,
  .fc-main .fc-market__title,
  .fc-main .fc-reasons__title,
  .fc-main .fc-worries__title,
  .fc-main .fc-features__title,
  .fc-main .fc-plan__title,
  .fc-main .entry-flow--fc .entry-flow__title,
  .fc-main .fc-partners__title,
  .fc-main .fc-columns__title,
  .fc-main .faq-section--fc .faq-section__title {
    font-size: 24px;
  }
}
.fc-main .fc-intro {
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-intro {
    padding-top: 40px;
  }
}
.fc-main .fc-intro__label {
  font-size: 16px;
  font-weight: bold;
  color: #91c233;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-intro__label {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.fc-main .fc-intro__box {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 10px 53px;
  background: rgba(249, 255, 237, 0.9);
  border-radius: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-intro__box {
    padding: 20px 12px 40px;
  }
}
.fc-main .fc-intro__lead {
  font-size: 18px;
  font-weight: bold;
  color: #91c233;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-intro__lead {
    font-size: 16px;
  }
}
.fc-main .fc-intro__heading {
  font-size: 28px;
  font-weight: bold;
  color: #91c233;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-intro__heading {
    font-size: 20px;
  }
}
.fc-main .fc-intro__sub {
  font-size: 16px;
  color: #333;
  line-height: 1.75;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-intro__sub {
    margin-bottom: 28px;
  }
}
.fc-main .fc-intro__button {
  margin-top: 20px;
  font-size: 16px;
}
.fc-main .fc-target {
  padding: 70px 0 100px;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-target {
    padding: 50px 0;
  }
}
.fc-main .fc-target__title {
  font-size: 28px;
  font-weight: bold;
  color: #91c233;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-target__title {
    font-size: 24px;
    margin-bottom: 28px;
  }
}
.fc-main .fc-target__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-target__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.fc-main .fc-target__item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 8px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-target__item {
    padding: 16px 20px;
    font-size: 16px;
  }
}
.fc-main .fc-target__item--lime {
  background: #86bc1f;
  color: #fff;
}
.fc-main .fc-target__item--red {
  background: #d54233;
  color: #fff;
}
.fc-main .fc-target__item--teal {
  background: #05c086;
  color: #fff;
}
.fc-main .fc-target__item--blue {
  background: #369acf;
  color: #fff;
}
.fc-main .fc-appeal {
  padding: 72px 0 90px;
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-appeal {
    padding: 44px 0 40px;
  }
}
.fc-main .fc-appeal__title {
  font-size: 28px;
  font-weight: bold;
  color: #86bc1f;
  text-align: center;
  line-height: 1.4166666667;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-appeal__title {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 18px;
  }
}
.fc-main .fc-appeal__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-appeal__list {
    gap: 16px;
  }
}
.fc-main .fc-appeal__item {
  border: 1px solid #86bc1f;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
}
.fc-main .fc-appeal__item-header {
  background: #86bc1f;
  padding: 18px 26px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.15;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-appeal__item-header {
    font-size: 20px;
    padding: 18px 12px;
    gap: 6px;
  }
}
.fc-main .fc-appeal__item-text {
  padding: 12px 21px;
  font-size: 16px;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-appeal__item-text {
    padding: 2px 12px;
  }
}
.fc-main .fc-market {
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-market {
    padding-top: 50px;
  }
}
.fc-main .fc-market__title {
  font-size: 28px;
  font-weight: bold;
  color: #91c233;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-market__title {
    font-size: 22px;
    margin-bottom: 36px;
  }
}
.fc-main .fc-market__section {
  margin-bottom: 64px;
  padding: 32px;
  border-radius: 15px;
}
.fc-main .fc-market__section:nth-child(1) {
  background-color: rgba(255, 246, 246, 0.9);
}
.fc-main .fc-market__section:nth-child(2) {
  background-color: rgba(240, 255, 250, 0.9);
}
.fc-main .fc-market__section:nth-child(3) {
  background-color: rgba(240, 245, 248, 0.9);
}
.fc-main .fc-market__section:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-market__section {
    margin-bottom: 20px;
    padding: 24px 10px;
  }
}
.fc-main .fc-market__section-title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-market__section-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.fc-main .fc-market__section-title--red {
  color: #d54233;
}
.fc-main .fc-market__section-title--teal {
  color: #05c086;
}
.fc-main .fc-market__section-title--green {
  color: #369acf;
}
.fc-main .fc-market__section-text {
  font-size: 16px;
  line-height: 2.25;
  margin-bottom: 20px;
}
.fc-main .fc-market__section-image {
  display: block;
  width: 100%;
  max-width: 587px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-market__section-image {
    max-width: 100%;
  }
}
.fc-main .fc-reasons {
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-reasons {
    padding: 50px 0;
  }
}
.fc-main .fc-reasons__title {
  font-size: 28px;
  font-weight: bold;
  color: #91c234;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-reasons__title {
    font-size: 22px;
    margin-bottom: 28px;
  }
}
.fc-main .fc-reasons__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-reasons__grid {
    grid-template-columns: 1fr;
  }
}
.fc-main .fc-reasons__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 36px 20px 28px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .fc-main .fc-reasons__card {
    padding: 28px 20px;
  }
}
.fc-main .fc-reasons__card-icon {
  display: block;
  width: 160px;
  margin: -30px auto 0px;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.fc-main .fc-reasons__card-title {
  font-size: 20px;
  font-weight: bold;
  color: #28c000;
  margin-bottom: 12px;
}
.fc-main .fc-reasons__card-text {
  font-size: 20px;
  line-height: 1.8;
}
.fc-main .fc-worries {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-worries {
    padding-bottom: 40px;
  }
}
.fc-main .fc-worries__upper {
  background: #f0f5f8;
  padding-top: 70px;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-worries__upper {
    padding-top: 40px;
  }
}
.fc-main .fc-worries__upper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
}
@media screen and (max-width: 767px) {
  .fc-main .fc-worries__upper::after {
    height: 30px;
  }
}
.fc-main .fc-worries__title {
  font-size: 28px;
  font-weight: bold;
  color: #369acf;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-worries__title {
    font-size: 22px;
    margin-bottom: 28px;
  }
}
.fc-main .fc-worries__scene-image {
  display: block;
  width: 100%;
}
.fc-main .fc-worries__solutions {
  max-width: 1040px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 105px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-worries__solutions {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 44px;
  }
}
.fc-main .fc-worries__solution-icon-img {
  object-fit: contain;
  box-shadow: 0 7px 19px rgba(41, 192, 0, 0.3);
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-worries__solution-icon-img {
    max-width: 277px;
    margin: 0 auto;
    display: block;
  }
}
.fc-main .fc-worries__solution-icon-label {
  font-size: 15px;
  font-weight: bold;
  color: #05c086;
  text-align: center;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-worries__solution-icon-label {
    font-size: 14px;
  }
}
.fc-main .fc-worries__details {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-worries__details {
    gap: 40px;
  }
}
.fc-main .fc-worries__detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 34px;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-worries__detail {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .fc-main .fc-worries__detail:nth-child(even) .fc-worries__detail-body {
    order: 2;
  }
  .fc-main .fc-worries__detail:nth-child(even) .fc-worries__detail-image {
    order: 1;
  }
}
.fc-main .fc-worries__detail-title {
  font-size: 22px;
  font-weight: bold;
  color: #29c000;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-worries__detail-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.fc-main .fc-worries__detail-text {
  font-size: 16px;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-worries__detail-text {
    line-height: 1.875;
  }
}
.fc-main .fc-worries__detail-image img {
  display: block;
}
.fc-main .fc-features {
  padding: 70px 0 80px;
  background: #f9ffee;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-features {
    padding: 50px 0 60px;
  }
}
.fc-main .fc-features__title {
  font-size: 28px;
  font-weight: bold;
  color: #91c234;
  text-align: center;
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-features__title {
    font-size: 22px;
    margin-bottom: 32px;
  }
}
.fc-main .fc-features__handson {
  display: grid;
  grid-template-columns: 550fr 500fr;
  gap: 50px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-features__handson {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.fc-main .fc-features__handson-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-features__handson-title {
    font-size: 18px;
  }
}
.fc-main .fc-features__handson-text {
  font-size: 16px;
  line-height: 1.875;
  margin-bottom: 16px;
}
.fc-main .fc-features__handson-text:last-of-type {
  margin-bottom: 24px;
}
.fc-main .fc-features__handson-image img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-features__handson-image {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
}
.fc-main .fc-features__handson-cta {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px;
}
.fc-main .fc-features__card {
  border: 1px solid #91c234;
  border-radius: 10px;
  padding: 22px 32px 18px;
  margin-bottom: 30px;
  background: #fff;
}
.fc-main .fc-features__card:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-features__card {
    padding: 18px 16px;
  }
}
.fc-main .fc-features__card-title {
  font-size: 22px;
  font-weight: bold;
  color: #91c234;
  margin-bottom: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-features__card-title {
    font-size: 18px;
  }
}
.fc-main .fc-features__card-text {
  font-size: 16px;
  line-height: 2.25;
  margin-bottom: 14px;
}
.fc-main .fc-features__card-text:last-child {
  margin-bottom: 0;
}
.fc-main .fc-plan {
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-plan {
    padding-top: 50px;
  }
}
.fc-main .fc-plan__title {
  font-size: 28px;
  font-weight: bold;
  color: #86bc1f;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-plan__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.fc-main .fc-plan__costs-image {
  text-align: center;
  margin-bottom: 60px;
}
.fc-main .fc-plan__costs-picture {
  display: block;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}
.fc-main .fc-plan__costs-picture img {
  width: 100%;
  height: auto;
}
.fc-main .fc-plan__revenue-image {
  max-width: 605px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.fc-main .fc-plan__revenue-image img {
  width: 100%;
  display: block;
}
.fc-main .entry-flow--fc {
  padding: 40px 0 40px;
  background: #f9ffee;
}
@media screen and (max-width: 767px) {
  .fc-main .entry-flow--fc {
    padding: 36px 0 44px;
  }
}
.fc-main .entry-flow--fc .inner {
  max-width: 940px;
}
.fc-main .entry-flow--fc .entry-flow__badge {
  display: block;
  text-align: center;
  color: #91c234;
  border: none;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .fc-main .entry-flow--fc .entry-flow__badge {
    font-size: 24px;
    margin-bottom: 6px;
  }
}
.fc-main .entry-flow--fc .entry-flow__subtitle {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.fc-main .entry-flow--fc .entry-flow__title {
  font-size: 26px;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 767px) {
  .fc-main .entry-flow--fc .entry-flow__title {
    font-size: 24px;
  }
}
.fc-main .entry-flow--fc .entry-flow__sub-banner {
  background: #29c000;
  color: #fff;
  font-size: 30px;
  border-radius: 20px;
  padding: 14px 20px;
  margin: 50px 0 18px;
}
@media screen and (max-width: 767px) {
  .fc-main .entry-flow--fc .entry-flow__sub-banner {
    border-radius: 152x;
    font-size: 22px;
    margin: 25px auto 18px;
    padding: 9px 15px;
    width: fit-content;
  }
}
.fc-main .entry-flow--fc .entry-flow__item + .entry-flow__item {
  margin-top: 8px;
}
.fc-main .entry-flow--fc .entry-flow__step {
  color: #29c000;
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  .fc-main .entry-flow--fc .entry-flow__step {
    font-size: 14px;
  }
}
.fc-main .entry-flow--fc .entry-flow__icon-wrap {
  width: 100%;
  aspect-ratio: 1/1;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .fc-main .entry-flow--fc .entry-flow__icon-wrap {
    margin-top: 2px;
  }
}
.fc-main .entry-flow--fc .entry-flow__period {
  color: #91c234;
  font-size: 10px;
  line-height: 1;
  margin-top: -2px;
}
@media screen and (max-width: 767px) {
  .fc-main .entry-flow--fc .entry-flow__period {
    font-size: 7px;
  }
}
.fc-main .entry-flow--fc .entry-flow__line {
  background: #29c000;
  width: 2px;
  margin-top: 2px;
}
.fc-main .entry-flow--fc .entry-flow__content {
  padding-bottom: 30px;
}
.fc-main .entry-flow--fc .entry-flow__item-title {
  color: #29c000;
  margin-bottom: 20px;
}
.fc-main .entry-flow--fc .entry-flow__box {
  border-radius: 17px;
  background: #d5f1cb;
  padding: 20px 18px 10px;
  border-bottom: 5px solid #29c000;
}
@media screen and (max-width: 767px) {
  .fc-main .entry-flow--fc .entry-flow__box {
    margin-top: 2px;
    padding: 8px 10px 10px;
  }
}
.fc-main .entry-flow--fc .entry-flow__text {
  font-size: 16px;
  line-height: 1.625;
}
.fc-main .entry-flow--fc .entry-flow__note {
  margin-top: 8px;
  background: #29c000;
  border-radius: 5px;
  padding: 6px 8px 6px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .fc-main .entry-flow--fc .entry-flow__note {
    margin-top: 4px;
    border-radius: 4px;
  }
}
.fc-main .entry-flow--fc .entry-flow__button {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .fc-main .entry-flow--fc .entry-flow__button {
    font-size: 13px;
  }
}
.fc-main .entry-flow--fc .entry-flow__item:nth-child(4) .entry-flow__step,
.fc-main .entry-flow--fc .entry-flow__item:nth-child(4) .entry-flow__period,
.fc-main
  .entry-flow--fc
  .entry-flow__item:nth-child(4)
  .entry-flow__item-title {
  color: #de0012;
}
.fc-main .entry-flow--fc .entry-flow__item:nth-child(4) .entry-flow__box {
  border-color: #de0012;
  background: #fbe2e2;
}
.fc-main .fc-partners {
  padding: 70px 0 80px;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-partners {
    padding: 50px 0 60px;
  }
}
.fc-main .fc-partners__title {
  font-size: 28px;
  font-weight: bold;
  color: #86bc1f;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-partners__title {
    font-size: 22px;
    margin-bottom: 28px;
  }
}
.fc-main .fc-partners__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-partners__list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.fc-main .fc-partners__footer {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-partners__footer {
    margin-top: 28px;
  }
}
.fc-main .fc-columns {
  padding: 70px 0 80px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-columns {
    padding: 50px 0 60px;
  }
}
.fc-main .fc-columns__title {
  font-size: 28px;
  font-weight: bold;
  color: #05c086;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-columns__title {
    font-size: 22px;
    margin-bottom: 28px;
  }
}
.fc-main .fc-columns__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-columns__list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.fc-main .posts-card__link {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 10px 13px 20px;
  height: 100%;
}
.fc-main .faq-section--fc {
  padding: 70px 0 80px;
  background: #f9ffee;
}
@media screen and (max-width: 767px) {
  .fc-main .faq-section--fc {
    padding: 50px 0 60px;
  }
}
.fc-main .faq-section--fc .faq-section__badge {
  font-weight: bold;
  line-height: 1.875;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fc-main .faq-section--fc .faq-section__badge {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.fc-main .faq-section--fc .faq-section__title {
  color: #86bc1f;
  text-align: center;
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .fc-main .faq-section--fc .faq-section__title {
    margin-bottom: 26px;
  }
}
.fc-main .faq-section--fc .faq-item {
  background: #fff;
}
.fc-main .faq-section--fc .faq-item__mark--question {
  color: #86bc1f;
}
.fc-main .faq-section--fc .faq-item__mark--answer {
  color: #d54233;
}
.fc-main .fc-cta {
  padding-bottom: 70px;
  background: #f9ffee;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-cta {
    padding-bottom: 50px;
  }
}
.fc-main .fc-cta .btn {
  min-width: 434px;
  min-height: 65px;
  border-radius: 33px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .fc-main .fc-cta .btn {
    min-width: auto;
    max-width: 360px;
    width: 100%;
  }
}

/* page-case.php */
.case-main.main {
  padding-bottom: 0;
}
.case-main .case-intro {
  padding: 60px 0 60px;
}
@media screen and (max-width: 767px) {
  .case-main .case-intro {
    padding: 24px 0 30px;
  }
}
.case-main .case-intro__box {
  border-radius: 15px;
  background: rgba(237, 248, 255, 0.9);
  padding: 46px 24px 50px;
}
@media screen and (max-width: 767px) {
  .case-main .case-intro__box {
    padding: 24px 16px 22px;
  }
}
.case-main .case-intro__catch {
  font-size: 28px;
  font-weight: bold;
  color: #369acf;
  line-height: 1.4166666667;
  text-align: center;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .case-main .case-intro__catch {
    font-size: 24px;
  }
}
.case-main .case-intro__sub {
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .case-main .case-intro__sub {
    font-size: 16px;
  }
}
.case-main .case-intro__button {
  background: #369acf;
  margin-top: 2px;
}
.case-main .case-changes {
  padding: 56px 0 0;
  background: #f0f5f8;
}
@media screen and (max-width: 767px) {
  .case-main .case-changes {
    padding: 36px 0 0;
  }
}
.case-main .case-changes__title {
  font-size: 28px;
  font-weight: bold;
  color: #369acf;
  text-align: center;
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .case-main .case-changes__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.case-main .case-changes__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.case-main .case-changes__item {
  border: 2px solid #389ace;
  border-radius: 8px;
  overflow: hidden;
}
.case-main .case-changes__header {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  background: #389ace;
  padding: 12px 24px;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .case-main .case-changes__header {
    font-size: 18px;
    padding: 7px 16px;
  }
}
.case-main .case-changes__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  padding: 12px 20px 30px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .case-main .case-changes__body {
    gap: 12px;
    padding: 12px 10px 18px;
  }
}
.case-main .case-changes__text {
  font-size: 16px;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .case-main .case-changes__text {
    line-height: 1.875;
  }
}
.case-main .case-changes__image {
  width: 100%;
  max-width: 720px;
}
.case-main .case-changes__image img {
  width: 100%;
  display: block;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .case-main .case-changes__image {
    max-width: 100%;
  }
}
.case-main .case-challenges {
  padding: 70px 0 35px;
  background: #f0f5f8;
  position: relative;
}
@media screen and (max-width: 767px) {
  .case-main .case-challenges {
    padding: 40px 0 30px;
  }
}
.case-main .case-challenges::after {
  position: absolute;
  left: 0;
  bottom: -80px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #f0f5f8;
  content: "";
  display: block;
  width: 100%;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .case-main .case-challenges::after {
    height: 40px;
    bottom: -40px;
  }
}
.case-main .case-challenges__title {
  font-size: 28px;
  font-weight: bold;
  color: #369acf;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .case-main .case-challenges__title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.case-main .case-challenges__sub {
  font-size: 16px;
  text-align: center;
  line-height: 1.875;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .case-main .case-challenges__sub {
    margin-bottom: 32px;
    text-align: left;
  }
}
.case-main .case-challenges__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .case-main .case-challenges__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 400px;
    margin: 0 auto;
  }
}
.case-main .case-challenges__card {
  background: #fff;
  border-radius: 10px;
  padding: 44px 10px 30px;
  text-align: center;
  border: 1px solid #707070;
}
.case-main .case-challenges__icon {
  width: 160px;
  height: 80px;
  margin: 0 auto 40px;
}
.case-main .case-challenges__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.case-main .case-challenges__name {
  font-size: 22px;
  font-weight: 500;
  color: #369acf;
  margin-bottom: 12px;
}
.case-main .case-challenges__text {
  font-size: 16px;
  line-height: 2.25;
  text-align: left;
}
.case-main .case-reasons {
  padding: 120px 0 0;
}
@media screen and (max-width: 767px) {
  .case-main .case-reasons {
    padding: 50px 0 0px;
  }
}
.case-main .case-reasons__title {
  font-size: 28px;
  font-weight: bold;
  color: #369acf;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .case-main .case-reasons__title {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.case-main .case-reasons__lead {
  font-size: 16px;
  line-height: 2.25;
  color: #333;
  margin: 0;
}
.case-main .case-reasons__lead:not(:last-of-type) {
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .case-main .case-reasons__lead {
    font-size: 14px;
    line-height: 1.9;
  }
}
.case-main .case-reasons__list {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .case-main .case-reasons__list {
    margin-top: 36px;
  }
}
.case-main .case-reason__title {
  font-size: 22px;
  font-weight: bold;
  color: #369acf;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .case-main .case-reason__title {
    font-size: 20px;
    margin-bottom: 16px;
    text-align: center;
  }
}
.case-main .case-reason__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .case-main .case-reason__content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.case-main .case-reason__body {
  display: flex;
  flex-direction: column;
  gap: 38px;
}
.case-main .case-reason__text {
  font-size: 16px;
  line-height: 2.25;
}
.case-main .case-reason__images {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.case-main .case-reason__image {
  border-radius: 2px;
  overflow: hidden;
}
.case-main .case-reason__image img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.case-main .case-reasons__footer {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
.case-main .case-reasons__button {
  background: #369acf;
}
.case-main .case-trainers {
  padding: 70px 0 0;
}
@media screen and (max-width: 767px) {
  .case-main .case-trainers {
    padding: 50px 0 0px;
  }
}
.case-main .case-trainers__title {
  font-size: 28px;
  font-weight: bold;
  color: #369acf;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .case-main .case-trainers__title {
    font-size: 24px;
    margin-bottom: 32px;
  }
}
.case-main .case-trainers__lead {
  max-width: 980px;
  margin: 0 auto 40px;
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .case-main .case-trainers__lead {
    margin-bottom: 28px;
  }
}
.case-main .case-trainers__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.case-main .case-trainer {
  display: grid;
  grid-template-columns: 320fr 670fr;
  gap: 40px;
  background: #fff;
  padding: 40px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .case-main .case-trainer {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 12px 12px 20px;
  }
}
.case-main .case-trainer__body {
  flex: 1;
}
.case-main .case-trainer__name {
  font-size: 24px;
  font-weight: bold;
  color: #379acf;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .case-main .case-trainer__name {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
  }
}
.case-main .case-trainer__text {
  font-size: 16px;
  line-height: 1.875;
}
.case-main .case-works {
  padding: 90px 0 0px;
}
@media screen and (max-width: 767px) {
  .case-main .case-works {
    padding: 50px 0 0px;
  }
}
.case-main .case-works .inner {
  max-width: 1100px;
}
.case-main .case-works__title {
  font-size: 28px;
  font-weight: bold;
  color: #369acf;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .case-main .case-works__title {
    font-size: 24px;
    margin-bottom: 28px;
  }
}
.case-main .case-works__list {
  gap: 15px;
}
.case-main .case-works .posts-card__link {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 10px 10px 20px;
  height: 100%;
}
.case-main .case-works__footer {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.case-main .case-works__button {
  background: #369acf;
}
.case-main .entry-flow--case {
  padding: 64px 0 76px;
  background: #f5fbe9;
}
@media screen and (max-width: 767px) {
  .case-main .entry-flow--case {
    padding: 36px 0 44px;
  }
}
.case-main .entry-flow--case .entry-flow__badge {
  display: block;
  text-align: center;
  color: #91c234;
  border: none;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .case-main .entry-flow--case .entry-flow__badge {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
.case-main .entry-flow--case .entry-flow__subtitle {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .case-main .entry-flow--case .entry-flow__subtitle {
    margin-bottom: 14px;
  }
}
.case-main .entry-flow--case .entry-flow__title {
  font-size: 26px;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .case-main .entry-flow--case .entry-flow__title {
    font-size: 24px;
  }
}
.case-main .entry-flow--case .entry-flow__icon-wrap {
  border-radius: 50%;
  background: #57be2f;
}
.case-main .entry-flow--case .entry-flow__icon-number {
  color: #fff;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .case-main .entry-flow--case .entry-flow__icon-number {
    font-size: 32px;
  }
}
.case-main .entry-flow--case .entry-flow__box {
  background: #d5f1cb;
  border-bottom: 5px solid #29c000;
}
.case-main .entry-flow--case .entry-flow__button {
  background: #00a501;
}
.case-main .entry-flow--case .entry-flow__item-title {
  color: #29c000;
}
.case-main .entry-flow--case .entry-flow__item:nth-child(5) .entry-flow__step,
.case-main
  .entry-flow--case
  .entry-flow__item:nth-child(5)
  .entry-flow__item-title {
  color: #de0012;
}
.case-main
  .entry-flow--case
  .entry-flow__item:nth-child(5)
  .entry-flow__icon-wrap {
  background: #de0012;
}
.case-main .entry-flow--case .entry-flow__item:nth-child(5) .entry-flow__box {
  border-bottom-color: #de0012;
  background: #fbe2e2;
}
.case-main .faq-section--case {
  padding: 100px 0 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .case-main .faq-section--case {
    padding: 50px 0 0;
  }
}
.case-main .faq-section--case .faq-section__title {
  color: #91c234;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .case-main .faq-section--case .faq-section__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.case-main .case-cta {
  padding: 84px 0 80px;
}
@media screen and (max-width: 767px) {
  .case-main .case-cta {
    padding: 56px 0 64px;
  }
}
.case-main .case-cta .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 46px;
}
.case-main .case-cta__catch {
  font-size: 28px;
  font-weight: bold;
  color: #91c234;
  text-align: center;
  line-height: 1.6071428571;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .case-main .case-cta__catch {
    font-size: 20px;
    line-height: 1.5;
  }
}
.case-main .case-cta__button {
  background: #86bc1f;
  border-radius: 33px;
  font-size: 18px;
  width: 434px;
  height: 65px;
}
@media screen and (max-width: 767px) {
  .case-main .case-cta__button {
    max-width: 360px;
    width: 100%;
  }
}

/* page-new_graduate.php */
.ng-main {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .ng-main {
    padding-bottom: 60px;
  }
}
.ng-main .recruit-section__title {
  color: #28c000;
}
.ng-main .ng-intro {
  padding: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .ng-main .ng-intro {
    padding: 0 0 28px;
  }
}
.ng-main .ng-intro__box {
  padding: 40px 40px;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .ng-main .ng-intro__box {
    padding: 20px 8px;
  }
}
.ng-main .ng-intro__box {
  background: rgba(249, 255, 235, 0.9);
}
.ng-main .ng-intro__list {
  margin: 0 0 24px;
}
.ng-main .ng-intro__item {
  position: relative;
  padding-left: 22px;
  font-size: 20px;
  color: #91c233;
  line-height: 1.8;
}
.ng-main .ng-intro__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.911' height='10.068' viewBox='0 0 11.911 10.068'%3E%3Cpath d='M9281.865,540.407l11.911,5.107-11.911,4.961,3.665-4.961Z' transform='translate(-9281.865 -540.407)' fill='%2391C233'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .ng-main .ng-intro__item {
    font-size: 18px;
  }
}
.ng-main .ng-intro__text {
  font-size: 18px;
  line-height: 1.6666666667;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .ng-main .ng-intro__text {
    font-size: 16px;
    line-height: 1.875;
    margin-bottom: 24px;
  }
}
.ng-main .recruit-senior {
  padding: 70px 0 60px;
}
@media screen and (max-width: 767px) {
  .ng-main .recruit-senior {
    padding: 50px 0 60px;
  }
}
.ng-main .recruit-section__title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ng-main .recruit-section__title {
    font-size: 28px;
  }
}
.ng-main .recruit-senior__schedule {
  display: grid;
  grid-template-columns: 410fr 640fr;
  gap: 50px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .ng-main .recruit-senior__schedule {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.ng-main .recruit-senior__schedule-heading {
  font-size: 24px;
  font-weight: bold;
  color: #91c233;
  line-height: 1.5;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .ng-main .recruit-senior__schedule-heading {
    font-size: 20px;
    line-height: 1.8;
    text-align: center;
  }
}
.ng-main .recruit-senior__schedule-text {
  font-size: 16px;
  line-height: 1.875;
}
.ng-main .recruit-senior__cards {
  display: grid;
  gap: 30px;
}
.ng-main .recruit-senior__card {
  display: grid;
  grid-template-columns: 620fr 410fr;
  gap: 18px;
  border: 3px solid #91c234;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .ng-main .recruit-senior__card {
    grid-template-columns: 1fr;
    border-width: 2px;
    padding: 20px 8px;
  }
}
.ng-main .recruit-senior__card-body {
  padding-top: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .ng-main .recruit-senior__card-body {
    padding: 0;
  }
}
.ng-main .recruit-senior__card-title {
  font-size: 24px;
  font-weight: bold;
  color: #91c233;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .ng-main .recruit-senior__card-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.ng-main .recruit-senior__card-text {
  font-size: 16px;
  line-height: 1.875;
}
.ng-main .recruit-senior__card-image img {
  border-radius: 10px;
}
.ng-main .recruit-steps {
  padding-bottom: 60px;
}
.ng-main .recruit-steps .recruit-section__title {
  margin-bottom: 20px;
}
.ng-main .recruit-steps__list {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .ng-main .recruit-steps__list {
    gap: 0;
  }
}
.ng-main .recruit-steps__item {
  display: grid;
  grid-template-columns: 122px 1fr;
  align-items: center;
  padding: 12px 0;
  gap: 0;
  border: 2px solid #91c233;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .ng-main .recruit-steps__item {
    border-width: 1px;
    padding: 6px 0;
    grid-template-columns: 65px 1fr;
  }
}
.ng-main .recruit-steps__arrow {
  display: flex;
  justify-content: center;
  padding: 6px 0;
}
@media screen and (max-width: 767px) {
  .ng-main .recruit-steps__arrow {
    padding: 2px 0;
  }
}
.ng-main .recruit-steps__arrow-icon {
  width: 259px;
  max-width: 70%;
  aspect-ratio: 259/13;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='259' height='13' viewBox='0 0 259 13'%3E%3Cpath d='M129.5%2C0%2C259%2C13H0Z' transform='translate(259 13) rotate(180)' fill='%23e2ffab'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .ng-main .recruit-steps__arrow-icon {
    width: 159px;
  }
}
.ng-main .recruit-steps__badge {
  width: 100%;
  background: transparent;
  color: #91c233;
  border-right: 1px solid #91c233;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 10px;
  align-self: stretch;
}
@media screen and (max-width: 767px) {
  .ng-main .recruit-steps__badge {
    gap: 4px;
    padding: 5px 10px;
  }
}
.ng-main .recruit-steps__badge-label {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .ng-main .recruit-steps__badge-label {
    font-size: 20px;
  }
}
.ng-main .recruit-steps__badge-num {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .ng-main .recruit-steps__badge-num {
    font-size: 30px;
  }
}
.ng-main .recruit-steps__text {
  padding: 0 28px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
.ng-main .recruit-steps__text small {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .ng-main .recruit-steps__text small {
    margin-top: 4px;
  }
}
@media screen and (max-width: 767px) {
  .ng-main .recruit-steps__text {
    font-size: 18px;
    line-height: 1.05;
    padding: 0 16px;
  }
}
.ng-main .recruit-positions {
  padding-bottom: 80px;
}
.ng-main .recruit-positions .recruit-section__title {
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .ng-main .recruit-positions .recruit-section__title {
    margin-bottom: 28px;
  }
}
.ng-main .recruit-positions__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .ng-main .recruit-positions__list {
    gap: 15px;
  }
}
.ng-main .recruit-positions__item {
  padding: 24px 28px;
  border-radius: 10px;
  border: 2px solid;
}
@media screen and (max-width: 767px) {
  .ng-main .recruit-positions__item {
    padding: 10px;
  }
}
.ng-main .recruit-positions__item--main {
  border-color: #d54233;
}
.ng-main .recruit-positions__item--main .recruit-positions__name {
  color: #d54233;
}
.ng-main .recruit-positions__item--sub {
  border-color: #05c086;
}
.ng-main .recruit-positions__item--sub .recruit-positions__name {
  color: #05c086;
}
.ng-main .recruit-positions__name {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .ng-main .recruit-positions__name {
    font-size: 20px;
    margin-bottom: 2px;
  }
}
.ng-main .recruit-positions__desc {
  font-size: 16px;
  line-height: 2.25;
  color: #333;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .ng-main .recruit-positions__desc {
    font-size: 16px;
    line-height: 1.6875;
  }
}
.ng-main .recruit-benefits {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .ng-main .recruit-benefits {
    padding-bottom: 60px;
  }
}
.ng-main .recruit-benefits__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  max-width: 920px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .ng-main .recruit-benefits__table {
    margin-bottom: 28px;
  }
}
.ng-main .recruit-benefits__table th,
.ng-main .recruit-benefits__table td {
  padding: 10px 0;
  border: none;
  vertical-align: top;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .ng-main .recruit-benefits__table th,
  .ng-main .recruit-benefits__table td {
    padding: 4px 0;
  }
}
.ng-main .recruit-benefits__table th {
  background: transparent;
  color: #91c233;
  white-space: nowrap;
  width: 150px;
  border-bottom: 1px solid #86bc1f;
}
@media screen and (max-width: 767px) {
  .ng-main .recruit-benefits__table th {
    white-space: normal;
    width: 90px;
    text-align: left;
  }
}
.ng-main .recruit-benefits__table td {
  background: transparent;
  border-bottom: 1px solid #bfbfbf;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .ng-main .recruit-benefits__table td {
    padding-left: 10px;
  }
}
.ng-main .ng-internship {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .ng-main .ng-internship {
    padding-bottom: 40px;
  }
}
.ng-main .ng-internship__box {
  padding: 40px 70px;
  background: rgba(249, 255, 235, 0.9);
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .ng-main .ng-internship__box {
    padding: 20px 8px;
  }
}
.ng-main .ng-internship__subtitle {
  font-size: 26px;
  font-weight: bold;
  color: #91c233;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .ng-main .ng-internship__subtitle {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.ng-main .ng-internship__lead {
  font-size: 16px;
  line-height: 1.875;
}
.ng-main .ng-internship__roles {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #91c234;
}
@media screen and (max-width: 767px) {
  .ng-main .ng-internship__roles {
    gap: 20px;
    margin-top: 20px;
    padding-top: 20px;
  }
}
.ng-main .ng-internship__role-title {
  font-size: 22px;
  font-weight: 500;
  color: #91c233;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .ng-main .ng-internship__role-title {
    font-size: 20px;
  }
}
.ng-main .ng-internship__role-text {
  font-size: 16px;
  line-height: 1.875;
}
.ng-main .ng-internship-steps .recruit-section__title {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .ng-main .ng-internship-steps .recruit-section__title {
    margin-bottom: 20px;
  }
}
.ng-main .recruit-steps__list--internship .recruit-steps__item {
  border-color: #d54233;
}
.ng-main .recruit-steps__list--internship .recruit-steps__badge {
  background: transparent;
  color: #d54233;
  border-right: 1px solid #d54233;
}
.ng-main .recruit-steps__list--internship .recruit-steps__arrow-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='259' height='13' viewBox='0 0 259 13'%3E%3Cpath d='M129.5%2C0%2C259%2C13H0Z' transform='translate(259 13) rotate(180)' fill='%23f3c0b8'/%3E%3C/svg%3E");
}
.ng-main .ng-internship__button {
  margin-top: 40px;
}

/* page-career.php */
.ca-main.main {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .ca-main.main {
    padding-bottom: 60px;
  }
}
.ca-main .recruit-section__title {
  color: #d54233;
}
.ca-main .ca-intro {
  padding: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .ca-main .ca-intro {
    padding: 0 0 28px;
  }
}
.ca-main .ca-intro {
  text-align: center;
}
.ca-main .ca-intro__box {
  padding: 40px 40px;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .ca-main .ca-intro__box {
    padding: 20px 8px;
  }
}
.ca-main .ca-intro__box {
  background: rgba(255, 245, 245, 0.9);
}
.ca-main .ca-intro__catch {
  font-size: 20px;
  font-weight: bold;
  color: #d54233;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ca-main .ca-intro__catch {
    font-size: 18px;
    line-height: 1.6666666667;
  }
}
.ca-main .ca-intro__text {
  font-size: 18px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .ca-main .ca-intro__text {
    font-size: 16px;
    line-height: 1.875;
    text-align: left;
  }
}
.ca-main .recruit-senior {
  padding: 70px 0 60px;
}
@media screen and (max-width: 767px) {
  .ca-main .recruit-senior {
    padding: 50px 0 60px;
  }
}
.ca-main .recruit-section__title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ca-main .recruit-section__title {
    font-size: 28px;
  }
}
.ca-main .recruit-senior__schedule {
  display: grid;
  grid-template-columns: 410fr 640fr;
  gap: 50px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .ca-main .recruit-senior__schedule {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.ca-main .recruit-senior__schedule-heading {
  font-size: 24px;
  font-weight: bold;
  color: #d54233;
  line-height: 1.5;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .ca-main .recruit-senior__schedule-heading {
    font-size: 20px;
    line-height: 1.8;
    text-align: center;
  }
}
.ca-main .recruit-senior__schedule-text {
  font-size: 16px;
  line-height: 1.875;
}
.ca-main .recruit-senior__cards {
  display: grid;
  gap: 30px;
}
.ca-main .recruit-senior__card {
  display: grid;
  grid-template-columns: 620fr 410fr;
  gap: 18px;
  border: 3px solid #d54233;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .ca-main .recruit-senior__card {
    grid-template-columns: 1fr;
    border-width: 2px;
    padding: 20px 8px;
  }
}
.ca-main .recruit-senior__card-body {
  padding-top: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .ca-main .recruit-senior__card-body {
    padding: 0;
  }
}
.ca-main .recruit-senior__card-title {
  font-size: 24px;
  font-weight: bold;
  color: #d54233;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .ca-main .recruit-senior__card-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.ca-main .recruit-senior__card-text {
  font-size: 16px;
  line-height: 1.875;
}
.ca-main .recruit-senior__card-image img {
  border-radius: 10px;
}
.ca-main .recruit-steps {
  padding-bottom: 60px;
}
.ca-main .recruit-steps .recruit-section__title {
  margin-bottom: 20px;
}
.ca-main .recruit-steps__list {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .ca-main .recruit-steps__list {
    gap: 0;
  }
}
.ca-main .recruit-steps__item {
  display: grid;
  grid-template-columns: 122px 1fr;
  align-items: center;
  padding: 12px 0;
  gap: 0;
  border: 2px solid #d54233;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .ca-main .recruit-steps__item {
    border-width: 1px;
    padding: 6px 0;
    grid-template-columns: 65px 1fr;
  }
}
.ca-main .recruit-steps__arrow {
  display: flex;
  justify-content: center;
  padding: 6px 0;
}
@media screen and (max-width: 767px) {
  .ca-main .recruit-steps__arrow {
    padding: 2px 0;
  }
}
.ca-main .recruit-steps__arrow-icon {
  width: 259px;
  max-width: 70%;
  aspect-ratio: 259/13;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='259' height='13' viewBox='0 0 259 13'%3E%3Cpath d='M129.5%2C0%2C259%2C13H0Z' transform='translate(259 13) rotate(180)' fill='%23ffd5ce'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .ca-main .recruit-steps__arrow-icon {
    width: 159px;
  }
}
.ca-main .recruit-steps__badge {
  width: 100%;
  background: transparent;
  color: #d54233;
  border-right: 1px solid #d54233;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 10px;
  align-self: stretch;
}
@media screen and (max-width: 767px) {
  .ca-main .recruit-steps__badge {
    gap: 4px;
    padding: 5px 10px;
  }
}
.ca-main .recruit-steps__badge-label {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .ca-main .recruit-steps__badge-label {
    font-size: 20px;
  }
}
.ca-main .recruit-steps__badge-num {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .ca-main .recruit-steps__badge-num {
    font-size: 30px;
  }
}
.ca-main .recruit-steps__text {
  padding: 0 28px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
.ca-main .recruit-steps__text small {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .ca-main .recruit-steps__text small {
    margin-top: 4px;
  }
}
@media screen and (max-width: 767px) {
  .ca-main .recruit-steps__text {
    font-size: 18px;
    line-height: 1.05;
    padding: 0 16px;
  }
}
.ca-main .recruit-positions {
  padding-bottom: 80px;
}
.ca-main .recruit-positions .recruit-section__title {
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .ca-main .recruit-positions .recruit-section__title {
    margin-bottom: 28px;
  }
}
.ca-main .recruit-positions__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .ca-main .recruit-positions__list {
    gap: 15px;
  }
}
.ca-main .recruit-positions__item {
  padding: 24px 28px;
  border-radius: 10px;
  border: 2px solid;
}
@media screen and (max-width: 767px) {
  .ca-main .recruit-positions__item {
    padding: 10px;
  }
}
.ca-main .recruit-positions__item--main {
  border-color: #d54233;
}
.ca-main .recruit-positions__item--main .recruit-positions__name {
  color: #d54233;
}
.ca-main .recruit-positions__item--sub {
  border-color: #05c086;
}
.ca-main .recruit-positions__item--sub .recruit-positions__name {
  color: #05c086;
}
.ca-main .recruit-positions__name {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .ca-main .recruit-positions__name {
    font-size: 20px;
    margin-bottom: 2px;
  }
}
.ca-main .recruit-positions__desc {
  font-size: 16px;
  line-height: 2.25;
  color: #333;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .ca-main .recruit-positions__desc {
    font-size: 16px;
    line-height: 1.6875;
  }
}
.ca-main .recruit-benefits {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .ca-main .recruit-benefits {
    padding-bottom: 60px;
  }
}
.ca-main .recruit-benefits__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  max-width: 920px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .ca-main .recruit-benefits__table {
    margin-bottom: 28px;
  }
}
.ca-main .recruit-benefits__table th,
.ca-main .recruit-benefits__table td {
  padding: 10px 0;
  border: none;
  vertical-align: top;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .ca-main .recruit-benefits__table th,
  .ca-main .recruit-benefits__table td {
    padding: 4px 0;
  }
}
.ca-main .recruit-benefits__table th {
  background: transparent;
  color: #d54233;
  white-space: nowrap;
  width: 150px;
  border-bottom: 1px solid #d54233;
}
@media screen and (max-width: 767px) {
  .ca-main .recruit-benefits__table th {
    white-space: normal;
    width: 90px;
    text-align: left;
  }
}
.ca-main .recruit-benefits__table td {
  background: transparent;
  border-bottom: 1px solid #bfbfbf;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .ca-main .recruit-benefits__table td {
    padding-left: 10px;
  }
}

/* page-training.php */
.tr-main {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .tr-main {
    padding-bottom: 60px;
  }
}
.tr-main .tr-intro {
  padding: 0 0 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tr-main .tr-intro {
    padding: 0 0 28px;
  }
}
.tr-main .tr-intro__box {
  padding: 40px 40px;
  background: rgba(5, 192, 134, 0.07);
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .tr-main .tr-intro__box {
    padding: 20px 8px;
  }
}
.tr-main .tr-intro__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  color: #05c086;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .tr-main .tr-intro__title {
    font-size: 18px;
    line-height: 1.6666666667;
  }
}
.tr-main .tr-intro__text {
  font-size: 18px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .tr-main .tr-intro__text {
    font-size: 16px;
    line-height: 1.875;
    text-align: left;
  }
}
.tr-main .tr-title {
  font-size: 40px;
  font-weight: bold;
  color: #05c086;
}
@media screen and (max-width: 767px) {
  .tr-main .tr-title {
    font-size: 28px;
  }
}
.tr-main .tr-lead {
  font-size: 16px;
  line-height: 2.25;
  color: #555;
}
.tr-main .tr-instructor {
  padding: 80px 0;
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .tr-main .tr-instructor {
    padding: 44px 0;
  }
}
.tr-main .tr-instructor__title {
  text-align: center;
  margin-bottom: 16px;
}
.tr-main .tr-instructor__lead {
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .tr-main .tr-instructor__lead {
    margin-bottom: 24px;
  }
}
.tr-main .tr-instructor__items {
  display: grid;
  gap: 20px;
}
.tr-main .tr-training-item {
  display: grid;
  grid-template-columns: 270fr 830fr;
  border: 2px solid #05c086;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .tr-main .tr-training-item {
    grid-template-columns: 1fr;
    padding: 20px 12px;
    gap: 15px;
  }
}
.tr-main .tr-training-item__label {
  border-right: 1px solid #05c086;
  color: #05c086;
  font-size: 22px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tr-main .tr-training-item__label {
    width: 100%;
    font-size: 20px;
    border: none;
  }
}
.tr-main .tr-training-item__body {
  padding: 10px 50px;
}
@media screen and (max-width: 767px) {
  .tr-main .tr-training-item__body {
    padding: 0;
  }
}
.tr-main .tr-training-item__content {
  display: block;
}
.tr-main .tr-training-item__content--with-image {
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 26px;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .tr-main .tr-training-item__content--with-image {
    grid-template-columns: 1fr;
  }
}
.tr-main .tr-training-item__main {
  min-width: 0;
}
.tr-main .tr-training-item__media img {
  border-radius: 5px;
}
.tr-main .tr-training-item__text {
  font-size: 20px;
  line-height: 1.8;
  margin: 0 0 16px;
}
@media screen and (max-width: 767px) {
  .tr-main .tr-training-item__text {
    font-size: 16px;
    line-height: 1.5;
  }
}
.tr-main .tr-training-item__text:last-child {
  margin-bottom: 0;
}
.tr-main .tr-course-block {
  margin-top: 14px;
  border-radius: 5px;
  overflow: hidden;
}
.tr-main .tr-course-block__header {
  padding: 4px 16px;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .tr-main .tr-course-block__header {
    font-size: 18px;
  }
}
.tr-main .tr-course-block__text {
  padding: 14px 16px;
  font-size: 16px;
  line-height: 1.625;
}
.tr-main .tr-course-block--crefus {
  border: 2px solid #91c234;
}
.tr-main .tr-course-block--crefus .tr-course-block__header {
  background: #91c234;
}
.tr-main .tr-course-block--kicks {
  border: 2px solid #d54233;
}
.tr-main .tr-course-block--kicks .tr-course-block__header {
  background: #d54233;
}
.tr-main .tr-staff {
  padding: 60px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tr-main .tr-staff {
    padding: 44px 0;
  }
}
.tr-main .tr-staff__title {
  margin-bottom: 14px;
}
.tr-main .tr-staff__lead {
  margin-bottom: 30px;
}
.tr-main .tr-staff__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 30px;
  margin: 0 auto 30px;
  max-width: 1070px;
}
@media screen and (max-width: 767px) {
  .tr-main .tr-staff__grid {
    grid-template-columns: 1fr;
  }
}
.tr-main .tr-staff__chip {
  width: 100%;
  min-height: 70px;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .tr-main .tr-staff__chip {
    min-height: 50px;
    font-size: 16px;
  }
}
.tr-main .tr-staff__chip--career-plan {
  background: #91c234;
}
.tr-main .tr-staff__chip--work-style {
  background: #d54233;
}
.tr-main .tr-staff__chip--rule-check {
  background: #05c086;
}
.tr-main .tr-staff__chip--ideal-employee {
  background: #369acf;
}
.tr-main .tr-staff__suffix {
  font-size: 16px;
}
.tr-main .tr-classroom {
  padding-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tr-main .tr-classroom {
    padding-bottom: 60px;
  }
}
.tr-main .tr-classroom__title {
  margin-bottom: 14px;
}
.tr-main .tr-classroom__lead {
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .tr-main .tr-classroom__lead {
    text-align: left;
  }
}
.tr-main .tr-classroom__tags {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0 auto 30px;
  max-width: 1070px;
}
@media screen and (max-width: 767px) {
  .tr-main .tr-classroom__tags {
    grid-template-columns: 1fr;
  }
}
.tr-main .tr-classroom__chip {
  min-height: 70px;
  border: 1px solid #05c086;
  border-radius: 35px;
  color: #05c086;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .tr-main .tr-classroom__chip {
    min-height: 50px;
    font-size: 16px;
    width: 100%;
  }
}
.tr-main .tr-classroom__suffix {
  font-size: 14px;
  color: #555;
  margin-bottom: 36px;
}
.tr-main .tr-classroom__button {
  position: relative;
  display: inline-block;
  background: #05c086;
  color: #fff;
  border-radius: 25px;
  padding: 13px 50px 13px 30px;
  font-size: 14px;
  font-weight: bold;
  transition: opacity 0.3s ease;
}
.tr-main .tr-classroom__button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .tr-main .tr-classroom__button {
    display: block;
    text-align: center;
    padding: 14px 44px 14px 20px;
  }
}
.tr-main .tr-classroom__button .btn__icon {
  width: 6px;
}
.tr-main .tr-related {
  padding: 0;
}
.tr-main .tr-related__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .tr-main .tr-related__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.tr-main .tr-related__card {
  position: relative;
  display: block;
  aspect-ratio: 520/300;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.3s ease;
}
.tr-main .tr-related__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.tr-main .tr-related__card:hover {
  opacity: 0.85;
}
.tr-main .tr-related__content {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 40px;
  color: #fff;
}
.tr-main .tr-related__title {
  font-size: 30px;
  line-height: 1;
}
.tr-main .tr-related__link.btn {
  width: 207.36px;
  min-width: 207.36px;
  height: 44.04px;
  min-height: 44.04px;
  padding: 0;
}

/* 企業情報ページ */
.main.main--company {
  padding-bottom: 0;
}
.main.main--company .posts-section .posts-card__tag-text {
  background: #86bc1f !important;
}

/* page-company.php - company about */
.company-about {
  background: #f5f5f5;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .company-about {
    padding: 40px 0;
  }
}

.company-about__title {
  line-height: 1.2;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .company-about__title {
    margin-bottom: 24px;
  }
}

.company-about__body {
  display: grid;
  grid-template-columns: 540fr 530fr;
  gap: 35px;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .company-about__body {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.company-about__video {
  position: relative;
  aspect-ratio: 16/9;
}
.company-about__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.company-about__heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .company-about__heading {
    font-size: 20px;
    text-align: center;
  }
}

.company-about__text {
  font-size: 16px;
  line-height: 2.2;
  margin-bottom: 20px;
}

.company-about__button {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .company-about__button {
    font-size: 20px;
    min-height: 45px;
    margin: 0 auto;
  }
}

/* page-company.php - 導入事例セクション */
.main--company .posts-section {
  padding: 50px 0;
  background: #f5f5f5;
}
.main--company .posts-section .inner {
  max-width: 1100px;
}
.main--company .posts-section .posts-card__list--static {
  gap: 25px;
}
.main--company .posts-section .posts-section__button {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .main--company .posts-section .posts-section__button {
    margin-top: 30px;
  }
}

/* page-company.php - company cards */
.company-cards {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .company-cards {
    padding: 60px 0;
  }
}

.company-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media screen and (max-width: 767px) {
  .company-cards__grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
}

.company-card {
  aspect-ratio: 352/333;
}

/* page-outline.php */
.main.main--company-outline {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .main.main--company-outline {
    padding-bottom: 50px;
  }
}

.company-outline-info {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .company-outline-info {
    padding: 40px 0;
  }
}

.company-outline-info__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .company-outline-info__title {
    margin-bottom: 24px;
  }
}

.company-outline-info__table {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .company-outline-info__table {
    padding: 0 16px;
  }
}

.company-outline-info__row {
  display: grid;
  grid-template-columns: 150fr 800fr;
}
.company-outline-info__row:last-child .company-outline-info__head,
.company-outline-info__row:last-child .company-outline-info__body {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .company-outline-info__row:last-child .company-outline-info__body {
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .company-outline-info__row {
    grid-template-columns: 1fr;
  }
}

.company-outline-info__head {
  font-size: 16px;
  line-height: 1.875;
  border-bottom: 1px solid #86bc1f;
  padding: 16px 0;
}
@media screen and (max-width: 767px) {
  .company-outline-info__head {
    font-size: 16px;
    line-height: 1.875;
    color: #86bc1f;
    border-bottom: none;
    padding-bottom: 0;
  }
}

.company-outline-info__body {
  font-size: 16px;
  line-height: 1.875;
  border-bottom: 1px solid #bfbfbf;
  padding: 16px 0;
}
@media screen and (max-width: 767px) {
  .company-outline-info__body {
    font-size: 16px;
    line-height: 1.875;
    border-bottom: none;
    padding-top: 0;
    background: linear-gradient(to right, #86bc1f 100px, #bfbfbf 100px)
      no-repeat bottom/100% 1px;
  }
}

.company-outline-info__highlight {
  color: #ff0000;
}

/* page-outline.php - company history */
.company-history {
  background: #f5f5f5;
  padding-top: 60px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .company-history {
    padding-top: 36px;
    padding-bottom: 50px;
  }
}

.company-history__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .company-history__title {
    margin-bottom: 24px;
  }
}

.company-history__scroll-wrapper {
  max-width: 960px;
  margin: 0 auto;
  border: 2px solid #91c234;
  border-radius: 20px;
  overflow: hidden;
}

.company-history__scroll {
  height: 600px;
  overflow-y: auto;
}
.company-history__scroll::-webkit-scrollbar {
  width: 10px;
}
.company-history__scroll::-webkit-scrollbar-track {
  background: transparent;
}
.company-history__scroll::-webkit-scrollbar-thumb {
  background: #91c234;
  border-radius: 5px;
}
.company-history__scroll {
  scrollbar-width: thin;
  scrollbar-color: #91c234 transparent;
}
@media screen and (max-width: 767px) {
  .company-history__scroll {
    height: 80vh;
  }
}

.company-history__table {
  width: 100%;
  background: #fff;
  padding: 30px 20px;
}
@media screen and (max-width: 767px) {
  .company-history__table {
    padding: 15px 12px;
  }
}

.company-history__row {
  display: grid;
  grid-template-columns: 150px 1fr;
  max-width: 960px;
  margin: 0 auto;
  border-bottom: 1px solid #86bc1f;
}
.company-history__row:last-child .company-history__year,
.company-history__row:last-child .company-history__body {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .company-history__row {
    grid-template-columns: 1fr;
    border-bottom: 1px solid #bfbfbf;
  }
  .company-history__row:last-child .company-history__body {
    background: none;
  }
}

.company-history__year {
  font-size: 18px;
  line-height: 1.875;
  padding: 16px 16px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .company-history__year {
    font-size: 16px;
    color: #86bc1f;
    border-bottom: none;
    padding: 14px 14px 0;
  }
}

.company-history__body {
  font-size: 16px;
  line-height: 1.875;
  padding: 16px 16px 16px 0;
}
@media screen and (max-width: 767px) {
  .company-history__body {
    font-size: 16px;
    border-bottom: none;
    padding: 0 14px 14px;
    background: linear-gradient(to right, #86bc1f 100px, #bfbfbf 100px)
      no-repeat bottom/100% 1px;
  }
}

/* company-access */
.company-access {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .company-access {
    padding-top: 36px;
  }
}

.company-access__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .company-access__title {
    margin-bottom: 24px;
  }
}

.company-access__info {
  max-width: 960px;
  margin: 0 auto 46px;
}
@media screen and (max-width: 767px) {
  .company-access__info {
    margin-bottom: 20px;
  }
}

.company-access__address {
  font-size: 20px;
  line-height: 1.875;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .company-access__address {
    font-size: 16px;
    margin-bottom: 4px;
  }
}

.company-access__contact {
  font-size: 20px;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .company-access__contact {
    font-size: 16px;
  }
}

.company-access__map {
  max-width: 960px;
  margin: 0 auto;
}
.company-access__map iframe {
  display: block;
  width: 100%;
  height: 566px;
}
@media screen and (max-width: 767px) {
  .company-access__map iframe {
    height: 212px;
  }
}

/* templates/elements/company/news.php */
.company-news {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .company-news {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
.company-news .inner {
  max-width: 920px;
}

.company-news__title {
  line-height: 1.2;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .company-news__title {
    margin-bottom: 20px;
  }
}

.company-news__list {
  margin-bottom: 35px;
  display: grid;
  grid-template-columns: 98px max-content minmax(0, 1fr);
  gap: 0;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .company-news__list {
    display: block;
  }
}

.company-news__item {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1/-1;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #ddf2b5;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .company-news__item {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px 0;
  }
}

.company-news__date {
  font-size: 16px;
  white-space: nowrap;
}
.company-news__category {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  padding: 4px 12px;
  border-radius: 3px;
  background: #86bc1f;
  color: #fff;
  font-size: 14px;
  flex-shrink: 0;
  margin-right: 23px;
}
@media screen and (max-width: 767px) {
  .company-news__category {
    width: auto;
    margin-right: 0;
    margin-left: 14px;
  }
}

.company-news__title-link {
  font-size: 18px;
  line-height: 1.5;
  min-width: 0;
  transition: opacity 0.3s;
}
.company-news__item:hover .company-news__title-link {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .company-news__title-link {
    width: 100%;
    order: 3;
  }
}

.company-news__filters {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 100%;
  margin: 0;
  background: #fff;
  border-top: 1px solid #86bc1f;
  border-left: 1px solid #86bc1f;
}
@media screen and (max-width: 767px) {
  .company-news__filters {
    flex-wrap: wrap;
  }
}

.company-news__filter {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  min-width: 0;
  min-height: 50px;
  padding: 10px 14px;
  border-right: 1px solid #86bc1f;
  border-bottom: 1px solid #86bc1f;
  background: #fff;
  border-radius: 0;
  color: #86bc1f;
  font-size: 18px;
  line-height: 1.35;
  text-align: center;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: keep-all;
  transition: background-color 0.3s, color 0.3s;
}
.company-news__filter:hover {
  background: #7cb138;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .company-news__filter {
    flex: 1 1 calc(50% - 0px);
    min-width: calc(50% - 0px);
    min-height: 48px;
    padding: 8px 10px;
    font-size: calc(12 / 390 * 100vw);
  }
}

.company-news__empty {
  color: #999;
  text-align: center;
  padding: 12px 0;
}

/**
 * templates/elements/entry-flow.php
 * step_icon*.svg は緑円+白アイコンを内包しているため filter/background 不要
 */
.entry-flow {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .entry-flow {
    margin-top: 50px;
  }
}
.entry-flow .inner {
  max-width: 932px;
}

.entry-flow__title {
  color: #7cb138;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .entry-flow__title {
    font-size: 28px;
  }
}

.entry-flow__list {
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .entry-flow__list {
    margin-top: 20px;
  }
}

.entry-flow__item {
  display: grid;
  grid-template-columns: 102px minmax(0, 1fr);
  column-gap: 28px;
}
@media screen and (max-width: 767px) {
  .entry-flow__item {
    grid-template-columns: 63px minmax(0, 1fr);
    column-gap: 13px;
  }
}

.entry-flow__item + .entry-flow__item {
  margin-top: 30px;
}

.entry-flow__rail {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4px;
}

.entry-flow__step {
  color: #7cb138;
  font-size: 21px;
  line-height: 1.25;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .entry-flow__step {
    font-size: 14px;
    line-height: 1.2;
  }
}

.entry-flow__icon-wrap {
  width: 102px;
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .entry-flow__icon-wrap {
    margin-top: 4px;
    width: 66px;
    height: 66px;
  }
}
.entry-flow__icon-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.entry-flow__line {
  display: block;
  margin-top: 4px;
  width: 2px;
  flex: 1;
  background: #29c000;
}
@media screen and (max-width: 767px) {
  .entry-flow__line {
    width: 2px;
    min-height: 30px;
  }
}

.entry-flow__item-title {
  color: #7cb138;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .entry-flow__item-title {
    font-size: 18px;
    line-height: 1.4;
  }
}

.entry-flow__box {
  margin-top: 24px;
  border-radius: 17px;
  border-bottom: 5px solid #85bc1f;
  background: #f9ffec;
  padding: 22px 18px;
}
@media screen and (max-width: 767px) {
  .entry-flow__box {
    margin-top: 6px;
    border-bottom-width: 3px;
    padding: 8px 10px 20px;
  }
}

.entry-flow__text {
  font-size: 16px;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .entry-flow__text {
    font-size: 16px;
    line-height: 1.7;
  }
}

/* badge / subtitle / sub-banner (FC flow 用オプション要素) */
.entry-flow__badge {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #7cb138;
  border: 1px solid #7cb138;
  border-radius: 4px;
  padding: 4px 12px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .entry-flow__badge {
    font-size: 12px;
  }
}

.entry-flow__subtitle {
  font-size: 16px;
  font-weight: bold;
  color: #444;
  text-align: center;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .entry-flow__subtitle {
    font-size: 14px;
  }
}

.entry-flow__sub-banner {
  background: #7cb138;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  padding: 14px 20px;
  margin: 24px 0 36px;
}
@media screen and (max-width: 767px) {
  .entry-flow__sub-banner {
    font-size: 15px;
    margin: 16px 0 24px;
  }
}

.entry-flow__period {
  font-size: 11px;
  color: #7cb138;
  text-align: center;
  margin-top: 4px;
}

.entry-flow__note {
  margin-top: 14px;
  background: #85bc1f;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 13px;
  line-height: 1.6;
  color: #fff;
}

/* entry-flow 内の btn コンポーネント用 */
.entry-flow .btn.entry-flow__button {
  margin: 10px auto 0;
}
@media screen and (max-width: 767px) {
  .entry-flow .btn.entry-flow__button {
    margin-top: 8px;
  }
}

/* templates/elements/trial-cta.php */
.trial-cta {
  padding: 60px 0 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .trial-cta {
    padding: 40px 0 50px;
  }
}

.trial-cta__title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 32px;
  color: #d12e1d;
}
@media screen and (max-width: 767px) {
  .trial-cta__title {
    font-size: calc(28 / 390 * 100vw);
    margin-bottom: 24px;
  }
}

.trial-cta__button {
  margin-bottom: 30px;
  min-height: 65px;
  border-radius: 33px;
  font-size: 18px;
  min-width: 434px;
}
@media screen and (max-width: 767px) {
  .trial-cta__button {
    min-height: 45px;
    font-size: 13px;
    min-width: auto;
    max-width: 244px;
  }
}

.trial-cta__note {
  font-size: 16px;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .trial-cta__note {
    text-align: left;
  }
}

.flow-entry-main {
  background: #fff;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .flow-entry-main {
    padding-bottom: 56px;
  }
}

.fv {
  line-height: 1;
  width: 400px;
}
.fv img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.flow-entry-content {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .flow-entry-content {
    padding-top: 20px;
  }
}

.flow-entry-intro {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .flow-entry-intro {
    margin-bottom: 16px;
  }
}

.flow-entry-intro__lead {
  text-align: center;
  color: #333333;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.64;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .flow-entry-intro__lead {
    font-size: 20px;
    line-height: 1.8;
  }
}

.flow-entry-intro__picture {
  display: block;
}

.flow-entry-intro__caption {
  margin-top: 26px;
  text-align: center;
  color: #333333;
  font-size: 16px;
  line-height: 1.81;
}
@media screen and (max-width: 767px) {
  .flow-entry-intro__caption {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.81;
  }
}

.flow-entry-trial {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .flow-entry-trial {
    margin-top: 60px;
    padding: 24px 0 20px;
    background: #edf3e2;
  }
}

.flow-entry-trial__title {
  color: #85bc1f;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .flow-entry-trial__title {
    font-size: calc(28 / 390 * 100vw);
  }
}

.flow-entry-trial__cards {
  margin-top: 65px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: auto auto auto;
  gap: 47px;
}
@media screen and (max-width: 767px) {
  .flow-entry-trial__cards {
    margin-top: 30px;
    grid-template-columns: 1fr;
    grid-template-rows: unset;
    gap: 100px;
  }
}

.flow-entry-trial-card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  text-align: center;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .flow-entry-trial-card {
    grid-template-rows: unset;
    grid-row: unset;
    background: #fff;
    border-radius: 10px;
    padding: 10px 8px;
    gap: 8px;
  }
}

.flow-entry-trial-card__step {
  color: #85bc1f;
  font-size: 16px;
  font-weight: 700;
}
.flow-entry-trial-card__lead {
  align-self: center;
  color: #85bc1f;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .flow-entry-trial-card__lead {
    align-self: unset;
  }
}

.flow-entry-trial-card__visual {
  position: relative;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .flow-entry-trial-card__visual {
    margin-top: 20px;
  }
}

.flow-entry-trial-card__photo {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.flow-entry-trial-card__bubble {
  position: absolute;
  z-index: 1;
  width: 44%;
  height: auto;
}

.flow-entry-trial-card__bubble--step1 {
  left: 0%;
  bottom: -16%;
  width: 73%;
}
@media screen and (max-width: 767px) {
  .flow-entry-trial-card__bubble--step1 {
    left: -2%;
    bottom: -18%;
    width: 73%;
  }
}

.flow-entry-trial-card__bubble--step2-top {
  left: -7%;
  top: -1%;
  width: 58%;
}
@media screen and (max-width: 767px) {
  .flow-entry-trial-card__bubble--step2-top {
    left: -8%;
    top: -9%;
    width: 59%;
  }
}

.flow-entry-trial-card__bubble--step2-bottom {
  right: -2%;
  bottom: -9%;
  width: 52%;
}
@media screen and (max-width: 767px) {
  .flow-entry-trial-card__bubble--step2-bottom {
    right: -1%;
    bottom: -2%;
    width: 52%;
  }
}

.flow-entry-trial-card__bubble--step3 {
  right: -1%;
  top: -2%;
  width: 63%;
}
@media screen and (max-width: 767px) {
  .flow-entry-trial-card__bubble--step3 {
    right: -3%;
    top: -2%;
    width: 64%;
  }
}

.flow-entry-courses {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .flow-entry-courses {
    margin-top: 20px;
  }
}

.flow-entry-courses__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
@media screen and (max-width: 767px) {
  .flow-entry-courses__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.flow-entry-courses-card picture {
  display: block;
}

.flow-entry-courses-card img {
  display: block;
  width: 100%;
  height: auto;
}

.flow-entry-feature-cards {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .flow-entry-feature-cards {
    margin-top: 40px;
  }
}

.flow-entry-feature-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
@media screen and (max-width: 767px) {
  .flow-entry-feature-cards__grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}

.flow-entry-feature-cards__item {
  display: block;
}

.flow-entry-feature-cards__item img {
  border-radius: 10px;
}

.flow-entry-arrow {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .flow-entry-arrow {
    margin-top: 12px;
  }
}
.flow-entry-arrow svg {
  display: block;
  width: 512px;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .flow-entry-arrow svg {
    max-width: 313px;
  }
}

.flow-entry-cta {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .flow-entry-cta {
    margin-top: 16px;
  }
}

.flow-entry-cta__lead {
  color: #d54132;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.53;
}
@media screen and (max-width: 767px) {
  .flow-entry-cta__lead {
    font-size: 23px;
    line-height: 1.48;
  }
}

.flow-entry-cta__box {
  margin-top: 20px;
  border: 3px solid #d12e1d;
  border-radius: 15px;
  padding: 24px 24px 22px;
}
@media screen and (max-width: 767px) {
  .flow-entry-cta__box {
    margin-top: 24px;
    padding: 18px 8px;
  }
}

.flow-entry-cta__title {
  color: #d54132;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.29;
}
@media screen and (max-width: 767px) {
  .flow-entry-cta__title {
    font-size: 18px;
    line-height: 1.61;
  }
}

.flow-entry-cta__button {
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .flow-entry-cta__button {
    margin-top: 15px;
  }
}

.flow-entry-cta__buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .flow-entry-cta__buttons {
    gap: 12px;
    margin-top: 15px;
  }
}
.flow-entry-cta__buttons .flow-entry-cta__button {
  margin: 0 auto;
}

.flow-entry-cta__notes {
  width: fit-content;
  margin: 30px auto 0;
  color: #333333;
  font-size: 16px;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .flow-entry-cta__notes {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.625;
  }
}
.flow-entry-cta__notes p + p {
  margin-top: 2px;
}

.flow-entry-bottom-button {
  margin-top: 60px;
}
.flow-entry-bottom-button__button {
  margin: 0 auto;
}

/* アーカイブページ */
.archive-main .archive-content {
  padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
  .archive-main .archive-content {
    padding: 30px 0 60px;
  }
}
.archive-main .archive-content .inner {
  max-width: 1190px;
}
.archive-main {
  /* templates/elements/archive/category-list.php */
}
.archive-main .archive__category-tabs {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .archive-main .archive__category-tabs {
    margin-bottom: 30px;
  }
}
.archive-main .archive__category-list {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .archive-main .archive__category-list {
    gap: 6px;
  }
}
.archive-main .archive__category-link {
  display: inline-block;
  background: #fff;
  color: #86bc1f;
  border: 1px solid #86bc1f;
  font-weight: 600;
  display: block;
  font-size: 18px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .archive-main .archive__category-link {
    height: 40px;
    font-size: 16px;
    border-radius: 5px;
  }
}
.archive-main .archive__category-link:hover,
.archive-main .archive__category-link.is-active {
  background: #86bc1f;
  color: #fff;
}
.archive-main {
  /* templates/elements/archive/grid.php */
}
.archive-main .archive__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 290px));
  justify-content: center;
  gap: 40px 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .archive-main .archive__grid {
    gap: 23px 10px;
    margin-bottom: 20px;
  }
}
.archive-main .archive__card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .archive-main .archive__card {
    border-radius: 6px;
  }
}
.archive-main .archive__card:hover {
  opacity: 0.8;
}
.archive-main .archive__card-link {
  display: block;
  padding: 10px 10px 20px 10px;
}
.archive-main .archive__card-thumbnail {
  margin-bottom: 15px;
}
.archive-main .archive__card-thumbnail img {
  aspect-ratio: 270/180;
  border-radius: 10px;
}
.archive-main .archive__card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .archive-main .archive__card-tags {
    gap: 4px;
    margin-bottom: 6px;
  }
}
.archive-main .archive__card-tag {
  display: inline-block;
  background: #86bc1f;
  color: #fff;
  padding: 3px 14px;
  border-radius: 5px;
  font-size: 12px;
}
.archive-main .archive__card-tag--crefus {
  background: #86bc1f;
}
.archive-main .archive__card-tag--kicks {
  background: #d12d1d;
}
.archive-main .archive__card-tag--cram-school,
.archive-main .archive__card-tag--gakushu-juku {
  background: #05c086;
}
.archive-main .archive__card-tag--e-crefus {
  background: #359acf;
}
.archive-main .archive__card-tag--franchise {
  background: #b95ee2;
}
.archive-main .archive__card-tag--school-support {
  background: #e39d3d;
}
.archive-main .archive__card-tag--other {
  background: #5f5e5e;
}
.archive-main .archive__card-tag--robotics-certification,
.archive-main .archive__card-tag--robotto-kentei {
  background: #5f5e5e;
}
.archive-main .archive__card-tag--integrated {
  background: #369acf;
}
.archive-main .archive__card-tag--stand-alone {
  background: #86bc1f;
}
.archive-main .archive__card-title {
  font-size: 16px;
  line-height: 1.875;
}
.archive-main {
  /* templates/elements/archive/pagination.php */
}
.archive-main .archive__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .archive-main .archive__pagination {
    gap: 11px;
  }
}
.archive-main .archive__pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .archive-main .archive__pagination .page-numbers {
    gap: 6px;
  }
}
.archive-main .archive__pagination a.page-numbers,
.archive-main .archive__pagination span.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  color: #86bc1f;
  border: 1px solid #86bc1f;
  border-radius: 50%;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .archive-main .archive__pagination a.page-numbers,
  .archive-main .archive__pagination span.page-numbers {
    width: 30px;
    height: 30px;
  }
}
.archive-main .archive__pagination a.page-numbers:hover,
.archive-main .archive__pagination span.page-numbers:hover {
  background: #86bc1f;
  color: #fff;
  border-color: #86bc1f;
}
.archive-main .archive__pagination a.page-numbers,
.archive-main .archive__pagination span.page-numbers {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .archive-main .archive__pagination a.page-numbers,
  .archive-main .archive__pagination span.page-numbers {
    font-size: 12px;
  }
}
.archive-main .archive__pagination a.page-numbers.current,
.archive-main .archive__pagination span.page-numbers.current {
  background: #86bc1f;
  color: #fff;
  border-color: #86bc1f;
}
.archive-main .archive__pagination .archive__pagination-arrow svg {
  width: 8.34px;
  display: block;
}
.archive-main .archive__pagination .archive__pagination-arrow--prev svg {
  transform: scaleX(-1);
}
.archive-main {
  /* templates/elements/archive/cta.php */
}
.archive-main .archive__cta {
  display: flex;
  gap: 25px 40px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .archive-main .archive__cta {
    flex-direction: column;
    margin-top: 40px;
  }
}
.archive-main .archive__cta-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 500px;
  height: 80px;
  font-size: 22px;
  border-radius: 50px;
  border: 1px solid;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .archive-main .archive__cta-button {
    max-width: 315px;
    height: 52px;
    font-size: 16px;
  }
}
.archive-main .archive__cta-button--franchise {
  color: #86bc1f;
  background: #fff;
  border-color: #86bc1f;
}
.archive-main .archive__cta-button--franchise:hover {
  background: #86bc1f;
  color: #fff;
}
.archive-main .archive__cta-button--education {
  color: #05c086;
  background: #fff;
  border-color: #05c086;
}
.archive-main .archive__cta-button--education:hover {
  background: #05c086;
  color: #fff;
}
.archive-main .archive__cta-button--contact {
  color: #fff;
  background: #86bc1f;
  border-color: #86bc1f;
}
.archive-main .archive__cta-button--contact:hover {
  background: #fff;
  color: #86bc1f;
}
.archive-main .archive__cta-button-arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.archive-main .archive__cta-button-arrow svg {
  width: 10px;
  display: block;
}
.archive-main .archive__cta-button-arrow svg path {
  stroke: currentColor;
}
.archive-main .archive__no-posts {
  text-align: center;
  font-size: 16px;
  color: #666;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .archive-main .archive__no-posts {
    font-size: 14px;
    padding: 30px 0;
  }
}

/* templates/elements/archive/* (news archive overrides) */
.archive-main-news .inner {
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .archive-main-news .archive__category-tabs {
    display: flex;
    justify-content: center;
  }
}
.archive-main-news .archive__category-list {
  max-width: 100%;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}
@media screen and (max-width: 767px) {
  .archive-main-news .archive__category-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px 0;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
}
.archive-main-news .archive__category-link {
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .archive-main-news .archive__category-link {
    font-size: 9px;
  }
}
.archive-main-news .archive__category-link.is-active {
  background: #86bc1f;
  color: #fff;
}
.archive-main-news .archive__category-item:first-child .archive__category-link {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.archive-main-news
  .archive__category-item:not(:first-child)
  .archive__category-link {
  border-left: none;
}
.archive-main-news .archive__category-item:last-child .archive__category-link {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 767px) {
  .archive-main-news .archive__category-item .archive__category-link {
    border-radius: 0;
    border-left: 1px solid #86bc1f;
  }
  .archive-main-news .archive__category-item:nth-child(1) {
    grid-column: span 2 / span 2;
  }
  .archive-main-news
    .archive__category-item:nth-child(1)
    .archive__category-link {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .archive-main-news .archive__category-item:nth-child(2) {
    grid-column: span 2 / span 2;
    grid-column-start: 3;
  }
  .archive-main-news
    .archive__category-item:nth-child(2)
    .archive__category-link {
    border-left: none;
  }
  .archive-main-news .archive__category-item:nth-child(3) {
    grid-column: span 2 / span 2;
    grid-column-start: 5;
  }
  .archive-main-news
    .archive__category-item:nth-child(3)
    .archive__category-link {
    border-left: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .archive-main-news .archive__category-item:nth-child(4) {
    grid-column: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 2;
  }
  .archive-main-news
    .archive__category-item:nth-child(4)
    .archive__category-link {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left: 1px solid #86bc1f;
  }
  .archive-main-news .archive__category-item:nth-child(5) {
    grid-column: span 2 / span 2;
    grid-column-start: 4;
    grid-row-start: 2;
  }
  .archive-main-news
    .archive__category-item:nth-child(5)
    .archive__category-link {
    border-left: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
.archive-main-news .archive__card {
  border-radius: 0;
}
.archive-main-news .archive__card-link {
  padding: 0;
}
.archive-main-news .archive__card-thumbnail {
  margin-bottom: 0;
}
.archive-main-news .archive__card-thumbnail img {
  border-radius: 0;
}
.archive-main-news .archive__card-content {
  padding: 0 10px 20px 10px;
}
.archive-main-news .archive__card-tags {
  transform: translate(-10px, -50%);
  margin-bottom: -8px;
}
.archive-main-news .archive__card-tag {
  background: #86bc1f;
  color: #fff;
  border: none;
  padding: 4px 12px;
  font-size: 13px;
  border-radius: 0 12px 12px 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.archive-main-news .archive__card-tag--crefus {
  background: #86bc1f;
}
.archive-main-news .archive__card-tag--kicks {
  background: #d12d1d;
}
.archive-main-news .archive__card-tag--cram-school,
.archive-main-news .archive__card-tag--gakushu-juku {
  background: #05c086;
}
.archive-main-news .archive__card-tag--e-crefus {
  background: #359acf;
}
.archive-main-news .archive__card-tag--franchise {
  background: #b95ee2;
}
.archive-main-news .archive__card-tag--school-support {
  background: #e39d3d;
}
.archive-main-news .archive__card-tag--other {
  background: #5f5e5e;
}
.archive-main-news .archive__card-tag--robotics-certification,
.archive-main-news .archive__card-tag--robotto-kentei {
  background: #5f5e5e;
}
.archive-main-news .archive__card-date {
  display: block;
  font-size: 12px;
  margin-bottom: 0;
}

/* ==============================================================================
# Single Post Page
============================================================================== */
.mainSingle .single-content {
  padding: 100px 0 90px;
}
@media screen and (max-width: 767px) {
  .mainSingle .single-content {
    padding: 20px 0 60px;
  }
}
.mainSingle .single-content__layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 24px;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .mainSingle .single-content__layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.mainSingle {
  /* ==============================================================================
  # Single Main Section
  ============================================================================== */
}
.mainSingle .single-content__main .single-content__box {
  border: 1px solid #86bc1f;
  border-radius: 10px;
  padding: 20px 18px;
}
.mainSingle .single-content__main {
  /* ----------------- Header Section ----------------- */
}
.mainSingle .single-content__main .single-header {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mainSingle .single-content__main .single-header {
    margin-bottom: 14px;
  }
}
.mainSingle .single-content__main .single-header .single-header__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 15px;
}
.mainSingle .single-content__main .single-header .single-header__categories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.mainSingle .single-content__main .single-header .single-header__category {
  display: inline-block;
  background: #fff;
  color: #86bc1f;
  border: 1px solid #86bc1f;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .mainSingle .single-content__main .single-header .single-header__category {
    font-size: 11px;
    padding: 3px 10px;
  }
}
.mainSingle .single-content__main .single-header .single-header__date {
  display: block;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .mainSingle .single-content__main .single-header .single-header__date {
    font-size: 12px;
  }
}
.mainSingle .single-content__main .single-header .single-header__title {
  font-size: 30px;
  font-weight: 500;
  color: #86bc1f;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .mainSingle .single-content__main .single-header .single-header__title {
    font-size: 19px;
  }
}
.mainSingle .single-content__main .single-header .single-header__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .mainSingle .single-content__main .single-header .single-header__tags {
    gap: 6px;
    margin-top: 8px;
  }
}
.mainSingle .single-content__main .single-header .single-header__tag {
  display: inline-block;
  background: #86bc1f;
  color: #fff;
  padding: 3px 14px;
  border-radius: 5px;
  font-size: 12px;
}
.mainSingle .single-content__main .single-header .single-header__tag--crefus {
  background: #86bc1f;
}
.mainSingle .single-content__main .single-header .single-header__tag--kicks {
  background: #d12d1d;
}
.mainSingle
  .single-content__main
  .single-header
  .single-header__tag--cram-school,
.mainSingle
  .single-content__main
  .single-header
  .single-header__tag--gakushu-juku {
  background: #05c086;
}
.mainSingle .single-content__main .single-header .single-header__tag--e-crefus {
  background: #359acf;
}
.mainSingle
  .single-content__main
  .single-header
  .single-header__tag--franchise {
  background: #b95ee2;
}
.mainSingle
  .single-content__main
  .single-header
  .single-header__tag--school-support {
  background: #e39d3d;
}
.mainSingle .single-content__main .single-header .single-header__tag--other {
  background: #5f5e5e;
}
.mainSingle
  .single-content__main
  .single-header
  .single-header__tag--robotics-certification,
.mainSingle
  .single-content__main
  .single-header
  .single-header__tag--robotto-kentei {
  background: #5f5e5e;
}
.mainSingle .single-content__main {
  /* ----------------- Image Section ----------------- */
}
.mainSingle .single-content__main .single-image {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mainSingle .single-content__main .single-image {
    margin-bottom: 14px;
  }
}
.mainSingle .single-content__main {
  /* ----------------- Body Section ----------------- */
}
.mainSingle .single-content__main .single-body {
  display: grid;
  gap: 30px;
  line-height: 1.8;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .mainSingle .single-content__main .single-body {
    gap: 15px;
  }
}
.mainSingle .single-content__main .single-body a {
  color: #86bc1f;
  text-decoration: underline;
}
.mainSingle .single-content__main .single-body a:hover {
  opacity: 0.8;
}
.mainSingle .single-content__main .single-body .wp-block-button__link {
  text-decoration: none;
}
.mainSingle .single-content__main .single-body h2,
.mainSingle .single-content__main .single-body h3,
.mainSingle .single-content__main .single-body h4 {
  color: #86bc1f;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .mainSingle .single-content__main .single-body h2,
  .mainSingle .single-content__main .single-body h3,
  .mainSingle .single-content__main .single-body h4 {
    margin-top: 20px;
  }
}
.mainSingle .single-content__main .single-body h2 {
  background: #f9ffed;
  border-left: 5px solid #86bc1f;
  padding: 10px 26px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .mainSingle .single-content__main .single-body h2 {
    font-size: 16px;
    padding: 4px 10px;
  }
}
.mainSingle .single-content__main .single-body h3 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .mainSingle .single-content__main .single-body h3 {
    font-size: 18px;
  }
}
.mainSingle .single-content__main .single-body h4 {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .mainSingle .single-content__main .single-body h4 {
    font-size: 16px;
  }
}
.mainSingle .single-content__main .single-body ul,
.mainSingle .single-content__main .single-body ol {
  margin: 0;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .mainSingle .single-content__main .single-body ul,
  .mainSingle .single-content__main .single-body ol {
    padding-left: 20px;
  }
}
.mainSingle .single-content__main .single-body li {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .mainSingle .single-content__main .single-body li {
    margin-bottom: 8px;
  }
}
.mainSingle .single-content__main .single-body .wp-block-table {
  margin: 0;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #86bc1f;
}
@media screen and (max-width: 767px) {
  .mainSingle .single-content__main .single-body .wp-block-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.mainSingle .single-content__main .single-body .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #86bc1f;
}
@media screen and (max-width: 767px) {
  .mainSingle .single-content__main .single-body .wp-block-table table {
    min-width: 600px;
  }
}
.mainSingle .single-content__main .single-body .wp-block-table thead {
  border: none;
  background: #86bc1f;
}
.mainSingle .single-content__main .single-body .wp-block-table thead th {
  padding: 8px 10px;
  border: 1px solid #86bc1f;
  color: #fff;
  text-align: center;
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .mainSingle .single-content__main .single-body .wp-block-table thead th {
    padding: 12px 15px;
    font-size: 14px;
  }
}
.mainSingle
  .single-content__main
  .single-body
  .wp-block-table
  thead
  th:not(:last-child) {
  border-right: 1px solid #fff;
}
.mainSingle
  .single-content__main
  .single-body
  .wp-block-table
  tbody
  tr:not(:last-child) {
  border-bottom: 1px solid #86bc1f;
}
.mainSingle .single-content__main .single-body .wp-block-table tbody td {
  padding: 8px 10px;
  border: 1px solid #86bc1f;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .mainSingle .single-content__main .single-body .wp-block-table tbody td {
    padding: 12px 15px;
    font-size: 14px;
    line-height: 1.7;
  }
}
.mainSingle .single-content__main .single-body .wp-block-table tbody mark {
  font-size: 1.125em;
}
.mainSingle .single-content__main .single-body .has-background {
  padding: 12px 18px;
  border-radius: 15px;
}
.mainSingle {
  /* ==============================================================================
  # Related Posts Section
  ============================================================================== */
  /* ==============================================================================
  # カテゴリーバッジ（共通スタイル）
  ============================================================================== */
}
.mainSingle .single-content__main {
  /* ----------------- Related Posts Section ----------------- */
}
.mainSingle .single-content__main .related-posts {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .mainSingle .single-content__main .related-posts {
    margin-top: 40px;
  }
}
.mainSingle .single-content__main .related-posts .related-posts__title {
  font-size: 40px;
  font-weight: 700;
  color: #86bc1f;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mainSingle .single-content__main .related-posts .related-posts__title {
    font-size: 24px;
  }
}
.mainSingle .single-content__main .related-posts .related-posts__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px 8px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .mainSingle .single-content__main .related-posts .related-posts__grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 20px;
    max-width: 184px;
    margin: 0 auto 40px;
  }
}
.mainSingle .single-content__main .related-posts .related-posts__item {
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .mainSingle .single-content__main .related-posts .related-posts__item {
    position: relative;
  }
}
.mainSingle .single-content__main .related-posts .related-posts__item:hover {
  transform: translateY(-2px);
}
.mainSingle .single-content__main .related-posts .related-posts__link {
  display: block;
}
.mainSingle
  .single-content__main
  .related-posts
  .related-posts__thumbnail-wrapper {
  position: relative;
}
@media screen and (max-width: 767px) {
  .mainSingle
    .single-content__main
    .related-posts
    .related-posts__thumbnail-wrapper {
    margin-bottom: 10px;
  }
}
.mainSingle .single-content__main .related-posts .related-posts__thumbnail {
  margin-bottom: 18px;
  position: relative;
}
.mainSingle .single-content__main .related-posts .related-posts__thumbnail img {
  aspect-ratio: 185/123;
}
.mainSingle
  .single-content__main
  .related-posts
  .related-posts__category-badge {
  display: inline-block;
  background: #fff;
  color: #86bc1f;
  border: 1px solid #86bc1f;
  font-weight: 600;
  position: absolute;
  padding: 4px 8px;
  padding-right: 28px;
  border-radius: 0;
  top: 0;
  left: 0;
  background: #86bc1f;
  color: #fff;
  border: none;
  font-size: 12px;
  font-weight: 700;
  clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
  z-index: 2;
}
.mainSingle .single-content__main .related-posts .related-posts__item-title {
  font-size: 16px;
  line-height: 1.875;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 767px) {
  .mainSingle .single-content__main .related-posts .related-posts__item-title {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
    margin: 0;
    display: block;
  }
}
.mainSingle .single-content__main .related-posts .related-posts__more {
  text-align: center;
}
.mainSingle .single-content__main .related-posts .related-posts__more-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #86bc1f;
  color: #fff;
  max-width: 360px;
  width: 100%;
  height: 50px;
  padding-right: 20px;
  border-radius: 25px;
  font-size: 16px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .mainSingle .single-content__main .related-posts .related-posts__more-link {
    padding: 10px 30px;
    font-size: 14px;
    gap: 6px;
    max-width: 242px;
  }
}
.mainSingle
  .single-content__main
  .related-posts
  .related-posts__more-link:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}
.mainSingle .single-content__main .related-posts .related-posts__more-arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.mainSingle
  .single-content__main
  .related-posts
  .related-posts__more-arrow
  svg {
  width: 10px;
  display: block;
}
.mainSingle
  .single-content__main
  .related-posts
  .related-posts__more-arrow
  svg
  path {
  stroke: currentColor;
}

/* ==============================================================================
# Search Results Page
============================================================================== */
.search-main .search-content {
  padding: 40px 0 80px;
}
@media screen and (max-width: 767px) {
  .search-main .search-content {
    padding: 20px 0 40px;
  }
}
.search-main {
  /* =====================
    # Search Results
    ===================== */
}
.search-main .search-results__count {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .search-main .search-results__count {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.search-main .search-results__post-type-label {
  color: #86bc1f;
  font-weight: 600;
}
.search-main .search-results__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .search-main .search-results__list {
    gap: 15px;
    margin-bottom: 30px;
  }
}
.search-main .search-results__item {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.search-main .search-results__item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.search-main .search-results__link {
  display: flex;
  gap: 20px;
  padding: 20px;
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .search-main .search-results__link {
    flex-direction: column;
    gap: 15px;
    padding: 15px;
  }
}
.search-main .search-results__thumbnail {
  width: 200px;
  height: 150px;
  flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .search-main .search-results__thumbnail {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
.search-main .search-results__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.search-main .search-results__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.search-main .search-results__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.search-main .search-results__post-type {
  display: inline-block;
  background: #86bc1f;
  color: #fff;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .search-main .search-results__post-type {
    font-size: 11px;
    padding: 3px 10px;
  }
}
.search-main .search-results__date {
  font-size: 14px;
  color: #666;
}
@media screen and (max-width: 767px) {
  .search-main .search-results__date {
    font-size: 12px;
  }
}
.search-main .search-results__title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .search-main .search-results__title {
    font-size: 16px;
  }
}
.search-main .search-results__excerpt {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .search-main .search-results__excerpt {
    font-size: 13px;
  }
}
.search-main .search-results__pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .search-main .search-results__pagination {
    margin-top: 30px;
  }
}
.search-main {
  /* =====================
    # No Results
    ===================== */
}
.search-main .search-no-results {
  text-align: center;
  padding: 60px 20px;
}
@media screen and (max-width: 767px) {
  .search-main .search-no-results {
    padding: 40px 15px;
  }
}
.search-main .search-no-results__message {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .search-main .search-no-results__message {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.search-main .search-no-results__suggestion {
  font-size: 14px;
  color: #666;
}
@media screen and (max-width: 767px) {
  .search-main .search-no-results__suggestion {
    font-size: 13px;
  }
}

.home .fv {
  width: 100%;
  padding-top: 32.6500732064%;
  border-radius: 0 0 20px 20px;
  position: relative;
  background: right center/cover no-repeat url("../img/top/fv_bg.webp");
}
@media screen and (max-width: 1200px) {
  .home .fv {
    padding-top: 52.0512820513%;
  }
}
.home .fv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .home .fv__title {
    width: 85%;
  }
}
.home .courses {
  padding-top: 34px;
}
@media screen and (max-width: 767px) {
  .home .courses {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .home .courses .inner {
    padding: 0;
  }
}
.home .courses .courses__title {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .home .courses .courses__title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 1000px) {
  .home .courses .courses-items {
    max-width: 400px;
    margin: 0 auto;
  }
}
.home .courses .courses-item-top,
.home .courses .courses-item-bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: baseline;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .home .courses .courses-item-top,
  .home .courses .courses-item-bottom {
    grid-template-columns: 1fr;
  }
}
.home .courses .courses-item-top {
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .home .courses .courses-item-top {
    gap: 10px;
  }
}
.home .courses .courses-item-top .courses-item {
  position: relative;
  display: grid;
  grid-template-columns: 220fr 260fr;
  gap: 0 20px;
  padding: 16px;
  border-radius: 15px;
}
@media screen and (max-width: 1000px) {
  .home .courses .courses-item-top .courses-item {
    grid-template-columns: 121px 1fr;
    padding: 10px;
    gap: 0 15px;
  }
}
.home .courses .courses-item-top .courses-item:nth-of-type(1) {
  background: #d12e1d;
}
@media screen and (max-width: 1000px) {
  .home .courses .courses-item-top .courses-item:nth-of-type(1) {
    padding-bottom: 30px;
  }
}
.home .courses .courses-item-top .courses-item:nth-of-type(1)::before {
  content: "";
  position: absolute;
  border-radius: 15px;
  top: 0;
  left: 0;
  width: calc(100% + 20px);
  height: 100%;
  background: #d12e1d;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .home .courses .courses-item-top .courses-item:nth-of-type(1)::before {
    display: none;
  }
}
.home
  .courses
  .courses-item-top
  .courses-item:nth-of-type(1)
  .courses-item-title-img {
  width: 126.56px;
}
@media screen and (max-width: 1000px) {
  .home
    .courses
    .courses-item-top
    .courses-item:nth-of-type(1)
    .courses-item-title-img {
    width: 112.2px;
  }
}
.home
  .courses
  .courses-item-top
  .courses-item:nth-of-type(1)
  .courses-item-link-text {
  color: #c20013;
}
.home
  .courses
  .courses-item-top
  .courses-item:nth-of-type(1)
  .courses-item-link-icon
  path {
  stroke: #c20013;
}
.home
  .courses
  .courses-item-top
  .courses-item:nth-of-type(1)
  .courses-item-badge {
  color: #d12e1d;
  border: 5px solid #d12e1d;
}
.home
  .courses
  .courses-item-top
  .courses-item:nth-of-type(1)
  .courses-item-detail {
  background: #fbe6eb;
}
.home
  .courses
  .courses-item-top
  .courses-item:nth-of-type(1)
  .courses-item-detail-image {
  width: 132px;
  transform: translate(34px, -10px);
}
@media screen and (max-width: 1000px) {
  .home
    .courses
    .courses-item-top
    .courses-item:nth-of-type(1)
    .courses-item-detail-image {
    transform: none;
    margin-right: -20px;
  }
}
.home
  .courses
  .courses-item-top
  .courses-item:nth-of-type(1)
  .courses-item-detail-text
  b {
  color: #d12e1d;
}
.home .courses .courses-item-top .courses-item:nth-of-type(2) {
  background: #86bc1f;
}
.home
  .courses
  .courses-item-top
  .courses-item:nth-of-type(2)
  .courses-item-title-img {
  width: 141.18px;
}
@media screen and (max-width: 1000px) {
  .home
    .courses
    .courses-item-top
    .courses-item:nth-of-type(2)
    .courses-item-title-img {
    width: 120px;
  }
}
.home
  .courses
  .courses-item-top
  .courses-item:nth-of-type(2)
  .courses-item-link-text {
  color: #86bc1f;
}
.home
  .courses
  .courses-item-top
  .courses-item:nth-of-type(2)
  .courses-item-link-icon
  path {
  stroke: #86bc1f;
}
.home
  .courses
  .courses-item-top
  .courses-item:nth-of-type(2)
  .courses-item-badge {
  color: #86bc1f;
  border: 5px solid #86bc1f;
}
.home
  .courses
  .courses-item-top
  .courses-item:nth-of-type(2)
  .courses-item-detail {
  background: #e7efd1;
}
.home
  .courses
  .courses-item-top
  .courses-item:nth-of-type(2)
  .courses-item-detail-image {
  width: 127px;
  transform: translate(40px, -20px);
}
@media screen and (max-width: 1000px) {
  .home
    .courses
    .courses-item-top
    .courses-item:nth-of-type(2)
    .courses-item-detail-image {
    transform: none;
    margin-right: -20px;
    margin-top: -10px;
  }
}
.home
  .courses
  .courses-item-top
  .courses-item:nth-of-type(2)
  .courses-item-detail-text
  b {
  color: #6b9619;
}
.home .courses .courses-item-top .courses-item-title {
  height: 65px;
}
@media screen and (max-width: 1000px) {
  .home .courses .courses-item-top .courses-item-title {
    height: 55px;
  }
}
.home .courses .courses-item-top .courses-item-text {
  margin-bottom: 12px;
}
.home .courses .courses-item-top .courses-item-badge {
  width: 83px;
  height: 83px;
  right: 15px;
  top: -15px;
}
@media screen and (max-width: 1000px) {
  .home .courses .courses-item-top .courses-item-badge {
    width: 75px;
    height: 75px;
    right: 0px;
    top: -10px;
  }
}
.home .courses .courses-item-bottom {
  gap: 10px;
}
.home .courses .courses-item-bottom .courses-item {
  padding: 16px 30px;
}
@media screen and (max-width: 1000px) {
  .home .courses .courses-item-bottom .courses-item {
    padding: 16px 15px;
  }
}
.home .courses .courses-item-bottom .courses-item:nth-of-type(1) {
  background: #05c086;
}
@media screen and (max-width: 1000px) {
  .home .courses .courses-item-bottom .courses-item:nth-of-type(1) {
    display: grid;
    grid-template-columns: 121px 1fr;
    padding: 10px;
    gap: 0 15px;
  }
  .home
    .courses
    .courses-item-bottom
    .courses-item:nth-of-type(1)
    .courses-item-title {
    height: 55px;
    margin-bottom: 0;
  }
}
.home
  .courses
  .courses-item-bottom
  .courses-item:nth-of-type(1)
  .courses-item-title-img {
  width: 147px;
}
@media screen and (max-width: 1000px) {
  .home
    .courses
    .courses-item-bottom
    .courses-item:nth-of-type(1)
    .courses-item-title-img {
    width: 124px;
  }
}
@media screen and (max-width: 1000px) {
  .home
    .courses
    .courses-item-bottom
    .courses-item:nth-of-type(1)
    .courses-item-text {
    display: inline-block;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .home
    .courses
    .courses-item-bottom
    .courses-item:nth-of-type(1)
    .courses-item-link {
    margin-left: 0;
  }
}
.home
  .courses
  .courses-item-bottom
  .courses-item:nth-of-type(1)
  .courses-item-link-text {
  color: #05c086;
}
.home
  .courses
  .courses-item-bottom
  .courses-item:nth-of-type(1)
  .courses-item-link-icon
  path {
  stroke: #05c086;
}
.home
  .courses
  .courses-item-bottom
  .courses-item:nth-of-type(1)
  .courses-item-badge {
  color: #05c086;
  border: 5px solid #05c086;
}
@media screen and (max-width: 1000px) {
  .home
    .courses
    .courses-item-bottom
    .courses-item:nth-of-type(1)
    .courses-item-badge {
    width: 75px;
    height: 75px;
    right: 0px;
    top: -10px;
  }
}
.home
  .courses
  .courses-item-bottom
  .courses-item:nth-of-type(1)
  .courses-item-detail {
  background: #dffaf2;
}
.home
  .courses
  .courses-item-bottom
  .courses-item:nth-of-type(1)
  .courses-item-detail-text
  b {
  color: #008f84;
}
.home .courses .courses-item-bottom .courses-item:nth-of-type(2) {
  background: #369acf;
}
.home
  .courses
  .courses-item-bottom
  .courses-item:nth-of-type(2)
  .courses-item-title-img {
  width: 141.18px;
}
@media screen and (max-width: 1000px) {
  .home
    .courses
    .courses-item-bottom
    .courses-item:nth-of-type(2)
    .courses-item-title-img {
    width: 156px;
  }
}
.home
  .courses
  .courses-item-bottom
  .courses-item:nth-of-type(2)
  .courses-item-link-text {
  color: #369acf;
}
.home
  .courses
  .courses-item-bottom
  .courses-item:nth-of-type(2)
  .courses-item-link-icon
  path {
  stroke: #369acf;
}
.home
  .courses
  .courses-item-bottom
  .courses-item:nth-of-type(2)
  .courses-item-badge {
  color: #369acf;
  border: 5px solid #369acf;
}
.home
  .courses
  .courses-item-bottom
  .courses-item:nth-of-type(2)
  .courses-item-detail {
  background: #d7eff8;
}
.home
  .courses
  .courses-item-bottom
  .courses-item:nth-of-type(2)
  .courses-item-detail-text
  b {
  color: #369acf;
}
.home .courses .courses-item-bottom .courses-item-title {
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .home .courses .courses-item-bottom .courses-item-title {
    margin-bottom: 10px;
  }
}
.home .courses .courses-item-bottom .courses-item-text {
  display: inline;
}
.home .courses .courses-item-bottom .courses-item-link {
  margin-left: 10px;
}
.home .courses .courses-item-bottom .courses-item-badge {
  width: 72px;
  height: 72px;
  right: 10px;
  top: -20px;
}
@media screen and (max-width: 1000px) {
  .home .courses .courses-item-bottom .courses-item-badge {
    width: 59px;
    height: 59px;
    right: 10px;
    top: -10px;
  }
}
.home .courses .courses-item {
  border-radius: 15px;
  color: #fff;
  position: relative;
}
.home .courses .courses-item-image {
  border-radius: 15px 0 0 15px;
}
@media screen and (max-width: 1000px) {
  .home .courses .courses-item-image {
    height: 133px;
  }
}
.home .courses .courses-item-badge {
  position: absolute;
  right: 15px;
  top: -15px;
  width: 83px;
  height: 83px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: content-box;
  font-size: 21px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .home .courses .courses-item-badge {
    font-size: 18px;
  }
}
.home .courses .courses-item-title {
  display: flex;
  align-items: center;
  gap: 6px;
}
.home .courses .courses-item-title-icon {
  width: 18px;
  display: flex;
  align-items: center;
}
.home .courses .courses-item-text {
  font-size: 16px;
  font-weight: 600;
}
.home .courses .courses-item-link {
  padding: 3px 12px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  width: fit-content;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.home .courses .courses-item-link:hover {
  opacity: 0.8;
}
.home .courses .courses-item-link .courses-item-link-icon {
  width: 14px;
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
}
.home .courses .courses-item-link .courses-item-link-text {
  font-size: 11px;
  font-weight: 700;
}
.home .courses .courses-item-link.is-active .courses-item-link-icon {
  transform: rotate(180deg);
}
.home .courses .courses-item-detail {
  display: none;
  margin-top: 12px;
  grid-column: span 2 / span 2;
  border-radius: 16px;
  padding: 24px 26px;
  background: #e7efd1;
  color: #474645;
}
@media screen and (max-width: 1000px) {
  .home .courses .courses-item-detail {
    padding: 16px 12px;
    margin-top: 15px;
  }
}
.home .courses .courses-item-detail::after {
  content: "";
  display: table;
  clear: both;
}
.home .courses .courses-item-detail-image {
  float: right;
  height: auto;
  border-radius: 10px;
}
.home .courses .courses-item-detail-text {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  .home .courses .courses-item-detail-text {
    font-size: 13px;
    line-height: 1.65;
  }
}
.home .courses .courses-item-detail-text b {
  color: #6b9619;
}
.home .courses .courses-item-detail .courses-item-detail-link {
  margin-top: 16px;
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  .home .courses .courses-item-detail .courses-item-detail-link {
    padding: 10px 68px;
  }
  .home
    .courses
    .courses-item-detail
    .courses-item-detail-link
    .courses-item-link-text {
    font-size: 12px;
  }
}
.home .courses {
  /* ==============================================================================
  # BOTTOM
  ============================================================================== */
}
.home .courses .courses-item-text-link {
  display: ruby;
  gap: 12px;
}
.home .hands-on {
  padding: 70px 0 0;
}
@media screen and (max-width: 767px) {
  .home .hands-on {
    padding: 115px 0 0;
  }
}
.home .hands-on .inner {
  position: relative;
}
.home .hands-on .hands-on__bg {
  position: absolute;
  border-radius: 15px;
  width: min(82%, 762px);
  height: 352px;
  top: -18%;
}
@media screen and (max-width: 767px) {
  .home .hands-on .hands-on__bg {
    height: 100%;
    top: -36%;
  }
}
.home .hands-on .hands-on__content {
  padding-left: 30px;
}
.home .hands-on .hands-on__content-inner {
  position: relative;
  max-width: 718px;
  margin-left: auto;
  padding: 42.5px 64px;
  background: rgba(242, 242, 242, 0.9);
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .home .hands-on .hands-on__content-inner {
    padding: 30px 24px;
  }
}
.home .hands-on .hands-on__content-bubble {
  position: absolute;
  right: 40px;
  top: -55px;
  border-radius: 15px;
  border: 1px solid #28c000;
  font-size: 19px;
  font-weight: bold;
  color: #28c000;
  background: #fff;
  padding: 12px 18px;
}
@media screen and (max-width: 767px) {
  .home .hands-on .hands-on__content-bubble {
    font-size: 13px;
    right: 20px;
    top: -40px;
    padding: 8px 12px;
  }
}
.home .hands-on .hands-on__lego {
  position: absolute;
  bottom: -20px;
  left: -85px;
  width: 132px;
}
@media screen and (max-width: 767px) {
  .home .hands-on .hands-on__lego {
    width: 80px;
    bottom: -40px;
    left: -40px;
  }
}
.home .hands-on .hands-on__content-title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .home .hands-on .hands-on__content-title {
    font-size: 20px;
  }
}
.home .hands-on .hands-on__content-text {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .home .hands-on .hands-on__content-text {
    font-size: 13px;
  }
}
.home .features {
  padding-top: 45px;
  padding-bottom: 87px;
  overflow: hidden;
}
.home .features .features__title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 17px;
  color: #28c000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home .features .features__title {
    font-size: 23px;
    margin-bottom: 10px;
  }
}
.home .features .inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .home .features .inner {
    padding-right: 0;
  }
}
.home .features .features__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
@media screen and (max-width: 767px) {
  .home .features .features__items {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.home .features .features__item {
  background: #f2f2f2;
  border-radius: 15px;
  overflow: hidden;
  display: grid;
  grid-template-rows: 1fr auto;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .home .features .features__item {
    grid-template-rows: auto;
    grid-template-columns: 1fr 104px;
    border-radius: 15px 0 0 15px;
  }
}
.home .features .features__item-content {
  padding: 28px 30px 20px;
}
@media screen and (max-width: 767px) {
  .home .features .features__item-content {
    padding: 20px 18px;
  }
}
.home .features .features__item-title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .home .features .features__item-title {
    font-size: 20px;
    margin-bottom: 4px;
  }
}
.home .features .features__item-text {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .home .features .features__item-text {
    font-size: 13px;
  }
}
.home .features .features__item-text b {
  color: #28c000;
}
.home .features .features__item-image {
  aspect-ratio: 357/178;
}
@media screen and (max-width: 767px) {
  .home .features .features__item-image {
    aspect-ratio: 104/160;
  }
}
.home .features .features__gear {
  position: absolute;
  bottom: -65px;
  right: 30px;
  width: 110px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .home .features .features__gear {
    bottom: -40px;
    right: -15px;
    width: 80px;
  }
}
.home .classroom .inner {
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .home .classroom .inner {
    padding: 0;
  }
}
.home .classroom .classroom__bg {
  background: #e7efd1;
  border-radius: 15px;
  padding: 43px 0px;
}
@media screen and (max-width: 767px) {
  .home .classroom .classroom__bg {
    padding: 30px 0 20px;
  }
}
.home .classroom .classroom__title {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  color: #28c000;
}
@media screen and (max-width: 767px) {
  .home .classroom .classroom__title {
    font-size: 23px;
    margin-bottom: 30px;
  }
}
.home .classroom .classroom__text {
  font-size: 26px;
  text-align: center;
  margin-top: 48px;
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  .home .classroom .classroom__text {
    font-size: 18px;
    margin-top: -5px;
  }
}
.home .classroom .is-sp .classroom__item:nth-of-type(1) {
  padding-bottom: 40px;
}
.home .classroom .is-sp .classroom__item:nth-of-type(1) .classroom__figure {
  height: 545.76px;
}
.home .classroom .is-sp .classroom__item:nth-of-type(2) .classroom__figure {
  height: 623px;
}
.home .classroom .classroom__figure {
  width: calc(100% + 100px);
  margin-left: -50px;
}
@media screen and (max-width: 767px) {
  .home .classroom .classroom__figure {
    width: 100%;
    margin-left: 0;
  }
}

.classroom-archive__empty {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #666;
  margin: 20px 0 60px;
}

.classroom-area-archive {
  padding: 36px 0 14px;
}
@media screen and (max-width: 767px) {
  .classroom-area-archive {
    padding: 28px 0 8px;
  }
}

.classroom-region-archive__region:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .classroom-region-archive__region:not(:first-child) {
    margin-top: 18px;
  }
}
.classroom-region-archive__toggle {
  position: relative;
  width: 100%;
  border: none;
  border-radius: 10px;
  background: #86bc1f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 18px 22px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .classroom-region-archive__toggle {
    border-radius: 6px;
    padding: 8px 16px;
  }
}
.classroom-region-archive__toggle-text {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .classroom-region-archive__toggle-text {
    font-size: 20px;
  }
}
.classroom-region-archive__toggle-icon {
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  pointer-events: none;
}
.classroom-region-archive__toggle-icon::before,
.classroom-region-archive__toggle-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  border-radius: 999px;
  transition: transform 0.28s ease, opacity 0.28s ease;
}
.classroom-region-archive__toggle-icon::before {
  width: 16px;
  height: 2px;
  transform: translate(-50%, -50%);
}
.classroom-region-archive__toggle-icon::after {
  width: 2px;
  height: 16px;
  transform: translate(-50%, -50%) scaleY(1);
  transform-origin: center center;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .classroom-region-archive__toggle-icon {
    right: 16px;
    width: 24px;
    height: 24px;
  }
}
.classroom-region-archive__toggle[aria-expanded="true"]
  .classroom-region-archive__toggle-icon::after {
  transform: translate(-50%, -50%) scaleY(0);
  opacity: 0;
}
.classroom-region-archive__content {
  padding: 30px 42px;
}
@media screen and (max-width: 767px) {
  .classroom-region-archive__content {
    padding: 20px 0;
  }
}
.classroom-region-archive__prefecture {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .classroom-region-archive__prefecture {
    margin-bottom: 40px;
  }
}
.classroom-region-archive__prefecture:last-child {
  margin-bottom: 0;
}
.classroom-region-archive__prefecture-title {
  color: #91c234;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 8px;
  border-bottom: 1px solid #91c234;
}
@media screen and (max-width: 767px) {
  .classroom-region-archive__prefecture-title {
    font-size: 20px;
  }
}
.classroom-region-archive__prefecture-cards {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .classroom-region-archive__prefecture-cards {
    margin-top: 20px;
    gap: 20px;
  }
}
.classroom-region-archive__empty {
  margin: 6px 0 10px;
  color: #666;
  font-size: 15px;
  line-height: 1.7;
}

.classroom-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.classroom-list.has-items {
  margin-top: 40px;
  margin-bottom: 60px;
}

.classroom-card__link {
  background: rgba(249, 255, 235, 0.9);
  border-radius: 15px;
  display: grid;
  grid-template-columns: 185px 1fr;
  align-items: center;
  gap: 24px;
  padding: 14px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.22s ease, opacity 0.22s ease;
}
.classroom-card__link:hover {
  transform: translateY(-3px);
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .classroom-card__link {
    grid-template-columns: 90px 1fr;
    gap: 6px;
  }
}
.classroom-card__thumb img {
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .classroom-card__thumb img {
    border-radius: 5px;
  }
}
.classroom-card__content {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .classroom-card__content {
    display: contents;
  }
}
.classroom-card__title {
  font-size: 22px;
  font-weight: 500;
  color: #28c000;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .classroom-card__title {
    font-size: 18px;
    margin-bottom: 0;
    grid-column: 2;
  }
}
.classroom-card__row {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 10px;
  align-items: baseline;
}
.classroom-card__row:first-child {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .classroom-card__row {
    grid-column: 1/-1;
  }
}
.classroom-card__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 60px;
  border-radius: 2px;
  background: #6cb3d4;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.classroom-card__label--address {
  background: #43c3ef;
}
.classroom-card__label--access {
  background: #75a7ef;
}
.classroom-card__value {
  font-size: 16px;
  line-height: 1.6;
}

.classroom-single {
  padding: 80px 0 80px;
}
@media screen and (max-width: 767px) {
  .classroom-single {
    padding: 20px 0 50px;
  }
}
.classroom-single__title {
  font-size: 40px;
  font-weight: bold;
  color: #28c000;
  text-align: center;
  margin-bottom: 50px;
  line-height: 0.85;
}
@media screen and (max-width: 767px) {
  .classroom-single__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.classroom-single__layout {
  display: grid;
  grid-template-columns: 520fr 530fr;
  gap: 50px;
  align-items: start;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .classroom-single__layout {
    grid-template-columns: 1fr;
  }
}

/* ==============================================================================
# Classroom Single
============================================================================== */
.classroom-single-gallery {
  display: grid;
  gap: 5px;
}
.classroom-single-gallery__main-image {
  width: 100%;
  aspect-ratio: 520/390;
  object-fit: contain;
}
.classroom-single-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .classroom-single-gallery__thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.classroom-single-gallery__thumb {
  display: block;
  border: 1px solid transparent;
  padding: 0;
  background: none;
  cursor: pointer;
  width: 100%;
  transition: border-color 0.2s ease, opacity 0.2s ease;
}
.classroom-single-gallery__thumb img {
  width: 100%;
  aspect-ratio: 520/390;
  object-fit: cover;
}
.classroom-single-gallery__thumb.is-active {
  border-color: #86bc1f;
}
.classroom-single-gallery__thumb:hover {
  opacity: 0.85;
}

.classroom-info__meta {
  display: grid;
  gap: 10px;
}
.classroom-info__row {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 10px;
  align-items: baseline;
}
.classroom-info__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  padding: 0 8px;
  border-radius: 2px;
  background: #6cb3d4;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
}
.classroom-info__label--address {
  background: #43c3ef;
}
.classroom-info__label--access {
  background: #75a7ef;
}
.classroom-info__label--phone {
  background: #ff8800;
}
.classroom-info__value {
  font-size: 16px;
  line-height: 1.7;
}
.classroom-info__section {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 20px 0 10px;
  margin: 18px 0;
}
.classroom-info__section-title {
  font-size: 16px;
  line-height: 1.7;
}
.classroom-info__section-text {
  font-size: 16px;
  line-height: 1.7;
}
.classroom-info__courses-heading {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 10px;
}
.classroom-info__courses-list {
  display: grid;
  gap: 6px;
}
.classroom-info__course-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1.5;
}
.classroom-info__course-square {
  width: 12px;
  height: 12px;
  display: inline-block;
  flex-shrink: 0;
}
.classroom-info__course-title-text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .classroom-info__course-title-text {
    font-size: 16px;
  }
}
.classroom-info__course-description {
  font-size: 16px;
  line-height: 1.7;
}

.classroom-single-map {
  max-width: 960px;
  margin: 30px auto 0;
}
.classroom-single-map__figure {
  margin: 0;
}
.classroom-single-map__canvas {
  width: 100%;
  height: 520px;
  border: 0;
}
@media screen and (max-width: 767px) {
  .classroom-single-map__canvas {
    height: 200px;
  }
}
.classroom-single-map__pin {
  display: inline-flex;
  width: 40px;
  height: 54px;
  align-items: center;
  justify-content: center;
}
.classroom-single-map__pin svg {
  display: block;
  width: 100%;
  height: 100%;
}
.classroom-single-map__caption {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .classroom-single-map__caption {
    margin-top: 16px;
  }
}

.classroom-single-access {
  margin-top: 44px;
}
.classroom-single-access__box {
  border-radius: 15px;
  background: rgba(249, 255, 235, 0.9);
  padding: 30px 20px;
}
@media screen and (max-width: 767px) {
  .classroom-single-access__box {
    padding: 20px 10px;
  }
}
.classroom-single-access__title {
  color: #28c000;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .classroom-single-access__title {
    font-size: 22px;
    margin-bottom: 12px;
  }
}
.classroom-single-access__text {
  font-size: 16px;
  line-height: 2.25;
  max-width: 960px;
  margin: 0 auto;
}

.classroom-meta-section h2,
.classroom-single__editor-content h2 {
  color: #28c000;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 28px;
}
@media screen and (max-width: 767px) {
  .classroom-meta-section h2,
  .classroom-single__editor-content h2 {
    font-size: 24px;
    margin-bottom: 22px;
  }
}
.classroom-meta-section h3,
.classroom-single__editor-content h3 {
  color: #91c234;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .classroom-meta-section h3,
  .classroom-single__editor-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.classroom-meta-section p,
.classroom-single__editor-content p {
  font-size: 16px;
  line-height: 2;
}
.classroom-meta-section a,
.classroom-single__editor-content a {
  color: #0581eb;
  text-decoration: underline;
}
.classroom-meta-section .wp-block-group,
.classroom-single__editor-content .wp-block-group {
  margin: 0 0 36px;
}
.classroom-meta-section .has-background,
.classroom-single__editor-content .has-background {
  padding: 20px;
  border-radius: 8px;
}
.classroom-meta-section .wp-block-columns,
.classroom-single__editor-content .wp-block-columns {
  gap: 24px;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .classroom-meta-section .wp-block-columns,
  .classroom-single__editor-content .wp-block-columns {
    gap: 14px;
    margin-bottom: 24px;
  }
}
.classroom-meta-section .wp-block-image img,
.classroom-single__editor-content .wp-block-image img {
  border-radius: 2px;
}
.classroom-meta-section .wp-block-table,
.classroom-single__editor-content .wp-block-table {
  margin: 22px 0;
  border: 1px solid #86bc1f;
}
.classroom-meta-section .wp-block-table table,
.classroom-single__editor-content .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.classroom-meta-section .wp-block-table th,
.classroom-meta-section .wp-block-table td,
.classroom-single__editor-content .wp-block-table th,
.classroom-single__editor-content .wp-block-table td {
  border: 1px solid #86bc1f;
  padding: 8px;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}
.classroom-meta-section .wp-block-table thead th,
.classroom-single__editor-content .wp-block-table thead th {
  background: #86bc1f;
  color: #fff;
  font-weight: 700;
}

.classroom-meta-section {
  margin: 80px 0;
}
@media screen and (max-width: 767px) {
  .classroom-meta-section {
    margin: 40px 0;
  }
}
.classroom-meta-section:last-child {
  margin-bottom: 0;
}
.classroom-meta-section--news {
  background: #f5f5f5;
  padding: 70px 0 70px;
}

.classroom-single__editor-content {
  margin: 80px 0;
}
@media screen and (max-width: 767px) {
  .classroom-single__editor-content {
    margin: 40px 0;
  }
}

.classroom-meta-split {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 40px;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .classroom-meta-split {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.classroom-meta-split--image-left {
  grid-template-columns: 260px 1fr;
}
@media screen and (max-width: 767px) {
  .classroom-meta-split--image-left {
    grid-template-columns: 1fr;
  }
}
.classroom-meta-split--text-only {
  grid-template-columns: minmax(0, 1fr);
}
.classroom-meta-split__text p {
  margin: 0 0 12px;
  line-height: 1.9;
}
.classroom-meta-split__image {
  margin: 0;
}
.classroom-meta-split__image img {
  width: 100%;
  height: auto;
  border-radius: 2px;
}

.classroom-meta-subtitle {
  margin: 0 0 12px;
  color: #2f3135;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .classroom-meta-subtitle {
    font-size: 20px;
  }
}

.classroom-meta-section--staff .classroom-meta-split--text-only {
  justify-content: center;
}
.classroom-meta-section--staff
  .classroom-meta-split--text-only
  .classroom-meta-split__text {
  width: 100%;
  margin-inline: auto;
}
.classroom-meta-section--staff .classroom-meta-split--image-only {
  grid-template-columns: 260px;
  width: 260px;
  margin-inline: auto;
  justify-content: center;
}

.classroom-news-item {
  margin: 0 0 22px;
  padding: 20px;
  border: 1px solid #86bc1f;
  border-radius: 8px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .classroom-news-item {
    padding: 14px;
  }
}
.classroom-news-item:last-child {
  margin-bottom: 0;
}
.classroom-news-item__title,
.classroom-news-item h3.classroom-news-item__title {
  margin-bottom: 24px;
  text-align: center;
  color: #91c234;
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .classroom-news-item__title,
  .classroom-news-item h3.classroom-news-item__title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .classroom-news-item__title,
  .classroom-news-item h3.classroom-news-item__title {
    font-size: 22px;
  }
}
.classroom-news-item__body {
  display: grid;
  gap: 18px;
  align-items: start;
}
.classroom-news-item__body.has-image {
  grid-template-columns: minmax(0, 1fr) minmax(220px, 38%);
}
@media screen and (max-width: 767px) {
  .classroom-news-item__body.has-image {
    grid-template-columns: 1fr;
  }
}
.classroom-news-item__body--image-only {
  grid-template-columns: 1fr;
  justify-items: center;
}
.classroom-news-item__text p {
  margin: 0 0 12px;
  line-height: 1.9;
}
.classroom-news-item__image {
  margin: 0;
}
.classroom-news-item__image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 2px;
}
.classroom-news-item__body--image-only .classroom-news-item__image img {
  width: auto;
}

.classroom-timetable-item {
  margin: 0 0 55px;
}
@media screen and (max-width: 767px) {
  .classroom-timetable-item {
    margin-bottom: 20px;
  }
}
.classroom-timetable-item:last-child {
  margin-bottom: 0;
}
.classroom-timetable-item__title,
.classroom-timetable-item h3.classroom-timetable-item__title {
  margin-bottom: 23px;
  text-align: center;
  color: #86bc1f;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .classroom-timetable-item__title,
  .classroom-timetable-item h3.classroom-timetable-item__title {
    font-size: 16px;
    margin-bottom: 14px;
  }
}
.classroom-timetable-item__image {
  margin: 0;
}
.classroom-timetable-item__image img {
  width: 100%;
  height: auto;
  border: 1px solid #d8e7b4;
  border-radius: 2px;
}
.classroom-timetable-item__note {
  margin-top: 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .classroom-timetable-item__note {
    margin-top: 20px;
  }
}
.classroom-timetable-item__note p {
  margin: 0;
  font-size: 16px;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .classroom-timetable-item__note p {
    line-height: 1.875;
  }
}

.classroom-single-cta {
  margin-top: 60px;
  color: #fff;
  text-align: center;
  padding: 0 20px;
}
.classroom-single-cta__box {
  background: rgba(134, 188, 31, 0.9);
  border-radius: 10px;
  padding: 38px 30px;
}
@media screen and (max-width: 767px) {
  .classroom-single-cta {
    margin-top: 42px;
  }
  .classroom-single-cta__box {
    padding: 24px 16px;
  }
}
.classroom-single-cta__title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .classroom-single-cta__title {
    font-size: 24px;
    margin-bottom: 6px;
  }
}
.classroom-single-cta__lead {
  font-size: 16px;
  line-height: 1.875;
}
.classroom-single-cta__actions {
  max-width: 700px;
  margin: 18px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .classroom-single-cta__actions {
    flex-direction: column;
    gap: 12px;
  }
}
.classroom-single-cta__phone {
  font-size: 34px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .classroom-single-cta__phone {
    font-size: 30px;
  }
}
.classroom-single-cta__phone-note {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}
.classroom-single-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 346px;
  height: 44px;
  padding: 0 52px 0 30px;
  position: relative;
  border-radius: 22px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.2s ease;
}
.classroom-single-cta__button:hover {
  background: rgba(255, 255, 255, 0.12);
}
.classroom-single-cta__button-text {
  display: block;
}
.classroom-single-cta__button-arrow {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  width: 7.032px;
  height: 11.807px;
}
.classroom-single-cta__button-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}

.utility-main {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .utility-main {
    padding-bottom: 50px;
  }
}
.utility-main h1 {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 100px;
  color: #28c000;
}
@media screen and (max-width: 767px) {
  .utility-main h1 {
    display: none;
  }
}
.utility-main h2 {
  font-size: 26px;
  font-weight: bold;
  margin: 40px 0 16px;
  color: #86bc1f;
}
@media screen and (max-width: 767px) {
  .utility-main h2 {
    font-size: 22px;
    margin: 35px 0 14px;
  }
}
.utility-main p {
  font-size: 16px;
  line-height: 1.875;
}
.utility-main ul,
.utility-main ol {
  margin: 16px 0;
  padding-left: 0;
}
.utility-main li {
  position: relative;
  padding-left: 1em;
  font-size: 16px;
  line-height: 1.875;
}
.utility-main li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

#wpadminbar {
  top: auto;
  bottom: 0;
}

/*追加css*/
.page-header__sp-break { 
  display: inline;
}

@media screen and (max-width: 767px) {
  .page-header__sp-break {
    display: block;
  }

  .page-header .page-header__title {
    height: auto;
  }
}