#wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	background: url("../img/index_background.png") no-repeat 0 0 / cover;
	position: relative;
}
#wrap .img_wrap {
	width: 30rem;
}
#wrap .img_wrap:nth-of-type(2) {
	margin: 3rem 0 9rem;
}
#wrap .img_wrap img {
	width: 100%;
}
#wrap a {
	display: flex;
	align-items: center;
	background: #fff;
	font-size: 2rem;
	font-weight: 800;
	color: #333;
	padding: 1rem 2.5rem;
	margin: 0 auto;
	border-radius: 2.5rem;
}
#wrap a img {
	width: 15rem;
	margin-right: .5rem;
}