@charset "UTF-8";

html {
    height: 100%;
    margin: 0;
    padding: 0;

}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #4a494e;
    min-height: 100%;
    margin: 0 auto;
    padding: 0;
    max-width: 750px;
    background-color: #eaefed;
}



p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1rem;
}

a {
    text-decoration: none;
}



/* ファーストビュー */
.fv-section {
    background-image: url('images/banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: calc(1500 / 750 * 100%);
    position: relative;
}

.top-cta-link {
    width: 79%;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.cta-image {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}





@media (max-width: 768px) {

    

}


@media (max-width: 500px) {

   

}

