@charset "utf-8";
/* CSS Document */
.footer_recruit{display:none;}
.pagetitle .pagetitle_inner .txtbox{
	padding-left: 15%;
}
.pagetitle .pagetitle_inner .txtbox .en_title1{
	color: #0B0BAC;
}
.pagetitle .pagetitle_inner .txtbox .title{
	color: #131313;
}
.news_detail h1 {
  color: #111;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.news_detail .webgene-blog .webgene-item h2{
	font-size: clamp(18px, 2.8vw, 28px);
	font-weight: bold;
	margin-top: clamp(40px,6vh,60px);
	margin-bottom: 15px;
}
.news_detail .webgene-blog .webgene-item h3{
	font-size: clamp(18px, 2.0vw, 22px);
	font-weight: bold;
	margin-top: clamp(30px,5vh,50px);
	margin-bottom: 15px;
}
.news_detail .webgene-blog .webgene-item h4{
	font-size: clamp(16px, 1.8vw, 20px);
	font-weight: bold;
	margin-top: clamp(20px,4vh,40px);
	margin-bottom: 10px;
}
.news_detail .webgene-blog .webgene-item h5{
	font-size: clamp(15px, 1.8vw, 18px);
	font-weight: bold;
	margin-top: clamp(20px,4vh,40px);
	margin-bottom: 10px;
}
.news_detail .webgene-blog .webgene-item h6{
	font-size: clamp(15px, 1.8vw, 18px);
	font-weight: bold;
	margin-top: clamp(20px,4vh,40px);
	margin-bottom: 10px;
}

.news_detail .date {
  color: #777;
  font-family: "JetBrains Mono", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}

.news_detail .catename {
  display: inline-block;
  width: fit-content;
  padding: 4px 14px;
  border: 1px solid #0B0BAC;
  border-radius: 2px;
  background: #fff;
  color: #0B0BAC;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.main-wrap {
    overflow: visible;
}
.news_d1 {
  position: relative;
  overflow: visible;
  background: #fff;
}

.news_d1 .width-1280-max {
  display: flex;
  align-items: flex-start;
  gap: clamp(50px, 7vw, 90px);
}

.news_d1 .cate-wrap {
  flex: 0 0 clamp(150px, 16vw, 210px);
  position: sticky;
  top: 100px;
}

.news_d1 .cate-wrap .titlebox {
  padding-bottom: 0;
  margin-bottom: clamp(22px, 3vw, 34px);
  border-bottom: none;
}

.news_d1 .cate-wrap .titlebox p {
  color: #111;
  font-family: "JetBrains Mono", "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.news_d1 .cate-wrap .titlebox p::after {
  content: "：";
}

.news_d1 .cate-wrap .webgene-blog {
  display: grid;
  gap: 12px;
}

.news_d1 .cate-wrap .webgene-item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  padding: 5px 14px;
  border: 1px solid #0B0BAC;
  border-radius: 2px;
  background: #fff;
  text-decoration: none;
  transition: ease 0.3s;
}

.news_d1 .cate-wrap .webgene-item a p {
  color: #0B0BAC;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.news_d1 .cate-wrap .webgene-blog .webgene-item a.on,
.news_d1 .cate-wrap .webgene-item a:hover {
  background: #0B0BAC;
}

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

.news_d1 .contents {
  flex: 1;
  min-width: 0;
}

.news_d1 .contents .webgene-blog {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(46px, 6vw, 76px) clamp(32px, 5vw, 58px);
}

.news_d1 .contents .webgene-item a {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.news_d1 .contents .webgene-item .imgbox {
  order: 1;
  width: 100%;
  margin-bottom: 14px;
  border-radius: 0;
  overflow: hidden;
}

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

.news_d1 .contents .webgene-item .date {
  order: 2;
  display: inline-block;
  margin-bottom: 0;
  color: #777;
  font-family: "JetBrains Mono", "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.04em;
}

.news_d1 .contents .webgene-item .catename {
  order: 3;
  display: inline-block;
  width: fit-content;
  margin-top: -14px;
  margin-bottom: 10px;
  margin-left: 82px;
  padding: 3px 10px;
  border: 1px solid #0B0BAC;
  border-radius: 2px;
  background: #fff;
  color: #0B0BAC;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.news_d1 .contents .webgene-item h2 {
  order: 4;
  margin-bottom: 8px;
  color: #111;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.news_d1 .contents .webgene-item .txt {
  order: 5;
  color: #111;
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.news_d1 .contents .webgene-blog .webgene-pagination {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: clamp(20px, 4vw, 42px);
}

.news_d1 .webgene-pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

.news_d1 .webgene-pagination ul a {
  display: grid;
  place-items: center;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(11, 11, 172, 0.16);
  background: #fff;
  color: #111;
  font-family: "JetBrains Mono", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1;
  transition: ease 0.3s;
}

.news_d1 .webgene-pagination ul a:hover {
  border-color: #0B0BAC;
  color: #0B0BAC;
}

.news_d1 .webgene-pagination ul .selected a {
  background: #178cf0;
  border-color: #178cf0;
  color: #fff;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .news_d1 .width-1280-max {
    display: block;
  }

  .news_d1 .cate-wrap {
    position: relative;
    top: 0;
    margin-bottom: 42px;
  }

  .news_d1 .cate-wrap .webgene-blog {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .news_d1 .contents .webgene-blog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 22px;
  }
}

@media screen and (max-width: 576px) {
  .news_d1 .contents .webgene-blog {
    grid-template-columns: 1fr;
  }
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
.pagetitle .pagetitle_inner .txtbox{
	padding-left: 25%;
}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
.pagetitle .pagetitle_inner .txtbox{
	padding-left: 30%;
}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

