@charset "utf-8";

/********* Page *********/
.mv .txtBox{
    background: #eeeeee url("../img/img02.jpg") no-repeat;
    background-size: cover;
}

.mv .imgBox{
    background:url("../img/2023/img01.jpg") no-repeat center top;
    background-size: cover;
}

.mv .txtBox:before{
    background-color: rgba(44, 142, 185, 0.8);
}


.business_img03{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.business_img03 img{
    width: 100%;
}
.business_img03 .imgBox01{
    width: calc(535 / 980 * 100%);
}
.business_img03 .imgBox02{
    width: calc(430 / 980 * 100%);
}

@media screen and (max-width: 700px){
    .business_img03 .imgBox01{
        width: 100%;
    }
    .business_img03 .imgBox02{
        width: 100%;
        margin-top: 15px;
    }
    
}