#wrap {display: flex; flex-flow: column; justify-content: center; align-items: center; background: #ebfff5; min-height: 100vh;}
#wrap .img_wrap {width: 60%;}
#wrap .img_wrap img {width: 100%;}
#wrap .txt_wrap {font-size:1.6rem; margin: 3rem 0 3rem; text-align: center; line-height: 1.4;}
#wrap a {display: inline-block; padding: 0 5rem; font-size:2rem; background: #008b3a; color:#fff; border-radius: 5rem; font-weight: 400; line-height: 4rem; position: relative;}
#wrap a::after {content:''; display: block; width: 1rem; height: 4rem; background: url('../IMG/nexr_arrow.png') no-repeat center / 100%; position: absolute; right: 1rem ;top:0}