*:where(:not(html,iframe,canvas,img,svg,video,audio,input):not(svg *,symbol *)){all:unset;display:revert}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;text-size-adjust:none}a,button{cursor:revert}ol,ul,menu,summary{list-style:none}img{max-inline-size:100%;max-block-size:100%;width:100%;vertical-align:top}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto}textarea{white-space:revert}meter{-webkit-appearance:revert;-moz-appearance:revert;appearance:revert}:where(pre){all:revert;-webkit-box-sizing:border-box;box-sizing:border-box}::-webkit-input-placeholder{color:unset}::-moz-placeholder{color:unset}:-ms-input-placeholder{color:unset}::-ms-input-placeholder{color:unset}::placeholder{color:unset}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}:where([draggable=true]){-webkit-user-drag:element}:where(dialog:modal){all:revert;-webkit-box-sizing:border-box;box-sizing:border-box}::-webkit-details-marker{display:none}.tatete{-webkit-writing-mode:vertical-rl;writing-mode:vertical-rl;-ms-writing-mode:tb-rl;text-orientation:upright}.hogehoge{padding-top:clamp(20px,5.3333333333vw,40.96px)}@media only screen and (min-width: 768px)and (max-width: 1024px){.hogehoge{padding-top:clamp(60px,7.8125vw,80px)}}@media only screen and (min-width: 1025px){.hogehoge{padding-top:clamp(76.8px,7.5vw,120px)}}header.top{position:fixed;top:0;left:0}html.is-header-ready header{opacity:1}html.is-header-ready #intern_btn{opacity:1}html.is-header-ready body:has(#loading) #intern_btn{opacity:0 !important}html.is-header-ready body.normal #bread,html.is-header-ready body.visual_on #bread{opacity:1}html.is-header-ready body.normal main,html.is-header-ready body.visual_on main{opacity:1}header{position:fixed;top:0;left:0;width:100%;background:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;z-index:9000;padding:0rem 1rem;padding:1rem 2rem}header #gnav ul{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}header.under{position:fixed}header.under .bgb{display:block;position:absolute;width:100%;height:100%;top:0;left:0;content:"";z-index:0;background:hsla(0,0%,100%,.7);backdrop-filter:blur(10px)}header.under #logo .txt{color:#0b612b !important}@media screen and (max-width: 1300px){header.under #gnav{display:none !important}}@media screen and (max-width: 767px){header.under #gnav{display:none !important}}header.under #gnav ul li a.onlylink,header.under #gnav ul li button{color:#333}header.under #gnav ul li:hover{color:#0b612b}header.under #gnav ul li:hover a.onlylink,header.under #gnav ul li:hover button{color:#0b612b;border-bottom:1px solid #0b612b}header.under #sp_menu{background:#0b612b}@media screen and (max-width: 767px){header{padding:1rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}header .white{display:block}header .blue{display:none}header .header_inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;position:relative;z-index:1}@media screen and (max-width: 767px){header .header_inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}header #logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header #logo .image{width:180px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 767px){header #logo .image{width:150px}}header #logo .image img{height:auto;-o-object-fit:contain;object-fit:contain}header #logo .txt{color:#fff;font-size:clamp(1.2rem,0.968rem + 0.3vw,1.4rem)}.txt_menu{width:-webkit-max-content !important;width:-moz-max-content !important;width:max-content !important;max-width:90vw}.txt_menu ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#gnav{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0 1rem 0 auto}@media screen and (max-width: 767px){#gnav{display:none !important}}#gnav ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;font-size:clamp(1.2rem,0.504rem + 0.9vw,1.8rem)}#gnav ul li{padding:.5rem 1rem}#gnav ul li:hover{color:#0b612b}#gnav ul li:hover a.onlylink,#gnav ul li:hover button{border-bottom:1px solid #fff}#gnav ul li a.onlylink,#gnav ul li button{display:block;background:rgba(0,0,0,0);border:none;padding:.1rem;-webkit-font-feature-settings:"palt";font-feature-settings:"palt";color:#fff;cursor:pointer;font-size:clamp(1.1rem,0.824rem + 0.4vw,1.4rem)}#gnav ul li a.outerlink{text-decoration:none !important}#gnav ul li a.outerlink:after{width:1.5em;height:1.5em;line-height:1}.gnavmenu{position:fixed;z-index:10;top:6.8rem;left:50%;background:#fff;border-radius:1rem;padding:3vw;width:min(1200px,90vw);opacity:0;-webkit-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px);-webkit-transition:opacity .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,transform .2s ease;transition:opacity .2s ease,transform .2s ease,-webkit-transform .2s ease;pointer-events:none;-webkit-box-shadow:rgba(0,0,0,.05) 0px 6px 24px 0px,rgba(0,0,0,.08) 0px 0px 0px 1px;box-shadow:rgba(0,0,0,.05) 0px 6px 24px 0px,rgba(0,0,0,.08) 0px 0px 0px 1px}.gnavmenu.onlytxt{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:90vw;padding:2rem}.gnavmenu.onlytxt ul li{margin:0 0 .5rem 0;padding:0 !important;border-bottom:1px dotted #ccc !important}.gnavmenu.onlytxt ul li:last-child{border-bottom:none !important}.gnavmenu.onlytxt ul li.two a{line-height:1.4}.gnavmenu.onlytxt ul li a{font-size:clamp(1.2rem,0.968rem + 0.3vw,1.4rem);margin:0 0 .5rem 0;padding:.5rem 0;color:#000;display:block;-webkit-transition:all .3s ease;transition:all .3s ease}.gnavmenu.onlytxt ul li a:hover{color:#0b612b}.gnavmenu.onlytxt ul li a span{display:block;font-size:clamp(1.1rem,1.056rem + 0.1vw,1.2rem)}.gnavmenu .menu_grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}.gnavmenu .menu_grid.five{grid-template-columns:repeat(5, 1fr)}@media(max-width: 1000px){.gnavmenu .menu_grid.five{grid-template-columns:repeat(4, 1fr)}}.gnavmenu .menu_grid.four{grid-template-columns:repeat(4, 1fr)}.gnavmenu .menu_grid a{display:block;width:100%}.gnavmenu .menu_grid a .image{margin:0 0 1rem 0;width:100%}.gnavmenu .menu_grid a .image img{width:100%;-o-object-fit:cover;object-fit:cover;height:150px}.gnavmenu .menu_grid a .txts{color:#000;font-size:clamp(1.2rem,1.156rem + 0.1vw,1.3rem);line-height:1.5;-webkit-font-feature-settings:"palt";font-feature-settings:"palt";letter-spacing:.1em}.gnavmenu .menu_grid a:hover .txts{color:#0b612b}.gnavmenu.is-open{opacity:1;-webkit-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0);pointer-events:auto}.entry_btns{margin:0 1rem 0 0}@media screen and (max-width: 767px){.entry_btns{display:none !important}}.entry_btns ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.entry_btns ul li:nth-of-type(1) a{border-radius:5rem 0 0 5rem;border-right:none}.entry_btns ul li:nth-of-type(2) a{border-radius:0;border-right:none}.entry_btns ul li:nth-of-type(3) a{border-radius:0 5rem 5rem 0}.entry_btns ul li a{color:#0b612b;border:1px solid #0b612b;padding:.5rem 1rem;text-align:center;display:block;border-radius:5rem;background:#fff;-webkit-transition:all .3s ease;transition:all .3s ease;font-size:clamp(1.1rem,0.868rem + 0.3vw,1.3rem);-webkit-font-feature-settings:"palt";font-feature-settings:"palt"}.entry_btns ul li a:hover{background:#0b612b;color:#fff}#sp_menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;width:6rem;height:6rem;aspect-ratio:1/1;-ms-flex-item-align:center;align-self:center;-webkit-box-flex:0;-ms-flex:0 0 6rem;flex:0 0 6rem;min-width:6rem;min-height:6rem;max-width:6rem;max-height:6rem;cursor:pointer;border:1px solid hsla(0,0%,100%,.85);border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;background:rgba(0,0,0,.2)}@media screen and (max-width: 767px){#sp_menu{width:5rem;height:5rem;min-width:5rem;min-height:5rem;max-width:5rem;max-height:5rem;-webkit-box-flex:0;-ms-flex:0 0 5rem;flex:0 0 5rem}}#sp_menu span{position:absolute;left:50%;background-color:#fff;height:1px;width:2rem;-webkit-transition:all .3s ease;transition:all .3s ease;-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:translateX(-50%);transform:translateX(-50%)}#sp_menu span:nth-of-type(1){top:calc(50% - .425rem)}#sp_menu span:nth-of-type(2){top:50%}#sp_menu span:nth-of-type(3){top:calc(50% + .425rem)}#sp_menu.active span:nth-of-type(1){top:50%;-webkit-transform:translate(-50%, -50%) rotate(-45deg);transform:translate(-50%, -50%) rotate(-45deg)}#sp_menu.active span:nth-of-type(2){opacity:0;-webkit-transform:translateX(-50%) scaleX(0);transform:translateX(-50%) scaleX(0)}#sp_menu.active span:nth-of-type(3){top:50%;-webkit-transform:translate(-50%, -50%) rotate(45deg);transform:translate(-50%, -50%) rotate(45deg)}#overlay_menu{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,0) linear-gradient(304deg, #218286 0%, var(--unnamed-color-0b612b) 100%) 0% 0% no-repeat padding-box;background:rgba(0,0,0,0) linear-gradient(304deg, #218286 0%, #0B612B 100%) 0% 0% no-repeat padding-box;z-index:8000}#overlay_menu .top_entry_btnss ul{margin:1rem 0 0 0}#overlay_menu .top_entry_btnss ul li{margin:0 0 .5rem 0}#overlay_menu .top_entry_btnss ul li a{color:#fff;border:1px solid #fff;padding:.5rem 3rem;text-align:center;display:block;border-radius:5rem;background:rgba(0,0,0,.12)}#overlay_menu{clip-path:polygon(0 0, 100% 0, 100% 0, 0 0);visibility:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;color:#000;overflow:hidden}@media screen and (max-width: 767px){#overlay_menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100vh;overflow:hidden}}#overlay_menu .inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;max-height:100vh;width:100%;padding:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;min-height:0;-ms-scroll-chaining:none;overscroll-behavior:contain;padding:5vw}@media screen and (max-width: 767px){#overlay_menu .inner{padding:0 5vw}}#overlay_menu .inner .footer_inner .left #logos .image{width:11rem}@media screen and (max-width: 767px){#overlay_menu .inner .footer_inner .left #logos .image{width:5rem}}#overlay_menu .inner .footer_inner{width:100%;display:grid;grid-template-columns:1fr 3fr;gap:2rem;color:#000;padding:5vw;margin:auto 0;min-height:-webkit-min-content;min-height:-moz-min-content;min-height:min-content}@media screen and (max-width: 767px){#overlay_menu .inner .footer_inner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0;-webkit-box-flex:1;-ms-flex:1;flex:1;z-index:9999;margin:0}}#overlay_menu .inner .footer_inner .left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width: 767px){#overlay_menu .inner .footer_inner .left{display:block;padding:5vw 0 0 0;width:100%}#overlay_menu .inner .footer_inner .left #logos{margin:0 !important}#overlay_menu .inner .footer_inner .left #logos .image{width:10rem !important;max-width:10rem !important;min-width:10rem !important}}@media screen and (max-width: 767px)and (max-width: 767px){#overlay_menu .inner .footer_inner .left #logos .image{width:5rem !important;max-width:5rem !important;min-width:5rem !important}}@media screen and (max-width: 767px){#overlay_menu .inner .footer_inner .left #logos .image img{width:100% !important;max-width:10rem !important;height:auto !important}}@media screen and (max-width: 767px)and (max-width: 767px){#overlay_menu .inner .footer_inner .left #logos .image img{max-width:5rem !important}}@media screen and (max-width: 767px){#overlay_menu .inner .footer_inner .left #logos .txt{font-size:.875rem}#overlay_menu .inner .footer_inner .left .outer_links,#overlay_menu .inner .footer_inner .left .sns_inner{display:none !important}}#overlay_menu .inner .footer_inner a::before{background:#000}#overlay_menu .inner .footer_inner .right .icon{display:none !important}@media screen and (max-width: 767px){#overlay_menu .inner .footer_inner .right{width:100%;padding:0 1rem 10rem 1rem;margin:0;gap:2rem;display:block;-webkit-box-flex:1;-ms-flex:1;flex:1;padding-bottom:20rem}#overlay_menu .inner .footer_inner .right .icon{display:inline-block !important}#overlay_menu .inner .footer_inner .right .box{margin:0 !important;padding:0 0 1rem 0}#overlay_menu .inner .footer_inner .right .box ul{margin:0 !important}#overlay_menu .inner .footer_inner .right .box ul li{margin:0 !important}#overlay_menu .inner .footer_inner .right .box ul li:first-child{padding:1rem 0 0 0}#overlay_menu .inner .footer_inner .right .box ul li a{display:block;font-size:1rem;padding:.5rem 0;margin:0 !important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-weight:400;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:none;transition:none}#overlay_menu .inner .footer_inner .right .box ul li a.outerlink:hover{color:hsla(0,0%,100%,.7) !important}}@media screen and (max-width: 767px)and (max-width: 767px){#overlay_menu .inner .footer_inner .right .box ul li a{font-size:1.1rem;font-weight:500}#overlay_menu .inner .footer_inner .right .box ul li a .icon{margin:0 .5rem 0 0;color:#555}}#overlay_menu .inner .footer_inner .right .title{border-bottom:1px dotted #0b612b;font-weight:500;padding:0 .1rem .1rem 0}#overlay_menu .inner .footer_inner .right .title .icon{display:none}@media screen and (max-width: 767px){#overlay_menu .inner .footer_inner .right .title{font-size:1.4rem;border-bottom:1px solid rgba(11,97,43,.5);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 !important;-webkit-transition:none;transition:none;padding:0 0 1rem 0}#overlay_menu .inner .footer_inner .right .title.active{color:#0b612b}#overlay_menu .inner .footer_inner .right .title.active .icon{-webkit-transform:rotate(135deg);transform:rotate(135deg);background:#0b612b;color:#fff}#overlay_menu .inner .footer_inner .right .title .icon{width:2.4rem;height:2.4rem;border-radius:50%;background:#fff;color:#0b612b;display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.4em;-webkit-transition:all .3s ease;transition:all .3s ease;-webkit-transform-origin:center center;transform-origin:center center;will-change:trasnform}#overlay_menu .inner .footer_inner .right .title .icon svg{line-height:1;display:inline-block !important}}#overlay_menu .footer_header{padding:3rem 0;margin:0 0 1rem 0}#overlay_menu .footer_menu ul li{margin:0 0 .5rem 0}#overlay_menu .footer_menu ul li a{font-size:clamp(1.2rem,0.968rem + 0.3vw,1.4rem);padding:.5rem 0}#overlay_menu .footer_menu ul li a.outerlink{text-decoration:none !important}#overlay_menu .footer_menu ul li a:hover{opacity:.8}@media screen and (max-width: 767px){#overlay_menu .footer_menu{display:block !important}#overlay_menu .footer_menu .block{margin:0 0 2rem 0}#overlay_menu .footer_menu .titles{position:relative;width:100%;display:block;margin:0 0 1rem 0}#overlay_menu .footer_menu .titles:after{position:absolute;top:30%;right:0%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:inline-block;width:24px;height:24px;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'%3E%3Ccircle cx='12' cy='11.999' r='9'/%3E%3Cpath d='M12 9v6m-3-3h6'/%3E%3C/g%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}#overlay_menu .footer_menu ul li a{padding:.7rem 0;display:block;position:relative}#overlay_menu .footer_menu ul li a:after{content:"";display:inline-block;position:absolute;top:25%;right:-0.3em;width:2rem;height:2rem;color:#fff;display:block;font-size:1.2rem;margin:0 .5rem 0 0;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m10 17l5-5l-5-5'/%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}}#overlay_menu #top_entry_btnss{margin:2rem 0;position:static}@media screen and (max-width: 767px){#overlay_menu #top_entry_btnss{margin:3rem 0 0 0}}#overlay_menu #top_entry_btnss a{background:#0b612b;color:#fff;text-align:left;padding:1.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-transition:all .3s ease;transition:all .3s ease;margin:0 0 .1rem 0;font-weight:500}@media screen and (max-width: 767px){#overlay_menu #top_entry_btnss a{margin:0 0 1px 0}}#overlay_menu #top_entry_btnss a .icon{border-left:1px solid #fff}#overlay_menu #top_entry_btnss a .icon svg{line-height:1;vertical-align:middle;display:inline-block;margin:0 0 0 1rem;-webkit-transition:all .3s ease;transition:all .3s ease}#overlay_menu #top_entry_btnss a::before{display:none}#overlay_menu #top_entry_btnss a:hover{background:#023c77}#overlay_menu #top_entry_btnss a:hover .icon svg{-webkit-transform:translateX(4px);transform:translateX(4px)}#overlay_menu .sns_inner{margin:auto 0 3rem 0;width:100%;padding:0}#overlay_menu .sns_inner a:hover::before{display:none}header #sp_menu{z-index:9001}footer{background:rgba(0,0,0,0) linear-gradient(304deg, #218286 0%, var(--unnamed-color-0b612b) 100%) 0% 0% no-repeat padding-box;background:rgba(0,0,0,0) linear-gradient(304deg, #218286 0%, #0B612B 100%) 0% 0% no-repeat padding-box;border-radius:2rem 2rem 0 0;padding:5vw}@media screen and (max-width: 767px){footer{padding:10vw 5vw}footer .footer_menu{display:none}}.footer_header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid hsla(0,0%,100%,.2);padding:0 0 3rem 0;margin:0 0 3rem 0}.footer_header #logo{width:20rem}@media screen and (max-width: 767px){.footer_header #logo img{width:14rem}}.footer_header .cplink a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;text-decoration:underline}@media screen and (max-width: 767px){.footer_header .cplink a{font-size:clamp(1.1rem,1.056rem + 0.1vw,1.2rem)}}.footer_header .cplink a .icon{line-height:0;margin:0 0 0 .4rem}.footer_menu{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;border-bottom:1px solid hsla(0,0%,100%,.2);margin:0 0 2rem 0;padding:5rem 0;gap:3rem}@media screen and (max-width: 767px){.footer_menu{padding:2rem 0}}.footer_menu .block .box{margin:0 0 3rem 0}@media screen and (max-width: 767px){.footer_menu .block .box{margin:0 0 1rem 0}}.footer_menu .block .titles{position:relative;color:#fff;margin:0 0 2rem 0}@media screen and (max-width: 767px){.footer_menu .block .titles{margin:0;font-size:1.6rem}}.footer_menu .block .titles p.en{font-size:clamp(1rem,0.768rem + 0.3vw,1.2rem)}@media screen and (max-width: 767px){.footer_menu .block .titles p.en{font-size:13px}}.footer_menu .block .titles:after{content:"";width:2rem;height:1px;display:block;background:hsla(0,0%,100%,.2);margin:1rem 0}.footer_menu .block ul.mbs{margin:0 0 5rem 0}@media screen and (max-width: 767px){.footer_menu .block ul.mbs{margin:0}}.footer_menu .block ul{color:#fff}.footer_menu .block ul li a{font-size:clamp(1.2rem,0.968rem + 0.3vw,1.4rem)}.footer_menu .block ul li a.outerlink{text-decoration:none !important}@media screen and (max-width: 767px){.footer_menu .block ul{display:none}.footer_menu .block ul li a{color:#fff;font-size:clamp(1.6rem,1.368rem + 0.3vw,1.8rem)}}.copyright{color:#fff;text-align:right}#pagetop{position:fixed;bottom:2rem;right:2rem;z-index:100;width:54px}@media screen and (max-width: 767px){#pagetop{width:34px;bottom:2rem}}img{width:100%}html{font-size:62.5%;scrollbar-gutter:stable}header{opacity:0}:root{--window-height:300;--slideshowheight:400;--halfpadding:100;----slideshow-start-offset:100}:root .pc{display:block}@media screen and (max-width: 767px){:root .pc{display:none}}:root .sp{display:none}@media screen and (max-width: 767px){:root .sp{display:block}}body{color:#0e0e0e;font-family:"Noto Sans JP",sans-serif;font-size:1rem;letter-spacing:.05em;line-height:1.85;font-size:clamp(1.4rem,1.168rem + 0.3vw,1.6rem);text-spacing-trim:trim-start;text-autospace:normal;font-weight:400}.en{font-family:"Barlow",sans-serif}main{position:relative;width:100%;z-index:3;display:block}.hi .image,.hi .images{overflow:hidden !important;line-height:1}.hi .image img,.hi .images img{-webkit-transition:all .5s ease;transition:all .5s ease;will-change:transform}.hi:hover .image img,.hi:hover .images img{-webkit-transform:scale(1.05);transform:scale(1.05)}#pan{position:absolute;top:14rem;left:5vw;color:#000;z-index:300;font-size:12px}@media screen and (max-width: 767px){#pan{display:none}}#pan.white{color:#fff}#pan.white ul li:after{background:#fff}#pan ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#pan ul li{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#pan ul li:last-child:after{display:none}#pan ul li a{text-decoration:underline}#pan ul li a:hover{color:#0b612b}#pan ul li:after{content:"";width:2rem;height:1px;display:block;background:#555;margin:0 1rem}.under_visual_header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;color:#0b612b}@media screen and (max-width: 767px){.under_visual_header{display:block;padding:0 5vw}}.under_visual_header.white{color:#fff}.under_visual_header.white .en{color:#fff}.under_visual_header .en{font-size:clamp(2.5rem,1.76rem + 1vw,3.2rem);margin:0 1rem 0 0}@media screen and (max-width: 767px){.under_visual_header .en{font-size:2rem}}.under_visual_header .jp{font-size:clamp(1.6rem,1.368rem + 0.3vw,1.8rem)}@media screen and (max-width: 767px){.under_visual_header .jp{font-size:1.4rem;margin:0 0 2rem 0}}.arrow{width:2.4rem;height:1rem;background:#0b612b;position:relative;border-radius:5rem}.arrow span.c-icon{position:absolute;font-size:1rem;display:inline-block;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-timing-function:cubic-bezier(0, 1, 0.25, 1);animation-timing-function:cubic-bezier(0, 1, 0.25, 1);background:#fff;color:#fff;top:.05rem;left:.7rem;display:inline-block;width:1em;height:1em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 21'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='m13.5 6.497l4 4.002l-4 4.001m-9-4h13' stroke-width='1'/%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.arrow span.c-icon.afters{-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:0;background:#fff}a:hover span.c-icon.befores{-webkit-animation-name:transformRightLeft;animation-name:transformRightLeft}a:hover span.c-icon.afters{-webkit-animation-name:transformLeftRight;animation-name:transformLeftRight;-webkit-animation-delay:.2s;animation-delay:.2s;color:#0b612b}@-webkit-keyframes transformLeftRight{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes transformLeftRight{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@-webkit-keyframes transformRightLeft{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform:translateX(100%);transform:translateX(100%);opacity:0}}@keyframes transformRightLeft{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform:translateX(100%);transform:translateX(100%);opacity:0}}#top_entry_btns{position:fixed !important;bottom:2rem !important;right:2rem !important;z-index:4000 !important}#top_entry_btns ul li{margin:0 0 .3rem 0}#top_entry_btns ul li a{display:block;background:#fff;color:#0b612b;border-radius:3px;line-height:1.4;text-align:center;padding:.3rem 1rem;font-size:.875rem;-webkit-transition:all .3s ease;transition:all .3s ease}#top_entry_btns ul li a:hover{background:#0b612b;color:#fff}#bread{margin:6rem 1vw 0 0;font-size:.75rem}@media screen and (max-width: 767px){#bread{visibility:hidden}}#bread.fixed{position:absolute;top:0;right:0;z-index:100;color:#fff !important}#bread.fixed a{color:#ccc;-webkit-transition:all .3s ease;transition:all .3s ease}#bread.fixed a:hover{color:#fff}#bread ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}#bread ul li{margin:0 .5rem}#bread ul li a{color:#555}#visual_header,#no_visual_header{position:relative;z-index:0;width:100%;height:100%;display:block}#visual_header .images,#no_visual_header .images{position:relative}#visual_header .images::before,#no_visual_header .images::before{content:"";display:block;position:absolute;width:100%;height:100%;top:0;left:0;content:"";z-index:2;background:rgba(0,0,0,.55)}#visual_header .images img,#no_visual_header .images img{height:100vh;max-height:700px;-o-object-fit:cover;object-fit:cover}#visual_header .images.wide,#no_visual_header .images.wide{height:1000px}@media screen and (max-width: 767px){#visual_header .images.wide,#no_visual_header .images.wide{height:45vh}}#visual_header .images.wide img,#no_visual_header .images.wide img{height:1000px;max-height:1000px}@media screen and (max-width: 767px){#visual_header .images.wide img,#no_visual_header .images.wide img{height:45vh}}@media screen and (max-width: 767px){#visual_header .images img,#no_visual_header .images img{height:25rem;-o-object-fit:cover;object-fit:cover}}#visual_header .text_title,#no_visual_header .text_title{position:absolute;left:5%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:33;color:#fff}#visual_header .text_title.noab,#no_visual_header .text_title.noab{position:static;color:#0b612b}#visual_header .text_title.noab .under_visual_header,#visual_header .text_title.noab h1,#no_visual_header .text_title.noab .under_visual_header,#no_visual_header .text_title.noab h1{padding:0 8vw;position:relative;z-index:10}#visual_header .text_title.bottom,#no_visual_header .text_title.bottom{bottom:5rem;-webkit-transform:none;transform:none}@media screen and (max-width: 767px){#visual_header .text_title.bottom,#no_visual_header .text_title.bottom{top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);width:100%}}#visual_header .text_title.bottom02,#no_visual_header .text_title.bottom02{bottom:25rem}@media screen and (max-width: 767px){#visual_header .text_title.bottom02,#no_visual_header .text_title.bottom02{top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);width:100%;bottom:0%}}@media screen and (max-width: 767px){#visual_header .text_title,#no_visual_header .text_title{top:60%;left:0}}#visual_header .text_title h1,#no_visual_header .text_title h1{font-size:clamp(4rem,1.68rem + 3vw,6rem)}#visual_header .text_title h1 span,#no_visual_header .text_title h1 span{font-size:clamp(2rem,0.84rem + 1.5vw,3rem)}@media screen and (max-width: 767px){#visual_header .text_title h1,#no_visual_header .text_title h1{font-size:2.4rem;padding:0 0 0 5vw;-webkit-font-feature-settings:"palt";font-feature-settings:"palt"}#visual_header .text_title h1 span,#no_visual_header .text_title h1 span{font-size:1.4rem}}#visual_header .text_title p.subtitle,#no_visual_header .text_title p.subtitle{padding:0 8vw;font-size:clamp(3rem,1.84rem + 1.5vw,4rem)}.entxt{font-size:clamp(20rem,14.344rem + 7.4vw,25rem);color:rgba(223,232,245,.4);color:#e3e3e3;line-height:1;white-space:nowrap;width:100%;overflow:hidden;visibility:hidden}@media screen and (max-width: 767px){.entxt{font-size:20vw}}.entxt .entxt_inner{display:-webkit-box;display:-ms-flexbox;display:flex;width:-webkit-max-content;width:-moz-max-content;width:max-content;will-change:transform}.entxt .entxt_track{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2rem;padding-right:2rem}.fonts-loaded .entxt{visibility:visible}#no_visual_header{width:100%;padding:40rem 0 0 0;background:url("/assets/image/crosstalk/green_right.png") no-repeat top right;background-size:50%}@media screen and (max-width: 767px){#no_visual_header{background-size:70%}}@media screen and (max-width: 767px){#no_visual_header{padding:20rem 0 3rem 0;text-align:center}}#no_visual_header.week{background:url("/assets/image/week/hbg_pink.png") no-repeat top right;background-size:50%}@media screen and (max-width: 767px){#no_visual_header.week{background-size:70%}}#no_visual_header.rec{background:url("/assets/image/common/bg_blue.png") no-repeat top right;background-size:50%}#no_visual_header.rec h1{color:#0b612b}@media screen and (max-width: 767px){#no_visual_header.rec{background-size:70%}}#no_visual_header.training{background:url("/assets/image/workstyle/trainingbg.png") no-repeat top right;background-size:50%}@media screen and (max-width: 767px){#no_visual_header.training{background-size:70%}}#no_visual_header .entxt{position:absolute;bottom:-0.5em;line-height:1;z-index:0}#no_visual_header.week{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}section.sticky_cont{margin:0 auto 10rem;padding:0 8vw;display:-webkit-box;display:-ms-flexbox;display:flex;gap:4rem;position:relative;overflow:visible;min-height:100vh}@media screen and (max-width: 767px){section.sticky_cont{margin:0 auto 3rem;display:block;min-height:0}}section.sticky_cont .left{width:12rem;-ms-flex-negative:0;flex-shrink:0;position:sticky;top:100px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;-ms-flex-item-align:start;align-self:flex-start}@media screen and (max-width: 767px){section.sticky_cont .left{display:none}}section.sticky_cont .left .title{margin-bottom:2rem}section.sticky_cont .left .title .en{color:#005bac;font-weight:500;font-size:1rem;letter-spacing:.05em}section.sticky_cont .left .menu ul{list-style:none;padding:0;margin:0}section.sticky_cont .left .menu ul li{margin-bottom:1rem}section.sticky_cont .left .menu ul li a{display:block;padding:.8rem 1rem;background:#f5f5f5;color:#005bac;text-decoration:none;font-size:.9rem;border-radius:4px;-webkit-transition:all .3s;transition:all .3s;font-weight:500;-webkit-transition:all .3s ease;transition:all .3s ease;border:1px solid #f5f5f5}section.sticky_cont .left .menu ul li a:hover{background:#fff;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.1);box-shadow:0 2px 5px rgba(0,0,0,.1)}section.sticky_cont .left .menu ul li.active a{background:#fff;border:1px solid #eee}section.sticky_cont .right{-webkit-box-flex:1;-ms-flex:1;flex:1}section.sticky_cont .right .jobbox .title{margin-bottom:2rem}section.sticky_cont .right .jobbox .title .jp,section.sticky_cont .right .jobbox .title .en{color:#005bac;font-size:1.2rem}section.sticky_cont .right .jobbox .title h3{font-size:1.6rem;border-bottom:1px solid #000;font-weight:500}section.sticky_cont .right .jobbox .svisual{margin-bottom:4rem}section.sticky_cont .right .jobbox .svisual img{width:100%;height:auto;display:block}section.sticky_cont .right .jobbox .job_grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media screen and (max-width: 767px){section.sticky_cont .right .jobbox .job_grid{display:block}}section.sticky_cont .right .jobbox .job_grid .job{display:block;background:#fff;border:1px solid #eee;padding:2.5rem;text-decoration:none;color:inherit;position:relative;-webkit-transition:color .5s;transition:color .5s;border-radius:4px;overflow:hidden}@media screen and (max-width: 767px){section.sticky_cont .right .jobbox .job_grid .job{margin:0 0 2rem 0}}section.sticky_cont .right .jobbox .job_grid .job .in{position:relative;z-index:30;height:100%}section.sticky_cont .right .jobbox .job_grid .job::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:0;-webkit-transition:opacity .5s ease;transition:opacity .5s ease;background-size:cover;background-position:center;background-repeat:no-repeat}section.sticky_cont .right .jobbox .job_grid .job::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;background:rgba(0,0,0,.7);opacity:0;-webkit-transition:opacity .5s ease;transition:opacity .5s ease}section.sticky_cont .right .jobbox .job_grid .job.job01::after{background-image:url("/career_lp/assets/image/job/job01.jpg")}section.sticky_cont .right .jobbox .job_grid .job.job02::after{background-image:url("/career_lp/assets/image/job/job02.jpg")}section.sticky_cont .right .jobbox .job_grid .job.job03::after{background-image:url("/career_lp/assets/image/job/job03.jpg")}section.sticky_cont .right .jobbox .job_grid .job.job04::after{background-image:url("/career_lp/assets/image/job/job04.jpg")}section.sticky_cont .right .jobbox .job_grid .job.job05::after{background-image:url("/career_lp/assets/image/job/job05.jpg")}section.sticky_cont .right .jobbox .job_grid .job.job06::after{background-image:url("/career_lp/assets/image/job/job06.jpg")}section.sticky_cont .right .jobbox .job_grid .job.job07::after{background-image:url("/career_lp/assets/image/job/job07.jpg")}section.sticky_cont .right .jobbox .job_grid .job.job08::after{background-image:url("/career_lp/assets/image/job/job08.jpg")}section.sticky_cont .right .jobbox .job_grid .job.job09::after{background-image:url("/career_lp/assets/image/job/job09.jpg")}section.sticky_cont .right .jobbox .job_grid .job.job10::after{background-image:url("/career_lp/assets/image/job/job10.jpg")}section.sticky_cont .right .jobbox .job_grid .job.job11::after{background-image:url("/career_lp/assets/image/job/job11.jpg")}section.sticky_cont .right .jobbox .job_grid .job.job12::after{background-image:url("/career_lp/assets/image/job/job12.jpg")}section.sticky_cont .right .jobbox .job_grid .job:hover{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.1);box-shadow:0 5px 15px rgba(0,0,0,.1);color:#fff !important}section.sticky_cont .right .jobbox .job_grid .job:hover::after{opacity:1}section.sticky_cont .right .jobbox .job_grid .job:hover::before{opacity:1}section.sticky_cont .right .jobbox .job_grid .job:hover .jobtitle{color:#fff}section.sticky_cont .right .jobbox .job_grid .job .jobtitle{font-size:1.4rem;margin-bottom:1rem;color:#0b612b}section.sticky_cont .right .jobbox .job_grid .job h3{font-size:1.4rem;font-weight:500;margin-bottom:1.5rem;line-height:1.6}section.sticky_cont .right .jobbox .job_grid .job p{font-size:.9rem;line-height:1.8;margin-bottom:3rem}section.sticky_cont .right .jobbox .job_grid .job .plus_btn{position:absolute;bottom:2rem;right:2rem;z-index:50}section.sticky_cont .right .jobbox .job_grid .job .plus_btn .icon{width:2.5rem;height:2.5rem;background:#005bac;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;font-size:1.2rem}.scroll{position:relative;margin:2rem 0}.scroll-text{color:#333;font-size:14px;text-align:center}.scroll-border{position:relative;top:10px;width:100%;height:80px;overflow:hidden}.scroll-border::after{content:"";display:block;position:absolute;width:1px;height:80px;top:0;left:0;right:0;background:#ccc;margin:auto}.scroll-border::before{content:"";display:block;position:absolute;width:1px;height:40px;top:0;left:0;right:0;background:#333;-webkit-animation:scrollbar 2s ease-in-out infinite;animation:scrollbar 2s ease-in-out infinite;margin:auto;z-index:3}@-webkit-keyframes scrollbar{0%{height:0;top:0}30%{height:100%}100%{top:100%}}@keyframes scrollbar{0%{height:0;top:0}30%{height:100%}100%{top:100%}}.outer_link{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.outer_link:after{position:relative;color:#000;content:"";display:inline-block;width:1em;height:1em;font-size:1em;line-height:inherit;margin:.15em 0 0 .5em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M11 4H4v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5M9 15L20 4m-5 0h5v5'/%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.inview.fadeInup03{overflow:hidden}.inview.fadeInup,.inview.fadeInup03 img,.inview.fadeInup03:after{opacity:0}.inview.fadeInup.active{-webkit-animation:fadeInup .5s ease-out;animation:fadeInup .5s ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.inview.fadeInup03.active img{-webkit-animation:zoom02 2s cubic-bezier(0.61, 1, 0.88, 1);animation:zoom02 2s cubic-bezier(0.61, 1, 0.88, 1);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.inview.fadeInup03:after{-webkit-transition:all 1s ease;transition:all 1s ease;-webkit-transition-delay:.3s;transition-delay:.3s}.inview.fadeInup03.active:after{opacity:1}.inview.leftright{opacity:0}@media screen and (max-width: 767px){.inview.leftright{opacity:1}}.inview.leftright.active{-webkit-animation:leftright_anim .5s ease;animation:leftright_anim .5s ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@media screen and (max-width: 767px){.inview.leftright.active{-webkit-animation:none;animation:none}}.inview.rightleft{opacity:0}.inview.rightleft.active{-webkit-animation:rightleft_anim .5s ease-out;animation:rightleft_anim .5s ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@media screen and (max-width: 767px){.inview.rightleft.active{-webkit-animation:none;animation:none}}.inview.show{opacity:0}.inview.show.active{-webkit-animation:show 1s ease-out;animation:show 1s ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.photo_bar_anim{position:relative;overflow:hidden}.photo_bar_anim .bg{position:absolute;top:0;left:0;width:100%;height:100%;background:#0b612b;content:"";display:block;z-index:500}.photo_bar_anim.active .bg{-webkit-animation-name:barAnime;animation-name:barAnime;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-timing-function:cubic-bezier(0, 1, 0.25, 1);animation-timing-function:cubic-bezier(0, 1, 0.25, 1)}.photo_bar_anim.active .images{-webkit-animation-name:photoAnime;animation-name:photoAnime;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-duration:1.4s;animation-duration:1.4s;-webkit-animation-delay:0s;animation-delay:0s}@-webkit-keyframes barAnime{0%{left:0;width:100%}100%{left:100%;width:0}}@keyframes barAnime{0%{left:0;width:100%}100%{left:100%;width:0}}@-webkit-keyframes photoAnime{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes photoAnime{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes fadeInup{0%{-webkit-transform:translateY(25px);transform:translateY(25px);opacity:0}100%{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1}}@keyframes fadeInup{0%{-webkit-transform:translateY(25px);transform:translateY(25px);opacity:0}100%{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1}}@-webkit-keyframes leftright_anim{0%{-webkit-transform:translatex(-30px);transform:translatex(-30px);opacity:0}100%{-webkit-transform:translateX(0px);transform:translateX(0px);opacity:1}}@keyframes leftright_anim{0%{-webkit-transform:translatex(-30px);transform:translatex(-30px);opacity:0}100%{-webkit-transform:translateX(0px);transform:translateX(0px);opacity:1}}@-webkit-keyframes rightleft_anim{0%{-webkit-transform:translatex(30px);transform:translatex(30px);opacity:0}100%{-webkit-transform:translateX(0px);transform:translateX(0px);opacity:1}}@keyframes rightleft_anim{0%{-webkit-transform:translatex(30px);transform:translatex(30px);opacity:0}100%{-webkit-transform:translateX(0px);transform:translateX(0px);opacity:1}}@-webkit-keyframes flash{0%{opacity:.4}100%{opacity:1}}@keyframes flash{0%{opacity:.4}100%{opacity:1}}@-webkit-keyframes show{0%{opacity:0}100%{opacity:1}}@keyframes show{0%{opacity:0}100%{opacity:1}}@media screen and (max-width: 767px){.zus{width:100%;overflow:hidden}.zus .zuin{overflow-x:auto;-webkit-overflow-scrolling:touch}.zus .zuin img{width:500px !important;max-width:none}.zus .zuin img.wide{width:800px !important}.zus .zuin table{width:700px}}a.outerlink{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:underline;-webkit-transition:all .3s ease;transition:all .3s ease}a.outerlink:after{content:"";display:inline-block;width:1.2em;height:1.2em;-ms-flex-item-align:center;align-self:center;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36'%3E%3Cpath fill='%23000' d='M28 8H14a2 2 0 0 0-2 2v2h2v-2h14v10h-2v2h2a2 2 0 0 0 2-2V10a2 2 0 0 0-2-2' class='clr-i-outline clr-i-outline-path-1'/%3E%3Cpath fill='%23000' d='M22 14H8a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V16a2 2 0 0 0-2-2M8 26V16h14v10Z' class='clr-i-outline clr-i-outline-path-2'/%3E%3Cpath fill='none' d='M0 0h36v36H0z'/%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}