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

/* ---------------------
  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;
}

.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-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;
  }
}

.contact-box {
  position: relative;
  padding: clamp(2rem, 3.3%, 999rem) clamp(2rem, 5%, 999rem) clamp(2rem, 5%, 999rem);
  background-color: #fff;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin-top: 9rem;
}
@media screen and (max-width: 834px) {
  .contact-box {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 450px) {
  .contact-box .f22 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 430px) {
  .contact-box .f22 {
    font-size: 4.4vw;
  }
}
.contact-box:first-of-type .f15 {
  max-width: 850px;
  margin: 2rem auto 0;
}
@media screen and (max-width: 834px) {
  .contact-box:first-of-type p.fwm {
    margin: 0 auto;
  }
}
@media screen and (min-width: 835px) {
  .contact-box:first-of-type .contact-box__flex.uemoto .uemoto {
    max-width: 308px;
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .contact-box:first-of-type .contact-box__flex {
    margin-top: 1rem;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-box:first-of-type .contact-box__flex.uemoto {
    margin-top: 3rem;
  }
  .contact-box:first-of-type .contact-box__flex p {
    margin: 0 auto;
    text-align: center;
  }
}
.contact-box:not(:first-of-type) {
  margin-top: 10rem;
}
@media screen and (max-width: 834px) {
  .contact-box:not(:first-of-type) {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 500px) {
  .contact-box:not(:first-of-type) {
    margin-top: 3rem;
  }
}
.contact-box:not(:first-of-type) .contact-box__flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0;
}
.contact-box__ttl {
  width: fit-content;
  margin-left: -5.5%;
  margin-bottom: 6rem;
  padding: 1rem 1.5em;
  color: #fff;
  font-size: 2rem;
  background-color: #1ca867;
  border-radius: 0 10rem 10rem 0;
  -webkit-border-radius: 0 10rem 10rem 0;
}
@media screen and (max-width: 834px) {
  .contact-box__ttl {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 500px) {
  .contact-box__ttl {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 410px) {
  .contact-box__ttl {
    margin-left: -5vw;
  }
}
.contact-box .mark {
  color: #005b43;
}
.contact-box__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 3rem;
}
@media screen and (max-width: 834px) {
  .contact-box__flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 0;
  }
}
.contact-box__line {
  max-width: 420px;
  width: 35%;
  padding-right: 4.1%;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .contact-box__line {
    max-width: none;
    width: 100%;
    padding-right: 0;
    padding-top: 2rem;
    border-top: 2px solid #dfedd1;
  }
}
.contact-box__line-txt {
  position: relative;
  width: fit-content;
  margin: 0 auto 1rem;
  padding: 0 2.6rem;
  font-weight: 700;
  font-size: 1.7rem;
}
@media screen and (max-width: 450px) {
  .contact-box__line-txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 360px) {
  .contact-box__line-txt {
    font-size: 1.6rem;
  }
}
.contact-box__line-txt::before, .contact-box__line-txt::after {
  position: absolute;
  content: "";
  width: 25px;
  aspect-ratio: 25/28;
  top: calc(50% - 1.4rem);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.contact-box__line-txt::before {
  background-image: url(../img/contact/line-txt01.webp);
  left: 0;
}
.contact-box__line-txt::after {
  background-image: url(../img/contact/line-txt02.webp);
  right: 0;
}
.contact-box__cont {
  max-width: 610px;
  width: 56%;
  padding: 1rem 0;
  padding-left: 4.1%;
  border-left: 2px solid #dfedd1;
}
@media screen and (max-width: 834px) {
  .contact-box__cont {
    max-width: none;
    width: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
    border-left-width: 0;
    border-top-width: 0;
  }
}
@media screen and (max-width: 450px) {
  .contact-box__cont .sp-16 {
    display: inline-block;
    margin-bottom: 1rem;
  }
}
.contact-box__cont .f22 {
  margin-bottom: 2rem;
}

.contact-tel {
  font-size: 5.6rem;
  color: #1ca867;
}
@media screen and (max-width: 834px) {
  .contact-tel {
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .contact-tel {
    font-size: 9vw;
  }
}

.sec-contact {
  margin-top: 10rem;
  padding: 12rem 0 20rem;
  background-color: #e9f5df;
}
@media screen and (max-width: 834px) {
  .sec-contact {
    margin-top: 5rem;
    padding: 5rem 0;
  }
}
.sec-contact.-thanks {
  background-color: transparent;
  margin-top: 0;
  padding-top: 0;
}
.sec-contact.-thanks .link__box {
  position: relative;
  margin: 6rem auto 0;
  font-weight: 500;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 450px) {
  .sec-contact.-thanks .link__box {
    margin-top: 3rem;
  }
}
.sec-contact.-thanks .link__box .chevron_right {
  position: absolute;
  left: 2rem;
}
.sec-contact_list {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8rem;
}
@media screen and (max-width: 500px) {
  .sec-contact_list {
    gap: 5rem;
  }
}
.sec-contact_list::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: calc(3.5rem - 1px);
  left: 0;
  z-index: 1;
  background-color: #dfedd1;
}
@media screen and (max-width: 500px) {
  .sec-contact_list::before {
    top: calc(2.5rem - 1px);
  }
}
.sec-contact_item {
  position: relative;
  text-align: center;
  z-index: 2;
}
.sec-contact_item.current .sec-contact_num {
  background-color: #1ca867;
  color: #fff600;
}
.sec-contact_item.current .sec-contact_intro-ttl {
  color: #005b43;
}
.sec-contact_num {
  width: 7rem;
  aspect-ratio: 1/1;
  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;
  color: rgba(28, 168, 103, 0.5);
  font-weight: 500;
  font-size: 3rem;
  background-color: #fff;
  font-family: "Poppins";
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
@media screen and (max-width: 500px) {
  .sec-contact_num {
    width: 5rem;
    font-size: 2.2rem;
  }
}
.sec-contact_intro-ttl {
  margin-top: 1rem;
  font-weight: 700;
  font-size: 1.8rem;
  color: rgba(0, 91, 67, 0.5);
}

.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;
  }
}
.contact-form__ttl {
  position: relative;
  margin-bottom: 7rem;
  padding-bottom: 2rem;
  font-size: 2.6rem;
}
@media screen and (max-width: 834px) {
  .contact-form__ttl {
    margin-bottom: 5rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 500px) {
  .contact-form__ttl {
    margin-bottom: 3rem;
    font-size: 2rem;
  }
}
.contact-form__ttl::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-image: repeating-radial-gradient(circle, #dfedd1 0px, #dfedd1 2px, transparent 2px, transparent 6px);
  background-repeat: repeat-x;
  background-position: left center;
  background-size: 6px 4px;
}

.form-main {
  padding: clamp(2rem, 4.1%, 100rem) clamp(2rem, 6.6%, 100rem);
  background-color: #fff;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
}

.contact-dl:not(:first-of-type) {
  margin-top: 5rem;
}

.contact-dt {
  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;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .contact-dt {
    gap: 1rem;
  }
}
@media screen and (max-width: 450px) {
  .contact-dt {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px 1rem;
  }
}

.contact-dd {
  margin-top: 2rem;
}
@media screen and (max-width: 500px) {
  .contact-dd {
    margin-top: 1.5rem;
  }
}

.req,
.any {
  padding: 5px 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
@media screen and (max-width: 500px) {
  .req,
  .any {
    padding: 3px 1rem;
    font-size: 1.3rem;
  }
}

.req {
  background-color: #fff600;
  color: #1ca867;
}

.any {
  background-color: rgba(0, 91, 67, 0.5);
  color: #fff;
}

input, textarea {
  display: block;
  width: 100%;
  padding: 2rem !important;
  border-width: 0;
  background-color: rgba(241, 247, 235, 0.6);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  font-size: 1.7rem;
}
@media screen and (max-width: 500px) {
  input, textarea {
    padding: 1.5rem !important;
    font-size: 1.5rem;
  }
}

textarea {
  height: 40rem;
  line-height: 1.5;
}

input[type=radio] {
  position: relative;
  width: 24px;
  height: 24px;
  padding: 0 !important;
  border: 1px solid #a8b59b;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=radio]:checked {
  border-color: #1ca867;
}
input[type=radio]:checked::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: calc(50% - 6px);
  left: calc(50% - 6px);
  background-color: #1ca867;
  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.8rem;
}
@media screen and (max-width: 500px) {
  .radio-txt {
    width: calc(100% - 3rem);
    font-size: 1.6rem;
  }
}

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

input.error-bg {
  border: 1px solid #d19f9b;
  background-color: rgba(252, 242, 241, 0.7);
}

.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.5rem;
}
@media screen and (max-width: 834px) {
  .contact-privacy_check-label {
    margin-top: 3rem;
  }
}
.contact-privacy_check-label a {
  text-decoration: underline;
}

.contact-btn_wrap {
  text-align: center;
}
.contact-btn_wrap .link__box {
  margin: 4rem auto 0;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  border-color: transparent;
}
.contact-btn_wrap .link__box:disabled {
  opacity: 0.6;
}
@media screen and (max-width: 500px) {
  .contact-btn_wrap .link__box {
    margin-top: 3rem;
    width: 100%;
  }
}

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