.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%);
}
.appoint-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;
}
.online-title::after{
    content: "";
    width: 30px;
    height: 1px;
    background-color: #8F9A93;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.appoint-text{
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: #8F9A93;
}
.appoint-text p{
    margin-top: 28px;
}
.appoint-btn{
    margin: 0 auto;
    margin-top: 80px;
    display: block;
    text-align: center;
    width: 300px;
    height: 60px;
    background: linear-gradient(180deg, #B2CEC4 0%, #ABCBC4 0.01%, #ABCBC4 0.02%, #ABCBC4 0.03%, #87C0CA 100%);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    color: white;
    text-decoration: none;
    font-size: 20px;
    line-height: 60px;
    font-weight: bold;
}
@media (max-width:767px){
    .fv{
        background-image: url(../img/背景_sp.png);
        background-size: 100%;
        margin-top: 20px;
        height: 287px;
    }
    .other-title{
        transform: translateY(0%);
    }
    .appoint-text p{
        font-size: 11px;
    }
}