.front-main {
  overflow: hidden;
  padding-top: 20rem;
}
@media (max-width: 768px) {
  .front-main {
    padding-top: 9rem;
  }
}

.fv {
  position: relative;
  margin-top: clamp(4.5rem, 6.6vw, 12.8rem);
  overflow: hidden;
}
@media (max-width: 768px) {
  .fv {
    margin-top: 4.5rem;
  }
}

.fv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 192.2rem;
  margin-inline: auto;
  padding-inline: clamp(1.5rem, 13.5vw, 26rem);
}
@media (max-width: 768px) {
  .fv__inner {
    padding-inline: 1.5rem;
  }
}

.fv__text-wrapper {
  position: absolute;
  top: 0;
  left: clamp(1.5rem, 13.5vw, 26rem);
}
@media (max-width: 768px) {
  .fv__text-wrapper {
    left: 1.5rem;
  }
}

.fv__title {
  font-size: clamp(2.6rem, 3.95vw, 7.6rem);
  font-weight: 700;
  line-height: 1.52;
  letter-spacing: 23.56px;
}
@media (max-width: 768px) {
  .fv__title {
    letter-spacing: 8.06px;
  }
}

.fv__text {
  font-size: clamp(1.7rem, 1vw, 2rem);
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: 3.6px;
  margin-top: clamp(2rem, 3.36vw, 6.7rem);
}
@media (max-width: 768px) {
  .fv__text {
    line-height: 1.9;
    letter-spacing: 0.68px;
    padding-left: 17px;
    margin-top: 2rem;
  }
}

.fv__img-car {
  margin-right: -26rem;
  width: clamp(18.8rem, 39.4vw, 75.7rem);
  border-radius: 14px;
}
@media (max-width: 768px) {
  .fv__img-car {
    right: -30px;
  }
}
.fv__img-car img {
  border-radius: 14px;
}

.fv__deco-driver,
.fv__deco-staff,
.fv__deco-shaver {
  position: absolute;
}

.fv__deco-driver {
  z-index: 1;
  top: 11.1458333333vw;
  left: 0;
  width: clamp(22.2rem, 50vw, 89.7rem);
}
@media (max-width: 768px) {
  .fv__deco-driver {
    top: 20vw;
    left: -50px;
  }
}

.fv__deco-staff {
  z-index: 0;
  top: 34.5833333333vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: clamp(22.2rem, 50vw, 89.7rem);
}
@media (max-width: 768px) {
  .fv__deco-staff {
    top: 50vw;
    left: 60%;
  }
}

.fv__deco-shave {
  z-index: -1;
  top: 0;
  left: 0;
  width: clamp(600px, 100vw, 2022px);
}
@media (max-width: 768px) {
  .fv__deco-shave {
    left: -100px;
  }
}

.thoughts__inner {
  position: relative;
  overflow: hidden;
  padding-top: 165px;
  text-align: center;
}
@media (max-width: 768px) {
  .thoughts__inner {
    padding-top: 95px;
  }
}
.thoughts__inner::before, .thoughts__inner::after {
  position: absolute;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
}
.thoughts__inner::before {
  top: 40rem;
  -webkit-transform: translateX(-134%);
          transform: translateX(-134%);
  background-image: url(../img/top/thoughts-deco-left.png);
  background-size: contain;
  width: clamp(20rem, 36vw, 61.1rem);
  aspect-ratio: 611/710;
}
@media (max-width: 768px) {
  .thoughts__inner::before {
    top: 47rem;
    width: 142px;
    -webkit-transform: translateX(-89%);
            transform: translateX(-89%);
    aspect-ratio: 142/487;
    background-image: url(../img/top/thoughts-deco-left_sp.png);
  }
}
.thoughts__inner::after {
  top: 38rem;
  -webkit-transform: translateX(78%);
          transform: translateX(78%);
  background-image: url(../img/top/thoughts-deco-right.png);
  background-size: contain;
  width: clamp(20rem, 32.8vw, 63rem);
  aspect-ratio: 630/798;
}
@media (max-width: 768px) {
  .thoughts__inner::after {
    background-image: url(../img/top/thoughts-deco-right_sp.png);
    width: 16.1rem;
    aspect-ratio: 161/770;
    -webkit-transform: translateX(48%);
            transform: translateX(48%);
    top: 190px;
  }
}

.thoughts__title {
  top: 17.2rem;
}
@media (max-width: 768px) {
  .thoughts__title {
    margin-top: 15px;
    font-size: 2.6rem;
  }
}

.thoughts__title-en::after {
  position: absolute;
  z-index: -5;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  background-image: url(../img/top/thoughts-rotation.png);
  width: clamp(22.9rem, 34vw, 65.5rem);
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation: rotateInfinite 10s linear infinite;
          animation: rotateInfinite 10s linear infinite;
}
@media (max-width: 768px) {
  .thoughts__title-en::after {
    width: 230px;
    height: 230px;
    top: 20px;
    left: 45%;
  }
}

.thoughts__text {
  font-size: clamp(1.6rem, 1.1vw, 2.2rem);
  font-weight: 500;
  line-height: 2.57;
  margin-top: 105px;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .thoughts__text {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .thoughts__text {
    margin-top: 42px;
    text-align: center;
    font-size: clamp(1.2rem, 4.26vw, 1.5rem);
    line-height: 2;
  }
}

@-webkit-keyframes rotateInfinite {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotateInfinite {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
.service {
  padding-top: 220px;
  padding-bottom: 215px;
}
@media (max-width: 768px) {
  .service {
    padding-top: 132px;
    padding-bottom: 100px;
  }
}

.service__inner {
  max-width: 1178px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .service__inner {
    text-align: center;
  }
}

.service__title-en::after {
  position: absolute;
  z-index: -5;
  top: 0;
  left: -10%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  background-image: url(../img/top/service-rotation.png);
  width: clamp(22.9rem, 34vw, 65.5rem);
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation: rotateInfinite 10s linear infinite;
          animation: rotateInfinite 10s linear infinite;
}
@media (max-width: 768px) {
  .service__title-en::after {
    width: 350px;
    height: 350px;
    top: 50px;
    left: 45%;
  }
}

.service__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 90px;
}
@media (max-width: 768px) {
  .service__content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 48px;
  }
}

.service-content__text-wrapper {
  max-width: 618px;
}

.service__title {
  line-height: 1.67;
}
@media (max-width: 768px) {
  .service__title {
    margin-top: 15px;
  }
}

.service__text {
  font-size: clamp(1.6rem, 1.503rem + 0.41vw, 2rem);
  font-weight: 500;
  line-height: 2.57;
  margin-top: 26px;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .service__text {
    font-size: 1.8rem;
    line-height: 2;
  }
}
@media (max-width: 768px) {
  .service__text {
    text-align: left;
    line-height: 1.9;
  }
}

.splide-01,
.splide-02 {
  position: relative;
  max-width: 331px;
  height: auto;
  border-radius: 14px;
}
@media (max-width: 768px) {
  .splide-01,
  .splide-02 {
    max-width: 220px;
  }
}

.splide-01::before,
.splide-02::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-6.824deg);
          transform: rotate(-6.824deg);
  content: "";
  width: 331px;
  height: 453px;
  background-image: url(../img/top/service-slider-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 14px;
}
@media (max-width: 768px) {
  .splide-01::before,
  .splide-02::before {
    width: 220px;
    height: 300px;
  }
}

.splide__slide img {
  border-radius: 14px;
}
.splide__pagination {
  position: static;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.splide__pagination button {
  background-color: #BEBEBE;
}
.splide__pagination button.is-active {
  background-color: #0061CD;
}

.goal {
  position: relative;
  text-align: center;
  background-color: #2074D3;
  background-image: url(../img/top/goal-bg.png);
  background-repeat: repeat;
  background-size: cover;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .goal {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.goal::before {
  position: absolute;
  top: 38%;
  left: -370px;
  content: "7TH GOAL";
  color: rgba(255, 255, 255, 0.1);
  font-family: "Roboto", sans-serif;
  font-size: 18rem;
  font-weight: 300;
  line-height: 1.9;
  letter-spacing: 5.4px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width: 768px) {
  .goal::before {
    display: none;
  }
}

.goal__inner {
  max-width: 1194px;
  margin-inline: auto;
}

.goal__title {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .goal__title {
    margin-top: 15px;
  }
}

.goal__text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.22;
  margin-top: 65px;
}
@media (max-width: 768px) {
  .goal__text {
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.9;
    margin-top: 35px;
  }
}

.goal__content-wrapper {
  margin-top: 50px;
}

.goal__card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}

.goal__card-item {
  width: 260px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 14px;
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.15);
  padding: 9px 15px 20px 15px;
  text-align: left;
}
@media (max-width: 1000px) {
  .goal__card-item {
    padding: 9px 10px 20px 10px;
    width: 155px;
  }
}
@media (max-width: 370px) {
  .goal__card-item {
    width: 130px;
  }
}

.goal-card__num {
  color: #FF9D00;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.68;
}
@media (max-width: 1000px) {
  .goal-card__num {
    font-size: 1.5rem;
  }
}
@media (max-width: 370px) {
  .goal-card__num {
    font-size: 1.2rem;
  }
}

.goal-card__icon {
  width: 54px;
  height: 54px;
  margin-inline: auto;
  margin-top: 20px;
}
@media (max-width: 1000px) {
  .goal-card__icon {
    width: 40px;
    height: 40px;
    margin-top: 0;
  }
}
@media (max-width: 370px) {
  .goal-card__icon {
    width: 45px;
    height: 45px;
  }
}

.goal-card__title {
  text-align: center;
  color: #1F74D3;
  font-size: 1.7rem;
  line-height: 1.39;
  letter-spacing: 0.85px;
  font-weight: 700;
  margin-top: 36px;
}
@media (max-width: 1000px) {
  .goal-card__title {
    font-size: 1.5rem;
    margin-top: 20px;
  }
}
@media (max-width: 370px) {
  .goal-card__title {
    font-size: 1.3rem;
    margin-top: 5px;
  }
}

.strength {
  position: relative;
  padding-top: 180px;
  padding-bottom: 210px;
}
@media (max-width: 768px) {
  .strength {
    padding-top: 92px;
    padding-bottom: 94px;
  }
}

.strength::before {
  width: 100%;
  height: 40%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  padding-bottom: 220px;
  background-image: url(../img/top/strength-bg.png);
  background-repeat: repeat;
  background-size: cover;
  background-position: top;
}
@media (max-width: 1000px) {
  .strength::before {
    display: none;
  }
}

.strength__inner {
  max-width: 1386px;
  margin-inline: auto;
  padding-inline: 50px;
}
@media (max-width: 768px) {
  .strength__inner {
    max-width: 100%;
    padding-inline: 20px;
  }
}

.strength__title-wrapper {
  padding-left: 155px;
}
@media (max-width: 768px) {
  .strength__title-wrapper {
    padding-left: 0;
    text-align: center;
  }
}

.strength__title-en::after {
  position: absolute;
  z-index: -5;
  top: 30px;
  left: -10%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  background-image: url(../img/top/strength-rotation.png);
  width: clamp(22.9rem, 34vw, 65.5rem);
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation: rotateInfinite 10s linear infinite;
          animation: rotateInfinite 10s linear infinite;
}
@media (max-width: 768px) {
  .strength__title-en::after {
    width: 300px;
    height: 300px;
  }
}

.numbers {
  background-image: url(../img/top/numbers-bg.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 104px;
  padding-bottom: 101px;
}
@media (max-width: 768px) {
  .numbers {
    padding-top: 39px;
    padding-bottom: 51px;
  }
}

.numbers__inner {
  max-width: 1386px;
  margin-inline: auto;
  padding-inline: 10px;
}

.numbers__title-wrapper {
  text-align: center;
}

.numbers__title {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .numbers__title {
    margin-top: 15px;
  }
}

.numbers__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .numbers__content {
    margin-top: 40px;
  }
}

.numbers__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  width: 329px;
  border-radius: 14px;
  -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.15);
  padding-block: 16px;
  padding-inline: 19px;
}
@media (max-width: 768px) {
  .numbers__item {
    width: 161px;
    padding-block: 20px;
    padding-inline: 12px;
  }
}

.numbers-item__num {
  -ms-flex-item-align: start;
      align-self: flex-start;
  color: #FF9D00;
  font-size: 2rem;
  font-weight: 700;
  line-height: 0.83;
}
@media (max-width: 768px) {
  .numbers-item__num {
    font-size: 1.5rem;
  }
}

.numbers-item__title {
  font-size: 2.2rem;
  line-height: 3.04;
  letter-spacing: 0.44px;
}
@media (max-width: 768px) {
  .numbers-item__title {
    font-size: 1.4rem;
    line-height: 1;
    margin-top: 5px;
  }
}

.numbers-item__number {
  color: #0061CD;
  font-size: clamp(4rem, 3.029rem + 4.14vw, 8rem);
  font-weight: 700;
  line-height: 0.83;
  margin-top: 3px;
}
.numbers-item__number--narrow {
  letter-spacing: -6.4px;
}
@media (max-width: 768px) {
  .numbers-item__number {
    font-size: 4.4rem;
    margin-top: 15px;
    letter-spacing: -3.08px;
  }
}
.numbers-item__number .js-count {
  display: inline-block;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.numbers-item__number .js-count.is-zoom {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.numbers-item__text {
  color: #0061CD;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 2.48;
  letter-spacing: 1.35px;
  margin-top: 11px;
}
@media (max-width: 768px) {
  .numbers-item__text {
    font-size: 1.5rem;
    line-height: 1;
  }
}

.transport {
  padding-top: 215px;
  padding-bottom: 198px;
}
@media (max-width: 768px) {
  .transport {
    padding-top: 92px;
    padding-bottom: 53px;
  }
}

.transport__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1100px;
  margin-inline: auto;
  padding-inline: 2rem;
}
@media (max-width: 768px) {
  .transport__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 768px) {
  .transport__text-wrapper {
    text-align: center;
  }
}

.transport__section-title {
  margin-top: 105px;
}
@media (max-width: 768px) {
  .transport__section-title {
    margin-top: 15px;
  }
}

.transport__text {
  font-size: 1.8rem;
  line-height: 2.57;
  margin-top: 125px;
}
@media (max-width: 1200px) {
  .transport__text {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .transport__text {
    text-align: left;
    margin-top: 59px;
    line-height: 1.85;
  }
}

.transport__map-img {
  width: clamp(31.6rem, 30vw, 43.6rem);
}
@media (max-width: 768px) {
  .transport__map-img {
    width: 266px;
    margin-top: 22px;
  }
}

.transport__title-en::after {
  position: absolute;
  z-index: -5;
  top: -4px;
  left: -10%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  content: "";
  background-image: url(../img/top/transport-rotation.png);
  width: clamp(22.9rem, 34vw, 65.5rem);
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation: rotateInfinite 10s linear infinite;
          animation: rotateInfinite 10s linear infinite;
}
@media (max-width: 768px) {
  .transport__title-en::after {
    width: 300px;
    height: 300px;
    top: 25px;
    left: 42%;
  }
}

.company {
  padding-block: 205px;
}
@media (max-width: 768px) {
  .company {
    padding-block: 90px;
  }
}

.company__inner {
  max-width: 1178px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .company__inner {
    max-width: 100%;
    text-align: center;
  }
}

.company__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 120px;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .company__content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 46px;
    gap: 0;
  }
}

.company__text {
  font-size: 2rem;
  line-height: 2.57;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .company__text {
    font-size: 1.6rem;
    line-height: 1.9;
    text-align: left;
    margin-top: 26px;
  }
}

.company__btn {
  margin-top: 51px;
}

.company__title-en::after {
  position: absolute;
  z-index: -5;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  content: "";
  background-image: url(../img/top/company-rotation.png);
  width: 655.416px;
  height: 657.347px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation: rotateInfinite 10s linear infinite;
          animation: rotateInfinite 10s linear infinite;
}
@media (max-width: 768px) {
  .company__title-en::after {
    width: 200px;
    height: 200px;
    top: 20px;
    left: 35%;
  }
}

.renovation {
  color: #fff;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .renovation {
    padding-bottom: 90px;
  }
}

.renovation__inner {
  position: relative;
  z-index: 10;
  max-width: 1400px;
  margin-inline: auto;
}

.renovation__link-wrapper {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 112px;
  padding-left: 90px;
  padding-right: 30px;
  border-radius: 14px;
}
@media (max-width: 768px) {
  .renovation__link-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 41px;
    padding-bottom: 51px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.renovation__link-wrapper::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/top/renovation-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 14px;
}
@media (max-width: 768px) {
  .renovation__link-wrapper::before {
    background-image: url(../img/top/renovation-bg_sp.png);
  }
}

.renovation__link-wrapper::after {
  position: absolute;
  z-index: -5;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #004DA2;
  border-radius: 14px;
}

.renovation__section-title {
  margin-top: 28px;
}
@media (max-width: 768px) {
  .renovation__section-title {
    margin-top: 15px;
  }
}

.renovation__text {
  max-width: 620px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.28;
}
@media (max-width: 768px) {
  .renovation__text {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.9;
    margin-top: 30px;
  }
}

.renovation__arrow {
  position: relative;
  display: block;
  width: 66px;
  height: 66px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid white;
}
@media (max-width: 768px) {
  .renovation__arrow {
    width: 52px;
    height: 52px;
    margin-top: 20px;
  }
}
.renovation__arrow img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 17px;
}