.submv {
    width: 100%;
    position: relative;
    z-index: -20;
    background-color: #222;
    display: inline-block;
}

.submv_img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    opacity: 0.5;
    display: block;
}

.subpage_title {
    position: absolute;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    right: 39%;
    bottom: 50%;
}

.privacy {
    padding-top: 80px;
    margin-bottom: 250px;
}

.privacy_point {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px;
    margin-bottom: 100px;
}

.privacy_title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 25px;
}

.privacy_text strong {
    font-weight: 600;
    font-size: 18px;
}

.privacy_box+.privacy_box {
    margin-top: 60px;
}

@media (max-width: 600px) {

    .section_title {
        font-size: 24px;
    }

    .privacy {
        margin-bottom: 150px;
    }

    .subpage_title {
        font-size: 24px;
        right: 19%;
        bottom: 40%;
    }

    .privacy_point {
        width: 100%;
    }
}

@media (min-width: 601px) {
    .pc_none {
        display: none;
    }

    .sp_br {
        display: none;
    }
}

@media (min-width: 660px) {}