/* 互助会についてページ */

.page-template-page-gojokai #content.site-content {
	flex-direction: column;
}

/* ヒーロー背景 */
.gojokai-hero {
	background-image: url('../img/gojokai/hero.jpg');
	background-size: cover;
	background-position: center top;
}

.gojokai-hero-note {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.75);
	margin: 12px 0 0;
	line-height: 1.6;
}

/* ============================================
   互助会員様リンクセクション
   ============================================ */
.gojokai-links-section {
	background: #fef5f0;
}

.gojokai-links-section .section-inner {
	padding-top: 56px;
	padding-bottom: 56px;
	text-align: center;
}

.gojokai-links-heading {
	font-size: 22px;
	font-weight: bold;
	color: #333;
	margin: 0 0 36px;
	line-height: 1.6;
}

/* ============================================
   ナビゲーションボタン
   ============================================ */
.gojokai-nav-btns {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}

.gojokai-nav-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: #4da487;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 18px 80px;
	border-radius: 50px;
	text-decoration: none;
	min-width: 360px;
	transition: opacity 0.2s;
}

.gojokai-nav-btn:hover {
	opacity: 0.85;
	color: #fff;
}

.gojokai-nav-btn-arrow {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	background: rgba(255, 255, 255, 0.35);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gojokai-nav-btn-arrow::after {
	content: '›';
	font-size: 22px;
	line-height: 32px;
	color: #fff;
	display: block;
	text-align: center;
	width: 100%;
}

/* 3つの理由 → global.css の page-reasons-* を使用 */

/* ============================================
   下部ボタンセクション
   ============================================ */
.gojokai-bottom-btns-section {
	background: #fff;
}

.gojokai-bottom-btns-section .section-inner {
	padding-top: 52px;
	padding-bottom: 52px;
	text-align: center;
}


/* ============================================
   レスポンシブ
   ============================================ */
@media screen and (max-width: 768px) {

	.gojokai-links-heading {
		font-size: 17px;
	}

	.gojokai-nav-btn {
		min-width: 0;
		width: calc(100% - 40px);
		font-size: 15px;
		padding: 16px 56px;
	}


}
