@media screen and (max-width: 768px) {
}
.l-contact-form {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .l-contact-form {
    margin-bottom: 70px;
  }
}
.l-contact-confirm {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .l-contact-confirm {
    margin-bottom: 70px;
  }
}
.l-contact-complete {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .l-contact-complete {
    margin-bottom: 70px;
  }
}
.contact-form {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 897.2181551976574px) {
  .contact-form {
    width: 87.84773060029282%;
  }
}
@media screen and (max-width: 1120px) {
  .contact-form {
    width: 92vw;
  }
}
.contact-form__intro {
  font-size: 'm';
  font-size: 1.6rem;
  line-height: 2.5;
  text-align: center;
  padding-bottom: 80px;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
@media screen and (max-width: 768px) {
  .contact-form__intro {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-form__intro {
    line-height: 2;
    text-align: left;
    padding-bottom: 40px;
    margin-bottom: 20px;
  }
}
.contact-form__intro--notes {
  display: block;
  font-size: 1.3rem;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .contact-form__intro--notes {
    font-size: 1.2rem;
  }
}
.contact-form__wrap {
  width: 100%;
}
.contact-form__set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .contact-form__set {
    display: block;
  }
}
.contact-form__set__title {
  width: 22.5%;
  /* color: #009d80; */
  color: #000;
  font-size: 's';
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .contact-form__set__title {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-form__set__title {
    width: 100%;
    padding: 0 0 15px !important;
  }
}
.contact-form__set__title--s {
  padding-top: 20px;
}
.contact-form__set__title--notes {
  display: block;
  font-size: 1.2rem;
}
.contact-form__set__detail {
  width: 77.5%;
  font-size: 's';
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .contact-form__set__detail {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-form__set__detail {
    width: 100%;
  }
}
.contact-form__set__detail--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .contact-form__set__detail--flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-form__set__detail--flex > .horizontal-item {
    width: calc(50% - 25px);
  }
  .contact-form__set__detail--flex > .horizontal-item:nth-of-type(n+3) {
    margin-top: 10px;
  }
}
.contact-form__submit {
  margin: 40px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-form__submit {
    margin: 30px auto 0;
  }
}
input[type="text"],
input[type="email"],
input[type="tel"] {
  width: 100%;
  height: 60px;
  background-color: #fff;
  border-radius: 0;
  border: none;
  outline: none;
  padding: 0 20px;
  font-size: 1.5rem;

border-style: solid;
 border-width: 0.5px;
border-color: #000;
}
@media screen and (max-width: 768px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"] {
    font-size: 1.6rem;
  }
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}
.mwform-radio-field:not(:last-of-type) {
  /* margin-right: 25px; */
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + .mwform-radio-field-text {
  position: relative;
  padding-left: 40px;
  display: block;
  height: 40px;
  line-height: 40px;

    margin-right: 25px;
}
input[type="radio"] + .mwform-radio-field-text::before,
input[type="radio"] + .mwform-radio-field-text::after {
  content: '';
  position: absolute;
}
input[type="radio"] + .mwform-radio-field-text::before {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 15px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);

border-style: solid;
 border-width: 0.5px;
border-color: #000;

}
input[type="radio"] + .mwform-radio-field-text::after {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  width: 16px;
  height: 16px;
  border-radius: 8px;
  /* background-color: #009d80; */
  background-color: #333;
  top: 50%;
  left: 7px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0;
}
input[type="radio"]:checked + .mwform-radio-field-text::after {
  opacity: 1;
}
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: #fff;
  width: 100%;
  padding: 20px;
  font-size: 1.5rem;

border-style: solid;
 border-width: 0.5px;
border-color: #000;
}
button[type=submit],
input[type=submit] {
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 300px;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  button[type=submit],
  input[type=submit] {
    width: 100%;
  }
}
.error {
  color: #f00;
  padding-top: 15px;
  display: block;
}
.contact-confirm {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 897.2181551976574px) {
  .contact-confirm {
    width: 87.84773060029282%;
  }
}
@media screen and (max-width: 1120px) {
  .contact-confirm {
    width: 92vw;
  }
}
.contact-confirm .contact-form__wrap {
  width: 100%;
  border-top: 1px solid rgba(0,0,0,0.1);
}
.contact-confirm .contact-form__set {
  padding: 40px 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
@media screen and (max-width: 768px) {
  .contact-confirm .contact-form__set {
    padding: 27px 0;
  }
}
.contact-confirm .contact-form__set .contact-form__set__title {
  padding-top: 0;
  line-height: 2;
}
.contact-confirm .contact-form__set .contact-form__set__title--s {
  padding-top: 0;
}
.contact-confirm .contact-form__set .contact-form__set__title--notes {
  display: block;
  font-size: 1.2rem;
}
.contact-confirm .contact-form__set .contact-form__set__detail {
  line-height: 2;
}
.contact-confirm .contact-form__set .contact-form__set__detail--flex {
  display: block;
}
.contact-confirm .contact-form__submit {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 60px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-confirm .contact-form__submit {
    margin: 30px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contact-confirm .contact-form__submit .btn--green {
  margin-left: 20px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media screen and (max-width: 768px) {
  .contact-confirm .contact-form__submit .btn--green {
    margin: 20px 0 0;
  }
}
.contact-complete {
  position: relative;
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
}
@media screen and (max-width: 740.2049780380673px) {
  .contact-complete {
    width: 87.84773060029282%;
  }
}
@media screen and (max-width: 1120px) {
  .contact-complete {
    width: 92vw;
  }
}
.contact-complete__title {
  font-size: 3rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 'bold';
  font-weight: 700;
  color: #009d80;
  text-align: center;
  padding-bottom: 40px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .contact-complete__title {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    padding-bottom: 25px;
  }
}
.contact-complete__text {
  text-align: center;
  font-size: 'm';
  font-size: 1.6rem;
  line-height: 2.8;
}
@media screen and (max-width: 768px) {
  .contact-complete__text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-complete__text {
    text-align: left;
    line-height: 2;
  }
}
.contact-complete__text p + p {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .contact-complete__text p + p {
    margin-top: 10px;
  }
}
.contact-complete .contact-form__submit {
  margin: 60px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-complete .contact-form__submit {
    margin: 30px auto 0;
  }
}