@charset "UTF-8";
/* CSS Document */

.pc{
  display: block;
}
.works-detail-area-sec{
  margin: 100px auto 128px;
}
.works-detail-wrapper{
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 18px 0;
}
.works-detail-area-sec h1{
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 30px;
}
.works-detail{
  width: 40%;
  line-height: 1.4;
}
.works-visual{
  padding-top: 20px;
  width: 50%;
}
.works-detail-area-sec dt{
  font-size: 2.0rem;
  margin-bottom: 7px;
}
.works-detail-area-sec dd{
  font-size: 1.4rem;
  margin-bottom: 25px;
}
.site-link a{
  font-size: 1.4rem;
  color: #333;
  padding-bottom: 5px;
  border-bottom: 1px solid #333;
}
/* works-detail-area-sec */

/* works-explanation-sec */
.works-outline-sec{
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 100px;
  padding: 0 18px;
}
.works-outline-sec h2{
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 50px;
}
.works-outline-ttl{
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 50px;
}
.works-outline-sec p{
  line-height: 2.4;
}/* works-explanation-sec */

/* works-explanation-inner */
.works-explanation-inner{
  background: #fff;
  margin: 128px 0;
  padding: 64px 40px;
  display: flex;
  justify-content: space-between;
}
.works-explanation{
  width: 46.364%;
  max-width: 510px;
}
.works-explanation-egttl{
  font-size: 4.0rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.works-explanation-egttl::before{
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #F58A00;
  border-radius: 50px;
  margin-right: 10px;
}
.works-explanation-jpttl{
  font-size: 1.4rem;
  color: #737373;
  margin-left: 25px;
  margin-bottom: 32px;
}
.works-explanation p{
  line-height: 2.0;
}
/* works-explanation-inner */


/* other-works-sec */
.other-works-sec{
  max-width: 1200px;
  width: 100%;
  margin:0 auto 128px;
  padding: 0 18px ;
}
.other-works-sec-ttl{
  font-size: 4.0rem;
  font-weight: bold;
  margin-bottom: 64px;
}
.other-works-sec ul{
  display: flex;
  justify-content: space-between;
}
.other-works-sec ul li{
  width: 32%;
}
.works-ttl{
  font-size: 1.6rem;
  margin: 0;
  margin-top: 16px;
  line-height: 1.7;
}
.works-ttl a{
  opacity: 1;
  color: #333;
}
/* hover action*/

.list-pic img {
width: 100%;
display: block;
transition: 0.5s;
}

/* hover action*/
@media(min-width:1200px){
  .list-pic img:hover {
    transform: scale(0.98, 0.98);
    }
}/* hover action*/
/* other-works-sec */



@media(max-width:768px){
  .pc{
    display: none;
  }
  .works-detail-wrapper{
    flex-direction: column;
    padding: 0 18px;
  }
  .works-visual{
    padding-top: 0;
    width: 100%;
    order: -1;
  }
  .works-detail{
    width: 100%;
  }
  .works-detail-area-sec h1{
    margin-top: 40px;
  }
}
@media(max-width:599px){
  .works-detail-area-sec{
    margin: 60px auto;
  }
  .site-link a{
    font-size: 1.2rem;
  }
  .works-visual-img{
    height: auto;
  }
  .works-detail-area-sec h1{
    font-size: 1.8rem;
    margin-top: 20px;
  }
  .works-detail-area-sec dt{
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .works-detail-area-sec dd{
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  .works-outline-sec{
    margin: 0 auto 64px;
  }
  .works-outline-sec h2{
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .works-outline-ttl{
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 40px;
  }
  .works-outline-sec p{
    font-size: 1.4rem;
    line-height: 2.0;
  }
  .works-outline-lead{
    font-size: 1.4rem;
    margin-bottom:60px;
  }
  .works-explanation-inner{
    display: block;
    margin: 72px 0;
    padding: 64px 24px;
  }
  .works-explanation{
    width: 100%;
  }
  .works-explanation-egttl{
    font-size: 3.2rem;
  }
  .works-explanation-egttl::before{
    width: 10px;
    height: 10px;
    margin-top: 3px;
    margin-right: 5px;
  }
  .works-explanation-jpttl{
    font-size: 1.2rem;
    margin-bottom: 24px;
    margin-left: 18px;
  }
  .works-explanation p{
    font-size: 1.4rem;
  }
  .strategy-sec{
    margin-bottom: 40px;
  }
  .works-ttl{
    font-size: 1.4rem;
    line-height: 1;
  }
  .other-works-sec{
    margin: 80px auto;
  }
  .other-works-sec-ttl{
    font-size: 3.2rem;
  }
  .other-works-sec ul{
    display: block;
  }
  .other-works-sec ul li{
    width: 100%;
  }
  .list-pic{
    margin-bottom: 40px;
    height: auto;
  }
}