/*
Theme Name: スマイルハート基金 オリジナルテーマ
Author: Kei
Description: 自作テーマ
Version: 1.0
*/

.none{
	display: none !important;
}
html, body {
	font-family: "Noto Sans JP", sans-serif;
}
h1, h2, h3, h4, h5{
	font-family: "Noto Serif JP", serif;
}
p{
	font-weight: 300;
}
a{
	cursor: pointer;
}

body {
	margin: 0 !important;
}

.site-header {
	background: #fff;
	position: sticky;
	top: 0;
	z-index: 1000;
	width: 100% !important;
}

.header-inner {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	width: 100% !important;
	max-width: 1400px;
	margin: 0 auto !important;
	padding: 10px 10px !important;
	box-sizing: border-box !important;
}

.header-brand {
	flex-shrink: 0 !important;
}

.header-brand img {
	height: 40px;
	width: auto;
	display: block;
}

.site-footer {
	background-color: #3E92B4;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.footer-main {
	padding: 86px 0;
	position: relative;
	z-index: 1;
}

.footer-main::before {
	content: "";
	position: absolute;
	top: -145px;
	left: 50%;
	width: 51vw;
	height: 750px;
	background: url('assets/images/Vector.png') no-repeat center/contain;
	opacity: 1;
	z-index: -1;
	transform: translateX(calc(-50% - 531px));
	pointer-events: none;
}

.footer-flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
}

.footer-brand-area {
	width: 320px;
}

.footer-logo {
	margin-bottom: 45px;
}

.footer-logo-img {
	max-width: 220px;
	height: auto;
}

.footer-sns-box {
	background: #fff;
	border-radius: 10px;
	padding: 12px 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.sns-label {
	color: #000;
	font-weight: 300;
	font-size: 14px;
	margin: 0;
}

.sns-icons {
	display: flex;
	gap: 15px;
}

.sns-icons img {
	width: 22px;
	height: auto;
}

.footer-nav {
	flex: 1;
	display: grid;
	grid-template-columns: repeat(4, auto);
	justify-content: flex-end;
	gap: 0 60px;
	margin-left: 40px;
}

.footer-nav-col {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.footer-nav-title {
	margin-top: 0;
}
.footer-nav-title a{
	font-size: 16px;
}
.footer-nav-col > ul > li > a{
	font-size: 16px;
}
.footer-nav-col:first-child > ul > li > a{
	font-size: 13px;
}

.footer-nav-title, .footer-nav-col > ul > li:first-child > a {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	display: block;
	margin-bottom: 20px;
	line-height: 1;
}

.footer-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border-left: none;
}

.footer-nav-title + ul {
	padding: 0 0 0 15px;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	margin-top: 0;
}

.footer-nav li {
	margin-bottom: 15px;
	line-height: 1.4;
}

.footer-nav a {
	color: #fff;
	text-decoration: none;
	transition: opacity 0.3s;
}

.footer-nav a:hover {
	opacity: 0.7;
}

.footer-bottom {
	background: #fff;
	padding: 25px 0;
}

.bottom-flex {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.copyright {
	color: #333;
	font-size: 11px;
	margin: 0;
	margin-left: 100px;
}

.bottom-links {
	display: flex;
	gap: 30px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.bottom-links a {
	color: #333;
	text-decoration: none;
	font-size: 11px;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.container-large {
	max-width: 1800px;
	margin: 0 auto;
	padding: 0 40px;
}

.container-narrow {
	max-width: 1150px;
	margin: 0 auto;
	padding: 0 20px;
}

.text-gradient {
	background: linear-gradient(90deg, #78d6f5 40%, #f5e678 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}

.btn-custom {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	background-color: #3E92B4;
	color: #fff;
	text-decoration: none;
	padding: 0 12px;
	height: 40px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 200;
	min-width: 120px;
	position: relative;
	transition: background-color 0.3s ease;
	overflow: hidden;
}

.btn-marker {
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	transition: 0.3s ease-out;
	position: relative;
	margin-left: 10px;
}


.btn-custom:hover .btn-marker {
	background: transparent;
}

.btn-custom:hover .btn-marker::after {
	content: '→';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	color: #fff;
	line-height: 1;
}


.about-link-card a img{
	transition: 0.3s ease;
}
.about-link-card a:hover img{
	scale: 1.1;
}
.about-link-card a:hover .btn-marker {
	background: transparent;
}

.about-link-card a:hover .btn-marker::after {
	content: '→';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	color: #fff;
	line-height: 1;
}

.top-main {
	background-position: center 680px;
}

.top-hero {
	min-height: 70vh;
	display: flex;
	align-items: center;
	padding: 60px 0;
}

.hero-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.hero-text {
	flex: 0 0 45%;
	z-index: 2;
	max-width: 550px;
}

.hero-title {
	line-height: 1.3;
	margin-bottom: 24px;
	color: #0C646A;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(22.4px, 2.8vw, 39.2px);
}
.hero-title span{
	font-size: clamp(32px, 4vw, 56px);
}
.hero-subtext {
	font-size: 16px;
	color: #000;
	margin-bottom: 40px;
	white-space: nowrap;
	font-weight: 300;
}

.hero-image {
	flex: 0 0 50%;
	text-align: right;
}

.hero-image img {
	width: 100%;
	max-width: 750px;
	height: auto;
	object-fit: contain;
}

.hero-slider-indicator {
	display: flex;
	gap: 10px;
}

.hero-slider-indicator span {
	height: 2px;
	border-radius: 1px;
}

.line-active {
	width: 40px;
	background: #C68900;
}

.line-default {
	width: 40px;
	background: #eee;
}

.top-news-with-arch {
	position: relative;
	z-index: 1;
	margin-top: -150px;
	padding: 55px 0 260px;
}

.news-card {
	background: #fff;
	border-radius: 12px;
	padding: 50px 60px;
	box-shadow: 0 15px 45px rgba(0, 74, 117, 0.08);
	display: flex;
	gap: 50px;
}

.news-left-column {
	width: 180px;
	flex-shrink: 0;
}

.news-title-en {
	font-size: 36px;
	color: #4a90b5;
	margin-bottom:35px;
	font-weight: 200;
}

.news-right-column {
	flex: 1;
}

.news-item {
	display: flex;
	align-items: center;
	padding: 18px 0;
	border-bottom: 1px solid #f0f0f0;
}
.news-item:first-child{
	border-top: 1px solid #f0f0f0;
}

.news-date {
	font-size: 13px;
	color: #999;
	min-width: 80px;
}

.news-badge {
	border: 1px solid #4a90b5;
	color: #4a90b5;
	padding: 2px 12px;
	border-radius: 4px;
	font-size: 13px;
	margin: 0 20px;
	width: 55px;
	text-align: center;
}

.news-link {
	text-decoration: none;
	color: #000;
	font-size: 16px;
	flex: 1;
	text-align: left;
	transition: color 0.3s;
}

.news-link:hover {
	color: #4a90b5;
}

.cat-bg-news {
	border-color: #4a90b5;
	color: #fff;
}

.cat-bg-activity-report {
	border-color: #d4a017;
	color: #fff;
}

.cat-bg-report {
	border-color: #333;
	color: #fff;
}

.top-about {
	background: #fff;
	margin-top: -2px;
	overflow: hidden;
	position: relative;
}

.about-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding-bottom: 280px;
}

.about-text {
	flex: 1;
	max-width: 530px;
	padding-right: 40px;
}

.section-title {
	font-size: 36px;
	color: #3E92B4;
	margin-bottom: 25px;
	padding-bottom: 15px;
	margin: 80px 0 40px;
	font-weight: 200;
	font-family: "Noto Serif JP", serif;
}

.about-lead {
	font-size: 16px;
	line-height: 2.2;
	color: #333;
	margin-bottom: 35px;
	margin-left: 90px;
}
.about-lead span{
	color: #3E92B4;
	border-bottom: 2px dotted #3E92B4;
	font-weight: 500;
}
.about-text a{
	margin-left: 90px;
}

.about-visual {
	flex: 1.2;
	display: flex;
	justify-content: flex-end;
	margin-right: 0;
	max-width: 850px;
	position: absolute;
	right: 0;
	top: 50px;
}

.about-image-direct {
	width: 100%;
	max-width: 700px;
	margin-right: 0;
}

.about-image-direct img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 0;
	box-shadow: none;
	margin-right: 0;
}

.top-activities {
	padding: 0px 0 140px;
	background: #fff;
	overflow: hidden;
}

.section-header-flex {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 50px;
}

.section-sub-desc {
	font-size: 15px;
	line-height: 1.8;
	color: #666;
}

.activities-controls {
	display: flex;
	align-items: center;
	gap: 30px;
}

.slider-arrows {
	display: flex;
	gap: 10px;
}

.slider-arrows button {
	width: 40px;
	height: 40px;
	border: 1px solid #eee;
	background: #fff;
	border-radius: 4px;
	cursor: pointer;
	color: #3E92B4;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
	font-size: 13px;
}

.slider-arrows button:hover {
	border-color: #3E92B4;
	background-color: #f9fbfc;
}

.activity-swiper-container {
	overflow: visible !important;
	position: relative;
	padding-bottom: 50px;
}

.activity-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 6px 20px rgba(0,0,0,0.06);
	transition: 0.3s ease;
	height: auto;
}

.activity-card:hover {
	transform: translateY(-10px);
}

.activity-card a {
	text-decoration: none;
	color: inherit;
	display: block;
	padding: 0px;
}

.card-thumb {
	aspect-ratio: 413 / 288;
	overflow: hidden;
	border-radius: 8px;
}

.card-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card-body {
	padding: 15px 10px 15px;
}

.card-date {
	font-size: 13px;
	color: #bbb;
}

.card-title {
	font-size: 18px;
	font-weight: 200;
	margin: 12px 0;
	line-height: 1.6;
	height: 3.5em;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	padding-bottom: 25px;
	padding-top: 5px;
	transition: color 0.3s ease;
}

.activity-card .card-thumb {
	width: 100%;
	aspect-ratio: 413 / 288;
	background-color: #f9f9f9;
	overflow: hidden !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.activity-card .card-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease !important;
}

.activity-card .no-image-wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px;
}

.activity-card .card-thumb img.no-image {
	width: 70%;
	height: auto;
	object-fit: contain;
	opacity: 0.8;
}

.card-tags {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.tag {
	font-size: 11px;
	background: #FEF9EB;
	color: #D4A017;
	padding: 3px 12px;
	border-radius: 4px;
}

.swiper-pagination {
	bottom: 0 !important;
}

.swiper-pagination-bullet {
	background: #e0e0e0;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: #3E92B4 !important;
}

main {
	background-image: url('assets/images/background1.png');
	background-repeat: no-repeat;
	background-position: center 350px;
	background-size: 1950px 620px;
}

.lower-page-header {
	padding: 120px 0 200px;
	text-align: center;
}

.header-logo-center {
	margin-bottom: 20px;
}

.header-logo-center img {
	height: 50px;
}

.lower-title {
	font-size: 28px;
	color: #0B6369;
	font-weight: 400;
}

.message-intro {
	padding: 60px 0;
}

.message-intro-flex {
	display: flex;
	gap: 60px;
	align-items: flex-start;
}

.message-intro-text {
	flex: 1;
}

.message-main-copy {
	font-size: 48px;
	color: #4a90b5;
	margin-bottom: 30px;
	font-weight: 200;
}

.message-content p {
	font-size: 16px;
	line-height: 1.6;
	color: #000;
	margin-bottom: 20px;
}

.message-intro-visual {
	flex: 0 0 320px;
}

.portrait-frame {
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 20px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.portrait-frame img {
	width: 100%;
	height: auto;
	display: block;
}

.portrait-info .name {
	font-size: 16px;
	margin-top: 5px;
}

.portrait-info .name span {
	font-size: 22px;
}

.sub-section-title {
	color: #0B6369;
	font-weight: 200;
	padding-bottom: 10px;
}

.profile-leads {
	color: #4a90b5;
	line-height: 1.8;
	margin-bottom: 40px;
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	font-weight: 200;
}

.profile-section .sub-section-title{
	font-size: 36px;
	color: #0B6369;
}
.award-section .sub-section-title{
	font-size: 24px;
	color: #3E92B4;
	margin: 150px 0 15px;
}
.book-section .sub-section-title{
	font-size: 24px;
	color: #3E92B4;
	margin: 50px 0 15px;
}

.history-row {
	display: flex;
	align-items: stretch;
	gap: 55px;
}

.history-table {
	border-top: solid 1px #3E92B4;
}

.history-year {
	color: #3E92B4;
	border-bottom: 1px dashed #3E92B4;
	font-size: 18px;
	font-weight: 300;
	padding: 22px 0;
	display: flex;
	align-items: center;
	width: 125px;
}

.history-event {
	font-size: 18px;
	font-weight: 300;
	color: #000;
	border-bottom: 1px dashed #3E92B4;
	padding: 22px 0;
	width: calc(100% - 175px);
}

.related-info-section {
	background-color: #f4faff;
	padding: 20px 20px 50px 20px;
	margin-top: 100px;
	margin-right: 100px;
	margin-left: 100px;
	margin-bottom: 100px;
	background: #f7fbfe;
	border-radius: 10px;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}

.related-title {
	font-size: 36px;
	color: #0B6369;
	font-weight: 200;
	margin-bottom: 30px;
	text-align: left;
}

.related-grid {
	display: flex;
	gap: 20px;
}

.related-card {
	flex: 1;
	border-radius: 10px;
	overflow: hidden;
	text-align: left;
}
.related-card a{
	text-decoration: none;
}
.related-card a:hover img{
	scale: 1.1;
}
.related-card a:hover .btn-marker {
	background: transparent;
}
.related-card p.btn-custom{
	color: #fff;
}

.related-card a:hover .btn-marker::after {
	content: '→';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	color: #fff;
	line-height: 1;
}

.card-img {
	height: 200px;
	overflow: hidden;
	margin-bottom: 20px;
	border-radius: 8px;
	aspect-ratio: 392 / 254;
}

.card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s ease;
}

.card-txt {
	font-size: 14px;
	margin-bottom: 25px;
	padding: 0 10px;
	color: #333;
}

.breadcrumb-footer {
	background: #F5FBFF;
	padding: 15px 0;
	border-top: 1px solid #F5FBFF;
	font-size: 11px;
	color: #0B6369;
	background-color: #f8fbfd;
}

.about-page .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.about-header {
	padding: 120px 0 200px;
	text-align: center;
}

.header-logo-simple {
	width: 60px;
	margin: 0 auto 20px;
}

.header-logo-simple img {
	width: auto;
	height: 50px;
	margin-bottom: 10px;
}

.about-message-preview .container {
	max-width: 1100px;
}

.preview-flex {
	display: flex;
	align-items: center;
	gap: 80px;
}

.preview-text {
	flex: 1;
}

.preview-title {
	font-size: 36px;
	color: #0B6369;
	margin-bottom: 25px;
	font-weight: 200;
	font-family: "Noto Serif JP", serif;
}

.preview-description {
	font-size: 16px;
	line-height: 2.2;
	color: #333;
	margin-bottom: 35px;
}

.preview-visual {
	flex: 0 0 420px;
}

.about-main-visual {
	clip-path: none !important;
	-webkit-clip-path: none !important;
	border: none !important;
	border-radius: 0 !important;
}

.about-main-visual img {
	width: 100% !important;
	height: auto !important;
	display: block !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	clip-path: none !important;
	-webkit-clip-path: none !important;
	background: none !important;
}

.about-cards-section {
	padding: 200px 0 120px;
}

.about-grid {
	display: flex;
	gap: 70px;
}

.about-link-card {
	flex: 1;
	display: flex;
	flex-direction: column;
}
.about-link-card a{
	text-decoration: none;
}

.about-link-card .card-thumb {
	width: 100%;
	aspect-ratio: 393 / 283;
	border-radius: 10px;
	overflow: hidden;
}

.about-link-card .card-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card-title-sub {
	font-size: 21px;
	color: #0B6369;
	margin-bottom: 15px;
	font-family: "Noto Serif JP", serif;
	font-weight: 200;
}

.card-description {
	font-size: 16px;
	line-height: 1.8;
	color: #555;
	margin-bottom: 25px;
	flex-grow: 1;
}

.breadcrumb-footer a {
	color: #333333;
	text-decoration: none;
}

.breadcrumb-footer a:hover {
	text-decoration: underline;
}

.breadcrumb-footer b, .breadcrumb-footer strong, .breadcrumb-footer .current, .breadcrumb-footer .last, .breadcrumb-footer span:last-child {
	color: #0B6369;
}

.news-filter-area {
	padding: 40px 0;
}

.filter-row {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.filter-label {
	width: 100px;
	font-size: 14px;
	color: #333;
	margin-right: 10px;
}

.filter-options {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.filter-btn {
	background: #fff;
	border: 1px solid #3E92B4;
	color: #3E92B4;
	padding: 2px 15px;
	border-radius: 20px;
	font-size: 12px;
	cursor: pointer;
	transition: 0.3s;
}

.filter-btn.is-active {
	background: #0B6369 !important;
	color: #fff !important;
	border-color: #0B6369 !important;
}

.news-list-wrapper {
	border-top: 1px solid #eee;
}

.news-list-item {
	display: flex;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

.news-item-date {
	width: 100px;
	font-size: 13px;
	color: #bbb;
}

.news-item-cat-box {
	width: 110px;
}

.news-item-cat {
	display: inline-block !important;
	width: 85px !important;
	text-align: center !important;
	padding: 4px 0 !important;
	font-size: 11px !important;
	border-radius: 4px !important;
	text-decoration: none !important;
	background-color: #3E92B4 !important;
	color: #ffffff !important;
}

.cat-bg-news, .cat-bg-お知らせ {
	background-color: #3E92B4 !important;
}

.cat-bg-activity, .cat-bg-取り組み, .cat-bg-activity-report {
	background-color: #CD9820 !important;
}

.cat-bg-report, .cat-bg-レポート {
	background-color: #0B6369 !important;
}

.news-item-title {
	flex: 1;
	font-size: 15px;
	font-weight: normal;
}

.news-item-title a {
	text-decoration: none;
	color: #333;
	transition: 0.3s;
	font-family: "Noto Sans JP", sans-serif;
}

.news-item-title a:hover {
	color: #0B6369;
}

.custom-pagination {
	display: flex;
	justify-content: center;
	gap: 10px;
	padding: 50px 0;
}

.page-num {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #3E92B4;
	cursor: pointer;
	font-size: 14px;
}

.page-num.is-active {
	background: #0B6369;
	color: #fff;
}

.news-article {
	padding: 0px 0;
	padding-bottom: 60px;
}

.news-article-title {
	font-size: 26px;
	color: #0B6369;
	font-weight: normal;
	margin-bottom: 20px;
	line-height: 1.4;
	text-align: left;
}

.news-article-meta {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 30px;
}

.post-cat-label {
	background-color: #3E92B4;
	color: #fff;
	font-size: 12px;
	padding: 3px 12px;
	border-radius: 4px;
	line-height: 1.5;
}

.news-article-body {
	font-size: 15px;
	line-height: 1.8;
	color: #444;
	border-top: 1px solid #eee;
	padding-top: 40px;
	margin-bottom: 60px;
}

.info-link-text {
	font-size: 16px;
	color: #3E92B4;
	border-bottom: 1px solid #3E92B4;
	display: block;
	padding-bottom: 8px;
	margin-top: 40px;
}

.back-btn-wrap {
	text-align: center;
	margin: 80px 0;
}

.news-back-link {
	background-color: #3E92B4;
	color: #fff;
	padding: 12px 60px 12px 40px;
	border-radius: 4px;
	font-size: 14px;
	display: inline-block;
	position: relative;
	text-decoration: none;
	transition: 0.3s;
}

.news-back-link::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background-color: #fff;
	border-radius: 50%;
}

.breadcrumb-footer, .footer-breadcrumbs {
	background-color: #F5FBFF;
	padding: 15px 0;
	width: 100%;
}

.breadcrumb-footer .container, .breadcrumb-nav-list {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	list-style: none;
	font-size: 11px;
	color: #88B7C8;
}

.breadcrumb-footer a, .breadcrumb-nav-list a {
	color: #333 !important;
	text-decoration: none;
}
.breadcrumb-footer a span, .breadcrumb-nav-list a span{
	color: #333 !important;
	text-decoration: none;
}

.breadcrumb-footer span::before, .breadcrumb-nav-list li + li::before {
	content: ">";
	margin: 0 10px;
}



.mission-block {
	margin-bottom: 60px;
	text-align: left;
}

.mission-sub-title {
	font-size: 36px;
	font-weight: 200;
	color: #0B6369;
	margin-bottom: 20px;
}

.mission-text {
	font-size: 18px;
	line-height: 2;
	color: #555;
	text-align: left;
}

.mission-history-section {
	padding: 100px 0;
}

.mission-section-title {
	text-align: center;
	color: #0B6369;
	font-size: 36px;
	font-weight: 200;
	margin-bottom: 80px;
	letter-spacing: 0.1em;
}

.history-timeline {
	max-width: 1200px;
	margin: 0 auto;
}

.history-item {
	display: flex;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 12px;
	margin-bottom: 0;
	align-items: stretch;
	position: relative;
	z-index: 40;
}

.history-label {
	position: absolute;
	top: -22px;
	left: 60px;
	height: 44px;
	min-width: 260px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	padding: 0 30px;
	font-size: 16px;
	border-radius: 8px;
	z-index: 10;
}

.bg-blue {
	background-color: #3E92B4;
}

.bg-blue-dark {
	background-color: #3E92B4;
}

.bg-gold {
	background-color: #F9EFD8;
	color: #CD9820;
}

.bg-blue-main {
	background-color: #3E92B4;
}

.history-content {
	display: flex;
	width: 100%;
	padding: 55px 40px 45px;
}

.history-date {
	width: 160px;
	color: #333;
	font-size: 16px;
	display: flex;
	align-items: center;
	border-right: 1px solid #eee;
	margin-right: 40px;
	flex-shrink: 0;
}

.history-details {
	flex: 1;
	list-style: none;
	padding: 0;
	font-size: 14px;
	color: #555;
	line-height: 1.8;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.history-details li {
	position: relative;
	padding-left: 1.2em;
	margin-bottom: 5px;
}

.history-details li::before {
	content: "・";
	position: absolute;
	left: 0;
}

.history-text {
	flex: 1;
	font-size: 14px;
	color: #555;
	line-height: 1.8;
	display: flex;
	align-items: center;
}

.history-arrow {
	width: 3px;
	height: 170px;
	background: #e3c48e;
	margin: 15px auto;
	position: relative;
	z-index: 20;
	margin-top: -40px;
	margin-bottom: -40px;
	margin-left: 16%;
}

.history-arrow3 {
	margin-bottom: 45px;
	margin-top: -60px;
	height: 140px;
}

.history-arrow3::after {
	content: '';
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 16px solid #e3c48e;
}

.related-card img {
	width: 100%;
	margin-bottom: 10px;
}

.related-card p {
	font-size: 16px;
	color: #0B6369;
	margin-bottom: 10px;
}

.btn-custom-small {
	display: inline-block;
	background: #4a90b5;
	color: #fff;
	padding: 5px 20px;
	border-radius: 4px;
	text-decoration: none;
	font-size: 12px;
}

.overview-section-title {
	text-align: left;
	color: #0B6369;
	font-size: 36px;
	font-weight: 200;
	margin-bottom: 40px;
}

.overview-sub-title {
	font-size: 24px;
	color: #3E92B4;
	margin: 40px 0 15px;
	border-bottom: 1px solid #3E92B4;
	padding-bottom: 10px;
	font-weight: 200;
}

.overview-table {
	width: 100%;
	margin-bottom: 50px;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
}

.overview-table th,
.overview-table td {
	position: relative;
	padding: 25px;
	font-weight: 200;
	font-size: 18px;
	vertical-align: top;
	border-bottom: none;
}

.overview-table th {
	width: 200px;
	text-align: left;
	color: #3E92B4;
	padding-left: 0px;
}

.overview-table td {
	width: calc(100% - 255px);
	color: #000;
	padding-right: 0px;
}

.overview-table th::after,
.overview-table td::after {
	content: "";
	position: absolute;
	bottom: 0;
	border-bottom: 1px dotted #3E92B4;
}

.overview-table th::after {
	left: 0;
	right: 25px;
}

.overview-table td::after {
	left: 25px;
	right: 15px;
}

.overview-business-section {
	padding: 20px 20px 80px 20px;
	background: #f9f9f9;
	margin: 100px;
	border-radius: 10px;
	max-width: 1400px;
}
.overview-business-section .overview-section-title{
	max-width: 1150px;
	margin-right: auto;
	margin-left: auto;
}

.overview-org-section{
	margin-top: 75px;
}

.business-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.business-item {
	background: #fff;
	padding: 20px;
	text-align: center;
	position: relative;
}

.business-num {
	position: absolute;
	top: 15px;
	left: 15px;
	color: #4a90b5;
	font-size: 18px;
}

.business-img {
	width: 100%;
	aspect-ratio: 1 / 1;
	background: #fff;
	margin-bottom: 15px;
	overflow: hidden;
}

.business-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.business-text {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.6;
	color: #4a90b5;
}

.faq-content {
	margin-bottom: 80px;
}


.entry-content .wp-block-details {
	border: none !important;
	background-color: transparent !important;
	background-image: linear-gradient(#333, #333);
	background-size: 100% 1px;
	background-repeat: no-repeat;
	background-position: top;
}

.entry-content .wp-block-details:last-of-type {
	background-image: linear-gradient(#333, #333), linear-gradient(#333, #333);
	background-size: 100% 1px, 100% 1px;
	background-position: top, bottom;
}

.wp-block-details summary {
	display: flex !important;
	align-items: center;
	padding: 20px 40px 20px 0 !important;
	cursor: pointer;
	font-size: 16px;
	color: #0B6369;
	list-style: none;
	position: relative;
	outline: none;
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}

.wp-block-details summary::-webkit-details-marker {
	display: none;
}

.wp-block-details summary::before {
	content: "Q";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	background-color: #3E92B4;
	color: #fff;
	border-radius: 50%;
	margin-right: 20px;
	font-size: 14px;
	flex-shrink: 0;
}

.wp-block-details summary::after {
	content: "+";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 32px;
	color: #3E92B4;
	transition: 0.3s;
	transition: none;
}

.wp-block-details[open] summary::after {
	content: "ー";
	font-size: 20px;
}


.wp-block-details > *:not(summary) {
	display: flex !important;
	align-items: flex-start;
	padding: 5px 0 30px 0 !important;
	line-height: 1.8;
	color: #444;
	font-size: 15px;
}

.wp-block-details > *:not(summary)::before {
	content: "A";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	background-color: #CD9820;
	color: #fff;
	border-radius: 50%;
	margin-right: 20px;
	font-size: 14px;
	flex-shrink: 0;
	margin-top: 2px;
}

.wp-block-separator {
	border: none !important;
	border-bottom: 0.5px solid #DFDFDF !important;
	opacity: 1 !important;
	margin: 0 auto !important;
	width: 100% !important;
	max-width: 100% !important;
}

.wp-block-details {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.contact-page-wrapper {
	background-color: #fff;
}

.contact-upper-visual {
	border-radius: 0;
	transform: none;
	padding: 0px 0 150px;
	margin-bottom: 0;
}

.contact-upper-visual .container-narrow {
	transform: none;
}

.page-header-center {
	text-align: center;
	margin-bottom: 60px;
}

.contact-lead-text {
	font-size: 18px;
	line-height: 2;
	color: #000;
	text-align: left;
}

.contact-lead-text p {
	margin-bottom: 1.5em;
}

.contact-lead-text a {
	color: #3E92B4;
	text-decoration: underline;
}

.contact-form-section {
	position: relative;
	z-index: 10;
	margin-top: 60px;
}

.form-title-area {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #3E92B4;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.form-privacy a{
	color: #0B6369;
}

.icon-mail {
	margin-right: 15px;
	display: block;
	width: 40px;
	height: 40px;
	background: url('assets/images/icon-mail.png') no-repeat center center;
	background-size: contain;
	margin-top: 4px;
}

.icon-mail img, .icon-mail i {
	display: none !important;
}

.form-title-text {
	font-size: 36px;
	color: #0B6369;
	font-weight: normal;
	margin: 0;
}

.wpcf7-form .form-row {
	display: flex;
	border-bottom: 1px solid #eee;
	padding: 0px 0;
	align-items: center;
}

.form-field p {
	margin: 0;
	width: 100%;
}
.form-field p input{
	box-sizing: border-box;
}
.form-field textarea{
	box-sizing: border-box;
}

.form-field {
	display: flex;
	align-items: center;
	min-height: 52px;
	width: calc(100% - 250px);
}

.wpcf7-form .form-label {
	width: 250px;
	font-size: 15px;
	color: #333;
	flex-shrink: 0;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form textarea {
	width: 100%;
	background-color: #f5f5f5 !important;
	border: none !important;
	border-radius: 4px;
	padding: 10px 14px;
	font-size: 16px;
}

.activity-page-wrapper {
	padding-bottom: 100px;
}


.container-wide {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px;
}

.lower-title-main {
	font-size: 48px;
	color: #1e6b7d;
	font-weight: 400;
	letter-spacing: 0.1em;
	font-family: "Noto Serif JP", serif;
}

.filter-tags {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 40px;
	flex-wrap: wrap;
}

.tag-link {
	padding: 5px 18px;
	border: 1px solid #3E92B4;
	border-radius: 25px;
	color: #3E92B4;
	font-size: 12px;
	text-decoration: none;
	transition: 0.3s;
	background: #fff;
}

.tag-link.active, .tag-link:hover {
	background-color: #1e6b7d;
	color: #fff;
	border-color: #1e6b7d;
}

.post-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.post-card {
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0,0,0,0.06);
	transition: 0.3s;
	border: 1px solid #eee;
}

.post-card a {
	text-decoration: none;
	color: inherit;
	display: block;
}

.post-card:hover {
	transform: translateY(-5px);
}

.post-thumb {
	width: 100%;
	aspect-ratio: 413 / 288;
	background-color: #f8f8f8;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.post-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-thumb img.no-image {
	object-fit: contain;
	width: 40%;
}

.post-meta {
	padding: 20px;
}

.post-date {
	font-size: 14px;
	color: #ccc;
	display: block;
	margin-bottom: 8px;
}

.post-title {
	font-size: 12px;
	color: #000;
	margin: 0 0 12px 0;
	line-height: 1.5;
	min-height: 3em;
	transition: color 0.3s ease;
}

.post-tags {
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
}

.tag-item {
	font-size: 11px;
	background-color: #FFF4D9;
	color: #CD9820;
	padding: 2px 8px;
	border-radius: 2px;
}

.more-btn-area {
	text-align: center;
	margin-top: 50px;
}

.btn-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #4a90b5;
	color: #fff;
	padding: 12px 40px;
	border-radius: 4px;
	text-decoration: none;
	transition: background-color 0.3s ease;
	position: relative;
}

.btn-more::after {
	content: "";
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	margin-left: 10px;
	transition: 0.3s ease-out;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-more:hover {
	background-color: #3d7a9a;
}

.btn-more:hover::after {
	content: "→";
	background: transparent;
	font-size: 18px;
	transform: translateX(3px);
}

.wpcf7-form{
	margin-bottom: 60px;
}

.donations-upper-visual {
	padding: 0px 0 50px;
}

.donations-lead-area {
	font-size: 18px;
	line-height: 2.2;
	color: #444;
	text-align: left;
}

.donations-lead-area p {
	margin-bottom: 1.8em;
}

.donations-form-section {
	position: relative;
	z-index: 10;
	margin-top: 60px;
}
.donations-form-section .container-narrow{

}

.form-section-title {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #3E92B4;
	padding-bottom: 15px;
	margin-bottom: 20px;
	font-size: 36px;
	color: #0B6369;
	font-weight: normal;
	font-weight: 200;
}

.title-icon {
	margin-right: 15px;
	display: block;
	width: 40px;
	height: 40px;
	background: url('assets/images/icon-hand.png') no-repeat center center;
	background-size: contain;
	flex-shrink: 0;
}

.title-icon img, .title-icon svg {
	display: none !important;
}

.support-form-container .form-row {
	display: flex;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
	align-items: flex-start;
	width: 100%;
}

.support-form-container label {
	width: 200px;
	font-size: 15px;
	color: #333;
	flex-shrink: 0;
	font-weight: normal;
}

.support-form-container .wpcf7-form-control-wrap {
	flex-grow: 1;
	width: 100%;
}

.support-form-container input[type="text"], .support-form-container input[type="email"], .support-form-container input[type="tel"], .support-form-container textarea {
	border-radius: 4px;
	padding: 10px 14px;
	font-size: 16px;
	box-sizing: border-box;
}

.support-form-container textarea {
	height: 200px;
}

.privacy-page-wrapper {
	background-color: #fff;
	padding-bottom: 60px;
}

.privacy-upper-visual {
	padding: 0px 0 100px;
}

.privacy-intro {
	font-size: 14px;
	line-height: 2.2;
	color: #444;
	margin-bottom: 50px;
}

.privacy-section {
	margin-bottom: 40px;
}

.privacy-sub-title {
	font-size: 16px;
	color: #3E92B4;
	border-bottom: 1px solid #BFE4F1;
	padding-bottom: 8px;
	margin-bottom: 20px;
}

.privacy-section p {
	font-size: 14px;
	line-height: 2;
	color: #444;
}

.privacy-list {
	list-style: none;
	padding: 0;
	margin-top: 15px;
}

.privacy-list li {
	font-size: 14px;
	color: #444;
	position: relative;
	padding-left: 1.2em;
	margin-bottom: 8px;
}

.privacy-list li::before {
	content: "・";
	position: absolute;
	left: 0;
}

.privacy-section a {
	color: #3E92B4;
	text-decoration: underline;
}

.news-detail-only {
	background-color: #fff !important;
	background-image: none !important;
	padding: 60px 0 0 !important;
	margin: 0 !important;
}
.related-news-section .related-news-title{
	color: #3E92B4;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	border-bottom: solid 1px #3E92B4;
	width: 100%;
	font-weight: 200;
}
.related-news-list{
	padding-left: 20px;
	color: #000;
}
.related-news-list li a{
	color: #000;
	font-weight: 200;
	width: fit-content;
	border-bottom: solid 1px #000;
	text-decoration: none;
}
.related-news-list li::marker{
	font-size: 0.5em;
}

.footer-breadcrumbs {
	background-color: #F4F9FB;
	padding: 15px 0;
	width: 100%;
}

.breadcrumb-nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	font-size: 11px;
	color: #88B7C8;
}

.breadcrumb-nav-list li + li::before {
	content: ">";
	margin: 0 10px;
}

.breadcrumb-nav-list a {
	color: #333;
	text-decoration: none;
}

.news-item-cat, .post-cat-label {
	display: inline-block !important;
	padding: 3px 1px !important;
	border-radius: 4px !important;
	font-size: 12px !important;
	line-height: 1.5 !important;
	text-align: center;
	min-width: 85px;
	color: #fff !important;
	font-weight: normal;
}

.cat-bg-news, .post-cat-label[class*="news"] {
	background-color: #3E92B4 !important;
}

.cat-bg-report, .post-cat-label[class*="report"] {
	background-color: #0B6369 !important;
}

.cat-bg-activity-report, .post-cat-label[class*="activity-report"] {
	background-color: #CD9820 !important;
	color: #fff !important;
}

.cat-bg-none {
	background-color: #ccc !important;
}

.activity-detail-page {
	padding: 60px 0 0;
	background: #fff;
}

.activity-main-title {
	font-size: 24px;
	color: #3E92B4;
	margin-bottom: 10px;
}

.activity-meta-top {
	margin-bottom: 30px;
	color: #bbb;
	font-size: 14px;
}

.activity-hero-img img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	margin-bottom: 40px;
}

.activity-content-wrapper {
	display: flex;
	gap: 60px;
	align-items: flex-start;
}

.activity-main-col {
	flex: 1;
}

.activity-lower-section .section-title{
	border-bottom: solid 1px #3E92B4;
}

.activity-toc {
	background: #f0f8fa;
	border-radius: 8px;
	padding: 25px;
	margin-bottom: 40px;
}

#toc-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

#toc-list li {
	margin-bottom: 15px;
}

#toc-list a {
	display: inline-flex;
	align-items: center;
	text-decoration: none !important;
	color: #333;
	font-size: 15px;
	transition: all 0.3s ease;
}

#toc-list a::before {
	content: "✓";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	margin-right: 12px;
	background-color: #fff;
	color: #3E92B4;
	border: 1px solid #3E92B4;
	border-radius: 50%;
	font-size: 12px;
	flex-shrink: 0;
	transition: all 0.3s ease;
	box-sizing: border-box;
}

#toc-list a:hover {
	color: #3E92B4;
	text-decoration: none !important;
}

#toc-list a:hover::before {
	background-color: #3E92B4;
	color: #fff;
	border-color: #3E92B4;
}

.activity-entry-body h2 {
	font-size: 22px;
	color: #333;
	padding-bottom: 10px;
	margin: 60px 0 30px;
	border-bottom: 2px solid #3E92B4;
	width: 100%;
	scroll-margin-top: 120px;
}

.activity-sidebar {
	width: 250px;
	position: sticky;
	top: 20px;
}

.sidebar-title {
	font-size: 16px;
	border-left: 4px solid #3E92B4;
	padding-left: 10px;
	margin-bottom: 20px;
}

.side-cat-list {
	list-style: none;
	padding: 0;
}

.side-cat-list li {
	border-bottom: 1px solid #eee;
}

.side-cat-list a {
	display: block;
	padding: 12px 2px;
	color: #3E92B4;
	text-decoration: none;
	font-size: 14px;
	transition: 0.3s;
}

.side-cat-list a:hover {
	background-color: #F5FBFF;
}

.back-to-list {
	margin-top: 80px;
	text-align: center;
}

.btn-back {
	display: inline-block;
	background: #3E92B4;
	color: #fff;
	padding: 10px 30px;
	border-radius: 4px;
	text-decoration: none;
}

.other-activities-section {
	background-color: #F5FBFF;
	padding: 20px 20px 80px 20px;
	margin: 100px 100px;
	border-radius: 10px;
}

.other-activities-title {
	font-size: 24px;
	color: #3E92B4;
	margin-bottom: 40px;
	text-align: left;
}

.other-post-grid {
	display: flex;
	gap: 30px;
}

.other-post-card {
	flex: 1;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0,0,0,0.05);
	transition: transform 0.3s ease;
}

.other-post-card:hover {
	transform: translateY(-5px);
}

.other-post-card a {
	text-decoration: none;
	color: inherit;
	display: block;
}

.other-post-thumb {
	width: 100%;
	aspect-ratio: 413 / 288;
	overflow: hidden;
	background-color: #f9f9f9;
	display: flex;
	align-items: center;
	justify-content: center;
}

.other-post-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.other-post-thumb img.no-image {
	width: 45%;
	height: auto;
	object-fit: contain;
	opacity: 1;
}

.other-post-meta {
	padding: 20px;
}

.other-post-date {
	font-size: 13px;
	color: #bbb;
	display: block;
	margin-bottom: 10px;
}

.other-post-title {
	font-size: 12px;
	line-height: 1.6;
	color: #000;
	margin-bottom: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 2.2em;
	padding-bottom: 15px;
	transition: color 0.3s ease;
}

.other-post-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.other-post-tags .tag-item {
	background: #FFF3D4;
	color: #CD9820;
	font-size: 11px;
	padding: 4px 12px;
	border-radius: 4px;
	margin-left: 0;
	margin-right: 8px;
	margin-top: 5px;
}

.pdf-icon-overlay {
	position: absolute !important;
	bottom: 8px !important;
	right: 8px !important;
	width: 20px !important;
	height: auto !important;
	z-index: 10;
	pointer-events: none;
	box-shadow: none !important;
	border: none !important;
	background: none !important;
	transition: none !important;
	transform: none !important;
}

.is-pdf img:not(.pdf-icon-overlay) {
	filter: brightness(0.9);
}

.footer-nav a, .bottom-links a {
	text-decoration: none !important;
	display: inline-block;
	position: relative;
}

.footer-nav a:hover, .bottom-links a:hover {
	text-decoration: underline !important;
}

.activity-card:hover .card-title {
	color: #3E92B4 !important;
	transition: color 0.3s ease;
}

.activity-card:hover .card-thumb img {
	transform: scale(1.1) !important;
}

.post-card:hover .post-title {
	color: #3E92B4 !important;
	transition: color 0.3s ease;
}

.post-card .post-thumb {
	overflow: hidden !important;
	position: relative;
}

.post-card .post-thumb img:not(.pdf-icon-overlay) {
	transition: transform 0.3s ease !important;
}

.post-card:hover .post-thumb img:not(.pdf-icon-overlay) {
	transform: scale(1.1) !important;
}

.other-post-card:hover .other-post-title {
	color: #3E92B4 !important;
	transition: color 0.3s ease;
}

.other-post-card .other-post-thumb {
	overflow: hidden !important;
}

.other-post-card .other-post-thumb img:not(.pdf-icon-overlay) {
	transition: transform 0.3s ease !important;
}

.other-post-card:hover .other-post-thumb img:not(.pdf-icon-overlay) {
	transform: scale(1.1) !important;
}

.other-post-card .pdf-icon-overlay {
	transition: none !important;
	transform: none !important;
}

.activity-cat-label, .tag-item {
	display: inline-block;
	padding: 2px 12px;
	font-size: 12px;
	border-radius: 4px;
	background-color: #FFF9E1 !important;
	color: #D4A017 !important;
	margin-right: 10px;
}

.news-detail-only .news-article-body h2 {
	color: #3E92B4 !important;
	border-bottom: 1px solid #3E92B4 !important;
	padding-bottom: 10px !important;
	margin: 40px 0 20px !important;
	font-size: 20px !important;
	line-height: 1.4 !important;
}

@media screen and (min-width: 1025px) {
	.nav-toggle {
		display: none;
	}
	.main-nav {
		border-bottom: 1px solid #eee;
		margin-left: auto !important;
	}
	.header-list {
		display: flex;
		list-style: none;
		margin: 0;
		padding: 0;
		gap: 5px;
	}
	.header-list > li {
		position: relative;
		display: flex;
		align-items: center;
	}
	.header-list > li > a {
		text-decoration: none;
		color: #333 !important;
		font-size: 15px;
		padding: 10px 15px;
		margin: 15px 0;
		display: flex;
		align-items: center;
		border-radius: 50px;
		transition: background-color 0.3s, color 0.3s;
		position: relative;
	}
	.header-list > li:hover > a {
		background-color: #3E92B4 !important;
		color: #fff !important;
	}
	.header-list > li.current-menu-item > a::after, .header-list > li.current-menu-ancestor > a::after {
		content: '';
		position: absolute;
		bottom: -16px;
		left: 22px;
		right: 22px;
		height: 1px;
		background-color: #0B6369;
		z-index: 2;
	}
	.header-list > li:hover > a::after {
		display: none !important;
	}
	.menu-item-has-children > a::before {
		content: '▼';
		margin-left: 8px;
		font-size: 14px;
		order: 2;
		display: inline-block;
		color: #3E92B4;
		transition: color 0.3s, transform 0.3s;
	}
	.menu-item-has-children > a:hover::before{
		color: #fff;
	}
	.header-list .sub-menu {
		position: absolute;
		top: 100%;
		left: 0;
		transform: translateY(10px);
		width: 800px;
		background: #4a90b5;
		padding: 40px;
		list-style: none;
		z-index: 999;
		border-radius: 0 0 12px 12px;
		box-shadow: 0 10px 25px rgba(0,0,0,0.1);
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s ease;
	}
	.header-list li:hover > .sub-menu {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
	.header-list .sub-menu li {
		width: 48%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	}
	.header-list .sub-menu li a {
		color: #fff !important;
		text-decoration: none;
		font-size: 17px;
		padding: 18px 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		background: none !important;
		width: 100%;
		transition: 0.3s;
	}
	.header-list .sub-menu li a::before {
		display: none;
	}
	.header-list .sub-menu li a::after {
		content: '→';
		width: 32px;
		height: 32px;
		border: 1px solid #fff;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: 0.3s;
	}
	.header-list .sub-menu li a:hover::after {
		background-color: #fff !important;
		color: #4a90b5 !important;
	}
}

@media screen and (max-width: 1024px) {
	.nav-toggle {
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		background: #4a90b5;
		border-radius: 6px;
		cursor: pointer;
		z-index: 1100;
		position: relative;
	}
	.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
		content: '';
		display: block;
		width: 24px;
		height: 2px;
		background: #fff;
		position: absolute;
		transition: all 0.3s;
	}
	.nav-toggle span::before {
		top: -8px;
	}
	.nav-toggle span::after {
		top: 8px;
	}
	.nav-toggle.is-active span {
		background: transparent;
	}
	.nav-toggle.is-active span::before {
		top: 0;
		transform: rotate(45deg);
	}
	.nav-toggle.is-active span::after {
		top: 0;
		transform: rotate(-45deg);
	}
	.main-nav {
		position: fixed;
		top: 0;
		right: -100%;
		width: 80%;
		height: 100vh;
		background: #fff;
		box-shadow: -5px 0 15px rgba(0,0,0,0.1);
		transition: all 0.4s ease;
		z-index: 1050;
		overflow-y: auto;
		padding: 80px 0 40px;
	}
	.main-nav.is-open {
		right: 0;
	}
	.header-list {
		display: flex;
		flex-direction: column;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.header-list > li {
		width: 100%;
		border-bottom: 1px solid #eee;
	}
	.header-list > li > a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 20px 25px;
		color: #333;
		text-decoration: none;
		font-size: 16px;
	}
	.header-list > li.current-menu-item > a, .header-list > li.current-menu-ancestor > a {
		color: #000;
		border-top: solid 1px #eee;;
	}
	.header-list .sub-menu {
		list-style: none;
		padding: 0;
		background: #4a90b5;
	}
	.header-list .sub-menu li {
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}
	.header-list .sub-menu li a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 15px 25px 15px 40px;
		color: #fff !important;
		text-decoration: none;
		font-size: 15px;
	}
	.header-list .sub-menu li a::after {
		content: '→';
		font-size: 14px;
	}
	.header-list > li > a::after, .menu-item-has-children > a::before {
		display: none !important;
	}
}

@media screen and (max-width: 1024px) {
	.footer-flex {
		flex-direction: column;
		gap: 50px;
		padding: 0 20px;
	}
	.footer-brand-area {
		width: 100%;
		text-align: center;
	}
	.footer-sns-box {
		margin: 0 auto;
		max-width: 320px;
	}
	.footer-nav {
		grid-template-columns: 1fr 1fr;
		justify-content: center;
		margin-left: 0;
		width: 100%;
		gap: 40px;
	}
}

@media screen and (max-width: 768px) {
	.about-inner {
		flex-direction: column;
		padding: 60px 20px;
	}
	.about-text {
		max-width: 100%;
		padding-right: 0;
		margin-left: 0;
		margin-bottom: 40px;
	}
	.about-visual {
		width: 100%;
		justify-content: center;
	}
}

@media screen and (max-width: 1024px) {
	.activities-controls {
		width: 100%;
		justify-content: space-between;
		margin-top: 20px;
	}
	.section-header-flex {
		flex-direction: column;
		align-items: flex-start;
	}
	.activity-swiper-container {
		overflow: hidden !important;
	}
}

@media screen and (max-width: 1024px) {
	.container-large, .container-narrow {
		padding: 0 20px;
	}
	.hero-inner, .about-inner, .news-card, .section-header-flex {
		flex-direction: column;
		text-align: center;
		align-items: center;
	}
	.hero-text, .hero-image, .about-text, .about-visual {
		flex: 0 0 100%;
		width: 100%;
	}
	.hero-image, .about-visual {
		margin-top: 40px;
		justify-content: center;
	}
	.top-news-with-arch {
		background-size: cover;
		padding: 140px 0 80px;
		margin-top: -80px;
	}
	.news-left-column {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.news-item {
		gap: 10px;
		text-align: center;
		padding: 15px 0;
	}
	.news-badge {
		margin: 5px 0;
	}
	.activity-slider-wrapper {
		padding-left: 20px;
	}
}

@media screen and (max-width: 1024px) {
	.message-intro-flex, .related-grid {
		flex-direction: column;
	}
	.message-intro-visual {
		order: -1;
		width: 100%;
		max-width: 400px;
		margin: 0 auto 40px;
	}
	.history-row {
		flex-direction: column;
	}
	.history-year {
		flex: 0 0 auto;
	}
}

@media screen and (max-width: 1024px) {
	.preview-flex {
		flex-direction: column-reverse;
		text-align: center;
		gap: 40px;
	}
	.preview-visual {
		flex: 0 0 auto;
		width: 80%;
		max-width: 400px;
		margin: 0 auto;
	}
	.about-grid {
		flex-direction: column;
		gap: 60px;
	}
}

@media screen and (max-width: 768px) {
	.history-item {
		flex-direction: column;
		width: 100%;
	}
	.history-content {
		flex-direction: column;
		padding: 40px 15px 30px; /* 左右の余白を少し詰めました */
		width: 100%;
		box-sizing: border-box;
	}
	.history-date {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #eee;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	.history-label {
		/* 見切れの直接原因(min-widthとleft)を修正 */
		position: static; 
		width: 100%;
		min-width: 0 !important; 
		left: 0 !important;
		font-size: 14px;
		line-height: 1.6;
		box-sizing: border-box;
		display: block;
	}
	.related-grid {
		flex-direction: column;
		gap: 20px;
	}
}

@media screen and (max-width: 768px) {
	.business-grid {
		grid-template-columns: 1fr 1fr;
	}
	.related-grid {
		flex-direction: column;
	}
	.overview-table th {
		width: 40%;
	}
}

@media screen and (max-width: 768px) {
	.contact-upper-visual {
		padding: 40px 0 150px;
		border-radius: 0 0 50% 50% / 0 0 5% 5%;
	}
	.wpcf7-form .form-row {
		flex-direction: column;
		align-items: flex-start;
		padding: 15px 0;
	}
	.wpcf7-form .form-label {
		width: 100%;
		margin-bottom: 8px;
	}
}

@media (max-width: 768px) {
	.post-grid {
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}
}

@media screen and (max-width: 768px) {
	.support-form-container .form-row {
		flex-direction: column;
		align-items: flex-start;
		padding: 15px 0;
	}
	.support-form-container label {
		width: 100%;
		margin-bottom: 8px;
	}
}

@media screen and (max-width: 768px) {
	.other-post-grid {
		flex-direction: column;
	}
}


.btn-submit-custom {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	background-color: #3E92B4;
	color: #fff;
	padding: 0 36px 0 12px;
	height: 40px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 200;
	min-width: 120px;
	position: relative;
	transition: background-color 0.3s ease;
	overflow: hidden;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	line-height: 1;
}

.btn-submit-custom::after {
	content: "";
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s ease-out;
	font-size: 18px;
	color: #fff;
	line-height: 1;
}

.btn-submit-custom:hover {
	background-color: #3d7a9a;
}

.btn-submit-custom:hover::after {
	content: "→";
	width: auto;
	height: auto;
	background: transparent;
}





.top-hero {
	position: relative;
	overflow: hidden;
}

.hero-image {
	position: relative;
	width: 100%;
}

.hero-slider {
	position: relative;
	width: 100%;
}

.hero-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	transform: scale(1.0);
	transition:
		opacity 1.2s ease,
		visibility 1.2s ease,
		transform 1.2s ease;
}


.hero-slide.active {
	position: relative;
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	z-index: 1;
}

.hero-slide img {
	display: block;
	width: 100%;
	height: auto;
}

.hero-slider-indicator {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 24px;
}

.hero-slider-indicator .line {
	display: block;
	width: 36px;
	height: 4px;
	background: #CFCFCF;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.hero-slider-indicator .line.active {
	background: #C68900;
}
/* ========================================
Responsive adjustments
PC表示は変更せず、1024px以下 / 768px以下のみ上書き
======================================== */

@media screen and (max-width: 1024px) {
	body {
		overflow-x: hidden;
	}

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

	main {
		background-size: 1500px auto;
		background-position: center 260px;
	}

	.container,
	.container-narrow,
	.container-wide,
	.container-large {
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}

	.lower-page-header,
	.about-header,
	.contact-upper-visual,
	.donations-upper-visual,
	.privacy-upper-visual {
		padding-top: 80px;
	}

	.lower-page-header,
	.about-header {
		padding-bottom: 120px;
	}

	.lower-title-main,
	.message-main-copy {
		font-size: 36px;
		line-height: 1.4;
	}

	.hero-title span {
		font-size: clamp(28px, 5vw, 44px);
	}

	.hero-subtext {
		white-space: normal;
	}

	.top-news-with-arch {
		padding-bottom: 100px;
	}

	.news-card {
		padding: 35px 24px;
		gap: 0;
	}

	.about-inner {
		padding-bottom: 80px;
	}

	.about-text,
	.about-text a,
	.about-lead {
		margin-left: 0;
	}

	.about-visual {
		position: static;
		max-width: 100%;
		width: 100%;
		margin-top: 30px;
	}

	.about-image-direct {
		max-width: 560px;
		margin: 0 auto;
	}

	.section-title,
	.preview-title,
	.related-title,
	.mission-sub-title,
	.mission-section-title,
	.overview-section-title,
	.form-title-text,
	.form-section-title {
		font-size: 30px;
		line-height: 1.4;
	}

	.related-info-section,
	.overview-business-section,
	.other-activities-section {
		margin-left: 20px;
		margin-right: 20px;
	}

	.message-intro {
		padding: 30px 0 60px;
	}

	.preview-description,
	.about-lead,
	.contact-lead-text,
	.donations-lead-area,
	.mission-text {
		line-height: 2;
	}

	.news-list{
		padding-left: 0;
	}
	.news-list-item {
		gap: 10px;
		align-items: center;
	}

	.news-item-cat-box, .news-item-date {
		width: initial;
	}

	.activity-content-wrapper {
		flex-direction: column;
		gap: 40px;
	}

	.activity-sidebar {
		width: 100%;
		position: static;
	}

	.other-post-grid {
		gap: 20px;
	}

	.footer-main {
		padding: 70px 0;
	}

	.footer-main::before {
		width: 520px;
		height: 520px;
		top: -100px;
		transform: translateX(calc(-50% - 260px));
	}

	.bottom-flex {
		padding: 0 20px;
		gap: 20px;
	}

	.copyright {
		margin-left: 0;
	}
}

@media screen and (max-width: 768px) {
	main {
		background-size: 1100px auto;
		background-position: center 180px;
	}

	body,
	p,
	li,
	td,
	th {
		word-break: break-word;
		overflow-wrap: anywhere;
	}

	.section-title,
	.preview-title,
	.related-title,
	.mission-sub-title,
	.mission-section-title,
	.overview-section-title,
	.form-title-text,
	.form-section-title,
	.related-news-section .related-news-title,
	.other-activities-title,
	.profile-section .sub-section-title,
	.lower-title-main,
	.message-main-copy {
		font-size: 24px;
		line-height: 1.5;
	}

	.hero-title {
		font-size: clamp(22px, 6vw, 30px);
	}

	.hero-title span {
		font-size: clamp(30px, 8vw, 42px);
	}

	.hero-subtext,
	.section-sub-desc,
	.preview-description,
	.about-lead,
	.message-content p,
	.contact-lead-text,
	.donations-lead-area,
	.mission-text,
	.news-article-body,
	.activity-entry-body,
	.privacy-intro,
	.privacy-section p,
	.card-description {
		font-size: 14px;
		line-height: 1.9;
	}

	.top-hero {
		min-height: auto;
		padding: 40px 0 20px;
	}

	.hero-image,
	.about-visual,
	.preview-visual,
	.message-intro-visual {
		margin-top: 24px;
	}

	.hero-slider-indicator {
		justify-content: center;
	}

	.top-news-with-arch {
		margin-top: 0;
		padding: 50px 0 70px;
	}

	.news-card {
		padding: 24px 16px;
		border-radius: 10px;
	}

	.news-title-en {
		font-size: 28px;
		margin-bottom: 16px;
		margin-top: 16px;
	}

	.news-item,
	.news-list-item {
		padding: 14px 0;
	}

	.news-item-title,
	.news-link {
		font-size: 14px;
	}

	.about-inner {
		padding: 40px 0 60px;
	}

	.section-title {
		margin: 40px 0 24px;
		padding-bottom: 10px;
	}

	.top-activities {
		padding: 50px 0 90px;
	}

	.activities-controls {
		gap: 16px;
		flex-wrap: wrap;
	}

	.slider-arrows button {
		width: 36px;
		height: 36px;
	}

	.card-body,
	.post-meta,
	.other-post-meta {
		padding-left: 12px;
		padding-right: 12px;
	}

	.card-title {
		font-size: 16px;
		height: 3.8em;
		padding-bottom: 18px;
	}

	.lower-page-header,
	.about-header,
	.contact-upper-visual,
	.donations-upper-visual,
	.privacy-upper-visual {
		padding-top: 56px;
	}

	.lower-page-header,
	.about-header {
		padding-bottom: 80px;
	}

	.header-logo-center img,
	.header-logo-simple img {
		height: 40px;
	}

	.lower-title,
	.activity-main-title,
	.news-article-title {
		font-size: 22px;
		line-height: 1.5;
	}

	.profile-leads {
		font-size: 20px;
		line-height: 1.8;
	}

	.award-section .sub-section-title,
	.book-section .sub-section-title,
	.overview-sub-title {
		font-size: 20px;
		line-height: 1.5;
	}

	.history-row {
		gap: 0;
	}

	.history-year,
	.history-event {
		width: 100%;
		font-size: 15px;
		padding: 16px 0;
	}

	.related-info-section,
	.overview-business-section,
	.other-activities-section {
		padding: 20px 16px 40px;
		margin: 50px 16px;
	}
	.overview-business-section{
		padding: 20px 0;
	}

	.related-title,
	.other-activities-title {
		margin-bottom: 24px;
	}

	.card-img {
		height: auto;
		margin-bottom: 14px;
	}

	.card-txt,
	.related-card p {
		font-size: 14px;
	}

	.mission-history-section {
		padding: 60px 0;
	}

	.history-label {
		position: static;
		width: auto;
		min-width: 0;
		height: auto;
		padding: 10px 14px;
		border-radius: 8px 8px 0 0;
		justify-content: flex-start;
	}

	.history-item {
		overflow: hidden;
		border-radius: 12px;
	}

	.history-content {
		padding: 22px 16px 20px;
	}

	.history-date,
	.history-text,
	.history-details,
	.overview-table th,
	.overview-table td,
	.business-text,
	.mission-text {
		font-size: 14px;
	}

	.history-arrow,
	.history-arrow3 {
		height: 120px;
	}
	.history-arrow3 {
		margin-bottom: 25px;
	}


	.overview-table,
	.overview-table tbody,
	.overview-table tr,
	.overview-table th,
	.overview-table td {
		display: block;
		width: 100% !important;
	}

	.overview-table tr {
		padding: 14px 0;
	}

	.overview-table th,
	.overview-table td {
		padding: 0;
	}

	.overview-table th {
		margin-bottom: 10px;
	}

	.overview-table th::after,
	.overview-table td::after {
		left: 0;
		right: 0;
	}

	.business-grid {
		gap: 15px;
	}

	.business-item {
		padding: 10px;
	}

	.business-text {
		font-size: 18px;
	}

	.wp-block-details summary {
		padding-right: 34px !important;
		font-size: 15px;
	}

	.wp-block-details summary::before,
	.wp-block-details > *:not(summary)::before {
		width: 28px;
		height: 28px;
		margin-right: 14px;
		font-size: 12px;
	}

	.wp-block-details > *:not(summary) {
		font-size: 14px;
		padding-bottom: 24px !important;
		transition: 0.3s ease;
	}

	.contact-page-wrapper,
	.activity-page-wrapper,
	.donations-page-wrapper,
	.privacy-page-wrapper {
		padding-bottom: 60px;
	}

	.form-title-area,
	.form-section-title {
		padding-bottom: 12px;
		margin-bottom: 16px;
	}

	.icon-mail,
	.title-icon {
		margin-right: 10px;
	}

	.form-field,
	.support-form-container .wpcf7-form-control-wrap {
		width: 100%;
	}

	.wpcf7-form input[type="text"],
	.wpcf7-form input[type="email"],
	.wpcf7-form input[type="tel"],
	.wpcf7-form textarea,
	.support-form-container input[type="text"],
	.support-form-container input[type="email"],
	.support-form-container input[type="tel"],
	.support-form-container textarea {
		font-size: 16px;
	}

	.support-form-container textarea {
		height: 160px;
	}

	.filter-row {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.filter-label {
		width: 100%;
		margin-right: 0;
	}

	.filter-options,
	.filter-tags,
	.post-tags,
	.other-post-tags,
	.card-tags {
		gap: 6px;
	}

	.filter-btn,
	.tag-link {
		font-size: 11px;
		padding-left: 12px;
		padding-right: 12px;
	}

	.custom-pagination {
		gap: 6px;
		padding: 36px 0;
		flex-wrap: wrap;
	}

	.page-num {
		width: 30px;
		height: 30px;
		font-size: 13px;
	}

	.news-article-meta {
		flex-wrap: wrap;
		gap: 10px;
		margin-bottom: 20px;
	}

	.news-article-body {
		padding-top: 24px;
		margin-bottom: 40px;
	}

	.news-detail-only .news-article-body h2,
	.activity-entry-body h2 {
		font-size: 18px !important;
		margin: 32px 0 16px !important;
		scroll-margin-top: 90px;
	}

	.info-link-text {
		font-size: 14px;
	}

	.back-btn-wrap,
	.back-to-list {
		margin: 50px 0 0;
	}

	.news-back-link,
	.btn-back,
	.btn-more {
		width: 100%;
		max-width: 320px;
		box-sizing: border-box;
		justify-content: center;
	}

	.activity-detail-page {
		padding: 36px 0 0;
	}

	.activity-toc {
		padding: 18px 14px;
		margin-bottom: 24px;
	}

	#toc-list li {
		margin-bottom: 10px;
	}

	#toc-list a {
		font-size: 14px;
	}

	.other-post-card,
	.related-card,
	.about-link-card,
	.post-card,
	.activity-card {
		min-width: 0;
	}

	.privacy-list li,
	.post-date,
	.other-post-date,
	.card-date,
	.activity-meta-top {
		font-size: 12px;
	}

	.footer-main {
		padding: 56px 0 40px;
	}

	.footer-main::before {
		width: 360px;
		height: 360px;
		top: -30px;
		transform: translateX(calc(-50% - 120px));
	}

	.footer-flex {
		gap: 36px;
	}

	.footer-logo {
		margin-bottom: 24px;
	}

	.footer-logo-img {
		max-width: 180px;
	}

	.footer-sns-box {
		padding: 10px 14px;
	}

	.footer-nav {
		grid-template-columns: 1fr;
		gap: 24px;
		text-align: left;
	}

	.footer-nav-title,
	.footer-nav-col > ul > li:first-child > a {
		margin-bottom: 14px;
	}

	.footer-nav-title + ul {
		padding-left: 12px;
	}

	.footer-bottom {
		padding: 18px 0;
	}

	.bottom-flex {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.bottom-links {
		gap: 14px;
		flex-wrap: wrap;
	}

	.breadcrumb-footer .container,
	.breadcrumb-nav-list {
		display: block;
		font-size: 10px;
	}

	.breadcrumb-footer span,
	.breadcrumb-nav-list li {
		display: inline;
	}
}

@media screen and (max-width: 480px) {
	.header-inner {
		padding: 10px 12px !important;
	}

	.header-brand img {
		height: 34px;
	}

	.main-nav {
		width: 88%;
	}

	.hero-title {
		margin-bottom: 16px;
	}

	.hero-slider-indicator .line,
	.hero-slider-indicator .line-active,
	.hero-slider-indicator .line-default {
		width: 28px;
	}

	.news-card,
	.related-info-section,
	.overview-business-section,
	.other-activities-section {
		border-radius: 8px;
	}

	.btn-custom,
	.btn-submit-custom {
		min-width: 110px;
		font-size: 13px;
	}

	.mission-section-title,
	.related-title,
	.other-activities-title,
	.overview-section-title {
		font-size: 22px;
	}

	.form-title-text,
	.form-section-title {
		font-size: 22px;
	}
}


.activity-swiper-container .swiper-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 24px;
	position: static;
}

.activity-swiper-container .custom-swiper-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #cfd8dc;
	cursor: pointer;
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.activity-swiper-container .custom-swiper-dot.active {
	background: #3E92B4;
	transform: scale(1.1);
}










/* 事業報告・寄付金額詳細ページ専用スタイル */

.about-reports-page .pdf-link-hover:hover {
	text-decoration: underline !important;
}

.about-reports-page .normal-title {
	font-weight: normal !important;
}

.about-reports-page .table-wrapper {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 50px;
}

/* グラフセクション */
.about-reports-page #graph-section {
	margin-top: 80px;
	padding: 40px 20px;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #DFDFDF;
}

/* テーブル基本スタイル */
.about-reports-page .js-graph-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 11px;
	text-align: center;
	border: 1px solid #DFDFDF;
	background: #FFF;
	min-width: 900px;
	table-layout: fixed;
}

.about-reports-page .js-graph-table thead tr {
	background: #3E92B4;
	color: #fff;
}

.about-reports-page .js-graph-table th, 
.about-reports-page .js-graph-table td {
	padding: 10px;
	border: 1px solid #DFDFDF;
}

.about-reports-page .js-graph-table th {
	font-weight: normal;
}

/* 列幅の調整 */
.about-reports-page .col-item { width: 75px; } /* 項目の列 */
.about-reports-page .col-total { width: 85px; } /* 合計の列 */

/* 項目名の左揃えと背景 */
.about-reports-page .td-label {
	background: #FBFBFB;
	text-align: left;
}

/* 寄付金額推移グラフのコンテナ */
.about-reports-page .chart-container {
	position: relative;
	height: 500px;
	width: 100%;
	box-sizing: border-box;
}

/* PDFリンク・セクション共通 */
.about-reports-page .pdf-link-container {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 80px;
}

.about-reports-page .report-download-section {
	text-align: center;
	background: #F5F5F5;
	padding: 60px 50px;
	border-radius: 8px;
	margin-bottom: 100px;
}

.pdf-link-list {
	display: flex;
	justify-content: left;
	gap: 15px;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}

.pdf-link-btn {
	background: #3E92B4;
	color: #fff;
	padding: 12px 25px;
	border-radius: 4px;
	text-decoration: none;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
	width: fit-content;
	transition: opacity 0.3s;
}

.pdf-link-btn:hover {
	opacity: 0.8;
}

.pdf-link-btn img {
	width: 16px;
	height: auto;
	display: block;
}

.pdf-link-hover {
	color: #3E92B4;
	text-decoration: none;
	font-size: 16px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.pdf-link-hover img {
	width: 20px;
	height: auto;
	display: block;
}
.news-item-title a {
	font-family: "Noto Sans JP", sans-serif;
}
.card-title {
        font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
    /* ヒーローエリア全体の高さを自動にし、中身を並べ直す */
    .hero-inner.container-large {
        display: flex;
        flex-direction: column;
        position: relative;
        padding-bottom: 60px; /* インジケーターを置くための余白 */
    }

    /* 画像の箱 */
    .hero-image {
        order: 2;
        position: relative;
    }

    /* インジケーターを一番下へ強制移動 */
    .hero-slider-indicator {
        position: absolute !important;
        top: auto !important;
        bottom: 0 !important; /* イラストの下端に合わせる */
        left: 50% !important;
        transform: translateX(-50%) !important;
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 0;
        z-index: 10;
    }
}
/* PC版：コンテナ内に100%で収める */
.chart-container {
    width: 100%;
    position: relative;
}
.chart-inner {
    width: 100%;
    height: 400px;
}

/* スマホ版（767px以下）のみ横スクロールを適用 */
@media screen and (max-width: 767px) {
    .chart-container {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
    }
    .chart-inner {
        width: 1000px !important; /* スマホの時だけグラフを横に伸ばす */
        height: 350px !important;
    }
}

.history-text {
    font-weight: 400;
}

.related-info-section {
    margin-bottom: 80px;
}


.container-narrow {
    margin-bottom: 50px;
}