.nav-area ul li {
    font-weight:700!important;
  color:#333;
  }

.sp_hid_lead{
    display:block;
  }
  
  @media screen and (min-width:767px) and (max-width:1200px) {
    .sp_hid_lead{
      display:none;
    }
    }
  
    @media screen and (max-width:508px) {
    .sp_hid_lead{
      display:none;
    }
    }
  
  
  .sp_hid{
    display:block;
  }
  @media screen and (max-width:768px) {
    .sp_hid{
        display: none;
    }
  }
  
  
  
  .pc_hid{
      display: none;
    }
    
    /*スマートフォンで有効*/
    @media screen and (min-width:567px) and (max-width:1201px) {
      .pc_hid{
          display: block;
      }
    }
    @media screen and (max-width:566px){
      .pc_hid{
        display:none;
      }
    }
  
    .pc_hid_fv{
      display: none;
    }
    
    /*スマートフォンで有効*/
    @media screen and (max-width:768px) {
      .pc_hid_fv{
          display: block;
      }
    }
  
    
  .xs-hero {
      background-image:url(../img/xross/cloud-fv.svg);
      position: relative;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-color: #2196F3;
      z-index: 0;
    }
    


    
    .xs-hero .hero-shape {
      position: absolute;
      left: 0;
      bottom: -1px;
      z-index: -1;
    }
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .xs-hero {
        background-image: none;
      }
    }
    
    @media (max-width: 767px) {
      .xs-hero {
        background-image: none;
      }
    }
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .xs-hero {
        background-image:url(../img/xross/cloud-fv.svg);
        padding: 50px 0 50px 0;
      }

    }
    
    @media (max-width: 767px) {
      .xs-hero {
        background-image:url(../img/xross/cloud-fv.svg);
        padding: 110px 0 80px 0;
        text-align:center;
      }
  
    }
    
    .xs-hero .xs-hero-content {
      border-radius: 0;
      position: relative;
      z-index: 1;
      text-align: center;
      padding: 0 0 15px 0;
        background:rgb(255,255,255,.6);
        margin:20px -20px 20px -20px;
        border-radius:8px;

    }
    
    .xs-hero .xs-hero-content img {
      padding:15px 5px;
        text-align:center;
        width:650px;

        margin-bottom:20px;
    }

.head-title-area{
background:#2470ad;
padding:15px 0 15px 0;

border-radius:8px 8px 0 0;
}
    
    .xs-hero .xs-hero-content h4 {
  display:inline-block;
      color: #fff;
      font-weight: 600;
      font-size: 20px;
  text-align:center;
      padding:10px 25px 10px 25px;
      background:#2470ad;
      border-radius:20px;
    }
    
.xs-hero .xs-hero-content h3{
  display:inline-block;
  font-weight: 700;
  font-size: 24px;
  color: #2470ad;
  text-transform: capitalize;
padding:5px 20px;
background:#fff;
  text-align:center;
  border-radius:20px;
}

.xs-hero .xs-hero-content h3 span{
  color:#eb6877;
}


    .xs-hero .xs-hero-content h1 {
      display:inline-block;
      font-weight: 800;
      font-size: 45px;
      line-height: 50px;
      color: #2470ad;
      text-transform: capitalize;
      letter-spacing: -0.08em;
  padding:15px 20px;
      text-align:center;
    }
    
    .xs-hero .xs-hero-content h1 span{
        color:#ffd700;
    
  }
  .xs-hero .xs-hero-content h4 span{
    color:#ffd700;
}


  
    .xs-hero .xs-hero-content p {
      font-weight: 400;
      font-size: 16px;
      line-height: 28px;
      margin-top: 20px;
      color: #fff;
    }
    
    .xs-hero .hero-content .button {
      margin-top: 50px;
    }
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .xs-hero .xs-hero-content .button {
        margin-top: 30px !important;
        width: 100%;
      }
    }
    
    @media (max-width: 767px) {
      .xs-hero .xs-hero-content .button {
        margin-top: 30px;
        width: 100%;
      }
    }

       
    .xs-hero .xs-hero-content .button .btn {
      background-color: #2196F3;
      color: #FFF;
      font-size:23px;
      font-weight:700;
      padding:15px 80px;
    }
    
    @media (max-width: 767px) {
      .xs-hero .xs-hero-content .button .btn {
        width: 100%;
        padding:15px 10px;
      }
    }
    
    .xs-hero .xs-hero-content .button .btn:hover {
      color: #fff;
      background-color: #5eb8ff;
    }
    
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .xs-hero .xs-hero-content h1 {
        font-size: 40px;
      }

    }
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .xs-hero .xs-hero-content {
        padding: 20px 0px;
        text-align: center;
      }
      .xs-hero .xs-hero-content h1 {
        font-size: 30px;
        font-weight: 700;
        line-height: 38px;
      }
      .xs-hero .xs-hero-content p {
        font-size: 15px;
      }
      .xs-hero .xs-hero-content h3{
        margin:0 15px;
      }
    }


    
    @media (max-width: 767px) {
      .xs-hero .xs-hero-content {
        text-align: center;
        margin:0;
      }
      .xs-hero .xs-hero-content h1 {
        font-size: 23px;
        line-height: 39px;
      }
      .xs-hero .xs-hero-content p {
        margin-top: 15px;
        font-size: 15px;
        line-height: 26px;
      }
      .xs-hero .xs-hero-content .button .btn {
        width: 60%;
        margin: 0;
        margin-bottom: 7px;
      }
      .xs-hero .xs-hero-content .button .btn:last-child {
        margin: 0;
      }
      .xs-hero .xs-hero-content h4 {
        font-size:15px;
        }
        .xs-hero .xs-hero-content img{
          padding:0 30px 20px 30px;
        }
        .xs-hero .xs-hero-content h3{
          margin:0 10px;
          font-size:14px;
        }
    }
    
    .xs-hero .xs-hero-image {
      position: relative;
      text-align: center;
      padding-top:50px;
      z-index:5;
    }
    
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
      .xs-hero .xs-hero-image {
      padding-top:50px;
      }
    }
    
    .xs-hero .xs-hero-image img {
      width: 100%;
    }
    
    @media (max-width: 767px) {
      .xs-hero .xs-hero-image img {
          width: 350px;
          text-align:center;
          margin-left:auto;
      margin-left:auto;
        }
      }
  
  
.xs-feature{
    text-align:center;
    background:#57b3e4;
 font-weight:700;
}

.xs-p{
    font-size:24px;
    padding:30px 0;
    border-bottom:solid 2px #5876aa;
margin-bottom:20px;
}

.xs-p span{
    font-weight:700;
    font-size:28px;
    padding:0 5px;
    color:#dc143c;
}

.xs-feature img{
    width:150px;
    padding:10px;
}

.xs-feature h4{
color:#333;
font-size:18px;
font-weight:700;
text-align:center;
padding:10px 0 50px 0;
}

.xs-feature h4 span{
    background:#32cd32;
color:#fff;
padding:5px 5px;
margin-right:3px;}


.summary{

    text-align:center;
    background:#57b3e4;
    padding:50px 0 100px 0;
}

.summary h3{
   background:#00A1E0;
   color:#fff;
   font-weight:700;
   padding:10px 0;
   border-radius:8px 8px 0 0;
}

.summary img {
    padding: 10px 20px 10px 20px;
}

.summary h4{
    color:#333;
    font-size:30px;
    font-weight:700;
    padding:15px 0;
}

.summary h4 span{
    color:#dc143c
}

.service01-bg{
    background:#E5F4FF;
    padding:30px 10px 15px 10px;
}

.service01 h4{
    background:#5876aa;
    color:#fff;
    font-weight:700;
    font-size:20px;
    }

.service01 p{
    border:solid 1px #5876aa;
    padding:15px;
    text-align:left;
    height:110px;
    background:#fff;
}


.service02 h4{
    background:#22ac38;
    color:#fff;
    font-weight:700;
    font-size:20px;
    }

.service02 p{
    border:solid 1px #22ac38;
    padding:15px;
    text-align:left;
    height:110px;
    background:#fff;
}

.service03 h4{
    background:#eb6100;
    color:#fff;
    font-weight:700;
    font-size:20px;
    }

.service03 p{
    border:solid 1px #eb6100;
    padding:15px;
    text-align:left;
    height:110px;
    background:#fff;
}


.consul-title{
    background:#57b3e4;
}

.consul-title h3{
    color:#fff;
    padding:35px 0;

}

.consul-title2{
  background:#57b3e4;

}

.consul-title2 h3{
  color:#fff;
  margin-block-start:0!important;
}

.consul{
    background:#57b3e4;

}

.consul-content {

    padding:20px 10px;
}

.consul-content-bg img{
    padding:20px 0;
}

.consul-content-bg{
    background:rgb(255,255,255,.9);
    margin:30px 0 0 0;

}

.consul h3{
    color:#00A1E0;
    font-weight:700;
    text-align:left;
    padding:100px 0 20px 30px;
}

.consul h3 span{
    color:#6485c1;
    font-size:22px;
}

.consul-point{
    display:block;
    padding:50px 0;
    background:#57b3e4;
    margin-top:-80px;
    text-align:center;
}

.consul-point h4{
background:#5876aa;
padding:15px 0;
text-align:center;
font-size:20px;
font-weight:700;
color:#fff;

}

.consul-point2{
    background:#22ac38!important;
    padding:15px 0 15px 5px!important;
    line-height:35px;
    font-size:20px;
    font-weight:700;
    color:#fff;
    }

    .consul-point2 span{

      background:#fff;
      padding:5px 30px;
      color:#22ac38!important;

    }


    .consul-point3{
        background:#eb6100!important;
        padding:15px 0 15px 5px!important;
  line-height:35px;
        font-size:20px;
        font-weight:700;
        color:#fff;
        }   
        
        .consul-point3 span{
          background:#fff;
          padding:5px 30px;
          color:#eb6100!important;
   
        }

.consul-point p{
    text-align:left;
height:92px;
background:#f8f8ff;
margin:0px 10px;
border-radius:8px;
}

.consul-point2-p{
    background:#f0fff0!important;
height:100px!important;
    }

    .consul-point3-p{
        background:#fffaf0!important;
        }

.consul-point img{
padding:20px;
 
}

@media only screen and (min-width: 768px) and (max-width: 991px){
  .consul-point p{
    height:132px;
    }
    .consul-point2-p{
      height:132px!important;
      }

}

.arrow{
    padding-top: calc(8vw + 10px); /* 高さに合わせて調節してください。*/  
    position: relative;
    background: #57b3e4;
    height:100px;
  }

  .arrow::before,
  .arrow::after{
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 10vw solid #fff;  /* 好みで高さ色を変えてください */ 
  }


  .san_box {
    background: #57b3e4;
    position: relative;
    margin: -50px 0 150px;
  }
  .san_box:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 150px 50vw 0 50vw;
    border-color: #57b3e4 transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }
  .san_box .san_in {
    text-align: center;
    padding: 30px 0 0;
  }
  .san_box .san_in .san_t_a {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 10px;
  }
  .san_box .san_in .san_t_b {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
  }
  
.cta{
    display:block;
    text-align:center;
    padding:10px 0 150px 0;
}

  .cta img{
      width:18%;
      border-radius:50%;
      padding:15px 0;
  }

  .cta h4{
      font-size:24px;
      font-weight:700;
      padding:30px 0;
  }


  .xs-btn{
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.8;
    position: relative;
    display: inline-block;
    right:20px;
    bottom:5px;
    padding: 1rem 4rem;
    margin-left:30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
  }

  @media (max-width: 767px){
    .xs-btn{
      font-size:2.0rem;
    }
  } 

.xs-btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #3cb371;
}
.xs-btn--orange:hover,
a.xs-btn--orange:hover {
  color: #fff;
  background: #32cd32;
}

a.xs-btn--radius {
   border-radius: 100vh;
}


.column{
  background:#57b3e4;
  padding:80px 0;
}

.column-bg{
  background:#fff;
  border-radius:10px;
  padding:30px 20px 50px 20px;
  }

  .column-bg h3{
    text-align:center;
    color:#5876aa;
    }

    .column-bg h4{
      text-align:center;
      color:#5876aa;
      font-size:18px;
      padding:0 0 25px 0;
      }
      @media (max-width: 767px){
        .column-bg h3{
          font-size:24px;
        }
        }
.column-author{
  border:solid 1px #a9a9a9;
  border-radius:10px;
  padding:20px;
  text-align:left;
  background:#fff;
}

.column-author img{
  border-radius:50%;
  padding:35px;
  }
  


.column-author h5{
  text-align:left;
  border-bottom: dotted 2px #a9a9a9;
  padding-bottom:10px;
  font-weight:700;
  color:#00A1E0;
  font-size:24px;
}

.column-author h5 span{
  color:#333;
  padding-left:20px;
  font-weight:400;
  font-size:18px;
  }


.column-author p {
  padding:15px 0;
  text-align:left;
  line-height:33px;
  font-size:15px;

  }


  @media (max-width: 767px){
    .column-author img{
      display:block;
      margin:0 auto;
      width:50%;
    }
    .column-author h5{
      text-align:center;
    }
    .column-author h5 span{
      padding:5px 0;
    }
  }


.column-post p{
  background:#fffaf0;
  line-height:33px;
  text-align:left;
  padding:20px 20px;

}

.note_wrap{
  background: #fff;
  padding: 1em 2em;
  width: 100%;
  margin: 30px auto;
  box-shadow: 5px 5px 20px 5px rgba(0,0,0,0.15);
}
.note{
  margin-top:41px;
  background-color: #fff;
  background-image: linear-gradient(180deg, #ccc 1px, transparent 1px);
  background-size: 100% 2.5em;
  line-height: 2.5em;
  padding-bottom: 34px;
  padding-right:20px;
  padding-left:20px;
  font-size:18px;
}

.note_wrap h3{
  color:#00A1E0;
  padding:20px 0;
  border-bottom:solid 2px #00A1E0;
  font-size:24px;
  text-align:left;
  margin-bottom:20px;
}


