SCP-7215 - その日は病気になる予定
へーえ、その日は仕事に来いって? 金曜日に深夜勤務?
信じられないだろうけど、俺は当日病欠なんだ。
ああ、すまんな、最悪だよな、分かる分かる。
とにかく、お前らで頑張れよ!
翻訳:
by CowscantgoMoo
:root { --timeScale: 1; --timeDelay: 0s; } /* Converting middle divider from box-shadow to ::before pseudo-element */ .anom-bar > .bottom-box { box-shadow: none!important; } .anom-bar > .bottom-box::before { position: absolute; content: " "; width: 100%; height: 0.5rem; background-color: rgb(var(--black-monochrome, 12, 12, 12)); transform: translateY(-0.74rem); } /* DIVIDER */ .anom-bar > .bottom-box::before { animation-name: divider; animation-duration: calc(0.74s * var(--timeScale)); animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.32,.38,.39,.94); animation-fill-mode: backwards; } /* CLASSIFIED LEVEL BARS */ div.top-center-box > * { animation-name: bar; animation-duration: calc(0.45s * var(--timeScale)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } div.top-center-box > :nth-child(1) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(2) { animation-delay: calc(0.32s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(3) { animation-delay: calc(0.45s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(4) { animation-delay: calc(0.61s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(5) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(6) { animation-delay: calc(0.95s * var(--timeScale) + var(--timeDelay)); } /* TOP TEXT */ div.top-left-box, div.top-right-box { clip-path: polygon( 0% -50%, 150% -50%, 150% 100%, 0% 100%); } div.top-left-box > *, div.top-right-box > * { position: relative; animation-name: bottomup; animation-duration: calc(0.65s * var(--timeScale)); animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } /*-----------------------------------*/ /*-----------------------------------*/ /* CONTAINMENT, DISRUPTION, RISK CLASSES */ div.text-part > * { clip-path: polygon( 0% 0%, 100% 0%, 100% 100%, 0% 100%); animation-name: expand2; animation-duration: calc(0.5s * var(--timeScale)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.text-part > :nth-child(1) { animation-name: expand1; } div.text-part > :nth-child(1) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); } div.text-part > :nth-child(2) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); } div.text-part > :nth-child(3) { animation-delay: calc(0.86s * var(--timeScale) + var(--timeDelay)); } div.main-class::before, div.main-class::after { animation-name: iconslide; animation-duration: calc(0.45s * var(--timeScale)); animation-delay: calc(0.8s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } /* BOTTOM TEXT */ div.main-class > *, div.disrupt-class > *, div.risk-class > * { white-space: nowrap; animation-name: flowIn; animation-duration: calc(0.42s * var(--timeScale)); animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } /*-----------------------------------*/ /*-----------------------------------*/ /* DIAMOND */ div.arrows { animation-name: arrowspin; animation-duration: calc(0.7s * var(--timeScale)); animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.quadrants > * { animation-name: fade; animation-duration: calc(0.3s * var(--timeScale)); animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.top-icon, div.right-icon, div.left-icon, div.bottom-icon { animation-name: nodegrow; animation-duration: calc(0.4s * var(--timeScale)); animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.diamond-part { clip-path: polygon( -10% 0.37%, 120% 0.37%, 120% 100%, -10% 100%); animation-name: diamondBorder; animation-duration: calc(0.8s * var(--timeScale)); animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.32,.38,.39,.94); animation-fill-mode: backwards; will-change: box-shadow; } /* MOBILE QUERY */ @media (max-width: 480px ) { .anom-bar > .bottom-box::before { display:none; } .anom-bar > .bottom-box { box-shadow: 0 -0.5rem 0 0 rgb(var(--black-monochrome, 12, 12, 12))!important; } div.top-center-box > * { animation-name: bar-mobile; animation-duration: calc(0.9s * var(--timeScale)); } div.top-center-box > :nth-child(1) { animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(2) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(3) { animation-delay: calc(0.3s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(4) { animation-delay: calc(0.4s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(5) { animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(6) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); } } /*--- Motion Accessibility ---*/ @media screen and (prefers-reduced-motion: reduce) { div.anom-bar-container { --timeScale: 0!important; } } /*-------------------------*/ @keyframes divider { from { max-width: 0%; } to { max-width: 100%; } } @keyframes bar { from { max-width: 0%; } to { max-width: 100%; } } @keyframes bar-mobile { from { max-height: 0%; } to { max-height: 100%; } } @keyframes bottomup { from { top: 100px; } to { top: 0; } } @keyframes expand1 { from { opacity: 0; clip-path: inset(0 calc(100% - 0.75rem) 0 0); } to { opacity: 1; clip-path: inset(0); } } @keyframes iconslide { from { opacity: 0; transform: translateX(-5rem); } to { opacity: 1; transform: translateX(0); } } @keyframes expand2 { from { opacity: 0; width: 1%; } to { opacity: 1; width: calc(100% - 0.25rem); } } @keyframes fade { from { opacity: 0; } to { opacity: 1; } } @keyframes flowIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } @keyframes arrowspin { from { clip-path: circle(0%); transform: rotate(135deg); } to { clip-path: circle(75%); transform: rotate(0deg); } } @keyframes nodegrow { from { transform: scale(0);} to { transform: scale(1);} } @keyframes diamondBorder { from { box-shadow: -0.5rem -20rem 0 0 rgb(var(--black-monochrome, 12, 12, 12)); } to { box-shadow: -0.5rem 0 0 0 rgb(var(--black-monochrome, 12, 12, 12)); } }
調査中
以下のファイルは倫理委員会によってロックされており、サイト-115における収容対象アノマリーの不正使用及び怠慢に関する調査が行われています。
配属サイト | サイト管理官 | 研究責任者 | 担当機動部隊 |
サイト-115 | S・スティール管理官 | レニングス次席研究員 | N/A |
特別収容プロトコル: SCP-7215はサイト-115の休憩室に掲示されます。全てのサイト-115職員は、SCP-7215を利用する前にスティール サイト管理官に通達する必要があります。
説明: SCP-7215は標準的なグレゴリオ暦の月間カレンダーであり、光沢紙からなる1ページのみの構成です。毎月末、SCP-7215はその内容を新しい月の表示に変化させます。このページは、サイト-115での特筆すべき出来事がペンで書き込まれるという形で自動的に更新されます。1
ある人物がSCP-7215に印を付けると、対象者は印を付けた日付に、インフルエンザウィルスに感染した形跡が無いにも拘らず、軽度から重度のインフルエンザの症状を示します。2 これらの症状は対象者が職場から退勤するまで続き、その後対象者は悪影響を受けていない健康体に戻ります。
補遺7215.1: サイトでの応用
SCP-7215のファイルがデータベースに掲載された直後から、サイト-115では病欠する職員が激増しました。欠勤の原因を究明するため、スティール サイト管理官はレニングス次席研究員と面会し、SCP-7215の使用疑惑について話し合いました。
インタビュー
質問者: サイト管理官 ステイシー・スティール
回答者: 次席研究員 リーアム・レニングス
日付: 2018年4月6日
«記録開始»
スティール: レニングス、今回呼び出したのは、あなたの過剰な欠勤について話し合うためです。過去2週間で4回も病欠しましたね。
レニングス: “レニングス”? そのプロ意識はどっから湧いて出たんだ? 昇進して調子に乗っちまったか? (笑う)
スティール: 任された役はしっかり演じようと思いまして。さて、欠勤について説明してもらえます?
レニングス: これのせいで俺が処罰されたりはしないよな?
スティール: あのね、私があなたにそんなことするわけないでしょう。
レニングス: 分かったよ、約束だからな。俺たちは休憩室にある例のカレンダーを使ってる。いちいち休暇取得の手続きを踏むよりも簡単だからさ、みんなそいつを利用して休んでるんだよ。
スティール: で、私にバレたら阻止されるだろうと思ってるんですか?
レニングス: 概ねその通り。でも見逃してくれるだろ?
スティール: もっと上等なやり方があります。
«記録終了»
その後、スティール管理官はSCP-7215に関する覚書をサイト-115職員に公開しました。
To: サイト-115 (all.site115@scip.net)
From: ステイシー・スティール (stacy.steele@scip.net)
件名: 休暇取得の増加、SCP-7215
休暇申請の煩雑なプロセスを避けるためにSCP-7215が使用されていることを把握しました。私はまだ管理官に就任してほんの1ヶ月ですから、運営陣に厳しく監視されるのがどのような感じかは分かっています。
あなた方のうち何人かは、私が上席研究員だった頃からの知り合いです。安心してください、私はまだ当時と同じ人間です。ただ、SCP-7215を使う理由をその都度教えてほしいのと、このシステムを濫用しないようにお願いしたいだけです。
私が力になりましょう。
- スティール管理官
補遺7215.2: 利用記録
病欠日 | 名前 | 申請理由 |
---|---|---|
2018年4月7日 | ポリー・パークス次席研究員 | パークス次席研究員は過去数ヶ月間、彼女の娘が参加するイベントを欠席していたが、今回は娘の合唱コンサートに立ち会うことができた。 |
2018年4月10日 | リーアム・レニングス次席研究員 | レニングス次席研究員は運転免許証の更新を予約していた。彼はスティール管理官の要請を受けて午後に仕事に戻った。 |
2018年4月12日 | アレックス・アダムズ上席研究員 | アダムズ上席研究員は4月12日の収容違反3で数ヶ所の軽傷を負った。4 4月18日になってから12日の日付に印を入れたところ、過去改変によってアダムズ上席研究員が収容違反に巻き込まれるのは阻止された。5 |
2018年4月15日 | エージェント ミランダ・マルティネス | エージェント マルティネスの休日は前述の収容違反によって中断された。4月15日は概ね何事もなかったため、この日を振替休日とした。 |
2018年5月1日 | サイト管理官 ステイシー・スティール | スティール管理官は4月30日までの数日間を費やして、サイト-115の広範な月次評価と、4月12日の収容違反の報告書を書き上げた。 |
2018年5月2日 | スティール管理官以外のサイト職員全員 | 補遺7215.3を参照 |
補遺7215.3: 予期せぬ挙動
2018年5月1日、SCP-7215は5月のカレンダーに更新されましたが、5月2日以降の日付が印刷されていませんでした。この発見に続いて、SCP-7215に暦日が記されていないのは潜在的なZK-クラス“時間の終焉”シナリオを示唆しているという噂がサイト-115に広まりました。
以下のログはサイト-115休憩室の監視カメラが記録したものです。
カメラ記録
時刻: 2018年5月1日 16:26
カメラ: 休憩室 - 内部
関係者: アダムズ上席研究員、レニングス次席研究員、パークス次席研究員、エージェント マルティネス
«記録開始»
(関係者全員が会話しながら休憩室に入室する。)
パークス: (大声で) 諦めちゃダメですよ! サイトにはこれを打ち消せるようなアノマリーがあるはずです、それか奇跡術の儀式とか -
アダムズ: 単発の出来事に過ぎない! ありとあらゆる時間が終わりを迎えるという証拠は無い。もしそうなら財団はとっくに気付いているはずだよ。
パークス: (SCP-7215を身振りで指す) カレンダーはすぐそこにあります。これ以上の証拠が必要ですか?!
アダムズ: (首を横に振る) そうだとしても、明日何かが起こるなら他にも兆候があるはずだ。だが実験結果は全て陰性だった。このアノマリーが間違いを犯したのかもしれない。
パークス: でも過去に間違ったことはありません! このカレンダーは今までサイトの全てを予測してきました。収容違反を言い当て、会議日時を調整し - それどころかリーアムの食中毒だって予言した! そしてそれでも彼は食中毒になった!
レニングス: 食ってみるだけの価値はあった。
パークス: これは時間の終焉ですよ! どうしてみんなそんなに落ち着いていられるんですか?
アダムズ: 一日中逃げ道を探し回った後だからだ! 今更、何ができる?
(全員が沈黙する。空調のスイッチが入り、以後の録画を通して軽いバズ音が聞こえ続ける。)
マルティネス: 局所的な事象かもしれない。このサイトにだけ影響を及ぼして、他には何も起こらないのかも。
レニングス: そんな風にはいかないと思うぞ。
マルティネス: でも、それなら問題が見つからない理由に説明が付くでしょう。全世界ではなく、ごく一部の地域でしか発生しない。だとしたら…
(マルティネスはSCP-7215に歩み寄り、印を付ける。)
マルティネス: 私は家にいる。
(マルティネスが休憩室を退室する。)
レニングス: これで俺たち3人になったな。
パークス: (両手を振り上げる) 分かりましたよ! サイトからの避難が次善の策でしょうね。
レニングス: 皆に知らせてくる。
(レニングスが休憩室から走り出る。)
アダムズ: まだはっきり決まったわけじゃない!
パークス: そう思いたいならご勝手に。
(アダムズは溜め息を吐き、休憩室を見渡す。隅で冷水器がゴボゴボと音を立てる。)
アダムズ: それで、君は明日は出勤するのか?
(パークスはSCP-7215に歩み寄り、印を付ける。彼女は振り向き、首を横に振る。)
パークス: いいえ。
(パークスが退室する。間もなくレニングスが戻ってくる。)
レニングス: 病欠の予定を入れ忘れた。
(レニングスはSCP-7215に歩み寄り、印を付ける。彼は小走りでまた退室する。)
レニングス: (遠くから) また後で会おうぜ、アレックス!
(アダムズは2分間、休憩室に立ち尽くしている。彼はSCP-7215に歩み寄って調べる。数分後、彼はSCP-7215に印を付け、退室する。)
«記録終了»
結: その後30分間に、数名の職員が休憩室に入室し、SCP-7215に印を付けていく。この間の会話は、上記と同じ議論の繰り返しか、全くSCP-7215に関係ないものである。
スティール管理官はこの展開を把握しておらず6、5月2日に出勤しました。彼女はSCP-7215に貼りつけられた付箋を発見し、内容を読んだ後、全てのサイト-115職員に即時の出勤を命じました。SCP-7215は既に従来の状態に更新され、問題なくその月の残りを概説していました。
付箋の内容は次の通りです。
すまない諸君、プリンターのインクが切れてた。直しといたよ!
- 時間異常部門 メイソンより
本ページを引用する際の表記:
「SCP-7215」著作権者: CowscantgoMoo, C-Dives 出典: SCP財団Wiki http://scp-jp.wikidot.com/scp-7215 ライセンス: CC BY-SA 3.0
このコンポーネントの使用方法については、ライセンスボックス を参照してください。ライセンスについては、ライセンスガイド を参照してください。
ファイルページ: 倫理委員会ロゴ(透過)
ファイル名: com-transparent-3.png
タイトル: com.png
著作権者: Osobist
ソース: https://scpfoundation.net/list-of-foundation-s-internal-departments
ライセンス: CC BY-SA 3.0
公開年: 2012
補足: C-Divesによって透過処理済み。元記事に使用されていた倫理委員会ロゴは透過処理の責任者が不明確であったため、自前の画像を用意した。