.inner h2 {
    position: relative;
}

.inner .link {
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    display: block;
}

.inner .link:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.inner .link.hn01,
.inner .link.go01 {
    top: 430px;
    left: 460px;
    width: 240px;
    height: 60px;
}

.inner .link.go01 {
    top: 370px;
}


@media screen and (max-width: 767px) {

    .inner .link.hn01,
    .inner .link.go01 {
        top: 137vw;
        left: 42vw;
        width: 30vw;
        height: 8vw;
    }

    .inner .link.go01 {
        top: 261vw;
    }
}



.btn {
    margin-top: 30px;
    text-align: center;
}

.btn a {
    display: inline-block;
    padding: .8em 1.5em;
    background-color: #333;
    color: #fff;
    border-radius: 8px;
    font-size: 116%;
    border: 2px solid #fff;
    transition: .3s;
}

.btn a:hover {
    background-color: #666;
    text-decoration: none;
}

.btn a span::after {
    content: "\f08e";
    font-family: FontAwesome;
    margin-left: 0.5em;
}