@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
.fwn {
  font-weight: 400;
}

.fwb {
  font-weight: 800;
}

.c-txt__underline {
  text-decoration: underline;
}

.mt50 {
  margin-top: 5rem;
}
@media screen and (max-width: 600px) {
  .mt50 {
    margin-top: 2rem;
  }
}

/* ---------------------
  contact
--------------------- */
.under__main {
  padding-bottom: 0;
  font-weight: 600;
}
@media screen and (max-width: 450px) {
  .under__main h2 + p.tac {
    text-align: left;
  }
}
.under__main .under-mv__page-ttl--en {
  font-weight: 600;
}

.cm-h2 {
  font-weight: 400;
}
@media screen and (max-width: 450px) {
  .cm-h2.f90 {
    font-size: 3rem;
  }
}

.under-cta {
  padding-bottom: 15rem;
}
@media screen and (max-width: 834px) {
  .under-cta {
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 450px) {
  .sp-no {
    display: none;
  }
}

.lh-1_3 {
  line-height: 1.3;
}

.lh-2 {
  line-height: 2;
}

.f34 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 450px) {
  .f34 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 450px) {
  .sp-16 {
    font-size: 1.6rem;
  }
}

.sec-contact {
  margin-bottom: 12rem;
}
@media screen and (max-width: 834px) {
  .sec-contact {
    margin-bottom: 6rem;
  }
}
.sec-contact.-thanks {
  background-color: transparent;
  margin-top: 0;
  padding-top: 0;
}
.sec-contact.-thanks .fc-grad {
  margin: 0 auto 8rem;
}
@media screen and (max-width: 834px) {
  .sec-contact.-thanks .fc-grad {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 450px) {
  .sec-contact.-thanks .tac {
    text-align: left;
  }
}
.sec-contact.-thanks .btn {
  position: relative;
  margin: 10rem auto 0;
  width: 250px;
  height: 60px;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
@media screen and (max-width: 834px) {
  .sec-contact.-thanks .btn {
    margin-top: 5rem;
  }
}

.contact-form {
  margin-top: 7rem;
}
@media screen and (max-width: 834px) {
  .contact-form {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 450px) {
  .contact-form {
    margin-top: 3rem;
  }
}

.form-main {
  margin-top: 10rem;
}
@media screen and (max-width: 600px) {
  .form-main {
    margin-top: 5rem;
  }
}

.contact-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 13.5rem;
}
@media screen and (max-width: 834px) {
  .contact-dl {
    gap: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .contact-dl {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
  }
}
.contact-dl:not(:first-of-type) {
  margin-top: 5rem;
}
@media screen and (max-width: 600px) {
  .contact-dl:not(:first-of-type) {
    margin-top: 3rem;
  }
}

.contact-dt {
  padding-top: 1.8rem;
  min-width: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .contact-dt {
    gap: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .contact-dt {
    padding-top: 0;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 450px) {
  .contact-dt {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px 1rem;
  }
}

.contact-dd {
  width: calc(100% - 33.5rem);
}
@media screen and (max-width: 834px) {
  .contact-dd {
    width: calc(100% - 23rem);
  }
}
@media screen and (max-width: 600px) {
  .contact-dd {
    width: 100%;
  }
}

.req {
  padding: 7px 1rem 4px;
  font-size: 1.3rem;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #887258;
  color: #fff;
}

input, textarea {
  display: block;
  width: 100%;
  padding: 2rem;
  border-width: 0;
  background-color: #f1ece8;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  font-size: 1.7rem;
}
@media screen and (max-width: 600px) {
  input, textarea {
    padding: 1.5rem;
    font-size: 1.5rem;
  }
}
input::placeholder, textarea::placeholder {
  font-size: 1.5rem;
  color: rgba(85, 85, 85, 0.5);
}

textarea {
  height: 25rem;
  line-height: 1.3;
}

.contact-dd__add {
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 600px) {
  .contact-dd__add {
    margin-bottom: 1.5rem;
  }
}

.contact-add01 {
  max-width: 200px;
}

input[type=radio] {
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0 !important;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
  background-color: #f1ece8;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=radio]:checked {
  border-color: #1ca867;
}
input[type=radio]:checked::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  background-color: #887258;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}

.radio-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4.5rem;
}
@media screen and (max-width: 1100px) {
  .radio-inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem 2rem;
  }
}

.radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 500px) {
  .radio-label {
    width: 100%;
    gap: 5px;
  }
}

.radio-txt {
  font-size: 1.5rem;
}
@media screen and (max-width: 500px) {
  .radio-txt {
    width: calc(100% - 3rem);
    font-size: 1.6rem;
  }
}

.contact-radio {
  width: calc(100% - 210px);
}
.contact-radio:disabled {
  background-color: #f6f5f3;
}
@media screen and (max-width: 600px) {
  .contact-radio {
    width: 100%;
  }
}

input[type=checkbox] {
  position: relative;
  width: 30px;
  aspect-ratio: 1/1;
  padding: 0 !important;
  border: 1px solid #887258;
  background-color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
@media screen and (max-width: 500px) {
  input[type=checkbox] {
    width: 20px;
  }
}
input[type=checkbox]:checked {
  background-color: #887258;
}
input[type=checkbox]:checked::before {
  position: absolute;
  content: "check";
  font-family: "Material Symbols Outlined";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  font-size: 3rem;
}

.contact-privacy_check-label {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.8rem;
  color: #a2010c;
}
@media screen and (max-width: 834px) {
  .contact-privacy_check-label {
    margin-top: 3rem;
  }
}
.contact-privacy_check-label a {
  text-decoration: underline;
}

.contact-btn_wrap .btn:disabled {
  opacity: 0.6;
}
.contact-btn_wrap .btn:disabled:hover::before {
  display: none;
}

.contact-form-submit-btn {
  margin: 8rem auto 0;
  width: 250px;
  height: 60px;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
@media screen and (max-width: 600px) {
  .contact-form-submit-btn {
    margin-top: 5rem;
  }
}

.error {
  margin-top: 1.5rem;
  color: #a2010c;
}
@media screen and (max-width: 500px) {
  .error {
    margin-top: 1rem;
  }
}