@charset "UTF-8";
.fv {
  padding-top: 16.6rem;
  padding-left: 33.1rem;
  position: relative;
}
@media (max-width: 767px) {
  .fv {
    padding-left: 2.5rem;
    padding-top: 12rem;
  }
}
.fv::before {
  content: "";
  width: 104.3rem;
  height: 104.3rem;
  background-color: #f5efe3;
  border-radius: 50%;
  position: absolute;
  left: -30.2rem;
  top: -64.5rem;
}
@media (max-width: 767px) {
  .fv::before {
    width: 50rem;
    height: 50rem;
    left: -15rem;
    top: -25rem;
  }
}
.fv h1 {
  font-family: "all-round-gothic", sans-serif;
  font-size: 7rem;
  line-height: 1.2em;
}
@media (max-width: 767px) {
  .fv h1 {
    font-size: 3.6rem;
  }
}
.fv p {
  color: #ff0000;
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 1.4em;
}
@media (max-width: 767px) {
  .fv p {
    font-size: 1.8rem;
  }
}
.fv__inner {
  padding-bottom: 16.7rem;
  border-bottom: 5px solid black;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .fv__inner {
    padding-bottom: 10rem;
    border-width: 0.4rem;
  }
}
.fv__inner img {
  position: absolute;
  bottom: 0;
  right: 38.8rem;
  width: 16rem;
  height: auto;
}
@media (max-width: 767px) {
  .fv__inner img {
    right: 4rem;
    width: 10rem;
  }
}
.fv__inner img.privacy-policy-icon {
  width: 16.1rem;
}
@media (max-width: 767px) {
  .fv__inner img.privacy-policy-icon {
    right: 4rem;
    width: 10rem;
  }
}
.fv__inner img.commercial-law-icon {
  width: 12.5rem;
}
@media (max-width: 767px) {
  .fv__inner img.commercial-law-icon {
    right: 4rem;
    width: 10rem;
  }
}
.fv__inner img.terms-icon {
  width: 13.4rem;
}
@media (max-width: 767px) {
  .fv__inner img.terms-icon {
    right: 4rem;
    width: 10rem;
  }
}

.contact {
  padding-top: 13rem;
}
@media (max-width: 767px) {
  .contact {
    padding-top: 6rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.contact__inner {
  max-width: 70rem;
  margin: auto;
}
.contact__inner .progress {
  width: 22.8rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 9rem;
  position: relative;
}
@media (max-width: 767px) {
  .contact__inner .progress {
    margin-bottom: 4rem;
  }
}
.contact__inner .progress::before {
  content: "";
  width: 20rem;
  height: 0.1rem;
  background-color: black;
  position: absolute;
  left: 1.4rem;
  top: 0.8rem;
}
.contact__inner .progress .dot {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  margin-bottom: 2.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .contact__inner .progress .dot {
    margin-bottom: 1rem;
  }
}
.contact__inner .progress .dot::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background-color: #ff0000;
  position: absolute;
  left: calc(50% - 0.3rem);
  top: calc(50% - 0.3rem);
  border-radius: 50%;
}
.contact__inner .progress p {
  font-size: 1.4rem;
}
.contact__inner .progress .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}
.contact__inner .progress .step.current .dot {
  background-color: #ffcbcc;
}
.contact__inner .progress .step.current p {
  color: #ff0000;
}
.contact__desc {
  text-align: center;
  font-size: 1.6rem;
  line-height: normal;
  font-weight: bold;
  margin-bottom: 0.7rem;
}
.contact__notice {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2em;
  color: #ff0000;
  margin-bottom: 8.6rem;
}
@media (max-width: 767px) {
  .contact__notice {
    margin-bottom: 4rem;
  }
}

.form {
  padding-bottom: 1.6rem;
}
.form__item {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .form__item {
    margin-bottom: 3rem;
  }
}
.form__item-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.4rem;
}
.form__item-ttl span {
  color: #ff0000;
  font-size: 1em;
}
@media (max-width: 767px) {
  .form__item-ttl {
    font-size: 1.6rem;
  }
}
.form__item-labels {
  margin-top: 2rem;
  display: flex;
}
.form__item-labels label {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  margin-right: 5rem;
}
.form__item-labels label span {
  font-size: 1em;
}
@media (max-width: 767px) {
  .form__item-labels label {
    margin-right: 2rem;
    font-size: 1.6rem;
  }
}
.form__item-flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .form__item-flex {
    flex-direction: column;
  }
}
.form__item-flex .wpcf7-form-control-wrap, .form__item-flex span {
  width: 47.7% !important;
}
@media (max-width: 767px) {
  .form__item-flex .wpcf7-form-control-wrap, .form__item-flex span {
    width: 100% !important;
    margin-bottom: 1rem;
  }
}
.form__item-flex .wpcf7-form-control-wrap span, .form__item-flex span span {
  width: 100% !important;
}
@media (max-width: 767px) {
  .form__item-flex .wpcf7-form-control-wrap span, .form__item-flex span span {
    width: 100% !important;
    margin-bottom: 0rem;
  }
}
.form__item-select {
  position: relative;
  width: 47.7%;
}
@media (max-width: 767px) {
  .form__item-select {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.form__item-select:before {
  content: "";
  width: 1.38rem;
  height: 0.69rem;
  position: absolute;
  right: 2.5rem;
  top: 3rem;
  background-image: url(../../img/other-pages/select-arrow.svg);
  background-position: center;
  background-size: contain;
  pointer-events: none;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 767px) {
  .form__item-select:before {
    top: 2.2rem;
    right: 2rem;
  }
}
.form__item-select select {
  appearance: none;
  height: 7rem;
  width: 100%;
  padding-left: 2.5rem;
  background-color: #fff;
  border: 1px solid #ece0cf;
  font-size: 1.8rem;
  color: black;
}
@media (max-width: 767px) {
  .form__item-select select {
    height: 5rem;
    font-size: 1.6rem;
    padding-left: 1.5rem;
  }
}
.form input, .form select {
  font-family: "m-plus-2c", sans-serif;
}
.form input[type=text], .form input[type=email], .form input[type=tel] {
  width: 100%;
  border: 0.1rem solid #ece0cf;
  height: 7rem;
  padding-left: 1rem;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .form input[type=text], .form input[type=email], .form input[type=tel] {
    height: 5rem;
    font-size: 1.6rem;
  }
}
.form input[type=radio] {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  border: 0.1rem solid black;
  border-radius: 50%;
  vertical-align: -0.2rem;
  margin: 0;
  margin-right: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: black;
  content: "";
}
.form textarea {
  width: 100%;
  height: 20rem;
  border: 1px solid #ece0cf;
  resize: none;
  padding: 1rem;
  font-size: 1.8rem;
  line-height: 1.4em;
}
.form .notice {
  margin-top: 5rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #251e1c;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .form .notice {
    font-size: 1.4rem;
    line-height: 1.4em;
  }
}
.form .submit-wrapper {
  width: 30.4rem;
  margin: auto;
  position: relative;
}
.form .submit-wrapper::after {
  content: "";
  position: absolute;
  width: 1.6rem;
  height: 1rem;
  background-image: url(../../img/common/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  right: 9rem;
  top: 3rem;
  z-index: 2;
  transition: all 0.4s;
}
.form .submit-wrapper button, .form .submit-wrapper input {
  cursor: pointer;
  width: 30.4rem;
  padding-left: 1rem;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.69rem;
  color: white;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #ff0000;
  border-radius: 99px;
  box-shadow: 5px 5px 5px 0 rgba(37, 30, 28, 0.15);
  position: relative;
  border: none;
  z-index: 2;
}
@media (max-width: 767px) {
  .form .submit-wrapper button, .form .submit-wrapper input {
    width: 28rem;
  }
}
.form .submit-wrapper button img, .form .submit-wrapper input img {
  margin-left: 1.5rem;
  width: 1.6rem;
  position: relative;
  left: 0;
  transition: all 0.4s;
}
@media (min-width: 768px) {
  .form .submit-wrapper button:hover img, .form .submit-wrapper input:hover img {
    left: 0.5rem;
  }
}
@media (min-width: 768px) {
  .form .submit-wrapper:hover::after {
    right: 8rem;
  }
}
.form .wpcf7-not-valid-tip {
  margin-top: 1rem;
  font-size: 1.2rem;
}

.wpcf7 form .wpcf7-response-output {
  padding: 2rem;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .wpcf7 form .wpcf7-response-output {
    padding: 1rem 2rem;
    line-height: 1.3em;
  }
}

.thanks__inner .progress {
  margin-bottom: 4rem;
}
.thanks h2 {
  font-size: 6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .thanks h2 {
    font-size: 4.4rem;
  }
}
.thanks__desc {
  font-size: 1.8rem;
  line-height: 2em;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .thanks__desc {
    font-size: 1.4rem;
  }
}
.thanks .btn {
  display: flex;
  justify-content: center;
  padding-bottom: 5rem;
}
.thanks .btn a {
  line-height: 6.69rem;
  width: 30.4rem;
  display: flex;
  align-content: center;
  justify-content: center;
  background-color: #ff0000;
  border-radius: 99px;
  box-shadow: 5px 5px 5px 0 rgba(37, 30, 28, 0.15);
  font-size: 1.8rem;
  font-weight: bold;
  color: white;
}
@media (max-width: 767px) {
  .thanks .btn a {
    width: 28rem;
    margin: auto;
  }
}
.thanks .btn a img {
  width: 1.6rem;
  height: auto;
  margin-left: 1.5rem;
  position: relative;
  transition: all 0.4s;
  left: 0;
}
@media (min-width: 768px) {
  .thanks .btn a:hover img {
    left: 0.5rem;
  }
}

.terms {
  padding-top: 13rem;
  padding-bottom: 6rem;
}
@media (max-width: 767px) {
  .terms {
    padding-top: 6rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 0rem;
  }
}
.terms__inner {
  max-width: 70rem;
  margin: auto;
}
.terms__txt {
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .terms__txt {
    padding-bottom: 5rem;
  }
}
.terms__txt2 {
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  .terms__txt2 {
    padding-bottom: 2.5rem;
  }
}
.terms__txt.commercial-law__txt, .terms__txt.terms-of-service__txt {
  padding-bottom: 7rem;
}
@media (max-width: 767px) {
  .terms__txt.commercial-law__txt, .terms__txt.terms-of-service__txt {
    padding-bottom: 5rem;
  }
}
.terms__txt h3 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.28em;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .terms__txt h3 {
    font-size: 2rem;
  }
}
.terms__txt p {
  font-size: 1.8rem;
  line-height: 1.94em;
}
@media (max-width: 767px) {
  .terms__txt p {
    font-size: 1.6rem;
  }
}
.terms__txt ul {
  margin-top: 0.5rem;
}
.terms__txt ul li {
  position: relative;
  padding-left: 1.2em;
  font-size: 1.8rem;
  line-height: 1.94em;
}
@media (max-width: 767px) {
  .terms__txt ul li {
    font-size: 1.6rem;
  }
}
.terms__txt ul li::before {
  content: "⚫︎";
  position: absolute;
  left: 0;
  top: 0;
}

div.ui-datepicker {
  width: 24rem;
}
div.ui-datepicker * {
  font-size: 1.4rem;
}

.ui-widget-header .ui-icon {
  background-image: url(../../img/common/icons.png) !important;
}

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