/* ===============================================================
   LP only
=============================================================== */

.lp-page-body {
  background-color: #ffffff;
}

/* パンくず */
.lp-breadcrumb {
  font-size: 13px;
  color: #6b7280;
  margin: 12px auto 4px;
}
.lp-breadcrumb a { color: var(--primary-color); text-decoration: none; }
.lp-breadcrumb a:hover { text-decoration: underline; }

/* LP専用：ヒーロー背景のオーバーライド */
.lp-hero-section {
  background:
    radial-gradient(circle at top left,  rgba(59,130,246,0.20), transparent 55%),
    radial-gradient(circle at bottom right, rgba(56,189,248,0.18), transparent 55%),
    #eff6ff;
  color: #0f172a;
}
.lp-hero-section .hero-content { color: #0f172a; }
.lp-hero-section .hero-subtitle { color: #1d4ed8; text-shadow: none; }
.lp-hero-section .hero-content p {
  font-size: 16px;
  color: #374151;
  text-shadow: none;
}
.lp-hero-section .hero-content strong { color: #1d4ed8; }
.lp-hero-section .hero-cta-text { color: #111827; }
.lp-hero-section .hero-cta-button { box-shadow: 0 10px 26px rgba(37, 99, 235, 0.35); }

@media (max-width: 768px) {
  .lp-hero-section .hero-content p { font-size: 15px; }
}

/* LPヒーローのイラストを大きく（PC向け） */
@media (min-width: 992px) {
  .lp-hero-section .hero-content { flex: 0.9; padding-right: 32px; }
  .lp-hero-section .hero-image { flex: 1.6; justify-content: flex-end; }
  .lp-hero-section .hero-image img { max-width: 600px; width: 100%; }
}

/* セクション共通（LP用） */
.lp-section { padding-top: 80px; padding-bottom: 80px; }
.lp-section:not(.site-section-dark) { background: #fffdf7; }

@media (max-width: 768px) {
  .lp-section { padding-top: 56px; padding-bottom: 56px; }
}

.lp-section-lead {
  max-width: 760px;
  margin: 24px auto 0;
  text-align: center;
  font-size: 0.98rem;
  color: #4b5563;
}

.lp-section-alt { background: #f4f4ff; }

/* 特徴カード */
.lp-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 8px;
}
.lp-feature-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 18px 20px 20px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(209, 213, 219, 0.9);
}
.lp-feature-card h3 { font-size: 1.02rem; margin: 0 0 10px; color: #111827; }
.lp-feature-card p { margin: 0; font-size: 0.95rem; color: #4b5563; line-height: 1.8; }

.lp-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #e0f2fe;
  color: var(--primary-color-dark);
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 8px;
}

/* 比較カード */
.lp-comparison-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.lp-comparison-card {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  padding: 20px 22px 22px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.lp-comparison-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
  border-color: rgba(148, 163, 184, 0.8);
}

.lp-card-header { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 10px; }
.lp-card-icon {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: #eff6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.lp-comparison-card h3 { margin: 0; font-size: 1.02rem; color: #111827; }

.lp-card-block { margin-top: 10px; }
.lp-card-label {
  margin: 0 0 4px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #6b7280;
}
.lp-card-label-alert { color: #b91c1c; }
.lp-card-text { margin: 0; font-size: 0.9rem; color: #4b5563; line-height: 1.8; }
.lp-card-list { margin: 0; padding-left: 1.1rem; font-size: 0.9rem; color: #4b5563; line-height: 1.8; }
.lp-card-list li { margin-bottom: 4px; }

.lp-comparison-card--featured {
  background: #fefce8;
  border-color: #facc15;
  box-shadow: 0 18px 40px rgba(202, 138, 4, 0.25);
  transform: translateY(-4px);
}
.lp-comparison-card--featured:hover {
  box-shadow: 0 22px 50px rgba(202, 138, 4, 0.32);
}
.lp-comparison-card--featured .lp-card-icon-featured {
  background: #f97316;
  color: #ffffff;
}

.lp-card-ribbon {
  position: absolute;
  top: -14px;
  right: -16px;
  padding: 4px 12px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #ffffff;
  background: #f97316;
  border-radius: 999px;
  box-shadow: 0 10px 26px rgba(249, 115, 22, 0.45);
  transform: rotate(4deg);
}
@media (max-width: 768px) {
  .lp-card-ribbon { right: 8px; transform: none; }
}

/* ③注釈 */
.lp-type-note {
  margin-top: 14px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #fefce8;
  border: 1px solid #facc15;
  font-size: 0.94rem;
  font-weight: 600;
  color: #92400e;
  line-height: 1.7;
}
.lp-type-label {
  display: inline-block;
  padding: 2px 6px;
  margin-right: 6px;
  border-radius: 6px;
  background: #f97316;
  color: #ffffff;
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .lp-type-note { text-align: left; }
}

/* セクション下の推しボックス */
.lp-minhos-highlight {
  max-width: 880px;
  margin: 28px auto 0;
  padding: 18px 20px 16px;
  border-radius: 18px;
  background: #fefce8;
  border: 1px solid #facc15;
  box-shadow: 0 18px 45px rgba(202, 138, 4, 0.25);
}
.lp-minhos-highlight h3 {
  margin: 0 0 10px;
  font-size: 1rem;
  text-align: center;
  color: #92400e;
}
.lp-minhos-highlight ul {
  margin: 0 0 8px;
  padding-left: 1.2rem;
  font-size: 0.9rem;
  color: #92400e;
  line-height: 1.8;
}
.lp-minhos-highlight li { margin-bottom: 3px; }
.lp-minhos-message { margin: 0; font-size: 0.9rem; text-align: center; color: #92400e; }
@media (max-width: 768px) {
  .lp-minhos-highlight { margin-top: 22px; padding: 16px 14px 14px; }
}

/* 2カラム（ダークセクション内） */
.lp-two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 32px;
}
.lp-two-column .lp-col h3 { margin-top: 0; margin-bottom: 10px; font-size: 1.1rem; }
.lp-two-column .lp-col p { font-size: 0.95rem; line-height: 1.8; color: var(--text-color-dark); }
.lp-two-column .lp-list { margin: 8px 0 12px; padding-left: 1.1rem; font-size: 0.95rem; color: var(--text-color-dark); }
.lp-highlight-box {
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  background: rgba(15, 23, 42, 0.35);
  font-size: 0.9rem;
}
#lp-minhos-study .lp-two-column { gap: 2rem; align-items: stretch; }
#lp-minhos-study .lp-card {
  background: #111827;
  border-radius: 1rem;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(148, 163, 184, 0.8);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.65);
}
#lp-minhos-study .lp-card h3 { font-size: 1.15rem; margin-bottom: 0.75rem; }
#lp-minhos-study .lp-card p { line-height: 1.8; color: #e5e7eb; }
#lp-minhos-study .lp-list,
#lp-minhos-study .lp-steps {
  margin: 0.75rem 0 0.5rem;
  padding-left: 1.25rem;
  font-size: 0.95rem;
  color: #e5e7eb;
}
#lp-minhos-study .lp-list li,
#lp-minhos-study .lp-steps li { margin-bottom: 0.3rem; }
#lp-minhos-study .lp-small-note { margin-top: 0.5rem; font-size: 0.85rem; opacity: 0.9; }
#lp-minhos-study .lp-highlight-box {
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 0.9rem;
  background: rgba(15, 23, 42, 0.4);
  border: 1px solid rgba(148, 163, 184, 0.8);
  font-size: 0.9rem;
  color: #e5e7eb;
}
#lp-minhos-study .lp-center-note { color: #cbd5f5; }

@media (max-width: 768px) {
  .lp-two-column { grid-template-columns: 1fr; }
}

.lp-center-cta { text-align: center; margin-top: 40px; }
.lp-center-note { margin-top: 12px; font-size: 0.9rem; color: #e5e7eb; }

/* タイムライン */
.lp-timeline {
  max-width: 820px;
  margin: 0 auto;
  border-left: 3px solid #e5e7eb;
  padding-left: 18px;
  position: relative;
}
.lp-timeline::before {
  content: "";
  position: absolute;
  left: -3px;
  top: 0;
  bottom: 0;
  border-left: 3px dashed rgba(148, 163, 184, 0.6);
}
.lp-timeline-item { position: relative; margin-bottom: 20px; }
.lp-timeline-item:last-child { margin-bottom: 0; }
.lp-timeline-day { font-weight: 700; font-size: 0.95rem; color: #111827; margin-bottom: 4px; }
.lp-timeline-body { font-size: 0.95rem; color: #4b5563; line-height: 1.8; }
.lp-timeline-item::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--primary-color);
  box-shadow: 0 0 0 4px rgba(59,130,246,0.25);
}

/* LP：初期研修医の声 */
.lp-voices-section { background: #f1fbf5; }
.lp-voices-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.lp-voice-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 18px 20px 18px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.06);
  border: 1px solid #e5e7eb;
}
.lp-voice-meta { font-size: 0.8rem; font-weight: 600; color: #6b7280; margin: 0 0 6px; }
.lp-voice-text { margin: 0; font-size: 0.95rem; color: #111827; line-height: 1.8; }
.lp-voices-note { margin-top: 24px; }

/* FAQ */
.lp-faq-section { background: #eff6ff; }
.lp-faq-list {
  max-width: 840px;
  margin: 0 auto;
  display: grid;
  gap: 16px;
}
.lp-faq-item {
  background: #ffffff;
  border-radius: 14px;
  padding: 14px 16px 14px;
  border: 1px solid #e5e7eb;
}
.lp-faq-item h3 { margin: 0 0 6px; font-size: 0.98rem; color: #111827; }
.lp-faq-item p { margin: 0; font-size: 0.92rem; color: #4b5563; line-height: 1.8; }

/* 最後のCTA */
.lp-final-cta-section {
  background: radial-gradient(circle at top left, rgba(59,130,246,0.16), transparent 55%),
              radial-gradient(circle at bottom right, rgba(56,189,248,0.14), transparent 55%),
              #020617;
  color: #e5e7eb;
}
#lp-final-cta {
  background: radial-gradient(circle at top left, rgba(59,130,246,0.16), transparent 55%),
              radial-gradient(circle at bottom right, rgba(56,189,248,0.14), transparent 55%),
              #020617 !important;
  color: #e5e7eb;
}
#lp-final-cta h2,
#lp-final-cta p,
#lp-final-cta .lp-center-note {
  color: #e5e7eb;
}
.lp-final-cta-inner { max-width: 760px; margin: 0 auto; text-align: center; }
.lp-final-cta-inner h2 {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: clamp(1.7rem, 2.3vw, 2rem);
}
.lp-final-cta-inner p { margin: 0 0 18px; font-size: 0.96rem; line-height: 1.9; }
.lp-final-cta-inner .hero-cta-button { margin-top: 4px; }
.lp-final-cta-inner .lp-center-note { margin-top: 10px; font-size: 0.9rem; }
@media (max-width: 768px) {
  .lp-final-cta-inner h2 { font-size: 1.45rem; }
}

/* 背景色で区切り */
#lp-problems { background: #fffdf7; }
#lp-requirements { background: #f4f4ff; }
#lp-types { background: #fffdf7; }
#lp-schedule { background: #f9fafb; }
#lp-faq { background: #f9fafb; }
