@charset "UTF-8";
.contact__contents {
  padding-top: 190px;
  padding-bottom: 100px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .contact__contents {
    padding-top: 125px;
    padding-bottom: 80px;
  }
}
.contact__contents__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .contact__contents__top {
    display: block;
  }
}
.contact__contents__top__sideNav {
  width: 35%;
}
@media only screen and (max-width: 767px) {
  .contact__contents__top__sideNav {
    width: auto;
  }
}
.contact__contents__top__main {
  width: 75%;
  width: 766px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .contact__contents__top__main {
    width: auto;
  }
}
.contact__contents__top__main__text {
  width: 85%;
  line-height: 32px;
  color: #4d4d4d;
}
@media only screen and (max-width: 767px) {
  .contact__contents__top__main__text {
    width: auto;
    line-height: 36px;
    letter-spacing: -0.36px;
  }
}
.contact__contents__form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .contact__contents__form dl {
    display: block;
    margin-bottom: 10px;
  }
}
.contact__contents__form dl dt {
  line-height: 50px;
  width: 35%;
  color: #4d4d4d;
  position: relative;
}
.contact__contents__form dl dt > p {
  padding-left: 50px;
}
@media only screen and (max-width: 767px) {
  .contact__contents__form dl dt {
    width: auto;
    padding-top: 12px;
  }
}
.contact__contents__form dl dt::before {
  position: absolute;
  content: "必須";
  color: #fff;
  width: 36px;
  height: 17px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  background-color: #e90000;
  border-radius: 2px;
  text-align: center;
  top: 18px;
}
@media only screen and (max-width: 767px) {
  .contact__contents__form dl dt::before {
    top: 30px;
  }
}
.contact__contents__form dl .optional::before {
  content: "任意";
  background-color: #4d4d4d;
}
.contact__contents__form dl dd {
  width: 75%;
  max-width: 757px;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .contact__contents__form dl dd {
    width: auto;
  }
}
.contact__contents__form dl dd .ddInner {
  min-height: 50px;
}
.contact__contents__form dl dd .ddInner > p {
  line-height: 50px;
}
.contact__contents__form dl dd .ddInner > p > span > input {
  border: 1px solid #b3b3b3;
  min-height: 50px;
  max-width: 550px;
  padding: 12px 20px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .contact__contents__form dl dd .ddInner > p > span > input {
    min-height: 60px;
    padding: 16px 15px;
  }
}
.contact__contents__form dl dd .ddInner > p > span > input.wpcf7-not-valid {
  border: 2px solid #f00;
}
.contact__contents__form dl dd .ddInner > p > span > span {
  line-height: 1;
  padding-top: 5px;
}
.contact__contents__form dl dd .ddInner-long {
  max-width: none;
}
.contact__contents__form dl dd .ddInner.textArea {
  padding: 8px 0;
}
@media only screen and (max-width: 767px) {
  .contact__contents__form dl dd .ddInner.textArea > p {
    padding: 10px 0;
    line-height: 30px !important;
  }
}
.contact__contents__form .textArea dd textarea {
  border: 1px solid #b3b3b3;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 12px 20px;
  height: 200px;
  width: 100%;
  font-weight: 500px !important;
  line-height: 32px;
  resize: vertical;
}
@media only screen and (max-width: 767px) {
  .contact__contents__form .textArea dd textarea {
    line-height: 30px;
    padding: 16px 15px;
  }
}
.contact__contents__form .textArea dd textarea.wpcf7-not-valid {
  border: 2px solid #f00;
}
.contact__contents__form__agreement {
  width: 260px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  padding-top: 90px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .contact__contents__form__agreement {
    padding-top: 30px;
  }
}
.contact__contents__form__agreement span {
  height: 18px;
  width: 18px;
  content: "";
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  left: -8px;
  bottom: 0;
}
.contact__contents__form__agreement a {
  text-decoration: underline;
  position: relative;
  margin-left: 20px;
  margin-right: 25px;
}
.contact__contents__form__agreement a .linkImg {
  position: absolute;
  width: 13px;
  bottom: 3px;
  right: -22px;
}
.contact__contents__form #agreement.checked::after {
  height: 12px;
  width: 12px;
  content: "";
  border-radius: 50%;
  position: absolute;
  background-color: #000;
  left: 2px;
  bottom: 2px;
}
.contact__contents__form__btnWrapper {
  padding-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .contact__contents__form__btnWrapper {
    padding-top: 50px;
    display: block;
    width: auto;
  }
}
.contact__contents__form__btnWrapper__btn > a {
  position: relative;
  height: 120px;
  width: 330px;
  line-height: 115px;
}
@media only screen and (max-width: 767px) {
  .contact__contents__form__btnWrapper__btn > a {
    line-height: 75px;
    height: 100%;
  }
}
.contact__contents__form__btnWrapper__btn > p {
  position: relative !important;
  width: 330px;
  height: 120px;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
@media only screen and (max-width: 767px) {
  .contact__contents__form__btnWrapper__btn > p {
    -webkit-transform: none;
            transform: none;
    height: 100%;
  }
}
.contact__contents__form__btnWrapper__btn > p > input {
  background-color: transparent;
  color: #000;
  cursor: pointer;
  width: 100%;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  height: 111px;
}
@media only screen and (max-width: 767px) {
  .contact__contents__form__btnWrapper__btn > p > input {
    height: 76px;
    -webkit-transform: none;
            transform: none;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.contact__contents__form__btnWrapper__btn > p > a {
  height: 111px;
  width: 100%;
  opacity: 1;
  line-height: 111px;
  letter-spacing: -1.2px;
}
@media only screen and (max-width: 767px) {
  .contact__contents__form__btnWrapper__btn > p > a {
    line-height: 76px;
  }
}
.contact__contents__form__btnWrapper__btn > p > img {
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .contact__contents__form__btnWrapper__btn:nth-child(1) {
    margin-bottom: 25px;
  }
}
.contact__contents__form__btnWrapper__btn#returnBtn {
  display: none;
}
.contact__contents__form__btnWrapper__btn#returnBtn > a {
  line-height: 120px;
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  .contact__contents__form__btnWrapper__btn#returnBtn > a {
    line-height: 72px;
    padding-right: 0;
  }
}
.contact__contents__form__btnWrapper__btn#returnBtn.appear {
  display: block;
}
.contact__contents__form__btnWrapper.twoItems {
  -webkit-transform: translateX(-60px);
          transform: translateX(-60px);
}
@media only screen and (max-width: 767px) {
  .contact__contents__form__btnWrapper.twoItems {
    -webkit-transform: none;
            transform: none;
  }
}
.contact__contents .confirm {
  margin-top: 134px;
}
@media only screen and (max-width: 767px) {
  .contact__contents .confirm {
    margin-top: 40px;
  }
}
.contact__contents .confirm dl {
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 0;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .contact__contents .confirm dl {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact__contents .confirm dl p {
    padding-left: 0 !important;
  }
}
.contact__contents .confirm dl.firstDl {
  padding-top: 0;
}
.contact__contents .confirm dt {
  line-height: 50px;
  width: 35%;
  color: #4d4d4d;
  height: 50px;
}
@media only screen and (max-width: 767px) {
  .contact__contents .confirm dt {
    width: auto;
  }
}
.contact__contents .confirm dt::before {
  content: none;
}
.contact__contents .confirm dt > p {
  padding-left: 0 !important;
}
.contact__contents .confirm .ddInner {
  border: none;
  padding-left: 0;
  max-width: none;
}
.contact__contents .confirm .ddInner > p {
  line-height: 32px;
  padding: 8px 0;
}
.contact__contents .confirm .textArea dd {
  border: none;
  line-height: 32px;
  resize: both; /* 横・縦どちらもリサイズ可能 */
  overflow: auto;
}

/* 全体のレイアウト */
.cf7-privacy {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
}

.errorArea {
  height: 150px;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .errorArea {
    height: auto;
    padding-top: 0;
  }
}
.errorArea #errorText {
  opacity: 0;
  color: #e90000;
  font-size: 14px;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 32px;
}
.errorArea #errorText::before {
  content: "※";
  display: inline-block;
}
.errorArea #errorText::after {
  content: "は入力必須です";
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .errorArea #errorText {
    position: static;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

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

.secondBtn {
  pointer-events: none;
}

.secondBtn.active {
  pointer-events: all;
}

.rejectionText {
  text-align: center;
  padding-top: 60px;
  color: #4D4D4D;
}
@media only screen and (max-width: 767px) {
  .rejectionText {
    padding-top: 50px;
  }
}

.wpcf7-turnstile {
  text-align: center;
  padding-top: 20px;
}

.formBtn:hover {
  opacity: 1;
}