@charset "utf-8";

.section01 img,
.section02 img,
.section03 img,
.section04 img,
.section05 img{
	width: 100%;
}

/*----------------
mainVisual
----------------*/
#mainVisual {
	position: relative;
	text-align: center;
}
#mainVisual img{
	width: 100%;
	height: auto;
}
canvas {
	position:absolute;
	top:0;
	left:0;
	right:0;
	width:100% !important;
	max-width:100% !important;
}
#loaderArea{	
	background: -moz-linear-gradient(150deg, rgba(79,152,200,1),rgba(4,65,104,1)); 
	background: -webkit-linear-gradient(150deg, rgba(79,152,200,1),rgba(4,65,104,1)); 
	background: linear-gradient(150deg, rgba(79,152,200,1),rgba(4,65,104,1)); 
}
@media only screen and (max-width:736px) {
	#mainVisual{
		height: auto !important;
	}
	#CANVASWRAP{
		display: none;
	}
}

/*----------------
section01
----------------*/
.section01{
	height:600px;
	overflow-y: scroll;
	background: url(../imgs/img-01_ov.jpg) no-repeat right bottom;
	background-size: cover;
    background-attachment: fixed;
    position: relative;
    -ms-overflow-style:none;
}
.section01 .inner{
	width: 100%;
	height:600px;
	overflow-y: scroll;
	background: url(../imgs/img-01.jpg) no-repeat right bottom;
	background-size: cover;
    background-attachment: fixed;
    position: absolute;
    left: 0;
    top: 0;
    -ms-overflow-style:none;
}
.gradBox{
	width:50%;
	height:100%;
	text-align: center;
	background: linear-gradient(to right,rgba(56,134,178,.9),rgba(1,69,100,.9));
	position: relative;
}
.icon-pc-word01{
	font-size:240px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;      
	text-align: center;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
}
@media only screen and (max-width:1300px) {
	.section01,
	.section01 .inner{
		height:500px;
		background-attachment:scroll;
	}
	.icon-pc-word01{
		font-size:180px;
	}
}
@media only screen and (max-width:736px) {
	.section01{
		height:500px;
		background: url(../imgs/img-01_ov.jpg) no-repeat 80% bottom;
		background-size: auto 100%;
	}
	.section01 .inner{
		height:500px;
		background: url(../imgs/img-01.jpg) no-repeat 80% bottom;
		background-size: auto 100%;
	}
	.gradBox{
		width:100%;
		height:50%;
		padding: 60px 20px;
		box-sizing: border-box;
	}
	.icon-pc-word01{
		font-size:130px;
		line-height: 1;
	}
}

/*----------------
section02
----------------*/
.section02{
	height:600px;
	background: url(../imgs/img-02_ov.jpg) no-repeat center top;
	background-size: cover;	
    background-attachment: fixed;
    position: relative;
    -ms-overflow-style:none;
}
.section02 .inner{
	width: 100%;
	height:600px;
	background: url(../imgs/img-02.jpg) no-repeat center top;
	background-size: cover;	
    background-attachment: fixed;	
    position: absolute;
    left: 0;
    top: 0;
    -ms-overflow-style:none;
}
.section02 .gradBox{
	margin-left: 50%;
}
.icon-pc-word02{
	font-size:240px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
}
@media only screen and (max-width:1300px) {
	.section02,
	.section02 .inner{
		height:500px;
		background-attachment:scroll;
	}
	.icon-pc-word02{
		font-size:180px;
	}
}
@media only screen and (max-width:736px) {
	.section02{
		height:500px;
		background: url(../imgs/img-02_ov.jpg) no-repeat 10% top;
		background-size: auto 100%;
		box-sizing: border-box;
		position: relative;
	}
	.section02 .inner{
		height:500px;
		background: url(../imgs/img-02.jpg) no-repeat 10% top;
		background-size: auto 100%;
	}
	.section02 .gradBox{
		width:100%;
		height:50%;
		margin-left: 0;
		padding: 60px 20px;
		box-sizing: border-box;
		position: absolute;
		top:50%;
		left:0;
	}
	.icon-pc-word02{
		font-size:130px;
		line-height: 1;
	}
	.section02.imageCap .cap{
		bottom: auto;
		top:5px;
	}
}

/*----------------
section03
----------------*/
.section03{
	background: linear-gradient(to right,rgba(59,124,170,1),rgba(4,71,109,1));
	text-align: center;
	padding:90px 0; 
}
.section03 .cnt-ttl{
	font-size:22px;
	font-family: 'Cinzel', serif;
	margin-bottom:60px;
}
.section03 .cnt-ttl i{
	display: block;
	font-size: 105px;
	margin-top: 50px;
}
.section03 .cnt-txt{
	font-size: 17px;
}
.section03 .btn-more{
	margin-top: 60px;
}

@media only screen and (max-width:736px) {
	.section03{
		padding:50px 10px 100px;
	}
	.section03 .cnt-ttl{
		font-size:18px;
	}
	.section03 .cnt-ttl i{
		font-size: 65px;
	}
	.section03 .cnt-txt{
		text-align: justify; /* 両端揃え */
		text-justify: inter-ideograph; /* 両端揃えの種類 */
		font-size: 13px;
	}
}

/*----------------
section04
----------------*/
.section04{
	background: url(../imgs/img-04_ov.jpg) no-repeat center;	
	background-size: cover;
}
.changeBox{
	position: relative;
}
.changeBox .changeBox-txt{
	width:33.33333333333333%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.changeBox .changeBox-txt .inner{
	width:100%;
	height:100%;
	background: linear-gradient(to right,rgba(0,74,118,.8),rgba(0,74,118,.8));
	transition: .2s;	
}
.inner.smallIn{
	transform: scale(.9);
}
@media only screen and (max-width:736px) {
	.section04{
		background: url(../imgs/img-04_ov.jpg) no-repeat center bottom;	
		background-size: 100%;
	}
	.changeBox{
	}
	.changeBox .changeBox-txt{
		width:100%;
		height: 50%;
		box-sizing: border-box;	
		background: linear-gradient(to right,rgba(0,74,118,.8),rgba(0,74,118,.8));
		position: static;	
	}
	.changeBox .changeBox-txt .inner{
		display: none;
	}
	.changeBox .changeBox-txt .cntBox{
		position: static;
	    -webkit-transform: none;
	    transform: none;
	}
	.section04 .cntBox{
	}
	.changeBox-img{
		opacity: 1 !important;
	}
}

/*----------------
section05
----------------*/
.section05{
	background: url(../imgs/img-05_ov.jpg) no-repeat center;	
	background-size: cover;
}
.section05.changeBox .changeBox-txt{
	left: auto;
	right:0;
}
@media only screen and (max-width:736px) {
	.section05{
		background: url(../imgs/img-05_ov.jpg) no-repeat center bottom;	
		background-size: 100%;
	}
	.section05 .cntBox{
	}
	.section05.imageCap .cap{
		left: auto;
		right:7px;
	}
}

/*----------------
section06
----------------*/
.section06{
}
.section06 .clmBox .clm{
	height: 800px;	
	position: relative;
}
.section06 .clmBox .clm .inner{
	width: 100%;
	height:100%;
	background: rgba(0,74,118,.5);
	transition: .2s;
}
/*.section06 .clmBox .clm .inner:hover{
	transform: scale(.9);
}*/
.section06 .clmBox .clm-plan{
	background: url(../imgs/bg-cnt01.jpg) no-repeat center;
	background-size: cover;
}
.section06 .clmBox .clm-location{
	background: url(../imgs/bg-cnt02.jpg) no-repeat center;
	background-size: cover;
}
.section06 .clmBox .clm-access{
	background: url(../imgs/bg-cnt03.jpg) no-repeat center;
	background-size: cover;
}
.section06 .clmBox .clm img{
	width: 277px;
	height:358px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin:auto;
}
@media only screen and (max-width:1000px) {
	.section06 .clmBox .clm{
		height: 600px;	
	}
}
@media only screen and (max-width:736px) {
	.section06 .clmBox .clm{
		height: 500px;
		padding:20px;
		box-sizing: border-box;
	}
	.section06 .clmBox .clm .inner{
		background: rgba(0,74,118,.7);
	}
	
}
/*cntBox*/
.cntBox{
	width:60%;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	margin:auto;
}
.cntBox .cnt-ttl{
	font-family: 'Cinzel', serif;
	font-size:36px;
	font-weight: 400;
}
.cntBox .cnt-ttl span{
	display:block;
	font-size:30px;
}
.cntBox .cnt-ttl span small{
	font-size:14px;
}
.cntBox .cnt-txt{
	font-size: 17px;
	margin-top:30px;
}
.cntBox .btn{
	margin-top: 160px;
}

@media only screen and (max-width:1300px) {
	.cntBox .btn{
		margin-top: 80px;
	}
}

@media only screen and (max-width:736px) {
	.cntBox{
		padding:50px 20px;
	}
	.cntBox .btn{
		margin-top: 30px;
	}
	.cntBox .cnt-ttl{
		font-size:24px;
	}
	.cntBox .cnt-ttl span{
		display:block;
		font-size:20px;
	}
	.cntBox .cnt-txt{
		font-size: 13px;
	}
}

/*----------------
section07
----------------*/
.section07{
}
.AreaBox{
	width: 100%;
	height:600px;
	position: relative;
}
.AreaBox .AreaBox-cnt{
	height: 100%;
	position: absolute;
	opacity: 0;	
}
.AreaBox .AreaBox-cnt.is-active{
	position: fixed;
	opacity: 1;
}
@media only screen and (max-width:736px) {

}
/*----------------
usp
----------------*/
.usp{
	padding:40px 0;
	background: #073350;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.4em;
}
.usp strong{
	font-size: 32px;
	font-weight: 400;
	font-family: 'Cinzel', serif;
}
.usp strong.big{
	font-size:26px;
	font-family: "Noto Serif Japanese","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.usp .clmBox {
	-webkit-align-items: center; /* Safari */
	align-items: center;
}
.usp .clmBox .clm{
	text-align: center;
	line-height: 1.7;
}
.usp .clmBox .clm:nth-child(n+2){
	margin-left: 50px;
	line-height: 1.3;
}
.usp .clmBox .clm:last-child{
}
.usp .clmBox .clm span{
	position: relative;
}
.usp .clmBox .clm sup{
	position: absolute;
	right:5px;
	top:-15px;
	letter-spacing: 0.1em;
}
.usp .clmBox .clm:first-child{
	text-align: left;
}
.usp .clmBox .clm:nth-child(n+2) sup{
	position:static;
	vertical-align: top;
}
@media only screen and (max-width:1100px) {
	.usp .inner{
		width: 100%;
	}
	.usp .clmBox{
		-webkit-flex-wrap: wrap; /* Safari */
		flex-wrap: wrap;
	}
	.usp .clmBox .clm{
		width:40%;
		box-sizing: border-box;
	}
	.usp .clmBox .clm:first-child{
		text-align: center;
	}
	.usp .clmBox .clm:nth-child(n+2){
		margin-left: 0;
	}
	.usp .clmBox .clm:nth-child(n+3){
		margin-top: 10px;
	}
}
@media only screen and (max-width:736px) {
	.usp{		
		font-size: 14px;
		}
	.usp strong{
		font-size: 22px;
	}
	.usp strong.big{
		font-size: 22px;
	}
	.usp .clmBox .clm{
		width:100%;
	}
	.usp .clmBox .clm:nth-child(n+2){
		margin-top: 20px;
	}
}
/*----------------
info
----------------*/
.info{
	padding:40px 0;
	background: #073350;
	text-align: center;
	border-top: solid 1px #395c73;
}
.info-ttl{
	font-size:14px;
	font-family: 'Cinzel', serif;
	letter-spacing: 0.4em;
}
.info-txt{
	font-size:32px;
	letter-spacing: 0.5em;
	margin-top: 20px;
	margin-left:0.5em;
}
/*infoBnr*/
.infoBnr{
	margin-top: 50px;
	transition: .4s;
}
.infoBnr:hover{
	opacity: .7;
}
@media only screen and (max-width:736px) {
	.info-txt{
		font-size:22px;
	}
	.infoBnr{
		margin-top: 30px;
	}
}












