.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 {
	--ja: fot-tsukuardgothic-std, sans-serif;
	--en: quicksand, sans-serif;
	--noto: "noto-sans-cjk-jp", sans-serif;
}

.lp_wrap {
	font-size: 10px;
	margin: 0 0 15em;
	font-weight: 400;
}

.lp_wrap * {
	font-size: 10px;
	line-height: 1em;
	font-feature-settings: "palt";
	font-family: var(--ja);
	color: #000;
	line-height: 1.5em;
}

.lp_wrap img {
	width: 100%;
	display: block;
}

.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;
	}
}

@media screen and (max-width: 1200px) {
	.lp_wrap {
		font-size: 0.8vw;
	}
	.lp_wrap * {
		font-size: 0.8vw;
	}
}
@media screen and (max-width: 768px) {
	.lp_wrap {
		font-size: 1.3333vw;
	}
	.lp_wrap * {
		font-size: 1.3333vw;
	}
}
.lp_wrap {
	width: 120em;
	margin: 0 auto 18em;
}
@media screen and (max-width: 768px) {
	.lp_wrap {
		width: 100%;
	}
}
.lp_wrap h1 {
	margin: 0 0 8em;
}
.lp_wrap .osusume h2 {
	width: 27.5em;
	margin: 0 auto 4em;
}
.lp_wrap .osusume > ul {
	width: 108em;
	margin: 0 auto 6em;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 768px) {
	.lp_wrap .osusume > ul {
		width: 45em;
		flex-direction: column;
		gap: 2.7em;
	}
}
.lp_wrap .osusume > ul li {
	height: 6em;
	font-size: 2.8em;
	font-weight: 700;
	border-radius: 0.89em;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.lp_wrap .osusume > ul li {
		font-size: 3em;
	}
}
.lp_wrap .osusume > ul li:nth-child(1) {
	width: 38%;
	background: #91d9ce;
}
@media screen and (max-width: 768px) {
	.lp_wrap .osusume > ul li:nth-child(1) {
		width: 100%;
	}
}
.lp_wrap .osusume > ul li:nth-child(2) {
	width: 26%;
	background: #b8e3a8;
}
@media screen and (max-width: 768px) {
	.lp_wrap .osusume > ul li:nth-child(2) {
		width: 100%;
	}
}
.lp_wrap .osusume > ul li:nth-child(3) {
	width: 29%;
	background: #faee2b;
}
@media screen and (max-width: 768px) {
	.lp_wrap .osusume > ul li:nth-child(3) {
		width: 100%;
	}
}
.lp_wrap .osusume .graph h3 {
	width: 36em;
	margin: 0 auto 3.33em;
	font-size: 3em;
	text-align: center;
	font-weight: 700;
	position: relative;
}
@media screen and (max-width: 768px) {
	.lp_wrap .osusume .graph h3 {
		width: 100%;
		font-size: 3.2em;
		margin: 0 0 2.1875em;
	}
}
.lp_wrap .osusume .graph h3::before, .lp_wrap .osusume .graph h3::after {
	content: "";
	width: 6.46em;
	aspect-ratio: 194/39;
	background: url(../images/osusume.png) no-repeat center/contain;
	position: absolute;
	top: 50%;
}
@media screen and (max-width: 768px) {
	.lp_wrap .osusume .graph h3::before, .lp_wrap .osusume .graph h3::after {
		display: none;
	}
}
.lp_wrap .osusume .graph h3::before {
	left: 0;
	transform: translateY(-50%);
}
.lp_wrap .osusume .graph h3::after {
	right: 0;
	transform: translateY(-50%) rotate(180deg);
}
.lp_wrap .osusume .graph section {
	margin: 0 0 14em;
	background: #faee2b;
	padding: 2.5em;
}
@media screen and (max-width: 768px) {
	.lp_wrap .osusume .graph section {
		padding: 3.5em;
	}
}
.lp_wrap .osusume .graph section div {
	padding: 6em 0 4em;
	background: #fff;
	border-radius: 3.2em;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.lp_wrap .osusume .graph section div {
		padding: 5em 0 0;
	}
}
.lp_wrap .osusume .graph section div strong {
	font-size: 2.5em;
	margin: 0 0 0.8em;
	font-weight: 700;
	display: block;
}
@media screen and (max-width: 768px) {
	.lp_wrap .osusume .graph section div strong {
		font-size: 2.6em;
		margin: 0 0 1.15em;
	}
}
.lp_wrap .osusume .graph section div picture {
	width: 62em;
	display: block;
	margin: 0 auto 2.5em;
}
@media screen and (max-width: 768px) {
	.lp_wrap .osusume .graph section div picture {
		width: 39.4em;
		margin: 0 auto 3em;
	}
}
.lp_wrap .osusume .graph section div h4 {
	width: 54.6em;
	margin: 0 auto 1.5em;
}
.lp_wrap .osusume .graph section div p {
	font-size: 1.6em;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.lp_wrap .osusume .graph section div p {
		font-size: 1.7em;
	}
}
.lp_wrap .osusume .graph section div ul {
	padding: 11em 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
@media screen and (max-width: 768px) {
	.lp_wrap .osusume .graph section div ul {
		padding: 48em 0;
	}
}
.lp_wrap .osusume .graph section div ul li:nth-child(1) {
	position: absolute;
	left: 0;
}
@media screen and (max-width: 768px) {
	.lp_wrap .osusume .graph section div ul li:nth-child(1) {
		width: 52em;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
	}
}
.lp_wrap .osusume .graph section div ul li:nth-child(2) {
	width: 21.5em;
}
@media screen and (max-width: 768px) {
	.lp_wrap .osusume .graph section div ul li:nth-child(2) {
		width: 24em;
	}
}
.lp_wrap .osusume .graph section div ul li:nth-child(3) {
	position: absolute;
	right: 0;
}
@media screen and (max-width: 768px) {
	.lp_wrap .osusume .graph section div ul li:nth-child(3) {
		width: 52em;
		left: 50%;
		transform: translateX(-50%);
		bottom: 0;
	}
}
.lp_wrap .item {
	list-style: none;
}
.lp_wrap .item > li + li {
	margin: 18em 0 0;
}
.lp_wrap .item h2 {
	width: 9.3947em;
	aspect-ratio: 357/110;
	border-radius: 0.6578em;
	font-size: 3.8em;
	margin: 0 auto 2.3684em;
	background: #faee2b;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	font-weight: 600;
}
.lp_wrap .item h2 small {
	font-size: 1.55em;
	font-family: var(--en);
	font-weight: 300;
	position: absolute;
	top: -0.37em;
	left: -0.85em;
	line-height: 1em;
}
@media screen and (max-width: 768px) {
	.lp_wrap .item h2 small {
		top: -0.35em;
		left: -0.97em;
	}
}
.lp_wrap .item h2 small::after {
	content: "";
	width: 1.93em;
	height: 1px;
	background: #000;
	position: absolute;
	bottom: 0.19em;
	right: -1.1em;
	transform: rotate(-45deg);
}
.lp_wrap .item section {
	display: flex;
	align-items: center;
	gap: 4em;
	position: relative;
}
@media screen and (max-width: 768px) {
	.lp_wrap .item section {
		display: block;
	}
}
.lp_wrap .item section img:last-child {
	position: absolute;
}
.lp_wrap .item section h3 {
	margin: 0 0 0.3em;
	font-size: 3.5em;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
	.lp_wrap .item section h3 {
		margin: 1em 0 0.3em;
		font-size: 4.3em;
	}
}
.lp_wrap .item section p {
	font-size: 1.6em;
	margin: 0 0 1em;
	line-height: 1.875em;
	font-weight: 400;
	font-family: var(--noto);
}
@media screen and (max-width: 768px) {
	.lp_wrap .item section p {
		font-size: 2.2em;
	}
}
.lp_wrap .item section ul {
	width: 25.3em;
}
@media screen and (max-width: 1200px) {
	.lp_wrap .item section ul {
		width: 30em;
	}
}
@media screen and (max-width: 768px) {
	.lp_wrap .item section ul {
		width: 34.3em;
		margin: 0 0 0 auto;
	}
}
.lp_wrap .item section ul li a {
	font-size: 1.8em;
	line-height: 2.22em;
	font-family: var(--noto);
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid #000;
	position: relative;
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	.lp_wrap .item section ul li a {
		font-size: 2.4em;
		line-height: 2.8em;
		border-bottom: 1px solid #000;
	}
}
.lp_wrap .item section ul li a::before {
	content: "";
	width: 22px;
	border-radius: 50%;
	aspect-ratio: 1/1;
	background: #000;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 2px;
}
@media screen and (max-width: 768px) {
	.lp_wrap .item section ul li a::before {
		width: 18px;
	}
}
.lp_wrap .item section ul li a::after {
	content: "";
	width: 6px;
	aspect-ratio: 70/100;
	background: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 9px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 768px) {
	.lp_wrap .item section ul li a::after {
		width: 5px;
		right: 7px;
	}
}
.lp_wrap .item section ul li a:hover {
	color: #91d9ce;
	border-color: #91d9ce;
}
.lp_wrap .item section ul li a:hover::before {
	background: #91d9ce;
}
.lp_wrap .item section ul li + li {
	margin: 1em 0 0;
}
.lp_wrap .item li:nth-child(2n+1) section {
	margin: 0 0 0 11em;
}
.lp_wrap .item li:nth-child(2n+1) section + section {
	margin-top: 4em;
}
@media screen and (max-width: 768px) {
	.lp_wrap .item li:nth-child(2n+1) section {
		margin: 0 6%;
	}
	.lp_wrap .item li:nth-child(2n+1) section + section {
		margin: 6em 6% 0;
	}
}
.lp_wrap .item li:nth-child(2n) section {
	margin: 0 11em 0 0;
	flex-direction: row-reverse;
}
.lp_wrap .item li:nth-child(2n) section + section {
	margin-top: 4em;
}
@media screen and (max-width: 768px) {
	.lp_wrap .item li:nth-child(2n) section {
		margin: 0 6%;
	}
	.lp_wrap .item li:nth-child(2n) section + section {
		margin: 6em 6% 0;
	}
}
.lp_wrap .item .contents01 img:first-child {
	width: 56.4em;
}
@media screen and (max-width: 768px) {
	.lp_wrap .item .contents01 img:first-child {
		width: 60em;
		margin: 0 0 0 auto;
	}
}
@media screen and (max-width: 768px) {
	.lp_wrap .item .contents01 .item02 img:first-child {
		margin: 0 auto 0 0;
		transform: translateX(-4.2em);
	}
}
.lp_wrap .item .contents02 img:first-child {
	width: 58em;
}
@media screen and (max-width: 768px) {
	.lp_wrap .item .contents02 img:first-child {
		width: 58em;
		margin: 0 0 0 auto;
		transform: translateX(1em);
	}
}
.lp_wrap .item .contents03 img:first-child {
	width: 61.9em;
}
@media screen and (max-width: 768px) {
	.lp_wrap .item .contents03 img:first-child {
		width: 58em;
	}
}
@media screen and (max-width: 768px) {
	.lp_wrap .item .contents03 .item04 img:first-child {
		margin: 0 auto 0 0;
	}
	.lp_wrap .item .contents03 .item05 img:first-child {
		margin: 0 0 0 auto;
	}
}
.lp_wrap .item .contents04 img:first-child {
	width: 52.4em;
}
@media screen and (max-width: 768px) {
	.lp_wrap .item .contents04 img:first-child {
		width: 100%;
	}
}
.lp_wrap .item .item01 img:last-child {
	width: 17em;
	top: -7.3em;
	left: -9em;
}
@media screen and (max-width: 768px) {
	.lp_wrap .item .item01 img:last-child {
		width: 17.3em;
		left: -3em;
	}
}
.lp_wrap .item .item03 img:last-child {
	width: 7.5em;
	top: -3.5em;
	right: -5em;
}
@media screen and (max-width: 768px) {
	.lp_wrap .item .item03 img:last-child {
		width: 8em;
		right: 1em;
	}
}
.lp_wrap .item .item04 img:last-child {
	width: 9.1em;
	top: -2em;
	left: -5em;
}
@media screen and (max-width: 768px) {
	.lp_wrap .item .item04 img:last-child {
		width: 10em;
		left: -1.8em;
	}
}
.lp_wrap .item .item05 img:last-child {
	width: 9.4em;
	left: -5em;
	bottom: -3.2em;
}
@media screen and (max-width: 768px) {
	.lp_wrap .item .item05 img:last-child {
		width: 10em;
		left: 2em;
		bottom: auto;
		top: 14em;
	}
}
.lp_wrap .item .item06 img:first-child {
	margin: 0 7em 0 0;
}
@media screen and (max-width: 768px) {
	.lp_wrap .item .item06 img:first-child {
		margin: 0 auto 0 0;
		width: 53.2em;
	}
}
.lp_wrap .item .item06 img:last-child {
	width: 8.9em;
	top: -3.2em;
	right: 0;
}
@media screen and (max-width: 768px) {
	.lp_wrap .item .item06 img:last-child {
		width: 9.5em;
		right: 6em;
	}
}
.lp_wrap .more {
	width: 22.72em;
	aspect-ratio: 500/70;
	margin: 2.95em auto 0;
	font-size: 2.2em;
	border-radius: 0.68em;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #91d9ce;
	color: #fff;
	font-weight: 700;
	position: relative;
}
@media screen and (max-width: 768px) {
	.lp_wrap .more {
		width: 88%;
		font-size: 2.8em;
	}
}
.lp_wrap .more::before {
	content: "";
	width: 22px;
	border-radius: 50%;
	aspect-ratio: 1/1;
	background: #fff;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}
.lp_wrap .more::after {
	content: "";
	width: 6px;
	aspect-ratio: 70/100;
	background: #91d9ce;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 27px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}/*# sourceMappingURL=styles.css.map */