@charset "UTF-8";
/* **************************************


     追加


***************************************/
/* @function vw($size) {
  @return ($size / 1366px) * 100vw;
} */
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/* =============================================================================


     news


============================================================================= */
.news {
  isolation: isolate;
  overflow: hidden;
  padding: 10vw 0 24vw;
  position: relative;
}

.news {
  overflow-anchor: none;
  overflow: hidden;
  padding: 10vw 0 24vw;
  position: relative;
}

.news-bar-ttl {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}

.news-category-list {
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto 0;
  max-width: 540px;
}

.news-category-link {
  border: 1px solid #00791d;
  border-radius: 4px;
  color: #00791d;
  display: block;
  font-size: 2rem;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 200px;
}
.news-category-link:hover, .news-category-link.is-active {
  background: #00791d;
  color: #fff;
}

.news-list {
  border-top: 1px solid #bbb;
  margin-top: 40px;
}

.news-img img {
  aspect-ratio: 3/2;
  display: block;
  margin: auto;
}

.news-item {
  gap: 30px;
  border-bottom: 1px solid #bbb;
  display: grid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  padding: 40px 0px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a.news-item:hover {
  opacity: 0.7;
}

.news-date {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 20px;
  min-width: 7em;
}

.news-cat {
  border: 1px solid #00791d;
  border-radius: 5px;
  color: #00791d;
  font-size: clamp(1.2rem, 1vw, 1.6rem);
  font-weight: bold;
  text-align: center;
  width: 5em;
}

.news-ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 0.5em;
}

.news-txt {
  font-size: 1.6rem;
  margin-top: 0.5em;
}

.news-deco {
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.news-deco img {
  bottom: -20vw;
  display: block;
  height: auto;
  left: 28%;
  max-width: none;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 151.76vw;
}
@media (max-width: 767px){
  .news {
    padding: 40px 0 80px;
  }
  .news-bar-ttl {
    font-size: 1.6rem;
  }
  .news-category-link {
    font-size: 1.6rem;
    width: 100%;
  }
  .news-list {
    margin-top: 28px;
  }
  .news-img {
    margin-bottom: 20px;
  }
  .news-item {
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.5rem;
    padding: 20px 0;
  }
  .news-info {
    gap: 1em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news-date {
    font-size: 1.2rem;
    margin-top: 0;
  }
  .news-ttl {
    font-size: 1.6rem;
  }
  .news-txt {
    font-size: 1.2rem;
  }
  .news-deco {
    display: none;
  }
}

/*# sourceMappingURL=news.css.map*/