.m-hero-cta{--hcta-blue:#2265b1;--hcta-blue-hover:#3a7cc4;--hcta-blue-active:#5794cf;--hcta-surface:#eaf1f8;--hcta-text:#1a1c22;--hcta-text-sub:#585b66;align-items:center;background:var(--hcta-surface);border-radius:.5rem;box-sizing:border-box;display:flex;flex-wrap:wrap;font-family:Noto Sans JP,sans-serif;gap:1.5rem 2rem;justify-content:space-between;margin:2.5rem auto 3rem;max-width:62.5rem;padding:1.75rem 2rem}.m-hero-cta__body{display:flex;flex-direction:column;gap:.375rem;min-width:0}.m-hero-cta__title{color:var(--hcta-text);font-size:1.125rem;font-weight:700;line-height:1.5;margin:0}.m-hero-cta__button{align-items:center;background:var(--hcta-blue);border-radius:.25rem;color:#fff;display:inline-flex;font-size:1rem;font-weight:700;gap:.5rem;justify-content:center;line-height:1;min-height:3.25rem;padding:0 2rem;text-decoration:none;transition:background-color .2s ease;white-space:nowrap}.m-hero-cta__button:focus-visible,.m-hero-cta__button:hover{background:var(--hcta-blue-hover);color:#fff;text-decoration:none}.m-hero-cta__button:active{background:var(--hcta-blue-active)}.m-hero-cta__button:focus-visible{outline:2px solid var(--hcta-blue);outline-offset:2px}@media screen and (max-width:991px){.m-hero-cta{gap:1.25rem;padding:1.5rem}.m-hero-cta__title{font-size:1rem}}@media screen and (max-width:767px){.m-hero-cta{align-items:stretch;flex-direction:column;gap:1rem;margin:2rem 0 2.5rem;padding:1.25rem}.m-hero-cta__title{text-align:center}.m-hero-cta__button{padding:0 1rem;width:100%}}html{scroll-behavior:smooth}