@charset "UTF-8";
[data-aos] {
  will-change: transform, opacity;
  contain: layout paint;
}

#page.news-archive .news-archive-flex {
  max-width: 900px;
  width: 100%;
  margin: 80px auto 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page.news-archive .news-category-side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  position: sticky;
  top: 0;
  top: 110px; /* ヘッダー固定 */
  -ms-flex-item-align: start;
      align-self: flex-start;
}
#page.news-archive .news-category-link {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 3.3313333333;
  position: relative;
  padding-left: 25px;
}
#page.news-archive .news-category-link.active::before {
  content: "○";
  display: inline-block;
  position: absolute;
  left: 0px;
}
#page.news-archive .news-category-link span {
  position: relative;
}
#page.news-archive .news-category-link span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #3e3a39;
  bottom: -3px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#page.news-archive .news-archive-article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 67%;
          flex: 0 0 67%;
}
#page.news-archive .news-article-list {
  border-bottom: 1px solid #dbdada;
  background-image: url(../img/index/link-arrow.png);
  background-repeat: no-repeat;
  background-size: 14px 6px;
  background-position: right center;
}
#page.news-archive .news-article-list:first-child {
  border-top: 1px solid #dbdada;
}
#page.news-archive .news-article-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 23px 0;
}
#page.news-archive .news-article-day {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.75;
  width: 95px;
}
#page.news-archive .news-article-category {
  font-size: 12px;
  font-weight: 500;
  width: 100px;
}
#page.news-archive .news-article-title {
  font-size: 15px;
  letter-spacing: 0.06em;
  font-weight: 500;
  width: calc(100% - 200px);
}
@media (hover: hover) {
  #page.news-archive .news-category-link:hover span::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  #page.news-archive .news-article-link:hover .news-article-title, #page.news-archive .news-article-link:hover .news-article-category, #page.news-archive .news-article-link:hover .news-article-day {
    text-decoration: underline;
  }
}
@media (max-width: 950px) {
  #page.news-archive .news-archive-flex {
    padding: 0 15px;
  }
  #page.news-archive .news-article-title {
    padding-right: 15px;
  }
  #page.news-archive .news-category-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
  #page.news-archive .news-archive-article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 77%;
            flex: 0 0 77%;
  }
}
@media (max-width: 767px) {
  #page.news-archive .sp-title-move {
    padding: 0 18px;
  }
  #page.news-archive .sp-title-move .header-page-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  #page.news-archive .sp-title-move .header-page-title .en-title {
    font-weight: 500;
    font-size: 33px;
    letter-spacing: 0.04em;
    margin-right: 30px;
  }
  #page.news-archive .sp-title-move .header-page-title .ja-title {
    font-size: 14px;
    line-height: 1.749661705;
  }
  #page.news-archive .news-archive-flex {
    margin-top: 0;
    padding: 0 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #page.news-archive .news-category-side {
    background-color: #fff;
    margin-bottom: 53px;
    width: 100%;
    top: 68px;
  }
  #page.news-archive .news-category-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #page.news-archive .news-category-list {
    width: 50%;
  }
  #page.news-archive .news-category-link {
    font-size: 14px;
    line-height: 2.2835714286;
  }
  #page.news-archive .news-archive-article {
    width: 100%;
  }
  #page.news-archive .news-article-list {
    background-image: none;
  }
  #page.news-archive .news-article-link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #page.news-archive .news-article-day {
    font-size: 14px;
    line-height: 1.75;
    display: block;
    width: 100px;
    margin-bottom: 5px;
  }
  #page.news-archive .news-article-category {
    display: block;
    width: calc(100% - 100px);
    margin-bottom: 5px;
  }
  #page.news-archive .news-article-title {
    width: 100%;
    background-image: url(../img/index/link-arrow.png);
    background-repeat: no-repeat;
    background-size: 14px 6px;
    background-position: right center;
    font-size: 14px;
  }
}