@charset "utf-8";

.main_content {
    overflow: hidden;
}

/* jobs_select */
.jobs_select .tab_select {
    flex-wrap: wrap;
}
/* jobs_selectここまで */

/* jobs_section */
.jobs_lineups .job_ct {
    margin-bottom: 48px;
}
.jobs_lineups .job_ct:last-child {
    margin-bottom: 0;
}
.job_summary {
    display: flex;
    flex-wrap: wrap;
}
.job_summary .smr_img {
    width: 40%;
}
.job_summary .smr_desc {
    width: 60%;
    padding: 24px;
    box-sizing: border-box;
    background-color: #EFF9FA;
}
.job_summary .smr_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.job_summary .smr_desc .job_ttl {
    margin-bottom: 24px;
}
.job_summary .smr_desc .outline_ttl {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #1D4763;
}
.job_feature .fur_wrap {
    display: flex;
    flex-wrap: wrap;
}
.job_feature .fur_ct {
    display: flex;
    width: 50%;
    padding: 24px;
    box-sizing: border-box;
}
.job_feature .fur_ct .fur_desc {
    padding: 8px 0 0 16px;
}
.job_feature .fur_ct .fur_desc h4 {
    margin-bottom: 8px;
    font-size: 16px;
}
.job_feature .fur_ct .fur_desc ul li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 16px;
    line-height: 1.2em;
    font-size: 14px;
}
.job_feature .fur_ct .fur_desc ul li:last-child {
    margin-bottom: 0;
}
.job_feature .fur_ct .fur_desc ul li::before {
    content: "";
    position: absolute;
    top: 0.3em;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    background-color: #1D4763;
}
.jobs_section .heading_h2 .h_span {
    font-size: 24px;
}
/* jobs_sectionここまで */

/* レスポンシブ */
@media screen and (max-width: 1024px) {
    .job_feature .fur_ct {
        width: 100%;
    }
}
@media screen and (max-width: 599px) {
    .job_summary .smr_img {
        width: 100%;
    }
    .job_summary .smr_desc {
        width: 100%;
        margin-bottom: 16px;
        padding: 16px;
    }
    .job_feature .fur_ct {
        padding: 0 0 24px 0;
    }
    .job_feature .fur_ct .fur_icon svg {
        width: 64px;
        height: 64px;
    }
}
/* レスポンシブここまで */