body{font-family:"Roboto","Noto Sans JP",sans-serif}@media(min-width: 1025px){.pc_none{display:none !important}}@media only screen and (max-width: 1024px)and (min-width: 561px){.tb_none{display:none !important}}@media(max-width: 560px){.sp_none{display:none !important}}.animeSlideIn{-webkit-animation:animeSlideIn 1s ease 0s 1 normal;animation:animeSlideIn 1s ease 0s 1 normal;visibility:visible !important}@-webkit-keyframes animeSlideIn{0%{bottom:-20px;opacity:0}100%{bottom:0;opacity:1}}@keyframes animeSlideIn{0%{bottom:-20px;opacity:0}100%{bottom:0;opacity:1}}.bold{font-weight:bold}a{color:#333}a.btn{font-size:90%;font-weight:bold;text-align:center;white-space:nowrap;letter-spacing:.07rem;display:inline-block;line-height:35px;border-radius:35px;padding:3px 20px 1px 20px}@media(max-width: 560px){a.btn{font-size:100%}}a.btn.--cv{color:#fff;background-color:#4abaa7;border:2px solid #4abaa7}a.btn.--cv:hover{color:#fff;background-color:#31a592;border-color:#31a592}@media(max-width: 560px){a.btn.--cv.body{font-size:110%;padding:10px 20px 6px}}a.btn.--sub{background-color:#fff;border:solid 2px #333;overflow:hidden;position:relative}a.btn.--sub:after{content:"";display:block;position:absolute;bottom:0;right:0;z-index:-1;width:0;height:100%;background-color:#f5f5f5;border-radius:35px;transition:.3s ease;transition-property:width}a.btn.--sub.--primary{color:#4abaa7;border:solid 2px #4abaa7}a.btn.--sub.--primary:after{z-index:-1;background-color:#f0faf8;border-radius:35px}a.btn.--sub:hover{color:#4abaa7}a.btn.--sub:hover:after{left:0;width:100%}#slide_bg{position:fixed;z-index:13;width:100vw;height:100vh;background-color:#ccc;mix-blend-mode:multiply;filter:opacity(0%);transition:.3s ease;transition-property:filter;pointer-events:none}#slide_bg.show{pointer-events:auto;filter:opacity(100%) !important}header{position:fixed;top:0;z-index:15;width:100vw;height:64px;background-color:#fff;box-shadow:0 3px 12px 0 rgba(0,0,0,.1);transition:.3s ease;transition-property:transform,background-color}header.show{background-color:#fff;box-shadow:0 3px 12px 0 rgba(0,0,0,.15)}header .header_inner{width:calc(100% - 160px);height:100%;display:flex;justify-content:space-between;align-items:center;padding:10px 0;margin:0 auto}@media(max-width: 1280px){header .header_inner{width:100%;padding:10px 40px}}@media(max-width: 560px){header .header_inner{padding:10px 25px}}header .header_inner *{display:inline-block}header .header_inner .header_content{display:flex;flex-wrap:nowrap;align-items:center;flex-grow:1;gap:0 15px}header .header_inner .header_content .header_logo{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:140px;height:100%;line-height:0;margin-right:30px;opacity:1;transition:opacity .3s ease}header .header_inner .header_content .header_logo img{width:100%;min-width:80px}header .header_inner .header_content .header_logo:hover{opacity:.7}header .header_inner .header_content .header_menu{width:100%;display:flex;justify-content:space-between;align-items:center}@media(max-width: 1024px){header .header_inner .header_content .header_menu{display:none}}header .header_inner .header_content .header_menu .header_menu_list nav{display:inline-block}header .header_inner .header_content .header_menu .header_menu_list nav ul{display:flex;justify-content:space-between;align-items:center;gap:0 15%}header .header_inner .header_content .header_menu .header_menu_list nav ul li{font-size:14px;font-weight:bold;white-space:nowrap;position:relative}header .header_inner .header_content .header_menu .header_menu_list nav ul li:after{content:"";display:block;position:absolute;bottom:-4px;right:0;z-index:1;width:0;height:2px;background-color:#ccc;transition:width .3s ease}header .header_inner .header_content .header_menu .header_menu_list nav ul li:hover:after{left:0;width:100%}header .header_inner .header_content .header_menu .header_btns{display:flex;align-items:center;gap:0 10px}@media(max-width: 1024px){header .header_inner .header_content .header_menu .header_btns{display:none}}header .header_inner .header_signin{position:relative;padding:0 15px}header .header_inner .header_signin .signin_trigger{line-height:0;white-space:nowrap;cursor:pointer;transition:.3s ease;transition-property:color}header .header_inner .header_signin .signin_trigger path{transition:.3s ease;transition-property:fill}header .header_inner .header_signin .signin_trigger:hover{color:#31a592}header .header_inner .header_signin .signin_trigger:hover path{fill:#31a592}header .header_inner .header_signin .signin_menu{display:none;position:absolute;top:calc(3rem - 3px);right:0;z-index:14;padding:20px;line-height:1.5;background-color:#fff;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.16)}header .header_inner .header_signin .signin_menu.show{display:block}header .header_inner .header_signin .signin_menu ul{display:flex;flex-direction:column;gap:15px 0}header .header_inner .header_signin .signin_menu ul li{white-space:nowrap}header .header_inner .header_signin .signin_menu ul li a:hover{color:#31a592}header .header_inner .header_icon-wrap{position:relative;width:25pt;height:25pt;display:flex;justify-content:center;align-items:center;margin-left:15px;cursor:pointer}@media(min-width: 1025px){header .header_inner .header_icon-wrap{display:none}}@media(max-width: 800px){header .header_inner .header_icon-wrap{width:22pt;height:22pt}}header .header_inner .header_icon-wrap .header_icon{display:block;width:100%;height:2pt;background-color:#666;opacity:1;transition:.3s ease;transition-property:opacity width}header .header_inner .header_icon-wrap:before,header .header_inner .header_icon-wrap:after{content:"";position:absolute;display:block;width:100%;height:2pt;background-color:#666;transform:rotate(0deg) translate(0, 0);transition:.3s ease;transition-property:transform top bottom}header .header_inner .header_icon-wrap:before{top:2pt}header .header_inner .header_icon-wrap:after{bottom:2pt}header .header_inner .header_icon-wrap.open .header_icon{width:0;opacity:0}header .header_inner .header_icon-wrap.open:before{top:50%;transform:rotate(-45deg) translate(0, -50%)}header .header_inner .header_icon-wrap.open:after{bottom:50%;transform:rotate(45deg) translate(0, 50%)}header.top_minus{transform:translate(0, -4rem)}header.fixed{position:fixed;transition:.3s ease;transition-property:transform,background-color}header.appear{transform:translate(0, 0) !important}header.dark:not(:has(.header_icon-wrap.open)){background-color:rgba(255,255,255,0);box-shadow:0 3px 12px 0 rgba(0,0,0,0)}header.dark:not(:has(.header_icon-wrap.open)) .header_inner .header_menu .header_menu_list nav ul li a{color:#fff}header.dark:not(:has(.header_icon-wrap.open)) .header_inner .header_menu .header_btns a.btn.--sub.--primary{color:#fff;border-color:#fff;background-color:rgba(255,255,255,.1)}@media(hover: hover)and (pointer: fine){header.dark:not(:has(.header_icon-wrap.open)) .header_inner .header_menu .header_btns a.btn.--sub.--primary:hover{color:#053667}}header.dark:not(:has(.header_icon-wrap.open)) .header_inner .header_signin .signin_trigger{color:#fff;transition:opacity .2s ease}header.dark:not(:has(.header_icon-wrap.open)) .header_inner .header_signin .signin_trigger path{fill:#fff}@media(hover: hover)and (pointer: fine){header.dark:not(:has(.header_icon-wrap.open)) .header_inner .header_signin .signin_trigger:hover{opacity:.8}}header.dark:not(:has(.header_icon-wrap.open)) .header_inner .header_icon-wrap:before,header.dark:not(:has(.header_icon-wrap.open)) .header_inner .header_icon-wrap:after,header.dark:not(:has(.header_icon-wrap.open)) .header_inner .header_icon-wrap span{background-color:#fff}.slide_menu{display:none}@media(max-width: 1024px){.slide_menu{display:block;position:fixed;top:0;right:0;z-index:14;width:100%;max-width:100vw;background-color:#fff;border-bottom:solid 1px #ccc;transform:translate(0, -100%);transition:.3s ease;transition-property:transform}}@media only screen and (max-height: 560px){.slide_menu{max-height:calc(100dvh - 64px);overflow:hidden auto}}.slide_menu.open{transform:translate(0, 64px)}.slide_menu .slide_menu_list{width:100%;padding:20px 30px;border-bottom:solid 1px #ccc}.slide_menu .slide_menu_list nav ul li{font-size:1.7vw;padding:15px 0}@media(max-width: 800px){.slide_menu .slide_menu_list nav ul li{padding:10px 0}}@media(max-width: 560px){.slide_menu .slide_menu_list nav ul li{font-size:11pt}}.slide_menu .slide_menu_list nav ul li:not(:last-of-type){border-bottom:solid 1px #ccc}@media screen and (max-width: 699px){.slide_menu .slide_menu_list nav ul li a{font-size:12pt}}.slide_menu .slide_btns{max-width:80%;padding:30px;margin:0 auto;display:flex;gap:20px}@media screen and (max-width: 699px){.slide_menu .slide_btns{max-width:100%}}@media(max-width: 560px){.slide_menu .slide_btns{flex-direction:column}}.slide_menu .slide_btns a{width:100%;font-size:1.7vw;border-radius:45px;padding:7px}@media(max-width: 800px){.slide_menu .slide_btns a{line-height:30px;border-radius:30px}}@media(max-width: 560px){.slide_menu .slide_btns a{font-size:11pt;line-height:30px}}.cont{margin:0 !important;overflow:hidden}.cont.qr-code-reception{max-width:100dvw}.cont.qr-code-reception section{padding:calc(80px + 2.4rem) 0;margin:0}@media(max-width: 560px){.cont.qr-code-reception section{padding:max(30pt,7svh) 0}}.cont.qr-code-reception section .section__inner{max-width:1280px;margin:0 auto;padding:0 20px}.cont.qr-code-reception section .section__label{font-size:13pt;font-weight:bold;color:#0c6ecf;letter-spacing:.1em;margin:0 0 12px;text-align:center}.cont.qr-code-reception section .section__label+.section__title{margin-top:10px}@media(max-width: 560px){.cont.qr-code-reception section .section__label{font-size:12pt}}.cont.qr-code-reception section .section__title{font-size:28pt;font-weight:bold;color:#222;text-align:left;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;line-height:1.5;margin:0 auto 40px}.cont.qr-code-reception section .section__title:has(+[class*=__lead]){margin-bottom:25px}@media(max-width: 560px){.cont.qr-code-reception section .section__title{font-size:20pt;line-height:1.4;margin-bottom:30px}}.cont.qr-code-reception section [class*=__lead]{font-size:12pt;color:#666;text-align:center;margin-bottom:50px}.cont.qr-code-reception .fv{height:100lvh;padding:var(--header-height) 0 0;position:relative;margin:0;background:rgba(0,0,0,0);overflow:hidden}@media screen and (max-width: 849px){.cont.qr-code-reception .fv{height:auto;padding:80px 0 40px}}.cont.qr-code-reception .fv:before{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;z-index:-2;background-image:repeating-linear-gradient(-70deg, rgba(255, 255, 255, 0.06) 0, rgba(255, 255, 255, 0.06) 40pt, transparent 40pt, transparent 60pt, rgba(255, 255, 255, 0.06) 60pt, rgba(255, 255, 255, 0.06) 100pt, transparent 100pt, transparent calc(100pt + 40dvw)),linear-gradient(135deg, #053667 0%, #0c6ecf 100%);background-size:100% 100%}.cont.qr-code-reception .fv .fv__bg{position:absolute;top:0;right:0;z-index:-1;max-width:100dvw;height:100%;opacity:.5;aspect-ratio:1/1;-webkit-clip-path:circle(100% at 100% 100%);clip-path:circle(100% at 100% 100%);overflow:hidden}.cont.qr-code-reception .fv .fv__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top right;object-position:top right}@media screen and (max-width: 849px){.cont.qr-code-reception .fv .fv__bg{opacity:.3;-webkit-clip-path:circle(100% at 100% 0);clip-path:circle(100% at 100% 0);height:70%}.cont.qr-code-reception .fv .fv__bg img{height:100%}}.cont.qr-code-reception .fv .fv__inner{width:100%;max-width:1280px;height:100%;margin:0 auto;display:flex;align-items:center;padding:2% 40px 6%;gap:6svh 40px}@media screen and (max-width: 849px){.cont.qr-code-reception .fv .fv__inner{flex-direction:column;text-align:center}}@media(max-width: 560px){.cont.qr-code-reception .fv .fv__inner{padding-left:20px;padding-right:20px}}.cont.qr-code-reception .fv .fv__content{flex:1;color:#fff}@media screen and (max-width: 849px){.cont.qr-code-reception .fv .fv__content{flex:unset}}.cont.qr-code-reception .fv .fv__tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}@media screen and (max-width: 849px){.cont.qr-code-reception .fv .fv__tags{justify-content:center}}.cont.qr-code-reception .fv .fv__tag{display:inline-block;font-size:12px;padding:6px 14px;background-color:rgba(255,255,255,.15);border-radius:20px}.cont.qr-code-reception .fv .fv__title{font-size:max(32pt,3.1dvw);font-weight:bold;line-height:1.5;margin:0 0 40px 0}.cont.qr-code-reception .fv .fv__title span{display:inline-block}@media screen and (max-width: 849px){.cont.qr-code-reception .fv .fv__title{font-size:max(35pt,6dvw)}}@media(max-width: 560px){.cont.qr-code-reception .fv .fv__title{font-size:max(30pt,9dvw)}}.cont.qr-code-reception .fv .fv__texts{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (max-width: 849px){.cont.qr-code-reception .fv .fv__texts{margin:0 auto}}.cont.qr-code-reception .fv .fv__text{font-size:13pt;line-height:1.4;color:#404040;background-color:rgba(255,255,255,.8);padding:10px 15px 10px 35px;margin:0;border-radius:6px;position:relative}.cont.qr-code-reception .fv .fv__text::before{content:"";position:absolute;left:8px;top:12px;width:18px;height:18px;background-color:#0c5fb1;border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");background-size:12px;background-position:center;background-repeat:no-repeat}@media(max-width: 560px){.cont.qr-code-reception .fv .fv__text::before{top:11px}}.cont.qr-code-reception .fv .fv__text+.fv__text{margin-top:15px}@media screen and (max-width: 849px){.cont.qr-code-reception .fv .fv__text{text-align:left}}@media(max-width: 560px){.cont.qr-code-reception .fv .fv__text{font-size:12pt}}.cont.qr-code-reception .fv .fv__btns{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}@media screen and (max-width: 849px){.cont.qr-code-reception .fv .fv__btns{justify-content:center}}.cont.qr-code-reception .fv .fv__btns .btn{font-size:14pt;line-height:40pt;min-width:180px}@media screen and (max-width: 849px){.cont.qr-code-reception .fv .fv__btns .btn{min-width:140px}}.cont.qr-code-reception .fv .fv__image{flex:0 0 auto;max-width:43%;height:100%;max-height:85svh}.cont.qr-code-reception .fv .fv__image figure{width:100%;height:100%}.cont.qr-code-reception .fv .fv__image figure img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}@media screen and (max-width: 849px){.cont.qr-code-reception .fv .fv__image{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-width:80%}}@media(max-width: 560px){.cont.qr-code-reception .fv .fv__image{max-width:100%}}.cont.qr-code-reception .problem{background-color:#10589f}.cont.qr-code-reception .problem .section__label{color:#7bbdff}.cont.qr-code-reception .problem .section__title{color:#fff}.cont.qr-code-reception .problem .problem__list{display:grid;grid-template-columns:repeat(3, 1fr);gap:24px}@media screen and (max-width: 849px){.cont.qr-code-reception .problem .problem__list{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 560px){.cont.qr-code-reception .problem .problem__list{grid-template-columns:1fr;gap:20pt 16px}}.cont.qr-code-reception .problem .problem__item{position:relative;background:linear-gradient(90deg, #cde0f3, #eef7ff);border-radius:12px;padding:30px 24px;text-align:center}@media(max-width: 560px){.cont.qr-code-reception .problem .problem__item{padding:24px 20px 20px;margin:0 10px}}.cont.qr-code-reception .problem .problem__icon{position:absolute;top:10px;left:5px;width:80px;height:80px}.cont.qr-code-reception .problem .problem__icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.cont.qr-code-reception .problem .problem__img{border-radius:10px;overflow:hidden}.cont.qr-code-reception .problem .problem__title{font-size:18pt;font-weight:bold;display:block;text-align:left;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:15px auto 0}@media(max-width: 1024px){.cont.qr-code-reception .problem .problem__title{font-size:16pt}}@media(max-width: 560px){.cont.qr-code-reception .problem .problem__title{font-size:15pt}}.cont.qr-code-reception .problem .problem__text{font-size:14px;line-height:1.6;text-align:left;color:#222}@media(max-width: 560px){.cont.qr-code-reception .problem .problem__text{font-size:11pt}}.cont.qr-code-reception .solution{background-color:#f5f7fa}.cont.qr-code-reception .solution .solution__text-area{flex:1}.cont.qr-code-reception .solution .solution__text{font-size:14px;line-height:1.8;color:#222;margin-bottom:24px}@media(max-width: 560px){.cont.qr-code-reception .solution .solution__text{font-size:12pt}}.cont.qr-code-reception .solution .solution__points{display:flex;flex-direction:column;gap:12px}.cont.qr-code-reception .solution .solution__point{font-size:14px;font-weight:bold;color:#222;padding-left:28px}@media(max-width: 560px){.cont.qr-code-reception .solution .solution__point{font-size:12pt}}.cont.qr-code-reception .solution .solution__flow{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:40px}.cont.qr-code-reception .solution .solution__flow-item{display:flex;justify-content:space-between;align-items:center;gap:50px;width:100%;text-align:center;position:relative}.cont.qr-code-reception .solution .solution__flow-item:not(:last-child)::after{content:"";position:absolute;right:-16px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:8px solid #fff;border-top:6px solid rgba(0,0,0,0);border-bottom:6px solid rgba(0,0,0,0)}@media(max-width: 560px){.cont.qr-code-reception .solution .solution__flow-item:not(:last-child)::after{right:-10px;border-left-width:6px;border-top-width:4px;border-bottom-width:4px}}@media screen and (max-width: 849px){.cont.qr-code-reception .solution .solution__flow-item{border-radius:10px 10px 0 0;background-image:var(--bg-url);background-size:100% auto;background-position:top center;background-repeat:no-repeat}}@media(max-width: 560px){.cont.qr-code-reception .solution .solution__flow-item{min-width:60px}}.cont.qr-code-reception .solution .solution__flow-item_explain{flex-grow:1;display:flex;gap:15px;padding:25px 20px;border-radius:10px;background-color:#fff}@media screen and (max-width: 849px){.cont.qr-code-reception .solution .solution__flow-item_explain{position:relative;display:block;margin-top:60%}}.cont.qr-code-reception .solution .solution__flow-sentence{text-align:left}.cont.qr-code-reception .solution .solution__flow-item-img{width:100%;max-width:33%;max-height:28svh;border-radius:10px;overflow:hidden}.cont.qr-code-reception .solution .solution__flow-item-img figure{width:100%;height:100%}.cont.qr-code-reception .solution .solution__flow-item-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media screen and (max-width: 849px){.cont.qr-code-reception .solution .solution__flow-item-img{display:none}}.cont.qr-code-reception .solution .solution__flow-num{flex-shrink:0;display:flex;justify-content:center;align-items:center;font-size:12pt;font-weight:bold;width:40px;height:40px;color:#fff;background-color:#0c5fb1;border-radius:6px;margin-bottom:8px}@media screen and (max-width: 849px){.cont.qr-code-reception .solution .solution__flow-num{position:absolute;top:-20px;left:5px;margin:0}}.cont.qr-code-reception .solution .solution__flow-title{font-size:20pt;font-weight:bold;padding-top:7px;margin:0 0 20px}@media screen and (max-width: 849px){.cont.qr-code-reception .solution .solution__flow-title{font-size:16pt;margin:0 0 17px}}@media(max-width: 560px){.cont.qr-code-reception .solution .solution__flow-title{font-size:15pt}}.cont.qr-code-reception .solution .solution__flow-text{font-size:13pt;text-align:justify;line-height:1.5;margin:0}@media(max-width: 560px){.cont.qr-code-reception .solution .solution__flow-text{font-size:11pt}}.cont.qr-code-reception .merit{background:linear-gradient(80deg, #bee5ff, #e8f4fc)}.cont.qr-code-reception .merit .merit__list{display:grid;grid-template-columns:repeat(2, 1fr);gap:24px}@media(max-width: 560px){.cont.qr-code-reception .merit .merit__list{grid-template-columns:1fr;gap:20pt 16px}}.cont.qr-code-reception .merit .merit__item{position:relative;background-color:#fff;border-radius:12px;padding:30px;box-shadow:0 2px 10px rgba(0,0,0,.05)}.cont.qr-code-reception .merit .merit__item::before{content:"";position:absolute;inset:0;border-radius:12px;padding:4px;background:linear-gradient(135deg, #00c9a7 0%, #0c6ecf 50%, #053667 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}@media(max-width: 560px){.cont.qr-code-reception .merit .merit__item{padding:24px 20px}}.cont.qr-code-reception .merit .merit__num{position:absolute;top:10px;right:15px;z-index:0;font-size:80px;font-weight:bold;color:#d5eeff;opacity:1;line-height:1;mix-blend-mode:multiply}@media(max-width: 560px){.cont.qr-code-reception .merit .merit__num{font-size:64px}}.cont.qr-code-reception .merit .merit__item-content{flex:1}.cont.qr-code-reception .merit .merit__item-title{font-size:18pt;font-weight:bold;color:#222;margin:5px 0 0;line-height:1.5}@media(max-width: 560px){.cont.qr-code-reception .merit .merit__item-title{font-size:15pt}}.cont.qr-code-reception .merit .merit__item-text{font-size:12pt;color:#666;line-height:1.6;margin-bottom:0}@media(max-width: 560px){.cont.qr-code-reception .merit .merit__item-text{font-size:11pt}}.cont.qr-code-reception .usage{background-color:#fff}.cont.qr-code-reception .usage .section__inner{max-width:1500px}.cont.qr-code-reception .usage .section__title{max-width:1280px}.cont.qr-code-reception .usage .usage__list{display:flex;justify-content:center;flex-wrap:wrap;gap:17px}@media(max-width: 1024px){.cont.qr-code-reception .usage .usage__list{flex-wrap:wrap;gap:16px}}.cont.qr-code-reception .usage .usage__item{flex:1;flex-shrink:0;display:flex;align-items:flex-end;min-height:13dvw;text-align:center;border-radius:12px;overflow:hidden;position:relative}@media(max-width: 1280px){.cont.qr-code-reception .usage .usage__item{min-height:20dvw}}@media(max-width: 1024px){.cont.qr-code-reception .usage .usage__item{flex:unset;flex-basis:calc((100% - 32px)/3);min-height:20svh}}@media(max-width: 560px){.cont.qr-code-reception .usage .usage__item{flex-basis:calc((100% - 16px)/2)}}.cont.qr-code-reception .usage .usage__icon{position:absolute;top:0;left:0;bottom:0;right:0;z-index:0;width:100%;height:100%}.cont.qr-code-reception .usage .usage__icon img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cont.qr-code-reception .usage .usage__item-text{width:100%;padding:24px 0;font-size:12pt;font-weight:bold;color:#222;background-color:rgba(255,255,255,.7);text-shadow:0 0 13px rgba(255,255,255,.8);z-index:1}.cont.qr-code-reception .feature-detail{background-color:#fff}.cont.qr-code-reception .feature-detail .feature-detail__content{flex-grow:1}.cont.qr-code-reception .feature-detail .feature-detail__text{font-size:12pt;line-height:1.8;color:#222}.cont.qr-code-reception .feature-detail .feature-detail__image{flex:0 0 auto;max-width:640px;background-color:#f5f7fa;border-radius:16px;padding:20px;margin:0 auto;box-shadow:0 4px 20px rgba(0,0,0,.08)}@media(max-width: 1024px){.cont.qr-code-reception .feature-detail .feature-detail__image{max-width:100%;width:100%}}.cont.qr-code-reception .feature-detail .feature-detail__image figure img{width:100%;height:auto;border-radius:8px}.cont.qr-code-reception .scene{background-color:#f5f7fa}.cont.qr-code-reception .scene .scene__list{display:grid;grid-template-columns:repeat(3, 1fr);gap:40px 24px}@media(max-width: 1024px){.cont.qr-code-reception .scene .scene__list{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 560px){.cont.qr-code-reception .scene .scene__list{display:flex;flex-direction:column;gap:40px 20px}}.cont.qr-code-reception .scene .scene__item{position:relative;background-color:#053667;box-shadow:0 2px 10px rgba(0,0,0,.05);border-radius:12px}@media(max-width: 560px){.cont.qr-code-reception .scene .scene__item{margin:0 10px}}.cont.qr-code-reception .scene .scene__icon{position:absolute;top:-30px;left:50%;transform:translate(-50%, 0);display:block;width:40px}.cont.qr-code-reception .scene .scene__img{aspect-ratio:10/8;overflow:hidden;border-radius:12px 12px 0 0}.cont.qr-code-reception .scene .scene__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.cont.qr-code-reception .scene .scene__item-content{padding:25px 20px;border-radius:0 0 12px 12px}@media(max-width: 560px){.cont.qr-code-reception .scene .scene__item-content{padding:16px}}.cont.qr-code-reception .scene .scene__item-title{font-size:16pt;font-weight:bold;color:#fff;margin:0 0 10px}@media(max-width: 560px){.cont.qr-code-reception .scene .scene__item-title{font-size:15px}}.cont.qr-code-reception .scene .scene__item-text{font-size:12pt;color:#acd0f3;line-height:1.7;margin:0}@media(max-width: 560px){.cont.qr-code-reception .scene .scene__item-text{font-size:12px}}.cont.qr-code-reception .bottom-cta{background:linear-gradient(135deg, #053667 0%, #0c6ecf 100%);color:#fff}.cont.qr-code-reception .bottom-cta .section__label{font-size:16pt;color:rgba(255,255,255,.7)}.cont.qr-code-reception .bottom-cta .bottom-cta__title{font-size:28pt;font-weight:bold;text-align:center;line-height:1.5;margin-bottom:16px}@media(max-width: 560px){.cont.qr-code-reception .bottom-cta .bottom-cta__title{font-size:22px}}.cont.qr-code-reception .bottom-cta .bottom-cta__text{font-size:12pt;text-align:center;opacity:.9;margin-bottom:30px}@media(max-width: 560px){.cont.qr-code-reception .bottom-cta .bottom-cta__text{font-size:12pt}}.cont.qr-code-reception .bottom-cta .bottom-cta__content{display:flex;justify-content:center;align-items:center;gap:40px}@media(max-width: 560px){.cont.qr-code-reception .bottom-cta .bottom-cta__content{flex-direction:column;gap:30px}}.cont.qr-code-reception .bottom-cta .bottom-cta__btns{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.cont.qr-code-reception .bottom-cta .bottom-cta__btns .btn{font-size:13pt;line-height:40pt;padding-left:30px;padding-right:30px;min-width:180px}.cont.qr-code-reception .bottom-cta .bottom-cta__image{flex:0 0 auto;max-width:120px}@media(max-width: 560px){.cont.qr-code-reception .bottom-cta .bottom-cta__image{max-width:100px}}.cont.qr-code-reception .bottom-cta .bottom-cta__image figure{background-color:#fff;padding:10px;border-radius:8px}.cont.qr-code-reception .bottom-cta .bottom-cta__image figure img{width:100%;height:auto}.cont.qr-code-reception .fixed-cv{position:fixed;bottom:0;left:0;z-index:14;padding:14px 0;width:100%;max-width:100dvw;background-color:#053667;box-shadow:0 -4px 20px rgba(0,0,0,.15);transform:translate(0, 100%);transition:.3s ease;transition-property:transform}@media(max-width: 560px){.cont.qr-code-reception .fixed-cv{padding:12px 0}}.cont.qr-code-reception .fixed-cv.show{transform:translate(0, 0)}.cont.qr-code-reception .fixed-cv .inner{max-width:1280px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:0 3%}@media(max-width: 1024px){.cont.qr-code-reception .fixed-cv .inner{justify-content:center}}@media(max-width: 560px){.cont.qr-code-reception .fixed-cv .inner{gap:8px}}.cont.qr-code-reception .fixed-cv .fixed-cv__txt{flex:1;font-size:13pt;font-weight:bold;color:#fff;white-space:nowrap}@media(max-width: 1024px){.cont.qr-code-reception .fixed-cv .fixed-cv__txt{display:none}}.cont.qr-code-reception .fixed-cv .fixed-cv__btn{flex-shrink:0}.cont.qr-code-reception .fixed-cv .fixed-cv__btn .btn{padding:12px 24px 11px;font-size:12pt;line-height:17pt;min-width:160px}.cont.qr-code-reception .fixed-cv .fixed-cv__btn .btn.--cv{width:100%;min-width:200px}.cont.qr-code-reception .fixed-cv .fixed-cv__btn .btn.--primary{color:#fff;border-color:#fff;background-color:rgba(0,0,0,0);transform:translate(0px, 3px)}.cont.qr-code-reception .fixed-cv .fixed-cv__btn .btn.--primary:hover{color:#053667}@media(max-width: 560px){.cont.qr-code-reception .fixed-cv .fixed-cv__btn .btn{min-width:auto;padding:10px 16px;font-size:12px}}.cont.qr-code-reception .fixed-cv .fixed-cv__btn:has(.--cv){flex-grow:1;max-width:500px}@media screen and (min-width: 1025px){.cont.qr-code-reception .fixed-cv .fixed-cv__btn:has(.--primary){flex:1}}footer{padding-top:30px;border-top:1px solid #e5e5e5}footer .inner{padding-bottom:100px}.p0{padding:0 !important}.pt0{padding-top:0 !important}.pb0{padding-bottom:0 !important}.pl0{padding-left:0 !important}.pr0{padding-right:0 !important}.m0{margin:0 !important}.mt0{margin-top:0 !important}.mb0{margin-bottom:0 !important}.ml0{margin-left:0 !important}.mr0{margin-right:0 !important}