footer{
    background: var(--color-000);
    color: var(--color-fff);
    font-weight: bold;
    padding: var(--space-50) 0 ;
    position: relative;
    overflow: hidden;
}
.footerNavi .footerNaviInnerR{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.footerListContainer{
    display: flex;
    width: 50%;
    justify-content: space-around;
}

.footerNavi .list{
    color:var(--color-fff);
    margin-bottom: 20px;

}
.footerNavi ul li a{
    color:var(--color-fff);
}
.footerNaviInnerBottom{
    width: 30%;
    text-align: left;
    font-size: 12px;
    z-index: 8;
    line-height: 1.5;
}
.footerNaviInnerBottom .list{
    margin-bottom: 10px!important;
}

.logoFooter img{
    width: 30%;
    max-width: 120px!important;
    ;position: absolute;
    bottom: -10px;
    right:10px;
    z-index: 1;
}


/* ========================================================== */
/* ==============  2023タプレット 1025px   ==================== */
/* ========================================================== */
@media screen and (max-width:1023px){
    .logoFooter img{
        width: 20%;
        max-width: 100px;
        bottom: -15px;
    }
    }

/* ========================================================== */
/* ==============  2023スマホ     600px   ==================== */
/* ========================================================== */
@media screen and (max-width:600px){
    .footerNavi .footerNaviInnerR{
        flex-direction: column;

    }
    .footerListContainer{
        width: 100%;
    }
    
    .footerNaviInnerBottom{
        margin-top: var(--space-30);
        width: 100%;
    }
    footer{
        padding: var(--space-50) 0 var(--space-10);
    }
    .footerNaviInnerBottom{
        text-align: center;
    }
}
