@charset "UTF-8";
/* =======================================================
MV
======================================================= */
.ly-main{
	padding-top: 0;
}
.el-mv-ttl{
	color: #204988;
	font-weight: 900;
	line-height: 1.22;
}
.el-ttl-intro{
	font-weight: bold;
	background: #FEF25C;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.el-ttl-intro::after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.el-mv-ttl .hp-color--blue{
	display: block;
	color: #00B8EE;
}
.el-mv-txt{
	position: absolute;
}
.bl-mv-list{
	display: flex;
	flex-direction: column;
}
.bl-mv-item{
	display: flex;
	width: fit-content;
	overflow: hidden;
}
.bl-mv-item dt{
	display: flex;
	align-items: center;
	background: #FEF25C;
	font-weight: bold;
	line-height: 1.33;
	color: #204988;
	position: relative;
}
.bl-mv-item dt::after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.bl-mv-item dd{
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FF6939;
	font-weight: bold;
}
.bl-mv-item dd > span{
	display: flex;
	flex-direction: column;
	line-height: 1.1;
}
.bl-mv-area{
	width: fit-content;
	overflow: hidden;
	position: absolute;
	right: 0;
}
.bl-mv-area .el-area-ttl{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #0057BE;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.bl-mv .bl-area-list{
	background: #FFF;
	display: flex;
	justify-content: center;
}
.bl-mv .bl-area-list > li{
	font-weight: bold;
	position: relative;
}
@media screen and (width >= 751px) {
	.bl-mv {
		min-height: min(calc(834 / 1280 * 100vw), 834px);
		height: auto;
		background: url(../images/top/mv-bg.jpg) top center / cover no-repeat;
		padding: min(calc(168 / 1280 * 100vw), 168px) 0 min(calc(56 / 1280 * 100vw), 56px);
	}
	.bl-mv .ly-cont-inner {
		width: min(calc(1200 / 1280 * 100vw), 1200px);
	}
	.el-mv-ttl{
		font-size: min(calc(68 / 1280 * 100vw), 68px);
		letter-spacing: min(calc(2.72 / 1280 * 100vw), 2.72px);
	}
	.el-ttl-intro{
		font-size: min(calc(26 / 1280 * 100vw), 26px);
		letter-spacing: min(calc(1.04 / 1280 * 100vw), 1.04px);
		width: min(calc(450 / 1280 * 100vw), 450px);
		height: min(calc(60 / 1280 * 100vw), 60px);
		border-radius: min(calc(60 / 1280 * 100vw), 60px);
		margin-bottom: min(calc(16 / 1280 * 100vw), 16px);
	}
	.el-ttl-intro::after{
		border-right: min(calc(17 / 1280 * 100vw), 17px) solid transparent;
		border-left: min(calc(17 / 1280 * 100vw), 17px) solid transparent;
		border-top: min(calc(16 / 1280 * 100vw), 16px) solid #FEF25C;
		bottom: max(calc(-15 / 1280 * 100vw), -15px);
	}
	.el-mv-ttl .hp-color--blue{
		font-size: min(calc(114 / 1280 * 100vw), 114px);
	}
	.el-mv-txt{
		width: min(calc(376 / 1280 * 100vw), 376px);
		right: max(calc(-20 / 1280 * 100vw), -20px);
		top: min(calc(20 / 1280 * 100vw), 20px);
	}
	.bl-mv-list{
		margin-top: min(calc(42 / 1280 * 100vw), 42px);
		gap: min(calc(16 / 1280 * 100vw), 16px);
	}
	.bl-mv-item{
		height: min(calc(80 / 1280 * 100vw), 80px);
		border-radius: min(calc(10 / 1280 * 100vw), 10px);
		box-shadow: 0 0 min(calc(6 / 1280 * 100vw), 6px) 0 rgba(0, 0, 0, 0.25);
	}
	.bl-mv-item dt{
		width: min(calc(224 / 1280 * 100vw), 224px);
		font-size: min(calc(22 / 1280 * 100vw), 22px);
		letter-spacing: min(calc(0.88 / 1280 * 100vw), 0.88px);
		padding: 0 min(calc(12 / 1280 * 100vw), 12px) 0 min(calc(20 / 1280 * 100vw), 20px);
	}
	.bl-mv-item dt::after{
		border-top: min(calc(18 / 1280 * 100vw), 18px) solid transparent;
		border-bottom: min(calc(18 / 1280 * 100vw), 18px) solid transparent;
		border-left: min(calc(18 / 1280 * 100vw), 18px) solid #FEF25C;
		right: max(calc(-17 / 1280 * 100vw), -17px);
	}
	.bl-mv-item dd{
		width: min(calc(224 / 1280 * 100vw), 224px);
		padding: 0 min(calc(8 / 1280 * 100vw), 8px) 0 min(calc(12 / 1280 * 100vw), 12px);
	}
	.bl-mv-item:first-of-type dd{
		padding-bottom: min(calc(7.2 / 1280 * 100vw), 7.2px);
	}
	.bl-mv-item dd > .hp-big{
		font-size: min(calc(56 / 1280 * 100vw), 56px);
	}
	.bl-mv-item:first-of-type dd > .hp-big{
		font-size: min(calc(68 / 1280 * 100vw), 68px);
	}
	.bl-mv-item dd > span{
		font-size: min(calc(24 / 1280 * 100vw), 24px);
	}
	.bl-mv-item dd > span + span{
		margin-left: min(calc(4 / 1280 * 100vw), 4px);
		margin-top: min(calc(3.2 / 1280 * 100vw), 3.2px);
	}
	.bl-mv-item:first-of-type dd > span + span{
		margin-top: min(calc(32 / 1280 * 100vw), 32px);
	}
	.bl-mv-item dd > span > span{
		font-size: min(calc(14 / 1280 * 100vw), 14px);
	}
	.bl-mv-area{
		border-radius: min(calc(5 / 1280 * 100vw), 5px);
		border: min(calc(2 / 1280 * 100vw), 2px) solid #0057BE;
		bottom: min(calc(6 / 1280 * 100vw), 6px);
	}
	.bl-mv-area .el-area-ttl{
		height: min(calc(36 / 1280 * 100vw), 36px);
		font-size: min(calc(18 / 1280 * 100vw), 18px);
		letter-spacing: min(calc(0.72 / 1280 * 100vw), 0.72px);
	}
	.bl-mv .bl-area-list{
		padding: min(calc(16 / 1280 * 100vw), 16px) 0;
	}
	.bl-mv .bl-area-list > li{
		font-size: min(calc(18 / 1280 * 100vw), 18px);
		padding: 0 min(calc(16 / 1280 * 100vw), 16px);
	}
	.bl-mv .bl-area-list > li:not(:first-of-type){
		border-left: min(calc(1 / 1280 * 100vw), 1px) solid #0057BE;
	}
}
@media screen and (max-width: 46.875rem) {
	.bl-mv {
		height: auto;
		padding: 9.875rem 0 3.125rem;
		background: url(../images/top/mv-bg-sp.jpg) top center / cover no-repeat;
	}
	.bl-mv .ly-cont-inner{
		display: flex;
		flex-direction: column;
	}
	.el-mv-ttl{
		font-size: 5.625rem;
		margin: 0 auto;
		order: 1;
	}
	.el-ttl-intro{
		width: 35.25rem;
		height: 4.625rem;
		font-size: 2rem;
		letter-spacing: 0.08rem;
		margin: 0 auto 1.25rem;
		border-radius: 3rem;
	}
	.el-ttl-intro::after{
		border-right: 1.25rem solid transparent;
		border-left: 1.25rem solid transparent;
		border-top: 1.25rem solid #FEF25C;
		bottom: -1.125rem;
	}
	.el-mv-ttl > .hp-color--blue{
		font-size: 9.125rem;
	}
	.el-mv-txt{
		width: 23.5625rem;
		position: unset;
		margin: 2rem 0.75rem 0 auto;
		order: 2;
	}
	.bl-mv-list{
		margin-top: 1.5rem;
		gap: 1.5rem;
		order: 4;
	}
	.bl-mv-item{
		width: 100%;
		height: 7.5rem;
		border-radius: 0.625rem;
		box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.25);
	}
	.bl-mv-item dt{
		width: 20.375rem;
		font-size: 2rem;
		letter-spacing: 0.08rem;
		padding: 0 1.75rem;
	}
	.bl-mv-item dt::after{
		border-top: 1.6875rem solid transparent;
		border-bottom: 1.6875rem solid transparent;
		border-left: 1.625rem solid #FEF25C;
		right: -1.5625rem;
	}
	.bl-mv-item dd{
		width: auto;
		flex: 1;
		padding: 0 1.5rem 0;
		justify-content: center;
	}
	.bl-mv-item:first-of-type dd{
		padding-bottom: 0.75rem;
	}
	.bl-mv-item dd > .hp-big{
		font-size: 5.25rem;
		line-height: 1;
	}
	.bl-mv-item dd > span{
		display: flex;
		flex-direction: column;
		font-size: 1.5rem;
		line-height: 1.2;
	}
	.bl-mv-item dd > span + span{
		margin-left: 0.375rem;
		font-size: 2.25rem;
	}
	.bl-mv-item:first-of-type dd > span,
	.bl-mv-item:first-of-type dd > .hp-big {
		font-size: 6.375rem;
	}
	.bl-mv-item:first-of-type dd > span + span{
		margin-top: 2.875rem;
		font-size: 2.25rem;
	}
	.bl-mv-item dd > span > span{
		font-size: 1.25rem;
	}
	.bl-mv-area{
		border-radius: 0.625rem;
		border: 0.125rem solid #0057BE;
		position: unset;
		margin: 20.75rem 0 0 auto;
		order: 3;
	}
	.bl-mv-area .el-area-ttl{
		height: 3rem;
		font-size: 1.75rem;
	}
	.bl-mv .bl-area-list{
		padding: 1rem 0;
	}
	.bl-mv .bl-area-list > li{
		font-size: 1.75rem;
		padding: 0 0.875rem;
	}
	.bl-mv .bl-area-list > li:not(:first-of-type){
		border-left: 0.0625rem solid #0057BE;
	}
}

/* =======================================================
cta
======================================================= */
.bl-cta.--firest{
	padding: 2.5rem 0 7.25rem;
}
.bl-cta .el-main-ttl{
	font-size: 2.25rem;
	font-weight: bold;
	letter-spacing: 0.09rem;
	color: #fff;
	margin-bottom: 2.5rem;
}
.bl-cta .el-main-ttl > span{
	font-size: 1.75rem;
	display: block;
	letter-spacing: 0.07rem;
	line-height: 1.6;
}
@media screen and (max-width: 46.875rem) {
	.bl-cta.--firest{
		padding: 3rem 0 7rem;
	}
	.bl-cta .el-main-ttl{
		font-size: 2.25rem;
		line-height: 2;
		letter-spacing: 0.09rem;
	}
	.bl-cta .el-main-ttl > span{
		font-size: 1.75rem;
		letter-spacing: 0.07rem;
	}
}

/* =======================================================
about
======================================================= */
.bl-about{
	padding: 7rem 0 6rem;
	background: url(../images/top/about-bg.png) top center / cover no-repeat;
	margin-top: -3.25rem;
}
.bl-about .el-intro-txt{
	font-size: 1.375rem;
	color: #fff;
	text-align: left;
	padding-left: 3rem;
	margin-bottom: 1rem;
}
.bl-about .bl-box{
	width: 47.9375rem;
	padding: 2.5rem 3rem;
	background: #fff;
	border-radius: 1.25rem;
}
.bl-about .el-main-ttl{
	width: calc(100% + 6rem);
	height: 8.625rem;
	background: #204988;
	text-align: left;
	line-height: 1.5;
	color: #fff;
	font-size: 2.5rem;
	letter-spacing: 0.1rem;
	padding: 0.5625rem 0 0 3rem;
	margin: 0 0 2rem -3rem;
	position: relative;
	z-index: 1;
}
.bl-about .el-main-ttl::after{
	content: '';
	position: absolute;
	background: url(../images/common/medal.svg) top center / contain no-repeat;
	width: 9.875rem;
	height: 9.875rem;
	top: 50%;
	right: 2.625rem;
	transform: translateY(-50%);
}
.bl-about .bl-box .el-txt{
	text-align: left;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.8; 
	letter-spacing: 0.05rem;
}
.bl-about .bl-box .el-txt + .el-txt{
	margin-top: 1.6em;
}
@media screen and (max-width: 46.875rem) {
	.bl-about{
		padding: 6rem 0 5rem;
		background: url(../images/top/about-bg-sp.png) top center / cover no-repeat;
		margin-top: -2rem;
	}
	.bl-about .el-intro-txt{
		font-size: 1.75rem;
		letter-spacing: 0.07rem;
	}
	.bl-about .bl-box{
		width: 100%;
		padding: 2.5rem 2.625rem 3rem;
	}
	.bl-about .el-main-ttl{
		width: calc(100% + 5.25rem);
		font-size: 2.25rem;
		letter-spacing: 0.09rem;
		padding: 1rem 0 1rem 2.625rem;
		margin: 0 0 2rem -2.625rem;
	}
	.bl-about .el-main-ttl::after{
		width: 9.875rem;
		height: 9.875rem;
		right: 0.875rem;
	}
	.bl-about .bl-box .el-txt{
		font-size: 1.75rem;
		letter-spacing: 0.07rem;
	}
}

/* =======================================================
service
======================================================= */
.bl-service{
	padding: 6rem 0;
	background: url(../images/top/service-bg.jpg) top center / cover no-repeat;
}
.bl-service .bl-card-unit{
	margin-top: 3rem;
}
.bl-service .bl-card{
	background: #fff;
	border-radius: 1.25rem;
	overflow: hidden;
	padding: 1.5rem;
}
.bl-service .el-card-ttl{
	color: #fff;
	/* height: 6.875rem; */
	margin-bottom: 1.5rem;
	z-index: 2;
}
.bl-service .el-card-ttl::before{
	content: '';
	position: absolute;
	background: #204988;
	width: 100%;
	height: 6.875rem;
	top: 0;
	left: 0;
	z-index: -1;
}
.bl-service .bl-card-img-wrapper{
	margin-bottom: 1.5rem;
	z-index: 3;
}
@media screen and (max-width: 46.875rem) {
	.bl-service{
		background: url(../images/top/service-bg-sp.jpg) top center / cover no-repeat;
	}
	.bl-service .bl-card-unit{
		justify-content: center;
		gap: 3rem;
	}
	.bl-service .bl-card{
		width: 39rem;
		padding: 2.5rem 3rem;
	}
	.bl-service .el-card-ttl{
		font-size: 2.25rem;
		line-height: 1.5;
		letter-spacing: 0.09rem;
	}
	.bl-service .el-card-ttl::before{
		height: 11.25rem;
	}
	.bl-service .bl-card-img-wrapper{
		margin-bottom: 2.5rem;
	}
}

/* =======================================================
reason
======================================================= */
.bl-reason{
	padding: 6rem 0;
	background: url(../images/top/reason-bg.svg) top center / cover no-repeat;
}
.bl-reason-list{
	margin-top: 3rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
}
.bl-reason-item{
	width: 31.25rem;
	border: 0.125rem solid #204988;
	border-radius: 1.25rem;
	background: #fff;
	padding: 1.625rem 2.125rem;
	position: relative;
}
.bl-reason-head{
	display: flex;
	align-items: flex-start;
	gap: 1.5rem;
	margin-bottom: 1rem;
	position: relative;
}
.bl-reason-head::before{
	content: '';
	position: absolute;
	background-image: radial-gradient(circle, #999 0.125rem, transparent 0.125rem);
	background-size: 0.5625rem 0.25rem;
	background-repeat: repeat-x;
	width: 21.25rem;
	height: 0.25rem;
	right: 0;
	bottom: 1rem;
}
.bl-reason-img-wrapper{
	width: 6.625rem;
	z-index: 2;
}
.bl-reason-ttl-wrapper{
	min-height: 4.625rem;
	display: flex;
	align-items: center;
}
.el-reason-ttl{
	font-size: 1.375rem;
	font-weight: bold;
	color: #204988;
	line-height: 1.54;
	letter-spacing: 0.055rem;
}
.bl-reason-item .el-btn{
	width: 12.25rem;
	height: 2.5rem;
	font-size: 0.875rem;
	line-height: 1.4;
	letter-spacing: 0.035rem;
	margin-top: 1rem;
}
@media screen and (max-width: 46.875rem) {
	.bl-reason{
		background: url(../images/top/reason-bg-sp.svg) top center / contain no-repeat #fff;
	}
	.bl-reason-list{
		margin-top: 3.5rem;
		justify-content: center;
		gap: 2.5rem;
	}
	.bl-reason-item{
		width: 41.875rem;
		padding: 2rem 1.7rem 2.5rem;
	}
	.bl-reason-head{
		gap: 2.5rem;
		margin-bottom: 1.5rem;
	}
	.bl-reason-head::before{
		width: 28.875rem;
		bottom: 1.5rem;
	}
	.bl-reason-img-wrapper{
		width: 11.25rem;
	}
	.bl-reason-ttl-wrapper{
		min-height: 7rem;
	}
	.el-reason-ttl,
	.bl-reason-item:nth-of-type(3) .el-reason-ttl{
		font-size: 2rem;
		letter-spacing: 0.08rem;
	}
	.bl-reason-item .el-btn{
		width: 23.625rem;
		height: 4.75rem;
		font-size: 1.625rem;
		letter-spacing: 0.065rem;
		margin-top: 2.5rem;
	}
}

/* =======================================================
evaluation
======================================================= */
.bl-evaluation{
	padding: 6rem 0;
	background: url(../images/top/evaluation-bg.jpg) top center / cover no-repeat;
}
.bl-evaluation .el-main-ttl{
	margin-bottom: 4rem;
}
.bl-evaluation .bl-box{
	height: 43.75rem;
	background: url(../images/top/evaluation-frame.svg) top center / contain no-repeat;
	padding: 6.25rem 4rem 3rem;
}
.el-evaluation-ttl{
	height: 4.375rem;
	font-size: 1.75rem;
	letter-spacing: 0.07rem;
	text-align: center;
	color: #fff;
	padding-top: 0.4375rem;
	background: url(../images/top/evaluation-ttl-bg.svg) top center / contain no-repeat;
	margin-bottom: 1.5rem;
	position: relative;
}
.el-evaluation-ttl::before{
	content: '';
	position: absolute;
	background: url(../images/top/evaluation-ttl-deco.svg) top center / contain no-repeat;
	width: 3.125rem;
	height: 2.25rem;
	top: -3.25rem;
	left: 50%;
	transform: translateX(-50%);
}
.bl-evaluation .bl-intro{
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
}
.el-evaluation-txt{
	position: relative;
}
.el-evaluation-txt.--small{
	width: 23.875rem;
	text-align: center;
	padding-top: 5rem;
}
.el-evaluation-txt.--small::before{
	content: '';
	position: absolute;
	background: url(../images/top/stars01.svg) top center / contain no-repeat;
	width: 23.875rem;
	height: 4.125rem;
	top: 0;
	left: 0;
}
.el-evaluation-txt.--big{
	font-size: 6.25rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.25rem;
	color: #FF6939;
}
.el-evaluation-txt.--big::before,
	.el-evaluation-txt.--big::after{
		content: '';
		position: absolute;
		background: url(../images/top/evaluation-txt--left.svg) top center / contain no-repeat;
		width: 2.5rem;
		height: 7.375rem;
		top: 1rem;
		left: -3.5rem;
}
.el-evaluation-txt.--big::after{
	background: url(../images/top/evaluation-txt--right.svg) top center / contain no-repeat;
	left: inherit;
	right: -3.5rem;
}
.bl-evaluation-list{
	margin-top: 2rem;
	display: flex;
}
.bl-evaluation-item{
	width: fit-content;
	padding: 1.875rem 1.5rem 0;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.04rem;
	position: relative;
}
.bl-evaluation-item:first-of-type{
	padding-left: 0;
}
.bl-evaluation-item:last-of-type{
	padding-right: 0;
}
.bl-evaluation-item::before{
	content: '';
	position: absolute;
	background: url(../images/top/stars02.svg) top center / contain no-repeat;
	width: 7.6875rem;
	height: 1.375rem;
	top: 0;
	left: 0;
}
.bl-evaluation-item:not(:first-of-type)::before{
	left: 1.5rem;
}
.bl-evaluation-item:not(:first-of-type)::after{
	content: '';
	position: absolute;
	background: #B09035;
	width: 0.0625rem;
	height: 100%;
	top: 0;
	left: 0;
}
.bl-evaluation .el-btn{
	width: 15.3125rem;
	height: 2.5rem;
	font-size: 0.875rem;
	margin-top: 2.5rem;
}
@media screen and (max-width: 46.875rem) {
	.bl-evaluation{
		padding: 5rem 0 6rem;
		background: url(../images/top/evaluation-bg-sp.jpg) top center / cover no-repeat;
	}
	.bl-evaluation .bl-box{
		height: 87.4375rem;
		background: url(../images/top/evaluation-frame-sp.svg) top center / contain no-repeat;
		padding: 6.375rem 4rem 5rem;
	}
	.el-evaluation-ttl{
		height: 4.375rem;
		font-size: 1.75rem;
		padding-top: 0.4rem;
		background: url(../images/top/evaluation-ttl-bg-sp.svg) top center / contain no-repeat;
	}
	.el-evaluation-ttl::before{
		width: 3.125rem;
		height: 2.25rem;
		top: -3.25rem;
	}
	.bl-evaluation .bl-intro{
		justify-content: space-between;
	}
	.el-evaluation-txt.--small{
		font-size: 1.25rem;
		width: 17rem;
		padding-top: 3.75rem;
	}
	.el-evaluation-txt.--small::before{
		width: 17rem;
		height: 2.75rem;
	}
	.el-evaluation-txt.--big{
		width: 13.875rem;
		font-size: 5.5rem;
		text-align: center;
	}
	.el-evaluation-txt.--big::before,
		.el-evaluation-txt.--big::after{
			width: 2.125rem;
			height: 6.5rem;
			top: 1rem;
			left: 0;
	}
	.el-evaluation-txt.--big::after{
		left: inherit;
		right: 0;
	}
	.bl-evaluation-list{
		margin-top: 3.25rem;
		flex-direction: column;
	}
	.bl-evaluation-item{
		width: 100%;
		padding: 5rem 0 2rem;
		font-size: 1.75rem;
		line-height: 1.5;
		letter-spacing: 0.04rem;
		position: relative;
	}
	.bl-evaluation-item:first-of-type{
		padding-top: 2.75rem;
	}
	.bl-evaluation-item:last-of-type{
		padding-bottom: 0;
	}
	.bl-evaluation-item:not(:first-of-type){
		border-top: 0.0625rem solid #B09035;
	}
	.bl-evaluation-item::before{
		width: 10.375rem;
		height: 3rem;
		top: 0;
		left: 0;
	}
	.bl-evaluation-item:not(:first-of-type)::before{
		left: 0;
		top: 2rem;
	}
	.bl-evaluation-item:not(:first-of-type)::after{
		content: none;
	}
	.bl-evaluation .el-btn{
		width: 26.5rem;
		height: 4.75rem;
		font-size: 1.625rem;
		margin-top: 3rem;
	}
}

/* =======================================================
qualification
======================================================= */
.bl-qualification{
	padding: 0 0 4.625rem;
	background: url(../images/top/qualification-bg.jpg) top center / cover no-repeat;
}
.bl-qualification .ly-cont-inner{
	display: flex;
	flex-direction: column;
}
.el-qualification-ttl{
	text-align: center;
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: 0.08rem;
	margin-bottom: 1rem;
	z-index: 2;
}
.el-qualification-ttl > span{
	display: block;
	width: 33.5625rem;
	margin: 1rem auto 0;
}
.bl-qualification .el-intro-txt{
	z-index: 2;
}
.bl-qualification-img-wrapper{
	width: 65.9375rem;
	margin: 2rem 0 0 -1.9375rem;
	position: relative;
	z-index: 1;
}
.bl-qualification-img-wrapper::before{
	content: '';
	position: absolute;
	width: 64rem;
	height: 64rem;
	border-radius: 32rem;
	background: rgba(255, 255, 255, 0.60);
	left: 50%;
	transform: translateX(-50%);
	bottom: -2rem;
	z-index: -1;
}
@media screen and (max-width: 46.875rem) {
	.bl-qualification{
		padding: 0 0 4rem;
		background: url(../images/top/qualification-bg-sp.jpg) top center / cover no-repeat;
	}
	.el-qualification-ttl{
		font-size: 2rem;
	}
	.el-qualification-ttl > span{
		width: 33.875rem;
		margin: 0.5rem auto 0;
	}
	.bl-qualification .el-intro-txt{
		font-size: 1.75rem;
	}
	.bl-qualification-img-wrapper{
		width: 46.875rem;

		margin: 2.5rem 0 0 -1.875rem;
	}
	.bl-qualification-img-wrapper::before{
		content: none;
	}
}

/* =======================================================
price
======================================================= */
.bl-price{
	padding: 5.875rem 0;
	background: url(../images/common/bg--blue.jpg) top center / contain;
}
.bl-price .el-main-ttl{
	color: #fff;
}
.bl-price .el-intro-txt:not(:first-of-type){
	margin-top: 1.3em;
}
.bl-price .el-intro-txt > span{
	color: #FEF25C;
	font-size: 1.5rem;
	letter-spacing: 0.06rem;
}
.bl-price .el-intro-txt > span > span{
	font-size: 2rem;
}
.bl-price-unit{
	margin-top: 2.5rem;
	display: flex;
	gap: 3.125rem;
}
.bl-price-item{
	width: 19.25rem;
	background: #204988;
	border-radius: 1rem;
	padding: 1rem;
	position: relative;
}
.bl-price-item:not(:first-of-type)::before{
	content: '';
	position: absolute;
	background: url(../images/top/plus.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 0.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{
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.06rem;
	color: #fff;
	text-align: center;
	flex: 1;
}
.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.25rem;
	letter-spacing: 0.09rem;
}
.el-price .el-tax{
	font-size: 1rem;
	letter-spacing: 0.04rem;
}
.el-coupon-txt{
	color: #fff;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.035rem;
	width: 11.375rem;
	height: 2.25rem;
	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-nocharge{
	height: 10.875rem;
	display: flex;
	border-radius: 1rem;
	overflow: hidden;
	margin-top: 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;
}
.bl-price .bl-card-unit{
	margin-top: 2.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 .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;
}
@media screen and (max-width: 46.875rem) {
	.bl-price{
		padding: 5rem 0;
		background: url(../images/common/bg--blue-sp.jpg) top center / contain;
	}
	.bl-price .el-intro-txt > span{
		font-size: 2rem;
		letter-spacing: 0.06rem;
	}
	.bl-price .el-intro-txt > span > span{
		font-size: 3rem;
	}
	.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: 2.25rem;
	}
	.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;
		margin: 3rem auto 0;
	}
	.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 2rem 2.5rem 2.75rem;
		position: relative;
	}
	.bl-nocherge-body ul{
		gap: 1rem 2.75rem;
		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;
	}
	.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;
	}
	.bl-price .bl-card .el-coupon-txt{
		font-size: 1.625rem;
		margin: -2.125rem auto 1.75rem;
	}
	.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;
	}
}

/* =======================================================
area
======================================================= */
.bl-area{
	padding: 5.875rem 0;
	background: #E3F8FE;
	position: relative;
	overflow: hidden;
}
.bl-area::before{
	content: '';
	position: absolute;
	background: url(../images/top/area-bg.svg) top center / contain no-repeat;
	width: 46.25rem;
	height: 35.125rem;
	top: 0;
	left: 0;
}
.bl-area .bl-area-list{
	margin-top: 3rem;
	border-radius: 1.25rem;
	background: #fff;
	padding: 3rem 2.875rem;
}
.bl-area-item + .bl-area-item{
	margin-top: 1.5rem;
}
.bl-area .el-area-ttl{
	height: 3.375rem;
	border-radius: 0.625rem;
	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-item[open] .el-area-ttl::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;
}
.bl-area .bl-scope-list .el-btn{
	margin: 0;
}
@media screen and (max-width: 46.875rem) {
	.bl-area{
		padding: 5.875rem 0;
		background: #E3F8FE;
		position: relative;
	}
	.bl-area::before{
		background: url(../images/top/area-bg-sp.svg) top center / contain no-repeat;
		width: 21rem;
		height: 13rem;
	}
	.bl-area .el-intro-txt{
		font-size: 1.75rem;
	}
	.bl-area .bl-area-list{
		margin: 3.25rem auto 0;
		width: 41.875rem;
		padding: 3rem;
	}
	.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::after{
		border-right: 0.8125rem solid transparent;
		border-left: 0.8125rem solid transparent;
		border-bottom: 1.375rem solid #fff;
	}
	.bl-area .bl-scope-list{
		flex-direction: column;
		gap: 2rem;
	}
	.bl-area-item + .bl-area-item{
		margin-top: 2rem;
	}
	.bl-area .bl-scope-list .el-btn{
		margin: 0;
	}
}

/* =======================================================
works
======================================================= */
.bl-works{
	padding: 6rem 0;
	background: url(../images/top/works-bg.jpg) top center / cover no-repeat;
}
.bl-works-unit{
	margin-top: 3rem;
}
.bl-works .el-btn{
	margin-top: 3rem;
}
@media screen and (max-width: 46.875rem) {
	.bl-works{
		background: url(../images/top/works-bg-sp.jpg) top center / cover no-repeat;
	}
	.bl-works-item:nth-of-type(3){
		display: none;
	}
}
/* =======================================================
voice
======================================================= */
.bl-voice{
	padding: 3rem 0 3.5rem;
	background: #E3F8FE;
	position: relative;
	overflow: hidden;
}
.bl-voice::before{
	content: '';
	position: absolute;
	background: #fff;
	width: 59.625rem;
	height: 59.625rem;
	border-radius: 59.625rem;
	top: -10.125rem;
	left: 50%;
	transform: translateX(-50%);
}
.bl-txt-wrapper{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 3rem;
}
.el-voice-txt:first-of-type{
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	color: #204988;
	letter-spacing: 0.08rem;
	background: url(../images/top/voice-bubble01.svg) top center / contain no-repeat;
	width: 16.875rem;
	height: 16.875rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.el-voice-txt:nth-of-type(2){
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.06rem;
	color: #fff;
	background: url(../images/top/voice-bubble02.svg) top center / contain no-repeat;
	width: 15.25rem;
	height: 15.25rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.el-voice-txt{
	position: relative;
}
.el-voice-txt::before{
	content: '';
	position: absolute;
	width: 13.75rem;
	height: 25.125rem;
	background: url(../images/top/voice-img01.png) top center / contain no-repeat;
	left: -8.75rem;
	bottom: -17.9375rem;
}
.el-voice-txt:nth-of-type(2)::before{
	width: 25.75rem;
	height: 26.75rem;
	background: url(../images/top/voice-img02.png) top center / contain no-repeat;
	left: inherit;
	right: -20.625rem;
	bottom: -17.875rem;
}
.bl-voice .el-txt{
	font-weight: bold;
}
@media screen and (max-width: 46.875rem) {
	.bl-voice{
		padding: 3rem 0 5rem;
		background: #E3F8FE;
		position: relative;
		overflow: hidden;
	}
	.bl-voice::before{
		background: url(../images/top/voice-bg-sp.svg) top center / contain no-repeat;
		width: 46.875rem;
		height: 40.5rem;
		border-radius: 0;
		top: 5rem;
	}
	.bl-txt-wrapper{
		margin-bottom: 29.125rem;
	}
	.el-voice-txt:first-of-type{
		background: url(../images/top/voice-bubble01-sp.svg) top center / contain no-repeat;
	}
	.el-voice-txt:nth-of-type(2){
		background: url(../images/top/voice-bubble02-sp.svg) top center / contain no-repeat;
	}
	.el-voice-txt::before{
		left: -1.875rem;
		bottom: -25.6rem;
	}
	.el-voice-txt:nth-of-type(2)::before{
		right: -4.5rem;
		bottom: -25.6rem;
	}
	.bl-voice .el-txt{
		width: fit-content;
		text-align: left;
		margin: 0 auto;
	}
}

/* =======================================================
column
======================================================= */
.bl-column{
	padding: 6rem 0;
	background: #F6F6F6;
}
.bl-column .bl-card-unit{
	margin-top: 3rem;
}

/* =======================================================
info
======================================================= */
.bl-news {
	padding: 6rem 0;
	background: url(../images/top/news-bg.jpg) top center / cover no-repeat;
}
.bl-news .el-main-ttl{
	color: #fff;
	margin-bottom: 3rem;
}
@media screen and (max-width: 46.875rem) {
	.bl-news {
		padding: 6rem 0;
		background: url(../images/common/bg--blue-sp.jpg) top center / contain;
	}
}