@charset "UTF-8";

#fv {
	background: url("../images/recruit/fv.jpg") no-repeat center center;
	background-size: cover;
	color: #fff;
}

#fv_inner {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

#fv_hl {
	font-family: 'Sarabun', sans-serif;
	font-size: 8rem;
	position: absolute;
	text-shadow: 0px 0px 10px rgba(0,0,0,1)
}

#fv_catch {
	width: 677px;
	max-width: 80%;
	height: 194px;
	background: url("../images/recruit/catch.png") no-repeat center center;
	background-size: 100% auto;
	text-indent: -9999px;
	margin-top: 100px;
}

.font-style h2{
	position: relative;
	font-size:  1rem;
	font-weight:  normal;
	border: none;
	padding: 0;
	margin: 0;
}
.font-style h2::after {
	display: none;
}

.font-style h3{
	font-size:  1.6rem;
	font-weight:  normal;
	padding: 0;
	border-left: none;
	margin: 0;
}

.font-style p{
	width: 100%;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

#rec_01 {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	padding: 60px 48% 60px 0;
	margin-bottom: 80px;
}

#rec_01_in_L {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	background: #f1ca31;
	padding: 60px 50px;
}

#rec_01_in_L .ttl {
	font-weight: bold;
	font-size: 4rem;
	font-family: 'Sarabun', sans-serif;
	white-space: nowrap;
	margin-bottom: 30px;
}

#rec_01_in_L .catch {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 20px;
}

#rec_01_in_L p {
	width: 80%;
	font-size: 1.4rem;
}

#rec_01_in_R {
	position: absolute;
	top: 126px;
	right: 0;
	bottom: 0;
	left: 43%;
}

h2.rec_ttl {
	text-align: center;
	font-weight: bold;
	margin-bottom: 60px;
}

h2.rec_ttl > span {
	display: block;
}

h2.rec_ttl > span:nth-child(1) {
	font-size: 6em;
	font-family: 'Sarabun', sans-serif;
	margin-bottom: 20px;
}

h2.rec_ttl > span:nth-child(2) {
	font-size: 1.7rem;
}

#rec_02 {
	margin-bottom: 80px;
}

#rec_02_in {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.rec_02_box {
	width: 32%;
	flex-shrink: 0;
	background: #eee;
	margin-bottom: 24px;
	box-sizing: border-box;
	padding: 40px 30px;
	border-top: 6px solid #404040;
}

.rec_02_box .thumb {
	width: 88px;
	height: 84px;
	margin: 0 auto 20px;
}

.rec_02_box .catch {
	font-size: 1.8rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.6;
}

.rec_02_box p {
	font-size: 1.4rem;
	text-align: center;
}

#rec_03 {
	margin-bottom: 80px;
}

#content .gl_ttl {
	width: 100%;
	background: #404040;
	color: #fff;
	margin-bottom: 30px;
	box-sizing: border-box;
	padding: 24px 30px;
	position: relative;
}

#content .gl_ttl > span > span:nth-child(1) {
	font-size: 2.4rem;
	font-weight: bold;
	margin-right: 20px;
}

#content .gl_ttl > span > span:nth-child(2) {
	font-size: 1.4rem;
	margin-right: 20px;
}

#content .gl_ttl > span > span:nth-child(3) {
	font-size: 1.4rem;
	color: #f1ca31;
}

#content .gl_ttl_off > span > span {
	opacity: 0.5;
}

#content .gl_ttl_on {
	cursor: pointer;
	background: #111;
	color: #fff;
	transition: .3s ease;
}

#content .gl_ttl_on:hover {
	background: #f1ca31;
	color: #111;
	transition: .3s ease;
}

#content .gl_ttl_on::after {
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	background: none;
	position: absolute;
	top: 50%;
	right: 24px;
	margin-top: -10px;
	transform: rotate(45deg);
	border-top: none;
	border-left: none;
}

#content .gl_ttl_on:hover::after {
	border-color: #111;
}

#content .gl_ttl_on.active {
	background: #f1ca31;
	color: #111;
}

#content .gl_ttl_on.active::after {
	border: 2px solid #111;
	border-right: none;
	border-bottom: none;
	margin-top: -2px;
}

.rec_acc_body table {
	width: 100%;
	font-size: 1.4rem;
}

.rec_acc_body table th,
.rec_acc_body table td {
	padding: 20px;
	border-bottom: 6px solid #fff;
	box-sizing: border-box;
}

.rec_acc_body table th {
	background: #eee;
	width: 30%;
	text-align: left;
}

.rec_acc_body table td {
	background: #f7f7f7;
	width: 70%;
	line-height: 1.6;
}

#rec_04 {
	margin-bottom: 80px;
}

#rec_04_in {
	display: flex;
	justify-content: space-between;
}

#rec_04_in > div {
	width: 21%;
	box-sizing: border-box;
	border: 1px solid #404040;
	padding: 30px 20px;
	position: relative;
	text-align: center;
	font-weight: bold;
}

#rec_04_in > div::after {
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	border: 1px solid #404040;
	border-bottom: none;
	border-left: none;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: -31px;
	margin-top: -10px;

}

#rec_04_in > div:last-of-type::after {
	display: none;
}

#rec_04_in > div .num {
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 20px;
	color: #f1ca31;
	font-weight: bold;
}

#rec_04_in > div .icon {
	width: 66px;
	height: 66px;
	margin: 0 auto 20px;
}

#rec_04_in > div .ttl {
	font-size: 1.6rem;
}

#rec_05 {
	width: 100%;
	padding: 60px 50px;
	background: url("../images/recruit/sec7_bg.png") no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
}

#rec_05 .catch {
	margin: 0 auto 30px;
	width: 42%;
}

#rec_05 .rec_btn a {
	display: block;
	width: 300px;
	height: 60px;
	line-height: 60px;
	/*border: 2px solid #111;*/
	background: #fff;
	text-align: center;
	font-size: 1.8rem;
	margin: 0 auto;
	position: relative;
	color: #111;
	transition: .3s ease;
}

#rec_05 .rec_btn a:hover {
	background: #f1ca31;
	transition: .3s ease;
}

#rec_05 .rec_btn a::after {
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	border: 1px solid #404040;
	border-bottom: none;
	border-left: none;
	transform: rotate(45deg);
	position: absolute;
	top: 27px;
	right: 16px;
	transition: .3s ease;
}

#rec_05 .rec_btn a:hover::after {
	right: 24px;
	transition: .3s ease;
}

@media only screen and (min-width: 48.0625em){	/* 769px */

	#fv_hl {
		top: 20%;
		left: 60px;
	}

}

@media only screen and (max-width: 48em){	/* 768px */

	#fv_inner {
		flex-direction: column;
	}
	
	#fv_hl {
		position: relative;
	}
	
	#fv_catch {
		margin-top: 50px;
	}

	#rec_01 {
		padding: 60px 0 0;
		margin-bottom: 60px;
	}
	
	#rec_01_in_L p {
		width: 100%;
	}

	#rec_01_in_R {
		display: none;
	}
	
	#rec_02 {
		margin-bottom: 60px;
	}
	
	.rec_02_box {
		width: 48%;
	}
	
	#rec_04 {
		margin-bottom: 40px;
	}
	
	#rec_04_in {
		flex-wrap: wrap;
	}
	
	#rec_04_in > div {
		width: 48%;
		margin-bottom: 30px;
	}
	
	#rec_04_in > div::after {
		display: none;
	}
	
	#content .gl_ttl > span > span {
		display: block;
	}
	
	#content .gl_ttl > span > span:nth-child(1) {
		margin-right: 0;
		margin-bottom: 10px;
	}

	#content .gl_ttl > span > span:nth-child(2) {
		margin-right: 0;
		margin-bottom: 5px;
	}


} /* end 768px*/


 @media only screen and (max-width: 40em) {	/*640px*/
 
 	#fv_hl {
		font-size: 6rem;
	}
	
	h2.rec_ttl > span:nth-child(1) {
		font-size: 4rem;
		margin-bottom: 10px;
	}
	
	h2.rec_ttl > span:nth-child(2) {
		font-size: 1.4rem;
	}
	
	#rec_01 {
		margin-bottom: 40px;
	}
	
	#rec_01_in_L {
		padding: 40px 30px;
	}
	
	#rec_01_in_L .ttl {
		font-size: 3rem;
	}
	
	#rec_01_in_L .catch {
		font-size: 1.8rem;
	}
	
	.rec_02_box {
		width: 100%;
		padding: 30px 20px;
		margin-bottom: 16px;
	}
	
	#rec_02 {
		margin-bottom: 40px;
	}
	
	#content .gl_ttl > span > span:nth-child(1) {
		font-size: 1.8rem;
	}
	
	#rec_03 {
		margin-bottom: 60px;
	}
	
	#rec_05 {
		padding: 60px 20px;
	}
	
	#rec_05 .catch {
		width: 100%;
	}
	
	#rec_05 .rec_btn a {
		width: 100%;
	}

} /* end 640px*/
