/* =============================================
   保護者サポートページ — support.css
   ============================================= */

/* パンくず */
.support-breadcrumb {
  background: #f7f8fc;
  border-bottom: 1px solid #e0e6ef;
  padding: 10px 0;
  font-size: 14px;
  color: #555;
}
.support-breadcrumb a { color: #1a4fa8; text-decoration: none; font-weight: 500; }
.support-breadcrumb a:hover { text-decoration: underline; }
.support-breadcrumb span { margin: 0 8px; color: #aaa; }

/* ===== Hero全面配置（ボタン+バッジをHero画像上に） ===== */
.support-hero-full {
  height: auto;
  min-height: 450px;
  align-items: flex-start;
  padding: 48px 0 0;
}
.support-hero-full .page-hero-content {
  display: flex;
  flex-direction: column;
  padding-left: 140px;
}
.support-hero-full .page-hero-title {
  font-size: clamp(32px, 4vw, 44px);
}
.support-hero-cta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin: 24px 0 28px;
}
.support-hero-note-inline {
  font-size: 13px;
  color: rgba(255,255,255,0.9);
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 8px;
  padding: 7px 14px;
  margin: 0;
  white-space: nowrap;
}
.support-hero-full .page-hero-overlay {
  background: linear-gradient(
    110deg,
    rgba(3,4,94,0.55) 0%,
    rgba(3,4,94,0.32) 50%,
    rgba(3,4,94,0.08) 100%
  );
}
.support-hero-badges-overlay {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 680px;
}
.support-hero-badge-overlay-item {
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.30);
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 16px;
  transition: background 0.15s;
}
.support-hero-badge-overlay-item:hover { background: rgba(255,255,255,0.20); }
.support-hero-badge-overlay-item > span { font-size: 28px; flex-shrink: 0; filter: drop-shadow(0 2px 4px rgba(0,0,0,0.25)); }
.support-hero-badge-overlay-item strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 3px;
  text-shadow: 0 1px 4px rgba(0,0,0,0.2);
}
.support-hero-badge-overlay-item p {
  font-size: 12px;
  color: rgba(255,255,255,0.88);
  margin: 0;
  line-height: 1.4;
}

/* ===== セクション共通 ===== */
.support-section-title {
  font-size: 22px;
  font-weight: 900;
  color: #03045E;
  text-align: center;
  margin-bottom: 40px;
  font-family: 'Noto Serif JP', serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.support-section-title span { color: #0077B6; font-weight: 300; font-size: 18px; }

/* ⑨ セクション背景の色温度調整 */
.support-content { background: #fafbff; }
.support-flow   { background: #f9fafb; padding: 40px 0; }
.support-trust  { background: #fff; }
.support-faq    { background: #f7f5f2; padding: 40px 0; }
.support-voices { background: linear-gradient(160deg, #f8faff 0%, #fff 50%, #f5f8f5 100%); }
.support-bottom-cta { background: #eef3fb; }

/* ===== サポートカード6列グリッド ===== */
.support-cards-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}
.support-card {
  background: #fff;
  border-radius: 12px;
  padding: 18px 14px 40px;
  border: 1px solid #e0e6ef;
  box-shadow: 0 6px 18px rgba(0,0,0,0.07);
  transition: transform 0.2s, box-shadow 0.2s;
}
.support-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}
.support-card-icon { font-size: 52px; margin-bottom: 16px; text-align: center; }
.support-card h3 {
  font-size: 13px;
  font-weight: 700;
  color: #03045E;
  margin-bottom: 6px;
  text-align: center;
  line-height: 1.4;
}
.support-card p {
  font-size: 11px;
  color: #777;
  text-align: center;
  line-height: 1.5;
  margin: 0;
}

/* ===== フロー ===== */
.support-flow-wrap {
  background: #fff;
  border-radius: 20px;
  padding: 40px 32px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
}
.support-flow-grid {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.support-flow-item {
  flex: 1;
  text-align: center;
}
.support-flow-icon {
  font-size: 32px;
  width: 64px;
  height: 64px;
  background: #eef3fd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  border: 2px solid #d0daf0;
}
.support-flow-num {
  font-size: 11px;
  font-weight: 700;
  color: #1a4fa8;
  margin-bottom: 6px;
  letter-spacing: 0.05em;
}
.support-flow-item h3 {
  font-size: 13px;
  font-weight: 800;
  color: #03045E;
  margin-bottom: 4px;
  line-height: 1.4;
}
.support-flow-item p {
  font-size: 13px;
  color: #888;
  line-height: 1.7;
  margin: 0;
}
.support-flow-arrow {
  flex: 0 0 auto;
  font-size: 28px;
  color: #0077B6;
  padding-top: 20px;
  opacity: 1;
  font-weight: 900;
}

/* ===== 安心ポイント3カラム ===== */
.support-trust { background: #fff; }
.support-trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  align-items: start;
}
.support-trust-points {
  background: #f7f8fc;
  border-radius: 16px;
  padding: 28px 24px;
  border: 1px solid #e0e6ef;
}
.support-trust-points h3 {
  font-size: 16px;
  font-weight: 700;
  color: #03045E;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #0077B6;
}
.support-trust-points ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.support-trust-points ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #333;
  font-weight: 500;
}
.support-check {
  color: #1a4fa8;
  font-size: 16px;
  font-weight: 900;
  flex-shrink: 0;
}

/* LINEレポートモック */
.support-line-mock {
  background: #f0f4fb;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #d8e4f0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}
.support-line-mock-header {
  background: #2d5a9e;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.support-line-dot {
  width: 10px;
  height: 10px;
  background: #06c755;
  border-radius: 50%;
  display: inline-block;
}
.support-line-mock-body {
  padding: 16px 14px;
  background: #dce8f0;
}
.support-line-sender {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-bottom: 10px;
}
.support-line-avatar {
  width: 36px;
  height: 36px;
  background: #1a4fa8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
.support-line-bubble-wrap {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.support-line-bubble {
  background: #fff;
  border-radius: 0 14px 14px 14px;
  padding: 18px 22px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.10);
  max-width: 90%;
}
.support-line-bubble p {
  font-size: 13px;
  color: #333;
  line-height: 1.7;
  margin: 0;
}
.support-line-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 3px;
  padding-right: 4px;
}
.support-line-read {
  font-size: 10px;
  color: #888;
}
.support-line-time {
  font-size: 10px;
  color: #aaa;
}
.support-line-photo-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-top: 8px;
}
.support-line-photo-row img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  display: block;
}

/* いつでもご相談 */
.support-consult {
  background: #fff;
  border-radius: 16px;
  padding: 28px 24px;
  border: 1px solid #e0e6ef;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.support-consult h3 {
  font-size: 16px;
  font-weight: 700;
  color: #03045E;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #0077B6;
}
.support-consult-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
}
.support-consult-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 900;
  flex-shrink: 0;
}
.support-consult-line { background: #06c755; color: #fff; }
.support-consult-mail { background: #eef3fd; font-size: 20px; }
.support-consult-item strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #03045E;
  margin-bottom: 4px;
}
.support-consult-item p {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}
.support-consult-photo {
  width: 100%;
  height: 100px;
  object-fit: cover;
  object-position: 65% top;
  border-radius: 10px;
  display: block;
  margin-top: 4px;
}

/* ===== FAQ 縦アコーディオン ===== */
.support-faq-accordion {
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.support-faq-item {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e0e6ef;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}
.support-faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 24px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background 0.15s;
  min-height: 68px;
}
.support-faq-q:hover { background: #f0f4fb; }
.support-faq-label {
  width: 28px;
  height: 28px;
  background: #1a4fa8;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-style: italic;
}
.support-faq-q span:nth-child(2) {
  flex: 1;
  font-size: 15px;
  font-weight: 600;
  color: #1a2a4a;
  line-height: 1.5;
}
.support-faq-toggle {
  flex-shrink: 0;
  font-size: 26px;
  font-weight: 700;
  color: #1a4fa8;
  transition: transform 0.25s ease;
}
.support-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.support-faq-a p {
  padding: 16px 24px 18px 66px;
  font-size: 14px;
  color: #444;
  line-height: 1.9;
  margin: 0;
  border-top: 1px solid #e8ecf0;
  background: #fafbff;
}
.support-more-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #0077B6;
  text-decoration: none;
  border: 1px solid #0077B6;
  padding: 10px 28px;
  border-radius: 100px;
  transition: all 0.15s;
}
.support-more-link:hover { background: #0077B6; color: #fff; }

/* ===== 保護者の声 2列 ===== */
.support-voices-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.support-voice-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 28px;
  border: 1px solid #e0e6ef;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  height: 260px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.support-voice-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.support-voice-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 3px solid #e8f0fe;
}
.support-voice-author {
  font-size: 14px;
  font-weight: 700;
  color: #03045E;
  margin-bottom: 4px;
}
.support-voice-stars { color: #f5a623; font-size: 15px; }
.support-voice-text {
  font-size: 14px;
  color: #444;
  line-height: 1.9;
  margin: 0;
}
.support-voices-disclaimer {
  text-align: center;
  font-size: 12px;
  color: #aaa;
  margin-top: 20px;
}

/* ⑤ 安心ポイント — 左カードの情報量を中央と揃える */
.support-trust-points ul li {
  padding: 10px 0;
  border-bottom: 1px solid #e8ecf0;
  font-size: 14px;
}

/* ===== 下部CTA ===== */
.support-bottom-cta {
  background: #f0f4fb;
  padding: 56px 0;
}
.support-bottom-cta-inner {
  display: flex;
  align-items: stretch;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  min-height: 240px;
  gap: 0;
}
.support-bottom-cta-left {
  flex: 1;
  padding: 0 32px 0 68px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.support-bottom-cta-left h2 {
  font-size: 32px;
  font-weight: 800;
  color: #1a2a4a;
  margin-bottom: 12px;
  line-height: 1.5;
}
.support-bottom-cta-left p {
  font-size: 14px;
  color: #555;
  margin-bottom: 28px;
  line-height: 1.7;
}
.support-bottom-cta-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.support-bottom-cta-right {
  flex: 0 0 360px;
  overflow: hidden;
}
.support-bottom-cta-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% top;
  display: block;
}

/* =============================================
   レスポンシブ
   ============================================= */
@media (max-width: 1024px) {
  .support-cards-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .support-hero-full .page-hero-content { padding-left: 20px; }
  .support-hero-full { min-height: auto; padding: 32px 0 24px; }
  .support-hero-cta { flex-direction: column; align-items: flex-start; gap: 10px; }
  .support-hero-badges-overlay { grid-template-columns: 1fr; max-width: 100%; }
  .support-cards-grid { grid-template-columns: repeat(2, 1fr); }
  .support-flow-wrap { padding: 24px 16px; }
  .support-flow-grid { flex-direction: column; gap: 0; }
  .support-flow-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    text-align: left;
    padding: 14px 0;
    border-bottom: 1px solid #e8ecf0;
  }
  .support-flow-icon { width: 48px; height: 48px; font-size: 24px; flex-shrink: 0; margin: 0; }
  .support-flow-arrow { display: none; }
  .support-trust-grid { grid-template-columns: 1fr; }
  .support-faq-accordion { max-width: 100%; }
  .support-faq-q { padding: 16px 18px; }
  .support-faq-a p { padding: 14px 18px; }
  .support-voices-grid { grid-template-columns: 1fr; }
  .support-bottom-cta-inner { flex-direction: column; }
  .support-bottom-cta-left { padding: 32px 24px; }
  .support-bottom-cta-right { flex: none; width: 100%; height: 180px; }
  .support-bottom-cta-btns { flex-direction: column; }
  .support-btn-line, .support-btn-mail { justify-content: center; }
}