.lower-mv.--privacypolicy {
    background-image: url(../img/contact/pc/mv-bg.png);
    background-size: cover;
    background-position: bottom;
    height: 22vw;
    padding-top: 5vh;
}

@media screen and (max-width: 1024px) {
    .lower-mv.--privacypolicy {
        background-image: url(../img/contact/sp/mv-bg.png);
        height: 40vw;
        padding-top: 8vw;
    }
}

.lower-mv__inner {
    height: 100%;
    display: grid;
    place-items: center;
    color: #fff;
}

.u-f-serif {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
}

.lower-mv__ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 4vh;
}

.lower-mv__ttl-ja {
    font-size: 30rem;
    line-height: 1.4857142857;
}

.lower-mv__ttl-en {
    font-size: 18rem;
    line-height: 1.3;
    letter-spacing: 0.1em;
}

.privacy-policy {
    margin: auto;
    padding: 60px 20px;
    max-width: 800px;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .privacy-policy {
        padding: 100px 30px;
    }
}

.privacy-policy__intro {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #333333;
    line-height: 2;
}

@media screen and (min-width: 768px) {
    .privacy-policy__intro {
        font-size: 16px;
    }
}

.privacy-policy__section {
    margin-top: 50px;
}

@media screen and (min-width: 768px) {
    .privacy-policy__section {
        margin-top: 70px;
    }
}

.privacy-policy__title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #000000;
    line-height: 1.6;
}

@media screen and (min-width: 768px) {
    .privacy-policy__title {
        font-size: 22px;
    }
}

.privacy-policy__text {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #333333;
    line-height: 2;
}

@media screen and (min-width: 768px) {
    .privacy-policy__text {
        font-size: 16px;
    }
}

.privacy-policy__list {
    margin-top: 20px;
    padding-left: 20px;
    list-style-type: decimal;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #333333;
    line-height: 2;
}

@media screen and (min-width: 768px) {
    .privacy-policy__list {
        font-size: 16px;
    }
}

.privacy-policy__item {
    margin-top: 10px;
}

.privacy-policy__link {
    color: #0066cc;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
    .privacy-policy__link {
        font-size: 18px;
    }
}

.privacy-policy__address {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #333333;
    line-height: 2;
}

@media screen and (min-width: 768px) {
    .privacy-policy__address {
        font-size: 16px;
    }
}

.privacy-policy__email {
    color: #0066cc;
    text-decoration: underline;
}