/* ==================================================
   トップページ共通
================================================== */
.top-section {
	padding: 88px 20px;
	box-sizing: border-box;
}

.top-section__inner {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	box-sizing: border-box;
}

.top-section__heading {
	margin: 0 0 18px;
	color: #222222;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
}

.top-section__lead {
	max-width: 780px;
	margin: 0 auto 44px;
	color: #555555;
	font-size: 18px;
	line-height: 1.9;
	text-align: center;
}

.top-section__label {
	display: table;
	margin: 0 auto 16px;
	padding: 8px 18px;
	background: #e8f7f1;
	color: #13845f;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
}

/* ==================================================
   メインスライダー
================================================== */
.main-slider-catch__inner {
	display: inline-block !important;
	padding: 24px 28px !important;
	background: rgba(0, 0, 0, 0.48) !important;
	border-radius: 14px !important;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22) !important;
	box-sizing: border-box !important;
}

.main-slider-catch .top-point {
	display: inline-flex !important;
	flex-direction: column !important;
	gap: 7px !important;
	margin: 16px 0 0 !important;
	padding: 13px 19px !important;
	background: rgba(255, 255, 255, 0.93) !important;
	border-radius: 12px !important;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18) !important;
	text-align: left !important;
}

.main-slider-catch .top-point__item {
	display: flex !important;
	align-items: center !important;
	gap: 9px !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #222222 !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	line-height: 1.45 !important;
	text-shadow: none !important;
}

.main-slider-catch .top-point__icon {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 23px !important;
	height: 23px !important;
	flex: 0 0 23px !important;
	background: #159567 !important;
	color: #ffffff !important;
	border-radius: 50% !important;
	font-size: 14px !important;
	line-height: 1 !important;
}

.main-slider-catch .top-cta {
	margin: 16px 0 0 !important;
	padding: 0 !important;
}

.main-slider-catch .top-cta-btn {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-width: 300px !important;
	padding: 15px 32px !important;
	background: #159567 !important;
	background-image: none !important;
	color: #ffffff !important;
	border: 2px solid #159567 !important;
	border-radius: 999px !important;
	box-shadow: 0 7px 18px rgba(21, 149, 103, 0.35) !important;
	font-size: 19px !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	transition: all 0.25s ease !important;
	box-sizing: border-box !important;
}

.main-slider-catch .top-cta-btn::before,
.main-slider-catch .top-cta-btn::after {
	display: none !important;
	content: none !important;
}

.main-slider-catch .top-cta-btn:hover,
.main-slider-catch .top-cta-btn:focus {
	background: #0f7b54 !important;
	background-image: none !important;
	color: #ffffff !important;
	border-color: #0f7b54 !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 10px 24px rgba(15, 123, 84, 0.4) !important;
}

/* ==================================================
   初めての方はこちら
================================================== */
.top-guide {
	background: #f5faf8;
}

.top-guide__cards {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.top-guide__card {
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 34px 28px 30px;
	background: #ffffff;
	border: 1px solid #e3ece8;
	border-radius: 18px;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.07);
	box-sizing: border-box;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.top-guide__card:hover {
	transform: translateY(-4px);
	box-shadow: 0 15px 34px rgba(0, 0, 0, 0.11);
}

.top-guide__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	margin: 0 auto 20px;
	background: #159567;
	color: #ffffff;
	border-radius: 50%;
	font-size: 20px;
	font-weight: 700;
}

.top-guide__target {
	margin: 0 0 12px;
	color: #777777;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
}

.top-guide__title {
	margin: 0 0 18px;
	color: #222222;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
}

.top-guide__text {
	flex-grow: 1;
	margin: 0 0 24px;
	color: #555555;
	font-size: 16px;
	line-height: 1.8;
}

.top-guide__note {
	margin: -8px 0 22px;
	padding: 10px 12px;
	background: #fff7ec;
	color: #b65b20;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}

.top-guide__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 54px;
	padding: 12px 20px;
	background: #159567;
	color: #ffffff !important;
	border: 2px solid #159567;
	border-radius: 999px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none !important;
	box-sizing: border-box;
	transition: 0.25s ease;
}

.top-guide__btn:hover,
.top-guide__btn:focus {
	background: #0f7b54;
	border-color: #0f7b54;
	color: #ffffff !important;
}

.top-guide__card--school .top-guide__number,
.top-guide__card--school .top-guide__btn {
	background: #168fbd;
	border-color: #168fbd;
}

.top-guide__card--school .top-guide__btn:hover,
.top-guide__card--school .top-guide__btn:focus {
	background: #10769d;
	border-color: #10769d;
}

.top-guide__card--experienced .top-guide__number,
.top-guide__card--experienced .top-guide__btn {
	background: #e8782d;
	border-color: #e8782d;
}

.top-guide__card--experienced .top-guide__btn:hover,
.top-guide__card--experienced .top-guide__btn:focus {
	background: #c96220;
	border-color: #c96220;
}


/* ==================================================
   10ページシリーズ
================================================== */
.top-tenpage {
	background: #ffffff;
}

.top-tenpage__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin-top: 8px;
}

.top-tenpage__card {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 24px 26px;
	background: #f8fbfa;
	border: 1px solid #e0ebe7;
	border-radius: 18px;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.07);
	box-sizing: border-box;
	text-align: center;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.top-tenpage__card:hover {
	transform: translateY(-4px);
	box-shadow: 0 15px 34px rgba(0, 0, 0, 0.11);
}

.top-tenpage__image-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 300px;
	margin: 0 0 24px;
}

.top-tenpage__image {
	display: block;
	max-width: 100%;
	max-height: 290px;
	width: auto;
	height: auto;
	filter: drop-shadow(0 10px 14px rgba(0, 0, 0, 0.16));
}

.top-tenpage__title {
	margin: 0 0 14px;
	color: #222222;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.55;
}

.top-tenpage__meta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: auto 0 0;
	padding: 7px 14px;
	background: #e8f7f1;
	color: #13845f;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}

.top-tenpage__card--workbook .top-tenpage__meta {
	background: #fff3df;
	color: #a45b00;
}

.top-tenpage__card--file .top-tenpage__meta {
	background: #e7f2f9;
	color: #1679a4;
}

.top-tenpage__action {
	margin: 36px 0 0;
	text-align: center;
}

.top-tenpage__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 310px;
	min-height: 56px;
	padding: 13px 28px;
	background: #159567;
	color: #ffffff !important;
	border: 2px solid #159567;
	border-radius: 999px;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none !important;
	box-sizing: border-box;
	transition: 0.25s ease;
}

.top-tenpage__btn:hover,
.top-tenpage__btn:focus {
	background: #0f7b54;
	border-color: #0f7b54;
	color: #ffffff !important;
	transform: translateY(-2px);
}

@media screen and (max-width: 767px) {
	.top-tenpage__cards {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.top-tenpage__card {
		padding: 25px 20px 23px;
	}

	.top-tenpage__image-wrap {
		height: 260px;
		margin-bottom: 20px;
	}

	.top-tenpage__image {
		max-height: 250px;
	}

	.top-tenpage__title {
		font-size: 20px;
	}

	.top-tenpage__btn {
		width: 100%;
		min-width: 0;
	}
}

/* ==================================================
   川崎市の健康マージャン案内・地域SEO
================================================== */
.top-kawasaki {
	background: #ffffff;
}

.top-kawasaki__intro {
	max-width: 900px;
	margin: 0 auto 28px;
	padding: 28px 30px;
	background: linear-gradient(135deg, #f4fbf8 0%, #eef8ff 100%);
	border: 1px solid #d4e9e2;
	border-radius: 20px;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

.top-kawasaki__intro p {
	margin: 0 0 13px;
	color: #44515a;
	font-size: 17px;
	line-height: 1.9;
}

.top-kawasaki__intro p:last-child {
	margin-bottom: 0;
}

.top-kawasaki__points {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin: 0 0 34px;
	padding: 0;
	list-style: none;
}

.top-kawasaki__points li {
	padding: 18px 16px;
	background: #ffffff;
	border: 1px solid #dfeae6;
	border-radius: 14px;
	color: #26343d;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.65;
	text-align: center;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
}

.top-kawasaki__areas {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.top-kawasaki__area {
	display: flex;
	flex-direction: column;
	padding: 26px 23px;
	background: #ffffff;
	border: 1px solid #dfe7ec;
	border-radius: 18px;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.07);
}

.top-kawasaki__area-label {
	display: inline-flex;
	align-self: flex-start;
	margin: 0 0 11px;
	padding: 5px 10px;
	background: #e8f7f1;
	color: #13845f;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
}

.top-kawasaki__area--soon .top-kawasaki__area-label {
	background: #fff3df;
	color: #a45b00;
}

.top-kawasaki__area h3 {
	margin: 0 0 12px;
	color: #222222;
	font-size: 22px;
	line-height: 1.45;
}

.top-kawasaki__area p {
	flex-grow: 1;
	margin: 0 0 18px;
	color: #596873;
	font-size: 15px;
	line-height: 1.8;
}

.top-kawasaki__area a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 11px 17px;
	background: #168fbd;
	color: #ffffff !important;
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none !important;
}

.top-kawasaki__area a:hover,
.top-kawasaki__area a:focus {
	background: #10769d;
	color: #ffffff !important;
}

.top-kawasaki__all {
	margin: 30px 0 0;
	text-align: center;
}

.top-kawasaki__all a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 300px;
	min-height: 56px;
	padding: 13px 26px;
	background: #159567;
	color: #ffffff !important;
	border-radius: 999px;
	font-size: 17px;
	font-weight: 700;
	text-decoration: none !important;
}

.top-faq {
	background: #f5faf8;
}

.top-faq__list {
	max-width: 900px;
	margin: 0 auto;
}

.top-faq details {
	margin: 0 0 13px;
	background: #ffffff;
	border: 1px solid #dfe9e5;
	border-radius: 14px;
	box-shadow: 0 7px 20px rgba(0, 0, 0, 0.05);
	overflow: hidden;
}

.top-faq summary {
	position: relative;
	padding: 19px 54px 19px 21px;
	color: #26343d;
	font-weight: 700;
	line-height: 1.65;
	cursor: pointer;
	list-style: none;
}

.top-faq summary::-webkit-details-marker {
	display: none;
}

.top-faq summary::after {
	position: absolute;
	top: 50%;
	right: 20px;
	content: "＋";
	color: #159567;
	font-size: 22px;
	transform: translateY(-50%);
}

.top-faq details[open] summary::after {
	content: "−";
}

.top-faq__answer {
	padding: 0 21px 21px;
	color: #596873;
	line-height: 1.85;
}

.top-faq__answer p {
	margin: 0;
}

@media screen and (max-width: 900px) {
	.top-kawasaki__points,
	.top-kawasaki__areas {
		grid-template-columns: 1fr;
	}
}


/* ==================================================
   動画で見るNPOJOM
================================================== */
.top-video-library {
	padding: 88px 20px;
	background: #ffffff;
	box-sizing: border-box;
}

.top-video-library__inner {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	box-sizing: border-box;
}

.top-video-library__cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 26px;
}

.top-video-card {
	display: flex;
	flex-direction: column;
	padding: 26px;
	background: #f5faf8;
	border: 1px solid #dfeae6;
	border-radius: 20px;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.07);
	box-sizing: border-box;
}

.top-video-card--experienced {
	background: #f4f8fc;
	border-color: #dce7ef;
}

.top-video-card__type {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	margin: 0 0 14px;
	padding: 7px 15px;
	background: #e8f7f1;
	color: #13845f;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}

.top-video-card--experienced .top-video-card__type {
	background: #e7f2f9;
	color: #1679a4;
}

.top-video-card__title {
	margin: 0 0 10px;
	padding: 0;
	background: transparent;
	border: 0;
	color: #222222;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.5;
}

.top-video-card__text {
	margin: 0 0 20px;
	color: #555555;
	font-size: 15px;
	line-height: 1.8;
}

.top-video-card__thumb {
	position: relative;
	display: block;
	width: 100%;
	margin: auto 0 0;
	padding: 0;
	background: #111111;
	border: 0;
	border-radius: 14px;
	overflow: hidden;
	cursor: pointer;
	aspect-ratio: 16 / 9;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
}

.top-video-card__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
	background: #000000;
	transition: none;
}

.top-video-card__thumb:hover img,
.top-video-card__thumb:focus img {
	transform: none;
}


.top-video-card__play {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 76px;
	height: 54px;
	transform: translate(-50%, -50%);
	background: #ff0000;
	color: #ffffff;
	border-radius: 14px;
	box-shadow: 0 7px 20px rgba(0, 0, 0, 0.28);
	font-size: 25px;
	line-height: 1;
}

.top-video-card__play::before {
	content: "";
	margin-left: 4px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 17px solid #ffffff;
}

.top-video-card__latest {
	margin: 13px 0 0;
	color: #555555;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.7;
}

.top-video-card__latest-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: auto;
}

.top-video-card__latest-item {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.top-video-card__latest-item .top-video-card__thumb {
	margin-top: 0;
}

.top-video-card__latest-item-title {
	margin: 10px 0 0;
	color: #34434d;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.65;
}

.top-video-card__latest-item-title span {
	display: block;
	margin-bottom: 3px;
	color: #168fbd;
	font-size: 12px;
}

.top-video-card__latest-empty {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 210px;
	margin-top: auto;
	padding: 24px;
	background: #ffffff;
	border: 1px dashed #b9ccd8;
	border-radius: 14px;
	box-sizing: border-box;
	text-align: center;
}

.top-video-card__latest-empty p {
	margin: 0 0 16px;
	color: #555555;
	font-size: 14px;
	line-height: 1.8;
}

.top-video-library__archive-action {
	margin: 30px 0 0;
	text-align: center;
}

.top-video-library__archive-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 300px;
	min-height: 54px;
	padding: 12px 26px;
	background: #168fbd;
	color: #ffffff !important;
	border: 2px solid #168fbd;
	border-radius: 999px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none !important;
	box-sizing: border-box;
	transition: 0.25s ease;
}

.top-video-library__archive-btn:hover,
.top-video-library__archive-btn:focus {
	background: #10769d;
	border-color: #10769d;
	color: #ffffff !important;
	transform: translateY(-2px);
}

.top-video-card__caption {
	margin: 10px 0 0;
	color: #666666;
	font-size: 13px;
	line-height: 1.7;
	text-align: center;
}

.top-video-card__actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin: 20px 0 0;
}

.top-video-card__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 11px 18px;
	background: #159567;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	border: 2px solid #159567;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none !important;
	text-align: center;
	box-sizing: border-box;
	transition: 0.25s ease;
}

.top-video-card__btn:hover,
.top-video-card__btn:focus {
	background: #0f7b54;
	border-color: #0f7b54;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	transform: translateY(-2px);
}

.top-video-card__btn--outline {
	background: #ffffff;
	color: #159567 !important;
	-webkit-text-fill-color: #159567 !important;
}

.top-video-card--experienced .top-video-card__btn {
	background: #168fbd;
	border-color: #168fbd;
}

.top-video-card--experienced .top-video-card__btn:hover,
.top-video-card--experienced .top-video-card__btn:focus {
	background: #10769d;
	border-color: #10769d;
}

.top-video-card--experienced .top-video-card__btn--outline {
	background: #ffffff;
	color: #168fbd !important;
	-webkit-text-fill-color: #168fbd !important;
}


.top-video-library__cc-guide {
	display: grid;
	grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
	gap: 28px;
	align-items: center;
	margin: 30px 0 0;
	padding: 24px;
	background: #fff8e9;
	border: 1px solid #f0d79d;
	border-radius: 16px;
	box-sizing: border-box;
}

.top-video-library__cc-image {
	margin: 0;
}

.top-video-library__cc-image img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 12px;
	box-shadow: 0 7px 20px rgba(0, 0, 0, 0.12);
}

.top-video-library__cc-content {
	min-width: 0;
}

.top-video-library__cc-label {
	display: inline-flex;
	align-items: center;
	margin: 0 0 10px;
	padding: 6px 13px;
	background: #ffffff;
	color: #a45b00;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
}

.top-video-library__cc-title {
	margin: 0 0 10px;
	padding: 0;
	background: transparent;
	border: 0;
	color: #222222;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.55;
}

.top-video-library__cc-text {
	margin: 0;
	color: #444444;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.9;
}

.top-video-library__cc-text strong {
	color: #c15f00;
}

/* 動画モーダル */
.npojom-video-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(0, 0, 0, 0.82);
	box-sizing: border-box;
}

.npojom-video-modal.is-open {
	display: flex;
}

.npojom-video-modal__dialog {
	position: relative;
	width: min(100%, 1000px);
}

.npojom-video-modal__player {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	background: #000000;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.42);
}

.npojom-video-modal__player iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.npojom-video-modal__close {
	position: absolute;
	top: -48px;
	right: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	background: #ffffff;
	color: #222222;
	border: 0;
	border-radius: 50%;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

body.npojom-modal-open {
	overflow: hidden;
}

/* ==================================================
   NPO法人JOMとは
================================================== */
.top-about {
	padding: 88px 20px;
	background: #f5fafc;
	box-sizing: border-box;
}

.top-about__inner {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
}

.top-about__content {
	display:grid;
	grid-template-columns:minmax(0,1fr) minmax(0,1fr);
	gap: 54px;
	align-items: center;
}

.top-about__message {
	width:100%;
	min-width:0;
	padding:42px;
	background: #ffffff;
	border-radius: 20px;
	box-shadow: 0 12px 34px rgba(19, 132, 95, 0.10);
	box-sizing: border-box;
}

.top-about__eyebrow {
	display: inline-block;
	margin: 0 0 14px;
	color: #13845f;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.top-about__title {
	margin: 0 0 24px;
	color: #222222;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.4;
}

.top-about__text {
	margin: 0;
	color: #4d4d4d;
	font-size: 17px;
	line-height: 2;
}

.top-about__text + .top-about__text {
	margin-top: 14px;
}

.top-about__btn {
	margin: 30px 0 0;
}

.top-about__btn .common-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 260px;
	padding: 15px 28px;
	background: #13845f;
	color: #ffffff;
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none;
	box-sizing: border-box;
}

.top-about__points {
	width:100%;
	min-width:0;
	display:grid;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.top-about__point {
	position: relative;
	padding: 24px 24px 24px 76px;
	background: #ffffff;
	border: 1px solid #dceee7;
	border-radius: 16px;
	box-sizing: border-box;
}

.top-about__point-number {
	position: absolute;
	top: 22px;
	left: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	background: #e8f7f1;
	color: #13845f;
	border-radius: 50%;
	font-size: 14px;
	font-weight: 700;
}

.top-about__point h3 {
	margin: 0 0 7px;
	color: #222222;
	font-size: 20px;
	line-height: 1.45;
}

.top-about__point p {
	margin: 0;
	color: #5b5b5b;
	font-size: 15px;
	line-height: 1.8;
}

@media screen and (max-width: 767px) {
	.top-about {
		padding: 64px 20px;
	}

	.top-about__content {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.top-about__message {
		padding: 30px 24px;
	}

	.top-about__title {
		font-size: 28px;
	}

	.top-about__text {
		font-size: 16px;
	}

	.top-about__btn .common-btn {
		width: 100%;
		min-width: 0;
	}

	.top-about__point {
		padding: 22px 20px 22px 68px;
	}

	.top-about__point-number {
		top: 20px;
		left: 18px;
	}
}

/* ==================================================
   活動紹介
================================================== */
.top-activity {
	padding-top: 88px;
	padding-bottom: 88px;
}


.top-activity__link {
	display: block;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.top-activity__link:hover,
.top-activity__link:focus-visible {
	border-color: #0b8fb3;
	box-shadow: 0 10px 24px rgba(0, 136, 178, 0.16);
	transform: translateY(-3px);
}

.top-activity__link:focus-visible {
	outline: 3px solid rgba(0, 136, 178, 0.35);
	outline-offset: 3px;
}


/* 活動カードの見出しを、クリック先が直感的に分かるボタン風デザインに統一 */
.top-activity__text h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 58px;
	margin: 0 0 16px;
	padding: 12px 18px;
	border-radius: 10px;
	background: linear-gradient(135deg, #078db2 0%, #087fa5 100%);
	box-shadow: 0 5px 14px rgba(0, 136, 178, 0.22);
	color: #fff;
	font-weight: 700;
	line-height: 1.35;
	box-sizing: border-box;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.top-activity__text h3::after {
	content: "›";
	margin-left: 10px;
	font-size: 1.25em;
	font-weight: 700;
	line-height: 1;
}

.top-activity__link:hover .top-activity__text h3,
.top-activity__link:focus-visible .top-activity__text h3 {
	background: linear-gradient(135deg, #087fa5 0%, #066e91 100%);
	box-shadow: 0 7px 18px rgba(0, 136, 178, 0.3);
	transform: translateY(-1px);
}

@media (max-width: 766px) {
	.top-activity__text h3 {
		min-height: 52px;
		margin-bottom: 12px;
		padding: 10px 14px;
		border-radius: 8px;
	}
}

/* ==================================================
   お問い合わせCTA
================================================== */
.top-contact {
	padding: 80px 20px;
	background: #167f60;
	color: #ffffff;
	text-align: center;
	box-sizing: border-box;
}

.top-contact__inner {
	max-width: 900px;
	margin: 0 auto;
}

.top-contact h2 {
	margin: 0 0 18px;
	color: #ffffff;
	font-size: 34px;
	line-height: 1.4;
}

.top-contact p {
	margin: 0 auto 28px;
	color: #ffffff;
	font-size: 17px;
	line-height: 1.9;
}

.top-contact__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 320px;
	padding: 16px 32px;
	background: #ffffff;
	color: #167f60 !important;
	border: 2px solid #ffffff;
	border-radius: 999px;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none !important;
	box-sizing: border-box;
	transition: 0.25s ease;
}

.top-contact__btn:hover,
.top-contact__btn:focus {
	background: transparent;
	color: #ffffff !important;
}

/* ==================================================
   スマートフォン
================================================== */
@media screen and (max-width: 767px) {
	.top-section {
		padding: 58px 15px;
	}

	.top-section__heading {
		font-size: 28px;
	}

	.top-section__lead {
		margin-bottom: 30px;
		font-size: 16px;
		line-height: 1.8;
	}

	.main-slider {
		min-height: 430px !important;
	}

	.main-slider__list,
	.main-slider__list .slick-list,
	.main-slider__list .slick-track,
	.main-slider__list .slick-slide {
		height: 430px !important;
		max-height: none !important;
	}

	.main-slider-catch {
		top: 15px !important;
		bottom: auto !important;
		transform: none !important;
		z-index: 10 !important;
	}

	.main-slider-catch__inner {
		position: absolute !important;
		left: 50% !important;
		bottom: 6% !important;
		transform: translateX(-50%) !important;
		display: block !important;
		width: calc(100vw - 32px) !important;
		max-width: calc(100vw - 32px) !important;
		margin: 0 !important;
		padding: 18px 16px 24px !important;
		background: rgba(0, 0, 0, 0.52) !important;
		border-radius: 12px !important;
		box-sizing: border-box !important;
	}

	.main-slider-catch .top-point {
		display: flex !important;
		width: fit-content !important;
		max-width: 100% !important;
		margin: 10px auto 0 !important;
		padding: 10px 13px !important;
		gap: 4px !important;
		box-sizing: border-box !important;
	}

	.main-slider-catch .top-point__item {
		font-size: 13px !important;
		gap: 6px !important;
	}

	.main-slider-catch .top-point__icon {
		width: 19px !important;
		height: 19px !important;
		flex-basis: 19px !important;
		font-size: 11px !important;
	}

	.main-slider-catch .top-cta {
		width: 100% !important;
		margin: 10px 0 0 !important;
		padding: 0 !important;
		text-align: center !important;
	}

	.main-slider-catch .top-cta-btn {
		display: flex !important;
		width: calc(100% - 32px) !important;
		min-width: 0 !important;
		max-width: calc(100% - 32px) !important;
		margin: 0 auto !important;
		padding: 12px 16px !important;
		font-size: 15px !important;
		box-sizing: border-box !important;
	}

	.top-guide__cards {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.top-guide__card {
		padding: 28px 20px 24px;
	}

	.top-guide__title {
		font-size: 22px;
	}


	.top-kawasaki__intro {
		padding: 22px 17px;
		border-radius: 16px;
	}

	.top-kawasaki__intro p {
		font-size: 16px;
	}

	.top-kawasaki__points,
	.top-kawasaki__areas {
		gap: 14px;
	}

	.top-kawasaki__area {
		padding: 22px 18px;
	}

	.top-kawasaki__all a {
		width: 100%;
		min-width: 0;
	}

	.top-faq summary {
		padding: 17px 48px 17px 16px;
	}

	.top-faq__answer {
		padding: 0 16px 18px;
	}

	.top-video-library {
		padding: 58px 15px;
	}

	.top-video-library__cards {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.top-video-card {
		padding: 20px;
		border-radius: 16px;
	}

	.top-video-card__title {
		font-size: 22px;
	}

	.top-video-card__actions {
		grid-template-columns: 1fr;
	}

	.top-video-card__latest-list {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.top-video-library__archive-btn {
		width: 100%;
		min-width: 0;
	}


	.top-video-library__cc-guide {
		grid-template-columns: 1fr;
		gap: 18px;
		margin-top: 22px;
		padding: 18px;
	}

	.top-video-library__cc-title {
		font-size: 19px;
	}

	.top-video-library__cc-text {
		font-size: 15px;
	}

	.npojom-video-modal {
		padding: 15px;
	}

	.npojom-video-modal__close {
		top: -46px;
	}


	.top-contact {
		padding: 58px 18px;
	}

	.top-contact h2 {
		font-size: 28px;
	}

	.top-contact p {
		font-size: 16px;
	}

	.top-contact__btn {
		width: 100%;
		min-width: 0;
		padding: 15px 18px;
	}
}

/* ==================================================
   メインスライダー改善版（明るさ維持・文字をコンパクト化）
================================================== */
.main-slider {
	position: relative;
	background: #eef7f3;
}

.main-slider::before,
.main-slider::after {
	display: none !important;
	content: none !important;
}

.main-slider__list img {
	filter: none !important;
	opacity: 1 !important;
}

.main-slider-catch {
	z-index: 5 !important;
}

.main-slider-catch__inner {
	display: inline-block !important;
	width: min(560px, 46vw) !important;
	max-width: 560px !important;
	padding: 20px 24px 22px !important;
	background: rgba(255, 255, 255, 0.88) !important;
	border: 1px solid rgba(255, 255, 255, 0.92) !important;
	border-radius: 15px !important;
	box-shadow: 0 12px 30px rgba(20, 52, 41, 0.14) !important;
	backdrop-filter: blur(3px) !important;
	box-sizing: border-box !important;
}

.main-slider-catch__inner,
.main-slider-catch__inner p,
.main-slider-catch__inner h1,
.main-slider-catch__inner h2,
.main-slider-catch__inner h3 {
	color: #18352b !important;
	text-shadow: none !important;
}

.main-slider-catch__inner > p:first-child,
.main-slider-catch__inner > h1:first-child,
.main-slider-catch__inner > h2:first-child,
.main-slider-catch__inner > h3:first-child {
	margin: 0 !important;
	font-size: clamp(17px, 1.45vw, 21px) !important;
	font-weight: 700 !important;
	line-height: 1.65 !important;
	letter-spacing: 0 !important;
}

.main-slider-catch .top-point {
	display: inline-flex !important;
	flex-direction: column !important;
	gap: 5px !important;
	margin: 12px 0 0 !important;
	padding: 10px 14px !important;
	background: rgba(237, 248, 243, 0.92) !important;
	border: 1px solid #d5ebe1 !important;
	border-radius: 10px !important;
	box-shadow: none !important;
	text-align: left !important;
}

.main-slider-catch .top-point__item {
	color: #26453a !important;
	font-size: 13px !important;
	line-height: 1.45 !important;
	text-shadow: none !important;
}

.main-slider-catch .top-point__icon {
	width: 18px !important;
	height: 18px !important;
	font-size: 11px !important;
}

.main-slider-catch .top-cta {
	margin: 12px 0 0 !important;
}

.main-slider-catch .top-cta-btn {
	min-width: 0 !important;
	padding: 11px 24px !important;
	background: #13845f !important;
	border-color: #13845f !important;
	box-shadow: 0 7px 16px rgba(19, 132, 95, 0.20) !important;
	font-size: 14px !important;
}

.main-slider-catch .top-cta-btn:hover,
.main-slider-catch .top-cta-btn:focus {
	background: #0d6d4e !important;
	border-color: #0d6d4e !important;
}

@media screen and (max-width: 767px) {
	.main-slider-catch__inner {
		width: calc(100vw - 28px) !important;
		max-width: calc(100vw - 28px) !important;
		padding: 16px 15px 17px !important;
		background: rgba(255, 255, 255, 0.92) !important;
		border-radius: 13px !important;
	}

	.main-slider-catch__inner > p:first-child,
	.main-slider-catch__inner > h1:first-child,
	.main-slider-catch__inner > h2:first-child,
	.main-slider-catch__inner > h3:first-child {
		font-size: 16px !important;
		line-height: 1.6 !important;
	}

	.main-slider-catch .top-point {
		margin-top: 10px !important;
		padding: 9px 12px !important;
	}

	.main-slider-catch .top-cta-btn {
		width: auto !important;
		padding: 10px 18px !important;
		font-size: 13px !important;
	}
}

/* ==================================================
   動画セクション説明文：PCでは必ず1行
================================================== */
@media screen and (min-width: 768px) {
	.top-video-library .top-section__lead {
		max-width: none;
		white-space: nowrap;
		font-size: clamp(14px, 1.25vw, 18px);
		letter-spacing: -0.02em;
	}
}

@media screen and (max-width: 767px) {
	.top-video-library .top-section__lead {
		white-space: normal;
	}
}


/* ==================================================
   NPO法人JOMとは：テーマCSSの干渉を完全に防止
================================================== */
.top-about,
.top-about * {
	writing-mode: horizontal-tb !important;
	text-orientation: mixed !important;
	word-break: normal !important;
	overflow-wrap: anywhere;
}

.top-about {
	display: block !important;
	width: 100% !important;
	padding: 88px 20px !important;
	background: #f5fafc !important;
	box-sizing: border-box !important;
}

.top-about__inner {
	display: block !important;
	width: 100% !important;
	max-width: 1120px !important;
	margin: 0 auto !important;
	padding: 0 !important;
	box-sizing: border-box !important;
}

.top-about__content {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
	gap: 54px !important;
	align-items: center !important;
	width: 100% !important;
	min-width: 0 !important;
	box-sizing: border-box !important;
}

.top-about__message,
.top-about__points {
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
	float: none !important;
	position: relative !important;
	box-sizing: border-box !important;
}

.top-about__message {
	display: block !important;
	padding: 42px !important;
}

.top-about__eyebrow,
.top-about__title,
.top-about__text,
.top-about__btn,
.top-about__point h3,
.top-about__point p {
	display: block !important;
	width: auto !important;
	max-width: none !important;
	white-space: normal !important;
	letter-spacing: normal;
}

.top-about__title {
	font-size: 36px !important;
	line-height: 1.4 !important;
	text-align: left !important;
}

.top-about__points {
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: 16px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.top-about__point {
	display: block !important;
	width: 100% !important;
	min-width: 0 !important;
	padding: 24px 24px 24px 76px !important;
	box-sizing: border-box !important;
}

.top-about__point-number {
	writing-mode: horizontal-tb !important;
	text-orientation: mixed !important;
}

@media screen and (max-width: 767px) {
	.top-about {
		padding: 64px 20px !important;
	}

	.top-about__content {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 28px !important;
	}

	.top-about__message {
		padding: 30px 24px !important;
	}

	.top-about__title {
		font-size: 28px !important;
	}

	.top-about__point {
		padding: 22px 20px 22px 68px !important;
	}
}


/* ==================================================
   実績・参加ステップ（最終完成版追加）
================================================== */
.top-proof {
	background: linear-gradient(180deg, #ffffff 0%, #f4faf7 100%);
}

.top-proof__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	margin-top: 8px;
}

.top-proof__item {
	position: relative;
	padding: 30px 24px 26px;
	background: #ffffff;
	border: 1px solid #dcebe5;
	border-radius: 18px;
	box-shadow: 0 10px 28px rgba(19, 132, 95, 0.08);
	text-align: center;
	box-sizing: border-box;
}

.top-proof__value {
	display: block;
	margin: 0 0 8px;
	color: #13845f;
	font-size: clamp(36px, 4vw, 52px);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.03em;
}

.top-proof__title {
	margin: 0 0 10px;
	color: #222222;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.55;
}

.top-proof__text {
	margin: 0;
	color: #596873;
	font-size: 15px;
	line-height: 1.8;
}

.top-proof__community {
	position: relative;
	width: calc(100% - 40px);
	max-width: 1120px;
	margin: 32px auto;
	padding: 30px 34px 30px 92px;
	background: linear-gradient(135deg, #eef9f4 0%, #f7fcfa 100%);
	border: 1px solid #cfe8dc;
	border-radius: 20px;
	box-shadow: 0 12px 30px rgba(19, 132, 95, 0.10);
	box-sizing: border-box;
}

.top-proof__community::before {
	position: absolute;
	top: 30px;
	left: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	content: "↻";
	background: #159567;
	color: #ffffff;
	border-radius: 50%;
	font-size: 25px;
	font-weight: 800;
	line-height: 1;
}

.top-proof__community-title {
	margin: 0 0 12px;
	color: #18352b;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.45;
}

.top-proof__community-text {
	margin: 0;
	color: #4f625a;
	font-size: 16px;
	line-height: 1.9;
}

.top-proof__community-text + .top-proof__community-text {
	margin-top: 8px;
}

.top-proof__action {
	margin: 34px 0 0;
	text-align: center;
}

.top-proof__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 280px;
	min-height: 56px;
	padding: 14px 30px;
	background: #f47b35;
	color: #ffffff !important;
	border: 2px solid #f47b35;
	border-radius: 999px;
	box-shadow: 0 8px 22px rgba(244, 123, 53, 0.28);
	font-size: 17px;
	font-weight: 800;
	line-height: 1.4;
	text-decoration: none !important;
	transition: background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.top-proof__btn:hover,
.top-proof__btn:focus {
	background: #df6427;
	border-color: #df6427;
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(223, 100, 39, 0.36);
}

.top-pathway {
	background: #ffffff;
}

.top-pathway__steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 42px;
	margin: 12px 0 0;
	padding: 0;
	list-style: none;
}

.top-pathway__step {
	position: relative;
	padding: 30px 25px 27px;
	background: #f8fbfa;
	border: 1px solid #dfeae6;
	border-radius: 18px;
	box-sizing: border-box;
}

.top-pathway__step:not(:last-child)::after {
	position: absolute;
	top: 50%;
	right: -31px;
	content: "→";
	color: #159567;
	font-size: 30px;
	font-weight: 800;
	transform: translateY(-50%);
}

.top-pathway__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin: 0 0 16px;
	background: #159567;
	color: #ffffff;
	border-radius: 50%;
	font-weight: 800;
}

.top-pathway__step h3 {
	margin: 0 0 10px;
	color: #222222;
	font-size: 21px;
	line-height: 1.45;
}

.top-pathway__step p {
	margin: 0;
	color: #596873;
	font-size: 15px;
	line-height: 1.8;
}

.top-pathway__action {
	margin: 34px 0 0;
	text-align: center;
}

.top-pathway__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 310px;
	min-height: 56px;
	padding: 13px 28px;
	background: #159567;
	color: #ffffff !important;
	border: 2px solid #159567;
	border-radius: 999px;
	font-size: 17px;
	font-weight: 700;
	text-decoration: none !important;
	box-sizing: border-box;
	transition: 0.25s ease;
}

.top-pathway__btn:hover,
.top-pathway__btn:focus {
	background: #0f7b54;
	border-color: #0f7b54;
	color: #ffffff !important;
	transform: translateY(-2px);
}

@media screen and (max-width: 1050px) and (min-width: 768px) {
	.top-guide__cards,
	.top-proof__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 767px) {
	.top-proof__grid,
	.top-pathway__steps {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.top-proof__item,
	.top-pathway__step {
		padding: 24px 20px;
	}

	.top-proof__community {
		margin-top: 22px;
		padding: 72px 20px 24px;
		text-align: left;
	}

	.top-proof__community::before {
		top: 20px;
		left: 20px;
		width: 40px;
		height: 40px;
		font-size: 22px;
	}

	.top-proof__community-title {
		font-size: 21px;
	}

	.top-proof__community-text {
		font-size: 15px;
		line-height: 1.85;
	}

	.top-pathway__step:not(:last-child)::after {
		top: auto;
		right: 50%;
		bottom: -28px;
		transform: translateX(50%) rotate(90deg);
		font-size: 25px;
	}

	.top-pathway__btn,
	.top-proof__btn {
		width: 100%;
		min-width: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.top-guide__card,
	.top-tenpage__card,
	.top-guide__btn,
	.top-tenpage__btn,
	.top-video-card__btn,
	.top-contact__btn,
	.top-pathway__btn,
	.top-video-card__thumb img {
		transition: none !important;
	}
}


/* ==================================================
   アクセシビリティ・表示安定性
================================================== */
.site-main a:focus-visible,
.site-main button:focus-visible,
.site-main summary:focus-visible {
	outline: 3px solid #f47b35;
	outline-offset: 4px;
}

.site-main img {
	max-width: 100%;
	height: auto;
}

html {
	scroll-padding-top: 96px;
}

@media screen and (max-width: 767px) {
	html {
		scroll-padding-top: 72px;
	}
}


/* ページ内リンクの着地点を固定ヘッダーの下に収める */
.site-main section[id],
.site-main aside[id] {
	scroll-margin-top: 112px;
}

@media screen and (max-width: 767px) {
	.site-main section[id],
	.site-main aside[id] {
		scroll-margin-top: 84px;
	}
}
