@charset "UTF-8";

/* LINKAGEWORKS Corporate Privacy Policy. Rules are scoped to the dedicated template. */
.lw-privacy-page {
  --lwpr-primary: #006837;
  --lwpr-primary-dark: #004e29;
  --lwpr-primary-pale: #f4f9f6;
  --lwpr-text: #17201b;
  --lwpr-text-sub: #5e6862;
  --lwpr-border: #dce4df;
  --lwpr-container: 1240px;
  color: var(--lwpr-text);
  background: #fff;
  font-family: var(--swl-font_family, "Helvetica Neue", Arial, "Hiragino Sans", Meiryo, sans-serif);
  font-size: 16px;
  line-height: 1.9;
  overflow: hidden;
}

.lw-privacy-page *,
.lw-privacy-page *::before,
.lw-privacy-page *::after { box-sizing: border-box; }
.lw-privacy-page h1,
.lw-privacy-page h2,
.lw-privacy-page p,
.lw-privacy-page ul { margin: 0; padding: 0; }
.lwpr-container { width: min(calc(100% - 64px), var(--lwpr-container)); margin-inline: auto; }
.lwpr-section { padding: clamp(80px, 8vw, 120px) 0; }
.lwpr-eyebrow { color: var(--lwpr-primary); font: 700 11px/1.4 Arial, sans-serif; letter-spacing: .22em; }

/* Hero */
.lwpr-hero { position: relative; padding: clamp(86px, 9vw, 128px) 0 clamp(92px, 10vw, 142px); overflow: hidden; border-bottom: 1px solid var(--lwpr-border); background: linear-gradient(116deg, #fff 0 69%, var(--lwpr-primary-pale) 69%); }
.lwpr-hero::before { position: absolute; top: -70%; right: -12%; width: min(62vw, 790px); aspect-ratio: 1; border: 1px solid rgba(0,104,55,.13); border-radius: 50%; content: ""; }
.lwpr-hero::after { position: absolute; right: 12%; bottom: -42%; width: min(28vw, 360px); aspect-ratio: 1; border: 1px dashed rgba(0,104,55,.18); border-radius: 50%; content: ""; }
.lwpr-hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; align-items: end; gap: clamp(60px, 10vw, 150px); }
.lwpr-hero__heading h1 { margin-top: 14px; color: var(--lwpr-primary); font: 500 clamp(56px, 7vw, 92px)/.95 Arial, sans-serif; letter-spacing: -.055em; }
.lwpr-hero__content { max-width: 620px; border-top: 1px solid #aebdb3; padding-top: 28px; }
.lwpr-hero__catch { font-size: clamp(28px, 3.3vw, 44px); font-weight: 600; letter-spacing: -.04em; line-height: 1.5; }
.lwpr-hero__body { max-width: 580px; margin-top: 30px; color: var(--lwpr-text-sub); font-size: 15px; line-height: 2; }

/* Policy */
.lwpr-policy { background: #fff; }
.lwpr-policy__inner { width: min(calc(100% - 64px), 860px); margin-inline: auto; }
.lwpr-policy section { border-top: 1px solid var(--lwpr-border); padding: clamp(40px, 5vw, 58px) 0; }
.lwpr-policy section:first-child { border-top-color: #aabbb0; }
.lwpr-policy h2 { display: flex; align-items: baseline; gap: 16px; color: var(--lwpr-primary-dark); font-size: clamp(22px, 2.4vw, 29px); font-weight: 600; letter-spacing: -.025em; line-height: 1.55; }
.lwpr-policy h2 span { flex: 0 0 auto; color: var(--lwpr-primary); font: 600 14px/1.4 Arial, sans-serif; }
.lwpr-policy section > p { margin-top: 22px; color: #39443e; font-size: 15px; line-height: 2.05; }
.lwpr-policy section > p + p { margin-top: 12px; }
.lwpr-policy ul { margin-top: 22px; list-style: none; }
.lwpr-policy li { position: relative; padding-left: 22px; color: #39443e; font-size: 15px; line-height: 1.95; }
.lwpr-policy li + li { margin-top: 7px; }
.lwpr-policy li::before { position: absolute; top: .86em; left: 2px; width: 6px; height: 6px; border-radius: 50%; background: var(--lwpr-primary); content: ""; }
.lwpr-policy a { border-bottom: 1px solid var(--lwpr-primary); color: var(--lwpr-primary); font-weight: 700; text-decoration: none; }
.lwpr-policy a:hover { color: var(--lwpr-primary-dark); }
.lwpr-policy a:focus-visible { outline: 3px solid #f0c14b; outline-offset: 3px; }
.lwpr-policy__date { display: flex; gap: 28px; margin-top: 20px; border-top: 1px solid #aabbb0; padding-top: 28px; color: var(--lwpr-text-sub); font-size: 14px; }
.lwpr-policy__date span { color: var(--lwpr-text); font-weight: 700; }

/* Contact */
.lwpr-contact { padding: clamp(84px, 9vw, 126px) 0; color: #fff; background: var(--lwpr-primary); text-align: center; }
.lwpr-contact .lwpr-eyebrow { color: #a8d8be; }
.lwpr-contact h2 { margin-top: 22px; font-size: clamp(32px, 4.4vw, 52px); font-weight: 500; letter-spacing: -.04em; line-height: 1.5; }
.lwpr-button { min-width: 300px; min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 38px; margin-top: 38px; border-radius: 100px; padding: 12px 26px; color: var(--lwpr-primary) !important; background: #fff; font-size: 14px; font-weight: 700; line-height: 1.5; text-decoration: none; transition: background .25s ease, transform .25s ease; }
.lwpr-button:hover { background: var(--lwpr-primary-pale); transform: translateY(-2px); }
.lwpr-button:focus-visible { outline: 3px solid #f0c14b; outline-offset: 4px; }

@media (max-width: 959px) {
  .lwpr-container { width: min(calc(100% - 44px), var(--lwpr-container)); }
  .lwpr-hero__inner { grid-template-columns: .8fr 1.2fr; gap: 48px; }
}

@media (max-width: 767px) {
  .lw-privacy-page { font-size: 16px; }
  .lwpr-container,
  .lwpr-policy__inner { width: min(calc(100% - 40px), var(--lwpr-container)); }
  .lwpr-section { padding: 64px 0; }
  .lwpr-hero { padding: 62px 0 70px; background: linear-gradient(154deg, #fff 0 74%, var(--lwpr-primary-pale) 74%); }
  .lwpr-hero::before { top: auto; right: -46%; bottom: -28%; width: 112vw; }
  .lwpr-hero::after { display: none; }
  .lwpr-hero__inner { display: block; }
  .lwpr-hero__heading h1 { font-size: clamp(47px, 14vw, 64px); }
  .lwpr-hero__content { margin-top: 42px; padding-top: 22px; }
  .lwpr-hero__catch { font-size: clamp(27px, 7.8vw, 36px); }
  .lwpr-hero__body { margin-top: 24px; font-size: 16px; }
  .lwpr-policy section { padding: 38px 0; }
  .lwpr-policy h2 { gap: 12px; font-size: 22px; }
  .lwpr-policy section > p,
  .lwpr-policy li { font-size: 16px; }
  .lwpr-policy__date { gap: 20px; font-size: 14px; }
  .lwpr-contact { padding: 72px 0; }
  .lwpr-contact h2 { font-size: clamp(29px, 8.5vw, 39px); }
  .lwpr-button { width: 100%; min-width: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .lw-privacy-page *,
  .lw-privacy-page *::before,
  .lw-privacy-page *::after { transition-duration: .01ms !important; }
}
