/* すべての画像を初期描画から安定させる */
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: #e73a77;
  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: 0;
}
.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: #555;
  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-image: none !important;
}


.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: 10px 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: 30px;
  }
.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;
  }
}

@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%;
}

}