@charset "utf-8";

@media screen and (min-width:768px){
/*pc・タブレットcss*/

#recruit-mv{
	position:relative;
	background:url(../img/recruit/mv_bg.jpg) no-repeat center center / cover;
	width:100%;
	margin-bottom:5vw;
	padding-bottom:3vw;
	height:calc(100vh - 60px);
	color:#fff;
	text-align:center;
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-justify-content: center; justify-content: center;
	-webkit-box-align: flex-end; -ms-flex-align:flex-end; -webkit-align-items:flex-end; align-items:flex-end;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#recruit-mv .ttl{
	font-size:50px;
	line-height:1.5;
	font-weight:700;
	font-family: "M PLUS Rounded 1c", serif;
}
#recruit-mv{
	font-size:24px;
	line-height:1.8;
}


#recruit-top-list li{
	position:relative;
	margin-bottom:5vw;
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
	-webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;
}
#recruit-top-list .ph{
	width:45%;
}
#recruit-top-list .txt{
	width:50%;
}
#recruit-top-list li:nth-child(even) .txt{
	text-align:right;
	-webkit-box-ordinal-group: -1; -moz-box-ordinal-group: -1; -webkit-flex-order: -1; -moz-flex-order: -1; -webkit-order: -1; -moz-order: -1; order: -1;
}
#recruit-top-list .txt .ttl{
	margin-bottom:20px;
	font-size:36px;
	font-weight:700;
	line-height:1.3;
	font-family: "M PLUS Rounded 1c", serif;
	color:#805E4E;
}
#recruit-top-list .link a{
	position:relative;
	color: #2B2B2B;
	text-decoration:none;
	display: inline-block;
	padding-right:20px;
}
#recruit-top-list .link a:after{
	position:absolute;
	right:0;
	top:50%;
	content:"";
	width: 6px;
	height: 6px;
	margin-top:-4px;
	border-top: 1px solid #004592;
	border-right: 1px solid #004592;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .4s;
	transition: all .4s;
}

/* +++++++++++++++++++++++++ anchor-link */

.anchor-link{
	padding:5vw 0;
}
.anchor-link ul{
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-justify-content: center; justify-content: center;
	-webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.anchor-link li{
	margin: 0 2em;
}
.anchor-link a{
	font-size:18px;
	font-weight:700;
	line-height:1.3;
	font-family: "M PLUS Rounded 1c", serif;
	color:#805E4E;
	text-decoration:none;
}
.anchor-link li.active a{
	position:relative;
	display:inline-block;
	padding-bottom:10px;
}
.anchor-link li.active a:before{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:2px;
	background:#004592;
}



/* +++++++++++++++++++++++++ recruit-bottom-box */

.recruit-bottom-box{
	padding:8vw 0;
	background-image: repeating-linear-gradient(318deg, #f0eceb, #f0eceb 10px, #f3efef 10px, #f3efef 15px);
}
.recruit-bottom-box .recruit-bottom-ttl{
	margin-bottom:30px;
	font-size:36px;
	line-height:1.5;
	text-align:center;
	font-weight:700;
	font-family: "M PLUS Rounded 1c", serif;
	color:#805E4E;
}
.recruit-bottom-box .recruit-bottom-ttl02{
	margin-bottom:30px;
	font-size:26px;
	line-height:1.5;
	text-align:center;
	font-weight:700;
	font-family: "M PLUS Rounded 1c", serif;
	color:#805E4E;
}
.recruit-bottom-box .inner{
	max-width:900px;
	margin: 0 auto;
}
.recruit-bottom-box .btn{
	width:47.5%;
	margin-right:5%;
}
.recruit-bottom-box .btn:nth-child(2n),
.recruit-bottom-box .btn:last-child{
	margin-right:0;
}
.recruit-bottom-box .btn a{
	display:block;
	border-radius:30px;
	padding:30px;
	text-align:center;
	background:#FCF9E2;
	color:#805E4E;
	font-size:30px;
	text-decoration:none;
	font-weight:700;
	font-family: "M PLUS Rounded 1c", serif;
}
.recruit-bottom-box .btn a .mini{
	display:block;
	color:#2B2B2B;
	font-size:16px;
}


.recruit-bottom-box .inner.new-graduates{
}
.recruit-bottom-box .inner.new-graduates .btn a{
	background:#fff;
	color:#805E4E;
	font-size:20px;
}
.recruit-bottom-box .inner.new-graduates .btn a span{
	position:relative;
	display: inline-block;
	padding-right:30px;
}
.recruit-bottom-box .inner.new-graduates .btn a .outlink-icon:after{
	position:absolute;
	top:50%;
	right:0;
	content:"";
	width: 20px;
	height: 20px;
	margin-top:-10px;
	border:none;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	background:url(../img/common/iocn_outlink_b.svg) no-repeat center top / 100% auto;
}

}

@media screen and (min-width:768px) and ( max-width:1200px) {
	

}

@media (max-width: 768px) {
	
	
	
	#recruit-mv{
		position:relative;
		background:url(../img/recruit/mv_bg_sp.jpg) no-repeat top center / cover;
		width:100%;
		margin-bottom:5vw;
		padding-bottom:3vw;
		height:45vh;
		color:#fff;
		text-align:center;
		-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
		-webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-justify-content: center; justify-content: center;
		-webkit-box-align: flex-end; -ms-flex-align:flex-end; -webkit-align-items:flex-end; align-items:flex-end;
		-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
	}
	#recruit-mv .ttl{
		font-size:24px;
		line-height:1.5;
		font-weight:700;
		font-family: "M PLUS Rounded 1c", serif;
	}
	#recruit-mv{
		font-size:16px;
		line-height:1.8;
	}
	
	
	#recruit-top-list li{
		position:relative;
		margin-bottom:15vw;
		-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
		-webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
		-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
		-webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;
	}
	#recruit-top-list .ph{
		width:90%;
		margin-bottom:5vw;
	}
	#recruit-top-list .txt{
		width:100%;
		padding-left:5vw;
	}
	#recruit-top-list li:nth-child(even) .ph{
		margin-left:10vw;
	}
	#recruit-top-list li:nth-child(even) .txt{
		text-align:right;
		padding-left:0;
		padding-right:5vw;
	}
	#recruit-top-list .txt .ttl{
		margin-bottom:3vw;
		font-size:26px;
		font-weight:700;
		line-height:1.3;
		font-family: "M PLUS Rounded 1c", serif;
		color:#805E4E;
	}
	#recruit-top-list .link a{
		position:relative;
		color: #2B2B2B;
		text-decoration:none;
		display: inline-block;
		padding-right:20px;
		font-size:18px;
	}
	#recruit-top-list .link a:after{
		position:absolute;
		right:0;
		top:50%;
		content:"";
		width: 6px;
		height: 6px;
		margin-top:-2px;
		border-top: 1px solid #004592;
		border-right: 1px solid #004592;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	
	/* +++++++++++++++++++++++++ anchor-link */
	
	.anchor-link{
		padding:10vw 0;
	}
	.anchor-link ul{
		-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
		-webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-justify-content: center; justify-content: center;
		-webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;
		-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
	}
	.anchor-link li{
		width:28%;
		margin: 0 2.5%;
	}
	.anchor-link a{
		display:block;
		font-size:14px;
		font-weight:700;
		line-height:1.2;
		font-family: "M PLUS Rounded 1c", serif;
		color:#805E4E;
		text-align:center;
		text-decoration:none;
	}
	.anchor-link li.active a{
		position:relative;
		display:inline-block;
		padding-bottom:10px;
	}
	.anchor-link li.active a:before{
		content:"";
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
		height:2px;
		background:#004592;
	}
	
	
	
	/* +++++++++++++++++++++++++ recruit-bottom-box */
	
	.recruit-bottom-box{
		padding:10vw 0;
		background-image: repeating-linear-gradient(318deg, #f0eceb, #f0eceb 10px, #f3efef 10px, #f3efef 15px);
	}
	.recruit-bottom-box .recruit-bottom-ttl{
		margin-bottom:5vw;
		font-size:30px;
		line-height:1.5;
		text-align:center;
		font-weight:700;
		font-family: "M PLUS Rounded 1c", serif;
		color:#805E4E;
	}
	.recruit-bottom-box .recruit-bottom-ttl02{
		margin-bottom:5vw;
		font-size:26px;
		line-height:1.5;
		text-align:center;
		font-weight:700;
		font-family: "M PLUS Rounded 1c", serif;
		color:#805E4E;
	}
	.recruit-bottom-box .inner{
	}
	.recruit-bottom-box .btn{
		width:100%;
		margin-bottom:5vw;
	}
	.recruit-bottom-box .btn:nth-child(2n),
	.recruit-bottom-box .btn:last-child{
		margin-right:0;
	}
	.recruit-bottom-box .btn a{
		display:block;
		border-radius:30px;
		padding:7vw 5vw;
		text-align:center;
		background:#FCF9E2;
		color:#805E4E;
		font-size:30px;
		text-decoration:none;
		font-weight:700;
		font-family: "M PLUS Rounded 1c", serif;
	}
	.recruit-bottom-box .btn a .mini{
		display:block;
		color:#2B2B2B;
		font-size:16px;
	}
	
	
	.recruit-bottom-box .inner.new-graduates{
	}
	.recruit-bottom-box .inner.new-graduates .btn a{
		background:#fff;
		color:#805E4E;
		font-size:20px;
		padding:12vw 5vw;
	}
	.recruit-bottom-box .inner.new-graduates .btn a span{
		position:relative;
		display: inline-block;
		padding-right:30px;
	}
	.recruit-bottom-box .inner.new-graduates .btn a .outlink-icon:after{
		position:absolute;
		top:50%;
		right:0;
		content:"";
		width: 20px;
		height: 20px;
		margin-top:-10px;
		border:none;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		background:url(../img/common/iocn_outlink_b.svg) no-repeat center top / 100% auto;
	}
	
	
	
		
}


