img {
	max-width: 100%;
	height: auto;
}

html {
	position: relative;
	width: 100%;
	scroll-behavior: smooth;
	background:#f4f1eb;
}

body {
	color: #000000;
	width: 100%;
	font-family: "corporate-logo-ver2", sans-serif;
	font-weight: 500;
	font-style: normal;
	text-justify: inter-ideograph;
	font-size: 24px;
	font-feature-settings: 'palt';
	width: 100%;
}

a {
	color: #36526f;
}

a:hover {
	transition: 0.5s;
}

a:hover img {
	opacity: 0.7;
	transition: 0.5s;
}

.eng {
	font-family: "tangier", sans-serif !important;
	font-weight: 300 !important;
	font-style: normal;
}

header {
	width: 100%;
	box-sizing: border-box;
	height: 100dvh;
	position:relative;
	padding:90px 0 0;
	box-sizing:border-box;
	margin:0 auto 50px;
}
header h1{
	position:relative;
	z-index:3;
}
header h1 img{
	display:block;
	margin:0 auto;
}
#mainimage{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:calc(100% - 60px);
	z-index:1;
}
#mainimage #slide{
	width:100%;
	height:100%;
}
#mainimage #slide img{
	display:block;
	position:relative;
	z-index:1;
	width:100%;
	height:100%;
	object-fit:cover;
}
.slick-list,.slick-track,.slick-slide{
	height:100% !important;
}
#mainimage h2{
	font-size:48px;
	position:absolute;
	bottom:20%;
	left:0;
	right:0;
	margin:auto;
	z-index:3;
	text-align:center;
	width:100%;
}
header h3{
	position:absolute;
	bottom:0;
	z-index:5;
	width:100%;
}
header h3 img{
	display:block;
	margin:0 auto;
}
main{
	padding:0 5%;
	line-height:1.8em;
}
#top1{
	max-width:880px;
	margin:0 auto 80px;
}
#top1 h2{
	font-size:30px;
	text-align:center;
	margin:0 auto 40px;
}
#top2{
	max-width:924px;
	margin:0 auto 80px;
	text-align:center;
}
#top2 article{
	margin:0 auto 40px;
}
#top3{
	max-width:1040px;
	margin:0 auto;
}
#top3 img{
	display:block;
	margin:0 auto 30px;
}
#top3 article{
	padding:0 50px;
}
#top3 iframe{
	width:100%;
	display:block;
	max-width:1040px;
	margin:0 auto;
}
.gotop {
	width: 50px;
	height: 50px;
	border-radius: 15px;
	border: 2px solid #d4b968;
	box-sizing: border-box;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10000;
	background: #456ab4;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 768px) {
	body {
		font-size: 18px;
	}
	header {
		height:50dvh;
	}
	#mainimage h2{
		font-size:20px;
	}
	#top1 h2{
		font-size:20px;
	}
	#top2{
		text-align:left;
	}
	#top2 img{
		display:block;
		margin:0 auto 15px;
	}
	#top3 article {
		padding:0;
	}
}
.gotop a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	box-sizing: border-box;
	color:#fff;
}

.gotop img {
	display: block;
}

.gotop a:hover {
	color: #fff;
	background: #ec6941;
}

#copyright {
	margin: 0 auto;
	text-align: center;
	font-size: 15px;
	line-height: 54px;
	color: #2e4c63;
}
