@charset "UTF-8";
/* CSS Document */
.newsList02 {
  display: flex;
  justify-content: space-between;
}
.newsList02 li {
  width: 23.3%;
}
.newsList02 li a {
  display: block;
  position: relative;
  color: #fff;
  overflow: hidden;
}
.newsList02 li a::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: #111;
  mask-image: linear-gradient(to top, #000 5%, #000 10%, transparent 100%);
  -webkit-mask-image: linear-gradient(to top, #000 5%, #000 10%, transparent 100%);
  opacity: 0.55;
  z-index: 1;
}
.newsList02 li a .textarea {
  padding: 0 13px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  line-height: 1.7;
}
.newsList02 li a .title {
  font-weight: 700;
}
.newsList02 li a .title, .newsList02 li a p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.newsList02 li a .up_ymd {
  font-family: "Montserrat", sans-serif;
  font-size: 85%;
}
/**/
.newsList02 .thumbNailWrap img {
  object-fit: cover;
  width: 100%;
  height: 280px !important;
  transition: all 0.6s ease;
}
.newsList02 a:hover img {
  transform: scale(1.07);
}
@media (max-width: 1400px) {
  .newsList02 .thumbNailWrap img {
    height: 20vw !important;
  }
}
@media (max-width: 1000px) {
  .newsList02 {
    flex-wrap: wrap;
  }
  .newsList02 li {
    width: 48.5%;
    margin-bottom: 20px;
  }
  .newsList02 .thumbNailWrap img {
    height: 34vw !important;
  }
}
@media (max-width: 750px) {
  .newsList02 {
    display: block;
  }
  .newsList02 li {
    width: 100%;
  }
  .newsList02 .thumbNailWrap img {
    height: 68vw !important;
  }
}
/* 一覧へのリンクボタン 位置 */
.blogs .inner {
  position: relative;
}
.blogs .maintitle {
  text-align: left;
}
.blogs .mainbtn {
  position: absolute;
  top: -10px;
  right: 0;
  margin-right: 5px;
}
@media (max-width: 750px) {
  .blogs .maintitle {
    text-align: center;
  }
  .blogs .mainbtn {
    position: initial;
    margin-right: 0;
  }
}
/* 一覧レイアウト =====================*/
.blog-detail-list .inner {
  width: 96%;
}
#news-detail .flex .newsList02 {
  justify-content: flex-start;
  flex-wrap: wrap;
}
#news-detail .flex .newsList02 li {
  width: 31.1%;
  margin: 0 1.1% 20px;
}
.newsList02 li .cat_name {
  background: transparent;
  padding: 0;
  margin-right: 0;
  width: fit-content;
  text-align: left;
  font-size: 91%;
}
@media (max-width: 1105px) {
  .blog-detail-list .inner {
    width: 88%;
  }
  #news-detail .flex .newsList02 li {
    width: 47.6%;
  }
  #news-detail .flex .newsList02 .thumbNailWrap img {
    height: 25vw !important;
  }
}
@media (max-width: 960px) {
  #news-detail .flex .newsList02 .thumbNailWrap img {
    height: 36vw !important;
  }
}
@media (max-width: 750px) {
  #news-detail .flex .newsList02 {
    display: block;
  }
  #news-detail .flex .newsList02 li {
    width: 100%;
    margin: 0 0 20px;
  }
  #news-detail .flex .newsList02 li:last-of-type {
    margin-bottom: 0 !important;
  }
  #news-detail .flex .newsList02 .thumbNailWrap img {
    height: 68vw !important;
  }
}