/* source: http://ah-sandbox.wikidot.com/component:collapsible-sidebar-x1*/ #top-bar.open-menua{position:fixed; bottom:0.5em; left:0.5em; z-index:15; font-family: san-serif; font-size:30px; font-weight:700; width:30px; height:30px; line-height:0.9em; text-align:center; border:0.2emsolid#888 !important; background-color:#fff !important; border-radius:3em; color:#888 !important; text-decoration:none!important; }@media (min-width: 768px) {.mobile-top-bar{display:block; }.mobile-top-barli{display:none; }#main-content{max-width:708px; margin:0auto; padding:0; transition: max-width 0.2s ease-in-out; }#side-bar{display:block; position:fixed; top:0; left: -25em; width:17em; height:100%; background-color: rgb(184, 134, 134); overflow-y:auto; z-index:10; padding:1em1em01em; -webkit-transition:left0.5s ease-in-out 0.1s; -moz-transition:left0.5s ease-in-out 0.1s; -ms-transition:left0.5s ease-in-out 0.1s; -o-transition:left0.5s ease-in-out 0.1s; transition:left0.5s ease-in-out 0.1s; }#side-bar:after{content: ""; position:absolute; top:0; width:0; height:100%; background-color: rgba(0, 0, 0, 0.2); }#side-bar:target{display:block; left:0; width:17em; margin:0; border:1pxsolid#dedede; z-index:10; }#side-bar:target + #main-content{left:0; }#side-bar:target.close-menu{display:block; position:fixed; width:100%; height:100%; top:0; left:0; background: rgba(0,0,0,0.3) 1px1pxrepeat; z-index: -1; }}
:root{ --timeScale:1; --timeDelay:0s; } /*Convertingmiddledividerfrombox-shadowto ::beforepseudo-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; } /*CLASSIFIEDLEVELBARS*/ 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)); } /*TOPTEXT*/ 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, RISKCLASSES*/ 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; } /*BOTTOMTEXT*/ 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; } /*MOBILEQUERY*/ @media (max-width: 480px ) {.anom-bar > .bottom-box::before{display:none; }.anom-bar > .bottom-box{box-shadow:0 -0.5rem 00 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)); }} /*--- MotionAccessibility ---*/ @mediascreenand (prefers-reduced-motion: reduce) {div.anom-bar-container{ --timeScale:0!important; }} /*-------------------------*/ @keyframesdivider{from{max-width:0%; }to{max-width:100%; }}@keyframesbar{from{max-width:0%; }to{max-width:100%; }}@keyframesbar-mobile{from{max-height:0%; }to{max-height:100%; }}@keyframesbottomup{from{top:100px; }to{top:0; }}@keyframesexpand1{from{opacity:0; clip-path:inset(0 calc(100% - 0.75rem) 00); }to{opacity:1; clip-path:inset(0); }}@keyframesiconslide{from{opacity:0; transform: translateX(-5rem); }to{opacity:1; transform: translateX(0); }}@keyframesexpand2{from{opacity:0; width:1%; }to{opacity:1; width: calc(100% - 0.25rem); }}@keyframesfade{from{opacity:0; }to{opacity:1; }}@keyframesflowIn{from{opacity:0; transform: translateY(20px); }to{opacity:1; transform: translateY(0); }}@keyframesarrowspin{from{clip-path:circle(0%); transform: rotate(135deg); }to{clip-path:circle(75%); transform: rotate(0deg); }}@keyframesnodegrow{from{transform: scale(0);}to{transform: scale(1);}}@keyframesdiamondBorder{from{box-shadow: -0.5rem -20rem 00 rgb(var(--black-monochrome, 12, 12, 12)); }to{box-shadow: -0.5rem 000 rgb(var(--black-monochrome, 12, 12, 12)); }}
/*BLANKSTYLECSS[2021WikidotTheme]ByPlaceholderMcDandHarryBlankBased on: PaperstackThemebyEstrellaYoshtePenumbraThemebyEstrellaYoshteEditedbyiti119forSCP-JP*/ @importurl('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,800;1,800&display=swap'); #page-content{font-size:0.8rem; }#main-content{top: -1.6rem; padding:0.2em; }div#container-wrap{background-image:none; }div#header{background-image:none; }#headerh1, #headerh2{margin-left:0; float:none; text-align:center; }#headerh2{margin-top:0.5rem; }#headerh1span, #headerh2span{font-size:0; display:none;}#headerh1a::before, #headerh2::before{color:#000; letter-spacing:1px; font-family: 'Montserrat', verdana, arial, helvetica, sans-serif !important; text-shadow:none; }#headerh1a::before{content: var(--header-title, "R\0026 C SITE-43"); font-weight:400; font-size:1.3em; }#headerh2::before{content: var(--header-subtitle, "SUBVERTING COMMON PRACTICE"); font-weight:700; font-size:1.2em; }@media (max-width: 707px) {#headerh1a::before { font-size: 1.6em; } } #login-status, #login-statusa{color:#333333; }#page-title{display:none; }#footer, #footera{background:transparent; color:#333333; }#search-top-box-input, #search-top-box-input:hover, #search-top-box-input:focus, #search-top-box-forminput[type=submit], #search-top-box-forminput[type=submit]:hover, #search-top-box-forminput[type=submit]:focus{border:none; background:#333333; box-shadow:none; border-radius:0px; color:#efefef; }#search-top-boxinput.empty{color:#999999; }#search-top-box{top:2.3rem !important; right:8px; }#top-bar{display: flex; justify-content:center; right:0; top:7.9rem; }#top-bar, #top-bara{color:#333333; }h1, h2, h3, h4, h5, h6{font-family: 'Montserrat', verdana, arial, helvetica, sans-serif; color:#000; letter-spacing:1px; }h1{font-size:2em; }h2{font-size:1.45em; }div#extra-div-1{height:160px; width:100%; top:0; position:absolute; background: url('http://scp-jp-storage.wdfiles.com/local--files/file:5722815-45-51f1/43Head.png'); background-size: contain; background-repeat:no-repeat; background-position:50%50%; z-index: -1; }@media (max-width: 707px) {div#extra-div-1{top:15px; }}body{background-image: linear-gradient(to bottom, #e0e0e0, #e0e0e090px, #e0e0e090px, #ffffff200px, #ffffff200px, #ffffff100%); background-repeat:no-repeat; }:root{ --timeScale:1.5; --timeDelay:1.5s; --posX: calc(50% - 358px - 13rem); --fnLinger:1s; }#page-contenthr{background-color:#000; }#page-contenttrth{padding:6px; border:#0001pxsolid; }#page-contenttrtd{padding:12px; border:#0001pxsolid; line-height:1.4; }#page-content.sideboxtrtd, #page-content.sideboxtrth{padding:0.35em; }#side-bar{border-right:1pxsolid#333; background:#DDD; }#side-bar.side-block{border:1pxsolid#333; border-radius:0; box-shadow:none; background-color:#FDF6D7; }#top-bardiv.open-menua{border:1pxsolid#333 !important; border-radius:0; box-shadow:none; }@media (max-width: 767px) {#side-bar:target{border:1pxblack; box-shadow:none; }}#page-content.creditRate{margin: unset; margin-bottom:4px; }#page-content.rate-box-with-credit-button{background-color:#ffffff; border:solid1px#000; box-shadow:none; border-radius:0; }#page-content.rate-box-with-credit-button.fa-info{border:none; color:#333333; }#page-content.rate-box-with-credit-button.fa-info:hover{background:#333333; color:#ffffff; }.rate-box-with-credit-button.cancel{border:solid1px#ffffff; } /* ---- PAGERATING ---- */ .page-rate-widget-box{box-shadow:none; border:solid1px#000; margin: unset; margin-bottom:4px; border-radius:0; }div.page-rate-widget-box.rate-points{background-color:#ffffff; color:#333333; border:none; border-radius:0; }.page-rate-widget-box.rateup, .page-rate-widget-box.ratedown{background-color:#ffffff; border-top:none; border-bottom:none; }.page-rate-widget-box.rateupa, .page-rate-widget-box.ratedowna{background:transparent; color:#333333; }.page-rate-widget-box.rateupa:hover, .page-rate-widget-box.ratedowna:hover{background:#333333; color:#ffffff; }.page-rate-widget-box.cancel{background:transparent; background-color:#ffffff; border:none; border-radius:0; }.page-rate-widget-box.cancela{color:#333333; }.page-rate-widget-box.cancela:hover{background:#333333; color:#ffffff; border-radius:0; }#page-content.rate-box-with-credit-button.page-rate-widget-box{border:none; }.anchor{position: sticky; height:0; top:0; }.sidebox{padding:.14rem; margin-top:0; margin-bottom:8px; width: calc((100vw - 870px)/2); max-height: calc(100vh - 18rem); position:absolute; top:0; left:103.5%; z-index:5; overflow:auto; box-sizing: border-box; }@media (max-width: 1290px) {.sidebox{display:none; visibility:hidden; }}.scp-image-block{box-shadow:none; } /* ---- YUITABBASE ---- */ .yui-navset.yui-nava,.yui-navset.yui-navset-top.yui-nava{background-color:inherit;background-image:inherit}.yui-navset.yui-nava:hover,.yui-navset.yui-nava:focus{background:inherit;text-decoration:inherit}.yui-navset.yui-nav.selecteda,.yui-navset.yui-nav.selecteda:focus,.yui-navset.yui-nav.selecteda:hover{color:inherit;background:inherit}.yui-navset.yui-nav,.yui-navset.yui-navset-top.yui-nav{border-color:inherit}.yui-navsetli{line-height:inherit} /* ---- YUITABCUSTOMIZATION ----*/ .yui-navset.yui-nav, .yui-navset.yui-navset-top.yui-nav{display: flex; flex-wrap: wrap; width: calc(100% - .125rem); margin:0auto; border-color:#333333; box-shadow:none; }.yui-navset.yui-nava, /* ---- LinkModifier ---- */ .yui-navset.yui-navset-top.yui-nava{color:#333333; /* ---- TabBackgroundColour | [UNSELECTED] ---- */ background-color:#efefef; border: unset; box-shadow:none; box-shadow:none; }.yui-navset.yui-nava:hover, .yui-navset.yui-nava:focus{color:#ffffff; /* ---- TabBackgroundColour | [HOVER] ---- */ background-color:#333333; }.yui-navset.yui-navli, /* ---- ListitemModifier ---- */ .yui-navset.yui-navset-top.yui-navli{position:relative; display: flex; flex-grow:2; max-width:100%; margin:0; padding:0; color:#ffffff; background-color:#ffffff; border-color:transparent; box-shadow:none; }.yui-navset.yui-navlia, .yui-navset-top.yui-navlia, .yui-navset-bottom.yui-navlia{display: flex; align-items:center; justify-content:center; width:100%; }.yui-navset.yui-navliem{border: unset; }.yui-navset.yui-navaem, .yui-navset.yui-navset-top.yui-navaem{padding:.35em.75em; text-overflow: ellipsis; overflow:hidden; white-space:nowrap; }.yui-navset.yui-nav.selected, /* ---- SelectionModifier ---- */ .yui-navset.yui-navset-top.yui-nav.selected{flex-grow:2; margin:0; padding:0; /* ---- TabBackgroundColour | [SELECTED] ---- */ background-color:#333333; }.yui-navset.yui-nav.selecteda, .yui-navset.yui-nav.selectedaem{border:none; }.yui-navset.yui-nav.selecteda{width:100%; color:#ffffff; }.yui-navset.yui-nav.selecteda:focus, .yui-navset.yui-nav.selecteda:active{color:#ffffff; background-color:#333333; }.yui-navset.yui-content{background-color:#ffffff; box-shadow:none; }.yui-navset.yui-content, .yui-navset.yui-navset-top.yui-content{padding:.5em; border:1pxsolid#333; box-sizing: border-box; } /*---- SCROLLBAR ----*/ ::-webkit-scrollbar{width:10px; } ::-webkit-scrollbar-track{background:#FFF; border-left:1pxsolid#333; } ::-webkit-scrollbar-thumb{background:#CCC; border:#3331pxsolid; } ::-webkit-scrollbar-thumb:hover{background:#EEE; } /*---- CENTERIMAGESONMOBILEcourtesyofEstrellaYoshteandPeppersGhost ----*/ .imagediv{float:right; margin:15px}@media (max-width: 540px) {.imagediv{float:none; text-align:center; margin:auto; }}@mediaonlyscreenand (max-width: 600px) {.scp-image-block.block-right{float:none; margin:10pxauto; }} /*---- ACS-COLOREDTABLEDIVS ----*/ #page-content.table1trth, #page-content.table1.scp-image-block.scp-image-caption{background-color:#D7EFE7; }#page-content.table2trth, #page-content.table2.scp-image-block.scp-image-caption{background-color:#D8ECF4; }#page-content.table3trth, #page-content.table3.scp-image-block.scp-image-caption{background-color:#FDF6D7; }#page-content.table4trth, #page-content.table4.scp-image-block.scp-image-caption{background-color:#FFDABF; }#page-content.table5trth, #page-content.table5.scp-image-block.scp-image-caption{background-color:#F5D8E0; }#page-content.table6trth, #page-content.table6.scp-image-block.scp-image-caption{background-color: rgba(146, 0, 255, 0.2); }.tableb.wiki-content-table{border-collapse:separate; border-spacing:2px; }.tableb.scp-image-block{border:none; }.tableb.scp-image-blockimg{border:#0001pxsolid; box-sizing: border-box; }.tableb.scp-image-block.scp-image-caption{margin-top:2px; border:#0001pxsolid; box-sizing: border-box; }.top-left-box > .item{display:none; } /* ---- WORDSNOLONGERBROKEN, THECROQUEMBOUCHEHASSPOKEN ---- */ span, a{word-break:normal !important }.avatar-hover{display:none !important; }#breadcrumbs, .pseudocrumbs{text-align:center; padding-top:10px; }#main-content.page-tagsspan{max-width:100%; } /* -- FANCYTHINGSfromWoedenaz'sDustjacketTheme -- */ #page-content.fancyhrhr{border-top:2vw solidtransparent; background-color: rgba(var(--bright-accent), 0); height:0; box-sizing: border-box; border-image-source: url('http://scp-jp-storage.wdfiles.com/local--files/file:5722815-46-ec6z/wl_hr.png'); border-image-repeat: round round; background:none; border-image-slice:8050080500 fill; border-image-width:10em80em10em80em; }#page-content.fancyborder{box-sizing: border-box; border:2vw solid rgba(0,0,0,0.5); border-image: url('http://scp-jp-storage.wdfiles.com/local--files/file:5722815-47-mqmb/wl_border.png') 600 round; border-image-width:6; padding:2vw; } /*---- LocalizationforJP ----*/ /*RateModule*/ #page-contentdiv.page-rate-widget-box.rate-points{font-family: verdana,arial,sans-serif; font-size:0.8rem; }.creditRate.page-rate-widget-box.cancela{display: inline-flex; align-items:center; justify-content:center; height:16px; padding:2px5px; box-sizing: border-box; color:#333333; }.creditRate.page-rate-widget-box.cancela:hover{color:#ffffff; } /*CreditModule*/ #page-content.creditRate.creditModule.rate-box-with-credit-button{border:none0; }#page-content.creditRate.creditModule.rate-box-with-credit-button.page-rate-widget-box{border:solid1px#000; margin-bottom:0; }.creditRate.creditModule.rate-box-with-credit-button.creditButton{display: inline-flex; width:20px; height:18px; background:#ffffff; border-color:#000; border-radius:0; box-shadow:none; }.creditRate.creditModule.rate-box-with-credit-button.creditButtona{display: inline-flex; align-items:center; justify-content:center; width:20px; height:16px; } /*InfoModule*/ .creditRate:not(.creditModule) .rate-box-with-credit-button.creditButton{width:auto; background:none; border:none0; border-radius:0; box-shadow:none; }.creditRate:not(.creditModule) .rate-box-with-credit-button.creditButtonpa{display: inline-flex; justify-content:center; align-items:center; height:16px; padding:0; } /*SideBar*/ #side-bar{display: grid; grid-template-areas: "a" "a" "a" "a" "red" "blue" "b" "b"; }#side-bar.side-block[style="background-color: #a7dba2;"]{background:#D7EFE7 !important; }#side-bar.side-block[style="background-color: #e5e5ff;"]{background:#D8ECF4 !important; grid-area:blue; }#side-bar.side-block[style="background-color: #fff0f0;"]{background:#F5D8E0 !important; grid-area:red; }#side-bar.side-block[style="background-color: #f0f0f0;"]{background:#FFFFFF !important; }@media (max-width: 767px) {#side-bar:target{display: grid; width:19em; }}@media (min-width: 768px) {#side-bar:target{display: grid; width:19em; border:none0; border-right:solid1px#333; }#side-bar:target.close-menu{margin-left:21em; opacity:0; }}#side-barhr{margin-top:0; }
[フレーム]
-
評価: +35
SCP財団保安施設ファイル
研究・収容サイト-43
正式名称: SCP財団 ヒューロン湖 研究・収容施設
サイト識別コード: CAONCI-Site-43
概要情報
イッパーウォッシュ州立公園
サイト機能: サイト-43は玄妙除却と歴史分析の研究拠点であるとともに、財団のカナダ最大の研究収容施設でもあります。Briar級のネクサス-94一帯に関する現象の隠蔽・監視についてはこの場所で調整されています。
設立: 1943年4月1日
設立管理官: V・レスリー・スカウト博士
場所: カナダ オンタリオ州 ラムトン郡 イッパーウォッシュ州立公園
カバーストーリー: ヒューロン湖 供給・管理・精製Supply, Control, and Purification所 (浄水・送水)
サイズ: 372 000 m2 (地下の床面積) / 56ヘクタール (地上の立入禁止区域)
サイト概要
サイト-43は厄介な収容上の難題に対して、創造的かつその場に合わせた対応を採ることでSCP財団内で有名です──必ずしも良いものではありませんが。
複数件のアノマリーが部分的にしか収容されておらず、周辺エリアの数十件は収容されてすらいません。あるアノマリーはサイト職員を18年間付け回し、別のアノマリーの影響はサイト上層部と同盟を結んだ要注意人物がそれ以上の未収容のアノマリーを作り出すことで改善されました。いずれの事例においても、これらの解決策は最も効果的で、最も効率的で、そして最も問題発生の可能性が低いものです。他サイトからの訪問者はたびたび彷徨えるミラーモンスター、人食いキメラ豹でいっぱいの湖、毎年発生する深妙廃棄物の爆発、自己増殖性の地底精錬所の存在に困惑します。次のジョークのバリエーションは、ほとんど全ての財団施設で聞くことができるでしょう: 「本当に収容されてないのか、それともサイト-43にあるだけなのか?」。
この冗談は、ヒューロン湖研究収容施設の驚くべき事実を晦ませます。同等規模のサイトに比して、その収容違反件数は称賛に値するものです。創造的で熱心な学術コミュニティが創り上げた、中々手に負えない対象への持続的かつ合理的なアプローチこそが、この相対的成功の真の基盤となっています。
運用セクションのマップ。クリックで拡大。
サイト-43の非定型収容思想はこの施設の誕生と共に生まれたものですが、それに関する長話はまた今度にしましょう。簡潔に言えば: 歴史的文献には記録されているものの、まだヴェールを穿つ脅威になっていないアノマリーを発見する必要と、収容下にある五千以上のSCPオブジェクトが産生する、何千何万トンもの深妙物質を処理する必要があったために、清廉な水が手に入る辺境の地に合同施設を作ることになったのです。
イッパーウォッシュ州立公園の岩盤の下で70年以上に渡り、記録・改訂セクションは異常な出来事の歴史を漁り、玄妙除却セクションは深妙廃棄物を漁ってその有害性質を調べてきました。このコラボレーションが成功したことでサイト-43の学術ネットワークは拡大され、これが現代の理論・実践 両セクション群の合同体制に繋がりました。サイト-43が──カナダに立地することにより──財団北米管轄区の"僻地"であることはまた、親密でインフォーマルな大学めいた雰囲気の醸成に寄与しています。
学術的成果 (抜粋)
ハロルド・R・ブランク博士. "無能の連中、魔法の騎馬警察: CLIO-4、OSAT、サイト-43." Praeterita, 52巻 2号 (2020夏号): 10-21.
ウド・A・オコリー博士. "知るべきだけれども名前に混乱して聞けなかった玄妙除却に関する全て." Gunk: 玄妙除却グループジャーナル, 81巻 4号: 18-29
全セクション主任. "結局のところ湖は誰のものなのか? サイト-43とイッパーウォッシュ危機." Crossroads, 17巻 (2020): 47-57.
職員情報
マッキンス管理官
サイト管理官: アラン・J・マッキンス博士
全セクション主任: [編集済].全セクション主任はネクサス-94の住人であり、著名な公人です。
サイト駐在職員: 562名
サイト-43における全ての活動は運営セクション、すなわち理論/実践セクション群により監督されています。理論セクション群は学術ユニットの連合であり、研究とコロキウムを行います。実践セクション群はより技術的な職務を実行します。
各理論セクション群の"主席"Chairは、博士号ないしは医学博士の資格を持った職員であり、各実践セクション群の"主任"Chiefは各々異なる分野で資格を持った職員です。全セクション主任は全てのセクション間交流を監督しています。
記録情報セキュリティ管理室からの要請につき、サイト-43に関する誤解への対応ならびに我々の学術コミュニティの育成促進のため、各主席・主任は以下に掲載されるセクションにインフォーマルな"エレベーターピッチ"の説明を提出するよう指示を受けました。フォーマルな情報については、上の追記にある査読済論文にアクセスするか、SCiPNETを通して雇用・統括セクションまで連絡をお願いします。
— サイト-43 A. J. マッキンス管理官
理論セクション
記録・改訂Archives and Revision |
---|
AR.png
主席: ハロルド・R・ブランク博士 勝者は歴史によって記される。 SCPデータベースを信用していいのなら、財団は決まってパーティに遅れている。大概は警察、新聞、政府に大衆といった連中がほとんどのアノマリーの第一発見者となってから我々が応答しているのだ。我々は混乱を一掃し、目撃者を記憶処理し、実体を捕縛/物品を回収/場所を封鎖する。記録・改訂セクションはこうした事態を回避するために存在する──我々は歴史的文献を読み漁り、傾向を特定し、そうしてまだ騒ぎになっていないアノマリーを見つけ出すのだ。そして事態が一件落着すれば、我々は他の者たちが我々の足跡を辿って同じ繋がりを見出さないように、公的なストーリーを書き直す。 |
兵器・装備Arms and Equipment |
---|
AE.png
主席: トレバー・ブレンメル博士 使わなければ失うだけ。 コインを投げて。表なら、我々はアノマリーを軍事利用します。裏ならしません。また明日投げましょう。これが、ここ数十年に渡り財団が問題解決に用いていた方法です。アノマリーを兵士に仕立てたり、非異常の兵士に異常な兵器の扱いを教え込んだり、単にアノマリーを戦術的アドバンテージのため動員するというのは、必ずしも選べる手ではありません。この仕事は柔軟性を要するため、我々の規則もまた柔軟です。常に選べる一手は、所有下にある物品について十分に学習し、目的に叶うようにその効果を複製することです。それこそがA&Eの業務なのです。 |
保健・病理Health and Pathology |
---|
HP.png
主席: ヘレナ・R・フォーサイス博士 時には一日一個のリンゴだけでは足りないこともある。 財団職員でも普通の風邪をひく。インフル、食中毒、中耳炎、ありとあらゆるより危険な病気にかかる。我々健康・病理学セクションがそれに対処する。財団職員はまた、自我のある微生物に侵食され、観葉植物に変身し、ケースによっては若返ったりジェンダーが変わったり裏返ったりもする。我々健康・病理学セクションはそれにも対処する。 |
ミーム・対抗ミームMemetics and Countermemetics |
---|
MC.png
主席: リリアン・S・リリハンメル博士 我々の頭脳をまとめてあげましょう。 Meme.jpg これで分かったでしょ。 |
心理学・超心理学Psychology and Parapsychology |
---|
PP.png
主席: ニュン・T・ゴ博士 それで、どうしてそれに心動かされるのか? 見知らぬ閉鎖空間に閉じ込められるのは恐ろしいことです。救いの手は無く、孤独で、愛されず望まれもしていないと感じることでしょう。壁に包囲され、果たしてここを出ることが許されるのかと疑念を抱きます。果たして愛する人と再開できるのかとね。我々、心理学・超心理学セクションが、そうした恐怖、罪悪、心配、嫌悪の感情を和らげるお手伝いをします。我々は収容下の対象にも同じサービスを提供しています。 |
量子超力学Quantum Supermechanics |
---|
QS.png
主席: 杜ドゥ 信義シンイー博士 猫を箱から出してやる。 平たく言うと、量子超力学セクションは狂気のナンセンスに取り組んでいる。セクションの最高位の研究者だけが、我々が何をしているのかを正確に理解できるのだ。間に来る説明文はこう。我々はこの宇宙を支配するルール、ここではない宇宙を支配するルール、そして存在しない宇宙を支配するルールの僅かな差異を研究し、その違いを科学的成果のために利用する。もし何を言っているか分かるのなら、君は間違ったセクションに配属されているか、重力子問題に取り組むべきときに保安施設ファイルを読んでいるかだ。 |
研究・実験Research and Experimentation |
---|
RE.png
主席: メリッサ・ブラッドベリ博士 "万物"の理論。The theory of everything else. R&Eはサイト-43のバックボーンです。つまり我々はあらゆる重労働を任されるうえに、他の人々が我々について考えてくれるのは、我々が働いていないと思われたときだけだということです。我々は実験を実施します。再現研究を行います。剖検を執行します。共同研究プロジェクトを調整します。そして通常、専用の理論セクションを持たないあらゆる科学分野の仕事をします。博学者の参加のみ受け付けます。 |
分光分析・分霊分析Spectrometry and Spectremetry |
---|
SS.png
主席: ポリクセニ・マタクサス博士 全国津々浦々。 いや、我々はゴーストを追跡するんじゃない。我々はゴーストを測定するんだ。我々の話をする前に、科学的手法がどんなものか考えてもらいたい。我々は複雑な事物を理解するための合理的装置を取り揃えているし、十分な厳密性と証拠があれば我々は一見何よりも神妙に思えるものすら理解できる。我々はカメラを載せたバンに乗ったヒストリーチャンネルの下働きじゃない。我々はカメラを載せたバンに乗った科学者なのだ。 |
神学・目的論Theology and Teleology |
---|
TT.png
主席: マイケル・D・ナス博士 誰もが評論家。 新人財団職員はよく超常世界のスケール・範囲に腰を抜かす。これまで聞き及んできたあらゆる宗教、カルト、トンチキな陰謀論者が、もしかすると良い連中だったんじゃないかと考えるのも仕方のないことだ。数週間が経ってもまだその考えを矯正できないなら、流石に咎められる。いつまで経ってもその考えを矯正できないのなら、彼らは神学・目的論セクションで働くことになる。我々はそこで神話を消化し、科学的成果として排泄するのだ。 |
実践セクション
玄妙除却Acroamatic Abatement |
---|
配管が壊れると、浴室が水浸しになりますね。我々の配管が壊れると、世界は居住不能の荒野と化します。我々、玄妙除却セクションは、応用穏秘学セクションが見ていられなくなった有害なヘドロを、彼らがそうしなくて済むゴミとヘドロに変えています。常に分解できるとは限りませんが、少なくとも時の流れを巻き戻したり人々を自我のある意味論に変えてしまうようなものでなくすることはできるのです。 |
管理・監督Administration and Oversight |
---|
AO.png
主任: カレン・T・エルストロム博士 いつだってあなたの後ろに。 これほど大きなサイトを運営するロジスティクスは想像を絶するものです。更にネクサス-94の管理ロジスティクスと合体することで、それは怪物的な域に達します。しかし我々には一世紀に渡り寝食を共にしてきた官僚主義があります──それは我々の業務を不可能の領域から、単に苛つく領域にまで押し下げるのです。 |
応用隠秘学Applied Occultism |
---|
AO2.png
主任: ウド・A・オコリー博士 トライ、トライ、トライ、いずれリカイ。 ここ応用隠秘学セクションには魔術師はいません。我々は極めて奇妙な科学を実践する科学者なのです。財団管理下のアノマリーはどれも現実のルールを破りますが、我々はその理由を知ることを望みます。時にはぶつけ合わせるでしょう。時には引き裂くでしょう。でも何時だって、その真意を求めているのです。 |
緊急時脅威戦術対応機構Emergent Threat Tactical Response Authority |
---|
ETTRA.png
主任: ダニイル・ソコルスキー博士 最初からそのつもりだ。 我々の異常兵器庫を我々自身に叩きつけるというジョージ・バウ将軍の過去類を見ない財団への攻撃を受け、監督評議会はETTRAに権限を与えて、敵対的な要注意団体勢力が引き起こした数々の問題に対して型にはまらない解決策を探させた。現在の我々は、まだ発生していないシチュエーションに先回りして対応できるよう準備するのが任務だ──心の中で我々自身を打ち負かし続ける我々は、他の誰にも負けはしない。 |
雇用・統轄Hiring and Regulation / 居住・扶養Habitation and Sustenance |
---|
HR.png
HS.png 主任: ノア・ザマン 半身猫どもを放し飼いにする。 学者というものは本質的に無秩序で反社会的です。彼らの口論、確執、怨恨、シンポジウムは枚挙にいとまがありません。そこで我々H&Rが行うのは、特別収容プロトコルなみの人材育成です──諸手続、書類仕事、訓練に人事評価を通して彼らを管理するのです。 学者だって食事、睡眠、それに結婚が必要です。ですが、彼らがいつどうやってそういうことをすればいいのかわかっているとは限りません。H&Sは職員が職務中に倒れないようにする責任があります──我々が倒れてしまえば、世界と共倒れになってしまいますから。 |
本人確認・技術暗号Identity and Technocryptography |
---|
IT.png
主任: マクシミリアン・フローム 我々に一報を。こっちからはかけない。 企業の情報技術部門はラップトップを踏み壊したり、デスクトップでポルノを見たり、携帯をトイレに落としたり、タブレットを駅に置き忘れてくる人々に対処しなければなりません。本人確認・技術暗号セクションは以上全てに対応するのみならず、我々が対応を誤れば、少数の怒れるエンドユーザーどころではすまない事態を招いてしまうという更なる重荷を背負うことになります。 |
清掃・保守Janitorial and Maintenance |
---|
JM.png
主任: アメリア・O・トロシヤン 壊れていないなら、どういたしまして。 平均的な財団研究員は5つのコンピュータ、2つのタブレット、1つの携帯、4つの椅子、3つのテーブル、1つのデスク、1つの自動販売機、そして14の壊れたら死ぬものを一日の仕事で使っています。私達の仕事はそうした統計の編纂ではありません──私達の仕事は研究員たちがより悲惨な統計に数えられることのないように、機械や備品を良好に保つことです。 |
ネクサス外交Nexus Affairs |
---|
NA.png
主任: 全セクション主任 見るな触れるな。 サイト-43の主なネクサス-94への干渉は地元の長老たちとの会談のかたちで行われるため、ネクサス外交セクションの職員は大半の時間を問題人物──政府職員や観光客──の対処をして過ごすことになる。我々は出会ったアノマリーに手を振るのが好きだが、それを攻撃と見做す奴らは除く。そういう奴らからは隠れるんだ。 |
追跡・鎮圧Pursuit and Suppression |
---|
PS.png
主任: デルフィナ・M・イバニェス 装填してロックを。 アンタらが読んできたどの補遺にも、アノマリーの回収にはアタシらみたいな連中が出てきてやるべきことをやってたはず。アタシらは徽章の無いヘリコプターや黒塗りの装甲兵員輸送車 (APCs) に乗って、ハイテク兵装やハイテク武器、それにハイな死亡率を抱えてる。アタシらがバッグに詰めて、アンタがタグを付けるのさ。 |
保安・収容Security and Containment |
---|
SC.png
主任: 黒木八郎 閉じられたドアの前で。 僕らの仕事はおわかりだろう。マストヘッドだ。皆さんご存知の三単語を誰かが大声で言えば、きっと呆れた顔をするだろう。確保、収容、保護は我々の生活のごく当たり前の要素であり、職務のバックグラウンドノイズであり、本当の意味を容易く見失ってしまう。そしてそのとき人々に禍が降るのだ。だから君らが理解していなくてもいいように、僕らが日夜収容違反について考えている。 |
サイト-43管轄下のアノマリー
ID番号 | オブジェクトクラス |
---|---|
SCP-001 | Aegis |
SCP-5054-EX | Explained |
SCP-5056 | Euclid/Memet |
SCP-5109 | Safe |
SCP-5162 | Pending |
SCP-5238 | Maksur |
SCP-5243 | Keter |
SCP-5281-D | Decommissioned |
SCP-5295 | Continua |
SCP-5358 | Euclid |
SCP-5379 | Uncontained |
SCP-5382 | Thaumiel |
SCP-5416 | Neutralized |
SCP-6591 | Safe |
SCP-5479 | Keter |
SCP-5486 | Keter |
SCP-5488 | Euclid |
SCP-5494 | Ticonderoga |
SCP-5496 | Truculent |
SCP-5520 | Archon |
SCP-5524 | Anomalous |
SCP-5616 | Euclid-Gödel |
SCP-5618 | Apollyon |
SCP-5681 | Safe |
SCP-5698 | Keter |
SCP-5729 | Kušum |
SCP-5751 | Cernunnos |
SCP-5756 | Safe |
SCP-5866 | Tiamat |
SCP-5883 | Entos |
SCP-5889 | Keter |
SCP-5897 | Keter |
SCP-5904 | Keter |
SCP-5956 | Antithesis |
SCP-5974 | Conscientia |
SCP-5977 | Eparch |
SCP-6056 | Damballah |
SCP-6121 | Archived |
SCP-6123 | Keter |
SCP-6263 | Simpatico |
SCP-6382 | Flor Galana |
SCP-6484 | Gevurah |
SCP-6519 | Ether |
SCP-6622 | Archon |
SCP-6643 | Gleipnir |
SCP-6721 | Khonsu |
SCP-6858 | Argus |
SCP-6965 | Drygioni |
SCP-7000 | Inimical |
SCP-7056 | Sapientia |
SCP-7128 | Safe |
重大収容インシデント
毎年9月8日
SCP-5243: 再発性の収容違反。
2020年9月8日
SCP-5056, SCP-5243: 一体の未収容アノマリーと一名のサイト-43職員が、不明な理由から毎年の連鎖的収容失敗中の玄妙除却施設AAF-Dに所在していた。
2020年11月2日
SCP-5056, SCP-5382, SCP-5494, SCP-5520: 複数の敵対的要注意団体による襲撃は、サイト-43の追求していた非定型収容ソリューションにより意図せずして防がれた。
2021年1月1日
2021年1月22日
SCP-5866が、神学・目的論セクションのブレンダ・コービン博士の全面的協力を得て収容違反。予期されるヴェールへの脅威に立ち向かうため多大な財団資産が招集されるも、SCP-5866もコービン博士もその後目撃されていない。
« B&Bの解体 | 力と毒の言葉 | 無能の連中、魔法の騎馬警察 »