@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;800&display=swap");
::-webkit-scrollbar {
	display: none;
}
header.basic {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 9.3vh;
	z-index: 900;
	background-color: rgba(255, 255, 255, 0.8);
}
header.basic:hover {
	background-color: rgba(255, 255, 255, 0.8);
}
header.basic:hover > .header-container > h1 {
	background-image: url(./../image/h2bizlogo1.svg);
}
@media screen and (max-width: 640px) {
	header.basic:hover > .header-container > h1 {
		background-image: url(./../image/h2bizlogosmall1.svg);
	}
}
@media screen and (max-width: 640px) {
	header.basic {
		height: 7vh;
		background-color: initial;
	}
	header.basic:hover {
		background-color: initial;
	}
}
header.basic > .header-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding: 0 15%;
}
@media screen and (max-width: 1024px) {
	header.basic > .header-container {
		padding: 0 4.3vh;
	}
}
@media screen and (max-width: 640px) {
	header.basic > .header-container {
		padding: 0 2vh;
	}
}
header.basic > .header-container > h1 {
	width: 15%;
	min-width: 192px;
	text-indent: -9999px;
	background-image: url(./../image/h2bizlogo1.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
@media screen and (max-width: 1024px) {
	header.basic > .header-container > h1 {
		width: 20%;
		min-width: initial;
	}
}
@media screen and (max-width: 640px) {
	header.basic > .header-container > h1 {
		width: 8%;
		min-width: initial;
		background-image: url(./../image/h2bizlogosmall1.svg);
	}
}
header.basic > .header-container > .btn-gnb {
	display: none;
}
@media screen and (max-width: 640px) {
	header.basic > .header-container > .btn-gnb {
		background: none;
		border: none;
		outline: none;
		display: block;
		position: absolute;
		z-index: 900;
		right: 4%;
		top: 50%;
		width: 3.2vh;
		height: 3.2vh;
		margin-top: -1.6vh;
		text-indent: -9999px;
		background-size: contain;
		background-image: url(./../image/hamburger_btn1.svg);
		background-repeat: no-repeat;
	}
	header.basic > .header-container > .btn-gnb.clse {
		width: 3.2vh;
		height: 3.2vh;
		background-image: url(./../image/clse_btn1.svg);
	}
}
header.basic > .header-container > nav {
	width: 70vh;
	max-width: 70%;
	height: 23px;
	font-size: 1.6vh;
	font-weight: 400;
	line-height: 23px;
}
@media screen and (max-width: 1024px) {
	header.basic > .header-container > nav {
		width: 68%;
		font-size: 1.3vh;
		max-width: initial;
	}
}
@media screen and (max-width: 640px) {
	header.basic > .header-container > nav {
		position: absolute;
		right: -70%;
		top: 0;
		width: 55%;
		height: 100vh;
		font-size: 1.8vh;
		background-color: rgba(255, 255, 255, 0.8);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}
header.basic > .header-container > nav > .gnb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media screen and (max-width: 640px) {
	header.basic > .header-container > nav > .gnb {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
@media screen and (max-width: 640px) {
	header.basic > .header-container > nav > .gnb > li:nth-child(1) {
		margin-top: 7vh;
	}
}
@media screen and (max-width: 640px) {
	header.basic > .header-container > nav > .gnb > li {
		height: 6vh;
		padding-right: 7%;
		text-align: right;
		line-height: 6vh;
	}
	header.basic > .header-container > nav > .gnb > li:hover {
		background-color: rgba(255, 255, 255, 0.5);
	}
}
header.basic > .header-container > nav > .gnb > li > a {
	color: #07002b;
}
header.basic > .header-container > nav > .gnb li:hover > a,
header.basic > .header-container > nav > .gnb li.on > a {
	color: #7D36ED;
	font-weight: 600;
}
header.white {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 9.3vh;
	z-index: 900;
}
@media (min-width: 640px) {
	header.white:hover {
		background-color: rgba(255, 255, 255, 0.5);
	}
	header.white:hover > .header-container > h1 {
		background-image: url(./../image/h2bizlogo1.svg);
	}
}
@media screen and (min-width: 640px) and (max-width: 640px) {
	header.white:hover > .header-container > h1 {
		background-image: url(./../image/h2bizlogosmall1.svg);
	}
}
@media (min-width: 640px) {
	header.white:hover > .header-container > .btn-gnbw {
		background-image: url(./../image/hamburger_btn1.svg);
	}
	header.white:hover > .header-container > .btn-gnbw.clse {
		background-image: url(./../image/clse_btn1.svg);
	}
	header.white:hover > .header-container > nav > .gnb > li > a {
		color: #07002b;
	}
}
@media screen and (max-width: 640px) {
	header.white {
		height: 7vh;
	}
}
header.white > .header-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding: 0 15%;
}
@media screen and (max-width: 1024px) {
	header.white > .header-container {
		padding: 0 4.3vh;
	}
}
@media screen and (max-width: 640px) {
	header.white > .header-container {
		padding: 0 2vh;
	}
}
header.white > .header-container > h1 {
	width: 15%;
	min-width: 192px;
	text-indent: -9999px;
	background-image: url(./../image/h2bizlogo_w1.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
header.white > .header-container > h1 > a {
	display: block;
	width: 100%;
}
@media screen and (max-width: 1024px) {
	header.white > .header-container > h1 {
		width: 20%;
		min-width: initial;
	}
}
@media screen and (max-width: 640px) {
	header.white > .header-container > h1 {
		width: 8%;
		min-width: initial;
		background-image: url(./../image/h2bizlogosmall_w1.svg);
	}
}
header.white > .header-container > .btn-gnbw {
	display: none;
}
@media screen and (max-width: 640px) {
	header.white > .header-container > .btn-gnbw {
		background: none;
		border: none;
		outline: none;
		display: block;
		position: absolute;
		z-index: 900;
		right: 4%;
		top: 50%;
		width: 3.2vh;
		height: 3.2vh;
		margin-top: -1.6vh;
		text-indent: -9999px;
		background-size: contain;
		background-image: url(./../image/hamburger_btnw1.svg);
		background-repeat: no-repeat;
	}
	header.white > .header-container > .btn-gnbw.clse {
		width: 3.2vh;
		height: 3.2vh;
		background-image: url(./../image/clse_btn1.svg);
	}
}
header.white > .header-container > nav {
	width: 70vh;
	max-width: 70%;
	height: 23px;
	font-size: 1.6vh;
	font-weight: 400;
	line-height: 23px;
}
@media screen and (max-width: 1024px) {
	header.white > .header-container > nav {
		width: 68%;
		font-size: 1.3vh;
		max-width: initial;
	}
}
@media screen and (max-width: 640px) {
	header.white > .header-container > nav {
		position: absolute;
		right: -70%;
		top: 0;
		width: 55%;
		height: 100vh;
		font-size: 1.8vh;
		background-color: rgba(255, 255, 255, 0.8);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}
header.white > .header-container > nav > .gnb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media screen and (max-width: 640px) {
	header.white > .header-container > nav > .gnb {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
@media screen and (max-width: 640px) {
	header.white > .header-container > nav > .gnb > li:nth-child(1) {
		margin-top: 7vh;
	}
}
@media screen and (max-width: 640px) {
	header.white > .header-container > nav > .gnb > li {
		height: 6vh;
		padding-right: 7%;
		text-align: right;
		line-height: 6vh;
	}
	header.white > .header-container > nav > .gnb > li:hover {
		background-color: rgba(255, 255, 255, 0.5);
	}
}
header.white > .header-container > nav > .gnb > li > a {
	color: #fff;
}
@media screen and (max-width: 640px) {
	header.white > .header-container > nav > .gnb > li > a {
		color: #07002b;
	}
}
header.white > .header-container > nav > .gnb li:hover > a,
header.white > .header-container > nav > .gnb li.on > a {
	color: #7D36ED;
	font-weight: 600;
}
article#visual {
	display: block;
	position: relative;
	left: 0;
	top: 0;
	height: 100vh;
	color: #fff;
	background-color: #6343ff;
	background-image: url(./../image/visual_bg.png);
	background-size: cover;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
article#visual > .text-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 200;
}
article#visual > .text-container > h2 {
	font-size: 6.5vh;
	font-weight: 500;
	text-align: center;
	margin-bottom: 2%;
}
@media screen and (max-width: 1024px) {
	article#visual > .text-container > h2 {
		font-size: 5vh;
	}
}
@media screen and (max-width: 640px) {
	article#visual > .text-container > h2 {
		font-size: 3.7vh;
	}
}
article#visual > .text-container > p {
	font-weight: 200;
	font-size: 5vh;
	text-align: center;
}
@media screen and (max-width: 1024px) {
	article#visual > .text-container > p {
		font-size: 4.5vh;
	}
}
@media screen and (max-width: 640px) {
	article#visual > .text-container > p {
		font-size: 2.5vh;
	}
}
article#visual > .welcome {
	display: block;
	position: absolute;
	right: -3%;
	top: 17%;
	z-index: 100;
	font-weight: 200;
	font-size: 4.5vh;
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}
@media screen and (max-width: 1024px) {
	article#visual > .welcome {
		right: -4%;
		top: 12%;
		font-size: 3vh;
	}
}
@media screen and (max-width: 640px) {
	article#visual > .welcome {
		top: 15%;
		font-size: 2.3vh;
	}
}
article#visual > .mouse {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	left: 0;
	bottom: 8%;
	width: 3%;
	-webkit-animation: down 1.5s infinite;
	animation: down 1.5s infinite;
}
@media screen and (max-width: 1024px) {
	article#visual > .mouse {
		width: 5%;
		left: 1.5%;
	}
}
@-webkit-keyframes down {
	0% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
	20% {
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
	}
	40% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
}
@keyframes down {
	0% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
	20% {
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
	}
	40% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
}
article#visual > .mouse > .scroll-bar {
	display: block;
	width: 2px;
	height: 200px;
	margin-bottom: 45px;
	text-indent: -9999px;
	background-color: #fff;
}
@media screen and (max-width: 640px) {
	article#visual > .mouse > .scroll-bar {
		width: 1px;
		height: 100px;
		margin-bottom: 20px;
	}
}
article#visual > .mouse > .scroll-text {
	display: block;
	font-size: 18px;
	font-weight: 300;
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}
@media screen and (max-width: 640px) {
	article#visual > .mouse > .scroll-text {
		font-size: 9px;
	}
}
@-webkit-keyframes cir1 {
	0% {
		bottom: 8vh;
		left: 17vh;
	}
	50% {
		bottom: 12vh;
		left: 25vh;
	}
	100% {
		bottom: 8vh;
		left: 17vh;
	}
}
@keyframes cir1 {
	0% {
		bottom: 8vh;
		left: 17vh;
	}
	50% {
		bottom: 12vh;
		left: 25vh;
	}
	100% {
		bottom: 8vh;
		left: 17vh;
	}
}
@-webkit-keyframes cir1-2 {
	0% {
		top: 12vh;
		left: 7vh;
	}
	50% {
		top: 15vh;
		left: 12vh;
	}
	100% {
		top: 12vh;
		left: 7vh;
	}
}
@keyframes cir1-2 {
	0% {
		top: 12vh;
		left: 7vh;
	}
	50% {
		top: 15vh;
		left: 12vh;
	}
	100% {
		top: 12vh;
		left: 7vh;
	}
}
@-webkit-keyframes cir1-3 {
	0% {
		top: 12vh;
		left: 3vh;
	}
	50% {
		top: 15vh;
		left: 5vh;
	}
	100% {
		top: 12vh;
		left: 3vh;
	}
}
@keyframes cir1-3 {
	0% {
		top: 12vh;
		left: 3vh;
	}
	50% {
		top: 15vh;
		left: 5vh;
	}
	100% {
		top: 12vh;
		left: 3vh;
	}
}
article#visual > .cir1 {
	position: absolute;
	-webkit-animation: cir1 5s linear infinite alternate;
	animation: cir1 5s linear infinite alternate;
}
@media screen and (max-width: 1024px) {
	article#visual > .cir1 {
		-webkit-animation: cir1-2 5s linear infinite alternate;
		animation: cir1-2 5s linear infinite alternate;
		width: 15%;
	}
}
@media screen and (max-width: 640px) {
	article#visual > .cir1 {
		-webkit-animation: cir1-3 5s linear infinite alternate;
		animation: cir1-3 5s linear infinite alternate;
		width: 19%;
	}
}
@-webkit-keyframes cir2 {
	0% {
		left: 55vh;
	}
	100% {
		left: 60vh;
	}
}
@keyframes cir2 {
	0% {
		left: 55vh;
	}
	100% {
		left: 60vh;
	}
}
article#visual > .cir2 {
	position: absolute;
	top: -3vh;
	left: 55vh;
	-webkit-animation: cir2 3s linear infinite alternate;
	animation: cir2 3s linear infinite alternate;
}
@media screen and (max-width: 1024px) {
	article#visual > .cir2 {
		display: none;
	}
}
@-webkit-keyframes ribon {
	0% {
		bottom: 1%;
	}
	100% {
		bottom: 5%;
	}
}
@keyframes ribon {
	0% {
		bottom: 1%;
	}
	100% {
		bottom: 5%;
	}
}
@-webkit-keyframes ribon2 {
	0% {
		bottom: 0px;
	}
	100% {
		bottom: 5%;
	}
}
@keyframes ribon2 {
	0% {
		bottom: 0px;
	}
	100% {
		bottom: 5%;
	}
}
article#visual > .ribon {
	position: absolute;
	right: -7vh;
	-webkit-animation: ribon 3s linear infinite alternate;
	animation: ribon 3s linear infinite alternate;
}
@media screen and (max-width: 1024px) {
	article#visual > .ribon {
		width: 50%;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		right: -10vh;
		-webkit-animation: ribon2 3s linear infinite alternate;
		animation: ribon2 3s linear infinite alternate;
	}
}
@media screen and (max-width: 640px) {
	article#visual > .ribon {
		width: 60%;
	}
}
section {
	height: 100vh;
}
@media screen and (max-width: 1024px) {
	section {
		max-width: 1024px;
	}
}
section > h2 {
	display: block;
	width: 70%;
	font-weight: 700;
	font-size: 4vh;
	line-height: 56px;
	letter-spacing: 0.2em;
	color: #7D36ED;
}
@media screen and (max-width: 1024px) {
	section > h2 {
		font-size: 3.3vh;
	}
}
.gradation {
	color: #000;
	-webkit-text-fill-color: transparent;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#eec3eb),
		color-stop(#ba6fed),
		color-stop(#6343ff),
		color-stop(#6e25f1),
		color-stop(#701ef1),
		color-stop(#eec3eb),
		color-stop(#ba6fed),
		color-stop(#6e25f1),
		color-stop(#eec3eb),
		to(#ba6fed)
	);
	background: linear-gradient(
		90deg,
		#eec3eb,
		#ba6fed,
		#6343ff,
		#6e25f1,
		#701ef1,
		#eec3eb,
		#ba6fed,
		#6e25f1,
		#eec3eb,
		#ba6fed
	);
	background-clip: text;
	background-size: 120% auto;
	animation: GradientAnimate 5s ease infinite;
	-webkit-animation: GradientAnimate 5s ease infinite;
	-moz-animation: GradientAnimate 5s ease infinite;
	-o-animation: GradientAnimate 5s ease infinite;
}
@-webkit-keyframes GradientAnimate {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@keyframes GradientAnimate {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
section#vision > .vision-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 70%;
	height: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 1024px) {
	section#vision > .vision-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 60%;
		text-align: center;
	}
}
@media screen and (max-width: 640px) {
	section#vision > .vision-wrap {
		width: 73.3%;
	}
}
section#vision > .vision-wrap > .image {
	width: 46%;
}
@media screen and (max-width: 1024px) {
	section#vision > .vision-wrap > .image {
		width: 98%;
	}
}
@media screen and (max-width: 640px) {
	section#vision > .vision-wrap > .image {
		width: 98%;
	}
}
section#vision > .vision-wrap > .vision-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 46%;
}
@media screen and (max-width: 1024px) {
	section#vision > .vision-wrap > .vision-container {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: auto;
		width: 100%;
	}
}
section#vision > .vision-wrap > .vision-container > h2 {
	font-weight: 700;
	font-size: 4vh;
	line-height: 56px;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 1024px) {
	section#vision > .vision-wrap > .vision-container > h2 {
		margin-top: 13%;
		font-size: 3.3vh;
	}
}
@media screen and (max-width: 640px) {
	section#vision > .vision-wrap > .vision-container > h2 {
		margin-top: 15%;
	}
}
@-webkit-keyframes moveup {
	0% {
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
		clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		opacity: 0;
	}
	95% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
	100% {
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		opacity: 1;
	}
}
@keyframes moveup {
	0% {
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
		clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		opacity: 0;
	}
	95% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
	100% {
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		opacity: 1;
	}
}
section#vision > .vision-wrap > .vision-container > .vision-p1 {
	margin-top: 10%;
}
@media screen and (max-width: 1024px) {
	section#vision > .vision-wrap > .vision-container > .vision-p1 {
		margin-top: 9%;
	}
}
@media screen and (max-width: 640px) {
	section#vision > .vision-wrap > .vision-container > .vision-p1 {
		margin-top: 8%;
	}
	section#vision > .vision-wrap > .vision-container > .vision-p1 > span {
		display: block;
	}
}
section#vision > .vision-wrap > .vision-container > .vision-p1 > strong {
	font-weight: 600;
}
section#vision > .vision-wrap > .vision-container > .vision-p1 {
	font-weight: 400;
	font-size: 2.5vh;
	line-height: 1.5em;
	opacity: 0;
}
@media screen and (max-width: 1024px) {
	section#vision > .vision-wrap > .vision-container > .vision-p1 {
		font-size: 2vh;
		line-height: 1.6;
	}
}
@media screen and (max-width: 640px) {
	section#vision > .vision-wrap > .vision-container > .vision-p1 {
		font-size: 4vw;
		line-height: 1.6;
	}
}
section#vision > .vision-wrap > .vision-container > .vision-p1 > span {
	display: block;
}
@media screen and (max-width: 640px) {
	section#vision > .vision-wrap > .vision-container > .vision-p1 > span {
		display: initial;
	}
}
section#vision > .vision-wrap > .vision-container > .vision-p3 {
	margin-top: 5%;
	font-size: 2.2vh;
	font-weight: 300;
	line-height: 1.5em;
	opacity: 0;
}
@media screen and (max-width: 1024px) {
	section#vision > .vision-wrap > .vision-container > .vision-p3 {
		font-size: 1.8vh;
	}
}
@media screen and (max-width: 640px) {
	section#vision > .vision-wrap > .vision-container > .vision-p3 {
		font-size: 3.15vw;
	}
}
section#service {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	border: 1px solid transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
section#service > h2 {
	display: block;
	width: 70%;
	margin: 10% auto -2%;
}
@media screen and (max-width: 1024px) {
	section#service > h2 {
		width: 100%;
		margin: 20% auto 0;
		font-size: 3.3vh;
		text-align: center;
	}
}
section#service > .service-container {
	position: relative;
	width: 70%;
	height: 65%;
	margin: 0 auto;
	overflow: hidden;
}
@media screen and (max-width: 1024px) {
	section#service > .service-container {
		width: 90%;
		overflow-x: scroll;
		scrollbar-width: none;
	}
}
@media screen and (max-width: 640px) {
	section#service > .service-container {
		width: 65%;
		height: 90%;
		overflow-x: scroll;
		scrollbar-width: none;
	}
}
section#service > .service-container > .service-silde-container {
	position: absolute;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 300%;
	height: 100%;
}
section#service
	> .service-container
	> .service-silde-container
	> .service-silde {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: calc(100% / 3);
	height: 100%;
}
@media screen and (max-width: 640px) {
	section#service
		> .service-container
		> .service-silde-container
		> .service-silde {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
section#service
	> .service-container
	> .service-silde-container
	> .service-silde
	> .service-left-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 31%;
}
@media screen and (max-width: 1024px) {
	section#service
		> .service-container
		> .service-silde-container
		> .service-silde
		> .service-left-container {
		width: 45%;
		overflow: hidden;
	}
}
@media screen and (max-width: 640px) {
	section#service
		> .service-container
		> .service-silde-container
		> .service-silde
		> .service-left-container {
		width: 100%;
		height: 45%;
	}
}
@media screen and (max-width: 1024px) {
	section#service
		> .service-container
		> .service-silde-container
		> .service-silde
		> .service-left-container
		> img {
		width: 40%;
	}
}
section#service
	> .service-container
	> .service-silde-container
	> .service-silde
	> .service-left-container
	> h3 {
	margin-top: 6%;
	font-size: 3vh;
	font-weight: 500;
	line-height: 1.9em;
}
@media screen and (max-width: 1024px) {
	section#service
		> .service-container
		> .service-silde-container
		> .service-silde
		> .service-left-container
		> h3 {
		font-size: 2.4vh;
	}
}
@media screen and (max-width: 640px) {
	section#service
		> .service-container
		> .service-silde-container
		> .service-silde
		> .service-left-container
		> h3 {
		margin-top: 2%;
	}
}
section#service
	> .service-container
	> .service-silde-container
	> .service-silde
	> .service-left-container
	> p {
	color: #757575;
	font-size: 2vh;
	line-height: 1.9em;
}
@media screen and (max-width: 1024px) {
	section#service
		> .service-container
		> .service-silde-container
		> .service-silde
		> .service-left-container
		> p {
		font-size: 1.5vh;
	}
}
@media screen and (max-width: 640px) {
	section#service
		> .service-container
		> .service-silde-container
		> .service-silde
		> .service-left-container
		> p {
		font-size: 2vh;
	}
}
section#service
	> .service-container
	> .service-silde-container
	> .service-silde
	> .service-left-container
	> a {
	width: 100%;
	height: 5.6vh;
	margin-top: 7%;
	color: #fff;
	text-align: center;
	font-size: 2.1vh;
	font-weight: 300;
	line-height: 5.6vh;
	background-color: #07002b;
}
@media screen and (max-width: 1024px) {
	section#service
		> .service-container
		> .service-silde-container
		> .service-silde
		> .service-left-container
		> a {
		width: 96%;
		font-size: 1.8vh;
		height: 4.5vh;
		line-height: 4.5vh;
	}
}
section#service
	> .service-container
	> .service-silde-container
	> .service-silde
	> .service-left-container
	> .appdown {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: 5.6vh;
	margin-top: 4%;
}
@media screen and (max-width: 1024px) {
	section#service
		> .service-container
		> .service-silde-container
		> .service-silde
		> .service-left-container
		> .appdown {
		width: 96%;
		height: 4.5vh;
	}
}
section#service
	> .service-container
	> .service-silde-container
	> .service-silde
	> .service-left-container
	> .appdown
	> a {
	width: 48%;
	height: 5.6vh;
	color: #fff;
	text-align: center;
	font-size: 2.1vh;
	font-weight: 300;
	line-height: 5.6vh;
	background-color: #07002b;
}
@media screen and (max-width: 1024px) {
	section#service
		> .service-container
		> .service-silde-container
		> .service-silde
		> .service-left-container
		> .appdown
		> a {
		font-size: 1.8vh;
		height: 4.5vh;
		line-height: 4.5vh;
	}
}
section#service
	> .service-container
	> .service-silde-container
	> .service-silde
	> .service-right-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@media screen and (max-width: 1024px) {
	section#service
		> .service-container
		> .service-silde-container
		> .service-silde
		> .service-right-container {
		width: 53%;
		overflow: hidden;
	}
}
@media screen and (max-width: 640px) {
	section#service
		> .service-container
		> .service-silde-container
		> .service-silde
		> .service-right-container {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 100%;
		height: 55%;
		margin: 0 auto;
	}
}
@-webkit-keyframes mobile {
	0% {
		margin-top: 220%;
		opacity: 0;
	}
	100% {
		margin-top: 0;
		opacity: 1;
	}
}
@keyframes mobile {
	0% {
		margin-top: 220%;
		opacity: 0;
	}
	100% {
		margin-top: 0;
		opacity: 1;
	}
}
section#service
	> .service-container
	> .service-silde-container
	> .service-silde
	> .service-right-container
	> .mobile {
	width: 43%;
	margin-top: 220%;
	opacity: 0;
}
@media screen and (max-width: 1024px) {
	section#service
		> .service-container
		> .service-silde-container
		> .service-silde
		> .service-right-container
		> .mobile {
		width: 56%;
		z-index: 100;
	}
}
@media screen and (max-width: 640px) {
	section#service
		> .service-container
		> .service-silde-container
		> .service-silde
		> .service-right-container
		> .mobile {
		width: 75%;
		margin: 0 auto;
		opacity: 1;
	}
}
section#service
	> .service-container
	> .service-silde-container
	> .service-silde
	> .service-right-container
	> .mobile2 {
	width: 43%;
	margin-top: 220%;
	z-index: 100;
	opacity: 0;
}
@media screen and (max-width: 1024px) {
	section#service
		> .service-container
		> .service-silde-container
		> .service-silde
		> .service-right-container
		> .mobile2 {
		width: 56%;
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		z-index: 0;
		margin-left: -7vh;
	}
}
@media screen and (max-width: 640px) {
	section#service
		> .service-container
		> .service-silde-container
		> .service-silde
		> .service-right-container
		> .mobile2 {
		display: none;
	}
}
section#service > .slides-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 9vh;
	margin: 5% auto 0;
}
@media screen and (max-width: 1024px) {
	section#service > .slides-pagination {
		width: 7vh;
	}
}
@media screen and (max-width: 640px) {
	section#service > .slides-pagination {
		display: none;
	}
}
section#service > .slides-pagination > li {
	display: block;
	width: 8px;
	text-indent: -9999px;
	border-radius: 4px 4px;
	background-color: rgba(7, 0, 43, 0.5);
}
section#service > .slides-pagination > li.on {
	width: 50px;
	background-color: #07002b;
}
@media screen and (max-width: 1024px) {
	section#service > .slides-pagination > li.on {
		width: 3.5vh;
	}
}
section#service > .slides-pagination > li > a {
	display: block;
	height: 8px;
}
section#service > a {
	position: absolute;
	top: 50%;
	width: 2vh;
	height: 6vh;
	margin-top: -3vh;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
@media screen and (max-width: 1024px) {
	section#service > a {
		display: none;
	}
}
@media screen and (max-width: 640px) {
	section#service > a {
		display: initial;
		width: 1.5vh;
		height: 4vh;
		margin-top: -2vh;
	}
}
section#service > a.prev {
	left: 2%;
	background-image: url(./../image/arrow-left.png);
}
@media screen and (max-width: 640px) {
	section#service > a.prev {
		left: 5%;
	}
}
section#service > a.next {
	right: 2%;
	background-image: url(./../image/arrow-right.png);
}
@media screen and (max-width: 640px) {
	section#service > a.next {
		right: 5%;
	}
}
section#history {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 270vh;
	background-color: #fff;
	overflow: hidden;
}
@media screen and (max-width: 1024px) {
	section#history {
		height: 260vh;
		padding-left: initial;
	}
}
@media screen and (max-width: 640px) {
	section#history {
		height: 230vh;
	}
}
section#history > h2 {
	width: 55%;
	margin-top: 16%;
	margin-bottom: 4%;
}
@media screen and (max-width: 1024px) {
	section#history > h2 {
		width: 90%;
		margin-top: 20%;
		margin-bottom: 7%;
		font-size: 3.3vh;
	}
}
section#history > .history-text-container > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}
@media screen and (max-width: 1024px) {
	section#history > .history-text-container > li {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 5%;
	}
}
@media screen and (max-width: 640px) {
	section#history > .history-text-container > li {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
section#history > .history-text-container > li > .year-0 {
	color: #07002b;
	font-family: Inter;
}
section#history > .history-text-container > li > .year-0:before {
	position: absolute;
	top: 0;
	right: 20%;
	bottom: initial;
	width: 2px;
	height: 280vh;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#4d4d4d),
		color-stop(91%, rgba(7, 7, 7, 0)),
		to(rgba(0, 0, 0, 0))
	);
	background: linear-gradient(
		to bottom,
		#4d4d4d 0%,
		rgba(7, 7, 7, 0) 91%,
		rgba(0, 0, 0, 0) 100%
	);
	content: "";
}
@media screen and (max-width: 1024px) {
	section#history > .history-text-container > li > .year-0:before {
		left: 20%;
		right: initial;
		height: 280vh;
	}
}
@media screen and (max-width: 640px) {
	section#history > .history-text-container > li > .year-0:before {
		left: 1.5vh;
		right: initial;
		width: 1px;
	}
}
section#history > .history-text-container > li > .year-0:after {
	background-color: #6343ff;
}
section#history > .history-text-container > li > .year-1 {
	color: #201a41;
	font-family: Inter;
}
section#history > .history-text-container > li > .year-2 {
	color: #524d6b;
	font-family: Inter;
}
section#history > .history-text-container > li > .year-3 {
	color: #88859a;
	font-family: Inter;
}
section#history > .history-text-container > li > .year-4 {
	color: #afadbb;
	font-family: Inter;
}
section#history > .history-text-container > li > .year-5 {
	color: #e1e0e5;
	font-family: Inter;
}
section#history > .history-text-container > li > h3 {
	position: relative;
	width: 24vh;
	margin-bottom: 15px;
	color: #07002b;
	font-weight: 400;
	font-size: 4.8vh;
}
@media screen and (max-width: 1024px) {
	section#history > .history-text-container > li > h3 {
		width: 13.5vh;
		height: 100%;
		padding-right: 0;
		padding-left: 15%;
	}
}
@media screen and (max-width: 640px) {
	section#history > .history-text-container > li > h3 {
		width: 100%;
		font-size: 3vh;
		padding-right: initial;
		padding-left: 5.5vh;
	}
}
section#history > .history-text-container > li .text-1:before {
	background-color: #975FF1;
}
section#history > .history-text-container > li .text-2:before {
	background-color: #AC7FF4;
}
section#history > .history-text-container > li .text-3:before {
	background-color: #C3A3F7;
}
section#history > .history-text-container > li .text-4:before {
	background-color: #DBC7FA;
}
section#history > .history-text-container > li .text-5:before {
	background-color: #F2EBFE;
}
section#history > .history-text-container > li > ol {
	position: relative;
	width: 80%;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 10%;
	opacity: 0;
}
@-webkit-keyframes history {
	100% {
		opacity: 1;
	}
}
@keyframes history {
	100% {
		opacity: 1;
	}
}
@media screen and (max-width: 1024px) {
	section#history > .history-text-container > li > ol {
		width: 100%;
		margin: 4.5% 0;
	}
}
@media screen and (max-width: 640px) {
	section#history > .history-text-container > li > ol {
		width: 90%;
		margin: 2vh 0 7vh;
		padding-left: 2.5vh;
	}
}
section#history > .history-text-container > li > ol:before {
	display: block;
	position: absolute;
	top: 1.5vh;
	left: -5.75vh;
	width: 2.1vh;
	height: 2.1vh;
	text-indent: -9999px;
	border-radius: 50%;
	background-color: #7D36ED;
	z-index: 100;
	content: "";
}
@media screen and (max-width: 1024px) {
	section#history > .history-text-container > li > ol:before {
		top: 1.5vh;
		left: 3.8vh;
	}
}
@media screen and (max-width: 640px) {
	section#history > .history-text-container > li > ol:before {
		top: 1vh;
		left: 0.55vh;
	}
}
section#history > .history-text-container > li > ol > li {
	color: #191b1f;
	margin-left: 20px;
	font-size: 2.5vh;
	line-height: 2.5em;
}
@media screen and (max-width: 1024px) {
	section#history > .history-text-container > li > ol > li {
		font-size: 2vh;
		padding-left: 10.5vh;
		margin-left: 0;
	}
}
@media screen and (max-width: 640px) {
	section#history > .history-text-container > li > ol > li {
		font-size: 1.6vh;
		padding-left: 3vh;
		margin-left: 0;
	}
}
section#history > .history-text-container > li > ol > li > .textBold {
	font-weight: 500;
	color: #07002b;
}
section#history > .history-text-container > li > ol > li > .textGray {
	color: #3e434c;
}
section#history > .history-text-container > li > ol > li > .textSmall {
	font-size: 1.9vh;
	color: #3e434c;
}
@media screen and (max-width: 1024px) {
	section#history > .history-text-container > li > ol > li > .textSmall {
		font-size: 1.5vh;
	}
}
@media screen and (max-width: 640px) {
	section#history > .history-text-container > li > ol > li > .textSmall {
		display: block;
		font-size: 1.5vh;
		margin-top: -1.5vh;
	}
}
section#history > .history-text-container > li > ol > li > .textLine {
	display: block;
	margin-top: -2.2vh;
	color: #3e434c;
}
@media screen and (max-width: 1024px) {
	section#history > .history-text-container > li > ol > li > .textLine {
		display: block;
		height: 2.2vh;
		margin-top: -1vh;
		margin-bottom: 3.5vh;
		line-height: 1.4;
	}
}
@media screen and (max-width: 640px) {
	section#history > .history-text-container > li > ol > li > .textLine {
		display: block;
		height: 2.2vh;
		margin-top: -0.7vh;
		margin-bottom: 3.5vh;
		line-height: 1.4;
	}
}
section#culture {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	text-align: center;
	background-color: #07002b;
}
section#culture > h2 {
	text-align: center;
}
@media screen and (max-width: 1024px) {
	section#culture > h2 {
		font-size: 3.3vh;
	}
}
section#culture > span {
	display: block;
	height: 4vh;
	margin: 1.5% 0;
	font-size: 3.6vh;
	line-height: 4vh;
	font-weight: 100;
}
@media screen and (max-width: 1024px) {
	section#culture > span {
		margin: 1.5% 0 2%;
		font-size: 2.4vh;
	}
}
@media screen and (max-width: 640px) {
	section#culture > span {
		margin: 0 0 3%;
	}
}
section#culture > .culture-container {
	width: 70%;
}
@media screen and (max-width: 1024px) {
	section#culture > .culture-container {
		width: 60%;
	}
}
@media screen and (max-width: 640px) {
	section#culture > .culture-container {
		width: 75%;
	}
}
section#culture > .culture-container > h3 {
	font-size: 3.4vh;
	font-weight: 500;
}
@media screen and (max-width: 1024px) {
	section#culture > .culture-container > h3 {
		font-size: 2.8vh;
		margin-bottom: 6vh;
	}
}
section#culture > .culture-container > h4 {
	position: relative;
	margin-top: 4%;
	font-size: 2.4vh;
	font-weight: 300;
}
@media screen and (max-width: 1024px) {
	section#culture > .culture-container > h4 {
		margin-top: 12%;
	}
}
section#culture > .culture-container > h4:nth-of-type(2) {
	padding-top: 4%;
}
@media screen and (max-width: 1024px) {
	section#culture > .culture-container > h4:nth-of-type(2) {
		padding-top: 12%;
	}
}
section#culture > .culture-container > h4:nth-of-type(2):before {
	position: absolute;
	left: 50%;
	top: 0;
	width: 60%;
	height: 1px;
	margin-left: calc(-60% / 2);
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(rgba(255, 255, 255, 0)),
		color-stop(24%, rgba(255, 255, 255, 0.48)),
		color-stop(50%, rgba(255, 255, 255, 0.8)),
		color-stop(80%, rgba(255, 255, 255, 0.4)),
		to(rgba(135, 188, 234, 0))
	);
	background: linear-gradient(
		to right,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.48) 24%,
		rgba(255, 255, 255, 0.8) 50%,
		rgba(255, 255, 255, 0.4) 80%,
		rgba(135, 188, 234, 0) 100%
	);
	content: "";
}
@media screen and (max-width: 1024px) {
	section#culture > .culture-container > h4:nth-of-type(2):before {
		width: 120%;
		margin-left: calc(-120% / 2);
	}
}
@media screen and (max-width: 1024px) {
	section#culture > .culture-container > h4 {
		font-size: 2vh;
	}
}
@media screen and (max-width: 640px) {
	section#culture > .culture-container > h4 {
		font-size: 3.7vw;
	}
}
section#culture > .culture-container > p {
	display: none;
	margin-top: 2%;
	color: #fff;
	font-weight: 200;
	font-size: 2.2vh;
	line-height: 1.5;
	opacity: 0;
}
@media screen and (max-width: 1024px) {
	section#culture > .culture-container > p {
		margin-top: 4%;
		font-size: 2.3vw;
	}
}
@media screen and (max-width: 640px) {
	section#culture > .culture-container > p {
		margin-top: 8%;
		font-size: 3.2vw;
	}
}
section#culture > .culture-container > p > span {
	display: block;
}
@media screen and (max-width: 1024px) {
	section#culture > .culture-container > p > span {
		display: initial;
	}
}
@media screen and (max-width: 640px) {
	section#culture > .culture-container > p > span {
		display: initial;
	}
}
@media screen and (max-width: 1024px) {
	section#culture > .culture-container > p > span.textLine {
		display: block;
	}
}
@media screen and (max-width: 640px) {
	section#culture > .culture-container > p > span.textLine {
		display: initial;
	}
}
section#benefits {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	color: #fff;
}
section#benefits > h2 {
	margin-bottom: 2.5%;
	text-align: center;
}
@media screen and (max-width: 1024px) {
	section#benefits > h2 {
		margin-top: 8%;
		margin-bottom: 7%;
		font-size: 3.3vh;
	}
}
section#benefits > .benefits-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	width: 70%;
	height: 41%;
}
@media screen and (max-width: 1024px) {
	section#benefits > .benefits-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 90%;
		height: 74%;
	}
}
@media screen and (max-width: 1024px) {
	section#benefits > .benefits-container {
		width: 78%;
	}
}
section#benefits > .benefits-container > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: calc(97% / 3);
	height: 100%;
	font-size: 3vh;
	font-weight: 500;
	background-color: #07002b;
}
@media screen and (max-width: 1024px) {
	section#benefits > .benefits-container > li {
		width: 100%;
		height: calc(97% / 3);
		font-size: 2.3vh;
	}
}
section#benefits > .benefits-container > li > span {
	display: block;
}
section#benefits > .benefits-container > li > .back {
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	width: calc(97% / 3);
	height: 100%;
	background-color: #07002b;
}
@media screen and (max-width: 1024px) {
	section#benefits > .benefits-container > li > .back {
		width: 100%;
		height: calc(97% / 3);
	}
}
section#benefits > .benefits-container > li > .back > li {
	font-size: 2.5vh;
	font-weight: 300;
	line-height: 1.6;
	text-align: center;
	background-color: #07002b;
}
@media screen and (max-width: 1024px) {
	section#benefits > .benefits-container > li > .back > li {
		font-size: 2vh;
	}
}
@media screen and (max-width: 1024px) {
	section#benefits > .benefits-container > li > .back > li {
		font-size: 1.8vh;
	}
}
section#recruit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: calc(100vh + 2px);
	text-align: center;
	background-color: #fff;
}
section#recruit > h2 {
	margin-bottom: 3.2%;
}
@media screen and (max-width: 1024px) {
	section#recruit > h2 {
		font-size: 3.3vh;
		margin-bottom: 7%;
	}
}
section#recruit > ul {
	width: 70%;
	margin-bottom: 2.7%;
}
@media screen and (max-width: 1024px) {
	section#recruit > ul {
		width: 75%;
	}
}
@media screen and (max-width: 640px) {
	section#recruit > ul {
		width: 75%;
		margin-top: 2%;
	}
}
section#recruit > ul > li {
	font-size: 2vh;
	font-weight: 400;
	line-height: 1.4em;
}
@media screen and (max-width: 1024px) {
	section#recruit > ul > li {
		font-size: 1.8vh;
	}
}
@media screen and (max-width: 640px) {
	section#recruit > ul > li {
		font-size: 3.8vw;
	}
}
section#recruit > ul > li:nth-child(1) {
	display: block;
	font-weight: 700;
	font-size: 2.7vh;
	margin-bottom: 3%;
}
@media screen and (max-width: 1024px) {
	section#recruit > ul > li:nth-child(1) {
		font-size: 2.1vh;
	}
}
@media screen and (max-width: 640px) {
	section#recruit > ul > li:nth-child(1) {
		margin-bottom: 8%;
		font-size: 4.5vw;
	}
}
section#recruit > ul > li:nth-child(1) > strong {
	color: #6343ff;
	font-weight: 700;
}
section#recruit > .a-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 70%;
	height: 15%;
	font-weight: 400;
}
@media screen and (max-width: 1024px) {
	section#recruit > .a-container {
		width: 75%;
		height: 12%;
		margin-top: 4.5%;
	}
}
section#recruit > .a-container > a {
	font-size: 2vh;
	line-height: 30px;
}
@media screen and (max-width: 1024px) {
	section#recruit > .a-container > a {
		font-size: 1.8vh;
	}
}
@media screen and (max-width: 640px) {
	section#recruit > .a-container > a {
		font-size: 3.8vw;
	}
}
section#recruit > .a-container > a:nth-child(2) {
	display: block;
	width: 20%;
	min-width: 250px;
	height: 5.5vh;
	color: #fff;
	font-weight: 300;
	text-align: center;
	line-height: 5.5vh;
	background-color: #6343ff;
	border-radius: 6vh 6vh;
}
@media screen and (max-width: 1024px) {
	section#recruit > .a-container > a:nth-child(2) {
		width: 37%;
		height: 5vh;
		line-height: 5.25vh;
		min-width: none;
		font-size: 1.8vh;
	}
}
@media screen and (max-width: 640px) {
	section#recruit > .a-container > a:nth-child(2) {
		margin-top: 12%;
		font-size: 3.8vw;
	}
}
section#recruit > .a-container > a:nth-child(2):hover {
	background-color: #5f47d5;
}
section#recruit > .a-container > a:nth-child(2) > .textBold {
	font-weight: 500;
}
footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 371px;
	color: #fff;
	font-size: 14px;
	background-color: #07002b;
}
@media screen and (max-width: 640px) {
	footer {
		height: 100vh;
	}
}
footer > .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 60%;
	margin: 0 auto;
	font-weight: 200;
}
@media screen and (max-width: 1024px) {
	footer > .info {
		width: 90%;
	}
}
@media screen and (max-width: 640px) {
	footer > .info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}
}
@media screen and (max-width: 1024px) {
	footer > .info > .container-left {
		margin-right: 2%;
	}
}
footer > .info > .container-left > p {
	line-height: 2em;
}
@media screen and (max-width: 640px) {
	footer > .info > .container-left > p > .textLine {
		display: block;
		margin-top: -5%;
	}
}
@media screen and (max-width: 640px) {
	footer > .info > .container-left > p {
		margin: 2% 0;
	}
}
footer > .info > .container-left > p.contact {
	font-weight: 400;
}
@media screen and (max-width: 640px) {
	footer > .info > .container-left > p.contact {
		margin-bottom: 4%;
	}
}
footer > .info > .container-left > a {
	color: #fff;
	line-height: 2em;
}
@media screen and (max-width: 640px) {
	footer > .info > .container-left > a {
		display: block;
	}
}
footer > .info > .container-left > .bar {
	padding: 0 7px;
}
@media screen and (max-width: 640px) {
	footer > .info > .container-left > .bar {
		display: none;
	}
}
@media screen and (max-width: 640px) {
	footer > .info > .container-right {
		width: 79%;
		margin-top: 10%;
	}
}
footer > .info > .container-right p {
	line-height: 2em;
}
footer > .info > .container-right p > .textBold {
	font-weight: 500;
}
footer > .info > .container-right p > .bar1 {
	padding: 0 7px;
}
footer > .info > .container-right p > .bar2 {
	padding: 0 7px;
}
@media screen and (max-width: 640px) {
	footer > .info > .container-right p > .bar2 {
		display: none;
	}
}
@media screen and (max-width: 640px) {
	footer > .info > .container-right p > .br {
		display: block;
	}
}
@media screen and (max-width: 640px) {
	footer > .info > .container-right p > .textLine {
		display: block;
	}
}
footer > .info > .container-right > .blank {
	display: block;
	line-height: 2em;
	text-indent: -9999px;
}
@media screen and (max-width: 640px) {
	footer > .info > .container-right > .address {
		margin: 4% 0 2%;
		line-height: 1.6;
	}
}
footer > .sns {
	width: 60%;
	margin-top: -0.5%;
}
@media screen and (max-width: 1024px) {
	footer > .sns {
		width: 90%;
		margin-top: -1%;
	}
}
footer > .sns > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 148px;
}
footer > .sns > ul > li {
	width: 36px;
}
footer > .sns > ul > li > a {
	display: block;
	height: 36px;
	text-indent: -9999px;
}
footer > .sns > ul > li:first-child {
	background-image: url(./../image/sns_youtube.png);
	background-size: contain;
	background-repeat: no-repeat;
}
footer > .sns > ul > li:nth-child(2) {
	background-image: url(./../image/sns_blog.png);
	background-size: contain;
	background-repeat: no-repeat;
}
footer > .sns > ul > li:nth-child(3) {
	background-image: url(./../image/sns_insta.png);
	background-size: contain;
	background-repeat: no-repeat;
}
footer > p {
	margin-top: 4%;
	text-align: center;
	color: #cacaca;
	font-size: 1.5vh;
	font-weight: 100;
}
@media screen and (max-width: 1024px) {
	footer > p {
		margin-top: 10%;
		font-size: 1vh;
	}
}
@media screen and (max-width: 640px) {
	footer > p {
		margin-top: 30%;
		font-size: 1.5vh;
	}
}
aside {
	display: none;
	position: fixed;
	right: 2%;
	bottom: 5%;
	width: 5.6vh;
	height: 5.6vh;
	z-index: 900;
}
aside:before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(99, 67, 255, 0.5);
	border-radius: 50%;
	content: "";
}
aside > a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background-image: url(./../image/arrow-up.png);
	background-size: 2.5vh;
	background-position: center center;
	background-repeat: no-repeat;
}
div.popupArea {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}
div.popupArea.hide {
	display: none;
}
div.popup {
	width: calc(100% - 112px);
	max-width: 516px;
	min-width: 303px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: white;
	padding: 72px 40px 40px;
}
div.popup button {
	width: 3.2vh;
	height: 3.2vh;
	background-image: url(./../image/clse_btn1.svg);
	border: 0;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 24px;
	right: 24px;
}
div.popup h1 {
	font-size: 32px;
	line-height: 48px;
	font-weight: 600;
	margin-bottom: 24px;
}
div.popup p {
	font-size: 18px;
	color: #444444;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 10px;
	word-break: keep-all;
}
div.popup p span {
	font-weight: 500;
}
div.popup p:last-child {
	margin: 0;
}
div.popup div {
	background-color: #f1f1f1;
	padding: 24px;
	margin: 12px 0 20px;
}
div.popup div h2 {
	font-size: 18px;
	color: #191b1f;
	margin-bottom: 8px;
}
div.popup div p {
	font-size: 18px;
	line-height: 32px;
	margin: 0;
	font-weight: 500;
	position: relative;
	padding-left: 10px;
}
div.popup div p::before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #444444;
	position: absolute;
	left: 0;
	top: 13px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
	div.popup {
		width: calc(100% - 72px);
		padding: 44px 20px 20px;
	}
	div.popup button {
		width: 1.8vh;
		height: 1.8vh;
		top: 20px;
		right: 20px;
	}
	div.popup h1 {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 14px;
	}
	div.popup p {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 4px;
	}
	div.popup div {
		padding: 16px;
		margin-bottom: 12px;
	}
	div.popup div h2 {
		font-size: 14px;
	}
	div.popup div p {
		font-size: 14px;
		line-height: 26px;
	}
}
/*# sourceMappingURL=style.css.map */
