@charset "UTF-8";
/* =====================
  MV
===================== */
.main .mv {
  background-image: url('/assets/image/works/works_mv.png');
}
/* =====================
 タイトル
===================== */
/* ==== H2タイトル ==== */
.works .h2-title {
  margin-top: 125px;
}
/* ==== 十字飾り ==== */
.cross {
  margin-top: 86px;
}
/* =====================
  施工事例
===================== */
.works .inner {
  padding-bottom: 154px;
}
/* ==== 大枠 ==== */
.works-wrapper {
  width: 1060px;
  margin-inline: auto;
}

.works-wrapper ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 83px 35px;
  justify-items: end;
}
.works-wrapper .works-unit {
  position: relative;
}
.works-wrapper .works-unit .works-title {
  position: absolute;
  left: -30px;
  bottom: -33px;
  width: 268px;
  height: 66px;
  background: linear-gradient(45deg, transparent 0px, #234060 0px), linear-gradient(135deg, transparent 15px, #234060 15px), linear-gradient(225deg, transparent 0px, #234060 0px), linear-gradient(315deg, transparent 0px, #234060 0px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  box-shadow: 2px 2px 1px 0 rgba(255, 255, 255, 0.7);
  opacity: 0.9;
  padding-block: 25px;
  padding-inline: 30px;
}
.works-wrapper .works-unit .works-title::after {
  content: '';
  display: inline-block;
  width: 70px;
  height: 2px;
  background: var(--yellow);
  opacity: 0.8;
  position: absolute;
  right: -11px;
  bottom: 14px;
}
.works-wrapper .works-unit .works-title h3 {
  line-height: 1;
}
