/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
.dinterview_list {
  --gap: clamp(10px, 5vw, 45px);
  --gap-v: clamp(10px, 6vw, 60px);
  display: flex;
  gap: var(--gap-v) var(--gap);
  flex-wrap: wrap;
}
@media screen and (min-width: 900px), print {
  .dinterview_list > li {
    width: calc((100% - 2 * var(--gap)) / 3);
    display: flex;
  }
}
@media screen and (max-width: 899px) and (min-width: 500px) {
  .dinterview_list > li {
    width: calc((100% - 1 * var(--gap)) / 2);
    display: flex;
  }
}

.dinterview {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 370px;
  text-decoration: none;
}
.dinterview:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: 0.2s opacity;
}
.dinterview__image {
  aspect-ratio: 370/270;
  max-width: 370px;
  width: 100%;
  position: relative;
  margin-bottom: 1.3em;
}
.dinterview__image::after {
  content: "";
  display: block;
  background-color: #f6f6f6;
  position: absolute;
  aspect-ratio: 370/270;
  max-width: 370px;
  top: 15px;
  left: 15px;
  width: 100%;
}
.dinterview__image__img {
  position: relative;
  z-index: 2;
}
.dinterview__image__dep {
  background-color: #ca2d1a;
  min-width: 62.7027027027%;
  font-size: clamp(1rem, 2.2vw, 1.25rem);
  letter-spacing: 0.05em;
  padding: 0.2em 2em;
  box-sizing: border-box;
  position: absolute;
  text-align: center;
  color: #ffffff;
  bottom: 20px;
  left: 0;
  z-index: 3;
}
.dinterview__info {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 900px), print {
  .dinterview__info {
    display: flex;
    gap: 1em;
  }
}
.dinterview__info__name {
  color: #333333;
  font-size: clamp(1.063rem, 2em, 1.25rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media screen and (max-width: 899px) {
  .dinterview__info__name {
    line-height: 1;
  }
}
.dinterview__info__role {
  padding-top: 0.5em;
  font-size: 0.875rem;
}
/*# sourceMappingURL=interview_list.css.map */
