@charset "utf-8";
/* CSS Document */
.more_btn a{
    width: 200px;
}
.news_d1,
.news_d1 .width-1280-max,
.news_d1 .contents{
  overflow:visible;
}
.news_d1 .width-1280-max{
  display:flex;
  gap:clamp(36px,5vw,72px);
  align-items:flex-start;
}
.news_d1 .cate-wrap{
  flex:0 0 190px;
  position:sticky;
  top:80px;
}
.news_d1 .cate-wrap .titlebox{
  padding-bottom:18px;
  margin-bottom:8px;
  border-bottom:1px solid rgba(190,146,130,.45);
}
.news_d1 .cate-wrap .titlebox p{
  letter-spacing:.16em;
}
.news_d1 .cate-wrap .webgene-blog{
  display:flex;
  flex-direction:column;
}
.news_d1 .cate-wrap .webgene-item a{
  display:block;
  padding:18px 0;
  border-bottom:1px solid rgba(106,81,63,.14);
  text-decoration:none;
  transition:.3s;
}
.news_d1 .cate-wrap .webgene-item a p{
  color:#6A513F;
  font-weight:400;
}
.news_d1 .cate-wrap .webgene-blog .webgene-item a.on{
  background:#F2EEED;
  padding-left:14px;
}
.news_d1 .cate-wrap .webgene-blog .webgene-item a.on p{
  color:#BE9282;
}
.news_d1 .contents{
  flex:1;
  min-width:0;
}
.news_d1 .contents .webgene-blog{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:56px 38px;
}
.news_d1 .contents .webgene-item a{
  display:flex;
  flex-direction:column;
  text-decoration:none;
  color:inherit;
}
.news_d1 .contents .webgene-item .date{
  margin-bottom:18px;
  line-height:1;
  color:#BE9282;
}
.news_d1 .contents .webgene-item h2{
  margin:0 0 10px;
  color:#6A513F;
  font-weight:400;
  line-height:1.7;
  font-size:clamp(18px,2vw,20px);
}
.news_d1 .contents .webgene-item .txt{
  margin-bottom:18px;
  line-height:1.9;
  color:#6A513F;
}
.news_d1 .catename{
  display:inline-block;
  width:fit-content;
  padding:6px 14px;
  border-radius:999px;
  background:#6FA37E;
  color:#fff;
  line-height:1;
  font-weight:400;
  margin-bottom:12px;
}
.news_detail .catename{
  display:inline-block;
  width:fit-content;
  padding:6px 14px;
  border-radius:999px;
  background:#6FA37E;
  color:#fff;
  line-height:1;
  font-weight:400;
}

.news_d1 .contents .webgene-item .imgbox{
  border-radius:8px;
  overflow:hidden;
  order:5;
}
.news_d1 .contents .webgene-item .imgbox img{
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
  display:block;
}
.news_d1 .contents .webgene-blog .webgene-pagination{
  grid-column:1 / -1;
  width:100%;
  margin-top:10px;
}
.news_d1 .webgene-pagination{
  width:100%;
}
.news_d1 .webgene-pagination ul{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  gap:30px;
}
.news_d1 .webgene-pagination ul a{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  text-align:center;
  letter-spacing:0;
  width:46px;
  aspect-ratio:1;
  border-radius:50%;
  font-size:16px;
  line-height:1;
  color:#BE9282;
  border:1px solid #BE9282;
  transition:.35s cubic-bezier(.22,.61,.36,1);
}
.news_d1 .webgene-pagination ul .selected a{
  pointer-events:none;
  background:#BE9282;
  color:#fff;
  border:none;
}
@media screen and (max-width:1080px){
  .news_d1 .contents .webgene-blog{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:50px 30px;
  }
  .news_d1 .cate-wrap{
    flex-basis:170px;
  }
}
@media screen and (max-width:768px){
  .news_d1 .width-1280-max{
    flex-direction:column;
    gap:40px;
  }
  .news_d1 .cate-wrap,
  .news_d1 .contents{
    width:100%;
    flex:none;
  }
  .news_d1 .cate-wrap{
    position:relative;
    top:0;
  }
  .news_d1 .contents .webgene-blog{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media screen and (max-width:576px){
  .news_d1 .contents .webgene-blog{
    grid-template-columns:1fr;
  }
}
.news_d1 .webgene-pagination ul a{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  text-align:center;
  letter-spacing:0;
  width:46px;
  aspect-ratio:1;
  border-radius:50%;
  font-size:16px;
  line-height:1;
  color:#6A513F;
  border:1px solid rgba(106,81,63,.22);
  background:#fff;
  transition:.35s cubic-bezier(.22,.61,.36,1);
}
.news_d1 .webgene-pagination ul a:hover{
  border-color:#D0B92C;
  color:#D0B92C;
}
.news_d1 .webgene-pagination ul .selected a{
  pointer-events:none;
  background:#D0B92C;
  color:#fff;
  border-color:#D0B92C;
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

