@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,400;1,700&display=swap');


* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
* {
  font-synthesis: none;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html,
body {
  margin: 0px;
  height: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #38584B;
  line-height: 130%;
  letter-spacing: -0.02em;
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
button {
    padding: 0;
    margin: 0;
    background: #fff;
    border: 0;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
.pointer {
  cursor: pointer;
}

.text-center {
  text-align: center;
}
.semi-bold {
  font-weight: 600;
}

.pc {
  display: none;
}
.cursor {
  cursor: pointer;
}
.dim {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}
.line-height130 {
  line-height: 130% !important;
}
@media screen and (min-width: 1024px) {
  .mo {
    display: none;
  }
  .pc {
    display: block;
  }
  .inner {
    max-width: 1200px;
    margin: 0 auto;
  }
}
