/*header*/
header#masthead {
    z-index: 5000;
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Noto Sans JP",
    Meiryo,
    sans-serif;
}

header#masthead,
header#masthead button {
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Noto Sans JP",
    Meiryo,
    sans-serif;
    line-height: 19px;
    letter-spacing: 0;
    padding: 0;
}

header#masthead #masthead-navbar.header-fixed-inner {
    min-width: unset;
    width: 100vw;
    padding-right: 30px;
    box-shadow: 0 3px 10px rgba(31, 81, 162, 0.15);
}

#masthead-navbar .fa-lg {
    font-size: 23px !important;
    line-height: .05em !important;
    vertical-align: -0.075em !important;
}

.page-header {
    margin: 0;
    padding-bottom: 11px;
    border-bottom: 1px solid #eee;
}

.site-branding {
    margin: 0 auto;
    width: 80%;
}

.site-title {
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 170px;
}

.keisai_co_btn {
    position: absolute;
    top: 15px;
}

.keisai_co_btn a {
    border: 1px solid #2196f3;
    padding: 10px;
    border-radius: 20px;
    display: block;
    font-size: 12px;
    font-weight: bold;
}

.keisai_co_btn a:hover {
    background: #2196f3;
    color: #fff;
    text-decoration: none;
}

#masthead .navbar {
    position: fixed;
    min-width: 980px;
    width: 100vw;
    top: 0;
    z-index: 100;
}

#masthead .btn-link span {
    color: #fff;
    font-size: 8px;
    letter-spacing: 0;
    font-weight: normal;
}

/*nav*/

#masthead .btn-link {
    right: 50px;
    width: auto;
}


nav#primary-nav {
    width: 312px;
    height: 100%;
    transition: all 0.2s;
    transform: translate(312px);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    background-color: #FFF;
}

nav#primary-nav.open {
    transform: translate(0);
}

/*   ボタンタグ設定   */
button#primary-nav-toggle {
    display: inline-block;
    border: none;
    padding: 0 5px;
    letter-spacing: 0.1em;
    cursor: pointer;
    z-index: 1001;
    background: #004feb;
    border-radius: 4px;
    margin-top: 8px;
    width: 43px;
    height: 49px;
}

.menu-trigger {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.menu-trigger-items,
.menu-trigger-items span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
}

.menu-trigger-items {
    position: relative;
    width: 33px;
    height: 30px;
    cursor: pointer;
    margin-bottom: 3px;
}

.menu-trigger-items span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
}

.menu-trigger-items span:nth-of-type(1) {
    top: 6px;
}

.menu-trigger-items span:nth-of-type(2) {
    top: 16px;
}

.menu-trigger-items span:nth-of-type(3) {
    bottom: 1px;
}

/*   ハンバーガーボタン3本線   */
/*
button span.bar {
  display: block;
  height: 2px;
  background-color: #fff;
  margin: 5px 0;
  transition: all 0.2s;
  transform-origin: 0 0;
}
*/
button .close {
    letter-spacing: 0.08em;
    display: none;
}

button .menu {
    display: block;
}

/*  メニューアクティブ時  */
.btn_menu.active .bar1 {
    -webkit-transform: translateY(13px) rotate(-45deg);
    transform: translateY(13px) rotate(-45deg);
    top: -3px;
}

.btn_menu.active .bar2 {
    opacity: 0;
}

.btn_menu.active .bar3 {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
    top: 17px;
}

/*
button.active span.bar {
  width: 33px;
}

button.active .bar1 {
  //  margin-left:6px;
  transform: rotate(27deg);
}

button.active .bar2 {
  opacity: 0;
}

button.active .bar3 {
  //  margin-left:5px;
  transform: rotate(-29deg);
}
*/

button.active .menu {
    display: none;
}

button.active .close {
    display: block;
}

a#user-login-link-top,
a#user-login-link,
a#user-new-link {
    width: 60px;
    text-align: center;
    display: block;
    color: #004feb;
    font-size: 12px;
    float: left;
    padding-top: 10px;
    margin-right: 10px;
    font-weight: bold;
}

a#user-login-link-top {
    padding: 12px 0 2px;
}

#user-login-link-top,
#co-login-link,
#user-login-link {
    line-height: 1.3em;
}

#user-login-link-top {
    right: 0;
}

/*menu*/
#toggle-menu {
    display: none;
    margin-top: 7px;
    position: absolute;
    background: #edf7ff;
    width: 100%;
    z-index: 15000;
    color: #fff;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2), 0 3px 9px rgba(0, 0, 0, 0.1);
    height: 100vh;
    overflow: auto;
    padding-bottom: 70px;
}

#toggle-menu .row.button_wrap {
    background: #004feb;
    overflow: hidden;
    padding-bottom: 10px;
}

#toggle-menu .row {
    margin: 0px;
    background: #edf7ff;
}

#toggle-menu .banner_wrap {
    padding-top: 5px;
    padding-bottom: 20px;
}

#toggle-menu img.img-responsive {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}

#menu-regist-button {
    font-size: 20px;
    margin: 0px;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    /* text-shadow: 0px 0px 10px rgba(0,0,0,0.2); */
    border-radius: 4px;
    display: block;
    position: relative;
    background-image: linear-gradient(to right, #FF8008 0%, #FFC837 51%, #FF8008 100%)
}

#menu-regist-button img {
    margin-right: 10px;
    width: 32px;
}

.toggle-inner {
    width: 600px;
    margin: 0 auto;
}

.nav_toggle_footer {
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border-top: 1px solid #edf7ff;
    margin-top: 10px;
    background: #004feb;
    cursor: pointer;
}

.menu-button {
    font-size: 15px;
    text-align: center;
    border-radius: 4px;
    display: block;
    position: relative;
    color: #004feb;
    background-color: #fff;
    line-height: 62px;
}

a.login-button {
    line-height: 62px;
}

a.menu-button img {
    height: 60px;
}

a.login-button:before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url(/images/login.png);
    background-size: contain;
    vertical-align: middle;
}

.menu-button .cursor::before {
    box-sizing: border-box;
    width: 13px;
    height: 13px;
    border: 10px solid transparent;
    border-left: 10px solid #004feb;
}

#menu-regist-button .cursor {
    position: absolute;
    top: 30px;
    right: 25px;
}

#menu-regist-button .cursor::before {
    left: 13px;
    box-sizing: border-box;
    width: 13px;
    height: 13px;
    border: 10px solid transparent;
    border-left: 10px solid #fff;
}

.arrow_init {
    position: absolute;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
    right: 0;
    top: 50%;
}

.arrow_init::before,
.arrow_init::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.toggle-inner_list-wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 600px;
    margin: 0 auto;
}

.toggle-inner_list-label_wrap {
    padding: 15px 0;
    width: 50px;
    writing-mode: vertical-rl;
    vertical-align: middle;
    text-align: center;
}

.menu-links {
    background-color: #fff;
    margin-top: 15px;
    margin-left: auto;
    margin-bottom: 15px;
    margin-right: auto;
    width: 85%;
    border-radius: 5px;
    color: #0A77EC;
    padding: 5px;
    max-width: 600px;
    width: calc(100% - 50px);
}

.menu-links li {
    list-style: none;
    border-bottom: solid #F6F6F6 1px;
    padding: 5px 2px;
    font-weight: normal;
    width: 100%;
    position: relative;
}

.menu-links li a {
    display: block;
    color: #707070;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 600;
}

.menu-links li a:after {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    color: #727681;
}

.menu-links li:last-child {
    border: none;
}

.toggle-inner_list-label_inner {
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 2.5px;
    font-size: 20px;
}

.toggle-inner_list-label_inner__job-hunting {
    background: #DBA3A3;
}

.toggle-inner_list-label_inner__job-info {
    background: #88B9DF;
}

.toggle-inner_list-label_inner__doraever-guidance {
    background: #8BBF94;
}

.toggle-inner_list-label_inner__job-register {
    background: #E5BB58;
}

.cm_banner_wrap {
    padding: 10px;
}

.cm_banner_wrap img {
    width: 100%;
}

button#primary-nav-toggle span.close {
    padding: 3px 0 0;
    position: absolute;
    right: -34px;
    background: transparent;
    top: 45px;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.steady {
    /* position: fixed; */
    overflow-y: scroll;
    width: 100%;
}

/* New Header area */
header#masthead .navbar {
    height: 83px;
}

.header-fixed-inner {
    background: #FFF;
    padding: 12px 20px;
    color: #1d50a2;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
/*    min-height: 83px; */
    line-height: 19px;
    font-weight: normal;
}

.hdr_con {
    position: relative;
}

.hdr_con.logged-in {
    justify-content: space-around;
    height: 100%;
}

.hdr_con.logged-in .hdr_logo {
    margin-left: unset;
    height: 100%;
    display: flex;
    align-items: center;
}

.hdr_con.logged-in .hdr_left,
.hdr_con.logged-in .hdr_right {
    width: inherit;
}

.hdr_left {
    justify-content: flex-start;
    display: flex;
    align-items: center;
    gap: 5px;
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.hdr_center {
    max-width: 1200px;
    margin: 0 auto;
}

.hdr_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.hdr_right .pc-only {
    display: flex;
    gap: 20px;
}

.hdr_center .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hdr_center .wrap .pc-only {
    height: 31px;
    display: flex;
    align-items: center;
    gap: 50px;
}

.hdr_center .wrap .pc-only a:nth-child(1) {
    display: flex;
    align-items: center;
    gap: 3px;
}

.hdr_center .wrap .pc-only a:nth-child(2) {
    display: flex;
    align-items: center;
    gap: 3px;
}

.nav-modal-btn {
    cursor: pointer;
}

.hdr_center .wrap .pc-only a:nth-child(1),
.hdr_center .wrap .pc-only a:nth-child(2),
.nav-modal-btn {
    color: #1F51A2;
    font-weight: 500;
}

.nav-modal-btn,
.nav-modal-btn .hdr_txt,
.nav-modal-btn .hdr_txt i {
    display: inline-block;
    height: 40px;
    font-size: 40px;
}

.nav-modal-btn span i::before {
    font-size: 40px;
}

.hdr_btn {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1em;
}

.hdr_btn:hover {
    opacity: 0.8;
}

.hdr_logo img {
    width: 148px;
    height: 50px;
}

.hdr_txt {
    font-size: 23px;
}

.sp-only {
    display: none;
}

header a:hover {
    text-decoration: none;
}

.bg-color-bright-blue {
    background-color: #32befc;
}

.border-color-bright-blue {
    border-color: #32befc;
}

.bg-color-white {
    background-color: #fff;
}

.text-bright-blue {
    color: #32befc;
}

.border-color-bright-blue {
    border-color: #32befc;
}

.border-rad-4 {
    border-radius: 4px;
}

.text-center {
    text-align: center;
}

.pos-rel {
    position: relative;
}

@media only screen and (max-width: 1800px) {
    .hdr_center {
        max-width: calc(100% - (281px + 114px));
        margin-left: 281px;
    }

    .hdr_con.logged-in .hdr_center {
        width: 100%;
        margin-left: auto;
        max-width: 1200px;
    }
}

@media only screen and (max-width: 1200px) {
    /*
    .hdr_left {
        width: 50%;
    }

    .hdr_right {
        width: 50%;
        z-index: -1;
    }
    */
}

@media only screen and (max-width: 1100px) {
    .hdr_center .wrap .pc-only {
        gap: 17px;
    }
}

@media only screen and (max-width: 1000px) {
    .logged-in .hdr_left {
        width: 40%;
    }

    .hdr_center {
        max-width: 100%;
        margin-left: auto;
    }

    .hdr_left {
        display: none;
    }

    .hdr_right {
        display: none;
    }

    .hdr_right .sp-only {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        gap: 10px;
    }

    .hdr_right>div {
        width: 25%;
        text-align: center;
    }

    .hdr_right span {
        font-size: 10px;
    }

    .hdr_right .icon {
        margin-left: 3px;
    }

    .hdr_logo {
        margin-right: 0;
    }

    .hdr_con .hdr_btn {
        display: none;
    }

    .hdr_txt {
        font-size: 12px;
        margin: 0;
    }

    header button {
        display: none;
    }

    .sp-only {
        display: block;
    }

    .hdr_con {
        display: block;
    }

    .hdr_con .hdr_center .sp-only {
        display: flex;
        gap: 15px;
        align-items: center;
    }

    .hdr_con .hdr_center .sp-only div a {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hdr_con .hdr_center .sp-only .register-icon,
    .hdr_con .hdr_center .sp-only .login-icon,
    .hdr_con .hdr_center .sp-only .favorite-icon,
    .hdr_con .hdr_center .sp-only .user-icon {
        display: inline-block;
    }

    .hdr_right .pc-only,
    .pc-only,
    .hdr_center .wrap .pc-only {
        display: none;
    }

    .hdr_con.logged-in .hdr_right {
        width: 50%;
        display: none;
    }

    .hdr_center .wrap {
        width: 100%;
    }

    .nav-modal-btn {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 2px;
    }

    .nav-modal-btn span {
        font-size: 10px;
        text-align: center;
    }

    .nav-modal-btn .fa-bars {
        font-size: 26px;
        line-height: 26px;
        height: 20px;
        display: inline-block;
        width: 20px;
        text-align: center;
    }

    .hdr_con .hdr_center .sp-only .hdr_txt {
        color: #474747;
        font-size: 12px;
        font-weight: normal;
    }
}

@media only screen and (max-width: 349px) {
    .hdr_con .hdr_center .sp-only .hdr_txt {
        font-size: 10px;
    }
}

@media only screen and (max-width: 1000px) {
    #masthead-navbar {
        display: flex;
        align-items: center;
        justify-content: stretch;
    }

    #masthead-navbar .hdr_con,
    #masthead-navbar .hdr_con.logged-in {
        display: flex;
        align-items: center;
        flex: 1;
    }

    #masthead-navbar .hdr_center {
        flex: 1;
        left: 0;
    }
}

#masthead .container {
    width: 1200px;
}

/* #masthead .register-icon,
#masthead .login-icon {
  width: 20px;
  height: 20px;
} */

#masthead .register-icon,
#masthead .login-icon,
#masthead .user-icon,
#masthead .favorite-icon {
    width: 25px;
    height: 25px;
}

.register-icon img,
.login-icon img,
.favorite-icon img,
.user-icon img,
.user-cv-icon img {
    width: 100%;
    height: 100%;
}

#nav-modal .user-icon,
#nav-modal .favorite-icon,
#nav-modal .user-icon {
    width: 40px;
    display: inline-block;
}

#nav-modal .user-cv-icon {
    width: 30px;
    display: inline-block;
}

@media only screen and (max-width: 428px) {
    header {
        min-height: 64px;
    }

    .hdr_con.logged-in .hdr_right {
        width: 50%;
    }

    header#masthead {
        margin-top: 0;
/*        margin-bottom: 19px;*/
    }

    .hdr_con .hdr_logo,
    .hdr_con.logged-in .hdr_logo {
        width: 84px;
        height: unset;
    }

    .hdr_logo img {
        width: 100%;
        height: 100%;
    }
}

/* End new header area */



/* Nav modal */
.nav-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 5000;
    background: rgba(0, 0, 0, 0.70);
    top: 0;
}

.nav-modal .nav-modal-bg {
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: relative;
}

.nav-modal .nav-container {
    width: 450px;
    height: 100%;
    background-color: #e2effe;
    position: absolute;
    top: 0;
    right: 0;
    padding: 50px;
    overflow-y: auto;
    font-weight: normal;
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Noto Sans JP",
    Meiryo,
    sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

.nav-modal .nav-close-wrap {
    position: absolute;
    top: -30px;
    right: 0;
}

.nav-modal .nav-close {
    color: #1f51a2;
    opacity: 1;
    font-size: 50px;
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    appearance: none;
    height: 90px;
}

.nav-modal .btn-wrap {
    margin-top: 80px;
    margin-bottom: 50px;
    min-height: 40px;
    gap: 15px;
}

.nav-modal .nav-links-wrap .wrap div {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 10px 15px;
}

.nav-modal .nav-links-wrap .wrap a:first-child div {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.nav-modal .nav-links-wrap .wrap a:last-child div {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.nav-modal button:hover,
.nav-modal button:focus {
    opacity: .8;
}

.nav-modal.logged-in .icon {
    font-size: 35px;
    padding: 7px 0;
}

.nav-modal.logged-in .btn-wrap {
    margin-top: 80px;
    margin-bottom: 50px;
    min-height: 40px;
    gap: 5px;
}

.nav-modal.logged-in .btn-wrap div:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.nav-modal.logged-in .btn-wrap div:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.nav-modal.logged-in .count-wrap {
    width: 21px;
    height: 21px;
    background-color: red;
    border-radius: 100%;
    font-size: 12px;
    display: grid;
    place-items: center;
    color: #fff;
    top: 15px;
    right: 10px;
    padding-left: 1px;
    position: absolute;
}

.nav-modal.logged-in .count {
    line-height: 100%;
    display: block;
}

@media (max-width: 768px) {

    .nav-links-wrap .wrap:nth-child(1),
    .nav-links-wrap .wrap:nth-child(2) {
        margin-bottom: 10px;
    }

    .nav-modal.logged-in .btn-wrap,
    .nav-modal .btn-wrap {
        margin-bottom: 10px;
    }

    .nav-modal.logged-in .btn-wrap .btn-icons .btn-icon-text {
        font-size: 10px;
    }

    header#masthead .navbar {
        height: 64px;
    }
}

@media (max-width: 428px) {
    .nav-modal .nav-container {
        width: 100%;
        padding: 30px;
    }

    header#masthead .navbar {
        height: 64px;
    }
}

.nav-modal.logged-in .btn-wrap {
    display: flex;
    color: #1f51a2;
}

.nav-modal.logged-in .btn-wrap .btn-icons {
    flex: 1;
    background-color: #fff;
    padding: 5px;
}

.nav-modal.logged-in .btn-wrap .btn-icons a {
    text-decoration: none;
}

.nav-modal.logged-in .btn-wrap .btn-icons .btn-icon-text {
    font-size: 13px;
}

.nav-modal.logged-in .btn-wrap .btn-icons .icon i,
.nav-modal.logged-in .btn-wrap .btn-icons .btn-icon-text {
    color: #1f51a2;
    font-weight: 500;
}

.nav-modal .nav-links-wrap a {
    font-weight: 500;
    color: #000;
    font-size: 16px;
    display: block;
    margin-top: -1px;
}

.nav-modal .nav-links-wrap a:hover {
    text-decoration: none;
    color: #8c8c8c;
}

.nav-modal .nav-label {
    font-size: 18px;
    padding: 5px;
}

.nav-modal .nav-links-wrap .wrap {
    margin-bottom: 30px;
}

.nav-modal.logged-in .btn-wrap .btn-icons .count-wrap-outer {
    position: relative;
}

.hdr_con .hdr_right a i,
.hdr_con .hdr_right a span,
.hdr_con .hdr_right a .hdr_txt {
    color: #1f51a2;
}

.hdr_con .hdr_right a .hdr_txt {
    font-weight: normal;
}

.hdr_con .hdr_right a i:before {
    font-size: 18px;
}

.hdr_con.not-logged-in .btn-recruit {
    background-color: #32befc;
    border-radius: 4px;
    color: #fff !important;
    font-weight: normal;
    border: 1px solid #32befc;
    line-height: 1.42857143;
    width: 135px;
    height: 50px;
    font-size: 14px;
}

.hdr_con.not-logged-in .btn-scout {
    background-color: #fff;
    color: #32befc;
    border-radius: 4px;
    font-weight: normal;
    border: 1px solid #32befc;
    line-height: 1.42857143;
    width: 131px;
    height: 50px;
    font-size: 14px;
}

.hdr_con.not-logged-in .hdr_right .adminc-login-btn {
    margin: 0px 7px !important;
    background-color: #fff;
    color: #1f51a2;
    border: 1px solid #1f51a2;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    width: 100px;
    height: 50px;
}

.nav-modal.not-logged-in .btn-wrap {
    display: flex;
}

.nav-modal.not-logged-in .btn-wrap a {
    display: flex;
    flex: 1;
    text-decoration: none;
}

.nav-modal.not-logged-in .nav-reg {
    flex: 1;
    font-size: 13px;
    background-color: #ffaa00;
    color: #fff !important;
    padding: 15px 12px;
}

.nav-modal.not-logged-in .nav-login {
    flex: 1;
    font-size: 13px;
    background-color: #fff;
    color: #1f51a2;
    padding: 15px 12px;
}

.nav-modal.not-logged-in .btn-recruit {
    flex: 1;
    padding: 10px;
    background: linear-gradient(to right, #32befc, #84d9ff);
    color: #fff;
}

.nav-modal.not-logged-in .btn-recruit-wrap {
    display: flex;
}

.nav-modal.not-logged-in .btn-recruit-wrap a {
    flex: 1;
    display: flex;
    color: #000;
}

.nav-modal .nav-close span {
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Noto Sans JP",
    Meiryo,
    sans-serif;
    font-weight: normal;
}

@media only screen and (max-width: 1000px) {
    .hdr_con .hdr_right a i:before {
        font-size: 25px;
    }

    .hdr_logo img {
        max-width: auto;
    }

    .sp-only {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .nav-modal.not-logged-in .btn-wrap a {
        height: 50px;
    }

    .nav-modal.not-logged-in .nav-reg,
    .nav-modal.not-logged-in .nav-login {
        font-size: 15px;
    }

    .nav-modal .nav-links-wrap a {
        font-size: 13px;
    }

    .nav-modal.not-logged-in .btn-recruit {
        height: 50px;
        font-size: 15px;
    }

    .sp-only {
        display: block;
    }
}

/* End nav modal */