/* ----------------------------- */
/* works-kv
/* ---------------------------- */
.overview-text,
.works-info-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;
}
.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/tc-banner.png);
}
.tj-logo-bg{
  background-image: url(../images/tj-logo.png);
}
.kobayasu-choco-bg{
  background-image: url(../images/kobayasu-choco/kobayasu-choco.png);
}

.kaigo-bg{
  background-image: url(../images/banner_kaigo/tc-banner.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: #333;
  vertical-align: -3px;
}

/* ----------------------------- */
/* overvie
/* ---------------------------- */
.overview-text{
  margin-bottom: 20px;
}
.section_skill{
  /* width: 987px; */
  background-color: #F8F3EE;
  margin: 0 auto; 
  padding-top: 45px;
}

.skill-list_design{
  margin-bottom: 30px;
  margin: 0 auto;
}
.skill-item{
  margin-bottom: 20px;
  font-family: "M PLUS Rounded 1c";
}
.skill-item:last-of-type{
  margin-bottom: 45px;
}
.skill-item_bottom{
  margin-bottom: 15px;
}
.skill-item_bottom:last-of-type{
  margin-bottom: 115px;
}
.skill-item::before{
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #444;
  vertical-align: middle;
  margin-right: 6px;
  border-radius: 50%;
}
.skill-item_bottom::before{
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #444;
  vertical-align: middle;
  margin-right: 6px;
  border-radius: 50%;
}
.skill-category{
  font-weight: bold;
  font-family: roboto;
  margin-bottom: 15px;
}
.prf-subsection-inner{
  padding: 24px;
  width: 710px;
}

.color-boxes{
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
.color_img{
  width: 90px;
  height: 90px;
}
.color_text{
  text-align: center;
}


.works-info-list{
  padding: 24px;
  background-color: #F8F3EE;
}
.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-top: 20px;
  margin-bottom: 45px;
}

/* リンクボタン */
.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;
}

@media screen and (max-width:768px){
  .page-title-wrapper.works-page{
    padding-top: 75%;
  }
  .page-title.works-page{
    font-size: 6vw;
    bottom: 5%;
    left: 5%;
  }
  .description-img-wrapper,
  .description-text{
    width: 660px;
  }
  .section_skill{
  width: 708px;
  }
  .color_img{
    width: 75px;
    height: 75px;
  }
  .color-boxes{
    justify-content:space-evenly;
    width: 660px;
  }
}
@media screen and (max-width:375px){
  .header {
    width:375px;
  }
  .section_skill{
    width: 345px;
  }
  .skill-item{
    width: 304px;
  }
  .color_img{
    width: 40px;
    height: 40px;
  }
  .color-boxes{
    width: 304px;
  }

  
  .description-img-wrapper{
    width: 345px;
  }
  .description-text:first-of-type{
    width: 304px;
  }
  .description-text{
    width: 345px;
  }
  .prf-subsection-inner{
    padding: 24px;
    width: 258px;
  }
}
