@charset "UTF-8";
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
dl.news dd ul {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 10px;
}

.cate_list {
  width: 40% !important;
}

.tag_list {
  width: 40% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 999px;
  font-size: clamp(12px, 0.463vw + 8.4444px, 14px); /* Vary between 768px and 1200px */
}
.tag_list.tag_ai {
  background: #C9E1B0;
}
.tag_list.tag_reskill {
  background: #F9F956;
}
.tag_list.tag_corporate_services {
  background: #A0CFE0;
}
.tag_list.tag_entire_company {
  background: #495839;
}