body {
  color: #595656;
}
/* すべての画像を初期描画から安定させる */
img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}

.winter2025_fv_inner img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.winter2025_fv {
  background-image: url(../img/common/winter2025_bg1.webp);
  background-size: cover;
}
.winter2025_fv_inner {
  width: 1080px;
  text-align: center;
  margin: 0 auto;
  padding: 30px;
}
.winter2025_fv_inner img {
  width: 100%;
}
/*調整*/
/* 既存ボタン */
.info-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.info-btn {
  background: #000d6b;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 14px 40px;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: opacity .3s;
}
.info-btn:hover { opacity: 0.85; }

.arrow {
  font-size: 0.9em;
}

/* 冬期講習バナー */
.campaign-banner {
  background-color: #00a5e3;
  color: #fff;
  text-align: center;
  padding: 40px 20px;
  font-family: "Noto Sans JP", sans-serif;
}

.campaign-inner {
  max-width: 1080px;
  margin: 0 auto;
}
.campaign-offer {
  padding: 0 30px;
}
.campaign-offer img {
  width: 100%;
}


/* 丸形の右端バッジ */
.offer-deadline {
  background: #fff;
  color: #e73a77;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  font-size: 1rem;
}

.offer-deadline p {
  margin: 0;
}
.offer-deadline span { font-size: 0.9rem; }

/* 下段テキスト */
.campaign-message {
  margin-top: 20px;
}
.message-sub {
  font-size: 33px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
  color: #fff;
}
.message-main {
  font-size: 50px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
}

/* SP対応 */
@media screen and (max-width: 768px) {
  .campaign-offer { flex-direction: column; }
  .offer-deadline {
    width: 90px;
    height: 90px;
    margin: 10px 0 0 0;
  }
  .offer-main { font-size: 1.3rem; }
  .message-main { font-size: 1.3rem; }
}



/* 既存ボタン */
.info-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.info-btn {
  background: #000d6b;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 8px 40px;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: opacity .3s;
}
.info-btn:hover { opacity: 0.85; }

.arrow {
  font-size: 0.9em;
}

/*調整*/
/* 背景エリア */
.sec02__area-winter {
  background: #00a5e3;
  color: #fff;
  text-align: center;
  padding: 60px 20px 30px;
  font-family: "Noto Sans JP", sans-serif;
}

/* 見出し */
.sec02__head-text {
  font-size: 2rem;
  font-weight: 700;
  color: #595656;
  background: #fff;
  display: inline-block;
  padding: 20px 40px;
  border-radius: 4px;
  line-height: 1.5;
  margin-top: -40px;
  position: relative;
  z-index: 2;
}
.sec02__head-text .blue {
  color: #0073cf;
}

/* 説明文 */
.sec02__desc-text {
  font-weight: 700;
  font-size: 40px;
  margin-top: 40px;
  color: #fff;
  line-height: 1.3;
}
.sec02__desc-text .num {
    font-size: 3.1rem;
    background: url(../img/common/winter2025_balance_skill.webp) no-repeat center center / cover;
    color: #ffffff;
    /* padding: 20px; */
    /* border-radius: 4px; */
    width: 60px;
    height: 60px;
    display: inline-block;
    line-height: 1;
    margin: 0 5px;
}

/* 4技能ブロック */


.sec02__head {
    width: 1080px;
    margin:  0 auto;
  }
.sec02__head h2 img {
  width: 100%;
}

.sec02__skills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 100px;
}

.skill-item {
  background: #fff;
  border-radius: 12px;
  color: #595656;
  width: 250px;
  padding: 16px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  border: 3px solid #fff; /* 外側の白線（任意） */
  box-shadow: inset 0 0 0 2px #e4007f; /* 内側の赤線 */
}

.skill-head {
  background: url("../img/common/winter2025_balance_skill.webp") no-repeat center center / cover;
  color: #fff;
  font-weight: 700;
  font-size: 2.2rem;
  padding: 26% 0;
  width: 170px;
  height: 170px;
  margin: -90px auto 15px;
  text-align: center;
}

.skill-body p {
  font-size: 0.95rem;
  margin-bottom: 15px;
  line-height: 1.5;
  text-align: left;
}

.skill-body img {
  border-radius: 6px;
  width: 100%;
  height: auto;
}


.lesson__title::after {
    content: "";
    width: 100%;
    height: min(0.3703703704vw, 6px);
    background-color: #e73a77;
    position: absolute;
    bottom: max(-0.6481481481vw, 22px);
    left: 50%;
    transform: translateX(-50%);
}


/* SP対応 */
@media screen and (max-width: 768px) {
  .sec02__skills {
    flex-direction: column;
    align-items: center;
  }
  .skill-item {
    width: 90%;
  }
  .sec02__head-text {
    font-size: 1.5rem;
    padding: 15px 20px;
  }
}


/*調整*/
.sec02__area-lesson {
  background-color: #00a1e9;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

/* タイトル */
.lesson__title {
  font-size: 3rem;
  font-weight: 800;
  color: #fff;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom:10px;
}
.lesson__title span {
  display: inline-block;
}

/* サブタイトル */
.lesson__subtitle {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 40px;
}
.lesson__subtitle .yellow {
  color: #ffff23;
  font-weight: 700;
}

/* メインエリア */
.lesson__content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}

/* 画像 */
.lesson__images {
  display: flex;

  width: 437px;
}
.lesson__images img {
  width: 100%;
}

/* チェック項目 */
.lesson__points {
  flex: 1;
  min-width: 300px;
  color: #595656;
}
.lesson__points img {
  width: 100%;
}
.lesson__points ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lesson__points li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
  margin-bottom: 20px;
}
.lesson__points .check {
  font-size: 1.3rem;
  color: #0073cf;
  flex-shrink: 0;
}
.lesson__points .highlight {
  color: #e4007f;
  font-weight: 700;
  background: linear-gradient(transparent 60%, #fff400 60%);
}

/* SP対応 */
@media screen and (max-width: 768px) {
  .lesson__content {
    flex-direction: column;
    align-items: center;
  }
  .lesson__steps-list li {
    width: 90%;
    justify-content: center;
  }
}


/*調整*/
.sec04 {
  background: rgba(231, 58, 119,.2);
  padding: 80px 20px;
  text-align: center;
}
.sec04__inner {
  width: 1080px;
}

.sec04__head-sub {
  background: #1b2a75;
  color: #fff;
  display: inline-block;
  padding: 6px 18px;
  border-radius: 4px;
  font-weight: 600;
  margin-bottom: 15px;
}



.sec04__head-sub {
  background-color: #1b2a75;
  color: #fff;
  font-weight: 700;
  font-size: 2.6rem;
  padding: 10px 20px;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
}

.sec04__head-sub::after {
  content: "";
  position: absolute;
  bottom: -10px; /* 三角形の位置調整 */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #1b2a75; /* 吹き出しの背景色と同じにする */
}


.sec04__head-main {
  font-size: 2.2rem;
  font-weight: 700;
  color: #595656;
  margin-bottom: 30px;
}

.sec04__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.sec04__card {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border: 4px solid #00a5e3;
  padding: 25px;
  text-align: left;
}

.sec04__card-num {
  width: 120px;
  height: 120px;
  font-weight: 700;
  text-align: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.sec04__card-content {
  flex: 1;
}

.sec04__card-title {
  font-size: 1.7rem;
  font-weight: 700;
  color: #595656;
  margin-bottom: 8px;
}
.sec04__card-title span {
  color: #00a5e3;
  font-size: 115%;
}

.sec04__card-lead {
  font-weight: 600;
  color: #444;
  margin-bottom: 10px;
  font-size: 1.5em;
}

.sec04__card-text {
  font-size: 0.95rem;
  color: #595656;
  line-height: 1.6;
  margin-bottom: 15px;
}

.sec04__card-img img {
  border-radius: 6px;
  max-width: 100%;
  height: auto;
  display: block;
}

.sec04__area-body__wrap {
  display: flex;
}
.sec04__card__content {
  width: 50%;
}
.sec04__card-img {
    width: 50%;
}

@media screen and (max-width: 768px) {
  .sec04__card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .sec04__card-num {
    margin-right: 0;
    margin-bottom: 10px;
  }
}


/*調整*/
.sec06 {
  text-align: center;
  padding: 80px 20px;
}

.sec06__title {
  margin-bottom: 50px;
  font-weight: 700;
  line-height: 1.6;
}

.case-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding-top: 50px;
}

.case-card {
  position: relative;
  background: #fff;
  padding: 100px 20px 30px; /* 上に余白を確保 */
  width: 333px;
  text-align: center;
  transition: transform .3s ease;
  border:solid 2px rgba(0, 165, 227, 1);
  box-shadow: 4px 6px 0 rgba(0, 165, 227, 1);
}
.case-card:hover { transform: translateY(-5px); }

/* 写真を突き出す部分 */
.case-photo {
  position: absolute;
  top: -60px; /* 上に飛び出させる高さ */
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 140px;
  border-radius: 50%; /* 丸くする場合 */
  overflow: hidden;
  background: #fff; /* 背景を白にして境界をきれいに */
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.case-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border:solid 2px rgba(0, 165, 227, 1);
}



.case-label {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 5px;
  margin-top: 60px; /* 画像との距離を確保 */
}

.case-card h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  line-height: 1.3;
  color: #00a5e3;
}
.case-card h3 span { color: #e85a8b; }

.case-flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.grade {
  font-weight: 700;
  border-radius: 50px;
  padding: 4px 10px;
  display: inline-block;
  font-size: 0.9rem;
  color: #fff;
  letter-spacing: .25em;
}
.grade.blue { background: #000064; }
.grade.pink { background: #e73a77; }

.flow-text {
  padding: 8px 12px;
  display: block;
  font-size: 0.95rem;
  line-height: 1.4;
  color: #000064; 
}
.flow-result {
  padding: 8px 0px;
  display: block;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #e73a77;
  font-weight: 600;
}

.arrow {
  font-size: 1.6rem;
  color: #e73a77;
}

@media screen and (max-width: 768px) {
  .case-list { flex-direction: column; align-items: center; }
  .case-card { width: 90%; }
}




/*FAQ*/
.sec12 {
  padding-top: min( 0.0925925926vw, 1px );
  padding-bottom: min( 5.5555555556vw, 60px );
}
@media screen and (max-width: 767px) {
  .sec12 {
    padding-bottom: 10.6666666667vw;
  }
}



.lesson__steps {
  width: 960px;
  margin: 30px auto 0;
  padding: 0 30px;
}
.lesson__steps img {
  width:100%;
}


/* ==========================
   冬期講習スケジュールセクション
   ========================== */
.sec02__area-schedule {
  background: rgba(0,165,227,.2);
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
}



.schedule__catch {
  background-color: #e73a77;
  color: #fff;
  font-weight: 700;
  font-size: 2.6rem;
  padding: 10px 20px;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
}

.schedule__catch::after {
  content: "";
  position: absolute;
  bottom: -10px; /* 三角形の位置調整 */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #e73a77; /* 吹き出しの背景色と同じにする */
}


.schedule__title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #595656;
  margin-bottom: 30px;
}

.schedule__lead {
  max-width: 780px;
  margin:  0 auto;
}
.schedule__lead img {
  width: 100%;
}
.schedule__lead-text {
  font-size: 1.2rem;
  line-height: 1.8;
  font-weight: 500;
  color: #595656;
}
.schedule__lead-text .red {
  color: #e4007f;
  font-weight: 700;
}
.quote {
  font-size: 2rem;
  color: #001858;
  font-weight: 700;
  vertical-align: middle;
}
.quote--left {
  margin-right: 5px;
}
.quote--right {
  margin-left: 5px;
}

/* カレンダー部分 */
.schedule__calendar {
  padding: 0px 30px;
  margin: 50px auto 0;
  max-width: 980px;
  position: relative;
  text-align: left;
}

.schedule__calendar-head {
  background: #003087;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 6px;
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 1rem;
}

.schedule__calendar-img img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.schedule__note {
  font-size: 0.9rem;
  color: #595656;
  text-align: left;
  line-height: 1.6;
  margin-top: 10px;
}

.schedule__photo {
  position: absolute;
  bottom: 40px;
  right: 20px;
  width: 200px;
}
.schedule__photo img {
  width: 100%;
  height: auto;
}

/* SP対応 */
@media screen and (max-width: 768px) {
  .schedule__title {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .schedule__lead-text {
    font-size: 1rem;
  }
  .schedule__calendar {
    padding:0;
  }
  .schedule__photo {
}
}


/* =========================================================
     sec03__area-method 共通スタイル
  ========================================================= */
.sec03__head-text .row-2 {
  color: #595656 !important;
}

.sec03__head-text .row-1 {
  background-color: #00A5E3;
    color: #FFF;
    text-align: center;
    font-weight: 700;
    font-size: 2.6rem;
    padding: 10px 20px;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
}


.sec03__head-text .row-1::after {
  content: "";
  position: absolute;
  bottom: -10px; /* 三角形の位置調整 */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #00A5E3; /* 吹き出しの背景色と同じにする */
}
.sec03__head-text .row-1 .acc {
    color: #F6F064;
    font-family: "Noto Sans JP";
    font-size: 2.6rem !important;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: min(0.1333333333vw, 1.44px);
}

  .sec03__area-method-1 {
    padding: 30px 0;
  }
  
  .sec03__inner {
    width: min(92%, 1080px);
    margin: 0 auto;
  }
  
  .sec03__method-inner {
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    padding: 60px 40px;
    text-align: center;
    position: relative;
  }
  
  .sec03__method-inner {
      position: relative;
      background: linear-gradient(to bottom, #e9f5fb 0%, #bde6f7 50%, #a5daf3 100%);
      /* 上部を少し白っぽく→下に向かって青く */
      padding: 60px 20px;
      border-radius: 0; /* 角丸不要なら削除 */
      z-index: 0;
    }
    
    /* 下辺中央の三角形 */
  .sec03__method-inner::after {
      content: "";
      position: absolute;
      bottom: -70px; /* 三角の高さ分マイナス */
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 200px solid transparent;
      border-right: 200px solid transparent;
      border-top: 90px solid #a5daf3; /* グラデ下端と同じ色にする */
      z-index: 1;
    }
    
    .point__num {
      position: relative;
      margin-top: -110px;
      z-index: 10;
    }

  /* 番号 */
  .sec03__method-number {
    font-family: "Jost", sans-serif;
    font-size: 80px;
    font-weight: 700;
    color: #009fe8;
    line-height: 1;
    margin-bottom: 20px;
  }
  
  /* 見出し */
  .sec03__method-head {
    font-size: 28px;
    font-weight: 700;
    color: #0073c7;
    margin-bottom: 50px;
    line-height: 1.6;
  }
  
  /* 人物＋吹き出しリスト */
  .sec03__method-list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  
  .sec03__method-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 320px;
  }
  
  .sec03__method-list-item-img {
    margin-bottom: 20px;
  }
  
  .sec03__method-list-item-text img {
    max-width: 100%;
    height: auto;
  }
  
  /* チェックリスト */
  .sec03__method-check-list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
  
  .sec03__method-check-list-item {
    background: #e8f6ff;
    border-radius: 12px;
    padding: 20px 24px;
    width: 280px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  }
  
  .sec03__method-check-list-item-img {
    margin-bottom: 10px;
  }
  
  .sec03__method-check-list-item-text {
    font-size: 16px;
    color: #595656;
    line-height: 1.7;
  }
  
  /* 「だから」部分 */
  .sec03__so {
    width: 180px;
    margin: 0 auto 20px;
  }
  
  .sec03__text {
    font-size: 22px;
    font-weight: 600;
    color: #595656;
    line-height: 1.8;
  }
  
  .sec03__text .lg {
    color: #0073c7;
    font-weight: 700;
  }
  
  /* =========================================================
     レスポンシブ対応
  ========================================================= */
  @media (max-width: 1024px) {
    .sec03__method-inner {
      padding: 50px 30px;
    }
    .sec03__method-head {
      font-size: 24px;
    }
  }
  
  @media (max-width: 768px) {
    .sec03__area-method-1 {
      padding: 60px 0 0;
    }
    .sec03__method-number {
      font-size: 60px;
    }
    .sec03__method-head {
      font-size: 22px;
      margin-bottom: 40px;
    }
    .sec03__method-list {
      flex-direction: column;
      gap: 30px;
    }
    .sec03__method-check-list {
      flex-direction: column;
      gap: 24px;
    }
    .sec03__method-check-list-item {
      width: 100%;
    }
    .sec03__text {
      font-size: 20px;
    }
  }


/* =========================================================
     sec03__area-method-2
  ========================================================= */
 
  .sec03__area-method-2 {
    padding: 30px 0 0;
  }
  
  .sec03__method.--left .sec03__method-inner {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    padding: 60px 40px;
    text-align: center;
  }
  
  .sec03__method-number {
    font-family: "Jost", sans-serif;
    font-size: 80px;
    font-weight: 700;
    color: #009fe8;
    line-height: 1;
    margin-bottom: 20px;
  }
  
  .sec03__method-head {
    font-size: 28px;
    font-weight: 700;
    color: #0067b3;
    margin-bottom: 50px;
    line-height: 1.6;
  }
  
  /* 人物＋吹き出し */
  .sec03__method-list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  
  .sec03__method-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 320px;
  }
  
  .sec03__method-list-item-img {
    margin-bottom: 20px;
  }
  
  /* チェックリスト */
  .sec03__method-check-list {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
  }
  
  .sec03__method-check-list-item {
    background: #ffffff;
    padding: 20px 24px;
    width: 280px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    border: 2px solid #00A5E3 !important;
    border-radius: 0;
    height: 130px;
  }
  
  
  .sec03__method-check-list-item-img {
    margin-bottom: 0px;
    position: relative;
    top: -43px;
  }
  
  .sec03__method-check-list-item-text {
    font-size: 20px;
    color: #00A5E3;
    line-height: 1.5;
    top: -56px;
    position: relative;
  }
  
  /* 「だから」・テキスト */
  .sec03__so {
    width: 180px;
    margin: 0 auto 20px;
  }
  
  .sec03__text {
    font-size: 22px;
    font-weight: 600;
    color: #595656;
    line-height: 1.8;
  }
  
  .sec03__text .lg {
    color: #0073c7;
    font-weight: 700;
  }
  
  /* =========================================================
     Responsive
  ========================================================= */
  @media (max-width: 1024px) {
    .sec03__method.--left .sec03__method-inner {
      padding: 50px 30px;
    }
    .sec03__method-head {
      font-size: 24px;
    }
  }
  
  @media (max-width: 768px) {
    .sec03__area-method-2 {
      padding: 30px 0 0;
    }
    .sec03__method-number {
      font-size: 60px;
    }
    .sec03__method-head {
      font-size: 22px;
      margin-bottom: 40px;
    }
    .sec03__method-list {
      flex-direction: column;
      gap: 30px;
    }
    .sec03__method-check-list {
      margin-bottom: 0;
    }
    .sec03__method-check-list {
      flex-direction: column;
      gap: 15px;
    }
    .sec03__method-check-list-item {
      width: 100%;
    }
    .sec03__text {
      font-size: 20px;
    }
  }


/* =========================================================
     sec03__area-method-3
  ========================================================= */
  .sec03__area-method-3 {
    padding: 30px 0;
  }
  
  .sec03__method-inner {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    padding: 60px 40px;
    text-align: center;
  }
  
  .sec03__method-number {
    font-family: "Jost", sans-serif;
    font-size: 80px;
    font-weight: 700;
    color: #009fe8;
    margin-bottom: 20px;
  }
  
  .sec03__method-head {
    font-size: 28px;
    font-weight: 700;
    color: #0073c7;
    margin-bottom: 50px;
    line-height: 1.6;
  }
  
  /* 人物部分 */
  .sec03__method-list {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  
  .sec03__method-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 320px;
  }
  
  /* パーソナルレッスン */
  .sec03__personal {
    padding: 30px 40px;
    text-align: center;
  }
  
  .sec03__personal-text {
    margin-top: 20px;
    font-size: 16px;
    color: #595656;
    line-height: 1.8;
  }
  
  .sec03__personal-text span {
    color: #0073c7;
    font-weight: 700;
  }
  
  /* バイリンガル講師紹介 */

  
  .sec03__bilingual-head {
    font-size: 22px;
    font-weight: 700;
    color: #0073c7;
    text-align: center;
    position: relative;
    width: 49%;
    margin: 0 auto 30px;
  }
  
  
  .sec03__bilingual-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    padding-top: 48px;
  }
  
  .sec03__bilingual-item {
    position: relative;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    width: 300px;
    padding: 20px;
    text-align: center;
    border: solid 2px #595656;
  }
  
 /* 写真を突き出す */
 .sec03__bilingual-item img {
   position: absolute;
   top: -60px; /* ボックスからはみ出す高さ */
   left: 50%;
   transform: translateX(-50%);
   width: 140px;
   height: 313px;
   object-fit: cover;
   padding: 5px;
 }

  
  .sec03__bilingual-item h5 {
    font-size: 22px;
    font-weight: 700;
    color: #595656;
    margin-bottom: 8px;
    margin-top: 221px;
  }
  
  .sec03__bilingual-prof {
    font-size: 14px;
    color: #00a5e3;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  
  .sec03__bilingual-text {
    font-size: 14px;
    color: #595656;
    line-height: 1.6;
    text-align: left;
  }
  
  /* だから */
  .sec03__so {
    width: 300px;
    margin: 0 auto 20px;
    text-align: center;
    z-index: 10;
    position: relative;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
  }
  
  .sec03__text {
    font-size: 40px;
    font-weight: 600;
    color: #595656;
    line-height: 1.3;
  }
  
  .sec03__text .lg {
    color: #00a5e3;
    font-weight: 700;
    font-size: 50px;
  }
  
  /* フッター風CTA */
  .sec03__area-end {
    padding: 30px 0;
    text-align: center;
  }
  
  .sec03__end-text {
    display: inline-block;
    background: #00a5e3;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    padding: 18px 40px;
    border-radius: 50px;
    line-height: 1.6;
  }
  
  .sec03__end-text .row-1 {
    display: block;
    font-size: min(3.3333333333vw, 36px);
    color: #ffffff;
  }
  
  .sec03__end-text .row-2 {
    color: #ffffff;
  }
  
  /* =========================================================
     Responsive
  ========================================================= */
  @media (max-width: 768px) {
    .sec03__method-inner {
      padding: 85px 0px 20px;
    }
  
    .sec03__method-number {
      font-size: 60px;
    }
  
    .sec03__method-head {
      font-size: 22px;
      margin-bottom: 40px;
    }
  
    .sec03__method-list {
      flex-direction: column;
      gap: 30px;
    }
  
    .sec03__bilingual-list {
      flex-direction: column;
      align-items: center;
    }
  
    .sec03__bilingual-item {
      width: 100%;
      max-width: 340px;
    }
  
    .sec03__text {
      font-size: 20px;
    }
  
    .sec03__end-text {
      font-size: 18px;
      padding: 14px 18%;
    }
  }
  
  
  /* =========================================================
     sec07_winter2025（保護者さまの声）
  ========================================================= */
  .sec06 {
    background-color: #f9fcff;
    background-image: linear-gradient(0deg, transparent 97%, rgba(0, 165, 227, 0.2) 97%),
                      linear-gradient(90deg, transparent 97%, rgba(0, 165, 227, 0.2) 97%);
    background-size: 60px 60px;
    padding: 100px 0 19px;
  }
  .sec07_winter2025 {
    background-color: #f9fcff;
    background-image: linear-gradient(0deg, transparent 97%, rgba(0, 165, 227, 0.2) 97%),
                      linear-gradient(90deg, transparent 97%, rgba(0, 165, 227, 0.2) 97%);
    background-size: 60px 60px;
    padding: 100px 0;
  }
  
  .sec07__head {
    text-align: center;
    margin-bottom: 60px;
  }
  
  .sec07__title {
    font-size: 32px;
    font-weight: 700;
    color: #595656;
    line-height: 1.5;
  }
  
  .sec07__en {
    font-size: 16px;
    letter-spacing: 0.15em;
    color: #999;
  }
  
  /* === Voice Boxes === */
  .sec07__voices {
    width: min(90%, 960px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  
  .sec07__voice-box {
    border-radius: 10px;
    padding: 30px 40px;
    box-shadow: 4px 6px 0 rgba(0, 0, 0, 0.2);
    color: #595656;
    position: relative;
    border: solid 2px #595656;
  }
  
  /* 色バリエーション */
  .box--pink {
    background-color: #ffeeff;
  }
  
  .box--yellow {
    background-color: #ffffc7;
  }
  
  .box--blue {
    background-color: #d4ffff;
  }
  
  /* テキスト要素 */
  .sec07__voice-box .lead {
    font-size: 25px;
    font-weight: 700;
    color: #00a5e3;
    margin-bottom: 5px;
  }
  
  .sec07__voice-box .text {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 12px;
  }
  
  .sec07__voice-box .prof {
    text-align: right;
    font-size: 14px;
    color: #00a5e3;
    font-weight: 500;
  }
  
  /* =========================================================
     Responsive
  ========================================================= */
  @media (max-width: 768px) {
    .sec07_winter2025 {
      padding: 40px 0;
      background-size: 40px 40px;
    }
  
    .sec07__title {
      font-size: 26px;
    }
  
    .sec07__voices {
      gap: 30px;
    }
  
    .sec07__voice-box {
      padding: 15px 20px;
    }
  
    .sec07__voice-box .lead {
      font-size: 18px;
    }
  
    .sec07__voice-box .text {
      font-size: 14px;
      line-height: 1.3;
    }
  }


.sec08 {
  background: rgba(0, 165, 227, 0.2);
}


.sec09 .sec09__title {
    font-weight: 700;
    font-size: min(4.4444444444vw, 44px);
    line-height: 140%;
    letter-spacing: 0.04em;
    color: #ffffff;
    width: fit-content;
    padding: 0 min(0.6481481481vw, 7px) min(0.8333333333vw, 9px);
    margin: 0 auto min(2.3148148148vw, 25px);
    background-color: #e73a77;
    border-radius: 50px;
    padding: 15px 60px;
}

.sec09 .sec09__box {
  width: 960px;
}
.sec09 .sec09__table thead th {
  height: 85px;
}

.sec09 .sec09__text {
  font-size: 22px;
  color: #000064;
}
.sec09 .sec09__box__head {
  background-color: #000064;
}
.sec09 .sec09__box {
  border-color: #000064;
}

.winter2025_hayawari {
  position: relative;
  display: inline-block;
  background: #fff;
  border: 3px solid #001c64; /* 紺色の枠線 */
  color: #001c64;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  padding: 0px 40px;
  border-radius: 2px;
  margin: 0px auto;
}

/* 吹き出しの三角 */
.winter2025_hayawari::after {
  content: "";
  position: absolute;
  bottom: -18px; /* 三角の高さ分だけ下に出す */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid #001c64; /* 枠線色と同じ */
  z-index: 1;
}

/* 三角内側（白背景の重ね） */
.winter2025_hayawari::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff; /* 背景と同じ */
  z-index: 2;
}

/* 強調部分（20%OFF） */
.winter2025_hayawari span {
  color: #e4007f; /* ピンク */
  font-size: 2.2rem;
}

.sec10__flow {
    text-align: center;
    color: #e73a77;
    border-top: solid 18px #e73a77;
    border-bottom: solid 18px #e73a77;
    padding: 15px;
    font-size: 40px;
    max-width: 1000px;
  margin: 0 auto 30px;
}

.sec09 .sec09__subtext {
  font-size: 22px;
  color: #000064;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.04em;
  margin-top: 1em;
  margin-bottom: 15px;
}


.sec08__lesson_flow {
  width: 1000px;
  margin:  0 auto 30px;
  display: block;
}

.sec10 .sec10__label {
  margin-bottom: 15px;
}
.sec10 .sec10__box + .sec10__box {
  margin-top: 15px;
}


.info-buttons .arrow {
  color: #fff !important;
}
.sec10 .sec10__text {
  font-size: 22px;
  color: #595656;
}
.winter2025_method {
    background-image: url(../img/common/winter2025_bg2.webp);
    background-size: 90%;
    background-repeat: repeat-y;
    background-position: center top;
}
.sec03 {
  background-color: transparent !important;
}
.sec12__qa {
  max-width: 1000px;
  margin: 0 auto;
}

.sec08__title02 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  color: #00a5e3;
  margin: 60px auto;
  max-width: 760px;
}

.sec08__title02::before,
.sec08__title02::after {
  content: "";
  flex: 1;
  height: 3px;
  background: #00a5e3;
  margin: 0 20px;
}


.sec08__title02::before {
  left: -130px; /* 左側の距離調整 */
  transform: translateY(-50%);
}

.sec08__title02::after {
  right: -130px; /* 右側の距離調整 */
  transform: translateY(-50%);
}
.sec09 .sec09__box {
  margin-bottom: 30px;
}
.adlp-accordion__wrapper {
    gap: min(2.962962963vw, 15px);
}
.adlp-accordion__header__inner {
  padding: 15px;
}
.sec12 .sec12__title .ja {
  font-size: 30px;
  color: #595656;
}

.sec03 {
  padding-bottom: 0 !important;
}


.adlp-accordion__header::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='none'%3E%3Cpath d='M18 2L10 10L2 2' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}
.adlp-accordion {
  background-color: #f7f7f7;
border: solid 1px #e73a77;
}
.adlp-accordion__body__inner {
  padding: 15px;
}
.adlp-accordion__body__inner .lead {
  background-color: transparent;
  color: #000064;
}
.adlp-wrapper .wrap920 {
  width: 1000px;
}
.sec09 .sec09__box__head {
  padding: 5px;
}

.info-btn a {
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  padding: 0;
  display: block;
}

.adlp-floating__inner {
  width: 1080px;
  padding: 0;
}

.floating-CTA {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.winter2025_line {
  padding: 1%;
  width: 48%;
}

.floating-trial {
  padding: 1%;
  width: 48%;
}

/* =========================================================
   Responsive Base (SP / Tablet)
   ========================================================= */
@media screen and (max-width: 1080px) {
  /* 汎用レイアウト幅を可変化 */
  .sec02__head,
  .sec03__inner,
  .sec04__inner,
  .lesson__steps,
  .sec09 .sec09__box,
  .adlp-wrapper .wrap920,
  .sec12__qa,
  .sec08__lesson_flow {
    width: 90%;
    max-width: 100%;
  }

  /* 画像・テキストの左右余白を調整 */
  .sec02__area-winter,
  .sec04,
  .sec06,
  .sec07_winter2025,
  .sec03,
  .sec09,
  .sec10 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* =========================================================
   SP: max-width 768px
   ========================================================= */
@media screen and (max-width: 768px) {
  /* 全体余白 */
  body {
    font-size: 14px;
    line-height: 1.7;
  }

  .winter2025_fv_inner {
    width: 100%;
    padding: 10px;
  }
  /* ====================
   sec01
   ==================== */ 
   
   
   .winter2025_fv {
       background-image: url(../img/common/winter2025_bg1.webp);
       background-size: 106%;
   }
   .winter2025_method {
       background-image: url(../img/common/winter2025_bg2.webp);
       background-size: 102%;
       background-repeat: repeat-y;
       background-position: center top;
   }
  .sec01 {
    padding: 15px 0;
  }
  .message-sub {
    font-size: 18px;
    margin-bottom: 8px;
  }

  /* ====================
     sec02（特徴）
     ==================== */
     .sec02__area-winter {
       padding: 30px 15px;
     }
  .sec02__head {
    width: 100%;
  }

  .sec02__desc-text {
    font-size: 20px;
    margin-top: 20px;
  }

.sec02__desc-text .num {
  font-size: 30px;
  width: 35px;
  height: 35px;
  margin: 0 3px;
}
  .sec02__skills {
    flex-direction: row;
    gap: 15px;
    margin-bottom: -90px;
    margin-top: 85px;
  }

  .skill-item {
    width: 47%;
    max-width: 90%;
    margin-bottom: 75px;
  }

  .skill-head {
    width: 90px;
    height: 90px;
    font-size: 1.3rem;
    padding: 17% 0;
  }


.sec02__area-schedule {
  padding: 30px 15px;
}
.schedule__calendar {
  margin: 0 auto;
}

/* スマホ用：4技能ボックスの高さを揃える */
  .skill-item {
    height: 19.5em;
  }


  /* ====================
     Lesson Section
     ==================== */
  .lesson__content {
    flex-direction: column-reverse;
    gap: 20px;
    padding: 0 15px;
  }

  .lesson__images,
  .lesson__points {
    width: 100%;
  }

  .lesson__title {
    font-size: 1.6rem;
  }

.lesson__title::after {
      height: 3px;
      bottom: 16px;
  }
  .lesson__subtitle {
    font-size: 1rem;
    margin-bottom: 15px;
  }
  .schedule__note {
      font-size: 0.75rem;
  }

  /* ====================
     sec03 (Method)
     ==================== */
  .sec03__method-inner::after {
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-top: 40px solid #a5daf3;
    bottom: -40px;
  }

  .sec03__bilingual-list {
    flex-direction: column;
  }

  .sec03__bilingual-item {
    width: 100%;
    margin-top: 25px;
  }

  .sec03__bilingual-item img {
    top: -40px;
    height: auto;
    width: 120px;
  }
  .sec03__bilingual-item img.w100 {
    top: -40px;
    width: 40% !important
  }

  .sec03__text {
    font-size: 20px;
  }
  .schedule__catch {
    font-size: 1.4em;
    line-height: 1.3;
  }
  .sec03__head-text .row-1 {
    font-size: 1.4rem;
  }
  .sec03__head-text .row-1 .acc {
    font-size: 1.4rem !important;
  }
  
  .sec03__area-method-1 {
      margin-top: 0;
      margin-left: 0;
  }
  .sec03__area-method-2 {
      margin-right: 0;
  }
  .sec03__area-method-3 {
    margin-left: 0;
  }
.sec03__text .lg {
  font-size: 22px;
  line-height: 1.3;
}
.sec03__so {
  font-size: 16px;
}
.sec03__end-text .row-2 {
  font-size:22px;
}
.sec03__method-check-list-item-text {
  top:0;
}

.sec03__method-check-list-item {
    padding: 15px 0;
    height: auto;
    margin: 0 5%;
    width: 90% !important;
}
.sec03__method-check-list-item-img {
    top: 0;
    left: 13px;
}

.sec03__method-check-list-item-text {
  font-size: 18px;
}

.sec03__area-method-2_chart {
  padding: 15px;
}
.sec03__personal {
    padding: 15px;
}
.sec03__bilingual-head {
    width: 65%;
    margin: 0 auto;
}
.sec03__bilingual-list {
  margin-top: 0;
}
.sec03__bilingual-item h5 {
  margin-top: 70px;
}
.sec03__bilingual-list {
  padding-top: 15px;
}
.sec03__bilingual-item h5 {
    font-size: 18px;
    margin-bottom: 0;
}

.case-photo {
  border-radius: 0;
}
.case-photo img {
  border-radius: 0;
}
  /* ====================
     sec04（ツール紹介）
     ==================== */
     .sec04 {
         padding: 40px 20px;
     }
  .sec04__inner {
    width: 100%;
  }

  .sec04__list {
    gap: 20px;
  }

  .sec04__card {
    flex-direction: column;
    border: 2px solid #00a5e3;
  }

  .sec04__card-num {
    width: 80px;
    height: 80px;
    margin-top: -80px;
  }

  .sec04__card-title {
    font-size: 1.3rem;
    line-height: 1.2;
    font-size: 1.3rem;
    line-height: 1;
    border-bottom: solid 2px #00a5e3;
  }

.sec04__head-sub {
  font-size: 1.4rem;
}
.sec04__head-main {
  font-size: 1.4rem;
}

.sec04__card {
  margin-top: 40px;
}

.sec04__card-lead {
  line-height: 1.3;
}
.sec04__area-body__wrap {
  flex-direction: column;
}
.sec04__card__content {
  width: 100%;
}
.sec04__card-img {
    width: 100%;
}
.sec04__card-lead {
  font-size: 1.2em;
}
  /* ====================
     sec06（実績）
     ==================== */
     .sec06 {
       padding: 40px 0 20px;
     }
  .case-list {
    flex-direction: column;
    align-items: center;
  }

  .case-card {
    width: 100%;
    max-width: 360px;
    padding: 20px;
  }

  .case-photo {
    width: 120px;
    height: 120px;
    top: 35%;
    left: 89%;
  }
.sec06 .sec06__title__main {
    font-size: 26px;
}

.flow-result {
  font-size:1.1rem;
}
.case-flow .arrow {
    line-height: 1;
}
.case-flow {
  margin-right: 50px;
}
.case-card h3 {
  margin-right: 50px;
}

.sec07__head {
    margin-bottom: 20px;
}

.sec06 .sec06__title {
    margin-bottom: 0px;
}
.case-list {
  padding-top: 30px;
}
  /* ====================
     sec07（Voice）
     ==================== */
  .sec07__voices {
    flex-direction: column;
    width: 100%;
  }

.sec08 {
  padding: 40px 0 40px;
}
.sec12 .sec12__title {
    margin: -1.6vw 0 4vw;
}
  /* ====================
     sec09（料金）
     ==================== */
  .sec09 .sec09__box {
    width: 100%;
  }

  .winter2025_hayawari {
    font-size: 1.1rem;
    padding: 10px 20px;
  }

  .winter2025_hayawari span {
    font-size: 2rem;
    margin-left: 0.3em;
    line-height: 1;
  }

.sec09 {
    padding: 40px 20px;
  }
  .sec09 .sec09__subtext {
  font-size: 16px;
}
  /* ====================
     sec10（教室一覧）
     ==================== */
  .sec10__flow {
    font-size: 1.4rem;
    border-top: 5px solid #e73a77;
    border-bottom: 5px solid #e73a77;
    padding: 10px;
  }

  .sec08__title02 {
    font-size: 1.4rem;
    flex-direction: column;
    gap: 10px;
  }

  .sec08__title02::before,
  .sec08__title02::after {
    display: none;
  }

  .sec10__box__row {
    flex-direction: column;
  }

  .sec10__box__col.--col__image iframe {
    width: 100%;
    height: 200px;
  }
.sec10 .sec10__text {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.4;
}
.sec08 .sec08__title02 {
    font-size: 26px;
    margin-bottom: 15px;
}
.sec08 .sec08__title02::before,
.sec08 .sec08__title02::after {
  content: "";
  flex: 1;
  height: 3px;
  background: #00a5e3;
  margin: 0 20px;
}


.sec08 .sec08__title02::before {
  left: -130px; /* å·¦å´ã®è·é›¢èª¿æ•´ */
  transform: translateY(-50%);
}

.sec08 .sec08__title02::after {
  right: -130px; /* å³å´ã®è·é›¢èª¿æ•´ */
  transform: translateY(-50%);
}

  /* ====================
     sec12（FAQ）
     ==================== */
  .adlp-wrapper .wrap920 {
    width: 100%;
    padding: 0 10px;
  }

  .sec12 .sec12__title .ja {
    font-size: 22px;
  }
  .sec12__qa {
      border-top: solid 8px #00a5e3;
      border-bottom: solid 8px #00a5e3;
      padding: 0;
      font-size: 26px;
  }
.sec10 .sec10__box__header {
  font-size: 3.8vw;
  padding: 2.6vw 0;
}
.sec10 .sec10__label {
    margin-bottom: 10px;
}
.sec10 .sec10__box + .sec10__box {
    margin-top: 10px;
}
.adlp-accordion__header__inner {
    padding: 10px;
}


    .adlp-accordion__header__inner .text {
        font-size: 3.2666666667vw;
    }
    .sec03__area-end {
        margin-top: 0;
    }
  /* ====================
     Footer / Buttons
     ==================== */
  .info-buttons {
    gap: 10px;
  }

  .info-btn {
    padding: 6px;
    font-size: 0.9rem;
    border-radius: 10px;
    width: 44%;
  }
  .info-btn a {
    font-size: 14px;
  }
  
  .info-buttons .arrow {
    font-size: 12px;
  }

  .campaign-banner {
    padding: 20px;
  }
  

  .message-main {
    font-size: 1.45rem;
    line-height: 1.3;
    margin-bottom: 0;
  }
  
  
  /*調整*/
  .campaign-offer {
      padding: 0 !important;
      margin-bottom: 13px;
  }
  
  .adlp-footer__menu__wrapper {
      flex-direction: row;
  }
  .adlp-floating__inner {
      width: 100%;
      padding: 0;
  }
}


/* =========================
   CTAセクション限定スタイル
   ========================= */
#cta {
  --cta-gap: 5px;
  --cta-max: 920px;
  --cta-pad: 16px;
  --cta-blue: #00a5e3;
}

#cta .wrap920 {
  max-width: var(--cta-max);
  margin: 0 auto;
  padding: 0 var(--cta-pad);
}

#cta .row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--cta-gap);
  margin: 0 0 5px;
  justify-content: center;
}

/* カラムレイアウト */
#cta [class*="col-"] {
  flex: 1 1 100%;
  min-width: 0;
}

/* タブレット: 2列 */
@media (min-width: 640px) {
  #cta .col-md-4 {
    flex: 1 1 calc(50% - var(--cta-gap));
  }
}

/* PC: 3列 */
@media (min-width: 992px) {
  #cta .col-md-4 {
    flex: 1 1 calc(33.333% - var(--cta-gap));
  }
}

/* =========================
   ボタンデザイン
   ========================= */
#cta .lesson-cv__btn {
  margin: 0 0 5px;
}

#cta .adlp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 64px;
  margin: 0 auto;
  background-color: #fff;
  border: 2px solid var(--cta-blue);
  border-radius: 50px;
  color: var(--cta-blue);
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 160, 233, 0.15);
  transition: all 0.25s ease;
}

#cta .adlp-btn:hover {
  background-color: var(--cta-blue);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 160, 233, 0.25);
}

#cta .adlp-btn__text {
  margin: 0;
  padding: 0 10px;
  white-space: nowrap;
}

/* SPサイズ微調整 */
@media (max-width: 480px) {
  #cta .adlp-btn {
    font-size: 1.1rem;
    min-height: 56px;
  }
}

.sec03__end-text a {
  text-decoration: none;
}

.adlp-btn__text {
  color: var(--cta-blue) !important;
  right: 0 !important;
}
#cta .adlp-btn:hover .adlp-btn__text {
  color: #fff !important;
}

@media (max-width: 768px) {
.floating-CTA {
display: block;
}
.winter2025_line {
  padding: 0.5% 0.5% 0;
    width: 100%;
    display: block;
}
.floating-trial {
  width: 100%;
  padding: 0.5%;
}

}


/* 体験レッスン STEP セクション */

.winter2025_steps__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.winter2025_steps {
  padding: 60px 20px;
}
.step-school span {
  border:solid 2px #00A5E3 ;
  padding: 5px 10px;
  margin: 2px;
  display: inline-block;
  color: #00A5E3;
  font-weight: 600;
  border-radius: 8px;
}
.step-school {
  padding: 10px;;
}
.winter2025_steps__title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
  color: #fff;;
}

.winter2025_steps__title small {
  font-size: 16px;
  color: #fff;
}
@media (max-width: 768px) {
  .winter2025_steps__title small {
    display: block;
  }
}
.winter2025_steps__boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 25px;
}

.step-box {
  flex: 1;
  min-width: 260px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.08);
  padding: 25px 20px;
}

.step-box__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.step-num {
  background: #00A5E3;
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 14px;
}

.step-title {
  font-size: 20px;
  font-weight: 700;
}

.step-text {
  font-size: 18px;
  color: #595656;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .step-text {
  font-size: 16px;
  }
  .step-title {
  font-size: 16px;
}
}
.step-list {
  margin-top: 8px;
  padding-left: 20px;
}

.step-list li {
  list-style: disc;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.3;
}

.step-image {
  margin-top: 15px;
}

/* メリット（緑枠） */
.trial-merit-box {
  background: #e9f6e9;
  border: 6px solid #06C755;
  padding: 25px 20px;
  margin-top: 15px;
  border-radius: 12px;
  text-align: center;
}

.trial-merit-box a.winter2025_line {
width: 40%;
display: block;
margin:  0 auto;
}
@media (max-width: 768px) {
  .trial-merit-box a.winter2025_line {
width: 80%;
  }
}
.merit-title {
  font-size: 24px;
  font-weight: 700;
  color: #06C755;
  margin-bottom: 12px;
  position: relative;
  border-bottom: solid 1px #06C755;
}



@media (max-width: 768px) {
.merit-title {
    font-size: 20px;
}
.trial-merit-box {
  text-align: left;
}
}
.merit-list {
  padding-left: 1em;;
}
.merit-list li {
  font-size: 18px;
    line-height: 1.5;
}
.merit-list span {
  color: #000;
  font-weight: 600;
}
.merit-note {
  margin-top: 10px;
  font-size: 13px;
  color: #666;
}

.wrap1200 {
  max-width: 1200px;
  margin: 0 auto;
}
.CTA-school-item {
  padding: 15px;
  border: solid 1px #00A5E3;
  border-radius: 8px;
  margin: 5px;
  display: inline-block;
  box-shadow: 0 3px 12px rgba(0,0,0,0.08);
}
.CTA-school-item img {
  border-radius: 6px;
}
.CTA-school-item h4 {
  margin: 0;
  font-size: 22px;
  color: #00A5E3;
  font-weight: 700;
  text-align: center;
}
.CTA-school-item p {
  margin: 5px 0 15px;
}
.CTA-school-item .note {
  font-size: 16px;
}

.cta-notice-box {
  margin: 20px auto;
  max-width: 960px;
  padding:5px 15px;
}

.cta-notice-main {
  background: rgba(0, 165, 227, 0.1);
  padding: 18px 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  text-align: center;
}

.cta-notice-text {
  font-size: 18px;
    line-height: 1.4;
    margin: 0;
    font-weight: 700;
}

.cta-notice-text .small {
  font-size: 14px;
  color: #666;
  font-weight: 400;
}

.cta-hint-box {
  background: #fff8e5;
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 22px;
  text-align: center;
}

.cta-hint-title {
  font-weight: 600;
  margin-bottom: 8px;
}

.cta-hint-list {
  margin: 0;
  padding-left: 18px;
  line-height: 1.6;
}

.cta-flow-box {
  background: #ffffff;
  border: 1px solid #9b9b9b;
  border-radius: 8px;
  padding: 20px;
}

.cta-flow-title {
  font-weight: 700;
  margin-bottom: 12px;
  text-align: center;
  font-size: 22px;
  margin-bottom: 0;
}

.cta-flow-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  text-align: center;
  line-height: 2;
  font-size: 15px;
  display: flex;
  gap: 20px;
}

@media (max-width: 768px) {
  .cta-flow-list {
    display: block;
}
}


/*spring-experience*/
.spring-experience {
  background: #fffbe6;
  padding: 40px 20px 20px;
}

.spring-experience .sec-title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #595656;
  text-align: center;
}

.problem-list {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.problem-list li {
  background: #66c9ee;
  color: #000064;
  width: 230px;
  padding: 26px 10px;
  border-radius: 12px;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  border: solid 3px #fff;
  box-shadow: 10px 10px 0 #000064;
}

.problem-list span {
  color: #ffff23;
  font-size: 30px;
  font-weight: 600;
}

.spring-experience .lead {
    font-size: 33px;
    margin: 30px 0;
    color: #595656;
    text-align: center;
    line-height: 1.1;
}

.spring-experience .lead span {
  color: #e73a77;
  font-size:  55px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ffff23 60%);
}

.cta-image {
  margin: 40px auto 60px;
  width: 900px;
  display: block;
}

.cta-image img {
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.process-title {
  font-size: 22px;
  max-width: 950px;
  margin: 0 auto 30px;
}

.process-steps {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.process-steps img {
  max-width: 1080px;
  width: 100%;
  height: auto;
}

.total-time {
  margin: 20px 0 40px;
  font-weight: bold;
}

/* =========================
   Experience Section
========================= */

.experience-block {
  display: flex;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
}
.experience-message {
  margin-left: auto;
  margin-right: 0;
  font-size: 25px;
  line-height: 1.9;
}

.experience-message p {
  margin-bottom: 20px;
  font-weight: 600;
}

/* 写真エリア */
.experience-photo {
  position: relative;
  width: 560px;
  margin: 0 auto;
  left: -50px;
}

.experience-photo img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}


/* 下向き三角 */
.experience-arrow {
  width: 0;
  height: 0;
  margin: 10px auto 30px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 26px solid #00a5e3;
}

/* 最下部メッセージ */
.note {
  text-align: center;
  font-size: 26px;
  line-height: 1.6;
  font-weight: 600;
}

.note-focus {
  font-size: 30px;
}
/* 強調部分（黄色マーカー＋ピンク文字） */
.note-focus span {
  color: #e73a77;
  font-weight: 700;
  padding: 2px 6px;
  background: linear-gradient(transparent 60%, #ffff23 60%);
}







/*spring-beforeafter*/


.spring-beforeafter {
  position: relative;
  padding: 160px 0 80px;
  background: url("/season/img/madara_bg.webp") center / cover no-repeat;
  overflow: hidden;
}

/* 上：逆V（谷） */
.spring-beforeafter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  background: #fffbe6;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 1;
}

.spring-beforeafter > * {
  position: relative;
  z-index: 2;
}


.beforeafter-lead {
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  position: relative;
  z-index: 2;
  max-width: 960px;
  margin: 0 auto 60px;
}

.beforeafter-lead span {
  font-size: 54px;
}

/* メインビジュアル */
.beforeafter-visual {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  z-index: 2;
}

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

/* 右上の丸写真 */
.photo-circle {
    position: absolute;
    top: 0;
    left: 55%;
    width: 440px;
    /* height: 220px; */
    /* border-radius: 50%; */
    /* border: 6px solid #fff; */
    overflow: hidden;
    /* background: #fff; */
}

.photo-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* SP調整 */
@media (max-width: 768px) {

  .beforeafter-lead {
    font-size: 22px;
    margin-bottom: 40px;
  }

  .photo-circle {
    width: 160px;
    height: 160px;
    top: -20px;
    right: -10px;
  }

}


/* =========================
   Section 03
========================= */
.section-03 {
  background: #00a5e3; /* 冬期LPに合わせて調整可 */
  padding: 80px 0 0;
}

.spring-worries-triangle {
    width: 0;
    height: 0;
    border-left: 3vw solid transparent;
    border-right: 3vw solid transparent;
    border-top: 30px solid rgba(239,253,208,1);
    margin: -80px auto 35px;
}

.section-03 .section-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 上部 */
.worries-area {
  text-align: center;
  margin-bottom: 80px;
}

.section-03 .section-title {
  color: #fff;
  font-size: 43px;
  font-weight: 700;
  line-height: 1.5;
}

.worries-image img {
  max-width: 100%;
  height: auto;
}

.lp-message h3 {
  max-width: 960px;
  display: block;
  margin: 0 auto;
  color: #00a5e3;
  font-size: 40px;
}
/* 下部 */
.message-area {
    background: #fff;
    padding: 0 0px 80px;
    display: flex;
    gap: 60px;
    align-items: center;
    max-width: 960px;
    margin: 0 auto;
}

.message-text {
  flex: 1;
}

.message-text h3 {
  font-size: 30px;
  font-weight: 700;
  color: #00a5e3;
  margin-bottom: 30px;
}

.message-text h3 span {
  color: #00a5e3;
}

.message-text p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 600;
}
.message-text p strong {
  color: #00a5e3;
  font-size: 130%;
  font-weight: 600;
}
.message-image {
  flex: 0 0 480px;
}

.message-image img {
  width: 480px;
}

/* SP */
@media screen and (max-width: 768px) {
  .section-03 {
    padding: 60px 0 0;
  }

  .section-03 .section-title {
    font-size: 24px;
  }

  .message-area {
    flex-direction: column;
    padding: 50px 20px;
    gap: 40px;
  }

  .message-text h3 {
    font-size: 24px;
  }

  .message-image img {
    width: 200px;
    height: 200px;
  }
}

/* =========================
   FLOW SECTION
========================= */

.lp-flow {
  background-color: #00a5e3; /* ブルー背景 */
  padding: 0px 0px 80px;
  text-align: center;
}

/* タイトル */
.lp-flow__title {
  font-size: 32px;
  font-weight: 700;
  color: #595656;
  background: #ffff23; /* 黄色帯 */
  padding: 40px 0 0px;
}
.spring-flow-triangle {
    width: 0;
    height: 0;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 80px solid #ffff23;
    margin: 0 auto 30px;
}

/* サブコピー */
.lp-flow__lead {
  color: #fff;
  font-size: 18px;
  margin-bottom: 40px;
}

/* STEP画像 */
.lp-flow__steps {
  display: flex;
  gap: 0;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.lp-flow__steps img {
  max-width: 400px;
  width: 100%;
  height: auto;
  display: block;
}

/* 補足テキスト */
.lp-flow__note {
  background: #fff;
  display: inline-block;
  padding: 16px 24px;
  font-size: 36px;
  font-weight: 600;
  color: #00a6e6;
  margin-bottom: 30px;
}

/* CTA */
.lp-flow__cta {
 display: block;
     margin: 0 auto 30px;
     max-width: 600px;
 }
}

.lp-flow__cta img {
  max-width: 900px;
  width: 100%;
  height: auto;
}

.lp-flow__benefit {
  display: block;
  width: 680px;
  margin: 0 auto;
}
/* ベネフィット */
.lp-flow__benefit img {
  max-width: 720px;
  width: 100%;
  height: auto;
}
.lp-flow__lead {
  display: block;
  width: 1080px;
  margin: 0 auto;
}



/*セクション5*/
.section-result {
  background: #fffdf0;
  text-align: center;
  padding-bottom: 40px;
}

/* =========================
   Catalの合格実績（画像風）
========================= */
.lp-spring-achv{
  position: relative;
  background: #071a72; /* 濃紺 */
  padding: 48px 0 0;
  overflow: hidden;
}

.spring-achv-triangle {
    width: 0;
    height: 0;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 80px solid #071a72;
    margin: 0 auto;
}

.lp-spring-achv__inner{
  position: relative;
  z-index: 1;
}

.lp-spring-achv__head{
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 28px;
}

.lp-spring-achv__title{
  margin: 0;
  color:#fff;
  font-weight: 800;
  letter-spacing: .02em;
  line-height: 1.15;
  font-size: clamp(26px, 3.2vw, 44px);
  text-align:center;
  white-space: nowrap;
}

.lp-spring-achv__laurel{
  width: clamp(56px, 6vw, 50px);
  height: auto;
  flex: 0 0 auto;
}

.lp-spring-achv__laurel svg{
  width:100%;
  height:auto;
  display:block;
}

/* ちょい見栄え調整（左右で少し角度） */
.lp-spring-achv__laurel--left{ transform: rotate(-2deg); }
.lp-spring-achv__laurel--right{ transform: rotate(2deg); }

@media (max-width: 520px){
  .lp-spring-achv{
    padding: 34px 0 46px;
  }
  .lp-spring-achv__head{
    gap: 16px;
  }
  .lp-spring-achv__title{
    white-space: normal; /* 小さい画面は折り返しOK */
  }
  .lp-spring-achv::after{
    height: 58px;
  }
}


/* タイトル画像 */
.result-header img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

/* ▼ 三角背景エリア */
.result-189 {
  position: relative;
  background: #fffdf0;
  padding: 40px 0;
  max-width: 500px;
  margin: 0 auto;
}


/* 実績画像 */
.result-image-wrap {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin-top: 40px;
}

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

/* CTA透明リンク */
.result-cta-link {
  position: absolute;
  left: 50%;
  bottom: 6%;
  transform: translateX(-50%);
  width: 78%;
  height: 12%;
}

/* 説明文 */
.section-result .result-text {
    font-size: 38px;
    line-height: 1.5;
    color: #595656;
    margin-bottom: 30px;
    font-weight: 600;
}



/* =========================
   セクション6
========================= */

.spring-feature {
  background: #fff;
  padding-bottom: 80px;
}

/* ---------- ピンク背景 ---------- */
.spring-feature-header {
  position: relative;
  background: #ff1e78;
  padding: 80px 20px 0px;
  text-align: center;
}

.spring-feature-header h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}

.spring-feature-triangle {
  width: 0;
  height: 0;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 80px solid #ff1f7a;
  margin: 0 auto;
}


/* ---------- 青ラベル ---------- */
.spring-feature-label {
  position: relative;
  background: #00a5e3;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  padding: 15px 20px;
  max-width: 900px;
  margin: 40px auto 30px;
}

/* 吹き出しの三角 */
.spring-feature-label::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid #00a5e3;
}

/* ---------- 本体 ---------- */
.spring-feature-body {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 60px;
}

/* 左画像 */
.spring-feature-image img {
  max-width: 320px;
  width: 100%;
  height: auto;
}

/* 右テキスト */
.spring-feature-text h3 {
  font-size: 26px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #444;
}

.spring-feature-text p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  color: #444;
}

/* ---------- SP ---------- */
@media (max-width: 768px) {

  .spring-feature-header h2 {
    font-size: 26px;
  }

  .spring-feature-label {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .spring-feature-body {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }

  .spring-feature-text h3 {
    font-size: 22px;
  }

  .spring-feature-text p {
    font-size: 18px;
  }
}



/* =========================
  Section 07
========================= */
.sec-07 {
  position: relative;
  background: #ffffe8;
  padding: 0px 20px 40px;
  overflow: hidden;
}

/* section7 下部 三角 */
.sec07-triangle {
  width: 100%;
  height: 110px;              /* 三角の深さ（PC） */
  background: #fffde8;        /* 次セクションの背景色 */
  clip-path: polygon(
    0 0,
    100% 0,
    50% 100%
  );
}


.sec07-head {
  text-align: center;
  margin-bottom: 60px;
  background-color: #00a5e3;
  padding: 60px 0;
}

.sec07-lead {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}


.sec-07 h4 {
  font-size: 26px;
  text-align: center;
}
.sec07-sub {
  font-size: 22px;
  color: #fff;
}

/* 理由ブロック */
.sec07-reason {
  max-width: 960px;
  margin: 0 auto 80px;
  text-align: center;
}

.why-change {
  background: transparent !important;
  z-index: 0 !important;
  
}

.why-change .reason-title {
  color: #e73a77 !important;
}
.reason-img {
  max-width: 100%;
  height: auto;
  margin-bottom: 24px;
}

/* 中央ボックス */
.reason-box {
  position: relative;
  border-left: 3px solid #00a7e1;
  border-right: 3px solid #00a7e1;
  border-bottom: 3px solid #00a7e1;
  padding: 0px 24px 34px;
}

.reason-box::after {
  content: "";
  position: absolute;
  bottom: -30px; /* 三角の高さ分はみ出す */
  left: 50%;
  transform: translateX(-50%);

  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #00a7e1;
}

.reason-box__illustR {
  position: absolute;
  top: auto;
  right: 30px;
}

.reason-box__illustL {
  position: absolute;
  top: auto;
  left: 30px;
}

.reason-box_illust1 {
  width: 200px;
}
.reason-box_illust2 {
  width: 130px;
}
.reason-box_illust3 {
  width: 130px;
}
.reason-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  padding-left: 200px;
}

.reason-list li {
  position: relative;
  padding-left: 24px;
  font-size: 22px;
  font-weight: 600;
}

.reason-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em; /* 行の中央に合わせる */
  width: 0.9em;
  height: 0.9em;
  border-radius: 50%;
  background: #fff7cc;        /* 中の薄い黄色 */
  border: 4px solid #00a7e1;  /* 外枠のブルー */
  box-sizing: border-box;
}

/* 右側アイコン（画像） */
.reason-icon {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 72px;
  height: auto;
}

/* 強調メッセージ */
.reason-strong {
  margin-top: 36px;
  background: #00a5e3;
  color: #fff;
  padding: 18px 20px;
  font-size: 34px;
  font-weight: 700;
  border-radius: 6px;
  line-height: 1.4;
}

/* 補足文 */
.reason-desc {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600;
}

/* SP */
@media screen and (max-width: 768px) {
  .sec07-lead {
    font-size: 20px;
  }

  .reason-box {
    padding: 24px 16px 32px;
  }

  .reason-icon {
    position: static;
    display: block;
    margin: 20px auto 0;
  }

  .reason-strong {
    font-size: 15px;
  }
}


.reason-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
}

.reason-num {
  width: 110px;
  height: auto;
}

.reason-title {
  font-size: 22px;
  font-weight: 700;
  color: #ff2f7d;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .reason-head {
    flex-direction: column;
    gap: 10px;
  }

  .reason-title {
    text-align: center;
    font-size: 18px;
  }
}


/* =========================
   Section 8
========================= */

.section-8 {
  padding: 60px 20px;
  background: #ffffff;
}

.section-8 .inner {
  max-width: 1000px;
  margin: 0 auto;
}

/* タイトル */
.s8-title-box {
  border: 2px solid #00a5e3;
  padding: 16px 24px;
  display: block;
  margin-bottom: 24px;
  box-shadow: 10px 10px 0 #000064;
  text-align: center;
}

.s8-title {
  font-size: 40px;
  color: #00a5e3;
  font-weight: 700;
  margin: 0;
}

.s8-description {
  font-size: 32px;
  line-height: 1.4;
  color: #595656;
  margin-bottom: 40px;
  font-weight: 600;
  text-align: center;
}

/* 循環図 */
.s8-cycle {
  text-align: center;
  margin: 40px;
}

.s8-cycle img {
  max-width: 1280px;
  width: 100%;
}

/* 注釈 */
.s8-note {
  text-align: center;
  font-size: 28px;
  line-height: 1.4;
  color: #595656;
  margin-bottom: 80px;
}

.accent {
  color: #fc1a77;
  font-weight: 700;
  font-size: 125%;
}

/* カード */
.s8-card {
  position: relative;
  border: 2px solid #00a5e3;
  background-color: #f6f6f6;
  padding: 40px;
  margin-bottom: 80px;
  display: flex;
  gap: 40px;
  align-items: center;
  box-shadow: 10px 10px 0 #000064;
}

.s8-card.reverse {
  flex-direction: row-reverse;
}

.s8-card-title {
  font-size: 26px;
  line-height: 1.6;
  margin-bottom: 24px;
  color: #595656;
}

.s8-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.s8-checklist li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 0px;
  font-size: 18px;
}

.s8-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em; /* 行の中央寄せ調整 */
  width: 23px;
  height: 23px;
  color: #00a5e3;
  font-weight: bold;
  background-image: url("/season/img/icon_checklist.webp");
  background-size: contain;
  background-repeat: no-repeat;
}

.s8-strong-text {
  font-size: 21px;
  line-height: 1.8;
  color: #00a5e3;
  font-weight: 700;
}

/* 写真 */
.s8-card-image {
  position: absolute;
  right: -50px;
  top: -30px;
}


.reverse .s8-card-image {
  position: absolute;
  left: -50px;
  top: -30px;
}
.s8-card-image img {
  width: 480px;
  max-width: 100%;
}

/* SP */
@media (max-width: 768px) {
  .s8-card {
    flex-direction: column;
    padding: 24px;
  }

  .s8-card.reverse {
    flex-direction: column;
  }

  .s8-card-image img {
    width: 200px;
  }

  .s8-title {
    font-size: 22px;
  }
}


.lp-voice {
  background: #fde1ea;
  padding: 80px 20px;
}

.lp-voice__head {
  background: #ff1f78;
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  padding: 20px 40px;
  margin: 0 auto 60px;
  width: fit-content;
  position: relative;
}

.lp-voice__head::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 14px 14px 0;
  border-style: solid;
  border-color: #ff1f78 transparent transparent;
}

.lp-voice__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.lp-voice__card {
  background: #fff;
  border-radius: 20px;
  padding: 0px 24px 30px;
  position: relative;
  border: 4px solid rgb(32,165,227);
  box-shadow: 10px 10px 0 rgb(32,165,227);
}

.lp-voice__photo {
  position: absolute;
  top: -23px;
  left: -13px;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid rgb(32, 165, 227);
  background: #fff;
}

.lp-voice__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-voice__card-head {
  background: rgb(32,165,227);
  color: #fff;
  padding: 5px 16px 7px 127px;
  border-radius: 12px 12px 0 0;
  margin: 0 -25px 20px;
}

.lp-voice__period {
  font-size: 16px;
}

.lp-voice__period strong {
  font-size: 28px;
}

.lp-voice__name {
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
}
.lp-voice__name span {
  font-weight: 400;
  font-size: 18px;
}

.lp-voice__body {
  font-size: 18px;
  line-height: 1.7;
  color: #595656;
  margin-bottom: 20px;
}

.lp-voice__step {
  text-align: center;
  margin-bottom: 10px;
}

.step-label {
  display: inline-block;
  background: #1c3157;
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 13px;
}

.step-text {
  display: block;
  margin-top: 6px;
  font-weight: 600;
}

.lp-voice__arrow {
  width: 0;
  height: 0;
  margin: 14px auto;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #ff1f78;
}

.lp-voice__result {
  text-align: center;
}

.lp-voice__result span {
  display: inline-block;
  background: #ff1f78;
  color: #fff;
  padding: 4px 12px;
  text-align: center;
  border-radius: 20px;
  font-weight: 600;
}
.lp-voice__result strong {
  display: block;
  margin-top: 6px;
  font-weight: 600;
  text-align: center;
  color: #ff1f78;
  font-size: 24px;
  line-height: 1.4;
}
/* responsive */
@media (max-width: 960px) {
  .lp-voice__list {
    grid-template-columns: 1fr;
  }
}



/* section 10 */
/* セクション全体 */
.reason-section {
  position: relative;
  background: #fffbe8;
  overflow: hidden;
}


/* ピンク三角背景（専用レイヤー） */
.reason-bg-triangle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 220px;
  background: #ff1f78;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 0;
}


.reason-inner {
  position: relative;
  z-index: 1;
  padding-top: 70px; /* 三角とタイトルの重なり調整 */
  margin: 0 auto;
}


/* 見出し */
.reason-title {
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 180px;
}

/* 各理由ブロック */
.reason-block {
  margin-bottom: 80px;
  position: relative;
}

.reason-content {
  max-width: 880px;
  margin: 0 auto;
}

.reason-numberL {
  position: absolute;
  left: 10%;
  top: 0;
  z-index: -1;
}
.reason-numberR {
  position: absolute;
  right: 10%;
  top: 0;
  z-index: -1;
}
.content-flex {
  display: flex;
  align-items: center;
}

.reason-content h4 {
  font-size: 30px;
}

.reason-textblock {
  max-width: 500px;
}

/* 見出し */
.reason-head {
  background: #0aa3df;
  color: #fff;
  border-radius: 8px;
  padding: 16px 20px;
  margin-bottom: 24px;
  position: relative;
  z-index: -2;
}

.reason-label {
  display: block;
  font-size: 13px;
  opacity: 0.85;
}

.reason-head h3 {
  font-size: 36px;
  margin: 4px 0 0;
  line-height: 1.4;
}

.swing-headlineR {
  margin-left: 17%;
}
.swing-headlineL {
  margin-right: 17%;
}


/* テキスト */
.reason-text {
    font-size: 20px;
    line-height: 1.6;
    margin: 0 0 24px;
    font-weight: 600;
}

.reason-text.center {
  text-align: center;
}

/* 画像 */
.reason-image {
  text-align: center;
  margin-bottom: 20px;
}

.reason-image img {
  max-width: 100%;
  height: auto;
}

.reason-image.narrow img {
  max-width: 320px;
}

/* 補足 */
.reason-note {
  font-size: 23px;
  color: #595656;
  font-weight: 600;
  text-align: center;
  background-color: #f6f6f6;
  border: solid 4px #64a5e3;
}

/* 強調 */
.underline {
  background: linear-gradient(transparent 60%, #ff8fa3 60%);
  font-weight: 700;
  font-size: 28px;
}

/* SP対応 */
@media (max-width: 768px) {
  .reason-title {
    font-size: 22px;
  }

  .reason-head h3 {
    font-size: 18px;
  }

  .reason-text {
    font-size: 14px;
  }
}

/* 教師ブロック全体 */
.teacher-blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 32px 0 16px;
}

/* カード */
.teacher-card {
  background: #fff;
  border: 2px solid #595656;
  border-radius: 12px;
  padding: 20px 16px;
  text-align: center;
}

/* 写真 */
.teacher-photo {
  width: 222px;
  height: 239px;
  margin: -35px auto 0px;
}

.teacher-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 名前 */
.teacher-name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}

/* 肩書き */
.teacher-title {
  font-size: 16px;
  color: #00a5e3;
  line-height: 1.6;
  margin-bottom: 10px;
}

/* 本文 */
.teacher-text {
  font-size: 13px;
  line-height: 1.7;
  text-align: left
}

/* SP */
@media (max-width: 768px) {
  .teacher-blocks {
    grid-template-columns: 1fr;
  }

  .teacher-card {
    padding: 20px;
  }
}




/* 教室 */
.campus-section {
  background: rgba(0,165,227,0.2);
  padding: 60px 20px;
}

.campus-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.campus-card {
  background: #fff;
  border-radius: 12px;
  border: 2px solid #00a5e3;
  padding: 0px 20px 30px 20px;
  display: flex;
  flex-direction: column;
}
.campus-card h4 {
  margin-bottom: 5px;
  margin-top: 10px;
  font-size: 20px;
}
.campus-title {
  background: #00a5e3;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 8px 8px 0 0;
  font-size: 22px;
  margin: 0 -20px 15px;
}

.campus-photo img {
  width: 100%;
  border-radius: 8px;
  display: block;
}

.campus-desc {
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 15px;
}


.campus-info p {
  font-size: 13px;
  color: #595656;
  line-height: 1.4;
  font-weight: 600;
}
.map-link {
  display: inline-block;
  margin-top: 5px;
  color: #00a5e3;
  font-weight: bold;
  text-decoration: none;
}

.campus-target {
  margin: 15px auto;
  background: #666;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 20px;
}

.campus-btn {
  margin-top: auto;
  background: linear-gradient(90deg, #ff4f9a, #ff2f7a);
  color: #fff;
  text-align: center;
  padding: 12px;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
}


/* 校舎アクセス情報 */
.campus-info {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.campus-info__icon {
  width: 28px;
  height: auto;
  flex-shrink: 0;
  margin-top: 2px; /* 文字と高さを合わせる微調整 */
}

.campus-info__text {
  font-size: 14px;
  line-height: 1.5;
}

.campus-info__station {
  margin: 0;
  color: #333;
  font-weight: 500;
}

.map-link {
  display: inline-block;
  margin-top: 4px;
  font-size: 14px;
  color: #1a73e8;
  text-decoration: underline;
}

/* 対象学年バッジ */
.campus-target {
  display: inline-block;
  margin-top: 12px;
  padding: 6px 14px;
  background: #666;
  color: #fff;
  font-size: 13px;
  border-radius: 999px;
  letter-spacing: 0.02em;
}


/* Responsive */
@media (max-width: 1024px) {
  .campus-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .campus-grid {
    grid-template-columns: 1fr;
  }
}


/* section background */
.lesson-about {
  background: url("../images/bg-lesson.png") center / cover no-repeat;
  padding: 80px 20px;
}

/* main box */
.lesson-box {
  max-width: 900px;
  margin: 0 auto;
  background: #fff9e6;
  border: 3px solid #00a0df;
  border-radius: 30px;
  padding: 60px 40px;
  position: relative;
  box-shadow: 0 20px 30px rgba(0,0,0,0.15);
}

/* title */
.lesson-title {
  text-align: center;
  font-size: 28px;
  color: #595656;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
  background: url(/season/img/lesson-about_title.webp) no-repeat;
  background-size: 66%;
  background-position: center;
  padding: 10px;
}

/* pink line */
.lesson-line {
  width: 70%;
  height: 4px;
  background: #ff3b8d;
  margin: 0 auto 40px;
  border-radius: 2px;
}

/* text */
.lesson-text {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  color: #595656;
}

.lesson-text p {
  margin-bottom: 14px;
}

.lesson-text .bold {
  font-weight: 700;
}

.lesson-text .highlight {
  color: #ff3b8d;
  font-weight: 700;
  font-size: 135%;
}

/* corner dots */
.dot {
  width: 16px;
  height: 16px;
  background: #00a0df;
  border-radius: 50%;
  position: absolute;
}

.dot-tl { top: 20px; left: 20px; }
.dot-tr { top: 20px; right: 20px; }
.dot-bl { bottom: 20px; left: 20px; }
.dot-br { bottom: 20px; right: 20px; }

/* responsive */
@media (max-width: 768px) {
  .lesson-box {
    padding: 40px 20px;
  }

  .lesson-title {
    font-size: 22px;
  }

  .lesson-text {
    font-size: 16px;
    line-height: 1.9;
  }
}



/* KV */
.spring2026_fv {
    background-image: url(../img/spring2026_KV_bg.webp);
    background-size: cover;
}

.spring2026_fv_inner img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.spring2026_fv_inner {
  width: 1080px;
  text-align: center;
  margin: 0 auto;
  padding: 30px;
}
.spring2026_fv_inner img {
  width: 100%;
}


/*FAQ*/
.adlp-accordion__body__inner .text {
  color: #000064;
}
.adlp-accordion__body__inner .text span {
  font-weight: 600;
  font-size: 115% !important;
}

.adlp-footer {
    padding-bottom: 130px;
}


/*ボタンデザイン*/
.cta-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px 15px 11px;
  border-radius: 999px;
  background: linear-gradient(to bottom, #ff2b8a 0%, #ff1f7f 45%, #e6005c 100%);
  color: #fff;
  font-size: 16px;
  
  text-decoration: none;
  line-height: 1;
  box-shadow: 0 10px 0 #ffeb00;
}
.cta-btn .cta-text {
  font-size: 22px;
  font-weight: 700;
}
.cta-btn .cta-text span {
  font-size: 16px;
  font-weight: 400;
}
/* 上部のハイライト */
.cta-btn::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  height: 40%;
  border-radius: 999px;
  background: rgba(255,255,255,0.15);
}

/* 右矢印 */
.cta-btn::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #fff;
}

/* hover */
.cta-btn:hover {
  transform: translateY(2px);
  box-shadow: 0 8px 0 #ffeb00;
}

/* SP調整 */
@media (max-width: 768px) {
  .cta-btn {
    font-size: 20px;
    padding: 18px 70px 18px 40px;
  }
}


.sec10 .sec10__text {
  margin-bottom: 0 !important;
}


.adlp-header__menu a {
    letter-spacing: 0.02em;
    font-size: 14px;
}
/*ボタンデザイン*/
.header-cta-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  border-radius: 999px;
  background: linear-gradient(to bottom, #ff2b8a 0%, #ff1f7f 45%, #e6005c 100%);
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  line-height: 1;
  box-shadow: 0 5px 0 #ffeb00;
  margin-left: 30px;
}
.header-cta-btn .cta-text {
  font-size: 22px;
  font-weight: 700;
}
.header-cta-btn .cta-text span {
  font-size: 16px;
  font-weight: 400;
}
/* 上部のハイライト */
..header-cta-btn::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  height: 40%;
  border-radius: 999px;
  background: rgba(255,255,255,0.15);
}

/* 右矢印 */
..header-cta-btn::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #fff;
}

/* hover */
..header-cta-btn:hover {
  transform: translateY(2px);
  box-shadow: 0 8px 0 #ffeb00;
}

/* SP調整 */
@media (max-width: 768px) {
  .header-cta-btn {
    font-size: 20px;
    padding: 18px 70px 18px 40px;
  }
}





/* =========================
   レスポンシブ調整20260120
========================= */
@media screen and (max-width: 768px) {
  .spring2026_fv_inner {
      width: auto;
      padding: 0;
  }
  .header-cta-btn {
    display: none;
  }
  .spring-experience .sec-title {
      font-size: 26px;
      line-height: 1.3;
  }
  .cta-image {
      width: auto;
      margin: 20px auto 30px;
  }
  .experience-block {
      padding-top: 20px;
  }
  .experience-message {
      font-size: 14px;
  }
  .experience-photo {
      width: 173px;
      left: -30px;
  }
  .experience-message p {
      margin-bottom: 0;
  }
  .experience-arrow {
      margin: 10px auto 10px;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 16px solid #00a5e3;
  }
  .note {
      font-size: 16px;
  }
  .note-focus {
      font-size: 18px;
  }
  .photo-circle {
      width: 160px;
      top: 30px;
      right: -18px;
      left: auto;
  }
  .spring-beforeafter::before {
      height: 70px;
  }
  .spring-beforeafter {
      padding: 55px 0 40px;
  }
  .beforeafter-lead span {
      font-size: 30px;
  }
  .beforeafter-lead {
      font-size: 17px;
      padding: 20px;
  }
  .section-03 .section-title {
      font-size: 20px;
  }
  .lp-message {
    padding: 20px;
  }
  .lp-message h3 {
      font-size: 22px;
      padding: 15px;
  }
  .message-text p {
      font-size: 16px;
  }
  .lp-flow__lead {
      width: auto;
  }
  .lp-flow__note {
      font-size: 16px;
  }
  .lp-flow__benefit {
      width: auto;
  }
  .lp-spring-achv__laurel {
      width: clamp(26px, 6vw, 48px);
  }
  .spring-achv-triangle {
      border-top: 40px solid #071a72;
  }
  .result-189 {
      max-width: 75%;
  }
  .section-result .result-text {
      font-size: 18px;
  }
  .lp-flow__cta {
      width: 80%;
  }
  .spring-feature-header {
      padding: 30px 20px 0px;
  }
  .spring-feature-triangle {
      border-top: 40px solid #ff1f7a;
  }
  .spring-feature-label {
      font-size: 16px;
  }
  .sec09 .sec09__title {
      padding: 15px 35px;
  }
  .sec09 .sec09__text {
      font-size: 16px;
  }
  .s8-description {
      font-size: 20px;
  }
  .s8-note {
      font-size: 16px;
  }
  .s8-card-title {
  font-size: 19px;
}
.s8-checklist li {
    font-size: 14px;
}
.s8-strong-text {
    font-size: 18px;
}
.lp-voice__head {
    font-size: 22px;
}
.lp-voice__body {
  font-size: 14px;
}
.reason-section {
    padding: 0 15px;
}
.problem-list {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
  .problem-list li {
    flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
  .problem-list li {
    padding: 15px 10px;
    font-size: 16px;
  }
.problem-list span {
      font-size: 24px;
  }
  .spring-experience .lead {
  font-size: 20px;
}
.spring-experience .lead span {
    font-size: 28px;
}
.message-area {
    flex-direction: column;
    padding: 0px;
    gap: 10px;
    margin-bottom: 40px;
}
.message-image {
    flex: auto;
}
.message-image img {
    width: 270px;
    height: auto;
}
.worries-area {
    margin-bottom: 0;
}
.lp-flow__title {
    font-size: 22px;
}
.lp-flow__benefit {
    padding: 0 15px;
    margin-top: 20px;
}
.lp-flow__lead {
    margin: 0 -141px;
}
.lp-flow__steps img {
    margin-top: -30px;
}
.lp-flow {
    padding: 0px 0px 40px;
}
.lp-spring-achv {
    padding: 34px 0 10px;
}
.lp-flow__cta {
    margin: 0 auto 0px;
}
.sec-07 {
    padding: 0px 0px 0px;
}
.sec07-head {
    margin-bottom: 20px;
    padding: 30px 0;
}
.sec07-sub {
    font-size: 16px;
    line-height: 1.5;
}
.sec-07 h4 {
    font-size: 20px;
}
.reason-head {
    margin-bottom: 15px;
}
.reason-list li {
    padding-left: 24px;
    font-size: 16px;
    line-height: 1.4;
}
    .reason-box {
    padding: 5px 15px 22px;
    margin: 0 15px;
}
.reason-strong {
    font-size: 16px;
    margin: 25px 15px 0;
}
.sec07-reason {
    margin: 0 auto 30px;
}
.reason-desc {
    margin-bottom: 10px;
    font-size: 16px;
}
.reason-box::after {
    bottom: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #00a7e1;
}
.reason-list {
    padding-left: 0;
}
.reason-box__illustR {
    position: absolute;
    top: -133px;
    right: 0;
}
.reason-box_illust1 {
width: 123px;
}
.reason-box__illustL {
    top: -138px;
    left: 10px;
}
.reason-box_illust2 {
    width: 95px;
}
.reason-box_illust3 {
    width: 95px;
}
.reason-box__illustR.last {
    position: absolute;
    top: -207px;
    right: 0;
}
.sec07-triangle {
    height: 60px;
}
.section-8 {
    padding: 30px 20px 10px;
}
.s8-card-image img {
    width: 165px;
}
.s8-card-title.s8-card-titleL {
    margin-right: 100px;
}
.s8-card-title.s8-card-titleR {
    margin-left: 100px;
}
.s8-card {
  margin-bottom: 45px;
}
.lp-voice {
    padding: 40px 20px;
}
.lp-voice__head {
    padding: 10px 40px;
    margin-bottom: 30px;
}
.lp-voice__arrow {
margin: 5px auto;
}
.lp-voice__card-head {
    margin: 0 -25px 12px;
}
.lp-voice__body {
    margin-bottom: 0;
}
.reason-inner {
    padding-top: 15px;
}
.reason-bg-triangle {
    width: 150%;
    height: 130px;
}
.reason-title {
    margin-bottom: 93px;
}





.campus-section {
    padding: 20px 20px;
}
.campus-grid {
    gap: 15px;
}

.cta-btn .cta-text {
    font-size: 18px;
}
.campus-desc {
    font-size: 12px;
    line-height: 1.5;
}
.lesson-about {
    padding: 40px 20px;
}
    .lesson-box {
    padding: 20px;
}
.lesson-line {
    width: 90%;
    margin: 0 auto 15px;
}
.lesson-title {
    margin-bottom: 0px;
    background-size: 91%;
    padding: 3px;
}
    .lesson-text {
    font-size: 14px;
}
.campus-title {
    padding: 0px;

}
.sec10__flow {
font-size: 20px;
margin-bottom: 15px;
}
.sec10 .sec10__text {
    font-size: 18px;
}
.reason-numberL {
  width: 150px;
  right: 0;
  left: 77%;
}
.reason-numberR {
  width: 150px;
  right: 0;
  left: 77%;
}
.reason-block {
    margin-bottom: 40px;
}
.underline {
    font-size: 18px;
}
.reason-content h4 {
    font-size: 18px;
}
.swing-headlineR {
     margin-left: 0%;
   }
   .swing-headlineL {
      margin-right: 0%;
    }
    .reason-note {
    font-size: 13px;
  }
  .teacher-photo {
      width: 179px;
      height: auto;
      margin: -35px auto -10px;
  }
  .spring-worries-triangle {
      width: 0;
      height: 0;
      border-left: 10vw solid transparent;
      border-right: 10vw solid transparent;
      border-top: 30px solid rgba(198, 247, 210, 1);
      margin: -67px auto 35px;
  }
  .spring-feature-label::after {
      content: none;
  }
  .spring-feature-label {
      margin-bottom: 20px;
  }
}