@charset "UTF-8";
/* =======================================================
mv
======================================================= */
.el-lower-mv-ttl::after{
	content: 'price';
}

/* =======================================================
about
======================================================= */
.bl-about{
	padding: 5rem 0 6rem;
	background: #E3F8FE;
	position: relative;
}
.bl-about::before{
	content: '';
	position: absolute;
	background: url(../images/common/top-deco.svg) top center / cover no-repeat;
	width: 100%;
	height: 2.5rem;
	top: -2.5rem;
	left: 50%;
	transform: translateX(-50%);
}
.bl-price-unit{
	margin-top: 2.5rem;
	display: flex;
	gap: 3.125rem;
}
.bl-price-item{
	width: 19.25rem;
	background: #204988;
	border-radius: 1rem;
	padding: 1.5rem 2.25rem 1rem;
	position: relative;
}
.bl-price-item:not(:first-of-type)::before{
	content: '';
	position: absolute;
	background: url(../images/price/plus--orange.svg) top center / contain no-repeat;
	width: 2.125rem;
	height: 2.125rem;
	top: 50%;
	left: -2.625rem;
	transform: translateY(-50%);
}
.el-price-ttl{
	width: 11.75rem;
	height: 2.25rem;
	background: #fff;
	color: #204988;
	border-radius: 2.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.55;
	letter-spacing: 0.045rem;
	margin: 0 auto 1.5rem;
}
.bl-price-item:nth-of-type(2) .el-price-ttl{
	margin-bottom: 1.5rem;
}
.bl-price-item:nth-of-type(3) .el-price-ttl{
	margin-bottom: 2.375rem;
}
.bl-price-item dd{
	letter-spacing: 0.06rem;
	color: #fff;
	text-align: center;
}
.bl-price-item:nth-of-type(2) dd,
.bl-price-item:nth-of-type(3) dd{
	text-align: left;
}
.bl-price-item:nth-of-type(2) dd > span,
.bl-price-item:nth-of-type(3) dd > span{
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-bottom: 1rem;
}
.el-price.--small{
	color: #fff;
	font-size: 1rem;
	letter-spacing: 0.04rem;
}
.bl-price .el-price{
	text-align: center;
	font-weight: bold;
	color: #fff;

	font-size: 1.25rem;
	letter-spacing: 0.05rem;
	line-height: 1.2;
}
.el-price .hp-din{
	font-size: 2.625rem;
	letter-spacing: 0.09rem;
}
.el-price .el-tax{
	font-size: 1.375rem;
	letter-spacing: 0.04rem;
}
.el-coupon-txt{
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.035rem;
	width: 13.75rem;
	height: 2.75rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/top/coupon-bg.svg) top center / contain no-repeat;
	margin: 0.5rem auto;
}
.bl-price-item .el-price{
	font-size: 1.375rem;
	font-weight: bold;
}
.bl-nocharge{
	height: 10.875rem;
	display: flex;
	border-radius: 1rem;
	overflow: hidden;
	margin: 2.5rem auto 2.5rem;
	border: 0.125rem solid #204988;
}
.el-nocherge-ttl{
	background: #FEF25C;
	color: #204988;
	font-size: 1.75rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.07rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 0 1 18.875rem;
	padding-left: 3rem;
	position: relative;
}
.el-nocherge-ttl::after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 1.875rem solid transparent;
	border-bottom: 1.875rem solid transparent;
	border-left: 1.875rem solid #FEF25C;
	border-right: 0;
	top: 50%;
	right: -1.625rem;
	transform: translateY(-50%);
}
.el-nocherge-ttl > span{
	font-size: 1.125rem;
	letter-spacing: 0.045rem;
	line-height: 2;
	display: block;
}
.bl-nocherge-body{
	flex: 1;
	background: #fff;
	padding: 0 1.5rem 0 5rem;
	display: flex;
	align-items: center;
	gap: 3rem;
}
.bl-nocherge-body ul{
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 2.5rem;
	width: 26.5rem;
}
.bl-nocherge-body ul > li{
	font-size: 1.25rem;
	font-weight: bold;
	padding-left: 1.5rem;
	position: relative;
}
.bl-nocherge-body ul > li::before{
	content: '';
	position: absolute;
	background: url(../images/top/check.svg) top center / contain no-repeat;
	width: 1.25rem;
	height: 1.25rem;
	top: 0.375rem;
	left: 0;
}
.el-txt-zero{
	color: #204988;
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0.12rem;
}
.el-txt-zero > span{
	font-size: 6.25rem;
	line-height: 1;
	letter-spacing: 0.25rem;
}
@media screen and (max-width: 46.875rem) {
	.bl-about{
		padding: 5rem 0 6rem;
		background: #E3F8FE;
		position: relative;
	}
	.bl-about::before{
		top: -2.375rem;
	}
	.bl-price-unit{
		margin-top: 3rem;
		flex-direction: column;
		align-items: center;
		gap: 8rem;
	}
	.bl-price-item{
		width: 38.875rem;
		padding: 2.5rem;
	}
	.bl-price-item:not(:first-of-type)::before{
		width: 5rem;
		height: 5rem;
		top: -6.375rem;
		left: 50%;
		transform: translateX(-50%);
	}
	.el-price-ttl{
		width: 21.5rem;
		height: 3.625rem;
		font-size: 1.75rem;
		margin: 0 auto 1rem;
	}
	.bl-price-item:nth-of-type(2) .el-price-ttl{
		margin-bottom: 1.5rem;
	}
	.bl-price-item:nth-of-type(3) .el-price-ttl{
		margin-bottom: 2.375rem;
	}
	.bl-price-item dd{
		font-size: 2rem;
	}
	.bl-price-item:nth-of-type(2) dd > span,
	.bl-price-item:nth-of-type(3) dd > span{
		font-size: 2.25rem;
		font-weight: bold;
		text-align: center;
		display: block;
		margin-bottom: 1rem;
	}
	.el-price.--small{
		font-size: 1.75rem;
	}
	.bl-price .el-price{
		font-size: 2rem;
	}
	.el-price .hp-din{
		font-size: 5rem;
		margin-right: 0.5rem;
	}
	.el-price .el-tax{
		font-size: 1.75rem;
		letter-spacing: 0.04rem;
	}
	.el-coupon-txt{
		font-size: 1.75rem;
		width: 21.5rem;
		height: 4.25rem;
		margin: 0.5rem auto 0.375rem;
	}
	.bl-nocharge{
		width: 38.875rem;
		height: auto;
		flex-direction: column;
	}
	.el-nocherge-ttl{
		font-size: 2.5rem;
		text-align: center;
		flex: unset;
		height: 10.125rem;
		padding-left: 0;
		z-index: 2;
	}
	.el-nocherge-ttl::after{
		border-right: 1.875rem solid transparent;
		border-left: 1.875rem solid transparent;
		border-top: 1.875rem solid #FEF25C;
		border-bottom: 0;
		top: inherit;
		bottom: -1.625rem;
		right: inherit;
		left: 50%;
		transform: translateX(-50%);
	}
	.el-nocherge-ttl > span{
		font-size: 1.75rem;
	}
	.bl-nocherge-body{
		flex: 100%;
		padding: 2.625rem 3rem 2.5rem;
		position: relative;
	}
	.bl-nocherge-body ul{
		gap: 1rem 3rem;
		width: fit-content;
	}
	.bl-nocherge-body ul > li{
		font-size: 1.75rem;
		padding-left: 2.125rem;
	}
	.bl-nocherge-body ul > li:nth-of-type(4){
		margin-right: 11.5rem;
	}
	.bl-nocherge-body ul > li::before{
		width: 1.75rem;
		height: 1.75rem;
		top: 0.5rem;
	}
	.el-txt-zero{
		position: absolute;
		font-size: 3rem;
		right: 2.75rem;
		bottom: 2.375rem;
	}
	.el-txt-zero > span{
		font-size: 6.25rem;
	}
}

/* =======================================================
price
======================================================= */
.bl-price{
	padding: 6rem 0;
	background: url(../images/common/bg--blue.jpg) top center / contain;
}
.bl-price .el-main-ttl{
	color: #fff;
}
.bl-price .bl-card-unit{
	margin: 2.5rem auto 1.5rem;
}
.bl-price .bl-card{
	background: #fff;
	border-radius: 1.25rem;
	overflow: hidden;
}
.bl-price .el-card-ttl{
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.05rem;
	line-height: 1.1;
	background: #204988;
	color: #fff;
	width: fit-content;
	padding: 0.5rem 0.75rem;
	margin: 0 auto 1rem;
}
.bl-price .bl-card-body{
	background: #204988;
	padding-bottom: 1rem;
}
.bl-price .bl-card-body .bl-bullet-list{
	padding: 1.5rem 1.5rem 2.125rem;
	background: #fff;
	font-size: 1rem;
}
.bl-price .bl-card .el-coupon-txt{
	margin: -0.5rem auto 0.5rem;
}
.bl-price .bl-card .el-price{
	font-size: 1.125rem;
	line-height: 2;
	letter-spacing: 0.045rem;
}
.bl-price .bl-card .el-price .hp-din{
	font-size: 2.5rem;
	line-height: 1.2;
	letter-spacing: 0.1rem;
}
.bl-coupon-img-wrapper{
	width: 37.375rem;
	margin: 3rem auto 4rem;
}
.bl-price .bl-box{
	border-radius: 1.25rem;
	overflow: hidden;
	background: #fff;
	padding: 0 3.25rem 2rem;
}
.bl-price .bl-box + .bl-box{
	margin-top: 2.5rem;
}
.bl-price .el-box-ttl{
	width: 64rem;
	font-size: 1.75rem;
	line-height: 1.5;
	letter-spacing: 0.07rem;
	text-align: center;
	color: #fff;
	background: #204988;
	padding: 2rem;
	margin: 0 0 2rem -3.25rem;
}
.bl-price .bl-box .el-txt{
	font-size: 1.25rem;
}
.bl-price .bl-box .bl-bullet-list{
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	font-weight: bold;
	font-size: 1.25rem;

}
.bl-price .bl-box .el-att{
	font-weight: normal;
}
.el-pay-txt{
	color: #204988;
	text-align: center;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.05rem;
	width: 40.875rem;
	height: 2.75rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0.0625rem solid #204988;
	margin: 0 auto;
}
.bl-pay-img-wrapper{
	width: 27.125rem;
	margin: 2rem auto 0;
}
@media screen and (max-width: 46.875rem) {
	.bl-price{
		padding: 6rem 0;
		background: url(../images/common/bg--blue.jpg) top center / contain;
	}
	.bl-price .el-main-ttl{
		color: #fff;
	}
	.bl-price .bl-card-unit{
		margin-top: 3rem;
		gap: 3rem;
		justify-content: center;
	}
	.bl-price .bl-card{
		width: 38.875rem;
	}
	.bl-price .el-card-ttl{
		font-size: 2.25rem;
		padding: 0.875rem 1.5rem 0.9375rem;
		margin: 0 auto 2rem;
	}
	.bl-price .bl-card-body{
		padding-bottom: 2.125rem;
		display: flex;
		flex-direction: column;
	}
	.bl-price .bl-card-body .bl-bullet-list {
		padding: 1.5rem 1.5rem 3.5rem;
		font-size: 1.75rem;
		margin: 0 auto;
		width: fit-content;
		position: relative;
		z-index: 1;
	}
	.bl-price .bl-card-body .bl-bullet-list::before{
		content: '';
		position: absolute;
		background: #fff;
		width: 38.875rem;
		height: 100%;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.bl-price .bl-card .el-coupon-txt{
		font-size: 1.625rem;
		margin: -2.125rem auto 1.75rem;
		z-index: 2;
	}
	.bl-price .el-att{
		width: fit-content;
		margin: 0 auto;
	}
	.bl-coupon-img-wrapper{
		width: 100%;
	}
	.bl-price .bl-card .el-price{
		font-size: 1.75rem;
		line-height: 2;
		letter-spacing: 0.045rem;
	}
	.bl-price .bl-card .el-price .hp-din{
		font-size: 5rem;
	}
	.bl-price .bl-box{
		border-radius: 1.25rem;
		overflow: hidden;
		background: #fff;
		padding: 0 3.25rem 2rem;
	}
	.bl-price .bl-box + .bl-box{
		margin-top: 2.5rem;
	}
	.bl-price .el-box-ttl{
		width: 43.125rem;
		font-size: 2rem;
		margin: 0 0 2rem -3.25rem;
	}
	.bl-price .bl-box .el-txt{
		font-size: 1.625rem;
		text-align: left;
	}
	.bl-price .bl-box .bl-bullet-list{
		font-size: 1.625rem;

	}
	.bl-price .bl-box .el-att{
		font-weight: normal;
	}
	.el-pay-txt{
		margin: 1.25rem auto 0;
		width: 100%;
		height: 7.5rem;
		text-align: center;
		font-size: 1.75rem;
	}
	.bl-pay-img-wrapper{
		width: 36.125rem;
		margin: 2.5rem auto 0;
	}
}

/* =======================================================
area
======================================================= */
.bl-area{
	padding: 6rem 0;
	background: #E3F8FE;
	position: relative;
	overflow: hidden;
}
.bl-area::before {
	content: '';
	position: absolute;
	background: url(../images/area/area-bg.svg) top center / contain no-repeat;
	width: 54rem;
	height: 28.125rem;
	top: 0;
	left: 0;
}
.bl-area-item{
	margin-top: 2rem;
	border-radius: 0.625rem;
	overflow: hidden;
}
.bl-area .el-area-ttl{
	height: 3.375rem;
	background: #204988;
	color: #fff;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.05rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
}
.bl-area .el-area-ttl::after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 0.5625rem solid transparent;
	border-left: 0.5625rem solid transparent;
	border-top: 1rem solid #fff;
	border-bottom: 0;
	top: 50%;
	right: 2rem;
	transform: translateY(-50%);
}
.bl-area .el-area-ttl.--nagoya::after{
	content: '';
	position: absolute;
	background: url(../images/area/area-arrow.svg) top center / contain no-repeat;
	width: 1.875rem;
	height: 1.875rem;
	border: none;
	right: 1.75rem;
}
.bl-area-item[open] .el-area-ttl:not.--nagoya::after{
	border-right: 0.5625rem solid transparent;
	border-left: 0.5625rem solid transparent;
	border-bottom: 1rem solid #fff;
	border-top: 0;
}
.bl-area .bl-scope-body{
	overflow: hidden;
	position: relative;
}
.bl-area .bl-scope-body > *{
	padding: 2rem 0 0 0;
}
.bl-area .bl-scope-list{
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	background: #fff;
	padding: 2rem 1.75rem;
	/* margin-top: 1.5rem; */
}
.bl-area .el-area{
	border-radius: 0.3125rem;
	border: 0.125rem solid #204988;
	background: #FFF;
	min-width: 8.625rem;
	width: fit-content;
	height: 3.375rem;
	padding: 0 0.5rem;
	font-size: 1.0625rem;
	font-weight: bold;
	letter-spacing: 0.0425rem;
	color: #204988;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 46.875rem) {
	.bl-area::before {
		content: none;
	}
	.bl-area-item{
		margin-top: 2.5rem;
	}
	.bl-area .el-area-ttl{
		height: 4.375rem;
		font-size: 2rem;
	}
	.bl-area .el-area-ttl::after{
		border-right: 0.8125rem solid transparent;
		border-left: 0.8125rem solid transparent;
		border-top: 1.375rem solid #fff;
	}
	.bl-area-item[open] .el-area-ttl:not.--nagoya::after{
		border-right: 0.8125rem solid transparent;
		border-left: 0.8125rem solid transparent;
		border-bottom: 1.375rem solid #fff;
	}
	.bl-area .bl-scope-body{
		overflow: hidden;
		position: relative;
	}
	.bl-area .bl-scope-body > *{
		padding: 2rem 0 0 0;
	}
	.bl-area .bl-scope-list{
		padding: 2rem 1.75rem;
	}
	.bl-area .el-area{
		height: 4rem;
		padding: 0 0.5rem;
		font-size: 1.75rem;
	}
}

/* =======================================================
faq
======================================================= */
.bl-faq{
	padding: 6rem 0;
}