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



 /*----------------------------*/

 .global-nav {
  left: 10px;
 }



 .nav-menu {
  display: none;
 }


 .global-nav .nav-logo img {
  height: 48px;
 }


 .hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
 }


 .about {
  height: 1400px;
  padding: 80px 100px;
 }


 .about .inner {
  display: flex;
  align-items: flex-start;
  width: 100%;
  position: relative;
 }



 .about .tate {
  display: block;
  width: 20%;
  margin-right: 50px;
  z-index: 9;
 }






 .about .img-takibi {
  position: absolute;
  width: 100%;
  right: -5%;
  bottom: 0;

 }

 .about .txt {
  width: 75%;
  z-index: 9;
 }


 .about .txt .eng {
  width: 75%;
  z-index: 9;
 }



 .image-gallery {
  padding: 60px 40px;
  padding-top: 0;
 }

 .gallery-row {
  width: 100%;
  gap: 30px 20px;
  margin-top: 60px;
  flex-wrap: wrap;
 }

 .gallery-item {
  width: 28%;
 }




 .location {
  position: relative;
  height: auto;
  align-items: center;
  padding-top: 100px;
  flex-direction: column;
 }


 .location .map {
  width: 90%;
  left: -25%;
  top: 0;
  bottom: 0;
  margin: auto;
 }


 .location .info {
  text-align: right;
  width: 90%;
  margin-left: auto;
  margin-bottom: 100px;
 }

 .location .info .txt {
  flex-direction: column;

 }

 .location p {
  width: 100%;
 }

 .location p.eng {
  width: 70%;
  margin-left: auto;
  margin-top: 30px;
 }


 .location .head {
  margin-bottom: 30px;
  text-align: right;
  margin-right: 0;
 }




 .takibi {
  padding: 0;
  padding-top: 50%;
 }


 .takibi .title {
  width: 50%;
 }

 .takibi .title img {
  margin-top: 30px;
 }


 .takibi .info {
  margin-top: 60px;
 }


 .flow-box {
  width: 90%;
 }

 .flow-box .wrap {
  width: 48%;
 }


 .flow-box .item {
  width: 100%;
  margin-top: 80px;
 }

 .flow-box p {
  line-height: 1.5;
 }


 .video-wrap video {
  width: 50%;
 }






 .crew-box {
  width: 90%;
  margin-top: 60px;
  padding-bottom: 100px;
 }

 .crew-box .item {
  width: 30%;
  margin-right: 1%;
 }


 .crew-box .item:nth-child(3) {
  margin-right: 0;
 }

 .crew-box .item:last-child {
  margin-right: 0;
 }


 .crew-box img.face {
  width: 100px;
 }

 .crew-box .name {
  text-align: center;
  margin-top: 10px;
 }

 .crew-box .name span {
  font-size: 12px;

 }

 .crew-box .name p {
  margin-top: 5px;
 }




 .news-list {
  max-width: 100%;
 }

 .news-title {
  font-size: 14px;
 }


 .vision-img {
  width: 80%;
 }

 .vision .txt {
  width: 80%;
 }



 .company {
  margin-top: 0;
 }

 .company-table {
  width: 80%;
 }




 form {
  width: 90%;
 }




 footer {
  padding: 40px;

 }

 .footer-nav {
  display: block;
 }





 .footer-nav ul {
  margin-left: auto;
  margin-top: 20px;
 }

 .footer-nav ul a {
  font-size: 14px;
 }

 .footer-nav ul img {
  width: 15px;
 }



 .copyright {
  text-align: left;
  font-size: 12px;
 }



 .select-box {
  max-width: 90%;
  align-items: center;
 }

 #tokachi-map {
  width: 65%;
 }

 #area-select {
  width: 30%;
 }

 .area-list label {
  font-size: 14px;
  margin-top: 15px;
  margin-right: 15px;
 }

 .reset-button {
  font-size: 12px;
  margin-top: 30px;
 }

 .reset-button:hover {
  background: #ffffff;
  color: #000000;
 }

 .archive .box {
  width: 90%;
  margin-top: 60px;
  gap: 4%;
 }

 .archive .item {
  width: 48%;
  margin-bottom: 30px;
 }


 .under-header {
  top: 0;
  height: 300px;
 }

 .basic-wrap {
  padding-top: 150px;
 }




 /*----------------------------*/





 .pc {
  display: none;
 }


 .sp {
  display: none !important;
 }


 .copy-pc {
  display: block;
 }



 .tab {
  display: block;
 }



 /*----------------------------*/



}
