:root {
  --base-black: #4f4f4f;
  --base-gray: #eef0f3;
  --base-lightGray: #fdfdfd;
  --base-grayBlue: #97a5b5;
  --base-white: #ffffff;
  --base-lightBlue: #81d8d0;
  --base-red: #f53662;
  --base-lightPink: #f53561;
  --base-peach: #ec73b2;
  --base-brown: #8c4239;
  --base-darkGray: #97a5b5;
  --base-darkBlueGray: #98a6b5;
  --base-inputGray: #cdd6dd;
  --text-black1: #4f4f4f;
  --text-white: #ffffff;
  --text-lightBlue: #81d8d0;
  --text-red: #f53662;
  --text-peach: #ec73b2;
  --text-brown: #8c4239;
  --text-lightPink: #f53561;
  --base-bgBeige: #faf8f5;
  --base-bgLinearTop: #fafcfb;
  --base-darkText: #333;
  --base-mediumText: #555;
  --base-borderGray: #ccc;
  --base-lightBg: #f5f5f5;
  --base-darkGreen: #003032;
  --base-greenAccent: #5eada5;
  --base-purple: #6c5ce7;
  --base-darkPurple: #5b4bc4;
  --base-navy: #1a1a2e;
  --base-borderLight: #e0e0e0;
  --base-borderLightGray: #eee;
  --base-successGreen: #4cc764;
  --intro-border: #e5e7eb;
  --intro-darkGreen: #4e6269;
  --intro-cyan: #5fced8;
  --intro-borderSage: #a6bdc2;
  --intro-lightBg: #f3f4f6;
  --intro-darkText: #314348;
  --intro-yellow: #ffff00;
  --intro-midGreen: #4d6369;
  --base-mintBorder: #e6eeee;
  --base-lightGrayBorder: #eaeaea;
  --base-nearWhiteBg: #f9fbfb;
  --base-paleTealBg: #eaf4f6;
  --base-tealBg: #eaeff0;
  --base-lightMintBorder: #c8ebe9;
  --base-mintBg: #e8f8f7;
  --base-paleMintBg: #e8f5f5;
  --base-borderCard: #e8ecf0;
  --base-lightBorder: #ddd;
  --base-cardBorder: #dbdbdb;
  --base-midGray: #aaa;
  --base-mutedText: #999;
  --base-darkCharcoal: #444;
  --base-midCharcoal: #666;
  --base-slateGray: #6b7280;
  --base-coolGray: #9ca3af;
  --base-paleGray: #f0f0f0;
  --base-hoverGray: #f0f1f3;
  --base-teal: #3bb8b8;
  --base-softTeal: #7ecfcf;
  --base-mediumTeal: #5cc4bb;
  --base-mediumTealDark: #4ab3aa;
  --base-lightTeal: #a8e8e2;
  --base-lightTealScrollTrack: #e8f7f6;
  --base-darkTeal: #1a6b6b;
  --base-lightCyan: #e6faf8;
  --base-googleBlue: #6186ec;
  --base-googleRed: #cd523f;
  --base-googleYellow: #eabe43;
  --base-googleGreen: #63a45d;
  --base-googleStar: #fbbc04;
  --base-googleBadge: #1a73e8;
  --base-googleBadgeHover: #1557b0;
  --base-alertRed: #ff4d5a;
  --base-pink: #e8527a;
  --base-nearBlack: #1a1a1a;
  --base-pureBlack: #000000;
  --fs-3xs: 0.6875rem;
  --fs-xs: 0.75rem;
  --fs-2xs: 0.8125rem;
  --fs-sm: 0.875rem;
  --fs-sm2: 0.9375rem;
  --fs-base: 1rem;
  --fs-md: 1.125rem;
  --fs-lg: 1.25rem;
  --fs-lg2: 1.375rem;
  --fs-xl: 1.5rem;
  --fs-xl2: 1.75rem;
  --fs-2xl: 1.875rem;
  --fs-2xl2: 2rem;
  --fs-3xl: 2.25rem;
  --fs-4xl: 2.5rem;
  --fs-4xl2: 2.625rem;
  --fs-5xl: 3rem;
  --fs-6xl: 3.75rem;
  --fs-7xl: 4rem;
  --fs-8xl: 4.5rem;
  --fs-9xl: 5rem;
  --fs-display: 6.25rem;
  --font-outfit: Outfit;
  --font-zen: Zen Kaku Gothic New;
}

.p-price__nav {
  position: relative;
  padding-bottom: 2.5rem;
  margin-bottom: 7.5rem;
}
@media (min-width: 1025px) {
  .p-price__nav {
    padding-top: 2.5rem;
  }
}
.p-price__nav::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  border-top: 1px solid var(--base-gray);
}

.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;
  -webkit-box-sizing: border-box;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.p-price__tiers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin-top: 0;
}

.p-price__tier-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--base-white);
  border-radius: 0;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.75rem 1.5rem 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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: 500;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.25rem 0.75rem;
  width: 100%;
  padding-top: 0.5rem;
}

.p-price__tier-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.333% - 0.5rem);
          flex: 0 0 calc(33.333% - 0.5rem);
}

.p-price__tier-feature-icon {
  width: 5rem;
  height: 5rem;
  margin-bottom: 10px;
  background-color: var(--base-lightBlue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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;
}
@media screen and (max-width: 767px) {
  .p-price__tier-feature-text {
    font-weight: 500;
  }
}

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

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

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

.p-price__tier-card-group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-price__tier-card-group > .p-price__tier-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-price__flex-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-price__col-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-price__text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: white;
  -webkit-box-sizing: border-box;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}

.p-price__people-image {
  position: absolute;
  top: -10rem;
  right: 0;
  z-index: 2;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0;
}
.p-price__people-image.c-animation-jump {
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  -o-object-fit: contain;
     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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
  .p-price__tier-desc {
    text-align: start;
  }
  .p-price__tier-feature {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 0.5rem);
            flex: 0 0 calc(33.333% - 0.5rem);
  }
  .p-price__tier-features--cols-5 .p-price__tier-feature {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 0.5rem);
            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__content .p-price__col-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-price__content > .u-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-price__content .c-section__stack-100 {
    gap: 3rem;
  }
  .p-price__text-container {
    padding: 1.25rem;
  }
  .p-price__text-container.u-flex-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .p-price__flex-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
            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 {
    padding-top: 3rem;
  }
  .p-price__section--white.py-100 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .p-price__title-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .p-price__title-row .c-section-title {
    margin-bottom: 0;
  }
  .p-price__title-row .c-section-title__text {
    font-size: 3.5rem;
    line-height: 1;
  }
  .p-price__tier-header-label {
    font-size: 0.78rem;
    white-space: nowrap;
  }
  .p-price__tier-card > .p-price__tier-header:first-child {
    padding: 0.5rem;
  }
  .p-price__tier-card > .p-price__tier-header:first-child .p-price__tier-header-label {
    font-size: 1.05rem;
    white-space: normal;
  }
  .p-price__tier-header-num {
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0 0.1em;
  }
  .p-price__tier-header-label--dual .p-price__tier-header-num {
    font-size: 1rem;
  }
  .p-price__section--white .c-section__stack-100 {
    gap: 3rem;
  }
  #monthly-plan .c-card-label--subheader {
    width: 10rem;
    min-width: 10rem;
  }
  #monthly-plan .p-price__text-container {
    background: #fff;
    border-radius: 0;
    padding: 0.25rem 1.25rem 0.75rem;
  }
  #monthly-plan .p-price__table tr {
    border-bottom: 1px solid #e5e7eb;
  }
  #monthly-plan .p-price__table tr:last-child {
    border-bottom: none;
  }
  .p-price__speak--01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-top: -2rem;
    margin-bottom: 2rem;
    padding-top: 0;
  }
  .p-price__speak--01 .c-speak-person__person {
    height: auto;
    width: calc(100% + 2rem);
    max-width: none;
    margin-top: 10rem;
  }
  .p-price__speak--01 .c-speak-person__bubble {
    width: 9rem;
    height: auto;
    top: 3rem;
    right: 20%;
  }
  .p-price__people-image-mobile,
  .p-price__people-image-mobile.c-animation-jump {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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;
    margin-left: -2rem;
  }
  .p-price__speak--02 {
    bottom: -1.5rem;
    left: 4.5rem;
  }
  .p-price__speak--02 .c-speak-person__bubble {
    right: 6rem;
    top: -1rem;
    width: 5rem;
    height: auto;
  }
  .p-price__speak--03 {
    bottom: -1.5rem;
    right: 4.5rem;
  }
  .p-price__speak--03 .c-speak-person__bubble {
    right: -4rem;
    top: -1rem;
    width: 5rem;
    height: auto;
  }
  .p-price__speak--02 .c-speak-person__person,
  .p-price__speak--03 .c-speak-person__person {
    height: 15rem;
  }
  .p-price__announcement-section .c-announcement {
    padding-bottom: 14rem;
  }
}/*# sourceMappingURL=price.css.map */
