/* 新VI移行対応で追加 */

/* ------------------------------
TOPページ用のスタイル
------------------------------ */
.o-hero__text {
  width: 200px !important;
}

.o-hero {
  padding-top: 80px;
  background: none;
}
@media (max-width: 767px) {
  .o-hero {
    padding-top: 55px;
  }
}

.o-hero__inner {
  height: auto;
}

.o-hero__inner::before {
  display: none;
}

.o-hero__img_pc {
  display: none;
}

.o-hero__img_sp {
  display: block;
}

@media (min-width: 767px) {
  .o-hero__img_pc {
    display: block;
  }
  .o-hero__img_sp {
    display: none;
  }
}

.t-section.-homeService {
  margin-top: 0 !important;
}

.t-main {
  margin-top: 30px;
}

.o-header__logo {
  width: 172px;
}
@media (max-width: 900px) {
  .o-header__logo {
    width: 130px;
  }
}
@media (max-width: 767px) {
  .o-header__logo {
    width: 26.66667vw;
  }
}
/* ------------------------------
下層ページ用のスタイル
------------------------------ */
