.support-detail {
  background: #f3f6f9;
  padding: clamp(40px, 6vw, 80px) 16px;
}

.support-detail__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.support-detail__title {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 800;
  margin-bottom: 12px;
}

.support-detail__subtitle {
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 800;
  margin: 48px 0 12px;
}

.support-detail__line {
  border: none;
  border-top: 1px solid rgba(0,0,0,.2);
  margin-bottom: 24px;
}

.support-detail__lead {
  margin-bottom: 28px;
  line-height: 1.9;
}

.support-detail__five-areas {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 32px;
  align-items: center;
  margin-bottom: 32px;
}

.support-detail__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.support-detail__list dl {
  margin: 0;
}

.support-detail__list dt {
  font-weight: 700;
  margin-top: 14px;
}

.support-detail__list dd {
  margin: 6px 0 0;
  line-height: 1.8;
}

.support-detail__note {
  margin-top: 24px;
  line-height: 1.9;
}

.support-detail__message p {
  line-height: 1.9;
  margin-bottom: 16px;
}

.encourage__cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 0 16px;
  border-radius: 8px;
  background: #3d7c83; /* 添付の青緑系 */
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: .02em;
}


/* ===== タブレット以下 ===== */
@media (max-width: 1023px) {
  .support-detail__five-areas {
    grid-template-columns: 1fr;
  }

  .support-detail__image {
    text-align: center;
  }

  .support-detail__image img {
    max-width: 320px;
    margin: 0 auto;
  }
}
