.banner-html-title {
	font-size: clamp(2em, 3vw, 2.5em);
}

.solution-html {
	width: 100%;
	overflow: hidden;
	padding: 50px 0 20px;
	box-sizing: border-box;
}

.solution-plan-title {
	/* font-size: 35px; */
	font-size: 1.9vw;
	color: #000;
	line-height: 2;
	font-weight: bold;
	text-align: center;
}

.solution-plan-text {
	font-size: 16px;
	color: #333;
	line-height: 2;
}

.solution-html .banner-box-contact {
	margin: 50px auto 0;
}

.solution-core-ul,
.solution-process-ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0;
	box-sizing: border-box;
	margin-top: 40px;
}

.solution-expected-ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0;
	box-sizing: border-box;
	margin-top: 40px;
	justify-content: center;
}

.solution-core-ul li {
	width: 47%;
	background: #fff;
	margin: 0 2% 2.8em 1%;
	box-shadow: 0 0 10px rgba(0, 0, 0, .08);
	cursor: pointer;
	overflow: hidden;
	padding: 25px 25px;
	box-sizing: border-box;
	border-radius: 10px;
}

.solution-process-ul li {
	width: 47%;
	background: #fff;
	margin: 0 2% 2.8em 1%;
	box-shadow: 0 0 10px rgba(0, 0, 0, .08);
	cursor: pointer;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 10px;
}

.solution-expected-ul li {
	width: 28.33333%;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .08);
	cursor: pointer;
	overflow: hidden;
	border-radius: 10px;
	padding: 35px 25px;
	box-sizing: border-box;
}

.solution-expected-ul li:nth-child(1) {
	margin: 0 4% 1.5em 1%;
}

.solution-expected-ul li:nth-child(2),
.solution-expected-ul li:nth-child(4) {
	margin: 0 2.5% 1.5em 2.5%;
}

.solution-expected-ul li:nth-child(3),
.solution-expected-ul li:nth-child(5) {
	margin: 0 1% 1.5em 4%;
}


.solution-core-ul li:nth-child(2n),
.solution-process-ul li:nth-child(2n) {
	margin: 0 1% 2.8em 2%;
}

.solution-process-img {
	width: 100%;
	overflow: hidden;
	position: relative
}

.solution-process-img img {
	width: 100%;
	display: block;
}

.solution-process-html {
	position: absolute;
	bottom: 15px;
	left: 0;
	padding: 0 20px;
	box-sizing: border-box;
	color: #fff;
}

.solution-process-number {
	font-size: 2vw;
}

.solution-process-title {
	font-weight: bold;
	font-size: 1.5vw;
	line-height: 2;
	margin: 0.3em auto 0.5em;
}

.solution-process-text {
	line-height: 2;
	font-size: 1vw;
	color: #eee;
}

.solution-core-flex {
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.solution-core-flex-left {
	width: 50px;
	overflow: hidden;
	margin-right: 30px;
}

.solution-core-flex-left img {
	width: 100%;
	display: block;
	/* transition: transform 0.3s cubic-bezier(0.34, 0.91, 0.99, 0.99); */
}

.solution-core-flex-right {
	flex: 1;
	overflow: hidden;
}

.solution-core-right-title {
	font-size: 18px;
	color: #000;
	line-height: 2;
	font-weight: bold;
	margin-bottom: 10px;
}

.solution-core-flex-right .design-ul-text {
	font-size: 16px;
	color: #000;
	line-height: 2;
	box-sizing: border-box;
	text-align: justify;
}

.solution-text-box {
	width: 100%;
	overflow: hidden;
	padding: 50px 0 20px;
	box-sizing: border-box;
}

.solution-text-box-title {
	font-weight: bold;
	text-align: center;
	/* font-size: 30px; */
	font-size: 1.5em;
	margin-bottom: 30px;
}

.solution-text-box-html {
	font-size: 16px;
	color: #333;
	line-height: 2;
	text-align: center;
}

.solution-expected-img {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-bottom: 30px;
}

.solution-expected-img img {
	width: 40%;
}

.solution-expected-title {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #000;
	line-height: 2;
	margin-bottom: 20px;
	font-weight: bold;
}

.solution-expected-text {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #333;
	line-height: 2;
}

@media (max-width: 61.25em) {

	.solution-core-ul li,
	.solution-process-ul li {
		width: 96%;
		background: #fff;
		margin: 0 2% 2em 2%;
	}

	.solution-expected-ul li {
		width: 96%;
		background: #fff;
		margin: 0 2% 1.5em 2%;
	}
}