@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
.p-secNewsIndex {
  position: relative;
  background: linear-gradient(to bottom, transparent 0%, #F5F8F8 30%, #F5F8F8 100%);
}
@media screen and (min-width: 769px) {
  .p-secNewsIndex {
    padding-top: 0;
    margin-top: -120px;
    padding-bottom: 170px;
  }
}
@media screen and (max-width: 768px) {
  .p-secNewsIndex {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-secNewsIndex_filter {
    display: none;
  }
}
.p-secNewsIndex_filter ul {
  display: flex;
  justify-content: flex-end;
}
.p-secNewsIndex_filter ul li + li {
  margin-left: 10px;
}
.p-secNewsIndex_filter ul li a {
  transition: 0.4s ease-out;
  background: #355662;
  border: 1px solid #355662;
  padding: 10px 20px;
  border-radius: 100px;
  text-decoration: none;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .p-secNewsIndex_filter ul li a {
    font-size: clamp(14px * 0.8, 0.9722222222vw, 14px);
  }
}
.p-secNewsIndex_filter ul li a::before {
  content: "#";
}
.p-secNewsIndex_filter ul li a:hover, .p-secNewsIndex_filter ul li a.is-current {
  background: #fff;
  border: 1px solid #355662;
  color: #355662;
}
@media screen and (min-width: 769px) {
  .p-secNewsIndex_cnt1 {
    margin-top: 60px;
  }
}
@media screen and (min-width: 769px) {
  .p-secNewsIndex_cnt1 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .p-secNewsIndex_cnt1 ul li {
    flex-basis: 48.4375%;
    margin-top: 2.34375%;
  }
}
@media screen and (max-width: 768px) {
  .p-secNewsIndex_cnt1 ul li + li {
    margin-top: 5.3333333333vw;
  }
}
.p-secNewsIndex_cnt1 ul li a {
  transition: 0.4s ease-out;
  text-decoration: none;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .p-secNewsIndex_cnt1 ul li a {
    display: flex;
    align-items: start;
    border-radius: 5px;
    padding: 30px 40px;
    padding: 4.6875% 6.25%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-secNewsIndex_cnt1 ul li a {
    display: block;
    border-radius: 1.3333333333vw;
    padding: 5.3333333333vw;
  }
}
.p-secNewsIndex_cnt1 ul li a ._img {
  overflow: hidden;
  background: #ddd;
}
@media screen and (min-width: 769px) {
  .p-secNewsIndex_cnt1 ul li a ._img {
    flex-basis: 51.8518518519%;
    min-width: 51.8518518519%;
    border-radius: 5px;
    aspect-ratio: 280/210;
  }
}
@media screen and (max-width: 768px) {
  .p-secNewsIndex_cnt1 ul li a ._img {
    aspect-ratio: 290/217;
    border-radius: 1.3333333333vw;
  }
}
.p-secNewsIndex_cnt1 ul li a ._img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .p-secNewsIndex_cnt1 ul li a ._txt {
    margin-left: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
  }
}
.p-secNewsIndex_cnt1 ul li a ._txt ._date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #A7B8BF;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .p-secNewsIndex_cnt1 ul li a ._txt ._date {
    font-size: clamp(14px * 0.8, 0.9722222222vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .p-secNewsIndex_cnt1 ul li a ._txt ._date {
    display: inline-block;
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secNewsIndex_cnt1 ul li a ._txt ._title {
    margin-top: 10px;
    margin-bottom: 10px;
    flex-grow: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-secNewsIndex_cnt1 ul li a ._txt ._title {
    margin-top: 1.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.p-secNewsIndex_cnt1 ul li a ._txt ._category {
  border: 1px solid #A7B8BF;
  border-radius: 100px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #355662;
  line-height: 1;
  padding: 10px 15px;
}
@media screen and (min-width: 769px) {
  .p-secNewsIndex_cnt1 ul li a ._txt ._category {
    font-size: clamp(14px * 0.8, 0.9722222222vw, 14px);
  }
}
.p-secNewsIndex_cnt1 ul li a ._txt ._category::before {
  content: "#";
}
@media screen and (max-width: 768px) {
  .p-secNewsIndex_cnt1 ul li a ._txt ._category {
    display: inline-block;
    padding: 2.1333333333vw 4vw;
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secNewsIndex_cnt1 ul li a:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.5);
  }
}
.p-secNewsIndex_pagination {
  margin-top: 170px;
}
@media screen and (max-width: 768px) {
  .p-secNewsIndex_pagination {
    margin-top: 9.3333333333vw;
  }
}
.p-secNewsIndex_pagination ul {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .p-secNewsIndex_pagination ul li {
    font-size: clamp(20px * 0.8, 1.3888888889vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .p-secNewsIndex_pagination ul li {
    font-size: 5.3333333333vw;
  }
}
.p-secNewsIndex_pagination ul li a {
  display: block;
  color: #A7B8BF;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .p-secNewsIndex_pagination ul li a {
    padding: 2.6666666667vw;
  }
}
.p-secNewsIndex_pagination ul li span {
  display: block;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .p-secNewsIndex_pagination ul li span {
    padding: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secNewsIndex_pagination ul li._first {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-secNewsIndex_pagination ul li._last {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-secNewsIndex_pagination ul li._link {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-secNewsIndex_pagination ul li._dot {
    display: none;
  }
}
.p-secNewsIndex_pagination ul li._dot span {
  color: #A7B8BF;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .p-secNewsIndex_pagination ul li._pagecount {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-secNewsIndex_pagination ul li._pagecount span {
    display: block;
    position: relative;
    color: #A7B8BF;
    padding-left: 8vw;
  }
  .p-secNewsIndex_pagination ul li._pagecount span::before {
    content: "";
    display: block;
    width: 1px;
    height: 1em;
    background: #A7B8BF;
    position: absolute;
    z-index: 1;
    top: 5.6vw;
    left: 2.6666666667vw;
    transform: rotate(15deg);
  }
}
@media screen and (max-width: 768px) {
  .p-secNewsIndex_pagination ul li._btn_prev, .p-secNewsIndex_pagination ul li._btn_next {
    position: absolute;
  }
}
.p-secNewsIndex_pagination ul li._btn_prev a, .p-secNewsIndex_pagination ul li._btn_next a {
  padding: 0;
  transition: 0.4s ease-out;
  width: 60px;
  height: 60px;
  background: #A7B8BF;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-secNewsIndex_pagination ul li._btn_prev a, .p-secNewsIndex_pagination ul li._btn_next a {
    width: 16vw;
    height: 16vw;
  }
}
.p-secNewsIndex_pagination ul li._btn_prev a > span, .p-secNewsIndex_pagination ul li._btn_next a > span {
  opacity: 0;
  user-select: none;
  position: absolute;
}
.p-secNewsIndex_pagination ul li._btn_prev a::after, .p-secNewsIndex_pagination ul li._btn_next a::after {
  transition: 0.4s ease-out;
  position: relative;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p-secNewsIndex_pagination ul li._btn_prev a::after, .p-secNewsIndex_pagination ul li._btn_next a::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secNewsIndex_pagination ul li._btn_prev a:hover, .p-secNewsIndex_pagination ul li._btn_next a:hover {
    background: #355662;
  }
  .p-secNewsIndex_pagination ul li._btn_prev a:hover::after, .p-secNewsIndex_pagination ul li._btn_next a:hover::after {
    border-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .p-secNewsIndex_pagination ul li._btn_prev {
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-secNewsIndex_pagination ul li._btn_prev a {
    margin-right: 65px;
  }
}
@media screen and (max-width: 768px) {
  .p-secNewsIndex_pagination ul li._btn_prev a {
    margin-right: 4vw;
  }
}
.p-secNewsIndex_pagination ul li._btn_prev a::after {
  right: -2px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .p-secNewsIndex_pagination ul li._btn_next {
    right: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-secNewsIndex_pagination ul li._btn_next a {
    margin-left: 65px;
  }
}
@media screen and (max-width: 768px) {
  .p-secNewsIndex_pagination ul li._btn_next a {
    margin-left: 4vw;
  }
}
.p-secNewsIndex_pagination ul li._btn_next a::after {
  left: -2px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.p-secNewsDetail {
  position: relative;
  padding-top: 0;
  background: linear-gradient(to bottom, transparent 0%, #F5F8F8 30%, #F5F8F8 100%);
}
@media screen and (max-width: 768px) {
  .p-secNewsDetail {
    padding-bottom: 13.3333333333vw;
  }
}
.p-secNewsDetail_cnt1 {
  position: relative;
}
.p-secNewsDetail_cnt1::before {
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  background: #fff;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .p-secNewsDetail_cnt1::before {
    left: -40px;
    right: -40px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-secNewsDetail_cnt1::before {
    left: -5.3333333333vw;
    right: -5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secNewsDetail_cnt1 {
    padding-top: 7.03125%;
    padding-bottom: 9.375%;
  }
}
@media screen and (max-width: 768px) {
  .p-secNewsDetail_cnt1 {
    padding-top: 10.6666666667vw;
    padding-bottom: 14.1333333333vw;
  }
}
.p-secNewsDetail_cnt1 > ._title {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #DCE2E3;
}
@media screen and (min-width: 769px) {
  .p-secNewsDetail_cnt1 > ._title {
    max-width: 956px;
    padding-bottom: 50px;
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-secNewsDetail_cnt1 > ._title {
    padding-bottom: 9.3333333333vw;
    margin-bottom: 9.3333333333vw;
  }
}
.p-secNewsDetail_cnt1 > ._title ._date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #A7B8BF;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .p-secNewsDetail_cnt1 > ._title ._date {
    font-size: clamp(14px * 0.8, 0.9722222222vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .p-secNewsDetail_cnt1 > ._title ._date {
    font-size: 3.7333333333vw;
  }
}
.p-secNewsDetail_cnt1 > ._title ._category {
  border: 1px solid #A7B8BF;
  border-radius: 100px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #355662;
  line-height: 1;
  padding: 10px 15px;
}
@media screen and (min-width: 769px) {
  .p-secNewsDetail_cnt1 > ._title ._category {
    font-size: clamp(14px * 0.8, 0.9722222222vw, 14px);
  }
}
.p-secNewsDetail_cnt1 > ._title ._category::before {
  content: "#";
}
@media screen and (max-width: 768px) {
  .p-secNewsDetail_cnt1 > ._title ._category {
    display: inline-block;
    padding: 2.1333333333vw 4vw;
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.p-secNewsDetail_cnt1 > ._title ._title {
  flex-basis: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .p-secNewsDetail_cnt1 > ._title ._title {
    font-size: clamp(20px * 0.8, 1.3888888889vw, 20px);
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-secNewsDetail_cnt1 > ._title ._title {
    font-size: 5.3333333333vw;
    margin-top: 8vw;
  }
}
.p-secNewsDetail_nav {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-secNewsDetail_nav {
    margin-top: 8vw;
  }
}
.p-secNewsDetail_nav ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-secNewsDetail_nav ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-secNewsDetail_nav ul li.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.p-secNewsDetail_nav ul li._prev {
  flex-basis: 50%;
  height: 110px;
}
@media screen and (max-width: 768px) {
  .p-secNewsDetail_nav ul li._prev {
    height: 29.3333333333vw;
  }
}
.p-secNewsDetail_nav ul li._next {
  flex-basis: 50%;
  height: 110px;
}
@media screen and (max-width: 768px) {
  .p-secNewsDetail_nav ul li._next {
    height: 29.3333333333vw;
  }
}
.p-secNewsDetail_nav ul li._top {
  flex-basis: 100%;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #DCE2E3;
}
@media screen and (max-width: 768px) {
  .p-secNewsDetail_nav ul li._top {
    margin-top: 6.6666666667vw;
    padding-top: 6.6666666667vw;
  }
}
.p-secNewsDetail_nav ul li._top::before {
  content: "";
  display: block;
  width: 1px;
  height: 110px;
  background: #DCE2E3;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-secNewsDetail_nav ul li._top::before {
    height: 29.3333333333vw;
  }
}

@media screen and (min-width: 769px) {
  .p-block {
    max-width: 956px;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-block {
    margin-top: 13.3333333333vw;
  }
}
.p-block.-editor {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-block.-editor {
    margin-top: 13.3333333333vw;
  }
}
.p-block.-editor.-type2 {
  border: 1px solid #DCE2E3;
  padding: 60px 50px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .p-block.-editor.-type2 {
    padding: 8vw 6.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}
.p-block.-img {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-block.-img {
    margin-top: 18.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-block.-img ul {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .p-block.-img ul li {
    margin: 0 8px;
  }
}
@media screen and (max-width: 768px) {
  .p-block.-img ul li + li {
    margin-top: 8vw;
  }
}
.p-block.-img ul li ._img {
  overflow: hidden;
  border-radius: 5px;
}
.p-block.-img ul li ._img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-block.-img ul li ._caption {
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .p-block.-img ul li ._caption {
    margin-top: 5px;
    font-size: clamp(14px * 0.8, 0.9722222222vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .p-block.-img ul li ._caption {
    margin-top: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-block.-img.-col1 ul li {
    max-width: 940px;
  }
}
@media screen and (min-width: 769px) {
  .p-block.-img.-col2 ul {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .p-block.-img.-col2 ul li {
    max-width: 420px;
  }
}
.p-block.-title {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-block.-title {
    margin-top: 18.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-block.-title h4 {
    font-size: clamp(20px * 0.8, 1.3888888889vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .p-block.-title h4 {
    font-size: 5.3333333333vw;
  }
}
.p-block.-link {
  background: #e9eeef;
}
@media screen and (min-width: 769px) {
  .p-block.-link {
    padding: 30px 50px;
    margin-top: 60px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-block.-link {
    margin-top: 16vw;
    padding: 8vw 5.3333333333vw;
    border-radius: 1.3333333333vw;
  }
}
.p-block.-link a {
  word-break: break-all;
}/*# sourceMappingURL=news.css.map */