@charset "utf-8";

/* ------------------------------
main [home]
------------------------------ */
/* 臨時banner */
.home #extraordinary {
	max-width: 60%;
	padding-bottom: 100px;
	margin: 0 auto;
}

.home #extraordinary img {
	width: 100%;
}

@media screen and (max-width: 1199px) {
	.home #extraordinary {
		max-width: 70%;
		padding-bottom: 60px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 767px) {
	.home #extraordinary {
		max-width: 100%;
		padding-bottom: 40px;
		margin: 0 auto;
	}
}

/* 活動情報 */
.home .report-wrap .container {
	margin-top: 100px;
}

.home .report-wrap .section-title {
	color: #3b86e1;
	line-height: 1.25;
}

.home .report-wrap .section-title h2 {
	font-size: 4.8rem;
}

.home .report-wrap .section-title h2 > span {
	display: block;
}

.home .report-wrap .posts {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-top: 0;
	margin-left: 88px;
}

.home .report-wrap .post {
	width: 280px;
}

.home .report-wrap .post-thumb {
	width: 100%;
	height: 210px;
}

.home .report-wrap .post-thumb > a {
	display: block;
}

@media screen and (max-width: 1199px) {
	.home .report-wrap {
		padding: 60px 0;
	}

	.home .report-wrap .container {
		width: 745px;
	}

	.home .report-wrap .section-title h2 > span {
		display: inline;
	}

	.home .report-wrap div[class*="-contents"] {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.home .report-wrap .posts {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-top: 20px;
		margin-left: 0;
	}

	.home .report-wrap .post {
		width: 32%;
	}

	.home .report-wrap .post-thumb {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 767px) {
	.home .report-wrap {
		font-size: 1.2rem;
		padding: 40px 0 38px;
		background: linear-gradient(326deg, #f2f2f2 0%, #f2f2f2 83.6%, #fff 83.6%, #fff 100%);
	}

	.home .report-wrap .container {
		width: 100%;
		padding: 0 15px;
	}

	.home .report-wrap .section-title h2 {
		font-size: 3.6rem;
	}

	.home .report-wrap .section-title p {
		margin-top: 18px;
		font-size: 1.8rem;
	}

	.home .report-wrap .posts {
		margin-top: 25px;
		margin-left: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.home .report-wrap .post {
		width: 100%;
	}

	.home .report-wrap .post + .post {
		margin-top: 30px;
	}

	.home .report-wrap .post-title {
		line-height: 1.5;
	}
}

/* ------------------------------
sidebar
------------------------------ */
.sidebar .widget_archive ul.children,
.sidebar .widget_categories ul.children {
	margin-top: 0;
}

.sidebar .widget_archive > ul:not(.children),
.sidebar .widget_categories > ul:not(.children) {
	margin-top: 3px;
}

.sidebar .widget_archive ul li,
.sidebar .widget_categories ul li {
	border: none;
}

.sidebar .widget_archive ul li::after,
.sidebar .widget_categories ul li::after {
	content: none;
}

.sidebar .widget_archive ul li > a,
.sidebar .widget_categories ul li > a {
	position: relative;
	padding: 0.75em 1em 0.75em;
	border-bottom: 1px solid #999;
}

.sidebar .widget_archive ul li > a::after,
.sidebar .widget_categories ul li > a::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 1em;
	width: 10px;
	height: 12px;
	background: url(img/arrow-right-gray.svg) no-repeat;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sidebar .widget_archive ul ul li > a,
.sidebar .widget_categories ul ul li > a {
	padding-left: 2em;
}


/****************************************
追記
****************************************/
.schedule-post-wrap dl dt {
	font-size: 7.2rem;
	color: #3b86e1;
	font-weight: bold;
}

.schedule-post-wrap dl dd {
    margin-top: 41px;
    padding-left: 9px;
    line-height: 2;
	font-weight: bold;
}

.schedule-contents.df {
	justify-content: space-between;
}


/************
スマホ調整
*************/

@media screen and (max-width: 767px) {
	.schedule-post-wrap dl dt {
	  font-size: 4rem;
	}
	.schedule-post-wrap dl dd {
	  padding-left: 0;
	  font-size: 1.6rem;
	}
  }

/* ------------------------------
下層ページ（TOP以外）では header.php の TOP専用メインMV (.mv-wrap) を非表示
既存 subpage.css は固定ページでしか読まれないため、CPTの archive/single にも効くよう汎用化
------------------------------ */
body:not(.home) .mv-wrap {
	display: none;
}

/* ------------------------------
お知らせ (news-wrap = TOP / news-archive = 一覧)
------------------------------ */
.home .news-wrap,
.news-archive {
	padding: 80px 0 60px;
	background: #f8f8f8;
}

.home .news-wrap .container,
.news-archive .container {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 20px;
}

.home .news-wrap .section-title,
.news-archive .section-title {
	text-align: center;
	color: #3b86e1;
	line-height: 1.25;
	margin-bottom: 40px;
}

.home .news-wrap .section-title h2,
.news-archive .section-title h1 {
	font-size: 4.8rem;
	font-weight: bold;
}

.home .news-wrap .section-title p,
.news-archive .section-title p {
	margin-top: 10px;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}

.home .news-wrap .news-list,
.news-archive .news-list {
	list-style: none;
	padding: 0;
	margin: 0 0 40px;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.home .news-wrap .news-item + .news-item,
.news-archive .news-item + .news-item {
	border-top: 1px solid #eee;
}

.home .news-wrap .news-item > a,
.news-archive .news-item > a {
	display: flex;
	align-items: center;
	padding: 22px 32px;
	text-decoration: none;
	color: #333;
	transition: background 0.15s;
}

.home .news-wrap .news-item > a:hover,
.news-archive .news-item > a:hover {
	background: #f2f8ff;
}

.home .news-wrap .news-date,
.news-archive .news-date {
	flex: 0 0 auto;
	min-width: 120px;
	color: #3b86e1;
	font-weight: bold;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}

.home .news-wrap .news-title,
.news-archive .news-title {
	flex: 1;
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: 500;
}

/* 「お知らせ一覧」ボタンは中央寄せに（既存 .home .more-btn は右寄せデフォルト） */
.home .news-wrap .more-btn {
	margin-left: auto;
	margin-right: auto;
}

.news-archive .no-posts {
	text-align: center;
	color: #999;
	padding: 40px 0;
}

@media screen and (max-width: 1199px) {
	.home .news-wrap,
	.news-archive {
		padding: 60px 0 40px;
	}
	.home .news-wrap .container,
	.news-archive .container {
		width: 745px;
		max-width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.home .news-wrap,
	.news-archive {
		padding: 40px 0 30px;
	}

	.home .news-wrap .container,
	.news-archive .container {
		width: 100%;
		padding: 0 15px;
	}

	.home .news-wrap .section-title h2,
	.news-archive .section-title h1 {
		font-size: 3.2rem;
	}

	.home .news-wrap .section-title p,
	.news-archive .section-title p {
		font-size: 1.4rem;
	}

	.home .news-wrap .news-item > a,
	.news-archive .news-item > a {
		flex-direction: column;
		align-items: flex-start;
		padding: 16px 20px;
	}

	.home .news-wrap .news-date,
	.news-archive .news-date {
		font-size: 1.3rem;
		min-width: 0;
		margin-bottom: 4px;
	}

	.home .news-wrap .news-title,
	.news-archive .news-title {
		font-size: 1.4rem;
	}
}

/* ------------------------------
記事詳細 (news-single / report-single)
------------------------------ */
.news-single,
.report-single {
	padding: 80px 0 100px;
	background: #f8f8f8;
}

.news-single .container,
.report-single .container {
	max-width: 860px;
	margin: 0 auto;
	padding: 0 20px;
}

.news-single .news-article,
.report-single .news-article {
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
	padding: 60px 60px;
}

.news-single .news-article-header,
.report-single .news-article-header {
	border-bottom: 1px solid #eee;
	padding-bottom: 28px;
	margin-bottom: 40px;
}

.news-single .breadcrumb,
.report-single .breadcrumb {
	font-size: 1.3rem;
	color: #999;
	margin-bottom: 24px;
}

.news-single .breadcrumb a,
.report-single .breadcrumb a {
	color: #3b86e1;
	text-decoration: none;
}

.news-single .breadcrumb a:hover,
.report-single .breadcrumb a:hover {
	text-decoration: underline;
}

.news-single .breadcrumb .sep,
.report-single .breadcrumb .sep {
	margin: 0 0.4em;
	color: #ccc;
}

.news-single .news-article-date,
.report-single .news-article-date {
	display: inline-block;
	font-size: 1.4rem;
	color: #3b86e1;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.news-single .news-article-title,
.report-single .news-article-title {
	font-size: 3rem;
	margin-top: 10px;
	line-height: 1.5;
	color: #1b1464;
	font-weight: bold;
}

.report-single .news-article-thumb {
	margin: 0 0 32px;
}

.report-single .news-article-thumb img {
	width: 100%;
	height: auto;
	border-radius: 4px;
	display: block;
}

.news-single .news-article-body,
.report-single .news-article-body {
	font-size: 1.6rem;
	line-height: 1.9;
	color: #333;
}

.news-single .news-article-body p,
.report-single .news-article-body p {
	margin-bottom: 1.6em;
}

.news-single .news-article-body h2,
.report-single .news-article-body h2 {
	font-size: 2.4rem;
	color: #3b86e1;
	margin: 2em 0 1em;
	padding-bottom: 8px;
	border-bottom: 2px solid #3b86e1;
	font-weight: bold;
}

.news-single .news-article-body h3,
.report-single .news-article-body h3 {
	font-size: 2rem;
	color: #1b1464;
	margin: 1.8em 0 0.8em;
	font-weight: bold;
}

.news-single .news-article-body ul,
.news-single .news-article-body ol,
.report-single .news-article-body ul,
.report-single .news-article-body ol {
	padding-left: 1.5em;
	margin-bottom: 1.6em;
}

.news-single .news-article-body a,
.report-single .news-article-body a {
	color: #3b86e1;
	text-decoration: underline;
	word-break: break-all;
}

.news-single .news-article-body img,
.report-single .news-article-body img {
	max-width: 100%;
	height: auto;
	margin: 1em 0;
	border-radius: 4px;
}

.news-single .news-article-footer,
.report-single .news-article-footer {
	text-align: center;
	margin-top: 60px;
	padding-top: 40px;
	border-top: 1px solid #eee;
}

.news-single .news-article-footer .more-btn,
.report-single .news-article-footer .more-btn {
	margin-left: auto;
	margin-right: auto;
}

/* ------------------------------
例会レポート一覧 (report-archive)
------------------------------ */
.report-archive {
	padding: 80px 0 60px;
	background: #f8f8f8;
}

.report-archive .container {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}

.report-archive .section-title {
	text-align: center;
	color: #3b86e1;
	line-height: 1.25;
	margin-bottom: 40px;
}

.report-archive .section-title h1 {
	font-size: 4.8rem;
	font-weight: bold;
}

.report-archive .section-title p {
	margin-top: 10px;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}

.report-archive .report-list {
	list-style: none;
	padding: 0;
	margin: 0 0 40px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.report-archive .report-item {
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
	transition: transform 0.15s, box-shadow 0.15s;
}

.report-archive .report-item:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.report-archive .report-item > a {
	display: block;
	text-decoration: none;
	color: #333;
}

.report-archive .report-item-thumb {
	width: 100%;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #e0e6ef;
}

.report-archive .report-item-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.report-archive .report-item-thumb.no-thumb {
	background: linear-gradient(135deg, #e0e6ef 0%, #f2f6fb 100%);
}

.report-archive .report-item-body {
	padding: 20px 24px 24px;
}

.report-archive .report-item-date {
	display: block;
	font-size: 1.3rem;
	color: #3b86e1;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 8px;
}

.report-archive .report-item-title {
	display: block;
	font-size: 1.7rem;
	line-height: 1.5;
	font-weight: bold;
	color: #1b1464;
	margin-bottom: 10px;
}

.report-archive .report-item-excerpt {
	font-size: 1.3rem;
	line-height: 1.7;
	color: #666;
	margin: 0;
}

.report-archive .no-posts {
	text-align: center;
	color: #999;
	padding: 40px 0;
}

/* ------------------------------
pagination (共通)
------------------------------ */
.news-archive .navigation.pagination,
.report-archive .navigation.pagination {
	text-align: center;
	margin: 30px 0;
}

.news-archive .nav-links,
.report-archive .nav-links {
	display: inline-flex;
	gap: 6px;
	flex-wrap: wrap;
	justify-content: center;
}

.news-archive .page-numbers,
.report-archive .page-numbers {
	display: inline-block;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
	border: 1px solid #3b86e1;
	color: #3b86e1;
	text-decoration: none;
	font-weight: bold;
	border-radius: 4px;
}

.news-archive .page-numbers:hover,
.report-archive .page-numbers:hover,
.news-archive .page-numbers.current,
.report-archive .page-numbers.current {
	background: #3b86e1;
	color: #fff;
}

@media screen and (max-width: 1199px) {
	.news-single .news-article,
	.report-single .news-article {
		padding: 40px 40px;
	}
	.report-archive .report-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 767px) {
	.news-single,
	.report-single {
		padding: 40px 15px 60px;
	}
	.news-single .container,
	.report-single .container {
		padding: 0;
	}
	.news-single .news-article,
	.report-single .news-article {
		padding: 28px 20px;
	}
	.news-single .news-article-title,
	.report-single .news-article-title {
		font-size: 2rem;
	}
	.news-single .news-article-body,
	.report-single .news-article-body {
		font-size: 1.4rem;
	}
	.news-single .news-article-body h2,
	.report-single .news-article-body h2 {
		font-size: 1.8rem;
	}
	.news-single .news-article-body h3,
	.report-single .news-article-body h3 {
		font-size: 1.6rem;
	}
	.report-archive {
		padding: 40px 0 30px;
	}
	.report-archive .container {
		padding: 0 15px;
	}
	.report-archive .section-title h1 {
		font-size: 3.2rem;
	}
	.report-archive .section-title p {
		font-size: 1.4rem;
	}
	.report-archive .report-list {
		grid-template-columns: 1fr;
		gap: 16px;
	}
}

