/* ----------------------------- */
/* works-kv
/* ---------------------------- */
.overview-text,
.works-info-list,
.analysis-info-list,
.Conclusion-info-list,
.works-order-list,
.description-text,
.description-list{
 line-height: 1.8;
}
.page-title-wrapper.works-page{
  padding-top: 52%;
  height: 0;
  background-size: cover;
  background-position: center;
  position: relative;
}
.page-title.works-page{
  font-size: 3rem;
  bottom: 6.7%;
  left: 7.1%;
  text-align: left;
}
.page-title_jp{
  text-align-last: left;
}
/* kv-bg */
.tc-banner-bg{
  background-image: url(../images/works_gerateria_MAKO/Group-486.jpg);
}
.tj-logo-bg{
  background-image: url(../images/tj-logo.png);
}

/* ----------------------------- */
/* section
/* ---------------------------- */
.works-section-inner{
  max-width: 760px;
  padding: 0 4vw;
  margin: auto;
}
.works-section-title{
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 60px;
  margin-top: 150px;
}
.works-section-title_en{
  font-size: 1.2rem;
  color: #777;
}
.works-section-title::before{
  content: "";
  display: inline-block;
  height: 20px;
  width: 6px;
  background-color: #333;
  vertical-align: -3px;
}

/* ----------------------------- */
/* overview
/* ---------------------------- */
.overview-text{
  margin-bottom: 20px;
}


.works-info-list{
  padding: 24px;
  background-color: #F8F3EE;
}
.works-info-item{
  margin-top: 10px;
}
.works-info-item:first-of-type{
  margin-top: 0px;
}
.analysis-info-list{
  margin-top: 60px;
  padding: 24px;
  background-color: #F8F3EE;
}
.analysis-info-item{
  margin-top: 10px;
}
.Conclusion-info-item:first-of-type{
  margin-top: 0px;
}
.Conclusion-info-list{
  margin-top: 60px;
  padding: 24px;
  background-color: #F8F3EE;
}
.Conclusion-info-item{
  margin-top: 10px;
}
.Conclusion-info-item:first-of-type{
  margin-top: 0px;
}

.mgr-10{
  margin-right : 10px;
}

.works-order-list{
  padding: 0px;
  line-height: 180%;
  letter-spacing: 0.1rem;
}

.img-bg{
  background-color: #fff;
}

/* ----------------------------- */
/* process
/* ---------------------------- */
.process-img-wrapper{
  margin-bottom: 60px;
}
.process-title:first-of-type{
  font-size: 1.6rem;
  font-weight: bold;
  margin: 150px 0 40px;
 }
.process-title{
 font-size: 1.6rem;
 font-weight: bold;
 margin: 150px 0 40px;
}
.process-title::after{
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  background-color: #333;
  margin-top: 6px;
}
.process-subheading{
  margin: 40px 0 -10px;
  font-size: 1.6rem;
  font-weight: bold;
}
.description-img-wrapper,
.description-text{
  margin: 60px 0;
}
.finished-products{
  display: flex;
  background-size: cover;
  margin-top: 60px;
  justify-content: space-between;
  
}
.wf{
  background-size: cover;
  width: 293px;
  height: 863px;
  border: 1px;
}
.finished{
  width: 293px;
  height: 1088px;
  border: 1px;
}

/* リンクボタン */
.link-btn{
  margin-top: 150px;
}
.link-btn::after{
  content: "";
}
.link-btn::before{
  content: "<";
  position: absolute;
  left: 30px;
  transition: .3s;
}
.link-btn:hover::before{
  transform: translateX(-6px);
  transition: .3s;
}


@media screen and (max-width:768px){
  .tc-banner-bg{
    background-image: url(../images/works_gerateria_MAKO/Group\ 487.jpg);
    margin-top: 70px;
  }
  .page-title.works-page{
    font-size: 30px;
    bottom: -10%;
    left: 5%;
  }
  .finished-products{
    justify-content: space-around;
  }

  .wf{
    width: 268px;
    height: 863px;
  }
  .finished{
    width: 268px;
    height: 1088px;
  }
}
@media screen and (max-width:375px){
  .page-title-wrapper.works-page{
    padding-top: 235px;
 }
  .header {
   margin-top: 17px;
   height: 12px;
  }
  .works-section-title:first-of-type{
    margin-top: 100px;
  }
  .tc-banner-bg{
    background-image: url(../images/works_gerateria_MAKO/Group\ 487.jpg);
    width: 375px;
    height: 194px;
    margin-top: 25px;
  }
  .page-title.works-page{
    font-size: 20px;
    bottom: -20%;
    left: 5%;
  }
  
  
  .works-info-item{
    width: 300px;
    font-family: Noto Sans JP;
  }
  .works-info-item a {
    word-break: break-all;
 }
  .br::before {
    content: "\A" ;
    white-space: pre ;
  }
  .finished-products{
    display: block;
  }
  .wf{
    width: 268px;
    height: 863px;
    margin: 0 40px;
  }
  .finished{
    width: 268px;
    height: 1088px;
    margin: 60px 40px 0px;
  }
}