.hero {
  position: relative;
}
.hero .cta--custom .service--scene {
  padding-left: 15px !important;
  padding-right: 15px !important;
  width: 40rem;
}
.hero .cta--custom .service--scene,
.hero .cta--custom .service--scene * {
  box-sizing: border-box;
}
.hero .cta--custom .service--scene li {
  position: relative;
  margin-bottom: 0.5rem !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.hero .cta--custom .service--scene li:last-child {
  margin-bottom: 0 !important;
}
.hero .cta--custom .service--scene li::before,
.hero .cta--custom .service--scene li::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 1;
}
.hero .cta--custom .service--scene li::before {
  left: -14px;
  border-width: 25px 15px 25px 0;
  border-color: transparent #fff transparent transparent;
}
.hero .cta--custom .service--scene li::after {
  right: -14px;
  border-width: 25px 0 25px 15px;
  border-color: transparent transparent transparent #fff;
}
.hero .cta--custom .service--scene li p {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  color: #fff;
  background-color: #156082;
  border: solid 5px #fff;
}
.hero .cta--custom .service--scene li p::before,
.hero .cta--custom .service--scene li p::after {
  content: "";
  position: relative;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 2;
}
.hero .cta--custom .service--scene li p::before {
  margin-left: -12px;
  margin-right: 1rem;
  border-width: 20px 13px 20px 0;
  border-color: transparent #156082 transparent transparent;
}
.hero .cta--custom .service--scene li p::after {
  margin-left: auto;
  margin-right: -12px;
  border-width: 20px 0 20px 13px;
  border-color: transparent transparent transparent #156082;
}
.hero .cta--custom .service--scene li a {
  color: #fff;
}
.hero .cta--custom .service--scene li:hover::before {
  border-right-color: #156082;
  transition: var(--transit-default);
}
.hero .cta--custom .service--scene li:hover::after {
  border-left-color: #156082;
  transition: var(--transit-default);
}
.hero .cta--custom .service--scene li:hover p {
  color: #156082;
  background-color: #fff;
  border-color: #156082;
  transition: var(--transit-default);
}
.hero .cta--custom .service--scene li:hover p::before {
  border-right-color: #fff;
  transition: var(--transit-default);
}
.hero .cta--custom .service--scene li:hover p::after {
  border-left-color: #fff;
  transition: var(--transit-default);
}
.hero .cta--custom .service--scene li:hover a {
  color: #156082;
}
@media screen and (max-width: 47.9375em) {
  .hero .cta--custom .service--scene {
    margin-bottom: 2rem;
    width: 100%;
  }
}
@media screen and (max-width: 47.9375em) {
  .hero {
    padding-top: 0;
    grid-template-rows: auto auto 2.8571428571rem auto;
  }
}

.hero_single {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  grid-column: 1/-1;
}
.hero_single__sp,
.hero_single__pc {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.hero_single__sp img,
.hero_single__pc img {
  display: block;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero_single__sp {
  display: none;
}
.hero_single__pc {
  display: block;
}
@media screen and (max-width: 47.9375em) {
  .hero_single__sp {
    display: block;
  }
  .hero_single__pc {
    display: none;
  }
}

@media screen and (max-width: 47.9375em) {
  .hero--catch {
    padding: 1.8571428571rem 1.4285714286rem;
  }
}

.hero--ttl {
  margin-top: 6rem;
  margin-bottom: 0.5em;
  color: #fff;
  text-shadow: 2px 2px 2px #0070b0;
  word-break: break-all;
}
@media screen and (max-width: 47.9375em) {
  .hero--ttl {
    margin-top: 0;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.cont-headimg--ttl {
  margin-top: 2rem;
  grid-row: unset;
}

/*--20241114 見出しタグ<h1>の設定--*/
.top-h1-heading {
  letter-spacing: 0.1em;
  font-size: 1.75rem;
  font-feature-settings: "palt";
  text-align: center;
  margin-top: 5rem;
  color: var(--clr-main);
}
.top-h1-heading > br {
  display: none;
}

@media screen and (max-width: 47.9375em) {
  .top-h1-heading {
    font-size: 1.1rem;
  }
  .top-h1-heading > br {
    display: block;
  }
}

/*--20250529 追加 導入コンテンツの掲載--*/
.lps_sec--inner > .ttl-01.none-pr-ttl {
  max-width: 66.25rem;
  padding-right: unset;
}

/*--20250529 追加 コラムページ作成について--*/
.hr-consulting-outer .ttl-03 {
  border-bottom: 1px solid var(--bg-main);
  padding-bottom: 10px;
}
.hr-consulting-outer .ttl-05 {
  color: #d4442a;
}
.hr-consulting-outer .ttl-05 span {
  color: var(--bg-main);
  padding-right: 0.5em;
}
.hr-consulting-outer .ttl-05 span.orange {
  color: #d4442a;
}
.hr-consulting-outer ol {
  list-style: decimal;
}
.hr-consulting-outer ol li.bold {
  color: var(--bg-main);
  font-weight: bold;
}
.hr-consulting-outer .bold {
  color: var(--bg-main);
  font-weight: bold;
}
.hr-consulting-outer .orange {
  color: #d4442a;
}
.hr-consulting-wrap {
  padding-bottom: 6ch;
}
.hr-consulting-inner {
  padding-bottom: 40px;
}
.hr-consulting-border {
  padding: 40px;
  margin-top: 10px;
  border-radius: 18px;
  border: 2px solid var(--bg-main);
}

/*# sourceMappingURL=customize.css.map */
