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

.hero {
  min-height: 500px;
  margin-top: 0;
  background:
    linear-gradient(
      to right,
      rgba(255, 255, 255, 0.92) 0%,
      rgba(255, 255, 255, 0.75) 42%,
      rgba(255, 255, 255, 0.18) 72%,
      rgba(255, 255, 255, 0) 100%
    ),
    url("../images/hero/top-hero.jpg") right center / cover no-repeat;
}

.hero-overlay {
  min-height: 520px;
  display: flex;
  align-items: center;
}

.hero h1 {
  font-size: 2.35rem;
  line-height: 1.55;
  color: #24452d;
  margin: 0 0 22px;
  max-width: 720px;
}

.hero-lead {
  font-size: 1.08rem;
  line-height: 1.9;
  margin-bottom: 28px;
  color: #222;
}

/* =========================
   TOP このようなお悩み
========================= */

.problem-section {
  padding: 70px 0;
  background: #fff;
}

.problem-section .strength-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px 28px;
  margin-top: 32px;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px 8px; /* 縦18px・横8pxに詰める */
  margin-top: 32px;
}

.problem-card {
  background: #fff;
  border: 1px solid #d8e2d8;
  border-left: 6px solid #8fb8a0;
  border-radius: 10px;
  padding: 18px 16px; /* 横paddingを少し減らす */
  line-height: 1.7;
  font-weight: 700;
  color: #222;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

/* =========================
   TOP 山金の不動産支援
========================= */

.problem-section + .problem-section {
  background: #f4f8f4;
}

.problem-section + .problem-section .lead-text {
  margin-bottom: 18px;
}

/* =========================
   TOP 対応エリア・実績
========================= */

.top-area-section {
  padding: 70px 0;
  background: #fff;
}

.top-area-section .lead-text {
  max-width: 900px;
  margin-bottom: 16px;
}

.top-area-section .meta-title {
  margin: 18px 0 28px;
  color: #4f6f58;
  font-size: 0.95rem;
}

.top-area-section .meta-title strong {
  color: #4a7c59;
  margin-left: 10px;
}

.map-panel,
.area-info-panel {
  background: #fff;
  border: 1px solid #d8e2d8;
  border-radius: 12px;
  padding: 20px 18px;
  box-sizing: border-box;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

.map-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 430px;
  overflow: hidden;
}

.area-info-panel {
  display: flex;
  flex-direction: column;
  padding: 25px 24px;
  min-height: 430px;
  border: 1px solid #cfd8d2;
  background: #fff;
  border-radius: 8px;
  line-height: 1.8;
}

.area-info-panel .sub-title {
  padding-bottom: 10px;
  border-bottom: 2px solid #d8e2d8;
}

.area-info-panel .area-note {
  margin-top: auto;
}

.area-note {
  margin: 18px 0 26px;
  padding: 16px 18px;
  background: #f3f7f3;
  border-left: 4px solid #7faa8f; /* 色も統一 */
  font-size: 0.95rem;
  line-height: 1.8;
}

.area-note p {
  margin: 0 0 10px;
}

.area-note p:last-child {
  margin-bottom: 0;
}

.area-info-panel .btn-primary {
  align-self: flex-start;
  margin-top: 16px;
}

/* =========================
   TOP CTA
========================= */
#area-button {
  margin: 20px 0;
}

.cta-section .container {
  max-width: 900px;
}

/* =========================
   スマホ対応
========================= */
/* タブレット */ /*
@media (max-width: 1100px) {
  .problem-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .hero,
  .hero-overlay {
    min-height: 440px;
  }

  .hero h1 {
    font-size: 1.8rem;
  }

  .problem-section {
    padding: 55px 0;
  }

  .problem-section .problem-grid {
    grid-template-columns: 1fr;
  }

  .top-area-section {
    padding: 55px 0;
  }

  .area-map-main {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .top-area-section .meta-title strong {
    display: block;
    margin-left: 0;
    margin-top: 6px;
  }

  .area-info-panel .btn-primary {
    align-self: center;
  }
}

@media (max-width: 600px) {
  .hero,
  .hero-overlay {
    min-height: 390px;
  }

  .hero h1 {
    font-size: 1.45rem;
  }

  .hero-lead {
    font-size: 1rem;
  }

  .top-area-section .lead-text,
  .top-area-section .meta-title {
    text-align: left;
  }

  .problem-card {
    padding: 16px 18px;
  }
}
*/
