#interview .intv_index {
  display: flex;
  gap: 4rem;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  #interview .intv_index {
    flex-direction: column;
  }
}
#interview .intv_index li {
  margin-top: 0;
  width: calc((100% - 4rem) / 2);
  padding: 0;
  border: none;
}
@media screen and (max-width: 599px) {
  #interview .intv_index li {
    width: 100%;
  }
}
#interview .intv_index li span {
  display: none;
}
#interview .intv_index li .intv_thumb {
  min-height: auto;
  aspect-ratio: 3/2;
  position: relative;
  border-radius: 30px;
  border: 4px solid var(--wp--preset--color--theme-blue);
  padding: 0;
  overflow: hidden;
}
#interview .intv_index li .intv_thumb img {
  display: block;
  width: 100%;
}
#interview .intv_index li .intv_thumb .wp-block-post-featured-image {
  margin: 0;
  padding: 0;
}
#interview .intv_index li .intv_thumb .wp-block-cover__inner-container {
  height: 100%;
}
#interview .intv_index li .intv_thumb a {
  top: 0;
  position: absolute;
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
  color: transparent;
  z-index: 10;
}
#interview .intv_index li .intv_info_top {
  gap: 0.5rem;
}
#interview .intv_index li .intv_info_top .city_area a {
  pointer-events: none;
  display: block;
  background: var(--wp--preset--color--theme-deepblue);
  text-decoration: none;
  padding: 0 0.5em;
  color: var(--wp--preset--color--theme-white);
}
#interview .intv_index li .intv_info_top .name_job {
  color: var(--wp--preset--color--theme-blue);
  font-size: var(--wp--preset--font-size--large);
}
#interview .intv_index li .intv_info_btm {
  margin-top: 0.5em;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
#interview .intv_index li .intv_info_btm .intv_info {
  color: var(--wp--preset--color--theme-blue);
  font-size: var(--wp--preset--font-size--large);
}
#interview .intv_btn {
  margin-top: 6rem;
}
#interview .intv_btn .wp-block-button__link {
  background: none;
  border: none;
  font-size: var(--wp--preset--font-size--xx-large);
  border-left: 1px solid var(--wp--preset--color--theme-blue);
  border-right: 1px solid var(--wp--preset--color--theme-blue);
  border-radius: 0;
  min-height: auto;
  color: var(--wp--preset--color--theme-deepblue);
}
#interview .intv_btn .post-navigation-link-previous a,
#interview .intv_btn .post-navigation-link-next a {
  font-size: var(--wp--preset--font-size--xx-large);
  text-decoration: none;
  color: var(--wp--preset--color--theme-deepblue);
  position: relative;
}
#interview .intv_btn .post-navigation-link-previous a::before,
#interview .intv_btn .post-navigation-link-next a::before {
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  display: block;
  content: "";
  background: url(../../assets/images/arr.svg) no-repeat;
  background-size: contain;
  top: 50%;
}
#interview .intv_btn .post-navigation-link-previous a::before {
  left: -2.5rem;
  transform: translateY(-50%);
}
#interview .intv_btn .post-navigation-link-next a::before {
  right: -2.5rem;
  transform: translateY(-50%) rotate(180deg);
}
#interview p:empty {
  display: none !important;
}
#interview .intv_thumb {
  min-height: auto;
  aspect-ratio: 3/2;
  position: relative;
  border-radius: 30px;
  border: 4px solid var(--wp--preset--color--theme-blue);
  padding: 0;
  overflow: hidden;
}
#interview .intv_thumb img {
  display: block;
  width: 100%;
}
#interview .intv_thumb .wp-block-post-featured-image {
  margin: 0;
  padding: 0;
}
#interview .intv_thumb .wp-block-cover__inner-container {
  height: 100%;
}
#interview .intv_thumb a {
  top: 0;
  position: absolute;
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
  color: transparent;
  z-index: 10;
}
#interview .intv_info_top {
  gap: 0.5rem;
}
#interview .intv_info_top .city_area a {
  display: block;
  background: var(--wp--preset--color--theme-deepblue);
  text-decoration: none;
  padding: 0 0.5em;
  color: var(--wp--preset--color--theme-white);
}
#interview .intv_info_top .name_job {
  color: var(--wp--preset--color--theme-blue);
  font-size: var(--wp--preset--font-size--large);
}
#interview .intv_info_btm {
  margin-top: 0.5em;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
#interview .intv_info_btm .intv_info {
  color: var(--wp--preset--color--theme-blue);
  font-size: var(--wp--preset--font-size--large);
}
#interview figcaption {
  font-size: 0.8em;
}/*# sourceMappingURL=interview.css.map */