@charset "UTF-8";

/*---MVテキスト調整
---------------------------------------*/
#mv .mv_text {
    top: 0;
}

#mv .mv_text>div {
    position: absolute;
    top: 20px;
    left: 20px;
}

#mv .mv_text h2 {
    padding-top: unset;
    font-size: 30px!important;
}

#mv .mv_text p {
    font-size: 18px;
}

@media screen and (max-width: 900px){
    #mv .mv_text h2 {
        font-size: 3vw!important;
    }
    
    #mv .mv_text p {
        font-size: 2.6vw!important;
    }
}

*:has(.parallax_img)::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(255 255 255 / .3);
}

.content_wrapper + .content_wrapper {
    margin-top: 7rem;
}

/*---サービスパーツ調整
---------------------------------------*/
#top_service + .composite_box01 .inner_item_img {
    position: relative;
}
#top_service + .composite_box01 .inner_item_img:after {
    position: absolute;
    content: "";
    background: #33333380;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#top_service + .composite_box01 .inner_item .heading {
    text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, 1px 0px 1px #fff, -1px 0px 1px #fff, 0px 1px 1px #fff, 0px -1px 1px #fff;
}

@media screen and (max-width: 800px) {
.text01 {
    text-align: left!important;
}
}