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

#header {
    color: #808080 !important;
    background-color: transparent !important;
    height: 100% !important;
    padding: 0 !important;
    margin-bottom: 150px !important;
}

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

#header .top-navbar {
    padding: 0 24px 10px 24px !important;
    box-shadow: 1px 1px 0 rgb(0 0 0 / 20%) !important;
    z-index: 3 !important;
    max-width: 1800px !important;
    margin: 0 auto !important;
}

@media only screen and (min-width:1800px) {
    #header .top-navbar {
        border-left: 1px solid #ccc !important;
    }
}

#header .bottom-navbar {
    position: fixed;
    z-index: 2 !important;
    width: 100%;
    top: 110px !important;
    max-width: 1800px !important;
    margin: 0 auto !important;
}

#header .nav-description {
    font-size: 10px !important;
    color: #808080!important;
    font-weight: 400!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: 12px !important;
    border-color: #d9d9da !important;
    height: 37px !important;
    background: #fff;
    color: #333333;
    width: 100px;
    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 #A5336F !important;
    border-radius: 6px !important;
    display: inline-block !important;
    text-align: center !important;
    line-height: 34px !important;
    padding: 0 !important;
    height: 34px;
}

#header .lower-block #navbarNav .btn-site {
    background: #fff !important;
    color: #A5336F !important;
    font-weight: bold !important;
}

#header .lower-block #navbarNav .btn-site.active {
    color: #fff !important;
    background: #A5336F!important;
    font-weight: bold !important;
}

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

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

#header .text-gray {
    color: #A6A6A6 !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, #dd840b, #e8aa00);
    color: #fff;
    font-size: 14px !important;
    font-weight: 600;
    border-radius: 6px;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.16);
}

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

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

@media screen and (max-width: 480px){
    #header .bottom-navbar .nav-item {
        font-weight: 600 !important;
        font-size: 12px !important;
    }
}

@media screen and (max-width: 380px){
    #header .bottom-navbar .nav-item {
        font-weight: 600 !important;
        font-size: 10px !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;
}

#header ul {
    list-style: none !important;
}

.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: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;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    background: unset;
    color: #808080;
    overflow: auto;
    z-index: 10000;
    width: 300px;
    height: 0;
}

.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 {
    margin-top: 40px;
    margin-bottom: 40px;
    float: none;
    width: 100%;
}

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

.navbar-menu-sp__menu-item.active {
    background-color: #FFE3F2 !important;
}

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

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

.navbar-menu-sp__item-link:hover, .navbar-menu-sp__item-link:active {
    background-color: #FFE3F2;
    color: #fff;
    text-decoration: none;
}
.navbar-menu-sp__menu-item.active a {
    display: block;
    width: 100%;
}

@media only screen and (max-width: 339px) {
    #header {
        margin-bottom: 184px !important;
    }
    #header .bottom-navbar {
        top: 125px !important;
    }
}
@media only screen and (max-width: 325px) {
    #header.mb-responsive {
        margin-bottom: 108px !important;
    }
    #header .bottom-navbar .nav-item {
        font-weight: 600 !important;
        font-size: 8px !important;
    }
}
@media (min-width: 326px) and (max-width: 375px)  {
    #header.mb-responsive {
        margin-bottom: 124px !important;
    }
    #header .bottom-navbar .nav-item {
        font-weight: 600 !important;
        font-size: 8px !important;
    }
}
@media (min-width: 376px) and (max-width: 439px)  {
    #header.mb-responsive {
        margin-bottom: 126px !important;
    }
}
@media (min-width: 340px) and (max-width: 438px) {
    #header {
        margin-bottom: 162px !important;
    }
    #header .bottom-navbar {
        top: 125px !important;
    }
}

@media (min-width: 439px) and (max-width: 991px) {
    #header {
        margin-bottom: 148px !important;
    }
    #header .bottom-navbar {
        top: 110px !important;
    }
}

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

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

    #header .bottom-navbar {
        padding: 0 !important;
    }
}

@media screen and (max-width: 600px) {
    .nav-site-map {
        display: none;
    }
}

@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 (min-width: 992px) and (max-width: 1199px) {
    #header .bottom-navbar {
        padding: 0 !important;
    }
}

@media (min-width: 992px) and (max-width: 1250px) {
    .auth-header__link-item {
        margin: 0 8px;
    }

    .auth-header__link-item.menu-text-content {
        width: max-content;
    }
}

.img-logo {
    width: 144px;
}

.dropdown-toggle::after {
    margin-left: 1.25em !important;
}
