.wrapper {
font-family: sans-serif;
}
.wrapper h2 {
margin: 0.83rem 0rem;
font-weight: bold;
}
.wrapper h3 {
margin: 1rem 0rem;
font-weight: bold;
}
.wrapper p {
margin: 1rem 0rem;
}
.wrapper ul {
list-style-type: square;
margin: 1rem 0rem;
padding-left: 40px;
}
.wrapper ol {
list-style-type: decimal;
margin: 1rem 0rem;
padding-left: 40px;
}
/* --- 上面是預設樣式 -- */
.wrapper h2 {
line-height: 2.2rem;
padding: 10px;
font-size: 1.5rem;
background: radial-gradient(260% 150% at right top,#6BB3E6,hsla(0,0%,0%,0.07) 50%,transparent 50%);
border-radius: 4px 4px 0px 0px;
padding-left: 15px;
color: #fff;
background-image: -webkit-radial-gradient(80% 90%, farthest-side, rgba(125,185,232,1) 0, rgba(81,172,247,1) 20%, rgba(51,144,221,1) 31%, rgba(43,136,217,1) 44%, rgba(32,124,202,1) 50%, rgba(59,103,158,1) 100%);
background-image: -moz-radial-gradient(80% 90%, farthest-side, rgba(125,185,232,1) 0, rgba(81,172,247,1) 20%, rgba(51,144,221,1) 31%, rgba(43,136,217,1) 44%, rgba(32,124,202,1) 50%, rgba(59,103,158,1) 100%);
background-image: radial-gradient(farthest-side at 80% 90%, rgba(125,185,232,1) 0, rgba(81,172,247,1) 20%, rgba(51,144,221,1) 31%, rgba(43,136,217,1) 44%, rgba(32,124,202,1) 50%, rgba(59,103,158,1) 100%);
background-position: 50% 50%;
-webkit-background-origin: padding-box;
background-origin: padding-box;
-webkit-background-clip: border-box;
background-clip: border-box;
-webkit-background-size: auto auto;
background-size: auto auto;
}
.wrapper h3 {
line-height: 2rem;
font-size: 1.2rem;
background: rgba(12, 122, 232, 0.2);
color: rgba(43,136,217,1);
padding-left: 15px;
padding-right: 15px;
}
.wrapper h3::before {
content: "";
width: 10px;
height: 2rem;
border-left: 6px solid rgba(43,136,217,1);
position: relative;
left: -15px;
}
.wrapper div.h4 {
line-height: 2rem;
font-size: 1.2rem;
padding-left: 37px;
padding-right: 15px;
}
.wrapper div.h4::before {
content: "";
width: 10px;
height: 2rem;
border-left: 6px solid rgba(44, 136, 217, 0.46);;
position: relative;
left: -15px;
}
p.normal {
line-height: 1.5rem;
font-size: 1rem;
padding-left: 20px;
}
.wrapper ol li,
.wrapper ul li {
line-height: 1.5rem;
font-size: 1rem;
}
img.rwd {
width: 90%;
max-width: 90%;
margin-left: 5%;
}
div.rwdimgs {
text-align: center;
}
.wrapper {
margin: 8px;
}
.highlight {
background: rgba(130, 247, 130, 0.65);
}
.alert {
display: table;
padding: 8px;
margin-left: 0px !important;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
line-height: 1.5rem;
font-size: 1rem;
}
.alert-danger {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
table.rwd {
border-collapse: collapse;
width: 98%;
}
table.rwd td {
border: 1px solid #ddd;
padding: 8px;
line-height: 1.5rem;
font-size: 1rem;
text-align: center;
}
table.rwd tr:nth-child(even){
background-color: rgba(204, 234, 192, 0.45);
}
table.rwd tr:hover {
background-color: rgba(247, 247, 130, 0.46);
}
table.rwd th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #98dead;
text-align: center;
}
@media screen and (max-width: 451px) {
table.rwd th {
display: none;
}
table.rwd td {
display: block;
border: none;
padding: 5px;
padding-left: 15%;
border-bottom: 1px solid #eee;
position: relative;
}
table.rwd tr:nth-child(odd) {
background: rgba(244, 252, 247, 1);
}
table.rwd td::before {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
content: attr(data-th) " ";
float: left;
font-weight: bold;
/* top: 6px; */
left: 6px;
width: 30%;
height: 100%;
padding-right: 10px;
white-space: nowrap;
/* text-align: center; */
}
}
/* --- RWD 表格 2 --- */
table.rwd-fit {
border-collapse: collapse;
width: auto;
}
table.rwd-fit td {
border: 1px solid #ddd;
padding: 8px;
line-height: 1.5rem;
font-size: 1rem;
text-align: center;
}
table.rwd-fit tr:nth-child(even){
background-color: rgba(235, 195, 194, 0.45);
}
table.rwd-fit tr:hover {
background-color: rgba(247, 247, 130, 0.46);
}
table.rwd-fit th {
padding-top: 12px;
padding-bottom: 12px;
background-color: #dd9797;
text-align: center;
}
@media screen and (max-width: 451px) {
table.rwd-fit {
width: 100%;
}
table.rwd-fit th {
display: none;
}
table.rwd-fit td {
display: block;
border: none;
padding: 5px;
padding-left: 35%;
border-bottom: 1px solid #eee;
position: relative;
text-align: left;
}
table.rwd-fit tr:nth-child(odd) {
background: rgba(244, 252, 247, 1);
}
table.rwd-fit td::before {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
content: attr(data-th) " ";
float: left;
font-weight: bold;
/* top: 6px; */
left: 6px;
width: 30%;
height: 100%;
padding-right: 10px;
white-space: nowrap;
/* text-align: center; */
}
}
div.center {
display: flex;
justify-content: center;
}
/* 引言 */
.quote {
color: #000!important;
background-color: #fdf5e6!important;
margin-top: 16px;
margin-bottom: 16px;
padding: 0.01em 16px;
line-height: 2rem;
font-size: 1.3rem;
}
.quote p {
margin-top: -15px;
line-height: 1.5;
font-style: regular;
}
2019 YMCA日本遊學自由行介紹









































































地點活動日期活動費用住宿費用活動體驗
北海道7/07-7/20NT$27,000¥42,850円起街道散步觀光
體驗公園高爾夫
體驗插花、茶道
北海道大學散步
日式餐點結業派對
東京7/16-8/03NT$63,000已包含在活動費用中東京半日遊
與日本志工交流
日本文化體驗(茶道/和服)
名古屋7/02-7/13NT$26,500¥49,000円起/單人
¥50,300円 /雙人
日本文化體驗
名古屋市觀光
大須商店街道探險
大 阪7/27-8/10NT$27,000¥49,000円起六甲山YMCA兩天一日遊(自費)
日本文化體驗
章魚燒派對
京 都7/26-8/10NT$23,500¥87,000円/單人
¥54,000円/雙人
鴨川散步
天橋立&舞鶴觀光
日本人交流茶會
神 戶7/05-8/03NT$50,000寄宿家庭NT$28,000元(含早晚餐)
旅館¥145,000円/單人
神戶觀光
體驗製作電子動畫
專門學校製作和式點心
北九州7/21-8/03NT$21,000¥41,600円起參觀漫畫博物館
參觀小倉城及街道歷史探索
參觀門司港、體驗日本料理教室
與日本大學生交流
皿倉山夜景観賞
熊本 2週7/21-8/03NT$22,500¥39,000円起熊本一日遊(自費)
體驗製作榻榻米
參觀御輿来海岸夕陽(自費)
熊本 3週7/21-8/10NT$ 30,000¥60,000円起熊本一日遊(自費)
體驗製作榻榻米
參觀御輿来海岸夕陽(自費)

活動須知-本活動並非一般遊學團,因此請注意以下幾點:
一、年滿18歲以上,擁有50音以上程度(東京須N5-N3程度)
二、提供導遊領隊,學生必須自行前往
三、代購機票及處理相關證件,學生必須自行處理
四、除原先課程規劃的文化體驗與參觀外,自由時間學生須自行規劃旅行
五、學生須自行注意活動期間出入安全,並對自己行為負責
六、台中YMCA於行前舉辦「行前講習會」,提供學生報到、交通、住宿等相關訊
息,使學生及家長在資訊充分且預備完全的狀態下,安心的赴日參與活動。

    ▼以上活動費用價格未包含機票、餐費、住宿(東京除外)及其他個人花費。



上述活動內容可能依實際情況做變動,部分活動需另外繳納費用,同學可自由參加! 
活動架構

上午


在當地YMCA日本語學校學習日語。


(小班制 / 依程度分級)


下午


化身背包客,自行規劃自助旅行的行程。


(學校方面也會安排文化體驗活動,學生也可以自由選擇參加)


晚上


同學可自行上訂房網站選擇合適住宿,或選擇由當地YMCA安排之住宿(詳情請參閱本網頁之說明)。


(神戶YMCA有寄宿家庭可選)


活動特色
1. YMCA是國際性值得信賴的品牌機構,給予學員安全及值得信賴的服務。
2. 結合遊學+國外留學的優點,學習外語,體驗在地生活,花費合理,價值無限。
3. 提供認識當地朋友+世界各國學生的機會,學習跨文化溝通,結交新朋友。
4. 培養在異鄉獨立自主生活能力,提升自我成熟度與自信心。
參加對象
年滿18歲,善於使用網路搜尋資訊,能夠獨立旅行的大學生以及社會人士!
住宿說明
注意: 除了東京以外,我們也歡迎同學自行上訂房網站選擇自己滿意的住宿。































YMCA日本遊學自由行住哪裡



項目



說明



飯店、旅館



學生可以選擇YMCA幫大家找的飯店或旅館,有些飯店有附早餐,有些沒有。同學是到飯店再直接付款給飯店喔(當然是用日幣)!


注意: 在活動期間之外,同學如果想要早點到或是多住幾天,請自行向飯店辦理,YMCA不代辦喔!



學生宿舍



有些YMCA有提供學生宿舍或學生公寓給長期留學的同學,所以可以在寒暑假的時間提供給來上短期課程的各位,這部分就和活動費一起繳交給YMCA喔!



寄宿家庭



神戶、和歌山YMCA有提供寄宿家庭(homestay)的選項,這些家庭大多是當地YMCA的會員或是參與過YMCA活動的成員,是以文化交流為目的,接待家庭有附早晚餐,費用的部分也是與活動費一起繳交喔!


注意: 選擇寄宿家庭的同學須具備日語N5程度以上。



自己搜尋



如果同學要自己找自己的住宿,或是有親朋好友在當地可以提供你棲身之所也是沒有問題的,只要告知我們你的住處這樣就可以了喔!(除了東京YMCA規定要入住YMCA的旅館)



日本遊學申請 日本遊學代辦推薦台中 日本遊學最便宜
 

YMCA日本留學 發表在 痞客邦 留言(0) 人氣()

日本留學推薦 日本留學代辦 日本語言學校推薦 日本打工
.wrapper {
font-family: sans-serif;
}
.wrapper h2 {
margin: 0.83rem 0rem;
font-weight: bold;
}
.wrapper h3 {
margin: 1rem 0rem;
font-weight: bold;
}
.wrapper p {
margin: 1rem 0rem;
}
.wrapper ul {
list-style-type: square;
margin: 1rem 0rem;
padding-left: 40px;
}
.wrapper ol {
list-style-type: decimal;
margin: 1rem 0rem;
padding-left: 40px;
}
/* --- 上面是預設樣式 -- */
.wrapper h2 {
line-height: 2.2rem;
padding: 10px;
font-size: 1.5rem;
background: radial-gradient(260% 150% at right top,#6BB3E6,hsla(0,0%,0%,0.07) 50%,transparent 50%);
border-radius: 4px 4px 0px 0px;
padding-left: 15px;
color: #fff;
background-image: -webkit-radial-gradient(80% 90%, farthest-side, rgba(125,185,232,1) 0, rgba(81,172,247,1) 20%, rgba(51,144,221,1) 31%, rgba(43,136,217,1) 44%, rgba(32,124,202,1) 50%, rgba(59,103,158,1) 100%);
background-image: -moz-radial-gradient(80% 90%, farthest-side, rgba(125,185,232,1) 0, rgba(81,172,247,1) 20%, rgba(51,144,221,1) 31%, rgba(43,136,217,1) 44%, rgba(32,124,202,1) 50%, rgba(59,103,158,1) 100%);
background-image: radial-gradient(farthest-side at 80% 90%, rgba(125,185,232,1) 0, rgba(81,172,247,1) 20%, rgba(51,144,221,1) 31%, rgba(43,136,217,1) 44%, rgba(32,124,202,1) 50%, rgba(59,103,158,1) 100%);
background-position: 50% 50%;
-webkit-background-origin: padding-box;
background-origin: padding-box;
-webkit-background-clip: border-box;
background-clip: border-box;
-webkit-background-size: auto auto;
background-size: auto auto;
}
.wrapper h3 {
line-height: 2rem;
font-size: 1.2rem;
background: rgba(12, 122, 232, 0.2);
color: rgba(43,136,217,1);
padding-left: 15px;
padding-right: 15px;
}
.wrapper h3::before {
content: "";
width: 10px;
height: 2rem;
border-left: 6px solid rgba(43,136,217,1);
position: relative;
left: -15px;
}
.wrapper div.h4 {
line-height: 2rem;
font-size: 1.2rem;
padding-left: 37px;
padding-right: 15px;
}
.wrapper div.h4::before {
content: "";
width: 10px;
height: 2rem;
border-left: 6px solid rgba(44, 136, 217, 0.46);;
position: relative;
left: -15px;
}
p.normal {
line-height: 1.5rem;
font-size: 1rem;
padding-left: 20px;
}
.wrapper ol li,
.wrapper ul li {
line-height: 1.5rem;
font-size: 1rem;
}
img.rwd {
width: 90%;
max-width: 90%;
margin-left: 5%;
}
div.rwdimgs {
text-align: center;
}
.wrapper {
margin: 8px;
}
.highlight {
background: rgba(130, 247, 130, 0.65);
}
.alert {
display: table;
padding: 8px;
margin-left: 20px !important;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
line-height: 1.5rem;
font-size: 1rem;
}
.alert-danger {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
table.rwd {
border-collapse: collapse;
width: 98%;
}
table.rwd td {
border: 1px solid #ddd;
padding: 8px;
line-height: 1.5rem;
font-size: 1rem;
text-align: center;
}
table.rwd tr:nth-child(even){
background-color: rgba(204, 234, 192, 0.45);
}
table.rwd tr:hover {
background-color: rgba(247, 247, 130, 0.46);
}
table.rwd th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #98dead;
text-align: center;
}
@media screen and (max-width: 451px) {
table.rwd th {
display: none;
}
table.rwd td {
display: block;
border: none;
padding: 5px;
padding-left: 15%;
border-bottom: 1px solid #eee;
position: relative;
}
table.rwd tr:nth-child(odd) {
background: rgba(244, 252, 247, 1);
}
table.rwd td::before {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
content: attr(data-th) " ";
float: left;
font-weight: bold;
/* top: 6px; */
left: 6px;
width: 30%;
height: 100%;
padding-right: 10px;
white-space: nowrap;
/* text-align: center; */
}
}
/* --- RWD 表格 2 --- */
table.rwd-fit {
border-collapse: collapse;
width: auto;
}
table.rwd-fit td {
border: 1px solid #ddd;
padding: 8px;
line-height: 1.5rem;
font-size: 1rem;
text-align: center;
}
table.rwd-fit tr:nth-child(even){
background-color: rgba(204, 234, 192, 0.45);
}
table.rwd-fit tr:hover {
background-color: rgba(247, 247, 130, 0.46);
}
table.rwd-fit th {
padding-top: 12px;
padding-bottom: 12px;
background-color: #98dead;
text-align: center;
}
@media screen and (max-width: 451px) {
table.rwd-fit {
width: 100%;
}
table.rwd-fit th {
display: none;
}
table.rwd-fit td {
display: block;
border: none;
padding: 5px;
padding-left: 35%;
border-bottom: 1px solid #eee;
position: relative;
text-align: left;
}
table.rwd-fit tr:nth-child(odd) {
background: rgba(244, 252, 247, 1);
}
table.rwd-fit td::before {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
content: attr(data-th) " ";
float: left;
font-weight: bold;
/* top: 6px; */
left: 6px;
width: 30%;
height: 100%;
padding-right: 10px;
white-space: nowrap;
/* text-align: center; */
}
}
div.center {
display: flex;
justify-content: center;
}
/* 引言 */
.quote {
color: #000!important;
background-color: #fdf5e6!important;
margin-top: 16px;
margin-bottom: 16px;
padding: 0.01em 16px;
line-height: 2rem;
font-size: 1.3rem;
}
.quote p {
margin-top: -15px;
line-height: 1.5;
font-style: italic;
}
為什麼大家去日本留學,都指名要選擇YMCA的日本學校呢?
超過九成想到日本留學的學生,最希望就是能夠深刻的體驗到迷人的日本文化,像是豐富的祭典活動、特別的神社建築、多元的動漫特色…等等,然後藉由融入日本在地生活,與居住在日本的人們相處來達到學習語言、瞭解文化的樂趣。
世界最大青年組織-YMCA
YMCA是世界最大青年教育組織,成立超過170年,在全球累計超過5,800萬的會友,擁有全世界最多的海外志工,在全世界各地都可以看到YMCA志工的身影,幫助著每一位新到達的留學生,快速的融入當地的生活,瞭解環境,這也是YMCA 長久以來建立起讓人信賴且安心的互助生活圈。

其實這一次留學印象最深刻的是YMCA志工的學長姐,因為有他們,我才能真正的體驗到留學生活的樂趣。--學員分享


志工學長姐協助適應留學新生活
留學在外,最擔心的就是初到人生地不熟的地方,要如何交到朋友,找到人幫忙,解決生活上的問題,對於每一個初到的留學生來說,雖然懷抱著滿滿留學夢,但是總是擔心著安全與陌生環境的考驗,連搬到外地生活都會有些擔憂,更何況是在一個語言還不熟悉的國家呢?
因此,選擇YMCA的好處,就在於全世界的YMCA組織,都是緊密相連的,YMCA秉持教育互助,學長姐幫助學弟妹的心情,在世界各地為每一位YMCA的會員服務,每一個透過YMCA出發到日本留學的學生,都能在日本當地馬上的找到YMCA的學長姐,親切善良的幫助你解決初到陌生地方的恐懼。 想一想,到達一個陌生的地方,如果有熟悉的學長姐能夠帶領我們,那一切是不是就變的很有趣,且不再緊張,而是讓人安心且興奮了。
 

「YMCA幫我處理學校的問題真的很有效率,而且學長姐們很有經驗,都能夠替你想到很多,讓我遇到問題不會手忙腳亂,能夠好好地學習。」--學員分享


YMCA學校用心幫助留學生解決問題
YMCA學校之間的關係是非常緊密的,不僅是合作交換學生而已,我們更像是一家人,透過教育的關係,將彼此聯繫起來,因此YMCA學校之間能夠提供的幫助,也遠比其他學校還要多,讓學生們出國在外,不用擔心有問題會被推來推去,我們緊密相連的情感,都能夠隨時傳達到各個日本校區,幫助每一位留學生解決問題。
豐富多彩的各色活動
更棒的是,YMCA的學長姐志工,不僅在生活上協助你,更是透過活動豐富了留學生的日常生活,時常聚在一起煮飯分享菜色、每週的讀書會、假日的露營活動、一起打桌球的運動、在沙灘踏浪、在營火邊談心…只有在YMCA,才能夠參與到這些豐富多元的活動,讓我們異地留學讀書的日子裡,充滿了屬於自己的故事色彩。

「一想到孩子出國人生地不熟的,就讓我們做父母的擔心不已。但是交給YMCA是我們覺得最正確的選擇,除了YMCA本身的服務與誠信十足之外,重要的是那些學長姐讓我們非常放心。」--學生家長分享


出國留學,不僅僅是語言的學習,更重要的是當地文化的體驗,而文化要從人身上去感受,只有透過人與人相處才能夠體會到的,YMCA有豐富的人文資源與活動,能提供明確完整的人文服務,真正能幫助留學生體驗道地的日本文化。
想要體驗日本文化的精髓,唯有YMCA能夠豐富你的留學視野。
只要花30秒預約,即可準備開展你的日本留學夢。
現在就參加最新日本留學說明會,取得最新留學課程資訊!
讓YMCA為你的夢想努力,繽紛你的留學生活

YMCA日本留學 發表在 痞客邦 留言(0) 人氣()


.wrapper {
font-family: sans-serif;
}
.wrapper h2 {
margin: Q0.83rem 0rem;
font-weight: bold;
}
.wrapper h3 {
margin: 1rem 0rem;
font-weight: bold;
}
.wrapper p {
margin: 1rem 0rem;
}
.wrapper ul {
list-style-type: square;
margin: 1rem 0rem;
padding-left: 40px;
}
.wrapper ol {
list-style-type: decimal;
margin: 1rem 0rem;
padding-left: 40px;
}
/* --- 上面是預設樣式 -- */
.wrapper h2 {
line-height: 2.2rem;
padding: 10px;
font-size: 1.5rem;
background: radial-gradient(260% 150% at right top,#6BB3E6,hsla(0,0%,0%,0.07) 50%,transparent 50%);
border-radius: 4px 4px 0px 0px;
padding-left: 15px;
color: #fff;
background-image: -webkit-radial-gradient(80% 90%, farthest-side, rgba(125,185,232,1) 0, rgba(81,172,247,1) 20%, rgba(51,144,221,1) 31%, rgba(43,136,217,1) 44%, rgba(32,124,202,1) 50%, rgba(59,103,158,1) 100%);
background-image: -moz-radial-gradient(80% 90%, farthest-side, rgba(125,185,232,1) 0, rgba(81,172,247,1) 20%, rgba(51,144,221,1) 31%, rgba(43,136,217,1) 44%, rgba(32,124,202,1) 50%, rgba(59,103,158,1) 100%);
background-image: radial-gradient(farthest-side at 80% 90%, rgba(125,185,232,1) 0, rgba(81,172,247,1) 20%, rgba(51,144,221,1) 31%, rgba(43,136,217,1) 44%, rgba(32,124,202,1) 50%, rgba(59,103,158,1) 100%);
background-position: 50% 50%;
-webkit-background-origin: padding-box;
background-origin: padding-box;
-webkit-background-clip: border-box;
background-clip: border-box;
-webkit-background-size: auto auto;
background-size: auto auto;
}
.wrapper h3 {
line-height: 2rem;
font-size: 1.2rem;
background: rgba(12, 122, 232, 0.2);
color: rgba(43,136,217,1);
padding-left: 15px;
padding-right: 15px;
}
.wrapper h3::before {
content: "";
width: 10px;
height: 2rem;
border-left: 6px solid rgba(43,136,217,1);
position: relative;
left: -15px;
}
.wrapper div.h4 {
line-height: 2rem;
font-size: 1.2rem;
padding-left: 37px;
padding-right: 15px;
}
.wrapper div.h4::before {
content: "";
width: 10px;
height: 2rem;
border-left: 6px solid rgba(44, 136, 217, 0.46);;
position: relative;
left: -15px;
}
p.normal {
line-height: 1.5rem;
font-size: 1rem;
padding-left: 20px;
}
.wrapper ol li,
.wrapper ul li {
line-height: 1.5rem;
font-size: 1rem;
}
img.rwd {
width: 90%;
max-width: 90%;
margin-left: 5%;
}
div.rwdimgs {
text-align: center;
}
.wrapper {
margin: 8px;
}
.highlight {
background: rgba(130, 247, 130, 0.65);
}
.alert {
display: table;
padding: 8px;
margin-left: 20px !important;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
line-height: 1.5rem;
font-size: 1rem;
}
.alert-danger {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
table.rwd {
border-collapse: collapse;
width: 98%;
}
table.rwd td {
border: 1px solid #ddd;
padding: 8px;
line-height: 1.5rem;
font-size: 1rem;
text-align: center;
}
table.rwd tr:nth-child(even){
background-color: rgba(204, 234, 192, 0.45);
}
table.rwd tr:hover {
background-color: rgba(247, 247, 130, 0.46);
}
table.rwd th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #98dead;
text-align: center;
}
@media screen and (max-width: 451px) {
table.rwd th {
display: none;
}
table.rwd td {
display: block;
border: none;
padding: 5px;
padding-left: 15%;
border-bottom: 1px solid #eee;
position: relative;
}
table.rwd tr:nth-child(odd) {
background: rgba(244, 252, 247, 1);
}
table.rwd td::before {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
content: attr(data-th) " ";
float: left;
font-weight: bold;
/* top: 6px; */
left: 6px;
width: 30%;
height: 100%;
padding-right: 10px;
white-space: nowrap;
/* text-align: center; */
}
}
/* --- RWD 表格 2 --- */
table.rwd-fit {
border-collapse: collapse;
width: auto;
}
table.rwd-fit td {
border: 1px solid #ddd;
padding: 8px;
line-height: 1.5rem;
font-size: 1rem;
text-align: center;
}
table.rwd-fit tr:nth-child(even){
background-color: rgba(235, 195, 194, 0.45);
}
table.rwd-fit tr:hover {
background-color: rgba(247, 247, 130, 0.46);
}
table.rwd-fit th {
padding-top: 12px;
padding-bottom: 12px;
background-color: #dd9797;
text-align: center;
}
@media screen and (max-width: 451px) {
table.rwd-fit {
width: 100%;
}
table.rwd-fit th {
display: none;
}
table.rwd-fit td {
display: block;
border: none;
padding: 5px;
padding-left: 35%;
border-bottom: 1px solid #eee;
position: relative;
text-align: left;
}
table.rwd-fit tr:nth-child(odd) {
background: rgba(244, 252, 247, 1);
}
table.rwd-fit td::before {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
content: attr(data-th) " ";
float: left;
font-weight: bold;
/* top: 6px; */
left: 6px;
width: 30%;
height: 100%;
padding-right: 10px;
white-space: nowrap;
/* text-align: center; */
}
}
div.center {
display: flex;
justify-content: center;
}
/* 引言 */
.quote {
color: #000!important;
background-color: #fdf5e6!important;
margin-top: 16px;
margin-bottom: 16px;
padding: 0.01em 16px;
line-height: 2rem;
font-size: 1.3rem;
}
.quote p {
margin-top: -15px;
line-height: 1.5;
font-style: regular;
}
認識日本就業留學-北九州YMCA就職支援中心

透過北九州YMCA就職支援中心順利找到日本旅館工作的劉敏同學表示:「我一直很想在日本久居、工作。我覺得要在日本工作,除了日語之外,英語也要好好地加強,日本與亞洲國家文化相似之處有許多,很容易適應日本生活。」


外國留學生在日就業機會大增
根據日本厚生勞動省轄下國立社會保障暨人口問題研究所報告,2065 年日本勞動人口(15~64 歲人口)預估將較 2015 年驟減 40%至 4,529 萬人,佔整體人口比重將從 2015 年的 60.8% 降至 51.4%;若日本人口以當前的速度減少、且生產率 未能改善,預估 2040 年代以後日本將持續陷入負成長。開放外國 勞工成為日本政府解決勞動力短缺所必需的當務之急,因此日本政府公布了《日本再興戰略2016》,目的即為吸納外國優秀人才,把外國人 留學生在日本的就職率由30%提升到50%。 目前已經有許多日本企業注意到勞動力空缺 以及採用外國人才的趨勢,除了拓展海外市場需求之外,亦重視外國人才的多樣性。然而日本企業在招募外國人才時,卻因缺乏經驗而不得其門而入,不知從何處募集人 才,或是工作簽證手續的訊息。另一方面,在日本留學的學生中高達65%希望可以在日本就業,然而卻因不熟悉日本 企業甄選人才方法、企業文化與辦理工作簽證手續等情報,使得實際成功就職的機率僅有25%。
為了解決雙邊的落差,提供人力資源媒合平台,北九州YMCA就職支援中心正是因應徵才與求職雙邊的需 求而誕生。北九州YMCA就職支援中心一面募集希望任用外國人才的 企業,一面培訓希望在日本就業的學生,媒合企業與學生的需要,並輔導企業與學生進行工作簽證的轉換手續。除此之外,就職支援中心也提供就職後諮詢,如果開 始工作後,在工作上有苦惱的事情,或是對於企業文化適應的問題,也可以來到就職支援中心商談解決方法。
日語能力是基本,精通英語更加分
至於在日本工作,需要什麼樣的日語能力呢?北九州YMCA就職支援中心主任早水鉄平老師指出,每個 職缺因涉及領域的不同而有不同的要求,如為專業技術門檻高的職缺,如IT產業或製圖師等工作,只需要日檢N3的程度即可。如為需要與人溝通的業務人員 或是服務業,企業會要求N2甚至N1以上的程度。 另一方面,由於為外國人身分,通常對英語 能力的要求會更高,因此早水老師建議希望在日本工作的同學加強英語能力,將對在日本求職更有幫助。
待遇優渥,月存10萬円不是夢
一般而言,在北九州YMCA就職支援中心介紹的工作初期薪資為17萬~22萬円左右,根據職缺、工作經歷與企業狀況 不同,可能會提供職員獎金、交通費補助、社會保險等補貼,如觀光旅館業起薪為17萬,IT工程師的月薪起薪為24萬円。若以在北九州工作、月薪22萬円的職員為例,扣除健康保險、社會保險 等稅額,實收約18萬円,在北九州生活,一個月生活費包含房 租約8萬円,則月存10萬円並不困難,若加上加班費等補貼,日積 月累下來也非常可觀。 因此早水老師也提醒學生慎重考慮工作地點,因房租價格差距甚大,在北九州以3萬円可以租到的規格,在東京可能需要花到6萬甚至9萬日圓。
實用日語與對企業正確認知
早水老師舉出一位台灣留學生為例,他在日本一間食品加工業工作,負責一般業務、翻譯與管理實習生等。他的工作經驗中非常重用口語表達能力,因此商用日語的應用非常重要,同時必須要學習日本企業的 文化與思考方式,否則在日企工作可能會相當辛苦。 北九州YMCA日本語學院的實用日語課程即是以培養日企國際化人才為目標,讓學生可以正確的理解日本業界基礎知識,掌握商用日語,熟稔文書技巧與面試對策。
選擇-操之在你
早水老師表示,日本政府招攬外國人才政策 讓在日本就業的門檻降低,北九州YMCA就職支援中心為同學提供多元機會的平台, 日本語學院則提供面試指導、畢業生與業界人士分享等資源。他鼓勵同學掌握機會,做出不會後悔的選擇。與會的同學也表示,雖然只有短短的一個半小時,但是收穫很多,經過早水老師的說明,更加了解未來日本就業的準備方向,以及如何善用自己的優勢爭取工作機會。
北九州YMCA就職支援中心
北九州YMCA就職支援中心是專門為希望在日本就職的外國留學生設立的人力資源中心,欲就職學生與欲招攬外國人才企業可於本就職支援中心登錄,就職支援中心將會媒合需求契合的人才與企業。北九州YMCA是取得國家許可的人力資源機構,可以直接在校內將留學生人才推薦給需要的日本企業。在日本這樣為外國人專門設立的職業介紹所為數不多,北九州YMCA學院更是全日本唯一一家取得人力仲介資格的日語學校!北九州不僅提供媒合企業與人才的服務,也提供留學生最合適的就職指導。
註冊流程
【北九州YMCA就職支援中心】官方網站: http://k-ymcajob.com
在日本就職需要具備什麼條件?
  • 在日本大學/大學院畢業生,或申請者於本國四年制大學畢業生。

  • 若已達到日檢N2或N1將會更有利於就職。

  • 若日語能力普通但具備專門技能(如資訊工程技術)也對就職有利。

  • 就職中心為您介紹的工作領域
    製造業/IT工程師/翻譯/系統規劃開發/旅館業務/海外貿易...等。
    北九州YMCA學院實用日語課程-從留學到就業,一條龍服務
    北九州YMCA學院提供實用日語課程,培訓日本就職所需之商務基礎知識與商務日語,也培養學員未來於職場良好交流溝通的能力。
  • 【商務會話】公司內外會話情景與學習日本商務禮儀。

  • 【貿易工作實踐】分析日本企業相關事例,加深對日本企業系統與文化之理解,模擬練習實務需求之電腦技能。

  • 日檢/商務日語能力測試培訓-目標N1與商務能力測試J1。

  • 【全方位就職支援】培訓個人履歷書寫、面試技巧,並定期邀請業界專家演講。與北九州YMCA就職支援中心配合,按照學員需求個別設立最適合的就職支援。

  • 實用日語課程申請時間























    入學時間申請時間
    2018年10月入學2018年5月18日以前截止
    2019年1月入學2018年8月24日以前截止
    2019年4月入學2018年11月19日以前截止
    2019年7月入學2019年2月25日以前截止

    *課程途中若找到工作,可以中途結業,學費以半年為期支付。
    實用日語課程申請條件
  • .取得日檢(JLPT)三級或三級以上證明,或取得以下測試合格,J.TEST D等級以上,NAT-TEST三級以上或TOPJ 中級B以上

  • 四年制大學畢業。

  • *若希望就職卻未達到實用日語課程申請條件,可以先編入升學課程,提升語言能力之後再轉入實用日語課程。
    學生心得
    延伸閱讀
  • 了解申請流程

  • 線上預約諮詢我的留學計畫

  • YMCA日本留學 發表在 痞客邦 留言(0) 人氣()

    日本留學說明會

    .wrapper {
    font-family: sans-serif;
    }
    .wrapper h2 {
    margin: 0.83rem 0rem;
    font-weight: bold;
    }
    .wrapper h3 {
    margin: 1rem 0rem;
    font-weight: bold;
    }
    .wrapper p {
    margin: 1rem 0rem;
    }
    .wrapper ul {
    list-style-type: square;
    margin: 1rem 0rem;
    padding-left: 40px;
    }
    .wrapper ol {
    list-style-type: decimal;
    margin: 1rem 0rem;
    padding-left: 40px;
    }
    /* --- 上面是預設樣式 -- */
    .wrapper h2 {
    line-height: 2.2rem;
    padding: 10px;
    font-size: 1.5rem;
    background: radial-gradient(260% 150% at right top,#6BB3E6,hsla(0,0%,0%,0.07) 50%,transparent 50%);
    border-radius: 4px 4px 0px 0px;
    padding-left: 15px;
    color: #fff;
    background-image: -webkit-radial-gradient(80% 90%, farthest-side, rgba(125,185,232,1) 0, rgba(81,172,247,1) 20%, rgba(51,144,221,1) 31%, rgba(43,136,217,1) 44%, rgba(32,124,202,1) 50%, rgba(59,103,158,1) 100%);
    background-image: -moz-radial-gradient(80% 90%, farthest-side, 80% 90%, #ff72722b 0, #EFAFC7 20%, #E786AA 31%, #df5e8ecc 44%, #d73672e0 50%, #B9295F 100%);;
    background-image: radial-gradient(farthest-side at 80% 90%, rgba(125,185,232,1) 0, rgba(81,172,247,1) 20%, rgba(51,144,221,1) 31%, rgba(43,136,217,1) 44%, rgba(32,124,202,1) 50%, rgba(59,103,158,1) 100%);
    background-position: 50% 50%;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: auto auto;
    background-size: auto auto;
    }
    .wrapper h3 {
    line-height: 2rem;
    font-size: 1.2rem;
    background: #ff72724f;
    color: #e24165;
    padding-left: 15px;
    padding-right: 15px;
    }
    .wrapper h3::before {
    content: "";
    width: 10px;
    height: 2rem;
    border-left: 6px solid #e24165;
    position: relative;
    left: -15px;
    }
    .wrapper div.h4 {
    line-height: 2rem;
    font-size: 1.2rem;
    padding-left: 37px;
    padding-right: 15px;
    }
    .wrapper div.h4::before {
    content: "";
    width: 10px;
    height: 2rem;
    border-left: 6px solid #e24165;;
    position: relative;
    left: -15px;
    }
    p.normal {
    line-height: 1.5rem;
    font-size: 1rem;
    padding-left: 20px;
    }
    .wrapper ol li,
    .wrapper ul li {
    line-height: 1.5rem;
    font-size: 1rem;
    }
    img.rwd {
    width: 90%;
    max-width: 90%;
    margin-left: 5%;
    }
    div.rwdimgs {
    text-align: center;
    }
    .wrapper {
    margin: 8px;
    }
    .highlight {
    background: rgba(130, 247, 130, 0.65);
    }
    .alert {
    display: table;
    padding: 8px;
    margin-left: 20px !important;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    line-height: 1.5rem;
    font-size: 1rem;
    }
    .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    }
    table.rwd {
    border-collapse: collapse;
    width: 98%;
    }
    table.rwd td {
    border: 1px solid #ddd;
    padding: 8px;
    line-height: 1.5rem;
    font-size: 1rem;
    text-align: center;
    }
    table.rwd tr:nth-child(even){
    background-color: rgba(204, 234, 192, 0.45);
    }
    table.rwd tr:hover
    background-color: rgba(247, 247, 130, 0.46);
    }
    table.rwd th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #98dead;
    text-align: center;
    }
    @media screen and (max-width: 451px) {
    table.rwd th {
    display: none;
    }
    table.rwd td {
    display: block;
    border: none;
    padding: 5px;
    padding-left: 15%;
    border-bottom: 1px solid #eee;
    position: relative;
    }
    table.rwd tr:nth-child(odd) {
    background: rgba(244, 252, 247, 1);
    }
    table.rwd td::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    content: attr(data-th) " ";
    float: left;
    font-weight: bold;
    /* top: 6px; */
    left: 6px;
    width: 30%;
    height: 100%;
    padding-right: 10px;
    white-space: nowrap;
    /* text-align: center; */
    }
    }
    /* --- RWD 表格 2 --- */
    table.rwd-fit {
    border-collapse: collapse;
    width: auto;
    }
    table.rwd-fit td {
    border: 1px solid #ddd;
    padding: 8px;
    line-height: 1.5rem;
    font-size: 1rem;
    text-align: center;
    }
    table.rwd-fit tr:nth-child(even){
    background-color: rgba(204, 234, 192, 0.45);
    }
    table.rwd-fit tr:hover {
    background-color: rgba(247, 247, 130, 0.46);
    }
    table.rwd-fit th {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #98dead;
    text-align: center;
    }
    @media screen and (max-width: 451px) {
    table.rwd-fit {
    width: 100%;
    }
    table.rwd-fit th {
    display: none;
    }
    table.rwd-fit td {
    display: block;
    border: none;
    padding: 5px;
    padding-left: 35%;
    border-bottom: 1px solid #eee;
    position: relative;
    text-align: left;
    }
    table.rwd-fit tr:nth-child(odd) {
    background: rgba(244, 252, 247, 1);
    }
    table.rwd-fit td::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    content: attr(data-th) " ";
    float: left;
    font-weight: bold;
    /* top: 6px; */
    left: 6px;
    width: 30%;
    height: 100%;
    padding-right: 10px;
    white-space: nowrap;
    /* text-align: center; */
    }
    }
    div.center {
    display: flex;
    justify-content: center;
    }
    /* 引言 */
    .quote {
    color: #000!important;
    background-color: #fdf5e6!important;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 0.01em 16px;
    line-height: 2rem;
    font-size: 1.3rem;
    }
    .quote p {
    margin-top: -15px;
    line-height: 1.5;
    font-style: regular;
    }

    YMCA日本留學 發表在 痞客邦 留言(0) 人氣()

    東京語言學校推薦 日本留學代辦推薦 日本遊學代辦 日本留學代辦推薦 日本語言學校推薦 日本留學展 日本打工 日本大學申請 日本研究所申請 日本就業 日本專門學校 2018日本留學 日本留學獎學金
    .wrapper {
    font-family: sans-serif;
    }
    .wrapper h2 {
    margin: 0.83rem 0rem;
    font-weight: bold;
    }
    .wrapper h3 {
    margin: 1rem 0rem;
    font-weight: bold;
    }
    .wrapper p {
    margin: 1rem 0rem;
    }
    .wrapper ul {
    list-style-type: square;
    margin: 1rem 0rem;
    padding-left: 40px;
    }
    .wrapper ol {
    list-style-type: decimal;
    margin: 1rem 0rem;
    padding-left: 40px;
    }
    /* --- 上面是預設樣式 -- */
    .wrapper h2 {
    line-height: 2.2rem;
    padding: 10px;
    font-size: 1.5rem;
    background: radial-gradient(260% 150% at right top,#6BB3E6,hsla(0,0%,0%,0.07) 50%,transparent 50%);
    border-radius: 4px 4px 0px 0px;
    padding-left: 15px;
    color: #fff;
    background-image: -webkit-radial-gradient(80% 90%, farthest-side, rgba(125,185,232,1) 0, rgba(81,172,247,1) 20%, rgba(51,144,221,1) 31%, rgba(43,136,217,1) 44%, rgba(32,124,202,1) 50%, rgba(59,103,158,1) 100%);
    background-image: -moz-radial-gradient(80% 90%, farthest-side, rgba(125,185,232,1) 0, rgba(81,172,247,1) 20%, rgba(51,144,221,1) 31%, rgba(43,136,217,1) 44%, rgba(32,124,202,1) 50%, rgba(59,103,158,1) 100%);
    background-image: radial-gradient(farthest-side at 80% 90%, rgba(125,185,232,1) 0, rgba(81,172,247,1) 20%, rgba(51,144,221,1) 31%, rgba(43,136,217,1) 44%, rgba(32,124,202,1) 50%, rgba(59,103,158,1) 100%);
    background-position: 50% 50%;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: auto auto;
    background-size: auto auto;
    }
    .wrapper h3 {
    line-height: 2rem;
    font-size: 1.2rem;
    background: rgba(12, 122, 232, 0.2);
    color: rgba(43,136,217,1);
    padding-left: 15px;
    padding-right: 15px;
    }
    .wrapper h3::before {
    content: "";
    width: 10px;
    height: 2rem;
    border-left: 6px solid rgba(43,136,217,1);
    position: relative;
    left: -15px;
    }
    .wrapper div.h4 {
    line-height: 2rem;
    font-size: 1.2rem;
    padding-left: 37px;
    padding-right: 15px;
    }
    .wrapper div.h4::before {
    content: "";
    width: 10px;
    height: 2rem;
    border-left: 6px solid rgba(44, 136, 217, 0.46);;
    position: relative;
    left: -15px;
    }
    p.normal {
    line-height: 1.5rem;
    font-size: 1rem;
    padding-left: 20px;
    }
    .wrapper ol li,
    .wrapper ul li {
    line-height: 1.5rem;
    font-size: 1rem;
    }
    img.rwd {
    width: 90%;
    max-width: 90%;
    margin-left: 5%;
    }
    div.rwdimgs {
    text-align: center;
    }
    .wrapper {
    margin: 8px;
    }
    .highlight {
    background: rgba(130, 247, 130, 0.65);
    }
    .alert {
    display: table;
    padding: 8px;
    margin-left: 20px !important;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    line-height: 1.5rem;
    font-size: 1rem;
    }
    .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    }
    table.rwd {
    border-collapse: collapse;
    width: 98%;
    }
    table.rwd td {
    border: 1px solid #ddd;
    padding: 8px;
    line-height: 1.5rem;
    font-size: 1rem;
    text-align: left;
    }
    table.rwd tr:nth-child(even){
    background-color: rgba(204, 234, 192, 0.45);
    }
    table.rwd tr:hover {
    background-color: rgba(247, 247, 130, 0.46);
    }
    table.rwd th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #98dead;
    text-align: center;
    }
    @media screen and (max-width: 451px) {
    table.rwd th {
    display: none;
    }
    table.rwd td {
    display: block;
    border: none;
    padding: 5px;
    padding-left: 15%;
    border-bottom: 1px solid #eee;
    position: relative;
    }
    table.rwd tr:nth-child(odd) {
    background: rgba(244, 252, 247, 1);
    }
    table.rwd td::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    content: attr(data-th) " ";
    float: left;
    font-weight: bold;
    /* top: 6px; */
    left: 6px;
    width: 30%;
    height: 100%;
    padding-right: 10px;
    white-space: nowrap;
    /* text-align: center; */
    }
    }
    /* --- RWD 表格 2 --- */
    table.rwd-fit {
    border-collapse: collapse;
    width: auto;
    }
    table.rwd-fit td {
    border: 1px solid #ddd;
    padding: 8px;
    line-height: 1.5rem;
    font-size: 1rem;
    text-align: center;
    }
    table.rwd-fit tr:nth-child(even){
    background-color: rgba(204, 234, 192, 0.45);
    }
    table.rwd-fit tr:hover {
    background-color: rgba(247, 247, 130, 0.46);
    }
    table.rwd-fit th {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #98dead;
    text-align: center;
    }
    @media screen and (max-width: 451px) {
    table.rwd-fit {
    width: 100%;
    }
    table.rwd-fit th {
    display: none;
    }
    table.rwd-fit td {
    display: block;
    border: none;
    padding: 5px;
    padding-left: 35%;
    border-bottom: 1px solid #eee;
    position: relative;
    text-align: left;
    }
    table.rwd-fit tr:nth-child(odd) {
    background: rgba(244, 252, 247, 1);
    }
    table.rwd-fit td::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    content: attr(data-th) " ";
    float: left;
    font-weight: bold;
    /* top: 6px; */
    left: 6px;
    width: 30%;
    height: 100%;
    padding-right: 10px;
    white-space: nowrap;
    /* text-align: center; */
    }
    }
    div.center {
    display: flex;
    justify-content: center;
    }
    /* 引言 */
    .quote {
    color: #000!important;
    background-color: #fdf5e6!important;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 0.01em 16px;
    line-height: 2rem;
    font-size: 1.3rem;
    }
    .quote p {
    margin-top: -15px;
    line-height: 1.5;
    font-style: italic;
    }
     

    YMCA日本留學 發表在 痞客邦 留言(0) 人氣()


    .wrapper {
    font-family: sans-serif;
    }
    .wrapper h2 {
    margin: 0.83rem 0rem;
    font-weight: bold;
    }
    .wrapper h3 {
    margin: 1rem 0rem;
    font-weight: bold;
    }
    .wrapper p {
    margin: 1rem 0rem;
    }
    .wrapper ul {
    list-style-type: square;
    margin: 1rem 0rem;
    padding-left: 40px;
    }
    .wrapper ol {
    list-style-type: decimal;
    margin: 1rem 0rem;
    padding-left: 40px;
    }
    /* --- 上面是預設樣式 -- */
    .wrapper h2 {
    line-height: 2.2rem;
    padding: 10px;
    font-size: 1.5rem;
    background: radial-gradient(260% 150% at right top,#6BB3E6,hsla(0,0%,0%,0.07) 50%,transparent 50%);
    border-radius: 4px 4px 0px 0px;
    padding-left: 15px;
    color: #fff;
    background-image: -webkit-radial-gradient(80% 90%, farthest-side, rgba(125,185,232,1) 0, rgba(81,172,247,1) 20%, rgba(51,144,221,1) 31%, rgba(43,136,217,1) 44%, rgba(32,124,202,1) 50%, rgba(59,103,158,1) 100%);
    background-image: -moz-radial-gradient(80% 90%, farthest-side, rgba(125,185,232,1) 0, rgba(81,172,247,1) 20%, rgba(51,144,221,1) 31%, rgba(43,136,217,1) 44%, rgba(32,124,202,1) 50%, rgba(59,103,158,1) 100%);
    background-image: radial-gradient(farthest-side at 80% 90%, rgba(125,185,232,1) 0, rgba(81,172,247,1) 20%, rgba(51,144,221,1) 31%, rgba(43,136,217,1) 44%, rgba(32,124,202,1) 50%, rgba(59,103,158,1) 100%);
    background-position: 50% 50%;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: auto auto;
    background-size: auto auto;
    }
    .wrapper h3 {
    line-height: 2rem;
    font-size: 1.2rem;
    background: rgba(12, 122, 232, 0.2);
    color: rgba(43,136,217,1);
    padding-left: 15px;
    padding-right: 15px;
    }
    .wrapper h3::before {
    content: "";
    width: 10px;
    height: 2rem;
    border-left: 6px solid rgba(43,136,217,1);
    position: relative;
    left: -15px;
    }
    .wrapper div.h4 {
    line-height: 2rem;
    font-size: 1.2rem;
    padding-left: 37px;
    padding-right: 15px;
    }
    .wrapper div.h4::before {
    content: "";
    width: 10px;
    height: 2rem;
    border-left: 6px solid rgba(44, 136, 217, 0.46);;
    position: relative;
    left: -15px;
    }
    p.normal {
    line-height: 1.5rem;
    font-size: 1rem;
    padding-left: 20px;
    }
    .wrapper ol li,
    .wrapper ul li {
    line-height: 1.5rem;
    font-size: 1rem;
    }
    img.rwd {
    width: 90%;
    max-width: 90%;
    margin-left: 5%;
    }
    div.rwdimgs {
    text-align: center;
    }
    .wrapper {
    margin: 8px;
    }
    .highlight {
    background: rgba(130, 247, 130, 0.65);
    }
    .alert {
    display: table;
    padding: 8px;
    margin-left: 20px !important;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    line-height: 1.5rem;
    font-size: 1rem;
    }
    .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    }
    table.rwd {
    border-collapse: collapse;
    width: 98%;
    }
    table.rwd td {
    border: 1px solid #ddd;
    padding: 8px;
    line-height: 1.5rem;
    font-size: 1rem;
    text-align: center;
    }
    table.rwd tr:nth-child(even){
    background-color: rgba(0, 0,0,0);
    }
    table.rwd tr:hover {
    background-color: rgba(247, 247, 130, 0.46);
    }
    table.rwd th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #98dead;
    text-align: center;
    }
    @media screen and (max-width: 451px) {
    table.rwd th {
    display: none;
    }
    table.rwd td {
    display: block;
    border: none;
    padding: 5px;
    padding-left: 5%;
    border-bottom: 1px solid #eee;
    position: relative;
    }
    table.rwd tr:nth-child(odd) {
    background: rgba(244, 252, 247, 1);
    }
    table.rwd td::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    content: attr(data-th) " ";
    float: left;
    font-weight: bold;
    /* top: 6px; */
    left: 6px;
    width: 30%;
    height: 100%;
    padding-right: 10px;
    white-space: nowrap;
    /* text-align: center; */
    }
    }
    /* --- RWD 表格 2 --- */
    table.rwd-fit {
    border-collapse: collapse;
    width: auto;
    }
    table.rwd-fit td {
    border: 1px solid #ddd;
    padding: 8px;
    line-height: 1.5rem;
    font-size: 1rem;
    text-align: center;
    }
    table.rwd-fit tr:nth-child(even){
    background-color: rgba(235, 195, 194, 0.45);
    }
    table.rwd-fit tr:hover {
    background-color: rgba(247, 247, 130, 0.46);
    }
    table.rwd-fit th {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #dd9797;
    text-align: center;
    }
    @media screen and (max-width: 451px) {
    table.rwd-fit {
    width: 100%;
    }
    table.rwd-fit th {
    display: none;
    }
    table.rwd-fit td {
    display: block;
    border: none;
    padding: 5px;
    padding-left: 5%;
    border-bottom: 1px solid #eee;
    position: relative;
    text-align: left;
    }
    table.rwd-fit tr:nth-child(odd) {
    background: rgba(244, 252, 247, 1);
    }
    table.rwd-fit td::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    content: attr(data-th) " ";
    float: left;
    font-weight: bold;
    /* top: 6px; */
    left: 6px;
    width: 30%;
    height: 100%;
    padding-right: 10px;
    white-space: nowrap;
    /* text-align: center; */
    }
    }
    div.center {
    display: flex;
    justify-content: center;
    }
    /* 引言 */
    .quote {
    color: #000!important;
    background-color: #fdf5e6!important;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 0.01em 16px;
    line-height: 2rem;
    font-size: 1.3rem;
    }
    .quote p {
    margin-top: -15px;
    line-height: 1.5;
    font-style: regular;
    }
    實習至少32K!赴日工作者暴增 擬延長實習生居留期至10年

    YMCA日本留學 發表在 痞客邦 留言(0) 人氣()

    7178107626079.jpg
    .wrapper {
    font-family: sans-serif;
    }
    .wrapper h2 {
    margin: 0.83rem 0rem;
    font-weight: bold;
    }
    .wrapper h3 {
    margin: 1rem 0rem;
    font-weight: bold;
    }
    .wrapper p {
    margin: 1rem 0rem;
    }
    .wrapper ul {
    list-style-type: square;
    margin: 1rem 0rem;
    padding-left: 40px;
    }
    .wrapper ol {
    list-style-type: decimal;
    margin: 1rem 0rem;
    padding-left: 60px;
    }
    /* --- 上面是預設樣式 -- */
    .wrapper h2 {
    line-height: 2.2rem;
    padding: 10px;
    font-size: 1.5rem;
    background: radial-gradient(260% 150% at right top,#6BB3E6,hsla(0,0%,0%,0.07) 50%,transparent 50%);
    border-radius: 4px 4px 0px 0px;
    padding-left: 15px;
    color: #fff;
    background-image: -webkit-radial-gradient(80% 90%, farthest-side, rgba(125,185,232,1) 0, rgba(81,172,247,1) 20%, rgba(51,144,221,1) 31%, rgba(43,136,217,1) 44%, rgba(32,124,202,1) 50%, rgba(59,103,158,1) 100%);
    background-image: -moz-radial-gradient(80% 90%, farthest-side, rgba(125,185,232,1) 0, rgba(81,172,247,1) 20%, rgba(51,144,221,1) 31%, rgba(43,136,217,1) 44%, rgba(32,124,202,1) 50%, rgba(59,103,158,1) 100%);
    background-image: radial-gradient(farthest-side at 80% 90%, rgba(125,185,232,1) 0, rgba(81,172,247,1) 20%, rgba(51,144,221,1) 31%, rgba(43,136,217,1) 44%, rgba(32,124,202,1) 50%, rgba(59,103,158,1) 100%);
    background-position: 50% 50%;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: auto auto;
    background-size: auto auto;
    }
    .wrapper h3 {
    line-height: 2rem;
    font-size: 1.2rem;
    background: rgba(12, 122, 232, 0.2);
    color: rgba(43,136,217,1);
    padding-left: 15px;
    padding-right: 15px;
    }
    .wrapper h3::before {
    content: "";
    width: 10px;
    height: 2rem;
    border-left: 6px solid rgba(43,136,217,1);
    position: relative;
    left: -15px;
    }
    .wrapper div.h4 {
    line-height: 2rem;
    font-size: 1.2rem;
    padding-left: 37px;
    padding-right: 15px;
    }
    .wrapper div.h4::before {
    content: "";
    width: 10px;
    height: 2rem;
    border-left: 6px solid rgba(44, 136, 217, 0.46);;
    position: relative;
    left: -15px;
    }
    p.normal {
    line-height: 1.5rem;
    font-size: 1rem;
    padding-left: 20px;
    }
    .wrapper ol li,
    .wrapper ul li {
    line-height: 1.5rem;
    font-size: 1rem;
    }
    img.rwd {
    width: 90%;
    max-width: 90%;
    margin-left: 5%;
    }
    div.rwdimgs {
    text-align: center;
    }
    .wrapper {
    margin: 8px;
    }
    .highlight {
    background: rgba(130, 247, 130, 0.65);
    }
    .alert {
    display: table;
    padding: 8px;
    margin-left: 20px !important;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    line-height: 1.5rem;
    font-size: 1rem;
    }
    .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    }
    table.rwd {
    border-collapse: collapse;
    width: 98%;
    }
    table.rwd td {
    border: 1px solid #ddd;
    padding: 8px;
    line-height: 1.5rem;
    font-size: 1rem;
    text-align: left;
    }
    table.rwd tr:nth-child(even){
    background-color: rgba(204, 234, 192, 0.45);
    }
    table.rwd tr:hover {
    background-color: rgba(247, 247, 130, 0.46);
    }
    table.rwd th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #98dead;
    text-align: center;
    }
    @media screen and (max-width: 451px) {
    table.rwd th {
    display: none;
    }
    table.rwd td {
    display: block;
    border: none;
    padding: 5px;
    padding-left: 15%;
    border-bottom: 1px solid #eee;
    position: relative;
    }
    table.rwd tr:nth-child(odd) {
    background: rgba(244, 252, 247, 1);
    }
    table.rwd td::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    content: attr(data-th) " ";
    float: left;
    font-weight: bold;
    /* top: 6px; */
    left: 6px;
    width: 30%;
    height: 100%;
    padding-right: 10px;
    white-space: nowrap;
    /* text-align: center; */
    }
    }
    /* --- RWD 表格 2 --- */
    table.rwd-fit {
    border-collapse: collapse;
    width: auto;
    }
    table.rwd-fit td {
    border: 1px solid #ddd;
    padding: 8px;
    line-height: 1.5rem;
    font-size: 1rem;
    text-align: center;
    }
    table.rwd-fit tr:nth-child(even){
    background-color: rgba(204, 234, 192, 0.45);
    }
    table.rwd-fit tr:hover {
    background-color: rgba(247, 247, 130, 0.46);
    }
    table.rwd-fit th {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #98dead;
    text-align: center;
    }
    @media screen and (max-width: 451px) {
    table.rwd-fit {
    width: 100%;
    }
    table.rwd-fit th {
    display: none;
    }
    table.rwd-fit td {
    display: block;
    border: none;
    padding: 5px;
    padding-left: 35%;
    border-bottom: 1px solid #eee;
    position: relative;
    text-align: left;
    }
    table.rwd-fit tr:nth-child(odd) {
    background: rgba(244, 252, 247, 1);
    }
    table.rwd-fit td::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    content: attr(data-th) " ";
    float: left;
    font-weight: bold;
    /* top: 6px; */
    left: 6px;
    width: 30%;
    height: 100%;
    padding-right: 10px;
    white-space: nowrap;
    /* text-align: center; */
    }
    }
    div.center {
    display: flex;
    justify-content: center;
    }
    /* 引言 */
    .quote {
    color: #000!important;
    background-color: #fdf5e6!important;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 0.01em 16px;
    line-height: 2rem;
    font-size: 1.3rem;
    }
    .quote p {
    margin-top: -15px;
    line-height: 1.5;
    font-style: italic;
    }

    1955年神戶YMCA開創第一所的日本語語言學校,開啟了日本YMCA的日語教育工作。YMCA日本語學校以悠久的傳統及成果為基礎,提供高品質的日本語教學,也注重日本文化的體認與交流,同時也在生活的各個面向提供必要的支援與協助。許多地區的YMCA提供留學生全日本唯一的志工制度,透過與志工之間的談話幫助提升會話能力。而很多地區的YMCA都擁有自己的會館、教室、圖書室、健身中心、游泳池等設施,提供學員幾乎等同於大學等級的學習環境,因此YMCA絕對是日本留學最好的選擇。


    日本YMCA語言學校發展原由
    日本YMCA的日本語教育是始於1872年,即神戶YMCA的前身「宇治野英語學校」所開設的日本語教學;而神戶YMCA於1955年正式成立了日本國內第一所日本語學校,其後陸續有類似的學習機構設在日本各地紛紛成立,所以日本YMCA可說是日本語教育的先趨之一。現今日本各地YMCA的日本語學校或專門學校均建校多年,也都為優質的日本語教育機構,無論是師資、學員照顧、教室設備、課外活動、國際交流等都獲得很高的評價。目前全日本各地共有16所YMCA日本語學校。


    YMCA日本語言學校特色
    日本YMCA語言學校以悠久的傳統及成果為基礎,除了提供高品質的日本語教學之外,也相當注重學員能夠體認日本文化以及與日本人交流,同時也在生活的各個面向提供必要的支援與協助。
    志願義工・求他活動
    在日本留學的學生常感覺沒有那麼多機會與日本人交流,大多數的時間也都是和自己國家的人相處,往往會讓人覺得有點遺憾。但是在YMCA語言學校你有機會能夠在課堂以外的地方直接跟日本人有許多的交流及對談。許多地區的YMCA都有設立全日本唯一的志工制度,提供留學生很多機會跟日本義工進行「求他」的談話交流,幫助提昇日語會話能力。會話可包含日本的事物、自己國家的事物或是日本人的思考想法及彼此文化上的差異等等。
    在地交流活動 融入日本生活
    日本的YMCA除了語言學校之外,也對於當地居民提供不同面向的服務,像是青少年的運動培訓計畫、老年人的照護工作等,因此能夠提供學員在一些活動中與當地社區居民交流的機會;除了語言,還能更進一步了解日本人的生活,對於融入日本生活有很大的幫助。
    體育活動舉辦 健康你的留學生活
    有別於一般的語言學校,日本YMCA也相當重視學員的健康。擁有身體和心智上的健康的一直是全世界YMCA長久以來的宗旨,日本YMCA也承襲這個優良的傳統,所以定期會舉辦體育或健康類型的活動,提醒學員要保持健康的身體,相信與日本以及不同國家的學員同場進行簡單的體育較量一定會是相當有趣的回憶。
     
    特色文化活動 完整留學體驗
    除了語言的學習外,YMCA認為盡可能讓學員融入日本生活,了解日本文化也是語言學校的責任之一。藉由茶道、花道、等各種文化體驗活動或是到各地名勝參訪見學,可以讓學員自己感受日本文化的美妙,同時也帶領學員體驗不同面向日本生活。
     


    住宿協助 生活關懷
    因租屋文化不同,為了減低留學生出國前所擔心的住宿問題,YMCA日本留學代辦中心將在各位出國前提供第一手的住宿物件說明,提供詳細且透明的住宿物件照片、鄰近地區交通方式、需繳交的各項費用讓各參考選擇。另外,台灣人都習慣了「交通時間要短」這件事,所以在選擇學校時,有近50%的人看重這一點。YMCA的學校住宿,也盡量找在30分鐘以內通勤可以到達而且生活機能方便的地方,讓大家能安心赴日、安心住宿。
    另外,YMCA 語言學校特別注重學生的安全及課後的生活關懷,在生活中碰到任何問題,都設有24小時的關懷專線,並且學校備有會講中文的工作人員,為居住在不同文化國度 的留學生們,立即得到最妥善的照顧。若剛赴日日文學習尚未能流暢溝通之時,也歡迎各位隨時與YMCA日本留學代辦中心聯繫,我們將給予您適切的協助。


    日本語課程
    日本YMCA從事日本語的教學工作已有很長的時間,每年固定招開教學相關的研討也是為了提供更好的教學品質。YMCA日本語言學校依據學員不同的需求而設立一些不同目的性的課程,可分為以升學為目標的日語課程,以及比較偏重商業使用的實用性課程,還有一對一的私人家教課程可以選擇,另外有些YMCA還提供日本語教師的培訓課程;根據不同階段和用途,YMCA都能夠提供給學員最高品質的日本語學習課程。
    升學課程(綜合性日語課程)
    以升學為目標的課程在有些YMCA也被稱為『綜合性日語課程』,是為了以進軍大學、研究所等為目標的專門課程。要進入日本大學就讀需具備高度的日語能力與大學指定的文理科目等基礎實力。 必須要能夠和日本學生一樣聽得懂大學講義的理解力,將自己所學、研究的成果公開發表的發表力,專業用語、專業文章的閱讀力以及對於科學、理論的思考以及在報告或論文中正確地闡述自己想法的論述力。
    像是大阪YMCA的『綜合性日語課程日本語學校中少數被日本文部科學省認可核準的「預備升學課程」,在海外高中畢業時教育年數不超過12年的人,修完這個課程後,也能具備有日本大學應考的資格。
    實用性日語課程
    這是一種培養在日本社會生活上、工作等職場上,實際可以將日語運用自如的課程。短期日語研修與不需要參加日本留學試驗想進專門學校的同學可以選擇這類課程。課程的設計是給初級~中級學生,除了學習基礎日語之外,分別針對「聽、說、讀、寫」的四項技能,個別集中學習,藉此有效提昇各方面的能力。課程內有一半為選修科目,學員可以從「商業系」、「文化系」、「升學系」三大主題中自由選擇五堂課來學習。
    一對一教學課程
    有些地區的YMCA有提供一對一或是一對二的私人日本語教學課程。上課的時間、頻率和內容可以有條件地配合學生的需求做安排。
    短期集中課程
    這類的課程大致上分成入門到N3程度(初中級)5種級別,以適合日文程度的班級會體驗日本留學為目的。依據專為此種課程所設計開發的教學計劃及教材,可以讓大家更輕鬆愉快的學習。更多關於此課程的訊息可以參考『YMCA日本遊學自由行』網站→請點我
    日本語教師培訓課程
    身為日本語語言學校的先驅,日本語教師的培訓當然是YMCA的責任之一。此課程的目的當然是培養日本語的教師,課程的內容將從最基礎的理論開始,循序漸進地讓每位參加培訓的學員能夠擁有教學的能力。課程中有很多模擬外國留學生實際上課的情形與學員也可以親身做教學的示範。所有課程皆以通過日本語師資為目標設計,每周一次的密集課程可讓參與的學員按部就班地通過測驗。


    國際旅館專門學校
    因應國際化與觀光產業需求,YMCA國際旅館專門學校為有志從事旅館觀光專業人才提供一年課程,並於學習期間進行產學合作,專校學生可一邊就學,一邊於五星級飯店實習,累積實務經驗,畢業後學校還會輔導就業。
    實習
    學員於國際旅館專門學校就學2~3個月後,由學校安排於一流飯店實習,時薪約日幣850~950円。不僅可累積實務經驗,還可以立即領到薪資,可補貼住宿及伙食等生活費用,達九成左右。 畢業後,通過就業考試可 在日本五星級飯店工作,薪資比照日本員工起薪(約台幣6萬元),或將來回國,在觀光旅館相關產業工作,都非常搶手。


    升學指導
    對於有升學意願的學生,YMCA會給予最強力的升學指導,像是可以應該選擇哪種學校?或是應該申請哪間大學、研究所或是專門學校就讀等作專門相關的升學輔導。而且會針對各個學生實施個別訪談,直到每位學生都找到最佳升學目標,學校都會提供仔細分析諮詢及相關指導。幫助學生針對升學訂定學科測驗練習、舉行模擬面試到申請報考等所需事項都會耐心準備幫忙。YMCA日本語言學校大部分的學生都可以順利的進入日本的大學、研究所或專門學校就讀。


    就職指導
    近年來日本因為少子化使得勞動人口減少,因此日本政府開始招攬外國人才並降迪外國人在日本就業的門檻,因此有YMCA開始提供工作媒合的服務。像是北九州YMCA的就職支援中心就為學員提供多元機會的平台,日本語學院則提供面試指導、畢業生與業界人士分享等資源。其他像是大阪YMCA和神戶YMCA的旅館飯店專門學校更有幾近100%的就業率,因此想到日本就職的學生或上班族可以考慮YMCA做為前進日本的第一站。
     


    上課環境
    大多數日本的YMCA其實在各個城市針對促進當地居民的健康與生活福祉都有很長的時間了,因此很多地區的YMCA會擁有自己的會館、教室、圖書室、健身中心、游泳池等設施。有些YMCA像是橫濱YMCA和名古屋YMCA等甚至在郊區還有自己的營地,橫濱YMCA每年都會帶學生前往富士山的營地進行活動。以上課的設備和環境而言,YMCA或許不是能夠提供學員最新穎設施的語言學校,但是就整體來說,YMCA提供了學員幾乎等同於大學等級的學習環境,因此YMCA絕對是日本留學最好的選擇。


    日本語言學校獎學金
    以日本語言學校來說,YMCA提供了相當優渥的獎助學金,除了日本文部科學省給予外國留學生的獎勵金之外,多數的YMCA也有設立自己的獎助學金給成績優異的學員,或是以減免註冊費的方式鼓勵學生在語言學習上追求更好的成績。各地YMCA的獎助學金項目可以參考網站內各學校的詳細介紹。
    社團支援
    YMCA 有許多來自社會各領域的會員,因此能得到許多社團的支援,讓外國學生在日本的留學生活更為順利。而YMCA的日本語學校,大部分都有提供獎學金制度,只要 在學就讀6個月以上、成績和出席狀況良好的學生,透過甄選,即有機會獲得各種獎學金。
    收費減免
    YMCA 針對外國留學生提供相當優惠的收費減免制度(實際優惠條件依學校不同),若是提出申請時持有日本能力檢定合格證明,依照通過級數(N1)最多可享高達30 萬日圓學費減免。


    ⇒前往預約諮詢我的留學計畫
    ⇒前往申請流程

    YMCA日本留學 發表在 痞客邦 留言(0) 人氣()



    .wrapper {
    font-family: sans-serif;
    }
    .wrapper h2 {
    margin: 0.83rem 0rem;
    font-weight: bold;
    }
    .wrapper h3 {
    margin: 1rem 0rem;
    font-weight: bold;
    }
    .wrapper p {
    margin: 1rem 0rem;
    }
    .wrapper ul {
    list-style-type: square;
    margin: 1rem 0rem;
    padding-left: 40px;
    }
    .wrapper ol {
    list-style-type: decimal;
    margin: 1rem 0rem;
    padding-left: 40px;
    }
    /* --- 上面是預設樣式 -- */
    .wrapper h2 {
    line-height: 2.2rem;
    padding: 10px;
    font-size: 1.5rem;
    background: radial-gradient(260% 150% at right top,#6BB3E6,hsla(0,0%,0%,0.07) 50%,transparent 50%);
    border-radius: 4px 4px 0px 0px;
    padding-left: 15px;
    color: #fff;
    background-image: -webkit-radial-gradient(80% 90%, farthest-side, rgba(125,185,232,1) 0, rgba(81,172,247,1) 20%, rgba(51,144,221,1) 31%, rgba(43,136,217,1) 44%, rgba(32,124,202,1) 50%, rgba(59,103,158,1) 100%);
    background-image: -moz-radial-gradient(80% 90%, farthest-side, 80% 90%, #ff72722b 0, #EFAFC7 20%, #E786AA 31%, #df5e8ecc 44%, #d73672e0 50%, #B9295F 100%);;
    background-image: radial-gradient(farthest-side at 80% 90%, rgba(125,185,232,1) 0, rgba(81,172,247,1) 20%, rgba(51,144,221,1) 31%, rgba(43,136,217,1) 44%, rgba(32,124,202,1) 50%, rgba(59,103,158,1) 100%);
    background-position: 50% 50%;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: auto auto;
    background-size: auto auto;
    }
    .wrapper h3 {
    line-height: 2rem;
    font-size: 1.2rem;
    background: #ff72724f;
    color: #e24165;
    padding-left: 15px;
    padding-right: 15px;
    }
    .wrapper h3::before {
    content: "";
    width: 10px;
    height: 2rem;
    border-left: 6px solid #e24165;
    position: relative;
    left: -15px;
    }
    .wrapper div.h4 {
    line-height: 2rem;
    font-size: 1.2rem;
    padding-left: 37px;
    padding-right: 15px;
    }
    .wrapper div.h4::before {
    content: "";
    width: 10px;
    height: 2rem;
    border-left: 6px solid #e24165;;
    position: relative;
    left: -15px;
    }
    p.normal {
    line-height: 1.5rem;
    font-size: 1rem;
    padding-left: 20px;
    }
    .wrapper ol li,
    .wrapper ul li {
    line-height: 1.5rem;
    font-size: 1rem;
    }
    img.rwd {
    width: 90%;
    max-width: 90%;
    margin-left: 5%;
    }
    div.rwdimgs {
    text-align: center;
    }
    .wrapper {
    margin: 8px;
    }
    .highlight {
    background: rgba(130, 247, 130, 0.65);
    }
    .alert {
    display: table;
    padding: 8px;
    margin-left: 20px !important;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    line-height: 1.5rem;
    font-size: 1rem;
    }
    .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    }
    table.rwd {
    border-collapse: collapse;
    width: 98%;
    }
    table.rwd td {
    border: 1px solid #ddd;
    padding: 8px;
    line-height: 1.5rem;
    font-size: 1rem;
    text-align: center;
    }
    table.rwd tr:nth-child(even){
    background-color: rgba(204, 234, 192, 0.45);
    }
    table.rwd tr:hover
    background-color: rgba(247, 247, 130, 0.46);
    }
    table.rwd th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #98dead;
    text-align: center;
    }
    @media screen and (max-width: 451px) {
    table.rwd th {
    display: none;
    }
    table.rwd td {
    display: block;
    border: none;
    padding: 5px;
    padding-left: 15%;
    border-bottom: 1px solid #eee;
    position: relative;
    }
    table.rwd tr:nth-child(odd) {
    background: rgba(244, 252, 247, 1);
    }
    table.rwd td::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    content: attr(data-th) " ";
    float: left;
    font-weight: bold;
    /* top: 6px; */
    left: 6px;
    width: 30%;
    height: 100%;
    padding-right: 10px;
    white-space: nowrap;
    /* text-align: center; */
    }
    }
    /* --- RWD 表格 2 --- */
    table.rwd-fit {
    border-collapse: collapse;
    width: auto;
    }
    table.rwd-fit td {
    border: 1px solid #ddd;
    padding: 8px;
    line-height: 1.5rem;
    font-size: 1rem;
    text-align: center;
    }
    table.rwd-fit tr:nth-child(even){
    background-color: rgba(204, 234, 192, 0.45);
    }
    table.rwd-fit tr:hover {
    background-color: rgba(247, 247, 130, 0.46);
    }
    table.rwd-fit th {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #98dead;
    text-align: center;
    }
    @media screen and (max-width: 451px) {
    table.rwd-fit {
    width: 100%;
    }
    table.rwd-fit th {
    display: none;
    }
    table.rwd-fit td {
    display: block;
    border: none;
    padding: 5px;
    padding-left: 35%;
    border-bottom: 1px solid #eee;
    position: relative;
    text-align: left;
    }
    table.rwd-fit tr:nth-child(odd) {
    background: rgba(244, 252, 247, 1);
    }
    table.rwd-fit td::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    content: attr(data-th) " ";
    float: left;
    font-weight: bold;
    /* top: 6px; */
    left: 6px;
    width: 30%;
    height: 100%;
    padding-right: 10px;
    white-space: nowrap;
    /* text-align: center; */
    }
    }
    div.center {
    display: flex;
    justify-content: center;
    }
    /* 引言 */
    .quote {
    color: #000!important;
    background-color: #fdf5e6!important;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 0.01em 16px;
    line-height: 2rem;
    font-size: 1.3rem;
    }
    .quote p {
    margin-top: -15px;
    line-height: 1.5;
    font-style: regular;
    }

    3/24(六) 14:00@台中YMCA三民會館


    3/31(六) 10:30@台南YMCA會館


     


    4/12(四) 19:00@台中YMCA三民會館


    4/14(六) 10:30@台北YMCA城中會館


    4/14(六) 10:30@台南YMCA公園會館


    4/14(六) 10:30@高雄YMCA和平會館


    4/20(五) 19:00@彰化YMCA會館


    4/21(六) 14:00@台中YMCA三民會館


    4/27(五) 15:00@高雄市立圖書館寶珠分館


    4/28(六) 10:30@台南YMCA公園會館


    對象
  • 想去日本精進日文能力,讀日本語言學校,想體驗日本文化者

  • 對短期3個月或長期6個月以上日本留學有計劃者;欲申請「度假打工」簽證亦歡迎諮詢

  • 計畫寒/暑假日本遊學體驗的同學及社會人士(18歲以上皆可參加!)

  • 準備申請日本專門學校、大學或研究所者

  • 計畫在日本就職者

  • 說明會內容
  • YMCA日本語言學校及旅館專門學校介紹

  • 就職支援中心、商用課程介紹

  • 長期留學簽證申請:2018年十月入學,受理報名中

  • 短期三個月課程:2018年七月/十月入學,受理報名中

  • 寒暑假遊學自由行,2018年暑假報名受理中

  • 日本YMCA各地日本語學校說明,並提供免費諮詢

  • 說明會地點






































    地點聯絡電話地址
    台北YMCA城中會館02-2381-4727台北市許昌街19號2F [map]
    台中YMCA三民會館04-2220-0603#4台中市三民路一段174號B1F [map]
    彰化YMCA會館04-722-5625彰化市民族路267號3F [map]
    台南YMCA公園會館06-282-4000台南市公園路591-31號 [map]
    高雄YMCA和平會館07-716-5091#204高雄市和平二路433號3樓 [map]
    高雄市立圖書館寶珠分館07-716-5091#204高雄市三民區大順二路468號 [map]

    為什麼要選擇YMCA來完成日本留學的夢想! → 點此進入了解更多
    → 前往 【說明會線上預約】


    YMCA國際性機構提供專業日本留學資訊日本留學代辦服務! 誠信服務有志青年前往日本語言學校留學。

    YMCA日本留學 發表在 痞客邦 留言(0) 人氣()

    圖像裡可能有夜晚、天空、樹、聖誕樹、戶外和大自然
     


    【2017年YMCA日本留學最新說明會】
    1月7日(六)10:30台南
    1月7日(六)10:30 高雄
    1月14日(六)10:30 台北
    1月14日 (六)10:30 台中
    1月14日(六)15:30 彰化
    1月21日(六)14:30 台中


    {線上預約‧免費參加}http://www.日本留學網.tw/p/blog-page_6981.html
    #YMCA #日本 #留學 #代辦 #語言學校 #旅館專門學校

    YMCA日本留學 發表在 痞客邦 留言(0) 人氣()



    (中央社記者邱柏勝台北24日電)日圓「天天都便宜」,哈日族樂開懷,根據台銀最新牌告價格,日圓現金賣出價一度來到0.2860元, 創農曆春節以來逾9個月新低,與7月初日圓高點時相比,日圓兌新台幣貶值逾11%。
     
    若以新台幣5萬元換匯, 7月6日高點僅能換到15萬4560日圓, 現在可換到17萬4825日圓,差了超過2萬日圓, 足以讓一家5口在大阪環球影城買15周年快速通關券,免排隊快速暢遊熱門設施。
     
    美國聯準會 (Fed)透露升息步伐可「相對加快」的訊息,國際美元走強,日圓貶破112元兌1美元關卡。外匯交易員表示,美國幾已確定12月會升息,因此美元可望維持強勢,「利多出盡」前,日圓仍有貶值空間,「市場已有貶到115元的聲音出來」, 因此日圓後市還有貶值空間。
     
    而日圓貶幅大於新台幣,也導致日圓兌新台幣貶值,根據今天台銀最新牌告價格,日圓現金賣出價一度來到0.2865元,創今年農曆春節以來逾9個月新低;若與7月6日日圓今年高點的0.3235元相比,當時5萬元僅能換到15萬4560日圓,現在可換到17萬4825日圓,足足差了超過2萬日圓。
     
    日本大阪環球影城今年適逢15周年慶,特別推出「15周年環球特快特別入場券」, 可免排隊遊玩3個熱門遊樂設施,票價3900日圓。 這2萬日圓的價差,足以讓一家5口到環球影城,免排隊暢遊3項熱門設施;而這時去,還可體驗最後一年舉辦的「環球奇幻聖誕」,不少哈日族已規劃耶誕假期前往朝聖。1051124

    YMCA日本留學 發表在 痞客邦 留言(0) 人氣()






    【2016年YMCA日本留學最新說明會】
    11月19日(六) 14:00 台中
    11月19日(六) 15:00 彰化
    11月26日(六) 10:30 高雄
    12月17日(六) 10:30 台北
    12月17日(六) 10:30台南

    YMCA日本留學 發表在 痞客邦 留言(0) 人氣()


    東京YMCA日本語言學校



     




    135-0016東京都江東區東陽2-2-15 






     




    東京地鐵東西線東陽徒 步5分; 都營巴士東陽站前徒步10






    TEL




    03-3615-5548






    FAX




    03-3615-5602






    E-mail




    nihongo@tokyo.ymca.or.jp






    URL









    學校特色




    1. 設有對東京各專門學校的 入學優待制度

    2. 日語交流志工制度,幫助 你了解日本

    3. 學年,會舉辦許多課外活動,提供各種交流機會

    4. 各種設施(運動設施、住 宿設施等)享有打折的優惠

    5. 有能說英語韓語的職員, 隨時提供安全信賴的服務

    6. 附設托兒所,家長可以寄 託小孩後安心上課(收費服務)





     




    日語本科課程(本科升學課程、實用日語課程)






     




    100






    年間課時




    800課時






     




    入學金




    8萬日圓






    授課費1年期間)




    53萬日圓






    其他費用




    設施費2,500日圓(每月)、教材費、選考費2日圓






     




    YMCA的建築中有國際學校、托兒所、運動設施、餐廳等各類設施,專門 學校學生、會員、附近的住戶或者在附近上班的各種人士都可以利用,是開放性的綜合服務設施。






    宿 




    目前,本校並無學生宿舍,但如果需要的話可以介紹與本校簽約的 民間宿舍。






    周邊資訊




    位於東京都中心,到東京站或地鐵大手站只需分鐘,極為便利。


    周圍有小學,中學以及圖書館等,環境幽雅,適宜學習。


    除木場、夢之島公園等文化設施,還有引人注目的御台場、豐洲等地方學習之餘,也可盡情娛樂。


    l 洋溢著東京舊街庶民風情,可以盡享日本文化。






     





       YMCA日語學院獎學金(每月2萬日圓)、YMCA國際協力獎學金(每月1萬日圓)




    學生月 票 可以購買東京都營各種交通工具(地下鐵,公共汽車,都營電車)的學生月票。






    YMCA日本留學 發表在 痞客邦 留言(0) 人氣()

    Blog Stats
    ⚠️

    成人內容提醒

    本部落格內容僅限年滿十八歲者瀏覽。
    若您未滿十八歲,請立即離開。

    已滿十八歲者,亦請勿將內容提供給未成年人士。