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

#singleInterview .intro__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: max(3.5rem, 25px);
  position: relative;
  margin-bottom: max(8rem, 50px);
}
@media screen and (max-width: 1000px) {
  #singleInterview .intro__profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#singleInterview .intro__profile__title {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  -webkit-transform: translate(-80%, -50%);
          transform: translate(-80%, -50%);
}
@media screen and (max-width: 1000px) {
  #singleInterview .intro__profile__title {
    top: unset;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(0%, 10px);
            transform: translate(0%, 10px);
  }
}
#singleInterview .intro__profile__title > span {
  padding: max(1rem, 5px) max(1.5rem, 15px);
  background: #3a9447;
  border-radius: max(1rem, 10px);
}
#singleInterview .intro__profile__title > span:not(:first-of-type) {
  margin-top: max(1rem, 5px);
}
#singleInterview .intro__profile__title .marker {
  display: inline;
  color: #fff;
  font-size: max(2.9rem, 14px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#singleInterview .intro__profile__content {
  -ms-flex-item-align: end;
      align-self: end;
}
@media screen and (max-width: 1000px) {
  #singleInterview .intro__profile__content {
    -ms-flex-item-align: start;
        align-self: start;
  }
}
#singleInterview .intro__profile__meta {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: max(1rem, 10px);
}
#singleInterview .intro__profile__meta__department {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: max(10rem, 70px);
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: max(0.3rem, 3px) solid #3a9447;
  color: #3a9447;
  font-size: max(2rem, 14px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
#singleInterview .intro__profile__meta__position {
  font-size: max(2rem, 16px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
#singleInterview .intro__profile__meta__name {
  font-size: max(4rem, 20px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: max(1rem, 10px);
}
#singleInterview .intro__profile__imageBox {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  #singleInterview .intro__profile__imageBox {
    width: 100%;
  }
}
#singleInterview .intro__profile__imageBox .imageBox {
  width: max(94rem, 400px);
  height: auto;
  min-height: 260px;
  aspect-ratio: 188/113;
  overflow: hidden;
  border-radius: max(3rem, 20px);
}
@media screen and (max-width: 1000px) {
  #singleInterview .intro__profile__imageBox .imageBox {
    width: 95%;
    margin-left: auto;
  }
}
#singleInterview .intro__profile__imageBox img {
  width: 100%;
  height: 100%;
}
#singleInterview .faq__wrapper {
  padding-bottom: max(20rem, 100px);
}
#singleInterview .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;
}
#singleInterview .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=single-interview.css.map */