h1::after {
	content: 'BUSINESS';
}

.wrap {
	margin-bottom: 14.75vw;
}

.wrap p {
	color: #008C14;
	font-size: 1.5vw;
	font-weight: bold;
	margin-top: 3.044vw;
	letter-spacing: 0.08em;
}

.wrap .row1 {
	border-bottom: 1px solid #BCBCBC;
	width: 66.75vw;
	margin-top: 2.019vw;
	display: flex;
	justify-content: space-between;
	padding-bottom: 0.906vw;
}

.wrap .row1 .text {
	width: 16.813vw;
	line-height: 2.2;
	letter-spacing: 0.02em;
	font-size: 1.25vw;
	font-weight: 500;
	padding-top: 2.419vw;
}

.wrap .row1 .text .green {
	color: #008C14;
}

.wrap .row1 .image {
	width: 42.625vw;
	height: 21.625vw;
}

.wrap .row2 {
	width: 65.312vw;
	display: flex;
	justify-content: space-between;
	margin-top: 4.763vw;
}

.wrap .row2 .text {
	/* line-height: 2.2; */
	letter-spacing: 0.02em;
	font-size: 1.25vw;
	font-weight: 500;
}

.wrap .row2 .text .green {
line-height: 2.2;
	color: #008C14;
}

.wrap .row2 .image {
	margin-top: 1.081vw;
	width: 39.688vw;
	height: 18.375vw;
}

 /* フォント普通の太さ */
.font_normal {
    /* font-weight:  normal; */
	line-height: 1;
	/* font-weight: lighter */
	/* line-height:1 */
	 }
.font_normal{
	color: #f54b3f;
	 /* font-size: 1.2rem;    */
 font-size: 1vw;    
	 /* 文字サイズ指定 */
}

@media screen and (max-width: 780px) {
	
	.wrap {
		margin-bottom: 10.667vw;
	}
	
	.wrap p {
		font-size: 6.4vw;
		margin-top: 12.987vw;
	}

	.wrap .row1 {
		width: 93.333vw;
		margin-top: 8.613vw;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		padding-bottom: 3.867vw;
	}

	.wrap .row1 .text {
		width: 71.733vw;
		font-size: 5.333vw;
		padding-top: 0;
	}

	.wrap .row1 .image {
		margin-top: 5.333vw;
		width: 93.333vw;
		height: 47.352vw;
	}

	.wrap .row2 {
		width: 93.333vw;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		margin-top: 10.667vw;
	}
	
	.wrap .row2 .text {
		/* line-height: 2.2; */
		font-size: 5.333vw;
	}

	.wrap .row2 .image {
		margin-top: 5.333vw;
		width: 93.333vw;
		height: 43.213vw;
	}
	 .green {
line-height: 2.2;
	
}
.font_normal{
	/* color: #f54b3f; */
	 /* font-size: 1.2rem;    */
 font-size: 3.333vw;    
	 /* 文字サイズ指定 */
}

	/* アニメーションのスピード */
	/* .glowAnime{animation-duration: 0.1s;
	} */
}