@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&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=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("lib/ress.min.css");
/**
 * contact
 */
.p-form-row {
  display: flex;
}
@media screen and (max-width: 640px) {
  .p-form-row {
    flex-direction: column;
  }
}
.p-form-col, .p-form-col-body, .p-form-col-label {
  border-bottom: 1px solid #C6C6C6;
}
@media screen and (max-width: 640px) {
  .p-form-col, .p-form-col-body, .p-form-col-label {
    border-bottom: unset;
  }
}
.p-form-col-label {
  align-items: start;
  display: flex;
  justify-content: space-between;
  padding: 4.5rem 0 3rem 0;
  width: 30.7rem;
}
@media screen and (max-width: 640px) {
  .p-form-col-label {
    padding: 3rem 0 0;
    width: unset;
  }
}
.p-form-col-label label {
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .p-form-col-label label {
    font-weight: 700;
  }
}
.p-form-col-label .required {
  align-items: center;
  aspect-ratio: 1/0.5454545455;
  background: #F39B01;
  color: #fff;
  display: flex;
  font-style: normal;
  font-size: 1.4rem;
  height: auto;
  justify-content: center;
  line-height: 1;
  width: 4.4rem;
}
.p-form-col-body {
  flex: 1;
  padding: 3rem 0 3rem 4rem;
}
@media screen and (max-width: 640px) {
  .p-form-col-body {
    border-bottom: 1px solid #C6C6C6;
    padding: 1.5rem 0 3rem;
  }
}
.p-form-col-body input[type=text],
.p-form-col-body input[type=tel],
.p-form-col-body input[type=email],
.p-form-col-body textarea {
  background: #F5F5F2;
  border-radius: 0.4rem;
  font-size: 1.3rem;
  min-height: 5.8rem;
  padding: 1.9rem 2rem;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .p-form-col-body input[type=text],
  .p-form-col-body input[type=tel],
  .p-form-col-body input[type=email],
  .p-form-col-body textarea {
    padding: 1.5rem 2rem;
  }
}
.p-form-col-body input[type=text].is-s,
.p-form-col-body input[type=tel].is-s,
.p-form-col-body input[type=email].is-s,
.p-form-col-body textarea.is-s {
  width: 9.784rem;
}
.p-form-col-body input[type=text].wpcf7-not-valid,
.p-form-col-body input[type=tel].wpcf7-not-valid,
.p-form-col-body input[type=email].wpcf7-not-valid,
.p-form-col-body textarea.wpcf7-not-valid {
  background: #fce3e1;
}
.p-form-col-body textarea {
  height: 23.373rem;
}
@media screen and (max-width: 640px) {
  .p-form-col-body textarea {
    height: 25rem;
  }
}
.p-form-col-body .icon {
  font-style: normal;
}
.p-form-col-body .wpcf7-not-valid-tip {
  color: #FF1818;
  font-size: 1.4rem;
  padding: 0.5rem 0;
}
.p-form-col-body small {
  font-size: 1.1rem;
}
.p-form-button {
  display: flex;
  justify-content: center;
  gap: 3rem;
  padding: 7rem 0 0;
}
@media screen and (max-width: 640px) {
  .p-form-button {
    flex-direction: column;
    padding: 5rem 0 0;
  }
}
.p-form-button .c-btn-1,
.p-form-button .c-btn-2 {
  min-width: 35.5rem;
}
@media screen and (max-width: 640px) {
  .p-form-button .c-btn-1,
  .p-form-button .c-btn-2 {
    min-width: unset;
    width: 100%;
  }
}

.p-input {
  padding: 0 0 7rem;
}
@media screen and (max-width: 640px) {
  .p-input {
    padding: 0 0 2.8rem;
  }
}
.p-input-header {
  margin: 0 0 6rem;
}
@media screen and (max-width: 640px) {
  .p-input-header {
    margin: 0 0 0.5rem;
  }
}
.p-input-header p {
  line-height: 2;
}
.p-input-header .tel {
  align-items: center;
  border-bottom: 1px solid #C6C6C6;
  border-top: 1px solid #C6C6C6;
  display: flex;
  height: 12.9rem;
  gap: 9rem;
  margin-top: 4rem;
}
@media screen and (max-width: 640px) {
  .p-input-header .tel {
    border: 1px solid #C6C6C6;
    flex-direction: column;
    gap: unset;
    height: unset;
    padding: 0 2rem;
    margin-top: 2.5rem;
  }
}
.p-input-header .tel dt {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  text-align: center;
  width: 41.06rem;
}
@media screen and (max-width: 640px) {
  .p-input-header .tel dt {
    border-bottom: 1px solid #C6C6C6;
    padding: 2.5rem 0 2.2rem;
    width: 100%;
  }
}
.p-input-header .tel dt:after {
  background: #C6C6C6;
  content: " ";
  display: inline-block;
  height: 6rem;
  position: absolute;
  right: 0;
  top: calc(50% - 3rem);
  width: 1px;
}
@media screen and (max-width: 640px) {
  .p-input-header .tel dt:after {
    display: none;
  }
}
.p-input-header .tel dd {
  font-family: "Oswald", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 4rem;
  font-weight: 200;
  flex: 1;
}
@media screen and (max-width: 640px) {
  .p-input-header .tel dd {
    padding: 2rem 0 2rem;
  }
}
.p-input-header .tel dd a {
  align-items: center;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30.018" height="8.305" viewBox="0 0 30.018 8.305"><path d="M-157.863,635.574h-30.018v-1h27.7l-6.227-6.62.728-.685Z" transform="translate(187.881 -627.269)" fill="%23222"/></svg>') no-repeat right 5.96rem top 50%/3.002rem auto;
  display: flex;
  gap: 1.8rem;
}
@media screen and (max-width: 640px) {
  .p-input-header .tel dd a {
    background: none;
  }
}
.p-input-header .tel dd a:before {
  aspect-ratio: 1/1;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="33.501" height="33.501" viewBox="0 0 33.501 33.501"><path d="M1.216,1.61l6.8-1.57a1.58,1.58,0,0,1,1.8.909l3.141,7.328a1.566,1.566,0,0,1-.451,1.832L8.544,13.354A24.249,24.249,0,0,0,20.139,24.948l3.245-3.965a1.569,1.569,0,0,1,1.832-.451l7.328,3.141a1.589,1.589,0,0,1,.916,1.806l-1.57,6.8A1.57,1.57,0,0,1,30.359,33.5,30.356,30.356,0,0,1,0,3.141,1.568,1.568,0,0,1,1.216,1.61Z" transform="translate(0.001 0.001)"/></svg>') no-repeat 0 0/contain;
  content: " ";
  display: inline-block;
  height: auto;
  width: 3.35rem;
}
.wpcf7 form .p-input-body .wpcf7-response-output {
  border-color: #FF1818;
  color: #FF1818;
  margin-bottom: 6rem;
  padding: 1rem 3rem;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .wpcf7 form .p-input-body .wpcf7-response-output {
    margin: 0 !important;
  }
}

.p-confirm {
  padding: 0 0 7rem;
}
.p-confirm-header {
  margin: 0 0 6rem;
}
.p-confirm-header p {
  line-height: 2;
}
.p-confirm-body .p-form-col-label {
  padding: 3rem 0;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .p-confirm-body .p-form-col-label {
    padding: 2rem 0 0;
  }
}
.p-confirm-body .p-form-col-label .required {
  position: relative;
  top: 0.5rem;
}
.p-confirm-body .p-form-col-body {
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .p-confirm-body .p-form-col-body {
    padding: 0 0 2.5rem;
  }
}

.p-complete {
  text-align: center;
}
.p-complete .ttl {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 2.5rem;
  padding: 0 0 3rem;
}
@media screen and (max-width: 640px) {
  .p-complete .ttl {
    line-height: 1.72;
    padding: 0 0 2rem;
  }
}
.p-complete .c-btn-2 {
  margin: 6rem auto 9.5rem;
  min-width: 35.5rem;
}
@media screen and (max-width: 640px) {
  .p-complete .c-btn-2 {
    margin: 5rem 0 6rem;
    min-width: unset;
    width: 100%;
  }
}/*# sourceMappingURL=contact.css.map */