@charset "UTF-8";

*:focus {
  outline: none;
}

html {
    font-size: 62.5%;
    font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

#wrapper {
    display: block;
    padding-top: 55px;
}

#bodyIn {
    width: 100%;
    position: relative;
}

#bodyIn .section {
    position: relative;
}

#bodyIn table {
    border-collapse: collapse;
    width: 100%;
}

article.contents {
    font-family: MeiryoUI, sans-serif;
}

.cont_sec {
    padding-left: 5%;
    padding-right: 5%;
}

.fbanner {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 15px 0;
    z-index: 999;
    background: #00000033;
}

.tbtn {
    margin: 0 auto;
}

.job_list_header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

ul li {
    list-style: none;
}

/* SPサイズ */
@media screen and (max-width: 769px) {
    .job_list_header {
        padding: 0 5%;
    }

    .h1_list_title {
        color: #000;
        font-weight: 400;
        font-size: 18px;
        line-height: 120%;
        letter-spacing: 1.05px;
        text-align: left;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-flow: column;
        margin-top: 15px;
        padding-left: 45px;
        padding-bottom: 10px;
        border-bottom: 1px solid #D7D7D7;
        position: relative;
        width: 100%;
    }

    .h1_list_title span {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 35px;
    }

    .h1_list_title img {
        position: absolute;
        top: 3px;
        left: 8px;
        width: 28px;
    }

    .text_0hit {
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .re_search_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        background: #FF9980;
        border-radius: 50px;
        position: relative;
        width: 100%;
        height: 50px;
        box-shadow: 0px 0px 8px 0px #00000040;
        margin-bottom: 30px;
        cursor: pointer;
    }

    .re_search_btn img {
        position: absolute;
        left: 20px;
    }

    .re_search_btn span {
        padding-top: 3px;
    }

    .entry_btn_hikoukai {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 35px 0 30px;
        position: relative;
    }

    /* ヒット件数 */
    .job_count_box {
        padding: 10px 0;
        width: 100%;
    }

    .job_count_sp {
        font-weight: 400;
        font-size: 12px;
        line-height: 150%;
        color: #2F2F2F;
        text-align: left;
    }

    span.hit {
        color: #D64476;
        font-weight: 700;
        padding: 0 5px;
        font-size: 14px;
    }

    span.count {
        color: #FE6200;
        font-weight: 700;
        padding: 0 5px;
        font-size: 14px;
    }

    .about_box {
        position: relative;
        display: flex;
        justify-content: flex-end;
    }

    .about_text {
        display: flex;
        justify-content: flex-end;
        font-weight: 400;
        font-size: 12px;
        line-height: 100%;
        color: #2F2F2F;
        padding: 10px 20px 0 0;
    }

    .about_text::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 15px;
        height: 15px;
        background: url(/images/job/icon/hatena.svg) no-repeat left top / contain;
    }

    .about_balloon {
        position: absolute;
        display: none;
        bottom: 25px;
        padding: 10px 12px;
        width: 100%;
        background: #fff;
        border-radius: 10px;
        z-index: 99;
        border: 2px solid #D64476;
        box-shadow: 0px 4px 4px 0px #00000040;
    }

    .about_balloon::before {
        content: "";
        position: absolute;
        border: solid 8px transparent;
        border-top: solid 12px #D64476;
        top: 100%;
        left: 80%;
    }

    .about_balloon::after {
        content: "";
        position: absolute;
        border: solid 8px transparent;
        border-top: solid 12px #FFF;
        bottom: -16.5px;
        left: 80%;
    }

    /* 勤務地を絞り込む */
    .job_area_search {
        width: 100%;
        padding-top: 10px;
    }

    .job_area_search span {
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
        letter-spacing: 1.05px;
        color: #000;
        text-align: left;
    }

    .job_area_search ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 10px 0;
    }

    li.job_area_item {
        border: 1px solid #F0F0F0;
        border-radius: 5px;
        color: #D64476;
        background: #F0F0F0;
        font-weight: 400;
        font-size: 15px;
        line-height: 100%;
        margin: 5px;
    }

    li.job_area_item a, li.area_re_search {
        width: 100px;
        height: 33px;
        padding-top: 2px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* 件数表示・ページネーション */
    .num {
        width: 100%;
        padding: 10px 0 0;
        text-align: center;
        font-weight: 400;
        font-size: 12px;
        line-height: 120%;
    }

    .job_list_header .num {
        border-top: 1px solid #D7D7D7;
    }

    span.open_job_count {
        color: #D64476;
        font-weight: 700;
        font-size: 14px;
        padding: 0 5px;
    }

    .re_search_btn_a {
        width: 63px;
        height: 63px;
        background-color: rgba(255, 153, 128, 0.8);
        background-image: url(/images/job/icon/search_bottom.svg);
        background-repeat: no-repeat;
        background-position: center 8px;
        background-size: 45% auto;
        padding-top: 40%;
        font-weight: 700;
        font-size: 11px;
    }

    .pageNav {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 15px 0 30px;
    }

    .pageNav li {
        font-weight: 400;
        font-size: 13px;
        line-height: 100%;
        margin: 0 3px;
        position: relative;
    }

    .nav_li_before::after {
        position: absolute;
        top: 50%;
        right: 12px;
        width: 0.4em;
        height: 0.4em;
        transform: translateY(-50%) rotate(224deg);
        border-right: 1.5px solid #D64476;
        border-top: 1.5px solid #D64476;
        content: "";
        pointer-events: none;
    }

    .nav_li_first::before {
        position: absolute;
        top: 50%;
        right: 9px;
        width: 0.4em;
        height: 0.4em;
        transform: translateY(-50%) rotate(224deg);
        border-right: 1.5px solid #D64476;
        border-top: 1.5px solid #D64476;
        content: "";
        pointer-events: none;
    }

    .nav_li_first::after {
        position: absolute;
        top: 50%;
        right: 14px;
        width: 0.4em;
        height: 0.4em;
        transform: translateY(-50%) rotate(224deg);
        border-right: 1.5px solid #D64476;
        border-top: 1.5px solid #D64476;
        content: "";
        pointer-events: none;
    }

    .nav_li_next::after {
        position: absolute;
        top: 50%;
        right: 14px;
        width: 0.4em;
        height: 0.4em;
        transform: translateY(-50%) rotate(45deg);
        border-right: 1.5px solid #D64476;
        border-top: 1.5px solid #D64476;
        content: "";
        pointer-events: none;
    }

    .nav_li_end::before {
        position: absolute;
        top: 50%;
        right: 11px;
        width: 0.4em;
        height: 0.4em;
        transform: translateY(-50%) rotate(45deg);
        border-right: 1.5px solid #D64476;
        border-top: 1.5px solid #D64476;
        content: "";
        pointer-events: none;
    }

    .nav_li_end::after {
        position: absolute;
        top: 50%;
        right: 16px;
        width: 0.4em;
        height: 0.4em;
        transform: translateY(-50%) rotate(45deg);
        border-right: 1.5px solid #D64476;
        border-top: 1.5px solid #D64476;
        content: "";
        pointer-events: none;
    }

    .pageNav li a {
        background: #EFEFEF;
        color: #2F2F2F;
        border-radius: 99px;
        width: 32px;
        height: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pageNav li a.current {
        background: #F38EB1;
        color: #fff;
    }

    /* 求人カード */
    .job_list_body {
        margin-top: -1%;
    }

    .job_card {
        margin: 3% 5%;
    }

    .job_inner {
        padding: 4%;
    }

    .job_title {
        font-size: 15px;
        padding-bottom: 5px;
    }

    .job_name {
        font-weight: 600;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .job_features {
        margin: 5px 0;
    }

    .feature_tag {
        font-size: 11px;
    }

    .company_name {
        font-size: 13px;
        display: block;
        padding-top: 5px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .job_btn_box {
        margin-top: 10px;
    }

    .job_detail_btn {
        font-size: 14px;
        font-weight: 700;
        width: 280px;
        height: 42px;
    }

    .job_detail_btn span::after {
        position: absolute;
        top: 42%;
        right: 15px;
        width: 5px;
        height: 5px;
        border-top: 1.5px solid #fff;
        border-right: 1.5px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        content: "";
    }

    table {
        empty-cells: show;
    }

    table tr {
        border: 1px solid #D7D7D7;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    table tr:first-child {
        border-bottom: none;
    }

    table th {
        text-align: center;
        font-weight: 700;
        font-size: 10px;
        line-height: 100%;
        letter-spacing: 1.05px;
        padding: 35px 0 10px;
        width: 25%;
    }

    .job_card .icon_salary, .job_card .icon_job_pref {
        background-position: center 12px;
    }

    table td {
        padding-left: 15px;
        font-size: 13px;
    }

    .year_salary {
        font-size: 13.5px;
        line-height: 150%;
    }

    .job_area_list {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .job_area_list li {
        padding-right: 5px;
    }

    .icon_detail {
        color: #D64476;
        font-weight: 700;
        font-size: 10px;
        line-height: 100%;
        letter-spacing: 1.05px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        height: 30px;
        padding-left: 35px;
        padding-bottom: 5px;
        background-position: 8px 12px; 
    }

    .job_detail_text span {
        font-weight: 400;
        font-size: 13px;
        line-height: 150%;
        margin: 10px 5px 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 8;
    }

    /* ページ中部CTAボタン */
    .job_list_cta {
        padding: 15px 0;
    }

    .cta_title {
        width: max-content;
        padding: 10px 15px 5px 60px;
    }

    .cta_title img {
        position: absolute;
        top: -6px;
        left: 0;
    }

    .cta_title span {
        font-weight: 700;
        font-size: 16px;
        line-height: 120%;
        text-align: left;
    }

    .service_detail {
        padding: 15px 0 10px;
    }

    .service_detail span {
        font-weight: 700;
        font-size: 14px;
        line-height: 120%;
    }

    .service_detail ul {
        padding-top: 10px;
    }

    .service_detail li {
        font-weight: 400;
        font-size: 13px;
        line-height: 150%;
        position: relative;
    }

    .service_detail li::before {
        content: "";
        display: block;
        position: absolute;
        width: 1rem;
        height: 0.4rem;
        border-left: 1.5px solid #1C1B1F;
        border-bottom: 1.5px solid #1C1B1F;
        top: 0.5rem;
        left: -1.8rem;
        transform: rotate(-45deg);
    }

    .job_list_cta_box {
        width: 90%;
        padding: 18px 0 10px;
    }

    h2.select_title {
        font-size: 14px;
    }

    .select_list a {
        width: 150px;
        height: 40px;
        margin: 5px;
        font-weight: 700;
        font-size: 13px;
        line-height: 120%;
    }

    /* 非公開求人の紹介を受ける */
    .entry_area_hikoukai {
        padding: 40px 5% 0;
    }

    .h2_hikoukai {
        margin: 0 0 30px;
        padding: 10px 0 5px;
        font-size: 16px;
    }

    .entry_box_hikoukai {
       padding: 5px;
    }

    .entry_box_hikoukai img {
        width: 95px;
    }

    span.dots {
        font-size: 18px;
        padding-top: 0.3em;
    }

    .hikoukai_p {
        margin-left: 30%;
        padding-bottom: 10px;
        width: 65%;
        font-size: 13px;
    }

    .entry_btn_hikoukai a.bg3 {
        width: 100%;
        height: 51.4px;
    }

    .free_icon {
        position: absolute;
        top: 10px;
        line-height: 1.2;
        background-color: #fff;
        border-radius: 16px;
        color: #f73f89;
        padding-top: 8px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
        font-weight: 700;
        font-size: 13px;
        letter-spacing: 1.2px;
        z-index: 3;
        box-shadow: 0px 2px 4px 0px #00000033;
    }

    .free_icon::after {
        content: "";
        position: absolute;
        top: 95%;
        left: 60%;
        margin-left: -15px;
        border: 7px solid transparent;
        border-top: 7px solid #fff;
        z-index: 2;
    }

    /* 求人を探す */
    .job_search.sp {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .job_search .basicList {
        width: 100%;
    }

    .job_search .toggleWrapper {
        width: 100%;
    }

    .job_search .toggleBtn {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        line-height: 15.4px;
        text-align: center;
        border-radius: 10px;
        padding: 15px;
        margin-top: 10px;
        background-color: #FFA899;
        width: -webkit-fill-available;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .job_search .toggleBtn h3 {
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 1.05px;
    }

    .job_search .toggleBtn span.bold {
        font-weight: 700;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 1.05px;
    }

    .job_search .toggleBtn span.minus {
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        line-height: 1;
        width: 1em;
        height: 0.1em;
        background: currentColor;
        border-radius: 0.1em;
        position: absolute;
        right: 18px;
    }

    .job_search .toggleBtn span.minus::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: inherit;
        border-radius: inherit;
        transform: rotate(90deg);
    }

    .job_search .toggleBtn.on span.minus::before {
        display: none;
    }

    .job_search .toggleBtn.on {
        border-radius: 10px 10px 0 0;
    }

    .job_search .toggleInner ul {
        margin-bottom: 15px;
    }

    .job_search .toggleInner li {
        color: #000;
        border-right: 1.5px solid #FFA899;
        border-left: 1.5px solid #FFA899;
        border-bottom: 1.5px solid #FFA899;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .job_search .toggleInner li a {
        color: #2F2F2F;
        padding: 15px;
        width: -webkit-fill-available;
        position: relative;
    }

    .job_search .toggleInner li a::before {
        content: "";
        position: absolute;
        right: 10px;
        top: 42.5%;
        width: 5px;
        height: 5px;
        border-top: 2px solid #FFA899;
        border-right: 2px solid #FFA899;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .job_search .toggleInner li:last-child {
        border-radius: 0 0 10px 10px;
    }

    /* 人気キーワード */
    ul.kw_list li {
        padding: 8px 10px;
        margin: 7px;
        font-size: 12px;
    }

    /* 関連する求人特集一覧 */
    .jobsp_ul {
        margin-top: 10px;
    }

    .jobsp_ul li {
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
    }

    .jobsp_ul li.category {
        background-size: 20px 20px;
    }

    .jobsp_ul li.ind {
        background-size: 22px 20px;
    }

    .jobsp_ul li.pref {
        background-size: 21px 20px;
    }

    .jobsp_ul li.incomes {
        background-size: 20px 20px;
        background-position: 15.5px center;
    }

    .jobsp_ul li a {
        padding: 0 25px 0 45px;
        min-height: 60px;
    }

    .jobsp_ul li a::before {
        right: 12px;
        top: 45%;
    }

    /* サービス紹介 */
    .sub_head {
        color: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 35px 0 0;
        padding: 50px 0 10px;
        font-weight: 400;
        font-size: 18px;
        line-height: 130%;
        letter-spacing: 1.05px;
        text-align: center;
        position: relative;
        border-top: 1px solid #D7D7D7;
        width: 100%;
    }

    .sub_head::before {
        content: '';
        position: absolute;
        display: inline-block;
        width: 30px;
        height: 4px;
        background-color: #D64476;
        top: 30px;
    }

    .border_top_none {
        border-top: none !important;
        margin-top: 0 !important;
    }

    ul.sites_ul {
        padding-top: 10px;
        padding-bottom: 45px;
        width: 100%;
    }

    ul.sites_ul li {
        margin-bottom: 15px;
        width: 100%;
    }

    ul.sites_ul li .sites_text {
        padding: 10px 10px 5px 0;
        font-size: 11.5px;
    }

    ul.sites_ul li img {
        height: 82px;
    }

    ul.sites_ul li a span {
        font-weight: 600;
        font-size: 14px;
        line-height: 1.2;
    }

    /* 検索条件変更画面 */
    .re_search_wrap {
        padding: 15px 4%;
    }

    .re_search_head {
        font-weight: 700;
        font-size: 16px;
        line-height: 16px;
        height: 48px;
        padding-top: 5px;
    }

    .close_btn::before, .close_btn::after {
        width: 1px;
        height: 18px;
        top: 6px;
        left: 20px;
    }

    .form_label {
        font-size: 14px;
        width: 17%
    }

    .ttl_job {
        font-size: 16px;
        font-weight: 700;
        line-height: 16px;
        height: 42px;
    }

    .select_wrapper_labelless {
        max-width: 100% !important;
        min-width: 100% !important;
    }

    .tag_select_area {
        padding: 3%;
        justify-content: center;
    }

    .tag_select_area::after {
        content: "";
        display: block;
        width: 48%;
        height: 0;
    }

    .job_select_area {
        padding: 3% 4%;
    }

    .job_select_box, .job_select_box_max {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 5px 0;
    }

    .job_select_box::after, .job_select_box_max::after {
        right: 3.5%;
    }

    #searchCompName,
    #searchKeyword {
        box-shadow: 0 0 4px 0 #0000001a;
        display: inline-block;
        box-sizing: border-box;
        padding: 8px 12px;
        border: 1px solid #ddd;
        border-radius: 4px;
        font-size: 14px;
        line-height: 22px;
        appearance: none;
        width: 100%;
    }

    .feature_tag_list {
        width: 48%;
        padding: 5px 0;
    }

    .job_search_btn {
        padding: 3% 4% 6%;
    }

    .search_btn_a {
        width: -webkit-fill-available;
        height: 52px;
        padding-top: 3px;
    }

    .job_search_result_count_box {
        border-top: 1px solid #e1e1e1;
    }

    .pc_flex_wrap .icon_shokushu_re,
    .pc_flex_wrap .icon_gyoshu_cat {
        background-position: 41% center;
    }

    .pc_flex_wrap .icon_job_pref {
        background-position: 38% center;
    }

    .pc_flex_wrap .icon_salary {
        background-position: 36.5% center;
    }

    .pc_flex_wrap .icon_ft_tag {
        background-position: 31.5% center;
    }

    .pc_flex_wrap .icon_comp_name {
        background-position: 41% center;
    }

    .pc_flex_wrap .icon_kw {
        background-position: 33% center;
    }

    /* 追従バナー */
    #cvr_fbanner a.bg3 {
        width: 90%;
    }

    #bodyIn .entry_btn a.bg3 {
        width: 100%;
        margin-bottom: 10px;
    }

    .entry_btn_hikoukai a.bg3,
    #bodyIn .entry_btn a.bg3,
    #cvr_fbanner a.bg3 {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-family: MeiryoUI, sans-serif;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        background: -webkit-gradient(linear, left top, left bottom, from(#f73f89), to(#e3216f));
        border-radius: 50px;
        position: relative;
        box-shadow: 1px 1px 4px gray;
        padding: 15px;
    }

    #bodyIn .entry_btn a.bg3 span,
    #cvr_fbanner a.bg3 span {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-right: 20px;
    }

    #bodyIn .entry_btn a.bg3 span.attention,
    #cvr_fbanner a.bg3 span.attention {
        background-image: none;
        background-position: inherit;
        margin: 0;
        display: inline-block;
        line-height: 1.2;
        background-color: #fff;
        border-radius: 10px;
        color: #f73f89;
        padding-top: 4px;
        padding-bottom: 3px;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: 10px;
        vertical-align: middle;
        font-size: 12px;
        position: relative;
    }

    .entry_btn_hikoukai a.bg3 span::after,
    #bodyIn .entry_btn a.bg3 span::after,
    #cvr_fbanner a.bg3 span::after {
        position: absolute;
        top: 50%;
        right: 15px;
        width: 0.35em;
        height: 0.35em;
        transform: translateY(-50%) rotate(45deg);
        border-right: 1.4px solid #fff;
        border-top: 1.4px solid #fff;
        content: "";
    }

    #bodyIn .entry_btn a.bg3 span.attention::after, #cvr_fbanner a.bg3 span.attention::after {
        display: none;
    }
}

/* PCサイズ */
@media screen and (min-width: 770px) {
    #wrapper {
        padding-top: 0;
    }

    #bodyIn .section {
        background-color: #fff;
        padding-bottom: 30px;
    }

    .job_list_header {
        padding: 5px 0 20px;
        margin: 0 auto;
        max-width: 1024px;
        position: relative;
    }

    .h1_list_title {
        font-weight: 400;
        font-size: 26px;
        line-height: 150%;
        text-align: left;
        color: #000;
        padding: 10px 15px;
        padding-left: 65px;
        border-bottom: 1px solid #D7D7D7;
        width: 100%;
        display: flex;
        justify-content: left;
        align-items: flex-start;
        flex-flow: column;
        position: relative;
    }

    .h1_list_title img {
        position: absolute;
        bottom: 0;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .text_0hit {
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        margin-top: 30px;
    }

    .re_search_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        background: #FF9980;
        border-radius: 50px;
        position: relative;
        width: 360px;
        height: 52px;
        box-shadow: 0px 0px 8px 0px #00000040;
        margin-top: 30px;
        margin-bottom: 15px;
        cursor: pointer;
    }

    .re_search_btn img {
        position: absolute;
        left: 25px;
    }

    /* ヒット件数 */
    .job_count_box {
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        margin: 15px 0 20px;
        position: relative;
    }

    .open_job {
        padding: 0 10px;
    }

    .open_job span {
        color: #D64476;
        font-size: 18px;
        font-weight: 700;
        line-height: 19.8px;
        padding: 0 5px;
    }

    .closed_job {
        border-left: 1px #C5C5C5 solid;
        padding: 0 10px;
    }

    .closed_job span {
        color: #FE6200;
        font-size: 18px;
        font-weight: 700;
        line-height: 19.8px;
        padding: 0 5px;
    }

    .about_text {
        border-left: 1px #C5C5C5 solid;
        padding: 0 10px;
    }

    .about_text::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: -13px;
        width: 18px;
        height: 18px;
        background: url(/images/job/icon/hatena.svg) no-repeat left top / contain;
        cursor: pointer;
    }

    .about_balloon {
        position: absolute;
        display: none;
        bottom: 30px;
        padding: 10px 12px;
        width: 370px;
        background: #fff;
        border-radius: 10px;
        z-index: 99;
        border: 2px solid #D64476;
    }

    .about_balloon::before {
        content: "";
        position: absolute;
        border: solid 8px transparent;
        border-top: solid 12px #D64476;
        top: 100%;
        right: 85%;
    }

    .about_balloon::after {
        content: "";
        position: absolute;
        border: solid 8px transparent;
        border-top: solid 12px #FFF;
        bottom: -16.5px;
        right: 85%;
    }

    #bodyIn .entry_btn {
        width: 100%;
        display: flex !important;
        justify-content: center;
        align-items: center;
        background: #FFF;
    }

    /* 勤務地を絞り込む */
    .job_area_search {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 20px 0 5px;
        width: 100%;
    }

    .job_area_search span {
        font-weight: 400;
        font-size: 18px;
        line-height: 120%;
        letter-spacing: 1.05px;
        padding: 10px 15px 10px 5px;
        border-right: 1px #C5C5C5 solid;
        min-width: 174px;
    }

    .job_area_search ul {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-left: 15px;
    }

    li.job_area_item {
        border: 1px solid #F0F0F0;
        border-radius: 5px;
        color: #D64476;
        background: #F0F0F0;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        margin: 0 5px;
    }

    li.job_area_item:hover {
        background: #D64476;
        color: #fff;
        cursor: pointer;
    }

    li.job_area_item a, li.area_re_search {
        width: 110px;
        height: 30px;
        padding-top: 2px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* 件数表示・ページネーション */
    .num {
        color: #2F2F2F;
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        display: flex;
        justify-items: flex-start;
        align-items: center;
        width: 100%;
    }

    .job_list_header .num {
        margin-top: 30px;
    }

    .num span {
        font-weight: 700;
        color: #D64476;
    }

    .pageNav {
        display: flex !important;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        position: absolute;
        bottom: 10px;
    }

    .pageNav li {
        font-weight: 400;
        font-size: 14px;
        line-height: 100%;
        margin: 0 3px;
        margin-top: -30px;
        position: relative;
    }

    .nav_li_before::after {
        position: absolute;
        top: 50%;
        right: 15px;
        width: 0.4em;
        height: 0.4em;
        transform: translateY(-50%) rotate(224deg);
        border-right: 1.5px solid #D64476;
        border-top: 1.5px solid #D64476;
        content: "";
        pointer-events: none;
    }

    .nav_li_first::before {
        position: absolute;
        top: 50%;
        right: 12px;
        width: 0.4em;
        height: 0.4em;
        transform: translateY(-50%) rotate(224deg);
        border-right: 1.5px solid #D64476;
        border-top: 1.5px solid #D64476;
        content: "";
        pointer-events: none;
    }

    .nav_li_first::after {
        position: absolute;
        top: 50%;
        right: 18px;
        width: 0.4em;
        height: 0.4em;
        transform: translateY(-50%) rotate(224deg);
        border-right: 1.5px solid #D64476;
        border-top: 1.5px solid #D64476;
        content: "";
        pointer-events: none;
    }

    .nav_li_next::after {
        position: absolute;
        top: 50%;
        right: 18px;
        width: 0.4em;
        height: 0.4em;
        transform: translateY(-50%) rotate(45deg);
        border-right: 1.5px solid #D64476;
        border-top: 1.5px solid #D64476;
        content: "";
        pointer-events: none;
    }

    .nav_li_end::before {
        position: absolute;
        top: 50%;
        right: 15px;
        width: 0.4em;
        height: 0.4em;
        transform: translateY(-50%) rotate(45deg);
        border-right: 1.5px solid #D64476;
        border-top: 1.5px solid #D64476;
        content: "";
        pointer-events: none;
    }

    .nav_li_end::after {
        position: absolute;
        top: 50%;
        right: 20px;
        width: 0.4em;
        height: 0.4em;
        transform: translateY(-50%) rotate(45deg);
        border-right: 1.5px solid #D64476;
        border-top: 1.5px solid #D64476;
        content: "";
        pointer-events: none;
    }

    .pageNav li a {
        background: #EFEFEF;
        color: #2F2F2F;
        border-radius: 99px;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pageNav li a.current {
        background: #F38EB1;
        color: #fff;
    }

    /* 求人カード */
    .job_list_body {
        padding: 0 0 25px;
    }

    .job_card {
        width: 1022px;
        margin: 0 auto 20px;
    }

    .job_inner {
        padding: 20px;
    }

    .job_title {
        font-size: 22px;
        padding-bottom: 10px;
    }

    .job_name {
        font-weight: 500;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .company_name {
        font-size: 16px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .job_features {
        margin: 10px 0;
    }

    .feature_tag {
        font-size: 12px;
    }

    table tbody {
        border: 1px solid #D7D7D7;
    }

    table tr {
        border: 1px solid #D7D7D7;
    }

    table th,
    table td {
        word-break: break-all;
    }

    table th {
        text-align: left;
        width: 200px;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 1.1px;
        border-bottom: 1px solid #D7D7D7;
        padding: 5px 15px 5px 45px;
    }

    table td {
        display: block;
        padding: 12px 20px;
        font-size: 13px;
    }

    table td:empty::before {
        content: "\00a0";
    }

    ul.job_area_list {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-flow: wrap;
    }

    ul.job_area_list li {
        padding-right: 5px;
    }

    .icon_detail {
        font-weight: 700;
        font-size: 13px;
        line-height: 200%;
        letter-spacing: 1.1px;
        color: #D64476;
        padding: 10px 15px 0 45px;
        width: 200px;
    }

    .job_detail_text span {
        font-weight: 400;
        font-size: 13px;
        line-height: 150%;
        margin: 6px 12px 12px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;
    }

    /* アイコン */
    .job_card .icon_detail,
    .job_card .icon_job_pref,
    .job_card .icon_salary {
        background-position: 15px 15px;
    }

    .job_detail_btn {
        font-size: 14px;
        font-weight: 700;
        width: 300px;
        height: 48px;
    }

    .job_detail_btn:hover {
        background: #F67454;
    }
    
    .job_detail_btn span::after {
        position: absolute;
        top: 42%;
        right: 23px;
        width: 6px;
        height: 6px;
        border-top: 1.5px solid #fff;
        border-right: 1.5px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        content: "";
    }
    
    .job_list_footer {
        padding: 0 0 20px;
        margin: 0 auto;
        max-width: 1024px;
        position: relative;
    }

    .re_search_btn_a {
        width: 80px;
        height: 80px;
        background-color: rgba(255, 153, 128, 0.8);
        background-image: url(/images/job/icon/search_bottom.svg);
        background-repeat: no-repeat;
        background-position: center 12px;
        background-size: 45% auto;
        padding-top: 40%;
        font-weight: 700;
        font-size: 14px;
    }

    /* ページ中部CTAボタン */
    .job_list_cta {
        padding: 30px 0;
        margin-bottom: 20px;
    }

    .cta_title {
        width: 540px;
        height: 60px;
    }

    .cta_title img {
        position: absolute;
        left: 5px;
        top: -8px; 
    }

    .cta_title span {
        font-weight: 700;
        font-size: 18px;
        line-height: 120%;
        padding-left: 40px;
        text-align: center;
    }

    .service_detail {
        padding: 20px 0 15px;
    }

    .service_detail span {
        font-weight: 700;
        font-size: 16px;
        line-height: 120%;
        text-align: center;
        padding-bottom: 5px;
    }

    .service_detail li {
        font-weight: 400;
        font-size: 14px;
        line-height: 160%;
        position: relative;
    }

    .service_detail li::before {
        content: "";
        display: block;
        position: absolute;
        width: 1rem;
        height: 0.5rem;
        border-left: 1.5px solid #1C1B1F;
        border-bottom: 1.5px solid #1C1B1F;
        top: 0.5rem;
        left: -1.8rem;
        transform: rotate(-45deg);
    }

    .job_list_cta_box {
        width: 700px;
        padding: 20px 35px;
    }

    h2.select_title {
        font-size: 14px;
    }

    .select_list a {
        width: 200px;
        height: 45.2px;
        margin: 5px;
        font-weight: 700;
        font-size: 14px;
        line-height: 120%;
    }

    /* 非公開求人の紹介を受ける */
    .entry_btn_hikoukai {
        padding: 30px 0 0;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* 非公開求人の紹介を受ける */
    .entry_area_hikoukai {
        padding: 35px 0;
    }

    .entry_box_hikoukai {
        padding: 10px;
        width: 480px;
    }

    .h2_hikoukai {
        margin: 0 0 30px;
        padding: 10px 0 5px;
        font-size: 22px;
    }

    span.dots {
        font-size: 26px;
        padding-top: 0.25em;
    }

    .hikoukai_p {
        width: 316px;
        font-size: 15px;
        margin-left: 95px;
        padding: 5px 0;
    }

    /* 求人を探す */
    .job_search {
        width: 945px;
        margin: 0 auto;
    }

    .job_search_tabs ul {
        display: flex;
        justify-content: space-between;
        border-radius: 10px 10px 0 0;
        background: #F6F6F6;
    }

    .job_search_tabs ul li {
        position: relative;
        width: 32%;
        height: 60px;
        border-right: 1px solid #C1C1C1;
        cursor: pointer;
    }

    .job_search_tabs ul li:first-child {
        border-radius: 5px 0 0 0;
    }

    .job_search_tabs ul li:last-child {
        border-right: 0;
        border-radius: 0 5px 0 0;
    }

    .job_search_tabs ul li h3 {
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        line-height: 60px;
        letter-spacing: 1.05px;
        margin-top: 3.5px;
    }

    .job_search_tabs li.select_tab span.bold {
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 1.05px;
    }

    .bottom_line {
        background: #FFA899;
        color: #fff;
    }

    .job_search_list {
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .job_search_list div {
        display: none;
    }

    .job_search_list .selected {
        display: block;
    }

    .job_search_list ul {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .job_search_list ul li {
        position: relative;
        width: 315px;
        height: 50px;
        border: 0.5px solid #FFA899;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        cursor: pointer;
    }

    /* 最初の行（1〜3個目） */
    .job_search_list ul li:nth-child(-n+3) {
        border-top: 1.5px solid #FFA899;
    }

    /* 最後の行（最後から1〜3個） */
    .job_search_list ul li:nth-last-child(1),
    .job_search_list ul li:nth-last-child(2),
    .job_search_list ul li:nth-last-child(3) {
        border-bottom: 1.5px solid #FFA899;
    }

    /* 1の倍数（1番目、4番目、7番目...）*/
    .job_search_list ul li:nth-child(3n+1) {
        border-left: 1.5px solid #FFA899;
    }

    /* 3の倍数（3番目、6番目、9番目...）*/
    .job_search_list ul li:nth-child(3n) {
        border-right: 1.5px solid #FFA899;
    }

    /* JavaScriptで追加されるクラス用のCSS */
    .job_search_list ul li.bottom-left-radius,
    .job_search_list ul li.bottom-left-radius a:hover {
        border-bottom-left-radius: 10px;
    }

    .job_search_list ul li.bottom-right-radius,
    .job_search_list ul li.bottom-right-radius a:hover {
        border-bottom-right-radius: 10px;
    }

    .job_search_list ul li a {
        display: flex;
        align-items: center;
        padding: 5px 15px;
        font-size: 13px;
        color: #2F2F2F;
        line-height: 20px;
        width: 315px;
        height: 50px;
    }

    .job_search_list ul li a span {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .job_search_list ul li a:hover {
        background-color: #FFA89999;
    }

    .job_search_list ul li a::before {
        content: "";
        position: absolute;
        right: 10px;
        top: 21.5px;
        width: 5px;
        height: 5px;
        border-top: 2px solid #FFA899;
        border-right: 2px solid #FFA899;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    /* 人気キーワード */
    ul.kw_list {
        max-width: 950px;
    }

    ul.kw_list li {
        padding: 7px 10px;
        margin: 8px;
        font-size: 16px;
    }

    /* 関連する求人特集一覧 */
    .jobsp_ul {
        width: 800px;
        margin-top: 10px;
    }

    .jobsp_ul li {
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
    }

    .jobsp_ul li.category {
        background-size: 26px 26px;
    }

    .jobsp_ul li.ind {
        background-size: 28px 26px;
    }

    .jobsp_ul li.pref {
        background-size: 28px 24px;
    }

    .jobsp_ul li.incomes {
        background-size: 26px 26px;
        background-position: 16.5px center;
    }

    .jobsp_ul li a {
        padding: 0 30px 0 55px;
        height: 60px;
    }

    .jobsp_ul li a::before {
        right: 18px;
        top: 45%;
    }

    /* サービス紹介 */
    .job_cont {
        padding: 35px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column;
    }

    .sub_head {
        color: #000;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        margin: 10px 0 0 0;
        padding: 15px 0;
        font-weight: 400;
        font-size: 28px;
        line-height: 120%;
        letter-spacing: 1.1px;
        position: relative;
    }

    .sub_head::before {
        content: '';
        position: absolute;
        display: inline-block;
        width: 40px;
        height: 4px;
        background-color: #D64476;
        top: -10px;
    }

    .sites_inner {
        padding: 0 30px;
    }

    ul.sites_ul {
        width: 950px;
    }

    ul.sites_ul li {
        width: 380px;
        margin: 10px;
    }

    ul.sites_ul li .sites_text {
        padding-right: 10px;
        font-size: 12px;
    }

    ul.sites_ul li a span {
        font-weight: 700;
        font-size: 16px;
        line-height: 140%;
    }

    /* 検索条件変更画面 */
    .re_search_wrap {
        padding: 5% 0;
    }

    .re_search_wrap .job_search_wrap {
        max-width: 745px;
        min-width: 745px;
        margin: 0 auto;
    }

    .re_search_head {
        font-size: 18px;
        font-weight: 700;
        line-height: 18px;
        padding: 20px 0;
    }

    .close_btn::before,
    .close_btn::after {
        width: 2px;
        height: 24px;
        top: 10px;
        left: 23px;
    }

    .pc_flex_wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        border-bottom: 1px solid #e4e4e4;
    }

    .job_select_area {
        flex-grow: 1;
        width: min-content;
    }

    .job_select_box {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px 50px 5px 0;
    }

    .job_select_box::after {
        right: 13.5%;
    }

    .job_select_box_max {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px 50px 5px 10px;
    }

    .job_select_box_max::after {
        right: 13.5%;
    }

    .ttl_job {
        font-size: 16px;
        font-weight: 700;
        line-height: 16px;
        height: 190px;
        min-width: 160px;
    }

    .ttl_job_two {
        height: 135px;
    }

    .ttl_job_half {
        height: 80px;
    }

    .select_wrapper_labelless {
        max-width: 94%;
        min-width: 94%;
    }

    .pc_flex_wrap .icon_shokushu_re,
    .pc_flex_wrap .icon_gyoshu_cat {
        background-position: 30% center;
    }

    .pc_flex_wrap .icon_job_pref {
        background-position: 24% center;
    }

    .pc_flex_wrap .icon_salary {
        background-position: 19% center;
    }

    .pc_flex_wrap .icon_ft_tag {
        background-position: 12% center;
        padding-left: 13px;
    }

    .pc_flex_wrap .icon_comp_name {
        background-position: 30% center;
    }

    .pc_flex_wrap .icon_kw {
        background-position: 17% center;
        padding-left: 13px;
    }

    .form_label {
        font-size: 14px;
        padding: 0 3% 0 0;
        color: #000;
    }

    #searchCompName,
    #searchKeyword {
        box-shadow: 0 0 4px 0 #0000001a;
        display: inline-block;
        box-sizing: border-box;
        border: 1px solid #ddd;
        border-radius: 4px;
        font-size: 14px;
        line-height: 22px;
        appearance: none;
        padding: 14px;
        height: 45px;
        width: 100%;
    }

    .tag_select_area {
        justify-content: left;
        width: 100%;
        padding: 5px 0 5px 30px;
    }

    .tag_select_area::after {
        content: "";
        display: block;
        width: 35%;
        height: 0;
    }

    .feature_tag_list {
        width: 35%;
        padding: 2px 0;
    }

    .job_input_box {
        padding: 5px 65px 5px 28px;
    }

    .job_search_btn {
        padding: 30px 0;
    }

    .search_btn_a {
        width: 300px;
        padding: 15px 0;
    }

    /* 追従バナー */
    .entry_btn_hikoukai a.bg3,
    #bodyIn .entry_btn a.bg3,
    #cvr_fbanner a.bg3 {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-family: MeiryoUI, sans-serif;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        background: -webkit-gradient(linear, left top, left bottom, from(#f73f89), to(#e3216f));
        border-radius: 50px;
        position: relative;
        box-shadow: 1px 1px 4px gray;
        padding: 15px;
        width: 420px;
        height: 53.4px;
    }

    .entry_btn_hikoukai a.bg3 span,
    #bodyIn .entry_btn a.bg3 span,
    #cvr_fbanner a.bg3 span {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-right: 28px;
        padding-top: 2px;
    }

    .entry_btn_hikoukai a.bg3 span.attention,
    #bodyIn .entry_btn a.bg3 span.attention,
    #cvr_fbanner a.bg3 span.attention {
        background-image: none;
        background-position: inherit;
        margin: 0;
        display: inline-block;
        line-height: 1.2;
        background-color: #fff;
        border-radius: 10px;
        color: #f73f89;
        padding-top: 4px;
        padding-bottom: 3px;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: 10px;
        vertical-align: middle;
        font-size: 12px;
        position: relative;
    }

    .entry_btn_hikoukai a.bg3 span::after,
    #bodyIn .entry_btn a.bg3 span::after,
    #cvr_fbanner a.bg3 span::after {
        position: absolute;
        top: 50%;
        right: 22px;
        width: 0.4em;
        height: 0.4em;
        transform: translateY(-50%) rotate(45deg);
        border-right: 1.5px solid #fff;
        border-top: 1.5px solid #fff;
        content: "";
    }

    .entry_btn_hikoukai a.bg3 span.attention:after,
    #bodyIn .entry_btn a.bg3 span.attention:after,
    #cvr_fbanner a.bg3 span.attention:after {
        display: none;
    }
}

/* ヒット件数 */
.about_text {
    position: relative;
    cursor: pointer;
    text-decoration: underline;
}

.balloon_p {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.03px;
    color: #2F2F2F;
}

/* 求人カード */
.job_card {
    position: relative;
    background-color: #fff;
    border: 1px #efefef solid;
    box-shadow: 0px 0px 6px 0px #00000033;
    border-radius: 5px;
}

.job_inner {
    border-top: 7.5px #D64476 solid;
    border-radius: 5px;
}

.job_title {
    color: #000;
    font-weight: 400;
    line-height: 120%;
    border-bottom: 1px solid #D7D7D7;
}

.job_features {
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature_ul {
    display: flex;
    align-items: center;
    width: -webkit-fill-available;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.feature_ul::-webkit-scrollbar {
    display: none;
}

.job_btn_box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.job_detail_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    background: #FF9980;
    border-radius: 50px;
    position: relative;
    box-shadow: 0px 0px 8px 0px #00000040;
    cursor: pointer;
}

.feature_tag {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: auto;
    background-color: #fff;
    font-weight: 500;
    line-height: 100%;
    margin: 3px;
    padding: 6px 8px;
    border-radius: 4px;
    color: #11ACCB;
    border: 1px solid #11ACCB;
}

.feature_tag.selected {
    background-color: #11ACCB;
    color: #fff;
}

table th {
    position: relative;
    background-color: #F6F6F6;
    color: #D64476;
}

table td {
    font-weight: 500;
    line-height: 200%;
    color: #2F2F2F;
}

.year_salary {
    font-weight: 700;
    color: #FE6200;
}

.re_search_btn_bottom {
    position: fixed;
    left: 5%;
    bottom: 13%;
    z-index: 500;
}

.re_search_btn_a {
    position: relative;
    border-radius: 50%;
    box-shadow: 0px 0px 8px 0px #00000040;
    line-height: 100%;
    letter-spacing: 1.05px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

/* ページ中部CTAボタン */
.job_list_cta {
    background: #FEF5F2;
}

.cta_title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    position: relative;
}

.cta_title span {
    color: #D64476;
}

.service_detail {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    color: #000;
}

.job_list_cta_box {
    border: 1px solid #D64476;
    border-radius: 12px 0;
    background: #FFFFFF;
    margin: 0 auto;
}

h2.select_title {
    font-weight: 700;
    line-height: 120%;
    text-align: center;
}

.select_list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 10px;
}

.select_list a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #D64476;
    border: 2px solid #D64476;
    border-radius: 99px;
    text-align: center;
    box-shadow: 0px 0px 6px 0px #00000040;
}

.select_list a:hover {
    background: #fff;
    color: #D64476;
}

/* 非公開求人の紹介を受ける */
.entry_area_hikoukai {
    background: #FFF3F3;
    width: 100%;
    margin: 0 auto;
}

.entry_box_hikoukai {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    border: 2px solid #FFB1C8;
    border-radius: 10px;
    background-color: #FFF;
    margin: 0 auto;
    position: relative;
}

.h2_hikoukai {
    color: #D64476;
    font-family: Inter, sans-serif;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1.02px;
    text-align: center;
    border-bottom: 1.2px solid #E05A87;
    position: relative;
    padding-top: 10px;
}

.h2_hikoukai:before,
.h2_hikoukai:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.h2_hikoukai:before {
    border: solid 11px transparent;
    border-top: solid 11px #E05A87;
}

.h2_hikoukai:after {
    border: solid 14px transparent;
    border-top: solid 14px #FFF;
    margin-top: -5px;
}

span.dots {
    font-family: Inter, sans-serif;
    font-weight: 700;
    line-height: 200%;
    letter-spacing: 1.02px;
    background-image: radial-gradient(circle at center, #FFDC50 20%, transparent 20%);
    background-position: top center;
    background-repeat: repeat-x;
    background-size: 1em 0.3em;
}

.hikoukai_p {
    color: #000;
    font-family: Inter, sans-serif;
    font-weight: 400;
    line-height: 150%;
}

.entry_box_hikoukai img {
    position: absolute;
    left: -5px;
    width: 125px;
    bottom: -4%;
}

/* 人気キーワード */
ul.kw_list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

ul.kw_list li {
    background: #F0F0F0;
    border: 1px solid #F0F0F0;
    border-radius: 4px;
    color: #11ACCB;
    font-weight: 400;
    line-height: 100%;
}

ul.kw_list li:hover {
    background: #11ACCB;
    color: #fff;
}

/* 関連する求人特集一覧 */
.jobsp_ul {
    box-shadow: 0px 0px 6px 0px #00000033;
    border-radius: 10px;
}

.jobsp_ul li {
    position: relative;
    border-bottom: 1px solid #D7D7D7;
    color: #2F2F2F;
    background-position: 15px center;
}

.jobsp_ul li.category {
    background-image: url(/images/job/icon/jobsp_category.svg);
    background-repeat: no-repeat;
}

.jobsp_ul li.ind {
    background-image: url(/images/job/icon/jobsp_ind.svg);
    background-repeat: no-repeat;
}

.jobsp_ul li.pref {
    background-image: url(/images/job/icon/icon_job_pref.svg);
    /* background-image: url(/images/job/icon/jobsp_pref.svg); */
    background-repeat: no-repeat;
}

.jobsp_ul li.incomes {
    background-image: url(/images/job/icon/jobsp_incomes.svg);
    background-repeat: no-repeat;
}

.jobsp_ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.jobsp_ul li a::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-top: 1.5px solid #D64476;
    border-right: 1.5px solid #D64476;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.jobsp_ul li a:hover {
    background-color: #FFA89999;
}

.jobsp_ul li a span {
    padding: 10px 0;
}

/* 最初の要素 */
.jobsp_ul li:first-child,
.jobsp_ul li:first-child a:hover {
    border-radius: 10px 10px 0 0;
}

/* 最後の要素 */
.jobsp_ul li:last-child,
.jobsp_ul li:last-child a:hover {
    border-bottom: none;
    border-radius: 0 0 10px 10px;
}

/* 要素が1つだけの場合 */
.jobsp_ul li:only-child,
.jobsp_ul li:only-child a:hover {
    border-radius: 10px !important;
    border-bottom: none !important;
}

/* サービス紹介 */
.sites_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: -webkit-fill-available;
}

ul.sites_ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

ul.sites_ul li {
    position: relative;
    border: 1px solid #E8E8E8;
    border-radius: 10px;
    color: #2F2F2F;
}

ul.sites_ul li:hover {
    border: 1px solid #D64476;
}

ul.sites_ul li a {
    width: -webkit-fill-available;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

ul.sites_ul li a span {
    letter-spacing: 1.05px;
    text-align: center;
    color: #D64476;
    padding-top: 5px;
}

ul.sites_ul li .sites_text {
    color: #2F2F2F;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    font-weight: 400;
    line-height: 120%;
    width: 100%;
}

ul.sites_ul li img {
    padding-right: 10px;
    border-radius: 10px;
}

/* 検索条件変更画面 */
.re_search_wrap {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: -webkit-fill-available;
    background: #404040b2;
    z-index: 8000;
    height: 100dvh;
    overflow: scroll;
}

.re_search_wrap .job_search_wrap {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
}

.re_search_head {
    background: #D64476;
    color: #fff;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 10px;
}

.re_search_head img {
    margin-right: 7px;
    margin-bottom: 3px;
    width: 22px;
    height: 22px;
}

.close_btn {
    display: block;
    position: absolute;
    right: 2%;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9;
}

.close_btn::before,
.close_btn::after {
    display: block;
    position: absolute;
    border-radius: 10px;
    background-color: #fff;
    content: "";
}

.close_btn::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close_btn::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ttl_job {
    background-color: #F6F6F6;
    color: #D64476;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tag_select_area {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    font-size: 14px;
}

.feature_tag_list label {
    cursor: pointer;
}

.job_select_box, .job_select_box_max {
    position: relative;
}

.customSelectInner {
    font-size: 14px;
    color: #8e8e8e;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    box-shadow: 0 0 4px 0 #0000001a;
    padding: 14px;
    box-sizing: border-box;
    height: 45px;
    width: 100% !important;
    text-overflow: ellipsis;
    overflow: hidden !important;
    white-space: nowrap;
}

.select_wrapper {
    font-size: 14px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    white-space: nowrap;
    color: #000;
    background-color: #fff;
    box-shadow: 0 0 4px 0 #0000001a;
    max-width: 83%;
    min-width: 83%;
    padding: 14px;
    box-sizing: border-box;
    height: 45px;
    width: 100% !important;
    text-overflow: ellipsis;
    overflow: hidden !important;
    appearance: none;
    /* デフォ削除 */
}

.select_wrapper_labelless {
    font-size: 14px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    white-space: nowrap;
    color: #000;
    background-color: #fff;
    box-shadow: 0 0 4px 0 #0000001a;
    box-sizing: border-box;
    padding: 14px;
    height: 45px;
    appearance: none;
}

.job_select_box::after, .job_select_box_max::after {
    content: "";
    position: absolute;
    top: 40%;
    width: 5px;
    height: 5px;
    border-right: 2px solid #D64476;
    border-bottom: 2px solid #D64476;
    transform: rotate(45deg);
}

.job_search_result_count_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    padding: 20px 0 0;
    font-size: 14px;
}

span.form_label {
    padding-left: 0.5em;
    vertical-align: middle;
}

span.form_label {
    padding-left: 0.5em;
    vertical-align: middle;
}

.job_search_result_count_num {
    color: #e3216f;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    padding: 0 10px;
}

.job_search_btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search_btn_a {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    background-color: #FF9980;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    box-shadow: 0px 0px 6px 0px #00000033;
    display: flex;
    justify-content: center;
    align-items: center;
}

input[type=checkbox] {
    display: none;
}

.job_checkbox {
    box-sizing: border-box;
    display: inline-block;
    padding: 5px 0 5px 30px;
    position: relative;
    width: auto;
}

.job_checkbox::before {
    background: #fff;
    border: 1px solid #A7A7A7;
    border-radius: 2px;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}

.job_checkbox::after {
    border-right: 2px solid #D64476;
    border-bottom: 2px solid #D64476;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}

input[type=checkbox]:checked + .job_checkbox::after,
label.job_checkbox input[type=checkbox]:checked ~ ::after,
label.job_checkbox:has(input[type=checkbox]:checked)::after {
    opacity: 1;
}

/* アイコン */
.icon_shokushu_re {
    /* 職種 */
    background-image: url(/images/job/icon/icon_shokushu_re.svg);
    background-repeat: no-repeat;
    background-size: 13px 18px;
}

.icon_gyoshu_cat {
    /* 業種 */
    background-image: url(/images/job/icon/icon_gyoshu_cat.svg);
    background-repeat: no-repeat;
    background-size: 15px 18px;
}

.icon_salary {
    /* 年収 */
    background-image: url(/images/job/icon/icon_salary.svg);
    background-repeat: no-repeat;
    background-size: 18px 18px;
}

.icon_job_pref {
    /* 勤務地 */
    background-image: url(/images/job/icon/icon_job_pref.svg);
    background-repeat: no-repeat;
    background-size: 18px 18px;
}

.icon_ft_tag {
    /* こだわり条件 */
    background-image: url(/images/job/icon/icon_ft_tag.svg);
    background-repeat: no-repeat;
    background-size: 13px 18px;
}

.icon_comp_name {
    /* 社名 */
    background-image: url(/images/job/icon/icon_comp_name.svg);
    background-repeat: no-repeat;
    background-size: 16px 18px;
}

.icon_kw {
    /* キーワード */
    background-image: url(/images/job/icon/icon_kw.svg);
    background-repeat: no-repeat;
    background-size: 17px 15px;
}

.icon_detail {
    /* 業務内容 */
    background-image: url(/images/job/icon/icon_detail.svg);
    background-repeat: no-repeat;
    background-size: 19px 17px;
}
