@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* form */
/* ============================================ */
.form .formLayout.input_now .display_check {
  display: none;
}
.form .formLayout.check_now .display_input {
  display: none;
}
.form .errmsg, .form #errorMessage {
  background: #fff;
  border: 2px solid #FE0000;
  padding: 10px;
  color: #FE0000;
  margin-bottom: 20px;
}
.form-wrapper .width {
  max-width: 970px;
}
.form-catch {
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
  margin-top: 30px;
}
.form-catch.border_t {
  border-top: 1px solid #333333;
  margin-top: 30px;
  padding-top: 30px;
}
@media all and (max-width: 480px) {
  .form-catch.border_t {
    margin-top: 20px;
    padding-top: 20px;
  }
}
.form-catch__large {
  font-weight: 600;
  font-size: 2.4rem;
  text-align: center;
  margin-top: 100px;
  word-break: keep-all;
}
@media all and (max-width: 480px) {
  .form-catch__large {
    font-size: 2rem;
    margin-top: 50px;
  }
}
.form-catch.txt_c {
  text-align: center;
  inline-size: auto;
  word-break: keep-all;
}
.form-inner {
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .form-inner {
    margin-top: 30px;
  }
}
.form-contact {
  text-align: center;
  margin-top: 20px;
  border-bottom: 1px solid #333333;
  padding-bottom: 30px;
}
@media all and (max-width: 480px) {
  .form-contact {
    padding-bottom: 20px;
  }
}
.form-contact .form-catch {
  inline-size: auto;
}
.form-contact__tel {
  font-size: 2.6rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0;
}
@media (width < 361px) {
  .form-contact__tel {
    line-height: 1;
    margin-top: 10px;
  }
}
.form-contact__tel a {
  pointer-events: none;
  color: #333333;
}
@media all and (max-width: 480px) {
  .form-contact__tel a {
    pointer-events: auto;
  }
}
.form-contact__tel a span.reading {
  display: inline-block;
}
.form-contact__tel .portraitonly {
  display: none;
}
@media (width < 361px) {
  .form-contact__tel .portraitonly {
    display: block;
  }
}
.form-contact__small {
  font-size: 1.5rem;
  margin-left: 5px;
}
.form-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.form-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media all and (max-width: 896px) {
  .form-item {
    flex-direction: column;
  }
}
.form-item.cp select, .form-item.cp input {
  cursor: pointer;
}
.form-item_tit {
  font-weight: 700;
  width: 100%;
}
.form-item_tit.border_t {
  border-top: 1px solid #333333;
  padding-top: 20px;
  margin-top: 20px;
}
.form-item_req {
  font-weight: 700;
  color: #FE0000;
  padding-left: 1em;
}
@media all and (max-width: 480px) {
  .form-item_req {
    padding-left: 0;
  }
}
.form-item dt {
  width: 100%;
  padding: 15px 0 5px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 10px;
  font-size: 1.7rem;
  font-weight: 600;
  position: relative;
}
@media all and (max-width: 896px) {
  .form-item dt {
    padding: 15px 0 0;
  }
}
@media all and (max-width: 480px) {
  .form-item dt {
    font-size: 1.6rem;
  }
}
.form-item dd {
  width: 100%;
  padding: 0;
}
.form-haedline {
  width: 100%;
  font-weight: 600;
  font-size: 2rem;
  margin-top: 40px;
}
@media all and (max-width: 480px) {
  .form-haedline {
    font-size: 1.8rem;
  }
}
.form-haedline__small {
  width: 100%;
  font-weight: 600;
  font-size: 1.7rem;
  margin-top: 40px;
}
@media all and (max-width: 480px) {
  .form-haedline__small {
    font-size: 1.6rem;
  }
}
.form-half {
  width: 48%;
}
@media all and (max-width: 896px) {
  .form-half {
    width: 100%;
  }
}
.form label:has(> input[type=radio]) {
  display: inline-block;
  margin-right: 20px;
}
.form label:has(> input[type=checkbox]) {
  display: inline-block;
  margin-right: 20px;
}
.form input[type=text], .form input[type=email], .form input[type=tel], .form select, .form textarea {
  width: 100%;
  padding: 12px 10px;
  border: 1px solid #333333;
  border-radius: 3px;
  font-size: 1.6rem !important;
  margin: 5px 10px 5px 0;
}
@media all and (max-width: 896px) {
  .form input[type=text], .form input[type=email], .form input[type=tel], .form select, .form textarea {
    font-size: 1.4rem !important;
  }
}
.form input[type=text].input__short, .form input[type=email].input__short, .form input[type=tel].input__short, .form select.input__short, .form textarea.input__short {
  max-width: 120px;
}
@media all and (max-width: 340px) {
  .form input[type=text].input__short, .form input[type=email].input__short, .form input[type=tel].input__short, .form select.input__short, .form textarea.input__short {
    max-width: 100px;
  }
}
@media all and (max-width: 320px) {
  .form input[type=text].input__short, .form input[type=email].input__short, .form input[type=tel].input__short, .form select.input__short, .form textarea.input__short {
    max-width: 90px;
  }
}
.form textarea {
  height: 100px;
  font-size: 1.6rem !important;
}
@media all and (max-width: 896px) {
  .form textarea {
    font-size: 1.4rem !important;
  }
}
.form input[type=radio], .form input[type=checkbox] {
  margin-right: 5px;
  accent-color: #0079C0;
}
.form-search {
  text-align: center;
  border-radius: 100vmax;
  padding: 5px 15px;
  margin: 5px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  border: 1px solid #333333;
  background: #333333;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  .form-search:hover {
    opacity: 0.7;
  }
}
.form-note {
  font-size: 1.4rem;
}
@media all and (max-width: 896px) {
  .form-note {
    font-size: 1.3rem;
  }
}
.form-mark {
  margin-right: 0.5em;
}
.form-required {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  background: #FE0000;
  border-radius: 100vmax;
  padding: 2px 8px 4px;
  line-height: 1;
  margin-left: -3px;
}
@media all and (max-width: 480px) {
  .form-required {
    font-size: 1.4rem;
  }
}
.form-agreetxt {
  padding: 30px;
  border: 2px solid #0079C0;
  border-radius: 10px;
  background: #fff;
  margin-top: 50px;
}
@media all and (max-width: 480px) {
  .form-agreetxt {
    padding: 20px 15px;
  }
}
.form-agree {
  text-align: center;
  font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
  font-weight: 700;
  border: 3px solid #0079C0;
  border-radius: 100vmax;
  max-width: 270px;
  margin: 20px auto 0;
  color: #0079C0;
}
.form-agree label:has(> input[type=checkbox]) {
  width: 265px;
  padding: 13px 10px;
  border-radius: 100vmax;
  margin-right: 0 !important;
  cursor: pointer;
}
.form-agree label:has(> input[type=checkbox]:checked) {
  background: #0079C0;
  color: #fff;
}
.form-submit {
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .form-submit {
    margin-top: 30px;
  }
}
.form-submit__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.form-submit__list + .form-submit__list {
  margin-top: 20px;
}
.form-submit__list > li {
  width: calc((100% - 20px) / 2);
  max-width: 300px;
}
@media all and (max-width: 480px) {
  .form-submit__list > li {
    width: 100%;
  }
}
.form-submit__list > li.prev .form-submit__btn {
  background: #999;
}
@media (hover: hover) {
  .form-submit__list > li.prev .form-submit__btn:hover {
    background: #bbb;
  }
}
.form-submit__btn {
  text-align: center;
  padding: 12px 15px;
  width: 100%;
  background: #333333;
  border-radius: 100vmax;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2rem;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
@media all and (max-width: 896px) {
  .form-submit__btn {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .form-submit__btn:hover {
    background: #0079C0;
  }
}