@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
/* =========================================
   中1固定ページデザイン
========================================= */

.eigo-grade-page {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 20px 60px;
  color: #1f2d3d;
}

.eigo-grade-page * {
  box-sizing: border-box;
}

.eigo-grade-page a {
  text-decoration: none;
}

/* パンくず */
.eigo-grade-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  font-size: 15px;
  margin-bottom: 24px;
  color: #587195;
}

.eigo-grade-breadcrumb a {
  color: #2d6fd2;
}

.eigo-grade-breadcrumb span {
  color: #7a8da8;
}

/* ヒーロー */
.eigo-grade-hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 34px;
  background: #f5f9fe;
  border: 1px solid #dbe8f8;
  border-radius: 18px 18px 0 0;
  padding: 48px 44px 34px;
}

.eigo-grade-hero__text {
  flex: 1;
}

.eigo-grade-hero__text h1 {
  margin: 0 0 20px;
  font-size: 72px;
  line-height: 1.1;
  color: #153d7a;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.eigo-grade-hero__text p {
  margin: 0;
  font-size: 22px;
  line-height: 1.9;
  color: #24384f;
  font-weight: 500;
}

.eigo-grade-hero__image {
  flex: 0 0 420px;
}

.eigo-grade-hero__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

/* レベルリンク帯 */
.eigo-grade-links-wrap {
  background: #f5f9fe;
  border-left: 1px solid #dbe8f8;
  border-right: 1px solid #dbe8f8;
  padding: 0 44px 28px;
}

.eigo-grade-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  background: #fff;
  border: 1px solid #dbe8f8;
  border-radius: 16px;
  padding: 24px 28px;
}

.eigo-level-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 98px;
  padding: 20px 26px;
  border: 1px solid #d6e2f4;
  border-radius: 14px;
  background: #fff;
  transition: all 0.25s ease;
}

.eigo-level-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(20, 58, 112, 0.08);
}

.eigo-level-card__icon {
  font-size: 36px;
  line-height: 1;
}

.eigo-level-card__text {
  flex: 1;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.4;
}

.eigo-level-card__arrow {
  font-size: 44px;
  line-height: 1;
  color: #2d6fd2;
  transform: translateY(-2px);
}

.eigo-level-card--blue .eigo-level-card__text {
  color: #1f5fbf;
}

.eigo-level-card--green .eigo-level-card__text {
  color: #149171;
}

.eigo-level-card--yellow .eigo-level-card__text {
  color: #d58a00;
}

/* レベル説明 */
.eigo-level-summary {
  background: #f5f9fe;
  border: 1px solid #cfe0f6;
  border-radius: 0 0 18px 18px;
  padding: 26px 30px;
  margin-bottom: 46px;
}

.eigo-level-summary__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 18px;
  line-height: 1.9;
  color: #24384f;
}

.eigo-level-summary__item + .eigo-level-summary__item {
  margin-top: 10px;
}

.eigo-level-summary__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  flex: 0 0 28px;
  margin-top: 3px;
}

.eigo-level-summary__check--blue {
  background: #4a8fe8;
}

.eigo-level-summary__check--green {
  background: #44b79a;
}

.eigo-level-summary__check--yellow {
  background: #efb233;
}

/* 学習の進め方 */
.eigo-study-flow {
  margin-top: 10px;
  margin-bottom: 34px;
}

.eigo-study-flow h2 {
  position: relative;
  text-align: center;
  font-size: 52px;
  line-height: 1.3;
  color: #153d7a;
  margin: 0 0 34px;
  font-weight: 800;
}

.eigo-study-flow h2::before,
.eigo-study-flow h2::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 38%;
  height: 2px;
  background: #d6e3f4;
}

.eigo-study-flow h2::before {
  left: 0;
}

.eigo-study-flow h2::after {
  right: 0;
}

.eigo-study-flow__grid {
  display: grid;
  grid-template-columns: 1fr 70px 1fr 70px 1fr;
  gap: 0;
  align-items: center;
}

.eigo-flow-card {
  background: #fff;
  border: 1px solid #d7e3f3;
  border-radius: 16px;
  padding: 32px 28px;
  min-height: 220px;
}

.eigo-flow-card__num {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: #4a8fe8;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 29px;
  font-weight: 800;
  margin-bottom: 16px;
}

.eigo-flow-card h3 {
  margin: 0 0 14px;
  font-size: 26px;
  line-height: 1.5;
  color: #153d7a;
  font-weight: 800;
}

.eigo-flow-card p {
  margin: 0;
  font-size: 18px;
  line-height: 1.9;
  color: #2d3f56;
}

.eigo-flow-arrow {
  text-align: center;
  font-size: 88px;
  color: #9cc2f0;
  line-height: 1;
  font-weight: 400;
}

/* 下部メッセージ */
.eigo-grade-note {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff9ec;
  border: 1px solid #ecdcb0;
  border-radius: 14px;
  padding: 24px 28px;
  font-size: 18px;
  line-height: 1.9;
  color: #4c4533;
}

.eigo-grade-note__icon {
  font-size: 32px;
  line-height: 1;
  flex: 0 0 32px;
}

/* タブレット */
@media screen and (max-width: 1100px) {
  .eigo-grade-hero {
    flex-direction: column;
    align-items: flex-start;
  }

  .eigo-grade-hero__image {
    flex: none;
    width: 100%;
    max-width: 480px;
  }

  .eigo-grade-hero__text h1 {
    font-size: 56px;
  }

  .eigo-grade-hero__text p {
    font-size: 20px;
  }

  .eigo-grade-links {
    grid-template-columns: 1fr;
  }

  .eigo-study-flow__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .eigo-flow-arrow {
    display: none;
  }

  .eigo-study-flow h2::before,
  .eigo-study-flow h2::after {
    display: none;
  }
}

/* スマホ */
@media screen and (max-width: 767px) {
  .eigo-grade-page {
    padding: 14px 14px 40px;
  }

  .eigo-grade-breadcrumb {
    font-size: 13px;
    margin-bottom: 18px;
  }

  .eigo-grade-hero {
    padding: 28px 18px 20px;
    gap: 20px;
  }

  .eigo-grade-hero__text h1 {
    font-size: 40px;
    margin-bottom: 14px;
  }

  .eigo-grade-hero__text p {
    font-size: 16px;
    line-height: 1.8;
  }

  .eigo-grade-links-wrap {
    padding: 0 18px 18px;
  }

  .eigo-grade-links {
    padding: 16px;
    gap: 14px;
  }

  .eigo-level-card {
    min-height: auto;
    padding: 16px 16px;
  }

  .eigo-level-card__icon {
    font-size: 28px;
  }

  .eigo-level-card__text {
    font-size: 22px;
  }

  .eigo-level-card__arrow {
    font-size: 34px;
  }

  .eigo-level-summary {
    padding: 18px 16px;
    margin-bottom: 34px;
  }

  .eigo-level-summary__item {
    font-size: 15px;
    line-height: 1.8;
  }

  .eigo-study-flow h2 {
    font-size: 34px;
    margin-bottom: 22px;
  }

  .eigo-flow-card {
    min-height: auto;
    padding: 24px 18px;
  }

  .eigo-flow-card__num {
    width: 42px;
    height: 42px;
    font-size: 22px;
    margin-bottom: 12px;
  }

  .eigo-flow-card h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .eigo-flow-card p {
    font-size: 15px;
    line-height: 1.8;
  }

  .eigo-grade-note {
    padding: 18px 16px;
    font-size: 15px;
    line-height: 1.8;
  }

  .eigo-grade-note__icon {
    font-size: 26px;
    flex: 0 0 26px;
  }
}
.eigo-grade-hero h1 {
  font-size: 32px;
}
.eigo-level-card__text {
  font-size: 16px;
}
/* =========================================
   中学英語長文 固定ページ
========================================= */

.eigo-junior-page {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 20px 60px;
  color: #1f2d3d;
}

.eigo-junior-page * {
  box-sizing: border-box;
}

.eigo-junior-page a {
  text-decoration: none;
}

/* パンくず */
.eigo-junior-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 15px;
  color: #6a7c92;
  margin-bottom: 18px;
}

.eigo-junior-breadcrumb a {
  color: #2d6fd2;
}

/* ヒーロー */
.eigo-junior-hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 34px;
  background: #f5f9fe;
  border: 1px solid #dbe8f8;
  padding: 56px 44px;
  margin-bottom: 34px;
}

.eigo-junior-hero__text {
  flex: 1;
}

.eigo-junior-hero__text h1 {
  margin: 0 0 16px;
  font-size: 64px;
  line-height: 1.15;
  color: #153d7a;
  font-weight: 800;
}

.eigo-junior-hero__line {
  width: 68px;
  height: 6px;
  border-radius: 999px;
  background: #2d6fd2;
  margin-bottom: 26px;
}

.eigo-junior-hero__text p {
  margin: 0;
  font-size: 20px;
  line-height: 2;
  color: #24384f;
}

.eigo-junior-hero__image {
  flex: 0 0 460px;
}

.eigo-junior-hero__image img {
  width: 100%;
  height: auto;
  display: block;
}

/* カードエリア */
.eigo-junior-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-bottom: 36px;
}

.eigo-junior-card {
  display: block;
  background: #fff;
  border: 1px solid #d6e3f4;
  border-radius: 14px;
  padding: 28px 28px 0;
  overflow: hidden;
  transition: all 0.25s ease;
}

.eigo-junior-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(20, 58, 112, 0.08);
}

.eigo-junior-card__head {
  display: flex;
  align-items: center;
  gap: 18px;
}

.eigo-junior-card__icon {
  width: 78px;
  height: 78px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  flex: 0 0 78px;
}

.eigo-junior-card__title {
  flex: 1;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 800;
}

.eigo-junior-card__arrow {
  font-size: 46px;
  line-height: 1;
}

.eigo-junior-card__line {
  height: 2px;
  margin: 18px 0 18px;
}

.eigo-junior-card p {
  margin: 0 0 28px;
  font-size: 18px;
  line-height: 1.9;
  color: #2b3f56;
  min-height: 94px;
}

.eigo-junior-card__button {
  margin: 0 -28px;
  padding: 22px 24px;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
}

.eigo-junior-card__button span {
  margin-left: 10px;
  font-size: 24px;
  line-height: 1;
  vertical-align: middle;
}

/* 青 */
.eigo-junior-card--blue .eigo-junior-card__icon {
  background: #2d78e5;
  color: #fff;
}

.eigo-junior-card--blue .eigo-junior-card__title,
.eigo-junior-card--blue .eigo-junior-card__arrow {
  color: #2d78e5;
}

.eigo-junior-card--blue .eigo-junior-card__line {
  background: #7fb0f0;
}

.eigo-junior-card--blue .eigo-junior-card__button {
  background: #edf4ff;
  color: #2d78e5;
}

/* 緑 */
.eigo-junior-card--green .eigo-junior-card__icon {
  background: #26b36f;
  color: #fff;
}

.eigo-junior-card--green .eigo-junior-card__title,
.eigo-junior-card--green .eigo-junior-card__arrow {
  color: #20a965;
}

.eigo-junior-card--green .eigo-junior-card__line {
  background: #6dc99a;
}

.eigo-junior-card--green .eigo-junior-card__button {
  background: #edf9f2;
  color: #20a965;
}

/* オレンジ */
.eigo-junior-card--orange .eigo-junior-card__icon {
  background: #f3a011;
  color: #fff;
}

.eigo-junior-card--orange .eigo-junior-card__title,
.eigo-junior-card--orange .eigo-junior-card__arrow {
  color: #ef9800;
}

.eigo-junior-card--orange .eigo-junior-card__line {
  background: #f2c26f;
}

.eigo-junior-card--orange .eigo-junior-card__button {
  background: #fff6e7;
  color: #ef9800;
}

/* 下部案内 */
.eigo-junior-note {
  display: flex;
  align-items: center;
  gap: 22px;
  background: #eef5ff;
  border: 1px solid #d9e6f7;
  border-radius: 14px;
  padding: 28px 30px;
}

.eigo-junior-note__icon {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: #2d78e5;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: 700;
  flex: 0 0 58px;
}

.eigo-junior-note__text {
  flex: 1;
  font-size: 18px;
  line-height: 1.9;
  color: #2a3d54;
}

.eigo-junior-note__text strong {
  font-weight: 700;
}

.eigo-junior-note__book {
  font-size: 60px;
  line-height: 1;
  opacity: 0.7;
  flex: 0 0 60px;
}

/* タブレット */
@media screen and (max-width: 1100px) {
  .eigo-junior-hero {
    flex-direction: column;
    align-items: flex-start;
  }

  .eigo-junior-hero__image {
    flex: none;
    width: 100%;
    max-width: 520px;
  }

  .eigo-junior-hero__text h1 {
    font-size: 52px;
  }

  .eigo-junior-hero__text p {
    font-size: 18px;
  }

  .eigo-junior-cards {
    grid-template-columns: 1fr;
  }
}

/* スマホ */
@media screen and (max-width: 767px) {
  .eigo-junior-page {
    padding: 14px 14px 40px;
  }

  .eigo-junior-breadcrumb {
    font-size: 13px;
    margin-bottom: 14px;
  }

  .eigo-junior-hero {
    padding: 28px 18px;
    gap: 20px;
  }

  .eigo-junior-hero__text h1 {
    font-size: 38px;
    margin-bottom: 12px;
  }

  .eigo-junior-hero__line {
    width: 54px;
    height: 5px;
    margin-bottom: 18px;
  }

  .eigo-junior-hero__text p {
    font-size: 16px;
    line-height: 1.9;
  }

  .eigo-junior-card {
    padding: 20px 18px 0;
  }

  .eigo-junior-card__head {
    gap: 12px;
  }

  .eigo-junior-card__icon {
    width: 56px;
    height: 56px;
    font-size: 24px;
    flex: 0 0 56px;
  }

  .eigo-junior-card__title {
    font-size: 24px;
  }

  .eigo-junior-card__arrow {
    font-size: 34px;
  }

  .eigo-junior-card p {
    min-height: auto;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 22px;
  }

  .eigo-junior-card__button {
    margin: 0 -18px;
    padding: 16px 14px;
    font-size: 15px;
  }

  .eigo-junior-note {
    padding: 18px 16px;
    gap: 14px;
  }

  .eigo-junior-note__icon {
    width: 44px;
    height: 44px;
    font-size: 24px;
    flex: 0 0 44px;
  }

  .eigo-junior-note__text {
    font-size: 15px;
    line-height: 1.8;
  }

  .eigo-junior-note__book {
    display: none;
  }
}
/* =========================================
   高校英語長文 固定ページ
========================================= */

.eigo-high-page {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 20px 60px;
  color: #1f2d3d;
}

.eigo-high-page * {
  box-sizing: border-box;
}

.eigo-high-page a {
  text-decoration: none;
}

/* パンくず */
.eigo-high-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 15px;
  color: #6a7c92;
  margin-bottom: 18px;
}

.eigo-high-breadcrumb a {
  color: #2d6fd2;
}

/* ヒーロー */
.eigo-high-hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 34px;
  background: #f5f9fe;
  border: 1px solid #dbe8f8;
  padding: 56px 44px;
  margin-bottom: 34px;
}

.eigo-high-hero__text {
  flex: 1;
}

.eigo-high-hero__text h1 {
  margin: 0 0 16px;
  font-size: 64px;
  line-height: 1.15;
  color: #153d7a;
  font-weight: 800;
}

.eigo-high-hero__line {
  width: 68px;
  height: 6px;
  border-radius: 999px;
  background: #2d6fd2;
  margin-bottom: 26px;
}

.eigo-high-hero__text p {
  margin: 0;
  font-size: 20px;
  line-height: 2;
  color: #24384f;
}

.eigo-high-hero__image {
  flex: 0 0 460px;
}

.eigo-high-hero__image img {
  width: 100%;
  height: auto;
  display: block;
}

/* カードエリア */
.eigo-high-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-bottom: 36px;
}

.eigo-high-card {
  display: block;
  background: #fff;
  border: 1px solid #d6e3f4;
  border-radius: 14px;
  padding: 28px 28px 0;
  overflow: hidden;
  transition: all 0.25s ease;
}

.eigo-high-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(20, 58, 112, 0.08);
}

.eigo-high-card__head {
  display: flex;
  align-items: center;
  gap: 18px;
}

.eigo-high-card__icon {
  width: 78px;
  height: 78px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  flex: 0 0 78px;
}

.eigo-high-card__title {
  flex: 1;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 800;
}

.eigo-high-card__arrow {
  font-size: 46px;
  line-height: 1;
}

.eigo-high-card__line {
  height: 2px;
  margin: 18px 0 18px;
}

.eigo-high-card p {
  margin: 0 0 28px;
  font-size: 18px;
  line-height: 1.9;
  color: #2b3f56;
  min-height: 94px;
}

.eigo-high-card__button {
  margin: 0 -28px;
  padding: 22px 24px;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
}

.eigo-high-card__button span {
  margin-left: 10px;
  font-size: 24px;
  line-height: 1;
  vertical-align: middle;
}

/* 青 */
.eigo-high-card--blue .eigo-high-card__icon {
  background: #2d78e5;
  color: #fff;
}

.eigo-high-card--blue .eigo-high-card__title,
.eigo-high-card--blue .eigo-high-card__arrow {
  color: #2d78e5;
}

.eigo-high-card--blue .eigo-high-card__line {
  background: #7fb0f0;
}

.eigo-high-card--blue .eigo-high-card__button {
  background: #edf4ff;
  color: #2d78e5;
}

/* 緑 */
.eigo-high-card--green .eigo-high-card__icon {
  background: #26b36f;
  color: #fff;
}

.eigo-high-card--green .eigo-high-card__title,
.eigo-high-card--green .eigo-high-card__arrow {
  color: #20a965;
}

.eigo-high-card--green .eigo-high-card__line {
  background: #6dc99a;
}

.eigo-high-card--green .eigo-high-card__button {
  background: #edf9f2;
  color: #20a965;
}

/* オレンジ */
.eigo-high-card--orange .eigo-high-card__icon {
  background: #f3a011;
  color: #fff;
}

.eigo-high-card--orange .eigo-high-card__title,
.eigo-high-card--orange .eigo-high-card__arrow {
  color: #ef9800;
}

.eigo-high-card--orange .eigo-high-card__line {
  background: #f2c26f;
}

.eigo-high-card--orange .eigo-high-card__button {
  background: #fff6e7;
  color: #ef9800;
}

/* 下部案内 */
.eigo-high-note {
  display: flex;
  align-items: center;
  gap: 22px;
  background: #eef5ff;
  border: 1px solid #d9e6f7;
  border-radius: 14px;
  padding: 28px 30px;
}

.eigo-high-note__icon {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: #2d78e5;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: 700;
  flex: 0 0 58px;
}

.eigo-high-note__text {
  flex: 1;
  font-size: 18px;
  line-height: 1.9;
  color: #2a3d54;
}

.eigo-high-note__text strong {
  font-weight: 700;
}

.eigo-high-note__book {
  font-size: 56px;
  line-height: 1;
  opacity: 0.7;
  flex: 0 0 56px;
}

/* タブレット */
@media screen and (max-width: 1100px) {
  .eigo-high-hero {
    flex-direction: column;
    align-items: flex-start;
  }

  .eigo-high-hero__image {
    flex: none;
    width: 100%;
    max-width: 520px;
  }

  .eigo-high-hero__text h1 {
    font-size: 52px;
  }

  .eigo-high-hero__text p {
    font-size: 18px;
  }

  .eigo-high-cards {
    grid-template-columns: 1fr;
  }
}

/* スマホ */
@media screen and (max-width: 767px) {
  .eigo-high-page {
    padding: 14px 14px 40px;
  }

  .eigo-high-breadcrumb {
    font-size: 13px;
    margin-bottom: 14px;
  }

  .eigo-high-hero {
    padding: 28px 18px;
    gap: 20px;
  }

  .eigo-high-hero__text h1 {
    font-size: 38px;
    margin-bottom: 12px;
  }

  .eigo-high-hero__line {
    width: 54px;
    height: 5px;
    margin-bottom: 18px;
  }

  .eigo-high-hero__text p {
    font-size: 16px;
    line-height: 1.9;
  }

  .eigo-high-card {
    padding: 20px 18px 0;
  }

  .eigo-high-card__head {
    gap: 12px;
  }

  .eigo-high-card__icon {
    width: 56px;
    height: 56px;
    font-size: 24px;
    flex: 0 0 56px;
  }

  .eigo-high-card__title {
    font-size: 24px;
  }

  .eigo-high-card__arrow {
    font-size: 34px;
  }

  .eigo-high-card p {
    min-height: auto;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 22px;
  }

  .eigo-high-card__button {
    margin: 0 -18px;
    padding: 16px 14px;
    font-size: 15px;
  }

  .eigo-high-note {
    padding: 18px 16px;
    gap: 14px;
  }

  .eigo-high-note__icon {
    width: 44px;
    height: 44px;
    font-size: 24px;
    flex: 0 0 44px;
  }

  .eigo-high-note__text {
    font-size: 15px;
    line-height: 1.8;
  }

  .eigo-high-note__book {
    display: none;
  }
}
.eigo-junior-hero h1,
.eigo-high-hero h1 {
  font-size: 48px;
}

.eigo-junior-card__title,
.eigo-high-card__title {
  font-size: 24px;
}
/* =========================================
   受験英語長文 固定ページ
========================================= */

.eigo-exam-page {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 20px 60px;
  color: #1f2d3d;
}

.eigo-exam-page * {
  box-sizing: border-box;
}

.eigo-exam-page a {
  text-decoration: none;
}

/* パンくず */
.eigo-exam-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 15px;
  color: #6a7c92;
  margin-bottom: 18px;
}

.eigo-exam-breadcrumb a {
  color: #2d6fd2;
}

/* ヒーロー */
.eigo-exam-hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 34px;
  background: #f5f9fe;
  border: 1px solid #dbe8f8;
  padding: 56px 44px;
  margin-bottom: 34px;
}

.eigo-exam-hero__text {
  flex: 1;
}

.eigo-exam-hero__text h1 {
  margin: 0 0 16px;
  font-size: 64px;
  line-height: 1.15;
  color: #153d7a;
  font-weight: 800;
}

.eigo-exam-hero__line {
  width: 68px;
  height: 6px;
  border-radius: 999px;
  background: #2d6fd2;
  margin-bottom: 26px;
}

.eigo-exam-hero__text p {
  margin: 0;
  font-size: 20px;
  line-height: 1.95;
  color: #24384f;
}

.eigo-exam-hero__image {
  flex: 0 0 460px;
}

.eigo-exam-hero__image img {
  width: 100%;
  height: auto;
  display: block;
}

/* 2分岐カード */
.eigo-exam-branches {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-bottom: 34px;
}

.eigo-exam-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 2px solid #d6e3f4;
  border-radius: 18px;
  padding: 30px 30px 0;
  overflow: hidden;
  transition: all 0.25s ease;
}

.eigo-exam-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(20, 58, 112, 0.08);
}

.eigo-exam-card__icon {
  width: 96px;
  height: 96px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  margin-bottom: 20px;
}

.eigo-exam-card__body h2 {
  margin: 0 0 14px;
  font-size: 34px;
  line-height: 1.35;
  font-weight: 800;
}

.eigo-exam-card__line {
  height: 2px;
  margin-bottom: 22px;
}

.eigo-exam-card__body p {
  margin: 0 0 26px;
  font-size: 18px;
  line-height: 1.95;
  color: #2b3f56;
  min-height: 152px;
}

.eigo-exam-card__button {
  margin: 0 -30px;
  padding: 22px 24px;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
}

.eigo-exam-card__button span {
  margin-left: 10px;
  font-size: 24px;
  line-height: 1;
  vertical-align: middle;
}

/* 青 */
.eigo-exam-card--blue {
  border-color: #bcd3f5;
}

.eigo-exam-card--blue .eigo-exam-card__icon {
  background: #eaf2ff;
  color: #2d78e5;
}

.eigo-exam-card--blue .eigo-exam-card__body h2 {
  color: #2d78e5;
}

.eigo-exam-card--blue .eigo-exam-card__line {
  background: #7fb0f0;
}

.eigo-exam-card--blue .eigo-exam-card__button {
  background: #2d78e5;
}

/* 緑 */
.eigo-exam-card--green {
  border-color: #bfe6d2;
}

.eigo-exam-card--green .eigo-exam-card__icon {
  background: #e8f8f0;
  color: #20a965;
}

.eigo-exam-card--green .eigo-exam-card__body h2 {
  color: #20a965;
}

.eigo-exam-card--green .eigo-exam-card__line {
  background: #6dc99a;
}

.eigo-exam-card--green .eigo-exam-card__button {
  background: #20b07a;
}

/* 使い方 */
.eigo-exam-guide {
  background: #eef5ff;
  border: 1px solid #d9e6f7;
  border-radius: 16px;
  padding: 34px 32px;
}

.eigo-exam-guide__head {
  margin-bottom: 28px;
}

.eigo-exam-guide__head h2 {
  margin: 0 0 14px;
  font-size: 38px;
  line-height: 1.3;
  color: #153d7a;
  font-weight: 800;
}

.eigo-exam-guide__line {
  width: 62px;
  height: 5px;
  border-radius: 999px;
  background: #2d6fd2;
  margin-bottom: 20px;
}

.eigo-exam-guide__head p {
  margin: 0;
  font-size: 18px;
  line-height: 1.9;
  color: #2b3f56;
}

.eigo-exam-guide__steps {
  display: grid;
  grid-template-columns: 1fr 40px 1fr 40px 1fr;
  align-items: start;
  gap: 0;
}

.eigo-exam-step {
  background: transparent;
}

.eigo-exam-step__icon {
  width: 92px;
  height: 92px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #d6e3f4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  margin-bottom: 12px;
}

.eigo-exam-step__num {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #2d78e5;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 12px;
}

.eigo-exam-step h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.5;
  color: #2d78e5;
  font-weight: 800;
}

.eigo-exam-step p {
  margin: 0;
  font-size: 16px;
  line-height: 1.85;
  color: #2b3f56;
}

.eigo-exam-step__arrow {
  text-align: center;
  font-size: 54px;
  line-height: 1;
  color: #6a7c92;
  padding-top: 78px;
}

/* タブレット */
@media screen and (max-width: 1100px) {
  .eigo-exam-hero {
    flex-direction: column;
    align-items: flex-start;
  }

  .eigo-exam-hero__image {
    flex: none;
    width: 100%;
    max-width: 520px;
  }

  .eigo-exam-hero__text h1 {
    font-size: 52px;
  }

  .eigo-exam-hero__text p {
    font-size: 18px;
  }

  .eigo-exam-branches {
    grid-template-columns: 1fr;
  }

  .eigo-exam-guide__steps {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .eigo-exam-step__arrow {
    display: none;
  }
}

/* スマホ */
@media screen and (max-width: 767px) {
  .eigo-exam-page {
    padding: 14px 14px 40px;
  }

  .eigo-exam-breadcrumb {
    font-size: 13px;
    margin-bottom: 14px;
  }

  .eigo-exam-hero {
    padding: 28px 18px;
    gap: 20px;
  }

  .eigo-exam-hero__text h1 {
    font-size: 40px;
    margin-bottom: 12px;
  }

  .eigo-exam-hero__line {
    width: 54px;
    height: 5px;
    margin-bottom: 18px;
  }

  .eigo-exam-hero__text p {
    font-size: 16px;
    line-height: 1.9;
  }

  .eigo-exam-card {
    padding: 22px 18px 0;
  }

  .eigo-exam-card__icon {
    width: 72px;
    height: 72px;
    font-size: 30px;
    margin-bottom: 16px;
  }

  .eigo-exam-card__body h2 {
    font-size: 28px;
  }

  .eigo-exam-card__body p {
    min-height: auto;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
  }

  .eigo-exam-card__button {
    margin: 0 -18px;
    padding: 16px 14px;
    font-size: 15px;
  }

  .eigo-exam-guide {
    padding: 24px 18px;
  }

  .eigo-exam-guide__head h2 {
    font-size: 30px;
  }

  .eigo-exam-guide__head p {
    font-size: 16px;
    line-height: 1.8;
  }

  .eigo-exam-step__icon {
    width: 72px;
    height: 72px;
    font-size: 30px;
  }

  .eigo-exam-step h3 {
    font-size: 18px;
  }

  .eigo-exam-step p {
    font-size: 15px;
    line-height: 1.8;
  }
}
/* =========================================
   タイトルサイズ調整（全体）
========================================= */

/* メインタイトル（受験英語長文） */
.eigo-exam-hero__text h1 {
  font-size: 40px; /* 元64px → 少し小さく */
}

/* カードタイトル（高校受験を見る / 大学受験を見る） */
.eigo-exam-card__body h2 {
  font-size: 28px; /* 元34px */
}

/* セクションタイトル（このサイトの使い方） */
.eigo-exam-guide__head h2 {
  font-size: 28px; /* 元38px */
}

/* ステップタイトル（分析・無料問題など） */
.eigo-exam-step h3 {
  font-size: 18px; /* 元20px */
}
/* =========================================
   高校受験 固定ページ
========================================= */

.eigo-hs-page {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 20px 60px;
  color: #1f2d3d;
}

.eigo-hs-page * {
  box-sizing: border-box;
}

.eigo-hs-page a {
  text-decoration: none;
}

/* パンくず */
.eigo-hs-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 15px;
  color: #6a7c92;
  margin-bottom: 18px;
}

.eigo-hs-breadcrumb a {
  color: #2d6fd2;
}

/* ヒーロー */
.eigo-hs-hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 34px;
  background: #f5f9fe;
  border: 1px solid #dbe8f8;
  padding: 56px 44px;
  margin-bottom: 34px;
}

.eigo-hs-hero__text {
  flex: 1;
}

.eigo-hs-hero__text h1 {
  margin: 0 0 16px;
  font-size: 58px;
  line-height: 1.2;
  color: #153d7a;
  font-weight: 800;
}

.eigo-hs-hero__line {
  width: 68px;
  height: 6px;
  border-radius: 999px;
  background: #2d6fd2;
  margin-bottom: 26px;
}

.eigo-hs-hero__text p {
  margin: 0;
  font-size: 19px;
  line-height: 1.95;
  color: #24384f;
}

.eigo-hs-hero__image {
  flex: 0 0 460px;
}

.eigo-hs-hero__image img {
  width: 100%;
  height: auto;
  display: block;
}

/* 都道府県 */
.eigo-hs-pref {
  background: #f6fbff;
  border: 1px solid #dbe8f8;
  padding: 36px 30px 28px;
  margin-bottom: 34px;
}

.eigo-hs-pref__head {
  text-align: center;
  margin-bottom: 28px;
}

.eigo-hs-pref__head h2 {
  margin: 0 0 14px;
  font-size: 42px;
  line-height: 1.3;
  color: #153d7a;
  font-weight: 800;
}

.eigo-hs-pref__line {
  width: 62px;
  height: 5px;
  border-radius: 999px;
  background: #2d6fd2;
  margin: 0 auto 18px;
}

.eigo-hs-pref__head p {
  margin: 0;
  font-size: 18px;
  line-height: 1.85;
  color: #2b3f56;
}

.eigo-hs-pref__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 26px;
}

.eigo-hs-pref-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  border: 1px solid #d6e3f4;
  border-radius: 16px;
  padding: 26px 18px 20px;
  min-height: 236px;
  transition: all 0.25s ease;
}

.eigo-hs-pref-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(20, 58, 112, 0.08);
}

.eigo-hs-pref-card__icon {
  font-size: 44px;
  line-height: 1;
  margin-bottom: 16px;
}

.eigo-hs-pref-card__title {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 800;
  margin-bottom: 8px;
}

.eigo-hs-pref-card__text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: auto;
}

.eigo-hs-pref-card__arrow {
  font-size: 36px;
  line-height: 1;
  margin-top: 14px;
}

/* 青 */
.eigo-hs-pref-card--blue .eigo-hs-pref-card__title,
.eigo-hs-pref-card--blue .eigo-hs-pref-card__text,
.eigo-hs-pref-card--blue .eigo-hs-pref-card__arrow,
.eigo-hs-pref-card--blue .eigo-hs-pref-card__icon {
  color: #2d78e5;
}

/* 緑 */
.eigo-hs-pref-card--green .eigo-hs-pref-card__title,
.eigo-hs-pref-card--green .eigo-hs-pref-card__text,
.eigo-hs-pref-card--green .eigo-hs-pref-card__arrow,
.eigo-hs-pref-card--green .eigo-hs-pref-card__icon {
  color: #20a965;
}

/* 注意ボックス */
.eigo-hs-pref__notice {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #fff;
  border: 2px solid #9ec2f5;
  border-radius: 14px;
  padding: 20px 22px;
}

.eigo-hs-pref__notice-icon {
  font-size: 28px;
  line-height: 1;
  color: #2d78e5;
  flex: 0 0 28px;
}

.eigo-hs-pref__notice-text {
  flex: 1;
  font-size: 16px;
  line-height: 1.85;
  color: #2b3f56;
}

.eigo-hs-pref__notice-text strong {
  color: #2d78e5;
}

.eigo-hs-pref__notice-arrow {
  font-size: 30px;
  line-height: 1;
  color: #2d78e5;
}

/* 使い方 */
.eigo-hs-guide {
  margin-bottom: 26px;
}

.eigo-hs-guide__head {
  text-align: center;
  margin-bottom: 26px;
}

.eigo-hs-guide__head h2 {
  margin: 0 0 14px;
  font-size: 40px;
  line-height: 1.3;
  color: #153d7a;
  font-weight: 800;
}

.eigo-hs-guide__line {
  width: 62px;
  height: 5px;
  border-radius: 999px;
  background: #2d6fd2;
  margin: 0 auto;
}

.eigo-hs-guide__steps {
  display: grid;
  grid-template-columns: 1fr 40px 1fr 40px 1fr;
  align-items: start;
  gap: 0;
}

.eigo-hs-step {
  background: #fff;
  border: 1px solid #d6e3f4;
  border-radius: 14px;
  padding: 24px 22px;
  min-height: 230px;
}

.eigo-hs-step__num {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #2d78e5;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 16px;
}

.eigo-hs-step h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.45;
  color: #2d78e5;
  font-weight: 800;
}

.eigo-hs-step p {
  margin: 0;
  font-size: 16px;
  line-height: 1.85;
  color: #2b3f56;
}

.eigo-hs-step__arrow {
  text-align: center;
  font-size: 52px;
  line-height: 1;
  color: #9db6d6;
  padding-top: 78px;
}

/* 有料教材 */
.eigo-hs-paid {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #edf9f2;
  border: 2px solid #9cd2b7;
  border-radius: 14px;
  padding: 22px 24px;
  margin-top: 26px;
  margin-bottom: 20px;
}

.eigo-hs-paid__icon {
  font-size: 30px;
  line-height: 1;
  color: #20a965;
  flex: 0 0 30px;
}

.eigo-hs-paid__text {
  flex: 1;
  font-size: 16px;
  line-height: 1.85;
  color: #2b3f56;
}

.eigo-hs-paid__text strong {
  color: #20a965;
}

.eigo-hs-paid__arrow {
  font-size: 30px;
  line-height: 1;
  color: #20a965;
}

/* 無料問題の注記 */
.eigo-hs-free-note {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #eef5ff;
  border-radius: 14px;
  padding: 22px 24px;
}

.eigo-hs-free-note__icon {
  font-size: 30px;
  line-height: 1;
  color: #2d78e5;
  flex: 0 0 30px;
}

.eigo-hs-free-note__text {
  font-size: 16px;
  line-height: 1.85;
  color: #2b3f56;
}

.eigo-hs-free-note__text strong {
  color: #2d78e5;
}

/* タブレット */
@media screen and (max-width: 1100px) {
  .eigo-hs-hero {
    flex-direction: column;
    align-items: flex-start;
  }

  .eigo-hs-hero__image {
    flex: none;
    width: 100%;
    max-width: 520px;
  }

  .eigo-hs-hero__text h1 {
    font-size: 48px;
  }

  .eigo-hs-pref__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .eigo-hs-guide__steps {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .eigo-hs-step__arrow {
    display: none;
  }
}

/* スマホ */
@media screen and (max-width: 767px) {
  .eigo-hs-page {
    padding: 14px 14px 40px;
  }

  .eigo-hs-breadcrumb {
    font-size: 13px;
    margin-bottom: 14px;
  }

  .eigo-hs-hero {
    padding: 28px 18px;
    gap: 20px;
  }

  .eigo-hs-hero__text h1 {
    font-size: 36px;
    margin-bottom: 12px;
  }

  .eigo-hs-hero__line {
    width: 54px;
    height: 5px;
    margin-bottom: 18px;
  }

  .eigo-hs-hero__text p {
    font-size: 16px;
    line-height: 1.85;
  }

  .eigo-hs-pref {
    padding: 24px 16px 20px;
  }

  .eigo-hs-pref__head h2 {
    font-size: 30px;
  }

  .eigo-hs-pref__head p {
    font-size: 16px;
  }

  .eigo-hs-pref__grid {
    grid-template-columns: 1fr;
  }

  .eigo-hs-pref-card {
    min-height: auto;
    padding: 22px 16px 18px;
  }

  .eigo-hs-pref-card__title {
    font-size: 24px;
  }

  .eigo-hs-pref-card__text {
    font-size: 15px;
  }

  .eigo-hs-pref__notice {
    padding: 16px 14px;
  }

  .eigo-hs-guide__head h2 {
    font-size: 30px;
  }

  .eigo-hs-step {
    min-height: auto;
    padding: 20px 16px;
  }

  .eigo-hs-step h3 {
    font-size: 20px;
  }

  .eigo-hs-step p,
  .eigo-hs-paid__text,
  .eigo-hs-free-note__text {
    font-size: 15px;
    line-height: 1.8;
  }

  .eigo-hs-paid,
  .eigo-hs-free-note {
    padding: 18px 16px;
  }
}
/* 全体の見出しサイズ調整 */
.eigo-hs-page h1 {
  font-size: 48px;
}

.eigo-hs-page h2 {
  font-size: 32px;
}

.eigo-hs-page h3 {
  font-size: 22px;
}
/* =========================================
   都道府県別 高校一覧ページ 共通
========================================= */

.eigo-prefhub-page {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 20px 60px;
  color: #1f2d3d;
}

.eigo-prefhub-page * {
  box-sizing: border-box;
}

.eigo-prefhub-page a {
  text-decoration: none;
}

/* パンくず */
.eigo-prefhub-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 15px;
  color: #6a7c92;
  margin-bottom: 18px;
}

.eigo-prefhub-breadcrumb a {
  color: #2d6fd2;
}

/* ヒーロー */
.eigo-prefhub-hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 34px;
  background: #f5f9fe;
  border: 1px solid #dbe8f8;
  padding: 48px 40px;
  margin-bottom: 28px;
}

.eigo-prefhub-hero__text {
  flex: 1;
}

.eigo-prefhub-hero__text h1 {
  margin: 0 0 14px;
  font-size: 56px;
  line-height: 1.2;
  color: #153d7a;
  font-weight: 800;
}

.eigo-prefhub-hero__line {
  width: 68px;
  height: 6px;
  border-radius: 999px;
  background: #2d6fd2;
  margin-bottom: 22px;
}

.eigo-prefhub-hero__text p {
  margin: 0;
  font-size: 19px;
  line-height: 1.95;
  color: #24384f;
}

.eigo-prefhub-hero__image {
  flex: 0 0 520px;
}

.eigo-prefhub-hero__image img {
  width: 100%;
  height: auto;
  display: block;
}

/* ツールバー */
.eigo-prefhub-toolbar {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.9fr 0.9fr;
  gap: 14px;
  margin-bottom: 22px;
}

.eigo-prefhub-search,
.eigo-prefhub-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 54px;
  padding: 0 18px;
  background: #fff;
  border: 1px solid #d6e3f4;
  border-radius: 10px;
  color: #6b7d93;
  font-size: 16px;
}

.eigo-prefhub-search__icon {
  font-size: 20px;
  color: #6b7d93;
}

.eigo-prefhub-search__text {
  flex: 1;
}

.eigo-prefhub-sort {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  font-size: 16px;
  color: #4d6078;
}

.eigo-prefhub-select--small {
  min-width: 140px;
}

/* 件数 */
.eigo-prefhub-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.eigo-prefhub-meta__count {
  font-size: 16px;
  color: #24384f;
  font-weight: 600;
}

.eigo-prefhub-meta__pager {
  display: flex;
  gap: 8px;
}

.eigo-prefhub-meta__pager span {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  border: 1px solid #d6e3f4;
  background: #fff;
  color: #4d6078;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.eigo-prefhub-meta__pager .is-current {
  background: #2d78e5;
  color: #fff;
  border-color: #2d78e5;
}

/* 学校一覧 */
.eigo-prefhub-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 26px;
}

.eigo-prefhub-card {
  display: flex;
  flex-direction: column;
  min-height: 220px;
  background: #fff;
  border: 1px solid #d6e3f4;
  border-radius: 14px;
  padding: 18px 18px 16px;
  transition: all 0.25s ease;
}

.eigo-prefhub-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(20, 58, 112, 0.08);
}

.eigo-prefhub-card__label {
  display: inline-flex;
  align-self: flex-start;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #fff;
}

.eigo-prefhub-card__label--private {
  background: #2d78e5;
}

.eigo-prefhub-card__label--public {
  background: #20a965;
}

.eigo-prefhub-card h2 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.55;
  color: #1f2d3d;
  font-weight: 800;
}

.eigo-prefhub-card__area {
  font-size: 14px;
  color: #6a7c92;
  margin-bottom: 22px;
}

.eigo-prefhub-card__links {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.eigo-prefhub-card__links a {
  font-size: 14px;
  font-weight: 700;
}

.eigo-prefhub-card__links a:nth-child(1) {
  color: #2d78e5;
}

.eigo-prefhub-card__links a:nth-child(2) {
  color: #20a965;
}

.eigo-prefhub-card__links a:nth-child(3) {
  color: #7a52d6;
}

/* 補足 */
.eigo-prefhub-note {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #f4f8ff;
  border: 2px solid #a9c7f7;
  border-radius: 14px;
  padding: 20px 22px;
  margin-bottom: 26px;
}

.eigo-prefhub-note__icon {
  font-size: 28px;
  line-height: 1;
  color: #2d78e5;
  flex: 0 0 28px;
}

.eigo-prefhub-note__text {
  flex: 1;
  font-size: 16px;
  line-height: 1.85;
  color: #2b3f56;
}

.eigo-prefhub-note__text strong {
  color: #2d78e5;
}

.eigo-prefhub-note__arrow {
  font-size: 30px;
  line-height: 1;
  color: #2d78e5;
}

/* 戻る */
.eigo-prefhub-back {
  text-align: center;
}

.eigo-prefhub-back a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  min-height: 56px;
  padding: 0 26px;
  border-radius: 999px;
  border: 2px solid #9ec2f5;
  color: #2d78e5;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
}

/* タブレット */
@media screen and (max-width: 1100px) {
  .eigo-prefhub-hero {
    flex-direction: column;
    align-items: flex-start;
  }

  .eigo-prefhub-hero__image {
    flex: none;
    width: 100%;
    max-width: 560px;
  }

  .eigo-prefhub-toolbar {
    grid-template-columns: 1fr 1fr;
  }

  .eigo-prefhub-sort {
    justify-content: flex-start;
  }

  .eigo-prefhub-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* スマホ */
@media screen and (max-width: 767px) {
  .eigo-prefhub-page {
    padding: 14px 14px 40px;
  }

  .eigo-prefhub-breadcrumb {
    font-size: 13px;
    margin-bottom: 14px;
  }

  .eigo-prefhub-hero {
    padding: 26px 18px;
    gap: 18px;
  }

  .eigo-prefhub-hero__text h1 {
    font-size: 36px;
  }

  .eigo-prefhub-hero__line {
    width: 54px;
    height: 5px;
    margin-bottom: 18px;
  }

  .eigo-prefhub-hero__text p {
    font-size: 16px;
    line-height: 1.85;
  }

  .eigo-prefhub-toolbar {
    grid-template-columns: 1fr;
  }

  .eigo-prefhub-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .eigo-prefhub-grid {
    grid-template-columns: 1fr;
  }

  .eigo-prefhub-card {
    min-height: auto;
  }

  .eigo-prefhub-back a {
    min-width: auto;
    width: 100%;
    font-size: 16px;
  }

  .eigo-prefhub-note {
    padding: 16px 14px;
  }

  .eigo-prefhub-note__text {
    font-size: 15px;
    line-height: 1.8;
  }
}