@charset "utf-8";

/*------------ キャッチ 見出し ------------*/
.jobs_catch {
    margin: 0 0 23px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.jobs_catch::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 70%;
    bottom: 0;
    left: 0;
    background: rgb(28, 79, 106);
    background: linear-gradient(178deg, rgba(28, 79, 106, 0) 0%, rgba(28, 79, 106, 0) 26%, rgba(28, 79, 106, 0.99) 100%);
}

.jobs_catch_txt {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    padding: 0 47px 62px 20px;
}

.jobs_catch_txt .jobs_topic {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 2rem;
    font-weight: bold;
    color: #FFF;
    padding: 2px 31px;
    margin: 0 0 17px;
    background: rgb(20, 158, 231);
    background: radial-gradient(circle at 0%, rgba(20, 158, 231, 1) 0%, rgba(135, 225, 225, 1) 100%);
    border-radius: 80px;
    max-height: 100%;
}

.jobs_topic_in {
    display: flex;
    align-items: center;
    position: relative;
}

.jobs_topic_in span {
    font-family: 'Roboto', sans-serif;
    margin-right: 10px;
}

.jobs_topic_in:nth-child(2)::before {
    display: block;
    content: "/";
    font-family: 'Roboto', sans-serif;
    margin: 0 10px 0 7px;
}

.jobs_catch_txt .jobs_catch_copy {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 3.2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.5625;
    color: #FFF;
    margin: 0;
    z-index: 10;
}

.jobs_catch_txt .jobs_catch_copy span {
    position: relative;
}

.jobs_catch_txt .jobs_catch_copy span::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 7px;
    background: #86E0E2;
    bottom: 5px;
    left: 0;
    z-index: -5;
}

/*------------ 中間 テキスト ------------*/
.w_1000 p {
    line-height: 1.875;
}

/*------------ 片側はみだす背景部分 ------------*/
.jobs_summary {
    padding: 44px 50px 42px;
    margin: 49px 0 136px;
    position: relative;
}

.jobs_summary::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100vw;
    min-width: 1920px;
    height: 100%;
    background: #F2F6F8;
    border-radius: 54px;
    z-index: -10;
}

/*  */
.jobs_col {
    display: flex;
    flex-wrap: wrap;
    max-width: 860px;
    margin: auto;
}

/*  */
.jobs_col_l {
    width: 40.699%;
    margin-right: auto;
}

.jobs_link {
    display: block;
    text-decoration: none;
    position: relative;
}

.jobs_link::after {
    position: absolute;
    content: "";
    width: 397px;
    background: url(../img/txt_interview.svg) no-repeat left center / contain;
    bottom: 68px;
    left: -61px;
    transform: rotate(-11deg);
    aspect-ratio: 397 / 117;
    pointer-events: none;
}

.jobs_img {
    margin-bottom: 15px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.jobs_img img {
    transition: all .5s ease-in-out;
}

.jobs_img_txt {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 1.8rem;
    font-weight: 500;
    color: #FFF;
    padding-right: 28px;
    margin: 0 20px 15px;
    max-height: 100%;
}

.jobs_img_txt::after {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background: transparent;
    top: 7px;
    right: 0;
    border-radius: 50%;
    border: 1px solid #FFF;
}

.jobs_img_txt::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 4px;
    border-top: 0 solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 6px solid #FFF;
    border-left: 3px solid transparent;
    top: 13px;
    right: 5px;
    transform: rotate(90deg);
    z-index: 5;
}

.jobs_link p {
    text-align: center;
    margin-bottom: 0;
}

/* hover */
.jobs_link:hover .jobs_img img {
    transform: scale(1.05);
}

/*  */
.jobs_col_r {
    width: 50%;
    margin: 20px 0 0;
}

.jobs_col_r h3 {
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.6;
    color: #FFF;
    padding: 4px 29px;
    margin: 0 0 32px;
    background: rgb(20, 158, 231);
    background: radial-gradient(circle at 0%, rgba(20, 158, 231, 1) 0%, rgba(135, 225, 225, 1) 100%);
    border-radius: 50px;
}

.jobs_appeal_list {
    counter-reset: Num;
}

.jobs_appeal_item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    counter-increment: Num;
    position: relative;
}

.jobs_appeal_item::before {
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    content: counter(Num);
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    color: #0996E9;
    width: 50px;
    height: 50px;
    padding: 2px 0 0 1px;
    margin: 0px 12px 0 0;
    border: 1px solid;
    border-radius: 50%;
}

.jobs_appeal_item strong {
    display: block;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin: 0 0 1px;
    max-height: 100%;
}

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

    /*------------ キャッチ 見出し ------------*/
    .jobs_catch {
        margin: 0 0 20px;
    }

    .jobs_catch img {
        min-height: 200px;
        object-fit: cover;
    }

    .jobs_catch_txt {
        padding: 0 10px 8px 10px;
    }

    .jobs_catch_txt .jobs_topic {
        font-size: 1.4rem;
        padding: 1px 20px;
        margin: 0 0 5px;
    }

    .jobs_topic_in span {
        margin: 1px 7px 0 0;
    }

    .jobs_topic_in:nth-child(2)::before {
        margin: 0 7px 0 6px;
    }

    .jobs_catch_txt .jobs_catch_copy {
        font-size: 1.4rem;
        font-size: clamp(1.4rem, 4.2vw, 3rem);
        letter-spacing: 0.05em;
    }

    .jobs_catch_txt .jobs_catch_copy span::after {

        height: 3px;
        bottom: 3px;
    }

    /*------------ 中間 テキスト ------------*/

    /*------------ 片側はみだす背景部分 ------------*/
    .jobs_summary {
        padding: 15px 15px 26px;
        margin: 20px 0 45px;
    }

    .jobs_summary::before {
        border-radius: 15px;
    }

    /*  */
    .jobs_col {
        flex-direction: column-reverse;
    }

    /*  */
    .jobs_col_l {
        width: 100%;
        margin-right: 0;
    }

    .jobs_link {
        max-width: 350px;
        margin: 0 auto;
    }

    .jobs_link::after {
        width: 80vw;
        max-width: 400px;
        bottom: 60px;
        left: -40px;
    }

    .jobs_img {
        margin-bottom: 6px;
    }

    .jobs_img_txt {
        font-size: 1.4rem;
        padding-right: 25px;
        margin: 0 15px 10px;
    }

    .jobs_img_txt::after {
        width: 18px;
        height: 18px;
        top: 2px;
    }

    .jobs_img_txt::before {
        top: 8px;
    }

    /* hover */

    /*  */
    .jobs_col_r {
        width: 100%;
        max-width: 470px;
        margin: 0 auto 10px;
    }

    .jobs_col_r h3 {
        font-size: 1.5rem;
        padding: 2px 20px;
        margin: 0 0 10px;
    }

    .jobs_appeal_item {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .jobs_appeal_item::before {
        font-size: 1.6rem;
        width: 40px;
        height: 40px;
        padding: 2px 0 0 0;
        margin: 0px 8px 0 0;
    }

    .jobs_appeal_item strong {
        max-width: calc(100% - 40px - 8px);
        font-size: 1.5rem;
    }

}