#wrap {background: url(../img/cover_backgrond_all.png) no-repeat center/ cover; min-height: 100vh; display:flex; flex-flow:column; justify-content:center; align-items:center;}
#wrap .img_wrap {width:70%;margin-bottom: 3rem;}
#wrap .img_wrap img {width: 100%;}
#wrap > * {color:#fff; text-align: center;}
#wrap .txt_wrap {display:flex; flex-flow:column;}
#wrap .txt_wrap span {margin-bottom: 3rem; color:#fff; font-size:2.4rem}
#wrap a {display: inline-block; background: #3a4ea2; border: 1px solid #fff; padding: 1rem 2rem;border-radius: 3rem; font-size: 2rem;font-weight:bold;position: relative;align-items: center;justify-content: center;}
#wrap a img {width:2rem; position:absolute; right:1rem}