@charset "UTF-8";

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

.lw-company-page *,
.lw-company-page *::before,
.lw-company-page *::after { box-sizing: border-box; }
.lw-company-page h1,
.lw-company-page h2,
.lw-company-page h3,
.lw-company-page p,
.lw-company-page ul,
.lw-company-page dl,
.lw-company-page dd { margin: 0; padding: 0; }
.lw-company-page ul { list-style: none; }
.lw-company-page a { color: inherit; text-decoration: none; }
.lwco-container { width: min(calc(100% - 64px), var(--lwco-container)); margin-inline: auto; }
.lwco-section { padding: clamp(80px, 8vw, 120px) 0; }
.lwco-eyebrow { color: var(--lwco-primary); font: 700 11px/1.4 Arial, sans-serif; letter-spacing: .22em; }
.lwco-section-heading { max-width: 780px; margin: 0 auto clamp(48px, 6vw, 72px); text-align: center; }
.lwco-section-heading h2 { margin-top: 16px; font-size: clamp(38px, 5vw, 64px); font-weight: 600; letter-spacing: -.045em; line-height: 1.4; }
.lwco-section-heading--left { margin: 0; text-align: left; }

/* Hero */
.lwco-hero { position: relative; padding: clamp(86px, 9vw, 128px) 0 clamp(92px, 10vw, 142px); overflow: hidden; border-bottom: 1px solid var(--lwco-border); background: linear-gradient(116deg, #fff 0 69%, var(--lwco-primary-pale) 69%); }
.lwco-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: ""; }
.lwco-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: ""; }
.lwco-hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; align-items: end; gap: clamp(60px, 10vw, 150px); }
.lwco-hero__heading h1 { margin-top: 14px; color: var(--lwco-primary); font: 500 clamp(62px, 8vw, 110px)/.95 Arial, sans-serif; letter-spacing: -.055em; }
.lwco-hero__content { max-width: 640px; border-top: 1px solid #aebdb3; padding-top: 28px; }
.lwco-hero__catch { font-size: clamp(30px, 3.7vw, 50px); font-weight: 600; letter-spacing: -.045em; line-height: 1.5; }
.lwco-hero__body { max-width: 590px; margin-top: 30px; color: var(--lwco-text-sub); font-size: 15px; line-height: 2; }

/* Company information */
.lwco-information { background: #fff; }
.lwco-information__layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(60px, 9vw, 130px); align-items: start; }
.lwco-information .lwco-section-heading { position: sticky; top: 120px; }
.lwco-information .lwco-section-heading h2 { font-size: clamp(38px, 4.5vw, 58px); }
.lwco-information__list { border-top: 1px solid #aabbb0; }
.lwco-information__list > div { display: grid; grid-template-columns: 190px 1fr; gap: 28px; border-bottom: 1px solid var(--lwco-border); padding: 25px 4px; }
.lwco-information__list dt { font-size: 13px; font-weight: 700; }
.lwco-information__list dt span { display: block; margin-bottom: 5px; color: var(--lwco-primary); font: 700 9px/1.4 Arial, sans-serif; letter-spacing: .12em; }
.lwco-information__list dd { font-size: 15px; font-weight: 500; }
.lwco-information__list dd small { display: block; margin-top: 4px; color: var(--lwco-text-sub); font-size: 13px; font-weight: 400; }
.lwco-information__list dd ul { display: flex; flex-wrap: wrap; gap: 8px; }
.lwco-information__list dd li { border: 1px solid var(--lwco-border); border-radius: 100px; padding: 5px 11px; color: #4b5850; background: var(--lwco-bg-sub); font-size: 12px; }
.lwco-information__list dd a { border-bottom: 1px solid var(--lwco-primary); color: var(--lwco-primary); font-weight: 700; }
.lwco-information__list dd a:hover { color: var(--lwco-primary-dark); }

/* Business */
.lwco-business { border-top: 1px solid var(--lwco-border); background: var(--lwco-primary-pale); }
.lwco-business__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #aabbb0; border-left: 1px solid var(--lwco-border); }
.lwco-business__grid > a { position: relative; min-height: 360px; display: flex; flex-direction: column; border-right: 1px solid var(--lwco-border); border-bottom: 1px solid var(--lwco-border); padding: 30px; background: rgba(255,255,255,.65); transition: background .2s ease, transform .2s ease; }
.lwco-business__grid > a::before { position: absolute; top: 0; left: 30px; width: 42px; height: 3px; background: var(--lwco-primary); content: ""; }
.lwco-business__grid > a:hover { background: #fff; transform: translateY(-3px); }
.lwco-business__grid > a > span { color: #95a199; font: 600 10px/1 Arial, sans-serif; }
.lwco-business__grid h3 { margin-top: 62px; color: var(--lwco-primary-dark); font: 600 clamp(21px, 2.2vw, 29px)/1.45 Arial, sans-serif; }
.lwco-business__grid p { margin-top: 22px; color: var(--lwco-text-sub); font-size: 14px; line-height: 1.9; }
.lwco-business__grid strong { display: flex; align-items: center; justify-content: space-between; margin-top: auto; border-top: 1px solid var(--lwco-border); padding-top: 18px; color: var(--lwco-primary); font: 700 10px/1.5 Arial, sans-serif; letter-spacing: .08em; }
.lwco-business__grid strong i { font-size: 18px; font-style: normal; letter-spacing: 0; }
.lwco-text-link { display: inline-flex; align-items: center; gap: 46px; margin-top: 38px; border-bottom: 1px solid var(--lwco-primary); padding: 8px 0; color: var(--lwco-primary) !important; font-size: 14px; font-weight: 700; }
.lwco-text-link span { font-size: 18px; transition: transform .2s ease; }
.lwco-text-link:hover span { transform: translateX(4px); }
.lwco-text-link:focus-visible,
.lwco-business__grid > a:focus-visible { outline: 3px solid #f0c14b; outline-offset: 4px; }

/* Profile link */
.lwco-profile { border-top: 1px solid var(--lwco-border); background: #fff; }
.lwco-profile__inner { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(60px, 10vw, 150px); align-items: end; }
.lwco-profile h2 { margin-top: 18px; font-size: clamp(34px, 4.3vw, 56px); font-weight: 600; letter-spacing: -.045em; line-height: 1.5; }
.lwco-profile__content { border-top: 1px solid #aebdb3; padding-top: 25px; }
.lwco-profile__content p { color: var(--lwco-text-sub); font-size: 15px; line-height: 2; }

/* Contact */
.lwco-contact { position: relative; padding: clamp(92px, 10vw, 146px) 0; overflow: hidden; color: #fff; background: var(--lwco-primary); text-align: center; }
.lwco-contact::before,
.lwco-contact::after { position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; content: ""; }
.lwco-contact::before { top: -75%; left: -15%; width: 70vw; aspect-ratio: 1; }
.lwco-contact::after { right: -20%; bottom: -100%; width: 72vw; aspect-ratio: 1; }
.lwco-contact__inner { position: relative; z-index: 1; }
.lwco-contact .lwco-eyebrow { color: #a8d8be; }
.lwco-contact h2 { margin-top: 22px; font-size: clamp(36px, 5vw, 60px); font-weight: 500; letter-spacing: -.045em; line-height: 1.45; }
.lwco-contact__inner > p:last-of-type { max-width: 650px; margin: 30px auto 0; color: rgba(255,255,255,.8); font-size: 15px; line-height: 2; }
.lwco-button { min-width: 330px; min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 42px; margin-top: 38px; border-radius: 100px; padding: 12px 26px; color: var(--lwco-primary) !important; background: #fff; font-size: 14px; font-weight: 700; line-height: 1.5; transition: background .25s ease, transform .25s ease; }
.lwco-button:hover { background: var(--lwco-primary-pale); transform: translateY(-2px); }
.lwco-button:focus-visible { outline: 3px solid #f0c14b; outline-offset: 4px; }

@media (max-width: 959px) {
  .lwco-container { width: min(calc(100% - 44px), var(--lwco-container)); }
  .lwco-hero__inner { grid-template-columns: .8fr 1.2fr; gap: 48px; }
  .lwco-information__layout { gap: 54px; }
  .lwco-information__list > div { grid-template-columns: 150px 1fr; }
  .lwco-profile__inner { gap: 54px; }
}

@media (max-width: 767px) {
  .lw-company-page { font-size: 16px; }
  .lwco-container { width: min(calc(100% - 40px), var(--lwco-container)); }
  .lwco-section { padding: 64px 0; }
  .lwco-section-heading { margin-bottom: 40px; }
  .lwco-hero { padding: 62px 0 70px; background: linear-gradient(154deg, #fff 0 74%, var(--lwco-primary-pale) 74%); }
  .lwco-hero::before { top: auto; right: -46%; bottom: -28%; width: 112vw; }
  .lwco-hero::after { display: none; }
  .lwco-hero__inner { display: block; }
  .lwco-hero__heading h1 { font-size: clamp(54px, 17vw, 76px); }
  .lwco-hero__content { margin-top: 42px; padding-top: 22px; }
  .lwco-hero__catch { font-size: clamp(28px, 8.2vw, 38px); }
  .lwco-hero__body { margin-top: 24px; font-size: 16px; }
  .lwco-information__layout { display: block; }
  .lwco-information .lwco-section-heading { position: static; margin-bottom: 42px; }
  .lwco-information__list > div { grid-template-columns: 1fr; gap: 12px; padding: 22px 0; }
  .lwco-information__list dd { font-size: 16px; }
  .lwco-information__list dd small { font-size: 14px; }
  .lwco-business .lwco-section-heading h2 { font-size: clamp(31px, 9vw, 42px); }
  .lwco-business__grid { grid-template-columns: 1fr; }
  .lwco-business__grid > a { min-height: 300px; padding: 26px 22px; }
  .lwco-business__grid > a::before { left: 22px; }
  .lwco-business__grid h3 { margin-top: 46px; font-size: 25px; }
  .lwco-business__grid p { font-size: 16px; }
  .lwco-profile__inner { display: block; }
  .lwco-profile h2 { font-size: clamp(29px, 8.4vw, 39px); }
  .lwco-profile__content { margin-top: 38px; }
  .lwco-profile__content p { font-size: 16px; }
  .lwco-contact { padding: 72px 0; }
  .lwco-contact h2 { font-size: clamp(34px, 9.8vw, 44px); }
  .lwco-contact__inner > p:last-of-type { font-size: 16px; }
  .lwco-button { width: 100%; min-width: 0; }
}

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