@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
.altiri-section * {
  box-sizing: border-box;
}
.altiri-section .altiri-headline-1 {
  padding-bottom: 0;
  padding-left: 0;
  margin-bottom: 8px;
}
@media screen and (min-width: 840px) {
  .altiri-section .altiri-headline-1 {
    margin-bottom: 16px;
  }
}
.altiri-section h2 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 80px;
}
@media screen and (min-width: 840px) {
  .altiri-section h2 {
    font-size: 32px;
    margin-bottom: 120px;
  }
}
.altiri-section .notice_headline-2 {
  background: #030B1C;
  padding: 0 0 12px;
  margin: 0 0 24px 0;
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  margin: 0;
}
@media screen and (min-width: 840px) {
  .altiri-section .notice_headline-2 {
    font-size: 24px;
  }
}
.altiri-section .notice-link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 8%;
  border-bottom: solid 2px #fff;
  color: #fff;
  transition: all 0.3s ease;
}
.altiri-section .notice-link:first-of-type {
  border-top: solid 2px #fff;
}
.altiri-section .notice-link img {
  width: 24px;
  filter: brightness(0) invert(1);
  margin: 0;
  transition: all 0.3s ease;
}
.altiri-section .notice-link .date {
  display: inline-block;
}
@media screen and (min-width: 840px) {
  .altiri-section .notice-link {
    padding: 48px 12%;
  }
}
.altiri-section .notice-link:hover {
  background: #fff;
  color: #030B1C;
}
.altiri-section .notice-link:hover img {
  filter: none;
}
@media screen and (min-width: 840px) {
  .altiri-section .notice-link:hover {
    padding: 48px 12%;
  }
}/*# sourceMappingURL=notice.css.map */