* {
  font-family: Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: #000000;
}

.contents {
  width: 1200px;
  margin: 0 auto;
}

.list-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list-nav li {
  margin: 15px 0;
}
.list-nav li a {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
}

.sec-hero {
  position: relative;
  margin-bottom: 30px;
}

.only-sp {
  display: none;
}

.btn-hero {
  position: absolute;
  right: 12px;
  bottom: 12px;
}

div[class*="sec-cmn"] {
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  text-align: center;
  background: #FFFFFF;
}

.sec-cmn-01:after,
.sec-cmn-02:after {
  display: inline-block;
  width: 1200px;
  height: 30px;
  margin: 50px 0 0;
  content: "";
  background: #000000;
}

.sec-cmn-01:after {
  -webkit-transform: skewY(3deg);
          transform: skewY(3deg);
}

.sec-cmn-02:after {
  -webkit-transform: skewY(-3deg);
          transform: skewY(-3deg);
}

.ttl-cmn {
  margin-bottom: 30px;
}

.txt-cmn {
  display: block;
  width: 1100px;
  margin: 0 auto 30px;
}

.s-left {
  text-align: left;
}

.grid-sample {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider {
  width: 968px;
  height: 513px;
  margin: 0 auto;
  padding: 0 4px;
  background-image: url(../images/bg-case-pc.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.slider img {
  width: 80%;
  margin: 3% auto 0;
}

.sec-service {
  position: relative;
}

.sec-service::after {
  position: absolute;
  bottom: 0;
  left: 0;
}

.txt-service {
  font-size: 20px;
}
.txt-service .txt-line {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF071));
  background: linear-gradient(transparent 60%, #FFF071 60%);
}

div[class*="box-faq"] {
  width: 1060px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 0;
  border: 3px solid #000000;
  border-radius: 10px;
  background: #E6E6E6;
}
div[class*="box-faq"] li {
  list-style: none;
}

.box-faq-01 {
  margin-bottom: 30px;
}

.ttl-item-faq {
  margin-bottom: 30px;
}

.list-faq {
  width: 950px;
  margin: 0 auto;
}

li[class*="item-faq"] {
  margin-bottom: 15px;
  cursor: pointer;
  border-bottom: 2px solid #000000;
}

div[class*="box-q"] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.ico-faq {
  margin-right: 15px;
}

.list-faq-txt {
  font-weight: bold;
  margin: 0.3em 0;
}

.ico-boxq {
  position: absolute;
  top: 5px;
  right: 0;
  display: none;
}

.box-a {
  display: none;
  margin-bottom: 15px;
  margin-left: 50px;
  text-align: left;
}

.is-active {
  display: block;
}

.sec-contact {
  margin-bottom: 15px;
  padding-bottom: 50px;
}

.txt-contact {
  font-weight: bold;
  margin-bottom: 15px;
}

.page-top-pc {
  margin-bottom: 50px;
  cursor: pointer;
  color: #FFFFFF;
}
.page-top-pc p {
  text-align: right;
}
.page-top-pc span {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }

  .only-sp {
    display: block;
  }

  .contents {
    position: relative;
    width: 100%;
  }

  .page-top-sp {
    font-size: 10vw;
    line-height: 15vw;
    position: fixed;
    z-index: 9997;
    right: 3%;
    bottom: 3%;
    width: 15vw;
    height: 15vw;
    cursor: pointer;
    text-align: center;
    opacity: 0.7;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 50vw;
    background: #000000;
  }

  img {
    margin: 0 auto;
  }

  .sec-hero {
    margin-bottom: 10%;
  }
  .sec-hero img {
    width: 100%;
  }

  .btn-hero {
    position: absolute;
    right: 2%;
    bottom: -7%;
    width: 28%;
  }

  .ttl-cmn img {
    width: 100%;
  }

  .txt-cmn {
    width: 95%;
  }

  div[class*="sec-cmn"] {
    padding-top: 5%;
  }

  .sec-cmn-01:after,
  .sec-cmn-02:after {
    width: 100%;
    margin-top: 8%;
  }

  .nav-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 4% 4% 2.5%;
  }

  .burger-icon {
    z-index: 9999;
    width: 8vw;
    height: 8vw;
    cursor: pointer;
  }

  .btn-nav img {
    width: 35vw;
  }

  .burger-icon span,
  .burger-icon span:before,
  .burger-icon span:after {
    position: absolute;
    z-index: 9999;
    display: block;
    width: 8vw;
    height: 1.3vw;
    content: "";
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background: #FFFFFF;
  }

  .burger-icon span:before {
    bottom: -3vw;
  }

  .burger-icon span:after {
    bottom: -6vw;
  }

  .burger-top {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 2;
    margin-top: 15vw;
    padding-left: 5%;
    color: #000000;
    background: #FFEB41;
  }

  .nav-content {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    overflow: auto;
    width: 90%;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(-105%);
            transform: translate(-105%);
    background: #000000;
  }

  .is-open {
    -webkit-transform: translate(0);
            transform: translate(0);
  }

  .list-nav {
    display: inline;
  }
  .list-nav li {
    padding-left: 5%;
    text-align: left;
    border-bottom: dashed 1px #FFFFFF;
  }
  .list-nav a {
    padding: 3% 0;
  }

  .burger-icon.is-burger-nav-open span {
    -webkit-transform: translateY(3vw) rotate(-45deg);
            transform: translateY(3vw) rotate(-45deg);
  }

  .burger-icon.is-burger-nav-open span:before {
    -webkit-transform: translateY(-3vw) rotate(45deg);
            transform: translateY(-3vw) rotate(45deg);
    opacity: 0;
  }

  .burger-icon.is-burger-nav-open span:after {
    -webkit-transform: translateY(-6vw) rotate(90deg);
            transform: translateY(-6vw) rotate(90deg);
  }

  .box-sample img {
    width: 90%;
    margin-bottom: 5%;
  }

  .slider {
    width: 90%;
    height: 100%;
    background-image: url(../images/bg-case-sp.png);
    background-size: contain;
  }
  .slider img {
    margin: 8% auto;
  }

  .sec-case::after {
    margin-bottom: 2%;
  }

  .sec-service::after {
    bottom: -0.5%;
  }

  .box-service img {
    width: 100%;
  }

  .txt-service {
    line-height: 1.8;
  }

  .ttl-flow {
    margin-top: 3%;
  }

  .sec-flow {
    padding-top: 10%;
  }

  .box-flow img {
    width: 80%;
  }

  .box-price img {
    width: 90%;
  }

  div[class*="box-faq"] {
    width: 90%;
  }

  .ttl-item-faq img {
    width: 80%;
  }

  .list-faq {
    width: 85%;
  }

  div[class*="box-q"] {
    padding-right: 8%;
  }

  .sec-contact {
    margin-bottom: 25%;
  }

  .btn-contact img {
    width: 70%;
  }

  .txt-contact {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .txt-contact img {
    width: 90%;
  }
}

/*# sourceMappingURL=style.css.map */