:root {
  --primary: #EF8200;
  --primary-dark: #cc6f00;
  --text-main: #444444;
  --text-sub: #777777;
  --bg-base: #F9F9F7;
  --bg-white: #FFFFFF;
  --border: #E0E0E0;
  --font-base: 'Noto Sans JP', sans-serif;
  --radius: 8px;
  --shadow-soft: 0 4px 15px rgba(0,0,0,0.04);
  --shadow-float: 0 10px 40px rgba(0,0,0,0.08);
}

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

/* Responsive Utility */
.ai-lp02 .pc-only { display: none; }
.ai-lp02 .sp-only { display: inline; }
@media(min-width: 768px) { 
  .ai-lp02 .pc-only { display: inline; } 
  .ai-lp02 .sp-only { display: none; }
}

/* Animation */
.ai-lp02 .fade-up { opacity: 0; transform: translateY(20px); transition: all 0.8s ease; }
.ai-lp02 .fade-up.visible { opacity: 1; transform: translateY(0); }

/* Typography */
.ai-lp02 .text-marker { background: linear-gradient(transparent 70%, rgba(239, 130, 0, 0.2) 70%); font-weight: 700; }
.ai-lp02 .text-underline { border-bottom: 2px solid var(--primary); padding-bottom: 2px; }

/* Button */
.ai-lp02 .btn-primary {
  background: var(--text-main); color: #fff; font-weight: 500; padding: 15px 40px;
  border-radius: var(--radius); display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  transition: all 0.3s ease; text-decoration: none; font-size: 1rem; letter-spacing: 0.05em;
}
.ai-lp02 .btn-primary:hover { background: var(--primary); opacity: 1; transform: translateY(-2px); }

/* =============================================
   Spacing & Section Styles (Padding Adjustment)
============================================= */
/* SP Padding */
section { padding: 60px 0; } 

/* PC Padding (More whitespace) */
@media(min-width: 768px) {
  section { padding: 100px 0; }
}

/* Backgrounds */
.ai-lp02 .fv, .section-sympathy, .section-cases, .section-staff, .section-form { background: #fff; }
.section-concept, .section-flow, .section-qa { background: var(--bg-base); }

/* =============================================
   1. FV (Updated)
============================================= */
.ai-lp02 .fv { 
  padding: 40px 0 0; /* Reset top padding for header alignment */
  background: var(--bg-white); overflow: visible; 
  padding-bottom: 0; /* Bottom spacing handled by overlap */
}

/* Header Area */
.ai-lp02 .fv-header-area { padding-bottom: 30px; text-align: center; }
@media(min-width: 768px) { .fv-header-area { padding-bottom: 50px; } }

.ai-lp02 .wp-cat { background: #555; color: #fff; font-size: 0.7rem; font-weight: 500; padding: 4px 12px; border-radius: 2px; letter-spacing: 0.08em; }
.ai-lp02 .m-single__title { font-size: 1.7rem; font-weight: 900; line-height: 1.5; margin-bottom: 25px; color: var(--text-main); }
@media(min-width: 768px) { .ai-lp02 .m-single__title { font-size: 2.4rem; margin-bottom: 40px; } }

.ai-lp02 .m-single__infoBox {
  border: 1px solid var(--border); background: var(--bg-white); padding: 20px;
  max-width: 600px; margin: 0 auto; border-radius: var(--radius);
}
.ai-lp02 .m-single__info-row { display: flex; flex-direction: column; gap: 10px; border-bottom: 1px dashed var(--border); padding-bottom: 15px; margin-bottom: 15px; }
@media(min-width: 768px) {
.ai-lp02 .m-single__info-row { flex-direction: row; justify-content: center; gap: 30px; align-items: center; } }
.ai-lp02 .info-dl { display: flex; align-items: baseline; font-size: 0.95rem; }
.ai-lp02 .info-dl dt { color: var(--text-sub); font-weight: 500; margin-right: 8px; font-size: 0.85rem; }
.ai-lp02 .info-dl dd { font-weight: 700; color: var(--text-main); }
.ai-lp02 .small-note { font-size: 0.75rem; font-weight: 400; color: var(--text-sub); margin-left: 5px; }
.ai-lp02 .m-single__info-note { text-align: center; font-size: 0.85rem; color: var(--primary); font-weight: 700; letter-spacing: 0.1em; }

/* Hero Image */
.ai-lp02 .fv-hero-image {
  width: 100%; height: 250px; background-size: cover; background-position: center; position: relative; z-index: 1;
}
@media(min-width: 768px) { .ai-lp02 .fv-hero-image { height: 500px; } }

/* Overlap Area */
.ai-lp02 .fv-overlap-container { position: relative; z-index: 2; margin-top: -60px; padding-bottom: 60px; }
@media(min-width: 768px) { .ai-lp02 .fv-overlap-container { margin-top: -100px; padding-bottom: 100px; } }

.ai-lp02 .fv-overlap-grid {
  display: grid; grid-template-columns: 1fr;
  background: rgba(255, 255, 255, 0.96); backdrop-filter: blur(10px);
  border-radius: var(--radius); box-shadow: var(--shadow-float);
  border: 1px solid var(--border); overflow: hidden;
}
@media(min-width: 900px) { .ai-lp02 .fv-overlap-grid { grid-template-columns: 1.2fr 1fr; } }

/* Left Content Side */
.ai-lp02 .fv-content-side { padding: 30px 20px; }
@media(min-width: 768px) { .ai-lp02 .fv-content-side { padding: 50px; } }

.ai-lp02 .fv-tag { display: inline-flex; align-items: center; gap: 8px; color: var(--primary); font-weight: 700; font-size: 1rem; margin-bottom: 25px; }
.ai-lp02 .fv-trouble-list { display: flex; flex-direction: column; gap: 15px; margin-bottom: 30px; }
@media(min-width: 600px) { .ai-lp02 .fv-trouble-list { flex-direction: row; gap: 15px; } }

.ai-lp02 .fv-icon-box { font-size: 1.5rem; color: var(--primary); }
.ai-lp02 .fv-text-box strong { display: block; font-size: 1rem; color: var(--text-main); line-height: 1.2; }
.ai-lp02 .fv-text-box .sub { font-size: 0.75rem; color: var(--text-sub); display: block; margin-top: 2px; }
.ai-lp02 .fv-desc { font-size: 0.95rem; color: var(--text-sub); line-height: 2; margin-bottom: 30px; }
.ai-lp02 .pc-only-btn-wrap { display: none; }
@media(min-width: 900px) { .ai-lp02 .pc-only-btn-wrap { display: block; } }

/* Right Visual Side (Transparent BG for Glass Effect) */
.ai-lp02 .fv-visual-side {
  /* Removed gradient to let the glass effect shine through */
  background: transparent;
  display: flex; align-items: center; justify-content: center;
  padding: 40px 20px; 
  position: relative;
}
/* Divider Line for PC */
@media(min-width: 900px) { 
  .ai-lp02 .fv-visual-side { height: 100%; min-height: 480px; } 
  .ai-lp02 .fv-visual-side::before {
    content: ''; position: absolute; left: 0; top: 10%; height: 80%; width: 1px;
    background: rgba(0,0,0,0.05); /* Subtle divider */
  }
}

.ai-lp02 .balance-chart { width: 280px; height: 280px; position: relative; margin: 0 auto; }
@media(min-width: 768px) { .ai-lp02 .balance-chart { width: 320px; height: 320px; } }

.ai-lp02 .balance-chart::before {
  content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 70%; height: 70%; border: 2px dashed rgba(0,0,0,0.15); border-radius: 50%; z-index: 0;
}
.ai-lp02 .main-circle {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 90px; height: 90px; background: var(--primary); color: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-weight: 700; z-index: 10;
  box-shadow: 0 0 0 8px rgba(239, 130, 0, 0.15); font-size: 0.9rem;
}
.ai-lp02 .b-item {
  position: absolute; display: flex; flex-direction: column; align-items: center; 
  width: 110px; text-align: center;
  background: rgba(255,255,255,0.95); padding: 8px 5px; border-radius: 6px; /* High contrast bg for items */
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.ai-lp02 .b-icon {
  width: 50px; height: 50px; background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; color: var(--primary); box-shadow: 0 2px 8px rgba(0,0,0,0.05); margin-bottom: 5px; z-index: 2;
  border: 1px solid #eee;
}
.ai-lp02 .b-label { font-size: 0.85rem; font-weight: 700; color: var(--text-main); line-height: 1.2; }
.ai-lp02 .b-sub { font-size: 0.7rem; color: var(--text-sub); display: block; margin-top: 2px; line-height: 1.2; }

.ai-lp02 .item-land { top: -10px; left: 50%; transform: translateX(-50%); }
.ai-lp02 .item-money { bottom: 10px; left: -10px; }
.ai-lp02 .item-house { bottom: 10px; right: -10px; }

/* =============================================
   Other Sections
============================================= */
.ai-lp02 .sec-title { font-size: 1.5rem; font-weight: 700; margin-bottom: 30px; color: var(--text-main); letter-spacing: 0.08em; }
@media(min-width: 768px) { .ai-lp02 .sec-title { font-size: 2.2rem; margin-bottom: 50px; } }
.ai-lp02 .sec-sub { font-size: 0.9rem; color: var(--text-sub); margin-bottom: 40px; line-height: 1.6; }


/* =============================================
   2. Sympathy
============================================= */
.ai-lp02 .section-sympathy { background: #fff; }
.ai-lp02 .sympathy-content { max-width: 800px; margin: 0 auto; }
.ai-lp02 .sym-lead { font-weight: 700; text-align: center; margin-bottom: 30px; font-size: 1rem; line-height: 2; }
.ai-lp02 .sym-voice-box {
  background: var(--bg-base); padding: 30px; border-radius: var(--radius);
  margin-bottom: 40px; font-size: 0.95rem; line-height: 2; color: var(--text-sub);
  border-left: 4px solid #ddd;
}
.ai-lp02 .sym-voice-box strong { color: var(--text-main); font-weight: 700; }
.ai-lp02 .sym-worry-list { display: grid; gap: 15px; margin-bottom: 40px; }
@media(min-width: 768px) { .ai-lp02 .sym-worry-list { grid-template-columns: repeat(3, 1fr); } }
.ai-lp02 .sym-worry-list li {
  text-align: center; padding: 20px; border: 1px solid var(--border); border-radius: var(--radius);
}
.ai-lp02 .sym-worry-list i { font-size: 2rem; color: var(--primary); margin-bottom: 10px; display: block; }
.ai-lp02 .sym-worry-list p { font-size: 0.9rem; font-weight: 700; line-height: 1.6; }

/* ==========================================
   修正1: オーナーさまの実例と自分たちの場合にオレンジ下線
========================================== */
.ai-lp02 .sym-conclusion { text-align: center; font-size: 1rem; line-height: 2; font-weight: 500; }
.ai-lp02 .sym-conclusion strong {
  background: linear-gradient(transparent 70%, rgba(239, 130, 0, 0.3) 70%);
  font-weight: 700;
  padding-bottom: 2px;
}

/* =============================================
   3. Concept (Value)
============================================= */
.ai-lp02 section { padding: 60px 0; }
.ai-lp02 .sec-title { font-size: 1.5rem; font-weight: 700; margin-bottom: 30px; color: var(--text-main); letter-spacing: 0.08em; }
.ai-lp02 .sec-sub { font-size: 0.9rem; color: var(--text-sub); margin-bottom: 40px; line-height: 1.6; }

.ai-lp02 .section-concept { background: var(--bg-base); position: relative; z-index: 5; }
.ai-lp02 .label-en { display: block; text-align: center; color: var(--primary); font-size: 0.75rem; letter-spacing: 0.2em; margin-bottom: 10px; text-transform: uppercase; }
.ai-lp02 .concept-grid { display: grid; gap: 20px; max-width: 900px; margin: 0 auto; }
@media(min-width: 992px) { .ai-lp02 .concept-grid { grid-template-columns: repeat(3, 1fr); } }

.ai-lp02 .accordion-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); transition: 0.3s; overflow: hidden; }
.ai-lp02 .accordion-card.active { border-color: var(--primary); }
.ai-lp02 .accordion-trigger { width: 100%; padding: 25px; text-align: left; position: relative; cursor: pointer; z-index: 10; background-color: #fff;}
.ai-lp02 .acc-indicator { position: absolute; top: 25px; right: 20px; color: var(--text-sub); transition: 0.3s; }
.ai-lp02 .accordion-card.active .acc-indicator { transform: rotate(180deg); color: var(--primary); }
.ai-lp02 .c-card-head { display: flex; justify-content: space-between; margin-bottom: 15px; }
.ai-lp02 .c-num { font-size: 2.5rem; font-weight: 900; color: #EFEFEF; line-height: 1; font-family: sans-serif; }

/* ==========================================
   修正2: アイコンの色をグレーからオレンジへ
========================================== */
.ai-lp02 .c-icon { font-size: 1.8rem; color: var(--primary); }

.ai-lp02 .accordion-trigger h3 { font-size: 1.05rem; margin: 0; line-height: 1.5; color: var(--text-main); font-weight: 700; }
.ai-lp02 .accordion-trigger h3 small { display: block; font-size: 0.8rem; color: var(--text-sub); margin-top: 5px; font-weight: 400; }
.ai-lp02 .accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.4s ease-out, opacity 0.4s ease-out; opacity: 0; }
.ai-lp02 .accordion-card.active .accordion-content { opacity: 1; }
.ai-lp02 .acc-inner { padding: 10px 25px 30px; color: var(--text-sub); font-size: 0.9rem; line-height: 1.9; }

/* Cases */
.ai-lp02 .section-cases { background: #fff; }
.ai-lp02 .case-preview-grid { display: grid; gap: 30px; }
@media(min-width: 768px) { .ai-lp02 .case-preview-grid { grid-template-columns: repeat(3, 1fr); } }
.ai-lp02 .cp-item { border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; background: #fff; transition: 0.3s; }
.ai-lp02 .cp-item:hover { box-shadow: var(--shadow-soft); transform: translateY(-3px); }
.ai-lp02 .cp-img-wrap { position: relative; width: 100%; height: 220px; overflow: hidden; }
.ai-lp02 .cp-img-real { width: 100%; height: 100%; object-fit: cover; }
.ai-lp02 .cp-tags { position: absolute; bottom: 10px; left: 10px; display: flex; flex-wrap: wrap; gap: 5px; }
.ai-lp02 .cp-tags span { background: rgba(255,255,255,0.9); color: #444; font-size: 0.7rem; padding: 4px 10px; border-radius: 2px; font-weight: 500; }
.ai-lp02 .cp-info { padding: 20px; }
.ai-lp02 .cp-info h4 { font-size: 1rem; line-height: 1.6; color: var(--text-main); font-weight: 700; margin: 0; }

/* =============================================
   5. Flow (Update)
============================================= */
.ai-lp02 .section-flow { background: var(--bg-base); }
.ai-lp02 .flow-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 30px; position: relative; }
.ai-lp02 .flow-list::before {
  content: ''; position: absolute; top: 0; bottom: 0; left: 20px; width: 2px; background: #e0e0e0; z-index: 0;
}
@media(min-width: 768px) { .ai-lp02 .flow-list::before { left: 50%; transform: translateX(-50%); } }

.ai-lp02 .flow-item { 
  display: flex; gap: 20px; position: relative; z-index: 1; 
  background: #fff; padding: 25px; border-radius: var(--radius); border: 1px solid var(--border);
}
@media(min-width: 768px) { .ai-lp02 .flow-item { width: 100%; } }

.ai-lp02 .flow-num {
  width: 40px; height: 40px; background: var(--text-main); color: #fff;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-family: sans-serif; flex-shrink: 0; font-size: 1.1rem;
}
.ai-lp02 .flow-body { flex: 1; }
.ai-lp02 .flow-head-wrap { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.ai-lp02 .flow-icon { font-size: 1.8rem; color: var(--primary); display: flex; align-items: center; }
.ai-lp02 .flow-head-wrap h3 { font-size: 1.1rem; margin: 0; color: var(--text-main); line-height: 1.4; font-weight: 700; }
.ai-lp02 .flow-body p { font-size: 0.9rem; color: var(--text-sub); line-height: 1.8; margin: 0; }


/* Staff */
.ai-lp02 .section-staff { background: #fff; }
.ai-lp02 .staff-grid { display: grid; gap: 20px; max-width: 900px; margin: 0 auto; }
@media(min-width: 768px) { .ai-lp02 .staff-grid { grid-template-columns: repeat(3, 1fr); } }
.ai-lp02 .staff-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 30px 20px; text-align: center; }
.ai-lp02 .staff-img-wrap { width: 90px; height: 90px; border-radius: 50%; overflow: hidden; margin: 0 auto 15px; background: #eee; }
.ai-lp02 .staff-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.ai-lp02 .staff-info h4 { font-size: 1rem; margin-bottom: 15px; }
.ai-lp02 .staff-role { font-size: 0.7rem; color: var(--text-sub); font-weight: 400; margin-left: 5px; }
.ai-lp02 .staff-comment { font-size: 0.85rem; color: var(--text-sub); text-align: left; line-height: 1.8; background: var(--bg-base); padding: 15px; border-radius: var(--radius); }

/* Q&A */
.ai-lp02 .section-qa { background: var(--bg-base); }
.ai-lp02 .qa-grid { max-width: 800px; margin: 0 auto; display: grid; gap: 10px; }
.ai-lp02 .qa-trigger { display: flex; align-items: center; justify-content: space-between; padding:  25px 20px; background: #fff; cursor: pointer; border-radius: var(--radius); border: 1px solid var(--border); }
.ai-lp02 .qa-trigger dt { font-weight: 700; display: flex; gap: 12px; align-items: flex-start; line-height: 1.5; font-size: 1rem; color: var(--text-main); }
.ai-lp02 .q-mark { color: var(--primary); font-weight: 700; font-family: sans-serif; flex-shrink: 0; }
.ai-lp02 .a-mark { color: var(--text-main); font-weight: 700; font-family: sans-serif; margin-right: 12px; display: inline-block; }
.ai-lp02 .qa-item dd { font-size: 0.95rem; line-height: 1.8; color: var(--text-sub); display: flex; align-items: flex-start;  }
.ai-lp02 .qa-item.accordion-card { border: none; background: transparent; }
.qa-item .accordion-content { background: transparent;  }

/* Form */
.ai-lp02 .section-form { background: #fff; }
.ai-lp02 .form-wrapper { max-width: 800px; margin: 0 auto; border: 1px solid var(--border); border-radius: var(--radius); padding: 30px 15px; background: var(--bg-base); }
@media(min-width: 768px) { .ai-lp02 .form-wrapper { padding: 50px; } }
.ai-lp02 .form-header { text-align: center; margin-bottom: 30px; }
.ai-lp02 .form-limit { display: inline-block; background: var(--text-main); color: #fff; padding: 5px 15px; border-radius: 2px; font-size: 0.75rem; margin-bottom: 15px; font-weight: 500; }
.ai-lp02 .form-title { font-size: 1.4rem; font-weight: 700; margin-bottom: 15px; line-height: 1.4; }
.ai-lp02 .form-iframe-container { width: 100%; min-height: 800px; }
.ai-lp02 #formArea { width: 100%; height: 100%; min-height: 1600px; }



/*追加css*/
.ai-lp02 .wp-cat{
  font-size: 13px;
}
.ai-lp02 .info-dl dt,
.ai-lp02 .m-single__info-note{
  font-size: 15px;
}
.ai-lp02 .info-dl dd{
  font-size: 17px;
}
.ai-lp02 .small-note{
  font-size: 11px;
}
.ai-lp02 .fv-desc{
  font-size: 16px;
}
.ai-lp02 .b-label{
  font-size: 14px;
}
.ai-lp02 .b-sub{
  font-size: 12px;
}
.ai-lp02 .main-circle{
  font-size: 15px;
}
.ai-lp02 .btn-primary{
  text-decoration: none;
  font-size: 17px;
}
.m-single.-event .ai-lp02 .m-single__title{
  border-bottom: none;
  margin-bottom: 0;
  font-size: 30px;
}
.wysiwyg .ai-lp02 h2{
  margin-top: 0;
  padding: 0;
  border: none;
  font-size: 26px;
  line-height: 1.6;
}
.wysiwyg .ai-lp02 h2::after{
  display: none;
}
.ai-lp02 .sym-lead,
.ai-lp02 .sym-voice-box,
.ai-lp02 .fv-tag{
  font-size: 18px;
}
.wysiwyg .ai-lp02 ul li:after{
  display: none;
}
.ai-lp02 .sym-worry-list p{
  font-size: 15px;
}
.ai-lp02 .sym-conclusion{
  font-size: 18px;
}
.ai-lp02 .section-concept,
.ai-lp02 .section-qa{
  padding: 30px;
}
.ai-lp02 .accordion-trigger{
  padding: 15px;
}
.ai-lp02 .accordion-trigger h3{
  font-size: 16px;
}
.ai-lp02 .label-en{
  font-size: 14px;
}
.ai-lp02 .accordion-trigger h3 small{
  font-size: 14px;
}
.ai-lp02 .sec-sub{
  font-size: 16px;
}
.ai-lp02 .cp-tags span{
  font-size: 13px;
}
.wysiwyg .ai-lp02 h4{
  background: transparent;
  text-align: left;
  font-size: 16px;
}
.wysiwyg .ai-lp02 h3:after{
  display: none;
}
.ai-lp02 .flow-head-wrap h3{
  font-size: 18px;
}
.ai-lp02 .flow-body p{
  font-size: 15px;
}
.ai-lp02 .flow-num{
  font-size: 16px;
}
.wysiwyg .ai-lp02 h4{
  margin-top: 0;
  color: #000;
}
.ai-lp02 .staff-role{
  font-size: 12px;
}
.ai-lp02 .staff-comment{
  font-size: 14px;
}
.ai-lp02 .staff-img-wrap{
  width: 130px;
  height: 130px;
  margin-bottom: 5px;
}
.ai-lp02 .qa-trigger dt{
  font-size: 16px;
}
.ai-lp02 .qa-item dd{
  font-size: 15px;
}
.ai-lp02 .form-limit{
  font-size: 13px;
}
.ai-lp02 .ph-duotone{
  font-size: 26px;
}
.ai-lp02 .sym-worry-list i{
  font-size: 34px;
}
.ai-lp02 .c-num{
  font-size: 38px;
}
.ai-lp02 .acc-inner{
  font-size: 14px;
}
.wysiwyg .ai-lp02 h3{
  padding-bottom: 0;
}

.ai-lp02 .sp-only-btn-wrap{
  display: none;
}
@media ( max-width: 899px) {
  .ai-lp02 .fv-visual-side{
    padding-top: 0;
  }
  .ai-lp02 .sp-only-btn-wrap{
    display: block;
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .ai-lp02 .btn-primary{
    padding: 20px 20px;
  }
}
@media ( max-width: 768px) {
  .ai-lp02 .fv-desc{
    margin-bottom: 0;
  }
  .ai-lp02 .wp-cat{
    font-size: 12px;
  }
  .ai-lp02 .info-dl dt,
  .ai-lp02 .m-single__info-note{
    font-size: 14px;
  }
  .ai-lp02 .info-dl dd{
    font-size: 15px;
  }
  .ai-lp02 .small-note{
    font-size: 10px;
  }
  .ai-lp02 .fv-overlap-container{
    margin-top: 0;
  }
  .ai-lp02 .fv-visual-side{
    padding-top: 0;
  }
  .ai-lp02 .btn-primary{
    font-size: 16px;
  }
  .m-single.-event .ai-lp02 .m-single__title{
    font-size: 20px;
  }
  .wysiwyg .ai-lp02 h2{
    font-size: 22px;
  }
  .ai-lp02 .sym-lead,
  .ai-lp02 .sym-voice-box,
  .ai-lp02 .fv-tag{
    font-size: 16px;
  }
  .ai-lp02 .sym-conclusion{
    font-size: 16px;
  }
  .ai-lp02 .section-concept,
  .ai-lp02 .section-qa{
    padding: 20px;
  }


  .ai-lp02 .accordion-trigger h3{
    font-size: 15px;
  }
  .ai-lp02 .label-en{
    font-size: 13px;
  }
  .ai-lp02 .accordion-trigger h3 small{
    font-size: 14px;
  }
  .ai-lp02 .sec-sub{
    font-size: 15px;
  }
  .ai-lp02 .cp-tags span{
    font-size: 12px;
  }
  .wysiwyg .ai-lp02 h4{
    font-size: 15px;
  }
  .ai-lp02 .section-flow{
    padding: 30px 20px;
  } 
  .ai-lp02 .flow-item{
    gap: 15px;
    padding: 20px;
  }
  .ai-lp02 .flow-head-wrap h3{
    font-size: 16px;
  }
  .ai-lp02 .flow-body p{
    font-size: 14px;
  }
  .ai-lp02 .flow-num{
    font-size: 15px;
  }
  .ai-lp02 .accordion-trigger{
    padding-right: 30px;
  }
  .ai-lp02 .acc-indicator{
    right: 15px;
  }
  .ai-lp02 .qa-trigger dt{
    font-size: 15px;
  }
  .ai-lp02 .qa-item dd{
    font-size: 14px;
  }
  .ai-lp02 .form-limit{
    font-size: 12px;
  }
  .ai-lp02 .ph-duotone{
    font-size: 26px;
  }
  .ai-lp02 .sym-worry-list i{
    font-size: 34px;
  }
  .ai-lp02 .c-num{
    font-size: 28px;
  }
  .ai-lp02 #formArea{
    min-height: 1840px;
  }

}


@media (max-width: 991px) {
    .postid-36275 .m-contact-fixbtn {
        display: none;
    }
}


/* Sticky CTA */
.sticky-cta {
    position: fixed; bottom: 15px; right: 15px;  z-index: 100;
    transform: translateY(150%); transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    width: 280px;
}
.sticky-cta a{
    text-decoration: none;
}
.sticky-cta.visible { transform: translateY(0)!important; }
.sticky-btn {
    display: flex; justify-content: space-between; align-items: center;
    background: #333631; color: #fff; padding: 15px 25px;
    border-radius: 50px; box-shadow: 0 10px 25px rgba(0,0,0,0.25);
    border: 1px solid rgba(255,255,255,0.2);
}
.sticky-text { display: flex; flex-direction: column; }
.sticky-text .sub { color: var(--primary); font-weight: bold; margin-bottom: 2px; font-size: 13px;}
.sticky-text .main { font-weight: 700; color:#fff; font-size: 18px; line-height: 1.2;}
.sticky-icon { background: var(--primary); width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; color: #fff; text-decoration: none;}

@media (min-width: 768px) {
  .sticky-cta { width: 440px; bottom: 20px; right: 20px;}
  .sticky-cta.visible { transform: translate(-50%, 0); }
}
@media ( max-width: 768px) {
  .sticky-text .sub {
    font-size: 11px;
  }
  .sticky-text .main {
    font-size: 15px;
  }
}