@charset "utf-8";
:where(#wcfront_base) .icon-circle {
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #f9f9f9;
  flex-shrink: 0;
}
:where(#wcfront_base) .icon-circle--rehab {
  width: clamp(70px, 5.8vw, 84px);
  height: clamp(70px, 5.8vw, 84px);
}
:where(#wcfront_base) .icon-circle--benefit {
  width: 98px;
  height: 98px;
  margin: 0 auto 14px;
}

/* scroll reveal animation */
:where(#wcfront_base) .reveal {
  opacity: 0;
  transform: translateY(10px);
  filter: blur(2px);
  transition:
    opacity 420ms cubic-bezier(.2,.8,.2,1),
    transform 420ms cubic-bezier(.2,.8,.2,1),
    filter 420ms cubic-bezier(.2,.8,.2,1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}
:where(#wcfront_base) .reveal.is-inview {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
@media (prefers-reduced-motion: reduce) {
  :where(#wcfront_base) .reveal,
  :where(#wcfront_base) .reveal.is-inview {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}

:where(#wcfront_base) .hero {
  position: relative;
  overflow: hidden;
  padding: 80px 0 72px;
}
:where(#wcfront_base) .hero-container {
  max-width: none;
  padding-right: 0;
  padding-left: max(0px, calc((100vw - 1120px) / 2 - 18px));
}
:where(#wcfront_base) .hero-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 4px;
  align-items: center;
}
:where(#wcfront_base) .hero-copy {
  padding-left: 0;
  padding-right: 6px;
  max-width: 90vw;
}
:where(#wcfront_base) .hero::before,
:where(#wcfront_base) .hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  z-index: 0;
}
:where(#wcfront_base) .hero-layout,
:where(#wcfront_base) .hero-copy,
:where(#wcfront_base) .hero-visual {
  position: relative;
  z-index: 1;
}
:where(#wcfront_base) .hero::before {
  width: 360px; height: 360px;
  right: -120px; top: -80px;
  background: radial-gradient(circle at 30% 30%, #c7e884 0%, #93c427 70%);
  opacity: 0.28;
}
:where(#wcfront_base) .hero::after {
  width: 260px; height: 260px;
  left: -80px; bottom: -120px;
  background: radial-gradient(circle at 30% 30%, #ffffff 0%, #dff0b7 80%);
  opacity: 0.9;
}
:where(#wcfront_base) .hero-badge {
  display: inline-block;
  background: #fff;
  color: var(--brand-deep);
  border: 1px solid #d4e7ab;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 18px;
}
:where(#wcfront_base) .hero-subcopy {
  display: block;
  margin-bottom: 8px;
  font-family: "Montserrat", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(12px, 1.8vw, 15px);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6c8f1b;
  font-weight: 600;
}
:where(#wcfront_base) .hero h1 {
  font-size: clamp(28px, 4.6vw, 48px);
  line-height: 1.3;
  margin-bottom: 16px;
  letter-spacing: 0.02em;
}
:where(#wcfront_base) .hero p {
  color: var(--muted);
  max-width: 640px;
  margin-bottom: 30px;
  font-size: 16px;
}
:where(#wcfront_base) .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
/* hero trendy animation (copy + visual) */
:where(#wcfront_base) body:not(.is-loaded) .hero-copy > * {
  opacity: 0;
  transform: translateY(10px);
  filter: blur(2px);
}
:where(#wcfront_base) body.is-loaded .hero-copy > * {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
  transition:
    opacity 520ms cubic-bezier(.2,.8,.2,1),
    transform 520ms cubic-bezier(.2,.8,.2,1),
    filter 520ms cubic-bezier(.2,.8,.2,1);
}
:where(#wcfront_base) body.is-loaded .hero-badge { transition-delay: 60ms; }
:where(#wcfront_base) body.is-loaded .hero-subcopy { transition-delay: 120ms; }
:where(#wcfront_base) body.is-loaded .hero h1 { transition-delay: 180ms; }
:where(#wcfront_base) body.is-loaded .hero p { transition-delay: 240ms; }
:where(#wcfront_base) body.is-loaded .hero-actions { transition-delay: 300ms; }

:where(#wcfront_base) body:not(.is-loaded) .hero-visual {
  opacity: 0;
  transform: translateY(10px);
}
:where(#wcfront_base) body.is-loaded .hero-visual {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms cubic-bezier(.2,.8,.2,1), transform 520ms cubic-bezier(.2,.8,.2,1);
  transition-delay: 180ms;
}
:where(#wcfront_base) .hero-visual {
  border-radius: 22px 0 0 22px;
  overflow: hidden;
  border: 1px solid #d9e8bb;
  border-right: 0;
  box-shadow: 0 16px 32px rgba(84, 120, 16, 0.16);
  background: #fff;
  position: relative;
  isolation: isolate;
  aspect-ratio: 16 / 8.1;
  min-height: 560px;
}
:where(#wcfront_base) .hero-open-badge {
  position: absolute;
  top: clamp(14px, 2.2vw, 30px);
  right: clamp(8px, 2vw, 28px);
  z-index: 12;
  width: clamp(92px, 9vw, 118px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--brand);
  color: #fff;
  font-size: clamp(13px, 1.25vw, 18px);
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-align: center;
  box-shadow: 0 10px 22px rgba(47, 74, 6, 0.3);
  pointer-events: none;
}
:where(#wcfront_base) .hero-slide {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1200ms ease-in-out;
  will-change: opacity, transform;
  transform: scale(1.02);
}
:where(#wcfront_base) .hero-slide--main {
  object-position: 50% 87%;
  transform-origin: center bottom;
  transform: scale(1.02);
}
:where(#wcfront_base) .hero-slide.is-active {
  opacity: 1;
  animation: heroKenBurns 6.5s ease-out both;
}
:where(#wcfront_base) .hero-slide--main.is-active {
  animation: heroKenBurnsMain 6.5s ease-out both;
}
@keyframes heroKenBurns {
  from { transform: scale(1.06); }
  to { transform: scale(1.02); }
}
@keyframes heroKenBurnsMain {
  from { transform: scale(1.06); }
  to { transform: scale(1.02); }
}
@media (prefers-reduced-motion: reduce) {
  :where(#wcfront_base) .hero-slide.is-active { animation: none; }
  :where(#wcfront_base) body.is-loaded .hero-copy > *,
  :where(#wcfront_base) body.is-loaded .hero-visual { transition: none; }
  :where(#wcfront_base) body:not(.is-loaded) .hero-copy > *,
  :where(#wcfront_base) body:not(.is-loaded) .hero-visual {
    opacity: 1;
    transform: none;
    filter: none;
  }
}

:where(#wcfront_base) section { padding: 64px 0; display:block; }

/* section-to-section decoration (alternating left/right) */
:where(#wcfront_base) main > section { position: relative; }
:where(#wcfront_base) main > section:not(.hero)::after {
  content: "";
  position: absolute;
  width: min(90px, 11vw);
  aspect-ratio: 1 / 1;
  background: url("/common/upload/files/decor/stripe-circle-g.png") no-repeat center / contain;
  bottom: -32px;
  z-index: 5;
  opacity: 0.8;
  pointer-events: none;
}
:where(#wcfront_base) main > section:not(.hero):nth-of-type(odd)::after { left: -40px; }
:where(#wcfront_base) main > section:not(.hero):nth-of-type(even)::after { right: -40px; }
:where(#wcfront_base) main > section > .container { position: relative; z-index: 1; }
:where(#wcfront_base) .section-title {
  position: relative;
  z-index: 0;
  text-align: center;
  font-size: clamp(26px, 3.2vw, 38px);
  line-height: 1.45;
  margin-bottom: 34px;
  padding-top: 12px;
}
:where(#wcfront_base) .section-title::before {
  content: attr(data-bg);
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(34px, 9vw, 86px);
  letter-spacing: 0.08em;
  font-weight: 800;
  font-family: "Montserrat", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  color: rgba(111, 164, 15, 0.09);
  white-space: nowrap;
  line-height: 1;
  z-index: -1;
  pointer-events: none;
  user-select: none;
}
:where(#wcfront_base) .section-title .section-en {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-family: "Montserrat", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  color: var(--brand-deep);
  font-weight: 700;
}
:where(#wcfront_base) .section-lead { color: var(--muted); margin-bottom: 28px; }
:where(#wcfront_base) #jobs .section-lead { margin-bottom: 60px; }
@media (min-width: 769px) {
  :where(#wcfront_base) #appeal .section-lead,
  :where(#wcfront_base) #jobs .section-lead {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

:where(#wcfront_base) .appeal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}
:where(#wcfront_base) .appeal-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
:where(#wcfront_base) .card {
  background: var(--card);
  border: 1px solid #e4ecd2;
  border-radius: 18px;
  padding: 26px;
  box-shadow: 0 10px 24px rgba(78, 109, 20, 0.06);
}
:where(#wcfront_base) .card h3 { margin-bottom: 10px; color: #365307; }
:where(#wcfront_base) .card ul {
  list-style: none;
  padding-left: 0;
  color: #415064;
}
:where(#wcfront_base) .card li {
  position: relative;
  padding-left: 1.4em;
}
:where(#wcfront_base) .parts--html .card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #2f4a06;
  font-weight: 700;
  font-size: 1em;
}
:where(#wcfront_base) .card li + li { margin-top: 4px; }
:where(#wcfront_base) .appeal-image-card {
  background: #fff;
  border: 1px solid #e4ecd2;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(78, 109, 20, 0.08);
  height: 100%;
}
:where(#wcfront_base) .appeal-image-card img {
  width: 100%;
  display: block;
  height: calc(100% - 48px);
  min-height: 320px;
  object-fit: cover;
}
:where(#wcfront_base) .appeal-image-card .appeal-image-main {
  object-fit: contain;
  object-position: center;
  background: #f6f9ee;
}
:where(#wcfront_base) .appeal-image-card p {
  font-size: 13px;
  color: #5a6777;
  padding: 12px 16px;
  background: #fbfdf5;
  border-top: 1px solid #e8efd8;
}

:where(#wcfront_base) #jobs { background: linear-gradient(180deg, #eef8d9 0%, #f5f9ea 100%); }
:where(#wcfront_base) .jobs-panel {
  background: #fff;
  border: 1px solid #deebc4;
  border-radius: 20px;
  padding: 48px 28px 28px;
  box-shadow: 0 14px 30px rgba(110, 152, 22, 0.1);
}
:where(#wcfront_base) .jobs-panel h3 {
  margin: -78px auto 20px;
  text-align: center;
  font-size: clamp(14px, 1.6vw, 18px);
  letter-spacing: 0.04em;
  color: #2f4a06;
  line-height: 1.35;
  font-weight: 800;
  display: table;
  position: relative;
  padding: 10px 22px;
  background: #fffde8;
  border: 2px solid #d7eaa9;
  border-radius: 999px;
  box-shadow: 0 8px 16px rgba(111, 164, 15, 0.12);
}
:where(#wcfront_base) .jobs-panel h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 16px;
  height: 16px;
  background: #fffde8;
  border-right: 2px solid #d7eaa9;
  border-bottom: 2px solid #d7eaa9;
  transform: translateX(-50%) rotate(45deg);
}
:where(#wcfront_base) .chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 24px;
}
:where(#wcfront_base) .chip {
  border-radius: 999px;
  border: 1px solid #d2e6a4;
  background: #f8fce9;
  color: #37560a;
  font-size: 13px;
  font-weight: bold;
  padding: 7px 12px;
}
:where(#wcfront_base) .jobs-panel .btn {
  display: table;
  margin: 0 auto;
}
:where(#wcfront_base) .jobs-panel .btn.btn-primary.icon-label.icon-search {
  display: flex;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

:where(#wcfront_base) .facility-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 14px;
}
:where(#wcfront_base) .facility-item {
background: #fff;
border: 1px solid #e4ecd2;
border-radius: 14px;
padding: 16px;
}
:where(#wcfront_base) .facility-photo {
width: 100%;
height: 190px;
object-fit: cover;
border-radius: 10px;
margin-bottom: 12px;
background: #f1f5e8;
}
:where(#wcfront_base) .facility-item h4 {
font-size: 20px;
line-height: 1.3;
margin-bottom: 10px;
color: #365307;
}
:where(#wcfront_base) .facility-item p { font-size: 14px; color: var(--muted); }

:where(#wcfront_base) .life-rehab {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 14px;
}
:where(#wcfront_base) .life-rehab-item {
background: #fff;
border: 1px solid #e4ecd2;
border-radius: 14px;
padding: 18px 20px;
display: flex;
gap: 16px;
align-items: center;
}
:where(#wcfront_base) .life-rehab-icon {
width: clamp(56px, 4.6vw, 66px);
height: clamp(56px, 4.6vw, 66px);
object-fit: contain;
display: block;
}
:where(#wcfront_base) .life-rehab-item h4 {
font-size: 18px;
line-height: 1.4;
margin-bottom: 8px;
color: #365307;
}
:where(#wcfront_base) .life-rehab-item p {
font-size: 15px;
line-height: 1.65;
color: var(--muted);
}

:where(#wcfront_base) .benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
:where(#wcfront_base) .benefit-item {
  background: #fff;
  border: 1px solid #e4ecd2;
  border-radius: 14px;
  padding: 30px 20px 24px;
  min-height: 240px;
}
:where(#wcfront_base) .benefit-icon {
  width: 60px;
  height: 60px;
  margin: 0;
  display: block;
  object-fit: contain;
}
:where(#wcfront_base) .benefit-item h4 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #365307;
  text-align: center;
}
:where(#wcfront_base) .benefit-item p { font-size: 14px; color: var(--muted); }

:where(#wcfront_base) .faq-item {
  background: #fff;
  border: 1px solid #e4ecd2;
  border-radius: 12px;
  overflow: hidden;
}
:where(#wcfront_base) .faq-item + .faq-item { margin-top: 25px; }
:where(#wcfront_base) .faq-q {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 18px 16px;
  font-weight: bold;
  background: #f2f8e4;
  color: #2d4807;
}
:where(#wcfront_base) .faq-a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 16px 16px 18px;
  color: #4b5a6a;
}
:where(#wcfront_base) .faq-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  margin-top: 2px;
}
:where(#wcfront_base) .faq-icon.q { background: var(--brand); }
:where(#wcfront_base) .faq-icon.a { background: #f2994a; }

:where(#wcfront_base) .flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}
:where(#wcfront_base) .step {
  position: relative;
  background: #fff;
  border: 1px solid #e4ecd2;
  border-radius: 12px;
  padding: 16px 12px;
  text-align: center;
}
:where(#wcfront_base) .step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -21px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 16px solid var(--brand);
  z-index: 2;
}
:where(#wcfront_base) .step .num { color: var(--brand-deep); font-size: 14px; font-weight: bold; margin-bottom: 8px; }
:where(#wcfront_base) .step h4 { font-size: 17px; margin-bottom: 6px; }
:where(#wcfront_base) .step p { font-size: 14px; color: #607085; line-height: 1.55; }

/* Prevent awkward hero headline wrapping on desktop widths */
@media (max-width: 1360px) {
  :where(#wcfront_base) .hero h1 {
    font-size: clamp(26px, 4.2vw, 42px);
  }
}
@media (max-width: 1180px) {
  :where(#wcfront_base) .hero h1 {
    font-size: clamp(24px, 3.8vw, 36px);
    line-height: 1.28;
  }
}
@media (max-width: 1024px) {
  :where(#wcfront_base) .hero h1 {
    font-size: clamp(23px, 3.2vw, 32px);
    line-height: 1.26;
  }
}

@media (max-width: 900px) {
  :where(#wcfront_base) .hero-container {
    padding-left: 24px;
    padding-right: 24px;
  }
  :where(#wcfront_base) .hero-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  :where(#wcfront_base) .hero-visual {
    border-radius: 22px;
    border-right: 1px solid #d9e8bb;
    aspect-ratio: 16 / 9;
    min-height: 0;
  }
:where(#wcfront_base) .appeal-grid, :where(#wcfront_base) .facility-grid, :where(#wcfront_base) .benefits { grid-template-columns: 1fr; }
:where(#wcfront_base) .life-rehab { grid-template-columns: 1fr; }
  :where(#wcfront_base) .flow { grid-template-columns: 1fr 1fr; }
  :where(#wcfront_base) .step:nth-child(2n)::after { display: none; }
  :where(#wcfront_base) .appeal-image-card img {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
}
@container wciBase (width < 641px) {
  :where(#wcfront_base) section { padding: 52px 0; }
  :where(#wcfront_base) .hero-open-badge {
    top: 12px;
    right: 12px;
    width: 88px;
    font-size: 12px;
  }
  :where(#wcfront_base) .flow { grid-template-columns: 1fr; }
  :where(#wcfront_base) .step:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -16px;
    transform: translateX(50%);
    border-top: 16px solid var(--brand);
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-bottom: 0;
  }
  :where(#wcfront_base) main > section:not(.hero)::after { display: none; }
}

/* Latest overrides restored from recent edits */
:where(#wcfront_base) .hero h1 {
  font-size: 40px;
}

:where(#wcfront_base) .hero-headline-main {
  white-space: nowrap;
}

@media (max-width: 1360px) {
  :where(#wcfront_base) .hero h1 {
    font-size: clamp(24px, 3.9vw, 38px);
  }
}

@media (max-width: 1180px) {
  :where(#wcfront_base) .hero h1 {
    font-size: clamp(22px, 3.5vw, 34px);
    line-height: 1.28;
  }
}

@media (max-width: 1024px) {
  :where(#wcfront_base) .hero h1 {
    font-size: clamp(21px, 3vw, 30px);
    line-height: 1.26;
  }
}

@container wciBase (width < 641px) {
  :where(#wcfront_base) .hero h1 {
    font-size: clamp(26px, 7vw, 34px);
    line-height: 1.32;
  }

  :where(#wcfront_base) .hero-open-badge {
    top: -48px;
    right: 12px;
    width: 88px;
    font-size: 12px;
  }

  :where(#wcfront_base) .floating-cta a {
    font-size: 12px;
  }
}

:where(#wcfront_base) section#map ul li::before { display:none; }
:where(#wcfront_base) .note-text { font-size:.9em; color:var(--muted); }


/* #seiwakai-group-map */
#map { padding-bottom:0; }
.top_group-button { background:#fff; padding-bottom:64px; }
.top_group-button .parts--button > .button._type5 > span { border-color:#86ba42; background:#86ba42; }
body.pc .top_group-button .parts--button > .button._type5:hover > span { border-color:#86ba42; background:#86ba42; }

/* #seiwakai-group-map custom */
#seiwakai-group-map { position:relative; max-width:1220px; margin:0 auto; }
#seiwakai-group-map .en { font-family:var(--font-en); }
@container wciBase (width < 992px) {
  #seiwakai-group-map .seiwakai-group-map_image_wrap { background-image:url(/common/upload/files/group-map/group-map_sp.jpg); }
}
@container wciBase (width >= 992px) {
  #seiwakai-group-map .seiwakai-group-map_image_wrap { background-image:url(/common/upload/files/group-map/group-map_pc.jpg); }
}

/* #seiwakai-group-map common */
#seiwakai-group-map a { color:inherit; text-decoration:none; transition:.3s; cursor:pointer; }
#seiwakai-group-map a:hover { opacity:0.7; }
#seiwakai-group-map ul { list-style:none; margin:0; }
#seiwakai-group-map ul > li { margin:0; }

/* map image */
#seiwakai-group-map .seiwakai-group-map_image_wrap { aspect-ratio:100 / 74; }
#seiwakai-group-map .seiwakai-group-map_image_text { opacity:0; text-indent:-9999px; }
#seiwakai-group-map .seiwakai-group-map_image_wrap { background-repeat:no-repeat; background-position:center center; background-size:contain; }

/* text */
#seiwakai-group-map .seiwakai-group-map_text ._top { text-align:left; color:#86ba42; font-weight:bold; }
#seiwakai-group-map .seiwakai-group-map_text ._bottom { display:inline-block; padding:10px 20px 10px 30px; background:#f5f5f5; color:#747474; font-weight:bold; border-radius:10px; text-indent:-1em; }
#seiwakai-group-map .seiwakai-group-map_hl { position:relative; width:280px; margin:20px auto 40px; padding:5px 15px; text-align:center; border:2px solid #adda4f; border-bottom:none; font-family:var(--font-mincho); font-size:24px; line-height:1.2; font-weight:500; }
#seiwakai-group-map .seiwakai-group-map_hl::after { content:""; width:60px; height:2px; background:#adda4f; margin:5px auto 0; display:block; }
@container wciBase (width < 992px) {
  #seiwakai-group-map .seiwakai-group-map_text { padding-left:20px; }
  #seiwakai-group-map .seiwakai-group-map_text ._top { font-size:16px; margin-bottom:5px; }
  #seiwakai-group-map .seiwakai-group-map_text ._bottom { display:none; }
}
@container wciBase (width >= 992px) {
  #seiwakai-group-map .seiwakai-group-map_text { position:absolute; top:40px; left:30px; z-index:1; }
  #seiwakai-group-map .seiwakai-group-map_text ._top { font-size:18px; margin-bottom:30px; }
  #seiwakai-group-map .seiwakai-group-map_text ._bottom { font-size:14px; }
  #seiwakai-group-map .seiwakai-group-map_hl { display:none; }
}

/* area list */
#seiwakai-group-map .seiwakai-group-map_area-hl-pc,
#seiwakai-group-map .seiwakai-group-map_area-hl-sp { color:#fff; }
#seiwakai-group-map .seiwakai-group-map_area-hl-pc .main + .sub { margin-left:10px; }
#seiwakai-group-map .seiwakai-group-map_area ul > li::before { content:""; background:#96c43d; width:5px; height:10px; clip-path:polygon(0 0, 100% 50%, 0 100%); }
@container wciBase (width < 992px) {
  #seiwakai-group-map .seiwakai-group-map_areas { padding:0 20px; font-size:14px; }
  #seiwakai-group-map .seiwakai-group-map_area-hl-pc { display:none; }
  #seiwakai-group-map .seiwakai-group-map_area-hl-sp { position:relative; background:#96C43D; padding:15px; font-size:15px; }
  #seiwakai-group-map .seiwakai-group-map_area-hl-sp::before { content:"→"; transform:translateY(-50%) rotate(0deg); position:absolute; top:50%; right:15px; transition:.3s; }
  #seiwakai-group-map .seiwakai-group-map_details[open] .seiwakai-group-map_area-hl-sp::before { transform:translateY(-50%) rotate(90deg); }
  #seiwakai-group-map .seiwakai-group-map_area + .seiwakai-group-map_area { margin-top:10px; }
  #seiwakai-group-map .seiwakai-group-map_list { padding:8px 0 0; }
  #seiwakai-group-map .seiwakai-group-map_area ul + .corporation  { margin-top:4px; }
  #seiwakai-group-map .seiwakai-group-map_area .corporation { font-size:16px; font-weight:bold; color:#96C43D; }
  #seiwakai-group-map .seiwakai-group-map_area .category { display:none; }
  #seiwakai-group-map .seiwakai-group-map_area ul > li { padding-top:8px; padding-bottom:8px; border-bottom:1px solid #e9e9e9; }
  #seiwakai-group-map .seiwakai-group-map_area ul > li::before { top:15px; }
}
@container wciBase (width >= 992px) {
  #seiwakai-group-map .seiwakai-group-map_areas { font-size:12px; position:absolute; top:0; left:0; width:100%; height:100%; }
  #seiwakai-group-map .seiwakai-group-map_area { position:absolute; }
  #seiwakai-group-map .seiwakai-group-map_details::details-content { content-visibility:visible; }
  #seiwakai-group-map .seiwakai-group-map_area-hl-sp { display:none; }
  #seiwakai-group-map .seiwakai-group-map_area-hl-pc { padding:2px 15px; border-radius:20px; width:265px; }
  #seiwakai-group-map .seiwakai-group-map_list_wrap { display:flex; align-items:start; }
  #seiwakai-group-map .seiwakai-group-map_list_unit + .seiwakai-group-map_list_unit { padding-left:10px; }
  #seiwakai-group-map .seiwakai-group-map_area .corporation { font-size:13px; }
  #seiwakai-group-map .seiwakai-group-map_area ul + .corporation  { margin-top:4px; }
  #seiwakai-group-map .seiwakai-group-map_area ul + .category { margin-top:2px; }
  #seiwakai-group-map .seiwakai-group-map_area ul > li { margin-left:0.5em; }
  #seiwakai-group-map .seiwakai-group-map_area ul > li::before { top:5.5px; }
  
  /* area */
  #seiwakai-group-map .seiwakai-group-map_area._tokyo-kanagawa { top:13%; right:4%; }
  #seiwakai-group-map .seiwakai-group-map_area._tokyo-kanagawa .seiwakai-group-map_area-hl-pc { background:#69bbea; }
  #seiwakai-group-map .seiwakai-group-map_area._tokyo-kanagawa .seiwakai-group-map_list .corporation { color:#69bbea; }
  #seiwakai-group-map .seiwakai-group-map_area._tokyo-kanagawa .seiwakai-group-map_list .category { color:#69bbea; }
  #seiwakai-group-map .seiwakai-group-map_area._tokyo-kanagawa ul > li::before { background:#69bbea; }
  #seiwakai-group-map .seiwakai-group-map_area._osaka-nara { bottom:0; right:10%; }
  #seiwakai-group-map .seiwakai-group-map_area._osaka-nara .seiwakai-group-map_area-hl-pc { background:#6fb485; }
  #seiwakai-group-map .seiwakai-group-map_area._osaka-nara .seiwakai-group-map_list .corporation { color:#6fb485; }
  #seiwakai-group-map .seiwakai-group-map_area._osaka-nara .seiwakai-group-map_list .category { color:#6fb485; }
  #seiwakai-group-map .seiwakai-group-map_area._osaka-nara ul > li::before { background:#6fb485; }
  #seiwakai-group-map .seiwakai-group-map_area._kyoto-hyogo { bottom:2%; left:25%; }
  #seiwakai-group-map .seiwakai-group-map_area._kyoto-hyogo .seiwakai-group-map_area-hl-pc { background:#5cb8b3; }
  #seiwakai-group-map .seiwakai-group-map_area._kyoto-hyogo .seiwakai-group-map_list .corporation { color:#5cb8b3; }
  #seiwakai-group-map .seiwakai-group-map_area._kyoto-hyogo .seiwakai-group-map_list .category { color:#5cb8b3; }
  #seiwakai-group-map .seiwakai-group-map_area._kyoto-hyogo ul > li::before { background:#5cb8b3; }
  #seiwakai-group-map .seiwakai-group-map_area._hiroshima { top:5%; left:35%; }
  #seiwakai-group-map .seiwakai-group-map_area._hiroshima .seiwakai-group-map_area-hl-pc { background:#eda639; }
  #seiwakai-group-map .seiwakai-group-map_area._hiroshima .seiwakai-group-map_list .corporation { color:#eda639; }
  #seiwakai-group-map .seiwakai-group-map_area._hiroshima .seiwakai-group-map_list .category { color:#eda639; }
  #seiwakai-group-map .seiwakai-group-map_area._hiroshima ul > li::before { background:#eda639; }
  #seiwakai-group-map .seiwakai-group-map_area._yamaguchi { top:250px; left:40px; }
  #seiwakai-group-map .seiwakai-group-map_area._yamaguchi .seiwakai-group-map_area-hl-pc { background:#86ba42; }
  #seiwakai-group-map .seiwakai-group-map_area._yamaguchi .seiwakai-group-map_list .corporation { color:#86ba42; }
  #seiwakai-group-map .seiwakai-group-map_area._yamaguchi .seiwakai-group-map_list .category { color:#86ba42; }
}
@container wciBase (width >= 992px) and (width < 1180px) {
  #seiwakai-group-map .seiwakai-group-map_area._tokyo-kanagawa { top:-35px; right:0; }
  #seiwakai-group-map .seiwakai-group-map_area._osaka-nara { bottom:0; right:5%; }
  #seiwakai-group-map .seiwakai-group-map_area._kyoto-hyogo { bottom:0; left:24%; }
  #seiwakai-group-map .seiwakai-group-map_area._hiroshima { top:3%; left:40%; }
}
