@charset "UTF-8";
/* ===============================================================
  共通
=============================================================== */
:root {
  scroll-behavior: auto;
}



/* ===============================================================
  flow   ■ BEGIN ■
=============================================================== */
.flow-title {     /* 必要な場合はテンプレに組み込むか */
  --svg-width: 24px;
  --svg-color: var(--mstyle-main-color);
  --svg-va: -6px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 10px 0;
}

.flow-arrow {
  display: flex;
  margin: 0 0 100px 0;
}

.flow-arrow div[class^="step-"] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px 0;
  width: 139px;
  height: 73px;
  background: url(../../images/illust/illust-flowbg-next.webp) no-repeat center / contain;
}

.flow-arrow div[class^="step-"] .upper {
  display: inline-block;
  color: var(--white-color);
  font-size: var(--fz-12);
  font-family: var(--font-family-lato);
  font-weight: 700;
  line-height: normal;
  background: var(--mstyle-main-color);
  border-radius: 39px;
  padding: 1px 10px;
}

.flow-arrow div[class^="step-"] .lower {
  color: var(--mstyle-main-color);
  font-size: var(--fz-20);
  font-weight: 700;
  line-height: normal;
}

.flow-arrow div.active-stage {
  background: url(../../images/illust/illust-flowbg-active.webp) no-repeat center / contain;
}

.flow-arrow div.active-stage .upper {
  color: var(--mstyle-main-color);
  background: var(--white-color);
}

.flow-arrow div.active-stage .lower {
  color: var(--white-color);
}

@media (max-width: 1023px) and (min-width: 769px) {
  .flow-arrow {
    justify-content: center;
  }
}

@media screen and (max-width:768px) {
  .flow-title {
    text-align: center;
  }
  .flow-arrow {
    justify-content: center;
    margin: 0 0 35px 0;
  }
  .flow-arrow div[class^="step-"] {
    gap: 0;
    width: 95px;
    height: 49px;
  }
  .flow-arrow div[class^="step-"] .upper {
    font-size: var(--fz-10);
  }
  .flow-arrow div[class^="step-"] .lower {
    font-size: var(--fz-14);
  }
  .sec-job-info .title .hiring {
    margin: 0 0 12px 0;
  }
}

/* ===============================================================
  flow   ■ END ■
=============================================================== */


/* ===============================================================
  全体
=============================================================== */
.form-area {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0 50px;
  padding: 0 0 300px 0;
}

@media (max-width: 1023px) and (min-width: 769px) {
  .form-area {
    align-items: center;
    flex-direction: column;
    gap: 0;
    padding: 0 0 150px 0;
  }
}

@media screen and (max-width:768px) {
  .form-area {
    flex-direction: column;
    gap: 0;
    padding: 0 0 50px 0;
  }
}


/* ===============================================================
  左の説明文
=============================================================== */
.form-area .left {
  width: 445px;
}

.form-area .left :is(.first-para, .second-para) {
  margin: 0 0 25px 0;
}

.form-area .left .form-icon {
  width: 165px;
  margin: 0 auto 25px auto;
}

.form-area .left .other-form-list {
  margin: 0 0 85px 0;
}

.form-area .left .other-form-list h3 {
  font-size: var(--fz-20);
  font-weight: 700;
  margin: 0 0 10px 0;
}

.form-area .left .other-form-list li {
  --svg-width: 24px;
  --svg-color: var(--mstyle-main-color);
  --svg-va: -5px;
  margin: 0 0 8px 0;
}

.form-area .left .other-form-list li:last-child {
  margin: 0;
}

.form-area .left .other-form-list li > div {
  display: inline-block;
  font-size: var(--fz-14);
}

.form-area .left .other-form-list li .bold {
  font-size: calc(16 / 14 * 1em);
  font-weight: 700;
}

.form-area .left .other-form-list li a {
  color: var(--blue-color);
}

.form-area .left .tel-area h3 {
  font-size: var(--fz-20);
  font-weight: 700;
  margin: 0 0 10px 0;
}

.form-area .left .tel-area h3 span {
  font-size: .8em;
  font-family: var(--font-family-lato);
  font-weight: 400;
  padding: 0 0 0 10px;
}

.form-area .left .tel-area a {
  --svg-width: 38px;
  --svg-color: var(--mstyle-red-color);
  --svg-va: -4px;
  display: block;
  color: var(--mstyle-red-color);
  font-size: var(--fz-40);
  font-weight: 700;
  margin: 0 0 10px 0;
}

.form-area .left .opening-hour {
  line-height: 123%;
}

.form-area .left .opening-hour span {
  font-size: var(--fz-12);
  padding: 0 0 0 10px;
}

@media (max-width: 1023px) and (min-width: 769px) {
  .form-area .left {
    display: contents;
    width: auto;
  }
  .form-area .left .sec-h2-title {
    order: 1;
    margin: 0 0 35px 0;
  }
  .form-area .left .form-icon {
    order: 2;
    width: 200px;
    margin: 0 auto;
  }
  .form-area .left .first-para {
    order: 3;
    width: 531px;
  }
  .form-area .left .second-para {
    order: 4;
    width: 531px;
    text-align: start;
    margin: 0 0 50px 0;
  }
  .form-area .left .other-form-list {
    order: 5;
    width: 531px;
  }
  .form-area .right {
    order: 6;
    margin: 0 0 100px 0;
  }
  .form-area .left .tel-area {
    order: 7;
  }
}

@media screen and (max-width:768px) {
  .form-area .left {
    display: contents;
    width: auto;
  }
  .form-area .left .sec-h2-title {
    order: 1;
    margin: 0;
  }
  .form-area .left .first-para {
    order: 3;
    width: 100%;
    margin: 0 0 15px 0;
  }
  .form-area .left .second-para {
    order: 4;
    width: 100%;
    text-align: start;
    margin: 0 0 30px 0;
  }
  .form-area .left .form-icon {
    order: 2;
    width: 200px;
    margin: 0 auto;
  }
  .form-area .left .other-form-list {
    order: 5;
  }
  .form-area .left .other-form-list h3 {
    font-size: var(--fz-16);
  }
  .form-area .left .other-form-list li {
    --svg-width: 18px;
    --svg-va: -4px;
  }
  .form-area .left .other-form-list li .bold {
    font-size: inherit;
  }
  .form-area .left .tel-area {
    order: 7;
  }
  .form-area .left .tel-area h3 {
    font-size: var(--fz-18);
  }
  .form-area .left .tel-area h3 span {
    font-size: .6em;
  }
  .form-area .left .tel-area a {
    --svg-width: 30px;
    font-size: var(--fz-32);
  }
  .form-area .right {
    order: 6;
    margin: 0 0 50px 0;
  }
}

/* ===============================================================
  右の説明文
=============================================================== */
.form-area .right {
  background: var(--mstyle-light-grey-color);
  border-radius: var(--base-radius);
  padding: 55px 57px 70px 57px;
}
.form-area .right .form-attention {
  width: 370px;
  font-size: var(--fz-14);
  margin: 0 auto 30px auto;
}

.form-area .right .form-attention span {
  color: var(--mstyle-red-color);
  font-weight: 700;
}


@media screen and (max-width:768px) {
  .form-area .right {
    width: 100%;
    padding: 30px 20px 50px 20px;
  }
  .form-area .right .form-attention {
    width: auto;
    font-size: var(--fz-12);
  }
}


/* ===============================================================
  CF7共通スタイリング
=============================================================== */
/* ----- 入力画面スタイリング ----- */
.wpcf7-form {
  width: 370px;
  margin: 0 auto;
}

.wpcf7-form .form-input-area {
  display: flex;
  flex-direction: column;
}

.wpcf7-form .form-input-area > * {
  margin: 0 0 30px 0;
}

.wpcf7-form .form-input-area label {
  font-weight: 700;
}

.wpcf7-form .form-input-area .wpcf7-checkbox label {
  font-weight: 400;
}

.wpcf7-form .form-input-area .inline-got-data .title-got-data {
  font-weight: 700;
}

.wpcf7-form .form-input-area .inline-got-data .got-data {
  display: block;
}

.wpcf7-form .form-input-area .tac {
  text-align: center;
}

.wpcf7-form .form-input-area .bold {
  font-weight: 700;
}

/* ----- 何かカラのpが自動で入ってきちゃうので消す ----- */
.wpcf7-form p:empty {
  display: none;
}

/* ----- カーソルを当てた時のスタイリング ----- */
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  border: 2px solid var(--mstyle-main-color) !important;
  background: var(--mstyle-light-green-color) !important;
  outline: none;
}
.wpcf7-form input[type="submit"]:focus {
  border: none !important;
}

/* -----  一応、入力後の元々ついているスタイリングをはずす ----- */
.wpcf7-form input:-internal-autofill-selected,
.wpcf7-form textarea:-internal-autofill-selected {
  color: var(--mstyle-text-color) !important;
}

/* ----- 入力後のスタイリング ----- */
.wpcf7-form input:-webkit-autofill,
.wpcf7-form textarea:-webkit-autofill {
  /* box-shadow: 0 0 0px 1000px var(--white-color) inset; */
  -webkit-box-shadow: 0 0 0px 1000px var(--white-color) inset;
  -webkit-text-fill-color: var(--mstyle-text-color);
  border: 2px solid var(--mstyle-main-color);
  /* transition: background-color 5000s ease-in-out 0s; */
}

.wpcf7-form input:not(:placeholder-shown),
.wpcf7-form textarea:not(:placeholder-shown) {
  background: var(--white-color) !important;
  border: 2px solid var(--mstyle-main-color) !important;
}

.wpcf7-form input[type="date"]:not(:placeholder-shown) {    /* これを入れとかないとdateのところ入力前にnoteplaceholdershownがきいちゃう */
  border: 2px solid var(--mstyle-sub-grey-color) !important;
}

.wpcf7-form input[type="date"].has-value {
  border-color: var(--mstyle-main-color) !important;
}


/* ----- 入力前のスタイリング ----- */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="date"],
.wpcf7-form select {
  width: 373px;
  height: 42px;
  color: var(--mstyle-text-color);
  font-size: var(--fz-14);
  font-family: var(--font-family-nsjp);
  font-weight: 400;
  letter-spacing: .04em;
  border: 2px solid var(--mstyle-sub-grey-color);
  background: var(--white-color);
  border-radius: var(--base-radius);
}

.wpcf7-form input[type="checkbox"],
.wpcf7-form input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  width: 14px;
  aspect-ratio: 1;
  color: var(--mstyle-text-color);
  font-size: var(--fz-14);
  font-family: var(--font-family-nsjp);
  font-weight: 400;
  border: 2px solid var(--mstyle-sub-grey-color) !important;   /* .wpcf7-form input:not(:placeholder-shown)と競合するため */
  background: var(--white-color) !important;
  border-radius: 3px;
  padding: 0;
  cursor: pointer;
  vertical-align: -1px;
  position: relative;
}

.wpcf7-form input[type="checkbox"]:checked,
.wpcf7-form input[type="radio"]:checked {
  background-color: var(--mstyle-main-color) !important;
  border-color: var(--mstyle-main-color) !important;
}

.wpcf7-form input[type="checkbox"]:checked::after,
.wpcf7-form input[type="radio"]:checked::after {
  content: '';
  position: absolute;
  left: 3px;
  top: 0;
  width: 5px;
  height: 8px;
  border: 2px solid var(--white-color);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* 日付選択 */
.wpcf7-form input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 200%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}


/* チェックボックス（一部ラジオ） */
.wpcf7-form :is(.wpcf7-checkbox, .wpcf7-radio) .wpcf7-list-item {
  display: block;
  margin: 0 0 2px 0;
}

.wpcf7-form .privacypolicy-checkbox-area .wpcf7-checkbox .wpcf7-list-item {
  display: inline-block;
}

.wpcf7-form .select-tag-wrapper .wpcf7-form-control-wrap::before {
  position: absolute;
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23333333' d='M17.262 16l-5.431-5.431q-0.277-0.277-0.283-0.696t0.283-0.709 0.703-0.29 0.703 0.29l5.992 5.992q0.187 0.187 0.264 0.395t0.077 0.449-0.077 0.449-0.264 0.395l-5.992 5.992q-0.277 0.277-0.696 0.283t-0.709-0.283-0.29-0.703 0.29-0.703l5.431-5.431z'/%3E%3C/svg%3E");
  bottom: -3.5px;
  right: 12px;
  rotate: 90deg;
  pointer-events: none;
  transition: var(--transition-main);
}

.select-tag-wrapper.open .wpcf7-form-control-wrap::before {
  rotate: -90deg;
}

.select-tag-wrapper.open select {
  border-color: var(--mstyle-main-color);
  background: var(--mstyle-light-green-color);
}

.select-tag-wrapper select.has-value {  /* 値が入った状態 */
  border-color: var(--mstyle-main-color);
}

.wpcf7-form .select-tag-wrapper .wpcf7-form-control-wrap::after {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background: var(--mstyle-sub-grey-color);
  bottom: -5px;
  right: 45px;
  pointer-events: none;
}

/* ラジオボタン */
.wpcf7-form .radio-btn-area {
  font-weight: 700;
}

.wpcf7-form .wpcf7-radio label {
  font-weight: 400;
}

.wpcf7-form textarea {
  width: 373px;
  height: 200px;
  color: var(--mstyle-text-color);
  font-size: var(--fz-14);
  font-family: var(--font-family-nsjp);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: .04em;
  border: 2px solid var(--mstyle-sub-grey-color);
  background: var(--white-color);
  border-radius: var(--base-radius);
}

.wpcf7-form .btn-confirm {
  --svg-color: var(--white-color);
  --svg-stroke-color: var(--white-color);
  --svg-va: -3px;
  display: inline-block;
  min-width: 316px;
  color: var(--white-color);
  font-size: var(--fz-14);
  font-family: var(--font-family-nsjp);
  font-weight: 500;
  line-height: normal;
  text-align: center;
  background: var(--mstyle-sub-color) !important;
  border-radius: 38px 58px 5px 38px;
  box-shadow: var(--box-shadow-btn);
  cursor: pointer;
  padding: 20px 52px 20px 52px;
  transition: var(--transition-main);
}

.wpcf7-form .btn-confirm svg {
  margin: 0 0 0 15px;
}

@media (hover: hover) {
  .wpcf7-form .btn-confirm:hover {
    opacity: .85;
    transform: translate(1px, 1px);
    box-shadow: var(--box-shadow-btn-hov);
  }
}

/* .wpcf7-form .form-input-area > p:not(:nth-last-of-type(2)) {
  margin: 0 0 25px 0;
} */

.wpcf7-form .wpcf7-not-valid-tip {
  display: inline-block;
  color: var(--mstyle-red-color);
  font-size: .75em;
  font-weight: 500;
  line-height: normal;
  padding: 0 0 0 20px;
  position: relative;
  vertical-align: 5px;
}

.wpcf7-form .wpcf7-not-valid-tip::before {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1;
  /*アイコン幅が300で細目 background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23E29999'><path d='M480-290.77q13.73 0 23.02-9.29t9.29-23.02q0-13.73-9.29-23.02-9.29-9.28-23.02-9.28t-23.02 9.28q-9.29 9.29-9.29 23.02t9.29 23.02q9.29 9.29 23.02 9.29Zm.01-146.15q12.76 0 21.37-8.63 8.62-8.62 8.62-21.37v-180q0-12.75-8.63-21.38-8.63-8.62-21.38-8.62-12.76 0-21.37 8.62-8.62 8.63-8.62 21.38v180q0 12.75 8.63 21.37 8.63 8.63 21.38 8.63Zm.06 336.92q-78.84 0-148.21-29.92t-120.68-81.21q-51.31-51.29-81.25-120.63Q100-401.1 100-479.93q0-78.84 29.92-148.21t81.21-120.68q51.29-51.31 120.63-81.25Q401.1-860 479.93-860q78.84 0 148.21 29.92t120.68 81.21q51.31 51.29 81.25 120.63Q860-558.9 860-480.07q0 78.84-29.92 148.21t-81.21 120.68q-51.29 51.31-120.63 81.25Q558.9-100 480.07-100Zm-.07-60q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z'/></svg>"); */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23E29999'><path d='M480-280q17 0 28.5-11.5T520-320q0-17-11.5-28.5T480-360q-17 0-28.5 11.5T440-320q0 17 11.5 28.5T480-280Zm-40-160h80v-240h-80v240Zm40 360q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  left: 3px;
}

.wpcf7-form .required-mark {
  color: var(--mstyle-red-color);
  font-size: var(--fz-14);
  font-weight: 700;
  vertical-align: 6px;
}

.wpcf7-form .privacypolicy-checkbox-area {
  text-align: center;
  position: relative;
  margin: 20px 0 40px 0;
}

.wpcf7-form .privacypolicy-checkbox-area .wpcf7-list-item {
  position: relative;
}

.wpcf7-form .privacypolicy-checkbox-area .wpcf7-list-item::before {
  position: absolute;
  content: "＊";
  display: block;
  width: 16px;
  aspect-ratio: 1;
  color: var(--mstyle-red-color);
  font-size: var(--fz-14);
  font-weight: 700;
  top: -16px;
  left: -16px;
}

.wpcf7-form .wpcf7-spinner {
  display: none;
}

.wpcf7 .wpcf7-form .wpcf7-response-output {
  display: none;
  /* ↑送信後にありがとうございましたという文言が一瞬出てしまうので非表示にしてしまおう。 */
  /* display: block;
  color: var(--mstyle-red-color);
  font-weight: 700;
  text-align: center;
  border: none !important;
  padding: 0 0 0 16px;
  margin: 2em auto 1em; */
}

.wpcf7 .wpcf7-form .wpcf7-response-output svg {
  --svg-color: var(--mstyle-red-color);
  --svg-width: 18px;
  --svg-va: -6px;
  margin: 0 4px 0 0;
}

/* ----- 確認画面スタイリング ----- */
.wpcf7-form .form-confirm-area > p {
  margin: 0 0 38px 0;
}

.wpcf7-form .form-confirm-area .input-list {
  display: flex;
  flex-direction: column;
  gap: 38px 0;
  margin: 0 0 85px 0;
}

.wpcf7-form .form-confirm-area .input-list li {
  border-bottom: 2px solid var(--mstyle-sub-grey-color);
}

.wpcf7-form .form-confirm-area .input-list .confirm-list-item:not(:last-child) {
  margin: 0 0 38px 0;
}

.wpcf7-form .form-confirm-area .input-list .item-title {
  display: block;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 2px 0;
}

.wpcf7-form .form-confirm-area .input-list .confirm-list-item .list-item {
  min-height: 1.6em;
}

/* 引き継いだデータのタイトルは不要 */
.wpcf7-form .form-confirm-area .input-list .title-got-data {
  display: none;
}

.wpcf7-form .form-confirm-area .input-list .list-item {
  display: block;
  padding: 0 0 2px 0;
}

.wpcf7-form .form-confirm-area .btn-wrap p {
  text-align: center;
}

.wpcf7-form .form-confirm-area .btn-wrap input[type="submit"] {
  display: inline-block;
  min-width: 316px;
  color: var(--white-color);
  font-size: var(--fz-14);
  font-family: var(--font-family-nsjp);
  font-weight: 500;
  line-height: normal;
  text-align: center;
  background: var(--mstyle-sub-color) !important;
  border-radius: 38px 58px 5px 38px;
  box-shadow: var(--box-shadow-btn);
  cursor: pointer;
  padding: 20px 52px 20px 52px;
  margin: 0 0 20px 0;
  transition: var(--transition-main);
}

.wpcf7-form .form-confirm-area .btn-wrap .btn-back {
  display: inline-block;
  min-width: 316px;
  color: var(--mstyle-text-color);
  font-size: var(--fz-14);
  font-weight: 500;
  line-height: normal;
  text-align: center;
  background: var(--white-color);
  border-radius: 38px 58px 5px 38px;
  border: 2px solid var(--mstyle-main-color);
  box-shadow: var(--box-shadow-btn);
  padding: 20px 52px 20px 52px;
  transition: var(--transition-main);
  cursor: pointer;
}

@media (hover: hover) {
  .wpcf7-form .form-confirm-area .btn-wrap input[type="submit"]:hover {
    opacity: .85;
    transform: translate(1px, 1px);
    box-shadow: var(--box-shadow-btn-hov);
  }
  .wpcf7-form .form-confirm-area .btn-wrap .btn-back:hover {
    opacity: .85;
    transform: translate(1px, 1px);
    box-shadow: var(--box-shadow-btn-hov);
  }
}
  
@media screen and (max-width:768px) {
  .wpcf7-form {
    width: 100%;
  }
  .wpcf7-form .form-input-area > * {
    font-size: var(--fz-14);
    margin: 0 0 20px 0;
  }
  .wpcf7-form input[type="text"],
  .wpcf7-form input[type="email"],
  .wpcf7-form input[type="tel"],
  .wpcf7-form input[type="date"],
  .wpcf7-form select {
    width: 100%;
  }
  .wpcf7-form input[type="checkbox"] {
    width: 16px;
  }
  .wpcf7-form textarea {
    width: 100%;
  }
  .wpcf7-form .form-input-area .tac {
    margin: 0;
  }
  .wpcf7-form input[type="submit"] {
    display: block;
    /* width: 90%; */
    margin-inline: auto;
  }
  .wpcf7-form .privacypolicy-checkbox-area {
    margin: 50px 0;
  }
  .wpcf7-form .privacypolicy-checkbox-area .wpcf7-list-item {
    position: relative;
  }
  .wpcf7-form .privacypolicy-checkbox-area .wpcf7-list-item::before {
    position: absolute;
    content: "＊";
    display: block;
    width: 16px;
    aspect-ratio: 1;
    color: var(--mstyle-red-color);
    font-size: var(--fz-14);
    font-weight: 700;
    top: -16px;
    left: -16px;
  }
  .wpcf7-form .btn-confirm {
    min-width: 280px;
  }
  .wpcf7-form .form-confirm-area .input-list {
    font-size: var(--fz-14);
    margin: 0 0 50px 0;
  }
  .wpcf7-form .form-confirm-area .btn-wrap input[type="submit"],
  .wpcf7-form .form-confirm-area .btn-wrap .btn-back  {
    min-width: 280px;
  }
  .wpcf7-form input[type="checkbox"]:checked::after {
    left: 4px;
    top: 1px;
  }
  .wpcf7-form .select-tag-wrapper .wpcf7-form-control-wrap::after {
    bottom: -5.5px;
  }
}


/* ===============================================================
  form-valuation専用スタイル
=============================================================== */
.main-form-valuationt .wpcf7-form .assessment-method .wpcf7-radio {
  display: flex;
  gap: 12px 40px;
}

.main-form-valuationt .wpcf7-form .form-input-area .assessment-fields > *:not(:last-child) {
  margin: 0 0 30px 0;
}

.main-form-valuationt .wpcf7-form .form-input-area .assessment-fields label {
  font-size: var(--fz-14);
  font-weight: 400;
}

.main-form-valuationt .wpcf7-form .form-input-area .address-area :is(input, select) {
  font-size: 1em;
}

.main-form-valuationt .wpcf7-form .form-input-area .address-area > *:not(:first-child) {
  margin: 0 0 10px 0;
}

.main-form-valuationt .wpcf7-form .form-input-area .address-area .zip-code {
  margin: 0 0 10px 0;
}

.main-form-valuationt .wpcf7-form .form-input-area .prefecture-group {
  margin: 0 0 10px 0;
}

.main-form-valuationt .wpcf7-form .form-input-area .fz-14 {
  font-size: var(--fz-14);
}

.main-form-valuationt .wpcf7-form .form-input-area .layout .title {
  display: block;
}

.main-form-valuationt .wpcf7-form .form-input-area .layout input[type="text"] {
  width: 238px;
  margin: 0 16px 0 0;
}

.main-form-valuationt .wpcf7-form .form-input-area .layout :is(.wpcf7-checkbox, .wpcf7-radio) .wpcf7-list-item.first {
  margin: 0 16px 0 0;
}

.main-form-valuationt .wpcf7-form .form-input-area .layout :is(.wpcf7-checkbox, .wpcf7-radio) .wpcf7-list-item {
  display: inline;
}

.main-form-valuationt .wpcf7-form .form-input-area .visit .address-area input {
  font-size: 1em;
}

.main-form-valuationt .wpcf7-form .wpcf7-not-valid-tip {
  position: absolute;
  width: 100%;
  max-width: 373px;
  left: 0;
  bottom: -30px;
}

@media screen and (max-width:768px) {
  .main-form-valuationt .wpcf7-form .form-input-area .layout input[type="text"] {
    width: 132px;
  }
  .main-form-valuationt .wpcf7-form .form-input-area .layout input[type="text"]::placeholder {
    color: #B6B6B6;
    font-size: 1em;
    letter-spacing: -.03em;
  }
}

/* ===============================================================
  form-visit-reservation専用スタイル
=============================================================== */
.main-form-visit-reservation .form-area .left .other-form-list h3 {
  width: 100%;
  color: var(--mstyle-main-color);
  font-size: var(--fz-16);
  text-align: center;
  border: 2px solid var(--mstyle-main-color);
  border-radius: var(--base-radius);
  padding: 5px 0;
}

.main-form-visit-reservation .form-area .left .other-form-list {
  margin: 0 0 30px 0;
}

.main-form-visit-reservation .form-area .left .other-form-list li {
  display: flex;
  align-items: flex-start;
  gap: 0 5px;
}

.main-form-visit-reservation .form-area .left .other-form-list li > div {
  width: 92%;
  line-height: 135%;
}

.main-form-visit-reservation .form-area .left .other-form-list li svg {
  margin: -2.5px 0 0 0;
}

.wpcf7-form .select-tag-wrapper.type-date .wpcf7-form-control-wrap::before {
  width: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M7.077 28.667q-1.010 0-1.71-0.7t-0.7-1.71v-17.846q0-1.010 0.7-1.71t1.71-0.7h1.846v-1.795q0-0.438 0.294-0.732t0.732-0.293 0.732 0.293 0.294 0.732v1.795h10.103v-1.82q0-0.426 0.287-0.713t0.713-0.287 0.713 0.287 0.287 0.713v1.82h1.846q1.010 0 1.71 0.7t0.7 1.71v17.846q0 1.010-0.7 1.71t-1.71 0.7h-17.846zM7.077 26.667h17.846q0.154 0 0.282-0.128t0.128-0.282v-12.513h-18.667v12.513q0 0.154 0.128 0.282t0.282 0.128zM6.667 11.744h18.667v-3.333q0-0.154-0.128-0.282t-0.282-0.128h-17.846q-0.154 0-0.282 0.128t-0.128 0.282v3.333zM6.667 11.744v0zM16 18.769q-0.49 0-0.835-0.345t-0.345-0.835 0.345-0.835 0.835-0.345 0.835 0.345 0.345 0.835-0.345 0.835-0.835 0.345zM10.667 18.769q-0.49 0-0.835-0.345t-0.345-0.835 0.345-0.835 0.835-0.345 0.835 0.345 0.345 0.835-0.345 0.835-0.835 0.345zM21.333 18.769q-0.49 0-0.835-0.345t-0.345-0.835 0.345-0.835 0.835-0.345 0.835 0.345 0.345 0.835-0.345 0.835-0.835 0.345zM16 24q-0.49 0-0.835-0.345t-0.345-0.834 0.345-0.835 0.835-0.345 0.835 0.345 0.345 0.835-0.345 0.834-0.835 0.345zM10.667 24q-0.49 0-0.835-0.345t-0.345-0.834 0.345-0.835 0.835-0.345 0.835 0.345 0.345 0.835-0.345 0.834-0.835 0.345zM21.333 24q-0.49 0-0.835-0.345t-0.345-0.834 0.345-0.835 0.835-0.345 0.835 0.345 0.345 0.835-0.345 0.834-0.835 0.345z'/%3E%3C/svg%3E");
  rotate: none;
  bottom: 0;
  right: 13px;
}

.main-form-visit-reservation .wpcf7-form .wpcf7-not-valid-tip {
  position: absolute;
  width: 373px;
}

@media screen and (max-width:768px) {
  .main-form-visit-reservation .wpcf7-form .wpcf7-not-valid-tip {
    width: auto;
    white-space: nowrap;
    left: 0;
    bottom: -30px;
  }
  /* デフォルトで無駄に広がるのを抑える */
  .main-form-visit-reservation .wpcf7-form input[type="date"] {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none; /* iOS Safari の余計な装飾を抑える */
  }
  /* iOS Safari で右端に出るアイコン対策 */
  .main-form-visit-reservation .wpcf7-form input[type="date"]::-webkit-date-and-time-value {
    text-align: left; /* テキストが真ん中に寄るのを防ぐ */
  }
}

/* ===============================================================
  form-owner-consultation専用スタイル
=============================================================== */
.main-form-owner-consultation .wpcf7-form .fz-14 {
  font-size: var(--fz-14);
}

.main-form-owner-consultation .wpcf7-form .fw-400 {
  font-weight: 400;
}

.main-form-owner-consultation .wpcf7-form .form-input-area .address-area > *:not(:first-child) {
  margin: 0 0 10px 0;
}

.main-form-owner-consultation .wpcf7-form .address-area .wpcf7-form-control-wrap::before {
  bottom: 8px;
  right: 8px;
}

.main-form-owner-consultation .wpcf7-form .address-area .wpcf7-form-control-wrap::after {
  bottom: 6px;
  right: 39px;
}

.main-form-owner-consultation .wpcf7-form .form-confirm-area .input-list {
  display: block;
}


/* ===============================================================
  form-request-document専用スタイル
=============================================================== */
.main-form-request-documents .hidden-item {
  display: none;
}

.main-form-request-documents :is(.selected-properties-name, .selected-properties-number) li {
  padding: 0 0 0 22px;
  position: relative;
}

.main-form-request-documents :is(.selected-properties-name, .selected-properties-number) li + li {
  margin: 6px 0 0 0;
}

.main-form-request-documents :is(.selected-properties-name, .selected-properties-number) li svg {
  --svg-width: 20px;
  position: absolute;
  left: 0;
  top: 4.5px;
}

.main-form-request-documents .wpcf7-form .privacypolicy-checkbox-area {
  margin: 50px 0 40px 0;
}

.main-form-request-documents .form-confirm-area .auto-input svg {
  display: none;
}

.main-form-request-documents .wpcf7-form .form-confirm-area :is(.selected-properties-name, .selected-properties-number) li {
  border-bottom: none;
}

.main-form-request-documents .form-confirm-area :is(.selected-properties-name, .selected-properties-number) li {
  padding: 0;
}


/* ===============================================================
  form-viewing-reservation専用スタイル
=============================================================== */
.main-form-viewing-reservation .form-area .left .other-form-list h3 {
  width: 100%;
  color: var(--mstyle-main-color);
  font-size: var(--fz-16);
  text-align: center;
  border: 2px solid var(--mstyle-main-color);
  border-radius: var(--base-radius);
  padding: 5px 0;
}

.main-form-viewing-reservation .form-area .left .other-form-list {
  margin: 0 0 30px 0;
}

.main-form-viewing-reservation .form-area .left .other-form-list li {
  display: flex;
  align-items: flex-start;
  gap: 0 5px;
}

.main-form-viewing-reservation .form-area .left .other-form-list li > div {
  width: 92%;
  line-height: 135%;
}

.main-form-viewing-reservation .form-area .left .other-form-list li svg {
  margin: -2.5px 0 0 0;
}

.main-form-viewing-reservation .hidden-item {
  display: none;
}

.main-form-viewing-reservation :is(.selected-properties-name, .selected-properties-number) li {
  padding: 0 0 0 22px;
  position: relative;
}

.main-form-viewing-reservation :is(.selected-properties-name, .selected-properties-number) li + li {
  margin: 6px 0 0 0;
}

.main-form-viewing-reservation :is(.selected-properties-name, .selected-properties-number) li svg {
  --svg-width: 20px;
  position: absolute;
  left: 0;
  top: 4.5px;
}

.main-form-viewing-reservation .form-confirm-area .auto-input svg {
  display: none;
}

.main-form-viewing-reservation .wpcf7-form .form-confirm-area :is(.selected-properties-name, .selected-properties-number) li {
  border-bottom: none;
}

.main-form-viewing-reservation .form-confirm-area :is(.selected-properties-name, .selected-properties-number) li {
  padding: 0;
}

.main-form-viewing-reservation input[type="date"] {
  min-width: 0;
  -webkit-appearance: none; /* Safari用 */
}

/* @media screen and (max-width:768px) {} */

/* ===============================================================
  form-entry専用スタイル
=============================================================== */
.main-form-entry .form-area .left .tel-area h3 span {
  display: block;
  font-size: var(--fz-10);
  padding: 0;
  margin: -5px 0 0 0;
}