@charset "UTF-8";
/* CSS Document */

.eachTextAnime{
    opacity: 0;
}
.eachTextAnime.appeartext{
    opacity: 1;
}
.eachTextAnime.appeartext span{ display: inline-block; animation:1s text_anime_on  ease-out both; }
@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}

/*section_recruit*/
.section_recruit{
    margin-top: 130px;
    position: relative;
}
.recruit_key_visial{
    display: flex;
}
.worker_man{
    width: 50%;
    height: 899px;
    object-fit: cover;
}
.worker_worman{
    width: 50%;
    height: 899px;
    object-fit: cover;
    object-position: 90% 90%;
}

.recruit_key_visial_title{
    color: #fff;
    font-weight: 200;
    width: 100%;
    text-align: left;
    background-color: rgba(0,0,0, 0.1);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}
.section_recruit h1{
    font-family: 'EB Garamond', serif;
    font-size: 4.8rem;
    font-weight: 200;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.section_recruit p{
    font-size: 2.8rem;
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -57%);
}/*section_recruit*/

/*description*/
.description{
    padding: 200px 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.description_catch_copy{
    font-size: 4.8rem;
    line-height: 2.3;
    margin-bottom: 70px;
}
.description p{
line-height: 2.8;
padding: 0 6%;
}/*description*/

/*section_recuit_interview*/
.section_recuit_interview{
 padding-bottom: 200px;
}
.section_recuit_interview_wrapper{
    display: flex;
    flex-direction: row-reverse;
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
}
.section_recuit_interview_pic{
    width: 50%;
    background-image: url(../images/recuit/worker.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.section_recuit_interview_content{
    width: 50%;
    background-color: #000;
    color: #fff;
    padding: 60px 40px 80px;
    line-height: 2.4;
    text-align: left;
    margin-top: 80px;
}/*section_recuit_interview*/

/*section_recuit_interview*/
.section_recuit_job_infomation{
    padding-bottom: 100px;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section_recuit_job_infomation span{
    font-size: 2.8rem;
    margin-bottom: 80px;
}/*section_recuit_interview*/

/*section_recuit_job_infomation*/
.section_recuit_working_style{
    background-color: #000;
    color: #fff;
    width: 100%;
    padding: 40px 0;
    font-size: 2.0rem;
    position: relative;
}
.section_recuit_working_style::before{
    content: "";
    display: block;
    width: 26px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}
.section_recuit_working_style::after{
    content: "";
    display: block;
    width: 1px;
    height: 28px;
    background-color: #fff;
    position: absolute;
    right: 6%;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
}
.section_recuit_working_style.open::after{
    top: 25%;
	opacity: 0;
	transform: rotate(90deg);
}
.accordion_menu{
max-width: 1040px;
width: 100%;
display: none;
}
.accordion_menu li{
display: flex;
width: 100%;
}
.accordion_menu h3{
    width: 10%;
    font-size: 2.0rem;
    font-weight: 200;
    padding-top: 80px;
}
.accordion_menu p{
    width: 80%;
    padding: 130px 0 40px;
    border-bottom: 1px #333 solid;
}/*section_recuit_job_infomation*/

.contact_number{
    padding: 60px 0 200px;
    font-size: 2.8rem;
}

/*banner_link*/
.bannerlink{
    padding-bottom: 200px;
}
.bannerlink img{
    vertical-align: bottom;
}
.img_bannerlink_unit{
    display: flex;
    justify-content:space-between;
    overflow: hidden;
  background: #000;
}
.img_bannerlink_unit li{
  width: 33.333%;
  overflow: hidden;
  height: 25vw;
  position: relative;
}
.bannerlink_txt{
    position: absolute;
    left: 50%;
    z-index: 2;
    color: #000;
    transform: translateX(-50%);
    bottom: 20px;
    line-height: 2.0;
    color: #fff;
    width: 100%;
}
.img_bannerlink_unit h2{
    position: absolute;
    left: 50%;
    z-index: 2;
    color: #000;
    transform: translateX(-50%);
    bottom: 45px;
    line-height: 2.0;
    color: #fff;
    width: 100%;
}
.ImgBox-Img{
    width: 100%;
    height: 25vw;
    transition-duration: .3s;
}
@media(min-width:1200px){
    .ImgBox-Img:hover{
        transition-duration: .3s;
        transform: scale(1.2);
        opacity: .6;
    }
}/*banner_link*/

@media(max-width:1024px){
    .section_recuit_interview_wrapper{
        display: block;
        width: 100%;
    }
    .section_recuit_interview_pic{
        width: 80%;
        height: 740px;
        margin: 0 auto;
    }
    .section_recuit_interview_content{
        width: 80%;
        margin: 0 auto;
    }
}
/*tablet*/
@media(max-width:768px){
    .section_recruit{
        margin-top: 80px;
    }
    .worker_man{
        height: 530px;
    }
    .worker_worman{
        height: 530px;
    }
    .description_catch_copy{
        font-size: 3.2rem;
    }
    .section_recruit p{
        top:60%
    }
    .description{
        padding: 100px 0;
    }
    .description p{
        padding: 0 80px;
    }
    .description_catch_copy{
        margin-bottom:40px
    }
    .section_recuit_interview{
        padding-bottom: 100px;
    }
    .section_recuit_working_style{
        width: 90%;
    }
    .section_recuit_working_style::before{
        right: 6%;
    }
    .section_recuit_working_style::after{
        right: 8%;
    }
    .accordion_menu h3{
        font-size: 1.6rem;
    }
    .accordion_menu p{
        width: 100%;
    }
    .contact_number{
        padding: 60px 0 100px;
    }
    .bannerlink{
        padding-bottom:100px
    }
}/*tablet*/

/*sp*/
@media(max-width:480px){
    .section_recruit{
        margin-top: 60px;
    }
    .worker_man{
        height: 480px;
    }
    .worker_worman{
        height: 480px;
    }
    .section_recruit h1{
        font-size: 3.2rem;
    }
    .section_recruit p{
        font-size: 2.0rem;
    }
    .description{
        padding: 80px 18px;
    }
    .description p{
        padding: 0 ;
        font-size: 1.4rem;
    }
    .section_recuit_interview_pic{
        width: 100%;
        height: 420px;
    }
    .section_recuit_interview_content{
        width: 100%;
        padding: 60px 18px 70px;
        font-size: 1.4rem;
    }
    .section_recuit_interview{
        padding-bottom: 80px;
    }
    .section_recuit_job_infomation span{
        font-size: 2.0rem;
        margin-bottom:40px
    }
    .section_recuit_job_infomation{
        width: 100%;
        padding-bottom: 80px;
    }
    .section_recuit_working_style{
        width: 90%;
        padding: 20px 0;
        font-size: 1.4rem;
    }
    .accordion_menu{
        width: 90%;
    }
    .accordion_menu li{
        display: block;
    }
    .accordion_menu h3{
        font-size: 1.6rem;
        width: 20%;
        padding-top: 40px;
    }
    .accordion_menu p {
        padding: 40px 0 40px;
        font-size: 1.4rem;
    }
    .section_recuit_working_style::before{
        width: 20px;
        right: 5%;
    }
    .section_recuit_working_style::after{
        height: 20px;
    }
    .contact_description{
        padding: 0px 18px;
        font-size: 1.4rem;
        text-align: left;
    }
    .contact_number{
        padding: 40px 0 80px;
    }
    .bannerlink{
        padding-bottom: 80px;
     }
    .img_bannerlink_unit{
        display: block;
    }
    .el_img_banner_link {
        position: relative;
        display: block;
    }
    .el_img_banner_link ::before{
        position: relative;
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: black;
        z-index: 3;
        opacity: 0.2;
    }
    .img_bannerlink_unit li{
        width: 100%;
        height: 60vw;
    }
    .ImgBox-Img{
        height: 60vw;
    }    
    .img_bannerlink_unit h2 {
        bottom: 45px;
        z-index: 3;
    }
    .bannerlink_txt{
        bottom: 15px;
        z-index: 3;
    }
}