/* 【注意事項】
静的資源と組み込み資源では、画像などのパスが変わります。
静的資源のcustom.cssをそのまま差し替えてもうまく動作しません。
静的資源（custom.css）のほうで作業したあと、変更部分だけを組み込み資源（custom_cms）にも反映させてください。
誤って差し替えしないよう、あえてファイル名を変えています。 */

@charset "utf-8";

/* 募集要項はこちらのフロートバナー */
.bnr-float {
    position: relative;
}

.bnr-float a {
    width: 260px;
    position: fixed;
    bottom: 62px;
    right: 50px;
    z-index: 99;
    cursor: pointer;
}

.bnr-float a:hover {
    content: url(../../img/recruit/common/bnr-float_hover.png);
    opacity: 1 !important;
}

/* フッターのボトムバナー */
.footer__inner {
    padding-bottom: 66px;
}

.foot-bnrMobile__item {
    width: 33.33%;
    height: 50px;
    color: #fff;
    text-decoration: none;
    padding: 28px 5px 0px 5px;
    font-size: 14px;
}

.foot-bnrMobile__item.contact {
    background: url(../../img/recruit/common/header_btn_contact_01.png) no-repeat center top 7px/19px auto #f99901;
}

.foot-bnrMobile__item.requirements {
    background: url(../../img/recruit/common/icon-requirements.png) no-repeat center top 5px/15px auto #00913a;
}

.foot-bnrMobile__item.entry {
    background: url(../../img/recruit/common/header_btn_entry_01.png) no-repeat center top 6px/16px auto #05c9d3;
}

/* ヘッダーの公式サイトへのリンク */
.header__btn {
    display: flex;
    justify-content: flex-end;
    width: unset;
}

.item-btnContact.official {
    background-image: url('../../img/recruit/common/logo_official.png');
    background-position: center top 6px;
    background-size: 24px auto;
    background-color: #efefef;
    color: #231815;
    border: 1px solid #b5b5b6;
    border-top: none;
}

/* モバイルメニューの公式サイトへのバナー */
.link_official_sp {
    max-width: 200px;
    display: block;
    margin: 20px auto;
    padding: 0 10px 20px;
}