.boxGroupe {opacity: 0; transform: translateY(40px); transition: all 0.8s ease;}
.boxGroupe.left {transform: translateX(-60px);}
.boxGroupe.right {transform: translateX(60px);} .boxGroupe.is-show {opacity: 1;transform: translateX(0) translateY(0);}

.c01flexTit02 dt,
.c01flexTit02 dd,
.c01flexTit02 .btn {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}

.is-show dt {
  opacity: 1;
  transform: translateY(0);
}

.is-show dd {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.is-show .btn {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}

.boxGroupe img {
  transform: scale(1.1);
  opacity: 0;
  transition: all 1s ease;
}

.boxGroupe.is-show img {
  transform: scale(1);
  opacity: 1;
}
.c01flexTit02 dt {
  font-size: 28px;
  font-weight: bold;
  position: relative;
  padding-left: 16px;
}

.c01flexTit02 dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: 20px;
}

.boxGroupe {
  margin-bottom: 60px;
}
.btn {
  display: inline-block;
  margin-top: 16px;
  padding: 12px 24px;
  color: #fff;
  border-radius: 8px;
  transition: 0.3s;
}

.btn:hover {
  transform: translateY(-3px);
}



@media screen and (max-width: 591px) {

  .un_solution .work_solTitConte li.work_solTit .boxGroupe a.btn {
    position: static !important;
    transform: none !important;
    left: auto !important;
    bottom: auto !important;

    display: block;
    width: 240px;
    margin-top: 12px;
  }
  
  .un_solution .work_solTitConte li.work_solTit .boxGroupe a.btn:after{
  display: none;
  
  } 
  
}


@media screen and (min-width: 592px) {

  .work_solTit .boxGroupe {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .work_solTitBox {
    flex: 1;
  }

  .work_solTit .btn {
    width: 210px;
    margin-top: 0;
  }

}
