/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 24 2026 | 03:59:12 */
/* =========================================
   共通セクションタイトル
========================================= */

.custom-heading h2{
    font-size:23px;
    line-height:1.4;
    margin-top:3em;
    margin-bottom:2em;
}

.custom-heading h2::after{
    content:"";
    display:inline-block;
    width:6px;
    height:6px;
    background:#2ecc71;
    border-radius:50%;
    margin-left:6px;
    vertical-align:middle;
    position:relative;
    top:-2px;
}

/* 動画ページ 不要アイコン削除 */

.director-element .fa-universal-access{
    display:none;
}


/* =========================================
   関連展示会
========================================= */

.related-exhibition-wrap{
    margin-top:60px;
    padding-top:40px;
    border-top:1px solid #ddd;
}

.related-heading{
    font-size:23px;
    margin-bottom:28px;
}

.related-exhibition-card{
    display:flex;
    gap:30px;
    align-items:flex-start;
}

.related-thumb{
    width:360px;
    flex-shrink:0;
}

.related-thumb img{
    width:100%;
    border-radius:8px;
    display:block;
}

.related-content h3{
    margin-bottom:16px;
    line-height:1.5;
}

.related-content h3 a{
    color:#111;
    text-decoration:none;
}

.related-date{
    margin-bottom:16px;
    font-size:14px;
    color:#777;
    line-height:1.6;
}

.related-excerpt{
    line-height:1.9;
    color:#555;
}


/* =========================================
   共通カード
========================================= */

.content-card{
    background:#f5f7f7;
    border-radius:16px;
    padding:26px;
    box-sizing:border-box;
    transition:all .25s ease;
}

.content-card:hover{
    box-shadow:0 4px 18px rgba(46,204,113,.10);
}

/* 共通タイトル */

.content-card-title{
    position:relative;
    margin:0 0 22px;
    padding-left:16px;
    font-size:22px;
    line-height:1.4;
    font-weight:700;
    color:#222;
}

.content-card-title::before{
    content:"";
    position:absolute;
    left:0;
    top:5px;
    width:5px;
    height:26px;
    border-radius:999px;
    background:#2ecc71;
}


/* =========================================
   動画ページ サマリーカード
========================================= */

.video-summary-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    margin:36px 0;
}

.summary-card{
    background:#f5f7f7;
    border-radius:16px;
    padding:22px;
    transition:all .25s ease;
}

.summary-card:hover{
    box-shadow:0 4px 18px rgba(46,204,113,.10);
}

/* タイトル */

.summary-card h3{
    position:relative;
    font-size:18px;
    line-height:1.4;
    margin:0 0 18px;
    padding-left:14px;
    color:#222;
    font-weight:700;
}

.summary-card h3::before{
    content:"";
    position:absolute;
    left:0;
    top:4px;
    width:5px;
    height:22px;
    border-radius:999px;
    background:#2ecc71;
}

/* タグ */

.summary-card ul{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    padding:0;
    margin:0;
    list-style:none;
}

.summary-card li{
    background:#fff;
    border:1px solid #cfead9;
    border-radius:999px;
    padding:7px 14px;
    font-size:13px;
    line-height:1.4;
    color:#2d4739;
    transition:all .2s ease;
}

.summary-card li:hover{
    background:#2ecc71;
    border-color:#2ecc71;
    color:#fff;
}

.summary-card li a,
.summary-card li a:hover{
    color:inherit;
    text-decoration:none;
    display:block;
}


/* =========================================
   動画字幕
========================================= */

.video-transcript{
    margin:36px 0;
    background:#f5f7f7;
    border-radius:16px;
    overflow:hidden;
}

.video-transcript summary{
    position:relative;
    cursor:pointer;
    list-style:none;
    padding:22px 56px 22px 42px;
    font-size:18px;
    line-height:1.4;
    font-weight:700;
    color:#222;
}

.video-transcript summary::-webkit-details-marker{
    display:none;
}

.video-transcript summary::before{
    content:"";
    position:absolute;
    left:22px;
    top:24px;
    width:5px;
    height:22px;
    border-radius:999px;
    background:#2ecc71;
}

.video-transcript summary::after{
    content:"+";
    position:absolute;
    right:22px;
    top:50%;
    transform:translateY(-50%);
    font-size:22px;
    color:#2ecc71;
}

.video-transcript[open] summary::after{
    content:"−";
}

.video-transcript summary:hover{
    background:#edf8f1;
}

.transcript-content{
    padding:0 22px 22px;
    color:#444;
    font-size:15px;
    line-height:2;
}

.transcript-content p{
    margin:0 0 1.4em;
}

.transcript-content p:last-child{
    margin-bottom:0;
}


/* =========================================
   企業情報
========================================= */

.company-profile-section{
    display:flex;
    gap:32px;
    margin:42px 0;
    align-items:flex-start;
}

.company-profile-section *{
    box-sizing:border-box;
}

/* 左 */

.company-shot{
    width:55%;
}

.company-shot img{
    width:100%;
    max-width:100%;
    height:auto;
    display:block;
    border-radius:14px;
    border:1px solid #e4ece8;
    transition:all .25s ease;
}

.company-shot a:hover img{
    transform:translateY(-2px);
    box-shadow:0 8px 24px rgba(0,0,0,.08);
}

/* 右 */

.company-info{
    width:45%;
    background:#f5f7f7;
    border-radius:16px;
    padding:26px;
}

/* 会社名 */

.company-name{
    position:relative;
    margin:0 0 24px;
    padding-left:16px;
    font-size:24px;
    line-height:1.4;
    font-weight:700;
    color:#222;
}

.company-name::before{
    content:"";
    position:absolute;
    left:0;
    top:6px;
    width:5px;
    height:28px;
    border-radius:999px;
    background:#2ecc71;
}

/* 情報 */

.company-meta{
    margin:0;
    padding:0;
    list-style:none;
}

.company-meta li{
    padding:14px 0;
    border-bottom:1px solid #dfe9e4;
}

.company-meta li:last-child{
    border-bottom:none;
    padding-bottom:0;
}

.company-meta .label{
    display:block;
    margin-bottom:6px;
    font-size:12px;
    font-weight:700;
    letter-spacing:.04em;
    color:#6f8278;
    text-transform:uppercase;
}

.company-meta .value{
    font-size:15px;
    line-height:1.8;
    color:#2d4739;
}

.company-meta .value a{
    color:#1f8f57;
    text-decoration:none;
    word-break:break-all;
}

.company-meta .value a:hover{
    text-decoration:underline;
}


/* =========================================
   FAQ
========================================= */

.video-faq{
    margin:42px 0;
    background:#f5f7f7;
    border-radius:16px;
    padding:26px;
}

/* タイトル */

.faq-heading{
    position:relative;
    margin:0 0 22px;
    padding-left:16px;
    font-size:18px;
    line-height:1.4;
    font-weight:700;
    color:#222;
}

.faq-heading::before{
    content:"";
    position:absolute;
    left:0;
    top:5px;
    width:5px;
    height:26px;
    border-radius:999px;
    background:#2ecc71;
}

/* FAQ項目 */

.faq-item{
    border-top:1px solid #dfe9e4;
}

.faq-item:first-of-type{
    border-top:none;
}

.faq-item summary{
    position:relative;
    cursor:pointer;
    list-style:none;
    padding:20px 48px 20px 0;
    font-size:16px;
    line-height:1.8;
    font-weight:700;
    color:#222;
}

.faq-item summary::-webkit-details-marker{
    display:none;
}

/* Qマーク */

.faq-item summary::before{
    content:"Q";
    display:inline-flex;
    justify-content:center;
    align-items:center;
    width:24px;
    height:24px;
    margin-right:12px;
    border-radius:999px;
    background:#2ecc71;
    color:#fff;
    font-size:13px;
}

/* + */

.faq-item summary::after{
    content:"+";
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    font-size:24px;
    color:#2ecc71;
}

.faq-item[open] summary::after{
    content:"−";
}

.faq-answer{
    padding:0 0 20px 0;
    color:#444;
    font-size:15px;
    line-height:2;
}


/* =========================================
   言語切替
========================================= */

.language-links{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.language-links a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:10px 18px;
    border-radius:999px;
    background:#fff;
    border:1px solid #cfead9;
    color:#2d4739;
    font-size:14px;
    line-height:1.4;
    text-decoration:none;
    transition:all .2s ease;
}

.language-links a:hover{
    background:#2ecc71;
    border-color:#2ecc71;
    color:#fff;
    transform:translateY(-1px);
}


/* =========================================
   スマホ
========================================= */

@media(max-width:768px){

    .related-exhibition-card{
        flex-direction:column;
    }

    .related-thumb{
        width:100%;
    }

    .video-summary-grid{
        grid-template-columns:1fr;
        gap:14px;
    }

    .summary-card{
        padding:18px;
    }

    .summary-card h3{
        font-size:17px;
        margin-bottom:14px;
    }

    .video-transcript{
        margin:28px 0;
    }

    .video-transcript summary{
        padding:18px 48px 18px 38px;
        font-size:17px;
    }

    .video-transcript summary::before{
        left:18px;
        top:20px;
        height:20px;
    }

    .video-transcript summary::after{
        right:18px;
    }

    .transcript-content{
        padding:0 18px 18px;
        font-size:14px;
        line-height:1.9;
    }

    .company-profile-section{
        flex-direction:column;
        gap:18px;
        margin:32px 0;
    }

    .company-shot,
    .company-info{
        width:100%;
    }

    .company-info{
        padding:20px;
    }

    .company-name{
        font-size:21px;
        margin-bottom:20px;
    }

    .company-meta li{
        padding:12px 0;
    }

    .company-meta .value{
        font-size:14px;
        line-height:1.7;
    }

    .video-faq{
        margin:32px 0;
        padding:20px;
    }

    .faq-heading{
        font-size:17px;
        margin-bottom:18px;
    }

    .faq-item summary{
        font-size:15px;
        padding:18px 42px 18px 0;
    }

    .faq-answer{
        font-size:14px;
        line-height:1.9;
    }

}