.no-scroll {
    overflow: hidden !important;
}

#header {
    color: #808080 !important;
    margin: 0 auto !important;
}

#header.mb-responsive {
    margin-bottom: 30px !important;
}

#header .top-navbar {
    padding: 0 15px 10px 15px !important;
    box-shadow: 1px 1px 0 rgb(0 0 0 / 20%) !important;
}

#header .nav-description {
    font-size: 10px !important;
    font-weight: bold !important;
}

#header .navbar-brand {
    margin-left: -10px !important;
}

#header .upper-block {
    /* padding-bottom: 10px !important; */
    margin-bottom: 5px;
}

#header .navbar-search {
    background: #f0f4f8;
}

#header .navbar-search .job-types {
    font-size: 13px !important;
    border-color: #d9d9da !important;
    height: 37px !important;
    background: #fff;
    width: 111px;
    padding: 15px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-right: none !important;
    font-weight: bold;
}

#header .navbar-search .job-types:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #d9d9da !important;
}

#header .navbar-search .text-input {
    font-weight: bold !important;
    font-size: 12px !important;
    width: 300px !important;
    height: 37px !important;
    background: transparent !important;
    text-indent: 10px;
    padding: 0 !important;
}

#header .navbar-search .text-input:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #d9d9da !important;
}

#header .navbar-search .form-control {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

#header .navbar-search input::-webkit-input-placeholder {
    font-family: 'Font Awesome 5 Free', 'noto-sans-jp-regular' !important;
    font-weight: 600 !important;
    color: #9CA0A2 !important;
}

#header .navbar-search input::-moz-placeholder {
    font-family: 'Font Awesome 5 Free', 'noto-sans-jp-regular' !important;
    font-weight: 600 !important;
    color: #9CA0A2 !important;
}

#header .navbar-search input::-ms-input-placeholder {
    font-family: 'Font Awesome 5 Free', 'noto-sans-jp-regular' !important;
    font-weight: 600 !important;
    color: #9CA0A2 !important;
}

#header .lower-block #navbarNav .nav-link {
    width: 140px !important;
    font-size: 14px !important;
    border: 1px solid #D72D86 !important;
    display: inline-block !important;
    text-align: center !important;
    line-height: 32px !important;
    padding: 0 !important;
    font-weight: bold;
    border-radius: 0.25rem;
    height: 34px;
}

#header .lower-block #navbarNav .btn-site {
    background: #fff !important;
    color: #D72D86 !important;
}

#header .lower-block #navbarNav .btn-site.active {
    color: #fff !important;
    background: #D72D86 !important;
}

#header .bottom-navbar {
    font-size: 14px !important;
    padding: 10px !important;
}

#header .bottom-navbar .nav-link {
    padding: 0;
}

#header .text-gray {
    color: #808080 !important;
}

#header .text-dark {
    color: #333333 !important;
}

#header a:hover {
    text-decoration: none !important;
}

#header .font-10 {
    font-size: 10px !important;
}

#header .font-12 {
    font-size: 12px !important;
}

#header .btn-ctas {
    background: linear-gradient(to right, #04A197, #00BEB2);
    color: #fff;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 26px;
    border-radius: 6px;
    box-shadow: -1px -1px 14px -3px rgb(185, 185, 185);
}

#header .btn-ctas:hover {
    opacity: 0.8;
}

#header .bottom-navbar .nav-item {
    font-weight: 600 !important;
    font-size: 14px !important;
}

#header .site-links {
    /* margin-right: 50px !important; */
}

#header .search-icon {
    position: absolute;
    left: 92px;
    top: 10px;
    font-size: 12px;
}

#header .navbar-menu-icon {
    font-size: 24px;
    font-weight: 600;
}

#header .top-navbar-menu-sp {
    display: none;
    position: fixed;
    width: 0%;
    height: 100%;
    top: 0;
    right: 0%;
    background: #fff;
    color: #808080;
    overflow: hidden;
    z-index: 999;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}

#header .top-navbar-menu-sp .close-sign {
    font-size: 25px;
    position: absolute;
    top: 5px;
    right: 5px;
    font-weight: 100;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
}

#header .top-navbar-menu-sp .menu-inner {
    padding: 20px;
}

#header .top-navbar-menu-sp .menu-inner .menu-item {
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: center;
}

#header .top-navbar-menu-sp .menu-inner .menu-item .item-link {
    color: #808080;
    font-size: 16px;
}

#header .top-navbar-menu-sp .menu-inner .menu-item .item-link:hover {
    color: #ffffff;
}

.auth-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.auth-header__block-left {
    float: left;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 100%
}

.auth-header__block-right {
    float: right;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    height: 100%
}

.auth-header__logo {
    overflow: hidden;
}

.auth-header__link-item {
    margin: 0 15px;
}

.auth-header__link-item i, .auth-link i{
    font-size: 1rem;
    margin: 2px 0 1px 0;
}

.auth-header__link-item:last-child {
    margin-right: 0 !important;
}

.auth-header__link-item:first-child {
    margin-left: 0;
}

.navbar-menu-sp {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 99999;
    display: none;
}

.navbar-menu-sp__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.6);
}

.navbar-menu-sp__body {
    position: absolute;
    right: 0;
    margin: 0 auto;
    left: 0;
    color: #808080;
    overflow: auto;
    z-index: 10000;
    width: 300px;
    height: 300px;
    padding-top: 40px;
    top: 0;
}

.navbar-menu-sp__body::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

.navbar-menu-sp__close {
    font-size: 25px;
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: 100;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
}

.navbar-menu-sp__menu-items {
    float: left;
    width: 100%;
}

.navbar-menu-sp__menu-title {
    background-color: #D72D86 !important;
    border-radius: 12px !important;
    color: #FFFFFF;
    margin-bottom: 15px;
    height: 46px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}


.navbar-menu-sp__menu-item {
    float: left;
    text-align: left;
    width: 100%;
    line-height: 50px;
    border-bottom: solid 1px #d4d4d4;
    font-weight: bold;
}

.navbar-menu-sp__item-link {
    color: #333333 !important;
    font-size: 16px;
    height: 100%;
    width: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.navbar-menu-sp__item-link::after {
    position: absolute;
    right: 19px;
    content: "";
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.navbar-menu-sp__item-link i {
    margin-right: 10px;
}

.navbar-menu-sp__item-link:hover, .navbar-menu-sp__item-link:active {
    background: #FFE3F2 !important;
    color: #333333 !important;
    text-decoration: none;
}

.navbar-menu-sp__menu-item.active a {
    background-color: #FFE3F2 !important;
    color: #333333 !important;
    text-decoration: none !important;
}

@media (min-width: 992px) and (max-width: 1140px) {
    #header .lower-block #navbarNav .nav-link {
        width: 120px !important;
    }

    #header .navbar-search .text-input {
        width: 200px !important;
    }
}

@media screen and (max-width: 991px) {
    #header .top-navbar {
        padding: 0 15px 10px 15px !important;
    }

    #header .lower-block #navbarNav .btn-site {
        font-size: 10px !important;
        width: 96px !important;
        font-weight: bold;
        line-height: 30px !important;
    }

    #header .bottom-navbar {
        padding: 0 !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #header .bottom-navbar {
        padding: 0 !important;
    }
}

.display-header-none {
    display: none !important;
}

.display-header-flex {
    display: flex !important;
}

@media (min-width:1300px){
    .display-header-none {
        display: flex !important;
    }

    .display-header-flex {
        display: none !important;
    }
}