@charset "utf-8";

#sec01,
#sec02,
#sec03,
#sec04,
#sec05,
#sec06{
    padding-top: 138px;
    margin-top: -138px;
}
#sec01 h4,
#sec02 h4,
#sec03 h4,
#sec04 h4,
#sec05 h4,
#sec06 h4{
    padding-top: 0;
}
@media screen and (max-width: 680px){

    #sec01,
    #sec02,
    #sec03,
    #sec04,
    #sec05,
    #sec06{
        padding-top: 18.666666vw;
        margin-top: -18.666666vw;
    }

}