@charset "UTF-8";
/* CSS Document */

body,html{
	margin:0;
	padding:0;
	line-height:1.6;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	}
a{
		color:#333;
		text-decoration:none;
		transition:all 0.2s ease 0.01s;
		-webkit-transition:all 0.2s ease 0.01s;
		-moz-transition:all 0.2s ease 0.01s;
		-ms-transition:all 0.2s ease 0.01s;
		}
	a:hover{
		opacity:0.7;
		}
img{
	width:100%;
	height:auto;
	}
p,h1,h2,h3,h4,h5,h6{
	margin:0;
	}
ul{
padding:0;	
}
ul li{
	list-style-type:none;
	}

header{
	display:flex;
	}
nav{
	padding: 30px;
	width:100%;
	box-sizing: border-box;
	}
nav ul{
	display:flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	}
nav ul li a{
	color:#fff;
	display:inline-block;
	margin:0 10px;
	}
#bg-video{
 position: fixed;
 right: 0;
 bottom: 0;
 min-width: 100%;
 min-height: 100%;
 width: auto;
 height: auto;
 z-index: -100;
 background: url('img/poster.png') no-repeat;
 background-size: cover;
}
.icatch{
	position:relative;
	height:700px;
    background: linear-gradient(-45deg, rgba(4, 114, 124, 0.4), rgba(17, 66, 99, 0.6));
	}
.top-logo{
	position:relative;
	display: flex;
	width: 30%;
	justify-content: center;
	align-items: center;
	text-align:center;
	margin: auto;
	z-index:2;
	top: 150px;
	/* left: -32px; */
	}
.top-logo img{
	width: 420px;
	}
.play{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	top: 270px;
	}
.play i{
	font-size: 50px;
	color: #fff;
	margin-bottom: 14px;
	}
.play span{
	font-size: 16px;
	color:#fff;
	}

.content{
	background:#0f63a4;
	}
section{
	/* max-width:1280px; */
	margin:0 auto;
	position:relative;
	height: 760px;
	}

#about .circle{
	position: absolute;
	left:0;
	top:80px;
	z-index:999;
	}
.circle{
	text-align:center;
	padding: 0;
	border-radius:50%;
	background:#0f63a4;
	width: 500px;
	height: 500px;
	display: table;
	}
.circle-inner{
	display:table-cell;
	vertical-align:middle;
}
.circle h2{
	color:#fff;
	font-size: 32px;
	line-height: 1.2;
	}
.circle span{
	font-size:18px;
	color:#f6e744;
	}
.circle p{
	color:#b8ddf9;
	text-align: left;
	padding: 0 40px;
	margin-bottom: 20px;
	}
.top-link{
	display:inline-block;
	padding: 10px 50px;
	border:1px solid #fff;
	border-radius:6px;
	color:#fff;
	}
.about-img{
	position:absolute;
	right:0;
	top: -100px;
	z-index:888;
	}

#contents{
	background-image:url(img/contents-bg.jpg);
	background-position:center center;
	background-size:cover;
	position:relative;
	height: 600px;
	}
#contents .circle{
	position:absolute;
	right:40px;
	top:40px;
	}
#facility .circle{
	position: absolute;
	left:0;
	top:80px;
	z-index:999;
}
.footer-menu{
	background:#1a5f94;
	padding: 30px 40px;
	}
.footer-menu ul{
	display:flex;
	margin: 0;
	}
.footer-menu ul li a{
	color:#fff;
	margin-right:20px;
	}
footer{
	background:#142531;
	padding: 40px 0 0 0;
	}
.footer-inner{
	display:table;
	width:100%;
	max-width:1280px;
	margin: 0 auto 40px auto;
	padding: 0 20px;
	box-sizing: border-box;
	}
.footer-left{
	display:table-cell;
	vertical-align:middle;
	width:50%;
	}
.footer-right{
	display:table-cell;
	vertical-align:middle;
	width:50%;
	text-align:center;
	}
.footer-right a{
	display:inline-block;
	padding: 30px 60px;
	border:1px solid #fff;
	border-radius:8px;
	color:#fff;
	}
.tel{
	color:#fff;
	font-size:38px;
	line-height: 1.2;
	}
.tel small{
	font-size:16px;
	margin: 0 4px;
	}
.service-time{
	font-size:14px;
	margin-bottom: 20px;
	color: #fff;
	margin-left: 30px;
	}
.header-tel .tel{
	color: #000;
	font-size:32px;
}
.header-tel .tel small{
	font-size:14px
}
.header-tel .service-time{
	margin:0;
	color: #000;
}
.address{
	color:#fff;
	font-size:14px;
	}
.address b{
	font-size:18px;
	}
.footer-logo{
	text-align:center;
	margin-bottom: 20px;
	}
.footer-logo img{
	width:180px;
	}
.copy-right{
	background: #000;
	color: #aaa;
	text-align: right;
	font-size: 12px;
	padding: 2px 10px;
	}

/*page*/
.page-logo{
	width: 17%;
	padding: 10px;
	}
.page-logo h1{
	line-height:1;
}
.page-menu{
	width: 53%;
}
.header-tel{
	width:30%;
	padding: 10px;
}
.page-menu nav ul li a{
	color: #000;
}
.page-menu nav{
	padding: 10px;
}
.page-menu nav ul{
	display: flex;
	-webkit-box-pack: inherit;
	-ms-flex-pack: inherit;
	justify-content: inherit;
	}
.page-title:before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	right:0;
	background:#0f75bd;
	opacity:0.4;
}
.page-title{
	height: 300px;
	background-size:cover;
	background-position:center center;
	position:relative;
	background-repeat: no-repeat;
	}
.page-about{
	background-image: url(img/about-page-img.jpg);
	}
.page-flow{
	background-image:url(img/flow/flow-img3.jpg);
	}
.page-organization{
	background-image:url(img/map-img.jpg);
	}
.team{
	width: 70%;
	margin:40px auto;
}
.flow-list{
	margin:40px auto;
	max-width:1024px;
	width: 100%;
	position: relative;
	height: 580px;
	/* overflow: hidden; */
}
.flow-list:after{
	content:"▼";
	font-size: 30px;
	color:#0f75bd;
	position: absolute;
	bottom: -46px;
	left: 50%;
	margin-left: -15px;
}
.flow-list:last-child:after{
	display:none;
}
.flow-img{
	overflow:hidden;
	/* display:table-cell; */
	/* vertical-align:middle; */
}
.flow-text{
	color:#fff;
	font-size: 18px;
	vertical-align:middle;
	width:100%;
	background: rgba(15, 117, 189,0.8);
	text-align:center;
	position: absolute;
	left: 0;
	top: 0;
	height: 60px;
	display:table;
}
.flow-text h3{
	display:table-cell;
	vertical-align:middle;
}
.flow-img{
	width: 100%;
	line-height: 0;
	overflow: hidden;
	height: 580px;
}
.flow-img img{
	line-height:0;
}
.page-title-text{
	position: relative;
	display:flex;
	justify-content: center;
	align-items: center;
	text-align:center;
	margin: auto;
	top: 40%;
	}
.page-title-text h2{
	color:#fff;
	font-size:32px;
	}
.about-page-block{
	width: 23%;
	margin: 1%;
	}
.about-page-left,.about-page-right{
	width: 100%;
	box-sizing:border-box;
	}
.about-page-left{height: 200px;overflow: hidden;margin-bottom: 10px;}
.about-page-card{
	display:flex;
	padding: 40px 20px;
}
.about-page-table{
	margin:0 auto;
	padding: 70px;
	/* background: #eee; */
}
.about-page-table dl{display: flex;width: 75%;margin: 0 auto;background: #fff;padding: 0;font-family: 'Noto Sans JP', sans-serif;font-size:14px;}
.about-page-table dl:nth-child(1){
	border-top: 1px solid #ccc;
}
.about-page-table dl:nth-last-child(1){
	border-bottom: 1px solid #ccc;
}
.about-page-table dl dt{
	display: table-cell;
	width:28%;
	vertical-align: middle;
	/* background: #0f75bd; */
	padding: 18px;
	color: #000;
	border-bottom: 1px solid #ccc;
	margin-right: 1em;
	font-weight: 500;
}
.about-page-table dl dd{
	display: table-cell;
	width:70%;
	margin: 0;
	vertical-align: middle;
	padding: 18px;
	border-bottom: 1px solid #ccc;
	border-left: 0;
	font-weight: 300;
}
.last_dl{
	border-bottom: none!important;
}
@media screen and (max-width: 500px) {
	
	header{
		display:block;
	}
	.page-logo{
		width:100%;
		box-sizing:border-box;
		text-align:center;
	}
	.page-logo img{
		width:200px;
	}
	.page-menu{
		width:100%;
		font-size:14px;
	}
	.page-menu nav ul{
		-webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
	}
	.page-menu nav ul li{
		/* border:1px solid #0f75bd; */
		margin:0 4px;
	}
	.header-tel{
		width:100%;
		text-align: center;
		padding: 0;
		margin-bottom: 10px;
	}
	.flow-list{
		height: 260px;
	}
	.flow-img{
		height: 260px;
	}
	.footer-menu{
		padding: 10px 0;
		font-size: 14px;
	}
	.footer-menu ul{
		 -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
	}
	.footer-inner{
		display:block;
	}
	.footer-left{
		display:block;
		width:100%;
	}
	.tel{
		font-size:28px;
	}
	.footer-right{
		display:block;
		width:100%;
		margin-top:20px;
	}
	.about-page-card{
		display:block;
	}
	.about-page-block{
		width: 98%;
		margin-bottom: 20px;
	}
	.about-page-table{
		padding:20px 10px 20px 10px;
	}
	.team{
		width:100%;
	}
	nav ul{-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;margin: 0;padding-top: 40px;}
	nav{
		padding:0;
	}
	.icatch{
		height: 320px;
	}
	.top-logo{
		width: 250px;
		/* left: -12px; */
		top: 52px;
	}
	.top-logo img{
		width:100%;
	}
	section{
		height:auto;
	}
	#about .circle{
		position:inherit;
		width: 100%;
		border-radius: inherit;
		height: auto;
		padding: 40px 0;
		top: inherit;
	}
	.about-img{
		position:inherit;
		top: inherit;
	}
	.play{
		top: 70px;
	}
	.play i{
		font-size:32px;
	}
	.play span{
		font-size:14px;
	}
	#contents .circle{
		position:inherit;
		width:100%;
		height:auto;
		border-radius:inherit;
		right: inherit;
		top: inherit;
		padding: 40px 0;
	}
	#contents{
		height:auto;
	}
	#facility .circle{
		position:inherit;
		width:100%;
		height:auto;
		border-radius:inherit;
		top:inherit;
		padding:40px 0;
	}
	.circle h2{
		font-size:24px;
	}
	#bg-video{
	min-height: 320px;
	top: 0;
	}
	.footer-left .tel a{
		color:#fff;
	}
	.header-tel .tel a{
		color:#000;
	}
	.page-menu nav ul{
		padding-top:0;
	}
	.page-menu nav{
		padding:10px 0;
	}
	.page-menu nav ul li{
		margin:0 2px;
	}
	.about-page-table dl {
		width: 100%;
	}
	}