/* Japanese typography and responsive line-breaking adjustments for Company Location */
.location_overview_ja .location_visual_title,
.location_overview_ja .location_contact_title,
.location_overview_ja .location_contact_label,
.location_overview_ja .location_contact_desc,
.location_overview_ja .location_contact_info a > p {
    font-family: "Pretendard JP", "Yu Gothic", "Meiryo", sans-serif;
    word-break: normal;
    word-break: auto-phrase;
    overflow-wrap: break-word;
    line-break: strict;
    text-wrap: pretty;
}

.location_overview_ja .location_contact_address_extra {
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.location_overview_ja .location_ja_no_wrap {
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    white-space: nowrap;
}
