@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.index h2 {
	margin-bottom: 30px;
	padding: 12px 20px;
	background: #1ec7e0;
	border-radius: 10px;
	font-size: 22px;
	font-weight: 600;
	color: #fff;
}
.index .btn_area {
	padding: 30px 0 58px;
	text-align: center;
}

a.btn01 {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	height: 72px;
	padding: 0 78px 0 40px;
	line-height: 68px;
	text-align: left;
	font-size: 20px;
	font-weight: 600;
	color: #1ec7e0;
	background: #ffffff;
	border: 2px solid #1ec7e0;
	border-radius: 100px;
}
a.btn01 .arrow {
	position: absolute;
	right: 15px;
	top: 15px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 9999px;
	background-color: #1ec7e0;
}
a.btn01 .arrow span {
	display: inline-block;
	position: relative;
	width: 17px;
	height: 2px;
	background: #fff;
}

a.btn01 .arrow span::before {
	box-sizing: border-box;
	content: '';
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	border-left: 0;
	border-bottom: 0;
	transform: rotate(45deg);
	transform-origin: top right;
	position: absolute;
	top: 50%;
	right: -1px;
}
a.btn01:hover {
	color: #ffffff;
	background: #1ec7e0;
}
a.btn01:hover .arrow {
	background-color: #ffffff;
}
a.btn01:hover .arrow span {
	background: #1ec7e0;
}
a.btn01:hover .arrow span::before {
	border: 2px solid #1ec7e0;
	border-left: 0;
	border-bottom: 0;
}
	

	
}

@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.index 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;
	}
	.index .btn_area {
		padding: calc(40/750*100vw) 0 calc(80/750*100vw);
		text-align: center;
	}

	a.btn01 {
		position: relative;
		display: inline-block;
		box-sizing: border-box;
		height: calc(108/750*100vw);
		padding: 0 calc(105/750*100vw) 0 calc(45/750*100vw);
		line-height: calc(98/750*100vw);
		text-align: left;
		font-size: calc(32/750*100vw);
		font-weight: 600;
		color: #1ec7e0;
		background: #ffffff;
		border: calc(4/750*100vw) solid #1ec7e0;
		border-radius: calc(100/750*100vw);
	}
	a.btn01 .arrow {
		position: absolute;
		right: calc(21/750*100vw);
		top: calc(21/750*100vw);
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		align-items: center;
		width: calc(58/750*100vw);
		height: calc(58/750*100vw);
		border-radius: 9999px;
		background-color: #1ec7e0;
	}
	a.btn01 .arrow span {
		display: inline-block;
		position: relative;
		width: calc(25/750*100vw);
		height: calc(3/750*100vw);
		background: #fff;
	}

	a.btn01 .arrow span::before {
		box-sizing: border-box;
		content: '';
		width: calc(13/750*100vw);
		height: calc(13/750*100vw);
		border: calc(3/750*100vw) solid #fff;
		border-left: 0;
		border-bottom: 0;
		transform: rotate(45deg);
		transform-origin: top right;
		position: absolute;
		top: 50%;
		right: calc(-2/750*100vw);
	}
	a.btn01:hover {
		color: #ffffff;
		background: #1ec7e0;
	}
	a.btn01:hover .arrow {
		background-color: #ffffff;
	}
	a.btn01:hover .arrow span {
		background: #1ec7e0;
	}
	a.btn01:hover .arrow span::before {
		border: calc(3/750*100vw) solid #1ec7e0;
		border-left: 0;
		border-bottom: 0;
	}

	
}

@media screen and (min-width: 769px) {

/**パンフレット**/

table.panfu {
	width:100%;
	border:solid 1px #ea545d;
	margin:20px 0;
}
table.panfu.last {
	margin-bottom: 60px;
}
table.panfu a {
	text-decoration: underline;
}

table.panfu th {
	width: 220px;
	padding:20px;
	background-color:#ea545d;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	white-space:nowrap;
	line-height:150%;
}

table.panfu td {
	padding:20px;
	line-height:150%;
}

table.panfu td p {
	margin-bottom:20px;
	font-size:16px;
	font-weight:bold;
}

table.panfu td p span {
	color:#ea545d;
}
table.panfu td em {
	font-style: normal;
}

#contents table.panfu td ul {
	padding-left:100px;
	font-size:14px;
	line-height:150%;
}

table.panfu td ul li {
	margin-bottom:14px;
}
.video iframe {
	width: 790px;
	height: 444px;
	margin-bottom: 60px;
	
}

}

@media screen and (max-width: 768px) {
/**パンフレット**/

	table.panfu {
		width: 100%;
		border:solid 1px #ea545d;
		margin-bottom: calc(30 / 750 * 100vw);
	}
	table.panfu.last {
		margin-bottom: calc(80 / 750 * 100vw);
	}
	
	table.panfu tr {
		width:100%;
	}
	table.panfu th {
		display: block;
		box-sizing: border-box;
		width: 100%!important;
		padding: calc(20 / 750 * 100vw);
		background-color:#ea545d;
		color:#FFF;
		font-size: calc(30 / 750 * 100vw);
		font-weight: bold;
		white-space: nowrap;
		line-height: 1.5;
	}
	
	table.panfu td {
		display: block;
		box-sizing: border-box;
		width: 100%;
		padding: calc(30 / 750 * 100vw);
		line-height: 1.5;
		font-size: calc(22 / 750 * 100vw);
	}
	
	table.panfu td p {
		float: none !important;
		margin-bottom: calc(30 / 750 * 100vw);
		font-weight:bold;
		font-size: calc(22 / 750 * 100vw)!important;
	}
	
	table.panfu td p span {
		color:#ea545d;
	}
	
	table.panfu td ul {
		float: none !important;
		margin: 0;
		padding: 0;
	}
	
	table.panfu td ul li {
		margin-bottom:14px;
	}
	
	.video iframe {
		width: 100%;
		height: calc(400 / 750 * 100vw);
		margin-bottom: calc(60 / 750 * 100vw);
		
	}

}

