/* --------------------------- */
/* kv
/* --------------------------- */
.kv-wrapper{
  height: 500px;
  position: relative;
}

.kv-copy{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}

.kv-name{
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: 'Quicksand', sans-serif;
  color: #915C1A;
  margin-top: 67px;
}
.kv-message{
  font-family: "M PLUS Rounded 1c";
  color: #915C1A;
  font-size: 40px;
  letter-spacing: 0.75em;
}
/* --------------------------- */
/* works
/* --------------------------- */
.work-list{
  display: block;
  margin: 0 auto;
}
.works-item{
  width: 610px;
  height: 274px;
  margin: 60px auto;
}
.works-image{
  margin-top:  10px;
}
.block-relative{
  position: relative;
  z-index: 10;
  margin: 0 auto;
  text-align: center;
}
.works-title{
  position: absolute;
  bottom: 84px;
    right: 100px;
}
.works-title_bottom{
  position: absolute;
  font-weight:bold;
  bottom: 84px;
  right: 136px;
}

.process-img{
  border: solid;
}

.works-img-wrapper{
  margin-bottom: 8px;
  background-color: #fff;
  transition: .3s;
  border: 6px solid #915C1A;
  width: 348px;
  height: 224px;
  position: relative;
  z-index: 10;
  border-radius: 8%;
}
.works-img-wrapper_bottom{
  margin-bottom: 8px;
  background-color: #fff;
  transition: .3s;
  border: 6px solid #915C1A;
  width: 348px;
  height: 224px;
  position: relative;
  z-index: 10;
  border-radius: 8%;
  left: 245px;
}
.text-block-r{
  background-color:#F8F3EE;
  width: 360px;
  height: 224px;
  z-index: 0;
  top: 50px;
  right: 6px;
  position: absolute;
  border-radius: 8%;
  /* margin-bottom: 60px; */
}
.text-block-l{
  background-color:#F8F3EE;
  width: 360px;
  height: 224px;
  z-index: 0;
  top: 50px;
  right: 6px;
  position: absolute;
  border-radius: 8%;
  right: 252px;
  /* margin-bottom: 60px; */
}

.works-item a{
  display: block;
}

.works-item a img{
  transition: .3s;
}

.works-item a:hover{
  opacity: .8;
}

.works-item a:hover img{
  transform: scale(1.05,1.05);
}


.works-item a :hover .works-img-wrapper{
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0,0,0,.08);
}

.works-title{
  font-weight: bold;
}

.works-category{
  display: block;
  font-size: 1.2rem;
  color: #777;
  margin-top: 5px;
  font-weight: normal;
}
.flex_contents{
  display: flex;
  margin: 0 auto;
  width: 603px;
  margin-bottom: 60px;
}
.photo-profile{
  height: 235px;
  width: 157px;
}
.about-lead{
  /* margin: 0 auto; */
  margin-bottom: 103px;
  margin-left: 36px;
}



@media screen and (max-width:768px){
  /* --------------------------- */
  /* kv
  /* --------------------------- */
  .kv-wrapper{
    height: 62vh;
    min-height: 280px;
  }
  .kv-message{
    line-height: 1.5;
  }
  /* --------------------------- */
  /* works
  /* --------------------------- */
  .works-item{
    width: 100%;
    margin-bottom: 60px;
  }
  .works-img-wrapper{
    right: -37px;
  }
  .works-img-wrapper_bottom{
    left: 305px;
  }
  .text-block-r{
    right: 44px;
  }
  .text-block-l{
    left: 40px;
  }
  .about-lead{
    /* margin: 0 auto; */
    margin-bottom: 60px;
    margin-left: 36px;
  }
}
@media screen and (max-width:375px){
body{
  width: 375px;
}
.kv-message{
  font-size: 20px;
}

.header{
  width: 375px;
}

.works-img-wrapper{
  margin-bottom: 8px;
  background-color: #fff;
  transition: .3s;
  border: 6px solid #915C1A;
  width: 323px;
  height: 220px;
  z-index: 10;
  border-radius: 8%;
  position: relative;
  border-radius: 8%;
  bottom: 15px;
  left: 0px;
}
.works-img-wrapper_bottom{
  margin-bottom: 8px;
  background-color: #fff;
  transition: .3s;
  border: 6px solid #915C1A;
  width: 323px;
  height: 220px;
  z-index: 10;
  border-radius: 8%;
  position: relative;
  border-radius: 8%;
  bottom: 15px;
    left: 0px;
}

.text-block-r{
  width: 335px;
  height: 202px;
  position: absolute;
  top: 65px;
  background-color:#F8F3EE;
  z-index: 1;
  border-radius: 8%;
  right: 10px;
}
.text-block-l{
  width: 335px;
  height: 202px;
  position: absolute;
  top: 65px;
  background-color:#F8F3EE;
  z-index: 1;
  border-radius: 8%;
  left: 0px;
}
.works-title{
  bottom: -12px;
  left: 50%;
  transform: translate(-50%,-50%);
  position: absolute;
  width: 135px;
  height: 36px;
  font-family: "M PLUS Rounded 1c";
  display: block;
  font-weight: bold;
}
.works-title_bottom{
  bottom: -12px;
  left: 50%;
  transform: translate(-50%,-50%);
  position: absolute;
  width: 135px;
  height: 36px;
  font-family: "M PLUS Rounded 1c";
  display: block;
  font-weight: bold;
}
.works_category{
  margin-top: 10px;
  display: block;
  text-align: center;
  color: #CACACA;
  font-weight: 400;
}
.flex_contents{
  flex-direction: column-reverse;
  width: 345px;
}
.about-lead{
  margin-bottom: 60px;
  margin-left: 28px;
  width: 320px;
  height: 166px;
}
.photo-profile{
  margin-left: 98px;
}
}