@font-face {
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-weight: 700;
  font-style: italic;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'neue-haas-grotesk-display', 'Noto Sans JP';
  /* overflow-x: hidden; */
  background-color: #fff;
  color: #1c1e1e;
  font-weight: 500;
}

.underline {
  position: relative;
  color: #121212;
  text-decoration: none;
}

.underline:hover {
  color: #121212;
}

.underline:hover::before {
  transform: scaleX(1);
}

.underline::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: #121212;
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.1s ease;
}

.section-container {
  max-width: 1920px;
  padding: 0 40px 60px;
  margin: 0 auto;

  @media screen and (max-width: 768px) {
    max-width: 100%;
    padding: 0;
  }
}

.cn-text-container {
  @media screen and (max-width: 810px) {
    text-align: left !important;
  }
}
