/* PC 専用（1024px〜） */

.home-section { padding: 1.5rem 0; }
.home-section--blue-bg { padding: 2rem 0; }

.home-img--banner { max-width: 987px; }
.home-img--cta { max-width: 594px; }
.home-img--line { max-width: 416px; }
.home-img--small { max-width: 348px; }
.home-img--step { max-width: 293px; }

.home-features {
  grid-template-columns: repeat(3, 1fr);
}

.home-cta-grid {
  gap: 1.5rem;
}

.home-step {
  grid-template-columns: 2fr 1fr;
  padding: 1.25rem 1.5rem;
}

.home-step__num { font-size: 1.25rem; }
.home-step__num span { font-size: 2.5rem; }

.home-heading-band { font-size: 1.25rem; }

.home-cta-label { font-size: 1.125rem; min-height: auto; }

.vk_faq_title,
.vk_faq_content { font-size: 1rem; }

.home-address { font-size: 0.875rem; }

.site-footer { font-size: 0.875rem; }
