.contact-content {
  padding: 100px 0;
  box-sizing: border-box;
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 600px) {
	.contact-content {
	  padding: 30px 0;
	}
}
.contact-content .back01 {
  width: 20%;
  bottom: 120px;
  left: -170px;
}
.contact-content .back02 {
  width: 20%;
  right: -110px;
  top: 100px;
}
.contact-content .headline {
  height: 90px;
  margin-bottom: 40px;
}
.contact-content .text {
  margin-bottom: 70px;
  text-align: center;
}
.contact-content .wpcf7 {
  width: 90%;
}
@media (max-width: 600px) {
  .contact-content .wpcf7 {
    width: 100%;
  }
}
.contact-content .wpcf7 .row {
  margin-bottom: 20px;
}
.contact-content .wpcf7 .row .left {
  width: calc(40% - 20px);
  margin-right: 20px;
  justify-content: space-between;
  font-weight: bold;
  color: #0E3E30;
}
@media (max-width: 600px) {
  .contact-content .wpcf7 .row .left {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
.contact-content .wpcf7 .row .left span {
  background-color: #D1B09B;
  padding: 5px 10px;
  box-sizing: border-box;
  color: #fff;
  border-radius: 20px;
}
.contact-content .wpcf7 .row .right {
  width: 60%;
}
@media (max-width: 600px) {
  .contact-content .wpcf7 .row .right {
    width: 100%;
  }
}
.contact-content .wpcf7 .row .right select,
.contact-content .wpcf7 .row .right input,
.contact-content .wpcf7 .row .right textarea {
  width: 100%;
  background-color: #EFEDE8;
  color: #CCC4B1;
  padding: 10px 20px;
  box-sizing: border-box;
  border: none;
}
.contact-content .wpcf7 .row:nth-child(6) .left {
  justify-content: right;
}
.contact-content .wpcf7 .privacy {
  margin: 0 auto;
  margin-bottom: 30px;
  justify-content: center;
}
.contact-content .wpcf7 .privacy a {
  font-weight: bold;
  color: #003D20;
	text-decoration:underline;
}
.contact-content .wpcf7 .submit {
  width: 280px;
  border: 1px solid #003D20;
  border-radius: 40px;
  margin: 0 auto;
}
.contact-content .wpcf7 .submit input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 20px 50px;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: bold;
  color: #003D20;
  background-color: transparent;
  border: none;
  text-align: center;
  width: 100%;
  display: block;
}
.contact-content .wpcf7 .submit::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url(/wp-content/uploads/2023/06/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.contact-content .wpcf7 .submit span {
  display: none;
}/*# sourceMappingURL=contact.css.map */