.btn-opacity{transition:opacity .3s}.btn-opacity:focus-visible{opacity:.4}@media(hover: none)and (pointer: coarse){.btn-opacity:active{opacity:.4}}@media(hover: hover)and (pointer: fine){.btn-opacity:hover{opacity:.4}}.text-hover-underline .font>span{padding-bottom:3px;background-image:linear-gradient(to bottom, currentColor 0%, currentColor 100%);background-position:left bottom;background-size:0px 1px;background-repeat:no-repeat;transition:background-size .2s cubic-bezier(0.77, 0, 0.175, 1),color .2s cubic-bezier(0.77, 0, 0.175, 1)}.text-hover-underline .font:nth-child(2)>span{transition:background-size .2s .1s cubic-bezier(0.77, 0, 0.175, 1),color .2s cubic-bezier(0.77, 0, 0.175, 1)}.text-hover-underline:focus-visible .font>span{color:var(--color-medium);background-size:100% 1px}@media(hover: none)and (pointer: coarse){.text-hover-underline:active .font>span{color:var(--color-medium);background-size:100% 1px}}@media(hover: hover)and (pointer: fine){.text-hover-underline:hover .font>span{color:var(--color-medium);background-size:100% 1px}}.text-hover-underline.reverse{transition:background-position .2s cubic-bezier(0.77, 0, 0.175, 1),background-size .2s cubic-bezier(0.77, 0, 0.175, 1),color .2s cubic-bezier(0.77, 0, 0.175, 1)}.text-hover-underline.reverse .font>span{background-size:100% 1px;background-position:right bottom}.text-hover-underline.reverse:focus-visible .font>span{background-size:0px 1px}@media(hover: none)and (pointer: coarse){.text-hover-underline.reverse:active .font>span{background-size:0px 1px}}@media(hover: hover)and (pointer: fine){.text-hover-underline.reverse:hover .font>span{background-size:0px 1px}}.hover-button-bg{transition:background-color .3s,color .3s}.hover-button-bg:focus-visible{background-color:var(--color-dark);color:#fff}@media(hover: none)and (pointer: coarse){.hover-button-bg:active{background-color:var(--color-dark);color:#fff}}@media(hover: hover)and (pointer: fine){.hover-button-bg:hover{background-color:var(--color-dark);color:#fff}}.line-clamp-1{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:3}.line-clamp-4{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:4}.upShow{animation:jsUpShow 1.2s 1s cubic-bezier(0.165, 0.84, 0.44, 1) backwards}:root{--moveUpRightValue: 5px}@keyframes jsUpShow{0%{opacity:0;transform:translateY(60px) rotate(0.01deg);visibility:hidden}60%{opacity:.8}100%{opacity:1;transform:translateY(0) rotate(0deg);visibility:visible}}@keyframes jsDownShow{0%{opacity:0;transform:translateY(-30px);visibility:hidden}60%{opacity:.8}100%{opacity:1;transform:translateY(0);visibility:visible}}@keyframes jsFedeShow{0%{opacity:0}100%{opacity:1;visibility:visible}}@keyframes jsFedeHide{0%{opacity:1;visibility:visible}100%{opacity:0;visibility:hidden}}@keyframes moveFromTop{0%{transform:translateY(-100%)}100%{transform:translateY(0)}}@keyframes moveFromLeft{0%{transform:translateX(-100%)}100%{transform:translateX(0)}}@keyframes moveFromRight{0%{transform:translateX(100%)}100%{transform:translateX(0)}}@keyframes moveFromBottom{0%{transform:translateY(100%)}100%{transform:translateY(0)}}@keyframes moveToTop{0%{transform:translateY(0)}100%{transform:translateY(-100%)}}@keyframes moveToLeft{0%{transform:translateX(0)}100%{transform:translateX(-100%)}}@keyframes moveToRight{0%{transform:translateX(0)}100%{transform:translateX(100%)}}@keyframes moveToBottom{0%{transform:translateY(100%)}100%{transform:translateY(0)}}@keyframes maskFromTop{0%{clip-path:inset(0 0 100% 0);visibility:visible}100%{clip-path:inset(0 0 0 0);visibility:visible}}@keyframes maskFromLeft{0%{clip-path:inset(0 0 0 100%);visibility:visible}100%{clip-path:inset(0 0 0 0);visibility:visible}}@keyframes maskFromRight{0%{clip-path:inset(0 100% 0 0);visibility:visible}100%{clip-path:inset(0 0 0 0);visibility:visible}}@keyframes maskFromBottom{0%{clip-path:inset(100% 0 0 0);visibility:visible}100%{clip-path:inset(0 0 0 0);visibility:visible}}@keyframes maskToTop{0%{clip-path:inset(0 0 0 0);visibility:visible}100%{clip-path:inset(0 0 100% 0);visibility:visible}}@keyframes maskToLeft{0%{clip-path:inset(0 0 0 0);visibility:visible}100%{clip-path:inset(0 100% 0 0);visibility:visible}}@keyframes maskToRight{0%{clip-path:inset(0 0 0 0);visibility:visible}100%{clip-path:inset(0 0 0 100%);visibility:visible}}@keyframes maskToBottom{0%{clip-path:inset(0 0 0 0);visibility:visible}100%{clip-path:inset(100% 0 0 0);visibility:visible}}[data-mask=FromTop]{animation:maskFromTop .5s cubic-bezier(0.77, 0, 0.175, 1) forwards}[data-mask=FromLeft]{animation:maskFromLeft .5s cubic-bezier(0.77, 0, 0.175, 1) forwards}[data-mask=FromRight]{animation:maskFromRight .5s cubic-bezier(0.77, 0, 0.175, 1) forwards}[data-mask=FromBottom]{animation:maskFromBottom .5s cubic-bezier(0.77, 0, 0.175, 1) forwards}[data-mask=ToTop]{animation:maskToTop .5s cubic-bezier(0.77, 0, 0.175, 1) forwards}[data-mask=ToLeft]{animation:maskToLeft .5s cubic-bezier(0.77, 0, 0.175, 1) forwards}[data-mask=ToRight]{animation:maskToRight .5s cubic-bezier(0.77, 0, 0.175, 1) forwards}[data-mask=ToBottom]{animation:maskToBottom .5s cubic-bezier(0.77, 0, 0.175, 1) forwards}@keyframes ScalefadeIn{0%{transform:scale(1.12);opacity:0;visibility:hidden}100%{transform:scale(1);opacity:1;visibility:visible}}@keyframes ScalefadeInIconSp{0%{transform:scale(1.5);opacity:0;visibility:hidden}100%{transform:scale(1);opacity:1;visibility:visible}}@keyframes fadeIn{0%{opacity:0;visibility:hidden}100%{opacity:1;visibility:visible}}@keyframes fadeOut{0%{opacity:1;visibility:visible}100%{opacity:0;visibility:hidden}}@keyframes accordionHeight{0%{height:0}100%{height:100%}}@keyframes maskShowFromLeft{0%{clip-path:inset(0% 100% 0% 0%)}100%{clip-path:inset(0% 0% 0% 0%)}}@keyframes maskShowFromRight{0%{clip-path:inset(0% 0% 0% 100%)}100%{clip-path:inset(0% 0% 0% 0%)}}@keyframes arrowMoveRight{0%{transform:translateX(0)}100%{transform:translateX(calc(70px * var(--scale)))}}@keyframes iconArrowMoveRight{0%{transform:translateX(0)}100%{transform:translateX(calc(20px * var(--scale)))}}.jsStanby{visibility:hidden}.scrAnim{position:relative}@keyframes jsBlurShow{0%{filter:blur(8px);opacity:0}50%{filter:blur(2px)}100%{opacity:1;filter:blur(0)}}.animShow{animation:jsUpShow 1.25s cubic-bezier(0.165, 0.84, 0.44, 1) forwards}.animShow.blur{animation:jsBlurShow 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards}.animShow.ScalefadeIn{animation:ScalefadeInIconSp .7s cubic-bezier(0.165, 0.84, 0.44, 1) .6s forwards;opacity:0}.animShow.fadeIn{animation:jsFedeShow 1.2s 1s cubic-bezier(0.165, 0.84, 0.44, 1) backwards}.animShow.maskShowFromLeft{animation:maskShowFromLeft .6s cubic-bezier(0.165, 0.84, 0.44, 1)}.animShow.maskShowFromRight{animation:maskShowFromRight .6s cubic-bezier(0.165, 0.84, 0.44, 1)}.scrAnimScale{transition:all .7s cubic-bezier(0.68, -0.6, 0.32, 1.6);opacity:0;transform:scale(0.5) translateY(0)}.scrAnimScale.animationShown{transition:none}.scrAnimScale.animShowScale{opacity:1;transform:scale(1)}.scrAnimMask{visibility:hidden}.animMaskShow{visibility:visible;animation:maskFromTop .75s cubic-bezier(0.19, 1, 0.22, 1)}@keyframes moveAround{0%{transform:translateY(-15px)}50%{transform:translateY(15px)}100%{transform:translateY(-15px)}}.moveAround{animation:moveAround 10s ease-in-out infinite}@keyframes chara1{0%{transform:rotate(-5deg)}30%{transform:rotate(5deg)}60%{transform:rotate(-5deg)}100%{transform:rotate(-5deg)}}@keyframes chara2{0%{transform:rotate(5deg)}20%{transform:rotate(-5deg)}60%{transform:rotate(-5deg)}80%{transform:rotate(5deg)}100%{transform:rotate(5deg)}}@keyframes chara3{0%{transform:translateY(0px)}60%{transform:translateY(0px)}80%{transform:translateY(-4px)}100%{transform:translateY(0px)}}@keyframes chara4{0%{transform:rotate(0deg)}30%{transform:rotate(15deg)}60%{transform:rotate(0deg)}100%{transform:rotate(0deg)}}@keyframes chara5{0%{transform:rotate(2deg)}20%{transform:rotate(-5deg)}60%{transform:rotate(-5deg)}80%{transform:rotate(2deg)}100%{transform:rotate(2deg)}}.btn-opacity{transition:opacity .3s}.btn-opacity:focus-visible{opacity:.4}@media(hover: none)and (pointer: coarse){.btn-opacity:active{opacity:.4}}@media(hover: hover)and (pointer: fine){.btn-opacity:hover{opacity:.4}}.text-hover-underline .font>span{padding-bottom:3px;background-image:linear-gradient(to bottom, currentColor 0%, currentColor 100%);background-position:left bottom;background-size:0px 1px;background-repeat:no-repeat;transition:background-size .2s cubic-bezier(0.77, 0, 0.175, 1),color .2s cubic-bezier(0.77, 0, 0.175, 1)}.text-hover-underline .font:nth-child(2)>span{transition:background-size .2s .1s cubic-bezier(0.77, 0, 0.175, 1),color .2s cubic-bezier(0.77, 0, 0.175, 1)}.text-hover-underline:focus-visible .font>span{color:var(--color-medium);background-size:100% 1px}@media(hover: none)and (pointer: coarse){.text-hover-underline:active .font>span{color:var(--color-medium);background-size:100% 1px}}@media(hover: hover)and (pointer: fine){.text-hover-underline:hover .font>span{color:var(--color-medium);background-size:100% 1px}}.text-hover-underline.reverse{transition:background-position .2s cubic-bezier(0.77, 0, 0.175, 1),background-size .2s cubic-bezier(0.77, 0, 0.175, 1),color .2s cubic-bezier(0.77, 0, 0.175, 1)}.text-hover-underline.reverse .font>span{background-size:100% 1px;background-position:right bottom}.text-hover-underline.reverse:focus-visible .font>span{background-size:0px 1px}@media(hover: none)and (pointer: coarse){.text-hover-underline.reverse:active .font>span{background-size:0px 1px}}@media(hover: hover)and (pointer: fine){.text-hover-underline.reverse:hover .font>span{background-size:0px 1px}}.hover-button-bg{transition:background-color .3s,color .3s}.hover-button-bg:focus-visible{background-color:var(--color-dark);color:#fff}@media(hover: none)and (pointer: coarse){.hover-button-bg:active{background-color:var(--color-dark);color:#fff}}@media(hover: hover)and (pointer: fine){.hover-button-bg:hover{background-color:var(--color-dark);color:#fff}}.line-clamp-1{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:3}.line-clamp-4{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:4}html,body{scrollbar-width:none;hyphens:auto}html::-webkit-scrollbar,body::-webkit-scrollbar{display:none}body{font-display:swap}@media print{html,body,.wrapper{-webkit-print-color-adjust:exact;width:100% !important;min-width:1280px !important;zoom:.85 !important;position:relative}header.global-header{position:relative !important}header.global-header .global-header-inner{translate:none !important}.modal{position:absolute !important;top:0;width:100% !important;height:100% !important}.modal .ReactModal__Overlay{position:absolute !important;top:0 !important}.modal .ReactModal__Overlay .modal-container{padding:100px 20px !important}.modal .ReactModal__Overlay .modal-container .modal-inner{margin:unset}}@page{size:A4;margin:0}a{color:inherit;text-decoration:none;outline:none}img{width:100%;vertical-align:top;height:auto}button{display:inline-block;text-align:center;text-decoration:none;text-transform:inherit;white-space:normal;cursor:pointer;border:none;padding:0;padding:0;background:none;border-radius:0;outline:none;appearance:none;font-family:inherit;font-weight:inherit;color:inherit;line-height:inherit;letter-spacing:inherit}button[disabled]{pointer-events:none}label{user-select:none;cursor:pointer}input,button,textarea,select{margin:0;padding:0;background:none;border:none;border-radius:0;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:inherit;font-weight:inherit;color:inherit;line-height:inherit;letter-spacing:inherit;backface-visibility:hidden}input:focus,textarea:focus,input[type]:focus,.uneditable-input:focus{box-shadow:none;border:none;background-color:rgba(0,0,0,0)}select,input[type=text],input[type=search],input[type=tel],input[type=url],input[type=email],input[type=password],input[type=number],input[type=file],input[type=date],textarea,select:focus,input[type=text]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=url]:focus,input[type=email]:focus,input[type=password]:focus,input[type=number]:focus,input[type=file]:focus,input[type=date]:focus,textarea:focus{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.error,input[type=text].error,input[type=search].error,input[type=tel].error,input[type=url].error,input[type=email].error,input[type=password].error,input[type=number].error,input[type=file].error,input[type=date].error,textarea.error,select:focus.error,input[type=text]:focus.error,input[type=search]:focus.error,input[type=tel]:focus.error,input[type=url]:focus.error,input[type=email]:focus.error,input[type=password]:focus.error,input[type=number]:focus.error,input[type=file]:focus.error,input[type=date]:focus.error,textarea:focus.error{border:1px solid #ffe500}.section-login select.error,.section-login input[type=text].error,.section-login input[type=search].error,.section-login input[type=tel].error,.section-login input[type=url].error,.section-login input[type=email].error,.section-login input[type=password].error,.section-login input[type=number].error,.section-login input[type=file].error,.section-login input[type=date].error,.section-login textarea.error,.section-login select:focus.error,.section-login input[type=text]:focus.error,.section-login input[type=search]:focus.error,.section-login input[type=tel]:focus.error,.section-login input[type=url]:focus.error,.section-login input[type=email]:focus.error,.section-login input[type=password]:focus.error,.section-login input[type=number]:focus.error,.section-login input[type=file]:focus.error,.section-login input[type=date]:focus.error,.section-login textarea:focus.error{border-top:none;border-left:none;border-right:none;border-bottom:1px solid #ffe500}select::placeholder,input[type=text]::placeholder,input[type=search]::placeholder,input[type=tel]::placeholder,input[type=url]::placeholder,input[type=email]::placeholder,input[type=password]::placeholder,input[type=number]::placeholder,input[type=file]::placeholder,input[type=date]::placeholder,textarea::placeholder,select:focus::placeholder,input[type=text]:focus::placeholder,input[type=search]:focus::placeholder,input[type=tel]:focus::placeholder,input[type=url]:focus::placeholder,input[type=email]:focus::placeholder,input[type=password]:focus::placeholder,input[type=number]:focus::placeholder,input[type=file]:focus::placeholder,input[type=date]:focus::placeholder,textarea:focus::placeholder{color:#545866}input[type=date]{text-align:center}input[type=date]::-webkit-date-and-time-value{text-align:center}input[type=search]::-webkit-search-cancel-button{display:none}input[type=date]::-webkit-calendar-picker-indicator{opacity:0}select,::picker(select){appearance:base-select}::picker(select){border-radius:3px;border:none;outline:#000 2px solid;margin:5px 0}input[type=text]:focus,input[type=search]:focus,select:focus{outline:#000 2px solid}*{-webkit-tap-highlight-color:rgba(0,0,0,0)}*,*::before,*::after{box-sizing:border-box}::selection{background-color:var(--color-dark);color:#fff}.btn-opacity{transition:opacity .3s}.btn-opacity:focus-visible{opacity:.4}@media(hover: none)and (pointer: coarse){.btn-opacity:active{opacity:.4}}@media(hover: hover)and (pointer: fine){.btn-opacity:hover{opacity:.4}}.text-hover-underline .font>span{padding-bottom:3px;background-image:linear-gradient(to bottom, currentColor 0%, currentColor 100%);background-position:left bottom;background-size:0px 1px;background-repeat:no-repeat;transition:background-size .2s cubic-bezier(0.77, 0, 0.175, 1),color .2s cubic-bezier(0.77, 0, 0.175, 1)}.text-hover-underline .font:nth-child(2)>span{transition:background-size .2s .1s cubic-bezier(0.77, 0, 0.175, 1),color .2s cubic-bezier(0.77, 0, 0.175, 1)}.text-hover-underline:focus-visible .font>span{color:var(--color-medium);background-size:100% 1px}@media(hover: none)and (pointer: coarse){.text-hover-underline:active .font>span{color:var(--color-medium);background-size:100% 1px}}@media(hover: hover)and (pointer: fine){.text-hover-underline:hover .font>span{color:var(--color-medium);background-size:100% 1px}}.text-hover-underline.reverse{transition:background-position .2s cubic-bezier(0.77, 0, 0.175, 1),background-size .2s cubic-bezier(0.77, 0, 0.175, 1),color .2s cubic-bezier(0.77, 0, 0.175, 1)}.text-hover-underline.reverse .font>span{background-size:100% 1px;background-position:right bottom}.text-hover-underline.reverse:focus-visible .font>span{background-size:0px 1px}@media(hover: none)and (pointer: coarse){.text-hover-underline.reverse:active .font>span{background-size:0px 1px}}@media(hover: hover)and (pointer: fine){.text-hover-underline.reverse:hover .font>span{background-size:0px 1px}}.hover-button-bg{transition:background-color .3s,color .3s}.hover-button-bg:focus-visible{background-color:var(--color-dark);color:#fff}@media(hover: none)and (pointer: coarse){.hover-button-bg:active{background-color:var(--color-dark);color:#fff}}@media(hover: hover)and (pointer: fine){.hover-button-bg:hover{background-color:var(--color-dark);color:#fff}}.line-clamp-1{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:3}.line-clamp-4{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:4}img,svg{width:100%;height:auto}img{backface-visibility:hidden}picture{display:block}.invisible{visibility:hidden}.hide{display:none}.btn-hover{transition:background-color .5s cubic-bezier(0.165, 0.84, 0.44, 1)}.btn-hover .text{transition:color .5s cubic-bezier(0.165, 0.84, 0.44, 1)}.btn-hover:focus-visible{background-color:#000 !important}.btn-hover:focus-visible .text{color:#fff}@media(hover: none)and (pointer: coarse){.btn-hover:active{background-color:#000 !important}.btn-hover:active .text{color:#fff}}@media(hover: hover)and (pointer: fine){.btn-hover:hover{background-color:#000 !important}.btn-hover:hover .text{color:#fff}}.round{border-radius:3px}.s_10{font-size:10px}.t_j{text-align:justify}.t_pw{white-space:pre-wrap}.t_a_r{text-align:right}.t_a_l{text-align:left}.t_a_c{text-align:center}.t_i{font-style:italic}.f-wrap{display:flex;flex-direction:column}.f-wrap.font,.f-wrap .font{margin-top:-50px;margin-bottom:-50px}*:has(>.font.f-wrap){display:flex}.font-default{font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif !important}@media all and (min-width:1025px){body{--space-10: 10px}}@media all and (min-width:500px)and (max-width:1024px){body{--space-10: 9px}}@media all and (max-width:499px){body{--space-10: 8px}}@media all and (min-width:1025px){body{--space-15: 15px}}@media all and (min-width:500px)and (max-width:1024px){body{--space-15: 13px}}@media all and (max-width:499px){body{--space-15: 11px}}@media all and (min-width:1025px){body{--space-20: 20px}}@media all and (min-width:500px)and (max-width:1024px){body{--space-20: 17px}}@media all and (max-width:499px){body{--space-20: 14px}}@media all and (min-width:1025px){body{--space-30: 30px}}@media all and (min-width:500px)and (max-width:1024px){body{--space-30: 25px}}@media all and (max-width:499px){body{--space-30: 20px}}@media all and (min-width:1025px){body{--space-35: 35px}}@media all and (min-width:500px)and (max-width:1024px){body{--space-35: 30px}}@media all and (max-width:499px){body{--space-35: 25px}}@media all and (min-width:1025px){body{--space-50: 50px}}@media all and (min-width:500px)and (max-width:1024px){body{--space-50: 40px}}@media all and (max-width:499px){body{--space-50: 30px}}@media all and (min-width:1025px){body{--space-70: 70px}}@media all and (min-width:500px)and (max-width:1024px){body{--space-70: 55px}}@media all and (max-width:499px){body{--space-70: 40px}}@media all and (min-width:1025px){body{--space-100: 100px}}@media all and (min-width:500px)and (max-width:1024px){body{--space-100: 75px}}@media all and (max-width:499px){body{--space-100: 50px}}@media all and (min-width:1025px){body{--space-150: 150px}}@media all and (min-width:500px)and (max-width:1024px){body{--space-150: 110px}}@media all and (max-width:499px){body{--space-150: 70px}}@media all and (min-width:1025px){body{--space-200: 200px}}@media all and (min-width:500px)and (max-width:1024px){body{--space-200: 150px}}@media all and (max-width:499px){body{--space-200: 100px}}@media all and (min-width:1025px){body{--space-250: 250px}}@media all and (min-width:500px)and (max-width:1024px){body{--space-250: 200px}}@media all and (max-width:499px){body{--space-250: 150px}}@media all and (min-width:768px){body{--space-100x: 100px}}@media all and (min-width:500px)and (max-width:767px){body{--space-100x: 100px}}@media all and (max-width:499px){body{--space-100x: 100px}}@media all and (min-width:768px){body{--space-100xx: 100px}}@media all and (min-width:500px)and (max-width:767px){body{--space-100xx: 70px}}@media all and (max-width:499px){body{--space-100xx: 50px}}@media all and (min-width:768px){body{--space-100xxx: 100px}}@media all and (min-width:500px)and (max-width:1024px){body{--space-100xxx: 70px}}@media all and (max-width:499px){body{--space-100xxx: 70px}}@media all and (min-width:768px){body{--space-50x: 50px}}@media all and (min-width:500px)and (max-width:767px){body{--space-50x: 30px}}@media all and (max-width:499px){body{--space-50x: 30px}}@media all and (min-width:768px){body{--space-50xx: 50px}}@media all and (min-width:500px)and (max-width:767px){body{--space-50xx: 30px}}@media all and (max-width:499px){body{--space-50xx: 20px}}@media all and (min-width:768px){body{--space-50f: 50px}}@media all and (min-width:500px)and (max-width:767px){body{--space-50f: 50px}}@media all and (max-width:499px){body{--space-50f: 50px}}@media all and (min-width:1025px){body{--space-section: 100px}}@media all and (min-width:500px)and (max-width:1024px){body{--space-section: 25px}}@media all and (max-width:499px){body{--space-section: 20px}}@media all and (min-width:1201px){body{--space-pb: 75px}}@media all and (min-width:1025px)and (max-width:1200px){body{--space-pb: 50px}}@media all and (min-width:768px)and (max-width:1024px){body{--space-pb: 40px}}@media all and (min-width:500px)and (max-width:767px){body{--space-pb: 40px}}@media all and (max-width:499px){body{--space-pb: 30px}}@media(min-width: 1441px){body{--space-pb: 100px}}@media all and (min-width:1201px){body{--space-pw: 130px}}@media all and (min-width:1025px)and (max-width:1200px){body{--space-pw: 50px}}@media all and (min-width:768px)and (max-width:1024px){body{--space-pw: 40px}}@media all and (min-width:500px)and (max-width:767px){body{--space-pw: 40px}}@media all and (max-width:499px){body{--space-pw: 20px}}[data-rmiz-ghost]{position:absolute;pointer-events:none}[data-rmiz-btn-zoom],[data-rmiz-btn-unzoom]{background-color:rgba(0,0,0,.7);border-radius:50%;border:none;box-shadow:0 0 1px rgba(255,255,255,.5);color:#fff;height:40px;margin:0;outline-offset:2px;padding:9px;touch-action:manipulation;width:40px;-webkit-appearance:none;-moz-appearance:none;appearance:none}[data-rmiz-btn-zoom]:not(:focus):not(:active){position:absolute;overflow:hidden;pointer-events:none;white-space:nowrap}[data-rmiz-btn-zoom]{position:absolute;inset:10px 10px auto auto;cursor:pointer}[data-rmiz-btn-unzoom]{position:absolute;inset:20px 20px auto auto;cursor:pointer;z-index:1}[data-rmiz-content=found] img,[data-rmiz-content=found] svg,[data-rmiz-content=found] [role=img],[data-rmiz-content=found] [data-zoom]{cursor:pointer}[data-rmiz-modal]::backdrop{display:none}[data-rmiz-modal][open]{position:fixed;width:100vw;width:100dvw;height:100vh;height:100dvh;max-width:none;max-height:none;margin:0;padding:0;border:0;background:rgba(0,0,0,0);overflow:hidden}[data-rmiz-modal-overlay]{position:absolute;inset:0;transition:background-color .3s}[data-rmiz-modal-overlay=hidden]{background-color:rgba(255,255,255,0)}[data-rmiz-modal-overlay=visible]{background-color:#fff}[data-rmiz-modal-content]{position:relative;width:100%;height:100%}[data-rmiz-modal-img]{position:absolute;cursor:pointer;image-rendering:high-quality;transform-origin:top left;transition:transform .3s}@media(prefers-reduced-motion: reduce){[data-rmiz-modal-overlay],[data-rmiz-modal-img]{transition-duration:.01ms !important}}.rhap_container{box-sizing:border-box;display:flex;flex-direction:column;line-height:1;font-family:inherit;width:100%;padding:5px 12px 5px 6px;background-color:#fff;border-radius:50px;margin-top:11px}.rhap_container:focus:not(:focus-visible){outline:0}.rhap_container svg{vertical-align:initial}.rhap_header{margin-bottom:10px}.rhap_footer{margin-top:5px}.rhap_main{display:flex;flex-direction:column;flex:1 1 auto}.rhap_stacked .rhap_controls-section{margin-top:8px}.rhap_horizontal{flex-direction:row;align-items:center}.rhap_horizontal-reverse{flex-direction:row-reverse}.rhap_horizontal-reverse .rhap_controls-section{margin-right:8px}.rhap_stacked-reverse{flex-direction:column-reverse}.rhap_stacked-reverse .rhap_controls-section{margin-bottom:8px}.rhap_progress-section{display:flex;flex:3 1 auto;align-items:center;order:2}.rhap_progress-container{display:flex;align-items:center;height:20px;flex:1 0 auto;align-self:center;margin:0 0 0 calc(10px + 1%);order:3;cursor:pointer;user-select:none;-webkit-user-select:none}.rhap_progress-container:focus:not(:focus-visible){outline:0}.rhap_total-time::before{content:"/"}.rhap_time{color:#000;font-size:10px;user-select:none;-webkit-user-select:none}.rhap_progress-bar{box-sizing:border-box;position:relative;z-index:0;width:100%;height:5px;background-color:#d6d6d6;border-radius:2px}.rhap_progress-filled{height:100%;position:absolute;z-index:2;background-color:#000;border-radius:2px}.rhap_progress-bar-show-download{background-color:rgba(214,214,214,.5)}.rhap_download-progress{height:100%;position:absolute;z-index:1;background-color:#d6d6d6;border-radius:2px}.rhap_progress-indicator{box-sizing:border-box;position:absolute;z-index:3;width:20px;height:20px;margin-left:-10px;top:-8px;background:#000;border-radius:50px;box-shadow:rgba(0,0,0,.5) 0 0 5px;opacity:0}.rhap_controls-section{display:contents}.rhap_additional-controls{display:flex;flex:1 0 auto;align-items:center;display:none}.rhap_repeat-button{font-size:26px;width:26px;height:26px;color:#000;margin-right:6px}.rhap_main-controls{order:0;flex:0 1 auto;display:flex;justify-content:center;align-items:center}.rhap_main-controls-button{color:#000;font-size:35px;width:35px;height:35px}.rhap_play-pause-button{width:30px;height:30px;position:relative}.rhap_play-pause-button::before{content:"";position:absolute;top:6px;left:6px;right:6px;bottom:6px;border-radius:100px;background-color:#000}.rhap_play-pause-button svg{position:relative;color:#fff}.rhap_volume-controls{display:flex;justify-content:flex-end;align-items:center;order:3}.rhap_volume-button{flex:0 0 18px;font-size:18px;width:18px;height:18px;margin-left:12px;color:#000}.rhap_volume-container{display:flex;align-items:center;user-select:none;-webkit-user-select:none}.rhap_volume-bar-area{display:none}.rhap_volume-bar{box-sizing:border-box;position:relative;width:100%;height:4px;background:#d6d6d6;border-radius:2px}.rhap_volume-indicator{box-sizing:border-box;position:absolute;width:12px;height:12px;margin-left:-6px;left:0;top:-4px;background:#000;opacity:.9;border-radius:50px;box-shadow:rgba(0,0,0,.5) 0 0 3px;cursor:pointer}.rhap_volume-indicator:hover{opacity:.9}.rhap_volume-filled{height:100%;position:absolute;z-index:2;background-color:#000;border-radius:2px}.rhap_button-clear{background-color:rgba(0,0,0,0);border:none;padding:0;overflow:hidden;cursor:pointer}.rhap_button-clear:hover{opacity:.9;transition-duration:.2s}.rhap_button-clear:active{opacity:.95}.rhap_button-clear:focus:not(:focus-visible){outline:0}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:rgba(0,0,0,0)}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none !important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none !important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0, 0, 0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none !important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(0.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(0.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, 0.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none !important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0px, -50%, 0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none !important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}article .article-body strong{font-family:"Midashi Go MB31",sans-serif}article .article-body a:has(figure),article .article-body a:has(.figure){text-decoration:none}article .article-body figure,article .article-body .figure{display:flex;flex-direction:column;gap:var(--space-15);width:100%}article .article-body figure figcaption,article .article-body figure .figcaption,article .article-body .figure figcaption,article .article-body .figure .figcaption{display:flex;flex-direction:column;gap:var(--space-15) 0}article .article-body figure figcaption .title,article .article-body figure figcaption .description,article .article-body figure .figcaption .title,article .article-body figure .figcaption .description,article .article-body .figure figcaption .title,article .article-body .figure figcaption .description,article .article-body .figure .figcaption .title,article .article-body .figure .figcaption .description{display:flex}article .article-body ol{padding-left:1.2em}article .article-body ol:has(li:nth-child(10)){padding-left:1.8em}article .article-body ol>li{list-style-type:decimal}article .article-body .lead_rt{word-break:break-word}article .article-body .lead_rt .font{display:flex;flex-direction:column;gap:calc(var(--space-50) - (1lh - 1em)) 0}article .article-body .lead_rt .copy{background-color:#fff;padding:var(--space-50)}article .article-body .lead_rt .quote{padding:calc((1lh - 1em)/2) 0;padding-left:var(--space-50);position:relative;color:var(--color-medium)}article .article-body .lead_rt .quote:before{content:"";display:block;position:absolute;top:0;left:0;width:3px;height:100%;background-color:var(--color-medium)}article .article-body .lead_rt .box_annotation{color:var(--color-medium);border:1px solid var(--color-border);padding:var(--space-50)}article .article-body .lead_rt .box_annotation .font{gap:calc(var(--space-30) - (1lh - 1em)) 0}.page-projects:not([data-theme-type=その他]) article .article-body .lead_rt .box_annotation{border:1px solid var(--color-border-annotation);color:var(--color-medium)}article .article-body .lead_rt .large-text,article .article-body .lead_rt .smalltext{padding-top:0 !important;padding-bottom:0 !important}article .article-body .lead_rt .superscript{line-height:1;vertical-align:super;font-size:.6em}article .article-body .lead_rt .vertical{writing-mode:vertical-rl;text-orientation:upright;font-feature-settings:normal}article .article-body .lead_rt table td:has(.vertical) p,article .article-body .lead_rt table th:has(.vertical) p{display:flex;width:max-content;height:max-content}article .article-body .lead_rt table td:has(.vertical) .vertical,article .article-body .lead_rt table th:has(.vertical) .vertical{width:max-content;height:max-content}article .article-body .lead_rt ul li{padding-left:.875em;position:relative}article .article-body .lead_rt ul li::before{content:"";display:block;width:4px;height:4px;background-color:var(--color-dark);border-radius:50%;position:absolute;top:calc(.5lh - 2px);left:0}article .article-body .lead_rt li>p:empty{margin-top:calc(var(--space-50) - (1lh - 1em))}article .article-body .lead_rt a{display:inline;padding:0 0 1px 0;text-decoration:none;background-image:linear-gradient(to bottom, currentColor 0%, currentColor 100%);background-position:left bottom;background-size:100% 1px;background-repeat:no-repeat;transition:background-size .2s ease-out,opacity .2s ease-out}article .article-body .lead_rt a[href$=".pdf"],article .article-body .lead_rt a[href$=".xlsx"]{display:inline;position:relative;background-size:calc(100% - 1.05em - 6px) 1px}article .article-body .lead_rt a[href$=".pdf"]::after,article .article-body .lead_rt a[href$=".xlsx"]::after{content:"";position:relative;display:inline-block;width:1.05em;height:1.4em;margin-left:6px;margin-right:1px;background:var(--url-icon-pdf) no-repeat center center/contain;background-position:center center;vertical-align:text-bottom;z-index:1}article .article-body .lead_rt a[href$=".xlsx"]::after{background-image:var(--url-icon-excel)}article .article-body .lead_rt a:focus-visible{background-size:0 1px;opacity:.66}@media(hover: none)and (pointer: coarse){article .article-body .lead_rt a:active{background-size:0 1px;opacity:.66}}@media(hover: hover)and (pointer: fine){article .article-body .lead_rt a:hover{background-size:0 1px;opacity:.66}}article .article-body .lead_rt strong{font-family:"Midashi Go MB31",sans-serif}article .article-body .lead_rt *:has(.serif) strong{font-family:"HonMincho-M",serif}article .article-body .lead_rt h2,article .article-body .lead_rt h3{padding-top:0 !important;padding-bottom:0 !important}article .article-body .lead_rt *+h3,article .article-body .lead_rt h3+*{margin-top:calc(var(--space-70) - var(--space-50))}article .article-body .lead_rt *+h2,article .article-body .lead_rt h2+*{margin-top:calc(var(--space-100) - var(--space-50))}article .article-body .lead_rt table{width:100%;border-collapse:separate;border-spacing:0}article .article-body .lead_rt table tr:first-child th,article .article-body .lead_rt table tr:first-child td{border-top:1px solid var(--color-border)}article .article-body .lead_rt table th,article .article-body .lead_rt table td{padding:calc(var(--space-20) - (1lh - 1em)/2) var(--space-15);text-align:left;border-bottom:1px solid var(--color-border);border-right:1px solid var(--color-border);vertical-align:middle}article .article-body .lead_rt table th:last-child,article .article-body .lead_rt table td:last-child{border-right:none}article .article-body .lead_rt table th{background-color:rgba(0,0,0,.03);font-weight:bold}article .article-body .lead_ta{word-break:break-word}article .article-body .lead_ta.text_align_left{text-align:left}article .article-body .lead_ta.text_align_right{text-align:right}article .article-body .lead_ta.text_align_center{text-align:center}article .article-body .lead_ta p{display:inline-block}article .article-body .annotation_rt .font{padding-top:0;padding-bottom:0}article .article-body .annotation_rt .font *{color:var(--color-medium)}.page-projects:not([data-theme-type=その他]) article .article-body .annotation_rt .font *{color:var(--color-dark);opacity:.7}article .article-body .annotation_rt p{display:inline-block;width:100%;padding-left:1em;position:relative}article .article-body .annotation_rt p::before{content:"※";display:inline-block;position:absolute;top:0;left:0}article .article-body .annotation_rt ol{padding-left:0;display:flex;flex-direction:column}article .article-body .annotation_rt ol li{position:relative;list-style:none;padding-left:1.8em}article .article-body .annotation_rt ol li::before{content:"※" counter(list-item);display:inline-block;position:absolute;top:0;left:0}article .article-body .annotation_rt ul li{padding-left:.875em;position:relative}article .article-body .annotation_rt ul li::before{content:"";display:block;width:4px;height:4px;background-color:var(--color-dark);border-radius:50%;position:absolute;top:calc(.5lh - 2px);left:0}article .article-body .annotation_rt ul li::before{background-color:var(--color-medium)}article .article-body .annotation_rt li>p:empty{margin-top:calc(var(--space-50) - (1lh - 1em))}article .article-body iframe{width:100%;height:auto}article .article-body .img_caption_col{display:flex;flex-direction:column}article .article-body .bar_chart_wrapper{display:flex;flex-direction:column;gap:20px}article .article-body .chart_unit{color:var(--color-medium);letter-spacing:.1em;display:flex;justify-content:flex-end}article .article-body .bar_chart_col{display:grid;gap:var(--space-50);grid-template-columns:1fr}article .article-body .bar_chart_col.col-2{grid-template-columns:repeat(2, 1fr)}article .article-body .bar_chart_col.col-3{grid-template-columns:repeat(3, 1fr)}@container (max-width: 667px){article .article-body .bar_chart_col.col-2,article .article-body .bar_chart_col.col-3{gap:var(--space-50);grid-template-columns:repeat(1, 1fr)}}@media all and (max-width:499px){article .article-body .bar_chart_col.col-2,article .article-body .bar_chart_col.col-3{grid-template-columns:1fr}}article .article-body .bar_chart{background-color:#fff;height:237px;display:flex;flex-direction:column;justify-content:space-between;padding:var(--space-30) var(--space-30) var(--space-20)}@media all and (max-width:499px){article .article-body .bar_chart{height:216px}}@media all and (min-width:500px)and (max-width:1024px){article .article-body .bar_chart{height:230px}}article .article-body .bar_chart .bar_chart_title{display:block}article .article-body .bar_chart .bar_chart_items{display:flex;justify-content:space-between;height:100%;border-bottom:1px solid rgba(0,0,0,.3);padding:var(--space-20) calc(var(--space-10)*.5) 0}article .article-body .bar_chart .bar_chart_item{width:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;word-break:break-all;gap:var(--space-10) 0}article .article-body .bar_chart .bar_chart_item .gage{width:max(100% - var(--space-20),70%);background-color:#dcdcdc}article .article-body .bar_chart .bar_chart_item .value{margin-left:-50%;margin-right:-50%}article .article-body .bar_chart .bar_chart_label_items{display:flex;justify-content:space-between;padding:var(--space-10) calc(var(--space-10)*.5) 0}article .article-body .bar_chart .bar_chart_label_item{width:100%;display:flex;justify-content:center;word-break:break-all}article .article-body .bar_chart .bar_chart_label_item .label{margin-left:-50%;margin-right:-50%}@container (max-width: 667px){article .article-body .audio_col.grid.col-3,article .article-body .audio_col.grid.col-3-1{grid-template-columns:1fr 1fr}}@media all and (min-width:768px)and (max-width:1024px){article .article-body .audio_col.grid.col-3,article .article-body .audio_col.grid.col-3-1{grid-template-columns:1fr 1fr}}@media all and (min-width:500px)and (max-width:767px),all and (max-width:499px){article .article-body .audio_col.grid.col-3,article .article-body .audio_col.grid.col-3-1{grid-template-columns:1fr}}article .article-body .audio_col li{display:flex;flex-direction:column;gap:var(--space-15)}article .article-body .audio_col .title,article .article-body .audio_col .description{display:flex}article .article-body .audio_col .description{color:var(--color-medium)}article .article-body .audio_col audio{width:100%;height:37px;outline:none}article .article-body .audio_col audio::-webkit-media-controls-panel{background-color:#fff}article .article-body .sns_col{display:flex;flex-direction:column;gap:calc(var(--space-20)*2)}@container (max-width: 667px){article .article-body .sns_col .grid.col-3,article .article-body .sns_col .grid.col-2{grid-template-columns:1fr 1fr}}article .article-body .sns_col .sns_col-title .font{font-feature-settings:none}article .article-body .sns_col .sns_col-item{text-decoration:none}article .article-body .sns_col .sns_col-item .sns_col-item-inner{display:flex;gap:15px;height:fit-content}article .article-body .sns_col .sns_col-item .sns-icon{flex-shrink:0;display:flex;justify-content:center;align-items:center;width:40px;height:40px}article .article-body .sns_col .sns_col-item .sns-icon img{width:100%;height:100%;object-fit:contain}article .article-body .sns_col .sns_col-item .sns-icon img[src$="x.png"]{scale:90%}@media all and (max-width:1024px){article .article-body .sns_col .sns_col-item .sns-icon{width:32px;height:32px}}article .article-body .sns_col .sns_col-item .account-name-list{gap:var(--space-10) 0;display:flex;flex-direction:column;justify-content:center;line-break:strict}article .article-body .sns_col .sns_col-item .account-name-list .font span{background-position:left 92%}article .article-body .sns_col .sns_col-item .account-name-list .account-id{color:var(--color-medium);word-break:break-all}article .article-body .image-gallery-wrapper a:has(figure){display:block;width:100%}article .article-body .image-gallery-wrapper figcaption{word-break:break-word}article .article-body .image-gallery-wrapper figcaption .title{color:var(--color-dark)}article .article-body .image-gallery-wrapper figcaption .description{color:var(--color-medium)}.page-projects:not([data-theme-type=その他]) article .article-body .image-gallery-wrapper figcaption .title{color:var(--color-medium)}.page-projects:not([data-theme-type=その他]) article .article-body .image-gallery-wrapper figcaption .description{color:var(--color-dark)}.page-projects[data-theme-type=その他] article .article-body .image-gallery-wrapper figcaption .description{color:var(--color-dark)}.page-projects[data-theme-type=その他] article .article-body .image-gallery-wrapper figcaption .title+.description{color:var(--color-medium)}article .article-body .image-gallery-wrapper .img_caption_buttons{display:flex;flex-direction:column;gap:5px}article .article-body .image-gallery-wrapper .img_caption_buttons>a,article .article-body .image-gallery-wrapper .img_caption_buttons button{width:100%;padding:var(--space-15);min-height:42px}article .article-body .image-gallery-wrapper *+.img_caption_buttons{margin-top:var(--space-15)}article .article-body .image-gallery-wrapper.img_btn_col li{display:flex;flex-direction:column;gap:var(--space-10)}article .article-body .image-gallery-wrapper.img_btn_col li a:has(.button_label){width:100%}article .article-body .image-gallery-wrapper.img_btn_col figcaption .title{color:var(--color-dark)}article .article-body .image-gallery-wrapper.img_btn_col figcaption .description{color:var(--color-medium)}article .article-body .image-gallery-wrapper:has(.white_style_flg) li{padding:var(--space-10) 0 var(--space-10) var(--space-10);background-color:#fff;border-radius:3px}article .article-body .image-gallery-wrapper:has(.white_style_flg) li figure{flex-direction:row;gap:0}article .article-body .image-gallery-wrapper:has(.white_style_flg) li figure>.img-hover-content,article .article-body .image-gallery-wrapper:has(.white_style_flg) li figure>img,article .article-body .image-gallery-wrapper:has(.white_style_flg) li figure>.img-wrapper{width:50%;flex-shrink:0;object-fit:contain;object-position:50% 0%}article .article-body .image-gallery-wrapper:has(.white_style_flg) li figcaption{width:50%;justify-content:center;gap:var(--space-20) 0;padding-left:var(--space-20);padding-right:var(--space-20);word-break:keep-all}@media all and (max-width: 600px){article .article-body .image-gallery-wrapper:has(.white_style_flg).grid.col-2,article .article-body .image-gallery-wrapper:has(.white_style_flg).grid.col-3{grid-template-columns:1fr 1fr}article .article-body .image-gallery-wrapper:has(.white_style_flg).grid.col-2 li,article .article-body .image-gallery-wrapper:has(.white_style_flg).grid.col-3 li{padding:var(--space-10);padding-bottom:0}article .article-body .image-gallery-wrapper:has(.white_style_flg).grid.col-2 li figure,article .article-body .image-gallery-wrapper:has(.white_style_flg).grid.col-3 li figure{flex-direction:column;gap:var(--space-20)}article .article-body .image-gallery-wrapper:has(.white_style_flg).grid.col-2 li figure>.img-hover-content,article .article-body .image-gallery-wrapper:has(.white_style_flg).grid.col-2 li figure>img,article .article-body .image-gallery-wrapper:has(.white_style_flg).grid.col-2 li figure>.img-wrapper,article .article-body .image-gallery-wrapper:has(.white_style_flg).grid.col-3 li figure>.img-hover-content,article .article-body .image-gallery-wrapper:has(.white_style_flg).grid.col-3 li figure>img,article .article-body .image-gallery-wrapper:has(.white_style_flg).grid.col-3 li figure>.img-wrapper{width:100%;flex-shrink:0;object-fit:contain;object-position:50% 0%}article .article-body .image-gallery-wrapper:has(.white_style_flg).grid.col-2 li figcaption,article .article-body .image-gallery-wrapper:has(.white_style_flg).grid.col-3 li figcaption{width:100%;padding:0 calc(var(--space-10)/2) var(--space-20) calc(var(--space-10)/2)}}@container (max-width: 667px){article .article-body .image-gallery-wrapper.grid:has(.link_item).col-2,article .article-body .image-gallery-wrapper.grid:has(.link_item).col-3{grid-template-columns:1fr 1fr}}article .article-body .image-gallery-wrapper.grid:has(.link_item).col-2:has(.white_bg_arrow),article .article-body .image-gallery-wrapper.grid:has(.link_item).col-3:has(.white_bg_arrow){row-gap:0;margin-top:-50px}article .article-body .image-gallery-wrapper.grid:has(.link_item).col-2:has(.white_bg_arrow) .link_item,article .article-body .image-gallery-wrapper.grid:has(.link_item).col-3:has(.white_bg_arrow) .link_item{margin-top:50px;display:grid;grid-template-rows:subgrid;grid-row:span 3}article .article-body .image-gallery-wrapper.grid:has(.link_item).col-2:has(.white_bg_arrow) .link_item .hover-icon,article .article-body .image-gallery-wrapper.grid:has(.link_item).col-2:has(.white_bg_arrow) .link_item .img-hover-wrapper,article .article-body .image-gallery-wrapper.grid:has(.link_item).col-2:has(.white_bg_arrow) .link_item figcaption,article .article-body .image-gallery-wrapper.grid:has(.link_item).col-3:has(.white_bg_arrow) .link_item .hover-icon,article .article-body .image-gallery-wrapper.grid:has(.link_item).col-3:has(.white_bg_arrow) .link_item .img-hover-wrapper,article .article-body .image-gallery-wrapper.grid:has(.link_item).col-3:has(.white_bg_arrow) .link_item figcaption{display:inherit;grid-template-rows:inherit;grid-row:inherit}@media all and (min-width:500px)and (max-width:767px),all and (max-width:499px){article .article-body .image-gallery-wrapper.grid:has(.link_item).col-2:has(.white_bg_arrow),article .article-body .image-gallery-wrapper.grid:has(.link_item).col-3:has(.white_bg_arrow){margin-top:-30px}article .article-body .image-gallery-wrapper.grid:has(.link_item).col-2:has(.white_bg_arrow) .link_item,article .article-body .image-gallery-wrapper.grid:has(.link_item).col-3:has(.white_bg_arrow) .link_item{margin-top:30px}}@media all and (max-width:499px){article .article-body .image-gallery-wrapper.grid:has(.link_item).col-2:has(.white_bg_arrow),article .article-body .image-gallery-wrapper.grid:has(.link_item).col-3:has(.white_bg_arrow){margin-top:-30px}article .article-body .image-gallery-wrapper.grid:has(.link_item).col-2:has(.white_bg_arrow) .link_item,article .article-body .image-gallery-wrapper.grid:has(.link_item).col-3:has(.white_bg_arrow) .link_item{margin-top:30px}}article .article-body .image-gallery-wrapper:has(.link_item) figure{gap:0}article .article-body .image-gallery-wrapper:has(.link_item) img.round{border-radius:0}article .article-body .image-gallery-wrapper:has(.link_item) figcaption{padding-top:var(--space-20);padding-right:calc(var(--space-20)*2 + 7px);position:relative}article .article-body .image-gallery-wrapper:has(.link_item) figcaption::after,article .article-body .image-gallery-wrapper:has(.link_item) figcaption .icon-wrapper{position:absolute;right:var(--space-20);top:calc(50% + var(--space-20)/2);transform:translateY(-50%);width:7px;height:10px;flex-shrink:0}article .article-body .image-gallery-wrapper:has(.link_item) figcaption::after{content:"";background:var(--url-button-arrow) no-repeat center center/contain}article .article-body .image-gallery-wrapper:has(.link_item) figcaption .icon-blank{width:12px;height:12px}article .article-body .image-gallery-wrapper:has(.link_item) figcaption:has(.icon-blank){padding-right:calc(var(--space-20)*2 + 12px)}article .article-body .image-gallery-wrapper:has(.link_item) a{text-decoration:none;display:block;height:100%}article .article-body .image-gallery-wrapper:has(.link_item) .link_item.round{overflow:hidden}article .article-body .image-gallery-wrapper:has(.link_item) .link_item.white_bg_arrow .img-hover-content.round{border-bottom-left-radius:0;border-bottom-right-radius:0}article .article-body .image-gallery-wrapper:has(.link_item) .link_item.white_bg_arrow figure{display:flex !important;flex-direction:column !important}article .article-body .image-gallery-wrapper:has(.link_item) .link_item.white_bg_arrow figcaption{position:relative;padding-bottom:var(--space-20);padding-left:var(--space-20);transition:background-color .2s ease-out}article .article-body .image-gallery-wrapper:has(.link_item) .link_item.white_bg_arrow figcaption::after,article .article-body .image-gallery-wrapper:has(.link_item) .link_item.white_bg_arrow figcaption .icon-wrapper{top:50%}article .article-body .image-gallery-wrapper:has(.link_item) .link_item.white_bg_arrow figcaption::before{content:"";display:block;position:absolute;top:0;left:0;z-index:1;width:100%;height:1px;background-color:var(--color-dark);opacity:.1}article .article-body .image-gallery-wrapper:has(.link_item) .link_item.white_bg_arrow a{background-color:#fff}article .article-body .image-gallery-wrapper:has(.link_item) .link_item.white_bg_arrow a:focus-visible figcaption{background-color:rgba(255,255,255,.5)}@media(hover: none)and (pointer: coarse){article .article-body .image-gallery-wrapper:has(.link_item) .link_item.white_bg_arrow a:active figcaption{background-color:rgba(255,255,255,.5)}}@media(hover: hover)and (pointer: fine){article .article-body .image-gallery-wrapper:has(.link_item) .link_item.white_bg_arrow a:hover figcaption{background-color:rgba(255,255,255,.5)}}article .article-body .image-gallery-wrapper:has(.link_item) .link_item.blank_link figcaption .icon{display:flex;width:12px;height:12px;position:relative}article .article-body .image-gallery-wrapper:has(.link_item) .link_item.blank_link figcaption .icon svg{position:absolute;top:0;left:0}article .article-body .image-gallery-wrapper:has(.link_item) .link_item.blank_link figcaption .icon svg path{fill:currentColor}article .article-body .image-gallery-wrapper:has(.link_item) .link_item.blank_link figcaption .icon svg:first-child path:first-child{display:none}article .article-body .image-gallery-wrapper:has(.link_item) .link_item.blank_link figcaption .icon svg:last-child path:last-child{display:none}article .article-body .image-gallery-wrapper:has(.link_item) .link_item.blank_link figcaption::after{content:none}article .article-body .image-gallery-wrapper:not(:has(.link_item)):not(:has(.img_btn_col)):not(:has(.white_style_flg)) a:has(.img-hover-wrapper):focus-visible figcaption .description{color:var(--color-dark)}.page-projects:not(:has(.modal-section-wrap)) article .article-body .image-gallery-wrapper:not(:has(.link_item)):not(:has(.img_btn_col)):not(:has(.white_style_flg)) a:has(.img-hover-wrapper):focus-visible figcaption .title,.page-projects:not(:has(.modal-section-wrap)) article .article-body .image-gallery-wrapper:not(:has(.link_item)):not(:has(.img_btn_col)):not(:has(.white_style_flg)) a:has(.img-hover-wrapper):focus-visible figcaption .description{opacity:.66;transition:color .2s ease-out,opacity .2s ease-out}@media(hover: none)and (pointer: coarse){article .article-body .image-gallery-wrapper:not(:has(.link_item)):not(:has(.img_btn_col)):not(:has(.white_style_flg)) a:has(.img-hover-wrapper):active figcaption .description{color:var(--color-dark)}.page-projects:not(:has(.modal-section-wrap)) article .article-body .image-gallery-wrapper:not(:has(.link_item)):not(:has(.img_btn_col)):not(:has(.white_style_flg)) a:has(.img-hover-wrapper):active figcaption .title,.page-projects:not(:has(.modal-section-wrap)) article .article-body .image-gallery-wrapper:not(:has(.link_item)):not(:has(.img_btn_col)):not(:has(.white_style_flg)) a:has(.img-hover-wrapper):active figcaption .description{opacity:.66;transition:color .2s ease-out,opacity .2s ease-out}}@media(hover: hover)and (pointer: fine){article .article-body .image-gallery-wrapper:not(:has(.link_item)):not(:has(.img_btn_col)):not(:has(.white_style_flg)) a:has(.img-hover-wrapper):hover figcaption .description{color:var(--color-dark)}.page-projects:not(:has(.modal-section-wrap)) article .article-body .image-gallery-wrapper:not(:has(.link_item)):not(:has(.img_btn_col)):not(:has(.white_style_flg)) a:has(.img-hover-wrapper):hover figcaption .title,.page-projects:not(:has(.modal-section-wrap)) article .article-body .image-gallery-wrapper:not(:has(.link_item)):not(:has(.img_btn_col)):not(:has(.white_style_flg)) a:has(.img-hover-wrapper):hover figcaption .description{opacity:.66;transition:color .2s ease-out,opacity .2s ease-out}}@container (max-width: 667px){article .article-body .masonry{gap:30px 30px !important;grid-template-columns:1fr 1fr}article .article-body .masonry>*{gap:30px 30px !important}}@media all and (max-width:499px){article .article-body .masonry{gap:20px 20px !important}article .article-body .masonry>*{gap:20px 20px !important}}article .article-body .grid{display:grid;gap:50px 50px}article .article-body .grid.col-2,article .article-body .grid.col-2-1{grid-template-columns:1fr 1fr}article .article-body .grid.col-3,article .article-body .grid.col-3-1{grid-template-columns:1fr 1fr 1fr}@media all and (min-width:500px)and (max-width:767px),all and (max-width:499px){article .article-body .grid.col-2,article .article-body .grid.col-3,article .article-body .grid.col-2-1,article .article-body .grid.col-3-1{gap:30px 30px;grid-template-columns:1fr 1fr}}@media all and (max-width:499px){article .article-body .grid.col-2,article .article-body .grid.col-3,article .article-body .grid.col-2-1,article .article-body .grid.col-3-1{gap:30px 20px}}@media all and (max-width:499px){article .article-body .grid.col-2-1,article .article-body .grid.col-3-1{grid-template-columns:1fr}}article .article-body .heading_block.border{padding-bottom:var(--space-20);border-bottom:var(--color-border) solid 1px}article .article-body .heading_block .kerning-line-pre{margin-left:-0.5em}article .article-body .heading_block .font{display:flex;flex-direction:column}@media all and (max-width:767px){article .article-body .heading_block .font{word-break:keep-all;word-break:auto-phrase;overflow-wrap:anywhere;line-break:strict;display:inline}article .article-body .heading_block .font .sentence{display:contents}}article .article-body h3.heading_block{margin-bottom:calc(var(--space-20)*-1)}article .article-body a:has(.button_label,.button_file,.button_label_2line,.direction_left),article .article-body button:has(.button_label,.button_file,.button_label_2line,.direction_left){word-break:break-word;width:auto;min-height:52px;padding:var(--space-20);display:flex;align-items:center;justify-content:space-between;gap:var(--space-20);text-align:left;background-color:var(--color-button-bg);margin-left:auto;color:#fff;font-weight:bold;border-radius:3px;transition:opacity .2s,background-color .2s;text-decoration:none;position:relative;width:calc(50% - 25px)}.page-projects:not([data-theme-type=その他]):not([data-theme-type=アークヒルズ]) article .article-body a:has(.button_label,.button_file,.button_label_2line,.direction_left),.page-projects:not([data-theme-type=その他]):not([data-theme-type=アークヒルズ]) article .article-body button:has(.button_label,.button_file,.button_label_2line,.direction_left){background-color:var(--color-medium)}article .article-body a:has(.button_label,.button_file,.button_label_2line,.direction_left)::before,article .article-body button:has(.button_label,.button_file,.button_label_2line,.direction_left)::before{position:absolute;content:"";left:0;top:0;width:100%;height:100%;background-color:rgba(255,255,255,.32);z-index:1;border-radius:3px;opacity:0;transition:.3s opacity}article .article-body a:has(.button_label,.button_file,.button_label_2line,.direction_left):focus-visible,article .article-body button:has(.button_label,.button_file,.button_label_2line,.direction_left):focus-visible{background-color:var(--color-dark)}article .article-body a:has(.button_label,.button_file,.button_label_2line,.direction_left):focus-visible::before,article .article-body button:has(.button_label,.button_file,.button_label_2line,.direction_left):focus-visible::before{opacity:0}.page-projects:not([data-theme-type=その他]):not([data-theme-type=アークヒルズ]) article .article-body a:has(.button_label,.button_file,.button_label_2line,.direction_left):focus-visible::before,.page-projects:not([data-theme-type=その他]):not([data-theme-type=アークヒルズ]) article .article-body button:has(.button_label,.button_file,.button_label_2line,.direction_left):focus-visible::before{opacity:1}@media(hover: none)and (pointer: coarse){article .article-body a:has(.button_label,.button_file,.button_label_2line,.direction_left):active,article .article-body button:has(.button_label,.button_file,.button_label_2line,.direction_left):active{background-color:var(--color-dark)}article .article-body a:has(.button_label,.button_file,.button_label_2line,.direction_left):active::before,article .article-body button:has(.button_label,.button_file,.button_label_2line,.direction_left):active::before{opacity:0}.page-projects:not([data-theme-type=その他]):not([data-theme-type=アークヒルズ]) article .article-body a:has(.button_label,.button_file,.button_label_2line,.direction_left):active::before,.page-projects:not([data-theme-type=その他]):not([data-theme-type=アークヒルズ]) article .article-body button:has(.button_label,.button_file,.button_label_2line,.direction_left):active::before{opacity:1}}@media(hover: hover)and (pointer: fine){article .article-body a:has(.button_label,.button_file,.button_label_2line,.direction_left):hover,article .article-body button:has(.button_label,.button_file,.button_label_2line,.direction_left):hover{background-color:var(--color-dark)}article .article-body a:has(.button_label,.button_file,.button_label_2line,.direction_left):hover::before,article .article-body button:has(.button_label,.button_file,.button_label_2line,.direction_left):hover::before{opacity:0}.page-projects:not([data-theme-type=その他]):not([data-theme-type=アークヒルズ]) article .article-body a:has(.button_label,.button_file,.button_label_2line,.direction_left):hover::before,.page-projects:not([data-theme-type=その他]):not([data-theme-type=アークヒルズ]) article .article-body button:has(.button_label,.button_file,.button_label_2line,.direction_left):hover::before{opacity:1}}article .article-body a:has(.button_label,.button_file,.button_label_2line,.direction_left)::after,article .article-body button:has(.button_label,.button_file,.button_label_2line,.direction_left)::after{content:"";background:var(--url-button-arrow-white) no-repeat center center/contain;width:7px;height:10px;flex-shrink:0}article .article-body a:has(.button_label,.button_file,.button_label_2line,.direction_left).hover-modal-icon::after,article .article-body button:has(.button_label,.button_file,.button_label_2line,.direction_left).hover-modal-icon::after{content:none}article .article-body a:has(.button_label,.button_file,.button_label_2line,.direction_left).hover-modal-icon .icon,article .article-body button:has(.button_label,.button_file,.button_label_2line,.direction_left).hover-modal-icon .icon{width:20px;height:15px;display:flex}article .article-body a:has(.button_label,.button_file,.button_label_2line,.direction_left).hover-modal-icon .icon svg,article .article-body button:has(.button_label,.button_file,.button_label_2line,.direction_left).hover-modal-icon .icon svg{width:100%;height:auto}article .article-body a:has(.button_label,.button_file,.button_label_2line,.direction_left).hover-modal-icon .icon svg path:nth-child(2),article .article-body button:has(.button_label,.button_file,.button_label_2line,.direction_left).hover-modal-icon .icon svg path:nth-child(2){transform-origin:center;transition:scale .3s cubic-bezier(0.455, 0.03, 0.515, 0.955),opacity .4s}article .article-body a:has(.button_label,.button_file,.button_label_2line,.direction_left).hover-modal-icon:focus-visible .icon svg path:nth-child(2),article .article-body button:has(.button_label,.button_file,.button_label_2line,.direction_left).hover-modal-icon:focus-visible .icon svg path:nth-child(2){scale:1.6 2.3;transform-origin:center;opacity:0}@media(hover: none)and (pointer: coarse){article .article-body a:has(.button_label,.button_file,.button_label_2line,.direction_left).hover-modal-icon:active .icon svg path:nth-child(2),article .article-body button:has(.button_label,.button_file,.button_label_2line,.direction_left).hover-modal-icon:active .icon svg path:nth-child(2){scale:1.6 2.3;transform-origin:center;opacity:0}}@media(hover: hover)and (pointer: fine){article .article-body a:has(.button_label,.button_file,.button_label_2line,.direction_left).hover-modal-icon:hover .icon svg path:nth-child(2),article .article-body button:has(.button_label,.button_file,.button_label_2line,.direction_left).hover-modal-icon:hover .icon svg path:nth-child(2){scale:1.6 2.3;transform-origin:center;opacity:0}}article .article-body a:has(.button_label,.button_file,.button_label_2line,.direction_left)[target=_blank] .icon,article .article-body button:has(.button_label,.button_file,.button_label_2line,.direction_left)[target=_blank] .icon{display:flex;width:12px;height:12px;position:relative;flex-shrink:0}article .article-body a:has(.button_label,.button_file,.button_label_2line,.direction_left)[target=_blank] .icon svg,article .article-body button:has(.button_label,.button_file,.button_label_2line,.direction_left)[target=_blank] .icon svg{position:absolute;top:0;left:0}article .article-body a:has(.button_label,.button_file,.button_label_2line,.direction_left)[target=_blank] .icon svg:first-child path:first-child,article .article-body button:has(.button_label,.button_file,.button_label_2line,.direction_left)[target=_blank] .icon svg:first-child path:first-child{display:none}article .article-body a:has(.button_label,.button_file,.button_label_2line,.direction_left)[target=_blank] .icon svg:last-child path:last-child,article .article-body button:has(.button_label,.button_file,.button_label_2line,.direction_left)[target=_blank] .icon svg:last-child path:last-child{display:none}article .article-body a:has(.button_label,.button_file,.button_label_2line,.direction_left)[target=_blank]::after,article .article-body button:has(.button_label,.button_file,.button_label_2line,.direction_left)[target=_blank]::after{content:none}article .article-body a:has(.button_label,.button_file,.button_label_2line,.direction_left) .font,article .article-body button:has(.button_label,.button_file,.button_label_2line,.direction_left) .font{font-feature-settings:normal}@container (max-width: 575px){@media all and (min-width:1025px){article .article-body a:has(.button_label,.button_file,.button_label_2line,.direction_left),article .article-body button:has(.button_label,.button_file,.button_label_2line,.direction_left){width:100%}}}@container (max-width: 667px){@media all and (max-width:1024px){article .article-body a:has(.button_label,.button_file,.button_label_2line,.direction_left),article .article-body button:has(.button_label,.button_file,.button_label_2line,.direction_left){width:100%}}}@media all and (max-width:501px){article .article-body a:has(.button_label,.button_file,.button_label_2line,.direction_left),article .article-body button:has(.button_label,.button_file,.button_label_2line,.direction_left){width:100%}}article .article-body a:has(.button_label,.button_file,.button_label_2line,.direction_left):has(.size_large),article .article-body button:has(.button_label,.button_file,.button_label_2line,.direction_left):has(.size_large){width:100%;min-height:72px;padding:var(--space-30)}@container (max-width: 575px){article .article-body a:has(.button_label,.button_file,.button_label_2line,.direction_left):has(.size_large),article .article-body button:has(.button_label,.button_file,.button_label_2line,.direction_left):has(.size_large){min-height:52px;padding:var(--space-20)}}@media all and (max-width:1024px){article .article-body a:has(.button_label,.button_file,.button_label_2line,.direction_left):has(.size_large),article .article-body button:has(.button_label,.button_file,.button_label_2line,.direction_left):has(.size_large){min-height:52px;padding:var(--space-20)}}article .article-body a:has(.button_label,.button_file,.button_label_2line,.direction_left):has(.size_xs),article .article-body button:has(.button_label,.button_file,.button_label_2line,.direction_left):has(.size_xs){min-height:42px;padding:var(--space-10) var(--space-20);justify-content:center}article .article-body a:has(.button_label,.button_file,.button_label_2line,.direction_left):has(.size_xs)::after,article .article-body button:has(.button_label,.button_file,.button_label_2line,.direction_left):has(.size_xs)::after{content:none}article .article-body a:has(.button_label,.button_file,.button_label_2line,.direction_left):has(.type_pdf),article .article-body a:has(.button_label,.button_file,.button_label_2line,.direction_left):has(.type_excel),article .article-body button:has(.button_label,.button_file,.button_label_2line,.direction_left):has(.type_pdf),article .article-body button:has(.button_label,.button_file,.button_label_2line,.direction_left):has(.type_excel){display:inline-flex;align-items:center;justify-content:flex-end;gap:10px;background-color:#fff;color:var(--color-dark)}article .article-body a:has(.button_label,.button_file,.button_label_2line,.direction_left):has(.type_pdf)::after,article .article-body a:has(.button_label,.button_file,.button_label_2line,.direction_left):has(.type_excel)::after,article .article-body button:has(.button_label,.button_file,.button_label_2line,.direction_left):has(.type_pdf)::after,article .article-body button:has(.button_label,.button_file,.button_label_2line,.direction_left):has(.type_excel)::after{content:"";display:inline-block;width:1.05em;height:1.4em;background:var(--url-icon-pdf) no-repeat center center/contain;background-position:center center;z-index:1}article .article-body a:has(.button_label,.button_file,.button_label_2line,.direction_left):has(.type_excel)::after,article .article-body button:has(.button_label,.button_file,.button_label_2line,.direction_left):has(.type_excel)::after{background-image:var(--url-icon-excel)}article .article-body a:has(.button_file) .icon{margin-left:auto}article .article-body a:has(.button_file) .icon svg path{fill:#000}article .article-body .block-body>a:has(.button_label,.button_file,.button_label_2line,.direction_left)+a:has(.button_label,.button_file,.button_label_2line,.direction_left),article .article-body .block-body>a:has(.button_label,.button_file,.button_label_2line,.direction_left)+button:has(.button_label,.button_file,.button_label_2line,.direction_left),article .article-body .block-body>button:has(.button_label,.button_file,.button_label_2line,.direction_left)+a:has(.button_label,.button_file,.button_label_2line,.direction_left),article .article-body .block-body>button:has(.button_label,.button_file,.button_label_2line,.direction_left)+button:has(.button_label,.button_file,.button_label_2line,.direction_left){margin-top:-40px}@media all and (min-width:500px)and (max-width:767px),all and (max-width:499px){article .article-body .block-body>a:has(.button_label,.button_file,.button_label_2line,.direction_left)+a:has(.button_label,.button_file,.button_label_2line,.direction_left),article .article-body .block-body>a:has(.button_label,.button_file,.button_label_2line,.direction_left)+button:has(.button_label,.button_file,.button_label_2line,.direction_left),article .article-body .block-body>button:has(.button_label,.button_file,.button_label_2line,.direction_left)+a:has(.button_label,.button_file,.button_label_2line,.direction_left),article .article-body .block-body>button:has(.button_label,.button_file,.button_label_2line,.direction_left)+button:has(.button_label,.button_file,.button_label_2line,.direction_left){margin-top:-20px}.page-projects:not([data-theme-type=その他]) article .article-body .block-body>a:has(.button_label,.button_file,.button_label_2line,.direction_left)+a:has(.button_label,.button_file,.button_label_2line,.direction_left),.page-projects:not([data-theme-type=その他]) article .article-body .block-body>a:has(.button_label,.button_file,.button_label_2line,.direction_left)+button:has(.button_label,.button_file,.button_label_2line,.direction_left),.page-projects:not([data-theme-type=その他]) article .article-body .block-body>button:has(.button_label,.button_file,.button_label_2line,.direction_left)+a:has(.button_label,.button_file,.button_label_2line,.direction_left),.page-projects:not([data-theme-type=その他]) article .article-body .block-body>button:has(.button_label,.button_file,.button_label_2line,.direction_left)+button:has(.button_label,.button_file,.button_label_2line,.direction_left){margin-top:-40px}}article .article-body a:has(.button_label):has(.direction_left),article .article-body button:has(.button_label):has(.direction_left){justify-content:flex-end;flex-direction:row-reverse;margin-left:0;margin-right:auto;background-color:rgba(0,0,0,0);color:var(--color-dark)}article .article-body a:has(.button_label):has(.direction_left)::after,article .article-body button:has(.button_label):has(.direction_left)::after{transform:scaleX(-1);background:var(--url-button-arrow) no-repeat center center/contain}article .article-body a:has(.button_label):has(.direction_left)::before,article .article-body button:has(.button_label):has(.direction_left)::before{background-color:var(--color-light);opacity:.3;z-index:0;transition:opacity .2s ease 0s,background-color .2s ease 0s}article .article-body a:has(.button_label):has(.direction_left) .font,article .article-body button:has(.button_label):has(.direction_left) .font{position:relative;z-index:1}article .article-body a:has(.button_label):has(.direction_left):focus-visible::before,article .article-body button:has(.button_label):has(.direction_left):focus-visible::before{background-color:#fff !important;opacity:1 !important}@media(hover: none)and (pointer: coarse){article .article-body a:has(.button_label):has(.direction_left):active::before,article .article-body button:has(.button_label):has(.direction_left):active::before{background-color:#fff !important;opacity:1 !important}}@media(hover: hover)and (pointer: fine){article .article-body a:has(.button_label):has(.direction_left):hover::before,article .article-body button:has(.button_label):has(.direction_left):hover::before{background-color:#fff !important;opacity:1 !important}}.page-projects:not([data-theme-type=その他]) article .article-body a:has(.button_label):has(.direction_left),.page-projects:not([data-theme-type=その他]) article .article-body button:has(.button_label):has(.direction_left){background-color:#fff}.page-projects:not([data-theme-type=その他]) article .article-body a:has(.button_label):has(.direction_left)::before,.page-projects:not([data-theme-type=その他]) article .article-body button:has(.button_label):has(.direction_left)::before{background-color:var(--color-medium);opacity:.15}.page-projects:not([data-theme-type=その他]) article .article-body a:has(.button_label):has(.direction_left):focus-visible::before,.page-projects:not([data-theme-type=その他]) article .article-body button:has(.button_label):has(.direction_left):focus-visible::before{opacity:0 !important}@media(hover: none)and (pointer: coarse){.page-projects:not([data-theme-type=その他]) article .article-body a:has(.button_label):has(.direction_left):active::before,.page-projects:not([data-theme-type=その他]) article .article-body button:has(.button_label):has(.direction_left):active::before{opacity:0 !important}}@media(hover: hover)and (pointer: fine){.page-projects:not([data-theme-type=その他]) article .article-body a:has(.button_label):has(.direction_left):hover::before,.page-projects:not([data-theme-type=その他]) article .article-body button:has(.button_label):has(.direction_left):hover::before{opacity:0 !important}}article .article-body a:has(.button_label_2line) .font,article .article-body button:has(.button_label_2line) .font{font-feature-settings:"palt" on;letter-spacing:.02em}article .article-body a:has(.button_label_2line) .button_label_2line,article .article-body button:has(.button_label_2line) .button_label_2line{display:flex;flex-direction:column;gap:var(--space-10)}article .article-body a:has(.button_file),article .article-body button:has(.button_file){color:var(--color-dark);flex-direction:row-reverse}article .article-body a:has(.button_file)::before,article .article-body button:has(.button_file)::before{background-color:#fff;opacity:1;z-index:0;transition:opacity .2s ease 0s,background-color .2s ease 0s}article .article-body a:has(.button_file) .font,article .article-body button:has(.button_file) .font{position:relative;z-index:1}article .article-body a:has(.button_file):focus-visible::before,article .article-body button:has(.button_file):focus-visible::before{background-color:var(--color-light) !important;opacity:.3 !important}@media(hover: none)and (pointer: coarse){article .article-body a:has(.button_file):active::before,article .article-body button:has(.button_file):active::before{background-color:var(--color-light) !important;opacity:.3 !important}}@media(hover: hover)and (pointer: fine){article .article-body a:has(.button_file):hover::before,article .article-body button:has(.button_file):hover::before{background-color:var(--color-light) !important;opacity:.3 !important}}article .article-body .button_col{height:fit-content}article .article-body .button_col.grid{gap:10px 50px;align-items:flex-start}article .article-body .button_col.grid:has(.button_label_2line){gap:50px}@container (max-width: 575px){@media all and (min-width:1025px){article .article-body .button_col.grid{grid-template-columns:1fr}article .article-body .button_col.grid:has(.button_label_2line){gap:10px 50px}}}@container (max-width: 667px){@media all and (max-width:1024px){article .article-body .button_col.grid{grid-template-columns:1fr}article .article-body .button_col.grid:has(.button_label_2line){gap:10px 50px}}}@media all and (max-width:501px){article .article-body .button_col.grid{grid-template-columns:1fr}article .article-body .button_col.grid:has(.button_label_2line){gap:10px 50px}}article .article-body .button_col a:has(.button_label,.button_file,.button_label_2line,.direction_left),article .article-body .button_col button:has(.button_label,.button_file,.button_label_2line,.direction_left){margin-top:0;width:100%}article .article-body .button_col a:has(.button_label,.button_file,.button_label_2line,.direction_left)+a:has(.button_label,.button_file,.button_label_2line,.direction_left),article .article-body .button_col a:has(.button_label,.button_file,.button_label_2line,.direction_left) button:has(.button_label,.button_file,.button_label_2line,.direction_left),article .article-body .button_col button:has(.button_label,.button_file,.button_label_2line,.direction_left)+a:has(.button_label,.button_file,.button_label_2line,.direction_left),article .article-body .button_col button:has(.button_label,.button_file,.button_label_2line,.direction_left) button:has(.button_label,.button_file,.button_label_2line,.direction_left){margin-top:0px}article .article-body .border_object{display:block;border:none;background-color:var(--color-dark);opacity:.3}article .article-body .border_object::after,article .article-body .border_object::before{content:none}article .article-body .border_object.bt_h_line_1{width:100%;height:1px}article .article-body .img_kv_wide *+*{margin-top:var(--space-50)}@media all and (min-width:500px)and (max-width:1024px),all and (max-width:499px){article .article-body .img_kv_wide_img img{border-radius:0}}article .article-body .img_kv_wide_caption{word-break:break-word;white-space:pre-wrap}article .article-body .img_kv_wide .wide-block{overflow:hidden}@media all and (min-width:500px)and (max-width:1024px){article .article-body .img_kv_wide .wide-block{height:299px}}@media all and (min-width:500px)and (max-width:767px){article .article-body .img_kv_wide .wide-block{height:226px}}@media all and (max-width:499px){article .article-body .img_kv_wide .wide-block{height:150px}}@media all and (max-width:1024px){article .article-body .img_kv_wide .wide-block .img-container{height:100%;width:auto;display:flex;justify-content:flex-start}article .article-body .img_kv_wide .wide-block img{height:100%;width:fit-content;max-width:fit-content}}article .article-body .lead_rt_img{display:flex;gap:var(--space-50x)}@media all and (min-width:500px)and (max-width:767px),all and (max-width:499px){article .article-body .lead_rt_img{flex-direction:column}}article .article-body .lead_rt_img_rt{width:100%}article .article-body .lead_rt_img_imgs{display:flex;flex-direction:column;gap:var(--space-10);width:230px;min-width:230px}@container (max-width: 667px){article .article-body .lead_rt_img_imgs{width:180px;min-width:180px}}@media all and (min-width:500px)and (max-width:1024px){article .article-body .lead_rt_img_imgs{width:180px;min-width:180px}}@media all and (min-width:500px)and (max-width:767px),all and (max-width:499px){article .article-body .lead_rt_img_imgs{width:100%;min-width:unset}}article .article-body .img_role_name_img{aspect-ratio:230/154;overflow:hidden}article .article-body .img_role_name_img img{backface-visibility:unset;flex-shrink:0}article .article-body .img_role_name_role,article .article-body .img_role_name_name,article .article-body .img_role_name_bio{display:flex;flex-direction:column}article .article-body .img_role_name_role{color:var(--color-medium)}article .article-body .img_role_name_bio .lead_rt{color:var(--color-medium)}article .article-body .img_role_name *+.img_role_name_content{margin-top:var(--space-15)}article .article-body .img_role_name *+.img_role_name_name{margin-top:var(--space-10)}article .article-body .img_role_name *+.img_role_name_bio{margin-top:var(--space-15)}article .article-body .img_role_name_col_wrapper{container-type:inline-size}article .article-body .img_role_name_col{gap:50px}@container (max-width: 667px){article .article-body .img_role_name_col.col-2,article .article-body .img_role_name_col.col-3{gap:50px 30px}}@media all and (max-width:499px){article .article-body .img_role_name_col.col-2,article .article-body .img_role_name_col.col-3{gap:50px 30px}}@media all and (min-width:500px)and (max-width:767px),all and (max-width:499px){article .article-body .img_link_item .link_list_item{border-bottom:none}}article .article-body .img_link_item .img-container{overflow:hidden}article .article-body .img_link_item .img-hover-content{overflow:hidden}article .article-body .img_link_item img{transition:transform .5s cubic-bezier(0.19, 1, 0.22, 1)}article .article-body .img_link_item:focus-visible img{transform:scale(1.1)}@media(hover: none)and (pointer: coarse){article .article-body .img_link_item:active img{transform:scale(1.1)}}@media(hover: hover)and (pointer: fine){article .article-body .img_link_item:hover img{transform:scale(1.1)}}article .article-body .img_link_item .link_list_item_link::after{content:none}article .article-body .img_link_item .link_list_item_link .icon{display:block}article .article-body .img_link_item.hover-icon:focus-visible .link_list_item_link{background-color:#fff}article .article-body .img_link_item.hover-icon:focus-visible .main_ta{transform:translateX(var(--space-10))}@media(hover: none)and (pointer: coarse){article .article-body .img_link_item.hover-icon:active .link_list_item_link{background-color:#fff}article .article-body .img_link_item.hover-icon:active .main_ta{transform:translateX(var(--space-10))}}@media(hover: hover)and (pointer: fine){article .article-body .img_link_item.hover-icon:hover .link_list_item_link{background-color:#fff}article .article-body .img_link_item.hover-icon:hover .main_ta{transform:translateX(var(--space-10))}}article .article-body .link_list_item_link{transition:background-color .3s,color .3s}article .article-body .link_list_item_link:focus-visible{background-color:#fff}@media(hover: none)and (pointer: coarse){article .article-body .link_list_item_link:active{background-color:#fff}}@media(hover: hover)and (pointer: fine){article .article-body .link_list_item_link:hover{background-color:#fff}}article .article-body .link_list_item{list-style:none;border-style:solid;border-color:var(--color-border);border-bottom-width:1px;box-sizing:border-box;word-break:break-word}article .article-body .link_list_item_link{display:flex;flex-direction:column;justify-content:center;gap:var(--space-30) 0;padding:var(--space-35) var(--space-20);padding-right:calc(var(--space-20) + var(--space-20) + 7px);color:var(--color-dark);text-decoration:none;position:relative}article .article-body .link_list_item_link::after{content:"";display:block;flex-shrink:0;background:var(--url-button-arrow) no-repeat center center/contain;width:7px;height:10px;position:absolute;right:var(--space-20);top:50%;transform:translateY(-50%)}article .article-body .link_list_item_link .icon{content:"";display:block;flex-shrink:0;background:var(--url-button-arrow) no-repeat center center/contain;width:7px;height:10px;position:absolute;right:var(--space-20);top:50%;transform:translateY(-50%);display:none}article .article-body .link_list_item .hover-icon .main_ta{transition:transform .2s ease 0s}article .article-body .link_list_item .hover-icon:focus-visible .main_ta{transform:translateX(var(--space-10))}@media(hover: none)and (pointer: coarse){article .article-body .link_list_item .hover-icon:active .main_ta{transform:translateX(var(--space-10))}}@media(hover: hover)and (pointer: fine){article .article-body .link_list_item .hover-icon:hover .main_ta{transform:translateX(var(--space-10))}}article .article-body .link_list_wrapper{container-type:inline-size}article .article-body .link_list{row-gap:0 !important}@media all and (min-width:500px)and (max-width:767px),all and (max-width:499px){article .article-body .link_list.col-2{grid-template-columns:1fr}}@container (max-width: 400px){article .article-body .link_list.col-2{grid-template-columns:1fr}}@container (max-width: 667px){article .article-body .link_list.col-3{grid-template-columns:1fr 1fr}}@media all and (min-width:500px)and (max-width:767px),all and (max-width:499px){article .article-body .link_list.col-3{grid-template-columns:1fr}}@container (max-width: 400px){article .article-body .link_list.col-3{grid-template-columns:1fr}}article .article-body .link_list.border_top.grid.col-1 .link_list_item_container:nth-child(-n+1){border-top:solid 1px var(--color-border)}@container (max-width: 667px){article .article-body .link_list.border_top.grid.col-1 .link_list_item_container:not(:nth-child(-n+2)){border-top:none}}@media all and (min-width:500px)and (max-width:767px),all and (max-width:499px){article .article-body .link_list.border_top.grid.col-1 .link_list_item_container:not(:nth-child(-n+1)){border-top:none}}@container (max-width: 400px){article .article-body .link_list.border_top.grid.col-1 .link_list_item_container:not(:nth-child(-n+1)){border-top:none}}article .article-body .link_list.border_top.grid.col-2 .link_list_item_container:nth-child(-n+2){border-top:solid 1px var(--color-border)}@container (max-width: 667px){article .article-body .link_list.border_top.grid.col-2 .link_list_item_container:not(:nth-child(-n+2)){border-top:none}}@media all and (min-width:500px)and (max-width:767px),all and (max-width:499px){article .article-body .link_list.border_top.grid.col-2 .link_list_item_container:not(:nth-child(-n+1)){border-top:none}}@container (max-width: 400px){article .article-body .link_list.border_top.grid.col-2 .link_list_item_container:not(:nth-child(-n+1)){border-top:none}}article .article-body .link_list.border_top.grid.col-3 .link_list_item_container:nth-child(-n+3){border-top:solid 1px var(--color-border)}@container (max-width: 667px){article .article-body .link_list.border_top.grid.col-3 .link_list_item_container:not(:nth-child(-n+2)){border-top:none}}@media all and (min-width:500px)and (max-width:767px),all and (max-width:499px){article .article-body .link_list.border_top.grid.col-3 .link_list_item_container:not(:nth-child(-n+1)){border-top:none}}@container (max-width: 400px){article .article-body .link_list.border_top.grid.col-3 .link_list_item_container:not(:nth-child(-n+1)){border-top:none}}article .article-body .link_list .link_list_item{height:100%}article .article-body .link_list .link_list_item_link{height:100%}article .article-body .link_link_list{background-color:#fff;padding-bottom:20px}article .article-body .link_link_list.round{overflow:hidden}article .article-body .link_link_list .link_list_item_link{padding-top:20px;padding-bottom:20px;position:relative}article .article-body .link_link_list .link_list_item_link>*{position:relative;z-index:1}article .article-body .link_link_list .link_list_item_link::before{content:"";position:absolute;z-index:0;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0);transition:opacity .2s ease 0s;background-color:var(--color-light);opacity:0}article .article-body .link_link_list .link_list_item_link:focus-visible::before{opacity:.3}@media(hover: none)and (pointer: coarse){article .article-body .link_link_list .link_list_item_link:active::before{opacity:.3}}@media(hover: hover)and (pointer: fine){article .article-body .link_link_list .link_list_item_link:hover::before{opacity:.3}}article .article-body .link_link_list_main_item .link_list_item{border-bottom:none}article .article-body .link_link_list_items{padding-left:50px}article .article-body .link_link_list_items .link_list_item_link{padding-left:0}@container (max-width: 667px){article .article-body .link_link_list_col.col-2,article .article-body .link_link_list_col.col-3{grid-template-columns:1fr 1fr}}@media all and (min-width:768px)and (max-width:1024px){article .article-body .link_link_list_col.col-2,article .article-body .link_link_list_col.col-3{grid-template-columns:1fr 1fr}}@media all and (max-width:767px){article .article-body .link_link_list_col.col-2,article .article-body .link_link_list_col.col-3{grid-template-columns:1fr}}article .article-body a:has(.img-hover-wrapper) .img-hover-content,article .article-body a.img-hover-wrapper .img-hover-content{overflow:hidden}article .article-body a:has(.img-hover-wrapper) img,article .article-body a.img-hover-wrapper img{transition:transform .5s cubic-bezier(0.19, 1, 0.22, 1)}article .article-body a:has(.img-hover-wrapper):focus-visible img,article .article-body a.img-hover-wrapper:focus-visible img{transform:scale(1.1)}@media(hover: none)and (pointer: coarse){article .article-body a:has(.img-hover-wrapper):active img,article .article-body a.img-hover-wrapper:active img{transform:scale(1.1)}}@media(hover: hover)and (pointer: fine){article .article-body a:has(.img-hover-wrapper):hover img,article .article-body a.img-hover-wrapper:hover img{transform:scale(1.1)}}article .article-body .nav-list a:has(.button_label){background-color:var(--color-dark)}article .article-body .nav-list *+.nav-list-item{margin-top:50px}article .article-body .nav-list .nav-list-content{display:flex;flex-wrap:wrap;gap:0 50px}@container (max-width: 768px){article .article-body .nav-list .nav-list-content{gap:0 30px}}article .article-body .nav-list .nav-list-content-item{width:calc((100% - 100px)/3)}@container (max-width: 768px){article .article-body .nav-list .nav-list-content-item{width:calc((100% - 30px)/2)}}@container (max-width: 500px){article .article-body .nav-list .nav-list-content-item{width:100%}}article .article-body .nav-list .nav-list-link{display:flex;align-items:center;justify-content:space-between;gap:0 20px;width:100%;height:100%;min-height:77px;padding:17px 20px;letter-spacing:0;white-space:pre-wrap;line-height:1.5;color:var(--color-dark);border-bottom:1px solid var(--color-border);transition:opacity .2s ease 0s;text-decoration:none}article .article-body .nav-list .nav-list-link:focus-visible{opacity:.7;text-decoration:none}@media(hover: none)and (pointer: coarse){article .article-body .nav-list .nav-list-link:active{opacity:.7;text-decoration:none}}@media(hover: hover)and (pointer: fine){article .article-body .nav-list .nav-list-link:hover{opacity:.7;text-decoration:none}}article .article-body .nav-list .nav-list-link::after{content:"";display:block;flex-shrink:0;background:var(--url-button-arrow) no-repeat center center/contain;width:7px;height:10px}article .article-body .button-popup-modal{position:relative;width:100%}article .article-body .button-popup-modal img{pointer-events:none}article .article-body .button-popup-modal .icon-play{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:10.1137800253%;display:flex;justify-content:center;align-items:center}article .article-body .button-popup-modal .icon-zoom{position:absolute;pointer-events:none;bottom:20px;right:20px;width:50px;display:flex}@media all and (min-width:500px)and (max-width:767px),all and (max-width:499px){article .article-body .press_contact_block_list.col-2,article .article-body .press_contact_block_list.col-3{grid-template-columns:1fr}}article .article-body .press_contact_block_list .press_contact_block{display:flex}@media all and (min-width:500px)and (max-width:767px),all and (max-width:499px){article .article-body .press_contact_block_list .press_contact_block:empty{display:none}}article .article-body .press_contact_block_list .press_contact_container{background-color:#fff;padding:var(--space-50);width:100%;height:100%;display:flex;flex-direction:column}article .article-body .press_contact_block_list *+.press_contact_content{margin-top:var(--space-30)}article .article-body .press_contact_block_list .press_contact a{display:inline;padding:0 0 1px 0;text-decoration:none;background-image:linear-gradient(to bottom, currentColor 0%, currentColor 100%);background-position:left bottom;background-size:100% 1px;background-repeat:no-repeat;transition:background-size .2s ease-out,opacity .2s ease-out}article .article-body .press_contact_block_list .press_contact a[href$=".pdf"],article .article-body .press_contact_block_list .press_contact a[href$=".xlsx"]{display:inline;position:relative;background-size:calc(100% - 1.05em - 6px) 1px}article .article-body .press_contact_block_list .press_contact a[href$=".pdf"]::after,article .article-body .press_contact_block_list .press_contact a[href$=".xlsx"]::after{content:"";position:relative;display:inline-block;width:1.05em;height:1.4em;margin-left:6px;margin-right:1px;background:var(--url-icon-pdf) no-repeat center center/contain;background-position:center center;vertical-align:text-bottom;z-index:1}article .article-body .press_contact_block_list .press_contact a[href$=".xlsx"]::after{background-image:var(--url-icon-excel)}article .article-body .press_contact_block_list .press_contact a:focus-visible{background-size:0 1px;opacity:.66}@media(hover: none)and (pointer: coarse){article .article-body .press_contact_block_list .press_contact a:active{background-size:0 1px;opacity:.66}}@media(hover: hover)and (pointer: fine){article .article-body .press_contact_block_list .press_contact a:hover{background-size:0 1px;opacity:.66}}article .article-body .press_contact_block_list .press_contact_list{display:flex;flex-direction:column;row-gap:var(--space-30)}article .article-body .press_contact_block_list .press_contact_share{display:flex;align-items:center;flex-wrap:wrap;gap:20px}article .article-body .press_contact_block_list .press_contact_share>a{width:30px;height:30px;display:flex;align-items:center;justify-content:center}article .article-body .press_contact_block_list .press_contact_share>a.sns-facebook{width:32px;height:32px}@media all and (min-width:500px)and (max-width:767px),all and (max-width:499px){article .article-body .press_link_list.col-2,article .article-body .press_link_list.col-3{gap:20px 0;grid-template-columns:1fr}}article .article-body .press_link_list .press_link_list_title{width:100%;padding-top:.3lh}@media all and (min-width:500px)and (max-width:767px),all and (max-width:499px){article .article-body .press_link_list .press_link_list_title{padding-top:0}}article .article-body .press_link_list .press_link_list_button_list{width:100%;display:flex;flex-direction:column;gap:10px 0}article .article-body .press_link_list .press_link_list_button_list>a{width:100%}article .article-body .table-wrapper{position:relative;container-type:inline-size;display:flex;flex-direction:column;gap:20px;word-break:break-word}article .article-body .table-wrapper.f-wrap:not(.text-top-right):not(.title-ta) .font,article .article-body .table-wrapper .f-wrap:not(.text-top-right):not(.title-ta) .font{margin:0 !important;padding-top:0 !important;padding-bottom:0 !important}article .article-body .table-wrapper .text-top-right{text-align:right;color:var(--color-medium);letter-spacing:.1em;display:flex;justify-content:flex-end}article .article-body .table-wrapper .table-container{width:100%;scrollbar-width:none;position:relative;z-index:0;padding-top:0 !important;padding-bottom:0 !important}@container (max-width: 667px){article .article-body .table-wrapper .table-container{overflow-x:auto !important;pointer-events:visible;margin-right:calc(-1*var(--space-section));width:calc(100% + var(--space-section))}}article .article-body .table-wrapper .table-attention-wrapper{position:relative;display:flex}article .article-body .table-wrapper .scroll-attention{position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;pointer-events:none !important;display:none}@media all and (min-width:1025px){article .article-body .table-wrapper .scroll-attention{left:20px}}@container (max-width: 667px){article .article-body .table-wrapper .scroll-attention{display:block}.fixed_flg article .article-body .table-wrapper .scroll-attention{display:none}}article .article-body .table-wrapper .scroll-attention-container{width:100%;height:100%;position:relative;display:flex;justify-content:center;align-items:flex-start}article .article-body .table-wrapper .scroll-attention-inner{width:100%;height:100%;position:relative;display:flex;justify-content:flex-end;align-items:flex-start}article .article-body .table-wrapper .scroll-attention-item{width:var(--space-50);height:var(--space-50);background-color:var(--color-dark);border-radius:50%;display:flex;justify-content:center;align-items:center;flex-shrink:0;transition:opacity .3s ease;position:sticky;top:0;right:0}article .article-body .table-wrapper .scroll-attention-item-icon{display:flex;justify-content:center;align-items:center;flex-shrink:0}@media all and (min-width:1025px){article .article-body .table-wrapper .scroll-attention-item-icon{width:14px;height:12px}}@media all and (min-width:500px)and (max-width:1024px){article .article-body .table-wrapper .scroll-attention-item-icon{width:10.5px;height:13px}}@media all and (max-width:499px){article .article-body .table-wrapper .scroll-attention-item-icon{width:11px;height:9px}}article .article-body .table-wrapper table{width:100%;font-variant:tabular-nums;border-collapse:separate;border-spacing:0}@container (max-width: 667px){article .article-body .table-wrapper table{width:791px;padding-right:var(--space-section);box-sizing:content-box}}@media all and (max-width:499px){article .article-body .table-wrapper table{width:600px}}article .article-body .table-wrapper[data-table-rule-scroll-flag=true] .table-container{overflow-x:auto !important;pointer-events:visible;margin-right:calc(-1*var(--space-section));width:calc(100% + var(--space-section))}article .article-body .table-wrapper[data-table-rule-scroll-flag=true] table{width:791px;padding-right:var(--space-section);box-sizing:content-box}@media all and (max-width:499px){article .article-body .table-wrapper[data-table-rule-scroll-flag=true] table{width:600px}}article .article-body .table-wrapper[data-table-rule-scroll-flag=true] .scroll-attention{display:block}.fixed_flg article .article-body .table-wrapper[data-table-rule-scroll-flag=true] .scroll-attention{display:none}article .article-body .table-wrapper[data-table-rule-scroll-flag=true] tr[data-table-rule-header-row=true]{top:0}article .article-body .table-wrapper[data-table-rule-scroll-flag=true] thead [data-table-rule-first-cell=true] .cell-bg,article .article-body .table-wrapper[data-table-rule-scroll-flag=true] thead [data-table-rule-first-column-cell=true] .cell-bg{display:block;height:100%}article .article-body .table-wrapper tr:first-child th,article .article-body .table-wrapper tr:first-child td{border-top:1px solid var(--color-border)}article .article-body .table-wrapper th,article .article-body .table-wrapper td{position:relative;z-index:0;padding:calc(var(--space-20) - (1lh - 1em)/2) 0;padding-right:var(--space-50);text-align:left;border-bottom:1px solid var(--color-border);vertical-align:middle}article .article-body .table-wrapper th[data-table-rule-last-cell=true],article .article-body .table-wrapper td[data-table-rule-last-cell=true]{padding-right:0}article .article-body .table-wrapper td[rowspan="1"]+td[rowspan]:not([rowspan="1"]){padding-left:var(--space-15)}article .article-body .table-wrapper.style-rule-border-right-first-cell [data-table-rule-first-cell=true],article .article-body .table-wrapper.style-rule-scroll-fixed [data-table-rule-first-cell=true],article .article-body .table-wrapper[data-table-rule-first-column-header=true] [data-table-rule-first-cell=true],article .article-body .table-wrapper.fixed_flg [data-table-rule-first-cell=true]{width:16%;padding-left:0}@media all and (min-width:1025px){article .article-body .table-wrapper.style-rule-border-right-first-cell [data-table-rule-first-cell=true],article .article-body .table-wrapper.style-rule-scroll-fixed [data-table-rule-first-cell=true],article .article-body .table-wrapper[data-table-rule-first-column-header=true] [data-table-rule-first-cell=true],article .article-body .table-wrapper.fixed_flg [data-table-rule-first-cell=true]{min-width:162.85px}}@media all and (min-width:768px)and (max-width:1024px){article .article-body .table-wrapper.style-rule-border-right-first-cell [data-table-rule-first-cell=true],article .article-body .table-wrapper.style-rule-scroll-fixed [data-table-rule-first-cell=true],article .article-body .table-wrapper[data-table-rule-first-column-header=true] [data-table-rule-first-cell=true],article .article-body .table-wrapper.fixed_flg [data-table-rule-first-cell=true]{width:147.84px;min-width:147.84px}}@media all and (min-width:500px)and (max-width:767px),all and (max-width:499px){article .article-body .table-wrapper.style-rule-border-right-first-cell [data-table-rule-first-cell=true],article .article-body .table-wrapper.style-rule-scroll-fixed [data-table-rule-first-cell=true],article .article-body .table-wrapper[data-table-rule-first-column-header=true] [data-table-rule-first-cell=true],article .article-body .table-wrapper.fixed_flg [data-table-rule-first-cell=true]{width:115.65px;min-width:115.65px}}article .article-body .table-wrapper tr{position:relative;z-index:1}article .article-body .table-wrapper tr:has([data-table-rule-first-cell=true],[data-table-rule-first-column-cell=true]){z-index:2}article .article-body .table-wrapper tr:has([data-table-rule-first-cell=true]):has([data-table-rule-first-column-cell=true]){z-index:3}article .article-body .table-wrapper [data-table-rule-first-cell=true],article .article-body .table-wrapper [data-table-rule-first-column-cell=true]{z-index:2}article .article-body .table-wrapper thead th{z-index:1}article .article-body .table-wrapper thead [data-table-rule-first-cell=true],article .article-body .table-wrapper thead [data-table-rule-first-column-cell=true]{z-index:2}article .article-body .table-wrapper[data-table-rule-scroll-flag=true] th,article .article-body .table-wrapper[data-table-rule-scroll-flag=true] td{position:relative;z-index:1}article .article-body .table-wrapper[data-table-rule-scroll-flag=true] [data-table-rule-first-cell=true],article .article-body .table-wrapper[data-table-rule-scroll-flag=true] [data-table-rule-first-column-cell=true]{z-index:2}article .article-body .table-wrapper[data-table-rule-scroll-flag=true] thead th,article .article-body .table-wrapper[data-table-rule-scroll-flag=true] thead td{z-index:2}article .article-body .table-wrapper[data-table-rule-scroll-flag=true] thead [data-table-rule-first-cell=true],article .article-body .table-wrapper[data-table-rule-scroll-flag=true] thead [data-table-rule-first-column-cell=true]{z-index:3}article .article-body .table-wrapper .large-text,article .article-body .table-wrapper .smalltext{padding-top:0 !important;padding-bottom:0 !important}article .article-body .table-wrapper .superscript{line-height:1;vertical-align:super;font-size:.6em}article .article-body .table-wrapper .vertical{writing-mode:vertical-rl;text-orientation:upright;font-feature-settings:normal}article .article-body .table-wrapper table td:has(.vertical) p,article .article-body .table-wrapper table th:has(.vertical) p{display:flex;width:max-content;height:max-content}article .article-body .table-wrapper table td:has(.vertical) .vertical,article .article-body .table-wrapper table th:has(.vertical) .vertical{width:max-content;height:max-content}article .article-body .table-wrapper ul li{padding-left:.875em;position:relative}article .article-body .table-wrapper ul li::before{content:"";display:block;width:4px;height:4px;background-color:var(--color-dark);border-radius:50%;position:absolute;top:calc(.5lh - 2px);left:0}article .article-body .table-wrapper li>p:empty{margin-top:calc(var(--space-50) - (1lh - 1em))}article .article-body .table-wrapper a{display:inline;padding:0 0 1px 0;text-decoration:none;background-image:linear-gradient(to bottom, currentColor 0%, currentColor 100%);background-position:left bottom;background-size:100% 1px;background-repeat:no-repeat;transition:background-size .2s ease-out,opacity .2s ease-out}article .article-body .table-wrapper a[href$=".pdf"],article .article-body .table-wrapper a[href$=".xlsx"]{display:inline;position:relative;background-size:calc(100% - 1.05em - 6px) 1px}article .article-body .table-wrapper a[href$=".pdf"]::after,article .article-body .table-wrapper a[href$=".xlsx"]::after{content:"";position:relative;display:inline-block;width:1.05em;height:1.4em;margin-left:6px;margin-right:1px;background:var(--url-icon-pdf) no-repeat center center/contain;background-position:center center;vertical-align:text-bottom;z-index:1}article .article-body .table-wrapper a[href$=".xlsx"]::after{background-image:var(--url-icon-excel)}article .article-body .table-wrapper a:focus-visible{background-size:0 1px;opacity:.66}@media(hover: none)and (pointer: coarse){article .article-body .table-wrapper a:active{background-size:0 1px;opacity:.66}}@media(hover: hover)and (pointer: fine){article .article-body .table-wrapper a:hover{background-size:0 1px;opacity:.66}}article .article-body .table-wrapper th,article .article-body .table-wrapper td{position:relative}article .article-body .table-wrapper th>*,article .article-body .table-wrapper td>*{position:relative;z-index:1}article .article-body .table-wrapper th::before,article .article-body .table-wrapper td::before{content:"";display:block;position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;background-color:rgba(0,0,0,0);transition:background-color .2s ease 0s;opacity:.5}article .article-body .table-wrapper th.hover::before,article .article-body .table-wrapper td.hover::before{background-color:#fff}article .article-body .table-wrapper .cell-bg{display:none;width:100%;height:100%;position:absolute;top:0;left:0;z-index:0;background-color:#fff;box-sizing:content-box;border-bottom:1px solid var(--color-border);pointer-events:none}article .article-body .table-wrapper .cell-bg .cell-bg-inner{position:relative;background-color:var(--color-bg);width:100%;height:100%}article .article-body .table-wrapper .cell-bg .cell-bg-inner::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background-color:rgba(255,255,255,.6)}article .article-body .table-wrapper tr>.cell-bg{padding:0 !important;margin:0 !important;border:none !important;outline:none !important;box-shadow:none !important}article .article-body .table-wrapper thead{position:sticky;top:3px;z-index:9}article .article-body .table-wrapper thead>.cell-bg{display:block;top:-3px;height:calc(100% + 3px);border-bottom:none}article .article-body .table-wrapper thead>.cell-bg .cell-bg-inner{background-color:rgba(0,0,0,0);width:100%;height:100%;position:absolute;top:0;left:0;z-index:0;background-color:var(--color-bg)}article .article-body .table-wrapper thead>.cell-bg .cell-bg-inner::after,article .article-body .table-wrapper thead>.cell-bg .cell-bg-inner::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background-color:rgba(255,255,255,.6)}article .article-body .table-wrapper thead>.cell-bg .cell-bg-inner::before{content:none}article .article-body .table-wrapper thead>.cell-bg th{padding:0 !important;margin:0 !important;border:none !important;outline:none !important;box-shadow:none !important}article .article-body .table-wrapper thead th{white-space:nowrap;padding-top:calc(var(--space-15) - (1lh - 1em)/2);padding-bottom:calc(var(--space-15) - (1lh - 1em)/2);border-bottom:2px solid var(--color-dark)}article .article-body .table-wrapper thead th>.cell-bg{border-bottom-width:0px}article .article-body .table-wrapper thead tr:first-child th{border-top:2px solid var(--color-dark)}article .article-body .table-wrapper tbody{position:relative;z-index:0}article .article-body .table-wrapper:has(thead) tbody tr:first-child th,article .article-body .table-wrapper:has(thead) tbody tr:first-child td{border-top:none}article .article-body .table-wrapper tbody>tr:has(th):not(:has(td)) th{border-bottom:1px solid var(--color-border)}article .article-body .table-wrapper tbody>tr:has(th):not(:has(td)):not(:has(+tr:has(td))) th[rowspan]:not([rowspan="1"]){border-bottom:none}article .article-body .table-wrapper tbody>tr:has(th):not(:has(td)):has(+tr:has(td)) th{border-bottom:2px solid var(--color-dark) !important}@container (max-width: 667px){article .article-body .table-wrapper.style-rule-scroll-fixed [data-table-rule-first-cell=true]{position:relative;padding-right:var(--space-20);padding-right:calc(var(--space-20) + var(--space-20))}article .article-body .table-wrapper.style-rule-scroll-fixed [data-table-rule-first-cell=true]::after{content:"";display:block;width:1px;height:100%;background-color:var(--color-border);position:absolute;top:0;right:0}article .article-body .table-wrapper.style-rule-scroll-fixed [data-table-rule-first-cell=true][data-table-rule-last-cell=true]{padding-right:0}article .article-body .table-wrapper.style-rule-scroll-fixed [data-table-rule-first-cell=true][data-table-rule-last-cell=true]::after{content:none}article .article-body .table-wrapper.style-rule-scroll-fixed [data-table-rule-first-cell=true]::after{right:var(--space-20)}article .article-body .table-wrapper.style-rule-scroll-fixed [data-table-rule-first-cell=true] .cell-bg{width:calc(100% - var(--space-20))}article .article-body .table-wrapper.style-rule-scroll-fixed [data-table-rule-first-cell=true],article .article-body .table-wrapper.style-rule-scroll-fixed [data-table-rule-first-column-cell=true]{position:sticky !important;left:0}article .article-body .table-wrapper.style-rule-scroll-fixed [data-table-rule-first-cell=true] .cell-bg,article .article-body .table-wrapper.style-rule-scroll-fixed [data-table-rule-first-column-cell=true] .cell-bg{display:block}}article .article-body .table-wrapper.style-rule-scroll-fixed[data-table-rule-scroll-flag=true] [data-table-rule-first-cell=true]{position:relative;padding-right:var(--space-20);padding-right:calc(var(--space-20) + var(--space-20))}article .article-body .table-wrapper.style-rule-scroll-fixed[data-table-rule-scroll-flag=true] [data-table-rule-first-cell=true]::after{content:"";display:block;width:1px;height:100%;background-color:var(--color-border);position:absolute;top:0;right:0}article .article-body .table-wrapper.style-rule-scroll-fixed[data-table-rule-scroll-flag=true] [data-table-rule-first-cell=true][data-table-rule-last-cell=true]{padding-right:0}article .article-body .table-wrapper.style-rule-scroll-fixed[data-table-rule-scroll-flag=true] [data-table-rule-first-cell=true][data-table-rule-last-cell=true]::after{content:none}article .article-body .table-wrapper.style-rule-scroll-fixed[data-table-rule-scroll-flag=true] [data-table-rule-first-cell=true]::after{right:var(--space-20)}article .article-body .table-wrapper.style-rule-scroll-fixed[data-table-rule-scroll-flag=true] [data-table-rule-first-cell=true] .cell-bg{width:calc(100% - var(--space-20))}article .article-body .table-wrapper.style-rule-scroll-fixed[data-table-rule-scroll-flag=true] [data-table-rule-first-cell=true],article .article-body .table-wrapper.style-rule-scroll-fixed[data-table-rule-scroll-flag=true] [data-table-rule-first-column-cell=true]{position:sticky !important;left:0}article .article-body .table-wrapper.style-rule-scroll-fixed[data-table-rule-scroll-flag=true] [data-table-rule-first-cell=true] .cell-bg,article .article-body .table-wrapper.style-rule-scroll-fixed[data-table-rule-scroll-flag=true] [data-table-rule-first-column-cell=true] .cell-bg{display:block}@container (max-width: 667px){article .article-body .table-wrapper.fixed_flg .table-container{pointer-events:visible;margin-right:0;width:100%}}article .article-body .table-wrapper.fixed_flg table{width:100%;padding-right:0}article .article-body .table-wrapper.fixed_flg .scroll-attention{display:none}article .article-body .table-wrapper.style-rule-nowrap td{white-space:nowrap}article .article-body .table-wrapper.style-rule-nowrap.style-rule-border-right-first-cell td[data-table-rule-first-cell=true],article .article-body .table-wrapper.style-rule-nowrap.style-rule-scroll-fixed td[data-table-rule-first-cell=true],article .article-body .table-wrapper.style-rule-nowrap[data-table-rule-first-column-header=true] td[data-table-rule-first-cell=true],article .article-body .table-wrapper.style-rule-nowrap.fixed_flg td[data-table-rule-first-cell=true]{white-space:unset}article .article-body .table-wrapper.style-rule-vertical-top *[data-table-rule-first-cell=true]{vertical-align:top}article .article-body .table-wrapper.style-rule-border-right-first-cell [data-table-rule-first-cell=true]{position:relative;padding-right:var(--space-20);padding-right:calc(var(--space-20) + var(--space-20));padding-left:0}article .article-body .table-wrapper.style-rule-border-right-first-cell [data-table-rule-first-cell=true]::after{content:"";display:block;width:1px;height:100%;background-color:var(--color-border);position:absolute;top:0;right:0}article .article-body .table-wrapper.style-rule-border-right-first-cell [data-table-rule-first-cell=true][data-table-rule-last-cell=true]{padding-right:0}article .article-body .table-wrapper.style-rule-border-right-first-cell [data-table-rule-first-cell=true][data-table-rule-last-cell=true]::after{content:none}article .article-body .table-wrapper.style-rule-border-right-first-cell [data-table-rule-first-cell=true]::after{right:var(--space-20)}article .article-body .table-wrapper.style-rule-border-right td{position:relative;padding-right:var(--space-20)}article .article-body .table-wrapper.style-rule-border-right td::after{content:"";display:block;width:1px;height:100%;background-color:var(--color-border);position:absolute;top:0;right:0}article .article-body .table-wrapper.style-rule-border-right td[data-table-rule-last-cell=true]{padding-right:0}article .article-body .table-wrapper.style-rule-border-right td[data-table-rule-last-cell=true]::after{content:none}article .article-body .table-wrapper.style-rule-border-right th:has(.vertical),article .article-body .table-wrapper.style-rule-border-right td:has(.vertical){border-right:none}article .article-body .table-wrapper.style-rule-border-right td:not([data-table-rule-first-cell=true]),article .article-body .table-wrapper.style-rule-border-right th:not([data-table-rule-first-cell=true]){padding-left:var(--space-15);padding-right:var(--space-15)}article .article-body .table-wrapper.style-rule-border-right th:has(.vertical),article .article-body .table-wrapper.style-rule-border-right td:has(.vertical){padding:var(--space-20) calc(var(--space-15) - (1lh - 1em)/2)}article .article-body .table-wrapper.style-rule-border-right.style-rule-border-right-first-cell [data-table-rule-first-cell=true]{padding-right:var(--space-20)}article .article-body .table-wrapper.style-rule-border-right.style-rule-border-right-first-cell [data-table-rule-first-cell=true]::after{right:0}article .article-body .table-wrapper.style-rule-border-right.style-rule-border-right-first-cell [data-table-rule-first-cell=true] .cell-bg{width:100%}@container (max-width: 667px){article .article-body .table-wrapper.style-rule-border-right.style-rule-scroll-fixed [data-table-rule-first-cell=true]{padding-right:var(--space-20)}article .article-body .table-wrapper.style-rule-border-right.style-rule-scroll-fixed [data-table-rule-first-cell=true]::after{right:0}article .article-body .table-wrapper.style-rule-border-right.style-rule-scroll-fixed [data-table-rule-first-cell=true] .cell-bg{width:100%}}article .article-body .table-wrapper.style-rule-border-right.style-rule-scroll-fixed[data-table-rule-scroll-flag=true] [data-table-rule-first-cell=true]{padding-right:var(--space-20)}article .article-body .table-wrapper.style-rule-border-right.style-rule-scroll-fixed[data-table-rule-scroll-flag=true] [data-table-rule-first-cell=true]::after{right:0}article .article-body .table-wrapper.style-rule-border-right.style-rule-scroll-fixed[data-table-rule-scroll-flag=true] [data-table-rule-first-cell=true] .cell-bg{width:100%}article .article-body .table-wrapper.style-rule-layout-fixed table{table-layout:fixed}article .article-body .table-wrapper.style-rule-layout-fixed th,article .article-body .table-wrapper.style-rule-layout-fixed td{box-sizing:content-box}article .article-body .table-wrapper.style-rule-layout-fixed[data-table-rule-first-row-header=true] tr:first-child th{width:100%}article .article-body .table-wrapper.style-rule-layout-fixed[data-table-rule-first-row-header=true] tr:first-child:not(:has(td)) th{white-space:unset}article .article-body .table-wrapper.style-rule-layout-fixed.style-rule-nowrap td{white-space:unset}.style-rule-border-right article .article-body .table-wrapper th:has(.vertical),article .article-body .table-wrapper th:has(.vertical),.style-rule-border-right article .article-body .table-wrapper td:has(.vertical),article .article-body .table-wrapper td:has(.vertical){border-right:1px solid var(--color-border);padding:var(--space-20) calc(var(--space-15) - (1lh - 1em)/2)}.style-rule-border-right article .article-body .table-wrapper th:has(.vertical) *:not(.superscript),article .article-body .table-wrapper th:has(.vertical) *:not(.superscript),.style-rule-border-right article .article-body .table-wrapper td:has(.vertical) *:not(.superscript),article .article-body .table-wrapper td:has(.vertical) *:not(.superscript){line-height:1.5;letter-spacing:.4em;vertical-align:middle}[lang=en] .style-rule-border-right article .article-body .table-wrapper th:has(.vertical) *:not(.superscript),[lang=en] article .article-body .table-wrapper th:has(.vertical) *:not(.superscript),[lang=en] .style-rule-border-right article .article-body .table-wrapper td:has(.vertical) *:not(.superscript),[lang=en] article .article-body .table-wrapper td:has(.vertical) *:not(.superscript){writing-mode:sideways-rl;letter-spacing:-0.02em}article .article-body .table-wrapper:has(.vertical) td:not([data-table-rule-first-cell=true]),article .article-body .table-wrapper:has(.vertical) th:not([data-table-rule-first-cell=true]){padding-left:var(--space-15);padding-right:var(--space-15)}article .article-body .table-wrapper:has(.vertical) th:has(.vertical),article .article-body .table-wrapper:has(.vertical) td:has(.vertical){padding:var(--space-20) calc(var(--space-15) - (1lh - 1em)/2)}article .article-body .table-wrapper:has(.vertical).style-rule-border-right-first-cell [data-table-rule-first-cell=true]{padding-right:var(--space-20)}article .article-body .table-wrapper:has(.vertical).style-rule-border-right-first-cell [data-table-rule-first-cell=true]::after{right:0}article .article-body .table-wrapper:has(.vertical).style-rule-border-right-first-cell [data-table-rule-first-cell=true] .cell-bg{width:100%}@container (max-width: 667px){article .article-body .table-wrapper:has(.vertical).style-rule-scroll-fixed [data-table-rule-first-cell=true]{padding-right:var(--space-20)}article .article-body .table-wrapper:has(.vertical).style-rule-scroll-fixed [data-table-rule-first-cell=true]::after{right:0}article .article-body .table-wrapper:has(.vertical).style-rule-scroll-fixed [data-table-rule-first-cell=true] .cell-bg{width:100%}}article .article-body .table-wrapper:has(.vertical).style-rule-scroll-fixed[data-table-rule-scroll-flag=true] [data-table-rule-first-cell=true]{padding-right:var(--space-20)}article .article-body .table-wrapper:has(.vertical).style-rule-scroll-fixed[data-table-rule-scroll-flag=true] [data-table-rule-first-cell=true]::after{right:0}article .article-body .table-wrapper:has(.vertical).style-rule-scroll-fixed[data-table-rule-scroll-flag=true] [data-table-rule-first-cell=true] .cell-bg{width:100%}article .article-body .table-wrapper.style-rule-3column table{table-layout:fixed}@media all and (max-width:499px){article .article-body .table-wrapper.style-rule-3column table{width:600px}}article .article-body .table-wrapper.style-rule-3column [data-table-rule-first-cell=true]{width:auto}@media all and (min-width:500px)and (max-width:767px){article .article-body .table-wrapper.style-rule-3column [data-table-rule-first-cell=true]{width:17.9%;min-width:137.65px}}@media all and (max-width:499px){article .article-body .table-wrapper.style-rule-3column [data-table-rule-first-cell=true]{width:14.7%;min-width:113px}}@container (max-width: 667px){article .article-body .table-wrapper.style-rule-3column.style-rule-border-right-first-cell td:not([data-table-rule-first-cell=true]),article .article-body .table-wrapper.style-rule-3column.style-rule-scroll-fixed td:not([data-table-rule-first-cell=true]),article .article-body .table-wrapper.style-rule-3column[data-table-rule-first-column-header=true] td:not([data-table-rule-first-cell=true]),article .article-body .table-wrapper.style-rule-3column.fixed_flg td:not([data-table-rule-first-cell=true]){width:337.675px}}@media all and (min-width:500px)and (max-width:767px){article .article-body .table-wrapper.style-rule-3column.style-rule-border-right-first-cell td:not([data-table-rule-first-cell=true]),article .article-body .table-wrapper.style-rule-3column.style-rule-scroll-fixed td:not([data-table-rule-first-cell=true]),article .article-body .table-wrapper.style-rule-3column[data-table-rule-first-column-header=true] td:not([data-table-rule-first-cell=true]),article .article-body .table-wrapper.style-rule-3column.fixed_flg td:not([data-table-rule-first-cell=true]){width:337.675px}}@media all and (max-width:499px){article .article-body .table-wrapper.style-rule-3column.style-rule-border-right-first-cell td:not([data-table-rule-first-cell=true]),article .article-body .table-wrapper.style-rule-3column.style-rule-scroll-fixed td:not([data-table-rule-first-cell=true]),article .article-body .table-wrapper.style-rule-3column[data-table-rule-first-column-header=true] td:not([data-table-rule-first-cell=true]),article .article-body .table-wrapper.style-rule-3column.fixed_flg td:not([data-table-rule-first-cell=true]){width:242.175px}}@container (max-width: 667px){article .article-body .table-wrapper.style-rule-3column.style-rule-border-right-first-cell table,article .article-body .table-wrapper.style-rule-3column.style-rule-scroll-fixed table,article .article-body .table-wrapper.style-rule-3column[data-table-rule-first-column-header=true] table,article .article-body .table-wrapper.style-rule-3column.fixed_flg table{table-layout:auto}}@container (max-width: 667px){article .article-body .table-wrapper.style-rule-3column.style-rule-border-right-first-cell.style-rule-layout-fixed table,article .article-body .table-wrapper.style-rule-3column.style-rule-scroll-fixed.style-rule-layout-fixed table,article .article-body .table-wrapper.style-rule-3column[data-table-rule-first-column-header=true].style-rule-layout-fixed table,article .article-body .table-wrapper.style-rule-3column.fixed_flg.style-rule-layout-fixed table{table-layout:auto}}article .article-body .table-wrapper.style-rule-3column[data-table-rule-first-row-header=true].style-rule-border-right-first-cell tr:first-child th,article .article-body .table-wrapper.style-rule-3column[data-table-rule-first-row-header=true].style-rule-scroll-fixed tr:first-child th,article .article-body .table-wrapper.style-rule-3column[data-table-rule-first-row-header=true][data-table-rule-first-column-header=true] tr:first-child th,article .article-body .table-wrapper.style-rule-3column[data-table-rule-first-row-header=true].fixed_flg tr:first-child th{width:100%}@container (max-width: 667px){article .article-body .table-wrapper.style-rule-3column[data-table-rule-first-row-header=true].style-rule-border-right-first-cell tr:first-child th,article .article-body .table-wrapper.style-rule-3column[data-table-rule-first-row-header=true].style-rule-scroll-fixed tr:first-child th,article .article-body .table-wrapper.style-rule-3column[data-table-rule-first-row-header=true][data-table-rule-first-column-header=true] tr:first-child th,article .article-body .table-wrapper.style-rule-3column[data-table-rule-first-row-header=true].fixed_flg tr:first-child th{width:auto}}article .article-body .table-wrapper.style-rule-3column[data-table-rule-first-row-header=true].style-rule-border-right-first-cell tr:first-child:not(:has(td)) th,article .article-body .table-wrapper.style-rule-3column[data-table-rule-first-row-header=true].style-rule-scroll-fixed tr:first-child:not(:has(td)) th,article .article-body .table-wrapper.style-rule-3column[data-table-rule-first-row-header=true][data-table-rule-first-column-header=true] tr:first-child:not(:has(td)) th,article .article-body .table-wrapper.style-rule-3column[data-table-rule-first-row-header=true].fixed_flg tr:first-child:not(:has(td)) th{white-space:unset}article .article-body .table-wrapper.style-rule-2column [data-table-rule-first-cell=true]{min-width:unset;width:33.3324905183%}@media all and (min-width:500px)and (max-width:767px){article .article-body .table-wrapper.style-rule-2column [data-table-rule-first-cell=true]{width:17.9%;min-width:137.65px}}@media all and (max-width:499px){article .article-body .table-wrapper.style-rule-2column [data-table-rule-first-cell=true]{width:14.7%;min-width:113px}}article .article-body .table-wrapper.style-rule-2column[data-table-rule-first-row-header=true] tr:first-child [data-table-rule-first-cell=true],article .article-body .table-wrapper.style-rule-2column.style-rule-layout-fixed tr:first-child [data-table-rule-first-cell=true]{min-width:unset;width:33.3324905183%}@media all and (min-width:500px)and (max-width:767px){article .article-body .table-wrapper.style-rule-2column[data-table-rule-first-row-header=true] tr:first-child [data-table-rule-first-cell=true],article .article-body .table-wrapper.style-rule-2column.style-rule-layout-fixed tr:first-child [data-table-rule-first-cell=true]{width:17.9%;min-width:137.65px}}@media all and (max-width:499px){article .article-body .table-wrapper.style-rule-2column[data-table-rule-first-row-header=true] tr:first-child [data-table-rule-first-cell=true],article .article-body .table-wrapper.style-rule-2column.style-rule-layout-fixed tr:first-child [data-table-rule-first-cell=true]{width:14.7%;min-width:113px}}article .article-body .table-wrapper.style-rule-2column[data-table-rule-first-row-header=true] tr:first-child th,article .article-body .table-wrapper.style-rule-2column.style-rule-layout-fixed tr:first-child th{width:100%}@container (max-width: 667px){article .article-body .table-wrapper.style-rule-2column[data-table-rule-first-row-header=true] tr:first-child th,article .article-body .table-wrapper.style-rule-2column.style-rule-layout-fixed tr:first-child th{width:auto}}article .article-body .table-wrapper.style-rule-2column.style-rule-layout-fixed table{table-layout:auto}article .article-body .table-wrapper.style-rule-3column.fixed_flg table,article .article-body .table-wrapper.style-rule-2column.fixed_flg table{width:100%}article .article-body .sitemap_list{background-color:#fff;padding:var(--space-50);display:flex;flex-direction:column;gap:var(--space-50)}article .article-body .sitemap_list a{text-decoration:none}article .article-body .sitemap_list .icon-blank-wrapper .icon{width:14px;height:1lh;display:inline-flex;margin-left:10px;align-items:center;justify-content:center}article .article-body .sitemap_list .icon-blank-wrapper .icon path{fill:var(--color-light)}article .article-body .sitemap_list_inner{display:flex;flex-direction:column;gap:var(--space-30)}article .article-body .sitemap_list_inner_items_column{display:flex;flex-direction:column}article .article-body .sitemap_list_item{display:inline-block;width:fit-content}article .article-body .sitemap_list_inner_items{display:grid;align-items:flex-start;gap:0 50px}article .article-body .sitemap_list_inner_items.layout_L_over{display:none}@media all and (min-width:1025px){article .article-body .sitemap_list_inner_items.layout_L_over{display:grid;grid-template-columns:repeat(3, 1fr)}}article .article-body .sitemap_list_inner_items.layout_L{display:none}@media all and (min-width:768px)and (max-width:1024px){article .article-body .sitemap_list_inner_items.layout_L{display:grid;grid-template-columns:repeat(2, 1fr)}}article .article-body .sitemap_list_inner_items.layout_M_under{display:none}@media all and (max-width:767px){article .article-body .sitemap_list_inner_items.layout_M_under{display:grid;grid-template-columns:repeat(1, 1fr)}}article .article-body .sitemap_list_inner_items .sitemap_list_item{padding-left:20px;border-left:1px solid var(--color-border)}article .article-body .sitemap_list_inner_items .sitemap_list_item:nth-child(n+2){margin-top:var(--space-30)}.article-body{color-scheme:light;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;margin:0;font-size:16px;line-height:1.5;word-wrap:break-word}.article-body .octicon{display:inline-block;fill:currentColor;vertical-align:text-bottom}.article-body summary{display:list-item}.article-body [hidden]{display:none !important}.article-body abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.article-body b,.article-body strong{font-weight:600}.article-body dfn{font-style:italic}.article-body mark{background-color:#fff8c5;color:#1f2328}.article-body small{font-size:90%}.article-body sub,.article-body sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.article-body sub{bottom:-0.25em}.article-body sup{top:-0.5em}.article-body img{border-style:none;max-width:100%;box-sizing:content-box}.article-body code,.article-body kbd,.article-body pre,.article-body samp{font-family:monospace;font-size:1em}.article-body hr{box-sizing:border-box;overflow:hidden;background:rgba(0,0,0,0);border-bottom:1px solid rgba(209,217,224,.7019607843);height:0;padding:0;margin:0;background-color:#d1d9e0;border:0}.article-body input{font:inherit;margin:0;overflow:visible;font-family:inherit;font-size:inherit;line-height:inherit}.article-body [type=button],.article-body [type=reset],.article-body [type=submit]{-webkit-appearance:button;appearance:button}.article-body [type=checkbox],.article-body [type=radio]{box-sizing:border-box;padding:0}.article-body [type=number]::-webkit-inner-spin-button,.article-body [type=number]::-webkit-outer-spin-button{height:auto}.article-body [type=search]::-webkit-search-cancel-button,.article-body [type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}.article-body ::-webkit-input-placeholder{color:inherit;opacity:.54}.article-body ::-webkit-file-upload-button{-webkit-appearance:button;appearance:button;font:inherit}.article-body a{text-decoration:underline}.article-body ::placeholder{color:#59636e;opacity:1}.article-body hr::before{display:table;content:""}.article-body hr::after{display:table;clear:both;content:""}.article-body td,.article-body th{padding:0}.article-body details summary{cursor:pointer}.article-body kbd{display:inline-block;padding:.25rem;font:11px ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;line-height:10px;color:#1f2328;vertical-align:middle;background-color:#f6f8fa;border:solid 1px rgba(209,217,224,.7019607843);border-bottom-color:rgba(209,217,224,.7019607843);border-radius:6px;box-shadow:inset 0 -1px 0 rgba(209,217,224,.7019607843)}.article-body blockquote{margin:0;padding:0 1em;color:#59636e;border-left:.25em solid #d1d9e0}.article-body ul{margin-top:0;margin-bottom:0;padding-left:0}.article-body ol{margin-top:0;margin-bottom:0}.article-body ol ol{list-style-type:lower-roman}.article-body ul ol{list-style-type:lower-roman}.article-body ul ul ol,.article-body ul ol ol{list-style-type:lower-alpha}.article-body ol ul ol,.article-body ol ol ol{list-style-type:lower-alpha}.article-body dd{margin-left:0}.article-body tt,.article-body code,.article-body samp{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:12px}.article-body pre{margin-top:0;margin-bottom:0;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:12px;word-wrap:normal}.article-body .octicon{display:inline-block;overflow:visible !important;vertical-align:text-bottom;fill:currentColor}.article-body input::-webkit-outer-spin-button,.article-body input::-webkit-inner-spin-button{margin:0;appearance:none}.article-body .mr-2{margin-right:.5rem !important}.article-body::before{display:table;content:""}.article-body::after{display:table;clear:both;content:""}.article-body a:not([href]){color:inherit;text-decoration:none}.article-body .absent{color:#d1242f}.article-body .anchor{position:absolute;top:calc(var(--indicator-top)*-1 + 1px)}.article-body p,.article-body blockquote,.article-body ul,.article-body ol,.article-body dl,.article-body table,.article-body pre,.article-body details{margin-top:0}.article-body blockquote>:first-child{margin-top:0}.article-body blockquote>:last-child{margin-bottom:0}.article-body h1 .octicon-link,.article-body h2 .octicon-link,.article-body h3 .octicon-link,.article-body h4 .octicon-link,.article-body h5 .octicon-link,.article-body h6 .octicon-link{color:#1f2328;vertical-align:middle;visibility:hidden}.article-body h1 tt,.article-body h1 code{padding:0 .2em;font-size:inherit}.article-body h2 tt,.article-body h2 code{padding:0 .2em;font-size:inherit}.article-body h3 tt,.article-body h3 code{padding:0 .2em;font-size:inherit}.article-body h4 tt,.article-body h4 code{padding:0 .2em;font-size:inherit}.article-body h5 tt,.article-body h5 code{padding:0 .2em;font-size:inherit}.article-body h6 tt,.article-body h6 code{padding:0 .2em;font-size:inherit}.article-body summary h1,.article-body summary h2,.article-body summary h3,.article-body summary h4,.article-body summary h5,.article-body summary h6{display:inline-block}.article-body summary h1 .anchor,.article-body summary h2 .anchor,.article-body summary h3 .anchor,.article-body summary h4 .anchor,.article-body summary h5 .anchor,.article-body summary h6 .anchor{margin-left:-40px}.article-body summary h1,.article-body summary h2{padding-bottom:0;border-bottom:0}.article-body ul.no-list{padding:0;list-style-type:none}.article-body ol.no-list{padding:0;list-style-type:none}.article-body ol[type="a s"]{list-style-type:lower-alpha}.article-body ol[type="A s"]{list-style-type:upper-alpha}.article-body ol[type="i s"]{list-style-type:lower-roman}.article-body ol[type="I s"]{list-style-type:upper-roman}.article-body ol[type="1"]{list-style-type:decimal}.article-body div>ol:not([type]){list-style-type:decimal}.article-body ul ul,.article-body ul ol{margin-top:0;margin-bottom:0}.article-body ol ol,.article-body ol ul{margin-top:0;margin-bottom:0}.article-body dl{padding:0}.article-body dl dt{padding:0;margin-top:1rem;font-size:1em;font-style:italic;font-weight:600}.article-body dl dd{padding:0 1rem;margin-bottom:1rem}.article-body img[align=right]{padding-left:20px}.article-body img[align=left]{padding-right:20px}.article-body .emoji{max-width:none;vertical-align:text-top;background-color:rgba(0,0,0,0)}.article-body span.frame{display:block;overflow:hidden}.article-body span.frame>span{display:block;float:left;width:auto;padding:7px;margin:13px 0 0;overflow:hidden;border:1px solid #d1d9e0}.article-body span.frame span img{display:block;float:left}.article-body span.frame span span{display:block;padding:5px 0 0;clear:both;color:#1f2328}.article-body span.align-center{display:block;overflow:hidden;clear:both}.article-body span.align-center>span{display:block;margin:13px auto 0;overflow:hidden;text-align:center}.article-body span.align-center span img{margin:0 auto;text-align:center}.article-body span.align-right{display:block;overflow:hidden;clear:both}.article-body span.align-right>span{display:block;margin:13px 0 0;overflow:hidden;text-align:right}.article-body span.align-right span img{margin:0;text-align:right}.article-body span.float-left{display:block;float:left;margin-right:13px;overflow:hidden}.article-body span.float-left span{margin:13px 0 0}.article-body span.float-right{display:block;float:right;margin-left:13px;overflow:hidden}.article-body span.float-right>span{display:block;margin:13px auto 0;overflow:hidden;text-align:right}.article-body code,.article-body tt{padding:.2em .4em;margin:0;font-size:85%;white-space:break-spaces;background-color:rgba(129,139,152,.1215686275);border-radius:6px}.article-body code br,.article-body tt br{display:none}.article-body del code{text-decoration:inherit}.article-body samp{font-size:85%}.article-body pre code{font-size:100%}.article-body pre>code{padding:0;margin:0;word-break:normal;white-space:pre;background:rgba(0,0,0,0);border:0}.article-body .highlight{margin-bottom:1rem}.article-body .highlight pre{margin-bottom:0;word-break:normal;padding:1rem;overflow:auto;font-size:85%;line-height:1.45;color:#1f2328;background-color:#f6f8fa;border-radius:6px}.article-body pre{padding:1rem;overflow:auto;font-size:85%;line-height:1.45;color:#1f2328;background-color:#f6f8fa;border-radius:6px}.article-body pre code,.article-body pre tt{display:inline;max-width:auto;padding:0;margin:0;overflow:visible;line-height:inherit;word-wrap:normal;background-color:rgba(0,0,0,0);border:0}.article-body .csv-data td,.article-body .csv-data th{padding:5px;overflow:hidden;font-size:12px;line-height:1;text-align:left;white-space:nowrap}.article-body .csv-data .blob-num{padding:10px .5rem 9px;text-align:right;background:#fff;border:0}.article-body .csv-data tr{border-top:0}.article-body .csv-data th{font-weight:600;background:#f6f8fa;border-top:0}.article-body [data-footnote-ref]::before{content:"["}.article-body [data-footnote-ref]::after{content:"]"}.article-body .footnotes{font-size:12px;color:#59636e;border-top:1px solid #d1d9e0}.article-body .footnotes ol{padding-left:1rem}.article-body .footnotes ol ul{display:inline-block;padding-left:1rem;margin-top:1rem}.article-body .footnotes li{position:relative}.article-body .footnotes li:target{color:#1f2328}.article-body .footnotes li:target::before{position:absolute;top:-0.5rem;right:-0.5rem;bottom:-0.5rem;left:-1.5rem;pointer-events:none;content:"";border:2px solid #0969da;border-radius:6px}.article-body .footnotes .data-footnote-backref g-emoji{font-family:monospace}.article-body body:has(:modal){padding-right:var(--dialog-scrollgutter) !important}.article-body .pl-c{color:#59636e}.article-body .pl-c1,.article-body .pl-s .pl-v{color:#0550ae}.article-body .pl-e,.article-body .pl-en{color:#6639ba}.article-body .pl-smi,.article-body .pl-s .pl-s1{color:#1f2328}.article-body .pl-ent{color:#0550ae}.article-body .pl-k{color:#cf222e}.article-body .pl-s,.article-body .pl-pds,.article-body .pl-s .pl-pse .pl-s1{color:#0a3069}.article-body .pl-sr{color:#0a3069}.article-body .pl-sr .pl-cce,.article-body .pl-sr .pl-sre,.article-body .pl-sr .pl-sra{color:#0a3069}.article-body .pl-v,.article-body .pl-smw{color:#953800}.article-body .pl-bu{color:#82071e}.article-body .pl-ii{color:#f6f8fa;background-color:#82071e}.article-body .pl-c2{color:#f6f8fa;background-color:#cf222e}.article-body .pl-sr .pl-cce{font-weight:bold;color:#116329}.article-body .pl-ml{color:#3b2300}.article-body .pl-mh{font-weight:bold;color:#0550ae}.article-body .pl-mh .pl-en{font-weight:bold;color:#0550ae}.article-body .pl-ms{font-weight:bold;color:#0550ae}.article-body .pl-mi{font-style:italic;color:#1f2328}.article-body .pl-mb{font-weight:bold;color:#1f2328}.article-body .pl-md{color:#82071e;background-color:#ffebe9}.article-body .pl-mi1{color:#116329;background-color:#dafbe1}.article-body .pl-mc{color:#953800;background-color:#ffd8b5}.article-body .pl-mi2{color:#d1d9e0;background-color:#0550ae}.article-body .pl-mdr{font-weight:bold;color:#8250df}.article-body .pl-ba{color:#59636e}.article-body .pl-sg{color:#818b98}.article-body .pl-corl{text-decoration:underline;color:#0a3069}.article-body [role=button]:focus:not(:focus-visible),.article-body [role=tabpanel][tabindex="0"]:focus:not(:focus-visible),.article-body button:focus:not(:focus-visible),.article-body summary:focus:not(:focus-visible),.article-body a:focus:not(:focus-visible){outline:none;box-shadow:none}.article-body [tabindex="0"]:focus:not(:focus-visible),.article-body details-dialog:focus:not(:focus-visible){outline:none}.article-body g-emoji{display:inline-block;min-width:1ch;font-family:"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1em;font-style:normal !important;font-weight:400;line-height:1;vertical-align:-0.075em}.article-body g-emoji img{width:1em;height:1em}.article-body .task-list-item{list-style-type:none}.article-body .task-list-item label{font-weight:400}.article-body .task-list-item.enabled label{cursor:pointer}.article-body .task-list-item+.task-list-item{margin-top:.25rem}.article-body .task-list-item .handle{display:none}.article-body .task-list-item-checkbox{margin:0 .2em .25em -1.4em;vertical-align:middle}.article-body ul:dir(rtl) .task-list-item-checkbox,.article-body ol:dir(rtl) .task-list-item-checkbox{margin:0 -1.6em .25em .2em}.article-body .contains-task-list:hover .task-list-item-convert-container,.article-body .contains-task-list:focus-within .task-list-item-convert-container{display:block;width:auto;height:24px;overflow:visible;clip:auto}.article-body ::-webkit-calendar-picker-indicator{filter:invert(50%)}.article-body .markdown-alert{padding:.5rem 1rem;margin-bottom:1rem;color:inherit;border-left:.25em solid #d1d9e0}.article-body .markdown-alert>:first-child{margin-top:0}.article-body .markdown-alert>:last-child{margin-bottom:0}.article-body .markdown-alert .markdown-alert-title{display:flex;font-weight:500;align-items:center;line-height:1}.article-body .markdown-alert.markdown-alert-note{border-left-color:#0969da}.article-body .markdown-alert.markdown-alert-note .markdown-alert-title{color:#0969da}.article-body .markdown-alert.markdown-alert-important{border-left-color:#8250df}.article-body .markdown-alert.markdown-alert-important .markdown-alert-title{color:#8250df}.article-body .markdown-alert.markdown-alert-warning{border-left-color:#9a6700}.article-body .markdown-alert.markdown-alert-warning .markdown-alert-title{color:#9a6700}.article-body .markdown-alert.markdown-alert-tip{border-left-color:#1a7f37}.article-body .markdown-alert.markdown-alert-tip .markdown-alert-title{color:#1a7f37}.article-body .markdown-alert.markdown-alert-caution{border-left-color:#cf222e}.article-body .markdown-alert.markdown-alert-caution .markdown-alert-title{color:#d1242f}.article-body>*:first-child>.heading-element:first-child{margin-top:0 !important}.article-body .highlight pre:has(+.zeroclipboard-container){min-height:52px}article .article-body .img-org-chart-wrapper .img-org-chart-zoom{display:none !important}@media all and (max-width:499px){article .article-body .img-org-chart-wrapper .img-org-chart-zoom{display:block !important}}article .article-body .img-org-chart-wrapper .img-org-chart-picture{display:block !important}@media all and (max-width:499px){article .article-body .img-org-chart-wrapper .img-org-chart-picture{display:none !important}}.btn-opacity{transition:opacity .3s}.btn-opacity:focus-visible{opacity:.4}@media(hover: none)and (pointer: coarse){.btn-opacity:active{opacity:.4}}@media(hover: hover)and (pointer: fine){.btn-opacity:hover{opacity:.4}}.text-hover-underline .font>span{padding-bottom:3px;background-image:linear-gradient(to bottom, currentColor 0%, currentColor 100%);background-position:left bottom;background-size:0px 1px;background-repeat:no-repeat;transition:background-size .2s cubic-bezier(0.77, 0, 0.175, 1),color .2s cubic-bezier(0.77, 0, 0.175, 1)}.text-hover-underline .font:nth-child(2)>span{transition:background-size .2s .1s cubic-bezier(0.77, 0, 0.175, 1),color .2s cubic-bezier(0.77, 0, 0.175, 1)}.text-hover-underline:focus-visible .font>span{color:var(--color-medium);background-size:100% 1px}@media(hover: none)and (pointer: coarse){.text-hover-underline:active .font>span{color:var(--color-medium);background-size:100% 1px}}@media(hover: hover)and (pointer: fine){.text-hover-underline:hover .font>span{color:var(--color-medium);background-size:100% 1px}}.text-hover-underline.reverse{transition:background-position .2s cubic-bezier(0.77, 0, 0.175, 1),background-size .2s cubic-bezier(0.77, 0, 0.175, 1),color .2s cubic-bezier(0.77, 0, 0.175, 1)}.text-hover-underline.reverse .font>span{background-size:100% 1px;background-position:right bottom}.text-hover-underline.reverse:focus-visible .font>span{background-size:0px 1px}@media(hover: none)and (pointer: coarse){.text-hover-underline.reverse:active .font>span{background-size:0px 1px}}@media(hover: hover)and (pointer: fine){.text-hover-underline.reverse:hover .font>span{background-size:0px 1px}}.hover-button-bg{transition:background-color .3s,color .3s}.hover-button-bg:focus-visible{background-color:var(--color-dark);color:#fff}@media(hover: none)and (pointer: coarse){.hover-button-bg:active{background-color:var(--color-dark);color:#fff}}@media(hover: hover)and (pointer: fine){.hover-button-bg:hover{background-color:var(--color-dark);color:#fff}}.line-clamp-1{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:3}.line-clamp-4{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:4}#wrapper{min-height:100vh;min-height:100svh;position:relative;display:flex;flex-direction:column}.container{margin-left:auto;margin-right:auto}.breadcrumbs ul{display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-10) var(--space-15)}.breadcrumbs ul li{flex-direction:row;display:flex;align-items:center;gap:var(--space-15)}.breadcrumbs ul li a{height:calc(var(--space-10)*1.2);white-space:nowrap;display:flex;text-decoration:none}.breadcrumbs ul li a[href="/en/company/ir/"]{pointer-events:none !important}.breadcrumbs ul li a[href="/en/company/ir/"] *{pointer-events:none !important}.breadcrumbs ul li i{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;line-height:1;font-style:normal}.breadcrumbs ul li i .breadcrumb-icon{display:block;width:calc(var(--space-10)*.8);height:calc(var(--space-10)*1.2);background:url("/img/common/icon/arrow-breadcrumb.svg") no-repeat center center/calc(var(--space-10) * 0.8) calc(var(--space-10)*1.2)}@media all and (min-width:768px){body{--global-header-height: 98px}}@media all and (min-width:500px)and (max-width:767px){body{--global-header-height: 84px}}@media all and (max-width:499px){body{--global-header-height: 70px}}@media all and (max-width:400px){body{--global-header-height: 50px}}.global-header{position:sticky;pointer-events:none;top:0;z-index:10000;height:var(--global-header-height)}.global-header[data-scroll-direction=down][data-scroll-view="1"] .global-header-inner{translate:0 calc(-100% - 20px)}body:has(.modal-header-menu .ReactModal__Overlay) .global-header{z-index:10001;pointer-events:none}body:has(.modal-header-menu .ReactModal__Overlay) .global-header .brand-logo,body:has(.modal-header-menu .ReactModal__Overlay) .global-header .box-round{pointer-events:auto}body:has(.modal-header-menu .ReactModal__Overlay) .global-header a.box-round,body:has(.modal-header-menu .ReactModal__Overlay) .global-header button.box-round{transition:transform .5s cubic-bezier(0.165, 0.84, 0.44, 1)}.global-header.menu-open .global-header-inner .link-corporate{transform:translateY(10px);border-radius:3px 3px 0 0;outline:none}@media all and (max-width:767px){.global-header.menu-open .global-header-inner .link-corporate{transform:translateY(0px)}}.global-header.menu-open .global-header-inner .link-corporate .icon{rotate:0deg}.global-header.menu-open .global-header-inner .link-corporate::after{scale:0 1 !important}.global-header.menu-open .global-header-inner .link-corporate .font{transition:.3s opacity}.global-header.menu-open .global-header-inner .link-corporate:focus-visible .font{opacity:.5}.global-header.menu-open .global-header-inner .link-corporate:focus-visible::before{opacity:0}.global-header.menu-open .global-header-inner .link-corporate:focus-visible .icon{translate:0 calc(var(--space-10)*-0.5)}@media(hover: none)and (pointer: coarse){.global-header.menu-open .global-header-inner .link-corporate:active .font{opacity:.5}.global-header.menu-open .global-header-inner .link-corporate:active::before{opacity:0}.global-header.menu-open .global-header-inner .link-corporate:active .icon{translate:0 calc(var(--space-10)*-0.5)}}@media(hover: hover)and (pointer: fine){.global-header.menu-open .global-header-inner .link-corporate:hover .font{opacity:.5}.global-header.menu-open .global-header-inner .link-corporate:hover::before{opacity:0}.global-header.menu-open .global-header-inner .link-corporate:hover .icon{translate:0 calc(var(--space-10)*-0.5)}}.global-header .simple-header{padding:0 30px;height:100%;display:flex;align-items:center}@media all and (max-width:767px){.global-header .simple-header{padding:0}}.global-header .simple-header .brand-logo{visibility:visible !important}.global-header .global-header-inner{transition:translate .75s cubic-bezier(0.165, 0.84, 0.44, 1);display:flex;align-items:center;padding:20px 20px 20px 30px;gap:10px}.global-header .global-header-inner .nav-holder{display:contents}.global-header .box-round{pointer-events:auto;display:flex;align-items:center;justify-content:center;height:58px;background-color:#fff;border-radius:3px;outline:1px solid rgba(0,0,0,.1);padding:10px 20px;gap:0 15px;position:relative}.global-header .box-round:not(.brand-logo){padding:10px 30px}.global-header .box-round .icon{display:flex;width:11px;height:11px;rotate:180deg}.global-header .box-round .icon svg path{fill:currentColor}.global-header a.box-round,.global-header button.box-round{position:relative}.global-header a.box-round::before,.global-header button.box-round::before{content:"";background-color:rgba(0,0,0,.1);opacity:0;position:absolute;top:-1px;left:-1px;width:calc(100% + 2px);height:calc(100% + 2px);border-radius:3px;transition:opacity .3s}@media all and (max-width:499px),all and (min-width:500px)and (max-width:767px){.global-header a.box-round::before,.global-header button.box-round::before{top:var(--space-20);left:1px;width:calc(100% - 2px);height:calc(100% - var(--space-20)*2)}}.global-header a.box-round:after,.global-header button.box-round:after{content:"";bottom:0;height:3px;background-color:#9fa0a0;width:calc(100% - 60px);left:30px;position:absolute;border-radius:3px 3px 0 0;transition:scale .3s cubic-bezier(1, 0, 0, 1);scale:0 1}@media all and (max-width:767px){.global-header a.box-round:after,.global-header button.box-round:after{width:calc(100% - 20px);left:10px;bottom:-1px}}@media all and (max-width:499px),all and (min-width:500px)and (max-width:767px){.global-header a.box-round.link-corporate:before,.global-header button.box-round.link-corporate:before{width:calc(100% - 2px - 9px)}}.global-header a.box-round.link-corporate:after,.global-header button.box-round.link-corporate:after{width:calc(100% - 60px - 25px)}@media all and (max-width:767px){.global-header a.box-round.link-corporate:after,.global-header button.box-round.link-corporate:after{width:calc(100% - 20px)}}.global-header a.box-round.current:after,.global-header button.box-round.current:after{background-color:#000;scale:1}.global-header a.box-round:focus-visible::before,.global-header button.box-round:focus-visible::before{opacity:1}.global-header a.box-round:focus-visible:after,.global-header button.box-round:focus-visible:after{scale:1}@media(hover: none)and (pointer: coarse){.global-header a.box-round:active::before,.global-header button.box-round:active::before{opacity:1}.global-header a.box-round:active:after,.global-header button.box-round:active:after{scale:1}}@media(hover: hover)and (pointer: fine){.global-header a.box-round:hover::before,.global-header button.box-round:hover::before{opacity:1}.global-header a.box-round:hover:after,.global-header button.box-round:hover:after{scale:1}}.global-header .brand-logo{pointer-events:auto;margin-right:auto;padding:8px 0;box-sizing:content-box;width:70px;display:flex;align-items:center}.global-header .brand-logo figure{width:100%}.global-header .brand-logo.fixed{position:fixed;top:20px;left:30px}body:has(.page-home) .global-header .brand-logo.fixed{top:30px;left:40px}.global-header .brand-logo.fixed span{display:none}.global-header .brand-logo.fixed span:nth-child(1){display:block}.global-header .brand-logo.fixed.white span{display:block}.global-header .brand-logo.fixed.white span:nth-child(1){display:none}@media all and (min-width:1025px){.global-header .brand-logo{visibility:hidden}.global-header .brand-logo.fixed{visibility:unset}}@media all and (max-width:1024px){.global-header .brand-logo{visibility:unset}.global-header .brand-logo.fixed{display:none}}@media all and (min-width:500px)and (max-width:767px),all and (min-width:768px)and (max-width:1024px){.global-header .brand-logo{width:60px}}@media all and (max-width:499px){.global-header .brand-logo{width:50px}}.global-header .link-corporate .div{width:1px;height:30px;background-color:rgba(0,0,0,.3)}.global-header .link-corporate .icon{margin-right:-15px;transition:translate .2s}.global-header .link-corporate:focus-visible .icon{translate:0 calc(var(--space-10)*.5)}@media(hover: none)and (pointer: coarse){.global-header .link-corporate:active .icon{translate:0 calc(var(--space-10)*.5)}}@media(hover: hover)and (pointer: fine){.global-header .link-corporate:hover .icon{translate:0 calc(var(--space-10)*.5)}}.global-header .global_navigation .naked{display:flex;gap:20px}.global-header .global_navigation .menu{position:relative}.global-header .global_navigation a::before{content:"";display:block;position:absolute;top:-10px;left:-10px;width:calc(100% + 20px);height:calc(100% + 20px)}.global-header .global_navigation a.current::after{transition:height .2s ease-out,bottom .2s ease-out;height:3px;border-radius:3px 3px 0 0;scale:1 !important;bottom:-21px}@media all and (max-width:767px){.global-header{padding:var(--space-10)}.global-header .global-header-inner{height:100%;overflow:hidden;padding:0;gap:0;border-radius:3px;background-color:#fff;position:relative}.global-header .global-header-inner::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid rgba(0,0,0,.1);border-radius:3px;z-index:0}.global-header .global-header-inner .box-round{background-color:rgba(0,0,0,0)}.global-header .brand-logo{padding-left:15px;padding-right:15px}.global-header .global_navigation{display:none}.global-header .box-round{height:100%;outline:none;border-radius:0;position:relative;z-index:1}.global-header .nav-holder{position:relative;z-index:1}.global-header .nav-holder .box-round{padding:10px}.global-header .nav-holder .box-round.link-corporate{gap:10px;padding-right:35px;display:flex}.global-header .nav-holder .box-round.link-corporate .div{height:22px}.global-header .nav-holder .box-round.link-corporate .icon{width:10px;height:10px}}@media all and (max-width:499px){.global-header .nav-holder .box-round{padding:10px 7.5px}.global-header .nav-holder .box-round.link-corporate{padding:10px 7.5px;padding-right:var(--space-20)}.global-header .nav-holder .box-round.link-corporate:after{left:7.5px;width:calc(100% - (7.5px + var(--space-20)))}.global-header .link-corporate{display:flex}.global-header .link-corporate .icon,.global-header .link-corporate .div{display:none}}@media all and (max-width:400px){.global-header{padding:0}.global-header .global-header-inner{border-radius:0}.global-header .global-header-inner::before{border-width:0;border-bottom-width:1px;border-radius:0}}.header-content-wrapper{position:relative;width:100%}.header-content-wrapper .header-content-container{overflow:hidden;display:flex;width:100%}.header-content-wrapper .header-content-over{position:absolute;top:0;left:0;bottom:0;right:0;display:flex;flex-direction:column}.header-content-wrapper .header-content-over .header-content-over-head{z-index:1;position:sticky;top:calc(var(--global-header-height));display:flex}.header-content-wrapper .header-content-over .header-content-over-head::before{top:-1px;content:"";height:21px;width:100%;position:absolute;background-color:#fff}.header-content-wrapper .header-content-over .button-close{position:relative;opacity:0;display:flex;transition:.3s opacity;position:relative;margin:10px 10px auto auto;pointer-events:none}.header-content-wrapper .header-content-over .button-close::before{content:"";display:block;position:absolute;top:-10px;left:-10px;width:calc(100% + 20px);height:calc(100% + 20px)}body:has(.box-round.active) .header-content-wrapper .header-content-over .button-close{opacity:1;pointer-events:auto}.header-content-wrapper .header-content{background-color:#fff;width:100%;flex-shrink:0;display:none;position:fixed;top:calc(var(--global-header-height));left:0}.header-content-wrapper .header-content.current{display:block;position:relative;top:0;line-height:0}.header-content-wrapper .header-content.next{display:flex}.header-content-wrapper .header-content .wip{position:absolute;top:0;left:0;width:100%;height:100%;display:flex}.header-content-wrapper .header-content .wip::before{position:absolute;top:30px;bottom:30px;right:30px;left:30px;content:"";background-color:rgba(255,0,0,.5);border-radius:3px}.header-content-wrapper .header-content .wip .title{position:absolute;width:231px;top:50%;left:50%;transform:translate(-50%, -50%)}body:has(.header-content.next) a{pointer-events:none !important}.global-header .nav-holder .box-round{transition:transform .3s,background-color .3s,border-radius .3s}.global-header .nav-holder:has(.box-round.active) .box-round{user-select:none;background-color:#9fa0a0}.global-header .nav-holder:has(.box-round.active) .box-round.active{background-color:#fff;transform:translateY(10px);border-radius:3px 3px 0 0;border-bottom:none}.global-header .nav-holder:has(.box-round.active) .box-round.active .icon{transform:rotate(-180deg)}.ytplayer-holder iframe{width:100%;height:auto}@keyframes iconMoveRight{0%{translate:0px}50%{translate:20px;opacity:0}50.0001%{translate:-20px;opacity:0}100%{translate:0px}}@keyframes iconMoveLeft{0%{translate:0px}50%{translate:-20px;opacity:0}50.0001%{translate:20px;opacity:0}100%{translate:0px}}@keyframes iconMoveUpRight{0%{translate:0px 0px}50%{translate:var(--moveUpRightValue) calc(var(--moveUpRightValue)*-1);opacity:0}50.0001%{translate:-7px 7px;opacity:0}100%{translate:0px 0px}}a.hover-icon.hover .icon,button.hover-icon.hover .icon{animation:iconMoveRight .5s cubic-bezier(0.165, 0.84, 0.44, 1)}a.hover-icon.hover::after,button.hover-icon.hover::after{animation:iconMoveRight .5s cubic-bezier(0.165, 0.84, 0.44, 1)}a.hover-icon.hover figcaption::after,button.hover-icon.hover figcaption::after{animation:iconMoveRight .5s cubic-bezier(0.165, 0.84, 0.44, 1)}a.hover-icon.hover:has(.direction_left)::after,a.hover-icon.hover.hover-icon-reverse::after,button.hover-icon.hover:has(.direction_left)::after,button.hover-icon.hover.hover-icon-reverse::after{animation:iconMoveLeft .5s cubic-bezier(0.165, 0.84, 0.44, 1)}a.hover-icon.hover:has(.direction_left) .icon,a.hover-icon.hover.hover-icon-reverse .icon,button.hover-icon.hover:has(.direction_left) .icon,button.hover-icon.hover.hover-icon-reverse .icon{animation:iconMoveLeft .5s cubic-bezier(0.165, 0.84, 0.44, 1)}a.hover-icon.hover[target=_blank] .icon,button.hover-icon.hover[target=_blank] .icon{animation:none}a.hover-icon.hover[target=_blank] .icon svg:first-child,button.hover-icon.hover[target=_blank] .icon svg:first-child{animation:iconMoveUpRight .5s cubic-bezier(0.455, 0.03, 0.515, 0.955)}a.hover-icon.hover:has(.button_file)::after,button.hover-icon.hover:has(.button_file)::after{animation:none}a.hover-icon.hover:has(.button_file) .icon,button.hover-icon.hover:has(.button_file) .icon{animation:none}a.hover-icon.hover:has(.button_file):focus-visible .icon svg:first-child,button.hover-icon.hover:has(.button_file):focus-visible .icon svg:first-child{animation:iconMoveUpRight .5s cubic-bezier(0.455, 0.03, 0.515, 0.955)}@media(hover: none)and (pointer: coarse){a.hover-icon.hover:has(.button_file):active .icon svg:first-child,button.hover-icon.hover:has(.button_file):active .icon svg:first-child{animation:iconMoveUpRight .5s cubic-bezier(0.455, 0.03, 0.515, 0.955)}}@media(hover: hover)and (pointer: fine){a.hover-icon.hover:has(.button_file):hover .icon svg:first-child,button.hover-icon.hover:has(.button_file):hover .icon svg:first-child{animation:iconMoveUpRight .5s cubic-bezier(0.455, 0.03, 0.515, 0.955)}}a.hover-icon.hover:has(.button_file) figcaption::after,button.hover-icon.hover:has(.button_file) figcaption::after{animation:none}a.hover-icon.hover:has(.button_file) .icon svg:first-child,button.hover-icon.hover:has(.button_file) .icon svg:first-child{animation:none}a.button-hover,button.button-hover{position:relative}a.button-hover::before,button.button-hover::before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;opacity:0;background-color:rgba(0,0,0,.1);transition:background-color .3s,opacity .3s}a.button-hover:focus-visible::before,button.button-hover:focus-visible::before{opacity:1}@media(hover: none)and (pointer: coarse){a.button-hover:active::before,button.button-hover:active::before{opacity:1}}@media(hover: hover)and (pointer: fine){a.button-hover:hover::before,button.button-hover:hover::before{opacity:1}}.sns-hover{transition:opacity .2s ease 0s,filter .2s ease 0s}.sns-hover.sns-note,.sns-hover.sns-x{opacity:1}.sns-hover.sns-note:focus-visible,.sns-hover.sns-x:focus-visible{opacity:.6}@media(hover: none)and (pointer: coarse){.sns-hover.sns-note:active,.sns-hover.sns-x:active{opacity:.6}}@media(hover: hover)and (pointer: fine){.sns-hover.sns-note:hover,.sns-hover.sns-x:hover{opacity:.6}}.sns-hover.sns-youtube,.sns-hover.sns-facebook{filter:brightness(0%)}.sns-hover.sns-youtube:focus-visible,.sns-hover.sns-facebook:focus-visible{filter:brightness(100%)}@media(hover: none)and (pointer: coarse){.sns-hover.sns-youtube:active,.sns-hover.sns-facebook:active{filter:brightness(100%)}}@media(hover: hover)and (pointer: fine){.sns-hover.sns-youtube:hover,.sns-hover.sns-facebook:hover{filter:brightness(100%)}}.button-round{border-radius:100px;padding:9px 20px;min-height:41px;display:flex;align-items:center;justify-content:center;background-color:rgba(159,160,160,.1);transition:background-color .3s,color .3s}.button-round:focus-visible{background-color:#000;color:#fff}@media(hover: none)and (pointer: coarse){.button-round:active{background-color:#000;color:#fff}}@media(hover: hover)and (pointer: fine){.button-round:hover{background-color:#000;color:#fff}}.button-circle{width:72px;height:72px;border-radius:100px;display:flex;justify-content:center;align-items:center;background-color:#fff;box-shadow:0px 0px 32px 0px rgba(0,0,0,.1019607843)}.button-circle .icon{width:10px;height:15px;object-fit:contain}@media all and (min-width:500px)and (max-width:1024px){.button-circle{width:54px;height:54px}.button-circle .icon{width:9px;height:13px}}@media all and (max-width:499px){.button-circle{width:36px;height:36px}.button-circle .icon{width:8px;height:11px}}.simple-footer{border-top:1px solid #9fa0a0;background-color:#fff;padding:50px;display:flex;flex-wrap:wrap;align-items:center;flex-direction:column;gap:50px 0;padding:30px 50px !important}@media all and (max-width:499px){.simple-footer{padding:40px;gap:40px 0}}.simple-footer .copyright{font-size:10px;display:flex;align-items:center;gap:20px;letter-spacing:.03em;margin-left:auto;height:10px}.simple-footer .copyright p{display:flex;margin-top:-45px;margin-bottom:-45px;gap:5px}.simple-footer .copyright p br{display:none}@media all and (max-width:499px){.simple-footer .copyright p br{display:block}}.global-footer{position:relative;margin-top:auto;container-type:inline-size}.global-footer .global-footer-inner{border-top:1px solid #9fa0a0;background-color:#fff;padding:50px;display:flex;flex-wrap:wrap;align-items:center;flex-direction:column;gap:50px 0}@media all and (max-width:499px){.global-footer .global-footer-inner{padding:40px;gap:40px 0}}.global-footer .global-footer-inner>.block{width:100%;display:flex;flex-wrap:wrap;gap:80px 0}@media all and (min-width:768px)and (max-width:1024px){.global-footer .global-footer-inner>.block.info-block{display:grid;grid-template-columns:min-content 1fr;grid-template-rows:1fr min-content;gap:80px;align-items:center}.global-footer .global-footer-inner>.block.info-block .site-nav{grid-row:1/2;grid-column:1/3}.global-footer .global-footer-inner>.block.info-block .sns{grid-row:2/3;grid-column:1/2}.global-footer .global-footer-inner>.block.info-block .lang-wrapper{grid-column:2/3;grid-row:2/3}}@media all and (min-width:500px)and (max-width:767px),all and (max-width:499px){.global-footer .global-footer-inner>.block.info-block .site-nav{width:100%}}@media all and (max-width:499px){.global-footer .global-footer-inner>.block{gap:35px 0}.global-footer .global-footer-inner>.block:last-child{gap:50px 0}}@media all and (min-width:500px)and (max-width:767px){.global-footer .global-footer-inner>.block{gap:60px 0}}.global-footer .site-nav>.naked{display:flex;justify-content:flex-start;align-items:stretch;flex-wrap:wrap;gap:30px 0}.global-footer .site-nav>.naked>li{display:flex;flex-direction:column;box-sizing:border-box;border-left:1px solid rgba(0,0,0,.3);padding-left:20px;gap:18px;padding-top:5px;padding-bottom:5px;padding-right:50px;width:242px}@media all and (max-width:767px){.global-footer .site-nav>.naked>li{padding-right:30px;width:219px;gap:23px}.global-footer .site-nav>.naked>li:has(.sub-links){gap:15px}}.global-footer .site-nav>.naked>li .sub-links{display:flex;flex-direction:column;gap:6px;padding-left:20px}@media all and (max-width:767px){.global-footer .site-nav>.naked>li .sub-links{gap:14px}}.global-footer .site-nav a{outline:0;position:relative;width:fit-content}.global-footer .site-nav a::after{transform-origin:center left}.global-footer .site-nav a::before{content:"";display:block;position:absolute;top:-15px;left:-15px;width:calc(100% + 30px);height:calc(100% + 30px)}.global-footer .site-nav a>span{margin-top:-45px;margin-bottom:-45px}.global-footer .site-nav a[target=_blank]{gap:10px;display:flex;align-items:center}.global-footer .site-nav a[target=_blank] .icon{width:12px;height:12px;background:url("/img/common/icon/blank.svg") no-repeat center center/cover}.global-footer .sns{position:relative;border-left:1px solid rgba(0,0,0,.3);padding-left:20px;display:flex;align-items:flex-start;margin-right:auto}@media all and (min-width:768px)and (max-width:1024px){.global-footer .sns{border-left:none;padding-left:0}}@container (max-width: 975px){.global-footer .sns{border-left:none;padding-left:0}}.global-footer .sns .sns-wrapper{display:flex;align-items:center;gap:20px}.global-footer .sns a{width:16px;height:16px;display:flex;align-items:center;position:relative}.global-footer .sns a.sns-youtube{width:21px}.global-footer .sns a.sns-facebook{width:18px;height:18px}.global-footer .sns a::before{content:"";display:block;position:absolute;top:-10px;left:-10px;width:calc(100% + 20px);height:calc(100% + 20px)}.global-footer .lang-wrapper{display:flex;align-items:center;gap:20px;margin-left:auto;margin-top:auto}@media all and (max-width:767px){.global-footer .lang-wrapper{width:100%;justify-content:space-between}}@media all and (min-width:500px)and (max-width:767px){.global-footer .lang-wrapper{margin-top:-30px}}.global-footer .copyright{font-size:10px;display:flex;align-items:center;gap:20px;letter-spacing:.03em}.global-footer .copyright p{display:flex;margin-top:-45px;margin-bottom:-45px;gap:5px}.global-footer .copyright p br{display:none}@media all and (max-width:499px){.global-footer .copyright p br{display:block}}.global-footer .lang{display:flex;width:80px;height:26px;position:relative}.global-footer .lang::before{content:"";display:block;position:absolute;top:-10px;left:-10px;width:calc(100% + 20px);height:calc(100% + 20px)}html[lang=ja] .global-footer .lang:focus-visible .toggle{background-color:rgba(0,0,0,.15)}html[lang=ja] .global-footer .lang:focus-visible .toggle::before{left:6px}html[lang=en] .global-footer .lang:focus-visible .toggle{background-color:rgba(0,0,0,.15)}html[lang=en] .global-footer .lang:focus-visible .toggle::before{left:calc(100% - 42.5px - 6px)}@media(hover: none)and (pointer: coarse){html[lang=ja] .global-footer .lang:active .toggle{background-color:rgba(0,0,0,.15)}html[lang=ja] .global-footer .lang:active .toggle::before{left:6px}html[lang=en] .global-footer .lang:active .toggle{background-color:rgba(0,0,0,.15)}html[lang=en] .global-footer .lang:active .toggle::before{left:calc(100% - 42.5px - 6px)}}@media(hover: hover)and (pointer: fine){html[lang=ja] .global-footer .lang:hover .toggle{background-color:rgba(0,0,0,.15)}html[lang=ja] .global-footer .lang:hover .toggle::before{left:6px}html[lang=en] .global-footer .lang:hover .toggle{background-color:rgba(0,0,0,.15)}html[lang=en] .global-footer .lang:hover .toggle::before{left:calc(100% - 42.5px - 6px)}}.global-footer .lang .toggle{pointer-events:none;position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,.3);overflow:hidden;border-radius:100px;transition:background-color .3s ease}.global-footer .lang .toggle::before{content:"";box-shadow:0px 0px 18px 0px rgba(0,0,0,.5019607843);display:block;position:absolute;width:42.5px;height:100%;background:#000;border-radius:100px;pointer-events:none;left:0;transition:left .3s ease-out}.global-footer .lang .button-lang{position:relative;display:flex;justify-content:center;align-items:center;outline:0;width:40px;color:#000;transition:color .3s;font-size:10px}@media all and (max-width:499px){.global-footer .lang .button-lang{font-size:12px}}.global-footer .lang .button-lang .inner{display:inline-block;margin:-47px 0 -45px}.global-footer .lang .button-lang[data-lang=ja]{padding-left:4px}.global-footer .lang .button-lang[data-lang=en]{padding-right:4px}html[lang=en] .global-footer .lang .toggle::before{left:calc(100% - 42.5px)}html[lang=en] .global-footer .lang .button-lang[data-lang=ja]{color:#000}html[lang=en] .global-footer .lang .button-lang[data-lang=en]{color:#fff}html[lang=ja] .global-footer .lang .toggle::before{left:0}html[lang=ja] .global-footer .lang .button-lang[data-lang=ja]{color:#fff}html[lang=ja] .global-footer .lang .button-lang[data-lang=en]{color:#000}.global-footer .logo{display:flex;width:72px}.global-footer .search-wrapper{align-self:center;width:242px;height:46px;margin-left:auto;position:relative;display:flex;align-items:center}@media all and (min-width:768px)and (max-width:1024px){.global-footer .search-wrapper{width:220px}}@media all and (min-width:500px)and (max-width:767px){.global-footer .search-wrapper{width:215px}}@media all and (max-width:499px){.global-footer .search-wrapper{height:42px}}.global-footer .search-wrapper form{display:block;width:100%;height:100%}.global-footer .search-wrapper input[type=search]{appearance:none;font-family:inherit;font-weight:inherit;color:inherit;line-height:inherit;letter-spacing:inherit;background-color:rgba(0,0,0,0);background-color:rgba(0,0,0,.1);border-radius:100px;width:100%;height:100%;padding:10px 45px 10px 20px;font-size:16px}.global-footer .search-wrapper input[type=search]::-webkit-search-cancel-button{display:none}@media all and (min-width:500px)and (max-width:1024px){.global-footer .search-wrapper input[type=search]{font-size:15px}}@media all and (max-width:499px){.global-footer .search-wrapper input[type=search]{font-size:16px;padding:10px 39px 10px 14px}}.global-footer .search-wrapper input[type=search]::placeholder{color:rgba(0,0,0,.3)}.global-footer .search-wrapper .button-submit{position:absolute;top:50%;right:20px;transform:translateY(-50%)}.global-footer .search-wrapper .button-submit::before{content:"";display:block;position:absolute;top:-10px;left:-10px;width:calc(100% + 20px);height:calc(100% + 20px)}@media all and (max-width:499px){.global-footer .search-wrapper .button-submit{font-size:14px;right:14px}}@media all and (max-width:499px){.global-footer .search-wrapper{width:100%}}body.lock{position:fixed;overflow-y:scroll;width:100%}body.ReactModal__Body--open{overflow-y:clip;width:calc(100% - var(--scroll-bar-width))}.modal{position:relative;z-index:10000}.modal.modal-full{z-index:10001}.modal .ReactModal__Overlay{opacity:0;scale:.98;transition:2s opacity,2s scale cubic-bezier(0.165, 0.84, 0.44, 1),2s transform cubic-bezier(0.165, 0.84, 0.44, 1)}.modal .ReactModal__Overlay--after-open{opacity:1;scale:unset}.modal .ReactModal__Overlay--before-close{transition:.3s opacity,.3s scale cubic-bezier(0.165, 0.84, 0.44, 1),.3s transform cubic-bezier(0.165, 0.84, 0.44, 1);opacity:0;scale:.98}.modal .ReactModal__Overlay{position:fixed;top:0;left:0;z-index:10;width:100%;height:100%;overflow:auto;overscroll-behavior:none;scrollbar-width:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal .ReactModal__Overlay::-webkit-scrollbar{display:none}.modal .ReactModal__Content{display:flex;flex-direction:column}.modal .overlay{cursor:pointer;position:absolute;transform:rotate(0.001deg);top:0;left:0;width:100%;height:100%;opacity:.5;background-color:var(--color-dark)}.modal .modal-container{position:relative;display:flex;flex:1;padding:100px}@media all and (min-width:768px){.modal .modal-container:has(.modal-section-wrap),.modal .modal-container:has(.topics-modal),.modal .modal-container:has(.keyword-outer),.modal .modal-container:has(.search-modal-holder){padding:50px 130px}}.modal .modal-container.blocked{position:fixed;inset:0}.modal .modal-container:has(.react-transform-wrapper){padding-left:0;padding-right:0}.modal .modal-container:has(.react-transform-wrapper) .modal-inner{max-width:100%;height:calc(100svh - var(--global-header-height)*2);clip-path:unset}.modal .modal-container:has(.react-transform-wrapper) .modal-inner .react-transform-wrapper{width:100% !important;pointer-events:none}.modal .modal-container:has(.react-transform-wrapper) .modal-inner .react-transform-wrapper .image{opacity:0;width:100%;pointer-events:auto;transition:opacity 1s}.modal .modal-container:has(.react-transform-wrapper) .modal-inner .react-transform-wrapper .image.show{opacity:1}.modal .modal-container::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.modal .modal-inner{width:100%;position:relative;display:flex;flex-direction:column;height:max-content;max-width:calc(var(--maxContentWidth));margin:auto;padding:var(--global-header-height) 100px;clip-path:inset(0 round 3px)}.modal .modal-inner:has(.nav-company){clip-path:unset}.modal .modal-inner:has(.page-projects){background-color:#fff}.modal .modal-inner:has(.page-projects)::before{content:"";position:absolute;z-index:0;top:0;left:0;width:100%;height:100%;background-color:var(--color-bg);border-radius:3px}.modal .modal-inner:has(.page-projects) .page-projects{position:relative;z-index:1}.modal .modal-inner:has(.popup-content){padding:0;background-color:rgba(0,0,0,0);pointer-events:none}.modal .modal-inner:has(.keyword-outer){clip-path:unset;padding:0}.modal .modal-inner:has(.topics-modal){padding:0;max-width:1000px}.modal .popup-content{height:100%;clip-path:inset(0 round 3px);display:flex;align-items:center;justify-content:center;flex-direction:column}.modal .popup-content>*{pointer-events:auto;width:100%}.modal .modal-section-wrap .section-main{padding-left:0}.modal .modal-section-wrap .section-main h1.heading_block{margin-top:0;display:flex;flex-direction:column}.modal .modal-section-wrap .section-main .title-sub{margin-top:var(--space-15);color:var(--color-medium)}.modal .modal-section-wrap .block-list{max-width:none;gap:54px 0}.modal .modal-section-wrap .block-list .block-body>*:first-child{margin-top:0}.modal .modal-section-wrap h2.heading_block{margin-top:var(--space-50x)}.modal .modal-section-wrap .table-wrapper .cell-bg .cell-bg-inner::before,.modal .modal-section-wrap .table-wrapper .cell-bg .cell-bg-inner::after{background-color:rgba(0,0,0,0)}.modal .modal-header-wrapper{position:sticky;width:100%;z-index:1;top:0}.modal .modal-header{position:absolute;top:0;left:0;width:100%;pointer-events:none;display:flex;align-items:center;justify-content:space-between;z-index:1;height:var(--global-header-height);padding:10px 50px 10px 30px}.modal .modal-header>*{pointer-events:auto}.modal .button-close{position:relative;width:30px;height:30px;border-radius:50px;background-color:#fff;z-index:1;transition:opacity background-color .3s}.modal .button-close:focus-visible{background-color:var(--color-dark)}.modal .button-close:focus-visible .line{background-color:#fff}@media(hover: none)and (pointer: coarse){.modal .button-close:active{background-color:var(--color-dark)}.modal .button-close:active .line{background-color:#fff}}@media(hover: hover)and (pointer: fine){.modal .button-close:hover{background-color:var(--color-dark)}.modal .button-close:hover .line{background-color:#fff}}.modal .button-close .line{position:absolute;top:50%;left:50%;width:16px;translate:-50% -50%;height:2px;background-color:var(--color-dark);rotate:45deg;transition:background-color .3s}.modal .button-close .line:first-child{rotate:-45deg}.modal .button-close.black{background-color:var(--color-dark)}.modal .button-close.black .line{background-color:#fff}.modal.modal-header-menu .ReactModal__Overlay{scale:1;transform:translateY(-10px);overflow-y:unset;transition:.5s opacity,.5s scale cubic-bezier(0.165, 0.84, 0.44, 1),.5s transform cubic-bezier(0.165, 0.84, 0.44, 1)}.modal.modal-header-menu .ReactModal__Overlay::before{content:none}.modal.modal-header-menu .ReactModal__Overlay--after-open{transform:translateY(0px)}.modal.modal-header-menu .ReactModal__Overlay--before-close{transform:translateY(-10px)}.modal.modal-header-menu .ReactModal__Content{height:calc(100% + 1px)}@media all and (min-width:500px)and (max-width:767px){.modal.modal-header-menu .ReactModal__Content{padding:calc(var(--global-header-height) + 19px) 10px 20px 10px !important}}@media all and (min-width:768px)and (max-width:1024px),all and (min-width:1025px){.modal.modal-header-menu .ReactModal__Content{padding:88px 20px 20px 20px !important}body:has(.page-home) .modal.modal-header-menu .ReactModal__Content{padding:98px 30px 20px 30px !important}}.modal.modal-header-menu .overlay{background-color:rgba(0,0,0,.5)}.modal.modal-header-menu .button-close{position:absolute;left:auto;background-color:#000}@media all and (min-width:500px)and (max-width:767px),all and (min-width:768px)and (max-width:1024px){.modal.modal-header-menu .button-close{top:10px;right:10px}}@media all and (min-width:1025px){.modal.modal-header-menu .button-close{top:15px;right:15px}}.modal.modal-header-menu .arrow{display:none;position:absolute;width:var(--space-10);height:var(--space-10);right:29px;top:calc(var(--global-header-height) + 3px);background-color:#fff;clip-path:polygon(50% 0, 100% 100%, 0 100%)}@media all and (max-width:767px){.modal.modal-header-menu .arrow{display:block}}@media all and (max-width:400px){.modal.modal-header-menu .arrow{right:29px}[lang=en] .modal.modal-header-menu .arrow{right:34px}}@media all and (min-width:401px)and (max-width:499px){.modal.modal-header-menu .arrow{top:calc(var(--global-header-height) - 5px);right:37px}[lang=en] .modal.modal-header-menu .arrow{right:40px}}@media all and (min-width:500px)and (max-width:767px){.modal.modal-header-menu .arrow{top:calc(var(--global-header-height) - 5px);right:60px}[lang=en] .modal.modal-header-menu .arrow{right:66px}}.modal.modal-header-menu .modal-container-wrapper{display:flex;position:relative;overflow:hidden}.modal.modal-header-menu .modal-container{padding:0;overflow-y:auto;border-radius:3px 0 3px 3px;overscroll-behavior:none;-ms-overflow-style:none;scrollbar-width:none}.modal.modal-header-menu .modal-container::-webkit-scrollbar{display:none}@media all and (max-width:767px){.modal.modal-header-menu .modal-container{border-radius:3px}}.modal.modal-header-menu .modal-container::-webkit-scrollbar{display:none}.modal.modal-header-menu .modal-inner{background-color:#fff;max-width:none;margin:0;padding:var(--space-50)}@media all and (min-width:500px)and (max-width:767px),all and (min-width:768px)and (max-width:1024px){.modal.modal-header-menu .modal-inner{padding:calc(var(--space-50) + 10px) var(--space-50)}}@media all and (min-width:500px)and (max-width:767px){.modal.modal-header-menu .modal-inner{padding:calc(var(--space-50) + 10px) var(--space-50) var(--space-50) var(--space-50)}}.modal.modal-header-menu .nav-company{position:relative}.modal.modal-header-menu .block-list.contact .accordion-content{margin-top:0 !important}.modal.modal-header-menu .block-list.contact .block-item{gap:var(--space-10);padding:var(--space-20)}@media all and (max-width:499px){.modal.modal-header-menu .block-list.contact .block-item{gap:10px;padding:20px;font-size:16px !important}}.modal.modal-header-menu .contact-wrapper{margin-top:40px;pointer-events:none}.modal.modal-header-menu .contact-wrapper>*{pointer-events:visible}@media all and (max-width:499px){.modal.modal-header-menu .contact-wrapper{margin-top:20px}}@media all and (min-width:1025px){.modal.modal-header-menu .contact-wrapper{position:absolute;bottom:0;right:0;width:100%;display:grid;grid-template-columns:repeat(6, 1fr);gap:20px;align-items:center}[lang=en] .modal.modal-header-menu .contact-wrapper{grid-template-columns:repeat(5, 1fr)}}.modal.modal-header-menu .contact-wrapper .block-list.contact{grid-column:5/7}[lang=en] .modal.modal-header-menu .contact-wrapper .block-list.contact{grid-column:4/6}@media all and (min-width:500px)and (max-width:767px){.modal.modal-header-menu .ReactModal__Content{padding:calc(var(--global-header-height) + var(--space-15) - var(--space-10)) var(--space-10) var(--space-10) var(--space-10) !important}}@media all and (max-width:499px){.modal.modal-header-menu .ReactModal__Content{padding:calc(var(--global-header-height) + var(--space-15)) var(--space-10) var(--space-10) var(--space-10) !important}.modal.modal-header-menu .modal-inner{padding:var(--space-30)}.modal.modal-header-menu .button-close{width:18px;height:18px;top:11px;right:11px}.modal.modal-header-menu .button-close .line{width:11px}}@media all and (min-width:401px)and (max-width:499px){.modal.modal-header-menu .ReactModal__Content{padding:calc(var(--global-header-height) + var(--space-15) - var(--space-10)) var(--space-10) var(--space-10) var(--space-10) !important}}@media all and (min-width:768px)and (max-width:1024px){.modal .modal-container:has(.topics-modal){padding:var(--global-header-height) 50px}.modal .modal-inner{padding:60px 50px 50px}.modal .brand-logo{width:60px}}@media all and (max-width:767px){.modal .modal-container{padding:var(--global-header-height) 0}.modal .modal-container:has(.modal-section-wrap),.modal .modal-container:has(.keyword-outer),.modal .modal-container:has(.search-modal-holder){padding:var(--global-header-height) 70px}.modal .modal-container:has(.topics-modal){padding:var(--global-header-height) 50px}.modal .modal-inner{padding:60px 30px 50px}.modal .modal-header{padding:10px 25px 10px 22px}.modal .popup-content{clip-path:none}.modal .brand-logo{width:60px}}@media all and (max-width:499px){.modal .modal-container:has(.modal-section-wrap),.modal .modal-container:has(.keyword-outer),.modal .modal-container:has(.search-modal-holder){padding:var(--global-header-height) 10px}.modal .modal-container:has(.topics-modal){padding:var(--global-header-height) 30px}.modal .modal-inner{padding:60px 40px 50px}.modal .modal-header{padding:10px 16px 10px 22px}.modal .brand-logo{width:50px}}@media all and (max-width:400px){.modal .modal-header{padding:12px 16px 10px 15px}}.modal .keyword-outer{max-width:calc(100vw - 60px);margin:auto}.modal .keyword-outer .controller{display:flex;justify-content:space-between;position:sticky;top:50svh;height:0;z-index:1}.modal .keyword-outer .controller .button-circle{transform:translate(50%, -50%)}.modal .keyword-outer .controller .button-circle.button-prev{transform:translate(-50%, -50%) rotate(180deg)}.modal .keyword-container{display:grid;grid-template-columns:1fr 1fr;overflow:hidden}@media all and (max-width:767px),all and (min-width:768px)and (max-width:1024px){.modal .keyword-container{grid-template-columns:1fr}}.modal .keyword-container .box-text{background-color:#e7e7e7;display:flex;flex-direction:column;gap:var(--space-50) 0;padding:var(--space-70)}.modal .keyword-container .box-text a{width:100%}.modal .keyword-container .box-pic figure{width:100%;height:100%}@media all and (min-width:768px){.modal .keyword-container .box-pic figure{aspect-ratio:unset !important}}.modal .keyword-container .box-pic figure img{width:100%;height:100%;object-fit:cover}.modal .topics-modal .section-wrap{background-color:#e7e7e7}.modal .topics-modal .topics-modal-inner{padding:0 var(--space-100xx) var(--space-50xx)}.modal .topics-modal .section-wrap{margin:0;padding:0;gap:0}.modal .topics-modal .section-main{padding:0}body{opacity:0;--color-bg: #9fa0a04d;--color-dark: #000000;--color-medium: #515252;--color-light: #9fa0a0;--color-border: #aaabab;--color-border-annotation: #51525299;--color-button-bg: #000000cc;--url-button-arrow: url("/img/common/icon/button-arrow.svg");--url-button-arrow-white: url("/img/common/icon/button-arrow-white.svg");--url-icon-pdf: url("/img/common/icon/icon-pdf.svg");--url-icon-pdf-white: url("/img/common/icon/icon-pdf-white.svg");--url-icon-excel: url("/img/common/icon/icon-excel.svg");--url-icon-excel-white: url("/img/common/icon/icon-excel-white.svg");background-color:var(--color-bg);--maxContentWidth: 1600px}body:has(.typesquare_option){visibility:unset;opacity:unset;transition:.5s opacity linear}body:has([data-theme-type=麻布台ヒルズ]){--color-bg: #d6e3dc;--color-dark: #003a40;--color-medium: #00875f;--color-light: #d6e3dc;--color-border: #a7bcbc;--color-border-annotation: #00875f99;--url-button-arrow: url("/img/common/icon/button-arrow-azabudai.svg");--url-icon-pdf: url("/img/common/icon/icon-pdf-azabudai.svg");--url-icon-excel: url("/img/common/icon/icon-excel-azabudai.svg")}body:has([data-theme-type=虎ノ門ヒルズ]){--color-bg: #d4d9dccc;--color-dark: #000000;--color-medium: #004ea2;--color-light: #d4d9dc;--color-border: #a9aaab;--color-border-annotation: #004ea299;--url-button-arrow: url("/img/common/icon/button-arrow-toranomon.svg");--url-icon-pdf: url("/img/common/icon/icon-pdf-toranomon.svg");--url-icon-excel: url("/img/common/icon/icon-excel-toranomon.svg")}body:has([data-theme-type=六本木ヒルズ]){--color-bg: #e0f1fa;--color-dark: #0c2340;--color-medium: #653024;--color-light: #62b5e5;--color-border: #c8bdbc;--color-border-annotation: #65302499;--url-button-arrow: url("/img/common/icon/button-arrow-roppongi.svg");--url-icon-pdf: url("/img/common/icon/icon-pdf-roppongi.svg");--url-icon-excel: url("/img/common/icon/icon-excel-roppongi.svg")}body:has([data-theme-type=アークヒルズ]){--color-bg: #ccc0b466;--color-dark: #000000;--color-medium: #595959;--color-light: #ccc0b4;--color-border: #cbbab5;--color-border-annotation: #59595999;--url-button-arrow: url("/img/common/icon/button-arrow-other.svg");--url-icon-pdf: url("/img/common/icon/icon-pdf-other.svg");--url-icon-excel: url("/img/common/icon/icon-excel-other.svg")}body:has([data-theme-type=その他]){--color-bg: #9fa0a04d;--color-dark: #000000;--color-medium: #515252;--color-light: #9fa0a0;--color-border: #aaabab;--color-border-annotation: #51525299}.img-container{position:relative;display:flex;justify-content:center}.img-container::before{content:"";background-color:var(--color-dark);opacity:.05;position:absolute;top:0;bottom:0;left:0;right:0;border-radius:3px}.img-container img{position:relative}.img-container.loaded img{height:100%;width:auto;max-height:800px}.article-body{color:var(--color-dark)}.article-body .section-main{padding-left:100px;width:100%;margin:0 auto}.article-body .section-main .title-holder{margin:var(--space-30) 0 0;display:flex;flex-direction:column;position:relative}.article-body .section-main .title-holder .page-title{display:flex;line-break:strict}.article-body .section-main .title-holder .page-subtitle{margin-top:var(--space-15);letter-spacing:.085em;color:var(--color-medium);display:flex;flex-direction:column}.article-body .section-main .title-holder .date{color:var(--color-medium);position:absolute;right:0;bottom:0;letter-spacing:.1em}.article-body .section-main .title-holder.press-title-holder,.article-body .section-main .title-holder.topics-title-holder{display:grid;grid-template-columns:1fr 118px;grid-template-rows:min-content 1fr;gap:0 50px}@media all and (max-width:767px){.article-body .section-main .title-holder.press-title-holder,.article-body .section-main .title-holder.topics-title-holder{display:block}}@media all and (min-width:1025px){.article-body .section-main .title-holder.press-title-holder,.article-body .section-main .title-holder.topics-title-holder{grid-template-columns:1fr calc(25% - 37.5px)}}.article-body .section-main .title-holder.press-title-holder *+.page-summary,.article-body .section-main .title-holder.topics-title-holder *+.page-summary{margin-top:var(--space-30)}.article-body .section-main .title-holder.press-title-holder .page-info,.article-body .section-main .title-holder.topics-title-holder .page-info{display:flex;justify-content:flex-end;text-align:right;grid-column:2/3;grid-row:1/3;color:var(--color-medium)}@media all and (max-width:767px){.article-body .section-main .title-holder.press-title-holder *+.page-info,.article-body .section-main .title-holder.topics-title-holder *+.page-info{margin-top:var(--space-30)}}.article-body .section-main .title-holder.press-title-holder .page-info-releases,.article-body .section-main .title-holder.topics-title-holder .page-info-releases{display:flex;flex-direction:column}.article-body .section-main .title-holder.topics-title-holder{margin:var(--space-50) 0 var(--space-70)}.modal .article-body .section-main .title-holder.topics-title-holder{margin:var(--space-70) 0}.article-body .section-main .lead{display:flex;flex-direction:column;margin-top:calc(var(--space-20) + var(--space-20))}@media all and (max-width:1024px){.article-body .section-main{padding-left:50px}}@media all and (max-width:499px){.article-body .section-main{padding-left:40px}}.article-body .section-main.projects-general .flex-col-2_1{display:grid;grid-template-columns:auto 34.764657308%;align-items:center;gap:0 100px;margin-top:calc(var(--space-50) - 4px)}.article-body .section-main.projects-general .box-text{display:flex;flex-direction:column;gap:var(--space-30) 0}.article-body .section-main.projects-general .box-text .lead .kerning-line-pre{margin-left:-0.5em}.article-body .section-main.projects-general .box-text .lead .font{display:flex;flex-direction:column}@media all and (max-width:1024px){.article-body .section-main.projects-general .box-text .lead .font{word-break:keep-all;word-break:auto-phrase;overflow-wrap:anywhere;line-break:strict;display:inline}.article-body .section-main.projects-general .box-text .lead .font .sentence{display:contents}}@media all and (min-width:768px)and (max-width:1024px){.article-body .section-main.projects-general .flex-col-2_1{display:grid;grid-template-columns:1fr 1fr;gap:0 50px}}@media all and (min-width:500px)and (max-width:767px){.article-body .section-main.projects-general .flex-col-2_1{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:40px 30px}.article-body .section-main.projects-general .flex-col-2_1 .box-text{display:contents}.article-body .section-main.projects-general .flex-col-2_1 .lead{grid-column:1/2;grid-row:1/2}.article-body .section-main.projects-general .flex-col-2_1 figure{grid-column:2/3;grid-row:1/2;width:auto}.article-body .section-main.projects-general .flex-col-2_1 .body{grid-column:1/3;grid-row:2/3}}@media all and (max-width:499px){.article-body .section-main.projects-general .flex-col-2_1{gap:30px 0;display:flex;flex-direction:column-reverse}.article-body .section-main.projects-general .flex-col-2_1 .box-text{width:auto}.article-body .section-main.projects-general .flex-col-2_1 .box-text .lead{margin-top:0}.article-body .section-main.projects-general .flex-col-2_1 figure{width:auto}}.article-body .section-projects-main{--projectsMargin: 100px;z-index:1;position:relative;display:flex;padding-left:var(--projectsMargin);margin:auto;margin-top:calc(var(--global-header-height)*-1)}.article-body .section-projects-main .main-gallery-wrapper{margin-left:100px;z-index:1;width:51.6534391534%;flex-shrink:0}.article-body .section-projects-main .main-gallery-wrapper .main-gallery{width:100%;height:100%;aspect-ratio:9/16;position:relative}.article-body .section-projects-main .main-gallery-wrapper .main-gallery .main-gallery-container{position:absolute;top:0;left:0;width:100%;height:100%}.article-body .section-projects-main .main-gallery-wrapper .main-gallery img{width:100%;height:100%;object-fit:cover}@media all and (min-width:768px){.article-body .section-projects-main .main-gallery-wrapper .main-gallery img{border-radius:0 0 0 3px}}.article-body .section-projects-main .box-text-wrapper{display:flex;position:relative;flex-direction:column}.article-body .section-projects-main .box-text{position:sticky;padding-top:var(--global-header-height);top:0;pointer-events:none;z-index:1;display:flex;flex-direction:column;min-height:100vh;min-height:100lvh}.article-body .section-projects-main .box-text .title-holder{margin-top:calc(var(--space-20)*4);margin-bottom:var(--space-100);display:flex;flex-direction:column;position:relative}.article-body .section-projects-main .box-text .title-holder .page-subtitle{margin-top:var(--space-10);letter-spacing:.1em;display:flex;flex-direction:column;color:var(--color-medium)}.article-body .section-projects-main .box-text .title-holder .logo{position:absolute;right:0;height:80px;width:auto;top:50%;translate:0 -50%}.article-body .section-projects-main .box-text .title-holder .logo img{width:auto;height:100%}body:has([data-theme-type=六本木ヒルズ]) .article-body .section-projects-main .box-text .title-holder .logo{width:200px;height:auto}body:has([data-theme-type=六本木ヒルズ]) .article-body .section-projects-main .box-text .title-holder .logo img{width:100%;height:auto}.article-body .section-projects-main .box-text .descriotion{margin-bottom:auto}.article-body .section-projects-main .box-text .lead{color:var(--color-medium)}.article-body .section-projects-main .box-text .lead .font .sentence{line-break:strict}.article-body .section-projects-main .box-text .lead .kerning-line-pre{margin-left:-0.5em}.article-body .section-projects-main .box-text .lead .font{display:flex;flex-direction:column}@media all and (min-width:768px)and (max-width:1024px),all and (min-width:1025px)and (max-width:1200px){.article-body .section-projects-main .box-text .lead .font{word-break:keep-all;word-break:auto-phrase;overflow-wrap:anywhere;line-break:strict;display:inline}.article-body .section-projects-main .box-text .lead .font .sentence{display:contents}}.article-body .section-projects-main .box-text .text{margin-top:var(--space-70)}.article-body .section-projects-main .box-text .text .w_r{display:none}.article-body .section-projects-main .box-text .text .w_b{display:none}html.font1 .article-body .section-projects-main .box-text .text .w_m{display:none}html.font1 .article-body .section-projects-main .box-text .text .w_r{display:inline-block}html.font2 .article-body .section-projects-main .box-text .text .w_m{display:none}html.font2 .article-body .section-projects-main .box-text .text .w_b{display:inline-block}.article-body .section-projects-main .box-text::after{min-height:var(--space-100);margin-top:var(--space-100);content:"";background-color:rgba(255,255,255,.6);height:var(--space-100);position:relative;align-self:flex-end;right:calc(var(--projectsMargin)*-1);width:calc(100% + 1600px)}@media all and (max-width:1024px){.article-body .section-projects-main{padding-left:50px}.article-body .section-projects-main .main-gallery-wrapper{margin-left:50px}}@media all and (max-width:767px){.article-body .section-projects-main{flex-direction:column;padding-left:0;clip-path:inset(0);margin:auto}.article-body .section-projects-main .main-gallery-wrapper{margin-left:0;width:100%;margin-top:0;margin-bottom:0px;order:1;position:sticky;top:0}.article-body .section-projects-main .main-gallery-wrapper .main-gallery{aspect-ratio:auto}.article-body .section-projects-main .main-gallery-wrapper .main-gallery .main-gallery-container{position:relative}.article-body .section-projects-main .main-gallery-wrapper .main-gallery .main-gallery-container img{min-height:100vh}.article-body .section-projects-main .box-text-wrapper{display:contents}.article-body .section-projects-main .box-text{display:contents}.article-body .section-projects-main .box-text::after{content:none}.article-body .section-projects-main .box-text .title-holder{margin-top:33px;margin-bottom:51px;margin-left:50px;margin-right:50px}.article-body .section-projects-main .box-text .title-holder .logo{height:48px}body:has([data-theme-type=六本木ヒルズ]) .article-body .section-projects-main .box-text .title-holder .logo{width:140px}.article-body .section-projects-main .box-text .descriotion{z-index:2;padding:50px 50px 150px;position:relative;order:2}.article-body .section-projects-main .box-text .descriotion .lead,.article-body .section-projects-main .box-text .descriotion .text{color:#fff}.article-body .section-projects-main .box-text .descriotion::before{opacity:.9;content:"";position:absolute;width:100%;left:0;top:-150px;bottom:-1px;background:linear-gradient(180deg, color-mix(in sRGB, var(--color-dark) 0%, transparent) 0px, color-mix(in sRGB, var(--color-dark) 100%, transparent) 150px)}}@media all and (max-width:499px){.article-body .section-projects-main .box-text .title-holder{margin-left:40px;margin-right:40px}.article-body .section-projects-main .box-text .descriotion{padding:40px 40px 110px}}.article-body .section-projects-main+.section-wrap{margin-top:0;padding-top:var(--space-100x)}.article-body .section-gap{display:flex;flex-direction:column;gap:var(--space-100x)}.article-body .section-gap .section-main:first-child~section:nth-of-type(2):not(.layout_1col:has(.img_kv_wide)){margin-top:calc(var(--space-100) - var(--space-100x))}.page-projects:not(:has(.modal-section-wrap)) .article-body .section-gap .section-main:first-child~section:nth-of-type(2):not(.layout_1col:has(.img_kv_wide)){margin-top:0}.article-body .section-gap .section-main+.layout_1col:has(.img_kv_wide){margin-top:calc(var(--space-50) - var(--space-100x))}.article-body .section-gap:not(.modal-section-wrap):not(:has(.section>.section-title)){gap:var(--space-100xx)}.page-projects:not([data-theme-type=その他]) .article-body .section-gap:not(.modal-section-wrap):not(:has(.section>.section-title)){gap:var(--space-100x)}.article-body .section-gap:not(.modal-section-wrap):not(:has(.section>.section-title)) .section-main:first-child~section:nth-of-type(2):not(.layout_1col:has(.img_kv_wide)){margin-top:calc(var(--space-100) - var(--space-100xx))}.page-projects:not(:has(.modal-section-wrap)) .article-body .section-gap:not(.modal-section-wrap):not(:has(.section>.section-title)) .section-main:first-child~section:nth-of-type(2):not(.layout_1col:has(.img_kv_wide)){margin-top:0}.article-body .section-gap:not(.modal-section-wrap):not(:has(.section>.section-title)) .section-main+.layout_1col:has(.img_kv_wide){margin-top:calc(var(--space-50) - var(--space-100xx))}.article-body .section-gap .section-graphic-main+section{margin-top:calc(var(--space-50x) - var(--space-100xx))}.article-body .section-wrap{margin-top:calc(var(--global-header-height)*-1);padding-top:calc(var(--global-header-height) + var(--space-70));position:relative;min-height:calc(100svh - var(--footer-height));margin-right:var(--space-section);padding-right:var(--space-section);background-color:rgba(255,255,255,.6);padding-bottom:100px;--indicator-top: 98px}.article-body .section-wrap .section-indicator-wrapper{z-index:1;position:absolute;top:0;right:-80px;height:100%;padding-top:var(--space-100);padding-bottom:100px}.article-body .section-wrap .section-indicator-wrapper .indicator{position:sticky;top:var(--indicator-top);display:flex;flex-direction:column;align-items:flex-end;max-height:calc(100vh - var(--indicator-top))}.article-body .section-wrap .section-indicator-wrapper .indicator>*{flex-shrink:0}.article-body .section-wrap .section-indicator-wrapper .base{width:130px;background-color:#fff;display:flex;align-items:center;min-height:42px}.article-body .section-wrap .section-indicator-wrapper .indicator-title{line-break:strict;color:var(--color-dark);text-decoration:none;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:16px 10px 16px 20px;background-color:#fff;z-index:1;overflow-wrap:anywhere;hyphens:manual;-webkit-hyphens:manual}.article-body .section-wrap .section-indicator-wrapper .indicator-title.button-hover::before{background-color:var(--color-light);border-radius:3px}.page-projects:not(:has(.modal-section-wrap)) .article-body .section-wrap .section-indicator-wrapper .indicator-title.button-hover::before{background-color:#fff}.page-projects:not(:has(.modal-section-wrap)) .article-body .section-wrap .section-indicator-wrapper .indicator-title{color:#fff;background-color:var(--color-dark)}.article-body .section-wrap .section-indicator-wrapper .indicator-title .shoulder{line-height:1 !important;margin-bottom:var(--space-10);color:var(--color-light);transition:color .3s}.article-body .section-wrap .section-indicator-wrapper .indicator-title:focus-visible.button-hover::before{opacity:.5 !important}.page-projects:not(:has(.modal-section-wrap)) .article-body .section-wrap .section-indicator-wrapper .indicator-title:focus-visible.button-hover::before{opacity:.4 !important}.article-body .section-wrap .section-indicator-wrapper .indicator-title:focus-visible .shoulder{color:var(--color-medium)}.page-projects:not(:has(.modal-section-wrap)) .article-body .section-wrap .section-indicator-wrapper .indicator-title:focus-visible .shoulder{color:var(--color-light)}@media(hover: none)and (pointer: coarse){.article-body .section-wrap .section-indicator-wrapper .indicator-title:active.button-hover::before{opacity:.5 !important}.page-projects:not(:has(.modal-section-wrap)) .article-body .section-wrap .section-indicator-wrapper .indicator-title:active.button-hover::before{opacity:.4 !important}.article-body .section-wrap .section-indicator-wrapper .indicator-title:active .shoulder{color:var(--color-medium)}.page-projects:not(:has(.modal-section-wrap)) .article-body .section-wrap .section-indicator-wrapper .indicator-title:active .shoulder{color:var(--color-light)}}@media(hover: hover)and (pointer: fine){.article-body .section-wrap .section-indicator-wrapper .indicator-title:hover.button-hover::before{opacity:.5 !important}.page-projects:not(:has(.modal-section-wrap)) .article-body .section-wrap .section-indicator-wrapper .indicator-title:hover.button-hover::before{opacity:.4 !important}.article-body .section-wrap .section-indicator-wrapper .indicator-title:hover .shoulder{color:var(--color-medium)}.page-projects:not(:has(.modal-section-wrap)) .article-body .section-wrap .section-indicator-wrapper .indicator-title:hover .shoulder{color:var(--color-light)}}.article-body .section-wrap .section-indicator-wrapper .indicator-section-wrapper{flex:1;height:fit-content;overflow-y:auto;scrollbar-width:none;overscroll-behavior-y:none;padding-bottom:20px}.article-body .section-wrap .section-indicator-wrapper .indicator-section-wrapper::-webkit-scrollbar{display:none}.article-body .section-wrap .section-indicator-wrapper .indicator-section-wrapper .indicator-section-container{padding-top:20px;flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:5px 0}.article-body .section-wrap .section-indicator-wrapper .indicator-section{display:flex;align-items:flex-start;flex-direction:column;position:relative;overflow:hidden}.article-body .section-wrap .section-indicator-wrapper .indicator-section a{text-decoration:none;flex-grow:1}.article-body .section-wrap .section-indicator-wrapper .indicator-section:after{position:absolute;content:"";top:0;left:0;height:100%;width:5px;background-color:var(--color-dark);transition:scale .6s cubic-bezier(1, 0, 0, 1),width .6s cubic-bezier(1, 0, 0, 1);transform-origin:bottom center;scale:1 0}body:has([data-scroll-direction=up]) .article-body .section-wrap .section-indicator-wrapper .indicator-section:after{transform-origin:top center}.article-body .section-wrap .section-indicator-wrapper .indicator-section.current:after{transition-delay:.1s,0s;transform-origin:top center;scale:1 1}body:has([data-scroll-direction=up]) .article-body .section-wrap .section-indicator-wrapper .indicator-section.current:after{transform-origin:bottom center}body:has(.section-wrap[data-jump-target-id]) .article-body .section-wrap .section-indicator-wrapper .indicator-section.current:after{scale:1 0}.article-body .section-wrap .section-indicator-wrapper .indicator-section .button-hover:focus-visible::before{background-color:var(--color-light) !important;opacity:.5 !important}.page-projects:not([data-theme-type=その他]) .article-body .section-wrap .section-indicator-wrapper .indicator-section .button-hover:focus-visible::before{opacity:1 !important}.page-projects[data-theme-type=六本木ヒルズ] .article-body .section-wrap .section-indicator-wrapper .indicator-section .button-hover:focus-visible::before{opacity:.3 !important}.page-projects[data-theme-type=アークヒルズ] .article-body .section-wrap .section-indicator-wrapper .indicator-section .button-hover:focus-visible::before{opacity:.7 !important}.article-body .section-wrap .section-indicator-wrapper .indicator-section .button-hover:focus-visible .wrapper::before{opacity:0 !important}@media(hover: none)and (pointer: coarse){.article-body .section-wrap .section-indicator-wrapper .indicator-section .button-hover:active::before{background-color:var(--color-light) !important;opacity:.5 !important}.page-projects:not([data-theme-type=その他]) .article-body .section-wrap .section-indicator-wrapper .indicator-section .button-hover:active::before{opacity:1 !important}.page-projects[data-theme-type=六本木ヒルズ] .article-body .section-wrap .section-indicator-wrapper .indicator-section .button-hover:active::before{opacity:.3 !important}.page-projects[data-theme-type=アークヒルズ] .article-body .section-wrap .section-indicator-wrapper .indicator-section .button-hover:active::before{opacity:.7 !important}.article-body .section-wrap .section-indicator-wrapper .indicator-section .button-hover:active .wrapper::before{opacity:0 !important}}@media(hover: hover)and (pointer: fine){.article-body .section-wrap .section-indicator-wrapper .indicator-section .button-hover:hover::before{background-color:var(--color-light) !important;opacity:.5 !important}.page-projects:not([data-theme-type=その他]) .article-body .section-wrap .section-indicator-wrapper .indicator-section .button-hover:hover::before{opacity:1 !important}.page-projects[data-theme-type=六本木ヒルズ] .article-body .section-wrap .section-indicator-wrapper .indicator-section .button-hover:hover::before{opacity:.3 !important}.page-projects[data-theme-type=アークヒルズ] .article-body .section-wrap .section-indicator-wrapper .indicator-section .button-hover:hover::before{opacity:.7 !important}.article-body .section-wrap .section-indicator-wrapper .indicator-section .button-hover:hover .wrapper::before{opacity:0 !important}}.article-body .section-wrap .section-indicator-wrapper .indicator-section a.h2-title{display:flex;justify-content:flex-start;align-items:center;width:100%;height:100%;padding:12px 5px 12px 20px;overflow-wrap:anywhere;word-break:keep-all}.article-body .section-wrap .section-indicator-wrapper .indicator-section .h3-titles{width:100%}.article-body .section-wrap .section-indicator-wrapper .indicator-section .h3-titles .h3-titles-inner{display:flex;flex-direction:column;gap:3px 0;padding:0 0 12px 20px}.article-body .section-wrap .section-indicator-wrapper .indicator-section .h3-titles a.h3-title{flex-shrink:0;border-radius:3px 0 0 3px;overflow:hidden}.article-body .section-wrap .section-indicator-wrapper .indicator-section .h3-titles a.h3-title .wrapper{padding:11px 10px 11px 15px;position:relative;z-index:0;display:flex;align-items:center;justify-content:flex-start;line-break:strict}.article-body .section-wrap .section-indicator-wrapper .indicator-section .h3-titles a.h3-title .wrapper::before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-color:var(--color-dark);opacity:.05;transition:opacity .3s}.article-body .section-wrap .section-indicator-wrapper .indicator-section .h3-titles a.h3-title::before{content:"";position:absolute;top:0;left:0;bottom:0;right:0}.article-body .section-wrap .section-indicator-wrapper .indicator-section .h3-titles a.h3-title:after{position:absolute;z-index:1;content:"";top:0;left:0;height:100%;width:5px;background-color:var(--color-medium);transition:scale .6s cubic-bezier(1, 0, 0, 1);transform-origin:bottom center;scale:1 0}body:has([data-scroll-direction=up]) .article-body .section-wrap .section-indicator-wrapper .indicator-section .h3-titles a.h3-title:after{transform-origin:top center}.article-body .section-wrap .section-indicator-wrapper .indicator-section .h3-titles a.h3-title.current:after{transition-delay:.1s,0s;transform-origin:top center;scale:1 1}body:has([data-scroll-direction=up]) .article-body .section-wrap .section-indicator-wrapper .indicator-section .h3-titles a.h3-title.current:after{transform-origin:bottom center}body:has(.section-wrap[data-jump-target-id]) .article-body .section-wrap .section-indicator-wrapper .indicator-section .h3-titles a.h3-title.current:after{scale:1 0}.article-body .section-wrap .section-indicator-wrapper .indicator-clickable{position:absolute;width:calc(100% + 50px - 13px);height:calc(100% + 100px);right:-13px;top:-50px;display:none}@media all and (max-width:767px){.article-body .section-wrap{--indicator-top: 78px}}@media all and (max-width:1024px){.article-body .section-wrap .section-indicator-wrapper{right:-7px}.article-body .section-wrap .section-indicator-wrapper .round{border-radius:0 3px 3px 0}.article-body .section-wrap .section-indicator-wrapper .indicator-section-wrapper .indicator-section-container{padding-top:0}.article-body .section-wrap .section-indicator-wrapper .indicator-title{display:none}.article-body .section-wrap .section-indicator-wrapper .indicator-section{width:7px;max-width:250px;transition:width .4s cubic-bezier(1, 0, 0, 1)}.article-body .section-wrap .section-indicator-wrapper .indicator-section>a.h2-title,.article-body .section-wrap .section-indicator-wrapper .indicator-section .h3-titles{padding-right:12px !important;width:100% !important}.article-body .section-wrap .section-indicator-wrapper .indicator-section>a.h2-title .font,.article-body .section-wrap .section-indicator-wrapper .indicator-section .h3-titles .font{white-space:nowrap}.article-body .section-wrap .section-indicator-wrapper .indicator-section>a.h2-title .font br,.article-body .section-wrap .section-indicator-wrapper .indicator-section .h3-titles .font br{display:none}.article-body .section-wrap .section-indicator-wrapper .indicator-section .h3-titles{display:grid;grid-template-rows:0fr;transition:grid-template-rows .4s cubic-bezier(1, 0, 0, 1)}.article-body .section-wrap .section-indicator-wrapper .indicator-section .h3-titles .h3-titles-inner{overflow-y:hidden;transition:padding-bottom .4s cubic-bezier(1, 0, 0, 1)}.article-body .section-wrap .section-indicator-wrapper .indicator-section .h2-title .font,.article-body .section-wrap .section-indicator-wrapper .indicator-section .h3-title .font{text-overflow:ellipsis;overflow:hidden;text-wrap:nowrap}.article-body .section-wrap .section-indicator-wrapper .indicator-section .h3-title .inner{width:100%}.article-body .section-wrap .section-indicator-wrapper .indicator-section::after{width:7px}.article-body .section-wrap .section-indicator-wrapper .indicator-clickable{display:block}.article-body .section-wrap .section-indicator-wrapper:not(.show) .indicator-section .h3-titles-inner{padding-bottom:0}.article-body .section-wrap .section-indicator-wrapper.show .indicator-section{width:100%;border-radius:3px}.article-body .section-wrap .section-indicator-wrapper.show .indicator-section:nth-child(1){transition-delay:0s}.article-body .section-wrap .section-indicator-wrapper.show .indicator-section:nth-child(2){transition-delay:0.06s}.article-body .section-wrap .section-indicator-wrapper.show .indicator-section:nth-child(3){transition-delay:0.12s}.article-body .section-wrap .section-indicator-wrapper.show .indicator-section:nth-child(4){transition-delay:0.18s}.article-body .section-wrap .section-indicator-wrapper.show .indicator-section:nth-child(5){transition-delay:0.24s}.article-body .section-wrap .section-indicator-wrapper.show .indicator-section:nth-child(6){transition-delay:0.3s}.article-body .section-wrap .section-indicator-wrapper.show .indicator-section:nth-child(7){transition-delay:0.36s}.article-body .section-wrap .section-indicator-wrapper.show .indicator-section:nth-child(8){transition-delay:0.42s}.article-body .section-wrap .section-indicator-wrapper.show .indicator-section:nth-child(9){transition-delay:0.48s}.article-body .section-wrap .section-indicator-wrapper.show .indicator-section:nth-child(10){transition-delay:0.54s}.article-body .section-wrap .section-indicator-wrapper.show .indicator-section:nth-child(11){transition-delay:0.6s}.article-body .section-wrap .section-indicator-wrapper.show .indicator-section:nth-child(12){transition-delay:0.66s}.article-body .section-wrap .section-indicator-wrapper.show .indicator-section:nth-child(13){transition-delay:0.72s}.article-body .section-wrap .section-indicator-wrapper.show .indicator-section:nth-child(14){transition-delay:0.78s}.article-body .section-wrap .section-indicator-wrapper.show .indicator-section:nth-child(15){transition-delay:0.84s}.article-body .section-wrap .section-indicator-wrapper.show .indicator-section .h3-titles{width:calc(100% + 12px) !important;grid-template-rows:1fr}.article-body .section-wrap .section-indicator-wrapper.show .indicator-section::after{width:5px}.article-body .section-wrap .section-indicator-wrapper.show .indicator-clickable{display:none}}@media all and (min-width:1025px){.article-body .section.section-h3-border-top .block-body,.article-body .block-list-item.section-h3-border-top .block-body{position:relative;padding-top:var(--space-50x)}.article-body .section.section-h3-border-top .block-body::before,.article-body .block-list-item.section-h3-border-top .block-body::before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:1px;background-color:var(--color-border)}}@media all and (min-width:500px)and (max-width:1024px),all and (max-width:499px){.article-body .section.section-h3-border-top .block-list,.article-body .section.section-h3-border-top:not(:has(.block-list)),.article-body .block-list-item.section-h3-border-top .block-list,.article-body .block-list-item.section-h3-border-top:not(:has(.block-list)){position:relative;padding-top:var(--space-50x)}.article-body .section.section-h3-border-top .block-list::before,.article-body .section.section-h3-border-top:not(:has(.block-list))::before,.article-body .block-list-item.section-h3-border-top .block-list::before,.article-body .block-list-item.section-h3-border-top:not(:has(.block-list))::before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:1px;background-color:var(--color-border)}}@media all and (min-width:500px)and (max-width:767px),all and (max-width:499px){.article-body .section.section-h2-border-top,.article-body .block-list-item.section-h2-border-top{position:relative;padding-top:var(--space-50x);padding-top:calc(var(--space-100xxx) - 30px)}.article-body .section.section-h2-border-top::before,.article-body .block-list-item.section-h2-border-top::before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:1px;background-color:var(--color-border)}.article-body .section.section-h2-border-top::before,.article-body .block-list-item.section-h2-border-top::before{top:-30px;right:0;left:unset;width:calc(100% - 50px)}}@media all and (min-width:500px)and (max-width:767px)and (max-width:499px),all and (max-width:499px)and (max-width:499px){.article-body .section.section-h2-border-top::before,.article-body .block-list-item.section-h2-border-top::before{width:calc(100% - 40px)}}@media all and (min-width:1025px){.article-body .section.section-h2-border-top-above-XL,.article-body .block-list-item.section-h2-border-top-above-XL{position:relative;padding-top:var(--space-50x);padding-top:var(--space-100xxx)}.article-body .section.section-h2-border-top-above-XL::before,.article-body .block-list-item.section-h2-border-top-above-XL::before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:1px;background-color:var(--color-border)}.article-body .section.section-h2-border-top-above-XL::before,.article-body .block-list-item.section-h2-border-top-above-XL::before{right:0;left:unset;width:calc(100% - (100px + .3061056106*(100% - 50px - 50px) + 50px))}}@media all and (min-width:1025px)and (min-width:1441px){.article-body .section.section-h2-border-top-above-XL::before,.article-body .block-list-item.section-h2-border-top-above-XL::before{width:calc(100% - 550px)}}.article-body .sticky-row{position:relative;z-index:0;display:flex;gap:0 50px;align-items:stretch}.article-body .sticky-row .sticky{position:sticky;top:var(--indicator-top);align-self:start}.article-body .sticky-row.section:not(:has(h2.section-title)){padding-left:100px}.modal .article-body .sticky-row.section:not(:has(h2.section-title)),.ReactModalPortal .article-body .sticky-row.section:not(:has(h2.section-title)){padding-left:0}@media all and (max-width:1024px){.article-body .sticky-row{gap:0 20px}.article-body .sticky-row.section:not(:has(h2.section-title)){padding-left:50px}.article-body .sticky-row .sticky{top:80px}}@media all and (max-width:499px){.article-body .sticky-row{gap:0 10px}.article-body .sticky-row.section:not(:has(h2.section-title)){padding-left:40px}}.article-body .section-title{padding:20px 0 20px 5px;display:block;width:50px;flex-shrink:0;position:relative;background-color:#fff;display:flex;justify-content:center;border:none;border-top-right-radius:3px;border-bottom-right-radius:3px}.article-body .section-title .sticky{display:flex;align-items:baseline;gap:18px}.article-body .section-title .title-main{line-height:1;font-weight:600;display:flex;align-items:center;font-feature-settings:normal;white-space:nowrap}.article-body .section-title .title-main.font{padding-top:0 !important;padding-bottom:0 !important;margin:0 !important}.article-body .section-title .title-sub{color:var(--color-medium);line-height:1;letter-spacing:.1em;white-space:nowrap;position:relative;left:-.0833333333em}.article-body .section-title .title-sub.font{padding-top:0 !important;padding-bottom:0 !important;margin:0 !important}.article-body .section-title::before{position:absolute;top:0;left:0;width:5px;height:100%;background-color:var(--color-dark);content:""}.page-projects:not([data-theme-type=その他]) .article-body .section-title::before{background-color:var(--color-medium)}@media all and (max-width:1024px){.article-body .section-title{padding-left:3px;width:30px;background-color:rgba(0,0,0,0);padding-top:0;padding-bottom:0}.article-body .section-title::before{width:3px;background-color:var(--color-light)}}.article-body .block-list{display:flex;flex-direction:column;gap:var(--space-100xx) 0;width:100%;margin:0 auto}.page-projects:not([data-theme-type=その他]) .article-body .block-list{gap:var(--space-100xxx) 0}@media all and (max-width:1024px){.page-topics .article-body .block-list{padding-left:0}}.topics-modal .article-body .block-list{gap:var(--space-50) 0}.article-body .block-list-item.sticky-row{display:grid;grid-template-columns:30.6105610561% auto}.article-body .block-list-item.sticky-row:has(.press-filter){grid-template-columns:max(310px,30.6105610561%) auto}@media all and (max-width:1024px){.article-body .block-list-item.sticky-row{display:block}}@media all and (min-width:1441px){.article-body .block-list-item.sticky-row{grid-template-columns:400px auto}}.article-body .block-list-item.col_ratio.col_ratio-1_2{display:grid;gap:0 50px;grid-template-columns:30.6105610561% auto}.article-body .block-list-item.col_ratio.col_ratio-1_2 .block-body{grid-column:auto}@media all and (min-width:500px)and (max-width:767px),all and (max-width:499px){.article-body .block-list-item.col_ratio.col_ratio-1_2{grid-template-columns:1fr}}@media all and (min-width:1441px){.article-body .block-list-item.col_ratio.col_ratio-1_2{grid-template-columns:400px auto}}.article-body .block-title{gap:20px 0;container-type:inline-size;color:var(--color-medium)}.article-body .block-title.black{color:#000}.article-body .block-title .kerning-line-pre{margin-left:-0.5em}.article-body .block-title .font{display:flex;flex-direction:column}@media all and (max-width:499px),all and (min-width:1025px)and (max-width:1200px){.article-body .block-title .font{word-break:keep-all;word-break:auto-phrase;overflow-wrap:anywhere;line-break:strict;display:inline}.article-body .block-title .font .sentence{display:contents}}@media all and (max-width:1024px){.article-body .block-title{position:relative !important;top:auto !important;margin-bottom:calc(var(--space-50x))}.page-projects:not([data-theme-type=その他]) .article-body .block-title{margin-bottom:calc(var(--space-50f))}}@media all and (max-width:1024px){.article-body .block-title.empty-index-h3-text{margin-bottom:0}.article-body .block-title.empty-index-h3-text .font{padding-top:0;padding-bottom:0}}.article-body .block-body{container-type:inline-size;grid-column:2;display:flex;flex-direction:column;gap:var(--space-50x) var(--space-50xx);font-size:16px;line-height:32px}.page-projects:not([data-theme-type=その他]) .article-body .block-body{row-gap:var(--space-50f)}.article-body .block-body:has(.sns_col){row-gap:var(--space-50f)}.article-body .h4_img_link{position:relative;color:#fff}.article-body .h4_img_link::before{content:"";position:absolute;top:0;left:0;width:100%;height:30%;z-index:1;background:linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);border-top-left-radius:3px;border-top-right-radius:3px}.article-body .h4_img_link .title-holder{text-decoration:underline;text-underline-offset:6px;display:flex;align-items:center;justify-content:space-between;position:absolute;top:calc(var(--space-10) + var(--space-15));left:var(--space-30);right:var(--space-30);z-index:1}.article-body .h4_img_link .figure{background-color:rgba(0,0,0,.1)}.article-body .h4_img_link[target=_self] .icon{display:block;width:11px;height:15px}.article-body .h4_img_link[target=_self] .icon::after{display:block;content:"";background:url("/img/common/icon/button-arrow-white.svg") no-repeat center center/contain;width:100%;height:100%}.article-body .h4_img_link[target=_blank] .icon{display:flex;width:12px;height:12px;position:relative}.article-body .h4_img_link[target=_blank] .icon svg{position:absolute;top:0;left:0}.article-body .h4_img_link[target=_blank] .icon svg:first-child path:first-child{display:none}.article-body .h4_img_link[target=_blank] .icon svg:last-child path:last-child{display:none}.article-body .h4_img_link h3{position:relative}.article-body .h4_img_link h3 .font{margin:-45px auto}.article-body .h4_img_link h3::after{content:"";display:block;position:absolute;bottom:-5px;left:0;width:calc(100% + 0px);background-color:currentColor;height:1px}@media all and (min-width:768px)and (max-width:1024px){.article-body .layout_1col .image-gallery-wrapper:has(.white_bg_arrow).grid,.article-body .layout_1col .image-gallery-wrapper:has(.white_bg_arrow).col-3,.article-body .layout_1col .image-gallery-wrapper:has(.white_bg_arrow).col-3-1{grid-template-columns:1fr 1fr}}.wide-block:not(.wide-block-below-L){position:relative;left:50%;margin-left:-50vw;width:100vw}@media all and (min-width:500px)and (max-width:1024px),all and (max-width:499px){.wide-block.wide-block-below-L{position:relative;left:50%;margin-left:-50vw;width:100vw}}.wide-block.wide-block-half:not(.wide-block-below-L){width:calc(100vw - var(--scroll-bar-width) - var(--space-section))}@media all and (min-width:500px)and (max-width:1024px),all and (max-width:499px){.wide-block.wide-block-half{width:calc(100vw - var(--scroll-bar-width) - var(--space-section))}}.tab-filter-holder{background-color:#fff;padding:var(--space-30);width:100%;display:flex;flex-direction:column;gap:var(--space-20)}@media all and (min-width:1025px){.tab-filter-holder{border-radius:3px}}.tab-filter-holder .keyword input{font-weight:bold;width:100%}.tab-filter-holder .tab-filter{display:flex;flex-wrap:wrap;gap:var(--space-10)}.tab-filter-holder .tab-filter .item{min-height:0;padding:var(--space-15) var(--space-20)}.tab-filter-holder .tab-filter .item.current{background-color:#000;color:#fff}.tab-filter-holder .tab-filter .item.current.hover-button-bg{background-color:#000;color:#fff}.tab-filter-holder .title{display:flex}@media all and (min-width:500px)and (max-width:1024px),all and (max-width:499px){.wide-block:has(.tab-filter-holder){background-color:#fff;height:auto;padding-left:calc(50vw - 50%);padding-right:calc(50vw - (50% + var(--space-section)))}.wide-block:has(.tab-filter-holder) .tab-filter-holder{background-color:rgba(0,0,0,0);padding-left:0;padding-right:0}}.add-index a.item{text-decoration:none}.heightMaxVh{opacity:0;transition:.2s opacity}.heightMaxVh.loaded{opacity:unset;width:fit-content;max-height:100svh;height:max-content}.heightMaxVh.loaded img{height:100%;width:auto;width:fit-content}@media all and (min-width:500px)and (max-width:1024px),all and (max-width:499px){.heightMaxVh.loaded{width:100%;max-width:100%;margin:auto;max-height:unset;height:auto}.heightMaxVh.loaded img{height:auto;width:100%}}.filter-section{background-color:#fff;padding:var(--space-30);border-radius:3px;position:sticky}.filter-section .filter-title{font-family:"A P-OTF Midashi Go MB31 Pr6N",sans-serif;font-weight:600;font-size:12px;line-height:1.4166666667;color:var(--color-dark);margin-bottom:18px}.filter-section .filter-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}.filter-section .filter-row:last-of-type{margin-bottom:0}.filter-section .filter-select{background-color:rgba(158,161,161,.1019607843);border:none;border-radius:3px;padding:9px 15px 9px 20px;font-family:"A P-OTF Midashi Go MB31 Pr6N",sans-serif;font-weight:600;font-size:12px;line-height:1.9166666667;color:rgba(0,0,0,.3);min-height:41px;flex:1;min-width:150px}.filter-section .filter-select.year-select{flex:none;min-width:118px}.filter-section .filter-select option{color:var(--color-dark)}.filter-section .filter-input{background-color:rgba(159,160,160,.1);border:none;border-radius:3px;padding:9px 20px;font-family:"A P-OTF Midashi Go MB31 Pr6N",sans-serif;font-weight:600;font-size:12px;line-height:1.9166666667;color:var(--color-dark);min-height:41px;flex:1;min-width:200px}.filter-section .filter-input::placeholder{color:rgba(0,0,0,.3)}.filter-section .year-label{font-family:"A P-OTF Midashi Go MB31 Pr6N",sans-serif;font-weight:600;font-size:12px;line-height:1.4166666667;color:var(--color-dark);display:flex;align-items:center;white-space:nowrap}.filter-section .year-separator{font-family:"A P-OTF Midashi Go MB31 Pr6N",sans-serif;font-weight:600;font-size:12px;line-height:1.4166666667;color:var(--color-dark);display:flex;align-items:center;white-space:nowrap}.filter-section .filter-actions{display:flex;flex-direction:column;align-items:flex-end;gap:15px;padding-top:10px}.filter-section .search-button{background-color:var(--color-dark);color:#fff;border:none;border-radius:3px;padding:13px 22px 13px 20px;font-family:"A P-OTF Midashi Go MB31 Pr6N",sans-serif;font-weight:600;font-size:14px;line-height:1.1428571429;text-align:center;cursor:pointer;width:100%}.filter-section .search-button:focus-visible{opacity:.8}@media(hover: none)and (pointer: coarse){.filter-section .search-button:active{opacity:.8}}@media(hover: hover)and (pointer: fine){.filter-section .search-button:hover{opacity:.8}}.filter-section .clear-button{background:none;border:none;color:var(--color-dark);font-family:"A P-OTF Midashi Go MB31 Pr6N",sans-serif;font-weight:600;font-size:12px;line-height:1.4166666667;text-align:right;cursor:pointer;display:flex;align-items:center;gap:5px}.filter-section .clear-button .clear-icon{font-size:10px}.filter-section .clear-button:focus-visible{opacity:.7}@media(hover: none)and (pointer: coarse){.filter-section .clear-button:active{opacity:.7}}@media(hover: hover)and (pointer: fine){.filter-section .clear-button:hover{opacity:.7}}.press-filter{font-weight:600}.press-filter .select-wrap{display:flex;flex-wrap:wrap;gap:10px}.press-filter .select-wrap input{position:relative;pointer-events:auto;background-color:rgba(158,161,161,.1019607843);width:100%;height:41px;font-size:12px;padding:13px var(--space-30) 12px var(--space-20)}@media all and (max-width:499px){.press-filter .select-wrap input{font-size:16px}}.press-filter .select-wrap input::placeholder{font-size:12px;color:rgba(0,0,0,.3)}.press-filter .select-wrap select{cursor:pointer;pointer-events:auto;appearance:none;height:41px;width:100%;font-size:12px;padding:12px var(--space-30) 12px var(--space-20);background:rgba(158,161,161,.1019607843) url("/img/common/icon/arrow-bottom.svg") no-repeat center right var(--space-15)/10px 7px}.press-filter .select-wrap select:has(option:checked[value=""]){color:rgba(0,0,0,.3)}.press-filter .select-wrap select option{color:#000}.press-filter .select-wrap .select-multiple{pointer-events:auto;appearance:none;height:fit-content;width:100%;font-size:12px;background:rgba(158,161,161,.1019607843) url("/img/common/icon/arrow-bottom.svg") no-repeat center right var(--space-15)/10px 7px}.press-filter .select-wrap .select-multiple *{font-size:12px;border:none;padding:0;margin:0}.press-filter .select-wrap .select-multiple .select-multiple__control{cursor:pointer;min-height:0;background-color:rgba(0,0,0,0)}.press-filter .select-wrap .select-multiple .select-multiple__control--is-focused{outline:#000 2px solid !important}.press-filter .select-wrap .select-multiple .select-multiple__indicators{display:none}.press-filter .select-wrap .select-multiple .select-multiple__value-container{display:flex;justify-content:flex-start;align-items:flex-start;gap:var(--space-10);padding:12px var(--space-30) 11px var(--space-20)}.press-filter .select-wrap .select-multiple .select-multiple__value-container input{width:0;height:0}.press-filter .select-wrap .select-multiple .select-multiple__multi-value{align-items:center;flex-shrink:0;padding:var(--space-10) var(--space-15) var(--space-10) var(--space-20);border:solid 1px #000;border-radius:100px;gap:var(--space-10);background-color:#fff}.press-filter .select-wrap .select-multiple .select-multiple__multi-value__remove{transition:color .2s,background-color .2s;position:relative;border-radius:50%;border:solid 1px #000;background-color:#fff;display:flex;justify-content:center;align-items:center}.press-filter .select-wrap .select-multiple .select-multiple__multi-value__remove::before{content:"";display:block;position:absolute;top:-10px;left:-10px;width:calc(100% + 20px);height:calc(100% + 20px)}.press-filter .select-wrap .select-multiple .select-multiple__multi-value__remove:focus-visible{background-color:#000;color:#fff}@media(hover: none)and (pointer: coarse){.press-filter .select-wrap .select-multiple .select-multiple__multi-value__remove:active{background-color:#000;color:#fff}}@media(hover: hover)and (pointer: fine){.press-filter .select-wrap .select-multiple .select-multiple__multi-value__remove:hover{background-color:#000;color:#fff}}.press-filter .select-wrap .select-multiple .select-multiple__placeholder{color:rgba(0,0,0,.3)}.press-filter .select-wrap .select-multiple .select-multiple__menu .select-multiple__menu-list{height:fit-content}@media all and (min-width:1025px){.press-filter .select-wrap .select-multiple .select-multiple__menu .select-multiple__menu-list{max-height:324px}}@media all and (min-width:500px)and (max-width:1024px){.press-filter .select-wrap .select-multiple .select-multiple__menu .select-multiple__menu-list{max-height:306px}}@media all and (max-width:499px){.press-filter .select-wrap .select-multiple .select-multiple__menu .select-multiple__menu-list{max-height:288px}}.press-filter .select-wrap .select-multiple .select-multiple__menu .select-multiple__option,.press-filter .select-wrap .select-multiple .select-multiple__menu .select-multiple__menu-notice{padding:var(--space-10) var(--space-30) var(--space-10) var(--space-20);transition:color .2s,background-color .2s}.press-filter .select-wrap .select-multiple .select-multiple__menu .select-multiple__option:focus-visible,.press-filter .select-wrap .select-multiple .select-multiple__menu .select-multiple__menu-notice:focus-visible{background-color:rgba(0,0,0,.2)}@media(hover: none)and (pointer: coarse){.press-filter .select-wrap .select-multiple .select-multiple__menu .select-multiple__option:active,.press-filter .select-wrap .select-multiple .select-multiple__menu .select-multiple__menu-notice:active{background-color:rgba(0,0,0,.2)}}@media(hover: hover)and (pointer: fine){.press-filter .select-wrap .select-multiple .select-multiple__menu .select-multiple__option:hover,.press-filter .select-wrap .select-multiple .select-multiple__menu .select-multiple__menu-notice:hover{background-color:rgba(0,0,0,.2)}}.press-filter .select-wrap .select-multiple .select-multiple__menu .select-multiple__option.select-multiple__option--is-focused,.press-filter .select-wrap .select-multiple .select-multiple__menu .select-multiple__menu-notice.select-multiple__option--is-focused{background-color:rgba(0,0,0,.2)}.press-filter .select-wrap .keyword{width:100%;position:relative}.press-filter .select-wrap .keyword:has(.icon-search) input{padding:13px var(--space-30) 12px calc(var(--space-20)*2)}.press-filter .select-wrap .keyword:has(input:placeholder-shown) .button-reset{display:none}.press-filter .select-wrap .keyword .icon-search{position:absolute;width:15px;height:15px;top:0;bottom:0;left:calc(var(--space-15));margin:auto;z-index:1;background:url("/img/common/icon/search.svg") no-repeat center center/contain}.press-filter .select-wrap .keyword .icon-search::before{content:"";display:block;position:absolute;top:-5px;left:-5px;width:calc(100% + 10px);height:calc(100% + 10px)}.press-filter .select-wrap .keyword .button-reset{position:absolute;top:0;bottom:0;right:calc(var(--space-15));margin:auto}.press-filter .select-wrap .year-selects{width:100%;display:flex;align-items:center;gap:0 calc(var(--space-10))}.press-filter .select-wrap .year-selects .title{white-space:nowrap}.press-filter .select-wrap .year-selects select{flex-grow:1;scrollbar-width:none}.press-filter .select-wrap .year-selects select::-webkit-scrollbar{display:none}.press-filter .select-wrap .year-selects select option{background-color:#fff}@media all and (min-width:500px)and (max-width:767px){.press-filter .select-wrap select[name=category],.press-filter .select-wrap select[name=project]{width:calc(50% - 5px)}.press-filter .select-wrap .select-multiple{width:calc(50% - 5px)}.press-filter .select-wrap .year-selects{width:72.75%}}@media all and (min-width:768px)and (max-width:1024px){.press-filter .select-wrap select[name=category],.press-filter .select-wrap select[name=project]{width:calc(50% - 5px)}.press-filter .select-wrap .select-multiple{width:calc(50% - 5px)}.press-filter .select-wrap .keyword,.press-filter .select-wrap .year-selects{width:calc(50% - 5px)}}@media all and (min-width:1025px)and (max-width:1440px){.press-filter .year-selects .title{min-width:45px;white-space:unset !important;word-break:normal}}.press-filter .button-submit{min-width:100%}.press-filter .button-reset{position:relative;display:flex;align-items:center;gap:0 calc(var(--space-10)*.5);margin-left:auto}.press-filter .button-reset::before{content:"";display:block;position:absolute;top:-10px;left:-10px;width:calc(100% + 20px);height:calc(100% + 20px)}.press-filter .button-reset .icon{width:10px;height:10px;position:relative}.press-filter .button-reset .icon::before,.press-filter .button-reset .icon::after{content:"";height:1px;width:calc(100% + 2px);background-color:#000;position:absolute;top:50%;left:-1px}.press-filter .button-reset .icon::before{rotate:45deg}.press-filter .button-reset .icon::after{rotate:-45deg}.press-filter:has(.select-multiple__control--menu-is-open) .button-submit,.press-filter:has(.select-multiple__control--menu-is-open) .button-reset{pointer-events:none}@media all and (min-width:768px)and (max-width:1024px){.press-filter.search{flex-direction:row}.press-filter.search .select-wrap,.press-filter.search .keyword{font-weight:bold;width:100%}.press-filter.search .button-submit{width:200px;min-width:0}}.press-head{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:calc(var(--space-30))}.press-head .result-info{display:inline !important}.press-head .result-info>*{display:inline !important}.press-head .button-sort-wrap{margin:0 0 0 auto;position:relative}.press-head .button-sort-wrap:hover .button-sort-list{opacity:1;pointer-events:auto}.press-head .button-sort{position:relative;color:var(--color-medium);gap:calc(var(--space-10));margin:0 0 0 auto;display:flex;align-items:center;padding-bottom:6px;border-bottom:2px solid}.press-head .button-sort .font{white-space:nowrap}.press-head .button-sort.asc .icon{scale:1 -1}.press-head .button-sort .icon{display:flex;width:21px;height:23px;scale:1;background:url("/img/common/icon/sort-up.svg") no-repeat center center/contain}.press-head .button-sort-list{opacity:0;pointer-events:none;overflow:hidden;width:100%;min-width:104px;display:flex;flex-direction:column;gap:1px;position:absolute;top:100%;right:0;transition:opacity .2s}.press-head .button-sort-list .button-sort-item{width:100%;background-color:#fff;padding:var(--space-10);transition:color .3s,background-color .3s}.press-head .button-sort-list .button-sort-item:focus-visible{color:#fff;background-color:#000}@media(hover: none)and (pointer: coarse){.press-head .button-sort-list .button-sort-item:active{color:#fff;background-color:#000}}@media(hover: hover)and (pointer: fine){.press-head .button-sort-list .button-sort-item:hover{color:#fff;background-color:#000}}.press-head .keyword-holder{width:100%;background-color:#fff;margin-top:calc(var(--space-30));margin-bottom:calc(var(--space-20));padding:calc(var(--space-20));gap:calc(var(--space-10));border-radius:3px}.press-head .keyword-holder .title{flex-shrink:0}.group-month+.group-month{margin-top:calc(var(--space-50x))}.group-month .group-title{font-weight:600;color:var(--color-medium);margin-bottom:calc(var(--space-50x))}.group-month .press-list{display:flex;flex-direction:column}.group-month .press-list-item:first-child .press-list-item-title{border-top:none;padding-top:0}.group-month .press-list-item:last-child .inner{border-bottom:rgba(0,0,0,.3) solid 1px}.group-month .press-list-item .press-list-item-title{font-weight:600;color:var(--color-medium);padding-top:calc(var(--space-100x));margin-bottom:calc(var(--space-50x));border-top:rgba(0,0,0,.3) solid 1px}.group-month .press-list-item .inner{text-decoration:none;display:grid;grid-template-columns:1fr;border-top:rgba(0,0,0,.3) solid 1px;position:relative;transition:background-color .3s}@media all and (min-width:1025px){.group-month .press-list-item .inner{grid-template-columns:min(180px,22.7560050569%) auto}}.group-month .press-list-item .inner::after{content:"";display:flex;width:91px;height:1px;position:absolute;top:-1px;left:0;background-color:#000}@media all and (min-width:500px)and (max-width:767px),all and (min-width:768px)and (max-width:1024px){.group-month .press-list-item .inner::after{width:103px}}@media all and (min-width:1025px){.group-month .press-list-item .inner::after{width:min(180px,22.7560050569%)}}.group-month .press-list-item .inner .date{padding:var(--space-30) 0}.group-month .press-list-item .inner .box-text{padding:0 0 var(--space-30) 0}@media all and (min-width:1025px){.group-month .press-list-item .inner .box-text{padding:var(--space-30) 0 var(--space-30) var(--space-50)}}.group-month .press-list-item .inner .article-link{z-index:1;position:absolute;top:0;left:0;width:100%;height:100%}.group-month .press-list-item .inner:has(.article-link:focus-visible){background-color:rgba(255,255,255,.5)}@media(hover: none)and (pointer: coarse){.group-month .press-list-item .inner:has(.article-link:active){background-color:rgba(255,255,255,.5)}}@media(hover: hover)and (pointer: fine){.group-month .press-list-item .inner:has(.article-link:hover){background-color:rgba(255,255,255,.5)}}.group-month .press-list-item .box-text{display:flex;flex-direction:column;gap:var(--space-15) 0}.group-month .press-list-item .box-text .title{font-weight:600}.group-month .press-list-item .tag-container{margin-top:var(--space-10);display:flex;flex-direction:row-reverse;gap:var(--space-10);flex-wrap:wrap}.group-month .press-list-item a.tag{position:relative;font-weight:600;z-index:2;display:flex;justify-content:center;background-color:#fff;text-decoration:none;gap:0 var(--space-10)}@media all and (max-width:499px){.group-month .press-list-item a.tag{padding:7px 14px}}@media all and (min-width:500px)and (max-width:1024px){.group-month .press-list-item a.tag{padding:8px 17px}}.group-month .press-list-item a.tag::before{content:"";width:16px;height:16px;background:url("/img/common/icon/tag.svg") no-repeat center center/contain}.group-month .press-list-item a.tag:focus-visible{background-color:#000}@media(hover: none)and (pointer: coarse){.group-month .press-list-item a.tag:active{background-color:#000}}@media(hover: hover)and (pointer: fine){.group-month .press-list-item a.tag:hover{background-color:#000}}.rc-pagination{display:flex !important;flex-direction:row;align-items:center;gap:calc(var(--space-15));padding:0 !important;margin:0 !important}.rc-pagination .rc-pagination-item{position:relative;width:32px;height:32px;display:flex;justify-content:center;align-items:center;border-radius:50%;padding-top:.25em;cursor:pointer;transition:opacity .3s}.rc-pagination .rc-pagination-item:focus-visible{opacity:.4}@media(hover: none)and (pointer: coarse){.rc-pagination .rc-pagination-item:active{opacity:.4}}@media(hover: hover)and (pointer: fine){.rc-pagination .rc-pagination-item:hover{opacity:.4}}.rc-pagination .rc-pagination-item::before{content:"";display:block;position:absolute;top:-8px;left:-8px;width:calc(100% + 16px);height:calc(100% + 16px)}.rc-pagination .rc-pagination-item.rc-pagination-item-active{background-color:#fff;pointer-events:none}.rc-pagination .rc-pagination-jump-prev,.rc-pagination .rc-pagination-jump-next{position:relative;cursor:pointer;transition:opacity .3s}.rc-pagination .rc-pagination-jump-prev:focus-visible,.rc-pagination .rc-pagination-jump-next:focus-visible{opacity:.4}@media(hover: none)and (pointer: coarse){.rc-pagination .rc-pagination-jump-prev:active,.rc-pagination .rc-pagination-jump-next:active{opacity:.4}}@media(hover: hover)and (pointer: fine){.rc-pagination .rc-pagination-jump-prev:hover,.rc-pagination .rc-pagination-jump-next:hover{opacity:.4}}.rc-pagination .rc-pagination-jump-prev::before,.rc-pagination .rc-pagination-jump-next::before{content:"";display:block;position:absolute;top:-8px;left:-8px;width:calc(100% + 16px);height:calc(100% + 16px)}.rc-pagination .rc-pagination-prev,.rc-pagination .rc-pagination-next{position:relative;cursor:pointer;transition:opacity .3s}.rc-pagination .rc-pagination-prev::before,.rc-pagination .rc-pagination-next::before{content:"";display:block;position:absolute;top:-10px;left:-10px;width:calc(100% + 20px);height:calc(100% + 20px)}.rc-pagination .rc-pagination-prev:focus-visible,.rc-pagination .rc-pagination-next:focus-visible{opacity:.4}@media(hover: none)and (pointer: coarse){.rc-pagination .rc-pagination-prev:active,.rc-pagination .rc-pagination-next:active{opacity:.4}}@media(hover: hover)and (pointer: fine){.rc-pagination .rc-pagination-prev:hover,.rc-pagination .rc-pagination-next:hover{opacity:.4}}.rc-pagination .rc-pagination-prev.rc-pagination-disabled,.rc-pagination .rc-pagination-next.rc-pagination-disabled{pointer-events:none;opacity:.4}.rc-pagination .rc-pagination-prev{margin-right:auto}.rc-pagination .rc-pagination-next{margin-left:auto}.rc-pagination .icon-dot{display:flex;width:13px;height:32px;background:url("/img/common/icon/pagination-dot.svg") no-repeat center/13px 32px}.rc-pagination .icon-arrow{display:flex;width:10px;height:12px;background:url("/img/common/icon/arrow-pagination.svg") no-repeat center/10px 12px}.rc-pagination .icon-arrow.next{rotate:180deg}.spinner-loading{padding:var(--space-100)}.spinner-loading i{display:block;margin:auto;width:36px;height:36px;background:url("/img/common/spinner-loading.svg") no-repeat center center/contain}.result-list{display:flex;flex-direction:column;gap:var(--space-70)}.result-list .result-list-item .item-link{display:flex;flex-direction:column;gap:var(--space-35);text-decoration:none}.result-list .result-list-item .description{color:var(--color-light)}.result-list .result-list-item mark{background-color:unset;color:#000}.button-search-modal{color:var(--color-medium);margin:var(--space-20) 0 0 auto}.button-search-modal .button-search-modal-inner{padding-bottom:calc(var(--space-10)*.7) !important;display:flex;align-items:center;gap:calc(var(--space-10)*.5)}.button-search-modal .icon-search{display:flex;margin-top:calc(var(--space-10)*.1);width:calc(var(--space-10)*1.8);height:calc(var(--space-10)*1.9);background:url("/img/common/icon/icon-question.svg") no-repeat center center/calc(var(--space-10) * 1.8) calc(var(--space-10)*1.9)}.search-modal-holder{background-color:#fff;display:flex;flex-direction:column;gap:var(--space-70);padding:var(--space-100)}.search-modal-holder .search-modal-title{display:flex;flex-direction:column;gap:var(--space-50)}.search-modal-holder .search-modal-title .title{border-bottom:1px solid var(--color-border);padding-bottom:var(--space-20)}.search-modal-holder .method-item{display:flex;flex-direction:column;gap:var(--space-35)}.search-modal-holder .method-item .text .font{line-height:2}.page-projects-top .projects-wrapper{margin:0 var(--space-pw) 100px;display:flex;flex-direction:column;gap:var(--space-50)}@media all and (min-width:1201px){.page-projects-top .projects-wrapper{margin-bottom:130px}}@media all and (min-width:401px)and (max-width:499px){.page-projects-top .projects-wrapper{margin:22px 30px 30px}}@media all and (max-width:400px){.page-projects-top .projects-wrapper{margin:30px}}.page-projects-top .projects-area{display:flex;flex-direction:column;align-items:flex-end}.page-projects-top .projects-area .area-content{overflow:hidden;background:#fff;display:grid;grid-template-columns:repeat(2, 1fr);grid-template-rows:auto 1fr;width:100%}@media all and (max-width:1024px){.page-projects-top .projects-area .area-content{grid-template-columns:1fr}}.page-projects-top .projects-area .area-title{display:flex;flex-direction:column;gap:var(--space-50) 0;padding:var(--space-pb) var(--space-pb) var(--space-70)}.page-projects-top .projects-area .area-title .subtitle{white-space:pre-line}.page-projects-top .projects-area .area-description{padding:0 var(--space-pb) var(--space-pb);grid-row:2/3;grid-column:1/2}.page-projects-top .projects-area .area-description .font{line-height:2}@media all and (max-width:1024px){.page-projects-top .projects-area .area-description{grid-row:3/4;grid-column:1/2;padding:var(--space-pb)}}.page-projects-top .projects-area .area-image{position:relative;grid-row:1/3;grid-column:2/3;opacity:0;transition:.5s 1s opacity}.page-projects-top .projects-area .area-image:has(.map>div){opacity:unset}@media all and (max-width:1024px){.page-projects-top .projects-area .area-image{grid-row:2/3;grid-column:1/2;aspect-ratio:688/459}}@media all and (max-width:767px){.page-projects-top .projects-area .area-image{aspect-ratio:1}}.page-projects-top .projects-area .area-image .map{position:absolute !important;top:0;left:0;width:100%;height:100%}.page-projects-top .projects-area .area-image .area-image-description{position:absolute;top:var(--space-10);right:var(--space-10);display:flex;flex-direction:column;gap:var(--space-10);padding:var(--space-10);background-color:#fff;border:1px solid rgba(0,0,0,.0509803922);z-index:1}.page-projects-top .projects-area .area-image .area-image-description .item{display:flex;align-items:center;gap:var(--space-10)}.page-projects-top .projects-area .area-image .area-image-description .item-icon{width:18px;height:12px;background:#81b8d6}.page-projects-top .projects-area .area-image .area-image-description .item-icon.gradient{background:repeating-linear-gradient(-45deg, #81b8d6 0 2px, #fff 2px 4px)}.page-projects-top .projects-area .area-image .area-image-description .text{font-size:10px;line-height:1.2}.page-projects-top .projects-area .area-image>img{visibility:hidden;width:100%;height:100%;object-fit:cover}.page-projects-top .projects-grid-wrap{background:#fff;padding:var(--space-pb)}.page-projects-top .projects-grid-wrap .section-title{padding-bottom:var(--space-50xx)}.page-projects-top .projects-grid-wrap .projects-grid{display:grid;grid-template-columns:repeat(4, 1fr);flex-wrap:wrap;gap:var(--space-20)}.page-projects-top .projects-grid-wrap .projects-grid:has(.project-card.small){grid-template-columns:repeat(5, 1fr)}.page-projects-top .projects-grid-wrap .projects-grid+.projects-grid{margin-top:var(--space-20)}@media all and (min-width:500px)and (max-width:767px),all and (max-width:499px){.page-projects-top .projects-grid-wrap .projects-grid+.projects-grid{margin-top:var(--space-30);padding-top:var(--space-30);border-top:1px solid #d9d9d9}}@media all and (max-width:767px){.page-projects-top .projects-grid-wrap .projects-grid{grid-template-columns:repeat(2, 1fr)}.page-projects-top .projects-grid-wrap .projects-grid:has(.project-card.small){grid-template-columns:repeat(2, 1fr)}}@media all and (max-width:499px){.page-projects-top .projects-grid-wrap .projects-grid{grid-template-columns:repeat(1, 1fr)}}.page-projects-top .project-card{display:grid;border-radius:3px;grid-template-rows:auto 1fr}@media(min-width: 1441px){.page-projects-top .project-card{grid-template-rows:1fr;grid-template-columns:repeat(2, 1fr)}}@media all and (max-width:499px){.page-projects-top .project-card:not(.small){grid-template-columns:repeat(2, 1fr)}}.page-projects-top .project-card.azabudai-hills{background:#d6e3dc}.page-projects-top .project-card.azabudai-hills .project-name{color:#003a40}.page-projects-top .project-card.toranomon-hills{background:rgba(212,217,220,.8)}.page-projects-top .project-card.roppongi-hills{background:rgba(98,181,229,.2)}.page-projects-top .project-card.roppongi-hills .project-name{color:#0c2340}.page-projects-top .project-card.ark-hills{background:rgba(204,192,180,.4)}.page-projects-top .project-card.small{background:rgba(0,0,0,.1)}@media all and (min-width:1441px){.page-projects-top .project-card.small .project-image{min-width:87.2px}}.page-projects-top .project-card.small .project-info{justify-content:center;padding:var(--space-20) var(--space-10)}.page-projects-top .project-card .project-image{position:relative;overflow:hidden;height:fit-content;margin:var(--space-10) var(--space-10) 0}.page-projects-top .project-card .project-image img{width:100%;aspect-ratio:167/251;object-fit:cover;transition:scale .5s cubic-bezier(0.165, 0.84, 0.44, 1)}@media(min-width: 1441px){.page-projects-top .project-card .project-image{margin:var(--space-10) 0 var(--space-10) var(--space-10)}.page-projects-top .project-card .project-image img{aspect-ratio:114/203}}@media all and (max-width:499px){.page-projects-top .project-card:not(.small) .project-image{margin:var(--space-10) 0 var(--space-10) var(--space-10)}}.page-projects-top .project-card .project-info{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;padding:var(--space-20) var(--space-10) var(--space-30) var(--space-10);gap:var(--space-20)}@media(min-width: 1441px),all and (max-width:499px){.page-projects-top .project-card .project-info{justify-content:center;padding:0 var(--space-10);gap:var(--space-30)}}.page-projects-top .project-card .project-info .project-logo{width:100%;padding:0 var(--space-30)}@media(min-width: 1441px){.page-projects-top .project-card .project-info .project-logo{padding:0}}.page-projects-top .project-card .project-info .project-name{text-align:center}.page-projects-top .project-more{background:rgba(0,0,0,.05);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--space-20)}@media all and (min-width:500px)and (max-width:767px),all and (max-width:499px){.page-projects-top .project-more{grid-column:1/3;padding:var(--space-50) 0}}.page-projects-top .project-more .more-icon{width:54px;height:54px;background:#fff;border-radius:100px;display:flex;align-items:center;justify-content:center}.page-projects-top .project-more .more-icon span{flex-shrink:0;background-color:#000;border-radius:50%;display:flex;width:6px;height:6px}@media all and (min-width:768px)and (max-width:1024px),all and (min-width:500px)and (max-width:767px),all and (max-width:499px){.page-projects-top .project-more .more-icon{width:36px;height:36px}.page-projects-top .project-more .more-icon span{width:4px;height:4px}}@media all and (max-width:499px){.page-projects-top .project-more .more-icon{gap:2px}.page-projects-top .project-more .more-icon span{width:2px;height:2px}}@media all and (min-width:500px)and (max-width:1024px){.page-projects-top .project-more .more-icon{gap:3px}.page-projects-top .project-more .more-icon span{width:3px;height:3px}}@media all and (min-width:1025px){.page-projects-top .project-more .more-icon{gap:4px}.page-projects-top .project-more .more-icon span{width:4px;height:4px}}.page-projects-top .project-card,.page-projects-top .project-more{position:relative}.page-projects-top .project-card:focus-visible::before,.page-projects-top .project-more:focus-visible::before{opacity:1}.page-projects-top .project-card:focus-visible .project-image img,.page-projects-top .project-more:focus-visible .project-image img{scale:1.1}@media(hover: none)and (pointer: coarse){.page-projects-top .project-card:active::before,.page-projects-top .project-more:active::before{opacity:1}.page-projects-top .project-card:active .project-image img,.page-projects-top .project-more:active .project-image img{scale:1.1}}@media(hover: hover)and (pointer: fine){.page-projects-top .project-card:hover::before,.page-projects-top .project-more:hover::before{opacity:1}.page-projects-top .project-card:hover .project-image img,.page-projects-top .project-more:hover .project-image img{scale:1.1}}.page-projects-top .project-card::before,.page-projects-top .project-more::before{content:"";display:block;position:absolute;inset:0;opacity:0;pointer-events:none;mix-blend-mode:overlay;background-color:rgba(0,0,0,.3);transition:opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1)}.page-projects-top .projects-map{background:rgba(0,0,0,.05)}.page-projects-top .projects-map .map-content{display:grid;grid-template-columns:repeat(2, 1fr)}@media all and (max-width:767px){.page-projects-top .projects-map .map-content{grid-template-columns:1fr}}.page-projects-top .projects-map .map-text{padding:var(--space-50);display:flex;flex-direction:column;gap:var(--space-20)}.page-projects-top .projects-map .map-link{position:relative;display:flex;align-items:center;overflow:hidden;background-color:#fff;margin:var(--space-20) var(--space-20) var(--space-20) 0;padding:var(--space-30) var(--space-50)}@media all and (max-width:767px){.page-projects-top .projects-map .map-link{margin:0 var(--space-20) var(--space-20) var(--space-20)}}.page-projects-top .projects-map .map-link:before{content:"";display:block;position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;transition:background-color .3s;background-color:rgba(0,0,0,0)}.page-projects-top .projects-map .map-link:focus-visible:before{background-color:rgba(0,0,0,.05)}@media(hover: none)and (pointer: coarse){.page-projects-top .projects-map .map-link:active:before{background-color:rgba(0,0,0,.05)}}@media(hover: hover)and (pointer: fine){.page-projects-top .projects-map .map-link:hover:before{background-color:rgba(0,0,0,.05)}}.page-projects-top .projects-map .map-link .map-link-text{width:100%;height:100%;display:flex;align-items:center;gap:var(--space-20);margin-right:var(--space-30);padding-right:var(--space-30)}.page-projects-top .projects-map .map-link .map-link-text .icon-pdf{flex-shrink:0;display:flex;width:1.05em;height:1.4em}.page-projects-top .projects-map .map-link .map-link-text .map-link-text-note{display:inline-block;white-space:nowrap}.page-projects-top .projects-map .map-link .pdf-link{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:var(--space-20)}.page-projects-top .projects-map .map-link .pdf-link .icon-download{width:12px;height:12px}.page-projects-top .projects-map .map-link .pdf-link .font{opacity:.5}@keyframes iconMoveUpRight{0%{translate:0px 0px}50%{translate:var(--moveUpRightValue) calc(var(--moveUpRightValue)*-1);opacity:0}50.0001%{translate:-7px 7px;opacity:0}100%{translate:0px 0px}}.page-projects-top a.hover-icon.hover[target=_blank] .icon{animation:none}.page-projects-top a.hover-icon.hover[target=_blank] .icon svg:first-child{animation:iconMoveUpRight .5s cubic-bezier(0.455, 0.03, 0.515, 0.955)}.page-projects-top .icon-wrapper{width:12px;height:12px;flex-shrink:0}.page-projects-top .icon{display:flex;width:12px;height:12px;position:relative}.page-projects-top .icon svg{position:absolute;top:0;left:0}.page-projects-top .icon svg path{fill:currentColor}.page-projects-top .icon svg:first-child path:first-child{display:none}.page-projects-top .icon svg:last-child path:last-child{display:none}.page-keywords .keywords-wrapper{margin-right:var(--space-section);padding:var(--space-100) var(--space-section) var(--space-100) 100px;display:grid;gap:var(--space-100) 50px;grid-template-columns:30.6105610561% auto;background-color:#d9d9d9}@media all and (min-width:1441px){.page-keywords .keywords-wrapper{grid-template-columns:400px auto}}@media all and (max-width:1024px){.page-keywords .keywords-wrapper{grid-template-columns:1fr;padding-left:50px}.page-keywords .keywords-wrapper .keywords-title{margin:auto}}@media all and (max-width:499px){.page-keywords .keywords-wrapper{padding-left:40px}}.page-keywords .keywords-wrapper .keywords-title{width:fit-content}.page-keywords .keywords-wrapper .keyword-list{color:#000;display:flex;flex-wrap:wrap;gap:var(--space-20)}.page-keywords .keywords-wrapper .keyword-list .keyword-item{background-color:#fff;min-height:53px;width:calc((100% - var(--space-20)*2)*0.3333333333)}@media all and (max-width:1024px){.page-keywords .keywords-wrapper .keyword-list .keyword-item{min-height:46px}}@media all and (max-width:767px){.page-keywords .keywords-wrapper .keyword-list .keyword-item{width:auto}}.page-keywords .keywords-wrapper .keyword-list .keyword-item.current{color:rgba(0,0,0,.5);background-color:rgba(0,0,0,.2)}.page-keywords .keywords-wrapper .keyword-list .keyword-item.current *{pointer-events:none}.page-keywords .keywords-wrapper .keyword-list .keyword-item:focus-visible{background-color:#000 !important}@media(hover: none)and (pointer: coarse){.page-keywords .keywords-wrapper .keyword-list .keyword-item:active{background-color:#000 !important}}@media(hover: hover)and (pointer: fine){.page-keywords .keywords-wrapper .keyword-list .keyword-item:hover{background-color:#000 !important}}.page-topics-index .topics-list{display:grid;grid-template-columns:1fr;gap:var(--space-50)}@media all and (min-width:768px){.page-topics-index .topics-list{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1441px){.page-topics-index .topics-list{grid-template-columns:repeat(3, 1fr)}}.page-topics .section-topics-kv{margin-right:calc(var(--space-section)*2*-1)}@media all and (max-width:499px){.page-topics .section-topics-kv{margin-top:calc((var(--space-70) - 20px)*-1)}}@media all and (min-width:500px)and (max-width:767px){.page-topics .section-topics-kv{margin-top:calc((var(--space-70) - 22px)*-1)}}@media all and (min-width:768px)and (max-width:1024px){.page-topics .section-topics-kv{margin-top:calc((var(--space-70) - 42px)*-1)}}@media all and (min-width:1025px){.page-topics .section-topics-kv{margin-top:calc((var(--global-header-height) + var(--space-70))*-1)}}@media all and (max-width:1024px){.page-topics .article-body .section-main .title-holder.topics-title-holder *+.page-info{margin-top:28px !important}}@media all and (min-width:1025px){.page-topics .article-body .section-main .title-holder.topics-title-holder .page-info{margin-top:0}}.btn-opacity{transition:opacity .3s}.btn-opacity:focus-visible{opacity:.4}@media(hover: none)and (pointer: coarse){.btn-opacity:active{opacity:.4}}@media(hover: hover)and (pointer: fine){.btn-opacity:hover{opacity:.4}}.text-hover-underline .font>span{padding-bottom:3px;background-image:linear-gradient(to bottom, currentColor 0%, currentColor 100%);background-position:left bottom;background-size:0px 1px;background-repeat:no-repeat;transition:background-size .2s cubic-bezier(0.77, 0, 0.175, 1),color .2s cubic-bezier(0.77, 0, 0.175, 1)}.text-hover-underline .font:nth-child(2)>span{transition:background-size .2s .1s cubic-bezier(0.77, 0, 0.175, 1),color .2s cubic-bezier(0.77, 0, 0.175, 1)}.text-hover-underline:focus-visible .font>span{color:var(--color-medium);background-size:100% 1px}@media(hover: none)and (pointer: coarse){.text-hover-underline:active .font>span{color:var(--color-medium);background-size:100% 1px}}@media(hover: hover)and (pointer: fine){.text-hover-underline:hover .font>span{color:var(--color-medium);background-size:100% 1px}}.text-hover-underline.reverse{transition:background-position .2s cubic-bezier(0.77, 0, 0.175, 1),background-size .2s cubic-bezier(0.77, 0, 0.175, 1),color .2s cubic-bezier(0.77, 0, 0.175, 1)}.text-hover-underline.reverse .font>span{background-size:100% 1px;background-position:right bottom}.text-hover-underline.reverse:focus-visible .font>span{background-size:0px 1px}@media(hover: none)and (pointer: coarse){.text-hover-underline.reverse:active .font>span{background-size:0px 1px}}@media(hover: hover)and (pointer: fine){.text-hover-underline.reverse:hover .font>span{background-size:0px 1px}}.hover-button-bg{transition:background-color .3s,color .3s}.hover-button-bg:focus-visible{background-color:var(--color-dark);color:#fff}@media(hover: none)and (pointer: coarse){.hover-button-bg:active{background-color:var(--color-dark);color:#fff}}@media(hover: hover)and (pointer: fine){.hover-button-bg:hover{background-color:var(--color-dark);color:#fff}}.line-clamp-1{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:3}.line-clamp-4{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:4}@media all and (min-width:768px){body:has(.page-home) .global-header{padding:10px}}.home-intro{position:fixed;z-index:1000;background-color:#fff;width:100%;height:100%;top:0;left:0}.home-intro .area{overflow:scroll;scrollbar-width:none;overscroll-behavior:none;position:relative;width:100%;height:100%}.home-intro .area .inner{width:100%;height:calc(100% + 1px)}.home-intro .logo{position:absolute;top:50%;left:50%;width:130px;transform:translate(-50%, -50%)}@media all and (max-width:499px){.home-intro .logo{width:70px}}.page-home{--border-width: var(--space-20);background-color:#e2e3e3;color:#fff;margin-top:calc(var(--global-header-height)*-1)}.page-home .section-home-kv{overflow:hidden;background-color:#e2e3e3;color:#fff;position:relative;height:100vh;height:100svh;width:100%;top:0}@media all and (max-width:767px){.page-home .section-home-kv{padding-top:calc(var(--global-header-height) - var(--space-10))}}@media all and (max-width:400px){.page-home .section-home-kv{padding-top:calc(var(--global-header-height))}}.page-home .section-home-kv .section-inner{clip-path:inset(var(--border-width) round 3px);padding:var(--border-width);position:relative;width:100%;height:100%;display:flex}.page-home .section-home-kv .clips{position:relative;display:flex;width:100%;height:100%}.page-home .section-home-kv .clips::before,.page-home .section-home-kv .clips::after{content:"";position:absolute;top:0;left:0;height:100%;width:100%;z-index:2}.page-home .section-home-kv .clips .clip{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff}.page-home .section-home-kv .clips .clip.active{z-index:1}.page-home .section-home-kv .clips .clip.topics{display:flex;align-items:center;justify-content:center;background-color:#fff}.page-home .section-home-kv .clips .clip.topics::after{content:"";position:absolute;top:0;left:0;height:100%;width:100%;z-index:2;box-shadow:0 0 128px 0 rgba(0,0,0,.3) inset}.page-home .section-home-kv .clips .clip.topics img,.page-home .section-home-kv .clips .clip.topics video{width:calc(100% - 200px);height:calc(100% - 144px - 100px);object-fit:contain}@media all and (min-width:768px)and (max-width:1024px){.page-home .section-home-kv .clips .clip.topics img,.page-home .section-home-kv .clips .clip.topics video{width:calc(100% - 80px);height:calc(100% - 128px - 80px)}}@media all and (min-width:500px)and (max-width:767px){.page-home .section-home-kv .clips .clip.topics img,.page-home .section-home-kv .clips .clip.topics video{width:calc(100% - 80px);height:calc(100% - 110px)}}@media all and (max-width:499px){.page-home .section-home-kv .clips .clip.topics img,.page-home .section-home-kv .clips .clip.topics video{width:calc(100% - 60px);height:calc(100% - 60px)}}.page-home .section-home-kv .clips img,.page-home .section-home-kv .clips video{width:100%;height:100%;object-fit:cover}.page-home .section-home-kv .clips .preload-container{display:none}.page-home .section-home-kv .gradation{height:200px;position:absolute;z-index:2;bottom:0;left:0;width:100%;background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%)}.page-home .section-home-kv .item-gage-holder{position:absolute;bottom:calc(var(--space-50) + var(--border-width));display:flex;align-items:center;gap:var(--space-10);padding-left:calc(var(--space-50) + var(--border-width));padding-right:calc(var(--space-50) + var(--border-width));width:100%}.page-home .section-home-kv .item-gage-holder .item{position:relative;height:2px;min-width:10px;background-color:rgba(255,255,255,.2);border-radius:5px;flex-grow:1}.page-home .section-home-kv .item-gage-holder .item .gage{border-radius:10px;height:100%;width:0%;display:block;background-color:rgba(255,255,255,.5);border-radius:5px}.page-home .section-home-kv .item-gage-holder:has(.item:nth-child(2).current) .item:nth-child(-n+1) .gage{width:100% !important}.page-home .section-home-kv .item-gage-holder:has(.item:nth-child(3).current) .item:nth-child(-n+2) .gage{width:100% !important}.page-home .section-home-kv .item-gage-holder:has(.item:nth-child(4).current) .item:nth-child(-n+3) .gage{width:100% !important}.page-home .section-home-kv .item-gage-holder:has(.item:nth-child(5).current) .item:nth-child(-n+4) .gage{width:100% !important}.page-home .section-home-kv .item-gage-holder:has(.item:nth-child(6).current) .item:nth-child(-n+5) .gage{width:100% !important}.page-home .section-home-kv .item-gage-holder:has(.item:nth-child(7).current) .item:nth-child(-n+6) .gage{width:100% !important}.page-home .section-home-kv .item-gage-holder:has(.item:nth-child(8).current) .item:nth-child(-n+7) .gage{width:100% !important}.page-home .section-home-kv .item-gage-holder:has(.item:nth-child(9).current) .item:nth-child(-n+8) .gage{width:100% !important}.page-home .section-home-kv .item-gage-holder:has(.item:nth-child(10).current) .item:nth-child(-n+9) .gage{width:100% !important}.page-home .section-home-kv .item-gage-holder:has(.item:nth-child(11).current) .item:nth-child(-n+10) .gage{width:100% !important}.page-home .section-home-kv .item-gage-holder:has(.item:nth-child(12).current) .item:nth-child(-n+11) .gage{width:100% !important}.page-home .section-home-kv .item-gage-holder:has(.item:nth-child(13).current) .item:nth-child(-n+12) .gage{width:100% !important}.page-home .section-home-kv .item-gage-holder:has(.item:nth-child(14).current) .item:nth-child(-n+13) .gage{width:100% !important}.page-home .section-home-kv .item-gage-holder:has(.item:nth-child(15).current) .item:nth-child(-n+14) .gage{width:100% !important}.page-home .section-home-kv .item-gage-holder:has(.item:nth-child(16).current) .item:nth-child(-n+15) .gage{width:100% !important}.page-home .section-home-kv .item-gage-holder:has(.item:nth-child(17).current) .item:nth-child(-n+16) .gage{width:100% !important}.page-home .section-home-kv .item-gage-holder:has(.item:nth-child(18).current) .item:nth-child(-n+17) .gage{width:100% !important}.page-home .section-home-kv .item-gage-holder:has(.item:nth-child(19).current) .item:nth-child(-n+18) .gage{width:100% !important}.page-home .section-home-kv .item-gage-holder:has(.item:nth-child(20).current) .item:nth-child(-n+19) .gage{width:100% !important}.page-home .section-home-kv .item-gage-holder:has(.item:nth-child(21).current) .item:nth-child(-n+20) .gage{width:100% !important}.page-home .section-home-kv .item-gage-holder:has(.item:nth-child(22).current) .item:nth-child(-n+21) .gage{width:100% !important}.page-home .section-home-kv .item-gage-holder:has(.item:nth-child(23).current) .item:nth-child(-n+22) .gage{width:100% !important}.page-home .section-home-kv .item-gage-holder:has(.item:nth-child(24).current) .item:nth-child(-n+23) .gage{width:100% !important}.page-home .section-home-kv .item-gage-holder:has(.item:nth-child(25).current) .item:nth-child(-n+24) .gage{width:100% !important}.page-home .section-home-kv .item-gage-holder:has(.item:nth-child(26).current) .item:nth-child(-n+25) .gage{width:100% !important}.page-home .section-home-kv .item-gage-holder:has(.item:nth-child(27).current) .item:nth-child(-n+26) .gage{width:100% !important}.page-home .section-home-kv .item-gage-holder:has(.item:nth-child(28).current) .item:nth-child(-n+27) .gage{width:100% !important}.page-home .section-home-kv .item-gage-holder:has(.item:nth-child(29).current) .item:nth-child(-n+28) .gage{width:100% !important}.page-home .section-home-kv .item-gage-holder:has(.item:nth-child(30).current) .item:nth-child(-n+29) .gage{width:100% !important}.page-home .section-home-kv .item-gage-holder .point{cursor:pointer;position:relative;display:block;flex-shrink:0;border-radius:5px;width:calc(var(--space-10) - 5px);height:calc(var(--space-10) - 5px);margin-top:-1px;background-color:#fff}.page-home .section-home-kv .item-gage-holder .item.topics{cursor:pointer;width:fit-content;min-width:auto;background-color:rgba(0,0,0,0);flex-grow:0}.page-home .section-home-kv .item-gage-holder .item.topics .gage{display:none}.page-home .section-home-kv .item-gage-holder .item.topics::before{content:"";display:block;position:absolute;top:-40px;left:-100px;width:calc(100% + 200px);height:calc(100% + 80px)}@media all and (max-width:767px){.page-home .section-home-kv .item-gage-holder .item.topics::before{left:-25px;top:-25px;width:calc(100% + 50px);height:calc(100% + 50px)}}.page-home .section-home-kv .item-gage-holder .item.topics .topics-item{padding:0;position:absolute;bottom:calc(var(--space-30) + 2px);left:50%;transform:translate(-50%, 0);width:350px;translate:0 10px;margin-bottom:-20px;opacity:0;transition:opacity .3s,margin-bottom .3s cubic-bezier(0.165, 0.84, 0.44, 1)}@media all and (min-width:500px)and (max-width:1024px){.page-home .section-home-kv .item-gage-holder .item.topics .topics-item{width:250px}}@media all and (max-width:499px){.page-home .section-home-kv .item-gage-holder .item.topics .topics-item{width:180px}}.page-home .section-home-kv .item-gage-holder .item.topics .topics-item .topics-item-inner{position:relative;background-color:rgba(0,0,0,0);width:100%;z-index:1}.page-home .section-home-kv .item-gage-holder .item.topics .topics-item .topics-item-inner::before{content:"";position:absolute;display:block;top:0;left:0;width:100%;height:calc(100% + var(--space-30)*2)}.page-home .section-home-kv .item-gage-holder .item.topics .topics-item .topics-item-inner:focus-visible .topics-item-header{background-color:color-mix(in srgb, #9FA0A0 20%, #fff)}.page-home .section-home-kv .item-gage-holder .item.topics .topics-item .topics-item-inner:focus-visible figure img{scale:1.1}@media(hover: none)and (pointer: coarse){.page-home .section-home-kv .item-gage-holder .item.topics .topics-item .topics-item-inner:active .topics-item-header{background-color:color-mix(in srgb, #9FA0A0 20%, #fff)}.page-home .section-home-kv .item-gage-holder .item.topics .topics-item .topics-item-inner:active figure img{scale:1.1}}@media(hover: hover)and (pointer: fine){.page-home .section-home-kv .item-gage-holder .item.topics .topics-item .topics-item-inner:hover .topics-item-header{background-color:color-mix(in srgb, #9FA0A0 20%, #fff)}.page-home .section-home-kv .item-gage-holder .item.topics .topics-item .topics-item-inner:hover figure img{scale:1.1}}.page-home .section-home-kv .item-gage-holder .item.topics .topics-item .topics-item-header{background-color:#fff;transition:background-color .5s cubic-bezier(0.165, 0.84, 0.44, 1);margin-bottom:-1px;z-index:1;position:relative}.page-home .section-home-kv .item-gage-holder .item.topics .topics-item .arrow{width:10px;height:8px;background-color:#fff;position:absolute;bottom:-7px;left:calc(50% - 5px);clip-path:polygon(0 0, 100% 0%, 50% 100%)}.page-home .section-home-kv .item-gage-holder .item.topics .topics-item .shoulder{width:72px;height:auto;min-height:72px;flex-shrink:0}@media all and (min-width:500px)and (max-width:1024px){.page-home .section-home-kv .item-gage-holder .item.topics .topics-item .shoulder{width:69px;min-height:81px}}@media all and (max-width:499px){.page-home .section-home-kv .item-gage-holder .item.topics .topics-item .shoulder{width:61px;min-height:66px}}.page-home .section-home-kv .item-gage-holder .item.topics .topics-item .shoulder::before{content:none}.page-home .section-home-kv .item-gage-holder .item.topics .topics-item .box-text{padding:var(--space-20)}.page-home .section-home-kv .item-gage-holder .item.topics .topics-item .box-text::before{content:none}.page-home .section-home-kv .item-gage-holder .item.topics.current .topics-item,.page-home .section-home-kv .item-gage-holder .item.topics.hover .topics-item{opacity:1;opacity:1;margin-bottom:0px}.page-home .section-home-kv .item-gage-holder .item.topics.transitionend .topics-item{height:0 !important}.page-home .section-title-wrapper{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center}.page-home .section-title-container{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:calc(var(--space-50)) 0}.page-home .section-title-container .section-title{text-align:center;display:flex;flex-direction:column;align-items:center;gap:var(--space-15)}.page-home .section-title-container .section-title .serif{letter-spacing:.07em}.page-home section.banner .section-inner{width:100%;position:relative;background-color:#fff;clip-path:inset(0px round 3px);overflow:hidden;display:block}@media all and (max-width:499px){.page-home section.banner .section-inner{aspect-ratio:3/2}}@media all and (min-width:500px)and (max-width:767px){.page-home section.banner .section-inner{aspect-ratio:2/1}}@media all and (min-width:768px){.page-home section.banner .section-inner{aspect-ratio:3/1}}.page-home section.banner .section-inner .section-title-wrapper{position:absolute;left:0;top:0;width:61.8206521739%;height:100%;padding:var(--space-50)}.page-home section.banner .section-inner .section-title-wrapper .font{word-break:keep-all;overflow-wrap:anywhere;line-break:strict}@media all and (max-width:499px){.page-home section.banner .section-inner .section-title-wrapper{width:auto;height:auto}.page-home section.banner .section-inner .section-title-wrapper .section-title-container{align-items:flex-start}.page-home section.banner .section-inner .section-title-wrapper .section-title-container-hillslife{width:110px}.page-home section.banner .section-inner .section-title-wrapper .section-title-container .section-title{align-items:flex-start}.page-home section.banner .section-inner .section-title-wrapper .font{text-align:left;line-height:1.5}}.page-home section.banner .section-inner figure{position:absolute;display:flex;width:calc(100% + 2px);height:calc(100% + 2px);top:-1px;left:-1px}.page-home section.banner .section-inner figure::before{mix-blend-mode:overlay;content:"";position:absolute;top:0;left:0;height:100%;width:100%;background:linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%)}.page-home section.banner .section-inner figure img,.page-home section.banner .section-inner figure video{width:100%;height:100%;object-fit:cover}.page-home .section-home-our-story{padding:0 var(--border-width) var(--border-width)}.page-home .section-home-hillslife{padding:0 var(--border-width)}.page-home .section-home-hillslife .section-inner .base{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(162,195,245,.3)}.page-home .section-home-hillslife .section-inner .base::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(141.57% 457.97% at 0% 0%, #ffffff 0%, #000000 100%);mix-blend-mode:overlay}.page-home .section-home-hillslife .section-title-wrapper{color:#296acc}.page-home .section-home-projects{padding:var(--border-width) var(--border-width)}.page-home .section-home-topics{padding:calc(var(--space-100)*.8) 0 0;margin-bottom:calc(var(--space-20)*-1)}.page-home .section-home-topics .controller{display:flex;justify-content:center;align-items:baseline;gap:0 var(--space-10);margin-top:var(--space-20);padding-bottom:var(--space-20)}.page-home .section-home-topics .controller .currentNumber{color:#000}.page-home .section-home-topics .controller .pagenation{display:flex;gap:0 var(--space-10)}.page-home .section-home-topics .controller .pagenation .bullet{position:relative;width:var(--space-30);height:2px;border-radius:3px;background-color:#9fa0a0;display:flex}.page-home .section-home-topics .controller .pagenation .bullet::before{content:"";display:block;position:absolute;width:calc(var(--space-10) + 100%);height:var(--space-30);top:calc(var(--space-30)*-0.5 + 1px);left:calc(var(--space-10)*-0.5)}.page-home .section-home-topics .controller .pagenation .bullet .bar{transition:.5s scale cubic-bezier(0.25, 0.46, 0.45, 0.94),.3s transform-origin cubic-bezier(0.25, 0.46, 0.45, 0.94);width:100%;border-radius:3px;height:100%;background-color:#000;scale:0 1;transform-origin:center right}.page-home .section-home-topics .controller .pagenation .bullet.active .bar{scale:0 1;transform-origin:center left;transition:none}.page-home .section-home-topics .controller .navigation{position:absolute;display:flex;justify-content:space-between;top:116px;left:0;right:0;margin:auto;z-index:1;pointer-events:none}@media all and (max-width:767px){.page-home .section-home-topics .controller .navigation{width:calc((300px - var(--space-20)*.5)*var(--scale))}}@media all and (min-width:500px)and (max-width:1024px){.page-home .section-home-topics .controller .navigation{top:106px}}@media all and (max-width:499px){.page-home .section-home-topics .controller .navigation{top:121px}}.page-home .section-home-topics .controller .navigation .button-next,.page-home .section-home-topics .controller .navigation .button-prev{transition:opacity .5s;pointer-events:auto}.page-home .section-home-topics .controller .navigation .button-next.swiper-button-disabled,.page-home .section-home-topics .controller .navigation .button-prev.swiper-button-disabled{pointer-events:none;opacity:0}.page-home .section-home-topics .controller .navigation .button-prev{transform:translate(50%, -50%) rotate(180deg)}@media all and (max-width:767px){.page-home .section-home-topics .controller .navigation .button-prev{transform:translate(-50%, -50%) rotate(180deg)}}.page-home .section-home-topics .controller .navigation .button-next{transform:translate(-50%, -50%)}@media all and (max-width:767px){.page-home .section-home-topics .controller .navigation .button-next{transform:translate(50%, -50%)}}.page-home .section-home-topics:has(.static-container.show) .static-container{height:auto}.page-home .section-home-topics:has(.static-container.show) .swiper{height:0}.page-home .section-home-topics .static-container{overflow:hidden;height:0}.page-home .section-home-topics .static-container .topics-list{display:flex;padding:10px;width:fit-content;margin:auto}.page-home .section-home-topics .topics-item{position:relative}.page-home .section-home-topics .topics-item:first-of-type::before{border-radius:3px;content:"";background-color:rgba(0,0,0,.05);position:absolute;left:calc(-100% + 10px);top:10px;width:calc(100% - 20px);height:calc(100% - 20px)}.page-home .section-home-topics .topics-item:last-of-type::after{border-radius:3px;content:"";background-color:rgba(0,0,0,.05);position:absolute;right:calc(-100% + 10px);top:10px;width:calc(100% - 20px);height:calc(100% - 20px)}.page-home .section-home-company{padding:var(--space-100) var(--space-50) 100px;color:#000}.topics-item{width:fit-content;margin:calc(var(--space-20)*-0.5) 0;padding:calc(var(--space-20)*.5)}@media all and (max-width:767px){.topics-item{width:calc((300px - var(--space-20)*.5)*var(--scale))}}.topics-item .topics-item-inner{cursor:pointer;width:100%;height:100%;display:flex;flex-direction:column;background-color:#fff;clip-path:inset(0px round 3px)}@media all and (min-width:768px)and (max-width:1024px){.topics-item .topics-item-inner{width:500px}}@media all and (min-width:1025px){.topics-item .topics-item-inner{width:600px}}@media(min-width: 1441px){.topics-item .topics-item-inner{width:700px}}.topics-item .topics-item-inner:focus-visible .topics-item-header{background-color:color-mix(in srgb, #9FA0A0 30%, #fff)}.page-home .topics-item .topics-item-inner:focus-visible .topics-item-header{background-color:color-mix(in srgb, #9FA0A0 20%, #fff)}.topics-item .topics-item-inner:focus-visible figure img{scale:1.1}@media(hover: none)and (pointer: coarse){.topics-item .topics-item-inner:active .topics-item-header{background-color:color-mix(in srgb, #9FA0A0 30%, #fff)}.page-home .topics-item .topics-item-inner:active .topics-item-header{background-color:color-mix(in srgb, #9FA0A0 20%, #fff)}.topics-item .topics-item-inner:active figure img{scale:1.1}}@media(hover: hover)and (pointer: fine){.topics-item .topics-item-inner:hover .topics-item-header{background-color:color-mix(in srgb, #9FA0A0 30%, #fff)}.page-home .topics-item .topics-item-inner:hover .topics-item-header{background-color:color-mix(in srgb, #9FA0A0 20%, #fff)}.topics-item .topics-item-inner:hover figure img{scale:1.1}}.topics-item .topics-item-inner.hover-icon.hover .icon{animation:iconMoveRight .5s cubic-bezier(0.165, 0.84, 0.44, 1)}.topics-item .topics-item-header{color:#000;display:flex;border-bottom:rgba(0,0,0,.1) solid 1px;transition:background-color .5s cubic-bezier(0.165, 0.84, 0.44, 1)}.topics-item .topics-item-header .shoulder{width:116px;height:116px;background-color:rgba(0,0,0,.05);display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0;gap:var(--space-10) 0;position:relative}@media all and (min-width:500px)and (max-width:1024px){.topics-item .topics-item-header .shoulder{width:106px;height:106px}}@media all and (max-width:499px){.topics-item .topics-item-header .shoulder{width:100px;height:121px}}.topics-item .topics-item-header .shoulder::before{background:rgba(0,0,0,.3019607843);content:"";left:0;top:0;width:100%;height:3px;position:absolute}.topics-item .topics-item-header .shoulder .font.s_10{font-size:10px}.topics-item .topics-item-header .box-text{position:relative;display:flex;flex-direction:column;justify-content:center;gap:var(--space-15) 0;padding:0 var(--space-30)}.topics-item .topics-item-header .box-text::before{background:#000;content:"";left:0;top:0;width:100%;height:3px;position:absolute}.topics-item .topics-item-header .box-text .title .font span{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}@media all and (max-width:1024px){.topics-item .topics-item-header .box-text .title .font span{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:3}}.topics-item .topics-item-header .icon{margin-left:auto;display:flex;align-items:center;padding-right:var(--space-30)}.topics-item .topics-item-header .icon .arrow{display:block;width:11px}.topics-item figure{width:100%;aspect-ratio:16/9;border-radius:0 0 3px 3px;overflow:hidden}.topics-item figure img{width:100%;height:100%;object-fit:cover;transition:scale .5s cubic-bezier(0.165, 0.84, 0.44, 1)}body:has(.page-topics-index) .topics-item{padding:0;margin:0;width:100%}body:has(.page-topics-index) .topics-item .topics-item-inner{width:100%}body:has(.page-topics-index) .topics-item .topics-item-header .shoulder{display:none}body:has(.page-topics-index) .topics-item .topics-item-header .box-text{width:100%;height:136px;gap:var(--space-10)}@media all and (min-width:500px)and (max-width:1024px){body:has(.page-topics-index) .topics-item .topics-item-header .box-text{height:124px}}@media all and (max-width:499px){body:has(.page-topics-index) .topics-item .topics-item-header .box-text{height:110px}}body:has(.page-topics-index) .topics-item .topics-item-header .box-text .title .font span{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}.nav-company .nav-company-title{display:none;justify-content:center;padding:var(--space-10) 0 var(--space-50) 0}.nav-company .block-list{width:100%;background-color:#fff;display:flex;flex-direction:column;padding:var(--space-10);gap:var(--space-10)}.nav-company .block-list .block-title{position:relative;color:#fff;display:flex;justify-content:center;align-items:center;line-break:strict;padding:var(--space-15);background-color:rgba(0,0,0,.8);transition:background-color .3s}.nav-company .block-list .block-title:not(.topics):focus-visible{background-color:#000 !important}@media(hover: none)and (pointer: coarse){.nav-company .block-list .block-title:not(.topics):active{background-color:#000 !important}}@media(hover: hover)and (pointer: fine){.nav-company .block-list .block-title:not(.topics):hover{background-color:#000 !important}}.nav-company .block-list .block-title.accordion-button{display:none;margin:calc(var(--space-10)*-1);padding:calc(var(--space-10) + var(--space-15))}.nav-company .block-list .block-title.topics{color:#000;background-color:rgba(0,0,0,0)}.nav-company .block-list .block-title .icon-accordion{position:absolute;top:0;bottom:0;right:var(--space-20);margin:auto;display:flex;width:11px;height:11px;rotate:180deg;transition:translate .3s}.nav-company .block-list .block-list-inner{gap:1px;display:flex;flex-direction:column;overflow:hidden}.nav-company .block-list .block-list-inner.topic{gap:var(--space-10)}.nav-company .block-list .block-item{cursor:pointer;position:relative;background-color:rgba(0,0,0,.05);padding:var(--space-15);display:flex;justify-content:center;align-items:center;text-align:center;flex-shrink:0;transition:background-color .3s}.nav-company .block-list .block-item:focus-visible{background-color:color-mix(in srgb, #9fa0a0 20%, #fff) !important}@media(hover: none)and (pointer: coarse){.nav-company .block-list .block-item:active{background-color:color-mix(in srgb, #9fa0a0 20%, #fff) !important}}@media(hover: hover)and (pointer: fine){.nav-company .block-list .block-item:hover{background-color:color-mix(in srgb, #9fa0a0 20%, #fff) !important}}.nav-company .block-list .block-item:has(figure){aspect-ratio:16/9;overflow:hidden;color:#fff;text-align:left;justify-content:flex-start;align-items:flex-start;padding:var(--space-15);white-space:pre-line}.nav-company .block-list .block-item:has(figure) .img-hover-content{overflow:hidden}.nav-company .block-list .block-item:has(figure) img{transition:transform .5s cubic-bezier(0.19, 1, 0.22, 1)}.nav-company .block-list .block-item:has(figure):focus-visible img{transform:scale(1.1)}@media(hover: none)and (pointer: coarse){.nav-company .block-list .block-item:has(figure):active img{transform:scale(1.1)}}@media(hover: hover)and (pointer: fine){.nav-company .block-list .block-item:has(figure):hover img{transform:scale(1.1)}}.nav-company .block-list .block-item figure{aspect-ratio:16/9;position:absolute;inset:0}.nav-company .block-list .block-item figure::after{content:"";position:absolute;display:block;inset:0;background:linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%)}.nav-company .block-list .block-item figure img{width:100%;height:100%;object-fit:cover}.nav-company .block-list .block-item .icon-question{display:flex;width:20px;height:20px;margin:-10px 0}.nav-company .block-list .xssOnly{display:none}.modal-header-menu .nav-company .block-list{background-color:rgba(0,0,0,.1)}.modal-header-menu .nav-company .block-list .block-item{background-color:#fff}@media all and (max-width:499px){.modal-header-menu .nav-company .nav-company-title{display:flex}.modal-header-menu .nav-company .xssOnly{display:flex}.modal-header-menu .nav-company .block-list{gap:0;transition:background-color .3s}.modal-header-menu .nav-company .block-list.open .accordion-content{margin-top:var(--space-10);grid-template-rows:1fr}.modal-header-menu .nav-company .block-list.open .block-title .icon-accordion{rotate:0deg}.modal-header-menu .nav-company .block-list.open .block-title.accordion-button{display:flex}.modal-header-menu .nav-company .block-list.open .block-title.accordion-button:focus-visible .icon-accordion{translate:0 -5px}}@media(max-width:499px)and (hover: none)and (pointer: coarse){.modal-header-menu .nav-company .block-list.open .block-title.accordion-button:active .icon-accordion{translate:0 -5px}}@media(max-width:499px)and (hover: hover)and (pointer: fine){.modal-header-menu .nav-company .block-list.open .block-title.accordion-button:hover .icon-accordion{translate:0 -5px}}@media all and (max-width:499px){.modal-header-menu .nav-company .block-list:nth-child(1){order:10}.modal-header-menu .nav-company .block-list:has(.block-title:hover){background-color:rgba(81,82,82,.3)}.modal-header-menu .nav-company .block-list .block-title{color:#000;background-color:rgba(0,0,0,0)}.modal-header-menu .nav-company .block-list .block-title.link{display:none}.modal-header-menu .nav-company .block-list .block-title.accordion-button{display:flex}.modal-header-menu .nav-company .block-list .block-title.accordion-button:focus-visible{background-color:rgba(0,0,0,0) !important}.modal-header-menu .nav-company .block-list .block-title.accordion-button:focus-visible .icon-accordion{translate:0 5px}}@media(max-width:499px)and (hover: none)and (pointer: coarse){.modal-header-menu .nav-company .block-list .block-title.accordion-button:active{background-color:rgba(0,0,0,0) !important}.modal-header-menu .nav-company .block-list .block-title.accordion-button:active .icon-accordion{translate:0 5px}}@media(max-width:499px)and (hover: hover)and (pointer: fine){.modal-header-menu .nav-company .block-list .block-title.accordion-button:hover{background-color:rgba(0,0,0,0) !important}.modal-header-menu .nav-company .block-list .block-title.accordion-button:hover .icon-accordion{translate:0 5px}}@media all and (max-width:499px){.modal-header-menu .nav-company .block-list .block-item{padding:var(--space-30) var(--space-15)}.modal-header-menu .nav-company .block-list .block-item .font{font-size:14px}.modal-header-menu .nav-company .block-list .accordion-content{display:grid;grid-template-rows:0fr;transition:margin-top .2s cubic-bezier(0.165, 0.84, 0.44, 1),grid-template-rows .2s cubic-bezier(0.165, 0.84, 0.44, 1)}}.btn-opacity{transition:opacity .3s}.btn-opacity:focus-visible{opacity:.4}@media(hover: none)and (pointer: coarse){.btn-opacity:active{opacity:.4}}@media(hover: hover)and (pointer: fine){.btn-opacity:hover{opacity:.4}}.text-hover-underline .font>span{padding-bottom:3px;background-image:linear-gradient(to bottom, currentColor 0%, currentColor 100%);background-position:left bottom;background-size:0px 1px;background-repeat:no-repeat;transition:background-size .2s cubic-bezier(0.77, 0, 0.175, 1),color .2s cubic-bezier(0.77, 0, 0.175, 1)}.text-hover-underline .font:nth-child(2)>span{transition:background-size .2s .1s cubic-bezier(0.77, 0, 0.175, 1),color .2s cubic-bezier(0.77, 0, 0.175, 1)}.text-hover-underline:focus-visible .font>span{color:var(--color-medium);background-size:100% 1px}@media(hover: none)and (pointer: coarse){.text-hover-underline:active .font>span{color:var(--color-medium);background-size:100% 1px}}@media(hover: hover)and (pointer: fine){.text-hover-underline:hover .font>span{color:var(--color-medium);background-size:100% 1px}}.text-hover-underline.reverse{transition:background-position .2s cubic-bezier(0.77, 0, 0.175, 1),background-size .2s cubic-bezier(0.77, 0, 0.175, 1),color .2s cubic-bezier(0.77, 0, 0.175, 1)}.text-hover-underline.reverse .font>span{background-size:100% 1px;background-position:right bottom}.text-hover-underline.reverse:focus-visible .font>span{background-size:0px 1px}@media(hover: none)and (pointer: coarse){.text-hover-underline.reverse:active .font>span{background-size:0px 1px}}@media(hover: hover)and (pointer: fine){.text-hover-underline.reverse:hover .font>span{background-size:0px 1px}}.hover-button-bg{transition:background-color .3s,color .3s}.hover-button-bg:focus-visible{background-color:var(--color-dark);color:#fff}@media(hover: none)and (pointer: coarse){.hover-button-bg:active{background-color:var(--color-dark);color:#fff}}@media(hover: hover)and (pointer: fine){.hover-button-bg:hover{background-color:var(--color-dark);color:#fff}}.line-clamp-1{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:3}.line-clamp-4{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:4}@media all and (min-width:1025px){body{--space-5: 5px}}@media all and (min-width:500px)and (max-width:1024px){body{--space-5: 4px}}@media all and (max-width:499px){body{--space-5: 3px}}.scroll-triggers{position:absolute;width:10%;z-index:12;pointer-events:none;opacity:0}.scroll-triggers .trigger{position:relative;width:100%;background:rgba(255,0,0,.1882352941);z-index:11}.scroll-triggers .trigger.hide{display:none}.scroll-triggers .trigger:nth-child(3n+0){background:rgba(255,0,0,.1882352941)}.scroll-triggers .trigger:nth-child(3n+1){background:rgba(255,255,0,.1882352941)}.scroll-triggers .trigger:nth-child(3n+2){background:rgba(255,0,255,.1882352941)}.scroll-triggers .trigger:after{content:"Trigger";position:absolute;left:0;bottom:0;display:block;width:100%;padding:5px;border-bottom:#333 dotted 1px;font-size:10px;color:#333;opacity:.5}.hl-modal{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1001;overflow-y:auto;pointer-events:none;scrollbar-width:none}.hl-modal ::-webkit-scrollbar{display:none}.hl-modal.opened{position:fixed;pointer-events:auto}.hl-modal.front{z-index:10002}.hl-modal .hl-modal-inner{position:relative;display:flex;flex:1}.hl-modal .hl-modal-inner .bg{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;background:rgba(0,0,0,.5);backdrop-filter:blur(8px);pointer-events:none;transition:opacity 2000ms cubic-bezier(0.4, 0, 0.4, 1) 0ms,backdrop-filter 2000ms cubic-bezier(0.4, 0, 0.4, 1) 0ms}.hl-modal .hl-modal-inner .bg.show{opacity:1;pointer-events:auto}.hl-modal .hl-modal-inner .bg.closing{transition:opacity 300ms cubic-bezier(0.4, 0, 0.4, 1) 0ms,backdrop-filter 300ms cubic-bezier(0.4, 0, 0.4, 1) 0ms}.hl-modal .hl-modal-inner .bg.live{background:rgba(61,56,22,.5)}.hl-modal .hl-modal-inner .bg.work{background:rgba(32,45,64,.5)}.hl-modal .hl-modal-inner .bg.learn{background:rgba(43,41,61,.5)}.hl-modal .hl-modal-inner .bg.play{background:rgba(64,49,29,.5)}.hl-modal .hl-modal-inner .bg.connect{background:rgba(61,44,52,.5)}.hl-modal .hl-modal-inner .bg.relax{background:rgba(44,59,38,.5)}.hl-modal .hl-modal-inner .ui{position:absolute;left:0;top:0;width:100%;z-index:3;opacity:0;pointer-events:none;transition:opacity 2000ms cubic-bezier(0.4, 0, 0.4, 1) 0ms}.hl-modal .hl-modal-inner .ui.show{opacity:1;pointer-events:auto}.hl-modal .hl-modal-inner .ui.closing{transition:opacity 300ms cubic-bezier(0.4, 0, 0.4, 1) 0ms}.hl-modal .hl-modal-inner .ui .logo{position:fixed;left:30px;top:28px;width:70px}.hl-modal .hl-modal-inner .ui .logo a{transition:all 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0ms}@media(any-hover: hover){.hl-modal .hl-modal-inner .ui .logo a:hover,.hl-modal .hl-modal-inner .ui .logo a:focus{opacity:.6}}.hl-modal .hl-modal-inner .ui .close{position:fixed;right:47px;top:34px;width:30px}.hl-modal .hl-modal-inner .ui .close button{position:relative;display:block;width:32px;cursor:pointer}.hl-modal .hl-modal-inner .ui .close button img{position:absolute;left:0;top:0;transition:all 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0ms;-webkit-touch-callout:none;-webkit-user-select:none}.hl-modal .hl-modal-inner .ui .close button img.off{opacity:1}.hl-modal .hl-modal-inner .ui .close button img.on{opacity:0}@media(any-hover: hover){.hl-modal .hl-modal-inner .ui .close button:hover img.off,.hl-modal .hl-modal-inner .ui .close button:focus img.off{opacity:0}.hl-modal .hl-modal-inner .ui .close button:hover img.on,.hl-modal .hl-modal-inner .ui .close button:focus img.on{opacity:1}}.hl-modal .hl-modal-inner .ui .btn{position:fixed;top:50%;transform:translate(0, -50%)}.hl-modal .hl-modal-inner .ui .btn.prev{left:29px}.hl-modal .hl-modal-inner .ui .btn.prev button span{right:30px;transform:translate(3px, 0)}.hl-modal .hl-modal-inner .ui .btn.next{right:29px}.hl-modal .hl-modal-inner .ui .btn.next button{flex-direction:row-reverse}.hl-modal .hl-modal-inner .ui .btn.next button span{left:30px;transform:translate(-3px, 0)}.hl-modal .hl-modal-inner .ui .btn button{position:relative;display:flex;justify-content:space-between;align-items:center;width:72px;height:72px;padding:0 30px;box-sizing:border-box;background:#fff;border-radius:36px;transition:all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0ms}@media(any-hover: hover){.hl-modal .hl-modal-inner .ui .btn button:hover,.hl-modal .hl-modal-inner .ui .btn button:focus{width:162px}.hl-modal .hl-modal-inner .ui .btn button:hover span,.hl-modal .hl-modal-inner .ui .btn button:focus span{opacity:1;transform:translate(0px, 0)}}.hl-modal .hl-modal-inner .ui .btn button span{position:absolute;top:0;display:flex;align-items:center;min-width:30px;height:100%;font-family:"Midashi Go MB31",sans-serif;opacity:0;transition:all 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 100ms}.hl-modal .hl-modal-inner .ui .btn button img{width:10px;-webkit-touch-callout:none;-webkit-user-select:none}.hl-modal .hl-modal-inner .page-container{position:relative;margin:50px 130px 50px 130px;border-radius:3px;z-index:2}@media all and (max-width:499px),all and (min-width:500px)and (max-width:767px),all and (min-width:768px)and (max-width:1024px){.hl-modal .hl-modal-inner .page-container{margin:75px 50px 75px 50px}.hl-modal .hl-modal-inner .ui .logo{position:absolute;left:21px;top:19px;width:60px}.hl-modal .hl-modal-inner .ui .close{right:37px;top:26px;width:24px}.hl-modal .hl-modal-inner .ui .btn.prev{left:23px}.hl-modal .hl-modal-inner .ui .btn.prev button span{right:30px;transform:translate(3px, 0)}.hl-modal .hl-modal-inner .ui .btn.next{right:23px}.hl-modal .hl-modal-inner .ui .btn.next button span{left:30px;transform:translate(-3px, 0)}.hl-modal .hl-modal-inner .ui .btn button{width:54px;height:54px;padding:0 22px}.hl-modal .hl-modal-inner .ui .btn button img{width:9px}}@media all and (max-width:499px){.hl-modal .hl-modal-inner .page-container{margin:60px 30px 60px 30px}.hl-modal .hl-modal-inner .ui .logo{left:15px;top:16px;width:50px}.hl-modal .hl-modal-inner .ui .close{right:20px;top:20px;width:20px}.hl-modal .hl-modal-inner .ui .btn.prev{left:12px}.hl-modal .hl-modal-inner .ui .btn.prev button span{right:30px;transform:translate(3px, 0)}.hl-modal .hl-modal-inner .ui .btn.next{right:12px}.hl-modal .hl-modal-inner .ui .btn.next button span{left:30px;transform:translate(-3px, 0)}.hl-modal .hl-modal-inner .ui .btn button{width:36px;height:36px;padding:0 14.5px}.hl-modal .hl-modal-inner .ui .btn button img{width:8px}}body:has(.hl-modal .hl-modal-inner .bubble-info) .global-header .brand-logo{opacity:0}.hl-canvas-wrap{position:absolute;left:-130px;top:-50px;width:100vw;height:100lvh;z-index:9;pointer-events:none;will-change:transform;backface-visibility:hidden}.hl-canvas-wrap.fixed{position:fixed;left:0;top:0}@media all and (max-width:499px),all and (min-width:500px)and (max-width:767px),all and (min-width:768px)and (max-width:1024px){.hl-canvas-wrap{left:-50px;top:-75px}}@media all and (max-width:499px){.hl-canvas-wrap{left:-30px;top:-60px}}.hl-canvas-wrap .hl-canvas{width:100%;height:100%;background:"transparent"}.bubble-dummy{display:none;position:absolute;left:0;top:0;pointer-events:none;z-index:11;opacity:0}.bubble-dummy.live .dummy-inner{background:#f5e057 no-repeat right center;background-image:url(/img/hills-life/tex1.png);background-size:cover}.bubble-dummy.work .dummy-inner{background:#7db0f9 no-repeat right center;background-image:url(/img/hills-life/tex2.png);background-size:cover}.bubble-dummy.learn .dummy-inner{background:#aaa2f1 no-repeat right center;background-image:url(/img/hills-life/tex3.png);background-size:cover}.bubble-dummy.play .dummy-inner{background:#fcc174 no-repeat right center;background-image:url(/img/hills-life/tex4.png);background-size:cover}.bubble-dummy.connect .dummy-inner{background:#f2afd0 no-repeat right center;background-image:url(/img/hills-life/tex5.png);background-size:cover}.bubble-dummy.relax .dummy-inner{background:#b0ea96 no-repeat right center;background-image:url(/img/hills-life/tex6.png);background-size:cover}.bubble-dummy .dummy-inner{display:flex;align-items:center;justify-content:center;flex-direction:column;width:320px;height:320px;border-radius:50%;color:#fff}@media all and (max-width:499px),all and (min-width:500px)and (max-width:767px){.bubble-dummy .dummy-inner{width:260px;height:260px}}@media all and (max-width:499px){.bubble-dummy .dummy-inner{width:180px;height:180px}}.bubble-dummy .dummy-inner h1{justify-content:center;margin:0 0 var(--space-10) 0}.bubble-dummy .dummy-inner h2{justify-content:center}.page-hl-detail{position:relative}.page-hl-detail .hl-inner-bg{opacity:0}.page-hl-detail .cover-section{position:relative;display:flex;align-items:center;height:calc(100svh - 100px);padding:0 100px;border-radius:3px;overflow:hidden;z-index:10;opacity:0}.page-hl-detail .cover-section .video{position:absolute;left:0;top:0;width:100%;height:100%;z-index:0;background:no-repeat center center;background-size:cover}.page-hl-detail .cover-section .video.img_3_4.live{background-image:url(/video/hills-life/jpg/01_3_4.jpg)}.page-hl-detail .cover-section .video.img_3_4.work{background-image:url(/video/hills-life/jpg/02_3_4.jpg)}.page-hl-detail .cover-section .video.img_3_4.learn{background-image:url(/video/hills-life/jpg/03_3_4.jpg)}.page-hl-detail .cover-section .video.img_3_4.play{background-image:url(/video/hills-life/jpg/04_3_4.jpg)}.page-hl-detail .cover-section .video.img_3_4.connect{background-image:url(/video/hills-life/jpg/05_3_4.jpg)}.page-hl-detail .cover-section .video.img_3_4.relax{background-image:url(/video/hills-life/jpg/06_3_4.jpg)}.page-hl-detail .cover-section .video.img_9_16.live{background-image:url(/video/hills-life/jpg/01_9_16.jpg)}.page-hl-detail .cover-section .video.img_9_16.work{background-image:url(/video/hills-life/jpg/02_9_16.jpg)}.page-hl-detail .cover-section .video.img_9_16.learn{background-image:url(/video/hills-life/jpg/03_9_16.jpg)}.page-hl-detail .cover-section .video.img_9_16.play{background-image:url(/video/hills-life/jpg/04_9_16.jpg)}.page-hl-detail .cover-section .video.img_9_16.connect{background-image:url(/video/hills-life/jpg/05_9_16.jpg)}.page-hl-detail .cover-section .video.img_9_16.relax{background-image:url(/video/hills-life/jpg/06_9_16.jpg)}.page-hl-detail .cover-section .video.img_16_9.live{background-image:url(/video/hills-life/jpg/01_16_9.jpg)}.page-hl-detail .cover-section .video.img_16_9.work{background-image:url(/video/hills-life/jpg/02_16_9.jpg)}.page-hl-detail .cover-section .video.img_16_9.learn{background-image:url(/video/hills-life/jpg/03_16_9.jpg)}.page-hl-detail .cover-section .video.img_16_9.play{background-image:url(/video/hills-life/jpg/04_16_9.jpg)}.page-hl-detail .cover-section .video.img_16_9.connect{background-image:url(/video/hills-life/jpg/05_16_9.jpg)}.page-hl-detail .cover-section .video.img_16_9.relax{background-image:url(/video/hills-life/jpg/06_16_9.jpg)}.page-hl-detail .cover-section .video:after{content:"";display:block;position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%);mix-blend-mode:overlay;opacity:.5;z-index:3}.page-hl-detail .cover-section .video video{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;opacity:1;z-index:2}.page-hl-detail .cover-section .text-block{position:relative;width:50%;top:0px;z-index:2}.page-hl-detail .cover-section .text-block .titles{margin:0 0 var(--space-70) 0;color:#fff}.page-hl-detail .cover-section .text-block .titles h1{justify-content:center;margin:0 0 var(--space-10) 0}.page-hl-detail .cover-section .text-block .titles h2{justify-content:center}.page-hl-detail .cover-section .text-block .titles h2.ja{font-family:"A P-OTF Midashi Go MB31 Pr6N",sans-serif;font-weight:600}.page-hl-detail .cover-section .text-block .text{justify-content:center;color:#fff;text-align:center;transform:translate(9px, 2px)}.page-hl-detail .cover-section .text-block .text .line-break{display:flex;flex-wrap:wrap;white-space:nowrap;justify-content:center}.page-hl-detail .cover-section .text-block .text .line-break.en span{margin:0 .3em 0 0}.page-hl-detail .cover-section .text-block .text .line-break span{white-space:nowrap}.page-hl-detail .cover-section .text-block .text .m{display:block}.page-hl-detail .cover-section .text-block .text .s{display:none}.page-hl-detail .cover-section .sound-control{position:absolute;left:30px;bottom:30px;display:flex;width:70px;height:25px;overflow:hidden;background:rgba(255,255,255,.3);border-radius:20px;z-index:2}.page-hl-detail .cover-section .sound-control.disabled{pointer-events:none}.page-hl-detail .cover-section .sound-control .sound-bg{position:absolute;left:0;top:0;width:37.5px;height:100%;border-radius:20px;background:#fff;box-shadow:0 0 18px rgba(0,0,0,.5);transition:all 250ms cubic-bezier(0.4, 0, 0.4, 1) 0ms}.page-hl-detail .cover-section .sound-control.enable .sound-bg{left:calc(100% - 37.5px)}.page-hl-detail .cover-section .sound-control.enable .btn:nth-child(1){transform:translate(0px, 0)}.page-hl-detail .cover-section .sound-control.enable .btn:nth-child(2){transform:translate(-2px, 0)}@media(any-hover: hover){.page-hl-detail .cover-section .sound-control:hover .sound-bg,.page-hl-detail .cover-section .sound-control:focus .sound-bg{transform:translate(3px, 0)}.page-hl-detail .cover-section .sound-control:hover.enable .sound-bg,.page-hl-detail .cover-section .sound-control:focus.enable .sound-bg{transform:translate(-3px, 0)}}.page-hl-detail .cover-section .sound-control .btn{position:relative;display:flex;align-items:center;justify-content:center;width:50%;height:100%;z-index:2;cursor:pointer}.page-hl-detail .cover-section .sound-control .btn.active img{filter:brightness(0) invert(0)}.page-hl-detail .cover-section .sound-control .btn img{width:13px;filter:brightness(0) invert(1);-webkit-touch-callout:none;-webkit-user-select:none}@media all and (max-width:499px),all and (min-width:500px)and (max-width:767px),all and (min-width:768px)and (max-width:1024px),all and (min-width:1025px)and (max-width:1200px){.page-hl-detail .cover-section{padding:0 75px}.page-hl-detail .cover-section .text-block{position:relative;width:50%;top:auto;margin:0 0 70px 0}.page-hl-detail .cover-section .text-block .text .m{display:none}.page-hl-detail .cover-section .text-block .text .s{display:block}}@media all and (max-width:499px),all and (min-width:500px)and (max-width:767px),all and (min-width:768px)and (max-width:1024px){.page-hl-detail .cover-section{height:calc(100svh - 150px);align-items:end;padding:0}.page-hl-detail .cover-section .sound-control{left:26px;bottom:26px}.page-hl-detail .cover-section .text-block{position:relative;width:100%;top:auto;margin:0 0 70px 0}.page-hl-detail .cover-section .text-block .text{transform:translate(0px, 0px)}}@media all and (max-width:499px),all and (min-width:500px)and (max-width:767px){.page-hl-detail .cover-section{padding:0 50px}.page-hl-detail .cover-section .text-block .text .line-break{white-space:unset}.page-hl-detail .cover-section .text-block .text .line-break span{white-space:unset}}@media all and (max-width:499px){.page-hl-detail .cover-section{height:calc(100svh - 120px);padding:0 20px}.page-hl-detail .cover-section .sound-control{left:20px;bottom:20px}}.page-hl-detail .body-section{position:relative;display:flex;align-items:center;min-height:624px;margin:0 150px 0 150px;padding:200px 0 200px 0;letter-spacing:.1em;z-index:10;opacity:0}.page-hl-detail .body-section .text{display:block;width:65%}.page-hl-detail .body-section .text span{line-height:2}.page-hl-detail .body-section .text strong{margin:0 1px;padding:0 1px;background:#fff;border:#fff solid 2px;border-radius:3px;box-decoration-break:clone;-webkit-box-decoration-break:clone}@media all and (max-width:499px),all and (min-width:500px)and (max-width:767px),all and (min-width:768px)and (max-width:1024px),all and (min-width:1025px)and (max-width:1200px){.page-hl-detail .body-section{margin:0 110px 0 110px;padding:155px 0 155px 0}}@media all and (max-width:499px),all and (min-width:500px)and (max-width:767px){.page-hl-detail .body-section{margin:0 70px 0 70px;padding:100px 0 100px 0}.page-hl-detail .body-section .text{width:auto}}.page-hl-detail .facility-section{position:relative;margin:0 100px 200px 100px;z-index:8;opacity:0}.page-hl-detail .facility-section .container{position:relative;padding:100px 100px var(--space-50) 100px;background:#fff;border-radius:3px;overflow:hidden}.page-hl-detail .facility-section .container:before{content:"";position:absolute;left:0;top:0;display:block;width:216px;height:2px;background:#000}.page-hl-detail .facility-section .container .texts{width:66.666%;margin:0 0 var(--space-50) 0}.page-hl-detail .facility-section .container .texts .head{margin:0 0 100px 0}.page-hl-detail .facility-section .container .texts .title{margin:0 0 var(--space-50) 0}.page-hl-detail .facility-section .container .texts .title.live{color:#7a6b05}.page-hl-detail .facility-section .container .texts .title.work{color:#1f467d}.page-hl-detail .facility-section .container .texts .title.learn{color:#433d7a}.page-hl-detail .facility-section .container .texts .title.play{color:#805318}.page-hl-detail .facility-section .container .texts .title.connect{color:#7a4760}.page-hl-detail .facility-section .container .texts .title.relax{color:#4a7536}.page-hl-detail .facility-section .container .texts .text span{letter-spacing:.03em}.page-hl-detail .facility-section .container .carousel{margin:0 -100px}.page-hl-detail .facility-section .container .carousel .swiper .swiper-wrapper{margin:0 0 20px 0}.page-hl-detail .facility-section .container .carousel .swiper .swiper-wrapper .swiper-slide{width:calc((100% - 200px - var(--space-20))/2);aspect-ratio:3/2;overflow:hidden}.page-hl-detail .facility-section .container .carousel .swiper .swiper-wrapper .swiper-slide img{height:100%;object-fit:cover;border-radius:3px}.page-hl-detail .facility-section .container .carousel .swiper .controller{position:relative;display:flex;gap:var(--space-10);margin:0 100px}.page-hl-detail .facility-section .container .carousel .swiper .controller .pagination .bullet{position:relative;width:var(--space-30);height:12px;margin:0 var(--space-10) 0 0;overflow:hidden}.page-hl-detail .facility-section .container .carousel .swiper .controller .pagination .bullet .bar{position:absolute;left:0;bottom:1px;display:block;width:100%;height:2px;margin:0 0 0 0;border-radius:2px;background:#000;transform-origin:0 0}.page-hl-detail .facility-section .container .carousel .swiper .controller .pagination .bullet:after{content:"";position:absolute;left:0;bottom:1px;display:block;width:100%;height:2px;margin:0 0 0 0;border-radius:2px;background:#000;opacity:.3;transition:all 150ms cubic-bezier(0.4, 0, 0.4, 1) 0ms}@media(any-hover: hover){.page-hl-detail .facility-section .container .carousel .swiper .controller .pagination .bullet:hover:after{opacity:1}}.page-hl-detail .facility-section .container .carousel .swiper .controller .pagination .bullet:focus{outline:1px dotted}@media all and (max-width:499px),all and (min-width:500px)and (max-width:767px),all and (min-width:768px)and (max-width:1024px),all and (min-width:1025px)and (max-width:1200px){.page-hl-detail .facility-section{margin:0 75px 200px 75px}.page-hl-detail .facility-section .container .texts{margin:0 0 40px 0}.page-hl-detail .facility-section .container .texts .head{margin:0 0 57px 0}.page-hl-detail .facility-section .container .texts .title{margin:0 0 36px 0;white-space:pre-wrap}.page-hl-detail .facility-section .container .carousel .swiper .swiper-wrapper{margin:0 0 14px 0}}@media all and (max-width:499px),all and (min-width:500px)and (max-width:767px),all and (min-width:768px)and (max-width:1024px){.page-hl-detail .facility-section{margin:0 50px 200px 50px}.page-hl-detail .facility-section .container{padding-left:75px;padding-top:75px;padding-right:75px}.page-hl-detail .facility-section .container .texts .head{margin:0 0 55px 0}.page-hl-detail .facility-section .container .carousel .swiper .swiper-wrapper{margin:0 0 9px 0}}@media all and (max-width:499px),all and (min-width:500px)and (max-width:767px){.page-hl-detail .facility-section{margin:0 30px 100px 30px}.page-hl-detail .facility-section .container{padding-left:50px;padding-top:50px;padding-right:50px}.page-hl-detail .facility-section .container .texts{width:auto;margin:0 0 40px 0}.page-hl-detail .facility-section .container .texts .head{width:60%;margin:0 0 180px 0}.page-hl-detail .facility-section .container .texts .title{margin:0 0 36px 0}.page-hl-detail .facility-section .container .carousel .swiper .swiper-wrapper{margin:0 0 9px 0}.page-hl-detail .facility-section .container .carousel .swiper .swiper-wrapper .swiper-slide{width:calc(100% - 200px)}.page-hl-detail .facility-section .container .carousel .swiper-page{left:50px}}@media all and (max-width:499px){.page-hl-detail .facility-section{margin:0 20px 100px 20px}.page-hl-detail .facility-section .container{padding-left:30px;padding-top:30px;padding-right:30px}}.page-hl-detail .subs-section{position:relative;margin:0 100px 100px 100px;z-index:10}.page-hl-detail .subs-section .sub-section{position:relative;margin:0 0 var(--space-100) 0;opacity:0}.page-hl-detail .subs-section .sub-section:last-child.low{margin:0 0 -100px 0}.page-hl-detail .subs-section .sub-section .container{position:relative;display:flex;gap:50px}.page-hl-detail .subs-section .sub-section .container .lead{position:relative;width:calc((100% - 150px)*1/4);line-height:2}.page-hl-detail .subs-section .sub-section .container .lead .lead-inner{position:sticky;left:0;top:0;padding:var(--space-70) 0 0 0}.page-hl-detail .subs-section .sub-section .container .lead .lead-inner .text>span span{display:block}.page-hl-detail .subs-section .sub-section .container .lead .lead-inner .text>span span .truncate{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.page-hl-detail .subs-section .sub-section .container .lead .lead-inner .more{display:block;width:100%;margin:0 0 var(--space-50) 0;padding:var(--space-10) 0 0 0;text-align:right;transition:opacity 200ms cubic-bezier(0.645, 0.045, 0.355, 1)}.page-hl-detail .subs-section .sub-section .container .lead .lead-inner .more span span{position:relative;overflow:hidden}.page-hl-detail .subs-section .sub-section .container .lead .lead-inner .more span span:after{content:"";position:absolute;left:0;bottom:0;display:block;width:100%;border-bottom:#000 solid 1px;transform:scaleX(1);transform-origin:left;transition:transform 200ms cubic-bezier(0.645, 0.045, 0.355, 1)}@media(any-hover: hover){.page-hl-detail .subs-section .sub-section .container .lead .lead-inner .more:hover span span:after{transform:scaleX(0);transform-origin:right}.page-hl-detail .subs-section .sub-section .container .lead .lead-inner .more:focus{opacity:.6}}.page-hl-detail .subs-section .sub-section .container .lead .lead-inner .bubble-sub-wrap{position:relative;width:calc(100% + 100px);margin:0 -50px 0 -50px}.page-hl-detail .subs-section .sub-section .container .node-grid{display:block;width:calc((100% - 150px)*3/4 + 100px);padding:var(--space-70) 0 0 0}.page-hl-detail .subs-section .sub-section .container .node-carousel{display:none}.page-hl-detail .subs-section .sub-section .container .node-carousel .scroll-container{width:calc(100vw - 100px);overflow-x:auto}.page-hl-detail .subs-section .sub-section .container .node-carousel .scroll-container .nodes{display:flex;flex-wrap:nowrap;gap:var(--space-20);padding:0 0 0 25px}.page-hl-detail .subs-section .sub-section .container .node-carousel .scroll-container .nodes:after{content:"";display:block;flex:0 0 calc(25px - var(--space-20))}.page-hl-detail .subs-section .sub-section .container .node-carousel .scroll-container .nodes .node{flex:0 0 auto;width:200px}.page-hl-detail .subs-section .sub-section .container .node{position:relative;padding:var(--space-20) 0 0 0;background:#fff;box-sizing:border-box;border-radius:3px;overflow:hidden}.page-hl-detail .subs-section .sub-section .container .node .title{position:relative;width:fit-content;margin:0 var(--space-20) var(--space-20) var(--space-20);line-height:1.5;white-space:pre-wrap}.page-hl-detail .subs-section .sub-section .container .node .title:before{content:"";position:absolute;top:calc(0px - var(--space-20));left:calc(0px - var(--space-20));display:block;width:calc(100% + var(--space-20)*2);height:2px;background:#000}.page-hl-detail .subs-section .sub-section .container .node .title span{position:relative;display:inline-block}.page-hl-detail .subs-section .sub-section .container .node .text{padding:0 var(--space-20) var(--space-20) var(--space-20);margin-top:var(--space-20);white-space:pre-wrap}.page-hl-detail .subs-section .sub-section .container .node .img{aspect-ratio:3/2;overflow:hidden;position:relative}.page-hl-detail .subs-section .sub-section .container .node .img::before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:1px;background:rgba(0,0,0,.1)}.page-hl-detail .subs-section .sub-section .container .node .img img{width:100%;height:100%;object-fit:cover}@media all and (max-width:499px),all and (min-width:500px)and (max-width:767px),all and (min-width:768px)and (max-width:1024px),all and (min-width:1025px)and (max-width:1200px),all and (min-width:1201px)and (max-width:1440px){.page-hl-detail .subs-section .sub-section .container{gap:50px}.page-hl-detail .subs-section .sub-section .container .lead{width:calc((100% - 100px)*1/3)}.page-hl-detail .subs-section .sub-section .container .node-grid{width:calc((100% - 100px)*2/3 + 50px)}}@media all and (max-width:499px),all and (min-width:500px)and (max-width:767px),all and (min-width:768px)and (max-width:1024px),all and (min-width:1025px)and (max-width:1200px){.page-hl-detail .subs-section{margin:0 75px 100px 75px}}@media all and (max-width:499px),all and (min-width:500px)and (max-width:767px),all and (min-width:768px)and (max-width:1024px){.page-hl-detail .subs-section{margin:0 50px 100px 50px}.page-hl-detail .subs-section .sub-section .container{gap:40px}.page-hl-detail .subs-section .sub-section .container .lead{width:calc((100% - 80px)*1/3)}.page-hl-detail .subs-section .sub-section .container .node-grid{width:calc((100% - 80px)*2/3 + 40px)}}@media all and (max-width: 900px){.page-hl-detail .subs-section .sub-section .node-grid .nodes .node .text,.page-hl-detail .subs-section .sub-section .node-carousel .nodes .node .text{white-space:normal}}@media all and (max-width:499px),all and (min-width:500px)and (max-width:767px){.page-hl-detail .subs-section{margin:0 30px 100px 30px}.page-hl-detail .subs-section .sub-section{width:auto;margin:0 0 100px 0}.page-hl-detail .subs-section .sub-section .section-inner{position:sticky;left:0;top:0;padding:100px 0 0 0}.page-hl-detail .subs-section .sub-section .section-title{margin:0 0 300px 0;padding:25px 25px 30px}.page-hl-detail .subs-section .sub-section .container{display:block;margin:0 -30px}.page-hl-detail .subs-section .sub-section .container .lead{width:auto;margin:0 30px;padding:0 0 30px 0}.page-hl-detail .subs-section .sub-section .container .lead .lead-inner{position:static;width:calc(50% - 20px)}.page-hl-detail .subs-section .sub-section .container .lead .lead-inner .bubble-sub-wrap{position:static;width:auto;margin:0}.page-hl-detail .subs-section .sub-section .container .node-grid{display:none}.page-hl-detail .subs-section .sub-section .container .node-carousel{display:block}.page-hl-detail .subs-section .sub-section .container .node-carousel .scroll-container .nodes .node{display:flex;flex-direction:column;justify-content:space-between}.page-hl-detail .subs-section .sub-section .container .node-carousel .scroll-container .nodes .node .title{margin:0 var(--space-20) 0 var(--space-20)}.page-hl-detail .subs-section .sub-section .container .node-carousel .scroll-container .nodes .node .text{flex:1}}@media all and (max-width:499px){.page-hl-detail .subs-section{margin:0 20px 200px 20px}.page-hl-detail .subs-section .sub-section .container{margin:0 -20px}.page-hl-detail .subs-section .sub-section .container .lead .lead-inner{width:calc(50% - 15px)}.page-hl-detail .subs-section .sub-section .container .node-carousel .scroll-container{width:calc(100vw - 60px)}}.page-hl-detail .info-section{position:relative;display:flex;gap:var(--space-50);background:rgba(255,255,255,.3);z-index:10;opacity:0}.page-hl-detail .info-section .section-title{position:relative;width:50px;padding:0 0 0 5px;background:#fff;box-sizing:border-box;border-radius:0 3px 3px 0}.page-hl-detail .info-section .section-title:before{content:"";position:absolute;left:0;top:0;display:block;width:5px;height:100%;background:#9fa0a0}.page-hl-detail .info-section .section-title .inner{position:sticky;left:0;top:0;display:flex;justify-content:left;align-items:center;flex-direction:row;width:100%;padding:20px 0;writing-mode:vertical-rl}.page-hl-detail .info-section .section-title .inner .title{margin:0 0 20px 0;font-feature-settings:normal}.page-hl-detail .info-section .section-title .inner .title .en{padding-right:42px !important;padding-left:46px !important}.page-hl-detail .info-section .section-title .inner .sub{margin:0 0 0 3px;color:#9fa0a0;letter-spacing:.1em}.page-hl-detail .info-section .container{margin:0 var(--space-50) 0 0;padding:var(--space-50) 0}.page-hl-detail .info-section .container .info-title{margin:0 0 var(--space-100) 0;letter-spacing:.1em}.page-hl-detail .info-section .container .block{position:relative;display:flex;justify-content:left;gap:var(--space-50);margin:0 0 var(--space-50) 0;padding:0 0 0 var(--space-15)}.page-hl-detail .info-section .container .block:last-child{margin:0}.page-hl-detail .info-section .container .block:before{content:"";position:absolute;left:0;top:0;display:block;width:var(--space-5);height:100%;border-radius:10px;background:#fff}.page-hl-detail .info-section .container .block .title{padding-top:5px;width:226px;white-space:pre-wrap;letter-spacing:.1em}.page-hl-detail .info-section .container .block .links{flex:1;display:flex;flex-wrap:wrap;justify-content:left}.page-hl-detail .info-section .container .block .links li{margin:0 var(--space-10) var(--space-10) 0}.page-hl-detail .info-section .container .block .links li a{position:relative;display:flex;align-items:center;padding:var(--space-20) var(--space-30) var(--space-20) var(--space-30);background:#fff;border:rgba(159,160,160,.5019607843) solid 2px;border-radius:50px}.page-hl-detail .info-section .container .block .links li a.azabudai{border-color:rgba(0,135,95,.5)}.page-hl-detail .info-section .container .block .links li a.toranomon{border-color:rgba(0,78,162,.5)}.page-hl-detail .info-section .container .block .links li a.roppongi{border-color:rgba(101,22,4,.5)}.page-hl-detail .info-section .container .block .links li a.ark{border-color:rgba(89,89,89,.5)}.page-hl-detail .info-section .container .block .links li a .icon{display:flex;position:relative;width:12px;height:12px;margin:0 0 0 10px}.page-hl-detail .info-section .container .block .links li a .icon svg{position:absolute;top:0;left:0}.page-hl-detail .info-section .container .block .links li a .icon svg:first-child path:first-child{display:none}.page-hl-detail .info-section .container .block .links li a .icon svg:last-child path:last-child{display:none}.page-hl-detail .info-section .container .block .links li a.contact{padding-left:55px;color:#fff;background:#000}.page-hl-detail .info-section .container .block .links li a.contact:before{content:"";position:absolute;left:var(--space-5);top:var(--space-5);display:block;width:40px;height:40px;background:url(/img/hills-life/icon_member.svg?embed) no-repeat 50% 50%;background-color:rgba(255,255,255,.3);border-radius:50%}.page-hl-detail .info-section .container .block .links li a.contact:after{display:none}@media all and (max-width:499px),all and (min-width:500px)and (max-width:767px),all and (min-width:768px)and (max-width:1024px),all and (min-width:1025px)and (max-width:1200px){.page-hl-detail .info-section .container .block{display:block;padding:0 0 0 30px}.page-hl-detail .info-section .container .block:last-child{margin:0}.page-hl-detail .info-section .container .block .title{margin:0 0 var(--space-50) 0;padding-top:5px;width:auto}}@media all and (max-width:499px),all and (min-width:500px)and (max-width:767px),all and (min-width:768px)and (max-width:1024px){.page-hl-detail .info-section .section-title{width:30px;padding:0 0 0 5px;border-radius:0 3px 3px 0}.page-hl-detail .info-section .section-title:before{width:5px}.page-hl-detail .info-section .section-title .title{margin:20px 0 20px 0}.page-hl-detail .info-section .container .info-title{margin:0 0 67px 0}.page-hl-detail .info-section .container .block .title{margin:0 0 43px 0}.page-hl-detail .info-section .container .block .links li{margin:0 10px 10px 0}.page-hl-detail .info-section .container .block .links li a{padding:16px 25px 16px 25px}.page-hl-detail .info-section .container .block .links li a.contact:before{left:5px;top:5px;width:32px;height:32px}}@media all and (max-width:499px){.page-hl-detail .info-section .section-title{width:30px;min-width:30px}}.page-hl-detail[data-current-data-id=live] *::-moz-selection{color:#fff !important;background-color:#3d3816 !important}.page-hl-detail[data-current-data-id=live] *::selection{color:#fff !important;background-color:#3d3816 !important}.page-hl-detail[data-current-data-id=work] *::-moz-selection{color:#fff !important;background-color:#202d40 !important}.page-hl-detail[data-current-data-id=work] *::selection{color:#fff !important;background-color:#202d40 !important}.page-hl-detail[data-current-data-id=learn] *::-moz-selection{color:#fff !important;background-color:#2b293d !important}.page-hl-detail[data-current-data-id=learn] *::selection{color:#fff !important;background-color:#2b293d !important}.page-hl-detail[data-current-data-id=play] *::-moz-selection{color:#fff !important;background-color:#40311d !important}.page-hl-detail[data-current-data-id=play] *::selection{color:#fff !important;background-color:#40311d !important}.page-hl-detail[data-current-data-id=connect] *::-moz-selection{color:#fff !important;background-color:#3d2c35 !important}.page-hl-detail[data-current-data-id=connect] *::selection{color:#fff !important;background-color:#3d2c35 !important}.page-hl-detail[data-current-data-id=relax] *::-moz-selection{color:#fff !important;background-color:#2c3b26 !important}.page-hl-detail[data-current-data-id=relax] *::selection{color:#fff !important;background-color:#2c3b26 !important}#leva__root img,#leva__root svg{width:auto;height:auto}#leva__root>div{z-index:1010 !important}.layout-hillslife .page-hl{opacity:0;transition:opacity 1000ms cubic-bezier(0.4, 0, 0.4, 1) 0ms}.layout-hillslife .page-hl.loaded{opacity:1}.layout-hillslife .hl-cover{position:relative;margin:0 130px var(--space-50) 130px}.layout-hillslife .hl-cover .inner{width:50%;padding:100px 100px;background:#fff;box-sizing:border-box;border-radius:3px}.layout-hillslife .hl-cover .inner hgroup{margin:0 0 var(--space-70) 0}.layout-hillslife .hl-cover .inner hgroup h1{margin:0 0 var(--space-50) 0}.layout-hillslife .hl-cover .inner .lead span span{line-height:2}@media all and (max-width:499px),all and (min-width:500px)and (max-width:767px),all and (min-width:768px)and (max-width:1024px),all and (min-width:1025px)and (max-width:1200px),all and (min-width:1201px)and (max-width:1440px){.layout-hillslife .hl-cover .inner{padding:70px 75px}}@media all and (max-width:499px),all and (min-width:500px)and (max-width:767px),all and (min-width:768px)and (max-width:1024px),all and (min-width:1025px)and (max-width:1200px){.layout-hillslife .hl-cover{margin:0 50px var(--space-50) 50px}.layout-hillslife .hl-cover .inner{padding:50px 50px}}@media all and (max-width:499px),all and (min-width:500px)and (max-width:767px),all and (min-width:768px)and (max-width:1024px){.layout-hillslife .hl-cover{margin:0px 40px var(--space-50) 40px}.layout-hillslife .hl-cover .inner{width:auto;padding:40px 40px}.layout-hillslife .hl-cover .inner hgroup{margin:0}}@media all and (max-width:499px){.layout-hillslife .hl-cover{margin:5px 30px var(--space-50) 30px}.layout-hillslife .hl-cover .inner{padding:30px 30px}.layout-hillslife .hl-cover .inner hgroup{margin:0}}.layout-hillslife .hl-words{position:relative;margin:0 130px 130px 130px;padding:0 0 100px}@media all and (max-width:499px){.layout-hillslife .hl-words{grid-template-columns:repeat(2, 1fr)}}.layout-hillslife .hl-words .bubble-container{position:relative;width:470px;aspect-ratio:100/112;margin:0 auto}.layout-hillslife .hl-words .bubble-container .bubble-top-words{position:relative;width:100%;height:100%}.layout-hillslife .hl-words .words-container{display:grid;gap:var(--space-20);grid-template-columns:repeat(6, 1fr);margin:0 -80px}@media all and (max-width:499px),all and (min-width:500px)and (max-width:767px),all and (min-width:768px)and (max-width:1024px),all and (min-width:1025px)and (max-width:1200px){.layout-hillslife .hl-words{margin:0 50px 50px 50px;padding:0 0 50px}.layout-hillslife .hl-words .words-container{margin:0 -25px}}@media all and (max-width:499px),all and (min-width:500px)and (max-width:767px),all and (min-width:768px)and (max-width:1024px){.layout-hillslife .hl-words{margin:0 40px 40px 40px;padding:0 0 40px}.layout-hillslife .hl-words .bubble-container{width:399.5px}.layout-hillslife .hl-words .words-container{margin:0 40px;grid-template-columns:repeat(3, 1fr)}}@media all and (max-width:499px),all and (min-width:500px)and (max-width:767px){.layout-hillslife .hl-words .bubble-container{width:359.55px}.layout-hillslife .hl-words .words-container{margin:0 -20px}}@media all and (max-width:499px){.layout-hillslife .hl-words{margin:0 30px 30px 30px;padding:0 0 30px}.layout-hillslife .hl-words .bubble-container{width:305.5px}.layout-hillslife .hl-words .words-container{margin:0 -15px}}@media all and (max-width:400px){.layout-hillslife .hl-words .bubble-container{width:235px}}@media all and (max-width:375px){.layout-hillslife .hl-words .words-container{grid-template-columns:repeat(2, 1fr)}}.layout-hillslife .hl-word-button{display:flex}.layout-hillslife .hl-word-button .hl-word{position:relative;background:#fff;border-radius:3px;width:100%;transition:all .3s ease;overflow:hidden;cursor:pointer}.layout-hillslife .hl-word-button .hl-word__gage{position:absolute;top:0;left:0;width:87px;height:3px;opacity:0;transition:opacity .3s ease;z-index:3}.layout-hillslife .hl-word-button .hl-word__gage--live{background:#f8e85f}.layout-hillslife .hl-word-button .hl-word__gage--work{background:#a2c3f5}.layout-hillslife .hl-word-button .hl-word__gage--learn{background:#b1aaea}.layout-hillslife .hl-word-button .hl-word__gage--play{background:#fccb77}.layout-hillslife .hl-word-button .hl-word__gage--connect{background:#fbb4cd}.layout-hillslife .hl-word-button .hl-word__gage--relax{background:#afeb91}.layout-hillslife .hl-word-button .hl-word__verb{padding:22px var(--space-20);position:relative;z-index:2;background:rgba(255,255,255,.95)}.layout-hillslife .hl-word-button .hl-word__verb .icon{position:absolute;right:var(--space-20);top:50%;width:7px;height:10px;margin:-5px 0 0 0;flex-shrink:0}.layout-hillslife .hl-word-button .hl-word__image{position:relative;width:100%;aspect-ratio:3/2;background:no-repeat center center;background-size:cover;z-index:2}.layout-hillslife .hl-word-button .hl-word__image video{width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .6s cubic-bezier(0.4, 0, 0.4, 1)}@media(hover: none)and (pointer: coarse){.layout-hillslife .hl-word-button .hl-word__image video{display:none}}.layout-hillslife .hl-word-button .hl-word__image.live{background-image:url("/video/hills-life/top_jpg/hl_live.jpg")}.layout-hillslife .hl-word-button .hl-word__image.work{background-image:url("/video/hills-life/top_jpg/hl_work.jpg")}.layout-hillslife .hl-word-button .hl-word__image.learn{background-image:url("/video/hills-life/top_jpg/hl_learn.jpg")}.layout-hillslife .hl-word-button .hl-word__image.play{background-image:url("/video/hills-life/top_jpg/hl_play.jpg")}.layout-hillslife .hl-word-button .hl-word__image.connect{background-image:url("/video/hills-life/top_jpg/hl_connect.jpg")}.layout-hillslife .hl-word-button .hl-word__image.relax{background-image:url("/video/hills-life/top_jpg/hl_relax.jpg")}.layout-hillslife .hl-word-button .hl-word__color{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.3;z-index:1}.layout-hillslife .hl-word-button .hl-word__color--live{background:#f8e85f}.layout-hillslife .hl-word-button .hl-word__color--work{background:#a2c3f5}.layout-hillslife .hl-word-button .hl-word__color--learn{background:#b1aaea}.layout-hillslife .hl-word-button .hl-word__color--play{background:#fccb77}.layout-hillslife .hl-word-button .hl-word__color--connect{background:#fbb4cd}.layout-hillslife .hl-word-button .hl-word__color--relax{background:#afeb91}.layout-hillslife .hl-word-button .hl-word.active .hl-word__gage{opacity:1}.layout-hillslife .hl-word-button .hl-word.active .hl-word__color{opacity:1}.layout-hillslife .hl-word-button .hl-word.active .hl-word__image video{opacity:1}.layout-hillslife .hl-word-button .hl-word.active .hl-word__verb{background:rgba(255,255,255,.7)}.bubble-guide{border:#ccc solid 1px;pointer-events:none;opacity:0;overflow:hidden}.bubble-guide .blob{position:absolute;left:0;top:0;width:10px;height:10px;transform-origin:0 0}.bubble-guide .blob:before,.bubble-guide .blob:after{content:"";position:absolute;display:block;opacity:.3}.bubble-guide .blob:before{left:0;top:0;width:100%;border-top:#000 solid 1px}.bubble-guide .blob:after{left:0;top:0;height:100%;border-left:#000 solid 1px}.bubble-guide .blob.live{background:#f5e057}.bubble-guide .blob.work{background:#7db0f9}.bubble-guide .blob.learn{background:#aaa2f1}.bubble-guide .blob.play{background:#fcc174}.bubble-guide .blob.connect{background:#f2afd0}.bubble-guide .blob.relax{background:#b0ea96}.bubble-guide.bubble-top-cover{position:absolute;left:50%;top:0;width:50%;height:100%}.bubble-guide.bubble-top-cover .blob.live{left:105%;top:43%;width:55px}.bubble-guide.bubble-top-cover .blob.work{left:54%;top:48%;width:70px}.bubble-guide.bubble-top-cover .blob.learn{left:7%;top:79%;width:53px}.bubble-guide.bubble-top-cover .blob.play{left:26%;top:20%;width:37px}.bubble-guide.bubble-top-cover .blob.connect{left:72%;top:87%;width:37px}.bubble-guide.bubble-top-cover .blob.relax{left:84%;top:7%;width:37px}@media all and (max-width:499px),all and (min-width:500px)and (max-width:767px),all and (min-width:768px)and (max-width:1024px),all and (min-width:1025px)and (max-width:1200px){.bubble-guide.bubble-top-cover .blob{transform:scale(0.8, 1)}}@media all and (max-width:499px),all and (min-width:500px)and (max-width:767px),all and (min-width:768px)and (max-width:1024px){.bubble-guide.bubble-top-cover{position:relative;left:0%;width:100%;height:345px}.bubble-guide.bubble-top-cover .blob{transform:scale(1, 1)}.bubble-guide.bubble-top-cover .blob.live{left:90%;top:39%;width:43px}.bubble-guide.bubble-top-cover .blob.work{left:49%;top:49%;width:55px}.bubble-guide.bubble-top-cover .blob.learn{left:-1%;top:72%;width:42px}.bubble-guide.bubble-top-cover .blob.play{left:18%;top:27%;width:31px}.bubble-guide.bubble-top-cover .blob.connect{left:75%;top:76%;width:31px}.bubble-guide.bubble-top-cover .blob.relax{left:68%;top:-8%;width:31px}}@media all and (max-width:499px),all and (min-width:500px)and (max-width:767px){.bubble-guide.bubble-top-cover .blob{transform:scale(0.85, 1)}}@media all and (max-width: 630px){.bubble-guide.bubble-top-cover .blob.relax{left:90%}}@media all and (max-width:499px){.bubble-guide.bubble-top-cover{height:295px}.bubble-guide.bubble-top-cover .blob{transform:scale(1, 1)}.bubble-guide.bubble-top-cover .blob.live{left:100%;top:34%;width:35px}.bubble-guide.bubble-top-cover .blob.work{left:50%;top:43%;width:42px}.bubble-guide.bubble-top-cover .blob.learn{left:-9%;top:71%;width:35px}.bubble-guide.bubble-top-cover .blob.play{left:10%;top:23%;width:24px}.bubble-guide.bubble-top-cover .blob.connect{left:83%;top:74%;width:24px}.bubble-guide.bubble-top-cover .blob.relax{left:77%;top:-34%;width:24px}}@media all and (max-width:400px){.bubble-guide.bubble-top-cover .blob{transform:scale(0.85, 1)}}.bubble-guide.bubble-top-word{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0}@media all and (max-width:499px),all and (min-width:500px)and (max-width:767px),all and (min-width:768px)and (max-width:1024px){.bubble-guide.bubble-top-word .blob{transform:scale(0.85, 1)}}@media all and (max-width:499px),all and (min-width:500px)and (max-width:767px){.bubble-guide.bubble-top-word .blob{transform:scale(0.765, 1)}}@media all and (max-width:499px){.bubble-guide.bubble-top-word .blob{transform:scale(0.65, 1)}}@media all and (max-width:400px){.bubble-guide.bubble-top-word .blob{transform:scale(0.5, 1)}}.bubble-guide.bubble-top-live .blob.live{left:51%;top:53%;width:100px}.bubble-guide.bubble-top-live .blob.work{left:89%;top:30%;width:48px}.bubble-guide.bubble-top-live .blob.learn{left:23%;top:84%;width:38px}.bubble-guide.bubble-top-live .blob.play{left:59%;top:17%;width:48px}.bubble-guide.bubble-top-live .blob.connect{left:5%;top:65%;width:52px}.bubble-guide.bubble-top-live .blob.relax{left:87%;top:74%;width:48px}.bubble-guide.bubble-top-work .blob.live{left:10%;top:39%;width:38px}.bubble-guide.bubble-top-work .blob.work{left:51%;top:52%;width:100px}.bubble-guide.bubble-top-work .blob.learn{left:22%;top:82%;width:48px}.bubble-guide.bubble-top-work .blob.play{left:85%;top:26%;width:38px}.bubble-guide.bubble-top-work .blob.connect{left:30%;top:20%;width:48px}.bubble-guide.bubble-top-work .blob.relax{left:92%;top:48%;width:48px}.bubble-guide.bubble-top-learn .blob.live{left:84%;top:26%;width:48px}.bubble-guide.bubble-top-learn .blob.work{left:13%;top:69%;width:48px}.bubble-guide.bubble-top-learn .blob.learn{left:52%;top:53%;width:100px}.bubble-guide.bubble-top-learn .blob.play{left:24%;top:23%;width:48px}.bubble-guide.bubble-top-learn .blob.connect{left:96%;top:51%;width:48px}.bubble-guide.bubble-top-learn .blob.relax{left:31%;top:85%;width:38px}.bubble-guide.bubble-top-play .blob.live{left:94%;top:49%;width:38px}.bubble-guide.bubble-top-play .blob.work{left:63%;top:18%;width:38px}.bubble-guide.bubble-top-play .blob.learn{left:18%;top:78%;width:48px}.bubble-guide.bubble-top-play .blob.play{left:52%;top:53%;width:100px}.bubble-guide.bubble-top-play .blob.connect{left:8%;top:56%;width:48px}.bubble-guide.bubble-top-play .blob.relax{left:87%;top:28%;width:48px}.bubble-guide.bubble-top-connect .blob.live{left:93%;top:60%;width:48px}.bubble-guide.bubble-top-connect .blob.work{left:74%;top:82%;width:48px}.bubble-guide.bubble-top-connect .blob.learn{left:27%;top:22%;width:48px}.bubble-guide.bubble-top-connect .blob.play{left:9%;top:48%;width:38px}.bubble-guide.bubble-top-connect .blob.connect{left:51%;top:53%;width:100px}.bubble-guide.bubble-top-connect .blob.relax{left:12%;top:71%;width:48px}.bubble-guide.bubble-top-relax .blob.live{left:77%;top:23%;width:48px}.bubble-guide.bubble-top-relax .blob.work{left:13%;top:37%;width:48px}.bubble-guide.bubble-top-relax .blob.learn{left:22%;top:77%;width:48px}.bubble-guide.bubble-top-relax .blob.play{left:80%;top:80%;width:48px}.bubble-guide.bubble-top-relax .blob.connect{left:94%;top:60%;width:38px}.bubble-guide.bubble-top-relax .blob.relax{left:52%;top:53%;width:100px}.bubble-guide.bubble-top-live-after .blob.live{left:50%;top:50%;width:110px}.bubble-guide.bubble-top-live-after .blob.work{left:50%;top:50%;width:0px}.bubble-guide.bubble-top-live-after .blob.learn{left:50%;top:50%;width:0px}.bubble-guide.bubble-top-live-after .blob.play{left:50%;top:50%;width:0px}.bubble-guide.bubble-top-live-after .blob.connect{left:50%;top:50%;width:0px}.bubble-guide.bubble-top-live-after .blob.relax{left:50%;top:50%;width:0px}.bubble-guide.bubble-top-work-after .blob.live{left:50%;top:50%;width:0px}.bubble-guide.bubble-top-work-after .blob.work{left:50%;top:50%;width:110px}.bubble-guide.bubble-top-work-after .blob.learn{left:50%;top:50%;width:0px}.bubble-guide.bubble-top-work-after .blob.play{left:50%;top:50%;width:0px}.bubble-guide.bubble-top-work-after .blob.connect{left:50%;top:50%;width:0px}.bubble-guide.bubble-top-work-after .blob.relax{left:50%;top:50%;width:0px}.bubble-guide.bubble-top-learn-after .blob.live{left:50%;top:50%;width:0px}.bubble-guide.bubble-top-learn-after .blob.work{left:50%;top:50%;width:0px}.bubble-guide.bubble-top-learn-after .blob.learn{left:50%;top:50%;width:110px}.bubble-guide.bubble-top-learn-after .blob.play{left:50%;top:50%;width:0px}.bubble-guide.bubble-top-learn-after .blob.connect{left:50%;top:50%;width:0px}.bubble-guide.bubble-top-learn-after .blob.relax{left:50%;top:50%;width:0px}.bubble-guide.bubble-top-play-after .blob.live{left:50%;top:50%;width:0px}.bubble-guide.bubble-top-play-after .blob.work{left:50%;top:50%;width:0px}.bubble-guide.bubble-top-play-after .blob.learn{left:50%;top:50%;width:0px}.bubble-guide.bubble-top-play-after .blob.play{left:50%;top:50%;width:110px}.bubble-guide.bubble-top-play-after .blob.connect{left:50%;top:50%;width:0px}.bubble-guide.bubble-top-play-after .blob.relax{left:50%;top:50%;width:0px}.bubble-guide.bubble-top-connect-after .blob.live{left:50%;top:50%;width:0px}.bubble-guide.bubble-top-connect-after .blob.work{left:50%;top:50%;width:0px}.bubble-guide.bubble-top-connect-after .blob.learn{left:50%;top:50%;width:0px}.bubble-guide.bubble-top-connect-after .blob.play{left:50%;top:50%;width:0px}.bubble-guide.bubble-top-connect-after .blob.connect{left:50%;top:50%;width:110px}.bubble-guide.bubble-top-connect-after .blob.relax{left:50%;top:50%;width:0px}.bubble-guide.bubble-top-relax-after .blob.live{left:50%;top:50%;width:0px}.bubble-guide.bubble-top-relax-after .blob.work{left:50%;top:50%;width:0px}.bubble-guide.bubble-top-relax-after .blob.learn{left:50%;top:50%;width:0px}.bubble-guide.bubble-top-relax-after .blob.play{left:50%;top:50%;width:0px}.bubble-guide.bubble-top-relax-after .blob.connect{left:50%;top:50%;width:0px}.bubble-guide.bubble-top-relax-after .blob.relax{left:50%;top:50%;width:110px}.bubble-guide.bubble-cover{position:absolute;left:0;top:0;width:calc((100% - 260px)/2);height:100%;margin:0 130px}.bubble-guide.bubble-cover .blob.live{left:calc(50% - 0px);top:calc(50% - 0px);width:0px}.bubble-guide.bubble-cover .blob.work{left:calc(50% - 0px);top:calc(50% - 0px);width:0px}.bubble-guide.bubble-cover .blob.learn{left:calc(50% - 0px);top:calc(50% - 0px);width:0px}.bubble-guide.bubble-cover .blob.play{left:calc(50% - 0px);top:calc(50% - 0px);width:0px}.bubble-guide.bubble-cover .blob.connect{left:calc(50% - 0px);top:calc(50% - 0px);width:0px}.bubble-guide.bubble-cover .blob.relax{left:calc(50% - 0px);top:calc(50% - 0px);width:0px}.bubble-guide.bubble-cover.live .blob.live{width:80px}.bubble-guide.bubble-cover.work .blob.work{width:80px}.bubble-guide.bubble-cover.learn .blob.learn{width:80px}.bubble-guide.bubble-cover.play .blob.play{width:80px}.bubble-guide.bubble-cover.connect .blob.connect{width:80px}.bubble-guide.bubble-cover.relax .blob.relax{width:80px}@media all and (max-width:499px),all and (min-width:500px)and (max-width:767px),all and (min-width:768px)and (max-width:1024px){.bubble-guide.bubble-cover{width:100%;margin:0}.bubble-guide.bubble-cover.live .blob.live{width:120px}.bubble-guide.bubble-cover.work .blob.work{width:120px}.bubble-guide.bubble-cover.learn .blob.learn{width:120px}.bubble-guide.bubble-cover.play .blob.play{width:120px}.bubble-guide.bubble-cover.connect .blob.connect{width:120px}.bubble-guide.bubble-cover.relax .blob.relax{width:120px}}.bubble-guide.bubble-body{position:absolute;right:0;top:0;width:35%;height:100%}.bubble-guide.bubble-body .blob{left:58%;top:46%;width:0px}.bubble-guide.bubble-body.live .blob.live{width:76px}.bubble-guide.bubble-body.work .blob.work{width:76px}.bubble-guide.bubble-body.learn .blob.learn{width:76px}.bubble-guide.bubble-body.play .blob.play{width:76px}.bubble-guide.bubble-body.connect .blob.connect{width:76px}.bubble-guide.bubble-body.relax .blob.relax{width:76px}@media all and (max-width:499px),all and (min-width:500px)and (max-width:767px),all and (min-width:768px)and (max-width:1024px),all and (min-width:1025px)and (max-width:1200px){.bubble-guide.bubble-body .blob{transform:scale(0.9)}}@media all and (max-width:499px),all and (min-width:500px)and (max-width:767px),all and (min-width:768px)and (max-width:1024px){.bubble-guide.bubble-body .blob{transform:scale(0.78)}}@media all and (max-width:499px),all and (min-width:500px)and (max-width:767px){.bubble-guide.bubble-body .blob{left:50%;top:75%;transform:scale(0.54)}}@media all and (max-width:499px){.bubble-guide.bubble-body{width:100%}.bubble-guide.bubble-body .blob{left:83%;top:110px;transform:scale(0.4)}}.bubble-guide.bubble-facility{position:absolute;right:0;top:0;width:36%;height:400px}.bubble-guide.bubble-facility.live .blob.live{left:49%;top:48%;width:74px}.bubble-guide.bubble-facility.live .blob.work{left:102%;top:45%;width:28px}.bubble-guide.bubble-facility.live .blob.learn{left:54%;top:4%;width:28px}.bubble-guide.bubble-facility.live .blob.play{left:97%;top:4%;width:38px}.bubble-guide.bubble-facility.live .blob.connect{left:23%;top:92%;width:38px}.bubble-guide.bubble-facility.live .blob.relax{left:100%;top:78%;width:42px}.bubble-guide.bubble-facility.work .blob.live{left:16%;top:16%;width:28px}.bubble-guide.bubble-facility.work .blob.work{left:57%;top:48%;width:74px}.bubble-guide.bubble-facility.work .blob.learn{left:21%;top:96%;width:42px}.bubble-guide.bubble-facility.work .blob.play{left:-12%;top:42%;width:30px}.bubble-guide.bubble-facility.work .blob.connect{left:87%;top:0%;width:46px}.bubble-guide.bubble-facility.work .blob.relax{left:96%;top:92%;width:28px}.bubble-guide.bubble-facility.learn .blob.live{left:105%;top:36%;width:28px}.bubble-guide.bubble-facility.learn .blob.work{left:26%;top:0%;width:28px}.bubble-guide.bubble-facility.learn .blob.learn{left:50%;top:40%;width:74px}.bubble-guide.bubble-facility.learn .blob.play{left:80%;top:-5%;width:40px}.bubble-guide.bubble-facility.learn .blob.connect{left:105%;top:78%;width:28px}.bubble-guide.bubble-facility.learn .blob.relax{left:20%;top:82%;width:40px}.bubble-guide.bubble-facility.play .blob.live{left:20%;top:80%;width:40px}.bubble-guide.bubble-facility.play .blob.work{left:102%;top:65%;width:28px}.bubble-guide.bubble-facility.play .blob.learn{left:106%;top:23%;width:28px}.bubble-guide.bubble-facility.play .blob.play{left:51%;top:36%;width:74px}.bubble-guide.bubble-facility.play .blob.connect{left:86%;top:-14%;width:40px}.bubble-guide.bubble-facility.play .blob.relax{left:-5%;top:29%;width:28px}.bubble-guide.bubble-facility.connect .blob.live{left:97%;top:74%;width:40px}.bubble-guide.bubble-facility.connect .blob.work{left:22%;top:85%;width:40px}.bubble-guide.bubble-facility.connect .blob.learn{left:66%;top:-11%;width:28px}.bubble-guide.bubble-facility.connect .blob.play{left:106%;top:40%;width:28px}.bubble-guide.bubble-facility.connect .blob.connect{left:47%;top:40%;width:80px}.bubble-guide.bubble-facility.connect .blob.relax{left:100%;top:0%;width:40px}.bubble-guide.bubble-facility.relax .blob.live{left:84%;top:-8%;width:40px}.bubble-guide.bubble-facility.relax .blob.work{left:87%;top:85%;width:28px}.bubble-guide.bubble-facility.relax .blob.learn{left:107%;top:31%;width:28px}.bubble-guide.bubble-facility.relax .blob.play{left:54%;top:92%;width:28px}.bubble-guide.bubble-facility.relax .blob.connect{left:20%;top:82%;width:40px}.bubble-guide.bubble-facility.relax .blob.relax{left:49%;top:37%;width:80px}@media all and (max-width:499px),all and (min-width:500px)and (max-width:767px),all and (min-width:768px)and (max-width:1024px),all and (min-width:1025px)and (max-width:1200px),all and (min-width:1201px)and (max-width:1440px){.bubble-guide.bubble-facility{right:-5%;width:42%}.bubble-guide.bubble-facility .blob{transform:scale(0.9, 1)}}@media all and (max-width:499px),all and (min-width:500px)and (max-width:767px),all and (min-width:768px)and (max-width:1024px),all and (min-width:1025px)and (max-width:1200px){.bubble-guide.bubble-facility{right:-10%;width:46%}.bubble-guide.bubble-facility .blob{transform:scale(0.9, 1)}}@media all and (max-width:499px),all and (min-width:500px)and (max-width:767px),all and (min-width:768px)and (max-width:1024px){.bubble-guide.bubble-facility{right:-5%;top:-30px;width:41%;height:360px}.bubble-guide.bubble-facility .blob{transform:scale(0.7, 1)}}@media all and (max-width:499px),all and (min-width:500px)and (max-width:767px){.bubble-guide.bubble-facility{right:-5%;top:-50px;width:46%;height:260px}.bubble-guide.bubble-facility .blob{transform:scale(0.5, 1)}}@media all and (max-width:499px){.bubble-guide.bubble-facility{right:-5%;top:-20px;width:52%;height:220px}.bubble-guide.bubble-facility .blob{transform:scale(0.45, 1)}.bubble-guide.bubble-facility.play .blob.relax{top:45%}}@media all and (max-width:400px){.bubble-guide.bubble-facility .blob{transform:scale(0.4, 1)}}.bubble-guide.bubble-sub{position:relative;max-width:320px;margin:0 auto;aspect-ratio:100/154}@media all and (max-width:499px),all and (min-width:500px)and (max-width:767px),all and (min-width:768px)and (max-width:1024px),all and (min-width:1025px)and (max-width:1200px){.bubble-guide.bubble-sub .blob{transform:scale(0.9, 1)}}@media all and (max-width:499px),all and (min-width:500px)and (max-width:767px),all and (min-width:768px)and (max-width:1024px){.bubble-guide.bubble-sub .blob{transform:scale(0.95, 1)}}@media all and (max-width:499px),all and (min-width:500px)and (max-width:767px){.bubble-guide.bubble-sub{position:absolute;right:0;top:-50px;width:50%;margin:0}.bubble-guide.bubble-sub .blob{transform:scale(0.85, 1)}}@media all and (max-width:640px){.bubble-guide.bubble-sub .blob{transform:scale(0.75, 1)}}@media all and (max-width:560px){.bubble-guide.bubble-sub .blob{transform:scale(0.6, 1)}}@media all and (max-width:499px){.bubble-guide.bubble-sub{top:0px;height:240px}.bubble-guide.bubble-sub .blob{transform:scale(0.5, 1)}}@media all and (max-width:400px){.bubble-guide.bubble-sub .blob{transform:scale(0.48, 1)}}.bubble-guide.bubble-sub#bubble-sub1.live .blob.live{left:50%;top:60%;width:80px}.bubble-guide.bubble-sub#bubble-sub1.live .blob.work{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub1.live .blob.learn{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub1.live .blob.play{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub1.live .blob.connect{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub1.live .blob.relax{left:70%;top:30%;width:40px}.bubble-guide.bubble-sub#bubble-sub1.work .blob.live{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub1.work .blob.work{left:50%;top:50%;width:78px}.bubble-guide.bubble-sub#bubble-sub1.work .blob.learn{left:65%;top:85%;width:45px}.bubble-guide.bubble-sub#bubble-sub1.work .blob.play{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub1.work .blob.connect{left:65%;top:15%;width:45px}.bubble-guide.bubble-sub#bubble-sub1.work .blob.relax{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub1.learn .blob.live{left:70%;top:12%;width:40px}.bubble-guide.bubble-sub#bubble-sub1.learn .blob.work{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub1.learn .blob.learn{left:40%;top:36%;width:78px}.bubble-guide.bubble-sub#bubble-sub1.learn .blob.play{left:68%;top:65%;width:40px}.bubble-guide.bubble-sub#bubble-sub1.learn .blob.connect{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub1.learn .blob.relax{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub1.play .blob.live{left:79%;top:13%;width:40px}.bubble-guide.bubble-sub#bubble-sub1.play .blob.work{left:8%;top:59%;width:34px}.bubble-guide.bubble-sub#bubble-sub1.play .blob.learn{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub1.play .blob.play{left:45%;top:37%;width:80px}.bubble-guide.bubble-sub#bubble-sub1.play .blob.connect{left:60%;top:66%;width:40px}.bubble-guide.bubble-sub#bubble-sub1.play .blob.relax{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub1.connect .blob.live{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub1.connect .blob.work{left:78%;top:28%;width:40px}.bubble-guide.bubble-sub#bubble-sub1.connect .blob.learn{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub1.connect .blob.play{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub1.connect .blob.connect{left:48%;top:55%;width:80px}.bubble-guide.bubble-sub#bubble-sub1.connect .blob.relax{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub1.relax .blob.live{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub1.relax .blob.work{left:72%;top:12%;width:40px}.bubble-guide.bubble-sub#bubble-sub1.relax .blob.learn{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub1.relax .blob.play{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub1.relax .blob.connect{left:64%;top:72%;width:40px}.bubble-guide.bubble-sub#bubble-sub1.relax .blob.relax{left:45%;top:42%;width:80px}.bubble-guide.bubble-sub#bubble-sub2.live .blob.live{left:50%;top:48%;width:80px}.bubble-guide.bubble-sub#bubble-sub2.live .blob.work{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub2.live .blob.learn{left:24%;top:16%;width:40px}.bubble-guide.bubble-sub#bubble-sub2.live .blob.play{left:58%;top:85%;width:40px}.bubble-guide.bubble-sub#bubble-sub2.live .blob.connect{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub2.live .blob.relax{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub2.work .blob.live{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub2.work .blob.work{left:45%;top:35%;width:85px}.bubble-guide.bubble-sub#bubble-sub2.work .blob.learn{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub2.work .blob.play{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub2.work .blob.connect{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub2.work .blob.relax{left:65%;top:75%;width:60px}.bubble-guide.bubble-sub#bubble-sub2.learn .blob.live{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub2.learn .blob.work{left:18%;top:14%;width:40px}.bubble-guide.bubble-sub#bubble-sub2.learn .blob.learn{left:48%;top:42%;width:80px}.bubble-guide.bubble-sub#bubble-sub2.learn .blob.play{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub2.learn .blob.connect{left:30%;top:73%;width:40px}.bubble-guide.bubble-sub#bubble-sub2.learn .blob.relax{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub2.play .blob.live{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub2.play .blob.work{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub2.play .blob.learn{left:74%;top:51%;width:40px}.bubble-guide.bubble-sub#bubble-sub2.play .blob.play{left:40%;top:27%;width:80px}.bubble-guide.bubble-sub#bubble-sub2.play .blob.connect{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub2.play .blob.relax{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub2.connect .blob.live{left:76%;top:52%;width:40px}.bubble-guide.bubble-sub#bubble-sub2.connect .blob.work{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub2.connect .blob.learn{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub2.connect .blob.play{left:6%;top:49%;width:34px}.bubble-guide.bubble-sub#bubble-sub2.connect .blob.connect{left:44%;top:26%;width:75px}.bubble-guide.bubble-sub#bubble-sub2.connect .blob.relax{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub2.relax .blob.live{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub2.relax .blob.work{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub2.relax .blob.learn{left:30%;top:14%;width:40px}.bubble-guide.bubble-sub#bubble-sub2.relax .blob.play{left:16%;top:73%;width:40px}.bubble-guide.bubble-sub#bubble-sub2.relax .blob.connect{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub2.relax .blob.relax{left:53%;top:47%;width:80px}.bubble-guide.bubble-sub#bubble-sub3.live .blob.live{left:40%;top:40%;width:80px}.bubble-guide.bubble-sub#bubble-sub3.live .blob.work{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub3.live .blob.learn{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub3.live .blob.play{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub3.live .blob.connect{left:60%;top:72%;width:40px}.bubble-guide.bubble-sub#bubble-sub3.live .blob.relax{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub3.work .blob.live{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub3.work .blob.work{left:50%;top:50%;width:75px}.bubble-guide.bubble-sub#bubble-sub3.work .blob.learn{left:4%;top:38%;width:50px}.bubble-guide.bubble-sub#bubble-sub3.work .blob.play{left:85%;top:30%;width:50px}.bubble-guide.bubble-sub#bubble-sub3.work .blob.connect{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub3.work .blob.relax{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub3.learn .blob.live{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub3.learn .blob.work{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub3.learn .blob.learn{left:47%;top:49%;width:80px}.bubble-guide.bubble-sub#bubble-sub3.learn .blob.play{left:80%;top:23%;width:40px}.bubble-guide.bubble-sub#bubble-sub3.learn .blob.connect{left:13%;top:75%;width:40px}.bubble-guide.bubble-sub#bubble-sub3.learn .blob.relax{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub3.play .blob.live{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub3.play .blob.work{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub3.play .blob.learn{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub3.play .blob.play{left:43%;top:39%;width:80px}.bubble-guide.bubble-sub#bubble-sub3.play .blob.connect{left:9%;top:14%;width:40px}.bubble-guide.bubble-sub#bubble-sub3.play .blob.relax{left:30%;top:70%;width:40px}.bubble-guide.bubble-sub#bubble-sub3.connect .blob.live{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub3.connect .blob.work{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub3.connect .blob.learn{left:10%;top:13%;width:40px}.bubble-guide.bubble-sub#bubble-sub3.connect .blob.play{left:82%;top:62%;width:40px}.bubble-guide.bubble-sub#bubble-sub3.connect .blob.connect{left:48%;top:37%;width:80px}.bubble-guide.bubble-sub#bubble-sub3.connect .blob.relax{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub3.relax .blob.live{left:73%;top:67%;width:40px}.bubble-guide.bubble-sub#bubble-sub3.relax .blob.work{left:19%;top:12%;width:40px}.bubble-guide.bubble-sub#bubble-sub3.relax .blob.learn{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub3.relax .blob.play{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub3.relax .blob.connect{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub3.relax .blob.relax{left:50%;top:38%;width:80px}.bubble-guide.bubble-sub#bubble-sub4.live .blob.live{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub4.live .blob.work{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub4.live .blob.learn{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub4.live .blob.play{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub4.live .blob.connect{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub4.live .blob.relax{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub4.work .blob.live{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub4.work .blob.work{left:50%;top:55%;width:78px}.bubble-guide.bubble-sub#bubble-sub4.work .blob.learn{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub4.work .blob.play{left:30%;top:90%;width:45px}.bubble-guide.bubble-sub#bubble-sub4.work .blob.connect{left:35%;top:18%;width:45px}.bubble-guide.bubble-sub#bubble-sub4.work .blob.relax{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub4.learn .blob.live{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub4.learn .blob.work{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub4.learn .blob.learn{left:55%;top:46%;width:80px}.bubble-guide.bubble-sub#bubble-sub4.learn .blob.play{left:57%;top:13%;width:40px}.bubble-guide.bubble-sub#bubble-sub4.learn .blob.connect{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub4.learn .blob.relax{left:9%;top:32%;width:40px}.bubble-guide.bubble-sub#bubble-sub4.play .blob.live{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub4.play .blob.work{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub4.play .blob.learn{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub4.play .blob.play{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub4.play .blob.connect{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub4.play .blob.relax{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub4.connect .blob.live{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub4.connect .blob.work{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub4.connect .blob.learn{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub4.connect .blob.play{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub4.connect .blob.connect{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub4.connect .blob.relax{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub4.relax .blob.live{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub4.relax .blob.work{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub4.relax .blob.learn{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub4.relax .blob.play{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub4.relax .blob.connect{left:50%;top:50%;width:0px}.bubble-guide.bubble-sub#bubble-sub4.relax .blob.relax{left:50%;top:50%;width:0px}.bubble-guide.bubble-info{position:absolute;left:0;top:-100px;width:100%;height:200px}.bubble-guide.bubble-info .blob.live{left:10%;top:50%;width:0px}.bubble-guide.bubble-info .blob.work{left:20%;top:50%;width:0px}.bubble-guide.bubble-info .blob.learn{left:30%;top:50%;width:0px}.bubble-guide.bubble-info .blob.play{left:40%;top:50%;width:0px}.bubble-guide.bubble-info .blob.connect{left:50%;top:50%;width:0px}.bubble-guide.bubble-info .blob.relax{left:60%;top:50%;width:0px}.btn-opacity{transition:opacity .3s}.btn-opacity:focus-visible{opacity:.4}@media(hover: none)and (pointer: coarse){.btn-opacity:active{opacity:.4}}@media(hover: hover)and (pointer: fine){.btn-opacity:hover{opacity:.4}}.text-hover-underline .font>span{padding-bottom:3px;background-image:linear-gradient(to bottom, currentColor 0%, currentColor 100%);background-position:left bottom;background-size:0px 1px;background-repeat:no-repeat;transition:background-size .2s cubic-bezier(0.77, 0, 0.175, 1),color .2s cubic-bezier(0.77, 0, 0.175, 1)}.text-hover-underline .font:nth-child(2)>span{transition:background-size .2s .1s cubic-bezier(0.77, 0, 0.175, 1),color .2s cubic-bezier(0.77, 0, 0.175, 1)}.text-hover-underline:focus-visible .font>span{color:var(--color-medium);background-size:100% 1px}@media(hover: none)and (pointer: coarse){.text-hover-underline:active .font>span{color:var(--color-medium);background-size:100% 1px}}@media(hover: hover)and (pointer: fine){.text-hover-underline:hover .font>span{color:var(--color-medium);background-size:100% 1px}}.text-hover-underline.reverse{transition:background-position .2s cubic-bezier(0.77, 0, 0.175, 1),background-size .2s cubic-bezier(0.77, 0, 0.175, 1),color .2s cubic-bezier(0.77, 0, 0.175, 1)}.text-hover-underline.reverse .font>span{background-size:100% 1px;background-position:right bottom}.text-hover-underline.reverse:focus-visible .font>span{background-size:0px 1px}@media(hover: none)and (pointer: coarse){.text-hover-underline.reverse:active .font>span{background-size:0px 1px}}@media(hover: hover)and (pointer: fine){.text-hover-underline.reverse:hover .font>span{background-size:0px 1px}}.hover-button-bg{transition:background-color .3s,color .3s}.hover-button-bg:focus-visible{background-color:var(--color-dark);color:#fff}@media(hover: none)and (pointer: coarse){.hover-button-bg:active{background-color:var(--color-dark);color:#fff}}@media(hover: hover)and (pointer: fine){.hover-button-bg:hover{background-color:var(--color-dark);color:#fff}}.line-clamp-1{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:3}.line-clamp-4{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:4}body:has(.page-our-story){background-color:#000;overflow:hidden}body:has(.page-our-story) .contentarea{margin-top:calc(var(--global-header-height)*-1)}.p_ourstory{position:relative;z-index:0;top:0;left:0;width:100%;height:auto;overflow:hidden;background-color:#000;opacity:0}.p_ourstory.loaded{opacity:1}.p_ourstory__nav button,.p_ourstory__tool button,.p_ourstory__scene button{background:rgba(0,0,0,0);border:none;cursor:pointer}.p_ourstory button:focus-visible,.p_ourstory a:focus-visible{outline:1px dotted rgba(255,255,255,.5)}.p_ourstory__canvas{position:fixed;top:0;left:0;z-index:-1;width:100%;height:100vh;height:100dvh}.p_ourstory:before,.p_ourstory:after{position:absolute;z-index:0;top:0;left:0;width:100%;height:100%;content:"";display:block}.p_ourstory:before{background:rgba(0,0,0,.5);mix-blend-mode:soft-light}@media screen and (min-width: 768px){.p_ourstory:before{background:linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);mix-blend-mode:soft-light}}.p_ourstory:after{z-index:1;background:rgba(0,0,0,.5)}@media screen and (min-width: 768px){.p_ourstory:after{background:linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);mix-blend-mode:overlay}}.p_ourstory:before,.p_ourstory:after{transition:opacity 1s 0s linear;opacity:0}.p_ourstory.overlay:before,.p_ourstory.overlay:after{transition:opacity 5s 0s linear;opacity:1}.p_ourstory__nav{position:fixed;z-index:100;right:0;top:50vh;top:50dvh;margin:0 10px 0 0;width:auto;height:auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end;transform:translateY(-50%)}@media screen and (min-width: 500px){.p_ourstory__nav{margin:0 20px 0 0}}.p_ourstory__nav{visibility:hidden;transition:transform .7s cubic-bezier(0.645, 0.045, 0.355, 1),visibility 0s .7s;transform:translateX(60px) translateY(-50%)}@media screen and (min-width: 500px){.p_ourstory__nav{transform:translateX(70px) translateY(-50%)}}.p_ourstory__nav.show{visibility:visible;transition:transform .7s cubic-bezier(0.645, 0.045, 0.355, 1),visibility 0s 0s;transform:translateX(0) translateY(-50%)}@media screen and (min-width: 500px){.p_ourstory__nav.show{transform:translateX(0) translateY(-50%)}}.p_ourstory__nav__keywords{position:relative;z-index:0;top:0;left:0;margin:20px 0 0;padding:0 30px 0 0;width:auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;transform:translateX(calc(100% - 23px));transition:transform .3s cubic-bezier(0.215, 0.61, 0.355, 1);cursor:pointer}@media screen and (min-width: 500px){.p_ourstory__nav__keywords{margin:25px 0 0;transform:translateX(calc(100% - 26px))}}@media screen and (min-width: 1025px){.p_ourstory__nav__keywords{margin:30px 0 0}}.p_ourstory__nav__keywords.hide{display:none}.p_ourstory__nav__keywords__icon{width:15px;height:15px;background-image:url(/img/ourstory/keywords.svg);background-size:contain;background-position:center;background-repeat:no-repeat}@media screen and (min-width: 500px){.p_ourstory__nav__keywords__icon{width:19px;height:19px}}.p_ourstory__nav__keywords__text{margin:8px 0 0;font-weight:700;white-space:nowrap;color:rgba(0,0,0,0);transition:clip-path .4s cubic-bezier(0.215, 0.61, 0.355, 1),color .4s linear;clip-path:inset(0 100% 0 0)}@media screen and (min-width: 500px){.p_ourstory__nav__keywords__text{margin:9px 0 0}}@media screen and (min-width: 1025px){.p_ourstory__nav__keywords__text{margin:8px 0 0}}.p_ourstory__nav__keywords__text{font-size:10px}@media screen and (min-width: 500px){.p_ourstory__nav__keywords__text{font-size:11px}}@media screen and (min-width: 1025px){.p_ourstory__nav__keywords__text{font-size:12px}}@media(hover: hover)and (pointer: fine){.p_ourstory__nav__keywords:hover{transform:translateX(30px)}.p_ourstory__nav__keywords:hover .p_ourstory__nav__keywords__text{transition:clip-path .3s cubic-bezier(0.39, 0.575, 0.565, 1),color .2s linear;color:#fff;clip-path:inset(0 0 0 0)}}.p_ourstory__indicator{position:relative;z-index:0;top:0;left:0;width:auto;height:auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:8px}@media screen and (min-width: 500px){.p_ourstory__indicator{gap:9px}}@media screen and (min-width: 1025px){.p_ourstory__indicator{gap:10px}}.p_ourstory__indicator__current{position:absolute;z-index:0;top:0;right:0;margin:0 15px 0 0;font-weight:700;color:rgba(0,0,0,0);transition:transform .6s cubic-bezier(0.77, 0, 0.175, 1)}@media screen and (min-width: 500px){.p_ourstory__indicator__current{margin:0 20px 0 0}}.p_ourstory__indicator__current{font-size:12px}@media screen and (min-width: 500px){.p_ourstory__indicator__current{font-size:13px}}@media screen and (min-width: 1025px){.p_ourstory__indicator__current{font-size:14px}}.p_ourstory__indicator__current.s1,.p_ourstory__indicator__current.s2,.p_ourstory__indicator__current.s3,.p_ourstory__indicator__current.s4,.p_ourstory__indicator__current.s5,.p_ourstory__indicator__current.s6{color:#fff}.p_ourstory__indicator__current.s1{transform:translateY(0px)}@media screen and (min-width: 500px){.p_ourstory__indicator__current.s1{transform:translateY(0px)}}@media screen and (min-width: 1025px){.p_ourstory__indicator__current.s1{transform:translateY(0px)}}.p_ourstory__indicator__current.s2{transform:translateY(38px)}@media screen and (min-width: 500px){.p_ourstory__indicator__current.s2{transform:translateY(49px)}}@media screen and (min-width: 1025px){.p_ourstory__indicator__current.s2{transform:translateY(60px)}}.p_ourstory__indicator__current.s3{transform:translateY(76px)}@media screen and (min-width: 500px){.p_ourstory__indicator__current.s3{transform:translateY(98px)}}@media screen and (min-width: 1025px){.p_ourstory__indicator__current.s3{transform:translateY(120px)}}.p_ourstory__indicator__current.s4{transform:translateY(114px)}@media screen and (min-width: 500px){.p_ourstory__indicator__current.s4{transform:translateY(147px)}}@media screen and (min-width: 1025px){.p_ourstory__indicator__current.s4{transform:translateY(180px)}}.p_ourstory__indicator__current.s5{transform:translateY(152px)}@media screen and (min-width: 500px){.p_ourstory__indicator__current.s5{transform:translateY(196px)}}@media screen and (min-width: 1025px){.p_ourstory__indicator__current.s5{transform:translateY(240px)}}.p_ourstory__indicator__current.s6{transform:translateY(190px)}@media screen and (min-width: 500px){.p_ourstory__indicator__current.s6{transform:translateY(245px)}}@media screen and (min-width: 1025px){.p_ourstory__indicator__current.s6{transform:translateY(300px)}}.p_ourstory__indicator__item{position:relative;z-index:0;top:0;left:0;width:20px;height:auto;transition:opacity .3s 0s linear;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none}@media(hover: hover)and (pointer: fine){.p_ourstory__indicator__item:hover{transition:opacity .15s 0s linear;opacity:.5}.p_ourstory__indicator__item:hover.current{opacity:1}}.p_ourstory__indicator__item.current{pointer-events:none}.p_ourstory__indicator__item__bar{position:relative;z-index:0;top:0;left:0;margin:0 0 0 10px;width:2px;height:30px;background-color:rgba(255,255,255,.3);border-radius:2px;overflow:hidden}@media screen and (min-width: 500px){.p_ourstory__indicator__item__bar{height:40px}}@media screen and (min-width: 1025px){.p_ourstory__indicator__item__bar{height:50px}}.p_ourstory__indicator__item__bar:before{position:absolute;z-index:0;top:0;left:0;width:100%;height:var(--progress, 0%);content:"";border-radius:2px;background-color:#fff;display:block;overflow:hidden}.p_ourstory__indicator__item.active .p_ourstory__indicator__item__bar:before{height:100%}.p_ourstory__indicator__item.blink .p_ourstory__indicator__item__bar{animation:os_indicator_complete 1s 0s linear infinite}@keyframes os_indicator_complete{0%,100%{background-color:rgba(255,255,255,.3)}20%{background-color:#fff}}.p_ourstory__tool{position:fixed;z-index:100;top:0;left:0;width:0%;height:100vh;height:100dvh;overflow:visible}.p_ourstory__sound{position:absolute;z-index:0;bottom:0;left:0;margin:0 0 10px 5px;width:30px;height:30px;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none}@media screen and (min-width: 500px){.p_ourstory__sound{margin:0 0 17px 17px;width:40px;height:40px}}@media screen and (min-width: 1025px){.p_ourstory__sound{margin:0 0 30px 30px}}@media screen and (min-width: 1441px){.p_ourstory__sound{margin:0 0 45px 45px}}.p_ourstory__sound{opacity:0;pointer-events:none;transition:opacity .3s 0s linear;visibility:hidden}.p_ourstory__sound.active{opacity:1;pointer-events:auto;visibility:visible}.p_ourstory__sound__icon{position:absolute;z-index:0;top:0;left:50%;margin:4px 0 0 -10px;width:21px;height:21px;background-image:url(/img/ourstory/sound_off.svg);background-size:cover;background-position:center;background-repeat:no-repeat}@media screen and (min-width: 500px){.p_ourstory__sound__icon{margin:3px 0 0 -16px;width:33px;height:33px}}.p_ourstory__sound.on .p_ourstory__sound__icon{background-image:url(/img/ourstory/sound_on.svg)}@media(hover: hover)and (pointer: fine){.p_ourstory__sound__icon{transition:opacity .3s 0s linear}.p_ourstory__sound:hover .p_ourstory__sound__icon{opacity:1}.p_ourstory__sound:hover.active .p_ourstory__sound__icon{transition:opacity .1s 0s linear;opacity:.5}}.p_ourstory__scroll{position:absolute;z-index:0;bottom:0;left:0;margin:0 0 10px 34px;width:30px;height:30px;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none}@media screen and (min-width: 500px){.p_ourstory__scroll{margin:0 0 17px 68px;width:40px;height:40px}}@media screen and (min-width: 1025px){.p_ourstory__scroll{margin:0 0 30px 93px}}@media screen and (min-width: 1441px){.p_ourstory__scroll{margin:0 0 45px 123px}}.p_ourstory__scroll{opacity:0;pointer-events:none;transition:opacity .3s 0s linear;visibility:hidden}.p_ourstory__scroll.active{opacity:1;pointer-events:auto;visibility:visible}@media(hover: hover)and (pointer: fine){.p_ourstory__scroll:hover.active{transition:opacity .1s 0s linear;opacity:.5}}.p_ourstory__scroll__arw{position:relative;z-index:0;top:0;left:0;margin:4px auto 0;width:21px;height:21px;background-image:url(/img/ourstory/scroll_arw.svg);background-size:cover;background-position:center;background-repeat:no-repeat}@media screen and (min-width: 500px){.p_ourstory__scroll__arw{margin:3px auto 0;width:33px;height:33px}}.p_ourstory__scroll__arw{animation:scroll_arw_active 1.2s 0s cubic-bezier(0.39, 0.575, 0.565, 1) infinite;animation-play-state:paused}@keyframes scroll_arw_active{0%{transform:translateY(-50%);opacity:0}5%{opacity:1}50%{transform:translateY(-5%);opacity:1}60%{opacity:1}85%{transform:translateY(0%);opacity:0}100%{opacity:0;transform:translateY(0%)}}.p_ourstory__scroll.active .p_ourstory__scroll__arw{animation-play-state:running}.p_ourstory__scenes{position:fixed;z-index:5;top:0;left:0;top:0;left:0;width:100%;height:100vh;height:100dvh;mask-repeat:no-repeat;mask-position:bottom;will-change:mask-size;transition:mask-size .5s 0s ease-out;mask-size:100% calc(100% + 100px - var(--scenes-mask-progress, 0)*100px);mask-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 75px, rgb(0, 0, 0) 100px, rgb(0, 0, 0) 100%)}@media screen and (min-width: 768px){.p_ourstory__scenes{mask-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 50px, rgb(0, 0, 0) 130px, rgb(0, 0, 0) 100%);mask-size:100% 100%;transition:mask-size 0s 0s linear}}.p_ourstory__scenes__container{position:absolute;z-index:0;top:0;left:0;width:100%;height:100%;will-change:transform,filter}.p_ourstory__intro{position:absolute;z-index:0;top:0;left:0;width:100%;height:100vh;height:100dvh;display:flex;flex-direction:column;justify-content:center;align-items:center;visibility:hidden}.p_ourstory__intro.show{visibility:visible}.p_ourstory__intro__inner{position:relative;z-index:0;top:0;left:0;margin:auto auto auto 40px;width:auto;overflow:visible;display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (min-width: 500px){.p_ourstory__intro__inner{margin:auto auto auto 75px}}@media screen and (min-width: 1025px){.p_ourstory__intro__inner{margin:auto auto auto 100px}}@media screen and (min-width: 1441px){.p_ourstory__intro__inner{margin:auto auto auto 130px}}.p_ourstory__intro__head{margin:auto;width:100%;letter-spacing:0em}.p_ourstory__intro__head__maintitle{margin:-.0476190476em 0 calc(-.2380952381em + var(--space-20, 0));font-weight:700;white-space:nowrap;color:#fff}.p_ourstory__intro__head__maintitle.font{line-height:1 !important;display:block;text-shadow:0px 0px 1px #000,0px 0px 32px #000}.p_ourstory__intro__head__maintitle{font-size:var(--osIntroTitleS, 16px)}@media screen and (min-width: 500px){.p_ourstory__intro__head__maintitle{font-size:var(--osIntroTitleM, 18px)}}@media screen and (min-width: 1025px){.p_ourstory__intro__head__maintitle{font-size:var(--osIntroTitleL, 21px)}}.p_ourstory__intro__head__subtitle{margin:-.0416666667em 0 -.0416666667em;white-space:nowrap;color:#fff}.p_ourstory__intro__head__subtitle.font{display:block;line-height:1 !important;letter-spacing:.1em;text-shadow:0px 0px 1px #000,0px 0px 32px #000}.p_ourstory__intro__head__subtitle{font-size:var(--osIntroSubTitleS, 21px)}@media screen and (min-width: 500px){.p_ourstory__intro__head__subtitle{font-size:var(--osIntroSubTitleM, 22px)}}@media screen and (min-width: 1025px){.p_ourstory__intro__head__subtitle{font-size:var(--osIntroSubTitleL, 24px)}}.p_ourstory__intro__sound{position:relative;z-index:0;top:0;left:0;margin:var(--space-70, 0) 0 0 0;width:auto;height:auto;display:inline-block;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none}.p_ourstory__intro__sound__icon{position:absolute;z-index:0;top:0;left:50%;margin:0 0 0 -10px;width:21px;height:21px;background-image:url(/img/ourstory/sound_off.svg);background-size:cover;background-position:center;background-repeat:no-repeat}@media screen and (min-width: 500px){.p_ourstory__intro__sound__icon{margin:0px 0 0 -16px;width:33px;height:33px}}.p_ourstory__intro__sound.on .p_ourstory__intro__sound__icon{background-image:url(/img/ourstory/sound_on.svg)}.p_ourstory__intro__sound__text{position:relative;z-index:0;top:0;left:0;margin:27px 0 0 0;width:auto;height:auto;font-weight:700;letter-spacing:0em;color:#fff;text-align:center;display:inline-block}@media screen and (min-width: 500px){.p_ourstory__intro__sound__text{margin:43px 0 0 0}}.p_ourstory__intro__sound__text{font-size:8px}@media screen and (min-width: 500px){.p_ourstory__intro__sound__text{font-size:10px}}.p_ourstory__intro__sound .p_ourstory__intro__sound__text .on{display:none}.p_ourstory__intro__sound.on .p_ourstory__intro__sound__text .on{display:block}.p_ourstory__intro__sound.on .p_ourstory__intro__sound__text .off{display:none}@media(hover: hover)and (pointer: fine){.p_ourstory__intro__sound__icon{transition:opacity .3s 0s linear}.p_ourstory__intro__sound:hover .p_ourstory__intro__sound__icon{transition:opacity .1s 0s linear;opacity:.5}.p_ourstory__intro__sound__text{transition:opacity .3s 0s linear}.p_ourstory__intro__sound:hover .p_ourstory__intro__sound__text{transition:opacity .1s 0s linear;opacity:.5}}.p_ourstory__intro__scroll{position:absolute;z-index:0;bottom:0;left:0;margin:0 0 40px 40px;width:auto;height:auto;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none}@media screen and (min-width: 500px){.p_ourstory__intro__scroll{margin:0 0 65px 75px}}@media screen and (min-width: 1025px){.p_ourstory__intro__scroll{margin:0 0 65px 100px}}@media screen and (min-width: 1441px){.p_ourstory__intro__scroll{margin:0 0 65px 130px}}@media screen and (max-height: 600px){.p_ourstory__intro__scroll{margin-bottom:25px}}.p_ourstory__intro__scroll__arw{position:absolute;z-index:0;top:0;left:50%;margin:0 0 0 -10.5px;width:21px;height:21px;background-image:url(/img/ourstory/scroll_arw.svg);background-size:cover;background-position:center;background-repeat:no-repeat}@media screen and (min-width: 500px){.p_ourstory__intro__scroll__arw{margin:0px 0 0 -16px;width:33px;height:33px}}.p_ourstory__intro__scroll__text{position:relative;z-index:0;top:0;left:0;margin:27px 0 0 0;width:auto;height:auto;font-weight:700;letter-spacing:0em;color:#fff}@media screen and (min-width: 500px){.p_ourstory__intro__scroll__text{margin:43px 0 0 0}}.p_ourstory__intro__scroll__text{font-size:8px}@media screen and (min-width: 500px){.p_ourstory__intro__scroll__text{font-size:10px}}@media(hover: hover)and (pointer: fine){.p_ourstory__intro__scroll{transition:opacity .3s 0s linear}.p_ourstory__intro__scroll:hover{transition:opacity .1s 0s linear;opacity:.5}}.p_ourstory__intro .p_ourstory__intro__scroll__arw,.p_ourstory__intro .p_ourstory__intro__scroll__text{opacity:0}.p_ourstory__intro.show .p_ourstory__intro__scroll__arw{animation:intro_scroll_arw_active 1.2s 0s cubic-bezier(0.39, 0.575, 0.565, 1) infinite}@keyframes intro_scroll_arw_active{0%{transform:translateY(-50%);opacity:0}5%{opacity:1}50%{transform:translateY(-5%);opacity:1}60%{opacity:1}85%{transform:translateY(0%);opacity:0}100%{opacity:0;transform:translateY(0%)}}.p_ourstory__intro.show .p_ourstory__intro__scroll__text{animation:intro_scroll_text_active 1.2s 0s cubic-bezier(0.39, 0.575, 0.565, 1) infinite}@keyframes intro_scroll_text_active{0%{opacity:.1}50%{opacity:1}100%{opacity:.1}}.p_ourstory__scene{position:absolute;z-index:0;top:0;left:0;width:100%;height:100vh;height:100dvh;display:flex;flex-direction:column;justify-content:center;align-items:center}.p_ourstory__scene{pointer-events:none;opacity:var(--show_progress, 0);will-change:opacity}.p_ourstory__scene.show{pointer-events:auto}.p_ourstory__scene__inner{position:relative;z-index:0;top:0;left:0;margin:auto auto auto 40px;width:auto;max-width:calc(100% - 90px);max-height:calc(100% - 200px);background-size:100% auto;background-position:center;background-repeat:no-repeat;overflow:visible}@media screen and (min-width: 500px){.p_ourstory__scene__inner{margin:auto auto auto 75px;max-width:calc(100% - 150px);max-height:calc(100% - 260px)}}@media screen and (min-width: 1025px){.p_ourstory__scene__inner{margin:auto auto auto 100px;max-width:calc(100% - 200px)}}@media screen and (min-width: 1441px){.p_ourstory__scene__inner{margin:auto auto auto 130px;max-width:calc(100% - 260px)}}.p_ourstory__scene__inner{transform:translateY(calc(var(--expand_progress, 0) * 100%));will-change:transform}.p_ourstory__scene .column{position:relative;z-index:0;top:0;left:0;width:100%}.p_ourstory__scene .column{top:calc(var(--block_progress, 0)*1px);will-change:top}.p_ourstory__scene .l{position:relative;z-index:0;top:0;left:0;width:auto}.p_ourstory__scene .l__b{position:relative;z-index:1;top:0;left:0}.p_ourstory__scene .l__s{position:absolute;z-index:0;top:0;left:0;display:block;width:100%;height:100%;pointer-events:none}.p_ourstory__scene .l.font{display:block}.p_ourstory__scene .l span{display:inline-block}.p_ourstory__scene .l .br_s{display:inline}@media screen and (min-width: 500px){.p_ourstory__scene .l .br_s{display:none}}.p_ourstory__scene .l .br_s-m{display:inline}@media screen and (min-width: 768px){.p_ourstory__scene .l .br_s-m{display:none}}.p_ourstory__scene .l .br_s-m-ex{display:inline}@media screen and (min-width: 540px){.p_ourstory__scene .l .br_s-m-ex{display:none}}.p_ourstory__scene .l .br_s-m-l{display:inline}@media screen and (min-width: 1025px){.p_ourstory__scene .l .br_s-m-l{display:none}}.p_ourstory__scene .l .br_s-m-l-xl{display:inline}@media screen and (min-width: 1281px){.p_ourstory__scene .l .br_s-m-l-xl{display:none}}.p_ourstory__scene .l .br_s-m-l-xl-xxl{display:inline}@media screen and (min-width: 1441px){.p_ourstory__scene .l .br_s-m-l-xl-xxl{display:none}}.p_ourstory__scene .l .br_m{display:none}@media screen and (min-width: 500px){.p_ourstory__scene .l .br_m{display:inline}}@media screen and (min-width: 768px){.p_ourstory__scene .l .br_m{display:none}}.p_ourstory__scene .l .br_m-l{display:none}@media screen and (min-width: 500px){.p_ourstory__scene .l .br_m-l{display:inline}}@media screen and (min-width: 1025px){.p_ourstory__scene .l .br_m-l{display:none}}.p_ourstory__scene .l .br_m-xl{display:none}@media screen and (min-width: 500px){.p_ourstory__scene .l .br_m-xl{display:inline}}@media screen and (min-width: 1281px){.p_ourstory__scene .l .br_m-xl{display:none}}.p_ourstory__scene .l .br_m-xxl{display:none}@media screen and (min-width: 500px){.p_ourstory__scene .l .br_m-xxl{display:inline}}@media screen and (min-width: 1441px){.p_ourstory__scene .l .br_m-xxl{display:none}}.p_ourstory__scene .l .br_l{display:none}@media screen and (min-width: 768px){.p_ourstory__scene .l .br_l{display:inline}}@media screen and (min-width: 1025px){.p_ourstory__scene .l .br_l{display:none}}.p_ourstory__scene .l .br_l-xl{display:none}@media screen and (min-width: 768px){.p_ourstory__scene .l .br_l-xl{display:inline}}@media screen and (min-width: 1281px){.p_ourstory__scene .l .br_l-xl{display:none}}.p_ourstory__scene .l .br_l-xxl{display:none}@media screen and (min-width: 768px){.p_ourstory__scene .l .br_l-xxl{display:inline}}@media screen and (min-width: 1441px){.p_ourstory__scene .l .br_l-xxl{display:none}}.p_ourstory__scene .l .br_xl{display:none}@media screen and (min-width: 1025px){.p_ourstory__scene .l .br_xl{display:inline}}@media screen and (min-width: 1281px){.p_ourstory__scene .l .br_xl{display:none}}.p_ourstory__scene .l .br_xxl{display:none}@media screen and (min-width: 1281px){.p_ourstory__scene .l .br_xxl{display:inline}}@media screen and (min-width: 1441px){.p_ourstory__scene .l .br_xxl{display:none}}.p_ourstory__scene .l .br_m_over{display:none}@media screen and (min-width: 500px){.p_ourstory__scene .l .br_m_over{display:inline}}.p_ourstory__scene .l .br_l_over{display:none}@media screen and (min-width: 768px){.p_ourstory__scene .l .br_l_over{display:inline}}.p_ourstory__scene .l .br_xl_over{display:none}@media screen and (min-width: 1025px){.p_ourstory__scene .l .br_xl_over{display:inline}}.p_ourstory__scene .l .br_xxl_over{display:none}@media screen and (min-width: 1281px){.p_ourstory__scene .l .br_xxl_over{display:inline}}.p_ourstory__scene .title{font-size:var(--osTitleS, 21px)}@media screen and (min-width: 500px){.p_ourstory__scene .title{font-size:var(--osTitleM, 22px)}}@media screen and (min-width: 1025px){.p_ourstory__scene .title{font-size:var(--osTitleL, 24px)}}.p_ourstory__scene .text{font-size:var(--osTextS, 15px)}@media screen and (min-width: 500px){.p_ourstory__scene .text{font-size:var(--osTextM, 17px)}}@media screen and (min-width: 1025px){.p_ourstory__scene .text{font-size:var(--osTextL, 18px)}}.p_ourstory__scene .title{position:relative;z-index:0;top:0;left:0;margin:0 0 30px;width:100%}@media screen and (min-width: 500px){.p_ourstory__scene .title{margin:0 0 55px}}@media screen and (min-width: 1025px){.p_ourstory__scene .title{margin:0 0 75px}}.p_ourstory__scene .title .l{font-weight:700;color:#fff;letter-spacing:.007em;line-height:1.7}html[lang=en] .p_ourstory__scene .title .l{line-height:1.73}.p_ourstory__scene .title .l__s{color:rgba(0,0,0,.3)}.p_ourstory__scene .title .l{will-change:clip-path;clip-path:inset(calc(100% - var(--title_progress, 0) * 200%) -200% -200% -200%)}.p_ourstory__scene .text{position:relative;z-index:0;top:0;left:0;width:100%;letter-spacing:.01em}.p_ourstory__scene .text .l{font-weight:700;color:#fff;line-height:1.7}html[lang=en] .p_ourstory__scene .text .l{line-height:1.73}.p_ourstory__scene .text .l__s{color:rgba(255,255,255,.3)}.p_ourstory__scene .text+.text{margin-top:2em}.p_ourstory__scene .text .l__s{will-change:clip-path,text-shadow;clip-path:inset(-100% calc(100% - var(--progress, 0%) * 120%) -100% -100%)}.p_ourstory__scene .text .l__b{will-change:clip-path;clip-path:inset(0 calc(100% - var(--progress2, 0%) * 100%) 0 0)}@media screen and (min-width: 768px){.has--shadow .p_ourstory__scene .title .l__s{text-shadow:0px 0px 1px #000,0px 0px 32px #000}}@media screen and (min-width: 768px){.has--shadow .p_ourstory__scene .text .l__s{text-shadow:0px 0px 1px rgba(0, 0, 0, var(--progress2, 1)),0px 0px 32px rgba(0, 0, 0, var(--progress2, 1))}}.p_ourstory__keywords{position:relative;z-index:105;top:0;left:0;margin-top:100vh;margin-top:100dvh;width:100%;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:rgba(0,0,0,.2);border-top:solid 1px rgba(255,255,255,.1);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);visibility:hidden}.p_ourstory__keywords.show{visibility:visible}.p_ourstory__keywords.hide{height:0;display:block;overflow:hidden}.p_ourstory__keywords__inner{margin:50px 50px;width:calc(100% - 100px);display:flex;flex-direction:column;justify-content:center;align-items:center;letter-spacing:0em}@media screen and (min-width: 500px){.p_ourstory__keywords__inner{margin:75px 75px;width:calc(100% - 150px)}}@media screen and (min-width: 1025px){.p_ourstory__keywords__inner{margin:100px 100px;width:calc(100% - 200px)}}.p_ourstory__keywords .keywords-wrapper{width:100%;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center}.p_ourstory__keywords .keywords-title{margin:0px auto 50px;width:100%;display:block;text-align:left;font-weight:700;white-space:nowrap;color:#fff}@media screen and (min-width: 500px){.p_ourstory__keywords .keywords-title{margin:0px auto 75px}}@media screen and (min-width: 768px){.p_ourstory__keywords .keywords-title{margin:0px auto 75px}}@media screen and (min-width: 1025px){.p_ourstory__keywords .keywords-title{text-align:center;margin:0px auto 100px}}.p_ourstory__keywords .keywords-title{font-size:20px}@media screen and (min-width: 500px){.p_ourstory__keywords .keywords-title{font-size:22px}}@media screen and (min-width: 1025px){.p_ourstory__keywords .keywords-title{font-size:24px}}.p_ourstory__keywords .keywords-title span{padding:0 !important}.p_ourstory__keywords .keyword-list{margin:0 auto;width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:20px}@media screen and (min-width: 500px){.p_ourstory__keywords .keyword-list{max-width:934px}}@media screen and (min-width: 1025px){.p_ourstory__keywords .keyword-list{justify-content:center;gap:20px}}@media screen and (min-width: 1441px){.p_ourstory__keywords .keyword-list{max-width:1252px}}.p_ourstory__keywords .keyword-item{position:relative;z-index:0;top:0;left:0;margin:0;padding:15px;width:auto;font-weight:700;background-color:#fff;color:#000;border-radius:37px;overflow:hidden;text-align:center;letter-spacing:0em;cursor:pointer;pointer-events:auto !important}@media screen and (min-width: 768px){.p_ourstory__keywords .keyword-item{padding:17px}}@media screen and (min-width: 1025px){.p_ourstory__keywords .keyword-item{padding:20px;width:calc(33% - 11px)}}@media screen and (min-width: 1441px){.p_ourstory__keywords .keyword-item{width:calc(25% - 15px);max-width:298px}}.p_ourstory__keywords .keyword-item{font-size:12px}@media screen and (min-width: 500px){.p_ourstory__keywords .keyword-item{font-size:13px}}@media screen and (min-width: 1025px){.p_ourstory__keywords .keyword-item{font-size:14px}}.p_ourstory__keywords .keyword-item span{padding:0 !important;margin:0 !important;white-space:nowrap;font-feature-settings:"palt"}@media(hover: hover)and (pointer: fine){.p_ourstory__keywords .keyword-item{transition:background-color .3s ease-out,color .3s ease-out}.p_ourstory__keywords .keyword-item:hover{background-color:#000;color:#fff;transition:background-color .1s ease-out,color .1s ease-out}}
