.banner_view {
	width: 100%;
	height: 100vh;
	background: url("../image/about/1.png") no-repeat;
	background-size: cover;
	background-position: center;
}

.info_view2 {
	width: 100%;
	height: 100vh;
	min-height: 876px;
	background: #fff;
	position: relative;
}

.info_box2 {
	width: 1201px;
	height: 676px;
	background: url("../image/about/2.png") no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%,50%);
}

.info_view3 {
	width: 100%;
	height: 100vh;
	min-height: 1026px;
	position: relative;
	background: #ebf0fd;
}

.info_box3 {
	width: 1200px;
	height: 826px;
	background: url("../image/about/3.png") no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%,50%);
}