@charset "UTF-8";
/* CSS Document */

/*.nav-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.9);
}*/

/*=====Navigation=====*/
nav {
	width:70%;
	height: 100vh;
	padding: 2em 4%;
	box-sizing: border-box;
	z-index: 100;
/*	background: url("../images/gn/gn_bg.png") repeat-y center top;
	background-size: 100% auto;*/
	background: linear-gradient(180deg, rgb(85, 151, 222), rgb(202, 227, 246));
	text-align: center;
	position: fixed;
	z-index: 200;
	top: 0;
	right: 0;
	text-align: center;
	transform: translateY(-100%);
	transform: translateX(100%);
	transition: all 0.6s;
	margin: 0 auto;
}
nav ul{
	width: 100%;
	margin: 0 auto;
	list-style-type: none;
	box-sizing: border-box;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	flex-direction: column;
	-webkit-justify-content:flex-start;
	-moz-justify-content:flex-start;
	justify-content:flex-start;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
nav ul li{
	box-sizing: border-box;
	vertical-align: middle;
	text-align: center;
	letter-spacing: normal;
	width: 100%;
	margin: 0.8em 0;
}
nav ul li a p{
	visibility:hidden;
	font-size:0;
}
nav ul li a{
	display: block;
	height: 32px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
nav ul li.gn_news a{
	background-image: url(../images/gn/news_of.png);
}
nav ul li.gn_news a:hover{
	background-image: url(../images/gn/news_on.png);
}
nav ul li.gn_about a{
	background-image: url(../images/gn/about_of.png);
}
nav ul li.gn_about a:hover{
	background-image: url(../images/gn/about_on.png);
}
nav ul li.gn_work a{
	background-image: url(../images/gn/work_of.png);
}
nav ul li.gn_work a:hover{
	background-image: url(../images/gn/work_on.png);
}
nav ul li.gn_plan a{
	background-image: url(../images/gn/plan_of.png);
}
nav ul li.gn_plan a:hover{
	background-image: url(../images/gn/plan_on.png);
}
nav ul li.gn_voice a{
	background-image: url(../images/gn/voice_of.png);
}
nav ul li.gn_voice a:hover{
	background-image: url(../images/gn/voice_on.png);
}
nav ul li.gn_boshu a{
	background-image: url(../images/gn/boshu_of.png);
}
nav ul li.gn_boshu a:hover{
	background-image: url(../images/gn/boshu_on.png);
}
nav ul li.gn_entry a{
	background-image: url(../images/gn/entry_of.png);
}
nav ul li.gn_entry a:hover{
	background-image: url(../images/gn/entry_on.png);
}
nav ul li.gn_schedule a{
	background-image: url(../images/gn/schedule_of.png);
}
nav ul li.gn_schedule a:hover{
	background-image: url(../images/gn/schedule_on.png);
}
nav ul li.gn_inquiry a{
	background-image: url(../images/gn/inquiry_of.png);
}
nav ul li.gn_inquiry a:hover{
	background-image: url(../images/gn/inquiry_on.png);
}
nav ul li.gn_job a{
	background-image: url(../images/gn/job_of.png);
}
nav ul li.gn_job a:hover{
	background-image: url(../images/gn/job_on.png);
}
nav ul li.gn_sns a {
	display: inline-block;
	margin-right: 1.5em;
}
nav ul li.gn_sns a img {
	width: auto;
	height: 100%;
}

/*ハンバーガーボタンが押されたときに付与するクラス*/
nav.active {
	transform: translateY(0);
	transform: translateX(0);
}

/*ハンバーガーボタンのスタイルを指定*/
.menuBtn {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	width: 22px;
	height: 50px;
	cursor: pointer;
	z-index: 300;
	padding-right: 20px;
	padding-left: 20px;
	background-color: rgba(125, 168, 207, 0);
}

/*ハンバーガーボタンの三本線*/
.menuBtn span {
	position: absolute;
	display: block;
	width: 22px;
	width: 24px;
	border-bottom: solid 2px #806239;
	-webkit-transition: .35s ease-in-out; /*変化の速度を指定*/
	-moz-transition: .35s ease-in-out; /*変化の速度を指定*/
	transition: .35s ease-in-out; /*変化の速度を指定*/
}

.menuBtn span:nth-child(1) {
	top: 26px;
}
.menuBtn span:nth-child(2) {
	top: 35px;
}
.menuBtn span:nth-child(3) {
	top: 44px;
}

/*ハンバーガーボタン開いた時*/
.menuBtn.active {
	background-color: rgba(125, 168, 207, 0);
}
/* 最初のspanをマイナス45度に */
.menuBtn.active span:nth-child(1) {
	top: 35px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.menuBtn.active span:nth-child(2),
.menuBtn.active span:nth-child(3) {
	top: 35px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*ナビゲーションの下のボタン*/
#navBtn {
}
/*募集要項
.boshuBtn {
	position: fixed;
	top: 72px;
	right: -8px;
	z-index: 10;
	width: 102px;
	transition-duration: .2s;
}

.boshuBtn a {
	display: block;
	width: 100%;
	background-color: #806239;
	border-radius: 0 0 0 9px;
	text-align: center;
}
.boshuBtn a img {
	width: 70px;
	height: auto;
	padding: 28px 8px 28px 0;
}
.boshuBtn:hover {
	right: 0;
}
*/
/*応募フォームへ*/
.formBtn {
	position: fixed;
	bottom:0;
	right: 0;
	z-index: 100;
	width: 100%;
	transition-duration: .2s;
}
.formBtn a {
	display: block;
	width: 100%;
	background-color: #ec708f;
	border-radius: 15px 0 0 15px;
	text-align: center;
}
.formBtn a img {
	width: 100%;
	height: auto;
	padding: 0;
}
.formBtn:hover {
	right: 0;
}


/* タブレット*/
@media only screen and (min-width: 641px) {
	/*=====NAVIGATION=====*/
	nav {
		width:50%;
	}
	/*ハンバーガーメニュー*/
	nav ul li{
	}
	nav ul li a{
		height: 50px;
	}
	/*ハンバーガーボタンのスタイルを指定*/
	.menuBtn {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		width: 32px;
		height: 76px;
		cursor: pointer;
		z-index: 300;
		padding-right: 20px;
		padding-left: 20px;
		background-color: rgba(125, 168, 207, 0);
	}
	
	/*ハンバーガーボタンの三本線*/
	.menuBtn span {
		width: 32px;
	}	
	.menuBtn span:nth-child(1) {
		top: 26px;
	}
	.menuBtn span:nth-child(2) {
		top: 38px;
	}
	.menuBtn span:nth-child(3) {
		top: 50px;
	}
	/* 最初のspanをマイナス45度に */
	.menuBtn.active span:nth-child(1) {
		top: 35px;
	}
	
	/* 2番目と3番目のspanを45度に */
	.menuBtn.active span:nth-child(2),
	.menuBtn.active span:nth-child(3) {
		top: 35px;
	}
}

/*デスクトップ*/
@media only screen and (min-width: 835px) {
	nav {
		width:30%;
		transform: translateX(100%);
	}
	nav ul{
		flex-direction: row;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
	}
	nav ul li{
		width: 100%;
		margin: 0.7em 0;
	}
	nav ul li a{
		height: 38px;
	}
	/*ハンバーガーボタンが押されたときに付与するクラス*/
	nav.active {
		transform: translateX(0);
	}

	/*ハンバーガーボタンのスタイルを指定*/
	.menuBtn {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		width: 24px;
		height: 72px;
		cursor: pointer;
		z-index: 300;
		padding-right: 35px;
		padding-left: 35px;
		background-color: rgba(125, 168, 207, 1);
	}


	/*ハンバーガーボタンの三本線*/
	.menuBtn span {
		width: 24px;
		border-bottom: solid 2px #FFF;
	}
	
	.menuBtn span:nth-child(1) {
		top: 26px;
	}
	.menuBtn span:nth-child(2) {
		top: 35px;
	}
	.menuBtn span:nth-child(3) {
		top: 44px;
	}

	/*募集要項*/
	.boshuBtn {
		position: fixed;
		top: 72px;
		right: -8px;
		z-index: 10;
		width: 102px;
		transition-duration: .2s;
	}
	
	.boshuBtn a {
		display: block;
		width: 100%;
		background-color: #806239;
		border-radius: 0 0 0 9px;
		text-align: center;
	}
	.boshuBtn a img {
		width: 70px;
		height: auto;
		padding: 28px 8px 28px 0;
	}
	.boshuBtn:hover {
		right: 0;
	}
	
	/*応募フォームへ*/
	.formBtn {
		position: fixed;
		top: 215px;
		right: -8px;
		z-index: 10;
		width: 58px;
		transition-duration: .2s;
	}
	.formBtn a {
		display: block;
		width: 100%;
		border-radius: 15px 0 0 15px;
		text-align: center;
	}
	.formBtn a img {
		width: 16px;
		height: auto;
		padding: 20px 8px 20px 0;
	}
	.formBtn:hover {
		right: 0;
	}
	nav ul li.gn_sns a {
		display: inline-block;
		margin-right: 2.5em;
	}
	/*応募フォームボタン固定*/
	.formBtn_fix {
		display: none;
		position: fixed;
		bottom: 20px;
		left: 50%;
		transform: translateX(-50%);
		margin: auto;
		z-index: 1000;
		transition: .5s;
		width: 600px;
		height: 90px;
		display: block;
		text-align: center;
		padding: 0px;
		opacity: 0;
	}
	.formBtn_fix img {
		border-radius: 45px;
		box-shadow: 0 3px 5px #b8b899;
		transition: .5s;
	}
	.formBtn_fix:hover {
		bottom: 15px;
	}
	.formBtn_fix:hover img {
		box-shadow: none;
	}
}