/* ==========================================================================
  base
========================================================================== */
html {
  height: -webkit-fill-available;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  color: #000;
  background-color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: -webkit-fill-available;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-spacing-trim: space-all;
  overflow: hidden;
}

li {
  list-style: none;
}

#home ul,
#home ol,
#about ul,
#about ol,
#workstyle ul,
#workstyle ol,
#our-business ul,
#our-business ol,
#interview ul,
#interview ol {
  margin: 0;
  padding: 0;
}

@media (min-width: 540px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
