.home #content {
    padding-top: 0;
}

@media (max-width: 768px) {
    .fv-sp  {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .fv-sp p {
        line-height: 1.2;
    }
}