@charset "UTF-8";

/*共通 --------------------------------------------------------------------------*/
.pagecontents_menu .pagecontents_item:nth-child(2n) {
  margin-right: 0;
}

section {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin: 0 auto 9rem;
}

section.mae {
  margin: 0 auto 9.5rem;
}

h3 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #B5272D;
  text-align: center;
  padding-bottom: 3rem;
}

h3.outside {
  position: absolute;
  top: -0.7em;
  left: 0;
  right: 0;
  margin: auto;
  padding-bottom: 0;
}

h3+p {
  text-align: center;
}

@media screen and (max-width: 999px) {
  .pagecontents_menu{
    justify-content: space-between;
  }
  section {
    margin: 0 auto 4.5rem;
  }

  section.mae {
    margin: 0 auto 6rem;
  }

  h3 {
    font-size: 1.6rem;
    padding-bottom: 1.5rem;
  }

  h3+p {
    text-align: left;
  }
}
/*事例*/
.case ul {
  display: flex;
  flex-wrap: wrap;
}

.case li {
  width: 23.5%;
  margin-right: 2%;
}

.case li:nth-child(4),.case li:nth-child(8) {
  margin-right: 0;
}

.case img {
  width: 100%;
  height: 191px;
  padding-bottom: 1rem;
}

.case figure {
  padding-bottom: 2rem;
  font-size: 1.4rem;
}

@media screen and (max-width: 900px) {
  .case img {
    height: auto;
  }

  .case li {
    width: 100%;
    margin-right: 0;
  }
}

/*住宅太陽光メンテナンス・ 住宅メンテナンス
--------------------------------------------------------------------------*/
#home h3{
  font-size: 1.8rem;
  text-align: left;
  border-bottom: 1px solid #B5272D;
  padding-bottom: 0;
  margin-bottom: 2rem;
}
#home .list{
  display: flex;
  margin-bottom: 2rem;
}
#home .list ul{
  margin-right: 3%;
  list-style: disc;
  margin-left: 1em;
  line-height: 2;
}
#home .list ul li{
  line-height: 1.5;
}
#home .list ul ul{
  list-style: none;
  line-height: 1.6;
  margin-left: 0;
}
#home section{
  margin:0 auto 5rem;
}

@media screen and (max-width: 900px) {
  #home .list{
    display: block;
  }
  #home section{
    margin-bottom: 3rem;
  }
  #home h3{
    font-size: 1.6rem;
  }
}

/*発電所メンテナンス
--------------------------------------------------------------------------*/
#pw .fuguai h3 {
  font-size: 1.8rem;
  text-align: left;
  border-bottom: 1px solid #B5272D;
  padding-bottom: 0;
  margin-bottom: 2rem;
}
#pw .case ul {
  justify-content: center;
}
#pw .fuguai .case ul {
  justify-content: left;
}
#pw .case li:nth-child(3){
  margin-right: 0;
}
#pw .case figure{
  padding-bottom: 4rem;
}
#pw .list {
  display: flex;
  margin-bottom: 2rem;
}

#pw .list ul {
  margin-right: 3%;
  list-style: disc;
  margin-left: 1em;
  line-height: 2;
}

#pw .list ul li {
  line-height: 1.5;
}

#pw .list ul ul {
  list-style: none;
  line-height: 1.6;
  margin-left: 0;
}

#pw section {
  margin: 0 auto 5rem;
}
#pw .number{
  margin-top: 4rem;
  background:#F8F8F8;
}
#pw .number .container{
  padding:5rem 0 3rem;
}
#pw .number .container p{
  margin:0 0 3rem;
}
#pw .number dl{
  padding-bottom: 2rem;
}
#pw .number dt{
  font-size: 16px;
  padding-bottom: 5px;
}
#pw .number dd.img{
  display: flex;
  margin-top: 10px;
  font-size: 13px;
}
#pw .number dd.img img{
  width: 130px;
  height:180px;
  object-fit: cover;
  padding-bottom: 5px;
}
@media screen and (max-width: 900px) {
#pw{
  margin-top: 3.5rem;
}
#pw .number .container{
  padding:0;
}
#pw .list {
    display: block;
  }
#pw section {
  margin-bottom: 2rem;
}

#pw h3 {
  font-size: 1.6rem;
}
#pw .case figure{
  padding-bottom: 2rem;
}
#pw .number{
  margin-top: 4rem;
  padding:3rem 0 1rem;
}
}

/*住宅アフターサービス
--------------------------------------------------------------------------*/
#after .service{
  background: #F8F8F8;

}
#after .service .container{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 70px 0;
}
#after .service .container section{
  display: block;
  background: #fff;
  width: 30%;
  margin: 0;
  padding:40px 36px;
}
#after .service .container h4{
  font-size: 16px;
  font-weight: bold;
}
#after .service .container p{
  font-size: 16px;
  padding-bottom: 0;
  padding-top: 14px;
}
#after .link.container {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}

#after .link.container div {
  width: 50%;
  padding: 0 5%;
}

#after .link.container div img {
  width: 254px;
  padding-bottom: 20px;
}

#after .link.container div a {
  display: block;
  background: #B5272D;
  width: 400px;
  height: 95px;
  line-height: 95px;
  border-radius: 10px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  scroll-padding-block-start: 10px;
}
@media screen and (max-width: 900px) {
  #after .service {
    margin-top: 50px;
  }
  #after .service .container section {
    width: 100%;
    padding: 25px;
  }
    #after .service .container {
      padding: 40px 0 20px;
    }
    #after .service .container h4{
      font-size: 15px;
      text-align: center;
    }
    #after .service .container p{
      font-size: 14px;
    }
    #after .link.container div {
      width: 100%;
    }
  
    #after .link.container div img {
      display: block;
      width: 180px;
      margin: 0 auto;
    }
  
    #after .link.container div a {
      width: 230px;
      height: 45px;
      line-height: 45px;
      font-size: 14px;
      margin:0 auto;
    }
}


.inspect-process-time-sp {
  display: none;
}
.inspect-steps {
  list-style: none;
  padding:0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}
.inspect-steps__step{
  width: 24.4585%;
  list-style: none;
  border-left: 1px solid #707070;
  padding: 0.5rem 1.688rem 0 1.688rem;
  min-height: 18.438rem;
  }
.inspect-steps__title{
  text-align: center;
  margin-bottom: 1.688rem;
  }
.inspect-steps__title__en{
  display: inline-block;
  background-color: #F08300;
  color: #fff;
  line-height: 1.2;
  font-size: 17px;
  font-weight: normal;
  padding: 0.5rem 1.875rem;
  margin-bottom: 1rem;
}
.inspect-steps__title__ja{
  display: block;
  font-size: 17px;
  font-weight: normal;
}
.inspect-steps__img{
  text-align: center;
  margin-bottom: 1rem;
}
.inspect-steps__img img{
  vertical-align: bottom;
}
.inspect-steps__step-big{
  width: 51.083%;
  position: relative;
  min-height: 18.438rem;
  padding: 0.5rem 0 0 0;
}
.inspect-steps__step-big::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 100%;
  display: block;
  background-image: url(../img/maintenance/flow-border-right.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.inspect-steps__step-big::after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 100%;
  display: block;
  background-image: url(../img/maintenance/flow-border-right.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.inspect-steps__title{
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.688rem;
}
.inspect-steps__small-row{
  display: flex;
  flex-wrap: wrap;
}
.inspect-steps__small-row__item{
  width: 49.26%;
  border-right: 1px solid #707070;
  padding: 0 2.25rem 0 2.25rem;
}
.inspect-steps__img{
  text-align: center;
  margin-bottom: 1rem;
}
.inspect-steps__para{
  font-size: 14px;
  color: #4B4B4B;
}
.inspect-steps__small-row__item--ct{
  width: 50.74%;
  border-right: none;
  padding: 0 2.375rem 0 2rem;
}
.inspect-steps__step{
  width: 24.4585%;
  border-left: 1px solid #707070;
  padding: 0.5rem 1.688rem 0 1.688rem;
  min-height: 18.438rem;
}
.inspect-steps__step:last-child{
  border-left: none;
  border-right: 1px solid #707070;
}
.inspect-steps-time{
  text-align: center;
  position: relative;
}
.inspect-steps-time::before{
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 1.875rem;
  height: 2.5rem;
  background-image: url(../img/maintenance/left-triangle.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.inspect-steps-time__txt{
  display: inline-block;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  padding: 1rem 20px;
  position: relative;
  z-index: 1;
}
.inspect-steps-time__border{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 3.75rem);
  height: 7px;
  background-color: #ccc;
}
.inspect-steps-time::after{
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  right: 0;
  width: 1.875rem;
  height: 2.5rem;
  background-image: url(../img/maintenance/right-triangle.png);
  background-repeat: no-repeat;
  background-size: contain;
}



@media screen and (max-width: 900px) {
  .inspect-steps__step,.inspect-steps__step-big{
    width: 100%;
    border-left: none;
    padding: 0;
    min-height: auto;
    }
        .inspect-steps__title__en {
          font-size: 14px;
          padding: 2.308vw 6.667vw;
          line-height: 1.2;
          margin-bottom: 2.308vw;
        }
    
        .inspect-steps__title__ja {
          font-size: 15px;
          line-height: 1.2;
        }
    
        .inspect-steps__step__wrap {
          display: flex;
          flex-wrap: wrap;
        }
    
        .inspect-process-sec-1 .grid-1200 {
          padding: 0;
        }
    
        .inspect-steps__img {
          width: 40%;
          margin-bottom: 0;
          text-align: left;
        }
    
        .inspect-steps__img img {
          width: 100%;
        }
    
        .inspect-steps__para {
          width: 60%;
          font-size: 14px;
          line-height: 1.4;
          padding: 0 0 0 3.077vw;
          margin-top: 0;
        }
    
        .inspect-steps__title {
          margin-bottom: 5vw;
        }
    
        .inspect-steps__step {
          position: relative;
          margin-bottom: 6vw;
        }
    
        .inspect-steps__step::after {
          content: '';
          display: block;
          width: 100%;
          height: 3.077vw;
          background-image: url(../img/maintenance/flow-border-bottom.png);
          background-repeat: no-repeat;
          background-size: cover;
          margin: 5vw 0 0 0;
        }
    
        .inspect-steps__small-row {
          display: block;
        }
    
        .inspect-steps__small-row__item {
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          padding: 0 0 3.077vw 0;
          border-right: none;
          border-bottom: 1px solid #707070;
          margin-bottom: 5.128vw;
        }
    
        .inspect-steps__small-row__item:last-child {
          margin-bottom: 0;
          border-bottom: none;
          margin-bottom: 0;
          padding-bottom: 0;
        }
    
        .inspect-steps__step-big {
          margin-bottom: 5.641vw;
        }
    
        .inspect-steps__step-big::before {
          display: none;
        }
    
        .inspect-steps__step-big::after {
          content: '';
          display: block;
          width: 100%;
          height: 3.077vw;
          background-image: url(../img/maintenance/flow-border-bottom.png);
          background-repeat: no-repeat;
          background-size: cover;
          margin: 7.179vw 0 0 0;
          position: static;
        }
        .inspect-steps__step:last-child {
          border-right: none;
          border-bottom: 1px solid #707070;
          margin-bottom: 0;
          padding-bottom: 4.974vw;
        }
    
        .inspect-steps__step:last-child::after {
          display: none;
        }
    
        .inspect-steps {
          margin-bottom: 0;
          padding: 0;
        }
    
        .inspect-process-sec-2 {
          padding: 11.282vw 0 0 0;
        }
    
        .title__ins_01--ct-3 {
          /* font-size: 14px; */
          margin-bottom: 8.974vw;
        }
        .inspect-steps-time__border,.inspect-steps-time::before,.inspect-steps-time::after{
          display: none;
        }

}


