@charset "utf-8";

#pageTtl {
  background-image: url(../img/service_ttl_bg.png);
}

.commonTtl.reverseTtl span {
  padding-top: 0;
  padding-bottom: 5px;
}

.commonTtl.leftTtl {
  text-align: left;
}

/* -------------------------------------------------- */
/* メインビジュアル */
/* -------------------------------------------------- */
#mvTop {
  background: url(../img/mv_bg.png) no-repeat top 25px right -25px / 31%;
}

#mvTopInner {
  width: 961px;
  padding-top: 100px;
  padding-bottom: 110px;
}

#mvTopWrap {
  column-gap: 8%;
}

#mvTopTtlBox {
  width: 41.5%;
}

#mvTopTtl {
  font-size: 2.7rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  line-height: 1.75;
}

#mvTopTxtBox {
  width: 50.5%;
}

#mvImg img {
  width: 100%;
}

/* -------------------------------------------------- */
/* 電線共同溝（C･C･BOX）とは */
/* -------------------------------------------------- */
#serviceInner {
  width: 800px;
  padding-top: 100px;
  padding-bottom: 98px;
}

/* -------------------------------------------------- */
/* 電線共同溝の工事について */
/* -------------------------------------------------- */
#about {
  background: #f8f7f7;
}

#aboutInner {
  width: 92%;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 96px;
}

#aboutWrap {
  column-gap: 3%;
}

#aboutContentWrap {
  width: 363px;
}

#aboutImgWrap {
  width: calc(97% - 363px);
  column-gap: 1%;
}

.aboutImgBox {
  width: 49.5%;
}

.aboutImgBox img {
  width: 100%;
  margin-bottom: 10px;
}

.aboutImgCaption {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}

/* -------------------------------------------------- */
/* 無電柱化のメリット */
/* -------------------------------------------------- */
#merit {
  background: url(../img/merit_bg.jpg) no-repeat center center / cover;
  color: #ffffff;
}

#meritInner {
  width: 1040px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.meritTtl {
  color: #ffffff;
}

#meritTtl span {
  color: #a9e0ff;
}

/* メリットリスト */
/* -------------------------------------------------- */
#meritList {
  margin-bottom: 65px;
  column-gap: 3.5%;
}

.meritItem {
  width: 31%;
  padding-top: 20px;
  position: relative;
}

.meritNum {
  width: 77px;
  position: absolute;
  top: 0;
  left: -19px;
}

.meritImgBox {
  margin-bottom: 26px;
}

.meritItemTtl {
  margin-bottom: 10px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

/* 比較表 */
/* -------------------------------------------------- */
#meritComparisonInner {
  width: 1040px;
  max-width: 100%;
  padding: 33px;
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.6);
}

#meritComparisonWrap {
  column-gap: 4%;
}

.meritComparisonItem {
  width: 48%;
  position: relative;
}

.meritComparisonItem:first-child::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border-top: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
  position: absolute;
  top: 50%;
  right: -5%;
  transform: translateY(-50%) rotate(45deg);
}

.meritComparisonCaption {
  padding: 5px;
  background: #ffffff;
  color: #000000;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

/* -------------------------------------------------- */
/* 工事の流れ */
/* -------------------------------------------------- */
#flow {
  background: url(../img/flow_bg_txt.png) no-repeat top left / 100px auto;
}

#flowInner {
  padding-top: 94px;
  padding-bottom: 133px;
}

.flowWrap {
  position: relative;
}

.flowWrap:not(:last-child) {
  margin-bottom: 50px;
}

.flowWrapTtl {
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.flowItem {
  width: 227px;
  padding: 0 4px;
}

.flowImgBox img {
  margin-bottom: 8px;
}

.flowImgCaption {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

.flowImgCaption span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: #0b78c7;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  font-family: "Jost", sans-serif;
  vertical-align: middle;
}

/* 矢印 */
.slick-prev,
.slick-next {
  width: 30px;
  height: 30px;
  border: 1px solid #0b78c7;
  border-radius: 50%;
  top: -35px;
  left: inherit;
  bottom: inherit;
  transition: all 0.3s;
}

.slick-prev {
  right: 66px;
}

.slick-next {
  right: 26px;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #0282c7;
  border-left: 2px solid #0282c7;
  position: absolute;
  top: 50%;
  transition: all 0.3s;
}

.slick-prev:before {
  left: 45%;
  transform: translateY(-50%) rotate(-45deg);
}

.slick-next:before {
  left: 35%;
  transform: translateY(-50%) rotate(135deg);
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

/* ホバーアクション */
.slick-prev:hover,
.slick-prev:active,
.slick-next:hover,
.slick-next:active {
  background: #0b78c7;
}

.slick-prev:hover::before,
.slick-prev:active::before,
.slick-next:hover::before,
.slick-next:active::before {
  border-color: #ffffff;
}

/* -------------------------------------------------- */
/* 方針 */
/* -------------------------------------------------- */
#policy {
  & h2 {
    text-align: left;

    & span {
      color: #4da9dc;
    }
  }
}

#policyInner {
  width: 92%;
  max-width: 1040px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
}

.policyWrap {
  width: 49%;
}

.policyList {
  & li {
    margin-bottom: 0.8em;
    display: flex;
    & span {
      margin-right: 0.5em;
      font-family: "Jost", sans-serif;
      font-size: 1.8rem;
      line-height: 1.3;
    }
  }
}

.policyTxt {
  width: 100%;
  text-align: right;
}

/* -------------------------------------------------- */
/* IE対応 */
/* -------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
}

/* -------------------------------------------------- */
/* PC調整 */
/* -------------------------------------------------- */
@media screen and (min-width: 1025px) {
  /* -------------------------------------------------- */
  /* 工事の流れ */
  /* -------------------------------------------------- */

  /* 余白調整 */
  #flowTtl,
  #flowWrap1,
  #flowWrap2 {
    padding-left: 240px;
  }
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
  /* -------------------------------------------------- */
  /* メインビジュアル */
  /* -------------------------------------------------- */
  #mvTopInner {
    padding: 60px 0 40px;
  }

  #mvTopWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 15px;
  }

  #mvTopTtlBox {
    width: 100%;
  }

  #mvTopTtl {
    text-align: center;
  }

  #mvTopTxtBox {
    width: 100%;
  }

  /* -------------------------------------------------- */
  /* 電線共同溝の工事について */
  /* -------------------------------------------------- */
  #aboutInner {
    margin: auto;
  }

  #aboutWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 20px;
  }

  #aboutContentWrap {
    width: 100%;
  }

  #aboutImgWrap {
    width: 100%;
  }

  /* #aboutImgWrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 15px;
    }

    .aboutImgBox {
        width: 100%;
    } */

  /* -------------------------------------------------- */
  /* 無電柱化のメリット */
  /* -------------------------------------------------- */

  /* メリットリスト */
  /* -------------------------------------------------- */
  #meritList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 40px;
  }

  .meritItem {
    width: 615px;
    max-width: 95%;
  }

  .meritImgBox {
    margin-bottom: 15px;
  }

  .meritImgBox img {
    width: 100%;
    margin: auto;
  }

  .meritItemTtl {
    margin-bottom: 5px;
  }

  /* -------------------------------------------------- */
  /* 工事の流れ */
  /* -------------------------------------------------- */
  #flowInner {
    padding-left: 20px;
  }
}

/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #policyInner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
  /* -------------------------------------------------- */
  /* メインビジュアル */
  /* -------------------------------------------------- */
  #mvTopTtl {
    font-size: 2.2rem;
  }

  /* -------------------------------------------------- */
  /* 無電柱化のメリット */
  /* -------------------------------------------------- */

  /* 比較表 */
  /* -------------------------------------------------- */
  #meritComparisonWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
  }

  .meritComparisonItem {
    width: 100%;
  }

  .meritComparisonItem:first-child::after {
    top: inherit;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
  }

  /* -------------------------------------------------- */
  /* 工事の流れ */
  /* -------------------------------------------------- */
  #flowInner {
    max-width: 95%;
    margin: auto;
  }

  .flowItem {
    width: 185px;
  }

  .slick-next {
    right: 5px;
  }

  .slick-prev {
    right: 45px;
  }

  /* -------------------------------------------------- */
  /* 方針 */
  /* -------------------------------------------------- */
  #policy {
    & h2 {
      margin-bottom: 1em;
    }
  }
  #policyInner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .policyWrap {
    width: 100%;
  }

  .policyWrap:first-child {
    margin-bottom: 20px;
  }
}
