
  /* --- メインビジュアル --- */
.main{
    background-image: url(../img/main_bg.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #013365;
    height: 580px;

    /* ★追加：Flexで中央寄せ */
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-inner{
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
}

.main-text {
    text-align: center;
}
.main-p,
.main_sub-p {
  text-shadow: 
    -2px -2px 3px rgba(0, 0, 0, 0.35),
     2px -2px 3px rgba(0, 0, 0, 0.35),
    -2px  2px 3px rgba(0, 0, 0, 0.35),
     2px  2px 3px rgba(0, 0, 0, 0.35);
}
.main-p{
  max-width: 1200px;
  color: #ffffff;
  font-size: 6.4rem;
  font-weight: bold;
  margin: 0 auto;
}

.main-p span{
  color: #F6E634 ;
}

.main_sub-p{
  font-size: 2.6rem;
  color: #ffffff;
}
  @media all and (max-width: 1024px){
    .main-p{
  font-size: 2.0rem;
}
    .main_sub-p{
  font-size: 1.6rem;
  color: #ffffff;
}
.main{
    height: 380px;
    padding: 0 30px;
}
  }
  /* --- 施工事例 --- */
  #section01{
    padding: 80px 0;
  }
  .section01-inner{
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
  }
  .caseWrap{
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
  }
  .caseInner{
    max-width: 380px;
  }
    .caseInner h3{
      font-weight: bold;
      color: #013365;
      background-color: #ffffff;
      border-radius: 50px;
      font-size: 20px;
      margin-bottom: 20px;
      padding: 10px;
    }
    .caseInner img{
      margin-bottom: 20px;
    }
    .caseInner p{
      color: #161616;
      text-align: center;
      font-size: 1.6rem;
      margin: 0;
    }
  @media all and (max-width: 1024px){
    #section01{
        padding: 60px 15px;
    }
}
  /* --- 導入フロー --- */
  #flow{
    background-color: #ffffff;
    padding: 80px 0;
  }
  .flow-inner{
    max-width: 1200px;
    margin: 0 auto;
  }
    .flow-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .flow-wrap .wrap {
  position: relative;
  background: #F2F5FF;
  max-width: 195px;
  margin-inline: auto;
  height: 320px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  padding: 20px 25px;
}
  .flow-wrap .wrap img{
    max-width: 80px;
    height: auto;
    margin: 0 auto;

  }

.flow-wrap .wrap:not(.last_wrap):before {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/btn001.png) no-repeat center/contain;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  right: -47px;
}
  .flow-wrap .wrap .num{
    font-size:50px ;
    font-weight: bold;
    text-align: center;
  }
  .text-xxlarge{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 0;
      text-align: center;
  }
.text-detail{
  margin-top: 15px;
  font-size: 1.6rem;
  margin: 0 auto;
  text-align: center;
}
@media all and (max-width: 1024px){
    #flow{
        padding: 60px 15px;
    }
    .flow-wrap .wrap {
      max-width: 120px;
      height: 280px;
      padding: 10px 15px;
      margin-bottom: 30px;
}
  .flow-wrap .wrap img{
    max-width: 40px;
  }
    .flow-wrap .wrap .num{
    font-size:25px ;
  }
  .text-xxlarge{
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
.text-detail{
  margin-top: 10px;
  font-size: 1.2rem;
}
  .flow-wrap .wrap:not(.last_wrap):before {
    content: none;
  }
    #flow .btn-cv a{
      margin-top: 20px;
    }
}