body.lang-en_US {
  font-family: "Roboto", sans-serif;
}

.site-header .header_container {
  -moz-column-gap: 1vw;
       column-gap: 1vw;
}
.site-header .header_btn.btn_contact {
  min-width: 110px;
}
@media screen and (max-width: 1199px) {
  .site-header .header_btn.btn_dl, .site-header .header_btn.btn_recruit {
    flex-basis: 170px;
    flex-shrink: 0;
  }
}
.site-header .header_btn__txt {
  flex-shrink: 1;
  font-size: 14px;
  line-height: 1.33;
}
.site-header .header_btn__icon {
  flex-shrink: 0;
}
.site-header .main_menu > .menu-item {
  line-height: 1.33;
}
@media screen and (max-width: 1199px) {
  .site-header .main_menu {
    -moz-column-gap: 1vw;
         column-gap: 1vw;
  }
  .site-header .main_menu .menu_about {
    flex-basis: 80px;
    flex-shrink: 0;
  }
  .site-header .main_menu .menu_business {
    flex-basis: 120px;
    flex-shrink: 0;
  }
}
.site-header .mobile_modal_window .modal_btn__txt {
  flex-shrink: 1;
  line-height: 1.2;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .site-footer .footer_nav {
    flex-wrap: wrap;
  }
  .site-footer .footer_nav__block {
    flex-basis: 33%;
  }
  .site-footer .footer_nav__block:first-child {
    flex-basis: 110px;
  }
  .site-footer .footer_btns__empty {
    flex-basis: 0;
  }
  .site-footer .footer_nav__btn {
    flex-basis: 31%;
    padding-inline: 2em;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .footer_nav__block {
    flex-basis: 100%;
  }
  .site-footer .footer_nav__btn {
    flex-basis: 100%;
  }
}

.contact_ft__h2__ja {
  display: none;
}

.top_h2__ja {
  display: none;
}

@media screen and (min-width: 1025px) {
  .products__motion__ttl {
    font-size: clamp(24px, 2vw, 32px);
  }
}/*# sourceMappingURL=style.css.map */