.elementor-5223 .elementor-element.elementor-element-66bfd5ca{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5223 .elementor-element.elementor-element-4023d7a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-4023d7a */.spm-footer{
  background:linear-gradient(135deg,#12345d 0%,#061d38 60%,#03162d 100%);
  color:#fff;
  padding:42px 0 18px;
}

.spm-footer *{
  box-sizing:border-box;
}

.spm-footer-inner{
  max-width:1540px;
  margin:0 auto;
  padding:0 40px;
  display:grid;
  grid-template-columns:1.6fr .8fr .9fr .8fr 1.1fr;
  gap:40px;
  align-items:start;
}

.spm-footer-logo img{
  width:210px;
  height:auto;
  display:block;
  margin-bottom:12px;
}

.spm-footer-lead{
  margin:0 0 14px;
  color:rgba(255,255,255,.9);
  font-size:14px;
  font-weight:600;
  line-height:1.6;
}

.spm-footer-cta{
  display:inline-block;
  background:linear-gradient(135deg,#E68A3F,#D9772B);
  color:#fff !important;
  text-decoration:none;
  padding:12px 20px;
  border-radius:12px;
  font-size:14px;
  font-weight:700;
  transition:.3s;
  box-shadow:0 10px 24px rgba(217,119,43,.28);
}

.spm-footer-cta:hover{
  transform:translateY(-2px);
}

.spm-footer-sns{
  display:flex;
  gap:10px;
  margin-top:14px;
}

.spm-footer-sns a{
  width:42px;
  height:42px;
  background:#fff;
  color:#12345d;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  transition:.3s;
}

.spm-footer-sns a:hover{
  background:#D9772B;
  color:#fff;
  transform:translateY(-2px);
}

.spm-footer-sns i{
  font-size:19px;
}

.spm-footer-col h4{
  margin:0 0 16px;
  color:#fff;
  font-size:18px;
  line-height:1.4;
  position:relative;
}

.spm-footer-col h4:after{
  content:"";
  width:36px;
  height:3px;
  background:#D9772B;
  position:absolute;
  left:0;
  bottom:-7px;
}

.spm-footer-col a,
.spm-footer-col p{
  display:block;
  margin:0;
  color:rgba(255,255,255,.85);
  text-decoration:none;
  font-size:14px;
  line-height:1.75;
}

.spm-footer-col a:hover{
  color:#E68A3F;
}

.spm-footer-bottom{
  max-width:1440px;
  margin:28px auto 0;
  padding:14px 40px 0;
  border-top:1px solid rgba(255,255,255,.15);
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
}

.spm-footer-links{
  display:flex;
  gap:24px;
  flex-wrap:wrap;
}

.spm-footer-links a{
  color:rgba(255,255,255,.7);
  text-decoration:none;
  font-size:13px;
}

.spm-footer-copy{
  color:rgba(255,255,255,.7);
  font-size:13px;
  white-space:nowrap;
}

/* タブレット */
@media(max-width:1024px){

  .spm-footer{
    padding:28px 0 14px;
  }

  .spm-footer-inner{
    max-width:100%;
    padding:0 28px;
    grid-template-columns:1.2fr 1fr 1fr;
    gap:22px 28px;
  }

  .spm-footer-brand{
    grid-column:1 / -1;
  }

  .spm-footer-logo img{
    width:170px;
    margin-bottom:8px;
  }

  .spm-footer-lead{
    font-size:13px;
    line-height:1.45;
    margin-bottom:10px;
  }

  .spm-footer-cta{
    padding:10px 18px;
    font-size:13px;
  }

  .spm-footer-sns{
    margin-top:10px;
  }

  .spm-footer-sns a{
    width:38px;
    height:38px;
  }

  .spm-footer-sns i{
    font-size:17px;
  }

  .spm-footer-col h4{
    font-size:16px;
    margin-bottom:11px;
  }

  .spm-footer-col h4:after{
    width:30px;
    bottom:-6px;
  }

  .spm-footer-col a,
  .spm-footer-col p{
    font-size:13px;
    line-height:1.55;
  }

  .spm-footer-bottom{
    margin-top:20px;
    padding:10px 28px 0;
  }
}

/* スマホ */
@media(max-width:767px){

  .spm-footer{
    padding:22px 0 12px;
  }

  .spm-footer-inner{
    padding:0 18px;
    grid-template-columns:1fr 1fr;
    gap:18px 16px;
  }

  .spm-footer-brand{
    grid-column:1 / -1;
  }

  .spm-footer-logo img{
    width:150px;
    margin-bottom:8px;
  }

  .spm-footer-lead{
    font-size:12.5px;
    line-height:1.45;
    margin-bottom:10px;
  }

  .spm-footer-cta{
    width:100%;
    text-align:center;
    padding:11px 14px;
    font-size:13px;
  }

  .spm-footer-sns{
    margin-top:10px;
    gap:10px;
  }

  .spm-footer-sns a{
    width:38px;
    height:38px;
  }

  .spm-footer-sns i{
    font-size:17px;
  }

  .spm-footer-col h4{
    font-size:15px;
    margin-bottom:10px;
  }

  .spm-footer-col h4:after{
    width:30px;
    bottom:-6px;
  }

  .spm-footer-col a,
  .spm-footer-col p{
    font-size:12.5px;
    line-height:1.55;
  }

  .spm-footer-bottom{
    margin-top:18px;
    padding:10px 18px 0;
    flex-direction:column;
    gap:8px;
    text-align:center;
  }

  .spm-footer-links{
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:center;
    gap:8px 14px;
  }

  .spm-footer-links a,
  .spm-footer-copy{
    font-size:11.5px;
    white-space:normal;
  }
}/* End custom CSS */