.fs-l-main, .fs-l-main, .fs-l-pageMain {
	max-width: inherit !important;
	margin: 0 auto;
}

#fs_CustomPage .fs-l-main {
	padding: 0;
}

.fs-c-breadcrumb__listItem {
	display: inline;
}

/* css */
:root {
	--noto: "Noto Sans JP", sans-serif;
	--shippori: "Shippori Mincho", serif;
	--fsize_30: 3em;
	--fsize_20: 2em;
	--fsize_18: 1.8em;
	--color_main: #6e615d;
	--gradation1: linear-gradient(0, rgba(174,76,101,1) 0%, rgba(232,118,147,1) 100%);
	--gradation2: linear-gradient(0, rgba(37,52,72,1) 0%, rgba(43,71,108,1) 100%);
	display: flex;
	justify-content: center;
}

.pc_only {
	display: block;
}
@media screen and (max-width: 768px) {
	.pc_only {
		display: none;
	}
}

.sp_only {
	display: none;
}
@media screen and (max-width: 768px) {
	.sp_only {
		display: block;
	}
}

.lp_wrap {
	font-size: 10px;
	margin: 0 auto;
	font-weight: 400;
	font-family: var(--shippori);
}
@media screen and (max-width: 1380px) {
	.lp_wrap {
		font-size: 0.78vw;
	}
}
@media screen and (max-width: 768px) {
	.lp_wrap {
		font-size: 1.3333vw;
	}
}
.lp_wrap * {
	font-size: 10px;
	line-height: 1em;
	font-feature-settings: "palt";
	font-family: var(--shippori);
	color: var(--color_main);
}
@media screen and (max-width: 1380px) {
	.lp_wrap * {
		font-size: 0.78vw;
	}
}
@media screen and (max-width: 768px) {
	.lp_wrap * {
		font-size: 1.3333vw;
	}
}
.lp_wrap img {
	width: 100%;
	display: block;
}
.lp_wrap .about {
	padding: 10em calc(50% - 58em);
	background: url(../img/about_bg.jpg) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
	.lp_wrap .about {
		padding: 7em 4%;
		background: url(../img/about_bg_sp.jpg) no-repeat center/cover;
	}
}
.lp_wrap .about strong {
	font-size: 2.4em;
	margin: 0 0 1.8em;
	color: #cdc1be;
	display: block;
	font-weight: 500;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
	.lp_wrap .about strong {
		font-size: 3em;
	}
}
.lp_wrap .about h2 {
	font-size: 3.6em;
	margin: 0 0 1em;
	display: block;
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	.lp_wrap .about h2 {
		letter-spacing: -0.032em;
	}
}
.lp_wrap .about > p {
	margin: 0 0 3em;
	font-size: 1.8em;
	line-height: 2em;
	color: #645447;
}
@media screen and (max-width: 768px) {
	.lp_wrap .about > p {
		font-size: 2.2em;
	}
}
.lp_wrap .about .what {
	width: 73.5em;
	margin: 0 0 0 -5em;
	padding: 5em 0 5em 5em;
	background: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 768px) {
	.lp_wrap .about .what {
		width: 100%;
		margin: 0;
		padding: 4em;
	}
}
.lp_wrap .about .what h3 {
	font-size: 2.4em;
	margin: 0 0 1em;
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	.lp_wrap .about .what h3 {
		font-size: 3em;
	}
}
.lp_wrap .about .what p {
	font-size: 1.6em;
	line-height: 1.8em;
	color: #645447;
}
@media screen and (max-width: 768px) {
	.lp_wrap .about .what p {
		font-size: 2em;
	}
}
.lp_wrap .info {
	font-size: 2.4em;
	line-height: 1.75em;
	padding: 4em 0;
	text-align: center;
	color: #645447;
}
@media screen and (max-width: 768px) {
	.lp_wrap .info {
		font-size: 2.6em;
		padding: 3em 0;
		letter-spacing: -0.02em;
	}
}
.lp_wrap .navi {
	background: var(--color_main);
	display: flex;
	justify-content: center;
}
.lp_wrap .navi li {
	width: 48em;
	height: 6.5em;
	border-left: 1px solid #fff;
}
@media screen and (max-width: 768px) {
	.lp_wrap .navi li {
		width: 46%;
		height: 9.6em;
	}
}
.lp_wrap .navi li:last-child {
	border-right: 1px solid #fff;
}
.lp_wrap .navi li a {
	width: 100%;
	height: 100%;
	font-size: 2.1em;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	.lp_wrap .navi li a {
		font-size: 2.8em;
	}
}
.lp_wrap .navi li:nth-child(1):hover {
	background: var(--gradation1);
}
.lp_wrap .navi li:nth-child(2):hover {
	background: var(--gradation2);
}
.lp_wrap .item {
	padding: 12em calc(50% - 50.3em) 13em;
	background: #f9f8f4;
}
@media screen and (max-width: 768px) {
	.lp_wrap .item {
		padding: 10em 4% 11em;
	}
}
.lp_wrap .item + .item {
	padding-top: 4em;
}
.lp_wrap .item h2 {
	margin: 0 0 7em;
	padding: 0 0 1.4em;
	border-bottom: 2px solid #253953;
}
.lp_wrap .item h2 img {
	width: auto;
	height: 2.8em;
	margin: auto;
}
@media screen and (max-width: 768px) {
	.lp_wrap .item h2 {
		margin: 0 0 5em;
		padding: 0 0 2.5em;
	}
	.lp_wrap .item h2 img {
		height: 4em;
	}
}
.lp_wrap .item .column h3 {
	margin: 0 0 1em;
	font-size: 2.2em;
	font-family: var(--noto);
	font-weight: 400;
	background: var(--color_main);
	color: #fff;
	padding: 0.2em 0.4em 0.35em;
	display: inline-block;
}
@media screen and (max-width: 768px) {
	.lp_wrap .item .column h3 {
		font-size: 2.4em;
		padding: 0.4em 0.6em 0.35em;
	}
}
.lp_wrap .item .column > li + li {
	margin: 7.5em 0 0;
}
.lp_wrap .item .column .list {
	display: flex;
	flex-wrap: wrap;
	gap: 4em 4%;
}
@media screen and (max-width: 768px) {
	.lp_wrap .item .column .list {
		gap: 6em;
	}
}
.lp_wrap .item .column .list > li {
	width: 48%;
}
@media screen and (max-width: 768px) {
	.lp_wrap .item .column .list > li {
		width: 100%;
	}
}
.lp_wrap .item .column .list > li a img {
	margin: 0 0 1.8em;
}
@media screen and (max-width: 768px) {
	.lp_wrap .item .column .list > li a img {
		margin: 0 0 2.2em;
	}
}
.lp_wrap .item .column .list > li a div {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media screen and (max-width: 768px) {
	.lp_wrap .item .column .list > li a div {
		flex-direction: column;
		gap: 2em;
	}
}
.lp_wrap .item .column .list > li a div span {
	font-size: 1.6em;
	line-height: 1.5625em;
	font-weight: 400;
	font-family: var(--noto);
}
@media screen and (max-width: 768px) {
	.lp_wrap .item .column .list > li a div span {
		font-size: 2.2em;
	}
}
.lp_wrap .item .column .list > li a div em {
	padding: 0.35em 1.5em 0.4em;
	font-size: 1.6em;
	font-weight: 600;
	font-family: var(--noto);
	background: var(--color_main);
	color: #fff;
	font-style: normal;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
	.lp_wrap .item .column .list > li a div em {
		font-size: 2.8em;
		display: block;
		width: 100%;
		text-align: center;
		padding: 0.6em 0 0.7em;
	}
}
.lp_wrap .item .more {
	width: 16em;
	aspect-ratio: 400/68;
	margin: 2em auto 0;
	font-size: 2.5em;
	border: 2px solid var(--color_main);
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	letter-spacing: 0.1em;
	transition: color 0.2s, background 0.2s;
	font-weight: 600;
}
.lp_wrap .item .more:hover {
	color: #fff;
	background: var(--color_main);
}
@media screen and (max-width: 768px) {
	.lp_wrap .item .more {
		font-size: 2.8em;
		width: 100%;
		aspect-ratio: 670/70;
	}
}/*# sourceMappingURL=style.css.map */