@charset "utf-8";

/* ===================================================================
CSS information

 File Name  : home.css
=================================================================== */
.schoolName{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.link-button {
    border: 1px solid #ccc;
    padding: .5rem 1rem;
    font-weight: bold;
}
/*]
2023/4 add
*/
.top-page_mv{
    position: relative;
}
.mv_btnWrap{
    position: absolute;
    bottom: 200px;
    right: 85px;
    z-index: 100;
    display: grid;
    gap: 10px;
}
.link-button.on_mv{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: .4em;
    border: 3px solid #e497ac;
    font-size: 1.3rem;
    color: #444444;
}