body main {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
body main section.bnr-section {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../img/contact/banner-contact.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body main section.bnr-section h2 {
  font-size: 40px;
  text-align: center;
  color: white;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
}
body main section#thanks .contents {
  text-align: center;
}
body main section#thanks .contents .big {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}
body main section#contact-us {
  background-color: #175BE5;
}
body main section#contact-us .contact-us-inner {
  width: 1080px;
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body main section#contact-us .contact-us-inner .left .en-title {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: white;
  line-height: 1;
  margin-bottom: 12px;
}
body main section#contact-us .contact-us-inner .left .sub {
  font-size: 16px;
  color: white;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
}
body main section#contact-us .contact-us-inner .left .tel {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: white;
  line-height: 1;
}
body main section#contact-us .contact-us-inner .right .contact-btn {
  display: flex;
  align-items: center;
  gap: 32px;
  border: 2px solid white;
  border-radius: 60px;
  padding: 24px 40px;
  text-decoration: none;
  color: white;
  transition: background-color 0.3s ease;
}
body main section#contact-us .contact-us-inner .right .contact-btn:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
body main section#contact-us .contact-us-inner .right .contact-btn .btn-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
body main section#contact-us .contact-us-inner .right .contact-btn .arrow {
  font-size: 24px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  body main section.bnr-section h2 {
    font-size: 6.4vw;
  }
  body main section#thanks .contents .big {
    font-size: 6.4vw;
    margin-bottom: 8.5333333333vw;
  }
  body main section#thanks .contents .pink {
    width: 100%;
  }
  body main section#contact-us .contact-us-inner {
    width: 100%;
    padding: 12.8vw 5.3333333333vw;
    flex-direction: column;
    align-items: flex-start;
    gap: 8.5333333333vw;
  }
  body main section#contact-us .contact-us-inner .left .en-title {
    font-size: 7.4666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  body main section#contact-us .contact-us-inner .left .sub {
    font-size: 3.7333333333vw;
    margin-bottom: 3.2vw;
  }
  body main section#contact-us .contact-us-inner .left .tel {
    font-size: 6.4vw;
  }
  body main section#contact-us .contact-us-inner .right {
    width: 100%;
  }
  body main section#contact-us .contact-us-inner .right .contact-btn {
    justify-content: space-between;
    padding: 5.3333333333vw 6.4vw;
    border-radius: 16vw;
  }
  body main section#contact-us .contact-us-inner .right .contact-btn .btn-text {
    font-size: 4.2666666667vw;
  }
  body main section#contact-us .contact-us-inner .right .contact-btn .arrow {
    font-size: 6.4vw;
  }
}
@media screen and (min-width: 1280px) {
  body #contact-us {
    width: 100%;
  }
}

/*# sourceMappingURL=contact.css.map */
