/*
Theme Name: Futami Original
Theme URI: https://www.sg-futami.com
Author: Futami Denki
Description: 双見電機オリジナルテーマ
Version: 1.0
*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:"Noto Sans JP",sans-serif;
    padding-top:84px;
}

.site-header{
    width:100%;
    background:#fff;
    border-bottom:1px solid #e5e5e5;

    position:fixed;
    top:0;
    left:0;
    z-index:9999;
}

.site-header-inner{
    max-width:1200px;
    height:84px;
    margin:0 auto;
    padding:0 40px;

    display:flex;
    align-items:center;
}

.site-logo{
    width:180px;
}

.site-logo a{
    display:flex;
    align-items:center;
    gap:12px;
    color:#003b7a;
    text-decoration:none;
    font-size:30px;
    font-weight:700;
}

.site-logo img{
    width:42px;
    height:auto;
    display:block;
}

.site-nav{
    flex:1;

    display:flex;
    justify-content:center;
    gap:40px;
}

.site-nav a{
    color:#003b7a;
    text-decoration:none;
    font-size:16px;
    font-weight:600;
}

.header-contact{
    width:180px;
    display:flex;
    justify-content:flex-end;
}

.header-contact a{
    display:inline-block;
    padding:12px 24px;
    border:2px solid #003b7a;
    border-radius:40px;
    color:#003b7a;
    text-decoration:none;
    font-weight:700;
}

.hero{
    width:100%;
    height:700px;

    background-image:
        linear-gradient(rgba(0,0,0,.25),rgba(0,0,0,.25)),
        url("assets/images/hero.jpg");

    background-size:cover;
    background-position:center;

    display:flex;
    justify-content:center;
    align-items:center;

    text-align:center;
}

.hero-content{
    color:white;
}

.hero-content h1{
    font-size:64px;
    margin-bottom:20px;
}

.hero-content p{
    font-size:26px;
}
.site-footer{
    background:#0b1d35;
    color:#fff;
    padding:60px 0;
}

.footer-map{
    max-width:1200px;
    margin:auto;
    padding:0 20px;
}

.footer-map h3{
    font-size:28px;
    margin-bottom:20px;
}

.footer-map p{
    margin-bottom:20px;
    line-height:1.8;
}

.footer-map iframe{
    border-radius:15px;
}
.workflow{
    padding:100px 0;
    background:#fff;
}

.section-title{
    text-align:center;
    margin-bottom:50px;
}

.section-title h2{
    font-size:42px;
    color:#003b7a;
    margin-bottom:15px;
}

.section-title p{
    color:#666;
    font-size:18px;
}

.workflow-image{
    max-width:1400px;
    margin:0 auto;
    padding:0 30px;
}

.workflow-image img{
    width:100%;
    border-radius:20px;
    box-shadow:0 10px 40px rgba(0,0,0,.12);
}
.future-section{
  padding:100px 0;
  background:linear-gradient(180deg,#f7fbff 0%,#ffffff 100%);
}

.future-inner{
  max-width:1280px;
  margin:0 auto;
  padding:0 32px;
}

.section-title{
  text-align:center;
  margin-bottom:55px;
}

.section-title span{
  display:inline-block;
  color:#0066cc;
  font-weight:700;
  letter-spacing:.12em;
  margin-bottom:10px;
}

.section-title h2{
  font-size:42px;
  color:#003b7a;
  margin-bottom:16px;
}

.section-title p{
  font-size:17px;
  color:#555;
}

.future-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:36px;
}

.future-card{
  background:#fff;
  border-radius:26px;
  overflow:hidden;
  box-shadow:0 16px 40px rgba(0,50,120,.14);
  transition:.3s;
}

.future-card:hover{
  transform:translateY(-8px);
  box-shadow:0 24px 55px rgba(0,50,120,.22);
}

.future-card img{
  width:100%;
  display:block;
}

@media(max-width:768px){
  .future-section{
    padding:70px 0;
  }

  .future-grid{
    grid-template-columns:1fr;
    gap:24px;
  }

  .section-title h2{
    font-size:32px;
  }
}
.future-card {
  position: relative;
  z-index: 10;
}

.future-card a {
  display: block;
  position: relative;
  z-index: 20;
}

.future-card img {
  display: block;
  width: 100%;
}