/* 
 * Theme Name: Cocoon Child 
 * Theme URI: https://wp-cocoon.com/ 
 * Template:cocoon-master 
 * Author: わいひら 
 * Author URI: https://nelog.jp/ 
 * Description:SEO・高速化・モバイルファースト最適化済みの無料テーマ。 
 * Tags:two-columns,left-sidebar,right-sidebar 
 * Version: 2.6.2.1734326907 
 * Updated:2024-12-16 14:28:27 
 */

/* ========== Cocoonヘッダー完全非表示 ========== */
#header,
#header-container,
.header-container,
.site-header,
#navi,
.navi,
.header-menu-nav,
.menu-header,
#navi-in {
    display: none !important;
}

body {
    margin-top: 0 !important;
}

/* ========== 基本リセット ========== */
* {
    margin:
        0;
    padding: 0;
    box-sizing: border-box;
}

/* すべてのh2、h3の装飾を無効化 */
h2,
h3 {
    border: none !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: none !important;
    background-color: transparent !important;
    margin: 0 !important;
}

/*
疑似要素も無効化 */
h2::before,
h2::after,
h3::before,
h3::after {
    display: none !important;
    content: none !important;
}

.content,
.main {
    margin: 0 !important;
    padding: 0 !important;
}

.date-tags,
.article-footer {
    display: none;
}

.main {
    border: 0 !important;
}

/* ========== ボディ設定 ========== */
html[lang="ja"] body {
    font-family: "メイリオ", Meiryo, sans-serif;
}

html[lang="en-US"] body {
    font-family: Arial, Helvetica, sans-serif;
}

body {
    line-height: 1.8;
    letter-spacing: 0.08em;
    position: relative;
    font-weight: 400;
    word-break: break-word;
}

.svccf-container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    letter-spacing: 0.1emt;
}

.single::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        url(https://svccf.org/wp-content/uploads/2025/06/svccf-news-section_bg.png) center / cover no-repeat;
    opacity: 0.3;
    /* ← ここで透過度調整 */
    z-index: -1;
    pointer-events: none;
}

.center,
.center img {
    text-align: center;
    margin: 0 auto;
}

a {
    color: #3E3A39;
}

a:hover {
    opacity: 0.5;
    color: #3E3A39;
}

strong {
    position: relative;
    border-bottom: 1px solid #000;
}

.italic {
    font-style: italic;
}

.bottom_border_0 {
    border-bottom: 0 !important;
}

#breadcrumbs {
    padding: 10px 20px;
    font-size: 12px;
}

.news_bread #breadcrumbs {
    max-width: 1000px;
    padding: 50px 50px 10px;
    margin: 0 auto;
}

#breadcrumbs a {
    text-decoration: none;
}

.md_on {
    display: none;
}

.un_on {
    display: none;
}

.ensp_on {
	display: none;
}
.sp_on {
    display: none;
}

@media (max-width: 926px) {
    .md_off {
        display: none;
    }

    .md_on {
        display: block;
    }
}

@media (max-width: 730px) {
    .un_on {
        display: block;
    }
}

@media (max-width: 530px) {
    .ensp_on {
        display: block;
    }
}

@media (max-width: 480px) {
    .sp_on {
        display: block;
    }

    .pc_off {
        display: none;
    }
}

/* ====================================== ヘッダー
============================================= */
.svccf-header {
    background:
        rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 15px 0;
    position: relative;
    z-index: 1000;
}

.svccf-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* ========== 共通ヘッダー固定化（全ページ適用）
========== */
.header_logo_pc {
    width: 12%;
    max-width: 12%;
    cursor: pointer;
}

.svccf-header-fixed {
    position: fixed !important;
    top: 40px !important;
    left:
        50% !important;
    transform: translateX(-50%) !important;
    z-index: 9999 !important;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(3px);
    border: 1.5px solid white;
    border-radius: 50px;
    /* padding: 12px 0; */
    transition: all 0.3s ease;
    width: calc(100% - 40px);
    max-width: 1200px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* スクロール時のヘッダー変化 */
.svccf-header-fixed.scrolled {
    transform: translateX(-50%) translateY(-20px) !important;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

/*
ヘッダーコンテンツ調整 */
.svccf-header-fixed .svccf-header-content {
    display:
        flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 18px;
}

.svccf-header-fixed .svccf-logo-area {
    display: flex;
    align-items: center;
    gap:
        12px;
}

.svccf-header-fixed .svccf-logo-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.svccf-header-fixed .svccf-logo-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.svccf-header-fixed .svccf-logo-main {
    font-size: 18px;
    font-weight:
        500;
    line-height: 1;
    letter-spacing: 0.5px;
}

.svccf-header-fixed .svccf-logo-sub {
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.3px;
}

.svccf-header-fixed .svccf-nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.svccf-header-fixed .svccf-nav-item {
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 500;
}

.svccf-header-fixed .svccf-nav-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 1px;
    background-color: black;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.svccf-header-fixed .svccf-nav-item:hover::after {
    width: 100%;
}

.svccf-header-fixed .svccf-nav-item:hover {
    opacity: 1;
}

.svccf-header-fixed .svccf-contact-btn {
    position: relative;
    border: 1.5px solid #3E3A39;
    padding: 4px 15px;
    border-radius: 25px;
    text-decoration: none;
    color:
        #3E3A39;
    font-weight: 500;
    transition: all 0.7s ease;
    display: flex;
    z-index: 1;
    align-items: center;
    overflow: hidden;
    /* 疑似要素はみ出し防止を追加 */
}

.svccf-header-fixed .svccf-contact-btn:hover {
    opacity: 1;
}

.svccf-header-fixed .svccf-contact-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    /* ← スライド用に初期は0% */
    height: 100%;
    background-image:
        url('https://svccf.org/wp-content/uploads/2025/07/btnBg2.png');
    /* ← 前回覚えた画像 */
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    opacity: 0;
    /* ← 初期は透明 */
    border-radius:
        inherit;
    transition: width 0.3s ease-out, opacity 0.8s ease-out;
    z-index: -1;
}

/* ホバー時：画像が左から右にスライドしながら表示 */
.svccf-header-fixed .svccf-contact-btn:hover::before {
    width: 100%;
    opacity: 1;
}

.svccf-language-btn {
    padding: 8px;
    text-decoration: none;
    font-size: 13px;
    display: inline-flex;
    gap: 5px;
    align-items: center;
    letter-spacing: 0.05em;
    position: relative;
    font-weight: 500;
}

.svccf-language-btn:hover {
    opacity: 1;
}

.svccf-language-btn::after {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 50%;
    width: 0;
    height: 1px;
    background-color: black;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.svccf-language-btn:hover::after {
    width:
        80%;
}

/* ハンバーガーメニューボタン（デスクトップでは非表示） */
.svccf-hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 5px;
    gap: 4px;
    z-index: 10001;
}

.svccf-hamburger span {
    width: 27px;
    height: 2px;
    background: #000;
    transition: all 0.3s ease;
    border-radius: 2px;
    margin: 2px;
}

/* ハンバーガーメニューアニメーション */
.svccf-hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.svccf-hamburger.active span:nth-child(2) {
    opacity: 0;
}

.svccf-hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

/* モーダル式モバイルメニュー */
.svccf-mobile-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00445c;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition:
        all 0.3s ease;
}

.svccf-mobile-modal.active {
    opacity: 1;
    visibility: visible;
}

/* 閉じるボタン */
.svccf-modal-close {
    position: absolute;
    top: 60px;
    right:
        40px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 10001;
}

.svccf-modal-close::before,
.svccf-modal-close::after {
    content: '';
    position:
        absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 2px;
    background: white;
    border-radius: 1px;
}

.svccf-modal-close::before {
    transform: translate(-50%,
            -50%) rotate(45deg);
}

.svccf-modal-close::after {
    transform: translate(-50%,
            -50%) rotate(-45deg);
}

/* モーダルコンテンツ */
.svccf-modal-content {
    display:
        flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 60px 15px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.svccf-mobile-modal:before {
    content: "";
    width: 100%;
    height:
        100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background:
        url(https://svccf.org/wp-content/uploads/2025/07/menu_bg.png) center / cover no-repeat;
    z-index: -1;
    opacity: 0.3;
}

.svccf-mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 40px;
    /* margin-bottom: 60px; */
}

.svccf-mobile-nav-item {
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.3s ease;
    position: relative;
}

.svccf-mobile-nav-item:hover {
    opacity: 0.7;
    transform: translateY(-2px);
}

/*
English リンク */
.svccf-english-link {
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    margin: 40px 0 40px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: opacity 0.3s ease;
}

.svccf-english-link:hover {
    opacity: 0.7;
}

/* コンタクトセクション */
.svccf-modal-contact-title {
    color: white;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 16px;
    position: relative;
}

.svccf-modal-contact-title:before {
    position: absolute;
    bottom: -9px;
    left:
        calc(50% - 20px);
    width: 40px;
    height: 2px;
    content: '';
    border-radius: 3px;
    background: linear-gradient(to right, #0078A2 50%, #3E3A39 50%);
}

.svccf-modal-contact-subtitle {
    color: white;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 25px;
}

.svccf-modal-email {
    background: white;
    border-radius:
        8px;
    padding: 15px 25px;
    margin-bottom: 60px;
}

.svccf-modal-email-address {
    color: #0078A2;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 5px;
    letter-spacing: 0.15em;
}

.svccf-modal-email-note {
    color: #0078A2;
    font-size:
        12px;
}

/* SPメニューコピーライト */
.svccf-modal-copyright {
    color: rgba(255,
            255, 255, 0.7);
    font-size: 12px;
    margin-top: 50px;
}

/*
=============================== ボタン ====================================== */
/* お知らせ一覧ボタン */
.svccf-news-button {
    background: transparent;
    color:
        white;
    border: 2px solid white;
    border-radius: 30px;
    padding: 9px 45px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    margin: 30px 20px 10px;
    transition: all 0.3s ease;
    display: inline-block;
}

.svccf-news-button:hover {
    background: white;
    color: #00445c;
    opacity: 1;
}

/*
========== More ボタン（修正版） ========== */
.svccf-more-button {
    position:
        relative;
    text-align: center;
    z-index: 10;
    /* より高いz-indexに設定 */
}

.svccf-btn-more {
    display: inline-block;
    position: relative;
    background: none;
    border: 1px solid #3E3A39;
    padding: 10px 40px;
    border-radius: 30px;
    text-decoration: none;
    color: #3e3a39;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease;
    letter-spacing: 0.05em;
    z-index: 10;
    /*
z-indexを高く設定 */
    overflow: hidden;
    /* 疑似要素の範囲を制限 */
}

.svccf-btn-more::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    /* 初期幅ゼロ */
    height: 100%;
    background-image:
        url('https://svccf.org/wp-content/uploads/2025/07/btnBg2.png');
    background-size: cover;
    background-position: left center;
    background-repeat:
        no-repeat;
    border-radius: inherit;
    z-index: -1;
    opacity: 0;
    /* 初期は透明 */
    transition: width 0.3s ease-out, opacity 0.8s ease-out;
    /* 両方をアニメーション
*/
}

.svccf-btn-more:hover::before {
    width: 100%;
    /* 左から右へスライド */
    opacity: 1;
    /* 徐々に不透明に */
}

.svccf-btn-more:hover {
    opacity: 1;
}

.cta-button {
    display: inline-block;
    position: relative;
    padding: 7px 32px;
    background: transparent;
    border: 1px solid #3e3a39;
    color: #3e3a39;
    border-radius: 25px;
    text-decoration: none;
    font-size: 14px;
    margin: 40px auto 100px;
    display: block;
    width: fit-content;
    transition: all 0.3s ease;
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* 初期状態は幅0 */
    height: 100%;
    background-image:
        url('https://svccf.org/wp-content/uploads/2025/07/btnBg3.png');
    background-size: cover;
    background-position: left center;
    /* 左端から表示開始 */
    background-repeat: no-repeat;
    border-radius: inherit;
    z-index: -1;
    opacity: 0;
    /* 初期状態は透明 */
    /* 左から右へのフェードイン + 透明度変化 */
    transition:
        opacity 0.3s ease-out;
}

.cta-button:hover::before {
    opacity: 1;
}

.cta-button::after {
    content: ' PDF';
    font-size: 11px;
    border: 1px solid #3E3A39;
    color: #3E3A39;
    padding: 0px 5px;
    border-radius: 3px;
    margin-left:
        30px;
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    /* 初期幅ゼロ */
    height: 100%;
    background-image:
        url('https://svccf.org/wp-content/uploads/2025/07/btnBg2.png');
    background-size: cover;
    background-position: left center;
    background-repeat:
        no-repeat;
    border-radius: inherit;
    z-index: -1;
    opacity: 0;
    /* 初期は透明 */
    transition: width 0.3s ease-out, opacity 0.8s ease-out;
    /* 両方をアニメーション
*/
}

.cta-button:hover::before {
    width: 100%;
    /* 左から右へスライド */
    opacity:
        1;
    /* 徐々に不透明に */
}

.cta-button:hover {
    opacity: 1;
}

/*---------------------------------------------------------全ページ共有-------------------------------------------------------------*/
.svccf-main {
    position: relative;
    overflow: hidden;
}

.svccf-section-title-area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px 0 15px;
    flex-direction: column;
    text-align: center;
}

.svccf-divider {
    width:
        30px;
    height: 2px;
    background: linear-gradient(to right, #0078A2 50%, #3E3A39 50%);
}

.svccf-section-title-jp {
    font-size: 25px;
    font-weight: 400;
    padding:
        20px;
    letter-spacing: 0.1em;
}

.svccf-about-section,
.svccf-news-section,
.svccf-articles-section {
    position: relative;
    padding: 100px 0;
}

.svccf-section_inner {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 50px;
}

.svccf-section_inner._02 {
    max-width: 1400px;
}

/* タイトルエリア（左右分割） */
.svccf-title-area,
.svccf-articles-header {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    flex-direction: column;
    text-align: center;
}

.svccf-section-subtitle {
    font-size: 14px;
    padding: 20px;
    letter-spacing: 0.15em;
    font-weight: 500;
}

/*---------------------------------------------------------メインページ-------------------------------------------------------------*/
/* ========================= 全画面ヒーローセクション ==================== */
.svccf-hero-fullscreen {
    position: relative;
    width: 100vw;
    height: 80vh;
    margin-left: calc(-50vw + 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.svccf-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.svccf-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* filter:
brightness(0.7); */
}

.svccf-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.svccf-hero-content-center {
    position: relative;
    z-index: 10;
    color: white;
    text-align: center;
    max-width: 900px;
    padding: 0 40px;
}

/* ====================
テキストセクション（背景から分離） ==================== */
.svccf-hero-text-section {
    padding: 80px 0;
}

.svccf-hero-description {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 30px;
    text-align: center;
    font-size: 20px;
    line-height: 2.2;
    color: #0078A2;
    font-weight: 400;
    letter-spacing: 0.09em;
}

.svccf-about-section {
    position: relative;
    z-index: 0;
    background-color: #fff;
    /* 必要ならベース色を追加 */
    overflow: hidden;
}

.svccf-about-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        url(https://svccf.org/wp-content/uploads/2025/06/svccf-about-section_bg.png) center / cover no-repeat;
    opacity: 0.3;
    /* ← ここで透過度調整 */
    z-index: -1;
    pointer-events: none;
}

.svccf-container_bg01 {
    position: absolute;
    top: 35%;
    pointer-events: none;
    z-index: 0;
    opacity: 0.7;
}

/* ===============
メンバーレイアウト（PC：横並び、モバイル：縦並び） ==================== */
.svccf-members-grid {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    gap: 50px;
}

.svccf-member-card {
    width: 50%;
    min-height: 650px;
    /*
お好みで調整可能 */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.svccf-member-photo {
    width: 100%;
    aspect-ratio: 4 / 3;
    margin-bottom: 25px;
    overflow: hidden;
}

.svccf-member-img {
    width: 100%;
    height: 100%;
    object-fit:
        cover;
    transition: transform 2.0s ease;
}

.svccf-member-card:hover .svccf-member-img {
    transform: scale(1.15);
}

.svccf-member-content {
    display:
        flex;
    flex-direction: column;
    flex-grow: 1;
}

.svccf-member-text {
    margin-bottom: 25px;
    text-align: left;
}

.svccf-member-text p {
    font-size:
        15.5px;
    line-height: 1.7;
    margin-bottom: 15px;
    letter-spacing: 0.03em;
}

.svccf-member-info {
    margin-top: auto;
}

.svccf-member-role {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.svccf-member-name {
    font-size: 30px;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
    line-height: 1.7em;
}

.svccf-member-position {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.08em;
}

/* 従来のレイアウト（縦積み）も残す */
.svccf-member-layout {
    display: flex;
    gap: 50px;
    max-width: 1000px;
    margin: 0 auto;
    align-items: flex-start;
}

.svccf-member-layout .svccf-member-photo {
    flex-shrink: 0;
    width: 300px;
    height: 350px;
}

.svccf-member-layout .svccf-member-content {
    flex: 1;
}

.svccf-member-layout .svccf-member-text {
    margin-bottom: 40px;
}

.svccf-member-layout .svccf-member-text p {
    font-size:
        14px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.svccf-member-layout .svccf-member-role {
    font-size: 12px;
    color: #718096;
    margin-bottom: 5px;
    font-weight: 500;
}

.svccf-member-layout .svccf-member-name {
    font-size: 30px;
    color: #2d3748;
    margin-bottom: 5px;
}

.svccf-member-layout .svccf-member-position {
    font-size: 12px;
    line-height: 1.4;
}

/* ========== News
セクション ========== */
.svccf-news-section {
    position: relative;
    z-index: 0;
    background-color: #fff;
    /* 必要ならベース色を追加 */
    overflow: hidden;
}

.svccf-news-section.page {
    padding: 180px 0 0;
}

.svccf-news-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        url(https://svccf.org/wp-content/uploads/2025/06/svccf-news-section_bg.png) center;
    opacity: 0.3;
    /* ← ここで透過度調整 */
    z-index: -1;
    pointer-events: none;
}

.svccf-news-list {
    max-width: 1000px;
    margin: 0 auto 60px;
    z-index: 3;
}

.svccf-news-item {
    display: flex;
    gap: 30px;
    padding: 5px 0;
    border-bottom: 1px dashed #848382;
    transition: background-color 0.3s ease;
    z-index: 2;
}

.svccf-news-item:hover {
    background-color: rgba(255, 255, 255,
            0.3);
    z-index: 2;
}

.svccf-news-item:last-child {
    border-bottom: none;
}

.svccf-news-date {
    flex-shrink: 0;
    width: 20%;
    padding: 0 20px 0 10px;
}

.svccf-news-title {
    font-size: 15px;
    font-weight: 400;
}

.svccf-news-link {
    display: flex;
    color: inherit;
    text-decoration: none;
    transition:
        background-color 0.3s ease;
    padding: 20px 0;
    width: 100%;
}

/*
外部リンクアイコン */
.svccf-external-icon {
    display: inline-block;
    font-size:
        0.8em;
    margin-left: 5px;
    opacity: 0.7;
    vertical-align: super;
}

/*
日付のスタイル */
.svccf-news-link .svccf-news-date {
    transition: color 0.3s ease;
}

.svccf-news-link:hover .svccf-news-date {
    color: #666;
}

.news_section_bg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width:
        20%;
    pointer-events: none;
    z-index: 0;
    opacity: 0.6;
}

/*
============================== Articles セクション
============================== */
.svccf-articles-section {
    position: relative;
    z-index: 0;
    background-color: #fff;
    /* 必要ならベース色を追加 */
    overflow:
        hidden;
}

.svccf-articles-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        url(https://svccf.org/wp-content/uploads/2025/06/svccf-articles-section_bg.png) center / cover no-repeat;
    opacity: 0.3;
    /* ← ここで透過度調整 */
    z-index: -1;
    pointer-events: none;
}

.svccf-articles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 50px;
    margin:
        0 auto 60px;
}

.svccf-article-card {
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.4s ease;
}

.svccf-article-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.svccf-article-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 2.0s ease;
}

.svccf-article-card:hover .svccf-article-img {
    transform: scale(1.15);
}

.svccf-article-content {
    padding: 25px 0px;
}

.svccf-article-content:hover {
    opacity: 0.5;
}

.svccf-article-date {
    font-size: 13px;
    margin: 0 0 10px;
    display: block;
    font-weight: 400;
    letter-spacing: 0.08em;
}

.svccf-article-date {
    display: none;
}

.svccf-article-url {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.08em;
}

/* ==========
記事カードのリンクスタイル リセット ========== */
/* 記事カード全体のリンク */
.svccf-article-link {
    color: inherit !important;
    text-decoration: none !important;
    display: block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.svccf-article-link:hover {
    opacity: 1;
}

.svccf-article-link:visited {
    color: inherit !important;
    text-decoration: none !important;
}

.svccf-article-link:focus {
    color: inherit !important;
    text-decoration: none !important;
    outline: 2px solid #3498db;
    outline-offset: 2px;
}

/*
記事タイトルのスタイルリセット */
.svccf-article-title {
    text-decoration: none !important;
    border-bottom: none !important;
    font-size: 16px;
    letter-spacing: 0.12em;
    line-height: 1.7;
    font-weight: 400;
    margin: 0 0 10px !important;
}

.svccf-article-link:visited .svccf-article-title {
    text-decoration: none !important;
}

/* 画像のホバー効果も維持 */
.svccf-article-card:hover .svccf-article-img {
    transform: scale(1.08);
}

.articles_section_bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 32%;
    pointer-events: none;
    opacity: 0.8;
}

/* ========== お問い合わせセクション
========== */
.svccf-contact-section {
    position: relative;
    z-index: 0;
    background-color: #fff;
    /* 必要ならベース色を追加 */
    overflow: hidden;
    padding:
        0 40px;
}

.svccf-contact-section::before {
    content: '';
    position: absolute;
    top:
        0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        url(https://svccf.org/wp-content/uploads/2025/06/cta-mail.png) center / cover no-repeat;
    opacity: 0.5;
    z-index: -1;
    pointer-events: none;
}

.svccf-contact-section .svccf-section_inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 0 70px;
}
}

.svccf-contact-section a {
    width: 100%;
    display: inline-block;
    padding: 0 30px;
}

.svccf-contact-section a img {
    width: 100%;
}

.svccf-contact-content {
    max-width: 600px;
    margin: 0 auto;
}

.svccf-contact-header {
    color: white;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px;
}

.svccf-contact-info {
    color: white;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.svccf-contact-note {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
}

.svccf-contact_bg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    width:
        40%;
    pointer-events: none;
}

/* 企業概要セクション */
.svccf-company-info {
    background: transparent;
    padding: 0;
    margin: 80px 0;
}

.svccf-section-title {
    font-size: 24px;
    color: #2d3748;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 500;
    position: relative;
}

.svccf-section-title::after {
    content:
        '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: #40e0d0;
}

/* テーブル */
.svccf-info-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.svccf-info-table tr {
    border-bottom: 1px solid #f7fafc;
}

.svccf-info-table tr:last-child {
    border-bottom: none;
}

.svccf-info-table td {
    padding: 25px 30px;
    vertical-align: top;
}

.svccf-info-table .label {
    width:
        150px;
    font-weight: 600;
    color: #2d3748;
    background: #f8f9fa;
    border-right: 1px solid #f0f0f0;
    font-size: 14px;
}

.svccf-info-table .content {
    line-height: 1.7;
    font-size: 14px;
}

/* パートナーロゴグリッド */
.svccf-partners-grid {
    display:
        grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    margin: 25px 0;
}

.svccf-partner-logo {
    background: #f8f9fa;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 12px;
    text-align: center;
    height: 70px;
    display:
        flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.svccf-partner-logo:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.svccf-partner-logo.smbc {
    background:
        linear-gradient(135deg, #2d5016, #4a7c59);
    color: white;
}

.svccf-partner-logo.jera {
    color: #4a90a4;
    background: #f0f8ff;
}

/*
============================ 企業概要ページ専用CSS完全版 ======================
*/
/* ====================== ヒーローセクション ============================ */
.svccf_company {
    position: relative;
    z-index: 0;
    background-color: #fff;
    /*
必要ならベース色を追加 */
    overflow: hidden;
}

.svccf_company::before {
    content:
        '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        url(https://svccf.org/wp-content/uploads/2025/06/cta-mail.png) center;
    opacity: 0.5;
    /* ← ここで透過度調整 */
    z-index: -1;
    pointer-events: none;
}

.section-title {
    width: fit-content;
    margin: auto;
    margin-bottom: 70px;
    border-bottom: 1px solid #0078A2;
    color: #0078A2;
    font-size: 30px;
}

.company-hero-section {
    position: relative;
    text-align:
        center;
    padding: 220px 0 80px;
    margin: 0 auto;
    z-index: 1;
}

.company-hero_bg {
    position: absolute;
    top: 10%;
    right: 0%;
    z-index: -1;
    pointer-events: none;
    opacity: 0.7;
}

.company-hero_bg2 {
    position: absolute;
    bottom: 0;
    width: 40%;
    pointer-events: none;
    z-index: -1;
    opacity: 0.7;
}

.company-hero-title {
    line-height: 1.6;
}

.company-hero-subtitle {
    margin-bottom: 15px;
    position: relative;
}

.company-hero-description {
    margin: 0 auto;
    max-width: 850px;
}

.company-hero-description.en {
    max-width: 800px;
}

.company-hero-description p {
    font-size: 17px;
    line-height: 2.4;
    margin-bottom: 30px;
    letter-spacing: 0.08em;
}

.iaag {
    font-size: 14px;
}

/* ========== 企業概要セクション ========== */
.company-info-section {
    position: relative;
    margin: 80px auto 0;
    z-index: 2;
}

.company-section-header {
    text-align: center;
    width: fit-content;
    padding-bottom: 10px;
    margin: auto;
    margin-bottom: 40px;
    border-bottom: 1px solid black;
    font-weight: 500;
}

.company-section-title {
    font-size: 24px;
    color: #2d3748;
    font-weight: 400;
    position: relative;
    display: inline-block;
    padding: 0px !important;
}

.company-section-title::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 1px;
    background:
        #40e0d0;
}

/* ========== シンプル表スタイル ========== */
.simple-table-container {
    max-width: 1000px;
    margin: 0 auto;
    background:
        transparent;
    padding-bottom: 80px;
}

.table-row {
    display: flex;
    border-bottom:
        1px dotted #848382;
    min-height: 50px;
    padding: 20px 0;
}

.table-row:last-child {
    border-bottom: none;
}

.table-label {
    width: 150px;
    background: transparent;
    padding: 0 25px 0 0;
    font-size: 14px;
    display: flex;
    align-items: flex-start;
    border-right: none;
}

.table-content {
    flex: 1;
    padding: 0;
    font-size: 14px;
}

.articles_pdf {
    display: flex;
    align-items: center;
}

/* ==========
パートナーロゴグリッド ========== */
.company-partners-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

.partner-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.partner-logo img {
    object-fit: contain;
    padding: 10px 20px;
}

.partner-sub {
    font-size: 8px;
    font-weight: 400;
    opacity: 0.8;
    margin-top: 1px;
}

.company-partners_box {
    width: 100%;
}

.company-partners_box .table-content {
    padding: 20px 0;
    border-bottom: 1px dotted #848382;
    display: flex;
    gap: 50px;
}

.company-partners_box .table-content.last {
    border-bottom: 0 !important;
}

.company-partners_box .table-content p {
    min-width: 65px;
}

.company-partners_box .table-content .company-partners-grid {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
}

.company-partners-grid.normal {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 15px;
}

.table-content p:last-child {
    margin-bottom: 0;
}

.company-partners-grid.small {
    grid-template-columns: repeat(5, 1fr) !important;
    margin: 25px 0;
    gap: 10px;
}

/* ==========
沿革セクション ========== */
.history-section {
    line-height: 1.5;
	width: 100px;
    text-align: center;
}

.history-section._en {
	width: 200px;
}

.announcement-text {
	font-size: 11px;
}

.history-section a {
    text-decoration: none;
}

.history-section p {
    margin: 0 0 20px;
}

.history-period {
    margin-bottom: 20px;
}

.history-period p {
    margin-bottom: 4px;
}

.history-list {
    margin: 8px 0;
    padding-left: 16px;
}

.history-list li {
    margin-bottom: 3px;
}

/* ==========
電子公告リスト ========== */
.announcements-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.announcement-item {
    display: flex;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px dotted #3E3A39;
}

.announcement-item:first-child {
    padding-top: 0;
}

.announcement-date {
    font-weight: 400;
    flex-shrink: 0;
}

.announcement-title {
    color: #2d3748;
    flex:
        1;
    margin-right: 10px;
}

.announcement-status {
    color: #718096;
    font-size: 13px;
    flex-shrink: 0;
}

.announcement-status::after {
    content: ' PDF';
    font-size:11px;
    border: 1px solid;
    padding: 2px 6px;
    border-radius: 3px;
}


/* ========== 活動ページ専用CSS ========== */
.activities-hero-description {
    margin: 0 auto;
    margin-top: 40px;
}

.activities-hero-description p {
    margin-bottom: 3px;
}

/* ========== 活動詳細セクション ========== */
.activities_bg01 {
    position: absolute;
    top: -3%;
    right: -39%;
    width: 80%;
    z-index: -1;
    opacity: 0.6;
}

.activities_bg02 {
    position: absolute;
    bottom: 1%;
    left: -24%;
    width: 80%;
    z-index: -1;
    opacity: 0.7;
}

.activities_bg02.en {
    bottom: 15%;
}

.activities_bg03 {
    position: absolute;
    bottom: 33%;
    right: -70%;
    width: 90%;
    z-index: -1;
    opacity: 0.8;
}

.activities_bg03.en {
    bottom: 42%;
}

.activities_bg04 {
    position: absolute;
    top: 21%;
    left: -22%;
    width: 80%;
    z-index: -1;
    opacity: 0.8;
}

.activities_bg04.en {
    top: 32%;
}

.activities-image-area._02 {
    margin-bottom: 100px;
}

.activities-image-area img {
    width: 100%;
}

.activity-block {
    margin: 40px 0 80px;
}

.indentation {
    background: #fff;
    padding: 0 30px;
}

.indentation .activity-block {
    margin: 0;
    border-top: 1px solid #3e3a39;
    padding: 25px 0;
}

.indentation .activity-block:nth-of-type(1) {
    border-top: 0;
}

.activity-title {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
    border-bottom: 2px solid #0078A2;
    padding-bottom: 8px;
    display: inline-block;
}

.activity-content {
    text-align: start;
    margin: 5px 0;
}

.activity-content p {
    margin-bottom: 16px;
    font-size: 16px;
}

.highlight-link {
    color: #0078A2;
    text-decoration: underline;
    font-weight: 500;
}

.program-list {
    margin: 0;
}

.program-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
    font-size: 16px;
}

.program-bullet {
    position: relative;
    padding-left: 35px;
}

.program-bullet:before {
    content: "";
    display: block;
    width: 40px;
    height: 30px;
    background:
        url(https://svccf.org/wp-content/uploads/2025/06/Frame-53.png) center no-repeat;
    position: absolute;
    left: -2px;
    top: -14%;
}

.program-list_title {
    padding: 0 !important;
    margin: 0 !important;
}

.program-text {
    line-height: 1.5;
}

.note-text {
    margin-top: 16px;
    font-size:
        14px;
}

.info-box {
    background: white;
    border: 2px solid #0078A2;
    border-radius:
        5px;
    padding: 25px 50px;
    margin: 40px 0;
    text-align: center;
    color: #0078A2;
}

.info-box-title {
    font-size: 20px;
    color: #0078A2;
    font-weight: 600;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #0078A2 !important;
    padding-bottom: 15px;
    text-align: center;
}

.info-box-title.second {
    margin-top:
        60px !important;
}

/* ================================== フッター================================== */
.footer_logo {
    width: 200px;
}

.svccf-footer {
    background: white;
    padding: 50px 0 30px;
    margin: 0 !important;
}

.svccf-footer-content {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin: 0px 40px;
}

.svccf-footer-left {
    flex: 1;
}

.svccf-footer-copyright {
    font-size: 12px;
    color: #718096;
    letter-spacing:
        0.08em;
}

.svccf-footer-right {
    flex-shrink: 0;
}

.svccf-footer-logo {
    display:
        flex;
    align-items: center;
}

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

.svccf-footer-logo-svg {
    height: 40px;
    width: auto;
    max-width: 200px;
}

.news_bg {
    position: absolute;
    top: 0;
    width: 34%;
    pointer-events: none;
    z-index: 0;
}

/* ページネーション全体 */
.svccf-pagination {
    text-align: center;
    margin: 2em 0;
}

/* UL をインラインフレックスに */
.svccf-pagination ul {
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* LI のスペース調整 */
.svccf-pagination li {
    margin: 0 0.5em;
}

/* 数字・矢印共通 */
.svccf-pagination .page-numbers {
    display: inline-block;
    text-decoration: none;
    font-size: 1rem;
    color: #8096A3;
    padding: 0.2em 0.4em;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    /* box-shadow があれば消す */

}

/* 矢印のみ大きめ */
.svccf-pagination .prev,
.svccf-pagination .next {
    font-size: 1.2rem;
}

/* ホバー時の下線エフェクト */
/* ホバー時 */
.svccf-pagination .page-numbers:hover svg path {
    fill: #666 !important;
    opacity: 1;
}

/* カレントページの強調 */
.svccf-pagination .page-numbers.current {
    color: #666;
    font-weight: 600;
    cursor: default;
    border-bottom: none;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* ========== カスタムロゴ設定用 ========== */
/*
WordPress管理画面からロゴ画像を設定する場合のスタイル */
.svccf-footer-logo-img {
    display: block;
    height: auto;
    max-height: 40px;
    object-fit: contain;
}

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

    .svccf-hero-description,
    .company-hero-description p {
        font-size: 3.8vw;
        text-align: left;
        padding: 0;
    }

    .md_off {
        display: none;
    }

    .md_on {
        display:
            block;
    }

    .svccf-section-title-jp {
        font-size: 6.2vw;
    }

    .svccf-section-subtitle {
        font-size: 3.5vw;
    }

    .svccf-articles-grid {
        grid-template-columns: unset;
    }

    .svccf-members-grid {
        flex-direction: column;
        margin: 0 auto;
        gap: 80px;
        padding: 0;
    }

    .svccf-member-card:hover .svccf-member-img {
        transform: unset;
    }

    .svccf-member-card {
        width: 100%;
        z-index: 2;
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .svccf-member-photo {
        aspect-ratio: 1 / 1;
        margin: 0 auto 40px;
    }

    .svccf-member-content {
        margin: 0 auto;
    }

    .svccf-member-text {
        height: auto;
        margin-bottom: 40px;
        text-align: left;
    }

    .svccf-member-text p {
        font-size: 2.8vw;
        line-height: 1.8;
        margin-bottom: 20px;
    }

    .svccf-news-date,
    .svccf-news-title,
    .activity-content p,
    .program-item {
        font-size: 2.8vw;
    }

    .svccf-news-date {
        width: 27%;
    }

    .svccf-article-title {
        font-size: 2.8vw;
    }

    .svccf-member-name {
        font-size: 9vw;
    }

    .svccf-article-url,
    .svccf-article-date,
    .svccf-member-role {
        font-size: 2.8vw;
    }

    .svccf-member-position {
        font-size:
            2.8vw;
    }

    .svccf-container_bg01 {
        top: 0;
    }

    .company-hero-title,
    .company-hero-subtitle {
        font-size: 5vw;
    }

    .company-section-title {
        font-size:
            5vw;
    }

    .table-content,
    .table-label {
        font-size: 3vw;
    }

    .activity-title {
        font-size: 3.8vw;
    }

    .info-box-title {
        font-size: 4vw;
    }

    .cta-button {
        font-size: 2.8vw;
        padding: 7px 22px;
    }

    .activities_bg04 {
        top: 25%;
    }

    .activities_bg02 {
        bottom: 8%;
    }

    .company-partners-grid,
    .company-partners-grid.normal,
    .company-partners-grid.small {
        gap: 5px;
    }

    .company-partners_box .table-content p {
        font-size: 15px;
    }

    .program-bullet:before {
        top: 1px;
    }
}

@media (max-width: 799px) {
    .svccf-header-fixed {
        top:
            30px !important;
    }

    .svccf-header-fixed .svccf-header-content {
        flex-direction: row;
        gap: 15px;
        padding: 3px 15px 3px 5px;
    }

    .svccf-header-fixed .svccf-nav {
        display:
            none;
    }

    /* ハンバーガーメニューを表示 */
    .svccf-hamburger {
        display: flex;
    }

    /*
モバイルメニューを有効化 */
    .svccf-mobile-modal {
        display: block;
    }

    .svccf-header-fixed .svccf-nav-item {
        font-size: 14px;
    }

    .page-template-page-template-svccf body {
        padding-top: 0 !important;
    }

    .svccf-header-content {
        flex-direction: column;
        gap: 20px;
        padding: 10px 0;
    }

    .svccf-nav {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .svccf-hero-title,
    .svccf-hero-subtitle {
        font-size: 24px;
    }

    .svccf-info-table td {
        padding: 15px 20px;
    }

    .svccf-info-table .label {
        width: 120px;
        font-size:
            13px;
    }

    .svccf-partners-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .svccf-contact-info {
        font-size: 22px;
    }

    /* フッターレスポンシブ */
    .svccf-footer-content {
        flex-direction: column-reverse;
        gap: 15px;
        text-align:
            center;
        margin: 0px 40px;
    }

    .svccf-footer-logo-svg {
        max-width: 150px;
    }

    .svccf-contact-section a {
        padding: 0;
    }

    .svccf-footer-right,
    .svccf-footer-left {
        width: 100%;
    }

    .svccf-footer-logo {
        justify-content: center;
    }

    .footer_logo {
        width: 40%;
        margin-bottom: 30px;
        margin-right: 2%;
    }

    /* ヒーローセクション */
    .svccf-hero-main-title {
        gap: 50px;
        margin-bottom: 40px;
    }

    .svccf-title-char {
        font-size: 3rem;
    }

    .svccf-title-left,
    .svccf-title-right {
        gap: 10px;
    }

    .svccf-hero-description .text-line {
        margin-bottom: 6px;
    }

    .svccf-hero-content-center {
        padding: 0 20px;
    }

    .svccf-hero-text-section {
        padding: 60px 0;
    }

    /* セクション */
    .svccf-about-section,
    .svccf-news-section,
    .svccf-articles-section {
        padding: 60px 0;
    }

    /* ニュースアイテム */
    .svccf-news-item {
        flex-direction: column;
        gap: 15px;
    }

    .svccf-news-date {
        width: auto;
    }

    /* 記事グリッド */
    .svccf-articles-grid {
        grid-template-columns:
            1fr;
        gap: 30px;
    }

    .svccf-members-grid {
        gap: 120px;
        margin: 60px auto 0;
    }

    .svccf-title-area,
    .svccf-articles-header {
        margin-bottom: 20px;
    }

    .news_section_bg {
        width: 50%
    }

    .table-row {
        padding: 12px 0;
    }

    .table-content {
        padding: 0;
    }

    .table-label {
        font-size: 13px;
        width: 100px;
    }

    .table-content {
        font-size: 13px;
    }

    .partner-logo img {
        padding: 10px;
    }

    .company-partners_box .table-content {
        gap: 20px;
    }

    .company-partners_box .table-content p {
        font-size: 13px;
    }

    .activities-hero-section {
        padding: 40px 20px 60px;
    }

    .activities-detail-section {
        margin: 40px auto;
        padding: 0 15px;
    }

    .svccf-contact_bg {
        width: 80%;
    }

    .news_bg {
        width: 65%;
    }

    .activities_bg01 {
        width: 100%;
    }

    .activities_bg04 {
        left: -36%;
        width: 100%;
    }

    .activities_bg02 {
        bottom: 9%;
        left: -24%;
    }

    .activities_bg03 {
        right: -50%;
        opacity: 0.5;
    }

    .program-bullet:before {
        top: -2px;
    }

    .cta-button {
        font-size: 2.2vw;
    }
	
	    .cta-button.en_botton {
        font-size: 2.4vw !important;
    }

}

@media (max-width: 600px) {
    .table-row {
        flex-direction: column;
    }

    .table-label,
    .table-content {
        width: 100%;
    }

    .table-label {
        margin-bottom: 10px;
    }

    .company-partners-grid {
        margin: 0;
    }

    .company-info-section {
        padding: 0 0 40px;
    }

    .svccf-contact_bg {
        width: 85%;
    }

    .info-box {
        padding: 25px 15px;
    }

    .activity-block {
        margin: 40px 0 20px;
    }

    .company-partners_box .table-content .company-partners-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .company-partners-grid.normal {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .company-partners-grid.small {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .partner-logo img {
        padding: 0;
    }

    .svccf-member-text p,
    .svccf-news-date,
    .svccf-news-title,
    .activity-content p,
    .program-item,
    .svccf-article-url,
    .svccf-article-date,
    .svccf-member-role,
    .svccf-member-position,
    .svccf-article-title {
        font-size: 3.1vw;
    }

    .activity-title {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
	.cta-button::after {
        margin-left: 4px;
    }
}
@media (max-width: 530px) {
	.cta-button.en_botton {
		padding: 7px 25px;
	}
}
@media (max-width: 480px) {
    .svccf-hero-fullscreen {
        height: 65vh;
    }

    .svccf-member-text {
        margin-bottom: 10px;
    }

    .articles_section_bg {
        bottom: 20%;
        width: 100%;
    }

    .news_section_bg {
        width: 80%;
        bottom: -6%;
        right:
            -21%;
    }

    .svccf-contact_bg {
        bottom: 10%;
        right: -36%;
        width: 100%;
    }

    .svccf-footer {
        padding: 0;
    }

    .footer_logo {
        width: 60%;
    }

    .svccf-section-subtitle {
        font-size: 14px;
    }

    .svccf-section-title-jp {
        font-size: 5.2vw;
    }

    .svccf-member-name {
        font-size: 7vw;
        margin-bottom: 0px;
    }

    .company-partners-grid {
        gap: 10px;
    }

    .company-hero-section {
        padding: 160px 0 50px;
    }

    .partner-logo {
        padding: 15px 5px;
    }

    .activity-content {
        margin: 5px 0 20px;
    }

    .svccf-news-section.page {
        padding: 160px 0 50px;
    }

    .activities_bg02 {
        bottom: 9%;
    }

    .svccf-section_inner {
        padding: 0 40px;
    }

    .svccf-section-title-area {
        margin: 30px 0 15px;
    }

    .company-info-section {
        padding: 0;
    }

    .cta-button {
        margin: 0 auto 80px;
    }
	
	.cta-button {
        font-size: 10px;
    }
    .cta-button::after {
        margin-left: 3px;
    }

    .cta-button::after {
        font-size: 8px;
    }

    .program-list_title {
        margin-bottom: 10px !important;
    }

    .activities_bg04 {
        left: -44%;
        top: 29%;
    }

    .activities_bg02 {
        bottom: 11%;
    }

    .single .svccf-news-section.page {
        padding: 120px 0 50px;
    }

    .svccf-hero-description,
    .company-hero-description p {
        font-size: 16px;
    }

    .svccf-member-text p,
    .svccf-news-date,
    .svccf-news-title,
    .activity-content p,
    .program-item,
    .svccf-article-url,
    .svccf-article-date,
    .svccf-member-role,
    .svccf-article-title {
        font-size: 14px;
    }

    .svccf-member-position {
        font-size: 12px;
    }

    .program-bullet:before {
        top: -5px;
    }

    .cta-button::after {
        margin-left: 10px;
    }
		.cta-button.en_botton {
		font-size: 11px !important;
	}
}

@media (max-width: 400px) {
	.cta-button::after {
		padding: 0px 1px;
	}
	.cta-button::after {
        font-size: 6px;
    }
}

@media (max-width: 350px) {
    .svccf-section_inner {
        padding: 0 30px;
    }

    .svccf-section_inner {
        padding: 0 30px;
    }
}

.svccf-members-grid {
    gap: 70px;
}
