@charset "UTF-8";
.u-sp {
  display: none !important;
}
.u-sp-inline {
  display: none !important;
}
.u-sp-inline-block {
  display: none !important;
}
.u-sp-flex {
  display: none !important;
}
.u-sp-table {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-sp {
    display: block !important;
  }
  .u-sp-inline {
    display: inline !important;
  }
  .u-sp-inline-block {
    display: inline-block !important;
  }
  .u-sp-flex {
    display: flex !important;
  }
  .u-sp-table {
    display: table !important;
  }
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
}
.u-hover {
  transition: transform 0.2s ease-in;
}
.u-hover:hover {
  transform: translateY(-6px);
}
.u-inter {
  font-family: "Inter", sans-serif !important;
  letter-spacing: initial !important;
}
.u-nowrap {
  white-space: nowrap !important;
}
@media screen and (max-width: 768px) {
  .u-nowrap-sp {
    white-space: nowrap !important;
  }
}

.c-card-renewal__title {
  display: inline-flex;
  min-width: 228px;
  height: 45px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
  padding: 0px 28px;
  border-radius: 27.5px;
  background-color: #538F74;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-card-renewal__title.--sp-full {
    width: 100%;
    padding: 0px;
  }
}
.c-card-renewal__smile-club {
  margin: 0 auto;
  padding: 40px 0px 330px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-card-renewal__smile-club {
    padding: 70px 0px 150px;
  }
}
.c-card-renewal__smile-club::after {
  content: "";
  display: block;
  width: 125%;
  height: 380px;
  background-image: url(../img/header-bottom-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-card-renewal__smile-club::after {
    width: 1110px;
    height: 174px;
  }
}
.c-card-renewal__smile-club-inner {
  width: 800px;
  background: #fff;
  border: 1px solid #64A70B;
  border-radius: 12px;
  margin: 0px auto;
  padding: 36px 40px 43px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-card-renewal__smile-club-inner {
    padding: 30px 14px 36px;
    width: calc(100% - 25px);
  }
}
.c-card-renewal__smile-club-header {
  text-align: center;
  margin-bottom: 20px;
}
.c-card-renewal__smile-club-title {
  color: #64A70B;
  font-size: 16px;
  text-align: left;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
.c-card-renewal__smile-club-link {
  color: #64A70B;
  text-decoration: underline;
}
.c-card-renewal__smile-club-link:hover {
  opacity: 0.8;
}
.c-card-renewal__smile-club-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: left;
}
.c-card-renewal__smile-club-notes {
  width: 100%;
}
.c-card-renewal__smile-club-notes p {
  color: #000;
  font-size: 12px;
  line-height: 1.6;
  margin: 0 0 8px;
}
.c-card-renewal__smile-club-notes p:last-child {
  margin-bottom: 0;
}
.c-card-renewal__smile-club-note-link {
  color: inherit;
  text-decoration: underline;
}
.c-card-renewal__smile-club-note-link:hover {
  opacity: 0.7;
}
.c-card-renewal__smile-club-about {
  margin-top: 10px;
}
.c-card-renewal__smile-club-about-title {
  color: #64A70B;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 2px;
}
.c-card-renewal__smile-club-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 327px;
  height: 68px;
  flex-shrink: 0;
  border-radius: 34px;
  border: 1px solid #F1F1F1;
  background: #FFF;
  box-shadow: 2px 5px 8px 0 rgba(105, 186, 200, 0.5);
  text-decoration: none;
  margin-top: 10px;
}
.c-card-renewal__smile-club-button:hover {
  opacity: 0.7;
}
.c-card-renewal__smile-club-button-logo {
  width: 258px;
  height: 32px;
}
.c-card-renewal__smile-club-button-text {
  color: #000;
  font-size: 12px;
  font-weight: 700;
}
.c-card-renewal__apply-button {
  display: block;
  position: fixed;
  z-index: 99;
  top: auto;
  left: 0;
  right: 0;
  bottom: 50px;
  margin: 0 auto;
  width: 391px;
  height: 67px;
  border-radius: 65.5px;
}
.c-card-renewal__apply-button.is-hidden {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .c-card-renewal__apply-button {
    bottom: 30px;
    width: 285px;
    height: 57px;
  }
}
.c-card-renewal__apply-button-inner {
  display: block;
  width: 391px;
  height: 67px;
  border-radius: 65.5px;
  box-shadow: 2px 5px 8px 0 rgba(105, 186, 200, 0.5);
  text-decoration: none !important;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-card-renewal__apply-button-inner {
    width: 285px;
    height: 57px;
  }
}
.c-card-renewal__apply-button-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.5px solid #5781AF;
  border-radius: 65.5px;
  background: linear-gradient(93deg, #9189D7 10.49%, #E93559 94.15%);
  z-index: 0;
}
.c-card-renewal__apply-button-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.5px solid #5781AF;
  border-radius: 65.5px;
  background: linear-gradient(93deg, #E93559 10.49%, #FFD78D 94.79%);
  z-index: 1;
  transition: opacity 0.3s ease-out;
  opacity: 0;
}
.c-card-renewal__apply-button-inner:hover::after {
  opacity: 1;
}
.c-card-renewal__apply-button-inner a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 700;
  color: #FFF;
  text-decoration: none;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-card-renewal__apply-button-inner a {
    font-size: 20px;
  }
}
.c-card-renewal__apply-button-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 28px;
  width: 5px;
  height: 10px;
  z-index: 2;
}
.c-card-renewal__apply-button::before {
  content: "";
  position: absolute;
  width: 77px;
  height: 51px;
  top: 2px;
  left: -20px;
  background-image: url(../img/icon-apply-o1.png);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-card-renewal__apply-button::before {
    width: 55px;
    top: 8px;
    left: -14px;
  }
}
.c-card-renewal__apply-button::after {
  content: "";
  position: absolute;
  width: 56px;
  height: 57px;
  top: -20px;
  right: 30px;
  background-image: url(../img/icon-apply-o2.png);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-card-renewal__apply-button::after {
    width: 40px;
    top: -10px;
    right: 24px;
  }
}

.p-card-renewal {
  font-family: "Yu Gothic Medium", sans-serif;
  font-size: 62.5%;
  min-width: 1000px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal {
    min-width: unset;
    overflow-x: hidden;
  }
}
.p-card-renewal p {
  margin: 0;
}
.p-card-renewal .reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.4s ease-out, opacity 0.4s linear;
}
.p-card-renewal .reveal.delay {
  transition-delay: 0.3s;
}
.p-card-renewal .reveal.delay-second {
  transition-delay: 0.6s;
}
.p-card-renewal .reveal.is-active {
  opacity: 1;
  transform: translateY(0);
}
.p-card-renewal .js-parallax {
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.p-card-renewal__hero {
  width: 100%;
  height: 1320px;
  padding: 222px 0 0;
  text-align: center;
  background: linear-gradient(180deg, #2C7F57 6.47%, #64A70B 29.29%, #C4D600 51.09%, #F5F1D4 77.32%);
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__hero {
    height: 1360px;
    padding: 187px 0 0;
  }
}
.p-card-renewal__hero .animation-target-p1 {
  transition-property: top, left, bottom, right, opacity;
  transition-duration: 1.3s, 1.3s, 1.3s, 1.3s, 0.1s;
  transition-delay: 0.3s, 0.3s, 0.3s, 0.3s, 1.6s;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 768px) {
  .p-card-renewal__hero .animation-target-p1 {
    transition-duration: 1.7s, 1.7s, 1.7s, 1.7s, 0.1s;
  }
}
.p-card-renewal__hero .animation-target-p2 {
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 1.4s;
}
.p-card-renewal__hero.is-active .animation-target-p2 {
  transform: translate(0, 0);
  opacity: 1;
}
.p-card-renewal__hero-balloon {
  position: absolute;
  top: 120px;
  left: calc(50% - 520px);
  z-index: 4;
  opacity: 0;
  transform: translateY(45px);
}
@media screen and (max-width: 768px) {
  .p-card-renewal__hero-balloon {
    top: 448px;
    left: 15px;
  }
}
.p-card-renewal__hero-stars {
  position: absolute;
  top: 19px;
  left: 73px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__hero-stars {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-card-renewal__hero-img-container {
  display: inline-flex;
  margin: 0px auto;
  gap: 0px 42px;
  position: relative;
  z-index: 3;
  opacity: 0;
  transform: translateY(-50px);
}
@media screen and (max-width: 768px) {
  .p-card-renewal__hero-img-container {
    transform: translateY(50px);
    gap: 0px 19px;
  }
}
.p-card-renewal__hero-img {
  border-radius: 18px;
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .p-card-renewal__hero-img {
    width: 157px;
    height: 250px !important;
  }
  .p-card-renewal__hero-img:nth-child(2) {
    margin-top: 74px;
  }
}
.p-card-renewal__hero-decoration {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1272px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__hero-decoration {
    width: 100%;
  }
}
.p-card-renewal__hero-decoration img {
  max-width: unset;
}
.p-card-renewal__hero-decoration-c1 {
  position: absolute;
  top: 146px;
  left: -880px;
  transform: translateX(112px);
}
.p-card-renewal__hero-decoration-c2 {
  position: absolute;
  top: 83px;
  left: 400px;
  transform: translateX(-112px);
}
@media screen and (max-width: 768px) {
  .p-card-renewal__hero-decoration-c2 {
    width: 1176px;
    top: 226px;
    left: -117px;
  }
}
.p-card-renewal__hero-decoration-c3 {
  position: absolute;
  top: 523px;
  left: -300px;
  transform: translateX(112px);
}
@media screen and (max-width: 768px) {
  .p-card-renewal__hero-decoration-c3 {
    width: 1110px;
    top: 205px;
    left: -516px;
  }
}
.p-card-renewal__hero-decoration-c4 {
  position: absolute;
  top: 403px;
  left: 580px;
  transform: translateX(-112px);
}
@media screen and (max-width: 768px) {
  .p-card-renewal__hero-decoration-c4 {
    width: 1239px;
    height: 874px;
    top: 473px;
    left: -325px;
  }
}
.p-card-renewal__hero-decoration-img1 {
  position: absolute;
  top: 28px;
  left: 750px;
  opacity: 0;
  animation: blink-slow 1.75s infinite;
  animation-delay: 3s;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__hero-decoration-img1 {
    width: 171px;
    top: 70px;
    left: calc(50% - 65px);
  }
}
@keyframes blink-slow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-card-renewal__hero-decoration-img2 {
  position: absolute;
  top: 72px;
  left: 1156px;
  opacity: 0;
  transform: translate(177px, -132px);
}
.p-card-renewal__hero-decoration-img3 {
  position: absolute;
  top: 398px;
  left: 155px;
}
.p-card-renewal__hero-decoration-img4 {
  position: absolute;
  top: 338px;
  left: 1015px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__hero-decoration-img4 {
    top: 155px;
    left: calc(50% + 142px);
  }
}
.p-card-renewal__hero-decoration-img5 {
  position: absolute;
  width: 232px;
  height: 154px;
  top: 650px;
  left: -22px;
  opacity: 0;
  transform: translate(177px, -132px);
}
@media screen and (max-width: 768px) {
  .p-card-renewal__hero-decoration-img5 {
    top: -20px;
    left: -120px;
  }
}
.p-card-renewal__hero-decoration-img6 {
  position: absolute;
  top: 642px;
  left: 288px;
  opacity: 0;
}
.p-card-renewal__hero-decoration-img7 {
  position: absolute;
  top: 770px;
  left: 1057px;
  opacity: 0;
}
.p-card-renewal__hero-decoration-img8 {
  position: absolute;
  top: 912px;
  left: -22px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__hero-decoration-img8 {
    transform: translate(177px, -132px);
    top: 450px;
    left: calc(50% + 100px);
  }
}
.p-card-renewal__hero-decoration-img9 {
  position: absolute;
  top: 1031px;
  left: 826px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__hero-decoration-img9 {
    width: 66px;
    top: 875px;
    left: 0;
  }
}
.p-card-renewal__hero-decoration-img10 {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__hero-decoration-img10 {
    position: absolute;
    display: block;
    top: 1225px;
    left: 5px;
  }
}
.p-card-renewal__hero-open {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 11;
  pointer-events: none;
}
.p-card-renewal__hero-open-img-top {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.p-card-renewal__hero-open-img-right {
  position: absolute;
  height: 100%;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
.p-card-renewal__hero-open-img-bottom {
  position: absolute;
  width: 100%;
  bottom: -400px;
  left: 50%;
  transform: translateX(-50%);
}
.p-card-renewal__hero-open-img-left {
  position: absolute;
  height: 100%;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
.p-card-renewal__hero.is-active .p-card-renewal__hero-open-img-top {
  top: -100vh;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__hero.is-active .p-card-renewal__hero-open-img-top {
    top: -130vh;
  }
}
.p-card-renewal__hero.is-active .p-card-renewal__hero-open-img-right {
  right: -100vw;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__hero.is-active .p-card-renewal__hero-open-img-right {
    right: -130vw;
  }
}
.p-card-renewal__hero.is-active .p-card-renewal__hero-open-img-bottom {
  bottom: -100vw;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__hero.is-active .p-card-renewal__hero-open-img-bottom {
    bottom: -70vh;
  }
}
.p-card-renewal__hero.is-active .p-card-renewal__hero-open-img-left {
  left: -100vw;
  opacity: 0;
}
.p-card-renewal__hero-text {
  margin-top: 60px;
  color: #367559;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__hero-text {
    margin-top: 150px;
  }
}
.p-card-renewal__hero-title {
  font-size: 40px;
  font-weight: 700;
  margin: 20px 0px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__hero-title {
    font-size: 30px;
  }
}
.p-card-renewal__hero-description {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__hero-description {
    font-size: 16px;
    text-align: center;
    padding: 0px 30px;
  }
}
.p-card-renewal__hero-cta {
  display: inline-block;
  margin-top: 26px;
  position: relative;
  z-index: 4;
}
.p-card-renewal__hero-cta-button {
  display: block;
  width: 383px;
  height: 75px;
  border-radius: 65.5px;
  box-shadow: 2px 5px 8px 0 rgba(105, 186, 200, 0.5);
  text-decoration: none !important;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__hero-cta-button {
    width: 329px;
    height: 75px;
  }
}
.p-card-renewal__hero-cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.5px solid #5781AF;
  border-radius: 65.5px;
  background: linear-gradient(93deg, #9189D7 10.49%, #E93559 94.15%);
  z-index: 0;
}
.p-card-renewal__hero-cta-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.5px solid #5781AF;
  border-radius: 65.5px;
  background: linear-gradient(93deg, #E93559 10.49%, #FFD78D 94.79%);
  z-index: 1;
  transition: opacity 0.3s ease-out;
  opacity: 0;
}
.p-card-renewal__hero-cta-button:hover::after {
  opacity: 1;
}
.p-card-renewal__hero-cta-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 28px;
  width: 5px;
  height: 10px;
  z-index: 2;
}
.p-card-renewal__hero-cta-text {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  line-height: 75px;
  z-index: 2;
  position: relative;
}
.p-card-renewal__hero-bg-bottom {
  display: block;
  width: 125%;
  height: 360px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  background: url("../img/hero-bg-bottom.webp") no-repeat center top;
  background-size: cover;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__hero-bg-bottom {
    left: 70%;
    width: 1110px;
    height: 200px;
  }
}
.p-card-renewal__content-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
  padding: 20px 0;
  background: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__content-header {
    padding: 37px 22px 0px;
    gap: 10px;
    flex-direction: column;
  }
}
.p-card-renewal__content-header-link {
  color: #64A70B;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__content-header-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 43px;
    padding: 4px 10px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 2px 5px 8px 0 rgba(105, 186, 200, 0.5);
    position: relative;
  }
  .p-card-renewal__content-header-link::after {
    content: "";
    display: block;
    width: 12px;
    height: 5px;
    background-image: url(../img/icon-button-arrow-d.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.p-card-renewal__content-header-link span {
  display: block;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__content-header-link span {
    display: inline;
  }
}
.p-card-renewal__content-header-link:hover {
  opacity: 0.8;
}
.p-card-renewal__content-header-divider {
  width: 1px;
  height: 16px;
  background-color: #64A70B;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__content-header-divider {
    display: none;
  }
}
.p-card-renewal__benefits {
  background-color: #F5FBCA;
  padding: 80px 0px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits {
    padding: 60px 0px;
  }
}
.p-card-renewal__benefits-header {
  margin-top: 40px;
  z-index: 2;
}
.p-card-renewal__benefits-header-text {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #538F74;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-header-text {
    font-size: 28px;
  }
}
.p-card-renewal__benefits-header-points {
  padding: 0px;
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-header-points {
    flex-wrap: wrap;
    gap: 6px;
  }
}
.p-card-renewal__benefits-header-points li {
  list-style: none;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-header-points li {
    width: 107px;
    height: 103px;
  }
}
.p-card-renewal__benefits-header-points li a {
  position: relative;
  display: block;
}
.p-card-renewal__benefits-header-points li a::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 137px;
  height: 132px;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-header-points li a::after {
    content: none;
  }
}
.p-card-renewal__benefits-header-points li a:hover::after {
  opacity: 1;
}
.p-card-renewal__benefits-header-points li a.p-card-renewal__benefits-header-point01::after {
  background-image: url(../img/icon-point01-hover.webp);
}
.p-card-renewal__benefits-header-points li a.p-card-renewal__benefits-header-point02::after {
  background-image: url(../img/icon-point02-hover.webp);
}
.p-card-renewal__benefits-header-points li a.p-card-renewal__benefits-header-point03::after {
  background-image: url(../img/icon-point03-hover.webp);
}
.p-card-renewal__benefits-header-points li a.p-card-renewal__benefits-header-point04::after {
  background-image: url(../img/icon-point04-hover.webp);
}
.p-card-renewal__benefits-header-points li a.p-card-renewal__benefits-header-point05::after {
  background-image: url(../img/icon-point05-hover.webp);
}
.p-card-renewal__benefits-header-points li a.p-card-renewal__benefits-header-point06::after {
  background-image: url(../img/icon-point06-hover.webp);
}
.p-card-renewal__benefits-header-divider-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  gap: 0px 9px;
}
.p-card-renewal__benefits-header-divider-icon::after {
  content: "";
  display: inline-block;
  width: 230px;
  height: 2px;
  background-color: #538F74;
}
.p-card-renewal__benefits-item-list {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 64px;
  position: relative;
  z-index: 1;
}
.p-card-renewal__benefits-item {
  display: flex;
  width: 900px;
  margin: 25px auto 0;
  padding: 60px 60px 33px 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
  border: 1px solid #538F74;
  background: #fff;
  position: relative;
  scroll-margin-top: 196px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-item {
    width: calc(100% - 35px);
    padding: 0px 14px 20px;
  }
}
.p-card-renewal__benefits-item:nth-of-type(n)::before {
  content: "";
  position: absolute;
  width: 137px;
  height: 132px;
  top: -72px;
  left: -52px;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-item:nth-of-type(n)::before {
    display: block;
    width: 88px;
    height: 85px;
    top: -45px;
    left: -16px;
  }
}
.p-card-renewal__benefits-item:nth-of-type(1)::before {
  background-image: url(../img/icon-point01.webp);
}
.p-card-renewal__benefits-item:nth-of-type(2)::before {
  background-image: url(../img/icon-point02.webp);
}
.p-card-renewal__benefits-item:nth-of-type(3)::before {
  background-image: url(../img/icon-point03.webp);
}
.p-card-renewal__benefits-item:nth-of-type(4)::before {
  background-image: url(../img/icon-point04.webp);
}
.p-card-renewal__benefits-item:nth-of-type(5)::before {
  background-image: url(../img/icon-point05.webp);
}
.p-card-renewal__benefits-item:nth-of-type(6)::before {
  background-image: url(../img/icon-point06.webp);
}
.p-card-renewal__benefits-item h3 {
  width: 866px;
  height: 53px;
  color: #FFF;
  font-size: 26px;
  line-height: 53px;
  font-style: normal;
  font-weight: 700;
  padding-left: 100px;
  background-color: #538F74;
  position: absolute;
  top: -41px;
  left: 0px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-item h3 {
    position: relative;
    width: calc(100% + 28px);
    height: auto;
    font-size: 22px;
    line-height: 1.4;
    top: 0px;
    left: -14px;
    padding: 10px 20px 10px 70px;
    margin: 0;
  }
}
.p-card-renewal__benefits-item-content {
  padding-top: 5px;
}
.p-card-renewal__benefits-item-description {
  font-size: 16px;
  font-weight: 700;
  color: #538F74;
  line-height: 1.8;
  margin: 0 0 16px;
}
.p-card-renewal__benefits-item:nth-of-type(1) .p-card-renewal__benefits-item-cards {
  display: flex;
  gap: 33px;
  padding: 4px 0 12px;
  margin-top: 12px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-item:nth-of-type(1) .p-card-renewal__benefits-item-cards {
    flex-direction: column;
  }
}
.p-card-renewal__benefits-item-card {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.p-card-renewal__benefits-item-card-image {
  width: 73px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-item-card-image {
    width: 53px;
  }
}
.p-card-renewal__benefits-item-card-info {
  flex: 1;
}
.p-card-renewal__benefits-item-card-name {
  font-size: 16px;
  font-weight: 700;
  padding: 3px 9px;
  margin-bottom: 3px;
}
.p-card-renewal__benefits-item-card-name--green {
  background-color: #C4D600;
  color: #000;
}
.p-card-renewal__benefits-item-card-name--gold {
  background-color: #C2AF62;
  color: #000;
}
.p-card-renewal__benefits-item-card-condition {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  margin: 3px 0px 0px;
}
.p-card-renewal__benefits-item-card-miles {
  display: flex;
  align-items: baseline;
  color: #538F74;
}
.p-card-renewal__benefits-item-card-miles-number {
  font-size: 65px;
  font-weight: 700;
  letter-spacing: -2.75px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-item-card-miles-number {
    font-size: 50px;
  }
}
.p-card-renewal__benefits-item-card-miles-unit {
  font-size: 20px;
  font-weight: 700;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-item-card-miles-unit {
    font-size: 16px;
  }
}
.p-card-renewal__benefits-item-notes {
  margin-top: 10px;
}
.p-card-renewal__benefits-item-notes p {
  font-size: 12px;
  line-height: 1.6;
  color: #000;
  margin: 0 0 5px;
}
.p-card-renewal__benefits-item-notes p:last-child {
  margin-bottom: 0;
}
.p-card-renewal__benefits-item:nth-of-type(2) .p-card-renewal__benefits-item-cards--continuation {
  display: flex;
  gap: 33px;
  justify-content: space-between;
  padding: 16px 0;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-item:nth-of-type(2) .p-card-renewal__benefits-item-cards--continuation {
    flex-direction: column;
  }
}
.p-card-renewal__benefits-item:nth-of-type(2) .p-card-renewal__benefits-item-card--continuation {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.p-card-renewal__benefits-item:nth-of-type(2) .p-card-renewal__benefits-item-card--continuation .p-card-renewal__benefits-item-card-image--continuation {
  width: 85px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-item:nth-of-type(2) .p-card-renewal__benefits-item-card--continuation .p-card-renewal__benefits-item-card-image--continuation {
    width: 53px;
  }
}
.p-card-renewal__benefits-item:nth-of-type(2) .p-card-renewal__benefits-item-card--continuation .p-card-renewal__benefits-item-card-image--continuation-gold {
  width: 85px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-item:nth-of-type(2) .p-card-renewal__benefits-item-card--continuation .p-card-renewal__benefits-item-card-image--continuation-gold {
    width: 53px;
  }
}
.p-card-renewal__benefits-item:nth-of-type(2) .p-card-renewal__benefits-item-card-miles--continuation .p-card-renewal__benefits-item-card-miles-number--continuation {
  font-size: 85px;
  letter-spacing: -3px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-item:nth-of-type(2) .p-card-renewal__benefits-item-card-miles--continuation .p-card-renewal__benefits-item-card-miles-number--continuation {
    font-size: 55px;
  }
}
.p-card-renewal__benefits-item:nth-of-type(3) .p-card-renewal__benefits-item-points-box {
  background: #F5FBCA;
  padding: 20px;
  margin: 22px 0;
  position: relative;
}
.p-card-renewal__benefits-item:nth-of-type(3) .p-card-renewal__benefits-item-points-cards {
  position: absolute;
  top: 43px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-item:nth-of-type(3) .p-card-renewal__benefits-item-points-cards {
    margin-top: 10px;
    position: static;
    width: 100%;
    text-align: center;
  }
}
.p-card-renewal__benefits-item:nth-of-type(3) .p-card-renewal__benefits-item-points-cards img {
  width: 33px;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-item:nth-of-type(3) .p-card-renewal__benefits-item-points-cards img {
    width: 59px;
    display: inline-block;
  }
}
.p-card-renewal__benefits-item:nth-of-type(3) .p-card-renewal__benefits-item-points-cards img.p-card-renewal__benefits-item-points-card-gold {
  position: absolute;
  z-index: 0;
  top: 22px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-item:nth-of-type(3) .p-card-renewal__benefits-item-points-cards img.p-card-renewal__benefits-item-points-card-gold {
    position: relative;
    display: inline-block;
    z-index: 0;
    top: 22px;
    left: -20px;
  }
}
.p-card-renewal__benefits-item:nth-of-type(3) .p-card-renewal__benefits-item-points-formula {
  text-align: center;
  padding: 39px 0 29px 30px;
  margin: 0;
  color: #538F74;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-item:nth-of-type(3) .p-card-renewal__benefits-item-points-formula {
    text-align: left;
    padding: 39px 0 0px 0px;
  }
}
.p-card-renewal__benefits-item:nth-of-type(3) .p-card-renewal__benefits-item-points-formula-text {
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-item:nth-of-type(3) .p-card-renewal__benefits-item-points-formula-text {
    font-size: 18px;
  }
  .p-card-renewal__benefits-item:nth-of-type(3) .p-card-renewal__benefits-item-points-formula-text.--large {
    font-size: 26px;
  }
}
.p-card-renewal__benefits-item:nth-of-type(3) .p-card-renewal__benefits-item-points-formula-small {
  font-size: 14px;
  font-weight: 700;
}
.p-card-renewal__benefits-item:nth-of-type(3) .p-card-renewal__benefits-item-points-formula-equal {
  font-size: 26px;
  font-weight: 700;
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-item:nth-of-type(3) .p-card-renewal__benefits-item-points-formula-equal {
    font-size: 26px;
    margin-left: 0;
  }
}
.p-card-renewal__benefits-item:nth-of-type(3) .p-card-renewal__benefits-item-points-formula-highlight {
  color: #FD8A8A;
  font-size: 26px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-item:nth-of-type(3) .p-card-renewal__benefits-item-points-formula-highlight {
    font-size: 26px;
  }
}
.p-card-renewal__benefits-item:nth-of-type(3) .p-card-renewal__benefits-item-info-sections {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-item:nth-of-type(3) .p-card-renewal__benefits-item-info-sections {
    margin-bottom: 10px;
  }
}
.p-card-renewal__benefits-item:nth-of-type(3) .p-card-renewal__benefits-item-info-section {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 40px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-item:nth-of-type(3) .p-card-renewal__benefits-item-info-section {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-card-renewal__benefits-item:nth-of-type(3) .p-card-renewal__benefits-item-info-header {
  position: relative;
  width: 238px;
  height: 40px;
  flex-shrink: 0;
}
.p-card-renewal__benefits-item:nth-of-type(3) .p-card-renewal__benefits-item-info-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-card-renewal__benefits-item:nth-of-type(3) .p-card-renewal__benefits-item-info-title {
  position: absolute;
  top: 0px;
  left: 11px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #000;
  margin: 0;
}
.p-card-renewal__benefits-item:nth-of-type(3) .p-card-renewal__benefits-item-info-text {
  flex: 1;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-item:nth-of-type(3) .p-card-renewal__benefits-item-info-text {
    margin: 10px 0 0 0px;
  }
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-item:nth-of-type(4) .p-card-renewal__benefits-item-notes {
    margin-top: 20px;
  }
}
.p-card-renewal__benefits-item:nth-of-type(4) .p-card-renewal__benefits-item-badges {
  display: flex;
  gap: 147px;
  padding: 26px 0 14px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-item:nth-of-type(4) .p-card-renewal__benefits-item-badges {
    gap: 0;
  }
}
.p-card-renewal__benefits-item:nth-of-type(4) .p-card-renewal__benefits-item-badge {
  position: relative;
  width: 316px;
  height: 119px;
  background-color: #9189D7;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-item:nth-of-type(4) .p-card-renewal__benefits-item-badge {
    width: 100%;
  }
}
.p-card-renewal__benefits-item:nth-of-type(4) .p-card-renewal__benefits-item-badge::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 18px 7px 0 7px;
  border-color: #9189d7 transparent transparent;
  translate: -50% 100%;
}
.p-card-renewal__benefits-item:nth-of-type(4) .p-card-renewal__benefits-item-badge-text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-card-renewal__benefits-item:nth-of-type(4) .p-card-renewal__benefits-item-badge-text p {
  margin: 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
}
.p-card-renewal__benefits-item:nth-of-type(4) .p-card-renewal__benefits-item-badge-text .p-card-renewal__benefits-item-badge-large {
  font-size: 24px;
}
.p-card-renewal__benefits-item:nth-of-type(4) .p-card-renewal__benefits-item-badge-text .p-card-renewal__benefits-item-badge-small {
  font-size: 18px;
}
.p-card-renewal__benefits-item:nth-of-type(4) .p-card-renewal__benefits-item-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-item:nth-of-type(4) .p-card-renewal__benefits-item-table {
    margin: 20px 0 0;
    table-layout: fixed;
  }
}
.p-card-renewal__benefits-item:nth-of-type(4) .p-card-renewal__benefits-item-table th, .p-card-renewal__benefits-item:nth-of-type(4) .p-card-renewal__benefits-item-table td {
  border-top: 1px solid #64A70B;
  border-bottom: 1px solid #64A70B;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-item:nth-of-type(4) .p-card-renewal__benefits-item-table th, .p-card-renewal__benefits-item:nth-of-type(4) .p-card-renewal__benefits-item-table td {
    padding: 20px 10px;
  }
  .p-card-renewal__benefits-item:nth-of-type(4) .p-card-renewal__benefits-item-table th:nth-child(1), .p-card-renewal__benefits-item:nth-of-type(4) .p-card-renewal__benefits-item-table td:nth-child(1) {
    padding: 20px 0px;
  }
}
.p-card-renewal__benefits-item:nth-of-type(4) .p-card-renewal__benefits-item-table th {
  width: 292px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-item:nth-of-type(4) .p-card-renewal__benefits-item-table th {
    width: 108px;
  }
}
.p-card-renewal__benefits-item:nth-of-type(4) .p-card-renewal__benefits-item-table th:nth-child(1) {
  width: 292px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-item:nth-of-type(4) .p-card-renewal__benefits-item-table th:nth-child(1) {
    width: 108px;
  }
}
.p-card-renewal__benefits-item:nth-of-type(4) .p-card-renewal__benefits-item-table th:nth-child(2) {
  width: 196px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-item:nth-of-type(4) .p-card-renewal__benefits-item-table th:nth-child(2) {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-item:nth-of-type(4) .p-card-renewal__benefits-item-table td:nth-child(2) {
    width: auto;
  }
}
.p-card-renewal__benefits-item:nth-of-type(4) .p-card-renewal__benefits-item-table-header {
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.p-card-renewal__benefits-item:nth-of-type(4) .p-card-renewal__benefits-item-table-header--label {
  background-color: #9189D7;
  color: #fff;
  font-size: 14px;
  width: 196px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-item:nth-of-type(4) .p-card-renewal__benefits-item-table-header--label {
    width: 108px;
    padding: 20px 0px !important;
  }
}
.p-card-renewal__benefits-item:nth-of-type(4) .p-card-renewal__benefits-item-table-cell {
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  vertical-align: middle;
}
.p-card-renewal__benefits-item:nth-of-type(4) .p-card-renewal__benefits-item-table-cell--highlight {
  background: #F5FBCA;
}
.p-card-renewal__benefits-item:nth-of-type(4) .p-card-renewal__benefits-item-table-cell--dark {
  background-color: #7F76D4;
  color: #F6F6F6;
  font-size: 14px;
}
.p-card-renewal__benefits-item:nth-of-type(4) .p-card-renewal__benefits-item-table-cell--label {
  background-color: #9189D7;
  color: #fff;
  font-size: 14px;
}
.p-card-renewal__benefits-item:nth-of-type(4) .p-card-renewal__benefits-item-table-cell p {
  margin: 0;
}
.p-card-renewal__benefits-item:nth-of-type(4) .p-card-renewal__benefits-item-table-cell .p-card-renewal__benefits-item-table-note {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-item:nth-of-type(4) .p-card-renewal__benefits-item-table-cell .p-card-renewal__benefits-item-table-note {
    text-align: left;
  }
}
.p-card-renewal__benefits-item:nth-of-type(4) .p-card-renewal__benefits-item-notes-bold {
  font-weight: 700;
}
.p-card-renewal__benefits-item:nth-of-type(4) .p-card-renewal__benefits-item-buttons {
  display: flex;
  gap: 21px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-item:nth-of-type(4) .p-card-renewal__benefits-item-buttons {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.p-card-renewal__benefits-item:nth-of-type(4) .p-card-renewal__benefits-item-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 380px;
  height: 58px;
  background: #fff;
  border: 1px solid #5781AF;
  border-radius: 57.5px;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-item:nth-of-type(4) .p-card-renewal__benefits-item-button {
    width: 100%;
    box-shadow: 2px 5px 8px 0 rgba(105, 186, 200, 0.5);
  }
}
.p-card-renewal__benefits-item:nth-of-type(4) .p-card-renewal__benefits-item-button:hover {
  background: #f8f8f8;
}
.p-card-renewal__benefits-item:nth-of-type(4) .p-card-renewal__benefits-item-button-text {
  color: #64A70B;
  font-size: 20px;
  font-weight: 700;
}
.p-card-renewal__benefits-item:nth-of-type(4) .p-card-renewal__benefits-item-button-arrow {
  position: absolute;
  right: 28px;
  width: 9px;
  height: 18px;
}
.p-card-renewal__benefits-item:nth-of-type(5) .p-card-renewal__benefits-item-shopping-title {
  margin-bottom: 22px;
}
.p-card-renewal__benefits-item:nth-of-type(5) .p-card-renewal__benefits-item-shopping-title p {
  color: #538F74;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}
.p-card-renewal__benefits-item:nth-of-type(5) .p-card-renewal__benefits-item-shopping-title-large {
  font-size: 32px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}
.p-card-renewal__benefits-item:nth-of-type(5) .p-card-renewal__benefits-item-shopping-buttons {
  display: flex;
  gap: 21px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-item:nth-of-type(5) .p-card-renewal__benefits-item-shopping-buttons {
    flex-direction: column;
  }
}
.p-card-renewal__benefits-item:nth-of-type(5) .p-card-renewal__benefits-item-shopping-button {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  width: 380px;
  height: 115px;
  background-color: #6ECCD6;
  border: 1px solid #5781AF;
  border-radius: 57.5px;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-item:nth-of-type(5) .p-card-renewal__benefits-item-shopping-button {
    width: 100%;
  }
}
.p-card-renewal__benefits-item:nth-of-type(5) .p-card-renewal__benefits-item-shopping-button:hover {
  background-color: #4FA8C2;
}
.p-card-renewal__benefits-item:nth-of-type(5) .p-card-renewal__benefits-item-shopping-button-icon-airplane {
  width: 50px;
  height: 24px;
}
.p-card-renewal__benefits-item:nth-of-type(5) .p-card-renewal__benefits-item-shopping-button-icon-cart {
  width: 28px;
  height: 28px;
  position: relative;
  top: 4px;
}
.p-card-renewal__benefits-item:nth-of-type(5) .p-card-renewal__benefits-item-shopping-button-text {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-item:nth-of-type(5) .p-card-renewal__benefits-item-shopping-button-text {
    font-size: 18px;
  }
}
.p-card-renewal__benefits-item:nth-of-type(5) .p-card-renewal__benefits-item-shopping-button-arrow {
  position: absolute;
  right: 28px;
  top: 48px;
  width: 9px;
  height: 18px;
}
.p-card-renewal__benefits-item:nth-of-type(6) .p-card-renewal__benefits-item-airport-section {
  margin-bottom: 34px;
}
.p-card-renewal__benefits-item:nth-of-type(6) .p-card-renewal__benefits-item-airport-section:last-child {
  margin-bottom: 0;
}
.p-card-renewal__benefits-item:nth-of-type(6) .p-card-renewal__benefits-item-airport-title {
  margin-bottom: 20px;
  color: #538F74;
}
.p-card-renewal__benefits-item:nth-of-type(6) .p-card-renewal__benefits-item-airport-title p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
}
.p-card-renewal__benefits-item:nth-of-type(6) .p-card-renewal__benefits-item-airport-title-large {
  font-size: 32px;
  line-height: 1.3;
}
.p-card-renewal__benefits-item:nth-of-type(6) .p-card-renewal__benefits-item-airport-title-small {
  font-size: 14px;
}
.p-card-renewal__benefits-item:nth-of-type(6) .p-card-renewal__benefits-item-airport-shops {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: flex-start;
}
.p-card-renewal__benefits-item:nth-of-type(6) .p-card-renewal__benefits-item-airport-shop {
  width: 230px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-item:nth-of-type(6) .p-card-renewal__benefits-item-airport-shop {
    margin: 0px auto;
  }
}
.p-card-renewal__benefits-item:nth-of-type(6) .p-card-renewal__benefits-item-airport-shop-image {
  width: 100%;
  height: 158px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 4px;
}
.p-card-renewal__benefits-item:nth-of-type(6) .p-card-renewal__benefits-item-airport-shop-name {
  color: #538F74;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 4px;
  line-height: normal;
}
.p-card-renewal__benefits-item:nth-of-type(6) .p-card-renewal__benefits-item-airport-shop-location {
  color: #000;
  font-size: 14px;
  line-height: normal;
  margin: 0;
}
.p-card-renewal__benefits-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.p-card-renewal__benefits-decoration > img {
  max-width: unset;
}
.p-card-renewal__benefits-decoration-o01 {
  position: absolute;
  top: 40px;
  left: calc(50% - 810px);
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-decoration-o01 {
    top: -25px;
    left: calc(50% - 470px);
  }
}
.p-card-renewal__benefits-decoration-o02 {
  position: absolute;
  top: 233px;
  left: calc(50% + 248px);
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-decoration-o02 {
    top: 540px;
    left: calc(50% + 20px);
    width: 314px;
  }
}
.p-card-renewal__benefits-decoration-o03 {
  position: absolute;
  top: 1165px;
  left: calc(50% - 686px);
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-decoration-o03 {
    top: 1328px;
    left: calc(50% + 12px);
  }
}
.p-card-renewal__benefits-decoration-o04 {
  position: absolute;
  top: 1228px;
  left: calc(50% + 398px);
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-decoration-o04 {
    top: 2530px;
    left: calc(50% - 20px);
    width: 250px;
  }
}
.p-card-renewal__benefits-decoration-o05 {
  position: absolute;
  top: 2435px;
  left: calc(50% - 1089px);
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-decoration-o05 {
    top: 3810px;
    left: calc(50% - 300px);
    width: 250px;
  }
}
.p-card-renewal__benefits-decoration-o06 {
  position: absolute;
  top: 2336px;
  left: calc(50% + 428px);
}
.p-card-renewal__benefits-decoration-o07 {
  position: absolute;
  bottom: 1507px;
  left: calc(50% - 678px);
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-decoration-o07 {
    top: 4417px;
    left: calc(50% - 56px);
  }
}
.p-card-renewal__benefits-decoration-o08 {
  position: absolute;
  bottom: 1576px;
  left: calc(50% + 420px);
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-decoration-o08 {
    width: 357px;
    top: 5096px;
    left: calc(50% - 150px);
  }
}
.p-card-renewal__benefits-decoration-o09 {
  position: absolute;
  bottom: 662px;
  left: calc(50% - 1088px);
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-decoration-o09 {
    width: 357px;
    bottom: 566px;
    left: 50%;
  }
}
.p-card-renewal__benefits-decoration-o10 {
  position: absolute;
  bottom: 681px;
  left: calc(50% + 420px);
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-decoration-o10 {
    bottom: -34px;
    left: calc(50% - 200px);
  }
}
.p-card-renewal__benefits-decoration-o11 {
  position: absolute;
  bottom: 2px;
  left: calc(50% - 582px);
}
.p-card-renewal__benefits-notice {
  max-width: 800px;
  position: relative;
  padding: 24px 40px 36px;
  border: 1px solid #64A70B;
  border-radius: 12px;
  margin: 60px auto 0px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-notice {
    width: calc(100% - 35px);
    padding: 24px 22px 26px;
  }
}
.p-card-renewal__benefits-notice-title {
  color: #64A70B;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: normal;
}
.p-card-renewal__benefits-notice-list {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
}
.p-card-renewal__benefits-notice-item {
  color: #000;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 8px;
}
.p-card-renewal__benefits-notice-item:last-child {
  margin-bottom: 0;
}
.p-card-renewal__benefits-notice-link {
  color: #000;
  text-decoration: underline;
}
.p-card-renewal__benefits-notice-link:hover {
  color: #64A70B;
}
.p-card-renewal__benefits-cta {
  max-width: 671px;
  margin: 60px auto 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-cta {
    width: calc(100% - 35px);
    margin: 40px auto 0;
  }
}
.p-card-renewal__benefits-cta-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 671px;
  height: 131px;
  padding-left: 36px;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-cta-button {
    width: 100%;
    margin: 0 auto;
    padding-left: 0px;
  }
}
.p-card-renewal__benefits-cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #5781AF;
  border-radius: 65.5px;
  background: linear-gradient(93deg, #9189D7 10.49%, #E93559 94.15%);
  z-index: 0;
}
.p-card-renewal__benefits-cta-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #5781AF;
  border-radius: 65.5px;
  background: linear-gradient(93deg, #E93559 10.49%, #FFD78D 94.79%);
  z-index: 1;
  transition: opacity 0.3s ease-out;
  opacity: 0;
}
.p-card-renewal__benefits-cta-button:hover::after {
  opacity: 1;
}
.p-card-renewal__benefits-cta-cards {
  position: absolute;
  left: 45px;
  display: flex;
  gap: 8px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-cta-cards {
    display: none;
  }
}
.p-card-renewal__benefits-cta-card {
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 38px;
  height: 60px;
}
.p-card-renewal__benefits-cta-card--green {
  top: -5px;
  z-index: 1;
}
.p-card-renewal__benefits-cta-card--gold {
  top: 5px;
  left: -30px;
}
.p-card-renewal__benefits-cta-text {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  z-index: 2;
}
.p-card-renewal__benefits-cta-arrow {
  position: absolute;
  right: 45px;
  width: 9px;
  height: 18px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__benefits-cta-arrow {
    right: 30px;
  }
}
.p-card-renewal__mileage {
  padding: 70px 0 312px;
  display: flex;
  flex-direction: column;
  background-color: #6ECCD6;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__mileage {
    padding: 40px 17.5px 312px;
  }
}
.p-card-renewal__mileage-title {
  position: relative;
  width: 645px;
  height: 101px;
  margin: 43px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__mileage-title {
    width: 100%;
    height: auto;
    aspect-ratio: 408/139;
  }
}
.p-card-renewal__mileage-title-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__mileage-title-bg {
    width: 100%;
    height: 119px;
  }
}
.p-card-renewal__mileage-title-text {
  position: relative;
  z-index: 1;
  color: #538F74;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__mileage-title-text {
    font-size: 26px;
    line-height: 1.4;
  }
}
.p-card-renewal__mileage-content {
  max-width: 1000px;
  margin: 40px auto 0;
  padding: 60px 40px;
  border-radius: 34px;
  background: #FFF;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__mileage-content {
    max-width: unset;
    width: 100%;
    padding: 18px 20px;
    border-radius: 10px;
  }
}
.p-card-renewal__mileage-chart-header {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__mileage-chart-header {
    margin-bottom: 16px;
  }
}
.p-card-renewal__mileage-chart-title {
  color: #538F74;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 8px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__mileage-chart-title {
    font-size: 24px;
  }
}
.p-card-renewal__mileage-chart-title span {
  color: #6ECCD6;
  margin-right: 6px;
}
.p-card-renewal__mileage-chart-subtitle {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 4px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__mileage-chart-subtitle {
    font-size: 16px;
  }
}
.p-card-renewal__mileage-chart-note {
  display: inline-block;
  color: #000;
  font-size: 11px;
  line-height: 1.5;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__mileage-chart-note {
    margin-top: 10px;
  }
}
.p-card-renewal__mileage-chart-legend {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 20px;
}
.p-card-renewal__mileage-chart-legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-card-renewal__mileage-chart-legend-box {
  width: 36px;
  height: 9px;
}
.p-card-renewal__mileage-chart-legend-box--accumulated {
  background-color: #C4D600;
}
.p-card-renewal__mileage-chart-legend-box--earned {
  background-color: #6ECCD6;
}
.p-card-renewal__mileage-chart-legend-text {
  color: #000;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__mileage-chart-legend-text {
    font-size: 10px;
  }
}
.p-card-renewal__mileage-chart-graph {
  height: 536px;
  margin-top: -150px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__mileage-chart-graph {
    height: auto;
    margin-top: 0px;
  }
}
.p-card-renewal__mileage-chart-target {
  position: absolute;
  margin-bottom: 20px;
  width: 100%;
  top: 232px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__mileage-chart-target {
    display: none;
  }
}
.p-card-renewal__mileage-chart-target-label {
  display: inline-block;
  background-color: #6ECCD6;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  padding: 4px 16px;
  border-radius: 11.5px;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
.p-card-renewal__mileage-chart-target::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  height: 1px;
  border-top: 1px dashed #6ECCD6;
  z-index: 0;
}
.p-card-renewal__mileage-chart-bars {
  display: flex;
  align-items: flex-end;
  position: relative;
  border-bottom: 1px solid #538F74;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__mileage-chart-bars {
    flex-direction: column;
    border-bottom: none;
  }
}
.p-card-renewal__mileage-chart-bar {
  flex: 1;
  width: 98px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__mileage-chart-bar {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    width: 100%;
  }
}
.p-card-renewal__mileage-chart-bar-header {
  margin-bottom: 20px;
  text-align: center;
  width: 100px;
  opacity: 0;
  transition: opacity 0.25s linear;
  transition-delay: 1.3s;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__mileage-chart-bar-header {
    width: 110px;
  }
}
.p-card-renewal__mileage-chart-bar-title {
  color: #538F74;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px;
  width: 109px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__mileage-chart-bar-title {
    font-size: 14px;
  }
}
.p-card-renewal__mileage-chart-bar-subtitle {
  color: #000;
  font-size: 11px;
  line-height: 1.6;
  text-align: left;
  margin-top: 4px !important;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__mileage-chart-bar-subtitle {
    font-size: 10px;
  }
}
.p-card-renewal__mileage-chart-bar-container {
  width: 98px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__mileage-chart-bar-container {
    transform: rotate(90deg);
    transform-origin: left bottom;
    margin-top: 10px;
  }
}
.p-card-renewal__mileage-chart-bar-segment {
  width: 100%;
  height: 0px;
  display: flex;
  align-items: center;
  transition: height 0.5s ease-out;
  transition-delay: 0.5s;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__mileage-chart-bar-segment {
    width: 42px;
  }
  .p-card-renewal__mileage-chart-bar-segment.--omit {
    position: relative;
    background-color: transparent;
  }
  .p-card-renewal__mileage-chart-bar-segment.--omit::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: -6px;
    width: 53px;
    height: 30px;
    background-image: url("../img/sp/chart-omit.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
}
.p-card-renewal__mileage-chart-bar-segment--accumulated {
  background-color: #C4D600;
}
.p-card-renewal__mileage-chart-bar-segment--earned {
  background-color: #6ECCD6;
}
.p-card-renewal__mileage-chart-bar-values {
  text-align: center;
  width: 98px;
  opacity: 0;
  transition: opacity 0.25s linear;
  transition-delay: 1s;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__mileage-chart-bar-values {
    width: auto;
    text-align-last: left;
    white-space: nowrap;
    position: absolute;
    left: 0px;
    top: 65px;
  }
}
.p-card-renewal__mileage-chart-bar-value {
  color: #000;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 700;
}
.p-card-renewal__mileage-chart-bar-value strong {
  font-size: 14px;
  font-weight: 700;
}
.p-card-renewal__mileage-chart-bar-value.--tip {
  display: inline-block;
  padding: 3px 9px;
  border-radius: 13px;
  background: #6ECCD6;
  margin-left: 10px;
  position: relative;
}
.p-card-renewal__mileage-chart-bar-value.--tip::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 3.5px 7px 3.5px;
  border-color: transparent transparent #6eccd6;
  translate: -50% -100%;
}
.p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar-header {
  opacity: 1;
}
.p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar-values {
  opacity: 1;
}
.p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar {
  /*
  * 個別のバーの高さ調整
  */
}
.p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(1) .p-card-renewal__mileage-chart-bar-container {
  height: 96px;
}
.p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(1) .p-card-renewal__mileage-chart-bar-segment--earned {
  height: 96px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(1) .p-card-renewal__mileage-chart-bar-container {
    height: 50px;
    transform: rotate(90deg) translateX(-50px);
  }
  .p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(1) .p-card-renewal__mileage-chart-bar-segment--earned {
    height: 50px;
  }
}
.p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(2) .p-card-renewal__mileage-chart-bar-container {
  height: 123px;
}
.p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(2) .p-card-renewal__mileage-chart-bar-segment--earned {
  height: 27px;
}
.p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(2) .p-card-renewal__mileage-chart-bar-segment--accumulated {
  height: 96px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(2) .p-card-renewal__mileage-chart-bar-header {
    margin-bottom: 30px;
  }
  .p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(2) .p-card-renewal__mileage-chart-bar-container {
    height: 65px;
    transform: rotate(90deg) translateX(-65px);
  }
  .p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(2) .p-card-renewal__mileage-chart-bar-segment--earned {
    height: 15px;
  }
  .p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(2) .p-card-renewal__mileage-chart-bar-segment--accumulated {
    height: 50px;
  }
}
.p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(3) .p-card-renewal__mileage-chart-bar-header {
  margin-bottom: 80px;
}
.p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(3) .p-card-renewal__mileage-chart-bar-container {
  height: 220px;
}
.p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(3) .p-card-renewal__mileage-chart-bar-segment--earned {
  height: 96px;
}
.p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(3) .p-card-renewal__mileage-chart-bar-segment--accumulated {
  height: 123px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(3) .p-card-renewal__mileage-chart-bar-header {
    margin-bottom: 30px;
  }
  .p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(3) .p-card-renewal__mileage-chart-bar-container {
    height: 115px;
    transform: rotate(90deg) translateX(-115px);
    margin-bottom: -73px;
  }
  .p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(3) .p-card-renewal__mileage-chart-bar-segment--earned {
    height: 50px;
  }
  .p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(3) .p-card-renewal__mileage-chart-bar-segment--accumulated {
    height: 65px;
  }
}
.p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(4) .p-card-renewal__mileage-chart-bar-header {
  margin-bottom: 53px;
}
.p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(4) .p-card-renewal__mileage-chart-bar-container {
  height: 247px;
}
.p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(4) .p-card-renewal__mileage-chart-bar-segment--earned {
  height: 27px;
}
.p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(4) .p-card-renewal__mileage-chart-bar-segment--accumulated {
  height: 220px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(4) .p-card-renewal__mileage-chart-bar-header {
    margin-bottom: 30px;
  }
  .p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(4) .p-card-renewal__mileage-chart-bar-container {
    height: 129px;
    transform: rotate(90deg) translateX(-129px);
    margin-bottom: -87px;
  }
  .p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(4) .p-card-renewal__mileage-chart-bar-segment--earned {
    height: 15px;
  }
  .p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(4) .p-card-renewal__mileage-chart-bar-segment--accumulated {
    height: 114px;
  }
}
.p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(5) .p-card-renewal__mileage-chart-bar-header {
  margin-bottom: 23px;
}
.p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(5) .p-card-renewal__mileage-chart-bar-container {
  height: 295px;
}
.p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(5) .p-card-renewal__mileage-chart-bar-segment--earned {
  height: 48px;
}
.p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(5) .p-card-renewal__mileage-chart-bar-segment--accumulated {
  height: 247px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(5) .p-card-renewal__mileage-chart-bar-header {
    margin-bottom: 30px;
  }
  .p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(5) .p-card-renewal__mileage-chart-bar-container {
    height: 155px;
    transform: rotate(90deg) translateX(-155px);
    margin-bottom: -113px;
  }
  .p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(5) .p-card-renewal__mileage-chart-bar-segment--earned {
    height: 26px;
  }
  .p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(5) .p-card-renewal__mileage-chart-bar-segment--accumulated {
    height: 129px;
  }
}
.p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(6) .p-card-renewal__mileage-chart-bar-header {
  margin-bottom: 23px;
}
.p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(6) .p-card-renewal__mileage-chart-bar-container {
  height: 308px;
}
.p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(6) .p-card-renewal__mileage-chart-bar-segment--earned {
  height: 13px;
}
.p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(6) .p-card-renewal__mileage-chart-bar-segment--accumulated {
  height: 295px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(6) .p-card-renewal__mileage-chart-bar-header {
    margin-bottom: 30px;
  }
  .p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(6) .p-card-renewal__mileage-chart-bar-container {
    height: 162px;
    transform: rotate(90deg) translateX(-162px);
    margin-bottom: -120px;
  }
  .p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(6) .p-card-renewal__mileage-chart-bar-segment--earned {
    height: 7px;
  }
  .p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(6) .p-card-renewal__mileage-chart-bar-segment--accumulated {
    height: 155px;
  }
}
.p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(7) .p-card-renewal__mileage-chart-bar-header {
  margin-bottom: 29px;
}
.p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(7) .p-card-renewal__mileage-chart-bar-container {
  height: 412px;
}
.p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(7) .p-card-renewal__mileage-chart-bar-segment--earned {
  height: 104px;
}
.p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(7) .p-card-renewal__mileage-chart-bar-segment--accumulated {
  height: 308px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(7) .p-card-renewal__mileage-chart-bar-header {
    margin-bottom: 20px;
  }
  .p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(7) .p-card-renewal__mileage-chart-bar-container {
    height: 204px;
    transform: rotate(90deg) translateX(-204px);
    margin-bottom: -160px;
  }
  .p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(7) .p-card-renewal__mileage-chart-bar-segment--earned {
    height: 42px;
  }
  .p-card-renewal__mileage-chart-graph.is-active .p-card-renewal__mileage-chart-bar:nth-of-type(7) .p-card-renewal__mileage-chart-bar-segment--accumulated {
    height: 162px;
  }
}
.p-card-renewal__mileage-example {
  margin-top: 40px;
  padding: 0px 30px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__mileage-example {
    padding: 0px 0px;
  }
}
.p-card-renewal__mileage-example-header {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__mileage-example-header {
    flex-direction: column;
    gap: 18px;
  }
}
.p-card-renewal__mileage-example-icon {
  position: relative;
  width: 99px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__mileage-example-icon {
    width: 153px;
    height: 147px;
  }
}
.p-card-renewal__mileage-example-icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-card-renewal__mileage-example-label {
  position: relative;
  z-index: 1;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
.p-card-renewal__mileage-example-content {
  flex: 1;
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
  padding: 12px 0;
}
.p-card-renewal__mileage-example-text {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
}
.p-card-renewal__mileage-benefits {
  margin-top: 60px;
  padding: 0px 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__mileage-benefits {
    margin-top: 25px;
    padding: 0px;
  }
}
.p-card-renewal__mileage-benefits-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__mileage-benefits-item {
    flex-direction: column;
    gap: 0px;
  }
}
.p-card-renewal__mileage-benefits-item.--middle {
  align-items: center;
}
.p-card-renewal__mileage-benefits-item:last-child {
  margin-bottom: 0;
}
.p-card-renewal__mileage-benefits-callout {
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__mileage-benefits-callout {
    width: 100%;
  }
  .p-card-renewal__mileage-benefits-callout img {
    width: 100%;
    height: auto;
  }
}
.p-card-renewal__mileage-benefits-callout-text {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__mileage-benefits-callout-text {
    top: 18%;
    transform: none;
  }
}
.p-card-renewal__mileage-benefits-callout-text p {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  white-space: nowrap;
}
.p-card-renewal__mileage-benefits-content {
  flex: 1;
}
.p-card-renewal__mileage-benefits-main-text {
  margin: 0 0 8px;
  line-height: 1.2;
}
.p-card-renewal__mileage-benefits-main-text:last-child {
  margin-bottom: 0;
}
.p-card-renewal__mileage-benefits-subtitle {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 20px;
}
.p-card-renewal__mileage-benefits-subtitle span {
  font-size: 16px;
}
.p-card-renewal__mileage-benefits-subtitle:last-child {
  margin-bottom: 0;
}
.p-card-renewal__mileage-benefits-number {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.p-card-renewal__mileage-benefits-number--large {
  font-size: 45px;
  color: #538F74;
}
.p-card-renewal__mileage-benefits-number--medium {
  font-size: 40px;
  color: #538F74;
}
.p-card-renewal__mileage-benefits-number--light-green {
  color: #64A70B !important;
}
.p-card-renewal__mileage-benefits-unit {
  font-weight: 700;
}
.p-card-renewal__mileage-benefits-unit--green {
  font-size: 32px;
  color: #538F74;
}
.p-card-renewal__mileage-benefits-unit--light-green {
  font-size: 32px;
  color: #64A70B;
}
.p-card-renewal__mileage-benefits-text {
  color: #000;
  font-size: 32px;
  font-weight: 700;
}
.p-card-renewal__mileage-benefits-note {
  color: #000;
  font-size: 14px;
  line-height: 1.8;
  display: block;
}
.p-card-renewal__mileage-benefits-card-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin: 20px 0px;
  position: relative;
}
.p-card-renewal__mileage-benefits-card-section:last-child {
  margin-bottom: 0;
}
.p-card-renewal__mileage-benefits-card-info {
  display: flex;
  align-items: center;
  padding: 8px 25px 8px 43px;
  min-width: 200px;
}
.p-card-renewal__mileage-benefits-card-info--green {
  background-color: #C4D600;
}
.p-card-renewal__mileage-benefits-card-info--gold {
  background-color: #C2AF62;
}
.p-card-renewal__mileage-benefits-card-image {
  width: 32px;
  height: 51px;
  object-fit: cover;
  position: absolute;
  left: 0;
}
.p-card-renewal__mileage-benefits-card-name {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.p-card-renewal__mileage-benefits-card-benefits {
  flex: 1;
}
.p-card-renewal__mileage-benefits-airplane {
  position: absolute;
  bottom: 109px;
  left: 40px;
  animation: floating-y 2.4s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(15px);
  }
}
.p-card-renewal__mileage-notes {
  margin-top: 30px;
  padding: 0px 30px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__mileage-notes {
    padding: 0px;
    padding-bottom: 10px;
  }
}
.p-card-renewal__mileage-notes p {
  color: #000;
  font-size: 12px;
  line-height: 1.6;
  margin: 0 0 4px;
}
.p-card-renewal__mileage-notes p:last-child {
  margin-bottom: 0;
}
.p-card-renewal__mileage-notes-link {
  color: inherit;
  text-decoration: underline;
  text-underline-position: from-font;
}
.p-card-renewal__mileage-notes-link:hover {
  opacity: 0.7;
}
.p-card-renewal__mileage-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 600px;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__mileage-bg {
    height: 300px;
  }
}
.p-card-renewal__mileage-bg img {
  max-width: unset;
}
.p-card-renewal__mileage-bg-o1 {
  position: absolute;
  width: 100%;
  min-width: 1300px;
  height: 450px;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__mileage-bg-o1 {
    height: 228px;
    min-width: 100%;
    left: 0;
    transform: none;
  }
}
.p-card-renewal__mileage-bg-o1 img {
  width: 110%;
  object-fit: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-card-renewal__mileage-bg-o1 img {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -70px;
    transform: none;
  }
}
.p-card-renewal__mileage-bg-o2 {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-card-renewal__mileage-bg-o2 {
    height: 284px;
    min-width: 100%;
    left: 0;
    top: 0;
    bottom: auto;
    transform: none;
  }
}
.p-card-renewal__mileage-bg-o2 img {
  position: relative;
  bottom: 0px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__mileage-bg-o2 img {
    width: 100%;
    bottom: 0;
    transform: none;
  }
}
.p-card-renewal__features {
  padding: 120px 0 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__features {
    padding: 60px 0 20px;
  }
}
.p-card-renewal__features-content {
  max-width: 1200px;
  margin: 60px auto 0;
  padding: 0 20px;
}
.p-card-renewal__features-title {
  color: #538F74;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin: 0 0 47px;
}
.p-card-renewal__features-cards {
  display: flex;
  justify-content: center;
  gap: 120px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__features-cards {
    display: block;
  }
}
.p-card-renewal__features-card-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-card-renewal__features-card-decoration {
  position: absolute;
  top: -190px;
  z-index: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.4s ease-out, opacity 0.4s linear;
  transition-delay: 0.4s;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__features-card-decoration {
    position: static;
    margin-bottom: 11px;
  }
  .p-card-renewal__features-card-decoration img {
    width: 206px;
  }
}
.p-card-renewal__features-card-decoration--left {
  left: -150px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__features-card-decoration--left {
    left: 0px;
  }
}
.p-card-renewal__features-card-decoration--right {
  right: -130px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__features-card-decoration--right {
    left: 0px;
  }
}
.p-card-renewal__features-cards.is-active .p-card-renewal__features-card-decoration {
  opacity: 1;
  transform: translateY(0);
}
.p-card-renewal__features-card {
  position: relative;
  z-index: 1;
  margin-bottom: 33px;
}
.p-card-renewal__features-card-image {
  width: 219px;
  height: 346px;
  object-fit: cover;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
}
.p-card-renewal__features-card-label {
  display: inline-block;
  width: 282px;
  padding: 7px 22px;
  border-radius: 29px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: center;
  white-space: nowrap;
}
.p-card-renewal__features-card-label--green {
  background-color: #C4D600;
}
.p-card-renewal__features-card-label--gold {
  background-color: #C2AF62;
}
.p-card-renewal__features-comparison {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__features-comparison {
    margin: 64px 0px;
  }
  .p-card-renewal__features-comparison:last-of-type {
    margin-bottom: 24px;
  }
}
.p-card-renewal__features-comparison-table {
  width: 900px;
  border-collapse: collapse;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__features-comparison-table {
    width: 100%;
    table-layout: fixed;
  }
}
.p-card-renewal__features-comparison-row {
  border-top: 1px solid #64A70B;
  border-bottom: 1px solid #64A70B;
}
.p-card-renewal__features-comparison-row:nth-child(odd) .p-card-renewal__features-comparison-cell--data {
  background-color: #F5FBCA;
}
.p-card-renewal__features-comparison-row:nth-child(odd) .p-card-renewal__features-comparison-cell--header {
  background-color: #7f76d4;
}
.p-card-renewal__features-comparison-row:nth-child(even) .p-card-renewal__features-comparison-cell--data {
  background-color: #fff;
}
.p-card-renewal__features-comparison-row:nth-child(even) .p-card-renewal__features-comparison-cell--header {
  background-color: #9189d7;
}
.p-card-renewal__features-comparison thead .p-card-renewal__features-comparison-cell--data {
  background-color: #fff !important;
}
.p-card-renewal__features-comparison thead .p-card-renewal__features-comparison-cell--header {
  background-color: #9189D7 !important;
}
.p-card-renewal__features-comparison-cell {
  padding: 28px 0px;
  text-align: center;
  vertical-align: middle;
  height: 64px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__features-comparison-cell {
    padding: 8px 0px;
  }
}
.p-card-renewal__features-comparison-cell--header {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  width: 196px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__features-comparison-cell--header {
    width: 108px;
  }
}
.p-card-renewal__features-comparison-cell--data {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  width: 352px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__features-comparison-cell--data {
    width: auto;
    font-size: 14px;
  }
}
.p-card-renewal__features-comparison-row:nth-child(4) .p-card-renewal__features-comparison-cell, .p-card-renewal__features-comparison-row:nth-child(5) .p-card-renewal__features-comparison-cell, .p-card-renewal__features-comparison-row:nth-child(6) .p-card-renewal__features-comparison-cell, .p-card-renewal__features-comparison-row:nth-child(9) .p-card-renewal__features-comparison-cell {
  height: 108px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__features-comparison-row:nth-child(4) .p-card-renewal__features-comparison-cell, .p-card-renewal__features-comparison-row:nth-child(5) .p-card-renewal__features-comparison-cell, .p-card-renewal__features-comparison-row:nth-child(6) .p-card-renewal__features-comparison-cell, .p-card-renewal__features-comparison-row:nth-child(9) .p-card-renewal__features-comparison-cell {
    height: 64px;
  }
}
.p-card-renewal__features-comparison-row:nth-child(7) .p-card-renewal__features-comparison-cell {
  height: 94px;
}
.p-card-renewal__features-comparison-row:nth-child(10) .p-card-renewal__features-comparison-cell {
  height: 80px;
}
.p-card-renewal__features-comparison-price {
  font-size: 24px;
  font-weight: 700;
  color: #64A70B;
}
.p-card-renewal__features-comparison-price--gold {
  color: #887635;
}
.p-card-renewal__features-comparison-tax {
  font-size: 12px;
  font-weight: 400;
  color: #000;
}
.p-card-renewal__features-comparison-note {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__features-comparison-note {
    font-size: 10px;
  }
}
.p-card-renewal__features-comparison-text {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__features-comparison-text {
    font-size: 14px;
  }
}
.p-card-renewal__features-comparison-text--medium {
  font-weight: 400;
}
.p-card-renewal__features-comparison-text--small {
  font-size: 14px;
  line-height: 1.5;
}
.p-card-renewal__features-comparison-text--note {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.p-card-renewal__features-comparison-limits {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}
.p-card-renewal__features-comparison-limits .p-card-renewal__features-comparison-text {
  margin-bottom: 0;
  display: block;
}
.p-card-renewal__features .p-card-renewal__benefits-header-divider {
  margin-top: 40px;
}
.p-card-renewal__campaign {
  padding: 85px 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__campaign {
    padding: 67px 0px 0px;
  }
}
.p-card-renewal__campaign-banner {
  margin: 85px auto 0px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__campaign-banner {
    margin: 40px auto 30px;
  }
}
.p-card-renewal__campaign-banner img {
  width: 100%;
  height: auto;
}
.p-card-renewal__apply {
  padding: 40px 0 180px;
  background: linear-gradient(180deg, #64A70B 6.47%, #C4D600 39.85%, #F5F1D4 77.32%);
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__apply {
    padding: 65px 0 100px;
  }
}
.p-card-renewal__apply-header {
  position: relative;
  height: 82px;
  margin: 40px auto 0;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__apply-header {
    height: auto;
  }
}
.p-card-renewal__apply-header-text {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__apply-header-text {
    margin-bottom: 20px !important;
  }
}
.p-card-renewal__apply-header-arrows {
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__apply-header-arrows {
    margin-bottom: 30px !important;
  }
}
.p-card-renewal__apply-header-arrows img {
  width: 139px;
  height: 21px;
}
.p-card-renewal__apply-cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 30px;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__apply-cards {
    gap: 22px;
  }
}
.p-card-renewal__apply-card {
  background: #fff;
  border-radius: 34px;
  width: 818px;
  padding: 44px 57px 60px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__apply-card {
    border-radius: 10px;
    width: 100%;
    padding: 30px 24px 30px;
  }
}
.p-card-renewal__apply-card-label {
  display: inline-block;
  padding: 7px 22px;
  border-radius: 29px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: center;
  white-space: nowrap;
  width: 282px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__apply-card-label {
    width: 100%;
  }
}
.p-card-renewal__apply-card-label--green {
  background-color: #C4D600;
}
.p-card-renewal__apply-card-label--gold {
  background-color: #C2AF62;
}
.p-card-renewal__apply-card-image {
  position: absolute;
  left: 105px;
  top: 109px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__apply-card-image {
    position: static;
  }
}
.p-card-renewal__apply-card-image img {
  width: 186px;
  height: auto;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__apply-card-image img {
    width: 168px;
  }
}
.p-card-renewal__apply-card-actions {
  margin-left: 372px;
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__apply-card-actions {
    margin-left: 0px;
    margin-top: 0px;
  }
}
.p-card-renewal__apply-card-title {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 18px !important;
  text-align: center;
}
.p-card-renewal__apply-card-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 327px;
  height: 69px;
  border-radius: 44px;
  border: 1px solid #5781AF;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  transition: background-color 0.3s ease-out;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__apply-card-button {
    width: 100%;
  }
}
.p-card-renewal__apply-card-button--green {
  background-color: #64A70B;
}
.p-card-renewal__apply-card-button--green:hover {
  background-color: #538F74;
}
.p-card-renewal__apply-card-button--gold {
  background-color: #B19629;
}
.p-card-renewal__apply-card-button--gold:hover {
  background-color: #927A18;
}
.p-card-renewal__apply-card-button-arrow {
  position: absolute;
  right: 20px;
  width: 9px;
  height: 18px !important;
}
.p-card-renewal__apply-card-note {
  color: #000;
  font-size: 12px;
  line-height: 1.6;
  margin: 0 0 37px !important;
  text-align: center;
}
.p-card-renewal__apply-banner {
  background-color: #fff;
  padding: 8px;
}
.p-card-renewal__apply-banner a {
  display: block;
}
.p-card-renewal__apply-banner a img {
  display: inline;
  width: 850px;
  height: 110px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__apply-banner {
    width: 100%;
    margin: 0 auto;
  }
  .p-card-renewal__apply-banner a {
    background-color: #c1c1c1;
    aspect-ratio: 375/160;
  }
  .p-card-renewal__apply-banner a img {
    width: 100%;
    height: auto !important;
    max-width: unset;
    object-fit: contain;
  }
}
.p-card-renewal__apply-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.p-card-renewal__apply-bg img {
  max-width: unset;
}
.p-card-renewal__apply-bg-main {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 1383px;
  z-index: 0;
}
.p-card-renewal__apply-bg-main img {
  position: absolute;
  bottom: -175px;
  left: 50%;
  transform: translateX(-50%);
  height: 1383px;
  width: auto;
  object-fit: none;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__apply-bg-main img {
    left: 0px;
    transform: none;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
.p-card-renewal__apply-bg-left {
  position: absolute;
  bottom: -70px;
  left: -170px;
  width: 530px;
  height: 1017px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__apply-bg-left {
    width: 133px;
    height: 321px;
    left: 0px;
  }
  .p-card-renewal__apply-bg-left img {
    width: 133px;
    height: auto;
  }
}
.p-card-renewal__apply-bg-right {
  position: absolute;
  bottom: -70px;
  right: -190px;
  width: 658px;
  height: 1039px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__apply-bg-right {
    width: 220px;
    height: 468px;
    bottom: -140px;
    right: 0px;
  }
  .p-card-renewal__apply-bg-right img {
    width: 220px;
    height: auto;
  }
}
.p-card-renewal #inquiry {
  scroll-margin-top: 170px;
}
.p-card-renewal__inquiry {
  padding: 64px 0 120px;
  text-align: center;
  background-color: #F5FBCA;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__inquiry {
    padding: 0px 0 76px;
  }
}
.p-card-renewal__inquiry .c-card-renewal__smile-club {
  padding-bottom: 60px;
}
.p-card-renewal__inquiry-boxes {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  margin-top: 40px;
}
.p-card-renewal__inquiry-box {
  display: flex;
  width: 801px;
  height: 169px;
  border: 1px solid #5781AF;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__inquiry-box {
    width: calc(100% - 25px);
    flex-direction: column;
    height: auto;
  }
}
.p-card-renewal__inquiry-box-description {
  background-color: #C4D600;
  width: 338px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__inquiry-box-description {
    width: 100%;
    padding: 35px 20px;
  }
}
.p-card-renewal__inquiry-box-text {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  margin: 0;
}
.p-card-renewal__inquiry-box-contact {
  flex: 1;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 31px 20px;
}
.p-card-renewal__inquiry-box-name {
  color: #538F74;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 2px;
}
.p-card-renewal__inquiry-box-phone {
  color: #538F74;
  font-size: 40px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  margin: 0;
}
.p-card-renewal__inquiry-box-phone a {
  text-decoration: none;
  color: #538F74;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__inquiry-box-phone {
    font-size: 38px;
  }
}
.p-card-renewal__inquiry-box-hours {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
}
.p-card-renewal__notes {
  padding: 67px 0px 0px;
  max-width: 906px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-card-renewal__notes {
    width: 100%;
    padding: 40px 22px 0px;
  }
}
.p-card-renewal__notes-title {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 35px;
}
.p-card-renewal__notes-content p {
  color: #000;
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
}/*# sourceMappingURL=style.css.map */