/* Japanese typography and responsive adjustments for the OEM intro page. */
.oem_intro_page_ja {
    font-family: "Pretendard JP", "Yu Gothic", "Meiryo", sans-serif;
}

.oem_intro_page_ja .oem_strengths_business_head,
.oem_intro_page_ja .oem_strengths_business_title,
.oem_intro_page_ja .oem_strengths_business_desc,
.oem_intro_page_ja .oem_strengths_business_keywords span {
    font-family: "Pretendard JP", "Yu Gothic", "Meiryo", sans-serif;
}

.oem_intro_page_ja .oem_partnership_copy p,
.oem_intro_page_ja .oem_section_heading p,
.oem_intro_page_ja .oem_strengths_business_title,
.oem_intro_page_ja .oem_strengths_business_desc,
.oem_intro_page_ja .oem_strengths_business_keywords span,
.oem_intro_page_ja .oem_range_tab,
.oem_intro_page_ja .oem_range_product_name,
.oem_intro_page_ja .oem_range_detail h3,
.oem_intro_page_ja .oem_range_detail_description,
.oem_intro_page_ja .oem_range_spec dt,
.oem_intro_page_ja .oem_range_spec dd,
.oem_intro_page_ja .oem_contact_banner_inner h2 {
    line-break: strict;
    word-break: auto-phrase;
    overflow-wrap: break-word;
}

.oem_intro_page_ja .oem_strengths_business_title,
.oem_intro_page_ja .oem_range_detail h3,
.oem_intro_page_ja .oem_contact_banner_inner h2 {
    text-wrap: balance;
}

.oem_intro_page_ja .oem_ja_contact_nowrap {
    white-space: nowrap;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .oem_intro_page_ja .oem_strengths_business_head,
    .oem_intro_page_ja .oem_strengths_business_panel_inner {
        grid-template-columns: 76px 190px minmax(0, 1fr) 40px;
    }

    .oem_intro_page_ja .oem_strengths_business_title {
        font-size: clamp(20px, 2.8vw, 24px);
    }

    .oem_intro_page_ja .oem_strengths_business_desc {
        font-size: clamp(13px, 1.85vw, 15px);
        line-height: 1.55;
    }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
    .oem_intro_page_ja .oem_strengths_business_head,
    .oem_intro_page_ja .oem_strengths_business_panel_inner {
        grid-template-columns: 64px 164px minmax(0, 1fr) 36px;
        column-gap: 12px;
    }
}

@media screen and (max-width: 599px) {
    .oem_intro_page_ja .oem_contact_pc_br {
        display: none;
    }

    .oem_intro_page_ja .oem_range_product_button {
        flex-basis: 220px;
    }

    .oem_intro_page_ja .oem_strengths_business_title,
    .oem_intro_page_ja .oem_strengths_business_desc {
        word-break: auto-phrase;
    }
}

@media screen and (max-width: 389px) {
    .oem_intro_page_ja .oem_strengths_business_keywords {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
    }
}

@media screen and (max-width: 320px) {
    .oem_intro_page_ja .oem_contact_banner_inner h2 {
        font-size: 30px;
    }

    .oem_intro_page_ja .oem_ja_contact_fold_phrase {
        white-space: nowrap;
    }

    .oem_intro_page_ja .oem_ja_strength_br {
        display: none;
    }

    .oem_intro_page_ja .oem_ja_fold_phrase {
        display: block;
    }

    .oem_intro_page_ja .oem_section_heading h2 {
        font-size: 42px;
    }

    .oem_intro_page_ja .oem_strengths_business_title .tab_br {
        display: inline;
    }

}
