@charset "UTF-8";
.terace {}
.terace_inner {}
.terace_title {}
.terace_msg {}
.terace_sect {
	padding-bottom: 68px;
	margin-bottom: 100px;
	position: relative;
	z-index: 1;
}
.terace_sect:last-child {
	margin-bottom: 0;
}
.terace_sect::before {
	content: "";
	display: block;
	height: 370px;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100vw;
	background-color: #f7f4ef;
	transform: translateX(-50%);
	left: 50%;
}
.terace_sect-no1::before {
	background-color: #eff4f7;
}
.terace_sect-no1 {}
.terace_headline {}
.terace_headline > b {}
.terace_headline > small {}
.terace_image {
	max-width: 886px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.terace_image > img {}
.terace_text {
	max-width: 886px;
	margin: 36px auto 0;
	font-size: 22px;
	position: relative;
	z-index: 2;
}
.terace_text-no1 {
	color: #465a67;
}
.terace_text-no2 {
	color: #ada08a;
}
@media screen and (min-width:1000px) {}
@media screen and (max-width:999px) {
	.terace {}
	.terace_inner {}
	.terace_title {}
	.terace_msg {}
	.terace_sect {}
	.terace_sect:last-child {}
	.terace_sect::before {
		height: 300px;
	}
	.terace_sect-no1::before {}
	.terace_sect-no1 {}
	.terace_headline {}
	.terace_headline > b {}
	.terace_headline > small {}
	.terace_image {}
	.terace_image > img {}
	.terace_text {
		font-size: 16px;
	}
	.terace_text-no1 {}
	.terace_text-no2 {}
}
@media screen and (max-width:767px) {
	.terace {}
	.terace_inner {}
	.terace_title {}
	.terace_msg {}
	.terace_sect {
		padding-bottom: 25px;
		margin-bottom: 25px;
	}
	.terace_sect:last-child {}
	.terace_sect::before {
		height: 250px;
	}
	.terace_sect-no1::before {}
	.terace_sect-no1 {}
	.terace_headline {}
	.terace_headline > b {}
	.terace_headline > small {}
	.terace_image {}
	.terace_image > img {}
	.terace_text {
		font-size: inherit;
		margin-top: 15px;
	}
	.terace_text-no1 {}
	.terace_text-no2 {}
}
