/* Main Visual */

#recruit .main_visual .recruit_header_bg {
    background: url(../img/recruit_main_visual.jpg)  no-repeat;
    background-position: -10px -70px;
    background-size: 100%;
    background-attachment: fixed;
    position: relative;
}

@media screen and (max-width: 1440px) {
    #recruit .main_visual .recruit_header_bg {
        background-position: -10px -30px;
    }
}

@media screen and (max-width: 1024px) {
    #recruit .main_visual .recruit_header_bg {
        padding-left: 20px;
    }
}

@media screen and (max-width: 810px) {
    #recruit .main_visual .recruit_header_bg {
        background-position: -10px 30px;
        padding-left: 20px;
    }
}

@media screen and (max-width: 600px) {
    #recruit .main_visual .recruit_header_bg {
        background-position: -80px -1px;
        background-size: 162%;
    }
}


/* Section Recruit */

.section_recruit .recruit_wrapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

@media screen and (max-width: 1440px) {
    .section_recruit .recruit_wrapper {
        max-width: 1000px;
    }
}

@media screen and (max-width: 1024px) {
    .section_recruit .recruit_wrapper {
        max-width: 800px;
    }
}

@media screen and (max-width: 810px) {
    .section_recruit .recruit_wrapper {
        max-width: 650px;
    }
}

#recruit .recruit_sub_title_wrapper {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

@media screen and (max-width: 1440px) {
    #recruit .recruit_sub_title_wrapper {
        max-width: 800px;
    }
}

@media screen and (max-width: 1024px) {
    #recruit .recruit_sub_title_wrapper {
        max-width: 700px;
    }
}

@media screen and (max-width: 810px) {
    #recruit .recruit_sub_title_wrapper {
        max-width: 600px;
}
}

@media screen and (max-width: 600px) {
    #recruit .recruit_sub_title_wrapper {
        padding: 0 0;
}
}

#recruit .recruit_effort_box img {
    width: 41%;
    height: 300px;
    object-fit: cover;
    border-radius: 45px;
}

@media screen and (max-width: 1024px) {
    #recruit .recruit_effort_box img {
        height: 250px;
    }
}

@media screen and (max-width: 810px) {
    #recruit .recruit_effort_box img {
        height: 180px;
    }
}

@media screen and (max-width: 600px) {
    #recruit .recruit_effort_box img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        margin-top: 0;
        margin-bottom: 20px;
    }
}

.recruit_effort_box .effort_box_right {
    width: 55%;
}

@media screen and (max-width: 810px) {
    .recruit_effort_box .effort_box_right {
        width: 54%;
    }
}

@media screen and (max-width: 600px) {
    .recruit_effort_box .effort_box_right {
        width: 100%;
    }
}

#recruit .button:hover {
    background-color: #f4f4f4;
    color: #A3C2C7;
    transition: .5s;
}

#recruit .effort_box_02 {
    flex-direction: row-reverse;
}

#recruit .effort_box_02 img {
    opacity: .9;
}

#recruit .effort_box_01 .link_area .link_area_box .button {
    margin-right: 0;
}

@media screen and (max-width: 600px) {
    #recruit .effort_box_01 .link_area .link_area_box .button {
        margin-right: auto;
    }
}

#recruit .effort_box_02 .link_area .link_area_box .button{
    margin-left: 0;
}

@media screen and (max-width: 600px) {
    #recruit .effort_box_02 .link_area .link_area_box .button{
        margin-left: auto;
        margin-right: auto;
    }
}

/* Sectin Jobs */

.section_jobs .jobs_wrapper {
    padding-left: 50px;
    margin-left: auto;
}

@media screen and (max-width: 1024px) {
    .section_jobs .jobs_wrapper {
        padding-left: 20px;
    }
}

.section_jobs .background_wall_1 {
    border-radius: 170px 0 0 170px;
}

@media screen and (max-width: 1024px) {
    .section_jobs .background_wall_1 {
        border-radius: 130px 0 0 130px;
    }
}

@media screen and (max-width: 810px) {
    .section_jobs .background_wall_1 {
        border-radius: 70px 0 0 70px;
    }
}

@media screen and (max-width: 600px) {
    .section_jobs .background_wall_1 {
        border-radius: 40px 0 0 40px;
    }
}

.section_jobs .jobs_content_box {
    padding: 100px 50px 100px 0;
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .section_jobs .jobs_content_box {
        padding: 80px 20px 80px 0;
    }
}

@media screen and (max-width: 810px) {
    .section_jobs .jobs_content_box {
        padding: 50px 20px 50px 0;
    }
}

@media screen and (max-width: 600px) {
    .section_jobs .jobs_content_box {
        padding: 50px 0 50px 0;
    }
}

.section_jobs .heading_wrapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

@media screen and (max-width: 1440px) {
    .section_jobs .heading_wrapper {
        max-width: 1000px;
    }
}

@media screen and (max-width: 1024px) {
    .section_jobs .heading_wrapper {
        max-width: 800px;
    }
}

@media screen and (max-width: 810px) {
    .section_jobs .heading_wrapper {
        max-width: 650px;
    }
}

.section_jobs .heading {
    display: inline-block;
    text-align: left;
    margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
    .section_jobs .heading {
        margin-bottom: 10px;
    }
}

.section_jobs .jobs_content_box p {
    color: #fff;
}

@media screen and (max-width: 600px) {
    .section_jobs .jobs_content_box p.mb_1 {
        margin-bottom: 30px;
    }
}

.section_jobs .jobs_item_wrapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

@media screen and (max-width: 1440px) {
    .section_jobs .jobs_item_wrapper {
        max-width: 1000px;
    }
}

@media screen and (max-width: 1024px) {
    .section_jobs .jobs_item_wrapper {
        max-width: 800px;
    }
}

@media screen and (max-width: 810px) {
    .section_jobs .jobs_item_wrapper {
        max-width: 650px;
    }
}

.section_jobs .jobs_item_wrapper ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media screen and (max-width: 600px) {
    .section_jobs .jobs_item_wrapper ul {
        display: block;
    }
}

.section_jobs .jobs_item_wrapper ul::after {
    display: block;
    content: "";
    width: 280px;
}

@media screen and (max-width: 1024px) {
    .section_jobs .jobs_item_wrapper ul::after {
        width: 200px;
    }
}

.section_jobs .button {
    border-color: #fff;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 600px) {
    .section_jobs .button {
        width: 100%;
        height: 100px;
        border-radius: 30px;
    }
}

@media screen and (max-width: 600px) {
    .section_jobs .button::after {
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 8px solid #fff;
        right: 16px;
    }
}

@media screen and (max-width: 600px) {
    .section_jobs .job_box .last_job {
        margin-bottom: 0;
    }
}

.section_jobs .button:hover .job_type {
    color: #A3C2C7;
    transition: .5s;
}

.section_jobs .button:hover .job_type_en {
    color: #A3C2C7;
    transition: .5s;
}

.button:hover::after {
    border-left: 13px solid #A3C2C7;
    transition: .5s;
}

.section_jobs .button .job_type {
    font-size: 18px;
    letter-spacing: 0.5em;
    line-height: 18px;
    margin-bottom: 5px;
    font-weight: 600;
}

@media screen and (max-width: 1024px) {
    .section_jobs .button .job_type {
        font-size: 16px;
        line-height: 16px;
    }
}

@media screen and (max-width: 600px) {
    .section_jobs .button .job_type {
        font-size: 18px;
        line-height: 16px;
        margin-bottom: 10px;
    }
}

.section_jobs .button .job_type_en {
    font-size: 14px;
    line-height: 14px;
}

@media screen and (max-width: 1024px) {
    .section_jobs .button .job_type_en {
        font-size: 12px;
        line-height: 12px;
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .section_jobs .button .job_type_en {
        display: block;
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) {
    .section_jobs .button div {
        margin-top: 6px;
    }
}

@media screen and (max-width: 600px) {
    .section_jobs .button div {
        margin-top: 0;
    }
}

.section_jobs .button .job_type_en_tb {
    display: none;
}

@media screen and (max-width: 1024px) {
    .section_jobs .button .job_type_en_tb {
        display: block;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 5px;
    }
}

@media screen and (max-width: 600px) {
    .section_jobs .button .job_type_en_tb {
        display: none;
    }
}