@charset "UTF-8";
/* =====================
	施工実績
 ======================= */

/** ------------------------ 共通 ------------------------ **/
.btn-works {
  width: 100%;
  font-family: var(--font_YuGothic);
  font-size: 125%;
  font-weight: bold;
  color: var(--c_white);
  background-color: var(--c_text);
  padding: 1em 1.54em 0.92em 4.72em;
  border-radius: 9999px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 4px 5px 0 #4e7ece;
}

.btn-works::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
  border-width: 0.42em 0px 0.42em 0.72em;
}

.btn-works:hover {
  transform: translate(4px, 5px);
  box-shadow: none;
}

/** ------------------------ 一覧 ------------------------ **/

/** ------------------------ page-lead ------------------------ **/
.page-lead {
  margin-bottom: 11.04%;
}

.page-lead .page-ttl {
  margin-bottom: 5.78%;
}

/** ------------------------ by-area ------------------------ **/
.by-area {
  margin-bottom: 7.6%;
}

.by-area .by-area-ttl {
  width: fit-content;
  margin: 0 auto;
  font-size: 150%;
  font-weight: bold;
  color: #00327d;
  margin-bottom: 2%;
  background-color: var(--c_yellow);
  padding: 0 2.6%;
  position: relative;
}

.by-area .by-area-ttl::before {
  content: "";
  width: 3px;
  height: 177.27%;
  background-color: #00327d;
  position: absolute;
  bottom: 151.14%;
  left: 50%;
  transform: translateX(-50%);
}

.by-area .by-area-txt {
  width: fit-content;
  margin: 0 auto 1%;
}

.by-area .by-area-figure {
  font-size: 1.04vw;
  width: 57.86%;
  margin: 0 auto 4.04%;
  position: relative;
}

.by-area .by-area-list {
  display: grid;
  grid-template-columns: max-content max-content;
  position: absolute;
  top: 5%;
  left: 10%;
}

.by-area .by-area-list dt,
.by-area .by-area-list dd {
  font-weight: bold;
  color: #00327d;
  position: relative;
  border-bottom: 3px solid #00327d;
  display: flex;
}

.by-area .by-area-list dt {
  padding: 0 1em 0.5em 0;
  align-items: flex-end;
}

.by-area .by-area-list dd {
  align-items: baseline;
}

.by-area .by-area-list dd .number {
  font-size: 250%;
}

.by-area .area {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1em;
  width: 15%;
}

.by-area .area-name {
  font-size: 85%;
  font-weight: bold;
  color: var(--c_white);
}

.by-area .count {
  font-size: 90%;
  font-weight: bold;
  color: var(--c_white);
}

.by-area .count .number {
  font-size: 255.56%;
  color: var(--c_yellow);
}

.by-area .by-area-figure .hokkaido-tohoku {
  top: 25%;
  left: 76.5%;
}

.by-area .by-area-figure .chubu {
  top: 26.5%;
  left: 40%;
}

.by-area .by-area-figure .kanto {
  top: 45%;
  left: 65%;
}

.by-area .by-area-figure .kinki {
  top: 67%;
  left: 50%;
}

.by-area .by-area-figure .chugoku {
  top: 37.5%;
  left: 22.5%;
}

.by-area .by-area-figure .shikoku {
  top: 78%;
  left: 33%;
}

.by-area .by-area-figure .kyushu-okinawa {
  top: 56%;
  left: 7.5%;
}

.by-area .by-area-btn-container {
  width: 46%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.6em;
}

.by-area .by-area-btn-container .btn-white.is-active {
  background-color: var(--c_text);
  color: var(--c_white);
}

/** ------------------------ works ------------------------ **/
.works {
  padding: 4.17% 0 13.65%;
  background-color: #edf1f7;
}

.works .sec-ttl2 {
  text-align: center;
  margin-bottom: 2em;
}

.works .works-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4em 2.5em;
  margin-bottom: 6.36%;
}

.works .works-item {
  padding: 0.8em 0.8em 1.2em;
  background-color: #f5f5f5;
}

.works .works-item article {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.works .works-item-img {
  border-radius: 40px;
  overflow: hidden;
  margin-bottom: 5.21%;
}

.works .works-item-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 480 / 390;
  object-fit: cover;
}

.works .works-item-ttl {
  flex: 1;
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8.55%;
}

.works .btn-wrapper:has(.btn-white) {
  margin-top: 6.36%;
}

/** ------------------------ 下層ページフッター ------------------------ **/
.archive .footer-sub {
  background-color: #edf1f7;
}

/** ------------------------ 詳細 ------------------------ **/
.single .page-ttl {
  margin-bottom: 5.89%;
}

/** ------------------------ works-single ------------------------ **/
.works-single {
  margin-bottom: 10.05%;
}

.works-single .works-article {
  margin: 0 auto 9.33%;
}

.works-single .works-article-ttl {
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3.83%;
}

.works-single .works-img-slider {
  width: 52.75%;
  margin: 0 auto 3.08%;
  position: relative;
}

.works-single .works-img-slider .slide-arrow {
  width: 2em;
  height: 2em;
  background: url(../img/common/icon-arrow-white.svg) 0% 0% / contain no-repeat;
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  cursor: pointer;
}

.works-single .works-img-slider .prev-arrow {
  left: -39%;
  transform: rotate(180deg) translateY(50%);
}

.works-single .works-img-slider .next-arrow {
  right: -39%;
}

.works-single .works-img {
  border-radius: 40px;
  overflow: hidden;
}

.works-single .works-img img {
  width: 100%;
  object-fit: cover;
}

.works-single .works-info {
  width: 92.83%;
  margin: 0 auto 5%;
  border-radius: 40px;
  overflow: hidden;
}

.works-single .works-info-ttl {
  font-size: 160%;
  font-weight: bold;
  color: var(--c_white);
  background-color: var(--c_text);
  display: flex;
  align-items: center;
  column-gap: 2em;
  padding: 1.8% 9.96%;
}

.works-single .works-info-ttl span {
  position: relative;
  flex: 1;
}

.works-single .works-info-ttl span::before {
  content: "";
  width: 2px;
  height: 116.67%;
  background-color: var(--c_white);
  position: absolute;
  top: 50%;
  left: -1em;
  transform: translateY(-50%);
}

.works-single .works-info-list-wrapper {
  background-color: #f5f5f5;
  padding: 2.69% 8.98%;
}

.works-single .works-info-list {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 0.45em 2.7em;
  margin-bottom: 0.45em;
}

.works-single .safety {
  width: 92.83%;
  margin: 0 auto 5%;
}

.works-single .safety-ttl {
  font-size: 160%;
  font-weight: bold;
  margin-bottom: 0.9%;
}

.works-single .safety-txt {
  color: #333333;
}

.works-single .btn-works {
  width: 18.4em;
  padding: 0.98em 2.54em 0.94em 5.2em;
  margin: 0 auto 9.33%;
}

.works-single .btn-white {
  padding: 1em 1.2em 0.92em;
}

/** -------------------- タブレット -------------------- **/
@media (max-width: 1280px) {
  /** ------------------------ 共通 ------------------------ **/
  .btn-works {
    padding: 1em 1.54em 0.92em 3em;
    max-width: 300px;
    margin: 0 auto;
  }

  /** ------------------------ 一覧 ------------------------ **/

  /** ------------------------ works ------------------------ **/
  .works .works-list {
    grid-template-columns: 1fr 1fr;
  }

  /** ------------------------ 詳細 ------------------------ **/

  /** ------------------------ works-single ------------------------ **/
  .works-single .btn-works {
    max-width: none;
  }
}

/** -------------------- スマホ -------------------- **/
@media (max-width: 699px) {
  /** ------------------------ 共通 ------------------------ **/
  .btn-works {
    font-size: 16px;
    max-width: 260px;
  }

  /** ------------------------ 一覧 ------------------------ **/

  /** ------------------------ page-lead ------------------------ **/
  .page-lead {
    margin-bottom: 100px;
  }

  .page-lead .page-ttl {
    margin-bottom: 25px;
  }

  /** ------------------------ by-area ------------------------ **/
  .by-area {
    width: 90%;
    margin: 0 auto 50px;
  }

  .by-area .by-area-ttl {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .by-area .by-area-txt {
    margin-bottom: 25px;
  }

  .by-area .by-area-figure {
    width: 100%;
    margin: 0 auto 25px;
  }

  .by-area .by-area-list {
    font-size: 200%;
    top: 0;
    left: 0;
  }

  .by-area .area {
    font-size: 180%;
  }

  .by-area .by-area-figure .chubu {
    top: 26%;
  }

  .by-area .by-area-figure .kanto {
    top: 44%;
  }

  .by-area .by-area-figure .kinki {
    top: 66%;
  }

  .by-area .by-area-figure .chugoku {
    top: 36.5%;
  }

  .by-area .by-area-figure .shikoku {
    top: 77.5%;
  }

  .by-area .by-area-figure .kyushu-okinawa {
    top: 55%;
  }

  .by-area .by-area-btn-container {
    width: 100%;
  }

  /** ------------------------ works ------------------------ **/
  .works {
    padding: 50px 0;
  }

  .works .sec-ttl2 {
    margin-bottom: 25px;
  }

  .works .works-list {
    grid-template-columns: 1fr;
    row-gap: 25px;
    margin-bottom: 50px;
  }

  .works .works-item {
    max-width: 300px;
    margin: 0 auto;
  }

  .works .works-item-ttl {
    font-size: 20px;
  }

  .works .btn-wrapper:has(.btn-white) {
    margin-top: 50px;
  }

  /** ------------------------ 詳細 ------------------------ **/
  .single .page-ttl {
    margin-bottom: 25px;
  }

  /** ------------------------ works-single ------------------------ **/
  .works-single {
    margin-bottom: 50px;
  }

  .works-single .works-article-ttl {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .works-single .works-img-slider {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 25px;
  }

  .works-single .works-img-slider .prev-arrow {
    left: -7%;
  }

  .works-single .works-img-slider .next-arrow {
    right: -7%;
  }

  .works-single .works-info {
    width: 100%;
    margin: 0 auto 25px;
  }

  .works-single .works-info-ttl {
    font-size: 20px;
    padding: 1em;
  }

  .works-single .works-info-list-wrapper {
    padding: 1em;
  }

  .works-single .safety {
    width: 100%;
    margin-bottom: 25px;
  }

  .works-single .safety-ttl {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .works-single .works-article {
    margin-bottom: 50px;
  }
}
