@charset "UTF-8";

/* reset */
@import url(reset.css);

/* web font*/
@import url(//netdna.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.css);


/* common --------------------------------------------------------------- */	
.dsk {
	display: block !important;
	}

.mob {
	display: none !important;
	}
	
@media(max-width: 768px){
	.dsk {
		display: none !important;
		}
		
	.mob {
		display: block !important;
		}
	}
	
	

/* body --------------------------------------------------------------- */
body,
a,
input,
select,
textarea {
	color: #333333;
	font-size: 14px;
	line-height: 1;
	font-family: Arial, Helvetica, 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
	}

.opacity {
	-ms-filter: "alpha(opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	}

@media(max-width: 768px){
	body,
	a,
	input,
	select,
	textarea {
		font-size: 14px;
		}
	}



/* header --------------------------------------------------------------- */
#header {
	width: 100%;
	z-index: 9999;
	background-color: #ffffff;
	position: fixed;
	left: 0;
	top: 0;
	}
	
	#header #headerInner {
		margin: 0 auto;
		}
		
		#header #headerInner ul {
			width: 100%;
			display: table;
			}
			
			#header #headerInner ul li {
				width: 56%;
				display: table-cell;
				text-align: center;
				vertical-align: middle;
				padding: 20px 0;
				}
				
				#header #headerInner ul li a {
					font-size: 15px;
					display: inline-block;
					}
				
				body.nav1 #header #headerInner ul li a.nav1,
				body.nav2 #header #headerInner ul li a.nav2,
				body.nav3 #header #headerInner ul li a.nav3,
				body.nav4 #header #headerInner ul li a.nav4,
				body.nav5 #header #headerInner ul li a.nav5,
				body.nav6 #header #headerInner ul li a.nav6 {
					opacity: 0.3;
					}
				
			#header #headerInner ul li#logo,
			#header #headerInner ul li#app {
				width: 22%;
				box-sizing: border-box;
				-webkit-background-size: auto 100%;
				-moz-background-size: auto 100%;
				-o-background-size: auto 100%;
				background-size: auto 100%;
				}
			
			#header #headerInner ul li#logo {
				padding-right: 2%;
				background-image: url(../../img/header/logoBg.png);
				background-position: right top;
				background-color: #2d4987;
				}
				
				#header #headerInner ul li#logo a {
					width: 170px;
					color: #ffffff;
					}
					
					#header #headerInner ul li#logo a img {
						width: 100%;
						}
						
					#header #headerInner ul li#logo a span {
						font-size: 13px;
						padding-top: 3px;
						}
			
			#header #headerInner ul li#app {
				padding-left: 2%;
				background-image: url(../../img/header/appBg.png);
				background-position: left bottom;
				background-color: #e60012;
				}
				
				#header #headerInner ul li#app a {
					color: #ffffff;
					}
			
			#header #headerInner ul li#nav {
				}
			
				#header #headerInner ul li#nav a {
					color: #2d4987;
					font-weight: bold;
					margin: 0 10px;
					}
						
@media(max-width: 768px){
	#header {
		display: none;
		}
	}



/* mobnav --------------------------------------------------------------- */
#mobnav {
	display: none;
	}

@media(max-width: 768px){
#mobnav {
	display: block;
	width: 100%;
	height: 60px;
	background-color: #2d4987;
	z-index: 9999;
	position: fixed;
	left: 0;
	top: 0;
	}
	
	#mobnav h1 {
		width: 140px;
		text-align: center;
		position: fixed;
		left: 5%;
		top: 14px;
		}
		
		#mobnav h1 span {
			padding-top: 3px;
			font-size: 12px;
			color: #ffffff;
			}
		
		#mobnav h1 img {
			width: 100%;
			}
	
	#mobnav ul {
		width: 100%;
		background-color: #ffffff;			
		position: absolute;
		left: -100%;
		top: 60px;
		}
		
		#mobnav ul li {
			padding: 20px 0;
			border-top: solid 1px;
			border-color: #dddddd !important;
			text-align: center;
			}
			
		#mobnav ul li.app {
			background-color: #e60012;
			}
			
			#mobnav ul li.app a {
				color: #ffffff;
				}
						
	#mobnav #menu {
		width: 60px;
		height: 60px;
		cursor: pointer;
		transition: all 0.2s;		
		position: absolute;
		right: 0;
		top: 0;
		}
		
		#mobnav #menu.open {
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
			}
	}
	
		
		
/* wrapper --------------------------------------------------------------- */
#wrapper {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	}

@media screen and (max-width: 768px){
	}
	
	

/* 見出し --------------------------------------------------------------- */
h2 {
	font-weight: bold;
	text-align: center;
	letter-spacing: 1.5px;
	}
	
	
	
/* アイコン --------------------------------------------------------------- */
.fa {
	padding-left: 5px;
	}



/* border --------------------------------------------------------------- */
.bor {
	position: relative;
	display: inline-block;
	padding: .4em;
	text-decoration: none;
	}

.bor::after {
	content: '';
	width: 100%;
	height: 3px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #ffed0f;
	background-color: #2d4987;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	bottom: 0;
	left: 0;
	}
	
.bor:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	}

@media screen and (max-width: 768px){
	}



/* trans --------------------------------------------------------------- */
.trans {
	-ms-filter: "alpha(opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	transform : translate(0, 50px);
	transition : all 500ms;
	}
	
	.trans.scrollin {
		-ms-filter: "alpha(opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
		transform : translate(0, 0);
		}



/* visualUnder --------------------------------------------------------------- */
#visualUnder,
#visualUnder p {
	}

#visualUnder {
	margin: 0 auto;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	}
	
	#visualUnder #visualUnderInner {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		padding: 150px 0;
		color: #ffffff;
		}
		
		#visualUnder #visualUnderInner h1 {
			font-size: 28px;
			font-weight: bold;
			letter-spacing: 2px;
			}
			
			#visualUnder #visualUnderInner h1 span {
				font-size: 13px;
				padding: 7px 0 0 3px;
				}
				
@media screen and (max-width: 768px){
	#visualUnder,
	#visualUnder p {
		}
	
	#visualUnder {
		background-image: url(../../img/faq/visual_mob.jpg);
		}
		
		#visualUnder #visualUnderInner {
			margin-top: 60px;
			padding: 120px 5%;
			}
			
			#visualUnder #visualUnderInner h1 {
				font-size: 24px;
				margin-bottom: 30px;
				}
				
			#visualUnder #visualUnderInner p {
				font-size: 15px;
				}
	}



/* パンくずリスト --------------------------------------------------------------- */
#breadcrumb {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 10px 0 30px 0;
	}
	
	#breadcrumb,
	#breadcrumb a {
		font-size: 12px;
		}
		
		#breadcrumb a {
			display: inline-block;
			text-decoration: underline;
			}

@media screen and (max-width: 768px){
	#breadcrumb {
		padding: 10px 0;
		}
	}
			


/* banner --------------------------------------------------------------- */
.banner {
	width: 100%;
	overflow: hidden;
	}
	
	.banner li {
		float: left;
		text-align: center;
		}
		
	.bannerTxt {
		width: 65%;
		padding: 120px 0;
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
		}
	
		.bannerTxt h2 {
			color: #ffffff;
			font-size: 18px;
			margin-bottom: 20px;
			}
		
		.bannerTxt p {
			display: inline-block;
			width: 250px;
			margin: 0 auto;
			padding: 20px 0;
			color: #ffffff;
			font-size: 12px;
			border: solid 1px;
			border-color: #ffffff;
			text-align: center;
			letter-spacing: 1.5px;			
			background-color: transparent;
			transition: .3s;
			position: relative;
			z-index: 2;
			}
			
		.bannerTxt p::after {
			display: block;
			width: 0;
			height: 100%;
			margin: 0;
			background: rgba(0,0,0,.2);
			transition: .3s;
			content: "";
			z-index: -1;
			position: absolute;
			left: 0;
			top: 0;
			}
			
		.banner:hover .bannerTxt p::after {
			width: 100%;
			}

	.bannerImg {
		width: 35%;
		background-position: center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		}
	
@media screen and (max-width: 768px){
	.banner {
		}
		
		.banner li {
			text-align: center;
			}
			
		.bannerTxt {
			width: 65%;
			padding: 80px 0;
			}
		
			.bannerTxt h2 {
				font-size: 16px;
				margin-bottom: 10px;
				}
			
			.bannerTxt p {
				width: 100%;
				padding: 0;
				border: 0;
				letter-spacing: 1px;
				}
			
			.bannerTxt p::after,
			.banner:hover .bannerTxt p::after {
				content: none;
				}
				
		.bannerImg {
			width: 35%;
			background-position: center center;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			}
	}
	
	
	
/* app（新卒採用 / キャリア採用） --------------------------------------------------------------- */
#app {
	margin: 0 auto;
	overflow: hidden;
	}
	
	#app #graduate,
	#app #career {
		width: 50%;
		box-sizing: border-box;
		}
	
	#app #graduate {
		float: left;
		background-color: #70ce29;
		}
		
		#app #graduate .bannerTxt {
			background-image: url(../../img/common/maskT.png);
			background-position: right top;
			}
		
		#app #graduate .bannerImg {
			background-image: url(../../img/home/graduate/bg.jpg);
			}
		
	#app #career {
		float: right;
		background-color: #609ae1;
		}
		
		#app #career .bannerTxt {
			background-image: url(../../img/common/maskT.png);
			background-position: right top;
			}
		
		#app #career .bannerImg {
			background-image: url(../../img/home/career/bg.jpg);
			}
	
	@media screen and (max-width: 768px){
		#app {
			}
			
			#app #graduate,
			#app #career {
				width: 100%;
				}
			
			#app #graduate {
				float: none;
				}
				
				#app #graduate .bannerTxt {
					float: right;
					background-image: url(../../img/common/maskT.png);
					}
				
				#app #graduate .bannerImg {
					float: left;
					}
				
			#app #career {
				float: none;
				}
				
				#app #career .bannerTxt {
					float: left;
					background-image: url(../../img/common/maskB.png);
					}
				
				#app #career .bannerImg {
					float: right;
					}
		}
		
		
								
/* footer --------------------------------------------------------------- */
#footer {
	padding: 100px 0 20px 0;
	position: relative;
	}
	
	#footer #footerInner {
		width: 90%;
		max-width: 1100px;
		margin: 0 auto;
		}
	
	#footer #footerInner,
	#footer #footerInner a {
		font-size: 13px;
		line-height: 1.8;
		}
		
		#footer #footerInner ul {
			display: table;
			width: 100%;
			margin-bottom: 100px;
			}
		
		#footer #footerInner ul li {
			display: table-cell;
			width: 25%;
			padding-right: 10%;
			}
			
		#footer #footerInner ul li:first-child {
			width: 35%;
			}
			
			#footer #footerInner ul li:first-child span {
				font-size: 115%;
				font-weight: bold;
				}
			
		#footer #footerInner ul li:last-child {
			width: 15%;
			padding-right: 0;
			text-align: right;
			}
			
			#footer #footerInner ul li h3 {
				margin-bottom: 10px;
				}
				
				#footer #footerInner ul li h3 a {
					font-size: 15px;
					font-weight: bold;
					letter-spacing: 1px;
					}
				
			#footer #footerInner ul li a {
				margin-bottom: 5px;
				}
				
				#footer #footerInner ul li a .fa {
					font-size: 100%;
					padding: 0 3px 0 0;
					}
	
			#footer #footerInner ul li:last-child a {
				display: inline-block;
				width: 30px;
				margin-left: 15px;
				}
				
				#footer #footerInner ul li:last-child a img {
					width: 100%;
					}
			
		#footer #footerInner #copyright p {
			font-size: 10px;
			text-align: center;
			}
	
@media(max-width: 768px){
	#footer {
		padding: 30px 0 20px 0;
		}
		
		#footer #footerInner {
			}
		
		#footer #footerInner,
		#footer #footerInner a {
			font-size: 13px;
			line-height: 1.8;
			}
			
			#footer #footerInner ul {
				display: block;
				overflow: hidden;
				margin-bottom: 30px;
				}
			
			#footer #footerInner ul li {
				float: left;
				display: block;
				width: 50%;
				padding-right: 0;
				}
				
			#footer #footerInner ul li:first-child {
				width: 100%;
				float: none;
				margin-bottom: 30px;
				}
				
			#footer #footerInner ul li:last-child {
				width: 100%;
				margin-top: 30px;
				padding-right: 0;
				text-align: center;
				}
			
			#footer #footerInner #copyright p {
				font-size: 9px;
				}
	}



/* pagetop --------------------------------------------------------------- */
#pagetop {
	display: none;
	width: 50px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 99;
	}
		
	#pagetop a {
		width: 50px;
		height: 50px;
		}
		
		#pagetop a img {
			width: 100%;
			}

@media(max-width: 768px){
	#pagetop {
		right: 10px;
		bottom: 10px;
		}
	}
	
	

/* ginoushi --------------------------------------------------------------- */
#ginoushi {
	width: 46px;
	position: absolute;
	right: 90px;
	bottom: 22px;
	}
	
	#ginoushi img {
		width: 100%;
		}

@media(max-width: 768px){
	#ginoushi {
		right: inherit;
		left: 10px;
		bottom: 10px;
		}
	}