.p-visitor__section--white {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  background-image: url("../img/common/bg_white_pattern.webp");
  background-size: cover;
  background-position: center;
  position: relative;
}

.p-visitor__content {
  position: relative;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.p-visitor__campaign-header-heading {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.c-campaign-block__header .p-visitor__campaign-header-accent {
  font-size: 1.25rem;
  line-height: inherit;
}

.p-visitor__campaign-row {
  display: flex;
  gap: 30px;
}

.p-visitor__campaign-desc {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-weight: 500;
  font-family: var(--font-zen);
}

.p-visitor__campaign-img {
  width: 40%;
  height: auto;
  object-fit: cover;
  flex-shrink: 0;
}

.p-visitor__section--lightblue {
  background-image: url("../img/common/bg_light_blue.webp");
  background-size: cover;
  background-position: center;
}

.p-visitor__about {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-sizing: border-box;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.p-visitor__about-card,
.p-visitor__about-card--alt {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: white;
  flex: 1 1 0%;
  overflow: hidden;
}

.p-visitor__about-card--alt {
  min-height: 18rem;
  justify-content: start;
  font-weight: 500;
}

.p-visitor__about-card-accent,
.p-visitor__about-card--alt-accent {
  color: var(--text-lightBlue);
}

.p-visitor__about-card-body,
.p-visitor__about-card-body--alt {
  padding: 1.5rem 2.5rem 3rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-family: var(--font-zen);
}

.p-visitor__about-card-body-text {
  font-weight: 500;
  line-height: 2;
  font-family: var(--font-zen);
}

.p-visitor__about-card-body--alt-text {
  font-weight: 500;
  line-height: 2;
  font-family: var(--font-zen);
}

.p-visitor__about-header,
.p-visitor__about-header--red {
  width: 15rem;
  background-color: var(--base-lightBlue);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
}

.p-visitor__about-header-subheading,
.p-visitor__about-header--red-subheading {
  font-family: var(--font-zen);
}

.p-visitor__about-header--red {
  background-color: var(--base-red);
  gap: 0.5rem;
}

.p-visitor__note {
  white-space: nowrap;
}

.p-visitor__announcement-section .c-announcement__btn svg {
  flex-shrink: 0;
}

.p-visitor__about-groups {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.p-visitor__about-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid white;
}

.p-visitor__about-group:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.p-visitor__about-row {
  display: flex;
  gap: 50px;
}

.p-visitor__about-alt-heading {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  line-height: 2;
}

.p-visitor__about-alt-heading-title {
  font-family: var(--font-zen);
  color: var(--text-lightBlue);
}

.p-visitor__checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.p-visitor__checklist-item {
  color: var(--base-darkText);
  line-height: 2;
  font-family: var(--font-zen);
}

.p-visitor__checklist-item-text {
  color: var(--text-lightBlue);
  font-size: var(--fs-xs);
}

.p-visitor__speak--left {
  bottom: 0rem;
  left: 0.5rem;
}

.p-visitor__speak--left .c-speak-person__bubble {
  top: -3rem;
  right: 7rem;
}

.p-visitor__speak--right {
  bottom: 0rem;
  right: -3rem;
}

.p-visitor__speak--right .c-speak-person__bubble {
  top: -5rem;
  right: -4rem;
}

.p-visitor__howto-section {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/common/img_gym03.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.p-visitor__howto-section .c-section-title {
  color: white;
}

.p-visitor__howto-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.p-visitor__howto-content-body {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.p-visitor__glassy-bg {
  background-color: rgba(42, 42, 42, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 1rem;
}

.p-visitor__howto-steps {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  border: 1px solid rgba(129, 216, 208, 0.4);
}

.p-visitor__howto-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 3rem 2rem;
  gap: 2.5rem;
}

.p-visitor__howto-divider {
  width: 1px;
  height: 15rem;
  background-color: rgba(238, 240, 243, 0.5);
  align-self: center;
}

.p-visitor__howto-step-label {
  font-size: 1.5rem;
  font-weight: 500;
  color: white;
  letter-spacing: 0.05em;
  font-family: var(--font-outfit);
}

.p-visitor__howto-step-title {
  font-size: 1.875rem;
  font-weight: 600;
  color: var(--text-lightBlue);
  letter-spacing: 0.05em;
  font-family: var(--font-zen);
}

.p-visitor__howto-step-desc {
  font-size: 1rem;
  font-weight: 500;
  color: white;
  line-height: 2.5;
  text-align: justify;
  font-family: var(--font-zen);
}

.p-visitor__faq-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.p-visitor__faq-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (max-width: 1024px) {
  .p-visitor__title {
    font-size: 4rem;
  }
  .p-visitor__campaign-row {
    flex-direction: column;
  }
  .p-visitor__campaign-img {
    width: 100%;
    max-width: 100%;
  }
  .p-visitor__content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .p-visitor__about {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .p-visitor__about-row {
    flex-direction: column;
    gap: 2rem;
  }
  .p-visitor__about-header,
  .p-visitor__about-header--red {
    width: 100%;
  }
  .p-visitor__about-card-body,
  .p-visitor__about-card-body--alt {
    padding: 1.5rem;
  }
  .p-visitor__about-groups {
    gap: 3rem;
  }
  .p-visitor__about-group {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .p-visitor__speak--left {
    bottom: -1.5rem;
    left: 5rem;
  }
  .p-visitor__speak--right {
    bottom: -1.5rem;
    right: 5rem;
  }
  .p-visitor__speak--left .c-speak-person__person,
  .p-visitor__speak--right .c-speak-person__person {
    height: 18rem;
  }
  .p-visitor__speak--left .c-speak-person__bubble {
    right: 5rem;
    top: -1rem;
    width: 5rem;
    height: auto;
  }
  .p-visitor__speak--right .c-speak-person__bubble {
    right: -4rem;
    top: -1rem;
    width: 5rem;
    height: auto;
  }
  .p-visitor__announcement-section .c-announcement {
    padding-bottom: 14rem;
  }
  .p-visitor__howto-steps {
    flex-direction: column;
  }
  .p-visitor__howto-divider {
    width: 80%;
    height: 1px;
    align-self: center;
  }
  .p-visitor__howto-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-visitor__howto-content-body {
    gap: 2rem;
  }
  .p-visitor__faq-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-visitor__section--white .c-faq-ribbon {
    width: 90vw;
    right: -5%;
  }
  .p-visitor__banner .c-banner__content {
    left: 2.5rem;
  }
  .p-visitor__banner .c-banner__title {
    font-size: 1.875rem;
  }
  .p-visitor__banner .c-banner__subtitle {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .p-visitor__banner .c-banner__content {
    left: 1.25rem;
    gap: 0.5rem;
  }
  .p-visitor__banner .c-banner__title {
    font-size: 1.375rem;
  }
  .p-visitor__banner .c-banner__subtitle {
    font-size: 0.9375rem;
  }
  .p-visitor__title {
    font-size: 2.5rem;
  }
  .p-visitor__subtitle {
    font-size: 1rem;
  }
  .p-visitor__content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .p-visitor__title-wrap {
    margin-bottom: 1.5rem;
  }
  .p-visitor__campaign-row {
    gap: 1.5rem;
    align-items: center;
  }
  .p-visitor__campaign-img {
    max-height: 260px;
    object-fit: contain;
    order: -1;
    width: 100%;
  }
  .p-visitor__campaign-header-heading {
    font-size: var(--fs-lg);
  }
  .p-visitor__campaign-desc {
    line-height: 2;
  }
  .p-visitor__about-card-body,
  .p-visitor__about-card-body--alt {
    padding: 1.25rem;
  }
  .p-visitor__note {
    white-space: normal;
  }
  .p-visitor__announcement-section .c-announcement__title-container .c-announcement__title-container-heading {
    line-height: 1.6;
  }
  .p-visitor__announcement-section .c-btn--light-blue {
    margin-bottom: 2rem;
  }
  .p-visitor__speak--left .c-speak-person__person,
  .p-visitor__speak--right .c-speak-person__person {
    height: 15rem;
  }
  .p-visitor__howto-step {
    padding: 2rem 1.25rem;
    gap: 1.5rem;
  }
  .p-visitor__howto-step-title {
    font-size: 1.5rem;
  }
  .p-visitor__howto-step-desc {
    line-height: 2;
  }
  .p-visitor__howto-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-visitor__faq-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-visitor__faq {
    padding: 4rem 0;
  }
  .p-visitor__section--white .c-faq-ribbon {
    width: 100vw;
    right: 0;
    top: 0;
  }
}
@media (min-width: 1025px) {
  .p-visitor__about-group > .p-visitor__about-card:nth-child(1) {
    order: 1;
  }
  .p-visitor__about-group > .p-visitor__about-card:nth-child(2) {
    order: 3;
  }
  .p-visitor__about-group > .p-visitor__about-card:nth-child(3) {
    order: 2;
  }
  .p-visitor__about-group > .p-visitor__about-card:nth-child(4) {
    order: 4;
  }
}
