@charset "UTF-8";

/*カバー画像*/
.cover--top {
  background-image: url(images/cover.jpg);
  background-position-y: 40%;
}


@media (min-width: 1025px) {
  .cover__in {
  height: 74vh;
  }
}


@media (max-width: 1024px) {
  .cover__in {
  height: 30vh;
  }
}

/*セミナー部分のアイキャッチ画像*/
.card--seminar .figure {
  background-image: url(images/cover.jpg);
  background-position-x : 50%;
  background-position-y : 50%;
}
