/*! This style is addtional style for Recruit site */
@charset "UTF-8";

[data-layout="interviewTop"] .interviewIndex {
  margin-bottom: calc(100 / 375 * 1rem);
}

[data-layout="interviewTop"] .interviewIndex .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(74 / 375 * 1rem);
  padding: calc(20 / 375 * 1rem);
}

[data-layout="interviewTop"] .interviewIndex .item h2 {
  margin-top: calc(10 / 375 * 1rem);
  margin-bottom: calc(10 / 375 * 1rem);
  color: #ad0b40;
  font-weight: 600;
  font-size: var(--fz20);
}

[data-layout="interviewTop"] .interviewIndex .item-text {
  font-size: var(--fz16);
  line-height: 1.5;
  font-weight: 500;
}

[data-layout="interviewTop"] .interviewIndex .item img {
  width: 100%;
  height: auto;
  max-width: 330px;
}

[data-layout="interviewTop"] .interviewIndex .items .item a {
  transition: all 0.6s ease;
}

@media (max-width: 767px) {
  [data-layout="interviewTop"] .PageHead .thumb img {
    position: relative;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: -5%;
    object-fit: cover;
  }

  [data-layout="interviewTop"] .interviewIndex .items {
    grid-template-columns: repeat(2, 1fr); /* スマホで2列表示 */
    gap: calc(24 / 375 * 1rem);
    padding: 0;
  }

  [data-layout="interviewTop"] .interviewIndex {
    margin-bottom: calc(50 / 375 * 1rem);
  }

  [data-layout="interviewTop"] .interviewIndex .item h2 {
    font-size: var(--fz14);
  }

  [data-layout="interviewTop"] .interviewIndex .item-text {
    font-size: var(--fz12);
  }
}

@media (any-hover: hover) {
  [data-layout="interviewTop"] .interviewIndex .items .item a:hover {
    opacity: 0.7;
  }
}
