@media(min-width: 700px) {
    body {
        padding: 0 !important;
    }
    html {
        font-size: 18px;
    }
    body {
        margin-bottom: 0;
    }
    .pc {
        display: block !important;
    }
    .s-pc,
    .sp,
    .btn_float {
        display: none;
    }
    header h1 a {
        width: 130px;
    }
    /* slick */
    .slide_solo {
        display: flex;
    }
    .slick-prev {
        left: -1.5rem !important;
    }
    .slick-next {
        right: -1.5rem !important;
    }
    /* メインビジュアル */
    .mv_wrap img {
        max-width: 1600px;
    }
    .guide_wrap {
        margin-top: -3rem;
    }
    .top_wrap {
        padding: 5rem 0 7rem;
    }
    .top_wrap p {
        font-size: 1rem;line-height: 1.7;
    }
    /* フロートボタン */
    .float_wrap {
        display: none;
    }
}
@media(min-width: 1000px) {
    .about_wrap .list {
        display: flex;
        justify-content: space-between;
        padding: 0;
    }
    .about_wrap .item {
        margin: 0;
    }
    .merit_wrap .item:nth-last-of-type(3) {
        border-bottom: 0;
    }
}