/*===========================================================================*/
/*  function  */
/*===========================================================================*/
/*===========================================================================*/
/*  mixin  */
/*===========================================================================*/
html {
  font-family: "Meiryo", sans-serif !important;
}

body {
  font-family: "Meiryo", sans-serif !important;
  background: none !important;
  text-align: left !important;
  line-height: 1.15 !important;
}

#wrapper {
  text-align: left !important;
}

.contact-mainvisual {
  width: 100%;
}
.contact-mainvisual__image {
  width: 100%;
}

.contact {
  padding-top: clamp(4.64rem, 1.6869118905px + 5.9538066724vw, 11.6rem);
  padding-bottom: clamp(15.8rem, 5.744225834px + 20.2737382378vw, 39.5rem);
  position: relative;
}
@media (max-width: 750px) {
  .contact {
    padding-top: clamp(4rem, 22.8571428571px + 4.5714285714vw, 5.7142857143rem);
    padding-bottom: clamp(4rem, 22.8571428571px + 4.5714285714vw, 5.7142857143rem);
  }
}
.contact__logo {
  width: 6.7rem;
}
@media (max-width: 750px) {
  .contact__logo {
    width: clamp(3.2rem, 18.2857142857px + 3.6571428571vw, 4.5714285714rem);
  }
}
.contact__logo__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.36rem, 0.494439692px + 1.745081266vw, 3.4rem);
  margin-bottom: clamp(2.44rem, 0.8870829769px + 3.130881095vw, 6.1rem);
}
@media (max-width: 750px) {
  .contact__logo__wrapper {
    margin-bottom: clamp(1.28rem, 0.4653550043px + 1.6424294269vw, 3.2rem);
  }
}
.contact__logo__miyabi {
  width: 6.1rem;
}
@media (max-width: 750px) {
  .contact__logo__miyabi {
    width: clamp(3.2rem, 18.2857142857px + 3.6571428571vw, 4.5714285714rem);
  }
}
.contact__tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  max-width: 76rem;
  margin: 0 auto 4rem;
}
.contact__tabs__button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 2.5rem 1rem;
  width: 50%;
  background-color: #e5e5e5;
  transition: all 0.4s ease;
}
@media (max-width: 750px) {
  .contact__tabs__button {
    font-size: 1.7rem;
    padding: 1.7rem 1rem;
  }
}
.contact__tabs__button.is-active {
  background-color: #323232;
  color: #fff;
}
.contact__forms {
  margin: 0 auto;
  max-width: 76rem;
}
.contact__forms__wrapper {
  display: none;
  transition: all 0.4s ease;
}
.contact__forms__wrapper.is-active {
  display: block;
  animation: form-fade-in 0.4s ease forwards;
}
@keyframes form-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.contact__forms__lead {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 auto 4rem;
  width: fit-content;
}
@media (max-width: 750px) {
  .contact__forms__lead {
    font-size: 1.4rem;
  }
}
.contact__forms__required {
  color: #ca0404;
  font-size: 1.3rem;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 750px) {
  .contact__forms__required {
    padding: 0;
  }
}
.contact__forms__block {
  border-top: 1px solid #c3bcbc;
}
.contact__forms__row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3rem;
  padding: 2rem;
  border-bottom: 1px solid #c3bcbc;
}
@media (max-width: 750px) {
  .contact__forms__row {
    align-items: flex-start;
    flex-direction: column;
    gap: 2rem;
    padding: 2rem 0;
  }
}
.contact__forms__row .wpcf7-form-control-wrap {
  width: 100%;
}
.contact__forms__label {
  font-size: 1.5rem;
  width: 30%;
}
@media (max-width: 750px) {
  .contact__forms__label {
    width: 100%;
  }
}
.contact__forms__label span {
  color: #ca0404;
}
.contact__forms__input {
  height: 5.5rem;
  width: 100%;
  padding: 0.8rem 1.2rem;
  background-color: #f7f7f7;
  font-size: 1.5rem;
  border-radius: 3px;
  outline: none;
}
@media (max-width: 750px) {
  .contact__forms__input {
    width: 100%;
  }
}
.contact__forms__input::placeholder {
  color: #a8a8a8;
}
.contact__forms__radio {
  font-size: 1.5rem;
  width: 100%;
}
.contact__forms__radio .radio-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 750px) {
  .contact__forms__radio .radio-wrapper {
    flex-direction: row;
  }
}
.contact__forms__radio .radio-wrapper input {
  opacity: 0;
  position: absolute;
  width: 10rem;
  z-index: 10;
  cursor: pointer;
}
.contact__forms__radio .radio-wrapper input:checked + span::after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}
.contact__forms__radio .radio-wrapper .wpcf7-list-item-label {
  position: relative;
  display: flex;
  font-size: 1.5rem;
}
.contact__forms__radio .radio-wrapper .wpcf7-list-item-label::before {
  content: "";
  background: #fff;
  border: solid 1px #aaa;
  border-radius: 100%;
  margin-right: 0.8rem;
  height: 1.8rem;
  width: 1.8rem;
  transition: all ease 0.2s;
}
.contact__forms__radio .radio-wrapper .wpcf7-list-item-label::after {
  content: "";
  border: solid 2px #242424;
  height: 1.2em;
  margin: auto;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
  width: 0.7em;
  border-radius: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(45deg) scale(0.98);
  margin-right: 1rem;
  margin-left: 0.5rem;
  position: absolute;
  top: -1rem;
  bottom: 0;
  opacity: 0;
}
.contact__forms__textarea {
  min-height: 26rem;
  width: 100%;
  padding: 0.8rem 1.2rem;
  background-color: #f7f7f7;
  font-size: 1.5rem;
  border-radius: 3px;
  outline: none;
  resize: vertical;
}
@media (max-width: 750px) {
  .contact__forms__textarea {
    width: 100%;
  }
}
.contact__forms__actions {
  margin-top: 6rem;
}
.contact__forms__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #fff;
  line-height: 1;
  font-size: 1.8rem;
  padding: 1.8rem;
  width: 100%;
  font-weight: 500;
  cursor: pointer;
  max-width: 28rem;
  background: #323232;
  text-align: center;
}