BODY {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	margin:0;
}

.EN {
	font-family: 'Noto Sans', sans-serif;
}
.JP {
	font-family: 'Noto Sans JP', sans-serif;
}
.CN {
	font-family: 'Noto Sans SC', sans-serif;
}

.Text {
	color: #7c8295;
	font-size : 32px;
	font-weight : 700;
}

A.btn, SPAN.btn{
	text-decoration : none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width : 200px;
	min-width: 200px;
	height : 50px;
	margin: 20px 20px 10px 20px;
	font-size : 24px;
	white-space : nowrap;
	font-weight : 700;
	border : none;
	border-radius : 50px;
}

SPAN.btn{
	background-color: #e6fafb;
	color: #294095;
}

A.btn{
	background-color: #294095;
	color: #ffffff;
	text-decoration: none;
}

A.btn:hover{
	background-color: #86d4e9;
	color: #454545;
	text-decoration : none;
}

.Navigation{
	text-align	: center;
}

.video-wrapper {
    width: 60%; 
    max-width: 1920px; 
    margin: 0 auto;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




.container {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
.header {
	padding: 10px;
}

.main-content {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -30px;
}

.center-text {
	text-align: center;
	padding: 20px;
}