@charset "UTF-8";
#page-mv {
  background-image: url(../img/webp/contact/mv.webp);
}

.c-contact {
  padding-top: 70px;
}
@media only screen and (max-width: 480px) {
  .c-contact {
    padding: 40px 0 0;
  }
}
.c-contact .inner {
  width: 90%;
}
.c-contact__current {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 40px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.c-contact__current::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 480px) {
  .c-contact__current {
    gap: 35px;
  }
  .c-contact__current::before {
    top: 20px;
    width: 70px;
  }
}
.c-contact__current-item {
  list-style: none;
  padding-left: 0;
}
.c-contact__current-item.--curent .c-contact__current-circle {
  background-color: #004ea2;
  color: #fff;
}
.c-contact__current-item.--curent .c-contact__current-txt {
  color: #000;
}
.c-contact__current-circle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #a7aabd;
  color: #fff;
  font-size: clamp(18px, 1.8vw, 24px);
  font-family: var(--en);
}
@media only screen and (max-width: 480px) {
  .c-contact__current-circle {
    width: 4rem;
    height: 4rem;
  }
}
.c-contact__current-txt {
  margin-top: 1rem;
  text-align: center;
  font-family: "Shippori Antique B1", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 480px) {
  .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: 400;
  letter-spacing: 0.05em;
  color: #000;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .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-list {
  margin: 30px auto 0;
  display: flex;
  flex-direction: column;
  padding-left: 18px;
  gap: 0;
}
@media only screen and (max-width: 480px) {
  .c-contact__top-list {
    margin-top: 15px;
  }
}
.c-contact__top-txt {
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.76;
  color: #000;
  letter-spacing: 0.05em;
  text-align: left;
  text-indent: -18px;
  list-style: none;
  font-weight: 500;
  position: relative;
}
.c-contact__top-txt::before {
  content: "※";
}
.c-contact__form {
  margin-top: 60px;
  padding: 50px 0;
  background: #e6e6e6;
}
@media only screen and (max-width: 480px) {
  .c-contact__form {
    margin-top: 3rem;
  }
}
.c-contact__list {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
}
.c-contact__item {
  padding: 0 0 35px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
}
.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 only screen and (max-width: 480px) {
  .c-contact__item {
    gap: 1rem;
  }
}
.c-contact__ttl {
  padding-top: 1rem;
  gap: 10px;
  font-size: clamp(18px, 1.7vw, 20px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .c-contact__ttl {
    padding-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .c-contact__ttl {
    justify-content: flex-start;
  }
}
.c-contact__parts {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.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: 20px 25px;
}
@media only screen and (max-width: 480px) {
  .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 only screen and (max-width: 480px) {
  .c-contact__parts-label {
    gap: 0.8rem;
  }
}
.c-contact__parts-label input {
  margin-top: 0.2rem;
  min-width: 2rem;
}
@media only screen and (max-width: 480px) {
  .c-contact__parts-label input {
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .c-contact__parts-label {
    font-size: 1.5rem;
  }
}
.c-contact__desc {
  font-size: clamp(14px, 1.3vw, 15px);
}
.c-contact__date {
  position: relative;
}
.c-contact__req {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 18px;
  font-size: 12px;
  line-height: 1;
  padding: 0.4rem 0;
  border: 1px solid #a40048;
  background: #a40048;
  color: #fff;
}
.c-contact__req.--any {
  background-color: transparent;
}
@media only screen and (max-width: 480px) {
  .c-contact__req {
    width: 5rem;
    font-size: 1.2rem;
  }
}
.c-contact__n-req {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 18px;
  font-size: 12px;
  line-height: 1;
  padding: 0.4rem 0;
  border: 1px solid #a7aabd;
  background: #a7aabd;
  color: #fff;
}
@media only screen and (max-width: 480px) {
  .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 only screen and (max-width: 480px) {
  .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: 20px 4.6%;
  width: 90%;
  margin: 0 auto;
  min-height: 350px;
  overflow-y: auto;
  border: 1px solid rgba(0, 0, 0, 0.2);
  max-height: 300px;
}
.contact__privacy .contact__privacy-sub-ttl {
  margin-bottom: 25px;
  font-size: clamp(20px, 2vw, 25px);
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-weight: 500;
}
.contact__privacy-heading {
  margin: 40px 0 15px;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 500;
  padding-left: 20px;
  border-left: 3px solid #004ea2;
  font-size: clamp(17px, 1.6vw, 22px);
  display: flex;
  align-items: center;
  gap: 1rem;
}
.contact__privacy-txt, .contact__privacy-signature {
  font-size: clamp(15px, 1.6vw, 18px);
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.contact__privacy-txt {
  display: flex;
  flex-direction: column;
}
.contact__privacy-txt ul {
  padding-left: 18px;
}
.contact__privacy-txt ul li {
  list-style: none;
  position: relative;
}
.contact__privacy-txt ul li::before {
  content: "";
  width: 12px;
  position: absolute;
  height: 12px;
  background: #004ea2;
  border-radius: 50%;
  left: -17px;
  top: 10px;
}
@media only screen and (max-width: 480px) {
  .contact__privacy-txt ul li::before {
    width: 10px;
    height: 10px;
    left: -17px;
    top: 7px;
  }
}
.contact__privacy-signature {
  margin-top: 30px;
}

.contact__controller .contact__controller-checkbox {
  margin: 30px 0 35px;
}
.contact__controller .contact__controller-checkbox label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 480px) {
  .contact__controller .contact__controller-checkbox label {
    font-size: 14px;
    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: 16px;
  font-weight: 400;
  width: 200px;
  max-width: 100%;
  height: 50px;
  text-align: center;
  border: 1px solid #000;
  color: #fff;
  background: transparent;
  background-color: #000;
  overflow: hidden;
}
.contact__submit-btn:hover {
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .contact__submit-btn {
    font-size: 1.4rem;
    width: 210px;
    height: 60px;
  }
}

.contact-error-btn {
  position: relative;
  margin: 0 auto;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  width: 200px;
  max-width: 100%;
  height: 50px;
  text-align: center;
  border: 1px solid #000;
  color: #fff;
  background: transparent;
  background-color: #000;
  overflow: hidden;
}
.contact-error-btn:hover {
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .contact-error-btn {
    font-size: 1.4rem;
    width: 210px;
    height: 60px;
  }
}

.c-thanks .c-contact__top-ttl,
.c-error .c-contact__top-ttl {
  margin-top: 35px;
  margin-bottom: 30px;
}
.c-thanks .c-contact__top-txt,
.c-error .c-contact__top-txt {
  text-indent: 0;
}
@media screen and (min-width: 835px) {
  .c-thanks .c-btn,
  .c-error .c-btn {
    margin-top: 8rem;
  }
}
.c-thanks .c-contact__top-txt::before,
.c-error .c-contact__top-txt::before {
  content: none;
}

.c-error {
  padding-top: 20px;
}

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

select {
  max-width: 240px;
  width: 100%;
  height: 5.5rem;
  padding: 10px 2rem 10px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #cccccc;
}
@media only screen and (max-width: 480px) {
  select {
    padding: 1rem 1.5rem;
    height: 5rem;
  }
}

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

textarea {
  width: 100%;
  height: 300px;
  padding: 2rem !important;
  display: block;
  background: #fff;
  border: 1px solid transparent;
}
@media only screen and (max-width: 480px) {
  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 only screen and (max-width: 480px) {
  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 only screen and (max-width: 480px) {
  .c-contact__option-other {
    flex-direction: column;
    gap: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  .c-contact__option-other p {
    font-size: 1.4rem;
    text-align: left;
    width: 100%;
  }
}
.c-contact__option-other input {
  width: 70%;
}
@media only screen and (max-width: 480px) {
  .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 only screen and (max-width: 480px) {
  input[type=date] {
    padding: 1rem 1.5rem !important;
  }
}

.kibou.c-contact__item:has(input[type=radio]) .c-contact__parts-input {
  flex-wrap: wrap;
  gap: 0px;
}
.kibou.c-contact__item:has(input[type=radio]) .c-contact__parts-input .c-contact__parts-label {
  width: 47%;
}

.zip .c-contact__parts {
  flex-direction: column;
  gap: 0;
}
.zip #zipbox input {
  min-height: 50px;
  padding: 0 2rem;
  background: #fff;
  border: 1px solid transparent;
  margin-left: 10px;
}
@media only screen and (max-width: 480px) {
  .zip #zipbox input {
    min-height: 4.5rem;
  }
}
.zip #zipbox input.error-bg {
  background-color: #e1ccd2;
}
.zip #address_box {
  font-size: clamp(12px, 1.1vw, 15px);
  margin-top: 13px;
}

.birth .c-contact__parts-input {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.birth .form-text {
  width: 20%;
  margin-bottom: 0rem;
}
.birth .form-text:first-child {
  width: 25%;
}
.birth .unit-txt {
  margin: 0 20px 0 8px;
}

.note {
  color: #a7aabd;
  font-size: 14px;
}

.note-zip {
  padding-left: 26px;
}

.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 only screen and (max-width: 480px) {
  .notice-txt {
    font-size: 1.5rem;
  }
}

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

.contact-error-btn {
  position: relative;
  margin: 70px auto 40px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  width: 200px;
  max-width: 100%;
  height: 50px;
  text-align: center;
  border: 1px solid #000;
  color: #fff;
  background: transparent;
  background-color: #000;
  overflow: hidden;
}
.contact-error-btn:hover {
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .contact-error-btn {
    font-size: 1.4rem;
    width: 210px;
    height: 60px;
  }
}

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