@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  line-height: 1.6;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.site-header {
  background-color: #ffffff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  position: relative;
  z-index: 1000;
}
@media (max-width: 768px) {
  .site-header {
    padding: 10px 0;
  }
}
.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .site-header .container {
    padding: 0 15px;
    flex-direction: row;
    align-items: flex-end;
  }
}
@media (max-width: 480px) {
  .site-header .container {
    padding: 0 10px;
  }
}
.site-header .logo {
  max-width: 100px;
}
@media (max-width: 1024px) {
  .site-header .logo {
    max-width: 90px;
  }
}
@media (max-width: 768px) {
  .site-header .logo {
    max-width: 70px;
  }
}
@media (max-width: 480px) {
  .site-header .logo {
    max-width: 60px;
  }
}
.site-header .logo img {
  width: 100%;
  height: auto;
}
.site-header .header-contact {
  text-align: right;
}
@media (max-width: 768px) {
  .site-header .header-contact {
    text-align: right;
  }
}
.site-header .header-contact .header-tel {
  margin-bottom: 3px;
}
@media (max-width: 768px) {
  .site-header .header-contact .header-tel {
    margin-bottom: 2px;
  }
}
.site-header .header-contact .header-tel a {
  font-size: 24px;
  font-weight: bold;
  color: #0066cc;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .site-header .header-contact .header-tel a {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .site-header .header-contact .header-tel a {
    font-size: 18px;
    justify-content: flex-end;
  }
}
@media (max-width: 480px) {
  .site-header .header-contact .header-tel a {
    font-size: 16px;
  }
}
.site-header .header-contact .header-tel a:hover {
  color: #ff6600;
}
.site-header .header-contact .header-tel a i {
  margin-right: 6px;
  color: #ff6600;
  font-size: inherit;
}
@media (max-width: 768px) {
  .site-header .header-contact .header-tel a i {
    margin-right: 4px;
  }
}
.site-header .header-contact .header-hours {
  font-size: 12px;
  color: #666;
}
@media (max-width: 1024px) {
  .site-header .header-contact .header-hours {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .site-header .header-contact .header-hours {
    font-size: 10px;
    display: block;
  }
}
@media (max-width: 480px) {
  .site-header .header-contact .header-hours {
    font-size: 9px;
  }
}

.firstview {
  position: relative;
  width: 100vw;
  height: calc(100vh - 70px);
  overflow: hidden;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .firstview {
    height: calc(100vh - 75px);
  }
}
@media (max-width: 480px) {
  .firstview {
    height: calc(100vh - 70px);
  }
}
.firstview .fullscreen-image {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .firstview .fullscreen-image {
    display: block;
  }
}
.firstview .fullscreen-image .desktop-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  display: block;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
@media (max-width: 768px) {
  .firstview .fullscreen-image .desktop-image {
    display: none;
  }
}
.firstview .fullscreen-image .mobile-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: none;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 768px) {
  .firstview .fullscreen-image .mobile-image {
    display: block;
    -o-object-position: center 30%;
       object-position: center 30%;
  }
}
@media (max-width: 480px) {
  .firstview .fullscreen-image .mobile-image {
    -o-object-position: center 25%;
       object-position: center 25%;
  }
}

.firstview {
  min-height: calc(100vh - 70px);
}
@supports (height: 100dvh) {
  .firstview {
    height: calc(100dvh - 70px);
    min-height: calc(100dvh - 70px);
  }
}
@media (max-width: 768px) {
  .firstview {
    min-height: calc(100vh - 75px);
  }
  @supports (height: 100dvh) {
    .firstview {
      height: calc(100dvh - 75px);
      min-height: calc(100dvh - 75px);
    }
  }
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
  height: 100%;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0 !important;
  padding: 0 !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(1.02);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.firstview {
  animation: fadeIn 0.8s ease-out;
}
.firstview .fullscreen-image .desktop-image,
.firstview .fullscreen-image .mobile-image {
  animation: zoomIn 1.2s ease-out;
}

.site-header {
  animation: fadeIn 1s ease-out 0.3s both;
}

.fullscreen-image .desktop-image,
.fullscreen-image .mobile-image {
  will-change: transform;
  transform: translateZ(0);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .fullscreen-image .desktop-image,
  .fullscreen-image .mobile-image {
    image-rendering: -webkit-optimize-contrast;
  }
}
@media (max-width: 480px) and (orientation: portrait) {
  .site-header .container {
    padding: 0 8px;
  }
  .site-header .header-contact .header-tel a {
    font-size: 14px;
  }
  .site-header .header-contact .header-hours {
    font-size: 8px;
  }
  .firstview {
    height: calc(100vh - 70px);
  }
}
@media (prefers-color-scheme: dark) {
  .site-header {
    background-color: #ffffff !important;
  }
  .site-header .header-contact .header-tel {
    color: #0066cc;
  }
  .site-header .header-contact .header-hours {
    color: #666;
  }
}
.user-benefits {
  padding: 80px 0;
  background-color: #f9f9f9;
}
.user-benefits .section-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 50px;
  position: relative;
}
.user-benefits .section-title:after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background-color: #0066cc;
  margin: 15px auto 0;
}
.user-benefits .benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .user-benefits .benefits-grid {
    grid-template-columns: 1fr;
  }
}
.user-benefits .benefit-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.user-benefits .benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}
.user-benefits .benefit-icon {
  width: 70px;
  height: 70px;
  background-color: rgba(0, 102, 204, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.user-benefits .benefit-icon i {
  font-size: 30px;
  color: #0066cc;
}
.user-benefits .benefit-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}
.user-benefits .benefit-desc {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}
.user-benefits .benefit-desc strong {
  color: #ff6600;
}

.partner-companies {
  padding: 80px 0;
  background-color: #fff;
}
.partner-companies .section-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}
.partner-companies .section-subtitle {
  text-align: center;
  font-size: 18px;
  color: #666;
  margin-bottom: 50px;
}
.partner-companies .partner-map-container {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.partner-companies .partner-map-container .partner-map-image {
  max-width: 800px;
  height: auto;
  max-height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .partner-companies .partner-map-container .partner-map-image {
    max-width: 400px;
    max-height: 200px;
  }
}
@media (max-width: 576px) {
  .partner-companies .partner-map-container .partner-map-image {
    max-width: 400px;
    max-height: 200px;
  }
}
.partner-companies .partners-feature {
  max-width: 800px;
  margin: 0 auto;
}
.partner-companies .partners-feature .partners-feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.partner-companies .partners-feature .partners-feature-item i {
  color: #0066cc;
  font-size: 24px;
  margin-right: 15px;
  flex-shrink: 0;
}
.partner-companies .partners-feature .partners-feature-item p {
  font-size: 16px;
  color: #333;
  margin: 0;
}
@media (max-width: 768px) {
  .partner-companies .partners-feature {
    padding: 0 20px;
  }
  .partner-companies .partners-feature .partners-feature-item {
    align-items: flex-start;
  }
  .partner-companies .partners-feature .partners-feature-item i {
    margin-top: 2px;
  }
  .partner-companies .partners-feature .partners-feature-item p {
    font-size: 15px;
    line-height: 1.5;
  }
}

.process-steps {
  padding: 80px 0;
  background-color: #f0f8ff;
}
.process-steps .section-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 50px;
  position: relative;
}
.process-steps .section-title:after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background-color: #0066cc;
  margin: 15px auto 0;
}
.process-steps .steps-container {
  max-width: 800px;
  margin: 0 auto 50px;
}
.process-steps .step-item {
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .process-steps .step-item {
    flex-direction: column;
  }
}
.process-steps .step-number {
  width: 60px;
  height: 60px;
  background-color: #0066cc;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  flex-shrink: 0;
  margin-right: 20px;
}
@media (max-width: 576px) {
  .process-steps .step-number {
    margin-bottom: 15px;
  }
}
.process-steps .step-content {
  flex: 1;
}
.process-steps .step-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.process-steps .step-desc {
  font-size: 16px;
  color: #666;
  margin-bottom: 15px;
  line-height: 1.6;
}
.process-steps .step-features {
  display: flex;
  flex-wrap: wrap;
}
.process-steps .step-features .step-feature {
  background-color: #f0f0f0;
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 14px;
  color: #555;
  margin-right: 10px;
  margin-bottom: 10px;
}
.process-steps .step-features .step-feature i {
  color: #0066cc;
  margin-right: 5px;
}
.process-steps .step-arrow {
  text-align: center;
  padding: 10px;
}
.process-steps .step-arrow i {
  color: #0066cc;
  font-size: 24px;
}
.process-steps .process-cta {
  text-align: center;
}
.process-steps .process-cta .cta-button {
  display: inline-block;
  background-color: #ff6600;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 40px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.process-steps .process-cta .cta-button:hover {
  background-color: #cc5200;
}
.process-steps .process-cta .cta-note {
  margin-top: 15px;
  font-size: 14px;
  color: #666;
}

/* ============================
   Success Cases Section Styles
   ============================ */
.success-cases {
  padding: 80px 0;
  background-color: #fff;
  /* 画像セクション追加 */
}
.success-cases .section-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}
.success-cases .section-subtitle {
  text-align: center;
  font-size: 18px;
  color: #666;
  margin-bottom: 50px;
}
.success-cases .cases-slider {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}
@media (max-width: 768px) {
  .success-cases .cases-slider {
    display: block;
  }
  .success-cases .cases-slider .case-item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.success-cases .case-item {
  background-color: #f9f9f9;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}
.success-cases .case-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}
.success-cases .case-image {
  height: 200px;
  overflow: hidden;
  position: relative;
}
.success-cases .case-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.case-item:hover .success-cases .case-image img {
  transform: scale(1.05);
}
.success-cases .case-header {
  background-color: #0066cc;
  color: #fff;
  padding: 20px;
}
.success-cases .case-property {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.success-cases .case-property .property-type {
  font-weight: bold;
  font-size: 18px;
}
.success-cases .case-property .property-area {
  font-size: 14px;
}
.success-cases .case-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.success-cases .case-result .case-before span, .success-cases .case-result .case-after span {
  font-weight: bold;
  font-size: 18px;
}
.success-cases .case-result .case-arrow {
  margin: 0 10px;
}
.success-cases .case-difference {
  background-color: #ff6600;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 16px;
}
.success-cases .case-detail {
  padding: 20px;
}
.success-cases .case-detail p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 15px;
}
.success-cases .case-detail .case-quote {
  background-color: #f0f0f0;
  border-left: 4px solid #0066cc;
  padding: 15px;
}
.success-cases .case-detail .case-quote p {
  font-style: italic;
  margin-bottom: 5px;
}
.success-cases .case-detail .case-quote .quote-author {
  display: block;
  text-align: right;
  font-size: 14px;
  color: #666;
}

.realtime-status {
  padding: 80px 0;
  background-color: #f0f8ff;
}
.realtime-status .section-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 50px;
  position: relative;
}
.realtime-status .section-title:after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background-color: #0066cc;
  margin: 15px auto 0;
}
.realtime-status .status-activity {
  max-width: 800px;
  margin: 0 auto 50px;
}
.realtime-status .activity-list .activity-item {
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  padding: 20px;
  margin-bottom: 15px;
  transition: transform 0.3s;
}
.realtime-status .activity-list .activity-item:hover {
  transform: translateX(5px);
}
.realtime-status .activity-list .activity-item:nth-child(1) {
  border-left: 5px solid #ff6600;
}
.realtime-status .activity-list .activity-item:nth-child(2) {
  border-left: 5px solid #0066cc;
}
.realtime-status .activity-list .activity-item:nth-child(3) {
  border-left: 5px solid #33cc33;
}
.realtime-status .activity-list .activity-icon {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 102, 204, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
}
.realtime-status .activity-list .activity-icon i {
  font-size: 20px;
  color: #0066cc;
}
.realtime-status .activity-list .activity-content {
  flex: 1;
}
.realtime-status .activity-list .activity-desc {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}
.realtime-status .activity-list .activity-result {
  display: flex;
  flex-wrap: wrap;
}
.realtime-status .activity-list .activity-result .result-badge {
  background-color: #0066cc;
  color: #fff;
  padding: 3px 10px;
  border-radius: 15px;
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 5px;
}
.realtime-status .activity-list .activity-result .result-diff {
  background-color: #f0f0f0;
  color: #333;
  padding: 3px 10px;
  border-radius: 15px;
  font-size: 14px;
  margin-bottom: 5px;
}
.realtime-status .status-stats {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .realtime-status .status-stats {
    flex-direction: column;
  }
  .realtime-status .status-stats .stat-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.realtime-status .status-stats .stat-item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding: 25px;
  flex: 1;
  margin: 0 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .realtime-status .status-stats .stat-item {
    margin: 0;
  }
}
.realtime-status .status-stats .stat-icon {
  margin-bottom: 15px;
}
.realtime-status .status-stats .stat-icon i {
  font-size: 28px;
  color: #0066cc;
}
.realtime-status .status-stats .stat-value {
  font-size: 30px;
  font-weight: bold;
  color: #ff6600;
  margin-bottom: 5px;
}
.realtime-status .status-stats .stat-label {
  font-size: 14px;
  color: #666;
}

.main-form {
  padding: clamp(60px, 8vw, 100px) 0;
  background: #fff;
  /* ── ヘッダー ───────────────── */
  /* ── ボディ ─────────────────── */
  /* ── ベネフィット ─────────────── */
}
.main-form .container {
  max-width: 720px;
}
.main-form .form-container {
  background: #f9f9f9;
  border-radius: 14px;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.main-form .form-header {
  background: #0066cc;
  color: #fff;
  text-align: center;
  padding: clamp(24px, 6vw, 36px);
}
.main-form .form-header .form-title {
  font-size: clamp(22px, 6vw, 30px);
  font-weight: 700;
}
.main-form .form-header .form-subtitle {
  font-size: clamp(14px, 4vw, 16px);
  opacity: 0.9;
  margin-top: 6px;
}
.main-form .form-body {
  padding: clamp(24px, 6vw, 36px);
}
.main-form .form-group {
  margin-bottom: 22px;
}
.main-form .form-group label {
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
  color: #333;
}
.main-form .form-group .req {
  color: #d00;
  font-size: 0.8em;
  margin-left: 4px;
}
.main-form .form-group input, .main-form .form-group select {
  width: 100%;
  padding: 14px 15px;
  border: 2px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
  transition: 0.2s;
}
.main-form .form-group input:focus, .main-form .form-group select:focus {
  border-color: #0066cc;
  box-shadow: 0 0 3px rgba(0, 102, 204, 0.25);
  outline: none;
}
.main-form .submit-button {
  width: 100%;
  padding: 14px;
  background: #ff6600;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.2s;
}
.main-form .submit-button:hover {
  background: #cc5200;
}
.main-form .form-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 18px;
  margin-top: 26px;
  list-style: none;
  padding: 0;
}
.main-form .form-benefits li {
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: center;
}
.main-form .form-benefits i {
  color: #0066cc;
  margin-right: 6px;
}

.faq-section {
  padding: 80px 0;
  background-color: #f9f9f9 !important;
}
.faq-section .section-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 50px;
  position: relative;
}
.faq-section .section-title:after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background-color: #0066cc;
  margin: 15px auto 0;
}
.faq-section .faq-container {
  max-width: 800px;
  margin: 0 auto;
}
.faq-section .faq-item {
  background-color: #fff !important;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.faq-section .faq-item:last-child {
  margin-bottom: 0;
}
.faq-section .faq-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.faq-section .faq-item .faq-question {
  padding: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  background-color: #fff !important;
}
.faq-section .faq-item .faq-question:hover {
  background-color: rgba(0, 102, 204, 0.02) !important;
}
.faq-section .faq-item .faq-question:hover h3 {
  color: #0066cc;
}
.faq-section .faq-item .faq-question .question-mark {
  background-color: #0066cc;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 15px;
  flex-shrink: 0;
  font-size: 14px;
  transition: all 0.3s ease;
}
.faq-section .faq-item .faq-question h3 {
  flex: 1;
  font-size: 18px;
  font-weight: bold;
  color: #333 !important;
  margin: 0;
  transition: color 0.3s ease;
  line-height: 1.4;
}
.faq-section .faq-item .faq-question .toggle-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
}
.faq-section .faq-item .faq-question .toggle-icon i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  color: #0066cc;
  transition: all 0.3s ease;
  transform-origin: center;
}
.faq-section .faq-item .faq-question .toggle-icon .fa-plus {
  opacity: 1;
  transform: rotate(0deg);
}
.faq-section .faq-item .faq-question .toggle-icon .fa-minus {
  opacity: 0;
  transform: rotate(-90deg);
}
.faq-section .faq-item .faq-answer {
  padding: 0 20px 20px;
  display: none;
  background-color: #fafafa !important;
  transition: all 0.3s ease;
}
.faq-section .faq-item .faq-answer .answer-mark {
  background-color: #ff6600;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 15px;
  float: left;
  margin-top: 3px;
  font-size: 14px;
  flex-shrink: 0;
}
.faq-section .faq-item .faq-answer p {
  margin: 0;
  color: #666 !important;
  font-size: 16px;
  line-height: 1.6;
  margin-left: 45px;
  padding-top: 10px;
  word-break: break-word;
  overflow-wrap: break-word;
}
.faq-section .faq-item.active {
  box-shadow: 0 5px 20px rgba(0, 102, 204, 0.15);
}
.faq-section .faq-item.active .faq-question {
  background-color: rgba(0, 102, 204, 0.05) !important;
  border-bottom: 1px solid rgba(0, 102, 204, 0.1);
}
.faq-section .faq-item.active .faq-question .question-mark {
  background-color: #0052a3;
  transform: scale(1.05);
}
.faq-section .faq-item.active .faq-question h3 {
  color: #0066cc !important;
}
.faq-section .faq-item.active .faq-question .toggle-icon .fa-plus {
  opacity: 0;
  transform: rotate(90deg);
}
.faq-section .faq-item.active .faq-question .toggle-icon .fa-minus {
  opacity: 1;
  transform: rotate(0deg);
}
.faq-section .faq-item.active .faq-answer {
  display: block !important;
  opacity: 1 !important;
  max-height: none !important;
}

@media (max-width: 768px) {
  .faq-section {
    padding: 60px 0;
    background-color: #f9f9f9 !important;
  }
  .faq-section .section-title {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .faq-section .section-title:after {
    width: 60px;
    height: 3px;
  }
  .faq-section .faq-container {
    padding: 0 15px;
  }
  .faq-section .faq-item {
    margin-bottom: 15px;
    background-color: #fff !important;
  }
  .faq-section .faq-item .faq-question {
    padding: 15px;
    background-color: #fff !important;
  }
  .faq-section .faq-item .faq-question .question-mark {
    width: 25px;
    height: 25px;
    font-size: 12px;
    margin-right: 12px;
  }
  .faq-section .faq-item .faq-question h3 {
    font-size: 16px;
    line-height: 1.3;
    color: #333 !important;
  }
  .faq-section .faq-item .faq-question .toggle-icon {
    width: 20px;
    height: 20px;
  }
  .faq-section .faq-item .faq-question .toggle-icon i {
    font-size: 18px;
  }
  .faq-section .faq-item .faq-answer {
    padding: 0 15px 15px;
    background-color: #fafafa !important;
  }
  .faq-section .faq-item .faq-answer .answer-mark {
    width: 25px;
    height: 25px;
    font-size: 12px;
    margin-right: 12px;
  }
  .faq-section .faq-item .faq-answer p {
    font-size: 14px;
    line-height: 1.5;
    margin-left: 37px;
    color: #666 !important;
  }
  .faq-section .faq-item.active .faq-question {
    background-color: rgba(0, 102, 204, 0.05) !important;
  }
  .faq-section .faq-item.active .faq-answer {
    display: block !important;
  }
}
@media (max-width: 480px) {
  .faq-section {
    padding: 50px 0;
    background-color: #f9f9f9 !important;
  }
  .faq-section .section-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .faq-section .faq-item {
    border-radius: 8px;
    background-color: #fff !important;
  }
  .faq-section .faq-item .faq-question {
    padding: 12px;
    background-color: #fff !important;
  }
  .faq-section .faq-item .faq-question h3 {
    font-size: 15px;
    color: #333 !important;
  }
  .faq-section .faq-item .faq-answer {
    padding: 0 12px 12px;
    background-color: #fafafa !important;
  }
  .faq-section .faq-item .faq-answer p {
    font-size: 13px;
    color: #666 !important;
  }
  .faq-section .faq-item.active .faq-question {
    background-color: rgba(0, 102, 204, 0.05) !important;
  }
  .faq-section .faq-item.active .faq-answer {
    display: block !important;
  }
}
@media (prefers-contrast: high) {
  .faq-section {
    background-color: #f9f9f9 !important;
  }
  .faq-section .faq-item {
    border: 2px solid #333;
    background-color: #fff !important;
  }
  .faq-section .faq-item .faq-question {
    background-color: #fff !important;
  }
  .faq-section .faq-item .faq-question .question-mark {
    background-color: #000;
  }
  .faq-section .faq-item .faq-question h3 {
    color: #000 !important;
  }
  .faq-section .faq-item .faq-question .toggle-icon i {
    color: #000;
  }
  .faq-section .faq-item .faq-answer {
    background-color: #fafafa !important;
  }
  .faq-section .faq-item .faq-answer .answer-mark {
    background-color: #000;
  }
  .faq-section .faq-item .faq-answer p {
    color: #000 !important;
  }
}
@media (prefers-color-scheme: dark) {
  .faq-section {
    background-color: #f9f9f9 !important;
  }
  .faq-section .section-title {
    color: #333 !important;
  }
  .faq-section .section-title:after {
    background-color: #0066cc !important;
  }
  .faq-section .faq-item {
    background-color: #fff !important;
  }
  .faq-section .faq-item .faq-question {
    background-color: #fff !important;
  }
  .faq-section .faq-item .faq-question h3 {
    color: #333 !important;
  }
  .faq-section .faq-item .faq-question:hover {
    background-color: rgba(0, 102, 204, 0.02) !important;
  }
  .faq-section .faq-item .faq-question:hover h3 {
    color: #0066cc !important;
  }
  .faq-section .faq-item .faq-answer {
    background-color: #fafafa !important;
  }
  .faq-section .faq-item .faq-answer p {
    color: #666 !important;
  }
  .faq-section .faq-item.active .faq-question {
    background-color: rgba(0, 102, 204, 0.05) !important;
  }
  .faq-section .faq-item.active .faq-question h3 {
    color: #0066cc !important;
  }
}
.concierge-section {
  padding: 80px 0;
  background-color: #fff;
}
.concierge-section .section-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .concierge-section .section-title {
    font-size: 28px;
  }
}
.concierge-section .section-subtitle {
  text-align: center;
  font-size: 18px;
  color: #666;
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .concierge-section .section-subtitle {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.concierge-section .enhanced-features {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.concierge-section .feature-card {
  background: white;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  display: flex;
  align-items: flex-start;
  gap: 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.concierge-section .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .concierge-section .feature-card {
    flex-direction: column;
    text-align: center;
    padding: 25px 20px;
    gap: 20px;
  }
}
.concierge-section .feature-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.concierge-section .feature-icon i {
  font-size: 24px;
  color: white;
}
.concierge-section .feature-content {
  flex: 1;
}
.concierge-section .feature-content h3 {
  font-size: 22px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .concierge-section .feature-content h3 {
    font-size: 20px;
  }
}
.concierge-section .feature-content .feature-description {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 20px;
}
.concierge-section .feature-content .highlight {
  background: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
  color: #2c3e50;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 600;
}
.concierge-section .feature-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}
@media (max-width: 768px) {
  .concierge-section .feature-benefits {
    grid-template-columns: 1fr;
  }
}
.concierge-section .benefit-item {
  background: #f8f9ff;
  padding: 15px;
  border-radius: 10px;
  border-left: 4px solid #667eea;
  display: flex;
  align-items: center;
  gap: 12px;
}
.concierge-section .benefit-item i {
  color: #667eea;
  font-size: 18px;
  flex-shrink: 0;
}
.concierge-section .benefit-item div {
  display: flex;
  flex-direction: column;
}
.concierge-section .benefit-item div strong {
  font-size: 14px;
  color: #2c3e50;
  font-weight: 600;
  margin-bottom: 2px;
}
.concierge-section .benefit-item div span {
  font-size: 13px;
  color: #666;
}
.concierge-section .stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .concierge-section .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .concierge-section .stats-grid {
    grid-template-columns: 1fr;
  }
}
.concierge-section .stat-item {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 20px 15px;
  border-radius: 10px;
  text-align: center;
}
.concierge-section .stat-item .stat-number {
  font-size: 28px;
  font-weight: bold;
  display: block;
  line-height: 1;
  margin-bottom: 5px;
}
.concierge-section .stat-item .stat-label {
  font-size: 13px;
  opacity: 0.9;
}
.concierge-section .process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
@media (max-width: 768px) {
  .concierge-section .process-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .concierge-section .process-steps {
    grid-template-columns: 1fr;
  }
}
.concierge-section .step-item {
  background: #f8f9ff;
  padding: 20px 15px;
  border-radius: 10px;
  text-align: center;
}
.concierge-section .step-item .step-number {
  background: #667eea;
  color: white;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin: 0 auto 12px;
  font-size: 16px;
}
.concierge-section .step-item span {
  font-size: 14px;
  font-weight: 600;
  color: #2c3e50;
  line-height: 1.3;
}

.seo-content {
  padding: 80px 0;
  background-color: #f9f9f9;
}
.seo-content .section-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 50px;
  position: relative;
}
.seo-content .section-title:after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background-color: #0066cc;
  margin: 15px auto 0;
}
.seo-content .knowledge-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 992px) {
  .seo-content .knowledge-grid {
    grid-template-columns: 1fr;
  }
}
.seo-content .knowledge-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.seo-content .knowledge-title {
  background-color: #0066cc;
  color: #fff;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.seo-content .knowledge-content {
  padding: 20px;
}
.seo-content .knowledge-content p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 15px;
}
.seo-content .knowledge-content ul {
  margin-bottom: 20px;
  padding-left: 20px;
}
.seo-content .knowledge-content ul li {
  margin-bottom: 8px;
  color: #333;
}
.seo-content .knowledge-content h4 {
  font-size: 16px;
  font-weight: bold;
  color: #0066cc;
  margin-top: 20px;
  margin-bottom: 10px;
}
.seo-content .knowledge-content .comparison-table, .seo-content .knowledge-content .area-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.seo-content .knowledge-content .comparison-table th, .seo-content .knowledge-content .comparison-table td, .seo-content .knowledge-content .area-table th, .seo-content .knowledge-content .area-table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
  font-size: 14px;
}
.seo-content .knowledge-content .comparison-table th, .seo-content .knowledge-content .area-table th {
  background-color: #f0f0f0;
  color: #333;
  font-weight: bold;
}
.seo-content .knowledge-content .comparison-table tr:nth-child(even), .seo-content .knowledge-content .area-table tr:nth-child(even) {
  background-color: #f9f9f9;
}
.seo-content .knowledge-content .mini-cta {
  text-align: center;
  margin-top: 25px;
}
.seo-content .knowledge-content .mini-cta a {
  display: inline-block;
  background-color: #ff6600;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 20px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.seo-content .knowledge-content .mini-cta a:hover {
  background-color: #cc5200;
}

/* ============================
   Success Cases Section Styles (Mobile Optimized)
   ============================ */
.success-cases {
  padding: 40px 0 60px;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .success-cases {
    padding: 80px 0;
  }
}
.success-cases .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .success-cases .container {
    padding: 0 20px;
  }
}
.success-cases .sc-header {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .success-cases .sc-header {
    margin-bottom: 50px;
  }
}
.success-cases .sc-header .sc-title {
  font-size: clamp(24px, 6vw, 36px);
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  .success-cases .sc-header .sc-title {
    margin-bottom: 16px;
  }
}
.success-cases .sc-header .sc-summary {
  font-size: clamp(14px, 4vw, 20px);
  color: #5d6d7e;
  font-weight: 500;
  line-height: 1.5;
}
.success-cases .sc-header .sc-summary .rate {
  color: #3498db;
  font-weight: 700;
  font-size: 110%;
}
.success-cases .sc-header .sc-summary .percentage {
  color: #27ae60;
  font-weight: 700;
}
.success-cases .sc-carousel {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .success-cases .sc-carousel {
    max-width: 1000px;
  }
}
.success-cases .sc-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(52, 152, 219, 0.2);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3498db;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .success-cases .sc-nav {
    width: 56px;
    height: 56px;
  }
}
.success-cases .sc-nav:hover {
  background: rgba(52, 152, 219, 0.1);
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 12px 40px rgba(52, 152, 219, 0.2);
}
.success-cases .sc-nav:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.3), 0 8px 32px rgba(0, 0, 0, 0.1);
}
.success-cases .sc-nav svg {
  width: 18px;
  height: 18px;
}
@media (min-width: 768px) {
  .success-cases .sc-nav svg {
    width: 24px;
    height: 24px;
  }
}
.success-cases .sc-nav.sc-nav-prev {
  left: -10px;
}
@media (min-width: 768px) {
  .success-cases .sc-nav.sc-nav-prev {
    left: -30px;
  }
}
@media (min-width: 992px) {
  .success-cases .sc-nav.sc-nav-prev {
    left: -60px;
  }
}
.success-cases .sc-nav.sc-nav-next {
  right: -10px;
}
@media (min-width: 768px) {
  .success-cases .sc-nav.sc-nav-next {
    right: -30px;
  }
}
@media (min-width: 992px) {
  .success-cases .sc-nav.sc-nav-next {
    right: -60px;
  }
}
.success-cases .sc-slides {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  touch-action: pan-y pinch-zoom;
}
@media (max-width: 767px) {
  .success-cases .sc-slides {
    touch-action: manipulation;
  }
}
.success-cases .sc-slide {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.success-cases .sc-slide.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.success-cases .sc-card {
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}
.success-cases .sc-card .sc-card-inner {
  display: flex;
  flex-direction: column;
  min-height: auto;
}
@media (min-width: 768px) {
  .success-cases .sc-card .sc-card-inner {
    flex-direction: row;
    min-height: 450px;
  }
}
.success-cases .sc-image-col {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .success-cases .sc-image-col {
    width: 45%;
    height: auto;
  }
}
.success-cases .sc-image-col .sc-property-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 20%;
     object-position: center 20%;
  transition: transform 0.6s ease;
}
@media (min-width: 768px) {
  .success-cases .sc-image-col .sc-property-img {
    -o-object-position: center 25%;
       object-position: center 25%;
  }
}
.success-cases .sc-image-col .sc-property-img[data-case="1"] {
  -o-object-position: center 30%;
     object-position: center 30%;
}
.success-cases .sc-image-col .sc-property-img[data-case="2"] {
  -o-object-position: center 25%;
     object-position: center 25%;
}
.success-cases .sc-image-col .sc-property-img[data-case="3"] {
  -o-object-position: center 35%;
     object-position: center 35%;
}
.success-cases .sc-image-col .sc-property-img[data-case="4"] {
  -o-object-position: center 20%;
     object-position: center 20%;
}
.success-cases .sc-image-col .sc-category {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  font-size: 12px;
  color: var(--category-color);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
@media (min-width: 768px) {
  .success-cases .sc-image-col .sc-category {
    top: 20px;
    left: 20px;
    padding: 10px 16px;
    gap: 8px;
    font-size: 14px;
  }
}
.success-cases .sc-card:hover .sc-property-img {
  transform: scale(1.05);
}
.success-cases .sc-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  .success-cases .sc-icon {
    width: 20px;
    height: 20px;
  }
}
.success-cases .sc-icon.sc-icon-home {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23e74c3c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 9 9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'%3E%3C/path%3E%3Cpolyline points='9 22 9 12 15 12 15 22'%3E%3C/polyline%3E%3C/svg%3E");
}
.success-cases .sc-icon.sc-icon-briefcase {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%233498db' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='20' height='14' x='2' y='7' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16'%3E%3C/path%3E%3C/svg%3E");
}
.success-cases .sc-icon.sc-icon-heart {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%239b59b6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z'%3E%3C/path%3E%3C/svg%3E");
}
.success-cases .sc-icon.sc-icon-graduation-cap {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%232ecc71' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 10v6M2 10l10-5 10 5-10 5z'%3E%3C/path%3E%3Cpath d='M6 12v5c0 2 2 3 6 3s6-1 6-3v-5'%3E%3C/path%3E%3C/svg%3E");
}
.success-cases .sc-content-col {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .success-cases .sc-content-col {
    padding: 32px;
    width: 55%;
  }
}
.success-cases .sc-content-header {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .success-cases .sc-content-header {
    margin-bottom: 24px;
  }
}
.success-cases .sc-content-header .sc-rating {
  display: flex;
  gap: 3px;
  margin-bottom: 10px;
  justify-content: center;
}
@media (min-width: 768px) {
  .success-cases .sc-content-header .sc-rating {
    gap: 4px;
    margin-bottom: 16px;
    justify-content: flex-start;
  }
}
.success-cases .sc-content-header .sc-star {
  width: 16px;
  height: 16px;
  background: #e0e0e0;
  -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
          clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  transition: all 0.2s ease;
}
@media (min-width: 768px) {
  .success-cases .sc-content-header .sc-star {
    width: 18px;
    height: 18px;
  }
}
.success-cases .sc-content-header .sc-star.sc-star-filled {
  background: linear-gradient(45deg, #FFD700, #FFA500);
}
.success-cases .sc-content-header .sc-quote {
  font-size: clamp(16px, 4vw, 24px);
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 16px;
  line-height: 1.4;
  position: relative;
  padding-left: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .success-cases .sc-content-header .sc-quote {
    margin-bottom: 20px;
    padding-left: 20px;
    text-align: left;
  }
}
.success-cases .sc-content-header .sc-quote::before {
  content: '"';
  position: absolute;
  left: 0;
  top: -8px;
  font-size: 32px;
  color: #3498db;
  opacity: 0.3;
  font-family: serif;
}
@media (min-width: 768px) {
  .success-cases .sc-content-header .sc-quote::before {
    top: -10px;
    font-size: 48px;
  }
}
.success-cases .sc-content-header .sc-profile {
  color: #2c3e50;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
}
@media (min-width: 768px) {
  .success-cases .sc-content-header .sc-profile {
    font-size: 16px;
    margin-bottom: 8px;
    text-align: left;
  }
}
.success-cases .sc-content-header .sc-property-detail {
  color: #7f8c8d;
  font-size: 12px;
  margin-bottom: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .success-cases .sc-content-header .sc-property-detail {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: left;
  }
}
.success-cases .sc-need {
  background: linear-gradient(135deg, #ffeaa7, #fab1a0);
  padding: 16px;
  border-radius: 12px;
  margin-bottom: 16px;
  color: #2d3436;
  font-size: 13px;
  line-height: 1.6;
  border-left: 3px solid #e17055;
}
@media (min-width: 768px) {
  .success-cases .sc-need {
    padding: 20px;
    margin-bottom: 24px;
    font-size: 15px;
    border-left: 4px solid #e17055;
  }
}
.success-cases .sc-need strong {
  color: #d63031;
  font-weight: 700;
}
.success-cases .sc-comparison {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .success-cases .sc-comparison {
    margin-bottom: 24px;
  }
}
.success-cases .sc-comparison .sc-comparison-title {
  font-size: 14px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 12px;
  text-align: center;
}
@media (min-width: 768px) {
  .success-cases .sc-comparison .sc-comparison-title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.success-cases .sc-comparison .sc-comparison-table {
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.success-cases .sc-comparison .sc-comparison-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.success-cases .sc-comparison .sc-comparison-row:last-child {
  border-bottom: none;
}
.success-cases .sc-comparison .sc-comparison-row.sc-comparison-header {
  background: linear-gradient(135deg, #74b9ff, #0984e3);
  color: white;
  font-weight: 700;
}
.success-cases .sc-comparison .sc-comparison-row:not(.sc-comparison-header):hover {
  background: rgba(116, 185, 255, 0.05);
}
.success-cases .sc-comparison .sc-comparison-cell {
  padding: 8px 4px;
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
  transition: background-color 0.2s ease;
}
@media (min-width: 768px) {
  .success-cases .sc-comparison .sc-comparison-cell {
    padding: 12px 8px;
    font-size: 14px;
  }
}
.success-cases .sc-comparison .sc-comparison-cell:first-child {
  text-align: left;
  font-weight: 600;
  font-size: 10px;
}
@media (min-width: 768px) {
  .success-cases .sc-comparison .sc-comparison-cell:first-child {
    font-size: 14px;
  }
}
.success-cases .sc-comparison .sc-comparison-cell.sc-highlight {
  color: #0984e3;
  font-weight: 700;
  background: rgba(116, 185, 255, 0.1);
}
.success-cases .sc-story {
  color: #2c3e50;
  line-height: 1.6;
  font-size: 13px;
  padding: 16px;
  background: linear-gradient(135deg, rgba(116, 185, 255, 0.1), rgba(52, 152, 219, 0.05));
  border-radius: 12px;
  border-left: 3px solid #3498db;
}
@media (min-width: 768px) {
  .success-cases .sc-story {
    font-size: 15px;
    padding: 20px;
    line-height: 1.7;
    border-left: 4px solid #3498db;
  }
}
.success-cases .sc-story strong {
  color: #e74c3c;
  font-weight: 700;
}
.success-cases .sc-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .success-cases .sc-dots {
    gap: 12px;
    margin-top: 32px;
  }
}
.success-cases .sc-dots .sc-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  border: 2px solid rgba(52, 152, 219, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
@media (min-width: 768px) {
  .success-cases .sc-dots .sc-dot {
    width: 14px;
    height: 14px;
  }
}
.success-cases .sc-dots .sc-dot:hover {
  background: rgba(52, 152, 219, 0.3);
  transform: scale(1.2);
}
.success-cases .sc-dots .sc-dot:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.3);
}
.success-cases .sc-dots .sc-dot.active {
  background: #3498db;
  width: 24px;
  border-radius: 6px;
  border-color: #3498db;
}
@media (min-width: 768px) {
  .success-cases .sc-dots .sc-dot.active {
    width: 32px;
    border-radius: 7px;
  }
}
.success-cases .sc-dots .sc-dot.active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  background: white;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .success-cases .sc-dots .sc-dot.active::after {
    width: 6px;
    height: 6px;
  }
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .success-cases .sc-carousel {
    padding: 0 5px;
  }
  .success-cases .sc-card {
    margin: 0 auto;
    max-width: 100%;
  }
  .success-cases .sc-content-col > * {
    margin-bottom: 12px;
  }
  .success-cases .sc-content-col > *:last-child {
    margin-bottom: 0;
  }
  .success-cases .sc-comparison-table {
    font-size: 10px;
  }
  .success-cases .sc-comparison-cell {
    padding: 6px 2px;
  }
  .success-cases .sc-comparison-cell:first-child {
    font-size: 9px;
    padding-right: 4px;
  }
  .success-cases .sc-slides {
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }
  .success-cases .sc-card {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .success-cases .sc-card .sc-quote,
  .success-cases .sc-card .sc-story,
  .success-cases .sc-card .sc-need,
  .success-cases .sc-card .sc-profile,
  .success-cases .sc-card .sc-property-detail {
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .success-cases {
    padding: 20px 0 30px;
  }
  .success-cases .sc-card-inner {
    flex-direction: row;
  }
  .success-cases .sc-image-col {
    width: 40%;
    height: auto;
  }
  .success-cases .sc-content-col {
    width: 60%;
    padding: 16px;
  }
  .success-cases .sc-header {
    margin-bottom: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .sc-slide,
  .sc-nav,
  .sc-dot,
  .sc-property-img {
    transition: none;
    animation: none;
  }
}
@media (prefers-contrast: high) {
  .success-cases .sc-card {
    border: 2px solid #2c3e50;
  }
  .success-cases .sc-nav {
    border: 2px solid #3498db;
  }
  .success-cases .sc-dot {
    border: 2px solid #2c3e50;
  }
  .success-cases .sc-dot.active {
    background: #2c3e50;
  }
}
.final-cta {
  padding: 80px 0;
  background: linear-gradient(135deg, #033b87 0%, #0066cc 100%);
}
.final-cta .container {
  max-width: 900px;
}
.final-cta .cta-container {
  text-align: center;
}
.final-cta .cta-title {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .final-cta .cta-title {
    font-size: 26px;
  }
}
.final-cta .cta-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .final-cta .cta-subtitle {
    font-size: 16px;
  }
}
.final-cta .cta-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.final-cta .cta-features .cta-feature {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  padding: 10px 20px;
  margin: 0 10px 15px;
  display: flex;
  align-items: center;
}
.final-cta .cta-features .cta-feature i {
  color: #ffcc00;
  margin-right: 8px;
}
.final-cta .cta-features .cta-feature span {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.final-cta .cta-button-container {
  margin-bottom: 30px;
}
.final-cta .cta-button-container .cta-button {
  display: inline-block;
  background-color: #ff6600;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 40px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.3s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.final-cta .cta-button-container .cta-button:hover {
  background-color: #cc5200;
  transform: translateY(-3px);
}
.final-cta .cta-button-container .remaining-slots {
  margin-top: 15px;
  color: #fff;
  font-size: 14px;
}
.final-cta .cta-button-container .remaining-slots span {
  color: #ffcc00;
  font-weight: bold;
}
.final-cta .trust-badges {
  display: flex;
  justify-content: center;
}
@media (max-width: 576px) {
  .final-cta .trust-badges {
    flex-direction: column;
    align-items: center;
  }
}
.final-cta .trust-badges .trust-badge {
  display: flex;
  align-items: center;
  margin: 0 15px;
}
@media (max-width: 576px) {
  .final-cta .trust-badges .trust-badge {
    margin: 5px 0;
  }
}
.final-cta .trust-badges .trust-badge i {
  color: #ffcc00;
  font-size: 16px;
  margin-right: 8px;
}
.final-cta .trust-badges .trust-badge span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

/* フッターのスタイル - モバイル最適化版（エラー修正版） */
.site-footer {
  background-color: #152C5B; /* 画像に合わせたネイビーカラー */
  color: #fff;
  padding: 20px 0 10px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  /* フッタートップ部分 */
}
.site-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.site-footer .footer-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
  padding: 0 15px;
}
@media (min-width: 769px) {
  .site-footer .footer-top {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
    text-align: left;
  }
}
.site-footer .footer-logo {
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .site-footer .footer-logo {
    margin-bottom: 0;
  }
}
.site-footer .footer-logo img {
  max-width: 120px;
  margin-bottom: 5px;
}
@media (min-width: 769px) {
  .site-footer .footer-logo img {
    max-width: 150px;
  }
}
.site-footer .footer-tagline {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .site-footer .footer-tagline {
    margin-bottom: 0;
    font-size: 14px;
  }
}
.site-footer .footer-contact {
  text-align: center;
}
@media (min-width: 769px) {
  .site-footer .footer-contact {
    text-align: right;
  }
}
.site-footer .footer-contact .footer-tel {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 5px;
}
@media (min-width: 769px) {
  .site-footer .footer-contact .footer-tel {
    font-size: 24px;
  }
}
.site-footer .footer-contact .footer-tel a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.site-footer .footer-contact .footer-tel a:hover {
  color: #4A90E2;
  transform: translateY(-1px);
}
.site-footer .footer-contact .footer-tel a:focus {
  outline: 2px solid #4A90E2;
  outline-offset: 2px;
  border-radius: 4px;
}
.site-footer .footer-contact .footer-tel i {
  margin-right: 8px;
  color: #4A90E2;
}
@media (min-width: 769px) {
  .site-footer .footer-contact .footer-tel i {
    margin-right: 10px;
  }
}
.site-footer .footer-contact .footer-hours {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 769px) {
  .site-footer .footer-contact .footer-hours {
    font-size: 14px;
  }
}

/* アコーディオンスタイル */
.footer-accordion {
  margin-bottom: 20px;
  width: 100%;
  /* モダンなアコーディオンアイコン */
}
@media (min-width: 769px) {
  .footer-accordion {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
}
.footer-accordion .accordion-item {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 769px) {
  .footer-accordion .accordion-item {
    flex: 1;
    margin: 0 10px;
    border: none;
    border-top: none;
  }
}
.footer-accordion .accordion-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 769px) {
  .footer-accordion .accordion-item:last-child {
    border-bottom: none;
  }
}
.footer-accordion .accordion-item.active .accordion-icon:after {
  transform: rotate(90deg);
  opacity: 0;
}
.footer-accordion .accordion-item.active .accordion-content {
  max-height: 250px !important;
  padding: 0 20px 15px !important;
}
@media (min-width: 769px) {
  .footer-accordion .accordion-item.active .accordion-content {
    max-height: none !important;
    padding: 0 !important;
  }
}
.footer-accordion .accordion-header {
  padding: 15px 20px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: background-color 0.2s;
}
@media (min-width: 769px) {
  .footer-accordion .accordion-header {
    cursor: default;
    padding: 0 0 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.footer-accordion .accordion-header:active {
  background-color: rgba(255, 255, 255, 0.05);
}
@media (min-width: 769px) {
  .footer-accordion .accordion-header:active {
    background-color: transparent;
  }
}
@media (max-width: 768px) {
  .footer-accordion .accordion-header:hover {
    background-color: rgba(255, 255, 255, 0.05);
  }
}
.footer-accordion .accordion-header h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  color: #fff;
}
@media (min-width: 769px) {
  .footer-accordion .accordion-header h3 {
    font-size: 18px;
  }
}
.footer-accordion .accordion-icon {
  position: relative;
  width: 16px;
  height: 16px;
  display: block;
  /* 横線 */
  /* 縦線 (開閉状態で変化) */
}
@media (min-width: 769px) {
  .footer-accordion .accordion-icon {
    display: none;
  }
}
.footer-accordion .accordion-icon:before, .footer-accordion .accordion-icon:after {
  content: "";
  position: absolute;
  background-color: #4A90E2;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.footer-accordion .accordion-icon:before {
  top: 7px;
  left: 0;
  width: 16px;
  height: 2px;
}
.footer-accordion .accordion-icon:after {
  top: 0;
  left: 7px;
  width: 2px;
  height: 16px;
}
.footer-accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  padding: 0 20px;
}
@media (min-width: 769px) {
  .footer-accordion .accordion-content {
    max-height: none !important;
    padding: 0 !important;
  }
}
.footer-accordion .accordion-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-accordion .accordion-content li {
  margin-bottom: 12px;
}
@media (min-width: 769px) {
  .footer-accordion .accordion-content li {
    margin-bottom: 10px;
  }
}
.footer-accordion .accordion-content li:last-child {
  margin-bottom: 0;
}
.footer-accordion .accordion-content a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s ease;
  display: block;
  word-break: keep-all;
  white-space: normal;
}
.footer-accordion .accordion-content a:hover {
  color: #4A90E2;
  text-decoration: underline;
}
.footer-accordion .accordion-content a:focus {
  outline: 2px solid #4A90E2;
  outline-offset: 2px;
}
.footer-accordion .accordion-content a[href^="tel:"] {
  font-weight: 600;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.footer-accordion .accordion-content a[href^="tel:"]:hover {
  color: #4A90E2;
  transform: translateY(-1px);
}
.footer-accordion .accordion-content a[href^="tel:"]:before {
  content: "📞";
  font-size: 12px;
}

/* フッターボトム部分 */
.footer-bottom {
  text-align: center;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 769px) {
  .footer-bottom {
    padding-top: 20px;
  }
}
.footer-bottom .disclaimer-link {
  margin-bottom: 15px;
}
.footer-bottom .disclaimer-link a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  transition: color 0.2s;
}
@media (min-width: 769px) {
  .footer-bottom .disclaimer-link a {
    display: none;
  }
}
.footer-bottom .disclaimer-link a:hover {
  color: rgba(255, 255, 255, 0.9);
}
.footer-bottom .disclaimer-link a:focus {
  outline: 2px solid #4A90E2;
  outline-offset: 2px;
}
.footer-bottom .disclaimer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, margin 0.3s ease-out;
  margin: 0;
}
@media (min-width: 769px) {
  .footer-bottom .disclaimer {
    max-height: none !important;
    margin-bottom: 15px !important;
  }
}
.footer-bottom .disclaimer.active {
  max-height: 300px;
  margin-bottom: 15px;
}
.footer-bottom .disclaimer p {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
  text-align: center;
  padding: 0 20px;
  margin: 0 0 10px;
}
@media (min-width: 769px) {
  .footer-bottom .disclaimer p {
    font-size: 12px;
    padding: 0;
  }
}
.footer-bottom .copyright p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  padding-bottom: 10px;
}
@media (min-width: 769px) {
  .footer-bottom .copyright p {
    font-size: 14px;
  }
}

/* 🔥 フローティングCTA完全修正版CSS */
.floating-cta {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9999 !important; /* 確実に最前面に */
  display: none; /* 初期状態は非表示 */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 769px) {
  .floating-cta {
    bottom: 20px;
    right: 20px;
  }
}

/* 🔥 表示状態のクラス */
.floating-cta.show {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

/* 🔥 アニメーション表示用 */
.floating-cta:not(.show) {
  transform: translateY(100px);
}

.floating-cta.show {
  animation: slideInUp 0.5s ease-out;
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.floating-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #FF6A3D 0%, #FF8C42 100%);
  color: #fff !important;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 20px;
  border-radius: 50px;
  text-decoration: none !important;
  box-shadow: 0 4px 20px rgba(255, 106, 61, 0.4);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  border: none;
  cursor: pointer;
}
@media (min-width: 769px) {
  .floating-button {
    font-size: 16px;
    padding: 15px 25px;
    box-shadow: 0 6px 25px rgba(255, 106, 61, 0.4);
  }
}

.floating-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(255, 106, 61, 0.6);
  background: linear-gradient(135deg, #e55a2b 0%, #e6762b 100%);
  color: #fff !important;
  text-decoration: none !important;
}

.floating-button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 106, 61, 0.5), 0 8px 30px rgba(255, 106, 61, 0.6);
  color: #fff !important;
  text-decoration: none !important;
}

.floating-button:active {
  transform: translateY(-1px);
}

.floating-button i {
  margin-right: 8px;
  font-size: 16px;
}
@media (min-width: 769px) {
  .floating-button i {
    margin-right: 10px;
    font-size: 18px;
  }
}

/* 🔥 強制表示用のユーティリティクラス */
.floating-cta-force-show {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

/* 🔥 レスポンシブ調整 */
@media (max-width: 480px) {
  .floating-cta {
    bottom: 10px;
    right: 10px;
  }
  .floating-button {
    font-size: 12px;
    padding: 10px 16px;
  }
  .floating-button i {
    margin-right: 6px;
    font-size: 14px;
  }
}
/* 🔥 高度なアニメーション */
.floating-button {
  position: relative;
  overflow: hidden;
}

.floating-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

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

/* 🔥 アクセシビリティ対応 */
@media (prefers-reduced-motion: reduce) {
  .floating-cta {
    animation: none !important;
    transition: opacity 0.2s ease !important;
  }
  .floating-button {
    transition: background 0.2s ease !important;
  }
  .floating-button:hover {
    transform: none !important;
  }
}
/* 🔥 ダークモード対応 */
@media (prefers-color-scheme: dark) {
  .floating-button {
    background: linear-gradient(135deg, #FF6A3D 0%, #FF8C42 100%);
    color: #fff !important;
  }
  .floating-button:hover {
    background: linear-gradient(135deg, #e55a2b 0%, #e6762b 100%);
    color: #fff !important;
  }
}
/* 🔥 印刷時は非表示 */
@media print {
  .floating-cta {
    display: none !important;
  }
}
/* 退出意図ポップアップ */
.exit-intent-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.exit-intent-popup.show {
  opacity: 1;
}
.exit-intent-popup .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 20px;
  max-width: 500px;
  width: 90%;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .exit-intent-popup .popup-content {
    padding: 20px 15px;
    width: 95%;
    border-radius: 8px;
  }
}
@media (min-width: 769px) {
  .exit-intent-popup .popup-content {
    padding: 40px 30px;
    border-radius: 15px;
  }
}
.exit-intent-popup .popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  color: #666;
  cursor: pointer;
  transition: color 0.3s ease;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.exit-intent-popup .popup-close:hover {
  color: #333;
  background-color: #f0f0f0;
}
.exit-intent-popup .popup-close:focus {
  outline: 2px solid #4A90E2;
  outline-offset: 2px;
}
.exit-intent-popup .popup-title {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .exit-intent-popup .popup-title {
    font-size: 20px;
  }
}
@media (min-width: 769px) {
  .exit-intent-popup .popup-title {
    font-size: 24px;
  }
}
.exit-intent-popup .popup-subtitle {
  font-size: 15px;
  color: #666;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .exit-intent-popup .popup-subtitle {
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  .exit-intent-popup .popup-subtitle {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
.exit-intent-popup .popup-form {
  margin-bottom: 12px;
}
@media (min-width: 769px) {
  .exit-intent-popup .popup-form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .exit-intent-popup .popup-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.exit-intent-popup .popup-input {
  padding: 10px;
  border: 2px solid #ddd;
  border-radius: 5px;
  font-size: 15px;
  transition: border-color 0.2s ease;
}
@media (min-width: 769px) {
  .exit-intent-popup .popup-input {
    width: 60%;
    padding: 15px;
    border-radius: 8px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .exit-intent-popup .popup-input {
    width: 100%;
  }
}
.exit-intent-popup .popup-input:focus {
  border-color: #4A90E2;
  outline: none;
  box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.3);
}
.exit-intent-popup .popup-input::-moz-placeholder {
  color: #999;
}
.exit-intent-popup .popup-input::placeholder {
  color: #999;
}
.exit-intent-popup .popup-button {
  background-color: #FF6A3D;
  color: #fff;
  border: none;
  padding: 10px 18px;
  font-size: 15px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media (min-width: 769px) {
  .exit-intent-popup .popup-button {
    padding: 15px 20px;
    border-radius: 8px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .exit-intent-popup .popup-button {
    width: 100%;
  }
}
.exit-intent-popup .popup-button:hover {
  background-color: #e55a2b; /* darken(#FF6A3D, 10%) の手動計算値 */
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(255, 106, 61, 0.3);
}
.exit-intent-popup .popup-button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 106, 61, 0.3);
}
.exit-intent-popup .popup-button:active {
  transform: translateY(0);
}
.exit-intent-popup .popup-note {
  font-size: 11px;
  color: #666;
  margin: 0;
}
@media (min-width: 769px) {
  .exit-intent-popup .popup-note {
    font-size: 12px;
  }
}

/* 残りのスタイル（省略記号で簡略化）... */
/* デスクトップ表示用のスタイル */
@media (min-width: 769px) {
  .site-footer {
    padding: 40px 0 20px;
  }
  .disclaimer {
    max-height: none !important;
    margin-bottom: 15px !important;
  }
  #disclaimer-toggle {
    display: none;
  }
}
/* その他のモバイル最適化 */
@media (max-width: 480px) {
  .site-footer .footer-top {
    padding: 0 10px;
  }
  .site-footer .footer-tel {
    font-size: 16px !important;
  }
  .accordion-header {
    padding: 12px 15px !important;
  }
  .accordion-header h3 {
    font-size: 15px;
  }
  .accordion-content {
    padding: 0 15px !important;
  }
  .accordion-content.active {
    padding: 0 15px 12px !important;
  }
  .accordion-content a {
    font-size: 13px;
  }
  .floating-button {
    padding: 8px 14px;
    font-size: 12px;
  }
  .floating-button i {
    margin-right: 4px;
  }
  .disclaimer p {
    font-size: 10px;
    padding: 0 15px;
  }
  .copyright p {
    font-size: 11px;
  }
}
/* アニメーション効果 */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.exit-intent-popup.show .popup-content {
  animation: fadeInUp 0.3s ease-out;
}

.floating-cta {
  animation: slideIn 0.3s ease-out;
}

.floating-button:hover {
  animation: pulse 0.6s ease-in-out;
}

/* スクロールバーのカスタマイズ（Webkit系ブラウザ） */
.accordion-content::-webkit-scrollbar {
  width: 4px;
}

.accordion-content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
}

.accordion-content::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
}
.accordion-content::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}

/* 印刷スタイル */
@media print {
  .site-footer {
    background: white !important;
    color: black !important;
    -webkit-print-color-adjust: exact;
  }
  .floating-cta,
  .exit-intent-popup {
    display: none !important;
  }
  .accordion-content {
    max-height: none !important;
    padding: 0 !important;
  }
  .accordion-icon {
    display: none !important;
  }
  .disclaimer {
    max-height: none !important;
    margin-bottom: 15px !important;
  }
}
/* 高コントラストモード対応 */
@media (prefers-contrast: high) {
  .site-footer {
    background-color: #000 !important;
    border-top: 3px solid #fff;
  }
  .accordion-content a {
    color: #fff !important;
  }
  .accordion-content a:hover {
    color: #ffff00 !important;
  }
  .disclaimer p {
    color: rgba(255, 255, 255, 0.8) !important;
  }
  .accordion-icon:before, .accordion-icon:after {
    background-color: #fff !important;
  }
}
/* ダークモード対応 */
@media (prefers-color-scheme: dark) {
  .exit-intent-popup .popup-content {
    background-color: #2d2d2d;
    color: #e0e0e0;
  }
  .exit-intent-popup .popup-title {
    color: #fff;
  }
  .exit-intent-popup .popup-subtitle {
    color: #ccc;
  }
  .exit-intent-popup .popup-input {
    background-color: #3a3a3a;
    border-color: #555;
    color: #e0e0e0;
  }
  .exit-intent-popup .popup-input::-moz-placeholder {
    color: #999;
  }
  .exit-intent-popup .popup-input::placeholder {
    color: #999;
  }
  .exit-intent-popup .popup-input:focus {
    border-color: #4A90E2;
  }
  .exit-intent-popup .popup-close {
    color: #ccc;
  }
  .exit-intent-popup .popup-close:hover {
    color: #fff;
    background-color: #444;
  }
}
/* モーション設定を尊重 */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .accordion-content {
    transition: none !important;
  }
  .exit-intent-popup {
    transition: none !important;
  }
  .floating-button:hover {
    animation: none !important;
    transform: none !important;
  }
}
/* 大画面対応 */
@media (min-width: 1200px) {
  .site-footer .container {
    max-width: 1400px;
  }
  .footer-accordion .accordion-item {
    margin: 0 20px;
  }
  .footer-contact .footer-tel {
    font-size: 28px;
  }
  .popup-content {
    max-width: 600px;
    padding: 50px 40px;
  }
  .popup-title {
    font-size: 28px;
  }
  .popup-subtitle {
    font-size: 18px;
  }
}
/* タブレット対応 */
@media (min-width: 768px) and (max-width: 1024px) {
  .footer-accordion {
    flex-wrap: wrap;
  }
  .footer-accordion .accordion-item {
    flex: 0 0 calc(50% - 20px);
    margin: 10px;
  }
  .popup-form {
    flex-direction: column;
    gap: 15px;
  }
  .popup-form .popup-input,
  .popup-form .popup-button {
    width: 100%;
  }
}
.lead-form {
  padding: clamp(60px, 8vw, 100px) 0;
  background: #f7f8fc;
  min-height: 100vh;
  /* ========== プログレスメーター ========== */
  /* ========== ステップコンテンツ ========== */
  /* ========== フォーム要素 ========== */
  /* ========== 新機能：面積入力のユニット切り替え ========== */
  /* ========== 新機能：間取り入力 ========== */
  /* ========== 新機能：テキストエリア ========== */
  /* ========== 同意チェックボックス ========== */
  /* ========== 新機能：ボタングループ ========== */
  /* ========== 既存のボタンスタイルを維持（後方互換性） ========== */
  /* ========== レスポンシブ ========== */
}
.lead-form .container {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 20px;
}
.lead-form .form-wrapper {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  padding: clamp(28px, 6vw, 40px);
}
.lead-form .lead-title {
  font-size: clamp(22px, 6vw, 30px);
  font-weight: 700;
  margin-bottom: 28px;
  text-align: center;
}
.lead-form .progress-container {
  margin-bottom: 40px;
}
.lead-form .progress-bar {
  width: 100%;
  height: 8px;
  background: #e9ecef;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 20px;
}
.lead-form .progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #0066cc, #0099ff);
  border-radius: 4px;
  transition: width 0.3s ease;
  width: 33.33%;
}
.lead-form .step-indicators {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lead-form .step-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  position: relative;
}
.lead-form .step-number {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}
.lead-form .step-indicator.active .step-number {
  background: #0066cc;
  color: white;
}
.lead-form .step-indicator.completed .step-number {
  background: #28a745;
  color: white;
}
.lead-form .step-indicator:not(.active):not(.completed) .step-number {
  background: #e9ecef;
  color: #6c757d;
}
.lead-form .step-label {
  font-size: 12px;
  color: #666;
  text-align: center;
  font-weight: 500;
}
.lead-form .step-indicator.active .step-label {
  color: #0066cc;
  font-weight: 700;
}
.lead-form .step-content {
  display: none;
}
.lead-form .step-content.active {
  display: block;
  animation: fadeIn 0.3s ease;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.lead-form fieldset {
  border: none;
  margin-bottom: 36px;
}
.lead-form legend {
  font-size: 18px;
  font-weight: 700;
  color: #0066cc;
  margin-bottom: 18px;
}
.lead-form .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 18px;
}
.lead-form .two-col > * {
  flex: 1 1 calc(50% - 9px);
}
.lead-form .form-group {
  flex: 1 1 100%;
  min-width: 0;
}
.lead-form label {
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
  color: #333;
}
.lead-form .req {
  color: #d00;
  font-size: 0.8em;
  margin-left: 4px;
}
.lead-form input, .lead-form select, .lead-form textarea {
  width: 100%;
  padding: 14px 15px;
  border: 2px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
  transition: 0.2s;
}
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus {
  border-color: #0066cc;
  box-shadow: 0 0 3px rgba(0, 102, 204, 0.24);
  outline: none;
}
.lead-form input.readonly {
  background: #f5f5f5;
  cursor: not-allowed;
}
.lead-form .unit-toggle {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
.lead-form .unit-toggle label {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: normal;
  margin-bottom: 0;
  cursor: pointer;
}
.lead-form .unit-toggle input[type=radio] {
  width: auto;
}
.lead-form .area-input-group {
  position: relative;
}
.lead-form .area-input-group input {
  padding-right: 50px;
}
.lead-form .area-unit {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  font-weight: 500;
}
.lead-form .layout-input {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.lead-form .layout-rooms, .lead-form .layout-type {
  flex: 1;
  min-width: 120px;
}
.lead-form .note {
  font-size: 12px;
  color: #666;
  margin-top: 4px;
  font-style: italic;
}
.lead-form textarea {
  resize: vertical;
  min-height: 100px;
  font-family: inherit;
}
.lead-form .agree {
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.lead-form .agree input[type=checkbox] {
  width: auto;
  margin-top: 4px;
}
.lead-form .agree a {
  color: #0066cc;
  text-decoration: underline;
}
.lead-form .button-group {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-top: 30px;
}
.lead-form .btn {
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s;
  flex: 1;
}
.lead-form .btn-prev {
  background: #6c757d;
  color: white;
}
.lead-form .btn-prev:hover {
  background: #5a6268;
}
.lead-form .btn-next, .lead-form .btn-submit {
  background: #ff6600;
  color: white;
}
.lead-form .btn-next:hover, .lead-form .btn-submit:hover {
  background: #cc5200;
}
.lead-form .btn:disabled {
  background: #ccc;
  cursor: not-allowed;
}
.lead-form .submit-button {
  width: 100%;
  padding: 15px;
  background: #ff6600;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.2s;
}
.lead-form .submit-button:hover {
  background: #cc5200;
}
@media (max-width: 768px) {
  .lead-form .two-col {
    flex-direction: column;
  }
  .lead-form .two-col > * {
    flex: 1 1 100%;
  }
  .lead-form .step-label {
    font-size: 10px;
  }
  .lead-form .step-number {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
  .lead-form .layout-input {
    flex-direction: column;
  }
  .lead-form .layout-rooms, .lead-form .layout-type {
    min-width: 100%;
  }
}/*# sourceMappingURL=main.css.map */