@charset "utf-8";

.vision-diagram .text-box .title > p { font-family: var(--font-Play); }
.sec-vision-bottom .text-top > em { font-family: var(--font-Play); }
.business__area .text-box .title, .business__area .tag__box .tag > span { font-family: var(--font-Play); }

@media screen and (max-width:768px) {
    .content-text > br { display: none; }
    .sec-about .table-type-01 tbody th { width: 25%; }
    .sec-about .table-type-01 tbody td { width: 75%; }
    .vision__list > li .text-box > p > br { display: none; }
}

@media screen and (max-width:640px) {
    .sec-vision-bottom .text-top > em > br { display: none; }
}