/* ==========================================================================
   Meihou Theme — index.css (PC)
   Design width: 1280
   ========================================================================== */

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */

.p-index-hero {
  /* PC: リンク帯下端までで 100vh（リンク高さ198 − glass-tab 重なり40） */
  --index-links-h: 198px;
  --index-links-tab-h: 40px;
  --index-links-overlap: var(--index-links-tab-h);
  position: relative;
  width: 100%;
  height: calc(100vh - (var(--index-links-h) - var(--index-links-overlap)));
  min-height: 520px;
  overflow: visible;
}

.p-index-hero__bgs {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  /* MV背景の下端 = glass-tab 下端（= ヒーロー下端。カード帯本体には伸ばさない） */
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.p-index-hero__bg {
  position: absolute;
  inset: 0;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.4s ease;
  will-change: opacity;
}

.p-index-hero__bg.is-active {
  opacity: 1;
  z-index: 1;
}

.p-index-hero__bg--center {
  background-position: center center;
}

@media (prefers-reduced-motion: reduce) {
  .p-index-hero__bg {
    transition: none;
  }
}

.p-index-hero__geo {
  position: absolute;
  top: 0;
  /* XAML Canvas.Left="61" on 1218×647 path */
  left: 61px;
  right: auto;
  z-index: 1;
  width: 1218px;
  height: 647px;
  pointer-events: none;
  /* Screenshot: light translucent M over sky (~α0.14 of #00397f) */
  opacity: 0.14;
}

.p-index-hero__content {
  position: relative;
  z-index: 2;
  width: var(--width-page);
  margin: 0 auto;
  /* ビューポート高さに応じてタイトル位置を緩やかに追従 */
  padding: clamp(180px, 28vh, 260px) 0 0 var(--side);
}

.p-index-hero__title {
  font-family: var(--font-serif);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.6;
  color: var(--color-navy);
  letter-spacing: 0.04em;
}

.p-index-hero__lead {
  margin-top: 6px;
  /* XAML: YuMincho 14 / #2e2e2e at y393 */
  font-family: var(--font-serif);
  font-size: 14px;
  color: #2e2e2e;
  letter-spacing: 0.06em;
}

/* MV内ピックアップ（JS: オーナー右隣 or 幅不足時は MV 上・右端） */
.p-index-hero__pickup {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  width: 232px;
  height: 222px;
  padding: 0;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}

.p-index-hero__pickup.is-ready.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* MV外: 画面右端フローティング */
.p-index-hero__pickup--floating {
  position: fixed;
  right: 12px;
  bottom: 32px;
  left: auto;
  top: auto;
  z-index: 90;
}

@media (prefers-reduced-motion: reduce) {
  .p-index-hero__pickup {
    transition: none;
  }
}

.p-index-hero__pickup-link {
  display: block;
  width: 220px;
  margin-top: 12px;
  padding: 10px 10px 16px;
  border-radius: 8px;
  background: var(--color-white);
  box-shadow: 0 10px 30px rgba(19, 15, 63, 0.18);
}

.p-index-hero__pickup-close {
  position: absolute;
  top: 0;
  left: 208px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--color-navy);
}

.p-index-hero__pickup-close::before,
.p-index-hero__pickup-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background: var(--color-white);
}

.p-index-hero__pickup-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-index-hero__pickup-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-index-hero__pickup-img {
  display: block;
  width: 200px;
  height: 113px;
  object-fit: cover;
}

.p-index-hero__pickup-img--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e5e5e5;
  object-fit: unset;
}

.p-index-hero__pickup-img--placeholder img {
  display: block;
  width: 70%;
  max-width: 140px;
  height: auto;
  object-fit: contain;
}

.p-index-hero__pickup-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 12px;
}

.p-index-hero__pickup-cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  height: 18px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--color-navy);
  color: var(--color-white);
  font-size: 10px;
  line-height: 1;
}

.p-index-hero__pickup-date {
  font-size: 12px;
  color: var(--color-muted);
}

.p-index-hero__pickup-title {
  display: -webkit-box;
  margin-top: 8px;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.5;
  color: var(--color-text);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* --------------------------------------------------------------------------
   Audience links (MV下: マスク＋半透明ガラス)
   - 全幅マスクで形を動的にスケール（左右帯が出ない）
   - 半透明白 + backdrop-filter で下の MV をぼかす
   XAML: h198 / overlap40 / lead @39 / cards @ y660
   -------------------------------------------------------------------------- */

.p-index-links {
  position: relative;
  z-index: 3;
  width: 100%;
  margin: -40px 0 0;
  height: 198px;
  padding: 0;
  box-sizing: border-box;
  background: transparent;
  overflow: visible;
}

/*
 * ガラス面（1枚）
 * - 塗り: CSSグラデ（切り抜き付きPNG由来の縦線ノイズを避ける）
 * - 形: clip-path
 * - backdrop-filter なし（はみ出し防止）
 */
.p-index-links__glass {
  --links-tab-end: round(
    nearest,
    calc(50% - min(var(--width-page) / 2, 50%) + 478px),
    1px
  );
  --links-tab-h: 40px;
  --links-r-top: 8px;
  --links-r-step: 16px;
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #f3f7fb;
  background-image: linear-gradient(
    105deg,
    #f7fbfe 0%,
    #eef6fc 35%,
    #f5faf8 62%,
    #e8f3fa 100%
  );
  clip-path: polygon(
    0 0,
    calc(var(--links-tab-end) - var(--links-r-top)) 0,
    calc(var(--links-tab-end) - var(--links-r-top) * 0.617) calc(var(--links-r-top) * 0.076),
    calc(var(--links-tab-end) - var(--links-r-top) * 0.293) calc(var(--links-r-top) * 0.293),
    calc(var(--links-tab-end) - var(--links-r-top) * 0.076) calc(var(--links-r-top) * 0.617),
    var(--links-tab-end) var(--links-r-top),
    var(--links-tab-end) calc(var(--links-tab-h) - var(--links-r-step)),
    calc(var(--links-tab-end) + var(--links-r-step) * 0.076)
      calc(var(--links-tab-h) - var(--links-r-step) * 0.617),
    calc(var(--links-tab-end) + var(--links-r-step) * 0.293)
      calc(var(--links-tab-h) - var(--links-r-step) * 0.293),
    calc(var(--links-tab-end) + var(--links-r-step) * 0.617)
      calc(var(--links-tab-h) - var(--links-r-step) * 0.076),
    calc(var(--links-tab-end) + var(--links-r-step)) var(--links-tab-h),
    100% var(--links-tab-h),
    100% 100%,
    0 100%
  );
}

.p-index-links__inner {
  position: relative;
  z-index: 1;
  width: var(--width-page);
  max-width: 100%;
  height: 198px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

/* タブ内リード */
.p-index-links__lead {
  position: absolute;
  top: 0;
  left: 39px;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 420px;
  height: 40px;
  margin: 0;
  padding: 0;
  padding-top: 14px;
  color: #121212;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

/* Cards: XAML y660 → panel内 +61 */
.p-index-links__list {
  position: absolute;
  top: 61px;
  left: 39px;
  display: grid;
  grid-template-columns: 301px 300px 300px;
  gap: 30px;
  width: 961px;
  margin: 0;
  padding: 0;
}

.p-index-links__item {
  min-width: 0;
}

.p-index-links__card {
  position: relative;
  display: block;
  height: 120px;
  border-radius: 12px;
  overflow: hidden;
  background: #e8eef5;
  box-shadow: 0 10px 24px rgba(19, 15, 63, 0.12);
}

/* Full-bleed photo — override common img { max-width:100%; height:auto } */
.p-index-links__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  object-fit: cover;
  object-position: center;
}

/* Design: soft frost L→R (photo shows through mid), clear on the right */
.p-index-links__card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(255, 255, 255, 0.72) 26%,
    rgba(255, 255, 255, 0.38) 48%,
    rgba(255, 255, 255, 0.1) 68%,
    rgba(255, 255, 255, 0) 86%
  );
  pointer-events: none;
}

.p-index-links__body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  height: 100%;
  padding: 18px 20px;
  box-sizing: border-box;
}

.p-index-links__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-white);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.62), 0 1px 4px rgba(0, 0, 0, 0.42);
}

.p-index-links__label .c-icon-external {
  filter: brightness(0) invert(1) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.45));
}

.p-index-links__btn {
  align-self: flex-start;
}

.p-index-links__card:hover .c-btn--primary {
  background-color: var(--color-white);
  background-image: none;
  color: var(--color-blue-accent);
  box-shadow: 0 4px 14px rgba(4, 0, 44, 0.22), inset 0 0 0 1px var(--color-blue-accent);
}

/* --------------------------------------------------------------------------
   News / Column
   -------------------------------------------------------------------------- */

.p-index-news {
  /* XAML お知らせ/賃貸経営コラム y1212 (after stats Border y850 h262) */
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  width: var(--width-page);
  margin: 100px auto 0;
  padding: 0 var(--side);
}

.p-index-news__col .c-heading {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--color-line);
}

.p-index-news__col .c-btn {
  /* XAML buttons y1590/1591 after last meta ~1528 */
  margin-top: 40px;
}

/* XAML title tops every ~99px (1293→1392→1492) */
.p-index-news .c-post-list__item + .c-post-list__item {
  margin-top: 40px;
}

.p-index-news .c-post-list__title {
  margin-bottom: 12px;
}

/* --------------------------------------------------------------------------
   Business
   -------------------------------------------------------------------------- */

.p-index-business {
  position: relative;
  /* XAML: block 1080×710 @ x100 y2655 */
  width: 100%;
  max-width: 1080px;
  height: 710px;
  margin: 50px auto 0;
  border-radius: 28px;
  overflow: hidden;
  isolation: isolate;
  color: var(--color-white);
  box-shadow: 0 18px 48px rgba(0, 12, 38, 0.18);
}

.p-index-business__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: var(--color-dark);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-index-business__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 12, 38, 0.42);
}

.p-index-business__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* XAML: text x210 (=+110); diagram x561 (=+461) within 1080 */
  gap: 40px;
  width: 100%;
  height: 710px;
  margin: 0;
  padding: 0 40px 0 110px;
  box-sizing: border-box;
}

.p-index-business__text {
  width: 310px;
  flex-shrink: 0;
}

.p-index-business__text .c-heading__en {
  opacity: 0.85;
}

.p-index-business__catch {
  /* XAML: catch below heading with breathing room */
  margin: 48px 0 28px;
  font-family: var(--font-serif);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.02em;
  color: var(--color-white);
}

.p-index-business__body {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.92);
}

.p-index-business__diagram {
  width: 599px;
  flex-shrink: 0;
}

.p-index-business__diagram picture {
  display: block;
  width: 100%;
}

.p-index-business__diagram img {
  display: block;
  width: 100%;
  height: auto;
}

/* --------------------------------------------------------------------------
   Management
   -------------------------------------------------------------------------- */

.p-index-manage {
  /* XAML photos y4266 (reasons cards end ~4146 → +120) */
  margin-top: 120px;
  padding-bottom: 60px;
}

.p-index-manage__photos {
  position: relative;
  width: 100%;
  height: 420px;
  margin-bottom: 100px;
  overflow: hidden;
}

.p-index-manage__track {
  display: flex;
  width: max-content;
  height: 100%;
  will-change: transform;
  animation: p-index-manage-marquee 48s linear infinite;
}

.p-index-manage__set {
  display: flex;
  align-items: flex-start;
  /* XAML gaps 25 — set width 1623 */
  gap: 25px;
  flex-shrink: 0;
  width: 1623px;
  height: 100%;
  padding-right: 25px;
  box-sizing: content-box;
}

.p-index-manage__set img {
  display: block;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 10px;
}

.p-index-manage__set img:nth-child(1) {
  width: 279px;
  height: 420px;
}

.p-index-manage__set img:nth-child(2) {
  width: 424px;
  height: 261px;
  margin-top: 0;
}

.p-index-manage__set img:nth-child(3) {
  width: 389px;
  height: 351px;
  margin-top: 0;
}

.p-index-manage__set img:nth-child(4) {
  width: 456px;
  height: 279px;
  margin-top: 141px;
}

@keyframes p-index-manage-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    /* one set (1623) + trailing gap (25) */
    transform: translate3d(-1648px, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .p-index-manage__track {
    animation: none;
  }
}

.p-index-manage__body {
  display: flex;
  gap: 50px;
  width: var(--width-page);
  margin: 0 auto;
  padding: 0 var(--side);
}

.p-index-manage__heading {
  flex-shrink: 0;
  width: 200px;
}

.p-index-manage__content {
  flex: 1;
  max-width: 680px;
}

.p-index-manage__catch {
  margin-bottom: 28px;
  font-family: var(--font-serif);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.6;
  color: var(--color-text);
}

.p-index-manage__text {
  margin-bottom: 1.2em;
  font-size: 14px;
  line-height: 2;
}

.p-index-manage__content .c-btn {
  margin-top: 28px;
}

/* --------------------------------------------------------------------------
   Recruit
   -------------------------------------------------------------------------- */

.p-index-recruit {
  position: relative;
  background: transparent;
  color: var(--color-white);
  /* photo at y6124: section start + padding-top */
  padding: 150px 0 40px;
}

.p-index-recruit__inner {
  position: relative;
  /* XAML 1198×473 @ x40 */
  width: 1198px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 24px;
}

.p-index-recruit__photo {
  display: block;
  width: 100%;
  height: 473px;
  object-fit: cover;
}

.p-index-recruit__content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 520px;
  /* XAML: heading y6204 (−6124=80); catch y6424; btn y6504 — left 100−40=60 */
  padding: 80px 0 0 60px;
}

.p-index-recruit__catch {
  /* 6424 − 6204 − ~32en = ~188 from heading block; keep compact */
  margin: 156px 0 40px;
  font-family: var(--font-serif);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.6;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1024px) {
  /* Hero */
  .p-index-hero {
    height: 70vh;
    min-height: 0;
  }

  .p-index-hero__bgs {
    height: 70vh;
    min-height: 0;
  }

  .p-index-hero__geo {
    left: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    opacity: 0.1;
  }

  .p-index-hero__content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 var(--side);
    box-sizing: border-box;
  }

  .p-index-hero__title {
    font-size: 26px;
  }

  .p-index-hero__pickup-link {
    width: 200px;
  }

  .p-index-hero__pickup-img {
    width: 180px;
    height: auto;
    aspect-ratio: 200 / 113;
  }

  /* Links band */
  .p-index-links {
    height: auto;
    margin-top: 0;
    overflow: hidden;
  }

  /* SP: 段差なしの全幅 */
  .p-index-links__glass {
    clip-path: none;
  }

  .p-index-links__inner {
    height: auto;
    padding: 0 var(--side) 40px;
  }

  .p-index-links__lead {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    padding: 14px 0 20px;
    white-space: normal;
    font-size: 13px;
  }

  .p-index-links__list {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .p-index-links__card {
    height: auto;
    min-height: 108px;
  }

  .p-index-links__label {
    font-size: 20px;
  }

  /* News */
  .p-index-news {
    grid-template-columns: 1fr;
    gap: 56px;
    margin-top: 64px;
  }

  /* Business */
  .p-index-business {
    height: auto;
    max-width: calc(100% - var(--side) * 2);
    margin-left: auto;
    margin-right: auto;
  }

  .p-index-business__inner {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 48px var(--side);
    gap: 32px;
  }

  .p-index-business__text {
    width: 100%;
  }

  .p-index-business__diagram {
    width: 100%;
    max-width: 560px;
    align-self: center;
  }

  .p-index-business__catch {
    margin: 32px 0 20px;
    font-size: 24px;
  }

  /* Manage marquee */
  .p-index-manage__photos {
    height: 300px;
    margin-bottom: 64px;
  }

  .p-index-manage__set {
    gap: 20px;
    width: 1160px;
    padding-right: 20px;
  }

  .p-index-manage__set img:nth-child(1) {
    width: 199px;
    height: 300px;
  }

  .p-index-manage__set img:nth-child(2) {
    width: 303px;
    height: 186px;
  }

  .p-index-manage__set img:nth-child(3) {
    width: 278px;
    height: 251px;
  }

  .p-index-manage__set img:nth-child(4) {
    width: 326px;
    height: 199px;
    margin-top: 101px;
  }

  @keyframes p-index-manage-marquee {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(-1180px, 0, 0);
    }
  }

  .p-index-manage__body {
    flex-direction: column;
    gap: 24px;
  }

  .p-index-manage__heading {
    width: 100%;
  }

  .p-index-manage__content {
    max-width: none;
  }

  .p-index-manage__catch {
    font-size: 24px;
    margin-bottom: 20px;
  }

  /* Recruit */
  .p-index-recruit {
    padding: 80px var(--side) 40px;
  }

  .p-index-recruit__inner {
    width: 100%;
  }

  .p-index-recruit__photo {
    height: 340px;
  }

  .p-index-recruit__content {
    width: min(100%, 480px);
    padding: 56px 32px 48px;
  }

  .p-index-recruit__catch {
    margin: 64px 0 28px;
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  /* Hero */
  .p-index-hero__geo {
    opacity: 0.08;
  }

  .p-index-hero__title {
    font-size: 22px;
    line-height: 1.55;
  }

  .p-index-hero__lead {
    font-size: 12px;
  }

  /* Links band */
  .p-index-links__inner {
    padding-bottom: 32px;
  }

  .p-index-links__lead {
    padding: 12px 0 16px;
    font-size: 12px;
  }

  .p-index-links__list {
    gap: 12px;
  }

  .p-index-links__card {
    min-height: 96px;
    border-radius: 10px;
  }

  .p-index-links__body {
    padding: 14px 16px;
    gap: 10px;
  }

  .p-index-links__label {
    font-size: 18px;
  }

  /* News */
  .p-index-news {
    gap: 48px;
    margin-top: 48px;
  }

  .p-index-news__col .c-heading {
    margin-bottom: 24px;
    padding-bottom: 16px;
  }

  .p-index-news__col .c-btn {
    margin-top: 28px;
  }

  .p-index-news .c-post-list__item + .c-post-list__item {
    margin-top: 28px;
  }

  /* Business */
  .p-index-business {
    margin-top: 40px;
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(0, 12, 38, 0.14);
  }

  .p-index-business__inner {
    padding: 32px 20px;
    gap: 24px;
  }

  .p-index-business__catch {
    margin: 24px 0 16px;
    font-size: 20px;
    line-height: 1.65;
  }

  .p-index-business__body {
    margin-bottom: 28px;
    font-size: 13px;
    line-height: 1.85;
  }

  /* Manage marquee */
  .p-index-manage {
    margin-top: 56px;
    padding-bottom: 40px;
  }

  .p-index-manage__photos {
    height: 220px;
    margin-bottom: 40px;
  }

  .p-index-manage__track {
    animation-duration: 36s;
  }

  .p-index-manage__set {
    gap: 13px;
    width: 850px;
    padding-right: 13px;
  }

  .p-index-manage__set img:nth-child(1) {
    width: 146px;
    height: 220px;
  }

  .p-index-manage__set img:nth-child(2) {
    width: 222px;
    height: 137px;
  }

  .p-index-manage__set img:nth-child(3) {
    width: 204px;
    height: 184px;
  }

  .p-index-manage__set img:nth-child(4) {
    width: 239px;
    height: 146px;
    margin-top: 74px;
  }

  @keyframes p-index-manage-marquee {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(-863px, 0, 0);
    }
  }

  .p-index-manage__body {
    gap: 20px;
  }

  .p-index-manage__catch {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .p-index-manage__text {
    font-size: 13px;
    line-height: 1.85;
  }

  .p-index-manage__content .c-btn {
    margin-top: 20px;
  }

  /* Recruit — stack text below photo */
  .p-index-recruit {
    padding: 56px var(--side) 32px;
  }

  .p-index-recruit__inner {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
  }

  .p-index-recruit__photo {
    height: 200px;
  }

  .p-index-recruit__content {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding: 28px 20px 32px;
    box-sizing: border-box;
    background: rgba(0, 12, 38, 0.88);
  }

  .p-index-recruit__catch {
    margin: 32px 0 24px;
    font-size: 20px;
  }
}
