.detail__content > h2 {
    font-size: clamp(24px, calc(24px + (32 - 24) * ((100vw - 1024px) / (1920 - 1024))), 32px);
    line-height: 1.16;
    margin: 3.5rem 0 1.5rem;
}
.detail__content > h3 {
    font-size: clamp(20px, calc(20px + (24 - 20) * ((100vw - 1024px) / (1920 - 1024))), 24px);
    line-height: 1.16;
    margin: 3.5rem 0 1.5rem;
}
