@charset "utf-8";
html {
  font-size: 62.5%;
}
body {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", "Noto Sans", "Roboto", system-ui,
  "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,h2,h3,h4,h5,h6,p {
  margin: 0;
}
h2,h3,h4,h5,h6,p {
  font-weight: normal;
}
h1 {
  font-size: 2.8rem
}
h2 {
  font-size: 2.4rem;
}
h3,.sub-nav-font {
  font-size: 1.8rem;
}
.bo-gr {
  color: #18585F;
  font-weight: 500;
}
p,
.pragraph-font {
  font-size: 1.6rem;
  line-height: 1.6;
}
.contact-info a {
  font-size: 2.1rem;
  font-weight: 500;
}