@charset "utf-8";

.skip-link {
  display: none;
}

/* Hero main */
[data-mainVisual] {
  position: relative;
  height: 100vh;
}

[data-mainVisual] .visual-list {
  height: 100%;
}

[data-visual="text"] {
  position: absolute;
  top: 47%;
  left: 50%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 0px;
  max-width: 1400rem;
  width: 100%;
  box-sizing: content-box;
  padding: 0 20rem;
  color: #fff;
  letter-spacing: -5px;
  transform: translate(-50%, -50%);
}

[data-visual="text"] strong {
  margin-top: 0px;
  font-size: clamp(18px, 3vw, 24px);
  color: #fff;
  font-weight: 500;
  letter-spacing: 0px;
}

[data-visual="text"] em {
  font-size: clamp(48px, 6vw, 70px);
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
}

[data-visual="text"] span {
  font-size: clamp(14px, 1.11vw, 16px);
  line-height: 1.6;
  font-weight: 700;
}

[data-visual="text"] :is(strong, em, span) {
  word-break: keep-all;
}

[data-visual="img"] {
  overflow: hidden;
  display: block;
  height: 100%;
}

[data-visual="img"] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: transform 7000ms linear;
}

[data-visual="img"].motion__in img {
  transform: scale(1);
}

[data-visual="text"].motion__in :is(strong, em, span) {
  opacity: 1;
  transform: translateY(0rem);
}

[data-visual="text"].motion__in strong {
  transition-delay: 0.15s;
}

[data-visual="text"].motion__in em {
  transition-delay: 0.3s;
}

[data-visual="text"].motion__in span {
  transition-delay: 0.45s;
}

.swiper-wrapper {
  position: relative;
}

.swiper-bottom-wrap {
  position: absolute;
  bottom: 32%;
  width: 100%;
  z-index: 10;
}

.swiper-bottom {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-inline: auto;
  max-width: calc(1400 * 1rem);
  width: calc(0.92 * 100%);
}

.swiper-bottom .autoplay-progress {
  order: 0;
}

[data-mainVisual] .swiper-page {
  order: 1;
  margin-left: auto;
  display: flex;
  align-items: center;
  font-size: clamp(14px, 1.25vw, 18px);
  letter-spacing: 0.12em;
  color: #fff;
}

[data-mainVisual] .swiper-control {
  position: absolute;
  left: 336px;
  order: 2;
  display: flex;
  align-items: center;
  gap: 12px;
}

[data-mainVisual] button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background-color: transparent;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

[data-mainVisual] button[class*="swiper_"] {
  color: #fff;
}

[data-mainVisual] button[class*="swiper_"] span {
  font-size: 0;
}

[data-mainVisual] button[class*="swiper_"] i {
  font-size: clamp(20px, 1.67vw, 24px);
}

[data-mainVisual] button:hover {
  opacity: 1;
}

/* container progress */
.autoplay-progress {
  width: 289px;
  left: 16px;
  right: 16px;
  bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  --progress: 0;
}

.autoplay-progress .track {
  flex: 1;
  height: 4px;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  overflow: hidden;
}

.autoplay-progress .fill {
  width: 100%;
  height: 100%;
  transform-origin: left;
  transform: scaleX(var(--progress));
  background: #fff;
}

/* scroll indicator */
.scroll-indicator {
  position: absolute;
  bottom: 42px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}

.scroll-indicator img,
.scroll-indicator svg {
  width: 100%;
  height: auto;
  animation: scroll-indicator-bounce 1.6s infinite;
}

@keyframes scroll-indicator-bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
}

/* Home intro */
.home-intro2 {
  padding: 144rem 0 144rem;
}

.container.intro2 {
  position: relative;
}

.home-intro2 .is-accent {
  color: var(--primary);
}

.home-intro2 .is-quote {
  color: inherit;
}

.home-intro2__head {
  text-align: center;
  padding-bottom: 42rem;
}

.home-intro2__title {
  margin: 0 0 21rem;
  font-size: var(--font-size-40);
  font-family: var(--font-sans);
  font-weight: 800;
  line-height: 1.2;
}

.home-intro2__desc {
  margin: 0;
  font-size: var(--font-size-24);
  font-family: var(--font-sans);
  color: #333;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1px;
}

.home-intro2__stage {
  position: relative;
  padding: 64rem 0 144rem;
  overflow: visible;
}

.home-intro2__stage-inner {
  position: relative;
  overflow: visible;
}

.home-intro2__figure {
  position: relative;
  margin: 0;
  width: 100%;
  height: 460rem;
  max-width: 1611px;
  border-radius: 0 12px 12px 0;
  overflow: hidden;
}

.home-intro2__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-intro2__overlay {
  position: absolute;
  inset: 0;
  right: 32px;
  top: -31%;
  display: grid;
  align-content: center;
  padding-left: 253px;
  color: #fff;
}

.home-intro2__overlay-title {
  margin: 0 0px 24px;
  font-size: var(--font-size-40);
  font-weight: 800;
  font-family: var(--font-sans);
  line-height: 1;
}

.home-intro2__overlay-desc {
  margin: 0px 0 0;
  max-width: 860rem;
  font-size: var(--font-size-24);
  font-family: var(--font-sans);
  font-weight: 500;
  line-height: 1;
  color: rgba(255, 255, 255, 0.92);
}

.home-intro2__side {
  position: absolute;
  top: 222%;
  right: -130px;
  transform: rotate(90deg);
  white-space: nowrap;
  font-size: var(--font-size-16);
  font-family: var(--font-sans);
  font-weight: 700;
  line-height: normal;
  color: #ddd;
}

.home-intro2__cards {
  position: absolute;
  right: calc(-1 * (50vw - 50%));
  bottom: -174rem;
  width: 100%;
  max-width: 1180rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-radius: 12px 0 0 12px;
  overflow: hidden;
  box-shadow: 0 18rem 40rem rgba(0, 0, 0, 0.12);
  z-index: 2;
}

.home-intro2__card {
  background: #fff;
  padding: 35px 33rem;
  min-height: 314rem;
}

.home-intro2__card--brand {
  background: var(--primary);
  color: #fff;
}

.home-intro2__card--dark {
  background: #444;
  color: #fff;
}

.home-intro2__card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 14rem;
  margin-right: 6px;
}

.home-intro2__kicker {
  font-size: var(--font-size-16);
  font-family: var(--font-sans);
  font-weight: 700;
  line-height: 1;
  opacity: 0.9;
  margin-bottom: 67rem;
  text-transform: uppercase;
}

.home-intro2__card-title {
  font-size: var(--font-size-24);
  font-family: var(--font-sans);
  font-weight: 800;
  line-height: 1.2;
}

.home-intro2__text {
  margin: 0;
  width: 77%;
  font-size: var(--font-size-16);
  font-family: var(--font-sans);
  font-weight: 500;
  line-height: 1.2;
}

/* Home field */
.home-field {
  padding: 29rem 0 144rem;
}

.home-field__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40rem;
  margin-bottom: 100px;
}

.home-field__title {
  margin: 0 0 18rem;
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: var(--font-size-40);
  line-height: 1.15;
  color: #111;
}

.home-field__accent {
  color: var(--primary);
}

.home-field__desc {
  margin: 0;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: var(--font-size-24);
  color: #333;
  line-height: initial;
}

.home-field__mark {
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: var(--font-size-36);
  color: #ddd;
  white-space: nowrap;
}

.home-field__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32rem;
}

.home-field__card {
  border-radius: 12px;
  overflow: hidden;
  min-height: 225px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 250ms ease;
  will-change: transform;
}

.home-field__card--roof {
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #331b01 100%),
    url("/assets/images/home/sec_field/img-1.jpg");
}

.home-field__card--urethane {
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #331b01 100%),
    url("/assets/images/home/sec_field/img-2.jpg");
}

.home-field__card--repair {
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #331b01 100%),
    url("/assets/images/home/sec_field/img-3.jpg");
}

.home-field__card--basement {
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #331b01 100%),
    url("/assets/images/home/sec_field/img-4.jpg");
}

.home-field__card-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24rem;
  color: #fff;
}

.home-field__card-title {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: var(--font-size-24);
}

.home-field__card-desc {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: var(--font-size-14);
}

.home-field__card:hover {
  transform: translateY(-2rem);
}

/* Home process */
.home-process {
  position: relative;
  padding: 144rem 144rem;
  overflow: hidden;
  color: #fff;
}

.home-process__bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.55) 0%,
      rgba(0, 0, 0, 0.35) 55%,
      rgba(0, 0, 0, 0.65) 100%
    ),
    url("/assets/images/home/sec_process/bg-img-process.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.home-process__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40rem;
  margin-bottom: 100rem;
}

.home-process__title {
  margin: 0 0 18rem;
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: var(--font-size-40);
  line-height: 1.2;
}

.home-process__desc {
  margin: 0;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: var(--font-size-24);
  line-height: 1.2;
}

.home-process__mark {
  margin-top: 32rem;
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: var(--font-size-36);
  color: #ddd;
  white-space: nowrap;
}

.home-process__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32rem;
}

.home-process__card {
  border-radius: 12px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.24);
  height: 225px;
}

.home-process__num {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: var(--font-size-32);
  margin-bottom: 55rem;
}

.home-process__card-title {
  margin: 0 0 8rem;
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: var(--font-size-24);
  line-height: 1.2;
}

.home-process__card-desc {
  margin: 0;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: var(--font-size-16);
  line-height: 1.5;
  opacity: 0.95;
}

/* Home case 2 */
.home-case2 {
  padding: 144rem 0;
}

.home-case2__wrap {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.home-case2__col {
  display: flex;
  flex-direction: column;
  gap: 94rem;
  min-width: 0;
}

.home-case2__col--left,
.home-case2__col--right {
  flex: 1.2;
}

.home-case2__head {
  position: relative;
}

.home-case2__side {
  position: absolute;
  left: -70rem;
  top: -1rem;
  writing-mode: vertical-rl;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: var(--font-size-16);
  color: #ddd;
  white-space: nowrap;
}

.home-case2__head-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18rem;
}

.home-case2__title {
  margin: 0 0 20rem;
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: var(--font-size-40);
  line-height: 1.2;
  color: #000;
}

.home-case2__accent {
  color: var(--primary);
}

.home-case2__desc {
  margin: 0;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: var(--font-size-24);
  line-height: 1.3;
  color: #000;
}

.home-case2__btn {
  flex: 0 0 auto;
  margin-top: -4rem;
  padding: 12rem 16rem;
  border-radius: 12px;
  background: var(--primary);
  color: #fff;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: var(--font-size-18);
}

.home-case2__card {
  border-radius: 12rem;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  padding: 44px;
  transition: transform 250ms ease;
  will-change: transform;
}

.home-case2__card:hover {
  transform: translateY(-2rem);
}

.home-case2__card--xl {
  min-height: 642px;
}

.home-case2__card--lg {
  min-height: 646rem;
}

.home-case2__card--md {
  min-height: 640rem;
}

.home-case2__card-inner {
  width: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.home-case2__card-title {
  margin: 0 0 4rem;
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: var(--font-size-40);
}

.home-case2__card-title--xl {
  font-size: var(--font-size-40);
}

.home-case2__card-desc {
  margin: 0;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: var(--font-size-24);
}

.home-case2__card--c1 {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(128, 67, 3, 0.8) 100%),
    url("/assets/images/home/sec_case/2.jpg") 50% / cover no-repeat;
}

.home-case2__card--c2 {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(128, 67, 3, 0.8) 100%),
    url("/assets/images/home/sec_case/1.jpg") 50% / cover no-repeat;
}

.home-case2__card--c3 {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(128, 67, 3, 0.8) 100%),
    url("/assets/images/home/sec_case/4.jpg") 50% / cover no-repeat;
}

.home-case2__card--c4 {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(128, 67, 3, 0.8) 100%),
    url("/assets/images/home/sec_case/3.jpg") 50% / cover no-repeat;
}

.home-case2__card--c5 {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(128, 67, 3, 0.8) 100%),
    url("/assets/images/home/sec_case/5.jpg") 50% / cover no-repeat;
}

.home-case2__card--c6 {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(128, 67, 3, 0.8) 100%),
    url("/assets/images/home/sec_case/6.jpg") 50% / cover no-repeat;
}

/* Home contact */
.home-contact {
  position: relative;
  padding: 144rem 0;
  color: #fff;
  background: url("/assets/images/home/sec-inq/bg.jpg") center/cover no-repeat;
  overflow: hidden;
}

.home-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.53);
  pointer-events: none;
}

.home-contact .container {
  position: relative;
  z-index: 1;
}

.home-contact .is-accent {
  color: var(--primary);
}

.home-contact__wrap {
  display: grid;
  grid-template-columns: 1fr minmax(390rem, 684rem);
  gap: 32px;
  align-items: center;
}

.home-contact__title {
  margin: 0 0 10rem;
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: var(--font-size-40);
  line-height: 1.2;
}

.home-contact__desc {
  margin-top: 15px;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: var(--font-size-24);
}

.home-contact__list {
  margin-top: 27rem;
  display: grid;
  gap: 32rem;
}

.home-contact__divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.45);
}

.home-contact__item {
  display: grid;
  grid-template-columns: 136rem 1fr;
  gap: 18rem;
  align-items: center;
}

.home-contact__icon {
  width: 120rem;
  height: 120rem;
  border-radius: 999rem;
  background: rgba(255, 134, 5, 0.25);
  display: grid;
  place-items: center;
}

.home-contact__icon img {
  width: 56.57px;
  height: 56.57px;
}

.home-contact__label {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: var(--font-size-24);
  margin-bottom: 8rem;
}

.home-contact__row {
  display: flex;
  align-items: baseline;
  gap: 22rem;
}

.home-contact__sub {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: var(--font-size-24);
  min-width: 71rem;
}

.home-contact__value {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: var(--font-size-24);
}

.home-contact__form {
  background: #fff;
  color: #111;
  border-radius: 12rem;
  padding: 32rem;
  box-shadow: 0 18rem 40rem rgba(0, 0, 0, 0.25);
}

.home-contact__form-title {
  margin: 0 0 6rem;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: var(--font-size-24);
}

.home-contact__form-note {
  margin: 14rem 0 0 0rem;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: var(--font-size-16);
  color: #ff8605;
}

.home-contact__grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16rem;
}

.home-contact__field {
  display: grid;
  gap: 8rem;
  margin-top: 24px;
}

.home-contact__field-label {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: var(--font-size-20);
  color: #000;
}

.home-contact__input,
.home-contact__select,
.home-contact__textarea {
  width: 100%;
  border-radius: 12rem;
  border: 1px solid #ddd;
  background: #fff;
  padding: 12rem 12rem;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: var(--font-size-16);
  outline: none;
}

.home-contact__textarea {
  resize: vertical;
  height: 88rem;
}

.home-contact__input::placeholder,
.home-contact__textarea::placeholder {
  color: #bbb;
}

.home-contact__select {
  appearance: none;
  background-image: url("/assets/images/home/sec-inq/arrow.svg");
  background-repeat: no-repeat;
  background-position: right 14rem center;
  background-size: 14rem;
  padding-right: 40rem;
}

.home-contact__submit {
  width: 100%;
  margin-top: 24rem;
  border-radius: 12rem;
  background: var(--primary);
  color: #fff;
  padding: 12rem 12rem;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: var(--font-size-20);
}

.home-contact__foot {
  margin: 14rem 0 0;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: var(--font-size-14);
  color: #ff8605;
}

/* Back to top */
.back-top {
  position: fixed;
  right: 24rem;
  bottom: 24rem;
  z-index: 50;
  padding: 2px;
  border-radius: 999rem;
  display: inline-grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(10px);
  box-shadow: 0 14rem 30rem rgba(0, 0, 0, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10rem);
  transition:
    opacity 250ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 250ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 250ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 250ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.back-top img,
.back-top svg {
  width: 44rem;
  height: 44rem;
  display: block;
  transition: transform 250ms cubic-bezier(0.22, 1, 0.36, 1);
}

.back-top.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-top:hover {
  transform: translateY(-2rem);
  background: rgba(0, 0, 0, 0.85);
  box-shadow: 0 18rem 40rem rgba(0, 0, 0, 0.22);
}

.back-top:hover img,
.back-top:hover svg {
  transform: translateY(-1rem);
}

.back-top:active {
  transform: translateY(0);
}

.back-top:active img,
.back-top:active svg {
  transform: translateY(0);
}

/* responsive */
@media (max-width: 1440px) {
  [data-visual="text"] {
    box-sizing: border-box;
  }
}

@media (max-width: 768px) {
  [data-mainVisual] .swiper-control {
    right: 10rem;
  }

  .swiper-bottom-wrap {
    padding-top: 100px;
    bottom: 32%;
  }
}

@media (max-width: 480px) {
  [data-visual="text"] strong {
    font-size: 16rem;
  }

  [data-visual="text"] span {
    font-size: 18rem;
  }

  [data-mainVisual] .swiper-page {
    bottom: 30rem;
    left: 10rem;
    transform: translateX(0);
  }

  [data-mainVisual] button {
    --sizeWid: 50rem;
  }

  [data-mainVisual] button[class*="swiper_"] i {
    font-size: 20rem;
  }

  [data-mainVisual] .swiper-control {
    left: 284rem;
  }
}

@media (width < 1280px) {
  .home-intro2__stage-inner {
    max-width: var(--container, 1400rem);
    margin-inline: auto;
    padding-inline: var(--container-padding, 20rem);
    box-sizing: border-box;
  }

  .home-intro2__stage {
    padding-bottom: 70rem;
  }

  .home-intro2__figure {
    max-width: 100%;
    height: 380rem;
    border-radius: 18rem;
  }

  .home-intro2__overlay {
    top: 0;
    right: 0;
    padding: 28rem;
    padding-left: 28rem;
    inset: 0;
  }

  .home-intro2__side {
    display: none;
  }

  .home-intro2__cards {
    position: static;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: 100%;
    margin-top: 18rem;
    grid-template-columns: 1fr;
    border-radius: 18rem;
  }

  .home-intro2__text {
    width: 100%;
  }

  .home-field__head {
    margin-bottom: 64rem;
  }

  .home-field__mark {
    display: none;
  }

  .home-field__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-field__card {
    min-height: 240rem;
  }

  .home-process {
    padding: 120rem 0;
  }

  .home-case2__side {
    display: none;
  }

  .home-case2__wrap {
    gap: 20rem;
  }

  .home-case2__card--xl {
    min-height: 380rem;
  }

  .home-case2__card--lg {
    min-height: 340rem;
  }

  .home-case2__card--md {
    min-height: 280rem;
  }

  .home-contact__wrap {
    grid-template-columns: 1fr;
    gap: 22rem;
  }

  .home-contact__form {
    max-width: 760rem;
  }
}

@media (width < 768px) {
  .home-intro2__figure {
    height: 320rem;
  }

  .home-intro2__overlay {
    padding: 20rem;
    padding-left: 20rem;
  }

  .home-intro2 {
    padding-bottom: 32px;
    padding-top: 32px;
  }

  .home-intro2__head {
    padding-bottom: 32px;
    padding-top: 32px;
  }

  .home-intro2__stage {
    padding-bottom: 32px;
    padding-top: 32px;
  }

  .home-field {
    padding: 0 0 64px 0;
  }

  .home-field__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 18rem;
    margin-bottom: 32rem;
  }

  .home-field__grid {
    grid-template-columns: 1fr;
    gap: 18rem;
  }

  .home-field__card {
    min-height: 220rem;
  }

  .home-process {
    padding: 32px 0;
  }

  .home-process__head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24rem;
    gap: 14rem;
  }

  .home-process__mark {
    display: none;
  }

  .home-process__grid {
    grid-template-columns: 1fr;
    gap: 14rem;
  }

  .home-process__card {
    padding: 20rem;
  }

  .home-process__num {
    margin-bottom: 14rem;
  }

  .home-case2 {
    padding: 32px 0;
  }

  .home-case2__col {
    gap: 32px;
  }

  .home-case2__wrap {
    flex-direction: column;
    gap: 18rem;
  }

  .home-case2__head-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 12rem;
  }

  .home-case2__btn {
    margin-top: 0;
  }

  .home-case2__card--xl,
  .home-case2__card--lg,
  .home-case2__card--md {
    min-height: 260rem;
  }

  .home-case2__card {
    padding: 20rem;
  }

  .home-contact {
    padding: 32px 0;
  }

  .home-contact__list {
    margin-top: 24rem;
  }

  .home-contact__item {
    grid-template-columns: 76rem 1fr;
  }

  .home-contact__icon {
    width: 76rem;
    height: 76rem;
  }

  .home-contact__icon img {
    width: 34rem;
    height: 34rem;
  }

  .home-contact__form {
    padding: 20rem;
  }

  .home-contact__grid2 {
    grid-template-columns: 1fr;
  }

  .back-top {
    right: 16rem;
    bottom: 16rem;
    width: 52rem;
    height: 52rem;
  }

  .back-top img,
  .back-top svg {
    width: 44rem;
    height: 44rem;
  }
}
