@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanmp_s-noto.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@400;500;700&display=swap");
.news-detail {
  padding-top: 10vw;
  padding-bottom: 10.6666666667vw;
  margin-bottom: 10.6666666667vw;
}

@media screen and (min-width: 769px) {
  .news-detail {
    padding: 75px 0 80px;
    margin-bottom: 80px;
  }
}
.c_news-detail-box {
  margin-top: 8vw;
}

@media screen and (min-width: 769px) {
  .c_news-detail-box {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 60px;
  }
}
@media screen and (min-width: 769px) {
  .c_news-detail-box .main-image {
    text-align: center;
  }
  .c_news-detail-box .main-image img {
    width: auto;
    max-width: 100%;
  }
}
.c_news-detail-box .date {
  font-size: 3.2vw;
}

@media screen and (min-width: 769px) {
  .c_news-detail-box .date {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.c_news-detail-box .c_news-detail-title {
  font-size: 4.8vw;
  margin-top: 2.6666666667vw;
  margin-bottom: 4vw;
}

@media screen and (min-width: 769px) {
  .c_news-detail-box .c_news-detail-title {
    font-size: 36px;
    font-size: 3.6rem;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.c_news-detail-box p {
  margin-top: 4vw;
  font-size: 3.2vw;
}

.c_news-detail-box p a {
  color: #009fe8;
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .c_news-detail-box p {
    margin-top: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
/* NEWS LIST styles
-----------------------------------------*/
.news-list-wrap {
  margin-top: 5.3333333333vw;
}

@media screen and (min-width: 769px) {
  .news-list-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: flex-start;
    gap: 44px;
  }
}
.c_news-box {
  transition: 0.5s;
}

.c_news-box:hover {
  opacity: 0.6;
}

.c_news-box a {
  display: flex;
}

@media screen and (min-width: 769px) {
  .c_news-box a {
    display: block;
  }
}
.c_news-box a .figure {
  width: 32.2666666667vw;
  margin-right: 2.6666666667vw;
}

@media screen and (min-width: 769px) {
  .c_news-box a .figure {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.c_news-box a .textWrap {
  flex: 1;
}

.c_news-box a .title {
  font-size: 3.7333333333vw;
  border-bottom: 1px solid #595757;
  padding-bottom: 0.6666666667vw;
  margin-bottom: 0.6666666667vw;
  line-height: 1.1071428571;
}

@media screen and (min-width: 769px) {
  .c_news-box a .title {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: -0.075rem;
    line-height: 1.4;
    min-height: 98px;
    display: flex;
    align-items: center;
  }
}
.c_news-box a .text {
  font-size: 3.2vw;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2916666667;
}

@media screen and (min-width: 769px) {
  .c_news-box a .text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.c_news-box a .date {
  font-size: 3.7333333333vw;
  color: #595757;
}

@media screen and (min-width: 769px) {
  .c_news-box a .date {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c_news-box + .c_news-box {
  margin-top: 5.3333333333vw;
}

@media screen and (min-width: 769px) {
  .c_news-box + .c_news-box {
    margin-top: 0;
  }
}
.news {
  padding-top: 10.6666666667vw;
  padding-bottom: 9.3333333333vw;
  position: relative;
}

@media screen and (min-width: 769px) {
  .news {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
.news:before {
  background-image: url(../../img/top/deco_spring_type01.svg);
  width: 100%;
  top: 30px;
  left: 0;
  width: 100%;
  height: 10.4vw;
  position: absolute;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}

@media screen and (min-width: 769px) {
  .news:before {
    height: 70.7px;
    background-repeat: repeat-x;
    background-position: left;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 70px;
    width: 100%;
    max-width: 1102px;
    background-size: contain;
  }
}
.pagination {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .pagination {
    margin-top: 6.6666666667vw;
  }
}
.pagination ul {
  display: flex;
  justify-content: center;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .pagination ul {
    gap: 1.3333333333vw;
  }
}
.pagination ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #971341;
  font-size: 16px;
  color: #971341;
  transition: all 0.15s linear;
}

@media screen and (max-width: 768px) {
  .pagination ul li {
    width: 8vw;
    height: 8vw;
    font-size: 3.2vw;
  }
}
.pagination ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #971341;
}

.pagination ul li span {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #971341;
}

.pagination ul li .current {
  background: #971341;
  color: #FFF;
}

.pagination ul li .arrow {
  display: inline-block;
  position: relative;
}

.pagination ul li .arrow.-next:before {
  display: block;
  position: absolute;
  top: 55%;
  right: var(--size-20);
  width: var(--size-25);
  height: var(--size-25);
  border-top: 2px solid var(--color-primary);
  border-right: 2px solid var(--color-primary);
  transform: translateY(-50%) rotate(37deg) skew(-15deg);
  content: "";
}

.pagination ul li .arrow.-pre:before {
  display: block;
  position: absolute;
  top: 55%;
  left: var(--size-20);
  width: var(--size-25);
  height: var(--size-25);
  border-top: 2px solid var(--color-primary);
  border-left: 2px solid var(--color-primary);
  transform: translateY(-50%) rotate(-37deg) skew(15deg);
  content: "";
}
/*# sourceMappingURL=news.css.map */
