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

/*--------------------
Main Visual TOP:
--------------------*/

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

.main-visual-inner.top {
	left: 30%;
	width: 50%;
	text-align: left;
}

.main-visual-inner.top .main-visual-title {
	font-size: 2.5rem;
	font-weight: normal;
}

.main-visual-img {
	height: 96px;
}

.main-visual-inner.top .main-visual-text {
	margin-top: 25px;
	font-size: 1.8rem;
}

#label .container {
	padding: 30px 0;
	max-width: 100%;
}

/*--------------------
section:
--------------------*/
#label .section-subTitle {
	text-align: center;
	font-weight: bold;
}

.section-subTitle {
	text-align: left;
	font-weight: normal;
}

.section-subTitle span {
	font-weight: normal;
}

/*--------------------
サービス導入企業:
--------------------*/

@keyframes infinity-scroll-left {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}
.scroll__wrap {
	display: flex;
	overflow: hidden;
	margin: 25px 0;
}
.scroll__list {
	display: flex;
	list-style: none;
	padding: 0;
}
.scroll__list--left {
	animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

/* ロゴのセンター寄せスタイル */
.scroll__wrap--center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.scroll__list--static {
	animation: none;
}

.scroll__list--center {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3rem;
}

.scroll__item {
	width: calc(150vw / 6);
	margin: 0 10px;
}

.scroll__item img {
	max-width: 250px;
}

.scroll__wrap {
	margin: 25px 0;
}

@media only screen and (min-width: 1480px) {
	.scroll__wrap {
		margin: 10px 0;
	}
	.scroll__item {
		width: calc(100vw / 6);
		margin: 0 10px;
	}
}

@media only screen and (max-width: 1480px) {
	.scroll__item {
		width: 250px;
	}
	
	/* タブレット・中サイズでのセンター寄せ対応 */
	.scroll__wrap--center {
		width: 100%;
		justify-content: center;
	}
	
	.scroll__list--center {
		gap: 2rem;
	}
	
	.scroll__list--center .scroll__item {
		width: auto;
		margin: 0;
	}
}

@media only screen and (max-width: 454px) {
	.scroll__wrap {
		margin: 15px 0;
		width: calc(600vw / 6);
	}
	.scroll__item {
		width: calc(260vw / 6);
		margin: 0 10px;
	}
	
	/* モバイルでのセンター寄せ対応 */
	.scroll__wrap--center {
		width: 100%;
		justify-content: center;
	}
	
	.scroll__list--center {
		gap: 1.5rem;
		flex-wrap: wrap;
	}
	
	.scroll__list--center .scroll__item {
		width: auto;
		margin: 0;
	}
}

.scroll__item {
	text-align: center;
}

.scroll__item.logo_img {
	height: 100%;
}

#top-feature h4 {
	font-size: 2.8rem;
}

.top-flow__list {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.top-flow__list li {
	width: 28%;
	text-align: center;
}

.top-flow__list li div {
	display: inline;
	text-align: center;
}

.top-flow__list li div img {
	max-width: 133px;
	height: 133px;
}

#top-feature .button__wrapper {
	width: 100%;
	margin: 40px 0;
}

.general-button {
	display: block;
	width: 100%;
	padding: 15px;
	font-size: 1.8rem;
	color: #fff;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	background-color: #2b2b2b;
	border-radius: 4px;
	box-shadow: 0 4px 2px rgba(0, 0, 0, 0.1);
	transition: 0.15s;
}

.general-button:hover {
	transform: translateY(2px);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	opacity: 0.9;
	cursor: pointer;
}

.top-section-description {
	margin: 15px 0;
}

.main-visual-img {
	width: auto;
}

#top-feature .section-title__wrapper {
	width: 100%;
	padding: 10px 0;
	background: rgba(255, 255, 255, 0.8);
	position: relative;
}

.container.container--topFeature .section-title {
	margin-bottom: 0;
	font-size: 4.2rem;
}

#ev-feature.section {
	background: #f6f6f6;
}

#ev-feature .section-description {
	text-align: center;
	font-weight: bold;
	margin-bottom: 45px;
}

.pressRelease__wrapper {
	background: var(--white);
	height: 240px;
	overscroll-behavior: auto;
	overflow: auto;
	position: relative;
}

.pressRelease__inner {
	padding: 40px;
}

.pressRelease__inner h4 {
	font-weight: bold;
	margin: 15px 0;
}

.pressRelease-content__wrapper {
	display: flex;
	margin: 10px 0;
}

.pressRelease-content.date {
	font-weight: bold;
	text-align: left;
	margin-left: 0;
}

.pressRelease-content {
	text-align: left;
	margin-left: 15px;
}

.pressRelease-content a {
	color: #000;
	text-decoration: none;
}
.pressRelease-content a:hover {
	color: #888;
}

/* 〜959px：SP
------------------------------ */
@media only screen and (max-width: 959px) {
	.pressRelease__wrapper {
		height: 420px;
	}
	.pressRelease__inner {
		padding: 20px;
	}

	.pressRelease-content__wrapper {
		flex-direction: column;
		margin-bottom: 20px;
	}

	.pressRelease-content {
		margin-left: 0;
	}

	.pressRelease-content.date {
		margin-bottom: 1rem;
	}

	.section.inquiry .contact__lead {
		margin: 0 35px;
		font-size: 1.4rem;
		margin-bottom: 20px;
	}
}

/* 〜959px：SP
------------------------------ */

@media only screen and (max-width: 1100px) {
	.main-visual-inner.top .main-visual-text {
		font-size: 1.4rem;
	}
}

@media only screen and (max-width: 959px) {
	.top-flow__list li div img {
		width: 80px;
		height: 80px;
	}

	.main-visual-inner.top {
		width: 80%;
		top: 55%;
		left: 45%;
	}

	.main-visual-inner.top .main-visual-title {
		font-size: 1.4rem;
	}

	.main-visual-img {
		height: 50px;
		max-width: 270px;
	}

	.main-visual-inner.top .main-visual-text {
		font-size: 1.4rem;
	}
}
@media only screen and (max-width: 530px) {
	.main-visual-inner.top .main-visual-text {
		font-size: 0.95rem;
	}
}

/*--------------------
  Section: topFeature
  --------------------*/
#top-feature.section {
	background: white;
}

#top-feature .container.container--topFeature {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 0;
}

.container.container--topFeature {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.container.container--topFeature::after {
	content: '';
	display: block;
	width: 530px;
	height: 530px;
	background: url(../img/e_cloud-ev/img_city.svg) no-repeat center;
	background-size: contain;
}
.container.container--topFeature div {
	width: calc((100% - 40px) / 2);
}
.container.container--topFeature .section-title {
	text-align: left;
}

.container--topFeature.even {
	padding: 10px 20px;
	padding-bottom: 40px;
	max-width: 1140px;
	margin: 0 auto;
	position: relative;
}

.container.container--topFeature.even::after {
	display: none;
}

.container.container--topFeature.even::before {
	content: '';
	display: block;
	width: 530px;
	height: 475px;
	background: url(../img/e_cloud-ev/img_overview.png) no-repeat center;
	background-size: contain;
}

.container.container--topFeature.platform::after {
	width: 530px;
	height: 530px;
	background: url(../img/e_cloud-ev/img_platform.svg);
	background-size: auto;
	background-position-x: 40px;
	background-repeat: no-repeat;
}

.section.inquiry {
	background: var(--white);
}

/* 〜959px：SP
  ------------------------------ */
@media only screen and (max-width: 959px) {
	.container.container--topFeature {
		flex-direction: column;
		padding: 0 20px;
	}
	.container.container--topFeature div {
		width: 100%;
	}

	#top-feature .section-title__wrapper {
		width: 90%;
		background: rgba(255, 255, 255, 0.85);
	}

	#top-feature h4 {
		font-size: 1.6rem;
		font-weight: bold;
	}

	#top-feature .section-title {
		height: 100%;
	}

	.section .container.container--topFeature {
		flex-direction: column;
	}
	.section .container.container--topFeature div {
		width: 100%;
	}
	.section .container .section-title {
		font-size: 2.6rem;
		margin-bottom: 40px;
	}
	.section .container.container--topFeature .section-title {
		text-align: center;
	}
	.container.container--topFeature .section-title {
		text-align: center;
		margin-bottom: 0;
	}

	#label .container {
		padding-bottom: 0;
	}

	.container.container--topFeature::after {
		display: none;
	}

	.container.container--topFeature::before {
		content: '';
		display: block;
		width: 350px;
		height: 250px;
		background: url(../img/e_cloud-ev/img_city.svg) no-repeat center;
		background-size: auto;
		background-position-y: -40px;
	}

	.container.container--topFeature.even::before {
		width: 350px;
		height: 250px;
		background-size: cover;
		background-position-y: 10px;
	}

	.container.container--topFeature.platform::before {
		width: 350px;
		height: 250px;
		background: url(../img/e_cloud-ev/img_platform.svg);
		background-size: cover;
		background-position-y: -40px;
	}

	#top-feature .section-title__wrapper {
		margin-top: -170px;
		margin-bottom: 150px;
	}

	.top-section-description {
		margin: 15px 0;
	}
}
