#wrap {height: 100vh; display: flex; align-items: center; background: url("../img/background.png") no-repeat 0 0 / cover;}
.container {width: 100%;}
.title {width: 100%; text-align: center; height: 8rem;}
.title img {height: 100%;}
.content {display:flex; flex-flow:column; align-items:center; margin: 7rem 0;}
.content p a {display: block; color:#033075; font-size:2rem; font-weight: bold; padding: 1.5rem 0; text-decoration: underline; text-underline-position: under;}
.content + a {display: block; width: 65%; margin: auto; background: #033075; color:#fff; padding: 1.5rem 0; text-align: center; font-size:2rem; border-radius:0.5rem; position: relative; border-radius: 3rem;}
.content + a::after {content: ""; display: block; background: #fff url("../img/arrow.png") no-repeat center / 30%; padding: 1.8rem; position: absolute; top: 50%; transform: translateY(-50%); right: 1rem; border-radius: 50%;}





