@charset "UTF-8";

.main_wrap {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 25px;
	height: 42px;
}

.mo_header {
	padding: 0 20px;
	padding-top: 18px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .logo_box .link {
	display: inline-block;
	background-color: #92fccf;
	height: 35px;
	line-height: 35px;
	vertical-align: top;
	padding: 0 15px;
	box-sizing: border-box;
	border-radius: 82px;
	font-size: 14px;
	font-weight: 500;
	margin-left: 25px;
	cursor: pointer;
}

video {
	position: fixed;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
}

.main_wrap .center_txt_box {
	text-align: center;
	position: absolute;
	left: 50%;
	top: 55%;
	transform: translate(-50%, -50%);
}

.main_wrap .center_txt_box h1 {
	font-size: 70px;
	font-weight: 800;
	line-height: 70px;
	color: #fff;
	position: relative;
}

.main_wrap .center_txt_box h1::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 50%;
	top: -80px;
	transform: translateX(-50%);
	width: 287px;
	height: 70px;
	background: url('/images/jium/for.png') no-repeat center;
}

.main_wrap .center_txt_box a.txt {
	margin-top: 40px;
	display: inline-block;
	width: 263.69px;
	background-color: #92fccf;
	height: 54px;
	line-height: 57px;
	vertical-align: top;
	padding: 0 25px;
	box-sizing: border-box;
	border-radius: 82px;
	font-size: 18px;
	font-weight: 500;
	cursor: pointer;
	color: #004952;
	box-sizing: border-box;
	position: relative;
	text-align: left;
	cursor: default;
}

.main_wrap .center_txt_box a.txt::after {
	content: '';
	position: absolute;
	right: 25px;
	top: 18px;
	width: 80px;
	height: 17px;
	background: url('/images/jium/color_logo_box.png') no-repeat center;
}

.main_wrap .center_txt_box .mo_link {
	display: none;
	position: fixed;
	bottom: -150%;
	transform: translateX(-50%);
	left: 50%;
	width: 196px;
	font-size: 16px;
	font-weight: 600;
	line-height: 29px;
	color: #004952;
	border-radius: 82px;
	background: linear-gradient(90deg, #92FCCF 0%, #148998 172.07%);
	box-shadow: 2px 4px 30px 0px rgba(204, 204, 204, 0.25), 5px 5px 20px 0px
		rgba(175, 175, 175, 0.15);
	border-radius: 81.68px;
	height: 45px;
	line-height: 47px;
	font-size: 16px;
	transform: translateX(-50%);
	left: 50%;
}

.pc_link {
	display: none;
}

@media ( max-width :1200px) {
	.pc_link {
		display: block;
	}
	.main_wrap .center_txt_box {
		width: 100%;
		top: 55%;
	}
	.main_wrap .center_txt_box .mo_link {
		display: inline-block;
	}
	.main_wrap .center_txt_box h1 {
		font-size: 46px;
		font-weight: 800;
		line-height: 50px;
		text-align: center;
		color: #fff;
		position: relative;
	}
	.main_wrap .center_txt_box h1::before {
		content: '';
		display: inline-block;
		position: absolute;
		left: 50%;
		top: -80px;
		transform: translateX(-50%);
		width: 287px;
		height: 70px;
		background: url('/images/jium/for.png') no-repeat center;
	}
	.main_wrap .center_txt_box a.txt {
		margin-top: 40px;
		display: inline-block;
		width: 222px;
		background-color: #041824;
		height: 45px;
		line-height: 50px;
		vertical-align: top;
		padding: 0 20px;
		box-sizing: border-box;
		border-radius: 82px;
		font-size: 15px;
		font-weight: 500;
		color: #92FCCF;
	}
	.main_wrap .center_txt_box a.txt::after {
		content: '';
		position: absolute;
		right: 20px;
		top: 16px;
		width: 67px;
		height: 17px;
		background-image: url('/images/jium/Mcolor_logo_box.png');
	}
}

@media ( max-width :700px) {
	.inner {
		max-width: 440px;
	}
	.footer .inner {
		max-width: 400px;
	}
}