@charset "UTF-8";
/*================================
root index
================================*/
.p-index__news {
  padding-bottom: 64px;
  position: relative;
}

.p-index__news .p-index__news-list .c-news-item a {
    padding: 20px;
    color: #343538;
  }
@media screen and (max-width: 767px) {
  .p-index__news .p-index__news-list .c-news-item a {
    padding: 14px 16px 14px 0;
  }
}

.p-index__news .p-index__news-more {
  width: 240px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-index__news .p-index__news-more {
    width: 100%;
  }
}
/*================================
common
================================*/
#news ul.pnkz {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 4px;
  margin-bottom: -4px;
}
@media screen and (max-width: 575px) {
  #news ul.pnkz {
    overflow: scroll;
  }
}
.c-news-content {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  color: #343538;
  padding-bottom: 70px;
}
@media screen and (max-width: 1023px) {
  .c-news-content {
    flex-direction: column;
    gap: 48px;
  }
}
@media screen and (max-width: 575px) {
  .c-news-content {
    padding-bottom: 48px;
  }
}

.c-news-categories {
  flex: 0 0 230px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 1023px) {
  .c-news-categories {
    flex-basis: auto;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.c-news-category {
  display: block;
  width: 100%;
  font-size: 18px;
  padding-left: 24px;
  padding-right: 24px;
  height: 42px;
  line-height: 42px;
  font-weight: 700;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 1023px) {
  .c-news-category {
    width: calc(50% - 4px);
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .c-news-category {
    width: 100%;
    font-size: 17px;
    height: 36px;
    line-height: 36px;
  }
}

.c-news-category.is-active {
  background: #c6c1af;
}

.c-news-category.is-passive {
  background: #e8e4dd;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-news-category.is-passive:hover{
  opacity: 0.8;
}

.c-news-head {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.16em;
  padding-left: 14px;
  padding-bottom: 25px;
  position: relative;
}

.c-news-head::before,
.c-news-head::after {
  content: '';
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.c-news-head::before {
  width: 66.3158%;
  background: #8c8f93;
  z-index: 1;
}

.c-news-head::after {
  width: 100%;
  background: #e8e4dd;
}

.c-news-head + .c-news-list {
  margin-top: 32px;
}

@media screen and (max-width: 1023px) {
  .c-news-head {
    font-size: 18px;
    padding-left: 0;
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 575px) {
  .c-news-head {
    padding-bottom: 12px;
  }
  .c-news-head::before,
  .c-news-head::after {
    height: 3px;
  }
  .c-news-head + .c-news-list {
  margin-top: 28px;
  }
}

.c-news-list {

}

.c-news-item {
  border-top: solid 1px #e2e3e4;

}
.c-news-item:last-of-type {
  border-bottom: solid 1px #e2e3e4;
}

.c-news-item a {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 16px;
  background: #fff;
  display: flex;
  -webkit-transition: filter 0.3s;
  transition: filter 0.3s;
}
.c-news-item a:hover{
  -webkit-filter: brightness(0.95);
  filter: brightness(0.95);
}
@media screen and (max-width: 767px) {
  .c-news-item a {
    flex-direction: column;
    gap: 12px;
  }
}

.c-news-info {
  display: flex;
}

.c-news-time {
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 30px;
  color: #999;
}
@media screen and (max-width: 575px) {
  .c-news-time {
    font-size: 15px;
    line-height: 26px;
  }
}

.c-news-label {
  flex-shrink: 0;
  margin-left: 20px;
  width: 150px;
  height: 30px;
  line-height: 30px;
  background: #8c8f93;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .c-news-label {
    width: 130px;
    height: 26px;
    line-height: 26px;
  }
}

.c-news-ttl {
  margin-left: 22px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .c-news-ttl {
    margin-left: 0;
    line-height: 1.5;
  }
}
@media screen and (max-width: 575px) {
  .c-news-ttl {
    font-size: 15px;
  }
}

.c-news-new {
  display: inline-block;
  margin-left: 8px;
  color: #FF000F;
  font-size: 12px;
}

.c-post-links {
  margin-top: 22px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .c-post-links {
    margin-top: 18px;
  }
}

.c-post-link {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.16em;
}
.c-post-link .arrow {
  font-feature-settings: "palt";
}
@media screen and (max-width: 575px) {
  .c-post-link {
    font-size: 14px;
  }
}

.c-post-link__prev {

}

.c-post-link__next {

}

/*================================
p-news
================================*/
.p-news-blocks {
  margin-top: 4px;
  flex: 0 1 912px;
}
@media screen and (max-width: 1023px) {
  .p-news-blocks {
    flex-basis: auto;
  }
}

.p-news-block + .p-news-block {
  margin-top: 80px;
}
@media screen and (max-width: 575px) {
  .p-news-block + .p-news-block {
    margin-top: 64px;
  }
}

/*================================
p-single
================================*/
.p-single-block {
  margin-top: 4px;
  flex: 0 1 912px;
}
@media screen and (max-width: 1023px) {
  .p-single-block {
    flex-basis: auto;
  }
}

.p-single-info {
  margin-top: 18px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .p-single-info {
    margin-top: 14px;
  }
}

.p-single-new {
  margin-left: 4px;
}

.p-single-ttl {
  margin-top: 30px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 1023px) {
  .p-single-ttl {
    margin-top: 24px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-single-ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .p-single-ttl {
    margin-top: 20px;
    font-size: 18px;
  }
}

.p-single-img {
  margin-top: 32px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .p-single-img {
    margin-top: 24px;
  }
}
@media screen and (max-width: 575px) {
  .p-single-img {
    margin-top: 20px;
  }
}

.p-single-txt {
  margin-top: 32px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.16em;
  padding-bottom: 40px;
  border-bottom: solid 1px #8c8f93;
}
.p-single-txt p {
  margin-top: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 1023px) {
  .p-single-txt {
    margin-top: 24px;
  }
}
@media screen and (max-width: 575px) {
  .p-single-txt {
    margin-top: 20px;
    padding-bottom: 24px;
  }
}