/* 下層ページメインビジュアル */
.technology_lead {
  color: #fff;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .page_mv--img img {
    object-position: right;
  }
}

/* 全体 */
figcaption {
  margin-top: .5em;
}

/* 固有 */
.detail_list li {
  padding-bottom: 0.5em;
  font-size: var(--main-txt);
  color: var(--var-color, #000);
}
.detail_list li.hyphen {
  display: flex;
  &::before {
    content: "-";
    margin-right: 10px;
  }
  .title {
    display: block;
    width: 80px;
    flex-shrink: 0;
    font-weight: bold;
    white-space: nowrap;
  }
}
.page_listheading--sub {
  font-size: var(--font-20);
}
.case_item {
  border-top: 1px solid #ccc;
  width: 100%;
  padding: 30px 0;
  &:last-of-type {
    border-bottom: 1px solid #ccc;
  }
}
.flex_box {
  justify-content: flex-start;
  gap: 20px;
  figure {
    @media screen and (max-width: 767px) {
      width: calc(50% - 10px);
    }
  }
}
.page_sec.container.sec03 {
  margin: 0 auto;
  padding: var(--contents-space-midashi);
}