@charset "utf-8";
.c_pagetop{
    width: .6rem;
    height: .6rem;
    background: #86ba00;
    position: fixed;
    bottom: .3rem;
    right: .2rem;
    z-index: 9996;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
}
.c_pagetop.is-scroll{
    opacity: 1;
    visibility: visible;
}
.c_pagetop::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: #fff;
    height: calc(.4rem / 2);
    width: .17rem;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.l-footer{
    background: #f3f3f3;
}
.l-footer__cont{
    display: grid;
    grid-auto-flow: column;
    grid-template: auto / repeat(5, 1fr);
    height: 5.7rem;
    margin-right: auto;
    margin-left: auto;
    gap: .06rem;
}
.l-footer__cont-contact-txt {
    font-family: "Zen Old Mincho",'游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.l-footer__cont-company{
    display: flex;
    justify-content: center;
    padding-top: 1rem;
    z-index: 0;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.l-footer__cont-company-fig{
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.l-footer__cont-company-fig::before{
    display: block;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    content: "";
    opacity: .7;
}
.l-footer__cont-company-fig img{
    display: block;
    z-index: -1;
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform .3s ease-out;
}
.l-footer__cont-company:hover .l-footer__cont-company-fig img{
    transform: scale(1.05);
}
.l-footer__cont-company-desc{
    width: 100%;
}
.l-footer__cont-company-desc-logo{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    margin: auto;
    min-height: 1.5rem;
}
.l-footer__cont-company-desc-logo img{
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}
.l-footer__cont-company-desc-logo.chico_logo{
    width: 1.3rem;
}
.l-footer__cont-company-desc-txt{
    width: 90%;
    margin: auto;
    color: #fff;
    line-height: 2;
    text-align: center;
    min-height: 1rem;
}
.l-footer__cont02{
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: .6rem .6rem .3rem;
    background: #f3f3f3;
    margin-top: -1.25rem;
}
.l-footer__cont02 > a{
    display: block;
}
.l-footer__cont-contact{
    background: #fff;
    padding: .6rem .3rem .4rem;
    height: 2.5rem;
    position: relative;
}
.l-footer__cont-contact-ttl{
    margin-bottom: .2rem;
}
.l-footer__cont03{
    max-width: calc(1200px + .4rem);
    width: 100%;
    margin: auto;
    padding: 0 .2rem;
}
.l-footer__cont-nav > ul{
    display: flex;
    justify-content: center;
    column-gap: .5rem;
}
.l-footer__copy{
    max-width: calc(1200px + .4rem);
    width: 100%;
    margin: auto;
    padding: .4rem .2rem .1rem;
    text-align: right;
}
.l-footer__btmWrap{
    position: relative;
    z-index: 1;
}
.l-footer__cont-contact-subttl{
    position: absolute;
    top: .6rem;
    right: .3rem;
}
.l-footer__cont-contact-subttl .fs-18 {
    font-family: "Zen Old Mincho",'游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.l-footer__cont-company-desc .c-btn__arw{
    margin: auto;
}
@media only screen and (max-width: 1024px) {
    .l-footer__cont{
        grid-template: repeat(5, 1fr) /auto;
        height: auto;
    }
    .l-footer__cont-company{
        padding: .5rem 0;
    }
    .l-footer__cont02{
        margin-top: auto;
        padding: .3rem;
    }
    .l-footer__cont-company-desc-logo{
        width: 50%;
        min-height: auto;
        margin-bottom: .5rem;
    }
    .l-footer__cont-company-desc-logo.chico_logo{
        width: 40%;
        margin-bottom: .1rem;
    }
    .l-footer__cont-nav.fs-22{
        font-size: calc((.14rem * 100 / 50) * 0.9);
    }
    .l-footer__cont-nav > ul{
        justify-content: flex-start;
		flex-wrap: wrap;
		row-gap: 10px;
    }
    .l-footer__cont-nav{
/*         overflow-x: scroll; */
        white-space: nowrap;
/*         -webkit-overflow-scrolling: touch; */
    }
    .l-footer__cont-contact{
        height: auto;
        padding: .8rem .4rem;
    }
    .l-footer__cont03{
        padding: .3rem;
    }
    .l-footer__copy{
        padding: .1rem .3rem;
        text-align: center;
    }
    .l-footer__cont-contact-subttl{
        position: relative;
        top: auto;
        right: auto;
        justify-content: flex-end;
    }
    .l-footer__cont-contact-subttl .c-btn__arw{
        margin: 0;
    }
    .l-footer__cont-contact-txt{
        margin-bottom: .4rem;
        line-height: 1.6;
    }
    .l-footer__cont-company-desc-txt{
        min-height: auto;
        margin-bottom: .4rem;
    }
    .l-footer__cont-company-desc{
        width: auto;
        display: grid;
        place-content: center;
        place-items: center;
    }
}
@media only screen and (max-width: 640px) {

}