.renovation-fv {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 100vh;
  overflow: hidden;
  color: #ffffff;
  background-image: linear-gradient(rgba(26, 26, 26, 0.22), rgba(26, 26, 26, 0.22)), url("../images/webp/reno-fv.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.renovation-fv__content {
  position: relative;
  z-index: 1;
  width: min(62vw, 100%);
  padding: 0 0 6.4vw 10vw;
}

.renovation-fv__lead {
  font-family: var(--font-base);
  font-size: 1.45vw;
  font-weight: 600;
  line-height: 1.85;
  letter-spacing: 0.18vw;
}

.renovation-fv__title {
  margin-top: 1.65vw;
  font-family: var(--font-base);
  font-size: 2.35vw;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.26vw;
}

.renovation-fv__en {
  margin-top: 1.15vw;
  font-family: var(--font-expanded);
  font-size: 1.45vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .renovation-fv {
    min-height: 70vh;
    min-height: 70svh;
    background-position: center;
  }

  .renovation-fv__content {
    width: 78vw;
    padding: 0 0 17vw 8vw;
  }

  .renovation-fv__lead {
    font-size: 3.25vw;
    line-height: 1.8;
    letter-spacing: 0.32vw;
  }

  .renovation-fv__title {
    margin-top: 3.4vw;
    font-size: 5.15vw;
    line-height: 1.62;
    letter-spacing: 0.42vw;
  }

  .renovation-fv__en {
    margin-top: 3vw;
    font-size: 3.2vw;
  }
}


.renovation-intro {
  position: relative;
  overflow: hidden;
  padding: 10.8vw 0 8.8vw;
  color: #1a1a1a;
  background: #ffffff;
}

.renovation-intro::before {
  content: "RENOVATION";
  position: absolute;
  z-index: 0;
  top: -1.55vw;
  left: 10vw;
  color: rgba(26, 26, 26, 0.08);
  font-family: var(--font-anton);
  font-size: 11.2vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  pointer-events: none;
}

.renovation-intro__inner {
  position: relative;
  z-index: 1;
  width: 90vw;
  margin-left: 10vw;
}

.renovation-intro__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.renovation-intro__body {
  width: 37vw;
  min-width: 0;
}

.renovation-intro__title {
  margin: 0 0 3.1vw;
  font-family: var(--font-base);
  font-size: 2.05vw;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.18vw;
}

.renovation-intro__text {
  display: grid;
  gap: 1.6vw;
  font-family: var(--font-base);
  font-size: 1.16vw;
  font-weight: 500;
  line-height: 1.95;
  letter-spacing: 0.08vw;
}

.renovation-intro__text p {
  margin: 0;
}

.renovation-intro__image {
  width: 47vw;
  margin: 0;
  overflow: hidden;
}

.renovation-intro__image img {
  display: block;
  width: 100%;
  aspect-ratio: 1200 / 855;
  object-fit: cover;
}

@media (max-width: 767px) {
  .renovation-intro {
    padding: 20vw 0 16vw;
  }

  .renovation-intro::before {
    top: 0.5vw;
    left: 7vw;
    font-size: 15.5vw;
  }

  .renovation-intro__inner {
    width: 86vw;
    margin-inline: auto;
  }

  .renovation-intro__content,
  .renovation-intro__body {
    display: contents;
  }

  .renovation-intro__title {
    order: 1;
    margin-bottom: 8vw;
    font-size: 5.1vw;
    line-height: 1.65;
    letter-spacing: 0.18vw;
  }

  .renovation-intro__image {
    order: 2;
    width: 100%;
  }

  .renovation-intro__text {
    order: 3;
    gap: 3.8vw;
    margin-top: 2.5vw;
    margin-bottom: 8vw;
    font-size: 3.35vw;
    line-height: 2;
    letter-spacing: 0.05vw;
    text-align: justify;
  }

  .renovation-intro__text br {
    display: none;
  }
}


.renovation-solve {
  padding: 0 0 2.8vw;
  color: #1a1a1a;
  background: #ffffff;
}

.renovation-solve__inner {
  width: 80vw;
  margin-inline: auto;
  padding: 8.6vw 7.8vw 8.4vw;
  background: #f7f7f7;
}

.renovation-solve__title {
  margin: 0;
  font-family: var(--font-base);
  font-size: 2.05vw;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.18vw;
  text-align: center;
}

.renovation-solve__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 5.6vw;
  column-gap: 6vw;
  margin: 7.2vw 0 0;
  padding: 0;
  list-style: none;
}

.renovation-solve__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.renovation-solve__icon {
  display: block;
  width: 5.9vw;
}

.renovation-solve__icon img {
  display: block;
  width: 100%;
  height: auto;
}

.renovation-solve__label {
  margin-top: 1.7vw;
  font-family: var(--font-base);
  font-size: 1.22vw;
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 0.08vw;
}

@media (max-width: 767px) {
  .renovation-solve {
    padding-bottom: 7vw;
  }

  .renovation-solve__inner {
    width: 86vw;
    padding: 14vw 4vw 13vw;
  }

  .renovation-solve__title {
    font-size: 5.2vw;
    line-height: 1.7;
    letter-spacing: 0.16vw;
  }

  .renovation-solve__list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 9vw;
    column-gap: 5vw;
    margin-top: 11vw;
  }

  .renovation-solve__icon {
    width: 15vw;
  }

  .renovation-solve__label {
    margin-top: 3.4vw;
    font-size: 3vw;
    line-height: 1.65;
    letter-spacing: 0.04vw;
  }
}


.renovation-features {
  padding: 7.4vw 0 8.8vw;
  color: #1a1a1a;
  background: #ffffff;
}

.renovation-features__inner {
  width: 80vw;
  margin-inline: auto;
}

.renovation-features__head {
  text-align: center;
}

.renovation-features__title {
  margin: 0;
  font-family: var(--font-base);
  font-size: 1.85vw;
  font-weight: 600;
  line-height: 1.85;
  letter-spacing: 0.16vw;
}

.renovation-features__lead {
  display: grid;
  gap: 2vw;
  margin-top: 3.8vw;
  font-family: var(--font-base);
  font-size: 1.02vw;
  font-weight: 500;
  line-height: 1.95;
  letter-spacing: 0.08vw;
}

.renovation-features__lead p {
  margin: 0;
}

.renovation-features__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 9.6vw;
  row-gap: 7.4vw;
  width: 64vw;
  margin: 7.2vw auto 0;
}

.renovation-features__item {
  text-align: left;
}

.renovation-features__image {
  display: block;
  width: 11.8vw;
  height: auto;
  margin-inline: auto;
}

.renovation-features__item-title {
  margin: 3.6vw 0 0;
  font-family: var(--font-base);
  font-size: 1.48vw;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0.12vw;
  text-align: center;
}

.renovation-features__text {
  margin: 2.4vw 0 0;
  font-family: var(--font-base);
  font-size: 0.95vw;
  font-weight: 500;
  line-height: 1.95;
  letter-spacing: 0.05vw;
}

@media (max-width: 767px) {
  .renovation-features {
    padding: 15vw 0 16vw;
  }

  .renovation-features__inner {
    width: 86vw;
  }

  .renovation-features__title {
    font-size: 5vw;
    line-height: 1.7;
    letter-spacing: 0.12vw;
  }

  .renovation-features__lead {
    gap: 5vw;
    margin-top: 8vw;
    font-size: 3.35vw;
    line-height: 2;
    letter-spacing: 0.04vw;
    text-align: justify;
  }

  .renovation-features__lead br {
    display: none;
  }

  .renovation-features__grid {
    grid-template-columns: 1fr;
    row-gap: 13vw;
    width: 100%;
    margin-top: 13vw;
  }

  .renovation-features__item {
    margin-bottom: 2vw;
  }

  .renovation-features__image {
    width: 42vw;
  }

  .renovation-features__item-title {
    margin-top: 7vw;
    font-size: 4.5vw;
    line-height: 1.55;
    letter-spacing: 0.08vw;
  }

  .renovation-features__text {
    margin-top: 5vw;
    font-size: 3.35vw;
    line-height: 2;
    letter-spacing: 0.04vw;
    text-align: justify;
  }

  .renovation-features__text br {
    display: none;
  }
}


.renovation-beforeafter {
  --beforeafter-gap: 1vw;
  color: #ffffff;
  background: #1a1a1a;
}

.renovation-beforeafter__visuals {
  position: relative;
  display: grid;
  grid-template-columns: 32.8vw 1fr;
  align-items: stretch;
  gap: var(--beforeafter-gap);
  padding: var(--beforeafter-gap) var(--beforeafter-gap) 0;
}

.renovation-beforeafter__figure {
  position: relative;
  margin: 0;
  min-width: 0;
  overflow: hidden;
}

.renovation-beforeafter__figure img {
  display: block;
  width: 100%;
  height: 43.8vw;
  object-fit: cover;
}


.renovation-beforeafter__arrow {
  position: absolute;
  z-index: 2;
  left: calc(var(--beforeafter-gap) + 32.8vw + (var(--beforeafter-gap) / 2));
  top: calc(var(--beforeafter-gap) + 21.9vw);
  display: block;
  width: 2.1vw;
  height: 2.1vw;
  border: 0.12vw solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: #1a1a1a;
  transform: translate(-50%, -50%);
}

.renovation-beforeafter__arrow::before {
  content: "";
  position: absolute;
  left: 45%;
  top: 50%;
  width: 0.72vw;
  height: 0.72vw;
  border-top: 0.12vw solid rgba(255, 255, 255, 0.9);
  border-right: 0.12vw solid rgba(255, 255, 255, 0.9);
  transform: translate(-50%, -50%) rotate(45deg);
}

.renovation-beforeafter__content {
  width: 80vw;
  margin-inline: auto;
  padding: 4.7vw 0 4.9vw;
}

.renovation-beforeafter__title {
  margin: 0;
  font-family: var(--font-base);
  font-size: 1.75vw;
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 0.12vw;
}

.renovation-beforeafter__text {
  margin: 3.1vw 0 0;
  font-family: var(--font-base);
  font-size: 1.03vw;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08vw;
}

.renovation-beforeafter__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26vw;
  min-height: 4.5vw;
  margin: 3.6vw auto 0;
  border: 0.0625rem solid rgba(255, 255, 255, 0.55);
  color: #ffffff;
  font-family: var(--font-base);
  font-size: 1vw;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.12vw;
  text-decoration: none;
}

@media (max-width: 767px) {
  .renovation-beforeafter {
    --beforeafter-gap: 2.8vw;
  }

  .renovation-beforeafter__visuals {
    grid-template-columns: 1fr;
    gap: var(--beforeafter-gap);
    padding: var(--beforeafter-gap) var(--beforeafter-gap) 0;
  }

  .renovation-beforeafter__figure img {
    height: auto;
    aspect-ratio: 16 / 11;
  }


  .renovation-beforeafter__arrow {
    left: 50%;
    top: calc(var(--beforeafter-gap) + ((100vw - (var(--beforeafter-gap) * 2)) * 11 / 16) + (var(--beforeafter-gap) / 2));
    width: 8vw;
    height: 8vw;
    border-width: 0.35vw;
  }

  .renovation-beforeafter__arrow::before {
    left: 50%;
    top: 45%;
    width: 2.4vw;
    height: 2.4vw;
    border-top-width: 0.35vw;
    border-right-width: 0.35vw;
    transform: translate(-50%, -50%) rotate(135deg);
  }

  .renovation-beforeafter__content {
    width: 86vw;
    padding: 11vw 0 13vw;
  }

  .renovation-beforeafter__title {
    font-size: 4.8vw;
    line-height: 1.7;
    letter-spacing: 0.08vw;
  }

  .renovation-beforeafter__text {
    margin-top: 7vw;
    font-size: 3.35vw;
    line-height: 2;
    letter-spacing: 0.04vw;
    text-align: justify;
  }

  .renovation-beforeafter__text br {
    display: none;
  }

  .renovation-beforeafter__button {
    width: 72vw;
    min-height: 13vw;
    margin-top: 9vw;
    font-size: 3.25vw;
    letter-spacing: 0.1vw;
  }
}

.renovation-works {
  position: relative;
  overflow: hidden;
  padding: 0 0 7.4vw;
  color: #1a1a1a;
  background: #ffffff;
}

.renovation-works::before,
.renovation-works::after {
  content: "ALPHA WORKS";
  position: absolute;
  z-index: 0;
  left: 50%;
  width: 100vw;
  color: rgba(26, 26, 26, 0.12);
  text-align: center;
  transform: translateX(-50%);
  font-family: var(--font-expanded);
  font-size: 9vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  pointer-events: none;
}

.renovation-works::before {
  top: -1vw;
}

.renovation-works::after {
  bottom: -1.2vw;
}

.renovation-works__header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 3vw;
  padding: 7.35vw 10vw 0;
}

.renovation-works__label {
  font-family: var(--font-expanded);
  font-size: 3.3vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.renovation-works__title {
  margin-top: 1.8vw;
  font-size: 1.32vw;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.22vw;
}

.renovation-works__more {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 2.4vw;
  align-items: center;
  width: 12.5vw;
  min-height: 3.9vw;
  padding: 0 1.15vw 0 1.35vw;
  color: #ffffff;
  background: #1a1a1a;
  font-size: 0.8vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08vw;
  text-decoration: none;
}

.renovation-works__more-icon {
  position: relative;
  display: block;
  width: 2.1vw;
  height: 0.0625rem;
  background: currentColor;
}

.renovation-works__more-icon::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.48vw;
  height: 0.0625rem;
  background: currentColor;
  transform: translateY(-50%) rotate(35deg);
  transform-origin: right center;
}

.renovation-works__scroller {
  position: relative;
  z-index: 1;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 29vw;
  gap: 2.55vw;
  margin-top: 4.25vw;
  overflow-x: auto;
  padding: 0 10vw 1.2vw;
  scroll-padding-left: 10vw;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.renovation-works__scroller::-webkit-scrollbar {
  display: none;
}

.renovation-works-card {
  scroll-snap-align: start;
}

.renovation-works-card__image {
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.renovation-works-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.renovation-works-card__image:hover img,
.renovation-works-card__image:focus-visible img {
  transform: scale(1.04);
}

.renovation-works-card a {
  color: inherit;
  text-decoration: none;
}

.renovation-works-card__title {
  margin-top: 3.35vw;
  font-size: 1.2vw;
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 0.12vw;
}

.renovation-works-card__text {
  display: block;
  margin-top: 2.35vw;
  font-size: 0.98vw;
  font-weight: 400;
  line-height: 2.05;
  letter-spacing: 0.08vw;
}

.renovation-works-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55vw 0.7vw;
  margin-top: 2.65vw;
}

.renovation-works-card__tags a {
  display: inline-grid;
  min-height: 1.45vw;
  place-items: center;
  border: 0.0625rem solid currentColor;
  border-radius: 999vw;
  padding-inline: 0.65vw;
  font-size: 0.78vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06vw;
}

@media (max-width: 767px) {
  .renovation-works {
    padding: 4vw 0 14vw;
  }

  .renovation-works::before,
  .renovation-works::after {
    left: 50%;
    font-size: 11vw;
  }

  .renovation-works__header {
    display: grid;
    gap: 7vw;
    padding: 6vw 8vw 0;
  }

  .renovation-works__label {
    font-size: 8.2vw;
  }

  .renovation-works__title {
    margin-top: 2.6vw;
    font-size: 3.4vw;
    letter-spacing: 0.3vw;
  }

  .renovation-works__more {
    width: 44vw;
    min-height: 12vw;
    grid-template-columns: 1fr 8vw;
    padding: 0 3.4vw 0 4vw;
    font-size: 3vw;
    letter-spacing: 0.12vw;
  }

  .renovation-works__more-icon {
    width: 7vw;
  }

  .renovation-works__more-icon::after {
    width: 1.5vw;
  }

  .renovation-works__scroller {
    grid-auto-columns: 72vw;
    gap: 6vw;
    margin-top: 9vw;
    padding: 0 8vw 2vw;
    scroll-padding-left: 8vw;
  }

  .renovation-works-card__title {
    margin-top: 5.4vw;
    font-size: 4.2vw;
    line-height: 1.6;
  }

  .renovation-works-card__text {
    margin-top: 5vw;
    font-size: 2.95vw;
    line-height: 2;
    letter-spacing: 0.02vw;
  }

  .renovation-works-card__tags {
    gap: 1.7vw;
    margin-top: 5vw;
  }

  .renovation-works-card__tags a {
    min-height: 5vw;
    padding-inline: 2.2vw;
    font-size: 2.5vw;
  }
}




.renovation-banner__link,
.renovation-banner__link img {
  display: block;
  width: 100%;
}


.renovation-cta {
  padding: 9vw 0 8.5vw;
  color: #eeeeee;
  background: #000000;
}

.renovation-cta__inner {
  width: 80%;
  margin-inline: auto;
}

.renovation-cta__heading {
  text-align: center;
  color: #eeeeee;
}

.renovation-cta__title {
  margin: 0;
  color: #eeeeee;
  font-family: var(--font-expanded);
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08vw;
}

.renovation-cta__subtitle {
  margin-top: 2vw;
  color: #eeeeee;
  font-size: 1.35vw;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.12vw;
}

.renovation-cta__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.5vw;
  width: 100%;
  margin: 6.2vw 0 0;
}

.renovation-cta-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  aspect-ratio: 1;
  padding: 3.7vw 2.3vw 2.8vw;
  overflow: hidden;
  color: #eeeeee;
  text-decoration: none;
  background: #414141;
}

.renovation-cta-card:visited {
  color: #eeeeee;
}

.renovation-cta-card::before,
.renovation-cta-card::after {
  position: absolute;
  right: 2.15vw;
  bottom: 2.05vw;
  width: 4.1vw;
  aspect-ratio: 1;
  pointer-events: none;
}

.renovation-cta-card::before {
  content: "";
  border: 0.0625rem solid #eeeeee;
  border-radius: 50%;
  transition: transform 0.25s ease, background-color 0.25s ease;
}

.renovation-cta-card::after {
  content: "→";
  display: grid;
  place-items: center;
  color: #eeeeee;
  font-family: var(--font-noto);
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1;
  transition: transform 0.25s ease;
}

.renovation-cta-card:hover::before,
.renovation-cta-card:focus-visible::before {
  transform: scale(1.06);
  background: rgba(238, 238, 238, 0.08);
}

.renovation-cta-card:hover::after,
.renovation-cta-card:focus-visible::after {
  transform: translateX(0.22vw);
}

.renovation-cta-card__en {
  color: #eeeeee;
  font-family: var(--font-expanded);
  font-size: 1.08vw;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.03vw;
}

.renovation-cta-card__title {
  margin-top: 1.45vw;
  color: #eeeeee;
  font-size: 1.8vw;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.12vw;
}

.renovation-cta-card__tel {
  margin-top: 2.3vw;
  color: #eeeeee;
  font-family: var(--font-noto);
  font-size: 1.55vw;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.08vw;
  white-space: nowrap;
}

.renovation-cta-card__text {
  margin-top: 2.2vw;
  max-width: 21vw;
  color: #eeeeee;
  font-size: 0.9vw;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08vw;
}

@media (max-width: 767px) {
  .renovation-cta {
    padding: 17vw 0 28vw;
    background: #000000;
  }

  .renovation-cta__title {
    font-size: 8vw;
    line-height: 1.08;
    letter-spacing: 0.08vw;
  }

  .renovation-cta__subtitle {
    margin-top: 3vw;
    font-size: 3.6vw;
    letter-spacing: 0.18vw;
  }

  .renovation-cta__inner {
    width: 84%;
  }

  .renovation-cta__cards {
    grid-template-columns: 1fr;
    gap: 4vw;
    width: 100%;
    margin-top: 9vw;
  }

  .renovation-cta-card {
    aspect-ratio: auto;
    min-height: 38vw;
    padding: 6vw 20vw 6vw 6vw;
  }

  .renovation-cta-card::before,
  .renovation-cta-card::after {
    right: 5.3vw;
    bottom: 50%;
    width: 10.4vw;
    transform: translateY(50%);
  }

  .renovation-cta-card::after {
    font-size: 3.4vw;
  }

  .renovation-cta-card:hover::before,
  .renovation-cta-card:focus-visible::before {
    transform: translateY(50%) scale(1.06);
  }

  .renovation-cta-card:hover::after,
  .renovation-cta-card:focus-visible::after {
    transform: translate(0.8vw, 50%);
  }

  .renovation-cta-card__en {
    font-size: 3.05vw;
    line-height: 1.35;
    letter-spacing: 0.04vw;
  }

  .renovation-cta-card__title {
    margin-top: 2.3vw;
    font-size: 5vw;
    line-height: 1.35;
    letter-spacing: 0.16vw;
  }

  .renovation-cta-card__tel {
    margin-top: 3vw;
    font-size: 4vw;
    letter-spacing: 0.04vw;
  }

  .renovation-cta-card__text {
    margin-top: 3vw;
    max-width: none;
    font-size: 2.85vw;
    line-height: 1.7;
    letter-spacing: 0.08vw;
  }
}
