Showing
26 changed files
with
74 additions
and
24 deletions
1 | <?xml version="1.0" encoding="utf-8" ?> | 1 | <?xml version="1.0" encoding="utf-8" ?> |
2 | <dwsync> | 2 | <dwsync> |
3 | -<file name="index.html" server="onoff02.source.co.jp" local="132156813532533913" remote="132156813000000000" Dst="0" /> | 3 | +<file name="index.html" server="onoff02.source.co.jp" local="132168062735848802" remote="132168062400000000" Dst="0" /> |
4 | </dwsync> | 4 | </dwsync> |
@@ -2,11 +2,11 @@ | @@ -2,11 +2,11 @@ | ||
2 | <dwsync> | 2 | <dwsync> |
3 | <file name="about.css" server="onoff02.source.co.jp" local="132149889940000000" remote="132152254200000000" Dst="0" /> | 3 | <file name="about.css" server="onoff02.source.co.jp" local="132149889940000000" remote="132152254200000000" Dst="0" /> |
4 | <file name="about.scss" server="onoff02.source.co.jp" local="132144626180000000" remote="132152254200000000" Dst="0" /> | 4 | <file name="about.scss" server="onoff02.source.co.jp" local="132144626180000000" remote="132152254200000000" Dst="0" /> |
5 | -<file name="interview.css" server="onoff02.source.co.jp" local="132156593740710816" remote="132156661800000000" Dst="0" /> | 5 | +<file name="interview.css" server="onoff02.source.co.jp" local="132168064114123324" remote="132168063600000000" Dst="0" /> |
6 | <file name="news.css" server="onoff02.source.co.jp" local="132151735140000000" remote="132152254200000000" Dst="0" /> | 6 | <file name="news.css" server="onoff02.source.co.jp" local="132151735140000000" remote="132152254200000000" Dst="0" /> |
7 | <file name="privacy.css" server="onoff02.source.co.jp" local="132144626200000000" remote="132152254200000000" Dst="0" /> | 7 | <file name="privacy.css" server="onoff02.source.co.jp" local="132144626200000000" remote="132152254200000000" Dst="0" /> |
8 | <file name="service.css" server="onoff02.source.co.jp" local="132146609160000000" remote="132152254200000000" Dst="0" /> | 8 | <file name="service.css" server="onoff02.source.co.jp" local="132146609160000000" remote="132152254200000000" Dst="0" /> |
9 | <file name="service.scss" server="onoff02.source.co.jp" local="132144626200000000" remote="132152254200000000" Dst="0" /> | 9 | <file name="service.scss" server="onoff02.source.co.jp" local="132144626200000000" remote="132152254200000000" Dst="0" /> |
10 | -<file name="top.css" server="onoff02.source.co.jp" local="132151735140000000" remote="132152254200000000" Dst="0" /> | 10 | +<file name="top.css" server="onoff02.source.co.jp" local="132168063329333221" remote="132168063000000000" Dst="0" /> |
11 | <file name="top.scss" server="onoff02.source.co.jp" local="132144626200000000" remote="132152254200000000" Dst="0" /> | 11 | <file name="top.scss" server="onoff02.source.co.jp" local="132144626200000000" remote="132152254200000000" Dst="0" /> |
12 | </dwsync> | 12 | </dwsync> |
@@ -105,6 +105,10 @@ | @@ -105,6 +105,10 @@ | ||
105 | font-size: 13px; | 105 | font-size: 13px; |
106 | color: #636466 | 106 | color: #636466 |
107 | } | 107 | } |
108 | +#interview figure figcaption sup{ | ||
109 | + vertical-align: super; | ||
110 | + font-size: 10px; | ||
111 | +} | ||
108 | #interview .campany_name { | 112 | #interview .campany_name { |
109 | text-align: center; | 113 | text-align: center; |
110 | border-bottom: 5px #62bcc3 solid; | 114 | border-bottom: 5px #62bcc3 solid; |
@@ -120,7 +124,7 @@ | @@ -120,7 +124,7 @@ | ||
120 | } | 124 | } |
121 | #interview .toc { | 125 | #interview .toc { |
122 | border: 5px #f4f4f4 solid; | 126 | border: 5px #f4f4f4 solid; |
123 | - padding: 4.0rem 8.0rem | 127 | + padding: 4.0rem 6.0rem |
124 | } | 128 | } |
125 | @media only screen and (max-width: 767px) { | 129 | @media only screen and (max-width: 767px) { |
126 | #interview .toc { | 130 | #interview .toc { |
@@ -141,7 +145,7 @@ | @@ -141,7 +145,7 @@ | ||
141 | } | 145 | } |
142 | #interview .toc ol li { | 146 | #interview .toc ol li { |
143 | position: relative; | 147 | position: relative; |
144 | - padding-left: 20px; | 148 | + padding-left: 120px; |
145 | font-size: 1.6rem; | 149 | font-size: 1.6rem; |
146 | margin-bottom: 8px | 150 | margin-bottom: 8px |
147 | } | 151 | } |
@@ -149,7 +153,8 @@ | @@ -149,7 +153,8 @@ | ||
149 | #interview .toc ol li { | 153 | #interview .toc ol li { |
150 | font-size: 1.3rem; | 154 | font-size: 1.3rem; |
151 | line-height: 1.5; | 155 | line-height: 1.5; |
152 | - margin-bottom: 10px | 156 | + margin-bottom: 10px; |
157 | + padding-left:20px; | ||
153 | } | 158 | } |
154 | } | 159 | } |
155 | #interview .toc ol li:before { | 160 | #interview .toc ol li:before { |
@@ -171,12 +176,16 @@ | @@ -171,12 +176,16 @@ | ||
171 | #interview .toc ol li span { | 176 | #interview .toc ol li span { |
172 | font-size: 1.4rem; | 177 | font-size: 1.4rem; |
173 | display: inline-block; | 178 | display: inline-block; |
174 | - margin-right: 3.0rem | 179 | + margin-right: 3.0rem; |
180 | + position:absolute; | ||
181 | + left: 20px; | ||
182 | + top:3px; | ||
175 | } | 183 | } |
176 | @media only screen and (max-width: 767px) { | 184 | @media only screen and (max-width: 767px) { |
177 | #interview .toc ol li span { | 185 | #interview .toc ol li span { |
178 | display: block; | 186 | display: block; |
179 | - font-size: 1.2rem | 187 | + font-size: 1.2rem; |
188 | + position: static; | ||
180 | } | 189 | } |
181 | } | 190 | } |
182 | #interview .toc ol li:last-child { | 191 | #interview .toc ol li:last-child { |
@@ -298,6 +307,12 @@ | @@ -298,6 +307,12 @@ | ||
298 | background-color: #62bcc3; | 307 | background-color: #62bcc3; |
299 | color: #fff | 308 | color: #fff |
300 | } | 309 | } |
310 | +#interview .pager .more.sharp a{ | ||
311 | + border-radius: 43px; | ||
312 | +} | ||
313 | +#interview .pager .more.sharp a:after{ | ||
314 | + top:40%; | ||
315 | +} | ||
301 | .list .more { | 316 | .list .more { |
302 | text-align: center; | 317 | text-align: center; |
303 | margin-top: 16px | 318 | margin-top: 16px |
@@ -329,13 +344,13 @@ | @@ -329,13 +344,13 @@ | ||
329 | #interview br.sp { | 344 | #interview br.sp { |
330 | display: none; | 345 | display: none; |
331 | } | 346 | } |
347 | +#interview.list .flex > div { | ||
348 | + margin-bottom: 30px; | ||
349 | +} | ||
332 | @media only screen and (max-width: 767px) { | 350 | @media only screen and (max-width: 767px) { |
333 | #interview br.sp { | 351 | #interview br.sp { |
334 | display: block; | 352 | display: block; |
335 | } | 353 | } |
336 | - #interview.list .flex > div { | ||
337 | - margin-bottom: 30px; | ||
338 | - } | ||
339 | #interview.list .flex > div:last-child { | 354 | #interview.list .flex > div:last-child { |
340 | margin-bottom: 0; | 355 | margin-bottom: 0; |
341 | } | 356 | } |
@@ -250,6 +250,9 @@ section#what_is_life_up > .flex > div:nth-child(2), section#life > .flex > div:n | @@ -250,6 +250,9 @@ section#what_is_life_up > .flex > div:nth-child(2), section#life > .flex > div:n | ||
250 | margin-top: 3.0em; | 250 | margin-top: 3.0em; |
251 | margin-bottom: 8.0rem; | 251 | margin-bottom: 8.0rem; |
252 | } | 252 | } |
253 | +#interview .flex > div{ | ||
254 | + margin-bottom: 30px; | ||
255 | +} | ||
253 | @media only screen and (max-width: 767px) { | 256 | @media only screen and (max-width: 767px) { |
254 | #interview { | 257 | #interview { |
255 | padding-top: 35px; | 258 | padding-top: 35px; |
@@ -4,5 +4,5 @@ | @@ -4,5 +4,5 @@ | ||
4 | <file name="fukudashi.png" server="onoff02.source.co.jp" local="132144626200000000" remote="132152254200000000" Dst="0" /> | 4 | <file name="fukudashi.png" server="onoff02.source.co.jp" local="132144626200000000" remote="132152254200000000" Dst="0" /> |
5 | <file name="h1.png" server="onoff02.source.co.jp" local="132150566460000000" remote="132152254200000000" Dst="0" /> | 5 | <file name="h1.png" server="onoff02.source.co.jp" local="132150566460000000" remote="132152254200000000" Dst="0" /> |
6 | <file name="toc_ttl.jpg" server="onoff02.source.co.jp" local="132144626200000000" remote="132152254200000000" Dst="0" /> | 6 | <file name="toc_ttl.jpg" server="onoff02.source.co.jp" local="132144626200000000" remote="132152254200000000" Dst="0" /> |
7 | -<file name="event02_thumb.jpg" server="onoff02.source.co.jp" local="132156566955920698" remote="132156662400000000" Dst="0" /> | 7 | +<file name="event02_thumb.jpg" server="onoff02.source.co.jp" local="132156885860897532" remote="132168062400000000" Dst="0" /> |
8 | </dwsync> | 8 | </dwsync> |
1 | <?xml version="1.0" encoding="utf-8" ?> | 1 | <?xml version="1.0" encoding="utf-8" ?> |
2 | <dwsync> | 2 | <dwsync> |
3 | -<file name="img01.jpg" server="onoff02.source.co.jp" local="132156572454590855" remote="132156661800000000" Dst="0" /> | 3 | +<file name="img01.jpg" server="onoff02.source.co.jp" local="132156885860937440" remote="132168062400000000" Dst="0" /> |
4 | -<file name="img03.jpg" server="onoff02.source.co.jp" local="132156572699848094" remote="132156661800000000" Dst="0" /> | 4 | +<file name="img03.jpg" server="onoff02.source.co.jp" local="132156885860977317" remote="132168062400000000" Dst="0" /> |
5 | -<file name="img02.jpg" server="onoff02.source.co.jp" local="132156571711128585" remote="132156661800000000" Dst="0" /> | 5 | +<file name="img02.jpg" server="onoff02.source.co.jp" local="132156885860957373" remote="132168062400000000" Dst="0" /> |
6 | -<file name="img05.jpg" server="onoff02.source.co.jp" local="132156572921421426" remote="132156661800000000" Dst="0" /> | 6 | +<file name="img05.jpg" server="onoff02.source.co.jp" local="132156885861027193" remote="132168062400000000" Dst="0" /> |
7 | -<file name="img04.jpg" server="onoff02.source.co.jp" local="132156573941943236" remote="132156662400000000" Dst="0" /> | 7 | +<file name="img04.jpg" server="onoff02.source.co.jp" local="132156885861007246" remote="132168062400000000" Dst="0" /> |
8 | -<file name="img06.jpg" server="onoff02.source.co.jp" local="132156573109087346" remote="132156662400000000" Dst="0" /> | 8 | +<file name="img06.jpg" server="onoff02.source.co.jp" local="132156885861047134" remote="132168062400000000" Dst="0" /> |
9 | -<file name="img07.jpg" server="onoff02.source.co.jp" local="132156573358422478" remote="132156662400000000" Dst="0" /> | 9 | +<file name="img07.jpg" server="onoff02.source.co.jp" local="132156885861067079" remote="132168062400000000" Dst="0" /> |
10 | -<file name="img08.jpg" server="onoff02.source.co.jp" local="132156574378005720" remote="132156662400000000" Dst="0" /> | 10 | +<file name="img08.jpg" server="onoff02.source.co.jp" local="132156885861087025" remote="132168062400000000" Dst="0" /> |
11 | -<file name="img09.jpg" server="onoff02.source.co.jp" local="132156574622346444" remote="132156662400000000" Dst="0" /> | 11 | +<file name="img09.jpg" server="onoff02.source.co.jp" local="132156885861106977" remote="132168062400000000" Dst="0" /> |
12 | </dwsync> | 12 | </dwsync> |
img/interview/sharp/_notes/dwsync.xml
0 → 100644
1 | +<?xml version="1.0" encoding="utf-8" ?> | ||
2 | +<dwsync> | ||
3 | +<file name="icon_fujii.jpg" server="onoff02.source.co.jp" local="132168039487535455" remote="132168062400000000" Dst="0" /> | ||
4 | +<file name="icon_kurimoto.jpg" server="onoff02.source.co.jp" local="132168049209257728" remote="132168062400000000" Dst="0" /> | ||
5 | +<file name="eyecatch.jpg" server="onoff02.source.co.jp" local="132168021580388120" remote="132168062400000000" Dst="0" /> | ||
6 | +<file name="icon_nakata.jpg" server="onoff02.source.co.jp" local="132168039416581565" remote="132168062400000000" Dst="0" /> | ||
7 | +<file name="img_fujii.jpg" server="onoff02.source.co.jp" local="132168022410781415" remote="132168062400000000" Dst="0" /> | ||
8 | +<file name="img_kurimoto.jpg" server="onoff02.source.co.jp" local="132168025904308595" remote="132168062400000000" Dst="0" /> | ||
9 | +<file name="img_kurimoto2.jpg" server="onoff02.source.co.jp" local="132168027445200798" remote="132168062400000000" Dst="0" /> | ||
10 | +<file name="img_last.jpg" server="onoff02.source.co.jp" local="132168028476623446" remote="132168062400000000" Dst="0" /> | ||
11 | +<file name="img_nakata.jpg" server="onoff02.source.co.jp" local="132168023884157109" remote="132168062400000000" Dst="0" /> | ||
12 | +<file name="img_nakata2.jpg" server="onoff02.source.co.jp" local="132168024885953492" remote="132168062400000000" Dst="0" /> | ||
13 | +</dwsync> |
img/interview/sharp/eyecatch.jpg
0 → 100644

310 KB
img/interview/sharp/icon_fujii.jpg
0 → 100644

10.9 KB
img/interview/sharp/icon_kurimoto.jpg
0 → 100644

10.1 KB
img/interview/sharp/icon_nakata.jpg
0 → 100644

10.7 KB
img/interview/sharp/img_fujii.jpg
0 → 100644

148 KB
img/interview/sharp/img_kurimoto.jpg
0 → 100644

154 KB
img/interview/sharp/img_kurimoto2.jpg
0 → 100644

211 KB
img/interview/sharp/img_last.jpg
0 → 100644

352 KB
img/interview/sharp/img_nakata.jpg
0 → 100644

134 KB
img/interview/sharp/img_nakata2.jpg
0 → 100644

120 KB
@@ -14,5 +14,6 @@ | @@ -14,5 +14,6 @@ | ||
14 | <file name="event_img01.jpg" server="onoff02.source.co.jp" local="132151735820000000" remote="132152254200000000" Dst="0" /> | 14 | <file name="event_img01.jpg" server="onoff02.source.co.jp" local="132151735820000000" remote="132152254200000000" Dst="0" /> |
15 | <file name="interview_kw.jpg" server="onoff02.source.co.jp" local="132144626200000000" remote="132152254200000000" Dst="0" /> | 15 | <file name="interview_kw.jpg" server="onoff02.source.co.jp" local="132144626200000000" remote="132152254200000000" Dst="0" /> |
16 | <file name="interview_og.jpg" server="onoff02.source.co.jp" local="132144626200000000" remote="132152254200000000" Dst="0" /> | 16 | <file name="interview_og.jpg" server="onoff02.source.co.jp" local="132144626200000000" remote="132152254200000000" Dst="0" /> |
17 | -<file name="event_img02.jpg" server="onoff02.source.co.jp" local="132156566955920698" remote="132156663000000000" Dst="0" /> | 17 | +<file name="event_img02.jpg" server="onoff02.source.co.jp" local="132156885861136897" remote="132168062400000000" Dst="0" /> |
18 | +<file name="interview_sharp.jpg" server="onoff02.source.co.jp" local="132168062501333792" remote="132168062400000000" Dst="0" /> | ||
18 | </dwsync> | 19 | </dwsync> |
img/top/interview_sharp.jpg
0 → 100644

120 KB
@@ -68,6 +68,8 @@ | @@ -68,6 +68,8 @@ | ||
68 | <div class="flex"> | 68 | <div class="flex"> |
69 | <h2><span>新着情報</span></h2> | 69 | <h2><span>新着情報</span></h2> |
70 | <dl class="flex"> | 70 | <dl class="flex"> |
71 | + <dt>2019.10.29</dt> | ||
72 | + <dd><a href="/interview/">「イベント・インタビュー」を更新しました。</a></dd> | ||
71 | <dt>2019.10.16</dt> | 73 | <dt>2019.10.16</dt> |
72 | <dd><a href="/interview/">「イベント・インタビュー」を更新しました。</a></dd> | 74 | <dd><a href="/interview/">「イベント・インタビュー」を更新しました。</a></dd> |
73 | <dt>2019.10.10</dt> | 75 | <dt>2019.10.10</dt> |
@@ -143,6 +145,12 @@ | @@ -143,6 +145,12 @@ | ||
143 | <a href="/interview/kw01.html"><span>キーウェアソリューションズ株式会社</span></a> | 145 | <a href="/interview/kw01.html"><span>キーウェアソリューションズ株式会社</span></a> |
144 | </div> | 146 | </div> |
145 | </div> | 147 | </div> |
148 | + <div> | ||
149 | + <figure><img src="/img/top/interview_sharp.jpg" alt="シャープ株式会社"></figure> | ||
150 | + <div class="more"> | ||
151 | + <a href="/interview/sharp01.html"><span>シャープ株式会社</span></a> | ||
152 | + </div> | ||
153 | + </div> | ||
146 | </div> | 154 | </div> |
147 | </section> | 155 | </section> |
148 | <section id="ft_img"> | 156 | <section id="ft_img"> |
1 | <?xml version="1.0" encoding="utf-8" ?> | 1 | <?xml version="1.0" encoding="utf-8" ?> |
2 | <dwsync> | 2 | <dwsync> |
3 | -<file name="index.html" server="onoff02.source.co.jp" local="132156813964787049" remote="132156813600000000" Dst="0" /> | 3 | +<file name="index.html" server="onoff02.source.co.jp" local="132168063746313588" remote="132168063600000000" Dst="0" /> |
4 | <file name="kw01.html" server="onoff02.source.co.jp" local="132151916400000000" remote="132152254200000000" Dst="0" /> | 4 | <file name="kw01.html" server="onoff02.source.co.jp" local="132151916400000000" remote="132152254200000000" Dst="0" /> |
5 | <file name="og02.html" server="onoff02.source.co.jp" local="132151917620000000" remote="132152254200000000" Dst="0" /> | 5 | <file name="og02.html" server="onoff02.source.co.jp" local="132151917620000000" remote="132152254200000000" Dst="0" /> |
6 | <file name="kw02.html" server="onoff02.source.co.jp" local="132151915780000000" remote="132152254200000000" Dst="0" /> | 6 | <file name="kw02.html" server="onoff02.source.co.jp" local="132151915780000000" remote="132152254200000000" Dst="0" /> |
7 | <file name="og01.html" server="onoff02.source.co.jp" local="132151917140000000" remote="132152254200000000" Dst="0" /> | 7 | <file name="og01.html" server="onoff02.source.co.jp" local="132151917140000000" remote="132152254200000000" Dst="0" /> |
8 | <file name="report01.html" server="onoff02.source.co.jp" local="132157414592927399" remote="132158380200000000" Dst="0" /> | 8 | <file name="report01.html" server="onoff02.source.co.jp" local="132157414592927399" remote="132158380200000000" Dst="0" /> |
9 | <file name="report02.html" server="onoff02.source.co.jp" local="132157414663425424" remote="132158380200000000" Dst="0" /> | 9 | <file name="report02.html" server="onoff02.source.co.jp" local="132157414663425424" remote="132158380200000000" Dst="0" /> |
10 | +<file name="sharp01.html" server="onoff02.source.co.jp" local="132168059765456641" remote="132168746400000000" Dst="0" /> | ||
11 | +<file name="sharp02.html" server="onoff02.source.co.jp" local="132168060359851320" remote="132168746400000000" Dst="0" /> | ||
10 | </dwsync> | 12 | </dwsync> |
@@ -103,6 +103,12 @@ | @@ -103,6 +103,12 @@ | ||
103 | <a href="/interview/kw01.html"><span>キーウェアソリューションズ株式会社</span></a> | 103 | <a href="/interview/kw01.html"><span>キーウェアソリューションズ株式会社</span></a> |
104 | </div> | 104 | </div> |
105 | </div> | 105 | </div> |
106 | + <div> | ||
107 | + <figure class="kadomaru"><img src="/img/top/interview_sharp.jpg" alt="シャープ株式会社"></figure> | ||
108 | + <div class="more"> | ||
109 | + <a href="/interview/sharp01.html"><span>シャープ株式会社</span></a> | ||
110 | + </div> | ||
111 | + </div> | ||
106 | </div> | 112 | </div> |
107 | </div> | 113 | </div> |
108 | </section> | 114 | </section> |
interview/sharp01.html
0 → 100644
This diff is collapsed. Click to expand it.
interview/sharp02.html
0 → 100644
This diff is collapsed. Click to expand it.
1 | <?xml version="1.0" encoding="utf-8" ?> | 1 | <?xml version="1.0" encoding="utf-8" ?> |
2 | <dwsync> | 2 | <dwsync> |
3 | -<file name="index.html" server="onoff02.source.co.jp" local="132156719241102894" remote="132156718800000000" Dst="0" /> | 3 | +<file name="index.html" server="onoff02.source.co.jp" local="132168011716254873" remote="132168746400000000" Dst="0" /> |
4 | </dwsync> | 4 | </dwsync> |
@@ -60,6 +60,8 @@ | @@ -60,6 +60,8 @@ | ||
60 | </section> | 60 | </section> |
61 | <section id="news" class="container"> | 61 | <section id="news" class="container"> |
62 | <dl class="flex"> | 62 | <dl class="flex"> |
63 | + <dt>2019.10.29</dt> | ||
64 | + <dd><a href="/interview/">「イベント・インタビュー」を更新しました。</a></dd> | ||
63 | <dt>2019.10.16</dt> | 65 | <dt>2019.10.16</dt> |
64 | <dd><a href="/interview/">「イベント・インタビュー」を更新しました。</a></dd> | 66 | <dd><a href="/interview/">「イベント・インタビュー」を更新しました。</a></dd> |
65 | <dt>2019.10.10</dt> | 67 | <dt>2019.10.10</dt> |
-
Please register or login to post a comment