@charset "UTF-8";

/* =========================
main
============================ */
.main {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.03em;
    overflow: hidden;
}

.section--plivacypolicy {
    padding: 64px 4.2% 96px;
}

.section--plivacypolicy .title {
    text-align: center;    
}

.section--plivacypolicy .title::after {
    content: 'PLIVACYPOLICY';
    font-size: 4.8rem;
    font-weight: 900;
    background-repeat: no-repeat;
    color: #e6e6e6;
    opacity: 40%;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -10;
    letter-spacing: 0;
}

.plivacypolicy__txt {
    margin-top: 56px;
}

.plivacypolicy__item {
    margin-top: 56px;
}

.plivacypolicyItem__title {
    font-size: 1.8rem;
}

.plivacypolicyItem__txt {
    margin-top: 12px;
}

.plivacypolicyItem__content {
    margin-top: 12px;
    text-indent: -1em;
    padding-left: 1em;
}


/* tab 600px */
@media screen and (min-width: 600px) {
    .section--plivacypolicy {
        padding: 96px 9.7% 152px;
    }
}

/* tab 768px */
@media screen and (min-width: 768px) {
    .section--plivacypolicy {
        padding: 96px 9.7% 180px;
    }
}

/* pc 1024px */
@media screen and (min-width: 1024px) {
    .section--plivacypolicy {
        padding: 120px 9.7% 200px;
    }

    .section--plivacypolicy .title::after {
        font-size: 9.6rem;
        top: -42px;
    }

    .plivacypolicy__group {
        margin: 120px auto 0;
        max-width: 1160px;
    }

}

/* pc 1440px */
@media screen and (min-width: 1440px) {
    .section--plivacypolicy {
        padding: 184px 9.7% 280px;
    }
}

/* pc 2000px */
@media screen and (min-width: 2000px) {
    .section--plivacypolicy {
        padding: 280px 9.7% 360px;
    }
}