@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p_contact__message {
  font-size: 0.9375rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 5rem;
}
.p_contact__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  margin-bottom: 6rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_contact__progress {
    margin-bottom: 3rem;
  }
}
.p_contact__progress::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  height: 1px;
  background-color: #0A1023;
  opacity: 0.4;
}
.p_contact__progress__item {
  width: 30%;
  max-width: 180px;
  position: relative;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  padding-bottom: 1.5rem;
}
.p_contact__progress__item span {
  color: #0A1023;
  opacity: 0.4;
}
.p_contact__progress__item span:first-child {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(1rem, 2vw, 1.125rem);
}
.p_contact__progress__item span:last-child {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 300;
  font-size: clamp(0.6875rem, 1.5vw, 0.875rem);
}
.p_contact__progress__item::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -5px);
          transform: translate(-50%, -5px);
  width: 2.5rem;
  height: 9px;
  background-color: #C1C5D1;
}
.p_contact__progress__item.is-current span {
  opacity: 1;
}
.p_contact__progress__item.is-current::after {
  background-color: #0D5EFF;
}
.p_contact__thanks {
  padding: clamp(4rem, 6vw, 5rem) clamp(2rem, 6vw, 5rem);
  border: solid 1px #0A1023;
  border-radius: 20px;
}
.p_contact__thanks__heading {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #ffffff;
  text-align: center;
  margin-bottom: 2rem;
}
.p_contact__thanks__heading span {
  display: inline-block;
  padding: 0.25em 1.5em;
  background-color: #0A1023;
}
@media screen and (max-width: 480px) {
  .p_contact__thanks__heading span {
    width: 100%;
  }
}
.p_contact__thanks__body {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 2;
  margin-bottom: 3rem;
}
.p_contact__thanks__body p {
  margin-bottom: 1em;
}
.p_contact__thanks__body p:last-child {
  margin-bottom: 0;
}
.p_contact__thanks__btn {
  text-align: center;
}/*# sourceMappingURL=contact.css.map */