@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}

@media screen and (max-width: 834px) {
  .under-body .header {
    position: relative;
  }
}

.under-fv {
  margin: 10.5rem auto 0;
  text-align: center;
  padding-top: 5.8rem;
}
@media screen and (max-width: 834px) {
  .under-fv {
    margin: 1.5rem auto 2rem;
    padding-top: 3.7rem;
  }
  .under-fv .under-fv__logo {
    width: 60%;
    margin: 0 auto;
  }
}

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

.c-contact {
  padding-top: 5.4rem;
  padding-bottom: 21rem;
}
@media screen and (max-width: 834px) {
  .c-contact {
    padding: 3vw 0 10rem;
  }
}
.c-contact .inner {
  max-width: 1040px;
}
.c-contact__current {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 7.6rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.c-contact__current::before {
  position: absolute;
  content: "";
  width: 10rem;
  height: 1px;
  top: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background-color: #eeeeee;
}
@media screen and (max-width: 834px) {
  .c-contact__current {
    gap: 7rem;
  }
  .c-contact__current::before {
    top: 2rem;
    width: 7rem;
  }
}
.c-contact__current-item.--curent .c-contact__current-circle {
  background-color: #111111;
  color: #fff;
}
.c-contact__current-item.--curent .c-contact__current-circle::before {
  background-color: #111;
}
.c-contact__current-item.--curent .c-contact__current-txt {
  color: #111111;
}
.c-contact__current-circle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  color: #fff;
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 50%;
  background-color: #e8e8e8;
  color: #999999;
  font-size: clamp(1.5rem, 1.5vw, 1.8rem);
  font-family: "Questrial", sans-serif;
}
@media screen and (max-width: 834px) {
  .c-contact__current-circle {
    width: 4rem;
    height: 4rem;
  }
}
.c-contact__current-txt {
  margin-top: 1rem;
  text-align: center;
  color: #b8b8b8;
  font-size: 2.1rem;
  font-weight: 600;
}
@media screen and (max-width: 834px) {
  .c-contact__current-txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 450px) {
  .c-contact__current-txt {
    margin-top: 0.5rem;
  }
}
.c-contact__top-ttl {
  margin-top: 5.4rem;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #111111;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .c-contact__top-ttl {
    margin-top: 3rem;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 450px) {
  .c-contact__top-ttl {
    font-size: 2rem;
  }
}
.c-contact__top-txt {
  margin: 3rem auto 0;
  max-width: 74rem;
  font-size: 1.7rem;
  line-height: 1.76;
  color: #111111;
  text-align: left;
}
@media screen and (max-width: 834px) {
  .c-contact__top-txt {
    margin-top: 1.5rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 450px) {
  .c-contact__top-txt {
    text-align: left;
  }
}
.c-contact__form {
  margin-top: 7rem;
}
@media screen and (max-width: 834px) {
  .c-contact__form {
    margin-top: 3rem;
  }
}
.c-contact__list {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
}
.c-contact__item {
  padding: 0 0 4.8rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.6rem;
}
.c-contact__item:has(input[type=radio]) .c-contact__ttl {
  padding-top: 9px;
}
.c-contact__item:has(input[type=radio]) .c-contact__parts-input {
  padding-top: 0.4rem;
}
.c-contact__item:has(input[type=radio]) .error {
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .c-contact__item {
    position: relative;
    padding: 2rem 0;
    flex-direction: column;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  .c-contact__item {
    gap: 1rem;
  }
}
.c-contact__ttl {
  padding-top: 1rem;
  min-width: calc(14em + 6rem + 2rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  font-size: 1.6rem;
  color: #111111;
}
@media screen and (max-width: 900px) {
  .c-contact__ttl {
    padding-top: 0;
  }
}
@media screen and (max-width: 834px) {
  .c-contact__ttl {
    font-size: 1.5rem;
    justify-content: flex-start;
  }
}
.c-contact__parts {
  width: 100%;
  display: flex;
  gap: 1rem;
}
.c-contact__parts:has(.c-contact__parts-label) {
  flex-direction: column;
}
.c-contact__parts:has(.c-contact__parts-label) .c-contact__req {
  margin-top: 0.7rem;
}
.c-contact__parts:has(.select-txt) {
  display: flex;
  gap: 1rem 5rem;
}
.c-contact__parts .fa-solid {
  margin-right: 2rem;
  display: inline-block;
}
.c-contact__parts-input {
  width: 100%;
}
.c-contact__parts-input:has(.c-contact__parts-label) {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 5rem;
}
@media screen and (max-width: 834px) {
  .c-contact__parts-input:has(.c-contact__parts-label) {
    gap: 1rem 3rem;
  }
}
.c-contact__parts-input .error {
  width: 100%;
}
.c-contact__parts-input:has(.select-txt) {
  width: 100%;
  display: flex;
  gap: 2rem 5rem;
}
@media screen and (max-width: 1300px) {
  .c-contact__parts-input:has(.select-txt) {
    flex-wrap: wrap;
  }
}
.c-contact__parts-input.--contact02 {
  max-width: 59rem;
}
.c-contact__parts-label {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  font-size: 1.8rem;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .c-contact__parts-label {
    gap: 0.8rem;
  }
}
.c-contact__parts-label input {
  margin-top: 0.2rem;
  min-width: 2rem;
}
@media screen and (max-width: 834px) {
  .c-contact__parts-label input {
    margin-top: 0;
  }
}
@media screen and (max-width: 834px) {
  .c-contact__parts-label {
    font-size: 1.5rem;
  }
}
.c-contact__date {
  position: relative;
}
.c-contact__req {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 2.5rem;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.4rem 0;
  border: 1px solid #5f6e7a;
  border-radius: 12.5rem;
  background: #5f6e7a;
  color: #fff;
}
.c-contact__req.--any {
  background-color: transparent;
}
@media screen and (max-width: 834px) {
  .c-contact__req {
    width: 5rem;
    font-size: 1.2rem;
  }
}
.c-contact__n-req {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 2.5rem;
  font-size: 1.2rem;
  line-height: 1;
  border-radius: 12.5rem;
  background: rgba(95, 110, 122, 0.5);
  color: #fff;
}
@media screen and (max-width: 834px) {
  .c-contact__n-req {
    width: 5rem;
    font-size: 1.2rem;
  }
}
.c-contact .c-btn {
  margin: 4rem auto 0;
  border-width: 0;
  height: 7rem;
}
@media screen and (min-width: 835px) {
  .c-contact .c-btn {
    max-width: 30.3rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .c-contact .c-btn {
    height: 6rem;
  }
}
.c-contact .c-btn.--arw {
  max-width: 35rem;
}
@media screen and (min-width: 835px) {
  .c-contact .c-btn.--arw {
    margin-top: 5rem;
  }
}

.contact__privacy {
  padding: 5.6rem 4.6%;
  max-height: 30rem;
  margin-top: 10rem;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #dddddd;
}
@media screen and (max-width: 834px) {
  .contact__privacy {
    padding: 3.5rem 5%;
    margin-top: 4rem;
    max-height: 20rem;
  }
}
.contact__privacy-sub-ttl {
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
  margin-bottom: 3rem;
}
@media screen and (max-width: 834px) {
  .contact__privacy-sub-ttl {
    margin-bottom: 2.5rem;
  }
}
.contact__privacy-heading {
  padding-bottom: 1rem;
  font-size: 1.4rem;
  margin: 3rem 0 0rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 834px) {
  .contact__privacy-heading {
    margin: 2rem 0 0rem;
  }
}
.contact__privacy-heading span {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #111111;
}
.contact__privacy-txt, .contact__privacy-signature {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #111111;
}
.contact__controller-checkbox {
  margin: 7.6rem 0 3rem;
}
.contact__controller-checkbox label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 834px) {
  .contact__controller-checkbox {
    margin: 3rem 0px 1rem;
  }
  .contact__controller-checkbox label {
    font-size: 1.4rem;
    gap: 0.5rem;
  }
}
.contact__controller-submit {
  margin: 0 auto;
}

.contact__submit-btn {
  position: relative;
  margin: 0 auto;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 600;
  width: 300px;
  max-width: 100%;
  height: 80px;
  border-radius: 40px;
  text-align: center;
  border: 1px solid #111111;
  color: #fff;
  background: transparent;
  background-color: #111111;
  overflow: hidden;
}
.contact__submit-btn:hover {
  cursor: pointer;
}
.contact__submit-btn .btn-txt__wrap {
  height: 22.5px;
}
@media screen and (max-width: 834px) {
  .contact__submit-btn .btn-txt__wrap {
    height: 17.5px;
  }
}
@media screen and (max-width: 834px) {
  .contact__submit-btn {
    font-size: 1.4rem;
    width: 210px;
    height: 60px;
  }
}

.c-thanks .c-contact__top-txt {
  text-align: center;
}
@media screen and (max-width: 450px) {
  .c-thanks .c-contact__top-txt {
    text-align: center;
  }
}
@media screen and (min-width: 835px) {
  .c-thanks .c-btn {
    margin-top: 8rem;
  }
}

.form-text,
.form-tel,
.form-email,
.p-region {
  width: 100%;
  min-height: 5.5rem;
  margin-bottom: 1rem;
  padding: 0 2rem;
  background: #f4f4f4;
  border: 1px solid transparent;
}
@media screen and (max-width: 834px) {
  .form-text,
  .form-tel,
  .form-email,
  .p-region {
    min-height: 4.5rem;
  }
}

select {
  max-width: 30rem;
  width: 100%;
  height: 5.5rem;
  padding: 1.5rem 2rem 1.8rem;
  font-size: 1.6rem;
  background: #fff;
  border: 1px solid #cccccc;
}
@media screen and (max-width: 834px) {
  select {
    padding: 1rem 1.5rem;
    height: 5rem;
  }
}

option {
  padding: 2rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  option {
    padding: 1rem 1.5rem !important;
  }
}

textarea {
  width: 100%;
  height: 36rem;
  padding: 2rem !important;
  display: block;
  background: #f4f4f4;
  border: 1px solid transparent;
}
@media screen and (max-width: 834px) {
  textarea {
    padding: 1rem 1.5rem !important;
    height: 20rem;
  }
}

input[type=radio] {
  position: relative;
  width: 2rem;
  height: 2rem;
  height: auto;
  aspect-ratio: 1;
  padding: 0 !important;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 100vmax;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  border-radius: 100vmax;
  background-color: #111;
}

input[type=checkbox] {
  position: relative;
  padding: 0 !important;
  width: 2rem;
  height: 2rem;
  aspect-ratio: 1/1;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
@media screen and (max-width: 834px) {
  input[type=checkbox] {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.c-contact__option-other {
  display: flex;
  align-items: center;
  margin-top: 2.7rem;
  gap: 2.6rem;
}
@media screen and (max-width: 834px) {
  .c-contact__option-other {
    flex-direction: column;
    gap: 1rem;
  }
}
@media screen and (max-width: 834px) {
  .c-contact__option-other p {
    font-size: 1.4rem;
    text-align: left;
    width: 100%;
  }
}
.c-contact__option-other input {
  width: 70%;
}
@media screen and (max-width: 834px) {
  .c-contact__option-other input {
    width: 100%;
  }
}

input[type=date] {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 2rem !important;
  background-image: url(../img/contact/calendar.png);
  background-repeat: no-repeat;
  background-position: top 50% right 2rem;
  background-size: 1.6rem auto;
}
input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-appearance: none;
          appearance: none;
}
@media screen and (max-width: 834px) {
  input[type=date] {
    padding: 1rem 1.5rem !important;
  }
}

.select-item {
  width: 100%;
  display: flex;
  gap: 2rem;
}
.select-item.--country {
  flex-direction: column;
  gap: 1rem;
}

.select-txt {
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-top: 1.3rem;
  color: rgba(25, 25, 25, 0.6);
}

.select-input {
  max-width: 35.3rem;
  width: calc(100% - 5rem);
}

.notice-txt {
  margin-top: 0.2rem;
  display: block;
  font-size: 1.8rem;
  color: rgba(51, 51, 51, 0.6);
}
@media screen and (max-width: 834px) {
  .notice-txt {
    font-size: 1.5rem;
  }
}

.error {
  margin-top: 1rem;
  display: block;
  color: #c85a6a;
}

.contact-error-btn {
  position: relative;
  margin: 3rem auto;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 600;
  width: 300px;
  max-width: 100%;
  height: 80px;
  border-radius: 40px;
  text-align: center;
  border: 1px solid #111111;
  color: #fff;
  background: transparent;
  background-color: #111111;
  overflow: hidden;
}
.contact-error-btn:hover {
  cursor: pointer;
}
.contact-error-btn .btn-txt__wrap {
  height: 22.5px;
}
@media screen and (max-width: 834px) {
  .contact-error-btn .btn-txt__wrap {
    height: 17.5px;
  }
}
@media screen and (max-width: 834px) {
  .contact-error-btn {
    font-size: 1.4rem;
    width: 210px;
    height: 60px;
  }
}

.error-bg {
  background: #fbf3f1;
}/*# sourceMappingURL=contact.css.map */