:root {
  /* ---------------------------
     Colors
  --------------------------- */
  --color-primary: #00a0d9;
  --color-accent: #f2d700;
  --color-bg: #cfeeff;
  --color-bg2:#fffbe8;
  --color-text: #666;
  --color-text2: #333;
  --color-title: #020f6f;
  --color-sub-title: #0070c6;
  /* ---------------------------
     Typography
  --------------------------- */
  body.lp-page {
    font-family: "M PLUS Rounded 1c", "Noto Sans JP", -apple-system,
                BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans",
                "Yu Gothic", "YuGothic", sans-serif;
  }
    /* ---------------------------
     Layout（最大1000px）
  --------------------------- */
  .lp-inner,
  .lp-container,
  .container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
  }
  section {
    padding: 50px 0 !important;
  }
      

}

      /* ===============================
        Font Utility Classes (LP 共通)
        =============================== */

      /* 大見出し（最重要） */
      .fz-hero {
        font-size: 48px;
        font-weight: 700;
        line-height: 1.3;
      }

      /* 中見出し（セクションタイトル） */
      .fz-h2 {
        font-size: 2.8rem;
        line-height: 1.4;
      }

      /* 小見出し（ミニタイトル） */
      .fz-h3 {
        font-size: 2.3rem;
        font-weight: 600;
        line-height: 1.4;
      }

      /* 本文テキスト */
      .fz-body {
        font-size: 2rem; 
        line-height: 1.8;
        font-weight: 400;
      }
      p {
            font-size: 2rem;
        }
      li{
            font-size: 2rem;
      }

      /* SP レスポンシブ（幅 768 以下で縮小） */
      @media (max-width: 768px) {
        .fz-hero {
          font-size: 45px;
        }
        .fz-h2 {
          font-size: 2.3rem;
        }
        .fz-h3 {
          font-size: 2.2rem;
        }
        .fz-body {
          font-size: 1.8rem;
        }
        p {
            font-size: 1.8rem !important;
        }
      }

      .fw-bold { font-weight: 900; }
      .fw-medium { font-weight: 500; }
      .fw-regular { font-weight: 400; }

      
      /* ===============================
        Highlight Utility Classes
        =============================== */

            /* ------ ① 背景マーカー（黄色）------ */
    .hl-yellow {
      display: inline;        
      background: linear-gradient(transparent 60%, #fff4a8 60%);
      padding: 0 0.1em;
    }


      /* ------ ② 背景マーカー（淡い青）------ */
      .hl-blue {
        background: linear-gradient(transparent 60%, var(--color-bg) 60%);
        padding: 0 4px;
      }

      /* ------ ③ 太めの下線（黄色）------ */
      .uline-yellow {
        background-image: linear-gradient(#ffe24a, #ffe24a);
        background-size: 100% 8px;
        background-position: 0 90%;
        background-repeat: no-repeat;
        padding: 0 2px;
      }

      /* ------ ④ 太めの下線（青）------ */
      .uline-blue {
        background-image: linear-gradient(#0040a5, #0040a5);
        background-size: 100% 6px;
        background-position: 0 90%;
        background-repeat: no-repeat;
        padding: 0 2px;
      }

      /* ------ ⑤ カラー強調（テキスト色のみ変更）------ */
      .text-blue {
        color: #0040a5;
      }

      .text-pink {
        color: #ff1989;
      }

      .text-yellow {
        color: var(--color-accent)
      }

      /* ------ ⑥ 囲み（タグ風強調）------ */
      .hl-tag {
        display: inline-block;
        padding: 4px 8px;
        border-radius: 6px;
        background: #fff6a4;
        color: var(--color-text2);
        font-weight: 600;
        line-height: 1.2;
      }

      /* ------ ⑦ スマホ最適化（マーカーの潰れを防ぐ）------ */
      @media (max-width: 768px) {
        .hl-yellow,
        .hl-blue {
          background-size:50%;
        }
		 .lp-logo {
			 display:none;
		  }
      }

        
        /* LPロゴエリア */
        .lp-logo {
          width: 50px;
          margin: 10px 0 10px 10px;
          text-align: left;
        }

        .lp-logo img {
          width: 100%; 
          height: auto;
          display: block;
        }

      /* ===== MV（左右レイアウト） ===== */

      .lp-mv {
        position: relative;
        overflow: hidden;
        background: #ffffff;
      }

      .lp-mv-inner {
        width: 100%; 
        max-width: none; 
        margin: 0;
        padding: 40px 0; 
        box-sizing: border-box;
      }

      /* 左：メイン写真 */
      .lp-mv-photo {
        position: absolute;
        left: 0;
        top: 0px;         
      }

      .lp-mv-mainimg {
        width: 100%;
        height: auto;
        object-fit: cover;
      }

      /* 中央コピー */
      .lp-mv-copy {
        position: relative;
        z-index: 2;

        /* 中央寄せ */
        margin: 0 auto;

        /* 読みやすい最大幅 */
        max-width: 800	px;

        /* テキスト中央揃え */
        text-align: center;
      }



      .lp-mv-catch {
        font-size: 28px;
        line-height: 1.2;
        text-align: center;align-content
        font-weight:400;
      }

      .lp-mv-title {
        margin: 4px 0 48px;
        font-size: 56px;
        line-height: 1.5;
        color: var(--color-title);
        font-weight: 700;
        display: inline-block;
        position: relative;
        padding: 0 4px;
      }

      /* 下半分に薄い黄色マーカー */
      .lp-mv-title::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0.15em;
        height: 0.55em;
        background: #fff6a4;
        z-index: -1;
      }

      .lp-mv-subtitle {
        margin: 16px auto 20px;
        font-size: 32px;
        font-weight: 600;
        text-align: center;

        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
      }

      .lp-mv-subtitle::before,
      .lp-mv-subtitle::after {
        content: "";
        display: block;
        height: 1px;
        background: var(--color-text);
        flex: 1;
        max-width: 50px;
      }

      /* 20分＋40分 */
      .lp-mv-combo {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 32px;
        margin-bottom: 16px;
      }

      .lp-mv-card {
        width: 210px;
        padding:10px;
        
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        background: #2ea4dd;
        color: #fff;

        border-radius: 12px;
        text-align: center;
      }

      .lp-mv-card-time {
        font-size: 30px;
        font-weight: 400;
        line-height: 1.2;
        margin-bottom: 0;
      }

      .lp-mv-card-label {
        font-size: 32px;
        font-weight: 400;
      }


      .lp-mv-plus {
        font-size: 32px;
        font-weight: 700;
        color: var(--color-title);
      }

      .lp-mv-note {
        font-size: 28px;
        font-weight: 700;
        text-align: center;
        margin-bottom:32px
      }

      .lp-mv-note::before,
      .lp-mv-note::after {
        content: "";
      }

     
      .lp-mv-note {
        color: #ff1989; /* 基本はピンク */
      }

      /* 疑似的に色を変える（正確に色指定） */
      .lp-mv-note span.blue {
        color: var(--color-title);
      }


      .lp-mv-cta {
        display: inline-block;
        font-size: 18px;
        line-height: 1.4;
        border-radius: 999px;
      }

      /* ==========================================================
        全CTAボタン共通スタイル（MV、途中、最下部 すべて統一）
      ========================================================== */
      .lp-btn {
        display: block;
        width: min(780px, 90%);
        margin: 60px auto 10px; 
        text-align: center;
        border-radius: 160px;
        border: 6px solid #ffffff;

        background: var(--color-accent); 
        color: var(--color-title);
        font-weight: 700;
        text-decoration: none;
        position: relative;

        transition: opacity .2s;
        box-sizing: border-box;
      }

      /* ホバー */
      .lp-btn:hover {
        opacity: 0.85;
      }

      /* ------------ 上段（細めの文字） ------------ */
      .lp-btn-sub {
        display: block;
        font-size: 24px;
        font-weight: 700;
        line-height: 0.5;
        margin-bottom: 4px;
      }

      /* ------------ 下段（大きい文字） ------------ */
      .lp-btn-main {
        display: block;
        font-size: 40px;
        font-weight: 800;
        line-height: 0.5;
      }

      /* ------------ 右側の矢印 ------------ */
      .lp-btn::after {
        content: "";
        width: 0;
        height: 0;

        border-left: 30px solid var(--color-title);  
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent;

        position: absolute;
        right: 48px; 
        top: 50%;
        transform: translateY(-50%);
      }

      /* 右側の丸画像 */
      .lp-mv-bubbles {
        position: absolute;
        right: -60px;
        top: 0;
        bottom: 0;
        width: 260px;
        pointer-events: none;
      }

      .lp-mv-bubble {
        position: absolute;
        border-radius: 50%;
        overflow: hidden;
        border: 6px solid #2ea4dd;
        background: #fff;
      }

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

      .lp-mv-bubble--top {
        width: 400px;
        height: 400px;
        top: -100px;
        right: 20px;
      }
      .lp-mv-bubble--mid {
        width: 240px;
        height: 240px;
        top: 280px;
        right: 320px;
      }
      .lp-mv-bubble--bottom {
        width: 240px;
        height: 240px;
        bottom: 180px;/*100*/
        right: 120px;
      }

      /* 水色の帯（画面いっぱい） */
      .lp-mv-bottom {
        background: var(--color-bg); 
        padding: 20px 0 32px; /*16px 0 32px*/
      }

      /* 帯の中のコンテンツ幅 */
      .lp-mv-bottom-area {
        width: min(840px, 90%);
        margin: 0 auto;
        text-align: center;
      }

      /* 対象テキスト */
      .lp-mv-target {
        font-size: 16px; /*13px*/
        margin-bottom: 8px;
        text-align: center;
        color:var(--color-title);
 
     }

      .ta-only {
  display: none;
}

      /* PC */
    @media screen and (min-width:1400px) and ( max-width:1600px) {
        .lp-mv-bubble--top { width: 400px; height: 400px; top: -100px; right: 20px; }
        .lp-mv-bubble--mid { width: 220px; height: 220px; top: 280px; right: 280px;}
        .lp-mv-bubble--bottom { width: 240px; height: 240px; bottom: 160px; right: 120px;}
      }

    @media (max-width: 1400px) and (min-width: 768px) {
      #lp-mv {
        background: url("https://ceokidsacademy.com/wp-content/themes/ceokidsacademy/img/lp/mv-middle.png") 
                    no-repeat center top / cover;
        padding: 0;   
        height: 500px; 
        position: relative;
      }

      #lp-mv .lp-mv-inner {
        display: none;
      }

  .ta-only {
    display: block !important;
  }
    }


      /* セクションタイトル共通 */
      .lp-heading {
        font-size: 48px; 
        font-weight: 700;
        text-align: center;
        color: var(--color-title); 
        line-height: 1.4;
        margin: 80px auto 40px; 
        display: block;
        position: relative;
      }

      .lp-heading-sub {
        font-weight: 700;
        color: var(--color-title); 
        text-align: left;
        margin: 60px 0 24px;
        line-height: 1.4;
      }


      /* スマホ対応 */
      @media (max-width: 768px) {
		  
		 .lp-wrapper{
			  padding-top:0;
			 margin-top:0;
		  }
        .lp-heading {
        font-size: 30px; 
        margin: 20px auto 20px;
        }
        section {
        padding: 20px 0!important;
      }
      }

    /* =========================
      SP専用MVレイアウト
      ========================= */
    @media (max-width: 767px) {

      .lp-mv-inner.sp-only.lp-mv-sp {
        background: linear-gradient(
          to bottom,
          #e9f6ff 0%, 
          #ffffff 60% 
        );
        padding:20px 0 0;
      }

      .lp-mv-inner.lp-mv-sp {
        padding: 0 16px 40px;
      }

      .lp-mv-catch {
        font-size: 1.4rem;
        margin-bottom: 0;
        line-height: 1.2;
      }

      .lp-mv-title {
        font-size: 3.4rem;
        margin-bottom: 8px;
        text-align: center;
        line-height: 1.1;
        width:100%;
      }

      .lp-mv-subtitle {
        font-size: 2rem;
        margin-bottom: 20px;
      }

/* ★ 女の子背景ボックス */
.lp-mv-sp-hero-box {
  width: 100%;
  height: 50vh;
  border-radius: 8px;
  background-image: url("https://ceokidsacademy.com/wp-content/themes/ceokidsacademy/img/lp/mv-girl-sp.png");
  background-size: cover;
  background-position: center;
  padding: 24px 16px 28px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;  
  justify-content: flex-end;
}

/* 中身（カード＋NOTE） */
.lp-mv-sp-hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end; 
  gap: 12px;
}


      /* カード全体（40分・20分） */
      .lp-mv-sp-cards {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
      }

      .lp-mv-card {
        width: 150px; 
        padding: 10px 0;
        border-radius: 8px;
        background: #2ea4dd;
        color: #ffffff;
        text-align: center;
      }

      .lp-mv-card-time {
        display: block;
        font-size: 2.3rem;
        font-weight: 700;
        margin-bottom: 0;
      }

      .lp-mv-card-label {
        display: block;
        font-size: 2.5rem;
        margin-top: -10px;
        font-weight: 700;
      }

      .lp-mv-plus {
        font-size: 2.4rem;
        font-weight: 700;
        color: #0070c6;
        line-height: 1;
      }

      /* NOTE：カードのすぐ下にタイト目に */
      .lp-mv-note {
        width: 150px; 
        max-width: 100%;
        margin-top: 4px;
        font-size: 1.6rem;
        line-height: 1.6;
        color: #ff3b7b;
        margin-bottom:0px
      }
      .lp-mv-note p{
        font-size:1.8rem!important;
        text-align: center; 
      }

      .lp-mv-target {
        font-size: 1.2rem !important;
        margin-top: 20px;
      }

      .lp-btn.lp-mv-cta {
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
		  line-height:.8;
		  padding:.2em 0;
      }

      .lp-btn-sub {
        font-size: 1.8rem;
        margin-bottom: 0;
      }

      .lp-btn-main {
        font-size: 2.4rem;
      }

      .lp-btn::after {
        right: 16px;
        border-left-width: 12px;
        border-top-width: 8px;
        border-bottom-width: 8px;
      }
    .lp-btn { 
      width: min(780px, 100%);
      padding: 0;
        }
        #lp-mv {
      padding-top: 0 !important;
    }
    }



      /* =========================
        02. こんな方におすすめです
        ========================= */

      #lp-recommend {
        background: #ffffff;
        padding: 0 0 120px!important;
        position: relative;
        overflow: visible;
      }

      /* inner は 1000px 幅の中央寄せ */
      #lp-recommend .lp-inner {
        max-width: 1000px;
        margin: 0 auto;
        z-index: 2; /* 親子より前面 */
      }

      /* 大きめロゴ */
      .lp-logo-large {
        text-align: center; 
        margin-bottom: 4px;
      }

      .lp-logo-large img {
        width: 90%;        
        max-width: 100%;   
        height: auto;
      }

      /* 見出しを inner の中央に */
      .lp-heading--recommend {
        font-size: 42px; /*32px*/
        font-weight: 700;
        color: #0040a5;
        text-align: center;
        margin: 16px auto 72px;
        position: relative;
        display: block;
        padding: 12px 80px;
        width:70%;
      }

      /* 黄色ライン */
      .lp-heading--recommend::before,
      .lp-heading--recommend::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 8px;
        background: #ffe24a;
      }

      .lp-heading--recommend::before {
        top: -12px;
      }

      .lp-heading--recommend::after {
        bottom: -12px;
      }

      .lp-recommend-left{
        font-weight: 400;
      }

      /* テキスト（リスト） */
      .lp-recommend-list {
        list-style: none;
        margin: 0 auto;
        padding: 0;
        max-width: 760px;
      }

      .lp-recommend-list li {
        position: relative;
        padding-left: 48px;
        margin-bottom: 24px;
        line-height: 1.8;
        color: var(--color-text2);
      }

      /* チェックアイコン */
      .lp-recommend-list li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0.3em;
        width: 28px;
        height: 28px;
        background: url("https://ceokidsacademy.com/wp-content/themes/ceokidsacademy/img/lp/icon-check-blue.svg") no-repeat center/contain;
      }

      /* ==============================
        親子画像 → ページ右端に固定
      ============================== */

      .lp-recommend-right {
        position: absolute;
        right: 0; 
        bottom: 0;    
        z-index: 1;
        pointer-events: none;
      }

      .lp-recommend-right img {
        width: clamp(260px, 30vw, 460px); 
        height: auto;
      }

      /* スマホ対応 */
      @media (max-width: 768px) {
		  
		  #lp-recommend {
        padding: 0px!important;
			  margin-top:-60px;

      }
        .lp-recommend-right {
          position: static;
          text-align: center;
          margin-top: 24px;
        }
        .lp-recommend-right img {
          width: 80%;
        }
        .lp-heading--recommend {
        font-size: 24px;
        margin: 16px auto 40px;
        padding:0;
        width: 100%;
    }
      .lp-logo-large img {
        width: 100%; 
      }
      .lp-recommend-list li{
        line-height: 1.5;
      }
      }




    /* =========================
      03. お申し込みの流れ
      上：波＋水色背景 ／ 中：STEPカード
      ======================== */

    #lp-flow {
      position: relative;
      background: #aee1f8;
      overflow: hidden;
    }

    #lp-flow::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 100%; 
      width: 100%;
      height: 120px;

      /* 波画像を貼る */
      background-image: url("http://localhost/ceokids_local/wp-content/themes/ceokidsacademy/img/lp/bg-flow-wave-top.png");
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: 100% auto; 

      pointer-events: none;
      z-index: 0;
    }


    /* 中身を前面に */
    #lp-flow .lp-inner {
      position: relative;
      z-index: 1;
      max-width: 1000px;
      margin: 0 auto;
      padding: 0 20px 0;
      box-sizing: border-box;
    }

    /* 見出し */
    #lp-flow .lp-heading {
      text-align: center;
      margin-bottom: 56px;
    }

    /* STEP 全体（縦並び） */
    .lp-flow-steps {
      display: flex;
      flex-direction: column;
      gap: 40px;
    }

    /* 各 STEP カード */
    .lp-flow-step {
      position: relative;
      background: #ffffff;
      border-radius: 24px;
      padding: 48px 48px 32px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    }


    /* 下向きの黄色い三角：最後「以外」のSTEPだけに表示 */
    #lp-flow .lp-flow-step:not(:last-of-type)::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -50px;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 24px solid transparent;
      border-right: 24px solid transparent;
      border-top: 26px solid #ffd800;
    }


    /* 最後の STEP カードだけ、下の三角を消す */
    .lp-flow-step:last-child::after {
      border: none !important;
      border-left: none !important;
      border-right: none !important;
      border-top: none !important;
      content: none !important;
      display: none !important;
    }


    /* ── STEP 上部：青いバッジ ── */

    .lp-flow-step-head {
      position: absolute;
      left: 40px;
      top: -28px;
    }

    .lp-flow-step-badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 150px;
      width: 20rem;
      padding: 12px 32px;
      border-radius: 999px;
      background: var(--color-primary);
      color: #faf9ec;
      font-weight: 700;
    }

    /* タイトル（「申し込み」など） */
    .lp-flow-step-title {
      display: block;
      padding-bottom: 4px;
      border-bottom: 2px solid  var(--color-sub-title);
      font-weight: 700;
      color: var(--color-sub-title);
		margin-bottom:10px;
    }

    /* 余計な ::after は使わない */
    .lp-flow-step-title::after {
      content: none;
    }

    /* ── STEP 本体：アイコン＋本文 ── */

    .lp-flow-step-body {
      display: flex;
      align-items: center;
      gap: 40px;
      margin-top: 8px;           /* タイトルとの間隔 */
    }

    /* 左：アイコン */
    .lp-flow-step-icon {
      flex: 0 0 160px;
      width: 160px;
      height: 160px;
      border-radius: 50%;
      background: #faf9ec;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    /* 中のアイコン画像は少し小さめ＆角丸なし */
    .lp-flow-step-icon img {
      width: 120px; 
      height: auto;
      border-radius: 0;
      background: transparent;
      object-fit: contain;
    }


    /* 右：本文 */
    .lp-flow-step-text {
      flex: 1 1 auto;
      font-size: 1.6rem;
      line-height: 1.8;
    }

    .lp-flow-step-text p {
      margin: 0;
      line-height: 1.8;
    }

    /* =========================
      スマホ調整
      ======================== */
    @media (max-width: 768px) {
      #lp-flow {
        padding: 80px 0 80px;
      }

      #lp-flow::before {
        top: -60px;
        height: 120px;
      }

      .lp-flow-step {
        padding: 40px 20px 28px;
      }

      .lp-flow-step-head {
        position: static;
        display: flex;
        justify-content: center; 
        margin-bottom: 12px; 
      }

      /* バッジのサイズ調整（必要なら） */
      .lp-flow-step-badge {
        margin: -60px auto 0;
      }

      .lp-flow-step-icon {
        flex: 0 0 auto;
      }

      .lp-flow-step-icon img {
        width: 120px;
        height: 120px;
      }
		
		.lp-flow-step-text p {
      	padding:.5em;
			line-height:1.6;
    }
		
		
      #lp-flow .lp-inner {
        padding:0 20px;
      }

      .lp-flow-step-title {
        text-align:center;
      }

      .lp-flow-step-body {
        display: flex;
        flex-direction: column; 
        align-items: center;
        text-align: center;
      }

      .lp-flow-step-icon {
        margin-bottom: 0px; /*16*/
      }

      .lp-flow-step-text {
        width: 100%;
      }
      #lp-flow .lp-heading {
      margin: 20px;
      }
    }



      /* =========================
      04. 体験会＆説明会に参加するメリット
      ========================= */

    .lp-merit {
      background: var(--color-bg2);
    }

    .lp-merit .lp-inner {
      max-width: 1000px;
      margin: 0 auto;
      padding: 0 20px;
      box-sizing: border-box;
    }

    /* 3列カード */
    .lp-merit-grid {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      margin-top: 60px;
      margin-bottom: 40px;
    }

    /* 各カード */
    .lp-merit-item {
      flex: 1;
      background: #f9ffe7;
      border-radius: 16px;
      padding: 10px 24px 28px;
      box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
      box-sizing: border-box;
    }

    /* merit ラベル＋番号 */
    .lp-merit-top {
      text-align: center;
      /*margin-bottom: 20px;*/
      gap: 0px; 
    }

    .lp-merit-label img {
      width: 45px;
      margin-bottom: -15px;
    }

    .lp-merit-num {
      font-size:5rem;/*3.2rem*/
      font-weight: 700;
      color: #ff9800;
    }

    /* 写真 */
    .lp-merit-thumb {
      margin-bottom: 8px; 
    }

    .lp-merit-thumb img {
      width: 100%;
      border-radius: 4px;
    }

    /* テキスト */
    .lp-merit-text {
      line-height: 1.8;
      color: var(--color-text2);
      margin-top: 0; 
    }


    /* スマホ */
    @media (max-width: 768px) {
      .lp-merit-grid {
        flex-direction: column;
        gap: 24px;
        margin-top:0;
      }

      .lp-merit-item {
        padding: 12px 20px;
      }

      .lp-merit-num {
        font-size: 5rem;
      }
      /* 写真 */
    .lp-merit-thumb {
    text-align:center;
    }

    .lp-merit-thumb img {
      width: 80%;
    }
    .lp-merit-text{
        padding:10px;
    }
    }



      /* =========================
        05.ABOUT セクション
        （inner 幅800px）
        ========================= */
      #lp-about {
        background: #ffffff;
        padding: 0 0 60px!important;
      }

      /* 幅800pxのインナー */
      .lp-about-inner {
        max-width: 1000px; /*800px;*/
        margin: 0 auto;
        padding: 0 20px;
      }

      /* 会社写真 */

      .lp-about-hero {
        position: relative;
        max-width: 800px;
        margin: 0 auto;
      }


      .lp-about-hero img {
        width: 100%;
        border-radius: 4px;
        margin-bottom: 200px;
      }

      /* ロゴ */
      .lp-about-logo {
        position: absolute;
        left: 50%;
        bottom: -150px;  
        transform: translateX(-50%);
        z-index: 5;
      }

      .lp-about-logo img {
        width: 400px;
        max-width: 80vw;
        height: auto;
      }

      /* 各タイトル */
    .lp-accent-heading {
      position: relative;

      display: table;      
      margin: 80px auto 0;    

      padding: 0 0 8px 0;
      font-size: 2.8rem;
      font-weight: 700;
      color: var(--color-title); 
    }

    /* 大きい四角（左上） */
    .lp-accent-heading::before {
      content: "";
      position: absolute;
      top: -6px;  
      left: -26px;  
      width: 14px;
      height: 14px;
      background: var( --color-accent);
      transform: rotate(45deg);
    }

    /* 小さい四角（左下寄り） */
    .lp-accent-heading::after {
      content: "";
      position: absolute;
      top: 12px;   
      left: -35px; 
      width: 9px;
      height: 9px;
      background: var( --color-accent);
      transform: rotate(20deg);
    }

    /* タイトル下に黄色ライン */
    .lp-accent-heading-line {
      width: 100%;  
      height: 4px;
      background: #FFE24A;
      margin: 6px 0 40px;
    }



      /* 会社名 */
      .lp-about-heading {
        font-weight: 700;
        margin: 16px 0;
        text-align: center;
      }

      /* 会社情報 */
      .lp-about-info {
        list-style: none;
        padding: 0;
        margin: 0 0 40px;
        line-height: 1.8;
      }

      .lp-about-info li strong {
        font-weight: 700;
        color: #000;
      }

      dl.lp-about-info{
		display: grid;
		  grid-template-columns: 200px 1fr;
		  border-top: 1px dotted #eee;
      }
dl.lp-about-info dt,dl.lp-about-info dd{
	padding: 12px 16px;
  border-bottom: 1px dotted #eee;
}
	dl.lp-about-info dt{
		font-weight:600;
	}
	dl.lp-about-info dd::before{
		content: "：";
		  margin-right: 6px;
		  color: var(--color-text);
		  font-weight: 600;
	}

	@media (max-width: 768px) {
  	dl.lp-about-info  {
    grid-template-columns: 1fr;
  	}

	  dl.lp-about-info dt {
		background: none;
		padding-bottom: 4px;
		border-bottom: none;
		font-weight: 700;
	  }

	  dl.lp-about-info dd {
		padding-top: 0;
	  }
		dl.lp-about-info dd::before{
			content: "";
		}
}


      /* ミッション部分 */
    .lp-mission {
      background: #ffffff;
      padding: 40px 0;
    }

    /* インナー幅：800px */
    .lp-mission-inner {
      max-width: 1000px; /*800*/
      margin: 0 auto;
      box-sizing: border-box;
    }

    /* 黄色い四角いボックス */
    .lp-mission-box {
      background: #fffbe5;
      border-radius: 12px;
      border: none;
      padding: 32px 40px 36px;
    }

    /* 見出し：中央寄せ＋飾り線OFF */
    .lp-heading--mission {
      margin: 0 auto 24px;
      text-align: center;
    }

    .lp-heading--mission::before,
    .lp-heading--mission::after {
      content: none !important;
      display: none !important;
    }

    /* 中身：左テキスト・右写真の2カラム */
    .lp-mission-body {
      display: flex;
      gap: 24px;
      align-items: flex-start;
    }

    /* 左テキスト */
    .lp-mission-text {
      flex: 1 1 auto; 
      line-height: 1.8;
      font-size: 2rem;
    }

    /* 右写真 */
    .lp-mission-photo {
      flex: 0 0 220px;
    }

    .lp-mission-photo img {
      display: block;
      width: 100%;
      height: auto;
    }

    /* スマホ：縦並びに */
    @media (max-width: 768px) {
      .lp-mission-box {
        padding: 24px 20px 28px;
      }

      .lp-mission-body {
        flex-direction: column;
        gap: 16px;
      }

      .lp-mission-photo {
        flex: 0 0 auto;
        max-width: 260px;
        margin: 0 auto;
      }

      .lp-mission-text {
        font-size: 2rem;
      }
      .lp-accent-heading{
        font-size: 2.5rem;
      }
    }


      /* 学校紹介 */
      .lp-about-school {
        text-align: center;
        margin-bottom: 50px;

      }

      /* テキスト */
      .lp-about-school p {
        text-align: center;
      }

      /* ★ YouTube 埋め込み枠（レスポンシブ） */
      .lp-about-youtube {
        position: relative;
        width: 100%;
        max-width: 800px; 
        margin: 0 auto;
        padding-top: 56.25%;
        border-radius: 8px;
        overflow: hidden;
      }

      /* iframe を枠いっぱいに広げる */
      .lp-about-youtube iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      }


      /* コース一覧 */
.lp-about-block--course {
  margin-top: 60px;
}

.lp-course-group {
  margin-bottom: 24px;
}

/* 子ども向け / 保護者向け 見出し */
.lp-course-group-title {
  font-size: 2.6rem;
  font-weight: 700;
  margin:0 0 24px -15px;
  color: var(--color-title);
}

.lp-course-photo {
  float: right;
  width: 320px;
  max-width: 40%;
  margin: 0 0 16px 24px;
  border-radius: 12px;
}
.lp-course-photo img {
  display: block;
  width: 100%;
  height: auto;
}

/* float解除用（このブロックの最後で回り込みをリセット） */
.lp-course-group::after {
  content: "";
  display: block;
  clear: both;
}

/* コース行 */
.lp-course-item {
  margin-bottom: 24px;
}

.lp-course-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden; 
}


.lp-course-name {
  font-weight: 700;
  display: flex;            
  align-items: center;  
  gap: 8px;     
  flex-wrap: wrap; 
  color: var(--color-title);
}

.lp-course-tag {
  display: inline-block;
  padding: 1px 16px;
  border-radius: 5px;
  background: #74d6e0;
  color: #fff;
  font-size: 1.8rem;
  white-space: nowrap;   
  font-weight: 400;
}




/* ===== スマホ（〜768px）では縦並びにして写真がテキストの下にくる感じ ===== */
@media (max-width: 768px) {
  .lp-course-group {
    margin-top: 40px;
  }

  .lp-course-photo {
    float: none;
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 16px auto 24px;
  }

  .lp-course-group-title {
    font-size: 2.5rem;
    text-align: center;
  }

  .lp-course-name {
    font-size: 1.6rem;
  }

  .lp-course-desc {
    font-size: 1.5rem;
  }
  .lp-course-name.is-break {
    display: block;
  }
  .lp-course-name.is-break .lp-course-tag {
    display: inline-block;
    margin-top: 6px;
  }
}


      /* 実績 */

    .lp-about-block--achievement {
      margin-top: 72px;
    }

    /* 箇条書き */
    .lp-about-achievement {
      margin: 16px 0 24px;
      padding-left: 1em;
    }


    .lp-about-achievement li {
      list-style: disc !important; 
      line-height: 1.6;
      margin-bottom: 24px;
    }

    .lp-about-achievement li::marker {
      content: "● ";   
      color: var(--color-text2);
      font-size: 1em;  
    }



    .lp-about-achievement strong {
      font-weight: 700;
    }

    .lp-about-achievement .achievement-num {
      font-size: 3rem;
    }

    /* 実績写真：PCでは常に3枚1列 */
    .lp-about-photos {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      gap: 16px;
      margin: 24px 0 100px;
    }

    .lp-about-photos img {
      flex: 0 0 calc(100% / 3 - 16px); 
      max-width: calc(100% / 3 - 16px);
      height: auto;
      display: block;
    }


    /* スマホ表示 */
    @media (max-width: 768px) {
		
		.lp-about-photos {
      margin: 24px 0 24px;
    }

      .lp-about-achievement li {
        font-size: 1.8rem;
        line-height: 1.3;
        margin-bottom: 24px;
    }

      .lp-about-photos {
        flex-direction: column;
        align-items: center;
      }

      .lp-about-photos img {
        flex: 0 0 auto;
        max-width: 100%;
      }
    }




      /* =========================
        06. よくある質問について
        （背景：白）
        ========================= */



    #lp-faq {
      position: relative;
      background: #ffffff; 
      padding: 80px 0 120px;
    }

    /* セクション上端の水色ライン（画面幅いっぱい） */
    #lp-faq::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 20px; 
      background: var(--color-primary);
    }

    /* FAQだけ、見出しの before ラインは消す */
    #lp-faq .lp-accent-heading::before {
      display: none;
    }


    /* FAQリスト全体 */
    #lp-faq .lp-faq-list {
      margin-top: 48px;
      display: flex;
      flex-direction: column;
      gap: 24px;
    }

    /* 1つ分のカード（<details>） */
    #lp-faq details.qa-1 {
        background: #cde6f8;
        border-radius: 16px;
        padding: 28px 28px;
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
    }

    /* summary 行を横並びに */
    #lp-faq details.qa-1 > summary {
      display: flex;
      align-items: center;
      gap: 16px;
      cursor: pointer;
      list-style: none;
      font-weight: 500;
      color: var(--color-text2);
    }

    /* ブラウザ標準の三角を消す */
    #lp-faq details.qa-1 > summary::-webkit-details-marker {
      display: none;
    }

    /* 左の「Q」丸アイコン */
    #lp-faq details.qa-1 > summary::before {
        content: "Q";
        flex: 0 0 48px;
        width: 48px;
        height: 48px;
        border-radius: 50%;    display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 1.8rem;
        color: #ffff;
        background: var(--color-primary);
    }

    /* 右端の▽矢印 */
    #lp-faq details.qa-1 > summary::after {
      content: "";
      margin-left: auto;
      width: 14px;
      height: 14px;
      border-right: 3px solid var(--color-sub-title);
      border-bottom: 3px solid var(--color-sub-title);
      transform: rotate(45deg); 
      transition: transform 0.2s ease;
    }

    /* 開いているときは矢印を上向きに */
    #lp-faq details.qa-1[open] > summary::after {
      transform: rotate(-135deg);
    }

    /* 回答部分 */
    #lp-faq details.qa-1 > p {
      margin: 12px 0 0;
      padding-left: 64px; 
      font-size: 1.6rem;
      line-height: 1.8;
      color: var(--color-text2);
    }

    /* スマホ調整 */
    @media (max-width: 768px) {
      #lp-faq {
        padding: 56px 0 80px;
      }

      #lp-faq details.qa-1 {
        padding: 14px 16px 18px;
      }

      #lp-faq details.qa-1 > p {
        padding-left: 56px;
      }
    }



      /* =========================
        07. 保護者の声・レッスンの感想
        （背景：布っぽいテクスチャ）
        ========================= */
      #lp-voice {
        background:
          #ffffea;
      }

      .lp-voice-card {
        display: flex;
        gap: 40px;
        padding: 40px;
        background: #fff;
        border: 2px solid #d7e6f7;
        border-radius: 24px;
        box-shadow: 0px 3px 10px rgba(0,0,0,0.05);
        margin-bottom: 40px;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
      }

      .lp-voice-left {
        text-align: center;
        width: 240px;
        flex-shrink: 0;
      }

      /* 丸い写真 */
      .lp-voice-photo {
        width: 200px;
        height: 200px;
        border-radius: 50%;
        overflow: hidden;
        background: #444;
        margin: 0 auto 16px;
      }

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

      /* 名前 */
      .lp-voice-name {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.4;
		 letter-spacing:0 !important;
     }

      .lp-voice-name span {
        font-size: 14px;
        font-weight: 400;
        color: var(--color-text);
      }

      /* 右側テキストエリア */
      .lp-voice-right {
        flex: 1;
      }

      .lp-voice-title {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 20px;
        line-height: 1.6;
        border-bottom: 2px solid #d7e6f7;
      }

      .lp-voice-text {
        font-size: 15px;
        line-height: 1.9;
        color: var(--color-text2);
      }
        
      /* スマホ対応 */
      @media (max-width: 768px) {
        .lp-voice-card {
          flex-direction: column;
          padding: 24px;
        }
        .lp-voice-left {
          width: 100%;
        }
        .lp-voice-photo {
          width: 160px;
          height: 160px;
        }
        .lp-voice-name{
          text-align: center;
        }
      }


      /* ============================
        最下部 CTA セクション
      ============================ */
      #lp-final-cta {
        position: relative;
        padding: 50px 0 60px;
        background:
          url("../img/lp/final-background.png") no-repeat center top / cover,
          #f7f8d6;
        overflow: hidden;
      }

      /* ---------- inner：2カラムで中央寄せ ---------- */
      #lp-final-cta .lp-final-cta-inner {
        max-width: 1180px;
        margin: 0 auto;
        padding: 0 40px;

        display: flex;
        justify-content: center;
        align-items: flex-end;
        gap: 40px; 
        position: relative;
        z-index: 2;
      }

      /* ============================
        左カラム（テキスト + ボタン）
      ============================ */
      .lp-final-cta-copy {
        flex: 0 0 650px; 
        max-width: 650px;
        text-align: center;
        z-index: 3;
      }

      .lp-final-cta-label {
        display: block;
        padding: 8px 24px;
        background: #003b84;
        color: #fff;
        font-size: 24px;
        margin-bottom: 20px;
        border-radius: 4px;
        text-align:center;
      }

      .lp-final-cta-title {
        font-size: 40px;
        line-height: 1.5;
        margin-bottom: 20px;
        color: #202020;
      }

      .lp-final-cta-logo img {
        max-width: 170px;
        height: auto;
      }

      .lp-final-cta-desc {
        font-size: 15px;
        text-align: center;
        margin-bottom: 30px;
        color: #202020;
      }


      /* ============================
        右カラム（男の子）
      ============================ */
      .lp-final-cta-visual {
        flex: 0 0 auto;
        position: relative;
        z-index: 3;
      }

      /* 枠の外にはみ出して右に寄せる */
      .lp-final-cta-boy {
        display: block;
        width: 350px;
        height: auto;
        transform: translate(-50px, 55px);
        pointer-events: none;
      }
    /* ============================
      最終 CTA（SP版）
    ============================ */


    @media (max-width: 900px) {
    #lp-final-cta {
        padding: 24px 0 32px;
        background-size: cover;
        background-position: center top;
        height: 60vh;
    }
   .lp-final-cta-visual {
        display: none !important;
      }
}

    @media (max-width: 768px) {

        lp-final-cta {
        padding: 50px 0 0!important;
        }

      .lp-final-cta-copy {
        max-width: none;
        width: 100%;
        margin: 0 auto;
        padding: 0 0 0;   
        text-align: center;
      }

      .lp-final-cta-visual {
        display: none !important;
      }

      .lp-final-cta-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 24px 0 40px;
      }

      .lp-final-cta-label {
        width: 100%;
        margin: 0 auto 16px;
        padding: 12px 10px;
        background: #004aad;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.4;
        border-radius: 6px;
      }

      .lp-final-cta-title {
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 20px;
      }

      .lp-final-cta-logo img {
        width: 120px;
        margin: 0 auto 8px;
      }

      .lp-final-cta-desc {
        font-size: 16px;
        margin-bottom: 20px;
      }

      /* .lp-final-cta .lp-btn {
        width: calc(100% - 20px);
        margin: 0 auto;
      } */

      .lp-final-cta-inner {
        padding: 0 16px;
        gap: 16px;     
      }

      /* コピー部分の余白を圧縮 */
      .lp-final-cta-copy {
        padding: 0;
        margin: 0 auto;
      }

      /* ラベルの最小化 */
      .lp-final-cta-label {
        font-size: 16px;
        padding: 10px 8px;
        margin-bottom: 12px;
      }

      /* タイトルの縮小と行間圧縮 */
      .lp-final-cta-title {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 12px;
      }

      .lp-final-cta-logo img {
        width: 100px;
        margin: 0 auto 8px;
      }

      .lp-final-cta-desc {
        font-size: 14px;
        margin-bottom: 16px;
      }

    
      #lp-final-cta {
        padding: 24px 0 32px;
        background-size: cover;
        background-position: center top;
        height: 80vh;
      }
        #lp-final-cta .lp-final-cta-inner {
        gap: 0px;
        margin: 40px auto 0;
        }  
    }
.grecaptcha-badge { visibility: hidden; }
