@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap);*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{scroll-behavior:smooth}body,html{height:100%}body{margin:0;font-family:atten-new,Noto Sans TC,PingFangTC-Light,Microsoft JhengHei,sans-serif;font-size:16px}main{zoom:1;z-index:0;width:100%;height:100%;overflow-x:hidden}main:after,main:before{content:"";display:table}main:after{clear:both}picture{width:100%;height:100%}picture img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;object-fit:contain;object-position:center}header,picture img{width:100%;pointer-events:none}header{position:fixed;top:0;left:0;padding:18px 20px 17px;z-index:10;background-color:#fff;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.4);box-shadow:0 5px 10px rgba(0,0,0,.4)}@media(min-width:1024px){header{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;padding:40px;background-color:transparent;-webkit-box-shadow:none;box-shadow:none}}@media(min-width:1441px){header{padding:40px 50px}}@media(min-width:1024px){header.white{color:#fff;background-color:transparent}}header.open .main_nav{-webkit-transform:translateX(0);transform:translateX(0)}header.open .btn_menu .line{background-color:transparent}header.open .btn_menu:after,header.open .btn_menu:before{background-color:#fff}header.open .btn_menu:before{-webkit-transform:translateY(0) rotate(45deg);transform:translateY(0) rotate(45deg)}header.open .btn_menu:after{-webkit-transform:translateY(0) rotate(-45deg);transform:translateY(0) rotate(-45deg)}header.in_index{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}@media(min-width:1024px){header.in_index{-webkit-justify-content:flex-end;-moz-box-pack:end;justify-content:flex-end}}.header_logo{position:relative;display:inline-block;color:#04111e;text-decoration:none;letter-spacing:.06em;font-size:1.25rem;z-index:1;pointer-events:auto}@media(min-width:1024px){.header_logo.white{color:#fff}.header_logo{display:block;z-index:0;font-size:1.25rem}}@media(min-width:1441px){.header_logo{font-size:1.6875rem}}.btn_menu{position:absolute;top:20px;right:20px;display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;width:20px;height:20px;cursor:pointer;overflow:hidden;pointer-events:auto;z-index:4}@media(min-width:1024px){.btn_menu{position:relative;top:auto;right:auto;width:25px;height:25px}}@media(min-width:1441px){.btn_menu{width:50px;height:50px}}.btn_menu.in .line{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transition:background-color .3s ease-in-out,-webkit-transform 1s ease-in-out;transition:background-color .3s ease-in-out,-webkit-transform 1s ease-in-out;transition:background-color .3s ease-in-out,transform 1s ease-in-out;transition:background-color .3s ease-in-out,transform 1s ease-in-out,-webkit-transform 1s ease-in-out}.btn_menu.in:after,.btn_menu.in:before{left:0;-webkit-transition:left 1s ease-in-out,background-color .3s ease-in-out,-webkit-transform .3s ease-in-out;transition:left 1s ease-in-out,background-color .3s ease-in-out,-webkit-transform .3s ease-in-out;transition:left 1s ease-in-out,transform .3s ease-in-out,background-color .3s ease-in-out;transition:left 1s ease-in-out,transform .3s ease-in-out,background-color .3s ease-in-out,-webkit-transform .3s ease-in-out}.btn_menu.in_index .line,.btn_menu.in_index:after,.btn_menu.in_index:before{background-color:#fff}.btn_menu.in_index.nav_open .line{background-color:transparent}@media(min-width:1024px){.btn_menu.white .line,.btn_menu.white:after,.btn_menu.white:before{background-color:#fff}.btn_menu.white.nav_open .line{background-color:transparent}}.btn_menu:after,.btn_menu:before{position:absolute;display:block;content:"";left:-100%;width:20px;height:2px;background-color:#04111e}@media(min-width:1024px){.btn_menu:after,.btn_menu:before{width:25px}}@media(min-width:1441px){.btn_menu:after,.btn_menu:before{width:50px}}.btn_menu:before{-webkit-transform:translateY(6px);transform:translateY(6px)}@media(min-width:1024px){.btn_menu:before{-webkit-transform:translateY(7px);transform:translateY(7px)}}@media(min-width:1441px){.btn_menu:before{-webkit-transform:translateY(13px);transform:translateY(13px)}}.btn_menu:after{-webkit-transform:translateY(-6px);transform:translateY(-6px)}@media(min-width:1024px){.btn_menu:after{-webkit-transform:translateY(-7px);transform:translateY(-7px)}}@media(min-width:1441px){.btn_menu:after{-webkit-transform:translateY(-13px);transform:translateY(-13px)}}.btn_menu .line{position:relative;display:block;width:50px;height:2px;background-color:#04111e;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:right center;transform-origin:right center}nav ul{margin:0;padding:0;list-style:none;zoom:1}nav ul:after,nav ul:before{content:"";display:table}nav ul:after{clear:both}nav li{text-align:center;margin:23px 0}@media(min-width:1441px){nav li{margin:40px 0}}nav a{position:relative;display:inline-block;text-decoration:none;overflow:hidden;font-weight:300;pointer-events:auto;font-size:1rem;letter-spacing:.05em}nav a,nav a:hover{color:#fff}nav a:before{width:301%;-webkit-transition:all .8s ease-in-out .3s;transition:all .8s ease-in-out .3s;-webkit-transform:translateX(-100%);transform:translateX(-100%);background-image:-webkit-gradient(linear,left top,right top,from(transparent),color-stop(33.333%,#e1391a),color-stop(66.666%,#e1391a),to(transparent));background-image:-webkit-linear-gradient(left,transparent,#e1391a 33.333%,#e1391a 66.666%,transparent);background-image:linear-gradient(90deg,transparent 0,#e1391a 33.333%,#e1391a 66.666%,transparent)}nav a:after,nav a:before{position:absolute;display:block;content:"";bottom:0;height:2px}nav a:after{left:0;width:100%;background-color:#e1391a;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:right top;transform-origin:right top;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}@media(min-width:1024px){nav a{font-size:1.3125rem}nav a.hovered:after{-webkit-transform-origin:left top;transform-origin:left top;-webkit-transform:scaleX(1);transform:scaleX(1)}}@media(min-width:1441px){nav a{font-size:1.5rem;line-height:30px}}.main_nav{position:fixed;top:0;-webkit-transform:translateX(100%);transform:translateX(100%);width:320px;height:100%;overflow:auto;background:rgba(108,108,112,.95);-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out;z-index:2;right:-100%}.main_nav.in{right:0}@media(min-width:1024px){.main_nav{width:325px}}@media(min-width:1441px){.main_nav{width:460px}}.main_nav .container,.main_nav .nav_group{display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;height:100%}.main_nav .nav_group{padding:0 0 20px;margin:auto;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}@media(min-width:1024px){.main_nav .nav_group{padding:20px 0}}.main_nav .group_1{margin-top:113px}@media(min-width:1024px){.main_nav .group_1{margin-top:86px}}.other_links{margin-top:20px;display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}@media(min-width:1024px){.other_links{margin-top:40px}}.other_links a{position:relative;font-size:.75rem;text-align:center;letter-spacing:.17em;color:#fff;text-decoration:none;pointer-events:auto;display:block;padding:0 10px}@media(min-width:1024px){.other_links a{font-size:.75rem}}@media(min-width:1441px){.other_links a{font-size:1rem}}.other_links a:first-child:before{display:none}.other_links a:before{position:absolute;display:block;content:"";top:50%;left:0;-webkit-transform:translateY(-49%);transform:translateY(-49%);width:1px;height:80%;background-color:#fff}.languages{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;margin:0}.languages a{position:relative;font-size:.75rem;color:#fff;font-weight:700;text-decoration:none;opacity:.5;pointer-events:auto;font-weight:400}.languages a:first-child:after{display:inline-block;content:"";margin:0 5px;width:1px;height:10px;background-color:#fff}.languages a.now_language{opacity:1}.social_media{margin:20px 0 0;display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}.social_media a{-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;display:block;height:20px;pointer-events:auto}@media(min-width:1024px){.social_media a{height:24px}}@media(min-width:1441px){.social_media a{height:32px}}.social_media .icon_fb{width:10px}@media(min-width:1024px){.social_media .icon_fb{width:12px}}@media(min-width:1441px){.social_media .icon_fb{width:16px}}.social_media .icon_ig{margin:0 40px 0 0;width:20px}@media(min-width:1024px){.social_media .icon_ig{margin:0 30px 0 0;width:24px}}@media(min-width:1441px){.social_media .icon_ig{margin:0 40px 0 0;width:32px}}.social_media .icon_app{width:20px}@media(min-width:1024px){.social_media .icon_app{width:24px}}@media(min-width:1441px){.social_media .icon_app{width:32px}}.social_media .icon_given{width:7px}@media(min-width:1024px){.social_media .icon_given{width:9px}}@media(min-width:1441px){.social_media .icon_given{width:11px}}.social_media svg{display:block;width:100%;height:100%}.copyright{font-size:.75rem;color:#fff;letter-spacing:.05em;text-align:center;margin-top:10px;margin-bottom:25px}#__next{width:100%;height:100%}.logo{display:inline-block}.logo a,.logo svg{display:block}.logo svg{width:100%;height:100%}.logo svg .ground{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.logo svg.hovered .ground{fill:#e1391a;opacity:.91}.text{opacity:0}.text.red{color:#e1391a}.in .text{opacity:1;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.in.red{color:#e1391a;-webkit-transition:opacity .3s ease-in-out,color .3s ease-in-out .3s;transition:opacity .3s ease-in-out,color .3s ease-in-out .3s}.page_name{letter-spacing:.03em;text-transform:uppercase;color:#04111e;font-weight:400;z-index:1;pointer-events:auto;display:none}@media(min-width:1024px){.page_name{position:fixed;display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-justify-content:flex-end;-moz-box-pack:end;justify-content:flex-end;font-size:1.25rem;line-height:26px;top:130px;left:0;width:191px;margin:0}}@media(min-width:1441px){.page_name{font-size:1.75rem;line-height:34px;letter-spacing:.025em;top:175px;width:256px}}.page_name.in .line:before{width:-webkit-calc(100% - 15px);width:calc(100% - 15px);-webkit-transition:width .8s ease-in-out;transition:width .8s ease-in-out}.page_name .line{position:relative;width:100%;height:100%;display:none}@media(min-width:1024px){.page_name .line{display:block}}.page_name .line:before{position:absolute;content:"";width:0;height:1px;top:49%;background-color:#04111e}.page_name .texts{-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;cursor:pointer;display:-webkit-inline-flex;display:-moz-inline-box;display:inline-flex}.page_name.white{color:#fff}.page_name.white .line:before{background-color:#fff}.page_name_mobile{position:relative;display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-justify-content:flex-end;-moz-box-pack:end;justify-content:flex-end;margin-top:80px;margin-bottom:37px;font-size:.875rem;z-index:1}.page_name_mobile.white .texts{color:#fff}.page_name_mobile.in .line:before{width:-webkit-calc(100% - 15px);width:calc(100% - 15px);-webkit-transition:width .8s ease-in-out;transition:width .8s ease-in-out}.page_name_mobile .line{position:relative;width:100%;height:100%;display:block}.page_name_mobile .line:before{position:absolute;content:"";width:0;height:1px;top:49%;background-color:#e1391a}.page_name_mobile .texts{-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;cursor:pointer;display:-webkit-inline-flex;display:-moz-inline-box;display:inline-flex;padding-right:20px}@media(min-width:1024px){.page_name_mobile{display:none}}.bg_pics{position:relative;width:100%;padding-top:66.6666666667%}@media(min-width:1024px){.bg_pics{position:fixed;width:100%;min-height:100vh;height:100%;z-index:0;padding-top:0}.bg_pics:before{position:absolute;display:block;content:"";width:100%;height:100%;background:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),color-stop(48.65%,transparent),to(rgba(0,0,0,.5)));background:-webkit-linear-gradient(left,rgba(0,0,0,.5),transparent 48.65%,rgba(0,0,0,.5));background:linear-gradient(90deg,rgba(0,0,0,.5),transparent 48.65%,rgba(0,0,0,.5));z-index:1}}.bg_pics .bg_pic{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%;opacity:0;-webkit-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out;z-index:0}.bg_pics .bg_pic.show{opacity:1}.anchor_nav{position:fixed;bottom:30px;right:0;pointer-events:auto;z-index:2}@media(min-width:1024px){.anchor_nav{width:209px;top:200px;left:0;right:auto;bottom:auto;z-index:1;height:-webkit-calc(100% - 200px);height:calc(100% - 200px)}}@media(min-width:1441px){.anchor_nav{width:274px;top:240px;height:-webkit-calc(100% - 240px);height:calc(100% - 240px)}}.anchor_nav .anchor_container{width:100%;height:100%;overflow:auto}@media(min-width:1024px){.anchor_nav .anchor_container{padding-right:10px;min-height:200px}}.anchor_nav ul{list-style:none;margin:0;padding:0;text-align:right;display:none}@media(min-width:1024px){.anchor_nav ul{display:block}}.anchor_nav li{margin:15px 0}@media(min-width:1024px){.anchor_nav li{margin:10px 0}}@media(min-width:1441px){.anchor_nav li{margin:12px 0}}.anchor_nav .date_picker .ant-picker{border:0;background-color:#cecfcf}.anchor_nav .date_picker .ant-picker:before{position:relative;display:block;content:"";right:-10px;width:10px;height:10px;-webkit-transform:translateY(-4px) rotate(45deg);transform:translateY(-4px) rotate(45deg);border-color:transparent #fff #fff transparent;border-style:solid;border-width:2px}.anchor_nav .date_picker .ant-picker-suffix{display:none}.anchor_nav .date_picker .ant-picker-clear{background-color:transparent}.anchor_nav .date_picker input{text-align:center;color:#fff;font-size:.75rem}@media(min-width:1024px){.anchor_nav .date_picker{display:none}}.anchor_nav .nav_item{font-size:1.25rem;line-height:26px;letter-spacing:.06em;text-decoration:none;color:#b5b5b5;cursor:pointer;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}@media(min-width:1024px){.anchor_nav .nav_item{font-size:.875rem}}@media(min-width:1441px){.anchor_nav .nav_item{font-size:1rem}}.anchor_nav .nav_item.now_page{color:#04111e}@media(hover:hover){.anchor_nav .nav_item:hover{color:#04111e}}.anchor_nav.white .nav_item.now_page{color:#fff}.anchor_nav.no_selected .nav_item{color:#04111e}.anchor_nav.no_selected.white .nav_item{color:#fff}::-webkit-input-placeholder{color:#fff!important}::-moz-placeholder{color:#fff!important;opacity:1}:-ms-input-placeholder{color:#fff!important}::placeholder{color:#fff!important}.side_nav{position:fixed;left:0;z-index:1;display:none}@media(min-width:1024px){.side_nav{width:191px;top:240px;display:block}}@media(min-width:1441px){.side_nav{width:256px;top:380px}}.side_nav.sp ul{display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-align-items:flex-end;-moz-box-align:end;align-items:flex-end}.side_nav.sp li{width:156px;margin:15px 0}.side_nav.sp li:first-child{margin-top:30px}.side_nav ul{list-style:none;margin:0;padding:0;text-align:right}.side_nav li{margin:30px 0;opacity:0;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.side_nav li.in{opacity:1}.side_nav .nav_item{text-decoration:none;color:#b5b5b5;cursor:pointer;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out;letter-spacing:.06em}@media(min-width:1024px){.side_nav .nav_item{font-size:.875rem;line-height:20px}}@media(min-width:1441px){.side_nav .nav_item{font-size:1.125rem;line-height:26px}}.side_nav .nav_item.now_page{color:#04111e}.side_nav.white .nav_item.now_page{color:#fff}.side_nav.no_selected .nav_item{color:#04111e}.side_nav.no_selected.white .nav_item{color:#fff}.side_btn{z-index:1;text-decoration:none;display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;cursor:pointer}.side_btn.hide{display:none}.side_btn.fixed{position:fixed;right:20px;bottom:25px}@media(min-width:1024px){.side_btn.fixed{right:45px;bottom:35px}}@media(min-width:1441px){.side_btn.fixed{right:50px;bottom:55px}}.side_btn.fixed .arrow_left:before,.side_btn.fixed .arrow_right:before{opacity:0}.side_btn.fixed.in .arrow_left:before{opacity:1;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.side_btn.fixed.in .arrow_right:before{opacity:1;-webkit-transition:opacity .3s ease-in-out .5s;transition:opacity .3s ease-in-out .5s}.side_btn.white .btn_text{color:#fff}.side_btn.white .arrow_right:before{border-color:transparent #fff #fff transparent}.side_btn .btn_text{color:#04111e;text-transform:uppercase;font-size:1.125rem;letter-spacing:.06em}@media(min-width:1024px){.side_btn .btn_text{letter-spacing:.025em}}@media(min-width:1441px){.side_btn .btn_text{font-size:1.75rem;line-height:34px}}.side_btn .btn_icon{position:relative;display:block;width:26px;height:26px}@media(min-width:1024px){.side_btn .btn_icon{width:30px;height:30px}}@media(min-width:1441px){.side_btn .btn_icon{width:45px;height:45px}}.side_btn .arrow_right:before{position:absolute;display:block;content:"";top:50%;left:50%;width:20px;height:20px;border-color:transparent #04111e #04111e transparent;border-style:solid;border-width:2px;-webkit-transform:translate(-70%,-50%) rotate(-45deg) scale(.8);transform:translate(-70%,-50%) rotate(-45deg) scale(.8)}@media(min-width:1024px){.side_btn .arrow_right:before{width:20px;height:20px}}@media(min-width:1441px){.side_btn .arrow_right:before{width:40px;height:40px}}.side_btn .arrow_left:before{position:absolute;display:block;content:"";top:50%;left:50%;width:20px;height:20px;border-color:#04111e transparent transparent #04111e;border-style:solid;border-width:2px;-webkit-transform:translate(-30%,-50%) rotate(-45deg) scale(.8);transform:translate(-30%,-50%) rotate(-45deg) scale(.8)}@media(min-width:1024px){.side_btn .arrow_left:before{width:20px;height:20px}}@media(min-width:1441px){.side_btn .arrow_left:before{width:40px;height:40px}}main[data-scrollbar]{position:static!important}main>.scrollbar-track{position:fixed!important;z-index:11!important}.pic_slider{position:relative;width:100%;margin-top:30px;overflow:hidden;opacity:0}.pic_slider:first-child{margin-top:0}@media(min-width:1024px){.pic_slider{margin-top:30px}}@media(min-width:1441px){.pic_slider{margin-top:30px}}.pic_slider.in{opacity:1;-webkit-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out}.pic_group{position:relative;width:100%;padding-top:42.7067669173%}.pic_item{position:absolute;width:100%;height:100%;overflow:hidden;top:0;left:0;opacity:0;-webkit-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out}.pic_item.now_selected{opacity:1}.pic_item picture{display:block}.pic_item img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:block;width:100%;height:auto}.pic_switch{position:absolute;right:20px;bottom:15px;display:-webkit-flex;display:-moz-box;display:flex;z-index:11}.pic_switch_mobile{position:absolute;top:0;width:20%;height:100%;cursor:pointer}@media(min-width:1024px){.pic_switch_mobile{display:none}}.pic_switch_left{left:0}.pic_switch_right{right:0}.btn_dot{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;width:30px;height:30px;padding:0;cursor:pointer;border:0}.btn_dot,.btn_dot:before{background-color:transparent}.btn_dot:before{content:"";display:block;width:7px;height:7px;border-radius:50%;border:1px solid #fff}.btn_dot.now_selected:before{background-color:#fff}#loading{position:fixed;width:100%;height:100%;top:0;left:0;background-color:#ededed;z-index:9999;display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;opacity:1;pointer-events:auto;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}#loading svg{display:block;width:150px;height:150px}@media(min-width:1024px){#loading svg{width:200px;height:200px}}@media(min-width:1441px){#loading svg{width:260px;height:260px}}#loading .animate_text{stroke-dasharray:390;stroke-dashoffset:390}#loading.loaded{opacity:0;pointer-events:none}#loading .icon.loading .animate_text{stroke-dashoffset:0;-webkit-transition:stroke-dashoffset 2.5s ease-in-out;transition:stroke-dashoffset 2.5s ease-in-out}#loading.animate .animate_text{-webkit-animation:loading 1.8s ease-in-out infinite;animation:loading 1.8s ease-in-out infinite}@-webkit-keyframes loading{0%{stroke-dashoffset:390}90%{stroke-dashoffset:0}to{stroke-dashoffset:0}}@keyframes loading{0%{stroke-dashoffset:390}90%{stroke-dashoffset:0}to{stroke-dashoffset:0}}.scroll_container{position:absolute;width:100%;height:100vh;overflow:hidden;z-index:0}@media(min-width:1024px){.scroll_container{height:100%}}.scroll_frame{width:100%;height:100%;width:-webkit-calc(100% + 30px);width:calc(100% + 30px);overflow:auto}.scroll_frame .fake_scroll{height:500vh}.about{position:fixed;top:0;left:0;width:100%;height:auto;overflow:hidden;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab;will-change:transform;z-index:1;pointer-events:none}@media(min-width:1024px){.about{width:400%;height:100%;min-width:4800px}}.about:active{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.about .side_btn{position:absolute;right:30px;bottom:50px;pointer-events:auto;cursor:pointer;z-index:3;opacity:0;-webkit-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out}.about .side_btn.in{opacity:1}@media(min-width:1024px){.about .side_btn{right:50px}}.section_group{width:100%;z-index:2;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;padding:0 30px}@media(min-width:1024px){.section_group{position:absolute;top:0;left:0;display:-webkit-flex;display:-moz-box;display:flex;height:100%;padding:0}}.section_group .text_group{width:100%;max-width:1200px}.section_group .text_group.in .map_link{opacity:1}@media(min-width:1024px){.section_group section{position:relative;display:-webkit-flex;display:-moz-box;display:flex;width:25%;padding:0 40px;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;min-width:1200px;opacity:1}}.section_group section .history_item{position:relative;opacity:1;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;flex-direction:row-reverse;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;-webkit-justify-content:flex-end;-moz-box-pack:end;justify-content:flex-end;margin:33px 0}@media(min-width:1024px){.section_group section .history_item{display:none}}.section_group section .history_item:first-child{margin-top:0}.section_group section .history_item .text{position:relative;-webkit-transform:none;transform:none;bottom:auto;left:auto;-webkit-align-items:center;-moz-box-align:center;align-items:center}.section_group section .history_item h4{width:100px;font-size:1rem;line-height:31px;letter-spacing:.03em;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto}.section_group section .history_item p{position:relative;left:auto;font-size:.75rem;line-height:16px;letter-spacing:.05em;white-space:normal}.section_group section .history_item p.one_line{margin-top:5px}.section_group section .history_item p .small{font-size:.75rem}.section_group section .history_item p .break_text{display:block;margin:0 0 5px}.section_group section .history_item .marker{display:none}.section_group section .history_item .dot{position:relative;bottom:auto;left:auto}.section_group section .in .logo,.section_group section .in .more{opacity:1}.section_group h3{margin:0 0 30px;font-weight:500;font-size:.875rem;letter-spacing:.06em;line-height:25px;text-align:center}@media(min-width:1024px){.section_group h3{margin:0 0 5px;letter-spacing:.11em;font-size:1.125rem;text-align:left}}.section_group p{font-size:.75rem;line-height:24px;letter-spacing:.025em}@media(min-width:1024px){.section_group p{margin:0;font-size:.875rem;letter-spacing:.04em}}.section_group .section_logo{text-align:center}.section_group .section_logo img{display:block;position:absolute;top:-5px}@media(min-width:1024px){.section_group .section_1 .text_group{margin-top:-180px}}.section_group .section_2 .text_group{width:auto;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;align-items:center}@media(min-width:1024px){.section_group .section_2 .text_group{display:block;max-width:1200px}}.section_group .section_3{margin-top:180px;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;align-items:center}.section_group .section_3 .group{width:304px}.section_group .section_3 .group_en{width:320px}@media(min-width:1024px){.section_group .section_3{display:block;margin-top:0}}.section_group .section_4{display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;align-items:center}.section_group .section_4 .group{width:304px}.section_group .section_4 .group_en{width:320px}@media(min-width:1024px){.section_group .section_4{display:block}}.section_group .section_5{margin-bottom:100px;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;align-items:center}.section_group .section_5 .group{width:304px}.section_group .section_5 .group_en{width:320px}@media(min-width:1024px){.section_group .section_5{display:block;width:0;min-width:0;padding:0}}.section_group .logo{width:80px;opacity:0;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}@media(min-width:1024px){.section_group .logo{margin-top:48px;width:135px}.section_group .logo.mt_en{margin-top:0}}.section_group .group_1{width:100%;margin-bottom:100px}@media(min-width:1024px){.section_group .group_1{max-width:680px;margin-top:40px;margin-bottom:0;width:auto}}.section_group .group_1 p{display:inline}@media(min-width:1024px){.section_group .group_1 p{display:block}}.section_group .group_2{width:100%;margin-top:30px;margin-bottom:180px}@media(min-width:1024px){.section_group .group_2{max-width:680px;margin-top:50px;margin-bottom:0;width:auto}}.section_group .group_2 p{display:inline}@media(min-width:1024px){.section_group .group_2 p{display:block}.section_group .group_3{margin-top:50px}}.section_group .group_3 p{margin:30px 0}@media(min-width:1024px){.section_group .group_3 p{margin:0}}.section_group .group .center{text-align:center;display:block}@media(min-width:1024px){.section_group .group .center{text-align:left}}.section_group .br{display:block;width:0;height:0;overflow:hidden}@media(min-width:1024px){.section_group .br{display:inline}}.section_group .br_pc{display:inline}@media(min-width:1024px){.section_group .br_pc{display:block;width:0;height:0;overflow:hidden}}.section_group .company_detail{display:-webkit-flex;display:-moz-box;display:flex;width:304px}.section_group .company_detail.detail_en{width:320px}@media(min-width:1024px){.section_group .company_detail,.section_group .company_detail.detail_en{width:auto}}.section_group .company_detail p{margin:15px 0}@media(min-width:1024px){.section_group .company_detail p{margin:0}}.section_group .company_detail>p:first-child{width:100px;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto}.section_group a{color:#04111e;text-decoration:none;pointer-events:auto}.section_group .map_link{display:-webkit-inline-flex;display:-moz-inline-box;display:inline-flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;margin-left:10px;-webkit-transform:translateY(2px);transform:translateY(2px);opacity:0;font-size:.8125rem;line-height:18px;letter-spacing:.025em;-webkit-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out}@media(min-width:1024px){.section_group .map_link{margin-top:0;font-size:.875rem}}.section_group .map_link.mt_sp{-webkit-transform:translateY(4px);transform:translateY(4px)}.section_group .map_link svg{width:12.8px;height:15.2px;margin-right:2px}.section_group .paragraph_1,.section_group .paragraph_2,.section_group .paragraph_3{margin-top:20px}.section_group .paragraph p{font-size:.75rem;line-height:24px;letter-spacing:.025em;margin:0 -20px}@media(min-width:1024px){.section_group .paragraph p{margin:auto;font-size:.875rem;line-height:1.65em;letter-spacing:.08em}}.section_group .paragraph p.m0{margin:0}.section_group .location_link{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;color:#04111e;text-decoration:none;margin:0 0 50px;pointer-events:auto;font-size:.75rem}@media(min-width:1024px){.section_group .location_link{margin:0 0 30px}}.section_group .location_link p{margin:0;font-size:.75rem}.section_group .location_link svg{margin-left:10px;width:16px;height:16px}@media(min-width:1024px){.section_group .location_link svg{margin-top:-4px;width:14px;height:14px}}.section_group .text_headquarters h4{margin:20px 0 0;font-weight:500;font-size:1rem;line-height:25px}@media(min-width:1024px){.section_group .text_headquarters h4{margin:0 0 5px;letter-spacing:.11em}}.section_group .text_headquarters p{margin:0}.texts_pc{display:none}@media(min-width:1024px){.texts_pc{display:block}.texts_mo{display:none}}.section_logo{padding-top:57px;padding-bottom:180px}@media(min-width:1024px){.section_logo{padding:0;min-height:0}}.wave_scene{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0}.history_item{position:absolute;top:0;left:0;will-change:transform}.history_item.last{color:#e1391a}.history_item.in .marker{opacity:1;-webkit-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out;-webkit-transition-delay:.3s;transition-delay:.3s}.history_item.in h4{opacity:1;-webkit-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out;-webkit-transition-delay:.4s;transition-delay:.4s}.history_item.in p{opacity:1;-webkit-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out;-webkit-transition-delay:.5s;transition-delay:.5s}.history_item .text{position:absolute;bottom:65px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center}@media(min-width:1024px){.history_item .text{bottom:110px}}.history_item h4{font-size:1.625rem;margin:0;font-weight:500;opacity:0}@media(min-width:1024px){.history_item h4{font-size:2.25rem}}.history_item p{margin:0;white-space:nowrap;position:absolute;left:-webkit-calc(100% + 10px);left:calc(100% + 10px);font-size:.8125rem;line-height:17px;letter-spacing:.05em;opacity:0}@media(min-width:1024px){.history_item p{left:-webkit-calc(100% + 15px);left:calc(100% + 15px);line-height:20px;font-size:.8125rem}}.history_item p .small{font-size:.75rem}.history_item .marker{position:absolute;bottom:0;left:-8px;width:16px;height:65px;opacity:0}@media(min-width:1024px){.history_item .marker{height:100px}}.history_item .marker:before{display:block;margin:0 auto;content:"";width:2px;height:-webkit-calc(100% - 30px);height:calc(100% - 30px);background-image:-webkit-gradient(linear,left top,left bottom,from(#e1391a),to(rgba(225,57,26,0)));background-image:-webkit-linear-gradient(#e1391a,rgba(225,57,26,0));background-image:linear-gradient(#e1391a,rgba(225,57,26,0))}.history_item .dot{position:absolute;bottom:0;left:0;width:16px;height:16px;border-radius:50%;-webkit-box-shadow:0 0 8px 2px rgba(213,0,21,.5);box-shadow:0 0 8px 2px rgba(213,0,21,.5);background-color:rgba(213,0,21,.4)}.scroll_hint{position:fixed;display:none;top:10px;left:10px;pointer-events:none;opacity:0;-webkit-transition:opacity .2s ease-in-out,-webkit-transform .01s linear;transition:opacity .2s ease-in-out,-webkit-transform .01s linear;transition:transform .01s linear,opacity .2s ease-in-out;transition:transform .01s linear,opacity .2s ease-in-out,-webkit-transform .01s linear}.scroll_hint.show{opacity:1}@media(min-width:1024px){.scroll_hint{display:block}}.scroll_bar{display:none}@media(min-width:1024px){.scroll_bar{position:fixed;display:block;bottom:0;left:0;width:100%;height:8px;opacity:0;-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}}.scroll_bar .scroll_thumb{width:25%;height:100%;background-color:#b5b5b5;border-radius:10px}.scroll_bar.show{opacity:1}.brands{background-image:url(/images/bg_brand.png);background-position:bottom;background-size:100% auto;background-repeat:no-repeat}.brands>.scroll-content{height:100%}@media(min-width:1024px){.brands>.scroll-content{height:auto}}.brand_nav{position:absolute;bottom:-30px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);display:-webkit-flex;display:-moz-box;display:flex}@media(min-width:1024px){.brand_nav{display:none}}.brand_nav .unit{position:relative;width:30px;height:30px;margin:0 3px;display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;cursor:pointer}.brand_nav .unit:before{position:absolute;display:block;content:"";width:100%;height:3px;border-radius:20px;background-color:#dcdcdc}.brand_nav .unit.now_group:before{background-color:#000}.brands_list{position:absolute;top:60px;width:100%;height:-webkit-calc(100% - 60px);height:calc(100% - 60px);overflow:hidden}.brands_list .groups{display:-webkit-flex;display:-moz-box;display:flex;width:300%;height:100%;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}@media(min-width:1024px){.brands_list .groups{width:auto;height:auto}}.brands_list .groups>.brand_group{padding-top:77px;width:33.33333%;overflow:visible!important}.brands_list .groups>.brand_group>.scroll-content{width:100%}.brands_list .groups>.brand_group.tempHide .scrollbar-track{display:none!important}@media(min-width:1024px){.brands_list .groups>.brand_group{padding-top:0}}.brands_list.now_group_1 .groups{-webkit-transform:translateX(0);transform:translateX(0)}.brands_list.now_group_2 .groups{-webkit-transform:translateX(-33.3333%);transform:translateX(-33.3333%)}.brands_list.now_group_3 .groups{-webkit-transform:translateX(-66.6666%);transform:translateX(-66.6666%)}@media(min-width:1024px){.brands_list{position:relative;top:auto;height:-webkit-calc(100% - 137px);height:calc(100% - 137px);overflow-x:hidden;overflow-y:visible;padding:130px 80px 50px 200px}.brands_list.now_group_1 .groups,.brands_list.now_group_2 .groups,.brands_list.now_group_3 .groups{-webkit-transform:translateX(0);transform:translateX(0)}}@media(min-width:1441px){.brands_list{padding:173px 100px 50px 245px}}.brands_list .brand_group{position:relative;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;padding-top:3px;width:100%;height:100%}@media(min-width:1024px){.brands_list .brand_group{display:block;height:auto;padding-top:0}.brands_list .brand_group:after{position:absolute;display:block;content:"";top:0;right:0;width:1px;height:100%;background-color:#9fa0a0}.brands_list .brand_group:last-child:after{display:none}}.brands_list .brand_item{width:-webkit-calc(50% - 40px);width:calc(50% - 40px);margin:0 20px 75px}@media(min-width:768px){.brands_list .brand_item{width:-webkit-calc(50% - 80px);width:calc(50% - 80px);margin:0 40px 75px}}@media(min-width:1024px){.brands_list .brand_item{width:auto;margin:0 10% 80px}.brands_list .brand_item:last-child{margin-bottom:0}}.brands_list .brand_item.in .brand_logo{-webkit-transition:opacity .8s ease-in-out;transition:opacity .8s ease-in-out;opacity:1}.brands_list .brand_item a{color:#04111e;display:block;text-decoration:none}.brands_list .brand_logo{position:relative;-webkit-box-shadow:3px 3px 10px rgba(165,165,165,.75);box-shadow:3px 3px 10px rgba(165,165,165,.75);padding-top:75.5494505495%;opacity:1}.brands_list .brand_logo .pic_box{position:absolute;display:block;top:0;left:0;width:100%;height:100%;display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;overflow:hidden;background-color:#fff}.brands_list .brand_logo img{position:absolute;display:block;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;height:auto;object-fit:contain;object-position:center}.brands_list .brand_summary{margin:20px 0 0;font-size:.75rem;line-height:24px;letter-spacing:.025em}@media(min-width:1024px){.brands_list .brand_summary{font-size:.875rem;line-height:25px;height:104px}}@media(min-width:1441px){.brands_list .brand_summary{font-size:1rem;line-height:26px;height:78px}}.video_layer{position:fixed;width:100%;height:100%;display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;z-index:0;pointer-events:none}.video_layer iframe{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:100%;width:177.77777778vh;min-width:100%;min-height:56.25vw}.text_layer{position:fixed;top:0;left:0;width:100%;height:100%;display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;z-index:0;pointer-events:none}.text_layer h1{position:absolute;margin:0;font-size:2.25rem;font-weight:500;letter-spacing:.024em;-webkit-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out;text-align:center;line-height:55px}@media(min-width:1024px){.text_layer h1{font-size:6.25rem}}@media(min-width:1441px){.text_layer h1{font-size:6.25rem}}.text_layer h1 .text{color:#fff}.text_layer h1.hide{opacity:0}.text_layer .br{display:block;width:0;height:0}@media(min-width:1024px){.text_layer .br{display:inline}}.text_layer .logo{position:absolute;width:150px;height:150px}@media(min-width:1024px){.text_layer .logo{width:200px;height:200px}}@media(min-width:1441px){.text_layer .logo{width:260px;height:260px}}.text_layer .logo path{opacity:0;-webkit-transition:opacity .5s ease-in-out .5s;transition:opacity .5s ease-in-out .5s}.text_layer .logo.in path{opacity:1}.text_layer .logo.in path.ground{opacity:.4}.text_layer .logo.out{opacity:0;-webkit-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out}.index{cursor:pointer}.app_available{position:fixed;z-index:10;width:-webkit-calc(100% - 45px);width:calc(100% - 45px);max-width:300px;top:50%;left:50%;-webkit-transform:translate(-50%,100%);transform:translate(-50%,100%);background-color:rgba(0,0,0,.8);padding:65px 35px 45px;pointer-events:none;-webkit-transition:-webkit-transform .5s ease-in-out;transition:-webkit-transform .5s ease-in-out;transition:transform .5s ease-in-out;transition:transform .5s ease-in-out,-webkit-transform .5s ease-in-out}@media(min-width:1024px){.app_available{display:-webkit-flex;display:-moz-box;display:flex;max-width:900px;top:auto;bottom:0;-webkit-transform:translate(-50%,100%);transform:translate(-50%,100%);padding:50px 150px 0}}.app_available.in{-webkit-transition:-webkit-transform .5s ease-in-out 2s;transition:-webkit-transform .5s ease-in-out 2s;transition:transform .5s ease-in-out 2s;transition:transform .5s ease-in-out 2s,-webkit-transform .5s ease-in-out 2s;pointer-events:auto;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media(min-width:1024px){.app_available.in{-webkit-transform:translate(-50%);transform:translate(-50%)}}.app_available.hide{pointer-events:none}.app_available .btn-close{position:absolute;top:0;right:0;width:60px;height:60px;border:0;background-color:transparent;cursor:pointer}@media(min-width:1024px){.app_available .btn-close{top:30px;right:30px}}.app_available .btn-close:after,.app_available .btn-close:before{position:absolute;content:"";width:28px;height:2px;background-color:#fff;top:50%;left:50%}@media(min-width:1024px){.app_available .btn-close:after,.app_available .btn-close:before{width:42px}}.app_available .btn-close:before{-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.app_available .btn-close:after{-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.app_available .pic{margin:0 auto;width:140px}@media(min-width:1024px){.app_available .pic{width:163px;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;margin-right:60px}}.app_available .pic_pc{display:none;width:163px;overflow:hidden;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;margin-right:60px}@media(min-width:1024px){.app_available .pic_pc{display:block}}.app_available img{width:100%;height:auto}.app_available h3{font-weight:400;font-size:36px;color:#fff;margin:20px 0;text-align:center}@media(min-width:1024px){.app_available h3{margin:10px 0 20px;text-align:left}}.app_available h4{margin:0;font-weight:300;font-size:14px;color:#fff;text-align:center}@media(min-width:1024px){.app_available h4{text-align:left}}.app_available p{font-weight:300;font-size:12px;color:#fff;text-align:center;line-height:25px}@media(min-width:1024px){.app_available p{text-align:left;font-size:13px}}.app_available .download_links{display:-webkit-flex;display:-moz-box;display:flex;margin-top:25px;max-width:260px}@media(min-width:1024px){.app_available .download_links{margin-top:35px}}.app_available .download_links a,.app_available .download_links img{display:block}.app_available .download_links a:first-child{margin-right:15px}@media(min-width:1024px){.app_available .download_links a:first-child{margin-right:25px}}.privacy_content{padding:23px 20px 100px;line-height:28px;opacity:0}.privacy_content.in{-webkit-transition:opacity .5s ease-in-out .8s;transition:opacity .5s ease-in-out .8s;opacity:1}@media(min-width:1024px){.privacy_content{padding:124px 140px 100px 320px}}@media(min-width:1441px){.privacy_content{padding:168px 160px 100px 380px}}.privacy_content h2{margin:0 0 40px;font-size:1rem;font-weight:500}@media(min-width:1024px){.privacy_content h2{font-size:1.125rem}}.privacy_content h3{margin:0;font-size:.75rem;font-weight:500}.privacy_content h3+p{margin-top:0}@media(min-width:1024px){.privacy_content h3{font-size:.875rem}}.privacy_content p{margin:30px 0;font-size:.75rem;line-height:21px;font-weight:400;text-align:justify;text-justify:inter-ideograph}@media(min-width:1024px){.privacy_content p{font-size:.875rem;line-height:25px}}.store .scroll-content{min-height:100%;z-index:1}.store .hide{display:none}.store_detail_page .side_btn{float:right;margin:40px 20px 100px}.store_selecter{position:fixed;bottom:30px;right:0;opacity:0;z-index:2;pointer-events:auto}.store_selecter.in{opacity:1;-webkit-transition:opacity .5s ease-in-out .3s;transition:opacity .5s ease-in-out .3s}@media(min-width:1024px){.store_selecter{display:none}}.store_selecter .select_btn{position:relative;width:125px;height:30px;font-size:.75rem;background-color:#cecfcf;display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;color:#fff;cursor:pointer}.store_selecter .select_btn:before{position:relative;display:block;content:"";margin-right:10px;width:10px;height:10px;-webkit-transform:translateY(-4px) rotate(45deg);transform:translateY(-4px) rotate(45deg);border-color:transparent #fff #fff transparent;border-style:solid;border-width:2px}.store_selecter select{position:absolute;top:0;left:0;width:125px;height:30px;border:0;background-color:#333;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#04111e;text-align:right;opacity:0;cursor:pointer}.store_selecter.store_selecter_list select{color:#fff}.store_selecter.store_selecter_list select:active{color:#04111e}.store_selecter.store_selecter_list:after{border-color:#fff transparent transparent}.stores_list{padding:23px 20px 0}@media(min-width:1024px){.stores_list{padding:0}}.stores_item{position:relative;margin-bottom:50px}.stores_item>a{display:block;color:#04111e;text-decoration:none}.stores_item .text_pic{margin-bottom:123px}.stores_item .link_text{position:relative;width:-webkit-calc(100% + 40px);width:calc(100% + 40px);padding-top:48%;background-color:#939394;margin:0 -20px}.stores_item .link_text .text_group{width:100%;display:-webkit-flex;display:-moz-box;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;padding:0 20px;color:#fff}.stores_item .link_text p{font-size:1rem}.stores_item .link_text .btn_text{color:#fff}.stores_item .link_text .text{font-size:.875rem}.stores_item .link_text .arrow_right:before{border-color:transparent #fff #fff transparent}.stores_item .text_group{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center}.stores_item .text_group p{font-size:.875rem}.stores_item .text_group .side_btn{margin-left:5px}.stores_item .text_group .btn_text{font-size:.9375rem}.stores_item .text_group .btn_icon{-webkit-transform:scale(.5);transform:scale(.5);margin-left:-5px}.store_intro{position:relative;padding:15px 0}@media(min-width:1024px){.store_intro{position:fixed;padding:15px 20px;margin:0;width:535px;right:45px;bottom:100px;background-color:rgba(255,255,255,.2)}}@media(min-width:1441px){.store_intro{width:650px;right:50px;bottom:145px}}.store_intro.display .store_name{-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;opacity:1}.store_intro.in .store_summary{-webkit-transition:opacity .3s ease-in-out .3s;transition:opacity .3s ease-in-out .3s;opacity:1}.store_intro .side_btn{position:absolute;top:10px;right:-10px}@media(min-width:1024px){.store_intro .side_btn{right:10px}}.store_intro .side_btn .btn_text{font-size:.75rem}.store_intro .side_btn .btn_icon{-webkit-transform:translateX(-5px) scale(.5);transform:translateX(-5px) scale(.5)}.store_name{margin:0;letter-spacing:.05em;font-size:.875rem;line-height:21px;opacity:0}@media(min-width:1024px){.store_name{color:#fff;margin-bottom:0;font-size:1.25rem;line-height:30px}}@media(min-width:1441px){.store_name{margin-bottom:30px;font-size:1.5rem;line-height:34px}}.store_summary{display:none;margin:0;letter-spacing:.025em;font-size:.75rem;opacity:0;font-weight:400;word-break:break-all;line-height:21px}.store_summary p{margin:0}@media(min-width:1024px){.store_summary{display:block;color:#fff;margin-top:5px;font-size:.75rem;line-height:24px}.store_summary p{margin:1em}}@media(min-width:1441px){.store_summary{margin-top:auto;font-size:1rem;line-height:27px}}.store_summary a{color:#04111e}@media(min-width:1024px){.store_summary a{color:#fff}}.store_summary.text_mobile{display:block}@media(min-width:1024px){.store_summary.text_mobile{display:none}.store_content{padding:130px 175px 200px 320px}}@media(min-width:1441px){.store_content{max-width:1890px;padding:175px 180px 200px 385px}}.store_data{margin:0 20px}@media(min-width:1024px){.store_data{margin:0}}.store_title{font-weight:400;letter-spacing:.06em;margin-top:0;font-size:1.125rem}@media(min-width:1024px){.store_title{margin:0 0 20px;font-size:1.125rem}}@media(min-width:1441px){.store_title{margin:0 0 25px;font-size:1.25rem}}.store_description{color:#04111e;font-weight:400;letter-spacing:.025em;font-size:.8125rem;line-height:22px;opacity:0}@media(min-width:1024px){.store_description{font-size:.875rem;line-height:24px}}.store_description.in{opacity:1;-webkit-transition:opacity .5s ease-in-out .2s;transition:opacity .5s ease-in-out .2s}.store_text{display:none;margin:30px 20px auto;color:#04111e;opacity:0}.store_text:first-child,.store_text:first-child h4:first-child,.store_text:first-child p:first-child{margin-top:0}@media(min-width:1024px){.store_text:first-child,.store_text:first-child h4:first-child,.store_text:first-child p:first-child{margin-top:0}}.store_text.in{opacity:1;-webkit-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out}@media(min-width:1024px){.store_text{display:block;margin:30px auto auto}}.store_text h4{font-size:1.0625rem;line-height:24px}@media(min-width:1024px){.store_text h4{font-size:1.125rem}}.store_text p{font-weight:400;letter-spacing:.025em;font-size:.8125rem;line-height:24px}@media(min-width:1024px){.store_text p{font-size:.875rem}}.store_text a{color:#04111e!important}.store_text.text_mobile{display:block}@media(min-width:1024px){.store_text.text_mobile{display:none}}.store_list{max-width:1200px}.store_item{position:relative}.store_item.in:after{width:-webkit-calc(100% - 40px);width:calc(100% - 40px);-webkit-transition:width .8s ease-in-out;transition:width .8s ease-in-out}@media(min-width:1024px){.store_item.in:after{width:100%}}.store_item.in .btn_accordion{opacity:1;-webkit-transition:opacity .5s ease-in-out .3s;transition:opacity .5s ease-in-out .3s}.store_item.open .store_contact_list{height:auto;opacity:1;-webkit-transition:all 2s ease-in-out;transition:all 2s ease-in-out}@media(min-width:1024px){.store_item.open .btn_accordion{margin-top:0}}@media(min-width:1441px){.store_item.open .btn_accordion{margin-top:-5px}}.store_item.open .btn_accordion:before{-webkit-transform:translate(-50%,-50%) rotate(180deg);transform:translate(-50%,-50%) rotate(180deg)}.store_item.open .btn_accordion:after{-webkit-transform:translate(-50%,-50%) rotate(90deg);transform:translate(-50%,-50%) rotate(90deg)}.store_item:after{position:absolute;display:block;content:"";width:0;height:1px;background-color:#04111e;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);bottom:0}.store_detail{position:relative;display:-webkit-flex;display:-moz-box;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;align-items:center;margin:0 20px;padding:20px 0;cursor:pointer}@media(min-width:1024px){.store_detail{padding:15px 0;margin:0}}@media(min-width:1441px){.store_detail{padding:30px 0}}.brand_name{font-weight:400;font-size:1.125rem;line-height:25px;letter-spacing:.06em;margin:0}@media(min-width:1024px){.brand_name{line-height:36px;font-size:1.5rem}}@media(min-width:1441px){.brand_name{font-size:2rem}}.store_contact_list{position:relative;width:100%;overflow:hidden;height:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.store_contact_list .number{position:absolute;margin:0;top:0;left:20px;font-size:.75rem;color:#939394;z-index:2}@media(min-width:1024px){.store_contact_list .number{display:none}}.store_contact_list .btn_prev{position:absolute;width:54px;height:100%;background:-webkit-gradient(linear,left top,right top,from(#fff),to(hsla(0,0%,100%,0)));background:-webkit-linear-gradient(left,#fff,hsla(0,0%,100%,0));background:linear-gradient(90deg,#fff,hsla(0,0%,100%,0));top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:1;-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out;cursor:pointer}@media(min-width:1024px){.store_contact_list .btn_prev{display:none}}.store_contact_list .btn_prev.hide{opacity:0;pointer-events:none}.store_contact_list .btn_prev:before{position:absolute;display:block;content:"";top:50%;left:50%;width:20px;height:20px;border-color:#04111e transparent transparent #04111e;border-style:solid;border-width:2px;-webkit-transform:translate(-30%,-50%) rotate(-45deg) scale(.8);transform:translate(-30%,-50%) rotate(-45deg) scale(.8)}.store_contact_list .btn_next{position:absolute;width:54px;height:100%;background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),to(#fff));background:-webkit-linear-gradient(left,hsla(0,0%,100%,0),#fff);background:linear-gradient(90deg,hsla(0,0%,100%,0),#fff);top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:1;-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out;cursor:pointer}@media(min-width:1024px){.store_contact_list .btn_next{display:none}}.store_contact_list .btn_next.hide{opacity:0;pointer-events:none}.store_contact_list .btn_next:before{position:absolute;display:block;content:"";top:50%;left:50%;width:20px;height:20px;border-color:transparent #04111e #04111e transparent;border-style:solid;border-width:2px;-webkit-transform:translate(-70%,-50%) rotate(-45deg) scale(.8);transform:translate(-70%,-50%) rotate(-45deg) scale(.8)}.store_contact_container{position:relative;margin-top:40px;padding:10px 0 50px;height:-webkit-calc(100% + 15px);height:calc(100% + 15px);margin-bottom:-15px;overflow-y:hidden;overflow-x:auto}@media(min-width:1024px){.store_contact_container{left:0;margin-top:0;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px}}@media(min-width:1441px){.store_contact_container{margin-right:-7px}}.store_contact_wrapper{position:relative;display:-webkit-inline-flex;display:-moz-inline-box;display:inline-flex;padding:0 calc(50% - 110px - 75px) 0 calc(50% - 110px)}@media(min-width:1024px){.store_contact_wrapper{-webkit-flex-wrap:wrap;flex-wrap:wrap;padding:0;width:100%}}.store_contact_item{-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;margin-right:75px;width:220px}@media(min-width:1024px){.store_contact_item{margin-top:35px;margin-bottom:30px;margin-right:40px;width:-webkit-calc(33.3333333333% - 40px);width:calc(33.3333333333% - 40px)}}.store_contact_item a{color:#04111e;text-decoration:none}.store_contact_pic{position:relative;padding-top:75%}.store_contact_pic picture{display:block}.store_contact_pic img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:block;width:100%;height:auto}.store_contact_name{margin:12px 0 0;font-size:.875rem}.store_contact_address{display:inline-block;margin:5px 0;font-size:.875rem}.store_contact_phone{margin:0;font-size:.875rem}.btn_accordion{position:absolute;right:0;top:21px;width:14px;height:14px;margin-top:5px;-webkit-transition:margin-top .3s ease-in-out;transition:margin-top .3s ease-in-out;opacity:0}@media(min-width:1024px){.btn_accordion{position:relative;right:auto;top:auto;margin-top:5px;width:25px;height:25px}}@media(min-width:1441px){.btn_accordion{margin-top:5px;width:32px;height:32px}}.btn_accordion:after,.btn_accordion:before{position:absolute;display:block;content:"";top:50%;left:50%;background-color:#04111e;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.btn_accordion:before{width:100%;height:2px}.btn_accordion:after{width:2px;height:100%}.news .scroll-content{min-height:100%;z-index:1}.news .hide{display:none}@media(min-width:1024px){.news_content{padding:130px 175px 200px 320px}}@media(min-width:1441px){.news_content{max-width:1890px;padding:175px 180px 200px 385px}}.news_content.in .news_paragraph{opacity:1;-webkit-transition:opacity .5s ease-in-out .5s;transition:opacity .5s ease-in-out .5s}.news_content .news_paragraph{opacity:0}.news_content .news_title{margin:0;font-weight:500;font-size:18px;line-height:140%;letter-spacing:6%}@media(min-width:1024px){.news_content .news_title{font-size:32px;line-height:130%}}.news_content .news_detail{padding:0 20px;font-weight:400;font-size:16px;line-height:169%;letter-spacing:2.5%;color:#000}.news_content .news_detail a{color:#000}.news_list .news_title{margin:0;font-weight:500;font-size:14px;line-height:140%;letter-spacing:6%}@media(min-width:1024px){.news_list .news_title{font-size:28px;line-height:130%}}.news_unit{position:relative;display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;margin:0 20px;padding:20px 0;color:#000;-moz-text-decoration:auto;text-decoration:auto}.news_unit:after{position:absolute;display:block;content:"";width:0;height:1px;background-color:#04111e;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);bottom:0}.news_unit.in:after{width:100%;-webkit-transition:width .8s ease-in-out;transition:width .8s ease-in-out}.news_unit.in .btn_icon{opacity:1;-webkit-transition:opacity .5s ease-in-out .3s;transition:opacity .5s ease-in-out .3s}.news_unit:first-child{padding-top:0}@media(min-width:1024px){.news_unit{padding:30px 0 26px}}.news_unit .btn_icon{position:relative;display:block;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;margin-left:16px;width:26px;height:26px;opacity:0}@media(min-width:1024px){.news_unit .btn_icon{width:30px;height:30px;margin-left:40px}}@media(min-width:1441px){.news_unit .btn_icon{width:45px;height:45px}}.news_unit .arrow_right:before{position:absolute;display:block;content:"";top:50%;left:50%;width:20px;height:20px;border-color:transparent #04111e #04111e transparent;border-style:solid;border-width:2px;-webkit-transform:translate(-70%,-50%) rotate(-45deg) scale(.6);transform:translate(-70%,-50%) rotate(-45deg) scale(.6)}@media(min-width:1024px){.news_unit .arrow_right:before{-webkit-transform:translate(-70%,-50%) rotate(-45deg) scale(.8);transform:translate(-70%,-50%) rotate(-45deg) scale(.8);width:20px;height:20px}}@media(min-width:1441px){.news_unit .arrow_right:before{width:40px;height:40px}}.team{background-image:url(/images/bg_team.png);background-position:bottom;background-size:100% auto}.team,.team_cover{background-repeat:no-repeat}.team_cover{position:absolute;margin-top:-77px;width:100vw;height:150vh;background-image:url(/images/pic_team_cover.png);background-size:auto 150%;background-position:top;z-index:0}@media(min-width:1024px){.team_cover{margin-top:0;height:140vh}}@media(min-width:1441px){.team_cover{height:130vh}}.team_selector{position:fixed;top:57px;right:20px;opacity:0}@media(min-width:1024px){.team_selector{display:none}}.team_selector.in{opacity:1;-webkit-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out}.team_selector.black:after{border-color:#04111e transparent transparent}.team_selector.black select{color:#04111e}.team_selector:after{position:absolute;display:block;content:"";right:0;top:50%;margin-top:-3px;width:0;height:0;border-color:#fff transparent transparent;border-style:solid;border-width:6px 4px 0}.team_selector select{padding:0 10px 0 0;border:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#fff;text-align:right;font-size:.8125rem;cursor:pointer}.intro{opacity:0;margin:0 0 30px}@media(min-width:1024px){.intro{margin:40px 0}}.intro p{margin:20px 0;letter-spacing:.025em;font-size:.75rem;color:#04111e;line-height:22px}@media(min-width:1024px){.intro p{margin:10px 0;font-size:.875rem;line-height:24px}}.intro span{display:block}@media(min-width:1024px){.intro span{margin-right:20px;display:inline}}.team_content{position:relative;zoom:1;padding-top:23px}.team_content:after,.team_content:before{content:"";display:table}.team_content:after{clear:both}@media(min-width:1024px){.team_content{padding:0 175px 0 320px}}@media(min-width:1441px){.team_content{padding:0 180px 0 380px}}.team_content .content_wrapper{max-width:1230px;padding:0 33px}@media(min-width:1024px){.team_content .content_wrapper{min-height:0;padding:100px 0 0}}@media(min-width:1441px){.team_content .content_wrapper{padding:150px 0 0}}@media(min-width:1024px){.team_content .content_wrapper:last-child{padding-bottom:100px}}@media(min-width:1441px){.team_content .content_wrapper:last-child{padding-bottom:150px}}.team_content .content_wrapper:first-child{margin-top:0;padding-bottom:0;height:-webkit-calc(100vh - 104px);height:calc(100vh - 104px)}.team_content .content_wrapper:first-child .title_section{color:#fff}.team_content .content_wrapper:first-child .title_section:after{background-color:#fff}.team_content .content_wrapper:first-child .title_section h3{color:#fff}@media(min-width:1024px){.team_content .content_wrapper:first-child{height:auto}}.team_content .in .title_section:after{width:100%;-webkit-transition:width .8s ease-in-out;transition:width .8s ease-in-out}.team_content .in .title_en{opacity:1;-webkit-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out}.team_content .in .title_ch{opacity:1;-webkit-transition:opacity .5s ease-in-out .5s;transition:opacity .5s ease-in-out .5s}.team_content .title_section{position:relative;display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:flex-end;-moz-box-align:end;align-items:flex-end;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;padding:5px 0}.team_content .title_section:after{position:absolute;display:block;content:"";width:0;height:1px;background-color:#04111e;bottom:0;left:0}@media(min-width:1024px){.team_content .title_section{-webkit-align-items:center;-moz-box-align:center;align-items:center;padding:20px 0}}.team_content .title_en{margin:0;font-weight:400;letter-spacing:.025em;font-size:1rem;opacity:0}@media(min-width:1024px){.team_content .title_en{line-height:42px;font-size:1.625rem;text-transform:none}}@media(min-width:1441px){.team_content .title_en{font-size:1.875rem}}.team_content .br{display:block}@media(min-width:1024px){.team_content .br{display:inline}}.team_content .title_ch{margin:0;letter-spacing:.06em;opacity:0;font-size:.875rem}@media(min-width:1024px){.team_content .title_ch{font-size:1.3125rem}}@media(min-width:1441px){.team_content .title_ch{font-size:1.5rem}}.about_team{margin:30px 0}@media(min-width:1024px){.about_team{margin:60px 0}}@media(min-width:1441px){.about_team{margin:50px 0}}.about_team ul{list-style:none;margin:0;padding:0}.about_team li{margin:28px 0}.about_team li .about_content,.about_team li .about_title{opacity:0}@media(min-width:1024px){.about_team li{margin:50px 0}}.about_title{margin:0;font-weight:400;letter-spacing:.03em;font-size:.875rem;line-height:21px;text-transform:uppercase;color:#fff}@media(min-width:1024px){.about_title{font-size:1.125rem}}@media(min-width:1441px){.about_title{font-size:1.25rem}}.about_content{margin:5px 0 0;letter-spacing:.025em;font-size:.75rem;color:#fff;line-height:20px}@media(min-width:1024px){.about_content{font-size:.875rem;line-height:24px}}@media(min-width:1441px){.about_content{font-size:1rem}}.slash{display:block;width:0;height:0;overflow:hidden}@media(min-width:1024px){.slash{display:inline}}.company_content{position:relative;margin:15px 0 40px}@media(min-width:1024px){.company_content{margin:40px 0}}.company_content .side_btn{float:right;margin:30px 0 0;bottom:75px}@media(min-width:1024px){.company_content .side_btn{position:absolute;margin:0;bottom:40px;right:0}}@media(min-width:1441px){.company_content .side_btn{bottom:75px}}.company_pic{position:relative;padding-top:50%;overflow:hidden;opacity:0}.company_pic img{position:absolute;top:43%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:block;width:148%;height:auto}.company_detail_group{margin-top:15px;margin-bottom:90px}@media(min-width:1024px){.company_detail_group{margin-top:40px;margin-bottom:0;display:-webkit-flex;display:-moz-box;display:flex;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}}.company_detail_group .detail_pic{opacity:0}@media(min-width:1024px){.company_detail_group .detail_pic{margin-right:40px;width:55%}}.company_detail_group .detail_pic img{width:100%;height:auto}.company_detail_group .detail_text{margin-top:35px}@media(min-width:1024px){.company_detail_group .detail_text{width:45%;margin-top:10px}}@media(min-width:1441px){.company_detail_group .detail_text{margin-top:10px}}.detail_text{font-size:.75rem;letter-spacing:.025em;line-height:22px;margin:20px 0;opacity:0;text-align:justify;text-justify:inter-ideograph}@media(min-width:1024px){.detail_text{font-size:.75rem;line-height:24px}}@media(min-width:1441px){.detail_text{font-size:.875rem}}.employment_link{position:relative;margin:10px 0 0;opacity:0;zoom:1}.employment_link:after,.employment_link:before{content:"";display:table}.employment_link:after{clear:both}@media(min-width:1024px){.employment_link{margin:40px 0 0;display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}.employment_link:after,.employment_link:before{display:none}}.employment_link .comma:before{content:"。"}@media(min-width:1024px){.employment_link .comma:before{content:"，"}}.employment_link .side_btn{position:absolute;top:0;right:0;margin-right:-5px}@media(min-width:1441px){.employment_link .side_btn{position:relative;top:auto;right:auto;-webkit-justify-content:flex-end;-moz-box-pack:end;justify-content:flex-end;margin-left:20px;margin-right:-10px}}.employment_link .side_btn .btn_text{font-size:.875rem}.employment_link .side_btn .btn_icon{-webkit-transform:scale(.7);transform:scale(.7)}@media(min-width:1441px){.employment_link .side_btn .btn_icon{-webkit-transform:scale(.5);transform:scale(.5)}}.employment_link .text_group{margin:40px 0 100px}@media(min-width:1024px){.employment_link .text_group{margin:0}}.employment_link .text_group p{margin:0;font-size:.75rem;line-height:24px;letter-spacing:.025em}@media(min-width:1024px){.employment_link .text_group p{font-size:.875rem}}.employment_link a{color:#04111e;text-decoration:none}.employment_pic{position:relative;opacity:0;padding-top:47%;overflow:hidden}.employment_pic.in{-webkit-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out;opacity:1}.employment_pic img{position:absolute;top:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);display:block;width:100%;height:auto}#who_we_are.in .about_team li:first-child .about_title{opacity:1;-webkit-transition:opacity .5s ease-in-out .2s;transition:opacity .5s ease-in-out .2s}#who_we_are.in .about_team li:first-child .about_content{opacity:1;-webkit-transition:opacity .5s ease-in-out .4s;transition:opacity .5s ease-in-out .4s}#who_we_are.in .about_team li:nth-child(2) .about_title{opacity:1;-webkit-transition:opacity .5s ease-in-out .3s;transition:opacity .5s ease-in-out .3s}#who_we_are.in .about_team li:nth-child(2) .about_content{opacity:1;-webkit-transition:opacity .5s ease-in-out .5s;transition:opacity .5s ease-in-out .5s}#who_we_are.in .about_team li:nth-child(3) .about_title{opacity:1;-webkit-transition:opacity .5s ease-in-out .4s;transition:opacity .5s ease-in-out .4s}#who_we_are.in .about_team li:nth-child(3) .about_content{opacity:1;-webkit-transition:opacity .5s ease-in-out .6s;transition:opacity .5s ease-in-out .6s}#who_we_are.in .about_team li:nth-child(4) .about_title{opacity:1;-webkit-transition:opacity .5s ease-in-out .5s;transition:opacity .5s ease-in-out .5s}#who_we_are.in .about_team li:nth-child(4) .about_content{opacity:1;-webkit-transition:opacity .5s ease-in-out .7s;transition:opacity .5s ease-in-out .7s}#who_we_are.in .about_team li:nth-child(5) .about_title{opacity:1;-webkit-transition:opacity .5s ease-in-out .6s;transition:opacity .5s ease-in-out .6s}#who_we_are.in .about_team li:nth-child(5) .about_content{opacity:1;-webkit-transition:opacity .5s ease-in-out .8s;transition:opacity .5s ease-in-out .8s}#company_list.in .location_link{-webkit-transition:opacity .5s ease-in-out .5s;transition:opacity .5s ease-in-out .5s;opacity:1}#company_list.in .company_pic{-webkit-transition:opacity .5s ease-in-out .8s;transition:opacity .5s ease-in-out .8s;opacity:1}#company_list.in .detail_pic,#company_list.in .detail_text{-webkit-transition:opacity .5s ease-in-out 1s;transition:opacity .5s ease-in-out 1s;opacity:1}#what_we_need.in .intro{-webkit-transition-delay:.3s;transition-delay:.3s;-webkit-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out;opacity:1}#what_we_need.in .employment_pic{-webkit-transition:opacity .5s ease-in-out .8s;transition:opacity .5s ease-in-out .8s;opacity:1}#what_we_need.in .employment_link{-webkit-transition:opacity .5s ease-in-out 1s;transition:opacity .5s ease-in-out 1s;opacity:1}.views .side_btn{float:right;margin:100px 40px}.views_title{position:fixed;display:none;font-weight:400;margin:23px 0 0;font-size:.75rem;opacity:0;width:100%;text-align:center;z-index:2}@media(min-width:375px){.views_title{font-size:.875rem}}@media(min-width:1024px){.views_title{display:block;width:auto;text-align:left;margin:132px 0 0 281px}}@media(min-width:1441px){.views_title{margin:180px 0 0 336px;font-size:1rem}}.views_title.in{-webkit-transition:opacity .8s ease-in-out .5s;transition:opacity .8s ease-in-out .5s;opacity:1}.views_title.text_mobile{display:block}@media(min-width:1024px){.views_title.text_mobile{display:none}}.list_wrapper{overflow-x:hidden;padding-bottom:100px}.list_wrapper.in .year_list{-webkit-transition:opacity .8s ease-in-out;transition:opacity .8s ease-in-out;opacity:1}.list_wrapper.on_touch .year_list{margin:57px 0}.list_wrapper.on_touch .year_list:first-child{margin-top:130px}.list_wrapper.on_touch .year_list ul{-webkit-flex-wrap:wrap;flex-wrap:wrap}.list_wrapper.on_touch .year_list li img{opacity:1}.list_wrapper.on_touch .year_title{position:relative;font-size:1.125rem;top:auto;right:auto;text-align:left;-webkit-transform:none;transform:none;margin:0 15px}.list_wrapper.on_touch .list_line{display:block}.list_wrapper.on_touch .year_item{width:33.3333%;height:75px;margin:10px 0}.list_wrapper.on_touch .year_item .pic_pc{display:none}.list_wrapper.on_touch .year_item .pic_mobile{display:block}.list_wrapper.on_touch .year_item .pic_mobile img{width:auto;height:100%}.year_list{position:relative;margin:57px 0;opacity:0}.year_list:first-child{margin-top:130px}@media(min-width:1024px){.year_list{margin:54px 0}.year_list:first-child{margin-top:257px}}@media(min-width:1441px){.year_list{margin:54px 0}.year_list:first-child{margin-top:310px}}.year_list ul{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;justify-content:flex-start;list-style:none;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin:0;padding:0}@media(min-width:1024px){.year_list ul{-webkit-flex-wrap:nowrap;flex-wrap:nowrap}}.year_list li{position:relative;cursor:pointer;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}@media(min-width:1024px){.year_list li:hover img{opacity:1}}.year_list li img{position:absolute;width:auto;height:101%;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media(min-width:1024px){.year_list li img{opacity:.3}}.year_title{color:#04111e;font-size:1.125rem;font-weight:400;z-index:2;pointer-events:none;letter-spacing:.05em;margin:0 20px}@media(min-width:1024px){.year_title{color:#fff;position:absolute;margin:0;top:50%;right:105px;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:1.3125rem;text-align:center}}@media(min-width:1441px){.year_title{right:150px;font-size:1.875rem}}@media(min-width:1024px){.list_line{display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:nowrap;flex-wrap:nowrap}}.year_item{-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:33.3333%;height:70px;overflow:hidden;margin:5px 0}@media(min-width:1024px){.year_item{width:288px;height:75px;margin:0}}@media(min-width:1441px){.year_item{width:384px}}.year_item a{display:block;width:100%;height:100%}.year_item .pic_pc{display:none}@media(min-width:1024px){.year_item .pic_pc{display:block}}.year_item .pic_mobile img{width:auto;height:100%}@media(min-width:1024px){.year_item .pic_mobile{display:none}}.views_content{padding-top:23px}@media(min-width:1024px){.views_content{padding-top:0}.ant-picker-dropdown{display:none}}.no_data{font-size:1.125rem;line-height:23px;padding:0 20px}@media(min-width:1024px){.no_data{font-size:1.25rem;padding:130px 175px 0 270px}}@media(min-width:1441px){.no_data{font-size:2rem;line-height:42px;padding:180px 180px 0 380px}}.year_picker{display:none;text-align:right;opacity:0;-webkit-transition:opacity .5s ease-in-out .3s;transition:opacity .5s ease-in-out .3s}.year_picker.in{opacity:1}@media(min-width:1024px){.year_picker{display:block;margin:0 0 30px}}@media(min-width:1441px){.year_picker{margin:15px 0 30px}}.year_picker .select_group{position:relative;display:inline-block;border:0 solid transparent;border-bottom:1px solid #04111e}.year_picker .custom_select{cursor:pointer}.year_picker .custom_select .display{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-justify-content:flex-end;-moz-box-pack:end;justify-content:flex-end;padding:0 6px 0 15px;font-size:1rem}.year_picker .custom_select .display:after{display:inline-block;content:"";margin:-5px 5px 0;width:6px;height:6px;border-color:transparent #04111e #04111e transparent;border-style:solid;border-width:0 1px 1px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.year_picker .custom_select.open .options{opacity:1;pointer-events:auto}.year_picker .options{position:absolute;padding:5px 0;width:100%;text-align:center;border:1px solid #04111e;background-color:#fff;font-size:.875rem;opacity:0;pointer-events:none;-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}.year_picker .option{padding:5px 0;color:#b5b5b5;-webkit-transition:color .5s ease-in-out;transition:color .5s ease-in-out}.year_picker .option.now_selected{color:#04111e}@media(hover:hover){.year_picker .option:hover{color:#04111e}}.date_selector{position:relative;margin-top:5px}.date_selector select{position:absolute;display:block;top:0;left:0;width:100%;height:100%;opacity:0}.date_selector .select_btn{position:relative;width:125px;height:30px;font-size:.75rem;background-color:#cecfcf;display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;color:#fff;cursor:pointer;z-index:0}.date_selector .select_btn:before{position:relative;display:block;content:"";margin-right:10px;width:10px;height:10px;-webkit-transform:translateY(-4px) rotate(45deg);transform:translateY(-4px) rotate(45deg);border-color:transparent #fff #fff transparent;border-style:solid;border-width:2px}.date_selector input[type=month]{position:absolute;width:100%;height:100%;top:0;left:0;outline:none;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#04111e;text-align:right;font-size:.8125rem;cursor:pointer;z-index:1;opacity:0}.date_selector input[type=month]::-webkit-calendar-picker-indicator,.date_selector input[type=month]::-webkit-inner-spin-button{display:none;-webkit-appearance:none}.month_group{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;margin-bottom:55px}@media(min-width:1024px){.month_group{margin:0;height:100vh;padding:20px 175px 0 270px}}@media(min-width:1441px){.month_group{min-height:785px;padding:0 210px 0 380px}}.month_group.in .view_pic{opacity:1;-webkit-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out}.view_pic{position:relative;width:100%;padding-top:56%;overflow:hidden;opacity:0}.view_pic img{position:absolute;width:117%;height:auto;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.view_title{font-size:1rem;line-height:23px;margin:0 0 10px}@media(min-width:1024px){.view_title{margin:20px 0;font-size:1.25rem}}@media(min-width:1441px){.view_title{margin:30px 0 20px;font-size:2rem;line-height:42px}}.view_content{width:100%;padding:20px 40px 30px}@media(min-width:1024px){.view_content{width:100%;padding:0}}.view_summary{font-size:.75rem;line-height:22px}@media(min-width:1024px){.view_summary{margin:10px 0;font-size:.75rem;line-height:20px}}@media(min-width:1441px){.view_summary{margin:20px 0;font-size:1rem;line-height:27px}}