[class*=sns] + .p-interviewPanel {
  margin-top: 39px;
}
.p-interviewPanel__list {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 20px;
}
.p-interviewPanel__item {
  width: calc((100% - 20px) / 2);
  line-height: 1.6;
}
.p-interviewPanel__link {
  text-decoration: none;
}
.p-interviewPanel__link img {
  transition: opacity 0.2s ease;
}
.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: 12px;
}
.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: 30px 20px;
  font-size: 16px;
  font-size: 1rem;
  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 {
  width: 100%;
  min-height: 405px;
  color: #fff;
  background: #000;
}
.p-interviewPost__kvText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px 15px;
}
.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: 27px;
  font-size: 1.6875rem;
  line-height: 1.0666666667;
}
.p-interviewPost__kvTitleSub {
  margin-top: 12px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.1333333333;
}
.p-interviewPost__kvDescription {
  margin-top: 26px;
  font-size: 15px;
  font-size: 0.9375rem;
}
.p-interviewPost__lead {
  margin-top: 30px;
}
.p-interviewPost__leadCredit {
  margin-top: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8285714286;
}
.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;
}

.p-interviewInfo {
  padding: 30px 20px;
  background: #f7f7f5;
}
.p-interviewInfo:not(:first-child) {
  margin-top: 60px;
}
.p-interviewInfo__title {
  margin-top: 26px;
  font-size: 20px;
  font-size: 1.25rem;
}
.p-interviewInfo__title:not(:first-of-type) {
  margin-top: 35px;
}
.p-interviewInfo__group {
  padding-top: 26px;
  margin-top: 26px;
  font-size: 16px;
  font-size: 1rem;
  border-top: 1px solid #ccc;
}
.p-interviewInfo__list li {
  margin-top: 4px;
  font-weight: 700;
}
.p-interviewInfo__text:not(:first-child) {
  margin-top: 12px;
  font-weight: 700;
}
.p-interviewInfo__link {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.p-interviewInfo__link:not(:first-child) {
  margin-top: 26px;
}
.p-interviewInfo__summaryIndex {
  font-weight: 700;
}
.p-interviewInfo__summaryText {
  margin-top: 10px;
}
.p-interviewInfo__detail {
  line-height: 1.6;
}
.p-interviewInfo__detail:not(:first-child) {
  margin-top: 60px;
}
.p-interviewInfo__detailIndex {
  font-weight: 700;
}
.p-interviewInfo__detailContent {
  margin-top: 6px;
}
.p-interviewInfo__profile {
  line-height: 1.6;
}
.p-interviewInfo__profile:not(:first-child) {
  margin-top: 50px;
}
.p-interviewInfo__profileName {
  font-weight: 700;
  text-align: center;
}
.p-interviewInfo__profileImage {
  max-width: 58.5%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
.p-interviewInfo__profileText {
  margin-top: 40px;
}