@charset "UTF-8";
/*現在位置*/
.pc-nav li:nth-child(3) {
  color: #333333;
  font-weight: 700;
}

/*共通タイトル*/
.page-title {
  padding-top: 32px;
}

.title {
  margin: 0 auto 32px;
  text-align: center;
  display: inline-block;
  border-bottom: 5px dotted #ffbb37;
}

/*対応エリア*/
.section-area {
  text-align: center;
  padding: 0 24px;
}

.section-area p {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.8rem;
}

.section-area p span {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 0rem;
}

.section-area h3 {
  background: url(../img/icon/services-icon-cherry.svg) no-repeat center top;
  padding-top: 48px;
}

.area-title-br {
  display: none;
}

@media (max-width: 768px) {
  .page-title {
    padding-top: 20px;
  }
  .page-title h2 {
    font-size: 2.4rem;
  }
  .page-title p {
    line-height: 2.5rem;
  }
  .section-area {
    margin-bottom: 64px;
  }
  .section-area h3 {
    font-size: 2.4rem;
  }
  .section-area p {
    font-size: 2.0rem;
  }
  .title {
    font-size: 2.4rem;
  }
}

/*ページ内リンクボタン*/
.section-services-button {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 24px;
}

.section-services-button li {
  max-width: 352px;
  width: 32%;
  height: 64px;
}

.section-services-button li a {
  display: block;
  padding: 15px 24px;
}

.section-services-button a:visited {
  color: #333333;
}

@media (max-width: 650px) {
  .section-services-button {
    -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;
  }
  .section-services-button li {
    margin-bottom: 16px;
    max-width: 327px;
    width: 100%;
  }
}

@media (max-width: 430px) {
  .area-title-br {
    display: block;
  }
}

/*各事業内容説明*/
#new-construction {
  background: url(../img/icon/services-icon-newConstructiton.svg) no-repeat center top;
  padding: 48px 10px 0;
}

#reform {
  background: url(../img/icon/services-icon-reform.svg) no-repeat center top;
  padding-top: 48px;
}

#maintenance {
  background: url(../img/icon/services-icon-other.svg) no-repeat center top;
  padding-top: 48px;
}

.section-services {
  max-width: 1164px;
  margin: 0 auto 96px;
  text-align: center;
  padding: 0 24px;
}

.services-contents-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.services-contents-wrapper h4 {
  font-weight: 700;
  padding-left: 24px;
  background: url(../img/icon/title-left-square.svg) no-repeat left;
}

.services-contents-wrapper img {
  max-width: 400px;
  width: 32vw;
  height: auto;
}

.services-contents-wrapper p {
  margin-bottom: 24px;
  margin-left: 26px;
}

.services-contents-wrapper a {
  display: inline-block;
  text-align: right;
  position: relative;
  padding-right: 40px;
}

.services-contents-wrapper .mb20 {
  margin-bottom: 20px;
}

.services-contents-wrapper > div {
  margin-left: 48px;
  margin-top: -8px;
  width: 100%;
}

.services-to-works {
  text-align: right;
}

.section-services a::after {
  position: absolute;
  content: url(../img/icon/ore-arrow.svg);
  top: 3px;
  right: 0px;
}

.section-services a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  /*テキストからの距離*/
  width: 0%;
  /*初期状態では下線非表示*/
  height: 3px;
  /*下線の高さ*/
  background: #ffbb37;
  /*下線の色*/
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /*アニメーション速度*/
}

.section-services a:hover::before {
  width: 100%;
}

@media (max-width: 768px) {
  .services-contents-wrapper > div {
    margin-left: 24px;
  }
  .services-contents-wrapper img {
    width: 200px;
    height: auto;
  }
}

@media (max-width: 600px) {
  .services-contents-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .services-contents-wrapper img {
    max-width: 327px;
    width: 100%;
    margin: 0 auto 32px;
  }
  .services-contents-wrapper > div {
    margin-left: 0px;
  }
}
/*# sourceMappingURL=services.css.map */