[class*=sns] + .p-interviewPanel {
  margin-top: 76px;
}
.p-interviewPanel__list {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(auto-fit, minmax(100px, calc((100% - 60px) / 4)));
  gap: 76px 20px;
}
.p-interviewPanel__link {
  text-decoration: none;
}
.p-interviewPanel__link img {
  transition: opacity 0.2s ease;
}
.p-interviewPanel__link:hover img {
  opacity: 0.7;
}
.p-interviewPanel__tag {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 4px;
  margin-bottom: 15px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
}
.p-interviewPanel__tag::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 25px;
  height: 2px;
  content: "";
  background: #0c3b2c;
  transform: translateX(-50%);
}
.p-interviewPanel__content {
  margin-top: 18px;
}
a:hover .p-interviewPanel__content {
  text-decoration: underline;
}
.p-interviewPanel__date, .p-interviewPanel__description {
  display: block;
}
.p-interviewPanel__date {
  font-size: 14px;
  font-size: 0.875rem;
}
.p-interviewPanel__description {
  margin-top: 8px;
}

.p-interviewPost {
  padding: 60px 70px;
  line-height: 2;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.p-interviewPost__kv {
  display: flex;
  justify-content: center;
}
.p-interviewPost__kvBody {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 405px;
  color: #fff;
  background: #000;
}
.p-interviewPost__kvVisual {
  width: 55.2%;
}
.p-interviewPost__kvText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 44.8%;
  padding: 0 40px;
}
.p-interviewPost__kvTag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 15px;
  margin-right: auto;
  margin-left: 0;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #000;
  background: #fff;
  border-radius: 4px;
}
.p-interviewPost__kvTitle {
  display: flex;
  flex-direction: column;
}
.p-interviewPost__kvTitle:not(:first-child) {
  margin-top: 16px;
}
.p-interviewPost__kvTitleMain {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.0666666667;
}
.p-interviewPost__kvTitleSub {
  margin-top: 12px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.1333333333;
}
.p-interviewPost__kvDescription {
  margin-top: 32px;
}
.p-interviewPost__lead {
  margin-top: 36px;
}
.p-interviewPost__leadCredit {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
}
.p-interviewPost__content:not(:first-child) {
  margin-top: 56px;
}
.p-interviewPost__heading {
  font-weight: 700;
  color: #0c3b2c;
}
.p-interviewPost__heading:not(:first-child) {
  margin-top: 56px;
}
.p-interviewPost__text {
  margin-top: 26px;
}
.p-interviewPost__image {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}
.p-interviewPost__credit {
  margin-top: 76px;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
}

.p-interviewInfo {
  padding: 56px 70px;
  background: #f7f7f5;
}
.p-interviewInfo:not(:first-child) {
  margin-top: 60px;
}
.p-interviewInfo__title {
  margin-top: 32px;
  font-size: 20px;
  font-size: 1.25rem;
}
.p-interviewInfo__title:not(:first-of-type) {
  margin-top: 70px;
}
.p-interviewInfo__group {
  padding-top: 36px;
  margin-top: 36px;
  border-top: 1px solid #ccc;
}
.p-interviewInfo__list li {
  margin-top: 4px;
  font-weight: 700;
}
.p-interviewInfo__text:not(:first-child) {
  margin-top: 20px;
  font-weight: 700;
}
.p-interviewInfo__link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 100%;
}
.p-interviewInfo__link:not(:first-child) {
  margin-top: 32px;
}
.p-interviewInfo__summaryIndex {
  font-weight: 700;
}
.p-interviewInfo__summaryText {
  margin-top: 10px;
}
.p-interviewInfo__detail {
  display: flex;
}
.p-interviewInfo__detail:not(:first-child) {
  margin-top: 60px;
}
.p-interviewInfo__detailIndex {
  width: 260px;
  font-weight: 700;
}
.p-interviewInfo__detailContent {
  width: calc(100% - 260px);
}
.p-interviewInfo__profile {
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 20px 30px;
  line-height: 1.6;
}
.p-interviewInfo__profile:not(:first-child) {
  margin-top: 50px;
}
.p-interviewInfo__profileName {
  grid-column: span 2;
  order: 1;
  font-weight: 700;
}
.p-interviewInfo__profileImage {
  order: 3;
}
.p-interviewInfo__profileText {
  order: 2;
}