@charset "utf-8";

/* ==============================
FV
================================= */
#heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}
#heading h1{
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  width: 100%;
  background-color: #dbdbdb;
}
.heading-wrapper {
  display: flex;
  padding: 50px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  align-self: stretch;
}
.headingImg {
  text-align: center;
}

.headingImg {
  margin-top: var(--header-height);
}

.headingImg img {
  max-width: 100%;
  height: auto;
}
#heading h2 {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  padding: 0 20px;
}
#heading p {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  padding: 0 20px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: -20px;
}

/* ==============================
絶対に伸びる予備校である理由
================================= */

.point-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #ffffff;
  padding: 0 0 80px;
  overflow: hidden;
  justify-content: center;
}

.point_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  align-self: stretch;
  position: relative;
  z-index: 0;
  overflow: visible;
}

/* ---------- header ---------- */
.point_container header {
  width: 100vw;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  padding: 25px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary-darkred);
  color: var(--primary-white);
}

/* ---------- list ---------- */
.features-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0 var(--contentPadding) 40px;
  width: 100%;
}

/* ---------- item ---------- */
.feature-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

/* ---------- content ---------- */
.feature-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

/* ---------- image ---------- */
.feature-image {
  width: 100%;
}

.feature-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* ---------- header ---------- */
.feature-header {
  display: flex;
  align-items: center;
  gap: 15px;
}

.feature-number {
  color: #f00;
  font-family: Inter;
  font-size: 48px;
  font-style: italic;
  font-weight: 700;
  line-height: 48px;
}

.feature-title {
  color: #353535;
  font-family: Inter;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 130%;
}

.feature-description {
  color: #222;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}

/*----------pc 769px----------*/
@media (min-width: 769px) {
  .features-list {
    gap: 70px;
    padding: 50px 30px 80px;
    max-width: 1200px;
  }

  .feature-item {
    flex-direction: row;
    justify-content: center;
    gap: 50px;
    align-items: flex-start;
    align-self: stretch;
  }

  /* 偶数だけ反転 */
  .feature-item:nth-of-type(2),
  .feature-item:nth-of-type(4) {
    flex-direction: row-reverse;
  }

  /* ★ここが重要（均等縮小） */
  .feature-content,
  .feature-image {
    flex: 1 1 0;
  }

  .feature-content {
    gap: 20px;
  }

  .feature-header {
    gap: 20px;
  }

  .feature-number {
    font-size: 7rem;
  }

  .feature-title {
    font-size: 3.6rem;
  }

  .feature-description {
    font-size: 1.6rem;
  }
}

/* ==============================
あなたの目標に合わせた4つのコース
================================= */

/* コース全体 */
.course {
  display: flex;
  width: 100%;
  background: var(--beage, #f1eee5);
  padding: 50px 0;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  overflow: hidden;
}

.course_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  position: relative;
  z-index: 0;
  overflow: visible;
}

.course_container header {
  width: 100vw;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  padding: 25px 0;
  justify-content: center;
  align-items: center;
  background: var(--primary-darkred);
  color: var(--primary-white);
}

.course_readtxt {
  text-align: justify;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 20px var(--contentPadding) 0;
}

/* タブ全体 */
.contents-tabPanel {
  width: 100%;
  margin: 0 auto;
}

/* タブグループ（SP：2列） */
.contents-tabPanel .tab-group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}

/* タブ（SP：50%幅） */
.contents-tabPanel .tab {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
  padding: 12px 0;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  opacity: 0.8;
}

.contents-tabPanel .tab.is-active {
  opacity: 1;
}

/* タブ矢印（SPのみ） */
.contents-tabPanel .tab::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  border-right: 2px solid var(--primary-white);
  border-bottom: 2px solid var(--primary-white);
  transform: rotate(45deg);
  animation: chevronMove 1.4s ease-in-out infinite;
  opacity: 0.8;
}

/* タブ色 */
.tab-red {
  background: var(--primary-darkred);
}

.tab-blue {
  background: var(--primary-blue);
}

.tab-green {
  background: var(--primary-green);
}

.tab-brown {
  background: var(--primary-brown);
}

/* パネルグループ */
.contents-tabPanel .panel-group {
  display: flex;
  width: 100%;
  padding: 0;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

/* パネル（非表示） */
.contents-tabPanel .panel {
  display: none;
  width: 100%;
  box-sizing: border-box;
  padding: 40px 20px;
}

/* パネル（表示） */
.contents-tabPanel .panel.is-show {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 50px 0 0;
  background: #fff;
  border-top: 8px solid transparent;
  box-sizing: border-box;
  gap: 30px;
}

/* パネルボーダー色 */
.contents-tabPanel .panel.is-show.tab-red {
  border-top-color: var(--primary-darkred);
}

.contents-tabPanel .panel.is-show.tab-blue {
  border-top-color: var(--primary-blue);
}

.contents-tabPanel .panel.is-show.tab-green {
  border-top-color: var(--primary-green);
}

.contents-tabPanel .panel.is-show.tab-brown {
  border-top-color: var(--primary-brown);
}

/* パネルヘッダー */
.panel-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin: 0 auto;
  padding: 0 var(--contentPadding);
  width: 100%;
}

.panel-heading h3 {
  color: var(--primary-black);
  text-align: center;
  font-family: Inter;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1;
}

.panel-heading-readtxt {
  text-align: justify;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
}

/* コースラッパー */
.course-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 var(--contentPadding);
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  position: relative;
  margin: 0 auto;
}

/* コースタイトル */
.course-title {
  padding: 5px 10px;
  min-height: 45px; 
  display: flex;
  gap: 0;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.panel.tab-red .course-title {
  background: var(--primary-darkred);
}
.panel.tab-blue .course-title {
  background: var(--primary-blue);
}
.panel.tab-green .course-title {
  background: var(--primary-green);
}
.panel.tab-brown .course-title {
  background: var(--primary-brown);
}
.course-title-span {
  display: block;
  color: var(--primary-white);
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 700;
}
.course-title-span span {
  font-size: 1.6rem;
}
.course-title-span2 {
  display: block;
  margin-left: 10px;
  padding: 1px 8px;
  background: var(--primary-white);
  color: var(--primary-black);
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 2px;
}

/* カリキュラムラッパー */
.curriculum-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  position: relative;
}

/* カリキュラム */
.curriculum {
  border-style: solid;
  border-width: 0;
  padding: 10px 5px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  position: relative;
}

.curriculum.curriculum_red {
  border-top: 3px solid #ff2727;
}

.curriculum.curriculum_green {
  border-top: 3px solid #55c212;
}

.curriculum.curriculum_brown {
  border-top: 3px solid #c46900;
}

.curriculum.curriculum_blue {
  border-top: 3px solid #2c84d8;
}

.curriculum.curriculum_orange {
  border-top: 3px solid #ffa600;
}

/* 教科タイトル */
.curriculum-title {
  padding: 0 20px;
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
}

.curriculum-title.curriculum-title_red {
  color: #ff2727;
}

.curriculum-title.curriculum-title-green {
  color: #55c212;
}

.curriculum-title.curriculum-title-brown {
  color: #c46900;
}

.curriculum-title.curriculum-title-blue {
  color: #2c84d8;
}

.curriculum-title.curriculum-title-orange {
  color: #ffa600;
}

/* カリキュラムアイテムラッパー（SP：2列） */
.curriculum-item-wrapper {
  width: 100%;
  flex-shrink: 0;
  display: grid;
  gap: 10px;
  position: relative;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, fit-content(100%));
}

/* カリキュラムアイテム */
.curriculum-item {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
  justify-content: center;
  height: 60px;
  position: relative;
}

.curriculum-item.curriculum-item-pink {
  background: #fde7e9;
}

.curriculum-item.curriculum-item-green {
  background: #e8f5e8;
}

.curriculum-item.curriculum-item-brown {
  background: #fdf6e7;
}

.curriculum-item.curriculum-item-blue {
  background: #e8f0ff;
}

.curriculum-item.curriculum-item-orange {
  background: #fff0e0;
}

.curriculum-item-title {
  color: var(--primary-black);
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  width: 100%;
}
.curriculum-item-sub {
  color: var(--primary-black);
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.5;
  position: relative;
  width: 100%;
}

.curriculum-item-caption {
  width: 100%;
  color: var(--primary-black);
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.5;
}

/* 注釈 */
.curriculum-caption {
  border-style: solid;
  border-color: var(--primary-darkred);
  border-width: 1px 0 0 0;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  position: relative;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.5;
}

/* 各教科指導内容 */
.curriculum-idetail-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 0 var(--contentPadding);
  flex-shrink: 0;
  position: relative;
  margin: 0 auto;
}

.curriculum_idetail_header {
  display: flex;
  height: 50px;
  padding: 0 15px;
  align-items: center;
  width: 100%;
  color: var(--primary-white);
  background: var(--primary-green);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.curriculum_idetail_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
}
.curriculum-idetail {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: var(--container-container-large, 1280px);
  position: relative;
}

.curriculum-idetail-title {
  color: var(--primary-white);
  text-align: center;
  font-family: "NotoSansJp-Bold", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  background: var(--bluegreen, #00b1a2);
  padding: 0 20px;
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-shrink: 0;
  height: 40px;
  position: relative;
}

.curriculum-idetail-item {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  position: relative;
}

.curriculum-idetail-item_title {
  color: var(--bluegreen, #00b1a2);
  text-align: left;
  font-family: "NotoSansJp-Bold", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  width: 100%;
}

.curriculum-idetail-item_text {
  color: var(--black, #231815);
  text-align: left;
  font-family: "NotoSansJp-Regular", sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
  position: relative;
  width: 100%;
}

/*----------pc 769px----------*/
@media (min-width: 769px) {
  /* パネル（表示） */
  .contents-tabPanel .panel.is-show {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 60px 0 0;
    background: #fff;
    border-top: 12px solid transparent;
    box-sizing: border-box;
    gap: 50px;
  }
  .panel-heading {
    max-width: 1200px;
    padding: 0 30px;
  }
  .course_readtxt {
    font-size: 2.4rem;
    max-width: 1140px;
  }
  .contents-tabPanel .tab-group {
    width: 1120px;
    flex-wrap: nowrap;
  }

  .contents-tabPanel .tab {
    flex: 1;
    max-width: none;
    font-size: 2.4rem;
    padding: 15px 10px;
    border-radius: 10px 10px 0 0;
  }

  .contents-tabPanel .tab::after {
    display: none;
  }
  .panel-heading h3 {
    font-size: 4.8rem;
  }
  .panel-heading-readtxt {
    font-size: 2.4rem;
  }
  .course-wrapper {
    max-width: 1200px;
    padding: 0 30px;
  }
  .course-title {
    min-height: 60px; 
    justify-content: flex-start;
  }
  .course-title-span {
    font-size: 2.4rem;
  }
  .course-title-span span {
    font-size: 2rem;
  }
  .course-title-span2 {
    padding: 2px 8px;
    font-size: 1.8rem;
  }
  .curriculum-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .curriculum {
    flex: 1;
    min-width: 0;
  }
  .curriculum-title {
    font-size: 2.4rem;
  }
  .curriculum-item-title {
    font-size: 1.8rem;
  }
  .curriculum-item-sub {
    font-size: 1.4rem;
  }
  .curriculum-item-caption {
    font-size: 1.6rem;
  }
  .curriculum-caption {
    font-size: 1.6rem;
  }
  .curriculum-item-wrapper {
    grid-template-columns: 1fr;
  }

/* 各教科指導内容 */
  .curriculum-idetail-container {
    max-width: 1200px;
    padding: 0 30px;
  }
  .curriculum_idetail_header {
    height: 60px;
    font-size: 2.4rem;
  }
  .curriculum-idetail {
    flex: 1;
    min-width: 0;
  }
  .curriculum-idetail-title {
    font-size: 2rem;
  }
  .curriculum-idetail-item_title {
    font-size: 1.8rem;
  }
  .curriculum-idetail-item_text {
    font-size: 1.4rem;
  }
}
/* =========================
  もっと見る（SP基準）
========================= */

/* ボタン */
.more-btn {
  color: var(--primary-darkred);
  font-weight: 700;
  transition: opacity 0.2s ease;
}

/* 矢印 */
.more-arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  border-right: 2px solid var(--primary-darkred);
  border-bottom: 2px solid var(--primary-darkred);
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.more-arrow.up {
  transform: rotate(-135deg);
}

/* 本文制限（SPのみ） */
.js-more-wrap {
  max-height: 100px;
  overflow: hidden;
  position: relative;
}

.js-more-wrap.is-open {
  max-height: none;
}

/* 下グラデーション */
.js-more-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}

.js-more-wrap.is-open::after {
  display: none;
}

/* =========================
  PC（769px以上）
========================= */
@media (min-width: 769px) {
  /* 常に全文表示 */
  .js-more-wrap {
    max-height: none;
    overflow: visible;
  }

  /* グラデーション消す */
  .js-more-wrap::after {
    display: none;
  }

  /* もっと見るボタン自体を非表示 */
  .more-btn {
    display: none;
  }
}
/* ==============================
合格実績
================================= */
.passrecord_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 64px 20px;
  gap: 40px;
  align-self: stretch;
  position: relative;
  background-color: var(--primary-beage);
}

.achievements-grid {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 2.5%;
  width: 100%;
  max-width: 1160px;
}

/* PC：横並び4つ */
.card-wrapper {
  position: relative;
  border-radius: 10px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: var(--primary-white);
  opacity: 0.9;
  flex-basis: calc(25% - 2.5%); /* 4列分 */
  max-width: calc(25% - 2.5%);
}

.card-wrapper::after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 61px;
  background-image: url("../images/sakura.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.card-wrapper .card-details {
  text-align: left;
  width: 100%;
  font-size: 1.4rem;
  font-feature-settings: "palt";
  text-align: justify;
}
/* タブレット以下（2列表示） */
@media (max-width: 767px) {
  .card-wrapper {
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
/* SP（1列） */
@media (max-width: 425px) {

  .achievements-grid {
    flex-direction: column;
    gap: 40px;
  }

  .card-wrapper {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }

}


.card-count {
  font-weight: 700;
  color: #ff0000;
  margin: 10px 0;
  line-height: 1;
  display: flex;
  align-items: baseline;
  gap: 2px;
}
.card-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 20px;
}
.count-number {
  font-size: 5rem;
}
.count-unit {
  font-size: 3.2rem;
}
/* ==============================
合格体験談スライダー
================================= */

/* スライダーラッパー */
.slider-wrapper {
  width: 100%;
  overflow: visible;
}

.slider_title {
  text-align: center;
  font-family: Inter;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
  width: 100%;
  margin-bottom: 5px;
}

/* ==============================
合格体験談スライダー
================================= */

/* スライダー（SP基準） */
.slider-1 {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 60px;
  padding: 0;
  position: relative;
}

/* =========================
   高さを揃えるための構造
========================= */

/* track */
.slider-1 .slick-track {
  display: flex;
  align-items: stretch;
  gap: 10px;
}

/* slide */
.slider-1 .slick-slide {
  display: flex;
  height: auto;
}

/* slickが自動生成する中間div（最重要） */
.slider-1 .slick-slide > div {
  height: 100%;
  box-sizing: border-box;
}

/* =========================
   カード本体
========================= */

.slider-1 .slider1-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding: 15px;
  margin: 10px;
  box-sizing: border-box;
  align-items: center;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.25));
}

/* 写真 */
.slider-1 .slider1-image img {
  width: 130px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* =========================
   テキスト
========================= */

.slider-1 .slider1-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #222;
  padding: 10px;
}

.slider-1 .slider1-text .university {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
}

.slider-1 .slider1-text .name {
  display: block;
  font-size: 1.4rem;
  margin-top: 5px;
  font-weight: 700;
  text-align: center;
}

.slider-1 .slider1-text .comment {
  margin-top: 10px;
}

/* 影切れ防止 */
.slider-1 .slick-list {
  padding: 20px 0;
  margin: -20px 0;
  overflow: hidden;
}

/* =========================
   PC（769px〜）
========================= */

@media (min-width: 769px) {

  .slider_title {
    font-size: 4.8rem;
    margin-top: 30px;
  }

  .slider-wrapper {
    max-width: 1160px;
    margin: 0 auto;
  }

  .slider-1 {
    max-width: 1160px;
    margin: 0 auto 100px;
  }

  .slider-1 .slider1-item {
    padding: 20px;
  }

  .slider-1 .slider1-text {
    padding-top: 20px;
    font-size: 1.4rem;
  }
}


/* ==============================
KECの学習環境サポート
================================= */
.support_wrapper {
  width: 100%;
  background-color: #ffffff;
  padding: 0 var(--contentPadding) 80px;
  overflow: hidden;
}
.support_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  align-self: stretch;
  position: relative;
  z-index: 0; /* 重要：::after が z-index -1 のため */
  overflow: visible; /* 念のため */
}

.support_container header {
  width: 100vw; /* 画面の幅いっぱいにする */
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  padding: 25px 0;
  justify-content: center;
  align-items: center;
  background: var(--primary-darkred);
  color: var(--primary-white);
}
.support_readtxt {
  text-align: justify;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.support-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  align-self: stretch;
}
.support-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}

.support-title {
  display: block;
  width: 100%;
  padding: 5px 0;
  align-items: center;
  background: var(--primary-darkred);
  color: var(--primary-white);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
}
.support-image {
  align-self: stretch;
}
.support-description-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  color: var(--primary-darkred);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
}
.support-description-title {
  color: var(--primary-black);
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: -10px;
}
.support-description {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  color: var(--primary-black, #000);
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

/*----------pc 769px----------*/
@media (min-width: 768px) {
  .support_container {
    gap: 80px;
  }
  .support_readtxt {
    width: 1140px;
    font-size: 2.4rem;
  }
  .support-list {
    max-width: 1140px;
    margin: -30px auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px; /* 縦 横 */
    align-items: stretch;
  }
  .support-title {
    font-size: 2.4rem;
  }
  .support-description-header {
    font-size: 2.4rem;
  }
  .support-description-title {
    font-size: 2rem;
  }
  .support-description {
    font-size: 1.6rem;
  }
}
/*ーーーーーーーーーー
開講校舎
ーーーーーーーーーーー*/
.school_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  align-self: stretch;
  position: relative;
  z-index: 0; /* 重要：::after が z-index -1 のため */
  overflow: visible; /* 念のため */
}

.school_container header {
  width: 100vw; /* 画面の幅いっぱいにする */
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  padding: 25px 0;
  justify-content: center;
  align-items: center;
  background: var(--primary-darkred);
  color: var(--primary-white);
}

.school-list {
  display: flex;
  flex-direction: column;
  padding: 0 var(--contentPadding);
  align-items: center;
  gap: 30px;
  align-self: stretch;
}

.school-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}
.school-item {
  display: flex;
  padding: 15px;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  align-self: stretch;
  border: 1px solid var(--primary-black);
}
.school-image {
  width: 100%;
  align-self: stretch;
}
.school-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  align-self: stretch;
}
.school-name {
  display: flex;
  padding: 5px 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background: var(--primary-blue);
  color: var(--primary-white);
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.access {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  text-align: center;
  border-bottom: 1px solid var(--primary-black);
  font-size: 1.3rem;
  line-height: 1.5;
}

.address {
  color: var(--primary-black);
  font-size: 1.6rem;
  line-height: 1.3;
}

.phone-number {
  margin-left: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 1;
  position: relative;
  text-wrap: nowrap;
}
.phone-number::before {
  content: "\f3cd";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: -30px;
}

/*----------pc 769px----------*/
@media (min-width: 768px) {
.school_container {
  gap: 80px;
}

.school-list {
    width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px; /* 縦 横 */
    align-items: stretch;
    padding: 0;
}
.school-item {
  display: flex;
  padding: 15px;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  align-self: stretch;
  border: 1px solid var(--primary-black);
}
.school-image {
  max-width: 250px;
  align-self: stretch;
}

.school-name {
display: flex;
padding: 10px 0;
justify-content: center;
align-items: center;
gap: 10px;
align-self: stretch;
  background: var(--primary-blue);
  color: var(--primary-white);
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.access {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  text-align: center;
  border-bottom: 1px solid var(--primary-black);
  font-size: 1.3rem;
  line-height: 1.5;
}

.address {
  color: var(--primary-black);
  font-size: 1.6rem;
  line-height: 1.3;
}

.phone-number {
  margin-left: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 1;
  position: relative;
  text-wrap: nowrap;
}
.phone-number::before {
  content: "\f3cd";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: -30px;
}
}
/*ーーーーーーーーーー
高卒生の一日
ーーーーーーーーーーー*/
.oneday-wrapper {
  width: 100%;
  background-color: #ffffff;
  padding: 64px 0;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .oneday-wrapper {
    padding: 100px 0;
  }
}
/* =========================
slider-2 共通
========================= */

.slider-2 {
  max-width: 1440px;
  margin: 20px auto 40px;
  padding: 0 50px;
  box-sizing: border-box;
}

/* slickの横はみ出し防止 */
.slider-2 .slick-list {
  overflow: hidden;
}

/* trackは触らない（←超重要） */
.slider-2 .slick-track {
  display: flex;
  align-items: stretch;
  gap: 10px;
}

.slider-2 .slick-slide {
  display: flex;
  height: auto;
}

.slider-2 .slick-slide > div {
  height: 100%;
  padding: 15px;
  box-sizing: border-box;
}

.slider2-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.slide-desc {
  margin-top: auto;
}

/* gap相殺（中央ズレ防止） */
.slider-2 .slick-list {
  margin: 0 -5px;
}

/* =========================
スライド中身
========================= */

.slider2-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.slider2-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* 画像上テキスト */
.slide-text {
  position: absolute;
  top: -36px;
  right: 10px;
  font-size: 1.4rem;
  color: #fff;
  background: rgb(41, 39, 39);
  padding: 4px 10px;
  border-radius: 4px;
}

/* 説明文 */
.slide-desc {
  position: relative;
  background: var(--primary-beage);
}

.slide-desc-heading {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
}

.slide-desc-comment {
  font-size: 1.4rem;
}

/* =========================
SP調整
========================= */

@media (max-width: 767px) {
  .slide-text {
    font-size: 1.4rem;
  }
  .slide-desc-heading {
    font-size: 1.8rem;
  }
.slide-desc-comment {
  font-size: 1.3rem;
  }
}

/* ==============================
よくある質問
================================= */
/* =========================
   FAQセクション全体
========================= */
.FAQ_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 64px 20px;
  background: var(--primary-blue);
  width: 100%;
  box-sizing: border-box;
}

.FAQ_wrapper header .tagline-wrapper p {
  color: var(--primary-white);
}

.FAQ_wrapper header .section__title {
  color: var(--primary-white);
  margin-top: 24px;
  margin-bottom: 80px;
}

/* =========================
   アコーディオン基本
========================= */
.FAQArea {
  width: 100%;
}

.FAQArea h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 40px 10px 10px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  cursor: pointer;
  border-top: 1px solid var(--primary-white);
  position: relative;
}

.FAQArea h3 .FAQArea__Q {
  width: 40px;
  flex-shrink: 0;
  margin-right: 10px;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
  color: var(--primary-yellow);
}

.FAQArea h3 .FAQArea__title {
  flex: 1;
  font-size: 1.8rem;
  margin-right: 50px;
}

/* FontAwesome矢印 */
.FAQArea h3:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: 0.2s;
}
.FAQArea h3.selected:after {
  transform: translateY(-50%) rotate(180deg);
  transition: 0.2s;
}

/* =========================
   アコーディオンテキスト
========================= */
.FAQArea div.voiceBox {
  display: none;
  padding: 10px 20px;
  border-bottom: 1px solid var(--primary-white);
  box-sizing: border-box;
}

.FAQArea div.voiceBox:last-of-type {
  border-bottom: none;
}

.FAQArea div.voiceBox p {
  font-size: 1.5rem;
  color: var(--primary-white);
  padding: 0 0 10px 0;
  text-align: justify;
}

/*----------pc 769px----------*/
@media screen and (min-width: 769px) {
  .FAQ_wrapper {
    padding: 112px 64px;
  }

  .FAQArea {
    max-width: 1160px;
    margin: 0 auto;
    margin-top: 48px;
  }

  .FAQArea h3 {
    font-size: 2.4rem;
    padding: 30px 50px;
  }

  .FAQArea h3:after {
    right: 50px;
  }
  .FAQArea h3 .FAQArea__Q {
    margin-right: 20px;
  }
  .FAQArea h3 .FAQArea__title {
    font-size: 2.4rem;
  }

  .FAQArea div.voiceBox {
    display: none;
    padding: 0 110px 20px;
  }

  .FAQArea div.voiceBox p {
    font-size: 2rem;
    padding-bottom: 20px;
  }
}

/* =========================
   SPスタイル
========================= */
@media screen and (max-width: 768px) {
  .FAQ_wrapper {
    padding: 64px 20px;
  }
  .FAQ_wrapper header .section__title {
    margin-top: 0px;
    margin-bottom: 48px;
  }
  .FAQArea h3 {
    font-size: 1.8rem;
    padding: 20px 20px;
  }

  .FAQArea h3:after {
    right: 20px;
  }
  .FAQArea h3 .FAQArea__Q {
    width: 40px;
    font-size: 2.5rem;
    margin-right: 10px;
  }
  .FAQArea h3 .FAQArea__title {
    font-size: 1.8rem;
  }

  .FAQArea div.voiceBox {
    padding: 10px 20px;
  }

  .FAQArea div.voiceBox p {
    font-size: 1.5rem;
  }
}

