:root {
  --color-default: #87a6a9;
  --color-inverted: white;
  --color-black: black;
  --color-border: #c9c9c9;
  --bg-default: #f7f8f8;
  --bg-light: #f7f6f0;
  --bg-dark: #f5f0e2;
  --bg-inverted: var(--color-default);
  --color-link: inherit;
  --bg-gradient-light: linear-gradient(to bottom, var(--bg-default), var(--bg-light));
  --bg-gradient-middle: linear-gradient(to bottom, var(--bg-light), var(--bg-dark));
  --bg-gradient-dark: linear-gradient(to bottom, var(--bg-dark), var(--bg-default));
}

/*
====================================================================
 NEWS
====================================================================
*/

.section-block {
  padding-top: 55px;
}
.section-block.title-section {
  padding-top: 300px;
  padding-bottom: 0;
}
.section-block__container {
  display: block;
}
.section-block__content {
  display: block;
}

.section-block__body {
  width: unset;
}

.section-block h1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--color-default);
  filter: none;
}

.section-block h1 span {
  color: var(--color-default);
}

.hero__image {
  height: 100dvh;
  overflow: hidden;
}

.hero__image img {
  object-fit: cover;
  height: 100%;
}

.news_list {
  width: 100%;
  margin-left: 0;
  display: block;
  grid-template-columns: minmax(20%, 180px) 1fr;
  grid-template-rows: auto 1fr;
}

.news_list .news__item {
  border-bottom: 1px solid;
  padding: 19px 0;
}

.news_list .news__item a {
  background: url(/images/common/icon_arrow.svg) right center no-repeat;
}

.news__date {
  display: inline-block;
  width: 10%;
  grid-row: 1/3;
}
.news__title h2 {
  font-size: 18px;
}

a.button--back {
  margin-top: 96px;
  border-bottom: 1px solid var(--color-default);
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 8px;
}

.marquee {
  margin-top: 120px;
}

/*----------------------------------------------------------------*/
  @media (width < 768px) {
/*----------------------------------------------------------------*/

.hero__image {
  height: 100dvh;
  overflow: hidden;
}

/*
====================================================================
  SP / 横山追加
====================================================================
*/

.section-block {
  padding-bottom: 90px;
}

.section-block.title-section {
  padding-top: 180px;
}

.section-block__content {
  padding-left: 0;
}
  
.button--view-more {
  margin-left: 0;
}

.news__date {
  width: 25%;
}
  
/*----------------------------------------------------------------*/
  }
/*----------------------------------------------------------------*//*# sourceMappingURL=news.css.map */