@charset "utf-8";

div#breadcrumb {
    padding-bottom: 45px;
}

/*------------ career_h ------------*/
h1 {
    font-family: 'Montserrat';
    font-size: 5.4rem;
    font-size: clamp(4.6rem, 2.813vw, 5.4rem);
    font-weight: 300;
}

.career_h2 {
    font-weight: 300;
    text-align: left;
    font-size: 3.2rem;
	font-size: clamp(2.6rem, 1.67vw, 3.2rem);
    margin: 10% 0 20px;
}

.career_h_area {
    max-width: 1920px;
    padding-top: 178px;
    margin: auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: relative;
}

.career_h_img {
    width: 65.1%;
}

.career_h_txt {
    position: relative;
    padding: 8% 20px 0 12%;
}

/*------------ scroll------------*/
.scroll {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    color: #333333;
    bottom: -130px;
    right: auto;
    left: 20px;
    padding-bottom: 110px;
	position: relative;
}

.scroll::before {
    background: #333333;
}

.scroll::after {
    background: #eeeeee;
}

.scroll::before,
.scroll::after {
    height: 100px;
}

/*------------ data_of_career ------------*/

.h3_area {
    text-align: center;
}

h3 {
    font-family: 'Montserrat';
    font-size: 4.2rem;
    font-weight: 300;
}

#data_of_career_wrap {
    position: relative;
    padding-bottom: 55px;
}

#data_of_career_wrap::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 1521px;
    height: 3401px;
    background: url(../img/bg_career_2.png) no-repeat center / cover;
}

.h4_area {
    max-inline-size: max-content;
    margin-inline: auto;
    padding: 40px 0px 0px;
}

.h4_area_text {
    margin-bottom: 55px;
}

h4 {
    text-align: center;
    font-size: 3.2rem;
    font-weight: 300;
    margin-top: 0px;
}

span.en {
	display: inline-block;
    color: #c3002f;
    font-family: 'Montserrat';
    font-size: 4.2rem;
    font-weight: 300;
}

.center {
    text-align: center;
}


.contents_inner {
    max-width: 1200px;
    margin: 0 auto;
}

.recommend_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 0px;
}

.recommend_list li {
    width: 33%;
    margin-bottom: 65px;
    list-style: none;
}

.recommend_list li {
    position: relative;
    /*     display: flex; */
    align-items: center;
    background: #000;
    color: #fff;
}

.previous_area ul li span {
    margin: 0 auto;
    font-size: 2.0rem;
    font-weight: 300;
}


.previous_area ul li {
    display: flex;
    align-items: center;
    width: 360px;
    height: 100px;
    background: #000;
    color: #fff;
}

.reason_area ul li {
    width: 570px;
    height: 230px;
    padding: 40px;
}

.reason_area ul li span {
    display: inline-block;
    text-align: justify;
}

.previous_area ul li span {
    margin: 0 auto;
    font-size: 2.0rem;
    font-weight: 300;
}

.job_type_right {
    font-size: 1.4rem;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #c62546;
    padding: 12px 30px;
    width: 290px;
    height: 50px;
}

.good_area ul li {
    width: 360px;
    height: 360px;
    padding: 40px;
}

.h4_area p {
    margin-bottom: 0 !important;
}


/*------------ viewmore_btn  ------------*/

/* .viewmore_btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 115px;
    margin-right: 40px;
    z-index: 2;
    position: relative;
}


.viewmore_btn_in {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: opacity .3s ease;
    position: relative;
    font-size: 1.2rem;
    font-family: "Montserrat", serif;
    font-weight: 300;
    letter-spacing: 0;
    color: #222;
}

.viewmore_btn_in::after {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    margin-left: 10px;
    content: '';
    background: #222 url(../img/arrow_white.svg) no-repeat center center / 15px auto;
    transform: none;
    transition: background .3s ease;
}

.viewmore_btn_in:hover::after {
    background-color: #C40030;
}

.viewmore_btn_in.white:after {
    background-image: url(../img/arrow_black.svg);
}

.viewmore_btn_in.white:hover::after {
    background-image: url(../img/arrow_white.svg);
} */

/*------------ entry ------------*/

#entry_wrap::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -400px;
    left: 0;
    width: 1271px;
    height: 822px;
    background: url(../img/bg_career_3.png) no-repeat top center / cover;
}

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

    .career_h_area {
        padding: 90px 0 0 1.8rem;
        flex-direction: column-reverse;
        flex-wrap: wrap;

    }

    .career_h_img {
        width: 100%;
        padding-top: 20px;
    }

    .career_h_txt {
        padding: 0px;
    }

    h1 {
        font-size: 5rem;
    }

    .career_h2 {
        font-weight: 300;
        text-align: left;
        font-size: 2.5rem;
        margin: 0 0 10px;
    }

    .contents {
        padding: 30px 0 50px;
    }

    h3 {
        font-size: 3.2rem;
    }

    span.en {
        font-size: 2.2rem;
    }

    h4 {
        font-size: 2.5rem;
		margin-bottom: 5px;
    }

    #data_of_career_wrap {
        padding: 0 20px 55px;
    }

    .h4_area_text {
        margin-bottom: 25px;
    }

    .previous_area ul li span {
        font-size: 1.6rem;
    }

    .recommend_list li {
        margin-bottom: 10px;
    }

    .previous_area ul li {
        width: 48%;
        height: 60px;
        gap: calc(50% - 20px);
        margin-bottom: 20px;
        height: 60px;
    }

    .h4_area {
        padding-top: 20px;
    }

    .reason_area ul li {
        padding: 20px 20px 50px;
        width: 100%;
        min-height: 230px;
        height: auto;
    }

    .job_type_right {
        font-size: 1.2rem;
        padding: 5px 15px;
        width: 220px;
        height: 40px;
    }

    .good_area ul li {
        padding: 40px 40px 50px;
        min-height: 280px;
        height: auto;
        width: 100%;
    }

}