@charset "UTF-8";
.under-mv__bl {
  padding-top: 150px;
}

.under-mv__ttl {
  font-size: 4.2rem;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}

.breadcrumb {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 15px 0 0 auto;
  gap: 0 35px;
}
.breadcrumb li {
  position: relative;
  font-size: 1.3rem;
  color: var(--black);
}
.breadcrumb li a {
  color: var(--black);
}
.breadcrumb li::after {
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: -18px;
  content: "";
  border-right: 1px solid var(--blue);
  border-bottom: 1px solid var(--blue);
}
.breadcrumb li:last-of-type::after {
  display: none;
}

.under-mv__img {
  width: 95%;
  margin: 70px 0 0 auto;
}

.inner-s {
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.contact__mv {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 120px 0;
  height: 670px;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(217, 230, 243) 62%, rgb(217, 230, 243) 100%);
}

.contact__mv-ttl-en {
  font-family: var(--ak);
  width: -moz-fit-content;
  width: fit-content;
  font-size: 9rem;
  font-weight: 300;
  line-height: 1.4;
  background: linear-gradient(90deg, #83e3f3 0%, #72bddd 40%, #618dc2 80%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.3;
}

.contact__mv-ttl {
  font-size: 2.4rem;
  font-weight: 500;
}

.contact__form-cont {
  border-radius: 30px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.contact__step-list {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 375px;
  margin: 0 auto 60px 0;
}
.contact__step-list::before {
  width: 100%;
  height: 1px;
  background-color: var(--blue);
  display: block;
  position: absolute;
  left: 50%;
  top: 24px;
  transform: translateX(-50%);
  content: "";
}
.contact__step-list li .circle {
  width: 138px;
  height: 50px;
  border-radius: 50px;
  background-color: transparent;
  border: 1px solid var(--blue);
  position: relative;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--ibm);
  font-size: 2.4rem;
  font-weight: 500;
  color: var(--blue);
  line-height: 1;
  background-color: #fff;
}
.contact__step-list li .txt {
  font-size: 1.8rem;
  display: block;
  text-align: center;
  font-family: var(--ibm);
  font-weight: 500;
}
.contact__step-list li.active .circle {
  background-color: var(--blue);
  color: #fff;
}

.contact__main-txt {
  font-size: 2.6rem;
  margin-bottom: 1em;
  font-weight: 500;
  text-align: center;
}

.contact__caution-list {
  width: 100%;
  max-width: 100%;
  margin-bottom: 50px;
}
.contact__caution-list li {
  position: relative;
  padding-left: 1em;
  font-size: 1.5rem;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.contact__caution-list li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.caution-txt {
  font-size: 1.5rem;
}

.caution-icon {
  color: #fff;
  font-weight: 500;
  font-size: 1.3rem;
  display: inline-block;
  background-color: #f14450;
  border-radius: 3px;
  padding: 5px 10px 3px;
  line-height: 1;
}

.nini-icon {
  color: #fff;
  font-weight: 500;
  font-size: 1.3rem;
  display: inline-block;
  background-color: #465059;
  border-radius: 3px;
  padding: 5px 10px 3px;
  line-height: 1;
}

.step-sec {
  padding-top: 120px;
}

ol {
  list-style: none;
}

.contact__table {
  margin-top: 30px;
  width: 100%;
}
.contact__table th {
  width: 280px;
  padding-right: 20px;
  height: 100%;
  font-size: 2.1rem;
  display: flex;
  padding-top: 29px;
  align-items: center;
  font-weight: 500;
  gap: 10px;
  flex-wrap: wrap;
}
.contact__table td {
  width: calc(100% - 250px);
  padding: 18px 0;
  word-break: break-all;
}
.contact__table td input {
  width: 100%;
  height: 60px;
  padding: 10px;
  background-color: #f7f7f7;
  font-size: 2.1rem;
  border-radius: 5px;
}
.contact__table td input.zip1 {
  width: 250px;
  margin-right: 10px;
}
.contact__table td input.radio__btn {
  width: auto;
  height: auto;
  padding: 10px;
  background-color: transparent;
}

.confirm__table td {
  width: 100%;
}

.table-in {
  font-size: 1.6rem;
  align-items: center;
  display: flex;
  margin-bottom: 20px;
}

#zip-button {
  background: var(--blue);
  width: 50px;
  height: 30px;
  border-radius: 100px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
#zip-button .material-symbols-outlined {
  color: #fff;
  font-size: 1.5rem;
}

.btn-caution-txt {
  color: var(--blue);
  font-size: 1.7rem;
}

.radio__btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.radio__text {
  padding-left: 32px;
  position: relative;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 500;
}

.radio__text::before {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: #ebf2f3;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.radio__btn:checked + .radio__text::after {
  content: "";
  display: block;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  background-color: var(--blue);
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}

.radio__bl {
  padding-top: 30px;
}

.wide {
  width: 100%;
  height: 240px;
  resize: none;
  background-color: #f7f7f7;
  padding: 10px;
  font-size: 2rem;
  border-radius: 5px;
}

.contact__privacy-txt {
  text-align: center;
  display: flex;
  gap: 5px;
  justify-content: center;
  margin-bottom: 20px;
}
.contact__privacy-txt a {
  color: var(--black);
  display: flex;
  align-items: center;
  gap: 5px;
  border-bottom: 1px solid var(--black);
}
.contact__privacy-txt a .material-symbols-outlined {
  font-size: 20px;
  transform: translateY(-2px);
}

input[type=checkbox] {
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  transform: translateY(-1px);
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.2);
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox]:checked:before {
  position: absolute;
  top: 3px;
  left: 8px;
  transform: rotate(50deg);
  width: 7px;
  height: 15px;
  border-right: 3px solid var(--blue);
  border-bottom: 3px solid var(--blue);
  content: "";
}

.contact__privacy-check-txt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  font-size: 2rem;
  font-weight: 500;
  justify-content: center;
}

.contact__submit-btn {
  width: 280px;
  max-width: 100%;
  height: 70px;
  background: var(--blue);
  color: #fff;
  font-size: 2rem;
  border-radius: 50px;
  margin: 50px auto 0 0;
  display: block;
  text-align: left;
  padding: 0 0 0 35px;
}

.contact__finish-btn {
  width: 280px;
  max-width: 100%;
  height: 70px;
  background: var(--blue);
  color: #fff;
  font-size: 2rem;
  border-radius: 50px;
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  padding: 0 0 0 35px;
}

#content {
  padding-bottom: 100px;
}

.error {
  color: #f14450;
  font-size: 1.3rem;
  display: inline-block;
  margin-top: 3px;
}

.contact__privacy .error {
  display: block;
  text-align: center;
}

.radio__bl {
  transform: translateX(-20px);
}

.radio-error {
  display: block;
  padding-left: 20px;
}

.confirm__table th {
  padding: 18px 0 !important;
  font-size: 1.6rem !important;
}
.confirm__table td {
  font-size: 1.6rem !important;
}

.confirm__btn-bl {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}

.contact__submit-btn.gray-btn {
  background-color: var(--gray);
}

.input-btn-bl {
  margin: 40px auto 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.input-btn-bl .arrow-bl {
  background-color: #fff;
  border-radius: 100px;
  width: 50px;
  height: 30px;
  color: var(--blue);
  position: absolute;
  display: block;
  overflow: hidden;
  transition-duration: 0.5s;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.input-btn-bl .arrow-bl .arrow01 {
  border-radius: 100px;
  width: 50px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  transition-duration: 0.5s;
}
.input-btn-bl .arrow-bl .arrow02 {
  border-radius: 100px;
  width: 50px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: -100%;
  transition-duration: 0.5s;
}
.input-btn-bl:hover .arrow-bl .arrow01 {
  left: 100%;
  transition-duration: 0.5s;
}
.input-btn-bl:hover .arrow-bl .arrow02 {
  left: 0;
  transition-duration: 0.5s;
}

.contact__pp_check-caution {
  margin-bottom: 40px;
  text-align: center;
}

.step-sec.finish {
  border-bottom: none;
}
.step-sec.finish .contact__main-small-txt {
  text-align: center;
}

.privacy__bl {
  width: 100%;
  height: 530px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #dddddd;
  overflow: hidden;
  margin-bottom: 50px;
}

.privacy__bl-wrapper::-webkit-scrollbar {
  width: 35px;
}

.privacy__bl-wrapper::-webkit-scrollbar-track {
  background-color: #fff;
}

.privacy__bl-wrapper::-webkit-scrollbar-thumb {
  background-color: #54c3f1;
  border-radius: 100px;
  border: solid 12px #fff;
}

.privacy__bl-wrapper {
  padding: 30px 10px 20px 30px;
  overflow-y: scroll;
  scrollbar-width: 30px;
  scrollbar-color: #fff;
  height: 530px;
}
.privacy__bl-wrapper .txt {
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.privacy__ttl-en {
  text-align: center;
  font-family: var(--ak);
  font-size: 3.2rem;
  font-weight: 300;
}

.privacy__ttl {
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 30px;
  background-color: #e4f5fc;
  padding: 10px 25px 5px 30px;
  position: relative;
  border-radius: 3px;
}
.privacy__ttl::before {
  width: 4px;
  height: 1em;
  background-color: #19a0d8;
  display: block;
  left: 15px;
  top: 19px;
  content: "";
  position: absolute;
}

.privacy__ttl-middle {
  border-bottom: 1px solid var(--blue);
  font-size: 2.4rem;
  font-weight: 500;
  padding-bottom: 8px;
  margin-bottom: 15px;
}

.privacy__ttl-small {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--blue);
}

.contact-footer {
  padding-top: 150px;
}

td:has(.error) input[type=text],
td:has(.error) input[type=tel],
td:has(.error) input[type=email],
td:has(.error) .radio__text::before,
td:has(.error) textarea {
  background-color: #fffae5;
}

.contact__privacy {
  margin-top: 20px;
}

.base__link02.p2 {
  margin-top: 150px;
  height: 70px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  margin-bottom: 100px;
}
.base__link02.p2 .txt {
  font-size: 2.1rem;
}
.base__link02.p2 .arrow-bl .arrow01 {
  left: 100%;
  transition-duration: 0.5s;
}
.base__link02.p2 .arrow-bl .arrow02 {
  left: 0;
  transition-duration: 0.5s;
}
.base__link02.p2:hover .arrow-bl .arrow01 {
  left: 0;
  transition-duration: 0.5s;
}
.base__link02.p2:hover .arrow-bl .arrow02 {
  left: -100%;
  transition-duration: 0.5s;
}

.detail-th {
  padding-top: 105px !important;
}

@media (max-width: 1349px) {
  .contact__mv {
    height: 490px;
  }
}
@media (max-width: 1199px) {
  .contact__mv-ttl-en {
    font-size: 7rem;
  }
  .contact__mv {
    height: 400px;
  }
  .contact__table td input.zip2 {
    width: 105px;
  }
  .contact__table td {
    width: calc(100% - 250px);
  }
}
@media (max-width: 834px) {
  .contact__table th {
    width: 100%;
    padding-right: 0;
    height: 100%;
    font-size: 1.5rem;
    display: flex;
    padding-top: 10px;
    text-align: left;
  }
  .contact__table td {
    width: 100%;
    display: block;
    padding: 5px 0 15px;
  }
  .contact__table td input {
    width: 100%;
    height: 45px;
    padding: 10px;
    font-size: 1.5rem;
  }
  .radio__text {
    font-size: 1.5rem;
    display: block;
  }
  .radio__bl {
    transform: translateX(0);
  }
  .contact__table td input.radio__btn {
    width: 0;
    height: 0;
    padding: 0;
  }
  .radio-error {
    padding-left: 0;
  }
  .table-in {
    font-size: 1.5rem;
  }
  .contact__table td input.zip1 {
    width: 60px;
  }
  .contact__table td input.zip2 {
    width: 80px;
  }
  #zip-button {
    width: 70px;
    height: 40px;
  }
  .contact__privacy-txt {
    font-size: 1.5rem;
  }
  .contact__privacy-txt a {
    display: inline-flex;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1;
  }
  .contact__privacy-txt {
    display: block;
  }
  .wide {
    height: 180px;
    font-size: 1.5rem;
  }
  .contact__table td input.zip1 {
    width: 120px;
    margin-right: 5px;
    margin-left: 0px;
  }
  .contact__table td input.zip2 {
    width: 61px;
    margin-right: 5px;
    margin-left: 5px;
  }
  #zip-button {
    width: 70px;
    height: 40px;
  }
  .step-sec {
    padding-top: 40px;
  }
  .contact__step-list {
    margin: 0 auto 30px 0;
  }
  .contact__main-txt {
    font-size: 1.6rem;
  }
  .contact__caution-list li {
    font-size: 1.3rem;
    text-align: left;
    width: 100%;
  }
  .contact__caution-list {
    margin-bottom: 20px;
  }
  #content {
    padding-bottom: 60px;
  }
  .contact__submit-btn {
    width: 220px;
    height: 50px;
    font-size: 1.6rem;
  }
  .confirm__table th {
    padding: 10px 0 2px !important;
    font-size: 1.5rem !important;
  }
  .confirm__table td {
    font-size: 1.5rem !important;
    padding: 0 0 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  }
  .contact__submit-btn {
    font-size: 1.5rem;
    margin: 0;
  }
  .confirm__btn-bl {
    flex-direction: column-reverse;
    margin-top: 40px;
  }
  .confirm__table th {
    padding: 15px 0 2px !important;
  }
  .step-sec.finish .contact__main-small-txt {
    font-size: 1.4rem;
  }
  .contact__finish-btn {
    width: 200px;
    height: 60px;
    font-size: 1.6rem;
    margin: 30px auto 0;
  }
  .contact__mv-ttl-en {
    font-size: 5rem;
  }
  .contact__mv-ttl {
    font-size: 2rem;
  }
  .contact__mv {
    padding: 70px 0;
    height: 270px;
  }
  .contact__step-list {
    width: 180px;
  }
  .contact__step-list li .circle {
    width: 70px;
    height: 40px;
    margin-bottom: 5px;
    font-size: 1.8rem;
  }
  .contact__step-list::before {
    top: 23px;
  }
  .contact__step-list li .txt {
    font-size: 1.5rem;
  }
  .contact__table {
    margin-top: 10px;
  }
  .privacy__bl-wrapper {
    padding: 30px 0 30px 20px;
    height: 350px;
  }
  .privacy__bl {
    height: 350px;
    border-radius: 15px;
    margin-bottom: 30px;
  }
  .privacy__bl-wrapper::-webkit-scrollbar {
    width: 25px;
  }
  .privacy__bl-wrapper::-webkit-scrollbar-thumb {
    border-radius: 100px;
    border: solid 10px #fff;
  }
  .privacy__ttl-en {
    font-size: 2.6rem;
  }
  .privacy__ttl {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
  .privacy__ttl-middle {
    font-size: 1.7rem;
  }
  .privacy__bl-wrapper .txt {
    font-size: 1.5rem;
  }
  .privacy__ttl-small {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
  .privacy__ttl-small::before {
    top: 11px;
  }
  .contact__privacy-check-txt {
    font-size: 1.5rem;
  }
  #zip-button {
    width: 40px;
    font-size: 1.3rem;
    height: 24px;
    margin-right: 5px;
  }
  .btn-caution-txt {
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .contact-footer {
    padding-top: 80px;
  }
  .under-mv__ttl {
    font-size: 2.8rem;
    padding-bottom: 2px;
  }
  .under-mv__bl {
    padding-top: 80px;
  }
  .under-mv__img {
    width: 100%;
    margin: 30px 0 0 auto;
  }
  .contact__pp_check-caution {
    margin-bottom: 20px;
  }
  .input-btn-bl .arrow-bl {
    width: 40px;
    height: 20px;
    right: 15px;
  }
  .input-btn-bl .arrow-bl .arrow01 {
    width: 40px;
    height: 20px;
    font-size: 1.2rem;
  }
  .input-btn-bl .arrow-bl .arrow02 {
    width: 40px;
    height: 20px;
    font-size: 1.2rem;
  }
  .base__link02.p2 {
    margin-top: 50px;
    margin-bottom: 30px;
    height: 50px;
    padding-right: 35px;
    width: 220px;
  }
  .base__link02.p2 .txt {
    font-size: 1.5rem;
  }
  _::-webkit-full-page-media,
  _:future,
  :root .privacy__bl-wrapper {
    padding: 30px;
  }
}
@media screen and (max-width: 834px) and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,
  .privacy__bl-wrapper {
    padding: 30px;
  }
}
@media (max-width: 834px) {
  .detail-th {
    padding-top: 10px !important;
  }
}
@media (max-width: 449px) {
  .privacy__ttl::before {
    display: none;
  }
  .privacy__ttl {
    padding: 10px 15px 5px;
  }
}/*# sourceMappingURL=contact.css.map */