@charset "UTF-8";
/* =====================================================
   Webディレクション講座 詳細ページ CSS
   ===================================================== */

/* ── CSS変数 ── */
.wd-page {
  --wd-primary: #003a7a;
  --wd-primary-dark: #002456;
  --wd-accent: #0074c2;
  --wd-accent2: #e8401c;
  --wd-text: #222222;
  --wd-text-light: #555555;
  --wd-bg: #f7f8fc;
  --wd-white: #ffffff;
  --wd-border: #dee2e8;
  --wd-shadow: 0 4px 20px rgba(0,0,0,0.10);
  --wd-radius: 10px;
  --wd-max: 1100px;
  --wd-t: 0.3s ease;
  font-family: 'Noto Sans JP', sans-serif;
  color: var(--wd-text);
  overflow-x: hidden;
}

/* ── 共通インナー ── */
.wd-inner {
  max-width: var(--wd-max);
  margin: 0 auto;
  padding: 0 24px;
}

/* ── セクション共通ヘッダー ── */
.wd-sec-header {
  text-align: center;
  margin-bottom: 48px;
}

.wd-label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  color: var(--wd-accent2);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.wd-sec-title {
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: 900;
  color: var(--wd-primary);
  line-height: 1.4;
  margin-bottom: 12px;
}

.wd-sec-title--center {
  text-align: center;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: 900;
  color: var(--wd-primary);
  line-height: 1.4;
  margin-bottom: 12px;
}

.wd-sec-title--light {
  color: var(--wd-white);
}

.wd-sec-desc {
  color: var(--wd-text-light);
  font-size: 0.95rem;
  margin-top: 8px;
}

/* ── ボタン ── */
.wd-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  transition: all var(--wd-t);
  text-decoration: none;
  white-space: nowrap;
  border: 2px solid transparent;
}

.wd-btn--primary {
  background: var(--wd-accent2);
  color: var(--wd-white);
  border-color: var(--wd-accent2);
}

.wd-btn--primary:hover {
  background: #ff5a30;
  border-color: #ff5a30;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(232, 64, 28, 0.35);
}

.wd-btn--ghost {
  background: transparent;
  color: var(--wd-white);
  border-color: rgba(255,255,255,0.6);
}

.wd-btn--ghost:hover {
  background: rgba(255,255,255,0.15);
}

/* ========== ヒーロー ========== */
.wd-hero {
  background: linear-gradient(135deg, #002456 0%, #003a7a 50%, #0074c2 100%);
  padding: 140px 24px 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.wd-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.08) 1.5px, transparent 1.5px);
  background-size: 28px 28px;
}

.wd-hero::after {
  content: '';
  position: absolute;
  bottom: -60px;
  right: -60px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}

.wd-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}

.wd-hero__badge {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.3);
  color: rgba(255,255,255,0.9);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 6px 20px;
  border-radius: 30px;
  margin-bottom: 24px;
  backdrop-filter: blur(4px);
}

.wd-hero__title {
  font-size: clamp(1.8rem, 4.5vw, 2.8rem);
  font-weight: 900;
  color: var(--wd-white);
  line-height: 1.35;
  margin-bottom: 20px;
}

.wd-hero__title span {
  color: #7dd3fc;
}

.wd-hero__sub {
  font-size: clamp(0.9rem, 2vw, 1.05rem);
  color: rgba(255,255,255,0.85);
  line-height: 1.8;
  margin-bottom: 36px;
}

.wd-hero__btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ========== 概要 ========== */
.wd-about {
  padding: 80px 0;
  background: var(--wd-white);
}

.wd-about__body {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: center;
}

.wd-about__text h2 {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--wd-primary);
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 3px solid var(--wd-accent);
}

.wd-about__text p {
  color: var(--wd-text-light);
  line-height: 1.85;
  font-size: 0.97rem;
  margin-bottom: 14px;
}

.wd-about__stats {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 200px;
}

.wd-stat {
  background: linear-gradient(135deg, #f0f6ff 0%, #e8f4ff 100%);
  border: 1px solid #c5dff8;
  border-left: 4px solid var(--wd-accent);
  border-radius: 10px;
  padding: 16px 24px;
  text-align: center;
}

.wd-stat__num {
  font-size: 2rem;
  font-weight: 900;
  color: var(--wd-primary);
  font-variant-numeric: tabular-nums;
}

.wd-stat__unit {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--wd-accent);
}

.wd-stat p {
  font-size: 0.75rem;
  color: var(--wd-text-light);
  margin-top: 4px;
}

/* ========== 対象者 ========== */
.wd-targets {
  padding: 80px 0;
  background: var(--wd-bg);
}

.wd-targets__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.wd-target-card {
  background: var(--wd-white);
  border-radius: var(--wd-radius);
  padding: 32px 20px;
  text-align: center;
  box-shadow: var(--wd-shadow);
  transition: transform var(--wd-t), box-shadow var(--wd-t);
}

.wd-target-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.14);
}

.wd-target-card__icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #e8f4ff 0%, #c5dff8 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 1.4rem;
  color: var(--wd-accent);
}

.wd-target-card h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--wd-primary);
  margin-bottom: 10px;
}

.wd-target-card p {
  font-size: 0.85rem;
  color: var(--wd-text-light);
  line-height: 1.7;
}

/* ========== カリキュラム ========== */
.wd-curriculum {
  padding: 80px 0;
  background: var(--wd-white);
}

.wd-curriculum__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.wd-day-card {
  background: var(--wd-white);
  border: 1px solid var(--wd-border);
  border-top: 4px solid var(--wd-accent);
  border-radius: var(--wd-radius);
  padding: 24px;
  transition: transform var(--wd-t), box-shadow var(--wd-t);
}

.wd-day-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--wd-shadow);
}

.wd-day-card--final {
  border-top-color: var(--wd-accent2);
  grid-column: 3 / 4;
}

.wd-day-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.wd-day {
  background: var(--wd-primary);
  color: var(--wd-white);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  white-space: nowrap;
}

.wd-day-card--final .wd-day {
  background: var(--wd-accent2);
}

.wd-day-card__head h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--wd-primary);
  line-height: 1.4;
}

.wd-day-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wd-day-card ul li {
  font-size: 0.85rem;
  color: var(--wd-text-light);
  padding: 5px 0 5px 18px;
  position: relative;
  border-bottom: 1px dotted var(--wd-border);
}

.wd-day-card ul li:last-child {
  border-bottom: none;
}

.wd-day-card ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 7px;
  height: 7px;
  background: var(--wd-accent);
  border-radius: 50%;
}

.wd-day-card--final p {
  font-size: 0.88rem;
  color: var(--wd-text-light);
  line-height: 1.75;
}

/* ========== 5つの力 ========== */
.wd-skills {
  padding: 80px 0;
  background: linear-gradient(135deg, #002456 0%, #003a7a 60%, #0074c2 100%);
}

.wd-skills .wd-label {
  color: rgba(255,255,255,0.7);
}

.wd-skills__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.wd-skill-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--wd-radius);
  padding: 28px 16px;
  text-align: center;
  transition: background var(--wd-t), transform var(--wd-t);
  backdrop-filter: blur(4px);
}

.wd-skill-card:hover {
  background: rgba(255,255,255,0.14);
  transform: translateY(-4px);
}

.wd-skill-card__num {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.5);
  margin-bottom: 12px;
}

.wd-skill-card__icon {
  font-size: 2rem;
  color: #7dd3fc;
  margin-bottom: 14px;
}

.wd-skill-card h3 {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--wd-white);
  margin-bottom: 10px;
}

.wd-skill-card p {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
}

/* ========== 受講者の声 ========== */
.wd-voices {
  padding: 80px 0;
  background: var(--wd-bg);
}

.wd-voices__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.wd-voice-card {
  background: var(--wd-white);
  border-radius: var(--wd-radius);
  padding: 36px 32px;
  box-shadow: var(--wd-shadow);
  position: relative;
}

.wd-voice-card::before {
  content: '\201C';
  position: absolute;
  top: 16px;
  left: 24px;
  font-size: 4rem;
  color: var(--wd-border);
  font-family: Georgia, serif;
  line-height: 1;
}

.wd-voice-card__icon {
  font-size: 2.8rem;
  color: var(--wd-border);
  margin-bottom: 16px;
}

.wd-voice-card blockquote {
  font-size: 0.92rem;
  color: var(--wd-text);
  line-height: 1.85;
  margin: 0 0 16px;
  padding: 0;
  border: none;
  position: relative;
  z-index: 1;
}

.wd-voice-card__from {
  font-size: 0.8rem;
  color: var(--wd-text-light);
  font-weight: 700;
  text-align: right;
}

/* ========== レスポンシブ ========== */
@media screen and (max-width: 1024px) {
  .wd-targets__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wd-curriculum__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wd-day-card--final {
    grid-column: auto;
  }

  .wd-skills__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .wd-hero {
    padding: 80px 20px 60px;
  }

  .wd-about__body {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .wd-about__stats {
    flex-direction: row;
    min-width: unset;
  }

  .wd-stat {
    flex: 1;
    padding: 14px 12px;
  }

  .wd-targets__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wd-curriculum__grid {
    grid-template-columns: 1fr;
  }

  .wd-day-card--final {
    grid-column: auto;
  }

  .wd-skills__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wd-voices__grid {
    grid-template-columns: 1fr;
  }

  .wd-hero__btns {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 480px) {
  .wd-about__stats {
    flex-direction: column;
  }

  .wd-targets__grid {
    grid-template-columns: 1fr;
  }

  .wd-skills__grid {
    grid-template-columns: 1fr 1fr;
  }

  .wd-voice-card {
    padding: 28px 20px;
  }
}

/* ── グローバルヘッダー（ヒーロー背景と統一） ── */
@media (min-width: 751px) {
  .PageTop__back {
    background: linear-gradient(135deg, #002456 0%, #003a7a 50%, #0074c2 100%) !important;
  }
  .PageTop__back .header .header-band {
    background-color: transparent !important;
    box-shadow: none !important;
    border-bottom-color: rgba(255,255,255,0.2) !important;
  }
  .PageTop__back .global-nav__list > li > a {
    color: #ffffff !important;
  }
  .PageTop__back .nav li.current,
  .PageTop__back ul.global-nav__list li.now_here {
    border-bottom-color: rgba(255,255,255,0.5) !important;
  }
  .PageTop__back .nav li.current > a,
  .PageTop__back ul.global-nav__list li.now_here > a {
    color: #ffffff !important;
  }
  .PageTop__back .header .logo img {
    filter: brightness(0) invert(1);
  }
  /* スクロール後：白背景・ダークテキストに戻す */
  .PageTop__back .header.fixed .header-band {
    background-color: #ffffff !important;
    box-shadow: 0 2px 14px rgba(11, 31, 56, 0.10) !important;
    border-bottom-color: #0b1f38 !important;
  }
  .PageTop__back .header.fixed .global-nav__list > li > a {
    color: #1c2b3a !important;
  }
  .PageTop__back .header.fixed .nav li.current,
  .PageTop__back .header.fixed ul.global-nav__list li.now_here {
    border-bottom-color: #1a5fa8 !important;
  }
  .PageTop__back .header.fixed .nav li.current > a,
  .PageTop__back .header.fixed ul.global-nav__list li.now_here > a {
    color: #1a5fa8 !important;
  }
  .PageTop__back .header.fixed .logo img {
    filter: none;
  }
}
@media (max-width: 750px) {
  .header .header-band {
    background: linear-gradient(135deg, #002456 0%, #003a7a 50%, #0074c2 100%) !important;
  }
}
