.l-header__nav-link.--news::after {
  bottom: -1.5rem;
}
.p-news-block {
  background-color: #fff;
  padding: 3rem 0;
  margin: 0 0 5rem;
  border-radius: 0 0 3rem 3rem;
}
@media only screen and (min-width: 769px) {
  .p-news-block {
    padding: 8rem 0 12rem;
    margin: -5rem 0 8rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-news-block {
    padding: 14rem 0 18rem;
    border-radius: 0 0 6rem 6rem;
  }
}
.p-news-block__inner {
  padding: 0 2rem !important;
  display: -ms-grid;
  display: grid;
  gap: 3rem 0;
}
@media only screen and (min-width: 1025px) {
  .p-news-block__inner {
    padding: 0 5rem !important;
    -ms-grid-columns: 1fr 0 71.5%;
    grid-template-columns: 1fr 71.5%;
    gap: 0;
  }
}
.p-news-block__sort {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2rem;
}
@media only screen and (min-width: 1025px) {
  .p-news-block__sort {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-news-block__sort-year {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-news-block__sort-year::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid #222;
  border-bottom: 2px solid #222;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  margin-block: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (min-width: 1025px) {
  .p-news-block__sort-year::after {
    width: 0.7rem;
    height: 0.7rem;
    right: 3rem;
  }
}
.p-news-block__sort-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15rem;
  height: 4.5rem;
  border-radius: 0.8rem;
  border: 1px solid rgba(34, 34, 34, 0.12);
  -webkit-box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.1);
  padding: 1rem 1.5rem 1rem 1.5rem;
  font-size: 1.3rem;
}
@media only screen and (min-width: 769px) {
  .p-news-block__sort-select {
    width: 20rem;
    height: 5.6rem;
    border-radius: 1.2rem;
    -webkit-box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.1);
    padding: 1.6rem 2.4rem 1.6rem 3.2rem;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-news-block__sort-tax.--sp {
    display: none;
  }
}
.p-news-block__sort-tax.--pc {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .p-news-block__sort-tax.--pc {
    display: -ms-grid;
    display: grid;
  }
}
.p-news-block__sort-tax {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1.6rem 0;
}
@media only screen and (min-width: 1025px) {
  .p-news-block__sort-tax {
    margin-top: 3rem;
  }
}
.p-news-block__sort-tax::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid #222;
  border-bottom: 2px solid #222;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  margin-block: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (min-width: 1025px) {
  .p-news-block__sort-tax::after {
    display: none;
  }
}
.p-news-block__sort-tax.sp-block {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .p-news-block__sort-tax.sp-block {
    display: none;
  }
}
.p-news-block__sort-tax.pc-block {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .p-news-block__sort-tax.pc-block {
    display: -ms-grid !important;
    display: grid !important;
  }
}
.p-news-block__sort-tax button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 12rem;
  min-height: 4rem;
  border-radius: 1.2rem;
  padding: 1.2rem 1.6rem;
  border: 1px solid rgba(34, 34, 34, 0.12);
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-news-block__sort-tax button.is-active {
  border: 1px solid #e03830;
  color: #e03830;
}
.p-news-block__list {
  display: -ms-grid;
  display: grid;
  gap: 1.6rem 0;
}
@media only screen and (min-width: 769px) {
  .p-news-block__list {
    gap: 3rem 0;
  }
}
.p-news-block__link {
  display: block;
  border-radius: 1.6rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 35% 1.5rem 1fr;
  grid-template-columns: 35% 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.2rem;
  gap: 0 1.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 769px) {
  .p-news-block__link {
    border-radius: 2.4rem;
    -ms-grid-columns: 22.5% 3.5rem 1fr;
    grid-template-columns: 22.5% 1fr;
    padding: 1.2rem 5.5rem 1.2rem 1.2rem;
    gap: 0 3.5rem;
  }
}
.p-news-block__img {
  aspect-ratio: 240/160;
  border-radius: 1.6rem;
  overflow: hidden;
}
.p-news-block__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-news-block__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .p-news-block__box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 10.5% 2.4rem 15.5% 2.4rem 1fr;
    grid-template-columns: 10.5% 15.5% 1fr;
    gap: 0 2.4rem;
  }
}
.p-news-block__date {
  font-size: 1.1rem;
  opacity: 0.5;
}
@media only screen and (min-width: 769px) {
  .p-news-block__date {
    font-size: 1.6rem;
  }
}
.p-news-block__tax {
  font-size: 1.1rem;
  font-weight: 500;
  color: #e03830;
  text-align: center;
  line-height: 1.3;
  border-radius: 0.8rem;
  border: 1px solid #e03830;
  padding: 0.4rem 1rem;
  word-break: normal;
}
@media only screen and (min-width: 769px) {
  .p-news-block__tax {
    font-size: 1.6rem;
    border-radius: 1.2rem;
    padding: 0.8rem 2.2rem;
  }
}
.p-news-block__ttl {
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .p-news-block__ttl {
    font-size: 1.8rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-news-block__ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #222;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1025px) {
  .p-news-block__link:hover {
    background-color: #f5f5f5;
  }
  .p-news-block__link:hover .p-news-block__ttl::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
