.wastespace {
    overflow: hidden;
}

.toptex {
    margin-top: 4vw;
    text-align: center;
    font-family: 'Shippori Mincho B1', serif;
    ;
    font-size: 2vw;
}

.subtitle {
    margin-top: 10vw;
    text-align: center;
    font-family: serif;
}

img {
    width: 50%;
    margin: 2vw;
    text-align: center;
}

.grid {
    position: relative;
    display: flex;
    text-align: center;
    justify-content: center;
}

ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

li {
    list-style: none;
    text-align: center;
}


.wrap-space {
    display: flex;
    align-items: center;
    padding: 2%;
}

/*ボタンデザイン*/

a.btn_23 {
    margin: auto;
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 120px;
    padding: 1rem 4rem;
    font-weight: bold;
    border: 2px solid #0e9eb4;
    color: #0e9eb4;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

a.btn_23::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(39, 172, 217);
    transform: translateX(-100%);
    transition: all .3s;
    z-index: -1;
}

a.btn_23:hover::before {
    transform: translateX(0);
}

a.btn_23:hover {
    color: #fff;
}

.logo {
    display: flex;
}

.x-logo {
    margin: 5px 800px 0 35px;
    width: 35px;
}

/*ボタンデザインここまで*/

@media screen and (max-width:767px) {
    .grid {
        display: block;
        justify-content: center;
        margin: 10vw;
    }

    .toptex {
        margin: 20vw 0vw 0 0;
        font-size: 4vw;
    }

    .subtitle {
        text-align: center;
        font-family: serif;
        margin: 20vw 0 0 0;
    }

    .wrap-space {
        display: block;
    }



}


.copy {
    margin-top: 10vw;
    text-align: center;
    font-family: 'Shippori Mincho B1', serif;
}