@charset "UTF-8";
/* CSS Document */
#body {
	font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	line-height: 170%;
	font-size:14px;
	position:relative;
	background:#fff;
	color:#424242;
	word-break: break-all;
}
.sp { display:none;}
.inner { margin-left:auto; margin-right:auto; width:1120px; position:relative;}
.inner_n { margin-left:auto; margin-right:auto; width:1000px; position:relative;}
@media only screen and (max-width: 1200px) {
	.inner,.inner_n { width:93.33%;}
}
.inner:before, .inner:after {
  content: "";
  display: table;
}

.inner:after {
  clear: both;
}

.inner {
  zoom: 1;
}

a { text-decoration:underline;}
a:hover { text-decoration:none;}

.arrow01 {
	background-repeat:no-repeat;
	background-position:left 50%;
	background-image:url(../img/arrow_01.png);
	padding:4px 0 4px 23px;
}
img { max-width:100%;}

@media only screen and (max-width: 767px) {
	body {

		min-width:auto;
	}
	#body {min-width:auto;font-size:12px;}
	.pc { display:none;}
	.sp { display:block;}
	span.sp { display:inline;}
	tr.sp { display: table-row;}
	.inner,.inner_n { width:auto;}
	img{max-width:100%;}
	.arrow01 {
		background-image:url(../img/arrow_01.png);
		background-size:15px 15px;
		padding:3px 0 3px 19px;
	}
	.showMenu #body { position: fixed; width:100%; height: 100%; z-index: 1;}
}

#gnavi{
	position: fixed;
	left:0px;
	top:0px;
	width:100%;
	min-width: 1390px;/*1080px;*/
	background: #fff;
	z-index: 999;
	height: 100px;
	white-space: nowrap;
}
#gnavi #logo { float: left; width:230px; margin:25px 0 0 30px;}
#gnavi ul {
position: absolute;
top:0;
right: 0;
background: #fff;
}
#gnavi ul.sub { display: none;}
#gnavi li {
	float: left;
	height: 70px;
	position: relative;
}
#gnavi li.recruit {
	float: right;
}
#gnavi li a {
	padding:35px 20px 0px 20px;
	border-left:#0c275b 1px solid;
	display: inline-block;
}
#gnavi li a.sp { display: none;}
#gnavi li a:hover,
#gnavi li.on a {
	height: 65px;
}
#gnavi li.recruit a {
	height: 65px;
	border-left:none;
	background: #e9155a;
	padding-right:30px;
	padding-left:30px;
	
}
#gnavi li.recruit a:hover {background: #ff4d87;}
#gnavi li.recruit.on a:hover {background: #e9155a;}

#gnavi li a:hover:before,
#gnavi li.on a:before{
	content: "";
	display: block;
	box-sizing: border-box;
	background: url(../img/pc/gnavi_over@2x.png) no-repeat left top; background-size: 25px 25px;
	width:25px;
	height: 25px;
	position: absolute;
	left:-12.5px;
	bottom: -37.5px;
}
#gnavi li.recruit a:hover:before,
#gnavi li.recruit.on a:before{
	left:50%;
	margin-left:-12.5px;
}

#gnavi_f {
	position: relative;
	z-index: 1;
	padding-top:35px;
	display: inline-block;
	background: #fff;
	min-height: 298px;
}
#gnavi_f ul {
	margin-top:35px;
	float: left;
	border-left: #0c275b 1px solid;
	padding:0 0 0 20px;
	width:220px;
}
#gnavi_f ul li {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 18px;
	line-height: 100%;
}
#gnavi_f ul li a { color: #000; text-decoration: none;}
#gnavi_f ul li a:hover { text-decoration: underline;}
#gnavi_f ul li a.toggle:hover { text-decoration: none;}
#gnavi_f ul.sub {
	float: none;
	border: none;
	padding:0;
	margin-top:15px;
	width: auto;
}
#gnavi_f ul.sub li {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 100%;
	position: relative;
	margin-left:15px;
}
#gnavi_f ul.sub li:before {
	content: "";
	background: #b7becc;
	display: inline-block;
	box-sizing: border-box;
	width:6px;
	height: 2px;
	position: absolute;
	top:5px;
	left:-15px;
}

@media only screen and (max-width: 767px) {
	#gnavi {
		position: fixed;
		left:0px;
		top:0px;
		width:100%;
		background: #fff;
		height: 60px;
		min-width: inherit;
	}
	#gnavi #logo { float: none; width:100%; height: 48px;  margin:12px 0 0 5%; box-sizing: border-box;}
	#gnavi #logo img { width:auto; height: 30px;}
	.showMenu #gnavi ul { display: block;}
	#gnavi ul { display: none; float: none; position: relative; border-top:#e5e5e5 1px solid;}
	#gnavi > ul {
		width:100%;
		overflow-y: scroll;
		-webkit-overflow-scrolling:touch;
	}
	
	#gnavi li,
	#gnavi_f li{
		float: none;
		width:90%;
		margin:0 auto;
		border-left:none;
		border-bottom: #e5e5e5 1px solid;
		display: block;
		height: auto;
	}
	#gnavi ul.sub li:last-child,
	#gnavi_f ul.sub li:last-child{
		border-bottom: none;
	}
	#gnavi li img { display: none;}
	#gnavi li.recruit {
		float: none;
	}
	#gnavi li a,
	#gnavi li a.sp,
	#gnavi_f li a{
		padding:15px 3%;
		border-left:none;
		color:#000;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		display:  block;
		position: relative;
	}
	#gnavi li a:hover, #gnavi li.on a,
	#gnavi_f li a:hover, #gnavi_f li.on a{
		height: auto;
	}
	#gnavi li.recruit a,
	#gnavi_f li.recruit a{
		height: auto;
		border-left:none;
		background: #e9155a;
		padding-right:3%;
		padding-left:3%;
		color: #fff;
	}
	#gnavi li a:hover:before{
		display: none;
	}
	#gnavi li a:hover:before, #gnavi li.on a:before{
		display: none;
	}
	#gnavi li a:after,
	#gnavi_f li a:after {
		content:"";
		display: block;
		position: absolute;
		width:6px;
		height: 6px;
		border-bottom:#0c275b 1px solid;
		border-right:#0c275b 1px solid;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		right:4%;
		top:50%;
		margin-top: -5px;
	}
	
	#gnavi li.opened > a.pc, #gnavi li.closed > a.pc { display: none;}
	
	#gnavi li.opened > a:before, #gnavi li.opened > a:after,
	#gnavi li.closed > a:before, #gnavi li.closed > a:after,
	#gnavi_f li.opened > a:before, #gnavi_f li.opened > a:after,
	#gnavi_f li.closed > a:before, #gnavi_f li.closed > a:after{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 3%;
		width: 14px;
		height: 1px;
		background: #0c275b;
		border:none;
		margin-top: 0px;
		left:auto;
	}
	#gnavi li.opened > a:hover:before,#gnavi li.closed > a:hover:before,
	#gnavi_f li.opened > a:hover:before,#gnavi_f li.closed > a:hover:before{
		display: block;
	}
	#gnavi li.opened > a:before,
	#gnavi_f li.opened > a:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	#gnavi li.opened > a:after,
	#gnavi_f li.opened > a:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
	#gnavi li.closed > a:before,
	#gnavi_f li.closed > a:before {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	#gnavi li.closed > a:after,
	#gnavi_f li.closed > a:after {
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}
	#gnavi li.recruit > a:after,
	#gnavi_f li.recruit > a:after {
		border-color: #fff;
	}
	#gnavi li.recruit.opened > a:after,#gnavi li.recruit.opened > a:before,#gnavi li.recruit.closed > a:after,#gnavi li.recruit.closed > a:before,
	#gnavi_f li.recruit.opened > a:after,#gnavi_f li.recruit.opened > a:before,#gnavi_f li.recruit.closed > a:after,#gnavi_f li.recruit.closed > a:before {
		background: #fff;
	}
	/*#gnavi li.opened > a, #gnavi li.closed > a { padding:0;}*/
	#gnavi li.opened span, #gnavi li.closed span,
	#gnavi_f li.opened span, #gnavi_f li.closed span {
		padding:5% 3%; display: inline-block; font-weight: bold;
	}
	
	#gnavi li.opened:not(.recruit) > a ,
	#gnavi_f li.opened:not(.recruit) > a {
		background: #f6f6f6; color:#000;
	}
	#gnavi li ul.sub li a, #gnavi li.recruit ul.sub li a,
	#gnavi_f li ul.sub li a, #gnavi_f li.recruit ul.sub li a {
		background: #f6f6f6; color:#000;font-weight: normal;
	}

	#gnavi ul.sub, #gnavi_f ul.sub { display: block; padding:0; margin:0;}
	#gnavi ul.sub li, #gnavi_f ul.sub li {
		font-weight: normal;
		background: #f6f6f6;
		width:100%;
	}
	
	#gnavi_f {
		padding-top:30px;
		background: #fff;
		height: auto;
		width: 100%;
		min-height: inherit;
	}
	#gnavi_f ul {
		margin-top:0px;
		float: none;
		border-left: none;
		padding:0 0 0 0px;
		width:100%;
	}
	#gnavi_f ul li {
		font-size: 14px;
		margin-bottom: 0px;
		line-height:inherit;
	}
	
	
	#gnavi_f ul.sub {
		float: none;
		border: none;
		border-top: #e5e5e5 1px solid;
		padding:0;
		margin-top:0px;
		width: auto;
	}
	#gnavi_f ul.sub li {
		font-size: 14px;
		font-weight: normal;
		margin-bottom: 0px;
		line-height:inherit;
		position: relative;
		margin-left:0;
	}
	#gnavi_f ul.sub li:before {
		display: none;
	}
	
	#menuBtn {
		width:50px;
		height:50px;
		background: #fff;
		position: fixed;
		top:5px;
		right:5px;
		z-index:9998;
	}
	#menuBtn-icon{
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 25px;
		height: 1px;
		margin: -1px 0 0 -12.5px;
		background: #0c275b;
		
	}
	#menuBtn-icon:before, #menuBtn-icon:after{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 25px;
		height: 1px;
		background: #0c275b;
		
	}
	#menuBtn-icon:before{
		margin-top: -8px;
	}
	#menuBtn-icon:after{
		margin-top: 7px;
	}
	.showMenu #menuBtn #menuBtn-icon{
		background: transparent;
	}
	.showMenu #menuBtn #menuBtn-icon:before, .showMenu #menuBtn #menuBtn-icon:after{
		margin-top: 0;
	}
	.showMenu #menuBtn #menuBtn-icon:before{
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	.showMenu #menuBtn #menuBtn-icon:after{
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
	
	#gnavi li.recruit a:hover:before,
	#gnavi li.recruit.on a:before{
		left:auto;
		margin-left:0px;
	}
}
#footer {
	background: #fff;
	border-top:#e5e5e5 1px solid;
	background: url(../img/pc/footer_img.jpg) no-repeat right top;
	background-size:auto 100%;
	min-height: 333px;
	position: relative;
}
#footer > .inner { width:94%; padding-left:3%; padding-right: 3%; box-sizing: content-box;}

@media only screen and (max-width: 767px) {
	#footer {
		background-image:none;
		height: auto;
		min-height: inherit;
	}
	#footer > .inner { }
	.logo_f {
		margin: 32px 0 20px;
		text-align: center;
	}
}

#footer_btm {
	background: #0c275b;
	padding:20px 0;
	font-size: 12px;
}
#footer_btm ul{
	border-left:#fff 1px solid;
	float: left;
	display: inline-block;
}
#footer_btm ul li {
	border-right:#fff 1px solid;
	padding:0 20px;
	line-height: 100%;
	display: inline;
}
#footer_btm ul li a {
	color: #fff;
	text-decoration: none;
}
#footer_btm ul li a:hover {
	text-decoration: underline;
}
#footer_btm p {
	display: inline-block;
	float: right;
	color: #fff;
	margin-top:0px !important;
}

@media only screen and (max-width: 767px) {
	#footer_btm ul{
		float: none;
		text-align: center;
		width:100%;
		border-left:none;
	}
	#footer_btm ul li:first-child {
		border-left:#fff 1px solid;
		padding:0 12px;
	}
	#footer_btm p {
	width:100%;
	float: none;
	text-align: center;
	font-size: 10px;
	}
}

#pagetop {
	position: absolute;
	width:100%;
	left:0;
	top:-35px;
	text-align: center;
	z-index: 2;
	height: 70px;
}

.pagetop_fixed #pagetop {
	position:fixed;
	right:0px;
	bottom:0px;
	bottom:-100px;
	left:auto;
	top:auto;
	z-index: 999;
}



@media only screen and (max-width: 767px) {
	#pagetop {
		top:-25px;
		height: 50px;
	}
	#pagetop img { width:50px;}
}

@media only screen and (max-width: 767px) {
#modal-overlay{
	width:100%;
	height:120%;
	position:fixed;
	top:0;
	left:0;
	background-color:rgba( 9, 62, 91, 0.9);
	z-index:9997;
}
}


.mt0 {
	margin-top:0px !important;
}

.shadow {
	display: inline-block; 
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.08), -3px -3px 5px rgba(0, 0, 0, 0.05);
}

.the-content img { height: auto;}
.the-content p,
.the-content figure { margin-top:0.5em;}
.the-content img + br + img { margin-top:1em;}
.the-content img.size-full + img { margin-top:1em;}
.the-content img + img.size-full { margin-top:1em;}

.the-content .aligncenter,
.the-content div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.the-content .alignleft {
   float: left;
}

.the-content .alignright {
   float: right;
}

.the-content .wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.the-content .wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.the-content .wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.youtube {
position: relative;
width: 100%;
padding-top: 56.25%;
}
.youtube iframe{
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}