/*Comitment*/
.headerImg {
  background-image: url(../img/header.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 338px;
}

.catch {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 140px;
}

.sectionWrap {
  width: 1000px;
  margin: auto;
}
.sectionWrap video {
  width: 600px;
  height: auto;
  display: block;
  margin: 50px auto 100px auto;
}
.sectionWrap section {
  display: inline-flex;
  padding: 83px 0 0 46px;
  margin-bottom: 100px;
  background: no-repeat;
}
.sectionWrap section:first-of-type {
  margin-bottom: 0px;
}
.sectionWrap section h2 {
  display: none;
}
.sectionWrap section h3 {
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  width: 100%;
  border-right: 2px solid #03B8DF;
  border-left: 2px solid #03B8DF;
  margin-bottom: 30px;
}
.sectionWrap section p {
  font-size: 16px;
  line-height: 1.94em;
}
.sectionWrap section img {
  width: 220px;
  height: auto;
  margin-left: 30px;
}
.sectionWrap section#case01 {
  background-image: url(../img/case01_title.png);
}
.sectionWrap section#case02 {
  background-image: url(../img/case02_title.png);
}
.sectionWrap section#case03 {
  background-image: url(../img/case03_title.png);
}
.sectionWrap section#case03 img {
  position: relative;
  bottom: 83px;
}

@media only screen and (max-width: 979px) {
  .headerImg {
    background-size: cover;
    height: 200px;
  }
  .catch {
    width: 600px;
    margin: 0 auto 80px auto;
  }
  .catch img {
    width: 100%;
    height: auto;
  }
  .sectionWrap {
    width: 720px;
    margin: auto;
  }
  .sectionWrap video {
    width: 550px;
    height: auto;
    display: block;
    margin: 50px auto 100px auto;
  }
  .sectionWrap section {
    display: inline-flex;
    padding: 50px 0 0 30px;
    margin-bottom: 100px;
    background: no-repeat;
    background-size: contain;
  }
  .sectionWrap section:first-of-type {
    margin-bottom: 0px;
  }
  .sectionWrap section h3 {
    font-size: 17px;
    letter-spacing: 0.1em;
    text-align: center;
    width: 100%;
    border-right: 2px solid #03B8DF;
    border-left: 2px solid #03B8DF;
    margin-bottom: 30px;
  }
  .sectionWrap section p {
    font-size: 14px;
    line-height: 1.94em;
  }
  .sectionWrap section img {
    width: 160px;
    height: auto;
    margin-left: 25px;
  }
  .sectionWrap section#case01 {
    background-image: url(../img/case01_title.png);
  }
  .sectionWrap section#case02 {
    background-image: url(../img/case02_title.png);
  }
  .sectionWrap section#case03 {
    background-image: url(../img/case03_title.png);
  }
  .sectionWrap section#case03 img {
    position: relative;
    bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .headerImg {
    background-image: url(../img/header_sp.png);
    background-size: cover;
    height: 40vw;
  }
  .catch {
    width: 80vw;
    margin: 0 auto 50px auto;
  }
  .catch img {
    width: 100%;
    height: auto;
  }
  .sectionWrap {
    width: 100%;
    margin: auto;
  }
  .sectionWrap video {
    width: 85.333vw;
    height: auto;
    display: block;
    margin: 0px auto 50px auto;
  }
  .sectionWrap section {
    width: 85.333vw;
    display: block;
    margin: auto auto 50px auto;
    padding: 0px;
    background: no-repeat;
  }
  .sectionWrap section:first-of-type {
    margin-bottom: 8vw;
  }
  .sectionWrap section h2 {
    display: block;
    margin-top: 0px;
    margin-bottom: 5.333vw;
  }
  .sectionWrap section h3 {
    font-size: 3.733vw;
    font-weight: 600;
    line-height: 1.94em;
    letter-spacing: 0.1em;
    text-align: center;
    width: 100%;
    border-right: 2px solid #03B8DF;
    border-left: 2px solid #03B8DF;
    margin-bottom: 6.667vw;
  }
  .sectionWrap section p {
    font-size: 3.733vw;
    line-height: 1.94em;
    margin-bottom: 8vw;
  }
  .sectionWrap section img {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
  }
  .sectionWrap section#case01 {
    background-image: none;
  }
  .sectionWrap section#case02 {
    background-image: none;
  }
  .sectionWrap section#case03 {
    background-image: none;
  }
  .sectionWrap section#case03 img {
    position: relative;
    bottom: 0px;
  }
}/*# sourceMappingURL=style.css.map */