
@charset "UTF-8";

#menu + section .heading.block_header_2 .h {
    font-size: 4rem !important;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
}
@media screen and (max-width: 800px) {
#menu + section .heading.block_header_2 .h {
        font-size: 2.8rem !important;
    }
}

#menu + section .heading.block_header_2 p {
    font-size: 1.7rem; 
    color: var(--i_txt_color);
}
@media screen and (max-width: 800px) {
#menu + section .heading.block_header_2 p {
        font-size: 1.5rem !important;
    }
}

#recruit + section .heading.block_header_2 .h {
    font-size: 4rem !important;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
}
@media screen and (max-width: 800px) {
#recruit + section .heading.block_header_2 .h {
        font-size: 2.8rem !important;
    }
}

#recruit + section .heading.block_header_2 p {
    font-size: 1.7rem; 
    color: var(--i_txt_color);
}
@media screen and (max-width: 800px) {
#recruit + section .heading.block_header_2 p {
        font-size: 1.5rem !important;
    }
}