@charset "utf-8";

/* 旧CONECOページのHTML・CSSを継承 */

html{
	font-size: 16px;
}
body{
	width: 100%;
	overflow-x: hidden;
	font-family: 'Noto Sans JP', -apple-system, '游ゴシック', 'YuGothic','Open Sans', 'Helvetica Neue', 'HelveticaNeue', sans-serif;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 0;
}


/* //////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////// */


body{
	background:linear-gradient(#00247d, #ffffff);
	color:#ffffff;
}

.movWrap{
	width:100%;
	height: 100vh;
	position:relative;
	overflow:hidden;
	background-color:#00326D;
}
.movWrap .overlay{
	width:100%;
	height:100%;
	position:absolute;
	top: 0;
	left: 0;
	z-index:2;
	/*background-color:rgba(0,0,0,0.5);*/
	background:url("../images/overlay_rptImg.png");
	display: flex;
	justify-content: center;
	align-items: center;
}
.movWrap .mov{
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	line-height:0;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	z-index:1;
}
.movWrap .mov video{
	width:100%;
}

.movWrap .mov #ytVideo{
	height:100%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
}


/* //////////////////////////////////////////////////////////////////////// */
/* 共通 */
/* //////////////////////////////////////////////////////////////////////// */

.areaWrap{
	width: 100%;
}
.areaWrap > .ttlBox{
	width: 100%;
	display: block;
	text-align:center;
}
.areaWrap > .ttlBox h3{
	display:inline-block;
	padding: .7em 1.2em;
	font-weight:700;
	line-height: 1.3em;
	border-top:1px solid #00326c;
	border-bottom:1px solid #00326c;
	color: #00326c;
}


.areaWrap.first .inner h3{
	margin-bottom: 1.5em;
	line-height: 1.4em;
	text-align: center;
}
.areaWrap.first .inner p{
	line-height: 2.05em;
}
.areaWrap.first .inner p + p{
	margin-top: 1.5em;
}

.areaWrap.first .inner p a{
	/* color: #00326c; */
	color: #f3ba35;
	text-decoration: underline;
}



.areaWrap.second .inner ul li{
	background-color:#e6e9f2;
	color:#000000;
}
.areaWrap.second .inner ul li h4{
	font-weight: 700;
	color: #00326c;
	line-height: 1.4em;
	margin-bottom: 0.5em;
	padding-bottom: 0.4em;
	border-bottom: 1px solid #d2d6e1;
}
.areaWrap.second .inner ul li p{
	padding-left: 0.85em;
	line-height: 1.7em;
	position: relative;
}
.areaWrap.second .inner ul li p::before{
	content: "";
	display: inline-block;
	width: 0.4em;
	height: 2px;
	background: #000;
	position: absolute;
	top: 0.85em;
	left: 0;
}


.areaWrap.third{
	background: #f2f2f4;
	text-align: center;
}
.areaWrap.third .downl__row{
	border-radius: 10px;
	background: #fff;
}
.areaWrap.third .downl__row dt{
	width: 100%;
	margin-bottom: 1em;
	color: #000000;
	text-align: center;
	font-weight: bold;
}

.areaWrap.third .downl__row:nth-child(2) dd:nth-of-type(2){
	padding-top: 0;
}

.areaWrap.third .downl__row figure a{
	width: 100%;
	height: 100%;
	padding: 5px;
	display: inline-block;
}
.areaWrap.third .downl__row figure img{
	max-width: 100%;
}




/* //////////////////////////////////////////////////////////////////////// */

@media screen and (max-width:767px){
	html{
		font-size: 14px;
	}
	.pcOnly{display:none !important;}

/* ////////////////////////////////////////// */

	.headWrap{
		height:50px;
		padding:10px 0;
		border-bottom:1px solid #222222;
		position:fixed;
		z-index:5;
		background-color:#00247d;

		top:-50px;
		opacity:0;
		-webkit-transform: translate(0, 0px) scale(1, 1);
		-moz-transform: translate(0, 0px) scale(1, 1);
		-ms-transform: translate(0, 0px) scale(1, 1);
		-o-transform: translate(0, 0px) scale(1, 1);
		transform: translate(0, 0px) scale(1, 1);
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.act{
		opacity:1 !important;
		-moz-transform: translate(0, 50px) scale(1, 1) !important;
		-webkit-transform: translate(0, 50px) scale(1, 1) !important;
		-o-transform: translate(0, 50px) scale(1, 1) !important;
		-ms-transform: translate(0, 50px) scale(1, 1) !important;
		transform: translate(0, 50px) scale(1, 1) !important;
	}
	.headWrap .head{
		text-align:center;
		height:100%;
	}
	.headWrap .head img{
		height:100%;
		width:auto;
	}

/* ////////////////////////////////////////// */

	.mainVisWrap{
		width:100%;
		height:100%;
		position:relative;
	}

	.mainVisWrap .overlay{
		display:flex;
		justify-content: center;
		align-items: center;

		width:100%;
		height:100%;
		position:absolute;
		background-color:rgba(0,0,0,0.5);
		z-index:2;
	}
	.mainVisWrap .overlay h1{
		width:70%;
	}

	.mainVisWrap .mainImg{
		width:100%;
		height:100%;
		position:relative;
		overflow:hidden;
		z-index:1;
	}
	.mainVisWrap .mainImg div{
		position:absolute;
		top:50%;
		left:50%;
		/*background-color:#ffc;*/
	}

	/* .movWrap .overlay h1{
		width:60%;
	} */

	.movWrap .mov{
		background:linear-gradient(#00247d, #ffffff);
	}

	.movWrap .mov #ytVideo{
		/* width:70%; */
		width: 240%;
		height:100vh;
		position: absolute;
		left: -4vw;
	}


/* ////////////////////////////////////////// */

	.areaWrap{
		padding: 60px 0;
	}
	.areaWrap .inner{
		width:94%;
		margin: 0 auto;
	}
	.areaWrap > .ttlBox{
		margin-bottom: 40px;
	}
	.areaWrap > .ttlBox h3{
		width: 70%;
		min-width: 200px;
		font-size: 27px;
	}

/* ////////////////////////////////////////// */

	.areaWrap.first .inner{
	}

	.areaWrap.first .inner h3{
		font-size: 23px;
	}
	.areaWrap.first .inner p{
		font-size:14px;
	}


/* ////////////////////////////////////////// */

	.areaWrap.second{
		background-color:#ffffff;
	}
	.areaWrap.second .inner{
	}

	.areaWrap.second .inner ul{
		display:flex;
		flex-wrap:wrap;
		flex-direction: column;
	}
	.areaWrap.second .inner ul li{
		width:100%;
		padding: 20px 5%;
	}
	.areaWrap.second .inner ul li + li{
		margin-top: 15px;
	}
	.areaWrap.second .inner .apptitle{
		font-size: 19px;
	}
	.areaWrap.second .inner ul li p{
		font-size: 14px;
	}


/* ////////////////////////////////////////// */

	.areaWrap.third{
	}
	.areaWrap.third .downl__wrap{
		width: 100%;
		margin: 40px auto;
	}
	
	.areaWrap.third .downl__row{
		width: 90%;
		margin: 0 auto;
		padding: 20px 5% 10px;
	}
	.areaWrap.third .downl__row + dl{
		margin-top: 20px;
	}

	.areaWrap.third .downl__row dt{
		font-size: 19px;
	}

	.areaWrap.third .downl__row dd{
		width: 100%;
		padding: 8px 10px;
	}

	.areaWrap.third .downl__row figure{
		width: 70%;
		max-width: 220px;
		text-align: center;
		margin: 0 auto;
	}
	.areaWrap.third .downl__row figure.downl-qr{
		width: 60%;
		max-width: 170px;
	}
	.areaWrap.third .downl__row figure a{
		width: 100%;
		height: 100%;
		padding: 5px;
		display: inline-block;
	}
	.areaWrap.third .downl__row figure img{
		max-width: 100%;
	}


/* ////////////////////////////////////////// */

	footer{
		width: 100%;	
		margin-top: 6%;	
		padding-top: 4%;
		border-top:1px solid #444444;
	}
	.footWrap{
		width:94%;
		margin: 0 auto;
		padding: 6% 0 4%;
		display:flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.footWrap .logo{
		width:40%;
		margin:0 auto 0;
		order: -1;
	}
	.footWrap .copyright{
		margin:3% 0 0 0;
		text-align:center;
		font-size:85%;
		font-weight:300;
		color:#777777;
	}

}

/* //////////////////////////////////////////////////////////////////////// */
   /* Tablet and PC */
/* //////////////////////////////////////////////////////////////////////// */

@media screen and (min-width:768px){
	.spOnly{display:none !important;}

	a{
		opacity:1;
		-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		-ms-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		transition: all 0.7s ease;
	}
	a:hover{
		opacity:0.5;
	}

/* ////////////////////////////////////////// */

	.headWrap{
		width:100%;
		height:80px;
		padding:15px 0;
		border-bottom:1px solid #222222;
		position:fixed;
		z-index:5;
		background-color:#00247d;

		top:-80px;
		opacity:0;
		-webkit-transform: translate(0, 0px) scale(1, 1);
		-moz-transform: translate(0, 0px) scale(1, 1);
		-ms-transform: translate(0, 0px) scale(1, 1);
		-o-transform: translate(0, 0px) scale(1, 1);
		transform: translate(0, 0px) scale(1, 1);
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.act{
		opacity:1 !important;
		-moz-transform: translate(0, 80px) scale(1, 1) !important;
		-webkit-transform: translate(0, 80px) scale(1, 1) !important;
		-o-transform: translate(0, 80px) scale(1, 1) !important;
		-ms-transform: translate(0, 80px) scale(1, 1) !important;
		transform: translate(0, 80px) scale(1, 1) !important;
	}
	.headWrap .head{
		text-align:center;
		height:100%;
	}
	.headWrap .head img{
		height:100%;
		width:auto;
	}

/* ////////////////////////////////////////// */

	.mainVisWrap{
		width:100%;
		height:100%;
		position:relative;
	}

	.mainVisWrap .overlay{
		display:flex;
		justify-content: center;
		align-items: center;

		width:100%;
		height:100%;
		position:absolute;
		background-color:rgba(0,0,0,0.5);
		z-index:2;
	}
	.mainVisWrap .overlay h1{
		width:40%;
	}

	.mainVisWrap .mainImg{
		width:100%;
		height:100%;
		position:relative;
		overflow:hidden;
		z-index:1;
	}
	.mainVisWrap .mainImg div{
		position:absolute;
		top:50%;
		left:50%;
		/*background-color:#ffc;*/
	}


	.movWrap .mov{
		overflow: hidden;
	}
	.movWrap .mov #ytVideo{
		width: 177.7vh;
		min-width: 100vw;
		height: 110%;
		min-height: 110vh;
		right: 0;
		transform: translate(0,-50%);
	}


/* ////////////////////////////////////////// */

	.areaWrap{
		padding:100px 0;
	}
	.areaWrap .inner{
		width:86%;
		max-width:1400px;
		margin:0 auto 0;
	}

	.areaWrap > .ttlBox{
		margin-bottom: 80px;
	}
	.areaWrap > .ttlBox h3{
		width: 480px;
		font-size: 36px;
	}

/* ////////////////////////////////////////// */

	.areaWrap.first{
	}
	.areaWrap.first .inner{
		width:80%;
		max-width:1100px;
		margin:0 auto 0;
	}
	.areaWrap.first .inner h3{
		font-size: 27px;
	}
	.areaWrap.first .inner p{
		font-size: 20px;
	}


	.areaWrap.second{
		background-color:#ffffff;
	}
	.areaWrap.second > .ttlBox h3{
	}
	.areaWrap.second .inner{
	}
	.areaWrap.second .inner ul{
		display:flex;
		justify-content: space-between;
		flex-wrap:wrap;
	}
	.areaWrap.second .inner ul li{
		width:48%;
		padding:25px 20px 40px;
	}
	.areaWrap.second .inner ul li:nth-child(n+3){
		margin-top: 30px;
	}
	.areaWrap.second .inner ul li:nth-child(odd){
		margin-right:4%;
	}
	.areaWrap.second .inner .apptitle{
		font-size: 22px;
	}
	.areaWrap.second .inner ul li p{
		font-size: 17px;
	}

	.areaWrap.second .inner > p{
	}

/* ////////////////////////////////////////// */

	.areaWrap.third{
	}
	.areaWrap.third .downl__wrap{
		width: 100%;
		display: flex;
		justify-content: space-around;
	}

	.areaWrap.third .downl__row{
		width: 40%;
		margin: 0 auto;
		text-align: center;
		padding: 20px 15px 10px;
	}
	.areaWrap.third .downl__row dt{
		font-size: 26px;
	}

	.areaWrap.third .downl__row dd{
		padding: 10px 0;
	}

	.areaWrap.third .downl__row figure{
		width: 82%;
		max-width: 300px;
		text-align: center;
		margin: 0 auto;
	}
	.areaWrap.third .downl__row figure.downl-qr{
		max-width: 230px;
	}
	.areaWrap.third .downl__row figure a{
		width: 100%;
		height: 100%;
		padding: 15px 20px;
		display: inline-block;
	}
	.areaWrap.third .downl__row figure img{
		max-width: 100%;
		object-fit: contain;
	}
	.areaWrap.third .downl__row:nth-child(2) figure.downl-qr{
		width: 86%;
		max-width: 245px;
	}

/* ////////////////////////////////////////// */

	footer{
		width: 100%;	
		margin-top: 80px;	
		padding-top: 30px;
		border-top:1px solid #444444;
	}
	.footWrap{
		width:98%;
		margin: 0 auto;
		padding: 30px 0;
		display:flex;
		justify-content:space-between;
		align-items:center;
	}
	.footWrap .copyright{
		width: 400px;
		padding:0 0 0 20px;
		margin-right:calc(100% - (400px + 150px));
		color:#777777;
		font-size:100%;
		font-weight:300;
	}
	.footWrap .logo{
		width:150px;
		padding:0 20px 0 0;
	}

}


/* //////////////////////////////////////////////////////////////////////// */

@media screen and (min-width:768px) and (aspect-ratio < 1){
	/* タブレット */
	.movWrap .mov #ytVideo{
		width: 237vw;
		min-width: 237vw;
		height: 120%;
		min-height: 120vh;
		right: -15%;
		transform: translate(0,-50%);
	}
}


@media screen and (min-width: 1024px){
	.areaWrap .inner{
		width:80%;
		max-width:1400px;
	}

	.areaWrap.first .inner h3{
		font-size: 32px;
	}
	.areaWrap.second .inner .apptitle{
		font-size: 22px;
		text-align: center;
	}

}
