@charset "utf-8";

/* main */
.about-list__area > .text { font-size: 84px; }

/* sub */
.organization__area .box .text-box p { word-break: break-word; }

@media screen and (max-width: 1760px) {
    /* main */
    .about-list__area > .text {
        font-size: clamp(32px, 4.7vw, 84px);
    }
}
@media screen and (max-width: 1024px) {
    .organization__area .top .circle .position { font-size: 1.34em; }
    .organization__area .top .circle .name { font-size: 1.1em; }
}

@media screen and (max-width: 768px) {
    .sec-as-map .contact-text > p > br:not(.fixed-br) {
        display: none;
    }
}