/* ----------------------------- */
/* works-kv
/* ---------------------------- */
.overview-text,
.works-info-list,
.description-text,
.description-list{
  line-height: 1.8;
}
.page-title-wrapper.works-page{
  padding-top: %;
  height: 480px;
  background-size: cover;
  background-position: center;
  width:760px;
  margin:0 auto;
  margin-top:72px;
}
.page-title.works-page{
  font-size: 3rem;
  bottom: 1%;
  left: 105%;
  text-align: left;
}
.page-title_jp{
  text-align-last: left;
  width:115px;
  text-decoration: underline;
}
.page-title_jp a{
  font-size: 2.4rem;
}

.page-title_jp a span:hover{
  cursor: pointer;
}

/* kv-bg */
.tc-banner-bg{
  background-image: url(../images/tc-banner2.png);
}
.tj-logo-bg{
  background-image: url(../images/tj-logo3.png);
}
.gm-bg{
  background-image:url(../images/key-visual2.png);
}
.ll-bg{
  background-image:url(../images/Frame1.png);
}
.sns-bg{
  background-image: url(../images/seijika800500.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;
}
.works-section-title_en{
  font-size: 1.2rem;
  color: #777;
}
.works-section-title::before{
  content: "";
  display: inline-block;
  height: 20px;
  width: 6px;
  background-color: #EB9718;
  vertical-align: -3px;
}


/* ----------------------------- */
/* overview
/* ---------------------------- */
.overview-text{
  margin-bottom: 20px;
}
.works-info-list {
  padding: 24px;
  background-color: #f0f0f0;
}
.img-bg{
  background-color: #fff;
}

/* ----------------------------- */
/* process
/* ---------------------------- */
.process-img-wrapper{
  margin-bottom: 60px;
}
.process-title{
  font-size: 1.6rem;
  font-weight: bold;
  margin: 60px 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: 20px 0;
}

/* リンクボタン */
.link-btn{
  margin-top: 60px;
}
.link-btn::after{
  content: "";
}
.link-btn::before{
  content: "<";
  position: absolute;
  left: 30px;
  transition: .3s;
}
.link-btn:hover::before{
  transform: translateX(-6px);
  transition: .3s;
}
.psy-wrapper{
  margin-top:30px;
  line-height: 1.8;
}
.psy-item{
  display: flex;
  margin-bottom: 10px;
}
.psy-item :last-of-type{
  margin-bottom: 0;
}

.psy-list{
  width:760px;
}
.psy-exp{
  display: block;
  width: 577px;
  margin-bottom: 10px;
}
.psy-exp span{
  display: block;
}
.psy-title{
  width:151px;
  margin-right: 32px;
}
.margin{
  margin-top:30px;
}
.design-thema{
  font-size: 2.4rem;
  margin-top: 30px;
  font-weight: bold;
}

@media screen and (max-width:768px){
  .page-title-wrapper.works-page{
    width: 92%;
    height: 230px;
    margin-top:96px;
  }
  .page-title.works-page{
    font-size: 4vw;
    bottom: -10%;
    left: 70%;
  }
  .psy-list{
    width:345px;
  }
  .exp-list{
    width:195px;
  }
  .psy-exp{
    width:195px;
    flex-wrap: wrap;
  }
  .psy-title{
    width:132px;
    margin-right:18px;
  }
  .design-thema{
    line-height: 150%;
    text-align: center;
    font-size: 2.0rem;
  }
}