@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
 カラー
===========================================*/
/*==========================================
 その他
===========================================*/
/*==========================================
フォント
===========================================*/
/*==========================================
mixin
===========================================*/
/*===================================
userSS 追加
=====================================*/
/*==========================================
 　共通 kasai-wood参考
===========================================*/
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  width: 100%;
  white-space: nowrap;
}

.accent_bg {
  background: #00e2da;
  position: relative;
  z-index: 1;
  color: #fff;
}
.accent_bg .ttl-area {
  border: 1px solid #fff;
}
.accent_bg .form_control {
  border-bottom: 1px solid #fff;
  background: #fff;
  padding: 1rem 1.5rem 1rem 1em;
}
.accent_bg .radio-wrap .form_control {
  background: transparent;
}
.accent_bg .radio-wrap .wpcf7-list-item-label::before {
  border: 2px solid #fff;
}
.accent_bg .radio-wrap .wpcf7-list-item-label::after {
  background: #fff;
}
.accent_bg .form-item-address .post_mark {
  color: #adadad;
}
.accent_bg .checkbox-wrap .wpcf7-list-item-label:before {
  border: 2px solid #fff;
  background-color: transparent;
}
.accent_bg .checkbox-wrap input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  /*チェックアイコン*/
  background-color: #fff;
}
.accent_bg .checkbox-wrap input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  border-left: 3px solid #00e2da;
  border-bottom: 3px solid #00e2da;
}
.accent_bg .btn-submit-wrap .btn-submit {
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
}
@media (hover: hover) {
  .accent_bg .btn-submit-wrap .btn-submit:hover:hover {
    background-color: #fff;
    color: #000;
  }
}

.btn-item-wrap {
  margin-block: 30px;
}

.page-form .flex-side {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: row;
}
@media screen and (max-width: 960px) {
  .page-form .flex-side {
    display: block;
  }
}
.page-form .flex-side.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
  .page-form .flex-side.reverse {
    display: block;
  }
}
.page-form .left-side {
  width: 30%;
  padding-inline: 0 2%;
}
@media screen and (max-width: 960px) {
  .page-form .left-side {
    width: 100%;
    margin: 0 auto 0;
    max-width: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .page-form .left-side {
    padding-right: 0;
  }
}
.page-form .right-side {
  width: 92%;
  max-width: 861px;
  margin-inline: 0 auto;
}
@media screen and (max-width: 960px) {
  .page-form .right-side {
    width: 100%;
  }
}
.page-form .sticky {
  /*display: flex;*/
  flex-direction: column;
  position: sticky;
  top: 150px;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100%;
  height: calc(95vh - 150px);
  padding-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .page-form .sticky {
    height: auto;
  }
}
.page-form .sticky.visible {
  height: auto;
}
@media screen and (hover: hover) and (min-width: 961px) {
  .page-form .sticky:hover:hover {
    overflow-y: scroll !important;
  }
}
@media (hover: hover) {
  .page-form .sticky:hover:hover::-webkit-scrollbar {
    width: 7px;
    display: none !important;
  }
  .page-form .sticky:hover:hover::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
  }
  .page-form .sticky:hover:hover::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
  }
  .page-form .sticky:hover:hover::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.1);
  }
}
.page-form .ttl-block-wrap {
  display: flex;
  max-width: 100%;
  text-align: center;
  margin-inline: auto;
  position: relative;
  justify-content: space-between;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .page-form .ttl-block-wrap {
    flex-direction: column;
  }
}

.item-req {
  color: red;
}

@media screen and (max-width: 768px) {
  .req {
    margin-top: 30px;
    width: 100%;
    text-align: right;
  }
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  position: relative;
  bottom: 0;
  margin-block: 0.5em;
}

.accent_bg .wpcf7-not-valid-tip {
  color: #ff9f9e;
}

.page-form {
  font-weight: bold;
}
.page-form .form-bg {
  background: #e3e3e3;
}
.page-form .form-bg {
  background: #e3e3e3;
  padding: 80px 0;
  margin-bottom: -120px;
}
@media screen and (max-width: 768px) {
  .page-form .form-bg {
    padding: 40px 0;
  }
}
.page-form .mt100 {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .page-form .mt100 {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1201px) {
  .page-form .mt100 {
    margin-top: 100px;
  }
}
.page-form .inner-main {
  padding-top: 0;
}
.page-form .ai_b {
  align-items: baseline;
}
.page-form .ai_fs {
  align-items: flex-start;
}
.page-form .ai_fe {
  align-items: flex-end;
}
.page-form .ds_f {
  display: flex;
}
@media screen and (max-width: 375px) {
  .page-form .ds_f {
    flex-direction: column;
  }
}
.page-form .jc_sb {
  justify-content: space-between;
}
.page-form .jc_c {
  justify-content: center;
}
.page-form .fd_c {
  flex-direction: column;
}
@media screen and (max-width: 960px) {
  .page-form .btn-item-wrap {
    flex-direction: column;
  }
}
.page-form #form .form-item-cts {
  font-size: 1.4rem;
  position: relative;
  align-self: self-start;
  width: 100px;
}
.page-form .form_name-item .form-item-cts {
  padding: 12px 4% 0 24px;
  margin: 0;
}
.page-form #form .form_flex_item_add {
  margin-right: 0px;
  max-width: 48%;
  width: auto;
}
@media screen and (max-width: 960px) {
  .page-form #form .form_flex_item_add {
    flex-basis: 49%;
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .page-form #form .form_flex_item_add {
    flex-basis: 100%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    flex-direction: row !important;
  }
}
@media screen and (max-width: 576px) {
  .page-form #form .form_flex_item_add:not(:first-of-type) {
    margin-top: 1em;
  }
}
@media screen and (max-width: 576px) {
  .page-form #form .form_control_wrap-count .form_flex_item_add {
    margin-bottom: 0;
  }
  .page-form #form .form_control_wrap-count .form_flex_item_add:not(:first-of-type) {
    margin-top: 0;
  }
}
@media screen and (max-width: 375px) {
  .page-form #form .form_control_blc {
    flex-direction: column;
  }
  .page-form #form .form_control_blc .wpcf7-form-control-wrap {
    margin-bottom: 10px;
  }
}
.page-form .form_flex_item_add .wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
}
.page-form .form_calender_wrap p {
  width: 100%;
}
.page-form .calender_p {
  flex-basis: 100%;
  width: 100%;
  font-size: 16px;
  margin: 10px 0 15px;
}
@media screen and (max-width: 767px) {
  .page-form .calender_p {
    font-size: 14px;
  }
}
.page-form .calender01 {
  width: 100%;
}
.page-form .time01 {
  width: 100%;
}
.page-form .calender02 {
  width: 100%;
}
.page-form .time02 {
  width: 100%;
}
.page-form .contact-tel-wrap {
  width: 100%;
  border-block: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 3em 0;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  .page-form .contact-tel-wrap {
    width: 100%;
  }
}
.page-form .contact-tel-wrap .item-head {
  margin-bottom: 1rem;
}
.page-form .contact-tel-wrap .item-body {
  margin-bottom: 2rem;
}
.page-form .contact-tel-wrap .contact-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .page-form .contact-tel-wrap .contact-tel {
    justify-content: center;
  }
}
.page-form .contact-tel-wrap .tel_icon {
  width: clamp(1.6rem, 2.071875vw, 3.3rem);
}
@media screen and (max-width: 960px) {
  .page-form .contact-tel-wrap .tel_icon {
    width: clamp(1.6rem, 4.571875vw, 3.3rem);
  }
}
.page-form .contact-tel-wrap .tel_ttl {
  letter-spacing: 0.1em;
  font-size: clamp(1.6rem, 0.8333333333vw, 1.6rem);
  line-height: 1;
  margin-bottom: 2rem;
}
@media screen and (max-width: 960px) {
  .page-form .contact-tel-wrap .tel_ttl {
    font-size: clamp(1.6rem, 1.6666666667vw, 1.6rem);
  }
}
.page-form .contact-tel-wrap .tel_number {
  letter-spacing: 0.1em;
  font-size: clamp(1.4rem, 2.5625vw, 3rem);
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .page-form .contact-tel-wrap .tel_number {
    font-size: clamp(1.4rem, 5.5625vw, 3rem);
  }
}
.page-form .contact-tel-wrap .business_hours {
  letter-spacing: 0em;
  font-size: clamp(1.2rem, 0.7291666667vw, 1.6rem);
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .page-form .contact-tel-wrap .business_hours {
    font-size: clamp(1rem, 1.4583333333vw, 1.6rem);
  }
}
.page-form .page-ttl {
  margin: 60px 0 clamp(3rem, 4.1666666667vw, 8rem);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .page-form .page-ttl {
    font-size: clamp(3rem, 8.3333333333vw, 8rem);
  }
}
.page-form .page-ttl .page-ttl-en {
  font-size: clamp(2.4rem, 3vw, 3.6rem);
  letter-spacing: 0.05em;
  margin-bottom: clamp(1.5rem, 1.5625vw, 3rem);
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .page-form .page-ttl .page-ttl-en {
    font-size: clamp(1.8rem, 2.6041666667vw, 2rem);
  }
}
.page-form .page-ttl .page-ttl-ja {
  font-size: clamp(1.8rem, 1.0416666667vw, 2rem);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  .page-form .page-ttl .page-ttl-ja {
    font-size: clamp(1.8rem, 2.0833333333vw, 2rem);
  }
}
.page-form .page-txt {
  text-align: center;
  font-size: clamp(1.4rem, 0.8333333333vw, 1.6rem);
  letter-spacing: 0em;
  line-height: clamp(3.2rem, 2.1875vw, 4.2rem);
}
@media screen and (max-width: 576px) {
  .page-form .page-txt {
    text-align: start;
  }
  .page-form .page-txt .pc-none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .page-form .header_logo_block.sec_PTB {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: calc(clamp(9rem, 12.5vw, 12rem) / 2);
  }
  .page-form .header_logo_block.sec_PTB .btn-more-block-area {
    position: static;
    bottom: auto;
    margin-top: calc(clamp(9rem, 12.5vw, 12rem) / 2);
    width: auto;
  }
}

.request-area.form-item .item-head {
  text-align: flex-start;
  justify-content: flex-start;
  padding-bottom: 30px;
}
.request-area.form-item .item-ttl {
  text-align: center;
  font-size: 16px;
}
.request-area.form-item .item-txt {
  text-align: center;
  margin-top: 1.5em;
}
.request-area.form-item .item-img-block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .request-area.form-item .item-img-block {
    flex-direction: column;
    align-items: center;
  }
}
.request-area.form-item .item-img-wrap {
  margin: 0 0%;
  width: 100%;
  max-width: 240px;
}
@media screen and (min-width: 768px) {
  .request-area.form-item .item-img-wrap {
    margin-right: 4%;
  }
}
@media screen and (min-width: 768px) {
  .request-area.form-item .item-img-wrap img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1;
  }
}
@media screen and (max-width: 767px) {
  .request-area.form-item .item-img-wrap:not(:first-of-type) {
    margin-top: 60px;
  }
}
.telinfo-block {
  background: #fff;
  max-width: 760px;
  width: 100%;
  margin: 0 auto 80px;
  text-align: center;
  padding: 30px 0;
}
@media screen and (max-width: 576px) {
  .telinfo-block {
    margin: 0 auto 40px;
  }
}
.telinfo-block a {
  font-size: 3.6rem;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 577px) {
  .telinfo-block .block-ttl {
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .telinfo-block {
    padding: 45px 0;
  }
}
.form-block {
  background: #fff;
  padding: 40px 4% 80px;
}

@media screen and (min-width: 577px) {
  .form-block {
    padding: 40px 2.5% 80px;
  }
}
@media screen and (min-width: 768px) {
  .form-block {
    padding: 40px 2.5% 100px;
  }
}
@media screen and (min-width: 1201px) {
  .form-block {
    padding: 40px 25px 100px;
  }
}
/*==========================================
 　FORM STYLE
===========================================*/
input[type=text],
input[type=tel],
input[type=email],
input[type=number],
input[type=date],
input[type=time],
input[type=submit],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input,
textarea,
select,
button {
  font-family: inherit;
}

textarea {
  resize: none;
  /*overflow-y: hidden;*/
}

input[type=date],
select {
  background: #fff;
}

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;
}

input[type=checkbox] {
  vertical-align: inherit;
  position: absolute;
  opacity: 0;
}

input[type=radio] {
  display: none;
}

input[type=date]::-webkit-calendar-picker-indicator,
input[type=time]::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-appearance: none;
}

input[type=date],
input[type=time] {
  position: relative;
}

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

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

@media screen and (max-width: 576px) {
  ::-moz-placeholder {
    font-size: 14px;
  }
  ::placeholder {
    font-size: 14px;
  }
}
.form_flex_item .form_control_wrap:not(:last-of-type) {
  margin-bottom: 2.5%;
}
@media screen and (min-width: 769px) {
  .form_flex_item .form_control_wrap:not(:last-of-type) {
    margin-bottom: 0.7%;
  }
}
@media screen and (min-width: 577px) {
  .form_flex_item .form_control_wrap.fs_1 {
    max-width: 287px;
    width: 30vw;
    min-width: 237px;
  }
}

.form_control {
  display: block;
  max-width: 100%;
  width: 100%;
  margin-bottom: 0.5em;
  padding: 1rem;
  font-size: clamp(1.4rem, 5vw, 1.6rem);
  line-height: 2;
  border: 0;
  border: 1px solid #cccccc;
  border-radius: 0.5vmax;
  box-sizing: border-box;
  background: transparent;
  margin: auto;
}
.form_control.wpcf7-validates-as-date {
  width: 100%;
  height: 52px;
  appearance: none;
  -webkit-appearance: none; /*Google Chrome/Safari対応*/
  -moz-appearance: none; /*Firefox対応*/
  -o-appearance: none; /*Opera対応*/
}

.form_control_short {
  max-width: 128px;
  display: flex !important;
  flex-direction: row !important;
}

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

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

.Plnum-block .text {
  position: absolute;
  right: 10px;
}

textarea.form_control {
  height: 53px;
  min-height: 53px !important;
  padding-top: 14px;
  padding-bottom: 14px;
  line-height: 1.5;
  overflow-y: hidden;
  resize: vertical;
  transition: height 0.2s ease;
}
textarea.form_control:focus {
  height: 100px;
}
@media screen and (max-width: 576px) {
  textarea.form_control {
    min-height: 5em !important;
  }
}

select.form_control {
  /*	padding: 0.6rem 4.5rem 0.6rem 1.5rem;
  border-color: #999;
  border-radius: 0px;*/
}

@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;
  color: red;
}

.accent_bg .wpcf7 form.invalid .wpcf7-response-output,
.accent_bg .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ff9f9e !important;
  color: #ff9f9e;
}

.staff {
  width: 100%;
}

.wpcf7-submit:disabled {
  opacity: 0.3;
  pointer-events: none;
}

.btn-submit_cap {
  margin: 30px auto;
  max-width: 90%;
  font-size: 1.6rem;
  line-height: 32px;
  word-break: auto-phrase;
}
@media screen and (max-width: 960px) {
  .btn-submit_cap {
    font-size: 1.3rem;
    line-height: 28px;
  }
}

.btn-submit_cap_a {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
@media (hover: hover) {
  .btn-submit_cap_a:hover:hover {
    opacity: 0.5;
  }
}

.privacy-check .wpcf7-list-item {
  text-indent: -30px;
  padding-left: 30px;
}

.form_container {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .form_container.itemRow .form-item {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .form_container.itemRow .form-item .item-head {
    min-width: 14em;
  }
}
@media screen and (min-width: 768px) {
  .form_container.itemRow .form-item .item-body {
    width: 100%;
    padding: 0;
  }
}

.form-item {
  border-bottom: 0px solid #ccc;
  padding: 20px 0;
  display: flex;
}
.form-item.fdC {
  flex-direction: column;
}
.form-item.fdC .item-body {
  padding: 15px 0 0;
}
.form-item.column {
  flex-direction: column;
}
.form-item.column .item-body {
  padding: 15px 0 0;
}
@media screen and (max-width: 767px) {
  .form-item {
    flex-direction: column;
    padding: 13px 0;
  }
}
.form-item .item-head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .form-item .item-head {
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0.3em;
  }
}
@media screen and (min-width: 768px) {
  .form-item .item-head {
    min-width: 163px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    padding-top: 1%;
  }
  .form-item .item-head.aStart {
    align-items: flex-start;
  }
}
.form-item .item-body {
  padding: 0 0 0;
  display: inline-grid;
  position: relative;
}
@media screen and (max-width: 576px) {
  .form-item .item-body {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .form-item .item-body {
    width: 100%;
  }
}
.form-item .item-body .asterisk-txt {
  font-size: 1.3rem;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .form-item .item-body .asterisk-txt {
    letter-spacing: 0.2em;
  }
}
.form-item .item-ttl {
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .form-item .item-ttl {
    padding: 0;
    letter-spacing: normal;
  }
}
.form-item .item-ttl .ttl-al {
  font-size: 1.4rem;
  margin: 0 0 0 0.5em;
}
@media screen and (min-width: 768px) {
  .form-item .item-ttl .ttl-al {
    margin: 0;
  }
}
.form-item .item-ttl .ttl-sml {
  font-size: 1.3rem;
}
.form-item .border-gradation-radius {
  padding: 1px;
  border-radius: 11px;
  margin-right: 1em;
}
.form-item .item-req {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: red;
  margin-left: 0.5em;
}
.accent_bg .form-item .item-req {
  color: #fff;
}
.form-item.construction-site .form_control_wrap:not(:last-child) {
  margin-bottom: 2.5%;
}
@media screen and (min-width: 769px) {
  .form-item.construction-site .form_control_wrap:not(:last-child) {
    margin-bottom: 0.7%;
  }
}

.center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .center {
    text-align: left;
  }
}

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

.recaptcha_policy {
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  line-height: 24px;
  margin-block: 30px;
}
@media screen and (max-width: 767px) {
  .recaptcha_policy {
    text-align: left;
    font-size: 1.4rem;
  }
}

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

.checkbox-wrap span.wpcf7-list-item {
  margin: 0.5em 2em 0 0;
}
@media screen and (max-width: 1200px) {
  .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;
  flex-wrap: wrap;
  border: 0;
  background: none;
}
.checkbox-wrap span.wpcf7-list-item {
  position: relative;
}
.checkbox-wrap .wpcf7-list-item-label {
  cursor: pointer;
  font-size: 16px;
}
.checkbox-wrap input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.checkbox-wrap .wpcf7-list-item-label:before {
  content: "";
  border: 2px solid #cccccc;
  border-radius: 5px;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  top: -1.5px;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  background-color: transparent;
}
.checkbox-wrap input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  background-color: #00e2da;
  border: 2px solid #00e2da;
}
.checkbox-wrap input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 5px;
  width: 8px;
  height: 4px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
  border-radius: 1px;
}
.checkbox-wrap.trigger-area .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0 20px;
}
@media screen and (max-width: 960px) {
  .checkbox-wrap.trigger-area .wpcf7-checkbox {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .checkbox-wrap.trigger-area .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
    grid-template-columns: none;
  }
}
.checkbox-wrap.trigger-area span.wpcf7-list-item {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .checkbox-wrap.trigger-area span.wpcf7-list-item {
    width: auto;
    margin: 0;
  }
}
.checkbox-wrap.trigger-area span.wpcf7-list-item .wpcf7-list-item-label {
  margin-left: 0.5em;
}
.checkbox-wrap.trigger-area input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  top: 12px;
  left: 12px;
}
.checkbox-wrap.trigger-area .form_control {
  padding: 1rem 1.5rem 1rem 1em;
}

.form_control_wrap-radio .wpcf7-list-item-label {
  display: block;
  padding-left: 24px;
  position: relative;
}
.form_control_wrap-radio .wpcf7-list-item-label::before, .form_control_wrap-radio .wpcf7-list-item-label::after {
  content: "";
  display: block;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
}
.form_control_wrap-radio .wpcf7-list-item-label::before {
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #000;
  top: calc((1.5em - 5px) / 2 - 3px);
  left: 0;
}
.form_control_wrap-radio .wpcf7-list-item-label::after {
  width: 9px;
  height: 9px;
  background: #000;
  top: calc((1.5em - 5px) / 2 + 0px);
  left: 3px;
  z-index: 2;
  opacity: 0;
}
.form_control_wrap-radio input[name=privacy_check]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.form_control_wrap-radio .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 2em;
}

.source .radio-wrap .wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
@media screen and (max-width: 767px) {
  .source .radio-wrap .wpcf7-radio {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 375px) {
  .source .radio-wrap .wpcf7-radio {
    grid-template-columns: repeat(1, 1fr);
  }
}

.radio-wrap span.wpcf7-list-item {
  margin: 0.5em 2em 0 0;
}
.radio-wrap.radio-column span.wpcf7-radio {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.radio-wrap.radio-column span.wpcf7-list-item {
  width: auto;
  margin-block: 0.25em 0;
}
.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: 15px;
  height: 15px;
  border: 1px solid #00e2da;
  left: 0;
  top: calc(50% - 7.5px);
}
.radio-wrap .wpcf7-list-item-label::after {
  width: 7px;
  height: 7px;
  background: #00e2da;
  left: 4px;
  top: calc(50% - 3.5px);
  transform: none;
  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;
}

.form-item-address .form_control_wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.form-item-address .post_mark {
  margin-right: 1rem;
  position: relative;
  z-index: 2;
}
.form-item-address .post_txt {
  margin-left: 1rem;
  white-space: nowrap;
  font-size: clamp(1rem, 0.72916vw, 1.4rem);
}
.form-item-address .p-postal-code {
  padding-left: 2em;
}

.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;
  }
}
.form_control_wrap span[data-name=tel] {
  width: 48%;
  display: flex;
  align-items: baseline;
  position: relative;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .form_control_wrap span[data-name=tel] {
    width: 100%;
  }
}

.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%;
  }
}
.Plnum-block .form_control_wrap {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
.Plnum-block .form_control_wrap .child-ttl {
  letter-spacing: 0.1em;
  min-width: 4em;
}
.Plnum-block .form_control_wrap .wpcf7-form-control-wrap {
  width: 100%;
}
.Plnum-block .form_control_wrap .wpcf7-form-control-wrap .form_control {
  text-align: center;
  min-width: 100px;
}

@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 {
    flex-direction: row;
    justify-content: flex-start;
  }
  .Plnum-block .form_control_wrap:not(:last-child) {
    margin-bottom: 1em;
  }
}
.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;
}

@media screen and (max-width: 960px) {
  .form-item .body-birthdate {
    flex-direction: row;
  }
}
@media screen and (max-width: 300px) {
  .form-item .body-birthdate {
    flex-direction: column;
  }
}

.body-birthdate {
  display: flex;
  align-items: center;
}
.body-birthdate .form_control_wrap {
  display: flex;
}
.body-birthdate .form_control_wrap .text {
  margin-inline: 1em;
}
.body-birthdate .wpcf7-form-control-wrap {
  position: relative;
}
.body-birthdate .wpcf7-form-control-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50px;
  width: 1px;
  height: 70%;
  background: #bfbfbf;
  display: block;
  top: 50%;
  transform: translate(0%, -50%);
}
.body-birthdate .birth-year,
.body-birthdate .birth-month,
.body-birthdate .birth-day {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .body-birthdate .birth-year,
  .body-birthdate .birth-month,
  .body-birthdate .birth-day {
    flex-direction: row;
    margin-bottom: 1em;
  }
}
.body-birthdate .birth-year .form_control_wrap,
.body-birthdate .birth-month .form_control_wrap,
.body-birthdate .birth-day .form_control_wrap {
  width: 100%;
}
.body-birthdate .birth-year .wpcf7-form-control-wrap,
.body-birthdate .birth-month .wpcf7-form-control-wrap,
.body-birthdate .birth-day .wpcf7-form-control-wrap {
  width: 100%;
}
.body-birthdate .birth-year .form_control,
.body-birthdate .birth-month .form_control,
.body-birthdate .birth-day .form_control {
  text-align: left;
}
.body-birthdate .birth-year .unit,
.body-birthdate .birth-month .unit,
.body-birthdate .birth-day .unit {
  min-width: 2em;
  text-align: right;
}
@media screen and (min-width: 961px) {
  .body-birthdate .birth-year,
  .body-birthdate .birth-month {
    margin-right: 2em;
  }
}
.body-birthdate .birth-month .selectbox-wrap,
.body-birthdate .birth-day .selectbox-wrap {
  min-width: 84px;
}
.body-birthdate .birth-year .selectbox-wrap {
  min-width: 121px;
}

@media screen and (max-width: 576px) {
  .body-birthdate .birth-year {
    width: 100%;
  }
}
.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 .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;
  }
}
.otherinput-wrap {
  margin-top: 0.5em;
}

.form_file {
  display: inline-block;
  background-color: #fff;
  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;
  }
}

input[type=file]::file-selector-button {
  background-color: #b2b2b2;
  padding: 1em;
  margin-top: 0em;
  margin-right: 0em;
  border: none;
  color: #000;
  height: auto;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0px 10px 10px 0px;
  font-size: clamp(1.4rem, 0.9375vw, 1.6rem);
  letter-spacing: 0.1em;
  width: clamp(10px, 30%, 218px);
  font-size: clamp(1.6rem, 1.6666666667vw, 2rem);
}
@media screen and (max-width: 960px) {
  input[type=file]::file-selector-button {
    font-size: clamp(1.6rem, 2.6041666667vw, 2rem);
  }
}
@media screen and (max-width: 767px) {
  input[type=file]::file-selector-button {
    width: clamp(10px, 40%, 218px);
  }
}

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

.btn-submit-wrap {
  position: relative;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 961px) {
  .btn-submit-wrap {
    max-width: 460px;
    margin-inline: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  .btn-submit-wrap {
    margin-block: 55px;
  }
}
.btn-submit-wrap .btn-submit {
  max-width: 765px;
  width: 100%;
  margin-inline: 0 auto;
  padding: clamp(15px, 2vw, 25px) 2em;
  border: none;
  display: block;
  color: #00e2da;
  position: relative;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.1em;
  border-radius: 100vmax;
  transition: 0.3s ease-in-out;
  background: #000;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJf44Os44Kk44Ok44O8XzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMzEuMiAzMS4yIj4gIDxkZWZzPiA8c3R5bGU+IC5zdDAgeyBmaWxsOiAjMDBlMmRhOyB9IDwvc3R5bGU+IDwvZGVmcz4gPGcgaWQ9Il/lhbciPiA8Zz4gPHJlY3QgY2xhc3M9InN0MCIgd2lkdGg9IjMxLjIiIGhlaWdodD0iMzEuMiIgcng9IjUiIHJ5PSI1Ii8+IDxnPiA8cGF0aCBkPSJNMTYuMSwyMS42Yy0uMywwLS41LS4xLS43LS4zLS40LS40LS40LTEsMC0xLjRsNC4zLTQuMy00LjMtNC4zYy0uNC0uNC0uNC0xLDAtMS40LjQtLjQsMS0uNCwxLjQsMGw1LDVjLjQuNC40LDEsMCwxLjRsLTUsNWMtLjIuMi0uNS4zLS43LjNoMFoiLz4gPHBhdGggZD0iTTIxLjEsMTYuNmgtMTFjLS42LDAtMS0uNS0xLTFzLjQtMSwxLTFoMTFjLjUsMCwxLC40LDEsMXMtLjUsMS0xLDFaIi8+IDwvZz4gPC9nPiA8L2c+PC9zdmc+") #000 no-repeat right 10% center/1.5em;
}
@media (hover: hover) {
  .btn-submit-wrap .btn-submit:hover:hover {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJf44Os44Kk44Ok44O8XzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMzEuMiAzMS4yIj4gIDxkZWZzPiA8c3R5bGU+IC5zdDAgeyBmaWxsOiAjMDBlMmRhOyB9IDwvc3R5bGU+IDwvZGVmcz4gPGcgaWQ9Il/lhbciPiA8Zz4gPHJlY3Qgd2lkdGg9IjMxLjIiIGhlaWdodD0iMzEuMiIgcng9IjUiIHJ5PSI1Ii8+IDxnPiA8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTYuMSwyMS42Yy0uMywwLS41LS4xLS43LS4zLS40LS40LS40LTEsMC0xLjRsNC4zLTQuMy00LjMtNC4zYy0uNC0uNC0uNC0xLDAtMS40czEtLjQsMS40LDBsNSw1Yy40LjQuNCwxLDAsMS40bC01LDVjLS4yLjItLjUuMy0uNy4zWiIvPiA8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjEuMSwxNi42aC0xMWMtLjYsMC0xLS41LTEtMXMuNC0xLDEtMWgxMWMuNSwwLDEsLjQsMSwxcy0uNSwxLTEsMVoiLz4gPC9nPiA8L2c+IDwvZz48L3N2Zz4=");
    background-color: #00e2da;
    color: #000;
  }
}
@media screen and (max-width: 960px) {
  .btn-submit-wrap .btn-submit {
    background-position: right 30% center;
    margin-inline: auto;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .btn-submit-wrap .btn-submit {
    width: 100%;
    padding-top: calc(clamp(15px, 2vw, 25px) * 1.5);
    padding-bottom: calc(clamp(15px, 2vw, 25px) * 1.5);
  }
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: absolute !important;
}

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

/* input_wrap */
.form_control_wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .form_control_wrap {
    width: 100%;
  }
}
.form_control_wrap .date-item-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 30px;
}
@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.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%;
  transform: translate(0%, -50%);
}
.form_control_wrap .birth-item-box .form_control {
  background: url(../img/form/arw-select.svg) transparent no-repeat right 25px 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: auto;
  display: flex;
  align-items: baseline;
  position: relative;
}
@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: auto;
  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 {
  /*希望職種*/
}
@media screen and (min-width: 961px) {
  .form_control_wrap-job {
    max-width: 48%;
    width: 100%;
  }
}
.form_control_wrap {
  /* 来場日時 */
}
.form_control_wrap-date {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 960px) {
  .form_control_wrap-date {
    min-width: 150px;
  }
}
@media screen and (min-width: 961px) {
  .form_control_wrap-date {
    min-width: 200px;
  }
}
@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 .item-form-wrap {
  position: relative;
}
.form_control_wrap-date .item-form-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 12px solid #adadad;
  border-bottom: 0;
}
.form_control_wrap-date .radio-wrap .wpcf7-form-control-wrap::after {
  content: none;
}
.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-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-right: 20px;
}
.form_control_wrap-date .date-item {
  width: auto;
  display: flex;
  align-items: baseline;
  position: relative;
}
.form_control_wrap-date .date-item.row {
  flex-direction: row;
}
.form_control_wrap-date .date-item .wpcf7-form-control-wrap::after {
  content: none;
}
.form_control_wrap-date .date-item + .date-ttl {
  margin-top: 20px;
}
.form_control_wrap-date .date-item > .date-box-ttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .form_control_wrap-date .date-item {
    width: 100%;
  }
  .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 .form_flex_item_add {
  width: auto;
}
.form_control_wrap-count .wpcf7-form-control-wrap {
  width: calc(100% - 50px);
  max-width: 150px;
  margin: 0 10px;
  min-width: 116px;
  text-align: center;
}
.form_control_wrap-count .form_control_wrap:not(:first-of-type) {
  margin-left: 3rem;
}
.form_control_wrap-count .form_control {
  text-align: center;
}
.form_control_wrap-count .count-tag {
  padding-left: 10px;
}
@media screen and (max-width: 576px) {
  .form_control_wrap-count {
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 1rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
  .form_control_wrap-count .form_control_wrap:not(:first-of-type) {
    margin-left: 0;
  }
  .form_control_wrap-count .form_flex_item_add {
    max-width: 100%;
    width: 100%;
    flex-basis: auto;
    justify-content: flex-start;
  }
  .form_control_wrap-count .wpcf7-form-control-wrap {
    flex: 0 0 auto;
    width: 150px;
    max-width: 150px;
    min-width: 116px;
  }
}
.form_control_wrap {
  /* select */
}
.form_control_wrap-select {
  display: flex;
}
.form_control_wrap-select select {
  cursor: pointer;
  color: #000;
}
.form_control_wrap-select select option {
  cursor: pointer;
  color: #000;
}
.form_control_wrap-select .wpcf7-form-control-wrap {
  width: 100%;
  min-width: 200px;
  position: relative;
}
.form_control_wrap-select .wpcf7-form-control-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 12px solid #adadad;
  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;
}

/*==========================================
 　同意
===========================================*/
.form-privacy {
  padding: 0;
}

.form_control_wrap-privacy {
  margin-bottom: 0;
}

.form_control_wrap.checkbox-wrap.privacy-btn {
  background: #ededed;
  padding: 1em 3em;
  display: inline-block;
  font-weight: bold;
  margin-block: 2em;
}
.form_control_wrap.checkbox-wrap.privacy-btn span.wpcf7-list-item {
  margin: 0;
  display: block;
}
.form_control_wrap.checkbox-wrap.privacy-btn .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  padding-left: 2em;
  line-height: 1.5;
  text-align: left;
  width: auto;
  color: #000 !important;
}
.form_control_wrap.checkbox-wrap.privacy-btn .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 1em;
  height: 1em;
  border: 2px solid #00e2da;
  border-radius: 5px;
}
.form_control_wrap.checkbox-wrap.privacy-btn .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
  top: 0.5em !important;
  left: 0.25em !important;
  width: 8px;
  height: 4px;
  border-left: 3px solid #00e2da !important;
  border-bottom: 3px solid #00e2da !important;
  transform: rotate(45deg);
}
.form_control_wrap.checkbox-wrap.privacy-btn input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  background-color: #00e2da;
}
.form_control_wrap.checkbox-wrap.privacy-btn input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  border-left: 3px solid #000 !important;
  border-bottom: 3px solid #000 !important;
}

@media screen and (max-width: 576px) {
  .checkbox-wrap span.wpcf7-list-item {
    margin: 0em 1em 1em 0;
    display: block;
    text-align: center;
  }
}
/*==========================================
 　ご相談・お問い合わせ
===========================================*/
.cts-img-wrap {
  max-width: 100%;
  width: 100%;
  margin-inline: auto;
}

.cts-img {
  display: flex;
}

/*==========================================
 　資料請求
===========================================*/
/*==========================================
 　注意文
===========================================*/
.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%;
  }
}
@media screen and (min-width: 961px) {
  .sec-contact {
    padding-left: 4%;
  }
}
.sec-contact {
  padding-block: 4%;
}
@media screen and (max-width: 960px) {
  .sec-contact {
    padding-block: 30px;
  }
}
@media screen and (max-width: 576px) {
  .sec-contact .cts-privacy {
    display: flex;
    flex-direction: column;
  }
}
.sec-contact .cts-privacy:hover {
  text-decoration-line: underline;
}

.sec-terms {
  background: rgba(0, 226, 218, 0.33);
  color: #00e2da;
  text-align: center;
  line-height: 2;
}
.sec-terms.wht {
  background: rgba(255, 255, 255, 0.66);
}
.sec-terms .terms-block {
  color: #00e2da;
  background-color: rgba(255, 255, 255, 0.66);
  padding: clamp(20px, 4vw, 40px);
}
.sec-terms .terms-block a {
  color: inherit;
  transition: 0.3s ease-in-out;
}
.sec-terms .block-ttl {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.sec-terms .block-ttl::after {
  content: "";
  width: 90%;
  display: inline-block;
  height: 1px;
  background: #00e2da;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.sec-terms .block-ttl .fa-solid.fa-check {
  font-weight: 900;
  border: 2px solid;
  border-radius: 3px;
  padding: 2px;
  font-size: 1rem;
  margin-right: 0.25em;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 768px) {
  .sec-terms .block-txt {
    text-align: left;
    letter-spacing: -1px;
  }
  .sec-terms .block-txt br {
    display: none;
  }
  .sec-terms .block-txt .txt-set {
    display: inline-block;
    white-space: nowrap;
  }
}
@media screen and (max-width: 576px) {
  .sec-terms .cts-privacy {
    display: flex;
    flex-direction: column;
  }
}
.sec-terms .cts-privacy:hover {
  text-decoration-line: underline;
}

@media screen and (min-width: 961px) {
  .link_txt {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  .link_txt {
    position: relative;
    margin-top: 30px;
  }
}
.link_txt a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media (hover: hover) {
  .link_txt a:hover:hover {
    opacity: 0.5;
  }
}

/*==========================================
 　tel
===========================================*/
.form-tel-wrap {
  display: flex;
  align-items: center;
}

.form-tel-logo {
  padding-right: 10%;
  display: block;
}

.form-tel-ttl {
  letter-spacing: 0.1em;
  font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
}
@media screen and (max-width: 960px) {
  .form-tel-ttl {
    font-size: clamp(1.6rem, 1.875vw, 1.8rem);
  }
}

.form-tel-number {
  letter-spacing: 0;
  margin-block: 0.15em;
  display: block;
  line-height: 1;
  font-weight: bold;
  font-size: clamp(1.6rem, 2.5vw, 4.8rem);
}
@media screen and (max-width: 960px) {
  .form-tel-number {
    font-size: clamp(1.6rem, 5vw, 4.8rem);
  }
}

.form-tel-time {
  letter-spacing: 0.1em;
  font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
}
@media screen and (max-width: 960px) {
  .form-tel-time {
    font-size: clamp(1.6rem, 1.875vw, 1.8rem);
  }
}/*# sourceMappingURL=form.css.map */