/* ===========================================
   占導師養成アカデミー2026 LP スタイル（整理版）
   File: /lp-css/lp-academy2025.css
   Author: Presona Inc.
   Created: 2025-10
=========================================== */

/* ================= ベース設定 ================= */
.lp-academy2025 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "游明朝体", "MS PMincho", serif;
  color: #2a1a12;
  line-height: 1.8;
  background: #fffdf9;
}

/* ===============================
   ヒーローセクション（最終安定・軽量版）
================================ */
.lp-academy2025-hero.hero-merged {
  position: relative;
  color: #fff;
  text-align: center;
  width: 100%;
  aspect-ratio: 2 / 1; /* PC比率：2000x1000想定 */
  background: url("https://lp.sendoushi.jp/wp/wp-content/uploads/2025/10/header_pc.jpg")
              center top / cover no-repeat;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .lp-academy2025-hero.hero-merged {
    aspect-ratio: 1 / 1;
    background-image: url("https://lp.sendoushi.jp/wp/wp-content/uploads/2025/10/header_sp.jpg");
    background-size: cover;
    background-position: center top;
  }
}

.lp-academy2025-hero.hero-merged .hero-overlay {
  display: none !important;
}

/* 下セクションとの間隔調整 */
.lp-academy2025-about {
  margin-top: 0 !important;
  padding-top: 40px !important;
}

/* ================= セクション共通 ================= */
.lp-academy2025-section {
  padding: 90px 20px;
  text-align: center;
}
.lp-academy2025-section:nth-of-type(even) {
  background: #fdfaf5;
}
.lp-academy2025-section p {
  max-width: 820px;
  margin: 0 auto 1.8em;
  font-size: 1.05rem;
  color: #333;
  line-height: 1.9;
}

/* ================= 見出し（統一） ================= */
.lp-section-title {
  font-family: "Yuji Syuku", "Yu Mincho", serif;
  font-size: 2rem;
  color: #2a1a12;
  text-align: center;
  margin: 0 auto 2.5em;
  line-height: 1.5;
  position: relative;
}
.lp-section-title::after {
  content: "";
  display: block;
  width: 90px;
  height: 3px;
  background: linear-gradient(90deg, #c9a94a, #e6d083);
  margin: 12px auto 0;
  border-radius: 3px;
}
.lp-section-title .sub-en {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.9rem;
  color: #b48a2a;
  letter-spacing: 0.2em;
  margin-bottom: 6px;
  opacity: 0.85;
}

/* ================= 講師紹介 ================= */
.lp-academy2025-profile {
  background: radial-gradient(circle at 50% 20%, #fffaf3, #f7f2e9 90%);
  padding: 120px 20px;
  position: relative;
  overflow: hidden;
}
.lp-academy2025-profile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://lp.sendoushi.jp/wp/wp-content/uploads/2025/10/AdobeStock_1328233346-scaled.jpeg") center/cover no-repeat;
  opacity: 0.08;
  mix-blend-mode: multiply;
}
.profile-container {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  flex-wrap: wrap;
}
.profile-image {
  flex: 1 1 320px;
  text-align: center;
}
.profile-image img {
  width: 100%;
  max-width: 340px;
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.15);
  border: 4px solid #d4af37;
  background: #fff;
}
.profile-content {
  flex: 1 1 500px;
}
.profile-name {
  font-family: "Yuji Syuku", "Yu Mincho", serif;
  font-size: 1.8rem;
  color: #2a1a12;
  border-bottom: 2px solid #d4af37;
  display: inline-block;
  margin-bottom: 0.3em;
}
.profile-title {
  color: #a67b2d;
  font-weight: 600;
  margin-bottom: 1.2em;
}
.profile-bio {
  font-size: 1.05rem;
  line-height: 1.9;
  color: #333;
  background: rgba(255,255,255,0.85);
  padding: 25px 30px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  border-left: 4px solid #d4af37;
}
.profile-links {
  margin-top: 20px;
  text-align: right;
}
.link-media {
  color: #b48a2a;
  font-weight: bold;
  text-decoration: none;
}
.link-media:hover {
  color: #d4af37;
}

/* ================= CTA ================= */
.lp-academy2025-cta {
  background: linear-gradient(180deg, #0f1624 0%, #1c2b48 100%);
  color: #f5f3ed;
  text-align: center;
  padding: 120px 20px;
  position: relative;
}
.lp-academy2025-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 20%, rgba(255,215,130,0.12), transparent 60%);
}
.lp-academy2025-cta .cta-summary {
  margin: 2.5em auto;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(213,180,90,0.3);
  border-radius: 10px;
  padding: 30px 20px;
  display: inline-block;
  text-align: left;
}
.lp-academy2025-btn {
  display: inline-block;
  padding: 16px 40px;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: 'Yu Mincho', serif;
  color: #fff;
  background: linear-gradient(135deg, #b11b1b, #da3838);
  border: 2px solid #d4af37;
  border-radius: 40px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}
.lp-academy2025-btn:hover {
  box-shadow: 0 0 35px rgba(255, 220, 130, 0.7);
  transform: translateY(-4px);
}

/* ================= LP用：共通フッター非表示、LP専用フッターは表示 ================= */
.page-id-2584 header,
.page-id-2584 #site-header,
.page-id-2584 footer:not(.lp-academy2025-footer),
.page-id-2584 #site-footer:not(.lp-academy2025-footer),
.page-id-2584 .site-footer:not(.lp-academy2025-footer),
.page-id-2584 .global-nav,
.page-id-2584 .vk-mobile-nav,
.page-id-2584 .breadcrumb,
.page-id-2584 .page-header,
.page-id-2584 .entry-header,
.page-id-2584 .wp-block-template-part,
.page-id-2584 .site-branding,
.page-id-2584 .sns,
.page-id-2584 .footer-cta {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* ヒーロー背景 */
.lp-academy2025-hero.hero-merged::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://lp.sendoushi.jp/wp/wp-content/uploads/2025/10/header_pc.jpg")
              center top / contain no-repeat;
  background-color: #0f1624;
  opacity: 1;
  z-index: -1; /* ← 背景は最背面に */
}

/* モバイル用背景 */
@media (max-width: 768px) {
  .lp-academy2025-hero.hero-merged::before {
    background-image: url("https://lp.sendoushi.jp/wp/wp-content/uploads/2025/10/header_sp.jpg");
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #0f1624;
  }

  .lp-academy2025-hero.hero-merged {
    padding: 120px 16px 180px; /* スマホでも下余白多め */
    margin-bottom: 100px;
  }
}

/* ヒーロー内のテキストパネル */
.lp-academy2025-hero.hero-merged .hero-inner {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 40px 60px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(6px);
  text-align: center;
}

/* CTAと次セクションの重なり防止 */
.lp-academy2025-cta-short,
.lp-academy2025-about,
section {
  position: relative;
  z-index: 1;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* ===============================
   占導師養成アカデミーとは？（暗背景＋白文字Ver）
================================= */
.lp-academy2025-about.section-lightgold {
  position: relative;
  background: #151515;
  text-align: center;
  padding: 100px 20px;
  overflow: hidden;
}

/* 背景画像（暗め＋柔らかい光） */
.lp-academy2025-about.section-lightgold::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.75) 100%),
    url("https://lp.sendoushi.jp/wp/wp-content/uploads/2025/10/2014-02-11-00.02.57.jpg")
    center center / cover no-repeat;
  opacity: 0.65; /* ← 写真の存在感をやや強めに */
  filter: brightness(1.05) contrast(1.1) saturate(1.05);
  z-index: 0;
}

/* コンテンツボックス */
.lp-academy2025-about .about-inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

/* 白文字ベース */
.lp-academy2025-about .lp-section-title {
  color: #ffffff;
}
.lp-academy2025-about .lp-section-title .sub-en {
  color: #f2d070;
  opacity: 0.95;
}

.lp-academy2025-about p,
.lp-academy2025-about .about-lead {
  color: #f9f9f9;
  line-height: 1.9;
  font-size: 1.05rem;
  text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

/* ハイライトボックス（淡金フレーム） */
.lp-academy2025-about .about-highlight {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 215, 130, 0.3);
  border-radius: 10px;
  display: inline-block;
  padding: 24px 40px;
  margin-top: 30px;
  margin-bottom: 40px;
  font-weight: 600;
  color: #fff8e7;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

/* CTAボタン（赤×金の統一デザイン） */
.lp-academy2025-about .about-cta {
  margin-top: 40px;
}
.lp-academy2025-about .about-cta .lp-academy2025-btn {
  background: linear-gradient(135deg, #b11b1b, #da3838);
  border: 2px solid #d4af37;
  color: #fff;
  box-shadow: 0 0 25px rgba(255, 215, 130, 0.4);
}
.lp-academy2025-about .about-cta .lp-academy2025-btn:hover {
  box-shadow: 0 0 40px rgba(255, 220, 130, 0.7);
  transform: translateY(-3px);
}

/* ===============================
   こんな人におすすめです（拡張版）
================================ */
.lp-academy2025-recommend {
  background: linear-gradient(to bottom, #f9f7f1, #f3ede1);
  text-align: center;
  padding: 100px 20px;
}

.recommend-inner {
  max-width: 900px;
  margin: 0 auto;
}

.recommend-lead {
  font-size: 1.15rem;
  color: #3a2b1d;
  margin-bottom: 40px;
  line-height: 1.9;
}

.recommend-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 50px;
  text-align: left;
  display: inline-block;
}

.recommend-list li {
  font-size: 1.1rem;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(180,150,80,0.35);
  color: #403020;
  line-height: 1.8;
}

.recommend-list li::before {
  content: "◎";
  color: #c9a03d;
  font-weight: bold;
  margin-right: 8px;
}

.recommend-footer {
  font-size: 1.1rem;
  color: #3b2c1c;
  line-height: 1.8;
  margin-top: 30px;
  font-weight: 600;
}
/* ===============================
   プレセミナーで学べること
================================ */
.lp-academy2025-learn {
  background: linear-gradient(to bottom, #fffaf5, #f8f2e8);
  text-align: center;
  padding: 100px 20px;
  position: relative;
}

.learn-inner {
  max-width: 900px;
  margin: 0 auto;
}

.lp-academy2025-learn .lp-section-title {
  color: #3b2f22;
  margin-bottom: 50px;
}

.learn-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  display: inline-block;
}

.learn-list li {
  font-size: 1.1rem;
  line-height: 1.9;
  color: #3a2a1e;
  margin-bottom: 14px;
  padding-left: 28px;
  position: relative;
}

.learn-list li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 0;
  color: #d4af37;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .lp-academy2025-learn {
    padding: 80px 16px;
  }
  .learn-list li {
    font-size: 1rem;
  }
}
/* ===============================
   占導師 幸輝からのメッセージ（明るめ仕上げVer）
================================= */
.lp-academy2025-message {
  position: relative;
  background: #1e1c19; /* 黒よりやや明るい焦茶ベース */
  overflow: hidden;
  padding: 100px 20px;
  text-align: center;
}

/* 背景写真：明るめグラデーション＋中央寄せ */
.lp-academy2025-message::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.45) 100%), /* ← かなり明るめに変更 */
    url("http://lp.sendoushi.jp/wp/wp-content/uploads/2025/10/kouki01-4.jpg")
    center top / cover no-repeat;
  opacity: 0.62; /* ← 前回よりやや上げて写真をはっきり見せる */
  filter: brightness(1.08) contrast(1.05) saturate(1.08);
  z-index: 0;
}

/* テキスト背景：やや透過度を下げて自然な浮き感 */
.lp-academy2025-message .message-inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
  background: rgba(0, 0, 0, 0.25); /* ← 0.3 → 0.25 に変更で明るく */
  border-radius: 12px;
}

/* タイトル */
.lp-academy2025-message .lp-section-title {
  color: #fff;
}
.lp-academy2025-message .lp-section-title .sub-en {
  color: #f3d272;
}

/* 本文 */
.lp-academy2025-message .message-content p {
  color: #ffffff;
  line-height: 1.9;
  font-size: 1.05rem;
  text-shadow: 0 1px 3px rgba(0,0,0,0.4); /* ← 白文字が背景に溶け込まないよう影付与 */
}

/* 強調フレーズ */
.lp-academy2025-message .message-phrase p {
  color: #ffdc84;
  font-weight: 600;
  margin: 30px 0;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
}

/* 署名 */
.lp-academy2025-message .message-signature {
  margin-top: 50px;
}
.lp-academy2025-message .message-signature img {
  width: 240px;
  height: auto;
  opacity: 0.92;
  mix-blend-mode: lighten;
}

/* ===============================
   開催概要（統合版デザイン）
================================= */
.lp-academy2025-summary {
  background: linear-gradient(to bottom, #eef0f6, #f9f8f4);
  padding: 100px 20px;
  text-align: center;
}

.summary-inner {
  max-width: 880px;
  margin: 0 auto;
}

.lp-academy2025-summary .lp-section-title {
  margin-bottom: 50px;
  color: #1c263b;
}

.summary-table dl {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 16px 24px;
  text-align: left;
  align-items: baseline;
  font-size: 1.05rem;
  color: #2a1a12;
  margin: 0 auto 50px;
}

.summary-table dt {
  font-weight: 700;
  color: #14213d;
  border-left: 3px solid #d4af37;
  padding-left: 10px;
}

.summary-table dd {
  margin: 0;
  line-height: 1.8;
}

.summary-table .highlight {
  color: #b11b1b;
  font-weight: 700;
}

/* サブブロック共通 */
.summary-items,
.summary-attention,
.summary-cancel {
  text-align: left;
  background: rgba(255,255,255,0.85);
  border: 1px solid #e5ddca;
  border-radius: 10px;
  padding: 25px 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.summary-items h3,
.summary-attention h3,
.summary-cancel h3 {
  font-family: "Yuji Syuku", "Yu Mincho", serif;
  font-size: 1.2rem;
  color: #3b2f22;
  border-bottom: 2px solid #d4af37;
  padding-bottom: 6px;
  margin-bottom: 14px;
}

.summary-items ul,
.summary-attention ul {
  margin: 0;
  padding-left: 1.2em;
}

.summary-items li,
.summary-attention li {
  line-height: 1.8;
  margin-bottom: 6px;
}

.summary-cancel p {
  margin: 0;
  line-height: 1.8;
  color: #333;
  font-size: 0.98rem;
}

.summary-note {
  font-size: 0.95rem;
  color: #555;
  margin: 30px 0 40px;
  line-height: 1.8;
  text-align: center;
}

.summary-cta {
  margin-top: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .summary-table dl {
    grid-template-columns: 1fr;
  }
  .summary-items,
  .summary-attention,
  .summary-cancel {
    padding: 20px;
  }
}
/* ===============================
   クロージングセクション
================================= */
.lp-academy2025-closing {
  background: #fffdf9;
  padding: 100px 20px;
  text-align: center;
  position: relative;
}

.lp-academy2025-closing .lp-section-title {
  color: #3b2f22;
  margin-bottom: 40px;
  font-size: 1.9rem;
}

.closing-inner {
  max-width: 900px;
  margin: 0 auto;
}

.closing-lead {
  font-size: 1.2rem;
  color: #4b3b2a;
  line-height: 1.8;
  margin-bottom: 40px;
}

.closing-body p {
  font-size: 1.05rem;
  color: #333;
  line-height: 1.9;
  margin-bottom: 1.8em;
  text-align: left;
}

.closing-list {
  margin: 40px auto;
  background: #faf6ef;
  border-left: 4px solid #d4af37;
  border-radius: 8px;
  padding: 25px 30px;
  text-align: left;
}

.closing-list p {
  font-weight: 600;
  color: #3b2f22;
  margin-bottom: 12px;
}

.closing-list ul {
  margin: 0;
  padding-left: 1.4em;
  list-style-type: "◎ ";
}

.closing-list li {
  margin-bottom: 8px;
  line-height: 1.8;
}

.closing-invite {
  font-size: 1.1rem;
  color: #2a1a12;
  font-weight: 500;
  text-align: center;
  margin: 50px auto;
}

.closing-end {
  font-size: 1.05rem;
  color: #333;
  text-align: center;
  margin-top: 40px;
  line-height: 1.8;
}

.closing-cta {
  margin-top: 60px;
}

.closing-cta .lp-academy2025-btn {
  font-size: 1.2rem;
  padding: 16px 50px;
  border-radius: 40px;
}

@media (max-width: 768px) {
  .closing-body p {
    font-size: 1rem;
  }
  .closing-list {
    padding: 20px;
  }
  .closing-cta .lp-academy2025-btn {
    width: 100%;
    max-width: 360px;
  }
}
/* ===============================
   プレセミナーお申込みセクション（ENTRY）
   Final Polished Version
================================= */
.lp-academy2025-cta.enhanced {
  background: linear-gradient(180deg, #0f1624 0%, #1c253c 100%);
  color: #f5f3ed;
  text-align: center;
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
}

.lp-academy2025-cta.enhanced::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 20%, rgba(255, 215, 130, 0.15), transparent 65%);
  z-index: 0;
}

.lp-academy2025-cta.enhanced .cta-inner {
  position: relative;
  z-index: 2;
  max-width: 880px;
  margin: 0 auto;
}

/* タイトル */
.lp-academy2025-cta.enhanced .lp-section-title {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 40px;
}

.lp-academy2025-cta.enhanced .lp-section-title .sub-en {
  color: #d4af37;
  opacity: 0.9;
}

/* リード文 */
.cta-lead {
  font-size: 1.15rem;
  line-height: 1.9;
  color: #f5f3ed;
  margin-bottom: 40px;
}

/* 概要ボックス */
.cta-summary {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  display: inline-block;
  text-align: left;
  padding: 30px 40px;
  margin-bottom: 30px;
}

.cta-summary dl {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 16px 24px;
  color: #f5f3ed;
  font-size: 1.05rem;
}

.cta-summary dt {
  font-weight: 700;
  color: #e8d9a1;
  border-left: 3px solid #d4af37;
  padding-left: 10px;
}

.cta-summary dd {
  margin: 0;
}

.cta-summary strong {
  color: #fff;
}

.cta-summary .highlight {
  color: #ffd46b;
}

/* 注意書き */
.cta-note {
  font-size: 0.95rem;
  color: #f8f4e9; /* 明るい金系 */
  margin: 25px auto 20px;
  line-height: 1.8;
  text-align: center;
  opacity: 0.95;
}

/* CTAボタン */
.cta-btn {
  margin-top: 10px; /* 上の余白を詰める */
  display: inline-block;
  padding: 18px 60px;
  background: linear-gradient(135deg, #b11b1b, #da3838);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  border: 2px solid #d4af37;
  transition: all 0.3s ease;
  box-shadow: 0 0 20px rgba(255, 215, 130, 0.3);
}

.cta-btn:hover {
  box-shadow: 0 0 40px rgba(255, 220, 130, 0.6);
  transform: translateY(-4px);
}

/* フッターテキスト */
.cta-foot {
  margin-top: 40px;
}

.cta-foot-text {
  color: #f8f4e9;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "游明朝体", serif;
  font-size: 1.05rem;
  line-height: 1.9;
  text-align: center;
  opacity: 0.95;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .cta-summary {
    padding: 24px;
  }

  .cta-summary dl {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .cta-btn {
    width: 100%;
    max-width: 360px;
    font-size: 1.1rem;
  }

  .cta-foot {
    margin-top: 30px;
  }
}
/* ===============================
   ENTRY セクション：文字色強制 & 修正版
================================= */
.lp-academy2025-cta.enhanced,
.lp-academy2025-cta.enhanced * {
  color: #f5f3ed !important;
}

/* ただし .cta-summary、.cta-note、.cta-foot-text は別色指定対応済みなので個別修正 */
.cta-summary dl,
.cta-summary dt,
.cta-summary dd {
  color: #f5f3ed !important;
}

.cta-note {
  color: #f8f4e9 !important;
}

.cta-foot-text {
  color: #f8f4e9 !important;
}
/* ===============================
   フッター（コピーライト）
================================= */
.lp-academy2025-footer {
  background: #0f1624;
  color: #f0e6c8;
  text-align: center;
  padding: 30px 20px;
  font-size: 0.95rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.lp-academy2025-footer .footer-inner {
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.8;
  opacity: 0.9;
}

@media (max-width: 768px) {
  .lp-academy2025-footer {
    font-size: 0.85rem;
    padding: 24px 16px;
  }
}
/* ===============================
   現役占導師インタビュー（INTERVIEWS）
================================= */
.lp-academy2025-interview {
  background: linear-gradient(180deg, #1a1a1a 0%, #2a2a2a 100%);
  color: #f8f4e9;
  padding: 100px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.lp-academy2025-interview .lp-section-title {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 40px;
}

.lp-academy2025-interview .lp-section-title .sub-en {
  color: #d4af37;
  font-size: 0.9em;
  letter-spacing: 0.08em;
  opacity: 0.85;
}

.lp-academy2025-interview .interview-lead {
  font-size: 1.1rem;
  line-height: 1.9;
  color: #f5f3ed;
  max-width: 820px;
  margin: 0 auto 60px;
  opacity: 0.95;
}

/* ---- 各カード ---- */
.lp-academy2025-interview .interview-card {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 80px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  flex-wrap: wrap;
}

/* ---- 金のグラデーション枠付き動画 ---- */
.lp-academy2025-interview .interview-video {
  position: relative;
  flex: 1 1 45%;
  display: inline-block;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(135deg, #d4af37, #f5e6b1, #d4af37);
  padding: 3px;
  transition: all 0.4s ease;
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.25);
}

.lp-academy2025-interview .interview-video iframe {
  display: block;
  width: 100%;
  height: 315px;
  border-radius: 10px;
  border: none;
}

/* hover時の光演出 */
.lp-academy2025-interview .interview-video:hover {
  box-shadow: 0 0 30px rgba(255, 215, 100, 0.6);
  transform: translateY(-3px);
}

/* ---- テキスト ---- */
.lp-academy2025-interview .interview-content {
  flex: 1 1 50%;
}

.lp-academy2025-interview .interview-content h3 {
  font-size: 1.4rem;
  color: #ffd46b;
  margin-bottom: 15px;
  font-weight: 700;
}

.lp-academy2025-interview .interview-content p {
  font-size: 1.05rem;
  line-height: 1.9;
  color: #f0ede4;
  margin-bottom: 15px;
}

/* ---- レスポンシブ対応 ---- */
@media (max-width: 768px) {
  .lp-academy2025-interview {
    padding: 70px 15px;
  }

  .lp-academy2025-interview .interview-card {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 60px;
  }

  .lp-academy2025-interview .interview-video iframe {
    height: 220px;
  }

  .lp-academy2025-interview .interview-content h3 {
    font-size: 1.25rem;
  }

  .lp-academy2025-interview .interview-content p {
    font-size: 1rem;
  }
}
/* ===============================
   固定ボタン（右下常時表示）
================================= */
.fixed-interview-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: linear-gradient(135deg, #d4af37, #f8e6a0);
  color: #2b1a00;
  font-weight: 700;
  font-size: 1rem;
  padding: 14px 22px;
  border-radius: 50px;
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.4);
  text-decoration: none;
  transition: all 0.3s ease;
  z-index: 9999;
  opacity: 0.9;
}

.fixed-interview-btn:hover {
  box-shadow: 0 0 30px rgba(255, 220, 130, 0.7);
  transform: translateY(-4px);
  opacity: 1;
}

/* スマホ表示での調整 */
@media (max-width: 768px) {
  .fixed-interview-btn {
    bottom: 20px;
    right: 15px;
    font-size: 0.9rem;
    padding: 12px 18px;
  }
}
