 @charset "utf-8";

.pmain-bgimg {
	background-image: url(../img/main_bg.jpg);
}
/* pc-only ------------*/
@media screen and (min-width: 768px){
	.lcl-lead___ft {
		font-size: 14px;
		line-height: 2;
		letter-spacing: 0.03em;
	}
}
/* /pc-only -----------*/
/*============================ #header ============================*/
.lcl-biz-box-entry__in{
	margin-top: 40px;
}
.lcl-biz-box-entry__list{
	width: 100%;
}
.lcl-biz-box-entry__item{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.lcl-biz-box-entry__item + .lcl-biz-box-entry__item{
	margin-top: 20px;
}
.lcl-biz-box-entry__item-num{
	width: 36px;
	height: 36px;
	background-color: #21348b;
	color: #ffcc00;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	border-radius: 50%;
	font-size: 20px;
	margin-right: 15px;
}
/*============================ #lcl-approach ============================*/
.bgblock__box-inline {
	background-color: #fff;
	padding: 50px 50px 60px;
	color: #333;
	margin-top: 40px;
}
.lcl-bgblock__box-inline__list{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	justify-content: space-between;
	align-items: stretch;
}
.lcl-bgblock__box-inline__item{
	height: 488px;
}
.lcl-bgblock__box-inline__item01{
	width: 316px;
}
.lcl-bgblock__box-inline__item02{
	width: 260px;
}
.lcl-bgblock__box-inline__item03{
	width: 268px;
}
.lcl-bgblock__box-inline__item-ttl{
	color: #fff;
	background-color: #21348b;
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.lcl-bgblock__box-inline__item-block{
	width: 100%;
}
@media screen and (max-width: 767px) {
	/* ---------------------------------------------------------------- SP ---- */
	/*============================ #header ============================*/
	.lcl-biz-box-entry__in{
		margin-top: 25px;
	}
	.lcl-biz-box-entry__list{
		display: block;
	}
	.lcl-biz-box-entry__item{
		width: 100%;
	}
	.lcl-biz-box-entry__item + .lcl-biz-box-entry__item{
		margin-top: 15px;
	}
	.lcl-biz-box-entry__item-num{
		width: 30px;
		height: 30px;
		font-size: 14px;
		margin-right: 0;
	}
	.lcl-biz-box-entry__item-txt{
		width: calc(100% - 30px);
		padding-left: 10px;
	}
	/*============================ #lcl-approach ============================*/
	.bgblock__box-inline {
		padding: 25px 15px 30px;
		margin-top: 20px;
	}
	.bgblock__box-subttl{
		font-size: 12px;
		text-align: center;
		line-height: 1.3;
	}
	.lcl-bgblock__box-inline__list{
		width: 100%;
	}
	.lcl-bgblock__box-inline__item{
		width: 100%;
		height: auto;
	}
	.lcl-bgblock__box-inline__item + .lcl-bgblock__box-inline__item{
		margin-top: 20px;
	}
	.lcl-bgblock__box-inline__item-ttl{
		height: 30px;
	}
}
