@charset "UTF-8";
.background-set {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/********************************


 エントリー


*********************************/
#page {
  /* 送信完了テキストの削除 */
}
#page .contact {
  /* ラジオボタンを縦に配置 */
  /* ラジオボタンの調整  */
  /* エラーメッセージの調整 */
}
#page .contact table {
  width: 100%;
}
#page .contact tbody {
  row-gap: clamp(30px, 8vw, 60px);
}
#page .contact tbody tr:nth-of-type(2) td, #page .contact tbody tr:nth-of-type(3) td, #page .contact tbody tr:nth-of-type(4) td, #page .contact tbody tr:nth-of-type(5) td {
  aspect-ratio: 1/0.12;
  border: 1px solid #AAAAAA;
}
#page .contact tbody tr:nth-of-type(6) td, #page .contact tbody tr:nth-of-type(7) td {
  position: relative;
}
#page .contact tbody tr:nth-of-type(6) .wpcf7-form-control-wrap, #page .contact tbody tr:nth-of-type(7) .wpcf7-form-control-wrap {
  position: static;
}
#page .contact tbody tr:nth-of-type(6) .wpcf7-not-valid-tip, #page .contact tbody tr:nth-of-type(7) .wpcf7-not-valid-tip {
  bottom: -20px;
  left: 0;
  position: absolute;
}
#page .contact tbody tr:last-of-type {
  align-items: flex-start;
}
#page .contact tbody tr:last-of-type td {
  aspect-ratio: 1/0.8;
  border: 1px solid #AAAAAA;
  width: 100%;
}
#page .contact input[type=text],
#page .contact input[type=email],
#page .contact input[type=tel] {
  font-size: clamp(14px, 4.3vw, 24px);
  height: 100%;
  padding: 0 3%;
  width: 100%;
}
#page .contact textarea {
  font-size: clamp(14px, 4.3vw, 24px);
  height: 100%;
  line-height: 1.5;
  padding: 3%;
  width: 100%;
}
#page .contact input[type=radio] {
  appearance: auto;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  aspect-ratio: 1;
  width: 3%;
}
#page .contact th {
  font-size: clamp(18px, 5vw, 36px);
  font-weight: 700;
  margin-bottom: 30px;
}
#page .contact th.required {
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
#page .contact th.required span {
  align-items: center;
  aspect-ratio: 1/0.5;
  border: 1px solid #A61022;
  border-radius: 30px;
  color: #A61022;
  content: "必須";
  display: flex;
  font-size: clamp(12px, 3vw, 24px);
  justify-content: center;
  width: clamp(50px, 10vw, 80px);
}
#page .contact__radio-group {
  row-gap: 30px;
}
#page .contact__radio-group label {
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  display: flex;
  font-size: clamp(14px, 4.3vw, 24px);
}
#page .contact__btn {
  align-items: center;
  font-size: clamp(14px, 4.3vw, 24px);
  margin: 50px 0;
  row-gap: 30px;
  text-align: center;
}
#page .contact__btn button,
#page .contact__btn input {
  aspect-ratio: 1/0.2;
  border: 1px solid #000000;
  border-radius: 30px;
  width: 50%;
}
#page .contact .contact__file-upload {
  row-gap: 10px;
}
#page .contact .contact__file-label {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  width: 100%;
}
#page .contact .contact__file-btn {
  align-items: center;
  aspect-ratio: 1/0.18;
  background-color: #000000;
  border-radius: 4px;
  border-radius: 50px;
  color: #fff;
  display: flex;
  font-size: clamp(14px, 4.3vw, 24px);
  justify-content: center;
  margin-right: 10px;
  width: 60%;
}
#page .contact .contact__file-name {
  color: #555;
  font-size: clamp(10px, 3vw, 20px);
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#page .contact .contact__file-note {
  font-size: clamp(10px, 3vw, 20px);
}
#page .contact .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
#page .contact .wpcf7-list-item {
  margin: 0;
}
#page .contact .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 5px;
}
#page .contact .confirm__btn {
  opacity: 0.3;
  pointer-events: none;
  transition: 0.5s;
}
#page .contact .confirm__btn.active {
  opacity: 1;
  pointer-events: fill;
}
@media (min-width: 768px) {
  #page .contact {
    /* ファイル選択 */
  }
  #page .contact tbody {
    row-gap: 30px;
  }
  #page .contact tbody tr {
    align-items: center;
    flex-direction: row;
  }
  #page .contact tbody tr:nth-of-type(1) {
    align-items: flex-start;
  }
  #page .contact tbody tr:nth-of-type(2) td, #page .contact tbody tr:nth-of-type(3) td, #page .contact tbody tr:nth-of-type(4) td, #page .contact tbody tr:nth-of-type(5) td {
    max-height: 36px;
  }
  #page .contact tbody tr:last-of-type td {
    max-height: 289px;
    width: 65%;
  }
  #page .contact tbody input[type=text],
  #page .contact tbody input[type=email],
  #page .contact tbody input[type=tel],
  #page .contact tbody textarea {
    font-size: 14px;
  }
  #page .contact tbody th {
    font-size: 18px;
    margin: 0;
    width: 35%;
  }
  #page .contact tbody th.required {
    max-width: none;
  }
  #page .contact tbody th.required span {
    font-size: 12px;
    width: 50px;
  }
  #page .contact tbody td {
    width: 65%;
  }
  #page .contact .contact__radio-group label {
    font-size: 14px;
  }
  #page .contact .contact__btn {
    -moz-column-gap: 20px;
         column-gap: 20px;
    flex-direction: row;
    font-size: 14px;
    justify-content: center;
  }
  #page .contact .contact__btn button,
  #page .contact .contact__btn input {
    max-height: 38px;
    max-width: 200px;
    width: 30%;
  }
  #page .contact .contact__file-btn {
    font-size: 14px;
    max-height: 36px;
    max-width: 210px;
  }
  #page .contact .contact__file-name {
    font-size: 12px;
  }
  #page .contact .contact__file-note {
    font-size: 12px;
  }
}
#page .wpcf7-form.sent .wpcf7-response-output {
  display: none !important;
}
#page .confirm-area {
  display: none;
}
#page .confirm-area tbody tr:nth-of-type(2) td, #page .confirm-area tbody tr:nth-of-type(3) td, #page .confirm-area tbody tr:nth-of-type(4) td, #page .confirm-area tbody tr:nth-of-type(5) td {
  border: none;
}
#page .confirm-area tbody tr:last-of-type td {
  border: none;
}
#page .confirm-area tbody tr:last-of-type td span {
  height: 100%;
  width: 100%;
}/*# sourceMappingURL=entry.css.map */