#wrap {     position: relative;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:before { content: '';     content: '';
    background: #ffffff7a;
    width: 100%;
    height: 100%;
    position: absolute;}
#wrap .img_wrap { text-align: center;     position: relative;
    z-index: 3;}
#wrap .img_wrap img { width: 70%; max-width: 35rem;}
#wrap ul {width: 70%;    z-index: 3;}
#wrap ul li {margin: .8rem auto; padding: 0.8rem; border-bottom: 1px solid #73b3b3;}
/* #wrap ul li:nth-last-child(1) { border-bottom: none;} */
#wrap ul li a { display: flex; justify-content: space-between; align-items: center; font-size: 2rem; font-weight: 600;}