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

#people .preface__wrapper {
  padding-bottom: max(8rem, 30px);
}
#people .preface__wrapper p {
  font-size: max(2.4rem, 16px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
#people .features__wrapper {
  padding-top: max(11.5rem, 30px);
  padding-bottom: max(13rem, 80px);
}
#people .features__content__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: max(3.5rem, 15px);
}
@media screen and (max-width: 1000px) {
  #people .features__content__inner {
    grid-template-columns: 1fr;
  }
}
#people .features__item {
  border-radius: max(2.5rem, 20px);
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1000px) {
  #people .features__item {
    display: grid;
    grid-template-columns: auto 1fr;
  }
}
#people .features__item__header {
  padding: max(3.5rem, 25px) 5%;
  background: #5DC2D0;
}
@media screen and (max-width: 1000px) {
  #people .features__item__header {
    padding: max(4.5rem, 30px) max(7rem, 15px);
  }
}
#people .features__item__header h3 {
  color: #fff;
  font-size: max(2.4rem, 18px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 1000px) {
  #people .features__item__header h3 {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
#people .features__item__body {
  padding: max(4.5rem, 30px) 7.5%;
}
#people .features__item__body .imageBox {
  margin-bottom: max(3rem, 20px);
}
#people .features .btnBox {
  margin-top: max(5.5rem, 30px);
}
#people .voice {
  background: #fff;
}
#people .voice__wrapper {
  padding-top: max(12.5rem, 70px);
  padding-bottom: max(14rem, 70px);
}
#people .voice__item:not(:first-of-type) {
  margin-top: max(10.5rem, 70px);
}
#people .voice__item.blue {
  --baseColor: #6c9bd2;
  --baseColorRgb: 108, 155, 210;
}
#people .voice__item.pink {
  --baseColor: #ef858c;
  --baseColorRgb: 239, 133, 140;
}
#people .voice__item.orange {
  --baseColor: #f5a73e;
  --baseColorRgb: 245, 167, 62;
}
#people .voice__item__title {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: max(3.8rem, 35px) 1fr;
  -webkit-column-gap: max(1.5rem, 15px);
     -moz-column-gap: max(1.5rem, 15px);
          column-gap: max(1.5rem, 15px);
  margin-bottom: max(2rem, 15px);
}
#people .voice__item__title__icon img {
  vertical-align: baseline;
}
#people .voice__item__title h3 {
  color: var(--baseColor);
  font-size: max(3.6rem, 24px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#people .voice__item__content {
  padding: max(8rem, 40px) 5%;
  border: max(0.2rem, 2px) solid var(--baseColor);
  background: rgba(var(--baseColorRgb), 0.15);
  border-radius: max(2.5rem, 20px);
  overflow: hidden;
}
#people .voice__item__content__inner:not(:first-of-type) {
  margin-top: max(9rem, 30px);
}
#people .voice__item__content__header {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: max(2rem, 15px) 1fr;
  -webkit-column-gap: max(1.5rem, 15px);
     -moz-column-gap: max(1.5rem, 15px);
          column-gap: max(1.5rem, 15px);
  margin-bottom: max(3rem, 30px);
  padding-bottom: max(1rem, 10px);
  border-bottom: max(0.1rem, 1px) solid var(--baseColor);
}
#people .voice__item__content__header h4 {
  color: var(--baseColor);
  font-size: max(2.4rem, 18px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
#people .voice__item__content__body {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: max(33rem, 200px) 1fr;
  gap: max(5.5rem, 20px);
}
@media screen and (max-width: 1300px) {
  #people .voice__item__content__body {
    gap: max(2rem, 20px);
  }
}
@media screen and (max-width: 1000px) {
  #people .voice__item__content__body {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1000px) {
  #people .voice__item__content__body .imageBox {
    width: min(400px, 100%);
    margin: 0 auto;
  }
}
#people .voice__item__content__body h5 {
  color: var(--baseColor);
  font-size: max(2.4rem, 16px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: max(1rem, 5px);
}
#people .voice__item__content__body .grade {
  display: block;
  margin-top: max(3rem, 20px);
  color: var(--baseColor);
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: right;
}/*# sourceMappingURL=people.css.map */