@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("lib/ress.min.css");
.p-message {
  font-weight: 500;
  line-height: 1.875;
  padding: 6rem 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-message {
    line-height: 1.8571428571;
    padding: 2rem 0 0;
    white-space: nowrap;
  }
}

.p-fields {
  display: flex;
  flex-direction: column;
  gap: 4.2rem;
  padding: 9.3rem 0 11rem;
}
@media screen and (max-width: 767px) {
  .p-fields {
    gap: 3.9rem;
    padding: 5rem 0 6.7rem;
  }
}

.p-field-head {
  align-items: center;
  display: flex;
  gap: 1.4rem;
  letter-spacing: 0;
  padding: 0 0 0.7rem;
}
@media screen and (max-width: 767px) {
  .p-field-head {
    padding: 0 0 1.5rem;
  }
}
.p-field-head .icon {
  align-items: center;
  background-color: var(--blue);
  border-radius: 0.5rem;
  color: var(--white);
  display: flex;
  flex-shrink: 0;
  font-size: 1.4rem;
  font-weight: 500;
  height: 2.4rem;
  justify-content: center;
  line-height: 1;
  padding: 0 0.8rem 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-field-head .icon {
    border-radius: 0.4rem;
    height: 2.8rem;
    padding: 0 0.9rem 0.2rem;
  }
}
.p-field-head .icon.is-gray {
  background-color: #707070;
}
.p-field-head .label {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-field-head .label {
    font-size: 1.6rem;
  }
}
.p-field-body input[type=text],
.p-field-body input[type=email],
.p-field-body input[type=tel],
.p-field-body textarea {
  background: var(--white);
  border: 1px solid var(--blue);
  border-radius: 0.6rem;
  height: 6rem;
  padding: 0 2rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-field-body input[type=text],
  .p-field-body input[type=email],
  .p-field-body input[type=tel],
  .p-field-body textarea {
    border-radius: 1rem;
  }
}
.p-field-body input[type=text].wpcf7-not-valid,
.p-field-body input[type=email].wpcf7-not-valid,
.p-field-body input[type=tel].wpcf7-not-valid,
.p-field-body textarea.wpcf7-not-valid {
  background-color: #fce3e1 !important;
  border-color: var(--red);
}
.p-field-body input[type=text]::placeholder,
.p-field-body input[type=email]::placeholder,
.p-field-body input[type=tel]::placeholder,
.p-field-body textarea::placeholder {
  color: #C4C4C4;
}
.p-field-body textarea {
  height: 23.6rem;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .p-field-body textarea {
    height: 17.7rem;
  }
}

.p-agree {
  display: flex;
  justify-content: center;
}
.p-agree span {
  display: inline-block;
}
.p-agree .wpcf7-list-item {
  margin: 0;
  padding: 0;
}
.p-agree label {
  align-items: center;
  display: flex;
  font-weight: 500;
  gap: 0.6rem;
}
.p-agree label a {
  color: var(--blue);
  text-decoration: underline;
}
.p-agree input[type=checkbox] {
  appearance: none; /* デフォルトUIを消す */
  background: var(--white);
  border: 1px solid var(--blue);
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  height: 2.1rem;
  position: relative;
  width: 2.1rem;
  -webkit-appearance: none;
}
.p-agree input[type=checkbox]:checked {
  background: var(--blue);
  border-color: var(--blue);
}
.p-agree input[type=checkbox]:checked:after {
  content: "✔";
  font-size: 2rem;
  line-height: 2rem;
  color: var(--white);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -60%);
}

.p-btn {
  display: flex;
  justify-content: center;
  margin-top: -1rem;
}
@media screen and (max-width: 767px) {
  .p-btn {
    margin-top: -0.5rem;
  }
}
.p-btn .wpcf7-spinner {
  position: absolute;
  right: 0;
}
.p-btn .wpcf7-submit:disabled {
  color: #666;
  background-color: #C4C4C4;
  pointer-events: none;
}

.p-complete {
  padding: 12rem 0 14rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-complete {
    padding: 8rem 0 10rem;
  }
}
.p-complete .ttl {
  font-size: 2.8rem;
  padding: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-complete .ttl {
    font-size: 2.4rem;
  }
}
.p-complete .txt {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-complete .txt {
    font-size: 1.6rem;
  }
}
.p-complete-btns {
  display: flex;
  justify-content: center;
  padding: 6rem 0 0;
}

.wpcf7-response-output {
  background-color: var(--white);
  border-color: var(--red) !important;
  border-radius: 0.6rem;
  border-width: 0.3rem !important;
  color: var(--red) !important;
  font-weight: 700;
  margin: 0 0 1rem !important;
  padding: 2rem 2rem !important;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-not-valid-tip {
  color: var(--red);
  font-size: 1.4rem;
  font-weight: 500;
  bottom: -2.5rem;
  position: absolute;
}
.wpcf7-not-valid-tip:before {
  content: "※";
}/*# sourceMappingURL=contact.css.map */