@charset "utf-8";

.tag_wrap{
  margin: 40px 0 0;
   display: flex;
  align-items: center;
  gap: 20px 40px ; 
}

.tag{
  display: flex;
  align-items: center;
  gap: 20px 10px ;
}
.t-1{
  text-align: center;
  text-indent: -1em;
      min-width: 100px;
  background-color: #009999;
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
    color: #fff;
    font-weight: bold;
    /* font-size: 0.9em; */
}

.content.consulting .inner_area h2{
margin: 40px 0 20px;
    border-bottom: 1px solid;
}

.c-case-mv{
  margin: 40px 0 0;
}
.c-case-mv img{
  /* width: 100%; */
}

.c-case-list{
  margin: 20px 0 0;
  /* list-style: disc; */
  padding-left: 4.5em;
}
.c-case-list li{
  text-indent: -4.5em;
}