@charset "UTF-8";
.hassei-news-news-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}
.hassei-news-news-item > .date {
  font-family: "Rubik", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #01a6eb;
  font-size: 0.8125rem;
  line-height: 1.5;
}
.hassei-news-news-item > .title {
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  color: #333333;
  font-size: 0.875rem;
  line-height: 1.5;
}
.hassei-news-news-item:hover > .title {
  color: #ffc000;
}

.hassei-news-topic-item > .image {
  margin-bottom: 1rem;
  line-height: 0;
}
.hassei-news-topic-item > .site-badge-border {
  margin: 0 auto 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.hassei-news-topic-item > .time {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3125rem;
  text-align: center;
}
.hassei-news-topic-item > .title {
  font-size: 1.125rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
  line-height: 1.3125rem;
  text-align: center;
}
.hassei-news-topic-item > .description {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.3125rem;
  margin-top: 1.5em;
  text-align: center;
}

.hassei-news-link-item {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 5.5rem 16px 2.5rem;
  position: relative;
}
.hassei-news-link-item > .title {
  height: 13vw;
  margin: auto;
  width: 62.5vw;
}
.hassei-news-link-item > .description {
  color: #333333;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 1rem;
  text-align: center;
}
.hassei-news-link-item > .button > .site-button-primary {
  margin: 1.5rem auto 0;
}
.hassei-news-link-item::before {
  content: "";
  display: block;
  height: 6.25rem;
  width: 6.25rem;
  margin: auto;
  position: absolute;
  top: -2rem;
  left: 0;
  right: 0;
}
.hassei-news-link-item.-local::before {
  background: url(../../images/home/icon_local.png) center center no-repeat;
  background-size: cover;
}

.hassei-news-intro {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.hassei-news-intro > .content > .site-badge-fill {
  margin-bottom: 1.5rem;
}
.hassei-news-intro > .image {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.hassei-news-intro-schedule {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1.5rem;
}
.hassei-news-intro-schedule > .site-badge-border {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.hassei-news-intro-schedule > .time {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

.hassei-news-intro-schedule-time > .nest {
  display: inline-block;
}
.hassei-news-intro-schedule-time > .nest > ul {
  display: inline-block;
}
.hassei-news-intro-schedule-time > .nest > ul > li {
  display: inline-block;
}
.hassei-news-intro-schedule-time > .nest > ul > li::after {
  content: "/";
  display: inline-block;
  height: auto;
  width: auto;
  margin: 0 0.5em;
}
.hassei-news-intro-schedule-time > .nest > ul > li:first-child::after, .hassei-news-intro-schedule-time > .nest > ul > li:last-child::after {
  content: none;
}

.hassei-news-old {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.hassei-news-old > .title > .site-text-standard {
  margin-top: 1rem;
}

.hassei-news-news-list > .item {
  margin-bottom: 1.5rem;
}
.hassei-news-news-list > .item:last-child {
  margin-bottom: 0;
}

.hassei-news-topic-layout > .site-heading-simple {
  margin-bottom: 1.5rem;
}

.hassei-news-topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.5rem -0.5rem;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hassei-news-topic > .item {
  margin: 1rem 0.5rem;
  width: calc(100% - 1rem);
}

.hassei-news-link {
  background: url(../../images/common/background_footer.png) center bottom no-repeat;
  background-size: cover;
  border-radius: 10px;
  margin: 0 0.5rem 0.5rem;
  padding: 3rem 0 3.5rem;
}
.hassei-news-link > .inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.5rem;
  margin: 0 auto;
  padding: 0 8px;
}