@charset "UTF-8";
/*
=======================================================
FOOTER
=======================================================


/* footer
----------------------------------------- */
#footer {
    /*position: relative;*/
    margin-top: 0;
    padding-top: 30px;
    /*background: #fff;*/
    background-color: #222222;
}

.footerBg {
    background: var(--color-main);
    margin-bottom: 30px;
}

#footer .bgImageBtnWrap {
    padding: 50px 3%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#footer .bgImageBtnWrap .link {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 320px;
}

#footer .bgImageBtnWrap .tel {
    min-height: 100px;
    padding: 23px 30px;
    text-align: center;
}

#footer .bgImageBtnWrap .link .tel img {
    width: 1.5em;
}

#footer .bgImageBtnWrap .link .tel .number {
    font-size: 24px;
    display: block;
    font-weight: bold;
}

#footer .bgImageBtnWrap .link .tel .text {
    display: block;
    text-align: center;
}

#footer .bgImageBtnWrap .link .tel:hover .number,
#footer .bgImageBtnWrap .link .tel:hover .text {
    color: #fff !important;
}

#footer .bgImageBtnWrap .link:hover .tel img {
    filter: saturate(0%);
    filter: brightness(23%);
}

.footer_Link_text {
    padding-top: 80px;
}

.footer_Link_text p {
    font-weight: bold;
    font-size: 26px;
}

#footer .commonLink01 img {
    width: inherit;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}

#page-top a {
    background: #000;
    text-decoration: none;
    color: #fff;
    width: 84px;
    height: auto;
    padding: 33px 0;
    text-align: center;
    display: block;
    border-radius: 42px;
    font-size: 12px;
    transition: .3s;
}

#page-top a:hover {
    opacity: .5;
}


#contactBanner {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
    z-index: 9999;
}

#contactBanner a {
    display: block;
    width: 100px;
    height: 100px;
    transition: .3s;
}

#contactBanner a:hover {
    opacity: .5;
}

#footer .footer_Logotext {
    text-align: center;
}

.footer_Logotex_imgLogo {
    margin-bottom: 30px;
}

.footer_Logotex_imgLogo img {
    max-width: inherit;
    width: 108px;
}

.footer_Logotext_txt {
    margin-bottom: 60px;
}

.footer_Logotext_txt .txtJP {
    /*margin-bottom: 10px;*/
    color: #FAB44B;
    font-size: 24px;
    font-weight: 700;
}

.footer_Logotext_txt .txtEn {
    font-size: 10vw;
    color: var(--color-yellow);
    font-weight: 400;
}


.footer_Logotext_txt .txtJP_small {
    color: #888888;
    font-size: 18px;
    font-weight: 500;
}

.footer-gnav {
    padding: 0 3%;
    text-align: center;
    margin: 0;
}


.footer-gnav li {
    list-style: none;
    margin: 0 20px 20px 0;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

.footer-gnav li a {
    color: var(--color-black1);
    padding: 0px 5px;
    font-weight: bold;
    color: #fff;
    /*  */
    font-weight: 500;
    font-size: 14px;
}

.footer-gnav li a:hover {
    /*color: var(--color-yellow);*/
    opacity: .7;
}

/*.footer-gnav li:last-child {
	margin-bottom: 0;
}*/

.footer-gnav.policyLink {

}

.footer-gnav.policyLink a {
    display: flex;
    font-weight: normal;
    justify-content: center;
}

.footer-gnav.policyLink a img {
    width: 1.5em;
    padding-left: 5px;
    margin: 0 0 0 0;
}

.footer-inner {
    padding: 40px 30px 15px;
    /*background-color: #F5F5F5;*/
    color: #2D2D2D;
}

.footer-company-area {
    margin-bottom: 80px;
}

.footer-logo {
    display: block;
    width: 300px;
    margin: 0 auto 15px;
}

.footer-logo img {
    display: block;
}

.footer-address {
    margin-bottom: 15px;
    font-size: 12px;
    color: #2D2D2D;
    text-align: center;
}

.copyright {
    font-weight: 400;
    display: block;
    font-size: 10px;
    text-align: center;
    color: #AAAAAA;
    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;
    }

    /* .footer-gnav li a{
        color: #222;
    } */
    /*.footer-gnav li:last-child {
        margin-bottom: 0;
    }*/
    .footer-inner {
        padding: 40px 30px 25px;
        /*background-color: #f7f7f7;*/
        color: #2D2D2D;
    }

    .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: #222; */
        letter-spacing: 0.06em;
    }

}


/* PC 768px - */
@media only screen and (min-width: 768px) {
    .footer-gnav {
        margin-bottom: 60px;
    }

    .footer-gnav li {
        display: inline-flex;
        margin: 0;
        font-size: 13px;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        align-items: center;
        font-weight: bold;
    }
}

/* PC 800px - */
@media only screen and (min-width: 800px) {
    #footer .bgImageBtnWrap .link {
        margin: 0 5px 10px 5px;
        width: 320px;
    }

    #footer .bgImageBtnWrap {
        display: flex;
        justify-content: center;
        padding: 50px 3% 90px;
    }

    .footer_Logotext_txt .txtJP {
        font-size: 30px;
    }

    .footer_Logotext_txt .txtEn {
        font-size: 90px;
    }

    .footer-company-area {
        margin-bottom: 100px;
    }
}

/* PC 1100px - */
@media only screen and (min-width: 1100px) {
    /* commonLink01
        ----------------------------------------- */
    #footer .bgImageBtnWrap .link {
        margin: 0 15px 0 15px;
        max-width: 320px;
        width: 33%;
    }

    /*#footer .commonLink01{
        font-size: 16px;
    }*/
    /* footer
    ----------------------------------------- */
    #footer {
        /*padding-top: 250px;*/
    }

    .footerBg {
        /*background: #CCE5D7;*/
        margin-bottom: 40px;
    }

    .footer-gnav {
        padding: 0 40px;
        text-align: center;
    }

    .footer-gnav li {
        font-size: 15px;
    }

    .footer-gnav li a {
        transition: all .3s;
        /* color: #000; */
        padding: 15px 15px;
    }

    .footer-gnav li a:hover {
        opacity: 0.7;
    }

    .footer-gnav li:last-child {
        margin: 0;
    }

    .footer-inner {
        box-sizing: border-box;
        width: 100%;
        margin: 0 auto;
        padding: 30px 60px 30px;
        color: #2D2D2D;
    }

    .footer-company-area {
        width: 70%;
        margin: 90px auto 100px;
    }

    .footer-logo {
        display: block;
        width: 320px;
        margin-bottom: 20px;
    }

    .footer-address {
        margin-bottom: 15px;
        font-size: 14px;
        letter-spacing: 0.1em;
    }

    .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;
    }

}


/* footer02
----------------------------------------- */
.footerFlexWrap {
    display: flex;
    max-width: 1200px;
    width: 94%;
    margin-right: auto;
    margin-left: auto;
    justify-content: space-between;
    margin-bottom: 70px;
}

.footerFlexWrap .footerNavWrap {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

.footerNavWrap .footerNavFlex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 900px;
}

.footerNavWrap .footerNavFlex .navItem {
    width: 154px;
    margin-bottom: 24px;
}

.footerNavWrap .footerNavFlex .navItem.w200 {
    width: 200px;
}

.footerNavWrap .footerNavFlex .navItem .linkItem {
    font-weight: bold;
    font-size: 14px;
    transition: .3s;
}

.footerNavWrap .footerNavFlex .navItem .linkItem:hover {
    opacity: .5;
}

.footerNavWrap .footerNavFlex .navItem .linkItem.light {
    font-weight: normal;
}

/* 
ロゴ
----------------*/
.footerLogoWrap {
    max-width: 1200px;
    width: 94%;
    margin-right: auto;
    margin-left: auto;
    padding: 25px 0 25px;
    /* border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; */
    /* margin-bottom: 40px; */
    margin-bottom: 0;
}

.footerLogoWrap .footer-logo {
    margin-bottom: 0px;
    max-width: 300px;
}

.footerCopyItem {
    padding: 10px;
}

.footerNavRight {
    display: flex;
}

@media only screen and (max-width: 640px) {
    .footerFlexWrap {
        display: block;
    }

    .footerFlexWrap .footerNavWrap {
        margin-bottom: 60px;
    }

    .footerNavWrap .footerNavFlex .navItem {
        width: 50%;
    }

    .footerNavWrap .footerNavFlex .navItem.w200 {
        width: 50%;
    }

    .footerNavRight {
        justify-content: center;
    }

    .footerNavWrap .bannerItem {
        width: 100%;
    }

    .footerNavRight .bannerItem img {
        width: inherit;
        min-width: inherit;
    }

    #contactBanner {
        bottom: 10px;
        right: 10px;
    }

    #contactBanner a {
        width: 60px;
        height: 60px;
    }
}




