-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
459 lines (421 loc) · 19.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>第70回理工展 -Spark</title>
<meta name="description"
content="早稲田理工の学園祭、理工展のホームページです。昨年度は11/4(土)・11/5(日)に早稲田大学西早稲田キャンパスで開催されました。理工展では、研究発表や講演会から参加型の実験企画まで幅広い企画を用意しています。みなさまのご来場、お待ちしております。">
<link href="/css/common.css?date=20231103" rel="stylesheet">
<link href="/css/top.css?date=20231103" rel="stylesheet">
<!--<link href="/css/swiper.min.css?date=20231001" rel="stylesheet">
<link href="/css/header.css?date=20231103" rel="stylesheet">-->
<!--Adobe Fonts-->
<script>
(function (d) {
var config = {
kitId: 'cyl8ihi',
scriptTimeout: 3000,
async: true
},
h = d.documentElement, t = setTimeout(function () { h.className = h.className.replace(/\bwf-loading\b/g, "") + " wf-inactive"; }, config.scriptTimeout), tk = d.createElement("script"), f = false, s = d.getElementsByTagName("script")[0], a; h.className += " wf-loading"; tk.src = 'https://use.typekit.net/' + config.kitId + '.js'; tk.async = true; tk.onload = tk.onreadystatechange = function () { a = this.readyState; if (f || a && a != "complete" && a != "loaded") return; f = true; clearTimeout(t); try { Typekit.load(config) } catch (e) { } }; s.parentNode.insertBefore(tk, s)
})(document);
</script>
<meta property="og:url" content="https://rikoten.com">
<meta property="og:type" content="website">
<meta property="og:title" content="理工展連絡会">
<meta property="og:description" content="第70回理工展 -Spark">
<meta property="og:image" content="https://rikoten.com/img/card.PNG">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-H43EHV2DHD"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-H43EHV2DHD');
</script>
</head>
<body>
<div class="lastyear">こちらは昨年度のサイトです<br>更新までしばらくお待ちください<br>理工展プレサイトは<a href="https://pre.rikoten.com/" style="color: blue;">こちら</a><br>理工展連絡会サイトは<a href="https://circle.rikoten.com/" style="color: blue;">こちら</a></div>
<header></header>
<div id="splash">
<div id="splash_logo"><img src="../../img/top/ロゴ正方形_背景透過.png" alt="" class="fadeUp"></div>
</div>
<main>
<section id="top">
<div class="triangle"></div>
<div class="box"></div>
<div class="content">
<img class="icon" src="img/common/logo-icon.png">
<img class="spark" src="/img/common/spark.png">
<div class="schedule">
<div>
<p class="date">11/4</p>
<p class="time">10:00~17:00</p>
</div>
<div>
<p class="date">11/5</p>
<p class="time">10:00~16:00</p>
</div>
</div>
</div>
<!--<div id="visitors">
<p>来場者数:</p>
</div>-->
</section>
<div class="back-grad">
<section id="participants" class="langCng" lang="ja">
<h1>出展団体</h1>
<div class="wrapper">
<a class="general" href="/projects/participants/#general">
<div class="container">
<div class="inner-box">
<div class="back-img">
<p>展示</p>
</div>
</div>
</div>
</a>
<a class="experiment" href="/projects/participants/#experiment">
<div class="container">
<div class="inner-box">
<div class="back-img">
<p>実験</p>
</div>
</div>
</div>
</a>
<a class="stage" href="/projects/participants/#stage">
<div class="container">
<div class="inner-box">
<div class="back-img">
<p>ステージ</p>
</div>
</div>
</div>
</a>
<a class="shops" href="/projects/participants/#shops">
<div class="container">
<div class="inner-box">
<div class="back-img">
<p>模擬店</p>
</div>
</div>
</div>
</a>
<a class="online" href="/projects/participants/#online">
<div class="container">
<div class="inner-box">
<div class="back-img">
<p>オンライン</p>
</div>
</div>
</div>
</a>
</div>
<div class="button">
<a href="/projects/participants/">→出展団体ページへ</a>
</div>
</section>
<section id="participants" class="langCng" lang="en">
<h1>Participants</h1>
<div class="wrapper">
<a class="general" href="/projects/participants/#general">
<div class="container">
<div class="inner-box">
<div class="back-img">
<p>Exhibition</p>
</div>
</div>
</div>
</a>
<a class="experiment" href="/projects/participants/#experiment">
<div class="container">
<div class="inner-box">
<div class="back-img">
<p>Experiment</p>
</div>
</div>
</div>
</a>
<a class="stage" href="/projects/participants/#stage">
<div class="container">
<div class="inner-box">
<div class="back-img">
<p>Stage</p>
</div>
</div>
</div>
</a>
<a class="shops" href="/projects/participants/#shops">
<div class="container">
<div class="inner-box">
<div class="back-img">
<p>Booth</p>
</div>
</div>
</div>
</a>
<a class="online" href="/projects/participants/#online">
<div class="container">
<div class="inner-box">
<div class="back-img">
<p>Online</p>
</div>
</div>
</div>
</a>
</div>
<div class="button">
<a href="/projects/participants/">→To Participants</a>
</div>
</section>
</div>
<div id="movie">
<iframe src="https://www.youtube.com/embed/KBd-7_DttRQ?si=Uzlly_I-si_fI5QD" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
<div class="back-benz">
<section id="notes" class="langCng" lang="ja">
<div class="textbox">
<h2>~ご来場のみなさまへお願い~</h2>
<div>
<h3><span>入</span>場門について</h3>
<p>西早稲田キャンパス建替工事に伴い、正門は閉鎖しております。各種企画観覧の方は下記の門からのご入場にご協力いただけますよう、よろしくお願いいたします。</p>
<ul>
<li>ステージ企画<br>→明治門・地下鉄直結口</li>
<li>有名人企画<br>→西門</li>
<li>模擬店企画<br>→西門</li>
<li>その他の企画<br>→明治門・地下鉄直結口・西門</li>
</ul>
<img src="img/top/nishi-waseda.png" alt="西早稲田キャンパス">
</div>
<div>
<h3><span>主</span>催者による撮影について</h3>
<p>キャンパス内ではスタッフによる写真や動画撮影が行われる予定です。撮影した写真・映像・音声等は、本学Webサイト、プレス発表、広報誌等に掲載される場合がございますので、あらかじめご了承ください。</p>
</div>
</div>
</section>
<section id="notes" class="langCng" lang="en">
<div class="textbox">
<h2>~Request for Visitors~</h2>
<h3><span>Regarding</span> entrance gate</h3>
<p>Due to reconstruction work on the Nishi-Waseda campus, the Main Gate is closed. Please come through the
following gates.</p>
<ul>
<li>Those viewing Stage<br>→Meiji Gate・Subway Exit directly connecting to Nishi-Waseda Station</li>
<li>Those viewing Special Guest<br>→West Gate</li>
<li>Those visiting Booth<br>→West Gate</li>
<li>Others<br>→Meiji Gate・West Gate・Subway Exit directly connecting to Nishi-Waseda Station</li>
</ul>
<img src="img/top/nishi-waseda.png" alt="Nishi-Waseda campus">
<h3><span>Regarding</span> photography by the organizer</h3>
<p>Staff will be taking photos and videos on campus. Please note that photos, videos, audio, etc. taken may be
published on the university's website, press announcements, public relations magazines, etc.</p>
</div>
</section>
<section id="theme" class="langCng" lang="ja">
<h1>テーマ</h1>
<div class="wrapper">
<div class="text">
<div class="headding">第70回理工展 テーマ</div>
<h2>本年度のテーマは「Spark」です</h2>
<p>
理工展にかかわるすべての人々が''輝き''、<br>
''活気''あふれる''一瞬の''特別な日となること、<br>
理工展が新しい発見やアイデアの<br>
''きっかけ''となることを願ったテーマです
</p>
<div class="button">
<a href="/about/theme/">→テーマページへ</a>
</div>
</div>
<div class="img">
<img src="/img/common/logo-spark-white.png" alt="Spark">
<img src="/img/common/logo-spark-orange.png" alt="Spark">
</div>
</div>
</section>
<section id="theme" class="langCng" lang="en">
<h1>Theme</h1>
<div class="wrapper">
<div class="text">
<div class="headding">70th Rikoten Theme</div>
<h2>This year's theme is "Spark".</h2>
<p>
The theme is hoping that everyone <br>involved in Rikoten <br>
will have an "instantaneous" special day <br>
filled with "shine" and "vitality", <br>
and that Rikoten will be an "opportunity" <br>
for new discoveries and ideas.<br>
<br>
<br>
</p>
<div class="button">
<a href="/about/theme/">→To Theme</a>
</div>
</div>
<div class="img">
<img src="/img/common/logo-spark-white.png" alt="Spark">
<img src="/img/common/logo-spark-orange.png" alt="Spark">
</div>
</div>
</section>
</div>
<section id="specialguest" class="langCng" lang="ja">
<h1>有名人企画</h1>
<div class="wrapper">
<div class="img">
<img src="/img/specialguest/yobinori.jpg" alt="ヨビノリたくみ氏">
</div>
<div class="text">
<h2>知的好奇心の伏線回収</h2>
<div class="name">ヨビノリたくみ</div>
<div class="description">教育系YouTuber</div>
<p>
この講演では、理工学の魅力や奥深さについて、自身の半生を振り返りながらお話します。今思えば、さまざまな出来事が人生において重要な鍵を握っていました。将来に悩んでいたり、勉強のモチベーションをあげたい人はぜひ聞きにきてください!
</p>
</div>
</div>
<div class="button">
<a href="/projects/specialguest/">→有名人企画ページへ</a>
</div>
</section>
<section id="specialguest" class="langCng" lang="en">
<h1>Special Guest</h1>
<div class="wrapper">
<div class="img">
<img src="/img/specialguest/yobinori.jpg" alt="YOBINORI-Takumi">
</div>
<div class="text">
<h2>Intellectual Curiosity Makes the Future Better</h2>
<div class="name">Yobinori Takumi</div>
<div class="description">Education-related YouTuber</div>
<p>
In this lecture, I will discuss the fascination and depth of science and engineering,
reflecting on my own life. Looking back, there were various key events in my life.
If you are worried about your future or want to motivate yourself to study,
please come and listen to this talk!
</p>
</div>
</div>
<div class="button">
<a href="/projects/specialguest/">→To Special Guest</a>
</div>
</section>
<section id="access" class="langCng" lang="ja">
<h1>アクセス</h1>
<div class="textbox">
<div class="text">
<div>
<h2>会場</h2>
<p>早稲田大学 西早稲田キャンパス</p>
<p>〒169-8555</p>
<p>東京都新宿区大久保3丁目4-1</p>
</div>
<div>
<h2>電車</h2>
<p>JR山手線 高田馬場駅から徒歩15分</p>
<p>西武新宿線 高田馬場駅から徒歩15分</p>
<p>副都心線 西早稲田駅に直結</p>
<p>東西線 早稲田駅から徒歩22分</p>
</div>
</div>
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3239.81753846969!2d139.70449407584655!3d35.706107428607105!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x60188d2492b7c117%3A0x3b993294bf3846f7!2z5pep56iy55Sw5aSn5a2mIOilv-aXqeeosueUsOOCreODo-ODs-ODkeOCuQ!5e0!3m2!1sja!2sjp!4v1694520179320!5m2!1sja!2sjp"
style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</section>
<section id="access" class="langCng" lang="en">
<h1>Access</h1>
<div class="textbox">
<div class="text">
<div>
<h2>Site</h2>
<p>Waseda University, Nishi-Waseda Campus</p>
<p>〒169-8555</p>
<p>3-4-1, Okubo, Shinjuku city, Tokyo</p>
</div>
<div>
<h2>Train</h2>
<p>Yamanote line, Takadanobaba station (15 min walk)</p>
<p>Seibu Shinjuku line, Takadanobaba station (15 min walk)</p>
<p>Fukutoshin line, Nishi-Waseda station (0 min walk)</p>
<p>Tozai line, Waseda station (22 min walk)</p>
</div>
</div>
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3239.81753846969!2d139.70449407584655!3d35.706107428607105!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x60188d2492b7c117%3A0x3b993294bf3846f7!2z5pep56iy55Sw5aSn5a2mIOilv-aXqeeosueUsOOCreODo-ODs-ODkeOCuQ!5e0!3m2!1sja!2sjp!4v1694520179320!5m2!1sja!2sjp"
style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</section>
<section id="sponsor" class="langCng" lang="ja">
<h1>ご協賛</h1>
<div class="advertising-wrap">
<div class="gold">
<a href="https://www.nok.co.jp/" target=blank rel="noopener noreferrer">
<img src="/img/sponsor/【NOK】Gold.jpg" alt="NOK株式会社">
</a>
<a href="https://recruit.ccteachers.co.jp/" target=blank rel="noopener noreferrer">
<img src="/img/sponsor/【ココカラTチャーズ】Gold.png" alt="株式会社ココカラTチャーズ">
</a>
<a href="https://www.waseda.jp/pep/" target=blank rel="noopener noreferrer">
<img src="/img/sponsor/【PEP】Gold.jpg" alt="PEP卓越大学院プログラム事務局">
</a>
<a href="https://recruit-ky-tec.jp/" target=blank rel="noopener noreferrer">
<img src="/img/sponsor/【共同カイテック】Gold.jpg" alt="共同カイテック株式会社">
</a>
<a href="https://www.orientalmotor.co.jp/ja" target=blank rel="noopener noreferrer">
<img src="/img/sponsor/【オリエンタルモーター】Gold.jpg" alt="オリエンタルモーター株式会社">
</a>
<div class="inactive"></div>
</div>
<div class="silver">
<a href="https://www.enplas.co.jp/recruit/" target=blank rel="noopener noreferrer">
<img src="/img/sponsor/【エンプラス】Silver.jpg" alt="株式会社エンプラス">
</a>
<div class="inactive"></div>
</div>
</div>
</section>
<section id="sponsor" class="langCng" lang="en">
<h1>Sponsor</h1>
<div class="advertising-wrap">
<div class="gold">
<a href="https://www.nok.co.jp/" target=blank rel="noopener noreferrer">
<img src="/img/sponsor/【NOK】Gold.jpg" alt="NOK株式会社">
</a>
<a href="https://recruit.ccteachers.co.jp/" target=blank rel="noopener noreferrer">
<img src="/img/sponsor/【ココカラTチャーズ】Gold.png" alt="株式会社ココカラTチャーズ">
</a>
<a href="https://www.waseda.jp/pep/" target=blank rel="noopener noreferrer">
<img src="/img/sponsor/【PEP】Gold.jpg" alt="PEP卓越大学院プログラム事務局">
</a>
<a href="https://recruit-ky-tec.jp/" target=blank rel="noopener noreferrer">
<img src="/img/sponsor/【共同カイテック】Gold.jpg" alt="共同カイテック株式会社">
</a>
<a href="https://www.orientalmotor.co.jp/ja" target=blank rel="noopener noreferrer">
<img src="/img/sponsor/【オリエンタルモーター】Gold.jpg" alt="オリエンタルモーター株式会社">
</a>
<div class="inactive"></div>
</div>
<div class="silver">
<a href="https://www.enplas.co.jp/recruit/" target=blank rel="noopener noreferrer">
<img src="/img/sponsor/【エンプラス】Silver.jpg" alt="株式会社エンプラス">
</a>
<div class="inactive"></div>
</div>
</div>
</section>
<a id="search" href="/projects/search">
<div>企画検索</div>
</a>
</main>
<footer></footer>
<script src="/js/common.js?date=20231103"></script>
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<!--<script src="/js/swiper-bundle.min.js?date=20231001" defer></script>-->
<!--<script src="/js/visitors.js?date=20231001"></script>-->
<script src="/js/top.js?date=20231103"></script>
</body>
</html>