.fv{
    background-image: url(../img/パンフレット_Bplan.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 785px;
    position: relative;
}
.other-fv-wrap{
    transform: translateY(100px);
}
.other-title{
    transform: translateY(350%);
}
.section-title{
    font-size: 17px;
    width: 70%;
}
.first-wrap{
    padding: 100px 0px;
}
.online-title{
    text-align: center;
    position: relative;
    font-size: 20px;
    color: #8F9A93;
    font-family: 'Noto Serif JP', serif;
    font-style: normal;
    line-height: 35px;
}
.first-text{
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: #8F9A93;
}
.first-text p{
    margin-top: 28px;
}
@media (max-width:767px){
    .fv{
        background-image: url(../img/背景_sp.png);
        background-size: 100%;
        margin-top: 20px;
        height: 287px;
    }
    .other-title{
        transform: translateY(0%);
    }
    .online-title{
        font-size: 15px;
    }
    .first-text p{
        font-size: 11px;
    }
}