@charset "UTF-8";

/*-----------------------------------
  fv
-----------------------------------*/
.p-renewalFv {
  aspect-ratio: 10/4.5;
  min-height: 700px;
  background: linear-gradient(45deg, #FADC00 40%, #82FA00);
  border: 10px solid #fff;
  border-radius: 40px;
}


.p-renewalFv__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(0, -50%);
  z-index: 2;
}

.p-renewalFv__label {
  font-size: 1vw;
  margin-bottom: var(--space-xs);
  margin-left: 10px;
  order: 1;
}

.p-renewalFv__title {
  width: 100%;
  font-size: 2.4vw;
  line-height: 1.6;
  margin-bottom: var(--space-xs);
  order: 3;
}

.p-renewalFv__catch-wrapper {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: var(--space-s);
  order: 2;
}

.p-renewalFv__catch {
  width: 65%;
}

.p-renewalFv__catch-label {
  width: 30%;
  position: absolute;
  bottom: -25%;
  left: 55%;
}

.p-renewalFv__desc {
  font-size: 1.05vw;
  order: 4;
}

.p-renewalFv__visual {
  position: absolute;
  top: 50%;
  right: 0;
  width: min(47.5vw);
  height: 100%;
  transform: translateY(-50%);
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}

.p-renewalFv__mockups {
  display: flex;
  gap: 24px;
  width: 150%;
  height: 200%;
  transform: rotate(30deg);
  transform-origin: center;
  margin-left: 15%;
}

.p-renewalFv__lane {
  width: 22.5%;
  height: 100%;
  overflow: hidden;
}

.p-renewalFv__track {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-renewalFv__lane--a .p-renewalFv__track {
  animation: renewalLoopUp 40s linear infinite;
}

.p-renewalFv__lane--b .p-renewalFv__track {
  animation: renewalLoopDown 40s linear infinite;
}

.p-renewalFv__track img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 2.1;
  object-fit: cover;
  border-radius: 22px;
  background: #fff;
}

@keyframes renewalLoopUp {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(calc(-50% - 10px));
  }
}

@keyframes renewalLoopDown {
  from {
    transform: translateY(calc(-50% - 10px));
  }

  to {
    transform: translateY(0);
  }
}

.nyancos-robo {
  width: 12.5%;
  position: absolute;
  top: 0;
  left: 75%;
  transform: translate(-50%, 0);
  z-index: 2;
}

.nyancos-robo-close {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: eyes_blink_anime 2s infinite;
  animation: eyes_blink_anime 2s infinite;
  opacity: 0;
}

.fuwafuwa {
  -webkit-animation: fuwafuwa 3s infinite linear alternate;
  animation: fuwafuwa 3s infinite ease-in-out alternate;
}

@-webkit-keyframes fuwafuwa {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, -7.5px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, -7.5px);
  }

  100% {
    transform: translate(0, 0);
  }
}

/*-----------------------------------
  p-renewalSituation
-----------------------------------*/
.p-renewalSituation .l-inner {
  position: relative;
}

.p-renewalSituation .l-inner::after {
  display: block;
  content: '';
  width: 70vw;
  height: auto;
  aspect-ratio: 1280 / 1000;
  background: url('../../img/top/bubble.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.p-renewalSituation .c-heading__title {
  width: 30%;
}

.p-renewalSituation__list-wrapper {
  justify-content: center;
  align-items: flex-start;
}

.p-renewalSituation__list {
  width: 40%;
  list-style: none;
  position: relative;
  z-index: 1;
}

.p-renewalSituation__list:nth-of-type(1) {
  margin-right: 5%;
}

.p-renewalSituation__list:nth-of-type(2) {
  margin-top: 60px;
}

.p-renewalSituation__item {
  background: #f19cc0;
  padding: var(--space-l) var(--space-m);
  box-sizing: border-box;
  border-radius: 30px;
  position: relative;
}

.p-renewalSituation__list:first-of-type.p-renewalSituation__item:nth-of-type(1) {
  background: #f19cc0;
}

.p-renewalSituation__list:first-of-type .p-renewalSituation__item:nth-of-type(2) {
  background: #86daa2;
}

.p-renewalSituation__list:first-of-type .p-renewalSituation__item:nth-of-type(3) {
  background: #ffdd1c;
}

.p-renewalSituation__list:nth-of-type(2) .p-renewalSituation__item:nth-of-type(1) {
  background: #86daa2;
}

.p-renewalSituation__list:nth-of-type(2) .p-renewalSituation__item:nth-of-type(2) {
  background: #ffdd1c;
}

.p-renewalSituation__list:nth-of-type(2) .p-renewalSituation__item:nth-of-type(3) {
  background: #f19cc0;

}



.p-renewalSituation__list:first-of-type .p-renewalSituation__item:nth-of-type(2) {
  margin-left: -40px;
  margin-right: 40px;
}

.p-renewalSituation__list:nth-of-type(2) .p-renewalSituation__item:nth-of-type(2) {
  margin-left: 40px;
  margin-right: -40px;
}

.p-renewalSituation__item:nth-of-type(n+2) {
  margin-top: var(--space-m);
}

.p-renewalSituation__item-title {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 5px;
}

.p-renewalSituation__item-text {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.8;
  padding-left: 30px;
  box-sizing: border-box;
}

.p-renewalSituation__item-icon {
  width: 90px;
  position: absolute;
  bottom: -10px;
  left: -40px;
}

/*-----------------------------------
  p-renewalFirst
-----------------------------------*/
/*----
.p-renewalFirst::after {
  display: block;
  content: '';
  width: calc(100% - 40px);
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-orange-lite);
  border-radius: var(--border-radius-l);
  z-index: -1;
}
  ---*/
.p-renewalFirst::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.p-renewalFirst__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-renewalFirst__image {
  width: 50%;
  clip-path: inset(0 0 0 round 20px);
}

.p-renewalFirst__body {
  width: 45%;
}

.p-renewalFirst__desc .c-text {
  margin-bottom: var(--space-xs);
}

.p-renewalDiagram__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
  width: min(18rem, 100%);
  margin-top: 0.4rem;
}

.p-renewalDiagram__tags li {
  padding: 0.4rem 0.8rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  font-size: 1.1rem;
  line-height: 1.4;
  color: #555;
}

.p-renewalDiagram__cards span::before {
  content: attr(data-label);
  position: absolute;
  left: 1rem;
  top: 0.8rem;
  font-size: 1rem;
  letter-spacing: 0.04em;
  color: #999;
}

/*-----------------------------------
 p-renewalPoint
-----------------------------------*/
.p-renewalPoint__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.p-renewalPoint__head {
  width: 40%;
  position: sticky;
  top: 80px;
  left: 0;
}

.p-renewalPoint .c-heading {
  margin-bottom: var(--space-m);
}

.p-renewalPoint .c-heading__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 4rem;
}

.p-renewalPoint .c-heading__title-sub {
  padding: 5px;
  border-top: 1px solid var(--color-border);
  order: 2;
}

.p-renewalPoint__chart {
  width: 85%;
  margin: 0 auto var(--space-m) auto;
}

.p-renewalPoint__lead {
  margin-bottom: var(--space-l);
}

.p-renewalPoint__body {
  width: 55%;
}

.p-renewalPoint__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}

.p-renewalPoint__item {
  width: 100%;
  padding: var(--space-m) var(--space-m) var(--space-m) 80px;
  box-sizing: border-box;
  background: var(--color-blue-lite);
  border-radius: var(--border-radius-l);
  position: relative;
}

.p-renewalPoint__item:nth-of-type(n+2) {
  margin-top: var(--space-s);
}

.p-renewalPoint__icon {
  width: 80px;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50vh;
  margin: 0 auto var(--space-s) auto;
}

.p-renewalPoint__num {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 0;
  left: 20px;
  color: var(--color-yellow-deep);
  font-weight: 700;
  border-bottom: 3px solid #D7DEE0;
  padding: var(--space-xs) 5px;
  background: #fff;
}

.p-renewalPoint__num>span {
  writing-mode: vertical-rl;
}

.p-renewalPoint__title {
  font-size: 1.8rem;
  padding-bottom: var(--space-xs);
  margin-bottom: var(--space-xs);
  border-bottom: 1px solid var(--color-border);
}

.p-renewalPoint__text {
  text-align: justify;
  line-height: 1.8;
}

.p-renewalPoint__cta {
  width: 90%;
  max-width: 1280px;
  padding: var(--space-l);
  box-sizing: border-box;
  background: var(--color-orange-lite);
  margin: var(--space-xxl) auto 0 auto;
  border-radius: var(--border-radius-l);
  position: relative;
  z-index: 1;
}

.p-renewalPoint__cta-head>img {
  width: 68px;
  margin: 0 auto var(--space-xs);
}

.p-renewalPoint__cta-message {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
  font-weight: 700;
  margin-bottom: var(--space-s);
}

.p-renewalPoint__cta-message>img {
  width: 40px;
  margin-right: 10px;
}

.p-renewalPoint__cta-text {
  text-align: center;
  margin-bottom: var(--space-s);
}

.p-renewalPoint__cta-button .c-button {
  width: 100%;
  height: 80px;
  max-width: 360px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-gradi-orange);
  border-radius: 50vh;
  margin: 0 auto;
}

.p-renewalPoint__cta-button .c-button>img {
  width: 24px;
  margin-right: 10px;
}

/*-----------------------------------
 p-renewalWorks
-----------------------------------*/
.p-renewalWorks .c-heading__title {
  font-size: 3.6rem;
  letter-spacing: 0.1em;
}

.p-renewalWorks::after {
  display: block;
  content: '';
  width: calc(100% - 20px);
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-bg-coolwhite);
}

.p-renewalWorks__lead {
  margin-bottom: var(--space-l);
  text-align: center;
}

.p-renewalWorks__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: var(--space-l);
}

.p-renewalWorks__item {
  width: 48.5%;
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius-l);
  padding: var(--space-m) var(--space-m) var(--space-l) var(--space-m);
  box-sizing: border-box;
  background: rgba(255, 255, 255, .8);
}

.p-renewalWorks__item:nth-of-type(n+3) {
  margin-top: var(--space-m);
}

.p-renewalWorks__thumb {
  width: 100%;
  aspect-ratio: 4/3;
  margin-bottom: var(--space-s);
}

.p-renewalWorks__category {
  color: var(--color-yellow-deep);
  font-size: 1.4rem;
  text-align: center;
}

.p-renewalWorks__title {
  font-size: 1.8rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space-xs);
}

.p-renewalWorks__title::before,
.p-renewalWorks__title::after {
  display: block;
  content: "";
  width: calc(114px * .7);
  height: calc(10px * .7);
}

.p-renewalWorks__title::before {
  background: url('/assets/img/common/lead-decor--left.svg') no-repeat center / contain;
  margin-right: 5px;
}

.p-renewalWorks__title::after {
  background: url('/assets/img/common/lead-decor--right.svg') no-repeat center / contain;
  margin-left: 5px;
}

.p-renewalWorks__title>span {
  font-size: 1.6rem;
}

.p-renewalWorks__title>span::before {
  display: inline-block;
  content: '/';
  margin: 0 3px;
}

.p-renewalWorks__tags {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.p-renewalWorks__tags>li:not(:last-of-type)::after {
  display: inline-block;
  content: '/';
  margin: 0 5px;
}

/*-----------------------------------
 p-renewalWorks
-----------------------------------*/
.p-renewalFlow__list {
  display: block;
  list-style: none;
}

.p-renewalFlow__item {
  display: flex;
  padding: var(--space-m);
  background: var(--color-bg-coolwhite);
  border-radius: var(--space-s);
  position: relative;
}

.p-renewalFlow__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(var(--space-m) / -2 - 6px);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid rgba(147, 207, 237, .6);
  transform: translateX(-50%);
}

.p-renewalFlow__item:not(:last-of-type) {
  margin-bottom: var(--space-m);
}

.p-renewalFlow__marker {
  position: relative;
  display: flex;
  justify-content: center;
}


.p-renewalFlow__num {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--color-blue-lite);
  color: #2f6f8a;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .05em;
  margin-right: var(--space-s);
}

.p-renewalFlow__title {
  font-size: 2rem;
  margin-bottom: var(--space-xs);
}

/*-----------------------------------
 p-renewalFaq
-----------------------------------*/
.p-renewalFaq::after {
  display: block;
  content: '';
  width: calc(100% - 20px);
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-bg-coolwhite);
}

.p-renewalFaq__item {
  padding: var(--space-m);
  box-sizing: border-box;
  background: var(--color-orange-lite);
  border-radius: var(--space-s);
}

.p-renewalFaq__item:not(:last-of-type) {
  margin-bottom: var(--space-xs);
}

.p-renewalFaq__question {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--color-border-light);
}

.p-renewalFaq__answer {
  display: flex;
}

.p-renewalFaq__answer .c-text {
  padding-top: 5px;
}

.p-renewalFaq__q,
.p-renewalFaq__a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50vh;
  font-size: 2rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-right: var(--space-xs);
}

.p-renewalFaq__q {
  background: var(--color-yellow);
  color: #fff;
}

.p-renewalFaq__a {
  border: 1px solid var(--color-yellow);
  color: var(--color-yellow);
}

.p-renewalFaq__question {
  padding: var(--space-xs) 0;
}

.p-renewalFaq__question .c-text {
  font-weight: 700;
}

.p-renewalFaq__answer {
  padding: var(--space-xs) 0;
}

@media screen and (max-width:1280px) {}

@media screen and (max-width:1024px) {
  .p-renewalFv__label {
    font-size: 1.2rem;
  }

  .p-renewalFv__title {
    font-size: 3rem;
  }

  .p-renewalFv__desc {
    width: 90%;
    font-size: 1.4rem;
  }

  .p-renewalFv__desc br {
    display: none;
  }

  .nyancos-robo {
    width: 15%;
    left: 80%;
    top: 5%;
  }

  /*---situation---*/
  .p-renewalSituation {
    overflow: clip;
  }

  .p-renewalSituation .l-inner::after {
    width: 125vw;
  }

  .p-renewalSituation .c-heading__title {
    width: 50%;
  }

  /*--- p-renewalFirst ---*/
  .p-renewalFirst__inner {
    width: 75%;
  }

  .p-renewalFirst__content {
    flex-direction: column;
  }

  .p-renewalFirst__body {
    width: 100%;
    order: 2;
  }

  .p-renewalFirst__image {
    width: 100%;
    margin-bottom: var(--space-m);
    order: 1;
  }

  /*--- p-renewalPoint ---*/
  .p-renewalPoint__inner {
    flex-direction: column;
  }

  .p-renewalPoint__head {
    width: 75%;
    position: relative;
    top: initial;
    left: initial;
    margin-left: auto;
    margin-right: auto;
  }

  .p-renewalPoint__body {
    width: 100%;
  }

  .p-renewalPoint__item {
    width: 49%;
  }

  .p-renewalPoint__item:nth-of-type(2) {
    margin-top: 0;
  }

  /*---p-renewalWorks ---*/

  .p-renewalWorks__item {
    width: 49%;
  }

  .p-renewalWorks__title {
    font-size: 1.6rem;
  }
}

@media screen and (max-width:896px) {

  /*--- p-renewalFirst ---*/
  .p-renewalFirst__inner {
    width: 85%;
  }

  /*--- p-renewalPoint ---*/
  .p-renewalPoint__head {
    width: 85%;
  }

  .p-renewalPoint__cta-text {
    text-align: justify;
  }

  /*---p-renewalWorks ---*/
  .p-renewalWorks__item {
    width: 100%;
  }

  .p-renewalWorks__item:nth-of-type(n+2) {
    margin-top: var(--space-m);
  }

  .p-renewalWorks__title {
    font-size: 1.8rem;
  }
}

@media screen and (max-width:787px) {
  .p-renewalFv__inner {
    width: 70%;
  }

  /*--- renewalSituation ---*/
  .p-renewalSituation .l-inner::after {
    width: 250vw;
  }

  .p-renewalSituation .c-heading__title {
    width: 75%;
  }

  .p-renewalSituation__list-wrapper {
    flex-direction: column;
  }

  .p-renewalSituation__list {
    width: 80%;
  }

  .p-renewalSituation__list:nth-of-type(1) {
    margin-right: auto;
  }

  .p-renewalSituation__list:nth-of-type(2) {
    margin-top: 30px;
  }

  .p-renewalSituation__list {
    margin: 0 auto;
  }

  /*--- p-renewalFirst ---*/
  .p-renewalFirst__inner {
    width: 90%;
  }

  /*--- p-renewalPoint ---*/
  .p-renewalPoint__head {
    width: 90%;
  }
}

@media screen and (max-width:680px) {
  .p-renewalFv__inner {
    width: 75%;
  }

  .p-renewalFv__desc {
    width: 100%;
  }

  /*--- p-renewalFirst ---*/
  .p-renewalFirst__inner {
    width: 90%;
  }

  /*--- p-renewalPoint ---*/
  .p-renewalPoint__head {
    width: 100%;
  }

  .p-renewalPoint__item {
    width: 100%;
  }

  .p-renewalPoint__item:nth-of-type(n+2) {
    margin-top: var(--space-s);
  }

  .p-renewalPoint__cta-message {
    font-size: 2rem;
  }

  /*---p-renewalFlow---*/
  .p-renewalFlow__marker {
    margin-bottom: var(--space-xs);
  }

  .p-renewalFlow__num {
    margin-right: 0;
  }

  .p-renewalFlow__item {
    flex-direction: column;
  }

  .p-renewalFlow__title {
    text-align: center;
  }
}

@media screen and (max-width:480px) {
  .p-renewalFv {
    aspect-ratio: auto;
    height: 100svh;
    min-height: 820px;
  }

  .p-renewalFv__inner {
    width: 85%;
    left: 7.5%;
    top: 40%;
    margin-top: 0;
  }

  .nyancos-robo {
    left: 92%;
  }

  .p-renewalFv__label {
    font-size: 1.2rem;
    margin-left: 5px;
    line-height: 1.6;
  }

  .p-renewalFv__label .u-sp-only {
    display: block;
  }

  .p-renewalFv__catch {
    width: 90%;
  }

  .p-renewalFv__title {
    font-size: 2.2rem;
  }

  .p-renewalFv__catch-label {
    width: 40%;
    left: 60%;
    bottom: -25%;
  }

  .p-renewalFv__desc {
    font-size: 1.2rem;
  }

  .p-renewalFv__visual {
    width: 100%;
  }

  .p-renewalFv__mockups {
    display: flex;
    gap: 5px 10px;
    width: 150%;
    height: 200%;
    transform: rotate(35deg);
    transform-origin: center;
    margin-left: 0;
  }

  .p-renewalFv__lane {
    width: 30%;
  }

  .p-renewalFv__track::after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .6);
    position: absolute;
    top: 0;
    left: 0;
  }

  .p-renewalFv__track {
    gap: 10px;
    position: relative;
  }

  .p-renewalFv__track img {
    border-radius: 8px;
  }

  .p-renewalFv__lane--a .p-renewalFv__track {
    animation: renewalLoopUp 28s linear infinite;
  }

  .p-renewalFv__lane--b .p-renewalFv__track {
    animation: renewalLoopDown 28s linear infinite;
  }

  /*---p-renewalSituation---*/
  .p-renewalSituation .l-inner::after {
    width: 400vw;
  }

  .p-renewalSituation__list {
    width: 90%;
  }

  .p-renewalSituation__item {
    background: #f19cc0;
    padding: var(--space-s) var(--space-s) var(--space-m) var(--space-s);
  }

  .p-renewalSituation__item:nth-of-type(n+2) {
    margin-top: var(--space-s);
  }

  .p-renewalSituation__list:first-of-type .p-renewalSituation__item:nth-of-type(2),
  .p-renewalSituation__list:nth-of-type(2) .p-renewalSituation__item:nth-of-type(2) {
    margin-left: initial;
    margin-right: initial;
  }

  .p-renewalSituation__item-title {
    font-size: 1.6rem;
    text-align: center;
  }

  .p-renewalSituation__item-title .u-sp-only {
    display: block;
  }

  .p-renewalSituation__item-text {
    font-size: 1.2rem;
    padding-left: 10px;
  }

  .p-renewalSituation__item-icon {
    width: 56px;
    position: absolute;
    bottom: -15px;
    left: -20px;
  }

  .p-renewalSituation__list:first-of-type .p-renewalSituation__item:nth-of-type(2) .p-renewalSituation__item-icon,
  .p-renewalSituation__list:nth-of-type(2) .p-renewalSituation__item:nth-of-type(1) .p-renewalSituation__item-icon,
  .p-renewalSituation__list:nth-of-type(2) .p-renewalSituation__item:nth-of-type(3) .p-renewalSituation__item-icon {
    left: initial;
    right: -20px;
  }

  /*---First---*/
  .p-renewalFirst {
    padding-top: 0;
  }

  /*---point---*/
  .p-renewalPoint {
    padding-top: 0;
  }

  .p-renewalPoint__item {
    padding: var(--space-m) var(--space-s) var(--space-m) var(--space-s);
  }

  .p-renewalPoint__num {
    font-size: 1rem;
    min-height: 60px;
    left: 15px;
  }

  .p-renewalPoint__title {
    font-size: 1.6rem;
    padding-left: 36px;
  }

  .p-renewalPoint__cta {
    margin-top: var(--space-l);
    padding: var(--space-m);
  }

  .p-renewalPoint__cta-message {
    font-size: 1.8rem;
    flex-direction: column;
  }

  .p-renewalPoint__cta-message>img {
    margin-right: 0;
  }

  .p-renewalPoint__cta-lead .u-sp-only {
    display: block;
  }

  /*---p-renewalWorks---*/
  .p-renewalWorks__lead {
    width: 95%;
    text-align: justify;
    margin-bottom: var(--space-s);
    margin-left: auto;
    margin-right: auto;
  }

  .p-renewalWorks__lead br {
    display: none;
  }

  .p-renewalWorks__item {
    padding: var(--space-s);
  }

  .p-renewalWorks__title {
    font-size: 1.6rem;
  }

  .p-renewalWorks__title::before,
  .p-renewalWorks__title::after {
    display: block;
    content: "";
    width: calc(114px * .3);
    height: calc(10px * .3);
  }

  /*---p-renewalFlow---*/
  .p-renewalFlow__item {
    padding: var(--space-s);
  }

  .p-renewalFlow__title {
    font-size: 1.8rem;
  }

  /*---p-renewalFaq---*/
  .p-renewalFaq__item {
    padding: var(--space-s);
  }

  .p-renewalFaq__q,
  .p-renewalFaq__a {
    width: 32px;
    height: 32px;
    font-size: 1.6rem;
  }

  .p-renewalFaq__question .c-text,
  .p-renewalFaq__answer .c-text {
    line-height: 1.8;
  }
}