.title1 {
  font-size: clamp(3.125rem, 5.61403509vw + 1.80921053rem, 8.125rem);
  line-height: clamp(3.375rem, 6.03508772vw + 1.96052632rem, 8.75rem);
  font-weight: 400;
  color: var(--textColor);
}
.title2 {
  font-size: clamp(1.5rem, 1.8245614vw + 1.07236842rem, 3.125rem);
  line-height: clamp(1.4375rem, 1.75438596vw + 1.02631579rem, 3rem);
  font-weight: 400;
  color: var(--textColor);
}
.title3 {
  font-size: clamp(1rem, 0.98245614vw + 0.76973684rem, 1.875rem);
  line-height: clamp(1.25rem, 0.84210526vw + 1.05263158rem, 2rem);
  font-weight: 400;
  color: var(--textColor);
}
.title4 {
  font-size: clamp(1rem, 0.63157895vw + 0.85197368rem, 1.5625rem);
  line-height: clamp(1.0625rem, 0.63157895vw + 0.91447368rem, 1.625rem);
  font-weight: 400;
  color: var(--textColor);
}
.button {
  display: inline-block;
  background-color: transparent;
  font-size: clamp(1rem, 0.98245614vw + 0.76973684rem, 1.875rem);
  line-height: clamp(1.25rem, 0.84210526vw + 1.05263158rem, 2rem);
  font-family: inherit;
  cursor: pointer;
  color: #fff;
  padding: 21px 65px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(#fff, #fff);
  transition: all 0.25s;
}
.button:hover,
.button:focus {
  background-size: 100% 100%;
  color: #000;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
/*# sourceMappingURL=./screen-medium.css.map */