

/* footer
----------------------------------------- */
#footer {
    position: relative;
    margin-top: 0;
    padding-top: 0;
    line-height: 1.5;
}
.footerBg{
    background: #fff;
}
.bgImageBtnWrap{
    padding: 50px 3%;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
background: rgb(0 128 0 / 80%);
    text-decoration: none;
    color: #fff;
    width: 84px;
    height: 84px;
    padding: 33px 0;
    text-align: center;
    display: block;
    border-radius: 42px;
    font-size: 12px;
    transition: .3s;
}
#page-top a:hover {
   opacity: .5;
}

.footer-gnav {
    padding: 0 3%;
    text-align: center;
    margin: 0;
    background: #fff;
}
.footer-gnav li {
    display: inline-flex;
    margin: 0 20px 0 0;
    font-size: 12px;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.footer-gnav li a{
    color: #666;
    padding: 10px 5px;
    font-size: 12px;
    letter-spacing: .1px;
    line-height: 1;
    font-weight: 400;
}
.footer-gnav li a:hover{
    color: var(--base-color);
}
.footer-gnav li:last-child {
    margin-bottom: 0;
}
.footer-inner {
    padding: 40px 30px 15px;
    background-color: #fff;
    color: #666666;
}
.footer-company-area {
}
.footer-logo {
    display: block;
    width: 200px;
    margin: 0 auto 15px;
}
.footer-logo img{
    display: block;
}
.footer-address {
    margin-bottom: 100px;
    font-size: 12px;
    color: #666666;
    line-height: 1.5;
    text-align: center;
}
.snsLinkWrap{
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.snsLinkWrap .linkitem{
    margin: 0 5px;
}
.snsLinkWrap .linkitem a{
    background: #000;
    /*border: 1px solid var(--base-color);*/
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    display: block;
    position: relative;
    border-radius: 15px;
    cursor: pointer;
    transition: .3s;
    overflow: hidden;
}
.snsLinkWrap .linkitem a img{
    width: auto;
    display: block;
    height: 15px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: .3s;
    /*-webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);*/
}
.snsLinkWrap .linkitem a .twitter{
    height: 13px;
}
.snsLinkWrap .linkitem a:hover{
    background: var(--base-color);
}
/*.snsLinkWrap .linkitem a:hover img{
    -webkit-filter: brightness(0) invert(100);
    filter: brightness(0) invert(100);
}*/
.copyright {
    font-weight: 400;
    display: block;
    font-size: 10px;
    text-align: center;
    color: #666;
    letter-spacing: 0.06em;
}


/* tablet 640px - 799px */
@media only screen and (min-width: 640px) {
/* footer
----------------------------------------- */
#footer {
    position: relative;
}
.page-top {
    display: block;
    position: absolute;
    top: 0;
    right: 30px;
    width: 50px;
    height: 50px;
}
.footer-gnav {
    padding: 0 40px;
    background: #fff;
}

.footer-gnav li a{
    color: #666;
    letter-spacing: .1px;
    line-height: 1;
    font-weight: 400;
}
.footer-gnav li:last-child {
    margin-bottom: 0;
}
.footer-inner {
    padding: 40px 30px 25px;
    color: #666666;
}
.footer-company-area {
}
.footer-logo {
    display: block;
    width: 200px;
    margin-bottom: 15px;
}
.footer-address {
    font-size: 11px;
}
.copyright {
    font-weight: 400;
    display: block;
    font-size: 10px;
    text-align: center;
    color: #666;
    letter-spacing: 0.06em;
}


} /* tablet end */




/* footer
----------------------------------------- */
#footer {
    position: relative;
    margin-top: 0;
    padding-top: 0;
    line-height: 1.5;
}
.footerBg{
    background: #CCE5D7;
}
.bgImageBtnWrap{
    padding: 50px 3%;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
background: rgb(0 128 0 / 80%);
    text-decoration: none;
    color: #fff;
    width: 84px;
    height: 84px;
    padding: 33px 0;
    text-align: center;
    display: block;
    border-radius: 42px;
    font-size: 12px;
    transition: .3s;
}
#page-top a:hover {
   opacity: .5;
}

.footer-gnav {
    padding: 0 3%;
    text-align: center;
    margin: 0;
}
.footer-gnav li {
    display: inline-flex;
    margin: 0 20px 0 0;
    font-size: 12px;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.footer-gnav li a{
    color: #666;
    padding: 10px 5px;
    font-size: 12px;
    letter-spacing: .1px;
    line-height: 1;
    font-weight: 400;
}
.footer-gnav li a:hover{
    color: var(--base-color);
}
.footer-gnav li:last-child {
    margin-bottom: 0;
}
.footer-inner {
    padding: 40px 30px 15px;

    color: #666666;
}
.footer-company-area {
}
.footer-logo {
    display: block;
    width: 200px;
    margin: 0 auto 15px;
}
.footer-logo img{
    display: block;
}
.footer-address {
    margin-bottom: 80px;
    font-size: 12px;
    color: #666666;
    text-align: center;
}
.snsLinkWrap{
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.snsLinkWrap .linkitem{
    margin: 0 5px;
}
.snsLinkWrap .linkitem a{
    background: #000;
    /*border: 1px solid var(--base-color);*/
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    display: block;
    position: relative;
    border-radius: 15px;
    cursor: pointer;
    transition: .3s;
    overflow: hidden;
}
.snsLinkWrap .linkitem a img{
    width: auto;
    display: block;
    height: 15px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: .3s;
    /*-webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);*/
}
.snsLinkWrap .linkitem a .twitter{
    height: 13px;
}
.snsLinkWrap .linkitem a:hover{
    background: var(--base-color);
}
/*.snsLinkWrap .linkitem a:hover img{
    -webkit-filter: brightness(0) invert(100);
    filter: brightness(0) invert(100);
}*/
.copyright {
    font-weight: 400;
    display: block;
    font-size: 10px;
    text-align: center;
    color: #666;
    letter-spacing: 0.06em;
}



/* PC 1100px - */
@media only screen and (min-width: 1100px) {
/* commonLink01 
    ----------------------------------------- */
    .bgImageBtnWrap .link{
        margin: 0 20px 0 20px;
        max-width: 600px;
        width: 48%;
    }
    .commonLink01{
        font-size: 20px;
    }
/* footer
----------------------------------------- */
    #footer {
        position: relative;
    }

    .footer-gnav {
        padding: 0 40px;
        text-align: center;
    }
    .footer-gnav li {
        font-size: 12px;
    }
    .footer-gnav li a {
        transition: all .3s;
        color: #000;
        padding: 15px 15px;
        font-size: 14px !important;
        letter-spacing: .2px !important;
        line-height: 1;
        font-weight: 400;
    }
    .footer-gnav li a:hover {
        color: var(--base-color);
    }
    .footer-gnav li:last-child {
        margin: 0;
    }
    .footer-inner {
        box-sizing: border-box;
        width: 100%;
        margin: 0 auto;
        padding: 70px 60px 30px;
        color: #666666;
    }
    .footer-company-area {
        width: 70%;
        margin: auto;
    }
    .footer-logo {
        display: block;
        width: 264px;
        margin-bottom: 20px;
    }
    .footer-address {
        margin-bottom: 100px;
        font-size: 14px;
        letter-spacing: 0.1em;
        line-height: 1.7;
    }
    .copyright {
        font-weight: 400;
        display: block;
        font-size: 12px;
        text-align: center;
        letter-spacing: 0.06em;
    }

    .snsLinkWrap .linkitem{
        margin: 0 5px;
    }
    .snsLinkWrap .linkitem a{
        width: 26px;
        height: 26px;
        border-radius: 13px;
    }
    .snsLinkWrap .linkitem a img{
        height: 12px;
    }
    .snsLinkWrap .linkitem a .twitter{
        height: 10px;
    }

}
/* PC end  1100px */










/*
フッターバナー
------------------------*/
.recBanner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--base-color);
    min-height: 200px;
    padding: 40px;
    transition: .3s;
    cursor: pointer;
}

.recBannerTtl {
    font-size: 3.5rem;
    color: #fff;
}

.recBannerTtlJp {
    display: block;
    margin-top: 10px;
    font-size: 1.8rem;
    line-height: 1.7;
    color: #fff;
}

.recBannerInfo{
    max-width: 300px;
    width: 50%;
    text-align: center;
}


.recBannerTel .footerFixedDocContTelLink .footerFixedDocContTelLinkInnerImg{
    width: 30px;
}

.recBannerContact{
    display: flex;
    background: #fff;
    font-weight: bold;
    padding: 22px;
    color: var(--base-color);
    transition: .3s;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.recBannerContact .mailIcon{
    margin-right: 10px;
    display: block;
}

.recBannerContact:hover{
    background: var(--color-blue);
}

@media only screen and (max-width: 768px) {
    .recBanner{
        display: block;
    }
    .recBannerTtl{
        margin-bottom: 40px;
    }
    .recBannerInfo{
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
}
