@charset "UTF-8";
#post .sec-list, #archive .sec-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 8.4%;
  margin-bottom: 80px;
}
#post .sec-list .img, #archive .sec-list .img {
  aspect-ratio: 458/256;
  margin-bottom: 16px;
}
#post .sec-list .info, #archive .sec-list .info {
  margin-bottom: 12px;
}
#post .sec-list .date, #archive .sec-list .date {
  font-size: 24px;
  font-weight: 700;
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1;
  margin-right: 16px;
}
#post .sec-list .category, #archive .sec-list .category {
  background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  line-height: 1.625;
  margin-right: 5px;
  padding: 0 18px;
  position: relative;
  border-radius: 100px;
}
#post .sec-list .category::before, #post .sec-list .category::after, #archive .sec-list .category::before, #archive .sec-list .category::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
}
#post .sec-list .category::before, #archive .sec-list .category::before {
  top: 1px;
  left: 1px;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  background: #FFFFFF;
  z-index: -1;
}
#post .sec-list .category::after, #archive .sec-list .category::after {
  background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
  border-radius: inherit;
  z-index: -2;
}
#post .sec-list .title, #archive .sec-list .title {
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media print, screen and (max-width: 1024px) {
  #post .sec-list, #archive .sec-list {
    margin-bottom: 60px;
    gap: 60px 30px;
  }
  #post .sec-list .date, #archive .sec-list .date {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  #post .sec-list, #archive .sec-list {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
  #post .sec-list .item, #archive .sec-list .item {
    max-width: 400px;
    margin: 0 auto;
  }
  #post .sec-list .img, #archive .sec-list .img {
    aspect-ratio: 352/150;
  }
  #post .sec-list .date, #archive .sec-list .date {
    font-size: 20px;
  }
}

#post .sec-inner {
  padding-bottom: 190px;
}
#post .sec-tabs {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(90deg, #3A982A 0%, #008DD4 100%) 1;
     border-image: linear-gradient(90deg, #3A982A 0%, #008DD4 100%) 1;
  margin-bottom: 40px;
}
#post .sec-tabs .tab-btn {
  display: block;
  height: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  border-bottom: 0;
  -o-border-image: linear-gradient(90deg, #3A982A 0%, #008DD4 100%) 1;
     border-image: linear-gradient(90deg, #3A982A 0%, #008DD4 100%) 1;
  background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  padding: 0 8px;
  max-width: 168px;
  width: 100%;
}
#post .sec-tabs .tab-btn.active {
  background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
  -webkit-text-fill-color: #FFFFFF;
  max-width: 192px;
  pointer-events: none;
}
#post .sec-nav .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 4px;
}
#post .sec-nav .page-numbers {
  font-size: 21px;
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  width: 32px;
  height: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  -o-border-image: linear-gradient(90deg, #3A982A 0%, #008DD4 100%) 1;
     border-image: linear-gradient(90deg, #3A982A 0%, #008DD4 100%) 1;
  background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#post .sec-nav .page-numbers.current {
  -webkit-text-fill-color: #FFFFFF;
  background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
}
#post .sec-nav .page-numbers.prev {
  content: "";
  background: url(../img/news/page-nav.svg) center/14px 14px no-repeat;
  border: none;
  transform: rotate(180deg);
}
#post .sec-nav .page-numbers.next {
  content: "";
  background: url(../img/news/page-nav.svg) center/14px 14px no-repeat;
  border: none;
}
#post .sec-nav .page-numbers.dots {
  border: none;
}
#post .sec-top {
  margin-bottom: 14px;
}
#post .sec-top .date {
  font-size: 24px;
  font-weight: 700;
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1;
  margin-right: 16px;
}
#post .sec-top .category {
  background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  line-height: 1.625;
  padding: 0 18px;
  position: relative;
  border-radius: 100px;
}
#post .sec-top .category::before, #post .sec-top .category::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
}
#post .sec-top .category::before {
  top: 1px;
  left: 1px;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  background: #FFFFFF;
  z-index: -1;
}
#post .sec-top .category::after {
  background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
  border-radius: inherit;
  z-index: -2;
}
#post .sec-title {
  display: block;
  margin-bottom: 28px;
  font-size: 20px;
  font-weight: 700;
}
#post .sec-btn {
  display: block;
  border-radius: 100px;
  height: 80px;
  max-width: 328px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
  padding: 0 8px;
  position: relative;
  margin-top: 48px;
  z-index: 2;
}
#post .sec-btn::before, #post .sec-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
}
#post .sec-btn::before {
  top: 1px;
  left: 1px;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  background: #fff;
  opacity: 1;
  transition: opacity 0.3s;
  z-index: -1;
}
#post .sec-btn::after {
  background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
  border-radius: inherit;
  z-index: -2;
}
#post .sec-btn:hover span {
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  color: #fff;
}
#post .sec-btn:hover::before {
  opacity: 0;
}
@media print, screen and (max-width: 1024px) {
  #post .sec-inner {
    padding-bottom: 135px;
  }
  #post .sec-tabs .tab-btn {
    height: 49px;
    font-size: 20px;
  }
  #post .sec-nav .page-numbers {
    font-size: 18px;
    width: 28px;
    height: 28px;
  }
  #post .sec-top .date {
    font-size: 22px;
  }
  #post .sec-btn {
    height: 75px;
    max-width: 290px;
  }
}
@media only screen and (max-width: 768px) {
  #post .sec-inner {
    padding-bottom: 80px;
  }
  #post .sec-tabs .tab-btn {
    height: 46px;
    font-size: 16px;
    max-width: 104px;
  }
  #post .sec-tabs .tab-btn.active {
    max-width: 120px;
  }
  #post .sec-nav .nav-links {
    gap: 0 3px;
  }
  #post .sec-nav .page-numbers {
    font-size: 16px;
    width: 24px;
    height: 24px;
  }
  #post .sec-nav .page-numbers.next {
    background: url(../img/news/page-nav.svg) center/11px 11px no-repeat;
  }
  #post .sec-top .date {
    font-size: 20px;
  }
  #post .sec-btn {
    height: 69px;
    max-width: 240px;
    margin-top: 24px;
  }
}

#archive .sec-inner {
  padding-top: 40px;
  padding-bottom: 110px;
  border-top: 1px solid;
  -o-border-image: linear-gradient(90deg, #3A982A 0%, #008DD4 100%) 1;
     border-image: linear-gradient(90deg, #3A982A 0%, #008DD4 100%) 1;
}
@media only screen and (max-width: 768px) {
  #archive .sec-inner {
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 768px) {
  #archive .sec-inner {
    padding-bottom: 40px;
  }
}/*# sourceMappingURL=news.css.map */