*,*::before,*::after{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:"Hiragino Kaku Gothic StdN","ヒラギノ角ゴ StdN","Noto Sans JP","游ゴシック",YuGothic,sans-serif;line-height:1.6;color:#000;-webkit-font-smoothing:antialiased}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}@media (max-width:820px){body{-webkit-text-stroke:0px}}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}[id]{scroll-margin-top:120px}@media (max-width:820px){[id]{scroll-margin-top:70px}}ul,ol{list-style:none;padding:0;margin:0}h1,h2,h3,h4,h5,h6{margin:0;font-weight:700;line-height:1.4}input,button,textarea,select{font:inherit;outline:none}input::placeholder{font-family:"Noto Sans JP",sans-serif;font-weight:500}button{border:none;background:none;cursor:pointer}.container{max-width:1200px;margin:0 auto;padding:0 20px}.mt-40{margin-top:40px}.mb-40{margin-bottom:40px}.marker{background:linear-gradient(transparent 60%,#ffff00 60%);display:inline}.yellow{color:#ffff00}.red{color:#e50012}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:6px;font-weight:700;transition:0.3s}.btn:hover{opacity:0.9}input{width:100%;padding:10px;border:1px solid #ccc;border-radius:6px;font-size:14px}section{padding:80px 0}.text-sp{display:none}.sp-only{display:none}.pc-only{display:block}.br-sp{display:none}.br-pc{display:block}@media (min-width:821px) and (max-width:1024px){.br-pc{display:none}}@media (max-width:820px){.sp-only{display:block}.pc-only{display:none}.br-pc{display:none}}@media (max-width:768px){.text-pc{display:none}.text-sp{display:inline;font-size:14px}.br-sp{display:block}}.header{position:sticky;top:0;background:#fff;z-index:1000;box-shadow:0 4px 15px rgba(0,0,0,0.1)}.header-inner{max-width:1200px;margin:0 auto;padding:16px 20px;display:flex;justify-content:space-between;align-items:center}.header-logo img{height:40px}.header-cta{display:flex;gap:12px}.header-btn{font-size:18px;padding:10px 15px;border-radius:6px;color:#fff;border:3px solid #fff;box-shadow:0 6px 16px rgba(0,0,0,0.1);position:relative;display:flex;align-items:center;justify-content:center;gap:8px;transition:0.3s;min-width:250px;font-weight:700}.header-btn span{margin-left:-6px}.header-btn.green{background:#009200}.header-btn.red{background:#eb0000}.header-btn .arrow{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:9px;pointer-events:none}.header-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(0,0,0,0.15)}@media (max-width:820px){.header-inner{padding:10px 16px}.header-logo img{height:22px}.header-cta{gap:5px;flex:1;margin-left:12px}.header-btn{font-size:13px;padding:8px;min-width:unset;border-radius:4px;border-width:2px;flex:1}.header-btn .arrow{right:8px;width:7px}}.fv{position:relative;background:#fff;overflow:hidden;padding:80px 0}.fv::before{content:"";position:absolute;top:0;left:0;width:60%;height:100%;background:url("../img/fv-bg.webp") no-repeat center / cover;z-index:0}.fv::after{content:"";position:absolute;top:0;right:-200px;width:65%;height:100%;background:#eb0000;clip-path:polygon(30% 0,100% 0,100% 100%,0 100%);z-index:1}.fv-inner{position:relative;z-index:2;max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:40px}.fv-left{width:55%;display:flex;flex-direction:column;align-items:center;text-align:center}.fv-text:first-of-type{width:100%;max-width:620px;margin-bottom:15px}.fv-text:nth-of-type(2){width:100%;max-width:520px;margin-bottom:10px}.fv-pc{width:100%;max-width:500px}.fv-right{width:45%}.form-box{background:#fff;border-radius:10px;padding:10px 24px 30px;box-shadow:0 10px 30px rgba(0,0,0,0.1)}.form-header{display:flex;justify-content:center;align-items:center;gap:12px}.doc-img{width:180px}.form-title{text-align:center}.form-title .small{font-size:18px;margin:0;font-weight:700}.form-title h2{margin:0;font-size:33px;font-weight:800}.form-box form{margin-top:20px}.required{display:inline-block;margin-left:8px;padding:0 6px 2px;font-size:12px;border:1px solid #eb0000;color:#eb0000;border-radius:4px;background:#fff}.form-row{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:16px}.form-row label{width:140px;font-size:15px;font-weight:700}.form-row input{flex:1;padding:14px;border:1px solid #ccc;border-radius:5px;font-size:14px;transition:0.3s}input::placeholder{color:#bbb}.required-input{border:1px solid #ccc}.required-input.is-error{border:2px solid #eb0000;animation:none !important}.form-error-message{flex-basis:calc(100% - 140px);margin:6px 0 0 140px;color:#eb0000;font-size:13px;font-weight:700;line-height:1.5}.download-error-summary{display:none;margin:0 0 16px;padding:14px 16px;border:1px solid #eb0000;border-radius:6px;background:#fff5f5;color:#eb0000;text-align:left}.download-error-summary p{margin:0 0 6px;font-size:14px;font-weight:700}.download-error-summary ul{margin:0;padding-left:0}.download-error-summary li{margin:2px 0;font-size:13px;font-weight:700;line-height:1.5}.required-input.is-active{border:2px solid #eb0000;position:relative;animation:pulse 1.8s infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(235,0,0,0.3)}70%{box-shadow:0 0 0 10px rgba(235,0,0,0)}100%{box-shadow:0 0 0 0 rgba(235,0,0,0)}}.required-input:disabled{background:#f9f9f9;cursor:not-allowed;border:1px solid #ccc;animation:none !important}.form-row input:focus:not(.is-active):not(.is-error){border:1px solid #ccc}.form-check{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;gap:6px;margin:20px 0;font-size:13px}.form-check label{font-weight:700}.form-check .form-error-message{flex-basis:100%;margin:6px 0 0;text-align:center}.form-check a{color:#000;text-decoration:underline}.grecaptcha-badge{visibility:hidden}.recaptcha-notice{margin:10px 0 0;color:#666;font-family:"Noto Sans JP",sans-serif;font-size:10px;font-weight:400;line-height:1.6;text-align:center}.recaptcha-notice a{color:inherit;text-decoration:underline}.custom-checkbox{appearance:none;-webkit-appearance:none;width:16px;height:16px;border:1px solid #ccc;border-radius:4px;position:relative;cursor:pointer;flex-shrink:0;transition:all 0.2s}.custom-checkbox:checked::after{content:'';position:absolute;top:2px;left:6px;width:6px;height:12px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.custom-checkbox:checked{background-color:#eb0000;border-color:#eb0000}.custom-checkbox:hover{box-shadow:0 0 3px rgba(235,0,0,0.3)}.form-check .required{display:inline-block;margin-left:4px;padding:2px 6px;font-size:12px;border:1px solid #eb0000;color:#eb0000;border-radius:4px;background:#fff}.submit-btn{width:100%;background:#009200;color:#fff;border:3px solid #fff;padding:16px;font-size:21px;border-radius:8px;font-weight:700;cursor:pointer;position:relative;text-align:center;transition:0.3s;box-shadow:0 4px 10px rgba(0,0,0,0.2)}.submit-btn:hover{transform:translateY(-2px)}.submit-btn .arrow{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:12px;pointer-events:none}@media (min-width:821px) and (max-width:1024px){.fv-inner{gap:20px;padding:0 20px}}@media (max-width:820px){.fv{padding:40px 0 0;background:#eb0000}.fv::before{width:100%;height:41%;top:0;background:url("../img/fv-bg-sp.webp") no-repeat center / cover}.fv-images{display:none}.fv-bg-sp{display:none}.fv::after{display:block;top:auto;bottom:calc(100% - 41.1%);right:0;left:0;width:100%;height:150px;background:#eb0000;clip-path:polygon(0 100%,100% 100%,100% 0)}.fv-inner{flex-direction:column;padding:0 16px 40px;gap:40px}.fv-left{width:100%}.fv-right{width:100%}.form-box{padding:18px 16px 24px}.doc-img{width:120px}.form-title .small{font-size:14px}.form-title h2{font-size:24px}.form-row{flex-direction:column;align-items:flex-start;margin-bottom:12px}.form-row label{width:100%;margin-bottom:10px;font-size:14px}.form-error-message{flex-basis:100%;margin-left:0;font-size:12px}.form-row input{width:100%;padding:10px;font-size:16px;box-sizing:border-box}.submit-btn{font-size:18px;padding:14px}}.cv-area{background:#000;padding:0;color:#fff}.cv-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;min-height:180px}.cv-left{flex:1;margin-top:-5px}.cv-title{font-size:50px;font-weight:700;color:#fff;text-align:center}.cv-title span.highlight-number{font-family:'Inter',sans-serif;font-size:75px;font-weight:700;color:#ffff00;margin-left:5px}.cv-title .highlight-text{font-size:50px;margin-left:3px}.cv-sub{font-size:25px;margin-top:-8px;text-align:center;font-weight:600}.cv-sub .underline{border-bottom:3px solid #fff;padding-bottom:4px}.cv-right{flex:0 0 350px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}.cv-note{font-size:20px;margin:0;font-weight:700}.cv-btn{color:#fff;border-radius:8px;border:3px solid #fff;position:relative;display:inline-block;text-align:center;transition:0.3s;overflow:hidden}.cv-area .cv-btn{background:#eb0000;min-width:350px;font-weight:800;font-size:26px;padding:12px 24px}.cv-btn::before,.cta-btn.red::before{content:'';position:absolute;top:0;left:-75%;width:50%;height:100%;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,0.15) 40%,rgba(255,255,255,0.35) 50%,rgba(255,255,255,0.15) 60%,transparent 100%);border-radius:8px;animation:shine 2.4s ease-in-out infinite;pointer-events:none}@keyframes shine{0%{left:-75%}35%{left:125%}100%{left:125%}}.cv-btn .arrow{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:12px;pointer-events:none}.cv-btn:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(0,0,0,0.3)}@media (min-width:821px) and (max-width:1024px){.cv-title{font-size:45px}.cv-inner{padding:0 20px}.cv-sub{font-size:22px}.cv-area .cv-btn{min-width:300px}}@media (max-width:820px){.cv-inner{flex-direction:column;padding:30px 16px 45px;min-height:unset;gap:15px}.cv-left{width:100%;margin-top:0}.cv-title{font-size:32px;line-height:1.1}.cv-area .yellow{font-size:42px}.cv-title span.highlight-number{font-size:50px;margin-left:0}.cv-sub{font-size:18px;margin-top:10px;line-height:1.8;margin-bottom:0}.cv-sub .underline{border-bottom:2px solid #fff;padding-bottom:2px}.cv-right{flex:unset;width:100%}.cv-area .cv-btn{min-width:unset;width:100%;font-size:20px;padding:14px 24px}.cv-note{display:none}}.edu-area{position:relative;background:#f7f7f7;padding:90px 0 30px}.edu-area::after{content:"";position:absolute;bottom:-100px;left:0;width:100%;height:100px;background:#f7f7f7;clip-path:polygon(0 0,100% 0,50% 100%);z-index:2;box-shadow:0 10px 20px rgba(0,0,0,0.05)}.edu-inner{max-width:1200px;margin:0 auto;text-align:center}.edu-title{font-size:50px;font-weight:800;color:#000;line-height:1.4;position:relative;margin-bottom:60px;letter-spacing:0.03em}.edu-title .dot{position:relative}.edu-title .dot::before{content:"・";position:absolute;top:-20px;left:50%;transform:translateX(-50%);font-size:30px;color:#000}.edu-boxes{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;align-items:flex-start;margin-bottom:80px}.edu-box{background:#fff;border-radius:12px;box-shadow:0 5px 10px rgba(0,0,0,0.08);padding:24px;flex:1 1 250px;max-width:260px;text-align:center;display:flex;flex-direction:column;justify-content:flex-start;height:270px}.edu-img{display:flex;justify-content:center;align-items:center;margin-bottom:16px;height:100px;width:auto}.edu-img img{max-height:100%;width:auto;object-fit:contain;display:inline-block}.edu-img img.img1{height:70px}.edu-img img.img2{height:75px}.edu-img img.img3{height:100px}.edu-img img.img4{height:75px}.edu-box p{font-size:20px;line-height:1.4;color:#000;font-weight:800;margin:0;min-height:40px;display:flex;align-items:center;justify-content:center}.edu-solution{text-align:center}.solution-top{font-size:45px;font-weight:800;margin-bottom:-10px}.solution-bottom{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:15px}.solution-bottom img{max-width:350px}.solution-bottom p{font-size:60px;font-weight:800;margin:0}.solution-bottom .marker{color:#eb0000;font-size:70px}.is-ios .edu-title .dot::before{top:-20px}.platform-area{margin-top:60px}.platform-boxes{display:flex;align-items:stretch;justify-content:center;gap:0;margin-bottom:70px}.platform-box{background:#fff;border:2px solid #e50012;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;width:380px}.platform-box-head{background:#e50012;color:#fff;font-size:26px;font-weight:800;padding:14px 10px;text-align:center}.platform-box-img{height:220px;display:flex;align-items:center;justify-content:center;padding:20px}.platform-box-img img{width:100%;height:100%;object-fit:contain}.platform-box-text{font-size:18px;font-weight:700;text-align:center;line-height:1.6;padding:0 20px 24px;margin:0;flex:1}.platform-cross{font-size:65px;font-weight:bold;color:#e50012;display:flex;align-items:center;justify-content:center;padding:0 20px;flex-shrink:0}.platform-bottom{font-size:50px;font-weight:800;text-align:center;line-height:1.5}.platform-bottom span{font-size:57px;line-height:1.3}@media (min-width:821px) and (max-width:1024px){.platform-bottom{padding:0 20px}}@media (max-width:820px){.platform-bottom span{font-size:28px}.platform-boxes{flex-direction:column;align-items:center;gap:0;margin-bottom:30px}.platform-box{width:100%;max-width:360px}.platform-box-img{height:160px}.platform-box-text{font-size:16px}.platform-cross{padding:0;font-size:40px}.platform-bottom{font-size:22px;margin-bottom:0}}@media (max-width:820px){.edu-area{padding:60px 16px 30px}.edu-title{font-size:28px;margin-bottom:30px;letter-spacing:0}.edu-title .dot::before{font-size:20px;top:-15px}.edu-boxes{gap:12px;margin-bottom:40px;align-items:stretch}.edu-box{flex:1 1 calc(50% - 12px);max-width:calc(50% - 12px);height:auto;padding:16px 12px}.edu-img{height:70px;margin-bottom:10px}.edu-img img.img1{height:50px}.edu-img img.img2{height:55px}.edu-img img.img3{height:70px}.edu-img img.img4{height:55px}.edu-box p{font-size:14px;font-weight:500}.solution-top{font-size:28px;margin-bottom:10px}.solution-bottom{flex-direction:column;gap:4px}.platform-area{margin-top:30px}.platform-box-head{font-size:22px;padding:10px}.solution-bottom img{max-width:220px}.solution-bottom p{font-size:32px}.solution-bottom .marker{font-size:38px}.edu-area::after{bottom:-60px;height:60px}}.feature-area{background:#fde0e0;padding:160px 20px 120px;text-align:center}.feature-inner{max-width:1200px;margin:0 auto}.feature-title{font-size:40px;font-weight:800;margin-bottom:40px}.feature-title .num{font-family:'Inter',sans-serif;font-size:110px;color:#eb0000}.feature-title .tsu{color:#eb0000;font-size:70px;margin-left:2px}.feature-title .text{color:#000;font-size:70px}.feature-buttons{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-bottom:100px}.feature-btn{position:relative;width:240px;background:#fff;border-radius:12px;padding:0 16px 50px;box-shadow:0 10px 25px rgba(0,0,0,0.08);text-decoration:none;color:#000;overflow:hidden;transition:0.3s;display:flex;flex-direction:column}.feature-btn:hover{transform:translateY(-4px)}.btn-num{font-family:'Inter',sans-serif;font-size:55px;color:#eb0000;display:block;font-weight:700;text-align:left}.feature-btn p{font-size:18px;font-weight:700;line-height:1.4;text-align:center;margin-top:-20px;flex:1}.feature-btn-text{height:110px;display:flex;align-items:center;justify-content:center;margin-top:-40px}.feature-btn-text p{font-size:22px;font-weight:800;line-height:1.3;text-align:center;margin:0}.btn-bottom{position:absolute;bottom:0;left:0;width:100%;height:40px;background:#eb0000;display:flex;justify-content:center;align-items:center;border-radius:0 0 12px 12px}.btn-bottom img{width:25px}.feature-detail-box{background:#fff;border-radius:12px;padding:60px 40px;margin-top:60px;box-shadow:0 10px 30px rgba(0,0,0,0.05)}.feature-head{display:flex;align-items:center;gap:20px;margin-bottom:20px}.feature-label{background:#eb0000;color:#fff;border-radius:10px;width:90px;height:90px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1}.feature-label .small{font-size:18px;margin-bottom:5px;letter-spacing:0.2em;margin-left:3px}.feature-label .num{font-family:'Inter',sans-serif;font-size:45px;font-weight:700}.feature-heading{font-size:38px;font-weight:800;margin:0;line-height:1.4;text-align:left}.feature-heading .red{color:#eb0000}.feature-note{font-size:14px;color:#000;padding-left:10px}.feature-content{display:flex;align-items:center;gap:30px}.feature-left{width:60%;display:flex;flex-direction:column}.feature-image{width:40%;display:flex;align-items:center;justify-content:center}.feature-image img{max-height:260px;width:auto;border-radius:12px}.feature-text{margin-top:15px}.feature-text p{font-family:"Noto Sans JP",sans-serif;font-size:20px;line-height:2;font-weight:600;margin:0;text-align:left}.feature-steps{margin-top:60px;border:2px solid #eb0000;border-radius:12px;background:#fff;overflow:hidden;box-sizing:border-box}.feature-steps *,.feature-steps *::before,.feature-steps *::after{box-sizing:border-box}.feature-card-list{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:48px}.feature-card{position:relative;background:#fff;border:2px solid #eb0000;border-radius:12px;padding:34px 26px 30px;overflow:hidden}.feature-card-icon{display:flex;align-items:center;justify-content:center;width:auto;height:auto;margin:0 auto 22px}.feature-card-icon img{width:100%;height:100px;object-fit:contain;display:block}.feature-card h4{margin:0 0 14px;color:#111;font-family:"Noto Sans JP",sans-serif;font-size:21px;font-weight:800;line-height:1.5}.feature-card p{margin:0;color:#333;font-family:"Noto Sans JP",sans-serif;font-size:16px;font-weight:500;line-height:1.8;text-align:left}@media (max-width:820px){.feature-area{padding:80px 20px 60px}.feature-title{font-size:28px;margin-bottom:24px}.feature-title .num{font-size:70px}.feature-title .tsu,.feature-title .text{font-size:45px}.feature-buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:60px}.feature-btn{width:100%;min-height:132px;padding:0 10px 36px;border-radius:10px}.btn-num{font-size:32px}.feature-btn-text{height:80px;margin-top:-25px}.feature-btn-text p{font-size:16px}.btn-bottom{height:28px}.btn-bottom img{width:18px}.feature-detail-box{padding:20px 20px 30px;margin-top:30px}.feature-content{flex-direction:column;gap:20px}.feature-left{width:100%}.feature-image{width:100%}.feature-head{gap:12px;margin-bottom:8px}.feature-label{width:60px;height:70px}.feature-label .small{font-size:14px}.feature-label .num{font-size:34px}.feature-heading{font-size:22px;line-height:1.3}.feature-text p{font-size:15px;line-height:1.8;font-weight:500}.fstep-card{width:100%}.flow-arrow{width:24px;margin:4px auto;transform:rotate(90deg)}.flow-arrow{width:24px;margin:4px auto;transform:rotate(90deg)}.feature-card-list{grid-template-columns:1fr;gap:16px;margin-top:36px}.feature-card{display:grid;grid-template-columns:92px 1fr;column-gap:16px;align-items:center;padding:22px 18px;border-radius:10px}.feature-card-icon{grid-row:1 / 3;grid-column:1;margin:0}.feature-card-icon img{width:92px;height:72px;object-fit:contain}.feature-card h4{grid-column:2;margin:0 0 6px;font-size:18px;line-height:1.45;text-align:left}.feature-card p{grid-column:2;margin:0;font-size:14px;line-height:1.7;text-align:left}}@media (max-width:768px){.feature-image img{max-height:unset;width:100%}}.fstep-title{margin:0;padding:15px 20px;background:#eb0000;color:#fff;font-size:34px;font-weight:800;line-height:1.35;text-align:center}.fstep-title-sub{color:#fff;font-size:25px;font-weight:700}.fstep-lead{margin:0;padding:30px 28px 0;font-size:20px;font-weight:600;font-family:"Noto Sans JP",sans-serif;line-height:1.8;text-align:left}.fstep-note{font-size:13px}.feature-steps-grid{display:flex;flex-direction:column;gap:18px;margin-top:32px;padding:0 28px 28px}.fstep-card{display:grid;grid-template-columns:minmax(320px,38%) minmax(0,1fr);overflow:hidden;background:#fff;border:1px solid #ccc;border-radius:10px}.fstep-image{background:#eee;min-height:190px}.fstep-image img{display:block;aspect-ratio:16 / 9;width:100%;height:100%;object-fit:cover}.fstep-content{display:flex;flex-direction:column}.fstep-header{background:transparent;padding:18px 24px 0;display:flex;align-items:center;gap:12px}.fstep-title-row{display:flex;align-items:center;gap:12px;margin-bottom:16px}.fstep-num{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:4px 14px;background:#111;color:#fff;border:1.5px solid #111;border-radius:30px;font-size:16px;font-weight:800;white-space:nowrap}.fstep-day-header{font-size:25px;font-weight:800}.fstep-day-header span{margin-left:2px;font-size:14px;font-weight:700}.fstep-body{padding:22px 24px;text-align:left}.fstep-item-line{font-size:21px;font-weight:700;line-height:1.8;text-align:left}.fstep-desc{margin:16px 0 0;padding-top:14px;border-top:1px solid #ccc;font-size:18px;font-family:"Noto Sans JP",sans-serif;line-height:1.7}.fstep-arrow{width:26px;margin:0 auto;transform:rotate(90deg)}@media (max-width:820px){.fstep-title{padding:10px 20px;font-size:20px}.feature-steps{margin-top:40px;border-radius:10px}.system-head{font-size:18px;padding:13px 10px;line-height:1.3}.fstep-title-sub{display:block;margin-top:2px;font-size:16px}.fstep-lead{padding:20px 18px 0;font-size:15px;line-height:1.8;text-align:left;font-weight:500 !important}.fstep-lead .red{font-weight:500 !important}.feature-steps-grid{gap:14px;margin-top:24px;padding:0 16px 22px}.fstep-card{display:block;border-radius:8px}.fstep-image{min-height:0}.fstep-image img{height:auto;aspect-ratio:16 / 9}.fstep-header{padding:16px 16px 0;align-items:flex-start;gap:10px;flex-wrap:wrap}.fstep-num{min-height:28px;padding:4px 12px;font-size:12px}.fstep-day-header{font-size:20px;line-height:1.4}.fstep-day-header span{font-size:13px}.fstep-body{padding:16px}.fstep-item-line{font-size:15px;line-height:1.4}.fstep-desc{margin-top:12px;padding-top:12px;font-size:14px;line-height:1.7;font-weight:500 !important}.fstep-arrow{width:22px}}.meister-wrap{border:2px solid #eb0000}.meister-title-bar{background:#eb0000;padding:18px 24px}.meister-title-main{font-size:34px;font-weight:700;color:#fff;margin:0}.meister-inner{padding:30px 24px 0}.meister-sub{font-size:32px;font-weight:700;color:#000;margin:0 0 20px}.meister-lead{font-size:18px;color:#000;line-height:1.7;margin:0}.meister-flow{display:grid;grid-template-columns:1fr 24px 1fr 24px 1fr 24px 1fr;align-items:center;padding:20px 24px 8px}.meister-arrow{display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:#ccc;align-self:stretch}.meister-card{background:#fafafa;border:1px solid #ccc;border-radius:10px;overflow:hidden;display:flex;flex-direction:column;height:100%}.meister-card.is-goal{border:2px solid #eb0000}.meister-card-head{padding:10px 12px;text-align:center;flex-shrink:0}.meister-card-head.black{background:#111}.meister-card-head.red{background:#eb0000}.meister-card-step{font-size:20px;font-weight:700;color:#fff;display:block}.meister-card-body{display:grid;grid-template-rows:80px 42px 1fr;align-items:center;justify-items:center;padding:20px 14px 16px;gap:10px;flex:1}.meister-card-img{width:100%;height:80px}.meister-card-img img{width:100%;height:100%;object-fit:contain}.meister-card-name{font-size:15px;font-weight:700;color:#000;text-align:center;margin:0;min-height:42px;display:flex;align-items:center;justify-content:center}.meister-card-text{font-size:16px;line-height:1.7;text-align:center;align-self:start;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.meister-card-text p{margin:0;line-height:1.4;font-size:15px}.meister-card-badge{display:inline-block;margin-top:6px;background:#fff0f0;border:2px solid #eb0000;border-radius:20px;padding:2px 15px;font-size:12px;font-weight:800;color:#eb0000}.meister-goal-label{display:inline-block;margin-top:6px;background:#eb0000;color:#fff;font-size:12px;font-weight:700;border-radius:20px;padding:3px 12px}.meister-note{padding:0 24px 10px;font-size:12px;line-height:1.6;text-align:left}@media (max-width:820px){.meister-wrap{border-radius:10px}.meister-title-bar{padding:14px 16px}.meister-title-main{font-size:23px;line-height:1.45;text-align:center}.meister-inner{padding:22px 16px 0}.meister-sub{margin-bottom:14px;font-size:20px;line-height:1.45;text-align:center}.meister-lead{font-size:15px;line-height:1.8;text-align:left}.meister-flow{display:flex;flex-direction:column;gap:12px;padding:24px 16px 10px}.meister-arrow{width:100%;min-height:22px;font-size:22px;line-height:1;transform:rotate(90deg)}.meister-card{width:100%;border-radius:8px}.meister-card-head{padding:9px 12px}.meister-card-step{font-size:16px}.meister-card-body{display:grid;grid-template-columns:82px minmax(0,1fr);grid-template-rows:auto auto;column-gap:16px;row-gap:6px;align-items:center;justify-items:stretch;padding:16px 14px 25px 14px}.meister-card-img{grid-column:1;grid-row:1 / 3;width:82px;height:82px}.meister-card-name{grid-column:2;grid-row:1;min-height:0;justify-content:flex-start;text-align:left;font-size:17px;line-height:1.4}.meister-card-text{grid-column:2;grid-row:2;align-items:flex-start;text-align:left;font-size:14px;line-height:1.7}.meister-card-text p{font-size:14px;line-height:1.55;text-align:left}.meister-card-badge,.meister-goal-label{margin-top:8px}.meister-note{padding:0 16px 14px;font-size:11px;line-height:1.7}}.support-grid{display:flex;flex-direction:column;gap:30px;margin-top:40px}.support-item{display:flex;align-items:center;background:#fafafa;border:2px solid #eb0000;border-radius:10px;overflow:hidden;padding:20px}.support-item-photo{width:300px;flex-shrink:0}.support-item-photo img{width:100%;height:180px;object-fit:cover;display:block}.support-item-body{flex:1;padding:25px 30px;text-align:left}.support-label{font-size:24px;font-weight:800;margin-bottom:12px;padding:0}.support-item p{font-size:16px;line-height:1.8;font-family:"Noto Sans JP",sans-serif;margin:0;padding:0}@media (max-width:820px){.support-grid{gap:20px;margin-top:32px}.support-item{flex-direction:column;align-items:stretch;padding:0;border-radius:10px;overflow:hidden;background:#fff}.support-item-photo{width:100%}.support-item-photo img{width:100%;height:160px;object-fit:cover}.support-item-body{padding:22px 20px 24px}.support-label{font-size:20px;line-height:1.45;margin-bottom:10px}.support-item p{font-size:15px;line-height:1.8;font-weight:500 !important}}.support-area{background:#e50012;padding:50px 20px 100px;text-align:center}.support-inner{max-width:1200px;margin:0 auto}.support-top{font-size:60px;font-weight:800;color:#fff;display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:nowrap;margin-bottom:20px}.support-logo{height:60px;vertical-align:middle;margin:0 10px;display:block}.support-box{display:flex;flex-direction:column;gap:15px;align-items:center;margin-bottom:40px}.support-line{background:#fff;padding:5px 30px;box-shadow:0 10px 30px rgba(0,0,0,0.15);font-size:52px;font-weight:800;text-align:center;display:inline-block;line-height:1.4}.support-box .red{color:#e50012}.support-box .note{font-size:16px;font-weight:500;margin-left:-20px}.support-detail-box{max-width:1000px;margin:0 auto;position:relative;background:#fff;padding:30px;box-shadow:0 10px 30px rgba(0,0,0,0.15);display:flex;flex-direction:column;gap:20px}.step-gilog-wrap{background:#fff;border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:12px;align-self:stretch}.step-gilog-inner .step-box{border:1px solid #ccc;height:auto;width:260px;flex:none}.step-gilog-inner .step-head{background:#eb0000}.step-gilog-header{display:flex;justify-content:center;margin-bottom:10px}.step-gilog-logo{height:36px;width:auto}.step-gilog-inner{display:flex;align-items:stretch;gap:10px;flex:1}.support-badge{position:absolute;top:-60px;right:-50px;width:145px;height:auto;z-index:3}.support-main{display:flex;align-items:center;gap:40px}.support-photo img{width:220px;height:auto;object-fit:cover}.support-text{flex:1;text-align:left}.support-name{font-size:35px;font-weight:800;margin:0 0 5px 0;color:#e50012}.support-name .furigana{font-size:16px;font-weight:400;margin-left:4px;vertical-align:middle}.support-line-red{height:3px;width:100%;background:#e50012;margin-bottom:10px}.support-qualification{font-size:25px;font-weight:600;margin:0 0 10px 0}.support-title{font-weight:700;margin-bottom:5px}.support-achievements{font-family:"Noto Sans JP",sans-serif;margin:0;padding-left:20px;list-style:disc;font-size:17px}.support-other{font-family:"Noto Sans JP",sans-serif;font-weight:700;margin-top:8px}.support-bubble{background:#fde0e0;padding:20px;border-radius:12px;position:relative;max-width:320px;flex-shrink:0}.support-bubble .arrow{position:absolute;left:-20px;top:50%;transform:translateY(-50%);font-size:24px;color:#fde0e0}.support-bubble p{margin:0;font-weight:700;line-height:1.4;font-size:28px;text-align:left}.step-target{font-size:14px;font-weight:700;margin:8px 0 4px;line-height:1.6;text-align:center;padding-bottom:12px}.step-target-label{display:block;color:#eb0000;margin-top:4px;text-align:center;font-size:18px}.step-badge{display:block;background:#eb0000;color:#fff;font-size:12px;font-weight:700;padding:2px 10px;border-radius:4px;margin-bottom:2px;width:fit-content;margin-left:auto;margin-right:auto}.step-list{font-size:15px;font-weight:500;font-family:"Noto Sans JP",sans-serif;line-height:1.5;padding-left:0;margin:0 20px 20px;list-style:none;text-align:left}.step-list li{padding:2px 0;padding-left:1em;text-indent:-1em}.step-list li::before{content:"・"}.step-note{color:#fff;font-size:55px;font-weight:800;line-height:1.6;margin-top:80px;text-shadow:0 4px 12px rgba(0,0,0,0.25)}.step-note .underline{border-bottom:4px solid #ffff00;padding-bottom:2px;color:#ffff00}.support-line-sp{display:none}@media (min-width:769px) and (max-width:1024px){.support-badge{right:-10px;width:130px}}@media (max-width:820px){.support-area{padding:50px 20px 60px}.support-top{font-size:26px;flex-wrap:wrap;gap:4px;margin-top:0}.support-logo{height:28px;margin:0}.support-line-pc{display:none}.support-line-sp{display:inline-block}.support-box{gap:0;margin-bottom:0}.support-line{width:100%;max-width:360px;padding:16px 14px;font-size:26px;line-height:1.33;border-radius:4px}.support-box .note{display:none}.support-box .text-sp{color:#fff}.support-detail-box{padding:20px 16px 25px;margin-top:20px}.support-badge{width:90px;top:-30px;right:-8px}.support-main{flex-direction:column;gap:0;align-items:flex-start}.support-photo img{width:100%}.support-name{font-size:26px;text-align:center}.support-qualification{font-size:18px;text-align:center}.support-achievements{font-size:15px}.support-bubble{max-width:100%;margin-top:0;border-radius:0;padding:15px}.support-bubble .arrow{display:none}.support-bubble p{font-size:18px}.step-title{font-size:28px;margin:40px 0 24px}.support-text{width:100%;margin-top:10px}.support-other{font-weight:400 !important;margin-top:8px;text-align:right;font-size:14px}}.step-title2{font-size:60px;font-weight:800;margin-bottom:60px;color:#fff;text-align:center;text-shadow:0 4px 12px rgba(0,0,0,0.25);padding:60px 0 0}.step-flow{display:flex;align-items:flex-start;justify-content:center;gap:10px;flex-wrap:nowrap}.step-flow>.step-box{margin-bottom:20px}.step-box{background:#fff;box-shadow:0 10px 25px rgba(0,0,0,0.08);width:240px;text-align:center;overflow:hidden;display:flex;flex-direction:column;flex:1}.step-head{background:#000;color:#fff;font-family:'Inter',sans-serif;font-size:25px;font-weight:700;padding:5px 0}.step-name{font-size:23px;font-weight:800;margin:20px 0 10px}.step-img{height:120px;display:flex;align-items:center;justify-content:center;margin-bottom:10px}.step-img img{max-height:100%;width:auto;object-fit:contain}.step-img img.img1{height:100px}.step-img img.img2{height:90px}.step-img img.img3{height:80px}.step-img img.img4{height:100px}.step-box p{font-family:"Noto Sans JP",sans-serif;font-size:16px;line-height:1.6;padding:0 16px 5px;text-align:left}.step-arrow{width:20px;align-self:center}.step-flow>.step-arrow{margin-top:60px}.step-client-wrap{display:flex;align-items:flex-end;gap:10px}.step-client-wrap{display:flex;flex-direction:column;align-items:stretch}.step-client-inner{display:flex;align-items:flex-end;gap:10px}.step-client-label{color:#fff;font-size:25px;font-weight:700;font-family:'Noto Sans JP',sans-serif;border:2px solid #fff;padding:4px;margin:8px}@media (max-width:820px){.step-title2{padding:0;margin:24px 0 28px;font-size:30px;line-height:1.35}.step-flow{flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;width:100%}.step-client-wrap,.step-gilog-wrap{width:100%}.step-client-inner,.step-gilog-inner{display:flex;flex-direction:column;align-items:stretch;gap:0;width:100%}.step-client-label{position:relative;display:flex;width:100%;box-sizing:border-box;align-self:stretch;justify-content:center;align-items:center;margin:0 0 18px;padding:8px 12px;text-align:center;font-size:18px;z-index:1}.step-client-label::after{content:"";position:absolute;left:50%;bottom:-10px;width:16px;height:16px;background:#e50012;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:translateX(-50%) rotate(45deg);z-index:-1}.step-gilog-header{margin:18px 0 12px;text-align:center}.step-gilog-logo{max-width:150px;height:auto}.step-box{width:100%;flex:none;border-radius:8px;overflow:hidden}.step-head{width:100%;padding:7px 10px;font-size:18px;line-height:1.4}.step-name-img{display:flex;align-items:center;justify-content:center;gap:20px;width:100%;padding:14px 16px 8px}.step-name{margin:0;padding:0;font-size:20px;line-height:1.4;text-align:center;flex:0 0 auto}.step-img{width:78px;height:78px;margin:0;flex:0 0 78px}.step-img img,.step-img img.img1,.step-img img.img2,.step-img img.img3,.step-img img.img4{max-width:100%;max-height:100%;height:auto;object-fit:contain}.step-gilog-inner .step-box{width:100%;max-width:none;flex:none;box-sizing:border-box}.step-gilog-wrap{box-sizing:border-box}.step-gilog-inner{width:100%;align-items:stretch}.step-target{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;margin:8px 0 10px;padding:0 16px;line-height:1;text-align:center}.step-badge{display:inline-flex;align-items:center;justify-content:center;width:auto;margin:0;padding:4px 9px;font-size:12px;line-height:1;white-space:nowrap;flex:0 0 auto}.step-target-label{display:inline-flex;align-items:center;justify-content:center;flex:0 1 auto;min-width:0;margin:0;color:#eb0000;font-size:16px;line-height:1;text-align:center}.step-list{width:100%;margin:0;padding:0 16px 34px 16px;text-align:left}.step-list li{font-size:14px;line-height:1.4;font-weight:500 !important}.step-box p{width:100%;margin:0;padding:0 16px 10px;font-size:14px;line-height:1.7;text-align:left}.step-arrow,.step-flow>.step-arrow{display:block;width:16px;margin:10px auto;transform:rotate(90deg)}.step-note{margin-top:20px;margin-bottom:0;font-size:22px;line-height:1.6;text-align:center}.step-note .underline{border-bottom:2px solid #ffff00;margin-bottom:-4px}}.cta-black{background:#000;padding:50px 20px 60px;text-align:center}.cta-black-inner{max-width:1200px;margin:0 auto}.cta-black-title{font-size:50px;font-weight:800;color:#fff;margin-bottom:30px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:0}.cta-black-title img{margin:0 10px 0 -10px}.cta-black-title .yellow{font-size:60px;padding-left:5px}.cta-logo{height:50px;margin:0 5px}.cta-boxes{display:flex;gap:30px;justify-content:center}.cta-box{background:#fff;border-radius:12px;padding:10px 20px 30px;width:100%;max-width:500px;box-shadow:0 10px 30px rgba(0,0,0,0.2);display:flex;flex-direction:column;align-items:center}.cta-box-top{display:flex;align-items:center;gap:10px}.cta-img{width:180px;height:auto}.cta-text{font-size:30px;font-weight:800;text-align:left;line-height:1.3}.cta-left .red.marker{display:inline-block;position:relative;top:-8px}.cta-text .num{font-family:'Inter',sans-serif;font-size:50px}.cta-text .red{font-size:35px}.cta-btn{font-size:16px;padding:14px 20px;border-radius:6px;color:#fff;border:2px solid #fff;position:relative;display:flex;align-items:center;justify-content:center;gap:8px;min-width:240px;transition:0.3s;text-decoration:none}.cta-btn.green{background:#009200;border:4px solid #fff;font-size:26px;font-weight:800;padding:10px 24px;border-radius:8px;min-width:100%;box-shadow:0 4px 10px rgba(0,0,0,0.2)}.cta-btn.red{background:#eb0000;border:4px solid #fff;font-size:28px;font-weight:800;padding:10px 24px;border-radius:8px;min-width:100%;box-shadow:0 4px 10px rgba(0,0,0,0.2);overflow:hidden}.cta-btn .arrow{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:12px}.cta-btn:hover{transform:translateY(-3px);box-shadow:0 10px 20px rgba(0,0,0,0.2)}.title-line1,.title-line2{display:flex;align-items:center}.cta-black-title .slash{padding:8px}@media (max-width:820px){.cta-black{padding:36px 20px 48px}.cta-black-title{font-size:22px;line-height:1.5;flex-direction:column;align-items:center;margin-bottom:20px}.title-line1,.title-line2{display:flex;align-items:center;justify-content:center;font-size:28px;line-height:1.4}.cta-black-title .slash{display:none}.cta-black-title .yellow{font-size:28px}.cta-logo{height:26px}.cta-boxes{flex-direction:column;align-items:center;gap:20px}.cta-box{max-width:100%;padding:16px 16px 24px}.cta-img{width:110px}.cta-text{font-size:22px;margin:8px 0 20px}.cta-text .num{font-size:30px}.cta-text .red{font-size:24px}.cta-btn.green,.cta-btn.red{font-size:18px;padding:10px 44px 10px 20px;margin-top:3px;border:3px solid #fff}.cta-left .red.marker{top:0px}}.about-area{background:#fde0e0;padding:100px 20px;text-align:center}.about-inner{max-width:1200px;margin:0 auto}.about-title{font-size:35px;font-weight:800;color:#eb0000;margin-bottom:0}.about-sub{font-size:65px;font-weight:800;color:#000;margin:10px 0 50px;display:flex;align-items:center;justify-content:center;gap:10px}.about-logo{height:75px}.about-image img{max-width:900px;width:100%;height:auto;margin:0 auto}.system-title{text-align:center;font-size:55px;font-weight:800;margin:80px 0 50px}.system-title .num{font-family:'Inter',sans-serif;color:#eb0000;font-size:80px}.system-box{margin-top:60px;background:#fff;border-radius:12px;border:2px solid #eb0000;overflow:hidden;margin-bottom:80px}.system-box:last-child{margin-bottom:0}.section-space{padding:0 40px 50px}.system-head{margin:0;padding:15px 20px;background:#eb0000;color:#fff;font-size:34px;font-weight:800;line-height:1.35;text-align:center}.system-head .num{font-family:'Inter',sans-serif;margin-right:5px;font-size:45px}.system-desc{font-size:20px;line-height:1.8;text-align:left;font-weight:600;font-family:"Noto Sans JP",sans-serif;text-align:center}.system-content{display:flex;gap:40px}.system-image{width:40%}.system-image img{width:100%}.system-list{width:60%}.system-item{display:flex;align-items:flex-start;gap:12px;padding:16px 0;border-bottom:1px solid #ccc}.system-item img{width:35px}.system-item p{margin:0;font-size:22px;font-weight:600;line-height:1.4}.system-accordion{margin-top:40px}.accordion-trigger{background:#000;color:#fff;padding:15px;font-size:28px;font-weight:700;display:flex;justify-content:center;align-items:center;position:relative;cursor:pointer}.accordion-trigger .icon{position:absolute;right:20px;font-size:35px}.accordion-content{display:none;background:#f7f7f7}.accordion-content.active{display:block}.accordion-inner{padding:40px 30px 50px}.acc-box{background:#fff;padding:30px 20px;margin-bottom:30px;box-shadow:0 5px 10px rgba(0,0,0,0.08)}.acc-row{display:flex;gap:20px;align-items:flex-start}.acc-label{border:2px solid #eb0000;color:#eb0000;width:250px;flex-shrink:0;border-radius:25px;padding:6px 14px;font-weight:700;white-space:nowrap;font-size:20px}.acc-col-left{display:flex;flex-direction:column;align-items:flex-start;gap:10px;flex-shrink:0;width:250px}.acc-col-left img{width:100%;margin-top:15px}.img-zoom-wrap{position:relative;cursor:pointer;display:inline-block}.zoom-icon{position:absolute;bottom:8px;right:8px;background:rgba(0,0,0,0.55);color:#fff;font-size:16px;font-weight:800;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;pointer-events:none}.img-zoom-wrap:hover img{opacity:0.85}.img-modal-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.75);z-index:9999;align-items:center;justify-content:center}.img-modal-overlay.active{display:flex}.img-modal-overlay img{max-width:90vw;max-height:90vh;box-shadow:0 8px 40px rgba(0,0,0,0.5)}.img-modal-close{position:absolute;top:20px;right:28px;color:#fff;font-size:40px;cursor:pointer;line-height:1;user-select:none}.acc-main{flex:1}.acc-text{font-family:"Noto Sans JP",sans-serif;font-size:20px;font-weight:600;line-height:1.8;margin:0;text-align:left}.acc-right{flex:1}.acc-text .num{font-family:'Inter',sans-serif;font-size:32px;font-weight:800}.acc-text .red{font-size:25px;font-weight:800}.acc-border-box{font-family:"Noto Sans JP",sans-serif;border:1px solid #000;padding:15px;margin-top:15px;font-size:16px;line-height:1.6;text-align:left}.acc-bottom{text-align:center;font-size:38px;font-weight:800;margin-top:30px}@media (max-width:820px){.about-area{padding:45px 20px 60px}.about-title{font-size:25px;line-height:1.3;margin-bottom:20px}.about-sub{font-size:32px;gap:6px;flex-wrap:wrap;justify-content:center;margin-bottom:20px}.about-logo{height:40px}.system-title{font-size:28px;margin:30px 0 20px;line-height:1.2}.system-title .num{font-size:42px}.system-head{font-size:18px;padding:13px 10px;line-height:1.3}.system-head .num{font-size:20px;margin-right:0}.section-space{padding:20px 20px 30px}.system-desc{font-size:15px;font-weight:500 !important;line-height:1.8;margin-top:0;text-align:left}.system-content{flex-direction:column;gap:10px}.system-image{width:100%}.system-list{width:100%}.system-item{gap:8px;padding:12px 0;font-weight:400}.system-item img{width:20px}.system-item p{font-size:15px;text-align:left;line-height:1.3}.system-box{margin-bottom:40px}.system-accordion{margin-top:25px}.accordion-trigger{font-size:16px;padding:10px 44px 12px 16px;text-align:left;justify-content:flex-start}.accordion-trigger .icon{font-size:26px;right:14px}.acc-box{padding:20px 20px;margin-bottom:20px}.accordion-inner{padding:20px 16px 30px}.acc-row{flex-direction:column;gap:12px}.acc-label{width:auto;font-size:14px;white-space:normal;padding:3px 14px;width:100%}.acc-col-left{width:100%}.acc-col-left img{width:100%;margin-top:8px}.acc-text{font-size:14px;line-height:1.7;font-weight:400}.acc-text .num{font-size:18px;font-weight:400}.acc-text .red{font-size:14px;font-weight:500}.acc-border-box{padding:10px;margin-top:10px;font-size:13px;font-weight:400}.acc-bottom{font-size:20px}.img-modal-close{top:12px;right:16px;font-size:48px}}.effect-area{background:#f7f7f7;padding:100px 0}.effect-inner{max-width:1200px;margin:0 auto}.effect-title{text-align:center;font-size:60px;font-weight:800;margin-bottom:120px}.effect-box-wrap{position:relative;text-align:center}@media (min-width:821px) and (max-width:1024px){.effect-box-wrap{padding:0 20px}}.effect-case{position:absolute;top:-50px;left:50%;transform:translateX(-50%);width:300px;height:50px;background:#eb0000;color:#fff;font-weight:700;font-size:25px;display:flex;align-items:center;justify-content:center;z-index:2}.effect-box{background:#fff;box-shadow:0 10px 30px rgba(0,0,0,0.1);border-top:5px solid #eb0000;padding:60px 40px}.effect-content{display:flex;gap:40px;align-items:stretch}.effect-left{display:flex;width:80%}.effect-label{background:#000;color:#fff;writing-mode:vertical-rl;text-orientation:upright;font-weight:700;padding:10px 8px;font-size:22px;letter-spacing:6px}.effect-text-box{background:#f7f7f7;padding:20px}.effect-text-box ul{margin:0;padding-left:20px;text-align:left;list-style:disc}.effect-text-box li{font-size:18px;font-weight:700;font-family:"Noto Sans JP",sans-serif;line-height:1.8;margin-bottom:10px}.effect-image{display:flex;align-items:center;justify-content:center}.effect-image img{width:100%;height:auto;max-height:300px;object-fit:cover}.effect-arrow{margin:40px 0 30px}.effect-arrow img{width:250px;margin:0 auto}.effect-result{display:flex;gap:30px;margin-top:40px}.effect-col{flex:1;background:#fff;border:2px solid #e50012;padding:25px 30px 30px;display:flex;flex-direction:column}.effect-head{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:15px;height:60px}.effect-head img{width:auto;display:block}.effect-head img.img1{height:50px}.effect-head img.img2{height:55px}.effect-head h3{font-size:30px;font-weight:800;margin:0}.effect-line{border-bottom:1px dashed #e50012;margin:20px 0}.effect-desc{font-family:"Noto Sans JP",sans-serif;font-size:22px;font-weight:700;line-height:1.8;text-align:left;min-height:100px}.effect-inner-box{background:#feecec;padding:20px}.effect-inner-box h4{display:inline-block;background:#e50012;color:#fff;font-size:18px;font-weight:800;padding:4px 0;border-radius:20px;margin-bottom:12px;width:35%}.effect-inner-box ul{padding-left:20px;text-align:left;list-style:disc}.effect-inner-box li{font-size:17px;font-weight:700;font-family:"Noto Sans JP",sans-serif;line-height:2.1}.voice-box{background:#f7f7f7;padding:30px;margin-top:40px}.voice-inner{display:flex;align-items:center;gap:30px}.voice-image{width:300px;flex-shrink:0}.voice-image img{width:100%}.voice-content{flex:1;text-align:left}.voice-label{display:inline-block;background:#000;color:#fff;padding:8px 16px;border-radius:20px;font-weight:700;margin-bottom:8px}.voice-text{font-family:"Noto Sans JP",sans-serif;font-size:18px;line-height:1.8;font-weight:600;margin:0}@media (max-width:820px){.effect-area{padding:50px 16px}.effect-inner{padding:0}.effect-title{font-size:32px;margin-bottom:70px}.effect-case{font-size:16px;width:50%;height:35px;top:-35px}.effect-box{padding:30px 16px}.effect-content{flex-direction:column;gap:20px}.effect-left{width:100%;flex-direction:column}.effect-label{writing-mode:horizontal-tb;text-orientation:mixed;letter-spacing:2px;padding:5px 16px;font-size:16px;text-align:center}.effect-text-box{padding:20px 20px 0}.effect-text-box li{font-size:15px;line-height:1.6;font-weight:500 !important}.effect-arrow{margin:20px 0}.effect-image img{max-height:200px}.effect-arrow img{width:160px}.effect-head img.img1{height:40px}.effect-head img.img2{height:45px}.effect-result{flex-direction:column;gap:20px;margin-top:20px}.effect-col{padding:10px 16px 20px}.effect-head h3{font-size:20px}.effect-desc{font-size:15px;min-height:unset;font-weight:400;margin-top:10px}.effect-inner-box{padding:20px 10px}.effect-inner-box h4{font-size:16px;width:100%;padding:2px 0}.effect-inner-box li{font-size:14px;line-height:1.6;font-weight:500 !important}.effect-line{margin:10px 0}.voice-box{padding:20px;margin-top:20px}.voice-inner{flex-direction:column;gap:16px}.voice-image{width:100%}.voice-text{font-size:15px;font-weight:400}.voice-label{padding:5px 16px;font-weight:600;margin-bottom:10px;width:100%;text-align:center;font-size:15px}}.price-area{background:#f9f8e1;padding:100px 0 150px;text-align:center}.price-inner{max-width:1200px;margin:0 auto}.price-box-area{background:#fff;box-shadow:0 10px 30px rgba(0,0,0,0.1);padding:40px 60px 70px;border-radius:12px}.price-title{font-size:65px;font-weight:800}.price-title .num{font-family:'Inter',sans-serif;font-size:90px;color:#e50012}.price-title .red{font-size:80px}.price-sub{font-size:35px;font-weight:700;margin:15px 0 80px}.price-head{color:#e50012;font-weight:800;font-size:40px;margin-bottom:35px;text-align:center}.price-list{display:flex;gap:20px;margin-bottom:40px}.price-box{background:#fff;box-shadow:0 10px 25px rgba(0,0,0,0.1);width:60%;margin:0 auto;border:2px solid #e50012}.price-box-head{background:#e50012;color:#fff;padding:12px;font-weight:700;font-size:30px}.price-box-head .num{font-family:'Inter',sans-serif;font-size:35px;padding:0 5px}.price-value{font-size:30px;font-weight:700;flex:1;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;padding:0;margin:10px 0 35px}.price-value .num{font-family:'Inter',sans-serif;font-size:65px;padding-right:5px}.price-note{font-family:"Noto Sans JP",sans-serif;width:100%;text-align:center;font-size:18px;font-weight:600;margin-top:-5px}.option-box{background:#fde0e0;padding:20px;margin-bottom:40px}.price-head .price-note{font-family:"Noto Sans JP",sans-serif;display:block;color:#000;font-size:18px;font-weight:600;margin-top:8px}.option-inner{display:flex;align-items:center;gap:30px}.option-image{width:40%}.option-image img{width:100%}.option-content{width:60%;text-align:left}.option-title{color:#e50012;font-size:24px;font-weight:800;margin-bottom:15px}.option-content ul{padding-left:0;list-style:none}.option-content li{font-size:20px;font-weight:600;margin-bottom:10px;position:relative;padding-left:25px}.option-content li::before{content:"●";color:#e50012;position:absolute;left:0}.price-cta-text{font-size:38px;font-weight:800;margin-bottom:40px}.price-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:450px;padding:16px;border:2px solid #e50012;background:#fff;color:#e50012;font-size:28px;font-weight:800;border-radius:8px;text-decoration:none;position:relative;transition:background 0.3s,color 0.3s}.price-btn .arrow{width:14px;position:absolute;right:16px}.price-btn .arrow-red{display:block}.price-btn .arrow-white{display:none}.price-btn:hover .arrow-red{display:none}.price-btn:hover .arrow-white{display:block}.price-btn:hover{background:#e50012;color:#fff}.flow-area{margin-top:100px}.flow-title{text-align:center;font-size:55px;font-weight:800;margin-bottom:80px}.flow-list{display:flex;align-items:center;justify-content:center;gap:10px}.flow-box{position:relative;width:300px;background:#fff;border:2px solid #e50012;border-radius:12px;text-align:center;padding:20px 10px;display:flex;flex-direction:column;overflow:hidden}.flow-step{background:#e50012;color:#fff;font-size:20px;font-weight:700;letter-spacing:0.05em;padding:8px 0;margin:-20px -10px 20px}.flow-img{height:90px;display:flex;align-items:center;justify-content:center;margin-bottom:10px}.flow-img img{width:auto;max-height:100%}.flow-area .img1{height:75px}.flow-area .img2{height:75px}.flow-area .img3{height:70px}.flow-area .img4{height:75px}.flow-area .img5{height:60px}.flow-box p{height:60px;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;line-height:1.4;margin:0;text-align:center}.flow-arrow{width:40px}@media (max-width:820px){.flow-area{margin-top:50px}.flow-title{margin-bottom:28px;font-size:30px;line-height:1.4}.flow-list{display:flex;flex-direction:column;align-items:stretch;gap:0;width:100%}.flow-box{width:100%;box-sizing:border-box;border-radius:10px;padding:0}.flow-step{margin:0;padding:8px 10px;font-size:17px;line-height:1.4}.flow-box{display:grid;grid-template-columns:86px minmax(0,1fr);grid-template-rows:auto 1fr}.flow-step{grid-column:1 / -1}.flow-img{grid-column:1;grid-row:2;width:auto;height:auto;margin:0;padding:12px;box-sizing:border-box}.flow-area .img1{height:56px}.flow-area .img2,.flow-area .img3,.flow-area .img4,.flow-area .img5{height:auto}.flow-box p{grid-column:2;grid-row:2;height:auto;min-height:86px;justify-content:flex-start;padding:12px 14px 12px 4px;font-size:16px;line-height:1.5;text-align:left}.flow-arrow{display:block;width:24px;margin:10px auto;transform:rotate(90deg)}}@media (min-width:821px) and (max-width:1024px){.price-area{padding:100px 20px 150px}}@media (max-width:820px){.price-area{padding:60px 20px 80px}.price-title{font-size:32px;line-height:1.2}.price-title .red{font-size:40px}.price-title .num{font-size:48px}.price-sub{font-size:18px;margin:15px 0 30px}.price-box-area{padding:20px 20px 40px}.price-head{font-size:24px;margin-bottom:20px}.price-head .price-note{font-size:13px;text-align:left;font-weight:400}.price-box{width:100%}.price-box-head{font-size:18px;padding:5px}.price-box-head .num{font-size:22px}.price-value{font-size:20px;margin:0 0 15px}.price-value .num{font-size:42px}.price-note{font-size:13px;font-weight:400}.price-list{margin-bottom:30px}.option-inner{flex-direction:column;gap:16px}.option-image{width:100%}.option-content{width:100%}.option-title{font-size:18px}.option-content li{font-size:15px;margin-bottom:5px;padding-left:20px}.option-box{margin-bottom:20px}.price-cta-text{font-size:20px;margin-bottom:24px}.price-btn{width:100%;font-size:18px;padding:10px 40px 10px 16px}.price-btn .arrow{width:11px}}.site-footer{background:#000;padding:20px 0;text-align:center}.site-footer p{font-family:'Inter',sans-serif;color:#fff;letter-spacing:0.05em;font-size:14px;margin:0}@media (max-width:768px){.site-footer p{font-size:12px}}.contact-area{padding:70px 20px 100px;background:#fde0e0}.contact-inner{max-width:800px;margin:0 auto}.contact-title{font-size:42px;font-weight:800;text-align:center;margin-bottom:8px}.contact-title .red{color:#e50012}.contact-sub{font-family:"Noto Sans JP",sans-serif;text-align:center;font-size:18px;font-weight:600;color:#000;margin-bottom:50px}.contact-box{background:#fff;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.1);padding:50px 60px 60px}.cform-row{margin-bottom:28px;display:flex;align-items:flex-start;gap:20px}.cform-label{width:200px;flex-shrink:0;font-size:16px;font-weight:700;display:flex;align-items:center;gap:8px;padding-top:12px}.cform-row .form-input,.cform-row .form-select,.cform-row .form-textarea{flex:1;width:auto}.badge-required{background:#e50012;color:#fff;font-size:11px;font-weight:700;padding:2px 8px;border-radius:3px;flex-shrink:0}.badge-optional{background:#999;color:#fff;font-size:11px;font-weight:700;padding:2px 8px;border-radius:3px;flex-shrink:0}.form-input{width:100%;padding:12px 16px;border:1.5px solid #ccc;border-radius:6px;font-size:15px;font-family:"Noto Sans JP",sans-serif;transition:border-color 0.2s;background:#fff}.form-input:focus{outline:none;border-color:#e50012}.form-input::placeholder{color:#bbb;font-family:"Noto Sans JP",sans-serif;font-size:14px}.form-select{width:100%;padding:12px 16px;border:1.5px solid #ccc;border-radius:6px;font-size:15px;font-family:"Noto Sans JP",sans-serif;background:#fff;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;transition:border-color 0.2s}.form-select:focus{outline:none;border-color:#e50012}.form-textarea{width:100%;padding:12px 16px;border:1.5px solid #ccc;border-radius:6px;font-size:15px;font-family:"Noto Sans JP",sans-serif;resize:vertical;min-height:140px;transition:border-color 0.2s}.form-textarea:focus{outline:none;border-color:#e50012}.form-textarea::placeholder{color:#bbb;font-size:14px}.privacy-row{margin-bottom:36px;display:flex;align-items:flex-start;gap:20px}.privacy-row .cform-label{padding-top:2px}.privacy-check{display:flex;align-items:flex-start;gap:10px;cursor:pointer}.privacy-check input[type="checkbox"]{width:20px;height:20px;flex-shrink:0;margin-top:2px;accent-color:#e50012;cursor:pointer}.privacy-check-text{font-size:14px;font-weight:600;line-height:1.7}.privacy-check-text a{color:#e50012;text-decoration:underline}.cform-submit-btn{display:block;width:100%;padding:18px;background:#e50012;color:#fff;font-size:20px;font-weight:800;font-family:"Noto Sans JP",sans-serif;border:none;border-radius:8px;cursor:pointer;transition:0.3s;position:relative;overflow:hidden}.cform-submit-btn::before{content:'';position:absolute;top:0;left:-75%;width:50%;height:100%;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,0.15) 40%,rgba(255,255,255,0.35) 50%,rgba(255,255,255,0.15) 60%,transparent 100%);animation:shine 2.4s ease-in-out infinite;pointer-events:none}@keyframes shine{0%{left:-75%}35%{left:125%}100%{left:125%}}.cform-submit-btn:hover{background:#c0000f;transform:translateY(-2px);box-shadow:0 8px 20px rgba(229,0,18,0.3)}.cform-submit-btn:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.cform-submit-btn:disabled::before{display:none}@media (max-width:820px){.contact-area{padding:40px 16px 70px}.contact-title{font-size:30px}.contact-sub{font-size:14px;margin-bottom:30px}.contact-box{padding:30px 20px 36px}.cform-row .form-input,.cform-row .form-select,.cform-row .form-textarea{width:100%}.cform-row,.privacy-row{flex-direction:column;gap:6px}.cform-label{width:100%;padding-top:0;font-size:14px}.cform-submit-btn{font-size:18px;padding:16px}}@media (min-width:821px) and (max-width:1024px){section{padding:70px 0}.header-inner{padding:14px 24px}.fv{padding:56px 0 70px}.fv::after{right:-150px;width:68%}.fv-inner{gap:24px;padding:0 24px}.fv-left,.fv-right{width:50%}.fv-text:first-of-type{max-width:480px}.fv-text:nth-of-type(2){max-width:420px}.fv-pc{max-width:420px}.form-box{padding:12px 18px 24px}.doc-img{width:120px}.form-title .small{font-size:14px}.form-title h2{font-size:26px}.form-row{display:block;margin-bottom:12px}.form-row label{display:block;width:100%;margin-bottom:6px;font-size:14px}.form-row input{width:100%;padding:12px}.form-error-message{flex-basis:auto;margin:6px 0 0}.submit-btn{padding:13px 44px 13px 20px;font-size:18px}.cv-inner,.edu-inner,.feature-inner,.support-inner,.effect-inner,.price-inner,.cta-black-inner{max-width:920px}.edu-title{font-size:40px}.edu-boxes{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.edu-box{padding:20px 12px}.platform-box{width:29%;min-width:0}.platform-box-head{min-height:64px;display:flex;align-items:center;justify-content:center;font-size:18px}.platform-box-img{height:170px;padding:16px}.platform-box-text{padding:0 12px 20px;font-size:15px}.platform-cross{padding:0 10px;font-size:42px}.platform-bottom{font-size:36px}.platform-bottom span{font-size:42px}.feature-area{padding:110px 24px 90px}.feature-title .num{font-size:86px}.feature-title .tsu,.feature-title .text{font-size:54px}.feature-buttons{gap:16px;margin-bottom:70px}.feature-btn{width:calc(25% - 12px);min-width:0;padding:0 10px 44px}.btn-num{font-size:44px}.feature-btn-text{height:92px;margin-top:-30px}.feature-btn-text p{font-size:18px}.feature-detail-box{padding:44px 28px}.feature-left,.feature-image,.feature-card,.cta-box,.effect-col{min-width:0}.feature-heading{font-size:30px}.feature-text p{font-size:17px;line-height:1.8}.feature-image img{max-width:100%;max-height:220px}.fstep-lead{font-size:18px}.fstep-item-line{font-size:17px}.fstep-desc{font-size:16px}.feature-card-list{gap:14px}.feature-card{padding:28px 18px 24px}.feature-card h4{font-size:22px}.feature-card p{font-size:16px}.support-top{font-size:42px}.support-logo{height:46px}.support-line{font-size:38px}.support-detail-box{max-width:920px;padding:26px}.support-main{gap:24px}.support-photo img{width:180px}.support-name{font-size:28px}.support-qualification{font-size:20px}.support-bubble{max-width:260px;padding:18px}.support-bubble p{font-size:16px}.step-title2{padding-top:46px;margin-bottom:40px;font-size:42px}.step-flow{display:grid;grid-template-columns:1fr 28px 1fr;align-items:stretch;gap:12px}.step-client-inner,.step-gilog-inner{gap:8px}.step-client-wrap,.step-gilog-wrap{min-width:0}.step-box,.step-gilog-inner .step-box{width:auto;min-width:0}.step-head{font-size:19px}.step-name{font-size:19px}.step-img{height:92px}.step-img img.img1,.step-img img.img4{height:78px}.step-img img.img2{height:72px}.step-img img.img3{height:66px}.step-target-label{font-size:14px}.step-list{margin:0 12px 16px;font-size:13px}.step-box p{padding:0 12px 5px;font-size:14px}.step-flow>.step-arrow{width:18px;margin-top:150px}.cta-black-title{font-size:36px}.cta-black-title .yellow{font-size:44px}.cta-logo{height:38px}.cta-boxes{gap:18px}.cta-box{padding:12px 16px 24px}.cta-img{width:130px}.cta-text{font-size:24px}.cta-text .num{font-size:38px}.cta-text .red{font-size:28px}.cta-btn.green,.cta-btn.red{padding:10px 44px 10px 18px;font-size:22px}.effect-area{padding:80px 0}.effect-title{margin-bottom:90px;font-size:48px}.effect-box{padding:48px 28px}.effect-content{gap:24px}.effect-left{width:64%}.effect-text-box li{font-size:15px;line-height:1.7}.effect-image{width:36%}.effect-result{gap:18px}.effect-col{padding:22px 20px 26px}.effect-head{gap:10px}.effect-head h3{font-size:24px}.effect-desc{min-height:0;font-size:18px}.effect-inner-box h4{width:48%}.effect-inner-box li{font-size:15px;line-height:1.8}.voice-box{padding:24px}.price-area{padding:80px 24px 110px}.price-title{font-size:48px}.price-title .red{font-size:58px}.price-title .num{font-size:68px}.price-sub{margin-bottom:56px;font-size:26px}.price-box-area{padding:34px 36px 56px}.price-box{width:76%}.price-cta-text{font-size:30px}.flow-area{margin-top:80px}.flow-title{margin-bottom:50px;font-size:44px}.flow-list{gap:8px}.flow-box{width:150px;padding:18px 8px}.flow-step{margin:-18px -8px 18px;font-size:15px}.flow-img{height:72px}.flow-area .img1,.flow-area .img2,.flow-area .img4{height:58px}.flow-area .img3{height:54px}.flow-area .img5{height:48px}.flow-box p{height:54px;font-size:14px}.flow-arrow{width:24px}}