#wrap {background: url(../img/index_background.png) no-repeat 0 0 / cover;display: flex;flex-direction: column;justify-content: center;height: 100vh;margin: 0;padding-bottom: 0;}
.title {width: 60%;  position:relative; left:50%;; transform:translateX(-50%)}
.title img {width: 100%;}
.content {display:flex; flex-flow:column;margin: 4rem 0;}
.content p a {color:#fff; position:relative;display:block; width:60%; left:50%; transform: translateX(-50%);padding: 1rem 0;margin-bottom: .7rem;font-size: 1.8rem;background: #f4b22d;border-radius: 3rem;text-align: center;}
.content p:nth-child(1) a {background:#f4b22d;}
.content p:nth-child(2) a {background:#006934;}
.content p:nth-child(3) a {background:#008d3a;}
.content p:nth-child(4) a {background:#22a838;}
.content p a img {position:absolute; right:1rem;top: 50%;transform: translateY(-50%);width:2rem}