@charset "utf-8";


.hRecruitNav {
	width: 352px;
	margin: 0 0 0 auto;
}

.hRecruitNav ul {
	overflow: hidden;
	margin: 0 -2px;
}

.hRecruitNav li {
	box-sizing: border-box;
	float: left;
	width: 50%;
	padding: 0 2px;
	background: none;
}

.hRecruitNav li a {
	position: relative;
	box-sizing: border-box;
	display: block;
	padding: 10px 0;
	border: 2px solid #31A5E8;
	text-decoration: none;
	text-align: center;
	color: #31A5E8;
}

.hRecruitNav li a:hover {
	background-color: #cbe7f7;
	color: #31A5E8;
}

.hRecruitNav li a:before {
	content: url(../images/recruit02/arrow_b7.png);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
}


/* ---------------------------------------------------------------------------------------- 

	nav	

---------------------------------------------------------------------------------------- */

.recruitNav {
	background: url(../images/recruit02/recruitnav.jpg) repeat-x left top;
}

.recruitNav .wrapper {
	overflow: visible;
}

.recruitNav .wrapper > ul {
	margin: 0;
	background: url(../images/recruit02/recruitnav_li.jpg) no-repeat right top;
	list-style: none;
}

.recruitNav .wrapper > ul > li {
	position: relative;
	float: left;
	padding: 0;
	background: url(../images/recruit02/recruitnav_li.jpg) no-repeat left top;
}

.recruitNav .wrapper > ul > li > ul {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.recruitNav .wrapper > ul > li > ul li {
	margin: 0;
	padding: 0;
	background: none;
}

.recruitNav .wrapper > ul > li > ul li a {
	box-sizing: border-box;
	display: block;
	padding: 0;
	border-bottom: 1px solid #999694;
	text-align: center;
	color: #fff;
	text-decoration: none;
	line-height: 50px;
}

.recruitNav .wrapper > ul > li > ul li:last-child a {
	border-bottom: none;
}

.recruitNav .wrapper > ul > li > ul li {
	overflow: hidden;
	height: 0;
	transition: .2s;
}

.recruitNav .wrapper > ul > li:hover > ul li {
	overflow: visible;
	height: 50px;
}



/* ---------------------------------------------------------------------------------------- 

	key	

---------------------------------------------------------------------------------------- */

.recruitKey {
	background: linear-gradient(135deg, #574A42, #C7B8B6);
	text-align: center;
}

.recruitKey h1 {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}


/* ---------------------------------------------------------------------------------------- 

	headParts	

---------------------------------------------------------------------------------------- */

.headParts {
	margin: 0 0 64px;
	text-align: center;
}

.headParts h2 {
	margin: 0 0 16px;
	padding: 0;
	background: transparent none;
	border: none;
}

.headParts p {
	position: relative;
	display: inline-block;
	margin: 0;
	font-size: 22px;
}

.headParts p:before,
.headParts p:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	overflow: hidden;
	width: 100px;
	height: 2px;
	background: #fff;
}

.headParts.black p:before,
.headParts.black p:after {
	background: #000;
}

.headParts p:before {
	left: -125px;
}

.headParts p:after {
	right: -125px;
}


/* ---------------------------------------------------------------------------------------- 

	main	

---------------------------------------------------------------------------------------- */

.topMessage {
	background-color: #E5E6EB;
	text-align: center;
}

.topMessage p {
	margin: 0;
}



/* ---------------------------------------------------------------------------------------- 

	ボタンエリア

---------------------------------------------------------------------------------------- */

.btnArea {
	padding: 40px 0;
	background: #0A8AD3;
}

.btnAreaBox {
	margin-left: -10px;
	margin-right: -10px;
}

.btnArea6Col {
	box-sizing: border-box;
	float: left;
	width: 50%;
	padding: 0 10px;
}

.businessArea {
	background: url(../images/recruit02/businessarea_bg.png) repeat-x 0 0;
}

.businessArea02 {
	background: url(../images/recruit02/businessarea02_bg.png) no-repeat 50% 0;
}

.businessAreaBox {
	display: table;
	width: 100%;
	color: #fff;
}

.businessAreaSec {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

.businessArea ul {
	margin: 0;
	padding: 0;
}

.businessArea li {
	padding: 0;
	background: none;
	line-height: 80px;
	font-size: 30px;
}

.businessAreaSec h2 {
	margin: 0 0 20px;
	padding: 0;
	background: transparent none;
	border: none;
	text-align: center;
}

.businessAreaSec p {
	margin: 0;
	text-align: center;
	font-size: 20px;
}

.businessAreaFoot {
	padding: 152px 0 48px;
	background: url(../images/recruit02/arrow_down.png) no-repeat center 26px;
	text-align: center;
	font-size: 20px;
}

.businessAreaFoot > :last-child {
	margin-bottom: 0;
}


/* ---------------------------------------------------------------------------------------- 

	ゆびすいの8つの魅力	

---------------------------------------------------------------------------------------- */

.topCharm {
	padding: 92px 0 0;
	background: #2f8fc6 url(../images/recruit02/topcharm_bg.jpg) no-repeat center top;
	background-size: cover;
	color: #fff;
}

.topCharmSec {
	width: 494px;
}

.topCharmSec:nth-child(odd) {
	float: left;
}

.topCharmSec:nth-child(even) {
	float: right;
}

.topCharmBox h4 {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: none;
	background-color: rgba(34, 34, 34, 0.75);
	border: none;
	border-radius: 7px;
	text-align: center;
	font-size: 24px;
	line-height: 1.7;
	color: #fff;
	font-weight: normal;
}

.topCharmBox h4 > div {
	box-sizing: border-box;
	display: table-cell;
	padding: 16px;
	vertical-align: middle;
}

.topCharmBox .photo,
.topCharmBox .slide {
	margin: 30px 0;
	text-align: center;
}


.topCharmBox .text {
	font-size: 24px;
}


.topFlow {
	background: #fff url(../images/recruit02/flow_bg.jpg) no-repeat 0 0;
	text-align: center;
}

.topRequirements {
	background: #333 url(../images/recruit02/requirements_bg.jpg) no-repeat 100% 0;
	text-align: center;
}


.topFlow p a,
.topRequirements p a {
	display:block;
	width:auto;
	height:auto;
}


.topFlow p,
.topRequirements p {
	margin: 0;
}

.educationaBox {
	padding: 100px 0;
}

.educationaBox .lead {
	margin-bottom: 52px;
	font-size: 20px;
}

.educationaBox .body {
	margin: 0 148px 35px 147px;
}

.educationaBox .photo,
.educationaBox .slide {
	margin-bottom: 56px;
}


/* ---------------------------------------------------------------------------------------- 

	opt2

---------------------------------------------------------------------------------------- */

.interviewWrap {
	padding: 100px 0 52px;
	background: url(../images/recruit02/interview_bg.jpg) no-repeat center top;
	background-size: cover;
	color: #fff;
}

.interviewList {
	margin-bottom: 36px;
}

.interviewList ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.interviewList li {
	float: left;
	width: 50%;
	margin: 0 0 12px;
	padding: 0;
	background: none;
}

.interviewList li:nth-child(odd) {
	clear: both;
	text-align: left;
}

.interviewList li:nth-child(even) {
	text-align: right;
}

.interviewMovie {
	margin-left: -10px;
	margin-right: -10px;
}

.interviewMovieBox {
	box-sizing: border-box;
	float: left;
	width: 33.3333333333%;
	padding: 0 10px;
}

.interviewVideo {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	border: 3px solid #fff;
}

.interviewVideo iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}


/* ---------------------------------------------------------------------------------------- 

	opt3

---------------------------------------------------------------------------------------- */

.opt3Entry {
	margin-bottom: 72px;
	padding: 40px 0;
	background-color: #0A8AD3;
}

.btnEntry {
	margin-bottom: 22px;
}

.btnEntry a {
	position: relative;
	box-sizing: border-box;
	display: block;
	padding: 52px 0;
	background: url(../images/recruit02/btn_entry.jpg) repeat 0 0;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 32px;
}

.btnEntry a:hover {
	color: #fed395;
}

.btnEntry a:before {
	content: url(../images/recruit02/arrow_w13.png);
	position: absolute;
	top: 50%;
	right: 24px;
	margin-top: -12px;
}

.hBox .btnEntry {
	margin-bottom: 6px;
}

.hBox .btnEntry a {
	width: 352px;
	margin: 0 0 0 auto;
	padding: 10px 0;
	font-size: 15px;
}

.hBox .btnEntry a:before {
	content: url(../images/recruit02/arrow_w7.png);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
}

.btnGroup {
	margin: 0 -11px;
}

.btnGroup .btnGroup4Com {
	box-sizing: border-box;
	float: left;
	width: 33.3333333333%;
	padding: 0 11px;
}

.btnGroup p {
	margin: 0;
}

.btn a {
	position: relative;
	box-sizing: border-box;
	display: block;
	padding: 44px 0;
	border-width: 4px;
	border-style: solid;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 24px;
}

.btn a:hover {
	background-color: #4cafe8;
	color: #fff;
}

.btn.small a {
	padding: 16px 0;
}

.educationaBox .btn.blue a:hover {
	background: #cbe7f7;
}

.btn.white {
	border-color: #fff;
}

.btn.white a:before {
	content: url(../images/recruit02/arrow_w9.png);
	position: absolute;
	top: 50%;
	right: 24px;
	margin-top: -8px;
}

.btn.blue a {
	border-color: #0A8AD2;
	color: #0B8AD2;
}

.btn.blue.small a:before {
	content: url(../images/recruit02/arrow_b9.png);
	position: absolute;
	top: 50%;
	right: 24px;
	margin-top: -8px;
}
