@charset "UTF-8";
/* ---------------------------------------
  お問い合わせ
-----------------------------------------*/
#sec_contact_tel {
  padding: 9rem 0 9.8rem;
}
@media screen and (max-width: 767px) {
  #sec_contact_tel {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 767px) {
  #sec_contact_tel .txt {
    text-align: left;
  }
}
#sec_contact_tel .box_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  #sec_contact_tel .box_wrap {
    flex-direction: column;
    gap: 3rem 0;
    margin-top: 3rem;
  }
}
#sec_contact_tel .box_wrap .box {
  width: 43.8rem;
  text-align: center;
  padding: 1rem 3rem;
  border: 1px solid #BC1E21;
}
@media screen and (max-width: 767px) {
  #sec_contact_tel .box_wrap .box {
    width: 100%;
    padding: 1rem 1.5rem;
  }
}
#sec_contact_tel .box_wrap .box .ttl {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.5;
}
#sec_contact_tel .box_wrap .box .num {
  display: inline-flex;
  align-items: center;
  color: #BC1E21;
  font-weight: 700;
  line-height: 1;
  margin-top: 0.5rem;
}
#sec_contact_tel .box_wrap .box .num span {
  margin-right: 0.5em;
}
#sec_contact_tel .box_wrap .box .num a {
  font-weight: 500;
  font-family: "Lora", serif;
  font-size: 3.4rem;
}
#sec_contact_tel .box_wrap .box .num .time {
  margin-top: 0.3rem;
}

#sec_contact_form {
  padding: 7rem 0 8.6rem;
  background-color: #F1F1E6;
}
@media screen and (max-width: 767px) {
  #sec_contact_form {
    padding: 3rem 0 6rem;
  }
}
#sec_contact_form .ttl {
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  #sec_contact_form .ttl {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
  }
}
#sec_contact_form .form dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  #sec_contact_form .form dl {
    display: block;
  }
}
#sec_contact_form .form dl:last-of-type {
  padding-bottom: 0;
}
#sec_contact_form .form dl dt {
  width: calc(100% - 66.7rem);
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #sec_contact_form .form dl dt {
    width: 100%;
    margin-top: 0;
  }
}
#sec_contact_form .form dl dt .must {
  display: inline-block;
  color: #BC1E21;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-left: 1rem;
}
#sec_contact_form .form dl dd {
  width: 66.7rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  #sec_contact_form .form dl dd {
    width: 100%;
    margin-top: 0.5rem;
  }
}
#sec_contact_form .form *::placeholder {
  color: #999;
}
#sec_contact_form .form input[type=text],
#sec_contact_form .form input[type=email],
#sec_contact_form .form input[type=tel],
#sec_contact_form .form select,
#sec_contact_form .form textarea {
  width: 100%;
  height: 5.6rem;
  color: #666666;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  padding: 1em 1.5em;
  background-color: #FFFFFF;
  border: 1px solid #8D989F;
  border-radius: 0.5rem;
}
#sec_contact_form .form input[type=text]:focus,
#sec_contact_form .form input[type=email]:focus,
#sec_contact_form .form input[type=tel]:focus,
#sec_contact_form .form select:focus,
#sec_contact_form .form textarea:focus {
  border: 1px solid #BC1E21;
}
#sec_contact_form .form textarea {
  height: 22.6rem;
}
#sec_contact_form .form .agree {
  line-height: 1.875;
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  #sec_contact_form .form .agree {
    margin-top: 2.5rem;
  }
}
#sec_contact_form .form .btn {
  position: relative;
  width: 35.3rem;
  margin: 3rem auto 0;
}
@media screen and (max-width: 767px) {
  #sec_contact_form .form .btn {
    margin-top: 2rem;
  }
}
#sec_contact_form .form .btn input {
  display: flex;
  align-items: center;
  width: 100%;
  height: 7rem;
  text-align: left;
  color: #BC1E21;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 1.9rem 4.8rem;
  border: 1px solid #BC1E21;
  background-color: #FFFFFF;
  cursor: pointer;
  transition: 0.3s ease;
}
#sec_contact_form .form .btn::after {
  content: "";
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/common/ico_arw.svg);
  position: absolute;
  right: 5rem;
  top: 2.8rem;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  #sec_contact_form .form .btn:hover input {
    color: #FFFFFF;
    background-color: #BC1E21;
  }
  #sec_contact_form .form .btn:hover::after {
    background-image: url(../img/common/ico_arw_white.svg);
  }
}
#sec_contact_form.confirm {
  padding: 7rem 0 3rem;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  #sec_contact_form.confirm {
    padding: 5rem 0 2rem;
  }
}
#sec_contact_form.confirm .form dl {
  padding: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  #sec_contact_form.confirm .form dl {
    padding: 1.2rem 0;
  }
}
#sec_contact_form.confirm .form dl:last-of-type {
  padding-bottom: 0;
}
#sec_contact_form.confirm .form dl dt {
  margin-top: 0;
}
#sec_contact_form.confirm .form dl dd {
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  #sec_contact_form.confirm .form dl dd {
    margin-top: 0;
  }
}
#sec_contact_form.confirm .form .btn_wrap {
  display: flex;
  justify-content: center;
  gap: 1.8rem;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #sec_contact_form.confirm .form .btn_wrap {
    gap: 2.3rem;
    margin-top: 5rem;
  }
}
#sec_contact_form.confirm .form .btn_wrap .btn {
  width: 21.4rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #sec_contact_form.confirm .form .btn_wrap .btn {
    width: 17rem;
  }
  #sec_contact_form.confirm .form .btn_wrap .btn input {
    height: 5.6rem;
    padding: 1rem 2.8rem;
  }
  #sec_contact_form.confirm .form .btn_wrap .btn::after {
    right: 2.8rem;
    top: 2rem;
  }
}
#sec_contact_form.confirm .form .btn_wrap .btn._back input {
  text-align: right;
  justify-content: flex-end;
  color: #666666;
  border: 1px solid #666666;
}
#sec_contact_form.confirm .form .btn_wrap .btn._back::after {
  background-image: url(../img/common/ico_arw_gray.svg);
  right: auto;
  left: 5rem;
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  #sec_contact_form.confirm .form .btn_wrap .btn._back::after {
    left: 2.8rem;
  }
}
@media screen and (min-width: 768px) {
  #sec_contact_form.confirm .form .btn_wrap .btn._back:hover input {
    color: #FFFFFF;
    background-color: #666666;
  }
  #sec_contact_form.confirm .form .btn_wrap .btn._back:hover::after {
    background-image: url(../img/common/ico_arw_white.svg);
  }
}
#sec_contact_form.thanks {
  padding: 13rem 0 3rem;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  #sec_contact_form.thanks {
    padding: 10rem 0 2rem;
  }
}
#sec_contact_form.thanks .ttl {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  #sec_contact_form.thanks .ttl {
    margin-bottom: 4rem;
  }
}
#sec_contact_form.thanks .txt {
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  #sec_contact_form.thanks .txt {
    text-align: left;
  }
}

/* Contact Form 7
--------------------------------*/
.wpcf7-form-control-wrap {
  position: relative;
  display: block;
  line-height: 1;
}

.wpcf7-spinner,
.wpcf7-response-output {
  display: none;
}

#sec_contact_form .form input.wpcf7-not-valid,
#sec_contact_form .form select.wpcf7-not-valid,
#sec_contact_form .form textarea.wpcf7-not-valid {
  border: 1px solid #BC1E21;
}

.wpcf7-not-valid-tip {
  display: block;
  color: #BC1E21;
  font-size: 1.4rem;
  margin-top: 0.5rem;
}