@charset "UTF-8";
body {
    background: #fff;
}
.jobMv_wrap {
    width: 100%;
    height: 100dvh;
    max-height: 900px;
    position: relative;
    background: #fff;
}
.jobMv_img {
    width: 45.1%;
    height: 100%;
    position: relative;
    z-index: 1;
}
@media (min-width: 767px) {
    .jobMv_img source,
    .jobMv_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}
.jobMv_ttl {
    width: 56.3%;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.jobMv_in {
    width: 100%;
    height: 424px;
    background: linear-gradient(91deg, #262626 0%, #333333 100%);
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.jobMv_box {
    padding-left: 62px;
}
.jobMv_box .en {
    font-size: 14px;
    line-height: 1;
    font-variation-settings: "wght" 400;
    letter-spacing: .02em;
    color: #e2b700;
    margin-bottom: 16px;
}
.jobMv_box .ttl {
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .04em;
    color: #fff;
}
.jobMv_in .txt {
    font-size: 24px;
    line-height: 1.75;
    font-weight: 500;
    letter-spacing: .04em;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding-left: 62px;
    padding-bottom: 28px;
}
.jobRead_wrap {
    padding: 80px 0;
    background: #fff;
}
.jobRead_in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.jobRead_txt {
    width: -webkit-calc(100% - 445px);
    width: calc(100% - 445px);
    box-sizing: border-box;
    padding-right: 80px;
}
.jobRead_txt .ttl {
    font-size: 24px;
    line-height: 1.66;
    font-weight: 700;
    color: #8a8988;
}
.jobRead_txt .txt {
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
    letter-spacing: .04em;
    margin-bottom: 16px;
}
.jobRead_txt .txt:last-child {
    margin-bottom: 0;
}
.jobRead_txt .box {
    margin-top: 40px;
}
.jobCont_wrap {
    padding-bottom: 124px;
    background: #fff;
}
.jobCont_ttl {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 1;
    letter-spacing: .12em;
    font-weight: 700;
    color: #1a1a1a;
}
.jobCont_ttl span {
    display: inline-block;
    position: relative;
    padding-left: 32px;
}
.jobCont_ttl span:before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 2px;
    background: url(../svg/icn_cp_plus.svg) no-repeat center / 100% auto;
    z-index: 1;
}
.jobCont_lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.jobCont_box {
    width: 479px;
    box-sizing: border-box;
    background: url(../webp/job_card.webp) center center / cover no-repeat;
    margin-top: 44px;
    padding: 40px 40px;
    position: relative;
}
.jobCont_box .ttl {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 700;
    letter-spacing: .07em;
    color: #fff;
    margin-bottom: 54px;
}
.jobCont_box .ttl .is-tab {
    display: none;
}
.jobCont_box .txt {
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    letter-spacing: .05em;
    color: #fff;
}
.jobCont_icn {
    position: absolute;
    top: 30px;
    right: 40px;
    z-index: 2;
}
.jobDaily_wrap {
    padding: 135px 0 160px;
    background: #f1f1f1;
}
.jobDaily_in {
    position: relative;
}
.jobDaily_top {
    position: absolute;
    top: -155px;
    left: 0;
    z-index: 1;
}
.jobDaily_ttl {
    margin-bottom: 154px;
    font-size: 24px;
    line-height: 1;
    letter-spacing: .12em;
    font-weight: 700;
    color: #1a1a1a;
    text-align: center;
}
.jobDaily_ttl span {
    display: inline-block;
    position: relative;
    padding-left: 32px;
}
.jobDaily_ttl span:before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 2px;
    background: url(../svg/icn_cp_plus.svg) no-repeat center / 100% auto;
    z-index: 1;
}
.jobDaily_lst {
    position: relative;
    margin-left: 120px;
}
.jobDaily_lst:before {
    content: '';
    display: block;
    width: 1px;
    height: -webkit-calc(100% - 10px);
    height: calc(100% - 20px);
    position: absolute;
    left: 92px;
    top: 10px;
    background: #4a4a4a;
    z-index: 1;
}
.jobDaily_lst li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 32px;
    position: relative;
}
.jobDaily_lst li:before {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    border-radius: 50%;
    left: 84px;
    top: 5px;
    background: #4a4a4a;
    z-index: 1;
}
.jobDaily_lst li:first-child:before,
.jobDaily_lst li:last-child:before {
    background: #e2b700;
}
.jobDaily_lst li:last-child {
    margin-bottom: 0;
}
.jobDaily_lst .time {
    width: 148px;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 600;
    text-align: right;
    padding-right: 90px;
    box-sizing: border-box;
}
.jobDaily_box .ttl {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: .1em;
    font-weight: 700;
}
.jobDaily_box .txt {
    font-size: 16px;
    line-height: 2;
    letter-spacing: .1em;
    font-weight: 500;
    margin-top: 12px;
}
.jobDaily_box .txt .is-pc {
    display: block;
}
.jobDaily_img {
    position: relative;
}
.jobDaily_img source,
.jobDaily_img img {
    position: relative;
    z-index: 2;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
}
.jobDaily_top source,
.jobDaily_top img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
}
@media (min-width: 1080px) {
    .jobDaily_img.is-ver1 {
        position: absolute;
        right: -40px;
        bottom: 20px;
    }
    /* ver4 は本文が長いと折り返して文字に被るため、右端に固定する */
    .jobDaily_img.is-ver4 {
        position: absolute;
        right: 0;
        bottom: 0;
        margin: 0;
    }
    .jobDaily_img.is-ver4:before {
        width: 40vw;
        max-width: 420px;
        left: -40vw;
    }
}
.jobDaily_img.is-ver2 {
    margin-left: 30px;
    margin-top: -76px;
}
.jobDaily_img.is-ver3 {
    margin-left: 32px;
    margin-top: -82px;
}
.jobDaily_img.is-ver4 {
    margin-left: 138px;
    margin-top: -78px;
}
.jobDaily_img:before {
    content: '';
    display: block;
    width: 462px;
    height: 2px;
    position: absolute;
    left: -462px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/job_line.svg) repeat-x left / auto 100%;
    z-index: 1;
}
.jobDaily_img.is-ver1:before {
    width: 335px;
    left: -335px;
    margin-top: 20px;
}
.jobDaily_img.is-ver2:before {
    width: 185px;
    left: -185px;
}
.jobDaily_img.is-ver3:before {
    width: 343px;
    left: -343px;
}
.jobDaily_img.is-ver4:before {
    width: 220px;
    left: -220px;
}
@media (max-height: 640px) {
    .jobMv_in {
        height: 300px;
        display: block;
    }
    .jobMv_box {
        padding-top: 62px;
        padding-left: 62px;
    }
}
@media (min-width: 1920px) {
    .jobMv_img {
        width: 866px;
    }
    /*
    .jobMv_img source,
    .jobMv_img img {
        object-position: top center;
    }
    */
    .jobMv_ttl {
        width: calc(100% - 840px);
    }
}
@media (min-width: 767px) {
    .jobCont_box:nth-child(-n+2) {
        margin-top: 0;
    }
}
@media screen and (min-width:1280px) and (max-height:640px) {
    .jobMv_img source,
    .jobMv_img img {
        object-position: top center;
    }
}
@media screen and (min-width:1025px) and ( max-width:1280px) {
    .c-wrap {
        max-width: 1000px;
    }
}
@media screen and (min-width:767px) and ( max-width:900px) {
    .jobCont_box .ttl .is-tab {
        display: block;
    }
    .jobMv_box {
        padding-left: 32px;
    }
    .jobMv_box .ttl {
        font-size: 3.556vw;
    }
    .jobMv_in .txt {
        padding-left: 32px;
    }
}
@media screen and (min-width:767px) and ( max-width:1160px) {
    .jobCont_box {
        width: 48%;
        height: auto;
    }
}
@media screen and (min-width:767px) and ( max-width:1110px) {
    .jobRead_img {
        width: 48%;
    }
    .jobRead_img source,
    .jobRead_img img {
        width: 100%;
        height: 370px;
        object-fit: cover;
        object-position: top center;
    }
    .jobRead_txt {
        width: 52%;
        width: -webkit-calc(100% - 48%);
        width: calc(100% - 48%);
        padding-right: 40px;
    }
}
@media screen and (min-width:880px) and ( max-width:1080px) {
    .jobDaily_lst {
        margin-left: 0;
    }
    .jobDaily_top {
        width: 28%;
    }
    .jobDaily_top source,
    .jobDaily_top img {
        width: 100%;
        height: auto;
    }
    .jobDaily_img.is-ver1 {
        position: absolute;
        right: 0;
        bottom: 36px;
    }
    .jobDaily_img.is-ver1:before {
        width: 30vw;
        left: -28vw;
        margin-top: 36px;
    }
    .jobDaily_img.is-ver3 {
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .jobDaily_img.is-ver3:before {
        width: 40vw;
        left: -40vw;
    }
    /* ver4 は本文が長いと折り返して文字に被るため、ver3 と同じく右端に固定 */
    .jobDaily_img.is-ver4 {
        position: absolute;
        right: 0;
        bottom: 0;
        margin: 0;
    }
    .jobDaily_img.is-ver4:before {
        width: 40vw;
        left: -40vw;
    }
}
/*sp*/
@media only screen and (max-width:880px) {
    .jobDaily_wrap {
        padding: 192px 24px 120px;
    }
    .jobDaily_in {
        position: relative;
    }
    .jobDaily_top {
        top: -212px;
        left: 24px;
    }
    .jobDaily_ttl {
        margin-bottom: 70px;
        font-size: 18px;
    }
    .jobDaily_ttl span {
        padding-left: 28px;
    }
    .jobDaily_ttl span:before {
        content: '';
        display: block;
        width: 18px;
        height: 18px;
        top: 2px;
    }
    .jobDaily_lst {
        margin-left: 0;
    }
    .jobDaily_lst:before {
        height: -webkit-calc(100% - 50px);
        height: calc(100% - 50px);
        left: 16px;
        top: 10px;
    }
    .jobDaily_lst li {
        display: block;
        padding-left: 40px;
        margin-bottom: 32px;
    }
    .jobDaily_lst li:before {
        width: 15px;
        height: 15px;
        left: 9px;
        top: 4px;
    }
    .jobDaily_lst .time {
        width: 4em;
        text-align: left;
        padding-right: 0;
        font-size: 14px;
        margin-bottom: 5px;
    }
    .jobDaily_box .ttl {
        font-size: 14px;
        letter-spacing: .05em;
    }
    .jobDaily_box .txt {
        font-size: 12px;
        line-height: 1.83;
        letter-spacing: normal;
        margin-top: 10px;
    }
    .jobDaily_box .txt .is-pc {
        display: none;
    }
    .jobDaily_img,
    .jobDaily_img.is-ver1,
    .jobDaily_img.is-ver2,
    .jobDaily_img.is-ver3,
    .jobDaily_img.is-ver4 {
        margin: 10px 0 0;
    }
    .jobDaily_img:before {
        content: none;
    }
}
@media only screen and (max-width:767px) {
    .jobMv_wrap {
        height: auto;
        padding-bottom: 100px;
    }
    .jobMv_img {
        width: -webkit-calc(100% - 24px);
        width: calc(100% - 24px);
        height: auto;
    }
    .jobMv_img source,
    .jobMv_img img {
        width: 100%;
        max-width: 600px;
        height: auto;
    }
    .jobMv_ttl {
        width: -webkit-calc(100% - 24px);
        width: calc(100% - 24px);
        height: 157px;
        padding-bottom: 0;
    }
    .jobMv_in {
        height: 157px;
        display: block;
    }
    .jobMv_box {
        padding-top: 24px;
        padding-left: 24px;
    }
    .jobMv_box .en {
        font-size: 12px;
        margin-bottom: 4px;
    }
    .jobMv_box .ttl {
        font-size: 20px;
        line-height: 1.6;
    }
    .jobMv_in .txt {
        font-size: 14px;
        line-height: 1.71;
        padding-left: 24px;
        padding-bottom: 22px;
    }
    .jobRead_wrap {
        padding: 56px 24px 70px;
    }
    .jobRead_in {
        display: block;
    }
    .jobRead_img {
        width: 100%;
        margin-bottom: 36px;
        text-align: left;
    }
    .jobRead_img source,
    .jobRead_img img {
        width: 100%;
        max-width: 480px;
        height: auto;
    }
    .jobRead_txt {
        width: 100%;
        padding-right: 0;
    }
    .jobRead_txt .ttl {
        font-size: 18px;
    }
    .jobRead_txt .txt {
        font-size: 14px;
        line-height: 1.8;
    }
    .jobRead_txt .box {
        margin-top: 34px;
    }
    .jobCont_wrap {
        padding: 0 24px 100px;
    }
    .jobCont_ttl {
        margin-bottom: 32px;
        font-size: 18px;
    }
    .jobCont_ttl span {
        padding-left: 28px;
    }
    .jobCont_ttl span:before {
        width: 18px;
        height: 18px;
        top: 2px;
    }
    .jobCont_lst {
        display: block;
    }
    .jobCont_box {
        width: 100%;
        height: auto;
        background: url(../webp/sp/job_card.webp) center center / cover no-repeat;
        margin-top: 24px;
        padding: 30px 30px 32px;
    }
    .jobCont_box:first-child {
        margin-top: 0;
    }
    .jobCont_box .ttl {
        font-size: 18px;
        text-align: center;
        margin-bottom: 20px;
    }
    .jobCont_box .txt {
        font-size: 14px;
        line-height: 1.85;
    }
    .jobCont_icn {
        text-align: center;
        position: static;
        margin-bottom: 20px;
    }
    .jobCont_icn.n2 {
        margin-left: 16px;
    }
    .jobCont_icn.n4 {
        margin-left: 8px;
    }
}
@media only screen and (max-width: 340px) {
    .jobMv_box .ttl {
        font-size: 17px;
    }
}
