@charset "UTF-8";
/* CSS Document */
.body {
  background-color: #FFFFFF;
}
.section-top h2 img {
  width: 100%;
  height: 195px;
  object-fit: cover;
  justify-content: center;
}
@media(max-width:1160px) {
  .section-top h2 img {
    height: 95px;
  }
}
.section-top__image {
  display: inline-block;
  background-image: url("../Images/Contact_img/052919861.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 66.8vh;
  overflow: hidden;
  object-fit: cover;
  width: 80.55%;
  margin-bottom: 80px;
}
@media (max-width:1160px) {
  .section-top__image {
    width: 87.5%;
    height: 424px;
    margin-bottom: 60px;
    background-size: cover;
    background-position: 20% 90%;
    overflow: hidden;
  }
}
.section-top__image-over-context {
  font-size: 4.0rem;
  font-weight: 200;
  letter-spacing: 0px;
  font-family: "Times";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
  justify-content: center;
  position: absolute;
  display: block;
  padding: 17% 0 0;
  width: 100%;
  left: 8.05px;
  z-index: 18;
}
@media(max-width:480px) {
  .section-top__image-over-context {
    font-size: 2.4rem;
    letter-spacing: none;
    top: 279.702px;
    padding: none;
  }
}
.section-contact_form {
  display: block;
  position: relative;
  text-align: center;
  justify-content: center;
}
.section-contact_form h2 {
  font-size: 3.6rem;
  font-family: "Klee";
  color: #000;
  font-weight: 100;
}
.section-contact_form h2:after {
  display: block;
  content: "";
  border: solid 0.4px #000;
  width: 500px;
  margin: 10px auto 70px;
}
.section-contact_form p {
  font-size: 2.4rem;
  font-family: "Klee";
  font-weight: 100;
  color: #000;
  margin-bottom: 80px;
}
.break-line {
  display: none;
}
@media(max-width:1160px) {
  .section-contact_form h2 {
    font-size: 2.4rem;
  }
  .section-contact_form h2:after {
    width: 250px;
    margin: 10px auto 30px;
  }
  .section-contact_form p {
    font-size: 1.6rem;
    margin-bottom: 60px;
    line-height: normal;
  }
  .break-line {
    display: block;
  }
}
.inquiry-form {
  display: inline-block;
  padding: 0 0 80px;
  text-align: end;
  margin: 0 auto;
  max-width: 80.55%;
  transform: translate(-10%);
  justify-content: center;
}
@media(max-width:1160px) {
  .inquiry-form {
    max-width: 87.5%;
    transform: translate(0);
    text-align: end;
    padding: 0 0 120px;
  }
}
.inquiry-form p {
  margin-bottom: 40px;
}
.inquiry-form input[type="text"], .inquiry-form input[type="email"], .inquiry-form input[type="tel"], .inquiry-form input[type="date"], .inquiry-form select, .inquiry-form textarea {
  display: inline-block;
  width: 505px;
  height: 40px;
}
@media(max-width:1160px) {
  .inquiry-form input[type="text"], .inquiry-form input[type="email"], .inquiry-form input[type="tel"], .inquiry-form input[type="date"], .inquiry-form select, .inquiry-form textarea {
    width: 327px;
    height: 40px;
  }
}
.inquiry-form textarea {
  height: 348px;
  width: 505px;
}
@media(max-width:1160px) {
  .inquiry-form textarea {
    height: 200px;
    width: 327px;
  }
}
.inquiry-form p label {
  vertical-align: middle;
  font-size: 2.0rem;
  font-family: "Klee";
  color: #000;
}
@media(max-width:1160px) {
  .inquiry-form p label {
    display: block;
    font-size: 1.6rem;
    text-align: left;
  }
  .inquiry-form p label:after {
    display: block;
    content: "";
    margin-bottom: 10px;
  }
}
.form_inquiry_details-box p label {
  vertical-align: top;
}
.inquiry-form__privacy-check {
  text-align: center;
  padding-left: 40px;
}
.inquiry-form__privacy-check a {
  color: inherit;
  text-decoration: none;
}
@media(max-width:1160px) {
  .inquiry-form__privacy-check p label {
    display: inline;
    left: 20%;
  }
  .inquiry-form__privacy-check {
    padding-left: 0px;
  }
}
.inquiry-form__privacy-link {
  pointer-events: none;
}
.submit_button {
  display: block;
  text-align: center;
  justify-content: center;
}
.inquiry-form__submit {
  font-size: 2.4rem;
  background-color: #56a3e7;
  border: none;
  border-radius: 5px;
  width: 200px;
  padding: 10px 20px;
  color: #FFF;
  text-align: center;
  font-weight: 500;
  margin-bottom: 40px;
}
.inquiry-form__submit:hover {
  background-color: #1663be;
}
