@charset "UTF-8";
/* 定義 */
.content__box .sec__flex.sec__info01::after {
  background: url(/assets/images/info/info01.avif) center center/cover no-repeat;
}
.content__box .info__video {
  background-color: #DCEACF;
  width: 100%;
  padding: 60px 0;
  margin: 40px auto 0;
  border-radius: 20px;
  overflow: hidden;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .content__box .info__video {
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
  }
}
.content__box .info__video .video__inner {
  width: 700px;
  max-width: 100%;
  position: relative;
  aspect-ratio: 4/3;
  margin: 0 auto;
  background: #212121;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .content__box .info__video .video__inner {
    border-radius: 10px;
  }
}
.content__box .info__video .video__inner p {
  text-align: center;
  font-size: 4rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #ffffff;
  font-weight: 600;
  margin: 0 auto;
}
.content__box .info__video .video__inner iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: 700px;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .content__box .info__video .video__inner iframe {
    border-radius: 10px;
  }
}/*# sourceMappingURL=info_goannai.css.map */