/**
 * File: main.css
 * Usage: トップページのスタイルを定義します。
*/

main {
  overflow: clip;
}

.ly_fv {
  min-height: 100svh;
  /* Fallback */
  background: url('../img/top/fv-bg.webp') no-repeat 20% center;
  background-size: cover;
}

.bl_fvBodyHeader {
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 900;
  font-size: clamp(1.875rem, 1.7679rem + 0.5357vw, 2.25rem);
  color: #fff;
  line-height: 1.5;
}

.bl_fvBodyHeader .hp_txtAccent {
  font-size: clamp(3.75rem, 3.3929rem + 1.7857vw, 5rem);
  line-height: 50%;
}

.bl_fvBodyText {
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 500;
  font-size: 13.9px;
  color: #fff;
}

.ly_group {
  position: relative;
  z-index: 1;
  background: #fff;
}

.bl_group {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.bl_groupTtlWrap {
  display: contents;
}

.bl_groupTtl {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: fit-content;
  position: relative;
}

.bl_groupLogo {
  position: absolute;
  left: 45%;
  top: 15%;
  transform: translate(0, -50%);
  width: 240px;
  height: 240px;
  opacity: 0.04;
}

.bl_groupTtl h2 {
  font-size: 32px;
}

ul.bl_groupContent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 8px;
}

.bl_groupContent li {
  background: #fdbe4c;
  border-radius: 4px;
  padding: 16px 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.bl_groupContent li>span {
  font-size: clamp(1rem, 0.9286rem + 0.3571vw, 1.25rem);
}

.bl_groupContent li p {
  font-size: 24px;
}

.bl_groupContent li p span.hp_txtEng {
  font-size: clamp(3rem, 2.7857rem + 1.0714vw, 3.75rem);
  line-height: 1;
}

.bl_groupContent li:last-child {
  grid-area: 3 / 1 / 4 / 3;
}

.bl_groupTtlWrap .el_btn {
  order: 5;
}

.ly_message {
  color: #fff;
  background: var(--color-text);
}

.el_messageTop {
  color: var(--color-text);
  position: absolute;
  top: -1px;
  left: 0;
  width: calc(100% + 20vw);
  transform: translateX(-10vw);
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.el_messageTop p {
  font-size: clamp(3.125rem, 0.2679rem + 14.2857vw, 13.125rem);
  line-height: 70%;
  padding: min(10vw, 100px) 10vw 0;
  text-align: center;
  transform: rotate(var(--message-rotate));
  background: #fd5500;
}

.bl_message {
  position: relative;
  z-index: 2;
}

.bl_messageTtl {
  display: flex;
  gap: 32px;
  flex-direction: column;
}

.bl_messageTtl div {
  position: relative;
}

.bl_messageTtl h2 {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  font-size: clamp(1.5rem, 1.4286rem + 0.3571vw, 1.75rem);
  font-weight: 500;
}

.bl_messageImg {
  max-width: 68vw;
  margin-left: auto;
}

.ly_interview {
  position: relative;
  background: #fdbe4c;
}

.ly_interview.ly_topTriangleWhite::before {
  transform: rotate(180deg) scaleX(-1);
  z-index: 20;
}

.bl_interview {
  transform: none;
  padding: 30vw 20px 20vw;
  position: relative;
}

.bl_interviewBgText {
  position: absolute;
  writing-mode: vertical-rl;
  top: 20px;
  left: 0;
  font-size: clamp(5rem, 3.5714rem + 7.1429vw, 10rem);
  line-height: 0.7;
  opacity: 0.2;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

.bl_interviewTtl h2 {
  font-size: clamp(2rem, 0.4286rem + 7.8571vw, 7.5rem);
  font-weight: 700;
  margin-bottom: 10px;
}

.bl_interviewTtl p:first-of-type {
  font-size: clamp(1.0625rem, 0.9375rem + 0.625vw, 1.5rem);
  font-weight: 500;
  margin-bottom: 32px;
}

/* Three Swipers Layout */
.bl_interviewSwipers {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 32px;
  width: calc(100% + 40px);
  margin-left: -20px;
}

/* Main Image Swiper */
.bl_interviewMainSwiper {
  max-width: 100%;
  margin: 0 auto;
  order: 1;
  padding-bottom: 60px;
}

.bl_interviewMainSwiper .swiper-wrapper {
  margin-inline: 16px;
}

.bl_interviewMainSlide {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 380px;
}

.bl_interviewMainSlide_img {
  aspect-ratio: 3 / 4;
  border-radius: 8px;
  overflow: hidden;
  display: block;
}

.bl_interviewMainSlide_text {
  display: flex !important;
  flex-direction: column;
  gap: 16px;
  line-height: 1.2;
}

/* Thumbnail Swiper - Hidden on mobile */
.bl_interviewThumbSwiper {
  display: none;
}

.bl_interviewThumbSlide {
  aspect-ratio: 1 / 1;
  border-radius: 4px;
  overflow: hidden;
}

.bl_interviewThumbSwiper .swiper-slide {
  cursor: pointer;
}

/* Text Swiper */
.bl_interviewTextSwiper {
  width: 100%;
  order: 2;
  padding: 0 20px;
  overflow: visible;
  overflow-x: hidden;
  padding-bottom: 40px;
}

.bl_interviewTextSlide {
  display: flex;
  flex-direction: column;
  gap: 8px;
  line-height: 1.2;
  text-align: center;
}

.bl_interviewItemTitle {
  font-size: clamp(1rem, 0.7143rem + 1.4286vw, 2rem);
  font-weight: 900;
  line-height: 1.2;
}

.bl_interviewItemName {
  font-weight: 500;
  width: fit-content;
  font-size: clamp(0.875rem, 0.625rem + 1.25vw, 1.75rem);
}

.bl_interviewItemMeta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.bl_interviewItemMeta p {
  transform: skew(-12deg);
  padding: 4px 4px;
  border: 1px solid var(--color-text);
}

.bl_interviewItemMeta p span {
  display: inline-block;
  transform: skew(12deg);
}

.bl_swiperControls {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  height: fit-content;
  font-size: 20px;
  position: static;
  pointer-events: all;
}

/* Override sm_only's display: block to use flex on mobile */
.bl_swiperControls.sm_only {
  display: flex !important;
}

.bl_swiperControls .current {
  font-size: 32px;
}

.bl_swiperControls .swiper-button-next {
  transform: scale(-1, -1);
}

.bl_swiperControls .swiper-button-next,
.bl_swiperControls .swiper-button-prev {
  position: static;
  width: 40px;
  height: 40px;
  margin: 0;
}

.bl_swiperControls .swiper-pagination {
  position: static;
  transform: none;
  width: fit-content;
}

.ly_skill {
  background: url('../img/top/skill-bg-sp.webp') no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 240px 20px;
  position: relative;
  z-index: 2;
}

.bl_skillTitle {
  font-size: 32px;
  font-weight: 500;
}

.ly_skill p {
  margin-block: 32px;
}

.ly_job {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 60px 20px 160px;
}

.bl_jobTtl p {
  font-size: clamp(1.125rem, 0.875rem + 1.25vw, 2rem);
  font-weight: 500;
}

.bl_jobTtl h2 {
  font-size: clamp(3rem, 1.7143rem + 6.4286vw, 7.5rem);
  line-height: 1.2;
  margin-bottom: 16px;
  font-weight: 900;
}

.bl_jobList {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.bl_jobListItem {
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: background 0.4s ease;
}

.bl_jobListItem:hover {
  background: #f0f0f0;
}

.bl_jobListThumb {
  width: 100%;
  aspect-ratio: 335 / 144;
  align-self: flex-end;
  overflow: hidden;
  flex-shrink: 0;
}

.bl_jobListTitle {
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bl_jobListText {
  display: contents;
}

.bl_jobListMeta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bl_jobListMetaLabel {
  display: inline-block;
  padding: 2px 8px;
  transform: skew(-10deg);
  border: 1px solid var(--color-text);
}

.bl_jobListMetaLabel span {
  display: inline-block;
  transform: skew(10deg);
  min-width: 80px;
  text-align: center;
}

.ly_work {
  background: #fdbe4c;
}

.bl_workTtl {
  font-size: 46px;
  margin-block: 20px 64px;
  line-height: 1.2;
  font-weight: 900;
}

.bl_workTtl span.hp_txtEng {
  font-family: 'ZenKakuGothic', sans-serif;
}

.el_workSeparator {
  transform: translateX(-20px) skewY(-10deg);
  width: calc(100% + 40px);
  height: 1px;
  background: var(--color-text);
}

.el_workSeparator:nth-child(3) {
  margin-top: 4px;
}

.bl_workText {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  padding: 124px 20px;
  margin-inline: -20px;
  width: calc(100% + 40px);
  text-decoration: none;
  color: inherit;
  transition: color 0.4s ease;
  transform: skewY(-10deg);
  overflow: hidden;
}

.bl_workText>* {
  transform: skewY(10deg);
}

.bl_workText::before {
  content: '';
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 120%;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
  pointer-events: none;
  will-change: transform;
  transform: skewY(10deg);
}

.bl_workText::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.bl_workText__benefits::before {
  background-image: url(../img/top/work1.avif);
}

.bl_workText__education::before {
  background-image: url(../img/top/work2.avif);
}

/* Mobile: always show image */
.bl_workText::before,
.bl_workText::after {
  opacity: 1;
}

.bl_workText {
  color: #fff;
}

/* Desktop: show on hover only */
@media screen and (min-width: 768px) {
  .bl_workText::before {
    height: 200%;
    transform: translateY(var(--parallax-y, 0%));
  }

  .bl_workText::before,
  .bl_workText::after {
    opacity: 0;
  }

  .bl_workText {
    color: inherit;
  }

  .bl_workText:hover::before,
  .bl_workText:hover::after {
    opacity: 1;
  }

  .bl_workText:hover {
    color: #fff;
  }
}

.bl_workText h3,
.bl_workText p {
  position: relative;
  z-index: 2;
}

.bl_workText h3 {
  font-weight: 900;
  font-size: clamp(1.25rem, 1.0357rem + 1.0714vw, 2rem);
  line-height: 1.4;
}

.bl_workText strong {
  font-weight: 500;
  font-size: clamp(1.125rem, 0.875rem + 1.25vw, 2rem);
}

.bl_workQA {
  background: #fff;
  padding: 48px 32px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  overflow: hidden;
  margin-top: 60px;
}

.bl_workQA .bl_groupLogo {
  top: 0;
  right: 0;
  left: unset;
  transform: translate(17%, -17%);
}

.bl_workQA h3 {
  font-size: clamp(1.5rem, 1.3571rem + 0.7143vw, 2rem);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  line-height: 1.4;
}

.bl_workQA h3 svg {
  height: 40px;
}

.bl_workQA .el_btn {
  margin-top: 0;
}

.ly_normalSec.ly_news {
  background: #fbf9fb;
  overflow: visible;
}

.bl_newsWrap {
  display: contents;
}

.bl_normalSec.bl_news {
  display: flex;
  flex-direction: column;
  gap: 32px;
  background: #fbf9fb;
  padding-bottom: 20vw;
}

.bl_newsTtl {
  font-size: clamp(2.875rem, 1.5536rem + 6.6071vw, 7.5rem);
  font-weight: 700;
}

.bl_newsBgText {
  position: absolute;
  writing-mode: vertical-rl;
  top: 20px;
  transform: skewY(10deg);
  right: 0;
  font-size: clamp(5rem, 3.5714rem + 7.1429vw, 10rem);
  line-height: 0.7;
  opacity: 0.2;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  z-index: 1;
}

.bl_newsList {
  display: flex;
  flex-direction: column;
}

.bl_newsListItem {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-text);
  transition: background 0.4s ease;
  padding-top: 20px;
}

.bl_newsListItem:hover {
  background: #d9d9d9;
}

.bl_newsListItem .hp_txtEng {
  font-size: 12px;
  font-weight: 500;
}

.bl_newsListTitle {
  font-size: 14px;
  font-weight: 500;
}

.ly_commercial {
  background: #fff;
  position: relative;
  z-index: 1;
  padding-block: 32px 80px;
}

.bl_commercialBg {
  overflow: hidden;
  aspect-ratio: 375 / 100;
}

.bl_commercial {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  margin-top: 32px;
}

.bl_commercialTtl {
  text-align: center;
  padding: 16px;
  border: 1px dashed var(--color-text);
  width: fit-content;
  margin-inline: auto;
  font-size: clamp(1.125rem, 0.8571rem + 1.3393vw, 1.5rem);
  line-height: 1;
  font-weight: 500;
}

.bl_commercialContent {
  margin-top: 8px;
  padding-inline: 20px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.bl_commercialContent video {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  appearance: none;
  border: none;
}

.ly_tiktok {
  position: relative;
  z-index: 1;
}

.bl_tiktok {
  position: relative;
  background: url('../img/top/tiktok-bg-sp.webp') no-repeat center center;
  background-size: cover;
  padding: 80px 20px 320px;
  color: #fff;
  overflow: hidden;
}

.bl_tiktokBg {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(20%, 37%);
}

.bl_tiktokContent {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  z-index: 1;
}

.bl_tiktokContent h2 {
  font-size: clamp(1.5rem, 0.6429rem + 4.2857vw, 4.5rem);
  font-weight: 700;
}

.ly_tiktokEmbed {
  padding: 80px 20px;
}

.subp_only {
  display: none !important;
}

.sb-post-block-item {
  height: 100%;
  aspect-ratio: 245 / 330;
}

.sb-post-item-image-wrap {
  height: 100% !important;
  border-radius: 0 !important;
}

@media screen and (min-width: 768px) {
  .bl_fvBodyText {
    font-size: 18px;
  }

  .bl_group {
    max-width: 1040px;
    flex-direction: row;
    justify-content: space-between;
    margin-inline: auto;
  }

  .bl_groupTtl {
    position: static;
  }

  .bl_groupTtlWrap {
    display: flex;
    flex-shrink: 0;
    position: relative;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
  }

  .bl_groupTtlWrap .el_btn {
    margin: 0;
  }

  .bl_groupLogo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-35%, -50%);
    width: 380px;
    height: 380px;
    opacity: 0.04;
  }

  ul.bl_groupContent {
    width: 100%;
    max-width: 450px;
  }

  .el_messageTop p {
    padding: min(8vw, 40px) 10vw 0;
  }

  .bl_message.bl_normalSec {
    max-width: 980px;
    margin-inline: auto;
    margin-block: 8vw;
    padding-block: min(10vw, 100px);
    position: relative;
    z-index: 3;
  }

  .bl_messageTtl div {
    position: static;
    display: contents;
  }

  .bl_messageTtl p {
    font-size: 20px;
  }

  .bl_messageTtl h2 {
    position: relative;
    order: -1;
  }

  .bl_message .el_btn {
    margin: 0;
    margin-top: 40px;
  }

  .bl_messageImg {
    max-width: 380px;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(20%);
  }

  .ly_interview {
    margin-top: min(10vh, 120px);
  }

  .bl_interview {
    padding-block: min(20vh, 180px);
    transform: none;
    max-width: 1080px;
    margin-inline: auto;
    position: relative;
  }

  .bl_interviewBgText {
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
  }

  .bl_interviewItemTitle {
    margin-bottom: 24px;
  }

  .bl_interviewTtl p {
    font-size: 16px;
  }

  .bl_interviewTextSwiper {
    display: none !important;
  }

  .ly_skill {
    background: url('../img/top/skill-bg-pc.webp') no-repeat center center;
    background-size: cover;
    padding: 82px 0;
  }

  .bl_skill {
    margin-inline: auto;
    width: fit-content;
    text-align: center;
  }

  .bl_skillTitle {
    font-size: 24px;
    -webkit-text-stroke: 0;
  }

  .bl_job {
    padding-block: min(10vh, 160px);
    max-width: 1080px;
    margin-inline: auto;
  }

  .bl_jobListThumb {
    aspect-ratio: 220 / 132;
    max-width: 220px;
  }

  .bl_jobListTitle {
    -webkit-line-clamp: 2;
  }

  .bl_jobList {
    gap: 0;
    margin-top: 40px;
  }

  .bl_jobListItem {
    gap: 20px;
    padding-inline: 20px;
    flex-direction: row;
  }

  .bl_jobListText {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex-grow: 1;
  }

  .bl_jobListItem {
    padding-block: 20px;
    border-top: 1px solid var(--color-text);
  }

  .bl_jobListItem:last-child {
    border-bottom: 1px solid var(--color-text);
  }

  .bl_jobListArrow {
    align-self: center;
  }

  .bl_job .el_btn {
    margin-top: 80px;
  }

  .el_jobText {
    position: absolute;
    writing-mode: vertical-rl;
    right: 0;
    font-size: clamp(5rem, 4.0419rem + 4.7904vw, 10rem);
    line-height: 0.7;
    opacity: 0.2;
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
    z-index: -1;
    top: 5%;
    line-height: 1;
  }

  .bl_work.bl_normalSec {
    padding-top: 0;
    padding-inline: 0;
  }

  .bl_workTtl {
    transform: rotate(-5deg);
    line-height: 1;
    margin-inline: auto;
    width: fit-content;
    margin-block: 40px 80px;
  }

  .bl_workTtl span {
    font-size: clamp(2.875rem, 1.5536rem + 6.6071vw, 7.5rem);
  }

  .bl_workTtl span.hp_txtEng {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
  }

  .bl_workTtl span:last-child {
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .bl_workTtl span.hp_txtEng {
    font-size: clamp(2.875rem, 0.8393rem + 10.1786vw, 10rem);
  }

  .el_workSeparator {
    transform: translateX(-20px) skewY(-4deg);
  }

  .el_workSeparator:nth-child(3) {
    margin-top: 0px;
  }

  .bl_workText {
    flex-direction: row;
    justify-content: space-between;
    padding: 140px calc((100% - 1040px) / 2 + 20px);
    margin-inline: 0;
    width: 100%;
    transform: skewY(-4deg);
  }

  .bl_workText h3 {
    margin-left: 20px;
  }

  .bl_workText>* {
    transform: skewY(4deg);
  }

  .bl_workText p {
    margin-top: 80px;
    font-size: 16px;
    max-width: 50%;
    margin-right: 20px;
  }

  .bl_workQA {
    margin-top: 120px;
    max-width: min(calc(100% - 40px), 1040px);
    margin-inline: auto;
    padding: 80px 120px;
    align-items: flex-start;
    gap: 20px;
  }

  .bl_workQA .el_btn {
    margin: 20px 0 0;
    max-width: 260px;
  }

  .bl_workQA p {
    font-size: 16px;
  }

  .bl_workQA .bl_groupLogo {
    width: 300px;
    height: 300px;
    opacity: 0.1;
    right: 120px;
    top: 50%;
    transform: translate(0, -50%);
  }

  .bl_normalSec.bl_news {
    padding-top: min(10vh, 120px);
    padding-inline: 0;
    padding-bottom: min(12vw, 120px);
  }

  .bl_newsWrap {
    display: block;
    background: #fbf9fb;
    max-width: 1040px;
    margin-inline: auto;
    width: 100%;
  }

  .bl_newsList {
    margin-top: 40px;
    margin-inline: min(120px, 8vw);
  }

  .bl_newsListItem {
    padding-inline: 20px;
  }

  .bl_newsListItem small {
    font-size: 14px;
  }

  .bl_newsListTitle {
    font-size: 16px;
  }

  .bl_news .el_btn {
    margin: 60px min(120px, 8vw) 0 auto;
  }

  .bl_newsBgText {
    transform: skewY(4deg);
    left: 0;
    right: unset;
  }

  .ly_commercial {
    padding-block: 60px;
  }

  .bl_commercialBg {
    aspect-ratio: 1440 / 240;
  }

  .bl_commercialContent {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: min(5.5vw, 80px);
    max-width: 1040px;
    width: 100%;
  }

  .bl_commercialContent video {
    max-width: 100%;
  }

  .bl_commercialTtl {
    top: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .bl_commercial {
    margin-top: 64px;
  }

  .bl_tiktok {
    padding: 180px 80px 205px;
  }

  .bl_tiktokContent {
    max-width: 1440px;
    margin-inline: auto;
  }

  .ly_tiktokEmbed {
    padding-block: 60px;
  }

  .sbtt-tiktok-feed {
    max-width: 1040px;
    margin-inline: auto;
  }
}

@media screen and (min-width: 1024px) {
  .bl_messageImg {
    max-width: 32vw;
  }

  /* Three Swipers Desktop Layout */
  .bl_interviewSwipers {
    display: grid;
    grid-template-columns: 380px 1fr;
    grid-template-rows: auto auto;
    gap: 24px;
    width: 100%;
    margin-left: 0;
  }

  .bl_interviewMainSwiper {
    grid-column: 1;
    width: 100%;
    max-width: 380px;
    grid-row: 1 / 3;
    order: unset;
    padding-bottom: 0;
  }

  .bl_interviewMainSwiper .swiper-wrapper {
    margin-inline: 0px;
  }

  .bl_interviewMainSlide {
    width: 100%;
    max-width: 380px;
    max-height: 560px;
    aspect-ratio: 38 / 56;
  }

  .bl_interviewMainSlide_text {
    display: none !important;
  }

  .bl_interviewMainSlide_img {
    aspect-ratio: 38 / 56;
  }

  .bl_interviewTextSwiper {
    grid-column: 2;
    grid-row: 1;
    order: unset;
    padding: 0;
    align-self: center;
    padding-bottom: 0;
    display: flex !important;
  }

  .bl_interviewTextSlide {
    text-align: left;
    gap: 16px;
  }

  .bl_interviewThumbSwiper {
    display: block;
    align-self: start;
  }

  .bl_interviewThumbSwiper .swiper-slide {
    aspect-ratio: 200 / 280;
    max-width: 200px;
    width: 100%;
    margin-bottom: 58px;
  }

  .bl_interviewItemMeta {
    justify-content: flex-start;
    gap: 16px;
    margin-left: 10px;
  }

  .bl_interviewItemMeta p {
    padding: 4px 20px;
  }

  .bl_commercialTtl {
    top: 98px;
    font-size: clamp(1.5rem, 0.8924rem + 1.2658vw, 2rem);
  }

  .bl_swiperControls {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .bl_swiperControls.sm_only {
    display: none !important;
  }

  .bl_interview .el_btn {
    margin: 0 20px;
    position: absolute;
    right: 0;
    transform: translateY(-100%);
    max-width: 280px;
  }
}

@media screen and (min-width: 1440px) {
  .bl_messageImg {
    max-width: min(32vw, 640px);
    transform: translateY(25%);
  }
}

/* ================================================
   Mass Media Section (トップページ メディア掲載)
   ================================================ */

.ly_massMedia {
  position: relative;
  z-index: 1;
  padding: 80px 20px;
  background: url('../img/top/mass-media-bg.svg') no-repeat left 60px;
  background-size: 100% auto;
}

.bl_massMedia {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.bl_massMediaHeader {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.bl_massMediaTtl_main {
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}

.bl_massMediaTtl_sub {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.bl_massMediaItems {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.bl_massMediaItem {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-decoration: none;
  color: #000;
}

.bl_massMediaItemThumb {
  aspect-ratio: 320 / 180;
  overflow: hidden;
}

.bl_massMediaItemThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.bl_massMediaItem:hover .bl_massMediaItemThumb img {
  transform: scale(1.05);
}

.bl_massMediaItemBody {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.bl_massMediaItemTitle {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bl_massMediaItemBody time {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: normal;
}

@media screen and (min-width: 768px) {
  .ly_massMedia {
    padding: 100px 20px;
  }

  .bl_massMedia {
    max-width: 1040px;
    margin-inline: auto;
  }

  .bl_massMediaHeader {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .bl_massMediaTtl_main {
    font-size: 44px;
  }

  .bl_massMediaTtl_sub {
    font-size: 32px;
  }

  .bl_massMediaItems {
    flex-direction: row;
    gap: 26px;
  }

  .bl_massMediaItem {
    flex: 1;
  }
}