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

#message .intro__wrapper {
  padding-bottom: max(14.5rem, 70px);
}
#message .intro__content:not(:first-of-type) {
  margin-top: max(11rem, 50px);
}
#message .intro__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: max(1rem, 10px);
     -moz-column-gap: max(1rem, 10px);
          column-gap: max(1rem, 10px);
  padding: max(3rem, 15px) max(4.5rem, 20px) max(2.5rem, 10px);
  background: #5DC2D0;
  border-radius: max(1rem, 10px);
  overflow: hidden;
  margin-bottom: max(6rem, 30px);
}
#message .intro__title h3 {
  color: #fff;
  font-size: max(2.4rem, 18px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
#message .intro__title p {
  color: #fff;
  font-size: max(1.6rem, 14px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
#message .intro__detail {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: max(36rem, 300px) 1fr;
  gap: max(7rem, 30px);
}
@media screen and (max-width: 1300px) {
  #message .intro__detail {
    gap: max(5rem, 30px);
  }
}
@media screen and (max-width: 1000px) {
  #message .intro__detail {
    grid-template-columns: 1fr;
  }
}
#message .intro__detail .imageBox {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1000px) {
  #message .intro__detail .imageBox {
    width: max(50%, 350px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 550px) {
  #message .intro__detail .imageBox {
    width: 100%;
  }
}
#message .intro__detail .textBox h4 {
  font-size: max(2.4rem, 18px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: max(2.5rem, 15px);
}
#message .intro__detail .textBox p {
  line-height: 2.5;
}
@media screen and (max-width: 1300px) {
  #message .intro__detail .textBox p {
    line-height: 2;
  }
}/*# sourceMappingURL=message.css.map */