.link {
  margin: 50px 0;
}
.link .each__link {
  padding: 10px;
}

.mv {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 630px;
  background: url(../image/mv_bg-pc.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 40px;
}
.mv .mv__txt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  width: 100%;
}
.mv .mv__catch {
  color: white;
  text-align: center;
  font-size: 48px;
  margin-left: -50px;
  margin-right: -50px;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .mv {
    margin-bottom: 30px;
  }
  .mv .mv__catch {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 700px) {
  .mv {
    height: 350px;
    background: url(../image/mv_bg-sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .mv .mv__catch {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .mv .mv__txt {
    bottom: 10px;
  }
  .mv p {
    font-size: 14px;
  }
}
.strengths {
  padding-bottom: 20px;
}
.strengths .strengths__item {
  text-align: center;
  margin-bottom: 20px;
}
.strengths .strengths__item:nth-of-type(3) .strengths__ttl {
  margin-top: -10px;
  line-height: initial;
  padding-bottom: 10px;
}
.strengths img {
  height: 80px;
  width: auto;
  margin: 20px auto;
}
.strengths .strengths__ttl {
  font-size: 20px;
  min-height: 50px;
  line-height: 50px;
  padding-bottom: 10px;
  font-weight: normal;
}
.strengths p {
  text-align: left;
}

@media (max-width: 700px) {
  .strengths {
    padding-bottom: 0;
  }
  .strengths .strengths__item {
    text-align: center;
  }
  .strengths .strengths__item:nth-of-type(3) .strengths__ttl {
    margin-top: 0px;
    padding-bottom: 5px;
  }
  .strengths .strengths__item:nth-of-type(3) img {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .strengths img {
    margin: 10px auto 5px;
  }
  .strengths .strengths__ttl {
    min-height: auto;
    line-height: 1;
    padding-bottom: 5px;
  }
  .strengths p {
    text-align: left;
  }
}
.functions {
  margin-bottom: 60px;
}
.functions .functions__item {
  display: flex;
  padding-bottom: 25px;
}
.functions .functions__number {
  color: #3C7FB7;
  border-radius: 20px;
  min-width: 135px;
  border: 1px solid;
  text-align: center;
  display: block;
  margin-right: 30px;
  height: 27px;
}

@media (max-width: 700px) {
  .functions {
    margin-bottom: 30px;
  }
  .functions .functions__item {
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
  .functions .functions__number {
    margin-bottom: 5px;
  }
  .functions p {
    width: 100%;
  }
}
.service-model__ttl {
  position: relative;
  padding-bottom: 40px;
}
.service-model__ttl::after {
  content: "";
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #3C7FB7;
  top: 40px;
}

@media (max-width: 700px) {
  .service-model__ttl {
    padding-bottom: 20px;
  }
  .service-model__ttl::after {
    max-width: 220px;
    top: 30px;
  }

  .service-model__item {
    margin-bottom: 20px;
  }
}
.example {
  margin-bottom: 30px;
}
.example .example__txt {
  padding: 20px;
  background: #F5F5F5;
}
.example .example__movie {
  line-height: 0;
}

@media (max-width: 700px) {
  .example {
    margin-bottom: 30px;
  }
  .example .example__txt {
    padding: 20px 0;
    background: #F5F5F5;
    font-size: 14px;
  }
  .example .example__movie {
    line-height: 0;
  }
}/*# sourceMappingURL=style.css.map */