@charset "UTF-8";
@media screen and (min-width: 768px) {}
@media screen and (max-width: 767px) {}
/* =====================================
	全体設定
===================================== */
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}
/* =====================================
	header
===================================== */
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}

/* =====================================
	content
===================================== */

@media screen and (min-width: 768px) {
.navarea {
	padding-top: 108px;
	margin-top: -108px;
}

#contents {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 1080px;
	margin: 0 auto;
	letter-spacing: 0.05em;
	padding-bottom: 120px;
}

#lnav {
	width: 240px;
}
#lnav ul {
	position: sticky;
	top: 110px;
	margin-bottom: 0;
}
#lnav ul li {
	margin-bottom: 0;
	font-size: calc(32/750*100vw);
	border-bottom: 2px solid #fff;
}
#lnav ul li a {
	position: relative;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 66px;
	padding-left: 12px;
	font-size: 14px;
	line-height: calc(21/14);
	background: url("../img/index/sp/arrow01.png") 214px center no-repeat #f9f8f8;
	background-size: 9px;
	border-left: 6px solid #1ec7e0;
}
#lnav ul li a:hover {
	color: #222222;
	background-color: #f2fcfe;
}
	
}

@media screen and (max-width: 767px) {
	main {
		padding-top: calc(110/750*100vw);

	}
	#mv {
		z-index: 1;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: calc(391/750*100vw);
		background: url("../img/recruit/sp/recruit_bg.jpg") center center no-repeat;
		background-size: 100% auto;

	}
	#contents {
		letter-spacing: 0.05em;
	}
	#lnav {
		display: none;
	}
	
}

@media screen and (min-width: 768px) {
	
#r_cont {
	width: 790px;
}
#r_cont a{
	color: #EB3F40;
}
#r_cont h2 {
	margin-bottom: 30px;
	padding: 12px 20px;
	background: #1ec7e0;
	border-radius: 10px;
	font-size: 22px;
	font-weight: 600;
	color: #fff;
}
	
#r_cont h3 {
	margin-bottom: 20px;
	padding: 3px 0 5px 12px;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
	border-left: 6px solid #1ec7e0;
}
#r_cont p {
	margin-bottom: 10px;
}
#r_cont h4 {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
}
#r_cont ol li {
	margin-bottom: 10px;
	padding-left: 1em;
	text-indent: -1em;
}
#r_cont h5 {
	margin-bottom: 10px;
	font-weight: 600;
	line-height: 1.2;
}
#r_cont .notes {
	font-size: 14px;
}
.qa {
	padding:20px 15px;
	border-bottom:dotted 2px #f0bf4a;
	/*font-size:14px;
	line-height:150%;*/
}

.question {
	background: url("../img/faq/q.jpg") no-repeat left;
	padding:8px 0 8px 40px;
	font-weight:bold;
	margin-bottom:15px;
}
.answer {
	background:url("../img/faq/a.jpg") no-repeat left 12px;
	padding: 8px 0 8px 40px;
}
.bt {
	border-top:dotted 2px #f0bf4a;

}
}

@media screen and (max-width: 767px) {
	#r_cont {
		width: calc(650/750*100vw);
		margin: 0 auto;
		padding: calc(60/750*100vw) 0 calc(100/750*100vw);
	}
	#r_cont a{
		color: #EB3F40;
	}
	#r_cont h2 {
		margin-bottom: calc(40 / 750 * 100vw);
		padding: calc(20/750*100vw) calc(30/750*100vw);
		background: #1ec7e0;
		border-radius: calc(16/750*100vw);
		font-size: calc(34/750*100vw);
		font-weight: 600;
		color: #fff;
	}
	#r_cont h3 {
		margin-bottom: calc(30/750*100vw);
		padding: calc(3/750*100vw) 0 calc(5/750*100vw) calc(12/750*100vw);
		font-size: calc(34/750*100vw);
		font-weight: 600;
		line-height: 1.4;
		border-left: calc(6/750*100vw) solid #1ec7e0;
	}
	#r_cont p {
		margin-bottom: calc(20/750*100vw);
	}
	#r_cont h4 {
		margin-bottom: calc(20/750*100vw);
		font-size: calc(28/750*100vw);
		font-weight: 600;
		line-height: 1.2;
	}
	#r_cont ol li {
		margin-bottom: calc(20/750*100vw);
		padding-left: 1em;
		text-indent: -1em;
	}
	#r_cont h5 {
		margin-bottom: calc(20/750*100vw);
		font-weight: 600;
		line-height: 1.2;
	}
	#r_cont .notes {
		font-size: calc(20/750*100vw);
	}
	.qa {
		padding:calc(40/750*100vw) calc(20/750*100vw);
		border-bottom: dotted calc(4/750*100vw) #f0bf4a;
		/*font-size:14px;
		line-height:150%;*/
	}

	.question {
		background: url("../img/faq/q.jpg") no-repeat left calc(14/750*100vw);
		background-size: calc(40/750*100vw) auto;
		padding:calc(10/750*100vw) 0 calc(10/750*100vw) calc(60/750*100vw);
		font-weight:bold;
		margin-bottom:15px;
	}
	.answer {
		background:url("../img/faq/a.jpg") no-repeat left calc(14/750*100vw);
		background-size: calc(40/750*100vw) auto;
		padding:calc(10/750*100vw) 0 calc(10/750*100vw) calc(60/750*100vw);
	}
	.bt {
		border-top:dotted 2px #f0bf4a;

	}
	
}

@media screen and (min-width: 769px) {
	
}

@media screen and (max-width: 768px) {

}

