#wrap { background: url(../img/index_background.png) no-repeat; min-height: 100vh; background-position-x: center; background-size: cover; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 12rem;}
#wrap .img_wrap { text-align: center; }
#wrap .link { text-align: center; font-size: 1.7rem; display: block; width:80%; max-width: 35rem; margin: 0 auto; padding: 1.5rem 0; background: #0c53c7; color: #fff; border-radius: 10px; box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 15px;}
#wrap.index .img_wrap {
    margin: 0 auto;
    width: 80%;
    height: 100vh;
    display: flex;flex-direction: column;align-items: end;justify-content: space-between;
}
#wrap.index .img_wrap img:nth-of-type(1){
    max-width: 35rem;
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 60%;
}
#wrap.index .img_wrap img:nth-of-type(2){
    width:70%;
    margin-bottom: 10%;
}
