@charset "utf-8";
/* CSS Document */

.section01{
	padding: 80px 0 130px;
}
.section01 .inner{
	max-width: 1000px;
}
.cate-wrap{
	border-bottom: 1px solid #d4c9b0;
}
.cate-wrap .webgene-blog{
	display: flex;
	flex-wrap: wrap;
}
.cate-wrap .webgene-item a{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 24px;
	border-bottom: 2px solid transparent;
	margin-bottom: -1px;
}
.cate-wrap .webgene-item a p{
	font-size: 15px;
	letter-spacing: 0.052em;
	color: #8a7e6a;
	white-space: nowrap;
}
.cate-wrap .webgene-item a.on,
.cate-wrap .webgene-item a:hover{
	opacity: 1;
	border-bottom-color: #c83c1e;
}
.cate-wrap .webgene-item a.on p,
.cate-wrap .webgene-item a:hover p{
	color: #c83c1e;
}

.section01 .inner > .webgene-blog{
	padding-top: 60px;
}
.section01 .inner > .webgene-blog .webgene-item a{
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 40px 0;
	border-bottom: 1px solid #d4c9b0;
	width: 100%;
}
.section01 .inner > .webgene-blog .webgene-item a:hover{
	opacity: 1;
}
.section01 .inner > .webgene-blog .date{
	width: 140px;
	flex-shrink: 0;
	font-family: "EB Garamond", serif;
	font-size: 15px;
	letter-spacing: 0.075em;
	color: #8a7e6a;
}
.section01 .inner > .webgene-blog .cate{
	width: 120px;
	flex-shrink: 0;
	padding: 5px 10px;
	border: 1px solid #c83c1e;
	box-sizing: border-box;
	font-size: 14px;
	letter-spacing: 0.051em;
	color: #c83c1e;
	text-align: center;
}
.section01 .inner > .webgene-blog .ttl{
	flex: 1;
	min-width: 0;
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 0.06em;
	color: #000;
}

.webgene-pagination{
	padding-top: 72px;
}
.webgene-pagination ul{
	display: flex;
	justify-content: center;
	gap: 4px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.webgene-pagination li a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid #d4c9b0;
	font-family: "EB Garamond", serif;
	font-size: 14px;
	letter-spacing: 0.06em;
	color: #000;
}
.webgene-pagination li.selected a,
.webgene-pagination li a:hover{
	opacity: 1;
	background-color: #c83c1e;
	border-color: #c83c1e;
	color: #fff;
}

@media screen and (max-width: 768px){
	.section01 .inner > .webgene-blog .webgene-item a{
		flex-wrap: wrap;
		gap: 12px;
		padding: 24px 0;
	}
	.section01 .inner > .webgene-blog .date{
		width: auto;
	}
	.section01 .inner > .webgene-blog .ttl{
		width: 100%;
	}
}

@media screen and (max-width: 576px) {
  .section01 {
    padding: 48px 0 64px;
  }

  .page .section01 .inner {
    padding-left: 20px;
    padding-right: 20px;
  }



  /* 新着一覧 */
  .section01 .inner > .webgene-blog {
    padding-top: 24px;
  }

  .section01 .inner > .webgene-blog > .webgene-item {
    width: 100%;
    min-width: 0;
  }

  .section01 .inner > .webgene-blog .webgene-item a {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 12px 16px;
    padding: 24px 0;
    box-sizing: border-box;
  }

  .section01 .inner > .webgene-blog .date {
    grid-column: 1;
    grid-row: 1;
    width: auto;
    margin: 0;
    white-space: nowrap;
  }

  .section01 .inner > .webgene-blog .cate {
    grid-column: 2;
    grid-row: 1;
    justify-self: start;
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 4px 12px;
    line-height: 1.5;
    overflow-wrap: anywhere;
  }

  .section01 .inner > .webgene-blog .ttl {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    margin: 0;
    line-height: 1.8;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  /* ページ番号 */
  .webgene-pagination {
    padding-top: 36px;
  }

  .webgene-pagination ul {
    flex-wrap: wrap;
    gap: 8px;
  }

  .webgene-pagination li a {
    width: 44px;
    height: 44px;
    box-sizing: border-box;
  }
}