@charset "utf-8";

/*-- 

recruit

====================================================== --*/

.sex select{
display:inline-block;
margin-bottom:0;
}
.tel > p{
margin-top:10px;
}

/*-- tab --*/

.tab_type{
display:flex;
align-items:stretch;
justify-content:space-between;
margin-top:20px;
margin-bottom:40px;
}
.tab_type li{
position:relative;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
background:#fff;
font-size:14px;
padding:10px 14px;
cursor:pointer;
line-height:1.4;
width:100%;
margin-right:10px;
transition:opacity .15s ease-in-out;
}
.tab_type li.active{
background:#1986ea;
color:#fff;
}
.tab_type li:last-child{
margin-right:0;
}
.tab_type li a{
display:block;
padding:14px;
text-decoration:none;
color:#434343;
}
.tab_type li:hover{
opacity:.7;
}
.tab_type li:after{
content:"";
display:block;
position:absolute;
right:10px;
top:50%;
width:14px;
height:8px;
margin-top:-4px;
background:url(/common/img/ico_arrow-gray_down.png) no-repeat right center;
background-size:14px auto;
}
.tab_type li.active:after{
content:none;
}
.tab_type li.active span{
background:none;
}
.tab_list > div{
display:none;
}
.tab_list > div.active{
display:block;
animation:show .15s linear 0s;
}
@keyframes show{
from{opacity:0;}to{opacity:1;}
}

/*-- box-recruit --*/

.box-recruit{
display:flex;
justify-content:space-between;
margin-top:40px;
}
.box-recruit .inner{
margin-right:15px;
}
.box-recruit.right{
flex-direction:row-reverse;
}
.box-recruit.right .inner{
margin-left:50px;
margin-right:0;
}
.box-recruit h2{
font-size:21px;
font-weight:bold;
margin-bottom:15px;
line-height:1.2;
}
.box-recruit p{
font-size:14px;
line-height:1.8;
}
.box-recruit figure img.img-round{
border-radius:10px;
}
.box-recruit figure img.img-mt{
margin-top:20px;
}

/*-- btn02 --*/

.btn02.bottom a{
background:#009cff url(/common/img/ico_arrow-white_down.png) no-repeat 260px center;
background-size:14px auto;
}
