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

.section .inner {
	width: 100%;
	margin: 0 auto;
}

.section .text {text-align: center;}
.section .text a {color: #00529c;}

.section h2 {
	margin-bottom: 30px;
}

.section .text p {
	text-align: justify;
	text-align: center;
	line-height: 1.7em;
	font-size: 18px;
}
.section .text p:last-of-type {margin-bottom: 50px;}

.section .text a {
	border: 3px solid #00529c;
	border-radius: 12px;
	display: block;
	font-size: 26px;
	padding: 5px 0;
	text-align: center;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.section .text a:hover {
	background-color: #00529c;
	color: #fff;
}

.greetingWrap .text a,
.directorWrap .text a {
	border: 3px solid #fff;
	color: #fff;
	
}
.greetingWrap .text a:hover,
.directorWrap .text a:hover {
	background-color: #fff;
	color: #00529c;
}


.headerWrap .text {
	background-color: rgba(255,255,255,.7);
	padding: 10px 20px;
}
.headerWrap .text p {font-size: 14px;}

.headerWrap h2,
.activeWrap h2,
.projectWrap h2,
.guideWrap h2 {background: url(../img/lineB.png) center bottom no-repeat;}

.greetingWrap h2,
.directorWrap h2 {background: url(../img/lineW.png) center bottom no-repeat;}



.greetingWrap,
.directorWrap .box,
.meetingWrap {
	background-color: #00529c;
}
.greetingWrap h2,
.greetingWrap p,
.directorWrap h2,
.directorWrap p,
.meetingWrap h2,
.meetingWrap p {color: #fff;}

.directorWrap .bgImg {
	background: url(../img/index/directBg.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}


.activeWrap .img {margin-bottom: 20px;}
.activeWrap .img img {width: 100%;}


.guideWrap {
	background: url(../img/index/meetBg.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}


.guideWrap .text {
	display: block;
	background-color: rgba(255,255,255,0.7);
	padding: 30px;
}

.guideWrap a:hover::after {
	background-color: rgba(255,255,255,0.5);
}

.guideWrap h2 {font-size: 24px;}
.guideWrap h2:before {
	display: block;
	content: '';
	width: 90px;
	height: 85px;
	background: url(../img/logo.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	margin: 0 auto;
}
.guideWrap .text p {
	font-size: 35px;
	font-weight: 600;
	text-indent: 0;
	letter-spacing: 0.1em;
	color: #00529c;
}



/*	pc	*/
@media screen and (min-width: 813px) {
	
	.section {position: relative;}
	
	.section .inner {
		max-width: 1300px;
		height: 100vh;
		margin: 0 auto;
		position: relative;
	}
	
	h2 {margin-top: 0;}
	
	.section .text {
		position: absolute;
		top: 50%;
		right: 0;
		left: 0;
		width: 500px;
		margin: -234px auto 0;
	}
	
	.section .text a {
		width: 300px;
		margin: 0 auto;
	}
	
	
	
	.headerWrap {
		background: url("../img/index/topBg.png") center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.headerWrap .first {
		width: 95%;
		max-width: 1300px;
		height: 85vh;
		margin: 0 auto;
		position: relative;
	}
	.headerWrap .text {
		width: 500px;
		left: auto;
		right: 0;
		margin-top: -200px;
	}
	.headerWrap .text p {
		width: 400px;
		margin: 0 auto 30px;
	}
	
	
	.greetingWrap .text {width: 600px;}
	
	.activeWrap .box {
		width: 50%;
		height: 100%;
		position: relative;
	}
	
	.activeWrap .imgBox {
		position: absolute;
		top: 50%;
		left: 0;
		right: 30px;
		margin-top: -300px;
	}
	
	.activeWrap .text {
		right: auto;
		left: 30px;
	}
	
	.activeWrap .img {
		width: 48%;
	}
	
	
	.directorWrap .bgImg {
		width: 65%;
		height: 100vh;
	}
	.directorWrap .box {
		width: 35%;
		position: relative;
	}
	
	
	.projectWrap .text {
		left: 0;
		right: 0;
		margin: -170px auto 0;
	}
	.projectWrap .text p:last-of-type {margin-bottom: 20px;}
	
	.meetingWrap .text {
		left: auto;
		right: 30px;
		margin: -150px auto 0;
	}
	
	
	.guideWrap .inner {
		height: 100vh;
		position: relative;
	}
	.guideWrap a::after {
		display: block;
		content: '';
		width: 100%;
		height: 100%;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		-o-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.guideWrap .text {margin-top: -35vh;}
	
	footer {
		width: 100%;
		height: 215px;
		position: absolute;
		left: 0;
		bottom: 0;
		background-color: #ced0d8;
	}
	
	
}


/*	sp	*/
@media screen and (max-width: 812px) {
	
	.headerWrap .first:before {
		display: block;
		content: '';
		width: 100%;
		height: 61.8vw;
		background: url(../img/index/topBg.png) center center no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
	}
	
	
	.section h2 {
		width: 100%;
		font-size: 24px;
	}
	.section .text p {font-size: 14px;}
	.section .text p:last-of-type {margin-bottom: 20px;}
	.section .text a {
		font-size: 18px;
		margin: 10px auto;
		border-width: 2px;
	}
	
	.activeWrap .imgBox {
		width: 90%;
		margin: 20px auto 0;
	}
	.activeWrap .img {width: 48%;}
	
	
	.directorWrap .box {width: 100%;}
	
	.guideWrap {padding: 20px 0;}
	.guideWrap .text{
		width: 280px;
		margin: 0 auto;
		padding: 10px 20px;
	}
	
	.guideWrap h2 {font-size: 18px;width: auto;}
	.guideWrap h2:before {
		width: 50px;
		height: 48px;
	}
	
	.guideWrap .text p {font-size: 24px;}
	
	
}


/*	モバイル縦長	*/
@media screen and (max-width: 812px) and (orientation: portrait) {
	
	.section .text a {width: 50%;}
	.section .text {padding: 0 20px 20px;}
	
	.activeWrap .box:first-child {order: 2;}
	.activeWrap .box:last-child {
		order: 1;
		width: 80%;
		height: auto;
		margin: 0 auto;
	}
	
	.second {
		width: 100%;
	}
	
	
	.directorWrap .bgImg {
		width: 100%;
		height: 75vw;
	}
	
}


/*	モバイル横長	*/
@media screen and (max-width: 812px) and (orientation: landscape) {
	
	.section h2 {margin-bottom: 10px;}
	.section .text {padding: 25px 20px;}
	.section .text a {width: 100%;}
	
	.headerWrap .text {
		width: 90%;
		margin: 0 auto;
		padding-top: 0;
	}
	
	
	.projectWrap .text a ,
	.greetingWrap .text a {width: 50%;}
	
	
	.activeWrap .box:first-child {width: 45%;}
	.activeWrap .box:last-child {width: 55%;}
	
	
	.directorWrap .bgImg {
		width: 55%;
		height: 43vw;
	}
	.directorWrap .box {width: 45%;}
	.directorWrap .text {padding: 28px 20px;}
	
	
}

