@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) {
#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) {
/*
h2 {
	text-align:left;
	font-size: 26px;
	letter-spacing:0.04em;
	line-height: 1.4;
	font-weight: 500;
	border-bottom: 2px solid #eb6d74;
	margin-bottom: 32px;
	color: #222;
}
	*/
.works.index h3 {
	margin-bottom: 20px;
}
.works.index p.lead {
	margin-bottom: 20px;
	font-size: 16px!important;
	/* text-align: center; */
	line-height: 1.8;
}
.works.index section {
	padding-bottom: 30px;
}
.works.index ul.list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 40px;
}
.works.index ul.list02 {
	margin: 0 0 40px;
}
.works.index ul.list li,
.works.index ul.list02 li {
	width: 375px;
	margin: 0 0 20px;
}
.works.index ul li h4 {
	font-size: 15px;
	min-height: 20px;
}
.works.index #p01 ul li h4 span {
	color: #60c0bd;
}
.works.index #p02 ul li h4 span {
	color: #ed848c;
}
.works.index #p03 ul li h4 span {
	color: #c1da80;
}
.works.index #p04 ul li h4 span {
	color: #f8c170;
}
.works.index #p05 ul li h4 span {
	color: #b979b0;
}
.works.index #p06 ul li h4 span {
	color: #6c9bd2;
}
.works.index #p07 ul li h4 span {
	color: #e0d179;
}
.works.index #p08 ul li h4 span {
	color: #bea08c;
}
.works.index ul.list li img {
	margin-bottom: 5px;
}
.works.index ul.list li figcaption {
	font-size: 12px;
	line-height: 1.5;
}


.works .btn {
	text-align: center;
	margin-top:40px;
}
.works .rcont a:hover img{
/*モダンブラウザ用*/
opacity:0.8;
/*IE7以下用*/
filter:alpha(opacity=80);
/*IE8用*/
-ms-filter:"alpha(opacity=80)";
}	
}

@media screen and (max-width: 768px) {
	/*
	h2 {
		text-align:left;
		font-size: calc(36 / 750 * 100vw);
		letter-spacing:0.04em;
		line-height: 1.4;
		font-weight: 500;
		border-bottom: 2px solid #eb6d74;
		margin-bottom: calc(40 / 750 * 100vw);
		color: #222;
	}
	*/
	.works.index h3 {
		margin-bottom: calc(40 / 750 * 100vw);
	}
	.works.index p.lead {
		margin-bottom: calc(30 / 750 * 100vw);
		font-size: calc(26 / 750 * 100vw)!important;
		/*text-align: center;*/
		line-height: 1.8;
	}
	.works.index .lead img {
		width: calc(400 / 750 * 100vw) !important;
	}
	.works.index section {
		padding-bottom: 30px;
	}
	.works.index ul.list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 0 calc(40 / 750 * 100vw);
		padding: 0!important;
	}
	.works.index ul.list02 {
		margin: 0 0 calc(40 / 750 * 100vw);
		padding: 0!important;
	}
	.works.index ul.list li,
	.works.index ul.list02 li {
		width: calc(320 / 750 * 100vw);
		margin: 0 0 calc(20 / 750 * 100vw) !important;
	}
	.works.index ul li h4 {
		font-size: calc(22 / 750 * 100vw);
	}
	.works.index #p01 ul li h4 span {
		color: #60c0bd;
	}
	.works.index #p02 ul li h4 span {
		color: #ed848c;
	}
	.works.index #p03 ul li h4 span {
		color: #c1da80;
	}
	.works.index #p04 ul li h4 span {
		color: #f8c170;
	}
	.works.index #p05 ul li h4 span {
		color: #b979b0;
	}
	.works.index #p06 ul li h4 span {
		color: #6c9bd2;
	}
	.works.index #p07 ul li h4 span {
		color: #e0d179;
	}
	.works.index #p08 ul li h4 span {
		color: #bea08c;
	}
	.works.index ul li img {
		margin-bottom: calc(10 / 750 * 100vw);
	}
	.works.index ul li figcaption {
		font-size: calc(18 / 750 * 100vw);
		line-height: 1.5;
	}
	
	
	.works .btn {
		width: calc(550 / 750 * 100vw);
		margin: 0 auto;
		text-align: center;
	}

	.works .video iframe {
		width: 100%;
		margin-bottom: calc(60 / 750 * 100vw);
		
	}
}

