/* タブレット専用（768px〜1023px） */

:root {
  --container: min(1140px, calc(100% - 2rem));
}

.home-section { padding: 1.375rem 0; }

.home-img--banner { max-width: min(100%, 720px); }
.home-img--cta { max-width: min(100%, 480px); }
.home-img--line { max-width: min(100%, 380px); }
.home-img--small { max-width: min(100%, 320px); }

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

.home-cta-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.home-step {
  grid-template-columns: 1.5fr 1fr;
  align-items: center;
  padding: 1.125rem 1.25rem;
}

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

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

.site-hero-bar__title { font-size: 1.2rem; }
