* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", sans-serif;
  color: #1a1a1a;
  background: #ffffff;
  line-height: 1.6;
}
.header {
  background: #ffffff;
  padding: 2rem 2rem 1rem;
  text-align: center;
}
.hero {
  background: #1a3a5c;
  background-image: linear-gradient(to bottom, rgba(20,55,95,1), rgba(10,30,58,1));
  color: #fff;
  padding: 1rem 2rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero-logo {
  display: block;
  max-width: 220px;
  height: auto;
  margin: 0 auto 1rem;
}
.hero-title {
  font-size: clamp(16px, 3vw, 22px);
  font-weight: 600;
  line-height: 1.4;
  color: rgba(255,255,255,0.85);
  margin-bottom: 0.75rem;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.hero-title span { color: #7ad4f0; font-weight: 700; }
.hero-sub {
  font-size: 14px;
  color: rgba(255,255,255,0.78);
  max-width: 380px;
  margin: 0 auto 2rem;
  line-height: 1.8;
}
.hero-cta {
  display: inline-block;
  background: #eef6fb;
  color: #1a3a5c;
  font-weight: 800;
  font-size: 14px;
  padding: 0.8rem 2.2rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  margin-bottom: 2.5rem;
  letter-spacing: 0.02em;
  transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
  text-decoration: none;
}
.hero-cta:hover {
  background: #ffffff;
  box-shadow: 0 4px 16px rgba(255,255,255,0.35);
  transform: translateY(-1px);
}
.mountain-svg { display: block; width: 100%; }
.section { padding: 3rem 1.5rem; max-width: 680px; margin: 0 auto; }
.section-label {
  font-size: 11px;
  letter-spacing: 0.15em;
  color: #1a7aaf;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.4rem;
}
.section-title {
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 1.75rem;
  line-height: 1.3;
}
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 12px; }
.card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 1.1rem;
}
.card-icon {
  font-size: 22px;
  color: #1a7aaf;
  margin-bottom: 0.6rem;
}
.card-title {
  font-size: 13px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.3rem;
}
.card-desc {
  font-size: 12px;
  color: #666666;
  line-height: 1.6;
}
.result-badge {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 10px;
  font-weight: 700;
  background: #e1f0fa;
  color: #0f5e8e;
  padding: 2px 8px;
  border-radius: 999px;
}
.divider { border: none; border-top: 1px solid #e5e5e5; margin: 0 1.5rem; }
.services { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 12px; }
.service-card {
  background: #f5f8fb;
  border-radius: 12px;
  padding: 1.1rem;
}
.service-name {
  font-size: 13px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.3rem;
}
.service-price {
  font-size: 20px;
  font-weight: 800;
  color: #1a3a5c;
  margin-bottom: 0.3rem;
  line-height: 1.2;
}
.service-price-unit { font-size: 12px; font-weight: 500; }
.service-note {
  font-size: 11px;
  color: #666666;
  line-height: 1.6;
}
.contact-box {
  background: #1a3a5c;
  border-radius: 12px;
  padding: 2.5rem 2rem;
  text-align: center;
}
.contact-title { font-size: 22px; font-weight: 800; margin-bottom: 0.5rem; color: #fff; }
.contact-sub { font-size: 13px; color: rgba(255,255,255,0.65); margin-bottom: 1.5rem; line-height: 1.8; }
.contact-btn {
  display: inline-block;
  background: #eef6fb;
  color: #1a3a5c;
  font-weight: 800;
  font-size: 14px;
  padding: 0.8rem 2.2rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
  text-decoration: none;
}
.contact-btn:hover {
  background: #ffffff;
  box-shadow: 0 4px 16px rgba(255,255,255,0.35);
  transform: translateY(-1px);
}
.profile-row { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.avatar {
  width: 52px; height: 52px; border-radius: 50%;
  background: #1a3a5c;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; font-weight: 800; color: #7ad4f0; flex-shrink: 0;
  object-fit: cover;
}
.profile-name { font-size: 15px; font-weight: 700; color: #1a1a1a; }
.profile-role { font-size: 12px; color: #666666; margin-top: 2px; }
.profile-desc { font-size: 13px; color: #666666; line-height: 1.85; }
/* ファーストビュー 無料相談訴求 */
.hero-free-consult {
  display: block;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 10px;
  padding: 0.9rem 1.5rem;
  max-width: 380px;
  margin: 0 auto 1.5rem;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease;
  cursor: pointer;
}
.hero-free-consult:hover {
  background: rgba(255,255,255,0.2);
  border-color: rgba(255,255,255,0.4);
}
.hero-free-consult-title {
  font-size: 15px;
  font-weight: 800;
  color: #7ad4f0;
  margin-bottom: 0.25rem;
}
.hero-free-consult-desc {
  font-size: 12px;
  color: rgba(255,255,255,0.7);
  line-height: 1.6;
}

/* セクション末尾CTA */
.section-cta {
  display: inline-block;
  margin-top: 1.5rem;
  font-size: 13px;
  font-weight: 600;
  color: #1a7aaf;
  text-decoration: none;
  transition: color 0.15s ease;
}
.section-cta:hover {
  color: #0f5e8e;
  text-decoration: underline;
}

.footer { text-align: center; padding: 1.5rem; font-size: 11px; color: #999999; }
.new-badge {
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  background: #7ad4f0;
  color: #0a283d;
  padding: 1px 6px;
  border-radius: 999px;
  vertical-align: middle;
  margin-left: 4px;
}
