@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");

.title-text {
  font-family: "Noto Serif JP", serif;
  font-size: min(5.58139vw, 40px);
  color: #776b6d;
  font-weight: 300;
}
.contents1 {
  font-family: "Noto Serif JP", serif;
  margin-top: 7.5%;
  font-weight: 300;
}
.sub-title {
  font-family: "Noto Serif JP", serif;
  font-size: min(4.65116vw, 28px);
  font-weight: 200;
}
.p-text {
  font-size: min(3.72093vw, 20px);
  line-height: 1.8;
  font-weight: 200;
}
