@charset "UTF-8";
/**** 共通カラー ****/
/* --------------------------------------------------
 NEWS
-------------------------------------------------- */
.page .section-mv {
  margin-bottom: 180px;
}
@media screen and (max-width: 576px) {
  .page .section-mv {
    margin-bottom: 100px;
  }
}

.section-news {
  padding-bottom: 200px;
  position: relative;
  background-color: #FAF8F4;
  z-index: 2;
}
@media screen and (max-width: 576px) {
  .section-news {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 576px) and (max-width: 576px) {
  .section-news {
    padding-top: 0;
  }
}
.section-news::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../image/top/bg-back.webp);
  -webkit-mask-image: linear-gradient(to top, #000 70%, transparent 100%);
  mask-image: linear-gradient(to top, #000 70%, transparent 100%);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 20vw;
  background-position: top left;
  top: -20vw;
  pointer-events: none;
}
.section-news .post-inner {
  background-color: #FFFFFF;
  border-radius: 30px;
  padding: 80px 0;
}
@media screen and (max-width: 576px) {
  .section-news .post-inner {
    border-radius: 20px;
    padding: 60px 0;
  }
}
.section-news .post-inner .inner-item {
  max-width: 1030px;
  margin: auto;
  padding: 0 15px;
}
.section-news .post-inner .info {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.section-news .post-inner .info .cat {
  display: inline-block;
  color: #ffffff;
  padding: 3px 20px;
  border-radius: 15px;
  margin-right: 14px;
  background-color: #36981F;
}
.section-news .post-inner .title {
  font-size: clamp(2rem, 2.3vw, 2.8rem);
  line-height: 1.3428571429;
  padding-bottom: 14px;
  margin-bottom: 30px;
  border-bottom: solid 1.5px #36981F;
}
@media screen and (max-width: 576px) {
  .section-news .post-inner .title {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 16px;
  }
}
.section-news .post-inner .content > * {
  line-height: 2.25;
  margin-bottom: 40px;
}
@media screen and (max-width: 576px) {
  .section-news .post-inner .content > * {
    margin-bottom: 20px;
    line-height: 1.8;
  }
}
.section-news .post-inner h2 {
  font-size: clamp(2rem, 2.2vw, 2.4rem);
}
@media screen and (max-width: 576px) {
  .section-news .post-inner h2 {
    font-size: 16px;
  }
}
.section-news .post-inner h3 {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
}
@media screen and (max-width: 576px) {
  .section-news .post-inner h3 {
    font-size: 16px;
  }
}
.section-news .link_arrow_s {
  width: 236px;
  height: 50px;
  color: #ffffff;
  padding-left: 30px;
  line-height: 50px;
  position: relative;
  background-color: #369811;
  border-radius: 25px;
  margin: auto;
  margin-top: 80px;
}
@media screen and (max-width: 576px) {
  .section-news .link_arrow_s {
    margin-top: 60px;
  }
}
.section-news .link_arrow_s .arrow {
  position: absolute;
  width: 25px;
  aspect-ratio: 1;
  background-color: #ffffff;
  border-radius: 50%;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.section-news .link_arrow_s .arrow::after {
  display: inline-block;
  content: "";
  position: absolute;
  background-image: url(../image/common/arrow-g.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 6px;
  height: 10px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.section-news .link_arrow_s:hover span {
  transform: translateY(-50%) scale(1.2);
  transition: 0.3s;
}
.section-news .cat-flex {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .section-news .cat-flex {
    flex-direction: column;
  }
}
.section-news .cat-flex .cat-wrap {
  max-width: 240px;
  width: 16.6666666667vw;
  background-color: #ffffff;
  background-image: none;
  border-radius: 30px;
  padding: 40px 20px;
}
@media screen and (max-width: 768px) {
  .section-news .cat-flex .cat-wrap {
    width: 100%;
    padding: 20px 15px 10px;
    border-radius: 15px;
    margin-bottom: 40px;
  }
}
.section-news .cat-flex .cat-wrap h2 {
  font-size: clamp(1.8rem, 2.2vw, 2.2rem);
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: solid 1px #36981F;
}
@media screen and (max-width: 768px) {
  .section-news .cat-flex .cat-wrap h2 {
    font-size: 16px;
    padding-bottom: 6px;
    margin-bottom: 14px;
  }
}
.section-news .cat-flex .cat-wrap .list_cat li {
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #E8E8E8;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
}
@media screen and (max-width: 768px) {
  .section-news .cat-flex .cat-wrap .list_cat li {
    font-size: 14px;
  }
}
.section-news .cat-flex .cat-wrap .list_cat li a {
  position: relative;
  display: block;
  padding-right: 20px;
}
.section-news .cat-flex .cat-wrap .list_cat li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 12px;
  aspect-ratio: 1;
  background: url("../image/common/arrow-g.svg") no-repeat center/contain;
  transition: right 0.2s;
}
.section-news .cat-flex .cat-wrap .list_cat li:hover a::before {
  right: -4px;
}
.section-news .cat-flex .l_page_main {
  width: 59.7222222222vw;
  max-width: 860px;
}
@media screen and (max-width: 768px) {
  .section-news .cat-flex .l_page_main {
    width: 100%;
  }
}
.section-news .cat-flex .l_page_main .list_news {
  border-top: solid 1px #CCCCCC;
}
.section-news .cat-flex .l_page_main .list_news .article_news a {
  display: flex;
  align-items: center;
  padding: 26px 14px;
  border-bottom: solid 1px #CCCCCC;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-news .cat-flex .l_page_main .list_news .article_news a {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 14px;
  }
}
.section-news .cat-flex .l_page_main .list_news .article_news a:hover {
  color: #36981F;
}
.section-news .cat-flex .l_page_main .list_news .article_news a:hover .arrow_c_b {
  transform: translateY(-50%) scale(1.1);
}
.section-news .cat-flex .l_page_main .list_news .article_news .info {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section-news .cat-flex .l_page_main .list_news .article_news .info {
    margin-bottom: 16px;
  }
}
.section-news .cat-flex .l_page_main .list_news .article_news .info .date {
  display: inline-block;
  margin-right: 14px;
}
.section-news .cat-flex .l_page_main .list_news .article_news .info .cat {
  display: inline-block;
  background-color: #36981F;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  margin-right: 40px;
  padding: 0 20px;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .section-news .cat-flex .l_page_main .list_news .article_news .info .cat {
    font-size: 12px;
    line-height: 26px;
    height: 26px;
  }
}
.section-news .cat-flex .l_page_main .list_news .article_news .arrow_c_b {
  background-color: #36981F;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 38px;
  aspect-ratio: 1;
  transition: 0.3s;
}
.section-news .cat-flex .l_page_main .list_news .article_news .arrow_c_b::before {
  content: "";
  position: absolute;
  background-image: url(../image/common/arrow-w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  aspect-ratio: 1;
  left: 4px;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 2;
  transition: 0.3s;
}

.wp-pagenavi {
  margin-top: 60px;
  text-align: center;
}
.wp-pagenavi span,
.wp-pagenavi a {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  text-align: center;
  line-height: 48px;
  color: #333333;
  display: inline-block;
  margin: 0 3px;
  font-family: "ZenKakuGothicNew-Bold";
}
.wp-pagenavi span {
  background: #FFFFFF;
}
.wp-pagenavi a {
  background-color: #36981F;
  color: #ffffff;
  transition: 0.3s;
}

/* ------------------------------
 SINGLE
------------------------------ */