/* ========================================================
   ライフネスト浦和 固有スタイル
   ======================================================== */
:root {
  --ln-primary: #4ABAA7;
  --ln-primary-dark: #3A9A8A;
  --ln-primary-light: #E8F6F3;
  --ln-accent: #F0857E;
  --ln-text: #333;
  --ln-text-light: #666;
  --ln-bg-gray: #F7F8FA;
}
.ln-page { color: var(--ln-text); line-height: 1.8; }
.ln-page img { max-width: 100%; height: auto; }
.ln-container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }

/* FIXED CTA BUTTON (SP) */
.mlnmore { margin-left: auto; }
.mlnmore a {
  color: #3A9A8A; border-color: #4ABAA7; background: #fff;
}
.mlnmore a::before { background: #4ABAA7; }
.mlnmore a:hover {
  background-color: #4ABAA7; color: #fff; transition: 1s;
}
.mlnmore a:hover::before { background: #fff; }
.mlnmore a:hover::after { border-top: 1px solid #4ABAA7; border-right: 1px solid #4ABAA7; }
.mlncont a {
  color: #fff; border-color: #fff; background: #4ABAA7;
}
.mlncont a::before { background: #fff; }
.mlncont a::after { border-top: 1px solid #fff; border-right: 1px solid #fff; }
.mlncont a:hover {
  background-color: #fff; color: #4ABAA7; transition: 1s;
}
.mlncont a:hover::before { background: #4ABAA7; }
.mlncont a:hover::after { border-top: 1px solid #4ABAA7; border-right: 1px solid #4ABAA7; }

/* BREADCRUMB (ヒーロー内右上) */
.ln-hero-breadcrumbs {
  position: absolute; top: 16px; right: 20px;
  font-size: 12px; color: rgba(255,255,255,.8); z-index: 2;
}
.ln-hero-breadcrumbs a { color: rgba(255,255,255,.85); text-decoration: none; }
.ln-hero-breadcrumbs a:hover { color: #fff; text-decoration: underline; }

/* HERO */
.ln-hero {
  background: linear-gradient(135deg, var(--ln-primary) 0%, #6DC9B8 50%, var(--ln-primary-light) 100%);
  color: #fff; padding: 80px 0 60px; text-align: center;
  position: relative; overflow: hidden;
}
.ln-hero::after {
  content: ''; position: absolute; bottom: -40px; left: 0; right: 0;
  height: 80px; background: var(--ln-bg-gray); border-radius: 50% 50% 0 0;
}
.ln-hero-logo { font-size: 14px; letter-spacing: .1em; margin-bottom: 8px; opacity: .9; }
.ln-hero h2 { font-size: 42px; font-weight: 700; letter-spacing: .08em; margin-bottom: 8px; color: #fff; }
.ln-hero h2 span { display: block; font-size: 14px; letter-spacing: .3em; font-weight: 400; margin-top: 4px; }
.ln-hero-sub { font-size: 16px; margin-top: 12px; opacity: .95; }
.ln-hero-tagline {
  font-size: 18px; font-weight: 500; margin-top: 20px;
  background: rgba(255,255,255,.2); display: inline-block; padding: 8px 32px; border-radius: 30px;
}

/* SECTION */
.ln-section { padding: 70px 0; }
.ln-section-gray { background: var(--ln-bg-gray); }
.ln-section-title { text-align: center; margin-bottom: 50px; }
.ln-section-title h3 {
  font-size: 28px; color: var(--ln-primary-dark);
  position: relative; display: inline-block; padding-bottom: 12px;
}
.ln-section-title h3::after {
  content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  width: 60px; height: 3px; background: var(--ln-primary); border-radius: 2px;
}
.ln-section-title p { color: var(--ln-text-light); margin-top: 12px; font-size: 15px; }

/* WORRIES */
.ln-worries-heading { text-align: center; margin-bottom: 40px; }
.ln-worries-heading h3 { font-size: 30px; color: var(--ln-text); }
.ln-worries-heading h3 .highlight { color: var(--ln-accent); font-size: 38px; font-weight: 700; }
.ln-worry-cards {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px; max-width: 960px; margin: 0 auto;
}
.ln-worry-card {
  background: #fff; border-radius: 16px; padding: 24px 20px; text-align: center;
  box-shadow: 0 2px 12px rgba(0,0,0,.06); border-left: 4px solid var(--ln-accent);
  transition: transform .2s;
}
.ln-worry-card:hover { transform: translateY(-4px); }
.ln-worry-card .worry-img { width: 100px; height: 100px; object-fit: contain; margin-bottom: 12px; }
.ln-worry-card p { font-size: 15px; font-weight: 600; line-height: 1.6; }
.ln-worries-cta-wrap { text-align: center; margin-top: 50px; }
.ln-cta-banner {
  position: relative; max-width: 500px; margin: 0 auto; text-align: center;
}
.ln-cta-banner-heading {
  position: relative; z-index: 2;
  background: var(--ln-primary); color: #fff;
  font-size: 18px; font-weight: 700; line-height: 1.6;
  padding: 14px 32px; border-radius: 12px;
  display: inline-block; margin-top: -18px;
}
.ln-cta-banner-img {
  position: relative; z-index: 1;
  width: 200px; display: block; margin: 0 auto;
}

/* FLOW SECTION with reef background */
.ln-flow-section {
  position: relative; overflow: hidden;
}
.ln-flow-section::before {
  content: ''; position: absolute; top: 0; left: 0;
  width: 300px; height: 240px;
  background-image: var(--ln-reef-left);
  background-repeat: no-repeat; background-position: top left;
  background-size: contain;
  pointer-events: none; z-index: 0; opacity: 0.7;
}
.ln-flow-section::after {
  content: ''; position: absolute; bottom: 0; right: 0;
  width: 300px; height: 240px;
  background-image: var(--ln-reef-right);
  background-repeat: no-repeat; background-position: bottom right;
  background-size: contain;
  pointer-events: none; z-index: 0; opacity: 0.7;
}
.ln-flow-section .ln-container { position: relative; z-index: 1; }
.ln-kotori {
  display: block; margin: 0 auto; width: 270px;
}

/* FLOW */
.ln-flow-intro {
  text-align: center; max-width: 800px; margin: 0 auto 40px;
  font-size: 15px; color: var(--ln-text-light); line-height: 1.8;
}
.ln-flow-steps { display: flex; flex-direction: column; max-width: 800px; margin: 0 auto; }
.ln-flow-step {
  display: flex; align-items: flex-start; gap: 24px;
  position: relative; padding-bottom: 40px;
}
.ln-flow-step:last-child { padding-bottom: 0; }
.ln-flow-step-num {
  flex-shrink: 0; width: 56px; height: 56px;
  background: var(--ln-primary); color: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700; text-align: center; line-height: 1.2;
  position: relative; z-index: 1;
}
.ln-flow-step:not(:last-child)::after {
  content: ''; position: absolute; top: 60px; left: 28px; transform: translateX(-50%);
  width: 3px; height: calc(100% - 30px);
  background: linear-gradient(to bottom, var(--ln-primary), var(--ln-primary-light));
  border-radius: 2px;
}
.ln-flow-step-content {
  flex: 1; background: #fff; border-radius: 16px; padding: 24px 28px;
  box-shadow: 0 2px 12px rgba(0,0,0,.06); border-top: 3px solid var(--ln-primary);
}
.ln-flow-step-content h4 { font-size: 20px; color: var(--ln-primary-dark); margin-bottom: 8px; }
.ln-flow-step-content h4 .en { font-size: 13px; color: var(--ln-text-light); font-weight: 400; margin-left: 8px; }
.ln-flow-step-content p { font-size: 14px; color: var(--ln-text-light); line-height: 1.8; }
.ln-flow-step-content ul { list-style: none; margin-top: 10px; }
.ln-flow-step-content ul li { font-size: 14px; color: var(--ln-text-light); padding: 3px 0 3px 18px; position: relative; }
.ln-flow-step-content ul li::before {
  content: ''; position: absolute; left: 0; top: 10px;
  width: 8px; height: 8px; background: var(--ln-primary); border-radius: 50%;
}
.ln-eqs-abilities { display: flex; gap: 12px; margin-top: 14px; flex-wrap: wrap; }
.ln-eqs-ability {
  background: var(--ln-primary-light); color: var(--ln-primary-dark);
  padding: 8px 16px; border-radius: 24px; font-size: 14px; font-weight: 600;
}

/* PROGRAMS */
.ln-program-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 20px; max-width: 1000px; margin: 0 auto;
}
.ln-program-card {
  background: #fff; border-radius: 14px; padding: 0; text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,.05); transition: transform .2s;
  overflow: hidden;
}
.ln-program-card:hover { transform: translateY(-3px); }
.ln-program-card .ln-program-img {
  width: 100%; aspect-ratio: 2/1; object-fit: cover; display: block;
}
.ln-program-card h4 { font-size: 16px; color: var(--ln-primary-dark); padding: 14px 10px; }

/* SIP */
.ln-sip-bg { background: linear-gradient(135deg, #fdfcfb 0%, var(--ln-primary-light) 100%); }
.ln-sip-box {
  max-width: 800px; margin: 0 auto; background: #fff; border-radius: 20px;
  padding: 40px; box-shadow: 0 4px 20px rgba(0,0,0,.08); border: 2px solid var(--ln-primary);
  display: flex; align-items: center; gap: 30px;
}
.ln-sip-box p { font-size: 15px; line-height: 1.9; flex: 1; }
.ln-sip-img { flex-shrink: 0; width: 150px; }

/* MODEL PLAN */
.ln-model-plan-note { text-align: center; color: var(--ln-text-light); font-size: 14px; margin-bottom: 30px; }
.ln-plan-timeline { display: flex; align-items: stretch; max-width: 900px; margin: 0 auto; }
.ln-plan-stage { flex: 1; text-align: center; padding: 0 8px; }
.ln-plan-stage-box {
  background: var(--ln-primary-light); border: 2px solid var(--ln-primary);
  border-radius: 12px; padding: 20px 10px; min-height: 110px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.ln-plan-stage-box h5 { font-size: 15px; color: var(--ln-primary-dark); margin-bottom: 4px; line-height: 1.4; }
.ln-plan-stage-box .duration { font-size: 13px; color: var(--ln-text-light); }
.ln-plan-stage-label { margin-top: 8px; font-size: 13px; color: var(--ln-text-light); font-weight: 600; }
.ln-plan-arrow {
  flex-shrink: 0; width: 30px; display: flex; align-items: center;
  justify-content: center; color: var(--ln-primary); font-size: 24px;
}
.ln-plan-goal { flex-shrink: 0; display: flex; align-items: center; }
.ln-plan-goal-box {
  background: var(--ln-primary); color: #fff; border-radius: 50%;
  width: 90px; height: 90px; display: flex; align-items: center;
  justify-content: center; text-align: center; font-size: 14px; font-weight: 700; line-height: 1.4;
}

/* CAREER */
.ln-career-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  max-width: 700px; margin: 30px auto 0;
}
.ln-career-item {
  background: #fff; border-radius: 10px; padding: 16px; text-align: center;
  font-size: 14px; font-weight: 600; color: var(--ln-primary-dark);
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
}
.ln-career-destinations {
  max-width: 700px; margin: 30px auto 0; background: #fff;
  border-radius: 12px; padding: 24px; box-shadow: 0 2px 8px rgba(0,0,0,.05);
}
.ln-career-destinations h4 { font-size: 16px; color: var(--ln-primary-dark); margin-bottom: 10px; }
.ln-career-destinations p { font-size: 14px; color: var(--ln-text-light); line-height: 1.8; }
.ln-career-goals { display: flex; justify-content: center; gap: 20px; margin-top: 30px; flex-wrap: wrap; }
.ln-career-goal-badge {
  background: var(--ln-primary); color: #fff; padding: 12px 28px;
  border-radius: 30px; font-size: 18px; font-weight: 700;
}

/* STAFF */
.ln-staff-cards {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 24px; max-width: 1000px; margin: 0 auto;
}
.ln-staff-card {
  background: #fff; border-radius: 16px; padding: 28px;
  box-shadow: 0 2px 12px rgba(0,0,0,.06); position: relative;
  border-left: 4px solid var(--ln-primary);
}
.ln-staff-card-header {
  display: flex; align-items: center; gap: 16px; margin-bottom: 16px;
}
.ln-staff-avatar { width: 90px; height: 90px; border-radius: 50%; object-fit: cover; border: 3px solid var(--ln-primary-light); }
.ln-staff-card p { font-size: 14px; line-height: 2; color: var(--ln-text-light); position: relative; z-index: 1; }

/* CTA BUTTONS */
.ln-cta-btn {
  display: inline-block; padding: 16px 40px; border-radius: 30px;
  font-size: 16px; font-weight: 700; text-align: center;
  text-decoration: none; transition: all .3s; min-width: 240px;
  background: #fff; color: var(--ln-primary-dark);
  border: 2px solid var(--ln-primary);
}
.ln-cta-btn:hover {
  background: var(--ln-primary); color: #fff;
}
.ln-cta-btn-accent {
  background: var(--ln-accent); color: #fff;
  border-color: var(--ln-accent);
}
.ln-cta-btn-accent:hover {
  background: #e06b63; border-color: #e06b63; color: #fff;
}

/* CONTACT */
.ln-contact { background: var(--ln-primary); color: #fff; text-align: center; padding: 60px 0; }
.ln-contact h3 { font-size: 22px; margin-bottom: 20px; color: #fff; }
.ln-contact-info {
  background: rgba(255,255,255,.15); border-radius: 16px; padding: 30px;
  max-width: 600px; margin: 0 auto; backdrop-filter: blur(4px);
}
.ln-contact-info .tel { font-size: 28px; font-weight: 700; margin: 16px 0 8px; letter-spacing: .05em; }
.ln-contact-info .detail { font-size: 14px; line-height: 2; opacity: .95; }
.ln-contact-info a { color: #fff; text-decoration: none; }
.ln-contact-info a:hover { text-decoration: underline; }
.ln-contact-access { margin-top: 12px; font-size: 14px; opacity: .9; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .ln-hero h2 { font-size: 30px; }
  .ln-worries-heading h3 { font-size: 24px; }
  .ln-worries-heading h3 .highlight { font-size: 30px; }
  .ln-worry-cards { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .ln-worry-card .worry-img { width: 80px; height: 80px; }
  .ln-plan-timeline { flex-direction: column; align-items: center; gap: 12px; }
  .ln-plan-arrow { transform: rotate(90deg); width: auto; height: 30px; }
  .ln-staff-cards { grid-template-columns: 1fr; }
  .ln-career-grid { grid-template-columns: repeat(2, 1fr); }
  .ln-sip-box { flex-direction: column; padding: 24px; }
  .ln-sip-img { width: 120px; }
  .ln-flow-step { gap: 16px; }
  .ln-program-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .ln-worry-cards { grid-template-columns: 1fr; }
  .ln-hero h2 { font-size: 26px; }
  .ln-section { padding: 50px 0; }
  .ln-program-grid { grid-template-columns: 1fr; }
  .ln-career-grid { grid-template-columns: 1fr; }
}
