/* l-header */

.l-header {
  background-color: var(--color-bg);
}
.l-header__title {
  background-color: var(--color-bg);
}

.l-header__menu-btn {
  background-color: var(--color-bg);
}
@media (min-width: 768px) {
  .l-header {
    background-color: var(--color-bg);
  }
}

/* main */

main {
  padding-top: var(--header-height);
}
@media (min-width: 768px) {
  main {
    padding-top: var(--pc-header-height);
  }
}

/* c-recruit-kv */

.c-recruit-kv {
  position: relative;
  isolation: isolate;
  aspect-ratio: 750 / 1130;
}

.c-recruit-kv-photo {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-bottom-left-radius: 50px;
}

.c-recruit-kv-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.c-recruit-kv picture {
  display: block;
  position: absolute;
  inset: 0;
}

.c-recruit-kv-photo picture {
  opacity: 0;
  animation: recruitKvFade 12s infinite;
}

.c-recruit-kv-photo picture:nth-child(1) { animation-delay: -1s; }
.c-recruit-kv-photo picture:nth-child(2) { animation-delay: 3s; }
.c-recruit-kv-photo picture:nth-child(3) { animation-delay: 7s; }

@keyframes recruitKvFade {
  0%      { opacity: 0; }
  8.33%   { opacity: 1; }
  33.33%  { opacity: 1; }
  41.67%  { opacity: 0; }
  100%    { opacity: 0; }
}

.c-recruit-kv-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.c-recruit-kv-body {
  position: absolute;
  z-index: 2;
  top: 2.48%;
}

.c-recruit-kv-catch {
  font-family: var(--ff-serif);
  font-weight: 400;
  white-space: nowrap;
  margin: 0;
  font-size: 7.47vw;
  color: #535353;
  line-height: 1.446;
}

.c-recruit-kv-label {
  display: inline-flex;
  align-items: center;
  position: absolute;
  top: 26.4vw;
  padding: 13px 24px;
  border: 1px solid #fff;
  border-left: none;
  border-radius: 0 999px 999px 0;
  color: #fff;
  font-weight: var(--fw-bold);
  font-size: min(3.73vw, 16px);
  letter-spacing: 0.1em;
}

.c-recruit-kv-label-stars {
  display: block;
  height: auto;
  flex-shrink: 0;
  order: 1;
  margin-left: 8px;
  width: 40px;
}

.c-recruit-kv-cta-stickybox,
.c-recruit-kv-cta {
  display: none;
}

@media (min-width: 768px) {

  .c-recruit-kv {
    aspect-ratio: 1920 / 660;
    background-color: #f5f5f5;
  }


  .c-recruit-kv-photo {
    left: 18.02%;
    right: 0;
    top: 0;
    bottom: 0;
    border-bottom-left-radius: 100px;
  }

  .c-recruit-kv-img {
    object-position: center;
  }

  .c-recruit-kv-body {
    top: 29.24%;
    left: 23.96%;
  }

  .c-recruit-kv-catch {
    font-size: 2.337vw;
    line-height: 1.589;
    margin-bottom: 2.6vw;
  }

  .c-recruit-kv-label {
    position: relative;
    left: auto;
    top: auto;
    padding: 0;
    border: none;
    border-radius: 1.615vw;
    justify-content: center;
    width: 11.46vw;
    height: 3.229vw;
    font-size: 1.275vw;
  }

  .c-recruit-kv-label-stars {
    order: 0;
    margin-left: 0;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 56px;
  }

  .c-recruit-kv-cta-stickybox {
    display: block;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 95;
  }

  .c-recruit-kv-cta {
    display: flex;
    flex-direction: column;
  }

  .c-recruit-kv-cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 100px;
    color: #fff;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
  }
}

@media (min-width: 1024px) and (max-width: 1400px) {
  .c-recruit-kv-cta-btn {
    font-size: 16px;
    width: 133px;
    height: 89px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .c-recruit-kv-cta-btn {
    font-size: 14px;
    width: 117px;
    height: 78px;
  }
}

/* c-breadcrumb */

.c-breadcrumb {
  background-color: #f5f5f5;
  border-bottom: 1px solid #e2e2e2;
  padding: 8px var(--content-padding-x) 7px;
}
.c-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-breadcrumb__item {
  font-size: 9px;
  color: #535353;
  line-height: 1.4;
}

.c-breadcrumb__item + .c-breadcrumb__item {
  position: relative;
  padding-left: 3em;
}
.c-breadcrumb__item + .c-breadcrumb__item::before {
  content: '＞';
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 1em;
  font-weight: 500;
  color: #535353;
}

.c-breadcrumb__item:last-child {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-breadcrumb__link {
  color: #535353;
  text-decoration: none;
  transition: all .4s ease;
}
.c-breadcrumb__link:hover {
  opacity: .6;
}

@media (min-width: 768px) {
  .c-breadcrumb {
    padding-block: 12px;
    padding-inline: 35px;
  }
  .c-breadcrumb__list {
    margin-inline: auto;
  }
  .c-breadcrumb__item {
    font-size: 12px;
  }
}

/* c-lower__head */

.c-lower__head {

  padding: 24px var(--content-padding-x);
  min-height: 125px;
  display: flex;
  align-items: center;
}
.c-lower__title {
  font-family: var(--ff-serif);
  font-weight: var(--fw-medium);
  font-size: 28px;
  line-height: 1.2;
  color: var(--color-primary);
}

@media (min-width: 768px) {
  .c-lower__head {
    width: min(var(--pc-content-width), 100% - var(--pc-content-gutter) * 2);
    margin-inline: auto;
    padding-inline: 0;
    padding-block: 64px 92px;
  }
  .c-lower__title {
    font-size: 56px;
  }
}

@media (min-width: 768px) and (max-width: 1400px) {
  .c-lower__title {
    font-size: 4vw;
  }
}

.c-lower__head--kv {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.c-lower__head--kv .c-lower__head-body {
  padding: 24px var(--content-padding-x);
  min-height: 125px;
  display: flex;
  align-items: center;
  width: 100%;
}
.c-lower__kv-img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .c-lower__head--kv {

    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding: 0;

    flex-direction: row;
    align-items: flex-start;
    overflow: hidden;
  }
  .c-lower__head--kv .c-lower__head-body {
    flex-shrink: 0;
    width: 50%;
    padding-left: max(var(--pc-content-gutter), calc(50% - var(--pc-content-width) / 2));
    padding-right: min(4.86vw, 68px);
    padding-block: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: center;
  }
  .c-lower__kv {
    flex: 1;
    overflow: hidden;
  }
  .c-lower__kv-img {
    width: 100%;
    height: auto;
  }
}

.c-lower__catchcopy {
  margin-top: 30px;
  margin-inline: var(--content-padding-x);
  padding-left: 20px;
  border-left: 1px solid var(--color-primary);
  font-weight: var(--fw-medium);
  font-size: 16px;
  line-height: 1.8;
  color: var(--color-text);
  align-self: flex-start;
  width: calc(100% - var(--content-padding-x) * 2);
}



@media (min-width: 768px) {
  .c-lower__catchcopy {
    margin-top: clamp(24px, 4.17vw, 50px);
    margin-inline: 0;
    padding-left: min(2.21vw, 31px);
    border-left-width: 2px;
    font-size: 20px;
    line-height: 2.0;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1400px) {
  .c-lower__catchcopy {
    font-size: calc(11.14px + 0.633vw);
  }
}

.c-lower__head--sep {
  border-bottom: 1px solid var(--color-primary);
}

@media (min-width: 768px) {
  .c-lower__head--sep {
    border-bottom: none;
    position: relative;
  }
  .c-lower__head--sep::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background: var(--color-primary);
  }
}

/* wp-pagenavi */

.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
  padding: 0 var(--content-padding-x);
}
.wp-pagenavi * {
  font-size: 11px;
  font-weight: 600;
  color: var(--color-primary);
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .first,
.wp-pagenavi .last {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  text-decoration: none;
  line-height: 1;
  transition: opacity .4s ease;
}
.wp-pagenavi .current {
  background-color: var(--color-primary);
  color: #fff;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  width: 8px;
  height: 17px;
  background: url(../images/common/ico-arrow_g.svg) right center / 8px auto no-repeat;
  text-decoration: none;
}
.wp-pagenavi .previouspostslink {
  transform: scale(-1, -1);
}

@media (min-width: 768px) {
  .wp-pagenavi {
    gap: 20px;
    margin-top: 50px;
    padding: 0 var(--pc-content-gutter);
  }
  .wp-pagenavi * {
    font-size: 14px;
  }
  .wp-pagenavi .page,
  .wp-pagenavi .current,
  .wp-pagenavi .first,
  .wp-pagenavi .last {
    width: 30px;
    height: 30px;
  }
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    width: 11px;
    height: 22px;
    background-size: 11px auto;
  }
}

/* l-subheader / l-subnav */

.l-subheader {
  position: sticky;
  top: var(--header-height);
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  background-color: var(--color-primary);
  padding-left: var(--content-padding-x);
}

.l-subheader__label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: var(--fw-bold);
  font-size: 14px;
  color: #fff;
  letter-spacing: 1.4px;
  line-height: 1;
  white-space: nowrap;
}

.l-subheader__label .c-arrow {
  --arrow-w: 10px;
  color: rgba(255, 255, 255, 0.7);
}

.l-subheader__nav {
  display: none;
}

.l-subheader__toggle {
  flex: 0 0 60px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.l-subheader__toggle-line {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.l-subheader__toggle[aria-expanded="true"] .l-subheader__toggle-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg) translateZ(0);
}
.l-subheader__toggle[aria-expanded="true"] .l-subheader__toggle-line:nth-child(2) {
  opacity: 0;
}
.l-subheader__toggle[aria-expanded="true"] .l-subheader__toggle-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg) translateZ(0);
}

.l-subnav {
  position: fixed;
  top: calc(var(--header-height) + 40px);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 150;
  background-color: rgba(99, 103, 112, 0.9);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.l-subnav[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
}

.l-subnav__panel {
  display: flex;
  flex-direction: column;
  gap: 35px;
  padding: 15px 13px 40px;
}

.l-subnav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.l-subnav__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.l-subnav__item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}

.l-subnav__link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  color: #fff;
  text-decoration: none;
  font-weight: var(--fw-medium);
  font-size: 15px;
  line-height: 1;
  transition: opacity 0.2s ease;
}
.l-subnav__link:hover { opacity: 0.6; }

.l-subnav__arrow {
  --arrow-w: 15px;
  color: rgba(255, 255, 255, 0.6);
  flex-shrink: 0;
}

.l-subnav__outline-btn {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 25px 15px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  font-weight: var(--fw-medium);
  font-size: 15px;
  line-height: 1;
  transition: opacity 0.2s ease;
}
.l-subnav__outline-btn:hover { opacity: 0.6; }

.l-subnav__outline-btn + .l-subnav__outline-btn {
  margin-top: -15px;
}

.l-subnav__cta {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-radius: 5px;
  overflow: hidden;
}

.l-subnav__cta-seminar {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 75px;
  background-color: #47a7b6;
  color: #fff;
  text-decoration: none;
  border-radius: 5px 5px 0 0;
  transition: opacity 0.2s ease;
}
.l-subnav__cta-seminar:hover { opacity: 0.6; }
.l-subheader--career ~ .l-subnav .l-subnav__cta-seminar,
.l-subheader--teacher ~ .l-subnav .l-subnav__cta-seminar {
  background-color: var(--color-primary);
}

.l-subnav__cta-row {
  display: flex;
  gap: 2px;
}

.l-subnav__cta-intern,
.l-subnav__cta-entry {
  position: relative;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 72px;
  padding: 0 10px;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.l-subnav__cta-intern:hover,
.l-subnav__cta-entry:hover { opacity: 0.6; }

.l-subnav__cta-intern { background-color: #04d0a1; border-radius: 0 0 0 5px; }
.l-subnav__cta-entry  { background-color: var(--color-primary); border-radius: 0 0 5px 0; }

.l-subnav__cta-seminar > .l-subnav__arrow,
.l-subnav__cta-intern  > .l-subnav__arrow,
.l-subnav__cta-entry   > .l-subnav__arrow {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.8);
}

.l-subnav__cta-title {
  display: block;
  font-weight: var(--fw-bold);
  font-size: 15px;
  line-height: 1.4;
  white-space: nowrap;
}
.l-subnav__cta-seminar .l-subnav__cta-title {
  font-size: 18px;
}
.l-subnav__cta-sub {
  display: block;
  font-weight: var(--fw-medium);
  font-size: 12px;
  line-height: 1;
}

/* l-subnav__panel 内の共通カード: 講師採用専用ダイヤル・働く教室を探す */
.c-subnav-dial {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-subnav-dial-label {
  margin: 0;
  width: 100%;
  padding: 7px 10px;
  background-color: #fff;
  font-weight: var(--fw-bold);
  font-size: 13px;
  color: var(--color-primary);
  text-align: left;
}

.c-subnav-dial-tel {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 15px;
  font-family: var(--ff-en);
  font-weight: var(--fw-medium);
  font-size: 32px;
  letter-spacing: 0.64px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
}

.c-subnav-dial-tel-icon {
  flex-shrink: 0;
}

.c-subnav-dial-hours {
  margin: 4px 0 0;
  text-align: center;
  font-weight: var(--fw-medium);
  font-size: 11px;
  color: #fff;
}

.c-subnav-search {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background-color: #fff;
  border-radius: 9px;
  padding: 20px 15px 25px;
}

.c-subnav-search-title {
  margin: 0;
  font-weight: var(--fw-bold);
  font-size: 18px;
  color: var(--color-primary);
  text-align: center;
}

.c-subnav-search-body {
  display: flex;
  flex-direction: column;
  gap: 13px;
  width: 100%;
}

.c-subnav-search-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  background-color: var(--color-primary);
  color: #fff;
  font-weight: var(--fw-bold);
  font-size: 16px;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.c-subnav-search-btn:hover { opacity: 0.6; }

.c-subnav-search-btn .c-arrow {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  --arrow-w: 34px;
}

.c-subnav-search-keyword {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.c-subnav-search-keyword-label {
  margin: 0;
  color: #1e1e1e;
  font-weight: var(--fw-medium);
  font-size: 14px;
  text-align: center;
}

.c-subnav-search-keyword-input-wrap {
  display: flex;
  align-items: center;
  height: 40px;
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  padding-inline: 15px;
  background-color: #fff;
}

.c-subnav-search-keyword-input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  color: #a5a5a5;
  font-weight: var(--fw-medium);
  font-size: 16px;
}

.c-subnav-search-keyword-input::placeholder { color: #a5a5a5; }

.c-subnav-search-keyword-submit {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 0;
  background: transparent;
  border: none;
  color: var(--color-text);
  cursor: pointer;
}

.c-subnav-search-keyword-submit svg {
  width: 100%;
  height: 100%;
}

/* 講師採用（/teacher/）ページ共通セクション */

@media (max-width: 767px) {
  .p-teacher__job .c-job-section__overlay {
    padding: 0 0 3% 4%;
  }
}

/* ペッピーの仕事を知ろう（c-about-section の講師採用ファミリー向け上書き） */
@media (max-width: 767px) {
  .p-teacher__about {
    padding-top: 100px;
  }
}

/* お知らせ */

.c-teacher__news {
  padding: 80px var(--content-padding-x) 0;
}

@media (min-width: 768px) {
  .c-teacher__news {
    padding: 200px var(--pc-content-gutter) 0;
  }
}

/* ペッピー講師の仕事を知ろう */
.c-teacher__features {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 100px var(--content-padding-x) 0;
}

.c-teacher__feature,
.c-teacher__voice {
  width: 100%;
  background-color: #fff;
  border-radius: 9px;
}

.c-teacher__feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  padding: 30px 20px;
}

.c-teacher__feature-title {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--color-primary);
  color: var(--color-primary);
  font-weight: var(--fw-bold);
  font-size: 17px;
  line-height: 1.6;
  text-align: center;
}

.c-teacher__feature-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 100%;
}

.c-teacher__feature-photos {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.c-teacher__feature-photo-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}

.c-teacher__feature-photo-row--reverse {
  justify-content: flex-start;
}

.c-teacher__feature-photo {
  flex: 1 1 0;
  min-width: 0;
  max-width: 350px;
}

.c-teacher__feature-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.c-teacher__feature-caption {
  margin: 0;
  color: #535353;
  font-weight: var(--fw-medium);
  font-size: 13px;
  line-height: 1.6;
}

.c-teacher__feature-caption--center {
  text-align: center;
}

.c-teacher__feature-text-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  width: 100%;
}

.c-teacher__feature-text {
  margin: 0;
  width: 100%;
  color: #535353;
  font-weight: var(--fw-regular);
  font-size: 13px;
  line-height: 1.8;
}

.c-teacher__feature-cta {
  width: 166.5px;
}

.c-teacher__voice {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 30px 20px 40px;
}

.c-teacher__voice-title {
  margin: 0;
  color: var(--color-primary);
  font-weight: var(--fw-bold);
  font-size: 17px;
  line-height: 1.6;
  text-align: center;
}

.c-teacher__voice-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.c-teacher__voice-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.c-teacher__voice-item--1 { --voice-accent: #f80; --voice-name-color: #ffa100; }
.c-teacher__voice-item--2 { --voice-accent: #ff51c1; --voice-name-color: #ff6fcc; }

.c-teacher__voice-photo {
  width: 100%;
}

.c-teacher__voice-photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.c-teacher__voice-text {
  margin: 0;
  color: #000;
  font-weight: var(--fw-regular);
  font-size: 13px;
  line-height: 2.1;
  letter-spacing: 0.03em;
}

.c-teacher__voice-highlight {
  color: var(--voice-accent);
  font-weight: var(--fw-bold);
}

.c-teacher__voice-name {
  margin: 0;
  color: var(--voice-name-color);
  font-weight: var(--fw-medium);
  font-size: 13px;
  text-align: right;
}

@media (min-width: 768px) {

  .c-teacher__features {
    gap: 40px;
    padding: 250px var(--pc-content-gutter) 0;
    max-width: calc(var(--pc-content-width) + var(--pc-content-gutter) * 2);
    margin-inline: auto;
  }

  .c-teacher__feature,
  .c-teacher__voice {
    border-radius: 30px;
  }

  .c-teacher__feature {
    gap: 40px;
    padding: 40px 50px 50px;
  }

  .c-teacher__feature-title {
    max-width: 850px;
    width: 100%;
    padding-bottom: 10px;
    font-size: 24px;
  }

  .c-teacher__feature-row {
    flex-direction: row;
    align-items: center;
    gap: 50px;
    max-width: 800px;
    width: 100%;
  }

  .c-teacher__feature-photos {
    flex: 400 1 0;
    min-width: 0;
    gap: 20px;
  }

  .c-teacher__feature-photo-row {
    gap: 20px;
  }

  .c-teacher__feature-photo {
    flex: 1 1 0;
    min-width: 0;
    max-width: 240px;
  }

  .c-teacher__feature-caption {
    font-size: 17px;
  }

  .c-teacher__feature-text-col {
    flex: 350 1 0;
    min-width: 0;
    align-items: flex-end;
    gap: 30px;
  }

  .c-teacher__feature-text {
    width: 100%;
    font-size: 16px;
  }

  .c-teacher__feature-cta {
    width: 200px;
    max-width: 100%;
  }

  .c-teacher__voice {
    gap: 30px;
    padding: 40px 50px 50px;
  }

  .c-teacher__voice-title {
    font-size: 24px;
  }

  .c-teacher__voice-list {
    flex-direction: row;
    align-items: flex-start;
    gap: 50px;
    max-width: 800px;
    width: 100%;
  }

  .c-teacher__voice-item {
    flex: 1;
    min-width: 0;
    gap: 30px;
  }

  .c-teacher__voice-photo img {
    border-radius: 7px;
  }

  .c-teacher__voice-text {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }

  .c-teacher__voice-name {
    font-size: 16px;
  }

}

/* 働く教室を探す */
.c-teacher__classroom-search {
  padding: 100px var(--content-padding-x) 0;
}

.c-teacher__classroom-search-lead {
  margin: 20px 0 0;
  color: #535353;
  font-weight: var(--fw-medium);
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}

.c-teacher__classroom-search-note {
  margin: 10px 0 0;
  color: #535353;
  font-weight: var(--fw-regular);
  font-size: 9px;
  line-height: 1.8;
  text-align: center;
}

.c-teacher__classroom-search-note-line {
  display: block;
}

.c-teacher__classroom-search-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  background-color: var(--color-primary);
  color: #fff;
  font-weight: var(--fw-bold);
  font-size: 16px;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.c-teacher__classroom-search-btn:hover { opacity: 0.6; }

.c-teacher__classroom-search-btn .c-arrow {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  --arrow-w: 34px;
}

.c-teacher__classroom-search-btn--hiring {
  margin-top: 42px;
}

.c-teacher__classroom-search-map {
  margin: 69px 0 0;
}

.c-teacher__classroom-search-map img {
  display: block;
  width: 100%;
  height: auto;
}

.c-teacher__classroom-search-row {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 34px;
}

.c-teacher__classroom-search-row .c-teacher__classroom-search-btn {
  margin-top: 0;
}

.c-teacher__classroom-search-keyword {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.c-teacher__classroom-search-keyword-label {
  margin: 0;
  color: #1e1e1e;
  font-weight: var(--fw-medium);
  font-size: 14px;
  text-align: center;
}

.c-teacher__classroom-search-keyword-input-wrap {
  display: flex;
  align-items: center;
  height: 40px;
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  padding-inline: 15px;
  background-color: #fff;
}

.c-teacher__classroom-search-keyword-input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  color: #a5a5a5;
  font-weight: var(--fw-medium);
  font-size: 16px;
}

.c-teacher__classroom-search-keyword-input::placeholder { color: #a5a5a5; }

.c-teacher__classroom-search-keyword-submit {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 0;
  background: transparent;
  border: none;
  color: var(--color-text);
  cursor: pointer;
}

.c-teacher__classroom-search-keyword-submit svg {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {

  .c-teacher__classroom-search {
    padding: 200px var(--pc-content-gutter) 0;
    max-width: calc(var(--pc-content-width) + var(--pc-content-gutter) * 2);
    margin-inline: auto;
  }

  .c-teacher__classroom-search-lead {
    margin-top: 40px;
    font-size: 18px;
  }

  .c-teacher__classroom-search-note {
    margin-top: 10px;
    font-size: 12px;
  }

  .c-teacher__classroom-search-note-line {
    display: inline;
  }

  .c-teacher__classroom-search-note-line + .c-teacher__classroom-search-note-line::before {
    content: "\3000";
  }

  .c-teacher__classroom-search-btn {
    max-width: 400px;
    height: 90px;
    margin-inline: auto;
    border-radius: 6px;
    font-size: 21px;
  }

  .c-teacher__classroom-search-btn .c-arrow {
    right: 32px;
    --arrow-w: 46px;
  }

  .c-teacher__classroom-search-btn--hiring {
    margin-top: 40px;
  }

  .c-teacher__classroom-search-map {
    max-width: 640px;
    margin-top: 109px;
    margin-inline: auto;
  }

  .c-teacher__classroom-search-row {
    flex-direction: row;
    align-items: flex-start;
    gap: 50px;
    max-width: 850px;
    margin-top: 59px;
    margin-inline: auto;
  }

  .c-teacher__classroom-search-row .c-teacher__classroom-search-btn {
    flex: 1;
    min-width: 0;
    max-width: none;
    margin-inline: 0;
  }

  .c-teacher__classroom-search-keyword {
    flex: 1;
    min-width: 0;
    gap: 14px;
  }

  .c-teacher__classroom-search-keyword-label { font-size: 18px; }

  .c-teacher__classroom-search-keyword-input-wrap {
    height: 53px;
    border-radius: 7px;
    padding-inline: 20px;
  }

  .c-teacher__classroom-search-keyword-input { font-size: 18px; }

  .c-teacher__classroom-search-keyword-submit {
    width: 26px;
    height: 26px;
  }

}

/* よくあるご質問 */
.c-teacher__faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 100px var(--content-padding-x) 0;
}

.c-teacher__faq .p-faq__section-items {
  width: 100%;
}

.c-teacher__faq-cta {
  width: 166.5px;
}

@media (min-width: 768px) {

  .c-teacher__faq {
    gap: 40px;
    padding: 200px var(--pc-content-gutter) 0;
    max-width: calc(var(--pc-content-width) + var(--pc-content-gutter) * 2);
    margin-inline: auto;
  }

  .c-teacher__faq-cta {
    width: 200px;
  }

}

body.is-subnav-open {
  overflow: hidden;
}

@media (min-width: 768px) {
  .l-subheader {
    position: static;
    height: 70px;
    padding: 0 40px;
    z-index: auto;
    align-items: stretch;
  }

  .l-subheader__label {
    gap: 10px;
    font-size: clamp(18px, 1.2vw, 22px);
    letter-spacing: 2.2px;
    margin-right: 40px;
  }

  .l-subheader__label .c-arrow {
    --arrow-w: 14px;
    margin-top: 5px;
  }

  .l-subheader__nav {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    width: 100%;
  }

  .l-subheader__list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0;
    width: 100%;
    max-width: 990px;
  }

  .l-subheader__list > li {
    display: flex;
  }

  .l-subheader__link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    color: #fff;
    text-decoration: none;
    font-weight: var(--fw-medium);
    font-size: clamp(12px, 1.2vw, 15px);
    line-height: 1;
    white-space: nowrap;
    transition: opacity 0.2s ease;
  }
  .l-subheader__link:hover { opacity: 0.6; }

  .l-subheader__link .c-arrow {
    --arrow-w: 12px;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.7);
  }


  .l-subheader__toggle { display: none; }


  .l-subnav { display: none !important; }
}

.has-sticky-subheader .l-header {
  position: static;
}
.has-sticky-subheader main {
  padding-top: 0;
}
.has-sticky-subheader .l-subheader {
  top: 0;
}

.has-sticky-subheader .l-subnav {
  top: 40px;
}
@media (min-width: 768px) {
  .has-sticky-subheader .l-subheader {
    position: sticky;
    top: 0;
    z-index: 90;
  }

  .has-sticky-subheader .l-header__nav-item--has-sub:hover,
  .has-sticky-subheader .l-header__nav-item--has-sub:focus-within {
    z-index: 95;
  }
}

body.has-sticky-subheader.is-subnav-open {
  overflow: visible;
}

.has-sticky-subheader.is-nav-open .l-header {
  position: sticky;
  top: 0;
  z-index: calc(var(--z-drawer) + 1);
}

.l-subheader--career {
  background-color: #476eda;
}

.l-subheader--teacher {
  background-color: var(--color-primary);
}

/* c-program-card */

.c-program-card {
  padding: 30px 25px 35px;
  background-color: #fff;
  border-radius: var(--radius-lg);
}

.c-program-card__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-program-card__head { margin-bottom: 25px; }

.c-program-card__title { line-height: 1.4; }

.c-program-card__body {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 15px;
  width: 100%;
}

.c-program-card__quote {
  font-weight: var(--fw-medium);
  font-size: 18px;
  color: var(--color-text);
  margin: 0;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.5px;
}

.c-program-card__quote-br { display: inline; }

.c-program-card__lead {
  font-weight: var(--fw-medium);
  font-size: 15px;
  line-height: 1.8;
  color: var(--color-text);
  margin: 0;
  text-align: justify;
}

.c-program-card__detail {
  width: 100%;
  margin-bottom: 20px;
}

.c-program-card__detail-sub {
  font-weight: var(--fw-bold);
  font-size: 14px;
  color: var(--color-primary);
  margin: 0 0 2px;
}

.c-program-card__detail-title {
  font-weight: var(--fw-bold);
  font-size: 17px;
  color: var(--color-primary);
  margin: 0 0 10px;
}

.c-program-card__catch {
  font-weight: var(--fw-bold);
  font-size: 17px;
  color: var(--color-primary);
  margin: 0 0 10px;
  line-height: 1.6;
}

.c-program-card__desc {
  font-weight: var(--fw-regular);
  font-size: 14px;
  line-height: 1.8;
  color: var(--color-text);
  margin: 0;
  text-align: justify;
}

.c-program-card__desc-br { display: none; }

.c-program-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  max-width: 290px;
  height: 60px;
  color: #fff;
  font-weight: var(--fw-bold);
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.39;
  text-decoration: none;
  border-radius: 5px;
  transition: opacity 0.2s ease;
  --arrow-w: 33px;
}

.c-program-card__btn:hover { opacity: 0.6; }

.c-program-card__btn--teal { background-color: #47a7b6; }
.c-program-card__btn--mint { background-color: #04d0a1; }

@media (min-width: 768px) {
  .c-program-card {
    padding: 60px 80px;
  }

  .c-program-card__head { margin-bottom: 30px; }
  .c-program-card__sub  { font-size: 24px; }

  .c-program-card__body { gap: 6px; margin-bottom: 30px; }
  .c-program-card__quote { font-size: 30px; letter-spacing: 1px; }
  .c-program-card__quote-br { display: none; }
  .c-program-card__lead { font-size: 20px; text-align: center; }

  .c-program-card__detail {
    max-width: 727px;
    margin-inline: auto;
    margin-bottom: 30px;
  }

  .c-program-card__detail-sub,
  .c-program-card__detail-title { display: none; }

  .c-program-card__catch {
    font-size: 26px;
    text-align: center;
  }

  .c-program-card__desc {
    font-weight: var(--fw-medium);
    font-size: 17px;
    line-height: 1.6;
    text-align: center;
  }

  .c-program-card__desc-br { display: inline; }

  .c-program-card__btn {
    width: 380px;
    max-width: none;
    height: 90px;
    font-size: 18px;
    border-radius: 6px;
    gap: 18px;
    line-height: 1.48;
    --arrow-w: 42px;
  }

  .c-program-card__btn-br { display: none; }
}

/* c-program-card--media: 写真+テキストの2カラム構成（PC） */

.c-program-card--media .c-program-card__inner { gap: 25px; }

@media (min-width: 768px) {
  .c-program-card--media .c-program-card__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    row-gap: 40px;
    column-gap: 30px;
  }

  .c-program-card--media .c-program-card__head { grid-column: 1 / -1; }
  .c-program-card--media .c-program-card__media { grid-column: 1; }
  .c-program-card--media .c-program-card__desc { grid-column: 2; }
}

/* c-voice-item */

.c-voice-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.c-voice-item__top {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.c-voice-item__photo { flex: 0 0 107px; }

.c-voice-item__photo img {
  width: 107px;
  height: 104px;
  object-fit: cover;
  border-radius: 7px;
  display: block;
}

.c-voice-item__balloon {
  position: relative;
  flex: 1;
  border: 1px solid var(--color-primary);
  border-radius: 16px;
  padding: 12px 14px;
}

.c-voice-item__balloon::before {
  content: '';
  position: absolute;
  top: 52%;
  left: -8px;
  width: 13px;
  height: 13px;
  box-sizing: border-box;
  background: #F5F5F5;
  translate: 0 -50%;
}

.c-voice-item__balloon::after {
  content: '';
  position: absolute;
  top: 52%;
  left: -5px;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-right: solid 1px var(--color-primary);
  rotate: 225deg;
  translate: 0 -50%;
}

.c-voice-item__short {
  font-weight: var(--fw-bold);
  font-size: 14px;
  color: var(--color-primary);
  margin: 0;
  line-height: 1.6;
}

.c-voice-item__short span { display: inline-block; }

.c-voice-item__body {
  font-weight: var(--fw-regular);
  font-size: 13px;
  color: var(--color-text);
  line-height: 1.8;
  margin: 0;
  text-align: justify;
}

@media (min-width: 768px) {
  .c-voice-item { gap: 16px; }

  .c-voice-item__top { gap: 22px; }

  .c-voice-item__photo { flex-basis: 154px; }

  .c-voice-item__photo img {
    width: 154px;
    height: 150px;
    border-radius: 10px;
  }

  .c-voice-item__balloon { padding: 18px 22px; }

  .c-voice-item__balloon::before {
    left: -10px;
    width: 18px;
    height: 18px;
  }

  .c-voice-item__balloon::after {
    left: -9px;
    width: 16px;
    height: 16px;
  }

  .c-voice-item__short { font-size: 18px; }

  .c-voice-item__body { font-size: 16px; }
}

@media (min-width: 1000px) {
  .c-voice-item { flex: 1; }
}

/* c-job-section */

.c-job-section {
  padding-top: 100px;
}

.c-job-section__head {
  padding: 0 var(--content-padding-x);
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.c-job-section__heading-en {
  display: block;
  width: 298px;
  height: auto;
}

.c-job-section__title {
  font-weight: var(--fw-bold);
  font-size: 12px;
  margin: 0;
  color: var(--color-primary);
  line-height: 1.5;
  white-space: nowrap;
}

.c-job-section__title-star {
  color: #fabe00;
}

.c-job-section__card {
  position: relative;
  overflow: hidden;
}

.c-job-section__img {
  width: 100%;
  height: auto;
  display: block;
}

.c-job-section__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 3px;
  padding: 0 0 2.5% 32%;
  z-index: 1;
}

.c-job-section__role {
  display: inline-block;
  font-weight: var(--fw-bold);
  font-size: 2.93vw;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 3px 5px;
  line-height: 1.34;
}

.c-job-section__catch {
  font-family: var(--ff-serif);
  font-weight: 400;
  font-size: 8vw;
  color: #fff;
  line-height: 1.34;
  margin: 0;
  white-space: nowrap;
}

.c-job-section__desc {
  font-weight: var(--fw-medium);
  font-size: 14px;
  line-height: 1.8;
  color: #535353;
  margin: 20px 0 0;
  padding: 0 var(--content-padding-x);
}

@media (min-width: 768px) {
  .c-job-section { padding-top: 250px; }


  .c-job-section__head {
    padding-inline: var(--pc-content-gutter);
    max-width: calc(var(--pc-content-width) + var(--pc-content-gutter) * 2);
    margin-inline: auto;
    margin-bottom: 51px;
  }

  .c-job-section__heading-en { width: 479px; }

  .c-job-section__title { font-size: 20px; }
}

@media (min-width: 768px) {
  .c-job-section__overlay {
    padding: 0 0 4.12% 18.14%;
    gap: 14px;
  }

  .c-job-section__role {
    font-size: min(1.04vw, 20px);
    padding: 8px 13px;
  }

  .c-job-section__catch { font-size: min(2.6vw, 50px); }

  .c-job-section__desc {
    font-size: 20px;
    text-align: center;
    padding: 0;
    margin-top: 51px;
    line-height: 2;
  }

  .c-job-section__card {
    max-width: 1400px;
    margin-inline: auto;
  }
}

@media (min-width: 1000px) {
  .c-job-section__head {
    flex-direction: row;
    align-items: flex-end;
    gap: 40px;
  }
}

/* c-about-section */

.c-about-section {
  padding: 60px var(--content-padding-x) 0;
  display: flex;
  flex-direction: column;
}

.c-about-section__head {
  margin-bottom: 20px;
  order: 1;
}

.c-about-section__right { display: contents; }

.c-about-section__lead {
  font-weight: var(--fw-medium);
  font-size: 14px;
  line-height: 1.8;
  color: var(--color-text);
  margin: 0 0 30px;
  text-align: center;
  order: 2;
}

.c-about-section__stats {
  margin-bottom: 30px;
  order: 3;
}

.c-about-section__cta {
  order: 4;
  display: flex;
  width: 167px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .c-about-section {
    width: min(var(--pc-content-width), 100% - var(--pc-content-gutter) * 2);
    margin-inline: auto;
    padding: 250px 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
  }

  .c-about-section__head {
    grid-column: 1 / 3;
    grid-row: 1;
    margin-bottom: 40px;
  }


  .c-about-section__right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    grid-column: 2;
    grid-row: 2;
  }

  .c-about-section__lead {
    text-align: left;
    font-size: 18px;
    margin: 0 0 40px;
    line-height: 2;
  }

  .c-about-section__stats {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    margin-bottom: 0;
  }

  .c-about-section__cta {
    align-self: auto;
    justify-self: start;
    margin: 0;
    width: 200px;
  }
}

/* c-voice-section */

.c-voice-section {
  padding: 50px 0 0;
  order: 5;
}

.c-voice-section__title {
  font-weight: var(--fw-bold);
  font-size: 17px;
  color: var(--color-primary);
  margin: 0 0 30px;
  text-align: center;
}

.c-voice-section__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media (min-width: 768px) {
  .c-voice-section {
    padding: 80px 0 0;
    grid-column: 1 / -1;
    grid-row: 3;
  }

  .c-voice-section__title {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .c-voice-section__list {
    align-items: flex-start;
    gap: 60px;
  }

}

@media (min-width: 1000px) {
  .c-voice-section__list {
    flex-direction: row;
    gap: 80px;
  }
}

/* c-programs */

.c-programs {
  margin: 50px var(--content-padding-x) 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 768px) {
  .c-programs {
    margin: 200px auto 0;
    width: min(var(--pc-content-width), 100% - var(--pc-content-gutter) * 2);
    gap: 40px;
  }
}

/* c-star-head */

.c-star-head { text-align: center; }

.c-star-head__sub {
  font-weight: var(--fw-bold);
  font-size: 14px;
  color: var(--color-primary);
  margin: 0;
}

.c-star-head__title {
  font-weight: var(--fw-bold);
  font-size: 21px;
  margin: 0;
  color: var(--color-primary);
  line-height: 1.5;
}

.c-star-head__star {
  color: var(--color-primary);
  font-weight: var(--fw-medium);
  font-size: 10px;
  margin: 8px 0 0;
  letter-spacing: 0.06em;
}

@media (min-width: 768px) {
  .c-star-head__sub { font-size: 24px; }
  .c-star-head__title { font-size: 36px; }
  .c-star-head__star { font-size: 20px; margin-top: 10px; }
}

/* c-nav-section */

.c-nav-section {
  --_nav-accent: var(--color-text);
  background-color: #fff;
  margin: 100px var(--content-padding-x) 0;
}

.c-nav-section--freshers {
  --_nav-accent: var(--color-primary);
}

.c-nav-section--career {
  --_nav-accent: #476eda;
}

.c-nav-section--teacher {
  --_nav-accent: var(--color-primary);
}

.c-nav-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  padding: 0 15px;
  background-color: var(--_nav-accent);
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.c-nav-section__header:hover { opacity: 0.6; }

.c-nav-section__label {
  font-weight: var(--fw-bold);
  font-size: 16px;
  color: #fff;
  letter-spacing: 1.6px;
  margin: 0;
}

.c-nav-section__header .c-arrow {
  --arrow-w: 15px;
  color: #fff;
}

.c-nav-section__list {
  list-style: none;
  margin: 0;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
}

.c-nav-section__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 75px;
  border-bottom: 1px solid var(--_nav-accent);
  color: var(--_nav-accent);
  font-weight: var(--fw-medium);
  font-size: 15px;
  text-decoration: none;
  transition: opacity 0.2s ease;
  --arrow-w: 15px;
}

.c-nav-section__item:hover { opacity: 0.6; }

.c-nav-section__list > li:last-child .c-nav-section__item {
  border-bottom: none;
}

@media (min-width: 768px) {
  .c-nav-section {
    width: min(var(--pc-content-width), 100% - var(--pc-content-gutter) * 2);
    margin: 170px auto 0;
  }

  .c-nav-section__header {
    height: 60px;
    padding: 0 30px;
  }

  .c-nav-section__label {
    font-size: 24px;
    letter-spacing: 2.4px;
  }

  .c-nav-section__header .c-arrow { --arrow-w: 23px; }

  .c-nav-section__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    padding: 0 40px 40px;
  }

  .c-nav-section__item {
    height: 100px;
    font-size: 20px;
    border-bottom: 1px solid var(--_nav-accent);
    --arrow-w: 23px;
  }

  .c-nav-section__list > li:last-child .c-nav-section__item {
    border-bottom: 1px solid var(--_nav-accent);
  }
}

/* 採用TOP共通 */

.p-recruit-top__news-head { margin-bottom: 16px; }

.p-recruit-top__news-more {
  margin-top: 22px;
  display: flex;
  justify-content: center;
}

.p-recruit-top__news-more-btn { width: 150px; }

@media (min-width: 768px) {
  .p-recruit-top__news {
    max-width: calc(var(--pc-content-width) + var(--pc-content-gutter) * 2);
    margin-inline: auto;
  }
  .p-recruit-top__news-head { margin-bottom: 60px; }
  .p-recruit-top__news-more { margin-top: 60px; }
  .p-recruit-top__news-more-btn { width: 200px; }
}

/* メッセージ */

.p-recruit-top__message {
  padding: 60px var(--content-padding-x) 0;
}

.p-recruit-top__message-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-recruit-top__message-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-recruit-top__message-catch {
  margin: 0;
  font-weight: var(--fw-medium);
  font-size: 18px;
  line-height: 1.6;
  color: var(--color-primary);
}

.p-recruit-top__message-body {
  margin: 0;
  font-weight: var(--fw-medium);
  font-size: 14px;
  line-height: 1.8;
  color: var(--color-text);
}

.p-recruit-top__message-body + .p-recruit-top__message-body {
  margin-top: 1.8em;
}

.p-recruit-top__message-cta {
  margin-top: 35px;
}

@media (min-width: 768px) {
  .p-recruit-top__message {
    padding: 200px var(--pc-content-gutter) 0;
    max-width: calc(var(--pc-content-width) + var(--pc-content-gutter) * 2);
    margin-inline: auto;
  }

  .p-recruit-top__message-inner {
    flex-direction: row;
    align-items: flex-start;
    gap: clamp(40px, 7.92vw, 114px);
  }

  .p-recruit-top__message-left {
    flex: 0 0 clamp(260px, 28.2vw, 406px);
    gap: 80px;
  }

  .p-recruit-top__message-right {
    flex: 1;
  }

  .p-recruit-top__message-catch { font-size: 26px; }

  .p-recruit-top__message-body {
    font-size: 18px;
    line-height: 2;
  }

  .p-recruit-top__message-body + .p-recruit-top__message-body {
    margin-top: 2em;
  }

  .p-recruit-top__message-cta { margin-top: 80px; }
}

.p-recruit-top__people-list { margin: 30px 0 25px; }

.p-recruit-top__people-more { margin-top: 25px; }

@media (min-width: 768px) {
  .p-recruit-top__people-list { margin: 51px auto 32px; }
  .p-recruit-top__people-more { margin-top: 33px; }
}

/* Entry CTA */

.c-entry__btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 0 var(--content-padding-x);
  margin-top: 55px;
}

.c-entry__btns .c-entry__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  width: 100%;
  max-width: 340px;
  margin: 0;
  font-weight: var(--fw-bold);
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: opacity 0.2s ease;
  --arrow-w: 20px;
}

.c-entry__btns .c-entry__btn:hover { opacity: 0.6; }

.c-entry__btns .c-entry__btn .c-arrow {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

/* 新卒採用: 会社説明会 + インターンシップ 2ボタン */
.c-entry--freshers .c-entry__btn {
  height: 60px;
  font-size: 16px;
}

.c-entry__btns .c-entry__btn--seminar { background-color: #47a7b6; }
.c-entry__btns .c-entry__btn--intern  { background-color: #04d0a1; }

/* 中途採用・講師採用: エントリーボタン 1ボタン */
.c-entry--career .c-entry__btn,
.c-entry--teacher .c-entry__btn {
  background-color: var(--color-primary);
  height: 90px;
  font-size: 18px;
}

@media (min-width: 768px) {

  .c-entry--recruit { flex-wrap: wrap; }

  .c-entry--recruit .c-entry__inner {
    padding-top: 350px;
    padding-bottom: 0;
  }

  .c-entry--recruit .c-entry__photos { margin-top: 350px; }

  /* 新卒下層: padding を 300px に縮小 */
  .c-entry--freshers .c-entry__inner  { padding-top: 300px; }
  .c-entry--freshers .c-entry__photos { margin-top: 300px; }

  .c-entry__btns {
    order: 3;
    flex: 0 0 100%;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    padding: 92px 0 0;
    margin-top: 0;
  }

  .c-entry__btns .c-entry__btn {
    flex: none;
    --arrow-w: 42px;
  }

  /* 新卒採用: PC ボタンサイズ */
  .c-entry--freshers .c-entry__btn {
    width: 380px;
    max-width: 380px;
    height: 90px;
    font-size: 18px;
    border-radius: 6px;
  }

  /* 中途採用・講師採用: PC ボタンサイズ */
  .c-entry--career .c-entry__btn,
  .c-entry--teacher .c-entry__btn {
    width: min(var(--pc-content-width), 100% - var(--pc-content-gutter) * 2);
    max-width: 780px;
    height: 130px;
    font-size: 24px;
    letter-spacing: 0.16em;
    border-radius: 8px;
  }
}

@media (max-width: 860px) {
  .c-entry__btns {
    flex-direction: column;
  }
}


/* c-lower-banners */
.c-lower-banners {
  padding: 100px var(--content-padding-x) 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.c-lower-banner {
  display: block;
  padding: 0 6px 6px 0;
}

.c-lower-banner img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(4px 4px 0 rgba(0, 0, 0, 0.10));
}

@media (min-width: 768px) {
  .c-lower-banners {
    padding: 200px var(--pc-content-gutter) 0;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
    max-width: calc(var(--pc-content-width) + var(--pc-content-gutter) * 2);
    margin-inline: auto;
  }

  .c-lower-banner {
    flex: 0 1 475px;
    min-width: 0;
  }
}


/* l-bottom-nav セクション別カラー */

.l-bottom-nav--freshers {
  background-color: transparent;
}

.l-bottom-nav--freshers .l-bottom-nav__card {
  flex-direction: column;
  font-size: 13px;
  font-weight: var(--fw-bold);
  letter-spacing: 0.05em;
}

.l-bottom-nav--freshers .l-bottom-nav__card:nth-child(1) {
  background-color: #47a7b6;
}

.l-bottom-nav--freshers .l-bottom-nav__card:nth-child(2) {
  background-color: #04d0a1;
}

.l-bottom-nav--freshers .l-bottom-nav__card::after {
  content: none;
}

.l-bottom-nav--freshers .c-arrow {
  --arrow-w: 15px;
  color: #fff;
}

.l-bottom-nav--career {
  background-color: var(--color-primary);
}

.l-bottom-nav--career .l-bottom-nav__card {
  background-color: transparent;
  font-size: 16px;
  font-weight: var(--fw-bold);
  letter-spacing: 0.14em;
}

.l-bottom-nav--teacher {
  background-color: transparent;
}

.l-bottom-nav--teacher .l-bottom-nav__card {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  padding: 8px 0 11px;
  font-size: 13px;
  font-weight: var(--fw-bold);
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.l-bottom-nav--teacher .l-bottom-nav__card:nth-child(1) { background-color: #47a7b6; }
.l-bottom-nav--teacher .l-bottom-nav__card:nth-child(2) { background-color: #04d0a1; }
.l-bottom-nav--teacher .l-bottom-nav__card:nth-child(3) {
  background-color: var(--color-primary);
  padding-top: 11px;
  line-height: 1.4;
}

.l-bottom-nav--teacher .l-bottom-nav__card-sub {
  font-size: 10px;
}

.l-bottom-nav--teacher .l-bottom-nav__card:nth-child(1)::before,
.l-bottom-nav--teacher .l-bottom-nav__card:nth-child(2)::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: url('/assets/images/common/ico-home.svg') center / contain no-repeat;
}

.l-bottom-nav--teacher .c-arrow {
  margin-top: 5px;
  --arrow-w: 15px;
  color: #fff;
}


/* c-recruit-kv-cta-stickybox セクション別カラー・位置 */

@media (min-width: 768px) {

  .c-recruit-kv-cta-stickybox--freshers .c-recruit-kv-cta { gap: 2px; }

  .c-recruit-kv-cta-stickybox--freshers .c-recruit-kv-cta-btn {
    font-size: 18px;
  }

  .c-recruit-kv-cta-stickybox--freshers .c-recruit-kv-cta-btn--seminar {
    background-color: #47a7b6;
    border-radius: 10px 0 0 0;
  }

  .c-recruit-kv-cta-stickybox--freshers .c-recruit-kv-cta-btn--seminar:hover { opacity: 0.6; }

  .c-recruit-kv-cta-stickybox--freshers .c-recruit-kv-cta-btn--intern {
    background-color: #04d0a1;
    border-radius: 0 0 0 10px;
  }

  .c-recruit-kv-cta-stickybox--freshers .c-recruit-kv-cta-btn--intern:hover { opacity: 0.6; }

  .c-recruit-kv-cta-stickybox--career .c-recruit-kv-cta-btn {
    background-color: var(--color-primary);
    font-size: 18px;
    border-radius: 10px 0 0 10px;
  }

  .c-recruit-kv-cta-stickybox--career .c-recruit-kv-cta-btn:hover { opacity: 0.6; }

  .c-recruit-kv-cta-stickybox--teacher .c-recruit-kv-cta { gap: 2px; }

  .c-recruit-kv-cta-stickybox--teacher .c-recruit-kv-cta-btn {
    font-size: 18px;
  }

  .c-recruit-kv-cta-stickybox--teacher .c-recruit-kv-cta-btn--classroom {
    background-color: #47a7b6;
    border-radius: 10px 0 0 0;
  }

  .c-recruit-kv-cta-stickybox--teacher .c-recruit-kv-cta-btn--hiring {
    background-color: #04d0a1;
  }

  .c-recruit-kv-cta-stickybox--teacher .c-recruit-kv-cta-btn--entry {
    background-color: var(--color-primary);
    border-radius: 0 0 0 10px;
  }

  .c-recruit-kv-cta-stickybox--teacher .c-recruit-kv-cta-btn:hover { opacity: 0.6; }
}

.c-lower__404 {
  margin-top: 40px;
  padding: 0 var(--content-padding-x);
}

.c-lower__404 p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  color: var(--color-text);
}

.c-lower__404 p a {
  color: var(--color-primary);
  text-decoration: underline;
}

@media (min-width: 768px) {
  .c-lower__404 {
    width: min(var(--pc-content-width), 100% - var(--pc-content-gutter) * 2);
    margin-inline: auto;
    padding-inline: 0;
    margin-top: 64px;
    margin-bottom: 0;
  }

  .c-lower__404 p {
    font-size: 16px;
  }
}

.grecaptcha-badge { bottom: 10px!important; }

@media (min-width: 768px) {
  .grecaptcha-badge { bottom: 100px!important; }
}