@charset "UTF-8";

.contact {
	position: relative;
	overflow: hidden;
}

.contact .c_main_cnt::before {
	content: "";
	display: block;
	opacity: 0.4;
	position: absolute;
	top: -12%;
	right: -160px;
	z-index: 0;
	width: 800px;
	background: url(/img/cmn/logo-mark-blur.svg) no-repeat center center/contain;
	animation: 8s fuwafuwa ease-in-out infinite;
	aspect-ratio: 629 / 666;

	filter: blur(40px);
	perspective: 2000px;
	transform-style: preserve-3d;
}

@media screen and (max-width:767px) {
	.contact {
	}

	.contact .c_main_cnt::before {
		top: -80px;
		right: -70px;
		width: 420px;
	}
}
