@charset "UTF-8";
.form {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  margin-top: 67px;
  margin-bottom: 60px;
}
.form .form-required-txt {
  width: 165px;
  text-align: right;
  font-weight: 500;
  color: #ff1900;
  font-size: 12px;
  margin-bottom: 7px;
}
.form .form-required-txt span {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
}
.form .form-wrap {
  background: #ebebeb;
  padding: 67px 84px;
  border-radius: 2px;
}
.form .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form .form-item:first-child {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form .form-item:last-child {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form .form-ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 165px;
          flex: 0 0 165px;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 25px;
  text-align: right;
  margin-right: 35px;
}
.form .form-ttl span {
  color: #ff1900;
}
.form .form-item:first-child .form-ttl {
  padding-top: 30px;
}
.form .form-contents {
  width: 100%;
  border-left: 1px solid #ffffff;
  padding-left: 36px;
  padding-bottom: 25px;
}
.form .form-item:first-child .form-contents {
  padding-top: 32px;
}
.form .form-item:last-child .form-contents {
  padding-bottom: 0;
}
.form .wpcf7-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form .contact-checkbox {
  display: block;
  max-width: 600px;
  width: 100%;
}
.form .contact-checkbox .wpcf7-list-item {
  margin-bottom: 25px;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #555050;
}
.form .wpcf7-not-valid-tip {
  font-size: 13px;
  font-weight: 500;
  margin-top: 10px;
}
.form .contact-checkbox .wpcf7-list-item:first-child {
  margin-right: 53px;
}
.form .contact-checkbox .wpcf7-list-item {
  margin-left: 0;
  margin-right: 38px;
}
.form input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #555050;
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
}
.form input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #555050;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.form input[type=text],
.form input[type=tel],
.form input[type=email] {
  display: block;
  background: #fff;
  width: 100%;
  height: 38px;
  padding: 12px 15px;
  border-radius: 2px;
}
.form input::-webkit-input-placeholder {
  font-size: 14px;
  color: #999999;
}
.form input::-moz-placeholder {
  font-size: 14px;
  color: #999999;
}
.form input:-ms-input-placeholder {
  font-size: 14px;
  color: #999999;
}
.form input::-ms-input-placeholder {
  font-size: 14px;
  color: #999999;
}
.form input::placeholder {
  font-size: 14px;
  color: #999999;
}
.form textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #999999;
}
.form textarea::-moz-placeholder {
  font-size: 14px;
  color: #999999;
}
.form textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #999999;
}
.form textarea::-ms-input-placeholder {
  font-size: 14px;
  color: #999999;
}
.form textarea::placeholder {
  font-size: 14px;
  color: #999999;
}
.form textarea {
  display: block;
  border-radius: 2px;
  background: #fff;
  width: 100%;
  height: 280px;
  padding: 12px 15px;
}
.form .form-privacy {
  text-align: center;
  margin-top: 20px;
  line-height: 1;
}
.form .form-privacy-txt {
  font-size: 12px;
  margin-bottom: 46px;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
.form .form-privacy-check {
  line-height: 1;
  font-weight: 500;
  font-size: 14px;
}
.form .form-privacy-txt a {
  text-decoration: underline;
}
.form .wpcf7-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 254px;
  width: 100%;
  height: 42px;
  text-align: center;
  background-image: url(../img/contact/arrow.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center right 20px;
  border: 1px solid #555050;
  border-radius: 100px;
  margin: 70px auto 0;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1;
}
.form .wpcf7-submit {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.wpcf7 form.invalid .wpcf7-response-output {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  border-color: #ff1900 !important;
  margin-bottom: 50px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #555050; /* ←この緑 */
}

@media (max-width: 767px) {
  .form {
    margin-bottom: 90px;
  }
  .form .form-wrap {
    padding: 30px 17px;
    margin-top: 95px;
    border-radius: 2px;
  }
  .form .form-item {
    display: block;
  }
  .form .form-ttl {
    font-size: 13px;
    text-align: left;
    padding-bottom: 10px;
  }
  .form .form-contents {
    border-left: none;
    padding-left: 0;
  }
  .form .contact-checkbox .wpcf7-list-item {
    display: block;
    margin-bottom: 24px;
  }
  .form .contact-checkbox .wpcf7-list-item:last-child {
    margin-bottom: 0;
  }
  .form .form-item:first-child .form-contents {
    padding-top: 0;
    padding-bottom: 52px;
  }
  .form .form-required-txt {
    text-align: left;
    margin-bottom: 0;
  }
  .form .form-privacy-txt {
    margin-bottom: 38px;
  }
  .form .wpcf7-submit {
    margin-top: 46px;
  }
}
@media (hover: hover) {
  .wpcf7-submit {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .wpcf7-submit:hover {
    background-color: #555050;
    color: #ffffff;
  }
}
.thanks-txt {
  margin-top: 30px;
  margin-bottom: 50px;
}

.thanks-link {
  margin-bottom: 100px;
}

.floating {
  display: none !important;
}