/****************************************

/ceo-trial/ (CEOキッズ無料体験会LP) 専用CSS
・全て body.ceo-trial 配下にスコープし、他ページ／グローバルstyle.cssには影響しません
・ブランドカラーは既存テーマの変数を踏襲
  赤: #D10456 / 紫: #8836AE / オレンジ(CTA): #F97709 / 青: #00377D / 黄: #FFEE93

*****************************************/

body.ceo-trial .post-sec {
  font-size: 1.6rem;
  line-height: 1.9;
}

/* 共通テンプレートのページタイトル(.page-header)は、
   直下のヒーローH1と重複するため視覚上のみ非表示にする。
   SEO/H1情報はDOMに残したまま(スクリーンリーダー用の隠し方と同じ手法)。
   他ページの .page-header には一切影響しない(body.ceo-trial スコープのみ) */
body.ceo-trial .page-header {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* 見出し階層を分かりやすく */
body.ceo-trial .post-sec h2.wp-block-heading {
  font-size: 2.6rem;
  line-height: 1.5;
  margin: 6rem 0 2.4rem;
  padding-left: 1.6rem;
  border-left: 6px solid #D10456;
  color: #333;
}
body.ceo-trial .post-sec > h2.wp-block-heading:first-of-type,
body.ceo-trial .post-sec .ceo-trial-hero-flex + h2.wp-block-heading {
  margin-top: 3rem;
}
body.ceo-trial .post-sec h3.wp-block-heading {
  font-size: 1.9rem;
  line-height: 1.6;
  margin: 3rem 0 1.4rem;
  color: #333;
}
body.ceo-trial .post-sec .wp-block-separator {
  margin: 5rem auto;
  max-width: 100%;
}
body.ceo-trial .post-sec p.wp-block-paragraph {
  margin: 0 0 1.8rem;
}

/* 読み物として横に長くなりすぎないよう、地の文（カード/box内は除く）に上限幅を設定 */
body.ceo-trial .post-sec > p.wp-block-paragraph,
body.ceo-trial .post-sec > h2.wp-block-heading,
body.ceo-trial .post-sec > h3.wp-block-heading {
  max-width: 74rem;
  margin-left: auto;
  margin-right: auto;
}
body.ceo-trial .post-sec > h1.wp-block-heading {
  max-width: 84rem;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  body.ceo-trial .post-sec {
    font-size: 1.6rem;
    line-height: 1.85;
  }
  body.ceo-trial .post-sec h2.wp-block-heading {
    font-size: 2.1rem;
    margin: 4rem 0 1.8rem;
  }
  body.ceo-trial .post-sec h3.wp-block-heading {
    font-size: 1.7rem;
  }
}

/****************************************
CTAボタン（共通・3箇所で使用）
*****************************************/
body.ceo-trial .ceo-trial-cta-wrap {
  text-align: center;
  margin: 3rem 0 !important;
}
body.ceo-trial .ceo-trial-cta-btn,
body.ceo-trial .ceo-trial-final-cta .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  background: #F97709;
  color: #fff !important;
  font-weight: bold;
  font-size: 1.8rem;
  text-decoration: none !important;
  padding: 1.8rem 4.5rem;
  border-radius: 60px;
  box-shadow: 0 6px 0 #d15f03, 0 10px 20px rgba(0,0,0,0.15);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  line-height: 1.4;
}
body.ceo-trial .ceo-trial-cta-btn::after {
  content: "▶";
  font-size: 1.2rem;
}
body.ceo-trial .ceo-trial-cta-btn:hover,
body.ceo-trial .ceo-trial-final-cta .wp-block-button__link:hover {
  transform: translateY(2px);
  box-shadow: 0 4px 0 #d15f03, 0 6px 14px rgba(0,0,0,0.15);
}
body.ceo-trial .ceo-trial-cta-note {
  margin-top: 1rem;
  font-size: 1.3rem;
  color: #777;
}

@media (max-width: 767px) {
  body.ceo-trial .ceo-trial-cta-btn,
  body.ceo-trial .ceo-trial-final-cta .wp-block-button__link {
    display: flex;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 1.7rem 2rem;
    font-size: 1.65rem;
    box-sizing: border-box;
  }
}

/****************************************
ファーストビュー（ヒーロー）
*****************************************/
body.ceo-trial .post-sec > p.wp-block-paragraph:first-child {
  text-align: center;
  color: #D10456;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
body.ceo-trial .post-sec > h1.wp-block-heading {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.5;
  margin: 0 0 4rem;
  color: #222;
}
body.ceo-trial .ceo-trial-hero-flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  margin-bottom: 2rem;
}
body.ceo-trial .ceo-trial-hero-media .wp-block-image {
  margin: 0;
}
body.ceo-trial .ceo-trial-hero-media img {
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0,55,125,0.18);
  width: 100%;
  height: auto;
}
body.ceo-trial .ceo-trial-hero-copy h2.wp-block-heading {
  margin-top: 0;
  border-left: 6px solid #00377D;
}
body.ceo-trial .ceo-trial-hero-copy .ceo-trial-cta-wrap {
  text-align: left;
}

@media (max-width: 1023px) {
  body.ceo-trial .post-sec > h1.wp-block-heading {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  body.ceo-trial .ceo-trial-hero-flex {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  body.ceo-trial .post-sec > h1.wp-block-heading {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
  body.ceo-trial .ceo-trial-hero-copy .ceo-trial-cta-wrap {
    text-align: center;
  }
}

/****************************************
ファーストビュー直後の3バッジ
*****************************************/
body.ceo-trial ul.ceo-trial-badges {
  display: flex;
  justify-content: center;
  gap: 1.4rem;
  list-style: none !important;
  margin: 2.4rem 0 0;
  padding: 0;
  flex-wrap: wrap;
}
body.ceo-trial .ceo-trial-hero-copy ul.ceo-trial-badges {
  justify-content: flex-start;
}
body.ceo-trial ul.ceo-trial-badges li {
  list-style: none !important;
  list-style-type: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  background: #FFFFFF;
  border: 2px solid #FFD9E6;
  border-radius: 16px;
  padding: 1.8rem 1.6rem;
  min-width: 180px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  line-height: 1.4;
  box-shadow: 0 6px 16px rgba(209,4,86,0.08);
}
body.ceo-trial ul.ceo-trial-badges li::marker {
  content: none;
}
body.ceo-trial .ceo-trial-badge-icon {
  font-size: 2.6rem;
  line-height: 1;
}
@media (max-width: 767px) {
  body.ceo-trial ul.ceo-trial-badges {
    flex-direction: column;
    align-items: stretch;
  }
  body.ceo-trial .ceo-trial-hero-copy ul.ceo-trial-badges {
    align-items: stretch;
  }
  body.ceo-trial ul.ceo-trial-badges li {
    min-width: 0;
    flex-direction: row;
    justify-content: center;
    padding: 1.5rem 1.4rem;
  }
}

/****************************************
無料体験会5ステップ図解
*****************************************/
body.ceo-trial .ceo-trial-steps {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  margin: 3.5rem 0;
}
body.ceo-trial .ceo-trial-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.8rem;
  background: #fff;
  border: 2px solid #F5D9E3;
  border-radius: 14px;
  padding: 2rem 1rem 1.6rem;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
  flex: 1 1 0;
  min-width: 0;
}
/* PCでは横方向の矢印でステップをつなぐ */
body.ceo-trial .ceo-trial-step + .ceo-trial-step {
  position: relative;
  margin-left: 2.2rem;
}
body.ceo-trial .ceo-trial-step + .ceo-trial-step::before {
  content: "→";
  position: absolute;
  left: -2.2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.2rem;
  font-weight: bold;
  color: #D10456;
  width: 2.2rem;
  text-align: center;
}
body.ceo-trial .ceo-trial-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #D10456;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  flex-shrink: 0;
}
body.ceo-trial .ceo-trial-step-icon {
  font-size: 3.2rem;
  line-height: 1;
}
body.ceo-trial .ceo-trial-step-label {
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
}
@media (max-width: 767px) {
  body.ceo-trial .ceo-trial-steps {
    flex-direction: column;
    gap: 0;
  }
  body.ceo-trial .ceo-trial-step {
    width: 100%;
    padding: 1.8rem 1.4rem;
  }
  /* スマホでは縦方向の矢印でつなぐ */
  body.ceo-trial .ceo-trial-step + .ceo-trial-step {
    margin-left: 0;
    margin-top: 2.6rem;
  }
  body.ceo-trial .ceo-trial-step + .ceo-trial-step::before {
    content: "↓";
    left: 50%;
    top: -2.6rem;
    transform: translateX(-50%);
    width: auto;
  }
}

/****************************************
「体験会のゴール」カード
*****************************************/
body.ceo-trial .ceo-trial-goal-card {
  background: linear-gradient(135deg, #FFF3D6 0%, #FFE3EC 100%);
  border: 3px solid #F97709;
  border-radius: 24px;
  padding: 4rem 3rem;
  margin: 4rem auto;
  max-width: 760px;
  text-align: center;
  box-shadow: 0 12px 32px rgba(249,119,9,0.22);
}
body.ceo-trial .ceo-trial-goal-icon {
  display: block;
  font-size: 4.6rem;
  line-height: 1;
  margin-bottom: 1.2rem;
}
body.ceo-trial .ceo-trial-goal-label {
  display: inline-block;
  background: #D10456;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  border-radius: 30px;
  padding: 0.7rem 2.2rem;
  margin: 0 0 2rem;
  box-shadow: 0 4px 10px rgba(209,4,86,0.3);
}
body.ceo-trial .ceo-trial-goal-text {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.6;
  color: #222;
  margin: 0;
}
@media (max-width: 767px) {
  body.ceo-trial .ceo-trial-goal-card {
    padding: 2.8rem 1.8rem;
    border-radius: 18px;
    margin: 3rem auto;
  }
  body.ceo-trial .ceo-trial-goal-icon {
    font-size: 3.6rem;
  }
  body.ceo-trial .ceo-trial-goal-text {
    font-size: 2rem;
  }
}

/****************************************
「7つの力」カード
*****************************************/
body.ceo-trial .ceo-trial-cards-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.4rem;
  margin: 3rem 0 4rem;
}
body.ceo-trial .ceo-trial-cards-grid .ceo-trial-card {
  flex: 0 1 calc(33.333% - 1.6rem);
  min-width: 260px;
}
body.ceo-trial .ceo-trial-card {
  background: #fff;
  border: 1px solid #EAEAEA;
  border-top: 4px solid #8836AE;
  border-radius: 12px;
  padding: 2.6rem 2rem 2rem;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
  position: relative;
}
body.ceo-trial .ceo-trial-card h3.wp-block-heading {
  font-size: 1.7rem;
  margin: 0 0 1rem;
  padding-left: 0;
  color: #333;
  font-weight: bold;
  text-align: center;
}
body.ceo-trial .ceo-trial-card p.wp-block-paragraph {
  font-size: 1.4rem;
  color: #555;
  margin: 0;
}

/* STEPの丸数字バッジ＋カード間の矢印（学習内容を「図」として見せる） */
body.ceo-trial .ceo-trial-card-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background: #8836AE;
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
  margin: 0 auto 1.2rem;
}
body.ceo-trial .ceo-trial-cards-grid--flow .ceo-trial-card + .ceo-trial-card {
  position: relative;
}
body.ceo-trial .ceo-trial-cards-grid--flow .ceo-trial-card + .ceo-trial-card::before {
  content: "→";
  position: absolute;
  left: -2.4rem;
  top: 3rem;
  font-size: 2rem;
  font-weight: bold;
  color: #8836AE;
}
/* PC(3列)では4枚目が次の行の先頭になるため、その位置だけ矢印を消す */
body.ceo-trial .ceo-trial-cards-grid--flow .ceo-trial-card:nth-child(4)::before {
  content: none;
}

@media (max-width: 1023px) {
  body.ceo-trial .ceo-trial-cards-grid .ceo-trial-card {
    flex: 0 1 calc(50% - 1.2rem);
  }
  /* タブレット(2列)では3枚目・5枚目が行の先頭になるため矢印を消し、4枚目は復活させる */
  body.ceo-trial .ceo-trial-cards-grid--flow .ceo-trial-card:nth-child(4)::before {
    content: "→";
  }
  body.ceo-trial .ceo-trial-cards-grid--flow .ceo-trial-card:nth-child(3)::before,
  body.ceo-trial .ceo-trial-cards-grid--flow .ceo-trial-card:nth-child(5)::before {
    content: none;
  }
}
@media (max-width: 767px) {
  body.ceo-trial .ceo-trial-cards-grid {
    gap: 1.6rem;
  }
  body.ceo-trial .ceo-trial-cards-grid .ceo-trial-card {
    flex: 0 1 100%;
    min-width: 0;
  }
  body.ceo-trial .ceo-trial-card {
    padding: 2.2rem 1.8rem 1.8rem;
  }
  /* スマホは縦積みになるため矢印を↓に切り替え、カード上部中央に表示 */
  body.ceo-trial .ceo-trial-cards-grid--flow .ceo-trial-card + .ceo-trial-card {
    margin-top: 2.2rem;
  }
  body.ceo-trial .ceo-trial-cards-grid--flow .ceo-trial-card + .ceo-trial-card::before {
    content: "↓";
    left: 50%;
    top: -2.1rem;
    transform: translateX(-50%);
  }
}
/* flexboxのjustify-content:centerにより、最終行の余りカードは
   カード枚数に関わらず自動的に中央寄せされる（nth-childのハードコードは不要） */

/****************************************
オンラインのメリット（ハイライトボックス）
*****************************************/
body.ceo-trial .ceo-trial-highlight-box {
  background: #FFF9E0;
  border: 2px solid #FFEE93;
  border-radius: 16px;
  padding: 3.2rem 3.2rem 1rem;
  margin: 3rem 0 4rem;
}
body.ceo-trial .ceo-trial-highlight-box h2.wp-block-heading {
  margin-top: 0;
  border-left-color: #00377D;
}

@media (max-width: 767px) {
  body.ceo-trial .ceo-trial-highlight-box {
    padding: 2.2rem 1.8rem 0.5rem;
    border-radius: 12px;
  }
}
body.ceo-trial .ceo-trial-online-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem;
  margin: 2.4rem 0;
}
body.ceo-trial .ceo-trial-online-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #fff;
  border-radius: 10px;
  padding: 1.4rem 1.6rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
body.ceo-trial .ceo-trial-online-icon {
  font-size: 2rem;
  line-height: 1;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  body.ceo-trial .ceo-trial-online-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

/****************************************
講師紹介
（横長のプロフィール画像を主役にし、
  下に最小限のテキストのみ添える構成）
*****************************************/
body.ceo-trial .ceo-trial-instructor-card {
  background: #F5F5F5;
  border-radius: 16px;
  padding: 2.4rem;
  margin: 3rem 0 4rem;
}
body.ceo-trial .ceo-trial-instructor-banner {
  margin: 0 0 1.8rem;
  text-align: center;
}
body.ceo-trial .ceo-trial-instructor-banner picture {
  display: block;
}
body.ceo-trial .ceo-trial-instructor-banner img {
  width: 100%;
  max-width: 900px;
  height: auto;
  /* PC用フルバナー(1024x683)の比率で領域を確保し、CLSを防止 */
  aspect-ratio: 1024 / 683;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
  display: block;
  margin: 0 auto;
}
body.ceo-trial .ceo-trial-instructor-caption {
  text-align: center;
}
body.ceo-trial .ceo-trial-instructor-caption h3.wp-block-heading {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #222;
}
body.ceo-trial .ceo-trial-instructor-caption p.wp-block-paragraph {
  margin: 0;
  color: #555;
}

@media (max-width: 767px) {
  body.ceo-trial .ceo-trial-instructor-card {
    padding: 1.8rem 1.4rem;
  }
  body.ceo-trial .ceo-trial-instructor-banner {
    margin-bottom: 1.4rem;
  }
  /* スマホ用クロップ画像(1536x500)の比率に合わせてCLSを防止 */
  body.ceo-trial .ceo-trial-instructor-banner img {
    aspect-ratio: 1536 / 500;
    object-fit: cover;
    max-width: 100%;
  }
}

/****************************************
無料体験会概要
*****************************************/
body.ceo-trial .ceo-trial-overview-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin: 3rem 0 2rem;
}
body.ceo-trial .ceo-trial-overview-item {
  background: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 12px;
  padding: 2.2rem 2.4rem;
}
body.ceo-trial .ceo-trial-overview-item h3.wp-block-heading {
  margin: 0 0 0.8rem;
  font-size: 1.5rem;
  color: #8836AE;
}
body.ceo-trial .ceo-trial-overview-item p.wp-block-paragraph {
  margin: 0 0 0.6rem;
  font-size: 1.5rem;
}
body.ceo-trial .ceo-trial-overview-item p.wp-block-paragraph:last-child {
  margin-bottom: 0;
}
body.ceo-trial .ceo-trial-overview-highlight {
  background: #00377D;
  border-color: #00377D;
}
body.ceo-trial .ceo-trial-overview-highlight h3.wp-block-heading {
  color: #FFEE93;
}
body.ceo-trial .ceo-trial-overview-highlight p.wp-block-paragraph {
  color: #fff;
  font-size: 1.9rem;
  font-weight: bold;
}
body.ceo-trial .ceo-trial-overview-highlight p.wp-block-paragraph strong {
  color: #FFEE93;
}

@media (max-width: 767px) {
  body.ceo-trial .ceo-trial-overview-grid {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }
  body.ceo-trial .ceo-trial-overview-item {
    padding: 1.8rem 2rem;
  }
}

/****************************************
FAQ
*****************************************/
body.ceo-trial .ceo-trial-faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
  margin: 3rem 0 4rem;
}
body.ceo-trial .ceo-trial-faq-card {
  background: #fff;
  border: 1px solid #EAEAEA;
  border-left: 5px solid #D10456;
  border-radius: 10px;
  padding: 2rem 2.4rem;
}
body.ceo-trial .ceo-trial-faq-card h3.wp-block-heading {
  margin: 0 0 1rem;
  font-size: 1.6rem;
  color: #333;
  padding-left: 3rem;
  position: relative;
}
body.ceo-trial .ceo-trial-faq-card h3.wp-block-heading::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: -0.2rem;
  color: #fff;
  background: #D10456;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  font-size: 1.3rem;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
body.ceo-trial .ceo-trial-faq-card p.wp-block-paragraph {
  margin: 0 0 0.8rem;
  font-size: 1.4rem;
  color: #555;
  padding-left: 3rem;
}
body.ceo-trial .ceo-trial-faq-card p.wp-block-paragraph:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  body.ceo-trial .ceo-trial-faq-card {
    padding: 1.6rem 1.8rem;
  }
}

/****************************************
最下部CTAブロック
*****************************************/
body.ceo-trial .ceo-trial-final-cta {
  background: linear-gradient(180deg, #FFF9E0 0%, #fff 100%);
  border-radius: 20px;
  padding: 4rem 3rem 3rem;
  margin-top: 2rem;
  text-align: center;
}
body.ceo-trial .ceo-trial-final-cta h2.wp-block-heading {
  border-left: none;
  padding-left: 0;
  text-align: center;
}
body.ceo-trial .ceo-trial-final-cta h3.wp-block-heading {
  text-align: center;
}
body.ceo-trial .ceo-trial-final-cta > p.wp-block-paragraph {
  text-align: center;
}
body.ceo-trial .ceo-trial-final-cta .wp-block-buttons {
  margin-top: 2rem !important;
  justify-content: center !important;
}
body.ceo-trial .ceo-trial-final-cta .wp-block-buttons .wp-block-button__link {
  background: #F97709;
}
/* サブCTA（お問い合わせ）：メインボタンと差をつけ、控えめなテキストリンクにする */
body.ceo-trial .ceo-trial-cta-sub {
  margin-top: 1.2rem !important;
  font-size: 1.4rem;
}
body.ceo-trial .ceo-trial-cta-sub a {
  color: #777;
  text-decoration: underline;
}

@media (max-width: 767px) {
  body.ceo-trial .ceo-trial-final-cta {
    padding: 3rem 1.8rem 2.4rem;
    border-radius: 14px;
  }
}

/****************************************
「無料体験会では、こんなことをします」内のワーク写真
*****************************************/
body.ceo-trial .ceo-trial-workshop-photo {
  margin: 3.5rem auto;
  text-align: center;
}
body.ceo-trial .ceo-trial-workshop-photo img {
  width: 85%;
  max-width: 900px;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  margin: 0 auto;
  display: block;
}
@media (max-width: 767px) {
  body.ceo-trial .ceo-trial-workshop-photo {
    margin: 2.4rem auto;
  }
  body.ceo-trial .ceo-trial-workshop-photo img {
    width: 100%;
    border-radius: 12px;
  }
}

/* 画像がコンテナからはみ出さないための保険 */
body.ceo-trial .post-sec img {
  max-width: 100%;
  height: auto;
}

/****************************************
「親の悩み」チェックリスト
*****************************************/
body.ceo-trial .ceo-trial-worry-box {
  background: #F8F8F8;
  border-radius: 16px;
  padding: 2.8rem 2.4rem;
  margin: 3rem 0;
}
body.ceo-trial .ceo-trial-worry-box ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.ceo-trial .ceo-trial-worry-box li {
  list-style: none !important;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  padding: 1rem 0 !important;
  border-bottom: 1px dashed #DDD;
}
body.ceo-trial .ceo-trial-worry-box li:last-child {
  border-bottom: none;
}
body.ceo-trial .ceo-trial-worry-box li::before {
  content: "❓";
  flex-shrink: 0;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  body.ceo-trial .ceo-trial-worry-box {
    padding: 2rem 1.6rem;
  }
  body.ceo-trial .ceo-trial-worry-box li {
    font-size: 1.5rem;
  }
}

/****************************************
理由グリッド（4つの学び／AI時代の力 等で再利用）
*****************************************/
body.ceo-trial .ceo-trial-reason-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  margin: 3rem 0;
}
body.ceo-trial .ceo-trial-reason-item {
  background: #fff;
  border: 1px solid #EAEAEA;
  border-top: 4px solid #00377D;
  border-radius: 12px;
  padding: 2.2rem 2rem;
  box-shadow: 0 3px 12px rgba(0,0,0,0.05);
}
body.ceo-trial .ceo-trial-reason-icon {
  display: block;
  font-size: 2.6rem;
  margin-bottom: 1rem;
}
body.ceo-trial .ceo-trial-reason-title {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.6rem;
}
body.ceo-trial .ceo-trial-reason-text {
  display: block;
  font-size: 1.35rem;
  color: #555;
  line-height: 1.6;
}
@media (max-width: 767px) {
  body.ceo-trial .ceo-trial-reason-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}

/****************************************
無料体験会60分の流れ（タイムライン）
*****************************************/
body.ceo-trial .ceo-trial-timeline {
  margin: 3rem 0;
  border-left: 3px solid #FFD9E6;
  padding-left: 0;
  list-style: none !important;
}
body.ceo-trial .ceo-trial-timeline li {
  list-style: none !important;
  position: relative;
  padding: 0 0 2.4rem 2.4rem;
  margin: 0 !important;
}
body.ceo-trial .ceo-trial-timeline li:last-child {
  padding-bottom: 0;
}
body.ceo-trial .ceo-trial-timeline li::before {
  content: "";
  position: absolute;
  left: -0.9rem;
  top: 0.3rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #D10456;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #FFD9E6;
}
body.ceo-trial .ceo-trial-timeline-time {
  display: inline-block;
  background: #00377D;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 20px;
  padding: 0.3rem 1.2rem;
  margin-bottom: 0.6rem;
}
body.ceo-trial .ceo-trial-timeline-label {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
}
@media (max-width: 767px) {
  body.ceo-trial .ceo-trial-timeline li {
    padding-left: 2rem;
  }
}

/****************************************
循環図（考える→話し合う→…→振り返る）
*****************************************/
body.ceo-trial .ceo-trial-cycle {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2rem 0;
  margin: 3rem 0;
}
body.ceo-trial .ceo-trial-cycle-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 2px solid #8836AE;
  border-radius: 30px;
  padding: 0.9rem 1.8rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
}
body.ceo-trial .ceo-trial-cycle-item + .ceo-trial-cycle-item {
  position: relative;
  margin-left: 2rem;
}
body.ceo-trial .ceo-trial-cycle-item + .ceo-trial-cycle-item::before {
  content: "→";
  position: absolute;
  left: -1.9rem;
  color: #8836AE;
  font-weight: bold;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  body.ceo-trial .ceo-trial-cycle-item {
    font-size: 1.3rem;
    padding: 0.8rem 1.4rem;
  }
  body.ceo-trial .ceo-trial-cycle-item + .ceo-trial-cycle-item {
    margin-left: 1.6rem;
  }
  body.ceo-trial .ceo-trial-cycle-item + .ceo-trial-cycle-item::before {
    left: -1.5rem;
    font-size: 1.3rem;
  }
}

/****************************************
料金プラン
*****************************************/
body.ceo-trial .ceo-trial-pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  margin: 3rem 0 1.6rem;
}
body.ceo-trial .ceo-trial-pricing-card {
  background: #fff;
  border: 2px solid #F97709;
  border-radius: 16px;
  padding: 2.4rem 2rem;
  text-align: center;
}
body.ceo-trial .ceo-trial-pricing-freq {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #8836AE;
  margin-bottom: 0.8rem;
}
body.ceo-trial .ceo-trial-pricing-amount {
  display: block;
  font-size: 2.6rem;
  font-weight: bold;
  color: #333;
}
body.ceo-trial .ceo-trial-pricing-amount small {
  font-size: 1.4rem;
  font-weight: normal;
}
body.ceo-trial .ceo-trial-pricing-note {
  display: block;
  font-size: 1.3rem;
  color: #666;
  margin-top: 0.8rem;
}
body.ceo-trial .ceo-trial-pricing-caption {
  font-size: 1.3rem;
  color: #777;
  text-align: center;
  margin: 0 0 3rem;
}
@media (max-width: 767px) {
  body.ceo-trial .ceo-trial-pricing-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}

/****************************************
差別化カード（静岡藤枝校だからできる4つのこと）
*****************************************/
body.ceo-trial .ceo-trial-diff-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.8rem;
  margin: 3rem 0 1.6rem;
}
body.ceo-trial .ceo-trial-diff-card {
  background: #fff;
  border: 1px solid #EAEAEA;
  border-top: 5px solid #D10456;
  border-radius: 14px;
  padding: 2.4rem 2.2rem;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
}
body.ceo-trial .ceo-trial-diff-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background: #D10456;
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
  margin: 0 auto 1.2rem;
}
body.ceo-trial .ceo-trial-diff-card h3.wp-block-heading {
  margin-top: 0;
  font-size: 1.7rem;
  color: #222;
  text-align: center;
}
body.ceo-trial .ceo-trial-diff-card p {
  font-size: 1.4rem;
  color: #555;
  margin: 0 0 1rem;
}
body.ceo-trial .ceo-trial-diff-card p:last-child {
  margin-bottom: 0;
}
body.ceo-trial .ceo-trial-diff-card .ceo-trial-diff-emphasis {
  font-weight: bold;
  color: #333;
}
body.ceo-trial .ceo-trial-diff-note {
  text-align: center;
  font-size: 1.3rem;
  color: #777;
  margin: 0.5rem 0 0;
}
@media (max-width: 767px) {
  body.ceo-trial .ceo-trial-diff-grid {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }
  body.ceo-trial .ceo-trial-diff-card {
    padding: 2rem 1.8rem;
  }
}

/****************************************
強調コピー（テストで正解を出す力から〜 等）
*****************************************/
body.ceo-trial .ceo-trial-emphasis {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.7;
  color: #D10456;
  margin: 2.6rem auto;
  max-width: 74rem;
}
@media (max-width: 767px) {
  body.ceo-trial .ceo-trial-emphasis {
    font-size: 1.6rem;
  }
}
