@charset "UTF-8";
.agriculture-form {
  padding-top: 60px;
  padding-bottom: 80px;
}

.contact-form .must {
  display: inline-block;
  vertical-align: bottom;
  white-space: nowrap;
  overflow: hidden;
  width: 48px;
  margin: 0 2px;
  line-height: 1.5;
}
.contact-form .must::before {
  content: "必須";
  text-indent: 0;
  float: left;
  display: block;
  padding: 4px 12px;
  border-radius: 999px;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1;
  background: #ef3735;
  color: #fff;
  white-space: nowrap;
  background: #ef3735;
  color: #fff;
}
.contact-form .mute {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
  color: #676767;
}
.contact-form .mute::before {
  content: "※";
  margin-right: 0.325em;
  font-weight: normal;
  font-size: 1.6rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #676767;
}
.contact-form .mute2 {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
  color: #676767;
}
.contact-form ::-webkit-input-placeholder {
  color: #ccc !important;
}
.contact-form ::-moz-placeholder {
  color: #ccc !important;
}
.contact-form :-ms-input-placeholder {
  color: #ccc !important;
}
.contact-form :-moz-placeholder {
  color: #ccc !important;
}
.contact-form button,
.contact-form select {
  text-transform: none;
  cursor: pointer;
}
.contact-form input,
.contact-form button,
.contact-form textarea,
.contact-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: normal;
  font-size: 16px;
  line-height: 2;
  color: inherit;
}
.contact-form input::-ms-clear,
.contact-form button::-ms-clear,
.contact-form textarea::-ms-clear,
.contact-form select::-ms-clear {
  display: none;
}
.contact-form label {
  cursor: pointer;
}
.contact-form select::-ms-expand {
  display: none;
}
.contact-form select::-ms-value {
  color: currentColor;
}
.contact-form .field_error {
  display: inline-block;
  margin-top: 4px;
  font-weight: normal;
  font-size: 1.6rem;
  color: #ef3735;
}
.contact-form .contact-form-field-group {
  margin-bottom: 20px;
  padding: 16px 16px;
  background: #f5f5f5;
}
.contact-form .contact-form-field-group .contact-form-field {
  margin-top: 14px;
  margin-bottom: 14px;
}
.contact-form .contact-form-field-group .contact-form-field:last-child {
  margin-bottom: 0;
}
.contact-form .contact-form-field-group .contact-form-field.mb-0 {
  margin-bottom: 0px !important;
}
.contact-form .contact-form-field-group .contact-form-field.mt-0 {
  margin-top: 0px !important;
}
.contact-form .contact-form-field-group + .contact-form-field {
  margin-top: 48px;
}
.contact-form .contact-form-field {
  margin-top: 24px;
  margin-bottom: 24px;
}
.contact-form .contact-form-list--alt {
  margin-top: 15px;
}
.contact-form .contact-form-list2 > li {
  margin-bottom: 12px;
}
.contact-form .contact-form-list3 {
  margin: 16px auto;
}
.contact-form .contact-form-list3 > li {
  margin-bottom: 12px;
}
.contact-form .contact-form-list4 {
  display: flex;
  flex-wrap: wrap;
}
.contact-form .contact-form-list4 > li {
  width: 50%;
  flex: 0 1 50%;
  max-width: 50%;
  margin-bottom: 8px;
}
.contact-form .form-label {
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.7777777778;
}
.contact-form .form-label label {
  margin-bottom: 0;
}
.contact-form .form-label2 {
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  color: #f67e00;
}
.contact-form .form-label2 label {
  margin-bottom: 0;
}

.agriculture-form-header {
  position: relative;
  margin: 0 auto;
}

.agriculture-form-body {
  padding: 0 20px;
  color: #3b3b36;
}

@media print, screen and (min-width: 1001px) {
  .agriculture-form {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .agriculture-form-header {
    max-width: 824px;
    padding: 0 20px;
  }

  .agriculture-form-body {
    position: relative;
    max-width: 824px;
    margin: 0 auto;
  }

  .contact-form .contact-form-field-group {
    margin-bottom: 20px;
    padding: 16px 20px;
  }
  .contact-form .contact-form-field-group .contact-form-field {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 8px;
  }
  .contact-form .contact-form-field-group .contact-form-field:last-child {
    margin-bottom: 0;
  }
  .contact-form .contact-form-field-group + .contact-form-field {
    margin-top: 64px;
  }
  .contact-form .contact-form-field {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .contact-form .contact-form-field + .contact-form-field-group {
    margin-top: -24px;
  }
  .contact-form .form-label {
    margin-top: -16px;
    font-size: 1.6rem;
  }
  .contact-form .contact-form-list {
    display: flex;
    flex-wrap: wrap;
  }
  .contact-form .contact-form-list > li {
    display: block;
    margin-right: 32px;
  }
  .contact-form .contact-form-list > li:last-child {
    margin-right: 0;
  }
  .contact-form .contact-form-list2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contact-form .contact-form-list2 > li {
    display: block;
    width: calc(33.3333333333% - 14px);
    max-width: calc(33.3333333333% - 14px);
    flex: 0 1 calc(33.3333333333% - 14px);
    margin-bottom: 0;
  }
  .contact-form .contact-form-list4 > li {
    width: auto;
    flex: 0 0 auto;
    max-width: none;
    margin-bottom: 12px;
    margin-right: 32px;
  }
  .contact-form .contact-form-list4 > li:last-child {
    margin-right: 0;
  }
}
.contact-form .contact-form-text-full,
.contact-form .contact-form-textarea,
.contact-form .contact-form-textarea2 {
  width: 100%;
  min-height: 36px;
  padding: 4px 8px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #3b3b36;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  color: #000;
}
.contact-form .contact-form-text-full.has-suffix {
  width: calc(100% - 32px);
  margin-right: 8px;
}
.contact-form .contact-form-textarea {
  min-height: 234px;
  width: 100%;
}
.contact-form .contact-form-textarea2 {
  width: 100%;
}

@media print, screen and (min-width: 1001px) {
  .contact-form .contact-form-text-full,
.contact-form .contact-form-textarea,
.contact-form .contact-form-textarea2 {
    padding: 1px 12px;
  }
  .contact-form .contact-form-text-full.has-suffix {
    width: 128px;
  }
  .contact-form .contact-form-textarea2 {
    width: 100%;
  }
}
.contact-form .contact-form-select-wrap {
  position: relative;
}
.contact-form .contact-form-select-wrap::after {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  content: "";
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  width: 9px;
  height: 9px;
  -webkit-transform: translate(-16px, -50%) translate(0, -1px) rotate(135deg);
          transform: translate(-16px, -50%) translate(0, -1px) rotate(135deg);
}
.contact-form .contact-form-select {
  width: 100%;
  min-height: 36px;
  padding: 2px 40px 2px 8px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #3b3b36;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  color: #000;
}

@media print, screen and (min-width: 1001px) {
  .contact-form .contact-form-select {
    padding: 1px 12px;
  }
}
.contact-form .contact-form-checkbox:checked,
.contact-form .contact-form-checkbox:not(:checked) {
  position: absolute;
  left: -9999px;
}
.contact-form .contact-form-checkbox:checked + label,
.contact-form .contact-form-checkbox:not(:checked) + label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}
.contact-form .contact-form-checkbox:checked + label:before,
.contact-form .contact-form-checkbox:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 24px;
  height: 24px;
  border: 1px solid #3b3b36;
  border-radius: 4px;
  background: #fff;
}
.contact-form .contact-form-checkbox:checked + label:after,
.contact-form .contact-form-checkbox:not(:checked) + label:after {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #f67e00;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2211%22%20viewBox%3D%220%200%2016%2011%22%3E%3Cpath%20d%3D%22M48.338%2C52.109l-1.364-1.462-8.185%2C7.638-4.756-4.756-1.414%2C1.414%2C5.64%2C5.64.465.5Z%22%20transform%3D%22translate(-32.618%20-50.647)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 16px 11px;
  position: absolute;
  left: 0;
  top: -2px;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.contact-form .contact-form-checkbox:not(:checked) + label:after {
  opacity: 0;
}
.contact-form .contact-form-checkbox:checked + label:after {
  opacity: 1;
}

.contact-form .contact-form-radio:checked,
.contact-form .contact-form-radio:not(:checked) {
  position: absolute;
  left: -9999px;
}
.contact-form .contact-form-radio:checked + label,
.contact-form .contact-form-radio:not(:checked) + label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}
.contact-form .contact-form-radio:checked + label:before,
.contact-form .contact-form-radio:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 24px;
  height: 24px;
  border: 1px solid #3b3b36;
  border-radius: 100%;
  background: #fff;
}
.contact-form .contact-form-radio:checked + label:after,
.contact-form .contact-form-radio:not(:checked) + label:after {
  content: "";
  width: 14px;
  height: 14px;
  background: #f67e00;
  position: absolute;
  top: 3px;
  left: 5px;
  border-radius: 100%;
  transition: all 0.2s ease;
}
.contact-form .contact-form-radio:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.contact-form .contact-form-radio:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.contact-form .contact-form-rich-checkbox:checked,
.contact-form .contact-form-rich-checkbox:not(:checked) {
  position: absolute;
}
.contact-form .contact-form-rich-checkbox:checked + label,
.contact-form .contact-form-rich-checkbox:not(:checked) + label {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin: 0;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
  text-align: left;
  border-radius: 4px;
}
.contact-form .contact-form-rich-checkbox:checked + label {
  background: #77c1b2;
  border: 1px solid #77c1b2;
  color: #fff;
}
.contact-form .contact-form-rich-checkbox:not(:checked) + label {
  background: #fff;
  border: 1px solid #3b3b36;
  color: #ccc;
}
.contact-form .contact-form-rich-checkbox:checked + label:after,
.contact-form .contact-form-rich-checkbox:not(:checked) + label:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  background-position: 50% 50%;
  background-size: 16px 11px;
  background-repeat: no-repeat;
  border-radius: 15px;
  transition: all 0.2s ease;
}
.contact-form .contact-form-rich-checkbox:checked + label:after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2211%22%20viewBox%3D%220%200%2016%2011%22%3E%3Cpath%20d%3D%22M48.338%2C52.109l-1.364-1.462-8.185%2C7.638-4.756-4.756-1.414%2C1.414%2C5.64%2C5.64.465.5Z%22%20transform%3D%22translate(-32.618%20-50.647)%22%20fill%3D%22%2377c1b2%22%2F%3E%3C%2Fsvg%3E");
}
.contact-form .contact-form-rich-checkbox:not(:checked) + label:after {
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2211%22%20viewBox%3D%220%200%2016%2011%22%3E%3Cpath%20d%3D%22M48.338%2C52.109l-1.364-1.462-8.185%2C7.638-4.756-4.756-1.414%2C1.414%2C5.64%2C5.64.465.5Z%22%20transform%3D%22translate(-32.618%20-50.647)%22%20fill%3D%22%23cccccc%22%2F%3E%3C%2Fsvg%3E");
}

.contact-form .contact-form-submit {
  position: relative;
  margin-top: 32px;
}
.contact-form .contact-form-submit input[type=submit] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 20px);
  margin: 0 10px;
  padding: 12px 40px;
  border-radius: 999px;
  background: #191815;
  font-weight: normal;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
}
.contact-form .contact-form-submit input[type=submit]:visited, .contact-form .contact-form-submit input[type=submit]:active {
  background: rgba(25, 24, 21, 0.7);
  text-decoration: none;
  color: #fff;
}
.contact-form .contact-form-submit input[type=submit] + .contact-form-back {
  margin-top: 30px;
}
.contact-form .contact-form-submit .contact-form-back {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 20px);
  margin: 0 10px;
  padding: 12px 40px;
  border-radius: 999px;
  border: 1px solid #191815;
  background: #fff;
  font-weight: normal;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none !important;
  color: #191815;
}
.contact-form .contact-form-submit .contact-form-back:visited, .contact-form .contact-form-submit .contact-form-back:active {
  background: #ccc;
  text-decoration: none;
  color: #191815;
}
.contact-form .contact-form-secondary-button {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: underline;
  font-weight: normal;
  font-size: 1.6rem;
  color: #f67e00;
}
.contact-form .contact-form-secondary-button::after {
  content: "";
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 6px;
  border-top: 1px solid #f67e00;
  border-left: 1px solid #f67e00;
}
.contact-form .contact-form-secondary-button:visited, .contact-form .contact-form-secondary-button:active {
  text-decoration: none;
  color: #f67e00;
}

@media print, screen and (min-width: 1001px) {
  .contact-form .contact-form-submit {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    margin-top: 64px;
  }
  .contact-form .contact-form-submit input[type=submit] {
    position: relative;
    width: calc(100% - 20px);
    max-width: 275px;
    font-size: 1.6rem;
    transition: all 0.2s ease-in;
  }
  .contact-form .contact-form-submit input[type=submit]:hover {
    opacity: 1 !important;
    background: rgba(25, 24, 21, 0.7);
    text-decoration: none;
    color: #fff;
  }
  .contact-form .contact-form-submit input[type=submit] + .contact-form-back {
    margin-top: 0;
  }
  .contact-form .contact-form-submit .contact-form-back {
    position: relative;
    width: calc(100% - 20px);
    max-width: 275px;
    font-size: 1.6rem;
    transition: all 0.2s ease-in;
  }
  .contact-form .contact-form-submit .contact-form-back:hover {
    opacity: 1 !important;
    background: #ccc;
    text-decoration: none;
    color: #191815;
  }
  .contact-form .contact-form-secondary-button {
    display: inline-flex;
    padding: 0 20px;
  }
}
.partner-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 40px);
  padding: 24px 16px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #3b3b36;
  font-weight: normal;
  font-size: 1.6rem;
  text-align: center;
  color: #000;
  text-decoration: none;
}
.partner-button:visited, .partner-button:active {
  text-decoration: none;
  color: #000;
}

@media print, screen and (min-width: 1001px) {
  .partner-button {
    width: 410px;
  }
  .partner-button:hover {
    background: #ccc;
    text-decoration: none;
    color: #000;
  }
}