/* 共通ヘッダー CSS */
header #menu-item-912 a:after {
    content: "Recruit";
    display: block;
    overflow: hidden;
    font-size: 10px;
    line-height: 14px;
    opacity: .6;
    text-align: center;
}

/* 共通フッター CSS */

.siteFooter {
    background-color: unset !important;
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    max-width: 1440px !important;
    width: 100% !important;
    margin: 0 auto !important;
    border-top: 1px #ccc solid !important;
    padding-top: 5rem;
}

.footerMenu li a {
    border: unset !important;
}


.siteFooter .sectionBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
}

.siteFooter .sectionBox::before {
    content: "";
    display: block;
    width: 16rem;
    height: 7rem;
    background: url(https://bts-japan.co.jp/wp/wp-content/uploads/2018/03/logo-300-84.png) no-repeat center center;
    background-size: 100% auto;
}

@media screen and (min-width: 769px) and (max-width: 991px) {

    .siteHeader .container {
        padding-top: 1.2rem !important;
        padding-bottom: 0.8rem !important;
    }
}

@media screen and (max-width: 768px) {

    .siteHeader .container {
        padding-top: 1.2rem !important;
        padding-bottom: 0.8rem !important;
    }

    .footerMenu {
        width: 100%;
        display: flex;
    }

    .footerMenu .nav {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 3rem;
        row-gap: 0rem;
        margin-bottom: 1rem;
    }
}

@media (min-width: 1200px) {
    .gMenu_outer {
        min-height: unset !important;
    }
}

@media (min-width: 992px) {
    .siteHeader .container {
        padding: 0 !important;
    }
    .siteHeader_logo img {
        max-height: 44px !important;
        transform: translateY(6px) !important;
    }
}