@charset "utf-8";
/* ==========================================================

* 追加CSS 834px以下 *

============================================================ */
@media (max-width: 834px){

/*-------------------------------------------

 TOP追加

------------------------------------------*/

/*-----------------------------------
 TOP　全部受け放題
-----------------------------------*/
.mv-point-main strong {
    font-size: 10vw;
}


/*-----------------------------------
 TOP　体験の流れ
-----------------------------------*/
#top-flow{
    padding: 0 0 80px;
}
#top-flow .ttl-box h2{
    flex-direction: column;
    align-items: flex-start;
}
#top-flow .ttl-box h2 p.en{
    font-size: 70px;
}
#top-flow .ttl-box h2 p.jp{
    font-size: 23px;
    margin: 0 0 0 100px;
}
#top-flow .ttl-box h2::after{
    width: 240px;
    left: auto;
    right: 30px;
}
#top-flow ul li{
    min-height: 510px;
}

/*-----------------------------------
 TOP　ポイント
-----------------------------------*/
#top-feature {
    margin: 80px 0 0;
}
.feature-title{
    padding: 0 30px;
}

/*-----------------------------------
 TOP　FAQ
-----------------------------------*/
.top-faq-inner{
    padding: 70px 0 0;
}

/*-----------------------------------
 TOP　コンタクト
-----------------------------------*/
#top-contact{
        padding: 130px 0;
        background-position: top right -290px;
        background-size: 360%;
}
#top-contact::before{
        background-position: top right -290px;
        background-size: 360%;
}
#top-contact .top-inner{
    max-width: 100%;
}
#top-contact .text-box p.ttl{
    font-size: 4.3vw;
    margin: 0 0 30px;
}
#top-contact .text-box p.text01{
    font-size: 6.4vw;
}
#top-contact .campaign-btn {
    padding: 25px 20px;
    display: flex;
    justify-content: center;
}


/* 834px以下 */
}
/* 834px以下 */