.news .pl-content .news-content {
  margin-top: 84px
}

@media (max-width: 767px) {
  .news .pl-content .news-content {
      margin-top:54px
  }
}

.news .pl-content .news-tab {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 18px 0;
  border-color: #b8cedd;
  border-width: 2px 0 2px 0;
  border-style: solid
}

@media only screen and (max-width: 1060px) {
  .news .pl-content .news-tab {
      flex-direction:column;
      align-items: center
  }
}

@media (max-width: 767px) {
  .news .pl-content .news-tab {
      padding:28px 0;
      gap: 8px
  }
}

.news .pl-content .news-tab-title {
  flex-shrink: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1em;
  letter-spacing: .1em
}

@media (max-width: 767px) {
  .news .pl-content .news-tab-title {
      font-size:14px;
      font-size: 1.4rem;
      line-height: 1em;
      letter-spacing: .1em
  }
}

.news .pl-content .news-tab-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 12px
}

@media only screen and (max-width: 1060px) {
  .news .pl-content .news-tab-wrap {
      flex-direction:column;
      align-items: center
  }
}

@media (max-width: 767px) {
  .news .pl-content .news-tab-wrap {
      gap:22px
  }
}

.news .pl-content .category-list,.news .pl-content .tag-list {
  display: flex;
  align-items: center
}

@media only screen and (max-width: 1060px) {
  .news .pl-content .category-list,.news .pl-content .tag-list {
      justify-content:center;
      flex-wrap: wrap
  }
}

.news .pl-content .category-list {
  gap: 12px
}

.news .pl-content .category-item a,.news .pl-content .category-item span {
  display: block;
  min-width: 144px;
  padding: 12px 8px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1em;
  letter-spacing: .1em;
  text-align: center;
  border-radius: 48px;
  border: 2px solid #6aa6c7;
  transition: all .4s
}

@media (max-width: 767px) {
  .news .pl-content .category-item a,.news .pl-content .category-item span {
      min-width:205px
  }
}

.news .pl-content .category-item a {
  cursor: pointer
}

@media only screen and (min-width: 768px) {
  .news .pl-content .category-item a:hover {
      color:#6aa6c7
  }
}

.news .pl-content .category-item.is-current span {
  border-color: #cadeeb;
  background: #cadeeb
}

.news .pl-content .tag-list {
  gap: 22px
}

@media (max-width: 767px) {
  .news .pl-content .tag-list {
      column-gap:25px;
      row-gap: 12px
  }
}

.news .pl-content .tag-item a,.news .pl-content .tag-item span {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1em;
  letter-spacing: .1em;
  color: #357fa7;
  text-decoration: underline;
  transition: all .4s
}

.news .pl-content .tag-item a {
  cursor: pointer
}

@media only screen and (min-width: 768px) {
  .news .pl-content .tag-item a:hover {
      color:#484b4e
  }
}

.news .pl-content .tag-item.is-current span {
  color: #484b4e
}

.news .pl-content .news-list {
  display: flex;
  flex-direction: column
}

@media (max-width: 767px) {
  .news .pl-content .news-list {
      max-width:450px;
      gap: 70px;
      margin: 58px auto 0
  }
}

.news .pl-content .news-item {
  padding: 60px 0;
  border-bottom: 2px solid #b8cedd
}

@media (max-width: 767px) {
  .news .pl-content .news-item {
      padding:0;
      border-bottom: none
  }
}

.news .pl-content .news-link {
  display: flex;
  gap: 5%;
  align-items: center;
  cursor: pointer
}

@media (max-width: 767px) {
  .news .pl-content .news-link {
      flex-direction:column;
      align-items: flex-start;
      gap: 28px
  }
}

@media only screen and (min-width: 768px) {
  .news .pl-content .news-link:hover .news-img img {
      transform:scale(1.1)
  }

  .news .pl-content .news-link:hover .news-text {
      color: #357fa7
  }
}

.news .pl-content .news-img {
  flex-shrink: 0;
  width: 340px;
  aspect-ratio: 340/220;
  overflow: hidden
}

@media (max-width: 767px) {
  .news .pl-content .news-img {
      width:100%
  }
}

.news .pl-content .news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 2s cubic-bezier(.1,.5,.2,1)
}

.news .pl-content .news-body {
  flex-grow: 1
}

.news .pl-content .news-body .c-news-term--tag {
  width: fit-content;
  min-width: unset;
  padding-left: 22px;
  padding-right: 22px;
  background: #e4edf0
}

.news .pl-content .news-body .news-text {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5555555556em;
  letter-spacing: .1em;
  margin-top: 16px;
  transition: all .4s
}

@media (max-width: 767px) {
  .news .pl-content .news-body .news-text {
      font-size:16px;
      font-size: 1.6rem;
      line-height: 1.75em;
      letter-spacing: .1em
  }
}

.news .pl-content .news-pagination {
  margin-top: 60px
}

@media (max-width: 767px) {
  .news .pl-content .news-pagination {
      margin-top:130px
  }
}

.news .pl-content .special-link {
  margin-top: 130px
}

@media (max-width: 767px) {
  .news .pl-content .special-link {
      margin-top:120px
  }
}

.news .pl-content .c-contact {
  margin-top: 120px
}

@media (max-width: 767px) {
  .news .pl-content .c-contact {
      margin-top:100px
  }
}

@media (max-width: 767px) {
  .news.eng .pl-content .c-news-meta {
      gap:10px
  }
}

.news.eng .pl-content .c-news-date {
  flex-shrink: 0
}

@media (max-width: 767px) {
  .news.eng .pl-content .c-news-date {
      font-size:14px;
      font-size: 1.4rem
  }
}

@media (max-width: 767px) {
  .news.eng .pl-content .c-news-term {
      font-size:11px;
      font-size: 1.1rem;
      line-height: 1.2em;
      letter-spacing: .05em
  }
}

.news.eng .pl-content .category-item:not(.is-current),.news.eng .pl-content .tag-item:not(.is-current) {
  cursor: pointer
}

.news.eng .pl-content .category-item:not(.is-current) {
  cursor: pointer
}

@media only screen and (min-width: 768px) {
  .news.eng .pl-content .category-item:not(.is-current):hover span {
      color:#6aa6c7
  }
}

.news.eng .pl-content .tag-item:not(.is-current) {
  cursor: pointer
}

@media only screen and (min-width: 768px) {
  .news.eng .pl-content .tag-item:not(.is-current):hover span {
      color:#484b4e
  }
}

/*# sourceMappingURL=news.min.css.map */