@charset "utf-8";
@charset "UTF-8";
@media only screen and (max-width: 1000px) {
    /* メニュー */
    .pc {
        display: none!important;
    }
    .sp {
        display: block;
        width: 100%;
        height: 70px;
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
    }
    .sp_menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 70px;
    }
    .sp-logo img {
        width: 180px;
        padding-left: 10px;
    }
    /* メインビジュアル */
    .kv {
        background-position: 32%;
    }
    .lead {
        font-size: 32px;
    }
    .message_inner {
        flex-direction: column;
    }
    .message_title {
        width: 100%;
    }
    .message_description {
        width: 100%;
    }
    /* top */
    .switch {
        min-height: 280px;
    }
    .l-kv{
        margin-top: 70px;
    }
}

@media only screen and (max-width: 796px) {
    .lead {
        font-size: 24px;
    }
    .business_unit {
        grid-template-columns: 1fr;
    }
    .table-list th {
        display: block;
        width: 100%;
        border-bottom: none;
        padding: 10px 10px 4px 10px;
    }
    .table-list td {
        display: block;
        width: 100%;
        padding: 4px 10px 10px 10px;
    }
    .access__map {
        padding-top: 62.6865671642%;
    }
    .contact-guide {
        padding: 30px 15px;
    }
    .form_tbl th {
        display: block;
        width: 100%;
        border-bottom: none;
    }
    .form_tbl td {
        display: block;
        width: 100%;
        border-top: none!important;
        border-bottom: none;
    }
    .common-call {
        font-size: 2.0em;
    }
    .scroll-image {
        display: none;
    }
}