﻿/* ページ見出し（SEO・アクセシビリティ用・画面上は非表示） */
.header-banner .page-h1 {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
    font-size: 1px;
    line-height: 1;
    color: transparent;
}

.yoyaku-cta a.btn-primary:focus-visible {
    outline: 3px solid #ff7a1a;
    outline-offset: 3px;
}

:root {
    --text-attention: #ff4045;
    --bronze: #9f8568;
    --light-brown: #f2ebe6;
    --soft-pink: #f7edff;
    --soft-lavender: #f7edff;
    --light-pink: #fef7f8;
    --text-dark: #614857;
    --text-light: #8b7d7d;
    --accent-coral: #ff6f61;
    --compass-blue: #00AECB;
    --compass-skyblue: #EAFAFF;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Noto Sans JP', 'Noto Sans', sans-serif;
    line-height: 1.7;
    background: linear-gradient(135deg, var(--light-pink) 0%, var(--soft-lavender) 100%);
    color: var(--text-dark);
    min-height: 100vh;
    /* container-fluid p-0 内の .row 負マージン(-15px)による横スクロールを防ぐ */
    overflow-x: hidden;
    /* 日本語を文節単位で改行（Chromium系。非対応ブラウザは .nw で担保） */
    word-break: auto-phrase;
    line-break: strict;
}

/* 文節改行ユーティリティ: 単語・語句の途中で改行させない
   （inline-block なので行に収まらない場合のみ内部で折り返す） */
.nw {
    display: inline-block;
}

.main-content {
    min-height: calc(100vh - 200px);
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    /* container-fluid p-0 内の .row 負マージン(-15px)による横スクロールを防ぐ */
    overflow-x: hidden;
}

#main-container, #sub-container{
    background-color: #ffefe8; 
}

@media (min-width: 768px) {
    #main-container section, #sub-container section{
        width: 1000px;
        margin: 0 auto;
    }
}

.sp-only {
    display: none;
}

.pc-only {
    display: block;
}

/* ヘッダーバナーのスタイル */
.header-banner {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.header-banner img {
    width: 100%;
    height: auto;
    display: block;
}

/*予約１*/

.yoyaku-cta {
    background-color: white;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 0;
}

.yoyaku-cta .h3{
    font-size: 2.0rem;
}

.yoyaku-cta h2{
    font-size: 1.5rem;
    padding: 10px 0 40px 0;
    line-height: 1.4;
}

.yoyaku-cta .text-attention {
    color: #fb7331;
    font-weight: bold;
    font-size: 3.2rem;
}

.yoyaku-cta a{
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
}

.yoyaku-cta a.btn-primary:hover,
.yoyaku-cta a.btn-primary:focus {
    color: #fff;
    text-decoration: none;
}

.yoyaku-cta a img{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

/* CTAボタン内の2段組（本文＋サブコピー） */
.yoyaku-cta .btn-primary .btn-main {
    display: block;
    line-height: 1.3;
}

.yoyaku-cta .btn-primary .btn-sub {
    display: block;
    margin-top: 3px;
    font-size: 0.6em;
    font-weight: 500;
    line-height: 1.35;
    opacity: 0.95;
}

.yoyaku-cta-container{
    position: relative;
}


@media (max-width: 768px) {
    .yoyaku-cta{
        padding: 20px 0;
    }
    .yoyaku-cta h2{
        line-height: 1.3;
        padding: 10px 0 20px 0;
    }
    .yoyaku-cta .text-attention {
        font-size: 2.5rem;
    }

    .yoyaku-cta .seminar-date{
        font-size: 1.3rem;
    }

    .yoyaku-cta .yoyaku-cta-logo{
        width: 200px;
    }

    .yoyaku-cta .yoyaku-cta-man_sp-img{
        margin: 0 auto;
        padding-bottom: 10px;
    }
}

@media (min-width: 768px) {
    .yoyaku-cta .yoyaku-cta-man-img {
        height: auto;
        position: absolute;
        bottom: 0;
        left: calc(50% + 400px);
        transform: translateX(-50%);
    }
    .yoyaku-cta-logo{
        width: 300px;
    }

    .yoyaku-cta-coin-img{
        position: absolute;
        bottom: 100px;
        left: calc(50% - 350px);
        transform: translateX(-50%);
    }

    .yoyaku-cta-mendoumi-img{
        position: absolute;
        bottom: 0;
        right: calc(50% - 380px);
        transform: translateX(50%);
        height: auto;
        max-width: 220px;
    }
}

/*講師紹介*/
#koushi .instructor-block .row, #seminarInfo .seminar-detail{    
    border-radius: 20px;
    border: 2px solid var(--bronze);
    padding: 20px;
    background-color: white;
    align-items: center;
}

#koushi h2{
    overflow: hidden;
    width: 400px;
    height: 90px;
    padding-top: 45px;            
    margin: 0 auto;
    font-size: 2.0rem;
    font-weight: 700;
    position: relative;
    top: 3px;
    z-index: 1;
    color: transparent;
    border-bottom: 2px solid white;
}


#koushi h2::before{
    content: attr(data-text);
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    color: var(--bronze);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}
#koushi h2::after{
    position: absolute;
    background-color: white;
    top: 105%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    display: block;
    width: 400px;
    height: 170px;
    border-radius: 50%;
    border: 2px solid var(--bronze);
    z-index: 1;
}       

#seminarInfo h2{
    overflow: hidden;
    width: 400px;
    height: 90px;
    padding-top: 45px;            
    margin: 0 auto;
    font-size: 2.0rem;
    font-weight: 700;
    position: relative;
    top: 3px;
    z-index: 1;
    color: transparent;
    border-bottom: 2px solid white;
}
#seminarInfo h2::before{
    content: attr(data-text);
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    color: var(--bronze);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}
#seminarInfo h2::after{
    position: absolute;
    background-color: white;
    top: 105%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    display: block;
    width: 400px;
    height: 170px;
    border-radius: 50%;
    border: 2px solid var(--bronze);
    z-index: 1;
}

 @media (max-width: 768px) {
    #koushi h2,#seminarInfo h2{
        width: 240px;
        padding-top: 30px;   
        top: 4.25px;
    }

    #koushi h2::before,#seminarInfo h2::before{
        font-size: 1.8rem;
        top: 20px;
    }

    #koushi h2::after,#seminarInfo h2::after{
        width: 240px;
    }
}

/*セミナー詳細*/
#seminarInfo .seminar-detail{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 1.5rem;
}

#seminarInfo .seminar-detail li{
    margin-bottom: 20px;
}

#seminarInfo .seminar-detail li:last-child{
    margin-bottom: 0;
}

@media (min-width: 768px) {
    #seminarInfo .seminar-detail .achievements{
        width: 800px;
    }
    #seminarInfo .seminar-detail .detail-info{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    #seminarInfo .seminar-detail .detail-info .map{
        width: 50%;
    }
    #seminarInfo .seminar-detail .detail-info .map img{
        width: 100%;
    }
}

@media (max-width: 768px) {
    #seminarInfo .seminar-detail {
        font-size: 1.0rem;
    }
    #seminarInfo .seminar-detail .seminar-detail-container{
        width: 100%;
    }
    #seminarInfo .seminar-detail .detail-info .map img{
        width: 100%;
    }
}

/*参加者特典*/
#participantInfo{
    padding: 30px;
}

#participantInfo h2{
    background-image: url('../img/toyokawa202608/txt_bg_tokuten_pc.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 400px;
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 2.0rem;
    font-weight: 700;
    color: white;
}

#participantInfo .participant-info-text{
    margin: 0 auto;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--bronze);
    border: 1px solid var(--bronze);
    border-radius: 90px;
    background-color: white;
    padding: 10px 20px;
}




@media (min-width: 768px) {
    #participantInfo .participant-info{
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        gap: 20px;
        align-items: center;
        justify-content: center;
    }

    #participantInfo .participant-info-text{
        width: 700px;
    }
}

@media (max-width: 768px) {
    #participantInfo .participant-info{
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
        justify-content: center;
    }

    #participantInfo .participant-info-text{        
        font-size: 1.0rem;
    }
}

@media (max-width: 768px) {
    .sp-only {
        display: block;
    }
    .pc-only {
        display: none;
    }

    #participantInfo h2{
        background-image: url('../img/toyokawa202608/txt_bg_tokuten_pc.png');
        width: 100%;
        font-size: 1.5rem;
    }
    
    
    /* 講師紹介のSP表示調整 */
    #koushi .instructor-block {
        margin-bottom: 24px;
    }

    .instructor-profile {
        height: auto;
        padding: 20px;
    }
    
    #koushi .instructor-photo img {
        height: auto;
        max-height: 300px;
        margin-bottom: 10px;
    }

    .achievements {
        flex-direction: column;
        gap: 15px;
    }
    
    .achievement-item {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 15px 20px;
        text-align: center;
        border-left-width: 8px;
    }
    
    /* イントロセクションのSP背景画像 */
    #intro {
        background-image: url('../img/toyokawa202608/background.png');
    }
}
/* カスタムリストスタイル */
.custom-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.list-item-left,
.list-item-right {
    padding: 10px;
    border-radius: 0;
    background: white;
    font-size: 1.3rem;
    font-weight: 500;
    box-shadow: 0 8px 25px rgba(248, 181, 193, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list-item-left img,
.list-item-right img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    margin-left: auto;
}

@media (max-width: 768px) {

    .custom-list {
        margin-top: 40px;
    }

    #intro .list-item-left,
    #intro .list-item-right {
        position: relative;
        font-size: 1.0rem;
        overflow: visible;
        margin-top: 40px;
        margin-bottom: 30px;
        padding-top: 36px;
    }

    #intro .list-item-left img,
    #intro .list-item-right img {
        position: absolute;
        top: -32px;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 60px;
        border-radius: 50%;
        object-fit: cover;
        z-index: 1;
        margin-left: 0;
    }
}

.list-item-left:hover,
.list-item-right:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(235, 220, 190, 0.4);
    border-color: var(--accent-coral);
}

.list-item-left {
    align-self: flex-start;
    margin-right: auto;
}

.list-item-right {
    align-self: flex-end;
    margin-left: auto;
}

.voice-name{
    margin-top: 10px;
}


/* アニメーション効果 */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

.list-item-left,
.list-item-right {
    animation: fadeInUp 0.6s ease-out;
}

.btn-primary {
    animation: float 3s ease-in-out infinite;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .main-content {
        min-height: calc(100vh - 150px);
        border-radius: 15px;
    }
    
    .list-item-left,
    .list-item-right {
        width: 100%;
        max-width: 90%;
        align-self: center !important;
        margin: 0 auto !important;
        padding: 20px;
        flex-direction: column;
        text-align: center;
        gap: 10px;
        justify-content: center;
    }

    #intro .list-item-left,
    #intro .list-item-right {
        padding-top: 36px;
    }
    
    #participantVoice ul {
        width: 100%;
    }
    
    .btn-primary {
        width: 100%;
        max-width: 340px;
    }

    .instructor-profile {
        padding: 20px;
    }
    
    .instructor-name {
        font-size: 1.8rem;
    }
    
    .achievements {
        gap: 15px;
    }
    
    .achievement-item {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .achievements {
        flex-direction: column;
    }
}

/* セクション共通スタイル */
section {
    position: relative;
    overflow: hidden;
}

section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(248, 181, 193, 0.1) 0%, transparent 70%);
    pointer-events: none;
    z-index: -1;
}

/* 見出しスタイル */
h2, h3, h4 {
    color: var(--text-dark);
    font-weight: 400;
    position: relative;
}

/* 申込フォーム */
#apply {
    background: #fffaf3;
}

#apply .entry-form-header {
    text-align: center;
    margin: 0 auto 22px;
}

#apply .entry-form-title {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 10px 28px;
    border: 2px solid var(--bronze, #9f8568);
    border-radius: 999px;
    background: #fff;
    color: var(--bronze, #9f8568);
    font-size: 1.9rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.3;
}

#apply .entry-form-title::before,
#apply .entry-form-title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 26px;
    height: 2px;
    background: var(--bronze, #9f8568);
    transform: translateY(-50%);
}

#apply .entry-form-title::before {
    left: -40px;
}

#apply .entry-form-title::after {
    right: -40px;
}

#apply .entry-form-lead {
    margin: 12px 0 0;
    color: #6f5c4b;
    font-size: 1rem;
    font-weight: 500;
}

#apply .mktoForm {
    width: 100% !important;
    max-width: 760px;
    margin: 0 auto;
    padding: 24px 20px;
    background: #ffffff;
    border: 1px solid #f0e3d2;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

#apply .mktoFormRow {
    margin-bottom: 14px !important;
}

#apply .mktoFormCol,
#apply .mktoFieldWrap {
    width: 100% !important;
}

#apply .mktoLabel {
    width: 100% !important;
    float: none !important;
    display: block;
    margin-bottom: 6px !important;
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

#apply .mktoAsterix {
    color: #d12a2a;
    padding-right: 4px;
}

#apply input.mktoField:not([type="radio"]):not([type="checkbox"]),
#apply select.mktoField,
#apply textarea.mktoField {
    width: 100% !important;
    min-height: 44px;
    padding: 10px 12px !important;
    border: 1px solid #d6d6d6 !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    background: #fff;
    box-sizing: border-box;
}

#apply textarea.mktoField {
    min-height: 120px;
    resize: vertical;
}

#apply input.mktoField:not([type="radio"]):not([type="checkbox"]):focus,
#apply select.mktoField:focus,
#apply textarea.mktoField:focus {
    outline: none;
    border-color: #f08b2d !important;
    box-shadow: 0 0 0 3px rgba(240, 139, 45, 0.2);
}

#apply input.mktoField[type="radio"],
#apply input.mktoField[type="checkbox"] {
    width: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

#apply .mktoCheckboxList,
#apply .mktoRadioList {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

#apply .mktoFieldWrap:has(.mktoCheckboxList),
#apply .mktoFieldWrap:has(.mktoRadioList) {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

#apply .mktoFieldWrap:has(.mktoCheckboxList) > .mktoLabel,
#apply .mktoFieldWrap:has(.mktoRadioList) > .mktoLabel {
    width: 220px !important;
    min-width: 220px;
    margin-bottom: 0 !important;
    padding-top: 2px;
}

#apply .mktoFieldWrap:has(.mktoCheckboxList) > .mktoGutter,
#apply .mktoFieldWrap:has(.mktoRadioList) > .mktoGutter {
    display: none !important;
}

#apply .mktoFieldWrap:has(.mktoCheckboxList) > .mktoCheckboxList,
#apply .mktoFieldWrap:has(.mktoRadioList) > .mktoRadioList {
    flex: 1 1 auto;
    width: auto !important;
}

#apply .mktoCheckboxList > label,
#apply .mktoRadioList > label {
    display: flex !important;
    align-items: flex-start !important;
    gap: 8px;
    margin: 0 0 8px 0 !important;
    line-height: 1.5;
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
    text-align: left !important;
}

#apply .mktoCheckboxList > label:last-child,
#apply .mktoRadioList > label:last-child {
    margin-bottom: 0 !important;
}

#apply .mktoCheckboxList > label > input.mktoField,
#apply .mktoRadioList > label > input.mktoField {
    margin-top: 0.25em;
    flex: 0 0 auto;
}

#apply .mktoCheckboxList > label > span,
#apply .mktoRadioList > label > span {
    display: inline-block;
    flex: 1 1 auto;
}

#apply .mktoRadioList input.mktoField[type="radio"],
#apply .mktoCheckboxList input.mktoField[type="checkbox"] {
    display: block;
    float: left;
    clear: left;
    margin: 0.25em 8px 0 0 !important;
}

#apply .mktoRadioList input.mktoField[type="radio"] + label,
#apply .mktoCheckboxList input.mktoField[type="checkbox"] + label {
    display: block !important;
    margin: 0 0 8px 24px !important;
    line-height: 1.4;
    float: none !important;
    width: calc(100% - 24px) !important;
    text-align: left !important;
    font-weight: 400;
    cursor: pointer;
}

#apply .mktoError .mktoErrorMsg {
    border-radius: 6px;
    font-size: 12px;
}

#apply .mktoButtonRow {
    margin-top: 20px !important;
    text-align: center;
}

#apply .mktoButtonWrap {
    margin-left: 0 !important;
}

#apply .mktoButton {
    width: 100%;
    max-width: 360px;
    height: 52px;
    border: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #ff9f43 0%, #ff7a1a 100%) !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

#apply .mktoButton:hover {
    opacity: 0.95;
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    #apply {
        padding-left: 20px;
        padding-right: 20px;
    }

    #apply .entry-form-header {
        padding-left: 4px;
        padding-right: 4px;
    }

    #apply .entry-form-title {
        font-size: 1.4rem;
        padding: 8px 18px;
    }

    #apply .entry-form-title::before,
    #apply .entry-form-title::after {
        width: 16px;
    }

    #apply .entry-form-title::before {
        left: -24px;
    }

    #apply .entry-form-title::after {
        right: -24px;
    }

    #apply .entry-form-lead {
        font-size: 0.92rem;
    }

    #apply .mktoForm {
        width: 100% !important;
        max-width: 100%;
        padding: 18px 16px;
        border-radius: 10px;
        box-sizing: border-box;
    }

    #apply .mktoFieldWrap:has(.mktoCheckboxList),
    #apply .mktoFieldWrap:has(.mktoRadioList) {
        display: block;
    }

    #apply .mktoFieldWrap:has(.mktoCheckboxList) > .mktoLabel,
    #apply .mktoFieldWrap:has(.mktoRadioList) > .mktoLabel {
        width: 100% !important;
        min-width: 0;
        margin-bottom: 6px !important;
        padding-top: 0;
    }

    #apply .mktoButtonRow {
        padding-left: 4px;
        padding-right: 4px;
    }

    #apply .mktoButton {
        width: 100%;
        max-width: 100%;
        height: 48px;
        font-size: 16px !important;
        box-sizing: border-box;
    }

    .yoyaku-cta .btn-primary {
        font-size: 1.1rem;
        padding: 12px 40px 12px 20px;
        white-space: nowrap;
    }
}

/* ボタンスタイル */
.btn-primary {
    background: #ff3b00;
    border: none;
    border-radius: 5px;
    padding: 15px 40px;
    font-weight: 500;
    font-size: 1.5rem;
    box-shadow: 0 8px 25px rgba(251, 115, 49, 0.4);
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(248, 181, 193, 0.6);
    background: linear-gradient(135deg, var(--accent-coral) 0%, var(--bronze) 100%);
}

/*イントロ*/
#intro, #main-container,#sub-container{
    background-image: url('../img/toyokawa202608/background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

#intro::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
}

#intro .row {
    position: relative;
}

#intro ul li{
    list-style: none;
    width: 600px;
    max-width: 100%;
}

@media (max-width: 768px) {
    #intro ul li {
        width: 100%;
    }
}

#intro .large-text {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-dark);
}

/* 不安あるあるの結びコピー（3行構成のため見出しより一段小さく） */
#intro .intro-closing {
    font-size: clamp(17px, 4.4vw, 26px);
    font-weight: 700;
    line-height: 1.75;
    color: var(--text-dark);
    margin-top: 28px;
}

/*講師紹介*/
#koushi {
    margin: 20px 0;
    padding: 40px 20px !important;
}

#koushi .instructor-block {
    margin-bottom: 30px;
}

#koushi .instructor-block:last-child {
    margin-bottom: 0;
}

#koushi .instructor-photo img {
    max-height: 420px;
    width: auto;
    max-width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.instructor-profile {
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 768px) {
    #koushi {
        margin: 20px 0;
        padding: 20px 20px !important;
    }
    .instructor-profile {
        padding: 5px;
    }
}

.instructor-name {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 8px;
    white-space: nowrap;
}

.instructor-title, .seminar-title {
    font-size: 1.5rem;
    margin-bottom: 25px;
    font-weight: 400;
    padding: 8px 18px;
    display: inline-block;
    background-color: var(--bronze);
    color: white;
    border-radius: 90px;
    padding: 5px 30px;
    margin-bottom: 10px;
    text-align: center;
}

@media (max-width: 768px) {
    .instructor-title, .seminar-title {
        font-size: 1.0rem;
        padding: 5px 10px;
    }

    #koushi .instructor-title {
        font-size: 0.85rem;
        padding: 5px 12px;
        white-space: nowrap;
        max-width: 100%;
        box-sizing: border-box;
    }
}

        
.achievements {
    display: flex;
    gap: 12px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

@media (min-width: 769px) {
    .achievements {
    flex-direction: column;
    }
}


.achievement-item {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 5px 10px;
    transition: all 0.3s ease;
    flex: 1;
    min-width: 90px;
    border-left: 20px solid var(--bronze);
    background-color: var(--light-pink);
}

@media (max-width: 768px) {
    .achievement-item {
        border-left: 8px solid var(--bronze);
    }
}

.achievement-item--profile {
    min-width: 0;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: loose;
    font-size: 0.95rem;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .achievement-item--profile {
        font-size: 0.85rem;
        padding: 12px 14px;
        text-align: left;
        align-items: stretch;
    }
}

.achievement-item:hover {
    transform: translateY(-2px);
}

.instructor-description {
    margin-bottom: 25px;
    padding: 18px;
}

.instructor-description p {
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
    text-align: center;
}

.section-title {
    font-size: 1.5rem;
    margin-bottom: 12px;
    text-align: center;
    font-weight: 500;
    position: relative;
}
.section-title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100px;
    height: 1px;
    background-color: black;
    transform: translateY(-50%);
}

.section-title::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 100px;
    height: 1px;
    background-color: black;
    transform: translateY(-50%);
}

@media (max-width: 768px) {
    .section-title::before, .section-title::after {
        width: 24px;
    }
}

/* 講師画像のスタイル */
#koushi .instructor-photo img {
    transition: all 0.3s ease;
}

#koushi .instructor-photo img:hover {
    transform: translateY(-5px);
}

/* 会場の様子 */
#pastSeminar .past-seminar-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    width: 100%;
    max-width: 1000px;
    padding: 0 20px;
}

#pastSeminar .past-seminar-item {
    width: 100%;
}

#pastSeminar .past-seminar-item picture,
#pastSeminar .past-seminar-item img {
    display: block;
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    #pastSeminar .past-seminar-container {
        flex-direction: row;
        justify-content: center;
        gap: 1.5rem;
    }

    #pastSeminar .past-seminar-item {
        flex: 1 1 0;
        max-width: calc(50% - 0.75rem);
    }
}

/*参加者の声*/
#participantVoice h2::before ,#pastSeminar h2::before{
    content: url('../img/toyokawa202608/banzai_L.png');
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

#participantVoice h2::after ,#pastSeminar h2::after{
    content: url('../img/toyokawa202608/banzai_R.png');
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

/* SP: 見出しが2行に折り返さないよう、文字と装飾イラストを縮めて1行に収める
   （従来は 9文字×28px + (29px+10px)×2 = 約330px 必要で、375px以下の端末で溢れていた） */
@media (max-width: 768px) {
    #pastSeminar h2,
    #participantVoice h2 {
        font-size: 1.5rem;
        white-space: nowrap;
    }

    #pastSeminar h2::before,
    #participantVoice h2::before,
    #pastSeminar h2::after,
    #participantVoice h2::after {
        width: 20px;
        height: 24px;   /* 原寸 29:34 の比率を維持 */
    }

    #pastSeminar h2::before,
    #participantVoice h2::before {
        margin-right: 6px;
    }

    #pastSeminar h2::after,
    #participantVoice h2::after {
        margin-left: 6px;
    }
}

#participantVoice ul{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

#participantVoice ul li{
    list-style: none;
}

.voice-text-container{
    padding: 10px;
}

.list-item{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    background-color: #fff;
    padding: 10px;
}

#participantVoice .list-item img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

/* スマホ用追従CTAバー */
#sticky-cta {
    display: none;
}

@media (max-width: 768px) {
    body {
        padding-bottom: 80px;
    }

    #sticky-cta {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1000;
        padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
        background: rgba(255, 255, 255, 0.95);
        box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
        text-align: center;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    #sticky-cta.is-hidden {
        transform: translateY(100%);
        opacity: 0;
        pointer-events: none;
    }

    #sticky-cta .btn-primary {
        display: inline-block;
        width: 100%;
        max-width: 340px;
        padding: 12px 20px;
        font-size: 1.1rem;
        color: #fff;
        text-decoration: none;
        animation: none;
    }
}

/* レスポンシブ対応 - SP画面での幅制限を解除 */
@media (max-width: 768px) {
    #participantVoice ul {
        width: 100%;
        max-width: 100%;
    }

    .list-item{
        margin: 10px;
        font-size: 1.0rem;
    }

    /* 参加者の声: 横並びだとテキスト幅が圧迫されるためSPでは画像を上に縦積みする
       （#intro の .list-item-left/right と同じ方針） */
    #participantVoice .list-item {
        flex-direction: column;
    }

    /* align-items:center により幅が内容依存になるのを防ぎ、テキストを全幅で使う */
    #participantVoice .voice-text-container {
        width: 100%;
    }

    #participantVoice .list-item img {
        width: 60px;
        height: 60px;
    }

    #participantVoice .custom-list {
        gap: 10px;
    }
}

/* =========================================================
   ファーストビュー（画像1枚→HTML/CSS構成）専用ブロック
   ========================================================= */
.fv {
    --fv-bg: #FFF9E8;        /* クリーム地 */
    --fv-navy: #1B3A5C;      /* 見出し濃紺 */
    --fv-orange: #F39800;    /* 帯オレンジ */
    --fv-accent: #E8380D;    /* 強調赤 */
    --fv-cta: #E8380D;       /* CTA赤 */
    background-color: var(--fv-bg);
    background-image: url('../img/toyokawa202608/hero-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding: 28px 20px 32px;
    overflow: hidden;
}
.fv__inner {
    width: 100%;
    max-width: 640px;
    text-align: center;
}
.fv__eyebrow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 0 0 10px;
    font-size: 0.85rem;
    line-height: 1.4;
}
.fv__place {
    background: var(--fv-orange);
    color: #fff;
    font-weight: 700;
    border-radius: 999px;
    padding: 4px 14px;
}
.fv__host {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--fv-navy);
    font-weight: 500;
}
.fv__host-logo {
    height: 22px;
    width: auto;
    display: block;
}
/* 見出し＋キャラクター（めんどうみ）の並び。SPはキャラを絶対配置し高さを増やさない */
.fv__headline {
    position: relative;
}
.fv__title {
    color: var(--fv-navy);
    letter-spacing: 0.01em;
    margin: 0 0 12px;
}
.fv__mascot {
    height: auto;
}
.fv__mascot--sp {
    display: none;
}
/* 「心の声」を吹き出しで表現するパート */
.fv__title-quote {
    display: inline-block;
    position: relative;
    margin: 0 0 18px;
    padding: 6px 20px;
    background: #fff;
    border: 2px solid var(--fv-navy);
    border-radius: 999px;
    font-size: clamp(20px, 5vw, 34px);
    font-weight: 700;
    line-height: 1.3;
}
.fv__title-quote::before,
.fv__title-quote::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    transform: translateX(-50%);
}
.fv__title-quote::before {
    bottom: -13px;
    border-width: 13px 9px 0 9px;
    border-color: var(--fv-navy) transparent transparent transparent;
}
.fv__title-quote::after {
    bottom: -9px;
    border-width: 10px 6.5px 0 6.5px;
    border-color: #fff transparent transparent transparent;
}
/* 問いかけの主コピー */
.fv__title-main {
    display: block;
    font-size: clamp(28px, 7.5vw, 54px);
    font-weight: 700;
    line-height: 1.25;
}
.fv__title-main em {
    font-style: normal;
    color: var(--fv-accent);
    background: linear-gradient(transparent 62%, #FFE55C 62%);
    padding: 0 2px;
}
.fv__lead {
    font-size: clamp(13px, 3.4vw, 17px);
    color: var(--fv-navy);
    line-height: 1.65;
    margin: 0 0 14px;
}
.fv__lead strong { color: var(--fv-accent); font-weight: 700; }
.fv__date {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px 10px;
    margin: 0 0 14px;
}
.fv__date-item { display: flex; align-items: center; gap: 4px; }
.fv__date-num {
    font-size: clamp(40px, 10vw, 72px);
    font-weight: 700;
    color: var(--fv-navy);
    line-height: 1;
    letter-spacing: -0.01em;
}
.fv__date-day {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.7em;
    height: 1.7em;
    border-radius: 50%;
    color: #fff;
    font-size: clamp(14px, 3.4vw, 20px);
    font-weight: 700;
}
.fv__date-day--sat { background: #2f7fd1; }
.fv__date-day--sun { background: #e0344a; }
.fv__date-sep { font-size: clamp(20px, 5vw, 34px); color: var(--fv-navy); }
.fv__time {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 6px;
    color: var(--fv-navy);
    font-weight: 700;
    font-size: clamp(14px, 3.6vw, 20px);
    line-height: 1.3;
}
.fv__time-note { font-size: 0.68em; font-weight: 500; opacity: 0.85; }
.fv__badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin: 0 0 16px;
}
.fv__badges li {
    background: #fff;
    border: 1px solid #e6dcc4;
    border-radius: 999px;
    padding: 5px 12px;
    font-size: clamp(11px, 3vw, 13px);
    font-weight: 700;
    color: var(--fv-navy);
    white-space: nowrap;
}
.fv__cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    width: 100%;
    max-width: 420px;
    min-height: 56px;
    margin: 0 auto;
    padding: 10px 20px;
    background: var(--fv-cta);
    color: #fff;
    font-size: clamp(17px, 4.6vw, 21px);
    font-weight: 700;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0 6px 16px rgba(232, 56, 13, 0.35);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.fv__cta:hover,
.fv__cta:focus {
    color: #fff;
    text-decoration: none;
    transform: translateY(3px);
    box-shadow: 0 2px 8px rgba(232, 56, 13, 0.35);
}
.fv__cta span { font-size: 0.62em; font-weight: 500; }
.fv__note {
    margin: 10px 0 0;
    font-size: clamp(11px, 3vw, 13px);
    color: var(--fv-navy);
    line-height: 1.5;
}
.fv__seats {
    margin: 4px 0 0;
    font-size: clamp(11px, 3vw, 13px);
    font-weight: 700;
    color: var(--fv-accent);
}
/* PC右カラム：セミナー写真の下にキャラクターを添えてブランドを明示する */
.fv__side {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}
.fv__mascot--pc { width: 132px; }
.fv__photo { margin: 0; flex: 0 0 auto; text-align: center; }
.fv__photo img {
    width: 260px;
    height: 260px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.fv__photo figcaption {
    margin-top: 8px;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--fv-navy);
}
/* モバイルは「h1＋日付＋CTA」を1画面に収めるため写真を非表示にする */
@media (max-width: 768px) {
    .fv { flex-direction: column; gap: 0; padding: 18px 16px 22px; }
    .fv__side { display: none; }
    /* キャラクターは吹き出しの右余白へ絶対配置（FVの高さを増やさない） */
    .fv__mascot--sp {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 62px;
    }
    .fv__title-quote { margin-right: 72px; }
    .fv__host-logo { height: 18px; }
    .fv__time { margin-left: 0; align-items: center; }
    /* バッジはモバイルで2×2に揃える */
    .fv__badges { max-width: 340px; margin-left: auto; margin-right: auto; }
    .fv__badges li {
        flex: 0 0 calc(50% - 3px);
        padding: 4px 6px;
        text-align: center;
    }
}

/* =========================================================
   UX/UI改修（参加率改善）追加スタイル
   ========================================================= */

/* --- FVキー情報バー＋キャッチ（A1/A2）※現在は未使用（FV刷新により置換） --- */
.fv-lead {
    background: #fff;
    padding: 22px 16px 26px;
    text-align: center;
}
.fv-catch {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.6;
    margin: 0 auto 16px;
    max-width: 720px;
}
.fv-catch .fv-catch-sub {
    display: inline-block;
    font-size: 1.05rem;
    font-weight: 500;
    margin-top: 6px;
}
.fv-catch strong { color: var(--text-attention); }
.fv-keyinfo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin: 0 auto;
    max-width: 820px;
}
.fv-keyinfo li {
    flex: 1 1 180px;
    max-width: 220px;
    background: var(--compass-skyblue, #EAFAFF);
    border: 1px solid #cdeef4;
    border-radius: 12px;
    padding: 12px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.fv-key-label {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--compass-blue, #00AECB);
    letter-spacing: 0.05em;
}
.fv-key-value {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.35;
}
@media (max-width: 768px) {
    .fv-catch { font-size: 1.1rem; }
    .fv-catch .fv-catch-sub { font-size: 0.95rem; }
    .fv-keyinfo { gap: 8px; }
    .fv-keyinfo li {
        flex: 1 1 calc(50% - 8px);
        max-width: none;
        padding: 10px 8px;
    }
    .fv-key-value { font-size: 0.95rem; }
}

/* --- CTA直下マイクロコピー（A4/A5） --- */
.cta-microcopy {
    margin: 14px auto 0;
    max-width: 600px;
    font-size: 0.92rem;
    font-weight: 500;
    color: var(--text-dark);
    line-height: 1.6;
}
.cta-microcopy--strong {
    font-weight: 700;
    color: var(--text-attention);
    font-size: 1.0rem;
}
@media (max-width: 768px) {
    .cta-microcopy { font-size: 0.82rem; padding: 0 12px; }
}

/* --- 2テーマ選択ガイド（A3） --- */
.theme-guide-section { background: #fff; }
.theme-guide {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: stretch;
}
.theme-card {
    flex: 1 1 0;
    max-width: 420px;
    background: #fffaf3;
    border: 2px solid var(--bronze, #9f8568);
    border-radius: 16px;
    padding: 24px 20px 22px;
    text-align: center;
}
.theme-card--edu { border-color: #f39ab0; background: #fff5f8; }
.theme-card--asset { border-color: var(--compass-blue, #00AECB); background: #f2fbfd; }
/* 当日学べること用（3枚共通のニュートラル配色） */
.theme-card--learn { border-color: var(--fv-orange, #F39800); background: #fffdf5; }
.theme-card-day {
    display: inline-block;
    font-weight: 700;
    font-size: 1.0rem;
    color: #fff;
    padding: 4px 18px;
    border-radius: 999px;
    margin-bottom: 10px;
}
.theme-card--edu .theme-card-day { background: #f0748f; }
.theme-card--asset .theme-card-day { background: var(--compass-blue, #00AECB); }
.theme-card--learn .theme-card-day { background: var(--fv-orange, #F39800); }
.theme-card-name {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0 0 10px;
}
.theme-card-target {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--text-light, #8b7d7d);
    margin: 0 0 8px;
}
.theme-card-desc {
    font-size: 1.0rem;
    line-height: 1.7;
    color: var(--text-dark);
    margin: 0 auto;
    text-align: left;
    width: fit-content;
}
.theme-card-desc strong { color: var(--text-attention); }
.theme-guide-note {
    text-align: center;
    margin: 20px auto 0;
    font-weight: 700;
    color: var(--text-dark);
}
.theme-guide-sub {
    display: block;
    font-size: 1.0rem;
    font-weight: 500;
    color: var(--text-light, #8b7d7d);
    margin-top: 6px;
}
.seminar-same-note {
    text-align: center;
    margin: 12px 0 0;
    font-size: 0.9rem;
    color: var(--text-light, #8b7d7d);
}
@media (max-width: 768px) {
    .theme-guide { flex-direction: column; align-items: center; gap: 16px; }
    .theme-card { width: 100%; max-width: 100%; }
    .theme-card-name { font-size: 1.25rem; }
}

/* --- 当日の流れ タイムライン（B1） --- */
.timeline {
    max-width: 640px;
    margin: 0 auto;
    padding-left: 8px;
}
.timeline-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    padding: 0 0 20px 20px;
    border-left: 3px solid #e7d6c2;
}
.timeline-item:last-child { border-left-color: transparent; padding-bottom: 0; }
.timeline-item::before {
    content: "";
    position: absolute;
    left: -9px;
    top: 4px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--compass-blue, #00AECB);
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px #cdeef4;
}
.timeline-time {
    flex: 0 0 auto;
    font-weight: 700;
    color: var(--compass-blue, #00AECB);
    font-size: 1.05rem;
    min-width: 52px;
}
.timeline-body {
    color: var(--text-dark);
    line-height: 1.6;
}
.timeline-note {
    text-align: center;
    margin: 18px auto 0;
    font-size: 0.9rem;
    color: var(--text-light, #8b7d7d);
}

/* --- 安心ブロック（B2） --- */
#assuranceInfo {
    padding-bottom: 40px;
}
.assurance {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    max-width: 900px;
    margin: 0 auto;
}
@media (max-width: 768px) {
    #assuranceInfo { padding-bottom: 28px; }
}
.assurance-item {
    flex: 1 1 200px;
    max-width: 210px;
    background: #fff;
    border: 1px solid #f0e3d2;
    border-radius: 14px;
    padding: 20px 14px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.05);
}
.assurance-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--compass-skyblue, #EAFAFF);
    color: var(--compass-blue, #00AECB);
    font-size: 1.3rem;
    font-weight: 700;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.assurance-title {
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--text-dark);
}
.assurance-desc {
    font-size: 0.85rem;
    color: var(--text-light, #8b7d7d);
    line-height: 1.5;
}
@media (max-width: 768px) {
    .assurance { gap: 10px; }
    .assurance-item { flex: 1 1 calc(50% - 10px); max-width: none; padding: 16px 10px; }
}

/* --- FAQ（B3・<details>アコーディオン） --- */
.faq { max-width: 720px; margin: 0 auto; }
.faq-item {
    background: #fff;
    border: 1px solid #f0e3d2;
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
}
.faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 16px 46px;
    font-weight: 700;
    color: var(--text-dark);
    position: relative;
    line-height: 1.5;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before {
    content: "Q";
    position: absolute;
    left: 16px;
    top: 15px;
    color: var(--compass-blue, #00AECB);
    font-weight: 700;
    font-size: 1.05rem;
}
.faq-item summary::after {
    content: "+";
    position: absolute;
    right: 18px;
    top: 12px;
    font-size: 1.4rem;
    color: var(--bronze, #9f8568);
    transition: transform 0.2s ease;
}
.faq-item[open] summary::after { content: "–"; }
.faq-answer {
    padding: 0 20px 18px 46px;
    color: var(--text-dark);
    line-height: 1.7;
}
@media (max-width: 768px) {
    .faq-item summary { font-size: 0.98rem; padding: 14px 40px; }
    .faq-answer { font-size: 0.95rem; }
}

/* --- 講師名のふりがな（別行・小さめ・中央揃え） --- */
.instructor-kana {
    display: block;
    font-size: 0.58em;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 4px;
    white-space: nowrap;
}

/* --- 「将来へこんな不安」項目の可読性調整 --- */
/* .list-item-* は flex コンテナのため、テキストは1つのラッパーにまとめて
   .nw が個別の flex アイテムに分解されるのを防ぐ */
.nayami-text {
    display: block;
}
#intro .list-item-left,
#intro .list-item-right {
    line-height: 1.8;
}
@media (max-width: 768px) {
    #intro .list-item-left,
    #intro .list-item-right {
        font-size: 0.95rem;
        line-height: 1.85;
    }
}

/* --- SP: 全セクションに左右の余白を確保 ---
   container-fluid p-0 内で .row の負マージン(-15px)が .col の padding(15px) を
   打ち消し、コンテンツが画面端に張り付いていたため、ここで統一的に余白を与える */
@media (max-width: 768px) {
    .main-content section {
        padding-left: 16px;
        padding-right: 16px;
    }
    .main-content .row {
        margin-left: 0;
        margin-right: 0;
    }
    .main-content .row > [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }
    /* 悩みカードは余白確保後に幅いっぱい使う */
    #intro .list-item-left,
    #intro .list-item-right {
        max-width: 100%;
    }
}

/* --- 申込セクションの残席表示 --- */
#apply .entry-form-seats {
    margin: 8px 0 0;
    font-weight: 700;
    color: var(--text-attention);
}

/* --- モーション抑制（アクセシビリティ・低スペック端末配慮） --- */
@media (prefers-reduced-motion: reduce) {
    .btn-primary { animation: none !important; }
    .list-item-left, .list-item-right { animation: none !important; }
    html { scroll-behavior: auto; }
    .faq-item summary::after { transition: none; }
    .fv__cta { transition: none; }
    .fv__cta:hover, .fv__cta:focus { transform: none; }
}
