@charset "utf-8";
/* ==========================================
   カスタムCSS（CTA・フック・ベネフィット・登壇者・タイムテーブル・fin）
   ========================================== */

/* -----------------------------------
   1. CTAボタン（キラッと光るコンバージョン用）
   ----------------------------------- */
.cta-section-custom {
  background-color: #0369a1;
  padding: 60px 20px;
  text-align: center;
  font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
}
/* 1つ目のCTA（濃い背景）用：テキストを明るく */
.cta-section-custom .micro-copy {
  font-size: 24px; font-weight: 900; color: #ffffff; margin-bottom: 24px; letter-spacing: 1px;
}
.cta-section-custom .micro-copy .highlight { color: #fef08a; }
.cta-section-custom .guarantee-text { color: #e2e8f0; font-weight: 500; }
.cta-section-custom .guarantee-text span { color: #fecaca; font-weight: bold; }
/* 2つ目のCTA（白背景）用：テキストを濃く維持 */
.cta-section-custom[style*="ffffff"] .micro-copy { color: #1e293b; }
.cta-section-custom[style*="ffffff"] .micro-copy .highlight { color: #dc2626; }
.cta-section-custom[style*="ffffff"] .guarantee-text { color: #475569; }
.cta-section-custom[style*="ffffff"] .guarantee-text span { color: #ef4444; }
/* 共通（後方互換） */
.micro-copy {
  font-size: 24px; font-weight: 900; color: #1e293b; margin-bottom: 24px; letter-spacing: 1px;
}
.micro-copy .highlight { color: #dc2626; }
.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  background: linear-gradient(to bottom, #fde047, #eab308);
  color: #111827 !important;
  text-decoration: none !important;
  padding: 18px 40px;
  border-radius: 50px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
  box-shadow: 0 8px 15px rgba(234, 179, 8, 0.4), 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 2px solid #ca8a04;
  position: relative;
  overflow: hidden;
}
.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 20px rgba(234, 179, 8, 0.5), 0 6px 8px rgba(0, 0, 0, 0.15);
  background: linear-gradient(to bottom, #fef08a, #eab308);
}
.free-badge {
  background-color: #ef4444;
  color: #ffffff;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 20px;
  margin-right: 12px;
  flex-shrink: 0;
  line-height: 1.2;
}
.cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  font-size: 0.9em;
  line-height: 1;
  transition: transform 0.3s ease;
}
.cta-button:hover .cta-icon { transform: translateX(5px); }
.guarantee-text { margin-top: 20px; font-size: 14px; color: #475569; font-weight: 500; line-height: 1.6; }
.guarantee-text span { color: #ef4444; font-weight: bold; }
.cta-button::after {
  content: ''; position: absolute; top: -50%; left: -60%; width: 20%; height: 200%;
  background: rgba(255, 255, 255, 0.5); transform: rotate(45deg); animation: shine 4s infinite;
}
@keyframes shine { 0% { left: -60%; } 20% { left: 160%; } 100% { left: 160%; } }

/* CTAボタン1（ページ上部・豪華特典ブロック） */
.cta-section-custom--primary .cta-primary-inner {
  max-width: 920px;
  margin: 0 auto;
}
.cta-section-custom--primary .cta-subnote {
  margin: 16px 0 0 0;
  font-size: 15px;
  font-weight: 600;
  color: #f1f5f9;
  line-height: 1.6;
}
/* 豪華特典＝タイムテーブルと同じ session-card レイアウト（左ライン・マーカーなし） */
.cta-bonus-tt {
  margin-top: 40px;
  text-align: left;
}
.cta-bonus-tt .session-card {
  margin-bottom: 0;
}
.cta-bonus-tt .session-header {
  text-align: center;
}
.cta-bonus-tt .session-time-badge {
  padding: 10px 32px;
}
.cta-bonus-tt .session-part {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.14em;
  color: #ffffff;
}
@media (min-width: 769px) {
  .cta-bonus-tt .session-part {
    font-size: 26px;
  }
  .cta-bonus-tt .session-time-badge {
    padding: 12px 40px;
  }
}
.cta-bonus-tt .session-title {
  text-align: center;
}
.cta-bonus-tt .lecture-desc strong {
  color: #0f172a;
  font-weight: 900;
}
.cta-bonus-tt .cta-bonus-content-grid {
  display: block;
}
.cta-bonus-tt .cta-bonus-main-col {
  max-width: none;
  flex: none;
}
.cta-bonus-visual-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  width: 100%;
}
.cta-bonus-photo-side {
  flex: 0 0 auto;
  text-align: center;
  margin-left: 28px;
}
.cta-bonus-photo-ring {
  width: 140px;
  height: 140px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border: 3px solid #bae6fd;
  box-shadow: 0 4px 12px rgba(2, 132, 199, 0.15);
}
.cta-bonus-photo-ring img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.cta-bonus-tt .cta-bonus-worksheets {
  flex: 1 1 0;
  min-width: 0;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta-bonus-tt-fig {
  margin: 0;
  width: 100%;
  min-width: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta-bonus-tt-fig img {
  display: block;
  width: 60%;
  height: auto;
}

/* -----------------------------------
   2. フックテキスト（赤文字強調）
   ----------------------------------- */
.hook-section { padding: 80px 20px 40px; background-color: #ffffff; text-align: center; }
.hook-lead { font-size: 24px; font-weight: bold; color: #475569; margin-bottom: 24px; letter-spacing: 2px; }
.hook-lead::before, .hook-lead::after { content: ''; display: inline-block; width: 40px; height: 2px; background-color: #cbd5e1; vertical-align: middle; margin: 0 16px; }
.hook-main { font-size: 32px; font-weight: 900; color: #0f172a; line-height: 1.6; margin-bottom: 20px; }
.hook-conclusion { font-size: 40px; font-weight: 900; color: #0f172a; line-height: 1.5; margin: 0; }
.hook-highlight-red { color: #e11d48; display: inline-block; position: relative; font-size: 110%; }
.hook-highlight-red::after { content: ''; position: absolute; bottom: 2px; left: 0; width: 100%; height: 6px; background-color: rgba(225, 29, 72, 0.2); border-radius: 3px; z-index: -1; }

/* -----------------------------------
   3. メッセージ（ターニングポイント）
   ----------------------------------- */
.message-section { padding: 60px 20px 100px; background-color: #ffffff; text-align: center; font-feature-settings: "palt"; }
.message-section p { margin: 0; line-height: 1.4; }
.msg-line-1 { font-size: 22px; font-weight: bold; color: #475569; margin-bottom: 8px !important; letter-spacing: 1px; }
.msg-line-2 { font-size: 38px; font-weight: 900; color: #0f172a; letter-spacing: 2px; }
.msg-highlight-blue { color: #0284c7; position: relative; display: inline-block; }
.msg-highlight-blue::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 100%; height: 3px; background-image: linear-gradient(to right, #0284c7 50%, transparent 50%); background-size: 8px 3px; background-repeat: repeat-x; }
.msg-spacer { height: 60px; }
.msg-line-3 { font-size: 20px; font-weight: bold; color: #334155; margin-bottom: 12px !important; }
.msg-highlight-sub { border-bottom: 2px solid #cbd5e1; padding-bottom: 2px; }
.msg-line-4 { font-size: 32px; font-weight: 900; color: #0f172a; margin-bottom: 16px !important; }
.msg-line-5 { font-size: 44px; font-weight: 900; color: #0f172a; }
.msg-highlight-red { color: #e11d48; display: inline-block; position: relative; letter-spacing: 4px; }
.msg-highlight-red::before { content: ''; position: absolute; bottom: 4px; left: -2%; width: 104%; height: 14px; background-color: #fef08a; z-index: -1; border-radius: 2px; }

/* -----------------------------------
   4. ベネフィット（4つの手に入るもの）
   ----------------------------------- */
.benefits-section { background-color: #e0f2fe; padding: 60px 20px; }
.benefits-container { max-width: 900px; margin: 0 auto; }
.benefits-title { text-align: center; font-size: 32px; font-weight: 900; color: #1e3a8a; margin-bottom: 50px; letter-spacing: 2px; }
.benefits-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; }
.benefit-card { background: #ffffff; border-radius: 16px; padding: 30px 24px; box-shadow: 0 10px 25px -5px rgba(0,0,0,0.1); position: relative; border-top: 6px solid #1e3a8a; display: flex; flex-direction: column; align-items: center; text-align: center; }
.benefit-number { position: absolute; top: -30px; left: 20px; font-size: 60px; font-weight: 900; color: #1e3a8a; line-height: 1; text-shadow: 3px 3px 0px #bfdbfe; font-style: italic; }
.benefit-heading { font-size: 22px; font-weight: 800; color: #0f172a; margin: 20px 0 20px 0; line-height: 1.4; min-height: 60px; }
.benefit-heading .highlight-blue { color: #1d4ed8; display: block; font-size: 24px; margin-top: 4px; }
.benefit-desc { font-size: 15px; color: #334155; line-height: 1.7; font-weight: 500; }
.benefit-marker { background: linear-gradient(transparent 60%, #fef08a 60%); font-weight: bold; color: #111827; }

/* -----------------------------------
   5. イベント概要（パキッとデザイン）
   ----------------------------------- */
.outline-section { padding: 60px 20px; background-color: #ffffff; }
.outline-container { max-width: 800px; margin: 0 auto; background-color: #fbe4d3; border: 3px solid #d35b30; border-radius: 12px; padding: 40px; box-sizing: border-box; }
.outline-title { text-align: center; font-size: 32px; font-weight: 900; color: #d35b30; margin: 0 0 32px 0; letter-spacing: 2px; }
.outline-item { background-color: #ffffff; border-radius: 8px; display: flex; align-items: center; margin-bottom: 16px; padding: 20px 24px; box-shadow: 0 4px 6px rgba(0,0,0,0.05); }
.outline-item:last-child { margin-bottom: 0; }
.outline-label { width: 140px; flex-shrink: 0; font-size: 16px; font-weight: 900; color: #1f2937; text-align: justify; text-align-last: justify; padding-right: 24px; border-right: 2px solid #d1d5db; }
.outline-data { padding-left: 24px; font-size: 16px; color: #111827; font-weight: 500; line-height: 1.6; width: 100%; }
.outline-hl-text { font-size: 18px; font-weight: bold; color: #111827; }
.outline-hl-red { color: #dc2626; font-weight: 900; font-size: 18px; }
.outline-hl-blue { color: #2563eb; font-weight: bold; }

/* -----------------------------------
   6. 登壇者プロフィール（水色トンマナ）
   ----------------------------------- */
.speakers-section { padding: 60px 20px; background-color: #fef9e7; }
.speakers-container { max-width: 800px; margin: 0 auto; }
.speakers-title { text-align: center; font-size: 32px; font-weight: 900; color: #0284c7; margin-bottom: 40px; letter-spacing: 2px; }
.speaker-card { background-color: #ffffff; border-radius: 12px; padding: 32px; margin-bottom: 30px; display: flex; gap: 30px; border: 2px solid #38bdf8; box-shadow: 0 4px 15px rgba(56, 189, 248, 0.1); }
.speaker-profile-left { flex-shrink: 0; width: 200px; text-align: center; }
.speaker-img-wrapper { width: 100%; aspect-ratio: 4/5; background-color: #e2e8f0; border-radius: 8px; margin-bottom: 16px; overflow: hidden; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
.speaker-img-wrapper img { width: 100%; height: 100%; object-fit: cover; }
.speaker-name { font-size: 22px; font-weight: 900; color: #0284c7; margin: 0 0 4px 0; }
.speaker-ruby { font-size: 13px; color: #64748b; margin: 0; }
.speaker-profile-right { flex-grow: 1; }
.speaker-title { display: inline-block; font-size: 15px; font-weight: bold; color: #0284c7; margin-bottom: 12px; padding-bottom: 4px; border-bottom: 2px solid #bae6fd; }
.speaker-desc { font-size: 15px; line-height: 1.8; color: #334155; margin: 0; }
.speaker-desc-heading { display: block; font-weight: bold; color: #0284c7; margin-top: 16px; margin-bottom: 4px; }
.speaker-desc strong { color: #0f172a; font-weight: 900; background: linear-gradient(transparent 60%, #bae6fd 60%); padding: 0 2px; }

/* -----------------------------------
   7. タイムテーブル＆講演内容（マージ版）
   ----------------------------------- */
.timetable-section { padding: 60px 20px; background-color: #fef9e7; }
.timetable-container { max-width: 900px; margin: 0 auto; }
.timeline-wrapper { position: relative; padding-left: 30px; }
.timeline-wrapper::before { content: ''; position: absolute; top: 0; bottom: 0; left: 9px; width: 4px; background: #bae6fd; border-radius: 2px; }
.session-card { position: relative; background-color: #ffffff; border-radius: 12px; padding: 36px 32px; margin-bottom: 40px; border: 2px solid #38bdf8; box-shadow: 0 8px 20px rgba(56, 189, 248, 0.15); }
.session-marker { position: absolute; top: 36px; left: -31px; width: 20px; height: 20px; border-radius: 50%; background-color: #0284c7; border: 4px solid #fef9e7; box-shadow: 0 0 0 2px #0284c7; }
.session-header { margin-bottom: 16px; }
.session-time-badge { display: inline-flex; align-items: center; gap: 12px; background-color: #0f172a; color: #ffffff; padding: 6px 20px; border-radius: 30px; font-weight: bold; }
.session-part { font-size: 14px; color: #bae6fd; }
.session-time { font-size: 18px; letter-spacing: 1px; }
.session-title { font-size: 24px; font-weight: 900; color: #0f172a; line-height: 1.5; margin: 0 0 24px 0; }
.session-content-grid { display: flex; gap: 24px; align-items: stretch; }
.speaker-col { width: 200px; flex-shrink: 0; background: #f8fafc; border-radius: 8px; padding: 20px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.speaker-col-multi { display: flex; flex-direction: column; gap: 16px; }
.tt-speaker-img { width: 90px; height: 90px; background-color: #e2e8f0; border-radius: 50%; margin: 0 auto 12px auto; overflow: hidden; border: 3px solid #ffffff; box-shadow: 0 2px 6px rgba(0,0,0,0.1); }
.tt-speaker-img img { width: 100%; height: 100%; object-fit: cover; }
.tt-speaker-job { font-size: 11px; color: #64748b; margin-bottom: 4px; display: block; line-height: 1.3; }
.tt-speaker-name { font-size: 16px; font-weight: 900; color: #0284c7; margin: 0; }
.tt-speaker-meta { min-width: 0; }
.lecture-col { flex-grow: 1; background: #f0f9ff; border-radius: 8px; padding: 24px; border: 1px solid #bae6fd; }
.lecture-heading { font-size: 22px; font-weight: 900; color: #0284c7; margin: 0 0 12px 0; display: flex; align-items: center; gap: 8px; }
.lecture-heading::before { content: ''; display: inline-block; width: 4px; height: 16px; background: #0284c7; border-radius: 2px; }
.lecture-desc { font-size: 20px; line-height: 1.7; color: #334155; margin: 0 0 16px 0; }
.lecture-points { list-style: none; padding: 0; margin: 0; background: #ffffff; border-radius: 6px; padding: 16px; border: 1px dashed #7dd3fc; }
.lecture-points-title { font-size: 13px; font-weight: bold; color: #0ea5e9; margin-bottom: 12px; }
.lecture-points li { font-size: 14px; font-weight: bold; color: #0f172a; margin-bottom: 8px; display: flex; align-items: flex-start; gap: 8px; }
.lecture-points li:last-child { margin-bottom: 0; }
.lecture-points li::before { content: '✅'; font-size: 12px; margin-top: 2px; }

/* -----------------------------------
   8. 最後のメッセージ（fin）とキャッチコピー追加
   ----------------------------------- */
.speakers-catch { text-align: center; margin-bottom: 40px; }
.speakers-catch-sub { font-size: 16px; font-weight: bold; color: #0284c7; margin-bottom: 8px; letter-spacing: 2px; }
.speakers-catch-main { font-size: 28px; font-weight: 900; color: #0f172a; letter-spacing: 1px; }

.fin-section-custom { padding: 80px 20px; background-color: #f0f9ff; text-align: center; font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif; }
.fin-container { max-width: 800px; margin: 0 auto; }
.fin-heading-1 { font-size: 32px; font-weight: 900; color: #0f172a; line-height: 1.6; margin-bottom: 32px; }
.fin-heading-1 .hl-red { color: #e11d48; background: linear-gradient(transparent 60%, #fef08a 60%); }
.fin-heading-1 .hl-large { font-size: 140%; color: #e11d48; display: inline-block; margin-top: 8px; }
.fin-desc-1 { font-size: 20px; font-weight: bold; color: #334155; line-height: 1.8; margin-bottom: 40px; }
.fin-desc-1 .hl-blue { color: #0284c7; border-bottom: 2px solid #0284c7; padding-bottom: 2px; }
.fin-img-wrapper { margin: 40px 0; }
.fin-heading-2 { font-size: 28px; font-weight: 900; color: #0f172a; margin-bottom: 24px; padding: 16px 32px; display: inline-block; border: 3px solid #0284c7; border-radius: 8px; background-color: #ffffff; }
.fin-desc-2 { font-size: 24px; font-weight: bold; color: #1e293b; line-height: 1.8; margin-bottom: 50px; }

/* fin内CTA：デスクトップは従来の大きさ（スマホは下記メディアクエリでCTA2と同寸） */
.fin-section-custom .cta-button--fin {
  font-size: 28px;
  padding: 24px 60px;
}
.fin-section-custom .cta-button--fin .free-badge {
  font-size: 16px;
}

/* スマホのみ改行（デスクトップは1行のまま） */
.sp-stack .sp-stack-line { display: inline; }

/* PC・タブレットのみ改行（768px以下では無効） */
br.br-pc-tablet {
  display: none;
}
@media (min-width: 769px) {
  br.br-pc-tablet {
    display: revert;
  }
}

/* スマホのみ改行（769px以上では無効） */
br.br-mobile-only {
  display: none;
}
@media (max-width: 768px) {
  br.br-mobile-only {
    display: revert;
  }
}

/* スマホ対応一括 */
@media (max-width: 768px) {
  .sp-stack .sp-stack-line { display: block; }
  .lecture-desc { font-size: 14px; }
  .micro-copy { font-size: 18px; }
  .cta-button { font-size: 13px; padding: 14px 20px; width: auto; box-sizing: border-box; white-space: nowrap; }
  .fin-section-custom .cta-button--fin {
    font-size: 13px;
    padding: 14px 20px;
    width: auto;
    box-sizing: border-box;
    white-space: nowrap;
  }
  .fin-section-custom .cta-button--fin .free-badge {
    font-size: 14px;
  }
  .cta-icon { margin-left: 0; }
  .cta-bonus-tt { margin-top: 32px; }
  .cta-bonus-visual-row {
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }
  .cta-bonus-photo-side {
    margin-left: 0;
  }
  .cta-bonus-photo-ring {
    width: 120px;
    height: 120px;
  }
  .cta-bonus-tt .cta-bonus-worksheets {
    width: 100%;
  }
  .cta-bonus-tt-fig img {
    width: 100%;
  }
  .hook-lead { font-size: 18px; margin-bottom: 16px; }
  .hook-lead::before, .hook-lead::after { width: 20px; margin: 0 8px; }
  .hook-main { font-size: 24px; margin-bottom: 16px; }
  .hook-conclusion { font-size: 28px; }
  .hook-highlight-red { display: block; margin-top: 8px; }
  .msg-line-1 { font-size: 16px; margin-bottom: 4px !important; }
  .msg-line-2 { font-size: 28px; }
  .msg-spacer { height: 40px; }
  .msg-line-3 { font-size: 15px; margin-bottom: 8px !important; }
  .msg-line-4 { font-size: 22px; margin-bottom: 12px !important; }
  .msg-line-5 { font-size: 32px; }
  .msg-highlight-red { letter-spacing: 2px; }
  .msg-highlight-red::before { height: 10px; bottom: 2px; }
  .benefits-grid { grid-template-columns: 1fr; gap: 50px; }
  .benefit-number { top: -25px; font-size: 50px; }
  /* ベネフィット02〜04：sp-stack行と <br> 後の行間を詰める（01と揃えやすくする） */
  .benefits-section .benefit-desc--compact {
    line-height: 1.36;
  }
  .benefits-section .benefit-desc--compact .sp-stack .sp-stack-line {
    line-height: 1.36;
  }
  .benefit-heading .highlight-blue {
    font-size: 22px;
  }
  .outline-container { padding: 24px 16px; }
  .outline-item { flex-direction: column; align-items: flex-start; padding: 16px; }
  .outline-label { width: 100%; text-align: left; text-align-last: auto; padding-right: 0; padding-bottom: 12px; margin-bottom: 12px; border-right: none; border-bottom: 2px solid #e5e7eb; }
  .outline-data { padding-left: 0; }
  .speaker-card { flex-direction: column; align-items: center; padding: 24px 20px; gap: 20px; }
  .speaker-profile-left { width: 160px; }
  .speaker-name { font-size: 20px; }
  .speaker-desc { font-size: 14px; line-height: 1.7; }
  .timeline-wrapper { padding-left: 20px; }
  .timeline-wrapper::before { left: 0; }
  .session-marker { left: -20px; width: 16px; height: 16px; top: 24px; }
  .session-card { padding: 24px 20px; }
  .session-title { font-size: 20px; }
  .session-content-grid { flex-direction: column; min-width: 0; }
  .speaker-col {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    flex-direction: row;
    gap: 20px;
    padding: 16px;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 0;
  }
  .speaker-col-multi {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .speaker-col-multi .speaker-info {
    flex: none;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .tt-speaker-img { width: 60px; height: 60px; margin: 0; flex-shrink: 0; }
  .lecture-col { padding: 20px 16px; min-width: 0; }
  .speaker-info {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    text-align: left;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .tt-speaker-meta {
    flex: 1 1 0;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word;
  }
  .tt-speaker-meta .tt-speaker-name { line-height: 1.35; }
  
  .speakers-catch-main { font-size: 22px; }
  .fin-heading-1 { font-size: 24px; }
  .fin-desc-1 { font-size: 16px; }
  .fin-heading-2 { font-size: 20px; padding: 12px 20px; }
  .fin-desc-2 { font-size: 18px; }
}
