/*
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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: max(4rem, 30px);
  padding-bottom: max(8rem, 50px);
}
@media screen and (max-width: 1000px) {
  #message .intro__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#message .intro__wrapper__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  #message .intro__wrapper__image {
    padding-left: 5%;
  }
}
#message .intro__wrapper__image .imageBox {
  width: 100%;
  height: auto;
  min-height: 350px;
  aspect-ratio: 188/113;
  border-radius: max(3rem, 20px);
  overflow: hidden;
}
#message .intro__wrapper__image .imageBox img {
  width: 100%;
  height: 100%;
}
#message .intro__wrapper__image h3 {
  position: absolute;
  bottom: 50%;
  right: 0;
  text-align: left;
  -webkit-transform: translate(85%, 50%);
          transform: translate(85%, 50%);
}
@media screen and (max-width: 1000px) {
  #message .intro__wrapper__image h3 {
    right: unset;
    left: 0;
    bottom: 0%;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
#message .intro__wrapper__image h3 span {
  padding: max(1rem, 5px) max(1.5rem, 15px);
  background: #3a9447;
  border-radius: max(1rem, 10px);
  color: #fff;
  font-size: max(4rem, 28px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#message .intro__wrapper__image h3 span:not(:first-of-type) {
  margin-top: max(1rem, 10px);
}
#message .intro__wrapper .textBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: left;
}
#message .intro__wrapper .textBox span {
  font-size: max(2rem, 14px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#message .intro__wrapper .textBox p {
  font-size: max(4rem, 32px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#message .faq__wrapper {
  padding-bottom: max(20rem, 100px);
}
#message .faq__item__question {
  padding: max(2.5rem, 20px) 2.5%;
  border-top: max(0.2rem, 2px) dotted rgba(58, 148, 71, 0.6);
  border-bottom: max(0.2rem, 2px) dotted rgba(58, 148, 71, 0.6);
  background: rgba(58, 148, 71, 0.05);
  color: #3a9447;
  font-size: max(2rem, 16px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#message .faq__item__answer {
  padding: max(2.5rem, 20px) 0;
  font-size: max(1.4rem, 13px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}/*# sourceMappingURL=message.css.map */