.create #key{
  background-image: url('../img/business/create/kv.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  
}
.create #key .key-txt{
  color: #fff;
}
.create #sec1 {
  padding-top: 10vw;
}

.create #sec1 h2.ttl {
  font-size: 5.2vw;
  line-height: 8vw;
  letter-spacing: 0;
  color: #0068b7;
}

.create #sec1 .img {
  margin-top: 8vw;
}
.create #sec1 .img  a {
    display: block;
    margin-bottom: 20px;
}
.create #sec1 .img h3 {
  margin-bottom: 3vw;
}

.create #sec1 ul.btn {
  width: 90%;
  margin: 8vw auto 0;
}

.create #sec1 ul.btn li + li {
  margin-top: 3vw;
}

@media only screen and (min-width: 768px) {
    .create #sec1 .img  {
   
    }
    .create #sec1 .img  img {
        width: 100%;
        height: auto;
    }
    .create #sec1 .img  a {
       width: calc(50% - 20px);
    margin-bottom: 40px;
}
  .create #sec1 {
    padding-top: 60px;
  }
  .create #sec1 h2.ttl {
    font-size: 32px;
    line-height: 52px;
    max-width: 1060px;
    width: 100%;
    margin: 0 auto 30px;
    padding: 0 30px;
  }
  .create #sec1 .txt {
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
  }
  .create #sec1 .img {
    display: flex;
    margin-top: 80px;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .create #sec1 .img h3 {
    margin-bottom: 34px;
    width: 48%;
  }
  .create #sec1 .img h3 img {
    width: 100%;
    height: auto;
  }
  .create #sec1 ul.btn {
    width: 100%;
    margin-top: 26px;
    display: flex;
    justify-content: center;
  }
  .create #sec1 ul.btn li {
    width: 42%;
  }
  .create #sec1 ul.btn li img {
    width: 100%;
    height: auto;
  }
  .create #sec1 ul.btn li + li {
    margin-top: 0;
    margin-left: 40px;
  }
}

@media only screen and (min-width: 1300px) {
  .create #sec1 .img {
    padding: 0;
  }
  .create #sec1 .img h3 {
    width: 600px;
  }
  .create #sec1 ul.btn li {
    width: 480px;
  }
}
