@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  仕事一覧/詳細　共通
* --------------------------------------------------------------------------------------------------*/

.pc {
    display: none;
}

.sp {
    display: block;
}

/* ------------------------------
   ぱんくず
------------------------------ */
.topic_path {
    padding: 12px 0 14px;
    line-height: 1;
    background: #fff;
    margin-bottom: 10px;
    position: relative;
    border-top: 5px solid #f5f5f5;
}

.topic_path ol {
    margin-bottom: 0;
}

.topic_path li {
    display: inline-block;
    font-size: 0.625rem;
    position: relative;
    line-height: 1;
    vertical-align: middle;
    color: #d61e29;
}

.topic_path a {
    text-decoration: none;
    display: inline-block;
    color: #bbb;
}

.topic_path li + li {
    margin-left: 13px;
}

.topic_path li + li:before, .topic_path li + li:after {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    border-color: #bbb;
    top: 50%;
    left: -12px;
    color: #bbb;
}

.topic_path li + li:before {
    border-left: solid 1px;
    transform: rotate(135deg);
    margin-top: -2px;
}

.topic_path li + li:after {
    border-top: solid 1px;
    transform: rotate(135deg);
    margin-top: -3px;
}

@media screen and (min-width: 769px) {
    .topic_path a:hover {
        text-decoration: underline;
    }

    .topic_path li {
        font-size: 0.75rem;
    }
}

/* ------------------------------
   wrap
------------------------------ */
.job-content {
    background: #f5f5f5;
}

.job-contentinner {
    background: #fff;
    padding: 4%;
    margin-bottom: 40px;
}

.job-content a {
    display: block;
    text-decoration: none;
    outline: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

.job-content .more-wrap a {
    display: inline;
}

.job-content a:hover, .job-content a:focus {
    text-decoration: none;
    outline: none;
}

@media screen and (min-width: 769px) {
}

@media screen and (max-width: 768px) {
    .job-contentinner {
        margin-top: 15px;
    }
}

/* ------------------------------
   links
------------------------------ */
.jobs-more-wrapper {
    background: #ffffff;
    padding-top: 2rem;
    margin-top: 3rem;
}

.jobs-more-wrapper .ttl {
    text-align: center;
    font-weight: bold;
}

.jobs-more {
    overflow-x: hidden;
    width: 100%;
    max-width: 1140px;
    margin: 2em auto 0;
    padding-bottom: 35px;
}

.jobs-more .job-list li .txt {
    padding-bottom: 25px;
}

.jobs-more .scroll {
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 30px;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

.jobs-more .scroll > ul {
    letter-spacing: -0.4em;
    margin-bottom: 0.5em;
    /*margin-left: -25vw;*/
}

.jobs-more .scroll > ul > li {
    letter-spacing: normal;
    width: 50%;
    padding: 0 5px;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    overflow: visible;
    margin-top: 0;
}

@media screen and (min-width: 769px) {
    .jobs-more .scroll > ul > li {
        width: 33.3%;
    }
}

@media screen and (max-width: 768px) {
    .jobs-more .scroll {

    }

    .jobs-more .scroll::-webkit-scrollbar {
        display: none;
    }

    .jobs-more .scroll {
        -ms-overflow-style: none;
    }
}

/* ------------------------------
   btn
------------------------------ */
.btn-gradient-glow {
    -webkit-box-shadow: 0 0 5px 0 #e55321;
    box-shadow: 0 0 5px 0 #e55321;
}

@media screen and (max-width: 768px) {
    .btn-gradient-glow {
        width: 205px;
        font-size: 0.75rem;
    }
}

/* ------------------------------
   btnログイン
------------------------------ */
.jobs-mypagebtn {
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 30px 0;
    border-top: 2px solid #e5e5e5;
}

.jobs-mypagebtn ul {
    margin: 0 auto;
}

.jobs-mypagebtn li {
}

.jobs-mypagebtn li + li {
    margin-top: 13px;
}

.jobbtn-mypage {
    background: #d92933;
    color: #fff;
}

.jobbtn-login {
    box-shadow: 0 0 5px 0 #e1e1e1;
    -webkit-box-shadow: 0 0 5px 0 #e1e1e1;
}

.jobs-mypagebtn i {
    margin-right: 0.5em;
}

@media screen and (min-width: 769px) {


}

@media screen and (max-width: 768px) {
    .jobs-mypagebtn {
        padding-bottom: 0;
    }

    .jobs-mypagebtn ul {
        width: 205px;
    }

    .jobs-mypagebtn a {
        font-size: 0.75em;
        width: 205px;
    }
}


/* ----------------------------------------------------------------------------------------------------
*  仕事一覧
* --------------------------------------------------------------------------------------------------*/
/* ------------------------------
    job-searchcat
------------------------------ */
.job-searchcat {
    width: 100%;
    background: #fff;
    border-top: 1px solid #e5e5e5;
    position: relative;
    z-index: 0;
}

.job-searchcat.survey {
    margin-top: 50px;
}

.job-searchcat ul {
    margin-bottom: 0;
    padding: 8px;
}

.job-searchcat li {
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    font-size: 0.87rem;
    /* opacity: 0.1; */
}

.job-searchcat .slick-current {
    opacity: 1;
}

.job-searchcat .slick-current img {
    width: 21px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 7px;
}

.job-searchcat li.cat1 {
    color: #d61e29;
}

.job-searchcat li.cat2 {
    color: #1e63d6;
}

.job-searchcat li.cat3 {
    color: #0b930b;
}

.job-searchcat a {
    color: inherit;
}

.job-searchcat .job-search2 .fa-language {
    font-size: 1.25rem;
}

.job-searchcat .slick-arrow {
    position: absolute;
    width: 60px;
    height: 40px;
    top: 0px;
    text-indent: -9999px;
    background: none;
    border: none;
    z-index: 999;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

.job-searchcat .slick-arrow:before, .job-searchcat .slick-arrow:after {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 12px;
    top: 50%;
    background: #515c6f;
    border-radius: 5px;

}

.job-searchcat .slick-arrow:before {
    margin-top: -8px;
}

.job-searchcat .slick-arrow:after {
    margin-top: 0px;
}

.job-searchcat .slick-prev {
    left: 0px;
}

.job-searchcat .slick-prev:before {
    transform: rotate(-135deg);
    left: 24px;
}

.job-searchcat .slick-prev:after {
    transform: rotate(-45deg);
    left: 24px;
}

.job-searchcat .slick-next {
    right: 0px;
}

.job-searchcat .slick-next:before {
    transform: rotate(-45deg);
    right: 24px;
}

.job-searchcat .slick-next:after {
    transform: rotate(-135deg);
    right: 24px;
}

/* ------------------------------
    job-searchbox
------------------------------ */
.searchbox-wrapper {
    background: #F3F3F3;
    /* padding: 8px 8px 15px 8px; */
}

.job-searchbox {
    z-index: 0;
    margin: 11px auto;
    background-color: #F3F3F3;
}

.job-searchbox .col-6 {
    margin: 0;
    padding: 0 8px;
}

.job-searchbox .pullbtn,
.job-searchbox .pullbtn-japanese-level {
    background: #fff;
    color: #515C6F;
    position: relative;
    line-height: 38px;
    font-size: 0.87rem;
    padding: 0 10px;
    cursor: pointer;
    border: 1px solid #E5E5E5;
}

.job-searchbox .pullbtn i,
.job-searchbox .pullbtn-japanese-level i {
    position: absolute;
    right: 10px;
    top: 12px;
}

.job-searchbox .textbox {
    background: #fff;
    color: #515C6F;
    line-height: 38px;
    font-size: 0.87rem;
    width: 100%;
    border: 1px solid #E5E5E5;
    padding: 0 10px;
    border-radius: 0;
}

.job-searchbox .searchbtn {
    display: inline-block;
    width: 100%;
    line-height: 40px;
    border: none;
    background-color: #D61E29;
    color: #fff;
}

.job-searchbox .clearbtn {
    display: inline-block;
    width: 100%;
    line-height: 40px;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    color: #C2C2C2;
}

.job-searchblk {
    position: relative;
}

.pullcontent-box,
.pullcontent-box-japanese-level {
    display: none;
    position: relative;
}

.job-searchblk .pullcontent,
.job-searchblk .pullcontent-japanese-level {
    z-index: 999;
    position: relative;
    top: 0;
    max-height: 50vh;
    background: #f3f3f3;
    overflow-y: scroll;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    color: #515c6f;
    width: 100%;
}

.container.job-searchbox {
    max-height: 40px;
}

.close-btn-box {
    position: absolute;
    margin-top: 0px;
    z-index: 999;
    width: 100%;
    background: #F3F3F3;
    padding: 10px 0;
    text-align: center;
}

.close-btn-box a {
    display: inline-block;
    font-size: 0.75rem;
    color: #aaa;
    line-height: 1;
    padding: 15px 40px;
    border: 1px solid #c2c2c2;
    border-radius: 30px;
    background: #FFF;
    width: 60%;
}

.job-searchblk .pullcontent ul,
.job-searchblk .pullcontent-japanese-level ul {
    margin-bottom: 0;
}

.job-searchblk .pullcontent li,
.job-searchblk .pullcontent-japanese-level li {
    width: 100%;
}

.job-searchblk .pullcontent li + li,
.job-searchblk .pullcontent-japanese-level li + li {
    border-top: 1px solid #bebebe;
}

.job-searchblk .pullcontent input[type=checkbox],
.job-searchblk .pullcontent-japanese-level input[type=checkbox] {
    display: none; /* checkboxを非表示にする */
}

.job-searchblk .pullcontent input[type=radio],
.job-searchblk .pullcontent-japanese-level input[type=radio]{
    display: none; /* radiobuttonを非表示にする */
}

.job-searchbox label {
    margin-bottom: 0;
}

.job-checkbox {
    width: 100%;
    margin-bottom: 0;
    padding: 8px 14px;
    font-size: 0.87rem;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    z-index: 0;
    background: #fff;
}

.job-checkbox.active {
    background: #FFEFF0;
}

.job-radio {
    width: 100%;
    margin-bottom: 0;
    padding: 8px 14px;
    font-size: 0.87rem;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    z-index: 0;
    background: #fff;
}

.job-radio.active {
    background: #FFEFF0;
}

.job-checkbox:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: 11px;
    display: block;
    margin-top: -6px;
    width: 13px;
    height: 13px;
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    content: '';
    background: #fff;
    z-index: 0;
}

.job-checkbox:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    margin-top: -4px;
    width: 5px;
    height: 7px;
    border-right: 2px solid #d61e29;
    border-bottom: 2px solid #d61e29;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}

.job-checkbox.active:before {
    opacity: 1;
}

.job-search1 .job-checkbox:after, .job-search1 .job-checkbox:before {
    display: none;
}

.job-search2 .job-checkbox {
    padding-left: 36px;
}

span.jLevelLabel {
    padding-right: 28px;
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0;
}


span.preflabel {
    padding-right: 28px;
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0;
}


@media screen and (max-width: 768px) {
    .job-searchbox button {
        width: 90%;
    }

    .container.job-searchbox {
        max-height: 0;
    }
}

/* ------------------------------
    job-sort
------------------------------ */
.job-sort {
    letter-spacing: -0.4em;
    text-align: center;
    background: #fff;
    padding: 12px 0;
    margin-bottom: 1em;
}

.job-sort li {
    letter-spacing: normal;
    display: inline-block;
    font-size: 0.75em;
    color: #515c6f;
    line-height: 1.4;
}

.job-sort li.current {
    color: #d61e29;
}

.job-sort li a {
    color: inherit;
    padding: 0 13px;
}

.job-sort li + li {
    border-left: 1px solid #abb0b9;
}

ul.job-sort {
    padding-top: 0;
}

/* ------------------------------
    job-listbox
------------------------------ */
.job-listbox {
    position: relative;
}

.job-listbox.ichiran {
    background-color: #fff;
}

.job-listbox.ichiran .job-pager {
    margin-bottom: 0;
}

.job-list {
    padding: 0 0 16px;
}

.job-list > li {
    padding: 0 8px;
}

.job-list > li:nth-child(n+3) {
    margin-top: 16px;
}

.job-list li a {
    color: inherit;

}

.job-list li .ph {
    position: relative;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}

.job-list li .job_cat {
    position: absolute;
    width: 9.2vw;
    max-width: 80px;
    top: 5px;
    right: 0;
}

.job-list li .txt {
    background: #fff;
    border-radius: 0 0 15px 15px;
    border: 1px solid #e6e6e6;
    border-top: none;
    padding: 15px 10px 40px;
    position: relative;
}

.job-list li .ttl {
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 0.87rem;
    text-align: left;
}

.job-list li .ttl span {
    color: #d61e29;
}

.job-list .job-spec {
    color: #7d7d7d;
    font-size: 0.625rem;
}

.job-list .job-spec li {
}

.job-spec li i {
    margin-right: 0.5em;
}

.job-spec li + li {
    padding-top: 3px;
}

.jobs_fav {
    position: absolute;
    right: 8px;
    bottom: 8px;
    color: #cbcbcb;
    font-size: 20px;
}

.jobs_fav.added {
    color: #d61e29;
}

.search-filter-box {
    font-size: 11px;
    margin: 20px auto 10px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    color: #515c6f;
    background-color: #fff;
}

.search-filter-box h3 {
    font-size: 13px;
    color: #515c6f;
}

@media screen and (min-width: 769px) {
    .jobs_fav {
        font-size: 1.5rem;
        bottom: 0.5vw;
    }

    .job-list li .txt {
        padding-bottom: 50px;
    }

    .job-list li .ttl {
        font-size: 1rem;
    }

    .job-list .job-spec {
        font-size: 0.75rem;
    }
}

@media screen and (max-width: 768px) {
}

/*--pagenation--*/
.job-pager {
    text-align: center;
    padding: 25px 0;
    background: #fff;
    letter-spacing: -0.4em;
}

.job-pager a {
    color: inherit;
}

.job-pager li {
    display: inline-block;
    line-height: 2rem;
    text-align: center;
    vertical-align: middle;
    letter-spacing: normal;
    padding: 0 4px;
    color: #9c9b9b;
}

.job-pager li.num a {
    background: #ececec;
    width: 2em;
    border-radius: 5px;
}

.job-pager li.current a {
    background: #d61e29;
    color: #fff;
}

.job-pager li.dash {
}

.job-pager li.prev, .job-pager li.next {
    color: #d61e29;
}

.job-pager li.prev {
    padding-right: 16px;

}

.job-pager li.next {
    padding-left: 16px;
}


@media screen and (min-width: 768px) {

}

@media screen and (max-width: 767px) {

}

/* ------------------------------
    searchbox-fixed
------------------------------ */
.jobsearch-wrap {
    background: #fff;
    width: 100%;
    height: 80px;
    bottom: 0;
    z-index: 0;
    margin: 15px auto;
    padding-top: 15px;
}

#jobsearch-toggle {
    text-align: center;
    z-index: 5;
    position: relative;
}

#jobsearch-toggle.fixed {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 22px;
}

#jobsearch-slidebox {
    position: fixed;
    width: 100%;
    top: -400px;
    z-index: 9;
    transition: 0.6s ease-in-out;
    -webkit-transition: 0.6s ease-in-out;
    background: #f5f5f5;
}

#jobsearch-slidebox.active {
    top: 48px;
    z-index: 200;
    padding: 15px 0px;
}

#jobsearch-slidebox .bookmark-search-btn {
    display: inline-block;
    width: 90%;
    background-color: #D61E29;
    color: #fff;
    padding: 10px 0px;
    text-align: center;
    margin-top: 15px;
    border: 0;
}

.pullcontent,
.pullcontent-japanese-level {
    display: block;
}

#jobsearch-slidebox .job-searchcat {
    border-top: 2px solid #d61e29;
}

#jobsearch-slidebox .job-sort {
    margin-bottom: 0;
}

#jobsearch-slidebox .pullcontent,
#jobsearch-slidebox .pullcontent-japanese-level {
    max-height: 30vh;
}

#jobsearch-slidebox .btnclose {
    padding: 4px 0 20px;
    background: #fff;
    text-align: center;
}

#jobsearch-slidebox .btnclose a {
    display: inline-block;
    font-size: 0.75rem;
    color: #aaa;
    line-height: 1;
    padding: 8px 40px;
    border: 1px solid #c2c2c2;
    border-radius: 30px;
}

.job-searchbox-active {
    height: 0;
}

#jobsearch-slidebox .job-sortbox {
    bottom: 0;
    height: 100%;
    background: #fff;
}

@media screen and (min-width: 768px) {
    .job-searchbox-active {
        height: 20vh;
    }

    #jobsearch-slidebox.active {
        height: 35vh;
    }

    #jobsearch-slidebox .pullcontent,
    #jobsearch-slidebox .pullcontent-japanese-level {
        max-height: 15vh;
    }

    #jobsearch-slidebox .bookmark-search-btn {
        width: 80%;
        padding: 15px 0px;
        margin-bottom: 30px;
    }

}

/* ------------------------------
    bnr
------------------------------ */
.jobs-bnrs {
    background: #fff;
    padding: 45px 0;
    z-index: 0;

}

.jobs-bnrs ul {
    margin-bottom: 0;
    padding: 0;
    position: relative;
}

.jobs-bnrs li {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.jobs-bnrs .slick-dots {
    /*    position: absolute;*/
    /*   bottom: 20px;:*/
    margin-right: 10px;
    margin-top: -26px;
    text-indent: -9999px;
    text-align: right;
    height: 6px;
    z-index: 5;
}

.jobs-bnrs .slick-dots li {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #afa795;
    font-size: 0;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    vertical-align: top;
}

.jobs-bnrs .slick-dots li.slick-active {
    background: #ee7313;
}

.jobs-bnrs .slick-dots li + li {
    margin-left: 6px;
}

.jobs-bnrs .slick-dots button {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
}

@media screen and (min-width: 769px) {
    .jobs-bnrs .slick-dots {
        height: 12px;
        margin-right: 20px;
    }

    .jobs-bnrs .slick-dots li {
        width: 12px;
        height: 12px;
    }
}

/* ----------------------------------------------------------------------------------------------------
*  仕事詳細
* --------------------------------------------------------------------------------------------------*/
/* ------------------------------
    btn共通設定
------------------------------ */

.jobd-btn a {
    font-size: 0.87rem;
}

.jobd-fav {
    color: #989898;
    border: 2px solid #cbcbcb;
    border-radius: 5px;
    width: 80%;
    margin: 0 auto;
    background-color: #FFF;
}

.btn-float .row .jobd-fav {
    width: 95%;
}

.jobd-fav:hover {
    color: #989898;
}

.jobd-fav.added {
    color: #d61e29 !important;
    border-color: #d61e29 !important;
    background-color: #fff !important;
}

.jobd-fav.added:hover {
    color: #d61e29;
}

.jobd-entry {
    background: #d61e29;
    color: #fff !important;
    width: 80%;
    margin: 0 auto;
    min-width: 190px;
}

.btn-float .row .jobd-entry {
    width: 100%;
}

@media screen and (min-width: 769px) {
}

@media screen and (max-width: 768px) {
}


/* ------------------------------
    ttl
------------------------------ */

.jpbd-ttl .ttl-sub {
    font-size: 0.75rem;
    color: #989898;
    margin-bottom: 0.5em;
    word-wrap: break-word;
    font-weight: bold;
    display: inline-block;
}

.jpbd-ttl .ttl-sub a {
    text-decoration: underline;
}

.jpbd-ttl .trans-msg {
    background: #ffff00;
    font-size: 0.6rem;
    line-height: 1.6;
    margin: 0.8rem 0;
    display: inline-block;
}

.jpbd-ttl .ttl1 {
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 0.5em;
}

.jpbd-ttl h1.ttl1 {
    font-size: 1.25rem;
}

.jpbd-ttl .ico-new {
    color: #fff;
    background: #d61e29;
    display: inline-block;
    font-weight: normal;
    font-size: 0.87rem;
    line-height: 1;
    padding: 5px;
}

.jpbd-ttl .ttl2 {
    color: #7d7d7d;
    font-size: 0.75rem;
}

.ttl3 {
    font-size: 0.75rem;
    overflow-wrap: break-word;
}

@media screen and (min-width: 769px) {
    .jpbd-ttl .ttl-sub {
        font-size: 0.87rem;
    }

    .jpbd-ttl .trans-msg {
        font-size: 0.75rem;
    }

    .jpbd-ttl .ttl1 {
        font-size: 1.25rem;
    }

    .jpbd-ttl .ttl2 {
        font-size: 0.87rem;
    }

    .ttl3 {
        font-size: 0.87rem;
    }

}

@media screen and (max-width: 768px) {
}


/* ------------------------------
    btn
------------------------------ */
.jobd-btntop {
    letter-spacing: -0.4em;
}

.jobd-btntop li {
    display: inline-block;
    letter-spacing: normal;
}

.jobd-btntop a {
    font-size: 0.7rem;
}

.jobd-btntop .jobd-fav {
    padding: 0.8em 1.5em;
    margin-right: 6px;
}

.jobd-btntop-sp .jobd-fav {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #D9D9D9;
    font-size: 1.6rem;
    text-align: center;
    border: 1px solid #D9D9D9;
    float: right;
    margin-bottom: 10px;
    padding-left: 11px;
}

.jobd-btntop-sp .jobd-share {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #D9D9D9;
    font-size: 1.6rem;
    text-align: center;
    border: unset;
    color: #989898;
    float: right;
}

.jobd-btntop .jobd-entry {
    border: 2px solid #d61e29;
    padding: 0.8em 2em;
    margin-right: 2%;
    width: 98%;
    float: unset;
}

.group-tag {
    border: 1px solid #339AF0;
    color: #339AF0;
    padding: 5px;
    font-size: 0.9rem;
    margin-right: 10px;
    line-height: 2.5;
}

@media screen and (min-width: 769px) {
    .jobd-btntop a {
        font-size: 0.87rem;
    }
}

@media screen and (max-width: 768px) {
}


/* ------------------------------
   ph
------------------------------ */

.jpbd-ph {
    position: relative;
    margin-top: 10px;
    z-index: 1;
    height: 100%;
}

.jpbd-ph ul {
    padding: 12px 10px;
    position: relative;
    background-color: #FFF;
}

.jpbd-ph ul li {
    padding: 0 5px;
}

.jpbd-ph .new {
    position: absolute;
    width: 9.5vw;
    top: 13vw;
    right: 1.4vw;
}

.jpbd-ph img {
    width: 100%;
}

.jpbd-ph .jpbd-ph-close {
    content: '';
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 92%;
    margin: 0 auto;
}

.jpbd-ph .jpbd-ph-close .jpbd-ph-close-text {
    text-align: center;
    color: #FFF;
    font-size: 2.3rem;
    position: relative;
    top: 25%;
}

@media screen and (min-width: 769px) {
    .jpbd-ph .new {
        width: 60px;
        top: 86px;
        right: 12px;
    }
}


/* ------------------------------
    jobd-point
------------------------------ */
.jobd-point {
    padding: 15px 0;
}

.jobd-point ul {
    letter-spacing: -0.4em;
    margin-bottom: 0;
}

.jobd-point li {
    letter-spacing: normal;
    display: inline-block;
    font-size: 0.625rem;
    line-height: 1;
    color: #aaa;
    border: 1px solid #bebebe;
    border-radius: 3px;
    padding: 0.5em;
    margin: 0 4px 4px 0;
}

.jobd-point .toggle {
    text-align: right;
    margin-bottom: 0;
    font-size: 0.625rem;
    padding-top: 12px;
    color: #aaa;
    cursor: pointer;
}

.jobd-point .toggle i {
    color: #bebebe;
}

.jobd-point .toggle.active {
    display: none;
}

@media screen and (min-width: 769px) {
    .jobd-point {
        padding: 0px 0;
        margin-top: 0.9em;
    }

    .jobd-point li {
        font-size: 0.75rem;
    }

    .jobd-point .toggle {
        font-size: 0.75rem;
        text-align: left;
        padding-top: 5px;
    }
}

@media screen and (max-width: 768px) {
}


/* ------------------------------
    jobd-spec
------------------------------ */
.jobd-spec {
    margin-left: 0.6em;
    font-size: 0.75rem;
    margin-bottom: 2em;
}

.jobd-spec li {
    padding-left: 1.3em;
    text-indent: -1.3em;
}

.jobd-spec li + li {
    margin-top: 8px;
}

.jobd-spec i {
    color: #97a5ac;
}

@media screen and (min-width: 769px) {
    .jobd-spec {
        font-size: 0.95rem;
        margin-bottom: 3em;
    }
}

@media screen and (max-width: 768px) {
}


/* ------------------------------
    jobd-txt
------------------------------ */
.jobd-txt {
    font-size: 0.75rem;
}

.jobd-txtblk {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 0.9em;
}

.jobd-txtblk + .jobd-txtblk {
    margin-top: 0.9em;
    overflow-wrap: break-word;
}

.jobd-txtblk p {
    margin-bottom: 0.2em;
}

.jobd-txtblk .ttl {
    color: #d61e29;
    font-weight: bold;
}

.jobd-txtblk .txt {
    word-wrap: break-word;
}

/*--list--*/
.jobd-txtblk ul {
    letter-spacing: -0.4em;
    margin-bottom: 0;
    margin-top: 0.5em;
}

.jobd-txtblk li {
    letter-spacing: normal;
    display: inline-block;
    font-size: 0.625rem;
    line-height: 1;
    color: #aaa;
    border: 1px solid #bebebe;
    border-radius: 3px;
    padding: 0.5em;
    margin: 0 4px 4px 0;
}


/*--map--*/
.jobd-map {
    color: #d61e29 !important;
    border: 1px solid #d61e29;
    line-height: 1;
    padding: 0.2em 0 0.4em;
    width: 48px;
    margin-top: 0.5em;
    border-radius: 3px;
    text-align: center;
}

@media screen and (min-width: 769px) {
    .jobd-txt {
        font-size: 0.95rem;
    }

    .jobd-txtblk li {
        font-size: 0.75rem;
    }
}

@media screen and (max-width: 768px) {
}

/* ------------------------------
    jobd-wrap
------------------------------ */
.jobd-wrap {
    margin-top: 30px;
    text-align: left;
    max-width: 880px;
}

.jobd-wrap .btn-float {
    float: left;
}

@media screen and (max-width: 768px) {
    .jobd-wrap {
        text-align: center;
    }

    .jobd-wrap .btn-float {
        float: none;
    }
}

/* ------------------------------
    jobd-info
------------------------------ */
.jobd-info {
    margin-top: 2em;
}

.jobd-info p {
    text-align: center;
    font-size: 0.8rem;
    margin-top: 1em;
    margin-bottom: 1.25em;
    color: #7d7d7d;
}

.jobd-btnbtm {
    width: 100%;
    margin: 15px auto;
}

.jobd-btnbtm a {
    padding: 1em 0;
}

.jobd-btnbtm li + li {
    margin-top: 10px;
}

.jobd-btnbtm a i {
    margin-right: 0.5em;
}

.jobd-btnbtm a.jobd-q {
    color: #9c9b9b;
    padding: 10px 0;
}

@media screen and (min-width: 769px) {
    .jobd-info p {
        font-size: 0.87rem;
        margin-top: 4em;
    }

    .jobd-btnbtm {
        width: 280px;
        margin: 0 auto;
    }

    .jobd-btnbtm a {
        font-size: 1rem;
    }
}

@media screen and (max-width: 768px) {
}

.pullbtn.active i {
    transform: rotate(-180deg);
}

.pullbtn-japanese-level.active i {
    transform: rotate(-180deg);
}

.pullcontent-box,
.pullcontent-box-japanese-level {
    position: absolute;
    width: 100%;
}

.pullcontent-box,
.pullcontent-box-japanese-level {
    display: none;
    position: absolute;
    width: 100%;
}

.pullcontent-box span.hot_tags {
    background: transparent linear-gradient(90deg, #FF1212 0%, #FF8002 100%) 0% 0% no-repeat padding-box;
    color: #FFF;
    font-size: 12px;
    border-radius: 2px;
    margin-left: 10px;
    padding: 4px 8px;
}

.job-searchblk .pullcontent li,
.job-searchblk .pullcontent-japanese-level li {
    background: #FFF;
}

.job-list-box {
    background: #FFF;
}

.job-searchbox label {
    position: relative;
}

.job-searchbox label span.fa-chevron-down {
    position: absolute;
    right: 12px;
    font-size: 15px;
}


.job-searchbox label.job-radio.pullbtn-pref.area-select.active-arrow span.fa-chevron-down {
    transform: rotate(-180deg);
}

.pullcontent-box label.area-select span.fa-chevron-down,
.pullcontent-box-japanese-level label.area-select span.fa-chevron-down {
    position: absolute;
    right: 12px;
    font-size: 15px;
}

.pullcontent-box label.area-select.active-arrow span.fa-chevron-down,
.pullcontent-box-japanese-level label.area-select.active-arrow span.fa-chevron-down {
    transform: rotate(-180deg);
}

.job-search2 .job-checkbox {
    border-bottom: 1px solid #EAEAEA;
}

.job-radio {
    background: none;
}

.only-one-box .job-checkbox {
    padding-left: 15px !important;
}

.only-one-box .job-checkbox:after {
    display: none;
}

.only-one-box .job-checkbox::before {
    display: none;
}

.only-one-box .job-checkbox {
    background: none;
}

.pullcontent::-webkit-scrollbar,
.pullcontent-japanese-level::-webkit-scrollbar {
    /* Chrome, Safari Ã¥Â¯Â¾Ã¥Â¿Å“ */
    display: none;
}

.ditaile-category-link li a {
    color: #d61e29 !important;
    text-decoration: underline !important;
}

.yolo-life-campaign {
    max-width: 90%;
    margin: 0 auto;
}

.yolo-life-campaign-detail {
    max-width: 100%;
    margin: 0 0 15px;
}

/*mobile*/
@media (max-width: 767.98px) {
    .job-sort {
        margin-bottom: 0;
        padding-top: 12px;
        margin-top: 1rem;
        width: 100vw;
        margin-left: calc(-50vw + 50%);

    }

    .ditaile-category-link ul {
        padding: 0 0px;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .ditaile-category-link li {
        float: left;
        margin-right: 12px;
        font-size: 14px;
    }

    .ditaile-category-link li:first-child {
        margin-bottom: 0px;
    }

    .searchbox-wrapper.second-child {
        padding-top: 10px;
        padding-bottom: 0px;
    }

    .container.job-searchbox {
        margin-bottom: 0;
    }

    .job-searchbox .searchbtn {
        width: 60%;
        font-size: 1.3rem;
        line-height: 60px;
        margin-top: 5px;
    }

    .cat1.slick-current h1 {
        font-size: 1.3rem !important;
    }

    .job-searchbox .pullbtn, .job-searchbox .textbox {
        line-height: 50px;
        font-size: 16px;
        margin-top: 0px;
    }

    .job-searchbox .pullbtn i {
        top: 19px;
    }

    .job-searchbox .pullbtn-japanese-level, .job-searchbox .textbox {
        line-height: 50px;
        font-size: 16px;
        margin-top: 0px;
    }

    .job-searchbox .pullbtn-japanese-level i {
        top: 19px;
    }

    .container.job-searchbox {
        min-height: 0;
    }

    .container.job-searchbox.feature {
        min-height: 200px;
    }

    .pickup-keywards-wrap .slide-box-campaign a {
        font-size: 1rem !important;
        height: 35px;
    }

    .job-sort li a {
        font-size: 1rem;
    }

    #jobsearch-toggle, #jobsearch-toggle.fixed {
        font-size: 1rem;
        box-shadow: none;
    }

    a.btn-gradient.btn-gradient-glow.mt-5 {
        font-size: 16px;
    }

    .job-searchbox .textbox {
        margin-top: 0px;
        -webkit-appearance: none;
    }

    .job-searchblk .pullcontent,
    .job-searchblk .pullcontent-japanese-level {
        max-height: 39vh;
    }

    .job-radio {
        padding: 15px 14px;
    }

    .job-checkbox {
        padding: 12px 14px;
    }

    .job-search2 .job-checkbox {
        padding-left: 36px;
    }

    .job-searchbox .searchbtn {
        width: 100%;
        font-size: 20px;
        line-height: 46px;
        margin-top: 10px;
        border-radius: 5px;
    }

    .job-searchbox .clearbtn {
        display: inline-block;
        width: 100%;
        line-height: 48px;
        font-size: 20px;
        margin-top: 10px;
    }

    #jobsearch-slidebox .job-sortbox {
        margin-top: 20px;
    }

    #jobsearch-slidebox {
        top: -520px;
    }

    .pickup-keywards-wrap .slide-box-campaign {
        min-height: 20px;
        max-width: 1500px;
    }

    .slide-wrap-campaign {
        padding-bottom: 0;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .job-sort-fixed {
        position: fixed;
        z-index: 700;
        margin-top: 3rem;
    }
}

/*tablet*/
@media screen and (min-width: 560px) and (max-width: 979px) {
    .ditaile-category-link li {
        float: left;
        margin-right: 10px;
    }

    .searchbox-wrapper.second-child {
        padding-top: 30px;
        padding-bottom: 0px;
    }

    .container.job-searchbox {
        max-height: 100px;
    }

    .job-sort {
        padding: 30px 0;
    }

    .jobs-more-wrapper .ttl, .job-feature-page .caption {
        font-size: 1.3rem;
    }

    .cat1.slick-current h1 {
        font-size: 28px !important;
    }

    .job-searchcat img {
        width: 34px;
    }

    .job-searchcat ul {
        padding: 20px 8px;
    }

    .bottom-service-menu-section {
        padding: 0;
        margin: 0 auto 60px;
    }
}

.info-modal-wrap {
    font-size: 0.9rem;
}

.info-modal-wrap h5 {
    font-size: 1.1rem;
    color: #FF5961;
    font-weight: 600;
}

.info-modal-wrap .numberSeven {
    font-size: 2rem;
    color: rgb(255, 0, 255);
    font-weight: 600;
}

.info-modal-wrap .numberOfApplications {
    font-size: 1.2rem;
    color: rgb(255, 0, 255);
    font-weight: 600;
}

.bookmark-result .bookmark-result-modal-content {
    background: #fff;
    font-size: 0.8rem;
    left: 50%;
    padding: 15px 20px;
    position: absolute;
    top: 40%;
    transform: translate(-50%, -50%);
    width: 80%;
    border-radius: 10px;
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 40%);
}

.bookmark-result .bookmark-result-modal-content i {
    color: #d61e29;
}

/*PC*/
@media screen and (min-width: 960px) {

    .sp {
        display: none;
    }

    .pc {
        display: block;
    }

    .ditaile-category-link li {
        float: left;
        margin-right: 10px;
    }

    section.job-feature-page-section.job-feature-page.job-feature-page-section-bg-white #top-campaign-slide .swiper-container {
        padding-bottom: 0;
    }

    section.job-feature-page-section.job-feature-page.job-feature-page-section-bg-white #top-campaign-slide .arrow {
        top: calc((100% - 50px) * 0.5);
    }

    section.job-feature-page-section.job-feature-page.job-feature-page-section-bg-white #top-campaign-slide .swiper-button-prev, .swiper-button-next {
        top: calc((100% - 50px) * 0.5);
        margin-top: 0px;
    }

    .job-sort {
        margin-bottom: 0;
        font-size: 1.3rem;
    }

    .yolo-life-campaign {
        max-width: 800px;
        margin: 0 auto;
    }

    .yolo-life-campaign-detail {
        max-width: 670px;
        margin: 0 0 15px;
    }

    .job-searchcat.survey {
        margin-top: unset;
    }

    .info-modal-wrap img {
        max-width: 70%;
    }

    .bookmark-result .bookmark-result-modal-content {
        background: #fff;
        left: 50%;
        padding: 15px 20px;
        position: fixed;
        top: 15%;
        transform: translate(-50%, -50%);
        width: 80%;
        border-radius: 10px;
        box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 40%);
    }

}

#bookmark-toast {
    height: 50px;
    width: 100%;
    z-index: 999;
    background-color: #d61e29;
    position: fixed;
    top: 0;
    left: 0;
    /* padding: unset; */
}

#bookmark-toast p {
    margin: auto;
    font-size: 14px;
    color: #FFF;
}

.bookmark-result-toast-content {
    color: #FFF;
    align-items: center !important;
    justify-content: center !important;
    display: flex;
    position: relative;
    top: 25%;
}

@media screen and (min-width: 960px) {
    .notice-introduction-video-banner.open {
        background-color: #3B3B3BB3;
        position: fixed;
        bottom: 15%;
        right: 0;
        max-width: 296px;
        height: auto;
        z-index: 99999;
        border-radius: 20px 0px 0px 20px;
    }

    .notice-introduction-video-banner.open .person-img {
        max-width: 101px;
        display: block;
        margin: 32px auto 0px;
        border-radius: 10px;
    }

    .notice-introduction-video-banner.open p {
        color: #fff;
        font-size: 15px;
        text-align: left;
        margin-top: 10px;
        margin-left: 37px;
        margin-right: 39px;
    }

    .notice-introduction-video-banner.open .orange-btn {
        color: #fff;
        font-size: 15px;
        background-color: #F98500;
        max-width: 160px;
        height: 40px;
        margin: 15px auto 30px;
        border-radius: 30px;
    }

    .notice-introduction-video-banner.open .introduction_link {
        color: #D9D9D9;
        font-size: 13px;
        text-align: center;
    }

    .notice-introduction-video-banner.open .right-allow {
        position: absolute;
        top: 20px;
        left: 254px;
    }

    .notice-introduction-video-banner.close.pc {
        background-color: #3B3B3BB3;
        position: fixed;
        bottom: 15%;
        right: 0;
        width: 65px;
        height: 350px;
        z-index: 999999;
        border-radius: 20px 0px 0px 20px;
        text-align: center;
        align-items: center;
        justify-content: center;
        display: none;
    }

    .notice-introduction-video-banner.close.pc img {
        max-width: 30px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%) scale(-1, 1);
    }
}

/*mobile*/
@media (max-width: 767.98px) {
    .notice-introduction-video-banner.open {
        background-color: #3B3B3BB3;
        position: fixed;
        top: 70%;
        left: 48%;
        width: 52%;
        height: auto;
        border-radius: 5px 0px 0px 5px;
        z-index: 99999;
    }

    .notice-introduction-video-banner.open .col-2 {
        margin: auto;
        padding-left: 10px;
    }

    .notice-introduction-video-banner.open .col-2 img {
        max-width: 15px;
    }

    .notice-introduction-video-banner.open .col-10 {
        margin-top: 15px;
        margin-bottom: 15px;
        border-left: 1px solid #fff;
    }

    .notice-introduction-video-banner.open .col-10 .right-allow {
        max-width: 15px;
        margin-left: 10px;
    }

    .notice-introduction-video-banner.open p {
        color: #D9D9D9;
        font-size: 12px;
        text-align: center;
        margin-bottom: 0px;
    }

    .notice-introduction-video-banner.open .orange-btn {
        height: 32px;
        background: #F98500 0% 0% no-repeat padding-box;
        border-radius: 30px;
        opacity: 1;
        font-size: 12px;
        margin-top: 10px;
        padding-top: 7px;
    }

    .notice-introduction-video-banner.close.sp {
        background-color: #3B3B3BB3;
        position: fixed;
        top: 70%;
        left: 90%;
        width: 10%;
        height: 106px;
        z-index: 99999;
        border-radius: 5px 0px 0px 5px;
        text-align: center;
        align-items: center;
        display: flex;
        justify-content: center;
        display: none;
    }

    .notice-introduction-video-banner.close.sp img {
        max-width: 15px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%) scale(-1, 1);
    }

    .fixed .openSearchModal.sp {
        width: 15.625rem;
    }
}

/* ------------------------------
    company-name
------------------------------ */

.company-name__wrapper {
    margin-bottom: 40px;
}

.company-name__title {
    font-family: 'Noto Sans JP', sans-serif, 'Noto Sans';
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    margin: 0;
}

@media (max-width: 599px) {
    .company-name__title {
        padding: 0 15px;
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .company-name__wrapper {
        margin-bottom: 20px;
    }

    .company-name__title {
        font-weight: 600;
        font-size: 18px;
    }
}

/* ------------------------------
    モニター求人調整
------------------------------ */

body[id^="recruitMonitor"] .jobd-btn.jobd-btntop .jobd-fav.btn.yolo-bookmark-add[class*="bookmark-add-monitor"],
body[id^="recruitMonitor"] .jobd-btn.jobd-btntop .jobd-fav.added.btn.yolo-bookmark-remove[class*="bookmark-remove-monitor"] {
    width: auto;
    margin-right: 0;
}
/* not sp */
@media (min-width: 768px) {
    body[id^="recruitMonitor"] .jobd-btn.jobd-btntop .jobd-fav.btn.yolo-bookmark-add[class*="bookmark-add-monitor"],
    body[id^="recruitMonitor"] .jobd-btn.jobd-btntop .jobd-fav.added.btn.yolo-bookmark-remove[class*="bookmark-remove-monitor"] {
        margin-left: 6px;
    }
}
/* sp */
@media (max-width: 767px) {
    body[id^="recruitMonitor"] main {
        margin-top: 64px;
    }
    body[id^="recruitMonitor"] .jobd-spec-table th {
        background-color: #f5f5f5;
    }
    body[id^="recruitMonitor"] .jobd-spec-table td {
        background-color: #fff;
    }
    body[id^="recruitMonitor"] .jobd-btn.jobd-btntop {
        display: flex;
    }
}
