@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;
    }
}

/* Youtube表示レイアウト調整(2026/01/15) */
#youtube + section .wrapper_item {
    display: flex;
    gap: 20px;
}
#youtube + section .wrapper_item .youtube_block {
    width: calc((100% - 40px) / 3);
    padding-top: initial;
    aspect-ratio: 16 / 9;
}
@media only screen and (max-width: 900px) {
    #youtube + section .wrapper_item {
        flex-wrap: wrap;
        flex-direction: column;
    }
    #youtube + section .wrapper_item .youtube_block {
        width: 100%;
    }
}

/*メニューパーツボタン調整_260123*/
#menu_type01+ .widget_menu01 .contents_btn01 a {
    color: var(--i_btn_color);
}