@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{font-family:Noto Sans JP,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;--text-color: #1a1a1a;--h2-color: #030303;--text-blue: #006aff;--grayback-text-color: #030303;--background-color: #ffffff;--back-gray: #f2f2f2;--link-color: #4a95ff;--gray: #f5f5f7;--color-gray-01: #f2f2f2;--black: #000000;--main-black: #030303;--blue: #006aff;--white: #fff;--bp-mobile: 480px;--bp-tablet: 820px;--bp-desktop: 1024px;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:var(--link-color);text-decoration:inherit}a:hover{color:#535bf2}p{color:var(--text-color)}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;width:100%;height:100%}section{padding:8rem 8vw;margin:auto;position:relative}@media (max-width: 480px){section{padding:6rem 4vw}}.section-inner{max-width:1280px;margin:0 auto}h1{font-size:3rem;font-weight:800;color:var(--text-color)}h2{font-size:2.5rem;font-weight:400;color:var(--h2-color)}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:var(--link-color)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#030303;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.header{position:fixed;top:0;left:0;right:0;height:60px;background-color:#ffffff09;backdrop-filter:saturate(180%) blur(15px);-webkit-backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:space-between;padding:0 20px;z-index:10}.header-logo{width:120px;height:auto;display:flex;align-items:center}.header-ul{list-style:none;display:flex;column-gap:20px;font-size:.8rem}.header a{color:#030303;text-decoration:none}.menu-toggle{display:none;flex-direction:column;justify-content:space-between;width:25px;height:20px;cursor:pointer;z-index:20;overflow:visible}.menu-toggle span{height:3px;width:100%;background:#030303;border-radius:2px;transition:all .3s ease}.menu-toggle.open span:nth-child(1){transform:translateY(9px) rotate(-45deg)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:translateY(-9px) rotate(45deg)}.headerNav-car{position:absolute;bottom:0;right:0;width:70%;overflow:hidden;z-index:5}.car-animation{transform:translate(100%);transition:transform .8s ease-in-out;width:140%;opacity:1}.nav.open .car-animation{transform:translate(0)}@media screen and (max-width: 700px){.menu-toggle{display:flex}.nav{position:fixed;top:60px;left:0;width:100%;background-color:#fff;height:calc(100vh - 60px);transform:translate(-100%);transition:transform .4s ease-in-out;display:flex;flex-direction:column;z-index:5}.nav.open{transform:translate(0)}.header-ul{flex-direction:column;width:100%;font-size:1.2rem;z-index:6}.header-ul a{color:#1a1a1a;display:block;padding:30px 40px 10px;border-bottom:1px solid #d9d9d9}.header-ul span{margin-left:24px;font-size:.77rem;line-height:1}}@media screen and (max-width: 380px){.headerNav-car{width:55%}}@media screen and (min-width: 701px){.header-ul span,.headerNav-car{display:none}}.footer{text-align:center;padding:3.5rem 0}.footer p{color:#fff;margin-bottom:1rem}.privacy-policy-link{color:#fff;font-size:.77rem}.privacy-policy-link:hover{color:var(--text-blue)}.accordion{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width: 901px){.accordion{grid-template-columns:1fr 1fr}}.accordion-header{border-top:#fff 1px solid;border-bottom:#fff 1px solid;padding:16px 20px;cursor:pointer;position:relative;font-weight:600;font-size:1rem;box-shadow:0 2px 6px #00000014;transition:background-color .2s ease;color:#fff}.accordion-header:hover,.accordion-header.active{background-color:#4c4c4c}.accordion-header:before,.accordion-header:after{content:"";position:absolute;top:50%;right:20px;width:12px;height:2px;background:#fff;transform:translateY(-50%);transition:transform .3s ease}.accordion-header:after{transform:translateY(-50%) rotate(-90deg)}.accordion-header.active:after{transform:translateY(-50%) rotate(0)}.accordion-content{color:#fff;overflow:hidden;max-height:0;opacity:0;padding:0 20px;border-radius:0 0 8px 8px;transition:all .8s cubic-bezier(.25,.8,.25,1);font-size:1rem;line-height:1.8em}.accordion-content.open{max-height:300px;padding:16px 20px;opacity:1}.first-view{width:100%;height:100vh;background-color:#000;display:grid;align-items:center;position:sticky;top:0;text-align:center}.first-doc{margin:auto;display:inline-block}.first-doc p{color:#fff}.first-doc h2{color:#fff;background-color:transparent;font-size:2.4rem;margin:1em 0}.first-a{display:block;width:100%;max-width:280px;background-color:#fff;padding:1rem;text-align:center;border-radius:20px;margin:auto;color:#1a1a1a;font-weight:500}.first-a:hover{color:var(--text-blue);scale:1.05}.first-section{height:auto;margin:auto}.first-section div{width:100%;height:100vh;min-height:min-content}.first-section div:nth-child(1){text-align:left;position:sticky;top:6%}.first-section div:nth-child(2){text-align:center;position:sticky;top:12%}.first-section div:nth-child(3){text-align:right;position:sticky;top:5%}.first-section div:nth-child(4){position:sticky;top:10px;mix-blend-mode:difference}.first-section div img{border-radius:20px}.title{color:#fff;text-align:center;font-size:16rem}@media (max-width: 1380px){.title{font-size:clamp(2.4rem,calc(2rem + 14.625vw),16rem)}}.first-sectionImg1{position:absolute;left:0;width:300px;height:auto}.first-sectionImg2{width:400px;height:auto}.first-sectionImg3{position:absolute;right:0;width:250px;height:auto}@media (max-width: 1024px){.first-section{padding:8rem 2vw}.first-sectionImg1{width:33%}.first-sectionImg2{width:55%}.first-sectionImg3{width:24%}}@media (max-width: 750px){.first-sectionImg1{width:40%}.first-sectionImg2{width:75%}.first-sectionImg3{width:28%}}@media (max-width: 480px){.first-section{background-color:#000}.first-doc h2{font-size:2rem}.title{font-size:clamp(2.4rem,calc(1.6rem + 13.795vw),99px)}.first-sectionImg1{width:43%}.first-sectionImg2{width:80%}.first-sectionImg3{width:34%}}.concept-section{border-radius:20% 20% 0 0;background-color:#fff}.concept-img{position:absolute;top:0;right:0;width:40%;height:auto;max-width:570px}.concept-titleArea{margin-bottom:2rem;z-index:1;border-bottom:#030303 solid 1px}.concept-docArea{line-height:1.8em;margin-bottom:48px}.concept-itemsArea{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(7,1fr);grid-template-rows:auto auto;gap:30px}.concept-item{width:100%;min-height:300px;border-radius:24px;position:relative;background-color:#005a44;background-size:cover;background-position:center}.concept-item1{grid-area:1 / 1 / 2 / 5}.concept-item2{background-image:url(/assets/concept-seat-img.webp);grid-area:1 / 5 / 2 / 8}.concept-item3{background-image:url(/assets/concept-white-img.webp);grid-area:2 / 1 / 3 / 4}.concept-item4{grid-area:2 / 4 / 3 / 8}.concept-itemInner p{color:#fff;font-size:1rem}.concept-itemInner a:hover{color:var(--text-blue)}.concept-itemInner-nonGlass{width:100%;height:100%;margin:0 auto;padding:48px 36px;gap:48px;display:flex;flex-direction:column;justify-content:space-between}.concept-itemInner-nonGlass p{font-size:26px;line-height:30px}.concept-itemInner-nonGlass span:after{display:block;content:"』";position:relative;right:-1em;bottom:.5em;text-align:right}.concept-itemInner-nonGlass span:before{display:block;content:"『";position:relative;top:.5em;left:-1em}.concept-itemInner-nonGlass a{font-size:20px;color:#fff;text-align:right}@media (max-width: 800px){.concept-img{width:50%}.concept-itemsArea{grid-template-columns:1fr 1fr;grid-template-rows:1fr .8fr 1fr;gap:24px}.concept-item1{grid-area:1 / 1 / 2 / 3}.concept-item2{grid-area:2 / 1 / 3 / 2}.concept-item3{grid-area:2 / 2 / 3 / 3}.concept-item4{grid-area:3 / 1 / 4 / 3}}@media (max-width: 547px){.concept-itemsArea{display:flex;flex-direction:column}}@media (min-width: 547px){.about-sectionTitle-br{display:none}}.about-section{background-color:var(--back-gray)}.about-sectionInner{display:flex;flex-wrap:nowrap;gap:2rem;height:auto}.about-sectionInner div{flex:1}@media screen and (max-width: 1024px){.about-sectionInner{display:flex;flex-direction:column;align-items:center}.about-sectionInner div:nth-child(2){max-width:550px}}.about-sectionTitle{color:var(--text-color);font-size:2.5rem;line-height:1.25;margin:1.5rem 0 2rem}.about-sectionDocArea p:last-child{line-height:2em}.about-sectionSubTitle{position:relative;display:inline-block;padding:0 65px;text-align:center}.about-sectionSubTitle:before,.about-sectionSubTitle:after{position:absolute;top:calc(50% - 3px);width:50px;height:6px;content:"";border-top:solid 2px #000;border-bottom:solid 2px #000}.about-sectionSubTitle:before{left:0}.about-sectionSubTitle:after{right:0}.about-sectionImgArea img{width:100%;height:auto;aspect-ratio:7/8;background-size:cover}@media (min-width: 407px){.about-sectionTitle-br{display:none}}.howto-section{background-color:#fff;position:relative;padding-top:280px}.blueHour{width:100vw;left:0;top:0;position:absolute;height:280px;background-image:linear-gradient(135deg,#7e898f,#636c75),radial-gradient(at top left,rgba(255,255,255,.2),transparent 70%),radial-gradient(at bottom right,rgba(0,0,0,.3),transparent 80%);background-blend-mode:overlay;background-color:#5b6770;background-repeat:no-repeat;background-size:cover;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);animation:fadeInBG 1.5s ease-in-out}@keyframes fadeInBG{0%{opacity:0;transform:scale(1.01)}to{opacity:1;transform:scale(1)}}.blueHour h2{color:#fff;font-size:6rem;font-weight:500;position:absolute;right:8vw;bottom:0;line-height:.9em}.jjj{aspect-ratio:16/9;max-height:100%;position:absolute;bottom:0;left:8vw}.howto-section-inner{padding-top:60px}.howto-step{display:flex;column-gap:32px;max-width:880px;margin:auto;padding-top:10px}.howto-step2,.howto-step4{flex-direction:row-reverse}.howto-imgArea{position:relative}.howto-step4 .howto-imgArea,.howto-step5 .howto-imgArea{width:calc(100% - 352px);min-width:250px}.stepImg-wrapper{width:90px;height:auto;position:absolute;top:-60px;left:-50px}.howto-screenshot{position:relative;z-index:1}.howto-docArea{width:320px;display:flex;flex-direction:column;justify-content:center;row-gap:16px}.howto-stepTitle{font-size:20px;font-weight:600;color:var(--text-blue)}.howto-docArea p{line-height:1.6;color:#1a1a1a}.howto-step-subDocArea{font-size:.88rem;padding:1em;background-color:var(--back-gray);border-radius:1em}.hr-50vw-left{width:50vw;position:relative;height:1.2px;border-width:0;margin-top:5px;background-image:-webkit-linear-gradient(left,#1a1a1a 0%,#d9d9d9 50%,transparent 100%);background-image:linear-gradient(90deg,#1a1a1a 0%,#d9d9d9 50%,transparent 100%)}@media screen and (min-width: 533px) and (max-width: 800px){.howto-step4 .howto-imgArea,.howto-step5 .howto-imgArea{display:flex;min-height:300px;align-items:center}}@media (max-width: 800px){.jjj{left:0}.blueHour h2{right:0}}@media (max-width: 650px){.blueHour h2{font-size:4.8rem}.stepImg-wrapper{width:66px;top:-40px;left:-30px}}@media (max-width: 533px){.blueHour h2{font-size:4.8rem;text-align:right}.howto-step{flex-direction:column;align-items:center;margin-bottom:56px;row-gap:16px}.howto-step:last-child{margin-bottom:0}.howto-step3,.howto-step4{margin-bottom:16px}.howto-step4 .howto-imgArea,.howto-step5 .howto-imgArea{width:100%}.howto-docArea{row-gap:8px}}.faq-sectionTitle{font-size:3.5rem;font-weight:700;margin-bottom:1em;color:#fff}.news-section{background-color:#fff}.news-title{font-size:3.5rem;border-bottom:#030303 solid 1px;margin-bottom:1em}.contact-section{background-color:var(--back-gray)}.company-section{background-color:#fff}.news-accordion{padding:20px;margin:0 auto;border-radius:16px;box-shadow:0 4px 30px #0000000d}.news-accordion-header{padding:16px 20px;font-size:16px;font-weight:500;border-bottom:1px solid #eee;cursor:pointer;transition:background-color .3s ease}.news-accordion-header-inner{display:flex;align-items:flex-start;gap:16px;flex-wrap:nowrap}.news-date{width:100px;font-size:14px;color:#888;flex-shrink:0}.newsItems-title{font-size:16px;font-weight:500;color:#333;word-break:break-word;flex:1}.news-accordion-content{max-height:0;margin:auto;overflow:hidden;transition:all .8s;opacity:0;padding:0 20px}.news-accordion-content.open{max-height:300px;opacity:1;padding:16px 40px;border-bottom:1px solid #eee}@media (max-width: 800px){.news-accordion{padding:20px 0}.news-accordion-header{padding:16px}.news-date{width:80px}}.contact-form{max-width:600px;margin:0 auto;padding:2rem}.contact-form label{display:block;margin-bottom:1.5rem;font-weight:700;font-size:.95rem}.contact-form .required{color:red;font-size:.85rem;margin-left:5px}.contact-form input,.contact-form textarea,.contact-form select{width:100%;padding:12px;margin-top:.5rem;border:1px solid #ccc;border-radius:6px;font-size:1rem;box-sizing:border-box}.contact-form textarea{resize:vertical}.contact-form button{background-color:#000;color:#fff;padding:12px 24px;border:none;border-radius:6px;font-size:1rem;cursor:pointer;transition:background-color .2s}.contact-form button:hover{background-color:#333}.company-info{width:100%;max-width:800px;margin:40px auto 0;padding:0 20px}.company-table{width:100%;border-collapse:collapse;font-size:16px;line-height:1.8;background-color:#fff}.company-table th,.company-table td{padding:16px;border-bottom:1px solid #e0e0e0;vertical-align:top}.company-table th{width:30%;text-align:left;font-weight:500;color:#555}.company-table td{width:70%;color:#030303}@media (max-width: 600px){.company-table th,.company-table td{display:block;width:100%;padding:12px 8px}.company-table th{background:#f9f9f9}}.forCorporates-main{background-color:#fff;width:100%}.forCorporates-hero-section{padding-bottom:2rem;padding-left:0;padding-right:0}.sectionInner-1200{max-width:1200px;margin:auto}.forCorporates-hero-sectionInner{display:flex;gap:60px}.forCorporates-hero-docArea{width:auto;flex:40% 0 1;display:flex;flex-direction:column;justify-content:center;gap:30px}.forCorporates-hero-docArea h1{font-weight:450;line-height:50px}.forCorporates-hero-buttons{display:flex;gap:10px}.forCorporates-hero-buttons a{display:block;padding:13px 16px;border-radius:6px;font-weight:600}.forCorporates-hero-button1{background-color:var(--blue);color:var(--white)}.forCorporates-hero-button1:hover{background-color:#05c;color:var(--white)}.forCorporates-hero-button2{color:var(--blue);background-color:transparent;border:1px solid currentColor}.forCorporates-hero-button2:hover{color:#05c}.forCorporates-hero-imgArea{width:auto;flex:60% 0 1;display:flex;align-items:center}.forCorporates-hero-imgArea img{width:100%;border-radius:20px}.forCorporates-hero-imgArea div:nth-child(1){width:25%}.forCorporates-hero-imgArea div:nth-child(2){width:50%;padding-left:min(4%,30px)}.forCorporates-hero-imgArea div:nth-child(3){width:25%}.forCorporates-hero-imgArea div:nth-child(1) img{aspect-ratio:171/259}.forCorporates-hero-imgArea div:nth-child(2) img{aspect-ratio:15/22;object-fit:cover}.tab-bar{display:flex;padding:10px 30px;gap:20px;align-items:center}.tab-bar ul{list-style:none;display:flex;gap:20px}.tab-bar li{display:flex}.tab-bar a{color:var(--main-black);background-color:var(--white);font-weight:600;border-radius:999em;border:#d9d9d9 solid 1px;padding:12.5px 20px}.tab-bar li:first-child a{color:var(--white);background-color:var(--main-black)}.tab-bar li:not(:first-child) a{background-position:102% 100%;background-size:0 100%;background-repeat:no-repeat;white-space:nowrap;background-image:linear-gradient(to bottom,var(--blue),var(--blue))}.tab-bar li:not(:first-child) a:hover{border-color:var(--blue);color:var(--white);background-position:0 100%;background-size:100% 100%;background-image:linear-gradient(to bottom,var(--blue),var(--blue));transition:color .3s cubic-bezier(0,0,.2,1),border-color .3s cubic-bezier(.4,0,1,1),background-size .3s cubic-bezier(0,0,.2,1)}@media screen and (max-width: 1080px){.forCorporates-hero-sectionInner{gap:20px}.forCorporates-hero-docArea,.forCorporates-hero-imgArea{flex:1}.forCorporates-hero-section{padding-left:30px;padding-right:30px}.tab-bar{flex-direction:column;align-items:start}}@media screen and (max-width: 850px){.forCorporates-hero-sectionInner{flex-direction:column}.forCorporates-hero-section{padding-left:30px;padding-right:30px}}@media screen and (max-width: 800px){.tab-bar ul{flex-direction:column;width:100%}.tab-bar a{width:90%;padding:14px 36px}}.forCorporates-about-sectionInner{background-color:var(--color-gray-01);display:flex;justify-content:center;border-radius:32px;padding:60px;gap:60px}.forCorporates-about-docArea{display:flex;flex-direction:column;justify-content:center;gap:30px;flex:1}.forCorporates-about-docArea h2{font-size:24px;font-weight:500}.forCorporates-about-docArea a{font-weight:600}.forCorporates-about-imgArea{flex:1;display:flex;align-items:center}.forCorporates-about-imgArea img{width:100%;border-radius:12px}@media screen and (max-width: 975px){.forCorporates-about-sectionInner{padding:50px}}@media screen and (max-width: 850px){.forCorporates-about-sectionInner{flex-direction:column}}.forCorporates-ads-section{background:linear-gradient(#07070780,#07070780),url(/assets/big.webp);height:700px;background-position:top;background-repeat:no-repeat;width:100%;background-size:cover;position:relative}.forCorporates-ads-section p{font-weight:700;color:var(--white);position:absolute;line-height:1.2em}.forCorporates-ads-section p:nth-child(1){left:32px;top:32px;font-size:52px}.forCorporates-ads-section p:nth-child(2){bottom:32px;right:32px;font-size:32px;text-align:right}@media screen and (max-width: 667px){.forCorporates-ads-section p:nth-child(1){left:18px;top:24px;font-size:40px}.forCorporates-ads-section p:nth-child(2){bottom:24px;right:18px;font-size:24px}}.forCorporates-overview-titleArea{border-bottom:#006aff solid 1.5px;margin-bottom:1em}.forCorporates-overview-mainArea{display:flex;gap:60px}.forCorporates-overview-mainArea div{flex:1}.forCorporates-overview-docArea{width:calc(50% - 30px);padding-top:50px;display:flex;flex-direction:column;gap:30px;color:#030303;line-height:2em}.forCorporates-overview-docArea h3{font-size:40px;line-height:1.2em}.forCorporates-overview-imgArea{width:calc(50% - 30px);position:relative;height:auto}.forCorporates-overview-imgArea img{position:relative;width:calc(100% + 8vw);top:-80px;left:0}@media screen and (max-width: 1301px){.forCorporates-overview-imgArea img{top:50%;left:0;transform:translateY(-50%)}}@media screen and (max-width: 850px){.forCorporates-overview-mainArea{flex-direction:column;gap:20px}.forCorporates-overview-docArea{width:100%}.forCorporates-overview-imgArea{width:100%;padding:36px}.forCorporates-overview-imgArea img{width:100%;position:static;top:auto;left:auto;transform:none}}.forCorporates-nayami-section{background-image:radial-gradient(circle closest-corner at 90% 50%,#006aff,#08459b 10%,#0e203a 20%,#060708 43%,#030303);color:#fff}.forCorporates-nayami-sectionInner{display:flex;flex-direction:column;row-gap:100px}.forCorporates-nayami-title{text-align:center}.forCorporates-nayami-uiWrapper{padding:60px;border-radius:50px;margin:0 auto;border:#fff solid 1px}.forCorporates-nayami-uiWrapper ul{display:flex;flex-wrap:wrap;column-gap:10%;row-gap:30px}.forCorporates-nayami-uiWrapper li{color:#fff;font-weight:600;width:45%;font-size:20px}.arrow{display:inline-block;position:relative;width:160px;height:100px;background:#fff;clip-path:polygon(0 60%,21.9% 60%,21.9% 0,78.1% 0,78.1% 60%,100% 60%,50% 100%);margin:0 auto}.arrow:before{content:"";position:absolute;top:2px;left:50%;width:143.1px;height:95.8px;background:#030303;clip-path:polygon(0 62.7%,19.9% 62.7%,19.9% 0,80.1% 0,80.1% 62.7%,100% 62.7%,50% 100%);transform:translate(-50%)}.forCorporates-nayami-reasonTitle{font-size:52px;font-weight:400;line-height:1.4;color:#fff}.forCorporates-nayami-reasonArea{display:flex;gap:60px}.forCorporates-nayami-reasonItemsArea{width:calc((100% - 60px) * 1 / 3)}.forCorporates-nayami-reasonItem{border-bottom:#737373 solid 1px;padding-bottom:30px;margin-bottom:30px}.forCorporates-nayami-reasonItem p{color:#fff;line-height:1.8}.forCorporates-nayami-reasonItem p:nth-child(1){font-size:28px;margin-bottom:10px}.forCorporates-nayami-reasonItem a{font-size:18px}.forCorporates-nayami-reasonImgArea{width:calc((100% - 60px) * 2 / 3);perspective:800px;display:flex;align-items:center}.forCorporates-nayami-reasonImgArea Img{display:block;margin:auto;width:75%;border-radius:24px;transform:rotateX(10deg) rotateY(-15deg) rotate(10deg) scale(1);transform-style:preserve-3d;box-shadow:0 10px 20px #0000004d,10px 10px #444}@media screen and (max-width: 1024px){.forCorporates-nayami-reasonArea{flex-direction:column-reverse}.forCorporates-nayami-reasonImgArea,.forCorporates-nayami-reasonItemsArea{width:100%}}@media screen and (max-width: 800px){.forCorporates-nayami-uiWrapper ul{flex-direction:column}.forCorporates-nayami-uiWrapper li{width:100%}}@media screen and (max-width: 540px){.forCorporates-nayami-reasonTitle{font-size:46px}.forCorporates-nayami-uiWrapper{padding-right:28px}}.forCorporates-feature-main,.forCorporates-plan-main{padding-top:50px}.forCorporates-feature-main h3,.forCorporates-plan-main h3{font-weight:500;line-height:1.1em;margin-bottom:50px}.forCorporates-feature-ItemsArea{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(1,1fr);grid-column-gap:36px;grid-row-gap:24px}.forCorporates-feature-Item{width:100%;display:flex;flex-direction:column}.forCorporates-feature-imgContainer,.forCorporates-plan-imgContainer{aspect-ratio:1/1;width:100%;height:auto;margin-bottom:18px;background-position:center;background-size:cover;border-radius:30px}.forCorporates-feature-imgContainer1{background-image:url(/assets/glaff.webp)}.forCorporates-feature-imgContainer2{background-image:url("/assets/Image_fx%20(31).jpg")}.forCorporates-feature-imgContainer3{background-image:url(/assets/firstview-black.webp)}.forCorporates-feature-Item a{margin-right:.1em}.forCorporates-feature-Item p{font-size:18px;line-height:1.8}@media screen and (max-width: 800px){.forCorporates-feature-ItemsArea{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);grid-column-gap:16px;grid-row-gap:24px}}@media screen and (max-width: 480px){.forCorporates-feature-ItemsArea{grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(3,1fr)}.forCorporates-feature-main,.forCorporates-plan-main{padding-top:36px}}.forCorporates-plan-section{background-color:var(--color-gray-01)}.forCorporates-plan-ItemsArea{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);grid-column-gap:36px;grid-row-gap:24px}.forCorporates-plan-Item{background-color:var(--white);border-radius:20px}.forCorporates-plan-imgContainer{border-radius:20px 20px 0 0}.forCorporates-plan-imgContainer1{background-image:url(/assets/concept-seat-img.webp)}.forCorporates-plan-imgContainer2{background-image:url(/assets/plan1-car.webp)}.forCorporates-plan-imgContainer3{background-image:url(/assets/plan-cosme.webp)}.forCorporates-plan-imgContainer4{background-image:url(/assets/man-booking.webp)}.forCorporates-plan-imgContainer5{background-image:url(/assets/plan5-flyer.webp)}.forCorporates-plan-imgContainer6{background-image:url(/assets/plan6-question.webp)}.forCorporates-plan-docContainer{padding:16px;display:flex;flex-direction:column;gap:16px}.forCorporates-plan-alert{margin-top:20px;display:flex;flex-direction:column;align-items:end}@media screen and (max-width: 1024px){.forCorporates-plan-ItemsArea{grid-column-gap:16px}}@media screen and (max-width: 800px){.forCorporates-plan-ItemsArea{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr);grid-column-gap:16px;grid-row-gap:16px}}@media screen and (max-width: 480px){.forCorporates-plan-ItemsArea{grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(6,1fr);grid-row-gap:16px}}#root{width:100%;margin:0 auto;padding:0;background-color:#030303}.hide-on-mobile{display:block}@media (max-width: var(--bp-mobile)){.hide-on-mobile{display:none!important}}.resp-text-small{font-size:14px}.resp-text{font-size:18px}.resp-h2{font-size:42px}.resp-h2-bold{font-size:3.5rem;font-weight:700}@media (max-width: 1080px){.resp-h2{font-size:34px}}@media (max-width: 820px){.resp-text{font-size:1rem}.resp-h2{font-size:32px}.resp-h2-bold{font-size:3rem}}@media (max-width: 485px){.resp-h2{font-size:31px}.resp-h2-bold{font-size:2.5rem}}.privacy-policy-main{background-color:#fff;padding:120px 48px;line-height:1.8}.privacy-policy-wrapper{max-width:910px;margin:0 auto}.privacy-policy-wrapper h2{font-size:28px}.privacy-policy_box{margin-top:30px}.privacy-policy_box:first-child{margin-top:0}.privacy-policy_head{font-size:20px;font-weight:600}.privacy-policy_detail{margin-top:.5em}@media screen and (max-width: 650px){.privacy-policy-wrapper h2{font-size:1.2rem}.privacy-policy_head{font-size:1rem}.privacy-policy_detail{font-size:.9rem}.privacy-policy_box{margin-top:16px}.privacy-policy-main{padding:60px 24px}}@media (600px < width){.only-mobile{display:none}}
