@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;500;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

.company-name-main {
    font-family: 'Zen Kaku Gothic New';
    font-size: 18px;
    font-weight: 500;
    color: #666666;
}

.company-name-main br.sp {
    display: none;
}

.nav-link {
  font-weight: 500;
}

.contact-container .contact-left div:last-child {
    margin-top: -20px;
}

.contact-right .contact-phone {
    height: 120px;
    border-radius: 100px;
    width: 100%;
}

.contact-phone-number {
    font-family: 'Heebo', 'Zen Kaku Gothic New', 'Arial', 'Helvetica Neue', Arial, sans-serif;
}

.sidebar-button {
    margin: 0 auto 0;
}

@media (max-width: 900px) {

    .company-name-main br.sp {
        display: block;
    }
    .contact-container .contact-left div:last-child {
    margin-top: 0px;
    }

    .contact-description br.sp {
        display: none;
    }

    .bottom {
        margin-top: 30px;
    }
}

@media (min-width: 1200px) and (max-width: 1280px) {
    .recruiting-message-text br.lg {
        display: none;
    }
    footer {
        padding: 100px 60px;
    }
    .footer-left {
        width: auto;
        display: flex;
        flex-direction: unset;
        justify-content: center;
    }
    .footer-g-icon {
        width: 350px;
        left: 5%;
    }
}

@media (max-width: 960px) {
    .footer-left {
        width: 100%
        }
}

@media (max-width: 600px) {
    footer .scroll-to-top {
        width: 70px !important;
        height: 70px !important;
    }
    
    footer .scroll-to-top .scroll-arrow img {
        width: 15px !important;
        height: 15px !important;
    }

    iframe .nWQGrd {
        display: block !important;
    }
}