.about-intro__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .about-intro__content {
    flex-direction: column;
  }
}

.about-intro__text {
  font-size: 1.6rem;
  line-height: 1.8;
  width: 47%;
}
.about-intro__text a {
  text-decoration: underline;
}
.about-intro__text span {
  padding: 1.5rem 3rem;
  color: #1D2A55;
  display: block;
  border: 2px solid #1D2A55;
  margin: 1rem 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  .about-intro__text {
    font-size: 1.4rem;
    width: 100%;
    order: 2;
  }
}

.about-intro__image {
  width: 45%;
}
@media (max-width: 767px) {
  .about-intro__image {
    width: 100%;
    order: 1;
  }
}
.about-intro__image img {
  object-fit: contain;
}

.contact-steps {
  margin-top: 8rem;
  display: flex;
  gap: 15rem;
  justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .contact-steps {
    gap: 8rem;
  }
}
.contact-steps::after {
  content: "";
  position: absolute;
  height: 0.2rem;
  width: 41rem;
  background-color: #1D2A55;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4rem;
}
@media (max-width: 767px) {
  .contact-steps::after {
    width: 27rem;
  }
}

.contact-step {
  text-align: center;
}

.contact-step__number {
  font-size: 1.8rem;
  color: #1D2A55;
  font-weight: bold;
}

.contact-step__bar {
  width: 2rem;
  height: 2rem;
  background-color: #1D2A55;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  border-radius: 50%;
}

.contact-step__label {
  font-size: 1.8rem;
  font-weight: bold;
  color: #1D2A55;
  margin-top: 1.2rem;
}

.contact-step--complete .contact-step__number, .contact-step--complete .contact-step__label {
  color: #333;
}
.contact-step--complete .contact-step__bar {
  background-color: #fff;
  position: relative;
  z-index: 2;
  border: 1px solid #333;
}

.contact-page {
  margin-bottom: 10rem;
  margin-top: 6rem;
}

.contact-form__fields {
  margin-top: 6rem;
}

.contact-form__field:nth-of-type(n+2) {
  margin-top: 5rem;
}

.contact-form__label-group {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.contact-form__required {
  width: 3.2rem;
  height: 2rem;
  font-size: 1.1rem;
  background-color: red;
  color: #fff;
  border-radius: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.contact-form__optional {
  width: 3.2rem;
  height: 2rem;
  font-size: 1.1rem;
  background-color: #bdbdbd;
  color: #fff;
  border-radius: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.contact-form__label {
  font-size: 1.6rem;
}

.contact-form__input-group {
  margin-top: 1.3rem;
}
.contact-form__input-group input[type=text], .contact-form__input-group input[type=email], .contact-form__input-group input[type=tel] {
  border: 1px solid #ccc;
  width: 100%;
  height: 4.5rem;
  border-radius: 0.8rem;
  padding: 1rem;
  font-size: 1.6rem;
}
.contact-form__input-group textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0.8rem;
  padding: 1rem;
  height: 24rem;
  resize: none;
  font-size: 1.6rem;
}

.contact-form__submit {
  margin-top: 8rem;
}

.wpcf7-submit {
  width: 30rem;
  height: 5rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1D2A55;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  border-radius: 5rem;
  border: none;
  transition: 0.3s;
}
.wpcf7-submit:hover {
  color: #fff;
  opacity: 0.8;
}

.wpcf7-list-item-label {
  font-size: 1.6rem;
}

.wpcf7-checkbox {
  justify-content: flex-start;
}

.wpcf7-list-item label {
  display: flex;
  gap: 0.4rem;
  align-items: center;
}
.wpcf7-list-item label input[type=radio], .wpcf7-list-item label input[type=checkbox] {
  margin: 0;
}

.wpcf7-form-control {
  display: flex;
  gap: 2rem;
}

.contact-guidance {
  margin-top: 6rem;
  font-size: 2rem;
  text-align: center;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .contact-guidance {
    font-size: 1.6rem;
  }
}

.membership-terms-section {
  margin-top: 8rem;
}

.membership-terms-title {
  background-color: #1D2A55;
  padding: 0.8rem 0;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .membership-terms-title {
    font-size: 2rem;
  }
}

.membership-terms-content {
  margin-top: 4rem;
  height: 44rem;
  overflow: auto;
  padding: 2rem;
  border: 1px solid #ccc;
}

.membership-terms-text {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .membership-terms-text {
    font-size: 1.4rem;
  }
}

.download-section {
  margin-top: 8rem;
}

.download-section__title {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .download-section__title {
    font-size: 2rem;
  }
}

.download-section__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .download-section__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    margin-top: 2rem;
  }
}

.contact-section {
  margin-top: 10rem;
}

.download-section__item-title {
  font-size: 2rem;
  background-color: #1D2A55;
  padding: 1rem 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .download-section__item-title {
    font-size: 1.8rem;
  }
}

.download-section__item-content {
  border: 2px solid #1D2A55;
  padding: 1rem 0rem;
  display: flex;
  color: #333;
  justify-content: center;
  align-items: center;
}

.download-section__item-text {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .download-section__item-text {
    font-size: 1.4rem;
  }
}

.page-id-985 .contact-form__input-group,.page-id-1071 .contact-form__input-group {
  font-size: 1.6rem;
}
.page-id-985 .contact-section,.page-id-1071 .contact-section {
  margin-top: 15rem;
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .page-id-985 .contact-section,.page-id-1071 .contact-section {
    margin-top: 8rem;
  }
}
.page-id-985 .contact-step:nth-of-type(1) .contact-step__bar,.page-id-1071 .contact-step:nth-of-type(1) .contact-step__bar {
  background-color: #fff;
  border: 1px solid #1D2A55;
  z-index: 2;
  position: relative;
}
.page-id-985 .contact-step:nth-of-type(1) .contact-step__number,.page-id-1071 .contact-step:nth-of-type(1) .contact-step__number {
  color: #333;
}
.page-id-985 .contact-step:nth-of-type(1) .contact-step__label,.page-id-1071 .contact-step:nth-of-type(1) .contact-step__label {
  color: #333;
}
.page-id-985 .contact-step:nth-of-type(2) .contact-step__bar,.page-id-1071 .contact-step:nth-of-type(2) .contact-step__bar {
  background-color: #1D2A55;
  border: 1px solid #1D2A55;
  z-index: 2;
  position: relative;
}
.page-id-985 .contact-step:nth-of-type(2) .contact-step__number,.page-id-1071 .contact-step:nth-of-type(2) .contact-step__number {
  color: #1D2A55;
}
.page-id-985 .contact-step:nth-of-type(2) .contact-step__label,.page-id-1071 .contact-step:nth-of-type(2) .contact-step__label {
  color: #1D2A55;
}
.page-id-985 .contact-form__submit,.page-id-1071 .contact-form__submit {
  display: flex;
  justify-content: center;
  gap: 4rem;
}
.page-id-985 .wpcf7-previous,.page-id-1071 .wpcf7-previous {
  width: 30rem;
  height: 5rem;
  justify-content: center;
  align-items: center;
  border: 2px solid #1D2A55;
  background-color: #fff;
  font-size: 1.6rem;
  border-radius: 5rem;
  transition: 0.3s;
  color: #1D2A55;
}
.page-id-985 .wpcf7-submit,.page-id-1071 .wpcf7-submit {
  margin-left: 0;
  margin-right: 0;
  transition: 0.3s;
}
.page-id-985 .wpcf7-submit:hover,.page-id-1071 .wpcf7-submit:hover {
  opacity: 0.8;
}
.page-id-985 .wpcf7-spinner,.page-id-1071 .wpcf7-spinner {
  display: none;
}

.contact-section__title {
  font-size: 5.6rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-section__title {
    font-size: 2.8rem;
  }
}

.contact-section__text {
  font-size: 1.6rem;
  margin-top: 5rem;
  text-align: center;
  line-height: 1.6;
}

.page-id-988 .contact-section {
  margin-top: 15rem;
  margin-bottom: 12rem;
}
@media (max-width: 767px) {
  .page-id-988 .contact-section {
    margin-top: 10rem;
  }
}
.page-id-988 .contact-step:nth-of-type(1) .contact-step__bar {
  background-color: #fff;
  border: 1px solid #1D2A55;
  z-index: 2;
  position: relative;
}
.page-id-988 .contact-step:nth-of-type(1) .contact-step__number {
  color: #333;
}
.page-id-988 .contact-step:nth-of-type(1) .contact-step__label {
  color: #333;
}
.page-id-988 .contact-step:nth-of-type(3) .contact-step__bar {
  background-color: #1D2A55;
  border: 1px solid #1D2A55;
  z-index: 2;
  position: relative;
}
.page-id-988 .contact-step:nth-of-type(3) .contact-step__number {
  color: #1D2A55;
}
.page-id-988 .contact-step:nth-of-type(3) .contact-step__label {
  color: #1D2A55;
}

.wpcf7-list-item {
  margin-left: 0;
}

.page-id-27 .contact-form__field02, .page-id-985 .contact-form__field02 {
  display: none;
}

.cf7-hidden {
  display: none;
}/*# sourceMappingURL=contact.css.map */