@charset "utf-8";

/* section01 
----------------------------------------------------------*/

#section01 .text-box{
    text-align: center;
    padding: 5% 0 20% 0;
    font-size: 1.5vw;
}

@media screen and (max-width:980px) {
    #section01 .text-box{
        padding: 10% 0 20% 0;
        font-size: 3vw;
    }
}