@charset "UTF-8";
.outline {
  margin-bottom: 4rem;
}

.outline__inner {
  width: min(90%, 870px);
  margin: auto;
}

.outline__name {
  font-weight: 700;
  font-size: 1.5rem;
  color: #008a9d;
}

.outline__name__initial {
  margin-right: .5rem;
  font-size: 2em;
}

.outline__tags {
  margin: 1rem 0;
}

.outline__tag {
  display: inline-block;
  padding: 0 .5em;
  background-color: #008a9d;
  color: #fff;
  line-height: 1.5;
}

.outline__img {
  display: block;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .outline__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .outline__img {
    width: 30%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .outline__text {
    padding-left: 2rem;
  }
  .outline__name {
    margin-top: .5rem;
    font-size: clamp(1.2rem, -1.346rem + 4.89vw, 2.625rem);
    line-height: 1;
  }
  .outline__name__initial {
    font-size: 1.8em;
  }
}

.interview {
  padding-bottom: 4rem;
}

.interview__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  padding-bottom: .5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #008a9d;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "HG明朝B", serif;
  font-size: 1.2rem;
  border-bottom: 1px solid #58bdcc;
}

.interview__ttl__img {
  margin-right: .5rem;
}

.interview__faq::after {
  content: "";
  display: block;
  clear: both;
}

.interview__q, .interview__a {
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  border-radius: 1rem;
}

.interview__q:before, .interview__a:before {
  content: "";
  display: block;
  width: .5rem;
  height: 1rem;
  position: absolute;
  top: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
}

.interview__q {
  max-width: 90%;
  float: left;
  margin-left: .5rem;
  position: relative;
  background-color: #90cc31;
  color: #fff;
}

.interview__q:before {
  left: -.5rem;
  background-image: url(../img/person_single__q.png);
}

.interview__a {
  float: right;
  width: 80%;
  margin-left: auto;
  margin-right: .5rem;
  position: relative;
  background-color: #e0f2f5;
  color: #55868e;
}

.interview__a:before {
  right: -.5rem;
  background-image: url(../img/person_single__a.png);
}
/*# sourceMappingURL=person_single.css.map */