@charset "UTF-8";

/* 
----------------------------------------*/
.sec01{
	position: relative;
	z-index: 10;
}
.sec01 .sec01_txt {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.sec01 .sec01_txt p {
	color: #FFFFFF;
	font-size: 2.6rem;
	line-height: 2.2;
	letter-spacing: 0.1em;
	margin-bottom: 5.3rem;
}
.sec01 .sec01_txt p sup {
	font-size: .4em;
}
.sec01 .sec01_txt h3 {
	width: 78rem;
	margin: 0 auto;
}

.sec02 {
	padding: 10.2rem 0 9.4rem;
	/*background-image: url("../img/concept/bg_top.png"),url("../img/concept/bg_bottom.png");
	background-repeat: no-repeat,no-repeat;
	background-position: right top,left bottom;
	background-size: calc(1314 / 1366 * 100%) auto,calc(1320 / 1366 * 100%) auto;*/
	position: relative;
	z-index: 0;
}
.sec02 .sec02_img01 {
	width: 57.9rem;
	position: absolute;
	top: 2.4rem;
	left: 5rem;
}
.sec02 .sec02_img02 {
	width: 72.6rem;
	position: absolute;
	top: 0;
	right: 0;
}
.sec02 .sec02_img03 {
	width: 72.6rem;
	position: absolute;
	left: 0;
	bottom: 0;
}
.sec02 .sec02_img04 {
	width: 37.6rem;
	position: absolute;
	right: 4.5rem;
	bottom: 0;
}
.sec02 .sec02_inner {
	max-width: 111.2rem;
	width: calc(1112 / 1366 * 100%);
	margin: 0 auto;
}
.sec02 .sec02_txt {
	text-align: center;
	letter-spacing: 0.1em;
	width: 100%;
	position: absolute;
	top: 17.4rem;
}
.sec02 .sec02_txt h3 {
	color: #1B4065;
	font-size: 4rem;
	margin-bottom: 2.8rem;
}
.sec02 .sec02_txt h4 {
	font-size: 2rem;
	margin-bottom: 3.9rem;
}
.sec02 .sec02_txt p {
	font-size: 1.6rem;
	line-height: 2.75;
}
.sec02 .bg_movie {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.sec02 .bg_movie video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	transform: translateY(-30%);
}
.sec02 .bg_movie::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.6);
}

@media only screen and (max-width: 768px) {
	.sec01 .sec01_txt {
		/*top: 2.6rem;*/
	}
	.sec01 .sec01_txt p {
		font-size: 1.3rem;
		line-height: 1.8;
		letter-spacing: .05em;
		text-shadow: 0 0 5px #0C397A;
		margin-bottom: 1.3rem;
	}
	.sec01 .sec01_txt p sup {
		font-size: .5em;
	}
	.sec01 .sec01_txt h3 {
		width: 84%;
	}
	.sec01 .sec01_txt h3 img {
		filter: drop-shadow(0 0 5px #0C397A);
	}

	.sec02 {
		padding: 13.2rem 0 11.8rem;
		/*background-size: 180% auto,180% auto;*/
	}
	.sec02 .sec02_img01,
	.sec02 .sec02_img04 {
		display: none;
	}
	.sec02 .sec02_img02,
	.sec02 .sec02_img03 {
		width: 94%;
	}
	.sec02 .sec02_inner {
		width: 200%;
		margin: 0 -50%;
	}
	.sec02 .sec02_txt {
		top: 6.8rem;
	}
	.sec02 .sec02_txt h3 {
		font-size: 2.6rem;
		margin-bottom: 1.2rem;
	}
	.sec02 .sec02_txt h4 {
		font-size: 1.7rem;
		margin-bottom: 1.8rem;
	}
	.sec02 .sec02_txt p {
		font-size: 1.3rem;
		line-height: 2;
	}
	.sec02 .bg_movie video {
		transform: translateY(0);
		height: 100%;
		object-fit: cover;
	}
}
