/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* interview  */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#interview {
  padding-top: var(--section_con_padding);
}
#interview .common_inner .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex: 1;
}
#interview .common_inner .item li {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 57rem;
  height: 38rem;
  border-radius: 2rem;
  overflow: hidden;
}
#interview .common_inner .item li:hover::after {
  transform: scale(0.85);
}
#interview .common_inner .item li::before {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.6s ease;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #interview .common_inner .item li {
    height: 20rem;
    border-radius: 1.5rem;
  }
}
#interview .common_inner .item li::after {
  content: "";
  position: absolute;
  width: 5rem;
  height: 5rem;
  bottom: 3rem;
  right: 3rem;
  background: url("../../common/img/btn_bule.svg") no-repeat center/cover;
  transition: transform 0.6s ease;
}
#interview .common_inner .item li::after:hover::after {
  transform: scale(0.85);
}
@media screen and (max-width: 768px) {
  #interview .common_inner .item li::after {
    width: 4rem;
    height: 4rem;
    right: 1.5rem;
    bottom: 1.5rem;
  }
}
#interview .common_inner .item li:not(:last-child) {
  margin-bottom: 2rem;
}
#interview .common_inner .item li:hover::before {
  transform: scale(1.1);
}
#interview .common_inner .item li:nth-child(1)::before {
  background-image: url("../../common/img/sugihasi.webp");
}
#interview .common_inner .item li:nth-child(2)::before {
  background-image: url("../../common/img/sasaki.webp");
}
#interview .common_inner .item li:nth-child(3)::before {
  background-image: url("../../common/img/yanagi.webp");
}
#interview .common_inner .item li a {
  display: flex;
  width: 100%;
  height: 100%;
}
#interview .common_inner .item li a .box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}
#interview .common_inner .item li a .box h3 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.4rem;
  color: var(--white);
  background-color: var(--black);
  padding: 0.8rem;
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 768px) {
  #interview .common_inner .item li a .box h3 {
    font-size: 2.2rem;
    padding: 0.4rem;
  }
}
#interview .common_inner .item li a .box .text_box:last-of-type {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #interview .common_inner .item li a .box .text_box:last-of-type {
    margin-bottom: 1.5rem;
  }
}
#interview .common_inner .item li a .box .text_box p {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  background-color: var(--white);
  padding: 0.8rem;
}
@media screen and (max-width: 768px) {
  #interview .common_inner .item li a .box .text_box p {
    font-size: 1.4rem;
    padding: 0.4rem;
  }
}/*# sourceMappingURL=compile.css.map */