@media screen and (max-width: 1000px) {

    .container,
    .container_800 {
        padding: 0 20px;
        max-width: 1000px;
        margin: 0 auto;
    }

    .row {
        padding: 0 20px;
        max-width: 1000px;
        margin: 0 auto;
        position: relative;
    }

    /* .news-wrap {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .news-wrap-left {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .heading2-en {
    text-align: center;
    margin-bottom: 16px;
  } */
}

@media screen and (min-width: 768px) {
    .sp {
        display: none;
    }

    .br_sp {
        display: none;
    }

    a[href^='tel:'] {
        pointer-events: none;
    }

    /* .news-wrap {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .news-wrap-left {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .heading2-en {
    text-align: center;
    margin-bottom: 16px;
  } */
}

@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }

    .container,
    .container_800 {
        padding: 0 20px;
        max-width: 767px;
        margin: 0 auto;
    }

    .container_header {
        padding: 0 0 0 15px;
        max-width: 767px;
        margin: 0 auto;
        height: 60px;
    }

    .logo-link img {
        width: 50vw;
        height: auto;
    }

    .row {
        padding: 0 20px;
        max-width: 767px;
        margin: 0 auto;
        position: relative;
    }

    .padding_sec {
        padding: 56px 0;
    }

    .padding_sec_t {
        padding-top: 56px;
    }

    .padding_sec_b {
        padding-bottom: 56px;
    }

    .google_translate {
        right: 70px;
    }

    .header-logo img {
        max-width: 50%;
        height: auto;
    }

    #main {
        width: 100%;
        height: 360px;
        overflow: hidden;
    }

    .main {
        width: 100%;
        /* height: 280px; */
        height: 66vw;
        overflow: hidden;
    }

    #main-slider {
        width: 100%;
        /* height: 250px; */
        height: 66vw;
        overflow: hidden;
        position: relative;
    }

    /* .slider {
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
  }  */

    .slider img {
        top: 0;
        bottom: 0;
        left: -300%;
        right: -300%;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
    }

    .top-concept-wrap {
        width: 100%;
        height: auto;
        position: relative;
    }

    .flex01 {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        flex-wrap: wrap;
        height: auto;
    }

    .top-content-txt-box {
        width: 100%;
        padding-left: 0;
    }

    .top-concept-img {
        position: static;
        width: 100%;
        height: 240px;
        overflow: hidden;
        margin-top: 30px;
        text-align: center;
    }

    .top-menu-content-wrap {
        width: 100%;
        height: auto;
        position: relative;
    }

    .top-menu-content-img {
        width: 100%;
        height: 240px;
        position: relative;
        overflow: hidden;
    }

    .top-menu-content-img02 {
        width: 100%;
        height: 240px;
        position: relative;
        overflow: hidden;
    }

    .top-menu-content-img img {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -300%;
        right: -300%;
        margin: auto;
        object-fit: cover;
        height: auto;
        width: 100%;
    }

    .top-menu-content-img02 img {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -300%;
        right: -300%;
        margin: auto;
        object-fit: cover;
        height: auto;
        width: 100%;
    }

    .top-menu-content-txt-box {
        background: var(--white);
        width: 100%;
        padding: 20px;
        position: static;
        top: auto;
        right: auto;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .top-menu-content-txt-box02 {
        background: var(--white);
        width: 100%;
        padding: 20px;
        position: static;
        top: auto;
        right: auto;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .footer_link_list {
        display: block;
        line-height: 40px;
        text-align: center;
    }

    .footer_link_menu {
        margin-right: 0;
    }

    #page-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
    }

    #page-top a {
        line-height: 55px;
        text-align: center;
        font-size: 1.2rem;
        font-weight: 600;
        letter-spacing: 0.1rem;
        color: var(--black);
        display: block;
        width: 50px;
        height: 50px;
        text-decoration: none;
        border-radius: 50%;
        border: solid 2px var(--black);
        background: rgba(255, 255, 255, 0.8);
    }

    #page-top a::before {
        content: '';
        width: 4px;
        height: 4px;
        border-top: solid 2px var(--black);
        border-right: solid 2px var(--black);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: absolute;
        top: 8px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .heading1_wrap {
        width: 100%;
        height: 200px;
        background-image: url(../img/image1_lawer.jpg);
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .lawer_sec {
        padding: 56px 0;
    }

    .lawer_content_flex01 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .lawer_content_flex01_left,
    .lawer_content_flex01_right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0 15px;
    }

    .lawer_content_flex01_left {
        margin-bottom: 10px;
    }

    .table_item_left {
        font-size: 1.4rem;
        line-height: 2.2rem;
        color: var(--black);
        font-weight: 400;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
    }

    .table_item_right {
        font-size: 1.8rem;
        color: var(--black);
        font-weight: 400;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        text-align: right;
    }

    .gallery_content_sec_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 100%;
        position: relative;
        overflow: hidden;
        padding-top: 50%;
    }

    .gallery_content_sec_item img {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        display: block;
        max-width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
        padding: 6%;
    }

    .ta_center_pc {
        text-align: left;
    }

    .ta_center_sp {
        text-align: center;
    }

    .sp_order1 {
        order: 1;
    }

    .sp_order2 {
        order: 2;
    }

    .order1 {
        order: 2;
    }

    .order2 {
        order: 1;
    }

    .privacy {
        width: 90%;
        margin: 10px auto 5rem;
        border: 2px solid #000000;
        padding: 20px;
    }
}


@media screen and (max-width: 280px) {
    .logo-link img {
        width: 30vw;
        height: auto;
    }
}
