@charset "UTF-8";
/* ---------------------------------------
	ACF用ブロックパーツ：インタビュー（吹き出し）
-----------------------------------------*/
.interview-balloon-block .c-balloon {
  display: flex;
  align-items: center;
}
@media screen and (width > 1280px) {
  .interview-balloon-block .c-balloon {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
@media screen and (width <= 1280px) {
  .interview-balloon-block .c-balloon {
    -moz-column-gap: 3.75vw;
         column-gap: 3.75vw;
  }
}
@media screen and (width <= 991px) {
  .interview-balloon-block .c-balloon {
    -moz-column-gap: 6.25vw;
         column-gap: 6.25vw;
  }
}
@media screen and (width <= 767px) {
  .interview-balloon-block .c-balloon {
    -moz-column-gap: 6.1538461538vw;
         column-gap: 6.1538461538vw;
  }
}
.interview-balloon-block .c-balloon__icon {
  flex-shrink: 0;
}
@media screen and (width > 1280px) {
  .interview-balloon-block .c-balloon__icon {
    width: 4.375rem;
    aspect-ratio: 1/1;
  }
}
@media screen and (width <= 1280px) {
  .interview-balloon-block .c-balloon__icon {
    width: 5.46875vw;
    aspect-ratio: 1/1;
  }
}
@media screen and (width <= 991px) {
  .interview-balloon-block .c-balloon__icon {
    width: 9.1145833333vw;
  }
}
@media screen and (width <= 767px) {
  .interview-balloon-block .c-balloon__icon {
    width: 10.2564102564vw;
  }
}
.interview-balloon-block .c-balloon__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.interview-balloon-block .c-balloon__iconName {
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  display: block;
}
@media screen and (width > 1280px) {
  .interview-balloon-block .c-balloon__iconName {
    font-size: 0.75rem;
  }
}
@media screen and (width <= 1280px) {
  .interview-balloon-block .c-balloon__iconName {
    font-size: 0.9375vw;
  }
}
@media screen and (width <= 991px) {
  .interview-balloon-block .c-balloon__iconName {
    font-size: 1.5625vw;
  }
}
@media screen and (width <= 767px) {
  .interview-balloon-block .c-balloon__iconName {
    font-size: 2.0512820513vw;
  }
}
.interview-balloon-block .c-balloon__text {
  background-color: #f6f6f6;
  position: relative;
}
@media screen and (width > 1280px) {
  .interview-balloon-block .c-balloon__text {
    border-radius: 0.5rem;
  }
}
@media screen and (width <= 1280px) {
  .interview-balloon-block .c-balloon__text {
    border-radius: 0.625vw;
  }
}
@media screen and (width <= 991px) {
  .interview-balloon-block .c-balloon__text {
    border-radius: 1.0416666667vw;
  }
}
@media screen and (width <= 767px) {
  .interview-balloon-block .c-balloon__text {
    border-radius: 2.0512820513vw;
  }
}
.interview-balloon-block .c-balloon__text > p {
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (width > 1280px) {
  .interview-balloon-block .c-balloon__text > p {
    font-size: 0.875rem;
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
  }
}
@media screen and (width <= 1280px) {
  .interview-balloon-block .c-balloon__text > p {
    font-size: 1.09375vw;
    padding: 1.25vw 1.875vw;
    border-radius: 0.625vw;
  }
}
@media screen and (width <= 991px) {
  .interview-balloon-block .c-balloon__text > p {
    font-size: 1.6927083333vw;
    padding: 2.0833333333vw 3.125vw;
    border-radius: 1.0416666667vw;
  }
}
@media screen and (width <= 767px) {
  .interview-balloon-block .c-balloon__text > p {
    font-size: 3.0769230769vw;
    padding: 3.0769230769vw 5.1282051282vw;
    border-radius: 2.0512820513vw;
  }
}
.interview-balloon-block .c-balloon__text > p strong {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #eae60d 30%);
}
.interview-balloon-block .c-balloon__text :where(a) {
  text-decoration: underline !important;
}
.interview-balloon-block .c-balloon__text::before {
  content: "";
  background: #f6f6f6;
  display: inline-block;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (width > 1280px) {
  .interview-balloon-block .c-balloon__text::before {
    width: 1.25rem;
    height: 1.25rem;
    left: -1.25rem;
  }
}
@media screen and (width <= 1280px) {
  .interview-balloon-block .c-balloon__text::before {
    width: 1.5625vw;
    height: 1.5625vw;
    left: -1.5625vw;
  }
}
@media screen and (width <= 991px) {
  .interview-balloon-block .c-balloon__text::before {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    left: -2.6041666667vw;
  }
}
@media screen and (width <= 767px) {
  .interview-balloon-block .c-balloon__text::before {
    width: 5.1282051282vw;
    height: 5.1282051282vw;
    left: -5.1282051282vw;
  }
}
.interview-balloon-block.-right .c-balloon {
  flex-direction: row-reverse;
}
.interview-balloon-block.-right .c-balloon__text::before {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  left: auto;
}
@media screen and (width > 1280px) {
  .interview-balloon-block.-right .c-balloon__text::before {
    right: -1.25rem;
  }
}
@media screen and (width <= 1280px) {
  .interview-balloon-block.-right .c-balloon__text::before {
    right: -1.5625vw;
  }
}
@media screen and (width <= 991px) {
  .interview-balloon-block.-right .c-balloon__text::before {
    right: -2.6041666667vw;
  }
}
@media screen and (width <= 767px) {
  .interview-balloon-block.-right .c-balloon__text::before {
    right: -5.1282051282vw;
  }
}
/*# sourceMappingURL=../../maps/pages/acf-blocks/interview-balloon-block.css.map */
