html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  word-break: break-all;
}
body {
  transition: 1.4s;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
*, *::before, *::after {
  box-sizing: border-box;
}
a {
  color: unset;
  text-decoration: none;
}
li {
  list-style: none;
}
h1, h2, h3, h4, h5, h6, p, li, div, span {
  font-size: 100%;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.jus-center {
  justify-content: center;
}
.align-center {
  align-items: center;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-gradient_green {
  background: linear-gradient(90deg, #0D9A53 0%, #29D980 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-en {
  font-family: "M PLUS 1", sans-serif;
}
