/*
Theme Name: THINKACT
Description: THINKACT Corporate Theme
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600&display=swap');

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic Medium', 'Meiryo', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
    width: 1920px;
    margin: 0 auto;
}

.container {
    padding: 120px 160px;
}

/* Common Elements */
.section-title {
    font-family: 'Shippori Mincho', serif;
    font-size: 42px;
    font-weight: 400;
    color: #333;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
}

.label {
    background-color: transparent;
    color: #333;
    padding: 4px 12px 4px 0;
    font-size: 12px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    margin-bottom: 60px;
}

.label::before {
    content: '■';
    color: #dc3545;
    margin-right: 8px;
    flex-shrink: 0;
    font-size: 12px;
}

.more-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    width: fit-content;
    border-bottom: 1px solid #333;
    padding-bottom: 2px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.more-link::after {
    content: '→';
    font-size: 16px;
    transition: transform 0.3s ease;
}

.more-link:hover {
    color: #dc3545;
    border-bottom-color: #dc3545;
}

.more-link:hover::after {
    transform: translateX(5px);
}

.pagination {
    display: flex;
    align-items: center;
    gap: 0;
    margin-top: 60px;
	margin-left: 2%;
    width: fit-content;
    border-radius: 25px;
    background-color: #f8f9fa;
    padding: 4px 5px;
}

.pagination-btn {
    background: none;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 14px;
    color: #666;
    font-weight: 400;
    transition: all 0.3s ease;
    border-radius: 0;
}

.pagination-btn:hover {
    color: #dc3545;
}

.pagination-btn.prev,
.pagination-btn.next {
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-weight: 300;
}

.pagination-dots {
    font-size: 16px;
    color: #ccc;
    line-height: 1;
    padding: 0 8px;
}


/*****************************************************
　メインビジュアル　
*****************************************************/
.main-visual-inner{
	align-items:center;
	border-bottom:1px solid #bdbdbd;
	display:flex;
	justify-content:space-between;
	margin:0 auto;
	max-width:1600px;
	padding:0 0 200px;
	position:relative;
	width:95%;
}
.main-visual-inner:after{
	background:#fff url('../img/common/icon.png') no-repeat right center;
	bottom:-10px;
	content:'';
	display:block;
	height:20px;
	position:absolute;
	right:0;
	width:25px;
	z-index:0;
}
/* 画像 
------------------------------------------------- */
.main-visual-inner .mv-img{
    max-width: 857px;
    width: 50%;
    margin-left: 3%;

}
/* テキスト 
------------------------------------------------- */
.main-visual-inner .mv-txt{
    max-width: 700px;
    width: 44%;
    margin-top: 15%;
}
.main-visual-inner .mv-txt .large-txt{
	font-size:48px;
	font-size:4.8rem;
	letter-spacing:0.14em;
	line-height:1.4;
	margin:0 0 35px;
}
.main-visual-inner .mv-txt .large-txt span{
	font-size:inherit;
	letter-spacing:-0.5em;
}
.main-visual-inner .mv-txt .txt{
	letter-spacing:0.22em;
	line-height:2.25;
	margin:0 0 45px;
	text-align:center;
}


/* ==========================================================================
   NEWSセクション
   ========================================================================== */
.news-container {
    align-items: center;
    border-bottom: 1px solid #bdbdbd;
    margin: 0 auto;
    max-width: 1600px;
    padding: 40px 0 80px;
    position: relative;
    width: 95%;
}

.news-container:after{
	background:#fff url('../img/common/icon.png') no-repeat right center;
	bottom:-10px;
	content:'';
	display:block;
	height:20px;
	position:absolute;
	right:0;
	width:25px;
	z-index:0;
}


.news-containerxx {
    background-color: #fff;
	padding: 120px 8%;
}

.news-header {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 60px;
}

.news-title {
    font-family: 'Shippori Mincho', serif;
    font-size: 42px;
    font-weight: 400;
    color: #333;
    letter-spacing: 0.1em;
}

.news-categories {
    display: flex;
    gap: 40px;
    align-items: center;
}

.category-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

.category-item::before {
    content: '■';
    color: #dc3545;
    margin-right: 8px;
    flex-shrink: 0;
    font-size: 12px;
}

.category-item:hover {
    color: #dc3545;
}

.news-grid {
    overflow: hidden;
    position: relative;
    margin-bottom: 60px;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    user-select: none;
}

.news-carousel {
    display: flex;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* カルーセルのタッチ操作を最適化 */
.news-carousel,
.activity-carousel {
    touch-action: pan-y pinch-zoom;
    -webkit-overflow-scrolling: touch; /* iOS向けのスムーズスクロール */
}

.news-card {
    background-color: #f4f4ef;
    padding: 30px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    display: block;
    width: calc(50% - 20px);
    flex-shrink: 0;
    box-sizing: border-box;
}

.news-card:not(:last-child) {
    margin-right: 40px;
}

.news-card:hover {
    border-color: #dddddd;
    text-decoration: none;
    color: inherit;
}

.news-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    border-bottom: 1px solid #a9a9a9;
    padding-bottom: 15px;
}

.news-category {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 500;
    color: #333;
}

.news-category::before {
    content: '■';
    color: #dc3545;
    margin-right: 6px;
    flex-shrink: 0;
}

.news-date {
    font-size: 12px;
    color: #666;
    font-weight: 400;
}

.news-content {
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

.news-image {
    width: 120px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
    flex-shrink: 0;
}

.news-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100px;
    position: relative;
}

.news-title-text {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 1.5;
    margin-bottom: 10px;
}

.news-subtitle {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    margin-bottom: 40px;
}

.news-grid .pagination {
    margin-left: 2%;
}

/* ==========================================================================
   私たちの強みセクション
   ========================================================================== */
.strengths-container {
    background-color: #f8f9fa;
	padding: 120px 8%;
}

.policy-label {
    background-color: transparent;
    color: #333;
    padding: 4px 12px 4px 0;
    font-size: 12px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
}

.policy-label::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #dc3545;
    margin-right: 8px;
    flex-shrink: 0;
}

.strengths-grid {
    display: grid;
    grid-template-columns: 20% repeat(3, 1fr);
    gap: 0 40px;
    align-items: start;
}

.strengths-grid::before {
    content: '';
}

.strength-item {
    text-align: left;
    margin-right: 40px;
}

.strength-item:last-child {
    margin-right: 0;
}

.strength-icon {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.icon-squares {
    width: 18px;
    height: 18px;
    background-image: url('../img/icon-squares.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.strength-title {
    font-family: 'Shippori Mincho', serif;
    font-size: 22px;
    font-weight: 500;
    color: #333;
    letter-spacing: 0.02em;
    border-bottom: 1px solid #333;
    padding-bottom: 8px;
    width: 100%;
}

.strength-description {
    font-size: 15px;
    line-height: 1.9;
    color: #666;
    letter-spacing: 0.02em;
    margin-left: 30px;
}


/* ==========================================================================
   新　私たちにできることセクションエリアマネジメント
   ========================================================================== */

.area-management {
}

.container2 {
    max-width: 1400px;
    margin: 0 auto;
	margin-left: 10%;
}

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

/* ==========================================
   左側テキストコンテンツ
   ========================================== */

.text-content {
    flex: 1;
    max-width: 600px;
}

.section-title3 {
    font-family: 'Shippori Mincho', serif;
    font-size: 20px;
    font-weight: 500;
    color: #d64545;
    line-height: 1.4;
    margin-bottom: 10px;
	text-align: left;
	margin-left: -40px;
    margin-top: 20px;
}

.title-large {
    font-size: 30px;
    font-weight: 600;
    display: block;
    letter-spacing: 0.05em;
}

.intro-text {
    margin-top: 40px;
    margin-bottom: 30px;
}

.intro-text p {
	font-size: 1.6rem;
    line-height: 1.5em;
    margin-bottom: 0px;
}

.philosophy-text {
    margin-bottom: 40px;
}

.philosophy-text p {
	font-size: 1.6rem;
    line-height: 1.5em;
    margin-bottom: 0px;
}

.approach-text {
    margin-bottom: 40px;
}

.approach-text p {
	font-size: 1.6rem;
    line-height: 1.5em;
    margin-bottom: 0px;
}

.activity-text {
    margin-bottom: 40px;
}

.activity-text p {
	font-size: 1.6rem;
    line-height: 1.5em;
    margin-bottom: 0px;
}

.contact-text {
    margin-bottom: 40px;
}

.contact-text p {
	font-size: 1.6rem;
    line-height: 1.5em;
    margin-bottom: 0px;
}

/* ==========================================
   CTAボタン
   ========================================== */

.cta-button {
    display: inline-block;
    background-color: #d64545;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 60px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background-color: #c13838;
    transform: translateY(-2px);
}

/* ==========================================
   右側ダイアグラム
   ========================================== */

.diagram-content {
    flex: 1;
    max-width: 650px;
    position: relative;
}

.diagram-content .section-title {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.diagram-image {
    height: auto;
    max-width: 720px;
	margin-left: -40px;
    margin-top: -40px;
}

/* ==========================================
   レスポンシブ対応
   ========================================== */

/* タブレット */
@media screen and (max-width: 1024px) {
    .content-wrapper {
        gap: 60px;
    }
    
    .text-content {
        max-width: 500px;
    }
    
    .diagram-content {
        max-width: 450px;
    }
}

/* タブレット縦・小型タブレット */
@media screen and (max-width: 900px) {
    .area-management {
        padding: 60px 20px;
    }
    
    .content-wrapper {
        flex-direction: column-reverse;
        gap: 60px;
        margin-top: 0;
    }
    
    .text-content {
        max-width: 100%;
    }
    
    .diagram-content {
        max-width: 100%;
        width: 100%;
    }
    
    .diagram-image {
        max-width: 500px;
    }
}

/* スマートフォン */
@media screen and (max-width: 600px) {
    .area-management {
        padding: 40px 20px;
    }
    
	.container2 {
    max-width: 100%;
	margin-left: 1%;
}
	
    .content-wrapper {
        gap: 40px;
        margin-top: 0;
    }
    
    .section-title3 {
        font-size: 18px;
		margin-top: 0px;
		margin-left: 0px;
    }
    
    .title-large {
        font-size: 28px;
    }
    
    .intro-text,
    .philosophy-text,
    .approach-text,
    .activity-text,
    .contact-text {
        margin-bottom: 30px;
    }
    
    .intro-text p,
    .philosophy-text p,
    .approach-text p,
    .activity-text p,
    .contact-text p {
        font-size: 13px;
        line-height: 1.9;
    }
    
    .cta-button {
        font-size: 15px;
        padding: 16px 40px;
        width: 100%;
        text-align: center;
    }
    
    .diagram-image {
		max-width: 100%;
        margin-top: 20px;
        margin-left: 0px;
    }
}

/* 小型スマートフォン */
@media screen and (max-width: 375px) {
    .area-management {
        padding: 30px 15px;
    }
    
    .title-large {
        font-size: 24px;
    }
    
    .intro-text p,
    .philosophy-text p,
    .approach-text p,
    .activity-text p,
    .contact-text p {
        font-size: 14px;
    }
}






/* ==========================================================================
   私たちにできることセクション
   ========================================================================== */
.services-container {
    align-items: center;
    border-bottom: 1px solid #bdbdbd;
    margin: 0 auto;
    max-width: 1600px;
    padding: 40px 0 80px;
    position: relative;
    width: 95%;
}

.services-container:after{
	background:#fff url('../img/common/icon.png') no-repeat right center;
	bottom:-10px;
	content:'';
	display:block;
	height:20px;
	position:absolute;
	right:0;
	width:25px;
	z-index:0;
}



.service-label {
    background-color: transparent;
    color: #333;
    padding: 4px 12px 4px 0;
    font-size: 12px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    margin-bottom: 100px;
}

.service-label::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #dc3545;
    margin-right: 8px;
    flex-shrink: 0;
}

.services-grid {
    display: grid;
    grid-template-columns: 10% repeat(2, 1fr);
    grid-template-rows: auto auto;
    gap: 40px 30px;
    align-items: start;
}

.services-grid::before {
    content: '';
    grid-row: 1 / 3;
}

.service-item:nth-child(1) {
    grid-column: 2;
    grid-row: 1;
}

.service-item:nth-child(2) {
    grid-column: 3;
    grid-row: 1;
}

.service-item:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
}

.service-item:nth-child(4) {
    grid-column: 3;
    grid-row: 2;
}

.service-item:nth-child(5) {
    grid-column: 2;
    grid-row: 3;
}

.service-item:nth-child(6) {
    grid-column: 3;
    grid-row: 3;
}


.service-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.service-number {
    font-size: 18px;
    font-weight: 500;
    color: #666;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../img/service-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: color 0.3s ease, background-image 0.3s ease;
}

.service-content {
    flex: 1;
}

.service-title {
    font-family: 'Shippori Mincho', serif;
    font-size: 22px;
    font-weight: 500;
    color: #333;
    letter-spacing: 0.02em;
    border-bottom: 1px solid #333;
    padding-bottom: 8px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.service-title:hover {
    color: #dc3545;
}

.service-item:hover .service-number {
    color: #dc3545;
    background-image: url('../img/service-icon-hover.svg');
}

.service-description {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    letter-spacing: 0.02em;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease, padding-top 0.5s ease;
    opacity: 0;
    padding-top: 0;
}

.service-description.active {
    max-height: 120px;
    opacity: 1;
    padding-top: 15px;
}

/* ==========================================================================
   私たちがマチで活動してきたことセクション
   ========================================================================== */
.activity-containerxxx {
    background-color: #fff;
    padding: 120px 8%;	
}


.activity-container {
    align-items: center;
    border-bottom: 1px solid #bdbdbd;
    margin: 0 auto;
    max-width: 1600px;
    padding: 40px 0 80px;
    position: relative;
    width: 95%;
}

.activity-container:after{
	background:#fff url('../img/common/icon.png') no-repeat right center;
	bottom:-10px;
	content:'';
	display:block;
	height:20px;
	position:absolute;
	right:0;
	width:25px;
	z-index:0;
}



.activity-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
}

.activity-left {
    flex: 1;
}

.activity-title {
    font-family: 'Shippori Mincho', serif;
    font-size: 42px;
    font-weight: 400;
    color: #333;
    letter-spacing: 0.05em;
    line-height: 1.3;
	margin-bottom: 15px;

}

.activity-title2 {
    font-family: 'Shippori Mincho', serif;
    font-size: 34px;
    font-weight: 400;
    color: #333;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-bottom: 70px;
    margin-left: 12%;
}

.ct_text {
    font-family: 'Shippori Mincho', serif;
    font-size: 30px;
    font-weight: 400;
    color: #333;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-bottom: 20px;
    margin-left: 15%;
    /* display: grid
; */
    /* flex-direction: row; */
    /* align-items: flex-start; */
    position: absolute;
}

.activity-label {
    background-color: transparent;
    color: #333;
    padding: 4px 12px 4px 0;
    font-size: 12px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
}

.activity-label::before {
    content: '■';
    color: #dc3545;
    margin-right: 8px;
    flex-shrink: 0;
    font-size: 12px;
}

.activity-filters {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-top: 2%;
    margin-right: 45%;
}

.filter-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
	margin-right: 20px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.filter-item::before {
    content: '■';
    color: #dc3545;
    margin-right: 8px;
    flex-shrink: 0;
    font-size: 12px;
}

.filter-item:hover {
    color: #dc3545;
}

.activity-grid {
    overflow: hidden;
    position: relative;
    margin-bottom: 60px;
    width: 86%;
    margin-left: 12%;
    margin-right: 2%;
    user-select: none;
}

.activity-carousel {
    display: flex;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.activity-card {
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    display: block;
    width: calc(33.333% - 27px);
    flex-shrink: 0;
    box-sizing: border-box;
}

.activity-card:not(:last-child) {
    margin-right: 40px;
}

.activity-card:hover {
    text-decoration: none;
    color: inherit;
}

.activity-image {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 20px;
}

.activity-content {
    padding: 0;
    position: relative;
    min-height: 250px;
}

.activity-title-text {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    line-height: 1.5;
    margin-bottom: 15px;
}

.activity-date {
    font-size: 12px;
    color: #666;
    margin-bottom: 20px;
}

.activity-description {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 40px;
}

.activity-grid .pagination {
    margin-left: 12%;
}

.left5 {
    margin-left: 10%;
}




/* ==========================================================================
   メンバーセクション
   ========================================================================== */
.members-containerxxx {
    background-color: #fff;
	padding: 120px 8%;
}


.members-container {
    align-items: center;
    border-bottom: 0.3px solid #bdbdbd;
    margin: 0 auto;
    max-width: 1600px;
    padding: 40px 0 80px;
    position: relative;
    width: 92%;
}

.members-container:after{
	background:#fff url('../img/common/icon.png') no-repeat right center;
	bottom:-10px;
	content:'';
	display:block;
	height:20px;
	position:absolute;
	right:0;
	width:25px;
	z-index:0;
}




.members-title {
    font-family: 'Shippori Mincho', serif;
    font-size: 42px;
    font-weight: 400;
    color: #333;
    letter-spacing: 0.05em;
    margin-bottom: -20px;
}

.members-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    justify-items: center;
    margin-left: 24%;
    margin-right: 5%;
	margin-top: -60px;
}

.member-card {
    text-align: center;
    position: relative;
}

.member-photo {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #969696;
    margin-bottom: 30px;
}

.member-silhouette {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin-top: 40px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    border: 1px solid #969696;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.member-silhouette-1 {
    background-image: url('../img/member1.jpg');
}

.member-silhouette-2 {
    background-image: url('../img/member2.jpg');
}

.member-silhouette-3 {
    background-image: url('../img/member3.jpg');
}

.member-silhouette-4 {
    background-image: url('../img/member4.jpg');
}

.speech-bubble-1 {
    background-image: url('../img/speech-bubble-1.png');
}

.speech-bubble-2 {
    background-image: url('../img/speech-bubble-2.png');
}

.speech-bubble-3 {
    background-image: url('../img/speech-bubble-3.png');
}

.speech-bubble-4 {
    background-image: url('../img/speech-bubble-4.png');
}

.member-role {
    font-family: 'Shippori Mincho', serif;
    font-size: 16px;
    color: #666;
    /* margin-bottom: 8px; */
    font-weight: 400;
}

.member-name {
    font-family: 'Shippori Mincho', serif;
    font-size: 22px;
    color: #333;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.speech-bubble {
    position: absolute;
	top:10px;
    right: -70px;
    width: 117px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transform: translate(-20px, 20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
	z-index: 3;
}

.member-card:hover .speech-bubble {
    opacity: 1;
    transform: translate(0, 0);
}

/* ==========================================================================
   協創している方々セクション
   ========================================================================== */
.sponsors-container {
    align-items: center;
    margin: 0 auto;
    max-width: 1600px;
    padding: 40px 0 80px;
    position: relative;
    width: 95%;
}

.sponsors-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 80px;
}

.sponsors-left {
    flex: 1;
}

.sponsors-title {
    font-family: 'Shippori Mincho', serif;
    font-size: 42px;
    font-weight: 400;
    color: #333;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

.sponsors-label {
    background-color: transparent;
    color: #333;
    padding: 4px 12px 4px 0;
    font-size: 12px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}

.sponsors-label::before {
    content: '■';
    color: #dc3545;
    margin-right: 8px;
    flex-shrink: 0;
    font-size: 12px;
}

.sponsors-filters {
    display: flex;
    gap: 20px;
    align-items: stretch;
    margin-top: 20px;
    margin-right: 0%;
    flex-wrap: wrap;
    align-content: flex-start;
    flex-direction: row;
    width: 60%;
    justify-content: flex-start;
}

.sponsors-filters .filter-item {
    font-size: 14px;
}

.sponsors-filters .filter-item::before {
    font-size: 10px;
}

.sponsors-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 60px 40px;
    margin-bottom: 80px;
    align-items: center;
    justify-items: center;
}

.sponsor-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.sponsor-logo:hover {
    transform: scale(1.05);
}

.sponsor-logo img {
    max-height: 80px;
    object-fit: contain;
}

.sponsor-count {
    font-family: 'Shippori Mincho', serif;
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

.sponsor-count .count-number {
    font-size: 24px;
    font-weight: 600;
}

.sponsor-button-container {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.sponsor-button-container2 {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
	margin-right: 2%;
}

.sponsor-button {
    background-color: #dc3545;
    color: #fff;
    padding: 16px 60px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.sponsor-button:hover {
    background-color: #b02a2a;
    transform: translateY(-2px);
    text-decoration: none;
    color: #fff;
}

.sponsor-button::after {
    content: '→';
    font-size: 18px;
}

.date-note {
    text-align: right;
    font-size: 12px;
    color: #999;
    margin-top: 20px;
}

/* Sponsor Filter Styles */
.sponsors-grid.filter-corporate .sponsor-logo {
    display: none !important;
}
.sponsors-grid.filter-corporate .sponsor-logo[data-category="corporate"] {
    display: flex !important;
    transition: opacity 1.4s ease, transform 1.4s ease;
    opacity: 1;
    transform: scale(1);
}

.sponsors-grid.filter-service .sponsor-logo {
    display: none !important;
}
.sponsors-grid.filter-service .sponsor-logo[data-category="service"] {
    display: flex !important;
}

.sponsors-grid.filter-media .sponsor-logo {
    display: none !important;
}
.sponsors-grid.filter-media .sponsor-logo[data-category="media"] {
    display: flex !important;
}

.sponsors-grid.filter-government .sponsor-logo {
    display: none !important;
}
.sponsors-grid.filter-government .sponsor-logo[data-category="government"] {
    display: flex !important;
}

.sponsors-grid.filter-other .sponsor-logo {
    display: none !important;
}
.sponsors-grid.filter-other .sponsor-logo[data-category="other"] {
    display: flex !important;
}

/* ==========================================================================
   タブレット対策
   ========================================================================== */

.news-grid, .activity-grid {
  display: grid;
  gap: 20px;
}

/* 各カードアイテム */
.news-grid .news-item,
.activity-grid .activity-item {
  position: relative;
  display: block;
}

/* カード内のすべてのコンテンツ */
.news-grid .news-item > *,
.activity-grid .activity-item > * {
  position: relative;
  z-index: 1;
  pointer-events: none; /* 一旦すべて無効化 */
}

/* リンクだけ有効化してカード全体をカバー */
.news-grid .news-item > a,
.activity-grid .activity-item > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: auto; /* リンクのみ有効 */
  display: block;
}

/* リンク内のテキストやボタンも有効化 */
.news-grid .news-item > a *,
.activity-grid .activity-item > a * {
  pointer-events: auto;
}

/* スマホ・タブレット用の最適化 */
@media (max-width: 768px) {
  .news-grid .news-item,
  .activity-grid .activity-item {
    min-height: 60px; /* 最小タッチ領域を確保 */
    padding: 16px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  }
  
  .news-grid .news-item > a,
  .activity-grid .activity-item > a {
    touch-action: manipulation; /* ダブルタップズームを無効化 */
  }
  
 
}


/* ==========================================================================
   フッター
   ========================================================================== */
.footer {
    border-top: 0.3px solid #bdbdbd;
}

.footer-content {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.footer-left {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    position: absolute;
    right: 220px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-icon {
    width: 116px;
    height: 60px;
	margin-bottom: 20px;
}

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

.logo-text {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.02em;
}

.company-info {
    font-size: 12px;
    color: #666;
    line-height: 1.4;
	margin-top: 15px;
}

.company-name {
    margin-bottom: 4px;
}

.company-address-row {
    display: flex;
    gap: 20px;
    align-items: baseline;
}

.footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
}

.contact-button {
    background-color: #dc3545;
    color: #fff;
    padding: 12px 40px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.contact-button:hover {
    background-color: #b02a2a;
    transform: translateY(-2px);
    text-decoration: none;
    color: #fff;
}

.contact-button::after {
    content: '→';
    font-size: 18px;
}

.footer-links {
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 12px;
    color: #666;
}

.privacy-link {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.privacy-link:hover {
    color: #333;
    text-decoration: underline;
}

.copyright {
    color: #999;
}


/* フッタースマホ表示用のレスポンシブスタイル */
@media screen and (max-width: 768px) {
    .footer {
        padding: 40px 20px 30px;
    }
    
    .footer-content {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        position: static;
    }
    
    .footer-left {
        position: static;
        flex-direction: column;
        align-items: center;
        gap: 25px;
        width: 100%;
        order: 1;
    }
    
    .footer-logo {
        flex-direction: column;
        text-align: center;
    }
    
    .logo-icon {
        width: 140px;
        height: 72px;
    }
    
    .company-info {
        text-align: center;
        font-size: 13px;
    }
    
    .company-name {
        margin-bottom: 8px;
        font-size: 14px;
    }
    
    .company-address-row {
        flex-direction: column;
        gap: 4px;
        align-items: center;
    }
    
    .footer-right {
        align-items: center;
        gap: 20px;
        width: 100%;
        order: 2;
    }
    
    .contact-button {
        width: 100%;
        max-width: 320px;
        justify-content: center;
        padding: 14px 30px;
        font-size: 15px;
    }
    
    .footer-links {
        flex-direction: column;
        gap: 12px;
        text-align: center;
        padding-top: 15px;
        border-top: 1px solid #e0e0e0;
        width: 100%;
        order: 3;
    }
    
    .privacy-link {
        font-size: 13px;
    }
    
    .copyright {
        font-size: 11px;
    }
}

@media screen and (max-width: 480px) {
    .footer {
        padding: 30px 15px 25px;
    }
    
    .footer-content {
        gap: 25px;
    }
    
    .footer-left {
        gap: 20px;
    }
    
    .logo-icon {
        width: 120px;
        height: 62px;
		margin-top: 10px;
        margin-bottom: -10px;
    }
    
    .company-info {
        font-size: 12px;
    }
    
    .company-name {
        font-size: 13px;
    }
    
    .contact-button {
        max-width: 280px;
        padding: 12px 25px;
        font-size: 14px;
    }
}

/* ==========================================================================
   レスポンシブデザイン
   ========================================================================== */

/* デフォルト(PC) */
.sp-only {
    display: none;
}

.pc-only {
    display: block; /* または flex など */
}

/* スマホ */
@media (max-width: 768px) {
    .pc-only {
        display: none;
    }
    
    .sp-only {
        display: block;
    }
}

/* 画面サイズが1920px以下の場合の調整 */
@media (max-width: 1920px) {
    body {
        width: 100%;
    }
    
    .container {
        padding: 120px 8%;
    }
    
    .footer {
        padding: 40px 0.3%;
    }
}

@media (max-width: 1200px) {
    .container {
        padding: 80px 5%;
    }
    
    .footer {
        padding: 40px 5%;
    }
    
    /* News Section */
    .news-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
		margin-bottom: 30px;
    }
    
    .news-categories {
        gap: 30px;
    }
    
    .news-title {
        font-size: 40px;
    }
    
    /* Strengths Section */
    .strengths-grid {
        grid-template-columns: 15% repeat(3, 1fr);
        gap: 0 30px;
    }
    
    .strength-item {
        margin-right: 30px;
    }
    
    .section-title {
        font-size: 36px;
    }
    
    /* Services Section */
    .services-grid {
        grid-template-columns: 15% repeat(2, 1fr);
        gap: 40px 80px;
    }
    
    /* Activity Section */
    .activity-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
		margin-bottom: 30px;
    }
	
.activity-grid {
    margin-bottom: 60px;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}
	
.left5 {
    margin-left: 0%;
    margin: auto;
}
    
    .activity-filters {
        gap: 30px;
        margin-top: 20px;
    }
    
    .activity-title {
        font-size: 40px;
    }
    
    .activity-card {
        width: calc(50% - 20px);
    }
    
    /* Members Section */
    .members-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px;
    }
    
    .members-title {
        font-size: 40px;
    }
    
    .speech-bubble {
        right: -40px;
    }
    
    /* Sponsors Section */
    .sponsors-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
    
    .sponsors-filters {
        margin-right: 0;
        gap: 30px;
    }
    
    .sponsors-title {
        font-size: 40px;
    }
    
    .sponsors-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 50px 30px;
    }
    
    /* Footer */
    .footer-content {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    flex-direction: column;
}
    
    .footer-right {
        align-items: center;
        width: 100%;
    }
}


.member-card {
    display: flex;
    flex-direction: column;
}

/* PC表示 */
.member-silhouette {
    order: 1;
}

.speech-bubble {
    order: 2;
}

.member-role {
    order: 3;
}

.member-name {
    order: 4;
}

/* スマホ表示 */
@media (max-width: 768px) {
    .member-silhouette {
        order: 2;
    }
    
    .speech-bubble {
        order: 1;
    }
    
    .member-role {
        order: 3;
    }
    
    .member-name {
        order: 4;
    }
}



@media (max-width: 768px) {
	
.main-visual-inner {
    border-bottom: 1px solid #bdbdbd;
    display: flex;
    margin: 0 auto;
    /* max-width: 1600px; */
    /* padding: 0 0 200px; */
    position: relative;
    width: 95%;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-around;
    align-content: space-around;
    align-items: stretch;
}
	
.main-visual-inner .mv-txt {
    /* max-width: 700px; */
    width: 90%;
}
	
.main-visual-inner .mv-txt .large-txt {
    /* font-size: 48px; */
    font-size: 3.5rem;
    margin: 0 0 35px;
}
	
.main-visual-inner .mv-img {
    /* max-width: 857px; */
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
}

    .container {
        padding: 60px 4%;
    }
    
    .footer {
        padding: 30px 4%;
    }
    
    /* News Section */
    .news-card {
        width: calc(100% - 20px);
    }
    
    .news-title {
        font-size: 32px;
    }
    
    .news-categories {
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .news-content {
        flex-direction: column;
        gap: 20px;
    }
    
    .news-image {
        width: 100%;
        height: 150px;
    }
    
    /* Strengths Section */
    .strengths-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .strengths-grid::before {
        display: none;
    }
    
    .strength-item {
        margin-right: 0;
    }
    
    .section-title {
        font-size: 32px;
    }
	
	.activity-title2 {
    font-size: 24px;
    margin-bottom: 50px;
    margin-left: 2%;
}
	
	.ct_text {
    font-size: 21px;
    margin-bottom: 20px;
    text-align: center;
	margin-left: 0%;
    position: relative;
}
	
.sponsor-button-container2 {
    justify-content: center;
	margin-right: 0%;
}
    
    .strength-title {
        font-size: 20px;
    }
    
    .strength-description {
        font-size: 14px;
    }
    
    /* Services Section */
    .services-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .services-grid::before {
        display: none;
    }
    
    .service-item:nth-child(1),
    .service-item:nth-child(2),
    .service-item:nth-child(3),
	.service-item:nth-child(4),
	.service-item:nth-child(5),
    .service-item:nth-child(6) {
        grid-column: auto;
        grid-row: auto;
    }
    
    .service-title {
        font-size: 20px;
    }
    
    .service-description {
        font-size: 14px;
    }
    
    /* Activity Section */
    .activity-title {
        font-size: 32px;
    }
    
    .activity-filters {
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .activity-card {
        width: calc(100% - 20px);
    }
    
    .activity-image {
        height: 200px;
    }
    
    /* Members Section */
    .members-grid {
        grid-template-columns: 1fr;
        gap: 5px;
        grid-template-columns: repeat(2, 1fr);
        margin-left: 1%;
        margin-top: 5%;
    }
    
    .members-title {
        font-size: 32px;
    }
    
    .member-photo,
    .member-silhouette {
        width: 150px;
        height: 150px;
    }
    
.speech-bubble {
        position: absolute;
        margin-top: -10px;
        margin-bottom: -10px;
        z-index: 4;
    }
    
    .speech-bubble::after,
    .speech-bubble::before {
        display: none;
    }
    
    /* Sponsors Section */
    .sponsors-title {
        font-size: 32px;
    }
    
    .sponsors-filters {
       gap: 10px;
       width: 80%;
    }
    
    .sponsors-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 20px;
    }
    
    .sponsor-logo img {
        max-width: 120px;
        max-height: 60px;
    }
    
    /* Footer */
    .footer-left {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    
    .footer-links {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    
    .contact-button {
        padding: 10px 30px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 40px 20px;
    }
    
    .footer {
        padding: 20px;
    }
    
    /* Common Elements */
    .section-title {
        font-size: 28px;
    }
    
    .pagination {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* News Section */
    .news-card {
        width: 100%;
        margin-right: 0 !important;
    }
    
    .news-title {
        font-size: 28px;
    }
    
    /* Strengths Section */
    .strength-title {
        font-size: 18px;
    }
    
    /* Services Section */
    .service-item {
        gap: 10px;
    }
    
    .service-title {
        font-size: 18px;
    }
    
    /* Activity Section */
    .activity-title {
        font-size: 28px;
    }
    
    .activity-card {
        width: 100%;
        margin-right: 0 !important;
    }
    
    .activity-grid .pagination {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* Members Section */
    .members-title {
        font-size: 28px;
    }
    
    .member-photo,
    .member-silhouette {
        width: 120px;
        height: 120px;
    }
    
    /* Sponsors Section */
    .sponsors-title {
        font-size: 28px;
    }
    
    .sponsors-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
		margin-bottom: 50px;
    }
    
    .sponsor-button {
        padding: 14px 40px;
        font-size: 14px;
    }
    
    /* Footer */
    .footer-left {
        gap: 15px;
    }
    
    .logo-text {
        font-size: 20px;
    }
    
    .company-info {
        font-size: 11px;
    }
}

 