@charset "UTF-8";
section.contact {
  max-width: none;
  background: #fffdeb;
  padding: 0 20px;
}
.contact-inner {
  padding-top: 100px;
}
.contact-item {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.contact .section-title {
  max-width: 880px;
  margin: 0 auto 40px;
  text-align: center;
}
.contact .form-lead {
  max-width: 520px;
  margin: 0 auto 60px;
}
.contact .def-list {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
.contact .def-term {
  position: relative;
  display: inline-block;
  margin-right: 35px;
  padding: 7px 10px;
  max-width: 100%;
  min-width: 115px;
  background: #e3883d;
  border-radius: 20px;
  color: #fff;
  font-size: 3.8rem;
}
.contact .def-term::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #e3883d;
}
.contact .def-term .term-item {
  position: relative;
  padding: 10px 3px;
  font-size: 3.2rem;
  line-height: 1.1;
  text-align: center;
}
.contact .contact-text {
  font-size: 2.6rem;
  line-height: 1.6;
}
.contact .contact-text:first-of-type {
  margin-bottom: 20px;
}
.contact .contact-text p {
  font-size: 1.8rem;
}
.contact .contact-text span.caution {
  font-size: 2rem;
  font-weight: 500;
}
.contact .contact-text p.icon {
  position: relative;
  width: fit-content;
  margin: 0 auto 30px;
  padding-left: 40px;
  font-size: 2rem;
}
.contact .contact-text p.icon img {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 40px;
  height: 40px;
}
.contact .font-min {
  display: block;
  margin: 15px 0 30px;
  font-size: 1.6rem;
  font-weight: 500;
}
.contact .contact-text .line {
  background-image: linear-gradient(to bottom, transparent 75%, #f9e9a2 75%);
  background-size: 100% 90%;
  background-repeat: repeat;
}
form .inner {
  max-width: 660px;
  padding: 40px;
  background: #fff;
  border: 4px solid #c8c95e;
  border-radius: 20px;
}
.apply .section-title {
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
}
.apply .form-list {
  margin-bottom: 30px;
}
.apply .form-list__item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 2.2rem;
}
.apply .required {
  align-self: baseline;
  margin-left: 15px;
  padding: 3px 10px 4px;
  border-radius: 5px;
  background: #e3883d;
  font-size: 1.6rem;
  color: #fff;
}
.apply.hs .required {
  background: #e3883d;
}
.apply .form-parts,
.apply .form-list #type-business__text,
.apply .form-list #type-business .wpcf7-free-text{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 6px 10px;
  background: #fff;
  border: 2px solid #3b3d3d;
  border-radius: 10px;
  outline: none;
}
.apply .form-list #type-business .wpcf7-free-text {
  max-width: 170px;
  margin-left: 15px;
}
.apply .hello-work{
  margin-top: 50px;
}
.apply .form-list.hello-work-list:not(:first-of-type) {
  margin-top: 60px;
}
label[for] {
  vertical-align: middle;
}
.apply .form-list.hello-work-list .form-list__item label {
  font-size: 2rem;
}
.label-area .wpcf7-list-item {
  margin: 0;
}
.apply input.form-parts::placeholder,
.apply textarea.form-parts::placeholder {
  font-size: 1.3rem;
}
.label-area .form-parts__radio .wpcf7-list-item.last {
  margin-top: 10px;
  display: block;
}
.apply .form-parts__radio label {
  cursor: pointer;
}
.apply .form-parts__radio label input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border: 2px solid #3b3d3d;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: -3px;
  outline: none;
}
.apply .form-parts__radio label input:checked {
  background-color: #3b3d3d;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #3b3d3d;
}
.apply #checkbox input[type="checkbox"] {
  appearance: none;
}
.apply .checkbox-parts {
  padding-left: 30px;
  position:relative;
  cursor: pointer;
}
.apply .checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #7c7c7c;
  border-radius: 2px;
}
.apply #type-business {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.apply #type-business span.wpcf7-list-item {
  width: calc( 100% / 3 );
  display: block;
  margin-bottom: 15px;
  margin-left: 0;
}
.apply #type-business span.wpcf7-list-item.has-free-text {
  width: calc( 100% / 2 );
  display: flex;
  vertical-align: top;
}
.apply .form-parts__checkbox span.wpcf7-list-item input {
  appearance: none;
}
.apply .form-parts__checkbox label .wpcf7-list-item-label {
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}
.apply .form-parts__checkbox label .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #7c7c7c;
  border-radius: 2px;
}
.apply .form-parts__checkbox span.wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 7px;
  width: 9px;
  height: 13px;
  transform: rotate(43deg);
  border-bottom: 3px solid #4b4b4b;
  border-right: 3px solid #4b4b4b;
}
.apply #checkbox.form-parts__checkbox span.wpcf7-list-item {
  width: 100%;
}
.apply .description,
.apply .form-list__text {
  margin-bottom: 10px;
}
.apply.hs .form-list:last-of-type .form-list__text a {
  color: #c8c95e;
  border-bottom: 2px solid;
}
.apply .form-list:last-of-type {
  margin-bottom: 60px;
}
.apply .form-list:last-of-type .form-list__text a {
  color: #c0db81;
  border-bottom: 2px solid;
}
.wpcf7-form.hide_error_message .wpcf7-not-valid-tip {
	display: none;
}
.apply input[type="submit"] {
  display: block;
  width: 100%;
  max-width: 270px;
  margin: 0 auto;
  height: 60px;
  transition: .3s;
  text-align: center;
  color: #c8c95e;
  border: 2px solid #c8c95e;
  background-color: #fff;
  border-radius: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.apply.hs input[type="submit"] {
  color: #c8c95e;
  border: 2px solid #c8c95e;
}
.apply input[type="submit"]:hover {
  color: #fff;
  background-color: #c8c95e;
}
.apply.hs input[type="submit"]:hover{
  background-color: #c8c95e;
}
.wpcf7 form.invalid .wpcf7-response-output {
  margin-top: 0;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  color: #dc3232;
}
.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}
.wpcf7 form .wpcf7-response-output {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 900px) {
  .contact {
    padding: 0 20px;
  }
  .apply.inner {
    padding: 20px 30px 0;
  }
}
@media screen and (max-width: 768px) {
  label[for] {
    vertical-align: text-top;
  }
  .apply input.form-parts::placeholder,
  .apply textarea.form-parts::placeholder {
    font-size: 1rem;
  }
  .apply #type-business span.wpcf7-list-item {
    width: calc( 100% / 2 );
  }
  .apply #type-business span.wpcf7-list-item.has-free-text {
    width: 100%;
  }
  .apply .form-list.hello-work-list .form-list__item label {
    font-size: 1.8rem;
  }
  /* contact */
  .contact .def-list {
    flex-direction: column;
  }
  .contact .def-term {
    margin: 0 0 30px 0;
  }
  .contact .def-term .term-item {
    font-size: 2.8rem;
  }
  .contact .contact-text p.icon {
    font-size: 1.6rem;
  }
  .contact .def-term::before {
    top: auto;
    bottom: -24px;
    left: 50%;
    transform: translate(-50%, 0);
    border-top: 15px solid #e3883d;
    border-left: 15px solid transparent;
    margin-top: 0px;
  }
}
@media screen and (max-width: 500px) {
  .contact-inner {
    padding-top: 60px;
  }
  .apply.inner {
    padding: 20px 20px 0 20px;
  }
  .contact-item {
    padding: 0;
  }
  .contact .contact-text {
    margin: 0 auto 10px;
    font-size: 1.8rem;
  }
  .contact .contact-text:first-of-type {
    margin-bottom: 10px;
  }
  .contact .contact-text span.caution {
    font-size: 1.6rem;
  }
  .contact .font-min {
    font-size: 1.4rem;
  }
  .apply .form-list__item {
    font-size: 2rem;
  }
  .apply .form-parts__radio label {
    font-size: 1.8rem;
  }
  .apply .required {
    font-size: 1.4rem;
  }
  .apply .form-list:last-of-type {
    margin-bottom: 40px;
  }
}