@charset "UTF-8";
/* =====================
 メインビジュアル
===================== */
.mv {
  background-image: url(../../img/news/mv_sp.png);
}
/* =====================
  お知らせ一覧
===================== */
article[data-id="1"] {
  position: relative;
  padding-top: 5vw;
  padding-bottom: 40vw;
}
article[data-id="1"] .inner {
  width: 92vw;
}
article[data-id="1"] .inner .title2 {
  margin-bottom: 8.6vw;
}
article[data-id="1"] .inner .list .item {
  padding: 5.5vw 4vw 3.7vw;
  border-bottom: 1px solid #cacecc;
  position: relative;
  transition: var(--allAnimation);
  display: block;
}
article[data-id="1"] .inner .list .item:first-of-type {
  border-top: 1px solid #cacecc;
}
article[data-id="1"] .inner .list .item time {
  font-size: 3.46666666vw;
  color: var(--indigo);
  font-weight: bold;
  display: block;
  line-height: 1;
  margin-bottom: 1vw;
}
article[data-id="1"] .inner .list .item .i-rightindigo {
  width: 4.466667vw;
  height: 1.933333vw;
  position: absolute;
  right: 3vw;
  top: 50%;
  margin-top: calc(-2.93333333vw / 2);
}
