.elementor-161 .elementor-element.elementor-element-0372422{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-161 .elementor-element.elementor-element-04f0603{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-161 .elementor-element.elementor-element-03f89a1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-161 .elementor-element.elementor-element-7eb35be{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-161 .elementor-element.elementor-element-3d74871{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-161 .elementor-element.elementor-element-335fa9a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-161 .elementor-element.elementor-element-0372422{--content-width:100%;}.elementor-161 .elementor-element.elementor-element-04f0603{--content-width:100%;}.elementor-161 .elementor-element.elementor-element-03f89a1{--content-width:100%;}.elementor-161 .elementor-element.elementor-element-7eb35be{--content-width:100%;}.elementor-161 .elementor-element.elementor-element-3d74871{--content-width:100%;}.elementor-161 .elementor-element.elementor-element-335fa9a{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-be21f52 *//* ヒーローセクション CSS */
/* ElementorのカスタムCSSに貼り付け用 */
/* 優先度を高めるため、より具体的なセレクタと!importantを使用 */

.insurance-hero {
  padding: 80px 20px 60px;
  position: relative;
  overflow: hidden;
   background: linear-gradient(135deg, #f8fafe 0%, #ffffff 100%);
}

.insurance-hero::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(251,191,36,0.06), transparent);
  border-radius: 50%;
}

.insurance-hero::after {
  content: '';
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(239,68,68,0.04), transparent);
  border-radius: 50%;
}

.insurance-hero-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.insurance-hero-content {
  text-align: center;
}

.insurance-hero-badge {
  display: inline-block;
  margin-bottom: 24px;
  animation: fadeInUp 0.6s ease;
}

.badge-text {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  color: white;
  padding: 10px 24px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 6px 20px rgba(59,130,246,0.25);
  position: relative;
  overflow: hidden;
}

.badge-text::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.6s ease;
}

.badge-text:hover::before {
  left: 100%;
}

.insurance-hero .insurance-hero-title {
  font-size: clamp(38px, 5.5vw, 64px) !important;
  font-weight: 900;
  color: #1f2937;
  line-height: 1.25;
  margin-bottom: 32px;
  animation: fadeInUp 0.6s ease 0.2s both;
}

.insurance-hero .insurance-hero-title .highlight-text {
  color: #ef4444 !important;
  position: relative;
  display: inline-block;
  font-size: 1.3em !important;
  font-weight: 900 !important;
  letter-spacing: 0.02em;
  padding: 0 8px;
  background: linear-gradient(135deg, #ef4444, #dc2626) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  text-shadow: 2px 2px 8px rgba(239,68,68,0.15);
  animation: pulseScale 2.5s ease-in-out infinite;
  line-height: 1.1 !important;
}

@keyframes pulseScale {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.insurance-hero .insurance-hero-title .highlight-text::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, transparent, #ef4444, transparent) !important;
  border-radius: 3px;
  animation: underlineGlow 3s ease-in-out infinite;
}

@keyframes underlineGlow {
  0%, 100% {
    opacity: 0.4;
    transform: scaleX(0.7);
  }
  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}

.insurance-hero-subtitle {
  font-size: clamp(16px, 2vw, 22px);
  color: #6b7280;
  line-height: 1.7;
  margin-bottom: 40px;
  animation: fadeInUp 0.6s ease 0.4s both;
}

.insurance-hero-subtitle strong {
  color: #ef4444;
  font-weight: 700;
  background: rgba(239,68,68,0.08);
  padding: 2px 8px;
  border-radius: 4px;
}

.insurance-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  animation: fadeInUp 0.6s ease 0.6s both;
}

.stat-item {
  text-align: center;
  padding: 24px 20px;
  background: white;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.stat-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0b326f, #4fc3f7);
}

.stat-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.stat-number {
  font-size: 28px;
  font-weight: 900;
  color: #0b326f;
  margin-bottom: 6px;
}

.stat-label {
  font-size: 13px;
  color: #6b7280;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.insurance-hero-cta {
  display: flex;
  gap: 16px;
  margin-bottom: 28px;
  justify-content: center;
  animation: fadeInUp 0.6s ease 0.8s both;
}

.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 18px 36px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn-primary {
  background: linear-gradient(135deg, #ef4444, #dc2626);
  color: white;
  box-shadow: 0 10px 25px rgba(239,68,68,0.3);
}

.btn-primary::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.6s ease;
}

.btn-primary:hover::before {
  left: 100%;
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(239,68,68,0.4);
}

.btn-secondary {
  background: white;
  color: #0b326f;
  border: 2px solid #0b326f;
  box-shadow: 0 6px 20px rgba(11,50,111,0.15);
}

.btn-secondary:hover {
  background: #0b326f;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(11,50,111,0.25);
}

.btn-icon {
  font-size: 18px;
}

.insurance-hero-note {
  font-size: 14px;
  color: #6b7280;
  opacity: 0.9;
  animation: fadeInUp 0.6s ease 1s both;
}

/* アニメーション */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .insurance-hero {
    padding: 60px 5px 40px;
  }
  
  .insurance-hero-stats {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .insurance-hero-cta {
    flex-direction: column;
  }
  
  .btn-primary,
  .btn-secondary {
    text-align: center;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .insurance-hero .insurance-hero-title {
    font-size: 34px !important;
  }
  
  .insurance-hero .insurance-hero-title .highlight-text {
    font-size: 1.25em !important;
  }
  
  .insurance-hero-stats {
    gap: 12px;
  }
  
  .stat-item {
    padding: 20px 16px;
  }
  
  .stat-number {
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7df79dd *//* 火災保険適用範囲セクション CSS - プロフェッショナル版 */
/* ElementorのカスタムCSSに貼り付け用 */

.insurance-coverage {
  padding: 120px 20px;
  background: linear-gradient(180deg, 
    #f8faff 0%, 
    #f0f4ff 50%, 
    #f8faff 100%);
  position: relative;
  overflow: hidden;
}

.insurance-coverage::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(226,232,240,0.5), 
    transparent);
}

.coverage-container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.coverage-header {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.coverage-header::after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #ef4444, #fca5a5);
  border-radius: 2px;
}

.coverage-header h2 {
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 800;
  color: #334155;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.coverage-subtitle {
  font-size: clamp(17px, 1.8vw, 20px);
  color: #64748b;
  line-height: 1.8;
  max-width: 720px;
  margin: 0 auto;
  font-weight: 400;
}

.emphasis {
  color: #ef4444;
  font-weight: 700;
  padding: 2px 6px;
  background: rgba(239,68,68,0.08);
  border-radius: 4px;
  display: inline-block;
}

.coverage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 80px;
}

.coverage-card {
  background: #ffffff;
  border: 1px solid rgba(148,163,184,0.2);
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(51,65,85,0.04);
}

.coverage-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #475569, #64748b);
  transform: scaleX(0);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.coverage-card:hover::before {
  transform: scaleX(1);
}

.coverage-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(51,65,85,0.08);
  border-color: rgba(71,85,105,0.3);
}

.coverage-icon {
  width: 72px;
  height: 72px;
  border-radius: 16px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #475569, #64748b);
  box-shadow: 0 6px 16px -4px rgba(71,85,105,0.25);
  position: relative;
}

.coverage-icon::after {
  content: '';
  position: absolute;
  inset: -2px;
  background: linear-gradient(145deg, #94a3b8, #475569);
  border-radius: 18px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.coverage-card:hover .coverage-icon::after {
  opacity: 0.5;
}

.coverage-icon .icon-text {
  font-size: 36px;
  filter: drop-shadow(0 2px 4px rgba(51,65,85,0.15));
  color: white;
}

.coverage-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #334155;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}

.damage-list {
  list-style: none;
  padding: 0;
  margin-bottom: 28px;
  text-align: left;
}

.damage-list li {
  padding: 10px 0 10px 24px;
  border-bottom: 1px solid rgba(148,163,184,0.2);
  color: #475569;
  font-size: 13px;
  position: relative;
  transition: all 0.2s ease;
}

.damage-list li:hover {
  color: #334155;
  padding-left: 28px;
}

.damage-list li:last-child {
  border-bottom: none;
}

.damage-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #10b981;
  font-weight: bold;
  font-size: 16px;
}

.coverage-note {
  background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
  border-left: 3px solid #64748b;
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 12px;
  color: #334155;
  text-align: left;
  font-weight: 500;
}

.coverage-important {
  background: linear-gradient(135deg, 
    rgba(254,249,195,0.15) 0%, 
    rgba(254,240,138,0.08) 100%);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(253,224,71,0.15);
  border-radius: 16px;
  padding: 36px;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.coverage-important::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, 
    rgba(239,68,68,0.05) 0%, 
    transparent 70%);
  animation: pulse-slow 8s ease-in-out infinite;
}

.important-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 36px;
  justify-content: center;
}

.important-icon {
  font-size: 28px;
  animation: pulse-icon 2s ease-in-out infinite;
}

.important-header h3 {
  font-size: 26px;
  font-weight: 700;
  color: #ef4444;
  margin: 0;
  letter-spacing: -0.01em;
}

.important-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  position: relative;
  z-index: 1;
}

.important-item {
  background: rgba(255,255,255,0.8);
  padding: 24px;
  border-radius: 16px;
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease;
}

.important-item:hover {
  transform: translateY(-4px);
}

.important-item h4 {
  color: #dc2626;
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.important-item p {
  color: #64748b;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.coverage-cta {
  background: linear-gradient(135deg, #334155 0%, #475569 100%);
  border-radius: 20px;
  padding: 48px 40px;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
  border: none;
}

.coverage-cta::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, 
    rgba(148,163,184,0.2) 0%, 
    transparent 70%);
  animation: float 6s ease-in-out infinite;
}

.cta-content h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
  color: white;
}

.cta-content p {
  font-size: 16px;
  margin-bottom: 32px;
  color: #e2e8f0;
  line-height: 1.6;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.btn-coverage {
  background: linear-gradient(135deg, #ef4444, #f87171);
  color: white;
  padding: 16px 40px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  box-shadow: 0 4px 12px -2px rgba(239,68,68,0.25);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.btn-coverage::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
}

.btn-coverage:hover::before {
  width: 300px;
  height: 300px;
}

.btn-coverage:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px -4px rgba(239,68,68,0.35);
}

/* アニメーション定義 */
@keyframes pulse-slow {
  0%, 100% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
}

@keyframes pulse-icon {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(5deg);
  }
}

/* グラスモーフィズム効果の追加 */
@supports (backdrop-filter: blur(10px)) {
  .coverage-card {
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(10px);
  }
}

/* ダークモード対応（オプション） - 無効化 */
/* @media (prefers-color-scheme: dark) {
  .insurance-coverage {
    background: linear-gradient(180deg, 
      #0f172a 0%, 
      #1e293b 50%, 
      #0f172a 100%);
  }
  
  .coverage-card {
    background: rgba(30,41,59,0.9);
    border-color: rgba(71,85,105,0.5);
  }
  
  .coverage-card h3 {
    color: #f1f5f9;
  }
  
  .damage-list li {
    color: #cbd5e1;
    border-color: rgba(71,85,105,0.3);
  }
  
  .coverage-header h2 {
    color: #f1f5f9;
  }
  
  .coverage-subtitle {
    color: #94a3b8;
  }
} */

/* レスポンシブ対応 - プロフェッショナル版 */
@media (max-width: 1280px) {
  .coverage-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  
  .coverage-card {
    padding: 28px 20px;
  }
  
  .coverage-icon {
    width: 64px;
    height: 64px;
  }
  
  .coverage-icon .icon-text {
    font-size: 32px;
  }
  
  .coverage-card h3 {
    font-size: 16px;
  }
  
  .damage-list li {
    font-size: 12px;
    padding: 8px 0 8px 20px;
  }
}

@media (max-width: 1024px) {
  .coverage-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  
  .coverage-card {
    padding: 32px 24px;
  }
  
  .coverage-icon {
    width: 72px;
    height: 72px;
  }
  
  .coverage-icon .icon-text {
    font-size: 36px;
  }
  
  .coverage-card h3 {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .insurance-coverage {
    padding: 80px 16px;
  }
  
  .coverage-header {
    margin-bottom: 60px;
  }
  
  .coverage-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .coverage-card {
    padding: 32px 24px;
  }
  
  .coverage-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 24px;
  }
  
  .coverage-icon .icon-text {
    font-size: 36px;
  }
  
  .important-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .important-item {
    padding: 20px;
  }
  
  .coverage-important {
    padding: 32px 24px;
    border-radius: 20px;
  }
  
  .coverage-cta {
    padding: 40px 24px;
    border-radius: 20px;
  }
  
  .cta-content h3 {
    font-size: 26px;
  }
  
  .cta-content p {
    font-size: 16px;
  }
  
  .btn-coverage {
    padding: 16px 32px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .coverage-header h2 {
    font-size: 28px;
  }
  
  .coverage-subtitle {
    font-size: 16px;
  }
  
  .coverage-card h3 {
    font-size: 20px;
  }
  
  .damage-list li {
    font-size: 14px;
    padding: 10px 0 10px 24px;
  }
  
  .important-header h3 {
    font-size: 24px;
  }
  
  .important-item h4 {
    font-size: 16px;
  }
  
  .important-item p {
    font-size: 14px;
  }
}

/* 印刷対応 */
@media print {
  .insurance-coverage {
    background: white;
    padding: 40px 20px;
  }
  
  .coverage-card {
    break-inside: avoid;
    box-shadow: none;
    border: 1px solid #e5e7eb;
  }
  
  .btn-coverage {
    display: none;
  }
}

/* アクセシビリティ向上 */
@media (prefers-reduced-motion: reduce) {
  .coverage-card,
  .btn-coverage,
  .important-item {
    transition: none;
  }
  
  .important-icon {
    animation: none;
  }
  
  .coverage-cta::before {
    animation: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-15fda67 *//* 実際の被害事例ギャラリーセクション CSS */
/* ElementorのカスタムCSSに貼り付け用 */

.damage-gallery-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafb 50%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.damage-gallery-section::before {
  content: '';
  position: absolute;
  top: -200px;
  left: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(239,68,68,0.03), transparent);
  border-radius: 50%;
  pointer-events: none;
}

.gallery-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

/* ヘッダー部分 */
.gallery-header {
  text-align: center;
  margin-bottom: 60px;
}



.badge-icon {
  font-size: 20px;
}

.badge-text {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.gallery-title {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 900;
  color: #1f2937;
  line-height: 1.2;
  margin-bottom: 20px;
  animation: fadeInUp 0.6s ease 0.1s both;
}

.gallery-title .highlight {
  color: #ef4444;
  position: relative;
  display: inline-block;
}

.gallery-title .highlight::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #ef4444, #fca5a5);
  border-radius: 2px;
}

.gallery-subtitle {
  font-size: clamp(16px, 2vw, 20px);
  color: #6b7280;
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
  animation: fadeInUp 0.6s ease 0.2s both;
}

.gallery-subtitle strong {
  color: #374151;
  font-weight: 700;
}

/* 統計情報バー */
.damage-stats-bar {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 50px;
  padding: 30px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  animation: fadeInUp 0.6s ease 0.3s both;
}

.damage-stats-bar .stat-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.stat-icon {
  font-size: 28px;
  filter: grayscale(0%);
}

.stat-number {
  font-size: 28px;
  font-weight: 900;
  background: linear-gradient(135deg, #ef4444, #dc2626);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.stat-label {
  font-size: 14px;
  color: #6b7280;
  font-weight: 600;
}

/* カテゴリータブ */
.damage-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 50px;
  flex-wrap: wrap;
  animation: fadeInUp 0.6s ease 0.4s both;
}

.tab-button {
  padding: 12px 24px;
  background: white;
  border: 2px solid #e5e7eb;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 600;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.tab-button:hover {
  border-color: #ef4444;
  color: #ef4444;Use ".elementor-161 .elementor-element.elementor-element-15fda67" keyword to target wrapper element.
お困りですか ?

  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(239,68,68,0.2);
}

.tab-button.active {
  background: linear-gradient(135deg, #ef4444, #dc2626);
  color: white;
  border-color: transparent;
}

.tab-count {
  background: rgba(255,255,255,0.3);
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 700;
}

.tab-button.active .tab-count {
  background: rgba(255,255,255,0.25);
}

/* ギャラリーグリッド */
.damage-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.gallery-item {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  animation: fadeInUp 0.6s ease both;
  cursor: pointer;
}

.gallery-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}

.gallery-item.featured {
  grid-column: span 1;
}

.gallery-image-wrapper {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
  background: #f3f4f6;
}

.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.gallery-item:hover .gallery-image {
  transform: scale(1.1);
}

/* プレースホルダー画像 */
.placeholder-image {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f3f4f6, #e5e7eb);
  gap: 12px;
}

.placeholder-icon {
  font-size: 48px;
  opacity: 0.5;
}

.placeholder-text {
  font-size: 14px;
  color: #9ca3af;
  font-weight: 600;
}

/* オーバーレイ */
.damage-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.7) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-item:hover .damage-overlay {
  opacity: 1;
}

.damage-type {
  display: inline-block;
  background: rgba(239,68,68,0.9);
  color: white;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
  align-self: flex-start;
}

.insurance-amount {
  color: white;
  font-size: 20px;
  font-weight: 900;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

/* キャプション */
.gallery-caption {
  padding: 20px;
}

.gallery-caption h4 {
  font-size: 18px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 10px;
}

.gallery-caption p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* タグ */
.damage-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.tag {
  display: inline-block;
  background: #fef2f2;
  color: #ef4444;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
}

/* フッター */
.gallery-footer {
  text-align: center;
}

.damage-notice {
  background: linear-gradient(135deg, #fef2f2, #fee2e2);
  border-left: 4px solid #ef4444;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.notice-icon {
  font-size: 32px;
  flex-shrink: 0;
}

.damage-notice p {
  font-size: 16px;
  color: #7f1d1d;
  line-height: 1.7;
  margin: 0;
  text-align: left;
}

.damage-notice strong {
  color: #dc2626;
  font-weight: 700;
}

/* CTAボタン */
.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 20px 40px;
  background: linear-gradient(135deg, #ef4444, #dc2626);
  color: white;
  border-radius: 50px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 6px 20px rgba(239,68,68,0.3);
  transition: all 0.3s ease;
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(239,68,68,0.4);
}

.button-icon {
  font-size: 24px;
}

.button-arrow {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.cta-button:hover .button-arrow {
  transform: translateX(5px);
}

/* ライトボックス効果（オプション） */
.gallery-item.lightbox-open {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  width: 90vw;
  max-width: 1200px;
  height: auto;
  box-shadow: 0 0 0 100vmax rgba(0,0,0,0.8);
}

/* アニメーション */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* レスポンシブデザイン */
@media (max-width: 1024px) {
  .damage-stats-bar {
    gap: 30px;
    flex-wrap: wrap;
  }
  
  .damage-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .damage-gallery-section {
    padding: 60px 0;
  }
  
  .damage-stats-bar {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
  
  .damage-stats-bar .stat-item {
    justify-content: center;
  }
  
  .damage-tabs {
    gap: 8px;
  }
  
  .tab-button {
    padding: 10px 16px;
    font-size: 14px;
  }
  
  .damage-gallery-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .gallery-image-wrapper {
    height: 200px;
  }
  
  .damage-notice {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }
  
  .damage-notice p {
    text-align: center;
  }
  
  .cta-button {
    padding: 16px 32px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .gallery-title {
    font-size: 28px;
  }
  
  .gallery-subtitle {
    font-size: 15px;
  }
  
  .stat-number {
    font-size: 24px;
  }
  
  .gallery-caption h4 {
    font-size: 16px;
  }
  
  .gallery-caption p {
    font-size: 13px;
  }
}

/* 絞り込みの非表示 */
.damage-gallery-grid .gallery-item.is-hidden{ display:none !important; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-21e1155 *//* 申請プロセスセクション CSS */
/* ElementorのカスタムCSSに貼り付け用 */

.process-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafe 100%);
  position: relative;
}

.process-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #0b326f, transparent);
  opacity: 0.3;
}

.process-container {
  max-width: 1200px;
  margin: 0 auto;
}

.process-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-badge {
  display: inline-block;
  margin-bottom: 20px;
}

.badge-text {
  background: linear-gradient(135deg, #0b326f, #1e4a72);
  color: white;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(11,50,111,0.3);
}

.section-title {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 900;
  color: #0e1116;
  margin-bottom: 20px;
}

.section-subtitle {
  font-size: clamp(16px, 2vw, 20px);
  color: #6b7280;
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
}

.process-timeline {
  position: relative;
  padding: 40px 0;
}

.process-timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, #0b326f, #4fc3f7, #0b326f);
  transform: translateX(-50%);
  border-radius: 2px;
}

.timeline-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 80px;
  position: relative;
}

.timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}

.timeline-marker {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 40px;
}

.timeline-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #c1121f, #a10e19);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 900;
  box-shadow: 0 8px 25px rgba(193,18,31,0.3);
  margin-bottom: 10px;
  position: relative;
}

.timeline-number::before {
  content: '';
  position: absolute;
  inset: -5px;
  border: 2px solid rgba(193,18,31,0.2);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

.timeline-icon {
  font-size: 20px;
  background: white;
  padding: 8px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.timeline-content {
  flex: 1;
  max-width: 500px;
}

.timeline-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid rgba(11,50,111,0.1);
}

.timeline-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.12);
}

.card-header {
  padding: 25px 30px 20px;
  background: linear-gradient(135deg, #f8fafe, #eef7ff);
  border-bottom: 1px solid rgba(11,50,111,0.1);
}

.card-title {
  font-size: 22px;
  font-weight: 700;
  color: #0b326f;
  margin-bottom: 8px;
}

.card-duration {
  font-size: 14px;
  color: #6b7280;
  background: rgba(11,50,111,0.1);
  padding: 4px 12px;
  border-radius: 15px;
  display: inline-block;
}

.card-body {
  padding: 25px 30px;
}

.card-description {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.7;
  margin-bottom: 25px;
}

.card-features {
  display: grid;
  gap: 12px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
}

.feature-icon {
  font-size: 16px;
  width: 20px;
  text-align: center;
}

.feature-text {
  font-size: 15px;
  color: #4b5563;
  font-weight: 500;
}

.card-footer {
  padding: 20px 30px;
  background: rgba(76,175,80,0.05);
  border-top: 1px solid rgba(76,175,80,0.1);
}

.card-note {
  font-size: 14px;
  color: #4caf50;
  font-weight: 600;
  text-align: center;
}

.process-cta {
  margin-top: 80px;
  background: linear-gradient(135deg, #0b326f, #1e4a72);
  border-radius: 24px;
  padding: 60px 40px;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
}

.process-cta::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.1), transparent);
  animation: rotate 20s linear infinite;
}

.cta-content {
  position: relative;
  z-index: 2;
}

.cta-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.cta-description {
  font-size: 18px;
  margin-bottom: 40px;
  opacity: 0.9;
  line-height: 1.6;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 18px 36px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease;
}

.cta-btn.primary {
  background: linear-gradient(135deg, #c1121f, #a10e19);
  color: white;
  box-shadow: 0 8px 25px rgba(193,18,31,0.3);
}

.cta-btn.primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(193,18,31,0.4);
}

.cta-btn.secondary {
  background: white;
  color: #0b326f;
  box-shadow: 0 6px 20px rgba(255,255,255,0.2);
}

.cta-btn.secondary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(255,255,255,0.3);
}

.btn-icon {
  font-size: 18px;
}

/* アニメーション */
@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .process-section {
    padding: 60px 15px;
  }
  
  .process-timeline::before {
    left: 30px;
    transform: none;
  }
  
  .timeline-item {
    flex-direction: row !important;
    margin-bottom: 60px;
  }
  
  .timeline-item:nth-child(even) {
    flex-direction: row !important;
  }
  
  .timeline-marker {
    margin: 0 20px 0 0;
    position: absolute;
    left: 0;
  }
  
  .timeline-number {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  
  .timeline-content {
    margin-left: 80px;
    max-width: none;
  }
  
  .card-header,
  .card-body,
  .card-footer {
    padding: 20px;
  }
  
  .process-cta {
    padding: 40px 20px;
  }
  
  .cta-title {
    font-size: 24px;
  }
  
  .cta-description {
    font-size: 16px;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .cta-btn {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a45deca *//* 火災保険対象災害セクション CSS */
/* ElementorのカスタムCSSに貼り付け用 */

.disaster-coverage-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #ffffff 0%, #fafbfc 50%, #f7f9fb 100%);
  position: relative;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}

.disaster-coverage-section::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(251,191,36,0.02), transparent);
  border-radius: 50%;
}

.disaster-coverage-section::after {
  content: '';
  position: absolute;
  bottom: -300px;
  left: -300px;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(59,130,246,0.02), transparent);
  border-radius: 50%;
}

.disaster-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 0 20px;
  box-sizing: border-box;
}

.disaster-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-badge {
  display: inline-block;
  margin-bottom: 20px;
}

.badge-text {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  color: white;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  box-shadow: 0 3px 10px rgba(59,130,246,0.2);
}

.section-title {
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 900;
  color: #1f2937;
  margin-bottom: 20px;
  line-height: 1.2;
}

.section-title .highlight-text {
  color: #ef4444;
  position: relative;
}

.section-title .highlight-text::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #ef4444, #fca5a5);
  opacity: 0.5;
}

.section-subtitle {
  font-size: clamp(16px, 2vw, 20px);
  color: #6b7280;
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
}

.disaster-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 60px;
}

.disaster-card {
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  border: 1px solid rgba(226,232,240,0.8);
}

.disaster-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.08);
  border-color: rgba(59,130,246,0.3);
}

.card-icon-wrapper {
  padding: 25px 20px 18px;
  background: linear-gradient(135deg, #fafbfc, #f7f9fb);
  position: relative;
  text-align: center;
}

.card-icon {
  font-size: 40px;
  margin-bottom: 8px;
  display: block;
}

.card-status {
  background: rgba(11,50,111,0.1);
  color: #0b326f;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.wind-disaster .card-status {
  background: rgba(76,175,80,0.1);
  color: #4caf50;
}

.hail-disaster .card-status {
  background: rgba(255,152,0,0.1);
  color: #ff9800;
}

.snow-disaster .card-status {
  background: rgba(33,150,243,0.1);
  color: #2196f3;
}

.fire-disaster .card-status {
  background: rgba(244,67,54,0.1);
  color: #f44336;
}

.explosion-disaster .card-status {
  background: rgba(156,39,176,0.1);
  color: #9c27b0;
}

.water-disaster .card-status {
  background: rgba(0,188,212,0.1);
  color: #00bcd4;
}

.card-content {
  padding: 0 20px 25px;
}

.card-title {
  font-size: 20px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 12px;
}

.card-description {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 20px;
}

.damage-examples {
  margin-bottom: 25px;
}

.examples-title {
  font-size: 16px;
  font-weight: 700;
  color: #0b326f;
  margin-bottom: 12px;
}

.examples-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.examples-list li {
  position: relative;
  padding: 5px 0 5px 22px;
  font-size: 13px;
  color: #6b7280;
  line-height: 1.5;
}

.examples-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #10b981;
  font-weight: bold;
  font-size: 12px;
}

.card-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  padding-top: 20px;
  border-top: 1px solid rgba(11,50,111,0.1);
}

.stat-item {
  text-align: center;
}

.stat-value {
  font-size: 16px;
  font-weight: 700;
  color: #0b326f;
  margin-bottom: 4px;
}

.stat-label {
  font-size: 12px;
  color: #6b7280;
  font-weight: 600;
}

.disaster-cta {
  margin-top: 80px;
  background: linear-gradient(135deg, #0b326f, #1e4a72);
  border-radius: 24px;
  padding: 60px 40px;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
}

.disaster-cta::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255,255,255,0.1), transparent);
  border-radius: 50%;
  animation: float 6s ease-in-out infinite;
}

.disaster-cta::after {
  content: '';
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(193,18,31,0.1), transparent);
  border-radius: 50%;
  animation: float 8s ease-in-out infinite reverse;
}

.cta-content {
  position: relative;
  z-index: 2;
}

.cta-title {
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 700;
  margin-bottom: 20px;
}

.cta-description {
  font-size: clamp(16px, 2vw, 20px);
  margin-bottom: 40px;
  opacity: 0.95;
  line-height: 1.6;
}

.cta-highlight {
  background: linear-gradient(135deg, rgba(251,191,36,0.15), rgba(245,158,11,0.1));
  border: 2px solid rgba(251,191,36,0.3);
  border-radius: 20px;
  padding: 25px;
  margin-bottom: 40px;
  backdrop-filter: blur(10px);
}

.highlight-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.highlight-number {
  font-size: 36px;
  font-weight: 900;
  color: #ffffff;
  text-shadow: 0 2px 6px rgba(0,0,0,0.4);
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.highlight-text {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.cta-buttons {
  display: flex;
  justify-content: center;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 20px 50px;
  border-radius: 15px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.3s ease;
}

.cta-btn.primary {
  background: linear-gradient(135deg, #c1121f, #a10e19);
  color: white;
  box-shadow: 0 10px 30px rgba(193,18,31,0.3);
}

.cta-btn.primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(193,18,31,0.4);
}

.btn-icon {
  font-size: 20px;
}

/* アニメーション */
@keyframes float {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(5deg);
  }
}

/* レスポンシブ対応 */
@media (max-width: 1400px) {
  .disaster-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  
  .card-icon {
    font-size: 36px;
  }
  
  .card-title {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .disaster-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .disaster-coverage-section {
    padding: 60px 15px;
  }
  
  .disaster-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .disaster-card {
    border-radius: 16px;
  }
  
  .card-icon-wrapper {
    padding: 25px 25px 15px;
  }
  
  .card-icon {
    font-size: 40px;
  }
  
  .card-content {
    padding: 0 25px 25px;
  }
  
  .card-title {
    font-size: 20px;
  }
  
  .card-description {
    font-size: 15px;
  }
  
  .examples-list li {
    font-size: 13px;
  }
  
  .card-stats {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  
  .disaster-cta {
    padding: 40px 25px;
    border-radius: 20px;
  }
  
  .cta-highlight {
    padding: 20px;
  }
  
  .highlight-item {
    flex-direction: column;
    gap: 10px;
  }
  
  .highlight-number {
    font-size: 32px;
  }
  
  .highlight-text {
    font-size: 16px;
    text-align: center;
  }
  
  .cta-btn {
    padding: 18px 40px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .disaster-grid {
    grid-template-columns: 1fr;
  }
  
  .card-icon-wrapper,
  .card-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .disaster-cta {
    padding: 35px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-abc421c *//* FAQセクション CSS */
/* ElementorのカスタムCSSに貼り付け用 */

.faq-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8fafe 0%, #ffffff 50%, #eef7ff 100%);
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
}

.faq-section::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(193,18,31,0.03), transparent);
  border-radius: 50%;
  pointer-events: none;
}

.faq-container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 0 20px;
  box-sizing: border-box;
}

.faq-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-badge {
  display: inline-block;
  margin-bottom: 20px;
}

.badge-text {
  background: linear-gradient(135deg, #0b326f, #1e4a72);
  color: white;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(11,50,111,0.3);
}

.section-title {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 900;
  color: #0e1116;
  margin-bottom: 20px;
}

.section-subtitle {
  font-size: clamp(16px, 2vw, 20px);
  color: #6b7280;
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
}

.faq-content {
  margin-top: 60px;
}

.faq-item {
  background: white;
  margin-bottom: 20px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.faq-question {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 25px 30px;
  cursor: pointer;
  background: linear-gradient(135deg, #f8fafe, #eef7ff);
  border-bottom: 1px solid rgba(11,50,111,0.1);
  transition: all 0.3s ease;
}

.faq-question:hover {
  background: linear-gradient(135deg, #eef7ff, #e0f2fe);
}

.faq-question.active {
  background: linear-gradient(135deg, #0b326f, #1e4a72);
  color: white;
}

.question-icon {
  width: 30px;
  height: 30px;
  background: linear-gradient(135deg, #c1121f, #a10e19);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
}

.faq-question.active .question-icon {
  background: white;
  color: #0b326f;
}

.question-text {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.toggle-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 300;
  transition: transform 0.3s ease;
}

.faq-question.active .toggle-icon {
  transform: rotate(45deg);
}

.faq-answer {
  display: none;
  padding: 30px;
}

.faq-answer.active {
  display: flex;
  gap: 15px;
  animation: fadeInDown 0.3s ease;
}

.answer-icon {
  width: 30px;
  height: 30px;
  background: linear-gradient(135deg, #4caf50, #45a049);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 2px;
}

.answer-content {
  flex: 1;
}

.answer-content p {
  margin-bottom: 15px;
  line-height: 1.7;
  color: #4b5563;
}

.answer-content p:last-child {
  margin-bottom: 0;
}

.answer-content strong {
  color: #0b326f;
  font-weight: 700;
}

.answer-list {
  margin: 15px 0;
  padding-left: 20px;
}

.answer-list li {
  margin-bottom: 8px;
  line-height: 1.6;
  color: #4b5563;
}

.answer-highlight {
  background: linear-gradient(135deg, #948d1d, #ffeaa7);
  border: 1px solid #ffeaa7;
  border-radius: 12px;
  padding: 20px;
  margin: 20px 0;
  display: flex;
  gap: 15px;
}

.highlight-icon {
  font-size: 20px;
  flex-shrink: 0;
}

.highlight-text-faq {
  font-size: 15px;
  color: #ffffff;
  line-height: 1.6;
}

.timeline-info {
  margin: 20px 0;
}

.timeline-step {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 12px;
  padding: 10px;
  background: rgba(11,50,111,0.05);
  border-radius: 8px;
}

.step-number {
  width: 24px;
  height: 24px;
  background: #0b326f;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}

.step-text {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.5;
}

.cost-explanation {
  margin: 20px 0;
}

.cost-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 8px;
  background: white;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.cost-amount {
  font-size: 16px;
  font-weight: 700;
  color: #0b326f;
  min-width: 100px;
}

.cost-status {
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  min-width: 120px;
  text-align: center;
}

.no-coverage {
  background: #ffebee;
  color: #d32f2f;
}

.full-coverage {
  background: #e8f5e8;
  color: #2e7d32;
}

.cost-description {
  font-size: 14px;
  color: #6b7280;
  flex: 1;
}

.free-services {
  margin: 20px 0;
}

.free-services h5 {
  font-size: 16px;
  font-weight: 700;
  color: #0b326f;
  margin-bottom: 15px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}

.service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 15px;
  background: rgba(76,175,80,0.05);
  border-radius: 8px;
  text-align: center;
}

.service-icon {
  font-size: 20px;
  color: #4caf50;
}

.service-name {
  font-size: 12px;
  font-weight: 600;
  color: #2e7d32;
}

.no-pressure-box {
  background: linear-gradient(135deg, #e3f2fd, #bbdefb);
  border: 1px solid #bbdefb;
  border-radius: 12px;
  padding: 20px;
  margin: 20px 0;
  display: flex;
  gap: 15px;
}

.no-pressure-icon {
  font-size: 20px;
  flex-shrink: 0;
  color: #1976d2;
}

.no-pressure-content h5 {
  font-size: 16px;
  font-weight: 700;
  color: #1976d2;
  margin-bottom: 8px;
}

.no-pressure-content p {
  font-size: 14px;
  color: #0d47a1;
  margin: 0;
  line-height: 1.5;
}

.faq-cta {
  margin-top: 80px;
  background: linear-gradient(135deg, #0b326f, #1e4a72);
  border-radius: 24px;
  padding: 60px 40px;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
}

.faq-cta::before {
  content: '';
  position: absolute;
  top: -150px;
  right: -150px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255,255,255,0.1), transparent);
  border-radius: 50%;
  animation: float 8s ease-in-out infinite;
  pointer-events: none;
}

.cta-content {
  position: relative;
  z-index: 2;
}

.cta-title {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  margin-bottom: 20px;
}

.cta-description {
  font-size: clamp(16px, 2vw, 18px);
  margin-bottom: 40px;
  opacity: 0.95;
  line-height: 1.6;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 36px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease;
}

.cta-btn.primary {
  background: linear-gradient(135deg, #c1121f, #a10e19);
  color: white;
  box-shadow: 0 8px 25px rgba(193,18,31,0.3);
}

.cta-btn.primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(193,18,31,0.4);
}

.cta-btn.secondary {
  background: white;
  color: #0b326f;
  box-shadow: 0 6px 20px rgba(255,255,255,0.2);
}

.cta-btn.secondary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(255,255,255,0.3);
}

.btn-icon {
  font-size: 18px;
}

/* アニメーション */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(3deg);
  }
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .faq-section {
    padding: 60px 15px;
  }
  
  .faq-question {
    padding: 20px;
    flex-wrap: wrap;
  }
  
  .question-text {
    font-size: 15px;
  }
  
  .faq-answer {
    padding: 20px;
  }
  
  .service-grid {
    grid-template-columns: 1fr;
  }
  
  .cost-item {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  
  .cost-amount {
    min-width: auto;
  }
  
  .cost-status {
    min-width: auto;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .cta-btn {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
  
  .faq-cta {
    padding: 40px 20px;
  }
}/* End custom CSS */