@charset "utf-8";

/* Body
------------------------------ */

body {
	width: 100%;
	background-color:#fff;
	font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #3E3A39;
	line-height: 1.7em;
	letter-spacing: 0.05em;
}

a:link{
	text-decoration:underline;
	color: #5D92A0;
}
a:visited {
	text-decoration:none;
	color: #5D92A0;
}
a:active {
	text-decoration:underline;
	color: #7ABDCC;
}
a:hover {
	text-decoration:none;
	color: #7ABDCC;
}

/* Layout */
.wrapper{
	width: 758px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.wide_wrapper{
	width: 980px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
article{
	clear:both;
	float: none;
}
/* header */
#header{
	position: fixed;
	display: block;
	width: 100%;
	height: 72px;
	background-color: #fff;
	box-shadow:0 3px 5px rgba(0,0,0,0.2);
	margin: 0;
	z-index: 1;
}
h1 a{
	position: relative;
	display: block;
	float: left;
	width: 205px;
	height: 50px;
	text-indent: -9999px;
	background: url(../images/logo.svg) no-repeat 0 0;
	-webkit-background-size: 100%;
	background-size: 100%;
	margin: 11px 20px;
	opacity:0.8;
}
h1 a:hover{
	opacity:1.0;
}
#gl_nav{
	position: relative;
	display: inline-block;
	float: right;
	margin:28px 0 0 0;
}
#gl_nav li{
	position: relative;
	display: inline-block;
}
#gl_nav li a{
	float: left;
	text-decoration: none;
	color: #3E3A39;
}

#gl_nav li:after{
	position: relative;
	display: inline-block;
	content:" / ";
	margin: 0 16px;
}
#gl_nav li:nth-child(3):after{
	content:" ";
}

#gl_nav li a:hover{
	text-decoration: underline;
}
/* article*/
h2{
	font-size: 28px;
	line-height: 1.2em;
	font-weight: normal;
	text-align: center;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	letter-spacing: 0.1em;
}
article .section{
	position: relative;
	display: block;
	width: 100%;
	min-height:500px;
	height: 100%;
	padding-top: 100px;
	padding-bottom: 50px;
}
#catch:after{
	content:"";
	position: absolute;
	display: block;
	bottom: 132px;
	right: 0;
	background: url(../images/catch_right.svg) no-repeat 0 0;
	-webkit-background-size: 100%;
	background-size: 100%;
	width: 200px;
	height: 200px;
}
#catch{
	background: url(../images/catch_left.png) no-repeat 50px 100px;
	-webkit-background-size: 50%;
	background-size: 50%;
}
#catch_inner{
	position: relative;
	display: block;
	width: 45%;
	padding-left:55%;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
#catch_inner h2{
	text-align: left;
	margin-top: 40px;
	margin-bottom: 20px;
}
#catch_inner p.fz_big{
	font-size: 20px;
	margin-bottom: 16px;
}
#catch_inner p{
	font-size: 16px;
}
#profile dl {
	position: relative;
	display: block;
	float: left;
	width: 487px;
	height: 300px;
	margin-top: 8px;
	margin-right: 24px;}
#profile dl dt{
	position: relative;
	display: block;
	float: left;
	width: 99px;
	padding: 8px 8px 8px 18px;
	margin: 0;
	line-height: 1.7em;
	border-bottom: 1px solid #111111;
}
#profile dl dd{
	position: relative;
	display: block;
	float:right;
	width: 342px;
	margin: 0;
	padding: 8px 2px 8px 18px;
	line-height: 1.7em;
	border-bottom: 1px solid #999999;
}
#profile .rightside{
	position: relative;
	display: block;
	float: right;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	width: 464px;
	height: 300px;
	margin-top: 4px;
	font-size: 10px;
	line-height: 1.7em;
}
#profile .rightside h3{
	margin-top: 12px;
	font-weight: normal;
	margin-bottom: 0;
	font-size: 14px;
	margin-left: -8px;
}
#profile .rightside p{
	padding-left: 8px;
}
#news ul{
	margin-top: 20px;
}
#news ul li{
	position: relative;
	display: inline-block;
	margin: 8px 0 8px 20px;
	width: 738px;
	white-space:nowrap;
}
#news ul li:before{
	content:"\f138";
	position: absolute;
	display: block;
	font-size: 16px;
	font-family: FontAwesome;
	text-decoration: none;
	color: #3E3A39;
	top: 1px;
	left: -20px;
}
#news ul li span{
	position: relative;
	display: inline-block;
	text-align: center;
	width: 120px;
	font-size: 10px;
	padding: 4px 0;
	margin: 0 12px ;
	line-height: 1em;
	letter-spacing: 0;
	color: #fff;
}
#news ul li span.official{
	background-color: #727171;
}
#news ul li span.hataraku{
	background-color: #E50012;
}
#news ul li span.ap-art{
	background-color: #F29600;
}
#contact .rightside{
	margin-top: 20px;
	font-size: 12px;
	line-height: 1.7em;
}
#contact .rightside h3{
	margin-top: 20px;
	font-weight: normal;
	margin-bottom: 20px;
	font-size: 12px;
}
#h120{
	height: 110px!important;
	padding-bottom: 8px!important;
}
#h120 textarea{
	max-height: 96px!important;
}
#mfp_phase_stat{
	display: none!important;
}
#mfp_hidden{
	display: none!important;
}
.mfp_err{
	display: none!important;
}
form#mailformpro dl dd input[type="text"]{
	height: 12px;
}
form#mailformpro dl dd input[type="tel"]{
	height: 12px;
}
form#mailformpro dl dd input[type="email"]{
	height: 12px;
}
form#mailformpro dl dd input[type="hidden"]{
	height: 12px;
}
/* footer*/
#footer{
	position: fixed;
	display: block;
	bottom: 0;
	width: 100%;
	height: 132px;
	background-color: #fff;
	box-shadow:0 -3px 5px rgba(0,0,0,0.2);
	margin: 0;
	z-index: 1;

}
#footer_inner{
	position: relative;
	display: block;
	width: 100%;
	height: 88px;
	background-color: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
#footer_nav{
	position: relative;
	display: inline-block;
	margin: 12px 0;
	margin-left: 280px;
}
#footer_nav li{
	position: relative;
	display: inline-block;
	width: 245px;
	height: 64px;
	text-decoration: none;
	color: #3E3A39;
}
#footer_nav li a{
	text-decoration: none;
	color: #3E3A39;
}
#footer_nav li a span{
	position: relative;
	display: block;
	text-indent: -9999px;
	width: 205px;
	height: 26px;
	margin-top: 4px;
	margin-left: -8px;
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-background-size: contain;
	background-size: contain;
	opacity:0.8;
}
#footer_nav li:nth-child(1) a span{
	background-image: url(../images/logo_hataraku.png);
}
#footer_nav li:nth-child(2) a span{
	background-image: url(../images/logo_ap-art.png);
}
#footer_nav li a:hover{
	text-decoration: underline;
}
#footer_nav li a:hover span{
	opacity:1.0
}
#footer_nav li:before{
	content:"\f138";
	position: absolute;
	display: block;
	font-size: 16px;
	font-family: FontAwesome;
	text-decoration: none;
	color: #3E3A39;
	top: 1px;
	left: -20px;
}

#copyright{
	margin-top: 8px;
	text-align: right;
}
@media screen and (min-width: 1280px) {
	.wide_wrapper{
		width: 1280px;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}
	#contact {
		margin-bottom: 300px;
	}
	#contact form#mailformpro{
		margin-left: 150px;
		margin-right: 32px;
	}
	#contact .rightside{
		margin-right: 150px;
	}
	article .section{
		min-height:500px;
	}
	#footer_nav{
		margin-left: 400px;
	}
	#profile .rightside{
		width: 700px;
		height: 360px;
		margin-top: 8px;
		font-size: 13px;
		line-height: 1.6em;
	}
	#profile .rightside h3{
		margin-bottom: 4px;
		font-size: 16px;
		line-height: 1em;
	}
}
@media screen and (min-width: 1390px) {
	article .section{
		min-height:600px;
	}
}

@media screen and (min-width: 1500px) {
	article .section{
		padding-top: 180px;
		min-height:700px;
	}
	#catch:after{
		width: 400px;
		height: 400px;
	}
	#catch_inner h2{
		font-size: 38px;
		line-height: 1.3em;
	}
	#catch_inner p.fz_big{
		font-size: 24px;
		margin-bottom: 16px;
		line-height: 1.6em;
	}
	#catch_inner p{
		font-size: 20px;
		line-height: 1.6em;
	}
}
@media screen and (min-width: 1800px) {
	article .section{
		min-height:820px;
	}

}