.page-interview .common-fv__body-title {
  letter-spacing: 0.06em;
}

.filter {
  padding: 6.25rem 0 5rem;
}

.filter__head {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.filter__title {
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0em;
}
@media (min-width: 769px) and (max-width: 1279px) {
  .filter__title {
    font-size: max(0.9rem, 10px);
  }
}
@media not ((min-width: 769px) and (max-width: 1279px)) {
  .filter__title {
    font-size: 1.125rem;
  }
}

.filter__items {
  margin-top: 1.875rem;
}

.filter__item:not(:first-of-type) {
  margin-top: 1.5rem;
}

.filter__block {
  border-top: 1px solid #000;
  padding-top: 1.25rem;
  margin-top: 0.5rem;
}

.filter__list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1.25rem;
}

.filter__list:not(:first-of-type) {
  margin-top: 1.125rem;
}

.filter__list-title {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #888888;
}
@media (min-width: 769px) and (max-width: 1279px) {
  .filter__list-title {
    font-size: max(0.8rem, 10px);
  }
}
@media not ((min-width: 769px) and (max-width: 1279px)) {
  .filter__list-title {
    font-size: 1rem;
  }
}

.filter__tabs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1rem;
}

.filter__tab {
  display: inline-block;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  background: #eee;
  border-radius: 0.625rem;
  padding: 0.625rem 0.75rem 0.75rem;
  cursor: pointer;
}
@media (min-width: 769px) and (max-width: 1279px) {
  .filter__tab {
    font-size: max(0.8rem, 10px);
  }
}
@media not ((min-width: 769px) and (max-width: 1279px)) {
  .filter__tab {
    font-size: 1rem;
  }
}

.filter__tab .small {
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0em;
}
@media (min-width: 769px) and (max-width: 1279px) {
  .filter__tab .small {
    font-size: max(0.6rem, 10px);
  }
}
@media not ((min-width: 769px) and (max-width: 1279px)) {
  .filter__tab .small {
    font-size: 0.75rem;
  }
}

.filter__tab:hover {
  color: #fff;
  background: rgba(230, 0, 30, 0.5);
}

.filter__tab.current {
  color: #fff;
  background: #e6001e;
}

.note {
  padding: 0 0 5rem;
}

.note__text {
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  color: #888;
  text-align: right;
}
@media (min-width: 769px) and (max-width: 1279px) {
  .note__text {
    font-size: max(0.6rem, 10px);
  }
}
@media not ((min-width: 769px) and (max-width: 1279px)) {
  .note__text {
    font-size: 0.75rem;
  }
}

.interview {
  padding: 0 0 6.25rem;
}

.interview__error {
  display: none;
  text-align: center;
}

.interview__error-text {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: #bbb;
}
@media (min-width: 769px) and (max-width: 1279px) {
  .interview__error-text {
    font-size: max(0.8rem, 10px);
  }
}
@media not ((min-width: 769px) and (max-width: 1279px)) {
  .interview__error-text {
    font-size: 1rem;
  }
}

.interview__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.interview__item a {
  position: relative;
  display: block;
  height: 100%;
}

.interview__item a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 0.25rem solid #e6001e;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 1;
}

.interview__item a:hover::before {
  opacity: 1;
}

.interview__image {
  overflow: hidden;
}

.interview__image img {
  aspect-ratio: 265/176;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.interview__item:hover .interview__image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.interview__content {
  padding: 0 0 0.875rem 0.625rem;
  margin-top: -1rem;
}

.interview__title {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.25rem;
  z-index: 1;
}

.interview__title span {
  display: inline-block;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0em;
  color: #fff;
  background: #e6001e;
  padding: 0 0.40625rem 0.125rem;
}
@media (min-width: 769px) and (max-width: 1279px) {
  .interview__title span {
    font-size: max(0.8rem, 10px);
  }
}
@media not ((min-width: 769px) and (max-width: 1279px)) {
  .interview__title span {
    font-size: 1rem;
  }
}

.interview__title--small span {
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0em;
}
@media (min-width: 769px) and (max-width: 1279px) {
  .interview__title--small span {
    font-size: max(0.75rem, 10px);
  }
}
@media not ((min-width: 769px) and (max-width: 1279px)) {
  .interview__title--small span {
    font-size: 0.9375rem;
  }
}

.interview__texts {
  padding-left: 0.375rem;
}

.interview__job {
  font-weight: 500;
  line-height: 1.5714285714;
  letter-spacing: 0em;
  margin-top: 0.25rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 769px) and (max-width: 1279px) {
  .interview__job {
    font-size: max(0.7rem, 10px);
  }
}
@media not ((min-width: 769px) and (max-width: 1279px)) {
  .interview__job {
    font-size: 0.875rem;
  }
}

.interview__meta {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #bbbbbb;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 769px) and (max-width: 1279px) {
  .interview__meta {
    font-size: max(0.6rem, 10px);
  }
}
@media not ((min-width: 769px) and (max-width: 1279px)) {
  .interview__meta {
    font-size: 0.75rem;
  }
}

.u-investigation .interview__title span {
  background: #3c59b0;
}

.u-investigation a:hover .interview__job,
.u-investigation a:hover .interview__meta {
  color: #3c59b0;
}

.u-operations .interview__title span {
  background: #0081b9;
}

.u-operations a:hover .interview__job,
.u-operations a:hover .interview__meta {
  color: #0081b9;
}

.u-intellectual-property .interview__title span {
  background: #7f4fba;
}

.u-intellectual-property a:hover .interview__job,
.u-intellectual-property a:hover .interview__meta {
  color: #7f4fba;
}

.u-procurement .interview__title span {
  background: #297f48;
}

.u-procurement a:hover .interview__job,
.u-procurement a:hover .interview__meta {
  color: #297f48;
}

.u-engineering .interview__title span {
  background: #8bb628;
}

.u-engineering a:hover .interview__job,
.u-engineering a:hover .interview__meta {
  color: #8bb628;
}

.u-scm .interview__title span {
  background: #f0b200;
}

.u-scm a:hover .interview__job,
.u-scm a:hover .interview__meta {
  color: #f0b200;
}

.u-marketing .interview__title span {
  background: #da5283;
}

.u-marketing a:hover .interview__job,
.u-marketing a:hover .interview__meta {
  color: #da5283;
}

.u-sales .interview__title span {
  background: #e77600;
}

.u-sales a:hover .interview__job,
.u-sales a:hover .interview__meta {
  color: #e77600;
}

.u-digital-ict .interview__title span {
  background: #86705a;
}

.u-digital-ict a:hover .interview__job,
.u-digital-ict a:hover .interview__meta {
  color: #86705a;
}

.u-legal .interview__title span {
  background: #86705a;
}

.u-legal a:hover .interview__job,
.u-legal a:hover .interview__meta {
  color: #86705a;
}

.u-finance .interview__title span {
  background: #86705a;
}

.u-finance a:hover .interview__job,
.u-finance a:hover .interview__meta {
  color: #86705a;
}

.u-human-resources .interview__title span {
  background: #86705a;
}

.u-human-resources a:hover .interview__job,
.u-human-resources a:hover .interview__meta {
  color: #86705a;
}

.u-planning .interview__title span {
  background: #86705a;
}

.u-planning a:hover .interview__job,
.u-planning a:hover .interview__meta {
  color: #86705a;
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  .filter {
    padding: 6.25vw 0 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .filter {
    padding: 21.33vw 0 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .filter__title {
    font-size: max(1.41vw, 10px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .filter__title {
    font-size: max(4.8vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  .accordion__title {
    position: relative;
    cursor: pointer;
  }
  .accordion__title::before,
  .accordion__title::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #000;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .accordion__title::before {
    width: 0.94vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .accordion__title::before {
    width: 3.2vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .accordion__title::before {
    height: 0.16vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .accordion__title::before {
    height: 0.53vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .accordion__title::before {
    right: 0.47vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .accordion__title::before {
    right: 1.6vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .accordion__title::after {
    width: 0.16vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .accordion__title::after {
    width: 0.53vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .accordion__title::after {
    height: 0.94vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .accordion__title::after {
    height: 3.2vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .accordion__title::after {
    right: 0.84vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .accordion__title::after {
    right: 2.88vw;
  }
}
@media screen and (max-width: 768px) {
  .accordion__title.active::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
  .accordion__body {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .accordion__title.active + .accordion__body {
    padding-top: 0.94vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .accordion__title.active + .accordion__body {
    padding-top: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  .filter__block {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .filter__items {
    margin-top: 2.11vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .filter__items {
    margin-top: 7.2vw;
  }
}
@media screen and (max-width: 768px) {
  .filter__item {
    border-top: 1px solid #ccc;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .filter__item {
    padding: 1.33vw 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .filter__item {
    padding: 4.53vw 0;
  }
}
@media screen and (max-width: 768px) {
  .filter__item:not(:first-of-type) {
    margin-top: 0;
  }
  .filter__item:last-of-type {
    border-bottom: 1px solid #ccc;
  }
  .filter__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .filter__list {
    gap: 1.41vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .filter__list {
    gap: 4.8vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .filter__list:not(:first-of-type) {
    margin-top: 1.41vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .filter__list:not(:first-of-type) {
    margin-top: 4.8vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .filter__list-title {
    font-size: max(0.94vw, 10px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .filter__list-title {
    font-size: max(3.2vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  .filter__tabs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .filter__tabs {
    gap: 0.94vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .filter__tabs {
    gap: 3.2vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .filter__tab {
    font-size: max(1.09vw, 10px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .filter__tab {
    font-size: max(3.73vw, 10px);
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .filter__tab {
    border-radius: 0.78vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .filter__tab {
    border-radius: 2.67vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .filter__tab {
    padding: 0.78vw 0.94vw 0.94vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .filter__tab {
    padding: 2.67vw 3.2vw 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  .filter__tab .small {
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .filter__tab .small {
    font-size: max(0.94vw, 10px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .filter__tab .small {
    font-size: max(3.2vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  .filter__tab:hover {
    color: #000;
    background: #eee;
  }
  .filter__tab.current:hover {
    color: #fff;
    background: #e6001e;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .note {
    padding: 1.56vw 0 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .note {
    padding: 5.33vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .note__text {
    line-height: 1.33;
    text-align: left;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .note__text {
    font-size: max(0.94vw, 10px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .note__text {
    font-size: max(3.2vw, 10px);
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .interview {
    padding: 6.25vw 0 7.81vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .interview {
    padding: 21.33vw 0 26.67vw;
  }
}
@media screen and (max-width: 768px) {
  .interview__error {
    display: none;
    text-align: center;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .interview__error-text {
    font-size: max(1.09vw, 10px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .interview__error-text {
    font-size: max(3.73vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  .interview__items {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .interview__items {
    gap: 1.56vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .interview__items {
    gap: 5.33vw;
  }
}
@media screen and (max-width: 768px) {
  .interview__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .interview__item a {
    gap: 0.78vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .interview__item a {
    gap: 2.67vw;
  }
}
@media screen and (max-width: 768px) {
  .interview__item a::before {
    display: none;
  }
  .interview__image {
    width: calc(36.3% - 1.33vw);
  }
  .interview__image img {
    aspect-ratio: 120/80;
  }
  .interview__item:hover .interview__image img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .interview__content {
    width: calc(62.7% - 1.33vw);
    padding: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .interview__title {
    gap: 0.31vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .interview__title {
    gap: 1.07vw;
  }
}
@media screen and (max-width: 768px) {
  .interview__title span {
    line-height: 1.17;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .interview__title span {
    font-size: max(0.94vw, 10px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .interview__title span {
    font-size: max(3.2vw, 10px);
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .interview__title span {
    padding: 0 0.16vw 0.16vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .interview__title span {
    padding: 0 0.53vw 0.53vw;
  }
}
@media screen and (max-width: 768px) {
  .interview__title--small span {
    line-height: 1.17;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .interview__title--small span {
    font-size: max(0.94vw, 10px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .interview__title--small span {
    font-size: max(3.2vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  .interview__texts {
    padding-left: 0.375rem;
  }
  .interview__job {
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .interview__job {
    font-size: max(0.94vw, 10px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .interview__job {
    font-size: max(3.2vw, 10px);
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .interview__job {
    margin-top: 0.31vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .interview__job {
    margin-top: 1.07vw;
  }
}
@media screen and (max-width: 768px) {
  .interview__meta {
    margin-top: 0.125rem;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .interview__meta {
    font-size: max(0.78vw, 10px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .interview__meta {
    font-size: max(2.67vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  .u-investigation a:hover .interview__job {
    color: #000;
  }
  .u-investigation a:hover .interview__meta {
    color: #bbb;
  }
  .u-operations a:hover .interview__job {
    color: #000;
  }
  .u-operations a:hover .interview__meta {
    color: #bbb;
  }
  .u-intellectual-property a:hover .interview__job {
    color: #000;
  }
  .u-intellectual-property a:hover .interview__meta {
    color: #bbb;
  }
  .u-procurement a:hover .interview__job {
    color: #000;
  }
  .u-procurement a:hover .interview__meta {
    color: #bbb;
  }
  .u-engineering a:hover .interview__job {
    color: #000;
  }
  .u-engineering a:hover .interview__meta {
    color: #bbb;
  }
  .u-scm a:hover .interview__job {
    color: #000;
  }
  .u-scm a:hover .interview__meta {
    color: #bbb;
  }
  .u-marketing a:hover .interview__job {
    color: #000;
  }
  .u-marketing a:hover .interview__meta {
    color: #bbb;
  }
  .u-sales a:hover .interview__job {
    color: #000;
  }
  .u-sales a:hover .interview__meta {
    color: #bbb;
  }
  .u-digital-ict a:hover .interview__job {
    color: #000;
  }
  .u-digital-ict a:hover .interview__meta {
    color: #bbb;
  }
  .u-legal a:hover .interview__job {
    color: #000;
  }
  .u-legal a:hover .interview__meta {
    color: #bbb;
  }
  .u-finance a:hover .interview__job {
    color: #000;
  }
  .u-finance a:hover .interview__meta {
    color: #bbb;
  }
  .u-human-resources a:hover .interview__job {
    color: #000;
  }
  .u-human-resources a:hover .interview__meta {
    color: #bbb;
  }
  .u-planning a:hover .interview__job {
    color: #000;
  }
  .u-planning a:hover .interview__meta {
    color: #bbb;
  }
}