@charset "UTF-8";

@media screen and (max-width: 900px) {
    #mv .mv_textimg{
        display:none!important;
    }
}
#top_about + section .heading.block_header_1 p {
    position: relative;
}
#top_about + section .heading.block_header_1 p::before {
    content: "ティーフォーラボ";
    position: absolute;
    font-size: 1.6rem;
    white-space: nowrap;
    letter-spacing: normal;
    left: 50%;
    transform: translateX(-50%);
    top: -14px;
}
@media screen and (max-width: 700px) {
    #top_about + section .heading.block_header_1 p::before {
        font-size: 1.2rem;
    }
}