.p-price__nav {
  margin-bottom: 10rem;
}

.p-price__title-desc {
  line-height: 2;
}

.p-price__subheader-title {
  font-size: var(--fs-base);
  font-weight: 600;
}

.p-price__section--white {
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  background-image: url("../img/common/bg_white_pattern.webp");
  background-size: cover;
  background-position: 0% -10%;
  position: relative;
}

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

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

.p-price__tiers {
  display: flex;
  gap: 1.5rem;
  margin-top: 3rem;
}

.p-price__tier-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: var(--base-white);
  border-radius: 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.p-price__tier-header {
  background: var(--base-grayBlue);
  text-align: center;
  padding: 1rem 1rem;
}

.p-price__tier-header-label {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-white);
  letter-spacing: 0.04em;
}

.p-price__tier-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.75rem 1.5rem 2rem;
  flex: 1;
}

.p-price__tier-crown {
  margin-bottom: 0;
  height: 3rem;
}

.p-price__tier-crown-img {
  width: 3rem;
  height: auto;
}

.p-price__tier-subtitle {
  font-size: var(--fs-md);
  font-weight: 700;
  color: var(--text-black1);
  text-align: center;
  margin-bottom: 0;
}

.p-price__tier-tagline {
  font-size: var(--fs-base);
  font-weight: 700;
  color: var(--base-lightBlue);
  text-align: center;
}

.p-price__tier-desc {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-black1);
  text-align: center;
  line-height: 1.7;
  padding: 0.5rem 0.5rem;
  margin-bottom: 0.5rem;
}

.p-price__tier-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1.25rem 0.75rem;
  width: 100%;
  padding-top: 0.5rem;
}

.p-price__tier-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  flex: 0 0 calc(33.333% - 0.5rem);
}

.p-price__tier-feature-icon {
  width: 5rem;
  height: 5rem;
  background-color: var(--base-lightBlue);
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-price__tier-feature-text {
  font-size: var(--fs-base);
  font-weight: 600;
  color: var(--text-black1);
  text-align: center;
  line-height: 1.4;
}

.p-price__tier-features--cols-5 .p-price__tier-feature {
  flex: 0 0 calc(20% - 0.6rem);
}

.p-price__tier-extra-note {
  position: absolute;
  bottom: -7rem;
}

.p-price__tier-extra-note-text {
  font-size: 0.84rem;
  font-weight: 500;
  color: var(--text-black1);
}

.p-price__tier-card-group {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
}

.p-price__tier-card-group > .p-price__tier-card {
  flex: 1;
}

.p-price__flex-list {
  display: flex;
}

.p-price__col-row {
  display: flex;
}

.p-price__text-container {
  display: flex;
  flex-direction: column;
  background-color: white;
  padding: 2.5rem;
  box-sizing: border-box;
  position: relative;
}

.p-price__table-header,
.p-price__table-cell {
  padding: 1rem 0;
}

.p-price__table-label {
  font-weight: 500;
  color: var(--text-lightBlue);
}

.p-price__title-row {
  display: flex;
  align-items: center;
  gap: 50px;
}

.p-price__people-image {
  position: absolute;
  top: -10rem;
  right: 0;
  z-index: 2;
  pointer-events: none;
  display: flex;
  align-items: flex-end;
  gap: 0;
}

.p-price__people-image.c-animation-jump {
  display: flex;
}

.p-price__people-image-mobile,
.p-price__people-image-mobile.c-animation-jump {
  display: none;
}

.p-price__people-jump {
  width: auto;
  height: 21rem;
  object-fit: contain;
}

.p-price__people-jump--01 {
  margin-right: -2.5rem;
  z-index: 1;
}

.p-price__people-jump--02 {
  height: 19rem;
  margin-right: -2.5rem;
  z-index: 3;
}

.p-price__people-jump--03 {
  height: 21rem;
  margin-left: -3.5rem;
  z-index: 2;
}

.p-price__speak--01 {
  margin-top: 5rem;
}

.p-price__speak--01 .c-speak-person__bubble {
  top: -4rem;
  right: -3rem;
}

.p-price__speak--01 .c-speak-person__person {
  height: 23rem;
}

.p-price__speak--02 {
  bottom: 0rem;
  left: -1rem;
}

.p-price__speak--02 .c-speak-person__bubble {
  top: -3rem;
  right: 10rem;
}

.p-price__speak--03 {
  bottom: 0rem;
  right: -1rem;
}

.p-price__speak--03 .c-speak-person__bubble {
  top: -4rem;
  right: -7rem;
}

.p-price__tier-card-body {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width: 1024px) {
  .p-price__nav {
    margin-bottom: 3rem;
  }
  .p-price__title {
    font-size: var(--fs-4xl);
  }
  .p-price__title-wrap {
    margin-bottom: 1.5rem;
  }
  .p-price__special-plan {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .p-price__tiers {
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
  .p-price__tier-desc {
    text-align: start;
  }
  .p-price__tier-feature {
    flex: 0 0 calc(33.333% - 0.5rem);
  }
  .p-price__tier-features--cols-5 .p-price__tier-feature {
    flex: 0 0 calc(33.333% - 0.5rem);
  }
  .p-price__tier-extra-note {
    position: relative;
    bottom: auto;
    margin-top: 1rem;
  }
  .p-price__content {
    padding-bottom: 0rem;
  }
  .p-price__content .flex,
  .p-price__col-row {
    flex-direction: column;
  }
  .p-price__text-container {
    padding: 1.25rem;
  }
  .p-price__text-container.u-flex-1 {
    flex: 0 0 auto;
  }
  .p-price__flex-list {
    flex-direction: column;
  }
  #initial-cost .p-price__col-row,
  #option-service .p-price__flex-list {
    display: block;
    background-color: var(--base-white);
    padding: 0.75rem 1.25rem 1.25rem;
    box-sizing: border-box;
  }
  #initial-cost .p-price__text-container,
  #option-service .p-price__text-container {
    background-color: transparent;
    padding: 0;
  }
  .p-price__table-header,
  .p-price__table-cell {
    font-size: 0.85rem;
    line-height: 1.765;
  }
  .p-price__table-cell {
    white-space: nowrap;
    padding-left: 0.75rem;
  }
  .p-price__table-label {
    font-size: var(--fs-xs);
    line-height: 1.867;
    display: block;
  }
  .p-price__section--white.py-100 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .p-price__section--white {
    padding-top: 3rem;
  }
  .p-price__content .c-section__stack-100 {
    gap: 3rem;
  }
  .p-price__title-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 2rem;
  }
  .p-price__content > .u-flex {
    flex-direction: column;
  }
  .p-price__speak--01 {
    display: flex;
    width: 100%;
    justify-content: center;
    flex: none;
    order: -1;
    margin-bottom: 1rem;
  }
  .p-price__speak--01 .c-speak-person__person {
    height: 12rem;
  }
  .p-price__speak--01 .c-speak-person__bubble {
    width: 7rem;
    height: auto;
    top: -6rem;
    right: 25%;
  }
  .p-price__people-image-mobile,
  .p-price__people-image-mobile.c-animation-jump {
    display: flex;
    justify-content: center;
    position: relative;
    top: auto;
    right: auto;
    margin-top: -5rem;
    margin-bottom: 3rem;
  }
  .p-price__people-image,
  .p-price__people-image.c-animation-jump {
    display: none;
  }
  .p-price__people-jump {
    height: 18rem;
  }
  .p-price__people-jump--02 {
    height: 15rem;
  }
  .p-price__people-jump--03 {
    height: 18rem;
  }
  .p-price__speak--02 {
    bottom: -1.5rem;
    left: 4.5rem;
  }
  .p-price__speak--03 {
    bottom: -1.5rem;
    right: 4.5rem;
  }
  .p-price__speak--02 .c-speak-person__person,
  .p-price__speak--03 .c-speak-person__person {
    height: 15rem;
  }
  .p-price__speak--02 .c-speak-person__bubble {
    right: 6rem;
    top: -1rem;
    width: 5rem;
    height: auto;
  }
  .p-price__speak--03 .c-speak-person__bubble {
    right: -4rem;
    top: -1rem;
    width: 5rem;
    height: auto;
  }
  .p-price__announcement-section .c-announcement {
    padding-bottom: 14rem;
  }
}
