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

#features .intro__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: max(9.5rem, 30px);
  padding-bottom: max(12rem, 40px);
}
@media screen and (max-width: 1000px) {
  #features .intro__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#features .intro__text h3 {
  font-size: max(2.4rem, 18px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: max(2rem, 15px);
}
#features .intro__text p {
  line-height: 2.2;
}
#features .intro__institution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: max(3.5rem, 10px);
}
#features .intro__institution__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: max(2.5rem, 5px);
  height: 30%;
}
#features .intro__institution__item--pt {
  --baseColor: #6c9bd2;
}
#features .intro__institution__item--st {
  --baseColor: #ef858c;
}
#features .intro__institution__item--po {
  --baseColor: #f5a73e;
}
#features .intro__institution__item h4.name {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: grid;
  place-items: center;
  height: 100%;
  padding: max(2.5rem, 20px) max(9.5rem, 15px);
  border-radius: max(1rem, 10px);
  border: max(0.2rem, 2px) solid var(--baseColor);
  overflow: hidden;
  color: var(--baseColor);
  font-size: max(2rem, 16px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
#features .intro__institution__item .since {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: max(1rem, 10px);
  font-size: max(8.1rem, 50px);
}
#features .intro__institution__item .since strong {
  color: var(--baseColor);
  font-family: YakuHanJP, "Manrope", "IBM Plex Sans JP", sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
}
#features .intro__institution__item .since span {
  color: var(--baseColor);
  font-size: 0.4em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
#features .point__wrapper {
  display: grid;
  row-gap: max(5.5rem, 30px);
  padding-top: max(22rem, 100px);
  padding-bottom: max(20rem, 70px);
}
#features .point__group:not(:first-of-type) {
  margin-top: max(7.5rem, 40px);
}
#features .point__group__header {
  position: relative;
  padding: max(3rem, 25px) 5%;
  background: #5DC2D0;
  border-radius: max(2.5rem, 20px) max(2.5rem, 20px) 0 0;
}
#features .point__group__header__deco {
  position: absolute;
  right: 7.5%;
  bottom: 0;
  width: max(20rem, 100px);
}
#features .point__group__header h3 {
  color: #fff;
  font-family: YakuHanJP, "Manrope", "IBM Plex Sans JP", sans-serif;
  font-size: max(2.7rem, 18px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
#features .point__group__body {
  display: grid;
  grid-template-columns: auto max(52.5rem, 300px);
  gap: max(5rem, 20px);
  padding: max(7rem, 40px) 5%;
  background: #fff;
  border-radius: 0 0 max(2.5rem, 20px) max(2.5rem, 20px);
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  #features .point__group__body {
    grid-template-columns: 1fr;
  }
}
#features .point__group__body .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1000px) {
  #features .point__group__body .textBox {
    display: contents;
  }
}
#features .point__group__body .textBox h4 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  color: #5DC2D0;
  font-size: max(2.4rem, 18px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: max(2.5rem, 15px);
}
@media screen and (max-width: 1000px) {
  #features .point__group__body .textBox h4 {
    margin-bottom: 0;
  }
}
#features .point__group__body .textBox p {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  line-height: 2.8;
  margin-bottom: max(1.5rem, 15px);
}
@media screen and (max-width: 1300px) {
  #features .point__group__body .textBox p {
    line-height: 2;
    margin-bottom: 0;
  }
}
#features .point__group__body .textBox .btnBox {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  margin-top: auto;
}
#features .point__group__body .textBox .btnBox .btn {
  margin: 0;
}
#features .point__group__body .imageBox {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 100%;
  height: auto;
  aspect-ratio: 524/441;
}
#features .point__group__body .imageBox img {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=features.css.map */