/*
Theme Name: Twenty Twenty-one Child
Version: 1.6
Template: twentytwentyone
*/
:root {
  --viewport-width: min(100vw, 2000px);
  --b: calc(var(--viewport-width) / 160);
}

#durability #residence {
  background: #fff;
}
#durability #residence .residence__wrapper {
  padding-top: max(12.5rem, 100px);
}
#durability #residence .residence__wrapper h2 {
  font-size: max(2.8rem, 21px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.15em;
  margin-bottom: max(2rem, 15px);
}
#durability #residence .residence__wrapper .residence__content {
  display: flex;
  align-items: center;
  gap: max(5rem, 10px);
}
#durability #residence .residence__wrapper .residence__content:first-of-type {
  margin-top: max(8rem, 50px);
}
#durability #residence .residence__wrapper .residence__content:not(:first-of-type) {
  margin-top: max(3rem, 30px);
}
@media screen and (max-width: 1000px) {
  #durability #residence .residence__wrapper .residence__content {
    flex-direction: column;
  }
}
#durability #residence .residence__wrapper .residence__content .imageBox {
  flex-shrink: 0;
  width: max(25rem, 200px);
  align-self: stretch;
}
@media screen and (max-width: 1000px) {
  #durability #residence .residence__wrapper .residence__content .imageBox {
    width: 100%;
    aspect-ratio: 2/1;
  }
}
#durability #residence .residence__wrapper .residence__content .imageBox img {
  height: 100%;
}
#durability #residence .residence__wrapper .residence__content .textBox {
  flex: 1;
}
#durability #residence .residence__wrapper .residence__content .textBox h3 {
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: max(1rem, 10px);
}
#durability #residence .residence__wrapper .residence__content .textBox span.attention {
  margin-top: max(1rem, 10px);
}/*# sourceMappingURL=durability.css.map */