@charset "UTF-8";
.movie-box .inner {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.movie-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .service-img {
    margin-bottom: 60px;
    text-align: center;
  }
  .service-img img:nth-child(1) {
    margin-bottom: 5px;
  }
  .service-movie {
    padding-bottom: 60px;
  }
  .service-movie p {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .service-img {
    margin-bottom: 90px;
    margin-left: -5px;
  }
  .service-img .img {
    float: left;
    width: 50%;
    padding-left: 5px;
  }
  .service-movie {
    padding-bottom: 90px;
    max-width: 788px;
    margin: auto;
  }
  .service-movie p {
    max-width: 600px;
    margin: 0 auto 40px;
  }
}
.cnc-spec {
  max-width: 788px;
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .cnc-spec {
    margin-bottom: 90px;
  }
}
.merit {
  margin: auto;
  margin-bottom: 60px;
  max-width: 600px;
}
.merit ul {
  text-align: center;
}
.merit li {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 31%;
  padding: 0 5px;
}
.merit li p {
  font-size: 1.3rem;
  letter-spacing: 0;
  margin-bottom: 0;
  line-height: 1.2;
}
.merit img {
  margin-bottom: 10px;
  max-width: 84px;
}

@media screen and (max-width: 480px) {
  .merit img {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .merit {
    margin-bottom: 90px;
  }
  .merit li p {
    font-size: 1.4rem;
  }
}
.sample-box {
  max-width: 788px;
  margin-bottom: 60px;
}
.sample-box .tit-section2 + p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.sample-box .ba-box {
  position: relative;
}
.sample-box .ba-box:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 34px;
  height: 34px;
  margin-left: -24px;
  margin-top: -17px;
  border-top: 1px solid #b1b1b1;
  border-right: 1px solid #b1b1b1;
  transform: rotate(45deg);
}
.sample-box .ba-box li {
  float: left;
  width: 42%;
  position: relative;
}
.sample-box .ba-box li:nth-child(2) {
  float: right;
  padding-top: 30px;
}
.sample-box .ba-box li p {
  position: absolute;
  left: 10px;
  bottom: -20px;
  color: #008b9e;
  font-family: "Questrial", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 0;
  line-height: 1;
  font-size: 3.4rem;
}

@media screen and (min-width: 768px) {
  .sample-box {
    margin-bottom: 90px;
  }
  .sample-box .tit-section2 + p {
    margin-bottom: 40px;
  }
  .sample-box .ba-box li:nth-child(2) {
    padding-top: 60px;
  }
  .sample-box .ba-box li p {
    font-size: 4.8rem;
    bottom: -25px;
    left: 20px;
  }
}
.sample-box .box-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 6px;
  grid-row-gap: 0px;
}
.sample-box .tit-section3 {
  position: relative;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  padding-left: 1.2em;
}
.sample-box .tit-section3::before {
  position: absolute;
  content: "■";
  color: #008b9e;
  left: 0;
}
.sample-box .tit-section3 + p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.sample-box .btn-link {
  margin-top: 40px;
  margin-bottom: 40px;
}

.movie-box9-16 {
  display: flex;
  justify-content: center;
}
.movie-box9-16 .inner {
  aspect-ratio: 9/16;
  max-width: 360px;
}
.movie-box9-16 video {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .tit-section3 + p {
    margin-bottom: 40px;
  }
}/*# sourceMappingURL=service.css.map */