/* =========================
   実績ページ見出し
========================= */

.results-page-heading {
  padding-top: 14px;
  margin-bottom: 16px;
}

.results-page-heading h1 {
  margin-top: 0;
  margin-bottom: 14px;
  color: #2f5c54;
  font-size: 2.2rem;
}

.results-page-heading p {
  margin: 0;
  line-height: 1.9;
}

/* =========================
   実績MAP セクション
========================= */

.results-map-section {
  padding: 0 0 20px;
  background: #fff;
  position: sticky;
  top: 66px;
  z-index: 900;
  border-bottom: 1px solid #d8e2d8;
}

.results-map-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}

/* =========================
   左：MAP BOX
========================= */

.results-map-box {
  background: #fff;
  border: 1px solid #d8e2d8;
  border-radius: 12px;
  padding: 14px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);

  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.results-map-box svg {
  width: 125%;
  max-width: none;
  height: auto;
  display: block;
}

/* =========================
   実績SVG
========================= */

.results-svg-map .results-pref {
  stroke: #4a7c59;
  stroke-width: 1.2;
  transition: 0.2s;
  cursor: pointer;
}

/* 近畿 */
.results-svg-map .kinki {
  fill: #6ebb7e;
}

/* 中国 */
.results-svg-map .chugoku {
  fill: #b9a276;
}

/* 九州 */
.results-svg-map .kyushu {
  fill: #729eb8;
}

/* hover */
.results-svg-map .results-pref:hover {
  fill: #a1f082 !important;
  stroke: #2e7d5b;
  stroke-width: 1.5;
}

/* active */
.results-svg-map .results-pref.active {
  fill: #f0d854 !important;
}

/* =========================
   右：説明BOX
========================= */

.results-map-info {
  background: #fbfdfb;
  border: 1px solid #d8e2d8;
  border-radius: 12px;
  padding: 18px 20px;
}

.results-map-info h2 {
  margin-top: 0;
  margin-bottom: 18px;
  color: #2f5c54;
  font-size: 1.5rem;
}

.results-map-info p {
  margin-bottom: 10px;
  line-height: 1.7;
}

.results-map-info .area-note {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #d8e2d8;
  font-size: 0.92rem;
  color: #666;
}

/* =========================
   実績エリア本文
========================= */

.results-area-section {
  padding: 60px 0;
  scroll-margin-top: 450px;
}

.results-area-section.bg-light {
  background: #f8fbf8;
}

.results-area-heading {
  margin-bottom: 40px;
}

.results-area-heading h2 {
  margin-bottom: 16px;
  color: #2f5c54;
  font-size: 2rem;
}

.results-area-heading p {
  max-width: 820px;
}

/* =========================
   実績カード
========================= */

.results-list {
  display: grid;
  gap: 24px;
}

.results-card {
  background: #fff;
  border: 1px solid #d8e2d8;
  border-left: 6px solid #4a7c59;
  border-radius: 10px;
  padding: 26px 28px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

.results-card h3 {
  margin-top: 0;
  margin-bottom: 14px;
  color: #2f5c54;
  font-size: 1.25rem;
}

.results-card p {
  margin-bottom: 0;
  line-height: 1.9;
}

/* =========================
   エリア下部コメント
========================= */

.results-area-note {
  margin-top: 32px;
  padding: 24px 28px;
  background: #fbfdfb;
  border: 1px solid #d8e2d8;
  border-left: 5px solid #4a7c59;
  border-radius: 10px;
}

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

/* =========================
   エリア問い合わせボタン
========================= */

.results-area-contact {
  margin-top: 28px;
  text-align: center;
}

.results-area-contact .btn-primary {
  min-width: 320px;
}

#resultsTop {
  scroll-margin-top: 90px;
}
