.secInterview .secInterviewIn .tabArea {
  display: flex;
  justify-content: space-between;
}
.secInterview .secInterviewIn .tabArea .tab {
  width: 50%;
  background: #E4E1E1;
  border-bottom: solid 1px #CACACA;
  text-align: center;
}
.secInterview .secInterviewIn .tabArea .tab.selected {
  background: #ffffff;
  border-top: solid 1px #CACACA;
  border-bottom: none;
  pointer-events: none;
}
.secInterview .secInterviewIn .tabArea .tab:first-of-type {
  border-right: solid 1px #CACACA;
}
.secInterview .secInterviewIn .listArea .listItem .itemIn {
  display: block;
}
.secInterview .secInterviewIn .listArea .listItem .itemIn .imgRow {
  overflow: hidden;
  opacity: 1;
}
.secInterview .secInterviewIn .listArea .listItem .itemIn .imgRow img {
  transition: transform 0.5s ease;
}
.secInterview .secInterviewIn .listArea .listItem .itemIn .imgRow:hover {
  opacity: 1;
}
.secInterview .secInterviewIn .listArea .listItem .itemIn .imgRow:hover img {
  transform: scale(1.1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.secInterview .secInterviewIn .listArea .listItem .itemIn .categoryRow {
  display: flex;
  flex-wrap: wrap;
}
.secInterview .secInterviewIn .listArea .listItem .itemIn .categoryRow .cat {
  padding-left: 14px;
  background: url(../../shared/images/icon_circle_gray.svg) left center no-repeat;
  background-size: 6px;
  color: #707070;
}
.secInterview .secInterviewIn .listArea .listItem .itemIn .titleRow {
  font-family: "Shippori Mincho B1", serif;
}

@media only screen and (max-width: 767px) {
  .secInterview .secInterviewIn .tabArea {
    margin: 14px 0 25px 0;
  }
  .secInterview .secInterviewIn .tabArea .tab {
    padding: 12px;
    font-size: 13px;
  }
  .secInterview .secInterviewIn .categoryArea {
    padding: 0 0 30px 0;
  }
  .secInterview .secInterviewIn .listArea {
    padding-bottom: 20px;
  }
  .secInterview .secInterviewIn .listArea .listItem {
    padding-bottom: 30px;
  }
  .secInterview .secInterviewIn .listArea .listItem .itemIn .imgRow {
    aspect-ratio: 340/260;
  }
  .secInterview .secInterviewIn .listArea .listItem .itemIn .categoryRow {
    padding: 12px 0 0 0;
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 4px;
  }
  .secInterview .secInterviewIn .listArea .listItem .itemIn .categoryRow .cat {
    font-size: 12px;
  }
  .secInterview .secInterviewIn .listArea .listItem .itemIn .titleRow {
    font-size: clamp(14px, 4.1vw, 16px);
  }
}
@media print, screen and (min-width: 768px) {
  .secInterview .secInterviewIn .tabArea {
    margin: 0px 0 56px 0;
  }
  .secInterview .secInterviewIn .tabArea .tab {
    padding: 12px;
    font-size: 13px;
  }
  .secInterview .secInterviewIn .categoryArea {
    padding: 0 0 56px 0;
  }
  .secInterview .secInterviewIn .listArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    -moz-column-gap: 2.6%;
         column-gap: 2.6%;
    row-gap: min(6vw, 58px);
    padding-bottom: 154px;
  }
  .secInterview .secInterviewIn .listArea .listItem {
    width: 31.6%;
  }
  .secInterview .secInterviewIn .listArea .listItem .itemIn .imgRow {
    aspect-ratio: 376/288;
  }
  .secInterview .secInterviewIn .listArea .listItem .itemIn .categoryRow {
    padding: 12px 0 0 0;
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 4px;
    min-height: 36px;
  }
  .secInterview .secInterviewIn .listArea .listItem .itemIn .categoryRow .cat {
    font-size: 12px;
  }
  .secInterview .secInterviewIn .listArea .listItem .itemIn .titleRow {
    font-size: clamp(14px, 1.33vw, 16px);
    min-height: calc(clamp(14px, 1.33vw, 16px) * 1.9 * 2);
  }
}/*# sourceMappingURL=style.css.map */