.modal-close-button{cursor:auto;position:var(--modal-close-button-position);-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:start;align-self:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9999;height:var(--modal-close-button-size);width:var(--modal-close-button-size);margin:0;padding:0;border:0;-webkit-margin-start:var(--modal-close-button-offset-inline-start);margin-inline-start:var(--modal-close-button-offset-inline-start);margin-top:var(--modal-close-button-offset-top);top:var(--modal-close-button-offset-top)}html.has-modal .modal-close-button{cursor:pointer}.modal-close-button:focus{outline:none}.modal-close-button:focus .modal-close-icon{-webkit-box-shadow:0 0 0 4px rgba(0,125,250,0.6);box-shadow:0 0 0 4px rgba(0,125,250,0.6);outline:none}.modal-close-button:focus .modal-close-icon[data-focus-method="mouse"]:not(input):not(textarea):not(select),.modal-close-button:focus .modal-close-icon[data-focus-method="touch"]:not(input):not(textarea):not(select){-webkit-box-shadow:none;box-shadow:none}.modal-close-button:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select) .modal-close-icon,.modal-close-button:focus[data-focus-method="touch"]:not(input):not(textarea):not(select) .modal-close-icon{-webkit-box-shadow:none;box-shadow:none}.modal-close-button:hover .modal-close-icon{background:var(--modal-close-background-hover);color:var(--modal-close-color-hover)}.modal-close-button:active .modal-close-icon{background:var(--modal-close-background-active)}.modal-close-button .modal-close-icon{background:var(--modal-close-background);border-radius:var(--modal-close-border-radius);color:var(--modal-close-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:var(--modal-close-icon-size);width:var(--modal-close-icon-size);outline:none;-webkit-transition:color 100ms linear, background 100ms linear;transition:color 100ms linear, background 100ms linear;position:relative}.modal-close-button .modal-close-icon svg{fill:currentColor;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);height:var(--modal-close-icon-svg-size);width:var(--modal-close-icon-svg-size)}.modal-close-button .modal-close-icon *{pointer-events:none}.modal{--modal-overlay-background: #fff;--modal-overlay-padding-top: 76px;--modal-overlay-padding-bottom: 76px;--modal-overlay-padding-inline: 76px;--modal-close-button-offset-top: 16px;--modal-close-button-offset-inline-start: 16px;--modal-close-button-size: 44px;--modal-close-background: #e8e8ed;--modal-close-background-hover: #ececf0;--modal-close-background-active: #dfdfe4;--modal-close-color: rgba(0,0,0,0.56);--modal-close-color-hover: rgba(0,0,0,0.72);--modal-close-border-radius: 50%;--modal-close-button-position: sticky;--modal-close-icon-size: 36px;--modal-close-icon-svg-size: 20px;background:var(--modal-scrim-background, var(--modal-overlay-background));position:fixed;z-index:-1;left:0;right:0;top:0;bottom:0;display:none;overflow:auto}.theme-dark .modal,.modal.theme-dark{--modal-overlay-background: #1d1d1f;--modal-close-background: #333336;--modal-close-background-hover: #37373a;--modal-close-background-active: #2f2f32;--modal-close-color: rgba(255,255,255,0.8);--modal-close-color-hover: #fff}@media only screen and (max-width: 480px){.modal{--modal-overlay-padding-inline: 6.25%}}.modal .modal-overlay-container{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:100%}.modal .modal-overlay{position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.modal .modal-content-container{background:var(--modal-overlay-background);-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-padding-start:var(--modal-overlay-padding-inline);padding-inline-start:var(--modal-overlay-padding-inline);-webkit-padding-end:var(--modal-overlay-padding-inline);padding-inline-end:var(--modal-overlay-padding-inline);padding-top:var(--modal-overlay-padding-top);padding-bottom:var(--modal-overlay-padding-bottom);margin-top:calc(-1 * (44px + var(--modal-close-button-offset-top)))}.modal-open{display:block;z-index:11000}.modal-touch-lock{-ms-touch-action:none;touch-action:none}.has-modal{overflow:hidden}.has-modal body{-webkit-padding-end:var(--modal-scrollbar-buffer);padding-inline-end:var(--modal-scrollbar-buffer)}.modal-full-bleed{--modal-scrim-background: var(--modal-overlay-background);--modal-overlay-padding-top: 96px;--modal-overlay-padding-bottom: 96px;--modal-close-button-offset-top: max(16px, env(safe-area-inset-top));--modal-close-button-offset-inline-start: max(16px, env(safe-area-inset-left))}@media only screen and (max-width: 1068px){.modal-full-bleed{--modal-overlay-padding-top: 76px;--modal-overlay-padding-bottom: 76px}}.modal-full-bleed .modal-overlay-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.modal-full-bleed .modal-overlay{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:100%}.modal-full-bleed .modal-overlay:focus{outline-offset:-4px}.modal-full-bleed .modal-content-container{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.modal-page-overlay{--modal-scrim-background: rgba(0,0,0,0.48);--modal-overlay-margin-top: 40px;--modal-overlay-margin-bottom: var(--modal-overlay-margin-top);--modal-overlay-border-radius-top: 18px;--modal-overlay-border-radius-bottom: var(--modal-overlay-border-radius-top);--modal-overlay-width: 816.66667px}@media only screen and (max-width: 1068px){.modal-page-overlay{--modal-overlay-width: 692px}}@media only screen and (max-width: 734px){.modal-page-overlay{--modal-overlay-width: max(87.5%, 480px);--modal-overlay-padding-bottom: 60px}}@media only screen and (max-width: 480px){.modal-page-overlay{--modal-overlay-border-radius-bottom: 0;--modal-overlay-width: 100%;--modal-close-button-offset-top: max(16px, env(safe-area-inset-top));--modal-close-button-offset-inline-start: max(16px, env(safe-area-inset-left))}}@media only screen and (max-width: 480px){.modal-page-overlay .modal-overlay-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.modal-page-overlay .modal-overlay{margin-left:auto;margin-right:auto;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:var(--modal-overlay-border-radius-top) var(--modal-overlay-border-radius-top) var(--modal-overlay-border-radius-bottom) var(--modal-overlay-border-radius-bottom);width:var(--modal-overlay-width);margin-top:var(--modal-overlay-margin-top);margin-bottom:var(--modal-overlay-margin-bottom)}.modal-page-overlay .modal-overlay:focus{-webkit-box-shadow:0 0 0 4px rgba(0,125,250,0.6);box-shadow:0 0 0 4px rgba(0,125,250,0.6);outline:none}.modal-page-overlay .modal-overlay:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),.modal-page-overlay .modal-overlay:focus[data-focus-method="touch"]:not(input):not(textarea):not(select){-webkit-box-shadow:none;box-shadow:none}@media only screen and (max-width: 480px){.modal-page-overlay .modal-overlay{--modal-overlay-margin-top: 20px;--modal-overlay-margin-bottom: 0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}}.modal-page-overlay .modal-overlay .modal-content-container{border-radius:inherit;-webkit-mask-image:-webkit-radial-gradient(white, black);mask-image:radial-gradient(white, black)}@media only screen and (min-width: 1069px){.modal-wide{--modal-overlay-width: 1029px}}.modal-crossfade{display:block;visibility:hidden;opacity:0;-webkit-transition:opacity .4s ease,visibility 0s linear .4s,z-index 0s linear .4s;transition:opacity .4s ease,visibility 0s linear .4s,z-index 0s linear .4s}@media (prefers-reduced-motion){.modal-crossfade{-webkit-transition:none;transition:none}}.modal-crossfade.modal-open{visibility:visible;opacity:1;-webkit-transition-delay:0s;transition-delay:0s}.modal-fixed-height{overflow:initial;--modal-close-button-position: static}.modal-curtain-white{--modal-scrim-background: rgba(255,255,255,0.48)}.modal-curtain-blur{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.modal-close-button-static{--modal-close-button-position: static}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0;padding:0}ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,hgroup,p,blockquote,figure,form,fieldset,input,legend,pre,abbr,button{margin:0;padding:0}pre,code,address,caption,th,figcaption{font-size:1em;font-weight:normal;font-style:normal}fieldset,iframe{border:0}caption,th{text-align:left}table{border-collapse:collapse;border-spacing:0}main,summary,details{display:block}audio,canvas,video,progress{vertical-align:baseline}button{background:none;border:0;-webkit-box-sizing:content-box;box-sizing:content-box;color:inherit;cursor:pointer;font:inherit;line-height:inherit;overflow:visible;vertical-align:inherit}button:disabled{cursor:default}:focus{outline:4px solid rgba(0,125,250,0.6);outline-offset:1px}:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),:focus[data-focus-method="touch"]:not(input):not(textarea):not(select){outline:none}::-moz-focus-inner{border:0;padding:0}html{font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;font-size:106.25%;quotes:"“" "”"}[lang]:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}[lang]:lang(ja){font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}[lang]:lang(ko){font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}[lang]:lang(th){font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}[lang]:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}[lang]:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}[lang]:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}[lang]:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}:lang(cs){quotes:"„" "“"}:lang(de){quotes:"„" "“"}:lang(de-CH){quotes:"«" "»"}:lang(de-LI){quotes:"«" "»"}:lang(fr){quotes:"« " " »"}:lang(fr-CH){quotes:"«" "»"}:lang(es-ES){quotes:"«" "»"}:lang(hu){quotes:"„" "“"}:lang(ja-JP){quotes:"「" "」"}:lang(no-NO){quotes:"«" "»"}:lang(lt){quotes:"„" "“"}:lang(pl){quotes:"„" "“"}:lang(ru){quotes:"« " " »"}:lang(zh){quotes:"「" "」"}:lang(zh-CN){quotes:"“" "”"}body{font-size:17px;line-height:1.47059;font-weight:400;letter-spacing:-.022em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;background-color:#fff;color:#1d1d1f;font-style:normal}body:lang(ar){line-height:1.58824;letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}body:lang(ja){letter-spacing:0em;font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}body:lang(ko){line-height:1.58824;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}body:lang(zh){letter-spacing:0em}body:lang(th){line-height:1.35296;letter-spacing:0em;font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}body:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}body:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}body:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}body:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}body,input,textarea,select,button{font-synthesis:none;-moz-font-feature-settings:'kern';-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;direction:ltr;text-align:left}h1,h2,h3,h4,h5,h6{font-weight:600;color:#1d1d1f}h1 img,h2 img,h3 img,h4 img,h5 img,h6 img{display:block;margin:0}h1+*,h2+*,h3+*,h4+*,h5+*,h6+*{margin-top:.8em}h1+h1,h1+h2,h1+h3,h1+h4,h1+h5,h1+h6,h2+h1,h2+h2,h2+h3,h2+h4,h2+h5,h2+h6,h3+h1,h3+h2,h3+h3,h3+h4,h3+h5,h3+h6,h4+h1,h4+h2,h4+h3,h4+h4,h4+h5,h4+h6,h5+h1,h5+h2,h5+h3,h5+h4,h5+h5,h5+h6,h6+h1,h6+h2,h6+h3,h6+h4,h6+h5,h6+h6{margin-top:.4em}p+h1,ul+h1,ol+h1,p+h2,ul+h2,ol+h2,p+h3,ul+h3,ol+h3,p+h4,ul+h4,ol+h4,p+h5,ul+h5,ol+h5,p+h6,ul+h6,ol+h6{margin-top:1.6em}.heading-collapsed+*{margin-top:0}p+*,ul+*,ol+*{margin-top:.8em}ul,ol{margin-left:1.17647em}ul ul,ul ol,ol ul,ol ol{margin-top:0;margin-bottom:0}nav ul,nav ol{margin:0;list-style:none}li li{font-size:1em}a,.link{color:#06c;letter-spacing:inherit}a:link,a:visited,.link:link,.link:visited{text-decoration:none}a:hover,.link:hover{text-decoration:underline}a:active,.link:active{text-decoration:none}a:disabled,.link:disabled{opacity:.32}.links-inline,.links-stacked{margin-left:0;margin-right:0;list-style:none}.links-inline li{display:inline;margin:0 0.8em}.links-inline li:first-child{margin-left:0}.links-inline li:last-child{margin-right:0}.links-stacked li{margin:0;display:block}.links-stacked li+li{margin-top:.4em}b,strong{font-weight:600}em,i,cite,dfn{font-style:italic}sup,sub{position:relative;font-size:.6em;vertical-align:baseline}sup{top:-.5em}sub{bottom:-0.25em}.footnote a{vertical-align:inherit;color:inherit}.footnote a:hover{color:#06c;text-decoration:none}.footnote-reduced{font-size:0.45em}sup.footnote-reduced{top:-0.86em}sub.footnote-reduced{bottom:-0.36em}.footnote-supglyph{position:relative;vertical-align:baseline}.footnote-supglyph.footnote-reduced{font-size:0.9em;top:-0.09em}.footnote-diamond{position:relative;vertical-align:baseline;-webkit-font-feature-settings:"numr";font-feature-settings:"numr";font-size:1em}sup.footnote-diamond{top:initial}sub.footnote-diamond{bottom:-0.5em}.footnote-diamond.footnote-reduced{font-size:0.9em;top:-0.09em}sub.footnote-diamond.footnote-reduced{top:initial;bottom:-0.52em}.footnote-number{position:relative;vertical-align:baseline;-webkit-font-feature-settings:"numr";font-feature-settings:"numr";font-size:1em}sup.footnote-number{top:initial}sub.footnote-number{bottom:-0.5em}.footnote-number.footnote-reduced{font-size:0.9em;top:-0.09em}sub.footnote-number.footnote-reduced{top:initial;bottom:-0.52em}abbr{border:0}:lang(ja),:lang(ko),:lang(th),:lang(zh){font-style:normal}:lang(ko){word-break:keep-all}.justify-content-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.justify-content-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.justify-content-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-content-spacebetween{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.justify-content-spacearound{-ms-flex-pack:distribute;justify-content:space-around}.justify-content-spaceevenly{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.align-items-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.align-items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.align-items-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.align-self-start{-ms-flex-item-align:start;align-self:flex-start}.align-self-center{-ms-flex-item-align:center;align-self:center}.align-self-end{-ms-flex-item-align:end;align-self:flex-end}.large-justify-content-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.large-justify-content-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.large-justify-content-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.large-justify-content-spacebetween{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.large-justify-content-spacearound{-ms-flex-pack:distribute;justify-content:space-around}.large-justify-content-spaceevenly{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.large-align-items-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.large-align-items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.large-align-items-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.large-align-self-start{-ms-flex-item-align:start;align-self:flex-start}.large-align-self-center{-ms-flex-item-align:center;align-self:center}.large-align-self-end{-ms-flex-item-align:end;align-self:flex-end}@media only screen and (min-width: 1441px){.xlarge-justify-content-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xlarge-justify-content-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.xlarge-justify-content-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xlarge-justify-content-spacebetween{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xlarge-justify-content-spacearound{-ms-flex-pack:distribute;justify-content:space-around}.xlarge-justify-content-spaceevenly{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.xlarge-align-items-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.xlarge-align-items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xlarge-align-items-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.xlarge-align-self-start{-ms-flex-item-align:start;align-self:flex-start}.xlarge-align-self-center{-ms-flex-item-align:center;align-self:center}.xlarge-align-self-end{-ms-flex-item-align:end;align-self:flex-end}}@media only screen and (max-width: 1068px){.medium-justify-content-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.medium-justify-content-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.medium-justify-content-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.medium-justify-content-spacebetween{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.medium-justify-content-spacearound{-ms-flex-pack:distribute;justify-content:space-around}.medium-justify-content-spaceevenly{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.medium-align-items-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.medium-align-items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.medium-align-items-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.medium-align-self-start{-ms-flex-item-align:start;align-self:flex-start}.medium-align-self-center{-ms-flex-item-align:center;align-self:center}.medium-align-self-end{-ms-flex-item-align:end;align-self:flex-end}}@media only screen and (max-width: 734px){.small-justify-content-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.small-justify-content-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.small-justify-content-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.small-justify-content-spacebetween{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.small-justify-content-spacearound{-ms-flex-pack:distribute;justify-content:space-around}.small-justify-content-spaceevenly{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.small-align-items-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.small-align-items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.small-align-items-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.small-align-self-start{-ms-flex-item-align:start;align-self:flex-start}.small-align-self-center{-ms-flex-item-align:center;align-self:center}.small-align-self-end{-ms-flex-item-align:end;align-self:flex-end}}.selfclear::before,.selfclear::after{content:' ';display:table}.selfclear::after{clear:both}.visuallyhidden{position:absolute;clip:rect(1px, 1px, 1px, 1px);-webkit-clip-path:inset(0px 0px 99.9% 99.9%);clip-path:inset(0px 0px 99.9% 99.9%);overflow:hidden;height:1px;width:1px;padding:0;border:0}@media only screen and (inverted-colors){.no-inversion{-webkit-filter:invert(1);filter:invert(1)}}.nowrap{display:inline-block;text-decoration:inherit;white-space:nowrap}.clear{clear:both}.cursor-grab{cursor:move;cursor:-webkit-grab;cursor:grab}.cursor-grabbing{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%}.row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.column{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;min-width:0px}.large-offset-0{margin-left:0}.large-order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.large-1{-ms-flex-preferred-size:8.33333%;flex-basis:8.33333%;max-width:8.33333%}.large-offset-1{margin-left:8.33333%}.large-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.large-2{-ms-flex-preferred-size:16.66667%;flex-basis:16.66667%;max-width:16.66667%}.large-offset-2{margin-left:16.66667%}.large-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.large-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.large-offset-3{margin-left:25%}.large-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.large-4{-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%;max-width:33.33333%}.large-offset-4{margin-left:33.33333%}.large-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.large-5{-ms-flex-preferred-size:41.66667%;flex-basis:41.66667%;max-width:41.66667%}.large-offset-5{margin-left:41.66667%}.large-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.large-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.large-offset-6{margin-left:50%}.large-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.large-7{-ms-flex-preferred-size:58.33333%;flex-basis:58.33333%;max-width:58.33333%}.large-offset-7{margin-left:58.33333%}.large-order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.large-8{-ms-flex-preferred-size:66.66667%;flex-basis:66.66667%;max-width:66.66667%}.large-offset-8{margin-left:66.66667%}.large-order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.large-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.large-offset-9{margin-left:75%}.large-order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.large-10{-ms-flex-preferred-size:83.33333%;flex-basis:83.33333%;max-width:83.33333%}.large-offset-10{margin-left:83.33333%}.large-order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.large-11{-ms-flex-preferred-size:91.66667%;flex-basis:91.66667%;max-width:91.66667%}.large-offset-11{margin-left:91.66667%}.large-order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.large-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.large-offset-12{margin-left:100%}.large-order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.large-centered{margin-left:auto;margin-right:auto}.large-uncentered{margin-left:0;margin-right:0}.large-last{margin-left:auto}.large-notlast{margin-left:0}.large-grow{-webkit-box-flex:1;-ms-flex:auto;flex:auto;max-width:initial}.large-ungrow{-webkit-box-flex:initial;-ms-flex:initial;flex:initial;max-width:initial}@media only screen and (min-width: 1441px){.xlarge-offset-0{margin-left:0}.xlarge-order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.xlarge-1{-ms-flex-preferred-size:8.33333%;flex-basis:8.33333%;max-width:8.33333%}.xlarge-offset-1{margin-left:8.33333%}.xlarge-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.xlarge-2{-ms-flex-preferred-size:16.66667%;flex-basis:16.66667%;max-width:16.66667%}.xlarge-offset-2{margin-left:16.66667%}.xlarge-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.xlarge-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.xlarge-offset-3{margin-left:25%}.xlarge-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.xlarge-4{-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%;max-width:33.33333%}.xlarge-offset-4{margin-left:33.33333%}.xlarge-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.xlarge-5{-ms-flex-preferred-size:41.66667%;flex-basis:41.66667%;max-width:41.66667%}.xlarge-offset-5{margin-left:41.66667%}.xlarge-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.xlarge-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.xlarge-offset-6{margin-left:50%}.xlarge-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.xlarge-7{-ms-flex-preferred-size:58.33333%;flex-basis:58.33333%;max-width:58.33333%}.xlarge-offset-7{margin-left:58.33333%}.xlarge-order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.xlarge-8{-ms-flex-preferred-size:66.66667%;flex-basis:66.66667%;max-width:66.66667%}.xlarge-offset-8{margin-left:66.66667%}.xlarge-order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.xlarge-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.xlarge-offset-9{margin-left:75%}.xlarge-order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.xlarge-10{-ms-flex-preferred-size:83.33333%;flex-basis:83.33333%;max-width:83.33333%}.xlarge-offset-10{margin-left:83.33333%}.xlarge-order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.xlarge-11{-ms-flex-preferred-size:91.66667%;flex-basis:91.66667%;max-width:91.66667%}.xlarge-offset-11{margin-left:91.66667%}.xlarge-order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.xlarge-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.xlarge-offset-12{margin-left:100%}.xlarge-order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.xlarge-centered{margin-left:auto;margin-right:auto}.xlarge-uncentered{margin-left:0;margin-right:0}.xlarge-last{margin-left:auto}.xlarge-notlast{margin-left:0}.xlarge-grow{-webkit-box-flex:1;-ms-flex:auto;flex:auto;max-width:initial}.xlarge-ungrow{-webkit-box-flex:initial;-ms-flex:initial;flex:initial;max-width:initial}}@media only screen and (max-width: 1068px){.medium-offset-0{margin-left:0}.medium-order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.medium-1{-ms-flex-preferred-size:8.33333%;flex-basis:8.33333%;max-width:8.33333%}.medium-offset-1{margin-left:8.33333%}.medium-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.medium-2{-ms-flex-preferred-size:16.66667%;flex-basis:16.66667%;max-width:16.66667%}.medium-offset-2{margin-left:16.66667%}.medium-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.medium-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.medium-offset-3{margin-left:25%}.medium-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.medium-4{-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%;max-width:33.33333%}.medium-offset-4{margin-left:33.33333%}.medium-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.medium-5{-ms-flex-preferred-size:41.66667%;flex-basis:41.66667%;max-width:41.66667%}.medium-offset-5{margin-left:41.66667%}.medium-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.medium-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.medium-offset-6{margin-left:50%}.medium-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.medium-7{-ms-flex-preferred-size:58.33333%;flex-basis:58.33333%;max-width:58.33333%}.medium-offset-7{margin-left:58.33333%}.medium-order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.medium-8{-ms-flex-preferred-size:66.66667%;flex-basis:66.66667%;max-width:66.66667%}.medium-offset-8{margin-left:66.66667%}.medium-order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.medium-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.medium-offset-9{margin-left:75%}.medium-order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.medium-10{-ms-flex-preferred-size:83.33333%;flex-basis:83.33333%;max-width:83.33333%}.medium-offset-10{margin-left:83.33333%}.medium-order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.medium-11{-ms-flex-preferred-size:91.66667%;flex-basis:91.66667%;max-width:91.66667%}.medium-offset-11{margin-left:91.66667%}.medium-order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.medium-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.medium-offset-12{margin-left:100%}.medium-order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.medium-centered{margin-left:auto;margin-right:auto}.medium-uncentered{margin-left:0;margin-right:0}.medium-last{margin-left:auto}.medium-notlast{margin-left:0}.medium-grow{-webkit-box-flex:1;-ms-flex:auto;flex:auto;max-width:initial}.medium-ungrow{-webkit-box-flex:initial;-ms-flex:initial;flex:initial;max-width:initial}}@media only screen and (max-width: 734px){.small-offset-0{margin-left:0}.small-order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.small-1{-ms-flex-preferred-size:8.33333%;flex-basis:8.33333%;max-width:8.33333%}.small-offset-1{margin-left:8.33333%}.small-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.small-2{-ms-flex-preferred-size:16.66667%;flex-basis:16.66667%;max-width:16.66667%}.small-offset-2{margin-left:16.66667%}.small-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.small-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.small-offset-3{margin-left:25%}.small-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.small-4{-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%;max-width:33.33333%}.small-offset-4{margin-left:33.33333%}.small-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.small-5{-ms-flex-preferred-size:41.66667%;flex-basis:41.66667%;max-width:41.66667%}.small-offset-5{margin-left:41.66667%}.small-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.small-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.small-offset-6{margin-left:50%}.small-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.small-7{-ms-flex-preferred-size:58.33333%;flex-basis:58.33333%;max-width:58.33333%}.small-offset-7{margin-left:58.33333%}.small-order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.small-8{-ms-flex-preferred-size:66.66667%;flex-basis:66.66667%;max-width:66.66667%}.small-offset-8{margin-left:66.66667%}.small-order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.small-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.small-offset-9{margin-left:75%}.small-order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.small-10{-ms-flex-preferred-size:83.33333%;flex-basis:83.33333%;max-width:83.33333%}.small-offset-10{margin-left:83.33333%}.small-order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.small-11{-ms-flex-preferred-size:91.66667%;flex-basis:91.66667%;max-width:91.66667%}.small-offset-11{margin-left:91.66667%}.small-order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.small-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.small-offset-12{margin-left:100%}.small-order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.small-centered{margin-left:auto;margin-right:auto}.small-uncentered{margin-left:0;margin-right:0}.small-last{margin-left:auto}.small-notlast{margin-left:0}.small-grow{-webkit-box-flex:1;-ms-flex:auto;flex:auto;max-width:initial}.small-ungrow{-webkit-box-flex:initial;-ms-flex:initial;flex:initial;max-width:initial}}.row-reverse .column{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;min-width:0px}.row-reverse .large-offset-0{margin-right:0}.row-reverse .large-offset-1{margin-right:8.33333%}.row-reverse .large-offset-2{margin-right:16.66667%}.row-reverse .large-offset-3{margin-right:25%}.row-reverse .large-offset-4{margin-right:33.33333%}.row-reverse .large-offset-5{margin-right:41.66667%}.row-reverse .large-offset-6{margin-right:50%}.row-reverse .large-offset-7{margin-right:58.33333%}.row-reverse .large-offset-8{margin-right:66.66667%}.row-reverse .large-offset-9{margin-right:75%}.row-reverse .large-offset-10{margin-right:83.33333%}.row-reverse .large-offset-11{margin-right:91.66667%}.row-reverse .large-offset-12{margin-right:100%}.row-reverse .large-last{margin-right:auto}.row-reverse .large-notlast{margin-right:0}@media only screen and (min-width: 1441px){.row-reverse .xlarge-offset-0{margin-right:0}.row-reverse .xlarge-offset-1{margin-right:8.33333%}.row-reverse .xlarge-offset-2{margin-right:16.66667%}.row-reverse .xlarge-offset-3{margin-right:25%}.row-reverse .xlarge-offset-4{margin-right:33.33333%}.row-reverse .xlarge-offset-5{margin-right:41.66667%}.row-reverse .xlarge-offset-6{margin-right:50%}.row-reverse .xlarge-offset-7{margin-right:58.33333%}.row-reverse .xlarge-offset-8{margin-right:66.66667%}.row-reverse .xlarge-offset-9{margin-right:75%}.row-reverse .xlarge-offset-10{margin-right:83.33333%}.row-reverse .xlarge-offset-11{margin-right:91.66667%}.row-reverse .xlarge-offset-12{margin-right:100%}.row-reverse .xlarge-last{margin-right:auto}.row-reverse .xlarge-notlast{margin-right:0}}@media only screen and (max-width: 1068px){.row-reverse .medium-offset-0{margin-right:0}.row-reverse .medium-offset-1{margin-right:8.33333%}.row-reverse .medium-offset-2{margin-right:16.66667%}.row-reverse .medium-offset-3{margin-right:25%}.row-reverse .medium-offset-4{margin-right:33.33333%}.row-reverse .medium-offset-5{margin-right:41.66667%}.row-reverse .medium-offset-6{margin-right:50%}.row-reverse .medium-offset-7{margin-right:58.33333%}.row-reverse .medium-offset-8{margin-right:66.66667%}.row-reverse .medium-offset-9{margin-right:75%}.row-reverse .medium-offset-10{margin-right:83.33333%}.row-reverse .medium-offset-11{margin-right:91.66667%}.row-reverse .medium-offset-12{margin-right:100%}.row-reverse .medium-last{margin-right:auto}.row-reverse .medium-notlast{margin-right:0}}@media only screen and (max-width: 734px){.row-reverse .small-offset-0{margin-right:0}.row-reverse .small-offset-1{margin-right:8.33333%}.row-reverse .small-offset-2{margin-right:16.66667%}.row-reverse .small-offset-3{margin-right:25%}.row-reverse .small-offset-4{margin-right:33.33333%}.row-reverse .small-offset-5{margin-right:41.66667%}.row-reverse .small-offset-6{margin-right:50%}.row-reverse .small-offset-7{margin-right:58.33333%}.row-reverse .small-offset-8{margin-right:66.66667%}.row-reverse .small-offset-9{margin-right:75%}.row-reverse .small-offset-10{margin-right:83.33333%}.row-reverse .small-offset-11{margin-right:91.66667%}.row-reverse .small-offset-12{margin-right:100%}.row-reverse .small-last{margin-right:auto}.row-reverse .small-notlast{margin-right:0}}.grid{margin-left:auto;margin-right:auto;grid-column-gap:24px;grid-row-gap:24px;padding-left:24px;padding-right:24px;padding-top:0;padding-bottom:0;display:grid;grid-template-columns:repeat(12, minmax(0, 1fr))}.grid .grid{height:100%;padding-left:0;padding-right:0}.grid-item{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.large-span-0{grid-column:span 0}.large-span-1{grid-column:span 1}.large-span-2{grid-column:span 2}.large-span-3{grid-column:span 3}.large-span-4{grid-column:span 4}.large-span-5{grid-column:span 5}.large-span-6{grid-column:span 6}.large-span-7{grid-column:span 7}.large-span-8{grid-column:span 8}.large-span-9{grid-column:span 9}.large-span-10{grid-column:span 10}.large-span-11{grid-column:span 11}.large-span-12{grid-column:span 12}@media only screen and (min-width: 1441px){.xlarge-span-0{grid-column:span 0}.xlarge-span-1{grid-column:span 1}.xlarge-span-2{grid-column:span 2}.xlarge-span-3{grid-column:span 3}.xlarge-span-4{grid-column:span 4}.xlarge-span-5{grid-column:span 5}.xlarge-span-6{grid-column:span 6}.xlarge-span-7{grid-column:span 7}.xlarge-span-8{grid-column:span 8}.xlarge-span-9{grid-column:span 9}.xlarge-span-10{grid-column:span 10}.xlarge-span-11{grid-column:span 11}.xlarge-span-12{grid-column:span 12}}@media only screen and (max-width: 1068px){.medium-span-0{grid-column:span 0}.medium-span-1{grid-column:span 1}.medium-span-2{grid-column:span 2}.medium-span-3{grid-column:span 3}.medium-span-4{grid-column:span 4}.medium-span-5{grid-column:span 5}.medium-span-6{grid-column:span 6}.medium-span-7{grid-column:span 7}.medium-span-8{grid-column:span 8}.medium-span-9{grid-column:span 9}.medium-span-10{grid-column:span 10}.medium-span-11{grid-column:span 11}.medium-span-12{grid-column:span 12}}@media only screen and (max-width: 734px){.small-span-0{grid-column:span 0}.small-span-1{grid-column:span 1}.small-span-2{grid-column:span 2}.small-span-3{grid-column:span 3}.small-span-4{grid-column:span 4}.small-span-5{grid-column:span 5}.small-span-6{grid-column:span 6}.small-span-7{grid-column:span 7}.small-span-8{grid-column:span 8}.small-span-9{grid-column:span 9}.small-span-10{grid-column:span 10}.small-span-11{grid-column:span 11}.small-span-12{grid-column:span 12}}.icon::before,.icon::after,.more::before,.more::after{font-family:"SF Pro Icons";color:inherit;display:inline-block;font-style:normal;font-weight:inherit;font-size:inherit;line-height:1;text-decoration:underline;position:relative;z-index:1;alt:''}.icon::before,.icon::after,.more::before,.more::after{text-decoration:none}.icon::before,.more::before{display:none}.icon-after::after,.more::after{padding-left:.3em;top:0}.icon-before::before{padding-right:.3em;display:inline-block;top:0}.icon-before::after{display:none}.icon-before.icon-apple::before{padding-right:0;display:inline-block;top:0}.icon-before.icon-apple::after{display:none}.icon-apple::before,.icon-apple::after{content:""}.icon-chevrondown::before,.icon-chevrondown::after{content:""}.icon-chevrondowncircle::before,.icon-chevrondowncircle::after{content:""}.icon-chevronleft::before,.icon-chevronleft::after{content:""}.icon-chevronleftcircle::before,.icon-chevronleftcircle::after{content:""}.icon-chevronright::before,.icon-chevronright::after{content:""}.icon-chevronrightcircle::before,.icon-chevronrightcircle::after{content:""}.icon-chevronup::before,.icon-chevronup::after{content:""}.icon-chevronupcircle::before,.icon-chevronupcircle::after{content:""}.icon-downloadcircle::before,.icon-downloadcircle::after{content:""}.icon-arrowupcircle::before,.icon-arrowupcircle::after{content:"􀁶"}.icon-external::before,.icon-external::after{content:""}.icon-share::before,.icon-share::after{content:""}.icon-search::before,.icon-search::after{content:""}.icon-arkit::before,.icon-arkit::after{content:""}.icon-pausecircle::before,.icon-pausecircle::after{content:""}.icon-pausesolid::before,.icon-pausesolid::after{content:""}.icon-playcircle::before,.icon-playcircle::after{content:""}.icon-playsolid::before,.icon-playsolid::after{content:""}.icon-replay::before,.icon-replay::after{content:""}.icon-stopcircle::before,.icon-stopcircle::after{content:""}.icon-stopsolid::before,.icon-stopsolid::after{content:""}.icon-circle::before,.icon-circle::after{content:""}.icon-check::before,.icon-check::after{content:""}.icon-checkcircle::before,.icon-checkcircle::after{content:""}.icon-checksolid::before,.icon-checksolid::after{content:""}.icon-reset::before,.icon-reset::after{content:""}.icon-resetcircle::before,.icon-resetcircle::after{content:""}.icon-resetsolid::before,.icon-resetsolid::after{content:""}.icon-exclamation::before,.icon-exclamation::after{content:""}.icon-exclamationcircle::before,.icon-exclamationcircle::after{content:""}.icon-exclamationsolid::before,.icon-exclamationsolid::after{content:""}.icon-exclamationtriangle::before,.icon-exclamationtriangle::after{content:""}.icon-exclamationtrianglesolid::before,.icon-exclamationtrianglesolid::after{content:""}.icon-infocircle::before,.icon-infocircle::after{content:""}.icon-infosolid::before,.icon-infosolid::after{content:""}.icon-question::before,.icon-question::after{content:""}.icon-questioncircle::before,.icon-questioncircle::after{content:""}.icon-questionsolid::before,.icon-questionsolid::after{content:""}.icon-plus::before,.icon-plus::after{content:""}.icon-pluscircle::before,.icon-pluscircle::after{content:""}.icon-plussolid::before,.icon-plussolid::after{content:""}.icon-minus::before,.icon-minus::after{content:""}.icon-minuscircle::before,.icon-minuscircle::after{content:""}.icon-minussolid::before,.icon-minussolid::after{content:""}.icon-1circle::before,.icon-1circle::after{content:""}.icon-2circle::before,.icon-2circle::after{content:""}.icon-3circle::before,.icon-3circle::after{content:""}.icon-4circle::before,.icon-4circle::after{content:""}.icon-5circle::before,.icon-5circle::after{content:""}.icon-6circle::before,.icon-6circle::after{content:""}.icon-7circle::before,.icon-7circle::after{content:""}.icon-8circle::before,.icon-8circle::after{content:""}.icon-9circle::before,.icon-9circle::after{content:""}.icon-10circle::before,.icon-10circle::after{content:""}.icon-11circle::before,.icon-11circle::after{content:""}.icon-12circle::before,.icon-12circle::after{content:""}.icon-13circle::before,.icon-13circle::after{content:""}.icon-14circle::before,.icon-14circle::after{content:""}.icon-15circle::before,.icon-15circle::after{content:""}.icon-16circle::before,.icon-16circle::after{content:""}.icon-17circle::before,.icon-17circle::after{content:""}.icon-18circle::before,.icon-18circle::after{content:""}.icon-19circle::before,.icon-19circle::after{content:""}.icon-20circle::before,.icon-20circle::after{content:""}.icon-close::before,.icon-close::after{content:""}.icon-closecompact::before,.icon-closecompact::after{content:""}.icon-paddleleft::before,.icon-paddleleft::after{content:""}.icon-paddleleftcompact::before,.icon-paddleleftcompact::after{content:""}.icon-paddleright::before,.icon-paddleright::after{content:""}.icon-paddlerightcompact::before,.icon-paddlerightcompact::after{content:""}.icon-paddleup::before,.icon-paddleup::after{content:""}.icon-paddleupcompact::before,.icon-paddleupcompact::after{content:""}.icon-paddledown::before,.icon-paddledown::after{content:""}.icon-paddledowncompact::before,.icon-paddledowncompact::after{content:""}.icon-thumbnailreplay::before,.icon-thumbnailreplay::after{content:""}.icon-thumbnailpause::before,.icon-thumbnailpause::after{content:""}.icon-thumbnailplay::before,.icon-thumbnailplay::after{content:""}.icon-externalrtl::before,.icon-externalrtl::after{content:""}.icon-questionrtl::before,.icon-questionrtl::after{content:""}.icon-questioncirclertl::before,.icon-questioncirclertl::after{content:""}.icon-questionsolidrtl::before,.icon-questionsolidrtl::after{content:""}.more::before,.more::after{content:""}.more-block{margin-top:.5em}.icon-wrapper .icon,.icon-wrapper .more:not(.icon-before)::after,.icon-wrapper .icon-before::before,.icon-wrapper .icon-after::after{display:inline;position:static}a.icon-wrapper{text-decoration:none}a.icon-wrapper:hover .icon-copy{text-decoration:underline}html[dir=rtl] .icon-external::before,html[dir=rtl] .icon-external::after{content:""}html[dir=rtl] .icon-wrapper{unicode-bidi:bidi-override}html[dir=rtl] .icon-copy{unicode-bidi:embed}:lang(ar) .icon-question::before,:lang(ar) .icon-question::after{content:""}:lang(ar) .icon-questioncircle::before,:lang(ar) .icon-questioncircle::after{content:""}:lang(ar) .icon-questionsolid::before,:lang(ar) .icon-questionsolid::after{content:""}body{min-width:320px}.large-hide{display:none}.large-show{display:block}.large-show-inline{display:inline}.large-show-inlineblock{display:inline-block}@media only screen and (min-width: 1441px){.xlarge-hide{display:none}.xlarge-show{display:block}.xlarge-show-inline{display:inline}.xlarge-show-inlineblock{display:inline-block}}@media only screen and (max-width: 1068px){.medium-hide{display:none}.medium-show{display:block}.medium-show-inline{display:inline}.medium-show-inlineblock{display:inline-block}}@media only screen and (max-width: 734px){.small-hide{display:none}.small-show{display:block}.small-show-inline{display:inline}.small-show-inlineblock{display:inline-block}}.viewport-content{margin-left:auto;margin-right:auto;width:980px}@media only screen and (min-width: 1441px){.viewport-content{margin-left:auto;margin-right:auto;width:980px}}@media only screen and (max-width: 1068px){.viewport-content{margin-left:auto;margin-right:auto;width:692px}}@media only screen and (max-width: 734px){.viewport-content{margin-left:auto;margin-right:auto;width:87.5%}}br.large{display:block}@media only screen and (max-width: 1068px){br.large{display:none}}@media only screen and (max-width: 734px){br.large{display:none}}br.medium{display:none}@media only screen and (max-width: 1068px){br.medium{display:block}}@media only screen and (max-width: 734px){br.medium{display:none}}br.small{display:none}@media only screen and (max-width: 1068px){br.small{display:none}}@media only screen and (max-width: 734px){br.small{display:block}}.button{cursor:pointer;display:inline-block;text-align:center;white-space:nowrap;font-size:17px;line-height:1.17648;font-weight:400;letter-spacing:-.022em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;min-width:28px;padding-left:16px;padding-right:16px;padding-top:8px;padding-bottom:8px;border-radius:980px;background:#0071e3;color:#fff;--sk-button-margin-horizontal: 14px;--sk-button-margin-vertical: 14px}.button:hover{text-decoration:none}.button:focus{-webkit-box-shadow:0 0 0 4px rgba(0,125,250,0.6);box-shadow:0 0 0 4px rgba(0,125,250,0.6);outline:none}.button:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),.button:focus[data-focus-method="touch"]:not(input):not(textarea):not(select){-webkit-box-shadow:none;box-shadow:none}.button:active{outline:none}.button:disabled,.button.disabled{cursor:default}.button:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.button:lang(ja){letter-spacing:0em;font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.button:lang(ko){letter-spacing:0em;font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.button:lang(zh){letter-spacing:0em}.button:lang(th){font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.button:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.button:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.button:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.button:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.button:hover{background:#0077ED}.button:active{background:#006EDB}.button:disabled,.button.disabled{background:#0071e3;color:#fff;opacity:.32}.button-block{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;width:100%;border-radius:8px;--sk-button-margin-horizontal: 9px;--sk-button-margin-vertical: 9px}.button-neutral{background:#1d1d1f;color:#fff}.button-neutral:hover{background:#272729}.button-neutral:active{background:#18181A}.button-neutral:disabled,.button-neutral.disabled{background:#1d1d1f;color:#fff;opacity:.32}.button-secondary{background:#e8e8ed;color:#000}.button-secondary:hover{background:#EBEBF0}.button-secondary:active{background:#E6E6EB}.button-secondary:disabled,.button-secondary.disabled{background:#e8e8ed;color:#000;opacity:.56}.button-secondary-alpha{background:rgba(0,0,0,0.08);color:#000}.button-secondary-alpha:hover{background:rgba(0,0,0,0.07)}.button-secondary-alpha:active{background:rgba(0,0,0,0.09)}.button-secondary-alpha:disabled,.button-secondary-alpha.disabled{background:rgba(0,0,0,0.08);color:#000;opacity:.56}.button-super{font-size:17px;line-height:1.17648;font-weight:400;letter-spacing:-.022em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;min-width:28px;padding-left:31px;padding-right:31px;padding-top:18px;padding-bottom:18px;--sk-button-margin-horizontal: 22px;--sk-button-margin-vertical: 22px}.button-super:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.button-super:lang(ja){letter-spacing:0em;font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.button-super:lang(ko){letter-spacing:0em;font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.button-super:lang(zh){letter-spacing:0em}.button-super:lang(th){font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.button-super:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.button-super:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.button-super:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.button-super:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.button-super.button-block{border-radius:12px;--sk-button-margin-horizontal: 14px;--sk-button-margin-vertical: 14px}.button-elevated{font-size:17px;line-height:1.17648;font-weight:400;letter-spacing:-.022em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;min-width:26px;padding-left:22px;padding-right:22px;padding-top:12px;padding-bottom:12px;--sk-button-margin-horizontal: 18px;--sk-button-margin-vertical: 18px}.button-elevated:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.button-elevated:lang(ja){letter-spacing:0em;font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.button-elevated:lang(ko){letter-spacing:0em;font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.button-elevated:lang(zh){letter-spacing:0em}.button-elevated:lang(th){font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.button-elevated:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.button-elevated:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.button-elevated:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.button-elevated:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.button-elevated.button-block{border-radius:10px;--sk-button-margin-horizontal: 11px;--sk-button-margin-vertical: 11px}.button-reduced{font-size:12px;line-height:1.33337;font-weight:400;letter-spacing:-.01em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;min-width:23px;padding-left:11px;padding-right:11px;padding-top:4px;padding-bottom:4px;--sk-button-margin-horizontal: 10px;--sk-button-margin-vertical: 10px}.button-reduced:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.button-reduced:lang(ja){letter-spacing:0em;font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.button-reduced:lang(ko){letter-spacing:0em;font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.button-reduced:lang(zh){letter-spacing:0em}.button-reduced:lang(th){font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.button-reduced:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.button-reduced:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.button-reduced:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.button-reduced:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.button-reduced.button-block{border-radius:5px;--sk-button-margin-horizontal: 6px;--sk-button-margin-vertical: 6px}.button-margin{margin-right:var(--sk-button-margin-horizontal);margin-bottom:var(--sk-button-margin-vertical)}.callout{font-size:17px;line-height:1.47059;font-weight:400;letter-spacing:-.022em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid;padding:2.23529em 8.33333% 2.11765em;border-radius:18px;background-color:#f5f5f7;border-color:rgba(0,0,0,0);color:#1d1d1f}.callout>:first-child{margin-top:0}.callout>:last-child{margin-bottom:0}.callout:lang(ar){line-height:1.58824;letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.callout:lang(ja){letter-spacing:0em;font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.callout:lang(ko){line-height:1.58824;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.callout:lang(zh){letter-spacing:0em}.callout:lang(th){line-height:1.35296;letter-spacing:0em;font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.callout:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.callout:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.callout:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.callout:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.callout .callout-title{color:#1d1d1f}.callout-reduced{border-radius:15px}.callout-reduced .callout-title{font-size:24px;line-height:1.16667;font-weight:600;letter-spacing:.009em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.callout-reduced .callout-title:lang(ar){line-height:1.33341;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.callout-reduced .callout-title:lang(ja){line-height:1.25;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.callout-reduced .callout-title:lang(ko){line-height:1.29167;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.callout-reduced .callout-title:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.callout-reduced .callout-title:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.callout-reduced .callout-title:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.callout-reduced .callout-title:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.callout-reduced .callout-title:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.callout-icon{margin-bottom:15px}.callout-icon:first-child{margin-top:5px}.callout-title{font-size:32px;line-height:1.125;font-weight:600;letter-spacing:.004em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;margin-top:0}.callout-title:lang(ar){line-height:1.34375;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.callout-title:lang(ja){line-height:1.21875;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.callout-title:lang(ko){line-height:1.21875;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.callout-title:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.callout-title:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.callout-title:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.callout-title:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.callout-title:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.callout-title{font-size:28px;line-height:1.14286;font-weight:600;letter-spacing:.007em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.callout-title:lang(ko){line-height:1.25;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.callout-title:lang(th){line-height:1.39286;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.callout-title:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.callout-title:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.callout-title:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.callout-title:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.callout-title:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.callout-title:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px){.callout-title{font-size:24px;line-height:1.16667;font-weight:600;letter-spacing:.009em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.callout-title:lang(ar){line-height:1.33341;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.callout-title:lang(ja){line-height:1.25;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.callout-title:lang(ko){line-height:1.29167;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.callout-title:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.callout-title:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.callout-title:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.callout-title:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.callout-title:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.callout-environment{background-color:#f6f6ee;border-color:rgba(0,0,0,0);color:#1d1d1f}.callout-environment .callout-title{color:#548c8c}.violator{-webkit-box-sizing:border-box;box-sizing:border-box;white-space:nowrap;display:inline-block;border:1px solid;background:rgba(0,0,0,0);border-color:#bf4800;color:#bf4800;font-size:17px;line-height:1.17648;font-weight:400;letter-spacing:-.022em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;border-radius:18px;padding-left:18px;padding-right:18px;padding-top:7px;padding-bottom:7px}.violator:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.violator:lang(ja){letter-spacing:0em;font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.violator:lang(ko){letter-spacing:0em;font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.violator:lang(zh){letter-spacing:0em}.violator:lang(th){font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.violator:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.violator:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.violator:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.violator:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.violator-inline{margin-left:10px;display:inline-block}.violator-secondary{background:rgba(0,0,0,0);border-color:#6e6e73;color:#6e6e73}.violator-reduced{font-size:12px;line-height:1.33337;font-weight:400;letter-spacing:-.01em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;border-radius:12px;padding-left:11px;padding-right:11px;padding-top:3px;padding-bottom:3px}.violator-reduced:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.violator-reduced:lang(ja){letter-spacing:0em;font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.violator-reduced:lang(ko){letter-spacing:0em;font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.violator-reduced:lang(zh){letter-spacing:0em}.violator-reduced:lang(th){font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.violator-reduced:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.violator-reduced:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.violator-reduced:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.violator-reduced:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.violator-reduced.violator-inline{margin-left:6px;display:inline-block}.violator-frameless{-webkit-box-sizing:border-box;box-sizing:border-box;white-space:nowrap;display:block;color:#bf4800}.violator-frameless-inline{margin-left:10px;display:inline-block}.violator-frameless.violator-frameless-reduced{font-size:12px;line-height:1.33337;font-weight:400;letter-spacing:-.01em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;border-radius:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;display:block}.violator-frameless.violator-frameless-reduced:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.violator-frameless.violator-frameless-reduced:lang(ja){letter-spacing:0em;font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.violator-frameless.violator-frameless-reduced:lang(ko){letter-spacing:0em;font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.violator-frameless.violator-frameless-reduced:lang(zh){letter-spacing:0em}.violator-frameless.violator-frameless-reduced:lang(th){font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.violator-frameless.violator-frameless-reduced:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.violator-frameless.violator-frameless-reduced:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.violator-frameless.violator-frameless-reduced:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.violator-frameless.violator-frameless-reduced:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.violator-frameless.violator-frameless-reduced.violator-frameless-inline{margin-left:6px;display:inline-block}#viewport-emitter{overflow:hidden;position:absolute;top:0;left:0;width:0;height:0;visibility:hidden;z-index:-1;x-content:"large"}#viewport-emitter::before{content:"large"}@media only screen and (min-width: 1441px){#viewport-emitter{x-content:"xlarge"}#viewport-emitter::before{content:"xlarge"}}@media only screen and (max-width: 1068px){#viewport-emitter{x-content:"medium"}#viewport-emitter::before{content:"medium"}}@media only screen and (max-width: 734px){#viewport-emitter{x-content:"small"}#viewport-emitter::before{content:"small"}}.small-medium-show{display:none !important}@media only screen and (max-width: 375px){.small-medium-show.small-medium-show{display:block !important}}@media only screen and (max-width: 900px){.xmedium-hide{display:none !important}}@media only screen and (max-width: 320px){.xsmall-hide{display:none !important}.xsmall-show{display:block !important}}.jp-headline-adjust{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:-0.45em}.jp-headline-adjust.large-hide{display:none !important}.jp-headline-adjust.large-show{display:block !important}.jp-headline-adjust.large-show-inline{display:inline !important}.jp-headline-adjust.large-show-inlineblock{display:inline-block !important}.jp-headline-adjust.small-medium-show-inlineblock{display:none !important}@media only screen and (min-width: 1441px){.jp-headline-adjust.xlarge-hide{display:none !important}.jp-headline-adjust.xlarge-show{display:block !important}.jp-headline-adjust.xlarge-show-inline{display:inline !important}.jp-headline-adjust.xlarge-show-inlineblock{display:inline-block !important}}@media only screen and (max-width: 1068px){.jp-headline-adjust.medium-hide{display:none !important}.jp-headline-adjust.medium-show{display:block !important}.jp-headline-adjust.medium-show-inline{display:inline !important}.jp-headline-adjust.medium-show-inlineblock{display:inline-block !important}}@media only screen and (max-width: 734px){.jp-headline-adjust.small-hide{display:none !important}.jp-headline-adjust.small-show{display:block !important}.jp-headline-adjust.small-show-inline{display:inline !important}.jp-headline-adjust.small-show-inlineblock{display:inline-block !important}}@media only screen and (max-width: 375px){.jp-headline-adjust.small-medium-show-inlineblock{display:inline-block !important}}@media only screen and (max-width: 320px){.jp-headline-adjust.xsmall-hide{display:none !important}.jp-headline-adjust.xsmall-show{display:block !important}.jp-headline-adjust.xsmall-show-inlineblock{display:inline-block !important}}.jp-headline-adjust-x1_5{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:-.68em}@media only screen and (max-width: 1068px){.jp-headline-adjust-x1_5{margin-right:-.6em}}@media only screen and (max-width: 734px){.jp-headline-adjust-x1_5{margin-right:-.68em}}.jp-headline-adjust-x1_5.large-hide{display:none !important}.jp-headline-adjust-x1_5.large-show{display:block !important}.jp-headline-adjust-x1_5.large-show-inline{display:inline !important}.jp-headline-adjust-x1_5.large-show-inlineblock{display:inline-block !important}.jp-headline-adjust-x1_5.small-medium-show-inlineblock{display:none !important}@media only screen and (min-width: 1441px){.jp-headline-adjust-x1_5.xlarge-hide{display:none !important}.jp-headline-adjust-x1_5.xlarge-show{display:block !important}.jp-headline-adjust-x1_5.xlarge-show-inline{display:inline !important}.jp-headline-adjust-x1_5.xlarge-show-inlineblock{display:inline-block !important}}@media only screen and (max-width: 1068px){.jp-headline-adjust-x1_5.medium-hide{display:none !important}.jp-headline-adjust-x1_5.medium-show{display:block !important}.jp-headline-adjust-x1_5.medium-show-inline{display:inline !important}.jp-headline-adjust-x1_5.medium-show-inlineblock{display:inline-block !important}}@media only screen and (max-width: 734px){.jp-headline-adjust-x1_5.small-hide{display:none !important}.jp-headline-adjust-x1_5.small-show{display:block !important}.jp-headline-adjust-x1_5.small-show-inline{display:inline !important}.jp-headline-adjust-x1_5.small-show-inlineblock{display:inline-block !important}}@media only screen and (max-width: 375px){.jp-headline-adjust-x1_5.small-medium-show-inlineblock{display:inline-block !important}}@media only screen and (max-width: 320px){.jp-headline-adjust-x1_5.xsmall-hide{display:none !important}.jp-headline-adjust-x1_5.xsmall-show{display:block !important}.jp-headline-adjust-x1_5.xsmall-show-inlineblock{display:inline-block !important}}.jp-headline-adjust-small-x1_5{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:-.45em}@media only screen and (max-width: 734px){.jp-headline-adjust-small-x1_5{margin-right:-.43em}}.jp-headline-adjust-small-x1_5.large-hide{display:none !important}.jp-headline-adjust-small-x1_5.large-show{display:block !important}.jp-headline-adjust-small-x1_5.large-show-inline{display:inline !important}.jp-headline-adjust-small-x1_5.large-show-inlineblock{display:inline-block !important}.jp-headline-adjust-small-x1_5.small-medium-show-inlineblock{display:none !important}@media only screen and (min-width: 1441px){.jp-headline-adjust-small-x1_5.xlarge-hide{display:none !important}.jp-headline-adjust-small-x1_5.xlarge-show{display:block !important}.jp-headline-adjust-small-x1_5.xlarge-show-inline{display:inline !important}.jp-headline-adjust-small-x1_5.xlarge-show-inlineblock{display:inline-block !important}}@media only screen and (max-width: 1068px){.jp-headline-adjust-small-x1_5.medium-hide{display:none !important}.jp-headline-adjust-small-x1_5.medium-show{display:block !important}.jp-headline-adjust-small-x1_5.medium-show-inline{display:inline !important}.jp-headline-adjust-small-x1_5.medium-show-inlineblock{display:inline-block !important}}@media only screen and (max-width: 734px){.jp-headline-adjust-small-x1_5.small-hide{display:none !important}.jp-headline-adjust-small-x1_5.small-show{display:block !important}.jp-headline-adjust-small-x1_5.small-show-inline{display:inline !important}.jp-headline-adjust-small-x1_5.small-show-inlineblock{display:inline-block !important}}@media only screen and (max-width: 375px){.jp-headline-adjust-small-x1_5.small-medium-show-inlineblock{display:inline-block !important}}@media only screen and (max-width: 320px){.jp-headline-adjust-small-x1_5.xsmall-hide{display:none !important}.jp-headline-adjust-small-x1_5.xsmall-show{display:block !important}.jp-headline-adjust-small-x1_5.xsmall-show-inlineblock{display:inline-block !important}}.icon-wrapper .icon,.icon-wrapper .more:not(.icon-before)::after,.icon-wrapper .icon-before::before,.icon-wrapper .icon-after::after{position:relative}.more::after,.icon-after.more::after,.icon-chevronright::after,.icon-external:after{top:-0.075em}.text-center{text-align:center}.tile-shadow,.teacher-callout,.giga-callout{-webkit-box-shadow:6px 6px 16px 0px rgba(0,0,0,0.2);box-shadow:6px 6px 16px 0px rgba(0,0,0,0.2)}.row-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.kerning-adjust-005{margin-left:-0.05em}@media only screen and (max-width: 734px){.modal{display:block !important;visibility:hidden}.modal.modal-open{visibility:visible}}.modalarea{display:none}.no-js .modalarea{display:block}.modal-open-button{color:#06c}@media (pointer: fine){.modal-open-button:hover{text-decoration:underline}}.modal-close-button{font-weight:300;margin:0 0 0 10px;-webkit-transform:translate(0, 4px);transform:translate(0, 4px)}@media only screen and (max-width: 1068px){.modal-close-button{margin:0;-webkit-transform:translate(0, -5px);transform:translate(0, -5px)}}@media only screen and (max-width: 734px){.modal-close-button{margin:var(--modal-close-button-offset-top) 0 0 0;-webkit-transform:translate(0, -10px);transform:translate(0, -10px)}}.voice-modal-wrapper .modal-close-button{margin:0 0 0 14px;-webkit-transform:translateY(-2px);transform:translateY(-2px)}@media only screen and (max-width: 1068px){.voice-modal-wrapper .modal-close-button{margin:0 0 0 10px;-webkit-transform:translate(0, -9px);transform:translate(0, -9px)}}@media only screen and (max-width: 734px){.voice-modal-wrapper .modal-close-button{margin:var(--modal-close-button-offset-top) 0 0 0;-webkit-transform:translate(3px, -10px);transform:translate(3px, -10px)}}.voice-modal-wrapper .modal-close-button .icon-voice-modal-close{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:#111;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;background:url(/jp/education/images/giga/close__cxktoxxcytua.svg) center no-repeat;background-size:contain;width:32px;height:33px}@media only screen and (max-width: 1068px){.voice-modal-wrapper .modal-close-button .icon-voice-modal-close{width:30px;height:30px}}@media only screen and (max-width: 734px){.voice-modal-wrapper .modal-close-button .icon-voice-modal-close{width:23px;height:23px}}.voice-modal-wrapper .modal-close-button .icon-voice-modal-close>*{display:none}@media only screen and (max-width: 734px){.modal-overlay{margin-bottom:60px !important;border-radius:10px !important}}.section{position:relative;overflow:hidden;width:100%;padding:120px 0}.section::before,.section::after{content:' ';display:table}.section::after{clear:both}@media only screen and (max-width: 1068px){.section{padding:100px 0}}@media only screen and (max-width: 734px){.section{padding:80px 0}}.section.guide{padding:120px 0 130px}@media only screen and (max-width: 1068px){.section.guide{padding:100px 0 120px}}@media only screen and (max-width: 734px){.section.guide{padding:80px 0 85px}}.section.usage{padding:120px 0 140px}@media only screen and (max-width: 1068px){.section.usage{padding:100px 0 120px}}@media only screen and (max-width: 734px){.section.usage{padding:80px 0 85px}}.section-nopad{padding:0}.section-nopad-top{padding-top:0}.section-nopad-bottom{padding-bottom:0}.section-content{margin-left:auto;margin-right:auto;width:980px}@media only screen and (max-width: 1068px){.section-content{width:80vw;min-width:692px}}@media only screen and (max-width: 734px){.section-content{width:80vw;min-width:initial;max-width:500px}}@media only screen and (max-width: 1068px){.section-full-width{width:100%}}.icon::before,.icon::after{line-height:unset !important}.hero-play-video .icon::before,.hero-play-video .icon::after{line-height:inherit !important}.icon.icon-play-circle.icon-before::before,.icon.icon-play-circle.icon-before::after{font-family:"SF Pro Icons";color:inherit;display:inline-block;font-style:normal;font-weight:inherit;font-size:inherit;line-height:1;text-decoration:underline;position:relative;z-index:1;alt:''}.icon.icon-play-circle.icon-before::before,.icon.icon-play-circle.icon-before::after{text-decoration:none}.icon.icon-play-circle.icon-before::before{display:none}.icon.icon-play-circle.icon-before::before,.icon.icon-play-circle.icon-before::after{content:""}.icon.icon-play-circle.icon-before::before{padding-right:.3em;display:inline-block;top:0}.icon.icon-play-circle.icon-before::after{display:none}.icon.icon-play-circle.icon-after::before,.icon.icon-play-circle.icon-after::after{font-family:"SF Pro Icons";color:inherit;display:inline-block;font-style:normal;font-weight:inherit;font-size:inherit;line-height:1;text-decoration:underline;position:relative;z-index:1;alt:''}.icon.icon-play-circle.icon-after::before,.icon.icon-play-circle.icon-after::after{text-decoration:none}.icon.icon-play-circle.icon-after::before{display:none}.icon.icon-play-circle.icon-after::before,.icon.icon-play-circle.icon-after::after{content:""}.icon.icon-play-circle.icon-after::after{padding-left:.3em;top:0}.hero-play-video .icon.icon-play-circle.icon-after::after{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.hero-play-video .icon.icon-play-circle{display:inline-block}.icon.icon-plus-circle.icon-before::before,.icon.icon-plus-circle.icon-before::after{font-family:"SF Pro Icons";color:inherit;display:inline-block;font-style:normal;font-weight:inherit;font-size:inherit;line-height:1;text-decoration:underline;position:relative;z-index:1;alt:''}.icon.icon-plus-circle.icon-before::before,.icon.icon-plus-circle.icon-before::after{text-decoration:none}.icon.icon-plus-circle.icon-before::before{display:none}.icon.icon-plus-circle.icon-before::before,.icon.icon-plus-circle.icon-before::after{content:""}.icon.icon-plus-circle.icon-before::before{padding-right:.3em;display:inline-block;top:0}.icon.icon-plus-circle.icon-before::after{display:none}.icon.icon-plus-circle.icon-after::before,.icon.icon-plus-circle.icon-after::after{font-family:"SF Pro Icons";color:inherit;display:inline-block;font-style:normal;font-weight:inherit;font-size:inherit;line-height:1;text-decoration:underline;position:relative;z-index:1;alt:''}.icon.icon-plus-circle.icon-after::before,.icon.icon-plus-circle.icon-after::after{text-decoration:none}.icon.icon-plus-circle.icon-after::before{display:none}.icon.icon-plus-circle.icon-after::before,.icon.icon-plus-circle.icon-after::after{content:""}.icon.icon-plus-circle.icon-after::after{padding-left:.3em;top:0}.icon.icon-plus-circle:not(.icon-before):not(.icon-after)::before,.icon.icon-plus-circle:not(.icon-before):not(.icon-after)::after{font-family:"SF Pro Icons";color:inherit;display:inline-block;font-style:normal;font-weight:inherit;font-size:inherit;line-height:1;text-decoration:underline;position:relative;z-index:1;alt:''}.icon.icon-plus-circle:not(.icon-before):not(.icon-after)::before,.icon.icon-plus-circle:not(.icon-before):not(.icon-after)::after{text-decoration:none}.icon.icon-plus-circle:not(.icon-before):not(.icon-after)::before{display:none}.icon.icon-plus-circle:not(.icon-before):not(.icon-after)::before,.icon.icon-plus-circle:not(.icon-before):not(.icon-after)::after{content:""}.icon.icon-download.icon-after::before,.icon.icon-download.icon-after::after{font-family:"SF Pro Icons";color:inherit;display:inline-block;font-style:normal;font-weight:inherit;font-size:inherit;line-height:1;text-decoration:underline;position:relative;z-index:1;alt:''}.icon.icon-download.icon-after::before,.icon.icon-download.icon-after::after{text-decoration:none}.icon.icon-download.icon-after::before{display:none}.icon.icon-download.icon-after::before,.icon.icon-download.icon-after::after{content:""}.icon.icon-download.icon-after::after{padding-left:.3em;top:0}.icon.icon-shevron-down.icon-after::before,.icon.icon-shevron-down.icon-after::after{font-family:"SF Pro Icons";color:inherit;display:inline-block;font-style:normal;font-weight:inherit;font-size:inherit;line-height:1;text-decoration:underline;position:relative;z-index:1;alt:''}.icon.icon-shevron-down.icon-after::before,.icon.icon-shevron-down.icon-after::after{text-decoration:none}.icon.icon-shevron-down.icon-after::before{display:none}.icon.icon-shevron-down.icon-after::before,.icon.icon-shevron-down.icon-after::after{content:""}.icon.icon-shevron-down.icon-after::after{padding-left:.3em;top:0}.icon.icon-modal-close.icon-after{font-size:34px}.icon.icon-modal-close.icon-after::before,.icon.icon-modal-close.icon-after::after{font-family:"SF Pro Icons";color:inherit;display:inline-block;font-style:normal;font-weight:inherit;font-size:inherit;line-height:1;text-decoration:underline;position:relative;z-index:1;alt:''}.icon.icon-modal-close.icon-after::before,.icon.icon-modal-close.icon-after::after{text-decoration:none}.icon.icon-modal-close.icon-after::before{display:none}.icon.icon-modal-close.icon-after::before,.icon.icon-modal-close.icon-after::after{content:""}.icon.icon-modal-close.icon-after::after{padding-left:.3em;top:0}@media only screen and (max-width: 1068px){.icon.icon-modal-close.icon-after{font-size:32px}}@media only screen and (max-width: 734px){.icon.icon-modal-close.icon-after{font-size:24px}}.icon.icon-modal-close.icon-after>*{display:none}.icon.icon-check.icon-after::before,.icon.icon-check.icon-after::after{font-family:"SF Pro Icons";color:inherit;display:inline-block;font-style:normal;font-weight:inherit;font-size:inherit;line-height:1;text-decoration:underline;position:relative;z-index:1;alt:''}.icon.icon-check.icon-after::before,.icon.icon-check.icon-after::after{text-decoration:none}.icon.icon-check.icon-after::before{display:none}.icon.icon-check.icon-after::before,.icon.icon-check.icon-after::after{content:""}.icon.icon-check.icon-after::after{padding-left:.3em;top:0}.icon.icon-external.icon-after::before,.icon.icon-external.icon-after::after{font-family:"SF Pro Icons";color:inherit;display:inline-block;font-style:normal;font-weight:inherit;font-size:inherit;line-height:1;text-decoration:underline;position:relative;z-index:1;alt:''}.icon.icon-external.icon-after::before,.icon.icon-external.icon-after::after{text-decoration:none}.icon.icon-external.icon-after::before{display:none}.icon.icon-external.icon-after::before,.icon.icon-external.icon-after::after{content:""}.icon.icon-external.icon-after::after{padding-left:.3em;top:0}.icon.icon-external.icon-after::after{top:-0.03em}.teacher-callout,.giga-callout{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:15px}@media only screen and (max-width: 1068px){.teacher-callout,.giga-callout{border-radius:15px}}@media only screen and (max-width: 734px){.teacher-callout,.giga-callout{border-radius:10px}}.gallery{overflow:scroll;will-change:transform;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none}.gallery::-webkit-scrollbar{display:none}.gallery-container{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:grid;grid-template:unset;margin:auto;grid-gap:40px;grid-auto-flow:column;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;grid-gap:40px;padding-left:calc(50% - (980px / 2));padding-right:calc(50% - (980px / 2));padding-bottom:30px}@media only screen and (max-width: 1068px){.gallery-container{grid-gap:40px;padding-left:var(--gallery-margin, 10vw);padding-right:var(--gallery-margin, 10vw);padding-bottom:30px}}@media only screen and (max-width: 734px){.gallery-container{grid-gap:20px;padding-left:var(--gallery-margin, 10vw);padding-right:var(--gallery-margin, 10vw);padding-bottom:20px}}.paddlenav-container{display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;width:100%;margin:0;padding:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.paddlenav-arrow{font-weight:bold;position:relative;width:50px;height:50px}@media only screen and (max-width: 734px){.paddlenav-arrow{width:44px;height:44px}}.paddlenav-arrow[aria-disabled="true"]{opacity:0.4;pointer-events:none}.paddlenav-arrow .svg-icon{position:absolute;top:0;left:0;-webkit-transition:opacity 0.3s ease;transition:opacity 0.3s ease;pointer-events:none}.paddlenav-arrow .icon-hover{opacity:0}@media (pointer: fine){.paddlenav-arrow:hover .svg-icon{opacity:0}.paddlenav-arrow:hover .svg-icon.icon-hover{opacity:1}}.violator-link{white-space:initial;display:inline !important;text-decoration:none !important;border-width:2px;padding:16px 20px 14px;border-radius:40px;background:rgba(0,0,0,0);border-color:#06c;color:#06c;font-size:21px;line-height:1.19048;font-weight:600;letter-spacing:.011em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 734px){.violator-link{display:block !important}}@media only screen and (max-width: 734px){.violator-link{padding:16px 18px 14px 22px}}.violator-link:lang(ja){line-height:1.2381;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.violator-link:lang(ko){line-height:1.2858;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.violator-link:lang(th){line-height:1.381;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.violator-link:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.violator-link:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.violator-link:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.violator-link:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.violator-link:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 734px){.violator-link{font-size:19px;line-height:1.21053;font-weight:600;letter-spacing:.012em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.violator-link:lang(ar){line-height:1.36844;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.violator-link:lang(ja){line-height:1.26316;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.violator-link:lang(ko){line-height:1.31579;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.violator-link:lang(th){line-height:1.36844;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.violator-link:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.violator-link:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.violator-link:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.violator-link:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media (pointer: fine){.violator-link{-webkit-transition:background-color 0.3s ease, color 0.3s ease;transition:background-color 0.3s ease, color 0.3s ease}.violator-link:hover{background-color:#06c;color:#fff}}.tabnav-wrapper{position:sticky;height:56px;background-color:rgba(250,250,252,0.8);z-index:20;overflow:hidden;width:100%;top:51px}@media only screen and (max-width: 1068px){.tabnav-wrapper{top:48px}}@media only screen and (max-width: 734px){.tabnav-wrapper{top:48px}}@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))){.tabnav-wrapper{background-color:rgba(250,250,252,0.7);-webkit-backdrop-filter:saturate(1.8) blur(20px);backdrop-filter:saturate(1.8) blur(20px)}}.no-js .tabnav-wrapper{top:0}@media only screen and (max-width: 1068px){.no-js .tabnav-wrapper{top:0}}@media only screen and (max-width: 734px){.no-js .tabnav-wrapper{top:0}}.tabnav{margin:0 auto;padding:0;width:100%;text-align:center;position:relative;white-space:nowrap;overflow-x:auto;overflow-y:hidden;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none}.tabnav::-webkit-scrollbar{display:none}.tabnav-items{padding-bottom:0;display:inline-block;margin:0 auto}.tabnav-item{padding:0 20px;border-bottom:none;display:inline-block;list-style:none;outline:none}.tabnav-link{font-size:14px;line-height:1.42859;margin:0;padding:20px 0;line-height:1;color:#111;-webkit-transition:color 0.3s ease-out;transition:color 0.3s ease-out;text-decoration:none;font-size:16px;font-weight:500;text-align:left;display:block;position:relative;z-index:0;position:relative}.tabnav-link:hover{color:#0070c9;text-decoration:none !important}.tabnav-link:hover .icon-copy{text-decoration:none !important}.tabnav-link-border::after{content:"";position:absolute;bottom:0;left:0;display:block;-webkit-transition:-webkit-transform 0.3s ease-out;transition:-webkit-transform 0.3s ease-out;transition:transform 0.3s ease-out;transition:transform 0.3s ease-out, -webkit-transform 0.3s ease-out;border-bottom:2px solid #333}.tabnav-wrapper[data-current-tab="ipad-idea"] .tabnav-link-border::after{-webkit-transform:translateX(0);transform:translateX(0);width:110px}.tabnav-wrapper[data-current-tab="lesson-guide"] .tabnav-link-border::after{-webkit-transform:translateX(152px);transform:translateX(152px);width:64px}.tabnav-wrapper[data-current-tab="basic-learning"] .tabnav-link-border::after{-webkit-transform:translateX(258px);transform:translateX(258px);width:78px}.tabnav-wrapper[data-current-tab="teacher-voice"] .tabnav-link-border::after{-webkit-transform:translateX(378px);transform:translateX(378px);width:122px}.tabnav-wrapper[data-current-tab="resource"] .tabnav-link-border::after{-webkit-transform:translateX(542px);transform:translateX(542px);width:104px}.typography-headline-standalone{font-size:96px;line-height:1.04167;font-weight:600;letter-spacing:-.015em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(ja){letter-spacing:0em;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(ko){line-height:1.14615;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(zh){letter-spacing:0em}.typography-headline-standalone:lang(th){line-height:1.34375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.typography-headline-standalone{font-size:80px;line-height:1.05;font-weight:600;letter-spacing:-.015em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(ar){line-height:1.2;letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(ja){line-height:1.0875;letter-spacing:0em;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(ko){line-height:1.15;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(zh){letter-spacing:0em}.typography-headline-standalone:lang(th){line-height:1.35;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px){.typography-headline-standalone{font-size:48px;line-height:1.08349;font-weight:600;letter-spacing:-.003em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(ar){line-height:1.25;letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(ja){line-height:1.14599;letter-spacing:0em;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(ko){line-height:1.1875;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(zh){letter-spacing:0em}.typography-headline-standalone:lang(th){line-height:1.33349;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-standalone:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.typography-headline-super{font-size:80px;line-height:1.05;font-weight:600;letter-spacing:-.015em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(ar){line-height:1.2;letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(ja){line-height:1.0875;letter-spacing:0em;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(ko){line-height:1.15;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(zh){letter-spacing:0em}.typography-headline-super:lang(th){line-height:1.35;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.typography-headline-super{font-size:64px;line-height:1.0625;font-weight:600;letter-spacing:-.009em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(ar){line-height:1.20312;letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(ja){line-height:1.10938;letter-spacing:0em;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(ko){line-height:1.17188;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(zh){letter-spacing:0em}.typography-headline-super:lang(th){line-height:1.34375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px){.typography-headline-super{font-size:48px;line-height:1.08349;font-weight:600;letter-spacing:-.003em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(ar){line-height:1.25;letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(ja){line-height:1.14599;letter-spacing:0em;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(ko){line-height:1.1875;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(zh){letter-spacing:0em}.typography-headline-super:lang(th){line-height:1.33349;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-super:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.typography-headline-elevated{font-size:64px;line-height:1.0625;font-weight:600;letter-spacing:-.009em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(ar){line-height:1.20312;letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(ja){line-height:1.10938;letter-spacing:0em;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(ko){line-height:1.17188;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(zh){letter-spacing:0em}.typography-headline-elevated:lang(th){line-height:1.34375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.typography-headline-elevated{font-size:48px;line-height:1.08349;font-weight:600;letter-spacing:-.003em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(ar){line-height:1.25;letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(ja){line-height:1.14599;letter-spacing:0em;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(ko){line-height:1.1875;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(zh){letter-spacing:0em}.typography-headline-elevated:lang(th){line-height:1.33349;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px){.typography-headline-elevated{font-size:40px;line-height:1.1;font-weight:600;letter-spacing:0em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(ar){line-height:1.3;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(ja){line-height:1.175;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(ko){line-height:1.2;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(th){line-height:1.35;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-elevated:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.typography-headline{font-size:48px;line-height:1.08349;font-weight:600;letter-spacing:-.003em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(ar){line-height:1.25;letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(ja){line-height:1.14599;letter-spacing:0em;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(ko){line-height:1.1875;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(zh){letter-spacing:0em}.typography-headline:lang(th){line-height:1.33349;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.typography-headline{font-size:40px;line-height:1.1;font-weight:600;letter-spacing:0em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(ar){line-height:1.3;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(ja){line-height:1.175;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(ko){line-height:1.2;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(th){line-height:1.35;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px){.typography-headline{font-size:32px;line-height:1.125;font-weight:600;letter-spacing:.004em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(ar){line-height:1.34375;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(ja){line-height:1.21875;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(ko){line-height:1.21875;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.typography-headline-reduced{font-size:40px;line-height:1.1;font-weight:600;letter-spacing:0em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(ar){line-height:1.3;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(ja){line-height:1.175;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(ko){line-height:1.2;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(th){line-height:1.35;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.typography-headline-reduced{font-size:32px;line-height:1.125;font-weight:600;letter-spacing:.004em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(ar){line-height:1.34375;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(ja){line-height:1.21875;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(ko){line-height:1.21875;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px){.typography-headline-reduced{font-size:28px;line-height:1.14286;font-weight:600;letter-spacing:.007em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(ko){line-height:1.25;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(th){line-height:1.39286;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-headline-reduced:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.typography-eyebrow-super{font-size:32px;line-height:1.125;font-weight:600;letter-spacing:.004em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(ar){line-height:1.34375;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(ja){line-height:1.21875;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(ko){line-height:1.21875;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.typography-eyebrow-super{font-size:28px;line-height:1.14286;font-weight:600;letter-spacing:.007em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(ko){line-height:1.25;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(th){line-height:1.39286;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px){.typography-eyebrow-super{font-size:24px;line-height:1.16667;font-weight:600;letter-spacing:.009em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(ar){line-height:1.33341;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(ja){line-height:1.25;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(ko){line-height:1.29167;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-super:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.typography-eyebrow-elevated{font-size:28px;line-height:1.14286;font-weight:600;letter-spacing:.007em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(ko){line-height:1.25;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(th){line-height:1.39286;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.typography-eyebrow-elevated{font-size:24px;line-height:1.16667;font-weight:600;letter-spacing:.009em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(ar){line-height:1.33341;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(ja){line-height:1.25;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(ko){line-height:1.29167;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px){.typography-eyebrow-elevated{font-size:21px;line-height:1.19048;font-weight:600;letter-spacing:.011em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(ja){line-height:1.2381;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(ko){line-height:1.2858;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(th){line-height:1.381;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-elevated:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.typography-eyebrow{font-size:24px;line-height:1.16667;font-weight:600;letter-spacing:.009em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow:lang(ar){line-height:1.33341;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow:lang(ja){line-height:1.25;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow:lang(ko){line-height:1.29167;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.typography-eyebrow{font-size:21px;line-height:1.19048;font-weight:600;letter-spacing:.011em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow:lang(ja){line-height:1.2381;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow:lang(ko){line-height:1.2858;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow:lang(th){line-height:1.381;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.typography-eyebrow-reduced{font-size:21px;line-height:1.19048;font-weight:600;letter-spacing:.011em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-reduced:lang(ja){line-height:1.2381;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-reduced:lang(ko){line-height:1.2858;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-reduced:lang(th){line-height:1.381;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-reduced:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-reduced:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-reduced:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-reduced:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-reduced:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 734px){.typography-eyebrow-reduced{font-size:19px;line-height:1.21053;font-weight:600;letter-spacing:.012em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-reduced:lang(ar){line-height:1.36844;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-reduced:lang(ja){line-height:1.26316;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-reduced:lang(ko){line-height:1.31579;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-reduced:lang(th){line-height:1.36844;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-reduced:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-reduced:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-reduced:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-eyebrow-reduced:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.typography-intro-elevated{font-size:24px;line-height:1.33341;font-weight:400;letter-spacing:.009em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-elevated:lang(ar){line-height:1.5;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-elevated:lang(ja){line-height:1.41667;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-elevated:lang(ko){line-height:1.45841;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-elevated:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-elevated:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-elevated:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-elevated:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-elevated:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.typography-intro-elevated{font-size:21px;line-height:1.381;font-weight:400;letter-spacing:.011em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-elevated:lang(ar){line-height:1.52381;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-elevated:lang(ja){line-height:1.4286;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-elevated:lang(ko){line-height:1.52381;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-elevated:lang(th){line-height:1.381;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-elevated:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-elevated:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-elevated:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro-elevated:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.typography-intro{font-size:21px;line-height:1.381;font-weight:400;letter-spacing:.011em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro:lang(ar){line-height:1.52381;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro:lang(ja){line-height:1.4286;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro:lang(ko){line-height:1.52381;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro:lang(th){line-height:1.381;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 734px){.typography-intro{font-size:19px;line-height:1.4211;font-weight:400;letter-spacing:.012em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro:lang(ar){line-height:1.57895;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro:lang(ja){line-height:1.47376;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro:lang(ko){line-height:1.52632;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro:lang(th){line-height:1.36844;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-intro:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.typography-quote{font-size:40px;line-height:1.2;font-weight:400;letter-spacing:0em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(ar){line-height:1.3;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(ja){line-height:1.275;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(ko){line-height:1.325;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(th){line-height:1.35;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.typography-quote{font-size:32px;line-height:1.25;font-weight:400;letter-spacing:.004em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(ar){line-height:1.40625;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(ja){line-height:1.34375;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(ko){line-height:1.375;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px){.typography-quote{font-size:28px;line-height:1.28583;font-weight:400;letter-spacing:.007em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(ko){line-height:1.39286;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(th){line-height:1.39286;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.typography-quote-reduced{font-size:32px;line-height:1.25;font-weight:400;letter-spacing:.004em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(ar){line-height:1.40625;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(ja){line-height:1.34375;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(ko){line-height:1.375;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.typography-quote-reduced{font-size:28px;line-height:1.28583;font-weight:400;letter-spacing:.007em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(ko){line-height:1.39286;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(th){line-height:1.39286;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px){.typography-quote-reduced{font-size:24px;line-height:1.33341;font-weight:400;letter-spacing:.009em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(ar){line-height:1.5;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(ja){line-height:1.41667;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(ko){line-height:1.45841;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-quote-reduced:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.typography-callout{font-size:32px;line-height:1.125;font-weight:600;letter-spacing:.004em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(ar){line-height:1.34375;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(ja){line-height:1.21875;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(ko){line-height:1.21875;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.typography-callout{font-size:28px;line-height:1.14286;font-weight:600;letter-spacing:.007em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(ko){line-height:1.25;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(th){line-height:1.39286;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px){.typography-callout{font-size:24px;line-height:1.16667;font-weight:600;letter-spacing:.009em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(ar){line-height:1.33341;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(ja){line-height:1.25;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(ko){line-height:1.29167;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-callout:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.typography-manifesto{font-size:32px;line-height:1.25;font-weight:600;letter-spacing:.004em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(ar){line-height:1.40625;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(ja){line-height:1.34375;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(ko){line-height:1.375;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.typography-manifesto{font-size:28px;line-height:1.28583;font-weight:600;letter-spacing:.007em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(ko){line-height:1.39286;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(th){line-height:1.39286;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px){.typography-manifesto{font-size:24px;line-height:1.33341;font-weight:600;letter-spacing:.009em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(ar){line-height:1.5;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(ja){line-height:1.41667;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(ko){line-height:1.45841;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-manifesto:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.typography-label{font-size:24px;line-height:1.16667;font-weight:600;letter-spacing:.009em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-label:lang(ar){line-height:1.33341;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-label:lang(ja){line-height:1.25;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-label:lang(ko){line-height:1.29167;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-label:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-label:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-label:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-label:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-label:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.typography-label{font-size:21px;line-height:1.19048;font-weight:600;letter-spacing:.011em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-label:lang(ja){line-height:1.2381;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-label:lang(ko){line-height:1.2858;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-label:lang(th){line-height:1.381;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-label:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-label:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-label:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-label:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-label:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.typography-tout{font-size:19px;line-height:1.21053;font-weight:600;letter-spacing:.012em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-tout:lang(ar){line-height:1.36844;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-tout:lang(ja){line-height:1.26316;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-tout:lang(ko){line-height:1.31579;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-tout:lang(th){line-height:1.36844;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-tout:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-tout:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-tout:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-tout:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body{font-size:17px;line-height:1.47059;font-weight:400;letter-spacing:-.022em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body:lang(ar){line-height:1.58824;letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body:lang(ja){letter-spacing:0em;font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body:lang(ko){line-height:1.58824;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body:lang(zh){letter-spacing:0em}.typography-body:lang(th){line-height:1.35296;letter-spacing:0em;font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-tight{font-size:17px;line-height:1.23536;font-weight:400;letter-spacing:-.022em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-tight:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-tight:lang(ja){letter-spacing:0em;font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-tight:lang(ko){line-height:1.35296;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-tight:lang(zh){letter-spacing:0em}.typography-body-tight:lang(th){line-height:1.35296;letter-spacing:0em;font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-tight:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-tight:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-tight:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-tight:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-reduced{font-size:14px;line-height:1.42859;font-weight:400;letter-spacing:-.016em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-reduced:lang(ar){line-height:1.57143;letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-reduced:lang(ja){letter-spacing:0em;font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-reduced:lang(ko){line-height:1.57143;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-reduced:lang(zh){letter-spacing:0em}.typography-body-reduced:lang(th){line-height:1.35718;letter-spacing:0em;font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-reduced:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-reduced:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-reduced:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-reduced:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-reduced-tight{font-size:14px;line-height:1.28577;font-weight:400;letter-spacing:-.016em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-reduced-tight:lang(ar){letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-reduced-tight:lang(ja){line-height:1.35718;letter-spacing:0em;font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-reduced-tight:lang(ko){line-height:1.42859;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-reduced-tight:lang(zh){letter-spacing:0em}.typography-body-reduced-tight:lang(th){line-height:1.35718;letter-spacing:0em;font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-reduced-tight:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-reduced-tight:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-reduced-tight:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-body-reduced-tight:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-caption{font-size:12px;line-height:1.33337;font-weight:400;letter-spacing:-.01em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-caption:lang(ar){line-height:1.66667;letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-caption:lang(ja){line-height:1.41667;letter-spacing:0em;font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-caption:lang(ko){line-height:1.41667;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-caption:lang(zh){letter-spacing:0em}.typography-caption:lang(th){line-height:1.33337;letter-spacing:0em;font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-caption:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-caption:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-caption:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-caption:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-sosumi{font-size:12px;line-height:1.33337;font-weight:400;letter-spacing:-.01em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-sosumi:lang(ar){line-height:1.66667;letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-sosumi:lang(ja){line-height:1.41667;letter-spacing:0em;font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-sosumi:lang(ko){line-height:1.41667;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-sosumi:lang(zh){letter-spacing:0em}.typography-sosumi:lang(th){line-height:1.33337;letter-spacing:0em;font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-sosumi:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-sosumi:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-sosumi:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.typography-sosumi:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}[class*="typography-eyebrow"]{display:block;margin-bottom:.4em}[class*="typography-eyebrow"]+*{margin-top:0}.typography-headline+.typography-intro{margin-top:1.2em}.typography-headline-super+.typography-intro-elevated{margin-top:1.6em}.typography-headline-elevated+.typography-intro-elevated{margin-top:1.4em}.typography-headline-reduced+p,.typography-headline-reduced+ul,.typography-headline-reduced+.typography-body{margin-top:1em}#ac-localnav .ac-ln-background{background-color:rgba(250,250,252,0.8)}@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))){#ac-localnav.ac-ln-sticking .ac-ln-background{-webkit-backdrop-filter:saturate(1.8) blur(20px);backdrop-filter:saturate(1.8) blur(20px)}}#ac-localnav .ac-ln-background::after{width:100%;margin-left:0;left:0}.hero{padding-top:0}.hero-key{width:100%;max-height:700px;overflow-x:hidden;height:700px}@media only screen and (min-width: 1441px){.hero-key{height:1462px}}@media only screen and (max-width: 1068px){.hero-key{height:470px}}@media only screen and (max-width: 734px){.hero-key{height:260px}}.hero-key-picture{background-size:cover;width:100%;height:100%;background-position:center;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/hero_wide__fk4d32tqbuq2_large.jpg")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.hero-key-picture{background-image:url("/jp/education/images/giga/overview/a/hero_wide__fk4d32tqbuq2_large_2x.jpg")}}@media only screen and (max-width: 1068px){.hero-key-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/hero_wide__fk4d32tqbuq2_medium.jpg")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.hero-key-picture{background-image:url("/jp/education/images/giga/overview/a/hero_wide__fk4d32tqbuq2_medium_2x.jpg")}}@media only screen and (max-width: 734px){.hero-key-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/hero_wide__fk4d32tqbuq2_small.jpg")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.hero-key-picture{background-image:url("/jp/education/images/giga/overview/a/hero_wide__fk4d32tqbuq2_small_2x.jpg")}}.hero-headline{padding:100px 0 0}@media only screen and (max-width: 1068px){.hero-headline{padding:75px 0 0}}@media only screen and (max-width: 734px){.hero-headline{padding:50px 0 0}}@media only screen and (max-width: 734px){.hero-headline-section{width:90vw}}.hero-lead{padding:50px 0 40px}@media only screen and (max-width: 1068px){.hero-lead{padding:40px 0 32px}}@media only screen and (max-width: 734px){.hero-lead{padding:30px 0 24px}}@media only screen and (max-width: 1068px){.hero-lead-content{max-width:690px;width:100%;margin-left:auto;margin-right:auto}}.hero-play-video{font-weight:bold;width:90vw}.hero-creativity-cta{padding-top:24px}@media only screen and (max-width: 734px){.hero-creativity-cta{padding-top:20px}}.hero-navigation{margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:50px;width:715px}@media only screen and (max-width: 1068px){.hero-navigation{width:692px}}@media only screen and (max-width: 734px){.hero-navigation{padding-top:60px;width:100%}}@media only screen and (max-width: 734px){.hero-navigation{padding-left:24px;padding-right:24px}}.hero-navigation-callout{-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid;border-radius:18px;background-color:#f5f5f7;border-color:rgba(0,0,0,0);color:#1d1d1f;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden}@media only screen and (max-width: 734px){.hero-navigation-image{display:none}}.hero-navigation-picture{width:228px;height:180px;background-size:228px 180px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/leader_it_link__balx6z5czkn6_large.jpg")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.hero-navigation-picture{background-image:url("/jp/education/images/giga/overview/a/leader_it_link__balx6z5czkn6_large_2x.jpg")}}@media only screen and (max-width: 1068px){.hero-navigation-picture{width:215px;height:169px;background-size:215px 169px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/leader_it_link__balx6z5czkn6_medium.jpg")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.hero-navigation-picture{background-image:url("/jp/education/images/giga/overview/a/leader_it_link__balx6z5czkn6_medium_2x.jpg")}}.hero-navigation-context{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 30px}@media only screen and (max-width: 734px){.hero-navigation-context{padding:36px 30px}}.hero-navigation-context>p{margin-top:0.5em}.hero-navigation-context>p:first-of-type{margin-top:0}@media only screen and (max-width: 734px){.hero-navigation-context p{text-align:center}}.hero-navigation-context .nowrap{display:inline}@media only screen and (max-width: 734px){.hero-navigation-context .nowrap{display:inline-block}}.hero-navigation-intro{font-size:21px;line-height:1.381;font-weight:400;letter-spacing:.011em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.hero-navigation-intro:lang(ar){line-height:1.52381;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.hero-navigation-intro:lang(ja){line-height:1.4286;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.hero-navigation-intro:lang(ko){line-height:1.52381;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.hero-navigation-intro:lang(th){line-height:1.381;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.hero-navigation-intro:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.hero-navigation-intro:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.hero-navigation-intro:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.hero-navigation-intro:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.hero-navigation-intro{font-size:21px;line-height:1.381;font-weight:400;letter-spacing:.011em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.hero-navigation-intro:lang(ar){line-height:1.52381;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.hero-navigation-intro:lang(ja){line-height:1.4286;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.hero-navigation-intro:lang(ko){line-height:1.52381;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.hero-navigation-intro:lang(th){line-height:1.381;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.hero-navigation-intro:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.hero-navigation-intro:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.hero-navigation-intro:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.hero-navigation-intro:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px){.hero-navigation-intro{font-size:19px;line-height:1.21053;font-weight:400;letter-spacing:.012em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.hero-navigation-intro:lang(ar){line-height:1.36844;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.hero-navigation-intro:lang(ja){line-height:1.26316;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.hero-navigation-intro:lang(ko){line-height:1.31579;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.hero-navigation-intro:lang(th){line-height:1.36844;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.hero-navigation-intro:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.hero-navigation-intro:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.hero-navigation-intro:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.hero-navigation-intro:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.hero-navigation-cta{margin-bottom:0;margin-top:0.5em}@media only screen and (max-width: 734px){.hero-navigation-cta{text-align:center}}.voice{background:#e2725e}.voice-headline-sub{color:#fff}.voice .gallery-container{padding-left:calc(50vw - (var(--tile-width, 884px) / 2));padding-right:calc(50vw - (var(--tile-width, 884px) / 2));padding-top:68px}@media only screen and (max-width: 1068px){.voice .gallery-container{padding-left:calc(50vw - (var(--tile-width, 884px) / 2));padding-right:calc(50vw - (var(--tile-width, 884px) / 2));padding-top:46px}}@media only screen and (max-width: 734px){.voice .gallery-container{padding-left:calc(50vw - (var(--tile-width, 884px) / 2));padding-right:calc(50vw - (var(--tile-width, 884px) / 2));padding-top:44px}}.voice-tile{background-color:#fff;width:100%;margin:0 auto;overflow:hidden;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;max-width:884px;width:90vw;border-radius:20px}@media only screen and (max-width: 1068px){.voice-tile{min-width:650px;max-width:762px;width:80vw;border-radius:20px}}@media only screen and (max-width: 734px){.voice-tile{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;min-width:auto;max-width:1148px;width:80vw;border-radius:10px}}.voice-tile-content{-webkit-box-sizing:border-box;box-sizing:border-box;grid-template-columns:100%;grid-template-rows:1fr auto;font-weight:bold;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:50%;padding:40px;display:grid}@media only screen and (max-width: 1068px){.voice-tile-content{padding:30px}}@media only screen and (max-width: 734px){.voice-tile-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:100%;padding:30px;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}}.voice-tile-content-lead{-ms-flex-item-align:center;align-self:center}@media only screen and (max-width: 734px){.voice-tile-content-lead{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.voice-tile-content-lead h2{margin-bottom:0;padding-top:30px}@media only screen and (max-width: 734px){.voice-tile-content-lead h2{padding-top:0}}.voice-tile-content-who{margin-top:0;line-height:1.2;font-weight:500;padding-top:1.5em}.voice-tile-content-who .org{color:#86868b}@media only screen and (max-width: 1068px){.voice-tile-content-who{padding-top:1.1em}}@media only screen and (max-width: 734px){.voice-tile-content-who{padding-top:1.1em}}.voice-tile-content-more{margin-bottom:0}@media only screen and (max-width: 734px){.voice-tile-content-more{padding-top:20px;margin-top:auto}}.voice-tile-content-more .modal-open-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translate(-0.5em, 0.5em);transform:translate(-0.5em, 0.5em);font-weight:600}@media only screen and (max-width: 734px){.voice-tile-content-more .modal-open-button{-webkit-transform:translate(-0.3em, 0.3em);transform:translate(-0.3em, 0.3em)}}.voice-tile-content-more .modal-open-button .icon{font-weight:400;font-size:36px}@media only screen and (max-width: 1068px){.voice-tile-content-more .modal-open-button .icon{font-size:30px}}@media only screen and (max-width: 734px){.voice-tile-content-more .modal-open-button .icon{font-size:28px}}.voice-tile-content-more .modal-open-button .icon::before,.voice-tile-content-more .modal-open-button .icon::after{top:2px}.voice-tile-content-more .modal-open-button .icon-copy{-webkit-transform:translateY(2px);transform:translateY(2px)}.voice-tile-image{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:50%}@media only screen and (max-width: 734px){.voice-tile-image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%}}.voice-terazono .voice-tile-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_person_terazono__e7l64l4v778m_large.jpg");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.voice-terazono .voice-tile-picture{background-image:url("/jp/education/images/giga/overview/a/voice_person_terazono__e7l64l4v778m_large_2x.jpg")}}.voice-terazono .voice-tile-picture::after{content:'';display:block;padding-bottom:117.8733%}@media only screen and (max-width: 1068px){.voice-terazono .voice-tile-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_person_terazono__e7l64l4v778m_medium.jpg");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.voice-terazono .voice-tile-picture{background-image:url("/jp/education/images/giga/overview/a/voice_person_terazono__e7l64l4v778m_medium_2x.jpg")}}@media only screen and (max-width: 1068px){.voice-terazono .voice-tile-picture::after{content:'';display:block;padding-bottom:117.5853%}}@media only screen and (max-width: 734px){.voice-terazono .voice-tile-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_person_terazono__e7l64l4v778m_small.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.voice-terazono .voice-tile-picture{background-image:url("/jp/education/images/giga/overview/a/voice_person_terazono__e7l64l4v778m_small_2x.jpg")}}@media only screen and (max-width: 734px){.voice-terazono .voice-tile-picture::after{content:'';display:block;padding-bottom:78.04878%}}.voice-terazono .voice-modal-hero{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_terazono_modal_hero__w3czcmppv1eu_large.jpg");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.voice-terazono .voice-modal-hero{background-image:url("/jp/education/images/giga/overview/a/voice_terazono_modal_hero__w3czcmppv1eu_large_2x.jpg")}}.voice-terazono .voice-modal-hero::after{content:'';display:block;padding-bottom:55.33981%}@media only screen and (max-width: 1068px){.voice-terazono .voice-modal-hero{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_terazono_modal_hero__w3czcmppv1eu_medium.jpg");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.voice-terazono .voice-modal-hero{background-image:url("/jp/education/images/giga/overview/a/voice_terazono_modal_hero__w3czcmppv1eu_medium_2x.jpg")}}@media only screen and (max-width: 1068px){.voice-terazono .voice-modal-hero::after{content:'';display:block;padding-bottom:49.62547%}}@media only screen and (max-width: 734px){.voice-terazono .voice-modal-hero{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_terazono_modal_hero__w3czcmppv1eu_small.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.voice-terazono .voice-modal-hero{background-image:url("/jp/education/images/giga/overview/a/voice_terazono_modal_hero__w3czcmppv1eu_small_2x.jpg")}}@media only screen and (max-width: 734px){.voice-terazono .voice-modal-hero::after{content:'';display:block;padding-bottom:57.77778%}}.voice-terazono .picture-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_terazono_modal_1__ffb0gmkbwymy_large.jpg");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.voice-terazono .picture-1{background-image:url("/jp/education/images/giga/overview/a/voice_terazono_modal_1__ffb0gmkbwymy_large_2x.jpg")}}.voice-terazono .picture-1::after{content:'';display:block;padding-bottom:65.66265%}@media only screen and (max-width: 1068px){.voice-terazono .picture-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_terazono_modal_1__ffb0gmkbwymy_medium.jpg");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.voice-terazono .picture-1{background-image:url("/jp/education/images/giga/overview/a/voice_terazono_modal_1__ffb0gmkbwymy_medium_2x.jpg")}}@media only screen and (max-width: 1068px){.voice-terazono .picture-1::after{content:'';display:block;padding-bottom:65.15152%}}@media only screen and (max-width: 734px){.voice-terazono .picture-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_terazono_modal_1__ffb0gmkbwymy_small.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.voice-terazono .picture-1{background-image:url("/jp/education/images/giga/overview/a/voice_terazono_modal_1__ffb0gmkbwymy_small_2x.jpg")}}@media only screen and (max-width: 734px){.voice-terazono .picture-1::after{content:'';display:block;padding-bottom:65.06667%}}.voice-terazono .picture-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_terazono_modal_2__b9wvbi5ph4k2_large.jpg");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.voice-terazono .picture-2{background-image:url("/jp/education/images/giga/overview/a/voice_terazono_modal_2__b9wvbi5ph4k2_large_2x.jpg")}}.voice-terazono .picture-2::after{content:'';display:block;padding-bottom:65.66265%}@media only screen and (max-width: 1068px){.voice-terazono .picture-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_terazono_modal_2__b9wvbi5ph4k2_medium.jpg");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.voice-terazono .picture-2{background-image:url("/jp/education/images/giga/overview/a/voice_terazono_modal_2__b9wvbi5ph4k2_medium_2x.jpg")}}@media only screen and (max-width: 1068px){.voice-terazono .picture-2::after{content:'';display:block;padding-bottom:65.15152%}}@media only screen and (max-width: 734px){.voice-terazono .picture-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_terazono_modal_2__b9wvbi5ph4k2_small.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.voice-terazono .picture-2{background-image:url("/jp/education/images/giga/overview/a/voice_terazono_modal_2__b9wvbi5ph4k2_small_2x.jpg")}}@media only screen and (max-width: 734px){.voice-terazono .picture-2::after{content:'';display:block;padding-bottom:65.06667%}}.voice-minami .voice-tile-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_person_minami__0v3f4ukhks2u_large.jpg");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.voice-minami .voice-tile-picture{background-image:url("/jp/education/images/giga/overview/a/voice_person_minami__0v3f4ukhks2u_large_2x.jpg")}}.voice-minami .voice-tile-picture::after{content:'';display:block;padding-bottom:117.8733%}@media only screen and (max-width: 1068px){.voice-minami .voice-tile-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_person_minami__0v3f4ukhks2u_medium.jpg");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.voice-minami .voice-tile-picture{background-image:url("/jp/education/images/giga/overview/a/voice_person_minami__0v3f4ukhks2u_medium_2x.jpg")}}@media only screen and (max-width: 1068px){.voice-minami .voice-tile-picture::after{content:'';display:block;padding-bottom:117.5853%}}@media only screen and (max-width: 734px){.voice-minami .voice-tile-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_person_minami__0v3f4ukhks2u_small.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.voice-minami .voice-tile-picture{background-image:url("/jp/education/images/giga/overview/a/voice_person_minami__0v3f4ukhks2u_small_2x.jpg")}}@media only screen and (max-width: 734px){.voice-minami .voice-tile-picture::after{content:'';display:block;padding-bottom:78.04878%}}.voice-minami .voice-modal-hero{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_minami_modal_hero__c46tuxlr5taq_large.jpg");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.voice-minami .voice-modal-hero{background-image:url("/jp/education/images/giga/overview/a/voice_minami_modal_hero__c46tuxlr5taq_large_2x.jpg")}}.voice-minami .voice-modal-hero::after{content:'';display:block;padding-bottom:55.33981%}@media only screen and (max-width: 1068px){.voice-minami .voice-modal-hero{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_minami_modal_hero__c46tuxlr5taq_medium.jpg");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.voice-minami .voice-modal-hero{background-image:url("/jp/education/images/giga/overview/a/voice_minami_modal_hero__c46tuxlr5taq_medium_2x.jpg")}}@media only screen and (max-width: 1068px){.voice-minami .voice-modal-hero::after{content:'';display:block;padding-bottom:49.62547%}}@media only screen and (max-width: 734px){.voice-minami .voice-modal-hero{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_minami_modal_hero__c46tuxlr5taq_small.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.voice-minami .voice-modal-hero{background-image:url("/jp/education/images/giga/overview/a/voice_minami_modal_hero__c46tuxlr5taq_small_2x.jpg")}}@media only screen and (max-width: 734px){.voice-minami .voice-modal-hero::after{content:'';display:block;padding-bottom:57.77778%}}.voice-minami .picture-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_minami_modal_1__bjubohhhzwwi_large.jpg");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.voice-minami .picture-1{background-image:url("/jp/education/images/giga/overview/a/voice_minami_modal_1__bjubohhhzwwi_large_2x.jpg")}}.voice-minami .picture-1::after{content:'';display:block;padding-bottom:65.64417%}@media only screen and (max-width: 1068px){.voice-minami .picture-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_minami_modal_1__bjubohhhzwwi_medium.jpg");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.voice-minami .picture-1{background-image:url("/jp/education/images/giga/overview/a/voice_minami_modal_1__bjubohhhzwwi_medium_2x.jpg")}}@media only screen and (max-width: 1068px){.voice-minami .picture-1::after{content:'';display:block;padding-bottom:65.15152%}}@media only screen and (max-width: 734px){.voice-minami .picture-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_minami_modal_1__bjubohhhzwwi_small.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.voice-minami .picture-1{background-image:url("/jp/education/images/giga/overview/a/voice_minami_modal_1__bjubohhhzwwi_small_2x.jpg")}}@media only screen and (max-width: 734px){.voice-minami .picture-1::after{content:'';display:block;padding-bottom:65.06667%}}.voice-minami .picture-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_minami_modal_2__chhdfqnnocb6_large.jpg");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.voice-minami .picture-2{background-image:url("/jp/education/images/giga/overview/a/voice_minami_modal_2__chhdfqnnocb6_large_2x.jpg")}}.voice-minami .picture-2::after{content:'';display:block;padding-bottom:65.64417%}@media only screen and (max-width: 1068px){.voice-minami .picture-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_minami_modal_2__chhdfqnnocb6_medium.jpg");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.voice-minami .picture-2{background-image:url("/jp/education/images/giga/overview/a/voice_minami_modal_2__chhdfqnnocb6_medium_2x.jpg")}}@media only screen and (max-width: 1068px){.voice-minami .picture-2::after{content:'';display:block;padding-bottom:65.15152%}}@media only screen and (max-width: 734px){.voice-minami .picture-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_minami_modal_2__chhdfqnnocb6_small.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.voice-minami .picture-2{background-image:url("/jp/education/images/giga/overview/a/voice_minami_modal_2__chhdfqnnocb6_small_2x.jpg")}}@media only screen and (max-width: 734px){.voice-minami .picture-2::after{content:'';display:block;padding-bottom:65.06667%}}.voice-nakazato .voice-tile-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_person_nakazato__ekztvgu4w1yu_large.jpg");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.voice-nakazato .voice-tile-picture{background-image:url("/jp/education/images/giga/overview/a/voice_person_nakazato__ekztvgu4w1yu_large_2x.jpg")}}.voice-nakazato .voice-tile-picture::after{content:'';display:block;padding-bottom:117.8733%}@media only screen and (max-width: 1068px){.voice-nakazato .voice-tile-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_person_nakazato__ekztvgu4w1yu_medium.jpg");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.voice-nakazato .voice-tile-picture{background-image:url("/jp/education/images/giga/overview/a/voice_person_nakazato__ekztvgu4w1yu_medium_2x.jpg")}}@media only screen and (max-width: 1068px){.voice-nakazato .voice-tile-picture::after{content:'';display:block;padding-bottom:117.5853%}}@media only screen and (max-width: 734px){.voice-nakazato .voice-tile-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_person_nakazato__ekztvgu4w1yu_small.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.voice-nakazato .voice-tile-picture{background-image:url("/jp/education/images/giga/overview/a/voice_person_nakazato__ekztvgu4w1yu_small_2x.jpg")}}@media only screen and (max-width: 734px){.voice-nakazato .voice-tile-picture::after{content:'';display:block;padding-bottom:78.04878%}}.voice-nakazato .voice-modal-hero{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_nakazato_modal_hero__fs0z7jjmz0eq_large.jpg");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.voice-nakazato .voice-modal-hero{background-image:url("/jp/education/images/giga/overview/a/voice_nakazato_modal_hero__fs0z7jjmz0eq_large_2x.jpg")}}.voice-nakazato .voice-modal-hero::after{content:'';display:block;padding-bottom:55.33981%}@media only screen and (max-width: 1068px){.voice-nakazato .voice-modal-hero{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_nakazato_modal_hero__fs0z7jjmz0eq_medium.jpg");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.voice-nakazato .voice-modal-hero{background-image:url("/jp/education/images/giga/overview/a/voice_nakazato_modal_hero__fs0z7jjmz0eq_medium_2x.jpg")}}@media only screen and (max-width: 1068px){.voice-nakazato .voice-modal-hero::after{content:'';display:block;padding-bottom:49.62547%}}@media only screen and (max-width: 734px){.voice-nakazato .voice-modal-hero{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_nakazato_modal_hero__fs0z7jjmz0eq_small.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.voice-nakazato .voice-modal-hero{background-image:url("/jp/education/images/giga/overview/a/voice_nakazato_modal_hero__fs0z7jjmz0eq_small_2x.jpg")}}@media only screen and (max-width: 734px){.voice-nakazato .voice-modal-hero::after{content:'';display:block;padding-bottom:57.77778%}}.voice-nakazato .picture-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_nakazato_modal_1__coc4y6ed2gnm_large.jpg");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.voice-nakazato .picture-1{background-image:url("/jp/education/images/giga/overview/a/voice_nakazato_modal_1__coc4y6ed2gnm_large_2x.jpg")}}.voice-nakazato .picture-1::after{content:'';display:block;padding-bottom:65.64417%}@media only screen and (max-width: 1068px){.voice-nakazato .picture-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_nakazato_modal_1__coc4y6ed2gnm_medium.jpg");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.voice-nakazato .picture-1{background-image:url("/jp/education/images/giga/overview/a/voice_nakazato_modal_1__coc4y6ed2gnm_medium_2x.jpg")}}@media only screen and (max-width: 1068px){.voice-nakazato .picture-1::after{content:'';display:block;padding-bottom:65.15152%}}@media only screen and (max-width: 734px){.voice-nakazato .picture-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_nakazato_modal_1__coc4y6ed2gnm_small.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.voice-nakazato .picture-1{background-image:url("/jp/education/images/giga/overview/a/voice_nakazato_modal_1__coc4y6ed2gnm_small_2x.jpg")}}@media only screen and (max-width: 734px){.voice-nakazato .picture-1::after{content:'';display:block;padding-bottom:65.06667%}}.voice-nakazato .picture-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_nakazato_modal_2__dad1ubnx3riq_large.jpg");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.voice-nakazato .picture-2{background-image:url("/jp/education/images/giga/overview/a/voice_nakazato_modal_2__dad1ubnx3riq_large_2x.jpg")}}.voice-nakazato .picture-2::after{content:'';display:block;padding-bottom:65.64417%}@media only screen and (max-width: 1068px){.voice-nakazato .picture-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_nakazato_modal_2__dad1ubnx3riq_medium.jpg");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.voice-nakazato .picture-2{background-image:url("/jp/education/images/giga/overview/a/voice_nakazato_modal_2__dad1ubnx3riq_medium_2x.jpg")}}@media only screen and (max-width: 1068px){.voice-nakazato .picture-2::after{content:'';display:block;padding-bottom:65.15152%}}@media only screen and (max-width: 734px){.voice-nakazato .picture-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_nakazato_modal_2__dad1ubnx3riq_small.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.voice-nakazato .picture-2{background-image:url("/jp/education/images/giga/overview/a/voice_nakazato_modal_2__dad1ubnx3riq_small_2x.jpg")}}@media only screen and (max-width: 734px){.voice-nakazato .picture-2::after{content:'';display:block;padding-bottom:65.06667%}}.voice-houdatsu .voice-tile-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_person_houdatsu__b7ph1mtzx0z6_large.jpg");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.voice-houdatsu .voice-tile-picture{background-image:url("/jp/education/images/giga/overview/a/voice_person_houdatsu__b7ph1mtzx0z6_large_2x.jpg")}}.voice-houdatsu .voice-tile-picture::after{content:'';display:block;padding-bottom:117.8733%}@media only screen and (max-width: 1068px){.voice-houdatsu .voice-tile-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_person_houdatsu__b7ph1mtzx0z6_medium.jpg");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.voice-houdatsu .voice-tile-picture{background-image:url("/jp/education/images/giga/overview/a/voice_person_houdatsu__b7ph1mtzx0z6_medium_2x.jpg")}}@media only screen and (max-width: 1068px){.voice-houdatsu .voice-tile-picture::after{content:'';display:block;padding-bottom:117.5853%}}@media only screen and (max-width: 734px){.voice-houdatsu .voice-tile-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_person_houdatsu__b7ph1mtzx0z6_small.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.voice-houdatsu .voice-tile-picture{background-image:url("/jp/education/images/giga/overview/a/voice_person_houdatsu__b7ph1mtzx0z6_small_2x.jpg")}}@media only screen and (max-width: 734px){.voice-houdatsu .voice-tile-picture::after{content:'';display:block;padding-bottom:78.04878%}}.voice-houdatsu .voice-modal-hero{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_houdatsu_modal_hero__evxycwvamwa6_large.jpg");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.voice-houdatsu .voice-modal-hero{background-image:url("/jp/education/images/giga/overview/a/voice_houdatsu_modal_hero__evxycwvamwa6_large_2x.jpg")}}.voice-houdatsu .voice-modal-hero::after{content:'';display:block;padding-bottom:55.33981%}@media only screen and (max-width: 1068px){.voice-houdatsu .voice-modal-hero{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_houdatsu_modal_hero__evxycwvamwa6_medium.jpg");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.voice-houdatsu .voice-modal-hero{background-image:url("/jp/education/images/giga/overview/a/voice_houdatsu_modal_hero__evxycwvamwa6_medium_2x.jpg")}}@media only screen and (max-width: 1068px){.voice-houdatsu .voice-modal-hero::after{content:'';display:block;padding-bottom:49.62547%}}@media only screen and (max-width: 734px){.voice-houdatsu .voice-modal-hero{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_houdatsu_modal_hero__evxycwvamwa6_small.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.voice-houdatsu .voice-modal-hero{background-image:url("/jp/education/images/giga/overview/a/voice_houdatsu_modal_hero__evxycwvamwa6_small_2x.jpg")}}@media only screen and (max-width: 734px){.voice-houdatsu .voice-modal-hero::after{content:'';display:block;padding-bottom:57.77778%}}.voice-houdatsu .picture-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_houdatsu_modal_1__dso27pq0lyye_large.jpg");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.voice-houdatsu .picture-1{background-image:url("/jp/education/images/giga/overview/a/voice_houdatsu_modal_1__dso27pq0lyye_large_2x.jpg")}}.voice-houdatsu .picture-1::after{content:'';display:block;padding-bottom:65.64417%}@media only screen and (max-width: 1068px){.voice-houdatsu .picture-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_houdatsu_modal_1__dso27pq0lyye_medium.jpg");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.voice-houdatsu .picture-1{background-image:url("/jp/education/images/giga/overview/a/voice_houdatsu_modal_1__dso27pq0lyye_medium_2x.jpg")}}@media only screen and (max-width: 1068px){.voice-houdatsu .picture-1::after{content:'';display:block;padding-bottom:65.15152%}}@media only screen and (max-width: 734px){.voice-houdatsu .picture-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_houdatsu_modal_1__dso27pq0lyye_small.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.voice-houdatsu .picture-1{background-image:url("/jp/education/images/giga/overview/a/voice_houdatsu_modal_1__dso27pq0lyye_small_2x.jpg")}}@media only screen and (max-width: 734px){.voice-houdatsu .picture-1::after{content:'';display:block;padding-bottom:65.06667%}}.voice-houdatsu .picture-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_houdatsu_modal_2__0u9nbdbs3kie_large.jpg");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.voice-houdatsu .picture-2{background-image:url("/jp/education/images/giga/overview/a/voice_houdatsu_modal_2__0u9nbdbs3kie_large_2x.jpg")}}.voice-houdatsu .picture-2::after{content:'';display:block;padding-bottom:65.64417%}@media only screen and (max-width: 1068px){.voice-houdatsu .picture-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_houdatsu_modal_2__0u9nbdbs3kie_medium.jpg");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.voice-houdatsu .picture-2{background-image:url("/jp/education/images/giga/overview/a/voice_houdatsu_modal_2__0u9nbdbs3kie_medium_2x.jpg")}}@media only screen and (max-width: 1068px){.voice-houdatsu .picture-2::after{content:'';display:block;padding-bottom:65.15152%}}@media only screen and (max-width: 734px){.voice-houdatsu .picture-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_houdatsu_modal_2__0u9nbdbs3kie_small.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.voice-houdatsu .picture-2{background-image:url("/jp/education/images/giga/overview/a/voice_houdatsu_modal_2__0u9nbdbs3kie_small_2x.jpg")}}@media only screen and (max-width: 734px){.voice-houdatsu .picture-2::after{content:'';display:block;padding-bottom:65.06667%}}.voice-takeuchi .voice-tile-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_person_takeuchi__8zhbah0r89uu_large.jpg");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.voice-takeuchi .voice-tile-picture{background-image:url("/jp/education/images/giga/overview/a/voice_person_takeuchi__8zhbah0r89uu_large_2x.jpg")}}.voice-takeuchi .voice-tile-picture::after{content:'';display:block;padding-bottom:117.8733%}@media only screen and (max-width: 1068px){.voice-takeuchi .voice-tile-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_person_takeuchi__8zhbah0r89uu_medium.jpg");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.voice-takeuchi .voice-tile-picture{background-image:url("/jp/education/images/giga/overview/a/voice_person_takeuchi__8zhbah0r89uu_medium_2x.jpg")}}@media only screen and (max-width: 1068px){.voice-takeuchi .voice-tile-picture::after{content:'';display:block;padding-bottom:117.5853%}}@media only screen and (max-width: 734px){.voice-takeuchi .voice-tile-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_person_takeuchi__8zhbah0r89uu_small.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.voice-takeuchi .voice-tile-picture{background-image:url("/jp/education/images/giga/overview/a/voice_person_takeuchi__8zhbah0r89uu_small_2x.jpg")}}@media only screen and (max-width: 734px){.voice-takeuchi .voice-tile-picture::after{content:'';display:block;padding-bottom:78.04878%}}.voice-takeuchi .voice-modal-hero{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_takeuchi_modal_hero__df2sfblit1iu_large.jpg");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.voice-takeuchi .voice-modal-hero{background-image:url("/jp/education/images/giga/overview/a/voice_takeuchi_modal_hero__df2sfblit1iu_large_2x.jpg")}}.voice-takeuchi .voice-modal-hero::after{content:'';display:block;padding-bottom:55.33981%}@media only screen and (max-width: 1068px){.voice-takeuchi .voice-modal-hero{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_takeuchi_modal_hero__df2sfblit1iu_medium.jpg")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.voice-takeuchi .voice-modal-hero{background-image:url("/jp/education/images/giga/overview/a/voice_takeuchi_modal_hero__df2sfblit1iu_medium_2x.jpg")}}@media only screen and (max-width: 734px){.voice-takeuchi .voice-modal-hero{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_takeuchi_modal_hero__df2sfblit1iu_small.jpg")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.voice-takeuchi .voice-modal-hero{background-image:url("/jp/education/images/giga/overview/a/voice_takeuchi_modal_hero__df2sfblit1iu_small_2x.jpg")}}.voice-takeuchi .picture-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_takeuchi_modal_1__cnrrizmxt8pe_large.jpg");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.voice-takeuchi .picture-1{background-image:url("/jp/education/images/giga/overview/a/voice_takeuchi_modal_1__cnrrizmxt8pe_large_2x.jpg")}}.voice-takeuchi .picture-1::after{content:'';display:block;padding-bottom:65.64417%}@media only screen and (max-width: 1068px){.voice-takeuchi .picture-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_takeuchi_modal_1__cnrrizmxt8pe_medium.jpg");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.voice-takeuchi .picture-1{background-image:url("/jp/education/images/giga/overview/a/voice_takeuchi_modal_1__cnrrizmxt8pe_medium_2x.jpg")}}@media only screen and (max-width: 1068px){.voice-takeuchi .picture-1::after{content:'';display:block;padding-bottom:65.15152%}}@media only screen and (max-width: 734px){.voice-takeuchi .picture-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_takeuchi_modal_1__cnrrizmxt8pe_small.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.voice-takeuchi .picture-1{background-image:url("/jp/education/images/giga/overview/a/voice_takeuchi_modal_1__cnrrizmxt8pe_small_2x.jpg")}}@media only screen and (max-width: 734px){.voice-takeuchi .picture-1::after{content:'';display:block;padding-bottom:65.06667%}}.voice-takeuchi .picture-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_takeuchi_modal_2__dulx5g27e282_large.jpg");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.voice-takeuchi .picture-2{background-image:url("/jp/education/images/giga/overview/a/voice_takeuchi_modal_2__dulx5g27e282_large_2x.jpg")}}.voice-takeuchi .picture-2::after{content:'';display:block;padding-bottom:65.64417%}@media only screen and (max-width: 1068px){.voice-takeuchi .picture-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_takeuchi_modal_2__dulx5g27e282_medium.jpg");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.voice-takeuchi .picture-2{background-image:url("/jp/education/images/giga/overview/a/voice_takeuchi_modal_2__dulx5g27e282_medium_2x.jpg")}}@media only screen and (max-width: 1068px){.voice-takeuchi .picture-2::after{content:'';display:block;padding-bottom:65.15152%}}@media only screen and (max-width: 734px){.voice-takeuchi .picture-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_takeuchi_modal_2__dulx5g27e282_small.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.voice-takeuchi .picture-2{background-image:url("/jp/education/images/giga/overview/a/voice_takeuchi_modal_2__dulx5g27e282_small_2x.jpg")}}@media only screen and (max-width: 734px){.voice-takeuchi .picture-2::after{content:'';display:block;padding-bottom:65.06667%}}.voice-tsukahira .voice-tile-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_person_tsukahira__kroiawcfi3mu_large.jpg");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.voice-tsukahira .voice-tile-picture{background-image:url("/jp/education/images/giga/overview/a/voice_person_tsukahira__kroiawcfi3mu_large_2x.jpg")}}.voice-tsukahira .voice-tile-picture::after{content:'';display:block;padding-bottom:117.8733%}@media only screen and (max-width: 1068px){.voice-tsukahira .voice-tile-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_person_tsukahira__kroiawcfi3mu_medium.jpg");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.voice-tsukahira .voice-tile-picture{background-image:url("/jp/education/images/giga/overview/a/voice_person_tsukahira__kroiawcfi3mu_medium_2x.jpg")}}@media only screen and (max-width: 1068px){.voice-tsukahira .voice-tile-picture::after{content:'';display:block;padding-bottom:117.5853%}}@media only screen and (max-width: 734px){.voice-tsukahira .voice-tile-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_person_tsukahira__kroiawcfi3mu_small.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.voice-tsukahira .voice-tile-picture{background-image:url("/jp/education/images/giga/overview/a/voice_person_tsukahira__kroiawcfi3mu_small_2x.jpg")}}@media only screen and (max-width: 734px){.voice-tsukahira .voice-tile-picture::after{content:'';display:block;padding-bottom:78.04878%}}.voice-tsukahira .voice-modal-hero{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_tsukahira_modal_hero__b9juibh1obde_large.jpg");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.voice-tsukahira .voice-modal-hero{background-image:url("/jp/education/images/giga/overview/a/voice_tsukahira_modal_hero__b9juibh1obde_large_2x.jpg")}}.voice-tsukahira .voice-modal-hero::after{content:'';display:block;padding-bottom:55.33981%}@media only screen and (max-width: 1068px){.voice-tsukahira .voice-modal-hero{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_tsukahira_modal_hero__b9juibh1obde_medium.jpg")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.voice-tsukahira .voice-modal-hero{background-image:url("/jp/education/images/giga/overview/a/voice_tsukahira_modal_hero__b9juibh1obde_medium_2x.jpg")}}@media only screen and (max-width: 734px){.voice-tsukahira .voice-modal-hero{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_tsukahira_modal_hero__b9juibh1obde_small.jpg")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.voice-tsukahira .voice-modal-hero{background-image:url("/jp/education/images/giga/overview/a/voice_tsukahira_modal_hero__b9juibh1obde_small_2x.jpg")}}.voice-tsukahira .picture-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_tsukahira_modal_1__gje8awpq1du2_large.jpg");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.voice-tsukahira .picture-1{background-image:url("/jp/education/images/giga/overview/a/voice_tsukahira_modal_1__gje8awpq1du2_large_2x.jpg")}}.voice-tsukahira .picture-1::after{content:'';display:block;padding-bottom:65.64417%}@media only screen and (max-width: 1068px){.voice-tsukahira .picture-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_tsukahira_modal_1__gje8awpq1du2_medium.jpg");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.voice-tsukahira .picture-1{background-image:url("/jp/education/images/giga/overview/a/voice_tsukahira_modal_1__gje8awpq1du2_medium_2x.jpg")}}@media only screen and (max-width: 1068px){.voice-tsukahira .picture-1::after{content:'';display:block;padding-bottom:65.15152%}}@media only screen and (max-width: 734px){.voice-tsukahira .picture-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_tsukahira_modal_1__gje8awpq1du2_small.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.voice-tsukahira .picture-1{background-image:url("/jp/education/images/giga/overview/a/voice_tsukahira_modal_1__gje8awpq1du2_small_2x.jpg")}}@media only screen and (max-width: 734px){.voice-tsukahira .picture-1::after{content:'';display:block;padding-bottom:65.06667%}}.voice-chinone .voice-tile-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_person_chinone__f02at8dua06e_large.jpg");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.voice-chinone .voice-tile-picture{background-image:url("/jp/education/images/giga/overview/a/voice_person_chinone__f02at8dua06e_large_2x.jpg")}}.voice-chinone .voice-tile-picture::after{content:'';display:block;padding-bottom:117.8733%}@media only screen and (max-width: 1068px){.voice-chinone .voice-tile-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_person_chinone__f02at8dua06e_medium.jpg");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.voice-chinone .voice-tile-picture{background-image:url("/jp/education/images/giga/overview/a/voice_person_chinone__f02at8dua06e_medium_2x.jpg")}}@media only screen and (max-width: 1068px){.voice-chinone .voice-tile-picture::after{content:'';display:block;padding-bottom:117.5853%}}@media only screen and (max-width: 734px){.voice-chinone .voice-tile-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_person_chinone__f02at8dua06e_small.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.voice-chinone .voice-tile-picture{background-image:url("/jp/education/images/giga/overview/a/voice_person_chinone__f02at8dua06e_small_2x.jpg")}}@media only screen and (max-width: 734px){.voice-chinone .voice-tile-picture::after{content:'';display:block;padding-bottom:78.04878%}}.voice-chinone .voice-modal-hero{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_chinone_modal_hero__dfdy9w3qd2ky_large.jpg");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.voice-chinone .voice-modal-hero{background-image:url("/jp/education/images/giga/overview/a/voice_chinone_modal_hero__dfdy9w3qd2ky_large_2x.jpg")}}.voice-chinone .voice-modal-hero::after{content:'';display:block;padding-bottom:55.33981%}@media only screen and (max-width: 1068px){.voice-chinone .voice-modal-hero{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_chinone_modal_hero__dfdy9w3qd2ky_medium.jpg")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.voice-chinone .voice-modal-hero{background-image:url("/jp/education/images/giga/overview/a/voice_chinone_modal_hero__dfdy9w3qd2ky_medium_2x.jpg")}}@media only screen and (max-width: 734px){.voice-chinone .voice-modal-hero{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_chinone_modal_hero__dfdy9w3qd2ky_small.jpg")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.voice-chinone .voice-modal-hero{background-image:url("/jp/education/images/giga/overview/a/voice_chinone_modal_hero__dfdy9w3qd2ky_small_2x.jpg")}}.voice-chinone .picture-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_chinone_modal_1__fk1brf6e6jiy_large.jpg");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.voice-chinone .picture-1{background-image:url("/jp/education/images/giga/overview/a/voice_chinone_modal_1__fk1brf6e6jiy_large_2x.jpg")}}.voice-chinone .picture-1::after{content:'';display:block;padding-bottom:65.64417%}@media only screen and (max-width: 1068px){.voice-chinone .picture-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_chinone_modal_1__fk1brf6e6jiy_medium.jpg");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.voice-chinone .picture-1{background-image:url("/jp/education/images/giga/overview/a/voice_chinone_modal_1__fk1brf6e6jiy_medium_2x.jpg")}}@media only screen and (max-width: 1068px){.voice-chinone .picture-1::after{content:'';display:block;padding-bottom:65.15152%}}@media only screen and (max-width: 734px){.voice-chinone .picture-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_chinone_modal_1__fk1brf6e6jiy_small.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.voice-chinone .picture-1{background-image:url("/jp/education/images/giga/overview/a/voice_chinone_modal_1__fk1brf6e6jiy_small_2x.jpg")}}@media only screen and (max-width: 734px){.voice-chinone .picture-1::after{content:'';display:block;padding-bottom:65.06667%}}.voice-koga .voice-tile-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_person_koga__lsuf2cd4uaaa_large.jpg");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.voice-koga .voice-tile-picture{background-image:url("/jp/education/images/giga/overview/a/voice_person_koga__lsuf2cd4uaaa_large_2x.jpg")}}.voice-koga .voice-tile-picture::after{content:'';display:block;padding-bottom:117.8733%}@media only screen and (max-width: 1068px){.voice-koga .voice-tile-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_person_koga__lsuf2cd4uaaa_medium.jpg");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.voice-koga .voice-tile-picture{background-image:url("/jp/education/images/giga/overview/a/voice_person_koga__lsuf2cd4uaaa_medium_2x.jpg")}}@media only screen and (max-width: 1068px){.voice-koga .voice-tile-picture::after{content:'';display:block;padding-bottom:117.5853%}}@media only screen and (max-width: 734px){.voice-koga .voice-tile-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_person_koga__lsuf2cd4uaaa_small.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.voice-koga .voice-tile-picture{background-image:url("/jp/education/images/giga/overview/a/voice_person_koga__lsuf2cd4uaaa_small_2x.jpg")}}@media only screen and (max-width: 734px){.voice-koga .voice-tile-picture::after{content:'';display:block;padding-bottom:78.04878%}}.voice-koga .voice-modal-hero{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_koga_modal_hero__d85bi9hmrweq_large.jpg");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.voice-koga .voice-modal-hero{background-image:url("/jp/education/images/giga/overview/a/voice_koga_modal_hero__d85bi9hmrweq_large_2x.jpg")}}.voice-koga .voice-modal-hero::after{content:'';display:block;padding-bottom:55.33981%}@media only screen and (max-width: 1068px){.voice-koga .voice-modal-hero{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_koga_modal_hero__d85bi9hmrweq_medium.jpg")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.voice-koga .voice-modal-hero{background-image:url("/jp/education/images/giga/overview/a/voice_koga_modal_hero__d85bi9hmrweq_medium_2x.jpg")}}@media only screen and (max-width: 734px){.voice-koga .voice-modal-hero{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_koga_modal_hero__d85bi9hmrweq_small.jpg")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.voice-koga .voice-modal-hero{background-image:url("/jp/education/images/giga/overview/a/voice_koga_modal_hero__d85bi9hmrweq_small_2x.jpg")}}.voice-koga .picture-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_koga_modal_1__bjcjmb41h42u_large.jpg");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.voice-koga .picture-1{background-image:url("/jp/education/images/giga/overview/a/voice_koga_modal_1__bjcjmb41h42u_large_2x.jpg")}}.voice-koga .picture-1::after{content:'';display:block;padding-bottom:65.64417%}@media only screen and (max-width: 1068px){.voice-koga .picture-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_koga_modal_1__bjcjmb41h42u_medium.jpg");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.voice-koga .picture-1{background-image:url("/jp/education/images/giga/overview/a/voice_koga_modal_1__bjcjmb41h42u_medium_2x.jpg")}}@media only screen and (max-width: 1068px){.voice-koga .picture-1::after{content:'';display:block;padding-bottom:65.15152%}}@media only screen and (max-width: 734px){.voice-koga .picture-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_koga_modal_1__bjcjmb41h42u_small.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.voice-koga .picture-1{background-image:url("/jp/education/images/giga/overview/a/voice_koga_modal_1__bjcjmb41h42u_small_2x.jpg")}}@media only screen and (max-width: 734px){.voice-koga .picture-1::after{content:'';display:block;padding-bottom:65.06667%}}.voice-yamashita .voice-tile-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_person_yamashita__f3pb6yku67qm_large.jpg");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.voice-yamashita .voice-tile-picture{background-image:url("/jp/education/images/giga/overview/a/voice_person_yamashita__f3pb6yku67qm_large_2x.jpg")}}.voice-yamashita .voice-tile-picture::after{content:'';display:block;padding-bottom:117.8733%}@media only screen and (max-width: 1068px){.voice-yamashita .voice-tile-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_person_yamashita__f3pb6yku67qm_medium.jpg");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.voice-yamashita .voice-tile-picture{background-image:url("/jp/education/images/giga/overview/a/voice_person_yamashita__f3pb6yku67qm_medium_2x.jpg")}}@media only screen and (max-width: 1068px){.voice-yamashita .voice-tile-picture::after{content:'';display:block;padding-bottom:117.5853%}}@media only screen and (max-width: 734px){.voice-yamashita .voice-tile-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_person_yamashita__f3pb6yku67qm_small.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.voice-yamashita .voice-tile-picture{background-image:url("/jp/education/images/giga/overview/a/voice_person_yamashita__f3pb6yku67qm_small_2x.jpg")}}@media only screen and (max-width: 734px){.voice-yamashita .voice-tile-picture::after{content:'';display:block;padding-bottom:78.04878%}}.voice-yamashita .voice-modal-hero{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_yamashita_modal_hero__btriv2pfyuxe_large.jpg");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.voice-yamashita .voice-modal-hero{background-image:url("/jp/education/images/giga/overview/a/voice_yamashita_modal_hero__btriv2pfyuxe_large_2x.jpg")}}.voice-yamashita .voice-modal-hero::after{content:'';display:block;padding-bottom:55.33981%}@media only screen and (max-width: 1068px){.voice-yamashita .voice-modal-hero{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_yamashita_modal_hero__btriv2pfyuxe_medium.jpg")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.voice-yamashita .voice-modal-hero{background-image:url("/jp/education/images/giga/overview/a/voice_yamashita_modal_hero__btriv2pfyuxe_medium_2x.jpg")}}@media only screen and (max-width: 734px){.voice-yamashita .voice-modal-hero{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_yamashita_modal_hero__btriv2pfyuxe_small.jpg")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.voice-yamashita .voice-modal-hero{background-image:url("/jp/education/images/giga/overview/a/voice_yamashita_modal_hero__btriv2pfyuxe_small_2x.jpg")}}.voice-yamashita .picture-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_yamashita_modal_1__b6sw6agj161y_large.jpg");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.voice-yamashita .picture-1{background-image:url("/jp/education/images/giga/overview/a/voice_yamashita_modal_1__b6sw6agj161y_large_2x.jpg")}}.voice-yamashita .picture-1::after{content:'';display:block;padding-bottom:65.64417%}@media only screen and (max-width: 1068px){.voice-yamashita .picture-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_yamashita_modal_1__b6sw6agj161y_medium.jpg");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.voice-yamashita .picture-1{background-image:url("/jp/education/images/giga/overview/a/voice_yamashita_modal_1__b6sw6agj161y_medium_2x.jpg")}}@media only screen and (max-width: 1068px){.voice-yamashita .picture-1::after{content:'';display:block;padding-bottom:65.15152%}}@media only screen and (max-width: 734px){.voice-yamashita .picture-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_yamashita_modal_1__b6sw6agj161y_small.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.voice-yamashita .picture-1{background-image:url("/jp/education/images/giga/overview/a/voice_yamashita_modal_1__b6sw6agj161y_small_2x.jpg")}}@media only screen and (max-width: 734px){.voice-yamashita .picture-1::after{content:'';display:block;padding-bottom:65.06667%}}.voice-minatogawa .voice-tile-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_person_minatogawa__d5nrsoms4niq_large.jpg");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.voice-minatogawa .voice-tile-picture{background-image:url("/jp/education/images/giga/overview/a/voice_person_minatogawa__d5nrsoms4niq_large_2x.jpg")}}.voice-minatogawa .voice-tile-picture::after{content:'';display:block;padding-bottom:117.8733%}@media only screen and (max-width: 1068px){.voice-minatogawa .voice-tile-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_person_minatogawa__d5nrsoms4niq_medium.jpg");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.voice-minatogawa .voice-tile-picture{background-image:url("/jp/education/images/giga/overview/a/voice_person_minatogawa__d5nrsoms4niq_medium_2x.jpg")}}@media only screen and (max-width: 1068px){.voice-minatogawa .voice-tile-picture::after{content:'';display:block;padding-bottom:117.5853%}}@media only screen and (max-width: 734px){.voice-minatogawa .voice-tile-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_person_minatogawa__d5nrsoms4niq_small.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.voice-minatogawa .voice-tile-picture{background-image:url("/jp/education/images/giga/overview/a/voice_person_minatogawa__d5nrsoms4niq_small_2x.jpg")}}@media only screen and (max-width: 734px){.voice-minatogawa .voice-tile-picture::after{content:'';display:block;padding-bottom:78.04878%}}.voice-minatogawa .voice-modal-hero{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_minatogawa_modal_hero__dng3vwoylhsi_large.jpg");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.voice-minatogawa .voice-modal-hero{background-image:url("/jp/education/images/giga/overview/a/voice_minatogawa_modal_hero__dng3vwoylhsi_large_2x.jpg")}}.voice-minatogawa .voice-modal-hero::after{content:'';display:block;padding-bottom:55.33981%}@media only screen and (max-width: 1068px){.voice-minatogawa .voice-modal-hero{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_minatogawa_modal_hero__dng3vwoylhsi_medium.jpg")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.voice-minatogawa .voice-modal-hero{background-image:url("/jp/education/images/giga/overview/a/voice_minatogawa_modal_hero__dng3vwoylhsi_medium_2x.jpg")}}@media only screen and (max-width: 734px){.voice-minatogawa .voice-modal-hero{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_minatogawa_modal_hero__dng3vwoylhsi_small.jpg")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.voice-minatogawa .voice-modal-hero{background-image:url("/jp/education/images/giga/overview/a/voice_minatogawa_modal_hero__dng3vwoylhsi_small_2x.jpg")}}.voice-minatogawa .picture-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_minatogawa_modal_1__cuqsybhux58i_large.jpg");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.voice-minatogawa .picture-1{background-image:url("/jp/education/images/giga/overview/a/voice_minatogawa_modal_1__cuqsybhux58i_large_2x.jpg")}}.voice-minatogawa .picture-1::after{content:'';display:block;padding-bottom:65.64417%}@media only screen and (max-width: 1068px){.voice-minatogawa .picture-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_minatogawa_modal_1__cuqsybhux58i_medium.jpg");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.voice-minatogawa .picture-1{background-image:url("/jp/education/images/giga/overview/a/voice_minatogawa_modal_1__cuqsybhux58i_medium_2x.jpg")}}@media only screen and (max-width: 1068px){.voice-minatogawa .picture-1::after{content:'';display:block;padding-bottom:65.15152%}}@media only screen and (max-width: 734px){.voice-minatogawa .picture-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/voice_minatogawa_modal_1__cuqsybhux58i_small.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.voice-minatogawa .picture-1{background-image:url("/jp/education/images/giga/overview/a/voice_minatogawa_modal_1__cuqsybhux58i_small_2x.jpg")}}@media only screen and (max-width: 734px){.voice-minatogawa .picture-1::after{content:'';display:block;padding-bottom:65.06667%}}.voice-modal-wrapper .modal-overlay{width:100%;max-width:1030px}@media only screen and (max-width: 1068px){.voice-modal-wrapper .modal-overlay{max-width:100%}}@media only screen and (max-width: 1068px){.voice-modal-wrapper .modal-overlay{margin-top:0 !important;margin-bottom:0 !important;border-radius:0 !important}}.modal .modal-content-container.voice-modal{padding:0;background-color:#f5f5f7;-webkit-transform:translate(0, 0);transform:translate(0, 0)}@media only screen and (max-width: 1068px){.modal .modal-content-container.voice-modal{margin-top:calc(-1 * 44px)}}@media only screen and (max-width: 734px){.modal .modal-content-container.voice-modal{margin-top:calc(-1 * (44px + var(--modal-close-button-offset-top)))}}.voice-modal .modal-content{display:block !important}.voice-modal p{font-size:21px;line-height:1.381;font-weight:400;letter-spacing:.011em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal p:lang(ar){line-height:1.52381;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal p:lang(ja){line-height:1.4286;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal p:lang(ko){line-height:1.52381;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal p:lang(th){line-height:1.381;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal p:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal p:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal p:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal p:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 734px){.voice-modal p{font-size:19px;line-height:1.4211;font-weight:400;letter-spacing:.012em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal p:lang(ar){line-height:1.57895;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal p:lang(ja){line-height:1.47376;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal p:lang(ko){line-height:1.52632;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal p:lang(th){line-height:1.36844;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal p:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal p:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal p:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal p:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.voice-modal-header{position:relative;z-index:1}@media only screen and (max-width: 1068px){.voice-modal-header{height:530px}}@media only screen and (max-width: 734px){.voice-modal-header{height:260px}}@media only screen and (max-width: 1068px){.voice-modal-header .voice-modal-hero{background-size:cover;width:100%;height:100%;background-position:top center}}.voice-modal-headline{color:#e2725e;font-size:64px;line-height:1.0625;font-weight:600;letter-spacing:-.009em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal-headline:lang(ar){line-height:1.20312;letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal-headline:lang(ja){line-height:1.10938;letter-spacing:0em;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal-headline:lang(ko){line-height:1.17188;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal-headline:lang(zh){letter-spacing:0em}.voice-modal-headline:lang(th){line-height:1.34375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal-headline:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal-headline:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal-headline:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal-headline:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.voice-modal-headline{font-size:48px;line-height:1.08349;font-weight:600;letter-spacing:-.003em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal-headline:lang(ar){line-height:1.25;letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal-headline:lang(ja){line-height:1.14599;letter-spacing:0em;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal-headline:lang(ko){line-height:1.1875;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal-headline:lang(zh){letter-spacing:0em}.voice-modal-headline:lang(th){line-height:1.33349;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal-headline:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal-headline:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal-headline:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal-headline:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px){.voice-modal-headline{font-size:32px;line-height:1.125;font-weight:600;letter-spacing:.004em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal-headline:lang(ar){line-height:1.34375;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal-headline:lang(ja){line-height:1.21875;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal-headline:lang(ko){line-height:1.21875;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal-headline:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal-headline:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal-headline:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal-headline:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal-headline:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.voice-modal-content{padding:80px 100px}@media only screen and (max-width: 1068px){.voice-modal-content{padding:50px 40px 70px;max-width:740px}}@media only screen and (max-width: 734px){.voice-modal-content{padding:50px 25px;max-width:425px}}@media only screen and (max-width: 1068px){.voice-modal-content{width:100%;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box}}.voice-modal-section{padding-top:80px}@media only screen and (max-width: 1068px){.voice-modal-section{padding-top:50px}}@media only screen and (max-width: 734px){.voice-modal-section{padding-left:20px;padding-right:20px}}.voice-modal-section-first{padding-top:0}.voice-modal-section-image{padding-top:80px}@media only screen and (max-width: 1068px){.voice-modal-section-image{padding-top:50px}}.voice-modal-image{border-radius:20px}@media only screen and (max-width: 1068px){.voice-modal-image{border-radius:20px}}@media only screen and (max-width: 734px){.voice-modal-image{border-radius:20px}}.voice-modal-quote{color:#e2725e;margin-left:auto;margin-right:auto;text-align:center;font-size:40px;line-height:1.1;font-weight:600;letter-spacing:0em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 734px){.voice-modal-quote{text-align:left}}.voice-modal-quote:lang(ar){line-height:1.3;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal-quote:lang(ja){line-height:1.175;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal-quote:lang(ko){line-height:1.2;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal-quote:lang(th){line-height:1.35;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal-quote:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal-quote:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal-quote:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal-quote:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.voice-modal-quote{font-size:32px;line-height:1.125;font-weight:600;letter-spacing:.004em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal-quote:lang(ar){line-height:1.34375;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal-quote:lang(ja){line-height:1.21875;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal-quote:lang(ko){line-height:1.21875;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal-quote:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal-quote:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal-quote:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal-quote:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal-quote:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px){.voice-modal-quote{font-size:24px;line-height:1.16667;font-weight:600;letter-spacing:.009em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal-quote:lang(ar){line-height:1.33341;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal-quote:lang(ja){line-height:1.25;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal-quote:lang(ko){line-height:1.29167;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal-quote:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal-quote:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal-quote:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal-quote:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.voice-modal-quote:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.voice-modal-quote-container{background-color:#fff}.voice-modal-date{color:#86868b;margin-top:1.5em}.guide{background:#faf2e3}.guide-headline-strong{color:#f3645c}.guide-key{max-width:1613px;width:100%;margin:0 auto}@media only screen and (max-width: 734px){.guide-key{padding:20px 0}}.guide-key-picture{width:1613px;height:466px;position:relative;left:50%;margin-left:-806.5px;width:1613px;height:466px;background-size:1613px 466px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_ipad__e5wp0y058l4y_large.png")}@media only screen and (max-width: 1068px){.guide-key-picture{width:1452px;height:420px}}@media only screen and (max-width: 734px){.guide-key-picture{width:600px;height:414px}}@media only screen and (max-width: 1068px){.guide-key-picture{left:50%;margin-left:-726px}}@media only screen and (max-width: 734px){.guide-key-picture{left:50%;margin-left:-300px}}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.guide-key-picture{background-image:url("/jp/education/images/giga/overview/a/guide_ipad__e5wp0y058l4y_large_2x.png")}}@media only screen and (max-width: 1068px){.guide-key-picture{width:1452px;height:420px;background-size:1452px 420px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_ipad__e5wp0y058l4y_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.guide-key-picture{background-image:url("/jp/education/images/giga/overview/a/guide_ipad__e5wp0y058l4y_medium_2x.png")}}@media only screen and (max-width: 734px){.guide-key-picture{width:600px;height:414px;background-size:600px 414px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_ipad__e5wp0y058l4y_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.guide-key-picture{background-image:url("/jp/education/images/giga/overview/a/guide_ipad__e5wp0y058l4y_small_2x.png")}}.guide-select-tab{display:none}.guide-select-tab>*{pointer-events:none}@media only screen and (max-width: 734px){.guide-select-tab{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;max-width:160px;width:100%;height:44px;margin:0 auto;background:#f3645c;border-radius:36px;color:#fff;position:relative;padding:0 12px 0 15px;-webkit-box-sizing:border-box;box-sizing:border-box}.guide-select-tab .icon.icon-shevron-down.icon-after::after{padding-left:0}}.guide-select-tab-content{-webkit-transform:translateY(1px);transform:translateY(1px);-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center}.guide-select-tab-icon{height:100%;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;-webkit-transform:translateY(-1px);transform:translateY(-1px)}.guide-tab-nav{text-align:center;position:relative;z-index:5}.guide-tablist{list-style:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;margin:0 auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;position:relative;z-index:1;border-radius:40px}@media only screen and (max-width: 1068px){.guide-tablist{border-radius:40px}}@media only screen and (max-width: 734px){.guide-tablist{border-radius:15px}}@media only screen and (max-width: 734px){.guide-tablist{display:block;max-width:175px;width:100%;margin:0 auto;position:absolute;z-index:6;left:0;right:0;-webkit-transition:opacity 0.3s ease;transition:opacity 0.3s ease;-webkit-box-shadow:6px 6px 16px 0px rgba(0,0,0,0.2);box-shadow:6px 6px 16px 0px rgba(0,0,0,0.2)}.guide-tablist[data-small-hidden="true"]{opacity:0;pointer-events:none}}.guide-tablist::after{content:"";display:block;height:100%;background:#f3645c;position:absolute;z-index:1;top:0;left:0;-webkit-transition:width 0.3s ease, -webkit-transform 0.3s ease;transition:width 0.3s ease, -webkit-transform 0.3s ease;transition:transform 0.3s ease, width 0.3s ease;transition:transform 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease;border-radius:40px}@media only screen and (max-width: 734px){.guide-tablist::after{-webkit-transition:none;transition:none;background:none}}@media only screen and (max-width: 1068px){.guide-tablist::after{border-radius:40px}}@media only screen and (max-width: 734px){.guide-tablist::after{border-radius:0}}.guide-tablist[data-tab-current="1"]::after{width:150px;-webkit-transform:translateX(0);transform:translateX(0)}@media only screen and (max-width: 1068px){.guide-tablist[data-tab-current="1"]::after{width:150px;-webkit-transform:translateX(0);transform:translateX(0)}}@media only screen and (max-width: 734px){.guide-tablist[data-tab-current="1"]::after{width:100%;-webkit-transform:translateX(0);transform:translateX(0)}}.guide-tablist[data-tab-current="2"]::after{width:150px;-webkit-transform:translateX(150px);transform:translateX(150px)}@media only screen and (max-width: 1068px){.guide-tablist[data-tab-current="2"]::after{width:150px;-webkit-transform:translateX(150px);transform:translateX(150px)}}@media only screen and (max-width: 734px){.guide-tablist[data-tab-current="2"]::after{width:100%;-webkit-transform:translateX(0);transform:translateX(0)}}.guide-tablist[data-tab-current="3"]::after{width:150px;-webkit-transform:translateX(300px);transform:translateX(300px)}@media only screen and (max-width: 1068px){.guide-tablist[data-tab-current="3"]::after{width:150px;-webkit-transform:translateX(300px);transform:translateX(300px)}}@media only screen and (max-width: 734px){.guide-tablist[data-tab-current="3"]::after{width:100%;-webkit-transform:translateX(0);transform:translateX(0)}}.guide-tablist[data-tab-current="4"]::after{width:150px;-webkit-transform:translateX(450px);transform:translateX(450px)}@media only screen and (max-width: 1068px){.guide-tablist[data-tab-current="4"]::after{width:150px;-webkit-transform:translateX(450px);transform:translateX(450px)}}@media only screen and (max-width: 734px){.guide-tablist[data-tab-current="4"]::after{width:100%;-webkit-transform:translateX(0);transform:translateX(0)}}.guide-tablist li{position:relative;z-index:2;padding:0}@media only screen and (max-width: 1068px){.guide-tablist li{padding:0}}@media only screen and (max-width: 734px){.guide-tablist li{padding:0}}@media only screen and (max-width: 734px){.guide-tablist li{border-bottom:1px solid #d2d2d7}.guide-tablist li:last-child{border-bottom:none}}.guide-tablist-button{-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;-webkit-transition:color 0.1s ease;transition:color 0.1s ease;width:150px;padding:11px 25px 9px}@media only screen and (max-width: 1068px){.guide-tablist-button{width:150px;padding:11px 25px 9px}}@media only screen and (max-width: 734px){.guide-tablist-button{width:100%;padding:0}}@media only screen and (max-width: 734px){.guide-tablist-button{display:-webkit-box;display:-ms-flexbox;display:flex;padding:10px;-webkit-transition:none;transition:none;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left}}.guide-tablist-button[aria-selected="true"]{color:#fff;-webkit-transition:color 0.1s ease 0.06s;transition:color 0.1s ease 0.06s}@media only screen and (max-width: 734px){.guide-tablist-button[aria-selected="true"]{-webkit-transition:none;transition:none;color:inherit}.guide-tablist-button[aria-selected="true"] .guide-tablist-checked{visibility:visible;-webkit-transform:translateX(-3px);transform:translateX(-3px)}}.guide-tablist-checked{pointer-events:none;display:none}@media only screen and (max-width: 734px){.guide-tablist-checked{display:inline-block}}@media only screen and (max-width: 734px){.guide-tablist-checked{visibility:hidden}}.guide-tablist-item{pointer-events:none;position:relative}@media only screen and (max-width: 734px){.guide-tablist-item{margin-left:4px;display:inline-block;-webkit-transform:translateY(2px);transform:translateY(2px);-webkit-box-flex:1;-ms-flex:1;flex:1}}.guide-tablist-notification{position:absolute;top:0;margin:auto;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:20px;height:20px;border-radius:50%;background-color:#0071e3;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:13px;line-height:1;color:#fff;right:-20px;-webkit-transform:translateY(-100%);transform:translateY(-100%)}@media only screen and (max-width: 734px){.guide-tablist-notification{right:5px}}@media only screen and (max-width: 734px){.guide-tablist-notification{right:0;-webkit-transform:none;transform:none}}.guide-tab-container{position:relative;padding-bottom:1em}@media only screen and (max-width: 734px){.guide-tab-container{padding-bottom:0}}.guide-tabpanel[aria-hidden="true"]{opacity:0;position:absolute;top:0;left:0;pointer-events:none;width:100%;z-index:1;-webkit-transition:opacity 0.3s linear;transition:opacity 0.3s linear}.guide-tabpanel[aria-hidden="false"]{position:relative;opacity:1;z-index:2;-webkit-transition:opacity 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.3s;transition:opacity 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.3s}.guide-tabpanel .gallery-container{padding-top:40px}@media only screen and (max-width: 1068px){.guide-tabpanel .gallery-container{padding-top:40px}}@media only screen and (max-width: 734px){.guide-tabpanel .gallery-container{padding-top:30px}}.guide-tile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:relative}@media only screen and (max-width: 734px){.guide-tile{width:287px}}.guide-tile-picture{overflow:hidden;border-radius:15px 15px 0 0;width:424px;height:303px}@media only screen and (max-width: 1068px){.guide-tile-picture{border-radius:15px 15px 0 0}}@media only screen and (max-width: 734px){.guide-tile-picture{border-radius:10px 10px 0 0}}@media only screen and (max-width: 1068px){.guide-tile-picture{width:363px;height:259px}}@media only screen and (max-width: 734px){.guide-tile-picture{width:100%;height:auto}}.guide-tile-picture[data-bg="el-1-japanease"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_elementary_1_japanese__eez0agkynq82_large.png");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.guide-tile-picture[data-bg="el-1-japanease"]{background-image:url("/jp/education/images/giga/overview/a/guide_elementary_1_japanese__eez0agkynq82_large_2x.png")}}.guide-tile-picture[data-bg="el-1-japanease"]::after{content:'';display:block;padding-bottom:71.46226%}@media only screen and (max-width: 1068px){.guide-tile-picture[data-bg="el-1-japanease"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_elementary_1_japanese__eez0agkynq82_medium.png");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.guide-tile-picture[data-bg="el-1-japanease"]{background-image:url("/jp/education/images/giga/overview/a/guide_elementary_1_japanese__eez0agkynq82_medium_2x.png")}}@media only screen and (max-width: 1068px){.guide-tile-picture[data-bg="el-1-japanease"]::after{content:'';display:block;padding-bottom:71.34986%}}@media only screen and (max-width: 734px){.guide-tile-picture[data-bg="el-1-japanease"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_elementary_1_japanese__eez0agkynq82_small.png");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.guide-tile-picture[data-bg="el-1-japanease"]{background-image:url("/jp/education/images/giga/overview/a/guide_elementary_1_japanese__eez0agkynq82_small_2x.png")}}@media only screen and (max-width: 734px){.guide-tile-picture[data-bg="el-1-japanease"]::after{content:'';display:block;padding-bottom:71.42857%}}.guide-tile-picture[data-bg="el-2-arithmetic"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_elementary_2_arithmetic__t4oeoy4zxoy6_large.png");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.guide-tile-picture[data-bg="el-2-arithmetic"]{background-image:url("/jp/education/images/giga/overview/a/guide_elementary_2_arithmetic__t4oeoy4zxoy6_large_2x.png")}}.guide-tile-picture[data-bg="el-2-arithmetic"]::after{content:'';display:block;padding-bottom:71.46226%}@media only screen and (max-width: 1068px){.guide-tile-picture[data-bg="el-2-arithmetic"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_elementary_2_arithmetic__t4oeoy4zxoy6_medium.png");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.guide-tile-picture[data-bg="el-2-arithmetic"]{background-image:url("/jp/education/images/giga/overview/a/guide_elementary_2_arithmetic__t4oeoy4zxoy6_medium_2x.png")}}@media only screen and (max-width: 1068px){.guide-tile-picture[data-bg="el-2-arithmetic"]::after{content:'';display:block;padding-bottom:71.34986%}}@media only screen and (max-width: 734px){.guide-tile-picture[data-bg="el-2-arithmetic"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_elementary_2_arithmetic__t4oeoy4zxoy6_small.png");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.guide-tile-picture[data-bg="el-2-arithmetic"]{background-image:url("/jp/education/images/giga/overview/a/guide_elementary_2_arithmetic__t4oeoy4zxoy6_small_2x.png")}}@media only screen and (max-width: 734px){.guide-tile-picture[data-bg="el-2-arithmetic"]::after{content:'';display:block;padding-bottom:71.42857%}}.guide-tile-picture[data-bg="el-2-life"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_elementary_2_life__bvxdz8b6a17m_large.png");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.guide-tile-picture[data-bg="el-2-life"]{background-image:url("/jp/education/images/giga/overview/a/guide_elementary_2_life__bvxdz8b6a17m_large_2x.png")}}.guide-tile-picture[data-bg="el-2-life"]::after{content:'';display:block;padding-bottom:71.46226%}@media only screen and (max-width: 1068px){.guide-tile-picture[data-bg="el-2-life"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_elementary_2_life__bvxdz8b6a17m_medium.png");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.guide-tile-picture[data-bg="el-2-life"]{background-image:url("/jp/education/images/giga/overview/a/guide_elementary_2_life__bvxdz8b6a17m_medium_2x.png")}}@media only screen and (max-width: 1068px){.guide-tile-picture[data-bg="el-2-life"]::after{content:'';display:block;padding-bottom:71.34986%}}@media only screen and (max-width: 734px){.guide-tile-picture[data-bg="el-2-life"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_elementary_2_life__bvxdz8b6a17m_small.png");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.guide-tile-picture[data-bg="el-2-life"]{background-image:url("/jp/education/images/giga/overview/a/guide_elementary_2_life__bvxdz8b6a17m_small_2x.png")}}@media only screen and (max-width: 734px){.guide-tile-picture[data-bg="el-2-life"]::after{content:'';display:block;padding-bottom:71.42857%}}.guide-tile-picture[data-bg="el-3-japanese"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_elementary_3_japanese__ebf9uikc8t4y_large.png");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.guide-tile-picture[data-bg="el-3-japanese"]{background-image:url("/jp/education/images/giga/overview/a/guide_elementary_3_japanese__ebf9uikc8t4y_large_2x.png")}}.guide-tile-picture[data-bg="el-3-japanese"]::after{content:'';display:block;padding-bottom:71.46226%}@media only screen and (max-width: 1068px){.guide-tile-picture[data-bg="el-3-japanese"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_elementary_3_japanese__ebf9uikc8t4y_medium.png");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.guide-tile-picture[data-bg="el-3-japanese"]{background-image:url("/jp/education/images/giga/overview/a/guide_elementary_3_japanese__ebf9uikc8t4y_medium_2x.png")}}@media only screen and (max-width: 1068px){.guide-tile-picture[data-bg="el-3-japanese"]::after{content:'';display:block;padding-bottom:71.34986%}}@media only screen and (max-width: 734px){.guide-tile-picture[data-bg="el-3-japanese"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_elementary_3_japanese__ebf9uikc8t4y_small.png");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.guide-tile-picture[data-bg="el-3-japanese"]{background-image:url("/jp/education/images/giga/overview/a/guide_elementary_3_japanese__ebf9uikc8t4y_small_2x.png")}}@media only screen and (max-width: 734px){.guide-tile-picture[data-bg="el-3-japanese"]::after{content:'';display:block;padding-bottom:71.42857%}}.guide-tile-picture[data-bg="el-3-arithmetic"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_elementary_3_arithmetic__fgkqokz6v8eq_large.png");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.guide-tile-picture[data-bg="el-3-arithmetic"]{background-image:url("/jp/education/images/giga/overview/a/guide_elementary_3_arithmetic__fgkqokz6v8eq_large_2x.png")}}.guide-tile-picture[data-bg="el-3-arithmetic"]::after{content:'';display:block;padding-bottom:71.46226%}@media only screen and (max-width: 1068px){.guide-tile-picture[data-bg="el-3-arithmetic"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_elementary_3_arithmetic__fgkqokz6v8eq_medium.png");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.guide-tile-picture[data-bg="el-3-arithmetic"]{background-image:url("/jp/education/images/giga/overview/a/guide_elementary_3_arithmetic__fgkqokz6v8eq_medium_2x.png")}}@media only screen and (max-width: 1068px){.guide-tile-picture[data-bg="el-3-arithmetic"]::after{content:'';display:block;padding-bottom:71.34986%}}@media only screen and (max-width: 734px){.guide-tile-picture[data-bg="el-3-arithmetic"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_elementary_3_arithmetic__fgkqokz6v8eq_small.png");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.guide-tile-picture[data-bg="el-3-arithmetic"]{background-image:url("/jp/education/images/giga/overview/a/guide_elementary_3_arithmetic__fgkqokz6v8eq_small_2x.png")}}@media only screen and (max-width: 734px){.guide-tile-picture[data-bg="el-3-arithmetic"]::after{content:'';display:block;padding-bottom:71.42857%}}.guide-tile-picture[data-bg="el-4-social"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_elementary_4_social__edqr4cikrhkm_large.png");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.guide-tile-picture[data-bg="el-4-social"]{background-image:url("/jp/education/images/giga/overview/a/guide_elementary_4_social__edqr4cikrhkm_large_2x.png")}}.guide-tile-picture[data-bg="el-4-social"]::after{content:'';display:block;padding-bottom:71.46226%}@media only screen and (max-width: 1068px){.guide-tile-picture[data-bg="el-4-social"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_elementary_4_social__edqr4cikrhkm_medium.png");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.guide-tile-picture[data-bg="el-4-social"]{background-image:url("/jp/education/images/giga/overview/a/guide_elementary_4_social__edqr4cikrhkm_medium_2x.png")}}@media only screen and (max-width: 1068px){.guide-tile-picture[data-bg="el-4-social"]::after{content:'';display:block;padding-bottom:71.34986%}}@media only screen and (max-width: 734px){.guide-tile-picture[data-bg="el-4-social"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_elementary_4_social__edqr4cikrhkm_small.png");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.guide-tile-picture[data-bg="el-4-social"]{background-image:url("/jp/education/images/giga/overview/a/guide_elementary_4_social__edqr4cikrhkm_small_2x.png")}}@media only screen and (max-width: 734px){.guide-tile-picture[data-bg="el-4-social"]::after{content:'';display:block;padding-bottom:71.42857%}}.guide-tile-picture[data-bg="el-4-science"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_elementary_4_science__lj0yhoj9aaaa_large.png");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.guide-tile-picture[data-bg="el-4-science"]{background-image:url("/jp/education/images/giga/overview/a/guide_elementary_4_science__lj0yhoj9aaaa_large_2x.png")}}.guide-tile-picture[data-bg="el-4-science"]::after{content:'';display:block;padding-bottom:71.46226%}@media only screen and (max-width: 1068px){.guide-tile-picture[data-bg="el-4-science"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_elementary_4_science__lj0yhoj9aaaa_medium.png");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.guide-tile-picture[data-bg="el-4-science"]{background-image:url("/jp/education/images/giga/overview/a/guide_elementary_4_science__lj0yhoj9aaaa_medium_2x.png")}}@media only screen and (max-width: 1068px){.guide-tile-picture[data-bg="el-4-science"]::after{content:'';display:block;padding-bottom:71.34986%}}@media only screen and (max-width: 734px){.guide-tile-picture[data-bg="el-4-science"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_elementary_4_science__lj0yhoj9aaaa_small.png");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.guide-tile-picture[data-bg="el-4-science"]{background-image:url("/jp/education/images/giga/overview/a/guide_elementary_4_science__lj0yhoj9aaaa_small_2x.png")}}@media only screen and (max-width: 734px){.guide-tile-picture[data-bg="el-4-science"]::after{content:'';display:block;padding-bottom:71.42857%}}.guide-tile-picture[data-bg="el-5-japanease"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_elementary_5_japanese__e8ozlyu2mq6a_large.png");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.guide-tile-picture[data-bg="el-5-japanease"]{background-image:url("/jp/education/images/giga/overview/a/guide_elementary_5_japanese__e8ozlyu2mq6a_large_2x.png")}}.guide-tile-picture[data-bg="el-5-japanease"]::after{content:'';display:block;padding-bottom:71.46226%}@media only screen and (max-width: 1068px){.guide-tile-picture[data-bg="el-5-japanease"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_elementary_5_japanese__e8ozlyu2mq6a_medium.png");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.guide-tile-picture[data-bg="el-5-japanease"]{background-image:url("/jp/education/images/giga/overview/a/guide_elementary_5_japanese__e8ozlyu2mq6a_medium_2x.png")}}@media only screen and (max-width: 1068px){.guide-tile-picture[data-bg="el-5-japanease"]::after{content:'';display:block;padding-bottom:71.34986%}}@media only screen and (max-width: 734px){.guide-tile-picture[data-bg="el-5-japanease"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_elementary_5_japanese__e8ozlyu2mq6a_small.png");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.guide-tile-picture[data-bg="el-5-japanease"]{background-image:url("/jp/education/images/giga/overview/a/guide_elementary_5_japanese__e8ozlyu2mq6a_small_2x.png")}}@media only screen and (max-width: 734px){.guide-tile-picture[data-bg="el-5-japanease"]::after{content:'';display:block;padding-bottom:71.42857%}}.guide-tile-picture[data-bg="el-5-science"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_elementary_5_science__ffynn7yk76a2_large.png");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.guide-tile-picture[data-bg="el-5-science"]{background-image:url("/jp/education/images/giga/overview/a/guide_elementary_5_science__ffynn7yk76a2_large_2x.png")}}.guide-tile-picture[data-bg="el-5-science"]::after{content:'';display:block;padding-bottom:71.46226%}@media only screen and (max-width: 1068px){.guide-tile-picture[data-bg="el-5-science"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_elementary_5_science__ffynn7yk76a2_medium.png");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.guide-tile-picture[data-bg="el-5-science"]{background-image:url("/jp/education/images/giga/overview/a/guide_elementary_5_science__ffynn7yk76a2_medium_2x.png")}}@media only screen and (max-width: 1068px){.guide-tile-picture[data-bg="el-5-science"]::after{content:'';display:block;padding-bottom:71.34986%}}@media only screen and (max-width: 734px){.guide-tile-picture[data-bg="el-5-science"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_elementary_5_science__ffynn7yk76a2_small.png");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.guide-tile-picture[data-bg="el-5-science"]{background-image:url("/jp/education/images/giga/overview/a/guide_elementary_5_science__ffynn7yk76a2_small_2x.png")}}@media only screen and (max-width: 734px){.guide-tile-picture[data-bg="el-5-science"]::after{content:'';display:block;padding-bottom:71.42857%}}.guide-tile-picture[data-bg="el-6-social"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_elementary_6_social__cssyon2ay7iq_large.png");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.guide-tile-picture[data-bg="el-6-social"]{background-image:url("/jp/education/images/giga/overview/a/guide_elementary_6_social__cssyon2ay7iq_large_2x.png")}}.guide-tile-picture[data-bg="el-6-social"]::after{content:'';display:block;padding-bottom:71.46226%}@media only screen and (max-width: 1068px){.guide-tile-picture[data-bg="el-6-social"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_elementary_6_social__cssyon2ay7iq_medium.png");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.guide-tile-picture[data-bg="el-6-social"]{background-image:url("/jp/education/images/giga/overview/a/guide_elementary_6_social__cssyon2ay7iq_medium_2x.png")}}@media only screen and (max-width: 1068px){.guide-tile-picture[data-bg="el-6-social"]::after{content:'';display:block;padding-bottom:71.34986%}}@media only screen and (max-width: 734px){.guide-tile-picture[data-bg="el-6-social"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_elementary_6_social__cssyon2ay7iq_small.png");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.guide-tile-picture[data-bg="el-6-social"]{background-image:url("/jp/education/images/giga/overview/a/guide_elementary_6_social__cssyon2ay7iq_small_2x.png")}}@media only screen and (max-width: 734px){.guide-tile-picture[data-bg="el-6-social"]::after{content:'';display:block;padding-bottom:71.42857%}}.guide-tile-picture[data-bg="el-6-arithmetic"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_elementary_6_arithmetic__ggeur000x9ea_large.png");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.guide-tile-picture[data-bg="el-6-arithmetic"]{background-image:url("/jp/education/images/giga/overview/a/guide_elementary_6_arithmetic__ggeur000x9ea_large_2x.png")}}.guide-tile-picture[data-bg="el-6-arithmetic"]::after{content:'';display:block;padding-bottom:71.46226%}@media only screen and (max-width: 1068px){.guide-tile-picture[data-bg="el-6-arithmetic"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_elementary_6_arithmetic__ggeur000x9ea_medium.png");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.guide-tile-picture[data-bg="el-6-arithmetic"]{background-image:url("/jp/education/images/giga/overview/a/guide_elementary_6_arithmetic__ggeur000x9ea_medium_2x.png")}}@media only screen and (max-width: 1068px){.guide-tile-picture[data-bg="el-6-arithmetic"]::after{content:'';display:block;padding-bottom:71.34986%}}@media only screen and (max-width: 734px){.guide-tile-picture[data-bg="el-6-arithmetic"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_elementary_6_arithmetic__ggeur000x9ea_small.png");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.guide-tile-picture[data-bg="el-6-arithmetic"]{background-image:url("/jp/education/images/giga/overview/a/guide_elementary_6_arithmetic__ggeur000x9ea_small_2x.png")}}@media only screen and (max-width: 734px){.guide-tile-picture[data-bg="el-6-arithmetic"]::after{content:'';display:block;padding-bottom:71.42857%}}.guide-tile-picture[data-bg="el-6-english"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_elementary_6_english__dpdc8u5yarwy_large.png");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.guide-tile-picture[data-bg="el-6-english"]{background-image:url("/jp/education/images/giga/overview/a/guide_elementary_6_english__dpdc8u5yarwy_large_2x.png")}}.guide-tile-picture[data-bg="el-6-english"]::after{content:'';display:block;padding-bottom:71.46226%}@media only screen and (max-width: 1068px){.guide-tile-picture[data-bg="el-6-english"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_elementary_6_english__dpdc8u5yarwy_medium.png");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.guide-tile-picture[data-bg="el-6-english"]{background-image:url("/jp/education/images/giga/overview/a/guide_elementary_6_english__dpdc8u5yarwy_medium_2x.png")}}@media only screen and (max-width: 1068px){.guide-tile-picture[data-bg="el-6-english"]::after{content:'';display:block;padding-bottom:71.34986%}}@media only screen and (max-width: 734px){.guide-tile-picture[data-bg="el-6-english"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_elementary_6_english__dpdc8u5yarwy_small.png");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.guide-tile-picture[data-bg="el-6-english"]{background-image:url("/jp/education/images/giga/overview/a/guide_elementary_6_english__dpdc8u5yarwy_small_2x.png")}}@media only screen and (max-width: 734px){.guide-tile-picture[data-bg="el-6-english"]::after{content:'';display:block;padding-bottom:71.42857%}}.guide-tile-picture[data-bg="jh-industrialartsandhomemaking"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_juniorhigh_industrialartsandhomemaking__gdrm67acym6i_large.png");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.guide-tile-picture[data-bg="jh-industrialartsandhomemaking"]{background-image:url("/jp/education/images/giga/overview/a/guide_juniorhigh_industrialartsandhomemaking__gdrm67acym6i_large_2x.png")}}.guide-tile-picture[data-bg="jh-industrialartsandhomemaking"]::after{content:'';display:block;padding-bottom:71.46226%}@media only screen and (max-width: 1068px){.guide-tile-picture[data-bg="jh-industrialartsandhomemaking"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_juniorhigh_industrialartsandhomemaking__gdrm67acym6i_medium.png");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.guide-tile-picture[data-bg="jh-industrialartsandhomemaking"]{background-image:url("/jp/education/images/giga/overview/a/guide_juniorhigh_industrialartsandhomemaking__gdrm67acym6i_medium_2x.png")}}@media only screen and (max-width: 1068px){.guide-tile-picture[data-bg="jh-industrialartsandhomemaking"]::after{content:'';display:block;padding-bottom:71.34986%}}@media only screen and (max-width: 734px){.guide-tile-picture[data-bg="jh-industrialartsandhomemaking"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_juniorhigh_industrialartsandhomemaking__gdrm67acym6i_small.png");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.guide-tile-picture[data-bg="jh-industrialartsandhomemaking"]{background-image:url("/jp/education/images/giga/overview/a/guide_juniorhigh_industrialartsandhomemaking__gdrm67acym6i_small_2x.png")}}@media only screen and (max-width: 734px){.guide-tile-picture[data-bg="jh-industrialartsandhomemaking"]::after{content:'';display:block;padding-bottom:71.42857%}}.guide-tile-picture[data-bg="jh-1-japanease"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_juniorhigh_1_japanese__f5lwuvyfqgqe_large.png");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.guide-tile-picture[data-bg="jh-1-japanease"]{background-image:url("/jp/education/images/giga/overview/a/guide_juniorhigh_1_japanese__f5lwuvyfqgqe_large_2x.png")}}.guide-tile-picture[data-bg="jh-1-japanease"]::after{content:'';display:block;padding-bottom:71.46226%}@media only screen and (max-width: 1068px){.guide-tile-picture[data-bg="jh-1-japanease"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_juniorhigh_1_japanese__f5lwuvyfqgqe_medium.png");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.guide-tile-picture[data-bg="jh-1-japanease"]{background-image:url("/jp/education/images/giga/overview/a/guide_juniorhigh_1_japanese__f5lwuvyfqgqe_medium_2x.png")}}@media only screen and (max-width: 1068px){.guide-tile-picture[data-bg="jh-1-japanease"]::after{content:'';display:block;padding-bottom:71.34986%}}@media only screen and (max-width: 734px){.guide-tile-picture[data-bg="jh-1-japanease"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_juniorhigh_1_japanese__f5lwuvyfqgqe_small.png");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.guide-tile-picture[data-bg="jh-1-japanease"]{background-image:url("/jp/education/images/giga/overview/a/guide_juniorhigh_1_japanese__f5lwuvyfqgqe_small_2x.png")}}@media only screen and (max-width: 734px){.guide-tile-picture[data-bg="jh-1-japanease"]::after{content:'';display:block;padding-bottom:71.42857%}}.guide-tile-picture[data-bg="jh-2-social"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_juniorhigh_2_social__elbnnt9xtq2q_large.png");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.guide-tile-picture[data-bg="jh-2-social"]{background-image:url("/jp/education/images/giga/overview/a/guide_juniorhigh_2_social__elbnnt9xtq2q_large_2x.png")}}.guide-tile-picture[data-bg="jh-2-social"]::after{content:'';display:block;padding-bottom:71.46226%}@media only screen and (max-width: 1068px){.guide-tile-picture[data-bg="jh-2-social"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_juniorhigh_2_social__elbnnt9xtq2q_medium.png");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.guide-tile-picture[data-bg="jh-2-social"]{background-image:url("/jp/education/images/giga/overview/a/guide_juniorhigh_2_social__elbnnt9xtq2q_medium_2x.png")}}@media only screen and (max-width: 1068px){.guide-tile-picture[data-bg="jh-2-social"]::after{content:'';display:block;padding-bottom:71.34986%}}@media only screen and (max-width: 734px){.guide-tile-picture[data-bg="jh-2-social"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_juniorhigh_2_social__elbnnt9xtq2q_small.png");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.guide-tile-picture[data-bg="jh-2-social"]{background-image:url("/jp/education/images/giga/overview/a/guide_juniorhigh_2_social__elbnnt9xtq2q_small_2x.png")}}@media only screen and (max-width: 734px){.guide-tile-picture[data-bg="jh-2-social"]::after{content:'';display:block;padding-bottom:71.42857%}}.guide-tile-picture[data-bg="jh-2-science"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_juniorhigh_2_science__dnrsgp02ct26_large.png");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.guide-tile-picture[data-bg="jh-2-science"]{background-image:url("/jp/education/images/giga/overview/a/guide_juniorhigh_2_science__dnrsgp02ct26_large_2x.png")}}.guide-tile-picture[data-bg="jh-2-science"]::after{content:'';display:block;padding-bottom:71.46226%}@media only screen and (max-width: 1068px){.guide-tile-picture[data-bg="jh-2-science"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_juniorhigh_2_science__dnrsgp02ct26_medium.png");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.guide-tile-picture[data-bg="jh-2-science"]{background-image:url("/jp/education/images/giga/overview/a/guide_juniorhigh_2_science__dnrsgp02ct26_medium_2x.png")}}@media only screen and (max-width: 1068px){.guide-tile-picture[data-bg="jh-2-science"]::after{content:'';display:block;padding-bottom:71.34986%}}@media only screen and (max-width: 734px){.guide-tile-picture[data-bg="jh-2-science"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_juniorhigh_2_science__dnrsgp02ct26_small.png");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.guide-tile-picture[data-bg="jh-2-science"]{background-image:url("/jp/education/images/giga/overview/a/guide_juniorhigh_2_science__dnrsgp02ct26_small_2x.png")}}@media only screen and (max-width: 734px){.guide-tile-picture[data-bg="jh-2-science"]::after{content:'';display:block;padding-bottom:71.42857%}}.guide-tile-picture[data-bg="jh-3-math"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_juniorhigh_3_mathematics__dklxumq61wgi_large.png");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.guide-tile-picture[data-bg="jh-3-math"]{background-image:url("/jp/education/images/giga/overview/a/guide_juniorhigh_3_mathematics__dklxumq61wgi_large_2x.png")}}.guide-tile-picture[data-bg="jh-3-math"]::after{content:'';display:block;padding-bottom:71.46226%}@media only screen and (max-width: 1068px){.guide-tile-picture[data-bg="jh-3-math"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_juniorhigh_3_mathematics__dklxumq61wgi_medium.png");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.guide-tile-picture[data-bg="jh-3-math"]{background-image:url("/jp/education/images/giga/overview/a/guide_juniorhigh_3_mathematics__dklxumq61wgi_medium_2x.png")}}@media only screen and (max-width: 1068px){.guide-tile-picture[data-bg="jh-3-math"]::after{content:'';display:block;padding-bottom:71.34986%}}@media only screen and (max-width: 734px){.guide-tile-picture[data-bg="jh-3-math"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_juniorhigh_3_mathematics__dklxumq61wgi_small.png");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.guide-tile-picture[data-bg="jh-3-math"]{background-image:url("/jp/education/images/giga/overview/a/guide_juniorhigh_3_mathematics__dklxumq61wgi_small_2x.png")}}@media only screen and (max-width: 734px){.guide-tile-picture[data-bg="jh-3-math"]::after{content:'';display:block;padding-bottom:71.42857%}}.guide-tile-picture[data-bg="jh-3-english"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_juniorhigh_3_english__bg7mzpo5lyj6_large.png");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.guide-tile-picture[data-bg="jh-3-english"]{background-image:url("/jp/education/images/giga/overview/a/guide_juniorhigh_3_english__bg7mzpo5lyj6_large_2x.png")}}.guide-tile-picture[data-bg="jh-3-english"]::after{content:'';display:block;padding-bottom:71.46226%}@media only screen and (max-width: 1068px){.guide-tile-picture[data-bg="jh-3-english"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_juniorhigh_3_english__bg7mzpo5lyj6_medium.png");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.guide-tile-picture[data-bg="jh-3-english"]{background-image:url("/jp/education/images/giga/overview/a/guide_juniorhigh_3_english__bg7mzpo5lyj6_medium_2x.png")}}@media only screen and (max-width: 1068px){.guide-tile-picture[data-bg="jh-3-english"]::after{content:'';display:block;padding-bottom:71.34986%}}@media only screen and (max-width: 734px){.guide-tile-picture[data-bg="jh-3-english"]{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/guide_juniorhigh_3_english__bg7mzpo5lyj6_small.png");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.guide-tile-picture[data-bg="jh-3-english"]{background-image:url("/jp/education/images/giga/overview/a/guide_juniorhigh_3_english__bg7mzpo5lyj6_small_2x.png")}}@media only screen and (max-width: 734px){.guide-tile-picture[data-bg="jh-3-english"]::after{content:'';display:block;padding-bottom:71.42857%}}.guide-tile-content{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:30px 30px 30px 38px}@media only screen and (max-width: 1068px){.guide-tile-content{padding:30px 30px 30px 38px}}@media only screen and (max-width: 734px){.guide-tile-content{padding:30px 30px 30px 35px}}.guide-tile-grade{color:#6e6e73}.guide-tile-grade p{font-weight:500}.guide-tile-pdf{margin-bottom:0}.guide-tile .typography-headline-reduced+p{margin-top:0.7em;line-height:1.4}.guide-tile-intro{font-size:21px;line-height:1.381;font-weight:400;letter-spacing:.011em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.guide-tile-intro:lang(ar){line-height:1.52381;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.guide-tile-intro:lang(ja){line-height:1.4286;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.guide-tile-intro:lang(ko){line-height:1.52381;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.guide-tile-intro:lang(th){line-height:1.381;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.guide-tile-intro:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.guide-tile-intro:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.guide-tile-intro:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.guide-tile-intro:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.guide-tile-intro{font-size:17px;line-height:1.47059;font-weight:400;letter-spacing:-.022em;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.guide-tile-intro:lang(ar){line-height:1.58824;letter-spacing:0em;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.guide-tile-intro:lang(ja){letter-spacing:0em;font-family:"SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.guide-tile-intro:lang(ko){line-height:1.58824;letter-spacing:0em;font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.guide-tile-intro:lang(zh){letter-spacing:0em}.guide-tile-intro:lang(th){line-height:1.35296;letter-spacing:0em;font-family:"SF Pro TH","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.guide-tile-intro:lang(zh-CN){font-family:"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.guide-tile-intro:lang(zh-HK){font-family:"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.guide-tile-intro:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Text","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.guide-tile-intro:lang(zh-TW){font-family:"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px){.guide-tile-intro{font-size:19px;line-height:1.4211;font-weight:400;letter-spacing:.012em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.guide-tile-intro:lang(ar){line-height:1.57895;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.guide-tile-intro:lang(ja){line-height:1.47376;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.guide-tile-intro:lang(ko){line-height:1.52632;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.guide-tile-intro:lang(th){line-height:1.36844;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.guide-tile-intro:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.guide-tile-intro:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.guide-tile-intro:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.guide-tile-intro:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.guide-pdf{font-weight:bold;padding-top:50px}@media only screen and (max-width: 1068px){.guide-pdf{padding-top:50px}}@media only screen and (max-width: 734px){.guide-pdf{padding-top:48px}}.guide-new{position:absolute;color:#f3645c;font-size:19px;line-height:1.21053;font-weight:600;letter-spacing:.012em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;top:15px;left:15px}.guide-new:lang(ar){line-height:1.36844;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.guide-new:lang(ja){line-height:1.26316;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.guide-new:lang(ko){line-height:1.31579;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.guide-new:lang(th){line-height:1.36844;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.guide-new:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.guide-new:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.guide-new:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.guide-new:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 734px){.guide-new{top:10px;left:10px}}@media only screen and (max-width: 734px){.guide-new{font-size:16px}}.guide-more{padding-top:60px}@media only screen and (max-width: 1068px){.guide-more{padding-top:40px}}@media only screen and (max-width: 734px){.guide-more{padding-top:50px}}.guide-more-headline{font-weight:600px;font-size:26px}@media only screen and (max-width: 1068px){.guide-more-headline{font-size:22px}}@media only screen and (max-width: 734px){.guide-more-headline{font-size:21px}}.guide-more-list{list-style:none;margin:0;padding:0.5em 0 0;font-size:24px;line-height:1.16667;font-weight:600;letter-spacing:.009em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:0.5em;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto}.guide-more-list:lang(ar){line-height:1.33341;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.guide-more-list:lang(ja){line-height:1.25;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.guide-more-list:lang(ko){line-height:1.29167;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.guide-more-list:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.guide-more-list:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.guide-more-list:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.guide-more-list:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.guide-more-list:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.guide-more-list{font-size:21px;line-height:1.19048;font-weight:600;letter-spacing:.011em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.guide-more-list:lang(ja){line-height:1.2381;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.guide-more-list:lang(ko){line-height:1.2858;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.guide-more-list:lang(th){line-height:1.381;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.guide-more-list:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.guide-more-list:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.guide-more-list:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.guide-more-list:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.guide-more-list:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.guide-more-list>li{text-align:center}.ipad-idea{background:#ea6d6f}.ipad-idea-headline-strong{color:#fff}.ipad-idea-subhead{color:#fff;font-weight:600;font-size:36px;line-height:40/36}@media only screen and (max-width: 1068px){.ipad-idea-subhead{font-size:32px;line-height:36/32}}@media only screen and (max-width: 734px){.ipad-idea-subhead{font-size:24px;line-height:28/24}}.ipad-idea .gallery-container{padding-top:30px}@media only screen and (max-width: 1068px){.ipad-idea .gallery-container{padding-top:30px}}@media only screen and (max-width: 734px){.ipad-idea .gallery-container{padding-top:25px}}.ipad-idea-content{padding-top:70px}@media only screen and (max-width: 1068px){.ipad-idea-content{padding-top:70px}}@media only screen and (max-width: 734px){.ipad-idea-content{padding-top:50px}}@media only screen and (max-width: 734px){.ipad-idea-content-section{width:100%;margin:0;padding-left:var(--gallery-margin, 10vw)}}.ipad-idea-pdf{padding-top:50px}@media only screen and (max-width: 1068px){.ipad-idea-pdf{padding-top:50px}}@media only screen and (max-width: 734px){.ipad-idea-pdf{padding-top:48px}}.ipad-idea-pdf .violator-link{background:rgba(0,0,0,0);border-color:#fff;color:#fff}@media (pointer: fine){.ipad-idea-pdf .violator-link{-webkit-transition:background-color 0.3s ease, color 0.3s ease;transition:background-color 0.3s ease, color 0.3s ease}.ipad-idea-pdf .violator-link:hover{background-color:#fff;color:#ea6d6f}}.ipad-idea-item{display:grid;grid-template-columns:100%;width:424px;height:482px;grid-gap:40px}.ipad-idea-item[data-type="full"]{grid-template-rows:1fr}.ipad-idea-item[data-type="separate"]{grid-template-rows:1fr 1fr}@media only screen and (max-width: 1068px){.ipad-idea-item[data-type="separate"]{grid-template-rows:186px 186px}}@media only screen and (max-width: 734px){.ipad-idea-item[data-type="separate"]{grid-template-rows:1fr 1fr}}@media only screen and (max-width: 1068px){.ipad-idea-item{width:363px;height:412px;grid-gap:40px}}@media only screen and (max-width: 734px){.ipad-idea-item{width:287px;height:333px;grid-gap:20px}}.ipad-idea-tile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;width:100%;height:100%;background:#fff;padding:38px 30px 30px 38px}@media only screen and (max-width: 734px){.ipad-idea-tile{padding:28px 16px 16px 25px}}@media only screen and (max-width: 734px){.ipad-idea-tile .typography-headline-reduced{font-size:26px}}.ipad-idea-tile-new{position:absolute;color:#f3645c;font-size:19px;line-height:1.21053;font-weight:600;letter-spacing:.012em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;top:10px;left:12px}.ipad-idea-tile-new:lang(ar){line-height:1.36844;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.ipad-idea-tile-new:lang(ja){line-height:1.26316;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.ipad-idea-tile-new:lang(ko){line-height:1.31579;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.ipad-idea-tile-new:lang(th){line-height:1.36844;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.ipad-idea-tile-new:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.ipad-idea-tile-new:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.ipad-idea-tile-new:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.ipad-idea-tile-new:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 734px){.ipad-idea-tile-new{top:8px;left:10px}}@media only screen and (max-width: 734px){.ipad-idea-tile-new{font-size:14px}}.ipad-idea-tile-eyebrow{position:absolute;color:#6e6e73;font-weight:500;top:12px;left:38px}@media only screen and (max-width: 734px){.ipad-idea-tile-eyebrow{top:6px;left:28px;font-size:15px}}.ipad-idea .modal-open-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translate(-0.5em, 0.5em);transform:translate(-0.5em, 0.5em)}@media only screen and (max-width: 734px){.ipad-idea .modal-open-button{-webkit-transform:translate(-0.3em, 0.3em);transform:translate(-0.3em, 0.3em)}}.ipad-idea .modal-open-button .icon{font-weight:400;font-size:36px}@media only screen and (max-width: 1068px){.ipad-idea .modal-open-button .icon{font-size:30px}}@media only screen and (max-width: 734px){.ipad-idea .modal-open-button .icon{font-size:28px}}.ipad-idea-more{margin-top:0;margin-bottom:0}.ipad-idea-select-tab{display:none}.ipad-idea-select-tab>*{pointer-events:none}@media only screen and (max-width: 734px){.ipad-idea-select-tab{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;width:210px;height:44px;background:#fff;border-radius:36px;color:#ea6d6f;position:relative;padding:0 12px 0 15px;-webkit-box-sizing:border-box;box-sizing:border-box}.ipad-idea-select-tab .icon.icon-shevron-down.icon-after::after{padding-left:0}}.ipad-idea-select-tab-content{-webkit-transform:translateY(1px);transform:translateY(1px);-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center}.ipad-idea-select-tab-icon{height:100%;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;-webkit-transform:translateY(-1px);transform:translateY(-1px)}.ipad-idea-tab-nav{position:relative;z-index:5}.ipad-idea-tablist{list-style:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;margin:0 auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;position:relative;z-index:1;border-radius:40px}@media only screen and (max-width: 1068px){.ipad-idea-tablist{border-radius:40px}}@media only screen and (max-width: 734px){.ipad-idea-tablist{border-radius:15px}}@media only screen and (max-width: 734px){.ipad-idea-tablist{display:block;max-width:247px;width:100%;position:absolute;z-index:6;left:calc(((var(--gallery-margin, 30px) / 2) * -1));-webkit-transition:opacity 0.3s ease;transition:opacity 0.3s ease;-webkit-box-shadow:6px 6px 16px 0px rgba(0,0,0,0.2);box-shadow:6px 6px 16px 0px rgba(0,0,0,0.2)}.ipad-idea-tablist[data-small-hidden="true"]{opacity:0;pointer-events:none}}.ipad-idea-tablist::after{content:"";display:block;height:calc(100% - 2px);width:calc(100% - 2px);background:#ea6d6f;position:absolute;z-index:1;top:1px;left:1px;-webkit-transition:width 0.3s ease, -webkit-transform 0.3s ease;transition:width 0.3s ease, -webkit-transform 0.3s ease;transition:transform 0.3s ease, width 0.3s ease;transition:transform 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease;border-radius:40px}@media only screen and (max-width: 734px){.ipad-idea-tablist::after{-webkit-transition:none;transition:none;background:none}}@media only screen and (max-width: 1068px){.ipad-idea-tablist::after{border-radius:40px}}@media only screen and (max-width: 734px){.ipad-idea-tablist::after{border-radius:0}}.ipad-idea-tablist[data-tab-current="1"]::after{-webkit-transform:translateX(0);transform:translateX(0);width:210px}@media only screen and (max-width: 734px){.ipad-idea-tablist[data-tab-current="1"]::after{width:100%}}.ipad-idea-tablist[data-tab-current="2"]::after{width:210px;-webkit-transform:translateX(208px);transform:translateX(208px)}@media only screen and (max-width: 734px){.ipad-idea-tablist[data-tab-current="2"]::after{width:100%;-webkit-transform:translateX(0);transform:translateX(0)}}.ipad-idea-tablist[data-tab-current="3"]::after{width:210px;-webkit-transform:translateX(418px);transform:translateX(418px)}@media only screen and (max-width: 734px){.ipad-idea-tablist[data-tab-current="3"]::after{width:100%;-webkit-transform:translateX(0);transform:translateX(0)}}.ipad-idea-tablist li{position:relative;z-index:2;padding:0}@media only screen and (max-width: 1068px){.ipad-idea-tablist li{padding:0}}@media only screen and (max-width: 734px){.ipad-idea-tablist li{padding:0}}@media only screen and (max-width: 734px){.ipad-idea-tablist li{border-bottom:1px solid #d2d2d7}.ipad-idea-tablist li:last-child{border-bottom:none}}.ipad-idea-tablist-button{-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;-webkit-transition:color 0.1s ease;transition:color 0.1s ease;width:210px;padding:11px 25px 9px}@media only screen and (max-width: 1068px){.ipad-idea-tablist-button{width:210px;padding:11px 25px 9px}}@media only screen and (max-width: 734px){.ipad-idea-tablist-button{width:100%;padding:0}}@media only screen and (max-width: 734px){.ipad-idea-tablist-button{display:-webkit-box;display:-ms-flexbox;display:flex;padding:10px;-webkit-transition:none;transition:none;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left}}.ipad-idea-tablist-button[aria-selected="true"]{color:#fff;-webkit-transition:color 0.1s ease 0.06s;transition:color 0.1s ease 0.06s}@media only screen and (max-width: 734px){.ipad-idea-tablist-button[aria-selected="true"]{-webkit-transition:none;transition:none;color:inherit}.ipad-idea-tablist-button[aria-selected="true"] .ipad-idea-tablist-checked{visibility:visible;-webkit-transform:translateX(-3px);transform:translateX(-3px)}}.ipad-idea-tablist-checked{pointer-events:none;display:none}@media only screen and (max-width: 734px){.ipad-idea-tablist-checked{display:inline-block}}@media only screen and (max-width: 734px){.ipad-idea-tablist-checked{visibility:hidden}}.ipad-idea-tablist-item{pointer-events:none;position:relative}@media only screen and (max-width: 734px){.ipad-idea-tablist-item{margin-left:4px;display:inline-block;-webkit-transform:translateY(2px);transform:translateY(2px);-webkit-box-flex:1;-ms-flex:1;flex:1}}.ipad-idea-tab-container{position:relative}.ipad-idea-tabpanel[aria-hidden="true"]{opacity:0;position:absolute;top:0;left:0;pointer-events:none;width:100%;z-index:1;-webkit-transition:opacity 0.3s linear;transition:opacity 0.3s linear}.ipad-idea-tabpanel[aria-hidden="false"]{position:relative;opacity:1;z-index:2;-webkit-transition:opacity 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.3s;transition:opacity 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.3s}.ipad-idea-tabpanel .gallery-container{padding-top:40px}@media only screen and (max-width: 1068px){.ipad-idea-tabpanel .gallery-container{padding-top:40px}}@media only screen and (max-width: 734px){.ipad-idea-tabpanel .gallery-container{padding-top:30px}}.modal .modal-content-container.ipad-idea-modal{padding:80px 70px 70px 70px;min-height:734px}@media only screen and (max-width: 1068px){.modal .modal-content-container.ipad-idea-modal{padding:72px 72px 72px 72px;min-height:630px}}@media only screen and (max-width: 734px){.modal .modal-content-container.ipad-idea-modal{padding:60px 30px 60px 40px;min-height:auto}}@media only screen and (max-width: 734px){.modal .modal-overlay.ipad-idea-modal-overlay .icon.icon-modal-close.icon-after{font-size:32px}}.ipad-idea-modal .modal-content{display:block !important}.ipad-idea-modal-wrapper .modal-close-button{color:#111}@media only screen and (max-width: 1068px){.ipad-idea-modal-wrapper .modal-close-button{-webkit-transform:translate(8px, 0);transform:translate(8px, 0)}}@media only screen and (max-width: 734px){.ipad-idea-modal-wrapper .modal-close-button{-webkit-transform:translate(-4px, -11px);transform:translate(-4px, -11px)}}.ipad-idea-modal-overlay{width:90vw !important;max-width:980px !important;border-radius:15px !important}@media only screen and (max-width: 1068px){.ipad-idea-modal-overlay{width:90vw !important;max-width:840px !important}}@media only screen and (max-width: 734px){.ipad-idea-modal-overlay{width:100vw !important;border-radius:12px !important;max-width:500px !important}}.ipad-idea-modal-container{display:grid;grid-template-columns:auto 463px;grid-template-rows:auto auto auto 1fr;grid-template-areas:"icon icon" "headline gallery" "description gallery" "aside gallery";grid-gap:10px;height:100%}@media only screen and (max-width: 1068px){.ipad-idea-modal-container{grid-template-columns:auto minmax(200px, 397px)}}@media only screen and (max-width: 734px){.ipad-idea-modal-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:20px}}.ipad-idea-modal-icon{grid-area:icon;padding-bottom:18px}@media only screen and (max-width: 1068px){.ipad-idea-modal-icon{padding-bottom:0}}.ipad-idea-modal-icon[data-no-icon]{width:62px;height:62px}@media only screen and (max-width: 1068px){.ipad-idea-modal-icon[data-no-icon]{width:53px;height:53px}}@media only screen and (max-width: 734px){.ipad-idea-modal-icon[data-no-icon]{width:41px;height:41px}}.ipad-idea-modal-icon .catch-icon[data-border]{border-radius:16px;border:1px solid #d7d7d7}@media only screen and (max-width: 734px){.ipad-idea-modal-icon .catch-icon[data-border]{border-radius:10px}}.ipad-idea-modal-headline{grid-area:headline}.ipad-idea-modal-description{grid-area:description;padding-top:35px}@media only screen and (max-width: 1068px){.ipad-idea-modal-description{padding-top:10px}}@media only screen and (max-width: 734px){.ipad-idea-modal-description{padding-top:0}}.ipad-idea-modal-description p{min-height:2.3em}.ipad-idea-modal-gallery{grid-area:gallery;-ms-flex-item-align:start;align-self:flex-start;padding-left:70px}@media only screen and (max-width: 1068px){.ipad-idea-modal-gallery{padding-left:60px}}@media only screen and (max-width: 734px){.ipad-idea-modal-gallery{padding-left:0}}@media only screen and (max-width: 734px){.ipad-idea-modal-gallery{width:100%;max-width:260px;margin:0 auto;-ms-flex-item-align:center;align-self:center;padding:20px 0}}.ipad-idea-modal-aside{grid-area:aside;padding-top:0.5em}.ipad-idea-modal-aside-more{padding-top:0.3em}.ipad-idea-modal-aside-more .icon.icon-external.icon-after::after{top:-0.06em}.ipad-idea-modal-gallery .dotnav{text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box}.ipad-idea-modal-gallery .dotnav ul{margin:0;list-style:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ipad-idea-modal-gallery .dotnav li{list-style:none;margin:0 7px;width:8px;height:8px;position:relative}.ipad-idea-modal-gallery .dotnav-item{top:0;left:0;width:8px;height:8px;outline:none;position:absolute;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}.ipad-idea-modal-gallery .dotnav-item:focus{-webkit-box-shadow:0 0 0 4px rgba(0,125,250,0.6);box-shadow:0 0 0 4px rgba(0,125,250,0.6);outline:none}.ipad-idea-modal-gallery .dotnav-item:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),.ipad-idea-modal-gallery .dotnav-item:focus[data-focus-method="touch"]:not(input):not(textarea):not(select){-webkit-box-shadow:none;box-shadow:none}.ipad-idea-modal-gallery .dotnav-item.current{cursor:default}.ipad-idea-modal-gallery .dotnav .dotnav-item{background-color:rgba(0,0,0,0.16);-webkit-transition:background-color 100ms linear;transition:background-color 100ms linear}.ipad-idea-modal-gallery .dotnav .dotnav-item:hover{background-color:rgba(0,0,0,0.24)}.ipad-idea-modal-gallery .dotnav .dotnav-item.current{background-color:rgba(0,0,0,0.56)}.ipad-idea-modal-gallery .paddlenav,.ipad-idea-modal-gallery .paddlenav ul{margin:0;list-style:none}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow{display:block;font-style:normal;overflow:hidden;position:absolute;text-align:center;-webkit-transition:100ms background-color linear,100ms color linear,100ms opacity linear;transition:100ms background-color linear,100ms color linear,100ms opacity linear}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-next,.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-previous{top:50%}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-up,.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-down{left:50%}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow:hover{text-decoration:none}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow:focus{-webkit-box-shadow:0 0 0 4px rgba(0,125,250,0.6);box-shadow:0 0 0 4px rgba(0,125,250,0.6);outline:none}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select){-webkit-box-shadow:none;box-shadow:none}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow:disabled,.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow.disabled{cursor:default;opacity:0}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow:disabled:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow:disabled:focus[data-focus-method="touch"]:not(input):not(textarea):not(select),.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow.disabled:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow.disabled:focus[data-focus-method="touch"]:not(input):not(textarea):not(select){opacity:0}html.touch .ipad-idea-modal-gallery .paddlenav .paddlenav-arrow:disabled,html.touch .ipad-idea-modal-gallery .paddlenav .paddlenav-arrow.disabled{opacity:0}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow{font-weight:300;width:5.29412rem;height:5.29412rem;border-radius:5.29412rem;font-size:53px;line-height:5.29412rem}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-next,.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-previous{margin-top:-2.64706rem}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-up,.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-down{margin-left:-2.64706rem}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-next::before,.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-next::after{font-family:"SF Pro Icons";color:inherit;display:inline-block;font-style:normal;font-weight:inherit;font-size:inherit;line-height:1;text-decoration:underline;position:relative;z-index:1;alt:''}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-next::before,.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-next::after{text-decoration:none}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-next::before{display:none}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-next::before,.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-next::after{content:""}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-next::after{margin-right:-.056em}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-previous::before,.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-previous::after{font-family:"SF Pro Icons";color:inherit;display:inline-block;font-style:normal;font-weight:inherit;font-size:inherit;line-height:1;text-decoration:underline;position:relative;z-index:1;alt:''}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-previous::before,.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-previous::after{text-decoration:none}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-previous::before{display:none}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-previous::before,.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-previous::after{content:""}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-previous::after{margin-left:-.056em}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-up::before,.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-up::after{font-family:"SF Pro Icons";color:inherit;display:inline-block;font-style:normal;font-weight:inherit;font-size:inherit;line-height:1;text-decoration:underline;position:relative;z-index:1;alt:''}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-up::before,.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-up::after{text-decoration:none}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-up::before{display:none}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-up::before,.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-up::after{content:""}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-down::before,.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-down::after{font-family:"SF Pro Icons";color:inherit;display:inline-block;font-style:normal;font-weight:inherit;font-size:inherit;line-height:1;text-decoration:underline;position:relative;z-index:1;alt:''}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-down::before,.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-down::after{text-decoration:none}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-down::before{display:none}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-down::before,.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-down::after{content:""}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow{background-color:rgba(0,0,0,0);color:rgba(0,0,0,0.56)}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow:hover{background-color:rgba(0,0,0,0);color:rgba(0,0,0,0.64)}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow:active{background-color:rgba(0,0,0,0);color:rgba(0,0,0,0.64)}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select):hover,.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select):hover{background-color:rgba(0,0,0,0);color:rgba(0,0,0,0.64)}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select):active,.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select):active{background-color:rgba(0,0,0,0);color:rgba(0,0,0,0.64)}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-next{right:18px}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-previous{left:18px}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-up{top:18px}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-down{bottom:18px}@media only screen and (max-width: 734px){.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow{font-weight:300;width:3.05882rem;height:3.05882rem;border-radius:3.05882rem;font-size:53px;line-height:3.05882rem}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-next,.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-previous{margin-top:-1.52941rem}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-up,.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-down{margin-left:-1.52941rem}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-next::before,.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-next::after{font-family:"SF Pro Icons";color:inherit;display:inline-block;font-style:normal;font-weight:inherit;font-size:inherit;line-height:1;text-decoration:underline;position:relative;z-index:1;alt:''}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-next::before,.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-next::after{text-decoration:none}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-next::before{display:none}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-next::before,.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-next::after{content:""}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-next::after{margin-right:-.044em}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-previous::before,.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-previous::after{font-family:"SF Pro Icons";color:inherit;display:inline-block;font-style:normal;font-weight:inherit;font-size:inherit;line-height:1;text-decoration:underline;position:relative;z-index:1;alt:''}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-previous::before,.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-previous::after{text-decoration:none}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-previous::before{display:none}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-previous::before,.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-previous::after{content:""}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-previous::after{margin-left:-.044em}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-up::before,.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-up::after{font-family:"SF Pro Icons";color:inherit;display:inline-block;font-style:normal;font-weight:inherit;font-size:inherit;line-height:1;text-decoration:underline;position:relative;z-index:1;alt:''}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-up::before,.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-up::after{text-decoration:none}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-up::before{display:none}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-up::before,.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-up::after{content:""}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-down::before,.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-down::after{font-family:"SF Pro Icons";color:inherit;display:inline-block;font-style:normal;font-weight:inherit;font-size:inherit;line-height:1;text-decoration:underline;position:relative;z-index:1;alt:''}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-down::before,.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-down::after{text-decoration:none}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-down::before{display:none}.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-down::before,.ipad-idea-modal-gallery .paddlenav .paddlenav-arrow-down::after{content:""}}.ipad-idea-modal-gallery .paddlenav-compact .paddlenav-arrow{font-weight:300;width:3.05882rem;height:3.05882rem;border-radius:3.05882rem;font-size:53px;line-height:3.05882rem}.ipad-idea-modal-gallery .paddlenav-compact .paddlenav-arrow-next,.ipad-idea-modal-gallery .paddlenav-compact .paddlenav-arrow-previous{margin-top:-1.52941rem}.ipad-idea-modal-gallery .paddlenav-compact .paddlenav-arrow-up,.ipad-idea-modal-gallery .paddlenav-compact .paddlenav-arrow-down{margin-left:-1.52941rem}.ipad-idea-modal-gallery .paddlenav-compact .paddlenav-arrow-next::before,.ipad-idea-modal-gallery .paddlenav-compact .paddlenav-arrow-next::after{font-family:"SF Pro Icons";color:inherit;display:inline-block;font-style:normal;font-weight:inherit;font-size:inherit;line-height:1;text-decoration:underline;position:relative;z-index:1;alt:''}.ipad-idea-modal-gallery .paddlenav-compact .paddlenav-arrow-next::before,.ipad-idea-modal-gallery .paddlenav-compact .paddlenav-arrow-next::after{text-decoration:none}.ipad-idea-modal-gallery .paddlenav-compact .paddlenav-arrow-next::before{display:none}.ipad-idea-modal-gallery .paddlenav-compact .paddlenav-arrow-next::before,.ipad-idea-modal-gallery .paddlenav-compact .paddlenav-arrow-next::after{content:""}.ipad-idea-modal-gallery .paddlenav-compact .paddlenav-arrow-next::after{margin-right:-.044em}.ipad-idea-modal-gallery .paddlenav-compact .paddlenav-arrow-previous::before,.ipad-idea-modal-gallery .paddlenav-compact .paddlenav-arrow-previous::after{font-family:"SF Pro Icons";color:inherit;display:inline-block;font-style:normal;font-weight:inherit;font-size:inherit;line-height:1;text-decoration:underline;position:relative;z-index:1;alt:''}.ipad-idea-modal-gallery .paddlenav-compact .paddlenav-arrow-previous::before,.ipad-idea-modal-gallery .paddlenav-compact .paddlenav-arrow-previous::after{text-decoration:none}.ipad-idea-modal-gallery .paddlenav-compact .paddlenav-arrow-previous::before{display:none}.ipad-idea-modal-gallery .paddlenav-compact .paddlenav-arrow-previous::before,.ipad-idea-modal-gallery .paddlenav-compact .paddlenav-arrow-previous::after{content:""}.ipad-idea-modal-gallery .paddlenav-compact .paddlenav-arrow-previous::after{margin-left:-.044em}.ipad-idea-modal-gallery .paddlenav-compact .paddlenav-arrow-up::before,.ipad-idea-modal-gallery .paddlenav-compact .paddlenav-arrow-up::after{font-family:"SF Pro Icons";color:inherit;display:inline-block;font-style:normal;font-weight:inherit;font-size:inherit;line-height:1;text-decoration:underline;position:relative;z-index:1;alt:''}.ipad-idea-modal-gallery .paddlenav-compact .paddlenav-arrow-up::before,.ipad-idea-modal-gallery .paddlenav-compact .paddlenav-arrow-up::after{text-decoration:none}.ipad-idea-modal-gallery .paddlenav-compact .paddlenav-arrow-up::before{display:none}.ipad-idea-modal-gallery .paddlenav-compact .paddlenav-arrow-up::before,.ipad-idea-modal-gallery .paddlenav-compact .paddlenav-arrow-up::after{content:""}.ipad-idea-modal-gallery .paddlenav-compact .paddlenav-arrow-down::before,.ipad-idea-modal-gallery .paddlenav-compact .paddlenav-arrow-down::after{font-family:"SF Pro Icons";color:inherit;display:inline-block;font-style:normal;font-weight:inherit;font-size:inherit;line-height:1;text-decoration:underline;position:relative;z-index:1;alt:''}.ipad-idea-modal-gallery .paddlenav-compact .paddlenav-arrow-down::before,.ipad-idea-modal-gallery .paddlenav-compact .paddlenav-arrow-down::after{text-decoration:none}.ipad-idea-modal-gallery .paddlenav-compact .paddlenav-arrow-down::before{display:none}.ipad-idea-modal-gallery .paddlenav-compact .paddlenav-arrow-down::before,.ipad-idea-modal-gallery .paddlenav-compact .paddlenav-arrow-down::after{content:""}.ipad-idea-modal-gallery .paddlenav-framed .paddlenav-arrow{background-color:rgba(210,210,215,0.64);color:rgba(0,0,0,0.56)}.ipad-idea-modal-gallery .paddlenav-framed .paddlenav-arrow:hover{background-color:rgba(223,223,227,0.6976);color:rgba(0,0,0,0.64)}.ipad-idea-modal-gallery .paddlenav-framed .paddlenav-arrow:active{background-color:rgba(193,193,198,0.6544);color:rgba(0,0,0,0.64)}.ipad-idea-modal-gallery .paddlenav-framed .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select):hover,.ipad-idea-modal-gallery .paddlenav-framed .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select):hover{background-color:rgba(223,223,227,0.6976);color:rgba(0,0,0,0.64)}.ipad-idea-modal-gallery .paddlenav-framed .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select):active,.ipad-idea-modal-gallery .paddlenav-framed .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select):active{background-color:rgba(193,193,198,0.6544);color:rgba(0,0,0,0.64)}.ipad-idea-modal-gallery .paddlenav-framed .paddlenav-arrow-next{right:18px}.ipad-idea-modal-gallery .paddlenav-framed .paddlenav-arrow-previous{left:18px}.ipad-idea-modal-gallery .paddlenav-framed .paddlenav-arrow-up{top:18px}.ipad-idea-modal-gallery .paddlenav-framed .paddlenav-arrow-down{bottom:18px}.ipad-idea-modal-gallery .with-paddlenav{position:relative}html.no-touch .ipad-idea-modal-gallery .with-paddlenav-onhover .paddlenav-arrow{opacity:0;-webkit-transition:100ms background-color linear,100ms color linear,100ms opacity linear;transition:100ms background-color linear,100ms color linear,100ms opacity linear}html.no-touch .ipad-idea-modal-gallery .with-paddlenav-onhover .paddlenav-arrow:focus{opacity:1}html.no-touch .ipad-idea-modal-gallery .with-paddlenav-onhover:hover .paddlenav-arrow{opacity:1}html.no-touch .ipad-idea-modal-gallery .with-paddlenav-onhover .paddlenav-arrow:disabled,html.no-touch .ipad-idea-modal-gallery .with-paddlenav-onhover .paddlenav-arrow.disabled{opacity:0}.ipad-idea-modal-gallery .with-paddlenav-visuallyhidden .paddlenav-arrow{clip:rect(1px, 1px, 1px, 1px);-webkit-clip-path:inset(0px 0px 99.9% 99.9%);clip-path:inset(0px 0px 99.9% 99.9%)}.ipad-idea-modal-gallery .with-paddlenav-visuallyhidden .paddlenav-arrow:focus,.ipad-idea-modal-gallery .with-paddlenav-visuallyhidden .paddlenav-arrow:hover{clip:auto;-webkit-clip-path:none;clip-path:none}.ipad-idea-modal-gallery-wrapper{position:relative;z-index:1;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ipad-idea-modal-gallery-wrapper.gallery{overflow:unset}.ipad-idea-modal-gallery-container{position:relative;width:100%;height:auto;aspect-ratio:393 / 274}.ipad-idea-modal-gallery-item{position:absolute;width:100%;height:100%;z-index:1}.ipad-idea-modal-gallery-pic{width:100%;height:100%;background-size:cover}.ipad-idea-modal-gallery .dotnav{padding-top:10px}.ipad-idea-modal-gallery-captions{position:relative}.ipad-idea-modal-gallery-caption{position:absolute;top:0;left:0;padding:10px 0 0;opacity:0;-webkit-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out}.ipad-idea-modal-gallery-caption.current{opacity:1;z-index:1}.ipad-idea-modal-gallery-caption .ipad-idea-modal-caption-icon{width:auto;height:17px;display:inline-block}.ipad-idea-modal-gallery-caption .ipad-idea-modal-caption-icon.ml{margin-left:0.2em}.ipad-idea-modal-gallery-caption .ipad-idea-modal-caption-icon.mr{margin-right:0.2em}.ipad-idea-modal-gallery-caption .ipad-idea-modal-caption-icon[data-image="icon-tip"]{-webkit-transform:translateY(3px);transform:translateY(3px)}.ipad-idea-modal-gallery-caption .ipad-idea-modal-caption-icon[data-image="icon-tip-jp"]{height:14px;-webkit-transform:translateY(1px);transform:translateY(1px)}.ipad-idea-modal-gallery-caption .ipad-idea-modal-caption-icon[data-image="message"]{-webkit-transform:translateY(2px);transform:translateY(2px)}.ipad-idea-modal-gallery-paddlenav{position:absolute;top:0;left:0;width:100%;aspect-ratio:393 / 274;z-index:2}.ipad-idea-modal-gallery-paddlenav .paddlenav{position:relative;z-index:2;width:100%;height:100%}@media only screen and (max-width: 734px){.ipad-idea-modal-gallery-paddlenav .paddlenav{display:none}}.ipad-idea-modal-gallery-paddlenav .paddlenav .paddlenav-arrow{font-size:20px;width:2em;height:4em}.ipad-idea-modal-gallery-paddlenav .paddlenav .paddlenav-arrow-previous{left:-35px}.ipad-idea-modal-gallery-paddlenav .paddlenav .paddlenav-arrow-next{right:-35px}.inclass-interest-ar.thumbnail{width:424px;height:482px;background-size:424px 482px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_ar__fbsgxkufv2ie_large.jpg")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.inclass-interest-ar.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_ar__fbsgxkufv2ie_large_2x.jpg")}}@media only screen and (max-width: 1068px){.inclass-interest-ar.thumbnail{width:363px;height:412px;background-size:363px 412px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_ar__fbsgxkufv2ie_medium.jpg")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.inclass-interest-ar.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_ar__fbsgxkufv2ie_medium_2x.jpg")}}@media only screen and (max-width: 734px){.inclass-interest-ar.thumbnail{width:287px;height:333px;background-size:287px 333px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_ar__fbsgxkufv2ie_small.jpg")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.inclass-interest-ar.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_ar__fbsgxkufv2ie_small_2x.jpg")}}.inclass-interest-planning.thumbnail{width:424px;height:482px;background-size:424px 482px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_planning__f3z8l2c9heie_large.jpg")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.inclass-interest-planning.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_planning__f3z8l2c9heie_large_2x.jpg")}}@media only screen and (max-width: 1068px){.inclass-interest-planning.thumbnail{width:363px;height:412px;background-size:363px 412px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_planning__f3z8l2c9heie_medium.jpg")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.inclass-interest-planning.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_planning__f3z8l2c9heie_medium_2x.jpg")}}@media only screen and (max-width: 734px){.inclass-interest-planning.thumbnail{width:287px;height:333px;background-size:287px 333px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_planning__f3z8l2c9heie_small.jpg")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.inclass-interest-planning.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_planning__f3z8l2c9heie_small_2x.jpg")}}.inclass-interest-video.thumbnail{width:424px;height:482px;background-size:424px 482px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_video__b7lyih5z7bzm_large.jpg")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.inclass-interest-video.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_video__b7lyih5z7bzm_large_2x.jpg")}}@media only screen and (max-width: 1068px){.inclass-interest-video.thumbnail{width:363px;height:412px;background-size:363px 412px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_video__b7lyih5z7bzm_medium.jpg")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.inclass-interest-video.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_video__b7lyih5z7bzm_medium_2x.jpg")}}@media only screen and (max-width: 734px){.inclass-interest-video.thumbnail{width:287px;height:333px;background-size:287px 333px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_video__b7lyih5z7bzm_small.jpg")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.inclass-interest-video.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_video__b7lyih5z7bzm_small_2x.jpg")}}.inclass-interest-handwriting.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_handwriting__cevpiiqcxkwi_large.png");background-size:105px 105px;background-position:right bottom}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.inclass-interest-handwriting.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_handwriting__cevpiiqcxkwi_large_2x.png")}}@media only screen and (max-width: 1068px){.inclass-interest-handwriting.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_handwriting__cevpiiqcxkwi_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.inclass-interest-handwriting.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_handwriting__cevpiiqcxkwi_medium_2x.png")}}@media only screen and (max-width: 734px){.inclass-interest-handwriting.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_handwriting__cevpiiqcxkwi_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.inclass-interest-handwriting.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_handwriting__cevpiiqcxkwi_small_2x.png")}}@media only screen and (max-width: 1068px){.inclass-interest-handwriting.thumbnail{background-size:90px 90px}}@media only screen and (max-width: 734px){.inclass-interest-handwriting.thumbnail{background-size:74px 74px}}.inclass-interest-handwriting .catch-icon{width:62px;height:62px;background-size:62px 62px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_handwriting_modal_icon__phvdogvplnee_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.inclass-interest-handwriting .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_handwriting_modal_icon__phvdogvplnee_large_2x.png")}}@media only screen and (max-width: 1068px){.inclass-interest-handwriting .catch-icon{width:53px;height:53px;background-size:53px 53px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_handwriting_modal_icon__phvdogvplnee_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.inclass-interest-handwriting .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_handwriting_modal_icon__phvdogvplnee_medium_2x.png")}}@media only screen and (max-width: 734px){.inclass-interest-handwriting .catch-icon{width:41px;height:41px;background-size:41px 41px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_handwriting_modal_icon__phvdogvplnee_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.inclass-interest-handwriting .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_handwriting_modal_icon__phvdogvplnee_small_2x.png")}}.inclass-interest-handwriting .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_handwriting_modal_pic1__b9dyep8ffwr6_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.inclass-interest-handwriting .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_handwriting_modal_pic1__b9dyep8ffwr6_large_2x.png")}}@media only screen and (max-width: 1068px){.inclass-interest-handwriting .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_handwriting_modal_pic1__b9dyep8ffwr6_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.inclass-interest-handwriting .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_handwriting_modal_pic1__b9dyep8ffwr6_medium_2x.png")}}@media only screen and (max-width: 734px){.inclass-interest-handwriting .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_handwriting_modal_pic1__b9dyep8ffwr6_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.inclass-interest-handwriting .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_handwriting_modal_pic1__b9dyep8ffwr6_small_2x.png")}}.inclass-interest-handwriting .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_handwriting_modal_pic2__lha6i9o56kay_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.inclass-interest-handwriting .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_handwriting_modal_pic2__lha6i9o56kay_large_2x.png")}}@media only screen and (max-width: 1068px){.inclass-interest-handwriting .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_handwriting_modal_pic2__lha6i9o56kay_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.inclass-interest-handwriting .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_handwriting_modal_pic2__lha6i9o56kay_medium_2x.png")}}@media only screen and (max-width: 734px){.inclass-interest-handwriting .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_handwriting_modal_pic2__lha6i9o56kay_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.inclass-interest-handwriting .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_handwriting_modal_pic2__lha6i9o56kay_small_2x.png")}}.inclass-interest-shapes.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_shapes__fjcdzvi7aaqi_large.png");background-size:105px 105px;background-position:right bottom}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.inclass-interest-shapes.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_shapes__fjcdzvi7aaqi_large_2x.png")}}@media only screen and (max-width: 1068px){.inclass-interest-shapes.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_shapes__fjcdzvi7aaqi_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.inclass-interest-shapes.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_shapes__fjcdzvi7aaqi_medium_2x.png")}}@media only screen and (max-width: 734px){.inclass-interest-shapes.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_shapes__fjcdzvi7aaqi_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.inclass-interest-shapes.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_shapes__fjcdzvi7aaqi_small_2x.png")}}@media only screen and (max-width: 1068px){.inclass-interest-shapes.thumbnail{background-size:90px 90px}}@media only screen and (max-width: 734px){.inclass-interest-shapes.thumbnail{background-size:74px 74px}}.inclass-interest-shapes .catch-icon{width:62px;height:62px;background-size:62px 62px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_shapes_modal_icon__ckpdg0cibob6_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.inclass-interest-shapes .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_shapes_modal_icon__ckpdg0cibob6_large_2x.png")}}@media only screen and (max-width: 1068px){.inclass-interest-shapes .catch-icon{width:53px;height:53px;background-size:53px 53px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_shapes_modal_icon__ckpdg0cibob6_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.inclass-interest-shapes .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_shapes_modal_icon__ckpdg0cibob6_medium_2x.png")}}@media only screen and (max-width: 734px){.inclass-interest-shapes .catch-icon{width:41px;height:41px;background-size:41px 41px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_shapes_modal_icon__ckpdg0cibob6_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.inclass-interest-shapes .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_shapes_modal_icon__ckpdg0cibob6_small_2x.png")}}.inclass-interest-shapes .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_shapes_modal_pic1__xmzd6mir8pea_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.inclass-interest-shapes .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_shapes_modal_pic1__xmzd6mir8pea_large_2x.png")}}@media only screen and (max-width: 1068px){.inclass-interest-shapes .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_shapes_modal_pic1__xmzd6mir8pea_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.inclass-interest-shapes .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_shapes_modal_pic1__xmzd6mir8pea_medium_2x.png")}}@media only screen and (max-width: 734px){.inclass-interest-shapes .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_shapes_modal_pic1__xmzd6mir8pea_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.inclass-interest-shapes .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_shapes_modal_pic1__xmzd6mir8pea_small_2x.png")}}.inclass-interest-shapes .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_shapes_modal_pic2__gf3q4kx5foii_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.inclass-interest-shapes .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_shapes_modal_pic2__gf3q4kx5foii_large_2x.png")}}@media only screen and (max-width: 1068px){.inclass-interest-shapes .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_shapes_modal_pic2__gf3q4kx5foii_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.inclass-interest-shapes .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_shapes_modal_pic2__gf3q4kx5foii_medium_2x.png")}}@media only screen and (max-width: 734px){.inclass-interest-shapes .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_shapes_modal_pic2__gf3q4kx5foii_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.inclass-interest-shapes .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_shapes_modal_pic2__gf3q4kx5foii_small_2x.png")}}.inclass-interest-shapes .pic-3{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_shapes_modal_pic3__bop40rw3j9jm_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.inclass-interest-shapes .pic-3{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_shapes_modal_pic3__bop40rw3j9jm_large_2x.png")}}@media only screen and (max-width: 1068px){.inclass-interest-shapes .pic-3{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_shapes_modal_pic3__bop40rw3j9jm_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.inclass-interest-shapes .pic-3{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_shapes_modal_pic3__bop40rw3j9jm_medium_2x.png")}}@media only screen and (max-width: 734px){.inclass-interest-shapes .pic-3{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_shapes_modal_pic3__bop40rw3j9jm_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.inclass-interest-shapes .pic-3{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_shapes_modal_pic3__bop40rw3j9jm_small_2x.png")}}.inclass-interest-slowmotion.thumbnail{width:424px;height:482px;background-size:424px 482px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slowmotion__c7tsrng906ky_large.jpg")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.inclass-interest-slowmotion.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slowmotion__c7tsrng906ky_large_2x.jpg")}}@media only screen and (max-width: 1068px){.inclass-interest-slowmotion.thumbnail{width:363px;height:412px;background-size:363px 412px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slowmotion__c7tsrng906ky_medium.jpg")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.inclass-interest-slowmotion.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slowmotion__c7tsrng906ky_medium_2x.jpg")}}@media only screen and (max-width: 734px){.inclass-interest-slowmotion.thumbnail{width:287px;height:333px;background-size:287px 333px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slowmotion__c7tsrng906ky_small.jpg")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.inclass-interest-slowmotion.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slowmotion__c7tsrng906ky_small_2x.jpg")}}.inclass-interest-slowmotion .catch-icon{width:62px;height:62px;background-size:62px 62px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slowmotion_modal_icon__gnpbrwabjzyy_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.inclass-interest-slowmotion .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slowmotion_modal_icon__gnpbrwabjzyy_large_2x.png")}}@media only screen and (max-width: 1068px){.inclass-interest-slowmotion .catch-icon{width:53px;height:53px;background-size:53px 53px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slowmotion_modal_icon__gnpbrwabjzyy_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.inclass-interest-slowmotion .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slowmotion_modal_icon__gnpbrwabjzyy_medium_2x.png")}}@media only screen and (max-width: 734px){.inclass-interest-slowmotion .catch-icon{width:41px;height:41px;background-size:41px 41px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slowmotion_modal_icon__gnpbrwabjzyy_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.inclass-interest-slowmotion .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slowmotion_modal_icon__gnpbrwabjzyy_small_2x.png")}}.inclass-interest-slowmotion .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slowmotion_modal_pic1__ckv8932ybliu_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.inclass-interest-slowmotion .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slowmotion_modal_pic1__ckv8932ybliu_large_2x.png")}}@media only screen and (max-width: 1068px){.inclass-interest-slowmotion .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slowmotion_modal_pic1__ckv8932ybliu_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.inclass-interest-slowmotion .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slowmotion_modal_pic1__ckv8932ybliu_medium_2x.png")}}@media only screen and (max-width: 734px){.inclass-interest-slowmotion .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slowmotion_modal_pic1__ckv8932ybliu_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.inclass-interest-slowmotion .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slowmotion_modal_pic1__ckv8932ybliu_small_2x.png")}}.inclass-interest-slowmotion .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slowmotion_modal_pic2__fm5ncya9skya_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.inclass-interest-slowmotion .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slowmotion_modal_pic2__fm5ncya9skya_large_2x.png")}}@media only screen and (max-width: 1068px){.inclass-interest-slowmotion .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slowmotion_modal_pic2__fm5ncya9skya_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.inclass-interest-slowmotion .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slowmotion_modal_pic2__fm5ncya9skya_medium_2x.png")}}@media only screen and (max-width: 734px){.inclass-interest-slowmotion .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slowmotion_modal_pic2__fm5ncya9skya_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.inclass-interest-slowmotion .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slowmotion_modal_pic2__fm5ncya9skya_small_2x.png")}}.inclass-interest-keynote.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_keynote__eyvkb4hgls4m_large.png");background-size:105px 105px;background-position:right bottom}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.inclass-interest-keynote.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_keynote__eyvkb4hgls4m_large_2x.png")}}@media only screen and (max-width: 1068px){.inclass-interest-keynote.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_keynote__eyvkb4hgls4m_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.inclass-interest-keynote.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_keynote__eyvkb4hgls4m_medium_2x.png")}}@media only screen and (max-width: 734px){.inclass-interest-keynote.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_keynote__eyvkb4hgls4m_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.inclass-interest-keynote.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_keynote__eyvkb4hgls4m_small_2x.png")}}@media only screen and (max-width: 1068px){.inclass-interest-keynote.thumbnail{background-size:90px 90px}}@media only screen and (max-width: 734px){.inclass-interest-keynote.thumbnail{background-size:74px 74px}}.inclass-interest-keynote .catch-icon{width:62px;height:62px;background-size:62px 62px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_keynote_modal_icon__gl3emf5yfv6u_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.inclass-interest-keynote .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_keynote_modal_icon__gl3emf5yfv6u_large_2x.png")}}@media only screen and (max-width: 1068px){.inclass-interest-keynote .catch-icon{width:53px;height:53px;background-size:53px 53px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_keynote_modal_icon__gl3emf5yfv6u_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.inclass-interest-keynote .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_keynote_modal_icon__gl3emf5yfv6u_medium_2x.png")}}@media only screen and (max-width: 734px){.inclass-interest-keynote .catch-icon{width:41px;height:41px;background-size:41px 41px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_keynote_modal_icon__gl3emf5yfv6u_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.inclass-interest-keynote .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_keynote_modal_icon__gl3emf5yfv6u_small_2x.png")}}.inclass-interest-keynote .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_keynote_modal_pic1__dkaogy2ohm4i_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.inclass-interest-keynote .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_keynote_modal_pic1__dkaogy2ohm4i_large_2x.png")}}@media only screen and (max-width: 1068px){.inclass-interest-keynote .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_keynote_modal_pic1__dkaogy2ohm4i_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.inclass-interest-keynote .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_keynote_modal_pic1__dkaogy2ohm4i_medium_2x.png")}}@media only screen and (max-width: 734px){.inclass-interest-keynote .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_keynote_modal_pic1__dkaogy2ohm4i_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.inclass-interest-keynote .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_keynote_modal_pic1__dkaogy2ohm4i_small_2x.png")}}.inclass-interest-keynote .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_keynote_modal_pic2__f8u7jc8362ye_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.inclass-interest-keynote .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_keynote_modal_pic2__f8u7jc8362ye_large_2x.png")}}@media only screen and (max-width: 1068px){.inclass-interest-keynote .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_keynote_modal_pic2__f8u7jc8362ye_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.inclass-interest-keynote .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_keynote_modal_pic2__f8u7jc8362ye_medium_2x.png")}}@media only screen and (max-width: 734px){.inclass-interest-keynote .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_keynote_modal_pic2__f8u7jc8362ye_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.inclass-interest-keynote .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_keynote_modal_pic2__f8u7jc8362ye_small_2x.png")}}.inclass-interest-slides.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slides__eezmn5dn0zki_large.png");background-size:105px 105px;background-position:right bottom}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.inclass-interest-slides.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slides__eezmn5dn0zki_large_2x.png")}}@media only screen and (max-width: 1068px){.inclass-interest-slides.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slides__eezmn5dn0zki_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.inclass-interest-slides.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slides__eezmn5dn0zki_medium_2x.png")}}@media only screen and (max-width: 734px){.inclass-interest-slides.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slides__eezmn5dn0zki_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.inclass-interest-slides.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slides__eezmn5dn0zki_small_2x.png")}}@media only screen and (max-width: 1068px){.inclass-interest-slides.thumbnail{background-size:90px 90px}}@media only screen and (max-width: 734px){.inclass-interest-slides.thumbnail{background-size:74px 74px}}.inclass-interest-slides .catch-icon{width:62px;height:62px;background-size:62px 62px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slides_modal_icon__evmvq79x1v6u_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.inclass-interest-slides .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slides_modal_icon__evmvq79x1v6u_large_2x.png")}}@media only screen and (max-width: 1068px){.inclass-interest-slides .catch-icon{width:53px;height:53px;background-size:53px 53px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slides_modal_icon__evmvq79x1v6u_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.inclass-interest-slides .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slides_modal_icon__evmvq79x1v6u_medium_2x.png")}}@media only screen and (max-width: 734px){.inclass-interest-slides .catch-icon{width:41px;height:41px;background-size:41px 41px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slides_modal_icon__evmvq79x1v6u_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.inclass-interest-slides .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slides_modal_icon__evmvq79x1v6u_small_2x.png")}}.inclass-interest-slides .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slides_modal_pic1__czao97dwgaoi_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.inclass-interest-slides .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slides_modal_pic1__czao97dwgaoi_large_2x.png")}}@media only screen and (max-width: 1068px){.inclass-interest-slides .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slides_modal_pic1__czao97dwgaoi_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.inclass-interest-slides .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slides_modal_pic1__czao97dwgaoi_medium_2x.png")}}@media only screen and (max-width: 734px){.inclass-interest-slides .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slides_modal_pic1__czao97dwgaoi_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.inclass-interest-slides .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slides_modal_pic1__czao97dwgaoi_small_2x.png")}}.inclass-interest-slides .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slides_modal_pic2__f3qq2jmg8lei_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.inclass-interest-slides .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slides_modal_pic2__f3qq2jmg8lei_large_2x.png")}}@media only screen and (max-width: 1068px){.inclass-interest-slides .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slides_modal_pic2__f3qq2jmg8lei_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.inclass-interest-slides .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slides_modal_pic2__f3qq2jmg8lei_medium_2x.png")}}@media only screen and (max-width: 734px){.inclass-interest-slides .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slides_modal_pic2__f3qq2jmg8lei_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.inclass-interest-slides .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slides_modal_pic2__f3qq2jmg8lei_small_2x.png")}}.inclass-interest-slides .pic-3{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slides_modal_pic3__rnveoz7437ma_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.inclass-interest-slides .pic-3{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slides_modal_pic3__rnveoz7437ma_large_2x.png")}}@media only screen and (max-width: 1068px){.inclass-interest-slides .pic-3{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slides_modal_pic3__rnveoz7437ma_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.inclass-interest-slides .pic-3{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slides_modal_pic3__rnveoz7437ma_medium_2x.png")}}@media only screen and (max-width: 734px){.inclass-interest-slides .pic-3{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slides_modal_pic3__rnveoz7437ma_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.inclass-interest-slides .pic-3{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_interest_slides_modal_pic3__rnveoz7437ma_small_2x.png")}}.inclass-smooth-share.thumbnail{width:424px;height:482px;background-size:424px 482px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_share__extw8i6a7zma_large.jpg")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.inclass-smooth-share.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_share__extw8i6a7zma_large_2x.jpg")}}@media only screen and (max-width: 1068px){.inclass-smooth-share.thumbnail{width:363px;height:412px;background-size:363px 412px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_share__extw8i6a7zma_medium.jpg")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.inclass-smooth-share.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_share__extw8i6a7zma_medium_2x.jpg")}}@media only screen and (max-width: 734px){.inclass-smooth-share.thumbnail{width:287px;height:333px;background-size:287px 333px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_share__extw8i6a7zma_small.jpg")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.inclass-smooth-share.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_share__extw8i6a7zma_small_2x.jpg")}}.inclass-smooth-share .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_share_modal_pic1__c1nnv91dbssy_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.inclass-smooth-share .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_share_modal_pic1__c1nnv91dbssy_large_2x.png")}}@media only screen and (max-width: 1068px){.inclass-smooth-share .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_share_modal_pic1__c1nnv91dbssy_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.inclass-smooth-share .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_share_modal_pic1__c1nnv91dbssy_medium_2x.png")}}@media only screen and (max-width: 734px){.inclass-smooth-share .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_share_modal_pic1__c1nnv91dbssy_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.inclass-smooth-share .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_share_modal_pic1__c1nnv91dbssy_small_2x.png")}}.inclass-smooth-share .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_share_modal_pic2__xjkhwc8fb9e6_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.inclass-smooth-share .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_share_modal_pic2__xjkhwc8fb9e6_large_2x.png")}}@media only screen and (max-width: 1068px){.inclass-smooth-share .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_share_modal_pic2__xjkhwc8fb9e6_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.inclass-smooth-share .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_share_modal_pic2__xjkhwc8fb9e6_medium_2x.png")}}@media only screen and (max-width: 734px){.inclass-smooth-share .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_share_modal_pic2__xjkhwc8fb9e6_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.inclass-smooth-share .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_share_modal_pic2__xjkhwc8fb9e6_small_2x.png")}}.inclass-smooth-card.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_card__bfq4tkm5e70i_large.png");background-size:105px 105px;background-position:right bottom}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.inclass-smooth-card.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_card__bfq4tkm5e70i_large_2x.png")}}@media only screen and (max-width: 1068px){.inclass-smooth-card.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_card__bfq4tkm5e70i_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.inclass-smooth-card.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_card__bfq4tkm5e70i_medium_2x.png")}}@media only screen and (max-width: 734px){.inclass-smooth-card.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_card__bfq4tkm5e70i_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.inclass-smooth-card.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_card__bfq4tkm5e70i_small_2x.png")}}@media only screen and (max-width: 1068px){.inclass-smooth-card.thumbnail{background-size:90px 90px}}@media only screen and (max-width: 734px){.inclass-smooth-card.thumbnail{background-size:74px 74px}}.inclass-smooth-card .catch-icon{width:62px;height:62px;background-size:62px 62px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_card_modal_icon__eqowsqzc0vcm_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.inclass-smooth-card .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_card_modal_icon__eqowsqzc0vcm_large_2x.png")}}@media only screen and (max-width: 1068px){.inclass-smooth-card .catch-icon{width:53px;height:53px;background-size:53px 53px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_card_modal_icon__eqowsqzc0vcm_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.inclass-smooth-card .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_card_modal_icon__eqowsqzc0vcm_medium_2x.png")}}@media only screen and (max-width: 734px){.inclass-smooth-card .catch-icon{width:41px;height:41px;background-size:41px 41px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_card_modal_icon__eqowsqzc0vcm_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.inclass-smooth-card .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_card_modal_icon__eqowsqzc0vcm_small_2x.png")}}.inclass-smooth-card .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_card_modal_pic1__crn5vuqw1tqq_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.inclass-smooth-card .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_card_modal_pic1__crn5vuqw1tqq_large_2x.png")}}@media only screen and (max-width: 1068px){.inclass-smooth-card .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_card_modal_pic1__crn5vuqw1tqq_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.inclass-smooth-card .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_card_modal_pic1__crn5vuqw1tqq_medium_2x.png")}}@media only screen and (max-width: 734px){.inclass-smooth-card .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_card_modal_pic1__crn5vuqw1tqq_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.inclass-smooth-card .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_card_modal_pic1__crn5vuqw1tqq_small_2x.png")}}.inclass-smooth-card .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_card_modal_pic2__eco3whwjfjqu_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.inclass-smooth-card .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_card_modal_pic2__eco3whwjfjqu_large_2x.png")}}@media only screen and (max-width: 1068px){.inclass-smooth-card .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_card_modal_pic2__eco3whwjfjqu_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.inclass-smooth-card .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_card_modal_pic2__eco3whwjfjqu_medium_2x.png")}}@media only screen and (max-width: 734px){.inclass-smooth-card .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_card_modal_pic2__eco3whwjfjqu_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.inclass-smooth-card .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_card_modal_pic2__eco3whwjfjqu_small_2x.png")}}.inclass-smooth-card .pic-3{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_card_modal_pic3__crlnfuhjhsa6_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.inclass-smooth-card .pic-3{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_card_modal_pic3__crlnfuhjhsa6_large_2x.png")}}@media only screen and (max-width: 1068px){.inclass-smooth-card .pic-3{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_card_modal_pic3__crlnfuhjhsa6_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.inclass-smooth-card .pic-3{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_card_modal_pic3__crlnfuhjhsa6_medium_2x.png")}}@media only screen and (max-width: 734px){.inclass-smooth-card .pic-3{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_card_modal_pic3__crlnfuhjhsa6_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.inclass-smooth-card .pic-3{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_card_modal_pic3__crlnfuhjhsa6_small_2x.png")}}.inclass-smooth-card .pic-4{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_card_modal_pic4__dflt48gxk0ae_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.inclass-smooth-card .pic-4{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_card_modal_pic4__dflt48gxk0ae_large_2x.png")}}@media only screen and (max-width: 1068px){.inclass-smooth-card .pic-4{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_card_modal_pic4__dflt48gxk0ae_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.inclass-smooth-card .pic-4{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_card_modal_pic4__dflt48gxk0ae_medium_2x.png")}}@media only screen and (max-width: 734px){.inclass-smooth-card .pic-4{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_card_modal_pic4__dflt48gxk0ae_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.inclass-smooth-card .pic-4{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_card_modal_pic4__dflt48gxk0ae_small_2x.png")}}.inclass-smooth-translate.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_translate__gb928b99htu2_large.png");background-size:130px 105px;background-position:right bottom}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.inclass-smooth-translate.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_translate__gb928b99htu2_large_2x.png")}}@media only screen and (max-width: 1068px){.inclass-smooth-translate.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_translate__gb928b99htu2_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.inclass-smooth-translate.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_translate__gb928b99htu2_medium_2x.png")}}@media only screen and (max-width: 734px){.inclass-smooth-translate.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_translate__gb928b99htu2_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.inclass-smooth-translate.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_translate__gb928b99htu2_small_2x.png")}}@media only screen and (max-width: 1068px){.inclass-smooth-translate.thumbnail{background-size:110px 90px}}@media only screen and (max-width: 734px){.inclass-smooth-translate.thumbnail{background-size:90px 74px}}.inclass-smooth-translate .catch-icon{width:62px;height:62px;background-size:62px 62px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_translate_modal_icon__e2gmvkm6dk02_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.inclass-smooth-translate .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_translate_modal_icon__e2gmvkm6dk02_large_2x.png")}}@media only screen and (max-width: 1068px){.inclass-smooth-translate .catch-icon{width:53px;height:53px;background-size:53px 53px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_translate_modal_icon__e2gmvkm6dk02_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.inclass-smooth-translate .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_translate_modal_icon__e2gmvkm6dk02_medium_2x.png")}}@media only screen and (max-width: 734px){.inclass-smooth-translate .catch-icon{width:41px;height:41px;background-size:41px 41px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_translate_modal_icon__e2gmvkm6dk02_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.inclass-smooth-translate .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_translate_modal_icon__e2gmvkm6dk02_small_2x.png")}}.inclass-smooth-translate .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_translate_modal_pic1__bkk4uueejxf6_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.inclass-smooth-translate .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_translate_modal_pic1__bkk4uueejxf6_large_2x.png")}}@media only screen and (max-width: 1068px){.inclass-smooth-translate .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_translate_modal_pic1__bkk4uueejxf6_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.inclass-smooth-translate .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_translate_modal_pic1__bkk4uueejxf6_medium_2x.png")}}@media only screen and (max-width: 734px){.inclass-smooth-translate .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_translate_modal_pic1__bkk4uueejxf6_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.inclass-smooth-translate .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_translate_modal_pic1__bkk4uueejxf6_small_2x.png")}}.inclass-smooth-voiceinput.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_voiceinput__eh2h107oevee_large.png");background-size:130px 105px;background-position:right bottom}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.inclass-smooth-voiceinput.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_voiceinput__eh2h107oevee_large_2x.png")}}@media only screen and (max-width: 1068px){.inclass-smooth-voiceinput.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_voiceinput__eh2h107oevee_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.inclass-smooth-voiceinput.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_voiceinput__eh2h107oevee_medium_2x.png")}}@media only screen and (max-width: 734px){.inclass-smooth-voiceinput.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_voiceinput__eh2h107oevee_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.inclass-smooth-voiceinput.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_voiceinput__eh2h107oevee_small_2x.png")}}@media only screen and (max-width: 1068px){.inclass-smooth-voiceinput.thumbnail{background-size:110px 90px}}@media only screen and (max-width: 734px){.inclass-smooth-voiceinput.thumbnail{background-size:90px 74px}}.inclass-smooth-voiceinput .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_voiceinput_modal_pic1__f9d1dxtm9ca6_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.inclass-smooth-voiceinput .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_voiceinput_modal_pic1__f9d1dxtm9ca6_large_2x.png")}}@media only screen and (max-width: 1068px){.inclass-smooth-voiceinput .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_voiceinput_modal_pic1__f9d1dxtm9ca6_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.inclass-smooth-voiceinput .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_voiceinput_modal_pic1__f9d1dxtm9ca6_medium_2x.png")}}@media only screen and (max-width: 734px){.inclass-smooth-voiceinput .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_voiceinput_modal_pic1__f9d1dxtm9ca6_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.inclass-smooth-voiceinput .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_voiceinput_modal_pic1__f9d1dxtm9ca6_small_2x.png")}}.inclass-smooth-voiceinput .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_voiceinput_modal_pic2__dkrng0pdsdqq_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.inclass-smooth-voiceinput .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_voiceinput_modal_pic2__dkrng0pdsdqq_large_2x.png")}}@media only screen and (max-width: 1068px){.inclass-smooth-voiceinput .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_voiceinput_modal_pic2__dkrng0pdsdqq_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.inclass-smooth-voiceinput .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_voiceinput_modal_pic2__dkrng0pdsdqq_medium_2x.png")}}@media only screen and (max-width: 734px){.inclass-smooth-voiceinput .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_voiceinput_modal_pic2__dkrng0pdsdqq_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.inclass-smooth-voiceinput .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_voiceinput_modal_pic2__dkrng0pdsdqq_small_2x.png")}}.inclass-smooth-readable.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_readable__dlmjpz1wdvyq_large.png");background-size:105px 105px;background-position:right bottom}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.inclass-smooth-readable.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_readable__dlmjpz1wdvyq_large_2x.png")}}@media only screen and (max-width: 1068px){.inclass-smooth-readable.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_readable__dlmjpz1wdvyq_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.inclass-smooth-readable.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_readable__dlmjpz1wdvyq_medium_2x.png")}}@media only screen and (max-width: 734px){.inclass-smooth-readable.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_readable__dlmjpz1wdvyq_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.inclass-smooth-readable.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_readable__dlmjpz1wdvyq_small_2x.png")}}@media only screen and (max-width: 1068px){.inclass-smooth-readable.thumbnail{background-size:90px 90px}}@media only screen and (max-width: 734px){.inclass-smooth-readable.thumbnail{background-size:74px 74px}}.inclass-smooth-readable .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_readable_modal_pic1__gjrmwabt8fma_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.inclass-smooth-readable .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_readable_modal_pic1__gjrmwabt8fma_large_2x.png")}}@media only screen and (max-width: 1068px){.inclass-smooth-readable .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_readable_modal_pic1__gjrmwabt8fma_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.inclass-smooth-readable .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_readable_modal_pic1__gjrmwabt8fma_medium_2x.png")}}@media only screen and (max-width: 734px){.inclass-smooth-readable .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_readable_modal_pic1__gjrmwabt8fma_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.inclass-smooth-readable .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_readable_modal_pic1__gjrmwabt8fma_small_2x.png")}}.inclass-smooth-readable .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_readable_modal_pic2__b85l2jio8nyq_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.inclass-smooth-readable .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_readable_modal_pic2__b85l2jio8nyq_large_2x.png")}}@media only screen and (max-width: 1068px){.inclass-smooth-readable .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_readable_modal_pic2__b85l2jio8nyq_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.inclass-smooth-readable .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_readable_modal_pic2__b85l2jio8nyq_medium_2x.png")}}@media only screen and (max-width: 734px){.inclass-smooth-readable .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_readable_modal_pic2__b85l2jio8nyq_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.inclass-smooth-readable .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_readable_modal_pic2__b85l2jio8nyq_small_2x.png")}}.inclass-smooth-readable .pic-3{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_readable_modal_pic3__d24uv568ciaa_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.inclass-smooth-readable .pic-3{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_readable_modal_pic3__d24uv568ciaa_large_2x.png")}}@media only screen and (max-width: 1068px){.inclass-smooth-readable .pic-3{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_readable_modal_pic3__d24uv568ciaa_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.inclass-smooth-readable .pic-3{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_readable_modal_pic3__d24uv568ciaa_medium_2x.png")}}@media only screen and (max-width: 734px){.inclass-smooth-readable .pic-3{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_readable_modal_pic3__d24uv568ciaa_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.inclass-smooth-readable .pic-3{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_inclass_smooth_readable_modal_pic3__d24uv568ciaa_small_2x.png")}}.outofclass-research-observation.thumbnail{width:424px;height:482px;background-size:424px 482px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_observation__5mpv6osc2ky6_large.jpg")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-research-observation.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_observation__5mpv6osc2ky6_large_2x.jpg")}}@media only screen and (max-width: 1068px){.outofclass-research-observation.thumbnail{width:363px;height:412px;background-size:363px 412px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_observation__5mpv6osc2ky6_medium.jpg")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-research-observation.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_observation__5mpv6osc2ky6_medium_2x.jpg")}}@media only screen and (max-width: 734px){.outofclass-research-observation.thumbnail{width:287px;height:333px;background-size:287px 333px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_observation__5mpv6osc2ky6_small.jpg")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-research-observation.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_observation__5mpv6osc2ky6_small_2x.jpg")}}.outofclass-research-observation .catch-icon{width:62px;height:62px;background-size:62px 62px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_observation_modal_icon__dbjqpe4o5s8y_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-research-observation .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_observation_modal_icon__dbjqpe4o5s8y_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-research-observation .catch-icon{width:53px;height:53px;background-size:53px 53px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_observation_modal_icon__dbjqpe4o5s8y_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-research-observation .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_observation_modal_icon__dbjqpe4o5s8y_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-research-observation .catch-icon{width:41px;height:41px;background-size:41px 41px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_observation_modal_icon__dbjqpe4o5s8y_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-research-observation .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_observation_modal_icon__dbjqpe4o5s8y_small_2x.png")}}.outofclass-research-observation .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_observation_modal_pic1__fkd5ys5rdpm6_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-research-observation .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_observation_modal_pic1__fkd5ys5rdpm6_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-research-observation .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_observation_modal_pic1__fkd5ys5rdpm6_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-research-observation .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_observation_modal_pic1__fkd5ys5rdpm6_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-research-observation .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_observation_modal_pic1__fkd5ys5rdpm6_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-research-observation .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_observation_modal_pic1__fkd5ys5rdpm6_small_2x.png")}}.outofclass-research-observation .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_observation_modal_pic2__cmbnygmlg96q_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-research-observation .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_observation_modal_pic2__cmbnygmlg96q_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-research-observation .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_observation_modal_pic2__cmbnygmlg96q_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-research-observation .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_observation_modal_pic2__cmbnygmlg96q_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-research-observation .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_observation_modal_pic2__cmbnygmlg96q_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-research-observation .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_observation_modal_pic2__cmbnygmlg96q_small_2x.png")}}.outofclass-research-postcard.thumbnail{width:424px;height:482px;background-size:424px 482px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_postcard__furg129zahme_large.jpg")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-research-postcard.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_postcard__furg129zahme_large_2x.jpg")}}@media only screen and (max-width: 1068px){.outofclass-research-postcard.thumbnail{width:363px;height:412px;background-size:363px 412px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_postcard__furg129zahme_medium.jpg")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-research-postcard.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_postcard__furg129zahme_medium_2x.jpg")}}@media only screen and (max-width: 734px){.outofclass-research-postcard.thumbnail{width:287px;height:333px;background-size:287px 333px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_postcard__furg129zahme_small.jpg")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-research-postcard.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_postcard__furg129zahme_small_2x.jpg")}}.outofclass-research-postcard .catch-icon{width:62px;height:62px;background-size:62px 62px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_postcard_modal_icon__exhe6p9xz22q_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-research-postcard .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_postcard_modal_icon__exhe6p9xz22q_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-research-postcard .catch-icon{width:53px;height:53px;background-size:53px 53px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_postcard_modal_icon__exhe6p9xz22q_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-research-postcard .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_postcard_modal_icon__exhe6p9xz22q_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-research-postcard .catch-icon{width:41px;height:41px;background-size:41px 41px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_postcard_modal_icon__exhe6p9xz22q_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-research-postcard .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_postcard_modal_icon__exhe6p9xz22q_small_2x.png")}}.outofclass-research-postcard .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_postcard_modal_pic1__eqi45hm5dksy_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-research-postcard .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_postcard_modal_pic1__eqi45hm5dksy_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-research-postcard .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_postcard_modal_pic1__eqi45hm5dksy_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-research-postcard .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_postcard_modal_pic1__eqi45hm5dksy_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-research-postcard .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_postcard_modal_pic1__eqi45hm5dksy_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-research-postcard .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_postcard_modal_pic1__eqi45hm5dksy_small_2x.png")}}.outofclass-research-postcard .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_postcard_modal_pic2__gcdzwikweeem_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-research-postcard .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_postcard_modal_pic2__gcdzwikweeem_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-research-postcard .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_postcard_modal_pic2__gcdzwikweeem_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-research-postcard .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_postcard_modal_pic2__gcdzwikweeem_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-research-postcard .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_postcard_modal_pic2__gcdzwikweeem_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-research-postcard .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_postcard_modal_pic2__gcdzwikweeem_small_2x.png")}}.outofclass-research-music.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_music__387sj0dbqf62_large.png");background-size:105px 105px;background-position:right bottom}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-research-music.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_music__387sj0dbqf62_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-research-music.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_music__387sj0dbqf62_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-research-music.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_music__387sj0dbqf62_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-research-music.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_music__387sj0dbqf62_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-research-music.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_music__387sj0dbqf62_small_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-research-music.thumbnail{background-size:90px 90px}}@media only screen and (max-width: 734px){.outofclass-research-music.thumbnail{background-size:74px 74px}}.outofclass-research-music .catch-icon{width:62px;height:62px;background-size:62px 62px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_music_modal_icon__c5qleicgzw66_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-research-music .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_music_modal_icon__c5qleicgzw66_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-research-music .catch-icon{width:53px;height:53px;background-size:53px 53px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_music_modal_icon__c5qleicgzw66_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-research-music .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_music_modal_icon__c5qleicgzw66_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-research-music .catch-icon{width:41px;height:41px;background-size:41px 41px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_music_modal_icon__c5qleicgzw66_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-research-music .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_music_modal_icon__c5qleicgzw66_small_2x.png")}}.outofclass-research-music .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_music_modal_pic1__zg9fbr0b1n6e_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-research-music .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_music_modal_pic1__zg9fbr0b1n6e_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-research-music .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_music_modal_pic1__zg9fbr0b1n6e_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-research-music .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_music_modal_pic1__zg9fbr0b1n6e_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-research-music .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_music_modal_pic1__zg9fbr0b1n6e_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-research-music .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_music_modal_pic1__zg9fbr0b1n6e_small_2x.png")}}.outofclass-research-music .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_music_modal_pic2__e4o7hvje9iqa_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-research-music .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_music_modal_pic2__e4o7hvje9iqa_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-research-music .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_music_modal_pic2__e4o7hvje9iqa_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-research-music .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_music_modal_pic2__e4o7hvje9iqa_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-research-music .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_music_modal_pic2__e4o7hvje9iqa_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-research-music .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_music_modal_pic2__e4o7hvje9iqa_small_2x.png")}}.outofclass-research-music .pic-3{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_music_modal_pic3__b0sh1903adyu_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-research-music .pic-3{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_music_modal_pic3__b0sh1903adyu_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-research-music .pic-3{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_music_modal_pic3__b0sh1903adyu_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-research-music .pic-3{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_music_modal_pic3__b0sh1903adyu_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-research-music .pic-3{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_music_modal_pic3__b0sh1903adyu_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-research-music .pic-3{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_music_modal_pic3__b0sh1903adyu_small_2x.png")}}.outofclass-research-video.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_video__eykh28hic14y_large.png");background-size:105px 105px;background-position:right bottom}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-research-video.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_video__eykh28hic14y_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-research-video.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_video__eykh28hic14y_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-research-video.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_video__eykh28hic14y_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-research-video.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_video__eykh28hic14y_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-research-video.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_video__eykh28hic14y_small_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-research-video.thumbnail{background-size:90px 90px}}@media only screen and (max-width: 734px){.outofclass-research-video.thumbnail{background-size:74px 74px}}.outofclass-research-video .catch-icon{width:62px;height:62px;background-size:62px 62px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_video_modal_icon__ko4137ooocay_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-research-video .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_video_modal_icon__ko4137ooocay_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-research-video .catch-icon{width:53px;height:53px;background-size:53px 53px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_video_modal_icon__ko4137ooocay_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-research-video .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_video_modal_icon__ko4137ooocay_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-research-video .catch-icon{width:41px;height:41px;background-size:41px 41px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_video_modal_icon__ko4137ooocay_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-research-video .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_video_modal_icon__ko4137ooocay_small_2x.png")}}.outofclass-research-video .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_video_modal_pic1__e70acb4atfqm_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-research-video .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_video_modal_pic1__e70acb4atfqm_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-research-video .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_video_modal_pic1__e70acb4atfqm_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-research-video .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_video_modal_pic1__e70acb4atfqm_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-research-video .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_video_modal_pic1__e70acb4atfqm_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-research-video .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_video_modal_pic1__e70acb4atfqm_small_2x.png")}}.outofclass-research-video .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_video_modal_pic2__qhoech6j1xua_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-research-video .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_video_modal_pic2__qhoech6j1xua_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-research-video .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_video_modal_pic2__qhoech6j1xua_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-research-video .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_video_modal_pic2__qhoech6j1xua_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-research-video .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_video_modal_pic2__qhoech6j1xua_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-research-video .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_video_modal_pic2__qhoech6j1xua_small_2x.png")}}.outofclass-research-video .pic-3{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_video_modal_pic3__dx1e7fkglj6u_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-research-video .pic-3{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_video_modal_pic3__dx1e7fkglj6u_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-research-video .pic-3{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_video_modal_pic3__dx1e7fkglj6u_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-research-video .pic-3{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_video_modal_pic3__dx1e7fkglj6u_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-research-video .pic-3{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_video_modal_pic3__dx1e7fkglj6u_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-research-video .pic-3{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_video_modal_pic3__dx1e7fkglj6u_small_2x.png")}}.outofclass-research-voice.thumbnail{width:424px;height:482px;background-size:424px 482px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_voice__e3ytqex3ut4y_large.jpg")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-research-voice.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_voice__e3ytqex3ut4y_large_2x.jpg")}}@media only screen and (max-width: 1068px){.outofclass-research-voice.thumbnail{width:363px;height:412px;background-size:363px 412px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_voice__e3ytqex3ut4y_medium.jpg")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-research-voice.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_voice__e3ytqex3ut4y_medium_2x.jpg")}}@media only screen and (max-width: 734px){.outofclass-research-voice.thumbnail{width:287px;height:333px;background-size:287px 333px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_voice__e3ytqex3ut4y_small.jpg")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-research-voice.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_voice__e3ytqex3ut4y_small_2x.jpg")}}.outofclass-research-voice .catch-icon{width:62px;height:62px;background-size:62px 62px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_voice_modal_icon__wms30pv4amqe_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-research-voice .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_voice_modal_icon__wms30pv4amqe_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-research-voice .catch-icon{width:53px;height:53px;background-size:53px 53px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_voice_modal_icon__wms30pv4amqe_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-research-voice .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_voice_modal_icon__wms30pv4amqe_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-research-voice .catch-icon{width:41px;height:41px;background-size:41px 41px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_voice_modal_icon__wms30pv4amqe_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-research-voice .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_voice_modal_icon__wms30pv4amqe_small_2x.png")}}.outofclass-research-voice .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_voice_modal_pic1__ezgrl0ioamye_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-research-voice .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_voice_modal_pic1__ezgrl0ioamye_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-research-voice .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_voice_modal_pic1__ezgrl0ioamye_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-research-voice .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_voice_modal_pic1__ezgrl0ioamye_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-research-voice .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_voice_modal_pic1__ezgrl0ioamye_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-research-voice .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_voice_modal_pic1__ezgrl0ioamye_small_2x.png")}}.outofclass-research-voice .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_voice_modal_pic2__d713ryix3c2u_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-research-voice .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_voice_modal_pic2__d713ryix3c2u_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-research-voice .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_voice_modal_pic2__d713ryix3c2u_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-research-voice .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_voice_modal_pic2__d713ryix3c2u_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-research-voice .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_voice_modal_pic2__d713ryix3c2u_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-research-voice .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_research_voice_modal_pic2__d713ryix3c2u_small_2x.png")}}.outofclass-preparation-idea.thumbnail{width:424px;height:482px;background-size:424px 482px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_idea__d5glvoie0hyu_large.jpg")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-preparation-idea.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_idea__d5glvoie0hyu_large_2x.jpg")}}@media only screen and (max-width: 1068px){.outofclass-preparation-idea.thumbnail{width:363px;height:412px;background-size:363px 412px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_idea__d5glvoie0hyu_medium.jpg")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-preparation-idea.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_idea__d5glvoie0hyu_medium_2x.jpg")}}@media only screen and (max-width: 734px){.outofclass-preparation-idea.thumbnail{width:287px;height:333px;background-size:287px 333px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_idea__d5glvoie0hyu_small.jpg")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-preparation-idea.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_idea__d5glvoie0hyu_small_2x.jpg")}}.outofclass-preparation-video.thumbnail{width:424px;height:482px;background-size:424px 482px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_video__ewryk1mfsui6_large.jpg")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-preparation-video.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_video__ewryk1mfsui6_large_2x.jpg")}}@media only screen and (max-width: 1068px){.outofclass-preparation-video.thumbnail{width:363px;height:412px;background-size:363px 412px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_video__ewryk1mfsui6_medium.jpg")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-preparation-video.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_video__ewryk1mfsui6_medium_2x.jpg")}}@media only screen and (max-width: 734px){.outofclass-preparation-video.thumbnail{width:287px;height:333px;background-size:287px 333px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_video__ewryk1mfsui6_small.jpg")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-preparation-video.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_video__ewryk1mfsui6_small_2x.jpg")}}.outofclass-preparation-scan.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_scan__io1dpbvwrje6_large.png");background-size:105px 105px;background-position:right bottom}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-preparation-scan.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_scan__io1dpbvwrje6_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-preparation-scan.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_scan__io1dpbvwrje6_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-preparation-scan.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_scan__io1dpbvwrje6_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-preparation-scan.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_scan__io1dpbvwrje6_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-preparation-scan.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_scan__io1dpbvwrje6_small_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-preparation-scan.thumbnail{background-size:90px 90px}}@media only screen and (max-width: 734px){.outofclass-preparation-scan.thumbnail{background-size:74px 74px}}.outofclass-preparation-scan .catch-icon{width:62px;height:62px;background-size:62px 62px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_scan_modal_icon__bqvu0ols0z9e_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-preparation-scan .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_scan_modal_icon__bqvu0ols0z9e_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-preparation-scan .catch-icon{width:53px;height:53px;background-size:53px 53px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_scan_modal_icon__bqvu0ols0z9e_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-preparation-scan .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_scan_modal_icon__bqvu0ols0z9e_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-preparation-scan .catch-icon{width:41px;height:41px;background-size:41px 41px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_scan_modal_icon__bqvu0ols0z9e_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-preparation-scan .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_scan_modal_icon__bqvu0ols0z9e_small_2x.png")}}.outofclass-preparation-scan .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_scan_modal_pic1__ehb4xmu6ejgy_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-preparation-scan .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_scan_modal_pic1__ehb4xmu6ejgy_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-preparation-scan .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_scan_modal_pic1__ehb4xmu6ejgy_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-preparation-scan .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_scan_modal_pic1__ehb4xmu6ejgy_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-preparation-scan .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_scan_modal_pic1__ehb4xmu6ejgy_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-preparation-scan .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_scan_modal_pic1__ehb4xmu6ejgy_small_2x.png")}}.outofclass-preparation-scan .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_scan_modal_pic2__76lr3xlc3uaq_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-preparation-scan .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_scan_modal_pic2__76lr3xlc3uaq_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-preparation-scan .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_scan_modal_pic2__76lr3xlc3uaq_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-preparation-scan .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_scan_modal_pic2__76lr3xlc3uaq_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-preparation-scan .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_scan_modal_pic2__76lr3xlc3uaq_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-preparation-scan .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_scan_modal_pic2__76lr3xlc3uaq_small_2x.png")}}.outofclass-preparation-write.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_write__smvrbbs9ovmq_large.png");background-size:105px 105px;background-position:right bottom}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-preparation-write.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_write__smvrbbs9ovmq_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-preparation-write.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_write__smvrbbs9ovmq_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-preparation-write.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_write__smvrbbs9ovmq_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-preparation-write.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_write__smvrbbs9ovmq_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-preparation-write.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_write__smvrbbs9ovmq_small_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-preparation-write.thumbnail{background-size:90px 90px}}@media only screen and (max-width: 734px){.outofclass-preparation-write.thumbnail{background-size:74px 74px}}.outofclass-preparation-write .catch-icon{width:62px;height:62px;background-size:62px 62px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_write_modal_icon__fvm1mqj48aum_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-preparation-write .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_write_modal_icon__fvm1mqj48aum_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-preparation-write .catch-icon{width:53px;height:53px;background-size:53px 53px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_write_modal_icon__fvm1mqj48aum_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-preparation-write .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_write_modal_icon__fvm1mqj48aum_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-preparation-write .catch-icon{width:41px;height:41px;background-size:41px 41px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_write_modal_icon__fvm1mqj48aum_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-preparation-write .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_write_modal_icon__fvm1mqj48aum_small_2x.png")}}.outofclass-preparation-write .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_write_modal_pic1__ck35qrydhceq_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-preparation-write .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_write_modal_pic1__ck35qrydhceq_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-preparation-write .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_write_modal_pic1__ck35qrydhceq_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-preparation-write .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_write_modal_pic1__ck35qrydhceq_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-preparation-write .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_write_modal_pic1__ck35qrydhceq_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-preparation-write .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_write_modal_pic1__ck35qrydhceq_small_2x.png")}}.outofclass-preparation-write .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_write_modal_pic2__e56xnqp78kya_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-preparation-write .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_write_modal_pic2__e56xnqp78kya_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-preparation-write .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_write_modal_pic2__e56xnqp78kya_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-preparation-write .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_write_modal_pic2__e56xnqp78kya_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-preparation-write .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_write_modal_pic2__e56xnqp78kya_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-preparation-write .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_write_modal_pic2__e56xnqp78kya_small_2x.png")}}.outofclass-preparation-slide.thumbnail{width:424px;height:482px;background-size:424px 482px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_slide__ysrakotm6j66_large.jpg")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-preparation-slide.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_slide__ysrakotm6j66_large_2x.jpg")}}@media only screen and (max-width: 1068px){.outofclass-preparation-slide.thumbnail{width:363px;height:412px;background-size:363px 412px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_slide__ysrakotm6j66_medium.jpg")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-preparation-slide.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_slide__ysrakotm6j66_medium_2x.jpg")}}@media only screen and (max-width: 734px){.outofclass-preparation-slide.thumbnail{width:287px;height:333px;background-size:287px 333px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_slide__ysrakotm6j66_small.jpg")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-preparation-slide.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_slide__ysrakotm6j66_small_2x.jpg")}}.outofclass-preparation-slide .catch-icon{width:62px;height:62px;background-size:62px 62px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_slide_modal_icon__cqhal7l2wfqu_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-preparation-slide .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_slide_modal_icon__cqhal7l2wfqu_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-preparation-slide .catch-icon{width:53px;height:53px;background-size:53px 53px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_slide_modal_icon__cqhal7l2wfqu_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-preparation-slide .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_slide_modal_icon__cqhal7l2wfqu_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-preparation-slide .catch-icon{width:41px;height:41px;background-size:41px 41px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_slide_modal_icon__cqhal7l2wfqu_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-preparation-slide .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_slide_modal_icon__cqhal7l2wfqu_small_2x.png")}}.outofclass-preparation-slide .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_slide_modal_pic1__6129a44qjiqe_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-preparation-slide .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_slide_modal_pic1__6129a44qjiqe_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-preparation-slide .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_slide_modal_pic1__6129a44qjiqe_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-preparation-slide .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_slide_modal_pic1__6129a44qjiqe_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-preparation-slide .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_slide_modal_pic1__6129a44qjiqe_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-preparation-slide .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_slide_modal_pic1__6129a44qjiqe_small_2x.png")}}.outofclass-preparation-slide .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_slide_modal_pic2__cfmb0mzou9iq_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-preparation-slide .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_slide_modal_pic2__cfmb0mzou9iq_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-preparation-slide .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_slide_modal_pic2__cfmb0mzou9iq_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-preparation-slide .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_slide_modal_pic2__cfmb0mzou9iq_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-preparation-slide .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_slide_modal_pic2__cfmb0mzou9iq_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-preparation-slide .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_slide_modal_pic2__cfmb0mzou9iq_small_2x.png")}}.outofclass-preparation-slide .pic-3{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_slide_modal_pic3__gemzkoylw3am_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-preparation-slide .pic-3{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_slide_modal_pic3__gemzkoylw3am_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-preparation-slide .pic-3{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_slide_modal_pic3__gemzkoylw3am_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-preparation-slide .pic-3{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_slide_modal_pic3__gemzkoylw3am_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-preparation-slide .pic-3{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_slide_modal_pic3__gemzkoylw3am_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-preparation-slide .pic-3{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_slide_modal_pic3__gemzkoylw3am_small_2x.png")}}.outofclass-preparation-movie.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_movie__btdwkkhymv9e_large.png");background-size:130px 105px;background-position:right bottom}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-preparation-movie.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_movie__btdwkkhymv9e_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-preparation-movie.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_movie__btdwkkhymv9e_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-preparation-movie.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_movie__btdwkkhymv9e_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-preparation-movie.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_movie__btdwkkhymv9e_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-preparation-movie.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_movie__btdwkkhymv9e_small_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-preparation-movie.thumbnail{background-size:110px 90px}}@media only screen and (max-width: 734px){.outofclass-preparation-movie.thumbnail{background-size:90px 74px}}.outofclass-preparation-movie .catch-icon{width:62px;height:62px;background-size:62px 62px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_movie_modal_icon__f5anfkjiwsmm_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-preparation-movie .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_movie_modal_icon__f5anfkjiwsmm_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-preparation-movie .catch-icon{width:53px;height:53px;background-size:53px 53px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_movie_modal_icon__f5anfkjiwsmm_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-preparation-movie .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_movie_modal_icon__f5anfkjiwsmm_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-preparation-movie .catch-icon{width:41px;height:41px;background-size:41px 41px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_movie_modal_icon__f5anfkjiwsmm_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-preparation-movie .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_movie_modal_icon__f5anfkjiwsmm_small_2x.png")}}.outofclass-preparation-movie .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_movie_modal_pic1__cqk7frb72682_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-preparation-movie .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_movie_modal_pic1__cqk7frb72682_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-preparation-movie .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_movie_modal_pic1__cqk7frb72682_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-preparation-movie .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_movie_modal_pic1__cqk7frb72682_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-preparation-movie .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_movie_modal_pic1__cqk7frb72682_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-preparation-movie .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_movie_modal_pic1__cqk7frb72682_small_2x.png")}}.outofclass-preparation-movie .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_movie_modal_pic2__etidoqtmyvqu_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-preparation-movie .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_movie_modal_pic2__etidoqtmyvqu_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-preparation-movie .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_movie_modal_pic2__etidoqtmyvqu_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-preparation-movie .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_movie_modal_pic2__etidoqtmyvqu_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-preparation-movie .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_movie_modal_pic2__etidoqtmyvqu_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-preparation-movie .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_movie_modal_pic2__etidoqtmyvqu_small_2x.png")}}.outofclass-preparation-window.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_window__dv8t5ozckfwy_large.png");background-size:105px 105px;background-position:right bottom}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-preparation-window.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_window__dv8t5ozckfwy_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-preparation-window.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_window__dv8t5ozckfwy_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-preparation-window.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_window__dv8t5ozckfwy_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-preparation-window.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_window__dv8t5ozckfwy_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-preparation-window.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_window__dv8t5ozckfwy_small_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-preparation-window.thumbnail{background-size:90px 90px}}@media only screen and (max-width: 734px){.outofclass-preparation-window.thumbnail{background-size:74px 74px}}.outofclass-preparation-window .catch-icon{width:62px;height:62px;background-size:62px 62px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_window_modal_icon__z2t0qlbsgwia_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-preparation-window .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_window_modal_icon__z2t0qlbsgwia_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-preparation-window .catch-icon{width:53px;height:53px;background-size:53px 53px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_window_modal_icon__z2t0qlbsgwia_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-preparation-window .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_window_modal_icon__z2t0qlbsgwia_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-preparation-window .catch-icon{width:41px;height:41px;background-size:41px 41px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_window_modal_icon__z2t0qlbsgwia_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-preparation-window .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_window_modal_icon__z2t0qlbsgwia_small_2x.png")}}.outofclass-preparation-window .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_window_modal_pic1__bnz2zphorxle_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-preparation-window .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_window_modal_pic1__bnz2zphorxle_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-preparation-window .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_window_modal_pic1__bnz2zphorxle_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-preparation-window .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_window_modal_pic1__bnz2zphorxle_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-preparation-window .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_window_modal_pic1__bnz2zphorxle_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-preparation-window .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_window_modal_pic1__bnz2zphorxle_small_2x.png")}}.outofclass-preparation-window .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_window_modal_pic2__e0i1rpwwue4i_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-preparation-window .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_window_modal_pic2__e0i1rpwwue4i_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-preparation-window .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_window_modal_pic2__e0i1rpwwue4i_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-preparation-window .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_window_modal_pic2__e0i1rpwwue4i_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-preparation-window .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_window_modal_pic2__e0i1rpwwue4i_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-preparation-window .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_window_modal_pic2__e0i1rpwwue4i_small_2x.png")}}.outofclass-preparation-window .pic-3{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_window_modal_pic3__fzeircaaer2a_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-preparation-window .pic-3{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_window_modal_pic3__fzeircaaer2a_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-preparation-window .pic-3{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_window_modal_pic3__fzeircaaer2a_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-preparation-window .pic-3{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_window_modal_pic3__fzeircaaer2a_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-preparation-window .pic-3{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_window_modal_pic3__fzeircaaer2a_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-preparation-window .pic-3{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_preparation_window_modal_pic3__fzeircaaer2a_small_2x.png")}}.outofclass-learning-design.thumbnail{width:424px;height:482px;background-size:424px 482px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_design__cv7mrwgp6kia_large.jpg")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-learning-design.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_design__cv7mrwgp6kia_large_2x.jpg")}}@media only screen and (max-width: 1068px){.outofclass-learning-design.thumbnail{width:363px;height:412px;background-size:363px 412px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_design__cv7mrwgp6kia_medium.jpg")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-learning-design.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_design__cv7mrwgp6kia_medium_2x.jpg")}}@media only screen and (max-width: 734px){.outofclass-learning-design.thumbnail{width:287px;height:333px;background-size:287px 333px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_design__cv7mrwgp6kia_small.jpg")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-learning-design.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_design__cv7mrwgp6kia_small_2x.jpg")}}.outofclass-learning-dance.thumbnail{width:424px;height:482px;background-size:424px 482px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_dance__c3owwevlr9ua_large.jpg")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-learning-dance.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_dance__c3owwevlr9ua_large_2x.jpg")}}@media only screen and (max-width: 1068px){.outofclass-learning-dance.thumbnail{width:363px;height:412px;background-size:363px 412px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_dance__c3owwevlr9ua_medium.jpg")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-learning-dance.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_dance__c3owwevlr9ua_medium_2x.jpg")}}@media only screen and (max-width: 734px){.outofclass-learning-dance.thumbnail{width:287px;height:333px;background-size:287px 333px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_dance__c3owwevlr9ua_small.jpg")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-learning-dance.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_dance__c3owwevlr9ua_small_2x.jpg")}}.outofclass-learning-dance .catch-icon{width:62px;height:62px;background-size:62px 62px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_dance_modal_icon__ekgz91se5d0m_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-learning-dance .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_dance_modal_icon__ekgz91se5d0m_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-learning-dance .catch-icon{width:53px;height:53px;background-size:53px 53px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_dance_modal_icon__ekgz91se5d0m_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-learning-dance .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_dance_modal_icon__ekgz91se5d0m_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-learning-dance .catch-icon{width:41px;height:41px;background-size:41px 41px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_dance_modal_icon__ekgz91se5d0m_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-learning-dance .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_dance_modal_icon__ekgz91se5d0m_small_2x.png")}}.outofclass-learning-dance .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_dance_modal_pic1__d4tp81y1joya_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-learning-dance .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_dance_modal_pic1__d4tp81y1joya_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-learning-dance .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_dance_modal_pic1__d4tp81y1joya_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-learning-dance .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_dance_modal_pic1__d4tp81y1joya_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-learning-dance .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_dance_modal_pic1__d4tp81y1joya_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-learning-dance .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_dance_modal_pic1__d4tp81y1joya_small_2x.png")}}.outofclass-learning-dance .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_dance_modal_pic2__cqrbyh7gw9n6_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-learning-dance .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_dance_modal_pic2__cqrbyh7gw9n6_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-learning-dance .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_dance_modal_pic2__cqrbyh7gw9n6_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-learning-dance .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_dance_modal_pic2__cqrbyh7gw9n6_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-learning-dance .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_dance_modal_pic2__cqrbyh7gw9n6_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-learning-dance .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_dance_modal_pic2__cqrbyh7gw9n6_small_2x.png")}}.outofclass-learning-worksheet.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_worksheet__gkdbti9vvzam_large.png");background-size:105px 105px;background-position:right bottom}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-learning-worksheet.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_worksheet__gkdbti9vvzam_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-learning-worksheet.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_worksheet__gkdbti9vvzam_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-learning-worksheet.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_worksheet__gkdbti9vvzam_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-learning-worksheet.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_worksheet__gkdbti9vvzam_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-learning-worksheet.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_worksheet__gkdbti9vvzam_small_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-learning-worksheet.thumbnail{background-size:90px 90px}}@media only screen and (max-width: 734px){.outofclass-learning-worksheet.thumbnail{background-size:74px 74px}}.outofclass-learning-worksheet .catch-icon{width:62px;height:62px;background-size:62px 62px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_worksheet_modal_icon__ebl7kkmk46qa_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-learning-worksheet .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_worksheet_modal_icon__ebl7kkmk46qa_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-learning-worksheet .catch-icon{width:53px;height:53px;background-size:53px 53px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_worksheet_modal_icon__ebl7kkmk46qa_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-learning-worksheet .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_worksheet_modal_icon__ebl7kkmk46qa_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-learning-worksheet .catch-icon{width:41px;height:41px;background-size:41px 41px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_worksheet_modal_icon__ebl7kkmk46qa_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-learning-worksheet .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_worksheet_modal_icon__ebl7kkmk46qa_small_2x.png")}}.outofclass-learning-worksheet .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_worksheet_modal_pic1__ds0bqwm410om_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-learning-worksheet .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_worksheet_modal_pic1__ds0bqwm410om_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-learning-worksheet .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_worksheet_modal_pic1__ds0bqwm410om_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-learning-worksheet .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_worksheet_modal_pic1__ds0bqwm410om_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-learning-worksheet .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_worksheet_modal_pic1__ds0bqwm410om_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-learning-worksheet .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_worksheet_modal_pic1__ds0bqwm410om_small_2x.png")}}.outofclass-learning-worksheet .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_worksheet_modal_pic2__bm7jq2tkdy1y_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-learning-worksheet .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_worksheet_modal_pic2__bm7jq2tkdy1y_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-learning-worksheet .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_worksheet_modal_pic2__bm7jq2tkdy1y_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-learning-worksheet .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_worksheet_modal_pic2__bm7jq2tkdy1y_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-learning-worksheet .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_worksheet_modal_pic2__bm7jq2tkdy1y_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-learning-worksheet .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_worksheet_modal_pic2__bm7jq2tkdy1y_small_2x.png")}}.outofclass-learning-worksheet .pic-3{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_worksheet_modal_pic3__496lpfhmv0yi_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-learning-worksheet .pic-3{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_worksheet_modal_pic3__496lpfhmv0yi_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-learning-worksheet .pic-3{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_worksheet_modal_pic3__496lpfhmv0yi_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-learning-worksheet .pic-3{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_worksheet_modal_pic3__496lpfhmv0yi_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-learning-worksheet .pic-3{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_worksheet_modal_pic3__496lpfhmv0yi_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-learning-worksheet .pic-3{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_worksheet_modal_pic3__496lpfhmv0yi_small_2x.png")}}.outofclass-learning-time.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_time__d2p6skxby56q_large.png");background-size:105px 105px;background-position:right bottom}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-learning-time.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_time__d2p6skxby56q_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-learning-time.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_time__d2p6skxby56q_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-learning-time.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_time__d2p6skxby56q_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-learning-time.thumbnail{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_time__d2p6skxby56q_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-learning-time.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_time__d2p6skxby56q_small_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-learning-time.thumbnail{background-size:90px 90px}}@media only screen and (max-width: 734px){.outofclass-learning-time.thumbnail{background-size:74px 74px}}.outofclass-learning-time .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_time_modal_pic1__3if056fk61uu_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-learning-time .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_time_modal_pic1__3if056fk61uu_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-learning-time .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_time_modal_pic1__3if056fk61uu_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-learning-time .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_time_modal_pic1__3if056fk61uu_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-learning-time .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_time_modal_pic1__3if056fk61uu_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-learning-time .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_time_modal_pic1__3if056fk61uu_small_2x.png")}}.outofclass-learning-time .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_time_modal_pic2__e7uw13vq7tui_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-learning-time .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_time_modal_pic2__e7uw13vq7tui_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-learning-time .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_time_modal_pic2__e7uw13vq7tui_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-learning-time .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_time_modal_pic2__e7uw13vq7tui_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-learning-time .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_time_modal_pic2__e7uw13vq7tui_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-learning-time .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_time_modal_pic2__e7uw13vq7tui_small_2x.png")}}.outofclass-learning-translate.thumbnail{width:424px;height:482px;background-size:424px 482px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_translate__fdamff4vzumy_large.jpg")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-learning-translate.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_translate__fdamff4vzumy_large_2x.jpg")}}@media only screen and (max-width: 1068px){.outofclass-learning-translate.thumbnail{width:363px;height:412px;background-size:363px 412px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_translate__fdamff4vzumy_medium.jpg")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-learning-translate.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_translate__fdamff4vzumy_medium_2x.jpg")}}@media only screen and (max-width: 734px){.outofclass-learning-translate.thumbnail{width:287px;height:333px;background-size:287px 333px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_translate__fdamff4vzumy_small.jpg")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-learning-translate.thumbnail{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_translate__fdamff4vzumy_small_2x.jpg")}}.outofclass-learning-translate .catch-icon{width:62px;height:62px;background-size:62px 62px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_translate_modal_icon__ctbedyvfleky_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-learning-translate .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_translate_modal_icon__ctbedyvfleky_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-learning-translate .catch-icon{width:53px;height:53px;background-size:53px 53px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_translate_modal_icon__ctbedyvfleky_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-learning-translate .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_translate_modal_icon__ctbedyvfleky_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-learning-translate .catch-icon{width:41px;height:41px;background-size:41px 41px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_translate_modal_icon__ctbedyvfleky_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-learning-translate .catch-icon{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_translate_modal_icon__ctbedyvfleky_small_2x.png")}}.outofclass-learning-translate .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_translate_modal_pic1__fb4i4k7swvam_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-learning-translate .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_translate_modal_pic1__fb4i4k7swvam_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-learning-translate .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_translate_modal_pic1__fb4i4k7swvam_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-learning-translate .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_translate_modal_pic1__fb4i4k7swvam_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-learning-translate .pic-1{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_translate_modal_pic1__fb4i4k7swvam_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-learning-translate .pic-1{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_translate_modal_pic1__fb4i4k7swvam_small_2x.png")}}.outofclass-learning-translate .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_translate_modal_pic2__cfh65tpl2pci_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.outofclass-learning-translate .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_translate_modal_pic2__cfh65tpl2pci_large_2x.png")}}@media only screen and (max-width: 1068px){.outofclass-learning-translate .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_translate_modal_pic2__cfh65tpl2pci_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.outofclass-learning-translate .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_translate_modal_pic2__cfh65tpl2pci_medium_2x.png")}}@media only screen and (max-width: 734px){.outofclass-learning-translate .pic-2{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_translate_modal_pic2__cfh65tpl2pci_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.outofclass-learning-translate .pic-2{background-image:url("/jp/education/images/giga/overview/a/ipad_idea_outofclass_learning_translate_modal_pic2__cfh65tpl2pci_small_2x.png")}}.ipad-idea-color-teal{color:#4cbbdd}.ipad-idea-bg-teal{background-color:#3ac1e9;color:#fff}.ipad-idea-color-pink{color:#d33182}.ipad-idea-bg-pink{background-color:#dd70a7;color:#fff}.ipad-idea-color-green{color:#3bc6c2}.ipad-idea-bg-green{background-color:#3cc6c2;color:#fff}.ipad-idea-color-red{color:#da5359}.ipad-idea-color-orange{color:#e2755a}.ipad-idea-bg-orange{background-color:#e2755a;color:#fff}.ipad-idea-color-purple{color:#7876f2}.ipad-idea-bg-purple{background-color:#7876f2;color:#fff}.ipad-idea-color-white{color:#fff}.basic-learning{background-color:#fafafa}.basic-learning-content{padding-top:60px}@media only screen and (max-width: 1068px){.basic-learning-content{padding-top:55px}}@media only screen and (max-width: 734px){.basic-learning-content{padding-top:32px}}.basic-learning-tile{background-color:#fff;width:100%;margin:0 auto;overflow:hidden}.basic-learning-tile-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}@media only screen and (max-width: 734px){.basic-learning-tile-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.basic-learning-tile-image{width:50%;max-width:470px}@media only screen and (max-width: 734px){.basic-learning-tile-image{width:100%;max-width:100%}}.basic-learning-tile-content{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:40px;width:50%}@media only screen and (max-width: 734px){.basic-learning-tile-content{display:block}}@media only screen and (max-width: 1068px){.basic-learning-tile-content{padding:40px}}@media only screen and (max-width: 734px){.basic-learning-tile-content{padding:30px 30px 25px 38px;width:auto}}@media only screen and (max-width: 734px){.basic-learning-subhead{font-size:28px;line-height:1.14286;font-weight:600;letter-spacing:.007em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.basic-learning-subhead:lang(ko){line-height:1.25;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.basic-learning-subhead:lang(th){line-height:1.39286;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.basic-learning-subhead:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.basic-learning-subhead:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.basic-learning-subhead:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.basic-learning-subhead:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.basic-learning-subhead:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.basic-learning-subhead:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.basic-learning-picture{width:100%;height:100%;background-position:center;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/resource_ipad_starter__dj69p58smimq_large.jpg");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.basic-learning-picture{background-image:url("/jp/education/images/giga/overview/a/resource_ipad_starter__dj69p58smimq_large_2x.jpg")}}.basic-learning-picture::after{content:'';display:block;padding-bottom:64.04255%}@media only screen and (max-width: 1068px){.basic-learning-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/resource_ipad_starter__dj69p58smimq_medium.jpg");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.basic-learning-picture{background-image:url("/jp/education/images/giga/overview/a/resource_ipad_starter__dj69p58smimq_medium_2x.jpg")}}@media only screen and (max-width: 1068px){.basic-learning-picture::after{content:'';display:block;padding-bottom:71.90083%}}@media only screen and (max-width: 734px){.basic-learning-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/resource_ipad_starter__dj69p58smimq_small.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.basic-learning-picture{background-image:url("/jp/education/images/giga/overview/a/resource_ipad_starter__dj69p58smimq_small_2x.jpg")}}@media only screen and (max-width: 734px){.basic-learning-picture::after{content:'';display:block;padding-bottom:68.6%}}.basic-learning-cta{margin-bottom:0}.resource{background:#fafafa}.resource-container{margin-top:75px}@media only screen and (max-width: 1068px){.resource-container{margin-top:70px}}@media only screen and (max-width: 734px){.resource-container{margin-top:60px}}.resource-container+.resource-container{margin-top:125px}@media only screen and (max-width: 1068px){.resource-container+.resource-container{margin-top:110px}}@media only screen and (max-width: 734px){.resource-container+.resource-container{margin-top:80px}}.resource-header-subhead{font-weight:600;line-height:1.2;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;font-size:54px}.resource-header-subhead[data-color="light"]{color:#f3645c}@media only screen and (max-width: 1068px){.resource-header-subhead{font-size:38px}}.resource-header-intro{font-weight:600;line-height:1.15;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;font-size:27px}@media only screen and (max-width: 1068px){.resource-header-intro{font-size:22px}}@media only screen and (max-width: 734px){.resource-header-intro{font-size:21px}}.resource-content{padding-top:60px}@media only screen and (max-width: 1068px){.resource-content{padding-top:55px}}@media only screen and (max-width: 734px){.resource-content{padding-top:32px}}.resource-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;gap:40px}@media only screen and (max-width: 1068px){.resource-items{gap:40px}}@media only screen and (max-width: 734px){.resource-items{gap:0}}@media only screen and (max-width: 1068px){.resource-headline{max-width:690px;width:100%;margin-left:auto;margin-right:auto}}.resource-item{width:calc(50% - 20px)}@media only screen and (max-width: 1068px){.resource-item{width:calc(50% - 20px)}}@media only screen and (max-width: 734px){.resource-item{width:100%}}.resource-item.full{width:100%}@media only screen and (max-width: 734px){.resource-item{padding-top:30px}.resource-item:first-child{padding-top:0}}.resource-callout{height:100%;overflow:hidden;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;background-color:#fff}.resource-callout-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-sizing:border-box;box-sizing:border-box;gap:10px;min-height:349px;padding:40px}@media only screen and (max-width: 1068px){.resource-callout-container{min-height:auto;padding:40px}}@media only screen and (max-width: 734px){.resource-callout-container{padding:30px 30px 25px 38px}}.resource-callout-subhead{margin-bottom:0;font-size:28px;line-height:1.14286;font-weight:600;letter-spacing:.007em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-subhead:lang(ko){line-height:1.25;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-subhead:lang(th){line-height:1.39286;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-subhead:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-subhead:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-subhead:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-subhead:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-subhead:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-subhead:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 1068px){.resource-callout-subhead{font-size:24px;line-height:1.16667;font-weight:600;letter-spacing:.009em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-subhead:lang(ar){line-height:1.33341;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-subhead:lang(ja){line-height:1.25;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-subhead:lang(ko){line-height:1.29167;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-subhead:lang(th){line-height:1.375;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-subhead:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-subhead:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-subhead:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-subhead:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px){.resource-callout-subhead{font-size:21px;line-height:1.19048;font-weight:600;letter-spacing:.011em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-subhead:lang(ja){line-height:1.2381;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-subhead:lang(ko){line-height:1.2858;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-subhead:lang(th){line-height:1.381;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-subhead:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-subhead:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-subhead:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-subhead:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-subhead:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 734px){.resource-callout-subhead{font-size:28px;line-height:1.14286;font-weight:600;letter-spacing:.007em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-subhead:lang(ko){line-height:1.25;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-subhead:lang(th){line-height:1.39286;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-subhead:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-subhead:lang(ja){font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-subhead:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-subhead:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-subhead:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-subhead:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.resource-callout-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;height:100%}.resource-callout-copy{margin-top:0;padding-top:20px}@media only screen and (max-width: 734px){.resource-callout-copy{padding-top:10px}}.resource-callout-copy p{font-size:21px;line-height:1.381;font-weight:400;letter-spacing:.011em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-copy p:lang(ar){line-height:1.52381;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-copy p:lang(ja){line-height:1.4286;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-copy p:lang(ko){line-height:1.52381;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-copy p:lang(th){line-height:1.381;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-copy p:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-copy p:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-copy p:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-copy p:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 734px){.resource-callout-copy p{font-size:19px;line-height:1.4211;font-weight:400;letter-spacing:.012em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-copy p:lang(ar){line-height:1.57895;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-copy p:lang(ja){line-height:1.47376;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-copy p:lang(ko){line-height:1.52632;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-copy p:lang(th){line-height:1.36844;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-copy p:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-copy p:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-copy p:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-copy p:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}.resource-callout-picture{-webkit-box-flex:1;-ms-flex:1;flex:1}@media only screen and (max-width: 1068px){.resource-callout-picture{-webkit-box-flex:0;-ms-flex:none;flex:none}}.resource-callout-footer{margin-top:auto;font-size:21px;line-height:1.19048;font-weight:600;letter-spacing:.011em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;padding-top:0}.resource-callout-footer:lang(ja){line-height:1.2381;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-footer:lang(ko){line-height:1.2858;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-footer:lang(th){line-height:1.381;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-footer:lang(ar){font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-footer:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-footer:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-footer:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-footer:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}@media only screen and (max-width: 734px){.resource-callout-footer{font-size:19px;line-height:1.21053;font-weight:600;letter-spacing:.012em;font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-footer:lang(ar){line-height:1.36844;font-family:"SF Pro AR","SF Pro Gulf","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-footer:lang(ja){line-height:1.26316;font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-footer:lang(ko){line-height:1.31579;font-family:"SF Pro KR","SF Pro Display","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-footer:lang(th){line-height:1.36844;font-family:"SF Pro TH","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-footer:lang(zh-CN){font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-footer:lang(zh-HK){font-family:"SF Pro HK","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-footer:lang(zh-MO){font-family:"SF Pro HK","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif}.resource-callout-footer:lang(zh-TW){font-family:"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif}}@media only screen and (max-width: 1068px){.resource-callout-footer{padding-top:1em}}@media only screen and (max-width: 734px){.resource-callout-footer{padding-top:.5em}}.resource-appleteacher-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/resource_appleteacher__ggxhyh8eht26_large.jpg");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.resource-appleteacher-picture{background-image:url("/jp/education/images/giga/overview/a/resource_appleteacher__ggxhyh8eht26_large_2x.jpg")}}.resource-appleteacher-picture::after{content:'';display:block;padding-bottom:64.04255%}@media only screen and (max-width: 1068px){.resource-appleteacher-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/resource_appleteacher__ggxhyh8eht26_medium.jpg");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.resource-appleteacher-picture{background-image:url("/jp/education/images/giga/overview/a/resource_appleteacher__ggxhyh8eht26_medium_2x.jpg")}}@media only screen and (max-width: 1068px){.resource-appleteacher-picture::after{content:'';display:block;padding-bottom:64.46078%}}@media only screen and (max-width: 734px){.resource-appleteacher-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/resource_appleteacher__ggxhyh8eht26_small.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.resource-appleteacher-picture{background-image:url("/jp/education/images/giga/overview/a/resource_appleteacher__ggxhyh8eht26_small_2x.jpg")}}@media only screen and (max-width: 734px){.resource-appleteacher-picture::after{content:'';display:block;padding-bottom:68.6%}}.resource-ar10th-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/resource_ar_10th__p4hyg1rouxme_large.jpg");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.resource-ar10th-picture{background-image:url("/jp/education/images/giga/overview/a/resource_ar_10th__p4hyg1rouxme_large_2x.jpg")}}.resource-ar10th-picture::after{content:'';display:block;padding-bottom:64.04255%}@media only screen and (max-width: 1068px){.resource-ar10th-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/resource_ar_10th__p4hyg1rouxme_medium.jpg");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.resource-ar10th-picture{background-image:url("/jp/education/images/giga/overview/a/resource_ar_10th__p4hyg1rouxme_medium_2x.jpg")}}@media only screen and (max-width: 1068px){.resource-ar10th-picture::after{content:'';display:block;padding-bottom:64.46078%}}@media only screen and (max-width: 734px){.resource-ar10th-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/resource_ar_10th__p4hyg1rouxme_small.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.resource-ar10th-picture{background-image:url("/jp/education/images/giga/overview/a/resource_ar_10th__p4hyg1rouxme_small_2x.jpg")}}@media only screen and (max-width: 734px){.resource-ar10th-picture::after{content:'';display:block;padding-bottom:68.6%}}.resource-lc-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/resource_lc__dbeknngmdpm6_large.jpg");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.resource-lc-picture{background-image:url("/jp/education/images/giga/overview/a/resource_lc__dbeknngmdpm6_large_2x.jpg")}}.resource-lc-picture::after{content:'';display:block;padding-bottom:64.04255%}@media only screen and (max-width: 1068px){.resource-lc-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/resource_lc__dbeknngmdpm6_medium.jpg");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.resource-lc-picture{background-image:url("/jp/education/images/giga/overview/a/resource_lc__dbeknngmdpm6_medium_2x.jpg")}}@media only screen and (max-width: 1068px){.resource-lc-picture::after{content:'';display:block;padding-bottom:64.46078%}}@media only screen and (max-width: 734px){.resource-lc-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/resource_lc__dbeknngmdpm6_small.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.resource-lc-picture{background-image:url("/jp/education/images/giga/overview/a/resource_lc__dbeknngmdpm6_small_2x.jpg")}}@media only screen and (max-width: 734px){.resource-lc-picture::after{content:'';display:block;padding-bottom:68.6%}}.resource-forum10th-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/resource_forum_10th__flneb8znxcy2_large.jpg");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.resource-forum10th-picture{background-image:url("/jp/education/images/giga/overview/a/resource_forum_10th__flneb8znxcy2_large_2x.jpg")}}.resource-forum10th-picture::after{content:'';display:block;padding-bottom:64.04255%}@media only screen and (max-width: 1068px){.resource-forum10th-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/resource_forum_10th__flneb8znxcy2_medium.jpg");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.resource-forum10th-picture{background-image:url("/jp/education/images/giga/overview/a/resource_forum_10th__flneb8znxcy2_medium_2x.jpg")}}@media only screen and (max-width: 1068px){.resource-forum10th-picture::after{content:'';display:block;padding-bottom:64.46078%}}@media only screen and (max-width: 734px){.resource-forum10th-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/resource_forum_10th__flneb8znxcy2_small.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.resource-forum10th-picture{background-image:url("/jp/education/images/giga/overview/a/resource_forum_10th__flneb8znxcy2_small_2x.jpg")}}@media only screen and (max-width: 734px){.resource-forum10th-picture::after{content:'';display:block;padding-bottom:68.6%}}.resource-collaboration-guide-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/resource_ipad_collaboration_guide__d2h8ez6q90eq_large.jpg");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.resource-collaboration-guide-picture{background-image:url("/jp/education/images/giga/overview/a/resource_ipad_collaboration_guide__d2h8ez6q90eq_large_2x.jpg")}}.resource-collaboration-guide-picture::after{content:'';display:block;padding-bottom:64.04255%}@media only screen and (max-width: 1068px){.resource-collaboration-guide-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/resource_ipad_collaboration_guide__d2h8ez6q90eq_medium.jpg");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.resource-collaboration-guide-picture{background-image:url("/jp/education/images/giga/overview/a/resource_ipad_collaboration_guide__d2h8ez6q90eq_medium_2x.jpg")}}@media only screen and (max-width: 1068px){.resource-collaboration-guide-picture::after{content:'';display:block;padding-bottom:64.46078%}}@media only screen and (max-width: 734px){.resource-collaboration-guide-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/resource_ipad_collaboration_guide__d2h8ez6q90eq_small.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.resource-collaboration-guide-picture{background-image:url("/jp/education/images/giga/overview/a/resource_ipad_collaboration_guide__d2h8ez6q90eq_small_2x.jpg")}}@media only screen and (max-width: 734px){.resource-collaboration-guide-picture::after{content:'';display:block;padding-bottom:68.6%}}.resource-dial-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/resource_dial__bk6n7tigbw9y_large.jpg");background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.resource-dial-picture{background-image:url("/jp/education/images/giga/overview/a/resource_dial__bk6n7tigbw9y_large_2x.jpg")}}.resource-dial-picture::after{content:'';display:block;padding-bottom:64.04255%}@media only screen and (max-width: 1068px){.resource-dial-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/resource_dial__bk6n7tigbw9y_medium.jpg");background-size:cover}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.resource-dial-picture{background-image:url("/jp/education/images/giga/overview/a/resource_dial__bk6n7tigbw9y_medium_2x.jpg")}}@media only screen and (max-width: 1068px){.resource-dial-picture::after{content:'';display:block;padding-bottom:64.46078%}}@media only screen and (max-width: 734px){.resource-dial-picture{background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/resource_dial__bk6n7tigbw9y_small.jpg");background-size:cover}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.resource-dial-picture{background-image:url("/jp/education/images/giga/overview/a/resource_dial__bk6n7tigbw9y_small_2x.jpg")}}@media only screen and (max-width: 734px){.resource-dial-picture::after{content:'';display:block;padding-bottom:68.6%}}.resource-access{padding:0;margin:0;width:182px;height:48px;background-size:182px 48px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/phone_number__bdcn1nj5tcf6_large.png")}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){.resource-access{background-image:url("/jp/education/images/giga/overview/a/phone_number__bdcn1nj5tcf6_large_2x.png")}}@media only screen and (max-width: 1068px){.resource-access{width:182px;height:48px;background-size:182px 48px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/phone_number__bdcn1nj5tcf6_medium.png")}}@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){.resource-access{background-image:url("/jp/education/images/giga/overview/a/phone_number__bdcn1nj5tcf6_medium_2x.png")}}@media only screen and (max-width: 734px){.resource-access{width:166px;height:46px;background-size:166px 46px;background-repeat:no-repeat;background-image:url("/jp/education/images/giga/overview/a/phone_number__bdcn1nj5tcf6_small.png")}}@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){.resource-access{background-image:url("/jp/education/images/giga/overview/a/phone_number__bdcn1nj5tcf6_small_2x.png")}}.ribbon{width:100%;overflow:hidden;padding-top:1px}@media only screen and (max-width: 734px){html.text-zoom .ribbon{padding:0}}.ribbon-wrapper{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:18px 16px 16px;text-align:center;color:#1d1d1f;background:-webkit-gradient(linear, left top, right top, from(#ff825b), to(#e85cba));background:-webkit-linear-gradient(left, #ff825b 0%, #e85cba 100%);background:linear-gradient(to right, #ff825b 0%, #e85cba 100%)}.ribbon-wrapper a{color:#1d1d1f}html.no-js .giga-alert{position:fixed;top:0;left:0;z-index:9999;width:100%;height:100%;background-color:rgba(0,0,0,0.48);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:20px}@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))){html.no-js .giga-alert{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}}html.no-js .giga-alert-container{color:#000;background-color:#fff;text-align:center;margin:0;padding:60px;border-radius:15px;max-width:500px}@media only screen and (max-width: 1068px){html.no-js .giga-alert-container{padding:50px;border-radius:15px;max-width:400px}}@media only screen and (max-width: 734px){html.no-js .giga-alert-container{padding:40px;border-radius:10px}}html.no-js .giga-alert-headline{font-weight:600;margin-bottom:5px}html.no-js{overflow:hidden}html:not(.no-js) .giga-alert{display:none}
