@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Noto Sans JP', sans-serif; color: #222; font-size: 15px; line-height: 1.8; background: #fff; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

:root {
  --orange: #F5821E;
  --orange-dark: #d96a0a;
  --blue: #1A4FA8;
  --blue-dark: #133a7d;
  --gray-bg: #f4f6fb;
}

.container { max-width: 780px; margin: 0 auto; padding: 0 20px; }
.section { padding: 56px 0; }
.section-title { text-align: center; font-size: 1.35rem; font-weight: 700; margin-bottom: 32px; }
.accent { color: var(--orange); }

.btn-orange {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--orange); color: #fff; font-weight: 700; font-size: 1rem;
  padding: 16px 28px; border-radius: 6px; border: none; cursor: pointer;
  transition: background 0.2s; width: 100%; max-width: 420px;
}
.btn-orange:hover { background: var(--orange-dark); }

/* Header */
.header { position: fixed; top: 0; left: 0; width: 100%; z-index: 100; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.header-inner { display: flex; justify-content: space-between; align-items: center; height: 60px; max-width: 780px; margin: 0 auto; padding: 0 20px; }
.logo { display: flex; align-items: center; gap: 8px; font-size: 1.1rem; font-weight: 700; color: var(--blue); }
.logo-icon { font-size: 1.4rem; }
.header-btn { background: var(--orange); color: #fff; font-size: 0.8rem; font-weight: 700; padding: 10px 16px; border-radius: 6px; transition: background 0.2s; white-space: nowrap; }
.header-btn:hover { background: var(--orange-dark); }

/* Hero */
.hero { margin-top: 60px; background: linear-gradient(160deg, #e8f0fb 0%, #f0f6ff 60%, #fff 100%); padding: 40px 20px 0; min-height: 480px; position: relative; overflow: hidden; }
.hero-inner { max-width: 780px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: flex-end; }
.hero-content { padding-bottom: 40px; }
.hero-sub { font-size: 0.8rem; color: #555; margin-bottom: 8px; }
.hero-title { font-size: 2.2rem; font-weight: 900; color: #111; line-height: 1.3; margin-bottom: 10px; }
.hero-lead { font-size: 0.9rem; color: #444; margin-bottom: 28px; }
.hero-stats { display: flex; gap: 12px; margin-bottom: 28px; flex-wrap: wrap; }
.stat-badge { background: var(--blue); color: #fff; border-radius: 50%; width: 80px; height: 80px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.stat-badge .num { font-size: 1.4rem; font-weight: 900; line-height: 1; }
.stat-badge .label { font-size: 0.55rem; line-height: 1.3; margin-top: 2px; }
.hero-image img { width: 100%; height: 340px; object-fit: cover; object-position: top; border-radius: 8px 8px 0 0; }
.hero-cta { padding: 20px; background: #fff; }
.hero-cta .btn-orange { max-width: 100%; font-size: 1.05rem; border-radius: 6px; box-shadow: 0 4px 16px rgba(245,130,30,0.35); }

/* Pain */
.pain { background: #fff; border-top: 1px solid #eee; }
.pain-title { text-align: center; font-size: 1.1rem; font-weight: 700; margin-bottom: 24px; }
.pain-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; }
.pain-item { display: flex; align-items: flex-start; gap: 8px; font-size: 0.875rem; }
.pain-check { color: var(--blue); font-weight: 700; flex-shrink: 0; margin-top: 3px; }

/* Points */
.points { background: var(--gray-bg); }
.point-list { display: flex; flex-direction: column; gap: 20px; }
.point-item { display: flex; align-items: flex-start; gap: 16px; background: #fff; padding: 20px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
.point-icon { width: 52px; height: 52px; background: var(--gray-bg); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; flex-shrink: 0; }
.point-item h3 { font-size: 0.95rem; font-weight: 700; margin-bottom: 4px; }
.point-item p { font-size: 0.85rem; color: #555; }

/* Testimonials */
.testimonials { background: #fff; }
.testimonial-cards { display: flex; flex-direction: column; gap: 16px; }
.testimonial-card { border: 1px solid #e0e8f5; border-radius: 8px; padding: 18px; }
.testimonial-header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.testimonial-avatar { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; background: #ddd; flex-shrink: 0; }
.testimonial-meta h4 { font-size: 0.875rem; font-weight: 700; margin-bottom: 2px; color: var(--blue); }
.testimonial-meta span { font-size: 0.75rem; color: #888; }
.testimonial-card p { font-size: 0.85rem; color: #444; line-height: 1.8; }

/* Pricing */
.pricing { background: var(--gray-bg); }
.pricing-box { background: #fff; border-radius: 12px; padding: 28px 24px; box-shadow: 0 2px 12px rgba(0,0,0,0.07); display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }
.pricing-main { flex: 1; min-width: 180px; }
.pricing-label { font-size: 0.8rem; color: #888; margin-bottom: 4px; }
.pricing-value { font-size: 2.2rem; font-weight: 900; color: #111; }
.pricing-unit { font-size: 1rem; }
.pricing-tax { font-size: 0.75rem; color: #888; }
.pricing-features { flex: 1; min-width: 160px; }
.pricing-features li { display: flex; align-items: center; gap: 8px; font-size: 0.875rem; margin-bottom: 6px; }
.pricing-features .chk { color: var(--orange); font-weight: 700; }
.pricing-note { font-size: 0.72rem; color: #aaa; margin-top: 6px; }

/* CTA Section */
.cta-section { background: var(--blue); padding: 48px 20px; text-align: center; }
.cta-section p { color: #c8d8f5; font-size: 0.875rem; margin-bottom: 20px; }
.cta-section .btn-orange { margin: 0 auto; font-size: 1.1rem; padding: 20px 32px; max-width: 420px; box-shadow: 0 4px 16px rgba(0,0,0,0.3); }

/* FAQ */
.faq-list { border-top: 1px solid #e0e0e0; }
.faq-item { border-bottom: 1px solid #e0e0e0; }
.faq-question { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 18px 4px; background: none; border: none; cursor: pointer; text-align: left; font-family: inherit; font-size: 0.9rem; font-weight: 500; color: #222; gap: 12px; }
.faq-question .q-label { color: var(--blue); font-weight: 700; flex-shrink: 0; }
.faq-question .q-text { flex: 1; }
.faq-icon { width: 26px; height: 26px; border: 1px solid #ccc; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1rem; color: #888; flex-shrink: 0; transition: transform 0.3s, background 0.3s, color 0.3s; }
.faq-item.is-open .faq-icon { transform: rotate(45deg); background: var(--orange); color: #fff; border-color: var(--orange); }
.faq-answer { display: none; padding: 0 4px 18px; font-size: 0.875rem; color: #555; line-height: 1.9; }

/* 2列FAQ */
@media (min-width: 640px) {
  .faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; }
  .testimonial-cards { display: grid; grid-template-columns: repeat(3, 1fr); }
  .hero-title { font-size: 2.6rem; }
}
@media (max-width: 600px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-image { display: none; }
  .pain-list { grid-template-columns: 1fr; }
  .pricing-box { flex-direction: column; gap: 16px; }
}

/* Footer */
.footer { background: #111; padding: 24px 20px; text-align: center; }
.footer p { font-size: 0.75rem; color: #777; }

/* Fade in */
.fade-in { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-in.is-visible { opacity: 1; transform: translateY(0); }

/* Fixed CTA */
.fixed-cta { position: fixed; bottom: 0; left: 0; width: 100%; z-index: 99; background: var(--orange); padding: 12px 20px; display: none; }
.fixed-cta a { display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 0.95rem; gap: 8px; }
