:root {
  --theme-main-color: #1A1A1C;
  --text-normal: #333333;
  --border-gray: #D5D8DA;
  --background-gray: #F3F5F6;
  --text-gray: #606163;
  --text-light-gray: #9EA3A7;
}

h1 {
  font-weight: 700;
  font-size: 40px;
  color: var(--theme-main-color);
}

.page-news {
  background: #F4F5F7;
  padding-bottom: 1px;
}
.page-news__header {
  background: url(../images/header-pc.png) no-repeat;
  background-position: center;
  /* background-image: url(../images/header-pc.png);*/
    /* background-image: url(../images/top/header-fv.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;  */
  background-color: var(--theme-gray-bg);
  padding: 80px 8% 60px;
}
.page-news__header #breadcrumbs,
.page-news__header #breadcrumbs a{
  color: #1A1A1C;
}
.page-news__header .text-blue {
  font-weight: 700;
  font-size: 18px;
  margin: 44px 0 16px;
}
.page-news__header h1 {
  font-weight: 700;
  font-size: 40px;
}

.page-news__header h1 span{
  background: radial-gradient(49.25% 212.68% at 49.25% 44.53%, #00ABFD 0%, #002CB6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-news__body {
  font-weight: 500;
  font-size: 16px;
  background: #FFFFFF;
  padding: 40px 14% 120px;
}
.page-news__item {
  padding: 32px 20px 0;
}
.page-news__item__body {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 32px;
}
.page-news__item__body time {
  color: #666666;
}
.page-news__item__body h2 {
  margin: 0 0 0 100px;
  font-size: 16px;
  font-weight: 500;
  color: var(--text-normal);
  line-height: 160%;
}
.page-news__item:last-child {
  padding-bottom: 20px;
}

/* SP */
@media screen and (max-width: 800px) {
  h1 {
    font-size: 24px !important;
    margin: 0 !important;
  }
  .page-news__header {
    background-image: url(../images/header-sp.png);
    background-position: center;
    /* background-image: url(../images/top/header-fv-sp.png); */
  }
  .page-news__body {
    margin: 8px 0 0;
    padding: 20px 0;
  }
  .page-news__body h2 {
    margin: 0;
  }
  .page-news__item {
    font-size: 14px;
  }
  .page-news__item__body {
    display: flex;
  }
  .page-news__item h2 {
    font-size: 14px;
    margin-left: 32px;
  }
}/*# sourceMappingURL=archive-news.css.map */