/*
Theme Name: 英語塾
Author: 英語塾
Description: 英語塾
Version: 1.0.0
Template: lightning
Text Domain: morino
*/
/* ---------- Variables ---------- */
:root {
  --eigo-sky: #4CB9E7;
  --eigo-sky-light: #E8F6FD;
  --eigo-yellow: #FFD54F;
  --eigo-yellow-light: #FFF9E6;
  --eigo-green: #7BC67E;
  --eigo-green-light: #E8F5E9;
  --eigo-orange: #FF9800;
  --eigo-orange-light: #FFF3E0;
  --eigo-pink: #F48FB1;
  --eigo-text: #333333;
  --eigo-text-light: #666666;
  --eigo-white: #FFFFFF;
  --eigo-bg: #FAFCFE;
  --eigo-radius: 16px;
  --eigo-radius-sm: 10px;
}

/* ---------- Base ---------- */
/* 親テーマの body,html{overflow-x:hidden} が body を独立したスクロールコンテナにしてしまい、
   このページ内の position:sticky ヘッダー(.eigo-nav)が効かなくなるため、
   このテンプレート限定で overflow-x:hidden より安全な overflow:clip に上書きする
   （clip はスクロールコンテナを作らないため sticky を壊さない） */
body.page-template-page-top-php {
  overflow: clip;
}
.eigo-top {
  font-family: 'Zen Maru Gothic', 'Hiragino Kaku Gothic Pro', sans-serif;
  color: var(--eigo-text);
  line-height: 1.7;
  font-size: 18px;
}
/* 親テーマの見出しボーダー(h3:where(...))は:where()で特異度0のため、
   クラス付きセレクタなら !important なしで上書きできる */
.eigo-top h3 {
  border-top-color: #cccccc;
  border-bottom-color: #cccccc;
}
.eigo-top h3::after {
  border-bottom-color: #cccccc;
}
.eigo-top img {
  max-width: 100%;
  height: auto;

}

/* ==========================================================================
   NAV
   ========================================================================== */
.eigo-nav {
  position: sticky;
  top: 0;
  z-index: 200;
  background: var(--eigo-white);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.eigo-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
}
.eigo-nav__logo {
  font-family: 'Fredoka One', 'Zen Maru Gothic', cursive;
  font-size: 18px;
  font-weight: 700;
  color: var(--eigo-text);
  text-decoration: none;
}
.eigo-nav__toggle {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.eigo-nav__bar {
  display: block;
  width: 24px;
  height: 3px;
  border-radius: 2px;
  background: var(--eigo-sky);
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.eigo-nav__toggle.is-active .eigo-nav__bar:nth-child(1) { transform: translateY(9px) rotate(45deg); }
.eigo-nav__toggle.is-active .eigo-nav__bar:nth-child(2) { opacity: 0; }
.eigo-nav__toggle.is-active .eigo-nav__bar:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }
.eigo-nav__menu {
  display: flex;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  background: var(--eigo-white);
  transition: max-height 0.3s ease;
}
.eigo-nav__menu.is-open {
  max-height: 400px;
}
.eigo-nav__menu a {
  padding: 14px 20px;
  border-top: 1px solid var(--eigo-sky-light);
  color: var(--eigo-text);
  text-decoration: none;
  font-size: 16.8px;
}
.eigo-nav__menu a:hover { background: var(--eigo-sky-light); }

/* ==========================================================================
   HERO
   ========================================================================== */
.eigo-hero {
  background-image: url('images/hero-bg.png');
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 30px 20px 220px;
  position: relative;
  overflow: hidden;
}
.eigo-hero__inner {
  position: relative;
  z-index: 1;
}
.eigo-hero__deco {
  position: absolute;
  font-size: 24px;
  opacity: 0.6;
}
.eigo-hero__deco--star1 { top: 10px; right: 20px; color: var(--eigo-yellow); font-size: 33.6px; }
.eigo-hero__deco--star2 { top: 60px; right: 50px; color: var(--eigo-sky); font-size: 19.2px; }
.eigo-hero__deco--star3 { top: 200px; left: 10px; color: var(--eigo-pink); font-size: 16.8px; }
.eigo-hero__deco--star4 { top: 100px; left: 15px; color: var(--eigo-sky); font-size: 16.8px; }
.eigo-hero__deco--star5 { top: 340px; left: 24px; color: var(--eigo-green); font-size: 24px; }
.eigo-hero__deco--star6 { top: 420px; right: 30px; color: var(--eigo-yellow); font-size: 21.6px; }
.eigo-hero__deco--star7 { top: 520px; left: 60px; color: var(--eigo-orange); font-size: 19.2px; }
.eigo-hero__deco--star8 { bottom: 60px; right: 24px; color: var(--eigo-green); font-size: 16.8px; }
.eigo-hero__deco--star9 { bottom: 120px; left: 20px; color: var(--eigo-pink); font-size: 21.6px; }
.eigo-hero__deco--star10 { top: 250px; right: 80px; color: var(--eigo-sky); font-size: 14.4px; }
.eigo-hero__deco--star11 { bottom: 20px; right: 100px; color: var(--eigo-orange); font-size: 24px; }
.eigo-hero__deco--star12 { top: 20px; right: 110px; color: var(--eigo-green); font-size: 16.8px; }
.eigo-hero__deco--star13 { top: 90px; right: 150px; color: var(--eigo-pink); font-size: 19.2px; }
.eigo-hero__deco--star14 { top: 150px; right: 60px; color: var(--eigo-orange); font-size: 14.4px; }
.eigo-hero__deco--star15 { top: 130px; right: 200px; color: var(--eigo-yellow); font-size: 21.6px; }
.eigo-hero__deco--star16 { top: 5px;   right: 250px; color: var(--eigo-sky);    font-size: 16.8px; }
.eigo-hero__deco--star17 { top: 250px; left: 8px;    color: var(--eigo-yellow); font-size: 19.2px; }
.eigo-hero__deco--star18 { top: 400px; left: 50px;   color: var(--eigo-green);  font-size: 14.4px; }
.eigo-hero__deco--star19 { top: 460px; left: 35px;   color: var(--eigo-orange); font-size: 21.6px; }
.eigo-hero__deco--star20 { top: 15px;  left: 5px;    color: var(--eigo-pink);   font-size: 16.8px; }
.eigo-hero__deco--star21 { top: 170px; left: 2px;    color: var(--eigo-sky);    font-size: 19.2px; }
.eigo-hero__deco--star22 { top: 60px;  left: 45px;   color: var(--eigo-yellow); font-size: 14.4px; }
.eigo-hero__deco--star23 { top: 300px; left: 65px;   color: var(--eigo-green);  font-size: 16.8px; }
.eigo-hero__badge {
  display: inline-block;
  background: var(--eigo-yellow);
  color: var(--eigo-text);
  font-family: 'Fredoka One', cursive;
  font-size: 15.6px;
  padding: 4px 14px;
  border-radius: 20px;
  transform: rotate(-5deg);
  margin-bottom: 10px;
}
.eigo-hero__title {
  font-size: 38.4px;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 12px;
}
.eigo-hero__accent--blue { color: var(--eigo-sky); }
.eigo-hero__accent--orange { color: var(--eigo-orange); }
.eigo-hero__accent--green { color: var(--eigo-green); }
.eigo-hero__desc {
  font-size: 15.6px;
  color: var(--eigo-text-light);
  margin-bottom: 16px;
  line-height: 1.8;
}
.eigo-hero__cta {
  display: inline-block;
  background: var(--eigo-orange);
  color: var(--eigo-white);
  font-weight: 700;
  font-size: 16.8px;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  margin-bottom: 20px;
  box-shadow: 0 3px 8px rgba(255, 152, 0, 0.3);
  transition: opacity 0.3s;
}
.eigo-hero__cta:hover { opacity: 0.85; color: var(--eigo-white); }

/* ==========================================================================
   NEWS
   ========================================================================== */
.eigo-osirase {
  line-height: 0;
  margin-top: -80px;
  position: relative;
  z-index: 1;
}
.eigo-osirase__img {
  width: 100%;
  height: auto;
  display: block;
}
.eigo-news {
  background: var(--eigo-white);
  border-radius: var(--eigo-radius);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: absolute;
  inset: 0;
  margin: auto;
  width: calc(100% - 35px);
  height: fit-content;
  z-index: 2;
  font-family: 'Zen Maru Gothic', 'Hiragino Kaku Gothic Pro', sans-serif;
}
.eigo-news__header {
  display: flex;
  align-items: center;
  padding: 18px 16px;
  border-bottom: 2px solid var(--eigo-sky-light);
  font-weight: 700;
  font-size: 18px;
}
.eigo-news__item {
  display: flex;
  gap: 12px;
  font-size: 15.6px;
  padding: 16px 16px;
  border-bottom: 1px dotted #ddd;
  text-decoration: none;
  color: var(--eigo-text);
  transition: background 0.2s;
}
.eigo-news__item:last-of-type { border-bottom: none; }
.eigo-news__item:hover { background: var(--eigo-sky-light); }
.eigo-news__date {
  color: var(--eigo-text-light);
  white-space: nowrap;
  font-size: 14.4px;
}
.eigo-news__empty {
  padding: 16px;
  text-align: center;
  font-size: 15.6px;
  color: var(--eigo-text-light);
}

/* 500px以下：お知らせをosirase下端から30pxの位置に固定 */
@media (max-width: 500px) {
  .eigo-news {
    top: auto;
    bottom: 5%;
    margin: 0 auto;
  }
}

/* 500px以上：osirase.pngをやめて無地の緑背景に、heroテキストを左1/3あたりに */
@media (min-width: 500px) {
  .eigo-osirase__img {
    display: none;
  }
  .eigo-osirase {
    background: var(--eigo-green);
    min-height: 180px;
  }
  .eigo-hero {
    padding-left: 10%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}

/* ==========================================================================
   SECTION COMMON
   ========================================================================== */
.eigo-section {
  padding: 50px 20px;
  position: relative;
  overflow: hidden;
}
.eigo-contact {
  position: relative;
  overflow: hidden;
}
.eigo-deco {
  position: absolute;
  pointer-events: none;
  opacity: 0.5;
  z-index: 0;
}
.eigo-deco--a { top: 6%;  left: 4%;  color: var(--eigo-yellow); font-size: 19.2px; }
.eigo-deco--b { top: 8%;  right: 6%; color: var(--eigo-sky);    font-size: 16.8px; }
.eigo-deco--c { top: 40%; left: 2%;  color: var(--eigo-pink);   font-size: 14.4px; }
.eigo-deco--d { top: 38%; right: 3%; color: var(--eigo-green);  font-size: 21.6px; }
.eigo-deco--e { bottom: 10%; left: 5%;  color: var(--eigo-orange); font-size: 16.8px; }
.eigo-deco--f { bottom: 8%;  right: 4%; color: var(--eigo-yellow); font-size: 14.4px; }
.eigo-deco--g { top: 65%; left: 8%;  color: var(--eigo-sky);  font-size: 19.2px; }
.eigo-deco--h { top: 60%; right: 9%; color: var(--eigo-pink); font-size: 16.8px; }
.eigo-deco--i { top: 2%;  left: 20%; color: var(--eigo-yellow); font-size: 14.4px; }
.eigo-deco--j { top: 3%;  right: 22%; color: var(--eigo-sky);   font-size: 16.8px; }
.eigo-deco--k { top: 20%; left: 1%;  color: var(--eigo-pink);   font-size: 16.8px; }
.eigo-deco--l { top: 18%; right: 1%; color: var(--eigo-green);  font-size: 19.2px; }
.eigo-deco--m { bottom: 2%; left: 22%;  color: var(--eigo-orange); font-size: 14.4px; }
.eigo-deco--n { bottom: 3%; right: 20%; color: var(--eigo-yellow); font-size: 19.2px; }
.eigo-deco--o { bottom: 20%; left: 1%;  color: var(--eigo-sky);   font-size: 14.4px; }
.eigo-deco--p { bottom: 18%; right: 1%; color: var(--eigo-pink);  font-size: 19.2px; }
.eigo-top .eigo-section__title {
  text-align: center;
  font-size: 28.8px;
  font-weight: 700;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-top: none;
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
}
.eigo-section__title::before {
  content: '⭐';
  font-size: 21.6px;
  flex-shrink: 0;
}
.eigo-section__title::after {
  content: '⭐';
  font-size: 21.6px;
  flex-shrink: 0;
}
.eigo-section__sub {
  text-align: center;
  font-size: 15.6px;
  color: var(--eigo-text-light);
  margin-bottom: 30px;
  line-height: 1.8;
}

/* ==========================================================================
   VALUES（大切にしていること）
   ========================================================================== */
.eigo-values { background: var(--eigo-white); }
.eigo-values__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.eigo-values__card {
  background: var(--eigo-white);
  border: 2px solid var(--eigo-sky-light);
  border-radius: var(--eigo-radius);
  padding: 18px 14px;
  text-align: center;
}
.eigo-values__icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
  background: var(--eigo-sky-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28.8px;
}
.eigo-values__heading {
  font-size: 16.8px;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--eigo-sky);
  line-height: 1.4;
}
.eigo-values__card p {
  font-size: 14.4px;
  color: var(--eigo-text-light);
  line-height: 1.6;
}
.eigo-values__photo {
  margin-top: 24px;
  border-radius: var(--eigo-radius);
  overflow: hidden;
}
.eigo-values__photo img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* ==========================================================================
   COURSES（コース紹介）
   ========================================================================== */
.eigo-courses { background: var(--eigo-yellow-light); }
.eigo-courses__card {
  background: var(--eigo-white);
  border-radius: var(--eigo-radius);
  padding: 20px;
  margin-bottom: 14px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
}
.eigo-courses__card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
}
.eigo-courses__card--toddler::before { background: var(--eigo-orange); }
.eigo-courses__card--elementary::before { background: var(--eigo-sky); }
.eigo-courses__card--junior::before { background: var(--eigo-green); }
.eigo-courses__card--eiken::before { background: var(--eigo-pink); }
.eigo-courses__card--eiken { border: 2px solid var(--eigo-yellow); }
.eigo-courses__thumb {
  width: 70px;
  height: 70px;
  border-radius: var(--eigo-radius-sm);
  overflow: hidden;
  flex-shrink: 0;
  background: var(--eigo-sky-light);
}
.eigo-courses__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eigo-courses__info h3 {
  font-size: 19.2px;
  font-weight: 700;
  margin-bottom: 2px;
}
.eigo-courses__card--toddler .eigo-courses__info h3 { color: var(--eigo-orange); }
.eigo-courses__card--elementary .eigo-courses__info h3 { color: var(--eigo-sky); }
.eigo-courses__card--junior .eigo-courses__info h3 { color: var(--eigo-green); }
.eigo-courses__card--eiken .eigo-courses__info h3 { color: #E91E63; }
.eigo-courses__age {
  font-size: 13.2px;
  color: var(--eigo-text-light);
  display: block;
  margin-bottom: 6px;
}
.eigo-courses__info p {
  font-size: 15.6px;
  color: var(--eigo-text-light);
  line-height: 1.6;
}
.eigo-courses__cta {
  display: block;
  text-align: center;
  background: var(--eigo-sky);
  color: var(--eigo-white);
  font-weight: 700;
  font-size: 18px;
  padding: 14px;
  border-radius: 30px;
  text-decoration: none;
  margin-top: 10px;
  box-shadow: 0 3px 8px rgba(76, 185, 231, 0.3);
  transition: opacity 0.3s;
}
.eigo-courses__cta:hover { opacity: 0.85; color: var(--eigo-white); }

/* ==========================================================================
   FEATURES（レッスンの特徴）
   ========================================================================== */
.eigo-features { background: var(--eigo-white); }
.eigo-features__item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 24px;
}
.eigo-features__icon {
  width: 80px;
  height: 80px;
  border-radius: var(--eigo-radius-sm);
  overflow: hidden;
  flex-shrink: 0;
  background: var(--eigo-sky-light);
}
.eigo-features__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eigo-features__text h3 {
  font-size: 19.2px;
  font-weight: 700;
  color: var(--eigo-sky);
  margin-bottom: 4px;
}
.eigo-features__text p {
  font-size: 15.6px;
  color: var(--eigo-text-light);
  line-height: 1.7;
}
.eigo-features__trial {
  background: linear-gradient(135deg, #FFE082, #FFD54F);
  border-radius: var(--eigo-radius);
  padding: 24px 20px;
  text-align: center;
  margin-top: 10px;
}
.eigo-features__trial-sub { font-size: 16.8px; margin-bottom: 4px; }
.eigo-features__trial-main {
  font-size: 24px;
  font-weight: 700;
  color: #E65100;
  margin-bottom: 14px;
}
.eigo-features__trial-btn {
  display: inline-block;
  background: var(--eigo-orange);
  color: var(--eigo-white);
  font-weight: 700;
  font-size: 18px;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 3px 8px rgba(255, 152, 0, 0.3);
  transition: opacity 0.3s;
}
.eigo-features__trial-btn:hover { opacity: 0.85; color: var(--eigo-white); }

/* ==========================================================================
   SCHOOL INFO（教室のご案内）
   ========================================================================== */
.eigo-school { background: var(--eigo-white); }
.eigo-school__top-photo {
  border-radius: var(--eigo-radius);
  overflow: hidden;
  margin-bottom: 12px;
}
.eigo-school__top-photo img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.eigo-school__photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 20px;
}
.eigo-school__photo {
  border-radius: var(--eigo-radius-sm);
  overflow: hidden;
  background: var(--eigo-white);
}
.eigo-school__photo img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}
.eigo-school__access-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
.eigo-school__access {
  background: var(--eigo-white);
  border-radius: var(--eigo-radius);
  padding: 20px;
}
.eigo-school__access-row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 12px;
  font-size: 16.8px;
}
.eigo-school__access-icon { font-size: 24px; flex-shrink: 0; }
.eigo-school__tel {
  font-size: 24px;
  font-weight: 700;
}
.eigo-school__hours {
  width: 100%;
  font-size: 15.6px;
  margin-top: 12px;
  border-collapse: collapse;
}
.eigo-school__hours td {
  padding: 6px 10px;
  border-bottom: 1px dotted #ddd;
}
.eigo-school__hours-label {
  background: var(--eigo-sky);
  color: var(--eigo-white);
  font-weight: 700;
  border-radius: 4px;
  text-align: center;
  width: 80px;
}
.eigo-school__map {
  margin-top: 16px;
}
.eigo-school__map iframe {
  border: 0;
  border-radius: 10px;
}

/* ==========================================================================
   FAQ（よくあるご質問）
   ========================================================================== */
.eigo-faq { background: var(--eigo-sky-light); }
.eigo-faq__item {
  margin-bottom: 16px;
  background: var(--eigo-white);
  border-radius: var(--eigo-radius);
  overflow: hidden;
  border: 1px solid #eee;
}
.eigo-faq__q {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 14px 16px;
  background: var(--eigo-sky-light);
  font-weight: 700;
  font-size: 16.8px;
}
.eigo-faq__a {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 14px 16px;
  font-size: 15.6px;
  color: var(--eigo-text-light);
  line-height: 1.7;
}
.eigo-faq__badge {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15.6px;
  font-weight: 700;
  flex-shrink: 0;
  color: var(--eigo-white);
}
.eigo-faq__badge--q { background: var(--eigo-sky); }
.eigo-faq__badge--a { background: var(--eigo-orange); }

/* ==========================================================================
   CONTACT（お問い合わせ）
   ========================================================================== */
.eigo-contact {
  background: var(--eigo-yellow-light);
  padding: 40px 20px;
  text-align: center;
}
.eigo-contact__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
.eigo-contact__tel {
  font-size: 31.2px;
  font-weight: 700;
  color: var(--eigo-green);
  margin-bottom: 10px;
}
.eigo-contact__hours {
  font-size: 14.4px;
  color: var(--eigo-text-light);
  margin-bottom: 20px;
  line-height: 1.8;
}
.eigo-contact__btns {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.eigo-contact__btn {
  flex: 1;
  max-width: 200px;
  display: block;
  padding: 12px;
  border-radius: var(--eigo-radius-sm);
  font-weight: 700;
  font-size: 15.6px;
  text-decoration: none;
  text-align: center;
  transition: opacity 0.3s;
}
.eigo-contact__btn:hover { opacity: 0.85; }
.eigo-contact__btn--form {
  background: var(--eigo-sky);
  color: var(--eigo-white);
}
.eigo-contact__btn--form:hover { color: var(--eigo-white); }
.eigo-contact__btn--doc {
  background: var(--eigo-white);
  color: var(--eigo-sky);
  border: 2px solid var(--eigo-sky);
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.eigo-footer {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--eigo-sky) 0%, #3aa0d1 100%);
  color: var(--eigo-white);
  padding: 40px 20px 20px;
  border-radius: 24px 24px 0 0;
  text-align: center;
}
.eigo-footer__deco {
  position: absolute;
  opacity: 0.5;
  color: var(--eigo-yellow);
}
.eigo-footer__deco--star1 { top: 20px; left: 24px; font-size: 24px; }
.eigo-footer__deco--star2 { top: 50px; right: 30px; font-size: 16.8px; }
.eigo-footer__inner {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
}
.eigo-footer__logo {
  font-family: 'Fredoka One', 'Zen Maru Gothic', cursive;
  font-size: 21.6px;
  font-weight: 700;
  margin-bottom: 6px;
}
.eigo-footer__catch {
  font-size: 14.4px;
  opacity: 0.9;
  margin-bottom: 24px;
}
.eigo-footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.eigo-footer__nav a {
  color: var(--eigo-white);
  text-decoration: none;
  font-size: 15.6px;
  opacity: 0.95;
}
.eigo-footer__nav a:hover { text-decoration: underline; }
.eigo-footer__info {
  font-size: 14.4px;
  line-height: 1.9;
  opacity: 0.95;
  margin-bottom: 20px;
}
.eigo-footer__bottom {
  font-size: 13.2px;
  opacity: 0.8;
}

/* ##########################################################################
   DESKTOP（768px〜）
   ########################################################################## */
@media (min-width: 768px) {

  .eigo-nav__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 16px 40px;
  }
  .eigo-nav__logo {
    font-size: 21.6px;
  }
  .eigo-nav__menu {
    max-width: 1100px;
    margin: 0 auto;
  }
  .eigo-nav__menu a {
    padding: 16px 40px;
  }

  .eigo-top {
    font-size: 19.2px;
  }
  .eigo-section {
    padding: 80px 40px;
  }
  .eigo-section__inner {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  .eigo-top .eigo-section__title {
    font-size: 36px;
    gap: 16px;
    margin-bottom: 35px;
  }
  .eigo-section__title::before,
  .eigo-section__title::after {
    font-size: 26.4px;
  }
  .eigo-section__sub {
    font-size: 18px;
    margin-bottom: 40px;
  }

  /* ---- HERO (PC) ---- */
  .eigo-hero {
    background-image: url('images/hero-bg-pc.png');
    background-position: center top;
    padding-right: 40px;
    padding-bottom: 80px;
    min-height: 480px;
  }
  .eigo-hero__inner {
    max-width: 500px;
  }
  .eigo-hero__title {
    font-size: 50.4px;
  }
  .eigo-hero__desc {
    font-size: 18px;
  }
  .eigo-hero__cta {
    font-size: 19.2px;
    padding: 14px 32px;
  }

  /* ---- NEWS (PC) ---- */
  .eigo-osirase {
    min-height: 230px;
  }
  .eigo-news {
    width: 75%;
    max-width: calc(100% - 32px);
  }
  .eigo-news__header {
    padding: 24px 34px;
  }
  .eigo-news__item {
    padding: 22px 34px;
    font-size: 21.6px;
  }
  .eigo-news__date {
    font-size: 15.6px;
  }

  /* ---- VALUES (PC) ---- */
  .eigo-values__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .eigo-values__card {
    padding: 24px 16px;
  }
  .eigo-values__icon {
    width: 60px;
    height: 60px;
    font-size: 33.6px;
  }
  .eigo-values__heading {
    font-size: 18px;
  }
  .eigo-values__card p {
    font-size: 15.6px;
  }
  .eigo-values__photo {
    margin-top: 32px;
  }
  .eigo-values__photo img {
    height: 300px;
    border-radius: var(--eigo-radius);
  }

  /* ---- COURSES (PC) ---- */
  .eigo-courses__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .eigo-courses__card {
    margin-bottom: 0;
    padding: 24px;
  }
  .eigo-courses__thumb {
    width: 90px;
    height: 90px;
  }
  .eigo-courses__info h3 {
    font-size: 21.6px;
  }
  .eigo-courses__info p {
    font-size: 16.8px;
  }
  .eigo-courses__cta {
    max-width: 400px;
    margin: 20px auto 0;
    font-size: 19.2px;
    padding: 16px;
  }

  /* ---- FEATURES (PC) ---- */
  .eigo-features__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .eigo-features__item {
    margin-bottom: 0;
  }
  .eigo-features__icon {
    width: 100px;
    height: 100px;
  }
  .eigo-features__text h3 {
    font-size: 21.6px;
  }
  .eigo-features__text p {
    font-size: 16.8px;
  }
  .eigo-features__trial {
    margin-top: 40px;
    padding: 40px;
  }
  .eigo-features__trial-main {
    font-size: 31.2px;
  }
  .eigo-features__trial-btn {
    font-size: 20.4px;
    padding: 16px 40px;
  }

  /* ---- SCHOOL (PC) ---- */
  .eigo-school__top-photo img {
    height: 320px;
  }
  .eigo-school__photos {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 30px;
  }
  .eigo-school__photo img {
    height: 140px;
  }
  .eigo-school__access {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 40px;
    padding: 30px;
  }
  .eigo-school__map {
    grid-column: 1 / -1;
  }
  .eigo-school__map iframe {
    height: 250px;
  }

  /* ---- FAQ (PC) ---- */
  .eigo-faq__item {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .eigo-faq__q {
    font-size: 19.2px;
    padding: 18px 24px;
  }
  .eigo-faq__a {
    font-size: 16.8px;
    padding: 18px 24px;
  }
  .eigo-faq__badge {
    width: 30px;
    height: 30px;
    font-size: 16.8px;
  }

  /* ---- CONTACT (PC) ---- */
  .eigo-contact {
    padding: 60px 40px;
  }
  .eigo-contact__title {
    font-size: 31.2px;
  }
  .eigo-contact__tel {
    font-size: 38.4px;
  }
  .eigo-contact__hours {
    font-size: 16.8px;
  }
  .eigo-contact__btn {
    font-size: 18px;
    padding: 16px 20px;
    max-width: 240px;
  }
}


/* ##########################################################################
   WIDE DESKTOP（1024px〜）
   ########################################################################## */
@media (min-width: 1024px) {

  .eigo-hero__title {
    font-size: 57.6px;
  }
  .eigo-hero__desc {
    font-size: 19.2px;
  }
  .eigo-values__icon {
    width: 70px;
    height: 70px;
    font-size: 38.4px;
  }
  .eigo-values__heading {
    font-size: 19.2px;
  }
  .eigo-values__card p {
    font-size: 16.8px;
  }
  .eigo-features__icon {
    width: 120px;
    height: 120px;
  }
}
