@keyframes link-arrow {
  0% {
    opacity: 1;
    fill: #707070;
  }
  50% {
    opacity: 0;
    fill: #707070;
    transform: translateX(5px);
  }
  50.1% {
    opacity: 0;
    fill: #1B7044;
    transform: translateX(-5px);
  }
  100% {
    opacity: 1;
    fill: #1B7044;
    transform: translateX(0);
  }
}
.wpcf7 .wpcf7-form.sent .top-message-box {
  padding: 4em;
  text-align: center;
}

.form-table tbody tr th input:-webkit-autofill,
.form-table tbody tr th input:-webkit-autofill:hover,
.form-table tbody tr th input:-webkit-autofill:focus,
.form-table tbody tr th input:-webkit-autofill:active,
.form-table tbody tr th textarea:-webkit-autofill,
.form-table tbody tr th textarea:-webkit-autofill:hover,
.form-table tbody tr th textarea:-webkit-autofill:focus,
.form-table tbody tr th textarea:-webkit-autofill:active, .form-table tbody tr td input:-webkit-autofill,
.form-table tbody tr td input:-webkit-autofill:hover,
.form-table tbody tr td input:-webkit-autofill:focus,
.form-table tbody tr td input:-webkit-autofill:active,
.form-table tbody tr td textarea:-webkit-autofill,
.form-table tbody tr td textarea:-webkit-autofill:hover,
.form-table tbody tr td textarea:-webkit-autofill:focus,
.form-table tbody tr td textarea:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px rgb(243, 243, 245) inset;
  -webkit-text-fill-color: #000;
}
.form-table tbody tr th select:selected, .form-table tbody tr td select:selected {
  background-color: transparent;
}
.form-table tbody tr td .validation-err-text,
.form-table tbody tr td .wpcf7-not-valid-tip {
  display: block;
  color: red;
}
.form-table tbody tr td input[type=text],
.form-table tbody tr td textarea,
.form-table tbody tr td input[type=tel],
.form-table tbody tr td input[type=email] {
  padding: 0 1em;
}
.form-table tbody tr td input:focus, .form-table tbody tr td textarea:focus {
  outline: none;
}
.form-table.is-locked tbody {
  display: block;
  width: 100%;
}
.form-table.is-locked tbody td input, .form-table.is-locked tbody td textarea, .form-table.is-locked tbody td select,
.form-table.is-locked tbody td input:-webkit-autofill,
.form-table.is-locked tbody td input:-webkit-autofill:hover,
.form-table.is-locked tbody td input:-webkit-autofill:focus,
.form-table.is-locked tbody td input:-webkit-autofill:active,
.form-table.is-locked tbody td textarea:-webkit-autofill,
.form-table.is-locked tbody td textarea:-webkit-autofill:hover,
.form-table.is-locked tbody td textarea:-webkit-autofill:focus,
.form-table.is-locked tbody td textarea:-webkit-autofill:active {
  background-color: transparent;
  border-bottom: 1px solid #000;
  -webkit-box-shadow: 0 0 0px 1000px #dddddd inset;
  -webkit-text-fill-color: #000;
  box-shadow: 0 0 0px 1000px #dddddd inset;
  border-radius: 0px;
}

.wpcf7-form .buttons {
  display: flex;
  gap: 2em;
  justify-content: center;
  align-items: center;
}
.wpcf7-form .buttons > div {
  max-width: 241px;
  width: 100%;
  background-color: #1B7044;
  color: #fff;
  text-align: center;
  border-radius: 100dvw;
}
.wpcf7-form .buttons > div input {
  display: block;
  line-height: 1;
  text-align: center;
  width: 100%;
  padding: 19px 0;
}
.wpcf7-form .buttons > div.submit-wrap .wpcf7-spinner {
  display: none;
}
.wpcf7-form .buttons > div:hover {
  opacity: 0.5;
}

.recaptcha-text {
  padding: 1em 0;
  text-align: center;
}
.recaptcha-text a {
  color: #1B7044;
}

.grecaptcha-badge {
  visibility: hidden;
}

.content .top-text-wrap {
  display: block;
  margin: 0 auto;
  max-width: min(1180px, 95%);
}
.content .top-text-wrap h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #1B7044;
  margin-bottom: 8px;
}
.content .top-text-wrap .text {
  background-color: #fff;
  border: 1px solid #000;
  height: 247px;
  overflow-y: auto;
  margin-bottom: 14px;
}
.content .top-text-wrap .text pre {
  padding: 1em;
}
.content .wpcf7 {
  display: block;
  margin: 0 auto;
  max-width: min(1180px, 95%);
  padding: 2em 0;
}
.content .wpcf7 .top-message-box {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #1B7044;
  margin-bottom: 57px;
}
.content .wpcf7 .form-table {
  display: block;
  width: 100%;
}
.content .wpcf7 .form-table tr th, .content .wpcf7 .form-table tr td {
  padding-bottom: 1em;
}
@media screen and (max-width: 1024px) {
  .content .wpcf7 .form-table tr th, .content .wpcf7 .form-table tr td {
    display: block;
    padding-bottom: 1em;
  }
}
.content .wpcf7 .form-table tr th span, .content .wpcf7 .form-table tr td span {
  display: block;
}
.content .wpcf7 .form-table tr th span label, .content .wpcf7 .form-table tr td span label {
  display: block;
}
.content .wpcf7 .form-table tr th {
  padding-left: 27px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 321px;
}
@media screen and (max-width: 1024px) {
  .content .wpcf7 .form-table tr th {
    padding: 0 0 1em 0;
    justify-content: flex-start;
    gap: 0 2em;
  }
}
.content .wpcf7 .form-table tr th span {
  display: block;
  font-weight: bold;
}
.content .wpcf7 .form-table tr th span.required {
  border-radius: 100dvw;
  background-color: #C30000;
  color: #fff;
  font-size: 14px;
  padding: 0 11px;
}
.content .wpcf7 .form-table tr td {
  width: 100%;
  padding-left: 95px;
}
@media screen and (max-width: 1024px) {
  .content .wpcf7 .form-table tr td {
    padding-left: 0;
  }
}
.content .wpcf7 .form-table tr td input[type=text],
.content .wpcf7 .form-table tr td input[type=tel],
.content .wpcf7 .form-table tr td input[type=email],
.content .wpcf7 .form-table tr td textarea {
  background-color: #fff;
  border: 1px solid #707070;
  width: 100%;
}
.content .wpcf7 .form-table tr td .wpcf7-list-item {
  margin: 0;
  display: inline-block;
}
.content .wpcf7 .form-table tr td .wpcf7-list-item:has(input[type=checkbox], input[type=radio]) label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.content .wpcf7 .form-table tr td .wpcf7-list-item:has(input[type=checkbox], input[type=radio]) label .wpcf7-list-item-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
}
.content .wpcf7 .form-table tr td .wpcf7-list-item:has(input[type=checkbox], input[type=radio]) label:has(input[type=checkbox]) {
  position: relative;
}
.content .wpcf7 .form-table tr td .wpcf7-list-item:has(input[type=checkbox], input[type=radio]) label:has(input[type=checkbox]):before {
  content: "";
  width: 31px;
  aspect-ratio: 1/1;
  border: 1px solid #707070;
  margin-right: 10px;
}
.content .wpcf7 .form-table tr td .wpcf7-list-item:has(input[type=checkbox], input[type=radio]) label:has(input[type=checkbox]):after {
  content: "";
  width: 20px;
  height: 10px;
  border-left: 2px solid #1B7044;
  border-bottom: 2px solid #1B7044;
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  left: 10px;
  top: 34%;
  opacity: 0;
}
.content .wpcf7 .form-table tr td .wpcf7-list-item:has(input[type=checkbox], input[type=radio]) label:has(input[type=checkbox]:checked):after {
  opacity: 1;
}
.content .wpcf7 .form-table tr td .wpcf7-list-item:has(input[type=checkbox], input[type=radio]) label:has(input[type=radio]) {
  position: relative;
}
.content .wpcf7 .form-table tr td .wpcf7-list-item:has(input[type=checkbox], input[type=radio]) label:has(input[type=radio]):before {
  content: "";
  width: 25px;
  aspect-ratio: 1/1;
  border: 1px solid #707070;
  border-radius: 100%;
  margin-right: 10px;
}
.content .wpcf7 .form-table tr td .wpcf7-list-item:has(input[type=checkbox], input[type=radio]) label:has(input[type=radio]):after {
  content: "";
  width: 13px;
  aspect-ratio: 1/1;
  background-color: #8F8F8F;
  position: absolute;
  left: 6px;
  top: 6px;
  opacity: 0;
  border-radius: 100%;
}
.content .wpcf7 .form-table tr td .wpcf7-list-item:has(input[type=checkbox], input[type=radio]) label:has(input[type=radio]:checked):after {
  opacity: 1;
}
.content .wpcf7 .form-table tr td .wpcf7-list-item:has(input[type=radio]) {
  margin-right: 49px;
  margin-bottom: 25px;
}
.content .wpcf7 .form-table tr td .input02 {
  max-width: 387px;
}
@media screen and (max-width: 1024px) {
  .content .wpcf7 .form-table tr td .input02 {
    max-width: 100%;
  }
}
.content .wpcf7 .form-table tr td .input03 {
  max-width: 175px;
}
@media screen and (max-width: 1024px) {
  .content .wpcf7 .form-table tr td .input03 {
    max-width: 100%;
  }
}
/*# sourceMappingURL=contact.css.map */