html { margin-top: 0 !important; }
#wpadminbar { position: fixed !important; }
#site-header, #masthead, .site-header,
header.site-header, .global-header,
#site-footer, .site-footer, footer.site-footer,
#sidebar, .sidebar, .widget-area { display: none !important; }
.admin-bar #yw-hd { top: 32px !important; }
@media screen and (max-width: 782px) {
  .admin-bar #yw-hd { top: 46px !important; }
}
:root {
  --red:     #E8705A;
  --red-d:   #C8503A;
  --red-l:   #FF9A85;
  --red-ll:  #FFBFB0;
  --rose:    #D4567A;
  --rose-l:  #F09AB0;
  --bg-base: #FFFAF8;
  --bg-warm: #FFF4F0;
  --bg-soft: #FFF0EB;
  --bg-hero: #FEF0ED;
  --cream:   #FDF6F4;
  --white:   #FFFFFF;
  --text:    #2A1510;
  --text-s:  #7A5048;
  --text-ss: #A07060;
  --border:  #F0D8D0;
  --border-s:#EAD0C8;
  --ff: 'Noto Sans JP', sans-serif;
  --ff-en: 'Playfair Display', serif;
  --r: 16px;
  --r-sm: 10px;
  --r-full: 999px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body.yw-body { font-family: var(--ff); background: var(--bg-base); color: var(--text); overflow-x: hidden; }
.yw a { text-decoration: none; transition: .22s; }
.yw img { max-width: 100%; display: block; }
.yw-w  { max-width: 1100px; margin: 0 auto; padding: 0 28px; }
@keyframes yw-pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(.7)} }
@keyframes yw-float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }
.yw-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .65s ease, transform .65s ease;
}
.yw-reveal.visible { opacity: 1; transform: translateY(0); }
.yw-sec { padding: 96px 0; }
.yw-sec-kicker {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: var(--red);
  margin-bottom: 14px;
}
.yw-sec-kicker::before {
  content: ''; display: block;
  width: 20px; height: 2px; background: var(--red);
}
.yw-sec-h2 {
  font-family: var(--ff-en);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 900; line-height: 1.18;
  letter-spacing: -.02em; color: var(--text);
  margin-bottom: 14px;
}
.yw-sec-h2 span { 
  font-family: var(--ff);
  font-size: .92em;
}
.yw-sec-lead {
  font-size: 15.5px; line-height: 2; color: var(--text-s);
  max-width: 580px;
}
#yw-hd {
  position: fixed; top: 0; left: 0; right: 0; z-index: 400;
  height: 62px; display: flex; align-items: center;
  background: rgba(255,250,248,.95);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border);
}
.admin-bar #yw-hd { top: 32px; }
.admin-bar #yw-hero { padding-top: calc(62px + 32px); }
@media screen and (max-width: 782px) {
  .admin-bar #yw-hd { top: 46px; }
  .admin-bar #yw-hero { padding-top: calc(62px + 46px); }
}
.yw-hd-inner {
  display: flex; align-items: center;
  justify-content: space-between;
  max-width: 1100px; margin: 0 auto;
  padding: 0 24px; width: 100%;
}
.yw-hd-logo {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none; color: var(--text);
}
.yw-hd-icon {
  width: 34px; height: 34px; border-radius: 9px;
  background: linear-gradient(135deg, var(--red), var(--rose));
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 14px; font-weight: 900;
  letter-spacing: -.03em; font-family: var(--ff-en);
  box-shadow: 0 4px 12px rgba(232,112,90,.35);
}
.yw-hd-name {
  font-family: var(--ff-en);
  font-size: 17px; font-weight: 700; letter-spacing: .08em;
  color: var(--text);
}
.yw-hd-sub {
  font-size: 10px; color: var(--text-ss); letter-spacing: .04em;
  display: none;
}
@media(min-width:620px) { .yw-hd-sub { display: block; } }
.yw-hd-nav { display: none; gap: 26px; align-items: center; }
@media(min-width:900px) {
  .yw-hd-nav { display: flex; }
  .yw-hd-nav a { display: inline-flex; align-items: center; font-size: 12px; font-weight: 500; color: var(--text-s); }
  .yw-hd-nav a:hover { color: var(--red); }
  .yw-hd-nav-biz {
    padding: 5px 14px; border-radius: var(--r-full);
    background: #EBF4FF; border: 1.5px solid #B8D8F8;
    color: #2D6DB0 !important; font-weight: 700 !important;
    font-size: 11px !important;
  }
  .yw-hd-nav-biz:hover {
    background: #D4ECFF !important; color: #1A4F8A !important;
    border-color: #8BBFE8 !important;
  }
}
.yw-hd-btn,
a.yw-hd-btn,
a.yw-hd-btn:link,
a.yw-hd-btn:visited {
  display: inline-flex; align-items: center; gap: 5px;
  justify-content: center;
  padding: 8px 20px; border-radius: var(--r-full);
  background: linear-gradient(135deg, var(--red), var(--rose));
  color: #fff !important; -webkit-text-fill-color: #fff;
  font-size: 12px; font-weight: 700;
  box-shadow: 0 4px 14px rgba(232,112,90,.35);
  white-space: nowrap; text-decoration: none;
  min-height: 44px;
}
a.yw-hd-btn:hover,
.yw-hd-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(232,112,90,.45);
  color: #fff !important; -webkit-text-fill-color: #fff;
}
#yw-hero {
  padding-top: 62px; min-height: calc(100vh - 62px);
  background: linear-gradient(162deg, var(--bg-hero) 0%, #FFE8E0 40%, #FFF4F0 100%);
  display: flex; align-items: center;
  position: relative; overflow: hidden;
}
.yw-hero-circle1 {
  position: absolute; top: -80px; right: -120px;
  width: 520px; height: 520px; border-radius: 50%;
  background: radial-gradient(circle, rgba(232,112,90,.14) 0%, transparent 68%);
  pointer-events: none;
}
.yw-hero-circle2 {
  position: absolute; bottom: -60px; left: -80px;
  width: 380px; height: 380px; border-radius: 50%;
  background: radial-gradient(circle, rgba(212,86,122,.10) 0%, transparent 68%);
  pointer-events: none;
}
.yw-hero-deco {
  position: absolute; bottom: 0; right: 2%;
  font-family: var(--ff-en); font-size: clamp(70px,14vw,180px);
  font-weight: 900; letter-spacing: -.04em;
  color: rgba(232,112,90,.06); line-height: 1;
  pointer-events: none; user-select: none;
}
.yw-hero-inner {
  position: relative; z-index: 2;
  max-width: 1100px; margin: 0 auto; padding: 32px 28px 72px;
  width: 100%;
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center;
}
@media(max-width:860px) {
  .yw-hero-inner { grid-template-columns: 1fr; gap: 36px; padding: 24px 24px 56px; }
}
.yw-hero-badge {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 5px 16px; border-radius: var(--r-full);
  background: rgba(232,112,90,.12);
  border: 1px solid rgba(232,112,90,.25);
  font-size: 11px; font-weight: 700; color: var(--red);
  letter-spacing: .06em; margin-bottom: 22px;
}
.yw-hero-badge-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--red); animation: yw-pulse 2.2s ease-in-out infinite;
}
.yw-hero-catch {
  font-family: var(--ff-en);
  font-size: clamp(38px, 5.8vw, 70px);
  font-weight: 900; line-height: 1.1; letter-spacing: -.03em;
  color: var(--text); margin-bottom: 10px;
}
.yw-hero-catch span {
  font-family: var(--ff);
  font-size: .68em; font-weight: 900;
  letter-spacing: -.02em; display: block;
  line-height: 1.2;
}
.yw-hero-catch em {
  font-style: italic;
  background: linear-gradient(135deg, var(--red) 0%, var(--rose) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.yw-hero-concept {
  font-size: 14px; font-weight: 700; color: var(--red-d);
  letter-spacing: .08em; margin-bottom: 24px;
  display: flex; align-items: center; gap: 8px;
}
.yw-hero-concept::before {
  content: ''; display: block;
  width: 28px; height: 1.5px; background: var(--red);
}
.yw-hero-lead {
  font-size: 15px; line-height: 2.1; color: var(--text-s);
  max-width: 440px; margin-bottom: 38px;
}
.yw-hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.yw-btn {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 14px 30px; border-radius: var(--r-full);
  font-size: 14px; font-weight: 700; transition: .22s;
  white-space: nowrap;
}
.yw-btn--primary,
a.yw-btn--primary,
a.yw-btn--primary:link,
a.yw-btn--primary:visited {
  background: linear-gradient(135deg, var(--red) 0%, var(--rose) 100%);
  color: #fff !important; -webkit-text-fill-color: #fff;
  box-shadow: 0 6px 22px rgba(232,112,90,.38);
  text-decoration: none;
}
a.yw-btn--primary:hover,
.yw-btn--primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(232,112,90,.48);
  color: #fff !important; -webkit-text-fill-color: #fff;
}
.yw-btn--primary * { color: #fff !important; -webkit-text-fill-color: #fff; }
.yw-btn--outline {
  border: 2px solid var(--border-s);
  color: var(--text-s);
  background: rgba(255,255,255,.6);
}
.yw-btn--outline:hover {
  border-color: var(--red); color: var(--red);
  background: rgba(232,112,90,.06);
}
.yw-hero-articles {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
}
.yw-ha {
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(232,112,90,.12);
  border-radius: var(--r); overflow: hidden;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 18px rgba(100,30,20,.07);
  transition: .25s; display: flex; flex-direction: column;
}
.yw-ha:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(100,30,20,.12);
  border-color: rgba(232,112,90,.28);
}
.yw-ha--wide { grid-column: 1 / -1; }
.yw-ha-img {
  aspect-ratio: 16/9; background: var(--bg-soft) center/cover no-repeat;
  flex-shrink: 0;
}
.yw-ha--wide .yw-ha-img { aspect-ratio: 21/9; }
.yw-ha-body { padding: 12px 14px 14px; }
.yw-ha-tags { display: flex; gap: 5px; flex-wrap: wrap; margin-bottom: 7px; }
.yw-ha-tag {
  display: inline-block; padding: 2px 9px; border-radius: var(--r-full);
  font-size: 9px; font-weight: 700; color: #fff; letter-spacing: .04em;
}
.yw-ha-title {
  font-size: 12px; font-weight: 700; color: var(--text); line-height: 1.5;
  display: -webkit-box; -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; overflow: hidden;
}
.yw-ha--wide .yw-ha-title { font-size: 13.5px; }
.yw-ha-date { font-size: 10px; color: var(--text-ss); margin-top: 5px; }
#yw-who {
  background: var(--white);
  border-top: 1px solid var(--border);
}
.yw-who-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
  margin-top: 52px;
}
@media(max-width:860px) { .yw-who-grid { grid-template-columns: repeat(2,1fr); } }
@media(max-width:640px) { .yw-who-grid { grid-template-columns: 1fr; } }
.yw-who-card {
  padding: 28px 24px; border-radius: var(--r);
  background: var(--bg-warm);
  border: 1px solid var(--border);
  transition: .25s;
}
.yw-who-card:hover {
  background: rgba(232,112,90,.07);
  border-color: rgba(232,112,90,.3);
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(232,112,90,.10);
}
.yw-who-ico {
  width: 48px; height: 48px; border-radius: 12px;
  background: rgba(232,112,90,.12);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; margin-bottom: 16px;
}
.yw-who-title {
  font-size: 15px; font-weight: 700; color: var(--text);
  margin-bottom: 8px; line-height: 1.4;
}
.yw-who-text {
  font-size: 13px; line-height: 1.85; color: var(--text-s);
}
#yw-ways {
  background: linear-gradient(160deg, var(--bg-soft) 0%, var(--bg-warm) 100%);
}
.yw-ways-grid {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 16px;
  margin-top: 52px;
}
@media(max-width:900px) { .yw-ways-grid { grid-template-columns: repeat(2,1fr); } }
@media(max-width:500px) { .yw-ways-grid { grid-template-columns: 1fr 1fr; } }
.yw-way {
  background: var(--white); border-radius: var(--r);
  padding: 28px 22px;
  border: 1px solid var(--border);
  box-shadow: 0 2px 12px rgba(150,50,30,.05);
  transition: .25s; text-align: center;
}
.yw-way:hover {
  border-color: var(--red-ll); transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(232,112,90,.13);
}
.yw-way-ico {
  font-size: 32px; margin-bottom: 14px; display: block;
  animation: yw-float 4s ease-in-out infinite;
}
.yw-way:nth-child(2) .yw-way-ico { animation-delay: .8s; }
.yw-way:nth-child(3) .yw-way-ico { animation-delay: 1.6s; }
.yw-way:nth-child(4) .yw-way-ico { animation-delay: 2.4s; }
.yw-way-name {
  font-size: 14px; font-weight: 700; color: var(--red-d);
  margin-bottom: 8px; letter-spacing: .02em;
}
.yw-way-desc {
  font-size: 12.5px; line-height: 1.8; color: var(--text-s);
}
.yw-ways-note {
  text-align: center; margin-top: 28px;
  font-size: 13px; color: var(--text-ss);
  letter-spacing: .02em;
}
#yw-media { background: var(--bg-base); }
.yw-tabs-row { display: flex; gap: 8px; flex-wrap: wrap; margin: 36px 0; }
.yw-tab {
  display: inline-flex; align-items: center; gap: 6px;
  justify-content: center;
  padding: 7px 18px; border-radius: var(--r-full);
  font-size: 12px; font-weight: 700;
  border: 2px solid var(--border);
  background: var(--white); color: var(--text-s);
  cursor: pointer; transition: .2s; white-space: nowrap;
  min-height: 44px;
}
.yw-tab-dot { width: 7px; height: 7px; border-radius: 50%; }
.yw-tab.is-active { color: #fff; border-color: transparent; }
.yw-tab:hover:not(.is-active) { border-color: var(--red); color: var(--red); }
.yw-panel { display: none; }
.yw-panel.is-active { display: block; }
.yw-cards-grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 22px;
}
@media(max-width:900px) { .yw-cards-grid { grid-template-columns: repeat(2,1fr); } }
@media(max-width:640px) { .yw-cards-grid { grid-template-columns: 1fr; } }
.yw-acard {
  display: block; background: var(--white);
  border-radius: var(--r); overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 2px 10px rgba(100,30,20,.05);
  transition: .25s;
}
.yw-acard:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(100,30,20,.10);
  border-color: var(--red-ll);
}
.yw-acard-img {
  aspect-ratio: 16/9;
  background: var(--bg-soft) center/cover no-repeat;
}
.yw-acard-body { padding: 16px 18px 20px; }
.yw-acard-tags { display: flex; gap: 5px; flex-wrap: wrap; margin-bottom: 10px; }
.yw-acard-tag {
  display: inline-block; padding: 3px 10px; border-radius: var(--r-full);
  font-size: 10px; font-weight: 700; color: #fff;
}
.yw-em { color: var(--text); font-weight: 700; }
.yw-ha-img,
.yw-acard-img { position: relative; overflow: hidden; }
.yw-ha-img img,
.yw-acard-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yw-ha-img--placeholder {
  background: linear-gradient(135deg,#FDE8E4,#FFD8D0);
  display: flex;
  align-items: center;
  justify-content: center;
}
.yw-ha-placeholder-icon { font-size: 44px; }
.yw-tag--cycle-0,
.yw-tag--work-column,
.yw-tab--work-column.is-active { background: #E8705A; }
.yw-tag--cycle-1,
.yw-tag--career-design,
.yw-tab--career-design.is-active { background: #D4567A; }
.yw-tag--cycle-2,
.yw-tag--haken-basic,
.yw-tab--haken-basic.is-active { background: #C46A3E; }
.yw-tag--cycle-3,
.yw-tag--job-guide,
.yw-tab--job-guide.is-active { background: #B85A8A; }
.yw-tag--salary-work,
.yw-tab--salary-work.is-active { background: #C4784A; }
.yw-tag--real-voices,
.yw-tab--real-voices.is-active { background: #D45A5A; }
.yw-tag--skill-up,
.yw-tab--skill-up.is-active { background: #A05A8A; }
.yw-tag--career-change,
.yw-tab--career-change.is-active { background: #C85068; }
.yw-tab--work-column { border-color: #E8705A; }
.yw-tab--career-design { border-color: #D4567A; }
.yw-tab--haken-basic { border-color: #C46A3E; }
.yw-tab--job-guide { border-color: #B85A8A; }
.yw-tab--salary-work { border-color: #C4784A; }
.yw-tab--real-voices { border-color: #D45A5A; }
.yw-tab--skill-up { border-color: #A05A8A; }
.yw-tab--career-change { border-color: #C85068; }
.yw-tab.is-active { color: #fff; }
.yw-tab.is-active .yw-tab-dot { background: #fff; }
.yw-tab--work-column .yw-tab-dot { background: #E8705A; }
.yw-tab--career-design .yw-tab-dot { background: #D4567A; }
.yw-tab--haken-basic .yw-tab-dot { background: #C46A3E; }
.yw-tab--job-guide .yw-tab-dot { background: #B85A8A; }
.yw-tab--salary-work .yw-tab-dot { background: #C4784A; }
.yw-tab--real-voices .yw-tab-dot { background: #D45A5A; }
.yw-tab--skill-up .yw-tab-dot { background: #A05A8A; }
.yw-tab--career-change .yw-tab-dot { background: #C85068; }
.yw-acard-title {
  font-size: 14px; font-weight: 700; color: var(--text); line-height: 1.55;
  margin-bottom: 8px;
  display: -webkit-box; -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; overflow: hidden;
}
.yw-acard-date { font-size: 11px; color: var(--text-ss); }
.yw-no-posts { color: var(--text-ss); font-size: 14px; padding: 40px 0; text-align: center; }
.yw-more-wrap { text-align: center; margin-top: 48px; }
.yw-more-link {
  display: inline-flex; align-items: center; gap: 8px;
  justify-content: center;
  padding: 13px 38px; border-radius: var(--r-full);
  border: 2px solid var(--red); color: var(--red);
  font-size: 13px; font-weight: 700; background: transparent; transition: .2s;
  min-height: 44px;
}
.yw-more-link:hover { background: var(--red); color: #fff; }
#yw-career {
  background: var(--white);
  border-top: 1px solid var(--border);
}
.yw-career-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
  margin-top: 52px;
}
@media(max-width:860px) { .yw-career-grid { grid-template-columns: 1fr; gap: 40px; } }
.yw-steps {
  display: flex; flex-direction: column; gap: 0;
  position: relative;
}
.yw-steps::before {
  content: '';
  position: absolute; left: 20px; top: 24px; bottom: 24px; width: 2px;
  background: linear-gradient(to bottom, var(--red-ll), transparent);
}
.yw-step {
  display: flex; gap: 18px; align-items: flex-start;
  padding: 22px 0;
  position: relative; z-index: 1;
}
.yw-step-num {
  width: 42px; height: 42px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--red), var(--rose));
  color: #fff; font-size: 16px; font-weight: 900;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 14px rgba(232,112,90,.35);
}
.yw-step-body {}
.yw-step-title {
  font-size: 15px; font-weight: 700; color: var(--text);
  margin-bottom: 5px;
}
.yw-step-text {
  font-size: 13.5px; line-height: 1.85; color: var(--text-s);
}
.yw-career-message {
  background: linear-gradient(148deg, var(--bg-soft) 0%, var(--bg-warm) 100%);
  border-radius: 20px; padding: 44px 40px;
  border: 1px solid var(--border);
}
.yw-career-message-q {
  font-family: var(--ff-en); font-size: 80px; font-weight: 900;
  color: rgba(232,112,90,.15); line-height: 1; margin-bottom: -10px;
}
.yw-career-message-text {
  font-size: 17px; font-weight: 700; line-height: 1.8; color: var(--text);
  margin-bottom: 20px;
}
.yw-career-message-sub {
  font-size: 14px; line-height: 2; color: var(--text-s);
}
.yw-career-message-sub strong { color: var(--red-d); font-weight: 700; }
#yw-quinsel {
  background: linear-gradient(148deg, #FDE8E4 0%, #FFD8D0 40%, #FFE4DC 100%);
  position: relative; overflow: hidden;
  padding: 100px 0;
}
#yw-quinsel::before {
  content: '';
  position: absolute; top: -80px; right: -100px;
  width: 480px; height: 480px; border-radius: 50%;
  background: radial-gradient(circle, rgba(232,112,90,.18) 0%, transparent 65%);
  pointer-events: none;
}
#yw-quinsel::after {
  content: '';
  position: absolute; bottom: -60px; left: -80px;
  width: 360px; height: 360px; border-radius: 50%;
  background: radial-gradient(circle, rgba(212,86,122,.12) 0%, transparent 65%);
  pointer-events: none;
}
.yw-qs-in {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center;
}
@media(max-width:860px) { .yw-qs-in { grid-template-columns: 1fr; gap: 44px; } }
.yw-qs-eyebrow {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 4px 14px; border-radius: var(--r-full);
  background: rgba(232,112,90,.15); border: 1px solid rgba(232,112,90,.3);
  font-size: 10px; font-weight: 700; color: var(--red-d);
  letter-spacing: .1em; margin-bottom: 18px;
}
.yw-qs-h2 {
  font-family: var(--ff-en);
  font-size: clamp(26px, 4vw, 46px); font-weight: 900;
  line-height: 1.2; letter-spacing: -.02em; color: var(--text);
  margin-bottom: 8px;
}
.yw-qs-h2 em {
  font-style: italic;
  background: linear-gradient(135deg, var(--red), var(--rose));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.yw-qs-h2 span { font-family: var(--ff); font-size: .82em; }
.yw-qs-card {
  background: var(--white);
  border-radius: 20px; padding: 40px 36px;
  box-shadow: 0 14px 48px rgba(200,60,50,.14);
  border: 1px solid rgba(232,112,90,.15);
  position: relative; overflow: hidden;
}
.yw-qs-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 5px;
  background: linear-gradient(90deg, var(--red), var(--rose), var(--red-l));
}
.yw-qs-badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 12px; border-radius: var(--r-full);
  background: rgba(232,112,90,.10); border: 1px solid rgba(232,112,90,.25);
  font-size: 10px; font-weight: 700; color: var(--red);
  letter-spacing: .1em; margin-bottom: 16px;
}
.yw-qs-name {
  font-family: var(--ff-en);
  font-size: 34px; font-weight: 900; letter-spacing: .06em;
  color: var(--text); margin-bottom: 3px;
}
.yw-qs-name-sub {
  font-size: 11px; color: var(--text-ss); letter-spacing: .1em;
  margin-bottom: 24px;
}
.yw-qs-list {
  list-style: none; padding: 0; margin: 0 0 28px;
  display: flex; flex-direction: column; gap: 11px;
}
.yw-qs-list li {
  display: flex; align-items: center; gap: 10px;
  font-size: 13.5px; color: var(--text); line-height: 1.65;
}
.yw-qs-list li::before {
  content: '';
  width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--red), var(--rose));
}
.yw-qs-cta,
a.yw-qs-cta,
a.yw-qs-cta:link,
a.yw-qs-cta:visited {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%; padding: 17px 24px;
  background: linear-gradient(135deg, var(--red) 0%, var(--rose) 100%);
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  border-radius: 14px; font-size: 15px; font-weight: 900;
  letter-spacing: .02em; transition: .22s;
  box-shadow: 0 8px 24px rgba(232,112,90,.40);
  border: none; cursor: pointer;
  text-decoration: none;
  min-height: 56px;
}
a.yw-qs-cta:hover,
.yw-qs-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(232,112,90,.50);
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}
.yw-qs-cta *,
.yw-qs-cta span,
.yw-qs-cta svg {
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}
.yw-qs-cta-sub {
  display: block; font-size: 10px; font-weight: 500;
  opacity: .88; letter-spacing: .06em; margin-bottom: 2px;
}
.yw-qs-cta svg { flex-shrink: 0; }
.yw-qs-note {
  text-align: center; margin-top: 10px;
  font-size: 11px; color: var(--text-ss);
}
.yw-qs-steps {
  margin-top: 32px;
  display: flex; flex-direction: column; gap: 0;
  position: relative;
}
.yw-qs-steps::before {
  content: '';
  position: absolute; left: 17px; top: 20px; bottom: 20px; width: 2px;
  background: linear-gradient(to bottom, var(--red-ll), rgba(212,86,122,.2), transparent);
  z-index: 0;
}
.yw-qs-step {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 20px 0; position: relative; z-index: 1;
}
.yw-qs-step:not(:last-child) {
  border-bottom: 1px solid var(--border);
}
.yw-qs-step-num {
  width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--red), var(--rose));
  color: #fff; font-size: 11px; font-weight: 900;
  font-family: var(--ff-en); letter-spacing: .04em;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 12px rgba(232,112,90,.30);
}
.yw-qs-step:last-child .yw-qs-step-num {
  background: linear-gradient(135deg, var(--rose), #a03060);
  box-shadow: 0 4px 14px rgba(212,86,122,.40);
  width: 40px; height: 40px; font-size: 12px;
}
.yw-qs-step-body { flex: 1; }
.yw-qs-step-title {
  font-size: 14px; font-weight: 700; color: var(--text);
  margin-bottom: 5px; line-height: 1.4;
}
.yw-qs-step:last-child .yw-qs-step-title {
  color: var(--rose);
}
.yw-qs-step-text {
  font-size: 13px; line-height: 1.9; color: var(--text-s);
}
.yw-qs-step-text strong { color: var(--text); font-weight: 700; }
.yw-qs-empathy {
  background: rgba(232,112,90,.07);
  border: 1px solid rgba(232,112,90,.18);
  border-left: 4px solid var(--red);
  border-radius: 0 var(--r-sm) var(--r-sm) 0;
  padding: 20px 22px;
  margin: 24px 0 28px;
}
.yw-qs-empathy-q {
  font-size: 12px; font-weight: 700; color: var(--red);
  letter-spacing: .08em; margin-bottom: 10px;
}
.yw-qs-empathy-list {
  list-style: none; padding: 0; margin: 0 0 14px;
  display: flex; flex-direction: column; gap: 6px;
}
.yw-qs-empathy-list li {
  font-size: 13px; color: var(--text-s); line-height: 1.7;
  padding-left: 14px; position: relative;
}
.yw-qs-empathy-list li::before {
  content: '·'; position: absolute; left: 0;
  color: var(--red); font-size: 18px; line-height: 1.2; font-weight: 700;
}
.yw-qs-empathy-note {
  font-size: 13px; line-height: 1.9; color: var(--text-s);
}
.yw-qs-empathy-note strong { color: var(--red-d); font-weight: 700; }
.yw-qs-step-heading {
  font-size: 11px; font-weight: 700; color: var(--text-ss);
  letter-spacing: .14em; text-transform: uppercase;
  margin-bottom: 4px;
}
.yw-qs-human {
  display: flex; align-items: flex-start; gap: 14px;
  margin-top: 28px; padding: 20px 22px;
  background: linear-gradient(135deg, rgba(212,86,122,.07), rgba(232,112,90,.05));
  border-radius: var(--r-sm);
  border: 1px solid rgba(212,86,122,.2);
}
.yw-qs-human-ico {
  font-size: 24px; flex-shrink: 0; margin-top: 2px;
}
.yw-qs-human-title {
  font-size: 14px; font-weight: 900; color: var(--rose);
  margin-bottom: 6px;
}
.yw-qs-human-text {
  font-size: 13px; line-height: 1.9; color: var(--text-s);
}
#yw-biz {
  background: linear-gradient(160deg, #EBF4FF 0%, #F4F9FF 45%, #EDF7FF 100%);
  border-top: 3px solid #B8D8F8;
  padding: 96px 0;
  position: relative;
}
#yw-biz::before {
  content: '企業様へ';
  position: absolute; top: 0; left: 50%; transform: translateX(-50%) translateY(-50%);
  background: #2D6DB0; color: #fff;
  padding: 5px 24px; border-radius: var(--r-full);
  font-size: 11px; font-weight: 700; letter-spacing: .12em;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(45,109,176,.25);
}
.yw-biz-header {
  text-align: center; margin-bottom: 60px;
}
.yw-biz-badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 14px; border-radius: var(--r-full);
  background: #DFF0FF; border: 1px solid #B8D8F8;
  font-size: 10px; font-weight: 700; color: #2D6DB0;
  letter-spacing: .14em; text-transform: uppercase; margin-bottom: 16px;
}
.yw-biz-h2 {
  font-family: var(--ff-en);
  font-size: clamp(24px, 3.5vw, 42px); font-weight: 900;
  letter-spacing: -.02em; color: var(--text);
  line-height: 1.22; margin-bottom: 16px;
}
.yw-biz-h2 span { font-family: var(--ff); font-size: .85em; }
.yw-biz-intro {
  font-size: 15px; line-height: 2; color: var(--text-s);
  max-width: 640px; margin: 0 auto;
}
.yw-biz-intro strong { color: var(--text); font-weight: 700; }
.yw-biz-cards {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 22px; margin-bottom: 52px;
}
@media(max-width:860px) { .yw-biz-cards { grid-template-columns: 1fr; } }
.yw-biz-card {
  background: var(--white); border-radius: var(--r);
  padding: 32px 28px;
  border: 1px solid var(--border);
  box-shadow: 0 2px 14px rgba(150,50,30,.05);
  transition: .25s;
}
.yw-biz-card:hover {
  border-color: var(--red-ll);
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(232,112,90,.10);
}
.yw-biz-card-ico {
  font-size: 30px; margin-bottom: 14px; display: block;
}
.yw-biz-card-title {
  font-size: 16px; font-weight: 900; color: var(--text);
  margin-bottom: 10px; letter-spacing: -.01em;
}
.yw-biz-card-text {
  font-size: 13.5px; line-height: 1.9; color: var(--text-s);
}
.yw-biz-cta-box {
  display: flex; align-items: center; justify-content: space-between;
  gap: 36px; flex-wrap: wrap;
  padding: 40px 48px;
  background: var(--bg-warm);
  border-radius: 20px; border: 1px solid var(--border-s);
  border-left: 5px solid #4A8FD0;
}
.yw-biz-cta-text { flex: 1; }
.yw-biz-cta-label {
  font-size: 11px; font-weight: 700; color: #2D6DB0;
  letter-spacing: .12em; text-transform: uppercase; margin-bottom: 8px;
}
.yw-biz-cta-lead {
  font-size: 14px; line-height: 1.9; color: var(--text-s);
}
@media(max-width:640px) {
  .yw-biz-cta-box { flex-direction: column; padding: 32px 28px; }
  .yw-biz-btn { width: 100%; justify-content: center; }
}
.yw-biz-manifesto {
  margin: 0 auto 60px;
  max-width: 680px; text-align: center;
  padding: 44px 48px;
  background: linear-gradient(135deg, #EBF4FF, #DFF0FF);
  border-radius: 20px;
  border: 1px solid var(--border-s);
  position: relative;
}
.yw-biz-manifesto-q {
  font-family: var(--ff-en); font-size: 64px; font-weight: 900;
  color: rgba(232,112,90,.18); line-height: 1;
  margin-bottom: -10px; text-align: left;
}
.yw-biz-manifesto-text {
  font-family: var(--ff);
  font-size: clamp(17px, 2.2vw, 22px);
  font-weight: 900; line-height: 1.75;
  color: var(--text); letter-spacing: -.01em;
}
.yw-biz-flow {
  background: var(--white);
  border-radius: 20px; border: 1px solid var(--border);
  padding: 44px 48px; margin-bottom: 44px;
}
.yw-biz-flow-head { margin-bottom: 36px; }
.yw-biz-flow-badge {
  display: inline-flex; align-items: center;
  padding: 3px 12px; border-radius: var(--r-full);
  background: #DFF0FF; border: 1px solid #B8D8F8;
  font-size: 10px; font-weight: 700; color: #2D6DB0;
  letter-spacing: .1em; margin-bottom: 10px;
}
.yw-biz-flow-lead {
  font-size: 14px; line-height: 1.9; color: var(--text-s);
}
.yw-biz-flow-steps {
  display: flex; align-items: center; gap: 0;
  flex-wrap: wrap;
}
.yw-biz-fstep {
  flex: 1; min-width: 120px; text-align: center; padding: 20px 16px;
  background: var(--bg-warm); border-radius: var(--r-sm);
  border: 1px solid var(--border);
}
.yw-biz-fstep-num {
  width: 32px; height: 32px; border-radius: 50%;
  background: linear-gradient(135deg, #4A8FD0, #2D6DB0);
  color: #fff; font-size: 13px; font-weight: 900;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 10px; box-shadow: 0 4px 10px rgba(45,109,176,.3);
}
.yw-biz-fstep-title {
  font-size: 13px; font-weight: 900; color: var(--text);
  margin-bottom: 5px;
}
.yw-biz-fstep-text {
  font-size: 11.5px; line-height: 1.75; color: var(--text-s);
}
.yw-biz-fstep-arrow {
  font-size: 18px; color: var(--red-ll); padding: 0 6px;
  flex-shrink: 0; font-weight: 700;
}
@media(max-width:700px) {
  .yw-biz-flow { padding: 32px 24px; }
  .yw-biz-flow-steps { flex-direction: column; gap: 10px; }
  .yw-biz-fstep-arrow { transform: rotate(90deg); padding: 4px 0; }
  .yw-biz-manifesto { padding: 32px 28px; }
}
.yw-biz-btn,
a.yw-biz-btn,
a.yw-biz-btn:link,
a.yw-biz-btn:visited {
  display: inline-flex; align-items: center; gap: 8px;
  justify-content: center;
  padding: 16px 38px; border-radius: var(--r-full);
  background: var(--text); color: #fff !important;
  -webkit-text-fill-color: #fff;
  font-size: 14px; font-weight: 700;
  white-space: nowrap; transition: .22s; flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(42,21,16,.2);
  text-decoration: none;
  min-height: 44px;
}
a.yw-biz-btn:hover,
.yw-biz-btn:hover {
  background: var(--red-d); color: #fff !important;
  -webkit-text-fill-color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(200,80,60,.3);
}
.yw-biz-btn * { color: #fff !important; -webkit-text-fill-color: #fff; }
@media(max-width:640px) {
  .yw-biz-btn { width: 100%; justify-content: center; }
}
#yw-footer {
  background: #2A1510;
  padding: 48px 0; text-align: center;
}
.yw-footer-logo-row {
  display: flex; align-items: center; justify-content: center;
  gap: 10px; margin-bottom: 14px;
}
.yw-footer-name {
  font-family: var(--ff-en);
  font-size: 18px; font-weight: 700; letter-spacing: .08em; color: #fff;
}
.yw-footer-op {
  font-size: 11px; color: rgba(255,255,255,.45);
  letter-spacing: .04em; margin-bottom: 18px;
}
.yw-footer-links {
  display: flex; gap: 22px; justify-content: center;
  flex-wrap: wrap; margin-bottom: 20px;
}
.yw-footer-links a {
  display: inline-flex;
  align-items: center;
  font-size: 12px; color: rgba(255,255,255,.55);
  transition: .15s;
}
.yw-footer-links a:hover { color: var(--red-l); }
.yw-footer-copy { font-size: 11px; color: rgba(255,255,255,.28); }
#yw-top {
  position: fixed; bottom: 28px; right: 28px; z-index: 400;
  width: 46px; height: 46px; border-radius: 12px;
  background: linear-gradient(135deg, var(--red), var(--rose));
  color: #fff; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: .25s;
  box-shadow: 0 4px 16px rgba(232,112,90,.4);
}
#yw-top.visible { opacity: 1; pointer-events: auto; }
#yw-top:hover { transform: translateY(-3px); }
.yw a:focus-visible,
.yw button:focus-visible,
#yw-top:focus-visible {
  outline: 3px solid rgba(232,112,90,.85);
  outline-offset: 3px;
}
.yw-hd-nav a,
.yw-hd-btn,
.yw-btn,
.yw-tab,
.yw-more-link,
.yw-qs-cta,
.yw-biz-btn,
.yw-footer-links a {
  min-height: 44px;
  align-items: center;
}
.yw-tab,
#yw-top {
  min-width: 44px;
}

@media (prefers-reduced-motion: reduce) {
  .yw *,
  .yw *::before,
  .yw *::after,
  #yw-top {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }

  .yw-reveal,
  .yw-reveal.visible {
    opacity: 1 !important;
    transform: none !important;
  }
}
