
img{
    width: 100%;
}
.subhead{
    width:100%;
    display: block;
    position: relative;
}
.subhead .sub_inner{
    background-image: url(../img/recruit/mv.jpg);
    background-size: cover;
    background-position:center;

}
.subhead .sub_inner .sh_01{
    width: 300px;
    height: 300px;
    position: absolute;
    border: 1px solid #fff;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    padding: 10px;
}
.subhead .sub_inner .sh_01 .sh_02{
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
    width: 280px;
    height: 280px;
    text-align: center;
    position: absolute;
    border: 1px solid #fff;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
h1{
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.24em;
    margin-top: 90px;
    margin-bottom: 20px;
}
.h1_sub{
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.wrap{
    /* max-width:1200px; */
    margin: 0 auto;
    margin-top: 129px;
}
.inner{
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1230px;
    margin-top: 130px;
}
h2{
    font-size: 38px;
    letter-spacing: 0.06em;
    font-weight: 500;
    text-align: center;
}
h3{
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: 500;
    line-height: 30px;
    margin-top: 75px;
    margin-bottom: 50px;
    line-height: 2;
}
.read{
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 31px;
    margin-bottom: 83px;
}
.inner .read{
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 31px;
    margin-bottom: 83px;
}
.in01_1{
    width: 99.2%;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 102px;
    text-align: center;
}
.in01_1 h2{
    overflow: hidden;
}
.in01_2{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.in01_2_2{
    width: 30%;
    border: 1px solid #000;
    box-sizing: border-box;
    padding: 0 40px;
    position: relative;
}
.in01_2_2:nth-of-type(2){
    /* margin: 0 45px; */
}
h4{
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin-top: 55px;
    position: relative;
}
h4::after{
    content: "";
    position: absolute;
    width: 70%;
    height: 1px;
    border-bottom: 1px solid #000;
    bottom: -70%;
    left: 50%;
    transform: translateX(-50%);
}
h5{
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.06em;
    font-weight: 500;
    margin-top: 26px;
    margin-bottom: 60px;
}
.more_btn{
    position: absolute;
    width: 30%;
    transform: translate(-50%, -50%);
    left: 67%;
    bottom: 36px;
}
.more_btn a{
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.06em;
    display: inline;
    position: relative;
}
.more_btn a::before{
    content: "";
    position: absolute;
    width: 10px;
    border: 1px solid #000;
    transform: translate(100%, -50%) rotate(45deg);
    bottom: 23%;
    right: -53%;
}
.more_btn a::after{
    content: "";
    position: absolute;
    width: 38px;
    border: 1px solid #000;
    transform: translate(-50%, -50%);
    bottom: 0%;
    right: -90%;
}
.image01{
    background: #757575;
    margin-top: 120px;
    /* width: 100vw; */
    /* transform: translateX(-50%); */
    /* left: 50%; */
}
.subttl{
    text-align:center;
    margin-top:10px;
    margin-bottom:57px;
    letter-spacing: 0.1em;
}
.in02_1{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.in02_1 > div{
    width: 24%;
    margin: 0 0px;
}
.in02_1 div p{
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.2em;
    margin-bottom: 21px;
}
.in02_1 div span{
    padding-top: 10px;
    font-size: 14px;
    letter-spacing: 2px;
}
.in02_1 div div{
    width: 100%;
    margin: 0 auto;
}
.in02_1 div.job_info p{
    text-align: left;
    font-size: 13px;
}
.in02_1 div.job_info span{
    font-size: 15px;
}
.in02_1 div.job_info span span{
    font-size: 12px;
    display: block;
    margin: 10px 0;
    padding-top: 0;
}
.in02_1 div.job_info p.shikaku{
    text-align: center;
    margin: 10px 0;
}
.in02_1 div.job_info p.time{
    min-height: 238px;
    display: flex;
    align-items: center;
    background: #f4fcf6;
    padding: 15px;
    margin-bottom: 0px;
}
.in02_1 div.job_info p.detail{
    padding: 15px;
}


.in02_2{
    background: #f6f6f6;
    padding: 80px 100px;
    margin-top: 100px;
}
.in02_2 p{
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 2em;
    letter-spacing: 0.1em;
}
.in02_2_1{
    display: flex;
    background: #fff;
    padding-left: 80px;
    height: 140px;
    align-items: center;
    transition-duration: 0.5s;
}
.in02_2_1:hover{
    background: #62c06e;
}
.in02_2_1:hover p{
    color: #fff;
}
.in02_2_1 div{
    margin: 35px 0;
    height: 70px;
    margin-left: 23px;
}
.in02_2_1:hover .com_name{
    border-right:1px solid #fff;
}
.in02_2_1 .com_name{
    font-size: 24px;
    margin-bottom: 0;
    padding: 11px 23px 11px 0;
    letter-spacing: 0.2em;
    border-right:1px solid #000;
    line-height: 1;
}
.in02_2_1 .com_name span{
    font-size: 12px;
    margin: 15px 0 0;
    display: block;
}
.in02_2_1 .entry{
    margin: 0 0 0 15px;
}
.in02_2_1 div a{
    display: block;
    font-size: 14px;
    padding: 26.9px 0;
    letter-spacing: 0.46em;
    padding-left: 20px;
    line-height: 1;
}

.innerbg{
    background: #f6f6f6;
    /* width: 100vw; */
    padding: 131px 0 163px 0;
    margin-top: 131px;
    margin-bottom: 149px;
}
.in03{
    display: flex;
    flex-wrap: wrap;
}
.in03_2{
    display: flex;
    width: 50%;
    justify-content: space-between;
    margin-bottom: 81px;
}
.in03_2 .img{
    width: 33%;
}
.in03_2 div{
    width: 65%;
}
.in03_2 div div{

}
.in03_2 div div .read{
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0.06em;
    margin-bottom: 33px;
}
.in03_2 div .name{
    font-size: 12px;
    letter-spacing: 0.1em;
}
.in03_2 div .date{
    font-size: 12px;
    letter-spacing: 0.1em;
}
/* .inner:nth-last-of-type(1){
    margin-top: 0;
} */

/* contact */
.contact{
	background: #fff;
	text-align: center;
	padding: 95px 0;
}
.contact h2{
	font-size: 42px;
	margin-bottom: 15px;
	overflow: hidden;
	letter-spacing: -0.08em;
	font-weight: 600;
}
.contact .sub_text{
	margin: 50px 0 45px;
}
.contact a{
	display: inline-block;
	padding: 20px 45px;
	border: 1px solid #aaa;
	font-size: 14px;
	transition-duration: 0.3s;
}
.contact a:hover{
	background: #90cac1;
	border: 1px solid #fff;
	color: #fff;
}
.h2_ja{
	font-size: 15px;
	letter-spacing: 0.46em;
	margin-top: 10px;
}

.drop.inview{
	transform: translateY(-100%) rotate(-135deg);
	display: inline-block;
	transition: 0.6s;
}
.drop.inview:nth-of-type(2){
	transition-delay: 0.2s;
}
.drop.inview:nth-of-type(3){
	transition-delay: 0.4s;
}
.drop.inview:nth-of-type(4){
	transition-delay: 0.6s;
}
.drop.inview:nth-of-type(5){
	transition-delay: 0.8s;
}
.drop.inview:nth-of-type(6){
	transition-delay: 1s;
}
.drop.inview:nth-of-type(7){
	transition-delay: 1.2s;
}
.drop.inview:nth-of-type(8){
	transition-delay: 1.4s;
}
.drop.inview:nth-of-type(9){
	transition-delay: 1.6s;
}
.drop.inview.is-show{
	transform: translateY(0);
}



/* inview */
.sh_01.inview_top{
    opacity: 0;
	transition-duration: 1s;
}
.sh_01.inview_top.is-show{
    opacity: 1;
}
.sh_01 .sh_02 .inview_top{
    opacity: 0;
	transition-duration: 0.8s;
    transition-delay: 0.5s;
}
.sh_01 .sh_02 .inview_top.is-show{
    opacity: 1;
}
.sh_01 .sh_02 h1.inview_top{
	opacity: 0;
	filter:blur(10px);
	transition-duration: 0.8s;
	transition-delay: 0.5s;
}
.sh_01 .sh_02 h1.inview_top.is-show{
	opacity: 1;
	filter: blur(0);
}
.sh_01 .sh_02 .h1_sub.inview_top{
	opacity: 0;
	filter:blur(10px);
	transition-duration: 0.8s;
	transition-delay: 1.2s;
}
.sh_01 .sh_02 .h1_sub.inview_top.is-show{
	opacity: 1;
	filter: blur(0);
}



.in01_2_2.inview{
    opacity: 0;
    transition-duration: 0.8s;
    filter:blur(10px);
}
.in01_2_2:nth-of-type(1).inview{
    transition-delay: 0.5s;
}
.in01_2_2:nth-of-type(2).inview{
    transition-delay: 1s;
}
.in01_2_2:nth-of-type(3).inview{
    transition-delay: 1.5s;
}
.in01_2_2.inview.is-show{
    opacity: 1;
    filter:blur(0px);
}


.in02_1 div .img.inview{
    opacity: 0;
    transition-duration: 0.8s;
}
.in02_1 div:nth-of-type(1) .img.inview{
    transition-delay: 0.4s;


}
.in02_1 div:nth-of-type(2) .img.inview{
    transition-delay: 0.8s;


}
.in02_1 div:nth-of-type(3) .img.inview{
    transition-delay: 1.2s;


}
.in02_1 div:nth-of-type(4) .img.inview{
    transition-delay: 1.6s;


}
.in02_1 div .img.inview.is-show{
    opacity: 1;

}


.in03 .in03_2 .img.inview{
    opacity: 0;
    transition-duration: 0.8s;
    filter:blur(10px);
    transform: translateY(-20%);
}
.in03 .in03_2:nth-of-type(1) .img.inview{
    transition-delay: 0.4s;

}
.in03 .in03_2:nth-of-type(2) .img.inview{
    transition-delay: 0.8s;

}
.in03 .in03_2:nth-of-type(3) .img.inview{
    transition-delay: 1.2s;

}
.in03 .in03_2:nth-of-type(4) .img.inview{
    transition-delay: 1.6s;

}
.in03 .in03_2:nth-of-type(5) .img.inview{
    transition-delay: 2s;
}
.in03 .in03_2 .img.inview.is-show{
    opacity: 1;
    filter:blur(0px);
    transform: translateY(0%);
}




.br768{
    display: none;
}
@media(max-width:1220px){
    .in01_2{
        display: flex;
    }
    .in01_2_2{
        width: 48%;
        margin-bottom: 30px;
    }
    .in01_2_2:nth-of-type(2){
        margin-bottom: 30px;
    }
    .in02_2_1 p{
        font-size: 18px;
    }

}
@media (max-width:1180px){
    .in02_1 > div{
        width: 48%;
        border-bottom: 1px solid #eee;
        margin-bottom: 30px;
    }
    .in02_1 div div{
        margin-bottom: 10px;
    }

    h1{
        font-size: 23px;
    }
    .h1_sub{
        font-size: 12px;
    }
    h2{
        font-size: 32px;
    }
    h3{
        font-size: 18px;
        margin-top: 73px;
    }
    h4{

    }
    h5{
        font-size: 17px;
    }

}
@media(max-width:1000px){
    .subhead .sub_inner .sh_01 {
        width: 220px;
        height: 220px;
    }
    .subhead .sub_inner .sh_01 .sh_02 {
        width: 250px;
        height: 250px;
    }
    .contact h2 {
        font-size: 32px;
    }
}
@media(max-width:920px){
    .in02_2_1{
        height: 94px;
        padding-left:20px;
    }
    .in02_2_1 div{
        margin: 12px 0;
    }
}
@media(max-width:910px){
    h3{
        text-align: center;
    }
    .br768{
        display: block;
    }

}
@media (max-width:768px){
    .in01_1{
        width: 85%;
    }
    .in02_2{
        padding: 40px 50px;
    }
    .in02_2_1{
        height: 94px;
        padding-left:20px;
        margin: 12px 0;
    }
    .in02_2_1 p{
        font-size: 17px;
    }
    .in02_2 p{
        margin-bottom: 0;
    }
    .in02_2_1 div a{
        padding-left: 12px;
        font-size: 15px;
    }
    .in03_2{
        width: 100%;
    }
    .in03_2 div{
        width: 100%;
    }
    .in03_2 .img{
        margin-right: 40px;
    }

    .contact{
        background: #fff;
        text-align: center;
        padding: 90px 0;
    }

    .subttl {
        font-size: 12px;
    }

    .h2_ja {
        font-size: 12px;
        letter-spacing: 0.46em;
    }

    
}
@media (max-width:767px){

}
@media (max-width:690px){
    .in02_1 div.job_info p.detail {
        padding: 15px;
        letter-spacing: 1px;
        line-height: 1.5;
    }

}
@media (max-width:600px){
    .in01_2_2{
        width: 100%;
        margin: 0 auto;
    }
    .in01_2_2:nth-of-type(1){
        margin-bottom:30px;

    }
    .in02_1 div{
        width: 100%;
    }
    .in02_2{
        padding: 20px 25px;
    }
    .in02_2_1{
        padding-left:5px;
    }
    .in02_2_1 p{
        padding: 11px 10px 11px 0;
    }
    h1{
        font-size: 22px;
    }
    .h1_sub{
        font-size: 12px;
    }
    h2{
        font-size: 28px;
    }
    .read{
        font-size: 13px;
    }
    h4{

    }
    h5{
        font-size: 17px;
    }
    .in02_1 div p{
        font-size: 17px;
    }
    .in03_2 div div .read{
        font-size: 15px;
    }
}
@media(max-width:520px){
    h3{
        font-size: 15px;
    }

}
@media(max-width:450px){
    .in02_2_1{
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
        padding: 30px 20px;
    }
    .in02_2_1 p{
        text-align: center;
        border-right: none;
        border-bottom: 1px solid #000;
        padding: 13px 0;
    }
    .in02_2 {
        padding: 20px 25px;
    }
    .in02_2_1 .com_name {
        font-size: 24px;
        margin-bottom: 0;
        padding: 0 0 20px;
        letter-spacing: 0.2em;
        border-right: none;
        line-height: 1;
    }
    .in02_2_1 .com_name span {
        font-size: 12px;
        margin: 10px 0 0;
        display: block;
    }
    .in02_2_1 .entry {
        margin: 0;
        border-bottom: none;
        padding: 10px 0 0;
    }
    .in02_2_1 div{
        width: 100%;
        margin: 0;
    }
    .in02_1 div.job_info p.time{
        min-height: 0;
    }
    .in02_2_1 div a{
        text-align: center;
    }
    h3{
        font-size: 13px;
    }

}