/*! [content/about/philosophy] section-history.css */.history-table{--history-line-width:var(--space_4);--history-border-width:2px;--line-height:1.8;--cell-padding-y:2em;--dot-size:1em;--dot-color-rgb:var(--color-izumi-blue-rgb);--border-top:inset 0 1px 0 rgb(var(--color-izumi-blue-rgb) / .3);--border-bottom:inset 0 -1px 0 rgb(var(--color-izumi-blue-rgb) / .3);width:100%;margin:0;border:none}.history-table td,.history-table th{padding:var(--cell-padding-y) 0;background:0 0;border:none;-webkit-box-shadow:var(--border-top);box-shadow:var(--border-top);line-height:var(--line-height)}.history-table .start td,.history-table .start th{-webkit-box-shadow:none;box-shadow:none}.period-column{padding-right:.5em;width:2.5em;text-align:right;white-space:nowrap;color:var(--color-izumi-blue);-webkit-font-feature-settings:"palt";font-feature-settings:"palt"}.history-table td{position:relative;padding-left:var(--history-line-width)}.history-table td::before{content:'';position:absolute;left:calc(var(--history-line-width)/ 2);top:0;width:var(--history-border-width);height:100%;background:rgb(var(--dot-color-rgb));-webkit-transform:translateX(-50%);transform:translateX(-50%)}.history-table td::after{content:'';position:absolute;left:calc(var(--history-line-width)/ 2);top:calc(var(--cell-padding-y) + var(--line-height) * 1em / 2);width:var(--dot-size);height:var(--dot-size);background:rgb(var(--dot-color-rgb));border-radius:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.history-table .start td,.history-table .start th{font-weight:700}.history-table .start td::before{background:-webkit-gradient(linear,left top,left bottom,color-stop(49%,rgb(var(--dot-color-rgb) / 0)),color-stop(50%,rgb(var(--dot-color-rgb) / 1)),to(rgb(var(--dot-color-rgb) / 1)));background:-webkit-linear-gradient(top,rgb(var(--dot-color-rgb) / 0) 49%,rgb(var(--dot-color-rgb) / 1) 50%,rgb(var(--dot-color-rgb) / 1) 100%);background:linear-gradient(to bottom,rgb(var(--dot-color-rgb) / 0) 49%,rgb(var(--dot-color-rgb) / 1) 50%,rgb(var(--dot-color-rgb) / 1) 100%)}.history-table .spacer-footer td{padding:2em 0}.history-table .spacer-footer td::before{background:-webkit-gradient(linear,left top,left bottom,from(rgb(var(--dot-color-rgb) / 1)),to(rgb(var(--dot-color-rgb) / 0)));background:-webkit-linear-gradient(top,rgb(var(--dot-color-rgb) / 1) 0,rgb(var(--dot-color-rgb) / 0) 100%);background:linear-gradient(to bottom,rgb(var(--dot-color-rgb) / 1) 0,rgb(var(--dot-color-rgb) / 0) 100%)}.history-table .spacer-footer td::after{display:none}.ceo-comment+.history-photos,.history-desc+.ceo-comment{margin:var(--margin-line) 0 0}.history-desc p+ul{margin-top:var(--margin-line-h)}.ceo-comment{--line-height:1.8;--line-trim:calc((var(--line-height) - 1) / 2 * 1em);--icon-size-line-height:var(--line-height);--icon-gap:1em;margin:0;line-height:var(--line-height);font-size:87.5%}.ballon-wrapper{--padding-x:1.25em;--padding-y:calc(var(--padding-x) - var(--line-trim));--bg-color:#FFF;--border-width:1px;--border-color:rgb(var(--text-color-rgb) / .5);--border-radius:.75em;--text-color-rgb:var(--color-izumi-blue-rgb);--sqrt2:1.41421356237;position:relative;padding:var(--padding-y) var(--padding-x);background:var(--bg-color);border:var(--border-width) solid var(--border-color);border-radius:var(--border-radius);color:rgb(var(--text-color-rgb))}.ballon-wrapper::after,.ballon-wrapper::before{content:'';position:absolute;left:calc(var(--icon-gap) * -1);top:calc(var(--icon-size)/ 2);width:var(--icon-gap);height:var(--icon-gap);background:rgb(var(--text-color-rgb) / .5);-webkit-clip-path:polygon(0 0,100% 0,100% 100%);clip-path:polygon(0 0,100% 0,100% 100%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}.ballon-wrapper::after{top:calc(var(--icon-size)/ 2 + var(--border-width));left:calc(var(--icon-gap) * -1 + var(--border-width) + var(--border-width) * var(--sqrt2));background:var(--bg-color)}.history-photo-item{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}.history-photo-item .img{border-radius:.5em}.history-photo-caption{display:block;margin:.5em 0 0;padding:0;line-height:1.25;text-align:left;font-weight:700;font-size:max(11px,75%);-webkit-font-feature-settings:"palt";font-feature-settings:"palt"}@media (max-width:1023px){.history-table tbody{--history-line-width:2em;--history-line-shift-left:.5em;--padding-left:var(--history-line-width);display:block;position:relative;-webkit-box-shadow:var(--border-top);box-shadow:var(--border-top)}.history-table tbody.running,.history-table tbody.start{-webkit-box-shadow:none;box-shadow:none}.history-table tr{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:var(--padding-left)}.history-table tbody>tr:not(:first-child){position:relative}.history-table tr::before{content:'';position:absolute;left:calc(var(--padding-left)/ 2 - var(--history-line-shift-left));top:0;width:var(--history-border-width);height:100%;background:rgb(var(--dot-color-rgb));-webkit-transform:translateX(-50%);transform:translateX(-50%)}.history-table .start tr::before{background:-webkit-gradient(linear,left bottom,left top,from(rgb(var(--dot-color-rgb) / 1)),to(rgb(var(--dot-color-rgb) / 0)));background:-webkit-linear-gradient(bottom,rgb(var(--dot-color-rgb) / 1) 0,rgb(var(--dot-color-rgb) / 0) 100%);background:linear-gradient(to top,rgb(var(--dot-color-rgb) / 1) 0,rgb(var(--dot-color-rgb) / 0) 100%)}.history-table .spacer-footer::before{background:-webkit-gradient(linear,left top,left bottom,from(rgb(var(--dot-color-rgb) / 1)),to(rgb(var(--dot-color-rgb) / 0)));background:-webkit-linear-gradient(top,rgb(var(--dot-color-rgb) / 1) 0,rgb(var(--dot-color-rgb) / 0) 100%);background:linear-gradient(to bottom,rgb(var(--dot-color-rgb) / 1) 0,rgb(var(--dot-color-rgb) / 0) 100%)}.history-table tbody:not(.start)>tr:not(.spacer-footer)::after{content:'';position:absolute;left:calc(var(--padding-left)/ 2 - var(--history-line-shift-left));top:calc(var(--cell-padding-y) + var(--line-height) * 1em / 2);width:var(--dot-size);height:var(--dot-size);background:rgb(var(--dot-color-rgb));border-radius:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.history-table td,.history-table th{padding-left:0;-webkit-box-shadow:none;box-shadow:none}.history-table .period-column{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;width:auto;margin:0;padding-right:0;padding-bottom:var(--margin-line-h)}.history-table .period-column br{display:none}.history-table .period-column span{margin-left:.5em}.history-table td{width:100%;padding-top:0}.history-table td::after,.history-table td::before{display:none}.history-table .start th{margin-right:1em}.history-table .start td{width:auto;padding:var(--cell-padding-y) 0}}