@charset "utf-8";
/* CSS Document */

/* ---reset------------------------------------------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,p,blockquote,section,nav,header,footer{margin:0;padding:0;}ul li,ol li {list-style:none;} h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}input,textarea,select{ font-family: inherit;font-size:inherit; font-weight:inherit;}input,textarea,select{ *font-size:100%;}a img { border:none;}

* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
/* ---common----------------------------------------- */
/* -------------------------------------------------- */
.cf:before,.cf:after {content: " "; display: table;}.cf:after {clear: both;}.cf {*zoom: 1;}
.alpha a:hover img {opacity: 0.8;filter: alpha(opacity=80);-ms-filter: "alpha(opacity=80)";}
img {border: 0px; vertical-align: bottom;}

#pagetop {max-width:1000px;left:50%;margin-left:460px;position: fixed;bottom: 5%;z-index:999;text-align: right;}
#pagetop a {padding:0;text-decoration: none;margin-right: 0;display: block;}
#pagetop:hover {opacity: 0.8;}

.ggmap {position: relative;padding-bottom: 75%;padding-top: 30px;height: 0;overflow: hidden;justify-content: flex-end;}
.ggmap iframe,
.ggmap object,
.ggmap embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

.brsp {display:none;}

	.pc {display: block;}
	.sp {display: none;}

.flexBox {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}

.inner {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}

table {
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

@media screen and (max-width: 768px) {
	.pc {display: none;}
	.sp {display: block;}
}

a:link {
	color: #007FFF;
	text-decoration: none;
}
a:visited {
	color: #666699;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #6666FF;
}
/*	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
*/
/* ---pc design-------------------------------------- */
body{
	font-size: 14px;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: none;
	line-height: 1.5em;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	text-align: center;
	color: #444444;
	overflow-x: hidden;
}

div.headerPC {
	height: auto;
}

header.pc {
	width:100%;
	width: 100%;
}

header.pc .headerArea {
	background: url("image/header_bg@2x.png") repeat-x;
	background-size: auto 100%;
}

header.pc > .inner.flexBox {
	margin: 0 auto;
	max-width: 1000px;
	height: 154px;
}

header.pc h1 {
	margin: 67px 0 0;
	width:390px;
}

header.pc .header_icon {
	margin-bottom: 14px;
	width: 205px;
}

.globalMenu {
	padding: 12px 0;
	width: 100%;
	height: auto;
	background-color: #03426a;
}

.globalMenu ul {
	width: 100%;
	max-width: 1000px;
	height: 100%;
	margin: 0 auto;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-align-items: center;
			align-items: center;
	z-index: 999;
}

.globalMenu ul li {
	margin:0 auto;
	padding: 0 1em;
	width: 20%;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	align-self: center;
	font-size: 17px;

}
.globalMenu ul li + li {
  border-left: 0;
  border-right: 1px solid #FFFFFF;
}

.globalMenu ul li a {
	display: block;
	color: #FFFFFF;
	padding: 0.5em 1.5em;
}

.nav {
	width: 100%;
	margin: 0 auto;
	padding: 15px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	z-index: 1000;
}

.nav li img {
	width: 145px;
	height: 48px;
}

.nav li a {
	display: block;
	width: 145px;
	height: 48px;
	transition: 0.5s;
	text-decoration: none;
}

.nav > li:hover > a {/*layer-1*/
	opacity: 0.8;
}

.nav > li li:hover > a {/*layer-2*/
	color: #fff;
	background-color: rgba(0,0,0,0.8);
}

.nav li ul {
	top: 48px;
	left: 0;
/*	position: absolute*/;
	color: #fff;
	background-color: rgba(0,0,0,0.8);
	z-index: 1000;
}

.nav li ul li {
	overflow: hidden;
	height: 0;
	z-index: 1000;
	transition: 0.2s;
}

.nav li ul li a {
	color: #fff;
	background-color: rgba(33,33,33,0.9);
	margin: 0;
	padding: 0;
	display: block;
	text-align: left;
	font-size: 13px;
	line-height: 48px;
	text-indent: 13px;
	background-image: url(image/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 0px 0px;
	border-bottom: 1px solid #333;
}

.nav li ul li:last-child a {
	border-bottom: none;
}

.nav li ul li a:hover {
	color: #fff;
	background-color: rgba(66,66,66,0.9);
	padding: 0;
	display: block;
	text-align: left;
	font-size: 13px;
	line-height: 48px;
	text-indent: 13px;
	background-image: url(image/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 9px 9px;
}

.nav li:first-child ul li a:hover {
	background-color: rgba(0,109,217,0.9);
}

.nav li:nth-child(2) ul li a:hover {
	background-color: rgba(255,147,38,0.9);
}

.nav li:nth-child(3) ul li a:hover {
	background-color: rgba(255,0,0,0.9);
}

.nav li:nth-child(4) ul li a:hover {
	background-color: rgba(105,0,144,0.9);
}

.nav li:hover > ul > li {
	overflow: visible;
	height: 48px;
}

.headerImageArea {
	height: 435px;
}
.headerImageArea img {
	width: 100%;
	max-height: 436px;
}
.headerSlider .sliderItem {width: 1000px;max-width: 100vw;}
.sliderItem {filter: contrast(50%);}
.sliderItem.slick-center {filter: blur(0) grayscale(0%);}
.slick-dots li button:before {content: "●"!important;font-size: 20px!important;color: #ffffff !important;}
li.slick-active button:before {color: #2a5342 !important;border: 1px solid #ffffff;border-radius: 50%;}
.slick-dots li button:before {opacity: 0.8!important;}

h2 {
	font-size: 28px;
}

.fastArea {
	margin: 70px 0;
}

.fastArea .photoArea {
	width: 45%;
}
.fastArea .textArea {
	padding-left: 38px;
	width: 55%;
	text-align: left;
}

.serviceArea {
	padding: 48px 0 53px;
	background-color: #F5F3F0;
}

.serviceArea .imageBox{
	position: relative;
	background: url("image/service_rl@2x.png") repeat-x;
	background-size: auto 198px;
	content: "";
}

.accessArea {
	padding: 42px 0 14px;
	background: url("image/access_bg@2x.png") no-repeat;
}

.accessArea .map {
	margin-top: 18px;
	width: 100%;
	height: 358px;
	border: 1px solid #444444;
}


footer {
	padding: 75px 0 86px;
	background: #313339;
}

footer .footerLogoArea {
	margin: 0 auto;
	width: 40%;
}

footer .footerNav {
	width: 87%;
	margin: 55px auto 64px;
	font-size: 18px;
	line-height: 2em;
	justify-content: space-around;
	
}

footer .footerNav li {
	width: 20%;
}

footer .footerNav a {
	color: #ffffff;
}

/* ---page------------------------------------------- */
.contents02 .inner {
	padding: 30px 0 50px;
	font-size: 21px;
	text-align: left;
	}

.headerTitleArea h2 {
	width: 100%;
	max-width: 1000px;
	margin: 0 94px 0 0;
	padding-top: 94px;
	color: #FFFFFF;
	font-size: 26px;
	letter-spacing: 0.3em;
	text-align: right;
}

.businessHeader {
	width: 100%;
	height: 230px;
	margin-bottom: 0;
	background: url("image/header_business@2x.png") no-repeat;
	background-size: cover;
}


.inner.business {
	padding: 0;
	height: 1267px;
	background-size: 247px 1267px;
	background-position: left top;
}

.inner.business > div {
	padding-left: 303px;
	height: 328px;
	font-size: 21px;
	text-align: left;
}

.inner.business .business01 {
	padding-top: 183px;
	height: 328px;
	text-align: left;
	background:url(image/business_image_01@2x.png) no-repeat;
	background-size: 247px 328px;
}

.inner.business .business02 {
	padding-top: 60px;
	height: 206px;
	text-align: left;
	background:url(image/business_image_02@2x.png) no-repeat;
	background-size: 247px 206px;
}

.inner.business .business03 {
	padding-top: 57px;
	height: 201px;
	text-align: left;
	background:url(image/business_image_03@2x.png) no-repeat;
	background-size: 247px 201px;
}

.inner.business .business04 {
	padding-top: 60px;
	height: 206px;
	text-align: left;
	background:url(image/business_image_04@2x.png) no-repeat;
	background-size: 247px 206px;
}

.inner.business .business05 {
	padding-top: 58px;
	height: 326px;
	text-align: left;
	background:url(image/business_image_05@2x.png) no-repeat;
	background-size: 247px 326px;
}

.inner.outline .outlineTable {
	margin: 0 auto;
	width: 100%;
	font-size: 21px;
}

.inner.outline .outlineTable th,
.inner.outline .outlineTable td {
	margin: 0;
	padding: 1em;
	border: 1px solid #999999;
}

.inner.outline .outlineTable th {
	font-weight: normal;
	text-align: center;
	background-color: #F2F2F2;
}

.inner.outline .outlineTable td {
line-height: 1.2em;
background-color: #FFFFFF;
}

/* ---form------------------------------------------- */

table.formTable {
	width:1000px;
	line-height: 120%;
}

table.formTable th, table.formTable td {
	padding: 1em;
	width: auto;
	border:1px solid #cccccc;
}
table.formTable th {
	margin-top: 5px;
	width: 30%;
	text-align: left;
	font-weight: normal;
	background-color: #F2F2F2;
}

table.formTable td {
	text-align: left;
	background-color: #FFFFFF;
}

input[type="text"] , select {
	padding:2px;
}

/* ---sp design-------------------------------------- */
@media screen and (max-width: 768px) {

.headerSP {
	padding-bottom: 2em;
	width:100%;
	height: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	border-bottom: 5px solid #03426a;
}

.headerSP h1 img {
	margin:1em 0;
}
nav.globalMenuSP {
	position: fixed;
	z-index: 998;
	top: 0;
	left: 0;
	background-color: #BDBDAE;
	color: #000;
	text-align: center;
	transform: translateY(-100%);
	transition: all 0.6s;
	width: 100%;
}

nav.globalMenuSP ul {
	background: #03426a;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

nav.globalMenuSP ul li {
	font-size: 1.1em;
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 1px dotted #FFFFFF;
}

nav.globalMenuSP ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

nav.globalMenuSP ul li a {
	display: block;
	color: #FFFFFF;
	padding: 1em 0;
}

	/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSP.active {
	transform: translateY(0%);
}

.navToggle {
	display: block;
	position: fixed;	/* bodyに対しての絶対位置指定 */
	right: 13px;
	top: 12px;
	width: 42px;
	height: 51px;
	cursor: pointer;
	z-index: 999;
	background: #03426a;
	text-align: center;
	border-radius: 5px;
}

.navToggle span {
	display: block;
	position: absolute;	/* .navToggleに対して */
	width: 30px;
	border-bottom: solid 3px #eee;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 6px;
}

.navToggle span:nth-child(1) {
	top: 9px;
}

.navToggle span:nth-child(2) {
	top: 18px;
}

.navToggle span:nth-child(3) {
	top: 27px;
}

.navToggle span:nth-child(4) {
	border: none;
	color: #eee;
	font-size: 9px;
	font-weight: bold;
	top: 34px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
	top: 18px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

	table.formTable {
		width: 100%;
		display: flex;
	}

table.formTable th {
	width:100%;
	display: block;
	border-bottom: none;
}


	
	table.formTable td {
		widht: 100%;
	display: block;
	}

}