@charset "UTF-8";

/*
・recruitWrap
・interviewWrap
*/

.environmentalInitiatives {
    max-width: 1540px;
    width: 90%;
    /*padding-top: 100px;*/
    overflow: hidden;
}


/*
title
-------------------------------------*/

.box_title {
    text-align: center;
}

.box_title .eng {
    font-size: 22px;
    display: block;
    color: #20921D;
    margin-bottom: 15px;
}

.box_title .jap {
    font-size: 37px;
    display: block;
    color: #20921D;
}

.linkWrap {
    max-width: 600px;
    width: 90%;
    margin-top: 30px;
    margin: 30px auto 0;
}

.linkWrap a {
    display: flex;
    align-items: center;
    /* padding-left: 20px; */
    align-content: flex-end;
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
}

.linkWrap .txt {
    padding-right: 10px;
}

@media screen and (max-width: 991px) {
    .box_title .jap {
        font-size: 26px;
    }
}


/*
recruitWrap
-------------------------------------*/

.recruitWrap {
    margin-bottom: 200px;
    position: relative;
}

.recruitWrap-box {
    position: relative;
    min-height: 600px;
}

.txtWrap {
    position: absolute;
    max-width: 700px;
    z-index: +1;
    width: 50%;
}

.txtWrap p {
    font-size: 16px;
    line-height: 2;
    max-width: 714px;
}

.recruitWrap-box .box_title {
    font-size: 30px;
    text-align: left;
    font-weight: 500;
    margin-bottom: 32px;
}

@media screen and (max-width: 991px) {
    .recruitWrap-box .box_title {
        font-size: 26px;
    }

    .recruitWrap.wrap01 {
        margin-bottom: 300px;
    }

}

@media screen and (max-width: 500px) {
    .recruitWrap-box .box_title {
        font-size: 22px;
    }

    .recruitWrap {
        margin-bottom: 100px;
    }
}



/* boxType01 */

.boxType01 {
    margin-bottom: 150px;
}

.boxType01::before {
    content: '';
    max-width: 1534px;
    width: 95%;
    height: 630px;
    background: #F1F5EA;
    position: absolute;
    top: -50px;
    left: 50px;
}

.boxType01::after {
    content: '';
    max-width: 1534px;
    width: 95%;
    height: 630px;
    background: url(../../assets/img/recruits/recruit_bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
}

.boxType01 .txtWrap {
    top: 200px;
    right: 10%;
    width: 60%;
}

.boxType01 .txtWrap .box_title {
    text-align: left;
    font-weight: 500;
    margin-bottom: 32px;
}

.boxType01 .linkWrap {
    width: 100%;
}


/* boxType02 */

.boxType02 {
    min-height: 900px;
}

/* .boxType02::before {
    content: '';
    max-width: 1024px;
    width: 60%;
    height: 630px;
    background: #F1F5EA;
    position: absolute;
    top: 70px;
    right: 60px;
    min-height: 700px;
} */

/* .boxType02::after {
    content: '';
    max-width: 1024px;
    width: 60%;
    height: 630px;
    background: url(../../assets/img/recruits/recruit02.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
} */

.boxType02 .txtWrap {
    /* top: 200px; */
    right: 0;
    /* background: #fff; */
    border-radius: 5px;
    /* box-shadow: 3px 3px 3px rgb(0 0 0 / 16%); */
    padding: 50px;
}

.boxType02 .txtWrap p {
    max-width: 600px;
    width: 90%;
    /* margin: 0 auto 0; */
}


/* boxType03 */

.boxType03 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.boxType03:before {
    content: '';
    max-width: 1150px;
    width: 70%;
    height: 100%;
    background: #F1F5EA;
    position: absolute;
    top: 118px;
    right: 100px;
}

.boxType03 .txtWrap {
    position: inherit;
    max-width: 580px;
    margin-right: 30px;
}

.boxType03 .imgWrap {
    z-index: +1;
    max-width: 880px;
    width: 70%;
}


/* boxType04 */

.boxType04 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
}

.boxType04::before {
    content: '';
    max-width: 1150px;
    width: 70%;
    height: 630px;
    background: #F1F5EA;
    position: absolute;
    top: 100px;
    left: 50px;
}

.boxType04 .txtWrap {
    position: inherit;
    max-width: 580px;
    width: 40%;
    margin-left: 30px;
}

.boxType04 .imgWrap {
    z-index: +1;
    max-width: 880px;
    width: 70%;
}

@media screen and (max-width: 1500px) {
    .txtWrap {
        width: 600px;
    }

    .boxType01 .txtWrap {
        top: 200px;
        right: 10%;
    }

    .boxType03::after {
        width: 55%;
    }
}

@media screen and (max-width: 1300px) {
    .txtWrap {
        width: 600px;
    }

    .boxType01 .txtWrap {
        top: 200px;
        right: 10%;
    }

    .boxType02 .txtWrap {
        top: 300px;
        width: 80%;
    }

    .boxType02 .txtWrap p {
        width: 100%;
    }

    .boxType02::before {
        top: 100px;
    }

    .boxType03 {
        height: 600px;
    }

    .boxType03::before {
        width: 60%;
        height: 600px;
    }

    .boxType03 .txtWrap {
        width: 38%;
        bottom: 0;
    }

    .boxType04:before {
        height: 500px;
    }
}

@media screen and (max-width: 991px) {
    .boxType01 .txtWrap {
        top: 150px;
        right: 10%;
    }

    .boxType01:after {
        background: url(../../assets/img/recruits/recruit_bg_sp.png) no-repeat;
        background-size: cover;
        background-position: center;
        background-position: bottom left;
    }

    .boxType02 {
        min-height: inherit;
        height: 1000px;
    }

    .boxType02 .txtWrap {
        width: 90%;
        right: 0;
        left: 0;
        margin: 0 auto;
        top: inherit;
        bottom: 0;
    }

    .boxType02::before {
        top: 100px;
        right: 0;
    }

    .boxType02::after {

        width: 80%;
        height: 400px;
        background-position: top left;
        top: -200px;
        bottom: inherit;

    }

    .boxType03 {
        display: block;
        height: inherit;
    }

    .boxType03 .txtWrap {
        width: 90%;
        margin: 0 auto 50px;
    }

    .boxType03 .imgWrap {
        margin: 0 auto;
        width: 60%;
    }

    .boxType03:before {
        z-index: -1;
        width: 70%;
        right: inherit;
        left: 0;
        height: 500px;
        top: 150px;
    }

    .boxType04 {
        display: block;
    }

    .boxType04 .txtWrap {
        width: 90%;
        margin: 0 auto 50px;
    }

    .boxType04 .imgWrap {
        margin: 0 auto;
        width: 60%;
    }

    .boxType04:before {
        z-index: -1;
        left: inherit;
        right: 0;
        top: 150px;
    }
}

@media screen and (max-width: 767px) {
    .boxType01::after {
        bottom: 0;
        height: 100%;
    }

    .boxType01 .txtWrap {
        top: 110px;
        right: 10%;
    }

    .boxType02 .txtWrap {
        padding: 50px 30px;
        width: 94%;
    }
}

@media screen and (max-width: 700px) {
    .boxType01 {
        min-height: auto;
        height: 800px;
    }

    .boxType01 .txtWrap {
        top: 60px;
        width: 82%;
    }

    .boxType03 .imgWrap {
        width: 80%;
    }

    .boxType03::before {
        width: 75%;
    }

    .boxType04 .imgWrap {
        width: 80%;
    }
}

@media screen and (max-width: 500px) {
    .boxType02 {
        height: 1200px;
    }

    .boxType02::after {
        background-position: top left -50px;
    }
}


/*
interviewWrap
-------------------------------------*/

.interviewWrap {
    position: relative;
    width: 100%;
    background: url(../../assets/img/recruits/interview_bg.png) no-repeat;
    background-size: contain;
    padding: 62px 0 0 0;
}

.interviewWrap .box_title {
    margin-bottom: 90px;
}

.interviewWrap .box_title .eng {
    font-size: 22px;
    display: block;
    color: #20921D;
    /* padding-bottom: 30px; */
    ;
}

.interviewWrap .box_title .jap {
    font-size: 37px;
    display: block;
    font-weight: normal;
    letter-spacing: -1px;
    color: #20921D;
}


/* 横並びBOX */

.stageRowBox {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
    max-width: 1540px;
    width: 80%;
    margin: 0 auto;
}

.stageRowBox .stageCol:nth-child(5n + 1) {
    margin-left: 0;
}

.stageRowBox_news {
    margin-bottom: 0px;
}

.stageCol {
    width: 19%;
    margin-left: 1%;
    margin-bottom: 60px;
}

.stageCol .point_image_block {
    border-radius: 5px;
}

.stageColBox {
    border: 3px solid #3a4652;
    position: relative;
    text-align: center;
}

.stageCol a {
    box-shadow: 0px 3px 4px rgb(0 0 0 / 30%);
    display: block;
    border-radius: 5px;
    transition: .3s;
    background: #fff;
    height: 350px;
}


/* .stageCol a:hover {
    box-shadow: none;
    transition: .3s;
} */

.stageCol_point {
    border: 0 solid transparent;
    /* box-shadow: 0 0 8px gray; */
    padding-top: 100px;
    position: relative;
    padding-top: 0;
}

.pointImg {
    position: absolute;
    top: -8%;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
}

.stageCol_point h2 {
    color: #000;
    font-size: 14px;
    margin-bottom: 15px;
    text-align: left;
    padding: 0 15px;
    font-weight: normal;
}

.pos_re {
    padding: 0 10px;
}

.point_image_block {
    margin-bottom: 30px;
    overflow: hidden;
}

.point_image_block img {
    width: 100%;
}

.stageCol_icon {
    margin-bottom: 30px;
}

.stageCol_text {
    font-size: 14px;
    line-height: 1.5;
    width: 70%;
    text-align: left;
    width: 100%;
    position: inherit;
    top: auto;
    left: auto;
    transform: inherit;
    padding: 0 15px;
    height: 42px;
}

.stageCol_date {
    color: #AAAAAA;
    font-size: 14px;
    font-family: 'Jost', sans-serif;
    letter-spacing: .5px;
    text-align: left;
    margin-top: 15px;
}

.colBtnBox {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -12%;
}

.colBtnBox img {
    display: inline-block;
    max-width: 273px;
    width: 80%;
}

.point_image_block {
    margin-bottom: 15px;
}

.stageCol_link {
    text-align: right;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    bottom: 0;
}

.stageCol_link .icon {
    width: 32px;
    height: auto;
    padding-left: 10px;
}

.stageCol_link span {
    display: inline;
}

@media screen and (max-width: 1400px) {
    .stageCol_point {
        min-height: inherit;
    }
}

@media screen and (max-width: 1300px) {
    .stageCol {
        width: 22%;
    }
}

@media screen and (max-width: 1180px) {
    .interviewWrap {
        background: url(../../assets/img/recruits/interview_bg_sp.png) no-repeat;
        background-size: 100%;
        padding: 62px 0 0 0;
        background-position: top center;
    }

    .stageCol_point h2 {
        text-align: left;
        padding: 0 7px;
    }

    .stageCol_point {
        min-height: inherit;
    }

    .stageCol_point h2 {
        padding: 0 15px;
        /* height: 160px; */
    }
}

@media screen and (max-width: 991px) {
    .stageCol {
        width: 48%;
    }

    .stageCol a {
        height: 400px;
    }

    .stageCol_point {
        min-height: 300px;
    }

    .stageCol_text {
        position: inherit;
        top: auto;
        left: auto;
        transform: inherit;
    }

    .interviewWrap .box_title .eng {
        font-size: 18px;
        ;
    }

    .interviewWrap .box_title .jap {
        font-size: 34px;
    }
}

@media screen and (max-width: 767px) {
    .stageCol a {
        height: 350px;
    }

    .stageCol_point h2 {
        padding-top: 15px;
    }
}

@media screen and (max-width: 500px) {
    .stageCol {
        margin-bottom: 40px;
    }

    .point_image_block {
        margin-bottom: 0;
    }

    .stageCol_point {
        padding-bottom: 0;
        min-height: 542px;
        min-height: auto;
    }

    .stageCol_point h2 {
        font-size: 16px;
    }

    .stageCol_text {
        width: 95%;
        line-height: 1.7;
        margin-bottom: 10px;
    }
}






/* 横並びBOX */
.slick_interviewList_action {
    width: 90%;
    max-width: 1500px;
    margin: 0 auto 60px;
}

.interviewCol {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 60px;
}

.interviewWrap .slick-initialized .slick-slide {
    /*width: 290px !important;*/
    height: inherit;
}

.interviewWrap .slick-list {
    height: 380px;
}

.interviewCol .point_image_block {
    border-radius: 0;
}

.interviewCol .stageCol .point_image_block {
    border-radius: none;
}

.interviewColBox {
    border: 3px solid #3a4652;
    position: relative;
    text-align: center;
}

.interviewCol a {
    box-shadow: 0px 3px 4px rgb(0 0 0 / 30%);
    display: block;
    border-radius: 5px;
    transition: .3s;
    background: #fff;
    height: 370px;
    border-radius: 5px;
    overflow: hidden;
}


.interviewCol_point {
    border: 0 solid transparent;
    /* box-shadow: 0 0 8px gray; */
    padding-top: 100px;
    position: relative;
    padding-top: 0;
}

.interviewCol .pointImg {
    position: absolute;
    top: -8%;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
}

.interviewCol .interviewCol_point h2 {
    color: #000;
    font-size: 16px;
    margin-bottom: 15px;
    text-align: left;
    padding: 0 15px;
    font-weight: normal;
}

.interviewCol .pos_re {
    padding: 0 10px;
}

.interviewCol .point_image_block {
    margin-bottom: 30px;
    overflow: hidden;
}

.interviewCol .point_image_block img {
    width: 100%;
}

.interviewCol .interviewCol_icon {
    margin-bottom: 30px;
}

.interviewCol_text {
    line-height: 1.5;
    width: 70%;
    text-align: left;
    width: 100%;
    position: inherit;
    top: auto;
    left: auto;
    transform: inherit;
    padding: 0 15px;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

}

.interviewCol_date {
    color: #AAAAAA;
    font-size: 14px;
    font-family: 'Jost', sans-serif;
    letter-spacing: .5px;
    text-align: left;
    margin-top: 15px;
}

.colBtnBox {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -12%;
}

.colBtnBox img {
    display: inline-block;
    max-width: 273px;
    width: 80%;
}

.point_image_block {
    margin-bottom: 15px;
}

.interviewCol_link {
    text-align: right;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    bottom: 0;
}

.interviewCol_link .icon {
    width: 32px;
    height: auto;
    padding-left: 10px;
}

.interviewCol_link span {
    display: inline;
}

@media screen and (max-width: 1400px) {
    .interviewCol_point {
        min-height: inherit;
    }
}

@media screen and (max-width: 1300px) {
    .interviewCol {
        width: 22%;
    }
}

@media screen and (max-width: 1180px) {
    .interviewCol_point h2 {
        text-align: left;
        padding: 0 7px;
    }

    .interviewCol_point {
        min-height: inherit;
    }

    .interviewCol_point h2 {
        padding: 0 15px;
        /* height: 160px; */
    }
}

@media screen and (max-width: 991px) {
    .interviewCol {
        width: 48%;
    }

    /*    .interviewCol a {
        height: 400px;
    }*/
    .interviewCol_point {
        min-height: 300px;
    }

    .interviewCol_text {
        position: inherit;
        top: auto;
        left: auto;
        transform: inherit;
    }

    .interviewWrap .box_title .eng {
        font-size: 18px;
        ;
    }

    .interviewWrap .box_title .jap {
        font-size: 34px;
    }
}

@media screen and (max-width: 767px) {
    .interviewCol a {
        height: 370px;
    }

    .interviewCol_point h2 {
        padding-top: 15px;
    }

    .interviewWrap .slick-list {
        height: 600px;
    }
}

@media screen and (max-width: 500px) {
    .interviewWrap .box_title .jap {
        font-size: 26px;
    }

    .interviewCol {
        margin-bottom: 40px;
    }

    .point_image_block {
        margin-bottom: 0;
    }

    .interviewCol_point {
        padding-bottom: 0;
        min-height: 542px;
        min-height: auto;
    }

    .interviewCol_point h2 {
        font-size: 16px;
    }

    .interviewCol_text {
        width: 95%;
        line-height: 1.7;
        margin-bottom: 50px;
    }

    .interviewWrap .slick-list {
        height: auto;
    }

    #top .interviewWrap .slick-list {
        height: 650px;
    }

    .interviewCol a {
        height: auto;
    }
}