/*contents_area*/
#contents {
  width: 100%;
  margin: 120px auto;
  line-height: 1.8;
  font-size: 1.2em;
}
#contents .title {
  font-size: clamp(62px, 6.5vw, 74px);
  display: block;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  text-align: left;
  margin: 80px auto 20px;
  width: 70%;
}
#contents #contactArea {
  width: 50%;
  margin: 3% auto 1%;
}