@charset "UTF-8";
/* --------------------------------------
　　案件ごとに編集　▼ ここから ▼
-------------------------------------- */
.secContact__inner {
  max-width: 96.8rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 750px) {
  .secContact__inner {
    padding-top: 6rem;
    padding-bottom: 7rem;
  }
}

.secContact__lead {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.11em;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .secContact__lead {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}

.secContact__form {
  margin-top: 8rem;
}
@media screen and (max-width: 750px) {
  .secContact__form {
    margin-top: 4rem;
  }
}

.formContact__blk {
  display: flex;
}
.formContact__blk + .formContact__blk {
  margin-top: 4rem;
}
@media screen and (max-width: 750px) {
  .formContact__blk + .formContact__blk {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 750px) {
  .formContact__blk {
    flex-direction: column;
    gap: 1rem 0;
  }
}

.formContact__title {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-style: normal;
  font-weight: 700;
  width: 100%;
  width: 25rem;
  flex-shrink: 0;
}

.formContact__title--require {
  display: flex;
  align-items: flex-start;
  gap: 0 1rem;
}
.formContact__title--require::after {
  content: "※必須";
  font-size: 1rem;
  line-height: 1;
  background-color: #DE0D22;
  color: #FFFFFF;
  border-radius: 0.2rem;
  padding: 0.5rem 0.5rem;
  margin-top: 0.3rem;
}

.formContact__input {
  width: 100%;
}

.formContact__input--2col {
  display: flex;
  gap: 0 2rem;
}
@media screen and (max-width: 750px) {
  .formContact__input--2col {
    gap: 0 0.8rem;
  }
}
.formContact__input--2col .formInput {
  max-width: 21rem;
}

.formContact__input--3col {
  display: flex;
  gap: 0 2rem;
}
@media screen and (max-width: 750px) {
  .formContact__input--3col {
    gap: 0 0.8rem;
  }
}
.formContact__input--3col .formInput {
  max-width: 12rem;
}

.formContact__input--tel {
  display: flex;
  gap: 0 2rem;
}
.formContact__input--tel .formContact__input {
  position: relative;
}
.formContact__input--tel .formContact__input:not(:last-child)::after {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.2rem;
  background-color: #DE0D22;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: -1.3rem;
}
.formContact__input--tel .formInput {
  max-width: 12rem;
}
.formContact__agree {
  margin-top: 8rem;
}
@media screen and (max-width: 750px) {
  .formContact__agree {
    margin-top: 5rem;
  }
}

.formAgree {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  font-style: normal;
  font-weight: 500;
}

.formAgree__link {
  color: #DE0D22;
}

.formAgree input {
  display: none;
}

.formAgree input + span {
  padding-left: 2.6rem;
  display: inline-block;
  position: relative;
}

.formAgree input + span::after,
.formAgree input + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}

.formAgree input + span::before {
  border: 0.1rem solid #aaaaaa;
  background-color: #ffffff;
  height: 1.6rem;
  width: 1.6rem;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.formAgree input + span::after {
  border: none;
  background-color: #DE0D22;
  border-radius: 50%;
  height: 1rem;
  width: 1rem;
  left: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.formAgree input:checked + span::after {
  display: block;
}

.formContact__submit {
  margin: 4rem auto 0;
  width: 40rem;
}
@media screen and (max-width: 750px) {
  .formContact__submit {
    width: 100%;
  }
}
.formContact__submit--flex {
  display: flex;
  gap: 1rem 4rem;
  width: 84rem;
}
@media screen and (max-width: 750px) {
  .formContact__submit--flex {
    width: 100%;
    flex-direction: column;
  }
}
.formContact__submit--flex .formSubmitWrapper {
  width: 40rem;
}
@media screen and (max-width: 750px) {
  .formContact__submit--flex .formSubmitWrapper {
    width: 100%;
  }
}

.formSubmitWrapper {
  position: relative;
  height: 7rem;
  display: block;
}
.formSubmitWrapper::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.6rem;
  background-color: #fff;
  transform: translateY(-50%);
  top: 50%;
  left: 1.8rem;
  pointer-events: none;
  transition: all 0.3s;
}
.formSubmitWrapper::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  background-image: url(../images/common/button_arrow_01.png);
  background-size: contain;
  width: 2.9rem;
  height: 2.9rem;
  transform: translateY(-50%);
  top: 50%;
  right: 1.4rem;
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .formSubmitWrapper::after {
    width: 4rem;
    height: 4rem;
  }
}
.formSubmitWrapper--return::after {
  content: none;
}
.formSubmitWrapper:hover::before {
  transform: translateY(-50%) scale(2.2);
}
.formSubmitWrapper .formSubmit {
  padding: 0 3.7rem;
  height: 100%;
  width: 100%;
  display: block;
  background-color: #DE0D22;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-style: normal;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .formSubmitWrapper .formSubmit {
    font-size: 1.6rem;
  }
}
.formSubmitWrapper .formSubmit--return {
  background-color: #4B4B4B;
}
.formSubmitWrapper .wpcf7-spinner {
  display: none;
}

.formInput, .formTextArea, .formSelect {
  background-color: #fff;
  border: 0.1rem solid #DE0D22;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  border-radius: 0.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
}

.formTextArea {
  resize: vertical;
}

.formContact__input {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
}

.formContact .wpcf7-not-valid-tip {
  margin-top: 0.5rem;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .formContact .wpcf7-not-valid-tip {
    font-size: 1.1rem;
  }
}