.privacy_page {
    padding-top: 60px;
    width: 100%;
    margin: 0 auto;
}

.privacy_page::after {
    content: '';
    position: absolute;
    background-image: url(../img/company/bg_company_top.jpg);
    max-height: 880px;
    width: 46%;
    height: 100%;
    background-size: cover;
    background-position: center top;
    top: 0;
    right: 0vw;
    background-repeat: no-repeat;
    z-index: -1;
}

.wrap_privacy_top {
    position: relative;
}

.wrap_privacy_top::before {
    content: '';
    position: absolute;
    background-image: url(../img/contact/bg_contact.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 100vw;
    height: 100vw;
    top: -5vw;
    z-index: -1;
}

.col_privacy_top {
    width: 87%;
    max-width: 1260px;
    margin: 0 auto;
    position: relative;
}


.deco .deco_privacytop {
    width: 128px;
    height: 150px;
    overflow: hidden;
    background-image: url(../img/company/deco_water_companytop.svg);
    background-repeat: no-repeat;
    position: absolute;
    background-size: 95%;
    top: -20px;
    left: 44%;
    margin-left: 0;
    z-index: -1;
}

.privacy_page .ttl_privacy {
    max-width: 324px;
    margin: 65px 0 0 0;
    letter-spacing: -13px;
}

.privacy_page .ttl_privacy img{
    transform: translateX(-18px);
}

.privacy_page .ttl_privacy .ja {
    margin: 15px 0 0 0px;
    letter-spacing: 1.3px;
    font-size: 17px;
}

.privacy_page .ttl_privacy .ja {
    position: relative;
}

.privacy_page .ttl_privacy .ja:has(span.active)::after {
    content: '';
    position: absolute;
    width: 41px;
    height: 1px;
    background-color: #000;
    top: 50%;
    left: 191px;
    animation: opac 2.5s both;
    opacity: 0;
}

@keyframes opac {
    0% {
      opacity: 0;
    }
    20% {
        opacity: 0;
      }
    100% {
      opacity:1;
    }
}

.col_privacy_top .flex_box {
    display: flex;

}

.col_privacy_top .flex_box .left {
    width: 47%;
}

.col_privacy_top .flex_box .left .leftarea_top {
    border-bottom: 1px solid #c5c6c6;
}

.col_privacy_top .flex_box .left .privacy_top_txt {
    max-width: 479px;
    margin: 45px 0 70px 0;
}

.col_privacy_top .flex_box .right {
    width: 48%;
    margin: 0 0 0 5%;
}

.leftarea_bottom .leftarea_bottom_ttl {
    font-size: 20px;
    font-weight: bold;
    color: #004182;
}

.leftarea_bottom .mds {
    margin: 0 1em 0 0;
    position: relative;
}

.leftarea_bottom .mds::before {
    content: '';
    position: absolute;
    background-image: url(../img/contact/icon_tel.svg);
    width: 22px;
    height: 22px;
    top: 5px;
    left: -27px;
}

.leftarea_bottom {
    max-width: 479px;
    margin: 30px 0px 0 6px;
}

.leftarea_bottom_txt {
    position: relative;
    margin: 15px 0 0 0;
    padding: 0 0 0 0px;
}


.col_privacy_top .flex_box .right_flex {
    display: flex;
}

.col_privacy_top .flex_box .right .img1 {
    max-width: 142px;
    transform: translateY(-6%);
}

.col_privacy_top .flex_box .right .img2 {
    max-width: 142px;
    transform: translateY(-31%);
    margin: 0 23px;
}

.col_privacy_top .flex_box .right .img3 {
    max-width: 142px;
    transform: translateY(-16%);
}

#btn_scroll {
    position: absolute;
    right: 45px;
    top: 70%;
    max-height: 50px;
    text-decoration: none;
    transform: rotate(90deg);
    font-size: 90%;
    line-height: 1.5rem;
    color: #140000;
}

#btn_scroll a {
    color: #0090df;
}

#btn_scroll a:hover {
    text-decoration: none;
}

#btn_scroll .arrow-right {
    color: #0090df;
    border-radius: 50%;
    border: solid 1px #0090df;
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-left: 16px;
    position: relative;
    overflow: hidden;
}

.arrow-right::before,
.arrow-right::after {
    content: "→";
    position: absolute;
    top: 1px;
    right: 7px;
    animation-fill-mode: both;
    animation-duration: 0.4s;
    font-size: 12px;
}

#btn_scroll .arrow-right::before,
#btn_scroll .arrow-right::after {
    top: 1.5px;
    right: 9px;
}


#btn_scroll:hover .arrow-right {
    background-color: #0090df;
    border: solid 1px #0090df;
    color: #fff;
    transition: 0.2s;
}

#btn_scroll:hover .arrow-right::before {
    animation-name: move_left_center;
    animation-delay: 0.2s;
}

#btn_scroll:hover .arrow-right::after {
    animation-name: move_center_right;
    animation-delay: 0.2s;
}

@keyframes move_left_center {
    0% {
        transform: translateX(-180%);
    }

    100% {
        transform: translateX(0);
    }
}

.policy_wrap {
    position: relative;
}


.policy {
    width: 90%;
    max-width: 1260px;
    margin: 90px auto 0;
    padding: 90px 0;
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid #c5c6c6;
}

.box_policy {
    width: 90%;
    max-width: 808px;
    margin: 0 auto;
    padding: 0;
}

.policy_mds {
    color: #004182;
    font-weight: bold;
    font-size: 18px;
    padding: 0;
    margin: 0;
}

.policy_txt {
    margin: 0 0 40px 20px;
}





/*-------------------------deco----------------------*/

.deco.privacy {
    position: relative;
    z-index: -1;
}

.deco_privacy_water {
    width: 84px;
    height: 105px;
    overflow: hidden;
    background-image: url(../img/company/deco_water_profile2.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 469px;
    left: 50%;
    margin-left: -678px;
    z-index: -1;
}

.deco_privacy_water2 {
    width: 120px;
    height: 127px;
    overflow: hidden;
    background-image: url(../img/company/deco_water_profile.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 990px;
    left: 9%;
    margin-left: -168px;
    z-index: -1;
}



/*****************レスポンシブ*************************/

@media print,
screen and (max-width: 1500px) {
    #btn_scroll {
        right: -75px;
    }
}


@media print,
screen and (max-width: 850px) {

    .deco_privacy_water {
        background-size: 8vw;
        top: 469px;
        left: -3%;
        margin-left: 0;
        z-index: -1;
    }

    .privacy_page::after {
        max-height: 770px;
    }

    .wrap_privacy_top::before {
        top: 80%;
    }

    .deco .deco_privacytop {

        top: -20px;
        left: 70%;
        margin-left: 0;
        z-index: -1;
    }

    .col_privacy_top {
        padding: 0;
    }

    .col_privacy_top .flex_box {
        display: flex;
        flex-direction: column-reverse;
    }

    .col_privacy_top .flex_box .left {
        width: 100%;
    }

    .col_privacy_top .flex_box .left .leftarea_top {}

    .leftarea_bottom {
        margin: 30px auto 0;
        max-width: none;
    }

    .leftarea_bottom_txt {
        margin: 5px 0 0 0;
    }

    .col_privacy_top .flex_box .right_flex {
        /* justify-content: center; */
    }

    .col_privacy_top .flex_box .right {
        width: 100%;
        margin: 150px auto 0;
        transform: translateX(-7.6%);
    }

    .col_privacy_top .flex_box .right .img2 {
        margin: 0 3%;
    }

    .col_privacy_top .flex_box .left .privacy_top_txt {
        max-width: none;
        margin: 30px auto;
    }

    #btn_scroll {
        top: 53%;
        right: -75px;
    }

    .policy {
        margin: 30px auto 40px;
        padding: 30px 0;
        background-color: rgba(255, 255, 255, 0.3);
        border: 1px solid #c5c6c6;
    }

}


@media print,
screen and (max-width: 750px) {

    .deco_privacy_water {
        top: 519px;
    }

    .deco_privacy_water2 {
        top: 970px;
        left: -6%;
        background-size: 12vw;
        margin-left: 0;
        z-index: -1;
    }

    

    .privacy_page .ttl_privacy {
        width: 100%;
        margin: 30px 0 0 0;
    }

    .privacy_page .ttl_privacy img {
        transform: translateX(-12px);
        height: 51.09px;
        width: auto;
    }

    .privacy_page .ttl_privacy .ja {
        font-size: 17px;        }

    .col_privacy_top .flex_box .right {
        width: 100%;
        margin: 150px 0 0 0;
        transform: translateX(-8%);
    }

    .form_wrap::before {
        width: 100vw;
        height: 100vw;
        top: 1020px;
        z-index: -1;
    }


    .form {
        margin: 60px auto 0;
        padding: 30px 0;
    }

    .form_mds {
        text-align: center;
        width: 90%;
        margin: 0 1% 0 9%;
    }


    .form_list dl:not(:first-child) {
        border-top: 2px dotted #c5c6c6;
        margin: 15px 0 0 0;
        padding: 15px 0 0 0;
    }

    .btnarea_privacy {
        margin: 30px 0 0 0;
    }
}

@media print,
screen and (max-width: 550px) {

    .deco_privacy_water {
        top: 559px;
    }


    #btn_scroll {
        top: 50%;
        right: -60px;
    }

    .radio_flex {
        flex-wrap: wrap;
    }

    .radio_flex .form_radio {
        width: 50%;
    }

    .radio_flex .form_radio:last-child {
        width: 100%;
    }
}

@media print,
screen and (max-width: 400px) {

    .deco_privacy_water {
        top: 700px;
    }

    #btn_scroll {
        top: 40%;
    }
}