@charset "UTF-8";
.mainVisual {
  background-image: url('../network/img/kv.webp');
}
@media screen and (max-width: 767px) {
  .mainVisual {
    background-image: url('../network/img/kv_sp.webp');
  }
}
.info_title {
  position: relative;
  padding: 0.5rem 0 3rem;
  margin-bottom: 3rem;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}
.info_title::before {
  position: absolute;
  border-bottom: 3px solid #333;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  content: '';
}
@media screen and (max-width: 1024px) {
  .info_title {
    font-size: 3rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .m-mainVisual_service {
    font-size: 3rem;
    line-height: 1.4;
    display: block !important;
  }
  .info_title {
    font-size: 2.4rem;
    text-align: center;
  }
}