/*=================
privacy
==================*/
.privacy {
    justify-content: center;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    max-width: 1920px;
    width: 100%;
    height: auto;
}

.pc {
    display: flex;
}

.sp {
    display: none;
}

.img-area {
    width: 100%;
    height: auto;
}

@media screen and (max-width:1280px) {
    .back-top {
        width: 90px;
        height: 90px;
    }

}

@media screen and (max-width:900px) {
    .pc {
        display: none;
    }

    .sp {
        display: flex;
    }
}