@charset "utf-8";

/*スクロール調整*/
.facility,
.logistics {
    scroll-margin-top: 100px;
}

.jobs-mv {
    position: relative;
    height: 350px;
}

.jobs-mv img {
    object-fit: cover;
}


.jobs-mv .ttl_flex {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    opacity: 0.3;
    margin: 0 !important;
    border: none !important;
}

@media screen and (min-width: 1280px) {
    .jobs-mv {
        height: 450px;
    }

}

/* .jobs-mv:after {
    content: "";
    background-image: url(/themes/custom/maiken/images/jobs/jobs-mv-logo.webp);
    width: 231px;
    height: 190px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: 0px;
    left: 100px;
} */

.jobs h1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 36px;
    font-size: clamp(18px, 4vw, 28px);
    font-weight: 700;
    line-height: 161.111%;
    letter-spacing: 5px;
}

.jobs h1 span {
    background: linear-gradient(270deg, #0083ED 0%, #02BBFE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.jobs .hero p {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 1.28px;
}

.jobs .hero {
    margin: 70px 0px 75px;
    padding: 0px 30px;
}


/*物流・倉庫管理業務*/

.jobs .logistics-text h3 {
    font-size: clamp(16px, 5vw, 24px);
    font-weight: 700;
    line-height: 38px;
    /* 158.333% */
    letter-spacing: 1.92px;
}

/* .jobs .logistics-text>div,
.jobs .facility-text>div {
    padding: 20px 0px;
} */

.logistics__top {
    /* height: 500px; */
    height: 210px;
    background: linear-gradient(270deg, #0083ED 0%, #02BBFE 100%);
}

.jobs .logistics__top>div {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 100px 0px 60px;

    max-width: 1440px;
    margin: auto;
}

.jobs .logistics__top h2 {
    color: #FFF;
    display: flex;
    max-width: 400px;
    width: 100%;
    margin-right: 15px;
    font-size: clamp(24px, 5vw, 40px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 3.2px;
}

.jobs .logistics-text {
    display: flex;
    justify-content: flex-end;
    max-width: 1440px;
    margin: auto;
    padding: 0px 15px;
}

.jobs .logistics-text>div,
.jobs .facility-text>div {
    max-width: 100%;
    width: 500px;
}

.jobs .logistics-text div p,
.jobs .facility-text>div p {
    margin: 16px 0px 0px;
}


.jobs .logistics {
    position: relative;
}

.jobs .logistics-img {
    border-radius: 0 20px 20px 0;
    display: block;
    font-size: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 60px;
    max-width: calc(100vw - 460px);
    width: 100%;
    height: 330px;
}

.jobs .logistics-img img,
.jobs .facility-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}



/*具体的な仕事内容*/
.jobs .logistics-work h2,
.jobs .facility-work h2,
.daily-flow h2 {
    color: #000;
    font-family: "NotoSansJP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: clamp(20px, 5vw, 28px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 5.76px;
    text-align: center;
}

.jobs .logistics-work h2::after,
.facility-work h2::after,
.daily-flow h2::after {
    content: "";
    width: 87px;
    height: 4px;
    background: linear-gradient(270deg, #0083ED 0%, #02BBFE 100%);
    display: block;
    margin: 0 auto;
    margin-top: 25px;
}

/* .jobs .logistics-work {
    background: #F5F5F5;
    padding: 60px 0px 100px;
    padding: 220px 0px 60px;
} */

.jobs .facility-work,
.jobs .logistics-work {
    background: #F5F5F5;
    /* padding: 60px 0px 100px; */
    padding: 220px 0px 60px;
}

.jobs .logistics-work-list,
.jobs .facility-work-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 1080px;
    margin: 45px auto 0px;
}

.jobs .work-item {
    border-bottom: 1px solid #F8F8F8;
    background: #FFF;
    padding: 35px;
    width: calc((100% - 20px) / 2);
    counter-increment: num;
    position: relative;
}

.jobs .work-item p:first-of-type {
    font-size: clamp(18px, 3vw, 24px);
    font-weight: 700;
    letter-spacing: 0.24px;
    line-height: 52px;
    margin: 0;
    /* margin-bottom: 10px; */
    position: relative;
    /* padding: 0 0 0 70px; */
    padding-left: calc(1em + 40px);
}

.jobs .work-item p:nth-of-type(2) {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.16px;
    padding-left: calc(1em + 40px);
}

/*
.jobs {
  counter-reset: num;
}

.jobs .work-item:before {
    content: "0" counter(num);
    position: absolute;
    background: linear-gradient(270deg, #0083ED 0%, #02BBFE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: clamp(20px, 5vw, 36px);
font-weight: 700;
letter-spacing: 0.36px;
}
*/

.jobs .logistics-work,
.jobs .facility-work {
    counter-reset: num;
}

.jobs .logistics-work .work-item p:first-child:before,
.jobs .facility-work .work-item p:first-child:before {
    content: "0" counter(num);
    position: absolute;
    background: linear-gradient(270deg, #0083ED 0%, #02BBFE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: clamp(20px, 5vw, 36px);
    font-weight: 700;
    letter-spacing: 0.36px;
    top: 0;
    left: 0;
}

/* .jobs .work-item p {
    margin: 0px 0px 0px 75px;
} */


/*施設管理業務
.jobs .facility-text h3 {
    color: #FFF;
    text-align: right;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 3.2px;
        margin: 100px 0px 60px;
    
}

.jobs .facility-text p {
    max-width: 500px;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 30px 0px;
}

.jobs .facility-text {
    flex: 4;
    margin:0px 30px;
}

.jobs .facility-img {
    flex: 5;
}

.jobs .facility-img img {
    border-radius: 5px 0px 0px 5px;
}
*/

.facility__top {
    /* height: 500px; */
    height: 210px;
    background: linear-gradient(270deg, #0083ED 0%, #02BBFE 100%);
}

.jobs .facility__top>div {
    display: flex;
    justify-content: start;
    width: 100%;
    padding: 100px 0px 60px;
    max-width: 1440px;
    margin: auto;
}


.jobs .facility__top h2 {
    color: #FFF;
    display: flex;
    max-width: 400px;
    width: 100%;
    margin-left: 15px;
    font-size: clamp(24px, 5vw, 40px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 3.2px;
    justify-content: end;
}

.jobs .facility-text {
    display: flex;
    justify-content: start;
    max-width: 1440px;
    margin: auto;
    padding: 0px 15px;
}

.jobs .facility {
    position: relative;
}

.jobs .facility-img {
    border-radius: 20px 0px 0px 20px;
    display: block;
    font-size: 0;
    right: 0;
    overflow: hidden;
    position: absolute;
    top: 60px;
    max-width: calc(100vw - 460px);
    width: 100%;
    height: 330px;
}

/*１日の流れ*/
.jobs section.daily-flow {
    padding: 70px 40px 10px;
    max-width: 980px;
    margin: auto;
}

.jobs .timeline-item {
    position: relative;
    margin-bottom: 45px;
}

.jobs .timeline-item::before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0;
    background-color: #02BBFE;
    z-index: 3;
}

.jobs .timeline-item::after {
    content: '';
    position: absolute;
    top: 29px;
    left: 11px;
    width: 1px;
    height: calc(100% + 23px);
    border-radius: 9999px;
    background-color: #808080;
}

.jobs .timeline-item p {
    margin-left: 70px;
}

.jobs p.time {
    color: #000;
    font-size: clamp(13px, 1vw, 18px);
    font-weight: 700;
    letter-spacing: 3.84px;
}

.jobs .time span {
    color: #0083ED;
    margin-right: 75px;
    position: relative;
}

.jobs .timeline-item p:nth-of-type(2) {
    padding: 28px 24px;
    border-radius: 10px;
    background: #F2F4F4;
}

.jobs .timeline div:last-of-type:after {
    display: none;
}

.jobs .time span:before {
    content: "";
    width: 54px;
    height: 2px;
    background: linear-gradient(270deg, #0083ED 0%, #02BBFE 100%);
    display: block;
    position: absolute;
    left: -70px;
    top: 12px;
}

@media only screen and (min-width: 1440px) {

    .jobs .logistics-text,
    .jobs .facility-text {
        position: relative;
        max-width: 100%;
        width: 62%;
        margin: 0;

    }

    .jobs .logistics-text {
        margin-right: auto;
    }

    .jobs .facility-text {
        margin-left: auto;
    }

    .jobs .logistics-img,
    .jobs .facility-img {
        max-width: 100%;
        top: -160px;
        width: 100%;
    }
}

@media only screen and (max-width: 992px) {

    .logistics__top,
    .facility__top {
        height: 500px;
    }

    .jobs .logistics-work,
    .jobs .facility-work {
        margin-top: 0;
        padding: 70px 0px 40px;
    }

    .jobs-mv:after {
        width: 160px;
        height: 160px;
        left: 50px;
    }

    .logistics-text,
    .facility-text {
        position: relative;
    }

    /* .logistics-text div::before,
    .facility-text div::before {
        background: linear-gradient(270deg, #0083ED 0%, #02BBFE 100%);
        content: "";
        display: block;
        height: 100px;
        left: -15px;
        position: absolute;
        top: 0;
        width: calc(100% + 15px);
        z-index: -1;
    } */

    .jobs .logistics__top h2 {
        margin-left: 15px;
    }

    .jobs .facility__top h2 {
        justify-content: flex-start;
        margin-right: 15px;
    }

    .jobs .logistics-text>div p,
    .jobs .facility-text>div p {
        margin: 16px 0px 0px;
        padding: 0px 15px;
    }

    .logistics-text div h3 {
        padding: 0px 15px;
    }

    .jobs .logistics-text,
    .jobs .facility-text {
        flex-direction: column;
        padding: 0px;
    }

    .jobs .logistics-img {
        margin-bottom: 20px;
        position: absolute;
        top: -300px;
        width: calc((100vw - 15px));
        max-width: 100%;
        right: 15px;
    }

    .jobs .facility-img {
        margin-bottom: 20px;
        position: absolute;
        top: -300px;
        width: calc((100vw - 15px));
        max-width: 100%;
        left: 15px;
    }

    .jobs .logistics-text>div,
    .jobs .facility-text>div {
        width: 100%;
        padding: 0px;
    }

    .jobs .logistics__top>div {
        justify-content: start;
    }

    /*具体的な仕事内容*/
    .jobs .work-item {
        padding: 20px;
        width: calc((100% - 20px) / 2);
    }

    .jobs .logistics-work-list,
    .jobs .facility-work-list {
        padding: 0px 20px;
    }

    /* .jobs .work-item p {
        margin: 0px 0px 0px 70px;
    } */
}

@media only screen and (max-width: 768px) {
    .jobs-mv:after {
        width: 120px;
        height: 120px;
        left: 20px;
    }

    .jobs .logistics-work-list,
    .jobs .facility-work-list {
        flex-direction: column;
    }

    .jobs .work-item {
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .jobs .time span {
        margin-right: 20px;
    }

    .jobs .work-item p:last-child {
        padding: 0;
        margin: 0 0 10px;
    }

    /* 
    .jobs .logistics-work,
    .jobs .facility-work {
        padding: 60px 0px 60px;
    } */

    .jobs .hero p {
        font-size: 18px;
    }

    .jobs .logistics__top>div,
    .jobs .facility__top>div {
        padding: 40px 0px 0px;
    }

    .jobs .logistics-img,
    .jobs .facility-img {
        top: -290px;
    }

    .logistics__top,
    .facility__top {
        height: 400px;
    }

    .jobs .logistics-work-list,
    .jobs .facility-work-list {
        margin: 20px auto 0px;
    }

}

@media only screen and (max-width: 550px) {
    .jobs-mv {
        height: 250px;
    }
}

@media only screen and (max-width: 500px) {
    .jobs-mv:after {
        width: 80px;
        height: 80px;
        left: 20px;
    }

    .jobs .hero {
        margin: 40px 0px 45px;
    }

    .jobs .hero p {
        font-size: 13px;
    }

    /* .jobs .logistics__top>div,
    .jobs .facility__top>div {
        padding: 70px 0px 40px;
    } */

    .daily-flow h2 {
        margin-bottom: 45px;
    }

    .jobs .logistics-work h2::after,
    .facility-work h2::after,
    .daily-flow h2::after {
        margin-top: 15px;
    }

    .jobs section.daily-flow {
        padding: 60px 20px 55px;
    }

    .jobs .work-item p:first-of-type {
        padding-left: 40px;
    }

    .logistics__top,
    .facility__top {
        height: 370px;
    }

    .jobs .logistics-img,
    .jobs .facility-img {
        top: -270px;
    }

    .jobs .logistics-work,
    .jobs .facility-work {
        padding: 90px 0px 40px;
    }

}


/*追加css 20250717*/

/* .jobs .logistics-work, .jobs .facility-work{
        margin-top:-40px;
    }
     */
.jobs .time span:before {
    width: 55px;
    left: -68px;
}

.jobs .logistics-work-list,
.jobs .facility-work-list {
    padding-left: 20px;
    padding-right: 20px;
}

.jobs .logistics-work h2,
.jobs .facility-work h2,
.daily-flow h2 {
    padding-left: 10px;
    padding-right: 10px;
}

/* @media only screen and (max-width: 992px) {
        
    .jobs .logistics-work, .jobs .facility-work{
        margin-top:-250px;
        }
    } */