/* fonts */
/* color */
/* gradation */
.news .section--01 {
  background: url("../img/news/fv-bg.webp") no-repeat center center/cover;
}
.news .section--01 .section__inner {
  width: 79.5%;
  margin: 125px auto 0;
  padding: 96px 0;
}
.news .section--01 .section__inner h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  color: #333;
  font-weight: 400;
}
.news .section--01 .section__inner h1 span {
  position: relative;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  margin-bottom: 22px;
}
.news .section--01 .section__inner h1 span::after {
  content: "";
  position: absolute;
  left: 2px;
  bottom: -3px;
  height: 2px;
  width: 17px;
  background: -webkit-gradient(linear, right top, left top, from(#18a4fc), to(#162a89));
  background: linear-gradient(to left, #18a4fc, #162a89);
}
.news .section--02 .section__inner {
  width: 79.5%;
  margin: 47px auto 0;
  padding-bottom: 120px;
}
.news .section--02 .section__inner .category-filter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news .section--02 .section__inner .category-filter ul li {
  background-color: #e9ecf0;
  border-radius: 1000px;
}
@media only screen and (max-width:1250px) {
  .news .section--02 .section__inner .category-filter ul li {
    padding: 10px 30px;
  }
}
.news .section--02 .section__inner .category-filter ul li a {
  display: inline-block;
  padding: 10px 40px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333;
}
.news .section--02 .section__inner .category-filter ul li.active {
  background-color: #162a89;
}
.news .section--02 .section__inner .category-filter ul li.active a {
  color: #fff;
}
.news .section--02 .section__inner .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 47px;
  padding-bottom: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
}
.news .section--02 .section__inner .box .box__item {
  width: calc(33.3% - 20px);
  background: #fff;
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0px 20px rgba(0, 0, 0, 0.08);
}
.news .section--02 .section__inner .box .box__item a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.news .section--02 .section__inner .box .box__item .image {
  overflow: hidden;
}
.news .section--02 .section__inner .box .box__item .image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 200px;
  aspect-ratio: 342/174;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .section--02 .section__inner .box .box__item .title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  padding: 24px 28px 10px;
}
.news .section--02 .section__inner .box .box__item .cont {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news .section--02 .section__inner .box .box__item .cont-footer {
  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: 0 28px 20px;
}
.news .section--02 .section__inner .box .box__item .cont-footer .date {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #333;
}
@media only screen and (max-width:1250px) {
  .news .section--02 .section__inner .box .box__item .cont-footer .date span {
    display: inline-block;
  }
}
.news .section--02 .section__inner .box .box__item .cont-footer .view-more {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news .section--02 .section__inner .box .box__item .cont-footer .view-more span {
  white-space: nowrap;
}
.news .section--02 .section__inner .box .box__item .cont-footer .view-more img {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  margin-left: 8px;
}

@media only screen and (max-width:1250px) {
  .news .section--01 .section__inner {
    margin-top: 74px;
  }
}
@media only screen and (max-width:960px) {
  .news .section--01 {
    background: url("../img/news/fv-bg-sp.webp") no-repeat center center/cover;
  }
  .news .section--01 .section__inner {
    padding: 51.5px 0;
  }
  .news .section--01 .section__inner h1 {
    font-size: 32px;
  }
  .news .section--02 .section__inner {
    width: 80.5%;
    margin-top: 29px;
    padding-bottom: 73px;
  }
  .news .section--02 .section__inner .category-filter ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news .section--02 .section__inner .category-filter ul li {
    padding: 5px 25px;
  }
  .news .section--02 .section__inner .box {
    margin-top: 41px;
    gap: 20px;
  }
  .news .section--02 .section__inner .box .box__item {
    width: calc(50% - 10px);
  }
  .news .section--02 .section__inner .box .box__item .image img {
    max-height: none;
    aspect-ratio: 302/153;
  }
  .news .section--02 .section__inner .box .box__item .title {
    padding: 22px 20px 10px;
  }
  .news .section--02 .section__inner .box .box__item .cont-footer {
    padding: 0 20px 12px;
  }
}
@media only screen and (max-width:600px) {
  .news .section--01 .section__inner {
    margin-top: 74px;
    padding: 51.5px 0;
  }
  .news .section--01 .section__inner h1 {
    font-size: 32px;
  }
  .news .section--02 .section__inner {
    width: 80.5%;
    margin-top: 29px;
    padding-bottom: 73px;
  }
  .news .section--02 .section__inner .category-filter ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news .section--02 .section__inner .category-filter ul li {
    padding: 5px 25px;
  }
  .news .section--02 .section__inner .box {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 41px;
  }
  .news .section--02 .section__inner .box .box__item {
    width: 100%;
  }
  .news .section--02 .section__inner .box .box__item .image img {
    max-height: none;
  }
  .news .section--02 .section__inner .box .box__item .title {
    font-size: 14px;
    padding: 22px 20px 10px;
  }
  .news .section--02 .section__inner .box .box__item .cont-footer {
    font-size: 10px;
    padding: 0 20px 12px;
  }
  .news .section--02 .section__inner .box .box__item .cont-footer .date {
    font-size: 10px;
  }
}