.hero-content h1,
.hero-content .lead,
.hero-contact-box,
.table th,
.section-title,
.table th,
.table td,
.section-title,
.text-list li,
.hero-content p {
    font-family: "IBM Plex Sans JP", sans-serif;

    /* プロポーショナルメトリクス（PALT） */
    font-feature-settings: "palt" 1;

    /* Tracking +30 */
    letter-spacing: 0.03em;

    /* Kerning */
    font-kerning: normal;
}