@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;
}
.panel {
	border: .05rem solid #dadee4;
	border-radius: .1rem;
	display: flex;
	flex-direction: column;
	width: 500px;
	margin: 0 auto 10px;
}
.panel .panel-footer, .panel .panel-header {
	flex: 0 0 auto;
	padding: .8rem
}
.redpanel {
  border-color: #EB3F40
}
.redpanel .panel-title {
  color: #EB3F40
}
.strongpanel {
  border-width: 4px;
  position: relative;
}
.strongpanel .panel-title {
  text-align: center
}
.strongpanel::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  border: 10px transparent solid;
  border-top: 10px #EB3F40 solid
}

}

@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);
	}
	.panel {
		border: .05rem solid #dadee4;
		border-radius: .1rem;
		display: flex;
		flex-direction: column;
		width: calc(600/750*100vw);
		margin: 0 auto calc(20/750*100vw);
	}
	.panel .panel-footer, .panel .panel-header {
		flex: 0 0 auto;
		padding: .8rem
	}
	.redpanel {
	  border-color: #EB3F40
	}
	.redpanel .panel-title {
	  color: #EB3F40
	}
	.strongpanel {
	  border-width: calc(6/750*100vw);
	  position: relative;
	}
	.strongpanel .panel-title {
	  text-align: center
	}
	.strongpanel::after {
	  content: '';
	  position: absolute;
	  width: 0;
	  height: 0;
	  bottom: calc(-40/750*100vw);
	  left: 50%;
	  margin-left: calc(-20/750*100vw);
	  border: calc(20/750*100vw) transparent solid;
	  border-top: calc(20/750*100vw) #EB3F40 solid
	}
	
}

@media screen and (min-width: 769px) {
	
}

@media screen and (max-width: 768px) {

}

