.visual__bnr {
    position: absolute;
    bottom: 5rem;
    right: 5rem;
}
.visual__bnr a {
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 5rem 2rem;
    display: block;
    background: #0abab5;
    position: relative;
}
.visual__bnr span {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 0.6rem;
}

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

      Visual

  -------------------------------------*/
    .visual__bnr {
        position: absolute;
        bottom: -1rem;
        right: 2rem;
    }
}
