@charset "utf-8";
/* CSS Document */
/*
============================================================
*	common.css
============================================================
*/
/* 初期化
==========================================================*/
@import url("reset.css");
@import url("animation.css");
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700');


/* 
==========================================================*/
html,body{
	height:100%;
}
body{
	font-family: '游ゴシック', YuGothic, Hiragino Sans, 'ヒラギノ角ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
	font-size:15px;
	line-height:1.8;
	color:#555;
	background:#fff;
}
a,a:link{
	color:#007ac3;
	text-decoration: none;
	transition: 0.2s ease-in-out;
}
/*a:visited{text-decoration:none;}*/
a:hover{text-decoration: none;}
/*a:active{text-decoration:none;}*/
.pc_only{display: block;}
.sp_only{display: none;}

.container{
	width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	min-width: 1000px;
	position: relative;
}
.container_1200{
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	min-width: 1200px;
	position: relative;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* ヘッダー
==========================================================*/
header{
	height: 80px;
	background: #fff;
	z-index: 1;
	position: fixed;
	width: 100%;
	top: 0;
}
.header_logo{
	float: left;
	margin: 28px;
}
.header_logo a:hover{
	opacity: .6;
}
.logo img{
	width: 200px;
}


@media screen and (max-width: 1000px){
	header{
		height:50px;
		background: #fff;
		z-index: 1;
		position: fixed;
		width: 100%;
		top: 0;
	}
	.header_logo{
		float: left;
		margin: 14px 0 0 15px;
	}
	.logo img{
		width: 200px;
	}

}

/* グローバルナビ
----------------------------------------------------------*/
#gnav{
	float: right;
	margin: 0;
}
#gnav a{	
	color: #3e3e3e;
	display: inline-block;
	height: 80px;
	box-sizing: border-box;
	font-size: 14px;
	padding: 15px 30px;
	text-align: center;
	position: relative;
}
#gnav span{
	display: block;
	color: #0c80c6;
	font-size: 10px;
	font-weight: 300;
	letter-spacing: .2em;
	font-family: 'Oswald';
}
.gnavi nav > ul{
	display: flex;
}
.gnavi ul li{
	letter-spacing: .1em;
}
#gnav > ul > li.contact a{
	color: #fff;
	background: #0c80c6;
}
#gnav > ul > li.contact span{
	color: #fff;
}
#gnav ul li > ul li{
	display: inline-block;
}
#gnav > ul {
	display: flex;
	padding-left: 50px;
}
#gnav > ul > li {
	letter-spacing: .1em;
}

#gnav > ul > li:hover .menu {
  max-height: 9999px;
  opacity: 1;
}

#gnav > ul .menu {
	transition: all .2s ease-in-out;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	left: 0;
	text-align: center;
	position: absolute;
	background: #fff url(../images/bg_footer.png) -20px -20px no-repeat;
	box-shadow: 0 10px 15px rgba(0,0,0,.05);
}
#gnav > ul .menu .menu_inner {
	padding: 50px 0;
}
#gnav > ul .menu .menu_inner li {
	display: inline-block;
	margin: 0 .5em;
}
#gnav > ul .menu a {
  color: #0c80c6;
  padding: 10px 20px;
  height: auto;
}
.menu_inner .fa-arrow-right{
	display: inline-block;
	margin: 0 0 0 20px;
	color: #ccc;
	font-size: 12px;
}
#gnav ul li a:hover{
	opacity: .6;
}
#gnav ul li a::after{
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 2px;
	background-color: #0c80c6;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#gnav ul li  a:hover::after {
	width: 80%;
}



@media screen and (max-width: 1000px){
	#gnav{
		float: none;
		border-top: none;
		border-bottom: none;
		margin: 0;
		line-height: 2;
	    padding: 20px 20px 20px;
	    position: relative;
	    height: 100%;
		font-weight: normal;
		font-size: 15px;
		text-align: left;
	}
	#gnav > ul{
		display: block;
		float: none;
		width: auto;
		margin: 20px 0 0;
		padding-left: 0;
	}
	#gnav a{
		text-align: left;
		height: auto;
	}
	#gnav ul li{
		display: block;
		padding: 0;
		float: none;
		text-align: left;
		margin-right: 20px;
	}
	#gnav ul li.pc_only{display: none;}
	#gnav ul li.sp_only{display: block;}	
	#gnav ul li a{
		display: block;
		padding: 10px 0;
		font-size: 15px;
		letter-spacing: .2em;
	}
	#gnav > ul .menu a {
	  padding: 0 0 0 10px;
	}
	#gnav ul li a:hover{
		opacity: 1;
	}
	#gnav ul li a::after{
		display: none;
	}
	#gnav ul li a{
		color: #000;
		text-decoration: none;
	}
	#gnav > ul .menu {
		height: auto;
		max-height:9999px;
		display: block;
		opacity: 1;
		width: 100%;
		position: relative;
		background: none;
		box-shadow: none;

	}
	#gnav > ul .menu .menu_inner {
		padding: 0px 0 25px;
	}
	#gnav > ul .menu .menu_inner li {
		display: block;
		margin: 0 .5em;
	}	
	#gnav > ul > li.contact a{
		color: #000;
		background: none;
	}
	#gnav > ul > li.contact span{
		color: #0c80c6;
	}

	.menu_inner .fa-arrow-right{
		display: none;
	}
	.sp_menu{
		background: #fff;
		width: 100%;
		overflow: hidden;
		height: 100vh;
		position: fixed;
	    display: none;
	    box-sizing: border-box;
	    margin: 0;
	    text-align: left;
	    top: 0;
	    bottom: 0;
	    left: 100%;
	    z-index: 10;
	}
	#menuButton {
	    display: block;
	    width: 42px;
	    height:42px;
	    position: fixed;
	    top: 5px;
	    right: 5px;
	    z-index: 10;
	}
	#menuButton span {
	    display: block;
	    background: #0c80c6;
	    width: 24px;
	    height: 2px;
	    position: absolute;
	    left: 9px;
	    transition: all 0.4s;
	    -webkit-transition: all 0.4s;
	    -moz-transition: all 0.4s;
	}
	#menuButton span:first-child {
	    top: 12px;
	}
	#menuButton span:nth-child(2) {
	    margin-top: -1px;
	    top: 50%;
	}
	#menuButton span:last-child {
	    bottom: 12px;
	}
	#menuButton.active span:first-child {
	    -webkit-transform: translateY(8px) rotate(45deg);
	    -moz-transform: translateY(8px) rotate(45deg);
	    -ms-transform: translateY(8px) rotate(45deg);
	    transform: translateY(8px) rotate(45deg);
	}
	#menuButton.active span:nth-child(2) {
	    opacity: 0;
	}
	#menuButton.active span:last-child {
	    -webkit-transform: translateY(-8px) rotate(-45deg);
	    -moz-transform: translateY(-8px) rotate(-45deg);
	    -ms-transform: translateY(-8px) rotate(-45deg);
	    transform: translateY(-8px) rotate(-45deg);
	}
}




/* フッター
==========================================================*/
footer{
	margin: 200px 0 0 0;
	border-top: 1px solid #f4f4f6;
	padding-top: 50px;
	letter-spacing: .1em;
	font-family: '游ゴシック', YuGothic, Hiragino Sans, 'ヒラギノ角ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
	background: url(../images/bg_footer.png) 0 bottom no-repeat;
}
footer nav{
	display: flex;
	justify-content: space-between;
}
footer nav ul li,footer nav ul li a{
	font-size: 15px;
	color: #555;
}
footer nav ul li ul{
	margin-top: 10px;
}
footer nav ul li ul li a{
	color: #007ac3;
	font-size: 13px;
}



footer aside{
	margin: 40px 0 0 0;
	border-top: 1px solid #f4f4f6;
	padding-top: 20px;
	font-size: 13px;
}
footer aside a{
	color: #555;
}
footer aside ul{
	display: flex;
	justify-content: center;
}
footer aside ul li{
}
footer aside ul li::before{
	content: "|";
	padding: 0 20px 0;
}
footer aside ul li:first-child::before{
	display: none;
}

.footer_logo{
	text-align: center;
	margin: 80px 0 120px;
}
.footer_logo img{
	width: 340px;
}
.copyright{
	border-top: 1px solid #f4f4f6;
	padding: 20px 0;
	font-size: 10px;
	letter-spacing: .2em;
	text-align: center;
}
footer a:hover{
	opacity: .6;
}

@media screen and (max-width: 1000px){
	footer{
		margin: 60px 0 0 0;
		padding-top: 40px;
		background: none;
	}
	footer nav{
		display: block;
	}
	footer nav ul li ul{
		margin: 5px 20px 20px;
	}
	footer aside{
		margin: 20px 0 0 0;
		border-top: 1px solid #f4f4f6;
		padding-top: 10px;
		font-size: 13px;
	}
	.footer_logo{
		text-align: center;
		margin: 60px 0 50px;
	}
	.footer_logo img{
		width: 240px;
	}
	.copyright{
		border-top: 1px solid #f4f4f6;
		padding: 10px 0;
		font-size: 10px;
		letter-spacing: .2em;
		text-align: center;
	}

}





/* 汎用コンテンツ
==========================================================*/
/* タイトル
----------------------------------------------------------*/


/* ページナビゲーション
----------------------------------------------------------*/
.contentsNavi{
	width: 100%;
	min-width: 100%;
	margin: 0 auto;	
	text-align: center;
	border-bottom: 1px solid #eee;
	margin-bottom: 80px;
	background: #fff;
}
.contentsNavi ul{
	display: flex;
	justify-content: space-around;
}
.contentsNavi ul li{
	width: 100%;
	padding: 20px 0;
	border-left: 1px solid #eee;
}
.contentsNavi ul li:first-child{
	border: none;
}
.contentsNavi ul li a:hover{
	opacity: .6;
}
.contentsNavi ul li.current{
	background: #0c80c6;
}
.contentsNavi ul li.current a{
	color: #fff;
}


@media screen and (max-width: 1200px){
	.contentsNavi{
		margin-bottom: 0;
	}
	.contentsNavi ul li{
		padding: 15px 0;
	}
}

/* パンくず
----------------------------------------------------------*/
.breadcrumbs{
	position: relative;
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto 120px auto;
	color: #ccc;
	padding: 20px;
	border: 1px solid #eee;
	box-sizing: border-box;
}
.breadcrumbs ul{
	display: flex;
}
.breadcrumbs ul li{
	font-size: 13px;
	height: 40px;
	line-height: 40px;
	letter-spacing: .1em;
	padding: 0 15px 0 20px;
	position: relative;
}
.breadcrumbs ul li:first-child{
	padding-left: 0;
}
.breadcrumbs ul li a{
	color: #ccc	;
	text-decoration: underline;
}
.breadcrumbs ul li::before{
	content: ">";
	padding: 0;
	position: absolute;
	left: 0px;
}
.breadcrumbs ul li:first-child::before{
	display: none;
}
.breadcrumbs ul li a:hover{
	opacity: .6;
}

@media screen and (max-width: 1200px){
	.breadcrumbs{
		width: 100%;
		min-width: 100%;
		padding: 20px;
		margin: 0 0 40px;
		border: none;
	}
	.breadcrumbs ul li{
		height: auto;
		padding-top: 15px;
		padding-bottom: 10px;
		padding-right: 15px;
		line-height: 1.4;
	}
}




/* テキスト ＆　背景
----------------------------------------------------------*/
.bgLine{
	background: #fff url(../images/bg_line.png) 50% 0 no-repeat;
}
.bgCompany{
	height: 880px;
	width: 100%;
	position: absolute;
	z-index: 0;
	background: #fff url(../images/bg_company.jpg) 50% 50% / cover no-repeat;
}


/* ボタン
----------------------------------------------------------*/
a.commonBtn{
	display: inline-block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	font-size: 12px;
	text-align: center;
	letter-spacing: .1em;
}
a.btnBlue{
	background: #0c80c6;
	color: #fff;
	border: 1px solid #0c80c6;
}
a.lineBtnGray{
	color: #555;
	border: 1px solid #ccc;
}
a.lineBtnWhite{
	color: #fff;
	border: 1px solid #fff;	
}




/* ボタン___アニメーション
----------------------------------------------------------*/
.toWhite{
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	position: relative;
	z-index: 0;
}
.toWhite:before{
	content: "";
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	background: #fff;
	transition: all 0.2s ease-in-out;
}
.toWhite:hover{
	color: #0c80c6;
}
.toWhite:hover:before{
	left: 0;
}


.toBlue{
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	position: relative;
	z-index: 0;
}
.toBlue:before{
	content: "";
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	background: #0c80c6;
	transition: all 0.2s ease-in-out;
}
.toBlue:hover{
	color: #fff;
	border: 1px solid #0c80c6;
}
.toBlue:hover:before{
	left: 0;
}







/* テーブル
----------------------------------------------------------*/




/* フォーム
----------------------------------------------------------*/



/* バナー
----------------------------------------------------------*/
.bnrContents{
	position: relative;
	width: 100%;
	height: 400px;
	text-align: center;
	color: #fff;
	margin: 40px 0;
}
.bnrContents h2{
	color: #fff;
	font-size: 50px;
	font-weight: 300;
	font-family: 'Oswald';
	letter-spacing: .1em;
	line-height: 1;
	padding: 80px 0 0;
}
.confirm-page{
	position:absolute;
	
}


.bnrRecruit{
	background: url(../images/bg_recruit.jpg) 50% 50% / cover no-repeat;
}
.bnrRecruit h2{

}
.recruit_JoinUs{
	position: absolute;
	top: -25px;
	left: 60%;
}
.recruit_JoinUs img{
	width: 296px;
}
.recruit_Text,.contact_Text{
	margin: 30px 0 80px;
}


.bnrContact{
	background: url(../images/bg_contact.jpg) 50% 50% / cover no-repeat;
}



@media screen and (max-width: 1000px){
	.bnrContents{
		height: 200px;
		margin: 20px 0;
	}
	.bnrContents h2{
		font-size: 30px;
		padding: 25px 0 0;
	}
	.recruit_Text,.contact_Text{
		margin: 10px 0 20px;
		padding: 0 15px;
	}
	.recruit_JoinUs{
		top: -15px;
		left: 63%;
	}
	.recruit_JoinUs img{
		width: 120px;
	}
}



/* その他
----------------------------------------------------------*/
.bold{font-weight: bold;}
.floatL{
	float: left;
	margin: 0 40px 40px 0;
}
.floatR{
	float: right;
	margin: 0 0 40px 40px;
}


/* clearfix
----------------------------------------------------------*/
.cf:after{
	display:block;
	height:0;
	content:"";
	visibility:hidden;
	clear:both;
}
.cf{
	zoom:1;
}
#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 2000;
}


/* Media Queries
==========================================================*/
@media screen and (max-width: 1200px){
	.container_1200{
			width: 100%;
			min-width: 0;
			margin-left:auto;
			margin-right:auto;
			box-sizing: border-box;
		}
}
@media screen and (max-width: 1000px){
	*{box-sizing: border-box;}
	body{
		-webkit-text-size-adjust: 100%;
		box-sizing: border-box;
		width: 100%;
		font-size: 13px;
	}
	img{
	    max-width:100%;
	    height:auto;
	}
	.container{
		width: 100%;
		min-width: 0;
		margin-left:auto;
		margin-right:auto;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 1000px){
	.container,.container_1200{
		width: 100%;
		padding: 0 10px;
		margin-left:auto;
		margin-right:auto;
		box-sizing: border-box;
	}
	.floatL{
		float: none;
		margin: 0;
	}
	.floatR{
		float: none;
		margin: 0;
	}
	.pc_only{display: none;}
	.sp_only{display: block;}

}

.post-password-form{margin:100px auto; text-align:center;}

input[type="password"]{
	padding:0.8rem;
}
input[type="submit"]:hover,input[type="submit"]:active{
	opacity:0.8;
	transition:0.4s;
}
input[type="submit"]{
	transition:0.4s;
}