: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-payment__section--white {
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("../img/common/bg_white_pattern.webp");
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .p-payment__section--white {
    background-size: auto 100%;
    background-position: left top;
    background-repeat: no-repeat;
  }
}

.p-payment__section--white02 {
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("../img/common/bg_white_pattern02.webp");
  background-size: cover;
  background-position: center;
}

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

.p-payment__content {
  position: relative;
  padding-bottom: 7rem;
}
@media (max-width: 767px) {
  .p-payment__content {
    padding-bottom: 3rem;
  }
}

.p-payment__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;
  gap: 2rem;
  background-color: white;
  padding: 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media (max-width: 767px) {
  .p-payment__text-container {
    padding: 1.25rem;
  }
}

.p-payment__text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-payment__text-block-paragraph,
.p-payment__text-block-item {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
}
.p-payment__text-block-item {
  position: relative;
  padding-left: 1.25rem;
}
@media (max-width: 767px) {
  .p-payment__text-block-item {
    padding-left: 0;
    text-indent: 1.25rem;
  }
}
.p-payment__text-block-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85em;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: var(--text-lightBlue);
}

.p-payment__text-block-accent {
  font-weight: 500;
  color: var(--text-lightBlue);
}

.p-payment__card-logo {
  width: auto;
  height: 1.5rem;
}
@media (max-width: 767px) {
  .p-payment__card-logo {
    height: 1.25rem;
  }
}

.p-payment__nav {
  position: relative;
  padding-bottom: 2.5rem;
  margin-bottom: 7.5rem;
}
@media (min-width: 1025px) {
  .p-payment__nav {
    padding-top: 2.5rem;
  }
}
.p-payment__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);
}
@media (max-width: 1024px) {
  .p-payment__nav {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .p-payment__nav {
    gap: 0.75rem;
    padding-top: 1.5rem;
    margin-bottom: 2.5rem;
  }
  .p-payment__nav .c-page-nav__item {
    font-size: var(--fs-sm);
  }
}

@media (max-width: 1024px) {
  .p-payment__title {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .p-payment__title {
    font-size: var(--fs-6xl);
    line-height: 1;
    margin-top: 2.35rem;
  }
}

@media (max-width: 767px) {
  .p-payment__subtitle {
    display: block;
    position: relative;
    top: 2.25rem;
    font-size: 1rem;
    line-height: 1.6;
  }
}

@media (max-width: 767px) {
  .p-payment__title-wrap {
    position: relative;
    min-height: 13rem;
    margin-bottom: 0;
    padding-top: 3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.p-payment__about-caption-title {
  color: var(--text-red);
}

.p-payment__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.p-payment__about .c-step-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.p-payment__about .c-step-card__heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-black1);
}
.p-payment__about .c-card-label--subheader {
  width: 100%;
  min-width: auto;
  padding: 0;
  background-color: transparent;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-payment__about .c-card-label--subheader .p-payment__about-subheading {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15rem;
          flex: 0 0 15rem;
  padding: 0.5rem 0;
  background-color: var(--base-lightBlue);
  color: var(--text-white);
  font-weight: 700;
  text-align: center;
}
.p-payment__about .c-card-label--subheader::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-top: 1px solid #e5e7eb;
}
@media (max-width: 1024px) {
  .p-payment__about {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .p-payment__about .c-step-card__body {
    padding: 1.5rem;
  }
  .p-payment__about .c-card-label--subheader {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .p-payment__about .c-step-card__body {
    padding: 1.25rem;
  }
  .p-payment__about .c-step-card__title {
    padding-right: 1.25rem;
  }
  .p-payment__about .c-step-card__heading {
    font-size: 1rem;
    line-height: 1.5;
  }
  .p-payment__about .c-step-card__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5.625rem;
            flex: 0 0 5.625rem;
    width: 5.625rem;
    height: 5.625rem;
    padding: 0.5rem;
  }
}

.p-payment__body-text {
  font-weight: 500;
  line-height: 2;
}

.p-payment__about-figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  gap: 50px;
  margin: 0;
}
.p-payment__about-figure figcaption {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
@media (max-width: 1024px) {
  .p-payment__about-figure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
  .p-payment__about-figure > img {
    width: 100%;
    max-width: 28rem;
  }
}

.p-payment__about-subheading {
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
}

.p-payment__speak--01 {
  top: -11rem;
  right: 3rem;
}
.p-payment__speak--01 .c-speak-person__bubble {
  top: 0;
  right: 10rem;
}
@media (max-width: 1024px) {
  .p-payment__speak--01 {
    display: none;
  }
}
@media (max-width: 767px) {
  .p-payment__speak--01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -16.25rem;
    right: 0.5rem;
    width: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0;
    padding-right: 0;
    pointer-events: none;
  }
  .p-payment__speak--01 .c-speak-person__image {
    -webkit-transform: none;
            transform: none;
  }
  .p-payment__speak--01 .c-speak-person__person {
    height: 16.5rem;
  }
  .p-payment__speak--01 .c-speak-person__bubble {
    top: -1rem;
    right: 5.5rem;
    height: 6rem;
  }
}

.p-payment__speak--02 {
  bottom: 0;
  left: 2rem;
}
.p-payment__speak--02 .c-speak-person__bubble {
  top: -3rem;
  right: 9rem;
}
@media (max-width: 1024px) {
  .p-payment__speak--02 {
    display: none;
  }
}

.p-payment__speak--03 {
  bottom: 0;
  right: 3rem;
}
.p-payment__speak--03 .c-speak-person__bubble {
  top: -4rem;
  right: -6rem;
}
@media (max-width: 1024px) {
  .p-payment__speak--03 {
    display: none;
  }
}

.p-payment__speak-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .p-payment__speak-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
    width: 100%;
    margin-top: 2rem;
  }
}

.p-payment__speak-mobile-item {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-payment__speak-bubble-mobile {
  position: absolute;
  top: -2.5rem;
  right: 8rem;
  width: 5rem;
  height: auto;
  max-width: 10rem;
  z-index: 1;
}
.p-payment__speak-bubble-mobile--right {
  right: -5rem;
}
@media (max-width: 767px) {
  .p-payment__speak-bubble-mobile {
    max-width: 8rem;
    top: -2rem;
    right: 6rem;
  }
  .p-payment__speak-bubble-mobile--right {
    right: -3.5rem;
  }
}

.p-payment__speak-person-mobile {
  height: 20rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .p-payment__speak-person-mobile {
    height: 18rem;
  }
}

.p-payment__list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-payment__list-sm-gap {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.5rem;
}

@media (max-width: 1024px) {
  .p-payment__banner .c-banner__content {
    left: 2.5rem;
  }
  .p-payment__banner .c-banner__title {
    font-size: 1.875rem;
  }
  .p-payment__banner .c-banner__subtitle {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .p-payment__banner .c-banner__content {
    left: 1.25rem;
    gap: 0.5rem;
  }
  .p-payment__banner .c-banner__title {
    font-size: 1.375rem;
  }
  .p-payment__banner .c-banner__subtitle {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .c-footer-banner__sticker1 img:last-of-type,
  .c-footer-banner__sticker2 img:last-of-type {
    height: 20rem;
    width: auto;
  }
}/*# sourceMappingURL=payment.css.map */
