@charset "UTF-8";

/* ▼▼▼ 採用情報
======================================================*/
/* スライダー
--------------------------------------- */
#mainVisual{
	display: flex;
	max-height: 100vh;
	position: relative;
	}
	#mainVisual::after{
		content: "";
		width: 150%;
		height: 200vw;
		background: #255190;
		background: -moz-linear-gradient(25deg,  #255190 0%, #2989d8 21%, #7ab5dc 35%);
		background: -webkit-linear-gradient(25deg,  #255190 0%,#2989d8 21%,#7ab5dc 35%);
		background: linear-gradient(65deg,  #255190 0%,#2989d8 21%,#7ab5dc 35%);
		position: absolute;
		top: 78%;
		left: -20%;
		-webkit-transform: rotate(113deg);
		transform: rotate(113deg);
	}
	#mainVisual > div{
		width: 25%;
	}
	#mainVisual h1{
		width: 40%;
		max-width: 461px;
		margin: auto;
		position: absolute;
		top: 28%;
		left: 12%;
	}
/* パンくず
--------------------------------------- */
#path{
	position: relative;
	z-index: 9;
	height: 20px;
	}
	#path ol{
		position: absolute;
	}
	#path li,
	#path li a,
	#path li:not(:last-child):after{
		color: #fff;
	}
/* read_box
--------------------------------------- */
div.read_box p.read{
	padding: 60px 0;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	position: relative;
	}
	div.read_box p.read::after{
		content: "YOUR VISION FIRST";
		width: 100%;
		font-size: 150px;
		line-height: 1;
		color: rgba(23, 49, 85,.09);
		font-family: 'Oswald', sans-serif;
		font-weight: normal;
		white-space: nowrap;
		position: absolute;
		bottom: -10px;
		left: 60px;
	}
/* ナビ
--------------------------------------- */
ul.sub_nav{
	justify-content: space-between;
	position: relative;
	z-index: 	1;
	}
	ul.sub_nav li{
		width: 48%;
		margin-bottom: 10px;
	}
	ul.sub_nav li a{
		display: flex;
		align-items: center;
		justify-content: center;
		height: 80px;
		background: #fff;
		box-shadow: 4px 4px 0 #000;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		line-height: 1.4;
		position: relative;
	}
	ul.sub_nav li a::after{
		content: "";
		width: 8px;
		height: 8px;
		border-top: 2px solid #7AB5DC;
		border-right: 2px solid #7AB5DC;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		position: absolute;
		top: 42%;
		right: 25px;
	}
/* 先輩の声共通
--------------------------------------- */
#voice{
	padding-bottom: 0;
}
/* タイトル */
section#voice .boder_title span{
	color: #fff;
	}
	section .boder_title span::after{
		width: 92px;
		margin: auto;
		right: 0;
	}
	section#voice .boder_title span::after{
		background: #FFE200;
	}
.q_title{
	text-align: center;
	}
	.q_title span{
		display: inline-block;
		border: 5px solid #fff;
		padding: 30px;
		color: #fff;
		font-size: 30px;
		font-weight: bold;
		text-align: center;
		position: relative;
	}
	.q_title span::before{
		content: "";
		width: 170px;
		height: 66px;
		background: url(../img/recruit/question_txt.png)no-repeat center center/cover;
		position: absolute;
		top: -34px;
		left: -92px;
	}
ul.voice_list{
	display: flex;
	flex-wrap: wrap;
	}
	ul.voice_list li{
		width: 50%;
		height: 55%;
	}
	ul.voice_list li a{
		display: block;
		height: 100%;
		padding: 20px;
		position: relative;
		z-index: 1;
	}
	ul.voice_list li a::after{
		content: "";
		width: 60px;
		height: 60px;
		background: url(../img/recruit/icon_movie.png)no-repeat center center/cover;
		position: absolute;
		bottom: 25px;
		right: 20px;
		z-index: -1;
	}
	ul.voice_list li a:before{
		content: "";
		width: 100%;
		height: 50%;
		background: -moz-linear-gradient(top,  rgba(0,0,0,0) 27%, rgba(0,0,0,0.4) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 27%,rgba(0,0,0,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(0,0,0,0) 27%,rgba(0,0,0,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -1;
	}
	ul.voice_list li a:hover::before{
		height: 100%;
		background: rgba(0, 0, 0,.4);
		z-index: 2;
	}
	ul.voice_list li a:hover{
		cursor: pointer;
	}
	ul.voice_list li p.oswald{
		color: #fff;
		font-size: 20px;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		position: absolute;
		top: 15px;
		right: 15px;
	}
	ul.voice_list li div.comment{
		margin:50% 0 25px;
	}
	ul.voice_list li div.comment p{
		display: table;
		padding: 3px 10px;
		margin-bottom: 10px;
		font-weight: bold;
	}
	ul.voice_list li div.comment.l_blue p{background: #CBEAFF;}
	ul.voice_list li div.comment.blue p{background: #285492;color: #fff;}
	ul.voice_list li div.comment.yellow p{background: #FFE200;}
	ul.voice_list li h4{
		color: #fff;
		font-size: 50px;
		font-weight: bold;
	}
	ul.voice_list li h4 span{
		display: block;
		font-size: 20px;
		line-height: 1;
	}
/* ライトボックス */
#cboxContent{
	overflow: visible;
}
#cboxOverlay{
	background: rgba(180,180,180,.7);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	opacity: 1!important;
}
#cboxLoadedContent{
	margin: 0;
}
#cboxTopCenter{
	height: 60px;
}
#cboxClose{
	width: 110px;
	height: 50px;
	top: -60px;
	background: url(../img/recruit/icon_close.png)no-repeat center center/contain!important;
}
/* 先輩の声vision */
#voice .vision .q_title span{
	border-bottom: none;
}
#voice .vision ul.voice_list li:nth-child(1) a{background: url(../img/recruit/vision_img01.jpg)no-repeat center center/cover;}
#voice .vision ul.voice_list li:nth-child(2) a{background: url(../img/recruit/vision_img02.jpg)no-repeat center center/cover;}
/* 先輩の声career */
#voice .career{
	padding-top: 100px;
	background: #255190;
	background: -moz-linear-gradient(bottom,  #255190 0%, #2989d8 51%, #7ab5dc 100%);
	background: -webkit-linear-gradient(bottom,  #255190 0%,#2989d8 51%,#7ab5dc 100%);
	background: linear-gradient(to bottom,  #255190 0%,#2989d8 51%,#7ab5dc 100%);
	position: relative;
	}
	#voice .career ul.voice_list li:nth-child(1) .q_title{
		margin-top: 20%;
	}
	#voice .career ul.voice_list li:nth-child(1) .q_title span{
		padding: 10% 9%;
	}
	#voice .career ul.voice_list li:nth-child(2) a{background: url(../img/recruit/career_img01.jpg)no-repeat center center/cover;}
	#voice .career ul.voice_list li:nth-child(3) a{background: url(../img/recruit/career_img02.jpg)no-repeat center center/cover;}
	#voice .career ul.voice_list li:nth-child(4) a{background: url(../img/recruit/career_img03.jpg)no-repeat center center/cover;}
/* 先輩の声career */

/* 先輩の声career2 */
	#voice .career2{
			margin-top: 100px;
		}
	#voice .career2 .q_title span{
		border-bottom: none;
	}
	#voice .career2 ul.voice_list li:nth-child(1) a{background: url(../img/recruit/career_img01.jpg)no-repeat center center/cover;}
	#voice .career2 ul.voice_list li:nth-child(2) a{background: url(../img/recruit/career_img02.jpg)no-repeat center center/cover;}

/*#voice .reason{
	padding: 100px 0;
	background: #255190;
	background: -moz-linear-gradient(right,  #255190 0%, #2989d8 51%, #7ab5dc 100%);
	background: -webkit-linear-gradient(right,  #255190 0%,#2989d8 51%,#7ab5dc 100%);
	background: linear-gradient(to right,  #255190 0%,#2989d8 51%,#7ab5dc 100%);
	position: relative;
	}
	.reason .q_title span{
		border-bottom: none;
	}*/
/* reason */
#voice .reason{
	padding-top: 100px;
	background: #255190;
	background: -moz-linear-gradient(bottom,  #255190 0%, #2989d8 51%, #7ab5dc 100%);
	background: -webkit-linear-gradient(bottom,  #255190 0%,#2989d8 51%,#7ab5dc 100%);
	background: linear-gradient(to bottom,  #255190 0%,#2989d8 51%,#7ab5dc 100%);
	position: relative;
	}
	#voice .reason ul.voice_list li:nth-child(1) .q_title{
		margin-top: 20%;
	}
	#voice .reason ul.voice_list li:nth-child(1) .q_title span{
		padding: 10% 9%;
	}
	#voice .reason ul.voice_list li:nth-child(2) a{background: url(../img/recruit/reason_img01.jpg)no-repeat center center/cover;}
	#voice .reason ul.voice_list li:nth-child(3) a{background: url(../img/recruit/reason_img02.jpg)no-repeat center center/cover;}
	#voice .reason ul.voice_list li:nth-child(4) a{background: url(../img/recruit/reason_img03.jpg)no-repeat center center/cover;}
	/*#voice .reason ul.voice_list li:nth-child(4) a{background: url(../img/recruit/reason_img04.jpg)no-repeat center center/cover;}*/
/* 募集要項
--------------------------------------- */
section#requirement .boder_title{
	position: relative;
	}
	section#requirement .boder_title::before{
		content: "REQUIREMENT";
		width: 100%;
		font-size: 180px;
		line-height: 1;
		color: #F8F8F8;
		font-family: 'Oswald', sans-serif;
		font-weight: normal;
		white-space: nowrap;
		position: absolute;
		bottom: -130px;
		left: -225px;
	}
	/* ナビ */
	section#requirement ul.sub_nav{
		justify-content: flex-start;
		margin-bottom: 60px;
	}
	section#requirement ul.sub_nav li{
		width: 32%;
		margin-right: 20px;
	}
	section#requirement ul.sub_nav li:nth-child(3n){
		margin-right: 0;
	}
	section#requirement ul.sub_nav li a{
		box-shadow: none;
		border: 1px solid #000;
		font-size: 16px;
		font-weight: normal;
	}
	section#requirement .title_l_blue{
		border-bottom: 1px solid #67B6E0;
		padding-bottom: 10px;
		margin-bottom: 20px;
		color: #67B6E0;
		font-size: 26px;
	}
	section#requirement .inner{
		margin-bottom: 80px;
	}
	section#requirement .title_gradation small{
		font-size: 20px;
	}
	section#requirement ul.square_list li:not(:last-child){
		margin-bottom: 40px;
	}
	section#requirement ul.square_list li h5{
		margin-bottom: 10px;
		font-size: 20px;
		position: relative;
	}
	section#requirement ul.square_list li h5::before{
		display: inline-block;
		content: "";
		width: 15px;
		height: 15px;
		background: #67B6E0;
		margin-right: 7px;
	}
	section#requirement .dl_bg_list a{
		color: #67B6E0;
		text-decoration: underline;
	}

/* エントリーボタン */
.entry_btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90%;
	max-width: 620px;
	height: 100px;
	margin: 0 auto 10px;
	background: #F5FBFF;
	border: 2px solid #1D3153;
	box-shadow: 2px 2px 0 #1D3153;
	text-align: center;
	font-size: 24px;
	line-height: 1.3;
	position: relative;
	}
	.entry_btn a::before{
		display: inline-block;
		content: "";
		width: 50px;
		height: 50px;
		background: url(../img/recruit/icon_entry.png)no-repeat center center/cover;
		margin-right: 20px;
	}
	.entry_btn a::after{
		content: "";
		width: 12px;
		height: 12px;
		border-top: 2px solid #1D3153;
		border-left: 2px solid #1D3153;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		position: absolute;
		top: 43%;
		right: 25px;
	}


/* ▼▼▼ 480px〜768px
======================================================*/
@media screen and (max-width: 768px){

	/* スライダー
	--------------------------------------- */
	#mainVisual{
		flex-wrap: wrap;
		}
		#mainVisual::after{
			width: 190%;
			height: 200vw;
			top: 106%;
			left: -58%;
			-webkit-transform: rotate(120deg);
			transform: rotate(120deg);
		}
		#mainVisual > div{
			width: 50%;
		}
		#mainVisual h1{
			width: 80%;
			top: 35.5%;
			left: 15%;
		}

	/* read_box
	--------------------------------------- */
	div.read_box p.read{
		padding: 60px 0 30px;
		font-size: 17px;
		}
		div.read_box p.read::after{
			font-size: 46px;
			top: 27px;
			bottom: initial;
			left: 12px;
		}
	/* ナビ
	--------------------------------------- */
		ul.sub_nav li{
			width: 98.5%;
			margin-bottom: 20px;
		}
		ul.sub_nav li a{
			height: 60px;
			font-size: 16px;
		}
	/* 先輩の声共通
	--------------------------------------- */
	/* タイトル */
		section .boder_title span::after{
			width: 70px;
		}
		.q_title span{
			display: block;
			max-width: 290px;
			border: 3px solid #fff;
			padding: 20px;
			margin: 0 auto;
			font-size: 16px;
			line-height: 1.6;
		}
		.q_title span::before{
			width: 103px;
			height: 40px;
			top: -24px;
			left: -23px;
		}
	ul.voice_list{
		display: block;
		}
		ul.voice_list li{
			width: 100%;
		}
		ul.voice_list li a{
			padding: 15px;
		}
		ul.voice_list li a::after{
			width: 40px;
			height: 40px;
			bottom: 20px;
			right: 15px;
		}
		ul.voice_list li p.oswald{
			font-size: 12px;
		}
		ul.voice_list li div.comment{
			margin: 45% 0 15px;
		}
		ul.voice_list li div.comment p{
			padding: 0px 7px;
			margin-bottom: 7px;
			font-size: 12px;
		}
		ul.voice_list li h4{
			font-size: 27px;
		}
		ul.voice_list li h4 span{
			font-size: 12px;
		}
	/* ライトボックス*/
	#cboxTopCenter{
			height: 45px;
		}
		#cboxClose{
			width: 75px;
	    height: 45px;
			top: -45px;
		}
	/* 先輩の声vision */
	/* 先輩の声career */
	#voice .career{
		padding-top: 60px;
		}
		#voice .career ul.voice_list li:nth-child(1) .q_title{
			margin: 0 auto -5px;
		}
		#voice .career ul.voice_list li:nth-child(1) .q_title span{
			padding: 20px;
		}
	/* 先輩の声career */
	/* 先輩の声reason */
	#voice .reason{
		padding-top: 60px;
		}
		#voice .reason ul.voice_list li:nth-child(1) .q_title{
			margin: 0 auto -5px;
		}
		#voice .reason ul.voice_list li:nth-child(1) .q_title span{
			padding: 20px;
		}
	/* 先輩の声reason */
/*	#voice .reason{
		padding: 60px 0;
		}*/

	/* 募集要項
	--------------------------------------- */
		section#requirement .boder_title::before{
			font-size: 40px;
			bottom: -16px;
			left: -70px;
		}
		/* ナビ */
		section#requirement ul.sub_nav{
			margin-bottom: 30px;
		}
		section#requirement ul.sub_nav li{
			width: 100%;
		}
		section#requirement ul.sub_nav li a{
			font-size: 14px;
		}
		section#requirement .title_l_blue{
			margin-bottom: 15px;
			font-size: 18px;
		}
		section#requirement .inner{
			margin-bottom: 50px;
		}
		section#requirement .title_gradation small{
			font-size: 14px;
		}
		section#requirement ul.square_list li:not(:last-child){
			margin-bottom: 40px;
		}
		section#requirement ul.square_list li h5{
			margin-bottom: 10px;
			font-size: 16px;
		}
		section#requirement ul.square_list li h5::before{
			width: 11px;
			height: 11px;
		}
	/* エントリーボタン */
	.entry_btn a{
		height: 80px;
		border: 2px solid #1D3153;
		box-shadow: 2px 2px 0 #1D3153;
		font-size: 17px;
		}
		.entry_btn a::before{
			width: 35px;
			height: 35px;
			margin: 0 15px 0 -30px;
		}
		.entry_btn a::after{
			width: 10px;
			height: 10px;
			border-top: 2px solid #1D3153;
			border-left: 2px solid #1D3153;
			top: 43%;
			right: 20px;
		}
}
