.main {
  background-image: url(../img/news/news_bg.jpg);
  background-position: top left;
  background-repeat: repeat-x, repeat-y;
  background-size: cover;
  padding-top: 25px;
}

@media (min-width: 768px) {
  .news {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .news {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .news__wrapper {
    width: 93.33vw;
  }
}
.news__head {
  color: #fff;
  background-image: url(../img/news/news_title_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .news__head {
    width: 98.2vw;
    min-height: 220px;
  }
}
@media (max-width: 767px) {
  .news__head {
    height: 150px;
  }
}
.news__title .ja {
  letter-spacing: 0.18em;
}
@media (min-width: 768px) {
  .news__title .ja {
    font-size: 34px;
    line-height: 54px;
  }
}
@media (max-width: 767px) {
  .news__title .ja {
    font-size: 21px;
    line-height: 30px;
  }
}
.news__title .en {
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .news__title .en {
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .news__title .en {
    line-height: 28px;
  }
}
@media (min-width: 768px) {
  .news__body {
    max-width: 1410px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .news__body {
    width: 88vw;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .news__flex {
    display: block;
  }
}
@media (min-width: 768px) {
  .news__main {
    flex: 1;
    margin-left: 50px;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .news__main {
    margin-left: 0;
  }
}
.news__items {
  list-style: none;
}
@media (min-width: 768px) {
  .news__items {
    gap: 50px 30px;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .news__items {
    width: 610px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .news__items {
    width: 88vw;
    gap: 15px 0;
  }
}
.news__item {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .news__item {
    width: calc(33.3333333333% - 30px);
    max-width: 290px;
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .news__item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .news__item {
    width: 100%;
  }
}
.news__box {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .news__box {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .news__box {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 15px;
  }
}
.news__container {
  display: flex;
}
@media (min-width: 768px) {
  .news__container {
    flex-direction: column;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .news__img {
    width: 30.93vw;
  }
}
.news__img img {
  object-fit: cover;
}
@media (min-width: 768px) {
  .news__img img {
    width: 100%;
    max-width: 290px;
    height: 183px;
  }
}
@media (max-width: 767px) {
  .news__img img {
    width: 30.93vw;
    height: 19.47vw;
  }
}
@media (max-width: 767px) {
  .news__text {
    flex: 1;
    margin-left: 15px;
  }
}
.news__cat span {
  display: inline-block;
  background-color: #fff;
  color: #3765cf;
  border: 1px solid #3765cf;
  border-radius: 50px;
}
@media (min-width: 768px) {
  .news__cat span {
    padding: 3px 20px;
  }
}
@media (max-width: 767px) {
  .news__cat span {
    padding: 1px 10px;
  }
}
.news__date {
  color: #3765cf;
}
.news__h3 {
  line-height: 24px;
}
@media (min-width: 768px) {
  .news__btnarea {
    margin-top: auto;
  }
}
.news__btn {
  height: 45px;
  background-color: #3795eb;
  color: #fff;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .news__btn {
    width: 100%;
    max-width: 245px;
  }
}
@media (max-width: 767px) {
  .news__btn {
    width: 65.33vw;
  }
}
.news__btn span {
  position: relative;
  padding-right: 30px;
}
.news__btn span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 19px;
  height: 21px;
  background-image: url(../img/common/icon_pdf.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.news__pagination {
  background-color: #fff;
  padding: 40px 25px;
}
@media (max-width: 767px) {
  .news__pagination {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.news__pagination ul {
  list-style: none;
}
@media (min-width: 768px) {
  .news__side {
    width: 380px;
  }
}
@media (min-width: 900px) and (max-width: 1366px) {
  .news__side {
    width: 27.82vw;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .news__side {
    width: 330px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .news__side {
    width: 88vw;
  }
}
.news__ul {
  list-style: none;
  background-color: #fff;
  border-top: 1px solid #3765cf;
  border-bottom: 1px solid #3765cf;
}
.news__li {
  position: relative;
  color: #656565;
  line-height: 32px;
  padding: 10px 40px 10px 30px;
}
.news__li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #3765cf;
  border-right: 1px solid #3765cf;
  transform: rotate(45deg);
}
.news__li + .news__li {
  border-top: 1px solid #3765cf;
}

.wp-pagenavi {
  display: table;
  font-size: 16px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
}

.wp-pagenavi a {
  text-align: center;
}

.wp-pagenavi a.page:hover {
  background: #3765cf;
  color: #fff;
}

.wp-pagenavi .current, .wp-pagenavi a.page {
  background-color: #f2f2f2;
  color: #aaabab;
  border-radius: 0;
  margin: 0 6px;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi .current {
  font-weight: bold;
  border: 1px solid #3765cf;
  background: #fff;
  color: #3765cf;
}

.wp-pagenavi .first, .wp-pagenavi .extend {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

.wp-pagenavi .first, .wp-pagenavi .last {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.wp-pagenavi .previouspostslink {
  color: #aaabab;
  margin-right: 10px;
}

.wp-pagenavi .nextpostslink {
  color: #3765cf;
  margin-left: 10px;
}/*# sourceMappingURL=news.css.map */