@charset "UTF-8";
footer {
    padding: 40px 0;
    text-align: center;
    background: #333333;
}
.foot_lnk {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}
.foot_lnk li {
    margin-right: 20px;
}
.foot_lnk li:last-child {
    margin-right: 0;
}
.foot_lnk li a {
    position: relative;
    font-weight: 500;
    color: #fff;
}
.foot_lnk li a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: -2px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}
.footer-copy {
    font-size: 12px;
    color: #fff;
}
.c-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
.c-contents_wrap {
    padding: 100px 0;
}
.c-btn {
    display: table;
    width: 264px;
    height: 60px;
    background: #fff;
    border-radius: 50px;
}
.c-btn a {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    font-weight: bold;
    color: #fff;
    background: #eb6120;
    border-radius: 50px;
}
.c-btn a:before {
    content: "";
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    top: 50%;
    right: 35px;
    margin-top: -4px;
    z-index: 10;
    background: url("../svg/icn_arw_wh.svg") no-repeat center center;
    background-size: 100% auto;
}
.c-btn a span {
    position: relative;
}
.c-btn a span:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    z-index: 10;
}
.c-btn.is-mail a span:before {
    width: 15px;
    height: 12px;
    margin-top: -6px;
    background: url("/cmn/svg/icn_mail.svg") no-repeat center center;
    background-size: 100% auto;
}
.c-s-ttl {
    font-family: 'Adobe Garamond Pro', sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
}
.c-s-ttl.is-ver2 {
    color: #fff;
}
.c-s-ttl span {
    font-size: 16px;
    font-weight: 500;
    padding-left: 25px;
}
.c-s-ttl.is-ver2 span {
    display: block;
    padding-left: 0;
    padding-top: 20px;
}
.c-s-ttl.is-ver3 span {
    display: block;
    padding-left: 0;
    padding-top: 5px;
}
.c-lnk {
    position: relative;
    padding: 0 0 0 34px;
}
.c-lnk a {
    font-weight: 500;
}
.c-lnk:before {
    content: "";
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    z-index: 10;
    background: #eb6120;
    border-radius: 50px;
}
.c-lnk:after {
    content: "";
    position: absolute;
    display: block;
    width: 7px;
    height: 7px;
    top: 9px;
    left: 9px;
    z-index: 11;
    background: url("../svg/icn_arw_wh.svg") no-repeat center center;
    background-size: 100% auto;
}
.c-ttl {
    font-family: 'Adobe Garamond Pro', sans-serif;
    position: relative;
    font-size: 48px;
    line-height: 1.2;
    text-align: center;
}
.c-ttl span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}
.c-ttl:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    font-size: 161px;
    line-height: 1;
    color: #fff;
}
.topRec_wrap .c-ttl:before {
    content: "Recruitment\Ainformation";
    bottom: -270px;
    padding-left: 50px;
}
.c-access_wrap {
    position: relative;
    height: 620px;
    margin: 0 0 360px 0;
    padding: 120px 0 0 190px;
    box-sizing: border-box;
    background: url("../img/top_img05.jpg") no-repeat center top / cover;
}
.c-access_inwid {
    background: #F4F4F4;
}
.c-access_tab {
    width: 312px;
    padding: 80px 0 0 104px;
    box-sizing: border-box;
    background: #333333;
}
.c-access_tab ul li {
    border-bottom: 1px solid #BABABA;
    /*background: #707070;*/
}
.c-access_tab ul li a {
    position: relative;
    display: block;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    padding: 25px 0;
    background: #333333;
}
.c-access_tab ul li a.on:before {
    content: "";
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    z-index: 10;
    background: url(../svg/icn_arw_wh.svg) no-repeat center center;
    background-size: 100% auto;
}
.c-access_tab ul li a span {
    display: block;
    position: relative;
    padding: 0 0 0 24px;
}
.c-access_tab ul li a span:before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 0;
    z-index: 10;
    margin-top: -5px;
    background: #fff;
    border-radius: 10px;
    transition: opacity .3s ease-out,all .3s ease-out;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.c-access_box {
    width: calc(100% - 312px);
    padding: 65px 0 0 104px;
    box-sizing: border-box;
}
.c-access_map {
    display: none;
    width: 680px;
}
.c-access_map.on {
    display: block;
}
.c-access-txt {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
    margin: 0 0 20px 0;
    padding: 0 0 0 22px;
}
.c-access-txt:before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 0;
    z-index: 10;
    margin-top: -5px;
    background: #9D9D9D;
    border-radius: 10px;
}
.c-access_map iframe {
    width: 680px;
    height: 420px;
}
.c-access_lnk {
    margin-top: 40px;
    text-align: right;
}
.c-access_lnk .c-lnk {
    display: inline-block;
    padding: 0 0 0 48px;
}
.c-access_lnk .c-lnk:before {
    width: 34px;
    height: 34px;
    margin-top: -17px;
}
.c-access_lnk .c-lnk:after {
    width: 9px;
    height: 9px;
    left: 13px;
    margin-top: -4px;
}
.c-access_lnk .c-lnk a {
    line-height: 34px;
}
.c-cv_wrap {
    text-align: center;
    padding: 100px 0 150px 0;
    background: url("../img/top_bg02.png") no-repeat center center / cover;
}
.c-cv_wrap.is-ver2 {
    padding-bottom: 100px;
}
.c-cv-ttl {
    font-size: 57px;
    line-height: 1;
    color: #fff;
}
.c-cv_wrap dl {
    margin-top: 40px;
}
.c-cv_wrap dl dt {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
}
.c-cv_wrap dl dd {
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
    color: #fff;
    margin-top: 25px;
}
.c-cv-btn {
    margin: 0 auto;
    margin-top: 45px;
}
.c-cv-btn a {
    font-size: 18px;
}
.c-cv-btn a:before {
    content: none;
}
.c-cv-btn a span {
    padding: 0 35px;
}
.c-cv-txt {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    margin-top: 35px;
}
.c-cv-tel {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    margin-top: 20px;
}
.c-cv-tellnk {
    margin-top: 25px;
}
.c-cv-tellnk a {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
}
.c-pageTop_wrap {
    padding: 0 83px;
    padding-top: 65px;
}
.c-pageTop-cat {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 4px;
}
.c-pageTop_ttl {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-pageTop-ttl {
    position: relative;
    font-size: 30px;
    line-height: 1;
    padding: 0 60px 0 0;
}
.c-pageTop-ttl:last-child {
    padding: 0 0 0 0;
}
.c-pageTop-ttl:before {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 1px;
    top: 50%;
    right: 15px;
    z-index: 10;
    background: #707070;
}
.c-pageTop-ttl:last-child:before {
    display: none;
}
.c-pageTop-mainttl {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.6;
    margin: 15px 0 0 0;
}
.c-breadcrumb_list {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 35px;
}
.c-breadcrumb_list li {
    position: relative;
    padding-right: 35px;
}
.c-breadcrumb_list li:last-child {
    color: #999999;
    padding-right: 0;
}
.c-breadcrumb_list li:before {
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 1px;
    top: 50%;
    right: 12px;
    z-index: 10;
    background: #707070;
}
.c-breadcrumb_list li:last-child:before {
    content: none;
}
.c-breadcrumb_list li a {
    font-weight: 500;
    line-height: 1;
}
.c-breadcrumb_list li a.is-non {
    pointer-events: none;
}
.c-pageTop_img {
    position: relative;
    height: 400px;
    margin-top: 40px;
    background: url("../img/svc_mv01n.jpg") no-repeat center center / cover;
}
.c-pageTop_img.is-bitr {
    background: url("../img/bitr_mv01n2.jpg") no-repeat top center / cover;
}
.c-pageTop_img.is-mynavi {
    background: url("../img/mynavi_mv01n.jpg") no-repeat top center / cover;
}
.c-pageTop_img.is-pro {
    background: url("../img/pro_mv01.jpg") no-repeat top center / cover;
}
.c-pageTop_img.is-shufujob {
    background: url("../img/shufujob_mv01.jpg?date=202402211") no-repeat top center / cover;
}
.c-pageTop_img.is-mahhabaito {
    background: url("../img/mahhabaito_mv01.jpg?date=202402211") no-repeat top center / cover;
}
.c-pageTop_img.is-doda {
    background: url("../img/doda_mv01.jpg?date=202404054") no-repeat top center / cover;
}
.c-pageTop_img.is-mynavijob {
    background: url("../img/mynavijob_mv01.jpg?date=20240415") no-repeat top center / cover;
}
.c-pageTop_img.is-next {
    background: url("../img/bitrnext_mv01.jpg?date=20240618") no-repeat top center / cover;
}
.c-pageTop_img.is-indeed {
    background: url("../img/indeed_mv01.jpg?date=202606227") no-repeat top center / cover;
}
.c-pageTop_img-txt {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
    line-height: 1.4;
    color: #fff;
    width: 100%;
    max-width: 1200px;
    padding: 0 25px;
    box-sizing: border-box;
}
.c-page-ttl {
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}
.c-page-ttl.is-ver2 {
    font-size: 32px;
}
.c-page2-ttl {
    position: relative;
    font-size: 42px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}
.c-page2-ttl:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    font-family: 'Adobe Garamond Pro', sans-serif;
    font-size: 140px;
    line-height: 1;
    color: #fff;
    width: 100%;
    max-width: 1300px;
}
.srvEmp_wrap .c-page2-ttl:before {
    content: "Part-time employment";
    bottom: -55px;
}
.srvMid_wrap .c-page2-ttl:before {
    content: "Mid-Career\ARecruitment Media";
    bottom: -170px;
}
.c-pc {
    display: block;
}
.c-pc-in {
    display: inline;
}
.c-sp {
    display: none;
}
.c-sp-in {
    display: none;
}
.page404 .txt {
    font-size: 20px;
    line-height: 2;
}
@media (max-width:1220px) {
    .srvEmp_wrap .c-page2-ttl:before {
        bottom: -175px;
    }
}
@media (min-width:896px) {
    .foot_lnk li a:hover::after {
        transform: scale(1, 1);
    }
    .c-wrap.is-ver2 {
        max-width: 1366px;
        padding: 0 83px;
    }
    .c-wrap.is-flx {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .c-conts_wrap {
        width: 740px;
    }
    .c-btn a:hover {
        opacity: 0.7;
    }
    .c-access_tab ul li a.on {
        background: #707070;
    }
    .c-access_tab ul li a:hover {
        background: #707070;
    }
    .c-access_tab ul li a:hover span:before {
        left: 7px;
    }
    .c-access_tab ul li a.on span:before {
        left: 7px;
    }
    .c-access_in {
        width: 100%;
        position: absolute;
        top: 250px;
        left: 50%;
        z-index: 10;
        transform: translateX(-50%);
    }
    .c-access_inbg {
        position: relative;
    }
    .c-access_inbg:before {
        content: "";
        position: absolute;
        display: block;
        width: 50%;
        height: 100%;
        top: 0;
        right: 0;
        background: #f4f4f4;
        z-index: -1;
    }
    .c-access_inwid {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        width: calc(100% - 83px);
        max-width: 1200px;
        margin: 0 auto;
    }
}
@media (max-width: 896px) {
    footer {
        padding: 34px 0;
    }
    .foot_lnk {
        margin-bottom: 15px;
    }
    .foot_lnk li {
        margin-right: 10px;
    }
    .foot_lnk li a {
        font-size: 12px;
    }
    .footer-copy {
        font-size: 10px;
    }
    .c-wrap {
        width: 100%;
    }
    .c-contents_wrap {
        padding: 40px 0;
    }
    .c-btn {
        width: 260px;
        height: 60px;
    }
    .c-s-ttl {
        font-size: 38px;
    }
    .c-s-ttl span {
        font-size: 14px;
        padding-left: 15px;
    }
    .c-s-ttl.is-ver2 span {
        padding-top: 10px;
    }
    .c-s-ttl.is-ver3 span {
        padding-top: 5px;
    }
    .c-lnk {
        padding: 0 0 0 35px;
    }
    .c-ttl {
        font-size: 38px;
    }
    .c-ttl:before {
        font-size: 94px;
    }
    .topRec_wrap .c-ttl:before {
        bottom: -145px;
        padding-left: 0;
    }
    .c-access_wrap {
        height: auto;
        margin: 0;
        padding: 0;
        background: none;
    }
    .c-access_ttlbg {
        height: 250px;
        padding: 50px 26px 0 26px;
        box-sizing: border-box;
        background: url("../img/sp/top_img05.jpg") no-repeat center top / cover;
    }
    .c-access_tab {
        width: 100%;
        padding: 28px 16px;
    }
    .c-access_tab ul {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .c-access_tab ul li {
        width: 29%;
        margin-top: 30px;
        margin-right: 6.5%;
        padding: 0 0 10px 0;
        background: none;
    }
    .c-access_tab ul li:nth-child(3n) {
        margin-right: 0;
    }
    .c-access_tab ul li:nth-child(-n+3) {
        margin-top: 0;
    }
    .c-access_tab ul li a {
        padding: 0;
    }
    .c-access_tab ul li a.on:before {
        right: 0;
    }
    .c-access_tab ul li a span {
        padding: 0 0 0 18px;
    }
    .c-access_box {
        width: 100%;
        padding: 30px 26px 60px 26px;
    }
    .c-access_map {
        width: 100%;
    }
    .c-access-txt {
        font-size: 16px;
        margin: 0 0 10px 0;
        padding: 0 0 0 16px;
    }
    .c-access_map iframe {
        width: 100%;
        height: 210px;
    }
    .c-access_lnk {
        margin-top: 25px;
    }
    .c-cv_wrap {
        padding: 44px 39px 64px 39px;
        background: url("../img/sp/top_bg02.png") no-repeat center center / cover;
    }
    .c-cv_wrap.is-ver2 {
        padding-bottom: 80px;
    }
    .c-cv-ttl {
        font-size: 38px;
    }
    .c-cv_wrap dl {
        margin-top: 20px;
    }
    .c-cv_wrap dl dt {
        font-size: 18px;
        font-weight: 600;
        line-height: 2;
    }
    .c-cv_wrap dl dd {
        font-size: 12px;
        margin-top: 46px;
        text-align: left;
    }
    .c-cv-btn {
        margin-top: 40px;
    }
    .c-cv-txt {
        font-size: 14px;
        line-height: 1.4;
        margin-top: 30px;
    }
    .c-cv-tel {
        font-size: 14px;
    }
    .c-cv-tellnk a {
        font-size: 20px;
    }
    .c-pageTop_wrap {
        padding: 0 26px;
        padding-top: 30px;
    }
    .c-pageTop-cat {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .c-pageTop-ttl {
        font-size: 24px;
        padding: 0 50px 0 0;
    }
    .c-pageTop-ttl:before {
        width: 28px;
        right: 10px;
    }
    .c-pageTop-mainttl {
        font-size: 24px;
        line-height: 1.4;
        margin: 10px 0 0 0;
    }
    .c-breadcrumb_wrap {
        overflow-x: scroll;
    }
    .c-breadcrumb_list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        word-break: keep-all;
        white-space: nowrap;
        width: 100%;
        margin-top: 35px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: scroll;
    }
    .c-breadcrumb_list li {
        font-size: 12px;
        padding-right: 20px;
    }
    .c-breadcrumb_list li:before {
        width: 8px;
        right: 6px;
    }
    .c-breadcrumb_list li a {
        font-size: 12px;
    }
    .c-pageTop_img {
        height: 220px;
        margin-top: 24px;
        background: url("../img/sp/svc_mv01n.jpg") no-repeat center center / cover;
    }
    .c-pageTop_img.is-bitr {
        background: url("../img/sp/bitr_mv01n.jpg") no-repeat top center / cover;
    }
    .c-pageTop_img.is-mynavi {
        background: url("../img/sp/mynavi_mv01n.jpg") no-repeat top center / cover;
    }
    .c-pageTop_img.is-pro {
        background: url("../img/sp/pro_mv01.jpg") no-repeat top center / cover;
    }
    .c-pageTop_img.is-shufujob {
        background: url("../img/sp/shufujob_mv01.jpg?date=202402211") no-repeat top center / cover;
    }
    .c-pageTop_img.is-mahhabaito {
        background: url("../img/sp/mahhabaito_mv01.jpg?date=202402211") no-repeat top center / cover;
    }
    .c-pageTop_img.is-doda {
        background: url("../img/sp/doda_mv01.jpg?date=202404054") no-repeat top center / cover;
    }
    .c-pageTop_img.is-mynavijob {
        background: url("../img/sp/mynavijob_mv01.jpg?date=20240415") no-repeat top center / cover;
    }
    .c-pageTop_img.is-next {
        background: url("../img/sp/bitrnext_mv01.jpg?date=20240618") no-repeat top center / cover;
    }
    .c-pageTop_img.is-indeed {
        background: url("../img/sp/indeed_mv01.jpg?date=202606227") no-repeat top center / cover;
    }
    .c-pageTop_img-txt {
        top: 30px;
        font-size: 18px;
        padding: 0 26px;
    }
    .c-page-ttl {
        font-size: 24px;
        line-height: 1.5;
    }
    .c-page-ttl.is-ver2 {
        font-size: 20px;
    }
    .c-page2-ttl {
        font-size: 24px;
    }
    .c-page2-ttl:before {
        font-size: 48px;
    }
    .srvEmp_wrap .c-page2-ttl:before {
        bottom: -55px;
    }
    .srvMid_wrap .c-page2-ttl:before {
        bottom: -100px;
    }
    .c-pc {
        display: none;
    }
    .c-pc-in {
        display: none;
    }
    .c-sp {
        display: block;
    }
    .c-sp-in {
        display: inline;
    }
    .page404 {
        padding: 0 26px;
    }
    .page404 .txt {
        font-size: 14px;
        line-height: 1.8;
    }
}
@media (min-width: 472px) and (max-width: 896px) {
    .srvEmp_wrap .c-page2-ttl:before {
        bottom: -15px;
    }
}
@media (min-width: 645px) and (max-width: 896px) {
    .srvMid_wrap .c-page2-ttl:before {
        bottom: -15px;
    }
}
@media (min-width: 515px) and (max-width: 645px) {
    .srvMid_wrap .c-page2-ttl:before {
        bottom: -55px;
    }
}
@media (min-width: 416px) and (max-width: 515px) {
    .srvMid_wrap .c-page2-ttl:before {
        bottom: -50px;
    }
}
@media (max-width: 374px) {
    .c-access_tab ul li a {
        font-size: 12px;
    }
    .c-access_tab ul li a span {
        padding: 0 0 0 14px;
    }
    .c-cv_wrap dl dt {
        font-size: 16px;
    }
}
