@charset "utf-8";



/*==================================================

keyvisual
==================================================*/

#keyvisual {
	min-height: 560px;
	position: relative;
}
#keyvisual header {
	position: absolute;
	text-align: center;
	color: rgba( 255, 255, 255, 1 );
	font-weight: bold;
	text-shadow: 0 0 8px rgba( 0, 0, 0, 0.3 );
	left: 50%;
	top: 50%;
	transform: translateX( -50% ) translateY( -50% );
		-webkit-transform: translateX( -50% ) translateY( -50% );
		-moz-transform: translateX( -50% ) translateY( -50% );
		-ms-transform: translateX( -50% ) translateY( -50% );
}
#keyvisual header h1 {
	font-size: 285%;
}
#keyvisual header h2 {
	font-size: 571%;
	white-space: nowrap;
}


#entrance {
	background: rgba( 255, 255, 255, 1 );
	padding: 0;
	box-shadow: 0 0 4px 0 rgba( 0, 0, 0, 0.15 );
}
#entrance header {
	background: url("../img/entrance_img01.jpg") center center no-repeat;
	background-size: cover;
	float: left;
	display: inherit;
	position: relative;
	width: 50%;
	min-height: 373px;
}
#entrance header div {
	background: rgba(0,70,140,0.7);
	color: rgba( 255, 255, 255, 1 );
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#entrance header h2,
#entrance header h3 {
	width: 33%;
	display: block;
	margin-left: 33%;
	font-weight: bold;
}
#entrance header h2 {
	margin-top: 120px;
	font-size: 285%;
	margin-bottom: 16px;
}
#entrance .text {
	width: 50%;
	float: right;
	display: inline;
	padding: 40px;
	box-sizing: border-box;
}
#entrance .text h4 {
	font-size: 171%;
	font-weight: bold;
	color: rgba( 0, 70, 140, 0.96 );
}
#entrance .text p {
	margin-top: 16px;
}


.service-list {
	overflow: hidden;
	padding-bottom: 4px;
}
.service-list ul {
	margin-right: -41px;
}
.service-list li {
	background: rgba( 255, 255, 255, 1 );
	box-shadow: 0 0 4px 0 rgba( 0, 0, 0, 0.15 );
	float: left;
	display: inline;
	width: 347px;
	margin: 40px 40px 0 0;
}
.service-list li:nth-child(1),
.service-list li:nth-child(2) {
	width: 540px;
}
.service-list li figure {
	position: relative;
}
.service-list li figure:after {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	content: '';
	border: 8px solid rgba( 0, 0, 0, 0.3 );
}
.service-list li figure figcaption {
	position: absolute;
	left: 24px;
	bottom: 24px;
	color: rgba( 255, 255, 255, 1 );
	text-shadow: 0 0 4px rgba( 0, 0, 0, 0.7 );
	font-size: 171%;
}
.service-list li p {
	margin: 16px 24px 24px;
}

#follow {
	text-align: center;
	background: rgba( 0, 70, 140, 1 );
	color: rgba( 255, 255, 255, 1 );
	padding: 80px 0;
	margin: 80px 0 0;
}
#follow h1 {
	font-size: 171%;
}
#follow p {
	margin-top: 24px;
}
.feature {
	overflow: hidden;
	position: relative;
	margin-top: 40px;
}
.feature ul,
.feature li {
	position: relative;
	float: left;
	display: inline;
}
.feature ul {
	left: 50%;
}
.feature li {
	left: -50%;
	margin: 0 40px;
}
.feature li figcaption {
	display: block;
	margin-top: 16px;
	font-size: 114%;
}


#map iframe {
	border: none;
	width: 100%;
	height: 400px;
	margin-top: 40px;
}
.outline {
	margin-top: -40px;
	background: rgba( 255, 255, 255, 1 );
	padding: 0;
	box-shadow: 0 0 4px 0 rgba( 0, 0, 0, 0.15 );
}
.outline figure {
	width: 50%;
	float: right;
	text-align: right;
}
.outline .text {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 40px;
}
.outline h1 {
	font-size: 171%;
	color: #00468C;
	font-weight: bold;
}
.outline table {
	text-align: left;
}
.outline table th,
.outline table td {
	padding-top: 8px;
}
.outline table th {
	vertical-align: top;
}
.outline table td {
	padding-left: 16px;
}
.outline .btn {
	margin: 0 40px;
}

#contact {
	width: 960px;
}
#form-wrapper {
	position: relative;
	zoom:1;
}
#form-wrapper:after {
	clear: both;
	display: block;
	content: '';
	height: 0;
}
.form-block {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 0 24px 0 0;
}
.form-block:nth-child(2) {
	padding: 0 0 0 24px;
}
form button {
	border: none;
	display: inline-block;
	padding: 8px 40px;
	background: #00468C;
	color: rgba( 255, 255, 255, 1 );
	border-radius: 80px;
	margin-top: 32px;
}
.form-block dt {
	margin-top: 16px;
}
.form-block input,
.form-block textarea {
	width: 100% !important;
	border: 1px solid rgba( 0, 0, 0, 0.3 );
	border-radius: 4px;
	margin-top: 8px;
}

#message {
	background: #FFFFFF;
	box-shadow: 0 0 4px 0 rgba( 0, 0, 0, 0.15 );
	padding: 40px;
	margin: 80px auto;
}