@charset "UTF-8";

/*#############################################################################
    求職者画面 共通
#############################################################################*/

/*=========================================================
    フレームワーク・プラグイン・ライブラリ設定
=========================================================*/
.label-icon {
    margin: 4px 0;
}

/*=========================================================
    カラー設定
=========================================================*/
.color-main-fill {
    background-color: #f3fbfb !important;
    color: #25402a !important;
}

.color-main-fill a {
    color: #004aad!important;
}

.color-main-font {
    color: #127eaf !important;
}

.color-sub-fill {
    background-color: #e9eef3 !important;
    color: #333 !important;
}

.color-sub-background {
    background-color: #f6f9fc !important;
}

.color-white-font {
    color: #fff !important;
}

.color-icon {
    color: #d82 !important;
}

footer * {
    color: #333 !important;
}

.uk-label {
    background:#1b4bb0;
}

.uk-label-warning {
    background-color: #faa05a;
    color: #fff;
}

html {
    background: #f3fbfb;
}

header {
    width: 100%;
}

/* .uk-text-center {
    background: #fff;
} */

/*=========================================================
    メニュー関連
=========================================================*/
.menu-active-li {
    background-color: #709cc0;
    font-size: 1rem;
    font-weight: bolder;
}

.border-bottom-dark {
    border-bottom: #333 solid 1px;
}

/*=========================================================
    ページャ関連
=========================================================*/
.pager-top li {
    display: inline-block;
    margin: 0 4px;
}

.pager-top a {
    border-radius: 50px;
    display: inline-block;
    height: 40px;
    line-height: 34px;
    width: 40px;
}

.pager-bottom {
    border-radius: 50px;
    background-color: #f6f9fc;
    font-size: 20px;
    padding: 4px;
    text-align: center;
}

.pager-bottom li {
    display: inline-block;
    line-height: 8px;
    margin: 0 6px;
}

.pager-bottom .active {
    font-weight: bold;
    text-decoration: underline;
}

/*=========================================================
    レイアウト
=========================================================*/
.user-footer-only {
    display: none;
}

footer .user-footer-only {
    display: block;
}

.user-max-height {
    overflow: hidden;
    max-height: 9.5em;
}

.ql-align-center {
    margin: 0;
}

.main-menu-hamburger-flex {
    display:flex;
    flex-direction:column;
    height:80%;
    justify-content:space-between;
}

/* 検索の部分 */

.sub-title-green {
    font-size: 22px;
    font-weight: 700;
    color: #004aad;
}

.gray-bg-pro {
    background-color: #f3f7f8;
}

.cube-style {
    width: 34px;
}

.pros-car-green-bg {
    background-color: #004aad!important;
}

.pros-car-gray-bg {
    background-color: #E6E6E6!important;
}

.text-white {
    color:#fff;
}

.see-more-button {
    border-radius:30px;
    background-color:#004aad;
}

.hr-pros {
    border-top: 2px dotted #000000;
}

.hr-pros-green {
    border-top: 3px solid #004aad;
}

.blue-icon-style {
    max-width: 20px;
}

.search-box-top {
    justify-content: center;
    margin-left: 40px;
}

/* フッター */
.footer-nav div {
    padding: 0;
}

.footer-nav a {
    padding-left: 5px;
}

@media screen and (max-width:640px) {
    footer {
        margin-bottom: 45px;
    }
}

/* お問い合わせボタン */
.chat-stick {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 60px;
    border-top-left-radius: 15px;
    font-size: 22px;
    font-weight: 700;
    color:#fff;
    background-color: #004aad;
}

/* 文言css制限のスタイル */
.antiwrap {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.arrowApply {
    width: 26px;
    margin: 0 2%;
}

menu[type="area"] .area {
display:block;
}
menu[type="area"] .occupation,
menu[type="area"] .other {
    display:none;
}



menu[type="occupation"] .occupation {
display:block;
}
menu[type="occupation"] .area,
menu[type="occupation"] .other {
    display:none;
}



menu[type="other"] .other {
display:block;
}
menu[type="other"] .area,
menu[type="other"] .occupation {
    display:none;
}


menu[type="none"] .area,
menu[type="none"] .occupation,
menu[type="none"] .other,
menu[type="none"] #hiddenSubmitForm,
menu[type="none"] #hiddenSubmitButton {
    display: none!important;
}

menu.uk-width-1-1[type="none"] {
    display: none!important;
}

.animateText {
    animation-name: growFont;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.text-clean:hover {
    text-decoration: none!important;
}
