html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  background-color: #110800;
  line-height: 1;
  letter-spacing: 0;
  word-break: keep-all;
  color: #fff;
}

a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

a:hover {
  opacity: 0.7;
}

li {
  list-style: none;
}

body {
  background-color: #fff;
  color: #110800;
}

a {
  color: #110800;
}

.header a {
  color: #fff;
}

.top-wrap {
  background-image: url("../img/contact-bg.jpeg");
  background-size: cover;
  background-position: 30%;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 60vh;
}
@media screen and (max-width: 1024px) {
  .top-wrap {
    height: 50vh;
  }
}
@media screen and (max-width: 768px) {
  .top-wrap {
    height: 35vh;
  }
}
@media screen and (max-width: 480px) {
  .top-wrap {
    height: 60vh;
  }
}
.top-wrap__ttl {
  position: absolute;
  top: 50%;
  left: 7.5%;
  -webkit-transform: translateY(-25%);
      -ms-transform: translateY(-25%);
          transform: translateY(-25%);
}
@media screen and (max-width: 768px) {
  .top-wrap__ttl {
    top: 67.5%;
  }
}
@media screen and (max-width: 480px) {
  .top-wrap__ttl {
    top: 77.5%;
    left: 10%;
  }
}
.top-wrap__ttl h1 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(1.25rem, 0.636rem + 2.73vw, 3.5rem);
  letter-spacing: clamp(-0.019rem, -0.01rem - 0.04vw, -0.052rem);
  color: #fff;
}

.con {
  margin-bottom: 5%;
}
@media screen and (max-width: 768px) {
  .con {
    margin-top: 5%;
  }
}
@media screen and (max-width: 480px) {
  .con {
    margin-top: 12%;
    margin-bottom: 10%;
  }
}
.con-wrap__txt p {
  font-size: clamp(0.625rem, 0.489rem + 0.61vw, 1.125rem);
  letter-spacing: clamp(-0.009rem, -0.007rem - 0.01vw, -0.017rem);
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .con-wrap__txt p {
    line-height: 2;
    font-size: clamp(0.625rem, 0.416rem + 0.7vw, 0.75rem);
    letter-spacing: clamp(-0.009rem, -0.006rem - 0.01vw, -0.011rem);
  }
}
@media screen and (max-width: 480px) {
  .con-wrap__txt p {
    line-height: 2.4;
  }
}
.con-wrap .b-btn {
  margin-top: 3.5%;
}
@media screen and (max-width: 768px) {
  .con-wrap .b-btn {
    margin-top: 6%;
    margin-bottom: 6%;
  }
}
@media screen and (max-width: 480px) {
  .con-wrap .b-btn {
    margin-top: 10%;
  }
}
.con-wrap .b-btn a span {
  margin: 0 2.5%;
  display: inline-block;
  vertical-align: middle;
}
.con-wrap .b-btn a .__icon-arrow__rev {
  vertical-align: sub;
  width: 5%;
}
@media screen and (max-width: 480px) {
  .con-wrap .b-btn a .__icon-arrow__rev {
    width: 8%;
  }
}
.con-wrap .b-btn a .__icon-arrow__rev svg {
  width: 100%;
}

.footer h2, .footer a, .footer small {
  color: #fff;
}
