@charset "utf-8";

/*ここでは
	job_matchingページ
	などを記述します
*/

.ib_wovn{
    display: inline-block;
}

.l-break_wovn,
.l-break-spnone_wovn,
.l-break-pcnone_wovn{
    display: inline-block;
}
.l-break_wovn::after{
    content:"\A";
    white-space:pre;
}
@media screen and (min-width: 769px) {
    .l-break-spnone_wovn::after{
        content:"\A";
        white-space:pre;
    }
}
@media screen and (max-width: 768px) {
    .l-break-pcnone_wovn::after{
        content:"\A";
        white-space:pre;
    }
}

.tar.fz14 {
    margin-bottom: 0.5em;
}

a.tel {
    color: #58626C;
}

.list_dot {
    margin-bottom: 1em;
}

.list_dot>li {
    position: relative;
    padding-left: 1em;
}

.list_dot>li:before {
    content: "・";
    position: absolute;
    left: 0;
}

.list_dot>li+li {
    margin-top: 0.5em;
}

.list_comment>li {
    font-size: 1.1em;
    position: relative;
    padding-left: 1.5em;
}

.list_comment>li:before {
    content: "※";
    position: absolute;
    left: 0;
}

.list_comment>li+li {
    margin-top: 0.5em;
}

.list_disc {
    margin-bottom: 1em;
}

.list_disc>li {
    font-size: 1.1em;
    position: relative;
    padding-left: 1.5em;
}

.list_disc>li:before {
    content: "●";
    position: absolute;
    left: 0;
}

.list_disc>li+li {
    margin-top: 0.5em;
}

.list_round_number {
    margin-bottom: 1em;
}

.list_round_number>li {
    font-size: 1.1em;
    text-indent: -1.5em;
    padding-left: 1.5em;
}

.list_round_number>li+li {
    margin-top: 0.5em;
}


/* read_in_btn
============================================================================================================ */
.read_in_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 35px;
}

@media screen and (min-width: 681px) {
    .read_in_btn li {
        width: 250px;
    }
}

.read_in_btn li {
    font-size: 14px;
    margin-bottom: 20px;
}

.read_in_btn li+li {
    margin-left: 20px;
}

.read_in_btn li:nth-child(2n + 1) {
    margin-left: 0;
}

.read_in_btn li a {
    display: block;
    text-align: center;
    color: #fff;
    background: #00C0FF;
    height: 100%;
    border-radius: 5px;
    padding: 1em 0.2em;
    box-sizing: border-box;
    box-shadow: 0px 0px 15px -2px rgb(0 0 0 / 30%);
    /*display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;*/
}

.read_in_btn li a:hover {
    background: #FF8F00;
}

.read_in_btn li span {
    font-size: 16px;
    display: inline-block;
    margin-top: 2px;
    position: relative;
    padding-left: 22px;
    box-sizing: border-box;
}

.read_in_btn li span:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../../../shared/img/parts/w_arrow_r.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* .read_in_btn li a br:has(+ span) {
    display: none;
} */
@media screen and (max-width: 990px) {
    .read_in_btn {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    /* .read_in_btn li {
        width: 48.3%;
    } */
    .read_in_btn li+li {
        margin-left: 0;
    }

}

@media screen and (max-width: 680px) {
    .read_in_btn {
        margin-top: 25px;
    }

    .read_in_btn li {
        margin-bottom: 3.4%;
        width: 48.3%;
    }

    .page_job_hunt_list .read_in_btn li {
        width: 100%;
    }

    .read_in_btn li span {
        margin-top: 10px;
        line-height: 1.4;
        text-align: left;
    }
}

/* job_matching_image
============================================================================================================ */
.job_matching_image {
    margin-bottom: 40px;
}

.job_matching_image img {
    max-width: 720px;
    height: auto;
	width: 100%;
}


/* border_box
============================================================================================================ */
.border_box {
    border: 5px solid #d3dee6;
    border-radius: 20px;
    padding: 3% 4.7%;
}

.border_box * {
    box-sizing: border-box;
}

.border_box>p {
    margin-bottom: 0;
}

@media screen and (max-width: 680px) {
    .border_box {
        padding: 7% 5.3% 8%;
    }
}


/* title_caution
============================================================================================================ */
.title_caution {
    font-size: 16px;
    text-align: center;
    margin-bottom: 1.25em !important;
}

.title_caution.title_caution_l {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 22px;
    margin-bottom: 0.75em !important;
}

.title_caution.title_caution_kado {
    /*font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;*/
    font-weight: bold;
}

.title_caution span {
    display: inline-block;
    padding-left: 55px;
    position: relative;
    font-weight: 500;
}

.search_job_area .title_caution span {
    padding-left: 50px;
}

.title_caution span:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 39px;
    background: url("../img/icon_caution.svg") no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -2px;
}

@media screen and (max-width: 680px) {
    .title_caution {
        font-size: 16px;
    }

    .title_caution.title_caution_l {
        font-size: 18px;
        line-height: 1.5;
    }

    .title_caution.title_caution_kado {
        letter-spacing: 0;
    }

    .title_caution span {
        padding-left: 0;
        padding-top: 55px;
    }

    .search_job_area .title_caution span {
        padding-left: 0;
    }

    .title_caution span:before {
        left: 50%;
        top: 0;
        transform: translateY(0) translateX(-50%);
        margin-top: 0;
    }

    .title_caution.title_caution_l span {
        padding-left: 0;
        padding-top: 0;
    }

    .title_caution.title_caution_l span:before {
        content: none;
    }
}

/* charge_area
============================================================================================================ */
.charge_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.charge_area p {
    margin-bottom: 0;
}

.charge_area>p {
    width: 140px;
}

.charge_area>div {
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px);
    padding-right: 20px;
}

@media screen and (max-width: 680px) {
    .charge_area {
        display: block;
    }

    .charge_area>p {
        width: 100%;
        text-align: center;
        margin-bottom: 1.25em;
    }

    .charge_area>p img {
        width: 140px;
        height: auto;
    }

    .charge_area>div {
        width: 100%;
        padding-right: 0;
    }
}


/* sub_title_green sub_title_brown
============================================================================================================ */
.sub_title_green {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #1e7600;
    margin-bottom: 1em;
}

.sub_title_brown {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #7e4500;
    margin-bottom: 1em;
}

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

    .sub_title_green,
    .sub_title_brown {
        position: relative;
        z-index: 2;
        padding: 1em 0;
    }

    .sub_title_green:before,
    .sub_title_brown:before {
        content: "";
        display: inline-block;
        width: 100vw;
        height: 100%;
        position: absolute;
        left: calc(-50vw + 50%);
        top: 0;
        z-index: -1;
    }

    .sub_title_green:before {
        background: #f0f9e0;
    }

    .sub_title_brown:before {
        background: #ffefd9;
    }
}

/* for_business_area
============================================================================================================ */
.for_business_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.for_business_area * {
    box-sizing: border-box;
}

.for_business_area p {
    margin-bottom: 0.5em;
}

.for_business_area>div {
    width: 62.1%;
}

.for_business_area>p {
    width: -webkit-calc(100% - 62.76% - 20px);
    width: calc(100% - 62.76% - 20px);
}

.for_business_area .border_box {
    margin-top: 30px;
    padding: 2% 2.3%;
}

.for_business_area .border_box .list_disc {
    margin-bottom: 0;
}

@media screen and (max-width: 680px) {
    .for_business_area {
        display: block;
    }

    .for_business_area p {
        margin-bottom: 1.42em;
    }

    .for_business_area>div {
        width: 100%;
        margin-bottom: 40px;
    }

    .for_business_area>p {
        width: 100%;
        text-align: center;
    }

    .for_business_area>p img {
        max-width: 280px;
        height: auto;
    }

    .for_business_area .border_box {
        padding: 6% 3.5% 8%;
    }

    .for_business_area .border_box .list_disc>li {
        font-size: 14px;
    }
}

/* search_job_area
============================================================================================================ */
.search_job_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.search_job_area>div:first-child {
    width: 52%;
}

.search_job_area>div:nth-child(2) {
    width: 43.4%;
}

.search_job_area .sub_title_green,
.search_job_area .sub_title_brown {
    margin-top: 3em;
}

.search_job_area .border_box {
    padding: 5% 6%;
}

.search_job_area .border_box p {
    margin-bottom: 1em;
}

.search_job_area .border_box p.tac {
    margin-bottom: 0;
}

.search_job_area .residence_card_box img {
    width: 271px;
    height: auto;
}

.search_job_area .fits_box img {
    width: 235px;
    height: auto;
}

.search_job_area .border_box+.border_box {
    margin-top: 17px;
}

@media screen and (max-width: 680px) {
    .search_job_area {
        display: block;
    }

    .search_job_area>div:first-child {
        width: 100%;
        margin-bottom: 30px;
    }

    .search_job_area>div:nth-child(2) {
        width: 100%;
    }

    .search_job_area .sub_title_green,
    .search_job_area .sub_title_brown {
        margin-top: 2em;
        text-align: center;
    }

    .search_job_area .border_box {
        padding: 6% 3% 8%;
    }

    .search_job_area .title_caution.title_caution_kado {
        margin-right: -3%;
    }

    .search_job_area .border_box p {
        margin-bottom: 1.5em;
    }

    .search_job_area .residence_card_box img {
        width: 235px;
        height: auto;
    }
}

/* btn_col_2
============================================================================================================ */
.btn_col_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 55px 0 0;
}

.btn_col_2 li {
    font-size: 16px;
    width: 327px;
    margin: 0 15px;
}

.btn_col_2 li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background: #00C0FF;
    height: 100%;
    border-radius: 5px;
    padding: 1em 0.2em;
    min-height: 81px;
    box-sizing: border-box;
    box-shadow: 0px 0px 15px -2px rgb(0 0 0 / 30%);
}

.btn_col_2 li a:hover {
    background: #FF8F00;
}

.btn_col_2 li span {
    position: relative;
    padding-left: 22px;
    box-sizing: border-box;
}

.btn_col_2 li span:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../../../shared/img/parts/w_arrow_r.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 680px) {
    .btn_col_2 {
        display: block;
        margin: 45px 0 30px;
    }

    .btn_col_2 li {
        width: 100%;
        margin: 0;
    }

    .btn_col_2 li+li {
        margin-top: 30px;
    }
}

/* job_box
============================================================================================================ */
.job_box {
    border: 4px solid #d3dee6;
    box-sizing: border-box;
}

.job_box+.job_box {
    margin-top: 19px;
}

.job_box * {
    box-sizing: border-box;
}

.job_box>div:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.job_box>div p {
    margin-bottom: 0;
    font-size: inherit;
}

.job_box>div pre {
	white-space: normal;
	font-family: inherit;
    font-size: inherit;
}

@media screen and (min-width:681px) {
    .open {
        font-size: 15px;
    }
}

@media screen and (max-width:680px) {
    .open {
        font-size: 14px;
    }
}

.job_box .number {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #1e7600;
    background: #acdf56;
    width: 95px;
    padding: 0.3em 0.3em 0.25em;
}

.page_recruit_list .job_box .number {
    color: #1e7600;
    background: #acdf56;
    display: flex;
    display: -webkit-flex;

    align-items: center;
    justify-content: center;
}

.page_job_hunt_list .job_box .number {
    color: #7e4500;
    background: #ffb455;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.job_box .place {
    font-size: 16px;
    width: -webkit-calc(100% - 95px - 190px - 45px);
    width: calc(100% - 95px - 190px - 45px);
    background: #f3f8f9;
    padding: 0.4em 0.75em 0.35em 0.75em;
}

.page_job_hunt_list .job_box .place {
    width: -webkit-calc(100% - 95px - 280px - 45px);
    width: calc(100% - 95px - 280px - 45px);
}

.job_box .wage {
    font-size: 16px;
    width: 190px;
    padding: 0.4em 0.2em 0.35em 0.5em;
    border-left: 1px solid #d3dee6;
    background: #f3f8f9;
}

.page_job_hunt_list .job_box .wage {
    width: 280px;
}

.job_box .job_box_btn {
    width: 45px;
    background: #64d9ff;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.job_box .job_box_btn:hover {
    background: #FF8F00;
}

.job_box .job_box_btn:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 18px;
    background: url("../img/arrow_white.svg") no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.job_box .job_box_btn.open:before {
    transform: scale(-1, 1) rotate(180deg) translateY(50%);
}

.job_box>div:nth-child(2) {
    border-top: 1px solid #d3dee6;
    padding: 0.6em 0.75em 0.4em;
    display: none;
}

@media screen and (max-width: 680px) {
    .tar.fz14 {
        font-size: 12px;
        margin-bottom: 0.5em;
    }

    .job_box+.job_box {
        margin-top: 0;
    }

    .job_box {
        margin-bottom: 10px;
    }

    .job_box>div:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .job_box .number {
        font-size: 16px;
        width: 90px;
        padding: 0.25em 0.3em 0.2em;
    }

    .job_box .place,
    .page_job_hunt_list .job_box .place {
        font-size: 15px;
        width: -webkit-calc(100% - 90px);
        width: calc(100% - 90px);
        border-bottom: 1px solid #d3dee6;
        padding: 0.35em 0.75em 0.3em 0.75em;
    }

    .job_box .wage,
    .page_job_hunt_list .job_box .wage {
        font-size: 15px;
        width: -webkit-calc(100% - 45px);
        width: calc(100% - 45px);
        padding: 0.35em 0.75em 0.3em 0.75em;
    }

    .job_box>div:nth-child(2) {
        border-top: 1px solid #d3dee6;
        padding: 0.7em 0.75em 0.6em;
        display: none;
    }
}

/* fits_area
============================================================================================================ */
.fits_area {
    border: 5px solid #d3dee6;
    border-radius: 20px;
    background: #fff;
    width: 86.5%;
    margin-left: auto;
    margin-right: auto;
    padding: 2% 2.5% 2% 2.5%;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fits_area>div {
    width: -webkit-calc(100% - 237px - 20px);
    width: calc(100% - 237px - 20px);
}

.fits_area>div p {
    font-size: 16px;
    margin-bottom: 0;
}

.fits_area>p {
    width: 237px;
    margin-bottom: 0;
}

.fits_area>p img {
    width: 237px;
    height: auto;
}

@media screen and (max-width: 680px) {
    .fits_area {
        width: 90%;
        margin-bottom: 70px;
        padding: 5% 4% 7.5%;
        display: block;
    }

    .fits_area>div {
        width: 100%;
    }

    .fits_area>div p {
        font-size: 15px;
        margin-bottom: 7.5%;
    }

    .fits_area>p {
        width: 100%;
        text-align: center;
    }
}