input::placeholder {
  color: #8d8d8d;
}
.mv {
  position: relative;
  padding: 11.5rem 0 10rem 12.3rem;
}
@media (max-width: 768px) {
  .mv {
    padding: 8.6rem 0 4rem 2.5rem;
  }
}
.mv__letter {
  position: absolute;
  top: 4.2rem;
  right: 0rem;
  width: 89.7rem;
}
@media (max-width: 768px) {
  .mv__letter {
    top: 6.7rem;
    right: 0;
    width: 27.5rem;
  }
}
.mv__breadcrumb {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  z-index: 2;
}
.mv__breadcrumb-link {
  font-weight: 400;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .mv__breadcrumb-link {
    font-size: 1.2rem;
  }
}
.mv__title {
  position: relative;
  margin: 6.2rem 0 0;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 5rem;
}
@media (max-width: 768px) {
  .mv__title {
    margin: 3rem 0 0;
    font-size: 3.2rem;
    line-height: 1.1875em;
  }
}
.mv__title-japanese {
  position: relative;
  margin: 0 0 0;
  font-weight: 700;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .mv__title-japanese {
    margin: 0.5rem 0 0;
    font-size: 1.6rem;
  }
}
.contact {
  position: relative;
}
.contact__main {
  margin: 1rem auto 14.8rem;
  padding: 7.9rem 7.7rem 9.4rem;
  width: 112rem;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .contact__main {
    margin: 0 auto 8rem;
    padding: 2.1rem 2.4rem 6.1rem;
    width: 34.2rem;
  }
}
.contact__row {
  padding: 3rem 0;
  border-bottom: #dfdfdf 1px solid;
  display: flex;
}
@media (max-width: 768px) {
  .contact__row {
    padding: 2.2rem 0 3rem;
    flex-wrap: wrap;
  }
}
.contact__row-label {
  margin: 1.6rem 0 0;
  width: 21.5rem;
  color: #000;
  font-family: "Noto Sans JP";
}
@media (max-width: 768px) {
  .contact__row-label {
    margin: 0;
    width: auto;
    font-size: 1.6rem;
  }
}
.contact__row-hissu {
  margin: 1.4rem 0 0;
  height: fit-content;
  padding: 0.4rem 0.8rem 0.5rem;
  background: #ecd4b9;
  font-family: "Noto Sans JP";
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .contact__row-hissu {
    margin: 0 0 0 2rem;
  }
}
@media (max-width: 768px) {
  .contact__row-input {
    width: 100%;
  }
}
.contact__row-input-text {
  margin: 0 0 0 2rem;
  padding: 0 3rem;
  width: 68.6rem;
  height: 5.8rem;
  background: #f6f6f6;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP";
}
@media (max-width: 768px) {
  .contact__row-input-text {
    margin: 1.2rem 0 0;
    padding: 0 1.8rem;
    width: 100%;
    font-size: 1.3rem;
  }
}
.contact__row-hissu-none {
  width: 4.5rem;
  height: 2.5rem;
}
.contact__row--last {
  border-bottom: none;
}
.contact__row-textarea {
  margin: 0 0 0 2rem;
  padding: 1.8rem 0 1.8rem 3rem;
  width: 68.6rem;
  height: 25rem;
  background: #f6f6f6;
  font-weight: 400;
  font-family: "Noto Sans JP";
}
@media (max-width: 768px) {
  .contact__row-textarea {
    margin: 1.2rem 0 0;
    padding: 1.8rem;
    width: 100%;
  }
}
.contact__error {
  margin: 0 0 1.1rem;
  padding: 1.5rem 0;
  width: 100%;
  border: #e23223 2px solid;
  background: #fcdedd;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
@media (max-width: 768px) {
  .contact__error {
    padding: 1.5rem 0 1.9rem;
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }
}
.contact__error-icon {
  width: 2.4rem;
}
.contact__error-text {
  font-family: "Noto Sans JP";
  color: #e23223;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media (max-width: 768px) {
  .contact__error-text {
    font-size: 1.4rem;
  }
}
.contact__row-input-error {
  border: #e23223 1px solid;
}
.contact__row-error-text {
  margin: 1rem 0 -1.5rem 2rem;
  color: #e23223;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .contact__row-error-text {
    margin: 1rem 0 -1.5rem 0;
    font-size: 1.4rem;
  }
}
.contact__doui {
  margin: 4rem auto 0;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-family: "Noto Sans JP";
  font-weight: 400;
}
.contact__doui-input-box {
  width: 2rem;
  height: 2rem;
  border: #8d8d8d 1px solid;
  cursor: pointer;
}
.contact__doui-label {
  color: #000;
  cursor: pointer;
}
.contact__doui-label a {
  color: #839ea8;
  text-decoration: underline;
}
.contact__doui-error-text {
  color: #e23223;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.contact__confirm {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  color: #25303f;
  padding: 0;
  margin: 5.8rem auto 0;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 3.2rem;
  cursor: pointer;
  font-family: "Noto sans JP";
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .contact__confirm {
    margin: 4rem auto 0;
  }
}
.contact__back-circle {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 100%;
  border: 1px solid #25303f;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact__confirm:hover .contact__back-circle {
  background: #25303f;
}
.contact__back-circle-icon {
  width: 1.481rem;
}
.contact__confirm:hover .contact__back-circle-icon {
  display: none;
}
.contact__back-circle-icon--white {
  display: none;
}
.contact__confirm:hover .contact__back-circle-icon--white {
  display: block;
}

@media (min-width: 769px) {
  .grecaptcha-badge {
    bottom: 12rem !important;
  }
}
