@charset "UTF-8";
:root {
  --viewport-width: min(100vw, 1600px);
  --b: calc(var(--viewport-width) / 160);
}

@media screen and (max-width: 550px) {
  :root {
    --viewport-width: max(100vw, 550px);
    --b: calc(var(--viewport-width) / 55);
  }
}
html {
  background: #382A22;
}

#header .header__nav ul {
  background: rgba(56, 42, 34, 0.5);
}

#footer {
  background: #382A22;
}
#footer .cta {
  display: none;
}
#footer .footer__slider,
#footer .footer__bottom {
  background: #382A22;
}
#footer .slider__wrapper {
  background: #382A22 !important;
}
#footer .footer__wrapper {
  background: #40332D;
}

.unit,
.insulation,
.guarantee {
  position: relative;
  z-index: 0;
  padding-top: max(30rem, 90px);
  padding-bottom: max(15rem, 80px);
  background: #382A22;
}
@media screen and (max-width: 550px) {
  .unit,
  .insulation,
  .guarantee {
    padding-top: 90px;
    padding-bottom: 80px;
  }
}
.unit__bg,
.insulation__bg,
.guarantee__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.unit h2,
.insulation h2,
.guarantee h2 {
  display: block;
  font-size: max(4rem, 36px);
  line-height: 1.5;
  margin-bottom: max(3.5rem, 20px);
}
@media screen and (max-width: 550px) {
  .unit h2,
  .insulation h2,
  .guarantee h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
.unit__content,
.insulation__content,
.guarantee__content {
  display: flex;
  gap: max(7.5rem, 50px);
  margin-top: max(11.5rem, 80px);
}
@media screen and (max-width: 1000px) {
  .unit__content,
  .insulation__content,
  .guarantee__content {
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  .unit__content,
  .insulation__content,
  .guarantee__content {
    gap: 50px;
    margin-top: 80px;
  }
}
.unit__content__wrapper,
.insulation__content__wrapper,
.guarantee__content__wrapper {
  flex: 1;
}
.unit__content__wrapper .imageBox,
.insulation__content__wrapper .imageBox,
.guarantee__content__wrapper .imageBox {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.unit__content__wrapper .imageBox img,
.insulation__content__wrapper .imageBox img,
.guarantee__content__wrapper .imageBox img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.unit__content__wrapper h3,
.insulation__content__wrapper h3,
.guarantee__content__wrapper h3 {
  display: block;
  margin: max(3rem, 15px) 0;
  font-size: max(2.5rem, 20px);
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 550px) {
  .unit__content__wrapper h3,
  .insulation__content__wrapper h3,
  .guarantee__content__wrapper h3 {
    font-size: 20px;
    margin: 15px 0 10px 0;
  }
}
.unit .cta,
.insulation .cta,
.guarantee .cta {
  text-align: center;
  width: 100%;
  padding-top: max(12rem, 70px);
}
@media screen and (max-width: 550px) {
  .unit .cta,
  .insulation .cta,
  .guarantee .cta {
    padding-top: 70px;
  }
}
.unit .cta__btn,
.insulation .cta__btn,
.guarantee .cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: max(3rem, 20px) 5%;
  border: 1px solid #fff;
}
@media screen and (max-width: 550px) {
  .unit .cta__btn,
  .insulation .cta__btn,
  .guarantee .cta__btn {
    padding: 20px 5%;
  }
}
.unit .cta__btn span,
.insulation .cta__btn span,
.guarantee .cta__btn span {
  transition: all 1s ease-out;
}
.unit .cta__btn span.text,
.insulation .cta__btn span.text,
.guarantee .cta__btn span.text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  gap: 10px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: max(2rem, 16px);
}
@media screen and (max-width: 550px) {
  .unit .cta__btn span.text,
  .insulation .cta__btn span.text,
  .guarantee .cta__btn span.text {
    font-size: 16px;
  }
}
.unit .cta__btn span.text .text-sub,
.insulation .cta__btn span.text .text-sub,
.guarantee .cta__btn span.text .text-sub {
  font-size: max(1.4rem, 12px);
}
@media screen and (max-width: 550px) {
  .unit .cta__btn span.text .text-sub,
  .insulation .cta__btn span.text .text-sub,
  .guarantee .cta__btn span.text .text-sub {
    font-size: 12px;
  }
}
.unit .cta__btn span.icon img,
.insulation .cta__btn span.icon img,
.guarantee .cta__btn span.icon img {
  vertical-align: baseline;
  min-width: 15px;
}
.unit .cta__btn:hover span.icon,
.insulation .cta__btn:hover span.icon,
.guarantee .cta__btn:hover span.icon {
  transform: translateX(100%);
}

.insulation__content {
  align-items: center;
}
.insulation__content .imageBox {
  width: max(53.5rem, 300px);
}
@media screen and (max-width: 1000px) {
  .insulation__content .imageBox {
    width: 100%;
    text-align: center;
  }
}
.insulation__content .imageBox img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 550px) {
  .insulation__content .imageBox img {
    width: 100%;
  }
}
.insulation__content .imageBox h3 {
  position: relative;
  display: block;
  font-size: max(2rem, 18px);
  margin-bottom: max(2rem, 15px);
  padding-left: calc(max(2rem, 18px) * 1.2);
}
@media screen and (max-width: 1000px) {
  .insulation__content .imageBox h3 {
    text-align: left;
  }
}
@media screen and (max-width: 550px) {
  .insulation__content .imageBox h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.insulation__content .imageBox h3::before {
  content: "⚫︎";
  position: absolute;
  top: calc(max(2rem, 18px) / 2);
  left: 0;
  display: inline-block;
  padding-right: 5px;
  font-size: 1em;
  font-weight: inherit;
  line-height: 1;
  letter-spacing: 0;
}
.insulation__content .textBox {
  flex: 1;
}
.insulation__content .textBox h3 {
  display: block;
  font-size: max(2.5rem, 20px);
  letter-spacing: 0.05em;
  margin-bottom: max(3rem, 20px);
}
@media screen and (max-width: 550px) {
  .insulation__content .textBox h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.guarantee {
  padding-bottom: 10px;
}
.guarantee__content {
  gap: max(18.5rem, 120px);
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .guarantee__content {
    gap: max(12rem, 80px);
  }
}
@media screen and (max-width: 1000px) {
  .guarantee__content {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .guarantee__content {
    gap: 30px;
    flex-direction: column;
  }
}
.guarantee__content .imageBox {
  width: max(47rem, 300px);
}
@media screen and (max-width: 1000px) {
  .guarantee__content .imageBox {
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .guarantee__content .imageBox {
    width: 100%;
  }
}
.guarantee__content .imageBox img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.guarantee__content .textBox {
  flex: 1;
}
.guarantee__content .textBox p:first-of-type {
  display: block;
  margin-bottom: max(2rem, 20px);
}
.guarantee__content .textBox small {
  font-size: 90%;
}/*# sourceMappingURL=benefit.css.map */