@charset "UTF-8";
/* お知らせ・コラム css */
.sec01 {
  padding-top: 170px;
  padding-bottom: 20px;
  background-image: url(../images/news/bg-sec01.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 325px;
}
.sec01 h1 {
  text-align: center;
}
.sec01 h1 + .en {
  text-align: center;
  text-shadow: -2px -2px 0 #fff, -2px 0 0 #fff, -2px 2px 0 #fff, 0 -2px 0 #fff,
    0 2px 0 #fff, 2px -2px 0 #fff, 2px 0 0 #fff, 2px 2px 0 #fff;
}

@media screen and (max-width: 960px) {
}
@media screen and (max-width: 560px) {
  main {
    padding-top: 70px;
  }
  .sec01 {
    padding-top: 30px;
    padding-bottom: 40px;
    background-image: url(../images/news/bg-sec01SP.png);
    background-size: auto 85%;
  }
  .sec01 h1 {
    font-size: 8.4vw;
    line-height: 1;
  }
}

/* sec02 お知らせ・コラム一覧 */
.sec02 {
  padding-top: 45px;
  padding-bottom: 120px;
}
.sec02 .h-bg {
  left: 0;
  border-radius: 0 30px 30px 0;
}
.sec02 h2 {
  margin-bottom: 80px;
}
.sec02 .card__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url(../images/common/ico-arrow-right03.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 19px auto;
}
.sec02 .card__item h3 {
  padding-right: 20px;
}
.sec02 .card__item ~ .card__item {
  border-top: 1px solid #b9b9b9;
}
.sec02 p {
  padding-top: 45px;
}
.sec02 .cat__item {
  width: 135px;
  line-height: 35px;
  text-align: center;
  border-radius: 30px;
}
.sec02 .cat2 {
  border: 2px solid #1b5cc3;
}
.sec02 .cat3 {
  border: 2px solid #69b800;
}
.archive-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.archive-pagination .page-numbers {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid currentColor;
  border-radius: 5px;
  transition: all 0.3s;
}
.archive-pagination .page-numbers.current,
.archive-pagination .page-numbers:hover {
  color: #fff;
  background-color: #69b800;
  opacity: 1;
}
.archive-pagination .page-numbers.prev,
.archive-pagination .page-numbers.next {
  background-repeat: no-repeat;
  background-size: 19px auto;
}
.archive-pagination .page-numbers.prev {
  background-image: url(../images/common/ico-arrow-left03.png);
  background-position: center center;
}
.archive-pagination .page-numbers.next {
  background-image: url(../images/common/ico-arrow-right03.png);
  background-position: center center;
}
.archive-pagination .page-numbers.prev:hover {
  background-image: url(../images/common/ico-arrow-left.png);
}
.archive-pagination .page-numbers.next:hover {
  background-image: url(../images/common/ico-arrow-right.png);
}
@media screen and (max-width: 960px) {
  .sec02 h2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 560px) {
  .sec02 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .sec02 .h-bg {
    height: 35vw;
  }
  .sec02 h2 {
    margin-bottom: 45px;
  }
  .sec02 .card__item {
    gap: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-position: right 73%;
  }
  .sec02 p {
    padding-top: 30px;
  }
  .sec02 .cat__item {
    font-size: 13px;
    line-height: 30px;
  }
  .sec02 h3 {
    font-size: 18px;
    padding-left: 0;
    padding-right: 25px;
  }
  .archive-pagination {
    margin-top: 30px;
    gap: 15px;
  }
  .archive-pagination .page-numbers {
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
  .archive-pagination .page-numbers.prev,
  .archive-pagination .page-numbers.next {
    background-size: 12px auto;
  }
}

/* single 記事詳細 */
.single {
  padding-top: 45px;
  padding-bottom: 120px;
}
.single .h-bg {
  left: 0;
  border-radius: 0 30px 30px 0;
}
.single .heading {
  max-width: 1160px;
  margin: 0 auto 100px;
}
.single h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}
.single time {
  display: block;
  font-size: 20px;
  color: #69b800;
}
.content {
  padding-bottom: 60px;
  border-bottom: 1px solid #b9b9b9;
}
.content p ~ p {
  margin-top: 50px;
}
.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
.pagination .c-button a {
  width: 150px;
  color: #fff;
  background-color: #69b800;
  background-image: url(../images/common/ico-arrow-right.png);
  background-position: 10% center;
  background-size: 12px auto;
  line-height: 45px;
  border-radius: 50px;
}
.pagination .btn-pagination {
  width: 150px;
}
.pagination .btn-pagination a {
  width: 150px;
  line-height: 45px;
  color: #707070;
  text-align: center;
  border: 2px solid currentColor;
  border-radius: 50px;
  background-position: 10% center;
  background-size: 12px auto;
  background-repeat: no-repeat;
}
.pagination .pagination-prev a {
  background-image: url(../images/common/ico-arrow-left04.png);
}
.pagination .pagination-next a {
  background-image: url(../images/common/ico-arrow-right04.png);
}
@media screen and (max-width: 960px) {
  .single .heading {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 560px) {
  .single {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .single .heading {
    width: calc(100% - 12px);
    margin-left: 0;
    margin-bottom: 40px;
    padding: 40px 12px;
    background-image: linear-gradient(
      90deg,
      rgb(241, 255, 223) 0%,
      rgb(201, 246, 141) 100%
    );
    border-radius: 0 30px 30px 0;
  }
  .single h2 {
    font-size: 22px;
  }
  .single time {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .content {
    padding-bottom: 60px;
  }
  .content p ~ p {
    margin-top: 40px;
  }
  .pagination {
    justify-content: center;
    gap: 30px;
  }
  .pagination .c-button {
    order: 3;
  }
  .pagination .pagination-next {
    order: 2;
  }
  .pagination .btn-pagination.is-hidden {
    display: none;
  }
}
