.page_footer{
    width: 100%;
    height: min(4.8svw,60px);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-color: white;
    margin-top: min(6.4svw,80px);
}

.footer_box{
    width: min(100svw, 1250px);
    height: min(4.8svw,60px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-direction: row;
}

.footer_link{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    padding-left: 2%;
}

.footer_link h2{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin: 0;
    margin-right: min(0.8svw,10px);
    white-space: nowrap;
}

.footer_link h2 a{
    color: black;
    font-size: min(1.28svw, 16px);
    white-space: nowrap;
    font-weight: lighter;
}

.footer_link h2 a:focus-visible{
    background-color: #fff7e1;
}

@media (hover: hover){
    .footer_link h2 a:hover{
        background-color: #fff7e1;
    }
}

.copyright{
    margin-right: 0.5%;
    text-align: right;
    font-size: min(1.12svw, 14px);
}

.return_section{
    bottom:0;
    left:0;
    width: 100%;
    height: 100lvh;
    pointer-events: none;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.return_box{
    width: min(100%, 1700px);
    margin-bottom: min(6.8svw,85px);
    pointer-events: none;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.return_link{
    line-height: 1em;
    width: min(6.72svw,84px);
    height: min(6.72svw,84px);
    border-radius: min(3.36svw,42px);
    border: 3px solid #3a2f1c;
    font-size: min(1.28svw,16px);
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-right: min(2.4svw,30px);
    transform-origin: center;
    transform: scale(0);
    transition: transform 0.5s;
    pointer-events: painted;
    z-index: 5;
}

.return_link:focus-visible{
    border: 5px solid #3a2f1c;
    background-color: #fff7e1;
}

@media (hover: hover){
    .return_link:hover{
        border: 5px solid #3a2f1c;
        background-color: #fff7e1;
    }
}

.return_link:before{
    content: "";
    box-sizing: border-box;
    width: 0;
    height: 0;
    box-sizing: border-box;
    border: min(0.8svw,10px) solid transparent;
    border-bottom: min(1.28svw,16px) solid #555;
    margin-bottom: min(0.4svw,5px);
    margin-top: max(-1.6svw,-20px);
}

@media screen and (max-width: 480px) {
    .page_footer{
        height:46.875svw;
        margin-top: min(4.2svw, 35px);
    }
    .footer_box{
        width: 100%;
        height: 100%;
        flex-direction: column;
    }
    .footer_link{
        width: 94%;
        height: 50%;
        padding-left: 5%;
        margin-right: min(2.5svw, 16px);
        justify-content: flex-start;
        flex-wrap: wrap;
        align-content: center;
    }
    .footer_link h2{
        margin-bottom: min(2.5svw, 16px);
        margin-right: min(2.5svw, 16px);
    }
    .footer_link h2:nth-child(2){

        margin-right: 60svw;
    }
    .footer_link h2 a{
        font-size: 3svw;
        white-space: nowrap;
    }
    .copyright{
        height: 50%;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 2.5svw;
    }
    .return_box {
        margin-bottom: 26svw;
    }
    .return_link{
        width: 13svw;
        height: 13svw;
        border-radius: 6.5svw;
        border: 1px solid black;
        font-size: 3svw;
        margin-right: 6.5svw;
    }
}
