*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  background: #fffdf7;
  color: #3d2b1f;
  line-height: 1.7;
}

/* ========== Hero ========== */

.hero {
  background: linear-gradient(160deg, #fffef5 0%, #fef8e0 40%, #feebc0 75%, #fddba0 100%);
  padding: 64px 24px 72px;
  text-align: center;
}

.hero-logo-icon {
  display: block;
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin: 0 auto 18px;
  filter: drop-shadow(0 3px 10px rgba(200, 140, 0, 0.2));
}

.hero-badge {
  display: inline-block;
  background: #fff;
  color: #d06020;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  padding: 5px 16px;
  border-radius: 999px;
  border: 1px solid #f0c878;
  margin-bottom: 20px;
}

.hero h1 {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: bold;
  color: #4a2808;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}

.hero-sub {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  color: #7a4010;
  margin-bottom: 24px;
  font-weight: bold;
}

.hero-question {
  font-size: clamp(1rem, 2vw, 1.1rem);
  color: #4a2808;
  font-weight: bold;
  margin-bottom: 16px;
}

.hero-desc {
  font-size: 0.96rem;
  color: #6a3818;
  max-width: 560px;
  margin: 0 auto;
}

/* ========== Section ========== */

.section {
  padding: 64px 24px;
  max-width: 900px;
  margin: 0 auto;
}

.section-title {
  font-size: 1.45rem;
  font-weight: bold;
  color: #6b2c0e;
  text-align: center;
  margin-bottom: 8px;
}

.section-title::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  background: #f0a840;
  margin: 10px auto 36px;
  border-radius: 2px;
}

.section-divider {
  border: none;
  border-top: 1px solid #f0e0c0;
  max-width: 900px;
  margin: 0 auto;
}

/* ========== Features ========== */

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}

.feature-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px 22px;
  box-shadow: 0 2px 12px rgba(180, 100, 20, 0.07);
  border: 1px solid #f5e4cc;
  text-align: center;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 14px;
  border-radius: 16px;
  background: #fff8ec;
  font-size: 1.6rem;
  border: 1px solid #f0d0a0;
}

.feature-name {
  font-size: 1rem;
  font-weight: bold;
  color: #5a2610;
  margin-bottom: 8px;
}

.feature-desc {
  font-size: 0.86rem;
  color: #7a5040;
  text-align: left;
}

/* ========== Steps ========== */

.steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.step {
  flex: 1;
  min-width: 200px;
  max-width: 260px;
  background: #fff;
  border-radius: 18px;
  padding: 30px 22px 26px;
  box-shadow: 0 2px 12px rgba(180, 100, 20, 0.07);
  border: 1px solid #f5e4cc;
  text-align: center;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #e86418;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 14px;
  box-shadow: 0 2px 8px rgba(200, 80, 0, 0.2);
}

.step-title {
  font-size: 0.98rem;
  font-weight: bold;
  color: #5a2610;
  margin-bottom: 10px;
}

.step-desc {
  font-size: 0.85rem;
  color: #7a5040;
  text-align: left;
}

.step-arrow {
  font-size: 1.4rem;
  color: #e0b870;
  display: flex;
  align-items: center;
  padding-top: 36px;
  flex-shrink: 0;
}

/* ========== For Who ========== */

.for-who {
  background: #fffbf0;
  border-radius: 18px;
  padding: 40px 32px;
  text-align: center;
  border: 1px solid #f0ddb0;
}

.for-who p {
  font-size: 0.95rem;
  color: #6b3820;
  max-width: 620px;
  margin: 0 auto 12px;
}

.pain-list {
  list-style: none;
  max-width: 420px;
  margin: 0 auto 22px;
  text-align: left;
}

.pain-list li {
  font-size: 0.92rem;
  color: #7a3820;
  padding: 7px 0;
  border-bottom: 1px dashed #f0d8b8;
}

.pain-list li:last-child {
  border-bottom: none;
}

.pain-list li::before {
  content: "✗ ";
  color: #d05818;
  font-weight: bold;
}

.for-who-closing {
  font-size: 0.95rem;
  color: #6b3820;
  max-width: 620px;
  margin: 0 auto 22px;
}

.for-who ul {
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 10px;
}

.for-who ul li {
  background: #fff;
  border: 1px solid #f0d098;
  border-radius: 999px;
  padding: 6px 18px;
  font-size: 0.88rem;
  color: #7a3820;
}

/* ========== Status ========== */

.status-box {
  background: #fff;
  border: 2px solid #f0d090;
  border-radius: 18px;
  padding: 36px 28px;
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
  box-shadow: 0 2px 14px rgba(180, 100, 0, 0.07);
}

.status-label {
  display: inline-block;
  background: #fffbec;
  color: #d06020;
  border: 1px solid #f0d090;
  border-radius: 999px;
  padding: 5px 14px;
  font-size: 0.78rem;
  font-weight: bold;
  margin-bottom: 14px;
}

.status-box h3 {
  font-size: 1.12rem;
  font-weight: bold;
  color: #6b2c0e;
  margin-bottom: 10px;
}

.status-box p {
  font-size: 0.9rem;
  color: #7a4030;
}

/* ========== Footer ========== */

footer {
  background: #3d2b1f;
  color: #c8aa98;
  text-align: center;
  padding: 36px 24px;
  font-size: 0.82rem;
}

footer .footer-links {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

footer span {
  color: #d4b8a8;
}

.copyright {
  color: #907060;
}

/* ========== Privacy Policy ========== */

.policy-page-header {
  background: linear-gradient(160deg, #fffef5 0%, #fef8e0 40%, #feebc0 75%, #fddba0 100%);
  padding: 48px 24px 40px;
  text-align: center;
}

.policy-page-header h1 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #4a2808;
  margin-bottom: 8px;
}

.policy-meta {
  font-size: 0.82rem;
  color: #7a4010;
}

.policy-lead {
  font-size: 0.9rem;
  color: #7a4030;
  max-width: 760px;
  margin: 16px auto 0;
  line-height: 1.8;
  text-align: left;
}

.policy-body {
  max-width: 800px;
  margin: 0 auto;
  padding: 48px 24px 64px;
}

.policy-article {
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #f0e0c0;
}

.policy-article:last-child {
  border-bottom: none;
}

.policy-article h2 {
  font-size: 1.15rem;
  font-weight: bold;
  color: #6b2c0e;
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid #f0a840;
  display: inline-block;
}

.policy-article p {
  font-size: 0.9rem;
  color: #4a3020;
  margin-bottom: 12px;
  line-height: 1.85;
}

.policy-article ol,
.policy-article ul {
  margin: 10px 0 14px 1.5em;
  font-size: 0.9rem;
  color: #4a3020;
  line-height: 1.85;
}

.policy-article li {
  margin-bottom: 4px;
}

.policy-sub-section {
  margin: 20px 0;
}

.policy-sub-section h3 {
  font-size: 0.96rem;
  font-weight: bold;
  color: #5a2610;
  margin-bottom: 8px;
}

.policy-contact-table {
  font-size: 0.9rem;
  color: #4a3020;
  line-height: 2;
}

.policy-contact-table dt {
  font-weight: bold;
  color: #5a2610;
  float: left;
  clear: left;
  min-width: 140px;
}

.policy-contact-table dd {
  margin-left: 148px;
  margin-bottom: 4px;
}

.policy-contact-table dd a {
  color: #d06020;
}

.policy-back-link {
  text-align: center;
  margin-top: 32px;
}

.policy-back-link a {
  display: inline-block;
  color: #d06020;
  font-size: 0.88rem;
  text-decoration: none;
  border: 1px solid #f0c878;
  padding: 8px 24px;
  border-radius: 999px;
  background: #fffbec;
}

.policy-back-link a:hover {
  background: #fff5d0;
}

/* ========== Responsive ========== */

@media (max-width: 680px) {
  .hero {
    padding: 52px 20px 60px;
  }

  .hero-logo-icon {
    width: 64px;
    height: 64px;
  }

  .section {
    padding: 52px 20px;
  }

  .feature-desc {
    text-align: center;
  }

  .for-who {
    padding: 32px 22px;
  }

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

  .step {
    max-width: 100%;
    width: 100%;
  }

  .step-arrow {
    transform: rotate(90deg);
    padding-top: 0;
  }
}
