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

@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,400&display=swap');

img{
	max-width:100%;
}

#recruit{
	text-align:center;
	color:#333;
    margin-top: 110px;
}

#recruit a[target="_blank"]:after {
	content:"" !important;
}

#recruit #kanban{
	position:relative;
	top:-20;
	left:0;
    margin-bottom: 50px;
}

#recruit #kanban img{
	height:800px;
	object-fit:cover;
}

#recruit #kanban dl{
	position:absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size:18px;
	font-family: 'Noto Serif JP',"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight:100;
	right:14%;
	text-align:left;
}

#recruit #kanban dt{
	font-size:40px;
	letter-spacing:5px;
	margin-bottom:35px;
	line-height:1.8;
}

#recruit #kanban dd{
	margin-bottom:3px;
	letter-spacing:3px;
}


@media only screen and (max-width: 1100px) { 
#recruit #kanban img{
	height:600px;
	object-position: 35% 0;
}

#recruit #kanban dl{
	right:4%;
}

#recruit #kanban dt{
	font-size:30px;
}


}

@media only screen and (max-width: 768px) { 
#recruit #kanban dl{
	display:none;
}
#recruit #kanban img{
	height:auto;
	object-position:0;
}
}











#recruit .title{
	margin:50px auto;
	color:#858A8A;
}

#recruit .title dt{
	font-size: 80px;
	font-family: 'Lato', sans-serif;
	font-weight: lighter;
}

#recruit .title dd{
	width:90%;
	margin:40px auto;
	font-size:17px;
	font-family: 'Lato', sans-serif;
}


ul#cate{
	font-size:30px;
	margin-bottom:80px;
}
	
ul#cate li{
	display:inline-block;
	margin:0 20px;
}

ul#cate li a{
	text-decoration:underline;
}

ul#cate li a:hover{
	text-decoration:none;
}


#recruit .inner{
	max-width:1000px;
	width:90%;
	margin:0 auto 120px;
	text-align:left;
}

#recruit .inner .area{
	text-align:left;
	border-bottom:1px solid #858A8A;
	margin-bottom:25px;
}
#recruit .inner .area dt{
	font-weight:bold;
	font-size:18px;
}

#recruit .inner .area dd{
	font-weight:bold;
	font-size:30px;
}

#recruit .inner .area dd span{
	font-size:16px;
	vertical-align:middle;
}



#recruit p.index{
    width: 100%;
	background: #9e9e9e;
    margin: 60px auto 0px;
    font-size: 22px;
    padding: 5px 0;
	color: #fff;
	text-indent: 15px;
}

#recruit p.ttl{
    width: 100%;
    border-bottom: 2px solid #9e9e9e;
    margin: 20px auto 25px;
    font-size: 16px;
    padding-bottom: 5px;
    vertical-align: top;
	text-indent: 10px;
}

#recruit .block{
	display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#recruit .block:after{
    content: "";
    display: block;
    width: 32%;
}

#recruit .box{
	width:32%;
	border:1px solid #D9D9D9;
	text-align:left;
	font-size:14px;
	margin-bottom:30px;
	position:relative;
    padding-bottom: 15px;
}

#recruit .box a{
    display: block;
	padding:20px 0 40px;
}

#recruit .box dl{
    width: 90%;
    margin: auto;
}

#recruit .box dt{
	font-size:16px;
	margin-bottom:5px;
	background:#f3f3f3;
	text-indent:10px;
}

#recruit .box dd{
	margin-left:12px;
}

#recruit .box a:after{
	content:"〉" !important;
	display:block;
	font-size:25px;
	position:absolute;
	bottom:5%;
	right:3%;
    width: 90%;
    text-align: right;
}

 #recruit center{
	 margin:auto;
	 height:315px;
}


#main #recruit .button{
	width:90%;
	max-width:300px;
	margin:30px auto;
	position:relative;
	background:#f1f1f1;
	border:1px solid #e8e8e8;
}

#main #recruit .button a{
	padding:15px 0;
	display:block;
}


#main #recruit .button a:hover{
	background:#fff;
}

#main #recruit .button a::before,
#main #recruit .button a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
#main #recruit .button a,
#main #recruit .button a::before,
#main #recruit .button a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .8s;
  transition: all .8s;
}


@media only screen and (max-width: 900px) { 
#recruit .box{
	width:45%;
	max-width:500px;
}
}

@media only screen and (max-width: 640px) { 
#recruit .box{
	width:97%;
	margin-bottom:10px;

}
#recruit .title dt{
	font-size: 60px;
	font-family: 'Lato', sans-serif;
}

#recruit .inner .area dt{
	font-size:14px;
}

#recruit .inner .area dd{
	font-weight:bold;
	font-size:18px;
}

#recruit p.index{
    font-size: 18px;
	text-indent: 5px;
}

}


#recruit_an{
	max-width:750px;
	margin:0 auto 30px;
}

.an_index{
	color:#FFFFFF;
	padding:8px 0;
	background:#ED4C22;
	text-align:center !important;
}

#recruit_an p{
	text-align:left;
	font-size:17px;
	padding:10px 0;
}

#an_btn{
	color:#ED4C22;
	font-weight:bold;
	border:#ED4C22 solid 1px;
	padding:8px;
	margin-bottom:20px;
	text-align:center;
}

#an_btn:hover{
	background:#ED4C22;
	color:#FFF;
}

#recruit_an .box{
	width:45%;
}



@media only screen and (max-width: 640px) { 
#recruit_an .box{
	width:97%;
}

}





.target1, .target2 {
    opacity: 0;
}
.parent:hover .target1,
.parent:hover .target2 {
    animation: show 1000ms 1;
    animation-fill-mode: forwards;
	animation-iteration-count: 1;
}
.parent:hover .target2 {
    animation-delay: 1200ms;
}
@keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}







#recruit_top{
    margin: 110px auto 180px;
}

#recruit_top .inner{
    width: 90%;
    max-width: 650px;
    margin: 100px auto 50px;
    color: #858A8A;
}

#recruit_top .inner a{
    color: #858A8A;
}

#recruit_top .inner h2{
    font-size: 23px;
    font-weight: normal;
    margin-bottom: 80px;
}

#recruit_top .inner ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#recruit_top .inner li{
    width: 46%;
    border: 1px solid #858A8A;
    font-size: 28px;
    letter-spacing: 1px;
    position: relative;
}

#recruit_top .inner li i,
#recruit_top .inner li img{
    width: 23px;
    font-size: 23px;
    margin-right: 10px;
}


#recruit_top .inner li span{
    display: block;
    font-size: 13px;
    margin-top: 10px;
}

#recruit_top .inner li a{
    display: block;
    padding: 50px 0;
}

#recruit_top .inner li a.ext-link::after{
	content:"";
    display: none;
}

#recruit_top .inner li:after{
    content: "";
    width: 12px;
    height: 12px;
    border: 0;
    border-top: solid 1px #858A8A;
    border-right: solid 1px #858A8A;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    transform: rotate(45deg);
    right: 8%;
}


@media only screen and (max-width: 580px) {
#recruit_top .inner h2{
    margin-bottom: 50px;
    font-size: 20px;
}
#recruit_top .inner li{
    width: 100%;
    font-size: 22px;
    margin-bottom: 20px;
}
#recruit_top .inner li a{
    padding: 25px 0;
}
#recruit_top .inner li span {
  margin-top: 5px;
}

}







