@charset "UTF-8";
.topMain_wrap {
    padding: 32px 0 80px 0;
}
.topSec_wrap {
    margin: 0 0 80px 0;
}
.topSec_wrap:last-child {
    margin: 0;
}
.top_txt {
    margin: 30px 0;
}
.job_txt {
    margin: 30px 0 40px 0;
}
.jobList_wrap {
    margin: 0 0 40px 0;
}
.job_list li.list {
    width: 310px;
    min-height: 320px;
    padding: 0 16px;
    margin: 0 17px;
    border: 1px solid #F2F2F2;
    border-top: 4px solid #C81432;
    background: #fff;
    box-sizing: border-box;
}
.job_name {
    text-align: center;
    padding: 16px 0;
    border-bottom: 1px solid #F2F2F2;
}
.job-name {
    font-size: 18px;
    font-weight: 900;
}
.job-salary {
    font-size: 13px;
    font-weight: bold;
}
.job-salary span {
    font-size: 18px;
    font-weight: 900;
    color: #C81432;
}
.job_info {
    padding: 16px 0 0 0;
}
.jobInfo_list li {
    position: relative;
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 16px 0;
    padding: 0 0 0 25px;
    letter-spacing: -0.01em;
}
.jobInfo_list li:last-child {
    margin: 0;
}
.jobInfo_list li:before {
    content: "";
    position: absolute;
    display: block;
    top: 2px;
    left: 0;
    z-index: 10;
}
.jobInfo_list li:nth-child(1):before {
    width: 15px;
    height: 15px;
    background: url("../svg/language.svg") no-repeat 0 0;
    background-size: 100% auto;
}
.jobInfo_list li:nth-child(2):before {
    width: 15px;
    height: 15px;
    background: url("../svg/job.svg") no-repeat 0 0;
    background-size: 100% auto;
}
.jobInfo_list li:nth-child(3):before {
    width: 14px;
    height: 16px;
    background: url("../svg/spot.svg") no-repeat 0 0;
    background-size: 100% auto;
}
.jobInfo_list li:nth-child(4):before {
    width: 13px;
    height: 16px;
    background: url("../svg/business.svg") no-repeat 0 0;
    background-size: 100% auto;
}
.strengths_wrap {
    margin: 40px 0 56px 0;
}
.service_wrap {
    margin: 40px 0 56px 0;
}
.service_img img {
    width: 178px;
}
.service-txt {
    line-height: 1.75;
    text-align: justify;
    width: calc(100% - 178px);
    padding: 0 20px 0 0;
    box-sizing: border-box;
}
.page_link ul li {
    width: 470px;
    height: 90px;
}
.page_link ul li a {
    display: table;
    width: 100%;
    height: 100%;
    font-size: 20px;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    background: #fff;
}
.page_link ul li:nth-child(1) a span {
    background: url("../svg/q_icon.svg?data=20220523") no-repeat center left 16px;
    background-size: 60px auto;
}
.page_link ul li:nth-child(2) a span {
    background: url("../svg/b_icon.svg?data=20220523") no-repeat center left 16px;
    background-size: 60px auto;
}
.page_link ul li a span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.search_in {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    margin: 56px 0 40px;
}
.search_box {
    margin-right: 48px;
    position: relative;
}
.search_box::before {
    position: absolute;
    line-height: 1;
    content: "×";
    width: 12px;
    height: 12px;
    font-size: 15px;
    text-align: center;
    right: -28px;
    top: 50%;
    margin-top: -6px;
}
.topSearch {
    background: #fff url(/cmn2/svg/top_search.svg) no-repeat right 16px center;
    background-size: 12px auto;
    height: 70px;
    width: 236px;
    box-sizing: border-box;
    padding: 0 16px 0 24px;
    font-size: 16px;
    color: #898989;
    border: solid 1px #F2F2F2;
    display: table;
}
.topSearch a {
    display: table-cell;
    vertical-align: middle;
    color: #898989;
}
.search_box.is-last {
    margin-right: 40px;
}
.search_box.is-last::before {
    content: none;
}

.search_btn a {
    display: table;
    width: 156px;
    height: 70px;
}
.search_btn a span {
    background: #000;
    display: table-cell;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    vertical-align: middle;
    text-align: center;
}
.c_btn.is-ver2.detail_btn {
    width: 232px;
    height: 54px;
}
.ano-txt {
    font-size: 12px;
}
@media (min-width: 896px) {
    .service_wrap {
        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;
    }
    .page_link ul {
        display:-webkit-box;
      	display:-ms-flexbox;
      	display:flex;
        -webkit-box-pack: justify;
    	-ms-flex-pack: justify;
    	justify-content: space-between;
    }
    .page_link ul li a:hover {
        color: #000;
        background: #E5E3D8;
        text-decoration: none;
    }
    .search_btn a:hover {
        text-decoration: none;
        opacity: 0.7;
    }
    .topSearch a:hover {
        text-decoration: none;
    }
}
@media only screen and (max-width: 896px) {
    .topMain_wrap {
        padding: 24px 0 64px 0;
    }
    .topSec_wrap {
        margin: 0 0 64px 0;
    }
    .top_txt {
        margin: 24px 0 32px;
    }
    .job_txt {
        margin: 20px 0 28px 0;
    }
    .jobList_wrap {
        margin: 0 0 32px 0;
        padding: 0 20px;
    }
    .job_list li.list {
        width: 100%;
        margin: 0;
    }
    .strengths_wrap {
        margin: 28px 0 40px 0;
    }
    .service_wrap {
        margin: 28px 0 40px 0;
    }
    .service_img img {
        width: 100%;
    }
    .service-txt {
        width: 100%;
        padding: 16px 0 0 0;
    }
    .page_link ul li {
        width: 100%;
        height: 74px;
        margin: 0 0 24px 0;
    }
    .page_link ul li:last-child {
        margin: 0;
    }
    .page_link ul li:nth-child(1) a span {
        background: url("../svg/q_icon.svg?data=20220523") no-repeat center left 16px;
        background-size: 45px auto;
    }
    .page_link ul li:nth-child(2) a span {
        padding: 0 0 0 40px;
        background: url("../svg/b_icon.svg?data=20220523") no-repeat center left 16px;
        background-size: 45px auto;
    }
    .search_in {
        display: block;
        margin: 40px 0 30px;
    }
    .search_box {
        margin-right: 0;
        margin-bottom: 44px;
    }
    .search_box::before {
        position: absolute;
        line-height: 1;
        content: "×";
        width: 12px;
        height: 12px;
        font-size: 15px;
        text-align: center;
        right: 50%;
        margin-right: -6px;
        top: auto;
        bottom: -26px;
        margin-top: 0;
    }
    .topSearch {
        width: 100%;
        padding: 0 24px;
    }
    .search_box.is-last {
        margin-right: 0;
        margin-bottom: 32px;
    }
    .search_box.is-last::before {
        content: none;
    }
    .search_btn a {
        width: 202px;
        height: 56px;
        margin: 0 auto;
    }
    .c_btn.is-ver2.detail_btn {
        width: 175px;
        height: 48px;
    }
    .c_btn.is-ver2.detail_btn a {
        font-size: 14px;
    }
}/*@media*/
@media only screen and (max-width: 374px) {
    .topMv-txt {
        font-size: 13px;
    }
    .page_link ul li a {
        font-size: 16px;
    }
}/*@media*/
