:root{--bg-light:#f7f8fa;--text-main:#2d2f35;--text-muted:#4f535c;--brand-blue:#3f56ec;--deep-blue:#3247dd;--line-blue:linear-gradient(90deg, #4b67ff 0%, #2f43d7 100%);--shadow-soft:0 10px 28px #00000029;--border-light:#d2d4da;--font-ja:"Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif}*{box-sizing:border-box}html,body{margin:0;padding:0}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{font-family:var(--font-ja);color:var(--text-main);background:var(--bg-light);line-height:1.7}.pc{display:block}.sp{display:none}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-shell{background:var(--bg-light);min-height:100vh}.container{width:min(1240px,100% - 48px);margin:0 auto}.container.narrow{width:min(1020px,100% - 48px)}.container.narrow-table{width:min(980px,100% - 48px)}.section-title{text-align:center;letter-spacing:.02em;margin:0;font-size:clamp(32px,3vw,52px);font-weight:800;line-height:1.35}.section-title.white{color:#fff}.section-text{color:var(--text-muted);margin:0;font-size:clamp(20px,1.55vw,26px);line-height:1.8}.section-text.center{text-align:center}.title-line{background:linear-gradient(90.48deg,#253399 11.11%,#3e55ff 50.19%,#253399 89.28%);width:110px;height:16px;margin:5em auto;display:block}.site-header{background:#fff;align-items:center;height:88px;display:flex;box-shadow:0 4px 16px #0000000d}.site-header .container{width:95%}.header-inner{justify-content:space-between;align-items:center;min-height:102px;display:flex}.brand-logo{letter-spacing:.03em;white-space:nowrap;font-weight:700;line-height:1}.header-brand-logo{align-items:center;display:flex}.header-logo-image{width:15em;height:auto}.brand-main{color:#0a0b0d;font-size:clamp(28px,2.25vw,52px)}.brand-sub{color:#9e9ea2;font-size:clamp(28px,2.25vw,52px)}.listing-note{text-align:right;color:#484b52;grid-template-rows:auto auto;grid-template-columns:auto 52px;align-items:center;column-gap:12px;font-size:clamp(11px,.8vw,13px);line-height:1.35;display:grid}.listing-note p{margin:0}.listing-note p:first-child{grid-area:1/1}.listing-note p:nth-child(2){grid-area:2/1}.jpx-logo-image{object-fit:contain;grid-area:1/2/span 2;width:52px;height:52px}.hero-container{--hero-slide-width:min(1180px, calc(100% - 120px));--hero-slide-overlap:156px;--hero-slide-step:calc(100% - var(--hero-slide-overlap));--hero-leaving-extra:52%;--hero-contact-size:clamp(88px, calc(var(--hero-slide-width) * .132), 156px);--hero-contact-edge-adjust:110px;--hero-contact-bottom:clamp(85px, calc(var(--hero-slide-width) * .2), 125px);width:calc(100% - 24px);position:relative;overflow:hidden}.hero-carousel{width:100%;height:min(718px,60.81vw - 87.5664px);margin:0 auto;position:relative}.hero-slide{width:var(--hero-slide-width);aspect-ratio:1200/724;filter:drop-shadow(10px 10px 20px #00000040);opacity:0;pointer-events:none;z-index:1;padding:56px 0;transition:transform .8s,opacity .8s;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.hero-slide.is-active{opacity:1;z-index:3;pointer-events:auto;transform:translate(-50%,-50%)}.hero-slide.is-prev{opacity:1;transform:translate(calc(-50% - var(--hero-slide-step)), -50%);z-index:2}.hero-slide.is-next{opacity:1;transform:translate(calc(-50% + var(--hero-slide-step)), -50%);z-index:2}.hero-slide.is-hidden{opacity:0;transform:translate(-50%,-50%)scale(.96)}.hero-slide.is-leaving-left{opacity:0;transform:translate(calc(-50% - var(--hero-slide-step) - var(--hero-leaving-extra)), -50%);z-index:1}.hero-slide.is-no-transition{transition:none}.hero-slide img{object-fit:contain;width:100%;height:100%}.floating-contact{right:calc((100% - var(--hero-slide-width)) / 2 - (var(--hero-contact-size) * .45) + var(--hero-contact-edge-adjust));bottom:var(--hero-contact-bottom);width:var(--hero-contact-size);aspect-ratio:1;z-index:6;transition:transform .25s;position:absolute}.floating-contact:hover{transform:translateY(-4px)}.floating-contact img{width:100%;height:100%}.floating-contact .is-hover,.floating-contact:hover .is-default,.floating-contact:focus-visible .is-default{display:none}.floating-contact:hover .is-hover,.floating-contact:focus-visible .is-hover{display:block}.challenge-section{background:#05080f -webkit-image-set(url(/lp/dino-gpuserver/img/section-bg-001.webp) 1x type("image/webp"),url(/lp/dino-gpuserver/img/section-bg-001.png) 1x type("image/png")) 50%/cover no-repeat;background:#05080f image-set("/lp/dino-gpuserver/img/section-bg-001.webp" 1x type("image/webp"),"/lp/dino-gpuserver/img/section-bg-001.png" 1x type("image/png")) 50%/cover no-repeat;min-height:635px;padding:130px 0 90px}.challenge-title{color:#fff;letter-spacing:.1em;margin-bottom:54px;font-size:clamp(20px,4vw,32px);font-weight:700;line-height:55px}.challenge-section .container{max-width:1115px}.challenge-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;display:grid}.challenge-card{text-align:center;background:#f3f4f7;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-height:234px;padding:24px 22px 20px;display:flex;box-shadow:0 12px 22px #0006}.challenge-card img{width:auto;height:80px;margin-bottom:16px}.challenge-card p{color:#333;margin:0;font-size:clamp(14px,1.1vw,18px);font-weight:700;line-height:27px}.section-arrow{clip-path:polygon(50% 100%,0 0,100% 0);z-index:3;background:linear-gradient(90.48deg,#253399 11.11%,#3e55ff 50.19%,#253399 89.28%);width:347px;height:129px;margin:-59px auto;position:relative}.solution-section{background:#fff -webkit-image-set(url(/lp/dino-gpuserver/img/section-bg-002.webp) 1x type("image/webp"),url(/lp/dino-gpuserver/img/section-bg-002.png) 1x type("image/png")) 50% 10px/74% no-repeat;background:#fff image-set("/lp/dino-gpuserver/img/section-bg-002.webp" 1x type("image/webp"),"/lp/dino-gpuserver/img/section-bg-002.png" 1x type("image/png")) 50% 10px/74% no-repeat;padding:10.5em 0}.solution-section .section-title{letter-spacing:.1em;color:#333;margin-bottom:2.5em;font-size:clamp(20px,3.8vw,32px);font-weight:700;line-height:160%}.solution-section .section-text{letter-spacing:.05em;color:#333;max-width:1120px;margin:0 auto 5em;font-size:clamp(16px,2vw,22px);font-weight:550;line-height:160%}.solution-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.solution-card h3{text-align:center;color:#3e55ff;letter-spacing:.05em;margin:0 0 14px;font-size:clamp(21px,1.7vw,28px);font-weight:800;line-height:160%}.solution-image{border-radius:18px;margin-bottom:14px;position:relative;overflow:hidden}.solution-image img{width:100%;height:auto}.solution-image:after{content:"";height:52%;position:absolute;inset:auto 0 0}.solution-image p{z-index:1;color:#fff;text-align:center;margin:0;font-size:clamp(16px,1.2vw,20px);font-weight:400;line-height:160%;position:absolute;inset:auto 0 16px}.solution-card ul{color:#333;margin:0;padding-left:1.1em;font-size:clamp(12px,1vw,16px);font-weight:600;line-height:32px}.effect-section{background-blend-mode:multiply;background:#3e55ff -webkit-image-set(url(/lp/dino-gpuserver/img/section-bg-003.webp) 1x type("image/webp"),url(/lp/dino-gpuserver/img/section-bg-003.png) 1x type("image/png")) 50%/cover no-repeat;background:#3e55ff image-set("/lp/dino-gpuserver/img/section-bg-003.webp" 1x type("image/webp"),"/lp/dino-gpuserver/img/section-bg-003.png" 1x type("image/png")) 50%/cover no-repeat;padding:9em 0}.effect-section .section-title{letter-spacing:.1em;color:#fff;font-size:clamp(20px,4.2vw,32px);font-weight:700;line-height:160%}.effect-list{gap:3em;display:grid}.effect-item{position:relative}.effect-item img{z-index:2;width:75px;height:75px;position:absolute;top:60%;left:15%;transform:translate(-44%,-50%)}.effect-item p{color:#fff;text-align:center;letter-spacing:.05em;background:linear-gradient(90deg,#253399 0%,#3e55ff 50%,#253399 100%);border:2px solid #fff;border-radius:10px;place-items:center;gap:16px;width:727px;max-width:68vw;height:80px;margin:0 auto;padding:14px 32px;font-size:clamp(18px,2vw,24px);font-weight:700;line-height:160%;display:grid;box-shadow:10px 10px 10px #0006}.compare-section{background:#fff;padding:9em 0}.compare-section .section-title{letter-spacing:.1em;color:#333;font-size:clamp(20px,3.9vw,32px);font-weight:700;line-height:160%}.compare-section .section-text{letter-spacing:.1em;color:#333;margin-bottom:5em;font-size:20px;font-weight:550;line-height:160%}.compare-heads{text-align:center;grid-template-columns:28% 36% 36%;align-items:end;width:85%;margin:0 auto 1.2em;display:grid}.compare-heads>div{color:#3b3d42;justify-self:center;font-size:clamp(17px,1.3vw,22px);font-weight:700}.compare-heads>div:first-child{grid-column:2}.compare-heads>div:nth-child(2){grid-column:3}.compare-heads>div.is-active{color:var(--brand-blue)}.compare-heads svg{width:62px;height:38px;margin:0 auto 1em;display:block}.compare-heads .compare-shared-icon{object-fit:contain;width:62px;height:38px;margin:0 auto 1em;display:block}.table-wrap{width:85%;margin:0 auto;overflow-x:auto}.compare-table{border-collapse:collapse;table-layout:fixed;width:100%;font-size:clamp(18px,1.45vw,24px)}.compare-table th,.compare-table td{text-align:center;border:1px solid #c3c3c3;padding:20px 10px;line-height:1.35}.compare-table th{background:#f0f0f0;width:28%;font-weight:500}.compare-table .focus-cell{color:var(--brand-blue);border-left:7px solid var(--brand-blue);border-right:7px solid var(--brand-blue);background:#edf1ff;font-weight:700}.compare-table tr:first-child .focus-cell{border-top:7px solid var(--brand-blue)}.compare-table tr:last-child .focus-cell{border-bottom:7px solid var(--brand-blue)}.reason-section{background:#050626 -webkit-image-set(url(/lp/dino-gpuserver/img/section-bg-004.webp) 1x type("image/webp"),url(/lp/dino-gpuserver/img/section-bg-004.png) 1x type("image/png")) 50%/cover no-repeat;background:#050626 image-set("/lp/dino-gpuserver/img/section-bg-004.webp" 1x type("image/webp"),"/lp/dino-gpuserver/img/section-bg-004.png" 1x type("image/png")) 50%/cover no-repeat;padding:128px 0}.reason-section .container{width:min(1130px,100% - 48px)}.reason-card{background:#f4f6fae0;border-radius:0;padding:86px 80px 70px}.reason-card .section-title{letter-spacing:.05em;font-size:clamp(24px,1.95vw,32px);font-weight:700;line-height:160%}.reason-card .section-text{letter-spacing:.05em;color:#333;margin-bottom:4em;font-size:clamp(20px,1.3vw,22px);font-weight:550;line-height:160%}.reason-card .section-text .bold{font-weight:700;text-decoration-line:underline}.reason-sub-title{text-align:center;letter-spacing:.05em;color:#3e55ff;margin:0 0 24px;font-size:clamp(16px,3.2vw,24px);font-weight:700;line-height:160%}.reason-note{letter-spacing:.05em;color:#333;justify-content:center;align-items:center;margin:2em 0 .5em;font-size:clamp(16px,1vw,16px);font-weight:550;line-height:160%;display:flex}.reason-table{border-collapse:collapse;table-layout:fixed;width:100%;font-size:clamp(18px,1.45vw,24px)}.reason-table .reason-col-year{width:16%}.reason-table .reason-col-rate{width:20%}.reason-table .reason-col-benefit{width:43%}.reason-table .reason-col-cost{width:21%}.reason-table th,.reason-table td{text-align:center;background:#fcfcfdb8;border:1px solid #c3c3c3;padding:18px 12px;line-height:1.35}.reason-table thead th{background:0 0;border-top:0;border-left:0;border-right:0;font-weight:600}.reason-table thead .focus-col,.reason-table tbody .focus-col{color:var(--brand-blue);font-weight:700}.reason-table tbody .focus-col{border-left:5px solid var(--brand-blue);border-right:5px solid var(--brand-blue)}.reason-table tbody td.focus-col:nth-child(3){border-right:2px solid #c3c3c3}.reason-table tbody td.focus-col:nth-child(4){border-left:2px solid #c3c3c3}.reason-table tbody tr:first-child .focus-col{border-top:5px solid var(--brand-blue)}.reason-table tbody tr:last-child .focus-col{border-bottom:5px solid var(--brand-blue)}.caption-list{letter-spacing:.05em;color:#333;margin:14px 0 0;padding:0;font-size:14px;font-weight:400;line-height:160%;list-style:none}.caption-list li:before{content:"※"}.cta-section{color:#fff;background:#030303 -webkit-image-set(url(/lp/dino-gpuserver/img/section-bg-005.webp) 1x type("image/webp"),url(/lp/dino-gpuserver/img/section-bg-005.png) 1x type("image/png")) 50%/cover no-repeat;background:#030303 image-set("/lp/dino-gpuserver/img/section-bg-005.webp" 1x type("image/webp"),"/lp/dino-gpuserver/img/section-bg-005.png" 1x type("image/png")) 50%/cover no-repeat;min-height:clamp(300px,37.36vw,538px);padding:0}.cta-inner{width:min(1440px,100%);max-width:none;min-height:inherit;background:#0009;margin:0 auto;padding:54px 42px 44px;position:relative}.service-mark{z-index:2;position:absolute;top:52px;left:42px}.cta-icon-image{width:clamp(250px,32vw,450px);height:auto}.cta-center{text-align:center;z-index:2;width:min(532px,100% - 80px);position:absolute;top:52%;left:50%;transform:translate(-50%,-50%)}.cta-center p{letter-spacing:.04em;color:#fff;margin-bottom:1.5em;font-size:clamp(18px,2.6vw,24px);font-weight:400;line-height:150%}.cta-button{color:#fff;text-align:center;background:#3e55ff;border-radius:8px;width:100%;padding:30px 64px;font-size:clamp(12px,2.1vw,20px);font-weight:500;line-height:1.35;display:inline-block}.cta-button:hover{filter:brightness(1.07)}.contact-section{background:#fff;padding:104px 0 260px}.contact-section .section-title{text-align:center;letter-spacing:.04em;color:#333;font-size:clamp(24px,4vw,32px);font-weight:600;line-height:100%}.contact-section .title-line{margin:3em auto}.contact-lead{text-align:center;color:#5e626d;margin:0;font-size:clamp(12px,.95vw,15px)}.form-container{width:min(973px,100% - 48px)}.form-container .section-text{letter-spacing:.04em;color:#333;margin-bottom:1em;font-size:16px;line-height:28px}.form-container .section-text+.section-text{margin-bottom:4em}.contact-form{border-top:1px solid var(--border-light);padding-top:18px}.form-row{border-bottom:1px dotted #d0d2d9;grid-template-columns:340px 1fr;align-items:center;gap:2em;min-height:92px;display:grid}.form-row.is-textarea{align-items:start;padding:20px 0 12px}.field-label{color:#363942;justify-content:space-between;align-items:center;gap:12px;display:flex}.field-label span{letter-spacing:.04em;font-size:16px;font-weight:400;line-height:100%}.field-input input,.field-input select,.field-input textarea{color:#1f232b;caret-color:#1f232b;cursor:text;background:#f0f1f2;border:1px solid #ccc;border-radius:3px;width:100%;padding:8px 12px;font-size:clamp(12px,1vw,16px);line-height:1.4}.field-input select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23666' d='M5 6 .67.75 1.45 0 5 3.54 8.55 0l.78.75z'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:10px 6px;padding-right:34px}.field-error{color:#b90d16;margin:8px 0 0;font-size:clamp(11px,.9vw,14px);font-weight:500;line-height:1.45;display:none}.field-error.is-visible{display:block}.field-input input.is-error,.field-input select.is-error,.field-input textarea.is-error{background:#fff6f7;border-color:#b90d16}.field-input input:focus-visible,.field-input select:focus-visible,.field-input textarea:focus-visible{outline-offset:1px;outline:2px solid #4b67ff}.field-input textarea{resize:vertical;min-height:232px}.required-badge{color:#fff;background:#b90d16;border-radius:3px;justify-content:center;align-items:center;min-width:38px;height:22px;line-height:1;display:inline-flex;font-size:12px!important}.policy-links{flex-direction:column;align-items:flex-start;gap:4px;margin:30px 0 75px;font-size:16px;font-weight:400;line-height:26px;display:flex}.policy-links a{color:#3e55ff;align-items:center;gap:4px;width:fit-content;display:inline-flex}.policy-link-icon{object-fit:contain;flex:none;height:1em;margin-top:1px}.recaptcha-field{margin:0 0 22px}.recaptcha-field .recaptcha-error{margin-top:0}.submit-button{background:var(--line-blue);color:#fff;cursor:pointer;border:0;border-radius:8px;width:100%;padding:22px 16px;font-family:inherit;font-size:clamp(14px,1.1vw,18px);font-weight:600;line-height:29px}.submit-button:hover{filter:brightness(1.06)}.submit-button:disabled{cursor:wait;opacity:.72;filter:none}.form-status{border:1px solid #0000;border-radius:6px;margin:6px 0 18px;padding:10px 12px;font-size:clamp(12px,1vw,16px);line-height:1.5;display:none}.form-status.is-visible{display:block}.form-status.is-error{color:#9f0f17;background:#fff5f6;border-color:#b90d1661}.form-status.is-success{color:#243ac8;background:#f2f7ff;border-color:#3353e859}.site-footer{margin-top:auto}.footer-main{background:#fff}.footer-inner{justify-content:space-between;align-items:center;gap:32px;width:95%;min-height:124px;display:flex}.footer-logo-image{flex:none;width:clamp(180px,14.45vw,208px);height:auto}.footer-links{align-items:center;gap:0;margin-left:auto;display:flex}.footer-links a{color:#333741;letter-spacing:.01em;white-space:nowrap;align-items:center;gap:6px;padding:0;font-size:clamp(11px,.9vw,14px);font-weight:400;line-height:1;display:inline-flex;position:relative}.footer-links a+a{margin-left:44px}.footer-links a+a:before{content:"";background:#b8bcc8;width:1px;height:32px;position:absolute;top:50%;left:-22px;transform:translateY(-50%)}.footer-link-icon{object-fit:contain;flex:none;width:12px;height:12px}.copyright{color:#f7f7f8;text-align:center;letter-spacing:.03em;background:#33353a;padding:27px 20px;font-size:clamp(10px,.75vw,12px);font-weight:400;line-height:1.2}.thanks-main{background:#f2f2f2;align-items:center;min-height:calc(100dvh - 280px);padding:83px 0 82px;display:grid}.thanks-section{width:min(1177px,100% - 42px);margin:0 auto}.thanks-card{text-align:center;background:#f2f2f2;border-radius:23px;width:100%;max-width:680px;margin:0 auto;padding:60px 20px 58px;box-shadow:-4px -4px 7px #fff,6px 6px 7px #00000026}.thanks-card .title{letter-spacing:.96px;margin:0 0 20px;padding-bottom:21px;font-size:clamp(24px,1.9vw,30px);font-weight:600;line-height:1.5;position:relative}.thanks-card .title:after{content:"";background:#3e55ff;width:77.5px;height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.thanks-card .text,.thanks-card .text01{color:#373944;margin:0;font-size:clamp(16px,1.4vw,18px)}.thanks-card .text{letter-spacing:.72px;margin-bottom:29px;line-height:1.83}.thanks-card .text01{letter-spacing:.64px;margin-bottom:7px;line-height:1.56}.thanks-card .phone-number{margin:0}.thanks-card .phone-number a{color:#4b60f2;font-size:clamp(27px,2.1vw,34px);font-weight:500;font-family:"Inter", var(--font-ja);letter-spacing:1px;line-height:1.4;display:inline-block}@media (width<=896px){.pc{display:none}.sp{display:block}.thanks-main{background:#f7f8fa;min-height:calc(100dvh - 243px);padding:75px 0 68px}.thanks-section{width:calc(100% - 42px)}.thanks-card{max-width:100%;box-shadow:none;background:0 0;border-radius:0;padding:0}.thanks-card .title{letter-spacing:0;margin-bottom:27px;padding-bottom:26px;line-height:1.58}.thanks-card .text{letter-spacing:0;margin-bottom:58px;font-size:16px;line-height:1.75}.thanks-card .text01{letter-spacing:.56px;line-height:1.78}.thanks-card .phone-number a{font-size:clamp(27px,7.1vw,32px);line-height:1.35}.thanks-card .sp{display:inline!important}}.thanks-card .sp{display:none!important}@media (width<=1220px){.pc{display:block}.sp{display:none}.solution-card h3{font-size:clamp(27px,2.2vw,36px)}.solution-image p{font-size:clamp(20px,1.6vw,27px)}.solution-card ul{font-size:clamp(16px,1.25vw,21px)}.effect-item p{min-height:88px;font-size:clamp(21px,1.7vw,28px)}.compare-heads>div{font-size:clamp(21px,1.7vw,28px)}.compare-table{font-size:clamp(19px,1.5vw,25px)}.reason-section .table-wrap{width:100%}.reason-table thead th{font-size:clamp(18px,1.45vw,24px)}.reason-table{font-size:clamp(16px,1.2vw,20px)}.reason-table .strong{font-size:clamp(29px,2.3vw,38px)}.cta-icon-image{width:clamp(240px,25vw,300px)}.cta-center p{font-size:clamp(24px,1.9vw,31px)}.cta-button{font-size:clamp(20px,1.6vw,27px)}.field-label{font-size:clamp(16px,1.25vw,21px)}.field-input input,.field-input select,.field-input textarea{font-size:clamp(15px,1.15vw,19px)}.policy-links{font-size:clamp(16px,1.2vw,20px)}.submit-button{font-size:clamp(19px,1.5vw,25px)}.footer-inner{gap:24px;width:calc(100% - 56px);min-height:110px}.footer-logo-image{width:180px}.footer-links a{font-size:clamp(11px,.8vw,13px)}.footer-links a+a{margin-left:34px}.footer-links a+a:before{height:26px;left:-17px}.copyright{padding:22px 16px;font-size:clamp(9px,.65vw,11px)}}@media (width<=767px){.pc{display:none}.sp{display:block}.site-header{height:auto;min-height:62px}.container,.container.narrow,.container.narrow-table{width:calc(100% - 32px)}.header-inner{gap:8px;min-height:62px}.brand-main,.brand-sub{font-size:clamp(19px,1.5vw,25px)}.header-logo-image{width:8em}.listing-note{grid-template-columns:auto 32px;column-gap:8px;font-size:clamp(8px,2.1vw,10px);line-height:1.25}.jpx-logo-image{width:32px;height:32px}.hero-container{width:100%;overflow:visible}.hero-carousel{aspect-ratio:390/618;border-radius:0;width:100%;height:auto}.hero-slide{aspect-ratio:auto;width:100%;height:100%;box-shadow:none;border-radius:0;padding:0;top:0;left:0;transform:none!important}.hero-slide.is-prev,.hero-slide.is-next,.hero-slide.is-hidden,.hero-slide.is-leaving-left{opacity:0}.hero-slide.is-active{opacity:1}.floating-contact{width:124px;bottom:3em;left:50%;right:auto;transform:translate(-50%)}.floating-contact:hover{transform:translate(-50%)}.challenge-section{background:#05080f -webkit-image-set(url(/lp/dino-gpuserver/img/section-bg-sp-001.webp) 1x type("image/webp"),url(/lp/dino-gpuserver/img/section-bg-sp-001.png) 1x type("image/png")) 50%/cover no-repeat;background:#05080f image-set("/lp/dino-gpuserver/img/section-bg-sp-001.webp" 1x type("image/webp"),"/lp/dino-gpuserver/img/section-bg-sp-001.png" 1x type("image/png")) 50%/cover no-repeat;min-height:auto;padding:4em 0 6em}.section-title,.challenge-title,.solution-section .section-title,.effect-section .section-title,.compare-section .section-title,.reason-card .section-title,.contact-section .section-title{letter-spacing:.04em;font-size:clamp(32px,8.2vw,36px);line-height:1.45}.challenge-title{text-align:center;letter-spacing:.04em;margin-bottom:26px;font-size:clamp(18px,4.6vw,20px);font-weight:500;line-height:31px}.challenge-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.challenge-card{border-radius:10px;min-height:150px;padding:14px 5px 12px}.challenge-card img{height:48px;margin-bottom:8px}.challenge-card p{text-align:center;margin-top:.5em;font-size:clamp(14px,3.6vw,16px);font-weight:400;line-height:18px}.section-arrow{width:86px;height:36px;margin:-18px auto}.solution-section{background:#fff -webkit-image-set(url(/lp/dino-gpuserver/img/section-bg-sp-002.webp) 1x type("image/webp"),url(/lp/dino-gpuserver/img/section-bg-sp-002.png) 1x type("image/png")) 50% 0/95% no-repeat;background:#fff image-set("/lp/dino-gpuserver/img/section-bg-sp-002.webp" 1x type("image/webp"),"/lp/dino-gpuserver/img/section-bg-sp-002.png" 1x type("image/png")) 50% 0/95% no-repeat;padding:66px 0 72px}.solution-section .section-title{text-align:center;letter-spacing:.1em;margin-bottom:2.5em;font-size:clamp(22px,5.6vw,24px);font-weight:700;line-height:160%}.solution-section .section-text{text-align:left;margin-bottom:3em;font-size:clamp(16px,4.1vw,18px);font-weight:400;line-height:26px}.solution-grid{grid-template-columns:1fr;gap:34px}.solution-card{width:min(273px,100%);margin:0 auto}.solution-card h3{margin:0 0 8px;font-size:clamp(24px,6.1vw,26px);font-weight:800;line-height:160%}.solution-image{border-radius:16px;width:100%;margin-bottom:14px}.solution-image p{font-size:clamp(18px,4.6vw,20px);line-height:1.5;bottom:14px}.solution-card ul{padding-left:0;font-size:clamp(15px,3.9vw,17px);font-weight:700;line-height:1.8;list-style:none}.solution-card li{padding-left:1em;position:relative}.solution-card li:before{content:"・";position:absolute;top:0;left:0}.effect-section{background:#3e55ff -webkit-image-set(url(/lp/dino-gpuserver/img/section-bg-sp-003.webp) 1x type("image/webp"),url(/lp/dino-gpuserver/img/section-bg-sp-003.png) 1x type("image/png")) 50%/cover no-repeat;background:#3e55ff image-set("/lp/dino-gpuserver/img/section-bg-sp-003.webp" 1x type("image/webp"),"/lp/dino-gpuserver/img/section-bg-sp-003.png" 1x type("image/png")) 50%/cover no-repeat;padding:64px 0}.effect-section .section-title{letter-spacing:.04em;font-size:clamp(22px,5.6vw,24px);font-weight:700;line-height:160%}.effect-section .title-line{width:100px;height:14px;margin:1.5em auto 3em}.effect-list{gap:24px;margin:0 auto}.effect-item{padding-top:14px}.effect-item img{width:3em;height:auto;top:10%;left:50%;transform:translate(-50%,-44%)}.effect-item p{width:95%;max-width:unset;height:unset;letter-spacing:.05em;background:linear-gradient(90deg,#253399 0%,#3e55ff 100%);border-width:2px;border-radius:12px;min-height:116px;padding:28px 20px 20px;font-size:clamp(22px,5.6vw,24px);font-weight:500;line-height:160%;box-shadow:0 10px 24px #0000003d}.compare-section{background:#e9e9e9;padding:70px 0 68px}.compare-section .section-title{letter-spacing:.04em;font-size:clamp(22px,5.6vw,24px);font-weight:700;line-height:8px}.compare-section .title-line{margin:2.5em auto}.compare-section .section-text{text-align:center;margin-bottom:2em;font-size:clamp(14px,3.6vw,16px);line-height:1.7}.table-wrap{width:100%}.compare-heads{width:100%;margin-bottom:12px}.compare-heads>div{font-size:clamp(12px,3.1vw,14px)}.compare-heads svg,.compare-heads .compare-shared-icon{width:34px;height:22px;margin-bottom:8px}.compare-table{min-width:0;font-size:clamp(12px,3.1vw,14px)}.compare-table th,.compare-table td{padding:11px 5px}.compare-table .focus-cell{border-left-width:3px;border-right-width:3px}.compare-table tr:first-child .focus-cell{border-top-width:3px}.compare-table tr:last-child .focus-cell{border-bottom-width:3px}.reason-section{background:#050626 -webkit-image-set(url(/lp/dino-gpuserver/img/section-bg-sp-004.webp) 1x type("image/webp"),url(/lp/dino-gpuserver/img/section-bg-sp-004.png) 1x type("image/png")) 50%/cover no-repeat;background:#050626 image-set("/lp/dino-gpuserver/img/section-bg-sp-004.webp" 1x type("image/webp"),"/lp/dino-gpuserver/img/section-bg-sp-004.png" 1x type("image/png")) 50%/cover no-repeat;padding:58px 0}.reason-section .container{width:calc(100% - 32px)}.reason-card{padding:34px 16px 28px}.reason-card .section-title{letter-spacing:.04em;font-size:clamp(22px,5.6vw,24px);font-weight:700;line-height:160%}.reason-card .section-text{text-align:left;margin-bottom:2em;font-size:clamp(16px,4.1vw,18px);font-weight:400;line-height:26px}.reason-card .title-line{margin:1.5em auto}.reason-sub-title{margin-bottom:12px;font-size:clamp(20px,5.1vw,22px)}.reason-note{letter-spacing:.05em;margin-bottom:12px;font-size:clamp(16px,4.1vw,18px);font-weight:400;line-height:160%}.reason-table{min-width:0;font-size:clamp(11px,2.8vw,13px)}.reason-table thead th{padding:8px 4px;font-size:clamp(10px,2.6vw,12px)}.reason-table td{padding:8px 4px}.reason-table thead .focus-col,.reason-table tbody .focus-col{font-weight:500}.reason-table tbody .focus-col{border-left-width:3px;border-right-width:3px}.reason-table tbody td.focus-col:nth-child(3){border-right-width:2px}.reason-table tbody td.focus-col:nth-child(4){border-left-width:2px}.reason-table tbody tr:first-child .focus-col{border-top-width:3px}.reason-table tbody tr:last-child .focus-col{border-bottom-width:3px}.reason-table .strong{font-size:clamp(15px,3.9vw,17px)}.caption-list{margin-top:12px;font-size:clamp(10px,2.6vw,12px);font-weight:400;line-height:160%}.cta-section{background:#030303 -webkit-image-set(url(/lp/dino-gpuserver/img/section-bg-sp-005.webp) 1x type("image/webp"),url(/lp/dino-gpuserver/img/section-bg-sp-005.png) 1x type("image/png")) 50%/cover no-repeat;background:#030303 image-set("/lp/dino-gpuserver/img/section-bg-sp-005.webp" 1x type("image/webp"),"/lp/dino-gpuserver/img/section-bg-sp-005.png" 1x type("image/png")) 50%/cover no-repeat;min-height:330px;padding:0}.cta-inner{background:#0000006b;width:100%;padding:4.5em 0 0;position:relative}.cta-center{width:min(320px,100% - 36px);margin:0 auto;position:relative;top:0;left:0;transform:none}.cta-center p{margin-bottom:14px;font-size:clamp(17px,4.4vw,19px)}.cta-button{border-radius:8px;width:100%;padding:15px 14px;font-size:clamp(18px,4.6vw,20px)}.service-mark{text-align:center;width:100%;margin-top:0;position:absolute;top:80%;left:50%;transform:translate(-50%)}.cta-icon-image{width:min(258px,67vw);margin:0 auto}.contact-section{background:#ececef;padding:78px 0 104px}.contact-section .section-title{letter-spacing:.04em;font-size:clamp(22px,5.6vw,24px);font-weight:600;line-height:100%}.contact-lead{color:#333;margin-top:2em;margin-bottom:0;font-size:clamp(16px,4.1vw,18px)}.contact-section .title-line{width:100px;height:14px;margin:1.2em auto}.form-container{width:calc(100% - 52px)}.form-container .section-outline{text-align:center;margin-top:2em}.form-container .section-text{letter-spacing:.02em;color:#333;text-align:left;margin-bottom:14px;font-size:clamp(15px,3.9vw,17px);line-height:1.65}.form-container .section-text+.section-text{margin-bottom:1em}.contact-form{border-top:2px dotted #c7c9d0;padding-top:0}.form-row{border-bottom:2px dotted #d3d5dc;min-height:0;padding:12px 0;display:block}.field-label{justify-content:flex-start;gap:10px;margin-bottom:10px}.field-label span{font-size:clamp(16px,4.1vw,18px);line-height:1.4}.field-label .required-badge{order:-1}.required-badge{border-radius:4px;min-width:32px;height:22px;font-size:clamp(13px,3.4vw,15px)!important}.field-input{padding:0}.field-input input,.field-input select,.field-input textarea{padding:10px 11px;font-size:clamp(16px,4.1vw,18px)}.field-input input,.field-input select{min-height:48px}.field-input textarea{min-height:146px}.policy-links{gap:6px;margin:18px 0;font-size:clamp(14px,3.6vw,16px);line-height:1.6}.policy-link-icon{height:14px;margin-top:0}.recaptcha-field{margin:4px 0 16px}.submit-button{border-radius:8px;padding:17px 14px;font-size:clamp(16px,4.1vw,18px);line-height:1.4}.footer-inner{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:15px;width:100%;min-height:118px;padding:0 20px;display:flex}.footer-logo-image{width:8.5em;margin:0}.footer-links{justify-content:center;margin:0}.footer-links a{gap:4px;font-size:.8em}.footer-links a+a,.footer-links a+a:before{display:none}.copyright{letter-spacing:.04em;padding:22px 12px;font-family:SF Pro;font-size:clamp(11px,2.8vw,13px);font-style:normal;font-weight:274;line-height:100%}.thanks-main{background:#f7f8fa;min-height:calc(100dvh - 243px);padding:75px 0 68px}.thanks-section{width:calc(100% - 42px)}.thanks-card{box-shadow:none;background:0 0;border-radius:0;padding:0}.thanks-card .title{letter-spacing:0;margin-bottom:27px;padding-bottom:26px;font-size:clamp(24px,6.2vw,30px);line-height:1.58}.thanks-card .text{letter-spacing:0;margin-bottom:58px;font-size:16px;line-height:1.75}.thanks-card .text01{letter-spacing:.56px;line-height:1.78}.thanks-card .phone-number a{font-size:clamp(27px,7.1vw,32px);line-height:1.35}.thanks-card .sp{display:inline!important}}
