@charset "UTF-8";.hero-section{position:relative;min-height:648px;display:flex;align-items:center;overflow:hidden;padding:90px 48px;margin:24px 24px 0;border-radius:16px 16px 0 0}@media(max-width:1024px){.hero-section{padding:90px 32px 72px}}@media(max-width:768px){.hero-section{padding:90px 24px 40px;min-height:auto}}.hero-logo{position:absolute;top:20px;left:20px;z-index:2;animation:heroFade 1s .3s both}.hero-bg-image{position:absolute;inset:0;z-index:0;pointer-events:none}.hero-bg-img{position:absolute;right:0;bottom:0;width:100%;height:160%;object-fit:cover;object-position:center}@media(max-width:768px){.hero-bg-img{width:100%;height:100%}}.hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,#eef3ff 15.49%,#f3f6ffcc 25%,#fff0 80%)}@media(max-width:768px){.hero-overlay{background:#eef3ffb3}}.hero-content-wrap{position:relative;z-index:2;width:100%;max-width:1280px;margin:0 auto}.hero-content{display:flex;flex-direction:column;align-items:flex-start;gap:32px}.hero-label-row{display:flex;align-items:center;gap:8px;animation:heroFade 1s .15s both}.hero-label-line{display:block;width:30px;height:2px;background:#007bff;flex-shrink:0}.hero-label-text{color:#007bff;font-family:Noto Sans JP,-apple-system,sans-serif;font-size:12.8px;font-weight:700;line-height:22.4px;letter-spacing:1.536px;text-transform:uppercase}.hero-heading-block{width:100%;animation:heroFade 1s .3s both}.hero-heading{font-family:Noto Sans JP,-apple-system,sans-serif;font-size:clamp(44px,6vw,72px);font-weight:900;line-height:1;letter-spacing:-1.8px}.hero-heading-dark{color:#0f172a}.hero-heading-blue{color:#007bff}.hero-subtitle{font-family:Noto Sans JP,-apple-system,sans-serif;font-size:clamp(16px,2.2vw,21px);font-weight:700;line-height:36.4px;letter-spacing:.32px;background:linear-gradient(93deg,#3ab8ef,#4d78ff 55%,#7dd3fc);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:heroFade 1s .45s both}.hero-metrics{display:flex;gap:8px;flex-wrap:wrap;animation:heroFade 1s .6s both}.hero-metric-card{display:flex;flex-direction:column;align-items:flex-start;padding:11px 12px 12px;border-radius:13px;border:1px solid rgba(126,164,255,.27);background:#fff;min-width:120px}@media(max-width:480px){.hero-metric-card{min-width:100px}}.hero-metric-value{font-size:17px;font-weight:800;color:#007bff;line-height:1.2}.hero-metric-label{font-size:13px;font-weight:600;color:#071530;margin-top:5px}.hero-cta-btn{display:flex;align-items:center;justify-content:center;animation:heroFade 1s .75s both;padding:12px 24px;border-radius:8px;background:#ffa033;color:#fff;font-size:20px;font-weight:500;line-height:20px;white-space:nowrap;transition:opacity .2s;transition:all .25s;letter-spacing:.04em;min-width:378px;min-height:60px}.hero-cta-btn:hover{background:#f1962d;transform:translateY(-2px);box-shadow:0 4px 16px #ffa0335c}@media(max-width:480px){.hero-cta-btn{width:100%;min-width:auto}}@keyframes heroFade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-mobile{width:100%}.hero-mobile-bg{display:none}@media(max-width:768px){.hero-mobile-bg{display:block;width:100%;height:auto;object-fit:cover}}.ticker{background:#007bff;padding:1.1rem 0;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.05);margin:0 24px;border-radius:0 0 16px 16px}.ticker-inner{display:flex;width:max-content;animation:ticker 28s linear infinite}.ticker-item{font-size:.75rem;font-weight:500;letter-spacing:.12em;color:#fff;white-space:nowrap;display:flex;align-items:center;gap:1.2rem;margin-right:4rem}.ticker-item:before{content:"";width:4px;height:4px;border-radius:50%;background:#fff;flex-shrink:0}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-30%)}}.problems-section{background:#fff;padding:90px 0}@media(max-width:768px){.problems-section{padding:64px 0}}.problems-heading{font-size:50px;font-weight:800;color:#071530;text-align:center;letter-spacing:-.9px}@media(max-width:768px){.problems-heading{font-size:32px;line-height:40px}}.problems-heading-accent{color:#007bff;font-size:64px;margin:0 5px}@media(max-width:768px){.problems-heading-accent{font-size:40px}}.problems-subtext{font-size:18px;font-weight:500;color:#071530;text-align:center;margin-bottom:40px}@media(max-width:768px){.problems-subtext{margin-bottom:32px}}.problems-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;margin-bottom:48px}.problems-grid .problem-card:nth-child(1){grid-column:1/3}.problems-grid .problem-card:nth-child(2){grid-column:3/5}.problems-grid .problem-card:nth-child(3){grid-column:5/7}.problems-grid .problem-card:nth-child(4){grid-column:2/4}.problems-grid .problem-card:nth-child(5){grid-column:4/6}@media(max-width:1024px){.problems-grid{grid-template-columns:repeat(2,1fr)}.problems-grid .problem-card:nth-child(1),.problems-grid .problem-card:nth-child(2),.problems-grid .problem-card:nth-child(3),.problems-grid .problem-card:nth-child(4),.problems-grid .problem-card:nth-child(5){grid-column:auto}}@media(max-width:480px){.problems-grid{grid-template-columns:1fr;margin-bottom:10px}}.problem-card{display:flex;flex-direction:row;flex-wrap:wrap;align-items:initial;padding:20px 12px 20px 20px;border-radius:16px;background:#eef3ff;min-height:250px}@media(max-width:768px){.problem-card{min-height:200px}}.problem-card-body{flex:1}.problem-card-num{font-size:24px;font-weight:800;color:#007bff;letter-spacing:.5px;width:100%}.problem-card-title{font-size:24px;font-weight:700;color:#071530}@media(max-width:768px){.problem-card-title{font-size:20px}}.problem-card-illus{flex-shrink:0;width:40%;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.problem-card-illus{width:100%;flex:1}}.problem-illustration{width:100%;height:100%}.problems-footer-note{font-size:24px;font-weight:700;color:#111c38;text-align:center;letter-spacing:-1px}@media(max-width:768px){.problems-footer-note{font-size:20px}.problems-footer-note br{display:none}}.approach-section{position:relative;background:#eef3ff;padding:90px 0;overflow:hidden;border-top:1px solid rgba(0,123,255,.1);margin:24px 24px 0;border-radius:16px}@media(max-width:768px){.approach-section{padding:60px 0}}.approach-bg{position:absolute;inset:0;background:url(/images/background.png) right center/auto 100% no-repeat;pointer-events:none}@media(max-width:1024px){.approach-bg{opacity:.3}}@media(max-width:768px){.approach-bg{display:none}}.approach-header{display:flex;flex-direction:column;gap:8px;margin-bottom:32px}@media(max-width:480px){.approach-header{margin-bottom:0}}.approach-desc{font-size:18px;font-weight:400;line-height:28px;color:#071530;margin-bottom:40px}@media(max-width:768px){.approach-desc{font-size:15px}.approach-desc br{display:none}}.step-grid{display:flex;align-items:stretch;gap:12px;flex-wrap:wrap}@media(max-width:1054px){.step-grid{flex-direction:column;align-items:stretch}}.step-grid-item{flex:1;min-width:200px;display:flex}.step-arrow{align-self:center;flex-shrink:0}@media(max-width:1054px){.step-arrow{transform:rotate(90deg);align-self:center;margin:0 auto;display:block}}.section-container{position:relative;z-index:1}.step-card{flex:1;display:flex;flex-direction:column;gap:24px;padding:24px;border-radius:18px;background:#fff;min-height:260px}.step-card-header{display:flex;flex-direction:column;gap:8px}.step-num-badge{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#007bff;color:#fff;font-family:Inter,-apple-system,sans-serif;font-size:20px;font-weight:800;flex-shrink:0}.step-title{font-family:Noto Sans JP,-apple-system,sans-serif;font-size:24px;font-weight:700;color:#111c38;letter-spacing:.32px;line-height:1.3}.step-period{display:inline-flex;align-self:flex-start;padding:3px 12px;border-radius:999px;border:1px solid #007BFF;background:#eef3ff;color:#007bff;font-family:Noto Sans JP,-apple-system,sans-serif;font-size:16px;font-weight:700;letter-spacing:.51px}.step-desc{font-family:Noto Sans JP,-apple-system,sans-serif;font-size:16px;font-weight:350;color:#071530;line-height:1.53;letter-spacing:.32px}.step-arrow{width:24px;height:28px;flex-shrink:0;filter:invert(29%) sepia(97%) saturate(2041%) hue-rotate(198deg) brightness(101%) contrast(104%)}.reasons-section{background:#fff;padding:90px 0}@media(max-width:768px){.reasons-section{padding:60px 0}}.reasons-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}@media(max-width:768px){.reasons-grid{grid-template-columns:1fr;gap:24px}}.reason-card{display:flex;flex-direction:column;border-radius:16px;border:1px solid #A3A3A3;overflow:hidden;background:#fff;padding-bottom:28px}.reason-card-header{background:#007bff;padding:14px 32px;display:flex;align-items:center;justify-content:center}.reason-card-title{font-size:24px;font-weight:800;color:#fff;letter-spacing:1.6px;text-align:center}.reason-card-img{width:100%;max-width:300px;object-fit:cover;margin:24px auto 0;display:block;border-radius:8px}.reason-card-body{display:flex;justify-content:center;padding:16px 15px 0}.reason-card-desc{font-family:Noto Sans JP,-apple-system,sans-serif;font-size:20px;font-weight:700;color:#071530;line-height:1.6;max-width:380px}.reason-highlight{color:#007bff}.cases-section{background:#eef3ff;padding:90px 0;margin:24px 24px 0;border-radius:16px}@media(max-width:768px){.cases-section{padding:60px 0}}.cases-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media(max-width:768px){.cases-grid{grid-template-columns:1fr}}.case-card{border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 2px 16px #0000000f;display:flex;flex-direction:column}.case-card-img-wrap{position:relative;overflow:hidden;height:200px}@media(max-width:768px){.case-card-img-wrap{height:160px}}.case-card-img{width:100%;height:100%;object-fit:cover;display:block}.case-card-badge{position:absolute;top:12px;left:12px;padding:4px 10px;border-radius:30px;background:#007bff;color:#fff;font-family:Inter,-apple-system,sans-serif;font-size:11px;font-weight:700;letter-spacing:.55px}.case-card-body{padding:20px 24px 24px;display:flex;flex-direction:column;gap:8px;flex:1}.case-card-title{font-family:Noto Sans JP,-apple-system,sans-serif;font-size:20px;font-weight:700;color:#111c38;line-height:1.4}.case-card-desc{font-family:Noto Sans JP,-apple-system,sans-serif;font-size:14px;font-weight:400;color:#4a5c78;line-height:1.7}.case-card-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:4px}.case-tag{padding:4px 12px;border-radius:4px;background:#eef3ff;color:#4a5c78;font-family:Noto Sans JP,-apple-system,sans-serif;font-size:11px;font-weight:700}.services-section{position:relative;background:#fff;padding:90px 0;overflow:hidden;border-top:1px solid rgba(0,123,255,.1)}@media(max-width:768px){.services-section{padding:60px 0 120px}}.section-container.services{padding-bottom:80px}@media(max-width:768px){.section-container.services{padding:0 24px}}.services-bg{position:absolute;inset:0;background:url(/images/services-bg.png) center bottom/100% no-repeat;pointer-events:none}.services-layout{display:grid;grid-template-columns:1fr;gap:48px;align-items:start}.services-list{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media(max-width:1024px){.services-list{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.services-list{grid-template-columns:1fr}}.service-item{display:flex;flex-direction:column;gap:8px;padding:16px 20px;border-radius:18px;border:1px solid #007BFF;background:#fff}.service-item-header{display:flex;align-items:center;gap:10px}.service-item-header svg{flex-shrink:0}.service-item-title{font-family:Noto Sans JP,-apple-system,sans-serif;font-size:15px;font-weight:700;color:#111c38;line-height:1.4}.service-item-desc{font-family:Noto Sans JP,-apple-system,sans-serif;font-size:14px;font-weight:400;color:#4a5c78;line-height:1.6}.contact-form-card{width:100%;background:#fff;border-radius:24px;border:1px solid #E7E7E7;padding:40px 36px;margin-top:60px}@media(max-width:768px){.contact-form-card{padding:28px 20px}}.contact-form-heading{font-family:Plus Jakarta Sans,-apple-system,sans-serif;font-size:24px;font-weight:600;color:#0f172a;margin-bottom:8px}.contact-form-subtext{font-family:Plus Jakarta Sans,-apple-system,sans-serif;font-size:15px;font-weight:400;color:#0f172a;line-height:1.6;margin-bottom:24px}.contact-form{display:flex;flex-direction:column;gap:16px}.form-field-group{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:768px){.form-field-group{grid-template-columns:1fr}}.form-field{display:flex;flex-direction:column;gap:6px}.form-label{font-family:Plus Jakarta Sans,-apple-system,sans-serif;font-size:14px;font-weight:700;color:#323130}.form-label span{color:#ffa033;font-size:10px}.form-input{height:52px;padding:0 16px;border-radius:12px;border:1.6px solid #E7E7E7;font-family:Plus Jakarta Sans,-apple-system,sans-serif;font-size:14px;color:#0f172a;outline:none;transition:border-color .2s}.form-input::placeholder{color:#aeaeae}.form-input:focus{border-color:#007bff}.form-textarea{padding:14px 16px;border-radius:12px;border:1.6px solid #E7E7E7;font-family:Plus Jakarta Sans,-apple-system,sans-serif;font-size:14px;color:#0f172a;resize:vertical;outline:none;line-height:1.6;transition:border-color .2s}.form-textarea::placeholder{color:#aeaeae}.form-textarea:focus{border-color:#007bff}.form-privacy-note{font-family:Noto Sans JP,-apple-system,sans-serif;font-size:14px;color:#071530;text-align:center}.form-privacy-note span{font-size:10px}.form-submit-btn{align-self:center;padding:9px 24px;border-radius:8px;min-width:300px;background:#ffa033;color:#fff;font-family:Noto Sans JP,-apple-system,sans-serif;font-size:16px;font-weight:700;cursor:pointer;border:none;transition:all .25s}.form-submit-btn:hover{background:#f1962d;transform:translateY(-2px);box-shadow:0 4px 16px #ffa0335c}@media(max-width:768px){.form-submit-btn{min-width:220px}}.cta-section{background:#007bff;padding:100px 48px 90px;position:relative;z-index:90}@media(max-width:768px){.cta-section{padding:64px 24px}}.cta-inner{max-width:960px;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px}.cta-header-text{text-align:left}.cta-description{font-family:Inter,-apple-system,sans-serif;font-size:clamp(16px,2vw,20px);font-weight:700;color:#fff;line-height:1.8}.cta-highlight-box{display:inline-block;padding:6px 16px;background:#fff;color:#007bff;font-weight:700;margin:12px 12px 0 0}.cta-circles{display:flex;align-items:center;justify-content:center;gap:32px;flex-wrap:wrap}@media(max-width:768px){.cta-circles{gap:8px}}@media(max-width:768px){.cta-circles{gap:5px}}.cta-circle{width:188px;height:188px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;text-align:center}.cta-circle span{font-family:Noto Sans JP,-apple-system,sans-serif;font-size:26px;font-weight:900;color:#007bff;line-height:1.3;letter-spacing:.32px}@media(max-width:768px){.cta-circle{width:150px;height:150px}.cta-circle span{font-size:18px}}@media(max-width:480px){.cta-circle{width:100px;height:100px}.cta-circle span{font-size:16px}}.cta-free-text{font-family:Noto Sans JP,-apple-system,sans-serif;font-size:clamp(22px,3vw,32px);font-weight:700;color:#fff;text-align:center;line-height:1.4}
