@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap);
/*!******************************************************************************
 * Copyright (c) 2021. OTOSO Inc. All rights reserved.
 ******************************************************************************/html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,menu,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,main,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}*[hidden]{display:none}body{line-height:1}menu,ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}/*!******************************************************************************
 * Copyright (c) 2021. OTOSO -inc. All rights reserved.
 ******************************************************************************//*!******************************************************************************
 * Copyright (c) 2021-2022. OTOSO Inc. All rights reserved.
 ******************************************************************************/*,*::before,*::after{box-sizing:border-box}html,body,td,div,p,li,a,h1,h2,h3,h4,h5,h6{line-height:1em}html{height:100%;font-size:62.5%;-webkit-text-size-adjust:100%}body{height:100%;overflow:auto;font-family:"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;color:#000;background-color:#fbf9fa}body.is-modal{overflow:hidden}img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none;border:0;outline:none}a:link,a:visited,a:hover,a:active{color:#000;text-decoration:none}main{min-width:1440px}.is-mobile main{min-width:auto}header,footer,main>section{position:relative;z-index:100}.is-mobile header,.is-mobile footer,.is-mobile main>section{display:none}canvas{position:fixed;top:0;left:0;z-index:1;width:100%;min-width:1440px;height:100%;padding:0;margin:0;border:none;outline:none}.is-mobile canvas{display:none;min-width:auto}.invisible{visibility:hidden}.hidden{display:none !important}.pc-hidden{display:none}.is-mobile .pc-hidden{display:inline}.sp-hidden{display:inline}.is-mobile .sp-hidden{display:none}#scene-explorer-host,#inspector-host{position:absolute !important;z-index:10000}#fps{position:fixed;top:15px;right:10px;z-index:200000;display:none;width:60px;height:20px;font-size:16px;color:#fff;text-align:center;background-color:#000;border:2px solid red}#dummy{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none;cursor:default;position:absolute;top:0;left:50%;z-index:1;transform:translate(-50%, 0)}#dummy img{width:1740px;opacity:.8}.is-mobile #dummy{left:0;width:100%;transform:none}.is-mobile #dummy img{display:block;width:100%;opacity:.8}/*!******************************************************************************
 * Copyright (c) 2021. OTOSO -inc. All rights reserved.
 ******************************************************************************//*!******************************************************************************
 * Copyright (c) 2022. OTOSO Inc. All rights reserved.
 ******************************************************************************/header{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;width:100%;min-width:1440px;height:100px;background-color:#fff;border-bottom:1px solid #f3f3f3}header #logo{position:absolute;top:24px;left:30px;width:195px}header #logo img{width:100%}header #header-menu-btn{position:absolute;top:0;right:0;display:none;width:13.3333333333vw;height:100%}header #btn-menu-open{position:absolute;top:3.4666666667vw;right:4vw;display:none;width:5.6vw}header #btn-menu-open img{width:100%}header #btn-menu-close{position:absolute;top:3.7333333333vw;right:4.2666666667vw;display:none;width:4.5333333333vw}header #btn-menu-close img{width:100%}header #header-menu-wrapper{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end}header #head-menu0{display:flex}header #head-menu0 li{padding:2px 25px 2px 24px;font-size:1.4rem;border-right:1px solid #d5d5d5}header #head-menu0 li a{padding:10px 0;opacity:1;transition:opacity .15s linear}header #head-menu0 li a:hover{opacity:.5;transition:opacity .05s linear}header #head-menu1{display:flex;align-content:center;justify-content:space-between;width:113px;padding:0 35px 0 24px;font-size:1.6rem}header #head-menu1 li{position:relative;padding-bottom:4px;overflow:hidden}header #head-menu1 li a{font-family:Outfit,sans-serif;font-weight:600;opacity:1;transition:opacity .15s linear}header #head-menu1 li.current a{pointer-events:none;cursor:default;color:#a3a3a3}header #head-menu1 li.current::after{left:0}header #head-menu1 li::after{position:absolute;bottom:0;left:-100%;display:block;width:100%;height:2px;content:"";background-color:#5981bd;transition:left .2s cubic-bezier(0.6, 0.04, 0.98, 0.335)}header #head-menu1 li:not(.current):hover a{opacity:.5;transition:opacity .05s linear}header #head-menu1 li:not(.current):hover::after{left:0;transition:left .3s cubic-bezier(0.075, 0.82, 0.165, 1)}.is-mobile header{z-index:500;display:flex;min-width:auto;height:12vw}.is-mobile header #logo{top:2.6666666667vw;left:4vw;width:32.4vw}.is-mobile header #header-menu-btn{display:block}.is-mobile header #btn-menu-open{display:block}.is-mobile header #btn-menu-close{display:none}.is-mobile header #header-menu-wrapper{display:none}.is-mobile header.open #btn-menu-open{display:none}.is-mobile header.open #btn-menu-close{display:block}.is-mobile header.open #header-menu-wrapper{position:fixed;top:0;left:0;display:block;width:100%;height:100vh;background-color:#fff}.is-mobile header #head-menu0{display:block;margin-top:11.7333333333vw;border-top:.2666666667vw solid #e5e6e5}.is-mobile header #head-menu0 li{padding:0;font-size:5.8666666667vw;text-align:center;border-right:none;border-bottom:.2666666667vw solid #e5e6e5}.is-mobile header #head-menu0 li a{display:block;padding:5.3333333333vw 0;transition:none}.is-mobile header #head-menu0 li a:hover{opacity:1}.is-mobile header #head-menu1{width:29.3333333333vw;padding:10vw 0 0;margin:0 auto;font-size:7.4666666667vw}.is-mobile header #head-menu1 li{padding-bottom:.5333333333vw;overflow:visible}.is-mobile header #head-menu1 li a{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:10.6666666667vw;height:10.6666666667vw;overflow:visible;transition:none}.is-mobile header #head-menu1 li a::after{display:block;width:8.5333333333vw;height:1.3333333333vw;margin-top:1.0666666667vw;content:"";background-color:#3061ac;transition:none}.is-mobile header #head-menu1 li a.current::after{width:0}.is-mobile header #head-menu1 li::after{display:none}.is-mobile header #head-menu1 li:not(.current) a::after{opacity:0}.is-mobile header #head-menu1 li:not(.current):hover a{opacity:1}/*!******************************************************************************
 * Copyright (c) 2021. OTOSO -inc. All rights reserved.
 ******************************************************************************//*!******************************************************************************
 * Copyright (c) 2022. OTOSO Inc. All rights reserved.
 ******************************************************************************/footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;width:100%;min-width:1440px;height:59px;background-color:#2d3543}footer #pagetop{position:absolute;top:-50px;right:0;bottom:auto;width:50px;height:50px;opacity:0;transition:opacity .5s;pointer-events:none;cursor:default}footer #pagetop a{display:block;width:100%;height:100%;background-image:url(../../asset/img/btn_top.png);background-repeat:no-repeat;background-size:cover;opacity:1;transition:opacity .15s linear}footer #pagetop a:hover{opacity:.5;transition:opacity .05s linear}footer.footer-fixed #pagetop{position:fixed;top:auto;right:0;bottom:0}footer.footer-show #pagetop{opacity:1;transition:opacity .5s;pointer-events:auto;cursor:pointer}footer #foot-menu0{position:relative;z-index:2;display:flex;margin:2px 0 0 60px}footer #foot-menu0 li{padding:2px 20px 2px 19px;font-size:1.3rem;letter-spacing:.05em;border-right:1px solid #d5d5d5}footer #foot-menu0 li a{padding:10px 0;color:#afb1b7;opacity:1;transition:opacity .15s linear}footer #foot-menu0 li a:hover{opacity:.5;transition:opacity .05s linear}footer #foot-menu0 li:last-child{border-right:none}footer #copyright{padding-right:60px;margin-top:2px;font-size:1.2rem;color:#afb1b7}.is-mobile footer{position:relative;display:block;width:100%;min-width:100%;height:auto;padding:12vw;background-color:#2d3543}.is-mobile footer #pagetop{position:absolute;top:-13.3333333333vw;right:0;bottom:auto;width:13.3333333333vw;height:13.3333333333vw;opacity:0;transition:opacity .5s;pointer-events:none;cursor:default}.is-mobile footer #pagetop a{display:block;width:100%;height:100%;background-image:url(../../asset/img/btn_top.png);background-repeat:no-repeat;background-size:cover;opacity:1;transition:opacity .15s linear}.is-mobile footer #pagetop a:hover{opacity:.5;transition:opacity .05s linear}.is-mobile footer.footer-fixed #pagetop{position:fixed;top:auto;right:0;bottom:0}.is-mobile footer.footer-show #pagetop{opacity:1;transition:opacity .5s;pointer-events:auto;cursor:pointer}.is-mobile footer #foot-menu0{display:block;margin:0}.is-mobile footer #foot-menu0 li{padding:0 0 6.6666666667vw 0;font-size:3.7333333333vw;text-align:center;letter-spacing:.05em;border-right:none}.is-mobile footer #foot-menu0 li a{padding:0;color:#afb1b7;text-align:center;transition:none}.is-mobile footer #foot-menu0 li a:hover{opacity:1;transition:none}.is-mobile footer #foot-menu0 li:last-child{border-right:none}.is-mobile footer #copyright{padding-right:0;padding-bottom:5.3333333333vw;margin-top:9.3333333333vw;font-size:2.8vw;color:#afb1b7;text-align:center}/*!******************************************************************************
 * Copyright (c) 2021. OTOSO -inc. All rights reserved.
 ******************************************************************************//*!******************************************************************************
 * Copyright (c) 2022. OTOSO Inc. All rights reserved.
 ******************************************************************************/#sec-title-01,#sec-title-02,#sec-title-03{position:relative;z-index:100;display:flex;align-items:center;justify-content:center;width:100%;min-width:1440px;overflow:hidden}#sec-title-01 img,#sec-title-02 img,#sec-title-03 img{transform:scale(0.5);transform-origin:center center}#sec-title-01 div,#sec-title-02 div,#sec-title-03 div{position:relative;display:flex;width:800px;margin-left:100px;transform-origin:center center;perspective:600px;transform-style:preserve-3d}.is-mobile #sec-title-01,.is-mobile #sec-title-02,.is-mobile #sec-title-03{min-width:auto;margin-left:0}.is-mobile #sec-title-01 div,.is-mobile #sec-title-02 div,.is-mobile #sec-title-03 div{width:100%}.is-mobile #sec-title-01 div img,.is-mobile #sec-title-02 div img,.is-mobile #sec-title-03 div img{display:none}#sec-title-01{height:865px;padding-bottom:5px}#sec-title-01 div img:nth-child(1){margin:11px 0 0 68px}#sec-title-01 div img:nth-child(2){margin:8px 0 0 -32px}#sec-title-01 div img:nth-child(3){margin:8px 0 0 -32px}#sec-title-01 div img:nth-child(4){margin:8px 0 0 -21px}#sec-title-01 div img:nth-child(5){margin:5px 0 0 -14px}#sec-title-01 div img:nth-child(6){margin:6px 0 0 -25px}#sec-title-01 div img:nth-child(7){margin:6px 0 0 -29px}.is-mobile #sec-title-01{display:flex;height:93.3333333333vw;background-image:url(../../asset/img/sp_title_bg_01.png);background-repeat:no-repeat;background-size:contain}.is-mobile #sec-title-01 div{height:8vw;margin-left:0;background-image:url(../../asset/img/sp_title_01.png);background-repeat:no-repeat;background-position:center center;background-size:contain}#sec-title-02{height:1055px;padding-top:70px}#sec-title-02 div img:nth-child(1){margin:11px 0 0 36px}#sec-title-02 div img:nth-child(2){margin:7px 0 0 -25px}#sec-title-02 div img:nth-child(3){margin:10px 0 0 -29px}#sec-title-02 div img:nth-child(4){margin:13px 0 0 -22px}#sec-title-02 div img:nth-child(5){margin:15px 0 0 -26px}#sec-title-02 div img:nth-child(6){margin:14px 0 0 -25px}#sec-title-02 div img:nth-child(7){margin:14px 0 0 -27px}#sec-title-02 div img:nth-child(8){margin:15px 0 0 -26px}.is-mobile #sec-title-02{display:flex;height:93.0666666667vw;padding-top:0;background-image:url(../../asset/img/sp_title_bg_02.png);background-repeat:no-repeat;background-size:contain}.is-mobile #sec-title-02 div{height:8vw;margin-left:0;background-image:url(../../asset/img/sp_title_02.png);background-repeat:no-repeat;background-position:center center;background-size:contain}#sec-title-03{height:1091px;padding-top:168px}#sec-title-03 div img:nth-child(1){margin:11px 0 0 36px}#sec-title-03 div img:nth-child(2){margin:7px 0 0 -25px}#sec-title-03 div img:nth-child(3){margin:10px 0 0 -29px}#sec-title-03 div img:nth-child(4){margin:13px 0 0 -22px}#sec-title-03 div img:nth-child(5){margin:15px 0 0 -26px}#sec-title-03 div img:nth-child(6){margin:14px 0 0 -25px}#sec-title-03 div img:nth-child(7){margin:14px 0 0 -30px}#sec-title-03 div img:nth-child(8){margin:14px 0 0 -25px}.is-mobile #sec-title-03{display:flex;height:93.6vw;padding-top:0;background-image:url(../../asset/img/sp_title_bg_03.png);background-repeat:no-repeat;background-size:contain}.is-mobile #sec-title-03 div{height:8vw;margin-left:0;background-image:url(../../asset/img/sp_title_03.png);background-repeat:no-repeat;background-position:center center;background-size:contain}/*!******************************************************************************
 * Copyright (c) 2021. OTOSO -inc. All rights reserved.
 ******************************************************************************//*!******************************************************************************
 * Copyright (c) 2022. OTOSO Inc. All rights reserved.
 ******************************************************************************/.stitle-num{margin:-6px 0 24px;text-align:center}.stitle-num p:first-child{font-family:Outfit,sans-serif;font-weight:700;display:flex;justify-content:center;height:1em;overflow:hidden;font-size:4rem}.stitle-num p:first-child .num-wrapper{transform:translateY(100%)}.stitle-num p:first-child .num-wrapper div:first-child{text-align:right}.stitle-num p:first-child .num-wrapper div:last-child{text-align:left}.stitle-num p:last-child{padding:3px 0 0;font-family:Outfit,sans-serif;font-weight:700;font-size:1rem}.is-mobile .stitle-num{margin:-1.3333333333vw 0 4vw}.is-mobile .stitle-num p:first-child{font-size:7.4666666667vw}.is-mobile .stitle-num p:first-child .num-wrapper{transform:translateY(0)}.is-mobile .stitle-num p:last-child{font-family:Outfit,sans-serif;font-weight:700;padding-top:.8vw;font-size:2.1333333333vw}h1{width:1px;height:1px;overflow:hidden;text-indent:100%;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none}h3{display:flex;justify-content:center;height:1em;overflow:hidden;font-size:4rem;font-weight:bold;text-align:center;letter-spacing:.05em}h3 span{display:inline-block}.is-mobile h3{font-size:5.6vw}h4{margin-bottom:26px;font-size:3.2rem;font-weight:bold;color:#3061ac;text-align:center;letter-spacing:.06em}.is-mobile h4{margin-bottom:5.3333333333vw;font-size:4.2666666667vw}.panel-01,.panel-02,.panel-05{perspective:600px;transform-style:preserve-3d}.panel-01 div,.panel-02 div{display:flex;flex-direction:column;justify-content:center;background-color:rgba(255,255,255,.9);border:1px solid #f3f3f3;border-radius:6px;transform-origin:center center}.is-mobile .panel-01 div,.is-mobile .panel-02 div{border-radius:3.2vw}.txt0{padding:0 80px 0 82px;font-size:2.4rem;line-height:1.75em;letter-spacing:.055em}.is-mobile .txt0{padding:0 7.6vw;font-size:3.7333333333vw;letter-spacing:.01em}.txt1{padding:0 80px 0 82px;font-size:2.1rem;line-height:1.75em;letter-spacing:.056em}.is-mobile .txt1{padding:0 7.6vw;font-size:3.7333333333vw;letter-spacing:.01em}.txt2{width:818px;padding-left:8px;margin:36px auto 0;font-size:2.4rem;line-height:1.75em;letter-spacing:.056em;transform-origin:center center}.is-mobile .txt2{width:82.6666666667vw;padding-left:0;margin:9.3333333333vw auto 0;font-size:3.7333333333vw;line-height:1.72em}.txt-caution{padding-top:13px;font-size:1.4rem;line-height:1.75em;text-align:center;letter-spacing:.01em}.is-mobile .txt-caution{display:none;padding-top:0}.center{text-align:center}.buttons{display:flex;flex-wrap:wrap;justify-content:space-between;width:630px;margin:0 auto}.is-mobile .buttons{width:100%}.btn-01{width:275px;height:60px;margin:0 auto;transform-origin:center center}.btn-01 a{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding-top:2px;overflow:hidden;font-size:1.8rem;font-weight:bold;color:#3061ac;background-image:url(../../asset/img/icon_arrow_0_off.png);background-repeat:no-repeat;background-position:top 25px right 11.5px;background-size:30px 5.5px;border:1px solid #3061ac;border-radius:6px;transition:all .1s linear}.btn-01 a:hover{color:#fff;transition:all .1s linear}.btn-01 a:hover::before{opacity:1;transition:all .1s linear}.btn-01 a:hover::after{transition:all .2s cubic-bezier(0.075, 0.82, 0.165, 1);transform:scale(1, 1)}.btn-01 a::before{position:absolute;top:25px;right:11.5px;z-index:3;width:30px;height:5.5px;content:"";background-image:url(../../asset/img/icon_arrow_0_ov.png);background-repeat:no-repeat;background-size:contain;opacity:0;transition:all .1s linear}.btn-01 a::after{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;content:"";background:#3061ac;transition:all .25s cubic-bezier(0.075, 0.82, 0.165, 1);transform:scale(0, 1);transform-origin:left top}.is-mobile .btn-01{width:70.6666666667vw;height:16vw}.is-mobile .btn-01 a{padding-top:0;font-size:4.2666666667vw;background-image:url(../../asset/img/sp_icon_arrow_0.png);background-position:top 6.4vw right 2.6666666667vw;background-size:8vw 1.8666666667vw}.is-mobile .btn-01 a:hover{color:#3061ac;transition:none}.is-mobile .btn-01 a:hover::after{transform:none}.is-mobile .btn-01 a::before{display:none}.is-mobile .btn-01 a::after{display:none}/*!******************************************************************************
 * Copyright (c) 2021. OTOSO -inc. All rights reserved.
 ******************************************************************************//*!******************************************************************************
 * Copyright (c) 2022. OTOSO Inc. All rights reserved.
 ******************************************************************************/#sec-01{margin-bottom:186px}#sec-01 .stitle-num p:first-child{padding-left:9px}#sec-01 .panels{margin:76px 0 80px}#sec-01 .panel-01 div{width:800px;padding:58px 0 50px;margin:0 auto 40px}#sec-01 .panels div:nth-child(1) div{min-height:210px;text-align:center}#sec-01 .panels div:nth-child(2) div{min-height:295px}.is-tablet #sec-01{background-image:url(../../asset/img/tablet_bg_jsr.png);background-repeat:no-repeat;background-position:center top 140px;background-size:959px auto}.is-mobile #sec-01{display:block;padding-bottom:31.4666666667vw;margin-bottom:0;background-image:url(../../asset/img/sp_bg_01.png);background-repeat:no-repeat;background-position:center center;background-size:100% auto}.is-mobile #sec-01 .stitle-num p:first-child{padding-left:0}.is-mobile #sec-01 .panels{margin:13.3333333333vw 0 13.3333333333vw}.is-mobile #sec-01 .panel-01 div{width:84vw;padding:0;margin:0 auto 8vw}.is-mobile #sec-01 .panels div:nth-child(1) div{min-height:42.6666666667vw;text-align:left}.is-mobile #sec-01 .panels div:nth-child(2) div{min-height:64vw}#sec-02{margin-bottom:186px}#sec-02 .panels{margin:76px 0 83px}#sec-02 .panel-01 div{width:800px;padding:58px 0 50px;margin:0 auto 40px}#sec-02 .panels div:nth-child(1) div{min-height:285px}#sec-02 .panels div:nth-child(2) div{min-height:285px}#sec-02 .panels div:nth-child(3) div{min-height:282px}.is-tablet #sec-02{background-image:url(../../asset/img/tablet_bg_particle.png);background-repeat:no-repeat;background-position:left 10px top 70px;background-size:1423px auto}.is-mobile #sec-02{display:block;padding-bottom:32vw;margin-bottom:0;background-image:url(../../asset/img/sp_bg_02.png);background-repeat:no-repeat;background-position:center center;background-size:100% auto}.is-mobile #sec-02 .panels{margin:13.3333333333vw 0 13.3333333333vw}.is-mobile #sec-02 .panel-01 div{width:84vw;padding:0;margin:0 auto 8vw}.is-mobile #sec-02 .panels div:nth-child(1) div{min-height:64vw}.is-mobile #sec-02 .panels div:nth-child(2) div{min-height:72vw}.is-mobile #sec-02 .panels div:nth-child(3) div{min-height:78.6666666667vw}#sec-03{margin-bottom:190px}#sec-03 .btn-01 a{padding-right:36px}.is-mobile #sec-03{display:block;padding-bottom:31.7333333333vw;margin-bottom:0;background-image:url(../../asset/img/sp_bg_03.png);background-repeat:no-repeat;background-position:center center;background-size:100% auto}.is-mobile #sec-03 .btn-01 a{padding-right:8vw}.is-mobile #sec-04{display:block;background-image:url(../../asset/img/sp_bg_04.png);background-repeat:no-repeat;background-position:center center;background-size:100% auto}#sec-05{width:100%;overflow:hidden}.is-mobile #sec-05{display:block;height:489.0666666667vw;background-image:url(../../asset/img/sp_bg_05.png);background-repeat:no-repeat;background-position:center center;background-size:100% auto}#sec-06{margin-bottom:188px}#sec-06 .panels{display:flex;justify-content:space-between;width:1088px;margin:73px auto 40px}#sec-06 .panel-05 div{display:flex;flex-direction:column;justify-content:flex-start;width:533px;height:583px;padding:58px 0 50px;margin:0 auto 40px;background-color:rgba(255,255,255,.9);border:1px solid #f3f3f3;border-radius:6px}#sec-06 .panel-05:nth-child(1) figure.sp-hidden{display:flex;justify-content:center;width:100%;padding:32px 0 0 54px}#sec-06 .panel-05:nth-child(1) figure.sp-hidden img{width:349.5px}#sec-06 .panel-05:nth-child(1) figure.pc-hidden{display:none}#sec-06 .panel-05:nth-child(2) figure.sp-hidden{display:flex;justify-content:center;width:100%;padding:48px 10px 0 0}#sec-06 .panel-05:nth-child(2) figure.sp-hidden img{width:271px}#sec-06 .panel-05:nth-child(2) figure.pc-hidden{display:none}#sec-06 h4{margin-bottom:34px;font-size:3rem;letter-spacing:-0.02em}#sec-06 .txt4{width:295px;margin:0 auto;font-size:1.4rem;line-height:1.65em;text-align:left}#sec-06 .btn-01:nth-child(1) a{padding-right:4px}.is-mobile #sec-06{display:block;padding-bottom:32vw;margin-bottom:0;background-image:url(../../asset/img/sp_bg_06.png);background-repeat:no-repeat;background-position:center center;background-size:100% auto}.is-mobile #sec-06 .panels{display:block;width:100%;margin:14.6666666667vw 0 13.3333333333vw}.is-mobile #sec-06 .panel-05 div{display:flex;flex-direction:column;justify-content:flex-start;width:84vw;height:100.8vw;padding:7.7333333333vw 0 0;margin:0 auto 4vw;background-color:rgba(255,255,255,.9);border:1px solid #f3f3f3;border-radius:3.2vw}.is-mobile #sec-06 .panel-05:nth-child(1) figure.pc-hidden{display:block;padding:5.8666666667vw 0 0 8vw;text-align:center}.is-mobile #sec-06 .panel-05:nth-child(1) figure.pc-hidden img{width:58.9333333333vw}.is-mobile #sec-06 .panel-05:nth-child(1) figure.sp-hidden{display:none}.is-mobile #sec-06 .panel-05:nth-child(2) figure.pc-hidden{display:block;padding:9.3333333333vw 0 0 0vw;text-align:center}.is-mobile #sec-06 .panel-05:nth-child(2) figure.pc-hidden img{width:43.3333333333vw}.is-mobile #sec-06 .panel-05:nth-child(2) figure.sp-hidden{display:none}.is-mobile #sec-06 h4{margin-bottom:3.7333333333vw;font-size:4.2666666667vw;letter-spacing:0}.is-mobile #sec-06 .txt4{width:85%;margin:0 auto;font-size:3.7333333333vw;line-height:1.65em;text-align:center}.is-mobile #sec-06 .btn-01:nth-child(1){margin-bottom:5.3333333333vw}.is-mobile #sec-06 .btn-01:nth-child(1) a{padding-right:6vw}.is-mobile #sec-06 .btn-01:nth-child(2) a{padding-right:2.4vw}#sec-07{margin-bottom:180px}#sec-07 .txt2{width:645px}#sec-07 #city{display:flex;justify-content:center;padding:25px 0 28px;text-align:center}#sec-07 #city #lottie{width:1250px;height:725px}#sec-07 .btn-01{margin-bottom:30px}#sec-07 .btn-01:nth-child(3) a{padding-right:6px}#sec-07 .btn-01:nth-child(4) a{padding-right:20px}.is-mobile #sec-07{display:block;padding-bottom:26.6666666667vw;margin-bottom:0;background-image:url(../../asset/img/sp_bg_07.png);background-repeat:no-repeat;background-position:center center;background-size:100% auto}.is-mobile #sec-07 .txt2{width:84vw}.is-mobile #sec-07 #city{width:90vw;height:105.8666666667vw;padding:0;margin:9.6vw auto 13.3333333333vw;background-image:url(../../asset/img/sp_last.png);background-repeat:no-repeat;background-size:contain}.is-mobile #sec-07 #city #lottie{display:none}.is-mobile #sec-07 .btn-01{margin-bottom:5.3333333333vw}.is-mobile #sec-07 .btn-01:nth-child(1) a{padding-right:2.6666666667vw}.is-mobile #sec-07 .btn-01:nth-child(2) a{padding-right:2.6666666667vw}.is-mobile #sec-07 .btn-01:nth-child(3) a{padding-right:4vw}.is-mobile #sec-07 .btn-01:nth-child(4) a{padding-right:2.4vw}/*!******************************************************************************
 * Copyright (c) 2021. OTOSO -inc. All rights reserved.
 ******************************************************************************//*!******************************************************************************
 * Copyright (c) 2022. OTOSO Inc. All rights reserved.
 ******************************************************************************/#slide{height:950px;margin-bottom:35px}#slide .swiper{width:100%;height:100%}#slide .swiper .swiper-wrapper{transition-timing-function:cubic-bezier(0.165, 0.84, 0.44, 1)}#slide .swiper .swiper-slide{display:flex;align-items:center;justify-content:center;width:1130px;height:100%}#slide .swiper .swiper-nav-holder{position:relative;top:-527px;display:flex;justify-content:space-between;width:1440px;height:90px;margin:0 auto}#slide .swiper .swiper-button-next,#slide .swiper .swiper-button-prev{width:90px;height:90px;background:none;transform-origin:center center}#slide .swiper .swiper-button-next::after,#slide .swiper .swiper-button-prev::after{content:""}#slide .swiper .swiper-button-prev{background-image:url(../../asset/img/btn_arrow_r.png);background-repeat:no-repeat;background-size:contain}#slide .swiper .swiper-button-next{background-image:url(../../asset/img/btn_arrow_l.png);background-repeat:no-repeat;background-size:contain}#slide .swiper .swiper-slide img{position:relative;z-index:1;width:1021px;margin-top:100px;opacity:0}#slide .swiper .tag{position:absolute;top:500px;left:500px;z-index:2;display:block;width:59px;height:77px;background-image:url(../../asset/img/indicator.png);background-repeat:no-repeat;background-size:contain;transform-origin:center bottom;-webkit-transform:translate3d(0, 0, 0);-webkit-backface-visibility:hidden;backface-visibility:hidden;perspective:100px}#slide .swiper .tag-kind-0 .tag:nth-child(1){top:99px;left:299px}#slide .swiper .tag-kind-0 .tag:nth-child(2){top:164px;left:727px}#slide .swiper .tag-kind-0 .tag:nth-child(3){top:558px;left:333px}#slide .swiper .tag-kind-0 .tag:nth-child(4){top:481px;left:704px}#slide .swiper .tag-kind-1 .tag:nth-child(1){top:139px;left:539px}#slide .swiper .tag-kind-1 .tag:nth-child(2){top:230px;left:698px}#slide .swiper .tag-kind-1 .tag:nth-child(3){top:537px;left:293px}#slide .swiper .tag-kind-2 .tag:nth-child(1){top:147px;left:267px}#slide .swiper .tag-kind-2 .tag:nth-child(2){top:101px;left:763px}.is-mobile #slide{height:100vw;margin-bottom:6.6666666667vw}.is-mobile #slide .swiper .swiper-slide{width:100%}.is-mobile #slide .swiper .swiper-nav-holder{top:-100%;align-items:center;width:100%;height:100%;padding-top:7.3333333333vw}.is-mobile #slide .swiper .swiper-button-next,.is-mobile #slide .swiper .swiper-button-prev{position:static;width:9.3333333333vw;height:21.3333333333vw}.is-mobile #slide .swiper .swiper-button-prev{left:0;background-image:url(../../asset/img/sp_btn_arrow_l.png)}.is-mobile #slide .swiper .swiper-button-next{right:0;background-image:url(../../asset/img/sp_btn_arrow_r.png)}.is-mobile #slide .swiper .swiper-slide img{width:95.7333333333vw;margin-top:15.3333333333vw}.is-mobile #slide .swiper .tag{width:10.5333333333vw;height:13.6vw}.is-mobile #slide .swiper .tag-kind-0 .tag:nth-child(1){top:12.8vw;left:24.2666666667vw}.is-mobile #slide .swiper .tag-kind-0 .tag:nth-child(2){top:18.4vw;left:62.9333333333vw}.is-mobile #slide .swiper .tag-kind-0 .tag:nth-child(3){top:55.4666666667vw;left:28vw}.is-mobile #slide .swiper .tag-kind-0 .tag:nth-child(4){top:48vw;left:63.7333333333vw}.is-mobile #slide .swiper .tag-kind-1 .tag:nth-child(1){top:14.4vw;left:45.3333333333vw}.is-mobile #slide .swiper .tag-kind-1 .tag:nth-child(2){top:23.7333333333vw;left:60.2666666667vw}.is-mobile #slide .swiper .tag-kind-1 .tag:nth-child(3){top:52.2666666667vw;left:23.7333333333vw}.is-mobile #slide .swiper .tag-kind-2 .tag:nth-child(1){top:14.9333333333vw;left:20vw}.is-mobile #slide .swiper .tag-kind-2 .tag:nth-child(2){top:11.2vw;left:66.4vw}/*!******************************************************************************
 * Copyright (c) 2021. OTOSO -inc. All rights reserved.
 ******************************************************************************//*!******************************************************************************
 * Copyright (c) 2022. OTOSO Inc. All rights reserved.
 ******************************************************************************/#sec-04 h3{margin-bottom:38px}#sec-04 #numbers{width:100%;overflow:hidden}#sec-04 #numbers ul{display:flex;flex-wrap:wrap;justify-content:space-between;width:1440px;margin:77px auto 0}#sec-04 .panel-02 div{align-items:center;justify-content:normal;width:470px;height:266px;padding-top:29px;margin-bottom:13px;text-align:center}#sec-04 .panel-02 div h5{font-size:2.6rem;font-weight:bold}#sec-04 .panel-02 div .numbers-tx-main{font-family:Outfit,sans-serif;font-weight:700;display:flex;align-items:flex-start;justify-content:center;font-size:9rem;color:#3061ac;letter-spacing:.03em}#sec-04 .panel-02 div .numbers-tx-main span{display:block;text-align:right}#sec-04 .panel-02 div .numbers-tx-main span:nth-child(2){padding-top:16px;margin-left:10px;font-family:"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;font-size:4rem;text-align:left}#sec-04 .panel-02 div .numbers-tx0{font-size:1.8rem;font-weight:bold;color:#3061ac}#sec-04 .panel-02 div .numbers-tx1{font-size:1.4rem;line-height:1.4em}#sec-04 .panel-02:nth-child(1) div .numbers-tx-main{padding:45px 0 0 25px}#sec-04 .panel-02:nth-child(2) div .numbers-tx-main{padding:20px 0 1px 25px}#sec-04 .panel-02:nth-child(2) div .numbers-tx1{padding-top:11px}#sec-04 .panel-02:nth-child(3) div .numbers-tx-main{padding:20px 0 1px 25px}#sec-04 .panel-02:nth-child(3) div .numbers-tx-main span:nth-child(2){padding-top:14px}#sec-04 .panel-02:nth-child(3) div .numbers-tx1{padding-top:11px}#sec-04 .panel-02:nth-child(4) div .numbers-tx-main{padding:20px 0 1px 25px}#sec-04 .panel-02:nth-child(4) div .numbers-tx1{padding-top:11px}#sec-04 .panel-02:nth-child(5) div .numbers-tx-main{padding:28px 0 0 25px}#sec-04 .panel-02:nth-child(5) div .numbers-tx1{margin-top:0}#sec-04 .panel-02:nth-child(6) div .numbers-tx-main{padding:28px 0 0 45px}#sec-04 .panel-02:nth-child(6) div .numbers-tx1{padding-top:0}.is-mobile #sec-04 h3{margin-bottom:0vw}.is-mobile #sec-04 #numbers ul{justify-content:center;width:100%;margin:13.3333333333vw auto 0}.is-mobile #sec-04 #numbers ul li:last-child div{margin-bottom:0}.is-mobile #sec-04 .panel-02 div{width:84vw;height:33.6vw;padding-top:2vw;margin-bottom:4.1333333333vw}.is-mobile #sec-04 .panel-02 div h5{margin-top:4vw;margin-bottom:0vw;font-size:4.2666666667vw}.is-mobile #sec-04 .panel-02 div .numbers-tx-main{font-size:13.3333333333vw}.is-mobile #sec-04 .panel-02 div .numbers-tx-main span:nth-child(2){padding-top:2.4vw;margin-left:1.0666666667vw;font-size:6.1333333333vw}.is-mobile #sec-04 .panel-02 div .numbers-tx0{font-size:3.7333333333vw}.is-mobile #sec-04 .panel-02 div .numbers-tx1{font-size:3.7333333333vw}.is-mobile #sec-04 .panel-02:nth-child(1) div .numbers-tx-main{padding:3.7333333333vw 0 0 1.3333333333vw}.is-mobile #sec-04 .panel-02:nth-child(2) div{height:53.0666666667vw}.is-mobile #sec-04 .panel-02:nth-child(2) div .numbers-tx-main{padding:5.7333333333vw 0 3.4666666667vw 1.3333333333vw}.is-mobile #sec-04 .panel-02:nth-child(2) div .numbers-tx1{padding-top:3.7333333333vw}.is-mobile #sec-04 .panel-02:nth-child(3) div{height:53.0666666667vw}.is-mobile #sec-04 .panel-02:nth-child(3) div .numbers-tx-main{padding:5.7333333333vw 0 3.4666666667vw 1.3333333333vw}.is-mobile #sec-04 .panel-02:nth-child(3) div .numbers-tx-main span:nth-child(2){padding-top:2.4vw}.is-mobile #sec-04 .panel-02:nth-child(3) div .numbers-tx1{padding-top:3.7333333333vw}.is-mobile #sec-04 .panel-02:nth-child(4) div{height:54.4vw}.is-mobile #sec-04 .panel-02:nth-child(4) div .numbers-tx-main{padding:2.6666666667vw 0 2.6666666667vw 3.3333333333vw}.is-mobile #sec-04 .panel-02:nth-child(4) div .numbers-tx1{padding-top:3.3333333333vw}.is-mobile #sec-04 .panel-02:nth-child(5) div{height:57.3333333333vw}.is-mobile #sec-04 .panel-02:nth-child(5) div .numbers-tx-main{padding:3.6vw 0 0 3.3333333333vw}.is-mobile #sec-04 .panel-02:nth-child(5) div .numbers-tx1{padding-top:1.3333333333vw}.is-mobile #sec-04 .panel-02:nth-child(6) div{height:46vw}.is-mobile #sec-04 .panel-02:nth-child(6) div .numbers-tx-main{padding:3.6vw 0 0 6.4vw}.is-mobile #sec-04 .panel-02:nth-child(6) div .numbers-tx1{width:90%;padding-top:0vw}/*!******************************************************************************
 * Copyright (c) 2021. OTOSO -inc. All rights reserved.
 ******************************************************************************//*!******************************************************************************
 * Copyright (c) 2022. OTOSO Inc. All rights reserved.
 ******************************************************************************/#history{position:relative;width:1440px;height:2130px;margin:102px auto 0;background-image:url(../../asset/img/history_back.png);background-repeat:no-repeat;background-size:cover}#history #history-menu{display:none}#history #history-titles{position:absolute;top:-102px}#history #history-titles p{position:absolute;width:196px;font-size:1.8rem;font-weight:bold;color:#3061ac;text-align:center;letter-spacing:.05em;transform-origin:center center}#history #history-titles p:nth-child(1){top:352px;left:288px}#history #history-titles p:nth-child(2){top:590px;left:523px}#history #history-titles p:nth-child(3){top:876px;left:758px;letter-spacing:.02em}#history #history-titles p:nth-child(4){top:984px;left:994px;letter-spacing:-0.05em}#history #history-titles p:nth-child(5){top:944px;left:1229px;letter-spacing:.01em}#history #history-circles{position:absolute;top:-102px}#history #history-circles figure{position:absolute;display:block;transform-origin:center center}#history #history-circles img{width:100%}#history #history-circles #circle0{width:108px}#history #history-circles #circle1,#history #history-circles #circle2,#history #history-circles #circle3,#history #history-circles #circle4,#history #history-circles #circle5{width:87px}#history #circle0{top:68px;left:107px}#history #circle1{top:253px;left:342px}#history #circle2{top:491px;left:577px}#history #circle3{top:778px;left:812px}#history #circle4{top:883px;left:1048px}#history #circle5{top:844px;left:1283px}#history .panel-03{position:absolute;width:160px;padding:13px 12px 13px 14px;font-size:1.5rem;line-height:1.4;letter-spacing:.015em;background-color:rgba(255,255,255,.9);border-radius:12px;box-shadow:0 0 5px 1px rgba(0,0,0,.15);transform-origin:center center}#history .panel-03-l{width:196px}#history .panel-04{position:absolute;display:block}#history .panel-04 .tag{position:absolute;top:-81px;left:69px;z-index:2;display:block;width:59px;height:77px;background-image:url(../../asset/img/indicator.png);background-repeat:no-repeat;background-size:contain;transform-origin:center bottom}#history .panel-04 p{position:absolute;z-index:1;width:196px;padding:53px 20px 13px;overflow:hidden;font-size:1.6rem;line-height:1.4;letter-spacing:.02em;background-color:rgba(255,255,255,.9);border-radius:12px;box-shadow:0 0 5px 1px rgba(0,0,0,.15);transform-origin:center center}#history .panel-04 p::before{position:absolute;top:0;left:0;display:block;width:100%;height:42px;content:"";background-color:#3061ac;background-image:url(../../asset/img/txt_point.png);background-repeat:no-repeat;background-position:center center;background-size:82px 19px;box-shadow:0 0 5px 1px rgba(0,0,0,.15)}#history #history-panels{position:absolute;top:-42px;left:0}#history #history-panels li{position:absolute}#history #history-panels-0{position:absolute;left:86px}#history #history-panels-0 li{left:0}#history #history-panels-0 li:nth-child(1){top:203px}#history #history-panels-0 li:nth-child(2){top:325px}#history #history-panels-0 li:nth-child(3){top:415px}#history #history-panels-0 li:nth-child(4){top:601px}#history #history-panels-0 li:nth-child(5){top:1133px}#history #history-panels-0 li:nth-child(6){top:1741px}#history #history-panels-0 li:nth-child(7){top:1902px}#history #history-panels-1{position:absolute;left:288px}#history #history-panels-1 li{left:0}#history #history-panels-1 li:nth-child(1){top:478px}#history #history-panels-1 li:nth-child(2){top:943px}#history #history-panels-1 li:nth-child(3){top:1558px}#history #history-panels-2{position:absolute;left:523px}#history #history-panels-2 li{left:0}#history #history-panels-2 li:nth-child(1){top:828px}#history #history-panels-2 li:nth-child(2){top:1082px}#history #history-panels-2 li:nth-child(3){top:1685px}#history #history-panels-3{position:absolute;left:758px}#history #history-panels-3 li{left:0}#history #history-panels-3 li:nth-child(1){top:1315px}#history #history-panels-3 li:nth-child(2){top:1723px}#history #history-panels-4{position:absolute;left:994px}#history #history-panels-4 li{left:0}#history #history-panels-4 li:nth-child(1){top:1130px}#history #history-panels-4 li:nth-child(2){top:1439px}#history #history-panels-5{position:absolute;left:1229px}#history #history-panels-5 li{left:0}#history #history-panels-5 li:nth-child(1){top:1071px}#history #history-panels-5 li:nth-child(2){top:1585px}#history #history-panels-5 li:nth-child(3){top:1788px}#history #history-panels-5 li:nth-child(4){top:1976px}.is-mobile #history{position:relative;width:100vw;height:100%;margin:0;background-image:none}.is-mobile #history #history-menu{position:static;display:flex;flex-wrap:wrap;justify-content:space-between;width:92vw;margin:15.7333333333vw auto 0}.is-mobile #history #history-menu a{display:flex;align-items:center;justify-content:center;width:45.3333333333vw;height:14.9333333333vw;margin-bottom:1.4666666667vw;font-size:3.7333333333vw;font-weight:bold;color:#000;text-align:center;letter-spacing:0;background-color:#fff;border:1px solid #f3f3f3;border-radius:1.6vw}.is-mobile #history #history-circles{position:absolute;top:58.1333333333vw;left:0;width:100%}.is-mobile #history #history-circles img{width:100%}.is-mobile #history #history-circles figure{position:static;display:none;margin:0 auto}.is-mobile #history #history-circles #circle0{width:28.8vw}.is-mobile #history #history-circles #circle1,.is-mobile #history #history-circles #circle2,.is-mobile #history #history-circles #circle3,.is-mobile #history #history-circles #circle4,.is-mobile #history #history-circles #circle5{width:23.2vw}.is-mobile #history #history-titles{position:absolute;top:84.5333333333vw;width:100%}.is-mobile #history #history-titles p{position:absolute;top:0;left:0;display:none;width:100%;font-size:4.8vw;color:#3061ac;text-align:center;letter-spacing:0}.is-mobile #history .panel-03{position:absolute;display:flex;align-items:center;width:84vw;padding:0 4vw;font-size:3.7333333333vw;line-height:1.4em;letter-spacing:.015em;background-color:rgba(255,255,255,.9);border-radius:1.6vw;box-shadow:0 0 5px 1px rgba(0,0,0,.15)}.is-mobile #history .panel-04{position:absolute;display:block}.is-mobile #history .panel-04 .tag{top:-12.2666666667vw;left:36.8vw;width:10.5333333333vw;height:13.6vw}.is-mobile #history .panel-04 p{position:absolute;z-index:1;display:flex;align-items:center;width:84vw;height:100%;padding:10.6666666667vw 4vw 0;overflow:auto;font-size:3.7333333333vw;line-height:1.4em;letter-spacing:.02em;background-color:rgba(255,255,255,.9);border-radius:12px;box-shadow:0 0 5px 1px rgba(0,0,0,.15)}.is-mobile #history .panel-04 p::before{position:absolute;top:0;left:0;display:block;width:100%;height:10.6666666667vw;content:"";background-color:#3061ac;background-image:url(../../asset/img/txt_point.png);background-repeat:no-repeat;background-position:center center;background-size:21.8666666667vw 5.0666666667vw;box-shadow:0 0 5px 1px rgba(0,0,0,.15)}.is-mobile #history #history-panels{position:absolute;top:58.1333333333vw;left:0;width:100vw;height:100%}.is-mobile #history #history-panels>div{display:none}.is-mobile #history #history-panels ul{position:relative}.is-mobile #history #history-panels-0{position:static;width:84vw;height:100%;margin:0 auto}.is-mobile #history #history-panels-0 li{position:absolute;left:0}.is-mobile #history #history-panels-0 li:nth-child(1){top:51.4666666667vw;height:17.8666666667vw}.is-mobile #history #history-panels-0 li:nth-child(2){top:91.2vw;height:17.8666666667vw}.is-mobile #history #history-panels-0 li:nth-child(3){top:114.6666666667vw;height:49.8666666667vw}.is-mobile #history #history-panels-0 li:nth-child(4){top:186.6666666667vw;height:17.8666666667vw}.is-mobile #history #history-panels-0 li:nth-child(5){top:234.1333333333vw;height:17.8666666667vw}.is-mobile #history #history-panels-0 li:nth-child(6){top:290.6666666667vw;height:32.5333333333vw}.is-mobile #history #history-panels-0 li:nth-child(7){top:328vw;height:24.5333333333vw}.is-mobile #history #history-panels-1{position:static;width:84vw;height:100%;margin:0 auto}.is-mobile #history #history-panels-1 li{position:absolute;left:0}.is-mobile #history #history-panels-1 li:nth-child(1){top:78.6666666667vw}.is-mobile #history #history-panels-1 li:nth-child(1) a{height:35.8666666667vw}.is-mobile #history #history-panels-1 li:nth-child(2){top:163.2vw}.is-mobile #history #history-panels-1 li:nth-child(2) a{height:40.6666666667vw}.is-mobile #history #history-panels-1 li:nth-child(3){top:266.6666666667vw}.is-mobile #history #history-panels-1 li:nth-child(3) a{height:36.5333333333vw}.is-mobile #history #history-panels-2{position:static;width:84vw;min-height:360.8vw;margin:0 auto}.is-mobile #history #history-panels-2 li{position:absolute;left:0}.is-mobile #history #history-panels-2 li:nth-child(1){top:105.3333333333vw}.is-mobile #history #history-panels-2 li:nth-child(1) a{height:35.8666666667vw}.is-mobile #history #history-panels-2 li:nth-child(2){top:174.6666666667vw}.is-mobile #history #history-panels-2 li:nth-child(2) a{height:30vw}.is-mobile #history #history-panels-2 li:nth-child(3){top:253.3333333333vw}.is-mobile #history #history-panels-2 li:nth-child(3) a{height:36.5333333333vw}.is-mobile #history #history-panels-3{position:static;width:84vw;min-height:360.8vw;margin:0 auto}.is-mobile #history #history-panels-3 li{position:absolute;left:0}.is-mobile #history #history-panels-3 li:nth-child(1){top:133.3333333333vw}.is-mobile #history #history-panels-3 li:nth-child(1) a{height:36vw}.is-mobile #history #history-panels-3 li:nth-child(2){top:201.3333333333vw}.is-mobile #history #history-panels-3 li:nth-child(2) a{height:36.5333333333vw}.is-mobile #history #history-panels-4{position:static;width:84vw;min-height:360.8vw;margin:0 auto}.is-mobile #history #history-panels-4 li{position:absolute;left:0}.is-mobile #history #history-panels-4 li:nth-child(1){top:118.9333333333vw}.is-mobile #history #history-panels-4 li:nth-child(1) a{height:42.1333333333vw}.is-mobile #history #history-panels-4 li:nth-child(2){top:193.8666666667vw}.is-mobile #history #history-panels-4 li:nth-child(2) a{height:36.5333333333vw}.is-mobile #history #history-panels-5{position:static;width:84vw;min-height:360.8vw;margin:0 auto}.is-mobile #history #history-panels-5 li{position:absolute;left:0}.is-mobile #history #history-panels-5 li:nth-child(1){top:119.4666666667vw}.is-mobile #history #history-panels-5 li:nth-child(1) a{height:36.8vw}.is-mobile #history #history-panels-5 li:nth-child(2){top:204.8vw}.is-mobile #history #history-panels-5 li:nth-child(2) a{height:36.5333333333vw}.is-mobile #history #history-panels-5 li:nth-child(3){top:273.8666666667vw}.is-mobile #history #history-panels-5 li:nth-child(3) a{height:48.4vw}.is-mobile #history #history-panels-5 li:nth-child(4){top:326.6666666667vw;height:24.5333333333vw}.is-mobile #history.current0 #history-menu a:nth-child(1){color:#fff;background-color:#3061ac;border:none}.is-mobile #history.current0 #history-circles figure:nth-child(1){display:block}.is-mobile #history.current0 #history-panels{background-image:url(../../asset/img/sp_history_back0.png);background-repeat:no-repeat;background-size:100% auto}.is-mobile #history.current0 #history-panels-0{display:block}.is-mobile #history.current1 #history-menu a:nth-child(2){color:#fff;background-color:#3061ac;border:none}.is-mobile #history.current1 #history-circles figure:nth-child(2){display:block}.is-mobile #history.current1 #history-titles p:nth-child(1){display:block}.is-mobile #history.current1 #history-panels{background-image:url(../../asset/img/sp_history_back1.png);background-repeat:no-repeat;background-size:100% auto}.is-mobile #history.current1 #history-panels-1{display:block}.is-mobile #history.current2 #history-menu a:nth-child(3){color:#fff;background-color:#3061ac;border:none}.is-mobile #history.current2 #history-circles figure:nth-child(3){display:block}.is-mobile #history.current2 #history-titles p:nth-child(2){display:block}.is-mobile #history.current2 #history-panels{background-image:url(../../asset/img/sp_history_back2.png);background-repeat:no-repeat;background-size:100% auto}.is-mobile #history.current2 #history-panels-2{display:block}.is-mobile #history.current3 #history-menu a:nth-child(4){color:#fff;background-color:#3061ac;border:none}.is-mobile #history.current3 #history-circles figure:nth-child(4){display:block}.is-mobile #history.current3 #history-titles p:nth-child(3){display:block}.is-mobile #history.current3 #history-panels{background-image:url(../../asset/img/sp_history_back3.png);background-repeat:no-repeat;background-size:100% auto}.is-mobile #history.current3 #history-panels-3{display:block}.is-mobile #history.current4 #history-menu a:nth-child(5){color:#fff;background-color:#3061ac;border:none}.is-mobile #history.current4 #history-circles figure:nth-child(5){display:block}.is-mobile #history.current4 #history-titles p:nth-child(4){display:block}.is-mobile #history.current4 #history-panels{background-image:url(../../asset/img/sp_history_back4.png);background-repeat:no-repeat;background-size:100% auto}.is-mobile #history.current4 #history-panels-4{display:block}.is-mobile #history.current5 #history-menu a:nth-child(6){color:#fff;background-color:#3061ac;border:none}.is-mobile #history.current5 #history-circles figure:nth-child(6){display:block}.is-mobile #history.current5 #history-panels{background-image:url(../../asset/img/sp_history_back5.png);background-repeat:no-repeat;background-size:100% auto}.is-mobile #history.current5 #history-titles p:nth-child(5){display:block}.is-mobile #history.current5 #history-panels-5{display:block}/*!******************************************************************************
 * Copyright (c) 2021. OTOSO -inc. All rights reserved.
 ******************************************************************************//*!******************************************************************************
 * Copyright (c) 2021-2022. OTOSO Inc. All rights reserved.
 ******************************************************************************/.fancybox__content{padding:0;background:transparent !important;overflow-x:hidden !important}.fancybox__spinner{display:none}#fancybox-outer,#fancybox-content{background:transparent !important}.fancybox__content{transform:scale(1);opacity:1;transition:all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);justify-content:center;transform-origin:center center}.is-mobile .fancybox__content{width:100% !important}.fancybox__slide{padding:0 50px 0;justify-content:center}.is-mobile .fancybox__slide{padding:0 4vw 0}iframe{opacity:1}body.is-loading .fancybox__content{opacity:0;transform:scale(0.5);transition:opacity 0s linear}body.is-loading iframe{opacity:0}body.is-loading #modal #modal-loader{display:flex;align-items:center;justify-content:center}body.is-loading #modal header{display:none}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{height:auto}#modal #modal-loader{position:fixed;top:0;left:0;display:none;width:100%;height:100%;overflow:hidden}#modal #modal-loader img{width:50px}#modal header{position:relative;display:flex;align-items:center;justify-content:center;width:700px;min-width:0;height:75px;min-height:75px;background-color:#3061ac;border-radius:10px 10px 0 0}#modal header img{display:inline;height:29px}#modal header a{position:absolute;top:21.5px;right:26px;width:32px;height:32px;background-image:url(../../asset/img/btn_close.png);background-size:contain;overflow:hidden;text-indent:100%;white-space:nowrap}#modal header #modal-title{display:none}#modal header.jsr #modal-title{display:block;font-size:3rem;font-weight:bold;color:#fff;letter-spacing:.02em}#modal header.jsr>img{display:none}#modal iframe{min-width:100%;border-radius:0 0 10px 10px}#modal>header{display:none}.is-mobile #modal #modal-loader img{width:13.3333333333vw}.is-mobile #modal header{width:100%;height:19.2vw;min-height:19.2vw}.is-mobile #modal header img{display:inline;height:5.8666666667vw}.is-mobile #modal header a{top:5.3333333333vw;right:2.6666666667vw;width:8.5333333333vw;height:8.5333333333vw}.is-mobile #modal header.jsr #modal-title{font-size:5.3333333333vw}.is-mobile #modal header.jsr>img{display:none}/*!******************************************************************************
 * Copyright (c) 2021. OTOSO -inc. All rights reserved.
 ******************************************************************************//*!******************************************************************************
 * Copyright (c) 2021-2022. OTOSO Inc. All rights reserved.
 ******************************************************************************/body{overflow:auto}body #page-loader{position:fixed;top:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#fff;opacity:0;transition:opacity .5s;pointer-events:none;cursor:default}body.loading{overflow:hidden}body.loading #page-loader{-webkit-transform:translate3d(0, 0, 0);-webkit-backface-visibility:hidden;backface-visibility:hidden;perspective:100px;opacity:1;transition:opacity .5s}.flower-spinner,.flower-spinner *{box-sizing:border-box}.flower-spinner{display:flex;flex-direction:row;align-items:center;justify-content:center;width:70px;height:70px}.flower-spinner .dots-container{width:10px;height:10px}.flower-spinner .smaller-dot{width:100%;height:100%;background:#3061ac;border-radius:50%;-webkit-animation:flower-spinner-smaller-dot-animation 2.5s 0s infinite both;animation:flower-spinner-smaller-dot-animation 2.5s 0s infinite both}.flower-spinner .bigger-dot{width:100%;height:100%;padding:10%;background:#3061ac;border-radius:50%;-webkit-animation:flower-spinner-bigger-dot-animation 2.5s 0s infinite both;animation:flower-spinner-bigger-dot-animation 2.5s 0s infinite both}@-webkit-keyframes flower-spinner-bigger-dot-animation{0%,100%{box-shadow:#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0}50%{transform:rotate(180deg)}25%,75%{box-shadow:#3061ac 26px 0 0,#3061ac -26px 0 0,#3061ac 0 26px 0,#3061ac 0 -26px 0,#3061ac 19px -19px 0,#3061ac 19px 19px 0,#3061ac -19px -19px 0,#3061ac -19px 19px 0}100%{box-shadow:#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0;transform:rotate(360deg)}}@keyframes flower-spinner-bigger-dot-animation{0%,100%{box-shadow:#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0}50%{transform:rotate(180deg)}25%,75%{box-shadow:#3061ac 26px 0 0,#3061ac -26px 0 0,#3061ac 0 26px 0,#3061ac 0 -26px 0,#3061ac 19px -19px 0,#3061ac 19px 19px 0,#3061ac -19px -19px 0,#3061ac -19px 19px 0}100%{box-shadow:#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0;transform:rotate(360deg)}}@-webkit-keyframes flower-spinner-smaller-dot-animation{0%,100%{box-shadow:#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0}25%,75%{box-shadow:#3061ac 14px 0 0,#3061ac -14px 0 0,#3061ac 0 14px 0,#3061ac 0 -14px 0,#3061ac 10px -10px 0,#3061ac 10px 10px 0,#3061ac -10px -10px 0,#3061ac -10px 10px 0}100%{box-shadow:#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0}}@keyframes flower-spinner-smaller-dot-animation{0%,100%{box-shadow:#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0}25%,75%{box-shadow:#3061ac 14px 0 0,#3061ac -14px 0 0,#3061ac 0 14px 0,#3061ac 0 -14px 0,#3061ac 10px -10px 0,#3061ac 10px 10px 0,#3061ac -10px -10px 0,#3061ac -10px 10px 0}100%{box-shadow:#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0,#3061ac 0 0 0}}/*!******************************************************************************
 * Copyright (c) 2021. OTOSO -inc. All rights reserved.
 ******************************************************************************//*!******************************************************************************
 * Copyright (c) 2022. OTOSO Inc. All rights reserved.
 ******************************************************************************/body.en{font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue",Helvetica,Arial,sans-serif}body.en header #logo{top:30px;left:26.5px;width:256.5px}body.en header #head-menu0{display:flex;align-items:center}body.en header #head-menu0 li{display:flex;align-items:center;height:1.2em;padding:2px 18px 2px 17px;font-size:1.4rem;text-align:center}body.en.is-mobile header #logo{top:2.6666666667vw;left:4vw;width:42.9333333333vw}body.en.is-mobile header #head-menu0{display:block}body.en.is-mobile header #head-menu0 li{display:block;height:auto;padding:0;font-size:4.8vw;text-align:center;border-right:none;border-bottom:.2666666667vw solid #e5e6e5}body.en.is-mobile header #head-menu0 li a{padding:6.2666666667vw 0}body.en.is-mobile header #head-menu1 li a::after{width:10.1333333333vw}body.en .stitle-num{margin-bottom:20px}body.en.is-mobile .stitle-num{margin:-1.3333333333vw 0 3.2vw}body.en h3{height:1.2em;font-size:4.4rem;font-weight:bold;letter-spacing:.01em}body.en.is-mobile h3{display:block;width:100%;height:auto;padding:0 4vw;overflow:visible;font-size:6.1333333333vw;line-height:1.2em}body.en h4{margin-bottom:30px;font-size:3.5rem;letter-spacing:.01em}body.en.is-mobile h4{margin-bottom:5.3333333333vw;font-size:4.6666666667vw}body.en .txt0{font-size:2.3rem;line-height:1.6em;letter-spacing:.02em}body.en.is-mobile .txt0{padding:0 7.6vw;font-size:4vw;letter-spacing:.01em}body.en .txt1{font-size:1.85rem;line-height:1.6em;letter-spacing:.01em}body.en.is-mobile .txt1{padding:0 7.6vw;font-size:3.7333333333vw;letter-spacing:.01em}body.en .txt2{margin:27px auto 0;font-size:2.2rem;line-height:1.6em;letter-spacing:.03em}body.en.is-mobile .txt2{width:82.6666666667vw;padding-left:0;margin:8vw auto 0;font-size:4.2666666667vw;line-height:1.54em;letter-spacing:.01em}body.en .txt-caution{padding-top:0;font-size:1.6rem}body.en .btn-01 a{padding-top:0;font-size:2rem}body.en.is-mobile .btn-01{width:70.6666666667vw;height:16vw}body.en.is-mobile .btn-01 a{padding-top:0;font-size:4.8vw;letter-spacing:-0.01em}body.en #sec-01 .panels{margin:67px 0 80px}body.en #sec-01 .panel-01 div{padding:35px 0 30px;margin:0 auto 40px}body.en #sec-01 .btn-01 a{padding-right:28px}body.en.is-mobile #sec-01 .panels{margin:12vw 0 13.6vw}body.en.is-mobile #sec-01 .panel-01 div{width:84vw;padding:0;margin:0 auto 8vw}body.en.is-mobile #sec-01 .btn-01 a{padding-right:4vw}body.en #sec-02 .panels{margin:70px 0 80px}body.en #sec-02 .panel-01 div{padding:36px 0 34px;margin:0 auto 40px}body.en #sec-02 .btn-01 a{padding-right:32px}body.en.is-mobile #sec-02 .panels{margin:13.3333333333vw 0 13.0666666667vw}body.en.is-mobile #sec-02 .panel-01 div{width:84vw;padding:0;margin:0 auto 8vw}body.en.is-mobile #sec-02 .btn-01 a{padding-right:6.9333333333vw}body.en #sec-03{margin-bottom:280px}body.en.is-mobile #sec-03{padding-bottom:18.8vw;margin-bottom:0}body.en.is-mobile #sec-03 h3{margin-bottom:0vw}body.en #sec-06 .panels{margin:52px auto 40px}body.en #sec-06 .panel-05 div{padding:54px 0 50px}body.en #sec-06 .panel-05:nth-child(1) .txt4{width:385px}body.en #sec-06 .panel-05:nth-child(1) figure{padding:34px 0 0}body.en #sec-06 .panel-05:nth-child(1) figure img{width:359.5px}body.en #sec-06 .panel-05:nth-child(2) .txt4{width:342.5px}body.en #sec-06 .panel-05:nth-child(2) figure{padding:25px 5px 0 0}body.en #sec-06 .panel-05:nth-child(2) figure img{width:371px}body.en #sec-06 h4{margin-bottom:24px;letter-spacing:0}body.en #sec-06 .txt4{font-size:1.55rem;line-height:1.65em}body.en #sec-06 .btn-01:nth-child(1){width:345px}body.en #sec-06 .btn-01:nth-child(1) a{padding-right:30px}body.en.is-mobile #sec-06 .panels{margin:14.4vw 0 13.3333333333vw}body.en.is-mobile #sec-06 .txt2{margin:10.6666666667vw auto 0;letter-spacing:.03em}body.en.is-mobile #sec-06 .panel-05 div{padding:7.7333333333vw 0 0;margin:0 auto 4vw}body.en.is-mobile #sec-06 .panel-05:nth-child(1) .txt4{width:73.3333333333vw}body.en.is-mobile #sec-06 .panel-05:nth-child(1) figure{padding:5.8666666667vw 0 0 1.3333333333vw;text-align:center}body.en.is-mobile #sec-06 .panel-05:nth-child(1) figure img{width:60.8vw}body.en.is-mobile #sec-06 .panel-05:nth-child(2) .txt4{width:73.3333333333vw}body.en.is-mobile #sec-06 .panel-05:nth-child(2) figure{padding:5.3333333333vw 0 0 0vw;text-align:center}body.en.is-mobile #sec-06 .panel-05:nth-child(2) figure img{width:70vw}body.en.is-mobile #sec-06 h4{margin-bottom:3.7333333333vw;letter-spacing:0}body.en.is-mobile #sec-06 .txt4{width:100%;margin:0 auto;font-size:4vw;line-height:1.6em;text-align:center}body.en.is-mobile #sec-06 .btn-01:nth-child(1){width:70.6666666667vw;height:16vw;margin-bottom:0}body.en.is-mobile #sec-06 .btn-01:nth-child(1) a{padding-right:2.6666666667vw;text-align:center}body.en #sec-07{margin-bottom:180px}body.en #sec-07 .txt2{width:770px;font-size:2.2rem}body.en #sec-07 #city{padding:60px 0 28px}body.en #sec-07 .btn-01{margin-bottom:30px}body.en #sec-07 .btn-01:nth-child(1) a{padding-right:22px}body.en #sec-07 .btn-01:nth-child(2) a{padding-right:33px}body.en #sec-07 .btn-01:nth-child(3) a{padding-right:14px}body.en.is-mobile #sec-07{padding-bottom:26.6666666667vw;margin-bottom:0}body.en.is-mobile #sec-07 .txt2{width:84vw;font-size:4.2666666667vw}body.en.is-mobile #sec-07 #city{padding:0}body.en.is-mobile #sec-07 .btn-01{margin-bottom:5.3333333333vw}body.en.is-mobile #sec-07 .btn-01:nth-child(1) a{padding-right:6.6666666667vw}body.en.is-mobile #sec-07 .btn-01:nth-child(2) a{padding-right:6.6666666667vw}body.en.is-mobile #sec-07 .btn-01:nth-child(3) a{padding-right:4vw}/*!******************************************************************************
 * Copyright (c) 2021. OTOSO -inc. All rights reserved.
 ******************************************************************************//*!******************************************************************************
 * Copyright (c) 2022. OTOSO Inc. All rights reserved.
 ******************************************************************************/body.en #history{margin:157px auto 0}body.en #history #history-titles p{font-size:1.95rem;line-height:1.1em;color:#3061ac;text-align:center;letter-spacing:.04em}body.en #history #history-titles p:nth-child(1){top:352px;left:288px}body.en #history #history-titles p:nth-child(2){top:564px;left:523px}body.en #history #history-titles p:nth-child(3){top:885px;left:758px;letter-spacing:.04em}body.en #history #history-titles p:nth-child(4){top:998px;left:994px;letter-spacing:.04em}body.en #history #history-titles p:nth-child(5){top:938px;left:1229px;letter-spacing:.04em}body.en #history #circle0{top:68px;left:107px}body.en #history #circle1{top:256px;left:342px}body.en #history #circle2{top:471px;left:577px}body.en #history #circle3{top:790px;left:812px}body.en #history #circle4{top:904px;left:1048px}body.en #history #circle5{top:843px;left:1283px}body.en #history .panel-03{padding:12px 12px 12px 14px;font-size:1.45rem;line-height:1.3em;letter-spacing:.015em}body.en #history .panel-04 p{padding:51px 14px 11px;font-size:1.5rem;line-height:1.3em;letter-spacing:0}body.en #history #history-panels-0{position:absolute;left:86px}body.en #history #history-panels-0 li{left:0}body.en #history #history-panels-0 li:nth-child(1){top:163px}body.en #history #history-panels-0 li:nth-child(2){top:272px}body.en #history #history-panels-0 li:nth-child(3){top:381px}body.en #history #history-panels-0 li:nth-child(4){top:693px}body.en #history #history-panels-0 li:nth-child(5){top:1133px}body.en #history #history-panels-0 li:nth-child(6){top:1610px}body.en #history #history-panels-0 li:nth-child(7){top:1862px}body.en #history #history-panels-1{position:absolute;left:288px}body.en #history #history-panels-1 li{left:0}body.en #history #history-panels-1 li:nth-child(1){top:478px}body.en #history #history-panels-1 li:nth-child(2){top:943px}body.en #history #history-panels-1 li:nth-child(3){top:1558px}body.en #history #history-panels-2{position:absolute;left:523px}body.en #history #history-panels-2 li{left:0}body.en #history #history-panels-2 li:nth-child(1){top:828px}body.en #history #history-panels-2 li:nth-child(2){top:1082px}body.en #history #history-panels-2 li:nth-child(3){top:1685px}body.en #history #history-panels-3{position:absolute;left:758px}body.en #history #history-panels-3 li{left:0}body.en #history #history-panels-3 li:nth-child(1){top:1315px}body.en #history #history-panels-3 li:nth-child(2){top:1723px}body.en #history #history-panels-4{position:absolute;left:994px}body.en #history #history-panels-4 li{left:0}body.en #history #history-panels-4 li:nth-child(1){top:1130px}body.en #history #history-panels-4 li:nth-child(2){top:1439px}body.en #history #history-panels-5{position:absolute;left:1229px}body.en #history #history-panels-5 li{left:0}body.en #history #history-panels-5 li:nth-child(1){top:1071px}body.en #history #history-panels-5 li:nth-child(2){top:1598px}body.en #history #history-panels-5 li:nth-child(3){top:1812px}body.en #history #history-panels-5 li:nth-child(4){top:2006px}body.en.is-mobile #history{margin:-.5333333333vw 0 0 0}body.en.is-mobile #history #history-menu a{font-size:4.2666666667vw}body.en.is-mobile #history #history-titles{top:84vw}body.en.is-mobile #history #history-titles p{position:absolute;top:0;left:0;display:none;width:100%;font-size:5.2vw;color:#3061ac;text-align:center;letter-spacing:0}body.en.is-mobile #history .panel-03{padding:0 4vw;font-size:4vw;letter-spacing:.015em}body.en.is-mobile #history .panel-04 p{padding:10.6666666667vw 4vw 0;font-size:4vw;line-height:1.4em;letter-spacing:.02em}body.en.is-mobile #history #history-panels-0{position:static;width:84vw;height:100%;margin:0 auto}body.en.is-mobile #history #history-panels-0 li{position:absolute;left:0}body.en.is-mobile #history #history-panels-0 li:nth-child(1){top:51.4666666667vw;height:17.8666666667vw}body.en.is-mobile #history #history-panels-0 li:nth-child(2){top:91.2vw;height:17.8666666667vw}body.en.is-mobile #history #history-panels-0 li:nth-child(3){top:114.6666666667vw;height:49.8666666667vw}body.en.is-mobile #history #history-panels-0 li:nth-child(4){top:186.6666666667vw;height:17.8666666667vw}body.en.is-mobile #history #history-panels-0 li:nth-child(5){top:234.1333333333vw;height:17.8666666667vw}body.en.is-mobile #history #history-panels-0 li:nth-child(6){top:290.6666666667vw;height:32.5333333333vw}body.en.is-mobile #history #history-panels-0 li:nth-child(7){top:328vw;height:24.5333333333vw}body.en.is-mobile #history #history-panels-1{position:static;width:84vw;height:100%;margin:0 auto}body.en.is-mobile #history #history-panels-1 li{position:absolute;left:0}body.en.is-mobile #history #history-panels-1 li:nth-child(1){top:78.6666666667vw}body.en.is-mobile #history #history-panels-1 li:nth-child(1) a{height:35.8666666667vw}body.en.is-mobile #history #history-panels-1 li:nth-child(2){top:163.2vw}body.en.is-mobile #history #history-panels-1 li:nth-child(2) a{height:40.6666666667vw}body.en.is-mobile #history #history-panels-1 li:nth-child(3){top:266.6666666667vw}body.en.is-mobile #history #history-panels-1 li:nth-child(3) a{height:36.5333333333vw}body.en.is-mobile #history #history-panels-2{position:static;width:84vw;min-height:360.8vw;margin:0 auto}body.en.is-mobile #history #history-panels-2 li{position:absolute;left:0}body.en.is-mobile #history #history-panels-2 li:nth-child(1){top:105.3333333333vw}body.en.is-mobile #history #history-panels-2 li:nth-child(1) a{height:35.8666666667vw}body.en.is-mobile #history #history-panels-2 li:nth-child(2){top:174.6666666667vw}body.en.is-mobile #history #history-panels-2 li:nth-child(2) a{height:30vw}body.en.is-mobile #history #history-panels-2 li:nth-child(3){top:253.3333333333vw}body.en.is-mobile #history #history-panels-2 li:nth-child(3) a{height:36.5333333333vw}body.en.is-mobile #history #history-panels-3{position:static;width:84vw;min-height:360.8vw;margin:0 auto}body.en.is-mobile #history #history-panels-3 li{position:absolute;left:0}body.en.is-mobile #history #history-panels-3 li:nth-child(1){top:133.3333333333vw}body.en.is-mobile #history #history-panels-3 li:nth-child(1) a{height:36vw}body.en.is-mobile #history #history-panels-3 li:nth-child(2){top:201.3333333333vw}body.en.is-mobile #history #history-panels-3 li:nth-child(2) a{height:36.5333333333vw}body.en.is-mobile #history #history-panels-4{position:static;width:84vw;min-height:360.8vw;margin:0 auto}body.en.is-mobile #history #history-panels-4 li{position:absolute;left:0}body.en.is-mobile #history #history-panels-4 li:nth-child(1){top:118.9333333333vw}body.en.is-mobile #history #history-panels-4 li:nth-child(1) a{height:42.1333333333vw}body.en.is-mobile #history #history-panels-4 li:nth-child(2){top:193.8666666667vw}body.en.is-mobile #history #history-panels-4 li:nth-child(2) a{height:36.5333333333vw}body.en.is-mobile #history #history-panels-5{position:static;width:84vw;min-height:360.8vw;margin:0 auto}body.en.is-mobile #history #history-panels-5 li{position:absolute;left:0}body.en.is-mobile #history #history-panels-5 li:nth-child(1){top:119.4666666667vw}body.en.is-mobile #history #history-panels-5 li:nth-child(1) a{height:36.8vw}body.en.is-mobile #history #history-panels-5 li:nth-child(2){top:204.8vw}body.en.is-mobile #history #history-panels-5 li:nth-child(2) a{height:36.5333333333vw}body.en.is-mobile #history #history-panels-5 li:nth-child(3){top:273.8666666667vw}body.en.is-mobile #history #history-panels-5 li:nth-child(3) a{height:48.4vw}body.en.is-mobile #history #history-panels-5 li:nth-child(4){top:326.6666666667vw;height:26.6666666667vw}/*!******************************************************************************
 * Copyright (c) 2021. OTOSO -inc. All rights reserved.
 ******************************************************************************//*!******************************************************************************
 * Copyright (c) 2022. OTOSO Inc. All rights reserved.
 ******************************************************************************/body.en #sec-title-01,body.en #sec-title-02,body.en #sec-title-03{position:relative;z-index:100;display:flex;align-items:center;justify-content:center;width:100%;min-width:1440px;overflow:hidden}body.en #sec-title-01 img,body.en #sec-title-02 img,body.en #sec-title-03 img{transform:scale(0.5);transform-origin:center center}body.en #sec-title-01 div,body.en #sec-title-02 div,body.en #sec-title-03 div{position:relative;display:flex;width:800px;transform-origin:center center;perspective:600px;transform-style:preserve-3d}body.en.is-mobile #sec-title-01,body.en.is-mobile #sec-title-02,body.en.is-mobile #sec-title-03{min-width:auto;margin-left:0}body.en.is-mobile #sec-title-01 div,body.en.is-mobile #sec-title-02 div,body.en.is-mobile #sec-title-03 div{width:100%}body.en.is-mobile #sec-title-01 div img,body.en.is-mobile #sec-title-02 div img,body.en.is-mobile #sec-title-03 div img{display:none}body.en #sec-title-01{height:865px;padding-bottom:5px}body.en #sec-title-01 div img:nth-child(1){margin:4px 0 0 27px}body.en #sec-title-01 div img:nth-child(2){margin:6px 0 0 -22px}body.en #sec-title-01 div img:nth-child(3){margin:5px 0 0 -29px}body.en #sec-title-01 div img:nth-child(4){margin:19px 0 0 -13px}body.en #sec-title-01 div img:nth-child(5){margin:9px 0 0 -23px}body.en #sec-title-01 div img:nth-child(6){margin:19px 0 0 -9px}body.en #sec-title-01 div img:nth-child(7){margin:35px 0 0 -13px}body.en #sec-title-01 div img:nth-child(8){margin:4px 0 0 -14px}body.en #sec-title-01 div img:nth-child(9){margin:19px 0 0 -14px}body.en #sec-title-01 div img:nth-child(10){margin:17px 0 0 -28px}body.en #sec-title-01 div img:nth-child(11){margin:18px 0 0 -27px}body.en #sec-title-01 div img:nth-child(12){margin:19px 0 0 -31px}body.en.is-mobile #sec-title-01{display:flex;height:93.3333333333vw;background-image:url(../../asset/img/sp_title_bg_01.png);background-repeat:no-repeat;background-size:contain}body.en.is-mobile #sec-title-01 div{height:8.9333333333vw;margin-top:2vw;margin-left:0;background-image:url(../../asset/img/sp_en_title_01.png);background-repeat:no-repeat;background-position:center center;background-size:contain}body.en #sec-title-02{height:1055px;padding-top:70px}body.en #sec-title-02 div img:nth-child(1){margin:4px 0 0 -13px}body.en #sec-title-02 div img:nth-child(2){margin:6px 0 0 -22px}body.en #sec-title-02 div img:nth-child(3){margin:5px 0 0 -29px}body.en #sec-title-02 div img:nth-child(4){margin:3px 0 0 -8px}body.en #sec-title-02 div img:nth-child(5){margin:17px 0 0 -32px}body.en #sec-title-02 div img:nth-child(6){margin:17px 0 0 -35px}body.en #sec-title-02 div img:nth-child(7){margin:2px 0 0 -30px}body.en #sec-title-02 div img:nth-child(8){margin:5px 0 0 -18px}body.en #sec-title-02 div img:nth-child(9){margin:18px 0 0 -15px}body.en #sec-title-02 div img:nth-child(10){margin:33px 0 0 -30px}body.en #sec-title-02 div img:nth-child(11){margin:2px 0 0 -9px}body.en #sec-title-02 div img:nth-child(12){margin:17px 0 0 -33px}body.en #sec-title-02 div img:nth-child(13){margin:17px 0 0 -29px}body.en #sec-title-02 div img:nth-child(14){margin:1px 0 0 -29px}body.en.is-mobile #sec-title-02{display:flex;height:93.0666666667vw;padding-top:0;background-image:url(../../asset/img/sp_title_bg_02.png);background-repeat:no-repeat;background-size:contain}body.en.is-mobile #sec-title-02 div{height:9.0666666667vw;margin-top:1.0666666667vw;margin-left:0;background-image:url(../../asset/img/sp_en_title_02.png);background-repeat:no-repeat;background-position:center center;background-size:contain}body.en #sec-title-03{height:1091px;padding-top:172px}body.en #sec-title-03 div img:nth-child(1){margin:4px 0 0 -40px}body.en #sec-title-03 div img:nth-child(2){margin:6px 0 0 -22px}body.en #sec-title-03 div img:nth-child(3){margin:5px 0 0 -29px}body.en #sec-title-03 div img:nth-child(4){margin:3px 0 0 -8px}body.en #sec-title-03 div img:nth-child(5){margin:17px 0 0 -32px}body.en #sec-title-03 div img:nth-child(6){margin:17px 0 0 -35px}body.en #sec-title-03 div img:nth-child(7){margin:2px 0 0 -30px}body.en #sec-title-03 div img:nth-child(8){margin:5px 0 0 -18px}body.en #sec-title-03 div img:nth-child(9){margin:18px 0 0 -15px}body.en #sec-title-03 div img:nth-child(10){margin:33px 0 0 -30px}body.en #sec-title-03 div img:nth-child(11){margin:2px 0 0 -19px}body.en #sec-title-03 div img:nth-child(12){margin:1px 0 0 -38px}body.en #sec-title-03 div img:nth-child(13){margin:17px 0 0 -29px}body.en #sec-title-03 div img:nth-child(14){margin:17px 0 0 -33px}body.en #sec-title-03 div img:nth-child(15){margin:1px 0 0 -31px}body.en.is-mobile #sec-title-03{display:flex;height:92.8vw;padding-top:0;background-image:url(../../asset/img/sp_title_bg_03.png);background-repeat:no-repeat;background-size:contain}body.en.is-mobile #sec-title-03 div{height:9.0666666667vw;margin-left:0;background-image:url(../../asset/img/sp_en_title_03.png);background-repeat:no-repeat;background-position:center center;background-size:contain}/*!******************************************************************************
 * Copyright (c) 2021. OTOSO -inc. All rights reserved.
 ******************************************************************************//*!******************************************************************************
 * Copyright (c) 2022. OTOSO Inc. All rights reserved.
 ******************************************************************************/body.en #sec-04 h3{margin-bottom:26px}body.en #sec-04 .panel-02 div{padding-top:31px}body.en #sec-04 .panel-02 div h5{font-size:2.4rem}body.en #sec-04 .panel-02 div .numbers-tx-main span:nth-child(2){padding-top:16px;margin-left:10px;font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue",Helvetica,Arial,sans-serif;line-height:1em;text-align:left;letter-spacing:.02em}body.en #sec-04 .panel-02 div .numbers-tx0{font-size:1.6rem;line-height:1.3em}body.en #sec-04 .panel-02 div .numbers-tx1{font-size:1.4rem;line-height:1.4em}body.en #sec-04 .panel-02:nth-child(1) div .numbers-tx-main{padding:45px 0 0}body.en #sec-04 .panel-02:nth-child(2) div .numbers-tx-main{padding:20px 0 18px 40px}body.en #sec-04 .panel-02:nth-child(2) div .numbers-tx-main span:nth-child(2){padding-top:56px;margin-left:5px;font-size:2.3rem;line-height:1em}body.en #sec-04 .panel-02:nth-child(2) div .numbers-tx1{padding-top:8px}body.en #sec-04 .panel-02:nth-child(3) div .numbers-tx-main{padding:12px 0}body.en #sec-04 .panel-02:nth-child(3) div .numbers-tx-main span:nth-child(2){padding-top:14px}body.en #sec-04 .panel-02:nth-child(3) div .numbers-tx1{padding-top:6px}body.en #sec-04 .panel-02:nth-child(4) div .numbers-tx-main{padding:14px 0 12px 25px}body.en #sec-04 .panel-02:nth-child(4) div .numbers-tx-main span:nth-child(2){padding-top:30px;margin-left:9px;font-size:2.3rem;line-height:1.1em}body.en #sec-04 .panel-02:nth-child(4) div .numbers-tx1{padding-top:8px}body.en #sec-04 .panel-02:nth-child(5) div .numbers-tx-main{padding:14px 0 6px 36px}body.en #sec-04 .panel-02:nth-child(5) div .numbers-tx-main span:nth-child(2){padding-top:30px;margin-left:9px;font-size:2.3rem;line-height:1.1em}body.en #sec-04 .panel-02:nth-child(5) div .numbers-tx1{padding-top:0}body.en #sec-04 .panel-02:nth-child(6) div .numbers-tx-main{padding:12px 0 0 22px}body.en #sec-04 .panel-02:nth-child(6) div .numbers-tx-main span:nth-child(2){padding-top:41px;line-height:1em}body.en #sec-04 .panel-02:nth-child(6) div .numbers-tx1{padding-top:10px}body.en.is-mobile #sec-04 h3{margin-bottom:-0.8vw}body.en.is-mobile #sec-04 .panel-02 div{padding-top:2vw;margin-bottom:4.1333333333vw}body.en.is-mobile #sec-04 .panel-02 div h5{margin-top:3.6vw;margin-bottom:0vw;font-size:4.5333333333vw}body.en.is-mobile #sec-04 .panel-02 div .numbers-tx-main{font-size:13.3333333333vw}body.en.is-mobile #sec-04 .panel-02 div .numbers-tx-main span:nth-child(2){padding-top:0vw;margin-left:1.0666666667vw;font-size:6.1333333333vw}body.en.is-mobile #sec-04 .panel-02 div .numbers-tx0{font-size:4vw}body.en.is-mobile #sec-04 .panel-02 div .numbers-tx1{font-size:4vw;line-height:1.3em}body.en.is-mobile #sec-04 .panel-02:nth-child(1) div .numbers-tx-main{padding:3.2vw 0 0 1.3333333333vw}body.en.is-mobile #sec-04 .panel-02:nth-child(2) div .numbers-tx-main{padding:3.2vw 0 2.6666666667vw 1.3333333333vw}body.en.is-mobile #sec-04 .panel-02:nth-child(2) div .numbers-tx-main span:nth-child(2){padding-top:6.4vw;font-size:5.0666666667vw}body.en.is-mobile #sec-04 .panel-02:nth-child(2) div .numbers-tx1{padding-top:2.1333333333vw}body.en.is-mobile #sec-04 .panel-02:nth-child(3) div .numbers-tx-main{padding:3.2vw 0 2.6666666667vw .8vw}body.en.is-mobile #sec-04 .panel-02:nth-child(3) div .numbers-tx0{width:85%}body.en.is-mobile #sec-04 .panel-02:nth-child(3) div .numbers-tx1{padding-top:2.1333333333vw}body.en.is-mobile #sec-04 .panel-02:nth-child(4) div .numbers-tx-main{padding:3.2vw 0 3.4666666667vw 1.6vw}body.en.is-mobile #sec-04 .panel-02:nth-child(4) div .numbers-tx-main span:nth-child(2){padding-top:2.4vw;font-size:5.0666666667vw;line-height:.9em}body.en.is-mobile #sec-04 .panel-02:nth-child(4) div .numbers-tx1{padding-top:1.8666666667vw}body.en.is-mobile #sec-04 .panel-02:nth-child(5) div .numbers-tx-main{padding:3.2vw 0 2.6666666667vw 3.3333333333vw}body.en.is-mobile #sec-04 .panel-02:nth-child(5) div .numbers-tx-main span:nth-child(2){padding-top:2.4vw;font-size:5.0666666667vw;line-height:.9em}body.en.is-mobile #sec-04 .panel-02:nth-child(5) div .numbers-tx1{padding-top:1.3333333333vw}body.en.is-mobile #sec-04 .panel-02:nth-child(6) div{height:50.6666666667vw}body.en.is-mobile #sec-04 .panel-02:nth-child(6) div h5{font-size:4.2666666667vw;letter-spacing:-0.03em}body.en.is-mobile #sec-04 .panel-02:nth-child(6) div .numbers-tx-main{padding:3.6vw 0 2.1333333333vw 6.4vw}body.en.is-mobile #sec-04 .panel-02:nth-child(6) div .numbers-tx-main span:nth-child(2){padding-top:5.6vw}body.en.is-mobile #sec-04 .panel-02:nth-child(6) div .numbers-tx1{width:100%;padding-top:.5333333333vw}
