/* ---------------------------------------
  contact
-----------------------------------------*/
#sec_contact_lead {
  padding: 11rem 0 15rem;
}
@media screen and (max-width: 767px) {
  #sec_contact_lead {
    padding: 13rem 0 15rem;
  }
}
#sec_contact_lead::before {
  height: 100%;
}
#sec_contact_lead::after {
  content: none;
}
#sec_contact_lead .txt {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: clc(30/18);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #sec_contact_lead .txt {
    text-align: left;
    font-size: 3rem;
    letter-spacing: 0.025em;
  }
}
#sec_contact_lead .note {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  #sec_contact_lead .note {
    text-align: left;
    font-size: 2.4rem;
    line-height: 2;
  }
}

#sec_contact_form {
  padding: 9rem 0 15rem;
}
@media screen and (max-width: 767px) {
  #sec_contact_form {
    padding: 12rem 0 15rem;
  }
}
#sec_contact_form .sec_head {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #sec_contact_form .sec_head {
    margin-top: 4.5rem;
  }
}
#sec_contact_form .sec_head .txt_wrap {
  width: 59rem;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #sec_contact_form .sec_head .txt_wrap {
    width: 100%;
    margin-top: 6rem;
  }
}
#sec_contact_form .sec_head .txt_wrap .txt {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #sec_contact_form .sec_head .txt_wrap .txt {
    font-size: 2.6rem;
    line-height: 1.9230769231;
  }
}
#sec_contact_form .form {
  margin-top: 7rem;
  /*name*/
}
@media screen and (max-width: 767px) {
  #sec_contact_form .form {
    margin-top: 9rem;
  }
}
#sec_contact_form .form .box {
  position: relative;
  border-top: 1px solid #DBDBDB;
  padding: 3.5rem 0;
}
@media screen and (max-width: 767px) {
  #sec_contact_form .form .box {
    padding: 6rem 0 8rem;
  }
}
#sec_contact_form .form .box dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #sec_contact_form .form .box dl {
    display: block;
  }
}
#sec_contact_form .form .box dl + dl {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  #sec_contact_form .form .box dl + dl {
    margin-top: 8rem;
  }
}
#sec_contact_form .form .box dl dt {
  flex: 1;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  #sec_contact_form .form .box dl dt {
    width: 100%;
    font-size: 2.8rem;
    padding-top: 0;
  }
}
#sec_contact_form .form .box dl dt .must {
  display: inline-block;
  color: #fff;
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: 0;
  padding: 0 1.2rem;
  background-color: #000000;
  margin-left: 1em;
  vertical-align: 0.1rem;
}
@media screen and (max-width: 767px) {
  #sec_contact_form .form .box dl dt .must {
    font-size: 2.2rem;
    line-height: 3.4rem;
  }
}
#sec_contact_form .form .box dl dd {
  width: 79.2rem;
}
@media screen and (max-width: 767px) {
  #sec_contact_form .form .box dl dd {
    width: 100%;
    margin-top: 4rem;
  }
}
#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: 5rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  padding: 1.3rem 1.5em;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  #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 {
    height: 8.8rem;
    font-size: 2.8rem;
    padding: 2.3rem 1.5em;
  }
}
#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: 0.1rem solid #9C9D9D;
}
#sec_contact_form .form textarea {
  height: 30rem;
}
@media screen and (max-width: 767px) {
  #sec_contact_form .form textarea {
    height: 45rem;
  }
}
#sec_contact_form .form input.short {
  width: 30.8rem;
}
@media screen and (max-width: 767px) {
  #sec_contact_form .form input.short {
    width: 55rem;
  }
}
#sec_contact_form .form input[type=checkbox] + span,
#sec_contact_form .form input[type=radio] + span {
  display: inline-block;
  position: relative;
  padding-left: 4rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #sec_contact_form .form input[type=checkbox] + span,
  #sec_contact_form .form input[type=radio] + span {
    padding-left: 7rem;
  }
}
#sec_contact_form .form input[type=checkbox] + span::before,
#sec_contact_form .form input[type=radio] + span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 0.1rem solid #9C9D9D;
  background-color: #ffffff;
  border-radius: 0.4rem;
}
@media screen and (max-width: 767px) {
  #sec_contact_form .form input[type=checkbox] + span::before,
  #sec_contact_form .form input[type=radio] + span::before {
    width: 3.5rem;
    height: 3.5rem;
    border: 0.18rem solid #9C9D9D;
    border-radius: 0.7rem;
  }
}
#sec_contact_form .form input[type=checkbox]:checked + span::before,
#sec_contact_form .form input[type=radio]:checked + span::before {
  background-color: #000000;
}
#sec_contact_form .form input[type=checkbox]:checked + span::after,
#sec_contact_form .form input[type=radio]:checked + span::after {
  content: "";
  width: 1.1rem;
  height: 0.6rem;
  border-left: 0.2rem solid #fff;
  border-bottom: 0.2rem solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}
@media screen and (max-width: 767px) {
  #sec_contact_form .form input[type=checkbox]:checked + span::after,
  #sec_contact_form .form input[type=radio]:checked + span::after {
    width: 2rem;
    height: 1.1rem;
    border-left: 0.35rem solid #fff;
    border-bottom: 0.35rem solid #fff;
    top: 0.8rem;
    left: 0.8rem;
  }
}
#sec_contact_form .form .wpcf7-checkbox {
  display: block;
  width: 60rem;
  column-count: 2;
  column-gap: 1rem;
  margin-bottom: -2rem;
}
@media screen and (max-width: 767px) {
  #sec_contact_form .form .wpcf7-checkbox {
    column-count: unset;
    margin-bottom: 0;
  }
}
#sec_contact_form .form .wpcf7-checkbox > * {
  display: block;
  margin: 0 0 2rem 0;
}
@media screen and (max-width: 767px) {
  #sec_contact_form .form .wpcf7-checkbox > * {
    margin-bottom: 3.5rem;
  }
  #sec_contact_form .form .wpcf7-checkbox > *:last-child {
    margin-bottom: 0;
  }
}
#sec_contact_form .form .wpcf7-checkbox label {
  position: relative;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  #sec_contact_form .form dl.name dd.flex {
    display: block;
  }
}
#sec_contact_form .form dl.name dd.flex p {
  width: 36.2rem;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #sec_contact_form .form dl.name dd.flex p {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #sec_contact_form .form dl.name dd.flex p + p {
    margin-left: 0;
    margin-top: 3rem;
  }
}
#sec_contact_form .form dl.name dd.flex span.txt {
  flex: 1;
  position: relative;
  top: 1rem;
}
@media screen and (max-width: 767px) {
  #sec_contact_form .form dl.name dd.flex span.txt {
    top: 1.5rem;
  }
}
#sec_contact_form .form .agree {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #sec_contact_form .form .agree {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #sec_contact_form .form .agree .txt {
    letter-spacing: 0;
  }
}
#sec_contact_form .form .agree .txt a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #sec_contact_form .form .agree .txt a:hover {
    text-decoration: none;
  }
}
#sec_contact_form .form .agree .checkwrap {
  column-count: unset;
  width: auto;
  line-height: 1.25;
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  #sec_contact_form .form .agree .checkwrap {
    margin-top: 7rem;
  }
}
#sec_contact_form .form .agree .checkwrap .wpcf7-list-item {
  margin: 0;
}
#sec_contact_form .form .btn {
  position: relative;
  width: 35.3rem;
  height: 6rem;
  background-color: #000000;
  margin: 5rem auto 0;
}
@media screen and (max-width: 767px) {
  #sec_contact_form .form .btn {
    width: 100%;
    height: 12rem;
    background-color: #000000;
    margin-top: 8rem;
  }
}
#sec_contact_form .form .btn input {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 1.9rem 4.8rem;
  cursor: pointer;
  z-index: 1;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  #sec_contact_form .form .btn input {
    font-size: 3rem;
  }
}
#sec_contact_form .form .btn input:disabled {
  background-color: #9C9D9D;
  pointer-events: none;
}
#sec_contact_form .form .btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #9C9D9D;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleY(0);
  transform-origin: center top;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  #sec_contact_form .form .btn:hover::before {
    transform: scaleY(1);
    transform-origin: center bottom;
  }
}
#sec_contact_form.confirm .form dl dd.flex {
  justify-content: flex-start;
  gap: 0 1rem;
}
#sec_contact_form.confirm .form dl dd.flex p {
  width: auto;
}
#sec_contact_form.confirm .form .btn_wrap {
  display: flex;
  justify-content: center;
  gap: 3rem;
  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 {
  margin: 0;
}
#sec_contact_form.confirm .form .btn_wrap .btn._back {
  background-color: #ffffff;
}
#sec_contact_form.confirm .form .btn_wrap .btn._back input {
  color: #414141;
}
@media screen and (min-width: 768px) {
  #sec_contact_form.confirm .form .btn_wrap .btn._back:hover input {
    color: #ffffff;
  }
}
#sec_contact_form.thanks .sec_head {
  display: block;
}
#sec_contact_form.thanks .sec_head .ttl01,
#sec_contact_form.thanks .sec_head .txt_wrap {
  width: 100%;
  text-align: center;
}
#sec_contact_form.thanks .sec_head .txt_wrap .txt {
  max-width: inherit;
  font-size: 1.6rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #sec_contact_form.thanks .sec_head .txt_wrap .txt {
    text-align: left;
    font-size: 2.8rem;
  }
}
#sec_contact_form.thanks .btn_box {
  width: 40rem;
  height: 6rem;
  margin: 8rem auto 0;
}
@media screen and (max-width: 767px) {
  #sec_contact_form.thanks .btn_box {
    width: 100%;
    height: 9rem;
  }
}
#sec_contact_form.thanks .btn_box .btn_txt {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  #sec_contact_form.thanks .btn_box .btn_txt {
    font-size: 3rem;
  }
}

#sec_contact_tel {
  padding: 9rem 0 15rem;
}
@media screen and (max-width: 767px) {
  #sec_contact_tel {
    padding: 12rem 0 15rem;
  }
}
#sec_contact_tel .sec_head {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #sec_contact_tel .sec_head {
    margin-top: 4.5rem;
  }
}
#sec_contact_tel .sec_head .txt_wrap {
  width: 70rem;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #sec_contact_tel .sec_head .txt_wrap {
    width: 100%;
    margin-top: 8rem;
  }
}
#sec_contact_tel .sec_head .txt_wrap .num {
  font-size: 6.3rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #sec_contact_tel .sec_head .txt_wrap .num {
    font-size: 6.7rem;
    letter-spacing: 0.05em;
  }
}
#sec_contact_tel .sec_head .txt_wrap .time {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  #sec_contact_tel .sec_head .txt_wrap .time {
    font-size: 2.4rem;
  }
}

/* Contact Form 7
--------------------------------*/
#sec_contact_form .form .wpcf7-form-control-wrap {
  position: relative;
}
#sec_contact_form .form #sec_contact .form input.wpcf7-not-valid,
#sec_contact_form .form #sec_contact .form select.wpcf7-not-valid,
#sec_contact_form .form #sec_contact .form textarea.wpcf7-not-valid {
  border: 1px solid #FF0000;
}
#sec_contact_form .form .wpcf7-not-valid-tip {
  display: block;
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  #sec_contact_form .form .wpcf7-not-valid-tip {
    font-size: 2.2rem;
  }
}
#sec_contact_form .form .wpcf7-spinner {
  display: block;
  margin: 2rem auto 0;
}
#sec_contact_form .form .wpcf7-response-output {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #dc3232;
  border: none;
  padding: 0;
  margin: 6rem 0 0;
}
@media screen and (max-width: 767px) {
  #sec_contact_form .form .wpcf7-response-output {
    font-size: 2.2rem;
    margin: 8rem 0 0;
  }
}