@charset "utf-8";


/* ------- WORK ---------------------------------------------- */
.work-contents-list{
  position: relative;
  z-index: 0;
}
.work-contents-list:before{
  background: #245AA5;
  background: linear-gradient(40deg, rgba(36, 90, 165, 1) 0%, rgba(28, 123, 255, 1) 100%);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.work-contents-item{
  color: #FFF;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.work-contents-item:before,
.work-contents-item:after{
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.work-contents-item:before{
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  mix-blend-mode: multiply;
}
.work-contents-item:after{
  z-index: -2;
}
.work-contents-item .image{
  background-color: #D3D3D3;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.work-contents-item .ttl{
  color: #FFF;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -.03em;
  line-height: 1.34;
  transform: rotate(-5deg);
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
.work-contents-item .profile-name{
  font-weight: 700;
}
.work-contents-item .profile-joining{
  font-weight: 700;
}
.work-contents-item .profile-en{
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: italic;
  line-height: 1;
}
.work-contents1 .image {
  background-image: url("../work_et/img/thumb.jpg");
}
.work-contents2 .image {
  background-image: url("../work_hy/img/thumb.jpg");
}
.work-contents3 .image {
  background-image: url("../work_mm/img/thumb.jpg");
}
.work-contents4 .image {
  background-image: url("../work_yn/img/thumb.jpg");
}
.work-contents5 .image {
  background-image: url("../work_to/img/thumb.jpg");
}
.work-contents6 .image {
  background-image: url("../work_yy/img/thumb.jpg");
}
@media print, screen and (min-width:781px) {
  .work-contents-list{
    display: flex;
    flex-wrap: wrap;
    padding-top: 95px;
    padding-bottom: 80px;
  }
  .work-contents-item{
    display: flex;
    padding-bottom: 85px;
    padding-top: 70px;
    width: 50%;
  }
  .work-contents-item:nth-child(odd){
    padding-right: 58px;
    justify-content: flex-end;
    transform: translateY(-84px);
  }
  .work-contents-item:nth-child(even){
    padding-left: 32px;
    justify-content: flex-start;
  }
  .work-contents-item:before{
    background-image: url("../img/bg_item.png");
    padding-bottom: 55.63689%;
  }
  .work-contents-item:after{
    padding-bottom: 55.63689%;
  }
  .work-contents-item-wrap{
    width: 67.3499%;
  }
  .work-contents-item .image,
  .work-contents-item .detail{
    margin-left: auto;
  }
  .work-contents-item .image{
    padding-bottom: 65.6716%;
    width: 87.7729%;
  }
  .work-contents-item .ttl{
    font-size: 3vw;
  }
  .work-contents-item .detail{
    background-image: url("../../common/img/ic_arrow2.svg");
    background-position: right top 10px;
    background-repeat: no-repeat;
    margin-top: 10px;
    width: 87.7729%;
  }
  .work-contents-item .profile dt{
    font-size: 1.2rem;
  }
  .work-contents-item .profile-joining{
    font-size: 1.2rem;
    margin-top: 15px;
  }
  .work-contents-item .profile-en{
    font-size: 1.2rem;
  }
  
  .work-contents1:after,
  .work-contents2:after{
    background: #1D78F7;
    background: linear-gradient(202deg, rgba(29, 120, 247, 1) 0%, rgba(32, 109, 216, 1) 100%);
  }
  .work-contents3:after,
  .work-contents4:after{
    background: #1F6DD9;
    background: linear-gradient(202deg, rgba(31, 109, 217, 1) 0%, rgba(35, 97, 183, 1) 100%);
  }
  .work-contents5:after,
  .work-contents6:after{
    background: #235FB3;
    background: linear-gradient(202deg, rgba(35, 95, 179, 1) 0%, rgba(36, 90, 165, 1) 100%);
  }
}
@media screen and (max-width: 780px) {
  .work-contents-list{
    padding-top: 1px;
    padding-bottom: 40px;
  }
  .work-contents-item{
    display: flex;
    padding: 65px 5% 50px;
  }
  .work-contents-item:before{
    background-image: url("../img/bg_item_sp.png");
    padding-bottom: 64.1%;
  }
  .work-contents-item:after{
    padding-bottom: 64.1%;
  }
  .work-contents-item-wrap{
    width: 100%;
  }
  .work-contents-item .image,
  .work-contents-item .detail{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  .work-contents-item .image{
    padding-bottom: 65.6716%;
  }
  .work-contents-item .ttl{
    font-size: 6.41vw;
  }
  .work-contents-item .detail{
    margin-top: 10px;
  }
  .work-contents-item .profile dt{
    font-size: 1.5rem;
  }
  .work-contents-item .profile-name{
    font-size: 2.3rem;
  }
  .work-contents-item .profile-joining{
    font-size: 1.1rem;
    margin-top: 10px;
  }
  .work-contents-item .profile-en{
    font-size: 1.1rem;
  }
  
  .work-contents1:after,
  .work-contents2:after{
    background: #1D78F7;
    background: linear-gradient(202deg, rgba(29, 120, 247, 1) 0%, rgba(32, 109, 216, 1) 100%);
  }
  .work-contents3:after,
  .work-contents4:after{
    background: #1F6DD9;
    background: linear-gradient(202deg, rgba(31, 109, 217, 1) 0%, rgba(35, 97, 183, 1) 100%);
  }
  .work-contents5:after,
  .work-contents6:after{
    background: #235FB3;
    background: linear-gradient(202deg, rgba(35, 95, 179, 1) 0%, rgba(36, 90, 165, 1) 100%);
  }
}


@media print, screen and (min-width:781px) {
}
@media screen and (max-width: 780px) {
}


@media print, screen and (min-width:781px) {
}
@media screen and (max-width: 780px) {
}
