.contact {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  min-height: 100vh;
  background-size: 1474px auto, auto;
  padding-bottom: 20rem;
  font-size: 16px;
}
.contact label {
  font-size: 18px;
  font-weight: bold;
  color: #707070;
}
.contact textarea {
  border: 1px solid black;
  font-size: 16px;
}
.contact .img-thumbnail {
  border: none !important;
}
.contact .link {
  color: #0056b3;
}
.contact__header {
  text-align: center;
  color: #ffffff;
  padding: 100px 0 78px 0;
}
.contact__header-title {
  font-family: "Raleway", sans-serif;
  font-style: italic;
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 0;
}
.contact__header-title-second {
  font-family: "Raleway", sans-serif;
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 0;
}
.contact-container {
  max-width: 980px;
  width: 90%;
  margin: auto;
  padding: 60px;
  background-color: #fff;
  border-radius: 1rem;
}
.contact__form-group {
  display: grid;
  grid-template-columns: 20% 80%;
  margin-bottom: 40px;
}
.contact__form .col-form-label {
  display: flex;
  align-items: center;
}
.contact__form-control {
  font-size: 16px;
  height: 50px !important;
  border: 1px solid black;
}
.contact__form-checkbox {
  margin-top: 3rem;
}
.contact__form-check-input {
  width: 2rem;
  height: 2rem;
}
.contact__form-check-label {
  font-size: 16px !important;
  margin-left: 1.5rem !important;
}
.contact__form-button {
  min-width: 206px;
  margin: 40px auto 0;
  padding: 0 2.5em;
  line-height: 50px;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(to right, #4104E5, #E8679E);
  border: none;
}

@media screen and (min-width: 1260px) {
  .contact {
    background-size: 1474px auto, 100% auto;
  }
}
@media screen and (max-width: 1024px) {
  .contact {
    background-size: 140% auto, 1280px auto;
  }
  .contact__header {
    padding: 18vw 0 7vw 0;
  }
  .contact__header-title {
    font-size: 50px;
  }
  .contact__header-title-second {
    font-size: 21px;
  }
  .contact__form-control {
    height: calc(3.25rem + 2px) !important;
  }
  .contact__form-check {
    padding: 1vw 15vw;
  }
}
@media screen and (max-width: 768px) {
  .contact {
    background-size: 100% auto;
  }
  .contact label {
    font-size: 3.5vw !important;
  }
  .contact__header {
    padding: 15vw 0 9vw 0;
  }
  .contact__header-title {
    font-size: 11vw;
  }
  .contact__header-title-second {
    font-size: 4vw;
  }
  .contact-container {
    max-width: 90%;
    padding: 10% 5%;
  }
  .contact__form-group {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 3vw;
  }
  .contact__form-checkbox {
    margin-top: 7vw;
  }
  .contact__form-check {
    padding: 1vw 0 0 2.5vw;
  }
  .contact__form-check-input {
    width: 1.75rem;
    height: 1.75rem;
  }
  .contact__form-check-label {
    font-size: 3.5vw !important;
    margin-left: 1.5vw !important;
    line-height: 1.5;
  }
  .contact__form-button {
    display: block;
    min-width: auto;
    width: 13em;
    margin: 9% auto 0;
    padding: 0;
    line-height: 2.4;
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 480px) {
  .contact__header {
    padding: 20vw 0 9vw 0;
  }
  .contact__form-control {
    height: calc(2.25rem + 2px) !important;
  }
  .contact__form-check-input {
    width: 1.5rem;
    height: 1.5rem;
  }
  .contact__form-check {
    padding: 1vw 0 0 5.5vw;
  }
}
@media screen and (max-width: 320px) {
  .contact__header {
    padding: 25vw 0 9vw 0;
  }
  .contact__form-check {
    padding: 0vw 6vw;
  }
  .contact__form-check-input {
    width: 1.5rem;
    height: 1.5rem;
  }
  .contact__form-check-label {
    font-size: 2.5vw !important;
    margin-left: 0.5vw !important;
  }
}

/*# sourceMappingURL=style.css.map */
