@charset "UTF-8";

/* ========================================
   Seminar LP Page (セミナー専用LPページ 基本設定)
======================================== */
.seminar-lp {
    font-family: var(--font-base);
    color: #333333;
    background-color: #ffffff;
}

.seminar-section {
    padding: 60px 0;
}

.text-center {
    text-align: center;
}

/* 共通パーツ・装飾 */
.text-red {
    color: #d32f2f !important;
}

.text-blue {
    color: #1976d2 !important;
}

.font-bold {
    font-weight: bold;
}

.lp-heading {
    margin-bottom: 40px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
}

.seminar-divider {
    width: 80%;
    margin: 0 auto;
    border-bottom: 3px dotted #cccccc;
}

/* フォームへのジャンプ位置調整 */
#seminar-form {
    scroll-margin-top: 50px;
}

/* ========================================
   Seminar LP: FVセクションの完全レイアウト
======================================== */
.hero-inner-wrapper {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.hero-text-content {
    text-align: left;
}

.hero-catch {
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #555555;
}

.hero-main-title {
    line-height: 1.6;
    color: #d32f2f;
}

/* タイトルの下線（グレーの筆跡の代わり） */
.title-line1 {
    display: inline-block;
    padding-bottom: 5px;
    font-size: 2rem;
    border-bottom: 4px solid #e0e0e0;
}

.title-line2 {
    display: inline-block;
    padding-bottom: 5px;
    font-size: 2.8rem;
    border-bottom: 4px solid #e0e0e0;
}

.hero-visual-content {
    position: relative;
}

.hero-illust {
    width: 200px;
    height: auto;
}

/* 青い吹き出しの確実な描画（意外と知らない） */
.bubble-blue.hero-bubble {
    position: absolute;
    bottom: -15px;
    left: -50px;
    padding: 10px 25px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #ffffff;
    white-space: nowrap;
    background-color: #1976d2;
    border-radius: 30px;
    box-shadow: 0 4px 6px rgb(0, 0, 0, 0.1);
}

.bubble-blue.hero-bubble::before {
    position: absolute;
    top: -10px;
    right: 30px;
    content: '';
    border-color: transparent transparent #1976d2;
    border-style: solid;
    border-width: 0 10px 15px;
}

/* サブテキストと赤い帯 */
.hero-sub-area {
    margin-bottom: 30px;
}

.hero-sub-text {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.6;
    color: #333333;
}

.red-banner {
    padding: 15px 0;
    font-size: 1.6rem;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 0.1em;
    background-color: #d32f2f;
}

/* ========================================
   お悩みセクション
======================================== */
.worries-flex {
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-top: 20px;
}

.worry-item {
    width: 30%;
    text-align: center;
}

.worry-bubble {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    padding: 15px;
    margin-bottom: 25px;
    font-size: 0.9rem;
    font-weight: bold;
    background: #ffffff;
    border: 2px solid #333333;
    border-radius: 10px;
}

.worry-bubble::after,
.worry-bubble::before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    content: '';
    border: solid transparent;
    transform: translateX(-50%);
}

.worry-bubble::before {
    margin-left: -12px;
    border-width: 12px;
    border-top-color: #333333;
}

.worry-bubble::after {
    margin-left: -9px;
    border-width: 9px;
    border-top-color: #ffffff;
}

.worry-item img {
    height: 200px;
    margin-bottom: 10px;
}

.worry-name {
    font-size: 1.1rem;
    font-weight: bold;
}

/* ========================================
   Seminar LP: 比較セクションの画像化と傍点
======================================== */
.emphasis-red {
    color: #d32f2f;
    text-emphasis: filled dot #d32f2f;
    text-emphasis: filled dot #d32f2f;
}

.emphasis-blue {
    color: #1976d2;
    text-emphasis: filled dot #1976d2;
    text-emphasis: filled dot #1976d2;
}

.compare-flex {
    display: flex;
    gap: 40px;
    align-items: stretch;
    justify-content: center;
}

.compare-item {
    display: flex;
    flex-direction: column;
    width: 45%;
}

.image-wrapper {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
}

.image-wrapper img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    border: 1px solid #eeeeee;
}

.compare-caption {
    margin-top: 20px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #333333;
}

/* ========================================
   Seminar LP: パズル図の詳細解説セクション (SVG切り替え版)
======================================== */
.underline-brush {
    display: inline-block;
    padding-bottom: 8px;
    margin-bottom: 40px;
    font-size: 2.2rem;
    border-bottom: 6px solid #e0e0e0;
}

/* 中央揃えのテキストブロック */
.puzzle-text-box {
    margin-bottom: 40px; /* 下のSVG画像との余白 */
}

.puzzle-text-box p {
    margin-bottom: 10px;
    font-size: 1.4rem;
    line-height: 1.8;
    color: #333333;
}

.puzzle-text-box .text-large {
    display: inline-block;
    margin: 5px 0;
    font-size: 1.7rem;
}

/* SVG画像を包むラッパー */
.puzzle-svg-wrapper {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.puzzle-svg-wrapper img {
    display: block; /* 画像の下にできる謎の隙間を消すおまじない */
    width: 100%;
    height: auto;
}

/* ========================================
   勘違いセクション
======================================== */
.sub-heading {
    margin-bottom: 10px;
    font-size: 1.1rem;
    font-weight: bold;
}

.misconception-flex {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.misconception-box {
    width: 30%;
    padding: 30px 20px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.5;
    color: #ffffff;
    background-color: #1976d2;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgb(0, 0, 0, 0.1);
}

/* ========================================
   伝えるべきポイントセクション
======================================== */
.box-heading-blue {
    padding: 15px;
    margin-bottom: 40px;
    font-size: 1.5rem;
    color: #ffffff;
    text-align: center;
    background-color: #1976d2;
}

.points-content {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.points-illust-left,
.points-illust-right {
    width: 200px;
}

.points-list {
    list-style: none;
    counter-reset: points-counter;
}

.points-list li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    font-size: 1.2rem;
    font-weight: bold;
}

.points-list li::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    font-size: 1rem;
    line-height: 24px;
    text-align: center;
    content: counter(points-counter);
    counter-increment: points-counter;
    background-color: #ffffff;
    border: 2px solid #cccccc;
    border-radius: 50%;
}

.points-list li span {
    color: #d32f2f;
}

/* ========================================
   セミナー内容セクション
======================================== */
.content-header {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.badge-blue-round {
    padding: 10px 20px;
    font-weight: bold;
    color: #ffffff;
    background-color: #1976d2;
    border-radius: 30px;
}

.content-check-list {
    max-width: 600px;
    margin: 0 auto;
    list-style: none;
}

.content-check-list li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    font-size: 1.2rem;
    font-weight: bold;
}

.content-check-list li::before {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 20px;
    content: '';
    border-right: 3px solid #1976d2;
    border-bottom: 3px solid #1976d2;
    transform: rotate(45deg);
}

.content-check-list li span {
    color: #d32f2f;
}

/* ========================================
   プレゼントセクション
======================================== */
.present-text {
    margin-bottom: 30px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.8;
}

.present-illust img {
    max-width: 600px;
    margin-bottom: 10px;
}

.present-illust p {
    font-weight: bold;
}

/* ========================================
   フォームセクション
======================================== */
.form-section {
    max-width: 800px;
    margin: 0 auto;
}

.form-title {
    margin-bottom: 10px;
    font-size: 1.5rem;
    font-weight: bold;
}

.form-note {
    margin-bottom: 30px;
    font-size: 0.9rem;
    color: #666666;
}

/* Seminar LP: フォーム上部案内文の修正 */
.seminar-details-updated {
    padding: 20px;
    margin-bottom: 40px;
    text-align: left;
    background-color: #f9f9f9;
    border: 1px solid #dddddd;
}

.seminar-details-updated .detail-title {
    margin-bottom: 15px;
    font-size: 1.4rem;
    font-weight: bold;
    color: var(--text-main);
}

.seminar-details-updated .detail-lead {
    margin-bottom: 30px;
    font-size: 1.4rem;
    font-weight: bold;
    color: var(--text-main);
    letter-spacing: 0.05em;
}

.seminar-details-updated .detail-lead .text-red {
    font-size: 1.8rem;
    color: #d32f2f;
}

.seminar-details-updated .detail-notes p {
    font-size: 1rem;
    color: var(--text-main);
}

.seminar-details-updated .detail-notes .mt-20 {
    margin-top: 20px;
    font-weight: bold;
}

/* フォーム入力欄スタイル */
.application-form .form-group {
    margin-bottom: 25px;
}

.application-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}

.application-form label span {
    margin-left: 5px;
    font-size: 0.8rem;
    color: #d32f2f;
}

.application-form input[type='text'],
.application-form input[type='email'],
.application-form input[type='tel'] {
    width: 100%;
    padding: 12px;
    font-size: 1rem;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.checkbox-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: normal;
    cursor: pointer;
}

.checkbox-group input {
    margin-right: 8px;
}

.form-submit {
    margin-top: 40px;
    text-align: center;
}

.btn-submit {
    padding: 15px 80px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    background-color: #666666;
    border: none;
    transition: opacity 0.3s;
}

.btn-submit:hover {
    opacity: 0.8;
}

/* ========================================
   スマホ対応（Seminar LP全般）
======================================== */
@media screen and (width <= 1024px) {
    /* FVセクション（スマホ用） */
    .hero-inner-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .hero-text-content {
        text-align: center;
    }

    .title-line1 {
        font-size: 1.5rem;
    }

    .title-line2 {
        font-size: 2rem;
    }

    .bubble-blue.hero-bubble {
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
    }

    .bubble-blue.hero-bubble::before {
        right: 50%;
        transform: translateX(50%);
    }

    /* 比較セクション（スマホ用） */
    .compare-flex {
        flex-direction: column;
        gap: 40px;
    }

    .compare-item {
        width: 100%;
    }

    /* その他セクション（スマホ用） */
    .worries-flex,
    .misconception-flex,
    .points-content,
    .content-header {
        flex-direction: column;
        align-items: center;
    }

    .worry-item,
    .misconception-box {
        width: 100%;
        margin-bottom: 20px;
    }

    .points-illust-left,
    .points-illust-right {
        display: none;
    }

    .lp-heading,
    .box-heading-blue {
        font-size: 1.3rem;
    }

    .seminar-divider {
        width: 100%;
    }

    .seminar-details-updated .detail-title,
    .seminar-details-updated .detail-lead {
        font-size: 1.2rem;
    }

    .seminar-details-updated .detail-lead .text-red {
        font-size: 1.4rem;
    }

    /* ========================================
       パズル図詳細のスマホ用テキストサイズ調整
    ======================================== */
    .puzzle-text-box p {
        font-size: 1.2rem;
    }

    .puzzle-text-box .text-large {
        font-size: 1.4rem;
    }
}
