function ContactScreen() {
  const { Button, Badge } = window.LienDesignSystem_caf7e1;
  return React.createElement('div', {},
    React.createElement('section', { style:{ padding:'72px 48px 96px', background:'var(--surface-page)', textAlign:'center' } },
      React.createElement(Badge, { tone:'primary' }, 'Contact'),
      React.createElement('h1', { style:{ fontFamily:'var(--font-serif)', fontSize:'var(--text-h1)', color:'var(--text-heading)', margin:'20px 0 12px' } }, 'お問い合わせ'),
      React.createElement('p', { style:{ fontFamily:'var(--font-sans)', color:'var(--text-body)', maxWidth:520, margin:'0 auto 8px', lineHeight:'var(--leading-body)' } }, 'ご相談内容をお伺いのうえ、代表が直接ご面談いたします。'),
      React.createElement('p', { style:{ fontFamily:'var(--font-sans)', color:'var(--text-muted)', maxWidth:520, margin:'0 auto 40px', fontSize:'0.9375rem', lineHeight:'var(--leading-body)' } }, 'まずはつながれる業種を相談したいだけでも構いません。'),
      React.createElement(Button, { variant:'primary', size:'lg', onClick:()=>window.open('https://timerex.net/s/mirarch.hayashida_9d6c/dba6187b','_blank') }, '日程調整はこちら')
    )
  );
}
window.ContactScreen = ContactScreen;
