/*
 * TOP page POP design layer.
 * Loaded last so the existing home layout, images and animations can stay intact.
 */
.home-pop {
  --home-pop-ink: #17384a;
  --home-pop-copy: #4b6470;
  --home-pop-cyan: #20bdd8;
  --home-pop-cyan-soft: #eafaff;
  --home-pop-lime: #86c933;
  --home-pop-lime-soft: #f2fae7;
  --home-pop-line: #c6e8ef;
}

.home-pop .hero_area {
  position: relative;
  background:
    radial-gradient(circle at 96% 16%, rgba(134, 201, 51, 0.24) 0 13px, transparent 13.5px),
    radial-gradient(circle at 99% 20%, rgba(32, 189, 216, 0.17) 0 28px, transparent 28.5px),
    linear-gradient(180deg, #ffffff 0%, #f9feff 100%);
}

.home-pop .v2-top-news,
.home-pop .idata_area,
.home-pop .iweek_area,
.home-pop .v2-top-navigation,
.home-pop .irecruit_area,
.home-pop .ibenefit_area,
.home-pop .ifacility_area {
  position: relative;
}

.home-pop .v2-top-news {
  padding: clamp(26px, 4vw, 46px) 0;
  background:
    radial-gradient(circle, rgba(32, 189, 216, 0.16) 1.2px, transparent 1.75px) 24px 17px / 13px 13px,
    linear-gradient(180deg, #fbfeff 0%, #ffffff 100%);
}

.home-pop .v2-news-wrapper {
  overflow: hidden;
  border: 1px solid var(--home-pop-line);
  border-radius: 22px;
  background: linear-gradient(118deg, var(--home-pop-cyan-soft) 0%, #ffffff 62%);
  box-shadow: 8px 9px 0 rgba(32, 189, 216, 0.13);
}

.home-pop .v2-news-title {
  position: relative;
  overflow: hidden;
  border-radius: 20px 0 0 20px;
  background: #ffffff;
}

.home-pop .v2-news-title::after {
  position: absolute;
  top: 20px;
  right: 22px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--home-pop-cyan);
  box-shadow: -21px 18px 0 -3px rgba(32, 189, 216, 0.45), 8px 29px 0 -5px rgba(32, 189, 216, 0.33);
  content: '';
}

.home-pop .v2-news-title .en {
  display: inline-flex;
  padding: 4px 9px;
  border: 1px solid #bce7ef;
  border-radius: 999px;
  background: #effcff;
  color: #087a96;
  font-size: 0.68em;
  letter-spacing: 0.1em;
}

.home-pop .v2-news-title .jp {
  color: var(--home-pop-ink);
}

.home-pop .v2-news-item {
  border-radius: 11px;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.home-pop .v2-news-item:hover {
  background: rgba(32, 189, 216, 0.08);
  transform: translateX(4px);
}

/* Main TOP headings match the label, corner-dots and stripe motif from inner pages. */
.home-pop .ititle,
.home-pop .ibenefit_area__title {
  position: relative !important;
  display: block !important;
  width: fit-content;
  max-width: min(100%, 780px);
  min-height: 0 !important;
  margin: 0 !important;
  padding: clamp(20px, 2.6vw, 28px) clamp(22px, 3.1vw, 34px) !important;
  overflow: hidden;
  border: 1px solid var(--home-pop-line) !important;
  border-radius: 20px !important;
  background:
    repeating-linear-gradient(135deg, rgba(32, 189, 216, 0.16) 0 5px, transparent 5px 12px) left bottom / 126px 63px no-repeat,
    linear-gradient(118deg, var(--home-pop-cyan-soft) 0%, #ffffff 72%) !important;
  box-shadow: 7px 8px 0 rgba(32, 189, 216, 0.13) !important;
  color: var(--home-pop-ink) !important;
  font-family: inherit !important;
  font-size: clamp(1.36rem, 2.35vw, 1.82rem) !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  line-height: 1.45 !important;
  text-align: left !important;
}

.home-pop .ititle::before,
.home-pop .ibenefit_area__title::before {
  position: static !important;
  display: block !important;
  width: fit-content !important;
  height: auto !important;
  margin: 0 0 8px !important;
  padding: 4px 9px !important;
  border: 1px solid #bce7ef !important;
  border-radius: 999px !important;
  background: #effcff !important;
  color: #087a96 !important;
  content: attr(data-pop-label) !important;
  font-family: "Plus Jakarta Sans", "Zen Kaku Gothic Antique", sans-serif !important;
  font-size: 0.63rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  line-height: 1.35 !important;
  transform: none !important;
}

.home-pop .ititle::after,
.home-pop .ibenefit_area__title::after {
  position: absolute !important;
  top: 19px !important;
  right: 23px !important;
  display: block !important;
  width: 14px !important;
  height: 14px !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: var(--home-pop-cyan) !important;
  box-shadow: -22px 18px 0 -3px rgba(32, 189, 216, 0.42), 8px 29px 0 -5px rgba(32, 189, 216, 0.33) !important;
  content: '' !important;
  transform: none !important;
}

.home-pop .idata_area .ititle,
.home-pop .irecruit_area .ititle,
.home-pop .ifacility_area .ititle {
  margin-bottom: clamp(24px, 3vw, 34px) !important;
}

.home-pop .iweek_area .ititle {
  margin-bottom: 18px !important;
}

.home-pop .ibenefit_area__title {
  margin-bottom: 18px !important;
}

.home-pop .idata_area {
  overflow: hidden;
  background:
    radial-gradient(circle, rgba(134, 201, 51, 0.19) 1.25px, transparent 1.8px) 100% 23px / 14px 14px,
    linear-gradient(180deg, #ffffff 0%, #f6fdff 100%);
}

.home-pop .idata_area .container,
.home-pop .iweek_area .container,
.home-pop .irecruit_area .container,
.home-pop .ifacility_area .container {
  position: relative;
  z-index: 1;
}

.home-pop .idata_area__body {
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid #d5edf2;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 13px 28px rgba(25, 112, 136, 0.08);
}

.home-pop .data-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid #c9e9ef !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  box-shadow: 6px 7px 0 rgba(32, 189, 216, 0.1) !important;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.home-pop .data-card::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 22px;
  width: 74px;
  height: 5px;
  border-radius: 0 0 999px 999px;
  background: var(--home-pop-cyan);
  content: '';
}

.home-pop .data-card::after {
  position: absolute;
  z-index: 0;
  right: -26px;
  bottom: -29px;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background: rgba(134, 201, 51, 0.16);
  content: '';
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (hover: hover) {
  .home-pop .data-card:hover {
    box-shadow: 9px 11px 0 rgba(32, 189, 216, 0.14) !important;
    transform: translateY(-4px);
  }

  .home-pop .data-card:hover::after {
    transform: scale(2.4);
  }
}

.home-pop .iweek_area {
  background:
    radial-gradient(circle, rgba(32, 189, 216, 0.15) 1.25px, transparent 1.8px) 20px 25px / 14px 14px,
    linear-gradient(180deg, #f8fdff 0%, #effbfa 100%);
}

.home-pop .iweek_intro {
  padding: 14px 18px;
  border: 1px solid #c9e9ef;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 18px rgba(26, 111, 133, 0.07);
  color: var(--home-pop-copy);
}

.home-pop .miki-week-board-stage {
  padding: clamp(10px, 1.8vw, 18px);
  border: 1px solid #c9e9ef;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 8px 9px 0 rgba(32, 189, 216, 0.11);
}

.home-pop .v2-top-navigation {
  padding: clamp(48px, 7vw, 84px) 0;
  background:
    radial-gradient(circle, rgba(134, 201, 51, 0.17) 1.2px, transparent 1.8px) right 21px top 27px / 14px 14px,
    linear-gradient(180deg, #ffffff 0%, #f8fdff 100%);
}

.home-pop .v2-nav-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid #c9e9ef;
  border-radius: 22px;
  box-shadow: 7px 8px 0 rgba(32, 189, 216, 0.11), 0 10px 22px rgba(20, 71, 82, 0.05);
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
}

.home-pop .v2-nav-card::after {
  position: absolute;
  z-index: 0;
  top: -24px;
  right: -23px;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: rgba(32, 189, 216, 0.17);
  content: '';
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-pop .v2-nav-card > .v2-card-img,
.home-pop .v2-nav-card > .v2-card-body {
  position: relative;
  z-index: 1;
}

.home-pop .v2-nav-card .v2-card-en {
  display: inline-flex;
  padding: 4px 9px;
  border: 1px solid #bce7ef;
  border-radius: 999px;
  background: #effcff;
  color: #087a96;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
}

.home-pop .v2-nav-card h3 {
  color: var(--home-pop-ink);
}

.home-pop .v2-nav-card .v2-card-more {
  display: inline-flex;
  padding: 7px 12px;
  border: 1px solid #bce7ef;
  border-radius: 999px;
  color: #087a96;
}

.home-pop .v2-nav-card._entry-cta {
  border-color: #9edbd4;
  box-shadow: 8px 9px 0 rgba(15, 159, 146, 0.17), 0 12px 24px rgba(15, 159, 146, 0.08);
}

.home-pop .v2-nav-card._entry-cta::after {
  background: rgba(255, 255, 255, 0.17);
}

.home-pop .v2-nav-card._entry-cta .v2-card-en {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

@media (hover: hover) {
  .home-pop .v2-nav-card:hover {
    border-color: #81cede;
    box-shadow: 10px 12px 0 rgba(32, 189, 216, 0.15), 0 16px 30px rgba(20, 71, 82, 0.09);
    transform: translateY(-5px);
  }

  .home-pop .v2-nav-card:hover::after {
    transform: scale(2.7);
  }
}

.home-pop .irecruit_area {
  overflow: hidden;
  padding: clamp(42px, 6vw, 72px) 0;
  background:
    radial-gradient(circle, rgba(32, 189, 216, 0.17) 1.25px, transparent 1.8px) left 22px bottom 20px / 14px 14px,
    linear-gradient(180deg, #effbff 0%, #ffffff 100%);
}

.home-pop .irecruit_btn {
  position: relative;
  overflow: hidden;
  border: 1px solid #bfe6ee;
  border-radius: 18px;
  box-shadow: 6px 7px 0 rgba(32, 189, 216, 0.12);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.home-pop .irecruit_btn::before {
  width: 24px;
  height: 24px;
  top: 50%;
  right: auto;
  left: -42px;
  z-index: 0;
  opacity: 0;
  border-radius: 50%;
  clip-path: none;
  transform-origin: center;
  background: rgba(204, 233, 91, 0.78);
  box-shadow: none;
  pointer-events: none;
}

.home-pop .irecruit_btn__num,
.home-pop .irecruit_btn__text {
  position: relative;
  z-index: 1;
}

.home-pop .irecruit_btn::after {
  z-index: 2;
}

@keyframes homePopRecruitBallBounce {
  0% {
    left: -42px;
    opacity: 0;
    transform: translateY(calc(-50% + 10px)) scale(0.72);
  }
  12% {
    opacity: 1;
  }
  43% {
    left: 43%;
    transform: translateY(calc(-50% - 34px)) scale(1);
  }
  63% {
    left: 62%;
    transform: translateY(calc(-50% + 8px)) scale(0.9);
  }
  78% {
    left: 76%;
    opacity: 1;
    transform: translateY(calc(-50% - 25px)) scale(1);
  }
  100% {
    left: calc(50% - 12px);
    opacity: 0.54;
    transform: translateY(-50%) scale(22);
  }
}

@media (hover: hover) {
  .home-pop .irecruit_btn:hover {
    border-color: #73d6e4;
    background:
      linear-gradient(118deg, #effcff 0%, #f8fff0 100%);
    box-shadow: 9px 10px 0 rgba(32, 189, 216, 0.16), 0 12px 24px rgba(15, 159, 146, 0.1);
    transform: translateY(-4px);
  }

  .home-pop .irecruit_btn:hover .irecruit_btn__text {
    color: #087a96;
  }

  .home-pop .irecruit_btn:hover::after {
    background: linear-gradient(135deg, #20bdd8 0%, #0f9f92 100%);
    color: #ffffff;
    box-shadow: 3px 4px 0 rgba(15, 159, 146, 0.16);
    transform: translateY(-50%) translateX(5px);
  }

  .home-pop .irecruit_btn:hover::before {
    animation: homePopRecruitBallBounce 0.96s cubic-bezier(0.22, 0.8, 0.34, 1) both;
  }
}

.home-pop .irecruit_btn:focus-visible {
  outline: 3px solid #cce95b;
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
  .home-pop .irecruit_btn:hover::before {
    left: calc(50% - 12px);
    opacity: 0.54;
    transform: translateY(-50%) scale(22);
    animation: none;
  }
}

.home-pop .ibenefit_area,
.home-pop .ifacility_area {
  background:
    radial-gradient(circle, rgba(134, 201, 51, 0.16) 1.2px, transparent 1.8px) right 24px top 28px / 14px 14px,
    linear-gradient(180deg, #fbfff6 0%, #ffffff 100%) !important;
}

.home-pop .ibenefit_area__title {
  border-color: #d6ebbb !important;
  background:
    repeating-linear-gradient(135deg, rgba(134, 201, 51, 0.16) 0 5px, transparent 5px 12px) left bottom / 126px 63px no-repeat,
    linear-gradient(118deg, var(--home-pop-lime-soft) 0%, #ffffff 72%) !important;
  box-shadow: 7px 8px 0 rgba(134, 201, 51, 0.13) !important;
}

.home-pop .ibenefit_area__title::before {
  border-color: #d2eab5 !important;
  background: #f3fae8 !important;
  color: #568b18 !important;
}

.home-pop .ibenefit_area__title::after {
  background: var(--home-pop-lime) !important;
  box-shadow: -22px 18px 0 -3px rgba(134, 201, 51, 0.42), 8px 29px 0 -5px rgba(134, 201, 51, 0.32) !important;
}

.home-pop .benefit_card,
.home-pop .facility_box {
  position: relative;
  isolation: isolate;
  overflow: visible;
  border: 1px solid #d6ebbb !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  box-shadow: 6px 7px 0 rgba(134, 201, 51, 0.11) !important;
}

.home-pop .benefit_card::after,
.home-pop .facility_box::after {
  position: absolute;
  z-index: 0;
  right: -27px;
  bottom: -27px;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: rgba(134, 201, 51, 0.15);
  content: '';
}

.home-pop .facility_box--link {
  display: block;
  min-width: 0;
  color: inherit;
  cursor: pointer;
  text-decoration: none !important;
  transition: transform 0.26s ease, border-color 0.26s ease, background 0.26s ease, box-shadow 0.26s ease;
}

.home-pop .facility_box--link .facility_box__name {
  color: #222222;
  font-size: 1.375rem;
  font-weight: 700;
  transition: color 0.26s ease;
}

.home-pop .facility_box--link::after,
.home-pop .facility_box--link .facility_box__name::after {
  transition: transform 0.26s ease, background-color 0.26s ease;
}

@media (hover: hover) {
  .home-pop .facility_box--link:hover {
    border-color: #8ed6b9 !important;
    background: linear-gradient(135deg, #fbfff5 0%, #ebfbff 100%) !important;
    box-shadow: 9px 13px 0 rgba(134, 201, 51, 0.17), 0 13px 24px rgba(15, 159, 146, 0.1) !important;
    transform: translateY(-8px) !important;
  }

  .home-pop .facility_box--link:hover::after {
    background: rgba(134, 201, 51, 0.24);
    transform: translate(-6px, -8px) scale(1.14);
  }

  .home-pop .facility_box--link:hover .facility_box__name {
    color: #087a96;
  }

  .home-pop .facility_box--link:hover .facility_box__name::after {
    transform: translateX(4px);
  }
}

.home-pop .facility_box--link:focus-visible {
  outline: 3px solid #cce95b;
  outline-offset: 4px;
}

.home-pop .benefit_card__label,
.home-pop .benefit_card__title {
  z-index: 2;
}

/* Final layout adjustments for the TOP page. */
.home-pop .v2-news-wrapper {
  align-items: stretch;
}

.home-pop .v2-news-title {
  display: flex;
  flex: 0 0 156px;
  width: 156px;
  min-height: 180px;
  padding: 24px 20px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 9px;
  box-sizing: border-box;
  text-align: left;
}

.home-pop .v2-news-title .en {
  margin: 0;
  font-size: 0.67rem;
  line-height: 1.3;
}

.home-pop .v2-news-title .jp {
  display: block;
  color: var(--home-pop-ink);
  font-size: 1.28rem;
  font-weight: 700;
  line-height: 1.4;
}

.home-pop .data-grid-layout {
  align-items: stretch;
  gap: 32px 20px;
  margin-bottom: 28px;
  padding: 42px 0 0;
}

.home-pop .data-card {
  min-height: 430px;
  padding: 34px 16px 22px;
  justify-content: flex-start;
  overflow: visible;
}

.home-pop .data-card .card-icon {
  top: -29px;
  width: 64px;
  height: 64px;
  z-index: 2;
}

.home-pop .data-card .card-chart.-doughnut {
  max-width: 172px;
  height: 172px;
  margin: 7px auto;
}

.home-pop .data-card .career-legend {
  width: min(100%, 250px);
  margin-top: 7px;
  grid-template-columns: repeat(3, max-content);
  justify-content: center;
  gap: 6px 11px;
}

.home-pop .data-card .career-legend li {
  margin-bottom: 0;
  font-size: 0.72rem;
}

.home-pop .data-card .career-legend .dot {
  width: 9px;
  height: 9px;
  margin-right: 4px;
}

.home-pop .v2-nav-card .v2-card-en,
.home-pop .v2-nav-card .v2-card-more {
  width: fit-content;
  align-self: flex-start;
}

.home-pop .v2-nav-card .v2-card-en {
  min-height: 0;
  margin-bottom: 12px;
}

.home-pop .v2-nav-card .v2-card-more {
  min-height: 0;
  padding: 7px 13px;
  background: #ffffff;
  box-shadow: 0 4px 9px rgba(8, 122, 150, 0.07);
}

/* A compact entry panel: a softly blurred hospital image replaces the large blue block. */
.home-pop .v2-nav-card._entry-cta {
  min-height: 388px;
  border: 1px solid #a9dedd;
  border-radius: 24px;
  background: #087f88;
  box-shadow: 8px 9px 0 rgba(15, 159, 146, 0.16), 0 14px 30px rgba(15, 91, 96, 0.12);
}

.home-pop .v2-nav-card._entry-cta::before {
  position: absolute;
  z-index: 0;
  inset: -14px;
  display: block;
  border-radius: inherit;
  background: url("../../recruit/img/main.jpg") center 52% / cover no-repeat;
  content: '';
  filter: blur(2.5px) saturate(0.94) brightness(1.04);
  opacity: 0.96;
  transform: scale(1.025);
}

.home-pop .v2-nav-card._entry-cta::after {
  z-index: 1;
  inset: 0;
  width: auto;
  height: auto;
  border-radius: inherit;
  background:
    radial-gradient(circle at 92% 17%, rgba(255, 255, 255, 0.62) 0 8px, transparent 8.5px),
    radial-gradient(circle at 87% 25%, rgba(255, 255, 255, 0.43) 0 4px, transparent 4.5px),
    radial-gradient(circle at 95% 30%, rgba(140, 220, 104, 0.42) 0 5px, transparent 5.5px),
    linear-gradient(100deg, rgba(255, 255, 255, 0.52) 0%, rgba(232, 252, 249, 0.35) 54%, rgba(255, 255, 255, 0.14) 100%);
  box-shadow: none;
}

.home-pop .v2-nav-card._entry-cta .v2-card-body {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 390px;
  max-width: 670px;
  padding: 36px clamp(28px, 5vw, 62px);
  align-items: flex-start;
  box-sizing: border-box;
  justify-content: center;
  text-align: left;
}

.home-pop .v2-nav-card._entry-cta .v2-card-en {
  margin-bottom: 14px;
}

.home-pop .v2-nav-card._entry-cta h3 {
  margin-bottom: 13px;
  color: #075760;
  font-size: clamp(1.85rem, 3.1vw, 2.45rem);
  line-height: 1.35;
  text-shadow: 0 2px 12px rgba(255, 255, 255, 0.88);
}

.home-pop .v2-nav-card._entry-cta p {
  max-width: 680px;
  margin-bottom: 18px;
  color: #174f56;
  flex-grow: 0;
  font-size: 0.96rem;
  font-weight: 500;
  letter-spacing: 0.035em;
  line-height: 1.8;
  text-shadow: 0 1px 8px rgba(255, 255, 255, 0.9);
  white-space: nowrap;
}

.home-pop .v2-entry-btn-container {
  width: auto;
  margin: 9px 0 0;
  align-items: flex-start;
}

.home-pop .v2-card-more-btn {
  min-height: 0;
  margin-top: 0;
  padding: 12px 23px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #056b75;
  font-size: 1.05rem;
  box-shadow: 0 8px 17px rgba(0, 51, 60, 0.18);
}

.home-pop .v2-entry-chara {
  display: none !important;
}

.home-pop .facility_box {
  min-height: 0;
  padding: 22px 18px 20px;
}

.home-pop .facility_box__name,
.home-pop .facility_box__address,
.home-pop .facility_box__tell {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 999px) {
  .home-pop .facility_box--link .facility_box__name {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .home-pop .v2-news-title {
    display: flex;
    width: 100%;
    min-height: 0;
    padding: 0 0 14px;
    flex-basis: auto;
    flex-direction: row;
    align-items: center;
    gap: 9px;
  }

  .home-pop .v2-news-title::after {
    top: -4px;
    right: 5px;
  }

  .home-pop .v2-news-title .jp {
    font-size: 1.12rem;
  }

  .home-pop .data-grid-layout {
    gap: 40px;
    padding-top: 38px;
  }

  .home-pop .data-card {
    min-height: 0;
    padding: 31px 14px 20px;
  }

  .home-pop .data-card .career-legend {
    grid-template-columns: repeat(3, max-content);
  }

  .home-pop .v2-nav-card._entry-cta,
  .home-pop .v2-nav-card._entry-cta .v2-card-body {
    min-height: 0;
  }

  .home-pop .v2-nav-card._entry-cta .v2-card-body {
    padding: 32px 24px;
  }

  .home-pop .v2-nav-card._entry-cta h3 {
    font-size: 1.68rem;
  }

  .home-pop .v2-nav-card._entry-cta p {
    font-size: 0.9rem;
    white-space: normal;
  }

  .home-pop .v2-entry-btn-container {
    width: 100%;
    margin-top: 8px;
  }

  .home-pop .v2-card-more-btn {
    align-self: flex-start;
    width: fit-content !important;
    flex: 0 0 auto;
    min-height: 0;
    padding: 11px 18px;
    font-size: 0.98rem;
  }

  .home-pop .facility_box {
    min-height: 0;
    padding: 18px 16px;
  }
}

@media screen and (max-width: 767px) {
  .home-pop .v2-top-news {
    padding: 20px 0 28px;
  }

  .home-pop .v2-news-wrapper,
  .home-pop .v2-nav-card,
  .home-pop .idata_area__body,
  .home-pop .miki-week-board-stage {
    border-radius: 15px;
  }

  .home-pop .ititle,
  .home-pop .ibenefit_area__title {
    max-width: 100%;
    padding: 18px 20px !important;
    border-radius: 16px !important;
    font-size: 1.25rem !important;
  }

  .home-pop .ititle::after,
  .home-pop .ibenefit_area__title::after {
    top: 16px !important;
    right: 18px !important;
  }

  .home-pop .idata_area__body {
    padding: 15px;
  }

  .home-pop .iweek_intro {
    padding: 12px 14px;
  }

  .home-pop .miki-week-board-stage {
    padding: 8px;
  }

  .home-pop .irecruit_area {
    padding: 34px 0;
  }
}

/* NEWS見出しと記事タイトルが、内容に合わせて自然に収まるようにする。 */
.home-pop .v2-news-title {
  padding: 28px 22px;
  gap: 10px;
}

.home-pop .v2-news-item {
  align-items: flex-start;
}

.home-pop .v2-news-list {
  min-width: 0;
}

.home-pop .v2-news-item .date,
.home-pop .v2-news-item .category {
  margin-top: 0.15em;
}

.home-pop .v2-news-item .title {
  min-width: 0;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  line-height: 1.65;
}

@media screen and (max-width: 767px) {
  .home-pop .v2-news-title {
    padding: 0 0 14px;
    gap: 9px;
  }

  .home-pop .v2-news-item .date,
  .home-pop .v2-news-item .category {
    margin-top: 0;
  }
}

/* NEWSの見出しと一覧を、ひと続きの白いカードとして見せる。 */
.home-pop .v2-news-wrapper {
  align-items: stretch;
  background: #ffffff;
}

.home-pop .v2-news-title {
  border-right: 1px solid #d8edf1;
}

.home-pop .v2-news-list {
  align-self: stretch;
  padding: 20px 20px 16px 0;
  background: #ffffff;
}

.home-pop .v2-news-item {
  border: 1px solid #e2f0f3;
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(14, 119, 139, 0.04);
}

.home-pop .v2-news-item:hover {
  background: #f0fcfe;
}

@media screen and (max-width: 767px) {
  .home-pop .v2-news-title {
    border-right: 0;
    border-bottom: 1px solid #d8edf1;
  }

  .home-pop .v2-news-list {
    padding: 15px 0 0;
  }
}

/* TOPの「詳しく見る」を、軽やかな共通POPボタンへ。 */
.home-pop .btn-shiny-navy {
  display: inline-flex !important;
  width: fit-content !important;
  min-width: 0 !important;
  min-height: 44px;
  padding: 10px 17px 10px 19px !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  overflow: visible;
  border: 1px solid #8ed8e5 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  box-shadow: 5px 6px 0 rgba(32, 189, 216, 0.16), 0 5px 12px rgba(13, 101, 119, 0.08) !important;
  color: #087a96 !important;
  font-size: 0.92rem !important;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
}

.home-pop .btn-shiny-navy::before {
  display: none !important;
  content: none !important;
}

.home-pop .btn-shiny-navy::after {
  display: inline-block;
  color: #1eacc4;
  content: '→';
  font-size: 1.1em;
  line-height: 1;
  transition: transform 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
  .home-pop .btn-shiny-navy:hover {
    border-color: #42bdd1 !important;
    background: #effcff !important;
    box-shadow: 7px 9px 0 rgba(32, 189, 216, 0.18), 0 8px 17px rgba(13, 101, 119, 0.1) !important;
    transform: translateY(-3px) !important;
  }

  .home-pop .btn-shiny-navy:hover::after {
    transform: translateX(3px);
  }
}

@media screen and (max-width: 767px) {
  .home-pop .btn-shiny-navy {
    width: fit-content !important;
    max-width: none;
    min-height: 42px;
    padding: 9px 15px 9px 17px !important;
  }
}

/* HEROの回転エントリー導線も、白ベースの軽いPOPスタイルに統一。 */
.home-pop .hero__circle_link a::before {
  position: absolute;
  z-index: 0;
  inset: 4px;
  border: 1px dashed #a9e1e9;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
  content: '';
}

.home-pop .hero__circle_link a .outside_text {
  z-index: 1;
  filter: invert(47%) sepia(31%) saturate(1046%) hue-rotate(142deg) brightness(89%) contrast(92%);
  opacity: 0.92;
}

.home-pop .hero__circle_link a .circle {
  z-index: 2;
  border: 3px solid #ffffff;
  background: linear-gradient(135deg, #ffffff 0%, #effcff 100%);
  box-shadow:
    7px 8px 0 rgba(32, 189, 216, 0.18),
    0 7px 16px rgba(13, 101, 119, 0.1),
    inset 0 0 0 1px #9edbe5;
}

.home-pop .hero__circle_link a .circle::after {
  display: none;
}

.home-pop .hero__circle_link a .entry-orb {
  position: absolute;
  z-index: 1;
  display: block;
  border-radius: 50%;
  opacity: 0.42;
  pointer-events: none;
  transform-origin: center;
  will-change: transform;
}

.home-pop .hero__circle_link a .entry-orb--cyan {
  top: -18px;
  right: -18px;
  width: 72px;
  height: 72px;
  background: #20bdd8;
  animation: homeEntryOrbCyan 5.8s ease-in-out infinite;
}

.home-pop .hero__circle_link a .entry-orb--lime {
  right: -22px;
  bottom: -17px;
  width: 72px;
  height: 72px;
  background: #9bd65b;
  animation: homeEntryOrbLime 6.4s ease-in-out -1.1s infinite;
}

.home-pop .hero__circle_link a .entry-orb--yellow {
  top: 62px;
  left: -26px;
  width: 64px;
  height: 64px;
  background: #ffcf2d;
  animation: homeEntryOrbYellow 6s ease-in-out -2.3s infinite;
}

@keyframes homeEntryOrbCyan {
  0%, 100% { transform: translate3d(0, 0, 0) scale(0.76); }
  44% { transform: translate3d(-5px, 5px, 0) scale(1.58); }
  70% { transform: translate3d(-1px, 1px, 0) scale(0.94); }
}

@keyframes homeEntryOrbLime {
  0%, 100% { transform: translate3d(0, 0, 0) scale(0.7); }
  42% { transform: translate3d(5px, -5px, 0) scale(1.54); }
  70% { transform: translate3d(1px, -1px, 0) scale(0.92); }
}

@keyframes homeEntryOrbYellow {
  0%, 100% { transform: translate3d(0, 0, 0) scale(0.72); }
  46% { transform: translate3d(5px, 3px, 0) scale(1.64); }
  74% { transform: translate3d(1px, 1px, 0) scale(0.96); }
}

.home-pop .hero__circle_link a .circle .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: #087a96;
  font-size: 2.02rem;
  letter-spacing: 0.02em;
  text-shadow: none;
}

.home-pop .hero__circle_link a .circle .text::before {
  display: inline-flex;
  padding: 4px 8px;
  align-items: center;
  border: 1px solid #b7e6ed;
  border-radius: 999px;
  background: #effcff;
  color: #087a96;
  content: 'ENTRY FORM';
  font-family: "Plus Jakarta Sans", "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.25;
}

@media (hover: hover) and (pointer: fine) {
  .home-pop .hero__circle_link a:hover .circle {
    box-shadow:
      10px 12px 0 rgba(32, 189, 216, 0.22),
      0 10px 20px rgba(13, 101, 119, 0.13),
      inset 0 0 0 1px #65c9d9;
  }
}

@media screen and (max-width: 999px) {
  .home-pop .hero__circle_link a .circle .text {
    gap: 4px;
    font-size: 1.7rem;
  }

  .home-pop .hero__circle_link a .circle .text::before {
    padding: 3px 7px;
    font-size: 0.44rem;
  }

  .home-pop .hero__circle_link a .entry-orb--cyan {
    top: -15px;
    right: -15px;
    width: 58px;
    height: 58px;
  }

  .home-pop .hero__circle_link a .entry-orb--lime {
    right: -19px;
    bottom: -13px;
    width: 62px;
    height: 62px;
  }

  .home-pop .hero__circle_link a .entry-orb--yellow {
    top: 48px;
    left: -22px;
    width: 54px;
    height: 54px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-pop .hero__circle_link a .entry-orb {
    animation: none;
  }
}

/* NEWSに残っていた濃紺を、TOPのPOPパレットへ統一。 */
.home-pop .v2-news-item .date {
  color: #087a96;
}

.home-pop .v2-news-item .category {
  border: 1px solid rgba(255, 255, 255, 0.92);
  background: linear-gradient(135deg, #20bdd8 0%, #16aeb9 100%);
  box-shadow: 3px 4px 0 rgba(32, 189, 216, 0.17);
}

.home-pop .v2-news-item .category._red {
  background: linear-gradient(135deg, #ff9095 0%, #f87886 100%);
  box-shadow: 3px 4px 0 rgba(248, 120, 134, 0.17);
}

/* HEROのキャッチコピー・エントリー導線・浮島を、ヘッダー寄りの軽快な位置へ。 */
@media screen and (min-width: 1000px) {
  .home-pop .hero__content {
    padding-top: 105px;
  }

  .home-pop .hero__map {
    padding-top: 90px;
  }

  .home-pop .hero__map .map_img:not(.base_img):not(.here_icon) {
    top: 90px;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .home-pop .hero__content {
    padding-top: 90px;
  }

  .home-pop .hero__map {
    padding-top: 105px;
  }

  .home-pop .hero__map .map_img:not(.base_img):not(.here_icon) {
    top: 105px;
  }
}
