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

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

#recruit{
	text-align:center;
    width: 90%;
    max-width: 1000px;
    margin: 60px auto;
}
#recruit h2,#contact h2{
    font-family: var(--En-san);
    font-weight: normal;
    font-size: clamp(2.4rem, 1.62rem + 3.2vw, 4.5rem);
    letter-spacing: 0.5rem;
}


#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;
}





#recruit .detail:last-child{
	border: none;
}
#recruit .detail{
	padding-bottom: 25px;
    border-bottom: 1px dotted #999;
}
#recruit .detail ul{
    display: flex;
	align-items: end;
    margin: 15px auto 0; 
}
#recruit .detail ul li:nth-child(1){
    text-align: left;
    width: 80%;
}
#recruit .detail ul li:nth-child(2){
    border: 1px solid #9e9e9e;
    width: 30%;
	text-align: center;
}
#recruit .detail ul li span{
	font-weight: bold;
}
#recruit .detail ul li a{
	display: block;
	padding: 10px;
	transition: 0.4s;
}
#recruit .detail ul li a:hover{
	color: #fff;
	background-color: #9e9e9e;
}
#recruit .block{
	width: 98%;
    margin: 0 auto;
}
#recruit .block p{
    font-size: 17px;
    display: block;
    margin: 0 auto 15px;
    font-weight: bold;
}
#recruit .block:nth-child(2){
	margin-top: 15px;
}

#contact{
	text-align:center;
    width: 90%;
    max-width: 1000px;
    margin: 60px auto;
}
#contact .salon_box{
	margin-top: 80px;
}

#contact ul{
	padding: 50px;
    margin: 100px;
    border: 1px dotted #999;
    font-size: 22px;
    line-height: 60px;
}
#contact ul a{
	padding-bottom: 5px;
    border-bottom: 1px solid #999;
}
#contact ul a:hover{
	opacity: 0.7;
}



@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;
}
}


@media only screen and (max-width: 768px) {
	#recruit .detail ul{
		flex-direction: column;
		justify-content: center;
	}
	#recruit .detail ul li:nth-child(1) {
		width: 100%;
		margin-bottom: 15px;
	}
	#recruit .detail ul li:nth-child(2){
		width: 100%;
	}
	#contact ul {
		padding:20px 5px;
		margin: 0 0 60px;
		border: 1px dotted #999;
		font-size: 15px;
		line-height: 40px;
	}
}




#recruit .salon_box{
	margin-top: 80px;
}



#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;
	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 center{
	 margin:auto;
	 height:315px;
}


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

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


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


#recruit .inner .block p.ttl {
  width: 100%;
  border-bottom: 2px solid #9e9e9e;
  margin: 20px auto 25px;
  font-size: 16px;
  padding-bottom: 5px;
  text-indent: 10px;
}
#recruit .inner .block .box{
    width: 48%;
	border:1px solid #D9D9D9;
	padding:20px 2%;
	text-align:left;
	font-size:14px;
	margin-bottom: 30px;
    box-sizing: border-box;
}

#recruit .inner .block .box dt{
  font-size: 18px;
  margin: 0 0 5px 10px;
  /*background: #ccc;*/
  text-indent: 10px;
  padding: 5px 0;
  border-left: 5px solid #666;
  font-weight: bold;
}


#recruit .inner .block .box dd{
	margin-left:12px;
	line-height: 1.6;
}

#recruit .inner .block .box .btn{
    background: #555;
    text-align: center;
    margin-top: 15px;
}

#recruit .inner .block .box .btn a{
    display: block;
    padding: 10px 0;
    color: #fff;
}

#recruit .inner .block .box .btn a:after{
    content: "＞";
}

@media only screen and (max-width: 680px) { 
    #recruit p.index{
        font-size: 17px;
    }
}

@media only screen and (max-width: 540px) { 
    #recruit p.index span{
        display: block;
    }
    #recruit .inner .block .box{
        width: 100%;
    }



}










.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;
    }
}


