.hero{padding:60px 0 40px;background:linear-gradient(45deg,#143189 60%,#569ecd);color:#fff;position:relative;overflow:hidden}@media(min-width:640px){.hero{padding:100px 0 60px}}@media(min-width:768px){.hero{padding:120px 0 60px}}@media(min-width:1024px){.hero{padding:160px 0 100px}}.heroContainer{width:100%;padding:0 20px;margin:0 auto;position:relative;display:flex;flex-direction:column;align-items:center}.heroContainer:before{content:"";position:absolute;top:226px;bottom:auto;right:0;left:0;margin:auto;width:300px;height:250px;background-image:url(/img/mv_03.png);background-size:contain;background-position:100% 100%;background-repeat:no-repeat;opacity:1;z-index:0}@media(min-width:640px){.heroContainer:before{top:170px;height:280px}}@media(min-width:768px){.heroContainer:before{top:20px;bottom:auto;left:45%;right:auto;width:55%;height:100%;opacity:1;background-position:50%}.heroContainer{max-width:90%;flex-direction:row;align-items:flex-start}}@media(min-width:1024px){.heroContainer{max-width:1200px}}.heroAnimation{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0}.heroAnimationCircle{position:absolute;border-radius:50%;background:hsla(0,0%,100%,.1);animation:pulse 8s infinite}.heroAnimationCircle:first-child{width:300px;height:300px;top:-100px;right:-50px;animation-delay:0s}.heroAnimationCircle:nth-child(2){width:200px;height:200px;bottom:-50px;left:10%;animation-delay:2s}.heroAnimationCircle:nth-child(3){width:150px;height:150px;top:20%;right:20%;animation-delay:4s}@keyframes pulse{0%{transform:scale(.8);opacity:.5}50%{transform:scale(1.2);opacity:.2}to{transform:scale(.8);opacity:.5}}.heroContent{position:relative;width:100%;max-width:100%;z-index:1;text-align:center;padding:0}@media(min-width:768px){.heroContent{max-width:55%;padding-right:0;text-align:left}}@media(min-width:1024px){.heroContent{max-width:100%}}.heroTitle{font-size:24px;font-weight:700;line-height:1.5;margin-bottom:20px;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.2);font-feature-settings:"halt" 1}@media(min-width:640px){.heroTitle{font-size:28px}}@media(min-width:768px){.heroTitle{font-size:36px;margin-bottom:30px;text-align:left}}@media(min-width:1024px){.heroTitle{font-size:40px}}.heroTitleText{display:inline-block;background-color:#66d994;color:#fff;padding:5px 15px;margin:10px 10px 0;border-radius:5px;font-size:28px;position:relative}@media(min-width:768px){.heroTitleText{font-size:32px;margin:16px 16px 0;padding:8px 20px}}@media(min-width:1024px){.heroTitleText{font-size:40px}}.heroText{font-size:14px;line-height:1.7;margin-bottom:210px;opacity:.9;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.1)}@media(min-width:640px){.heroText{font-size:16px}}@media(min-width:768px){.heroText{font-size:18px;margin-bottom:40px;text-align:left}}.heroBtns{display:flex;flex-direction:column;gap:20px;width:100%;max-width:300px;margin:0 auto}@media(min-width:768px){.heroBtns{flex-direction:row;gap:30px;margin:0;max-width:none}}.heroBtns .btnPrimary,.heroBtns .btnSecondary{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;border-radius:5px;font-weight:700;font-size:16px;text-align:center;transition:all .3s ease;position:relative;overflow:hidden;width:100%;text-decoration:none;min-width:200px}.heroBtns .btnPrimary:before,.heroBtns .btnSecondary:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:hsla(0,0%,100%,.1);transform:translateX(-100%);transition:transform .3s ease}.heroBtns .btnPrimary:hover,.heroBtns .btnSecondary:hover{transform:translateY(-3px);box-shadow:0 6px 12px rgba(0,0,0,.15)}.heroBtns .btnPrimary:hover:before,.heroBtns .btnSecondary:hover:before{transform:translateX(0)}@media(min-width:768px){.heroBtns .btnPrimary,.heroBtns .btnSecondary{width:auto;min-width:180px}}.heroBtns .btnPrimary{background:#66d994;color:#fff;box-shadow:0 4px 8px rgba(255,107,0,.3)}.heroBtns .btnPrimary:hover{opacity:.9}.heroBtns .btnSecondary{background:rgba(0,0,0,0);color:#fff;border:2px solid #fff}.heroBtns .btnSecondary:hover{background:hsla(0,0%,100%,.1)}.appBtns{display:flex;gap:10px;justify-content:center;width:100%;margin-top:20px}@media(min-width:768px){.appBtns{justify-content:flex-start;gap:20px}}.pc-only{display:none}@media(min-width:768px){.pc-only{display:inline}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:#333;margin:0}*,:after,:before{box-sizing:border-box}.container{width:100%;padding:0 20px;margin:0 auto;overflow:hidden}@media(min-width:768px){.container{max-width:90%}}@media(min-width:1024px){.container{max-width:1200px}}.sectionTitle{font-size:24px;font-weight:700;text-align:center;margin-bottom:40px;position:relative;padding-bottom:20px}.sectionTitle:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:50px;height:3px;background-color:#143189}@media(min-width:768px){.sectionTitle{font-size:32px;margin-bottom:60px}}.serviceSection{padding:40px 0;background-color:#f7f5f2}@media(min-width:640px){.serviceSection{padding:60px 0}}@media(min-width:768px){.serviceSection{padding:100px 0}}.serviceContainer{width:100%;max-width:100%;padding:0 20px;margin:0 auto 40px;display:flex;flex-direction:column;gap:20px}@media(min-width:768px){.serviceContainer{max-width:90%;margin-top:60px}}@media(min-width:1024px){.serviceContainer{max-width:1200px;margin-top:80px}}.serviceContent{flex:1 1}@media(min-width:768px){.serviceContent{max-width:50%}}.serviceTitle{font-size:20px;font-weight:700;color:#143189;margin-bottom:20px}@media(min-width:768px){.serviceTitle{font-size:24px}}.titleBox{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:20px}@media(min-width:640px){.titleBox{flex-wrap:nowrap}}.titleBox .serviceTitle{margin-bottom:0;margin-right:10px}.titleBox .serviceSubTitle{font-size:12px;color:#666;font-style:normal;margin:0;padding:3px 0;display:inline-block}@media(min-width:768px){.titleBox .serviceSubTitle{font-size:14px}}.titleBox .serviceSubTitle span{color:#66d994;font-weight:600;background-color:rgba(102,217,148,.1);padding:3px 8px;border-radius:4px}@media(min-width:768px){.titleBox .serviceSubTitle span{padding:4px 10px}}.serviceDescription{font-size:14px;line-height:1.8;margin-bottom:0;color:#333}@media(min-width:768px){.serviceDescription{font-size:16px}}.serviceFeatures{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:30px}.serviceFeature{background-color:#143189;color:#fff;font-size:12px;font-weight:700;padding:6px 10px;border-radius:20px}@media(min-width:768px){.serviceFeature{font-size:14px;padding:8px 16px}}.serviceImage{flex:1 1;display:flex;justify-content:center;align-items:center}.serviceImage img{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.1)}.serviceImage.webImages{display:flex;flex-direction:column;gap:20px}.serviceImage.appImages{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.serviceImage.appImages .appImage{width:30%;max-width:120px;height:auto;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.1);transition:transform .3s ease}.serviceImage.appImages .appImage:hover{transform:translateY(-5px)}@media(min-width:768px){.serviceImage.appImages .appImage{max-width:150px}}.websites{padding:60px 0;background-color:#f8f9fa}@media(min-width:768px){.websites{padding:100px 0}}.apps{padding:60px 0;background-color:#f7f5f2}@media(min-width:768px){.apps{padding:100px 0}}.postFeatures{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:30px;gap:30px}@media(max-width:768px){.postFeatures{grid-template-columns:1fr;gap:20px}}.postFeatures .postFeature{background:#fff;padding:25px;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.05);transition:transform .3s ease}.postFeatures .postFeature:hover{transform:translateY(-5px)}.postFeatures .postFeature h3{font-size:18px;font-weight:700;color:#143189;margin-bottom:15px}.postFeatures .postFeature h3 .serviceTitleStrong{font-size:20px;font-weight:700;color:#143189}.postFeatures .postFeature h3 .serviceTitleSmall{font-size:16px;color:#666;margin-left:5px}.postFeatures .postFeature p{font-size:14px;line-height:1.8;color:#333;margin:0}.sp-only{display:inline}@media(min-width:640px){.sp-only{display:none}}.serviceBtns{margin-top:30px;display:flex;gap:20px}.serviceBtns .btnPrimary{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;background:#143189;color:#fff;border-radius:5px;font-weight:700;font-size:14px;text-decoration:none;transition:all .3s ease;position:relative;overflow:hidden}.serviceBtns .btnPrimary:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:hsla(0,0%,100%,.1);transform:translateX(-100%);transition:transform .3s ease}.serviceBtns .btnPrimary:hover{transform:translateY(-3px);box-shadow:0 6px 12px rgba(20,49,137,.3);background:rgb(13.5031847134,33.0828025478,92.4968152866)}.serviceBtns .btnPrimary:hover:before{transform:translateX(0)}@media(min-width:768px){.serviceBtns .btnPrimary{font-size:16px;padding:14px 28px}}