@charset "utf-8";
/* ▼ KV ▼------------------------------------------ */
.lower-kv {
    position: relative;
}
.lower-ttl {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 38%;
    left: 12%;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-size: clamp(24px, 4.86vw, 70px);
    line-height: normal;
    font-weight: 600;
    color: #fff;
}
.lower-ttl__en {
    display: inline-block;
    margin-top: 5px;
    font-family: Roboto;
    font-size: clamp(14px, 2.78vw, 40px);
    font-weight: 400;
}
.lower-kv__bg img {
    width: 100%;
}
.lower-kv__wave {
    position: absolute;
    top: 74%;
    left: 0;
}

/* ▼ PRIVACY POLLCY ▼----------------------------------------- */
.privacy {
    margin: 100px 8% 150px;
    padding: 20px 0;
    background-color: #e9f0f3;
}
.privacy__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 30px;
}
/* h3 */
.privacy__main-ttl {
    font-size: 32px;
    font-weight: 500;
    margin: 70px auto 30px;
}
.privacy__item {
    margin-bottom: 30px;
}
/* h3 */
.privacy__ttl {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    padding-left: 23px;
    position: relative;
}
/* シンボル ■ */
.privacy__ttl-symbol {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* 本文とリスト */
.privacy__content p {
    margin-bottom: 1.9em;
}
.privacy__content ul {
    list-style: none;
    padding-left: 0;
}
.privacy__content ul li {
    position: relative;
    padding-left: 1em;
    margin-bottom: 0.5em;
}
/* リストの黒点 */
.privacy__content ul li::before {
    content: "";
    position: absolute;
    left: 0.3em;
    top: 0.7em;
    width: 3px;
    height: 3px;
    background-color: #333;
    border-radius: 50%;
}
/* h4 */
.privacy__sub-ttl {
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: 5px;
}
/* 情報 */
.privacy__contact-info {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 70px;
    padding: 38px 40px;
    border: 1px solid #97abb2;
}
.privacy__contact-ttl {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.privacy__contact-desc {
    margin-bottom: 1rem;
}
address {
    font-style: normal;
}
.privacy__address a {
    color: #4f889d;
}

@media (max-width: 767px) {
    .privacy {
        margin: 50px 0 80px;
    }
    .privacy__inner {
        font-size: 14px;
    }
    .privacy__main-ttl {
        font-size: 24px;
        margin-top: 60px;
        margin-bottom: 30px;
    }
    .privacy__ttl {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .privacy__item {
        margin-bottom: 30px;
    }
    .privacy__contact-info {
        margin-bottom: 100px;
        padding: 29px 20px;
    }
    .privacy__contact-ttl {
        font-size: 16px;
    }
}
