/*contents_area*/
#contents {
  width: 100%;
  margin: 120px auto 20px;
  line-height: 1.8;
  font-size: 1.2em;
}
#contents .title {
  font-size: clamp(19px, 2vw, 36px);
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-weight: 600;
  margin: 80px auto 20px;
  width: 70%;
}
#contents #contactArea {
  width: 50%;
  margin: 3% auto 1%;
}
#contents #contactArea #contactArea {
  width: 100%;
  height: 100%;
  margin: 3% auto 1%;
}