@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
変数 fonts.scss
===========================================*/
/*===================================
userSS 追加
=====================================*/
/*==========================================
 　共通 kasai-wood参考
===========================================*/
.form-bg {
  background: #e3e3e3;
}

#header {
  position: absolute;
}
#header.is-show {
  position: absolute;
}

@media screen and (min-width: 961px) {
  #footer {
    padding-top: 0;
  }
}
@media screen and (min-width: 961px) {
  #footer .footer-formWrap .block-left {
    display: none;
  }
}
@media screen and (min-width: 961px) {
  #footer .footer-copy {
    margin-top: 0;
  }
}

.form-bg {
  background: #e3e3e3;
  padding: 80px 0;
  margin-bottom: -120px;
}
@media screen and (max-width: 768px) {
  .form-bg {
    padding: 40px 0;
  }
}

.mt100 {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .mt100 {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1201px) {
  .mt100 {
    margin-top: 100px;
  }
}
.inner-main {
  padding-top: 0;
}

.ai_b {
  align-items: baseline;
}

.ds_f {
  display: flex;
}
@media screen and (max-width: 375px) {
  .ds_f {
    flex-direction: column;
  }
}

.jc_sb {
  justify-content: space-between;
}

.fd_c {
  flex-direction: column;
}

#form .form-item-cts {
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  align-self: self-start;
  width: 100px;
}

.form_name-item .form-item-cts {
  padding: 12px 4% 0 24px;
  margin: 0;
}

#form .form_flex_item_add {
  flex-basis: 49%;
  margin-right: 0px;
}
@media screen and (max-width: 375px) {
  #form .form_flex_item_add {
    flex-basis: 100%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 375px) {
  #form .form_control_blc {
    flex-direction: column;
  }
  #form .form_control_blc .wpcf7-form-control-wrap {
    margin-bottom: 10px;
  }
}
.form_calender_wrap p {
  width: 100%;
}

.calender_p {
  flex-basis: 100%;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0 15px;
}
@media screen and (max-width: 767px) {
  .calender_p {
    font-size: 14px;
  }
}

.calender01 {
  width: 100%;
}

.time01 {
  width: 100%;
}

.calender02 {
  width: 100%;
}

.time02 {
  width: 100%;
}

.page-form .btn-more-block {
  margin-bottom: clamp(100px, 15vw, 150px);
}

.sec-form {
  padding: clamp(100px, 15vw, 200px) 0 0;
  background: transparent;
}
@media screen and (min-width: 961px) {
  .sec-form {
    display: flex;
    justify-content: space-between;
  }
}
.sec-form .sec-ttlR .ttl-en {
  letter-spacing: normal;
}
.sec-form .sec-ttlR .ttl-ja {
  margin-top: 0;
}
.sec-form .form-sideBlock {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(20px, 4vw, 40px) 4% 0;
  margin: 0 -4%;
}
@media screen and (min-width: 961px) {
  .sec-form .form-sideBlock {
    margin: 0;
    width: 35%;
    padding: clamp(20px, 4vw, 40px) 2% clamp(60px, 10vw, 100px);
  }
}
@media screen and (min-width: 961px) {
  .sec-form .form-sideBlock .sticky-area {
    position: sticky;
    top: 40px;
  }
}
.sec-form .form-mainBlock {
  padding: clamp(40px, 10vw, 100px) 0 0;
}
@media screen and (min-width: 961px) {
  .sec-form .form-mainBlock {
    width: 65%;
    max-width: 1050px;
    padding: clamp(40px, 10vw, 100px) 0 clamp(40px, 8vw, 80px) 25px;
  }
}
.sec-form .form-mainB_lead {
  letter-spacing: 0.08em;
  margin: 0 auto 30px;
}
.sec-form .form-mainB_lead .req {
  color: red;
}
.sec-form .sideFooter {
  max-width: 263px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .sec-form .sideFooter {
    display: none;
  }
}
.sec-form .sideFooter .footer-logo a {
  display: block;
}
.sec-form .sideFooter .footer-snsLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(2.6rem, 4vw, 4.8rem);
  margin: 10px auto 0;
}
@media screen and (max-width: 960px) {
  .sec-form .sideFooter .footer-snsLink {
    justify-content: center;
  }
}
@media screen and (max-width: 960px) {
  .sec-form .sideFooter .footer-snsLink li:not(:last-child) {
    margin-right: 40px;
  }
}
.sec-form .sideFooter .footer-snsLink li a {
  color: #fff;
}

/*==========================================
 　FORM STYLE
===========================================*/
input[type=text],
input[type=tel],
input[type=email],
input[type=number],
input[type=submit],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: vertical;
  height: 120px;
  min-height: 85px;
}

select::-ms-expand {
  display: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

::-webkit-input-placeholder {
  color: #c5c5c5;
  line-height: 2;
}

::-moz-placeholder {
  color: #c5c5c5;
  opacity: 1;
  line-height: 2;
}

:-ms-input-placeholder {
  color: #c5c5c5;
  opacity: 1;
  line-height: 2;
}

::-ms-input-placeholder {
  color: #c5c5c5;
  opacity: 1;
  line-height: 2;
}

::placeholder {
  color: #c5c5c5;
  opacity: 1;
  line-height: 2;
}

@media screen and (max-width: 576px) {
  ::-webkit-input-placeholder {
    font-size: 14px;
  }
  ::-moz-placeholder {
    font-size: 14px;
  }
  :-ms-input-placeholder {
    font-size: 14px;
  }
  ::-ms-input-placeholder {
    font-size: 14px;
  }
  ::placeholder {
    font-size: 14px;
  }
}
.form_control_wrap {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form_control_wrap {
    width: 100%;
    flex-wrap: wrap;
  }
}

.wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
}

.form_flex_item .form_control_wrap:not(:last-of-type) {
  margin-bottom: 3.5%;
}
@media screen and (min-width: 577px) {
  .form_flex_item .form_control_wrap.fs_1 {
    max-width: 287px;
    width: 30vw;
    min-width: 237px;
  }
}

.form_flex_item_zip {
  display: flex;
  align-items: center;
}

.zip_note {
  display: inline-block;
  margin-left: 1rem;
}

.txt-asterisk {
  font-size: 1.4rem;
  margin-top: 7px;
}

.form_flex_item_zip .wpcf7-form-control-wrap {
  display: flex;
  align-items: center;
  max-width: 287px;
  width: 30vw;
  min-width: 237px;
}

.form_control {
  display: block;
  width: 100%;
  padding: 1rem 1.5rem;
  font-size: clamp(1.4rem, 5vw, 1.6rem);
  line-height: 2;
  border: 1px solid #999999;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  border-radius: 10px;
}
.form_control.wpcf7-validates-as-date {
  width: 100%;
  height: 52px;
  background: #fff;
  appearance: none;
  -webkit-appearance: none; /*Google Chrome/Safari対応*/
  -moz-appearance: none; /*Firefox対応*/
  -o-appearance: none; /*Opera対応*/
}

textarea.form_control {
  line-height: 1.2;
  min-height: 120px;
}

select.form_control {
  background: url("../img/common/arw-select.svg") #fff no-repeat right 15px top 50%/14px;
  /*	padding: 0.6rem 4.5rem 0.6rem 1.5rem;
  border-color: #999;
  border-radius: 0px;*/
}

.form-calendar-input.form_control {
  background: url("../img/common/arw-select.svg") #fff no-repeat right 15px top 50%/14px;
}

.form-arrow.form_control {
  background: url("../img/common/arw-select.svg") #fff no-repeat right 15px top 50%/14px;
}

@media screen and (min-width: 1201px) {
  .form_control_checktxt {
    padding-top: 0.25em;
  }
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: red !important;
  background: #fff;
  font-weight: 500;
}

.staff {
  width: 100%;
}

.form_container {
  width: 100%;
  margin: 0 auto;
}

.form-h2 {
  background: #EDEDED;
  letter-spacing: 0.05em;
  padding: 1.2em 1em;
}

.form-item {
  border-bottom: 0px solid #ccc;
  padding: 30px 0;
  color: #000;
}
.form-item.fdC {
  flex-direction: column;
}
.form-item.fdC .item-body {
  padding: 1em 0 0;
  max-width: none;
}
.form-item.fdC .form_control {
  max-width: none;
}
@media screen and (max-width: 576px) {
  .form-item {
    padding: 20px 0;
  }
}
.form-item .item-head {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.form-item .item-body {
  padding: 15px 0 0;
}
.form-item .item-body .asterisk-txt {
  font-size: 1.3rem;
  margin-top: 0.5em;
}
.form-item .item-ttl {
  font-weight: 500;
}
.form-item .item-ttl .ttl-al {
  font-size: 1.4rem;
  margin: 0 0 0 0.5em;
}
.form-item .item-ttl .ttl-sml {
  font-size: 1.3rem;
}
.form-item .item-note.sml {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
}
.form-item .border-gradation-radius {
  padding: 1px; /*borderの太さ*/
  border-radius: 11px;
  margin-right: 1em;
}
.form-item .item-req {
  color: #FF0000;
}
.form-item .post_mark {
  min-width: 1.5em;
}
.form-item.form-item-address .form_control_wrap {
  padding: 0 0 0 1.5em;
}

@media screen and (min-width: 577px) {
  .form-item .item-ttl {
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  .form-item {
    display: flex;
    align-items: baseline;
  }
  .form-item .item-head {
    min-width: 135px;
  }
  .form-item .item-body {
    width: 100%;
    padding: 0 0 0 30px;
  }
  .form-item .item-ttl {
    font-weight: 500;
    padding: 0;
    letter-spacing: normal;
  }
  .form-item .item-ttl .ttl-al {
    margin: 0;
  }
  .form-item .item-req {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .form-item .item-body .asterisk-txt {
    letter-spacing: 0.2em;
  }
}
.center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .center {
    text-align: left;
  }
}

.lead-text {
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  line-height: 36px;
  margin-top: 20px;
}

.other-wrap {
  margin-top: 1em;
}

.checkbox-wrap {
  margin-bottom: 20px;
}
.checkbox-wrap span.wpcf7-list-item {
  margin: 0.5em 2em 0 0;
}
@media screen and (min-width: 961px) {
  .checkbox-wrap span.wpcf7-list-item {
    margin: 0.5em 3em 0 0;
  }
}
@media screen and (min-width: 1361px) {
  .checkbox-wrap span.wpcf7-list-item {
    margin: 0.5em 4em 0 0;
  }
}
@media screen and (max-width: 960px) {
  .checkbox-wrap span.wpcf7-list-item {
    margin: 0em 2em 1em 0;
  }
}
.checkbox-wrap.checkbox-column span.wpcf7-list-item {
  margin: 0.5em 0 0;
  display: block;
}
.checkbox-wrap .wpcf7-form-control-wrap {
  display: block;
}
.checkbox-wrap .wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border: 0;
  padding: 0;
}
.checkbox-wrap span.wpcf7-list-item {
  width: auto;
  margin-bottom: 10px;
}
.checkbox-wrap span.wpcf7-list-item {
  position: relative;
}
.checkbox-wrap .wpcf7-list-item-label {
  /*項目の色や文字サイズ*/
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.checkbox-wrap input[type=checkbox] {
  position: absolute;
  opacity: 0; /*既存のチェックボックスを見えなくする*/
}
.checkbox-wrap .wpcf7-list-item-label:before {
  /*チェックボックスの枠*/
  content: "";
  border: 1px solid #ccc;
  display: inline-block;
  width: 19px;
  height: 19px;
  position: relative;
  top: -0.5px;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
}
.checkbox-wrap input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  /*チェックアイコン*/
  background-color: #333;
}
.checkbox-wrap input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  /*チェックアイコン*/
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 5px;
  width: 9px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

@media screen and (max-width: 576px) {
  .checkbox-wrap .wpcf7-checkbox {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border: 0;
    padding: 0;
  }
  .checkbox-wrap span.wpcf7-list-item {
    margin: 0em 1em 1em 0;
    display: block;
    text-align: center;
  }
}
.radio-wrap span.wpcf7-list-item {
  margin: 0.5em 2em 0 0;
}
.radio-wrap .wpcf7-form-control-wrap input[type=radio] {
  display: none;
}
.radio-wrap.radio-column span.wpcf7-list-item {
  margin: 0.5em 0 0;
  display: block;
}
.radio-wrap .wpcf7-list-item-label {
  display: block;
  padding-left: 24px;
  position: relative;
}
.radio-wrap .wpcf7-list-item-label::before, .radio-wrap .wpcf7-list-item-label::after {
  content: "";
  display: block;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
}
.radio-wrap .wpcf7-list-item-label::before {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #ccc;
  top: calc((1.75em - 4px) / 2 - 6px);
  left: 0;
}
.radio-wrap .wpcf7-list-item-label::after {
  width: 12px;
  height: 12px;
  background: #000;
  top: calc((1.75em - 8px) / 2 + 0px);
  left: 4px;
  z-index: 2;
  opacity: 0;
}
.radio-wrap input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.radio-wrap .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 2em;
}

.radio-wrap .wpcf7-radio {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border: 0;
  padding: 0rem 0rem;
}
.radio-wrap span.wpcf7-list-item {
  width: auto;
  margin-bottom: 10px;
}
.radio-wrap span.wpcf7-list-item label {
  cursor: pointer;
}

.acceptance-wrap {
  margin-bottom: 20px;
}
.acceptance-wrap span.wpcf7-list-item {
  margin: 0.5em 2em 0 0;
}
@media screen and (max-width: 1200px) {
  .acceptance-wrap span.wpcf7-list-item {
    margin: 0em 2em 1em 0;
  }
}
.acceptance-wrap.acceptance-column span.wpcf7-list-item {
  margin: 0.5em 0 0;
  display: block;
}
.acceptance-wrap .wpcf7-form-control-wrap {
  display: block;
}
.acceptance-wrap .wpcf7-form-control.wpcf7-acceptance {
  display: flex;
  flex-wrap: wrap;
  border: 0;
}
.acceptance-wrap span.wpcf7-list-item {
  position: relative;
  width: 100%;
  max-width: 515.8032px;
}
.acceptance-wrap .wpcf7-list-item-label {
  /*項目の色や文字サイズ*/
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  max-width: 100%;
  width: 100%;
  padding: 1rem 1.5rem;
  font-size: clamp(1.4rem, 5vw, 1.6rem);
  line-height: 2;
  border: 1px solid #BFBFBF;
  border-radius: 8px;
  box-sizing: border-box;
  background: #fff;
  display: block;
  position: relative;
}
.acceptance-wrap input[type=checkbox] {
  position: absolute;
  opacity: 0; /*既存のチェックボックスを見えなくする*/
}
.acceptance-wrap .wpcf7-list-item-label:before {
  /*チェックボックスの枠*/
  content: "";
  border: 1px solid #000;
  display: inline-block;
  width: 19px;
  height: 19px;
  position: relative;
  top: -0.5px;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
}
.acceptance-wrap input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  /*チェックアイコン*/
  background-color: #333;
}
.acceptance-wrap input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  /*チェックアイコン*/
  content: "";
  display: block;
  position: absolute;
  top: 21px;
  left: 20px;
  width: 9px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

@media screen and (min-width: 1201px) {
  .acceptance-wrap .wpcf7-acceptance {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0rem 0rem;
  }
  .acceptance-wrap span.wpcf7-list-item {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 576px) {
  .acceptance-wrap span.wpcf7-list-item {
    margin: 0em 1em 1em 0;
    display: block;
    text-align: center;
  }
}
.body-add .form_control_wrap:not(:last-child) {
  margin-bottom: 15px;
}
.body-add .zipcode-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.body-add .zipcode-wrap .zip-ttl {
  min-width: 1.5em;
}
.body-add .zipcode-wrap .wpcf7-form-control-wrap {
  max-width: 175px;
  width: 100%;
  margin-right: 1em;
}

@media screen and (max-width: 767px) {
  .body-add .zipcode-wrap .zip-txt {
    font-size: 1.4rem;
  }
}
.contactdetail-check span.wpcf7-list-item {
  display: block;
}

.reservedate-wrap {
  display: flex;
}
.reservedate-wrap .reservedate-month .selectbox-wrap,
.reservedate-wrap .reservedate-day .selectbox-wrap,
.reservedate-wrap .reservedate-time .selectbox-wrap {
  display: flex;
  align-items: center;
}
.reservedate-wrap .reservedate-month .selectbox-wrap .wpcf7-form-control-wrap,
.reservedate-wrap .reservedate-day .selectbox-wrap .wpcf7-form-control-wrap,
.reservedate-wrap .reservedate-time .selectbox-wrap .wpcf7-form-control-wrap {
  width: 100%;
}
.reservedate-wrap .reservedate-month .selectbox-wrap .unit,
.reservedate-wrap .reservedate-day .selectbox-wrap .unit,
.reservedate-wrap .reservedate-time .selectbox-wrap .unit {
  text-align: right;
}
.reservedate-wrap .reservedate-month .selectbox-wrap .wpcf7-form-control-wrap,
.reservedate-wrap .reservedate-day .selectbox-wrap .wpcf7-form-control-wrap {
  max-width: 122px;
}
.reservedate-wrap .reservedate-month .selectbox-wrap .unit,
.reservedate-wrap .reservedate-day .selectbox-wrap .unit {
  min-width: 1.5em;
}
.reservedate-wrap .reservedate-time .selectbox-wrap .wpcf7-form-control-wrap {
  max-width: 234px;
}
.reservedate-wrap .reservedate-time .selectbox-wrap .unit {
  min-width: 2.5em;
}

@media screen and (min-width: 1201px) {
  .reservedate-wrap .reservedate-month,
  .reservedate-wrap .reservedate-day {
    margin-right: 20px;
  }
  .reservedate-wrap .reservedate-month .wpcf7-form-control-wrap,
  .reservedate-wrap .reservedate-day .wpcf7-form-control-wrap {
    min-width: 122px;
  }
  .reservedate-wrap .reservedate-time .wpcf7-form-control-wrap {
    min-width: 234px;
  }
}
@media screen and (max-width: 1200px) {
  .reservedate-wrap {
    flex-wrap: wrap;
  }
  .reservedate-wrap .reservedate-month,
  .reservedate-wrap .reservedate-day {
    max-width: 171px;
    width: 48%;
  }
  .reservedate-wrap .reservedate-time {
    margin-top: 15px;
    width: 100%;
  }
}
.form-estate-area {
  background: #EDEDED;
  padding: 2%;
}
@media screen and (min-width: 961px) {
  .form-estate-area .harf_pc {
    width: 50%;
  }
}
.form-estate-area {
  /* アコーディオンのタイトル */
}
.form-estate-area .accordion_header {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  width: auto;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .form-estate-area .accordion_header {
    width: 80%;
  }
}
.form-estate-area .border {
  display: block;
  width: 177px;
  height: 1px;
  background: #000;
  margin-inline: 20px;
}
@media screen and (max-width: 960px) {
  .form-estate-area .border {
    width: 100%;
  }
}
.form-estate-area {
  /* アコーディオンの内容 */
}
.form-estate-area .accordion_content {
  display: none;
}
.form-estate-area .accordion_header .icon {
  display: block;
  position: relative;
  border-radius: 50%;
  border: 1px solid #000;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
}
.form-estate-area {
  /* タイトル横のプラスマーク縦線 */
}
.form-estate-area .accordion_header .icon::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  right: auto;
  width: 20px;
  height: 1px;
  background-color: #000;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.form-estate-area {
  /* タイトル横のプラスマーク横線 */
}
.form-estate-area .accordion_header .icon::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  right: auto;
  width: 20px;
  height: 1px;
  background-color: #000;
  transform: translate(-50%, -50%);
}
.form-estate-area {
  /* アコーディオンが開いたとき縦線の変化 */
}
.form-estate-area .accordion_header.open .icon::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.form-estate-area {
  /* アコーディオンが開いたとき横線の変化 */
}
.form-estate-area .accordion_header.open .icon::after {
  opacity: 0;
}

.estate-block .form_control_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.estate-block .form_control_wrap .child-ttl {
  letter-spacing: 0.1em;
  min-width: 4em;
}
.estate-block .form_control_wrap .wpcf7-form-control-wrap {
  width: 100%;
  margin-right: 1em;
  margin-top: 0;
  max-width: 160px;
}
.estate-block .form_control_wrap .wpcf7-form-control-wrap .form_control {
  text-align: left;
}

@media screen and (min-width: 577px) {
  .Plnum-block {
    display: flex;
    align-items: center;
  }
  .Plnum-block .form_control_wrap {
    max-width: 160px;
    width: 100%;
  }
  .Plnum-block .form_control_wrap:not(:last-child) {
    margin-right: 5em;
  }
}
@media screen and (max-width: 576px) {
  .Plnum-block .form_control_wrap:not(:last-child) {
    margin-bottom: 1em;
  }
}
/*=========================
 こんな土地が欲しい
=========================*/
/*==== 大見出し ====*/
.form-large-ttl {
  color: #000000;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 1em;
  text-align: left;
  position: relative;
  margin-bottom: 20px;
  background: #ededed;
}

/*==== 沿線エリア・駅名 ====*/
.station-row-item01 {
  margin-bottom: 1.5em;
}

.station-row-item02 {
  display: flex;
  align-items: baseline;
}
.station-row-item02 .wpcf7-form-control-wrap {
  width: auto;
}
.station-row-item02 .station01 {
  width: calc(50% - 52.5px);
}
.station-row-item02 .station_end01 {
  width: 70px;
  text-align: center;
  margin-top: 8px;
}
.station-row-item02 .station02 {
  width: calc(50% - 52.5px);
}
.station-row-item02 .station_end02 {
  width: 35px;
  text-align: right;
  margin-top: 8px;
}

@media screen and (max-width: 960px) {
  .station-row-item02 {
    flex-wrap: wrap;
  }
  .station-row-item02 .station01 {
    width: calc(100% - 70px);
    margin-bottom: 1em;
  }
  .station-row-item02 .station_end01 {
    text-align: left;
    margin-bottom: 1em;
    padding-left: 1em;
  }
  .station-row-item02 .station02 {
    width: calc(100% - 70px);
  }
  .station-row-item02 .station_end02 {
    width: 70px;
    text-align: left;
    padding-left: 1em;
  }
}
.form_info_block {
  margin: 60px auto;
  max-width: 960px;
}
.form_info_block .ttl {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 1em;
  color: #104b68;
  font-weight: bold;
}
.form_info_block .flex_area {
  display: flex;
  align-items: center;
}
.form_info_block .flex_area .blc.blc1 {
  flex-basis: 50%;
  font-weight: 500;
}
.form_info_block .flex_area .blc.blc2 {
  flex-basis: 45%;
  margin-left: 5%;
}

@media screen and (max-width: 960px) {
  .form_info_block {
    margin: 30px 0;
  }
  .form_info_block .ttl {
    font-size: 2rem;
  }
  .form_info_block .flex_area {
    display: block;
  }
  .form_info_block .flex_area .blc.blc1 {
    margin-bottom: 1em;
  }
  .form_info_block .flex_area .blc.blc2 {
    margin-left: 0%;
    padding: 0 4%;
  }
}
/*=========================
宿泊体験予約
=========================*/
.stay-name-item .sanka-block .form_control_wrap .wpcf7-form-control-wrap {
  width: 100%;
  max-width: 216px;
  text-align: center;
  min-width: 100px;
}

.sanka-block + .sanka-block {
  padding-top: 1rem;
}
@media screen and (min-width: 577px) {
  .sanka-block {
    display: flex;
  }
}
.sanka-block .form_control_wrap {
  display: flex;
  align-items: center;
  width: fit-content;
}
.sanka-block .form_control_wrap:not(:last-child) {
  margin-right: 2em;
}
@media screen and (max-width: 1360px) {
  .sanka-block .form_control_wrap:not(:last-child) {
    margin-right: 1em;
  }
}
@media screen and (max-width: 960px) {
  .sanka-block .form_control_wrap:not(:last-child) {
    margin-right: 2em;
  }
}
@media screen and (max-width: 576px) {
  .sanka-block .form_control_wrap:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.sanka-block .form_control_wrap .wrapTtl {
  min-width: 3.5em;
}
.sanka-block .form_control_wrap .wpcf7-form-control-wrap {
  width: 100%;
  max-width: 116px;
  text-align: center;
  min-width: 100px;
}
.sanka-block .form_control_wrap .unit {
  min-width: 1.2em;
  text-align: right;
}

.children-block .children-row-item {
  display: flex;
  align-items: baseline;
}
.children-block .children-row-item:not(:first-child) {
  margin-top: 1em;
}
.children-block .children-row-item .children-row-name {
  width: 65px;
  margin-top: 8px;
}
.children-block .children-row-item .child01,
.children-block .children-row-item .child02,
.children-block .children-row-item .child03,
.children-block .children-row-item .child04,
.children-block .children-row-item .child05 {
  width: calc(47% - 142.5px);
}
.children-block .children-row-item .children-row-read {
  width: 80px;
  margin-left: 3%;
  margin-top: 8px;
}
.children-block .children-row-item .child_kana01,
.children-block .children-row-item .child_kana02,
.children-block .children-row-item .child_kana03,
.children-block .children-row-item .child_kana04,
.children-block .children-row-item .child_kana05 {
  width: calc(47% - 142.5px);
}
.children-block .children-row-item .children-row-age {
  width: 45px;
  margin-left: 3%;
  margin-top: 8px;
  margin-right: 1%;
  white-space: nowrap;
}
.children-block .children-row-item .child_age01,
.children-block .children-row-item .child_age02,
.children-block .children-row-item .child_age03,
.children-block .children-row-item .child_age04,
.children-block .children-row-item .child_age05 {
  width: 70px;
}
.children-block .children-row-item .children-row-unit {
  width: 25px;
  text-align: right;
  margin-left: 8px;
}

@media screen and (min-width: 1041px) {
  .children-block .children-row-item .children-row-name {
    min-width: 65px;
  }
  .children-block .children-row-item .children-row-read {
    min-width: 80px;
  }
}
@media screen and (max-width: 1040px) {
  .children-block .children-row-item {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .children-block .children-row-item:not(:first-child) {
    margin-top: 2em;
  }
  .children-block .children-row-item .children-row-name {
    width: 100%;
  }
  .children-block .children-row-item .adult01,
  .children-block .children-row-item .adult02,
  .children-block .children-row-item .adult03,
  .children-block .children-row-item .adult04,
  .children-block .children-row-item .child01,
  .children-block .children-row-item .child02,
  .children-block .children-row-item .child03,
  .children-block .children-row-item .child04,
  .children-block .children-row-item .child05 {
    width: 100%;
  }
  .children-block .children-row-item .children-row-read {
    width: 100%;
    margin-left: 0;
  }
  .children-block .children-row-item .adult_kana01,
  .children-block .children-row-item .adult_kana02,
  .children-block .children-row-item .adult_kana03,
  .children-block .children-row-item .adult_kana04,
  .children-block .children-row-item .child_kana01,
  .children-block .children-row-item .child_kana02,
  .children-block .children-row-item .child_kana03,
  .children-block .children-row-item .child_kana04,
  .children-block .children-row-item .child_kana05 {
    width: 100%;
    margin-bottom: 1em;
  }
  .children-block .children-row-item .children-row-age {
    margin-left: 0;
  }
  .children-block .children-row-item .child_age01,
  .children-block .children-row-item .child_age02,
  .children-block .children-row-item .child_age03,
  .children-block .children-row-item .child_age04,
  .children-block .children-row-item .child_age05 {
    width: 120px;
  }
}
.children-block-stay > div:not(:last-child) {
  margin-bottom: 1em;
}

.stay-num-wrap {
  display: flex;
}
.stay-num-wrap .stay-num-item {
  display: flex;
  align-items: center;
}
.stay-num-wrap .stay-num-item:first-child {
  margin-right: 50px;
}
.stay-num-wrap .stay-num-item .wpcf7-form-control-wrap {
  max-width: 95px;
}
.stay-num-wrap .stay-num-item .item-ttl {
  min-width: 60px;
}
.stay-num-wrap .stay-num-item .item-unit {
  min-width: 30px;
  text-align: right;
}

@media screen and (max-width: 960px) {
  .stay-num-wrap .stay-num-item:first-child {
    margin-right: 25px;
  }
}
@media screen and (max-width: 480px) {
  .stay-num-wrap {
    display: block;
  }
  .stay-num-wrap .stay-num-item:first-child {
    margin: 0 auto 15px;
  }
}
.stay-attention {
  width: 95%;
  margin: 0 auto;
}
.stay-attention-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
.stay-attention-box {
  max-width: 810px;
  width: 100%;
  margin: 40px auto 60px;
  border: 1px solid #ccc;
  padding: 35px 30px;
}
.stay-attention-list li {
  position: relative;
  padding: 0 0 0 1em;
}
.stay-attention-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.stay-attention .stay-agree {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 480px) {
  .stay-attention {
    width: 92%;
  }
  .stay-attention-box {
    margin: 20px auto 30px;
    padding: 30px 15px;
  }
}
.body-Cldage .form_control_wrap {
  display: flex;
  align-items: center;
}
.body-Cldage .form_control_wrap:not(:last-child) {
  margin-bottom: 1em;
}
.body-Cldage .form_control_wrap .child-ttl {
  min-width: 4em;
  letter-spacing: 0.1em;
}
.body-Cldage .form_control_wrap .wpcf7-form-control-wrap {
  width: 100%;
  max-width: 109px;
}
.body-Cldage .form_control_wrap .wpcf7-form-control-wrap .form_control {
  text-align: center;
}
.body-Cldage .form_control_wrap .unit {
  min-width: 2em;
  text-align: right;
}

.body-birthdate {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .body-birthdate {
    flex-wrap: wrap;
  }
}
.body-birthdate .form_control_wrap {
  display: flex;
}
.body-birthdate .form_control_wrap .text {
  margin-left: 1em;
}
.body-birthdate .birth-year,
.body-birthdate .birth-month,
.body-birthdate .birth-day {
  display: flex;
  align-items: center;
}
.body-birthdate .birth-year .unit,
.body-birthdate .birth-month .unit,
.body-birthdate .birth-day .unit {
  min-width: 2em;
  text-align: right;
}
.body-birthdate .birth-year,
.body-birthdate .birth-month {
  margin-right: 2em;
}
@media screen and (max-width: 1200px) {
  .body-birthdate .birth-year,
  .body-birthdate .birth-month {
    margin-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .body-birthdate .birth-month,
  .body-birthdate .birth-day {
    width: fit-content;
  }
}
.body-birthdate .birth-month .selectbox-wrap,
.body-birthdate .birth-day .selectbox-wrap {
  min-width: 121px;
  width: 121px;
}
.body-birthdate .birth-month .form_control,
.body-birthdate .birth-day .form_control {
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .body-birthdate .birth-year {
    width: 100%;
    margin-bottom: 15px;
  }
}
.body-birthdate .birth-year .wpcf7-form-control-wrap {
  min-width: 121px;
  width: 121px;
}
@media screen and (max-width: 1200px) {
  .body-birthdate .birth-day {
    margin-left: 4%;
  }
}

.landarea-wrap .lower,
.landarea-wrap .upper {
  display: flex;
  align-items: center;
}
.landarea-wrap .lower .wpcf7-form-control-wrap,
.landarea-wrap .upper .wpcf7-form-control-wrap {
  max-width: 158px;
  width: 100%;
}
.landarea-wrap .lower .unit {
  min-width: 3em;
  padding: 0 1em;
}
.landarea-wrap .radio-wrap span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0.5em;
}

@media screen and (min-width: 577px) {
  .landarea-wrap {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 576px) {
  .landarea-wrap .upper {
    margin-top: 0.5em;
  }
}
.landprice-wrap .lower,
.landprice-wrap .upper {
  display: flex;
  align-items: center;
}
.landprice-wrap .lower .wpcf7-form-control-wrap,
.landprice-wrap .upper .wpcf7-form-control-wrap {
  max-width: 158px;
  width: 100%;
}
.landprice-wrap .lower .unit {
  min-width: 5.5em;
  text-align: right;
}
.landprice-wrap .lower .unit span {
  padding: 0 1em;
}
.landprice-wrap .upper .unit {
  min-width: 2.5em;
  text-align: right;
}

@media screen and (min-width: 577px) {
  .landprice-wrap {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 576px) {
  .landprice-wrap .upper {
    margin-top: 0.5em;
  }
}
.item-request {
  display: block;
}
.item-request .item-head {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.item-request .item-req {
  margin-right: 1em;
}

.requestbook-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.requestbook-box {
  width: 50%;
  padding: 15px 10px;
}
.requestbook-box .wpcf7-form-control-wrap,
.requestbook-box .wpcf7-form-control,
.requestbook-box label {
  display: block;
}
.requestbook-box label::before {
  content: "";
  max-width: 196px;
  width: 100%;
  padding-top: 72%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 auto 15px;
}
.requestbook-box.box-technical label::before {
  background-image: url("../img/form/img-requestbook01.png");
}
.requestbook-box.box-photo label::before {
  background-image: url("../img/form/img-requestbook02.png");
}
.requestbook-box.box-doctor label::before {
  background-image: url("../img/form/img-requestbook03.png");
}
.requestbook-box.box-health label::before {
  background-image: url("../img/form/img-requestbook04.png");
}
.requestbook-box span.wpcf7-list-item {
  margin: 0;
  display: block;
  text-align: center;
}
.requestbook-box input {
  display: block;
  margin: 0 auto;
}
.requestbook-box .wpcf7-list-item-label {
  font-weight: 500;
}
.requestbook-box .box-txt {
  margin-top: 1em;
  line-height: 1.8;
}

@media screen and (min-width: 577px) {
  .requestbook-box {
    padding: 20px 15px;
  }
}
@media screen and (min-width: 768px) {
  .item-request .item-body {
    padding: 25px 0 0;
  }
  .requestbook-box {
    width: 25%;
  }
  .requestbook-box:not(:nth-of-type(4n)) {
    border-right: 1px dashed #b2b2b2;
  }
}
@media screen and (min-width: 1201px) {
  .requestbook-box .wpcf7-list-item-label {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1200px) {
  .requestbook-box .box-txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .requestbook-list .requestbook-box:nth-of-type(2n) {
    border-left: 1px dashed #b2b2b2;
  }
  .requestbook-list .requestbook-box:nth-of-type(n + 3) {
    border-top: 1px dashed #b2b2b2;
  }
}
/*=========================
 リフォームのご相談・お問い合わせ
=========================*/
/*==== 画像アップロード ====*/
@counter-style uploadCircle {
  system: fixed;
  symbols: "①" "②" "③" "④" "⑤";
  suffix: "";
}
.form-item-photo {
  counter-reset: uploadNumber;
}
.form-item-photo .form_flex_item .note01 {
  font-size: 1.6rem;
  font-weight: 500;
}
.form-item-photo .form_flex_item .note02 {
  font-size: 1.4rem;
}
.form-item-photo .form_flex_item .form_control_wrap {
  width: calc(100% - 185px);
  position: relative;
  margin-left: 0px;
  padding: 0;
  border: 0;
  color: #000;
  display: flex;
  align-items: baseline;
}
.form-item-photo .form_flex_item .form_control_wrap::before {
  counter-increment: uploadNumber;
  content: "アップロードデータ" counter(uploadNumber, uploadCircle);
  position: relative;
  top: 0;
  left: 0;
  margin-right: 2em;
  white-space: nowrap;
}
.form-item-photo .form_flex_item .form_control_wrap .wpcf7-file {
  width: 100%;
  cursor: context-menu;
  border: 0;
  padding: 0;
  left: 0;
  position: relative;
}

.otherinput-wrap {
  margin-top: 0.5em;
}

.form_file {
  display: inline-block;
  background-color: #fff;
  color: #ccc;
  font-size: 1.6rem;
  height: 100%;
  height: auto;
  padding: 1rem 1.5rem;
  border: 1px solid #ccc;
  border-radius: 10px;
  position: relative;
  margin-top: 20px;
}
@media screen and (max-width: 576px) {
  .form_file {
    font-size: 1.4rem;
  }
}
.form_file input[type=file]::file-selector-button {
  background-color: #B2B2B2;
  padding: 1em;
  margin-top: 0em;
  margin-right: 0em;
  border: none;
  color: #000000;
  height: auto;
  cursor: pointer;
  position: relative;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0px;
  border-radius: 10px;
  font-size: clamp(1.4rem, 0.9375vw, 1.6rem);
  letter-spacing: 0.1em;
  width: 185px;
  margin-right: 2em;
}
@media screen and (max-width: 767px) {
  .form_file input[type=file]::file-selector-button {
    width: clamp(10px, 40%, 218px);
  }
}

.file-wrap::before {
  position: absolute;
  content: "ファイルを選択";
  width: 185px;
  height: 39px;
  font-size: 16px;
  color: #000;
  background: #ccc;
  border-radius: 10px;
  text-align: center;
  align-items: center;
  display: grid;
  cursor: pointer;
}
.file-wrap input {
  width: 100%;
  padding: 0 0 0 15px;
}
.file-wrap input[type=file]::file-selector-button {
  width: 185px;
  height: 39px;
  opacity: 0;
  position: relative;
}

.file-attention {
  margin: clamp(25px, 4vw, 40px) auto 0;
  background: #eee;
  padding: 2em;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
}
@media screen and (max-width: 767px) {
  .file-attention {
    padding: 2em 1em;
  }
}
.file-attention .fileA-ttl {
  margin-bottom: 1.5em;
}
.file-attention .fileA-list {
  padding: 0 0 0 3em;
}
@media screen and (max-width: 1200px) {
  .file-attention .fileA-list {
    padding: 0;
  }
}
.file-attention .fileA-list li {
  position: relative;
  padding: 0 0 0 1em;
}
.file-attention .fileA-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.file-attention .fileA-list li .indent {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  text-indent: -1em;
  padding-left: 1em;
}

.file-list li {
  margin-top: 1em;
}
@media screen and (min-width: 577px) {
  .file-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 577px) {
  .file-list li .file-ttl {
    min-width: 12em;
  }
}

.btn-img {
  max-width: 67px;
  margin: 30px auto -80px;
  position: relative;
  z-index: 1;
}

.btn-submit-wrap {
  position: relative;
  margin-block: 55px;
  max-width: 460px;
  width: 100%;
  font-size: clamp(1.6rem, 2vw, 2rem);
  transition: 0.3s ease-in-out;
}
.btn-submit-wrap::before {
  content: "";
  background: url("../img/form/arw-submit.svg") no-repeat center/contain;
  line-height: 1;
  width: 50px;
  aspect-ratio: 50/35;
  display: block;
  position: absolute;
  right: 2em;
  top: calc(50% - 17.5px);
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .btn-submit-wrap {
    margin: clamp(40px, 6vw, 60px) auto;
  }
}
.btn-submit-wrap .btn-submit {
  max-width: 100%;
  width: 100%;
  margin-inline: 0 auto;
  padding: clamp(25px, 3vw, 30px) 2em clamp(25px, 3vw, 30px);
  text-align: left;
  border: none;
  display: block;
  color: #fff;
  position: relative;
  cursor: pointer;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  border-radius: 100vmax;
  border: none;
  background: #202b51;
  transition: 0.3s ease-in-out;
  margin-inline: auto;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media screen and (max-width: 960px) {
  .btn-submit-wrap .btn-submit {
    background-position: right 20px center;
    margin-inline: auto;
  }
}
.btn-submit-wrap .wpcf7-spinner {
  position: absolute;
  bottom: -20px;
}
@media (hover: hover) {
  .btn-submit-wrap:hover .btn-submit {
    background: #000;
    color: #fff;
  }
}
.btn-submit-wrap:has(.wpcf7-submit[aria-disabled=true]), .btn-submit-wrap:has(.wpcf7-submit:disabled) {
  color: #000;
  opacity: 0.5;
}

.wpcf7 .wpcf7-submit:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.wpcf7 .wpcf7-submit[aria-disabled=true] {
  pointer-events: none;
  opacity: 0.5;
}

/*group*/
div[data-class=wpcf7cf_group] {
  width: 100%;
}

.body-dateWrap .form_control_wrap-date:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 576px) {
  .body-dateWrap .form_control_wrap-date:not(:last-child) {
    margin-bottom: 30px;
  }
}

/* input_wrap */
@media screen and (max-width: 768px) {
  .form_control_wrap {
    width: 100%;
    flex-wrap: wrap;
  }
}
.form_control_wrap .date-item-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .form_control_wrap .date-item-box {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1200px) {
  .form_control_wrap .date-item-box .date-box-ttl {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .form_control_wrap .date-item-box .date-item:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.form_control_wrap .date-item-box + .date-item-box {
  margin-top: 30px;
}
.form_control_wrap .date-item-box .item-form-wrap {
  position: relative;
  /*&::after {
    content: "";
    position: absolute;
    top: 0;
    right: 50px;
    width: 1px;
    height: 70%;
    background: #BFBFBF;
    display: block;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  } */
}
.form_control_wrap .date-item-box .form_control {
  background: url(../img/common/arw-select.svg) #fff no-repeat right 15px top 50%/14px;
}
.form_control_wrap.form_inputWrap {
  max-width: 760px;
}
.form_control_wrap .birth-item-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .form_control_wrap .birth-item-box {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1200px) {
  .form_control_wrap .birth-item-box .birth-box-ttl {
    margin-bottom: 15px;
  }
}
.form_control_wrap .birth-item-box .birth-item {
  min-width: 220px;
}
@media screen and (min-width: 1201px) {
  .form_control_wrap .birth-item-box .birth-item:not(:last-of-type) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .form_control_wrap .birth-item-box .birth-item:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.form_control_wrap .birth-item-box + .birth-item-box {
  margin-top: 30px;
}
.form_control_wrap .birth-item-box .item-form-wrap {
  position: relative;
  display: flex;
  align-items: baseline;
}
.form_control_wrap .birth-item-box .item-form-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 60px;
  width: 1px;
  height: 70%;
  background: #BFBFBF;
  display: block;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.form_control_wrap .birth-item-box .form_control {
  background: url(../img/form/arw-select.svg) #fff no-repeat right 15px top 50%;
}
.form_control_wrap {
  /* 生年月日 */
}
.form_control_wrap-birth {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 960px) {
  .form_control_wrap-birth {
    min-width: 150px;
  }
}
@media screen and (min-width: 961px) {
  .form_control_wrap-birth {
    min-width: 200px;
  }
}
@media screen and (max-width: 960px) {
  .form_control_wrap-birth {
    flex-direction: column;
  }
}
.form_control_wrap-birth .item-form-wrap {
  width: 100%;
  margin-inline: auto 0;
}
.form_control_wrap-birth .radio-wrap .wpcf7-form-control-wrap::after {
  content: none;
}
.form_control_wrap-birth .item-heading {
  width: 100%;
  max-width: 100%;
  width: auto;
  margin-right: 0em;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.form_control_wrap-birth .date-ttl {
  width: 80px;
  margin-right: 0em;
  margin-bottom: 0px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .form_control_wrap-birth .date-ttl {
    min-height: 5.025rem !important;
  }
}
.form_control_wrap-birth .date-ttl.event_add {
  width: auto;
  margin-bottom: 10px;
}
.form_control_wrap-birth .date-item {
  width: 46.5%;
  display: flex;
  align-items: baseline;
  position: relative;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .form_control_wrap-birth .date-item {
    width: 100%;
  }
}
.form_control_wrap-birth .date-item .wpcf7-form-control-wrap::after {
  content: none;
}
.form_control_wrap-birth .date-item + .date-ttl {
  margin-top: 20px;
}
.form_control_wrap-birth .date-item > .date-box-ttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .form_control_wrap-birth .date-item {
    width: 100%;
  }
  .form_control_wrap-birth .date-item + .date-item {
    margin-top: 20px;
  }
}
.form_control_wrap-birth .date-name {
  width: 3.3em;
  letter-spacing: 0.1em;
}
.form_control_wrap-birth .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  position: relative;
  min-width: 150px;
  margin-right: 10px;
}
.form_control_wrap-birth .wpcf7-form-control-wrap::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.form_control_wrap-birth .wpcf7-form-control-wrap::after {
  content: "";
  display: block;
  width: 7.5px;
  height: 7.5px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #000;
  position: absolute;
  top: calc(50% - 10px);
  right: 10px;
  transform: rotate(135deg);
  pointer-events: none;
}
.form_control_wrap-birth .wpcf7-form-control-wrap:has(select) {
  position: relative;
  cursor: pointer;
}
.form_control_wrap-birth .wpcf7-form-control-wrap:has(select)::after {
  content: none;
  display: block;
  width: 7.5px;
  height: 7.5px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #000;
  position: absolute;
  top: calc(50% - 10px);
  right: 10px;
  transform: rotate(135deg);
  pointer-events: none;
}
.form_control_wrap-birth .wpcf7-form-control-wrap select {
  cursor: pointer;
}
.form_control_wrap {
  /* 来場日時 */
}
.form_control_wrap-date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .form_control_wrap-date {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 960px) {
  .form_control_wrap-date {
    flex-direction: column;
  }
}
.form_control_wrap-date .item-form-wrap {
  width: 100%;
  margin-inline: auto 0;
}
.form_control_wrap-date .radio-wrap .wpcf7-form-control-wrap::after {
  content: none;
}
.form_control_wrap-date .wrap-dateTtl {
  min-width: 7em;
}
@media screen and (max-width: 767px) {
  .form_control_wrap-date .wrap-dateTtl {
    min-width: 5em;
    margin-bottom: 1rem;
  }
}
.form_control_wrap-date .item-heading {
  width: 100%;
  max-width: 100%;
  width: auto;
  margin-right: 0em;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.form_control_wrap-date .date-item-box {
  flex-direction: row;
}
@media screen and (max-width: 576px) {
  .form_control_wrap-date .date-item-box {
    flex-direction: column;
  }
}
.form_control_wrap-date .date-ttl {
  width: 80px;
  margin-right: 0em;
  margin-bottom: 0px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .form_control_wrap-date .date-ttl {
    min-height: 5.025rem !important;
  }
}
.form_control_wrap-date .date-ttl.event_add {
  width: auto;
  margin-bottom: 10px;
}
.form_control_wrap-date .date-item {
  width: 46.5%;
  display: flex;
  align-items: baseline;
  position: relative;
}
.form_control_wrap-date .date-item:not(:last-child) {
  margin-bottom: 0 !important;
}
.form_control_wrap-date .date-item .wpcf7-form-control-wrap::after {
  content: none;
}
.form_control_wrap-date .date-item > .date-box-ttl {
  min-width: 2.5em;
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .form_control_wrap-date .date-item {
    width: 100%;
    flex-direction: column;
    gap: 1rem;
  }
  .form_control_wrap-date .date-item + .date-item {
    margin-top: 20px;
  }
}
.form_control_wrap-date .date-name {
  width: 3.3em;
  letter-spacing: 0.1em;
}
.form_control_wrap-date .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  position: relative;
  min-width: 150px;
}
.form_control_wrap-date .wpcf7-form-control-wrap::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.form_control_wrap-date .wpcf7-form-control-wrap::after {
  content: "";
  display: block;
  width: 7.5px;
  height: 7.5px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #000;
  position: absolute;
  top: calc(50% - 10px);
  right: 10px;
  transform: rotate(135deg);
  pointer-events: none;
}
.form_control_wrap-date .wpcf7-form-control-wrap:has(select) {
  position: relative;
  cursor: pointer;
}
.form_control_wrap-date .wpcf7-form-control-wrap:has(select)::after {
  content: none;
  display: block;
  width: 7.5px;
  height: 7.5px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #000;
  position: absolute;
  top: calc(50% - 10px);
  right: 10px;
  transform: rotate(135deg);
  pointer-events: none;
}
.form_control_wrap-date .wpcf7-form-control-wrap select {
  cursor: pointer;
  color: #000;
}
.form_control_wrap {
  /* count */
}
.form_control_wrap-count {
  display: flex;
}
.form_control_wrap-count p {
  display: contents;
}
.form_control_wrap-count .item-tag {
  white-space: nowrap;
}
.form_control_wrap-count .wpcf7-form-control-wrap {
  width: calc(100% - 50px);
  max-width: 150px;
  margin: 0 10px;
}
.form_control_wrap-count .form_control_wrap:not(:first-of-type) {
  margin-left: 3rem;
}
.form_control_wrap-count .count-tag {
  padding-left: 10px;
}
.form_control_wrap {
  /* select */
}
.form_control_wrap-select {
  display: flex;
}
.form_control_wrap-select .wpcf7-form-control-wrap {
  width: auto;
  min-width: 200px;
  position: relative;
}
.form_control_wrap-select .wpcf7-form-control-wrap::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.425em);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 12px solid #000;
  border-bottom: 0;
}
.form_control_wrap-select .form_control {
  text-align: left;
}
@media screen and (max-width: 960px) {
  .form_control_wrap-select .form_control {
    min-width: 150px;
  }
}
@media screen and (min-width: 961px) {
  .form_control_wrap-select .form_control {
    min-width: 200px;
  }
}
.form_control_wrap-select .select-tag {
  padding-left: 10px;
}

/*==========================================
 　予約特典
===========================================*/
.conditions {
  margin-top: 60px;
  border: 1px solid #000;
  padding: 15px;
}
.conditions-scroll {
  height: clamp(230px, 30vw, 300px);
  overflow-y: auto !important;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

.conditions-ttl {
  margin: 0 0 12px;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
}

.conditions-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.conditions-list li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 1.2em;
  line-height: 1.9;
}

.conditions-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.conditions-note {
  display: block;
  margin-top: 4px;
  padding-left: 1em;
  font-size: 0.95em;
  line-height: 1.8;
}

/*==========================================
 　同意
===========================================*/
.form-privacy {
  padding: 0;
  margin-block: 55px;
}

.privacyCheck-block {
  margin-top: clamp(20px, 4vw, 40px);
}
.privacyCheck-block .block-txt {
  margin-bottom: 1em;
}
.privacyCheck-block .block-txt a {
  color: #202b51;
  text-decoration: underline;
}
@media (hover: hover) {
  .privacyCheck-block .block-txt a:hover {
    text-decoration: none;
  }
}

.form_control_wrap-privacy {
  margin-bottom: 0;
  text-align: center;
}

.checkbox-wrap .wpcf7-acceptance {
  display: inline-block;
  text-align: center;
  max-width: 459px;
  width: 100%;
  padding: 1.6rem 0 1.8rem;
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  line-height: 2;
  background: #EDEDED;
  margin-inline: auto;
  word-break: auto-phrase;
}
@media screen and (max-width: 767px) {
  .checkbox-wrap .wpcf7-acceptance {
    padding: 2rem 0rem 2rem 1rem;
  }
}
.checkbox-wrap .wpcf7-acceptance span.wpcf7-list-item {
  margin: auto;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
  background: #666;
  opacity: 0.5;
}

.btn-submit_cap_a {
  color: #005096;
  text-decoration-line: underline;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .btn-submit_cap_a:hover:hover {
    opacity: 0.75;
  }
}

.recaptcha_cap_a {
  text-decoration-line: underline;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .recaptcha_cap_a:hover:hover {
    opacity: 0.75;
  }
}

.privacy_wrap {
  margin-top: 30px;
}

.privacy_ttl {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 20px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .privacy_ttl {
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0em;
  }
}

.privacy_txt {
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
}

.recaptcha_policy {
  line-height: 2;
}
.recaptcha_policy a {
  color: #202b51;
  text-decoration: underline;
}
@media (hover: hover) {
  .recaptcha_policy a:hover {
    text-decoration: none;
  }
}

/*==========================================
 　メール受信許可設定のお願い
===========================================*/
.mail-settingBlock {
  margin-top: clamp(40px, 6vw, 60px);
  letter-spacing: 0.05em;
}
.mail-settingBlock .block-ttl {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  margin-bottom: 1em;
}

/*==========================================
 　ご相談・お問い合わせ
===========================================*/
.cts-img-wrap {
  max-width: 100%;
  width: 100%;
  margin-inline: auto;
}

.cts-img {
  display: flex;
}

/*==========================================
 　資料請求
===========================================*/
.request-wrap.checkbox-wrap {
  margin-top: 1em;
}
.request-wrap.checkbox-wrap .wpcf7-form-control {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.request-wrap.checkbox-wrap .wpcf7-form-control span.wpcf7-list-item {
  width: 32%;
  margin: 0;
}
.request-wrap.checkbox-wrap .wpcf7-form-control span.wpcf7-list-item:nth-of-type(n+4) {
  margin-top: 2%;
}
@media screen and (max-width: 576px) {
  .request-wrap.checkbox-wrap .wpcf7-form-control span.wpcf7-list-item {
    width: 48%;
  }
  .request-wrap.checkbox-wrap .wpcf7-form-control span.wpcf7-list-item:nth-of-type(n+3) {
    margin-top: 4%;
  }
}
.request-wrap.checkbox-wrap .wpcf7-form-control span.wpcf7-list-item:nth-of-type(1) label::before {
  background-image: url("../img/form/img-request01.png");
}
.request-wrap.checkbox-wrap .wpcf7-form-control span.wpcf7-list-item:nth-of-type(1) label::after {
  content: "アールスタジオの実例をご紹介するカタログです。";
}
.request-wrap.checkbox-wrap .wpcf7-form-control span.wpcf7-list-item:nth-of-type(2) label::before {
  background-image: url("../img/form/img-request02.png");
}
.request-wrap.checkbox-wrap .wpcf7-form-control span.wpcf7-list-item:nth-of-type(2) label::after {
  content: "“空と繋がりのある家”をコンセプトにした西美薗モデルハウスをご紹介しております。";
}
.request-wrap.checkbox-wrap .wpcf7-form-control span.wpcf7-list-item:nth-of-type(3) label::before {
  background-image: url("../img/form/img-request03.png");
}
.request-wrap.checkbox-wrap .wpcf7-form-control span.wpcf7-list-item:nth-of-type(3) label::after {
  content: "アールスタジオは、デザイン性だけでなく、構造・断熱・気密など“家の本質的な品質”を徹底して磨き続けています。本資料では、各性能をご紹介しております。";
}
.request-wrap.checkbox-wrap .wpcf7-form-control span.wpcf7-list-item label {
  cursor: pointer;
  border: 1px solid #ccc;
  display: block;
  padding: clamp(15px, 2vw, 30px) 1em;
  text-align: center;
  height: 100%;
}
.request-wrap.checkbox-wrap .wpcf7-form-control span.wpcf7-list-item label::before, .request-wrap.checkbox-wrap .wpcf7-form-control span.wpcf7-list-item label::after {
  display: block;
}
.request-wrap.checkbox-wrap .wpcf7-form-control span.wpcf7-list-item label::before {
  content: "";
  width: 80%;
  max-width: 159px;
  aspect-ratio: 1/1;
  margin: 0 auto 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.request-wrap.checkbox-wrap .wpcf7-form-control span.wpcf7-list-item label::after {
  margin-top: 10px;
  font-size: clamp(1rem, 1.4vw, 1.4rem);
  line-height: 1.3;
  text-align: left;
}

/*==========================================
 　注意文
===========================================*/
.attention_area {
  margin-bottom: 100px;
  padding: 0 2%;
}
.attention_area .inner {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  padding: 1.6em 5em;
  border: 2px solid #e30000;
  color: #e30000;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .attention_area .inner {
    padding: 1.2em 7%;
  }
}
/*==========================================
 　page-form
===========================================*/
.page-form .flex-side {
  border-top: 0px solid #000;
}
.page-form .left-side {
  padding-top: 4%;
}
@media screen and (min-width: 961px) {
  .page-form .left-side {
    padding-bottom: 60px;
    width: 24%;
    min-width: 360px;
  }
}
@media screen and (max-width: 960px) {
  .page-form .left-side {
    padding-top: 30px;
  }
}
@media screen and (min-width: 961px) {
  .page-form .right-side {
    border-left: 0px solid #000;
    width: 76%;
  }
}
@media screen and (max-width: 960px) {
  .page-form .right-side {
    padding-top: 30px;
  }
}
.page-form .sec-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
  padding: 40px 2% 20px;
}
@media screen and (max-width: 960px) {
  .page-form .sec-head {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    padding: 40px 2% 0px;
  }
}
.page-form .cts-head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .page-form .cts-head {
    justify-content: center;
    align-items: center;
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .page-form .cts-head {
    margin-top: 0;
  }
}
.page-form .cts-logo {
  max-width: 265px;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .page-form .cts-logo {
    width: 50%;
  }
}
.page-form .cts-ttl-en {
  font-size: clamp(2rem, 3vw, 3.6rem);
  letter-spacing: 0.1em;
}
.page-form .cts-ttl-ja {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  letter-spacing: 0.2em;
}
.page-form .cts-txt {
  position: relative;
  width: 100%;
  font-size: clamp(1.4rem, 0.8333333333vw, 1.6rem);
  line-height: 1.75;
}
.page-form .cts-privacy:hover {
  text-decoration-line: underline;
}
.page-form .cts_tel {
  font-size: clamp(2rem, 1.875vw, 3.6rem);
  letter-spacing: 0em;
  font-weight: bold;
  margin-bottom: 30px;
}
.page-form .cts-contact-wrap {
  border-block: 1px dashed #fff;
  padding-block: 2em;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .page-form .cts-contact-wrap {
    margin-top: 32px;
    border-bottom: 0px;
  }
}
.page-form .cts-hour {
  letter-spacing: 0.1em;
  font-size: 1.4rem;
}
.page-form .lead-item {
  text-align: left;
  margin-top: 60px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.page-form .lead-ttl {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 30px;
}
.page-form .lead-ttl a {
  color: blue;
}
.page-form .lead-ttl a:hover {
  text-decoration: underline;
}
.page-form .lead-txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
  .page-form .lead-txt {
    text-align: left;
  }
}
.page-form .red {
  color: red;
}
.page-form .side-cnv {
  position: relative;
  z-index: 97;
  left: 0;
  width: 100%;
  background: transparent;
  display: flex;
  justify-content: center;
  transition: 0s;
  max-width: 95%;
  margin-inline: auto;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
  padding: 40px 4%;
  border-radius: 20px;
}
@media screen and (min-width: 961px) {
  .page-form .side-cnv {
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: auto;
    background: transparent;
    transition: 0s;
  }
}
@media screen and (max-width: 576px) {
  .page-form .side-cnv {
    flex-direction: column;
  }
}
.page-form .side-cnv .formlink-item {
  width: 100%;
}
@media screen and (min-width: 577px) {
  .page-form .side-cnv .formlink-item:not(:last-child) {
    border-right: 1px solid #fff;
  }
}
@media screen and (max-width: 576px) {
  .page-form .side-cnv .formlink-item:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
}
.page-form .side-cnv .formlink-item .item-link {
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 1.2rem;
  padding: 0.8em 0;
  height: 100%;
  background: #000;
  border: #000;
}
@media screen and (max-width: 576px) {
  .page-form .side-cnv .formlink-item .item-link {
    padding: 20px 0;
  }
}
.page-form .side-cnv .formlink-item .item-link:focus {
  background: #fff;
  color: #000;
}
@media screen and (min-width: 577px) {
  .page-form .side-cnv .formlink-item .item-link {
    font-size: 1.4rem;
    padding: 0.5em 0;
  }
}
@media screen and (min-width: 961px) {
  .page-form .side-cnv .formlink-item .item-link {
    background: #000;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 961px) and (hover: hover) {
  .page-form .side-cnv .formlink-item .item-link:hover:hover {
    background: #fff;
    color: #000000;
  }
  .page-form .side-cnv .formlink-item .item-link:hover:hover .item-ttl {
    color: #000;
  }
}
.page-form .side-cnv .formlink-item .item-link .btnTtl-en {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  .page-form .side-cnv .formlink-item .item-link .btnTtl-en {
    display: block;
  }
}
.page-form .side-cnv .formlink-list {
  display: flex;
  justify-content: space-between;
}
.page-form .side-cnv .contact-tel a {
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media screen and (max-width: 960px) {
  .page-form .side-cnv .contact-tel a {
    flex-direction: column;
  }
}
.page-form .side-cnv .contact-tel .tel {
  letter-spacing: 0.1em;
  font-size: clamp(1.2rem, 1.3541666667vw, 2.6rem);
  line-height: 1;
}
@media screen and (min-width: 961px) {
  .page-form .side-cnv .contact-tel .tel {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .page-form .side-cnv .contact-tel .tel {
    letter-spacing: 0.1em;
    font-size: clamp(0.5rem, 2.254167vw, 2.6rem);
    line-height: 1;
  }
}
@media screen and (max-width: 960px) {
  .page-form .side-cnv i {
    font-size: clamp(1.8rem, 1.4375vw, 1.8rem);
  }
}
.page-form .side-cnv .item-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  white-space: nowrap;
  letter-spacing: 0.1em;
  font-size: clamp(1rem, 1.25vw, 1.8rem);
  line-height: 1;
  transition: 0.3s ease-in-out;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .page-form .side-cnv .item-ttl {
    font-size: clamp(1.2rem, 2.0375vw, 1.8rem);
  }
}
.page-form .side-cnv .item-ttl-en {
  position: relative;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media screen and (max-width: 576px) {
  .page-form .side-cnv .item-ttl-en {
    margin-bottom: 0px;
    font-size: 2rem;
  }
}
.page-form .side-cnv .item-ttl-ja {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .page-form .side-cnv .item-ttl-ja {
    margin-top: 1rem;
    line-height: 1;
  }
}
.page-form .tel_ttl {
  text-align: center;
  letter-spacing: 0.05em;
  font-size: clamp(1.4rem, 0.833vw, 1.6rem);
  font-weight: 600;
  margin-bottom: 10px;
}
.page-form .cap {
  text-align: center;
  font-size: clamp(1.2rem, 0.72916vw, 1.4rem);
}
.page-form .side-add {
  padding: 0 0px;
}
.page-form .side-add-item {
  color: #333;
}
@media screen and (max-width: 375px) {
  .page-form .side-add-item {
    flex-direction: column;
    display: flex;
  }
}
.page-form .side-tel {
  font-size: clamp(1.4rem, 2vw, 2rem);
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}
.page-form .side-tel a {
  color: #333;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(2rem, 2vw, 3.2rem);
}
@media screen and (max-width: 960px) {
  .page-form .side-tel a {
    font-size: clamp(3rem, 3vw, 3.2rem);
  }
}
.page-form .side-tel .small {
  font-size: clamp(1.6rem, 1.042vw, 2rem);
}
.page-form .side-ttl {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .page-form .side-ttl {
    margin-bottom: 30px;
  }
}
.page-form .side-ttl .border {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
  height: 47px;
  background: #000;
  left: 50%;
  bottom: 0;
  width: 1px;
}
@media screen and (max-width: 960px) {
  .page-form .side-ttl .border {
    content: "";
  }
}
.page-form .side-ttl .ttl {
  display: flex;
}
@media screen and (max-width: 960px) {
  .page-form .side-ttl .ttl {
    flex-direction: column-reverse;
  }
}
.page-form .side-ttl .side-ttl-en {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(2rem, 6.2084vw, 10rem);
  line-height: 1.75;
  font-weight: 900;
  width: 100%;
  letter-spacing: 0.1em;
}
.page-form .side-ttl .side-ttl-ja {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.page-form .vertical {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (min-width: 961px) {
  .page-form .vertical .side-ttl-en {
    text-align: left;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
.page-form .vertical .side-ttl-ja {
  font-size: clamp(1.4rem, 0.8334vw, 1.6rem);
}
@media screen and (min-width: 961px) {
  .page-form .vertical .side-ttl-ja {
    text-align: left;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
.page-form .CtsLink-svg-wrap {
  width: 100%;
  position: fixed;
  z-index: -1;
  left: -30%;
  top: 0;
}

@media screen and (min-width: 961px) {
  .archive .sticky {
    height: calc(95vh - 0px);
  }
}
@media screen and (max-width: 960px) {
  .archive .sticky {
    padding-bottom: 20px;
  }
}

.form-leadTxt {
  margin-top: clamp(40px, 8vw, 80px);
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
}
@media screen and (min-width: 768px) {
  .form-leadTxt {
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1201px) {
  .form-leadTxt {
    letter-spacing: 0.2em;
  }
}

.tel-contactBlock {
  display: flex;
  justify-content: space-between;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  letter-spacing: 0.1em;
  margin-top: clamp(40px, 8vw, 80px);
}
@media screen and (max-width: 960px) {
  .tel-contactBlock {
    max-width: fit-content;
    width: 100%;
    margin: clamp(40px, 8vw, 80px) auto 0;
  }
}
.tel-contactBlock .block-left {
  min-width: clamp(60px, 6vw, 65px);
  width: clamp(60px, 6vw, 65px);
}
.tel-contactBlock .block-right {
  width: 100%;
  padding: 0 0 0 1em;
}
.tel-contactBlock .tel-num {
  font-size: clamp(2.6rem, 3vw, 3.6rem);
  font-family: "Libre Baskerville", serif;
}
@media screen and (min-width: 961px) {
  .tel-contactBlock .tel-num {
    font-size: clamp(2.6rem, 2.4vw, 3.6rem);
  }
}
.tel-contactBlock .tel-num a {
  color: #202b51;
}

.error .wpcf7-not-valid-tip {
  display: none;
}
.error .error-message {
  color: red;
  display: none;
}

/*# sourceMappingURL=form.css.map */
