.ly_interviewSingleFv {
  background: var(--color-accent);
  padding: 160px 20px 40px;
  color: #fff;
}

.ly_interviewSingleFv .el_sectionTitle {
  padding-bottom: 24px;
  border-bottom: 1px solid #fff;
}

.bl_interviewSingleFv_text {
  display: contents;
}

.bl_interviewSingleFv_textMeta {
  color: #fdbe4c;
  display: flex;
  margin-top: 12px;
  gap: 16px;
}

.ly_interviewSingleFv .el_sectionTitle span {
  color: #fff;
}

.ly_interviewSingleFv .el_sectionTitle span svg path {
  fill: #fff;
}

.el_sectionTitle h1 {
  font-size: clamp(1.5rem, 1.4286rem + 0.3571vw, 1.75rem);
}

.bl_interviewSingle_img {
  aspect-ratio: 325 / 200;
  transform: skewY(-10deg);
  overflow: hidden;
  width: calc(100% + 20px);
  margin-top: 40px;
}

.bl_interviewSingle_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: skewY(10deg) scale(1.3);
  transform-origin: center center;
}

.bl_interviewSingle_name {
  margin-top: 24px;
  font-weight: 500;
}

.bl_interviewSingle_name h2 {
  font-size: 20px;
}

.bl_interviewSingle_name p {
  color: #fdbe4c;
}

.bl_videoText {
  margin-block: 48px;
  font-size: 16px;
  line-height: 1.8;
}

.bl_videoText p {
  margin-bottom: 1em;
}

.bl_videoText p:last-child {
  margin-bottom: 0;
}

.bl_videoText h2 {
  font-size: 1.5em;
  font-weight: 700;
  margin-top: 1.5em;
  margin-bottom: 0.75em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid var(--color-accent);
}

.bl_videoText h3 {
  font-size: 1.25em;
  font-weight: 700;
  margin-top: 1.25em;
  margin-bottom: 0.5em;
}

.bl_videoText h4 {
  font-size: 1.125em;
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.bl_videoText h2:first-child,
.bl_videoText h3:first-child,
.bl_videoText h4:first-child {
  margin-top: 0;
}

.bl_videoText ul,
.bl_videoText ol {
  margin-bottom: 1em;
  padding-left: 1.5em;
}

.bl_videoText ul {
  list-style-type: disc;
}

.bl_videoText ol {
  list-style-type: decimal;
}

.bl_videoText li {
  margin-bottom: 0.5em;
}

.bl_videoText li:last-child {
  margin-bottom: 0;
}

.bl_videoText strong,
.bl_videoText b {
  font-weight: 700;
}

.bl_videoText em,
.bl_videoText i {
  font-style: italic;
}

.bl_videoText blockquote {
  margin: 1em 0;
  padding: 1em 1.5em;
  border-left: 4px solid var(--color-accent);
  background: #f5f5f5;
}

.bl_videoText [style*="text-align: left"],
.bl_videoText .alignleft {
  text-align: left;
}

.bl_videoText [style*="text-align: center"],
.bl_videoText .aligncenter {
  text-align: center;
}

.bl_videoText [style*="text-align: right"],
.bl_videoText .alignright {
  text-align: right;
}

.ly_interviewContent {
  padding: 160px 20px;
}

.bl_interviewFlow {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 32px 20px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 80px;
}

.bl_interviewFlow_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bl_interviewFlow_list li {
  padding: 32px 20px;
  border-radius: 8px;
  background: #fff;
}

.bl_interviewFlow_list li > span {
  font-size: clamp(2rem, 1.7143rem + 1.4286vw, 3rem);
}

.bl_interviewFlow_listText {
  display: contents;
  font-weight: 500;
  font-size: 16px;
}

.bl_interviewFlow_listText h3 {
  font-size: 20px;
  margin-block: 24px 8px;
}

.ly_interviewOther {
  background: #f5f5f5;
  padding: 80px 0 160px;
  overflow: hidden;
}

.ly_interviewOther .el_sectionTitle {
  padding-inline: 20px;
}

.bl_interviewOther_swiper {
  max-width: 100%;
  margin-top: 64px;
}

.bl_interviewOther_swiper .swiper-slide {
  display: flex;
  gap: 16px;
}

.bl_interviewListItemThumb {
  display: block;
  aspect-ratio: 24 / 30;
  min-height: 300px;
}

.bl_interviewOther_swiperBtns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-block: 32px 80px;
}

.bl_interviewOther_swiperBtns .swiper-button-prev,
.bl_interviewOther_swiperBtns .swiper-button-next {
  position: static;
  margin: 0 !important;
  color: transparent;
}

.bl_interviewOther_swiperBtns .swiper-button-prev svg {
  transform: rotate(180deg);
}

.ly_interviewOther .el_btn_orange {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .bl_interviewSingleFv {
    display: flex;
    gap: 40px;
    justify-content: flex-end;
    align-items: flex-end;
    max-width: 1440px;
    margin-inline: auto;
  }

  .bl_interviewSingleFv .el_sectionTitle {
    gap: 40px;
  }

  .bl_interviewSingleFv_text {
    display: flex;
    flex-direction: column;
  }

  .bl_interviewSingle_img {
    transform: skewY(-5deg);
    max-width: 800px;
    width: 60vw;
    aspect-ratio: 755 / 460;
    margin-right: -20px;
  }

  .bl_interviewSingle_img img {
    transform: skewY(5deg) scale(1.6);
    transform-origin: center 20%;
  }

  .bl_interviewSingle_name {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .bl_videoText {
    max-width: 900px;
    margin-inline: auto;
    margin-block: 40px 120px;
  }

  .bl_interviewFlow {
    max-width: 1040px;
    margin-inline: auto;
    padding: 56px min(80px, 5.5vw);
  }

  .bl_interviewFlow_list li {
    display: flex;
    gap: 32px;
    padding: 32px;
  }

  .bl_interviewFlow_listText {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .bl_interviewFlow_listText h3 {
    margin-block: 0;
  }

  .ly_interviewOther .el_sectionTitle {
    max-width: 1040px;
    margin-inline: auto;
  }

  .bl_interviewOther_swiper.swiper {
    overflow: visible;
  }

  .bl_interviewOther_swiperBtns {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -300%);
    justify-content: flex-end;
    max-width: 1120px;
    margin-inline: auto;
    padding-inline: 40px;
    width: 100%;
  }

  .ly_interviewOther .el_btn_orange {
    margin-top: 40px;
  }

  .ly_interviewOther {
    padding-block: 160px 200px;
  }
}
