@charset "utf-8";
/* Author: c.nz */
/* ---------------------------------------------------
	top
------------------------------------------------------ */
.top-contents {max-width:100%; margin:auto;}

.top-link a {display: block; text-align: center; padding: 10rem 0; border: 2px solid #333; background: #FFF; font-size: 2.4rem; font-weight: bold;}
.top-link a:hover {border: 2px solid #003F91; background: #003F91; color: #FFF;}

/* ---------------------------------------------------
	メインビジュアル
------------------------------------------------------ */
.top_mv{width: 100%;aspect-ratio: 1920/420;}
.top_mv img{width:100%;height: auto;object-fit: cover;}

@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
	.top_mv{width: 100%;aspect-ratio: 1/1;}
}




/* ---------------------------------------------------
	トップサマリー（お知らせ／お役立ちリンク／災害関連情報）
------------------------------------------------------ */
.top-summary {background: #FBF8F8; padding: 12rem 0;}
.top-summary .inner {max-width: 171rem; margin: 0 auto; padding:0 1.5rem; display: flex; flex-wrap: wrap; align-items: flex-start; gap: 4rem;}

.top-summary .icon {display: inline-flex; align-items: center; justify-content: center; width: 2.4rem; height: 2.4rem; flex-shrink: 0;}
.top-summary .icon img {width: 2.2rem; height: 2.2rem; display: block;}

/* お知らせカード */
.top-summary .news {flex: 1 1 60rem; min-width: 0;}
.top-summary .news-shadow {background: rgba(0,0,0,.05); border-radius: 2rem; padding: 4rem;}
.top-summary .news-card {background: #FFF; border-radius: 1rem; padding: 5rem 6rem 6rem; display: grid; grid-template-columns: 1fr auto; column-gap: 2rem; align-items: center;}

.top-summary .news-head {grid-column: 1; grid-row: 1;}
.top-summary .heading {display: flex; flex-direction: column; gap: 1rem;}
.top-summary .label {margin: 0; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 1.4rem; line-height: 1; letter-spacing: 0.28rem; color: #FA7469;}
.top-summary .heading h2 {margin: 0; font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; font-size: 4rem; font-weight: 700; line-height: 1.44; letter-spacing: 0.2rem; color: #333;}

.top-summary .more-link {grid-column: 2; grid-row: 1; display: inline-flex; align-items: center; gap: 0.6rem; padding: 1.5rem 2.4rem; border-radius: 10rem; background: rgba(51,51,51,.07); font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; font-size: 2rem; font-weight: 700; line-height: 1.28; color: #333; text-decoration: none; white-space: nowrap; transition: background .2s;}
.top-summary .more-link:hover {background: rgba(51,51,51,.14);}

.top-summary .divider {grid-column: 1 / -1; grid-row: 2; border: none; border-top: 1px solid rgba(51,51,51,.7); margin: 3.6rem 0 3.2rem;}

.top-summary .news-list {grid-column: 1 / -1; grid-row: 3; list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 3rem;}
.top-summary .news-item a {display: flex; flex-wrap: nowrap; align-items: center; gap: 3rem; width: 100%; text-decoration: none; color: inherit;}
.top-summary .news-item .meta {display: flex; align-items: center; gap: 3rem; flex-shrink: 0;}
.top-summary .news-item .date {margin: 0; font-family: 'Poppins', sans-serif; font-weight: 500; font-size: 1.8rem; line-height: 1.4222; color: #4B4848; white-space: nowrap;}
.top-summary .news-item .cat {display: inline-flex; align-items: center; justify-content: center; width: 10.2rem;overflow: hidden; padding: 0 1.5rem; border-radius: 0.3rem; background: #FA7469; font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; font-size: 1.8rem; font-weight: 700; line-height: 1.6; color: #FFF; white-space: nowrap; text-overflow: ellipsis;}
.top-summary .news-item .tit {flex: 1 1 auto; min-width: 0; margin: 0; font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; font-size: 2.4rem; font-weight: 500; line-height: 1.6; color: #333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.top-summary .news-item a:hover .tit {text-decoration: underline;}

/* サイド（災害関連情報／お役立ちリンク） */
.top-summary .side {flex: 0 1 48rem; width: 48rem; display: flex; flex-direction: column; gap: 4rem;}

.top-summary .disaster {display: flex; align-items: center; justify-content: space-between; gap: 0.8rem; padding: 4.5rem 4rem; border-radius: 2rem; background: #D3402D; text-decoration: none; transition: background .2s;}
.top-summary .disaster:hover {background: #B8331F;}
.top-summary .disaster-text {font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; font-size: 2.4rem; font-weight: 700; line-height: 1.6; color: #FFF;}
.top-summary .disaster-icon {display: flex; align-items: center; justify-content: center; width: 3.2rem; height: 3.2rem; flex-shrink: 0;}
.top-summary .disaster-icon img {width: 0.9rem; height: 1.5rem; display: block;}

.top-summary .side-shadow {background: rgba(0,0,0,.05); border-radius: 2rem; padding: 4rem;}
.top-summary .side-card {background: #FFF; border-radius: 1rem; padding: 4rem;}
.top-summary .side-list {list-style: none; margin: 0; padding: 0;}
.top-summary .side-list li {border-bottom: 1px dashed #333;}
.top-summary .side-list li:last-child {border-bottom: none;}
.top-summary .side-list a {display: flex; align-items: center; gap: 0.8rem; padding: 2.2rem 0; font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; font-size: 2.4rem; font-weight: 700; line-height: 1.4; color: #333; text-decoration: none; transition: color .2s;}
.top-summary .side-list a:hover {color: #FA7469;}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation:landscape) {
	.top-summary {padding: 4rem 0 6rem;}
	.top-summary .inner {flex-direction: column; gap: 0;}

	.top-summary .icon {width: 1.8rem; height: 1.8rem;}
	.top-summary .icon img {width: 1.65rem; height: 1.65rem;}

	/* お知らせカード */
	.top-summary .news {flex: none; width: 100%;}
	.top-summary .news-shadow {padding: 1rem; border-radius: 1rem;}
	.top-summary .news-card {grid-template-columns: 1fr; padding: 2rem; border-radius: 0.8rem;}

	.top-summary .news-head {grid-column: 1; grid-row: 1; margin: 1rem 0 2rem;}
	.top-summary .heading {gap: 0.63rem;margin-top: 1.7rem;}
	.top-summary .label {font-size: 1.077rem; line-height: 0.9991; letter-spacing: 0.2154rem;}
	.top-summary .heading h2 {font-size: 2.74rem; line-height: 1.2; letter-spacing: 0.0274rem;}

	.top-summary .more-link {grid-column: 1; grid-row: 4; width: 100%; justify-content: center; font-size: 1.8rem;}

	.top-summary .divider {grid-column: 1; grid-row: 2; margin: 0 0 2rem;}

	.top-summary .news-list {grid-column: 1; grid-row: 3; gap: 4rem; margin-bottom: 4rem;}
	.top-summary .news-item:nth-child(n+4) {display: none;}
	.top-summary .news-item a {flex-direction: column; align-items: flex-start; gap: 0.5rem;}
	.top-summary .news-item .meta {gap: 1.5rem;}
	.top-summary .news-item .date {font-size: 1.5rem; line-height: 1.7067;}
	.top-summary .news-item .cat {min-width: 0; width: 7.6rem; padding: 0 1rem; font-size: 1.4rem;}
	.top-summary .news-item .tit {flex: none; width: 100%; font-size: 1.8rem; font-weight: 700; line-height: 1.4; white-space: normal; overflow: visible; text-overflow: unset;}

	/* サイド（災害関連情報／お役立ちリンク） */
	.top-summary .side {flex: none; width: 100%; order: -1; margin-bottom: 3rem;}

	.top-summary .disaster {padding: 2rem; border-radius: 0.8rem;}
	.top-summary .disaster-text {font-size: 1.8rem; line-height: 1.8667;}
	.top-summary .disaster-icon {width: 1.8rem; height: 1.8rem;}
	.top-summary .disaster-icon img {width: 0.49rem; height: 0.84rem;}

	.top-summary .side-shadow {padding: 1rem; border-radius: 1rem;}
	.top-summary .side-card {padding: 2rem; border-radius: 0.8rem;}
	.top-summary .side-list a {padding: 1.5rem 0; font-size: 1.8rem;}
}


/* ---------------------------------------------------
	栄養ケア・ステーション
------------------------------------------------------ */
.top-carestation {position: relative; background: #FFEDEB; overflow: hidden;}
.top-carestation .inner {position: relative; max-width: 192rem; margin: 0 auto; padding: 15.9rem 0 15.2rem;}

.top-carestation .deco {position: absolute; inset: 0; z-index: 0; pointer-events: none;}
.top-carestation .deco-photo-left {position: absolute; left: 0; top: 0; display: block; width: 26.6185%; height: auto;}
.top-carestation .deco-dot {position: absolute; left: 72.9217%; top: 8.3rem; display: block; width: 9.6354%; height: auto;}
.top-carestation .deco-photo-right {position: absolute; left: 78.0781%; top: 15.8rem; display: block; width: 17.0313%; height: auto;}

.top-carestation .body {position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; text-align: center;}

.top-carestation .heading {display: flex; flex-direction: column; align-items: center; gap: 1rem;}
.top-carestation .label {margin: 0; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 1.4rem; line-height: 1; letter-spacing: 0.28rem; color: #FA7469;}
.top-carestation .heading h2 {margin: 0; font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; font-size: 4rem; font-weight: 700; line-height: 1.44; letter-spacing: 0.2rem; color: #333;}

.top-carestation .lead {margin: 6.4rem 0 0; font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; font-size: 2.4rem; font-weight: 500; line-height: 2; letter-spacing: 0.072rem; color: #333;}

.top-carestation .btns {display: flex; justify-content: center; gap: 3rem; margin-top: 8rem;}
.top-carestation .btn {box-sizing: border-box; display: inline-flex; align-items: center; justify-content: center; width: 57.6rem; padding: 2.4rem 6rem; border-radius: 10rem; font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; font-size: 2.4rem; font-weight: 700; line-height: 1.2; text-decoration: none; white-space: nowrap; transition: background .2s, color .2s,opacity .2s;}
.top-carestation .btn-primary {background: #FA7469; color: #FFF;}
.top-carestation .btn-primary:hover {background: #FA7469;}
.top-carestation .btn-outline {background: #FFF; border: 2px solid #FA7469; color: #FA7469;}
.top-carestation .btn-outline:hover {background: #FA7469; color: #FFF;}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation:landscape) {
	.top-carestation .inner {padding: 25.1rem 0 6rem;}

	.top-carestation .deco-photo-sp-left {position: absolute; left: 0; top: 0; width: 21rem; height: 19.5rem;}
	.top-carestation .deco-photo-sp-right {position: absolute; right: 2rem; top: 9.8rem; width: 11rem; height: 11rem;}

	.top-carestation .heading {gap: 0.63rem;}
	.top-carestation .label {font-size: 1.1rem; line-height: 0.9782; letter-spacing: 0.2154rem;}
	.top-carestation .heading h2 {font-size: 2.8rem; line-height: 1.1743; letter-spacing: 0.0274rem;}

	.top-carestation .lead {width: 33rem; max-width: calc(100% - 6rem); margin: 4.9rem 0 0; font-size: 1.8rem; line-height: 2; letter-spacing: normal;text-align: left;}

	.top-carestation .btns {flex-direction: column; gap: 2rem; width: 33rem; max-width: calc(100% - 6rem); margin-top: 3rem;}
	.top-carestation .btn {width: 100%; padding: 2.5rem 3rem; font-size: 1.8rem; line-height: 1.2016;}
	.top-carestation .btn-outline {border-width: 1.5px;}
}


/* ---------------------------------------------------
	研修会情報
------------------------------------------------------ */
.top-training {background: #FBF8F8;}
.top-training .inner {max-width: 171rem; margin: 0 auto; padding: 11.1945rem 1.5rem 11.2672rem;}

.top-training .head {display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-bottom: 6.4047rem;}

.top-training .heading {display: flex; align-items: center; gap: 1rem;}
.top-training .heading .icon {display: block; flex-shrink: 0; width: 9rem; height: 9rem;}
.top-training .heading .icon img {display: block; width: 100%; height: 100%;}
.top-training .heading .text {display: flex; flex-direction: column; gap: 1rem;}
.top-training .heading .label {margin: 0; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 1.4rem; line-height: 1; letter-spacing: 0.28rem; color: #FA7469; position: relative; top: 0.4rem;}
.top-training .heading h2 {margin: 0; font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; font-size: 4rem; font-weight: 700; line-height: 1.44; letter-spacing: 0.2rem; color: #333; position: relative; top: 0.4rem;}

.top-training .more-link {display: inline-flex; align-items: center; gap: 0.6rem; flex-shrink: 0; margin-top: 2rem; padding: 1.5rem 2.4rem; border-radius: 10rem; background: rgba(51,51,51,.07); font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; font-size: 2rem; font-weight: 700; line-height: 1.28; color: #333; text-decoration: none; white-space: nowrap; transition: background .2s;}
.top-training .more-link:hover {background: rgba(51,51,51,.14);}
.top-training .more-link .icon {display: inline-flex; align-items: center; justify-content: center; width: 2.4rem; height: 2.4rem; flex-shrink: 0;}
.top-training .more-link .icon img {width: 2.2rem; height: 2.2rem; display: block;}

.top-training .card-list {list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 4rem;}

.top-training .card {position: relative; overflow: hidden; box-sizing: border-box; width: 100%; height: 100%; min-width: 0; max-width: 39rem; background: #FFF; border: 1px solid rgba(51,51,51,.7); border-radius: 2rem; padding: 1.5rem 1.5rem 2.5rem; display: flex; flex-direction: column; align-items: center; gap: 2rem; margin-bottom: 0; text-decoration: none; color: inherit;}

.top-training .card .cat {position: absolute; left: 2rem; top: 1.9rem; max-width: calc(100% - 4rem); box-sizing: border-box; display: block; padding: 0 1.5rem; border-radius: 0.3rem; background: #FA7469; font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; font-size: 1.8rem; font-weight: 700; line-height: 1.6; color: #FFF; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.top-training .card .thumb {width: 100%; aspect-ratio: 360 / 222; border-radius: 0.4rem; overflow: hidden;}
.top-training .card .thumb img {width: 100%; height: 100%; object-fit: cover; display: block;}

.top-training .card .body {width: 100%; min-width: 0; box-sizing: border-box; padding: 0 1.5rem;}
.top-training .card .tit {margin: 0; font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; font-size: 3rem; font-weight: 700; line-height: 1.4; color: #E86459;}

.top-training .card .date-row {display: flex; align-items: stretch; gap: 1.5rem; padding: 2rem 0 2.5rem; min-width: 0;}
.top-training .card .date-label {flex-shrink: 0; box-sizing: border-box; display: flex; align-items: center; justify-content: center; width: 5.6rem; padding: 0.4rem 1.2rem; background: rgba(250,116,105,.3); font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; font-size: 1.8rem; font-weight: 700; letter-spacing: 0.09rem; color: #333; white-space: nowrap;}
.top-training .card .date-text {margin: 0; flex: 1 1 auto; min-width: 0; overflow-wrap: break-word; word-break: break-word; font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; font-size: 2rem; font-weight: 700; line-height: 1.4;color: #333;}

.top-training .card .desc {margin: 0; height: 9.6rem; padding-top: 2rem;margin-top: 2rem; border-top: 1px dashed rgba(51,51,51,.7); font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; font-size: 2rem; font-weight: 500; line-height: 1.6; color: #333; box-sizing: content-box; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation:landscape) {
	.top-training .inner {padding: 6rem 1.5rem 3rem;}

	.top-training .head {margin-bottom: 3rem;}
	.top-training .heading {gap: 1.5rem;}
	.top-training .heading .icon {width: 6.4rem; height: 6.4rem;}
	.top-training .heading .label {top: 0; font-size: 1.1rem; line-height: 1; letter-spacing: 0.22rem;}
	.top-training .heading h2 {top: 0; font-size: 2.8rem; line-height: 1.2; letter-spacing: 0.028rem;}

	.top-training .more-link {display: none;}

	.top-training .card-list {display: flex; flex-direction: column; gap: 3rem;}

	.top-training .card {width: 100%; max-width: none;}
	.top-training .card .body{padding: 0 1rem;}
	.top-training .card .cat {font-size: 1.4rem;}

	.top-training .card .thumb {aspect-ratio: 330 / 222;}

	.top-training .card .tit {font-size: 2.4rem;}

	.top-training .card .date-label {line-height: 0.8889;}

	.top-training .card .desc {font-size: 1.6rem;}
}


/* ---------------------------------------------------
	活動紹介
------------------------------------------------------ */
.top-activity {background: #FBF8F8;}
.top-activity .inner {max-width: 171rem;margin: 0 auto; padding: 5.2rem 1.5rem 6rem;}

.top-activity .head {display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-bottom: 5rem;}

.top-activity .heading {display: flex; align-items: center; gap: 2.3rem;}
.top-activity .heading .icon {display: block; flex-shrink: 0; width: 9rem; height: 9rem;}
.top-activity .heading .icon img {display: block; width: 100%; height: 100%;}
.top-activity .heading .text {display: flex; flex-direction: column; gap: 1rem;}
.top-activity .heading .label {margin: 0; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 1.4rem; line-height: 1; letter-spacing: 0.28rem; color: #FA7469;}
.top-activity .heading h2 {margin: 0; font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; font-size: 4rem; font-weight: 700; line-height: 1.44; letter-spacing: 0.2rem; color: #333;}

.top-activity .more-link {display: inline-flex; align-items: center; gap: 0.6rem; flex-shrink: 0; padding: 1.5rem 2.4rem; border-radius: 10rem; background: rgba(51,51,51,.07); font-size: 2rem; font-weight: 700; line-height: 1.28; color: #333; text-decoration: none; white-space: nowrap; transition: background .2s; font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;}
.top-activity .more-link:hover {background: rgba(51,51,51,.14);}
.top-activity .more-link .icon {display: inline-flex; align-items: center; justify-content: center; width: 2.4rem; height: 2.4rem; flex-shrink: 0;}
.top-activity .more-link .icon img {width: 2.2rem; height: 2.2rem; display: block;}

.top-activity .lead {margin: 0 0 3.7rem; font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; font-size: 2.4rem; font-weight: 700; line-height: 1.8; letter-spacing: 0.072rem; color: #333;}

.top-activity .group {background: rgba(0,0,0,.05); border-radius: 2rem; padding: 6rem; display: flex; align-items: flex-start;}
.top-activity .group + .group {margin-top: 2rem;}

.top-activity .group-tit {position: relative; flex-shrink: 0; width: 26.2rem; margin: 0; padding: 0; border: 0; background: none; display: block; font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; font-size: 3rem; font-weight: 700; line-height: 1.3867; color: #E86459; text-align: left; cursor: default;}
.top-activity .group-toggle {display: none;}

.top-activity .group-list {flex: 1 1 auto; min-width: 0; list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem;}

.top-activity .group-list a {position: relative; display: flex; align-items: center; justify-content: center; box-sizing: border-box; min-height: 7.4rem; padding: 2rem 3rem; border: 1px solid rgba(51,51,51,.7); border-radius: 1rem; background: #FFF; font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; font-size: 2.4rem; font-weight: 700; line-height: 1.4; color: #333; text-align: center; text-decoration: none; transition: background .2s;}
.top-activity .group-list a:hover {background: rgba(51,51,51,.05);}

.top-activity .group-list .icon {position: absolute; top: 50%; right: 0.9rem; transform: translateY(-50%); display: flex; align-items: center; justify-content: center; width: 2rem; height: 2rem; opacity: .7;}
.top-activity .group-list .icon img {display: block; width: 0.546rem; height: 0.929rem;}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
	.top-activity .inner {padding: 3rem 1.5rem 6rem;}

	.top-activity .head {margin-bottom: 3rem;}
	.top-activity .heading {gap: 1.5rem;}
	.top-activity .heading .icon {width: 6.4rem; height: 6.4rem;}
	.top-activity .heading .label {font-size: 1.1rem; line-height: 1; letter-spacing: 0.22rem;}
	.top-activity .heading h2 {font-size: 2.8rem; line-height: 1.2; letter-spacing: 0.028rem;}

	.top-activity .more-link {display: none;}

	.top-activity .lead {width: 33rem; max-width: 100%; margin: 3rem auto 3rem; font-size: 1.8rem; line-height: 2; letter-spacing: normal;}

	.top-activity .group {background: none; border-radius: 0; padding: 0; display: block;}
	.top-activity .group + .group {margin-top: 3rem;}

	.top-activity .group-tit {width: 100%; padding: 2.5rem 5rem 2.5rem 2rem; background: rgba(0,0,0,.05); border-radius: 1rem; font-size: 2.4rem; line-height: 1.7333; cursor: pointer;}
	.top-activity .group-tit.open {border-radius: 1rem 1rem 0 0;}

	.top-activity .group-toggle {display: block; position: absolute; top: 50%; right: 2rem; width: 2.4rem; height: 2.4rem; transform: translateY(-50%);}
	.top-activity .group-toggle::before,
	.top-activity .group-toggle::after {content: ""; position: absolute; top: 50%; left: 50%; width: 1.4rem; height: 0.2rem; background: #E86459; transform: translate(-50%, -50%);}
	.top-activity .group-toggle::after {transform: translate(-50%, -50%) rotate(90deg);}
	.top-activity .group-tit.open .group-toggle::after {display: none;}

	.top-activity .group-list {display: none; flex: none; min-width: 0; grid-template-columns: none; margin: 0; padding: 3rem 2.5rem; background: rgba(0,0,0,.05); border-top: 1px dashed rgba(51,51,51,.7); border-radius: 0 0 1rem 1rem;}
	.top-activity .group-list li {margin-bottom: 2rem;}
	.top-activity .group-list li:last-child {margin-bottom: 0;}

	.top-activity .group-list a {min-height: 0; padding: 2rem 3rem; font-size: 1.8rem; line-height: 1.6;}

	.top-activity .group-list .icon {width: 1.8rem; height: 1.8rem; right: 0.7rem;}
	.top-activity .group-list .icon img {width: 0.49rem; height: 0.84rem;}
}


/* ---------------------------------------------------
	入会のご案内
------------------------------------------------------ */
.top-enroll {background: #FBF8F8; padding: 6rem 0;}
.top-enroll .inner {position: relative; max-width: 168rem;width: calc(100% - 3rem);margin: 0 auto; background: #DDEDBC; border-radius: 2rem; overflow: hidden;}

.top-enroll .deco {position: absolute; inset: 0; z-index: 0; pointer-events: none;}
.top-enroll .deco-dot {position: absolute; left: 60.7143%; top: 5.3rem; display: block; width: 11.0119%; height: auto; max-width: none; opacity: .5;}
.top-enroll .deco-photo {position: absolute; left: 64.7619%; bottom:0; display: block; width: 27.0238%; height: auto; max-width: none;}

.top-enroll .body {position: relative; z-index: 1; padding: 7.1rem 8rem 5.4rem;}

.top-enroll .badge {display: flex; align-items: center; gap: 1.2rem; margin: 0 0 3rem; font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; font-size: 2.8rem; font-weight: 700; line-height: 1.6; letter-spacing: 0.084rem; color: #333;}
.top-enroll .badge .dot {display: inline-block; flex-shrink: 0; width: 1.6rem; height: 1.6rem; border-radius: 50%; background: #8DC21F;}

.top-enroll .lead {margin: 0 0 4rem; font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; font-size: 2.4rem; font-weight: 500; line-height: 1.8; letter-spacing: 0.072rem; color: #333;}

.top-enroll .btns {display: flex; align-items: center; gap: 3rem;}
.top-enroll .btn {box-sizing: border-box; display: inline-flex; align-items: center; justify-content: center; padding: 2.4rem 6rem; border-radius: 10rem; font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; font-size: 2.4rem; font-weight: 700; line-height: 1.2; text-decoration: none; white-space: nowrap; transition: background .2s, color .2s, border-color .2s,opacity .2s;}
.top-enroll .btn-primary {background: #A1CD46; color: #FFF;}
.top-enroll .btn-primary:hover {background: #A1CD46;}
.top-enroll .btn-outline {background: #FFF; border: 2px solid #A1CD46; color: #6C9712;}
.top-enroll .btn-outline:hover {background: #A1CD46; border-color: #A1CD46; color: #FFF;}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
	.top-enroll {padding: 0;}
	.top-enroll .inner {width: 100%; border-radius: 0;}

	.top-enroll .deco-dot-sp {position: absolute; left: calc(50% - 18.3105rem); bottom: 10.317rem; width: 11.483rem; height: 11.483rem; opacity: .5;}
	.top-enroll .deco-photo-sp {position: absolute; left: 50%; bottom: 0; width: 28.179rem; height: 21.29rem; transform: translateX(-50%);}

	.top-enroll .body {padding: 6rem 3rem 25.6rem;}

	.top-enroll .badge {gap: 0.9rem; font-size: 2.2rem; line-height: 1.6; letter-spacing: 0.066rem;}
	.top-enroll .badge .dot {width: 1.2rem; height: 1.2rem;}

	.top-enroll .lead {font-size: 1.8rem; line-height: 2; letter-spacing: normal;}

	.top-enroll .btns {flex-direction: column; gap: 2rem;}
	.top-enroll .btn {width: 100%; padding: 2.4rem 3rem; font-size: 1.8rem; line-height: 1.2016;}
	.top-enroll .btn-outline {border-width: 1.5px;}
}


/* ---------------------------------------------------
	賛助会員バナー
------------------------------------------------------ */
.top-banner {background: #FBF8F8; padding: 6rem 0 12rem;}
.top-banner .inner {max-width: 171rem;padding: 0 1.5rem;margin: 0 auto;}

.top-banner h2 {margin: 0 0 6.2rem; font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; font-size: 4rem; font-weight: 700; line-height: 1.4; letter-spacing: 0.2rem; color: #333; text-align: center;}

.top-banner .banner-list {list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 2rem;}

.top-banner .banner-item {display: flex; align-items: center; justify-content: center; width: 100%; aspect-ratio: 263.333 / 92; overflow: hidden;margin: 0;}

.top-banner .banner-item img {display: block; width: 100%; height: 100%; object-fit: contain;}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
	.top-banner {padding: 6rem 0;}

	.top-banner h2 {margin: 0 0 3rem; font-size: 2.4rem; line-height: 1.64; letter-spacing: 0.12rem;}

	.top-banner .banner-list {grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem;}
}


/* ---------------------------------------------------
	お問い合わせ
------------------------------------------------------ */
.top-contact {position: relative; width: 100%; overflow: hidden; color: #FFF;}

.top-contact .deco {position: absolute; inset: 0; z-index: 0; pointer-events: none;}
.top-contact .deco img {display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 79%;}
.top-contact .deco .overlay {position: absolute; inset: 0; background: rgba(75,72,72,.6); mix-blend-mode: multiply;}

.top-contact .inner {position: relative; z-index: 1; max-width: 192rem; height: 100%; margin: 0 auto; box-sizing: border-box; padding-top: 11.9rem; padding-bottom: 12rem;display: flex; flex-direction: column; align-items: center;}

.top-contact .heading {display: flex; flex-direction: column; align-items: center; gap: 1rem; text-align: center;}
.top-contact .heading .label {margin: 0; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 1.4rem; line-height: 1; letter-spacing: 0.28rem; color: #FA7469;}
.top-contact .heading h2 {margin: 0; font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; font-size: 4rem; font-weight: 700; line-height: 5.76rem; letter-spacing: 0.2rem; color: #FFF;}

.top-contact .card {margin-top: 8.4rem;margin-bottom: 0;width: 120rem; max-width: calc(100% - 4rem); box-sizing: border-box; background: #FBF8F8; border-radius: 2rem; padding: 5.5rem 1rem; display: flex; align-items: center; justify-content: center;}

.top-contact .col {flex: 1 1 0; min-width: 0; display: flex; flex-direction: column; align-items: center; gap: 2.5rem;}
.top-contact .col + .col {border-left: 1px dashed #4B4848;}

.top-contact .tit {display: flex; align-items: center; gap: 1rem; margin: 0; font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; font-size: 3rem; font-weight: 700; line-height: 1.4933; letter-spacing: 0.09rem; color: #333; white-space: nowrap;}
.top-contact .tit .icon {display: inline-flex; align-items: center; justify-content: center; width: 3.2rem; height: 3.2rem; flex-shrink: 0;}
.top-contact .tit .icon img {display: block; max-width: 100%; max-height: 100%;}

.top-contact .btn {display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem; padding: 2.4rem 6rem; border-radius: 10rem; background: #FA7469; font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; font-size: 2.4rem; font-weight: 700; line-height: 1.4; color: #FFF; text-decoration: none; white-space: nowrap; transition: background .2s,opacity .2s;}
.top-contact .btn:hover {background: #FA7469;}
.top-contact .btn .icon {display: inline-flex; align-items: center; justify-content: center; width: 2.4rem; height: 2.4rem; flex-shrink: 0;}
.top-contact .btn .icon img {display: block; width: 1.8rem; height: 1.8rem;}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
	.top-contact .deco img {object-position: center;}

	.top-contact .inner {padding-top: 6.4rem; padding-bottom: 6rem;}

	.top-contact .heading {gap: 0.63rem;}
	.top-contact .heading .label {font-size: 1.1rem; line-height: 1; letter-spacing: 0.22rem;}
	.top-contact .heading h2 {font-size: 2.8rem; line-height: 1.2; letter-spacing: 0.028rem;}

	.top-contact .card {margin-top: 1.6rem; width: 33rem; max-width: calc(100% - 4rem); border-radius: 1rem; padding: 4rem 2rem 3.3rem; flex-direction: column;}

	.top-contact .col {width: 100%; flex: none; gap: 2rem;}
	.top-contact .col + .col {border-left: 0; border-top: 1px dashed #4B4848; margin-top: 4rem; padding-top: 4rem;}

	.top-contact .tit {font-size: 2.2rem; line-height: 1.6; letter-spacing: normal;}
	.top-contact .col:first-child .tit .icon {width: 2.4rem; height: 2.4rem;}
	.top-contact .col:last-child .tit .icon {width: 2rem; height: 2rem;}

	.top-contact .btn {width: 29rem; max-width:100%; gap: 0.4rem; padding: 2.4rem 3rem; font-size: 1.8rem; line-height: 1.2016;}
}

