/* -------------------*/
/* -------------------*/
/* Utility and Reset css -------------------*/

html,button,input,select,textarea { color: #3a3a3a; }
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
audio,canvas,img,video { vertical-align: middle; }
.ie7 .title { padding-top: 20px; }
fieldset {  border: 0; margin: 0; padding: 0; }
textarea { resize: vertical; }

/* Reset css */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video{ margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }
table,div,ul,ol,li,dl,dt,dd{ list-style: none; margin: 0; padding: 0; }
table{ border-collapse:collapse; border-spacing:0; }
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { display:block; }
nav ul,li { list-style:none; }

/* Helper class */

.ir { background-color: transparent; border: 0; overflow: hidden; *text-indent: -9999px; }
.ir:before { content: ""; display: block;  width: 0;  height: 150%; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute;  width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }

.cf:before, .cf:after { content: " ";  display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; }

::-moz-selection { background: #d7f5eb; color: #5a5a5a; text-shadow: none; }
::selection { background: #d7f5eb; color: #5a5a5a; text-shadow: none; }
input::selection, textarea::selection { color: #3a3a3a; }

img { max-width: 100%; height: auto; margin: 0; padding: 0; border:0; outline: none; border-style: none; vertical-align: bottom; line-height: 0; }
img,iframe,object { max-width:100%; }	/* モダンブラウザ用 */
.ie7 img,.ie8 object { width:100%; }	/* IE7用 */
.ie8 img,.ie8 object { width:auto; }	/* IE8用 */
img[src$=".svg"] {  width: 100%; }		/* SVG IE対策 */

/* Font -------------------*/

html{
	font-size: 62.5%;
}
body{
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing:none;
	font-smoothing:antialiased;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 100%;
}
a,
a:visited,
a:hover,
a:active{
	color:#3a3a3a;
	-webkit-tap-highlight-color:transparent rgba(0,0,0,0);
	-moz-tap-highlight-color:transparent rgba(0,0,0,0);
	-ms-tap-highlight-color:transparent rgba(0,0,0,0);
	-o-tap-highlight-color:transparent rgba(0,0,0,0);
	tap-highlight-color:transparent rgba(0,0,0,0);
	text-decoration: none;
	-webkit-transition:0.2s ease-in-out;
	-moz-transition:0.2s ease-in-out;
	-ms-transition:0.2s ease-in-out;
	-o-transition:0.2s ease-in-out;
	transition:0.2s ease-in-out;
}
a:hover {
	text-decoration: none;
}
a img:hover{
	opacity: 0.7;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
}
a img { 
	text-decoration: none;
	outline: none;
}
a img::before,a img::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
a img,a img::before,a img::after {
	-webkit-transition: all .2s;
	transition: all .2s;
}
/* btn */
.btn_more,.btn_more a{
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	letter-spacing: 4px;
}
.btn_more::before, .btn_more::after, .btn_more a::before, .btn_more a::after {
	position: absolute;
	z-index: -1;
	display: block;
/*	content: '';*/
}
.btn_more,.btn_more::before,.btn_more::after, .btn_more a,.btn_more a::before,.btn_more a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* -------------------*/
/* -------------------*/
/* HTML,Body -------------------*/

html,body{
	height: 100% !important;
}
body{
	color: #3a3a3a;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 1px;
	position: relative;
	text-align: center;
	font-weight: normal;
	word-wrap: break-word;
	font-family: 'Roboto', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Helvetica Neue', Arial, Meiryo, sans-serif;
	background-color: #fafafa;
}
#wrapper{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

.pc{ display: block; }
.sp{ display: none; }

@media screen and (max-width: 1080px){
	body{
		font-size: 14px;
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 650px){
	body{
		font-size: 12px;
		font-size: 1.2rem;
	}
	.pc{ display: none; }
	.sp{ display: block; }
}

/* -------------------*/
/* -------------------*/
/* Header -------------------*/

.global-nav{
	position: fixed;
	left: 0;
	top: 0;
	width: 280px;
	height: 100%;
	min-height: 680px;
	background-color: #fff;
	z-index: 200;
}
.left-menu{
	padding-top: 30px;
}
.header-title{
	position: relative;
}
.header-title a{
	display: block;
	width: 210px;
	margin: 0 auto;
	text-align: left;
}
.header-title a:hover{
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:alpha(opacity=70);
}
.header-title a h1{
	color: #6ec85a;
	font-size: 34px;
	font-size: 3.4rem;
	line-height: 1.1;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0.05em;
}
@media all and (-ms-high-contrast: none){ /*IE10以上*/
  .header-title a h1{
		font-size: 33px;
		font-size: 3.3rem;
	}
}
.header-title a p{
	padding-top: 10px;
	color: #8a8a8a;
	font-weight: bold;
	letter-spacing: 0.15em;
}
.left-menu ul{
	width: 100%;
	margin-top: 26px;
}
.left-menu li{
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.left-menu li a{
	display: block;
	padding: 18px 34px;
	transition: all 0.2s;
}
.left-menu li a:hover:not(li.icon-ig a:hover){
	margin-left: 4px;
	color: #6ec85a;
}
.left-menu li.icon-ig a img{
	width: 30px;
	height: auto;
}
.nav-info{
	position: absolute;
	bottom: 80px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.nav-info img{
	width: 70px;
	height: auto;
}
.copyright{
	padding-top: 20px;
	color: #aaa;
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: bold;
	letter-spacing: 0.15em;
}
.sp_header{
	display: none;
}

@media screen and (max-width: 1080px){
	.global-nav{
		display: none;
	}
	.sp_header{	/* overflow: hidden; つけないこと！ */
		display: block;
		position: fixed;
		width: 100%;
		height: 80px;
		background-color: #fff;
		z-index: 8888;
	}
	.sp_menu{
		position: relative;
		display: flex;
		justify-content: space-between;
		width: 100%;
		height: auto;
		overflow-y: auto;
	}
	.sp_menu .header-title{
		width: 70%;
		z-index: 201;
	}
	.sp_menu .header-title a{
		width: 100%;
		text-align: left;
		padding: 16px 0 0 20px;
	}
	.sp_menu .header-title a:hover{
		opacity: 0.7;
		-moz-opacity: 0.7;
		filter:alpha(opacity=70);
	}
	.sp_menu .header-title a h1{
		color: #6ec85a;
		font-size: 25px;
		font-size: 2.5rem;
		font-style: italic;
		font-weight: normal;
		letter-spacing: 0.05em;
	}
	.sp_menu .header-title a p{
		padding-top: 4px;
		color: #8a8a8a;
		font-weight: bold;
		letter-spacing: 0.15em;
	}
	.sp_menu .header-ig{
		width: 30px;
		height: auto;
		margin: 24px 86px 0 0;
		z-index: 201;
	}
	.sp_menu .drawer-nav{
		padding-top: 120px;
	}
	.sp_menu .drawer-menu{
		width: 100%;
		margin: 0 auto;
	}
	.sp_menu .drawer-menu li{
		text-align: left;
		padding-bottom: 12px;
		margin: 0 0 20px 50px;
		border-bottom: 1px solid #eee;
	}
	.sp_menu .drawer-menu li a{
		display: block;
		padding: 10px 0;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
		transition: all 0.2s;
	}
	.sp_menu .drawer-menu li a:hover{
		color: #6ec85a;
	}
	.sp-nav-info{
		position: absolute;
		top: 550px;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.sp-nav-info img{
		width: 50px;
		height: auto;
	}
	.sp-nav-info .copyright{
		padding-top: 18px;
		color: #aaa;
		font-size: 10px;
		font-size: 1.0rem;
		font-weight: bold;
		letter-spacing: 0.15em;
	}
}
@media screen and (max-width: 650px){
	.sp_header{
		height: 60px;
	}
	.sp_menu .header-title a{
		padding: 14px 0 0 14px;
	}
	.sp_menu .header-title a h1{
		font-size: 19px;
		font-size: 1.9rem;
		letter-spacing: 0.08em;
	}
	.sp_menu .header-title a p{
		padding-top: 2px;
		letter-spacing: 0.15em;
	}
	.sp_menu .header-ig{
		width: 26px;
		margin: 16px 66px 0 0;
	}
	.sp_menu .drawer-nav{
		padding-top: 80px;
	}
	.sp_menu .drawer-menu li{
		padding-bottom: 6px;
		margin: 0 0 6px 20%;
	}
	.sp_menu .drawer-menu li a{
		font-size: 12px;
		font-size: 1.2rem;
	}
	.sp-nav-info{
		position: absolute;
		top: 360px;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.sp-nav-info img{
		width: 40px;
		height: auto;
	}
	.sp-nav-info .copyright{
		padding-top: 12px;
		font-size: 9px;
		font-size: 0.9rem;
		letter-spacing: 0.05em;
	}
}

/* -------------------*/
/* -------------------*/
/* Main -------------------*/

.entry-btn{
	position: fixed;
	bottom: 0;
	z-index: 9999;
	width: 100%;
	height: 60px;
	line-height: 60px;
}
.entry-btn a{
	background: linear-gradient(to right,#96e1e6,#64cd64,#64cd64,#96e1e6);
	transition: background-image 1s;
	background-size: 300% 100%;
	transition: all 0.7s;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.3em;
	font-weight: bold;
	display: block;
}
.entry-btn a:hover{
	background-position: 100% 0%;
}
.entry-btn a p{
	display: inline;
	padding-right: 30px;
	background: url("../img/common/ic_morelink-white.gif") right center no-repeat;
	background-size: 20px;
}
#contents{
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	padding-bottom: 60px;
	margin-left: 280px;
}
#main{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

@media screen and (max-width: 1080px){
	#contents{
		margin-left: 0;
	}
	#main{
		margin-top: 80px;
	}
}
@media screen and (max-width: 650px){
	.entry-btn{
		height: 50px;
		line-height: 50px;
	}
	.entry-btn a{
		font-size: 14px;
		font-size: 1.4rem;
		letter-spacing: 0.25em;
	}
	.entry-btn a p{
		padding-right: 20px;
		background-size: 12px;
	}
	#main{
		margin-top: 50px;
	}
}


/* -------------------*/
/* -------------------*/
/* Footer -------------------*/

.footer_area{
	position: relative;
	width: 100%;
	height: auto;
}
.recruit_info{
	position: relative;
	overflow: hidden;
	width: calc(100% - 20px);
	height: auto;
	margin: 0 auto;
	padding: 80px 0 100px;
	background-color: #e4e2d7;
}
.recruit_info h2{
	color: #4a4a4a;
	font-size: 28px;
	font-size: 2.8rem;
	letter-spacing: 0.15em;
	font-family: 'Roboto Condensed', sans-serif;
}
.recruit_info .inner{
	position: relative;
	overflow: hidden;
	width: 860px;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
}
.recruit_info .inner ul{
	width: 880px;
}
.recruit_info .inner li{
	position: relative;
	overflow: hidden;
	float: left;
	width: 420px;
	margin-right: 20px;
}
.recruit_info li p{
	position: absolute;
	left: 50%;
	top: 52%;
	color: #fff;
	font-size: 17px;
	font-size: 1.7rem;
	letter-spacing: 0.5em;
	font-weight: bold;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.recruit_info li p span{
	font-size: 12px;
	font-size: 1.2rem;
}
/* 上段 */
.recruit_info .item_1{
	height: 120px;
	margin-bottom: 20px;
	background: url(../img/common/ic_recruit-info.gif) 408px 108px no-repeat;
	background-size: 8px;
	background-color: #3a3a3a;
}
.recruit_info .item_1 img{
	display: block;
	width: 100%;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	opacity: 0.3;
	-moz-opacity: 0.3;
	filter:alpha(opacity=30);
}
.recruit_info .item_1 img:hover{
	transform: scale(1.05);
	transition-duration: .3s;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter:alpha(opacity=60);
}
/* 下段 */
.recruit_info .item_2{
	height: 70px;
	background: url(../img/common/ic_recruit-info.gif) 408px 58px no-repeat;
	background-size: 8px;
	background-color: #3a3a3a;
}
.recruit_info .item_2:hover{
	background-color: #2a2a2a;
}
.recruit_info .item_2 p{
	width: 100%;
	letter-spacing: 0.3em;
}

@media screen and (max-width: 1300px){
	.recruit_info .inner{
		width: 94%;
	}
	.recruit_info .inner ul{
		width: 101%;
	}
	.recruit_info .inner li{
		width: 49%;
		margin-right: 1%;
	}
	.recruit_info .item_1{
		height: 100px;
		margin-bottom: 1%;
		background: url(../img/common/ic_recruit-info.gif) 99% 96% no-repeat;
		background-size: 8px;
		background-color: #3a3a3a;
	}
	.recruit_info .item_2{
		height: 70px;
		background: url(../img/common/ic_recruit-info.gif) 99% 92% no-repeat;
		background-size: 8px;
		background-color: #3a3a3a;
	}
}
@media screen and (max-width: 1080px){
	.recruit_info{
		padding: 60px 0 80px;
	}
	.recruit_info .inner{
		width: 80%;
		padding-top: 40px;
	}
	.recruit_info h2{
		font-size: 23px;
		font-size: 2.3rem;
	}
	.recruit_info li p{
		font-size: 15px;
		font-size: 1.5rem;
	}
	.recruit_info li p span{
		font-size: 11px;
		font-size: 1.1rem;
	}
	.recruit_info .item_1{
		height: 80px;
	}
}
@media screen and (max-width: 750px){
	.recruit_info .item_1{
		height: 72px;
	}
}
@media screen and (max-width: 650px){
	.recruit_info{
		padding: 40px 0 30px;
	}
	.recruit_info .inner{
		width: 80%;
		padding-top: 20px;
	}
	.recruit_info .inner li{
		width: 100%;
		margin: 0 auto 8px;
	}
	.recruit_info h2{
		font-size: 18px;
		font-size: 1.8rem;
	}
	.recruit_info li p{
		font-size: 13px;
		font-size: 1.3rem;
	}
	.recruit_info li p span{
		font-size: 10px;
		font-size: 1.0rem;
		letter-spacing: 0.15em;
	}
	.recruit_info .item_1{
		margin-bottom: 0;
	}
	.recruit_info .item_1{
		height: 70px;
	}
	.recruit_info .item_2{
		height: 54px;
	}
	.recruit_info .item_1,
	.recruit_info .item_2{
		background-position: 98% 95%;
	}
}

/* footer -------------------*/

#footer{
	position: relative;
	width: 100%;
	height: 120px;
	margin: 0 auto;
	padding-top: 30px;
}
.footer_link{
	float: left;
	width: 70%;
	text-align: left;
	padding: 0 0 0 30px;
}
.footer_link li{
	display: inline-block;
	background: url(../img/common/ic_footer-right.svg) left center no-repeat;
	background-size: 12px;
	margin-right: 10px;
}
.footer_link li a{
	color: #5a5a5a;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.08em;
	font-weight: bold;
	padding-left: 16px;
}
.footer_link li a:hover{
	color: #6ec85a;
}
.footer_link li a.more-link{
	background: url(../img/common/ic_footer-morelink.svg) right top no-repeat;
	background-size: 12px;
	padding-right: 16px;
}
.footer_logo{
	float: right;
	width: 30%;
	text-align: right;
	padding-right: 30px;
}
.footer_logo img{
	width: 200px;
	height: auto;
}

@media screen and (max-width: 1080px){
	.footer_link li{
		margin: 0 20px 10px 0;
	}
	.footer_link li a{
		padding-left: 16px;
	}
}
@media screen and (max-width: 650px){
	#footer{
		height: auto;
		padding: 30px 0 10px;
	}
	.footer_link{
		float: none;
		width: 90%;
		padding: 0;
		margin: 0 auto;
		text-align: center;
	}
	.footer_link li{
		background: url(../img/common/ic_footer-right.svg) left center no-repeat;
		background-size: 12px;
		margin-right: 10px;
	}
	.footer_link li a{
		font-size: 11px;
		font-size: 1.1rem;
		padding-left: 16px;
	}
	.footer_link li a.more-link{
		background: url(../img/common/ic_footer-morelink.svg) right top no-repeat;
		background-size: 10px;
		padding-right: 14px;
	}
	.footer_logo{
		float: none;
		width: 90%;
		padding: 20px 0 0;
		text-align: center;
		margin: 0 auto;
	}
	.footer_logo img{
		width: 150px;
	}
}