/* -------------------- */
/*  works-kv
/* -------------------- */
.overview-text,
.works-info-list,
.description-text,
.description-list{
  line-height: 1.8;
  list-style: disc;
  list-style-position: inside;
}
.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 */
.invoice-bg{
  background-image: url(../images/work/works_kv_invoice.png);
}
.gelateria-mako-bg{
  background-image: url(../images/work/works_kv_maco.png);
}
.light-lounge-bg{
  background-image: url(../images/work/works_kv_ll.jpg);
}
.tech-camp-bg{
  background-image: url(../images/work/works_kv_tech-camp.png);
}
.rc-creation-bg{
  background-image: url(../images/work/works_kv_rc.jpg)
}
.tech-junior-bg{
  background-image: url(../images/work/works_kv_tech-jr.jpg);
}

/* --------------------------- */
/* section
/* --------------------------- */
.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: #66C1C8;
  vertical-align: -3px;
}

/* -----------------------  */
/* overview
/* -----------------------  */
.overview-text{
  margin-bottom: 20px;
}
.works-info-list{
  padding: 24px;
  background-color: #f0f0f0;
  list-style-type: none;
}
.img-bg{
  background-color: #f9f9f9;
}
iframe{
  width:100%;
  height: 427px;
  max-width: 759px;
}
.site-url{
  text-decoration: underline;
}
.site-url:hover{
  opacity: .7;
  transition: .3s;
}
/* ---------------------- */
/* process
/* ---------------------- */
.skill-link{
  text-decoration: underline;
  transition: .4s;
  color: #66C1C8;
}
.process-title{
  font-size: 1.6rem;
  font-weight: bold;
  margin: 60px 0 40px;
}
.process-title::after{
  content: "";
  display: block;
  max-width: 759px;
  height: 2px;
  background-color: #66C1C8;
  margin-top: 6px;
}
.process-subheading{
  margin: 40px 0 -10px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.description-img-wrapper,
.description-text{
  margin: 20px 0 50px;
}
.description-img-wrapper{
  max-width: 615px;
  margin: 0 auto;
}

/* リンクボタン */
/* .work-btn{
  background-color: #222222;
  color: #ffffff;
} */
.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%;
  }
  
}

@media screen and (max-width:375px){
.works-info-lis{
  max-width: 297px;
}
iframe{
  width:100%;
  max-width: 345px;
  height: 195px;
}
.url{
  word-wrap: break-word;
}
}