@charset "UTF-8";
/*
Theme Name: sekatsuku
Theme URI: https://sekatsuku.com/
Description: sekatsuku
Author: sekatsuku
Author URI: https://sekatsuku.com
*/
/*------------------------------------------------------------------
[Master Stylesheet]

Project:    BigStream
Version:    1.5.9
Last change:    11.09.2018
Primary use:    MultiPurpose One Page Template  
-------------------------------------------------------------------*/
#news {
	background: #f5faf4;
}

.news {
	padding-bottom: 80px;
}
.news .md-news {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.news .md-news .md-title-left {
	width: 200px;
}
.news .md-news .md-title-left h3 {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 100%;
	/* or 32px */
	/* leading-trim and text-edge are draft CSS properties.

  Read more: https://drafts.csswg.org/css-inline-3/#leading-trim
  */
	leading-trim: both;
	text-edge: cap;
	letter-spacing: 0.04em;
	text-align: left;
	color: #01bfbd;
	margin: 0;
}
.news .md-news .md-title-left p {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	/* identical to box height */
	letter-spacing: 0.07em;
	margin-top: 6px;
	color: #333333;
}
.news .md-news .md-news-list {
	width: calc(100% - 200px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0px 32px;
	background: #fefefe;
	border-radius: 8px;
}
.news .md-news .md-news-list .md-news-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	align-items: center;
	gap: 18px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	padding: 8px 0;
}
.news .md-news .md-news-list .md-news-item:last-child {
	border-bottom: none;
}
.md-news-item .news-meta {
	display: flex;
	align-items: center;
	row-gap: 6px;
	column-gap: 18px;
	max-width: 220px;
	overflow: hidden;
	flex-wrap: wrap;
}
.md-news-item .news-date {
	font-size: 14px;
	color: #b5b5b5;
	line-height: 1.8;
	font-weight: 400;
	white-space: nowrap;
}
.md-news-item .news-category {
	height: 14px;
	background: #fc6f03;
	border-radius: 2px;
	/* Inside auto layout */
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	-ms-flex-positive: 0;
	flex-grow: 0;
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	padding: 0 2px;
	color: white;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100px;
}
.md-news-item .news-title {
	width: 77%;
}
.md-news-item .news-title a {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 48px;
	/* or 25px */
	letter-spacing: 0.04em;
	color: #000;
	display: -webkit-box;
	-webkit-box-orient: vertical; /* 垂直方向に配置 */
	overflow: hidden; /* 溢れた部分を隠す */
	text-overflow: ellipsis; /* 溢れた部分に「...」を表示 */
	-webkit-line-clamp: 1; /* 最大行数を2行に設定 */
}
.news .md-news .md-news-list .md-news-item.item-blog h2:before {
	content: "ブログ";
}
.news .md-news .md-news-list .md-news-item.item-staff h2:before {
	content: "スタッフ";
}
.news .md-news .md-news-list .md-news-item.item-sponsor h2:before {
	content: "スポンサー";
}
.news .md-news .md-news-list .md-news-item article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.news .md-news .md-news-list .md-news-item article .wp-show-posts-inner header {
	position: relative;
	padding-left: 100px;
}
.news
	.md-news
	.md-news-list
	.md-news-item
	article
	.wp-show-posts-inner
	header
	h2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
}
.news
	.md-news
	.md-news-list
	.md-news-item
	article
	.wp-show-posts-inner
	header
	h2:before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px 4px;
	gap: 8px;
	height: 14px;
	background: #fc6f03;
	border-radius: 2px;
	/* Inside auto layout */
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	-ms-flex-positive: 0;
	flex-grow: 0;
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	/* leading-trim and text-edge are draft CSS properties.

  Read more: https://drafts.csswg.org/css-inline-3/#leading-trim
  */
	leading-trim: both;
	text-edge: cap;
	color: #ffffff;
}
.news
	.md-news
	.md-news-list
	.md-news-item
	article
	.wp-show-posts-inner
	header
	h2
	a {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 48px;
	/* or 25px */
	letter-spacing: 0.04em;
	color: #000;
}
.news
	.md-news
	.md-news-list
	.md-news-item
	article
	.wp-show-posts-inner
	header
	h2
	a:hover {
	color: #fc6f03;
}
.news
	.md-news
	.md-news-list
	.md-news-item
	article
	.wp-show-posts-inner
	header
	.wp-show-posts-entry-meta {
	position: absolute;
	top: 12px;
	left: 0;
}
.news
	.md-news
	.md-news-list
	.md-news-item
	article
	.wp-show-posts-inner
	header
	.wp-show-posts-entry-meta
	span {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 180%;
	/* or 25px */
	color: #b5b5b5;
}
.news .md-news .md-news-list .md-news-item article.staff {
	background: normal;
	padding: 0;
	background: none;
}

#feature.about:before {
	display: none;
}

.module-blog {
	background: #f5faf4;
	padding-top: 100px;
	padding-bottom: 100px;
}
.module-blog.blog {
	background: #ebf8ef;
	padding-bottom: 60px;
}
.module-blog .blog-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 80px;
}
.module-blog .blog-title .blog-title-name h4 {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	/* leading-trim and text-edge are draft CSS properties.

  Read more: https://drafts.csswg.org/css-inline-3/#leading-trim
  */
	leading-trim: both;
	text-edge: cap;
	letter-spacing: 0.03em;
	margin-top: 0;
	margin-bottom: 0;
	color: #01bfbd;
}
.module-blog .blog-title .blog-title-name h3 {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 43px;
	/* leading-trim and text-edge are draft CSS properties.

  Read more: https://drafts.csswg.org/css-inline-3/#leading-trim
  */
	leading-trim: both;
	text-edge: cap;
	letter-spacing: 0.07em;
	margin-top: 20px;
	margin-bottom: 0;
	color: #333333;
}
.module-blog .blog-title-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	padding-top: 40px;
}
.module-blog .blog-title-link.mobile {
	display: none;
}
.module-blog .blog-title-link span {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 23px;
	color: #333333;
}
.module-blog .blog-title-link a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px;
	gap: 20.62px;
	width: 33px;
	height: 33px;
	background: #01bfbd;
	border-radius: 24.75px;
}
.module-blog .blog-title-link a:hover {
	background: #fc6f03;
}
.module-blog .blog-content .wp-show-posts-inner .wp-show-posts-image {
	margin-bottom: 0;
}
.module-blog .blog-content .wp-show-posts-inner .wp-show-posts-image img {
	border-radius: 4px;
}
.module-blog .blog-content header {
	position: relative;
	padding-top: 22px;
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 10px;
	padding-top: 30px;
}
.module-blog .blog-content header .wp-show-posts-entry-title {
	line-height: 18px;
	margin-top: 4px;
}
.module-blog .blog-content header .wp-show-posts-entry-title a {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.04em;
	color: #333333;
}
.module-blog .blog-content header .wp-show-posts-entry-title a:hover {
	color: #fc6f03;
}
.module-blog .blog-content header .wp-show-posts-entry-meta {
	position: absolute;
	top: 10px;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.module-blog
	.blog-content
	header
	.wp-show-posts-entry-meta
	.wp-show-posts-terms {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px 4px;
	gap: 8px;
	color: #fff;
	background: #fc6f03;
	border-radius: 2px;
	position: relative;
}
.module-blog
	.blog-content
	header
	.wp-show-posts-entry-meta
	.wp-show-posts-terms:before {
	position: absolute;
	content: "";
	background: transparent;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 2;
}
.module-blog
	.blog-content
	header
	.wp-show-posts-entry-meta
	.wp-show-posts-terms
	a {
	color: #fff;
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
}
.module-blog
	.blog-content
	header
	.wp-show-posts-entry-meta
	.wp-show-posts-posted-on {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	/* leading-trim and text-edge are draft CSS properties.

  Read more: https://drafts.csswg.org/css-inline-3/#leading-trim
  */
	leading-trim: both;
	text-edge: cap;
	color: #000000;
}

.interview.module-blog {
	background: #f5faf4;
}
.interview.module-blog
	.blog-content
	.wp-show-posts-single
	.wp-show-posts-inner {
	background: #fff;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	padding: 25px;
}
.interview.module-blog
	.blog-content
	.wp-show-posts-single
	.wp-show-posts-inner
	header {
	padding: 0;
	padding-top: 30px;
	margin-bottom: 5px;
}
.interview.module-blog
	.blog-content
	.wp-show-posts-single
	.wp-show-posts-inner
	header
	.wp-show-posts-entry-meta {
	padding-left: 0;
}
.interview.module-blog
	.blog-content
	.wp-show-posts-single
	.wp-show-posts-inner
	header
	h2
	a {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	/* or 27px */
	letter-spacing: 0.04em;
	color: #333333;
}
.interview.module-blog
	.blog-content
	.wp-show-posts-single
	.wp-show-posts-inner
	header
	h2
	a:hover {
	color: #fc6f03;
}
.interview.module-blog
	.blog-content
	.wp-show-posts-single
	.wp-show-posts-inner
	.wp-show-posts-entry-summary
	p {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 170%;
	/* or 24px */
	letter-spacing: 0.04em;
	color: #000000;
}
.interview.module-blog
	.blog-content
	.wp-show-posts-single
	.wp-show-posts-inner
	.img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: normal;
	-ms-flex-pack: normal;
	justify-content: normal;
	width: 100%;
	gap: 15px;
}
.interview.module-blog
	.blog-content
	.wp-show-posts-single
	.wp-show-posts-inner
	.img
	img {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	max-width: 100%;
	width: 72px;
	width: min(7.03vw, 72px);
}
.interview.module-blog
	.blog-content
	.wp-show-posts-single
	.wp-show-posts-inner
	.img
	span {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	/* identical to box height, or 14px */
	color: #000000;
}
.interview.module-blog .blog-title {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px;
}
.interview.module-blog .staff {
	padding: 0;
	background: transparent;
}

#staff .interview:before {
	display: none;
}

.md-page-title {
	background: #ebf8ef;
	padding-top: 100px;
	padding-bottom: 60px;
}
.md-page-title .md-title {
	margin-bottom: 0;
}
.md-page-title .md-title h3 {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 700;
	font-size: 64px;
	line-height: 64px;
	/* identical to box height, or 181% */
	letter-spacing: 0.04em;
	text-align: left;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	color: #01bfbd;
}
.md-page-title .md-title h4 {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.07em;
	margin-top: 25px;
	color: #333333;
}

#interview.page-cat {
	padding-top: 0;
	position: relative;
	z-index: 9;
}
#interview.page-cat .container {
	position: relative;
	display: flex;
}
@media screen and (max-width: 769px) {
	#interview.page-cat .container {
		flex-direction: column;
	}
}
#interview.page-cat .module-tab {
	position: relative;
}
#interview.page-cat .module-tab .blog-content {
	padding-top: 100px;
}
#interview.page-cat .module-tab .blog-content.page-blog .news__tag li.sponsor {
	display: none;
}
#interview.page-cat .module-tab .blog-content.page-blog .news__tag li.staff {
	display: none;
}
#interview.page-cat .module-tab .blog-content.page-sponsor .news__tag li.post {
	display: none;
}
#interview.page-cat .module-tab .blog-content.page-sponsor .news__tag li.staff {
	display: none;
}
#interview.page-cat .module-tab .blog-content.page-staff .news__tag li.post {
	display: none;
}
#interview.page-cat .module-tab .blog-content.page-staff .news__tag li.sponsor {
	display: none;
}
#interview.page-cat .module-tab .blog-content.page-staff .des {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 170%;
	letter-spacing: 0.04em;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
#interview.page-cat .module-tab .blog-content.page-staff .img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: normal;
	-ms-flex-pack: normal;
	justify-content: normal;
	width: 100%;
	gap: 15px;
	padding-top: 10px;
}
#interview.page-cat .module-tab .blog-content.page-staff .img img {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	max-width: 100%;
	width: 72px;
}
#interview.page-cat .module-tab .blog-content.page-staff .img span {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	/* identical to box height, or 14px */
	color: #000000;
}
#interview.page-cat .module-tab .news__tag {
	position: absolute;
	width: 100%;
	top: -22px;
	left: 0;
	padding: 0 10px;
}
#interview.page-cat .module-tab .list-tab ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
#interview.page-cat .module-tab .list-tab ul li {
	width: 25%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 45px;
	background: #fff;
	position: relative;
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	/* identical to box height */
	letter-spacing: 0.07em;
	color: #01bfbd;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
#interview.page-cat .module-tab .list-tab ul li:first-child {
	border-radius: 10px 0 0 10px;
}
#interview.page-cat .module-tab .list-tab ul li:last-child {
	border-radius: 0px 10px 10px 0px;
}
#interview.page-cat .module-tab .list-tab ul li.active {
	background: #01bfbd;
	color: #fff;
}
#interview.page-cat .module-tab .list-tab ul li.active a {
	color: #fff;
}
#interview.page-cat .module-tab .list-tab ul li a {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	/* identical to box height */
	letter-spacing: 0.07em;
	color: #01bfbd;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#interview.page-cat .module-tab .list-tab ul li:hover {
	background: #01bfbd;
	color: #fff;
}
#interview.page-cat .module-tab .list-tab ul li:hover a {
	color: #fff;
}
#interview.page-cat .module-tab .news__content #js-articles-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 3%;
}
#interview.page-cat .module-tab .news__content #js-articles-area .md-post-item {
	width: 48%;
	background: #fff;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	margin-bottom: 32px;
}
#interview.page-cat
	.module-tab
	.news__content
	#js-articles-area
	.md-post-item.staff {
	padding: 40px 20px;
}
#interview.page-cat
	.module-tab
	.news__content
	#js-articles-area
	.md-post-item
	.post-content {
	padding: 14px;
}
#interview.page-cat
	.module-tab
	.news__content
	#js-articles-area
	.md-post-item
	.post-images {
	margin-bottom: 10px;
}
#interview.page-cat
	.module-tab
	.news__content
	#js-articles-area
	.md-post-item
	.post-images
	img {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	height: auto;
}
#interview.page-cat
	.module-tab
	.news__content
	#js-articles-area
	.md-post-item
	.cat-date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
}
#interview.page-cat
	.module-tab
	.news__content
	#js-articles-area
	.md-post-item
	.cat-date
	.post-cat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px 4px;
	gap: 8px;
	color: #fff;
	background: #fc6f03;
	border-radius: 2px;
	position: relative;
	color: #fff;
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	position: relative;
}
#interview.page-cat
	.module-tab
	.news__content
	#js-articles-area
	.md-post-item
	.cat-date
	.post-cat.json {
	border-radius: 0 2px 2px 0;
	text-indent: -56px;
	margin-left: 6px;
}
#interview.page-cat
	.module-tab
	.news__content
	#js-articles-area
	.md-post-item
	.cat-date
	.post-cat.json:before {
	content: "";
	background: #fc6f03;
	height: 14px;
	border-radius: 2px 0 0 2px;
	width: 6px;
	position: absolute;
	top: 0;
	left: -6px;
}
#interview.page-cat
	.module-tab
	.news__content
	#js-articles-area
	.md-post-item
	.cat-date
	.cat-date {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	/* leading-trim and text-edge are draft CSS properties.

  Read more: https://drafts.csswg.org/css-inline-3/#leading-trim
  */
	leading-trim: both;
	text-edge: cap;
	color: #000000;
}
#interview.page-cat
	.module-tab
	.news__content
	#js-articles-area
	.md-post-item
	h3 {
	margin-top: 10px;
}
#interview.page-cat
	.module-tab
	.news__content
	#js-articles-area
	.md-post-item
	h3
	a {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.04em;
	color: #333333;
}
#interview.page-cat
	.module-tab
	.news__content
	#js-articles-area
	.md-post-item:hover 
	h3
	a{
	color: #fc6f03;
}

#interview.page-cat .module-tab .news__pagenation ul {
	list-style-type: none;
}
#interview.page-cat .module-tab .news__pagenation ul li {
	background: none;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
#interview.page-cat .module-tab .news__pagenation ul li.active {
	background: none;
}
#interview.page-cat .module-tab .news__pagenation ul li.active a {
	opacity: 1;
}
#interview.page-cat .module-tab .news__pagenation ul li:hover {
	background: none;
}
#interview.page-cat .module-tab .news__pagenation ul li:hover a {
	opacity: 1;
}
#interview.page-cat .module-tab .news__pagenation ul li a {
	color: #01bfbd !important;
	padding: 10px;
	opacity: 0.7;
}

.blog-content .wpsp-load-more {
	margin-top: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

.detail-blog-content {
	background: #f5faf4;
	padding-top: 80px;
	padding-bottom: 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
@media screen and (min-width: 769px) {
	.detail-blog-content .md-content {
	width: 730px;
    min-width: 730px;
}
}
.detail-blog-content .md-content {
	background: #fff;
	border-radius: 8px;
}
.detail-blog-content .md-content h3.title {
	margin-top: 0;
}
.detail-blog-content .md-content .blog-top {
	padding: 25px 30px;
	padding-bottom: 35px;
	border-bottom: 1px solid #cacaca;
}
.detail-blog-content .md-content .blog-top .time {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	margin-top: 10px;
}
.detail-blog-content .md-content .blog-top .time .cat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px 4px;
	gap: 8px;
	color: #fff;
	background: #fc6f03;
	border-radius: 2px;
	position: relative;
}
.detail-blog-content .md-content .blog-top .time .cat:before {
	position: absolute;
	content: "";
	background: transparent;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 2;
}
.detail-blog-content .md-content .blog-top .time .cat a {
	color: #fff;
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
}
.detail-blog-content .md-content .blog-top .time .date {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	/* leading-trim and text-edge are draft CSS properties.

  Read more: https://drafts.csswg.org/css-inline-3/#leading-trim
  */
	leading-trim: both;
	text-edge: cap;
	color: #000000;
}
.detail-blog-content .md-content .detail-img {
	padding: 25px 30px;
	padding-top: 40px;
}
.detail-blog-content .md-content .detail-img img {
	width: 100%;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	height: auto;
}
.detail-blog-content .md-content .detail-scroll-content {
	padding: 25px 30px;
}
.detail-blog-content
	.md-content
	.detail-scroll-content
	#ez-toc-container.ez-toc-counter {
	width: 100% !important;
	background: #f5faf4 !important;
	border: none !important;
	padding: 25px 30px;
}
.detail-blog-content
	.md-content
	.detail-scroll-content
	#ez-toc-container.ez-toc-counter
	.ez-toc-title-toggle {
	display: none;
}
.detail-blog-content
	.md-content
	.detail-scroll-content
	#ez-toc-container.ez-toc-counter
	.ez-toc-title {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	text-align: left;
	letter-spacing: 0.03em;
	position: relative;
	color: #333333;
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.detail-blog-content
	.md-content
	.detail-scroll-content
	#ez-toc-container.ez-toc-counter
	.ez-toc-title:before {
	content: "";
	position: absolute;
	background: #01bfbd;
	width: 5px;
	height: 32px;
	top: -5px;
	left: 0;
}
.detail-blog-content
	.md-content
	.detail-scroll-content
	#ez-toc-container.ez-toc-counter
	.ez-toc-list
	li
	a {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 170%;
	/* or 27px */
	letter-spacing: 0.04em;
	color: #333333;
}
.detail-blog-content
	.md-content
	.detail-scroll-content
	#ez-toc-container.ez-toc-counter
	.ez-toc-list
	li
	a:before {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 170%;
	/* or 27px */
	letter-spacing: 0.04em;
	color: #01bfbd;
}
.detail-blog-content .md-content .detail-scroll-content .sub-title {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 100%;
	text-align: left;
	letter-spacing: 0.03em;
	position: relative;
	color: #333333;
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 20px;
}
.detail-blog-content .md-content .detail-scroll-content h1:before {
	content: "";
	display: inline-block;
	margin-right: 10px;
	background: #01bfbd;
	width: 5px;
	height: 36px;
	margin-right: 16px;
}
.detail-blog-content .md-content .detail-scroll-content h1 {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 100%;
	letter-spacing: 0.03rem;
	display: flex;
	flex-direction: row;
	align-item: center;
	leading-trim: both;
	text-edge: cap;
	text-align: left;
	letter-spacing: 0.03em;
	padding-bottom: 15px;
	margin-bottom: 20px;
	color: #333333;
	position: relative;
}
.detail-blog-content .md-content .detail-scroll-content h2:before {
	content: "";
	position: absolute;
	width: 150px;
	height: 2px;
	background: #01bfbd;
	bottom: -2px;
	left: 0;
}
.detail-blog-content .md-content .detail-scroll-content h2 {
	border-bottom: 2px solid #cacaca;
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 16px;
}

.detail-blog-content .md-content .detail-scroll-content h3:before {
	content: "";
	margin-right: 10px;
	display: inline-block;
	height: 10px;
	width: 10px;
	background: #01bfbd;
	border-radius: 9999px;
}
.detail-blog-content .md-content .detail-scroll-content h3 {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 10px;
}

.detail-blog-content .md-content .detail-scroll-content p {
	margin-bottom: 20px;
}

.detail-related {
	background: #f5faf4;
}
.detail-related .crp_related.crp-rounded-thumbs {
	margin: 0;
}
.detail-related .crp_related.crp-rounded-thumbs h2 {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 700;
	font-size: 25px;
	line-height: 30px;
	/* leading-trim and text-edge are draft CSS properties.

  Read more: https://drafts.csswg.org/css-inline-3/#leading-trim
  */
	leading-trim: both;
	text-edge: cap;
	text-align: center;
	letter-spacing: 0.07em;
	margin-top: 0;
	color: #333333;
	margin-bottom: 30px;
}

@media (max-width: 1024px) {
	.wp-show-posts-columns#wpsp-33,
	.wp-show-posts-columns#wpsp-38 {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
		margin-left: 0 !important;
	}
	.wp-show-posts-columns#wpsp-33 .wpsp-col-3,
	.wp-show-posts-columns#wpsp-38 .wpsp-col-3 {
		width: 100%;
	}
	section.wp-show-posts-columns#wpsp-33 .wp-show-posts-inner,
	section.wp-show-posts-columns#wpsp-38 .wp-show-posts-inner {
		margin: 0;
	}
}

@media (max-width: 768px) {
	.news .md-news {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.md-news-item .news-title {
		width: 100%;
	}
	.news .md-news .md-title-left {
		width: 100%;
		margin-bottom: 30px;
	}
	.news .md-news .md-news-list {
		width: 100%;
		padding: 0 15px;
	}
	.news .md-news .md-news-list .md-news-item {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 0px;
	}
	.news
		.md-news
		.md-news-list
		.md-news-item
		article
		.wp-show-posts-inner
		header {
		padding-left: 0;
	}
	.news
		.md-news
		.md-news-list
		.md-news-item
		article
		.wp-show-posts-inner
		header
		h2 {
		padding-top: 30px;
	}
	.news
		.md-news
		.md-news-list
		.md-news-item
		article
		.wp-show-posts-inner
		header
		h2
		a {
		line-height: 24px;
		margin-top: 10px;
	}
	.news
		.md-news
		.md-news-list
		.md-news-item
		article
		.wp-show-posts-inner
		header
		h2:before {
		position: absolute;
		top: 17px;
		left: 70px;
	}
	.news .md-news .md-news-list .md-news-item {
		padding-bottom: 10px;
	}
	.page-cat .module-tab .list-tab ul li a {
		font-size: 12px;
	}
	.detail-blog-content .md-content .detail-img img {
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		height: auto;
	}
	.module-blog .blog-title {
		align-items: center;
		justify-content: center;
		margin-bottom: 60px;
	}
	.module-blog .blog-title .blog-title-name {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.module-blog .blog-title .blog-title-name h4 {
		font-size: 16px;
	}
	.module-blog .blog-title .blog-title-name h3 {
		font-size: 24px;
	}
	.module-blog .blog-title .blog-title-link {
		display: none;
	}
	.module-blog .blog-title-link.mobile {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.wp-show-posts-columns#wpsp-33,
	.wp-show-posts-columns#wpsp-38 {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}
	section.wp-show-posts-columns#wpsp-33 .wp-show-posts-inner,
	section.wp-show-posts-columns#wpsp-38 .wp-show-posts-inner {
		margin: 0;
	}
	#interview.page-cat
		.module-tab
		.news__content
		#js-articles-area
		.md-post-item {
		width: 48%;
		background: #fff;
		position: relative;
		overflow: hidden;
		border-radius: 4px;
		margin-bottom: 10px;
	}
	#interview.page-cat
		.module-tab
		.news__content
		#js-articles-area
		.md-post-item.staff {
		width: 100%;
	}
	#interview.page-cat .module-tab .list-tab ul li {
		font-size: 12px;
		line-height: 1.4;
		padding: 4px;
	}
	#interview.page-cat .module-tab .blog-content {
		padding-top: 60px;
	}
	.detail-blog-content .md-content .blog-top {
		padding: 16px 12px;
		padding-bottom: 20px;
		border-bottom: 1px solid #cacaca;
	}
	.detail-blog-content .md-content .detail-img {
		padding: 16px 12px;
		padding-bottom: 10px;
	}
	.detail-blog-content .md-content .detail-scroll-content {
		padding: 16px 12px;
		padding-bottom: 20px;
	}
}

/* kumagawa追記 */
.module-blog
	.blog-content
	header
	.wp-show-posts-entry-meta
	.wp-show-posts-terms {
	display: -webkit-box;
	-webkit-box-orient: vertical; /* 垂直方向に配置 */
	overflow: hidden; /* 溢れた部分を隠す */
	text-overflow: ellipsis; /* 溢れた部分に「...」を表示 */
	-webkit-line-clamp: 1;
}
.detail-blog-content.detail-staff-content .container {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0px;
}
.detail-blog-content.detail-staff-content .container .md-userinfo {
    width: 360px;
    min-width: 360px;
}
.detail-blog-content.detail-staff-content .container .userinfo-img {
	display: grid;
	place-content: center;
	padding-bottom: 16px;
}
.detail-blog-content.detail-staff-content .container .userinfo-img img {
	width: 151px;
}
.detail-blog-content.detail-staff-content .container .userinfo-name {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 10px;
	margin-bottom: 20px;
}
.detail-blog-content.detail-staff-content .container .userinfo-name span {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
}
.detail-related {
	padding-bottom: 100px;
}
.detail-related .related-title {
	text-align: center;
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 700;
	font-size: 25px;
	line-height: 30px;
	margin-top: 0;
}
.detail-related .related-content {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
	padding-top: 30px;
}
.detail-related .related-content .md-post-item {
	width: 100%;
	background: white;
	border-radius: 8px;
	padding: 30px 20px;
}
.detail-related .related-content .md-post-item .cat-date {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}
.detail-related .related-content .md-post-item .post-cat {
	background: #fc6f03;
	height: 15px;
	padding: 0 4px;
	border-radius: 2px;
	font-size: 12px;
	display: block;
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 500;
	line-height: 14px;
	color: white;
}
.detail-related .related-content .md-post-item .post-date {
	font-size: 12px;
	display: block;
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 400;
}
.detail-related .related-content .md-post-item h3 {
	margin-top: 6px;
}
.detail-related .related-content .md-post-item h3 a {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.04rem;
	color: #000;
	display: -webkit-box;
	-webkit-box-orient: vertical; /* 垂直方向に配置 */
	overflow: hidden; /* 溢れた部分を隠す */
	text-overflow: ellipsis; /* 溢れた部分に「...」を表示 */
	-webkit-line-clamp: 2;
}
.detail-related .related-content .md-post-item .des {
	font-size: 14px;
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
	padding-top: 8px;
}
.detail-related .related-content .md-post-item .img {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 10px;
	padding-top: 24px;
}
.detail-related .related-content .md-post-item .img img {
	width: 30%;
}
.detail-related .related-content .md-post-item .img span {
	font-size: 14px;
}
.detail-related-blog .related-content .md-post-item {
	padding: 0;
}
.detail-related-blog .related-content .md-post-item .post-content {
	padding: 20px 10px;
}
.detail-related-blog .related-content .md-post-item .post-images img {
	border-radius: 4px 4px 0 0;
}
.detail-related-blog .related-content .md-post-item h3 a {
	font-size: 14px;
}
.detail-related .related-btn {
	display: grid;
	place-content: center;
	padding-top: 40px;
}
.detail-related .related-btn a {
	display: grid;
	place-content: center;
	width: 222px;
	height: 44px;
	background: #01bfbd;
	border-radius: 9999px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	font-family: "Noto Sans JP";
	font-style: normal;
}
@media (max-width: 768px) {
	.md-page-title .md-title h3 {
		font-size: 36px;
	}
	.md-page-title .md-title h4 {
		font-size: 14px;
		margin-top: 0;
	}
	.detail-blog-content.detail-staff-content .container {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.detail-blog-content.detail-staff-content .container .md-userinfo {
		width: 100%;
		min-width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		gap: 12px;
	}
	.detail-blog-content.detail-staff-content .container .userinfo-img {
		padding-bottom: 0;
	}
	.detail-blog-content.detail-staff-content .container .userinfo-img img {
		width: 72px;
	}
	.detail-blog-content.detail-staff-content .container .userinfo-name {
		justify-content: center;
	}
	.detail-related {
		padding-bottom: 80px;
	}
	.detail-related .related-content {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		padding-top: 30px;
	}
	.detail-related .related-content .md-post-item .img img {
		width: 48px;
	}
	.detail-related .related-btn {
		padding-top: 30px;
	}
	.detail-related .related-title {
		font-size: 24px;
	}
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.blog-detail .ez-toc-section {
	display: block;
	padding-top: 100px; /* 固定ヘッダーの高さ */
	margin-top: -100px;
}

@media screen and (max-width: 768px) {
	.blog-detail .ez-toc-section {
		display: block;
		padding-top: 80px; /* 固定ヘッダーの高さ */
		margin-top: -80px;
	}
}

#staff .service_img img {
	border-radius: 8px;
}

.wp-show-posts-inner {
	display: flex;
	flex-direction: column;
}
.wp-show-posts-inner .wp-show-posts-entry-header {
	flex-grow: 1;
}

/* sidebar実装　2025/11/23 */
/* サイドバー基本スタイル */
.sidebar {
  width: 100%;
  max-width: 350px;
	min-width: 350px;	
}
#interview .sidebar {
	padding-top: 100px;
}

.sidebar-section {
  margin-bottom: 40px;
padding: 0 0 20px 20px;	
  background-color: #f9f9f9;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
	#interview .sidebar {
		padding-top: 0px;
	}	
	.sidebar-section {
		padding: 0;
	}
}

.sidebar-title {
	font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
    border-bottom: 2px solid #01bfbd;
    background-color: #01bfbd;
    text-align: center;
    padding: 10px 0;
    border-radius: 6px;
	margin-top: 0;
}

.articles-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* WPP記事アイテム */
.wpp-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-inline-start: 0px;
  margin-top: 0;
}

.wpp-post-item {
  padding: 12px;
  background-color: white;
  border-radius: 6px;
  border-left: 3px solid #01bfbd;
  transition: all 0.3s ease;
  display: flex;
  gap: 12px;
	    align-items: center;
}

.wpp-post-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-left-color: #fb7005;
}

.wpp-post-item .wpp-thumbnail {
  flex: 0 0 40%;
  overflow: hidden;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin: 0 0 0 0;
  width: auto;
  height: auto;
  max-width: 113px;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.wpp-post-item .wpp-thumbnail a {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.wpp-post-item:hover .wpp-thumbnail a {
  transform: scale(1.05);
}

.wpp-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.wpp-meta {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.wpp-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  background-color: #fb7005;
  color: white;
  padding: 3px 8px;
  border-radius: 3px;
  text-transform: uppercase;
  flex-shrink: 0;
margin-right: 6px;
}

.wpp-content a {
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  text-decoration: none;
  margin: 0 0;
}

.wpp-content a:hover {
  color: #01bfbd;
}

.wpp-date {
  font-size: 12px;
  color: #999;
  flex-shrink: 0;
}

.no-articles {
  color: #999;
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .sidebar {
    max-width: 100%;
    margin-top: 40px;
  }

  .sidebar-title {
    font-size: 16px;
  }

  .wpp-post-item {
    padding: 10px;
  }

  .wpp-content a {
    font-size: 13px;
  }
}
/* カテゴリー別リンクセクション */

.sidebar-title-category {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 15px 20px;
  color: white;
  background-color: #01bfbd;
  text-align: center;
  border: none;
}

.category-links-list {
  background-color: white;
  padding: 15px 20px;
}

.category-link-item {
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}

.category-link-item:last-child {
  border-bottom: none;
}

.category-link-item a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  display: block;
  transition: color 0.3s ease;
}

.category-link-item a:hover {
  color: #01bfbd;
}

.no-categories {
  color: #999;
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
}
/* 画像リンクセクション */
.sidebar-section.sidebar-image-link {

  margin-bottom: 0;
}

.sidebar-section.sidebar-image-link a {
  display: block;
  overflow: hidden;
  border-radius: 8px;
}

.sidebar-section.sidebar-image-link img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.sidebar-section.sidebar-image-link a:hover img {
  transform: scale(1.05);
}
