@charset "UTF-8";
.news .inner {
  position: static;
  padding-bottom: 10px;
}
.news .inner.news__link-wrap {
  padding-top: 0;
}
@media screen and (min-width: 1250px) {
  .news .inner.news__link-wrap {
    padding-bottom: 150px;
  }
}
.news__wrap {
  position: relative;
  width: 100%;
  justify-content: space-between;
  gap: 10px;
}
.news .sec__subtitle {
  line-height: 1;
}
.news .sec__subtitle:after {
  top: 9px;
}
.news__category {
  width: 100%;
}
@media (min-width: 768px) {
  .news__category {
    width: 30%;
  }
}
.news__category-area {
  width: 100%;
  padding-left: 35px;
}
.news__category-list {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .news__category-list {
    padding: 0;
  }
}
.news__category-list-item {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  padding-left: 1.2em;
  margin-bottom: 25px;
  cursor: pointer;
  transition: all 0.4s ease;
}
.news__category-list-item::before {
  display: inline-block;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  background: var(--main-color);
}
@media (min-width: 768px) {
  .news__category-list-item {
    display: block;
    padding-right: 0;
    padding-left: 24px;
  }
}
.news__category-list-item.active {
  color: var(--main-color);
}
.news__category .link-more {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .news__category .link-more {
    margin-top: 60px;
    padding: 0;
  }
}
.news__category .link-more .box-line-lr {
  position: relative;
  margin-left: 0;
  width: 68px;
}
.news__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 1px var(--middlegray-bg-color) solid;
  opacity: 1;
  transition: opacity 0.2s ease;
}
@media (min-width: 768px) {
  .news__list {
    flex-wrap: wrap;
  }
}
.news__list-area {
  right: 0;
  flex: 1;
}
@media (min-width: 768px) {
  .news__list-area {
    width: 100vw;
  }
}
@media screen and (min-width: 1250px) {
  .news__list-area {
    padding-left: calc((100vw - 1220px) / 2 + 320px); /* 中央揃えを打ち消して右端に */
  }
}
.news__list-item {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-bottom: 1px #666 solid;
  /*&:first-of-type{
      background: var(--lightgray-bg-color);
  }*/
  opacity: 1;
  visibility: visible;
  height: auto;
  margin: initial;
  padding: 20px 35px;
  overflow: hidden;
  transition: opacity 0.6s ease, visibility 0.4s ease, height 0.4s ease, padding-top 0.4s, padding-bottom 0.4s;
}
@media (min-width: 768px) {
  .news__list-item {
    flex-direction: row;
    gap: 60px;
  }
}
@media (min-width: 768px) {
  .news__list-item {
    padding: 30px 40px;
  }
}
.news__list-thumbnail {
  width: 100%;
}
@media (min-width: 768px) {
  .news__list-thumbnail {
    max-width: 220px;
  }
}
.news__list-meta {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .news__list-meta {
    gap: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
.news__list-date {
  color: var(--middlegray-bg-color);
}
.news__list-category {
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
  background: var(--darkgray-bg-color);
}
@media (min-width: 768px) {
  .news__list-category {
    margin-bottom: 15px;
  }
}
.news__list-content {
  flex: 1;
  width: 80%;
}
.news__list-text {
  line-height: 1.6;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .news__list-text {
    margin-top: 30px;
  }
}
.news__link {
  display: block;
  text-align: right;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .news__link {
    margin-top: 60px;
  }
}
.news__link-detail {
  flex: 1;
}
.news__detail {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 30px;
}
.news__detail-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  font-weight: 500;
}
.news__detail hr {
  margin: 20px 0;
  border: 0;
  border-bottom: 1px solid #000;
}
.news__detail-thumbnail img {
  width: auto;
}/*# sourceMappingURL=news.css.map */