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

#material #commit {
  background: #fff;
}
#material #commit .commit__wrapper {
  padding-top: max(13rem, 80px);
  padding-bottom: max(10rem, 100px);
}
#material #commit .commit__wrapper h2 {
  font-size: max(2.8rem, 21px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.15em;
  margin-bottom: max(1.5rem, 15px);
}
#material #commit .commit__wrapper .commit__content {
  display: flex;
  gap: max(4rem, 30px);
  padding-top: max(3rem, 30px);
}
@media screen and (max-width: 768px) {
  #material #commit .commit__wrapper .commit__content {
    flex-direction: column;
  }
}
#material #commit .commit__wrapper .commit__content .imageBox {
  width: 100%;
  aspect-ratio: 124/91;
}
#material #kinds {
  background: #fff;
}
#material #kinds .kinds__wrapper .kinds__content .kinds__item {
  display: flex;
  align-items: center;
  gap: max(5rem, 20px);
}
#material #kinds .kinds__wrapper .kinds__content .kinds__item:not(:first-of-type) {
  margin-top: max(2rem, 20px);
}
@media screen and (max-width: 768px) {
  #material #kinds .kinds__wrapper .kinds__content .kinds__item {
    align-items: start;
    flex-direction: column-reverse;
  }
  #material #kinds .kinds__wrapper .kinds__content .kinds__item:not(:first-of-type) {
    margin-top: max(10rem, 50px);
  }
}
#material #kinds .kinds__wrapper .kinds__content .kinds__item .imageBox {
  flex-shrink: 0;
  align-self: stretch;
  width: max(25rem, 200px);
}
@media screen and (max-width: 768px) {
  #material #kinds .kinds__wrapper .kinds__content .kinds__item .imageBox {
    width: 100%;
    aspect-ratio: 5/3;
  }
}
#material #kinds .kinds__wrapper .kinds__content .kinds__item .imageBox img {
  height: 100%;
}
#material #kinds .kinds__wrapper .kinds__content .kinds__item .textBox {
  flex: 1;
}
#material #kinds .kinds__wrapper .kinds__content .kinds__item .textBox h3 {
  font-weight: 500;
}
#material #kinds .kinds__wrapper .kinds__content .kinds__item .textBox.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: max(2rem, 20px);
}
@media screen and (max-width: 768px) {
  #material #kinds .kinds__wrapper .kinds__content .kinds__item .textBox.flex {
    display: contents;
  }
}
#material #kinds .kinds__wrapper .kinds__content .kinds__item .textBox.flex .textBox {
  flex: 1;
}
#material #kinds .kinds__wrapper .kinds__content .kinds__item .textBox.flex .btn {
  flex-shrink: 0;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #material #kinds .kinds__wrapper .kinds__content .kinds__item .textBox.flex .btn {
    order: -1;
  }
}/*# sourceMappingURL=material.css.map */