@charset "UTF-8";

/*スタッフパーツフォントサイズ調整_251027*/
#staff + div .heading.block_header_4 .h {
    font-size: 4rem;
}
@media screen and (max-width: 1350px) {
     #staff + div .heading.block_header_4 .h {
        font-size: 4rem !important;
    }
}
@media screen and (max-width: 900px) {
     #staff + div .heading.block_header_4 .h {
        font-size: 3.6rem !important;
    }
}