html .anchor_link .anchor_link_inner .item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}
html .anchor_link .anchor_link_inner .item span img {
  display: block;
  width: 70px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  html .anchor_link .anchor_link_inner .item span img {
    width: 40px;
  }
}

@media screen and (max-width: 768px) {
  html .anchor_link .anchor_link_inner .item {
    width: 100%;
  }
}

html .c-case_img {
  aspect-ratio: 51/31;
}

html .c-case_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  border-radius: 10px;
}
