@charset "UTF-8";
.page-id-37 .c-entry__title {
  display: none;
}

/* お問い合わせページのフッター非表示 */
.page-id-37 .l-footer__body {
  display: none;
}

/*ヘッダーロゴの右側にテキスト*/
.c-site-branding__title a::after {
  content: "株式会社ケイプラ";
  font-weight: bold;
  font-size: 24px;
  color: #333;
  padding-left: 20px;
}

/*ヘッダーロゴ右の会社名*/
/*
# コピーライト
---------------------------------- */
/*
# 背景色
---------------------------------- */
.l-footer__footer {
  background-color: #2e2e2e !important;
  color: #fff;
}

/*中央寄せ*/
.l-footer__footer .c-row {
  justify-content: center;
  text-align: center;
}

/* reCAPTCHAの位置調整　*/
.grecaptcha-badge {
  bottom: 80px !important;
}

/*フッターナビ中央寄せ*/
.l-footer-widget-area__item.c-row__col:not(:first-child) {
  text-align: center;
}

.smb-panels__item {
  position: relative;
}

.smb-panels__item::before {
  content: "";
  display: inline-block;
  width: 90%;
  height: 3px;
  background-image: linear-gradient(90deg, rgb(40, 0, 255), rgb(255, 160, 71));
  position: absolute;
  top: 85%;
  left: 5%;
}

@media (min-width: 1025px) {
  .service-back-title .has-sm-6-xl-font-size {
    padding-left: 163px;
  }
}

@media (max-width: 1024px) {
  .service-back-title .has-sm-6-xl-font-size {
    padding-left: 35px;
  }
}

@media (max-width: 639px) {
  .service-back-title .has-sm-6-xl-font-size {
    padding-left: 25px;
  }
}

.c-page-header__bgimage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 10;
}

.c-page-header__title {
  z-index: 20;
  font-size: 36px;
}
@media (max-width: 639px) {
  .c-page-header__title {
    font-size: 24px;
  }
}

.c-page-header[data-has-image=true] {
  height: clamp(300px, 62.5vw, 320px) !important;
}
@media (max-width: 639px) {
  .c-page-header[data-has-image=true] {
    height: 120px !important;
  }
}
/*# sourceMappingURL=style.css.map */