@media (min-width: 0px) and (max-width: 575px) {

   
}

@media (min-width: 576px) and (max-width: 767px) {

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

  .x-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .col-txt,.col-img {
    width: 100%;
  }
  .col-txt {
    order: 1;
  }
  .page-width-1400 .col-img {
    margin-left: 0;
}
  .page-width-1400 .col-img img,
  .page-width-1400 .col-txt,
  .page-width-1400 .col-img
   {
    width: 100%;
  }
  .footer-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 88px;
    padding-bottom: 88px;
    flex-direction: column;
}
.footer-menu {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
}
.footer-logo {
  margin-bottom: 40px;
}
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {

}
@media screen and (max-width: 1023px) {
 
}
@media screen and (max-width: 767px) {
 
}
@media screen and (max-width:1023px) {
    .nav-menu {
        display: none;
    }
    .navbar_menu .link-list {
        flex-direction: column;
    }
    .nav-menu {
        display: none;
    }
    .site-header .navbar_burger {
        display: block;
    }
    .navbar_overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 998;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.1s ease;
      }
      
      .navbar_burger {
        position: absolute;
        top: 40px;
        right: 40px;
        cursor: pointer;
        color: #000;
      }
      .navbar_burger svg {
        width: 40px;
        height: 40px;
      }
      
      .navbar_burger_back {
        position: fixed;
        top: 1.5rem;
        right: 1.5rem;
        cursor: pointer;
        color: #222;
      }
      
      .navbar_menu {
        position: fixed;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        background-color: #fff;
        padding: 0 2rem;
        display: flex;
        flex-direction: column;
        padding-top: 100px;
        align-items: flex-start;
        transform: translateX(100%);
        z-index: 999;
        color: #000;
        transition: transform 0.3s ease;
      }
      
      .navbar_menu a {
        position: relative;
        color: #222;
        font-size: 14px;
        font-family: 'Noto Sans JP bold';
        line-height: 17px;
        margin-left: 1rem;
        margin-bottom: 3rem;
        text-decoration: none;
      }
      
      .navbar_menu.active {
        transform: translateX(0);
      }
      
      .navbar_overlay.active {
        opacity: 1;
        pointer-events: auto;
      }
}
@media screen and (max-width:1023px) and (min-width: 768px)  {

}
@media screen and (max-width: 1200px) and (min-width:768px) {

}
@media screen and (max-width: 1537px) and (min-width: 1200px) {

}
@media screen and (max-width: 1200px) and (min-width:1023px) {

}
@media screen and (max-width: 1023px) and (min-width:768px) {

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

}
@media screen and (min-width: 1401px) {

}