@charset "utf-8";

/* -----------------------------------------------------------
benefits-area
-------------------------------------------------------------- */
.benefits-area .benefits-ttl span {
	display: inline-block;
	font-size: 2.6rem;
}

@media screen and (max-width: 768px) {

	.benefits-area .benefits-ttl span {
		font-size: 1.8rem;
	}

}


/* BENEFITS 01 */
.benefits-service_block {
	margin: 32px 0 0;
}

.benefits-service_block + .benefits-service_block {
	border-top: solid 1px var(--lightgray02);
}

.benefits-service_block > div {
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 32px 0 12px;
}

.benefits-service_block > div .img {
	width: 120px;
	flex-shrink: 0;
}
.benefits-service_block > div img {
	object-fit: cover;
	height: 100%;
}

.benefits-service_block .ttl {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.7;
}

.benefits-service_block .ttl span {
	display: inline-block;
	margin: 0 12px 8px 0;
	padding: 4px 12px;
	color: #fff;
	font-size: 1.3rem;
	background: var(--blue);
}

@media screen and (max-width: 768px) {

	.benefits-service_block {
		margin: 20px 0 0;
	}

	.benefits-service_block > div {
		gap: 20px;
		margin: 20px 0 16px;
	}

	.benefits-service_block > div .img {
		width: 120px;
		height: 120px;
	}

	.benefits-service_block .ttl {
		margin: unset;
		font-size: 1.6rem;
	}

	.benefits-service_block .ttl span {
		padding: 2px 14px;
		font-size: 1.2rem;
	}

}


/* BENEFITS 01以外 */
.benefits-point {
	position: relative;
	margin: 40px 0 0;
	padding: 60px 20px 20px;
	border: solid 1px var(--blue);
}

.benefits-point .list-base {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 20px;
	font-weight: 500;
}

.benefits-point .list-base li::before {
	background: var(--blue);
}

.benefits-point_ttl {
	position: absolute;
	top: 0;
	left: 0;
	padding: 4px 10px;
	color: #fff;
	font-weight: 600;
	background: var(--blue);
}

@media screen and (max-width: 768px) {

	.benefits-point_ttl {
		font-size: 1.5rem;
	}

	.service-area .more-btn {
		margin-top: unset;
	}

}


/* -----------------------------------------------------------
service-area
-------------------------------------------------------------- */
.service-area {
	background: unset;
}

.service-area .intro-area {
	margin: 0 0 56px;
}

.service-area .cont {
	padding-bottom: 100px;
}

.service-area .service-cont-base {
	background: var(--light-blue);
}

.service-area .service-cont-base .intro-area .img {
	width: 420px;
	height: 300px;
}

.service-cont-base.home-battery-storage .txt {
	letter-spacing: 0.04em;
}

.service-area .more-btn {
	margin: 56px auto 0;
}

@media screen and (max-width: 768px) {

	.service-area .intro-area {
		margin: 0 0 32px;
	}

	.service-area .cont {
		padding-bottom: 40px;
	}

	.service-area .service-cont-base .intro-area .img {
		width: 100%;
		height: 200px;
	}

	.service-area .more-btn {
		margin-top: unset;
	}

}


/* メインサービス */
.service-area .big-img .img {
	height: 500px;
}
.service-area .big-img img {
	object-fit: cover;
	height: 100%;
}

@media screen and (max-width: 768px) {

	/* メインサービス */
	.service-area .big-img .img {
		height: 250px;
	}

}


/* 導入タイトル */
.service-area .head-ttl-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin: 100px 0 0;
	z-index: 1;
}

.service-area .head-ttl-wrap .head-ttl {
	font-size: 5rem;
	font-weight: 600;
}

.service-area .head-ttl-wrap .head-txt {
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1.7;
}

.service-area .head-ttl-wrap .deco {
	position: absolute;
	top: -30px;
	left: -40px;
	z-index: -1;
}

.service-area .head-ttl-wrap .deco p {
	color: #f1f7fa;
	font-size: 12rem;
	font-weight: 700;
	line-height: 1;
}

.service-area .point-cont {
	background: #fff;
	border: unset;
}

@media screen and (max-width: 768px) {

	.service-area .head-ttl-wrap {
		flex-direction: column;
		align-items: unset;
		gap: 16px;
		margin: 48px 0 32px;
		padding: unset;
	}

	.service-area .head-ttl-wrap .head-ttl {
		font-size: 2.4rem;
	}

	.service-area .head-ttl-wrap .head-txt {
		font-size: 1.8rem;
	}

	.service-area .head-ttl-wrap .deco {
		top: -15px;
		left: -10px;
	}

	.service-area .head-ttl-wrap .deco p {
		font-size: 5.4rem;
	}

}


/* 流れ */
.flow-cont-list {
	display: flex;
	gap: 24px;
	margin: 40px 0 0;
}

.flow-cont-list .flow-cont-list_item {
	padding: 32px 20px;
	background: #fff;
	width: calc(100% / 5);
}

.flow-cont-list .flow-cont-list_item .num-wrap {
	text-align: center;
}

.flow-cont-list .flow-cont-list_item .num-wrap .step {
	display: block;
	color: var(--dark-blue);
	font-size: 1.5rem;
	font-weight: 800;
}

.flow-cont-list .flow-cont-list_item .num-wrap .num {
	display: block;
	margin: 4px 0 0;
	color: var(--dark-blue);
	font-size: 2.8rem;
	font-weight: 700;
}

.flow-cont-list .flow-cont-list_item .flow-cont-ttl {
	margin: 20px 0;
	text-align: center;
	color: var(--dark-blue);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.04em;
}

.flow-cont-list .flow-cont-list_item .img {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-inline: auto;
	height: 70px;
}

.flow-cont-list .flow-cont-list_item .img01 img {
	width: 113px;
}
.flow-cont-list .flow-cont-list_item .img02 img {
	width: 54px;
}
.flow-cont-list .flow-cont-list_item .img03 img {
	width: 82px;
}
.flow-cont-list .flow-cont-list_item .img04 img {
	width: 57px;
}
.flow-cont-list .flow-cont-list_item .img05 img {
	width: 63px;
} 

.flow-cont-list .flow-cont-list_item .txt {
	font-size: 1.3rem;
}

.service-area .main-cont.flow .more-btn {
	margin: 56px auto 0;
}

@media screen and (max-width: 768px) {

	.flow-cont-list {
		flex-direction: column;
		gap: 20px;
	}

	.flow-cont-list .flow-cont-list_item {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		gap: 20px;
		padding: 24px 20px;
		width: 100%;
	}

	.flow-cont-list .flow-cont-list_item .ttl-wrap {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 60%;
		flex-shrink: 0;
	}

	.flow-cont-list .flow-cont-list_item .num-wrap {
		text-align: unset;
	}

	.flow-cont-list .flow-cont-list_item .num-wrap .step {
		display: inline-block;
	}

	.flow-cont-list .flow-cont-list_item .num-wrap .num {
		display: inline-block;
		margin: unset;
		font-size: 2.2rem;
	}

	.flow-cont-list .flow-cont-list_item .flow-cont-ttl {
		margin: 8px 0 0;
		text-align: unset;
	}

	.flow-cont-list .flow-cont-list_item .img {
		height: unset;
		flex-shrink: 0;
	}

	.flow-cont-list .flow-cont-list_item .img01 img {
		position: absolute;
		left: 45px;
		width: 54px;
	}

	.service-area .main-cont.flow .more-btn {
		margin: 32px auto 0;
		padding: 0 20px;
	}

}


/* -----------------------------------------------------------
スクロールしたら指定の画像が可変
-------------------------------------------------------------- */
/* 画像コンテナの共通設定 */
.zoom-container {
	width: 60%; /* 初期幅 */
	/* margin: 100px auto; */
	margin-inline: auto;
	overflow: hidden;
	/* border-radius: 10px; */
	/* box-shadow: 0 10px 50px rgba(0,0,0,0.5); */
	/* transitionを短く入れると、カクつきが抑えられ滑らかになります */
	transition: width 0.2s ease-out;
}

.zoom-img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	display: block;
}

@media screen and (max-width: 768px) {

	.zoom-img {
		height: 250px
	}

}