@charset "utf-8";
/* CSS Document */
.font-co{
	font-family: "Cormorant Infant", sans-serif;
}
.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 #ddd8d5;
}

.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 #e5e1dd;
    text-decoration: none;
}

.news_d1 .cate-wrap .webgene-item a p {
    color: #222;
    font-weight: 400;
}

.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;
    font-family: "Cormorant Infant", sans-serif;
}

.news_d1 .contents .webgene-item h2 {
    margin: 0 0 18px;
    color: #222;
    font-weight: 400;
    line-height: 1.7;
    font-size: clamp(18px, 2vw, 20px);
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news_d1 .contents .webgene-item .txt {
    margin-bottom: 18px;
    line-height: 1.9;
    color: #222;
}

.catename {
    display: inline-block;
    width: fit-content;
    padding: 6px 14px;
    border-radius: 999px;
    background: #A7BCCB;
    color: #fff;
    line-height: 1;
    font-weight: 400;
}

.news_d1 .catename {
    margin-bottom: 20px;
}

.news_d1 .contents .webgene-item .imgbox {
    border-radius: 8px;
    overflow: hidden;
    order: 5;
}

.news_d1 .contents .webgene-item .imgbox img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    display: block;
}


.news_d1 .cate-wrap .webgene-blog .webgene-item a.on p {
    color: #A7BCCB;
}

.news_d1 .cate-wrap .webgene-blog .webgene-item a.on::before {
    display: none;
}

.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;
    flex-direction: row;
    gap: 30px;
}

.news_d1 .webgene-pagination ul a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    text-align: center;
    letter-spacing: 0;
    width: 46px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    font-size: 22px;
    line-height: 0;
    color: #231F20;
    border: 1px solid #A7BCCB;
    transition: all .35s cubic-bezier(.22, .61, .36, 1);
    font-family: "Cormorant Infant", sans-serif;
    font-weight: 700;
}

.news_d1 .webgene-pagination ul .selected a {
    pointer-events: none;
    background: #A7BCCB;
    color: #fff;
    border: none;
}
.news_detail .webgene-blog .webgene-item .img-box {
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    border-radius: 20px;
}

.news_detail .webgene-blog .webgene-item .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
    border-radius: 0;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
  .news_d1 .contents .webgene-blog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/* ---------- 768px ~ ---------- */
@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));
  }
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
  .news_d1 .contents .webgene-blog {
    grid-template-columns: 1fr;
  }
.news_detail .webgene-blog .webgene-item .img-box {
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    border-radius: 10px;
}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

