@charset "UTF-8";
footer {
    margin: 80px auto 0;
}
footer .cta {
    text-align: center;
    color: #fff;
    margin: 0 auto 80px;
    padding: 80px 20px;
    background-image: url(../img/common/sp-cta.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
footer .cta h2 {
    font-size: 24px;
    margin: 0 0 24px 0;
}
footer .cta p {
    font-size: 14px;
    line-height: 2;
    opacity: 0.8;
    margin: 0 0 40px 0;
}
footer .cta .time {
    margin: 0 0 24px 0;
}
footer .cta .ctaPhone {
    display: block;
    height: 22px;
    margin: 0 0 16px 0;
}
footer .cta .ctaPhone img {
    height: 100%;
}
footer .footer {
    width: calc(100% - 40px);
    margin: 0 auto 40px;
}
footer .footer ul li {
    display: flex;
    flex-direction: column;
    margin: 0 0 20px 0;
}
footer .footer ul li a {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
}
footer .footer ul li .footerMenuHide {
    display: none;
}
footer .footer ul li .footerMenuHide ul li {
    margin: 0 0 20px 0;
}
footer .footer ul li .footerMenuHide ul li:first-child {
    margin: 20px 0;
}
footer .footer ul li .footerMenuHide ul li:last-child {
    margin: 0;
}
footer .footer ul li .footerMenuHide ul li img {
    margin: 0 12px 0 0;
    position: relative;
    bottom: 2px;
}
footer .footer ul li .footerMenuMore {
    text-align: left;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    background: none;
    border: none;
    outline: 0;
    transition: 0.5s;
    position: relative;
}
footer .footer ul li .footerMenuMore::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "サービス一覧　\f107";
    transition: 0.2s;
}
footer .footer ul li .footerMenuMore.on-click::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "サービス一覧　\f106";
}
footer .footer .footerCompanyWrap {
    margin: 72px 0 0 0;
}
footer .footer .footerCompanyWrap .footerCompany {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 190px;
}
footer .footer .footerCompanyWrap .footerCompany .logo {
    width: auto;
    height: 48px;
}
footer .footer .footerCompanyWrap .footerCompany .address_phone p {
    font-size: 11px;
    line-height: 1.5;
    margin: 0 0 20px 0;
}
footer .footer .footerCompanyWrap .footerCompany .address_phone ul {
    margin: 0;
}
footer .footer .footerCompanyWrap .footerCompany .address_phone ul li {
    flex-direction: row;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    margin: 0 0 4px 0;
}
footer .footer .footerCompanyWrap .footerCompany .address_phone ul li a {
    font-size: 18px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    position: relative;
    top: -1px;
    left: 5px;
}
footer .footer .footerCompanyWrap .footerCompany .address_phone ul li span {
    font-size: 10px;
    position: relative;
    top: 3px;
}
footer .copyright {
    text-align: center;
    font-size: 10px;
    font-family: "EB Garamond", serif;
    color: #fff;
    padding: 26px;
    background: #D1001B;
}
@media screen and (min-width: 768px) {
    footer .footer .footerCompanyWrap {
        display: flex;
        justify-content: space-between;
        margin: 0;
    }
    footer .footer .footerCompanyWrap .footerCompany {
        height: 190px;
    }
    footer .footer .footerMenu {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 64%;
        height: 180px;
    }
    footer .footer .footerMenu h3 {
        font-size: 14px;
    }
    footer .footer .footerMenu .pcServiceMenu {
        display: flex;
        justify-content: space-between;
    }
    footer .footer .footerMenu .pcServiceMenu ul li a {
        transition: 0.5s;
    }
    footer .footer .footerMenu .pcServiceMenu ul li a:hover {
        color: #D1001B;
    }
    footer .footer .footerMenu .pcServiceMenu ul li a img {
        margin: 0 5px 0 0;
        position: relative;
        bottom: 2px;
    }
    footer .footer .footerMenu .pcServiceMenu ul li:last-child {
        margin: 0;
    }
    footer .footer .footerMenu .pcOtherMenu {
        display: flex;
    }
    footer .footer .footerMenu .pcOtherMenu li {
        margin: 0 16px 0 0;
    }
    footer .footer .footerMenu .pcOtherMenu li a {
        font-size: 12px;
        font-weight: 400;
        transition: 0.5s;
    }
    footer .footer .footerMenu .pcOtherMenu li a:hover {
        color: #D1001B;
    }
}
@media screen and (min-width: 1024px) {
    footer {
        margin: 120px auto 0;
    }
    footer .cta {
        background-image: url(../img/common/pc-cta.jpg);
    }
    footer .footer {
        width: calc(100% - 80px);
        margin: 0 auto 80px;
    }
}
@media screen and (min-width: 1100px) {
    footer .footer {
        width: 1040px;
    }
    footer .footer .footerCompanyWrap .footerCompany {
        height: 250px;
    }
    footer .footer .footerCompanyWrap .footerCompany .logo {
        height: 48px;
    }
    footer .footer .footerCompanyWrap .footerCompany .address_phone p {
        font-size: 12px;
    }
    footer .footer .footerCompanyWrap .footerCompany .address_phone ul li {
        margin: 0 0 8px 0;
    }
    footer .footer .footerMenu {
        width: 640px;
        height: 240px;
    }
    footer .footer .footerMenu h3 {
        font-size: 16px;
    }
    footer .footer .footerMenu .pcServiceMenu ul li a img {
        margin: 0 16px 0 0;
    }
    footer .footer .footerMenu .pcOtherMenu li {
        margin: 0 36px 0 0;
    }
}