.case * {
  box-sizing: border-box;
}
.case_list_item {
  background-color: #f7f7f7;
  padding: 10px;
  cursor: pointer;
}
.H04-010-01-item__inner {
  overflow: hidden;
}
.H04-010-01-item__title {
  display: flex;
  padding-left: 0;
  text-indent: 0;
  align-items: center;
  font-size: 18px;
  margin-top: 1em;
  margin-bottom: 0.75em;
  line-height: 1;
}
.H04-010-01-item__image {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.H04-010-01-item a.case_list_item_link {
  font-size: 18px;
  font-weight: bold;
  color: #45494b;
  border-bottom: 1px solid transparent;
  flex-basis: content;
  transition: all 0.2s ease;
}
.H04-010-01-item:nth-child(n + 3) {
  margin-top: 24px;
}

.case_list_item:hover .H04-010-01-item__icon {
  border-color: #0a847b;
}
.case_list_item:hover .case_list_item_link {
  color: #0a847b;
  border-bottom: 1px solid #0a847b;
}
.case_list_item:hover .H04-010-01-item__image {
  -webkit-transform: matrix(1.07, 0, 0, 1.07, 0, 0);
  transform: matrix(1.07, 0, 0, 1.07, 0, 0);
}
.case_list_item:hover .H04-010-01-item__icon svg path {
  fill: #0a847b;
}

.L01-001-item_interview .H04-012-01-item {
  width: 100%;
  box-sizing: border-box;
}
.L01-001-item_interview .interview-same-article {
  margin: -25px;
  padding: 25px;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.L01-001-item_interview .H04-012-01-item__image {
  float: none;
  margin-right: 22px;
}
.L01-001-item_interview .interview-same-article::after {
  position: absolute;
  right: 10px;
  width: 7px;
  height: 6px;
  bottom: 20px;
  background: url(/images/news-arrow.png) no-repeat 0 0;
  background-size: 7px auto;
  content: "";
}
.L01-001-item_interview .H04-012-01-item__title {
  margin-bottom: 0.75em;
  line-height: 1.25;
  color: #4f5152;
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; */
}
.L01-001-item_interview .H04-012-01-item a {
  margin: 0;
  padding: 0;
  position: static;
  display: inline;
  font-size: 18px;
}
.L01-001-item_interview .interview-same-time {
  font-size: 14px;
  line-height: 1;
  color: #000;
  margin-bottom: 0.75em;
  display: block;
}
.L01-001-item_interview .interview-same-content {
  font-size: 16px;
  color: #45494b;
  line-height: 1.7;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.L01-001-item_interview .interview-same-tags-list {
  display: flex;
  flex-wrap: wrap;
}
.L01-001-item_interview .interview-same-tag {
  border-radius: 27px;
  border: 1px solid #707070;
  font-size: 12px;
  color: #000;
  line-height: 26px;
  padding: 0px 30px;
  box-sizing: border-box;
  margin-right: 12px;
  margin-bottom: 12px;
}
.L01-001-item_interview .H02-005-01.H02-005_state_center {
  margin-bottom: 30px;
}
.interview-same-title-number {
  display: block;
}

@media screen and (min-width: 769px) {
  .L01-001-item_interview .H04-012-01-item__image,
  .L01-001-item_interview .H04-012-01-item__image img {
    width: 240px;
  }
}
@media screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .L01-001-item__inner.L01-001-item__inner_type_small .H04-012-01-item__image.interview-same-article-image {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .L01-001-item_type_top {
    padding-bottom: 0;
  }
  .L01-001-item_interview .interview-same-article {
    flex-direction: column;
    margin: 0;
    padding: 0 0 18px;
  }
  .L01-001-item_interview .H04-012-01-item__image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .L01-001-item_interview .interview-same-article-info {
    width: 100%;
  }
  .L01-001-item_interview .H04-012-01-item__title {
    /* -webkit-line-clamp: 2; */
    line-height: 1.8;
  }
  .L01-001-item_interview .interview-same-content {
    line-height: 2;
  }
  .L01-001-item_interview .interview-same-tag {
    margin-right: 8px;
  }
  .H02-005-01 br {
    display: block;
  }
}