.privacy-policy {
    position: relative;
    overflow: hidden;
   
}

.privacy-policy__bg{
    padding:40px 0 60px
}

.privacy-policy__ttl {}


.privacy-policy::before {
    content: " ";
    background-image: url('../img/bg02.png');
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    top: 25px;
    width: 150px;
    height: 133px;
    position: absolute;
    left: -50px;
}

.privacy-policy::after {
    content: " ";
    background-image: url('../img/bg03.png');
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    top: 110px;
    width: 121px;
    height: 108px;
    position: absolute;
    left: auto;
    right: -45px
}

.privacy-policy .privacy-policy__ttl {
    margin-top: 50px;
    margin-bottom: 60px;
}

.privacy-policy__bg{
    background-color: #F8F8F8;
}

.privacy-policy__info{
    line-height: calc(32/16);

}



@media screen and (min-width: 768px){
    .privacy-policy__bg{
        padding:65px 0 ;
    }
.privacy-policy::before {
    display: none;
}

.privacy-policy::after {
    display: none;
}

.ttl__icon {
    position: relative;
}

.privacy-policy .ttl__icon::before {
    content: " ";
    background-image: url('../img/bg02.png');
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    top: -30px;
    width: 300px;
    height: 267px;
    position: absolute;
    left: -598px;
    z-index: 1;
}

.privacy-policy .ttl__icon::after {
    content: " ";
    background-image: url('../img/bg03.png');
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    top: 100px;
    width: 243px;
    height: 216px;
    position: absolute;
    right: -520px;
}

@media screen and (max-width: 1060px) {
    .privacy-policy .ttl__icon::before {
        content: " ";
        background-image: url('../img/bg02.png');
        background-size: contain;
        display: inline-block;
        background-repeat: no-repeat;
        top: -30px;
        width: 300px;
        height: 267px;
        position: absolute;
        left: -398px;
        z-index: 1;
    }

    .privacy-policy .ttl__icon::after {
        content: " ";
        background-image: url('../img/bg03.png');
        background-size: contain;
        display: inline-block;
        background-repeat: no-repeat;
        top: 100px;
        width: 243px;
        height: 216px;
        position: absolute;
        right: -420px;
    }

    
}

.privacy-policy__info{
    max-width: 797px;
    margin: 0 auto;

}

}