#indexhgroup h1 {
	font-size: 5vw;
	color: #000;
	opacity: 1;
	font-weight: 700;
	margin-top: 0;
	line-height: 1.3em;
}

.section-wrap {
	margin-top: -1.6em;
}
.section-wrap .section-title {
	text-align: left;
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.5em;
	margin-bottom: 1.0em;
}
.section-wrap .section-title i {
	font-size: 1.5em;
	font-family: var(--font-ge1);
}
.section-wrap .section-title .main {
	font-size: 0.9em;
	margin-left: 1.0em;
	opacity: 0.5;
}
.section-wrap .section-description {
	font-size: 1.0em;
	margin-bottom: 2.0em;
	opacity: 0.85;
}
.section-wrap .section-cell {
	margin-bottom: 2em;
}
@media only screen and (max-width:800px){
	.section-wrap {
		margin-top: 3.6em;
	}
	.section-wrap .section-title {
		font-size: 5vw;
	}
	.section-wrap .section-title i,
	.section-wrap .section-title .main {
		display: block;
	}
	.section-wrap .section-title i {
		line-height: 1.4em;
	}
	.section-wrap .section-title .main {
		margin-left: 0;
		line-height: 1.6em;
		margin-top: 1.0em;
	}
	.section-wrap .section-description {
		font-size: 3.6vw;
	}
}

.industry .articles {
	justify-content: start;
}

.industry .articles {
	margin: 0 calc(0em - var(--page-unit-3));
	color: #fff;
}
	.industry .articles li {
		position: relative;
		width: var(--other-scroll-item-width);
		padding: 0 var(--page-unit-3);
		margin-bottom: var(--other-scroll-bottom);
	}
		.industry .articles li a {
			color: inherit;
		}
		.industry .articles li .info-wrap {
			position: absolute;
			bottom: calc(var(--page-unit-3) * 2.2);
			padding: 0;
		}
		.industry .articles li .info-wrap {
			left: calc(var(--page-unit-3) * 3.5);
		}
		.industry .articles li .info-wrap {
			text-align: center;
			font-size: 1.0em;
		}
			.industry .articles .title {
				text-align: left;
				font-size: 1.5em;
			}
			.industry .articles li#arti4605330144066979b6724cda .title,
			.industry .articles li#arti6144527844166988d47dbdb4 .title {
				font-size: 1.34em;
			}
			.industry .articles .title > a {
				font-weight: 700;
			}
			.industry .articles .title > a::first-letter {
				text-transform: uppercase;
			}
		.industry .articles li a.im {
			aspect-ratio: var(--other-scroll-item-aspect-ratio);
		}
			.industry .articles li a.im img {
				object-fit: cover;
				border-radius : 1em;
			}

@media only screen and (min-width:641px){
	.industry .section-wrap {
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	.industry .articles li {
		width: 33.33%; 
	}
}
@media only screen and (max-width:640px){
	.section-wrap .section-cell {
		margin-bottom: 4em;
	}
	.section-wrap .section-title {
		margin-bottom: 1.2em;
	}
	.industry .articles .title {
		font-size: 3.8vw;
	}
	.industry .articles li#arti4605330144066979b6724cda .title,
	.industry .articles li#arti6144527844166988d47dbdb4 .title {
		font-size: 3.1vw;
	}
}



