@charset "utf-8";

/* トップページ画像部
============================================== */

.main-top-image-container {
    background-image: url('../img/main_top_img.jpg');
    width: 100%;
    background-size: cover;
    background-position: center;
    /* padding-top: 56.25%;  */
    position: relative;
    padding: 30% 0 5% 5%;
}

.main-top-text h1{
    font-size: 3vw;
}
.main-top-text p{
    font-size: 2vw;
}