@charset "utf-8";

/* mainVisual */
#call_a {
    width: 100%;
    height: 100%;
    background: url(../../img/top/mv_bg_full.png) center / cover no-repeat;
}

.mv_container {
    padding-top: 2rem;
    display: flex;
    gap: 1.5rem;
    width: clamp(64rem, 32rem + 40vw, 80rem);
    margin: auto;
}

.mv_left {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media screen and (max-width: 1280px) {
    #call_a {
        background: url(../../img/top/mv_bg.png) center / cover no-repeat;
    }
    .mv_container{
        width: 80%;
    }
}

@media screen and (max-width: 768px) {
    #call_a {
        background: url(../../img/top/mv_bg_sp.png) center / cover no-repeat;
    }
    .mv_container{
        flex-direction: column;
        width: 94%;
        gap: 0;
    }
    .mv_left{
        flex-direction: column;
        align-items: center;
    }
    .freemobiz_logo{
        width: 90%;
    }
    .mv_price{
        width: 84%;
    }
}