<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/** -------------------
	main
------------------- **/
/** -- top_fv -- **/
.top_fv {
	margin-bottom: 80px;
	position: relative;
	height: 48vw;
	z-index: 1;
}
.top_fv .bg {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.top_fv h1 {
	position: absolute;
	bottom: 2.6vw;
	right: calc(50% + 4vw);
	width: 33vw;
}
.top_fv h1 img {
	width: 100%;
}
@media screen and (max-width: 1160px) {
	.top_fv {
		margin-bottom: 6vw;
		height: 48vw;
	}
	.top_fv h1 {
		bottom: 2.6vw;
		right: calc(50% + 4vw);
		width: 33vw;
	}
}
@media screen and (max-width: 780px) {
	.top_fv {
		margin-bottom: 18vw;
		height: 100vw;
	}
	.top_fv h1 {
		bottom: -10vw;
		right: 38vw;
		width: 78vw;
	}
}

/** -- concept -- **/
.concept {
	background-color: #F8F8F4;
	padding: 90px 0;
}
.concept .sec_inner {
	position: relative;
}
.concept .text {
	padding-right: 50px;
	position: relative;
	width: 50%;
}
.concept .headline_1 {
	margin-bottom: 30px;
}
.concept p {
	line-height: 1.8;
}
.concept .deco_2,
.concept .deco_1,
.concept .image_1,
.concept .image_2 {
	position: absolute;
}
.concept .deco_1 {
	right: 0;
	top: 150px;
	width: 300px;
}
.concept .deco_2 {
	bottom: -170px;
	left: -40px;
	width: 260px;
}
.concept .image_1 {
	left: calc(50% + 240px);
	top: -120px;
	width: 720px;
}
.concept .image_2 {
	bottom: -140px;
	left: calc(50% + 20px);
	width: 530px;
}
@media screen and (max-width: 1160px) {
	.concept {
		padding: 5vw 0;
	}
	.concept .text {
		padding-right: 2vw;
		width: 50%;
	}
	.concept .headline_1 {
		margin-bottom: 3vw;
	}
	.concept .deco_1 {
		right: 0;
		top: 16vw;
		width: 24vw;
	}
	.concept .deco_2 {
		bottom: -14vw;
		left: -3vw;
		width: 18vw;
	}
	.concept .image_1 {
		left: calc(50% + 10vw);
		top: -7vw;
		width: 54vw;
	}
	.concept .image_2 {
		bottom: -7vw;
		left: calc(50% + 1vw);
		width: 43vw;
	}
}
@media screen and (max-width: 780px) {
	.concept {
		padding: 10vw 0;
	}
	.concept .text {
		padding-right: 0;
		width: 100%;
	}
	.concept .headline_1 {
		margin-bottom: 5vw;
	}
	.concept .deco_1 {
		top: 23vw;
		width: 36vw;
	}
	.concept .deco_2 {
		bottom: -132vw;
		left: -1vw;
		width: 32vw;
	}
	.concept .image_1 {
		margin-left: auto;
		margin-right: -5vw;
		margin-top: 8vw;
		position: static;
		width: calc(100% - 4vw);
	}
	.concept .image_2 {
		margin-left: -6vw;
		margin-top: 5vw;
		position: static;
		width: calc(100% - 18vw);
	}
}
</pre></body></html>