@font-face {
  font-family: 'GENJ';
  font-style: normal;
  font-weight: normal;
  src: url("../assets/font/GenJyuuGothic-Regular.eot");
  src: url("../assets/font/GenJyuuGothic-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/font/GenJyuuGothic-Regular.ttf") format("truetype"), url("../assets/font/GenJyuuGothic-Regular.woff") format("woff");
}
@font-face {
  font-family: 'GENJ';
  font-style: normal;
  font-weight: bold;
  src: url("../assets/font/GenJyuuGothic-Bold.eot");
  src: url("../assets/font/GenJyuuGothic-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/font/GenJyuuGothic-Bold.ttf") format("truetype"), url("../assets/font/GenJyuuGothic-Bold.woff") format("woff");
}
section {
  box-sizing: border-box;
  padding: 40px 0 0;
}
@media screen and (max-width: 767px) {
  section {
    padding: 0;
  }
}
section h1.title {
  margin: 0 0 50px;
  background-image: linear-gradient(to right, #4176e5, #67d3e6);
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.03em;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  section h1.title {
    font-size: 28px;
    padding: 22px 0 20px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  section h1.title {
    font-size: 17px;
    padding: 14px 0;
    margin: 0 0 25px;
  }
}
section h1.title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

body #contact {
  padding-top: 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  body #contact .contact-text {
    margin-left: 10px;
    margin-right: 10px;
  }
}

/*# sourceMappingURL=2022-contact.css.map */
