:root {
	--red: #e60012;
	--white: #fffff;
}

.main-visual-video.smart {
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	background-size: cover;
}

@media only screen and (max-width: 959px) {
	.main-visual-video.smart {
		right: 0;
		bottom: 0%;
		min-width: 100%;
		min-height: 100%;
		width: 100px;
		height: auto;
		z-index: 0;
		background-size: cover;
	}
}

.container.container--overview::after {
	background: url(../img/e_cloud-ev/img_city.svg) no-repeat center;
}

.container hr {
	margin: 40px 0;
}

.section-flex__container {
	margin-bottom: 100px;
}

.section-flex__inner {
	display: flex;
	justify-content: flex-start;
}

.section-flex__container li {
	width: 32%;
	margin: 0 10px;
}

.item__container .image__wrapper {
	height: 228px;
	display: flex;
	justify-content: center;
	padding: 20px 50px;
}

.image__wrapper img {
	max-width: 100%;
	object-fit: contain;
}

.section-flex__container .item-title {
	text-align: left;
	font-size: 2.4rem;
	font-weight: bold;
	padding: 10px 0;
}

#overview .flow__list li:not(:last-child)::after {
	display: none;
}

#overview .section-title {
	font-size: 42px;
}

@media only screen and (max-width: 959px) {
	.container.container--overview .section-title::after {
		background: url(../img/e_cloud-ev/img_city.svg) no-repeat top;
		background-size: cover;
	}

	.section-flex__inner {
		flex-direction: column;
		justify-content: center;
	}
	
	.section-flex__container li {
		width: 100%;
		text-align: center;
		margin-bottom: 25px;
	}

	.section-flex__container li img {
		width: 100%;
		height: auto;
		margin:0;
	}

	.item__container .image__wrapper {
		padding-bottom: 0;
		height: auto;
		display: inline-block;
	}

	.item__container .item-title {
		text-align: center;
	}

	.flow__list li:not(:last-child)::after {
		display: none;
	}

	.flow__list li div {
		max-width: 110px;
	}

	.image__wrapper {
		max-width: 370px;
	}
}
