/*
 * page-recruit.css
 * リクルート専用LP
 */

.om-recruit-lp {
  --recruit-brown: #4b372e;
  --recruit-text: #5b4b42;
  --recruit-blue: #55aee2;
  --recruit-pink: #ee729c;
  --recruit-orange: #ff9d11;
  --recruit-yellow: #ffd95b;
  --recruit-border: rgba(240, 232, 223, .9);
  position: relative;
  background:
    radial-gradient(circle at 6% 10%, rgba(126, 200, 246, .08), transparent 20%),
    radial-gradient(circle at 94% 14%, rgba(245, 138, 173, .08), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #fffdf9 100%) !important;
  overflow: hidden;
}

.om-recruit-lp .om-container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.om-recruit-bubbles {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.om-recruit-lp > section,
.om-recruit-lp > div:not(.om-recruit-bubbles) {
  position: relative;
  z-index: 2;
}

.om-recruit-bubbles span {
  position: absolute;
  display: block;
  width: var(--size, 32px);
  height: var(--size, 32px);
  left: var(--left, 10%);
  bottom: -90px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 28% 24%, rgba(255,255,255,.95) 0 12%, transparent 13%),
    radial-gradient(circle at 72% 82%, rgba(255,255,255,.55), transparent 42%),
    rgba(126, 200, 246, .18);
  border: 1px solid rgba(255,255,255,.68);
  box-shadow:
    inset 0 0 14px rgba(255,255,255,.76),
    0 8px 22px rgba(126, 200, 246, .08);
  animation: omBubbleRise var(--duration, 18s) linear infinite;
  animation-delay: var(--delay, 0s);
}

.om-recruit-bubbles span:nth-child(1) { --left: 4%; --size: 42px; --duration: 18s; --delay: -1s; }
.om-recruit-bubbles span:nth-child(2) { --left: 9%; --size: 22px; --duration: 24s; --delay: -8s; background-color: rgba(245, 138, 173, .16); }
.om-recruit-bubbles span:nth-child(3) { --left: 15%; --size: 34px; --duration: 20s; --delay: -5s; }
.om-recruit-bubbles span:nth-child(4) { --left: 21%; --size: 18px; --duration: 26s; --delay: -12s; background-color: rgba(255, 217, 91, .18); }
.om-recruit-bubbles span:nth-child(5) { --left: 28%; --size: 52px; --duration: 22s; --delay: -3s; }
.om-recruit-bubbles span:nth-child(6) { --left: 35%; --size: 24px; --duration: 19s; --delay: -11s; background-color: rgba(245, 138, 173, .16); }
.om-recruit-bubbles span:nth-child(7) { --left: 42%; --size: 38px; --duration: 25s; --delay: -7s; }
.om-recruit-bubbles span:nth-child(8) { --left: 48%; --size: 20px; --duration: 21s; --delay: -15s; background-color: rgba(255, 217, 91, .18); }
.om-recruit-bubbles span:nth-child(9) { --left: 54%; --size: 46px; --duration: 23s; --delay: -4s; }
.om-recruit-bubbles span:nth-child(10) { --left: 60%; --size: 26px; --duration: 18s; --delay: -9s; background-color: rgba(207, 238, 193, .18); }
.om-recruit-bubbles span:nth-child(11) { --left: 66%; --size: 58px; --duration: 28s; --delay: -14s; }
.om-recruit-bubbles span:nth-child(12) { --left: 71%; --size: 20px; --duration: 19s; --delay: -2s; background-color: rgba(245, 138, 173, .16); }
.om-recruit-bubbles span:nth-child(13) { --left: 76%; --size: 34px; --duration: 24s; --delay: -10s; }
.om-recruit-bubbles span:nth-child(14) { --left: 81%; --size: 28px; --duration: 20s; --delay: -6s; background-color: rgba(255, 217, 91, .18); }
.om-recruit-bubbles span:nth-child(15) { --left: 87%; --size: 48px; --duration: 27s; --delay: -13s; }
.om-recruit-bubbles span:nth-child(16) { --left: 92%; --size: 24px; --duration: 22s; --delay: -4s; background-color: rgba(207, 238, 193, .18); }
.om-recruit-bubbles span:nth-child(17) { --left: 96%; --size: 38px; --duration: 18s; --delay: -16s; }
.om-recruit-bubbles span:nth-child(18) { --left: 32%; --size: 18px; --duration: 30s; --delay: -18s; }
.om-recruit-bubbles span:nth-child(19) { --left: 57%; --size: 30px; --duration: 26s; --delay: -20s; background-color: rgba(245, 138, 173, .16); }
.om-recruit-bubbles span:nth-child(20) { --left: 73%; --size: 16px; --duration: 20s; --delay: -19s; }

@keyframes omBubbleRise {
  0% { transform: translate3d(0, 0, 0) scale(.75); opacity: 0; }
  8% { opacity: .72; }
  50% { transform: translate3d(42px, -52vh, 0) scale(1); }
  100% { transform: translate3d(-28px, -108vh, 0) scale(1.18); opacity: 0; }
}

.om-recruit-fv {
  padding: 58px 0 42px;
}

.om-recruit-fv__inner {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(560px, 1.28fr);
  align-items: center;
  gap: 52px;
  min-height: 520px;
  padding: 54px 60px;
  border-radius: 44px;
  background:
    radial-gradient(circle at 78% 18%, rgba(126, 200, 246, .14), transparent 25%),
    radial-gradient(circle at 92% 86%, rgba(245, 138, 173, .13), transparent 26%),
    linear-gradient(120deg, rgba(255,255,255,.92) 0%, rgba(243,252,255,.92) 52%, rgba(255,247,251,.92) 100%);
  border: 1px solid var(--recruit-border);
  box-shadow: 0 18px 42px rgba(116, 88, 63, .09);
  backdrop-filter: blur(3px);
}

.om-recruit-label {
  display: inline-flex;
  align-items: center;
  margin: 0 0 14px;
  padding: 7px 16px;
  border-radius: 999px;
  color: var(--recruit-blue);
  background: #eaf8ff;
  border: 1px solid rgba(126, 200, 246, .26);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .18em;
}

.om-recruit-fv h1 {
  margin: 0 0 20px;
  color: var(--recruit-brown);
  font-size: clamp(38px, 4.15vw, 62px);
  line-height: 1.26;
  letter-spacing: .025em;
  font-weight: 900;
}

.om-recruit-fv__lead {
  margin: 0;
  color: var(--recruit-text);
  font-size: 17px;
  line-height: 2;
  font-weight: 900;
}

.om-recruit-fv__visual {
  position: relative;
  min-width: 0;
}

.om-recruit-main-photo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.44 / .82;
  border-radius: 38px;
  background: #f3f0eb;
  box-shadow: 0 18px 38px rgba(116, 88, 63, .16);
}

.om-recruit-main-photo img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
}

.om-recruit-icon {
  position: absolute;
  z-index: 4;
  display: grid;
  place-items: center;
  border-radius: 999px;
  font-weight: 900;
  animation: omRecruitFloat 5.8s ease-in-out infinite alternate;
}

.om-recruit-icon--note {
  left: -32px;
  top: 74px;
  width: 82px;
  height: 82px;
  color: var(--recruit-blue);
  background: #eaf8ff;
  font-size: 46px;
}

.om-recruit-icon--heart {
  right: -28px;
  top: -26px;
  width: 72px;
  height: 72px;
  color: var(--recruit-pink);
  background: #fff1f6;
  font-size: 42px;
  animation-delay: -1.2s;
}

.om-recruit-icon--dot {
  right: 36px;
  bottom: -24px;
  width: 62px;
  height: 62px;
  background: var(--recruit-yellow);
  opacity: .86;
  animation-delay: -2s;
}

@keyframes omRecruitFloat {
  0% { transform: translate3d(0, 0, 0) scale(1); }
  100% { transform: translate3d(12px, -12px, 0) scale(1.04); }
}

.om-recruit-story,
.om-recruit-comfort,
.om-recruit-benefits,
.om-recruit-movie,
.om-recruit-philosophy,
.om-recruit-interview,
.om-recruit-entry {
  padding: 64px 0;
}

.om-recruit-story__head,
.om-recruit-section-title,
.om-recruit-interview__head {
  max-width: 860px;
  margin: 0 auto 34px;
  text-align: center;
}

.om-recruit-story__head h2,
.om-recruit-section-title h2,
.om-recruit-interview__head h2,
.om-recruit-entry h2 {
  margin: 0 0 16px;
  color: var(--recruit-brown);
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: .04em;
}

.om-recruit-story__head p:not(.om-recruit-label),
.om-recruit-section-title p:not(.om-recruit-label),
.om-recruit-interview__head p,
.om-recruit-entry p {
  margin: 0;
  color: var(--recruit-text);
  font-size: 16px;
  line-height: 2;
  font-weight: 800;
}

.om-recruit-gallery {
  display: grid;
  grid-template-columns: 1.1fr .9fr .9fr;
  grid-auto-rows: 210px;
  gap: 18px;
}

.om-recruit-gallery figure,
.om-recruit-benefit-list figure,
.om-recruit-interview__grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 30px;
  background: #f3f0eb;
  box-shadow: 0 12px 28px rgba(116, 88, 63, .10);
}

.om-recruit-gallery figure:first-child {
  grid-row: span 2;
}

.om-recruit-gallery img,
.om-recruit-benefit-list img,
.om-recruit-interview__grid img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
  transition: opacity .9s ease, transform .9s ease;
}

.om-recruit-gallery img.is-changing {
  opacity: .08;
  transform: scale(1.02);
}

.om-recruit-comfort {
  background:
    radial-gradient(circle at 14% 0%, rgba(126, 200, 246, .10), transparent 22%),
    radial-gradient(circle at 86% 20%, rgba(245, 138, 173, .10), transparent 20%),
    rgba(255,253,249,.88);
}

.om-recruit-comfort__grid,
.om-recruit-philosophy__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.om-recruit-comfort__grid article,
.om-recruit-philosophy__grid article,
.om-recruit-interview__grid article,
.om-recruit-benefit-list article,
.om-recruit-entry__inner {
  overflow: hidden;
  border-radius: 32px;
  background: rgba(255,255,255,.94);
  border: 1px solid var(--recruit-border);
  box-shadow: 0 14px 30px rgba(116, 88, 63, .08);
  backdrop-filter: blur(3px);
}

.om-recruit-comfort__grid article,
.om-recruit-philosophy__grid article {
  position: relative;
  padding: 28px;
}

.om-recruit-comfort__grid article::before,
.om-recruit-philosophy__grid article::before {
  content: "";
  position: absolute;
  right: -34px;
  top: -34px;
  width: 110px;
  height: 110px;
  border-radius: 999px;
  background: rgba(126, 200, 246, .12);
}

.om-recruit-comfort__grid article:nth-child(even)::before,
.om-recruit-philosophy__grid article:nth-child(even)::before {
  background: rgba(245, 138, 173, .12);
}

.om-recruit-comfort__grid span,
.om-recruit-philosophy__grid span {
  position: relative;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(180deg, #7ec8f6 0%, #55aee2 100%);
  font-size: 18px;
  font-weight: 900;
}

.om-recruit-comfort__grid article:nth-child(even) span,
.om-recruit-philosophy__grid article:nth-child(even) span {
  background: linear-gradient(180deg, #ff9fbd 0%, #ee729c 100%);
}

.om-recruit-comfort h3,
.om-recruit-benefit-list h3,
.om-recruit-philosophy h3,
.om-recruit-interview h3 {
  position: relative;
  margin: 0 0 10px;
  color: var(--recruit-brown);
  font-size: 20px;
  line-height: 1.55;
  font-weight: 900;
}

.om-recruit-comfort p,
.om-recruit-benefit-list p,
.om-recruit-philosophy p,
.om-recruit-interview p,
.om-recruit-movie p {
  position: relative;
  margin: 0;
  color: var(--recruit-text);
  font-size: 15px;
  line-height: 2;
  font-weight: 700;
}

.om-recruit-benefit-list {
  display: grid;
  gap: 28px;
}

.om-recruit-benefit-list article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 34px;
  align-items: center;
  padding: 32px;
}

.om-recruit-benefit-list article:nth-child(even) {
  grid-template-columns: 420px minmax(0, 1fr);
}

.om-recruit-benefit-list article:nth-child(even) .om-recruit-benefit-list__text {
  order: 2;
}

.om-recruit-benefit-list article:nth-child(even) figure {
  order: 1;
}

.om-recruit-benefit-list figure {
  aspect-ratio: 1.25 / .86;
}

.om-recruit-num {
  display: inline-flex;
  margin: 0 0 12px !important;
  padding: 6px 12px;
  border-radius: 999px;
  color: var(--recruit-pink) !important;
  background: #fff1f6;
  font-size: 12px !important;
  line-height: 1 !important;
  letter-spacing: .12em;
  font-weight: 900 !important;
}

.om-recruit-movie__inner {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 34px;
  align-items: center;
  padding: 42px;
  border-radius: 36px;
  background:
    radial-gradient(circle at 92% 18%, rgba(126, 200, 246, .15), transparent 24%),
    linear-gradient(120deg, rgba(255,255,255,.94) 0%, rgba(240,251,255,.94) 100%);
  border: 1px solid var(--recruit-border);
  box-shadow: 0 14px 30px rgba(116, 88, 63, .08);
}

.om-recruit-movie h2 {
  margin: 0 0 16px;
  color: var(--recruit-brown);
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.35;
  font-weight: 900;
}

.om-recruit-video-placeholder {
  overflow: hidden;
  border-radius: 30px;
  aspect-ratio: 16 / 9;
  background:
    radial-gradient(circle at 80% 20%, rgba(245, 138, 173, .14), transparent 28%),
    linear-gradient(135deg, #f0fbff 0%, #fff7fb 100%);
  border: 2px dashed rgba(85, 174, 226, .34);
}

.om-recruit-video-placeholder__box {
  height: 100%;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  text-align: center;
  color: var(--recruit-blue);
  padding: 28px;
}

.om-recruit-video-placeholder__box span {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(180deg, #7ec8f6 0%, #55aee2 100%);
  font-size: 34px;
  box-shadow: 0 12px 24px rgba(85, 174, 226, .2);
}

.om-recruit-video-placeholder__box strong {
  color: var(--recruit-brown);
  font-size: 24px;
  font-weight: 900;
}

.om-recruit-interview {
  background:
    radial-gradient(circle at 10% 16%, rgba(245, 138, 173, .10), transparent 22%),
    radial-gradient(circle at 92% 64%, rgba(126, 200, 246, .10), transparent 24%),
    rgba(255,253,249,.88);
}

.om-recruit-interview__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.om-recruit-interview__grid article {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 24px;
}

.om-recruit-interview__grid figure {
  aspect-ratio: 1 / 1.25;
}

.om-recruit-modal-trigger {
  appearance: none;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 18px;
  padding: 10px 20px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(180deg, #ff9fbd 0%, #ee729c 100%);
  box-shadow: 0 10px 20px rgba(238, 114, 156, .2);
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.om-recruit-entry {
  padding-bottom: 90px;
}

.om-recruit-entry__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: center;
  padding: 38px;
  background:
    radial-gradient(circle at 12% 50%, rgba(126, 200, 246, .13), transparent 20%),
    linear-gradient(90deg, rgba(255,255,255,.94) 0%, rgba(240,251,255,.94) 52%, rgba(255,247,251,.94) 100%);
}

.om-recruit-entry__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 56px;
  padding: 14px 28px;
  border-radius: 999px;
  color: #fff !important;
  background: linear-gradient(180deg, #ffb13b 0%, #ff9d11 100%);
  box-shadow: 0 12px 26px rgba(255, 157, 17, .22);
  font-size: 16px;
  font-weight: 900;
  text-decoration: none !important;
}

.om-recruit-entry__btn span {
  font-size: 22px;
}

.om-recruit-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.om-recruit-modal.is-open {
  display: flex;
}

html.om-recruit-modal-open,
html.om-recruit-modal-open body {
  overflow: hidden;
}

.om-recruit-modal__bg {
  position: absolute;
  inset: 0;
  background: rgba(75, 55, 46, .48);
  backdrop-filter: blur(5px);
}

.om-recruit-modal__content {
  position: relative;
  z-index: 2;
  width: min(900px, 100%);
  max-height: min(760px, 86vh);
  overflow: auto;
  padding: 36px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 92% 12%, rgba(126, 200, 246, .13), transparent 24%),
    #fff;
  box-shadow: 0 24px 70px rgba(75, 55, 46, .24);
}

.om-recruit-modal__grid {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.om-recruit-modal__image-placeholder {
  min-height: 440px;
  border-radius: 28px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  text-align: center;
  color: var(--recruit-blue);
  background:
    radial-gradient(circle at 78% 14%, rgba(245, 138, 173, .13), transparent 28%),
    linear-gradient(180deg, #f0fbff 0%, #fff7fb 100%);
  border: 2px dashed rgba(85, 174, 226, .34);
}

.om-recruit-modal__image-placeholder span {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  color: #fff;
  background: var(--recruit-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
}

.om-recruit-modal__image-placeholder p {
  margin: 0;
  color: var(--recruit-brown);
  font-size: 20px;
  line-height: 1.7;
  font-weight: 900;
}

.om-recruit-modal__text h3 {
  margin: 0 0 16px;
  color: var(--recruit-brown);
  font-size: 26px;
  line-height: 1.55;
  font-weight: 900;
}

.om-recruit-modal__text p:not(.om-recruit-label) {
  margin: 0 0 14px;
  color: var(--recruit-text);
  font-size: 15px;
  line-height: 2;
  font-weight: 700;
}

.om-recruit-modal__close {
  position: sticky;
  top: 0;
  margin-left: auto;
  margin-bottom: 8px;
  appearance: none;
  border: 0;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  color: #fff;
  background: var(--recruit-pink);
  font-size: 25px;
  font-weight: 900;
  cursor: pointer;
  z-index: 5;
}

@media (max-width: 1180px) {
  .om-recruit-fv__inner,
  .om-recruit-movie__inner,
  .om-recruit-benefit-list article,
  .om-recruit-benefit-list article:nth-child(even),
  .om-recruit-entry__inner {
    grid-template-columns: 1fr;
  }

  .om-recruit-benefit-list article:nth-child(even) .om-recruit-benefit-list__text,
  .om-recruit-benefit-list article:nth-child(even) figure {
    order: initial;
  }

  .om-recruit-comfort__grid,
  .om-recruit-philosophy__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .om-recruit-interview__grid article {
    grid-template-columns: 180px minmax(0, 1fr);
  }
}

@media (max-width: 768px) {
  .om-recruit-fv {
    padding: 34px 0 38px;
  }

  .om-recruit-lp .om-container {
    width: min(100% - 28px, 1180px);
  }

  .om-recruit-fv__inner {
    min-height: 0;
    padding: 30px 18px;
    border-radius: 30px;
    gap: 28px;
  }

  .om-recruit-fv h1 {
    font-size: 36px;
  }

  .om-recruit-fv__lead,
  .om-recruit-story__head p:not(.om-recruit-label),
  .om-recruit-section-title p:not(.om-recruit-label),
  .om-recruit-interview__head p,
  .om-recruit-entry p {
    font-size: 14px;
  }

  .om-recruit-main-photo {
    border-radius: 26px;
    aspect-ratio: 1.08 / .82;
  }

  .om-recruit-icon--note {
    left: -12px;
    top: 20px;
    width: 58px;
    height: 58px;
    font-size: 34px;
  }

  .om-recruit-icon--heart {
    right: -8px;
    top: -14px;
    width: 54px;
    height: 54px;
    font-size: 32px;
  }

  .om-recruit-story,
  .om-recruit-comfort,
  .om-recruit-benefits,
  .om-recruit-movie,
  .om-recruit-philosophy,
  .om-recruit-interview,
  .om-recruit-entry {
    padding: 46px 0;
  }

  .om-recruit-story__head h2,
  .om-recruit-section-title h2,
  .om-recruit-interview__head h2,
  .om-recruit-entry h2 {
    font-size: 28px;
  }

  .om-recruit-gallery,
  .om-recruit-comfort__grid,
  .om-recruit-philosophy__grid,
  .om-recruit-interview__grid,
  .om-recruit-modal__grid {
    grid-template-columns: 1fr;
  }

  .om-recruit-gallery {
    grid-auto-rows: auto;
  }

  .om-recruit-gallery figure,
  .om-recruit-gallery figure:first-child {
    grid-row: auto;
    aspect-ratio: 1.2 / .82;
  }

  .om-recruit-comfort__grid article,
  .om-recruit-philosophy__grid article,
  .om-recruit-benefit-list article,
  .om-recruit-movie__inner,
  .om-recruit-interview__grid article,
  .om-recruit-entry__inner {
    padding: 22px 16px;
    border-radius: 24px;
  }

  .om-recruit-interview__grid article {
    grid-template-columns: 1fr;
  }

  .om-recruit-interview__grid figure {
    aspect-ratio: 1.2 / .88;
  }

  .om-recruit-modal__content {
    padding: 22px 16px;
    border-radius: 24px;
  }

  .om-recruit-modal__image-placeholder {
    min-height: 360px;
  }

  .om-recruit-modal__text h3 {
    font-size: 22px;
  }
}


/* ========================================
   Recruit requested fix 2026052263
   シャボン玉背景強化 / ベネフィット6件 / モーダル調整
======================================== */
.om-recruit-lp {
  position: relative;
  isolation: isolate;
}

.om-recruit-bubbles {
  position: fixed !important;
  inset: 0 !important;
  z-index: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

.om-recruit-lp > section,
.om-recruit-lp > div:not(.om-recruit-bubbles) {
  position: relative;
  z-index: 2;
}

.om-recruit-bubbles span {
  position: absolute;
  display: block;
  width: var(--size, 30px);
  height: var(--size, 30px);
  left: var(--left, 50%);
  bottom: -110px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 25%, rgba(255,255,255,.92) 0 12%, transparent 13%),
    radial-gradient(circle at 72% 78%, rgba(255,255,255,.55), transparent 44%),
    var(--bubble-color, rgba(126, 200, 246, .20));
  border: 1px solid rgba(255,255,255,.72);
  box-shadow:
    inset 0 0 18px rgba(255,255,255,.82),
    0 10px 26px rgba(126, 200, 246, .10);
  opacity: 0;
  animation:
    omBubbleRise2 var(--duration, 22s) linear infinite,
    omBubbleSway2 calc(var(--duration, 22s) / 2) ease-in-out infinite alternate;
  animation-delay: var(--delay, 0s), var(--delay, 0s);
}

.om-recruit-bubbles span:nth-child(1) { --left: 3%; --size: 44px; --duration: 21s; --delay: -1s; --bubble-color: rgba(126,200,246,.20); }
.om-recruit-bubbles span:nth-child(2) { --left: 7%; --size: 22px; --duration: 26s; --delay: -9s; --bubble-color: rgba(245,138,173,.18); }
.om-recruit-bubbles span:nth-child(3) { --left: 12%; --size: 34px; --duration: 24s; --delay: -5s; --bubble-color: rgba(255,217,91,.16); }
.om-recruit-bubbles span:nth-child(4) { --left: 17%; --size: 18px; --duration: 29s; --delay: -16s; --bubble-color: rgba(207,238,193,.18); }
.om-recruit-bubbles span:nth-child(5) { --left: 22%; --size: 58px; --duration: 28s; --delay: -4s; --bubble-color: rgba(126,200,246,.18); }
.om-recruit-bubbles span:nth-child(6) { --left: 27%; --size: 26px; --duration: 20s; --delay: -14s; --bubble-color: rgba(245,138,173,.18); }
.om-recruit-bubbles span:nth-child(7) { --left: 32%; --size: 40px; --duration: 31s; --delay: -8s; --bubble-color: rgba(126,200,246,.18); }
.om-recruit-bubbles span:nth-child(8) { --left: 37%; --size: 20px; --duration: 23s; --delay: -18s; --bubble-color: rgba(255,217,91,.18); }
.om-recruit-bubbles span:nth-child(9) { --left: 42%; --size: 50px; --duration: 27s; --delay: -7s; --bubble-color: rgba(207,238,193,.18); }
.om-recruit-bubbles span:nth-child(10) { --left: 47%; --size: 28px; --duration: 22s; --delay: -12s; --bubble-color: rgba(126,200,246,.20); }
.om-recruit-bubbles span:nth-child(11) { --left: 52%; --size: 62px; --duration: 32s; --delay: -17s; --bubble-color: rgba(245,138,173,.16); }
.om-recruit-bubbles span:nth-child(12) { --left: 57%; --size: 20px; --duration: 19s; --delay: -3s; --bubble-color: rgba(255,217,91,.18); }
.om-recruit-bubbles span:nth-child(13) { --left: 62%; --size: 36px; --duration: 25s; --delay: -11s; --bubble-color: rgba(126,200,246,.18); }
.om-recruit-bubbles span:nth-child(14) { --left: 67%; --size: 30px; --duration: 29s; --delay: -6s; --bubble-color: rgba(207,238,193,.18); }
.om-recruit-bubbles span:nth-child(15) { --left: 72%; --size: 52px; --duration: 24s; --delay: -15s; --bubble-color: rgba(245,138,173,.17); }
.om-recruit-bubbles span:nth-child(16) { --left: 77%; --size: 24px; --duration: 30s; --delay: -2s; --bubble-color: rgba(126,200,246,.20); }
.om-recruit-bubbles span:nth-child(17) { --left: 82%; --size: 42px; --duration: 21s; --delay: -19s; --bubble-color: rgba(255,217,91,.17); }
.om-recruit-bubbles span:nth-child(18) { --left: 87%; --size: 18px; --duration: 26s; --delay: -10s; --bubble-color: rgba(245,138,173,.17); }
.om-recruit-bubbles span:nth-child(19) { --left: 92%; --size: 38px; --duration: 28s; --delay: -20s; --bubble-color: rgba(126,200,246,.18); }
.om-recruit-bubbles span:nth-child(20) { --left: 96%; --size: 24px; --duration: 22s; --delay: -13s; --bubble-color: rgba(207,238,193,.18); }
.om-recruit-bubbles span:nth-child(21) { --left: 5%; --size: 16px; --duration: 30s; --delay: -22s; --bubble-color: rgba(255,217,91,.18); }
.om-recruit-bubbles span:nth-child(22) { --left: 14%; --size: 48px; --duration: 34s; --delay: -24s; --bubble-color: rgba(126,200,246,.16); }
.om-recruit-bubbles span:nth-child(23) { --left: 25%; --size: 18px; --duration: 18s; --delay: -21s; --bubble-color: rgba(245,138,173,.17); }
.om-recruit-bubbles span:nth-child(24) { --left: 39%; --size: 32px; --duration: 33s; --delay: -25s; --bubble-color: rgba(207,238,193,.18); }
.om-recruit-bubbles span:nth-child(25) { --left: 49%; --size: 20px; --duration: 27s; --delay: -23s; --bubble-color: rgba(255,217,91,.17); }
.om-recruit-bubbles span:nth-child(26) { --left: 59%; --size: 44px; --duration: 35s; --delay: -26s; --bubble-color: rgba(126,200,246,.17); }
.om-recruit-bubbles span:nth-child(27) { --left: 69%; --size: 18px; --duration: 21s; --delay: -28s; --bubble-color: rgba(245,138,173,.17); }
.om-recruit-bubbles span:nth-child(28) { --left: 79%; --size: 34px; --duration: 32s; --delay: -27s; --bubble-color: rgba(207,238,193,.18); }
.om-recruit-bubbles span:nth-child(29) { --left: 89%; --size: 20px; --duration: 24s; --delay: -30s; --bubble-color: rgba(255,217,91,.18); }
.om-recruit-bubbles span:nth-child(30) { --left: 98%; --size: 56px; --duration: 36s; --delay: -29s; --bubble-color: rgba(126,200,246,.16); }
.om-recruit-bubbles span:nth-child(31) { --left: 11%; --size: 26px; --duration: 37s; --delay: -31s; --bubble-color: rgba(245,138,173,.16); }
.om-recruit-bubbles span:nth-child(32) { --left: 34%; --size: 16px; --duration: 25s; --delay: -33s; --bubble-color: rgba(126,200,246,.18); }
.om-recruit-bubbles span:nth-child(33) { --left: 53%; --size: 30px; --duration: 39s; --delay: -34s; --bubble-color: rgba(255,217,91,.17); }
.om-recruit-bubbles span:nth-child(34) { --left: 64%; --size: 22px; --duration: 28s; --delay: -32s; --bubble-color: rgba(207,238,193,.18); }
.om-recruit-bubbles span:nth-child(35) { --left: 84%; --size: 46px; --duration: 38s; --delay: -35s; --bubble-color: rgba(245,138,173,.16); }
.om-recruit-bubbles span:nth-child(36) { --left: 94%; --size: 18px; --duration: 29s; --delay: -36s; --bubble-color: rgba(126,200,246,.18); }

@keyframes omBubbleRise2 {
  0% { transform: translate3d(0, 0, 0) scale(.72); opacity: 0; }
  8% { opacity: .58; }
  78% { opacity: .42; }
  100% { transform: translate3d(0, -112vh, 0) scale(1.18); opacity: 0; }
}

@keyframes omBubbleSway2 {
  0% { margin-left: -20px; }
  100% { margin-left: 26px; }
}

.om-recruit-modal__image-placeholder strong {
  color: var(--recruit-brown);
  font-size: 20px;
  line-height: 1.55;
  font-weight: 900;
}

.om-recruit-modal__image-placeholder p {
  margin: 0;
  color: #7a6b62;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 800;
}

.om-recruit-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
}

.om-recruit-modal__content {
  padding-top: 54px;
}


/* ========================================
   Recruit gallery 5 cards + modal stable 2026052264
   ギャラリー5枚化 / モーダル固まり対策
======================================== */
.om-recruit-gallery {
  grid-template-columns: 1.08fr .9fr .9fr !important;
  grid-auto-rows: 210px !important;
  align-items: stretch;
}

.om-recruit-gallery figure {
  min-width: 0;
  min-height: 0;
}

.om-recruit-gallery figure:first-child {
  grid-row: span 2;
}

.om-recruit-gallery figure:nth-child(5) {
  grid-column: 3;
  grid-row: 2;
}

.om-recruit-modal {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  display: flex !important;
  transition: opacity .22s ease, visibility .22s ease;
}

.om-recruit-modal.is-open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.om-recruit-modal__bg {
  cursor: pointer;
}

.om-recruit-modal__content {
  transform: translateY(10px) scale(.985);
  transition: transform .22s ease;
}

.om-recruit-modal.is-open .om-recruit-modal__content {
  transform: translateY(0) scale(1);
}

.om-recruit-modal__close {
  position: absolute !important;
  top: 18px !important;
  right: 18px !important;
  z-index: 20 !important;
  pointer-events: auto !important;
}

.om-recruit-modal__image-placeholder {
  position: relative;
  overflow: hidden;
}

.om-recruit-modal__image-placeholder::after {
  content: "♡";
  position: absolute;
  right: 20px;
  bottom: 18px;
  color: rgba(238, 114, 156, .34);
  font-size: 44px;
  font-weight: 900;
}

.om-recruit-modal__image-placeholder strong {
  color: var(--recruit-brown);
  font-size: 20px;
  line-height: 1.55;
  font-weight: 900;
}

.om-recruit-modal__image-placeholder p {
  margin: 0;
  color: #7a6b62;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 800;
}

@media (max-width: 768px) {
  .om-recruit-gallery {
    grid-template-columns: 1fr !important;
    grid-auto-rows: auto !important;
  }

  .om-recruit-gallery figure,
  .om-recruit-gallery figure:first-child,
  .om-recruit-gallery figure:nth-child(5) {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 1.2 / .82;
  }
}


/* ========================================
   Recruit modal fixed + heading refine 2026052265
   モーダルを画面上にポップ表示 / 見出しサイズ調整
======================================== */

/* 直接子div指定がモーダルに当たって通常フローへ戻るのを防ぐ */
.om-recruit-lp > .om-recruit-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 99999 !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

/* 通常コンテンツだけを前面に。モーダルは別管理 */
.om-recruit-lp > section {
  position: relative;
  z-index: 2;
}

.om-recruit-modal.is-open {
  pointer-events: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.om-recruit-modal[aria-hidden="true"] {
  pointer-events: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.om-recruit-modal__bg {
  position: absolute !important;
  inset: 0 !important;
}

.om-recruit-modal__content {
  position: relative !important;
  z-index: 2 !important;
  max-height: min(760px, 86vh);
  overflow: auto;
}

/* FV：文字を小さく、3行でも画像に干渉しにくいバランスへ */
.om-recruit-fv__inner {
  grid-template-columns: minmax(260px, .58fr) minmax(620px, 1.42fr) !important;
  gap: 48px !important;
}

.om-recruit-fv h1 {
  font-size: clamp(32px, 3.1vw, 48px) !important;
  line-height: 1.34 !important;
  letter-spacing: .035em !important;
  margin-bottom: 18px !important;
}

.om-recruit-fv__lead {
  font-size: 15px !important;
  line-height: 2.05 !important;
}

/* 「あなたの好きも...」系の大見出しを全体的に8px程度小さく */
.om-recruit-story__head h2,
.om-recruit-section-title h2,
.om-recruit-interview__head h2,
.om-recruit-entry h2 {
  font-size: clamp(22px, 2.65vw, 34px) !important;
  line-height: 1.55 !important;
}

/* モーダルを閉じた後に余白が残らないよう保険 */
.om-recruit-modal:not(.is-open) {
  max-height: 0 !important;
}

.om-recruit-modal.is-open {
  max-height: none !important;
}

@media (max-width: 1180px) {
  .om-recruit-fv__inner {
    grid-template-columns: 1fr !important;
  }

  .om-recruit-fv h1 {
    font-size: clamp(34px, 6vw, 46px) !important;
  }
}

@media (max-width: 768px) {
  .om-recruit-fv h1 {
    font-size: 34px !important;
    line-height: 1.38 !important;
  }

  .om-recruit-story__head h2,
  .om-recruit-section-title h2,
  .om-recruit-interview__head h2,
  .om-recruit-entry h2 {
    font-size: 24px !important;
  }
}


/* ========================================
   Recruit FV line + comfort placeholders 2026052266
   FV改行調整 / リード文1行化 / はたらきやすさプレースホルダー
======================================== */

/* H1を3行固定：保育って、 / 想像以上に / おもしろい。 */
.om-recruit-fv h1 {
  font-size: clamp(28px, 2.72vw, 42px) !important;
  line-height: 1.42 !important;
  letter-spacing: .035em !important;
  max-width: 8em;
}

.om-recruit-fv h1 span {
  display: block;
  white-space: nowrap;
}

/* FVの説明文を2行、それぞれ1行で固定 */
.om-recruit-fv__lead {
  display: grid;
  gap: 8px;
  font-size: clamp(13px, 1.02vw, 15px) !important;
  line-height: 1.75 !important;
  max-width: 100%;
}

.om-recruit-fv__lead span {
  display: block;
  white-space: nowrap;
}

/* 画像側に重ならないよう、PC時は左カラムを少し広げる */
.om-recruit-fv__inner {
  grid-template-columns: minmax(390px, .68fr) minmax(560px, 1.32fr) !important;
  gap: 44px !important;
}

/* 6つの“はたらきやすさ”カード：プレースホルダー付き */
.om-recruit-comfort__grid article {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 18px;
  padding: 18px !important;
}

.om-recruit-comfort__grid article::before {
  display: none !important;
}

.om-recruit-comfort__placeholder {
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  min-height: 150px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 82% 18%, rgba(245, 138, 173, .14), transparent 28%),
    linear-gradient(135deg, #f0fbff 0%, #fff7fb 100%);
  border: 2px dashed rgba(85, 174, 226, .28);
}

.om-recruit-comfort__placeholder::after {
  content: "♪";
  position: absolute;
  right: 18px;
  bottom: 12px;
  color: rgba(85, 174, 226, .25);
  font-size: 42px;
  font-weight: 900;
}

.om-recruit-comfort__grid article:nth-child(even) .om-recruit-comfort__placeholder {
  background:
    radial-gradient(circle at 82% 18%, rgba(126, 200, 246, .14), transparent 28%),
    linear-gradient(135deg, #fff7fb 0%, #f7fbf1 100%);
  border-color: rgba(238, 114, 156, .25);
}

.om-recruit-comfort__grid article:nth-child(even) .om-recruit-comfort__placeholder::after {
  content: "♡";
  color: rgba(238, 114, 156, .25);
}

.om-recruit-comfort__placeholder span {
  position: relative;
  z-index: 2;
  display: inline-flex;
  width: auto;
  height: auto;
  margin: 0;
  padding: 6px 12px;
  border-radius: 999px;
  color: #55aee2;
  background: rgba(255,255,255,.82);
  font-size: 12px;
  line-height: 1;
  letter-spacing: .14em;
  font-weight: 900;
}

.om-recruit-comfort__grid article:nth-child(even) .om-recruit-comfort__placeholder span {
  color: #ee729c;
  background: rgba(255,255,255,.84);
}

.om-recruit-comfort__placeholder p {
  position: relative;
  z-index: 2;
  margin: 0 !important;
  color: #7a6b62 !important;
  font-size: 13px !important;
  line-height: 1.7 !important;
  font-weight: 800 !important;
}

.om-recruit-comfort__body {
  padding: 4px 6px 8px;
}

.om-recruit-comfort__num {
  position: relative;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin: 0 0 16px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(180deg, #7ec8f6 0%, #55aee2 100%);
  font-size: 17px;
  font-weight: 900;
}

.om-recruit-comfort__grid article:nth-child(even) .om-recruit-comfort__num {
  background: linear-gradient(180deg, #ff9fbd 0%, #ee729c 100%);
}

/* 古いspan指定との衝突を避ける */
.om-recruit-comfort__grid article > span {
  display: none !important;
}

@media (max-width: 1180px) {
  .om-recruit-fv__inner {
    grid-template-columns: 1fr !important;
  }

  .om-recruit-fv h1 {
    font-size: clamp(36px, 6vw, 46px) !important;
    max-width: none;
  }

  .om-recruit-fv__lead span {
    white-space: normal;
  }
}

@media (max-width: 768px) {
  .om-recruit-fv h1 {
    font-size: 34px !important;
    line-height: 1.45 !important;
  }

  .om-recruit-fv__lead {
    font-size: 14px !important;
    line-height: 1.9 !important;
  }

  .om-recruit-fv__lead span {
    white-space: nowrap;
    font-size: clamp(12px, 3.4vw, 14px);
  }

  .om-recruit-comfort__placeholder {
    min-height: 140px;
  }
}

@media (max-width: 390px) {
  .om-recruit-fv h1 {
    font-size: 31px !important;
  }

  .om-recruit-fv__lead span {
    letter-spacing: -.03em;
    font-size: 12px;
  }
}


/* ========================================
   Recruit image/video insertion 2026052267
   指定画像・動画反映 / インタビュー表記調整
======================================== */
.om-recruit-video-ready {
  border: 0 !important;
  background: #000 !important;
  box-shadow: 0 16px 34px rgba(75, 55, 46, .14);
}

.om-recruit-video-ready video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.om-recruit-interview__grid figure img,
.om-recruit-modal__photo img,
.om-recruit-benefit-list figure img,
.om-recruit-main-photo img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
}

.om-recruit-interview__kana {
  margin: 12px 0 0 !important;
  color: #7a6b62 !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  font-weight: 900 !important;
  letter-spacing: .08em;
}

.om-recruit-interview__name {
  margin: 2px 0 0 !important;
  color: var(--recruit-brown) !important;
  font-size: 18px !important;
  line-height: 1.45 !important;
  font-weight: 900 !important;
}

.om-recruit-interview__meta {
  margin: 2px 0 0 !important;
  color: var(--recruit-brown) !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  font-weight: 800 !important;
}

.om-recruit-modal__photo {
  margin: 0;
  overflow: hidden;
  min-height: 440px;
  border-radius: 28px;
  background: #f3f0eb;
  box-shadow: 0 12px 28px rgba(116, 88, 63, .10);
}

.om-recruit-modal__profile {
  display: grid;
  gap: 2px;
  margin: 0 0 18px !important;
  padding: 14px 16px;
  border-radius: 20px;
  background: #fff7fb;
  border: 1px solid rgba(238, 114, 156, .16);
}

.om-recruit-modal__profile span {
  color: #7a6b62;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: .08em;
}

.om-recruit-modal__profile strong {
  color: var(--recruit-brown);
  font-size: 19px;
  line-height: 1.45;
  font-weight: 900;
}

.om-recruit-modal__profile em {
  color: var(--recruit-brown);
  font-size: 14px;
  line-height: 1.55;
  font-style: normal;
  font-weight: 800;
}

@media (max-width: 768px) {
  .om-recruit-modal__photo {
    min-height: 340px;
    aspect-ratio: 4 / 5;
  }
}


/* ========================================
   Recruit comfort cards restore 2026052268
   6つの“はたらきやすさ”をプレースホルダー無しのカード形に戻す
======================================== */
.om-recruit-comfort__grid article {
  display: block !important;
  grid-template-rows: initial !important;
  gap: 0 !important;
  padding: 28px !important;
}

.om-recruit-comfort__grid article::before {
  display: block !important;
}

.om-recruit-comfort__placeholder,
.om-recruit-comfort__body {
  display: contents !important;
}

.om-recruit-comfort__placeholder {
  display: none !important;
}

.om-recruit-comfort__num {
  display: grid !important;
  place-items: center !important;
  width: 58px !important;
  height: 58px !important;
  margin: 0 0 18px !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: linear-gradient(180deg, #7ec8f6 0%, #55aee2 100%) !important;
  font-size: 18px !important;
  font-weight: 900 !important;
}

.om-recruit-comfort__grid article:nth-child(even) .om-recruit-comfort__num {
  background: linear-gradient(180deg, #ff9fbd 0%, #ee729c 100%) !important;
}

.om-recruit-comfort__grid article > span,
.om-recruit-comfort__grid article > .om-recruit-comfort__num {
  position: relative !important;
  display: grid !important;
  place-items: center !important;
  width: 58px !important;
  height: 58px !important;
  margin: 0 0 18px !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: linear-gradient(180deg, #7ec8f6 0%, #55aee2 100%) !important;
  font-size: 18px !important;
  font-weight: 900 !important;
}

.om-recruit-comfort__grid article:nth-child(even) > span,
.om-recruit-comfort__grid article:nth-child(even) > .om-recruit-comfort__num {
  background: linear-gradient(180deg, #ff9fbd 0%, #ee729c 100%) !important;
}

.om-recruit-comfort__grid article h3 {
  position: relative;
  margin: 0 0 10px;
}

.om-recruit-comfort__grid article p {
  position: relative;
  margin: 0;
}

@media (max-width: 768px) {
  .om-recruit-comfort__grid article {
    padding: 22px 16px !important;
  }
}


/* ========================================
   Recruit text line adjust 2026052270
   MESSAGE文の改行固定 / INTERVIEW説明文整理
======================================== */
.om-recruit-story__lead {
  display: grid;
  gap: 2px;
}

.om-recruit-story__lead span {
  display: block;
}

@media (min-width: 769px) {
  .om-recruit-story__lead span {
    white-space: nowrap;
  }
}

@media (max-width: 768px) {
  .om-recruit-story__lead {
    text-align: left;
  }
}


/* ========================================
   Recruit floating decoration visibility 2026052273
   背景色は変えず、シャボン玉・丸・音符の視認性を強化
======================================== */

/* 背景装飾が本文より後ろ、背景より前に見えるようにする */
.om-recruit-lp {
  position: relative;
  isolation: isolate;
}

.om-recruit-bubbles,
.om-recruit-floating-deco {
  position: fixed !important;
  inset: 0 !important;
  z-index: 1 !important;
  pointer-events: none !important;
  overflow: hidden !important;
}

.om-recruit-lp > section,
.om-recruit-lp > div:not(.om-recruit-bubbles):not(.om-recruit-floating-deco) {
  position: relative;
  z-index: 3;
}

/* 既存のシャボン玉を少し濃く、輪郭を強く */
.om-recruit-bubbles span {
  background:
    radial-gradient(circle at 28% 24%, rgba(255,255,255,.98) 0 11%, transparent 12%),
    radial-gradient(circle at 72% 78%, rgba(255,255,255,.68), transparent 44%),
    var(--bubble-color, rgba(85, 174, 226, .32)) !important;
  border: 1.5px solid rgba(85, 174, 226, .24) !important;
  box-shadow:
    inset 0 0 20px rgba(255,255,255,.92),
    0 8px 24px rgba(85, 174, 226, .16),
    0 0 0 1px rgba(255,255,255,.62) !important;
  opacity: 0;
  mix-blend-mode: multiply;
}

/* 色別のシャボン玉も少し見やすく */
.om-recruit-bubbles span:nth-child(2n) {
  border-color: rgba(238, 114, 156, .20) !important;
}

.om-recruit-bubbles span:nth-child(3n) {
  border-color: rgba(255, 157, 17, .18) !important;
}

.om-recruit-bubbles span:nth-child(4n) {
  border-color: rgba(101, 185, 125, .18) !important;
}

@keyframes omBubbleRise2 {
  0% { transform: translate3d(0, 0, 0) scale(.72); opacity: 0; }
  8% { opacity: .76; }
  72% { opacity: .58; }
  100% { transform: translate3d(0, -112vh, 0) scale(1.18); opacity: 0; }
}

/* TOPページのような丸いあしらい */
.om-recruit-float-orb,
.om-recruit-float-note {
  position: absolute;
  display: grid;
  place-items: center;
  pointer-events: none;
  will-change: transform;
}

.om-recruit-float-orb {
  border-radius: 999px;
  opacity: .56;
  filter: blur(.1px);
  animation: omRecruitOrbFloat 9s ease-in-out infinite alternate;
}

.om-recruit-float-orb--blue {
  width: 112px;
  height: 112px;
  left: -34px;
  top: 13%;
  background: rgba(126, 200, 246, .46);
}

.om-recruit-float-orb--pink {
  width: 94px;
  height: 94px;
  right: -26px;
  top: 22%;
  background: rgba(245, 138, 173, .42);
  animation-delay: -1.4s;
}

.om-recruit-float-orb--yellow {
  width: 66px;
  height: 66px;
  left: 74%;
  top: 9%;
  background: rgba(255, 217, 91, .56);
  animation-delay: -2.1s;
}

.om-recruit-float-orb--green {
  width: 86px;
  height: 86px;
  left: 5%;
  top: 63%;
  background: rgba(207, 238, 193, .58);
  animation-delay: -3.2s;
}

.om-recruit-float-orb--purple {
  width: 78px;
  height: 78px;
  right: 7%;
  top: 62%;
  background: rgba(216, 199, 248, .48);
  animation-delay: -4.2s;
}

.om-recruit-float-orb--coral {
  width: 58px;
  height: 58px;
  left: 43%;
  top: 82%;
  background: rgba(255, 196, 183, .48);
  animation-delay: -5.2s;
}

/* 音符のふわふわ */
.om-recruit-float-note {
  color: rgba(85, 174, 226, .58);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 8px 18px rgba(85, 174, 226, .13);
  animation: omRecruitNoteFloat 7.5s ease-in-out infinite alternate;
}

.om-recruit-float-note--1 {
  left: 13%;
  top: 18%;
  animation-delay: -.5s;
}

.om-recruit-float-note--2 {
  right: 18%;
  top: 35%;
  color: rgba(238, 114, 156, .50);
  font-size: 30px;
  animation-delay: -1.8s;
}

.om-recruit-float-note--3 {
  left: 20%;
  top: 76%;
  color: rgba(85, 174, 226, .50);
  font-size: 38px;
  animation-delay: -2.8s;
}

.om-recruit-float-note--4 {
  right: 30%;
  top: 72%;
  color: rgba(255, 157, 17, .44);
  font-size: 32px;
  animation-delay: -3.8s;
}

.om-recruit-float-note--5 {
  left: 58%;
  top: 15%;
  color: rgba(101, 185, 125, .46);
  font-size: 28px;
  animation-delay: -4.8s;
}

@keyframes omRecruitOrbFloat {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(18px, -22px, 0) scale(1.05);
  }
  100% {
    transform: translate3d(-14px, 20px, 0) scale(.98);
  }
}

@keyframes omRecruitNoteFloat {
  0% {
    transform: translate3d(0, 0, 0) rotate(-5deg);
    opacity: .42;
  }
  45% {
    transform: translate3d(12px, -18px, 0) rotate(7deg);
    opacity: .68;
  }
  100% {
    transform: translate3d(-10px, 16px, 0) rotate(-3deg);
    opacity: .52;
  }
}

/* スマホでは少し控えめに */
@media (max-width: 768px) {
  .om-recruit-bubbles span {
    opacity: 0;
    mix-blend-mode: normal;
  }

  .om-recruit-float-orb {
    opacity: .34;
    transform: scale(.78);
  }

  .om-recruit-float-orb--blue {
    width: 76px;
    height: 76px;
    left: -28px;
  }

  .om-recruit-float-orb--pink {
    width: 70px;
    height: 70px;
    right: -24px;
  }

  .om-recruit-float-note {
    font-size: 24px;
    opacity: .42;
  }

  .om-recruit-float-note--2,
  .om-recruit-float-note--4 {
    display: none;
  }
}


/* ========================================
   Recruit SP comfort number center fix 2026052290
   SP表示時のみ「6つのはたらきやすさ」01〜06を中央寄せ
   PC表示は変更しない
======================================== */
@media (max-width: 768px) {
  .om-recruit-comfort__grid article {
    text-align: center !important;
  }

  .om-recruit-comfort__grid span {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 18px !important;
  }

  .om-recruit-comfort__grid h3,
  .om-recruit-comfort__grid p {
    text-align: left !important;
  }
}


/* ========================================
   Recruit SP comfort number true center fix 2026052291
   SP表示時のみ、01〜06の数字あしらいをカード幅の中央へ固定
   PC表示は変更しない
======================================== */
@media (max-width: 768px) {
  .om-recruit-comfort__grid article {
    position: relative !important;
    text-align: left !important;
  }

  .om-recruit-comfort__grid article > span {
    position: relative !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    display: grid !important;
    place-items: center !important;
    margin: 0 0 20px 0 !important;
  }

  .om-recruit-comfort__grid article > h3,
  .om-recruit-comfort__grid article > p {
    text-align: left !important;
  }
}


/* ========================================
   Recruit SP workstyle hide 2026052292
   SP表示時のみ WORK STYLE / 6つのはたらきやすさ / 01〜06項目を非表示
   余白も詰める。PC表示は変更しない
======================================== */
@media (max-width: 768px) {
  .om-recruit-comfort {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .om-recruit-comfort + .om-recruit-benefits {
    padding-top: 46px !important;
  }
}


/* ========================================
   Recruit philosophy animation order fix 2026052302
   園の保育方針カードの表示順を 1-2-3 / 4-5-6 に調整
======================================== */

/* 
   既存のスクロール表示アニメーションが下段から出る場合があるため、
   園の保育方針セクションだけ、DOM順＝左上から順に遅延を固定します。
*/
.om-recruit-philosophy__grid article:nth-child(1) {
  transition-delay: 0s !important;
  animation-delay: 0s !important;
}

.om-recruit-philosophy__grid article:nth-child(2) {
  transition-delay: .08s !important;
  animation-delay: .08s !important;
}

.om-recruit-philosophy__grid article:nth-child(3) {
  transition-delay: .16s !important;
  animation-delay: .16s !important;
}

.om-recruit-philosophy__grid article:nth-child(4) {
  transition-delay: .24s !important;
  animation-delay: .24s !important;
}

.om-recruit-philosophy__grid article:nth-child(5) {
  transition-delay: .32s !important;
  animation-delay: .32s !important;
}

.om-recruit-philosophy__grid article:nth-child(6) {
  transition-delay: .40s !important;
  animation-delay: .40s !important;
}

/* GSAP / JS側で inline style の delay が入った場合の保険 */
.om-recruit-philosophy__grid article {
  --om-reveal-delay: 0s;
}

.om-recruit-philosophy__grid article:nth-child(1) { --om-reveal-delay: 0s; }
.om-recruit-philosophy__grid article:nth-child(2) { --om-reveal-delay: .08s; }
.om-recruit-philosophy__grid article:nth-child(3) { --om-reveal-delay: .16s; }
.om-recruit-philosophy__grid article:nth-child(4) { --om-reveal-delay: .24s; }
.om-recruit-philosophy__grid article:nth-child(5) { --om-reveal-delay: .32s; }
.om-recruit-philosophy__grid article:nth-child(6) { --om-reveal-delay: .40s; }

/* SPは1列表示になるため、上から順に自然表示 */
@media (max-width: 768px) {
  .om-recruit-philosophy__grid article:nth-child(1) {
    transition-delay: 0s !important;
    animation-delay: 0s !important;
  }

  .om-recruit-philosophy__grid article:nth-child(2) {
    transition-delay: .06s !important;
    animation-delay: .06s !important;
  }

  .om-recruit-philosophy__grid article:nth-child(3) {
    transition-delay: .12s !important;
    animation-delay: .12s !important;
  }

  .om-recruit-philosophy__grid article:nth-child(4) {
    transition-delay: .18s !important;
    animation-delay: .18s !important;
  }

  .om-recruit-philosophy__grid article:nth-child(5) {
    transition-delay: .24s !important;
    animation-delay: .24s !important;
  }

  .om-recruit-philosophy__grid article:nth-child(6) {
    transition-delay: .30s !important;
    animation-delay: .30s !important;
  }
}
