@charset "UTF-8";

.fv {
    width: 100%;
    height: fit-content;
    aspect-ratio: 398 / 768;
    background: url(../../img/message/sp/message-fv.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 0 0 63.38px;
    gap: 202px;
    margin-bottom: 100px;
}

.content-ttl {
    color: #FFF;
    text-align: center;

    h2 {
        font-size: 71px;
    }

    h3 {
        font-size: 14px;
        margin: 0;
    }
}

.scroll {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.scroll b {
    color: #FFF;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 4.8px;
}

.scroll .arrow span {
    display: block;
    width: 13px;
    height: 13px;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    transform: rotate(45deg);
    line-height: 0;
}

.main-point {
    padding: 0 17px 0 15px;
}

.main-point h4 {
    width: 100%;
    font-size: 18px;
    margin-bottom: 54px;
}

.main-point p {
    width: 100%;
    font-size: 14px;
    margin: 0 0 40px;
    line-height: 2.1;
}

@media only screen and (min-width:992px) {
    .fv {
        width: 100%;
        height: fit-content;
        aspect-ratio: 1920 / 900;
        background: url(../../img/message/message.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        padding: 0 0 60px;
        gap: 35%;
        margin-bottom: 220px;
    }

    .content-ttl {
        color: #FFF;
        text-align: center;

        h2 {
            font-size: 150px;
        }

        h3 {
            font-size: 18px;
            margin: 0;
        }
    }

    .scroll {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .scroll b {
        color: #FFF;
        font-size: 12px;
        font-weight: normal;
        letter-spacing: 4.8px;
    }

    .scroll .arrow span {
        display: block;
        width: 13px;
        height: 13px;
        border-right: 1px solid #FFF;
        border-bottom: 1px solid #FFF;
        transform: rotate(45deg);
        line-height: 0;
    }

    .main-point {
        padding: 0 140px;
    }

    .main-point h4 {
        width: 100%;
        font-size: 24px;
        margin-bottom: 52px;
    }

    .main-point p {
        width: 100%;
        font-size: 16px;
        margin: 0 0 45px;
        line-height: 2;
    }
}

@media only screen and (max-width:991px) {
    @media only screen and (min-height:932px) {
        .fv {
            gap: 200px;
        }
    }

    @media only screen and (min-height:1000px) {
        .fv {
            gap: 300px;
        }
    }
}