.top-area,
.second-top-area {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
}

@media screen and (max-width: 1425px) {
	.second-top-area {
		height: 80vh;
	}
}



@media screen and (max-width: 1042px) {

	.top-area,
	.second-top-area {
		font-size: 14px;
	}
}

.top-area::after,
.second-top-area::after {
	display: block;
	content: "";
	position: absolute;
	width: 50%;
	height: 100%;
	background-color: #fff;
	background-image: linear-gradient(315deg, #5085a4 0%, #14557b 100%);
	top: 0;
	right: 0;
	z-index: -3;
}

.second-top-area--02 {}

.second-top-area--02::after {
	left: inherit !important;
	right: 0 !important;
}

.top-area__video {
	min-height: 88vh;
	position: absolute;
	right: 0%;
	display: block;
	margin: 12.5vh 0 0 0;
	top: 0;
	width: 90vw;
}

@media screen and (max-width: 1425px) {
	.top-area__video {
		left: 50%;
		transform: translate(-50%, 0);
	}
}

@media screen and (max-width: 1042px) {
	.top-area__video {
		height: 100vh;
		margin: 12vh 0 0 0;
		min-height: inherit;
		width: auto;
	}

	.second-top-area--02 {
		display: flex;
		flex-direction: column-reverse;
	}
}

.top-area__text {
	position: absolute;
	top: 40%;
	font-weight: 200;
	z-index: 1;
	background: rgba(255, 255, 255, 0.9);
	padding: 50px;
	width: 30%;
	text-shadow: none;
}

@media screen and (max-width: 1042px) {
	.top-area__text {
		bottom: 1%;
		top: inherit;
		color: #fff;
		left: 0;
		padding: 30px;
		width: 100%;
		background: none;
	}
}

.top-area__text-title {
	font-family: "Noto Serif JP", serif;
	line-height: 1.3;
	font-size: 45px;
	margin-bottom: 20px;
}

@media screen and (max-width: 1042px) {
	.top-area__text-title {
		font-size: 7.5vw;
		color: #fff;
	}
}

.top-area p,
.second-top-area p {
	line-height: 2;
}

@media screen and (max-width: 1042px) {
	.second-top-area {
		height: auto;
		font-size: 16px;
	}
}

.second-top-area::after {
	left: 0;
}

.second-top-area__video {
	height: 60vh;
	position: absolute;
	left: 10%;
	display: block;
	margin: 20vh 0;
	top: 0;
	max-width: inherit;
	width: auto;
}

.second-top-area__video--right {
	right: 0 !important;
	left: inherit !important;
	height: auto;
	width: 62%;
	position: absolute !important;
}

@media screen and (max-width: 1425px) {

	.second-top-area__video {
		left: 5%;

	}
}

@media screen and (max-width: 1042px) {
	.second-top-area__video {
		margin-bottom: 0;
		height: auto;
		left: 0;
		margin-top: 0;
	}

	.second-top-area__video--right {
		display: block !important;
		position: relative !important;
		width: 100%;
		margin-bottom: 0;
	}
}

.second-top-area__text {
	width: 45%;
	position: absolute;
	top: 30%;
	right: 0;
	font-weight: 200;
	z-index: 1;
	background: rgba(255, 255, 255, 0.9);
	padding: 50px;
}






.second-top-area__text--right {
	right: inherit !important;
	left: 5% !important;
	margin-bottom: 5rem;
}


@media screen and (max-width: 1042px) {
	.second-top-area__text--right {
		right: inherit !important;
		left: 0% !important;
		padding-top: 3rem !important;
	}
}

@media screen and (max-width: 1425px) {
	.second-top-area__text {
		width: 45%;
	}
}

@media screen and (max-width: 1042px) {
	.second-top-area__text {
		right: 0;
		width: 100%;
		position: relative;
		background: white;
		padding: 5rem 30px;
	}
}

.second-top-area__text-title {
	font-family: "Noto Serif JP", serif;
	line-height: 1.3;
	font-size: 60px;
	margin-bottom: 20px;
}

@media screen and (max-width: 1042px) {
	.second-top-area__text-title {
		font-size: 4vw;
	}
}

p {
	line-height: 2;
}

.m-image--scroll {
	width: 100%;
	overflow-x: auto;
}

.flex-slide {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1042px) {
	.flex-slide {
		width: 1042px;
	}
}

.flex-slide li {
	flex-grow: 0;
	flex-basis: 19.8%;
	overflow: hidden;
	position: relative;
	height: 100%;
}

.flex-slide li p {
	text-align: center;
	position: absolute;
	z-index: 1;
	bottom: 40px;
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 30px;
	line-height: 1;
	text-shadow: 1px 1px 1px #000;
	width: 100%;
}

@media screen and (max-width: 1042px) {
	.flex-slide li p {
		font-size: 20px;
	}
}

.flex-slide li p span {
	font-size: 14px;
}

@media screen and (max-width: 1042px) {
	.flex-slide li p span {
		font-size: 12px;
	}
}

.flex-slide li img {
	height: 100%;
	width: auto;
	max-width: inherit;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 1042px) {
	.flex-slide li img {
		width: 100%;
		height: auto;
	}
}

.movie-sample {
	position: relative;
	z-index: 10;
}

.movie-sample__movie {
	width: 68%;
	margin-top: 2rem;
	position: relative;
	box-sizing: content-box;
}

@media screen and (max-width: 1042px) {
	.movie-sample__movie {
		width: 100%;
	}
}

.movie-sample__movie video {
	width: 100%;
}

.movie-sample__movie--left {
	padding-bottom: 50px;
	left: -5.5%;
}

@media screen and (max-width: 1042px) {
	.movie-sample__movie--left {
		left: 0;
	}
}

.movie-sample__movie--left video {
	display: block;
	position: relative;
	left: 10%;
	top: 100px;
}

@media screen and (max-width: 1042px) {
	.movie-sample__movie--left video {
		left: 0;
		top: 40px;
	}
}

.movie-sample__movie--right {
	padding-bottom: 50px;
	right: -5.5%;
}

@media screen and (max-width: 1042px) {
	.movie-sample__movie--right {
		right: 0;
	}
}

.movie-sample__movie--right video {
	display: block;
	position: relative;
	right: 10%;
	top: 100px;
}

@media screen and (max-width: 1042px) {
	.movie-sample__movie--right video {
		right: 0;
		top: 40px;
	}
}

.movie-sample__video {
	width: 100%;
	height: 100%;
}

.movie-sample__text {
	width: 42%;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 1042px) {
	.movie-sample__text {
		width: 100%;
	}
}

.movie-sample__text--left {
	padding-left: 90px;
	padding-right: 90px;
	position: relative;
}

.movie-sample__text--left::before {
	display: block;
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	background-color: #6a93cb;
	background-image: linear-gradient(315deg, #6a93cb 0%, #a4bfef 74%);
	left: 0;
	top: 50%;
	margin-top: -40%;
}

@media screen and (max-width: 1042px) {
	.movie-sample__text--left::before {
		display: none;
	}
}

.movie-sample__text--left::after {
	display: block;
	content: "";
	position: absolute;
	width: 2px;
	height: 80%;
	background-color: #6a93cb;
	background-image: linear-gradient(315deg, #6a93cb 0%, #a4bfef 74%);
	left: 0;
	top: 50%;
	margin-top: -40%;
}

@media screen and (max-width: 1042px) {
	.movie-sample__text--left::after {
		height: 40%;
		top: 0;
		margin-top: 0;
	}
}

@media screen and (max-width: 1425px) {
	.movie-sample__text--left {
		padding-left: 40px;
		padding-right: 40px;
	}
}

.movie-sample__text--right {
	padding-right: 90px;
	padding-left: 90px;
	position: relative;
}

.movie-sample__text--right::before {
	display: block;
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	background-color: #6a93cb;
	background-image: linear-gradient(315deg, #6a93cb 0%, #a4bfef 74%);
	top: 50%;
	right: 0;
	margin-top: -40%;
}

@media screen and (max-width: 1042px) {
	.movie-sample__text--right::before {
		display: none;
	}
}

.movie-sample__text--right::after {
	display: block;
	content: "";
	position: absolute;
	width: 2px;
	height: 80%;
	background-color: #6a93cb;
	background-image: linear-gradient(315deg, #6a93cb 0%, #a4bfef 74%);
	right: 0;
	top: 50%;
	margin-top: -40%;
}

@media screen and (max-width: 1042px) {
	.movie-sample__text--right::after {
		height: 40%;
		top: 0;
		margin-top: 0;
	}
}

@media screen and (max-width: 1425px) {
	.movie-sample__text--right {
		padding-left: 40px;
		padding-right: 40px;
	}
}

.movie-sample__title {
	font-size: 2.15194em;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
}

@media screen and (max-width: 1042px) {
	.movie-sample__title {
		width: 100%;
		font-size: 1.61em;
	}
}

.news-list {
	width: 70%;
}

@media screen and (max-width: 1042px) {
	.news-list {
		width: 100%;
	}
}

.news-list__date {
	font-size: 0.8em;
	margin-bottom: 0;
	line-height: 1.2;
}

.news-list__title {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}

.news-list__small {
	font-size: 12px;
	color: #666;
}

@media screen and (max-width: 1042px) {
	.voice-list {
		display: block;
	}
}

.voice-list__name {
	border-bottom: 2px solid #6a93cb;
	margin-bottom: 0.5rem;
	font-weight: bold;
}

.voice-list__content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 1rem;
}

.voice-list__item {
	padding: 0 2rem;
	margin-bottom: 3rem;
}

@media screen and (max-width: 1042px) {
	.voice-list__item {
		width: 100%;
	}
}

.voice-list__text {
	background: #f3f3f6;
	width: 70%;
}

.voice-list__en {
	margin-top: 2em;
}

.voice-list__image {
	width: 20%;
}

.voice-list__image img {
	width: 100%;
}