.elementor-8654 .elementor-element.elementor-element-ed22721{--display:flex;}.elementor-8654 .elementor-element.elementor-element-4c99f76{--display:flex;}.elementor-8654 .elementor-element.elementor-element-d9bae82{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-8654 .elementor-element.elementor-element-a08376f .elementor-heading-title{font-family:var( --e-global-typography-4259989-font-family ), Sans-serif;font-size:var( --e-global-typography-4259989-font-size );font-weight:var( --e-global-typography-4259989-font-weight );color:var( --e-global-color-text );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-8654 .elementor-element.elementor-element-34fbfe1{--display:flex;}.elementor-8654 .elementor-element.elementor-element-dabc27e .elementor-heading-title{font-family:var( --e-global-typography-4259989-font-family ), Sans-serif;font-size:var( --e-global-typography-4259989-font-size );font-weight:var( --e-global-typography-4259989-font-weight );color:var( --e-global-color-text );}.elementor-8654 .elementor-element.elementor-element-b610ac2{--display:flex;}.elementor-8654 .elementor-element.elementor-element-74c234f .elementor-heading-title{font-family:var( --e-global-typography-4259989-font-family ), Sans-serif;font-size:var( --e-global-typography-4259989-font-size );font-weight:var( --e-global-typography-4259989-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-8654 .elementor-element.elementor-element-a08376f .elementor-heading-title{font-size:var( --e-global-typography-4259989-font-size );}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-8654 .elementor-element.elementor-element-dabc27e .elementor-heading-title{font-size:var( --e-global-typography-4259989-font-size );}.elementor-8654 .elementor-element.elementor-element-74c234f .elementor-heading-title{font-size:var( --e-global-typography-4259989-font-size );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-8654 .elementor-element.elementor-element-a08376f .elementor-heading-title{font-size:var( --e-global-typography-4259989-font-size );}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-8654 .elementor-element.elementor-element-dabc27e .elementor-heading-title{font-size:var( --e-global-typography-4259989-font-size );}.elementor-8654 .elementor-element.elementor-element-74c234f .elementor-heading-title{font-size:var( --e-global-typography-4259989-font-size );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for container, class: .elementor-element-ed22721 */.elementor-element-9f25c5b{
    display: none
}
.elementor-element-52bcc7d{
    display: none
}
.elementor-element-940115f{
    display: none
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4f4e103 *//* Search Patterns Section */
.search-patterns {
  padding: 4rem 0;
  background: var(--background-color);
}

.section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.section-header h2 {
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.section-header h2 i {
  color: #2563eb;
  margin-right: 0.75rem;
}

.section-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2563eb;
  max-width: 48rem;
  margin: 0 auto;
}

.patterns-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.pattern-card {
  background: var(--card-background);
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 2rem;
  text-align: center;
  transition: box-shadow 0.2s;
}

.pattern-card:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.pattern-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 1.5rem;
}

.pattern-icon.primary {
  background: rgba(37, 99, 235, 0.1);
  color: #2563eb;
}

.pattern-icon.secondary {
  background: rgba(249, 115, 22, 0.1);
  color: #f97316;
}

.pattern-icon.accent {
  background: rgba(249, 115, 22, 0.1);
  color: #f97316;
}

.pattern-card h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.pattern-card p {
  color: #6b7280;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-39c5610 */.ranking-table {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.ranking-row {
    transition: all 0.2s ease;
}

.ranking-row:hover {
    background: linear-gradient(90deg, rgba(59, 130, 246, 0.05), rgba(59, 130, 246, 0.02));
    transform: translateX(4px);
}
.to-red-500 {
    background: #ef4444;
}
.text-white {
    color: rgba(255, 255, 255) !important;
}

/* Added styling for the persuasive CTA text */
.cta-persuasive-text {
  background: rgba(37, 99, 235, 0.05);
  border: 1px solid rgba(37, 99, 235, 0.2);
  border-radius: 0.5rem;
  padding: 1rem 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  color: var(--primary-color);
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
  max-width: 600px;
}

.cta-persuasive-text i {
  color: var(--primary-color);
  margin-right: 0.5rem;
  font-size: 1.1rem;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b6fb365 */.card-system-info {
  background: rgba(249, 115, 22, 0.05);
  border: 1px solid rgba(249, 115, 22, 0.2);
  border-radius: 0.375rem;
  padding: 0.75rem 1rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.card-system-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #f97316;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.card-system-name {
  font-size: 0.875rem;
  font-weight: 600;
  color:　#1f2937;
  line-height: 1.4;
}

/* フィルタリング用のスタイル */
.case-card.hidden {
  display: none;
}

.case-card.visible {
  display: block;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c1bdf44 *//* ポップアップオーバーレイ（共通） */
        #popup-overlay-mail-fixed,
        #popup-overlay-mail-selectable {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(128, 128, 128, 0.8);
            backdrop-filter: blur(8px);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
            visibility: hidden;
            opacity: 0;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            padding: 20px;
            box-sizing: border-box;
        }

        #popup-overlay-mail-fixed.active,
        #popup-overlay-mail-selectable.active {
            visibility: visible;
            opacity: 1;
        }

        /* ポップアップコンテナ（共通） */
        #popup-content-fixed,
        #popup-content-selectable {
            background: #ffffff;
            padding: 0;
            border-radius: 24px;
            position: relative;
            width: 100%;
            max-width: 480px;
            max-height: 90vh;
            box-shadow: 
                0 20px 60px rgba(0, 0, 0, 0.08),
                0 8px 32px rgba(0, 0, 0, 0.04),
                0 0 0 1px rgba(0, 0, 0, 0.02);
            transform: translateY(30px) scale(0.95);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            overflow: hidden;
            font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            border: 1px solid rgba(255, 255, 255, 0.8);
            display: flex;
            flex-direction: column;
        }

        #popup-overlay-mail-fixed.active #popup-content-fixed,
        #popup-overlay-mail-selectable.active #popup-content-selectable {
            transform: translateY(0) scale(1);
        }

        /* ヘッダー部分 */
        .popup-header {
            background: #3b82f6;
            padding: 30px 30px 8px 30px;
            position: relative;
            text-align: center;
            color: white;
            box-shadow: 0 4px 20px rgba(59, 130, 246, 0.3) ;
            flex-shrink: 0;
            max-height: 50vh;
            overflow-y: auto;
        }

        /* ヘッダー内のスクロールバースタイル */
        .popup-header::-webkit-scrollbar {
            width: 6px;
        }

        .popup-header::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.1);
            border-radius: 3px;
        }

        .popup-header::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.3);
            border-radius: 3px;
        }

        .popup-header::-webkit-scrollbar-thumb:hover {
            background: rgba(255, 255, 255, 0.5);
        }

        .popup-header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: 
                radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.2) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.15) 0%, transparent 50%);
        }

        .popup-icon {
            width: 80px;
            height: 80px;
            background: rgba(255, 255, 255, 0.9);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px auto;
            font-size: 32px;
            position: relative;
            z-index: 1;
            border: 3px solid rgba(255, 255, 255, 0.5);
            box-shadow: 
                0 8px 32px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.3);
        }

        .popup-title {
            font-size: 26px;
            font-weight: 800;
            margin: 0 0 10px 0;
            position: relative;
            z-index: 1;
            color: white;
            letter-spacing: -0.025em;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        /* 簡単ステップの強調テキスト */
        .popup-step {
            font-size: 18px;
            margin: 20px 0 25px 0;
            font-weight: 600;
            position: relative;
            z-index: 1;
            color: #ffeb3b;
            background: rgba(255, 255, 255, 0.15);
            padding: 12px 20px;
            border-radius: 25px;
            display: inline-block;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(10px);
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        }
        
        /* システム名の容器 */
        .popup-systems {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 2px;
            margin-top: 0px;
            padding: 10px 0 6px 0;
            position: relative;
            z-index: 1;
            max-width: 320px;
            margin-left: auto;
            margin-right: auto;
        }
        
        /* システムアイテムのコンテナ */
        .system-item {
            display: flex;
            align-items: center;
            gap: 12px;
            width: 100%;
            padding: 8px 12px;
            position: relative;
            cursor: pointer;
            border-radius: 12px;
            transition: all 0.3s ease;
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            margin: 1px 0;
        }
        
        .system-item:hover {
            background: rgba(255, 255, 255, 0.15);
            border-color: rgba(255, 255, 255, 0.3);
            transform: translateY(-1px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }
        
        /* デフォルトのチェックボックスを隠す */
        .system-item input[type="checkbox"] {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            width: 0;
            height: 0;
        }
        
        /* カスタムチェックボックス */
        .system-item input[type="checkbox"] + .system-name::before {
            content: '';
            display: inline-block;
            width: 24px;
            height: 24px;
            margin-right: 12px;
            border: 3px solid rgba(255, 255, 255, 0.6);
            border-radius: 8px;
            background: rgba(255, 255, 255, 0.1);
            transition: all 0.3s ease;
            position: relative;
            top: -1px;
            flex-shrink: 0;
            backdrop-filter: blur(10px);
            box-shadow: 
                0 2px 8px rgba(0, 0, 0, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.2);
        }
        
        /* チェック済みの状態 */
        .system-item input[type="checkbox"]:checked + .system-name::before {
            background: #22c55e;
            border-color: #16a34a;
            box-shadow: 
                0 2px 8px rgba(34, 197, 94, 0.3),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
        }
        
        /* チェックマークアイコン */
        .system-item input[type="checkbox"]:checked + .system-name::after {
            content: '✓';
            position: absolute;
            left: 16px;
            color: white;
            font-size: 16px;
            font-weight: bold;
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
            animation: checkmark 0.3s ease;
        }
        
        /* チェックマークのアニメーション */
        @keyframes checkmark {
            0% {
                opacity: 0;
                transform: scale(0.5);
            }
            100% {
                opacity: 1;
                transform: scale(1);
            }
        }
        
        /* ホバー時のチェックボックス効果 */
        .system-item:hover input[type="checkbox"] + .system-name::before {
            border-color: rgba(255, 255, 255, 0.8);
            background: rgba(255, 255, 255, 0.2);
            transform: scale(1.05);
        }
        
        .system-item:hover input[type="checkbox"]:checked + .system-name::before {
            background: #16a34a;
            border-color: #15803d;
            transform: scale(1.05);
        }
        
        /* 個別のシステム名 */
        .system-name {
            font-size: 18px;
            font-weight: 600;
            color: rgba(255, 255, 255, 0.95);
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
            line-height: 1.4;
            flex: 1;
            text-align: left;
            cursor: pointer;
            padding-left: 40px;
            position: relative;
            transition: color 0.3s ease;
        }
        
        .system-item:hover .system-name {
            color: white;
        }
        
        /* 固定式ポップアップ用のシステムアイテム */
        .system-item-fixed {
            display: flex;
            align-items: center;
            gap: 8px;
            width: 100%;
            padding: 4px 0;
            position: relative;
        }
        
        /* 固定式のチェックアイコン（絵文字） */
        .system-item-fixed .check-icon {
            font-size: 16px;
            flex-shrink: 0;
            width: 20px;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        /* 固定式のシステム名 */
        .system-name-fixed {
            font-size: 20px;
            font-weight: 500;
            color: rgba(255, 255, 255, 0.95);
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
            line-height: 1.4;
            flex: 1;
            text-align: left;
        }
        
        /* フォーカス状態の改善 */
        .system-item input[type="checkbox"]:focus + .system-name::before {
            outline: 3px solid rgba(59, 130, 246, 0.6);
            outline-offset: 2px;
            border-color: #3b82f6;
        }
        
        .system-item input[type="checkbox"]:focus:checked + .system-name::before {
            outline: 3px solid rgba(34, 197, 94, 0.6);
            border-color: #16a34a;
        }
        
        /* アクティブ状態（クリック時）の効果 */
        .system-item:active {
            transform: translateY(0);
            background: rgba(255, 255, 255, 0.2);
        }
        
        .system-item:active input[type="checkbox"] + .system-name::before {
            transform: scale(0.95);
        }

        /* 閉じるボタン */
        #popup-close-btn {
            position: absolute;
            top: 20px;
            right: 20px;
            width: 36px;
            height: 36px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            cursor: pointer;
            color: white;
            transition: all 0.3s ease;
            z-index: 2;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.3);
        }

        #popup-close-btn:hover {
            background: rgba(255, 255, 255, 0.3);
            transform: scale(1.1);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
        }
        
        #atode{
            text-align: center;
        }

        /* コンテンツ部分 */
        .popup-body {
            padding: 40px;
            background: #ffffff;
            flex: none;
        }

        .popup-description {
            color: #1e293b;
            font-size: 17px;
            line-height: 1.7;
            margin: 0 0 30px 0;
            font-weight: 500;
            text-align: center;
        }

        .popup-description br {
            line-height: 2.2;
        }

        /* フォームスタイル */
        #custom-mail-form-fixed,
        #custom-mail-form-selectable {
            display: flex;
            flex-direction: column;
            gap: 20px;
            align-items: center;
        }

        .form-input-wrapper {
            position: relative;
        }

        .form-input {
            width: 100%;
            max-width: 400px;
            padding: 20px 24px;
            border: 3px solid #e2e8f0;
            border-radius: 16px;
            font-size: 17px;
            font-family: inherit;
            background: #ffffff;
            transition: all 0.3s ease;
            box-sizing: border-box;
            outline: none;
            color: #1e293b;
            font-weight: 500;
        }

        .form-input:focus {
            border-color: #3b82f6;
            box-shadow: 
                0 0 0 4px rgba(59, 130, 246, 0.15),
                0 8px 32px rgba(59, 130, 246, 0.2);
            background: #ffffff;
            transform: translateY(-1px);
        }

        .form-input::placeholder {
            color: #94a3b8;
            font-weight: 400;
        }

        /* 送信ボタン */
        .submit-button {
            background: #1d4ed8;
            color: white;
            border: none;
            padding: 20px 40px;
            border-radius: 16px;
            font-size: 17px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s ease;
            font-family: inherit;
            position: relative;
            overflow: hidden;
            box-shadow: 
                0 8px 32px rgba(29, 78, 216, 0.4),
                0 4px 16px rgba(29, 78, 216, 0.2);
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
            margin-top: 16px;
            min-width: 200px;
            align-self: center;
        }

        .submit-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transition: left 0.6s ease;
        }

        .submit-button:hover::before {
            left: 100%;
        }

        .submit-button:hover {
            transform: translateY(-3px);
            box-shadow: 
                0 12px 40px rgba(29, 78, 216, 0.5),
                0 8px 24px rgba(29, 78, 216, 0.3);
            background: #1e40af;
            color: white;
        }

        .submit-button:active {
            transform: translateY(0);
        }

        /* プライバシー表記 */
        .privacy-notice {
            font-size: 12px;
            color: #64748b;
            text-align: center;
            line-height: 1.4;
            margin: 0 0 16px 0;
            font-weight: 400;
        }

        .privacy-notice a {
            color: #3b82f6;
            text-decoration: none;
            font-weight: 500;
            transition: color 0.3s ease;
        }

        .privacy-notice a:hover {
            color: #1d4ed8;
            text-decoration: underline;
        }

        /* 装飾要素 */
        .popup-decoration {
            position: absolute;
            bottom: -40px;
            right: -40px;
            width: 120px;
            height: 120px;
            background: linear-gradient(135deg, #dbeafe, #bfdbfe);
            border-radius: 50%;
            opacity: 0.4;
            z-index: 0;
        }

        .popup-decoration-2 {
            position: absolute;
            top: -50px;
            left: -50px;
            width: 100px;
            height: 100px;
            background: linear-gradient(135deg, #d1fae5, #a7f3d0);
            border-radius: 50%;
            opacity: 0.3;
            z-index: 0;
        }

        /* 追加の明るい装飾 */
        .popup-decoration-3 {
            position: absolute;
            top: 50%;
            right: -30px;
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #fef3c7, #fde68a);
            border-radius: 50%;
            opacity: 0.2;
            z-index: 0;
        }

        /* レスポンシブデザイン */
        @media (max-width: 600px) {
            #popup-overlay-mail-fixed,
            #popup-overlay-mail-selectable {
                padding: 15px;
            }

            #popup-content-fixed,
            #popup-content-selectable {
                max-width: 100%;
                max-height: 95vh;
                border-radius: 20px;
            }

            .popup-header {
                padding: 25px 20px 20px 20px;
                max-height: 55vh;
            }

            .popup-body {
                padding: 30px 20px;
            }

            .popup-title {
                font-size: 20px;
            }
            
            .popup-step {
                font-size: 16px;
                margin: 15px 0 10px 0;
                padding: 10px 16px;
            }
            
            .popup-systems {
                gap: 2px;
                padding: 8px 0 6px 0;
                max-width: 100%;
            }
            
            .system-item {
                gap: 8px;
                padding: 6px 10px;
                margin: 1px 0;
            }
            
            /* モバイル用のカスタムチェックボックス */
            .system-item input[type="checkbox"] + .system-name::before {
                width: 20px;
                height: 20px;
                border: 2px solid rgba(255, 255, 255, 0.6);
                border-radius: 6px;
            }
            
            .system-item input[type="checkbox"]:checked + .system-name::after {
                left: 12px;
                font-size: 14px;
            }
            
            .system-name {
                font-size: 16px;
                padding-left: 36px;
            }
            
            /* モバイル用の固定式スタイル */
            .system-item-fixed {
                gap: 6px;
                padding: 3px 0;
            }
            
            .system-item-fixed .check-icon {
                font-size: 14px;
            }
            
            .system-name-fixed {
                font-size: 14px;
            }

            .popup-description {
                font-size: 15px;
            }

            .form-input {
                font-size: 16px;
                padding: 16px 20px;
                max-width: 100%;
            }

            .submit-button {
                padding: 16px 32px;
                font-size: 15px;
                margin-top: 16px;
                min-width: 180px;
            }

            .popup-icon {
                width: 70px;
                height: 70px;
                font-size: 28px;
            }
        }

        /* アニメーション用のキーフレーム */
        @keyframes float {
            0%, 100% {
                transform: translateY(0px);
            }
            50% {
                transform: translateY(-10px);
            }
        }

        .popup-icon {
            animation: float 3s ease-in-out infinite;
        }

        /* ソフトなpulse効果 */
        @keyframes softPulse {
            0%, 100% {
                box-shadow: 0 8px 32px rgba(59, 130, 246, 0.1);
            }
            50% {
                box-shadow: 0 8px 32px rgba(59, 130, 246, 0.2);
            }
        }

        .popup-icon {
            animation: float 3s ease-in-out infinite, softPulse 2s ease-in-out infinite;
        }

        /* フォーカス可視性の向上 */
        .form-input:focus,
        .submit-button:focus,
        #popup-close-btn:focus {
            outline: 2px solid #3b82f6;
            outline-offset: 2px;
        }

        /* 明るいホバー効果 */
        .form-input:hover {
            border-color: #94a3b8;
            box-shadow: 0 4px 16px rgba(59, 130, 246, 0.12);
            transform: translateY(-1px);
        }

        /* グロー効果 */
        .popup-header::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 200px;
            height: 200px;
            background: radial-gradient(circle, rgba(59, 130, 246, 0.03) 0%, transparent 70%);
            border-radius: 50%;
            z-index: 0;
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3c89fa6 *//* ポップアップオーバーレイ（共通） */
        #popup-overlay-mail-individual {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(128, 128, 128, 0.8);
            backdrop-filter: blur(8px);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
            visibility: hidden;
            opacity: 0;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            padding: 20px;
            box-sizing: border-box;
        }

        #popup-overlay-mail-individual.active {
            visibility: visible;
            opacity: 1;
        }

        /* ポップアップコンテナ */
        #popup-content-individual {
            background: #ffffff;
            padding: 0;
            border-radius: 24px;
            position: relative;
            width: 100%;
            max-width: 480px;
            max-height: 90vh;
            box-shadow: 
                0 20px 60px rgba(0, 0, 0, 0.08),
                0 8px 32px rgba(0, 0, 0, 0.04),
                0 0 0 1px rgba(0, 0, 0, 0.02);
            transform: translateY(30px) scale(0.95);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            overflow: hidden;
            font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            border: 1px solid rgba(255, 255, 255, 0.8);
            display: flex;
            flex-direction: column;
        }

        #popup-overlay-mail-individual.active #popup-content-individual {
            transform: translateY(0) scale(1);
        }

        /* ヘッダー部分 */
        .popup-header {
            background: #3b82f6;
            padding: 30px 30px 8px 30px;
            position: relative;
            text-align: center;
            color: white;
            box-shadow: 0 4px 20px rgba(59, 130, 246, 0.3) ;
            flex-shrink: 0;
            max-height: 50vh;
            overflow-y: auto;
        }

        /* ヘッダー内のスクロールバースタイル */
        .popup-header::-webkit-scrollbar {
            width: 6px;
        }

        .popup-header::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.1);
            border-radius: 3px;
        }

        .popup-header::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.3);
            border-radius: 3px;
        }

        .popup-header::-webkit-scrollbar-thumb:hover {
            background: rgba(255, 255, 255, 0.5);
        }

        .popup-header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: 
                radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.2) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.15) 0%, transparent 50%);
        }

        .popup-icon {
            width: 80px;
            height: 80px;
            background: rgba(255, 255, 255, 0.9);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px auto;
            font-size: 32px;
            position: relative;
            z-index: 1;
            border: 3px solid rgba(255, 255, 255, 0.5);
            box-shadow: 
                0 8px 32px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.3);
        }

        .popup-title {
            font-size: 26px;
            font-weight: 800;
            margin: 0 0 10px 0;
            position: relative;
            z-index: 1;
            color: white;
            letter-spacing: -0.025em;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        /* 簡単ステップの強調テキスト */
        .popup-step {
            font-size: 18px;
            margin: 20px 0 25px 0;
            font-weight: 600;
            position: relative;
            z-index: 1;
            color: #ffeb3b;
            background: rgba(255, 255, 255, 0.15);
            padding: 12px 20px;
            border-radius: 25px;
            display: inline-block;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(10px);
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        }
        
        /* システム名の容器 */
        .popup-systems {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 2px;
            margin-top: 0px;
            padding: 10px 0 6px 0;
            position: relative;
            z-index: 1;
            max-width: 320px;
            margin-left: auto;
            margin-right: auto;
        }
        
        /* システムアイテムのコンテナ */
        .system-item {
            display: flex;
            align-items: center;
            gap: 12px;
            width: 100%;
            padding: 8px 12px;
            position: relative;
            cursor: pointer;
            border-radius: 12px;
            transition: all 0.3s ease;
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            margin: 1px 0;
        }
        
        .system-item:hover {
            background: rgba(255, 255, 255, 0.15);
            border-color: rgba(255, 255, 255, 0.3);
            transform: translateY(-1px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }
        
        /* デフォルトのチェックボックスを隠す */
        .system-item input[type="checkbox"] {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            width: 0;
            height: 0;
        }
        
        /* カスタムチェックボックス */
        .system-item input[type="checkbox"] + .system-name::before {
            content: '';
            display: inline-block;
            width: 24px;
            height: 24px;
            margin-right: 12px;
            border: 3px solid rgba(255, 255, 255, 0.6);
            border-radius: 8px;
            background: rgba(255, 255, 255, 0.1);
            transition: all 0.3s ease;
            position: relative;
            top: -1px;
            flex-shrink: 0;
            backdrop-filter: blur(10px);
            box-shadow: 
                0 2px 8px rgba(0, 0, 0, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.2);
        }
        
        /* チェック済みの状態 */
        .system-item input[type="checkbox"]:checked + .system-name::before {
            background: #22c55e;
            border-color: #16a34a;
            box-shadow: 
                0 2px 8px rgba(34, 197, 94, 0.3),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
        }
        
        /* チェックマークアイコン */
        .system-item input[type="checkbox"]:checked + .system-name::after {
            content: '✓';
            position: absolute;
            left: 16px;
            color: white;
            font-size: 16px;
            font-weight: bold;
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
            animation: checkmark 0.3s ease;
        }
        
        /* チェックマークのアニメーション */
        @keyframes checkmark {
            0% {
                opacity: 0;
                transform: scale(0.5);
            }
            100% {
                opacity: 1;
                transform: scale(1);
            }
        }
        
        /* ホバー時のチェックボックス効果 */
        .system-item:hover input[type="checkbox"] + .system-name::before {
            border-color: rgba(255, 255, 255, 0.8);
            background: rgba(255, 255, 255, 0.2);
            transform: scale(1.05);
        }
        
        .system-item:hover input[type="checkbox"]:checked + .system-name::before {
            background: #16a34a;
            border-color: #15803d;
            transform: scale(1.05);
        }
        
        /* 個別のシステム名 */
        .system-name {
            font-size: 18px;
            font-weight: 600;
            color: rgba(255, 255, 255, 0.95);
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
            line-height: 1.4;
            flex: 1;
            text-align: left;
            cursor: pointer;
            padding-left: 40px;
            position: relative;
            transition: color 0.3s ease;
        }
        
        .system-item:hover .system-name {
            color: white;
        }
        
        /* 固定式ポップアップ用のシステムアイテム */
        .system-item-fixed {
            display: flex;
            align-items: center;
            gap: 8px;
            width: 100%;
            padding: 4px 0;
            position: relative;
        }
        
        /* 固定式のチェックアイコン（絵文字） */
        .system-item-fixed .check-icon {
            font-size: 16px;
            flex-shrink: 0;
            width: 20px;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        /* 固定式のシステム名 */
        .system-name-fixed {
            font-size: 20px;
            font-weight: 500;
            color: rgba(255, 255, 255, 0.95);
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
            line-height: 1.4;
            flex: 1;
            text-align: left;
        }
        
        /* フォーカス状態の改善 */
        .system-item input[type="checkbox"]:focus + .system-name::before {
            outline: 3px solid rgba(59, 130, 246, 0.6);
            outline-offset: 2px;
            border-color: #3b82f6;
        }
        
        .system-item input[type="checkbox"]:focus:checked + .system-name::before {
            outline: 3px solid rgba(34, 197, 94, 0.6);
            border-color: #16a34a;
        }
        
        /* アクティブ状態（クリック時）の効果 */
        .system-item:active {
            transform: translateY(0);
            background: rgba(255, 255, 255, 0.2);
        }
        
        .system-item:active input[type="checkbox"] + .system-name::before {
            transform: scale(0.95);
        }

        /* 閉じるボタン */
        #popup-close-btn {
            position: absolute;
            top: 20px;
            right: 20px;
            width: 36px;
            height: 36px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            cursor: pointer;
            color: white;
            transition: all 0.3s ease;
            z-index: 2;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.3);
        }

        #popup-close-btn:hover {
            background: rgba(255, 255, 255, 0.3);
            transform: scale(1.1);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
        }
        

        /* コンテンツ部分 */
        .popup-body {
            padding: 40px;
            background: #ffffff;
            flex: none;
        }

        .popup-description {
            color: #1e293b;
            font-size: 17px;
            line-height: 1.7;
            margin: 0 0 30px 0;
            font-weight: 500;
            text-align: center;
        }

        .popup-description br {
            line-height: 2.2;
        }

        /* フォームスタイル */
        #custom-mail-form-individual {
            display: flex;
            flex-direction: column;
            gap: 20px;
            align-items: center;
        }

        .form-input-wrapper {
            position: relative;
        }

        .form-input {
            width: 100%;
            max-width: 400px;
            padding: 20px 24px;
            border: 3px solid #e2e8f0;
            border-radius: 16px;
            font-size: 17px;
            font-family: inherit;
            background: #ffffff;
            transition: all 0.3s ease;
            box-sizing: border-box;
            outline: none;
            color: #1e293b;
            font-weight: 500;
        }

        .form-input:focus {
            border-color: #3b82f6;
            box-shadow: 
                0 0 0 4px rgba(59, 130, 246, 0.15),
                0 8px 32px rgba(59, 130, 246, 0.2);
            background: #ffffff;
            transform: translateY(-1px);
        }

        .form-input::placeholder {
            color: #94a3b8;
            font-weight: 400;
        }

        /* 送信ボタン */
        .submit-button {
            background: #1d4ed8;
            color: white;
            border: none;
            padding: 20px 40px;
            border-radius: 16px;
            font-size: 17px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s ease;
            font-family: inherit;
            position: relative;
            overflow: hidden;
            box-shadow: 
                0 8px 32px rgba(29, 78, 216, 0.4),
                0 4px 16px rgba(29, 78, 216, 0.2);
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
            margin-top: 16px;
            min-width: 200px;
            align-self: center;
        }

        .submit-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transition: left 0.6s ease;
        }

        .submit-button:hover::before {
            left: 100%;
        }

        .submit-button:hover {
            transform: translateY(-3px);
            box-shadow: 
                0 12px 40px rgba(29, 78, 216, 0.5),
                0 8px 24px rgba(29, 78, 216, 0.3);
            background: #1e40af;
            color: white;
        }

        .submit-button:active {
            transform: translateY(0);
        }

        /* プライバシー表記 */
        .privacy-notice {
            font-size: 12px;
            color: #64748b;
            text-align: center;
            line-height: 1.4;
            margin: 0 0 16px 0;
            font-weight: 400;
        }

        .privacy-notice a {
            color: #3b82f6;
            text-decoration: none;
            font-weight: 500;
            transition: color 0.3s ease;
        }

        .privacy-notice a:hover {
            color: #1d4ed8;
            text-decoration: underline;
        }

        /* 装飾要素 */
        .popup-decoration {
            position: absolute;
            bottom: -40px;
            right: -40px;
            width: 120px;
            height: 120px;
            background: linear-gradient(135deg, #dbeafe, #bfdbfe);
            border-radius: 50%;
            opacity: 0.4;
            z-index: 0;
        }

        .popup-decoration-2 {
            position: absolute;
            top: -50px;
            left: -50px;
            width: 100px;
            height: 100px;
            background: linear-gradient(135deg, #d1fae5, #a7f3d0);
            border-radius: 50%;
            opacity: 0.3;
            z-index: 0;
        }

        /* 追加の明るい装飾 */
        .popup-decoration-3 {
            position: absolute;
            top: 50%;
            right: -30px;
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #fef3c7, #fde68a);
            border-radius: 50%;
            opacity: 0.2;
            z-index: 0;
        }

        /* レスポンシブデザイン */
        @media (max-width: 600px) {
            #popup-overlay-mail-individual {
                padding: 15px;
            }

            #popup-content-individual {
                max-width: 100%;
                max-height: 95vh;
                border-radius: 20px;
            }

            .popup-header {
                padding: 25px 20px 20px 20px;
                max-height: 55vh;
            }

            .popup-body {
                padding: 30px 20px;
            }

            .popup-title {
                font-size: 20px;
            }
            
            .popup-step {
                font-size: 16px;
                margin: 15px 0 10px 0;
                padding: 10px 16px;
            }
            
            .popup-systems {
                gap: 2px;
                padding: 8px 0 6px 0;
                max-width: 100%;
            }
            
            .system-item {
                gap: 8px;
                padding: 6px 10px;
                margin: 1px 0;
            }
            
            /* モバイル用のカスタムチェックボックス */
            .system-item input[type="checkbox"] + .system-name::before {
                width: 20px;
                height: 20px;
                border: 2px solid rgba(255, 255, 255, 0.6);
                border-radius: 6px;
            }
            
            .system-item input[type="checkbox"]:checked + .system-name::after {
                left: 12px;
                font-size: 14px;
            }
            
            .system-name {
                font-size: 16px;
                padding-left: 36px;
            }
            
            /* モバイル用の固定式スタイル */
            .system-item-fixed {
                gap: 6px;
                padding: 3px 0;
            }
            
            .system-item-fixed .check-icon {
                font-size: 14px;
            }
            
            .system-name-fixed {
                font-size: 14px;
            }

            .popup-description {
                font-size: 15px;
            }

            .form-input {
                font-size: 16px;
                padding: 16px 20px;
                max-width: 100%;
            }

            .submit-button {
                padding: 16px 32px;
                font-size: 15px;
                margin-top: 16px;
                min-width: 180px;
            }

            .popup-icon {
                width: 70px;
                height: 70px;
                font-size: 28px;
            }
        }

        /* アニメーション用のキーフレーム */
        @keyframes float {
            0%, 100% {
                transform: translateY(0px);
            }
            50% {
                transform: translateY(-10px);
            }
        }

        .popup-icon {
            animation: float 3s ease-in-out infinite;
        }

        /* ソフトなpulse効果 */
        @keyframes softPulse {
            0%, 100% {
                box-shadow: 0 8px 32px rgba(59, 130, 246, 0.1);
            }
            50% {
                box-shadow: 0 8px 32px rgba(59, 130, 246, 0.2);
            }
        }

        .popup-icon {
            animation: float 3s ease-in-out infinite, softPulse 2s ease-in-out infinite;
        }

        /* フォーカス可視性の向上 */
        .form-input:focus,
        .submit-button:focus,
        #popup-close-btn:focus {
            outline: 2px solid #3b82f6;
            outline-offset: 2px;
        }

        /* 明るいホバー効果 */
        .form-input:hover {
            border-color: #94a3b8;
            box-shadow: 0 4px 16px rgba(59, 130, 246, 0.12);
            transform: translateY(-1px);
        }

        /* グロー効果 */
        .popup-header::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 200px;
            height: 200px;
            background: radial-gradient(circle, rgba(59, 130, 246, 0.03) 0%, transparent 70%);
            border-radius: 50%;
            z-index: 0;
        }/* End custom CSS */