@import url("https://fonts.googleapis.com/css?family=Anton|Noto+Sans+JP&display=swap");
.header__logo {
  width: 162px;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 123px;
  }
}

@media screen and (max-width: 767px) {
  .about__slogan__text {
    margin: 64px auto 196px;
  }
}

.facility__slide__title {
  height: 80px;
}
@media screen and (max-width: 767px) {
  .facility__slide__title {
    height: 88px;
  }
}

.world {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .world {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .world__head__title {
    width: 10em;
  }
}