###
#### 在宅勤務対応
##### テレワーク運用(一般社員/協力会社様向け)
###### 2020.4.6/営業部 金子圭佑
---
# 在宅勤務について
以下、升岡社長のメールによる周知にありますとおり、在宅勤務を実施いたします。
>皆さま、
以下の通り、当該対象期間において原則、在宅勤務とします。
1.対象者:東京事業所勤務社員
2.対象期間:4月7日(火)~5月8日(金)
3.在宅勤務条件:
1) 毎週初めに在宅勤務内容をweekly planとして所属長に提出し、承認を得る。
2) 業務報告を日次で所属長に行なう。
ただし、
1) お客様プロジェクト担当者(社員およびパートナーメンバー)は当該プロジェクト責任者の方針に従い勤務してください。
2) 東京事業所総務担当者は通常勤務とします。
3) 福岡事業所は通常勤務とします。
4) 4月6日(月)および5月11日(月)の全体会議は通常通り東京事業所で実施します。全員出席ください。
5) 在宅勤務運用上の問題があれば所属長に連絡ください。
---
# 情報伝達手段について
## Office365 MicroSoft Teamsを使用いたします。
1. サインイン
2. 社員全体の「チーム」への参加
3. 所属PJ「チーム」への参加
4. teamsの簡単な説明
5. 注意点
---
# サインイン
1. 「teams」でGoogle検索 or office365のポータルから「teams」を選択してください。
2. 会社から貸与されているoffice365アカウントにてサインインしてください。
:::info
アプリケーションのダウンロードをおすすめされますが、ブラウザ版をおすすめします。
:::
---
# 社員全体の「チーム」への参加
1. 画面左下にある「チームに参加、またはチームを作成」をクリックしてください。
2. メインコンテンツに表示される、「コードでチームに参加する」にコードを入力ください。
> あとでメールします。
---
# 所属PJ「チーム」への参加
社員全体の「チーム」への参加と同様に、コード入力で参加ください。
コードはPJのリーダーにお問い合わせください。
---
# teamsの簡単な説明
teamsの簡単な説明をします。
- チーム
複数のアカウントが所属するもの。社員全員だったり、プロジェクトメンバーだったり、部活動だったり。
- チャネル(チャンネルと和訳されてることもある)
チームの中での小部隊。「開発」とか「設計」とかわけてもよいし、わけなくてもよい。チーム規模によってPJリーダーで検討ください。
- メンション
@つきで名前をつけると、そのひとに通知できます。(設定によってはポップアップを出すことも可能です。)
だれだれさん宛とかしたいときに使用してください。
- メンション(チーム、チャネル)
@team / @channel で全員周知できます。
- リアクション
相手の発言にカーソルインすると、すぐ右上にアイコンがいくつかでます。
それをクリックすると発言に対するリアクションができます。
---
# 注意点
1. 貸与端末でのみteamsへ参加ください。
プロジェクトに関する話題が行われるため、個人端末や個人スマートフォンでの参加は禁止します。
2. teamsはFace to Faceの代替品です。
今までメール運用、電話運用していたものがかわるわけではありません。
3. たくさん会話してください。
リモートワークによる問題点に、8時間だれとも顔をあわせずに過ごすことによる鬱症状があります。
たわいもないこともたくさん発言し、それに対するリアクションをつけてあげてください。
---
<!-- エンドページはごりごりで作る。-->
###
<div id="NaU-end-page">
ご清聴ありがとうございました
</div>
<div id="NaU-otoiawase">
お問い合わせ
</div>
<div id="NaU-Mail">
✉info@nau.co.jp
</div>
<div id="Nau-Tell">
☎0948-26-2350
</div>
<style>
/* basic design */
.reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6,
.reveal section, .reveal table, .reveal li, .reveal blockquote, .reveal th, .reveal td, .reveal p {
font-family: 'Meiryo UI', 'Source Sans Pro', Helvetica, sans-serif, 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic';
text-align: left;
line-height: 1.6;
letter-spacing: normal;
text-shadow: none;
word-wrap: break-word;
color: #444;
}
.reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 {font-weight: normal;}
.reveal h1, .reveal h2, .reveal h3 {color: #0F0F0F;}
.reveal th {background: #DDD;}
.reveal section img {background:none; border:none; box-shadow:none; max-width: 95%; max-height: 95%;}
.reveal blockquote {width: 90%; padding: 0.5vw 3.0vw;}
.reveal table {margin: 1.0vw auto;}
.reveal code {line-height: 1.2;}
.reveal p, .reveal li {padding: 0vw; margin: 0vw;}
.reveal .box {margin: -0.5vw 1.5vw 2.0vw -1.5vw; padding: 0.5vw 1.5vw 0.5vw 1.5vw; background: #EEE; border-radius: 1.5vw;}
/* table design */
.reveal table {background: #f5f5f5;}
.reveal th {background: #444; color: #fff;}
.reveal td {position: relative; transition: all 300ms;}
.reveal tbody:hover td { color: transparent; text-shadow: 0 0 3px #aaa;}
.reveal tbody:hover tr:hover td {color: #444; text-shadow: 0 1px 0 #fff;}
/* blockquote design */
.reveal blockquote {
width: 90%;
padding: 0.5vw 0 0.5vw 6.0vw;
font-style: italic;
background: #f5f5f5;
font-size: 0.5vw;
}
.reveal blockquote:before{
position: absolute;
top: 0.1vw;
left: 1vw;
content: "\f10d";
font-family: FontAwesome;
color: #2980b9;
font-size: 1.0vw;
}
.reveal blockquote > p {
font-size: 1.4vw;
}
/* font size */
.reveal section, .reveal table, .reveal li, .reveal blockquote, .reveal th, .reveal td, .reveal p {font-size: 1.8vw;}
.reveal code {font-size: 1.0vw;}
/* new color */
.red {color: #EE6557;}
.blue {color: #16A6B6;}
/* split slide */
#right {left: -18.33%; text-align: left; float: left; width: 50%; z-index: -10;}
#left {left: 31.25%; text-align: left; float: left; width: 50%; z-index: -10;}
</style>
<style>
/* h1:header */
.reveal h1 {
position: relative;
top: 0px;
left: 0px;
width: 100%;
text-align: left;
font: "Meiryo UI";
font-size: 8vh; /* 高さに対して8.0% */
font-style: normal;
background-color: white;
border-bottom: medium solid #B3DAC0;
}
.reveal h1::before {
content: '';
background-image: url(https://i.imgur.com/BZT6hLN.png);
background-size: contain;
vertical-align: middle;
background-repeat: no-repeat;
position: relative;
display: inline-block;
height: 3vw;
width: 3vw;
}
/* h1:top-page */
.reveal h3 {
position: relative;
top: 0px;
left: 0px;
width: 100%;
text-align: left;
font: "Meiryo UI";
font-size: 16vh; /* 高さに対して16.0% */
font-style: normal;
background-color: #B3DAC0;
background-image: url(https://i.imgur.com/BtedsAE.png);
background-repeat: no-repeat;
background-position: center;
background-size: auto 14vh;
}
.reveal h3:before{
content: '';
position: relative;
display: inline-block;
height: 16vh;
width: 20vh;
}
.reveal h4 {
position: absolute;
top: 40vh;
left: 0;
right: 0;
bottom: 0;
margin: 0 auto;
height: 10vh;
width: 80%;
text-align: center;
font: "Meiryo UI";
font-size: 8vh; /* 高さに対して8.0% */
font-style: normal;
background-color: white;
border-bottom: thick solid #B3DAC0;
}
.reveal h5 {
position: absolute;
top: 55vh;
left: 0;
right: 0;
bottom: 0;
margin: 0 auto;
height: 8vh;
width: 80%;
text-align: center;
font: "Meiryo UI";
color: gray;
font-size: 6vh; /* 高さに対して6.0% */
font-style: normal;
background-color: white;
}
.reveal h6 {
position: absolute;
top: 65vh;
left: 0;
right: 0;
bottom: 0;
margin: 0 auto;
height: 8vh;
width: 80%;
text-align: center;
font: "Meiryo UI";
color: black;
font-size: 5vh; /* 高さに対して5.0% */
font-style: normal;
background-color: white;
}
/* h3 */
.reveal h2 {
font: "Meiryo UI";
font-size: 5vh; /* 高さに対して2.0% */
font-style: normal;
margin: 2px;
padding: 2px;
}
/* listのアイコン */
.reveal ul {
list-style-type: square;
}
.reveal ul ul {
list-style-type: '-';
}
.reveal ul ul ul {
list-style-type: '▶';
}
.reveal ul ul ul ul {
list-style-type: square;
}
.reveal ul ul ul ul ul {
list-style-type: circle;
}
/* listの字下げ調整 */
.reveal ul ul {
margin-left: -5px;
}
/* footer */
.slides:after {
content:'© 2020 NaU Data Institute Inc.';
text-align: center;
font: "Arial";
font-size: 3vh; /* 高さに対して3.33% */
font-style: normal;
color: white;
background-color: #B3DAC0;
display: inline-block;
width: 100%;
position: absolute;
left: 0px;
bottom: 0;
}
/* end-page */
div#NaU-end-page {
position: absolute;
top: 40vh;
left: 0;
right: 0;
bottom: 0;
margin: 0 auto;
height: 10vh;
width: 80%;
text-align: center;
font: "Meiryo UI";
font-size: 8vh; /* 高さに対して8.0% */
font-style: normal;
background-color: white;
}
div#NaU-otoiawase{
position: absolute;
top: 55vh;
left: 0;
right: 0;
bottom: 0;
margin: 0 auto;
height: 8vh;
width: 80%;
text-align: center;
font: "Meiryo UI";
color: black;
font-size: 6vh; /* 高さに対して6.0% */
font-style: normal;
background-color: white;
}
div#NaU-Mail{
position: absolute;
top: 65vh;
left: 0;
right: 0;
bottom: 0;
margin: 0 auto;
height: 8vh;
width: 80%;
text-align: center;
font: "Meiryo UI";
color: black;
font-size: 6vh; /* 高さに対して6.0% */
font-style: normal;
background-color: white;
}
div#Nau-Tell{
position: absolute;
top: 75vh;
left: 0;
right: 0;
bottom: 0;
margin: 0 auto;
height: 8vh;
width: 80%;
text-align: center;
font: "Meiryo UI";
color: black;
font-size: 6vh; /* 高さに対して6.0% */
font-style: normal;
background-color: white;
}
</style>
{"metaMigratedAt":"2023-06-15T06:09:23.746Z","metaMigratedFrom":"YAML","title":"テレワーク運用(一般社員/協力会社様向け)","breaks":true,"slideOptions":"{\"theme\":\"white\",\"slideNumber\":\"c/t\",\"center\":false,\"transition\":\"none\",\"keyboard\":true,\"width\":\"93%\",\"height\":\"100%\"}","contributors":"[{\"id\":\"e41f7b8e-7d09-40ed-a60c-2501e1b31782\",\"add\":12712,\"del\":4349}]","description":"以下、升岡社長のメールによる周知にありますとおり、在宅勤務を実施いたします。"}