@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500&display=swap");
main {
  padding-bottom: 140px;
  background: #004100 url(/contact/index/img/chalk.png) repeat-x bottom center/1500px auto;
}
@media screen and (max-width: 768px) {
  main {
    padding-bottom: 105px;
    background-size: 1000px auto;
  }
}
main section.contact {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  main section.contact {
    padding-top: 78px;
  }
}
main section.contact .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1100px;
}
main section.contact .inner h1 {
  max-width: 90%;
  margin-bottom: 25px;
  line-height: 1;
  color: #fff;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  main section.contact .inner h1 {
    margin-bottom: 18px;
    font-size: 26px;
  }
}
main section.contact .inner figure, main section.contact .inner figure img {
  width: 100%;
}
main section.contact .inner form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 85px 5% 100px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-top: none;
}
@media screen and (max-width: 768px) {
  main section.contact .inner form {
    padding: 54px 5% 38px;
    border-width: 0.3vw;
  }
}
main section.contact .inner form p.ttl {
  margin: 50px auto 10px;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  main section.contact .inner form p.ttl {
    margin: 36px auto 10px;
  }
  main section.contact .inner form p.ttl img {
    width: 220px;
  }
}
main section.contact .inner form .inputArea {
  max-width: 800px;
  width: 100%;
}
main section.contact .inner form .inputArea dt {
  display: none;
}
main section.contact .inner form .inputArea dd {
  width: 100%;
}
main section.contact .inner form .inputArea dd textarea {
  min-height: 200px;
  margin: 0 0 60px;
  padding: 15px;
  border: 2px solid #5c875c;
  border-radius: 0;
  background-color: #2a572a;
  color: #fff;
  box-shadow: none;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  main section.contact .inner form .inputArea dd textarea {
    min-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  main section.contact .inner form .inputArea dd textarea {
    width: 100%;
    min-height: 240px;
    margin: 0 0 36px;
    padding: 12px;
  }
}
main section.contact .inner form p#form_submit {
  display: flex;
  max-width: 200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  main section.contact .inner form p#form_submit {
    max-width: 160px;
  }
}
main section.contact .inner form p#form_submit input#form_submit_button {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
main section.contact.thanks {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 45px 0;
  min-height: calc(100vh - 380px);
}
@media screen and (max-width: 768px) {
  main section.contact.thanks {
    gap: 22px 0;
  }
}/*# sourceMappingURL=style.css.map */