@charset "UTF-8";
.p_contact {
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .p_contact {
    margin-bottom: 100px;
  }
}
.p_contact .main-visual {
  overflow: hidden;
  height: 281px;
  padding-top: 80px;
  margin-bottom: 58px;
}
@media screen and (max-width: 750px) {
  .p_contact .main-visual {
    height: 200px;
    padding-top: 50px;
    padding-bottom: 100px;
    margin-bottom: 0;
  }
}
.p_contact .main-visual .relative {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  width: 100%;
  height: 200px;
  display: block;
}
.p_contact .main-visual .sub-title {
  position: absolute;
  width: 250px;
  top: 120px;
  left: calc(50% - 125px);
  display: block;
}
@media screen and (max-width: 750px) {
  .p_contact .main-visual .sub-title {
    width: 130px;
    top: 91px;
    left: calc(50% - 75px);
  }
}
.p_contact .main-visual .title {
  position: absolute;
  font-size: 25px;
  letter-spacing: 0.2em;
  line-height: 36px;
  font-weight: 700;
  width: 100%;
  top: 200px;
  left: 0;
  text-align: center;
  color: #ac6f30;
}
@media screen and (max-width: 750px) {
  .p_contact .main-visual .title {
    font-size: 18px;
    top: 138px;
  }
}
.p_contact .button {
  background-color: #E0A568;
  border: solid #E0A568 1px;
  width: 315px;
  height: 55px;
  padding: 15px 0;
  margin: 70px auto 30px;
  color: #FDFDFD;
  border-radius: 4px;
  box-shadow: #ac6f30 0 2px 0;
  position: relative;
  transition: all 0.3s;
  font-weight: 700;
  top: 0;
}
@media screen and (max-width: 750px) {
  .p_contact .button {
    width: calc(100% - 60px);
    margin: 0 30px 30px;
    border-radius: 2px;
  }
}
.p_contact .button::before {
  background-image: url(../images/common/arrow-white.svg);
}
@media screen and (max-width: 750px) {
  .p_contact .button.button-list::before {
    transform: rotate(0);
  }
}
.p_contact .button:hover {
  top: 2px;
  box-shadow: #ac6f30 0 0 0;
  cursor: pointer;
}
.p_contact .content {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) and (min-width: 751px) {
  .p_contact .content {
    width: 700px;
  }
}
@media screen and (max-width: 750px) {
  .p_contact .content {
    width: 100%;
    padding: 0 30px;
  }
}
.p_contact .contatct-lead {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .p_contact .contatct-lead {
    text-align: left;
    margin-top: 32px;
    margin-bottom: 40px;
  }
}
.contact-links {
  display: flex;
  gap: 8px;
  justify-content: center;
  border-bottom: solid 1px #d5ba9d;
  margin-bottom: 50px;
  padding-bottom: 25px;
}
@media screen and (max-width: 750px) {
  .contact-links {
    margin-bottom: 37px;
    display: block;
    border-bottom: none;
  }
}
.contact-links__item .button {
  margin: 0 auto;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .contact-links__item .button {
    width: 100%;
    height: auto;
  }
}
.contact-links__item .button.button-tel {
  font-size: 22px;
  line-height: 29px;
  letter-spacing: 0.05em;
  padding: 4px 0 4px 40px;
  background-color: #FFF;
  box-shadow: none;
  color: #E0A568;
  font-weight: 700;
  position: relative;
  height: 57px;
}
@media screen and (max-width: 750px) {
  .contact-links__item .button.button-tel {
    height: auto;
    font-size: 19px;
    line-height: 25px;
    margin-top: 13px;
    text-align: center;
    padding-left: 0;
    padding-top: 11px;
  }
}
@media screen and (max-width: 750px) {
  .contact-links__item .button.button-tel .sp {
    display: inline;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0.1em;
    position: relative;
    top: -2.3px;
    left: -3px;
  }
}
.contact-links__item .button.button-tel::before {
  content: "";
  left: calc(50% - 101px);
  top: calc(50% - 14.5px);
  width: 29px;
  height: 29px;
  position: absolute;
  background-image: url(../images/contact/contact-tel.svg);
}
@media screen and (max-width: 750px) {
  .contact-links__item .button.button-tel::before {
    width: 18px;
    height: 18px;
    top: 17px;
    left: 11px;
  }
}
.contact-links__item .button.button-tel .small {
  font-size: 11px;
  line-height: 30px;
  letter-spacing: 0.05em;
  display: block;
  margin-top: -9px;
}
@media screen and (max-width: 750px) {
  .contact-links__item .button.button-tel .small {
    font-size: 13px;
    position: relative;
    margin: 8px auto 8px;
  }
  .contact-links__item .button.button-tel .small::before {
    content: "";
    left: 12px;
    top: 0;
    position: absolute;
    width: calc(100% - 24px);
    height: 2px;
    background-image: linear-gradient(to right, #d5ba9d 4px, transparent 4px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 8px 1px;
  }
}

.form__item .form-label {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.05em;
  width: 200px;
  display: inline-block;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .form__item .form-label {
    width: unset;
  }
}
.form__item .form-label.required {
  position: relative;
}
.form__item .form-label.required::before {
  width: 31px;
  height: 18px;
  content: "必須";
  background-color: #D5D9D1;
  color: #ac6f30;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 6px;
  right: 37px;
  font-weight: bold;
  padding: 2.3px 0 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .form__item .form-label.required::before {
    top: 6px;
    right: -37px;
  }
}
.form__item .form-label.textarea {
  vertical-align: top;
  padding-top: 14px;
}
.form__item .form-label.textarea.required {
  position: relative;
}
.form__item .form-label.textarea.required::before {
  top: 20.5px;
}
.form__item .out {
  display: inline;
}
@media screen and (max-width: 750px) {
  .form__item .out {
    display: block;
    margin-top: 10px;
  }
}
.form__item .wpcf7-form-control-wrap {
  display: inline-block;
  width: 600px;
  max-height: 301px;
}
@media screen and (max-width: 750px) {
  .form__item .wpcf7-form-control-wrap {
    max-height: unset;
    width: 100%;
  }
}
.form__item .wpcf7-form-control {
  border: solid #d5ba9d 1px;
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.1);
  width: 600px;
  padding: 17px 10px;
}
@media screen and (max-width: 750px) {
  .form__item .wpcf7-form-control {
    width: 100%;
  }
}
.form__item :where(textarea) {
  resize: none;
}

#confirm-screen,
#thanks-screen {
  display: none;
  text-align: center;
}

#confirm-screen .form__item .form-label.required {
  position: relative;
  width: 182px;
}
@media screen and (max-width: 750px) {
  #confirm-screen .form__item .form-label.required {
    display: inline;
  }
}
#confirm-screen .form__item .form-label.required::before {
  right: 18px;
}
@media screen and (max-width: 750px) {
  #confirm-screen .form__item .form-label.required::before {
    right: -44px;
    top: 3px;
  }
}

button {
  margin: 10px;
  padding: 10px;
  background-color: #0073aa;
  color: white;
  border: none;
  cursor: pointer;
}
button:hover {
  background-color: #005177;
}

#confirm-btn,
#send-btn,
#confirm-btn,
#back-home {
  background-color: #E0A568;
  border: solid #E0A568 1px;
  width: 315px;
  height: 55px;
  padding: 15px 0;
  margin: 70px auto 30px;
  color: #FDFDFD;
  border-radius: 4px;
  box-shadow: #ac6f30 0 2px 0;
  position: relative;
  transition: all 0.3s;
  font-weight: 700;
  top: 0;
  margin: 10px auto 0;
  display: block;
}
@media screen and (max-width: 750px) {
  #confirm-btn,
  #send-btn,
  #confirm-btn,
  #back-home {
    width: 100%;
  }
}
#confirm-btn::before,
#send-btn::before,
#confirm-btn::before,
#back-home::before {
  content: "";
  width: 19.5px;
  height: 10.5px;
  background-image: url(../images/common/arrow-white.svg);
  background-size: contain;
  top: calc(50% - 5.2px);
  right: 17px;
  position: absolute;
  line-height: 1.5;
  font-weight: 500;
}
#confirm-btn:hover,
#send-btn:hover,
#confirm-btn:hover,
#back-home:hover {
  top: 2px;
  box-shadow: #ac6f30 0 0 0;
}

#edit-btn {
  border: none;
  background-color: unset;
  font-size: 15px;
  letter-spacing: 0.2em;
  line-height: 21px;
  font-weight: bold;
  margin-top: -10px;
}

@media screen and (max-width: 750px) {
  .contactform-confirm {
    margin-top: 50px !important;
  }
}
.contactform-confirm .confirm-text {
  font-size: 15px;
  line-height: 21px;
  text-align: left;
  margin-bottom: 60px;
}
.contactform-confirm .form-list {
  margin-bottom: 100px;
}

.contactform-complete .complete-title {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 30px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .contactform-complete .complete-title {
    margin-top: 50px !important;
  }
}
.contactform-complete .complete-message {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 30px;
  font-weight: 400;
}
.contactform-complete #back-home {
  margin-top: 40px;
  background-color: #FFF;
  box-shadow: none;
  color: #E0A568;
  font-weight: 700;
  position: relative;
}
.contactform-complete #back-home::before {
  content: "";
  width: 19.5px;
  height: 10.5px;
  background-image: url(../images/common/arrow-black.svg);
  background-size: contain;
  top: calc(50% - 5.2px);
  right: 17px;
  position: absolute;
  line-height: 1.5;
  font-weight: 500;
}

.wpcf7-not-valid-tip {
  position: absolute;
}

input.error, textarea.error {
  border: 1px solid red;
}/*# sourceMappingURL=contact.css.map */