@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");*{padding:0;margin:0;box-sizing:border-box}html{font-family:Noto Sans JP,sans-serif}body{max-width:100vw;height:100dvh;overflow-x:hidden;color:#313131;scroll-behavior:smooth}:root{--main-color:#f3971a}.grecaptcha-badge{width:70px;height:auto;padding-bottom:10px;position:relative;z-index:50000}#loading{display:flex;justify-content:center;align-items:center;width:100%;min-height:160px}header{width:100%;height:auto;padding-bottom:24px;position:relative}#logo{display:flex;justify-content:center;align-items:center;padding-top:40px}header .logo{width:240px;height:auto}.menuBtnDisabled{display:none}header ul{list-style:none;font-weight:600;padding-top:30px;width:100%}header ul,header ul li a{display:flex;justify-content:center;height:100%}header ul li a{align-items:center;text-decoration:none;color:#313131;margin:0 16px;transition:all .5s}header ul li a span{display:flex;justify-content:center;align-items:center;position:relative;z-index:1}header ul li a span:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:#313131;z-index:-1;transition:all .4s}header ul li a:hover span:after{width:100%}.githubIcon{bottom:2px}.githubIcon,.twitterIcon{position:relative;width:35px;height:auto}.twitterIcon{bottom:1.25px}main{display:inline-block;justify-content:center;text-align:center;padding-bottom:16px}main,main img{width:100%;height:auto}main img{object-fit:cover;vertical-align:bottom}p{font-size:clamp(.9rem,3vw,1.1rem)}.sections{max-width:100%;min-height:calc(100dvh - 287px);height:auto;background-color:#efefef;position:relative;overflow:hidden;padding:16px;z-index:0;margin-bottom:16px}.heading{position:absolute;top:0;left:0;width:250px;height:50px;padding:10px 10px 10px 20px;box-shadow:0 0 4px #888888;background-color:#faffe0;text-align:left;font-size:clamp(1.2rem,3vw,1.3rem);border-bottom-right-radius:50px;font-weight:600}footer{width:100%;height:80px;display:flex;justify-content:center;align-items:center;text-align:center;background-color:#313131;color:#fff;padding:0 8px;font-size:.8rem}.privacyPolicy{font-size:.7rem;color:#fff;text-decoration:none}.footerLogo{display:flex;justify-content:center;align-items:center;text-align:center;line-height:32px;padding-top:5px;width:100vw;max-height:37px}.footerLogo img{max-width:32px;max-height:32px}.footerLogo p{padding-left:8px;font-size:clamp(.6rem,3vw,.7rem)}#menuBtn{display:none}.no-scroll{overflow:hidden}@media (max-width:700px){.nav_wrapper{width:100%;height:100dvh;z-index:2;position:fixed;top:0;left:0}header ul{position:absolute;width:100%;height:100%;background-color:rgb(255,255,255,.9);z-index:9999;flex-direction:column;text-align:center;font-size:1.4rem;padding:0}header ul li{max-width:100%;height:100%;border-bottom:1px solid #313131;font-size:clamp(1.3rem,3vw,1.6rem);display:flex;justify-content:center;align-items:center}header ul li:hover{cursor:pointer;background-color:#e0e0e0}header ul li a{margin:0;width:100%;height:100%}header ul li a:hover span:after{width:0}header ul li:last-child{border:none}.githubIcon,.twitterIcon{bottom:0;height:100%}.grecaptcha-badge{transform:scale(.84)}.sections{min-height:calc(100dvh - 222px)}#menuBtn{display:block;position:fixed;bottom:90px;right:0;z-index:10000}.menuBtn{width:51.5px;height:51.5px;border-radius:5px 0 0 5px;background-color:rgb(108,108,108,.4);border:none;color:#fff;font-size:1rem;font-weight:600;transition:all .8s;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;background-color:#f3971a}.menuBtn:hover{opacity:.8}.menuClose{height:0;display:none}.menuOpen{overflow:hidden}}@media (min-width:701px) and (max-width:1120px){.nav_wrapper{width:100%;height:100dvh;z-index:2;position:fixed;top:0;left:0}header ul{position:absolute;width:100%;height:100%;background-color:rgb(255,255,255,.9);z-index:9999;flex-direction:column;font-size:1.4rem;padding:0}header ul li{max-width:100%;height:100%;border-bottom:1px solid #313131;font-size:clamp(1.3rem,3vw,1.5rem);display:flex;justify-content:center;align-items:center}header ul li:last-child{border:none}header ul li:hover{cursor:pointer;background-color:rgb(136,136,136)}header ul li a{margin:0;width:100%;height:100%}header ul li a:hover span:after{width:0}.githubIcon,.twitterIcon{bottom:0;height:100%}.sections{min-height:calc(100dvh - 222px)}#menuBtn{display:block;position:fixed;bottom:90px;right:0;z-index:10000}.menuBtn{width:71.5px;height:71.5px;border-radius:5px 0 0 5px;background-color:rgb(108,108,108,.4);border:none;color:#fff;font-size:1.1rem;font-weight:600;transition:all .8s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.menuBtn:hover{cursor:pointer;background-color:#f3971a;color:#fff;transform:scale(1.1)}.menuClose{height:0;display:none}.menuOpen{height:100dvh;width:100dvw;position:fixed;overflow:hidden}}.ScrollToTopButton_scrollToTopBtn__GpnoD{position:fixed;bottom:90px;right:0;color:#fff;border:none;border-radius:5px 0 0 5px;width:70px;height:70px;font-size:1.7rem;line-height:71.5px;text-align:center;cursor:pointer;z-index:10000;background-color:rgb(108,108,108,.4);text-decoration:none;font-weight:600;transition:all .8s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ScrollToTopButton_scrollToTopBtn__GpnoD:hover{cursor:pointer;background-color:#313131;color:#fff;opacity:1;transform:scale(1.1);line-height:60px}.ScrollToTopButton_scrollToTopBtnDisabled__jixbH{display:none}@media (max-width:700px){.ScrollToTopButton_scrollToTopBtn__GpnoD{bottom:150px;width:51.5px;height:51.5px;line-height:51.5px;font-size:1.4rem}.ScrollToTopButton_scrollToTopBtn__GpnoD:hover{line-height:40px}}@media (min-width:701px) and (max-width:1120px){.ScrollToTopButton_scrollToTopBtn__GpnoD{bottom:166px}}.page_vision__oSQeh{margin:50px 0}.page_vision__oSQeh p{font-size:2rem;margin:7px;text-align:center;letter-spacing:5px}.page_hi__5fPS5{color:#f3971a}.page_hi__5fPS5,.page_to__gdckW{font-weight:600;font-size:2.7rem}.page_to__gdckW{color:#fc2e20}.page_no__6tFC7{color:#50bbfd;font-weight:600;font-size:2.7rem}.page_mission__H_Tae{margin:30px 0}.page_mission__H_Tae p{font-size:1.2rem;margin:7px;text-align:center;letter-spacing:5px}.page_aboutSection__XbfuC{width:100%;height:100%;background-color:#efefef;position:relative;overflow:hidden;margin-bottom:16px}.page_values__Vh3Lh{margin:30px 0}.page_values__Vh3Lh li{font-size:.9rem;margin:0 20px 20px;text-align:center;letter-spacing:5px;line-height:20px;list-style:none}.page_profile___tqo3{display:flex;justify-content:center;align-items:center;margin:60px 20px 20px}.page_profile___tqo3 p{font-size:.8rem}.page_profileImage__kAEo4{width:25%;height:auto;margin-right:20px;border-radius:20px}.page_profileDetails__2hYRl{max-width:100%;text-align:left;padding:10px}.page_profileDetails__2hYRl div{width:100%}.page_aboutSummary__enjjl{margin-bottom:20px}@media (max-width:700px){.page_mission__H_Tae,.page_vision__oSQeh{margin:70px 0 40px}.page_values__Vh3Lh{margin:80px 0 40px}.page_profile___tqo3{flex-direction:column;margin:20px}.page_profileImage__kAEo4{width:90%;margin-top:50px;margin-right:0}.page_profileDetails__2hYRl{text-align:center}}@media (min-width:701px) and (max-width:1120px){.page_vision__oSQeh{margin:50px 0 40px}.page_values__Vh3Lh{margin:60px 0 40px}.page_profile___tqo3{flex-direction:column}.page_profileImage__kAEo4{margin-right:0;width:30%}.page_profileDetails__2hYRl{text-align:center}}.page_contact__1qlCw{display:flex;justify-content:center;align-items:center;flex-direction:column;margin:60px 0 20px;padding:8px}.page_contact__1qlCw input:focus,.page_contact__1qlCw select:focus,.page_contact__1qlCw textarea:focus{font-size:1rem}.page_contactContents__ngnEB{width:60%}.page_contactCheckbox___6UbD,.page_contactContents__ngnEB{margin-bottom:25px;display:flex;justify-content:center;align-items:center;flex-direction:column}.page_contactCheckbox___6UbD{width:100%;text-align:left}.page_contactContents__ngnEB label{font-weight:600;font-size:1.1rem;margin-bottom:5px}.page_contactContents__ngnEB input{width:100%;height:30px;border:1px solid #b1b1b1;padding:5px;display:flex;justify-content:center;align-items:center;flex-direction:column}.page_checkboxText__6IJXM{font-weight:600;margin:0 20px 5px}.page_checkbox__Eu8Cq{display:block;justify-content:center;align-items:center;flex-direction:column;text-align:center;margin:15px auto;transform:scale(2.5);border:1px solid #000}.page_contactContents__ngnEB .page_inquiry__Mqjt9{width:101%;height:100%;font-size:.8rem;border:1px solid #b1b1b1;text-align:left}.page_contactContents__ngnEB textarea{width:100%;height:200px;resize:vertical;font-size:.9rem;border:1px solid #b1b1b1;padding:5px}.page_submitBtn__xjhe9{width:350px;height:50px;border-radius:100px;background-color:#e0e0e0;font-size:1.1rem;font-weight:600;border:1.5px solid #b1b1b1;transition:.7s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.page_submitBtn__xjhe9:hover{background-color:#f3971a;color:#fff;border:none;transform:scale(1.1)}.page_sendingBtn__4T5PF{color:#313131}.page_disableBtn__Caktu,.page_sendingBtn__4T5PF{width:350px;height:50px;border-radius:100px;background-color:#e0e0e0;font-size:1.1rem;font-weight:600;border:1.5px solid #b1b1b1;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.page_required__BC3kc{font-size:.7rem;border:1px solid;background-color:#ff4b3e;color:#fff;padding:3px;margin-left:10px}.page_emailError__9A70M{background-color:#ffcfcb}.page_emailErrorMessage__Qjyn9{font-size:.8rem;font-weight:600;color:#ff4b3e}.page_privacyPolicyBtn__ISYRZ{padding:10px;font-weight:600}.page_note__9C7LG{width:100%;height:auto;padding:0 48px;margin:16px 0 32px}.page_note__9C7LG p{font-size:.8rem;font-weight:600;color:#ff4b3e;word-break:auto-phrase}@media (max-width:700px){.page_contactContents__ngnEB,.page_contactContents__ngnEB textarea{width:100%}.page_disableBtn__Caktu,.page_sendingBtn__4T5PF,.page_submitBtn__xjhe9{width:300px}}@media (min-width:701px) and (max-width:1120px){.page_contactContents__ngnEB,.page_contactContents__ngnEB textarea{width:100%}}.page_service__AeqBp{margin-top:30px;padding:8px}.page_service__AeqBp p{font-size:.9rem}.page_service__AeqBp h3{margin-top:30px}.page_service__AeqBp h5{margin:10px 0}.page_price__VL4tU{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin-top:15px}.page_price__VL4tU section{position:relative;background-color:rgb(240,240,240);box-shadow:0 0 15px -3px #777777;padding:10px;margin:5px 10px;border-radius:10px;width:25%;transition:all .8s;isolation:isolate;z-index:1}.page_price__VL4tU section:hover{transform:scale(1.1);background-color:#ffffff;z-index:2}@property --gradient-angle{syntax:"<angle>";initial-value:0deg;inherits:false}.page_price__VL4tU section:before{content:"";position:absolute;inset:-4px;z-index:-1;border-radius:14px;background:transparent;transition:all .8s}.page_price__VL4tU section:hover:before{background:conic-gradient(from var(--gradient-angle),#f3971a 0,#ffd599 20%,#ffeed8 30%,#ffd599 40%,#f3971a 50%,#f3971a 60%,#ffd599 70%,#ffeed8 80%,#ffd599 90%,#f3971a 100%);animation:page_gradient-rotation__FdEh1 3s linear infinite}.page_price__VL4tU section:after{content:"";position:absolute;inset:0;background:rgb(240,240,240);border-radius:10px;z-index:-1}.page_price__VL4tU section:hover:after{background:#ffffff}@keyframes page_gradient-rotation__FdEh1{0%{--gradient-angle:0deg}to{--gradient-angle:360deg}}.page_badge__tMXPC{display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.page_badge__tMXPC div{padding:10px}.page_serviceImage__af08a{width:100%;height:auto;object-fit:cover;border-radius:10px}.page_price__VL4tU h4{padding-top:8px}.page_price__VL4tU section .page_price_txt__YxkTi{font-size:1.5rem;font-weight:600}.page_price__VL4tU section .page_description__3XKCJ{font-size:.9rem}.page_techstackImage__Xa11M{width:60%;height:auto;background-color:#fff;border-radius:30px}.page_oderFlow__sNvB6{padding:16px 0 24px}.page_oderFlow_Image__V_Cr5{width:20%;height:auto;padding-bottom:16px}.page_contactBtn__Zw_DJ{width:70%;height:60px;display:inline-block;border:none;background-color:#f3971a;justify-content:center;align-items:center;border-radius:30px;margin:10px 0 30px;transition:all .7s;font-size:.9rem}.page_contactBtn__Zw_DJ a{display:block;color:#fff;text-decoration:none;line-height:60px;font-weight:600;-webkit-user-select:none;-moz-user-select:none;user-select:none}.page_contactBtn__Zw_DJ:hover{transform:scale(1.1)}.page_certification__us_3n{width:150px;height:auto;border-radius:30px;margin-bottom:10px;background-color:#fff}@media (max-width:700px){.page_service__AeqBp{margin-top:40px}.page_price__VL4tU{flex-direction:column;flex-wrap:nowrap}.page_price__VL4tU section{width:100%}.page_price__VL4tU section:hover{transform:scale(1)}.page_techstackImage__Xa11M{width:90%}.page_oderFlow_Image__V_Cr5{width:50%;height:auto;padding-bottom:16px}.page_price__VL4tU section:before{display:none}}@media (min-width:701px) and (max-width:1120px){.page_service__AeqBp{margin-top:40px}.page_price__VL4tU{flex-direction:column;flex-wrap:nowrap}.page_price__VL4tU section{width:90%}.page_price__VL4tU section:hover{transform:scale(1)}.page_techstackImage__Xa11M{width:80%}.page_oderFlow_Image__V_Cr5{width:50%;height:auto;padding-bottom:16px}.page_price__VL4tU section:before{display:none}}