@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;
    text-decoration: 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;
  }

  .header_inner {
    justify-content: center;
  }

  .container,
  .container_header,
  .container_800 {
    padding: 0 20px;
    max-width: 767px;
    margin: 0 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;
  }

  .primary_header {
    width: 100%;
    height: 80px;
    background: var(--white);
  }

  .header_logo img {
    zoom: 0.6;
  }

  .main-wrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    width: 100%;
    height: 240px;
  }

  .main-visual {
    width: 100%;
    height: 100%;
    background-image: url(../img/mv1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .mr50 {
    margin-right: 0;
  }

  .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;
  }

  .top-about {
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
  }

  .top-about-img,
  .top-about-content {
    flex: 0 0 100%;
    max-width: 100%;
    height: auto;
  }

  .top-about-img {
    height: 200px;
  }

  .top-about-img img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .top-about-content {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-top01,
  .btn-top02 {
    width: 100%;
    min-width: 300px;
  }

  .top-business-wrap {
    padding-bottom: 0;
  }

  .top-business-box {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    position: relative;
  }

  .top-business-content {
    width: 100%;
    padding: 40px 20px;
    background: var(--white);
    box-shadow: none;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    position: static;
  }

  .top-about-content-inner {
    width: 100%;
  }

  .top-gallery {
    margin-bottom: 56px;
    width: 100%;
    height: auto;
    padding: 56px 20px;
    background-image: url(../img/top_img004.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  .top-gallery-wrap {
    position: relative;
    height: auto;
  }

  .top-gallery-content {
    width: 100%;
    padding: 40px 20px;
    background: rgba(110, 175, 180,0.9);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    position: static;
  }

  .flex01 {
    margin: 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;
  }

  .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_box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .gallery_content_sec_item_wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 10px;
  }

  .gallery_content_sec_item {
    max-width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 100%;
  }

  .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: 4%;
  }

  .ta_center_pc {
    text-align: left;
  }

  .ta_center_sp {
    text-align: center;
  }

  .sp_order1 {
    order: 1;
  }

  .sp_order2 {
    order: 2;
  }


}
