/* sources:entry.scss */
/**
 * Table of Contents:
 *
 * 1.0 - Body
 * 2.0 - Typography
 * 3.0 - Elements
 * 4.0 - Alignment
 * 5.0 - Caption
 * 6.0 - Galleries
 * 7.0 - Audio / Video
 * 8.0 - RTL
 */
/**
 * 1.0 Body
 */
.banner-interview {
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}
.banner-interview :hover {
  opacity: 0.8;
}
.banner-interview figcaption {
  position: relative;
  z-index: 1;
}
.banner-interview figcaption::before {
  content: "";
  display: block;
  background: url(https://hakuyusha.or.jp/common/themes/hakuyusha/img/text-interview.svg) no-repeat center/contain;
  aspect-ratio: 224/39;
  width: 23rem;
  position: absolute;
  right: -1rem;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  bottom: 0;
  max-width: 50%;
  z-index: 1;
}/*# sourceMappingURL=style-common.css.map */