@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;
    border-spacing: 0;
    table-layout: fixed;
    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;
}

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

ul li {
    list-style: none;
}

/* SPサイズ */
@media screen and (max-width: 769px) {
    .jobsp_mv {
        width: 100%;
        height: 220px;
        margin: 0 auto 10px;
        position: relative;
    }

    .jobsp_title {
        background: #FFFFFFD9;
        width: 100%;
        height: 160px;
        position: absolute;
        top: 15%;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }

    .jobsp_title p.woman {
        color: #D64476;
        font-weight: 600;
        font-size: 14px;
        line-height: 140%;
        letter-spacing: 1.06px;
        text-align: center;
        margin: 0 auto;
        padding: 0 0 5px 0;
    }

    .jobsp_title p.shoulder {
        color: #D64476;
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        background: #FFF;
        margin: 0 auto;
        width: 300px;
        border: 1px solid #D64476;
        border-radius: 99px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .jobsp_title h1 {
        color: #D64476;
        font-weight: 400;
        font-size: 18px;
        line-height: 140%;
        text-align: center;
        margin-top: 5px;
    }

    .jobsp_detail {
        width: -webkit-fill-available;
        margin: 0 auto;
        padding: 0 5% 2%;
    }

    .jobsp_detail p.update_p {
        color: #2F2F2F;
        font-weight: 400;
        font-size: 12px;
        line-height: 120%;
        text-align: right;
        padding-bottom: 5px;
    }

    h2.h2_midashi {
        color: #000;
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        margin: 5px 0 10px 0;
        padding-left: 15px;
        position: relative;
    }

    h2.h2_midashi::before {
        position: absolute;
        background-color: #D64476;
        content: "";
        left: 0%;
        top: 5%;
        bottom: 10%;
        width: .2em;
        height: 90%;
    }

    h3.h3_midashi_1, h3.h3_midashi_2 {
        color: #D64476;
        padding: 0 0 10px 0;
        font-weight: 700;
        font-size: 14px;
        line-height: 120%;
    }

    .p_text_1, .p_text_2 {
        color: #2F2F2F;
        font-weight: 400;
        font-size: 14px;
        line-height: 160%;
    }

    .p_text_1.hide_text {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }

    .jobsp_more {
        position: relative;
        z-index: 2;
        font-size: 14px;
        width: 120px;
    }

    .jobsp_more_detail {
        position: relative;
        z-index: 1;
        background: #fff;
        width: 100%;
        padding-top: 10px;
    }

    .text_0hit {
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        text-align: center;
        padding-top: 5px;
        color: #000;
    }

    .sec_0hit {
        margin-top: -35px;
        padding-bottom: 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: 100%;
        height: 50px;
        box-shadow: 0px 0px 8px 0px #00000040;
        margin: 50px 0 0;
        cursor: pointer;
    }

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

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

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

    .jobsp_header .num {
        border-top: 1px solid #D7D7D7;
        margin-top: 10px;
        width: 90%;
    }

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

    .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 {
        justify-content: 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;
    }

    /* 非公開求人の紹介を受ける */
    .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;
    }

    /* この特集に関連する求人特集 */
    .jobsp_bg {
        height: 210px;
        width: 100%;
        border-radius: 10px 10px 0 0;
        position: relative;
    }

    .jobsp_name {
        background: #FFFFFFD9;
        height: 60%;
        width: 100%;
        position: absolute;
        top: 19%;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        color: #D64476;
        font-weight: 400;
        font-size: 17px;
        line-height: 140%;
        text-align: center;
        padding: 15px;
    }

    .jobsp_info {
        padding: 15px;
    }

    .jobsp_info .update_p {
        color: #2F2F2F;
        font-weight: 400;
        font-size: 11px;
        line-height: 120%;
    }

    .jobsp_info .text_p {
        color: #000;
        font-weight: 400;
        font-size: 13px;
        line-height: 150%;
        margin: 10px 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        min-height: 39px;
    }

    .jobsp_info .detail_p {
        text-align: right;
        color: #D64476;
        font-weight: 700;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 1.05px;
        padding-right: 20px;
        position: relative;
    }

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

    .slick-prev {
        left: -12px !important;
    }

    .slick-next {
        right: -12px !important;
    }

    /* 求人を探す */
    .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;
    }

    /* サービス紹介 */
    .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_wrap .jobsp_search_wrap {
        margin: 0 auto;
        padding: 20px 5%;
    }

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

    ul.jobsp_search {
        padding-top: 20px;
    }

    ul.jobsp_search .jobsp_li::after {
        content: "";
        position: absolute;
        top: 42%;
        right: 14.5%;
        width: 5px;
        height: 5px;
        border-right: 2px solid #D64476;
        border-bottom: 2px solid #D64476;
        transform: rotate(45deg);
    }

    ul.jobsp_search .jobsp_li:has(span.subTitle)::after {
        right: 7.5%;
    }

    ul.jobsp_search li.toggle span.dir1 {
        display: block;
        margin: 15px 0;
        padding-top: 18px;
        padding-bottom: 15px;
        padding-left: 20px;
        font-size: 15px;
        font-weight: 400;
        cursor: pointer;
        color: #d45e8b;
        position: relative;
        background-color: #f3f3f3;
    }

    ul.jobsp_search li.toggle span.dir1 span.minus {
        display: inline-block;
        vertical-align: middle;
        color: #D64476;
        line-height: 1;
        width: 12px;
        height: 2px;
        background: currentColor;
        border-radius: 0.1em;
        position: absolute;
        top: 25px;
        right: 18px;
    }

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

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

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

    /* 追従バナー */
    #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;
    }

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

    .jobsp_mv {
        width: 818px;
        height: 336px;
        margin: 0 auto 15px;
        position: relative;
    }

    .jobsp_title {
        background: #FFFFFFD9;
        width: 100%;
        height: 250px;
        position: absolute;
        top: 13.5%;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }

    .jobsp_title p.woman {
        color: #D64476;
        font-weight: 600;
        font-size: 20px;
        line-height: 140%;
        letter-spacing: 1.06px;
        text-align: center;
        margin: 0 auto;
        padding: 0 0 5px 0;
    }

    .jobsp_title p.shoulder {
        color: #D64476;
        font-weight: 400;
        font-size: 20px;
        line-height: 120%;
        background: #FFF;
        margin: 0 auto;
        padding: 3px 20px 0;
        width: 450px;
        border: 1px solid #D64476;
        border-radius: 99px;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .jobsp_title h1 {
        color: #D64476;
        font-weight: 400;
        font-size: 35px;
        line-height: 140%;
        text-align: center;
        margin-top: 5px;
    }

    .jobsp_detail {
        width: 1022px;
        margin: 0 auto;
        padding: 0 10px 10px;
    }

    .jobsp_detail p.update_p {
        color: #2F2F2F;
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        text-align: right;
    }

    h2.h2_midashi {
        color: #000;
        font-weight: 400;
        font-size: 19.5px;
        line-height: 120%;
        padding: 15px 0;
    }

    h2.h2_midashi::before {
        background-color: #D64476;
        content: "";
        display: inline-block;
        height: 1.2em;
        margin-right: .5em;
        vertical-align: middle;
        width: .2em;
    }

    h3.h3_midashi_1, h3.h3_midashi_2 {
        color: #D64476;
        padding: 0 0 10px 0;
        font-weight: 700;
        font-size: 16px;
        line-height: 120%;
    }

    .p_text_1, .p_text_2 {
        color: #2F2F2F;
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
    }

    .p_text_1.hide_text {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;  
    }

    .jobsp_more {
        font-size: 16px;
        width: 140px;
    }

    .jobsp_more_detail {
        padding-top: 10px;
    }

    .text_0hit {
        font-weight: 400;
        font-size: 23px;
        line-height: 150%;
        text-align: center;
        padding-top: 15px;
        color: #000;
    }

    .sec_0hit {
        margin-top: -20px;
        padding-bottom: 20px;
    }

    .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: 30px auto 15px;
        cursor: pointer;
    }

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

    /* ヒット件数 */
    .open_job {
        padding: 0 10px;
    }

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

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

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

    .jobsp_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;
        border-bottom: none;
        width: -webkit-fill-available;
        display: flex;
        flex-flow: column;
    }

    table tr {
        border-bottom: 1px solid #D7D7D7;
        display: flex;
        justify-content: flex-start;
        width: -webkit-fill-available;
    }

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

    table th {
        justify-content: left;
        width: 200px;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 1.1px;
        padding: 12px 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;
    }

    /* 非公開求人の紹介を受ける */
    .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;
    }

    /* この特集に関連する求人特集 */
    .jobsp_box {
        margin: 0 auto;
        width: 1024px;
    }

    ul.jobsp_slick {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        padding-bottom: 15px;
    }

    .jobsp_bg {
        height: 210px;
        width: 100%;
        border-radius: 10px 10px 0 0;
        position: relative;
    }

    .jobsp_name {
        background: #FFFFFFD9;
        height: 65%;
        width: 100%;
        position: absolute;
        top: 18%;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        color: #D64476;
        font-weight: 400;
        font-size: 17px;
        line-height: 140%;
        text-align: center;
        padding: 15px;
    }

    .jobsp_info {
        padding: 15px;
    }

    .jobsp_info .update_p {
        color: #2F2F2F;
        font-weight: 400;
        font-size: 11px;
        line-height: 120%;
    }

    .jobsp_info .text_p {
        color: #000;
        font-weight: 400;
        font-size: 13px;
        line-height: 150%;
        margin: 10px 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        min-height: 39px;
    }

    .jobsp_info .detail_p {
        text-align: right;
        color: #D64476;
        font-weight: 700;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 1.05px;
        padding-right: 20px;
        position: relative;
    }

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

    .slick-prev {
        left: calc(50% - 75px) !important;
        top: 370px !important;
    }

    .slick-next {
        right: calc(50% - 75px) !important;
        top: 370px !important;
    }

    .slick-list.draggable {
        width: 1024px;
    }

    /* 求人を探す */
    .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;
    }

    /* サービス紹介 */
    .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 .jobsp_search_wrap {
        max-width: 745px;
        min-width: 745px;
        margin: 0 auto;
        padding: 30px 5%;
    }

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

    ul.jobsp_search {
        padding-top: 20px;
    }

    ul.jobsp_search li.toggle span.on {
        background-color: #ffe7e1;
        color: #333;
    }

    ul.jobsp_search li.toggle span.dir1 {
        display: block;
        margin: 10px 0;
        padding-top: 18px;
        padding-bottom: 15px;
        padding-left: 30px;
        font-size: 15px;
        font-weight: 400;
        cursor: pointer;
        color: #d45e8b;
        position: relative;
        background-color: #f3f3f3;
    }

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

    ul.jobsp_search li.toggle span.dir1 span.minus {
        display: inline-block;
        vertical-align: middle;
        color: #D64476;
        line-height: 1;
        width: 15px;
        height: 2px;
        background: currentColor;
        border-radius: 0.1em;
        position: absolute;
        top: 22px;
        right: 25px;
    }

    ul.jobsp_search .jobsp_li::after {
        content: "";
        position: absolute;
        top: 42%;
        right: 13.5%;
        width: 5px;
        height: 5px;
        border-right: 2px solid #D64476;
        border-bottom: 2px solid #D64476;
        transform: rotate(45deg);
    }

    ul.jobsp_search .jobsp_li:has(span.subTitle)::after {
        right: 9.5%;
    }

    .job_search_btn {
        padding: 20px 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;
    }
}

/* 求人特集ヘッダー */
.jobsp_more {
    color: #D64476;
    border-bottom: 2px solid #D64476;
    font-weight: 400;
    line-height: 160%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    position: relative;
    cursor: pointer;
}

.jobsp_more_detail {
    box-sizing: border-box;
}

/* 求人カード */
.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;
    display: flex;
    align-items: center;
}

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

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

/* 非公開求人の紹介を受ける */
.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%;
}

/* この特集に関連する求人特集 */
.jobsp_box li {
    background-color: #fff;
    border-radius: 10px;
    margin: 5px;
    border: 1px solid #B1B1B1;
}

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

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

.slick-dots li {
    display: inline-block;
    border-radius: 50%;
    background-color: #ccc;
    border: none;
}

.slick-dots li:hover {
    border: none;
}

.slick-dots li.slick-active {
    background-color: #e3407e;
    border: none;
}

.slick-dots li button {
    display: none !important;
}

.slick-prev {
    width: 35px !important;
    height: 35px !important;
    background: #fff !important;
    border: 2px solid #D64476 !important;
    border-radius: 50%;
    z-index: 1;
}

.slick-next {
    width: 35px !important;
    height: 35px !important;
    background: #fff !important;
    border: 2px solid #D64476 !important;
    border-radius: 50%;
    z-index: 1;
}

.slick-prev::before {
    display: block;
    content: "" !important;
    top: 10.5px;
    right: 8.5px;
    width: 10px;
    height: 10px;
    border: 2px solid #D64476;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(223deg);
    position: absolute;
    box-sizing: border-box;
}

.slick-next::before {
    display: block;
    content: "" !important;
    top: 10.5px;
    right: 12.5px;
    width: 10px;
    height: 10px;
    border: 2px solid #D64476;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    position: absolute;
    box-sizing: border-box;
}

/* 人気キーワード */
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;
}

/* サービス紹介 */
.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 .jobsp_search_wrap {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
}

.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: #000;
    content: "";
}

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

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

.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;
    /* デフォ削除 */
}

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

ul.jobsp_search li.toggle span.dir1.on span.minus::before {
    display: none;
}

ul.jobsp_search .dir2 {
    text-align: center;
}

ul.jobsp_search .jobsp_li {
    padding: 10px;
    position: relative;
}

span.subTitle {
    font-weight: bold;
    font-size: 12px;
    margin-right: 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;
}

.search_btn_a.disabled {
    background: #ccc !important;
    cursor: not-allowed !important;
    pointer-events: none;
}

p.jobsp_text {
    color: #000;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
}

/* アイコン */
.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_detail {
    /* 業務内容 */
    background-image: url(/images/job/icon/icon_detail.svg);
    background-repeat: no-repeat;
    background-size: 19px 17px;
}
