@charset "UTF-8";
/* =======================================================
共通
======================================================= */
.p-common-pic-ttl {
	background: url("../assets/images/common/sec_ttl_bg.webp") top center/cover no-repeat;
	filter: drop-shadow(0 0.3125rem 0.1875rem rgba(51, 51, 51, 0.1882352941));
}
.p-common-simulation-btn {
	position: relative;
	display: inline-grid;
	margin: 0 auto;
}
.p-common-simulation-btn-wrapper {
	text-align: center;
}
.p-common-simulation-btn-deco {
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	padding: 0.84375rem 1.4375rem 0.84375rem 2.125rem;
	margin: 0 auto;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: calc(32/25);
	color: #fff;
	text-align: center;
	background: #ff8739;
	border-radius: 1.875rem;
}
.p-common-simulation-btn-deco::after {
	position: absolute;
	bottom: -0.4375rem;
	left: 50%;
	width: 0;
	height: 0;
	content: "";
	border-color: #ff8739 transparent transparent transparent;
	border-style: solid;
	border-width: 0.75rem 0.875rem 0;
	transform: translateX(-50%);
}
.p-common-simulation-btn-inner {
	display: inline-flex;
	gap: 1.1875rem;
	align-items: center;
	padding: 3.125rem 3.25rem 1.875rem;
	margin-top: -1.875rem;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: calc(44/30);
	color: #ff8739;
	text-align: center;
	background: #fff;
	border: 0.3125rem solid #ff8739;
	border-radius: 0.375rem;
	box-shadow: 0.375rem 0.375rem 0 #ce6827;
}
.p-common-simulation-btn-inner::after {
	width: 0;
	height: 0;
	content: "";
	border-color: #ff8739 transparent transparent transparent;
	border-style: solid;
	border-width: 1.5rem 0.96875rem 0;
}
.p-common-hgroup {
	display: grid;
	gap: 0.375rem;
	text-align: center;
}
.p-common-subttl {
	font-size: 1.5625rem;
	font-weight: 600;
	color: #c1272d;
	letter-spacing: 0.1em;
}
.p-common-ttl {
	position: relative;
	font-size: 2.5rem;
	font-weight: 700;
	color: #ff8739;
}
.p-common-ttl::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 9.75rem;
	height: 0.125rem;
	content: "";
	background: url("../assets/images/common/common_subttl_deco.svg") top center/contain no-repeat;
	transform: translateX(-50%);
}

@media screen and (max-width: 1023px) {
	.p-common-pic-ttl {
		background: url("../assets/images/common/sec_ttl_bg_sp.webp") top center/cover no-repeat;
		filter: drop-shadow(0.125rem 0.125rem 0.1875rem rgba(51, 51, 51, 0.2));
	}
	.p-common-simulation-btn-wrapper {
		margin: 0 20px;
	}
	.p-common-simulation-btn-deco {
		padding: 0.5625rem 1.5625rem 0.625rem;
		font-size: 0.875rem;
	}
	.p-common-simulation-btn-deco::after {
		bottom: -0.4375rem;
		border-width: 0.5rem 0.59375rem 0;
	}
	.p-common-simulation-btn-inner {
		padding: 2rem 1.8125rem 1.1875rem;
		margin-top: -1.1875rem;
		font-size: 1.25rem;
		border: 0.1875rem solid #ff8739;
		border-radius: 0.375rem;
		box-shadow: 0.1875rem 0.1875rem 0 #ce6827;
	}
	.p-common-simulation-btn-inner::after {
		border-width: 1rem 0.625rem 0;
	}
	.p-common-hgroup {
		gap: 0.125rem;
	}
	.p-common-subttl {
		font-size: 0.75rem;
	}
	.p-common-ttl {
		font-size: 1.375rem;
	}
	.p-common-ttl::before {
		width: 4.75rem;
		background: url("../assets/images/common/common_subttl_deco_sp.svg") top center/contain no-repeat;
	}
}
/* =======================================================
fv
======================================================= */
.p-fv {
	padding: 17px 0 0 107px;
	background: url("../assets/images/lp/fv_bg.webp") top center/cover no-repeat;
}

@media screen and (max-width: 1023px) {
	.p-fv {
		padding: 0;
	}
}
/* =======================================================
compare
======================================================= */
.p-compare {
	position: relative;
	padding-bottom: 6.625rem;
	background: url("../assets/images/lp/compare_bg.webp") top center/cover no-repeat;
}
.p-compare-ttl {
	padding: 3.875rem 0 6.5625rem;
}
.p-compare-ttl-imgWrapper {
	width: 62.875rem;
}
.p-compare .l-common-inner {
	max-width: 81.375rem;
	padding: 0 2.5rem;
}
.p-compare-tbl {
	position: relative;
}
.p-compare-tbl::before {
	position: absolute;
	top: 0.9375rem;
	right: 0;
	width: 44rem;
	height: 61rem;
	content: "";
	background: #e6ebf3;
	border-radius: 0 0.9375rem 0.3125rem 0;
	box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(51, 51, 51, 0.07);
}
.p-compare-tbl::after {
	position: absolute;
	top: 0;
	left: 12.0625rem;
	width: 20.5rem;
	height: 62.25rem;
	content: "";
	background: #fec9a7;
	border-radius: 0.9375rem 0.9375rem 0.3125rem 0.3125rem;
	box-shadow: 0.25rem 0.25rem 0.375rem rgba(51, 51, 51, 0.1098039216);
}
.p-compare-thead {
	position: relative;
	z-index: 2;
	display: block;
}
.p-compare-thead .p-compare-th:first-of-type {
	grid-column-start: 2;
	padding: 0.8125rem 0;
	font-size: 1.6875rem;
	line-height: calc(37/27);
	color: #fff;
	letter-spacing: 0.08em;
	background: #ff8739;
	border-radius: 0.9375rem 0.9375rem 0 0;
}
.p-compare-thead .p-compare-th:nth-of-type(2) {
	grid-column-start: 3;
	background: #6883a5;
}
.p-compare-thead .p-compare-th:nth-of-type(3) {
	grid-column-start: 4;
	background: #466895;
}
.p-compare-thead .p-compare-th:nth-of-type(4) {
	grid-column-start: 5;
	background: #36547d;
}
.p-compare-thead .p-compare-th:not(:first-of-type) {
	align-self: end;
	padding: 1.75rem 0 1.875rem;
	font-size: 1.1875rem;
	font-weight: 700;
	line-height: calc(27/19);
	color: #fff;
}
.p-compare-thead .p-compare-th:nth-of-type(n + 2) {
	border-right: 0.125rem solid #e6ebf3;
	border-left: 0.0625rem solid #e6ebf3;
}
.p-compare-thead .p-compare-th:last-of-type {
	border-right: none;
	border-top-right-radius: 0.9375rem;
}
.p-compare-tbody {
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
}
.p-compare-tbody .p-compare-tr:not(:last-of-type) .p-compare-th {
	padding: 1.625rem 0 1.75rem;
	margin-top: 0.25rem;
	font-size: 1.375rem;
	background: #6883a5;
}
.p-compare-tbody .p-compare-tr:not(:last-of-type) .p-compare-td {
	position: relative;
	margin-bottom: 2.3125rem;
}
.p-compare-tbody .p-compare-tr:not(:last-of-type) .p-compare-td::after {
	position: absolute;
	bottom: -2.25rem;
	left: 50%;
	width: 2.1875rem;
	height: 2.25rem;
	content: "";
	transform: translateX(-50%);
}
.p-compare-tbody .p-compare-tr:not(:last-of-type) .p-compare-td-inner {
	height: 5.375rem;
}
.p-compare-tbody .p-compare-tr:not(:last-of-type) .p-compare-td:first-of-type::after {
	background: url("../assets/images/lp/compare_plus_orange.png") top center/contain no-repeat;
}
.p-compare-tbody .p-compare-tr:not(:last-of-type) .p-compare-td:first-of-type .p-compare-td-inner {
	height: 5.375rem;
	padding-left: 4.5rem;
	font-size: 1.3125rem;
}
.p-compare-tbody .p-compare-tr:not(:last-of-type) .p-compare-td:not(:first-of-type)::after {
	background: url("../assets/images/lp/compare_plus_navy.png") top center/contain no-repeat;
}
.p-compare-tbody .p-compare-tr:not(:last-of-type) .p-compare-td:not(:first-of-type) .p-compare-td-inner {
	position: relative;
	display: block;
	align-content: start;
	padding-top: 3.375rem;
	font-size: 0.875rem;
	line-height: calc(20/14);
}
.p-compare-tbody .p-compare-tr:not(:last-of-type) .p-compare-td:not(:first-of-type) .p-compare-td-inner::before {
	position: absolute;
	top: 0.1875rem;
	left: 50%;
	font-size: 2.1875rem;
	font-weight: 900;
	line-height: calc(51/35);
	color: #3d5a80;
	transform: translateX(-50%);
}
.p-compare-tbody .p-compare-tr:not(:last-of-type) .p-compare-td:not(:first-of-type) .p-compare-td-inner.triangle::before {
	content: "△";
}
.p-compare-tbody .p-compare-tr:not(:last-of-type) .p-compare-td:not(:first-of-type) .p-compare-td-inner.cross::before {
	content: "×";
}
.p-compare-tbody .p-compare-tr:not(:last-of-type) .p-compare-td:not(:first-of-type) .p-compare-td-inner.circle::before {
	font-weight: 400;
	content: "〇";
}
.p-compare-tbody .p-compare-tr:first-of-type .p-compare-td:first-of-type .p-compare-td-inner {
	font-size: 1.1875rem;
}
.p-compare-tbody .p-compare-tr:first-of-type .p-compare-td:first-of-type .p-compare-td-deco {
	font-size: 1rem;
	color: #333;
}
.p-compare-tbody .p-compare-tr:nth-of-type(4) .p-compare-td:first-of-type .p-compare-td-deco {
	display: block;
	font-size: 0.75rem;
	line-height: calc(21/12);
	color: #333;
}
.p-compare-tbody .p-compare-tr:nth-of-type(6) .p-compare-td:first-of-type::after {
	background: url("../assets/images/lp/compare_equal_orange.png") top center/contain no-repeat;
}
.p-compare-tbody .p-compare-tr:nth-of-type(6) .p-compare-td:first-of-type .p-compare-td-inner {
	font-size: 1.4375rem;
	text-align: center;
	padding-left: 2.625rem;
}
.p-compare-tbody .p-compare-tr:nth-of-type(6) .p-compare-td:first-of-type .p-compare-td-deco {
	display: block;
	font-size: 1.1875rem;
}
.p-compare-tbody .p-compare-tr:nth-of-type(6) .p-compare-td:first-of-type .p-compare-td-deco02 {
	display: block;
	margin-top: -0.3125rem;
}
.p-compare-tbody .p-compare-tr:nth-of-type(6) .p-compare-td:not(:first-of-type)::after {
	background: url("../assets/images/lp/compare_equal_navy.png") top center/contain no-repeat;
}
.p-compare-tbody .p-compare-tr:nth-of-type(7) .p-compare-th {
	padding: 1.875rem 0;
	margin-top: 0.25rem;
	font-size: 1.6875rem;
	background: #36547d;
}
.p-compare-tbody .p-compare-tr:nth-of-type(7) .p-compare-td .p-compare-td-inner {
	height: 6.3125rem;
}
.p-compare-tbody .p-compare-tr:nth-of-type(7) .p-compare-td:first-of-type .p-compare-td-inner {
	padding-left: 2.875rem;
	text-align: center;
}
.p-compare-tbody .p-compare-tr:nth-of-type(7) .p-compare-td:first-of-type .p-compare-td-deco {
	display: block;
	font-size: 1.3125rem;
}
.p-compare-tbody .p-compare-tr:nth-of-type(7) .p-compare-td:first-of-type .p-compare-td-calc {
	display: flex;
	gap: 0.125rem;
	align-items: center;
	justify-content: center;
	font-size: 1.5625rem;
}
.p-compare-tbody .p-compare-tr:nth-of-type(7) .p-compare-td:first-of-type .p-compare-td-unit {
	font-size: 1.125rem;
}
.p-compare-tbody .p-compare-tr:nth-of-type(7) .p-compare-td:not(:first-of-type) .p-compare-td-inner {
	height: 6.0625rem;
	font-size: 1.0625rem;
}
.p-compare-tbody .p-compare-tr:nth-of-type(4) .p-compare-td:first-of-type, .p-compare-tbody .p-compare-tr:nth-of-type(5) .p-compare-td:first-of-type {
	text-align: center;
}
.p-compare-tbody .p-compare-tr:nth-of-type(4) .p-compare-td:first-of-type .p-compare-td-inner, .p-compare-tbody .p-compare-tr:nth-of-type(5) .p-compare-td:first-of-type .p-compare-td-inner {
	padding-left: 2.375rem;
}
.p-compare-tbody .p-compare-tr .p-compare-th {
	align-self: start;
	font-weight: 700;
	color: #fff;
	border-radius: 1rem 0 0 1rem;
}
.p-compare-tbody .p-compare-tr .p-compare-td {
	display: block;
	padding: 0.25rem;
}
.p-compare-tbody .p-compare-tr .p-compare-td:first-of-type .p-compare-td-inner {
	color: #c1272d;
	background: #ffefe5;
}
.p-compare-tbody .p-compare-tr .p-compare-td:first-of-type .p-compare-td-inner::before {
	position: absolute;
	top: 50%;
	left: -1.4375rem;
	width: 6rem;
	height: 5.9375rem;
	content: "";
	background: url("../assets/images/lp/compare_double_circle.svg") top center/contain no-repeat;
	transform: translateY(-50%);
}
.p-compare-tbody .p-compare-tr .p-compare-td:not(:first-of-type) .p-compare-td-inner {
	text-align: center;
	background: #fff;
}
.p-compare-tbody .p-compare-tr .p-compare-td:nth-of-type(n + 3) {
	padding: 0.25rem 0.25rem 0.25rem 0;
}
.p-compare-tbody .p-compare-tr .p-compare-td-inner {
	position: relative;
	display: grid;
	align-content: center;
	font-weight: 700;
}
.p-compare-tr {
	display: grid;
	grid-template-columns: 12rem 20.5rem repeat(3, 1fr);
}
.p-compare-th {
	display: block;
}
.p-compare-td {
	display: block;
}
.p-compare-total {
	width: 62.875rem;
}
.p-compare-buy {
	width: 67.0625rem;
	margin-bottom: 6.125rem;
}

@media screen and (max-width: 1023px) {
	.p-compare {
		padding-bottom: 2.5rem;
		background: url("../assets/images/lp/compare_bg_sp.webp") top center/cover no-repeat;
	}
	.p-compare-ttl {
		padding: 2.5rem 0 3.5625rem;
		margin-bottom: 2.5rem;
	}
	.p-compare-ttl-imgWrapper {
		width: 22.125rem;
	}
	.p-compare .l-common-inner {
		padding: 0;
	}
	.p-compare-tbl-wrapper {
		width: 100%;
		margin-left: 0.5rem;
		overflow-x: scroll;
	}
	.p-compare-tbl-img_wrapper {
		width: 30.3125rem;
		margin-right: 0.25rem;
	}
	.p-compare-total {
		width: 22.0625rem;
		margin-bottom: 1.625rem;
	}
	.p-compare-buy {
		width: 22.125rem;
		margin-bottom: 2.5rem;
	}
}
/* =======================================================
leave
======================================================= */
.p-leave {
	padding-bottom: 6.25rem;
	background: url("../assets/images/lp/leave_bg.webp") top center/cover no-repeat;
}
.p-leave-ttl {
	padding: 6.0625rem 0 5.125rem;
	margin-bottom: 4rem;
}
.p-leave-ttl-inner {
	position: relative;
	display: block;
	width: 63.125rem;
	margin: 0 auto;
}
.p-leave-ttl-deco {
	position: absolute;
	top: -5.1875rem;
	left: 5.1875rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 14.25rem;
	height: 8.625rem;
	font-size: 1.5rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	background: url("../assets/images/lp/leave_ttl_deco.svg") top center/contain no-repeat;
}
.p-leave-ttl-deco-inner {
	transform: matrix(0.98, -0.21, 0.21, 0.98, 0, 0);
}
.p-leave-ttl-imgWrapper {
	position: relative;
	z-index: 2;
	width: 63.125rem;
}
.p-leave-slider-wrapper {
	margin-bottom: 4rem;
}
.p-leave-slider-list {
	margin-bottom: 1.875rem;
}
.p-leave-slider-item {
	display: flex;
}
.p-leave-slider-pagination {
	position: relative;
	display: flex;
	gap: 1.3125rem;
	justify-content: center;
}
.p-leave-slider-pagination > span {
	margin: 0 !important;
}
.p-leave-slider-pagination .swiper-pagination-bullet {
	width: 1.125rem;
	height: 1.125rem;
	background: #fff;
	border: 0.125rem solid #ff8739;
	opacity: 1;
}
.p-leave-slider-pagination .swiper-pagination-bullet-active {
	background: #ff8739;
}
.p-leave-btn {
	display: grid;
	grid-template-columns: auto 1fr auto;
	min-width: 29.5rem;
	padding: 1rem 2.6875rem 1rem 1rem;
	color: #ff8739;
	background: #fff;
	border: 0.3125rem solid #ff8739;
	border-radius: 0.3125rem;
	box-shadow: 0.375rem 0.375rem 0 #ce6827;
}
.p-leave-btn-list {
	display: flex;
	gap: 2.3125rem;
	justify-content: center;
}
.p-leave-btn-item:first-of-type .p-leave-btn::before {
	background: url("../assets/images/lp/leave_btn01_deco.svg") top center/contain no-repeat;
}
.p-leave-btn-item:nth-of-type(2) .p-leave-btn::before {
	background: url("../assets/images/lp/leave_btn02_deco.svg") top center/contain no-repeat;
}
.p-leave-btn-item:nth-of-type(3) .p-leave-btn::before {
	background: url("../assets/images/lp/leave_btn03_deco.svg") top center/contain no-repeat;
}
.p-leave-btn::before {
	width: 5.6875rem;
	height: 5.6875rem;
	content: "";
	border-radius: 50%;
}
.p-leave-btn::after {
	align-self: center;
	width: 0;
	height: 0;
	content: "";
	border-color: #ff8739 transparent transparent transparent;
	border-style: solid;
	border-width: 1.5rem 0.96875rem 0;
}
.p-leave-btn-inner {
	font-size: 2.0625rem;
	font-weight: 700;
	line-height: calc(48/33);
	text-align: center;
}
.p-leave-btn-deco {
	display: block;
	font-size: 1.5625rem;
	line-height: calc(36/25);
	letter-spacing: 0.024em;
}
.p-leave-btn-deco .pc {
	display: inline;
}

@media screen and (max-width: 1023px) {
	.p-leave {
		padding-bottom: 2.5rem;
		background: url("../assets/images/lp/leave_bg.webp") top center/cover no-repeat;
	}
	.p-leave-ttl {
		padding: 5.5rem 0 2.5625rem;
		margin-bottom: 1.25rem;
	}
	.p-leave-ttl-inner {
		width: 100%;
	}
	.p-leave-ttl-deco {
		top: -3.6875rem;
		left: 1.25rem;
		width: 7.625rem;
		height: 3.5625rem;
		font-size: 0.75rem;
		background: url("../assets/images/lp/leave_ttl_deco_sp.webp") top center/contain no-repeat;
	}
	.p-leave-ttl-deco-inner {
		transform: none;
	}
	.p-leave-ttl-imgWrapper {
		width: 21.875rem;
	}
	.p-leave-slider-wrapper {
		margin-bottom: 1.25rem;
	}
	.p-leave-slider-list {
		margin-bottom: 0;
	}
	.p-leave-slider-pagination {
		top: initial !important;
		bottom: initial !important;
		gap: 0.5rem;
		padding-top: 0.9375rem;
	}
	.p-leave-slider-pagination .swiper-pagination-bullet {
		width: 0.4375rem;
		height: 0.4375rem;
		border: 0.0625rem solid #ff8739;
	}
	.p-leave-btn {
		grid-template-columns: auto;
		min-width: auto;
		height: 100%;
		padding: 0.4375rem 0;
		border: 0.1875rem solid #ff8739;
		box-shadow: 0.1875rem 0.1875rem 0 #ce6827;
	}
	.p-leave-btn-list {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 0.75rem;
		margin: 0 1.0625rem;
	}
	.p-leave-btn::before {
		justify-self: center;
		width: 1.875rem;
		height: 1.875rem;
		margin-bottom: 0.3125rem;
	}
	.p-leave-btn::after {
		display: none;
	}
	.p-leave-btn-inner {
		font-size: 0.6875rem;
		line-height: calc(16/11);
	}
	.p-leave-btn-deco {
		font-size: 1rem;
		line-height: calc(22/16);
		letter-spacing: 0.01em;
	}
	.p-leave-btn-deco .pc {
		display: none;
	}
}
/* =======================================================
style
======================================================= */
.p-style {
	padding: 6.25rem 0 5.9375rem;
	background: url("../assets/images/lp/style_bg.webp") top center/cover no-repeat;
}
.p-style .l-common-inner {
	width: 98.125rem;
	padding: 0 2.5rem;
}
.p-style-hgroup {
	margin-bottom: 5.375rem;
}
.p-style-list {
	display: grid;
	grid-template-areas: "item01 item01" "item02 item03";
	gap: 5.125rem 5.0625rem;
}
.p-style-subttl {
	color: #fff;
}
.p-style-ttl {
	color: #fff;
}
.p-style-ttl::before {
	background: url("../assets/images/common/common_subttl_deco__white.svg") top center/contain no-repeat;
}
.p-style-item {
	padding: 3.1875rem 5.3125rem 4.6875rem;
	counter-increment: num;
	background: url("../assets/images/lp/style_item02_bg.png") top center/cover no-repeat;
}
.p-style-item:first-of-type {
	display: grid;
	grid-area: item01;
	grid-template: "ttl imgWrapper" "txt imgWrapper";
	grid-template-rows: auto 1fr;
	grid-template-columns: 1fr 38.1875rem;
	gap: 3.4375rem 3.25rem;
	padding: 5.375rem 6.875rem 5.0625rem;
	background: url("../assets/images/lp/style_item01_bg.png") top center/cover no-repeat;
}
.p-style-item:first-of-type .p-item-ttl {
	width: 37.375rem;
	padding: 2.5rem 0 2.25rem;
	margin-bottom: 0;
	font-size: 2.625rem;
	letter-spacing: 0.07em;
	background: url("../assets/images/lp/style_item01_ttl_bg.svg") top center/cover no-repeat;
}
.p-style-item:first-of-type .p-item-imgWrapper {
	margin-bottom: 0;
}
.p-style-item:first-of-type .p-item-txt {
	font-size: 1.625rem;
	line-height: calc(42/26);
}
.p-style-item:nth-of-type(2) {
	grid-area: item02;
}
.p-style-item:nth-of-type(3) {
	grid-area: item03;
}
.p-style-item .p-item-ttl {
	display: grid;
	grid-area: ttl;
	grid-template-columns: repeat(2, auto);
	gap: 1.6875rem;
	justify-content: center;
	width: 33.375rem;
	padding: 2.1875rem 0;
	margin-bottom: 2rem;
	font-size: 2.1875rem;
	color: #fff;
	letter-spacing: 0.06em;
	background: url("../assets/images/lp/style_item02_ttl_bg.png") top center/cover no-repeat;
}
.p-style-item .p-item-ttl::before {
	content: counter(num, decimal-leading-zero);
}
.p-style-item .p-item-imgWrapper {
	grid-area: imgWrapper;
	margin-bottom: 2rem;
}
.p-style-item .p-item-txt {
	grid-area: txt;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: calc(34/20);
}
.p-style-item .p-item-txt .u-font-bold {
	font-weight: 900;
}

@media screen and (max-width: 1023px) {
	.p-style {
		padding: 2.375rem 0 2.5rem;
		background: url("../assets/images/lp/style_bg_sp.webp") top center/cover no-repeat;
	}
	.p-style .l-common-inner {
		width: 100%;
		padding: 0 1.25rem;
	}
	.p-style-hgroup {
		margin-bottom: 1.875rem;
	}
	.p-style-list {
		display: grid;
		grid-template-areas: "item01" "item02" "item03";
		gap: 1.875rem;
	}
	.p-style-ttl::before {
		background: url("../assets/images/common/common_subttl_deco__white_sp.svg") top center/contain no-repeat;
	}
	.p-style-item {
		padding: 1.25rem;
		background: url("../assets/images/lp/style_item02_bg.png") top center/cover no-repeat;
	}
	.p-style-item:first-of-type {
		grid-template: "ttl" "imgWrapper" "txt";
		grid-template-rows: auto;
		grid-template-columns: auto;
		gap: 0.9375rem;
		padding: 1.25rem;
		background: url("../assets/images/lp/style_item01_bg_sp.webp") top center/cover no-repeat;
	}
	.p-style-item:first-of-type .p-item-ttl {
		width: 19.5625rem;
		padding: 1.25rem 0 1.1875rem;
		font-size: 1.375rem;
		letter-spacing: 0.09em;
		background: url("../assets/images/lp/style_item01_ttl_bg.svg") top center/cover no-repeat;
	}
	.p-style-item:first-of-type .p-item-txt {
		font-size: 0.875rem;
	}
	.p-style-item:nth-of-type(2) {
		background: url("../assets/images/lp/style_item02_bg_sp.webp") top center/cover no-repeat;
	}
	.p-style-item:nth-of-type(3) {
		background: url("../assets/images/lp/style_item03_bg_sp.webp") top center/cover no-repeat;
	}
	.p-style-item .p-item-ttl {
		gap: 0.75rem;
		width: 100%;
		padding: 1.25rem 0;
		margin-bottom: 0.9375rem;
		font-size: 1.375rem;
		line-height: calc(25/22);
		letter-spacing: 0.09em;
		background: url("../assets/images/lp/style_item02_ttl_bg.png") top center/cover no-repeat;
	}
	.p-style-item .p-item-ttl::before {
		letter-spacing: 0.2em;
	}
	.p-style-item .p-item-imgWrapper {
		margin-bottom: 0.9375rem;
	}
	.p-style-item .p-item-txt {
		font-size: 0.875rem;
	}
}
/* =======================================================
promise
======================================================= */
.p-promise {
	padding: 6.25rem 0 4.9375rem;
	background: url("../assets/images/lp/promise_bg.webp") top center/cover no-repeat;
}
.p-promise .l-common-inner {
	max-width: 81.375rem;
	padding: 0 2.5rem;
}
.p-promise-hgroup {
	margin-bottom: 5.75rem;
}
.p-promise-list {
	display: grid;
	grid-template-rows: repeat(2, auto);
	grid-template-columns: repeat(3, 1fr);
	gap: 2.25rem 1.5rem;
}
.p-promise-item {
	background: #fffae9;
	border: 0.1875rem solid #ff8739;
	border-top: none;
	border-radius: 4.25rem 0.625rem 0.625rem;
}
.p-promise-item .p-item-ttl {
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 1.25rem;
	align-items: center;
	font-size: 1.4375rem;
	font-weight: 700;
	color: #fff;
	background: #ff8739;
	border-radius: 3.25rem 0.4375rem 0 3.25rem;
}
.p-promise-item .p-item-ttl::before {
	width: 6.5rem;
	height: 6.5rem;
	content: "";
	background: #fffae9;
	border: 0.1875rem solid #ff8739;
	border-radius: 50%;
}
.p-promise-item .p-item-ttl::after {
	position: absolute;
	content: "";
}
.p-promise-item .p-item-txt {
	padding: 1.1875rem 1.6875rem 1.4375rem;
	font-size: 1rem;
	font-weight: 500;
	line-height: calc(29/18);
	letter-spacing: calc(0.34em/16);
}
.p-promise-item:first-of-type .p-item-ttl::after {
	top: 1.125rem;
	left: 1.25rem;
	width: 3.9375rem;
	height: 3.9375rem;
	background: url("../assets/images/common/icon_money.png") top center/contain no-repeat;
}
.p-promise-item:nth-of-type(2) .p-item-ttl::after {
	top: 1.25rem;
	left: 1.3125rem;
	width: 3.9375rem;
	height: 3.9375rem;
	background: url("../assets/images/common/icon_driver.png") top center/contain no-repeat;
}
.p-promise-item:nth-of-type(3) .p-item-ttl::after {
	top: 1.6875rem;
	left: 1.6875rem;
	width: 3.3125rem;
	height: 3.25rem;
	background: url("../assets/images/common/icon_tool.png") top center/contain no-repeat;
}
.p-promise-item:nth-of-type(4) .p-item-ttl::after {
	top: 1.4375rem;
	left: 1.9375rem;
	width: 2.625rem;
	height: 3.4375rem;
	background: url("../assets/images/common/icon_ladder.png") top center/contain no-repeat;
}
.p-promise-item:nth-of-type(5) .p-item-ttl::after {
	top: 1.625rem;
	left: 1.3125rem;
	width: 3.875rem;
	height: 3.5rem;
	background: url("../assets/images/common/icon_pease.png") top center/contain no-repeat;
}
.p-promise-item:nth-of-type(6) .p-item-ttl::after {
	top: 1.375rem;
	left: 1.4375rem;
	width: 3.75rem;
	height: 3.75rem;
	background: url("../assets/images/common/icon_echo.png") top center/contain no-repeat;
}

@media screen and (max-width: 1023px) {
	.p-promise {
		padding: 2.5rem 0;
		background: url("../assets/images/lp/promise_bg_sp.webp") top center/cover no-repeat;
	}
	.p-promise .l-common-inner {
		padding: 0 1.25rem;
	}
	.p-promise-hgroup {
		margin-bottom: 1.875rem;
	}
	.p-promise-list {
		grid-template-rows: repeat(3, auto);
		grid-template-columns: repeat(2, 1fr);
		gap: 1.75rem 0.5625rem;
	}
	.p-promise-item {
		position: relative;
		display: grid;
		grid-template-rows: auto 1fr;
		padding-top: 0.8125rem;
		border: none;
		border-radius: 0;
	}
	.p-promise-item::before {
		position: absolute;
		top: 0;
		left: 50%;
		z-index: 2;
		width: 3.125rem;
		height: 3.125rem;
		content: "";
		background: #fffae9;
		border: 0.1875rem solid #ff8739;
		border-radius: 50%;
		transform: translateX(-50%);
	}
	.p-promise-item::after {
		position: absolute;
		z-index: 3;
		content: "";
	}
	.p-promise-item .p-item-ttl {
		display: block;
		padding: 2.3125rem 0 0.625rem;
		font-size: 1rem;
		font-weight: 400;
		text-align: center;
		border-radius: 2.5rem 2.5rem 0 0;
	}
	.p-promise-item .p-item-ttl::before, .p-promise-item .p-item-ttl::after {
		display: none;
	}
	.p-promise-item .p-item-txt {
		padding: 0.375rem 0.75rem 0.5625rem;
		font-size: 0.8125rem;
		font-weight: 400;
		border: 0.1875rem solid #ff8739;
		border-top: none;
		border-radius: 0 0 1.25rem 1.25rem;
	}
	.p-promise-item:first-of-type::after {
		top: 0.5625rem;
		left: 50%;
		width: 1.9375rem;
		height: 1.9375rem;
		background: url("../assets/images/common/icon_money.png") top center/contain no-repeat;
		transform: translateX(-50%);
	}
	.p-promise-item:nth-of-type(2)::after {
		top: 0.5625rem;
		left: 50%;
		width: 2rem;
		height: 2rem;
		background: url("../assets/images/common/icon_driver.png") top center/contain no-repeat;
		transform: translateX(-50%);
	}
	.p-promise-item:nth-of-type(3)::after {
		top: 0.75rem;
		left: 50%;
		width: 1.6875rem;
		height: 1.6875rem;
		background: url("../assets/images/common/icon_tool.png") top center/contain no-repeat;
		transform: translateX(-50%);
	}
	.p-promise-item:nth-of-type(4)::after {
		top: 0.6875rem;
		left: 50%;
		width: 1.5rem;
		height: 1.6875rem;
		background: url("../assets/images/common/icon_ladder.png") top center/contain no-repeat;
		transform: translateX(-50%);
	}
	.p-promise-item:nth-of-type(5)::after {
		top: 0.8125rem;
		left: 50%;
		width: 1.75rem;
		height: 1.6875rem;
		background: url("../assets/images/common/icon_pease.png") top center/contain no-repeat;
		transform: translateX(-50%);
	}
	.p-promise-item:nth-of-type(6)::after {
		top: 0.6875rem;
		left: 50%;
		width: 1.75rem;
		height: 1.75rem;
		background: url("../assets/images/common/icon_echo.png") top center/contain no-repeat;
		transform: translateX(-50%);
	}
}
/* =======================================================
cost
======================================================= */
.p-cost-ttl {
	position: relative;
	z-index: 2;
	padding: 5.25rem 0 4.5rem;
}
.p-cost-ttl-imgWrapper {
	width: 62.875rem;
}
.p-cost-standard {
	padding: 8.25rem 0 6rem;
	margin-top: -2.625rem;
	background: url("../assets/images/lp/cost_standard_bg.webp") top center/cover no-repeat;
}
.p-cost-standard .p-standard-container {
	max-width: 63rem;
	margin: 0 auto;
}
.p-cost-standard .p-standard-hgroup {
	margin-bottom: 1.875rem;
}
.p-cost-standard .p-standard-about {
	padding: 4.375rem 3.5625rem;
	margin-bottom: 2.9375rem;
	background: url("../assets/images/lp/cost-standard_item_bg.webp") top center/cover no-repeat;
}
.p-cost-standard .p-standard-about .p-about-intro {
	margin-bottom: 2.5rem;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: calc(36/22);
}
.p-cost-standard .p-standard-about .p-about-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.875rem;
	margin-bottom: 1.875rem;
}
.p-cost-standard .p-standard-about .p-about-item {
	display: grid;
	grid-template: "imgWrapper ttl" "imgWrapper txt";
	grid-template-rows: auto 1fr;
	grid-template-columns: 6.25rem 1fr;
	gap: 0.5625rem 1.25rem;
	padding: 1rem 0.6875rem 1rem 1.125rem;
	background: #fffae9;
	border: 0.125rem solid #ff8739;
	border-radius: 0.125rem;
}
.p-cost-standard .p-standard-about .p-about-item .p-item-imgWrapper {
	grid-area: imgWrapper;
}
.p-cost-standard .p-standard-about .p-about-item .p-item-ttl {
	grid-area: ttl;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: calc(29/20);
	color: #ff8739;
}
.p-cost-standard .p-standard-about .p-about-item .p-item-txt {
	grid-area: txt;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: calc(28/18);
}
.p-cost-standard .p-standard-about .p-about-price .p-price-list {
	display: grid;
	gap: 1.8125rem;
	max-width: 47.5rem;
	margin: 0 auto;
}
.p-cost-standard .p-standard-about .p-about-price .p-price-item:first-of-type .p-item-td-deco {
	position: absolute;
	top: 0.1875rem;
	left: 0.5rem;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: calc(17/12);
	color: #333;
}
.p-cost-standard .p-standard-about .p-about-price .p-price-item:first-of-type .p-item-td-deco::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% + 0.625rem);
	height: 0.0625rem;
	content: "";
	background: #c1272d;
	transform: translate(-50%, -50%);
}
.p-cost-standard .p-standard-about .p-about-price .p-price-item:first-of-type .p-item-td:not(:first-of-type) {
	position: relative;
	padding-top: 0.5625rem;
	color: #c1272d;
}
.p-cost-standard .p-standard-about .p-about-price .p-price-item:first-of-type .p-item-att {
	display: grid;
	grid-template-columns: auto 1fr;
}
.p-cost-standard .p-standard-about .p-about-price .p-price-item:first-of-type .p-item-att::before {
	content: "※";
}
.p-cost-standard .p-standard-about .p-about-price .p-price-item:not(:first-of-type) .p-item-td {
	color: #ff8739;
}
.p-cost-standard .p-standard-about .p-about-price .p-price-item .p-item-ttl {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 1.3125rem;
	max-width: 47.5rem;
	padding-bottom: 0.625rem;
	margin-bottom: 0.625rem;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: calc(40/28);
	color: #ff8739;
	border-bottom: 0.125rem solid #ff8739;
}
.p-cost-standard .p-standard-about .p-about-price .p-price-item .p-item-ttl::before {
	align-self: center;
	width: 0;
	height: 0;
	content: "";
	border-color: transparent transparent transparent #ff8739;
	border-style: solid;
	border-width: 0.6875rem 0 0.6875rem 0.6875rem;
}
.p-cost-standard .p-standard-about .p-about-price .p-price-item .p-item-tbl {
	display: block;
	max-width: 47.5rem;
	margin-bottom: 0.625rem;
}
.p-cost-standard .p-standard-about .p-about-price .p-price-item .p-item-tbody {
	display: block;
}
.p-cost-standard .p-standard-about .p-about-price .p-price-item .p-item-tr {
	display: grid;
	grid-template-columns: 20.125rem 17.375rem 1fr;
}
.p-cost-standard .p-standard-about .p-about-price .p-price-item .p-item-tr:not(:first-of-type) .p-item-th {
	border-top: 0.0625rem solid #fff;
}
.p-cost-standard .p-standard-about .p-about-price .p-price-item .p-item-tr:not(:first-of-type) .p-item-td {
	border-top: none;
}
.p-cost-standard .p-standard-about .p-about-price .p-price-item .p-item-th {
	padding: 0.6875rem 1.4375rem 0.625rem;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: calc(29/20);
	color: #fff;
	background: #ff8739;
}
.p-cost-standard .p-standard-about .p-about-price .p-price-item .p-item-td {
	display: flex;
	align-items: center;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: calc(29/20);
	background: #fffae9;
	border: 0.0625rem solid #ff8739;
	border-left: none;
}
.p-cost-standard .p-standard-about .p-about-price .p-price-item .p-item-td:first-of-type {
	justify-content: center;
	color: #333;
}
.p-cost-standard .p-standard-about .p-about-price .p-price-item .p-item-td:last-of-type {
	justify-content: start;
	padding-left: 2.1875rem;
}
.p-cost-standard .p-standard-about .p-about-price .p-price-item .p-item-att {
	width: 50rem;
	font-size: 1.125rem;
	line-height: calc(26/18);
	color: #ff8739;
}
.p-cost-standard .p-standard-add {
	position: relative;
	padding: 2.6875rem 3.5rem 2.5rem 14.8125rem;
	background: #fffae9;
	box-shadow: 0.25rem 0.1875rem 0.375rem rgba(51, 51, 51, 0.2);
}
.p-cost-standard .p-standard-add .p-add-imgWrapper {
	position: absolute;
	top: 50%;
	left: 4.625rem;
	width: 6rem;
	transform: translateY(-50%);
}
.p-cost-standard .p-standard-add .p-add-imgWrapper::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% + 2.25rem + 2.4375rem);
	height: calc(100% + 1.75rem + 1.625rem);
	content: "";
	background: #fff;
	box-shadow: 0.25rem 0.1875rem 0.375rem rgba(51, 51, 51, 0.2);
	transform: translate(-50%, -50%);
}
.p-cost-standard .p-standard-add .p-add-imgWrapper > img {
	position: relative;
	z-index: 2;
}
.p-cost-standard .p-standard-add .p-add-list {
	display: grid;
	gap: 1.25rem;
}
.p-cost-standard .p-standard-add .p-add-item {
	display: grid;
	grid-template: "ttl imgWrapper" "body imgWrapper";
	grid-template-rows: auto 1fr;
	grid-template-columns: 1fr 13.4375rem;
	gap: 0 1.25rem;
	counter-increment: num;
}
.p-cost-standard .p-standard-add .p-add-item .p-item-ttl {
	display: grid;
	grid-area: ttl;
	grid-template-columns: auto 1fr;
	gap: 0.75rem;
	align-items: center;
	margin-bottom: 0.3125rem;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: calc(30/21);
	color: #c1272d;
}
.p-cost-standard .p-standard-add .p-add-item .p-item-ttl::before {
	align-self: center;
	font-family: "din-2014", sans-serif;
	font-size: 1.625rem;
	font-weight: 600;
	line-height: calc(33/26);
	content: counter(num, decimal-leading-zero);
}
.p-cost-standard .p-standard-add .p-add-item .p-item-body {
	grid-area: body;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: calc(20/14);
}
.p-cost-standard .p-standard-add .p-add-item .p-item-body > * + * {
	margin-top: 0.4375rem;
}
.p-cost-standard .p-standard-add .p-add-item .p-item-imgWrapper {
	grid-area: imgWrapper;
}
.p-cost-standard .p-standard-add .p-add-item .p-item-att {
	display: grid;
	grid-template-columns: auto 1fr;
}
.p-cost-standard .p-standard-add .p-add-item .p-item-att::before {
	content: "※";
}
.p-cost-option {
	padding: 3.75rem 0 6.25rem;
	background: url("../assets/images/lp/cost_optiion_bg.webp") top center/cover no-repeat;
}
.p-cost-option .p-option-hgroup {
	margin-bottom: 1.875rem;
}
.p-cost-option .p-option-intro {
	margin-bottom: 1.25rem;
	color: #ff8739;
	text-align: center;
}
.p-cost-option .p-option-def {
	display: flex;
	flex-wrap: wrap;
	gap: 2.8125rem;
	max-width: 55.75rem;
	margin: 0 auto;
}
.p-cost-option .p-option-dwrap {
	width: 100%;
}
.p-cost-option .p-option-dwrap:first-of-type .p-ditem-tr, .p-cost-option .p-option-dwrap:nth-of-type(5) .p-ditem-tr, .p-cost-option .p-option-dwrap:nth-of-type(6) .p-ditem-tr, .p-cost-option .p-option-dwrap:nth-of-type(7) .p-ditem-tr, .p-cost-option .p-option-dwrap:nth-of-type(10) .p-ditem-tr {
	grid-template-columns: 37.0625rem 1fr;
}
.p-cost-option .p-option-dwrap:first-of-type .p-ditem-tbody .p-ditem-td, .p-cost-option .p-option-dwrap:nth-of-type(5) .p-ditem-tbody .p-ditem-td, .p-cost-option .p-option-dwrap:nth-of-type(6) .p-ditem-tbody .p-ditem-td, .p-cost-option .p-option-dwrap:nth-of-type(7) .p-ditem-tbody .p-ditem-td {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.125rem;
}
.p-cost-option .p-option-dwrap:nth-of-type(2) .p-ditem-tr {
	grid-template-columns: 17.375rem 18.625rem 1fr;
}
.p-cost-option .p-option-dwrap:nth-of-type(2) .p-ditem-tbody .p-ditem-th {
	grid-template-columns: auto 1fr;
}
.p-cost-option .p-option-dwrap:nth-of-type(2) .p-ditem-tbody .p-ditem-th:first-of-type {
	grid-area: th1;
}
.p-cost-option .p-option-dwrap:nth-of-type(2) .p-ditem-tbody .p-ditem-th:nth-of-type(2) {
	grid-area: th2;
}
.p-cost-option .p-option-dwrap:nth-of-type(2) .p-ditem-tbody .p-ditem-th:nth-of-type(3) {
	grid-area: th3;
}
.p-cost-option .p-option-dwrap:nth-of-type(2) .p-ditem-tbody .p-ditem-th-num {
	align-self: start;
}
.p-cost-option .p-option-dwrap:nth-of-type(2) .p-ditem-tbody .p-ditem-td {
	display: grid;
	gap: 1.25rem;
	align-content: center;
	padding: 0.75rem 1.5rem;
}
.p-cost-option .p-option-dwrap:nth-of-type(2) .p-ditem-tbody .p-ditem-td-inner {
	display: flex;
	gap: 0.875rem;
	align-items: center;
	justify-content: space-between;
	font-size: 0.875rem;
	font-weight: 400;
}
.p-cost-option .p-option-dwrap:nth-of-type(2) .p-ditem-tbody .p-ditem-td-inner .u-font-bold {
	font-size: 1rem;
	font-weight: 700;
}
.p-cost-option .p-option-dwrap:nth-of-type(2) .p-ditem-tbody .p-ditem-td-def {
	display: grid;
	gap: 1.25rem;
}
.p-cost-option .p-option-dwrap:nth-of-type(2) .p-ditem-tbody .p-ditem-td-dwrap {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 1.25rem;
}
.p-cost-option .p-option-dwrap:nth-of-type(2) .p-ditem-tbody .p-ditem-td-dttl {
	align-self: center;
	font-size: 0.875rem;
	font-weight: 400;
}
.p-cost-option .p-option-dwrap:nth-of-type(2) .p-ditem-tbody .p-ditem-td-ditem {
	font-size: 1rem;
	font-weight: 700;
}
.p-cost-option .p-option-dwrap:nth-of-type(2) .p-ditem-tbody .p-ditem-td:first-of-type {
	grid-area: td1;
}
.p-cost-option .p-option-dwrap:nth-of-type(2) .p-ditem-tbody .p-ditem-td:nth-of-type(2) {
	grid-area: td2;
}
.p-cost-option .p-option-dwrap:nth-of-type(3) .p-ditem-tr {
	grid-template-columns: 17.375rem 19.1875rem 1fr;
}
.p-cost-option .p-option-dwrap:nth-of-type(3) .p-ditem-tbody .p-ditem-th {
	padding: 0.5625rem 0 0.5625rem 0.9375rem;
	font-size: 0.9375rem;
}
.p-cost-option .p-option-dwrap:nth-of-type(3) .p-ditem-tbody .p-ditem-td {
	display: flex;
	align-items: center;
	justify-content: end;
	padding: 0.625rem 2.6875rem 0.5625rem 0;
}
.p-cost-option .p-option-dwrap:nth-of-type(3) .p-ditem-tbody .p-ditem-td-def {
	display: grid;
	gap: 0.75rem;
}
.p-cost-option .p-option-dwrap:nth-of-type(3) .p-ditem-tbody .p-ditem-td-dwrap {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 0.875rem;
}
.p-cost-option .p-option-dwrap:nth-of-type(3) .p-ditem-tbody .p-ditem-td-dttl {
	align-self: center;
	font-size: 0.875rem;
	font-weight: 400;
}
.p-cost-option .p-option-dwrap:nth-of-type(3) .p-ditem-tbody .p-ditem-td-ditem {
	font-size: 1rem;
	font-weight: 700;
}
.p-cost-option .p-option-dwrap:nth-of-type(4) .p-ditem-intro, .p-cost-option .p-option-dwrap:nth-of-type(8) .p-ditem-intro, .p-cost-option .p-option-dwrap:nth-of-type(9) .p-ditem-intro {
	padding: 0.375rem 1rem;
	font-size: 0.9375rem;
	line-height: calc(21/15);
	text-align: center;
	background: #fffae9;
	border: 0.0625rem solid #ff8739;
	border-top: none;
}
.p-cost-option .p-option-dwrap:nth-of-type(4) .p-ditem-tr, .p-cost-option .p-option-dwrap:nth-of-type(8) .p-ditem-tr, .p-cost-option .p-option-dwrap:nth-of-type(9) .p-ditem-tr {
	grid-template-columns: 36.1875rem 1fr;
}
.p-cost-option .p-option-dwrap:nth-of-type(4) .p-ditem-tbody .p-ditem-td, .p-cost-option .p-option-dwrap:nth-of-type(8) .p-ditem-tbody .p-ditem-td, .p-cost-option .p-option-dwrap:nth-of-type(9) .p-ditem-tbody .p-ditem-td, .p-cost-option .p-option-dwrap:nth-of-type(10) .p-ditem-tbody .p-ditem-td {
	display: flex;
	align-items: center;
	justify-content: center;
}
.p-cost-option .p-option-dwrap:nth-of-type(5) .p-ditem-tbody .p-ditem-td, .p-cost-option .p-option-dwrap:nth-of-type(6) .p-ditem-tbody .p-ditem-td, .p-cost-option .p-option-dwrap:nth-of-type(7) .p-ditem-tbody .p-ditem-td {
	justify-content: end;
	padding-right: 6.25rem;
}
.p-cost-option .p-option-dwrap:nth-of-type(8) .p-ditem-intro, .p-cost-option .p-option-dwrap:nth-of-type(9) .p-ditem-intro {
	text-align: left;
}
.p-cost-option .p-option-dttl {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 1.6875rem;
	align-items: center;
	padding: 1rem 2.25rem 1rem 2.5rem;
	font-size: 1.3125rem;
	font-weight: 700;
	line-height: calc(30/21);
	color: #fff;
	cursor: pointer;
	background: #ff8739;
}
.p-cost-option .p-option-dttl::before {
	width: 1.6875rem;
	height: 1.6875rem;
	content: "";
	background: #fff;
	border-radius: 50%;
}
.p-cost-option .p-option-dttl::after {
	width: 1.625rem;
	height: 1.0625rem;
	content: "";
	background: url("../assets/images/lp/cost_option_arrow.svg") top center/contain no-repeat;
}
.p-cost-option .p-option-dttl.is-close::after {
	transform: scale(1, -1);
}
.p-cost-option .p-option-ditem .p-ditem-tbl {
	display: block;
	width: 100%;
	border-collapse: collapse;
}
.p-cost-option .p-option-ditem .p-ditem-tbl:last-of-type {
	margin-bottom: 0.625rem;
}
.p-cost-option .p-option-ditem .p-ditem-thead {
	display: block;
}
.p-cost-option .p-option-ditem .p-ditem-thead .p-ditem-tr {
	display: grid;
}
.p-cost-option .p-option-ditem .p-ditem-thead .p-ditem-th {
	padding: 0.625rem 0 0.5625rem;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: calc(29/20);
	background: #ffbc91;
	border: 0.0625rem solid #ff8739;
	border-top: none;
}
.p-cost-option .p-option-ditem .p-ditem-thead .p-ditem-th:not(:first-of-type) {
	border-left: none;
}
.p-cost-option .p-option-ditem .p-ditem-tbody {
	display: block;
}
.p-cost-option .p-option-ditem .p-ditem-tbody .p-ditem-tr {
	display: grid;
}
.p-cost-option .p-option-ditem .p-ditem-tbody .p-ditem-th {
	padding: 0.5625rem 0.9375rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: calc(24/16);
	text-align: left;
	background: #ffeadc;
	border: 0.0625rem solid #ff8739;
	border-top: none;
}
.p-cost-option .p-option-ditem .p-ditem-tbody .p-ditem-th-deco {
	display: inline;
}
.p-cost-option .p-option-ditem .p-ditem-tbody .p-ditem-td {
	font-weight: 700;
	background: #fffae9;
	border-right: 0.0625rem solid #ff8739;
	border-bottom: 0.0625rem solid #ff8739;
}
.p-cost-option .p-option-ditem .p-ditem-numatt-item {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 1.125rem;
	font-size: 0.875rem;
	line-height: calc(20/14);
	counter-increment: num;
}
.p-cost-option .p-option-ditem .p-ditem-numatt-item::before {
	content: "※" counter(num);
}
.p-cost-option .p-option-ditem .p-ditem-att {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.3125rem;
	font-size: 0.875rem;
	line-height: calc(20/14);
}
.p-cost-option .p-option-ditem .p-ditem-att::before {
	content: "※";
}
.p-cost-option .p-option-ditem .p-bullet-list > li {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.3125rem;
	font-size: 0.875rem;
	line-height: calc(20/14);
}
.p-cost-option .p-option-ditem .p-bullet-list > li::before {
	content: "・";
}

#option-tr1-td1 {
	grid-template-areas: "th1 td1 td1" "th2 td1 td1";
}
#option-tr1-td2 {
	grid-template-areas: "th1 td1 td2" "th2 td1 td2" "th3 td1 td2";
}
#option-tr1-td3 {
	grid-template-areas: "th1 td1 td2";
}

@media screen and (max-width: 1023px) {
	.p-cost-ttl {
		padding: 2.5rem 0 1.9375rem;
		background: url("../assets/images/lp/sec_cost_ttl_bg.webp") top center/cover no-repeat;
	}
	.p-cost-ttl-imgWrapper {
		width: 22.0625rem;
	}
	.p-cost-standard {
		padding: 3.625rem 0;
		margin-top: -1.125rem;
		background: url("../assets/images/lp/cost_standard_bg_sp.webp") top center/cover no-repeat;
	}
	.p-cost-standard .p-standard-hgroup {
		margin-bottom: 2.125rem;
	}
	.p-cost-standard .p-standard-about {
		padding: 0 1.8rem;
		margin-bottom: 1.875rem;
		background: transparent;
	}
	.p-cost-standard .p-standard-about .p-about-intro {
		margin-bottom: 0.625rem;
		font-size: 1rem;
		font-weight: 500;
	}
	.p-cost-standard .p-standard-about .p-about-list {
		grid-template-columns: auto;
		gap: 0.625rem;
		margin-bottom: 1rem;
	}
	.p-cost-standard .p-standard-about .p-about-item {
		grid-template-columns: 3.9375rem 1fr;
		gap: 0 0.625rem;
		padding: 0.625rem;
	}
	.p-cost-standard .p-standard-about .p-about-item .p-item-ttl {
		font-size: 1rem;
	}
	.p-cost-standard .p-standard-about .p-about-item .p-item-txt {
		font-size: 0.875rem;
	}
	.p-cost-standard .p-standard-about .p-about-price .p-price-list {
		gap: 1rem;
		max-width: auto;
	}
	.p-cost-standard .p-standard-about .p-about-price .p-price-item:first-of-type .p-item-td-deco {
		top: 0.375rem;
		left: 0.6875rem;
		font-size: 0.5625rem;
	}
	.p-cost-standard .p-standard-about .p-about-price .p-price-item:first-of-type .p-item-td-deco::after {
		width: calc(100% + 0.5625rem);
	}
	.p-cost-standard .p-standard-about .p-about-price .p-price-item:first-of-type .p-item-td:not(:first-of-type) {
		padding-top: 0.375rem;
		padding-left: 4rem;
	}
	.p-cost-standard .p-standard-about .p-about-price .p-price-item .p-item-ttl {
		gap: 0.625rem;
		padding-bottom: 0.375rem;
		font-size: 1rem;
		font-weight: 500;
	}
	.p-cost-standard .p-standard-about .p-about-price .p-price-item .p-item-ttl::before {
		align-self: start;
		margin-top: 0.375rem;
		border-width: 0.375rem 0 0.375rem 0.375rem;
	}
	.p-cost-standard .p-standard-about .p-about-price .p-price-item .p-item-tbl {
		margin-bottom: 0.25rem;
	}
	.p-cost-standard .p-standard-about .p-about-price .p-price-item .p-item-tr {
		grid-template: "th th" "td01 td02";
		grid-template-columns: repeat(2, 1fr);
	}
	.p-cost-standard .p-standard-about .p-about-price .p-price-item .p-item-tr:not(:first-of-type) .p-item-th {
		border-top: none;
	}
	.p-cost-standard .p-standard-about .p-about-price .p-price-item .p-item-th {
		grid-area: th;
		padding: 0.375rem 0.8125rem;
		font-size: 0.875rem;
		text-align: left;
	}
	.p-cost-standard .p-standard-about .p-about-price .p-price-item .p-item-td {
		padding: 0.375rem 0;
		font-size: 0.875rem;
		border-left: 0.0625rem solid #ff8739;
	}
	.p-cost-standard .p-standard-about .p-about-price .p-price-item .p-item-td:first-of-type {
		grid-area: td01;
		color: #333;
	}
	.p-cost-standard .p-standard-about .p-about-price .p-price-item .p-item-td:last-of-type {
		grid-area: td02;
		padding-left: 2.5625rem;
		border-left: none;
	}
	.p-cost-standard .p-standard-about .p-about-price .p-price-item .p-item-att {
		width: auto;
		font-size: 0.6875rem;
	}
	.p-cost-standard .p-standard-add {
		padding: 9.5625rem 1.25rem 1.25rem;
		margin: 0 1.875rem;
		box-shadow: 0.125rem 0.125rem 0.3125rem rgba(51, 51, 51, 0.2);
	}
	.p-cost-standard .p-standard-add .p-add-imgWrapper {
		position: absolute;
		top: 1.6875rem;
		left: 50%;
		width: 12.5625rem;
		transform: translateX(-50%);
	}
	.p-cost-standard .p-standard-add .p-add-imgWrapper::before {
		width: calc(100% + 4.75rem + 4.75rem);
		height: calc(100% + 0.875rem + 0.875rem);
		box-shadow: 0.125rem 0.125rem 0.3125rem rgba(51, 51, 51, 0.2);
	}
	.p-cost-standard .p-standard-add .p-add-item {
		grid-template: "ttl imgWrapper" "body body";
		grid-template-columns: 1fr 5.5625rem;
		gap: 0.375rem;
	}
	.p-cost-standard .p-standard-add .p-add-item .p-item-ttl {
		gap: 0.5625rem;
		align-items: start;
		margin-bottom: 0;
		font-size: 0.9375rem;
		line-height: calc(28/15);
		letter-spacing: 0.02em;
	}
	.p-cost-standard .p-standard-add .p-add-item .p-item-ttl::before {
		align-self: start;
		margin-top: 0.5rem;
		font-size: 1.125rem;
		line-height: 1;
	}
	.p-cost-standard .p-standard-add .p-add-item .p-item-body {
		font-size: 0.8125rem;
		font-weight: 400;
	}
	.p-cost-standard .p-standard-add .p-add-item .p-item-body > * + * {
		margin-top: 0.3125rem;
	}
	.p-cost-option {
		padding: 2.5rem 1.25rem;
		background: url("../assets/images/lp/cost_optiion_bg_sp.webp") top center/cover no-repeat;
	}
	.p-cost-option .p-option-hgroup {
		margin-bottom: 0.75rem;
	}
	.p-cost-option .p-option-intro {
		margin-bottom: 0.9375rem;
		font-size: 0.6875rem;
	}
	.p-cost-option .p-option-def {
		gap: 1.25rem;
		max-width: none;
	}
	.p-cost-option .p-option-dwrap:first-of-type .p-ditem-tr, .p-cost-option .p-option-dwrap:nth-of-type(5) .p-ditem-tr, .p-cost-option .p-option-dwrap:nth-of-type(6) .p-ditem-tr, .p-cost-option .p-option-dwrap:nth-of-type(7) .p-ditem-tr, .p-cost-option .p-option-dwrap:nth-of-type(10) .p-ditem-tr {
		grid-template-columns: 15.5625rem 1fr;
	}
	.p-cost-option .p-option-dwrap:first-of-type .p-ditem-tbody .p-ditem-td, .p-cost-option .p-option-dwrap:nth-of-type(5) .p-ditem-tbody .p-ditem-td, .p-cost-option .p-option-dwrap:nth-of-type(6) .p-ditem-tbody .p-ditem-td, .p-cost-option .p-option-dwrap:nth-of-type(7) .p-ditem-tbody .p-ditem-td {
		font-size: 0.875rem;
	}
	.p-cost-option .p-option-dwrap:nth-of-type(2) .p-ditem-tr {
		grid-template-columns: 7.9375rem repeat(2, 1fr);
	}
	.p-cost-option .p-option-dwrap:nth-of-type(2) .p-ditem-tbody .p-ditem-tr:nth-of-type(3) .p-ditem-td:first-of-type {
		font-size: 0.875rem;
		text-align: left;
	}
	.p-cost-option .p-option-dwrap:nth-of-type(2) .p-ditem-tbody .p-ditem-th {
		display: grid;
		grid-template-columns: auto 1fr;
		padding: 0.875rem 0.25rem;
	}
	.p-cost-option .p-option-dwrap:nth-of-type(2) .p-ditem-tbody .p-ditem-td {
		gap: 1.375rem;
		justify-content: center;
		padding: 0.75rem 0;
	}
	.p-cost-option .p-option-dwrap:nth-of-type(2) .p-ditem-tbody .p-ditem-td-inner {
		display: grid;
		gap: 0;
		font-size: 0.75rem;
	}
	.p-cost-option .p-option-dwrap:nth-of-type(2) .p-ditem-tbody .p-ditem-td-inner .u-font-bold {
		font-size: 0.875rem;
		font-weight: 700;
	}
	.p-cost-option .p-option-dwrap:nth-of-type(2) .p-ditem-tbody .p-ditem-td-def {
		grid-template-columns: auto;
		gap: 1.25rem;
		padding-right: 0;
	}
	.p-cost-option .p-option-dwrap:nth-of-type(2) .p-ditem-tbody .p-ditem-td-dwrap {
		grid-template-columns: auto;
		gap: 0;
	}
	.p-cost-option .p-option-dwrap:nth-of-type(2) .p-ditem-tbody .p-ditem-td-dttl {
		font-size: 0.75rem;
	}
	.p-cost-option .p-option-dwrap:nth-of-type(2) .p-ditem-tbody .p-ditem-td-ditem {
		font-size: 0.875rem;
	}
	.p-cost-option .p-option-dwrap:nth-of-type(3) .p-ditem-tr {
		grid-template-columns: 7.9375rem repeat(2, 1fr);
	}
	.p-cost-option .p-option-dwrap:nth-of-type(3) .p-ditem-tbody .p-ditem-th {
		padding: 0.875rem 0 0.875rem 0.75rem;
		font-size: 0.875rem;
	}
	.p-cost-option .p-option-dwrap:nth-of-type(3) .p-ditem-tbody .p-ditem-td {
		justify-content: center;
		padding: 0.875rem 0;
	}
	.p-cost-option .p-option-dwrap:nth-of-type(3) .p-ditem-tbody .p-ditem-td-def {
		gap: 1.125rem;
	}
	.p-cost-option .p-option-dwrap:nth-of-type(3) .p-ditem-tbody .p-ditem-td-dwrap {
		grid-template-columns: auto;
		gap: 0;
	}
	.p-cost-option .p-option-dwrap:nth-of-type(3) .p-ditem-tbody .p-ditem-td-dttl {
		align-self: center;
		font-size: 0.875rem;
		font-weight: 400;
	}
	.p-cost-option .p-option-dwrap:nth-of-type(3) .p-ditem-tbody .p-ditem-td-ditem {
		font-size: 1rem;
		font-weight: 700;
	}
	.p-cost-option .p-option-dwrap:nth-of-type(4) .p-ditem-intro, .p-cost-option .p-option-dwrap:nth-of-type(8) .p-ditem-intro, .p-cost-option .p-option-dwrap:nth-of-type(9) .p-ditem-intro {
		padding: 0.75rem 0.9375rem;
		font-size: 0.75rem;
		text-align: left;
	}
	.p-cost-option .p-option-dwrap:nth-of-type(4) .p-ditem-tr, .p-cost-option .p-option-dwrap:nth-of-type(8) .p-ditem-tr, .p-cost-option .p-option-dwrap:nth-of-type(9) .p-ditem-tr {
		grid-template-columns: 14.9375rem 1fr;
	}
	.p-cost-option .p-option-dwrap:nth-of-type(4) .p-ditem-tbody .p-ditem-th, .p-cost-option .p-option-dwrap:nth-of-type(8) .p-ditem-tbody .p-ditem-th, .p-cost-option .p-option-dwrap:nth-of-type(9) .p-ditem-tbody .p-ditem-th {
		font-size: 0.8125rem;
	}
	.p-cost-option .p-option-dwrap:nth-of-type(4) .p-ditem-tbody .p-ditem-td, .p-cost-option .p-option-dwrap:nth-of-type(8) .p-ditem-tbody .p-ditem-td, .p-cost-option .p-option-dwrap:nth-of-type(9) .p-ditem-tbody .p-ditem-td , .p-cost-option .p-option-dwrap:nth-of-type(10) .p-ditem-tbody .p-ditem-td {
		padding-left: 1.4375rem;
		font-size: 0.875rem;
	}
	.p-cost-option .p-option-dwrap:nth-of-type(5) .p-ditem-tbody .p-ditem-td, .p-cost-option .p-option-dwrap:nth-of-type(6) .p-ditem-tbody .p-ditem-td, .p-cost-option .p-option-dwrap:nth-of-type(7) .p-ditem-tbody .p-ditem-td {
		padding-right: 0.5rem;
	}
	.p-cost-option .p-option-dwrap:nth-of-type(4) .p-ditem-tbody .p-ditem-td {
		padding-left: 0;
	}
	.p-cost-option .p-option-dttl {
		grid-template-columns: 1fr auto;
		gap: 0;
		padding: 0.625rem 1.4375rem 0.625rem 0.9375rem;
		font-size: 1.125rem;
		font-weight: 500;
	}
	.p-cost-option .p-option-dttl::before {
		display: none;
	}
	.p-cost-option .p-option-dttl::after {
		width: 1.625rem;
		height: 1.0625rem;
		background: url("../assets/images/lp/cost_option_arrow.svg") top center/contain no-repeat;
	}
	.p-cost-option .p-option-ditem .p-ditem-tbl:last-of-type {
		margin-bottom: 0.1875rem;
	}
	.p-cost-option .p-option-ditem .p-ditem-thead .p-ditem-th {
		padding: 0.6875rem 0;
		font-size: 1rem;
		font-weight: 500;
	}
	.p-cost-option .p-option-ditem .p-ditem-tbody .p-ditem-th {
		padding: 0.875rem 0.75rem;
		font-size: 0.8125rem;
		letter-spacing: 0.02em;
	}
	.p-cost-option .p-option-ditem .p-ditem-tbody .p-ditem-th-deco {
		display: block;
		font-size: 0.75rem;
		letter-spacing: 0.03em;
	}
	.p-cost-option .p-option-ditem .p-ditem-tbody .p-ditem-td {
		text-align: center;
	}
	.p-cost-option .p-option-ditem .p-ditem-numatt-item {
		gap: 0.375rem;
		font-size: 0.625rem;
	}
	.p-cost-option .p-option-ditem .p-ditem-att {
		gap: 0.375rem;
		font-size: 0.625rem;
	}
	.p-cost-option .p-option-ditem .p-bullet-list > li {
		gap: 0;
		font-size: 0.625rem;
	}
}
/* =======================================================
support
======================================================= */
.p-support {
	padding: 6.25rem 0;
	background: url("../assets/images/lp/support_bg.png") top center/cover no-repeat;
}
.p-support .l-common-inner {
	max-width: 81.375rem;
	padding: 0 2.5rem;
}
.p-support-ttl {
	margin-bottom: 1.875rem;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: calc(62/40);
	text-align: center;
}
.p-support-list {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}
.p-support-list-wrapper:first-of-type {
	margin-bottom: 2rem;
}
.p-support-list-wrapper:first-of-type .p-support-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}
.p-support-list-wrapper:first-of-type .p-support-item {
	grid-template-rows: subgrid;
	grid-row: span 3;
	gap: 0;
}
.p-support-list-wrapper:nth-of-type(2) .p-support-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
}
.p-support-list-wrapper:nth-of-type(2) .p-support-item {
	grid-template: "imgWrapper ttl" "imgWrapper body";
	grid-template-rows: auto 1fr;
	grid-template-columns: 14.4375rem 1fr;
}
.p-support-list-wrapper:nth-of-type(2) .p-support-item .p-item-imgWrapper {
	grid-area: imgWrapper;
}
.p-support-list-wrapper:nth-of-type(2) .p-support-item .p-item-ttl {
	display: flex;
	grid-area: ttl;
	align-items: center;
	justify-content: center;
	min-height: 4.6875rem;
	padding-bottom: 0.25rem;
}
.p-support-list-wrapper:nth-of-type(2) .p-support-item .p-item-body {
	display: grid;
	grid-area: body;
	grid-template-rows: 1fr auto;
	padding: 1.25rem 1.25rem 1.5625rem;
}
.p-support-list-wrapper:nth-of-type(2) .p-support-item .p-item-txt {
	min-height: 4.625rem;
}
.p-support-list-wrapper:nth-of-type(2) .p-support-item:first-of-type .p-item-price {
	font-size: 1.125rem;
}
.p-support-list-wrapper:nth-of-type(2) .p-support-item:nth-of-type(5) .p-item-body, .p-support-list-wrapper:nth-of-type(2) .p-support-item:nth-of-type(6) .p-item-body {
	grid-template-rows: auto 1fr auto;
}
.p-support-item {
	display: grid;
	border: 0.0625rem solid #ff8739;
}
.p-support-item .p-item-ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.4375rem 0 0.375rem;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: calc(30/22);
	color: #fff;
	text-align: center;
	background: #ff8739;
}
.p-support-item .p-item-imgWrapper {
	position: relative;
	display: flex;
}
.p-support-item .p-item-figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 1.3125rem 1.3125rem 1.375rem 1.25rem;
	text-align: center;
	background: #fff;
}
.p-support-item .p-item-figcaption::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(91, 225, 131, 0.49);
	transform: translate(-50%, -50%);
}
.p-support-item .p-item-figcaption::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2.8125rem;
	height: 2.8125rem;
	content: "";
	background: #fff;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}
.p-support-item .p-item-figcaption-inner {
	position: relative;
	z-index: 2;
	font-size: 1.1875rem;
	font-weight: 700;
	line-height: calc(27/19);
	color: #ce6827;
}
.p-support-item .p-item-body {
	padding: 0.8125rem 1.25rem 1.25rem;
	background: #fffae9;
}
.p-support-item .p-item-price {
	margin-bottom: 0.625rem;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: calc(29/20);
	color: #c1272d;
}
.p-support-item .p-item-price-att {
	display: block;
	font-size: 1.125rem;
	font-weight: 400;
}
.p-support-item .p-item-price-def {
	display: grid;
	gap: 0.125rem;
	align-self: start;
}
.p-support-item .p-item-price-dwrap {
	display: flex;
	justify-content: space-between;
}
.p-support-item .p-item-price-dttl, .p-support-item .p-item-price-ditem {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: calc(29/20);
	color: #c1272d;
}
.p-support-item .p-item-txt {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: calc(24/18);
	letter-spacing: 0.09em;
}

@media screen and (max-width: 1023px) {
	.p-support {
		padding: 2.5rem 0;
		background: url("../assets/images/lp/support_bg_sp.png") top center/cover no-repeat;
	}
	.p-support .l-common-inner {
		padding: 0 1.25rem;
	}
	.p-support-ttl {
		margin-bottom: 1.25rem;
		font-size: 1.25rem;
	}
	.p-support-list {
		display: flex;
		flex-wrap: wrap;
		gap: 2rem;
	}
	.p-support-list-wrapper:first-of-type {
		margin-bottom: 1.25rem;
	}
	.p-support-list-wrapper:first-of-type .p-support-list {
		grid-template-columns: auto;
		gap: 1.25rem;
	}
	.p-support-list-wrapper:first-of-type .p-support-item {
		grid-template-rows: auto;
		grid-template-columns: 8.5rem 1fr;
	}
	.p-support-list-wrapper:first-of-type .p-support-item .p-item-imgWrapper {
		grid-area: imgWrapper;
	}
	.p-support-list-wrapper:first-of-type .p-support-item .p-item-ttl {
		grid-area: ttl;
	}
	.p-support-list-wrapper:first-of-type .p-support-item .p-item-body {
		grid-area: body;
	}
	.p-support-list-wrapper:nth-of-type(2) .p-support-list {
		grid-template-columns: auto;
		gap: 1.25rem;
	}
	.p-support-list-wrapper:nth-of-type(2) .p-support-item {
		grid-template: "ttl ttl" "imgWrapper body";
		grid-template-columns: 8.5625rem 1fr;
	}
	.p-support-list-wrapper:nth-of-type(2) .p-support-item .p-item-ttl {
		min-height: auto;
		padding: 0.625rem 0 0.625rem 3.875rem;
	}
	.p-support-list-wrapper:nth-of-type(2) .p-support-item .p-item-body {
		grid-template-rows: auto 1fr;
		padding: 0.375rem;
	}
	.p-support-list-wrapper:nth-of-type(2) .p-support-item .p-item-txt {
		min-height: auto;
	}
	.p-support-list-wrapper:nth-of-type(2) .p-support-item:first-of-type .p-item-price {
		font-size: 0.875rem;
	}
	.p-support-list-wrapper:nth-of-type(2) .p-support-item:first-of-type .p-item-price-deco {
		font-size: 0.5625rem;
	}
	.p-support-list-wrapper:nth-of-type(2) .p-support-item:nth-of-type(5) .p-item-body, .p-support-list-wrapper:nth-of-type(2) .p-support-item:nth-of-type(6) .p-item-body {
		grid-template-rows: auto auto 1fr;
	}
	.p-support-item {
		display: grid;
		grid-template: "ttl ttl" "imgWrapper body";
		border: 0.0625rem solid #ff8739;
	}
	.p-support-item .p-item-ttl {
		padding: 0.625rem 0 0.625rem 3.875rem;
		font-size: 1rem;
		font-weight: 500;
		line-height: 1.5;
	}
	.p-support-item .p-item-imgWrapper {
		position: relative;
		display: flex;
		height: 10.25rem;
	}
	.p-support-item .p-item-figcaption {
		top: -2.8125rem;
		left: -0.0625rem;
		padding: 0.875rem 0.8125rem 0.875rem 0.75rem;
	}
	.p-support-item .p-item-figcaption::after {
		width: 2.1875rem;
		height: 2.1875rem;
	}
	.p-support-item .p-item-figcaption-inner {
		display: block;
		font-size: 0.75rem;
		font-weight: 500;
		line-height: calc(17/12);
	}
	.p-support-item .p-item-body {
		padding: 0.375rem;
	}
	.p-support-item .p-item-price {
		margin-bottom: 0.1875rem;
		font-size: 0.875rem;
	}
	.p-support-item .p-item-price-att {
		font-size: 0.75rem;
	}
	.p-support-item .p-item-price-def {
		gap: 0;
		margin-bottom: 0.1875rem;
	}
	.p-support-item .p-item-price-dwrap {
		align-items: center;
	}
	.p-support-item .p-item-price-dttl {
		font-size: 0.8125rem;
	}
	.p-support-item .p-item-price-ditem {
		font-size: 0.875rem;
	}
	.p-support-item .p-item-txt {
		font-size: 0.75rem;
		font-weight: 400;
		letter-spacing: 0.06em;
	}
}
/* =======================================================
area
======================================================= */
.p-area {
	padding: 6.25rem 0;
	background: url("../assets/images/lp/area_bg.webp") top center/cover no-repeat;
}
.p-area .l-common-inner {
	max-width: 97.375rem;
	padding: 0 2.5rem;
}
.p-area-hgroup {
	margin-bottom: 2.5rem;
}
.p-area-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
}
.p-area-item {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
	gap: 0;
}
.p-area-item:first-of-type .p-item-imgWrapper {
	width: 25.4375rem;
}
.p-area-item:nth-of-type(2) .p-item-imgWrapper {
	width: 26.375rem;
}
.p-area-item:nth-of-type(3) .p-item-imgWrapper {
	width: 19.3125rem;
}
.p-area-item .p-item-imgWrapper {
	display: flex;
	align-self: end;
	margin: 0 auto 1.5rem;
}
.p-area-item .p-item-links {
	display: grid;
	grid-template-columns: repeat(5, auto);
	gap: 0.875rem 0;
	align-self: start;
}
.p-area-item .p-item-link > * {
	display: inline-block;
	padding-bottom: 0.25rem;
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: calc(25/17);
	border-bottom: 0.0625rem solid #ff8739;
}
.p-area-item .p-item-att {
	display: grid;
	grid-template-columns: auto 1fr;
	margin-top: 0.75rem;
	font-size: 0.9375rem;
}
.p-area-item .p-item-att::before {
	content: "※";
}

@media screen and (max-width: 1023px) {
	.p-area {
		padding: 2.5rem 0;
		background: url("../assets/images/lp/area_bg_sp.webp") top center/cover no-repeat;
	}
	.p-area .l-common-inner {
		padding: 0 1.25rem;
	}
	.p-area-hgroup {
		margin-bottom: 1.875rem;
	}
	.p-area-list {
		grid-template-columns: auto;
		gap: 2rem;
	}
	.p-area-item {
		grid-template-rows: auto;
		gap: 0.9375rem;
	}
	.p-area-item:first-of-type .p-item-imgWrapper {
		width: 18.9375rem;
	}
	.p-area-item:nth-of-type(2) .p-item-imgWrapper {
		width: 18.9375rem;
	}
	.p-area-item:nth-of-type(3) .p-item-imgWrapper {
		width: 14rem;
	}
	.p-area-item .p-item-imgWrapper {
		margin: 0 auto;
	}
	.p-area-item .p-item-links {
		grid-template-columns: repeat(5, auto);
		gap: 1.375rem 1.75rem;
	}
	.p-area-item .p-item-link > * {
		padding-bottom: 0.1875rem;
		font-size: 0.875rem;
	}
	.p-area-item .p-item-att {
		margin-top: 1.1875rem;
		font-size: 0.6875rem;
	}
}
/* =======================================================
cta
======================================================= */
.p-cta {
	padding: 4rem 0;
	background: url("../assets/images/common/cta_bg.webp") top center/cover no-repeat;
}
.p-cta .l-common-inner {
	max-width: 77.5rem;
}
.p-cta-ttl {
	display: flex;
	width: 36.0625rem;
	margin-bottom: 0.75rem;
}
.p-cta-list {
	display: flex;
	gap: 2.5rem;
}
.p-cta-item {
	display: flex;
	width: 13.53125rem;
}
.p-cta-txt {
	margin-bottom: 0.375rem;
	font-size: 1.875rem;
	font-weight: 700;
}
.p-cta-btn {
	display: flex;
}
.p-cta-btn-deco {
	position: relative;
	z-index: 2;
	display: flex;
	width: 10.5625rem;
}
.p-cta-btn .p-btn-inner {
	position: relative;
	display: block;
	padding: 1.3125rem 1.375rem 1.3125rem 6.5rem;
	margin-left: -1.5rem;
	background: #fff;
	border: 0.375rem solid #ff8739;
	border-radius: 0.3125rem;
	box-shadow: 0.375rem 0.375rem 0 #ce6827;
}
.p-cta-btn .p-btn-inner::before {
	position: absolute;
	top: 50%;
	left: 1.875rem;
	width: 3.25rem;
	height: 3.4375rem;
	content: "";
	background: url("../assets/images/lp/footer_btn_tel.svg") top center/contain no-repeat;
	transform: translateY(-50%);
}
.p-cta-btn .p-btn-inner .u-font-en {
	display: block;
	font-size: 2.75rem;
	font-weight: 700;
	line-height: 1;
	color: #ff8739;
}
.p-cta-btn .p-btn-def {
	display: flex;
	margin-top: -0.25rem;
	font-size: 0.9375rem;
	color: #ff8739;
}

@media screen and (max-width: 1023px) {
	.p-cta {
		padding: 2.5rem 0;
		text-align: center;
		background: url("../assets/images/common/cta_bg_sp.webp") top center/cover no-repeat;
	}
	.p-cta-ttl {
		width: 22.375rem;
		margin: 0 auto 0.75rem;
	}
	.p-cta-list {
		gap: 0.5625rem;
		justify-content: center;
	}
	.p-cta-item {
		width: 10.5625rem;
	}
	.p-cta-txt {
		display: inline-block;
		padding: 0.5rem 0.6875rem 0.75rem;
		margin: 0 auto 12.8125rem;
		font-size: 1.125rem;
		letter-spacing: -0.05em;
		background: #fff;
	}
	.p-cta-btn {
		display: block;
		max-width: 19.75rem;
		margin: 0 auto;
	}
	.p-cta-btn-deco {
		width: auto;
	}
	.p-cta-btn-deco > picture {
		width: 17.3125rem;
	}
	.p-cta-btn .p-btn-inner {
		margin-top: -0.9375rem;
		padding: 0.9375rem 0.9375rem 0.625rem 4.75rem;
		margin-left: 0;
		border-width: 0.25rem;
		box-shadow: 0.25rem 0.25rem 0 #ce6827;
	}
	.p-cta-btn .p-btn-inner::before {
		left: 1.1875rem;
		width: 2.625rem;
		height: 2.75rem;
	}
	.p-cta-btn .p-btn-inner .u-font-en {
		font-size: 2.0625rem;
		text-align: left;
	}
	.p-cta-btn .p-btn-def {
		margin-top: -0.25rem;
		font-size: 0.8125rem;
	}
}
/* =======================================================
special
======================================================= */
.p-special {
	padding: 5.25rem 0 6.25rem;
	background: url("../assets/images/lp/special_bg.webp") top center/cover no-repeat;
}
.p-special .l-common-inner {
	padding: 0 2.5rem;
}
.p-special-ttl {
	display: grid;
	grid-template-columns: repeat(2, auto);
	gap: 1.25rem;
	justify-content: center;
	margin-left: -1.125rem;
}
.p-special-ttl::before {
	width: 22.875rem;
	height: 19.0625rem;
	margin-top: 0.25rem;
	content: "";
	background: url("../assets/images/lp/special_ttl_deco.webp") top center/contain no-repeat;
}
.p-special-ttl img {
	width: 52.4375rem;
}
.p-special-list {
	display: grid;
	gap: 4.375rem;
	margin-bottom: 1.5rem;
}
.p-special-list-wrapper {
	max-width: 76.375rem;
	margin: 0 auto 6.375rem;
}
.p-special-item {
	display: grid;
	grid-template-areas: "picture ttl" "picture body";
	grid-template-columns: 35.625rem 1fr;
	gap: 1.25rem 2.5rem;
}
.p-special-item .p-item-picture {
	grid-area: picture;
}
.p-special-item .p-item-picture .p-picture-main {
	height: 26.75rem;
	margin-bottom: 0.6875rem;
	border: 0.1875rem solid #ff8739;
}
.p-special-item .p-item-picture .p-picture-btn {
	display: flex;
	border: 0.125rem solid #ff8739;
}
.p-special-item .p-item-picture .p-picture-btn-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5625rem;
}
.p-special-item .p-item-picture .p-picture-btn-item {
	display: flex;
	width: calc((100% - 2.25rem) / 5);
	height: 5.5625rem;
}
.p-special-item .p-item-picture .p-picture-btn-item.is-active {
	display: none;
}
.p-special-item .p-item-ttl {
	display: flex;
	grid-area: ttl;
	gap: 2.25rem;
	align-items: center;
	justify-content: center;
	padding: 1.25rem 0;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: calc(58/40);
	background: #fff;
	border: 0.1875rem solid #ff8739;
	outline: 0.125rem solid #ff8739;
	outline-offset: -0.625rem;
}
.p-special-item .p-item-body {
	grid-area: body;
}
.p-special-item .p-item-body .p-body-def {
	display: flex;
	gap: 0.5rem;
	align-items: center;
	margin-bottom: 0.25rem;
}
.p-special-item .p-item-body .p-body-dttl {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.4375rem 1.4375rem 0.8125rem;
	font-size: 1.3125rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
}
.p-special-item .p-item-body .p-body-dttl-inner {
	display: flex;
	gap: 0.25rem;
	align-items: center;
}
.p-special-item .p-item-body .p-body-dttl-deco {
	font-size: 2.4375rem;
}
.p-special-item .p-item-body .p-body-dttl-series {
	display: inline-block;
	margin-top: 0.5rem;
}
.p-special-item .p-item-body .p-body-model-def {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1.5625rem;
	margin-bottom: 1.6875rem;
	font-size: 1.625rem;
	font-weight: 700;
	line-height: calc(37/26);
}
.p-special-item .p-item-body .p-body-btn {
	width: 6.9375rem;
	height: 3rem;
	padding-bottom: 0.0625rem;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: calc(29/20);
	color: #ff8739;
	background: #fff;
	border: 0.125rem solid #ff8739;
	border-radius: 2.25rem;
	box-shadow: inset 0.25rem 0.25rem 0.375rem rgba(51, 51, 51, 0.2);
}
.p-special-item .p-item-body .p-body-btn-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem 0.5625rem;
	width: 29.4375rem;
	margin: 0 auto 1.3125rem;
}
.p-special-item .p-item-body .p-body-btn-item.is-active .p-body-btn {
	padding-bottom: 0.1875rem;
	color: #fff;
	background: #ff8739;
	box-shadow: inset -0.125rem -0.25rem 0 rgba(51, 51, 51, 0.2);
}
.p-special-item .p-item-body .p-body-price-def {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.p-special-item .p-item-body .p-body-price-dttl {
	width: 9rem;
}
.p-special-item .p-item-body .p-body-price-ditem {
	display: none;
	gap: 0.5rem;
	align-items: center;
	font-weight: 700;
	color: #ec0d16;
	letter-spacing: 0.02em;
}
.p-special-item .p-item-body .p-body-price-ditem.is-active {
	display: flex;
}
.p-special-item .p-item-body .p-body-price-ditem-price {
	font-size: 6rem;
}
.p-special-item .p-item-body .p-body-price-ditem-unit {
	margin-top: 1rem;
	font-size: 3rem;
}
.p-body-price-ditem-unit-ruby {
	margin-top: 2.7rem;
}
.p-special-item .p-item-body .p-body-att {
	display: inline-grid;
	grid-template-columns: auto 1fr;
	gap: 1.25rem;
	align-items: center;
	padding: 0.5625rem 1.375rem;
	font-size: 0.9rem;
	background: #e9e9e9;
	border-radius: 0.625rem;
}
.p-special-item .p-item-body .p-body-att::before {
	display: grid;
	place-content: center;
	width: 2.125rem;
	height: 2.125rem;
	padding-bottom: 0.125rem;
	content: "!";
	background: #fff;
	border-radius: 50%;
}
.p-special-item:first-of-type .p-item-ttl > img {
	width: 13.0625rem;
}
.p-special-item:first-of-type .p-item-body .p-body-dttl {
	background: #ff8739;
}
.p-special-item:first-of-type .p-item-body .p-body-ditem {
	width: 8rem;
}
.p-special-item:nth-of-type(2) .p-item-ttl > img {
	width: 11.5rem;
}
.p-special-item:nth-of-type(2) .p-item-body .p-body-dttl {
	background: #6978a4;
}
.p-special-item:nth-of-type(2) .p-item-body .p-body-ditem {
	width: 7.0625rem;
}
.p-special-item:nth-of-type(3) .p-item-ttl > img {
	width: 13.4375rem;
}
.p-special-item:nth-of-type(3) .p-item-body .p-body-dttl {
	background: #0a7f35;
}
.p-special-item:nth-of-type(3) .p-item-body .p-body-ditem {
	width: 5.9375rem;
}
.p-special-item:nth-of-type(4) .p-item-ttl > img {
	width: 13.4375rem;
}
.p-special-item:nth-of-type(4) .p-item-body .p-body-dttl {
	background: #34b2b2;
}
.p-special-item:nth-of-type(4) .p-item-body .p-body-ditem {
	width: 5.9375rem;
}
.p-special-att {
	display: grid;
	grid-template-columns: auto 1fr;
}
.p-special-att-list {
	display: grid;
	gap: 0.3125rem;
}
.p-special-att::before {
	content: "※";
}
.p-special-imgWrapper {
	width: 76.375rem;
	margin: 0 auto 5rem;
}
.p-special-btn-wrapper {
	position: relative;
	z-index: 9999;
	text-align: center;
}

@media screen and (max-width: 1023px) {
	.p-special {
		padding: 2.5rem 0;
		background: url("../assets/images/lp/special_bg_sp.webp") top center/cover no-repeat;
	}
	.p-special .l-common-inner {
		padding: 0 1.25rem;
	}
	.p-special-ttl {
		grid-template-columns: auto 1fr;
		gap: 0.5625rem;
		margin-left: 0;
	}
	.p-special-ttl::before {
		width: 9.375rem;
		height: 7.8125rem;
		margin-top: 2.375rem;
	}
	.p-special-ttl img {
		width: 52.4375rem;
	}
	.p-special-list {
		gap: 2.5rem;
		margin-bottom: 0.9375rem;
	}
	.p-special-list-wrapper {
		margin: -1.8125rem auto 1.5625rem;
	}
	.p-special-item {
		grid-template-areas: "ttl" "picture" "body";
		grid-template-columns: auto;
		gap: 0;
	}
	.p-special-item .p-item-picture {
		margin-bottom: 0.625rem;
	}
	.p-special-item .p-item-picture .p-picture-main {
		height: 16.5rem;
		margin-bottom: 0.3125rem;
		border: 0.1875rem solid #ff8739;
	}
	.p-special-item .p-item-picture .p-picture-btn-list {
		gap: 0.5rem;
	}
	.p-special-item .p-item-picture .p-picture-btn-item {
		display: flex;
		width: calc((100% - 1.5rem) / 4);
		height: 4.3125rem;
	}
	.p-special-item .p-item-ttl {
		gap: 1.25rem;
		padding: 0.3125rem 0 0.5rem;
		margin-bottom: 0.625rem;
		font-size: 1.375rem;
		outline-offset: -0.5rem;
	}
	.p-special-item .p-item-body .p-body-def {
		gap: 0.25rem;
		margin-bottom: 0.125rem;
	}
	.p-special-item .p-item-body .p-body-dttl {
		padding: 0.375rem 0.9375rem 0.6875rem;
		font-size: 0.8125rem;
	}
	.p-special-item .p-item-body .p-body-dttl-inner {
		gap: 0.1875rem;
	}
	.p-special-item .p-item-body .p-body-dttl-deco {
		font-size: 1.625rem;
	}
	.p-special-item .p-item-body .p-body-model-def {
		gap: 0.5rem 1.625rem;
		margin-bottom: 0.875rem;
		font-size: 1.0625rem;
	}
	.p-special-item .p-item-body .p-body-btn {
		width: 4.4375rem;
		height: 1.875rem;
		padding-bottom: 0.125rem;
		font-size: 0.6875rem;
	}
	.p-special-item .p-item-body .p-body-btn-list {
		gap: 0.4375rem;
		width: 19.0625rem;
		margin: 0 auto 0.3125rem;
	}
	.p-special-item .p-item-body .p-body-btn-item.is-active .p-body-btn {
		padding-bottom: 0.1875rem;
		color: #fff;
		background: #ff8739;
		box-shadow: inset -0.125rem -0.25rem 0 rgba(51, 51, 51, 0.2);
	}
	.p-special-item .p-item-body .p-body-price-dttl {
		width: 5.1875rem;
	}
	.p-special-item .p-item-body .p-body-price-ditem {
		gap: 0.375rem;
	}
	.p-special-item .p-item-body .p-body-price-ditem-price {
		font-size: 3.5rem;
		letter-spacing: 0;
	}
	.p-special-item .p-item-body .p-body-price-ditem-unit {
		margin-top: 0.3125rem;
		font-size: 2.0625rem;
		font-weight: 900;
	}
	.p-body-price-ditem-unit-ruby {
		margin-top: 2.8em;
		font-size: min(2.5vw, 14px);
	}
	.p-special-item .p-item-body .p-body-att {
		gap: 0.625rem;
		padding: 0.3125rem 0.6875rem;
		font-size: 0.7rem;
	}
	.p-special-item .p-item-body .p-body-att::before {
		width: 1.0625rem;
		height: 1.0625rem;
		padding-bottom: 0.0625rem;
	}
	.p-special-item:first-of-type .p-item-ttl > img {
		width: 7.5rem;
	}
	.p-special-item:first-of-type .p-item-body .p-body-ditem {
		width: 5.4375rem;
	}
	.p-special-item:nth-of-type(2) .p-item-ttl > img {
		width: 6.75rem;
	}
	.p-special-item:nth-of-type(2) .p-item-body .p-body-ditem {
		width: 4.625rem;
	}
	.p-special-item:nth-of-type(3) .p-item-ttl > img {
		width: 8.0625rem;
	}
	.p-special-item:nth-of-type(3) .p-item-body .p-body-ditem {
		width: 3.875rem;
	}
	.p-special-item:nth-of-type(4) .p-item-ttl > img {
		width: 8.0625rem;
	}
	.p-special-item:nth-of-type(4) .p-item-body .p-body-model-dttl {
		font-size: 1rem;
	}
	.p-special-item:nth-of-type(4) .p-item-body .p-body-ditem {
		width: 3.875rem;
	}
	.p-special-imgWrapper {
		width: 22.8125rem;
		margin: 0 auto 1.5625rem;
	}
	.p-special-att {
		font-size: 0.625rem;
	}
	.p-special-btn-wrapper {
		margin-top: 0;
	}
}
/* =======================================================
case
======================================================= */
.p-case {
	padding: 6.25rem 2.5rem;
	background-image: radial-gradient(circle at 100% 150%, #f4f4f0 24%, #f8f8f4 24%, #f8f8f4 28%, #f4f4f0 28%, #f4f4f0 36%, #f8f8f4 36%, #f8f8f4 40%, transparent 40%, transparent), radial-gradient(circle at 0 150%, #f4f4f0 24%, #f8f8f4 24%, #f8f8f4 28%, #f4f4f0 28%, #f4f4f0 36%, #f8f8f4 36%, #f8f8f4 40%, transparent 40%, transparent), radial-gradient(circle at 50% 100%, #f8f8f4 10%, #f4f4f0 10%, #f4f4f0 23%, #f8f8f4 23%, #f8f8f4 30%, #f4f4f0 30%, #f4f4f0 43%, #f8f8f4 43%, #f8f8f4 50%, #f4f4f0 50%, #f4f4f0 63%, #f8f8f4 63%, #f8f8f4 71%, transparent 71%, transparent), radial-gradient(circle at 100% 50%, #f8f8f4 5%, #f4f4f0 5%, #f4f4f0 15%, #f8f8f4 15%, #f8f8f4 20%, #f4f4f0 20%, #f4f4f0 29%, #f8f8f4 29%, #f8f8f4 34%, #f4f4f0 34%, #f4f4f0 44%, #f8f8f4 44%, #f8f8f4 49%, transparent 49%, transparent), radial-gradient(circle at 0 50%, #f8f8f4 5%, #f4f4f0 5%, #f4f4f0 15%, #f8f8f4 15%, #f8f8f4 20%, #f4f4f0 20%, #f4f4f0 29%, #f8f8f4 29%, #f8f8f4 34%, #f4f4f0 34%, #f4f4f0 44%, #f8f8f4 44%, #f8f8f4 49%, transparent 49%, transparent);
	background-size: 128px 64px;
}
.p-case .l-common-inner {
	max-width: 98.125rem;
	padding: 6.25rem 6rem;
	background: #ff8739;
}
.p-case-hgroup {
	margin-bottom: 2.75rem;
}
.p-case-ttl {
	color: #fff;
}
.p-case-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 4rem;
}
.p-case-item {
	padding: 2.8125rem 2.8125rem 1.8125rem;
	background: #fff;
	border: none;
}
.p-case-item .p-item-imgWrapper {
	display: flex;
	margin-bottom: 0.75rem;
}
.p-case-item .p-item-body-head {
	display: flex;
	flex-wrap: wrap;
	gap: 0.875rem;
	align-items: center;
	margin-bottom: 0.5rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: calc(24/16);
}
.p-case-item .p-item-lbl {
	padding: 0.4375rem 0.75rem;
	color: #fff;
	background: #ff8739;
}
.p-case-item .p-item-type {
	color: #ff8739;
}
.p-case-item .p-item-txt {
	font-weight: 700;
}

@media screen and (max-width: 1023px) {
	.p-case {
		padding: 0;
	}
	.p-case .l-common-inner {
		padding: 1.25rem;
	}
	.p-case-hgroup {
		margin-bottom: 1.875rem;
	}
	.p-case-list {
		grid-template-columns: auto;
		gap: 1.875rem;
	}
	.p-case-item {
		padding: 2rem 2rem 2rem;
	}
	.p-case-item .p-item-imgWrapper {
		margin-bottom: 1.125rem;
	}
	.p-case-item .p-item-body-head {
		gap: 1.3125rem;
		font-size: 1rem;
	}
	.p-case-item .p-item-lbl {
		padding: 0.5rem 0.75rem;
	}
	.p-case-item .p-item-txt {
		font-size: min(15px, 3.5vw);
	}
}
/* =======================================================
flow
======================================================= */
.p-flow {
	padding: 6.25rem 0;
	background: #fffae9;
}
.p-flow .l-common-inner {
	max-width: 98.125rem;
	padding: 0 2.5rem;
}
.p-flow-hgroup {
	margin-bottom: 5.625rem;
}
.p-flow-ttl {
	color: #333;
}
.p-flow-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 3.125rem;
	align-items: center;
}
.p-flow-item {
	position: relative;
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 4;
	gap: 0;
	padding: 1.8125rem 0 2.25rem;
	background: #fff;
	border: 0.4375rem solid #ffc8a4;
	border-radius: 0.9375rem;
}
.p-flow-item .p-item-step {
	display: block;
	margin-bottom: 1.25rem;
	font-size: 2.375rem;
	font-weight: 700;
	line-height: calc(48/38);
	color: #ffc8a4;
	text-align: center;
}
.p-flow-item .p-item-imgWrapper {
	align-self: start;
	margin: 0 auto 1.25rem;
}
.p-flow-item .p-item-ttl {
	align-self: start;
	font-size: 1.3125rem;
	font-weight: 700;
	color: #ff8739;
	text-align: center;
}
.p-flow-item .p-item-txt {
	padding: 0 2.1875rem;
	font-size: 1.125rem;
}
.p-flow-item:first-of-type .p-item-imgWrapper {
	width: 6.75rem;
}
.p-flow-item:nth-of-type(2) .p-item-imgWrapper {
	width: 11.125rem;
}
.p-flow-item:nth-of-type(3) .p-item-imgWrapper {
	width: 9.625rem;
}
.p-flow-item:nth-of-type(4) .p-item-imgWrapper {
	width: 9.3125rem;
}
.p-flow-item:not(:last-of-type)::after {
	position: absolute;
	top: 50%;
	right: -2.9375rem;
	width: 0;
	height: 0;
	content: "";
	border-color: transparent transparent transparent #ff8739;
	border-style: solid;
	border-width: 1.28125rem 0 1.28125rem 1.5625rem;
	transform: translateY(-50%);
}

@media screen and (max-width: 1023px) {
	.p-flow {
		padding: 2.5rem 0;
	}
	.p-flow .l-common-inner {
		padding: 0 1.25rem;
	}
	.p-flow-hgroup {
		margin-bottom: 1.875rem;
	}
	.p-flow-list {
		grid-template-columns: auto;
		gap: 4.875rem;
	}
	.p-flow-item {
		grid-template-rows: auto;
	}
	.p-flow-item .p-item-step {
		font-size: 2rem;
	}
	.p-flow-item .p-item-imgWrapper {
		margin: 0 auto 1.25rem;
	}
	.p-flow-item .p-item-ttl {
		margin-bottom: 1rem;
		font-size: 1.125rem;
	}
	.p-flow-item .p-item-txt {
		padding: 0 1.875rem;
		font-size: 1rem;
	}
	.p-flow-item:not(:last-of-type)::after {
		top: initial;
		right: initial;
		bottom: -3.4375rem;
		left: 50%;
		border-color: #ff8739 transparent transparent transparent;
		border-width: 1.5625rem 1.28125rem 0 1.28125rem;
		transform: translateX(-50%);
	}
}
/* =======================================================
owner
======================================================= */
.p-owner {
	padding-bottom: 6.25rem;
	background: url("../assets/images/lp/owner_bg.webp") top center/cover no-repeat;
}
.p-owner .l-common-inner {
	max-width: 81.375rem;
	padding: 0 2.5rem;
}
.p-owner-ttl {
	padding: 5.375rem 0 6.3125rem;
	margin-bottom: 6.25rem;
}
.p-owner-ttl-imgWrapper {
	width: 78.9375rem;
}
.p-owner-list {
	display: grid;
	gap: 3.25rem;
}
.p-owner-item {
	display: grid;
	grid-template-rows: auto auto 1fr;
	gap: 0 3.4375rem;
	padding: 1.75rem 0 2.25rem;
	background: url("../assets/images/lp/owner_item_bg.webp") top center/cover no-repeat;
}
.p-owner-item:nth-of-type(odd) {
	grid-template-areas: "ttl imgWrapper" "sub-ttl imgWrapper" "txt imgWrapper";
	grid-template-columns: 1fr 33.25rem;
	padding-right: 3.3125rem;
	padding-left: 4.9375rem;
}
.p-owner-item:nth-of-type(even) {
	grid-template-areas: "imgWrapper ttl" "imgWrapper sub-ttl" "imgWrapper txt";
	grid-template-columns: 33.25rem 1fr;
	padding-right: 4.9375rem;
	padding-left: 3.3125rem;
}
.p-owner-item .p-item-ttl {
	grid-area: ttl;
	padding: 0.8125rem 0 1rem;
	margin: 1.5625rem 0 1.3125rem;
	font-size: 1.9375rem;
	line-height: calc(34/31);
	color: #fff;
	text-align: center;
	background: #ff8739;
}
.p-owner-item .p-item-ttl-deco {
	display: block;
	font-size: 1.625rem;
	line-height: 1;
}
.p-owner-item .p-item-imgWrapper {
	grid-area: imgWrapper;
}
.p-owner-item .p-item-sub-ttl {
	grid-area: sub-ttl;
	margin-bottom: 1.375rem;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: calc(79/56);
	color: #ff8739;
	text-align: center;
}
.p-owner-item .p-item-txt {
	grid-area: txt;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: calc(32/18);
}

@media screen and (max-width: 1023px) {
	.p-owner {
		padding-bottom: 2.5rem;
		background: url("../assets/images/lp/owner_bg_sp.webp") top center/cover no-repeat;
	}
	.p-owner .l-common-inner {
		padding: 0 1.25rem;
	}
	.p-owner-ttl {
		padding: 2rem 0 0;
		margin-bottom: 2.5rem;
	}
	.p-owner-ttl-imgWrapper {
		width: 20.875rem;
	}
	.p-owner-list {
		gap: 1.25rem;
	}
	.p-owner-item {
		gap: 0;
		padding: 1.5625rem;
		background: url("../assets/images/lp/owner_item_bg_sp.webp") top center/cover no-repeat;
	}
	.p-owner-item:nth-of-type(odd) {
		grid-template-areas: "ttl" "imgWrapper" "sub-ttl" "txt";
		grid-template-columns: auto;
		padding-right: 1.5625rem;
		padding-left: 1.5625rem;
	}
	.p-owner-item:nth-of-type(even) {
		grid-template-areas: "ttl" "imgWrapper" "sub-ttl" "txt";
		grid-template-columns: auto;
		padding-right: 1.5625rem;
		padding-left: 1.5625rem;
	}
	.p-owner-item .p-item-ttl {
		padding: 0.625rem 0;
		margin: 0 0 0.625rem;
		font-size: 1.125rem;
		font-weight: 500;
	}
	.p-owner-item .p-item-ttl-deco {
		font-size: 0.9375rem;
	}
	.p-owner-item .p-item-imgWrapper {
		margin-bottom: 0.9375rem;
	}
	.p-owner-item .p-item-sub-ttl {
		margin-bottom: 0.9375rem;
		font-size: 1rem;
		font-weight: 500;
	}
	.p-owner-item .p-item-txt {
		font-size: 0.875rem;
	}
}
/* =======================================================
cta_owner
======================================================= */
.p-cta_owner {
	background: url("../assets/images/common/cta_bg02.webp") top center/cover no-repeat;
}
.p-cta_owner .p-cta-ttl {
	width: 40.1875rem;
	margin-bottom: 0;
}
.p-cta_owner .p-cta-btn-deco {
	width: 12.75rem;
}
.p-cta_owner .p-cta-btn .p-btn-inner {
	position: relative;
	display: grid;
	place-content: center;
	padding: 1.3125rem 2.25rem 1.5rem 7.875rem;
	margin-left: -2.5rem;
}
.p-cta_owner .p-cta-btn .p-btn-inner::before {
	left: 2.875rem;
	width: 3.6875rem;
	height: 3.875rem;
}
.p-cta_owner .p-cta-btn .p-btn-inner .u-font-en {
	font-size: 2.875rem;
}
.p-cta_owner .p-cta-btn .p-btn-def {
	margin-top: 0.25rem;
	font-size: 0.875rem;
	font-weight: 700;
}
.p-cta_owner-chat {
	display: flex;
	gap: 0.125rem;
	align-items: end;
	justify-content: center;
	width: 36.25rem;
	height: 4.3125rem;
	padding-bottom: 1.25rem;
	margin-top: -5.625rem;
	font-weight: 700;
	color: #fff;
	background: url("../assets/images/common/cta-owner_chat_bg.svg") top center/contain no-repeat;
}
.p-cta_owner-chat-strong {
	font-size: 2rem;
}
.p-cta_owner-chat-weak {
	font-size: 1.75rem;
}
.p-cta_owner-txt {
	width: 36.25rem;
	margin-bottom: 0.9375rem;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}

@media screen and (max-width: 1023px) {
	.p-cta_owner {
		background: url("../assets/images/common/cta_bg_sp02.webp") top center/cover no-repeat;
	}
	.p-cta_owner .p-cta-ttl {
		width: 22.375rem;
		margin-bottom: 0;
	}
	.p-cta_owner .p-cta-btn-deco {
		width: auto;
	}
	.p-cta_owner .p-cta-btn-deco > picture {
		width: 17.3125rem;
	}
	.p-cta_owner .p-cta-btn .p-btn-inner {
		padding: 0.9375rem 0.9375rem 0.625rem 4.75rem;
		margin-top: -0.9375rem;
		margin-left: 0;
		border-width: 0.25rem;
		box-shadow: 0.25rem 0.25rem 0 #ce6827;
	}
	.p-cta_owner .p-cta-btn .p-btn-inner::before {
		left: 1.1875rem;
		width: 2.625rem;
		height: 2.75rem;
	}
	.p-cta_owner .p-cta-btn .p-btn-inner .u-font-en {
		font-size: 2.0625rem;
		text-align: left;
	}
	.p-cta_owner .p-cta-btn .p-btn-def {
		margin-top: -0.25rem;
		font-size: 0.8125rem;
	}
	.p-cta_owner-chat {
		position: relative;
		z-index: 2;
		flex-wrap: wrap;
		gap: 0.125rem;
		justify-content: center;
		width: 18.25rem;
		height: 5.75rem;
		padding: 0 3.4375rem 1.0625rem;
		margin: -3.4375rem auto 0;
		background: url("../assets/images/common/cta-owner_chat_bg_sp.svg") top center/contain no-repeat;
	}
	.p-cta_owner-chat-strong {
		font-size: 1.375rem;
	}
	.p-cta_owner-chat-strong.dot {
		width: 100%;
		margin: -0.75rem 0;
		line-height: 1;
	}
	.p-cta_owner-chat-weak {
		font-size: 1.1875rem;
	}
	.p-cta_owner-txt {
		display: inline-flex;
		width: auto;
		padding: 0.5rem 0.875rem;
		margin: -2.125rem auto 12.75rem;
		font-size: 1.25rem;
		background: #fff;
	}
}
/* =======================================================
simulation
======================================================= */
.p-simulation {
	padding-bottom: 6.25rem;
	background: url("../assets/images/lp/simulation_bg.webp") top center/cover no-repeat;
}
.p-simulation-ttl {
	padding: 4.0625rem 0 9.3125rem;
	margin-bottom: 3rem;
}
.p-simulation-ttl-imgWrapper {
	width: 58.375rem;
}
.p-simulation .l-common-inner {
	max-width: 60.75rem;
	padding: 0 2.5rem;
	margin: 0 auto;
}
.p-simulation-list {
	display: grid;
	gap: 1.0625rem;
	margin-bottom: 2.875rem;
}
.p-simulation-list-wrapper {
	max-width: 45.625rem;
	margin: 0 auto 2.875rem;
}
.p-simulation-item {
	padding: 1.3125rem 1.875rem;
	counter-increment: step;
	background: #ffc8a4;
	border-radius: 0.3125rem;
}
.p-simulation-item .p-item-ttl {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.9375rem;
	align-items: center;
	margin-bottom: 0.6875rem;
	font-weight: 700;
	line-height: calc(27/19);
}
.p-simulation-item .p-item-ttl::before {
	display: grid;
	place-content: center;
	width: 2.1875rem;
	height: 2.1875rem;
	padding-top: 0.125rem;
	font-family: "din-2014", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: calc(31/24);
	color: #fff;
	content: counter(step);
	background: #ff8739;
	border-radius: 50%;
}
.p-simulation-item .p-item-ttl:not(:first-of-type) {
	margin-top: 1.625rem;
	margin-left: 2.8125rem;
}
.p-simulation-item .p-item-ttl:not(:first-of-type)::before {
	display: none;
}
.p-simulation-item .p-item-ttl-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 0.125rem;
	align-items: end;
	font-size: 1.1875rem;
}
.p-simulation-item .p-item-ttl-deco {
	font-size: 1.3125rem;
	line-height: calc(27/21);
}
.p-simulation-item .p-item-ttl-weak {
	font-size: 1.0625rem;
	font-weight: 400;
}
.p-simulation-item .p-item-choise {
	padding: 0 0.625rem;
}
.p-simulation-item .p-item-choise .p-choise-list {
	display: grid;
	gap: 0.875rem;
}
.p-simulation-item .p-item-choise .p-choise-item {
	display: flex;
	align-items: center;
}
.p-simulation-item .p-item-choise .p-choise-item .p-item-lbl {
	display: grid;
	width: 100%;
	height: 100%;
	padding: 1.25rem 1.125rem;
	cursor: pointer;
	background: #fff;
	border: 0.0625rem solid #9e9e9e;
	border-radius: 0.625rem;
}
.p-simulation-item .p-item-choise .p-choise-item .p-item-input {
	position: relative;
	align-self: center;
	width: 1rem;
	height: 1rem;
	cursor: pointer;
	border: 0.0625rem solid #9e9e9e;
	border-radius: 50%;
	appearance: none;
}
.p-simulation-item .p-item-choise .p-choise-item .p-item-input-wrapper {
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.625rem;
	align-items: center;
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: calc(25/17);
}
.p-simulation-item .p-item-choise .p-choise-item .p-item-input-wrapper.u-center {
	gap: 0;
	text-align: center;
}
.p-simulation-item .p-item-choise .p-choise-item .p-item-input:checked::after {
	position: absolute;
	inset: 0;
	width: 0.875rem;
	height: 0.875rem;
	margin: auto;
	content: "";
	background-color: #ff8739;
	border-radius: 50%;
}
.p-simulation-item .p-item-choise .p-choise-att-list {
	display: grid;
	gap: 0.125rem;
	margin-left: 1.125rem;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: calc(21/15);
}
.p-simulation-item .p-item-choise .p-choise-att-item {
	display: grid;
	grid-template-columns: auto 1fr;
}
.p-simulation-item .p-item-choise .p-choise-att-item::before {
	content: "※";
}
.p-simulation-item .p-item-total {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 0.625rem;
	align-items: end;
	padding: 1.5625rem 0 1.0625rem;
	color: #ec0d16;
	background: #fff;
	border: 0.0625rem solid #9e9e9e;
	border-radius: 0.625rem;
}
.p-simulation-item .p-item-total::before {
	content: "";
}
.p-simulation-item .p-item-total-price {
	font-size: 3.75rem;
	font-weight: 700;
	line-height: calc(76/60);
	letter-spacing: 0;
}
.p-simulation-item .p-item-total-unit {
	margin-bottom: 0.75rem;
	font-size: 1.75rem;
	font-weight: 700;
}
.p-simulation-item:not(:last-of-type) {
	position: relative;
	margin-bottom: 3.3125rem;
}
.p-simulation-item:not(:last-of-type)::after {
	position: absolute;
	bottom: -3.3125rem;
	left: 50%;
	width: 0;
	height: 0;
	content: "";
	border-color: #ff8739 transparent transparent transparent;
	border-style: solid;
	border-width: 1.9375rem 2.46875rem 0;
	transform: translateX(-50%);
}
.p-simulation-item-first-of-type .p-item-choise .p-choise-list {
	grid-template-areas: "step1-1 step1-2" "step1-3 step1-3";
	margin-bottom: 0.625rem;
}
.p-simulation-item-first-of-type .p-item-choise .p-choise-item .p-item-imgWrapper {
	margin: 0 auto;
}
.p-simulation-item-first-of-type .p-item-choise .p-choise-item:first-of-type {
	grid-area: step1-1;
}
.p-simulation-item-first-of-type .p-item-choise .p-choise-item:first-of-type .p-item-imgWrapper {
	width: 9.75rem;
}
.p-simulation-item-first-of-type .p-item-choise .p-choise-item:nth-of-type(2) {
	grid-area: step1-2;
}
.p-simulation-item-first-of-type .p-item-choise .p-choise-item:nth-of-type(2) .p-item-imgWrapper {
	width: 10.0625rem;
}
.p-simulation-item-first-of-type .p-item-choise .p-choise-item:nth-of-type(3) {
	grid-area: step1-3;
}
.p-simulation-item-first-of-type .p-item-choise .p-choise-item:nth-of-type(3) .p-item-imgWrapper {
	width: 26.0625rem;
}
.p-simulation-item-first-of-type .p-item-input-wrapper {
	margin-bottom: 0.75rem;
}
.p-simulation-item-nth-of-type2 .p-item-choise .p-choise-list {
	grid-template-columns: repeat(2, 1fr);
}
.p-simulation-item-nth-of-type3 .p-item-choise .p-choise-list {
	grid-template-columns: repeat(3, 1fr);
	gap: 0.625rem;
}
.p-simulation-item-nth-of-type3 .p-item-choise .p-choise-item:first-of-type .p-item-input-wrapper.u-center {
	padding-right: 0;
}
.p-simulation-item-nth-of-type3 .p-item-choise .p-choise-item:nth-of-type(2) .p-item-input-wrapper.u-center {
	padding-right: 0;
}
.p-simulation-item-nth-of-type3 .p-item-choise .p-choise-item:nth-of-type(2) .p-item-lbl {
	padding: 1.25rem 0.625rem;
}
.p-simulation-item-nth-of-type4 .p-item-choise .p-choise-imgWrapper {
	width: 30.75rem;
	margin: 0 auto 0.5rem;
}
.p-simulation-item-nth-of-type4 .p-item-choise .p-choise-list {
	grid-template-columns: repeat(2, 1fr);
}
.p-simulation-item-nth-of-type4 .p-item-choise .p-choise-item:first-of-type .p-item-input-wrapper {
	gap: 0.4375rem;
	margin-bottom: 0.625rem;
}
.p-simulation-item-nth-of-type4 .p-item-choise .p-choise-item:nth-of-type(2) {
	display: grid;
	grid-template-rows: auto auto 1fr;
	padding: 1rem 1.375rem 0;
	cursor: pointer;
	background: #fff;
	border: 0.0625rem solid #9e9e9e;
	border-radius: 0.625rem;
}
.p-simulation-item-nth-of-type4 .p-item-choise .p-choise-item:nth-of-type(2) .p-item-sub-ttl {
	margin-bottom: 0.375rem;
	font-size: 1.0625rem;
	font-weight: 700;
}
.p-simulation-item-nth-of-type4 .p-item-choise .p-choise-item:nth-of-type(2) .p-item-lbl {
	padding: 0.3125rem 1rem 0.375rem;
	text-align: center;
}
.p-simulation-item-nth-of-type4 .p-item-choise .p-choise-item:nth-of-type(2) .p-item-lbl-list {
	display: grid;
	gap: 0.6875rem;
}
.p-simulation-item-nth-of-type4 .p-choise-att {
	display: grid;
	grid-template-columns: auto 1fr;
	font-size: 0.875rem;
}
.p-simulation-item-nth-of-type4 .p-choise-att::before {
	content: "※";
}
.p-simulation-item-nth-of-type5 {
	padding-right: 0;
}
.p-simulation-item-nth-of-type5 .p-item-choise {
	padding: 0 2.5rem 0 0.625rem;
}
.p-simulation-item-nth-of-type5 .p-item-choise .p-choise-list {
	grid-template-columns: repeat(2, 1fr);
}
.p-simulation-item-nth-of-type5 .p-item-choise .p-choise-item .p-item-imgWrapper {
	margin: 0 auto;
}
.p-simulation-item-nth-of-type5 .p-item-choise .p-choise-item .p-item-input-wrapper {
	gap: 0.4375rem;
	margin-bottom: 0.875rem;
}
.p-simulation-item-nth-of-type5 .p-item-choise .p-choise-item .p-item-lbl {
	grid-template-rows: auto 1fr;
}
.p-simulation-item-nth-of-type5 .p-item-choise .p-choise-item:first-of-type .p-item-imgWrapper {
	width: 13.875rem;
}
.p-simulation-item-nth-of-type5 .p-item-choise .p-choise-item:nth-of-type(2) .p-item-lbl {
	padding-right: 0;
}
.p-simulation-item-nth-of-type5 .p-item-choise .p-choise-item:nth-of-type(2) .p-item-imgWrapper {
	align-items: start;
	width: 15.3125rem;
	padding-right: 1.125rem;
}
.p-simulation-item-nth-of-type6 .p-item-choise .p-choise-list {
	grid-template-areas: "step6-1 step6-2" "step6-1 step6-3";
}
.p-simulation-item-nth-of-type6 .p-item-choise .p-choise-item:first-of-type {
	grid-area: step6-1;
}
.p-simulation-item-nth-of-type6 .p-item-choise .p-choise-item:first-of-type .p-item-input-wrapper {
	gap: 2.5rem;
	margin-bottom: 0.8125rem;
}
.p-simulation-item-nth-of-type6 .p-item-choise .p-choise-item:first-of-type .p-item-imgWrapper {
	width: 14.0625rem;
	margin: 0 auto;
}
.p-simulation-item-nth-of-type6 .p-item-choise .p-choise-item:nth-of-type(2) {
	grid-area: step6-2;
}
.p-simulation-item-nth-of-type6 .p-item-choise .p-choise-item:nth-of-type(3) {
	grid-area: step6-3;
}
.p-simulation-item-nth-of-type6 .p-item-choise .p-choise-item:not(:first-of-type) .p-item-lbl {
	display: grid;
	grid-template-columns: repeat(2, auto);
	gap: 0 1rem;
	align-items: start;
}
.p-simulation-item-nth-of-type6 .p-item-choise .p-choise-item:not(:first-of-type) .p-item-input-wrapper {
	align-items: start;
}
.p-simulation-item-nth-of-type6 .p-item-choise .p-choise-item:not(:first-of-type) .p-item-input-wrapper > input {
	margin-top: 0.25rem;
}
.p-simulation-item-nth-of-type6 .p-item-choise .p-choise-item:not(:first-of-type) .p-item-imgWrapper {
	width: 7.4375rem;
}
.p-simulation-item-nth-of-type7 .p-item-choise .p-choise-list {
	grid-template-columns: 12.625rem 1fr;
}
.p-simulation-item-nth-of-type7 .p-item-choise .p-choise-item:first-of-type {
	align-self: start;
}
.p-simulation-item-nth-of-type7 .p-item-choise .p-choise-item .p-item-lbl {
	padding-right: 0.6875rem;
}
.p-simulation-item-nth-of-type7 .p-item-choise .p-choise-item .p-item-input-txt {
	text-align: center;
}
.p-simulation-item-nth-of-type7 .p-item-choise .p-choise-item .p-item-input-deco {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.3125rem 0;
	margin-top: 0.1875rem;
	font-size: 0.9375rem;
	font-weight: 700;
	color: #fff;
	background: #ff8739;
	border-radius: 1.0625rem;
}
.p-simulation-item-nth-of-type7 .p-item-choise .p-choise-item:nth-of-type(2) {
	display: grid;
	gap: 0.5625rem;
	padding: 1.0625rem 1.625rem 0.75rem;
	background: #fff;
	border: 0.0625rem solid #9e9e9e;
	border-radius: 0.625rem;
}
.p-simulation-item-nth-of-type7 .p-item-choise .p-choise-item:nth-of-type(2) .p-item-sub-ttl {
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: calc(25/17);
	text-align: center;
}
.p-simulation-item-nth-of-type7 .p-item-choise .p-choise-item:nth-of-type(2) .p-item-lbl-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.875rem;
}
.p-simulation-item-nth-of-type7 .p-item-choise .p-choise-item:nth-of-type(2) .p-item-input-wrapper {
	gap: 2rem;
}
.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-list {
	grid-template-columns: repeat(2, 1fr);
}
.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item .p-item-lbl {
	padding: 1rem 1.125rem 1.1875rem;
}
.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:first-of-type .p-item-input-wrapper {
	margin-bottom: 0.75rem;
}
.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:first-of-type .p-item-imgWrapper {
	width: 15.375rem;
	margin: 0 auto;
}
.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(2), 
.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(3), 
.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(4) {
	display: grid;
	grid-template-rows: auto auto 1fr;
	padding: 0.9375rem 1.25rem 1.1875rem;
	background: #fff;
	border: 0.0625rem solid #9e9e9e;
	border-radius: 0.625rem;
}
.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(2) .p-item-subttl, 
.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(3) .p-item-subttl, 
.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(4) .p-item-subttl {
	margin-bottom: 0.3125rem;
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: calc(25/17);
	text-align: center;
}
.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(2) .p-item-lbl, 
.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(3) .p-item-lbl, 
.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(4) .p-item-lbl {
	padding: 0.375rem;
}
.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(2) .p-item-lbl-list,
.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(3) .p-item-lbl-list,
.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(4) .p-item-lbl-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.875rem;
	margin-bottom: 0.3125rem;
}
.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(2) .p-item-input-wrapper, 
.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(3) .p-item-input-wrapper, 
.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(4) .p-item-input-wrapper {
	gap: 0.4375rem;
	font-size: 0.75rem;
}
.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(2) .p-item-imgWrapper,
.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(3) .p-item-imgWrapper, 
.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(4) .p-item-imgWrapper {
	width: 12.375rem;
	margin: 0 auto;
}
.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(5) {
	display: grid;
	padding: 1rem 0.9375rem 0.75rem;
	background: #fff;
	border: 0.0625rem solid #9e9e9e;
	border-radius: 0.625rem;
}
.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(5) .p-item-subttl {
	margin-bottom: 0.625rem;
	font-size: 1.0625rem;
	font-weight: 700;
	text-align: center;
}
.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(5) .p-item-lbl {
	padding: 0;
	border: none;
}
.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(5) .p-item-lbl-wrapper {
	display: grid;
	grid-template-columns: repeat(2, auto);
	place-content: center;
	align-items: center;
	justify-content: space-between;
	padding: 0.4375rem 0.875rem;
	background: #fff;
	border: 0.0625rem solid #9e9e9e;
	border-radius: 0.625rem;
}
.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(5) .p-item-lbl-wrapper + .p-item-lbl-wrapper {
	margin-top: 0.625rem;
}
.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(5) .p-item-lbl-ttl {
	font-size: 1.0625rem;
	font-weight: 700;
	text-align: center;
}
.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(5) .p-item-lbl-list {
	display: grid;
	gap: 0.375rem;
}
.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(5) .p-item-input-wrapper {
	gap: 0.5625rem;
}
.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(5) .p-item-imgWrapper {
	width: 15.375rem;
	margin: 0 auto 0.75rem;
}
.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(6) {
	display: grid;
}
.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(6) .p-item-lbl-list {
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
	width: 100%;
	height: 100%;
}
.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(6) .p-item-lbl-item {
	width: 100%;
}
.p-simulation-item-nth-of-type9 {
	padding-right: 0;
}
.p-simulation-item-nth-of-type9 .p-item-choise .p-choise-list {
	padding-right: 2.5rem;
	margin-bottom: 0.6875rem;
}
.p-simulation-item-nth-of-type9 .p-item-choise .p-choise-item .p-item-lbl {
	grid-template-rows: auto 1fr;
}
.p-simulation-item-nth-of-type9 .p-item-choise .p-choise-item .p-item-lbl-list {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.875rem;
}
.p-simulation-item-nth-of-type9 .p-item-choise .p-choise-item .p-item-input-wrapper {
	margin-bottom: 0;
}
.p-simulation-item-nth-of-type9 .p-item-choise .p-choise-item .p-item-imgWrapper {
	width: 15.3125rem;
	margin: 0 auto;
}
.p-simulation-item-nth-of-type9 .p-item-choise .p-choise-item:nth-of-type(2) .p-item-input-wrapper {
	margin-top: 0.4375rem;
}

.p-simulation-item-nth-of-type10 {
	padding-right: 0;
}
.p-simulation-item-nth-of-type10 .p-item-choise .p-choise-list {
	grid-template-columns: repeat(2, 1fr);
	padding-right: 2.5rem;
	margin-bottom: 0.6875rem;
}
.p-simulation-item-nth-of-type10 .p-item-choise .p-choise-item .p-item-lbl {
	grid-template-rows: auto 1fr;
}
.p-simulation-item-nth-of-type10 .p-item-choise .p-choise-item .p-item-input-wrapper {
	margin-bottom: 0.625rem;
}
.p-simulation-item-nth-of-type10 .p-item-choise .p-choise-item .p-item-imgWrapper {
	width: 15.3125rem;
	margin: 0 auto;
}
.p-simulation-item-nth-of-type10 .p-item-choise .p-choise-item:nth-of-type(2) .p-item-input-wrapper {
	margin: 0;
	gap: 0.4375rem;
	font-size: 0.75rem;
}

.p-simulation-item-nth-of-type10 .p-item-choise .p-choise-item:nth-of-type(2) {
	display: grid;
	grid-template-rows: auto auto 1fr;
	padding: 0.9375rem 1.25rem 1.1875rem;
	background: #fff;
	border: 0.0625rem solid #9e9e9e;
	border-radius: 0.625rem;
}
.p-simulation-item-nth-of-type10 .p-item-choise .p-choise-item:nth-of-type(2) .p-item-lbl-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.875rem;
	margin-bottom: 0.3125rem;
}
.p-simulation-item-nth-of-type10 .p-item-choise .p-choise-item:nth-of-type(2) .p-item-lbl {
	padding: 0.375rem 1.125rem;
}
.p-simulation-item-nth-of-type10 .p-item-choise .p-choise-item:nth-of-type(2) .p-item-subttl{
	margin-bottom: 0.3125rem;
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: calc(25 / 17);
	text-align: center;
}
.p-simulation-item-nth-of-type11 .p-item-choise .p-choise-list {
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 0.6875rem;
}
.p-simulation-item-nth-of-type11 .p-item-choise .p-choise-item .p-item-lbl {
	grid-template-rows: auto 1fr;
}
.p-simulation-item-nth-of-type11 .p-item-choise .p-choise-item .p-item-input-wrapper {
	margin-bottom: 0.4375rem;
}
.p-simulation-item-nth-of-type11 .p-item-choise .p-choise-item .p-item-imgWrapper {
	width: 15.375rem;
	margin: 0 auto;
}

.p-simulation-item-nth-of-type11 .p-item-choise .p-choise-item:nth-of-type(2) .p-item-input-wrapper {
	margin: 0;
	gap: 0.4375rem;
	font-size: 0.75rem;
}

.p-simulation-item-nth-of-type11 .p-item-choise .p-choise-item:nth-of-type(2) {
	display: grid;
	grid-template-rows: auto auto 1fr;
	padding: 0.9375rem 1.25rem 1.1875rem;
	background: #fff;
	border: 0.0625rem solid #9e9e9e;
	border-radius: 0.625rem;
}
.p-simulation-item-nth-of-type11 .p-item-choise .p-choise-item:nth-of-type(2) .p-item-lbl-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.875rem;
	margin-bottom: 0.3125rem;
}
.p-simulation-item-nth-of-type11 .p-item-choise .p-choise-item:nth-of-type(2) .p-item-lbl {
	padding: 0.375rem 1.125rem;
}
.p-simulation-item-nth-of-type11 .p-item-choise .p-choise-item:nth-of-type(2) .p-item-subttl{
	margin-bottom: 0.3125rem;
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: calc(25 / 17);
	text-align: center;
}
.p-simulation-item-nth-of-type12 .p-choise-item:first-of-type .p-item-input-wrapper {
	grid-template-columns: repeat(3, auto);
	gap: 0.9375rem;
	justify-content: start;
}
.p-simulation-item-nth-of-type12 .p-choise-item:first-of-type .p-item-input-lbl {
	display: block;
	padding: 0.25rem 1.375rem 0.3125rem;
	margin-left: 0.3125rem;
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
	background: #ff8739;
	border-radius: 1.0625rem;
}
.p-simulation-item-nth-of-type12 .p-choise-item:first-of-type .p-item-lbl {
	padding: 0.875rem 1.125rem;
}
.p-simulation-item-nth-of-type12 .p-item-choise .p-choise-list {
	grid-template-columns: repeat(2, 1fr);
}
.p-simulation-item-last-of-type .p-item-ttl {
	font-size: 1.1875rem;
}
.p-simulation-check {
	position: relative;
	width: 1.875rem;
	height: 1.875rem;
	appearance: none;
	border: 0.0625rem solid #707070;
	border-radius: 0.4375rem;
}
.p-simulation-check-wrapper {
	display: inline-grid;
	grid-template-columns: auto 1fr;
	gap: 1.875rem;
	align-items: center;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: calc(32/22);
	cursor: pointer;
}
.p-simulation-check:checked {
	background-color: #ff8739;
}
.p-simulation-check:checked::after {
	position: absolute;
	top: 0.375rem;
	left: 0.25rem;
	width: 1.125rem;
	height: 0.5625rem;
	content: "";
	border-bottom: 0.125rem solid #fff;
	border-left: 0.125rem solid #fff;
	transform: rotate(-45deg);
}
.p-simulation-alert {
	margin-bottom: 4.75rem;
	overflow: hidden;
	border: 0.25rem solid #c1272d;
	border-radius: 1.5rem;
}
.p-simulation-alert .p-alert-ttl {
	position: relative;
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: center;
	padding: 0.9375rem 0;
	font-size: 2.875rem;
	font-weight: 700;
	line-height: calc(66/46);
	color: #fff;
	text-align: center;
	background: #c1272d;
}
.p-simulation-alert .p-alert-ttl::before {
	width: 3.25rem;
	height: 2.75rem;
	content: "";
	background: url("../assets/images/lp/simulation_alert_ttl_deco.svg") top center/contain no-repeat;
}
.p-simulation-alert .p-alert-body {
	padding: 1.625rem 2.6875rem;
	line-height: calc(27/19);
	background: #fff;
}
.p-simulation-alert .p-alert-list {
	display: grid;
	gap: 0.5625rem;
}
.p-simulation-alert .p-alert-item {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.625rem;
	font-size: 1.1875rem;
	font-weight: 500;
}
.p-simulation-alert .p-alert-item::before {
	width: 1.0625rem;
	height: 1.125rem;
	margin-top: 0.25rem;
	content: "";
	background: #c1272d;
	border-radius: 50%;
}
.p-simulation-btn {
	position: relative;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 33.0625rem;
	height: 7.875rem;
	margin: 0 auto;
	font-size: 2.375rem;
	font-weight: 700;
	color: #fff;
	background: #ff8739;
	box-shadow: 0.375rem 0.375rem 0 #ce6827;
}
.p-simulation-btn-head {
	display: flex;
	gap: 0.75rem;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.5rem;
	font-weight: 700;
	color: #ff8739;
}
.p-simulation-btn-head::before, .p-simulation-btn-head::after {
	width: 1.9375rem;
	height: 2.8125rem;
	margin-top: 1rem;
	content: "";
	background: url("../assets/images/lp/simulation-btn-deco.svg") top center/contain no-repeat;
}
.p-simulation-btn-head::after {
	transform: scale(-1, 1);
}
.p-simulation-btn-head .p-head-strong {
	font-size: 2.375rem;
}
.p-simulation-btn-head .p-head-weak {
	display: block;
	margin-top: 0.25rem;
	font-size: 1.875rem;
}
.p-simulation-btn::after {
	position: absolute;
	top: 50%;
	right: 2.375rem;
	width: 0;
	height: 0;
	content: "";
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 0.96875rem 0 0.96875rem 1.5rem;
	transform: translateY(-50%);
}

@media screen and (max-width: 1023px) {
	.p-simulation {
		padding-bottom: 2.5rem;
		background: url("../assets/images/lp/simulation_bg.webp") top center/cover no-repeat;
	}
	.p-simulation-ttl {
		padding: 2.4375rem 0 3.0625rem;
		margin-bottom: 2.5rem;
	}
	.p-simulation-ttl-imgWrapper {
		width: 23.1875rem;
	}
	.p-simulation .l-common-inner {
		padding: 0 1.25rem;
	}
	.p-simulation-list {
		gap: 1.25rem;
		margin-bottom: 2.5rem;
	}
	.p-simulation-list-wrapper {
		margin: 0 auto 2.5rem;
	}
	.p-simulation-item {
		padding: 0.625rem;
	}
	.p-simulation-item .p-item-ttl {
		gap: 0.5rem;
		margin-bottom: 0.5rem;
	}
	.p-simulation-item .p-item-ttl::before {
		width: 1.875rem;
		height: 1.875rem;
		padding-top: 0.125rem;
		font-size: 1.25rem;
	}
	.p-simulation-item .p-item-ttl:not(:first-of-type) {
		margin-top: 0.8125rem;
		margin-left: 1.375rem;
	}
	.p-simulation-item .p-item-ttl-inner {
		font-size: 1rem;
	}
	.p-simulation-item .p-item-ttl-deco {
		font-size: 1.125rem;
	}
	.p-simulation-item .p-item-ttl-weak {
		font-size: 0.875rem;
	}
	.p-simulation-item .p-item-choise {
		padding: 0 0.5rem;
	}
	.p-simulation-item .p-item-choise .p-choise-list {
		gap: 0.5rem;
	}
	.p-simulation-item .p-item-choise .p-choise-item .p-item-lbl {
		padding: 0.625rem 0.5625rem;
	}
	.p-simulation-item .p-item-choise .p-choise-item .p-item-input {
		width: 1rem;
		height: 1rem;
	}
	.p-simulation-item .p-item-choise .p-choise-item .p-item-input-wrapper {
		gap: 0.625rem;
		font-size: 0.875rem;
	}
	.p-simulation-item .p-item-choise .p-choise-item .p-item-input:checked::after {
		width: 0.625rem;
		height: 0.625rem;
	}
	.p-simulation-item .p-item-choise .p-choise-att-list {
		gap: 0.0625rem;
		margin-left: 0.5625rem;
		font-size: 0.625rem;
	}
	.p-simulation-item .p-item-total {
		gap: 0.4375rem;
		padding: 2rem 0 1.8125rem;
	}
	.p-simulation-item .p-item-total-price {
		font-size: 2.125rem;
		line-height: 1;
	}
	.p-simulation-item .p-item-total-unit {
		margin-bottom: 0.125rem;
		font-size: 1.125rem;
	}
	.p-simulation-item:not(:last-of-type) {
		margin-bottom: 2.25rem;
	}
	.p-simulation-item:not(:last-of-type)::after {
		bottom: -2.25rem;
		border-width: 1rem 1.25rem 0;
	}
	.p-simulation-item-first-of-type .p-item-choise .p-choise-list {
		grid-template-areas: "step1-1" "step1-2" "step1-3";
		margin-bottom: 0.5rem;
	}
	.p-simulation-item-first-of-type .p-item-choise .p-choise-item:first-of-type .p-item-imgWrapper {
		width: 9.75rem;
	}
	.p-simulation-item-first-of-type .p-item-choise .p-choise-item:nth-of-type(2) .p-item-imgWrapper {
		width: 10.0625rem;
	}
	.p-simulation-item-first-of-type .p-item-choise .p-choise-item:nth-of-type(3) .p-item-imgWrapper {
		width: 100%;
	}
	.p-simulation-item-first-of-type .p-item-input-wrapper {
		margin-bottom: 0.75rem;
	}
	.p-simulation-item-nth-of-type2 .p-item-choise .p-choise-list {
		grid-template-columns: auto;
	}
	.p-simulation-item-nth-of-type3 .p-item-choise .p-choise-list {
		grid-template-columns: auto;
		gap: 0.625rem;
	}
	.p-simulation-item-nth-of-type3 .p-item-choise .p-choise-item:first-of-type .p-item-input-wrapper.u-center {
		padding-right: 0;
	}
	.p-simulation-item-nth-of-type3 .p-item-choise .p-choise-item:nth-of-type(2) .p-item-input-wrapper.u-center {
		padding-right: 0;
	}
	.p-simulation-item-nth-of-type3 .p-item-choise .p-choise-item:nth-of-type(2) .p-item-lbl {
		padding: 0.625rem 0.5625rem;
	}
	.p-simulation-item-nth-of-type4 .p-item-ttl-inner {
		display: block;
	}
	.p-simulation-item-nth-of-type4 .p-item-choise .p-choise-imgWrapper {
		width: 100%;
		margin: 0 auto 0.5rem;
	}
	.p-simulation-item-nth-of-type4 .p-item-choise .p-choise-list {
		grid-template-columns: auto;
	}
	.p-simulation-item-nth-of-type4 .p-item-choise .p-choise-item .p-item-input-deco {
		padding: 0.3125rem 1.3125rem;
		font-size: 0.875rem;
	}
	.p-simulation-item-nth-of-type4 .p-item-choise .p-choise-item:nth-of-type(2) {
		padding: 1rem 1.375rem;
	}
	.p-simulation-item-nth-of-type4 .p-item-choise .p-choise-item:nth-of-type(2) .p-item-sub-ttl {
		margin-bottom: 0.5625rem;
		font-size: 0.875rem;
	}
	.p-simulation-item-nth-of-type4 .p-item-choise .p-choise-item:nth-of-type(2) .p-item-lbl-list {
		gap: 0.625rem;
		margin-bottom: 0.5625rem;
	}
	.p-simulation-item-nth-of-type4 .p-choise-att {
		font-size: 0.625rem;
	}
	.p-simulation-item-nth-of-type5 {
		padding-right: 0.625rem;
	}
	.p-simulation-item-nth-of-type5 .p-item-ttl-inner {
		display: block;
	}
	.p-simulation-item-nth-of-type5 .p-item-ttl-weak {
		display: block;
	}
	.p-simulation-item-nth-of-type5 .p-item-choise {
		padding: 0;
	}
	.p-simulation-item-nth-of-type5 .p-item-choise .p-choise-list {
		grid-template-columns: auto;
	}
	.p-simulation-item-nth-of-type5 .p-item-choise .p-choise-item .p-item-input-wrapper {
		gap: 0.4375rem;
		margin-bottom: 0.875rem;
	}
	.p-simulation-item-nth-of-type6 .p-item-ttl-inner {
		display: block;
	}
	.p-simulation-item-nth-of-type6 .p-item-choise .p-choise-list {
		grid-template-areas: "step6-1" "step6-2" "step6-3";
	}
	.p-simulation-item-nth-of-type6 .p-item-choise .p-choise-item:first-of-type .p-item-input-wrapper {
		gap: 1.25rem;
		margin-bottom: 0.5rem;
	}
	.p-simulation-item-nth-of-type6 .p-item-choise .p-choise-item:not(:first-of-type) .p-item-lbl {
		grid-template-columns: auto;
		gap: 0.5rem;
	}
	.p-simulation-item-nth-of-type6 .p-item-choise .p-choise-item:not(:first-of-type) .p-item-input-wrapper > input {
		margin-top: 0.125rem;
	}
	.p-simulation-item-nth-of-type6 .p-item-choise .p-choise-item:not(:first-of-type) .p-item-imgWrapper {
		width: 14.0625rem;
		margin: 0 auto;
	}
	.p-simulation-item-nth-of-type7 .p-item-choise .p-choise-list {
		grid-template-columns: auto;
	}
	.p-simulation-item-nth-of-type7 .p-item-choise .p-choise-item .p-item-lbl {
		padding-right: 0.625rem;
	}
	.p-simulation-item-nth-of-type7 .p-item-choise .p-choise-item:nth-of-type(2) {
		gap: 0.5rem;
		padding: 0.625rem;
	}
	.p-simulation-item-nth-of-type7 .p-item-choise .p-choise-item:nth-of-type(2) .p-item-sub-ttl {
		font-size: 0.875rem;
	}
	.p-simulation-item-nth-of-type7 .p-item-choise .p-choise-item:nth-of-type(2) .p-item-lbl-list {
		gap: 0.5rem;
	}
	.p-simulation-item-nth-of-type7 .p-item-choise .p-choise-item:nth-of-type(2) .p-item-input-wrapper {
		gap: 2rem;
	}
	.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-list {
		grid-template-columns: auto;
	}
	.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item .p-item-lbl {
		padding: 0.625rem;
	}
	.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:first-of-type .p-item-input-wrapper {
		margin-bottom: 0.625rem;
	}
	.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(2), 
	.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(3), 
	.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(4) {
		grid-template-rows: auto;
		padding: 0.625rem;
	}
	.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(2) .p-item-subttl, 
	.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(3) .p-item-subttl,
	.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(4) .p-item-subttl {
		font-size: 0.875rem;
	}
	.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(2) .p-item-lbl,
	.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(3) .p-item-lbl, 
	.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(4) .p-item-lbl {
		padding: 0.5rem;
	}
	.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(2) .p-item-lbl-list, 
	.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(3) .p-item-lbl-list,
	.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(4) .p-item-lbl-list {
		gap: 0.5rem;
		margin-bottom: 0.25rem;
	}
	.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(2) .p-item-input-wrapper, 
	.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(3) .p-item-input-wrapper, 
	.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(4) .p-item-input-wrapper {
		gap: 0.5rem;
	}
	.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(5) .p-item-subttl {
		font-size: 0.875rem;
	}
	.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(5) .p-item-lbl-ttl {
		font-size: 0.875rem;
	}
	.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(5) .p-item-imgWrapper {
		width: 12.375rem;
	}
	.p-simulation-item-nth-of-type8 .p-item-choise .p-choise-item:nth-of-type(6) .p-item-lbl-list {
		gap: 0.5rem;
	}
	.p-simulation-item-nth-of-type9 {
		padding-right: 0.625rem;
	}
	.p-simulation-item-nth-of-type9 .p-item-ttl-inner {
		display: block;
	}
	.p-simulation-item-nth-of-type9 .p-item-choise .p-choise-list {
		display: grid;
		grid-template-columns: auto;
		padding-right: 0;
		margin-bottom: 0.5rem;
	}
	.p-simulation-item-nth-of-type9 .p-item-choise .p-choise-item .p-item-lbl {
		grid-template-rows: auto;
	}
	.p-simulation-item-nth-of-type9 .p-item-choise .p-choise-item:nth-of-type(2) .p-item-input-wrapper {
		margin-top: 0;
	}
	.p-simulation-item-nth-of-type10 {
		padding-right: 0.625rem;
	}
	.p-simulation-item-nth-of-type10 .p-item-ttl-inner {
		display: block;
	}
	.p-simulation-item-nth-of-type10 .p-item-choise .p-choise-list {
		display: grid;
		grid-template-columns: auto;
		padding-right: 0;
		margin-bottom: 0.5rem;
	}
	.p-simulation-item-nth-of-type10 .p-item-choise .p-choise-item .p-item-lbl {
		grid-template-rows: auto;
	}
	.p-simulation-item-nth-of-type10 .p-item-choise .p-choise-item:nth-of-type(2) .p-item-input-wrapper {
		margin-top: 0;
	}
	.p-simulation-item-nth-of-type11 .p-item-choise .p-choise-list {
		grid-template-columns: auto;
	}
	.p-simulation-item-nth-of-type11 .p-item-choise .p-choise-item .p-item-lbl {
		grid-template-rows: auto;
	}
	.p-simulation-item-nth-of-type11 .p-item-choise .p-choise-item .p-item-input-wrapper {
		margin-bottom: 0.4375rem;
	}
	.p-simulation-item-nth-of-type11 .p-item-choise .p-choise-item:nth-of-type(2) .p-item-input-wrapper {
		margin-top: 0;
	}
	.p-simulation-item-nth-of-type12 .p-item-choise .p-choise-list {
		grid-template-columns: auto;
	}
	.p-simulation-check {
		width: 1.25rem;
		height: 1.25rem;
	}
	.p-simulation-check-wrapper {
		grid-template-columns: auto 1fr;
		gap: 1rem;
		font-size: 1rem;
	}
	.p-simulation-check:checked::after {
		top: 0.3125rem;
		left: 0.1875rem;
		width: 0.75rem;
		height: 0.375rem;
	}
	.p-simulation-alert {
		margin-bottom: 1.5rem;
	}
	.p-simulation-alert .p-alert-ttl {
		padding: 0.5rem 0 0.75rem;
		font-size: 1.75rem;
	}
	.p-simulation-alert .p-alert-ttl::before {
		top: 0.375rem;
		width: 2.5rem;
		height: 2.125rem;
	}
	.p-simulation-alert .p-alert-body {
		padding: 1rem 1.5rem;
	}
	.p-simulation-alert .p-alert-list {
		gap: 0.25rem;
	}
	.p-simulation-alert .p-alert-item {
		gap: 0.5rem;
		font-size: 0.875rem;
	}
	.p-simulation-alert .p-alert-item::before {
		width: 0.75rem;
		height: 0.75rem;
		margin-top: 0.1875rem;
	}
	.p-simulation-btn {
		width: 18.75rem;
		height: 3.5rem;
		font-size: 1.125rem;
	}
	.p-simulation-btn-head {
		gap: 0.25rem;
		margin-bottom: 0.75rem;
	}
	.p-simulation-btn-head::before, .p-simulation-btn-head::after {
		width: 0.9375rem;
		height: 1.4375rem;
		margin-top: 0.75rem;
	}
	.p-simulation-btn-head .p-head-strong {
		font-size: 1.25rem;
	}
	.p-simulation-btn-head .p-head-weak {
		margin-top: 0.25rem;
		font-size: 1rem;
	}
	.p-simulation-btn::after {
		right: 1.1875rem;
		border-width: 0.5rem 0 0.5rem 0.75rem;
	}
}

.p-calendar {
	padding: 100px 0;
	background-image: url('../assets/images/lp/calendar-bg.jpg');
}

.calendar-container {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.calendar-titlewrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #f7941d;
	background-color: #fffbe4;
	padding: 10px;
	position: relative;
	width: fit-content;
	margin: 0 auto;
	margin-bottom: 2rem;
	box-sizing: border-box;
}

.calendar-titlewrapper::before {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	border: 2px solid #f7941d;
}

.calendar-title {
	font-size: 24px;
	color: #c1272d;
	margin: 0;
	padding: 5px 50px;
	z-index: 1;
}
@media screen and (max-width: 479px) {
	.p-calendar{
		padding: 60px 0;
	}
}

.simulation-attention {
	display: inline-grid;
	grid-template-columns: auto 1fr;
	gap: 1.25rem;
	align-items: center;
	padding: 0.5625rem 1.375rem;
	font-size: 1.125rem;
	background: #e9e9e9;
	border-radius: 0.625rem;
	margin-bottom: 3rem;
}
.simulation-attention::before {
	display: grid;
	place-content: center;
	width: 2.125rem;
	height: 2.125rem;
	padding-bottom: 0.125rem;
	content: "!";
	background: #fff;
	border-radius: 50%;
}

@media screen and (max-width: 479px) {
	.simulation-attention {
		gap: 0.625rem;
		padding: 0.3125rem 0.6875rem;
		font-size: 0.7rem;
		margin-bottom: 2rem;
	}
	.simulation-attention::before {
		width: 1.0625rem;
		height: 1.0625rem;
		padding-bottom: 0.0625rem;
	}
}