.p-report__writer {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 8rem;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-report__writer {
    flex-direction: column;
    max-width: 500px;
    margin: 0 auto 6rem;
    padding-top: 0;
  }
}
.p-report__writer-image {
  width: 48rem;
}
@media screen and (max-width: 767px) {
  .p-report__writer-image {
    width: 100%;
  }
}
.p-report__writer-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-report__writer-title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.8rem 2.4rem;
  background-color: #328E8B;
  color: #fff;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-report__writer-title {
    top: auto;
    bottom: calc(100% - 2.5rem);
    transform: translateY(0);
  }
}
.p-report__writer-title > span:nth-child(1) {
  display: block;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #fff;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.p-report__writer-title > span:nth-child(2) {
  display: block;
  margin-top: 0.2rem;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.p-report__writer-textarea {
  position: relative;
  width: calc(100% - 38rem);
  padding: 8rem 5.7142857143% 4rem;
  background-color: #F4F3F2;
}
@media screen and (max-width: 767px) {
  .p-report__writer-textarea {
    width: 100%;
    padding: 4.5rem 3rem 3.5rem;
  }
}