@charset "UTF-8";
.typesquare_tags{opacity: 1!important;}
*{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html{
/* 	height:100%; */
	font-size: 10px;
	font-size: 62.5%;
}
body, h1, h2, h3, h4, h5, h6, blockquote, p, form,iframe{margin: 0;padding: 0;}
body{
	margin: 0 auto;
	background-color: #fff;
}
ul,li{list-style:none;margin:0;padding:0;}
ol li{list-style-position:outside;}
img{border: 0;}
h1{margin: 0; padding: 0;}
del {text-decoration: line-through;}
a{
	color: #0087CE;
	text-decoration: underline;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	-ms-transition: 0.25s;
	transition: 0.25s;
}
a:hover{
	color: #0087CE;
	text-decoration: none;
}
a::before,a::after{
	text-decoration: underline;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	-ms-transition: 0.25s;
	transition: 0.25s;
}
blockquote{
	margin: 0 0 0 5px;
	padding: 3px 0 3px 10px;
	border-left: 2px solid #DDD;
}
select,
input,
button,
textarea,
select,
button {
	font-size: 100%;
}
sup{vertical-align: super;}
body {
	font-family: "UD新ゴ R","UD Shin Go Regular","メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	position: relative;
	color: #000022;
	letter-spacing: 0.09em;
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
}

#preloader{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	background-color: #0087CE;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-ms-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-ms-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transform-origin: right center;
	   -moz-transform-origin: right center;
	    -ms-transform-origin: right center;
	     -o-transform-origin: right center;
	        transform-origin: right center;
}
#preloader_bar{
	position: absolute;
	left: 50px;
	top: 50%;
	right: 50px;
	margin-top: -2px;
	height: 4px;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-ms-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	-webkit-transform-origin: right center;
	   -moz-transform-origin: right center;
	    -ms-transform-origin: right center;
	     -o-transform-origin: right center;
	        transform-origin: right center;
}
#preloader_bar_white{
	-webkit-transition: 1.5s;
	   -moz-transition: 1.5s;
	    -ms-transition: 1.5s;
	     -o-transition: 1.5s;
	        transition: 1.5s;
	position: absolute;
	top:0;
	left: 0;
	width: 0%;
	height: 4px;
	background-color: #fff;
}
#preloader_bar_white.open{width: 100%;}
.loaded{
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
}


/* header */
#header {
	padding: 0;
	width: 100%;
/* 	height: 70px; */
	position: fixed;
	z-index: 999999;
	top:0;
	left: 0;
	padding: 5px 5% 0;
	background-color: #000022;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	-ms-transition: 0.25s;
	transition: 0.25s;
}
#logo {
	position: absolute;left: 15%; top: 100px;
	display: block;
	float: left;
	margin: 0;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	-ms-transition: 0.25s;
	transition: 0.25s;
}
#logo img{display: block;width: 220px;}
#logo a:hover{opacity: 0.6;}
#header.header #logo{top: 100px;width: 220px;background: none;padding: 0;}
#header #logo{top: 0;width: 190px;background-color: #0087CE;padding: 10px 15px;}
.header{background: transparent!important;padding-top: 100px!important;}

.header-nav_btn {display: none;}
.header-nav {float: right;}
#header-nav-list li {
	position: relative;
	float: left;
	line-height: 1;
	margin-right: 30px;
	padding: 0;
}
#header-nav-list li:last-child{margin-right: 0;}
/* #header-nav-list li:last-child:after{display: none;} */
#header-nav-list li a{
	display: block;
	position: relative;
	overflow: hidden;
	padding: 10px 0;
}
#header-nav-list li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #0087CE;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transition: all .25s ease;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}
#header-nav-list li a.current::after,#header-nav-list li a:hover::after {
	-ms-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

@media (max-width: 1024px) {
	#header{padding: 0!important;}
	#header.header #logo{top: 30px;width: 190px;left: 5%;}
	#header #logo{top: 10px;left: 5%;}
	.header-nav {
		margin-left: 0;
		z-index: 888;
	}
	#header-nav-list {
		position: fixed;
		right: 0px;
		top: 0px;
		width: 100%;
		background-color: rgba(0,135,206,0.75);
		-webkit-transition: all .4s ease;
		transition: all .4s ease;
		overflow: hidden;
	}
	.header-nav.close #header-nav-list {height: 0;}
	.header-nav.open #header-nav-list {height: 100%;padding-top: 120px;}
	#header-nav-list li {
		float: none;
		width: 100%;
		height: auto;
		border-left: none;
		text-align: left;
		margin: 0;
		padding: 0;
	}
	#header-nav-list li > a{
		height: 60px!important;
		width: 100%!important;
		margin: 0;
		text-align: center;
	}
	#header-nav-list li > a img{padding-top: 15px;}
	#header-nav-list li a:hover {background-color: rgba(40,48,87,1);}
	#header-nav-list li a::after {display: none;}
	.header-nav_btn {
		display: block;
		position: absolute;
		right: 20px;
		top: 15px;
		z-index: 999;
		width: 42px;
		height: 42px;
		-webkit-transition: ease .2s;
		transition: ease .2s;
		background-color: #000022;
	}
	.header .header-nav_btn{top:30px;}
	.header-nav_menuIcon {
		position: absolute;
		top: 10px;
		right: 9px;
		width: 24px;
		height: 22px;
		display: block;
		cursor: pointer;
	}
	.header-nav_menuIcon > span {
		display: inline-block;
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #fff;
		border-radius: 2px;
		-webkit-transition: all .4s;
		transition: all .4s;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.header-nav_menuIcon > .top { top: 2px;}
	.header-nav_menuIcon > .middle { top: 10px;}
	.header-nav_menuIcon > .bottom { bottom: 2px;}
	.header-nav_menuIcon.is-active > .top {
	-ms-transform: translateY(8px) rotate(-45deg);
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
	}
	.header-nav_menuIcon.is-active > .middle {opacity: 0;}
	.header-nav_menuIcon.is-active > .bottom {
	-ms-transform: translateY(8px) rotate(45deg);
		-webkit-transform: translateY(-8px) rotate(45deg);
		transform: translateY(-8px) rotate(45deg);
	}
}
@media (max-width: 480px) {
	#logo {width: 180px;}
}

.container {
	position: relative;
	max-width: 1040px;
	margin: 0 auto;
	padding: 0;
}
@media (max-width: 1040px) {
	.container{ width: 960px;}
}
@media (max-width: 960px) {
	.container{ width: 90%;}
}

.inner{height: 100%;}
.bx-wrapper,.bx-viewport,.inner ul,.inner li{height: 100%!important;}
#slidelist li{text-indent: -9999px;}
#topslide01{background: url(../img/main-01.jpg) no-repeat right center;background-size: cover;}
#topslide02{background: url(../img/main-02.jpg) no-repeat center center;background-size: cover;}
#topslide03{background: url(../img/main-03.jpg) no-repeat center center;background-size: cover;}
#mainimg {
	position: relative;
	margin: 0px;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
/* 	text-align: center; */
	color: #fff;
}
#mainimg-body{
	width: 100%;
/* 	height: 100%; */
	padding: 0 12% 0;
	z-index: 333333;
	position: absolute;
	left: 0;
	top: 30%;
	overflow: hidden;
}
#mainimg-bar{
	display: block;
	content: "";
	width: 200px;
	height: 10px;
	background-color: #fff;
	margin: 80px 0 80px 6%;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#mainimg-ninsho{
	width: 240px;
	margin-top: 20px;
	padding-left: 6%;
}
#mainimg-body p{padding-left: 6%;}
#mainimg-mat{
	position: absolute;
	left: 0;
	top: 0;
	width: 30%;
	height: 100%;
	background-color: rgba(0,135,206,0.75);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: 0.55s;
	-moz-transition: 0.55s;
	-ms-transition: 0.55s;
	-o-transition: 0.55s;
	transition: 0.55s;
}
a#index-scroll{
	position: absolute;
	bottom: 60px;
	right: 5%;
	display: block;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
/* 	background-color: #fff; */
	border: 4px solid #fff;
	z-index: 666666;
}
a#index-scroll::before{
	display: block;
	content: "";
	position: absolute;
	left: 21px;
	bottom: 23px;
	width: 11px;
	height: 11px;
	border-right: 4px solid #fff;
	border-bottom: 4px solid #fff;
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
a#index-scroll:hover{border-color: #0087CE;background-color: #fff;}
a#index-scroll:hover::before{border-color: #0087CE;}
.close-d{
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-ms-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
}
.open-d{
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}

@media (max-width: 960px) {
	#mainimg-body{top: 42%;padding: 0 5%;}
	#mainimg-bar{width: 180px;}
	#mainimg-ninsho{width: 200px;}
}
@media (max-width: 768px) {
	#mainimg-bar{width: 100px;height: 5px;margin: 60px 0 60px 6%}
	#mainimg-body p img{width: 90px;}
	#mainimg-mat{width: 35%;}
	#mainimg-ninsho{width: 160px;}
	a#index-scroll{width: 50px;height: 50px;bottom: 40px;}
	a#index-scroll::before{margin-left: -5px;margin-bottom: -5px}
}



.index-content{width: 100%;overflow: hidden;}
.index-content h2{text-align: center;line-height: 1;}

p.lead{margin-bottom: 45px;letter-spacing: 0.06em;}
@media (max-width: 768px) {
	p.lead{margin-bottom: 25px;}
}

#index-02{margin: 0;position: relative;background-color: #0087CE;padding: 60px 0;text-align: center;color: #fff;}
#index-02 h2{margin-bottom: 45px;}
#index-02 ul{margin-bottom: 50px;}
#index-02 ul li{float: left;width: 25%;padding: 0 10px;}
#index-02 ul li a{display: inline-block;padding: 5px 0;}
#index-02 ul li a:hover{background-color: #000022;}
#index-02>.container:after{
	display: block;
	content: "";
	margin: 0px auto 15px;
	width: 80%;
	height: 2px;
	background-color: #fff;
}
@media (max-width: 768px) {
	#index-02 ul{margin-bottom: 25px;}
	#index-02 ul li{width: 50%;padding: 15px;}
}

#index-03{margin: 0;position: relative;}
#index-03 h1{position: absolute;top: 0;left: 50%;z-index: 888;text-align: center;margin: 0 0 0 -80px;}
#index-03 ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
/* 	display: table; */
	width: 100%;
}
#index-03 ul li{
/* 	display: table-cell; */
	width: 33.3333333333%;
	color: #fff;
	height: 480px;
}
#index-03 ul li a{
/* 	display: block; */
/* 	border: 1px solid #BBB; */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: center;/*--- IE10 ---*/
	-webkit-justify-content: center;/*--- safari（PC）用 ---*/
	justify-content: center;
	-webkit-box-align: center;/*--- Androidブラウザ用 ---*/
	-ms-flex-align: center;/*--- IE10 ---*/
	-webkit-align-items: center;/*--- safari（PC）用 ---*/
	align-items: center;
	position: relative;
	width:100%;
	max-width:100%;
	height: 100%;
	position: relative;
	text-align: center;
	background-color: rgba(0,0,34,0.45);
	color: #fff;
	text-decoration: none;
}
.index-03-c h2{margin-bottom: 30px;}
.index-03-c p{margin-bottom: 35px;}
#index-03-01{background: url(../img/index-03-01.jpg) no-repeat center center;background-size: cover;}
#index-03-02{background: url(../img/index-03-02.jpg) no-repeat center center;background-size: cover;}
#index-03-03{background: url(../img/index-03-03.jpg) no-repeat center center;background-size: cover;}
#index-03 ul li a:hover{background-color: rgba(0,0,34,0.75);}
#index-03 ul li a::before,#index-03 ul li a::after{
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	-ms-transition: 0.25s;
	transition: 0.25s;
}
#index-03 ul li a:hover span{background-color: #0087EC;color: #fff;}
#index-03 ul li a::before{
	position: absolute;
	left: 8%;
	top: 8%;
	display: block;
	content: "";
	width: 84%;
	height: 84%;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
/* 	background-color: #fff; */
}
#index-03 ul li a::after{
	position: absolute;
	right: 8%;
	bottom: 8%;
	display: block;
	content: "";
	width: 84%;
	height: 84%;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
/* 	background-color: #fff; */
}
@-moz-keyframes index-03-line {
  0% { width: 0%;height: 0%; }
  100% { width: 84%;height: 84%; }
}
@-webkit-keyframes index-03-line {
  0% { width: 0%;height: 0%; }
  100% { width: 84%;height: 84%; }
}
@keyframes index-03-line {
  0% { width: 0%;height: 0%; }
  100% { width: 84%;height: 84%; }
}
#index-03 ul li a:hover::before,#index-03 ul li a:hover::after{
	-moz-animation: index-03-line 0.4s;
	-webkit-animation: index-03-line 0.4s;
	animation: index-03-line 0.4s;
}

#index-03 ul li a:hover span{opacity: 1;}
@media (max-width: 960px) {
	#index-03 ul li{height: 380px;}
}
@media (max-width: 768px) {
	#index-03 ul{display: block;}
	#index-03 ul li{display: block;width: 100%;height: 320px;}
}

#index-recruit{
	width: 100%;
	background: url(../img/index-03.jpg) no-repeat center center;
	background-size: cover;
	height: 400px;
/* 	display: table; */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
#index-recruit a{
	vertical-align: middle;
	width: 50%;
	height: 100%;
	color: #000022;
	background-color: rgba(238,250,255,0.75);
/* 	display: table-cell; */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-decoration: none;
}
#index-recruit a:hover {background-color: rgba(238,250,255,1);}
.index-recruit-c{width: 100%;padding: 0 10%;}
.index-recruit-c h2{margin-bottom: 25px;text-align: left;}
.index-recruit-c p:after{
	display: block;
	content: "";
	margin: 50px 0 15px;
	width: 300px;
	height: 2px;
	background-color: #0087CE;
}
#index-recruit a:hover span{background-color: #000022;color: #fff;}
@media (max-width: 960px) {
	.index-recruit-c p:after{width: 80%}
}
@media (max-width: 768px) {
	#index-recruit a{width: 100%;}
	#index-recruit{height: 340px;}
}

.page-header {
	width: 100%;
	height: 420px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding-top: 240px;
}
.page-header h1{line-height: 1;}
.page-contents{width: 100%;overflow: hidden;min-height: 500px;}
.page-contents h2{line-height: 1;text-align: center;}
.page-contents table{width: 800px;margin: 0 auto;line-height: 1.5;}
.page-contents table th{width: 200px;padding: 20px;font-weight: normal;vertical-align: top;background-color: #EEFAFF;border-right: 2px solid #fff;border-bottom: 2px solid #fff;}
.page-contents table td{padding: 20px 20px 20px 40px;font-weight: normal;vertical-align: top;background-color: #f8f8f8;border-bottom: 2px solid #fff;}
@media (max-width: 960px){
	.page-contents table{width: 100%;}
}
@media (max-width: 768px){
	.page-header {height: 250px;padding-top: 130px;}
	.page-contents table{width: 100%;}
	.page-contents table th,.page-contents table td{display: block;width: 100%;padding: 10px;}
	.page-contents table th{border-right: none;}
	.page-contents h2{padding: 0 5%;}
}

#about h2{margin-bottom: 30px;}
#about-header {background-image: url(../img/about-header.jpg);}
#about-01{margin: 0;position: relative;background-color: #0087CE;padding: 60px 0;text-align: center;color: #fff;}
#about-01 h2{margin-bottom: 45px;}
#about-01 ul li{float: left;width: 25%;padding: 0 10px;}
#about-01 ul li a{display: inline-block;padding: 5px 0;}
#about-01 ul li a img{margin-bottom: 10px;}
#about-01 ul li a:hover{background-color: #000022;}
#about-01 ul li a:hover span{background-color: #fff; color: #000022;}
@media (max-width: 768px) {
	#about-01 ul li{width: 50%;padding: 10px;}
	#about-01 ul li a span{width: 100%;}
}
.about-icon{display: block;margin-bottom: 30px;text-align: center;}
.about-txt{width: 600px;}
.about-txt p{margin-bottom: 30px;}
p.at-link{text-align: center;margin-bottom: 0;}
@media (max-width: 768px) {
	.about-icon img{width: 180px;}
	.about-txt{width: 90%;}
}
#about-02{background: url(../img/about-02-back.jpg) no-repeat center center;}
#about-03-back{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 515px;
	background: url(../img/about-03-back.jpg) no-repeat center center;
	background-size: cover;
	z-index: -999;
}
#about-04{background: url(../img/about-04-back.jpg) no-repeat center center;}
#about-05{background: url(../img/about-05-back.jpg) no-repeat center center;}
.about-contents{
	position: relative;
	color: #fff;
	padding: 60px 0;
	width: 100%;
	background-size: cover!important;
}
#about-03 ul{display: table;width: 100%;}
#about-03 ul li{display: table-cell;text-align: center;padding: 0 5px;}
#about-03 ul li span{display: block;color: #000;}
#about-pg{background-color: #EEFAFF;}
ul#photolist{width: 100%;padding: 0 20px;}
ul#photolist li{width: 25%;float: left;padding: 5px;margin: 0;}
ul#photolist li a{
	position: relative;
	display: block;
	overflow: hidden;
}
ul#photolist li a:after{
	display: block;
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	-ms-transition: 0.25s;
	transition: 0.25s;
}
ul#photolist li a:hover:after{background-color: rgba(0,135,206,0.75);}
ul#photolist li a img{
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	-ms-transition: 0.25s;
	transition: 0.25s;
}
ul#photolist li a:hover img {
	-ms-transform: scale3d(1.1, 1.1, 1);
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}
@media (max-width: 480px) {
	#about-03 ul li span{font-size: 1.2rem;}
	ul#photolist {padding: 0;}
	ul#photolist li{width: 50%;}
}
#company h2{margin-bottom: 30px;}
#company-header {background-image: url(../img/company-header.jpg);}
#company-01{padding-top: 60px;}
#c01{
	width: 100%;
	background: url(../img/company-01-back.jpg) no-repeat center top;
	background-size: cover;
}
#c01-txt {
	width: 50%;
	padding: 60px 60px 40px;
	background-color: rgba(238,250,255,0.85);
}
#c01-txt h3{margin-bottom: 15px;}
#c01-txt h3::after{
	display: block;
	content: "";
	width: 67%;
	height: 2px;
	background-color: #0087CE;
	margin-top: 12px;
}
#c01-txt p{line-height: 2;letter-spacing: 0.03em;margin-bottom: 15px;}
#c01-txt p#name{text-align: right;margin-bottom: 0;}
@media (max-width: 960px){
	#c01{background-size: contain;padding-top: 40%;}
	#c01-txt{width: 100%;padding: 5% 5% 40px;}
}
#company-02{padding: 60px 0;background-color: #0087CE;}
#company-03{padding: 60px 0;}
#company-map{padding: 0;height: 460px;}
#company-map iframe{display: block;width: 100%;height: 100%;}
@media (max-width: 768px){
	#company-map{height: 400px;}
}

#section h2{margin-bottom: 30px;}
#section-header {background-image: url(../img/section-header.jpg);}
#section-01{padding-top: 60px;}
.section-odd{
	width: 100%;
	height: 400px;
/* 	display: table; */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.section-even{
	width: 100%;
	height: 400px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction:reverse;;
	-ms-flex-direction:row-reverse;
	-webkit-flex-direction:row-reverse;
	flex-direction:row-reverse;
}
.section-img{
	width: 50%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#section-gifu .section-img{background-image: url(../img/section-01-re.jpg);}
#section-tarui .section-img{background-image: url(../img/section-02-re.jpg);}
#section-tsu .section-img{background-image: url(../img/section-03-re.jpg);}
#section-nishi .section-img{background-image: url(../img/section-04-re.jpg);}
.section-txt{
	width: 50%;
	height: 100%;
	color: #000022;
/* 	display: table-cell; */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-decoration: none;
}
.s-t-c{width: 80%;}
.section-odd .section-txt{background-color: #EEFAFF;}
.section-txt h3{margin-bottom: 25px;}
.section-txt p{line-height: 1.5;}
.section-txt p:after{
	display: block;
	content: "";
	margin: 50px 0 15px;
	width: 300px;
	height: 2px;
	background-color: #0087CE;
}
@media (max-width: 960px) {
	.section-odd,.section-even{height: 340px;}
	.section-txt p:after{width: 80%}
}
@media (max-width: 768px) {
	.section-odd,.section-even,.section-txt,.section-img{display: block;width: 100%;}
	.section-odd,.section-even{height: auto;}
	.section-txt,.section-img{min-height: 250px;}
	.s-t-c{width: 100%;padding: 30px 15px;}
	.section-txt p:after{margin: 30px 0 15px;}
}

#recruit h2{margin-bottom: 30px;}
#recruit-header {background-image: url(../img/recruit-header.jpg);}
#recruit-01{margin: 0;position: relative;background-color: #0087CE;padding: 60px 0;text-align: center;color: #fff;}
#recruit-01 h2{margin-bottom: 45px;}
#recruit-01 p{line-height: 2;}
.recruit-odd{
	width: 100%;
	height: 346px;
/* 	display: table; */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.recruit-even{
	width: 100%;
	height: 346px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction:reverse;;
	-ms-flex-direction:row-reverse;
	-webkit-flex-direction:row-reverse;
	flex-direction:row-reverse;
}
.recruit-img{
	width: 50%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#recruit-02-01 .recruit-img{background-image: url(../img/recruit-02-01-re.jpg);}
#recruit-02-02 .recruit-img{background-image: url(../img/recruit-02-02.jpg);}
#recruit-02-03 .recruit-img{background-image: url(../img/recruit-02-03.jpg);}
.recruit-txt{
	width: 50%;
	height: 100%;
	color: #000022;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-decoration: none;
}
.recruit-odd .recruit-txt{background-color: #EEFAFF;}
.recruit-txt h3{margin-bottom: 35px;}
.recruit-txt p:after{
	display: block;
	content: "";
	margin: 60px 0 0 0;
	width: 300px;
	height: 2px;
	background-color: #0087CE;
}
@media (max-width: 960px) {
	.recruit-txt p:after{width: 80%}
}
@media (max-width: 768px) {
	.recruit-odd,.recruit-even,.recruit-txt,.recruit-img{display: block;width: 100%;}
	.recruit-odd,.recruit-even{height: auto;}
	.recruit-txt,.recruit-img{min-height: 250px;}
	.recruit-txt p:after{margin: 30px 0 15px;}
}

#recruit-voice{padding: 60px 0;}
.voice-odd{
	width: 100%;
/* 	height: 346px; */
/* 	display: table; */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction:reverse;;
	-ms-flex-direction:row-reverse;
	-webkit-flex-direction:row-reverse;
	flex-direction:row-reverse;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.voice-even{
	width: 100%;
/* 	height: 346px; */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.voice-img{
	position: relative;
	width: 50%;
/* 	height: 100%; */
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.voice-img-02{
	width: 33.3333333333%;
/* 	height: 100%; */
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
#voice-01 .voice-img{background-image: url(../img/recruit-voice-01-01.jpg);}
#voice-01 .voice-img-02{background-image: url(../img/recruit-voice-01-02.jpg);}
#voice-02 .voice-img{background-image: url(../img/recruit-voice-02-01.jpg);}
#voice-02 .voice-img-02{background-image: url(../img/recruit-voice-02-02.jpg);}
#voice-03 .voice-img{background-image: url(../img/recruit-voice-03-01.jpg);}
#voice-03 .voice-img-02{background-image: url(../img/recruit-voice-03-02.jpg);}
#voice-04 .voice-img{background-image: url(../img/recruit-voice-04-01.jpg);}
#voice-04 .voice-img-02{background-image: url(../img/recruit-voice-04-02.jpg);}
.voice-img h3{position: absolute;}
#voice-01 h3{left: 30px;top:90px;}
#voice-02 h3{right: 30px;top:120px;}
#voice-03 h3{left: 30px;top:120px;}
#voice-04 h3{right: 30px;top:120px;}

.voice-txt{
	width: 50%;
/* 	height: 100%; */
	color: #000022;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.voice-odd .voice-txt{
	-webkit-box-direction:reverse;;
	-ms-flex-direction:row-reverse;
	-webkit-flex-direction:row-reverse;
	flex-direction:row-reverse;
}
.voice-odd .voice-txt{background-color: #EEFAFF;}
.voice-even .voice-txt{background-color: #fff;}
.voice-txt h3{margin-bottom: 35px;}
.v-c{padding: 30px 5%;width: 66.6666666666%;}
.voice-txt p.v-y{margin-bottom: 15px;}
@media (max-width: 960px) {
	.voice-odd,.voice-even,.voice-img{display: block;width: 100%;}
	.voice-img{height: 520px;}
	.voice-txt{width: 100%;}
}
@media (max-width: 768px) {
	.voice-img{height: 250px;}
	.voice-img-02{display: none;}
	.v-c{width: 100%;}
	#voice-01 h3,#voice-02 h3,#voice-03 h3,#voice-04 h3{top: 180px}
}

#recruit-03{padding: 60px 0;text-align: center;}
#recruit-03 ul{display: table;text-align: center;margin: 0 auto;}
#recruit-03 ul li{display: table-cell;vertical-align: middle;}
.r3-s{width: 250px;height: 180px;padding: 20px;border: 4px solid #0087CE;}
.r3-a{width: 40px;}
.r3-s h3{margin-bottom: 15px;padding-bottom: 5px;border-bottom: 2px solid #0087CE;color: #0087CE;font-size: 1.25em;}
.r3-s p{text-align: left;}
@media (max-width: 960px) {
	/* .r3-s{height: 160px;} */
	.r3-a{width: 30px;}
}
@media (max-width: 768px) {
	#recruit-03 ul,#recruit-03 ul li{display: block;}
	.r3-s{width: 100%;padding: 20px 15px;text-align: center;height: auto;}
	.r3-a{width: 100%;padding: 10px 0;text-align: center;height: auto;}
	.r3-a img{
		-ms-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}
#recruit-04{padding: 60px 0;background-color: #EEFAFF;}
#recruit-04 table{margin-bottom: 1.5em;}
#recruit-04 caption{padding: 8px 15px;background: #0087CE;color: #fff;font-size: 1.25em;}
#recruit-04 th{background-color: #f8f8f8;border-color: #EEFAFF;}
#recruit-04 td{background-color: #fff;border-color: #EEFAFF;}
#recruit-04 p{max-width: 800px;margin: 0 auto 1em;}
.r4-box{max-width: 800px;margin: 0 auto 40px;padding:30px 0;border-top: 1px solid #0087CE;border-bottom: 1px solid #0087CE;text-align: center;}
.r4-box h3{margin-bottom: 1em;font-size:1.5em;}
.r4-box ul{display: inline-block;text-align: left;}

#contact{padding: 60px 0 100px;}
#formarea{width: 800px;margin: 0 auto;}
.flow{margin-bottom: 30px;}
#formtext p span {background-color: #f00;padding: 5px;color: #FFF;margin: 0px;letter-spacing: 0.12em;font-size: 1.1rem;font-size: 11px;font-weight: bold;font-family: "UD新ゴ M","UD Shin Go Medium", sans-serif;}
#formarea #contact-tel{margin: 30px 0 45px;}
#formarea table th{width: 240px;}
#formarea table td label{margin-bottom: 5px;}
#formarea table td label input[type="radio"],#formarea table td label input[type="checkbox"] {margin-right: 5px;}
#formarea table th span.must {
	font-family: "UD新ゴ M","UD Shin Go Medium", sans-serif;
	font-size: 1.1rem;
	font-size: 11px;
	display: block;
	float: right;
	font-size: 85%;
	margin: 0px;
	padding: 3px 5px;
	color: #FFF;
	background-color: #f00;
	letter-spacing: 0.12em;
	font-weight: bold;
}
#form-type span{display: block;}
.exp{font-size: 93%;color: #888;line-height: 1.5;}
span.error{color: #F00;font-weight: bold;padding: 5px 3px 3px 5px;background-color: #ffdff9}
#contactform input, #contactform textarea,#contactform select {
	font-family: sans-serif!important;
	padding: 3px;
	vertical-align: middle;
	border: #CBCBCB solid 1px;
	border-radius: 3px;
	margin: 0;
}
#contactform select{background-color: #fff;}
#contactform textarea{display: block;width: 100%;}
input#autozip{background-color: #0087CE;font-size: 11px;font-size: 1.1rem;border: #0087CE solid 1px;color: #fff;font-weight: bold;padding:3px 6px;cursor: pointer;}
.bottom-button,#back-button{text-align: center;padding-top: 20px;}
#back-button input{	width: 200px;line-height: 30px;cursor: pointer;}
.bottom-button input{
	display: inline-block;
	border: none;
	color: #FFF;
	background-color: #0087CE;
	text-align: center;
	font-size: 138.5%;
	font-weight: bold;
	line-height: 57px;
	letter-spacing: 2px;
	width: 280px;
	padding: 3px 0 0 0;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	-ms-transition: 0.25s;
	transition: 0.25s;
	cursor: pointer;
}
.bottom-button input:hover{background-color: #f00;}
@media (max-width: 960px) {
	#formarea{width: 100%;}
}
@media (max-width: 768px) {
	.flow{margin-bottom: 15px;}
	#formarea table th{width: 100%;}
}

/* ==========================================================================
 * フォーム
 * ========================================================================== */

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
select,
textarea {
  font-family: inherit;
  font-size: 1em;
  box-shadow: none;
}
textarea {
  width: 100%;
  line-height: 1.35em;
  padding: 0.3em 0.35em;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="phone"],
input[type="tel"],
input[type="number"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="color"],
input[type="time"],
input[type="search"],
input[type="datetime-local"] {
  padding: 0.3em 0.35em;
  font-family: inherit;
  font-size: 100%;
  box-shadow: none;
}

button:active,
button:focus { outline: none;}

select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="phone"][disabled],
input[type="tel"][disabled],
input[type="number"][disabled],
input[type="datetime"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="color"][disabled],
input[type="time"][disabled],
input[type="search"][disabled],
input[type="datetime-local"][disabled] {
  resize: none;
  color: rgba(0, 0, 0, 0.5);
}
#tel1,#fax1{width: 60px;}
#tel2,#tel3,#fax2,#fax3{width: 100px;}

#birth1{width: 100px;}
#birth2,#birth3,#birth4{width: 40px;}
#gakureki{width: 260px;}

#zip1{width: 50px;}
#zip2{width: 100px;}

#pref1{margin-bottom: 5px;}
#address1{width: 260px;}

/* バリデーション */
input.err,
select.err,
textarea.err,
.err input,
.err select,
.err textarea,
.chkgroup.err label {
  background: #fce4d6;
  border-color: #fdd7c1;
}

.err:focus,
.err input:focus,
.err select:focus,
.err textarea:focus { border-color:#fd6037;}
/* :::::::::: 送信ボタン :::::::::: */
.form-btn {
  margin-top: 40px;
  text-align: center;
}
.form-btn .btn {
	width: 300px!important;
	height: 60px!important;
	line-height: 60px!important;
	border: none;
}
.form-btn .btn:hover{background: #e72d2d;}
.form-btn .btn + .btn {margin-left: 20px;}
.form-btn .btn[hidden] {display: none;}
.form-btn .btn-error {background: #c9caca;}
.form-btn .btn-error:hover {background: #dcdcdc;}
.csstransforms .btn.btn-error:after {
  -webkit-transform: scale(1,0.8) rotate(-45deg);
  transform: scale(1,0.8) rotate(-45deg);
}
@media (max-width: 960px) {
	#form th{width: 150px;padding-right: 15px;}
	#formarea{width: 100%;}
}
@media (max-width: 768px) {
	.form-desc{display: block;}
	.flow{margin-bottom: 15px;}
	#formarea table th{width: 100%;}
}
@media (max-width: 480px) {
	#tel1,#fax1{width: 50px;}
	#tel2,#tel3,#fax2,#fax3{width: 75px;}
	#mail1{width: 90px;}
	#mail2{width: 130px;}
	#nameSei,#nameMei,#furiSei,#furiMei{width: 100px;}
}
#foot-policy{margin: 3px 0 8px;}
#foot-contact{width: 100%;padding: 75px 0 100px;text-align: center;}
#foot-contact h2{margin-bottom: 45px;}
#foot-contact ul{width: 100%;display: table;}
#foot-contact ul li{display: table-cell;width: 360px;padding: 0 30px;vertical-align: top;}
#foot-contact ul li a{display: inline-block;}
#foot-contact ul li a:hover{opacity: 0.6;}
#foot-tel-link2{display: none!important;}
@media (max-width: 768px) {
	#foot-tel-link1{display: none!important;}
	#foot-tel-link2{display: table-cell!important;}
	#foot-contact ul li{width: 50%;padding: 0;}
}
/* footer */
#footer {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.06em;
	padding: 60px 5% 50px;
	border-top: 10px solid #0087CE;
	position: relative;
}
#footer h2{font-size: 14px;font-size: 1.4rem;}
a#foot-logo{float: right;margin-top: 44px;display: inline-block;}
a#foot-logo:hover{opacity: 0.6;}
#copyright {line-height: 1.5;font-size: 10px;font-size: 1.0rem;}
a#to_top{
	position: absolute;
	top: -35px;
	right: 5%;
	display: block;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	background-color: #fff;
	border: 4px solid #0087CE;
}
a#to_top::before{
	display: block;
	content: "";
	position: absolute;
	left: 21px;
	top: 23px;
	width: 11px;
	height: 11px;
	border-top: 4px solid #0087CE;
	border-left: 4px solid #0087CE;
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
a#to_top:hover{background-color: #0087CE;}
a#to_top:hover::before{border-color: #fff;}
@media (max-width: 960px) {
	#footer {padding: 30px 5%;}
	a#foot-logo{float: none;margin: 0 0 15px;}
}
@media (max-width: 768px) {
	#footer {text-align: center;}
	a#foot-logo{margin: 0 auto 15px;}
}

.blue-btn{
	font-family: "UD新ゴ M","UD Shin Go Medium", sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	position: relative;
	text-align: center;
	font-weight: bold;
	background-color: #0087CE;
	letter-spacing: 0.12em;
	color: #fff;
	width: 140px;
	height: 35px;
	line-height: 34px;
	padding-top: 1px;
	display: inline-block;
	margin: 0 auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-decoration: none;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	-ms-transition: 0.25s;
	transition: 0.25s;
}
.blue-btn:hover{
	background: #000022;
	color: #fff;
	text-decoration: none;
}
.white-btn{
	background-color: #fff;
	color: #0087CE;
}
@media (max-width: 480px) {
	.blue-btn{height: 40px;line-height: 40px;}
}




/* =====
 * MISC
 * ===== */

/* Clearfix */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
	content: " ";
	display: table;
}
.clearfix:after,
.container:after,
.row:after {
	clear: both;
}

/* Float */
.left   {float: left;}
.right  {float: right;}
.center {margin-right: auto !important; margin-left: auto !important;}

@media (max-width: 480px) {
	.left,.right{float: none;}
}

/* Text Alignment */
.text-left { text-align: left;}
.text-right { text-align: right;}
.text-center { text-align: center;}
.text-justify {
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-text-size-adjust: 100%;
}
.text-nowrap { white-space: nowrap;}

/* Visibility */
.visible-xs,
.visible-xs-block { display: none !important;}

@media (max-width: 767px) {
	.visible-xs,
	.visible-xs-block { display: block !important;}
	.hidden-xs { display: none !important;}
}

/* ニュース詳細 */
.news_item{
	margin:100px auto 150px;
	text-align: center;
}

.news_detail{
	margin:100px auto 150px;
	/*text-align: center;*/
}

.news_detail_head{
	border-bottom: 2px solid #0087CE !important;
	margin-bottom: 50px;
}

.news_detail date{
	font-size: 2rem;
	margin-bottom: 50px;
	display: inherit;
	text-align: center;
}

.news_detail h2.title{
	font-size: 3.5rem;
	color: #0087CE;
	margin-bottom: 30px;
	margin-top: 30px;
}

.news_detail .text{
    font-size: 1.8rem;
	line-height: 2;
	text-align: left;
	margin-bottom:50px;
}

.news_detail .btn{
    margin: 1.5rem auto 10rem;
	background-color: #0087CE;
    color:#fff;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
	padding:20px 80px;
    text-decoration: none !important;
}

.news_detail_back{
	text-align: center;
}


/* ニュース一覧 */
.news_cont .txt{
 margin-bottom:30px;
 font-size: 2rem;
}

.news_cont{
	width: 800px;
	max-width: 90%;
	margin:auto;
	text-align: left;
}

.news_cont .data{
	width: 190px;
}

.news_cont .news{
	display: flex;
    flex-wrap: wrap;
    margin: auto;
}


.news_cont .img{
	margin: auto;
	width: 100%;
	background-color: #888;
	margin-bottom:30px;
}


 .news_cont p{
	/*font-size: 1.8rem;*/
	margin-bottom:10px;
}

.c-list-pager-wrap{
	margin:100px auto 0;;
	text-align: center;
}

.c-list-pager-item {
    display: inline-block;
}

.c-list-pager-item a {
    background-color: #fff;
    color: #333;
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	text-decoration: none;
}


.c-list-pager-item.current a {
    background-color: #0087CE;
    color: #fff;
}



/* ニュース詳細 */
.top_news{
	display: flex;
	flex-wrap: wrap;
	margin: auto;
}

.top_news .top_news_ttl{
	width: 30%;
	padding-right: 30px;
}

.top_news .news_cont{
	width: 70%;
	max-width: none;
	margin: 0 0 0 auto;
	padding: 20px 0 20px 30px;
	border-left: 2px solid #0087CE;
}

.top_news .btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 210px;
	height: 58px;
	margin: 1.5rem auto 0;
	background-color: #0087CE;
	color: #fff;
	border-radius: 10px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	text-decoration: none !important;
}
.top_news_more_sp{
	display: none;
}
@media (max-width: 768px) {
	.top_news{
		display: block;
	}
	.top_news .top_news_ttl{
		width: 100%;
		text-align: left;
	}
	.top_news .top_news_ttl h2{
		margin-bottom: 10px!important;
	}
	.top_news .top_news_ttl .btn{
		display: none;
	}
	.top_news .news_cont{
		width: 100%;
	}
	.top_news_more_sp{
		display: block;
		margin-top: 30px;
	}
	.top_news_more_sp .btn{
		margin-left: 0;
	}
}
