@charset "UTF-8";:root{--color-primary: #000000;--color-secondary: #333333;--color-accent: #0099cc;--color-accent-hover: #0caee4;--color-accent-orange: #eb6100;--color-error: #ff3f00;--color-error-bg: #fff5f2;--color-bg: #ffffff;--color-bg-light: #eef4f7;--color-bg-dark: #444a4d;--color-text: #333333;--color-text-light: #666666;--color-text-on-dark: #ffffff;--color-border: #cddfef;--color-border-link-icon: #cddfef;--color-border-link-icon-on-dark: #7c8082;--font-family-base: Noto Sans JP, sans-serif;--font-size-base: 16px;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 2rem;--font-size-4xl: 2.5rem;--font-size-5xl: 3rem;--font-size-6xl: 3.625rem;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-bold: 700;--line-height-sm: 1;--line-height-md: 1.5;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-7: 28px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-15: 60px;--space-16: 64px;--space-20: 80px;--space-22: 90px;--space-25: 100px;--space-28: 120px;--space-32: 128px;--space-36: 150px;--space-40: 175px;--header-height: calc(var(--space-10) * 2 + 40px);--header-height-mobile: 60px;--bg-image-aspect-ratio: 3840 / 2267;--bg-image-aspect-ratio-tablet: 2048 / 1300;--bg-image-aspect-ratio-mobile: 1024 / 1147;--container-max-width: 1200px;--container-padding: var(--space-6);--page-max-width: 1920px;--transition-base: .2s ease;--z-index-header: 1030;--z-index-mobile-nav: 1020}:root{--output-file-name: pages/company/overview.css}.overview-table{margin-top:var(--space-20)}@media(width<768px){.overview-table{margin-top:var(--space-10)}}.overview-table__row{display:flex;align-items:baseline;gap:var(--space-10);padding-inline:var(--space-6)}.overview-table__row+.overview-table__row{border-top:1px solid var(--color-border);padding-top:var(--space-8)}@media(width<768px){.overview-table__row+.overview-table__row{padding-top:var(--space-4)}}.overview-table__row:not(:last-child){padding-bottom:var(--space-8)}@media(width<768px){.overview-table__row:not(:last-child){padding-bottom:var(--space-4)}}@media(width<768px){.overview-table__row{padding-inline:var(--space-2)}}.overview-table__term{flex-shrink:0;width:200px;font-size:var(--font-size-base);line-height:var(--line-height-md);letter-spacing:.8px;font-weight:var(--font-weight-bold);color:var(--color-text)}@media(width<768px){.overview-table__term{width:100px}}.overview-table__desc{flex:1;font-size:var(--font-size-base);line-height:var(--line-height-md);letter-spacing:.8px;color:var(--color-text)}.history{margin-top:var(--space-20)}@media(width<768px){.history{margin-top:var(--space-10)}}.history__heading{font-size:var(--font-size-5xl);font-weight:var(--font-weight-bold);line-height:var(--line-height-md);letter-spacing:4.8px;text-box:trim-both cap alphabetic;color:var(--color-text)}@media(width<768px){.history__heading{font-size:var(--font-size-3xl);font-weight:var(--font-weight-bold);line-height:var(--line-height-md);letter-spacing:3.2px}}.history__body{display:flex;flex-direction:column;margin-top:var(--space-20)}@media(width<768px){.history__body{margin-top:var(--space-10)}}.history__note{font-size:var(--font-size-sm);color:var(--color-text-light);margin-top:var(--space-10);text-align:right}@media(width<768px){.history__note{font-size:var(--font-size-xs);text-align:left}}.history__year-block{display:grid;grid-template-columns:86px 1fr;column-gap:var(--space-10);align-items:start}@media(width<768px){.history__year-block{display:flex;flex-direction:column}}.history__months{display:flex;flex-direction:column}@media(width<768px){.history__months{margin-top:var(--space-7)}}.history__year-number{flex-shrink:0;width:86px;font-size:var(--font-size-base);font-weight:var(--font-weight-bold);line-height:36px;letter-spacing:.8px;color:var(--color-text)}@media(width<768px){.history__year-number{width:auto;font-size:var(--font-size-xl);line-height:var(--line-height-md)}}.history__month-block{display:grid;grid-template-columns:60px 1fr;column-gap:var(--space-5);align-items:start}@media(width<768px){.history__month-block{grid-template-columns:74px 1fr}}.history__month-number{font-size:var(--font-size-base);line-height:36px;letter-spacing:.8px;color:var(--color-text)}@media(width<768px){.history__month-number{text-align:right}}.history__event{position:relative;padding-left:calc(15px + var(--space-5));font-size:var(--font-size-base);line-height:var(--line-height-md);letter-spacing:.8px;color:var(--color-text);padding-top:7px}.history__event:before{content:"";position:absolute;left:0;top:11px;width:15px;height:15px;border-radius:50%;background-color:var(--color-accent);z-index:1}.history__event:not(.history__year-block:last-child .history__month-block:last-child .history__event:last-child):after{content:"";position:absolute;left:7px;top:18.5px;bottom:-18.5px;width:1px;background-color:var(--color-accent)}@media(width<768px){.history__year-block:not(:last-child) .history__month-block:last-child .history__event:not(.history__year-block:last-child .history__month-block:last-child .history__event:last-child):last-child:after{bottom:-76.5px}}.history__month-block:not(:last-child) .history__event:last-child{padding-bottom:var(--space-6)}@media(width<768px){.history__month-block:not(:last-child) .history__event:last-child{padding-bottom:var(--space-7)}}.history__year-block:not(:last-child) .history__month-block:last-child .history__event:last-child{padding-bottom:var(--space-10)}.articles{margin-top:var(--space-20)}@media(width<768px){.articles{margin-top:var(--space-10)}}.articles__heading{font-size:var(--font-size-3xl);font-weight:var(--font-weight-bold);line-height:var(--line-height-md);letter-spacing:1.6px;color:var(--color-text)}@media(width<768px){.articles__heading{font-size:var(--font-size-2xl);font-weight:var(--font-weight-bold);line-height:var(--line-height-md);letter-spacing:1.2px}}.articles__list{display:grid;grid-template-columns:repeat(3,1fr);column-gap:var(--space-10);row-gap:var(--space-15);list-style:none;margin-top:var(--space-10)}@media(width<768px){.articles__list{grid-template-columns:1fr;row-gap:var(--space-10);margin-top:var(--space-6)}}
