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

input.form-control,
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=text],
select,
textarea {
  padding-left: 10px;
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  color: #000;
  font-size: 16px;
  cursor: pointer
}

input[type=checkbox],
input[type=radio] {
  width: 18px;
  height: 18px;
  border: 1px solid #707070;
  font-size: 24px;
  cursor: pointer
}

input::placeholder {
  color: #A8A8A8;
  font-weight: 100;
  font-size: 14px
}

input:-ms-input-placeholder {
  color: #A8A8A8;
  font-weight: 100;
  font-size: 12px
}

input::-ms-input-placeholder {
  color: #A8A8A8;
  font-weight: 100;
  font-size: 12px
}

textarea,
textarea.form-control {
  padding-top: 10px;
  height: 150px;
  border: none;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  cursor: pointer
}

.form-control:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
  border-color: #f3f3fa;
  background: #f3f3fa;
  box-shadow: none
}

textarea::placeholder {
  color: #A8A8A8;
  font-weight: 100;
  font-size: 12px
}

textarea:-ms-input-placeholder {
  color: #A8A8A8;
  font-weight: 100;
  font-size: 12px
}

textarea::-ms-input-placeholder {
  color: #A8A8A8;
  font-weight: 100;
  font-size: 12px
}

label {
  margin-bottom: 0;
  margin-left: 0;
  letter-spacing: .05em;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1
}

label span.dark {
  margin-right: 5px;
  padding: 3px;
  color: #c8000f;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 1
}

label span.light {
  margin-right: 10px;
  padding: 3px;
  background: #fff;
  color: #fff;
  letter-spacing: 0;
  font-size: 10px;
  line-height: 1
}

option {
  color: #000
}

select:not([multiple]) {
  padding: .5em;
  padding-right: 1.5em;
  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="12" version="1"><path d="M4 8L0 4h8z"/></svg>');
  background-position: right 50%;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

input:focus-visible,
select:focus-visible {
  border: 1px solid #dbdbdb;
  outline: 0
}

button {
  font-weight: 700;
  background: #aaa;
  color: #fff;
  border: 0;
  cursor: pointer
}

.contact-form {
  max-width: 856px;
  margin: 2.5rem auto 0
}

.contact-form .contact-form__content {
  padding: 25px;
  background: #FAF9F8;
  border-radius: 30px;
  z-index: 1
}

.contact-form dl {
  display: flex;
  flex-direction: column
}

.contact-form dl+dl {
  margin-top: 20px;
  padding-top: 20px
}

.contact-form dl dt {
  font-size: 14px;
  font-weight: 600;
  position: relative;
  width: 100%
}

.contact-form dl dt span.req {
  font-size: 10px;
  padding: 2px 10px;
  background: #F46042;
  color: #fff;
  margin-left: 10px;
  border-radius: 9px
}

.contact-form dl dd {
  position: relative;
  width: 100%;
  margin-top: 18px
}

.dl-reserved dt::after {
  content: '';
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  top: 3px;
  margin-left: 12px;
  background: url(../img/calendar-icon.png) no-repeat;
  background-size: contain
}

.contact-form .form-box+.form-box {
  margin-top: 50px
}

.contact-form .u_form_select {
  width: 100%;
  height: auto;
  padding: 15px 15px 13px
}

.contact-form .notes {
  font-size: 12px;
  margin-top: 10px
}

.contact-form .u_form_radio-group {
  display: flex
}

.contact-form .u_form_radio-group>div+div {
  margin-left: 20px
}

.contact-form .u_form_radio-group>div label {
  display: flex;
  align-items: center;
  width: 100%
}

.contact-form .u_form_radio-group label input {
  display: none
}

.contact-form .u_form_radio-group>div label span {
  font-size: 12px;
  position: relative;
  padding-left: 22px;
  cursor: pointer
}

.contact-form .u_form_radio-group>div label span::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #fff;
  border-radius: 50%
}

.contact-form .u_form_radio-group>div label span::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: transparent;
  border: 1px solid #000;
  border-radius: 50%;
}

.contact-form .u_form_radio-group label input:checked+span::before {
  background: #000;
  border: 3px solid #fff
}

.modal.is-hidden,
.privacy-overlay.is-hidden {
  display: none;
  opacity: 0
}

.form-privacy.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: calc(100% - 24px);
  max-width: 856px;
  height: calc(100vh - 24px);
  min-height: 80vh;
  z-index: 999;
  opacity: 1;
  transition: all .2s ease-in
}

.form-privacy.modal .inner {
  position: relative;
  height: 100%;
  padding: 0 30px 30px;
  overflow-x: scroll;
  background: #fff;
  border-radius: 30px
}

.form-privacy.modal .inner .h3-ttl {
  padding: 30px;
  background: #F7F7F7;
  margin: 0 -30px;
  text-align: center
}

.form-privacy.modal .inner .h3-ttl h3 {
  font-size: 24px
}

.privacy-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .6);
  z-index: 998;
  opacity: 1;
  transition: all .2s ease-in
}

.form-privacy.modal .inner>div+div {
  margin-top: 40px
}

.form-privacy.modal .inner>div:nth-of-type(2) {
  margin-top: 30px
}

.form-privacy.modal .inner p {
  font-size: 12px
}

.form-privacy.modal .inner h4 {
  font-size: 18px;
  color: #F46042;
  margin-bottom: 20px
}

.form-privacy.modal .inner .close-modal {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 15px;
  background: #F46042;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  cursor: pointer
}

.form-privacy.modal .inner .close-modal>div {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.form-privacy.modal .inner .close-modal span {
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 15px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #fff;
  transform: rotate(45deg)
}

.form-privacy.modal .inner .close-modal span+span {
  transform: rotate(-45deg)
}

.contact-form .u_form_agree .flex-content {
  display: flex;
  margin-top: 40px;
  text-align: center;
  line-height: 1.6
}

.contact-form .u_form_agree .flex-content>div+div {
  line-height: 1;
  margin-left: 10px;
  text-align: left
}

.contact-form .u_form_agree>div span.req {
  font-size: 10px;
  padding: 2px 10px;
  background: #F46042;
  color: #fff;
  margin-top: 5px;
  border-radius: 9px;
  line-height: 1.6
}

.contact-form .u_form_agree label {
  cursor: pointer
}

.contact-form .u_form_agree label input {
  margin-right: 5px
}

.contact-form .u_form_agree>div span {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 2px
}

.contact-form .u_form_agree>div span.mwform-checkbox-field-text {
  background: #fff;
  text-indent: -999px;
  overflow: hidden
}

.open-modal {
  border-bottom: 1px solid #333;
  white-space: nowrap;
  cursor: pointer
}

.contact-form .u_form_btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  text-align: center
}

.contact-form .u_form_btn button.next,
.contact-form .u_form_btn input.next {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  position: relative;
  width: auto;
  height: 56px;
  line-height: 56px;
  background: #333;
  color: #fff;
  border-radius: 30px
}

.contact-form .u_form_btn button.next {
  max-width: 280px;
  width: 100%
}

.contact-form .u_form_btn button.next::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  background: url(../img/arr-left.png) no-repeat;
  background-size: contain
}

.privacy-stamp {
  margin-top: 20px;
  text-align: center
}

.privacy-stamp img {
  width: 289px
}

.u_form_btn input.step1 {
  background: #aaa;
  color: #fff;
  border: 0
}

.u_form_btn button.step3 {
  margin-left: 15px
}

.contact-form .u_form_textarea {
  height: 100px
}

.contact-form dl dd .error {
  font-size: 12px;
  margin-top: 10px;
  color: #c8000f
}

.contact__section .content01 {
  margin-bottom: 30px;
  text-align: center
}

.thankyou__section h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px
}

.thankyou__section p {
  font-size: 14px
}

.thankyou__section p+p {
  margin-top: 15px
}

.thankyou__section .btn {
  text-align: center
}

.thankyou__section .call__content {
  margin-top: 30px
}

.thankyou__section .btn a {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  display: inline-block;
  width: 250px;
  height: 50px;
  margin-top: 30px;
  background: #333;
  color: #fff;
  line-height: 50px;
  text-align: center;
  border-radius: 30px
}

.thankyou__section .h2-ttl,
.thankyou__section .h3-ttl {
  font-size: 16px
}

.contact-form .u_form_agree .error {
  font-size: 12px;
  color: #c8000f;
  margin-top: 10px
}

/*-- 2023-06-21 --*/
.grecaptcha-badge {
  display: none
}

.thankyou__section span {
  display: block;
}

.thankyou__section span.en {
  font-size: 32px;
}

@media (min-width:64rem) {
  .contact-form .contact-form__content {
    padding: 70px;
    border-radius: 70px
  }

  .contact-form .u_form_radio-group>div {
    width: auto
  }

  .contact-form .u_form_radio-group>div label {
    background: transparent
  }

  .thankyou__section h2 {
    font-size: 32px;
    margin-bottom: 60px
  }

  .thankyou__section p {
    font-size: 16px;
    text-align: center
  }

  .thankyou__section p+p {
    margin-top: 20px
  }

  .tab-content ul li a {
    font-size: 22px;
    height: 70px;
    line-height: 70px
  }

  .tab-content ul li a span {
    display: inline-block
  }

  .contact-form dl dt {
    font-size: 16px;
    display: flex;
    align-items: center
  }

  .contact-form dl dd {
    margin-top: 15px
  }

  .contact-form .u_form_radio-group {
    justify-content: flex-start
  }

  .contact-form .u_form_radio-group>div label span {
    font-size: 16px
  }

  .contact-form .u_form_radio-group>div label span::before,
  .contact-form .u_form_radio-group>div label span::after {
    width: 16px;
    height: 16px
  }

  .contact-form dl.half-w dd {
    width: 334px
  }

  .contact-form .u_form_textarea {
    height: 130px
  }

  .dl-reserved dt::after {
    content: none
  }

  .dl-reserved dd::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    top: 0;
    bottom: 0;
    right: -30px;
    margin: auto;
    background: url(../img/calendar-icon.png) no-repeat;
    background-size: contain
  }

  .form-privacy {
    margin-top: 60px
  }

  .form-privacy .box {
    width: 600px;
    margin: 0 auto
  }

  .contact-form .u_form_agree {
    margin-top: 50px
  }

  .contact-form .u_form_agree label span i {
    display: inline-block
  }

  .contact-form .u_form_btn {
    margin-top: 45px
  }

  .privacy-stamp {
    width: 600px;
    margin: 45px auto 0 auto;
    text-align: left
  }

  .privacy-stamp img {
    width: 21.313rem
  }

  .contact-form .u_form_btn button.next,
  .contact-form .u_form_btn input.next {
    font-size: 18px;
    height: 60px;
    line-height: 60px
  }

  .contact-form .u_form_agree>div span {
    font-size: 16px
  }

  .contact-form .u_form_agree>div span.req {
    margin-left: 10px
  }

  .form-privacy.modal {
    height: 60vh
  }

  .form-privacy.modal .inner h4 {
    font-size: 1.25rem
  }

  .form-privacy.modal .inner p {
    font-size: 14px
  }

  .form-privacy.modal .inner>div:nth-of-type(2) {
    margin-top: 50px
  }

  .form-privacy.modal .inner>div+div {
    margin-top: 60px
  }
}

@media (max-width:20rem) {
  .contact-form .u_form_agree>div span {
    font-size: 10px
  }
}


.s-contact .c-days dd p:nth-child(1) {
  margin-bottom: 1rem
}

.s-contact .c-days dd input {
  width: 100%;
}

.s-contact .c-days dd select {
  width: 100%;
  margin-left: 0%;
}

@media (min-width:64rem) {
  .s-contact .c-days dd p:nth-child(1) {
    margin-bottom: 0rem
  }

  .s-contact .c-days dd input {
    width: 49%;
  }

  .s-contact .c-days dd select {
    width: 49%;
    margin-left: 1%;
  }
}
