:root{--color-primary: #07499b;--color-primary-light: #029ae1;--color-accent-green: #06c655;--color-text-base: #373f41;--color-text-medium: #333;--color-text-light: #666;--color-text-inverted: #fff;--color-background-base: #fff;--color-background-light: #f8f8f8;--color-background-accent: #e6f5fc;--color-black: #000;--font-family-base: "Noto Sans JP", sans-serif;--font-family-display: "Futura", sans-serif;--fs-root: 16px;--fs-xs: 0.67rem;--fs-sm: 0.78rem;--fs-smd: 0.83rem;--fs-md: 0.89rem;--fs-base: 1rem;--fs-lg: 1.11rem;--fs-xl: 1.22rem;--fs-2xl: 1.33rem;--fs-3xl: 1.56rem;--fs-4xl: 1.67rem;--fs-5xl: 1.78rem;--fs-6xl: 2.22rem;--fs-7xl: 2.67rem;--fs-display: 3.56rem;--space-sm: 10px;--space-md: 20px;--space-lg: 40px;--space-xl: 60px;--space-section: 100px;--max-lg: 1444px;--max-md: 1128px;--border-radius-pill: 41px;--border-radius-card: 10px;--border-radius-circle: 50%;--box-shadow-soft: 2px 2px 8px rgba(0, 0, 0, 0.1);--box-shadow-medium: 4px 4px 10px rgba(0, 0, 0, 0.15);--box-shadow-strong: 4px 4px 10px rgba(0, 0, 0, 0.25);--transition-fast: all 0.3s ease
}
@media (max-width:577px) {
  :root {
    --space-section: 60px;
    --max-lg: 1444px;
    --max-md: 1128px
  }
}
main {
  width: 100%
}
html {
  font-size: var(--fs-root) !important;line-height:1.8em;font-weight:400}body{font-size:var(--fs-root) !important;margin:0;padding:85px 0 0 0;line-height:1.8em;font-weight:400}.header{background-color:var(--color-background-base);padding:15px 20px;position:fixed;top:0;left:0;z-index:1001;box-sizing:border-box;width:100%}.header-container{width:100%;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center}.logo{width:200px;margin-top:10px}.logo img{width:100%;height:100%;object-fit:contain}.logo h1{margin:0;padding:0}.desktop-nav-elements{display:flex;align-items:center;gap:20px}.nav{display:flex;align-items:center;gap:25px;position:static;transform:none;opacity:1;width:auto;height:auto;background-color:transparent;z-index:auto}.nav ul{display:flex;align-items:center;gap:15px;list-style-type:none;margin:0;padding:0}.nav-dropdown{position:relative;height:58px;display:flex;align-items:center}.nav-dropdown>a span,.nav-dropdown>em span{font-size:0.7em;vertical-align:middle;margin-left:4px;display:inline-block;transition:transform 0.3s}.dropdown-menu a{padding:5px !important;line-height:170%}.nav-dropdown:hover .dropdown-menu{display:block}.nav-dropdown:hover>a span,.nav-dropdown:hover>em span{transform:rotate(180deg)}.nav ul a,.nav ul em{font-size:var(--fs-base);font-weight:500;color:var(--color-text-base);transition:color 0.3s;display:flex;align-items:center;gap:5px;padding:10px 0;font-style:normal}.nav ul a:hover,.nav ul em:hover{color:var(--color-primary)}.dropdown-menu a{color:var(--color-text-base);padding:10px 20px;display:block;font-weight:400;white-space:nowrap;font-size:var(--fs-md)}.dropdown-menu a:hover{color:var(--color-primary)}.header-buttons{display:flex;gap:var(--space-sm)}.nav-btn{padding:10px 20px;border-radius:var(--border-radius-pill);font-size:1rem;font-weight:500;transition:opacity 0.3s;text-align:center;white-space:nowrap;display:flex;align-items:center;justify-content:center;gap:5px}.nav-btn span{width:1.5em;height:auto;line-height:100%;margin-top:4px}.nav-btn span img,.nav-btn span svg{width:100%;height:auto;fill:white}.btn-blue{background-color:var(--color-primary);color:var(--color-text-inverted)}.btn-green{background-color:var(--color-accent-green);color:var(--color-text-inverted)}.btn-outline{background-color:var(--color-background-base);border:1px solid var(--color-primary);color:var(--color-primary);padding:10px 50px;border-radius:var(--border-radius-pill);font-size:var(--fs-base);font-weight:500;display:inline-flex;align-items:center;gap:5px;position:relative}.btn-outline span{position:absolute;right:0.5em;top:50%;transform:translate(0%, -50%);font-size:0.8em;color:#029ae1}.menu-toggle{background:none;border:none;cursor:pointer;padding:10px;z-index:101;outline:none}.icon-bar{display:block;width:25px;height:3px;margin:5px 0;background-color:var(--color-text-base);transition:all 0.3s ease-in-out}.nav-indicator{color:#07499B}@media (min-width:1101px){.mobile-menu{display:none}.mobile-plus{display:none !important}.column-primary,.menu-link{display:flex;align-items:center;gap:15px}.btn-white{background-color:var(--color-primary);color:var(--color-text-inverted)}.dropdown-menu{position:absolute;top:80%;left:50%;transform:translateX(-50%);display:none;background-color:var(--color-background-base);box-shadow:0 8px 16px rgba(0, 0, 0, 0.1);min-width:300px;border-radius:8px;padding:10px 0;z-index:200;margin-top:5px;border:1px solid #eee;text-align:left;padding:20px}}@media (max-width:1200px){.nav ul a,.nav ul em{font-size:0.85em}}@media (max-width:1100px){.nav-btn{padding:10px 30px;transition:opacity 0.3s;position:relative}.nav-btn span{position:absolute;top:50%;left:25px;width:1.5em;height:auto;transform:translate(0, -60%)}.nav-btn.btn-white span svg{fill:#07499B}.nav-dropdown>a span{display:inline-block}.desktop-nav-elements{display:none}.menu-toggle{display:block}.nav{display:block;position:fixed;top:0;left:0;width:100%;height:100%;background-color:var(--color-menu-dark-blue);z-index:1000;transition:transform 0.4s ease-in-out;transform:translateY(-200%);opacity:0}.nav-dropdown{display:block !important}.nav-dropdown span{display:none !important}.nav ul{align-items:flex-start;gap:5px}.nav ul a,.nav ul em{font-size:var(--fs-md);color:#fff;display:block}.nav ul em{padding:0}.nav ul a:hover,.nav ul em:hover{color:#fff !important;opacity:0.7 !important}.dropdown-menu{margin-left:0.5em}.dropdown-menu a{padding:0 !important}.nav-dropdown{height:auto}.mobile-menu-content{display:flex}.nav.is-open{transform:translateY(0);opacity:1}.mobile-menu-content{color:var(--color-text-inverted);height:auto;padding:0px;width:100%;margin:0 auto;box-sizing:border-box;background-color:#07499B;justify-content:flex-start !important}.menu-logo{width:50%;padding:20px;background-color:#fff;display:flex;align-items:center;justify-content:center}.menu-logo img{width:100%;max-width:222px;height:auto}.menu-link{width:50%;padding:100px 20px 60px 20px}.close-btn{position:absolute;top:20px;right:20px;background:none;border:none;color:var(--color-text-inverted);font-size:40px;cursor:pointer;line-height:1;font-weight:300;padding:10px}.menu-columns{padding-bottom:10px}.column-title{display:block;font-weight:bold;margin-bottom:10px;color:rgba(255, 255, 255, 0.8)}.menu-columns a{color:#fff;display:block;transition:color 0.2s;font-size:16px}.menu-columns a:hover{color:var(--color-primary)}.dropdown-menu a{white-space:wrap}.column-secondary a{line-height:2}.column-primary{display:flex;gap:30px}.service-block{margin-bottom:5px}.column-primary>div{display:flex;gap:16px;width:50%}.contact-info-block>div{width:100%}.service-block ul{list-style:none;padding:0;flex-direction:column;align-items:flex-start;gap:0px !important}.service-block li a{font-size:16px;line-height:1.5;margin-left:10px;padding:0;color:#fff}.contact-info-block{text-align:center;margin-top:auto;display:flex;align-items:center;gap:30px}.phone-message{font-size:0.8vw;font-weight:400;margin-bottom:5px}.phone-number{font-size:2.5vw;font-weight:500;color:var(--color-text-inverted);display:inline-flex;align-items:center;gap:5px;margin-top:20px;margin-bottom:5px}.phone-number img{width:0.7em;height:auto}.phone-icon{width:30px;height:30px;stroke:var(--color-text-inverted);fill:none}.menu-buttons{display:flex;gap:15px;justify-content:center;margin-bottom:30px;flex-direction:column}.btn-white{background-color:var(--color-text-inverted);color:var(--color-primary);font-weight:500;border:2px solid var(--color-text-inverted);width:100%;box-sizing:border-box}.btn-green{width:100%;box-sizing:border-box}.mobile-menu-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.mobile-menu-list li.service-block{margin-bottom:0}.nav ul a,.nav ul p{padding:0px 0}}@media (max-width:950px){.nav-btn span{left:25px}.phone-message{font-size:1.3vw;font-weight:400;margin-bottom:5px}.phone-number{font-size:4vw}.contact-info-block{border-top:#fff solid 1px;margin-top:15px;padding-top:5px;flex-direction:column;gap:0}}@media (max-width:758px){.nav-btn span{left:30px}.menu-logo{display:none}.mobile-menu-list,.mobile-menu-list li{width:100%}.contact-info-block>div{width:100%}.menu-link{width:100vw;padding:60px 20px 30px 20px;box-sizing:border-box}.column-primary{flex-direction:column;gap:0px}.column-primary>div{gap:0px;width:100%}.mobile-menu-content{height:100vh;overflow-y:auto}.menu-columns a,.nav ul a{line-height:1.6}.menu-columns{padding-bottom:0px}.phone-message{font-size:14px}.phone-number{font-size:10vw}.menu-buttons{flex-direction:column}.service-block ul{margin-top:2px}.nav-btn{padding:5px 25px}.contact-info-block{border-top:#fff solid 1px;margin-top:15px;padding-top:5px;flex-direction:column;gap:0}.btn-white{padding:6px 25px}.menu-buttons{margin-top:10px;margin-bottom:0px}.mobile-menu-list{gap:0}.mobile-menu-list>li>a{padding:4px 0}.nav-btn{padding:10px 25px}.service-block>a{position:relative;display:flex;justify-content:space-between;align-items:center;width:100%;box-sizing:border-box;padding-right:20px !important}.service-block .mobile-plus{display:block !important;font-size:1.5rem;font-weight:300;transition:transform 0.3s ease;line-height:1;position:absolute;right:0px;top:5px}.accordion-content{max-height:0;overflow:hidden;transition:max-height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94)}.service-block.is-expanded .accordion-content{max-height:500px;transition:max-height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);margin-bottom:10px}.service-block.is-expanded .mobile-plus{transform:rotate(45deg)}.accordion-content a{padding-left:15px !important;font-size:15px !important;color:rgba(255, 255, 255, 0.9) !important;line-height:1.8}.service-block ul.accordion-content{padding-left:0}}@media (min-width:759px){.mobile-plus{display:none}}.hero{padding:0;overflow:hidden}.hero-image{overflow:hidden;width:102%;height:40vw;max-height:800px;position:relative;margin-left:-1%}.hero-image img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;height:auto;z-index:-1}.hero-image .hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%, 0%);z-index:1;width:100%;max-width:1440px}.hero-content{max-width:var(--max-md);margin:0 auto}.hero-image .fv-text{display:flex;flex-direction:column;gap:10px;color:#fff;padding:0px 30px}.phone-number{margin-top:0px;margin-bottom:20px}.hero-image .fv-text h2{margin:0;font-size:3rem;font-weight:500;line-height:1.4em}.hero-image .fv-text p{margin:0;font-size:25px;line-height:1.4em}.news-banner{background-color:var(--color-background-base);border-radius:500px;display:flex;gap:29px;margin-bottom:var(--space-section);overflow:hidden}.news-tag{background-color:var(--color-primary);color:var(--color-text-inverted);padding:10px 40px;font-size:var(--fs-lg);font-weight:500;display:flex;align-items:center;white-space:nowrap}.news-text{display:flex;gap:30px;font-size:var(--fs-sm);font-weight:500;padding-right:30px;align-items:center;width:100%}.news-text span:first-of-type{color:#666}.intro{padding:0;overflow:hidden;padding:var(--space-section) var(--space-md);background-color:#F2F2F2}.intro-image{width:100%}.intro-image img{margin-left:-10%;width:110%;height:auto}.intro-content{max-width:var(--max-md);margin:0 auto}.intro-main{display:flex;align-items:flex-end}.intro-text{background-color:var(--color-primary-light);color:var(--color-text-inverted);padding:30px 80px 30px 25px;box-shadow:var(--box-shadow-strong);width:100%;max-width:611px;box-sizing:border-box;margin-bottom:var(--space-section)}.intro-text h2{font-size:var(--fs-4xl);font-weight:500;line-height:1.5;margin-bottom:var(--space-md)}.intro-text p{font-size:var(--fs-base);font-weight:400;line-height:1.8;margin-bottom:var(--space-lg)}.intro-cta-buttons{display:flex;flex-direction:column;gap:var(--space-md)}.cta-button{padding:15px 50px;font-size:var(--fs-base);font-weight:500;border-radius:0;position:relative;display:inline-block;text-decoration:none;text-align:center}.cta-blue{background-color:var(--color-primary);color:var(--color-text-inverted)}.cta-white{background-color:var(--color-background-base);color:var(--color-primary)}.cta-button::after{content:"";position:absolute;right:6px;bottom:6px;width:10px;height:10px;clip-path:polygon(100% 0, 0% 100%, 100% 100%)}.cta-blue::after{background-color:var(--color-text-inverted)}.cta-white::after{background-color:var(--color-primary)}.section-title{text-align:center;margin-bottom:var(--space-xl)}.title-en{font-family:var(--font-family-display);font-size:var(--fs-display);font-weight:500;color:var(--color-primary);line-height:1;margin:0 0 10px}.title-jp{font-size:var(--fs-2xl);font-weight:500;color:var(--color-black);margin-top:0}.title-copy{font-size:var(--fs-base);margin:1em 0 0}.column .title-copy{margin-bottom:20px}.services{padding:var(--space-section) var(--space-md);margin:0 auto;background:linear-gradient(180deg, rgba(230, 245, 252, 0) 0%, #e6f5fc 56.25%)}.services-grid{display:flex;flex-wrap:wrap;gap:43px;justify-content:center;max-width:var(--max-md);margin:0 auto}.service-card{background-color:var(--color-background-base);padding:20px 30px 20px 70px;box-shadow:var(--box-shadow-strong);position:relative;width:46%;box-sizing:border-box}.service-card::after{content:"";position:absolute;right:6px;bottom:6px;width:10px;height:10px;clip-path:polygon(100% 0, 0% 100%, 100% 100%);z-index:100;background-color:var(--color-primary)}.service-number{position:absolute;left:-18px;top:-35px;width:70px;height:70px;background:linear-gradient(180deg, var(--color-primary-light) 0%, var(--color-primary) 94.231%);border-radius:var(--border-radius-circle);display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--color-text-inverted)}.number-label{font-family:var(--font-family-display);font-size:var(--fs-xs);line-height:1.2em}.number-value{font-family:var(--font-family-display);font-size:var(--fs-2xl);line-height:1.2em}.service-card h3{font-size:var(--fs-3xl);font-weight:500;color:var(--color-primary);margin-bottom:18px}.service-subtitle{font-size:var(--fs-base)}.service-card p{font-size:var(--fs-base);font-weight:400;line-height:1.8;color:var(--color-black)}.pricing{background-color:var(--color-background-light);padding:var(--space-section) var(--space-md);background-image:url(../img/pricing_bg.jpg);background-position:center center;background-size:cover;background-repeat:no-repeat}.pricing-container{max-width:var(--max-md);margin:0 auto}.pricing-content{width:50%}.pricing-content h2{font-size:var(--fs-6xl);font-weight:500;color:var(--color-primary);margin-bottom:33px}.pricing-content p{font-size:var(--fs-base);line-height:1.8;margin-bottom:30px;text-align:justify}.reasons{padding:var(--space-section) var(--space-md);margin:0 auto;background-color:var(--color-background-accent)}.reasons-grid{display:flex;flex-direction:column;gap:var(--space-section);max-width:var(--max-md);margin:0 auto}.reason-card{background-color:var(--color-background-base);box-shadow:var(--box-shadow-medium);position:relative;display:flex;flex-direction:row-reverse;padding:1em;gap:30px;align-items:center}.reason-number{position:absolute;top:0px;left:0px;color:rgba(2, 154, 225, 0.6);font-size:128px;font-weight:400;z-index:1;font-family:var(--font-family-display);transform:translate(-0.3em, -0.1em)}.reason-image{width:100%}.reason-image img{width:100%;height:auto}.reason-card h3{font-size:25px;font-weight:500;color:var(--color-primary);padding:0px 0px 0px;line-height:1.6em;margin-bottom:0.6em}.reason-card p{font-size:var(--fs-md);line-height:1.8;padding:0}.testimonials{padding:var(--space-section) var(--space-md)}.testimonials .section-title{margin-bottom:32px}.testimonials .cards-wrapper{display:flex;flex-direction:column;gap:33px;align-items:center;position:relative;max-width:var(--max-md);margin:0 auto}.testimonials .cards-container{display:flex;gap:24px;align-items:flex-start;width:100%}.testimonials .card{display:flex;flex-direction:column;gap:16px;max-width:360px;width:100%}.testimonials .card-content{display:flex;flex-direction:column;gap:5px;align-items:flex-start;position:relative;width:100%}.testimonials .card-header{display:flex;gap:20px;align-items:center;position:relative}.testimonials .category-tag{background-color:#029ae1;display:flex;gap:10px;align-items:center;justify-content:center;overflow:hidden;padding:5px 10px;position:relative;width:80px;font-family:"Noto Sans JP", sans-serif;font-weight:400;font-size:12px;line-height:normal;text-align:center;color:#ffffff;white-space:pre}.testimonials .company-name{color:#07499B;font-size:1.2rem}.testimonials .customer-name{display:flex;flex-direction:column;justify-content:center;position:relative;font-family:"Noto Sans JP", sans-serif;font-weight:300;font-size:16px;line-height:2;color:#000000}.testimonials .card-title{font-family:"Noto Sans JP", sans-serif;font-weight:500;font-size:18px;line-height:normal;color:#000000;width:100%;margin:0}.testimonials .card-description{display:flex;flex-direction:column;justify-content:center;font-family:"Noto Sans JP", sans-serif;font-weight:300;font-size:14.4px;line-height:normal;color:#000000;width:100%;margin:0}.testimonials .card-image img{width:100%;max-width:100%;height:auto}.testimonials-grid{max-width:var(--max-md);margin:0 auto;display:grid;grid-template-columns:repeat(3, 1fr);gap:var(--space-lg)}.testimonial-card{background-color:var(--color-background-base);padding:30px;border-radius:var(--border-radius-card);box-shadow:var(--box-shadow-soft)}.testimonial-header{display:flex;align-items:center;gap:15px;margin-bottom:var(--space-md)}.testimonial-avatar{width:60px;height:60px;background:linear-gradient(135deg, var(--color-primary-light), var(--color-primary));border-radius:var(--border-radius-circle)}.testimonial-card h4{font-size:var(--fs-base);font-weight:500;margin-bottom:5px}.testimonial-position{font-size:var(--fs-sm);color:var(--color-text-light)}.testimonial-text{font-size:var(--fs-smd);line-height:1.8;color:var(--color-text-medium)}.link-area{max-width:var(--max-lg);margin:0 auto;text-align:center;margin-top:2em}.flow{padding:var(--space-section) var(--space-md);margin:0 auto;background-image:url(../img/flow_bg.jpg);background-position:center center;background-size:cover;background-repeat:no-repeat}.steps-wrapper{display:flex;flex-direction:column;gap:30px;align-items:center;position:relative}.steps-container{display:flex;gap:9px;position:relative;max-width:var(--max-md);margin:0 auto}.step-item{display:flex;align-items:center;position:relative}.step-card{background-color:rgba(255, 255, 255, 0.7);box-sizing:border-box;display:flex;flex-direction:column;gap:60px;align-items:center;padding:50px 20px 30px 20px;position:relative;border-radius:20px;border:2px solid #07499b;max-width:264px;height:100%}.step-icon{mix-blend-mode:multiply;position:relative;width:130px;height:110px;display:flex;align-items:center;justify-content:center}.step-icon img{width:auto;height:100%}.step-content{display:flex;flex-direction:column;gap:16px;align-items:center;position:relative;width:100%}.step-badge{background-color:rgba(2, 154, 225, 0.4);display:flex;gap:10px;align-items:center;justify-content:center;padding:5px 50px;position:relative;border-radius:500px}.step-badge span{font-family:"Futura", sans-serif;font-weight:500;line-height:normal;color:#07499b;white-space:pre}.step-info{display:flex;flex-direction:column;gap:10px;align-items:center;position:relative;width:100%}.step-title-wrapper{display:flex;gap:10px;align-items:center;justify-content:center;min-height:68px;position:relative;width:100%}.step-title{font-size:24px;text-align:center;margin:0;flex-grow:1;color:#07499b}.step-description{letter-spacing:1.2px;width:100%;margin:0}.faq{background-color:var(--color-background-light);padding:var(--space-section) var(--space-md)}.qa-section{max-width:var(--max-md);margin:0 auto}.qa-list{display:flex;flex-direction:column;gap:20px}.qa-item{background-color:#029ae1;position:relative;width:100%}.qa-box{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;align-items:flex-start;padding:30px;position:relative;width:100%}.question-section{display:flex;gap:30px;align-items:center;position:relative;width:100%}.q-icon{background-color:white;display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:center;position:relative;border-radius:500px;width:50px;height:50px;flex-shrink:0}.q-icon p{font-family:"Futura", sans-serif;font-weight:500;font-size:36px;line-height:1;color:#07499b;white-space:pre;letter-spacing:0.2px;margin:0}.question-text p{font-weight:500;font-size:20px;line-height:1.8;color:white;margin:0}.answer-section{background-color:white;position:relative;width:100%}.answer-box{box-sizing:border-box;display:flex;gap:28px;align-items:flex-start;padding:20px 30px;position:relative;width:100%}.a-icon{background-color:#07499b;display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:center;position:relative;border-radius:500px;width:50px;height:50px;flex-shrink:0}.a-icon p{font-family:"Futura", sans-serif;font-weight:500;font-size:36px;line-height:1;color:white;white-space:pre;letter-spacing:0.2px;margin:0}.answer-text p{margin:0}.answer-text p:first-child{margin-bottom:0}.column{padding:var(--space-section) var(--space-md);background-color:var(--color-background-accent)}.column-container{max-width:var(--max-md);margin:0 auto}.column-inner{display:flex;flex-direction:column;align-items:center;width:100%}.column .section-title{text-align:left}.column-content{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;align-items:center;position:relative}.column-wrapper{display:flex;gap:30px;justify-content:space-between;align-items:flex-start;position:relative}.column-left{display:flex;flex-direction:column;gap:30px;align-items:flex-start;position:relative}.column-header{display:flex;flex-direction:column;align-items:flex-start;position:relative;white-space:pre;letter-spacing:0.2px}.column-title{font-family:"Futura", sans-serif;font-weight:500;font-size:64px;color:#07499b;white-space:pre;margin:0}.column-subtitle{font-family:"Noto Sans JP", sans-serif;font-weight:500;font-size:24px;line-height:32px;color:#000000;text-align:center;text-transform:uppercase;margin:0}.column-description{font-family:"Roboto", sans-serif;font-weight:500;font-size:16px;line-height:1.2;color:#000000;text-transform:uppercase;white-space:pre;margin:0}.column-list{display:flex;flex-direction:column;gap:20px;align-items:flex-start;position:relative;max-width:744px}.column-item{box-sizing:border-box;display:flex;gap:16px;align-items:center;padding:0 0 20px 0;position:relative;width:100%;border-bottom:1px solid lightgrey}.column-item .column-image{width:50%}@media screen and (max-width:768px){.column-item .column-image{width:100%}}.column-item .column-details{width:50%}@media screen and (max-width:768px){.column-item .column-details{width:100%}}.image-placeholder img{max-width:100%;height:auto}.placeholder-icon{width:66.94%;height:26.23%}.column-details{display:flex;flex-direction:column;gap:10px;align-items:flex-start;position:relative}.column-tag-wrapper{display:flex;gap:20px;align-items:center;position:relative}.category-tag{background-color:#029ae1;display:flex;gap:10px;align-items:center;justify-content:center;overflow:hidden;padding:5px 10px;position:relative;width:120px;font-family:"Noto Sans JP", sans-serif;font-weight:400;font-size:12px;line-height:normal;text-align:center;color:#ffffff;white-space:pre}.column-item-title{font-family:"Noto Sans JP", sans-serif;font-weight:500;font-size:18px;line-height:normal;color:#000000;width:100%;margin:0}.column-excerpt{display:flex;flex-direction:column;justify-content:center;font-family:"Noto Sans JP", sans-serif;font-weight:300;font-size:14.4px;line-height:0;color:#000000;width:100%;position:relative}.column-excerpt p{line-height:1.8;margin:0}.contact-section{position:relative;width:100%;background-image:url(../img/contact_bg.jpg);background-repeat:no-repeat;background-position:center center;background-size:cover}.contact-content{display:flex;flex-direction:column;align-items:center;width:100%;height:100%;position:relative;z-index:1;padding:100px 30px;box-sizing:border-box}.contact-wrapper{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;width:100%;max-width:var(--max-md);margin:0 auto}.contact-header{display:flex;flex-direction:column;gap:30px;align-items:center;padding:var(--space-section) var(--space-md)}.contact-title-group{display:flex;flex-direction:column;align-items:center}.contact-title{font-family:"Futura", sans-serif;font-weight:500;font-size:64px;color:#07499b;margin:0}.contact-subtitle{font-family:"Noto Sans JP", sans-serif;font-weight:500;font-size:24px;line-height:32px;color:#000000;text-align:center;text-transform:uppercase;margin:0}.contact-description{font-family:"Noto Sans JP", sans-serif;font-weight:400;font-size:18px;line-height:32px;color:#000000;text-align:center;text-transform:uppercase;margin:0}.contact-buttons{display:flex;gap:27px;align-items:center;width:100%;max-width:1100px}.contact-btn{background-color:#029ae1;box-sizing:border-box;display:flex;gap:10px;align-items:center;justify-content:center;padding:25px 20px;position:relative;max-width:262px;border:none;cursor:pointer;transition:background-color 0.3s;width:100%}.contact-btn::after{content:"";position:absolute;right:6px;bottom:6px;width:10px;height:10px;clip-path:polygon(100% 0, 0% 100%, 100% 100%);background-color:#fff}.contact-btn.btn-green{background-color:#06c655}.contact-btn:hover{opacity:0.9}.contact-btn svg{flex-shrink:0;width:26px;height:26px}.contact-btn span{font-family:"Noto Sans JP", sans-serif;font-weight:400;font-size:20px;line-height:normal;color:white;text-align:center;text-transform:uppercase;white-space:nowrap}.btn-arrow{position:absolute;left:241px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid white;transform:translateY(-50%) rotate(45deg)}.footer-section{background-color:#07499b;width:100%;padding-bottom:2em}.footer-content{display:flex;flex-direction:column;align-items:center;width:100%}.footer-wrapper{box-sizing:border-box;display:flex;gap:30px;justify-content:space-between;padding:60px 30px 40px;width:100%;max-width:1188px}.footer-left{display:flex;flex-direction:column;gap:20px;align-items:flex-start}.footer-logo{display:flex;gap:7.83px;align-items:center}.footer-logo img{height:auto}.logo-icon{width:55px;height:55px;background-color:#029ae1;border-radius:50%}.logo-text{display:flex;flex-direction:column;color:white;font-size:14px;line-height:1.4}.logo-text-line1{font-weight:500}.logo-text-line2{font-weight:400}.footer-info{font-family:"Roboto", "Noto Sans JP", sans-serif;font-weight:400;font-size:16px;line-height:1.5;color:white}.footer-info p{margin:0}.footer-social{display:flex;gap:10px;align-items:center}.social-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity 0.3s}.social-icon:hover{opacity:0.8}.footer-nav{display:flex;gap:50px;align-items:flex-start}.footer-nav-column{display:flex;flex-direction:column;gap:15px;font-size:14px;color:white}.footer-nav-column a{color:white;text-decoration:none;line-height:1.5;transition:opacity 0.3s}.footer-nav-column a:hover{opacity:0.8}.nav-submenu{display:flex;flex-direction:column;gap:5px;margin-left:1em}.nav-submenu .nav-parent{line-height:25px;margin-bottom:0;margin-left:-1em}.nav-submenu .nav-child{padding-left:1em;line-height:25px}.footer-bottom-content{padding:0px 30px;width:100%;box-sizing:border-box}.footer-bottom{box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;padding:20px 0 0 0;width:100%;max-width:1126px;border-top:1px solid white;margin:0 auto}.footer-bottom p{font-size:12px;line-height:1.5;color:white;margin:0}.copyright-text{flex:1}.privacy{cursor:pointer;transition:opacity 0.3s}.privacy:hover{opacity:0.8}.foot-buttons{position:fixed;left:0;right:0;bottom:0;z-index:1000;display:flex;gap:0;border-top:solid 1px #fff}.foot-buttons a{width:50%;padding:15px 10px;display:flex;justify-content:center;align-items:center;gap:10px}.foot-buttons a span{line-height:100%;padding-top:2px}.foot-buttons a svg{width:1.4em;height:auto;fill:#fff}@media (max-width:1440px){.hero-image{height:60vw}.hero-image img{width:auto;height:100%;object-fit:cover}.reason-number{transform:translate(-0.1em, -0.1em)}}@media (max-width:1000px){.hero-image .fv-text h2{font-size:4vw;line-height:1.2em}.hero-image .fv-text p{font-size:2vw}}@media (max-width:960px){.intro-main{flex-direction:column-reverse;justify-content:center;align-items:center}.intro-image img{margin-left:0%;width:100%;height:auto}.intro-text{padding:30px;width:90%;max-width:none;margin-top:-5%;margin-bottom:0;position:relative;z-index:1}}@media (max-width:920px){.steps-container{flex-flow:wrap;justify-content:center}.step-item{width:48%}.step-card{max-width:none}.step-card:last-child{margin-right:18px}}@media (max-width:768px){.header-container{gap:var(--space-md)}.service-number{left:-8px}.section-title{margin-bottom:40px}.nav{flex-direction:column;width:100%;gap:15px}.header-buttons{width:100%;justify-content:center}.pricing-content{width:70%}.reason-number{font-size:100px;transform:translate(-0.1em, -0.2em)}.reason-card{background-color:var(--color-background-base);box-shadow:var(--box-shadow-medium);position:relative;display:flex;flex-direction:row-reverse;padding:3em 1em 1em 1em;gap:30px;align-items:center}.reason-card h3{font-size:var(--fs-3xl)}.title-en{font-size:var(--fs-7xl)}.title-jp{font-size:var(--fs-lg)}.reasons-grid,.testimonials-grid,.blog-grid,.contact-methods,.footer-content{grid-template-columns:1fr}.flow-steps{flex-direction:column}.flow-arrow{transform:rotate(90deg)}.hero-text h1{font-size:var(--fs-2xl)}.hero-text p{font-size:var(--fs-md)}.pricing-content h2{font-size:var(--fs-5xl)}.column .btn-outline{padding:10px 2em}.contact-buttons{flex-wrap:wrap;justify-content:center}.service-card{width:100%;padding:20px 20px 5px 20px}}@media (max-width:577px){.hero-image .hero-content{top:80%;transform:translate(-50%, -100%)}.question-text p,.answer-text p{line-height:1.4}.hero-image .fv-text h2{font-size:7vw}.hero-image .fv-text p{font-size:1.3rem}body{padding:75px 0 0 0}.title-copy{margin:1em 0}.hero-image{height:115vw}.logo{width:160px}.title-en{}.title-jp{font-size:1rem}.intro-text{padding:16px}.intro-text h2{font-size:6.6vw}.intro-text p{font-size:1rem}.cta-button{padding:15px 10px;font-size:3.5vw}.service-card{width:100%;padding:20px 20px 5px 20px}.service-card h3{font-size:var(--fs-xl);margin-bottom:0.5em;width:100%}.service-number{left:-8px;display:none}.pricing{padding:100px 20px 40px}.pricing-content{width:100%;text-align:center}.pricing-content h2{text-align:left}.column .btn-outline{padding:10px 50px}.service-card p{margin:0em;text-align:left;display:none}.service-subtitle{display:block}.title-copy{text-align:left}.reasons .section-title{margin-bottom:60px}.reason-image{display:none}.reason-card h3{font-size:5vw;margin-bottom:10px;margin-top:0px}.reason-number{font-size:100px;transform:translate(-0.1em, -0.1em)}.reasons-grid{gap:50px}.testimonials .cards-container{flex-direction:column;gap:40px}.step-item{width:100%;flex-direction:column}.step-info{gap:0px}.step-card{gap:30px}.qa-box{padding:16px;gap:10px}.answer-box{padding:16px}.q-icon,.a-icon{width:35px;height:35px}.q-icon p,.a-icon p{font-size:26px}.question-section{gap:10px}.question-text p{font-size:16px}.answer-box{gap:10px}.arrow-wrapper img{transform:rotate(90deg)}.column-wrapper,.column-item{flex-direction:column}.column .section-title{text-align:center;width:100%}.column .section-title .title-copy{text-align:center}.column-left{width:100%}.d-sm-none{display:none}.contact-buttons{flex-direction:column}.contact-btn{max-width:none;width:100%;padding:20px}.footer-info{width:100%}.footer-wrapper{gap:30px;flex-direction:column}.footer-nav{flex-direction:column;gap:20px}.footer-bottom{flex-direction:column-reverse;gap:20px}.news-tag{font-size:0.8rem;padding:5px 10px;white-space:nowrap}.news-text{flex-direction:column;gap:0px;align-items:flex-start;padding:10px 20px 10px 0px;line-height:1.2em}.news-banner{gap:10px;margin-bottom:40px}.header{padding:10px 10px 0px}.logo h1{min-height:none}.footer-left{text-align:center}.footer-social{justify-content:center;width:100%}.footer-section{padding-bottom:5em}.services-grid{gap:20px}}@media (min-width:769px){.d-lg-none{display:none}}@media (min-width:1200px){.d-xl-none{display:none}}@media (min-width:578px){.d-md-none,.foot-buttons{display:none}}.section-padding-standard,.intro-section,.message-section,.strengths-section,.change-flow-section,.problems-section,.commitments-section,.succession-flow-section,.services-list-section,.contact-simple-section,.process-section,.faq-section,.faq-main-section,.pricing-tables-section,.contact-pricing-section,.flow-section,.company-info-section,.access-map-section,.contact-company-section,.contact-methods-section,.contact-faq-section,.benefits-section{padding:100px 20px;overflow:hidden}.section-padding-bottom{padding:40px 20px 100px}.section-padding-medium{padding:60px 20px}.section-padding-small{padding:40px 20px}@media (max-width:480px){.section-padding-standard,.intro-section,.message-section,.strengths-section,.change-flow-section,.problems-section,.commitments-section,.succession-flow-section,.services-list-section,.contact-simple-section,.process-section,.faq-section,.faq-main-section,.pricing-tables-section,.contact-pricing-section,.flow-section,.company-info-section,.access-map-section,.contact-company-section,.contact-methods-section,.contact-faq-section,.benefits-section,.contact-intro-section{padding:60px 20px}}.bg-gray-light{background-color:#f8f8f8}.bg-blue-light{background-color:#e6f5fc}.bg-blue-lighter{background-color:#f8f9fa}.bg-white{background-color:#fff}.border-radius-standard{border-radius:10px}.border-radius-large{border-radius:20px}.border-radius-circle{border-radius:50%}.shadow-light{box-shadow:0 2px 10px rgba(0, 0, 0, 0.1)}.shadow-medium{box-shadow:0 4px 10px rgba(0, 0, 0, 0.1)}.shadow-large{box-shadow:0 4px 15px rgba(0, 0, 0, 0.1)}.shadow-strong{box-shadow:0 4px 10px rgba(0, 0, 0, 0.2)}.card-standard{background-color:#fff;padding:30px;border-radius:10px;box-shadow:0 2px 10px rgba(0, 0, 0, 0.1)}.card-flow-step{background-color:#fff;padding:40px 30px;border-radius:10px;box-shadow:0 4px 10px rgba(0, 0, 0, 0.1)}.card-light{background-color:#f8f8f8;padding:30px;border-radius:10px;box-shadow:0 2px 10px rgba(0, 0, 0, 0.1)}.container-standard,.heading-container,.intro-container,.message-container,.strengths-container,.problems-container,.change-flow-container,.succession-flow-container,.process-container,.benefits-container,.voice-container,.related-services-container,.faq-main-container,.access-map-container,.problems-payroll-container{max-width:1130px;margin:0 auto}.container-center,.intro-container,.heading-container,.contact-cta-container,.contact-simple-container,.contact-faq-container,contact-pricing-container,contact-company-container,contact-methods-container{text-align:center}.text-body-standard,.intro-container p,heading-container p{line-height:2}.heading-xl,.strengths-container>h2,.succession-flow-container h2,process-content h3,voice-title,faq-container h2{font-size:30px;font-weight:500;color:#07499B}.heading-large,heading-container h2,intro-container h2,message-heading h3,strength-title h3,solutions-intro h2,commitments-intro h2,process-container h2,related-services-container h2,contact-intro-container h2,materials-intro-container h2{font-size:25px;font-weight:500;color:var(--color-primary);line-height:1.6}.heading-medium,problems-content h3,solution-content h3,message-text h3,flow-step-text h3{font-size:32px;font-weight:500;color:#000}.heading-medium-semibold{font-size:32px;font-weight:500;color:#000}.heading-white,solutions-intro h2,commitments-intro h2{color:#fff}.heading-blue,commitment-content h3{color:#07499b}voice-title,faq-container h2{font-family:"Futura", sans-serif;font-weight:500}process-content h3{color:#029ae1}.form-container{max-width:680px;margin:0 auto}.common-form{background-color:#e3f2fd;padding:50px 40px;border-radius:10px}.form-group{margin-bottom:20px;padding-bottom:20px;display:flex;border-bottom:1px solid #D9D9D9}.form-group>label{margin-top:10px;margin-bottom:10px;width:15em}.required-badge{display:inline-block;background-color:#d32f2f;color:#fff;font-size:12px;font-weight:500;padding:0px 8px;border-radius:3px;margin-left:8px}.form-group input[type="text"],.form-group input[type="tel"],.form-group input[type="email"],.form-group textarea{width:100%;padding:12px 15px;font-size:16px;border:1px solid #ccc;border-radius:5px;background-color:#fff;transition:border-color 0.3s;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#07499b}.form-group textarea{resize:vertical;min-height:120px}.radio-group{display:flex;gap:20px;flex-wrap:wrap;width:100%}.radio-label{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:400;color:#000;cursor:pointer}.radio-label input[type="radio"]{width:18px;height:18px;cursor:pointer}.form-checkbox{margin-bottom:30px;text-align:center}.checkbox-label{display:inline-flex;align-items:center;gap:10px;font-size:16px;font-weight:400;color:#000;cursor:pointer}.checkbox-label input[type="checkbox"]{width:18px;height:18px;cursor:pointer}.form-submit{text-align:center}.submit-btn{background-color:#07499b;color:#fff;padding:8px 80px;border:none;border-radius:50px;cursor:pointer;transition:opacity 0.3s, transform 0.3s;box-shadow:0 4px 10px rgba(7, 73, 155, 0.3)}.submit-btn:hover{opacity:0.9;transform:translateY(-2px)}.contact-methods-section{position:relative;padding:100px 20px;background-size:cover;background-position:center center;background-repeat:no-repeat}.contact-methods-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.5)}.contact-methods-container{position:relative;z-index:1;max-width:1130px;margin:0 auto;text-align:center}.contact-methods-container h2{font-family:"Futura", sans-serif;font-size:64px;font-weight:500;color:#fff;margin-bottom:10px;text-shadow:2px 2px 4px rgba(0, 0, 0, 0.3)}.contact-methods-subtitle{font-size:24px;font-weight:500;color:#fff;margin-bottom:15px;text-shadow:1px 1px 2px rgba(0, 0, 0, 0.3)}.contact-methods-message{font-size:18px;font-weight:400;color:#fff;margin-bottom:40px;text-shadow:1px 1px 2px rgba(0, 0, 0, 0.3)}.contact-methods-buttons{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.contact-method-btn{background-color:#029ae1;color:#fff;padding:25px 35px;border-radius:10px;text-decoration:none;display:flex;flex-direction:column;align-items:center;gap:12px;min-width:160px;transition:opacity 0.3s, transform 0.3s;box-shadow:0 4px 15px rgba(0, 0, 0, 0.3)}.contact-method-btn:hover{opacity:0.9;transform:translateY(-3px)}.method-icon{font-size:36px}.method-text{font-size:16px;font-weight:500}.btn-materials{background-color:#029ae1}.btn-inquiry{background-color:#029ae1}.btn-phone{background-color:#029ae1}.btn-line{background-color:#06c655}.content-container{max-width:800px;margin:0 auto}.content-container-wide{max-width:1130px;margin:0 auto}.page-title{background-repeat:no-repeat;background-position:center center;background-image:url(../img/use_hed.jpg);background-size:cover;height:300px}.page-title-container{height:100%;display:flex;align-items:center}.page-title-container h1{font-size:30px;color:#fff;font-weight:500}@media (max-width:1024px){.common-form{padding:40px 30px}}@media (max-width:768px){.page-title{padding-left:20px;height:250px}.page-title h1{font-size:28px}.phone-contact{padding:30px 0px}.phone-contact h3{font-size:20px}.common-form{padding:30px 20px}.form-group label{font-size:15px}.form-group input[type="text"],.form-group input[type="tel"],.form-group input[type="email"],.form-group textarea{font-size:15px;padding:10px 12px}.radio-group{flex-direction:column;gap:12px}.submit-btn{width:100%;max-width:300px}.contact-methods-section{padding:80px 20px}.contact-methods-container h2{font-size:48px}.contact-methods-subtitle{font-size:20px}.contact-methods-buttons{flex-direction:column;align-items:center}.contact-method-btn{width:100%;max-width:300px}.section-padding{padding:60px 20px}.section-padding-medium{padding:60px 20px 40px}.section-padding-small{padding:40px 15px 60px}}@media (max-width:600px){.phone-contact h3{font-size:18px}.form-group>label{margin-top:0px}.contact-methods-container h2{font-size:36px}.contact-methods-subtitle{font-size:18px}.form-group{flex-direction:column}.form-group>label{width:100%}}.heading-section{padding:100px 20px 50px;background-image:url(../img/service-hrd.jpeg);background-position:center bottom;background-repeat:no-repeat;background-size:100% auto}.heading-container h2{margin-bottom:20px;color:var(--color-primary);font-size:28px}.message-section{background:linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #e6f5fc 100%)}.message-heading{text-align:center;margin-bottom:30px}.message-heading h3{margin-top:40px}.message-content{display:flex;gap:25px;align-items:center}.message-text{flex:1}.message-text p{margin-bottom:1em}.message-text p:last-of-type{margin-bottom:0}.signature{text-align:right;margin-top:20px;font-size:18px;font-weight:400}.message-image{width:451px;height:563px;flex-shrink:0}.message-image img{width:100%;height:100%;object-fit:cover}.strengths-container>h2{text-align:center;margin-bottom:50px;color:#000;font-size:23px}.strengths-container .title-en{text-align:center}.strengths-list{display:flex;flex-direction:column;gap:40px}.strength-item{display:flex;align-items:flex-start;gap:40px;position:relative}.strength-right{justify-content:flex-end;flex-direction:row-reverse}.strength-left{justify-content:flex-start}.strength-content{width:50%;display:flex;flex-direction:column;gap:30px}.strength-title{padding-bottom:20px;border-bottom:1px solid #000;display:flex;align-items:center;gap:15px}.strength-number{font-family:"Futura", sans-serif;font-size:90px;font-weight:500;color:#07499b;line-height:1;text-transform:capitalize}.strength-title h3{line-height:1.2;font-size:28px}.strength-details{display:flex;flex-direction:column;gap:28px}.detail-item{padding-bottom:30px;border-bottom:1px solid #b8b8b8}.detail-item:last-child{border-bottom:none;padding-bottom:0}.detail-item h4{font-size:22px;font-weight:500;color:#029ae1;margin-bottom:10px;line-height:1.3}.detail-item p{font-size:15px;font-weight:400;color:#000;line-height:1.8}.strength-image{height:100%;min-height:700px;flex-shrink:0}.strength-image figure{overflow:hidden;height:100%;min-height:700px;position:relative}.strength-left .strength-image{width:50%}.strength-right .strength-image{width:50%}.strength-image img{width:auto;height:100%;object-fit:cover;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.voice-section{background-color:#F2F2F2}@media (max-width:1200px){.strength-right,.strength-left{justify-content:center}.message-image{width:100%;max-width:451px;margin:0 auto}}@media (max-width:960px){.strength-number{font-size:10vw}.strength-title h3{font-size:3vw}.strength-title h3 br{display:none}.detail-item h4{font-size:20px}}@media (max-width:768px){.strength-item{flex-direction:column;align-items:center}.strength-content{width:100%;max-width:648px}.strength-image{width:100%;max-width:648px;height:600px}.strength-left .strength-image,.strength-right .strength-image{width:100%;max-width:648px}.heading-container h2{font-size:28px}.message-heading h3{font-size:28px}.message-content{flex-direction:column}.strengths-container>h2{font-size:32px}.strength-number{font-size:80px}.strength-title h3{font-size:24px}.strength-title h3 br{display:inline-block}.strength-content{width:100%;max-width:none}.strength-left .strength-image,.strength-right .strength-image{width:100%;max-width:none}.strength-right .strength-image figure{margin-left:0}.strength-left .strength-image figure{margin-right:0}.strength-image{height:100%;min-height:400px;flex-shrink:0}.strength-image figure{min-height:400px}.strength-image img{width:100%;height:auto;object-fit:cover;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.detail-item h4{font-size:20px}.detail-item p{font-size:16px}}@media (max-width:480px){.page-title{padding-left:0px;height:180px}.page-title h1{font-size:24px}.heading-container h2{font-size:22px}.text-body-standard,.intro-container p,heading-container p{}.heading-section{padding:60px 20px 0}.strengths-container>h2{font-size:24px}.strength-number{font-size:45px}.strength-title h3{font-size:5vw}.detail-item h4{font-size:4.5vw}.strength-image{height:100%;min-height:200px;flex-shrink:0}.strength-image figure{min-height:200px}.text-body-standard .d-md-none,.text-body-standard .d-sm-none{display:none}.contact .text-body-standard{text-align:center}}.problems-section{background:linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #e6f5fc 100%)}.problems-container{max-width:1130px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:2em;align-items:center;padding:0px;position:relative}.problems-image{position:relative;width:100%;height:100%;min-height:400px;border-radius:0px;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.05)}.problems-image::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg, rgba(99, 102, 241, 0.1) 0%, rgba(139, 92, 246, 0.05) 100%);pointer-events:none}.problems-image img{width:100%;height:100%;object-fit:cover;display:block}.problems-content{display:flex;flex-direction:column;justify-content:center;position:relative;z-index:1}.problems-content h3{font-size:1.7rem;font-weight:500;letter-spacing:-0.02em;line-height:1.3;padding-bottom:10px;margin-bottom:20px;text-align:center;border-bottom:2px solid #07499b}.problems-list{list-style:none;display:flex;flex-direction:column;gap:10px}.problems-list li{display:flex;align-items:center;gap:16px;padding:15px 15px;background-color:#fff;position:relative;overflow:hidden;padding-left:28px;box-shadow:4px 4px 6px rgba(0, 0, 0, 0.1)}.problems-list li img{flex-shrink:0;width:35px;height:35px;padding:6px;background:linear-gradient(180deg, var(--color-primary-light) 0%, var(--color-primary) 94.231%);border-radius:50%;box-shadow:0 4px 12px rgba(99, 102, 241, 0.25)}.problems-list li span{flex:1;font-size:1rem;line-height:1.7;color:#334155;font-weight:500}@media (max-width:1024px){.problems-container{grid-template-columns:1fr;gap:40px;padding:40px}.problems-image{min-height:200px;width:80%;margin:0 auto}.problems-content h3{font-size:2rem}}@media (max-width:768px){.problems-section{padding:40px 0}.problems-container{padding:32px 24px;border-radius:24px}.problems-image{min-height:200px;width:80%;margin:0 auto}.problems-content h3{font-size:1.75rem;margin-bottom:32px}.problems-list{gap:16px}.problems-list li{padding:16px 20px;gap:12px;padding-left:24px;align-items:flex-start}.problems-list li img{width:24px;height:24px;padding:5px;margin-top:2px}}@media (max-width:480px){.section-padding-bottom{padding-bottom:40px}.problems-container{padding:24px 16px;gap:32px}.problems-content h3{font-size:1.35rem}.problems-list li{padding:14px 16px;padding-left:20px}}.solutions-intro{padding:60px 20px;text-align:center;display:flex;flex-direction:column;gap:100px;align-items:center}.solutions-intro img{width:200px;height:auto}.solutions-intro h2{font-size:32px;font-weight:500;margin:0 auto;line-height:1.6;color:#07499b}.solutions-intro h3{font-size:28px}.solutions-section{display:flex;flex-direction:column}.solution-area{background:linear-gradient(180deg, rgba(230, 245, 252, 0) 0%, #e6f5fc 56.25%)}.solution-item{position:relative;padding:30px}.solution-item:nth-child(even){background-color:#e6f5fc}.solution-left,.solution-right{display:flex;align-items:center;gap:30px;max-width:1440px;margin:0 auto}.solution-left{justify-content:center}.solution-right{justify-content:center;flex-direction:row-reverse}.solution-content{flex:1;max-width:550px}.solution-content h3{font-size:28px;font-weight:500;color:#000;line-height:1.2;margin-bottom:10px}.solution-content h4{font-size:22px;font-weight:500;color:#029ae1;line-height:1.3;margin-bottom:30px}.solution-content p{font-size:16px;font-weight:400;color:#000;line-height:1.8}.solution-image{width:550px;height:390px;flex-shrink:0}.solution-image img{width:100%;height:100%;object-fit:cover}.change-flow-container{max-width:1130px;margin:0 auto}.flow-subtitle{font-size:30px;font-weight:500;color:#07499b;text-align:center;margin-bottom:30px}.steps-row{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.change-step-item{width:30%;position:relative;margin-bottom:0px;background-color:#E6F5FC;border-radius:15px;padding:25px}.change-flow-section.succ .change-step-item{width:40%}.ellipse-container{}.step-description{font-weight:400;font-size:14px;line-height:23px;letter-spacing:1.2px;width:100%}.step-description p{margin-bottom:0}.step-description p:not(:last-child){margin-bottom:0}.change-step-title{font-size:18px;font-weight:500;text-align:left;width:100%;padding-bottom:10px;border-bottom:#07499B 1px solid}.step-number{font-family:"Futura", sans-serif;font-weight:500;font-size:64px;line-height:1;position:relative;color:#07499b;text-align:right;white-space:pre;margin-bottom:0.1em}.footer-message{display:flex;flex-direction:column;justify-content:center;width:100%;font-weight:500;font-size:24px;line-height:normal;text-align:center;color:#000000;margin-top:20px;padding:15px;border-bottom:#07499B 2px solid;border-top:#07499B 2px solid}.footer-message p{line-height:normal}.grid-layout-2{display:flex;justify-content:space-between}.tag-2{font-size:0.875rem;font-weight:500;text-transform:uppercase;color:#FFF;letter-spacing:0.05em;background-color:#029ae1;padding:0.25rem 0.75rem;border-radius:9999px}@media (max-width:1200px){.solution-left,.solution-right{flex-direction:column;padding-left:20px;padding-right:20px}.solution-image{width:100%;max-width:550px}.solution-content{max-width:100%}}@media (max-width:960px){.change-flow-section.succ .change-step-item{width:48%}}@media (max-width:768px){..steps-row{flex-direction:column}.intro-container h2{font-size:28px}.solutions-intro{gap:60px;padding:60px 20px 0px}.steps-row.succession{width:100%;margin:0 auto}.steps-row.succession .change-step-item{width:100%}.intro-container p{font-size:16px}.solutions-intro h2{font-size:28px}.solution-content h3{font-size:24px}.solution-content h4{font-size:20px}.solution-content p{font-size:16px}}.message-section.bg-white{background:#fff}.message-container{display:flex;gap:23px;align-items:flex-start}.message-text{flex:1;max-width:700px}.message-text h3{font-size:28px;font-weight:500;color:#07499b;line-height:1.3;margin-bottom:40px}.message-text p{margin-bottom:1em}.message-text p:last-child{margin-bottom:0}@media (max-width:768px){.message-container{flex-direction:column}.message-text{flex:0;max-width:none}}.message-images{position:relative;width:633px;height:634px;flex-shrink:0}.message-images img:first-child{position:absolute;top:0;left:0;width:509px;height:360px;object-fit:cover}.message-images img:last-child{position:absolute;bottom:0;right:0;width:427px;height:302px;object-fit:cover}.commitments-intro{text-align:center;margin-bottom:70px}.steps-succession{margin-top:60px}.commitments-intro h2{font-size:30px;font-weight:500;max-width:900px;margin:0 auto}@media (max-width:1200px){.message-images{position:relative;width:50vw;height:634px;flex-shrink:0}}@media (max-width:768px){.message-images{width:100%;height:634px}.steps-row{display:flex;flex-wrap:wrap;justify-content:center;flex-direction:column}.change-step-item{width:100%}.change-right{margin-right:0px}.change-left{margin-left:0px}}@media (max-width:480px){.message-images img:first-child,.message-images img:last-child{position:relative;top:0;left:0;width:100%;height:auto;object-fit:cover}.message-images{width:100%;height:auto}.commitments-intro h2{font-size:22px}.solutions-intro img{width:150px;height:auto}.solutions-intro h2{font-size:24px}.solution-left,.solution-right{padding-left:0px;padding-right:0px}.solution-image{width:100%;height:200px}}.services-list-container>h2{font-size:40px;font-weight:500;color:#000;text-align:center;margin-bottom:60px}.services-grid-in{display:grid;grid-template-columns:repeat(2, 1fr);gap:26px}.services-grid-in .service-item{background-color:#fff;border:1px solid #07499b;border-radius:20px;box-shadow:5px 5px 10px rgba(0, 0, 0, 0.25);display:flex;flex-direction:column;justify-content:space-between;min-height:360px;overflow:hidden}.service-item-header{display:flex;gap:20px;align-items:center;margin-bottom:20px;flex-direction:row-reverse}.service-item-icon{width:126px;height:126px;flex-shrink:0;border-radius:50%;overflow:hidden}.service-item-icon img{width:100%;height:100%;object-fit:cover}.service-item-title{flex:1;padding-bottom:0px;border-bottom:1px solid #07499b}.service-item-title h3{font-size:24px;font-weight:500;color:#2d2d2d;line-height:1.3}.services-grid-in .service-item-title .subtitle{font-size:16px;font-weight:500;color:#2d2d2d;display:inline}.services-grid-in .service-item-body{padding:0 20px 30px;flex:1}.services-grid-in .service-item-footer{background-color:#07499b;padding:20px;border-radius:0 0 20px 20px}.services-grid-in .service-item-footer a{color:#fff;text-decoration:none;display:flex;justify-content:flex-end;align-items:center;transition:opacity 0.3s}.services-grid-in .service-item-footer a:hover{opacity:0.8}@media (max-width:1200px){}@media (max-width:768px){.services-grid-in .services-list-container>h2{font-size:32px}.services-grid-in .service-item-header{flex-direction:column;align-items:center}.services-grid-in .service-item-title{text-align:center;width:100%}.services-grid-in .service-item-icon{width:100px;height:100px}.services-grid-in .service-item-title h3{font-size:20px}.services-grid-in .service-item-title .subtitle{font-size:14px}.services-grid-in .service-item-body p{font-size:16px}.services-grid-in .service-item-footer a{font-size:16px}}@media (max-width:480px){.services-grid-in{grid-template-columns:1fr;gap:16px}.services-grid-in .service-item-icon{width:160px;height:160px;display:none}.services-grid-in .problems-content h3{font-size:20px}.services-grid-in .problems-list span{font-size:16px}.services-grid-in .steps-row{flex-direction:column}.services-grid-in .steps-row.succession .change-step-item,.services-grid-in .change-step-item{width:100%}.step-number{margin-bottom:0em}.step-description{font-weight:500;font-size:16px;line-height:23px;width:100%}.step-content{padding:0}.services-list-container>h2{font-size:24px;margin-bottom:30px}.service-item-title h3{font-size:20px}}.intro-container h2{margin-bottom:20px}.process-section{background-color:#e6f5fc;background-position:center center;background-size:cover;background-repeat:no-repeat}.process-container{max-width:1130px;margin:0 auto}.process-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:30px}.process-item{display:flex;flex-direction:column;align-items:center;text-align:center;background-color:var(--color-background-base);box-shadow:var(--box-shadow-medium);padding:1em}.process-image{width:200px;height:200px;border-radius:50%;overflow:hidden;margin-bottom:20px;box-shadow:0 4px 15px rgba(0, 0, 0, 0.1)}.process-image img{width:100%;height:100%;object-fit:cover}.process-content h3{font-size:22px;font-weight:500;color:var(--color-primary);margin-bottom:10px;margin-top:10px;padding-bottom:5px;border-bottom:1px solid var(--color-primary)}.process-content p{font-size:16px;line-height:1.8;color:#333;text-align:left}.bg-white{background-color:#fff}.related-services-section{padding:80px 20px;background-color:#E6F5FC}.related-services-container{max-width:1130px;margin:0 auto}.related-services-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px}.related-service-btn{background-color:#07499b;color:#fff;padding:10px;border-radius:10px;text-align:center;font-size:18px;font-weight:500;text-decoration:none;transition:opacity 0.3s;box-shadow:4px 4px 10px rgba(0, 0, 0, 0.4);display:flex;justify-content:center;align-items:center;height:5em}.related-service-btn:hover{opacity:0.8}@media (max-width:1200px){.process-grid{max-width:none;margin:0 auto}.process-image{width:200px;height:200px;border-radius:50%;overflow:hidden;margin-bottom:20px;box-shadow:0 4px 15px rgba(0, 0, 0, 0.1)}}@media (max-width:768px){.intro-container h2{font-size:28px}.intro-container p{font-size:16px}.process-image{width:160px;height:160px;border-radius:50%;overflow:hidden;margin-bottom:20px;box-shadow:0 4px 15px rgba(0, 0, 0, 0.1)}.process-content h3 span{font-size:20px}.voice-title{font-size:36px}.faq-container h2{font-size:36px}.related-services-grid{grid-template-columns:repeat(2, 1fr)}}@media (max-width:680px){.process-grid{grid-template-columns:1fr;max-width:none}}@media (max-width:480px){.process-grid{grid-template-columns:1fr;max-width:none}.related-services-grid{grid-template-columns:1fr}.process-content h3 span{font-size:20px}.service-item-icon{width:70px;height:70px}}.benefits-list{display:flex;flex-direction:column;gap:26px;width:1124px;max-width:100%;margin:0 auto}.benefit-item{display:flex;gap:1px;width:100%;border:20px}.benefit-blue-1{background-color:#029ae1}.benefit-blue-2{background-color:#029ae1}.benefit-label{width:66px;padding:30px;display:flex;justify-content:center;flex-shrink:0}.benefit-label span{color:white;font-size:16px;font-family:"Noto Sans JP", sans-serif;writing-mode:vertical-rl;white-space:nowrap}.benefit-content{flex:1;padding:30px;display:flex;gap:32px;position:relative}.benefit-text{flex:1;display:flex;flex-direction:column;gap:30px;min-width:0}.benefit-title{font-family:"Noto Sans JP", sans-serif;font-weight:500;font-size:24px;line-height:normal;color:white;padding-bottom:15px;border-bottom:1px solid white;white-space:nowrap}.benefit-description{font-family:"Noto Sans JP", sans-serif;font-weight:400;font-size:16px;line-height:1.8;color:white}.benefit-image{flex:1;overflow:hidden;aspect-ratio:1.4146323204;position:relative}.benefit-image img{width:110%;height:110%;object-fit:cover;object-position:50% 50%}.benefit-number{position:absolute;left:30px;bottom:-10px;font-family:"Jost", sans-serif;font-weight:500;font-size:86px;line-height:1;color:white;opacity:0.4;pointer-events:none}@media (max-width:1200px){.benefit-image{width:100%;max-width:450px}.benefit-number{font-size:72px}}@media (max-width:768px){.container{padding:50px 20px;gap:32px}.main-title{font-size:32px}.benefit-item{flex-direction:column;gap:0}.benefit-label{width:100%;border-radius:15px 15px 0 0;padding:15px}.benefit-label span{writing-mode:horizontal-tb;transform:none}.benefit-content{flex-direction:column;border-radius:0 0 15px 15px;padding:20px;gap:20px;align-items:flex-end}.benefit-title{font-size:20px;white-space:normal}.benefit-number{font-size:48px;left:20px;bottom:20px}.benefit-label{justify-content:flex-start}}@media (max-width:480px){.main-title{font-size:24px}.benefit-content{padding:15px}.benefit-title{font-size:18px}.benefit-number{font-size:36px}}.pricing-section{display:none;flex-wrap:wrap;gap:30px;max-width:1130px;margin:0 auto;justify-content:center;margin-top:40px}.pricing-table{background-color:#ffffff;border-radius:12px;box-shadow:4px 4px 6px rgba(0, 0, 0, 0.08);padding:30px;flex:1 1 450px;min-width:300px;border:1px solid #999}.pricing-title{font-size:1.4rem;color:#1a4a6e;border-bottom:3px solid #6699ff;padding-bottom:10px;margin-top:0;margin-bottom:10px;text-align:center;font-weight:500}.pricing-section .price-table{width:100%;border-collapse:separate;border-spacing:0 15px}.pricing-section .price-table tbody tr{transition:background-color 0.2s}.pricing-section .table-cell{background-color:#f7f9fc;color:#333;font-weight:500;padding:15px 20px;border-radius:0 8px 8px 0;border:none;word-break:break-word}.pricing-section .price-table tr:first-child .table-cell{font-size:1rem;font-weight:500}@media (max-width:768px){.pricing-section{padding:10px;gap:20px}.pricing-table{padding:20px;flex:1 1 100%}.pricing-title{font-size:1.5rem}.price-table tbody tr{display:flex;flex-direction:column;margin-bottom:25px;border-bottom:1px dashed #ccc}.pricing-section .table-header,.pricing-section .table-cell{display:block;width:100%;text-align:left !important;border-radius:0;padding:10px 15px}.pricing-section .table-header{font-size:0.9rem;background-color:#6699ff;color:#ffffff;border-radius:8px 8px 0 0}.pricing-section .table-cell{font-size:1rem;background-color:#ffffff;border-radius:0 0 8px 8px;border:1px solid #eef3ff}.pricing-section .price-table tr:first-child .table-cell{font-size:1rem}}.pricing-tables-container{max-width:1000px;margin:0 auto}.pricing-table-block{margin-bottom:80px}.pricing-table-block:last-of-type{margin-bottom:40px}.pricing-table-block h2{font-size:30px;font-weight:500;text-align:center;margin-bottom:30px}.pricing-table-block h3{font-size:24px;font-weight:500;text-align:center;margin-bottom:30px}.pricing-table-block p{color:#000;text-align:center;margin-bottom:30px}.service-pricing-table{width:100%;border-collapse:collapse;background-color:#fff;box-shadow:0 2px 10px rgba(0, 0, 0, 0.1);margin-bottom:20px}.service-pricing-table thead{background-color:#07499b;color:#fff;width:100%}.service-pricing-table th{padding:10px;text-align:center;border:1px solid #000}.service-pricing-table th.table-header{background-color:#07499b;color:#fff}.service-pricing-table th.sub-header{background-color:#07499b;color:#fff}.service-pricing-table tbody{width:100%}.service-pricing-table tbody td{padding:10px;border:1px solid #000;background-color:#fff;color:#000}.text-enter{text-align:center}.pricing-note{text-align:center;margin-top:40px;padding:20px;background-color:#e6f5fc;border-radius:10px}.pricing-note p{font-size:18px;font-weight:500;color:#07499b}.change-flow-container .section-title{margin-bottom:50px}@media (max-width:768px){.pricing-tables-section{padding:60px 15px}.pricing-table-block{margin-bottom:60px}.pricing-table-block h2{font-size:28px}.service-pricing-table{font-size:14px}.service-pricing-table th,.service-pricing-table td{padding:8px 5px;font-size:14px}.service-pricing-table tbody td.note-cell{font-size:12px;padding:10px}.pricing-note p{font-size:16px}}@media (max-width:480px){.service-pricing-table th,.service-pricing-table td{padding:6px 3px;font-size:12px}.service-pricing-table tbody td.note-cell{font-size:11px}.container{padding:20px 20px;gap:20px}.flow-subtitle{font-size:24px}.footer-message{font-size:18px}}.flow-step__content-wrapper{display:flex;gap:1rem;align-items:flex-start}.flow-step__badge{flex-shrink:0;width:100px;height:100px;position:relative}.flow-step__badge-outer{position:absolute;inset:0;border-radius:50%}.flow-step__badge-inner{position:absolute;inset:3px;background:#ffffff;border-radius:50%;display:flex;align-items:center;justify-content:center}.flow-step__badge-number{font-family:"Futura", sans-serif;font-weight:500;font-size:36px;width:100%;height:100%;background:linear-gradient(180deg, var(--color-primary-light) 0%, var(--color-primary) 94.231%);border-radius:var(--border-radius-circle);display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--color-text-inverted)}.flow-step__card{flex:1;background:#ffffff;border-radius:10px;box-shadow:0 4px 6px rgba(0, 0, 0, 0.1);overflow:hidden;transition:all 0.3s ease;border:1px solid var(--color-primary)}.flow-step__card-content{display:flex;gap:2rem;padding:1rem}.flow-step__image-container{flex-shrink:0;max-width:350px;overflow:hidden}.flow-step__image{width:100%;height:100%;object-fit:cover}.flow-step__text-content{flex:1;display:flex;flex-direction:column;justify-content:center}.flow-step__heading{font-weight:500;font-size:25px;margin-bottom:1.5rem;color:#029ae1}.flow-step__arrow{display:flex;justify-content:center;margin:1.5rem 0;opacity:0;animation:arrowFadeIn 0.6s ease-out 0.3s forwards}@keyframes arrowFadeIn{to{opacity:1}}.flow-step__arrow svg{color:#9ca3af}@media (max-width:900px){.flow-step__card-content{flex-direction:column}.flow-step__image-container{width:100%;max-width:none;height:200px}}@media (max-width:480px){.flow-step__content-wrapper{flex-direction:column;align-items:center}.flow-step__badge-number{font-size:36px;width:80%;height:80%}.flow-step__image-container{height:150px}.flow-section{padding-left:0;padding-right:0}.flow-step__heading{font-size:20px;margin-bottom:1rem}.flow-step__card-content{padding:7rem 1rem 1rem}.flow-step__card{margin-top:-7.5em}}.company-info-container{max-width:930px;margin:0 auto}.company-info-table{width:100%;border-collapse:collapse;background-color:#fff}.company-info-table th{width:180px;padding:25px 20px;text-align:left;vertical-align:top;border-bottom:1px solid #07499B}.company-info-table td{padding:25px 20px;line-height:1.8;border-bottom:1px solid #ddd}.message-section{}.message-container{max-width:1130px;margin:0 auto}.message-content{display:flex;gap:60px;align-items:center}.message-text{flex:1}.message-subtitle{font-size:24px;font-weight:500;margin-bottom:40px;text-align:center}.company-message-text h3{font-size:32px;font-weight:500;color:#000;margin-bottom:30px}.message-body{margin-bottom:30px}.message-body p{margin-bottom:20px}.message-body p:last-child{margin-bottom:0}.company-message-signature{color:#000;text-align:right}.company-message-image{flex-shrink:0;width:44%}.company-message-image img{width:100%;height:auto;border-radius:5px;box-shadow:0 4px 15px rgba(0, 0, 0, 0.1)}.access-map-section{padding:100px 20px;background-color:#fff}.access-map-container{max-width:1130px;margin:0 auto}.map-wrapper{width:100%;height:450px;border-radius:10px;overflow:hidden;box-shadow:0 4px 15px rgba(0, 0, 0, 0.1);margin:0 auto 20px;max-width:930px}.map-wrapper iframe{width:100%;height:100%}.map-note{font-size:16px;font-weight:400;color:#666;text-align:center}@media (max-width:1024px){.message-content{gap:40px}.message-image{width:320px}}@media (max-width:768px){.company-info-section,.message-section,.access-map-section{padding:60px 20px}.company-message-image{flex-shrink:0;width:50%}.company-info-table th{width:120px;padding:15px 10px;font-size:16px}.company-info-table td{padding:15px 10px;font-size:16px}.message-content{flex-direction:column;gap:30px;justify-content:center;align-items:center}.message-text h2{font-size:48px}.message-subtitle{font-size:20px}.message-text h3{font-size:24px}.message-body{font-size:15px}.message-image{width:100%;max-width:384px;margin:0 auto}.map-wrapper{height:350px}.company-message-text h3{font-size:28px}}@media (max-width:480px){.company-info-table th{width:100px;padding:10px 8px;font-size:14px}.company-info-table td{padding:10px 8px;font-size:14px}.message-text h2{font-size:36px}.message-text h3{font-size:20px;margin-bottom:20px}.message-body{font-size:14px}.map-wrapper{height:300px}.company-message-text h3{font-size:22px;margin-bottom:10px}.company-message-image{flex-shrink:0;width:100%}}.contact-intro-container{max-width:600px;margin:0 auto;text-align:center;border:2px solid #07499B;padding:1em}.contact-intro-container h2{font-size:36px;font-weight:500;color:#000;margin-bottom:30px}.contact-intro-text{color:#000;margin-bottom:25px}.contact-intro-note{font-size:14px;font-weight:400;line-height:1.8;color:#666;margin-bottom:40px}.contact-form-section{padding:0px 20px 150px}.contact-form-container{max-width:940px;margin:0 auto}.contact-form{background-color:#e3f2fd;padding:50px 40px;border:3px solid #07499B}.phone-contact h3{font-size:22px;margin-bottom:0.5em}.phone-contact .phone-number{font-size:40px;display:block;font-family:"Futura", sans-serif}.phone-contact .phone-number a{color:#000 !important}@media (max-width:768px){.contact-intro-section{padding:60px 20px 40px}.contact-intro-container h2{font-size:28px}.contact-form-section{padding:0px 15px 100px}.contact-form{padding:30px 20px}.phone-contact .phone-number{font-size:9vw}}@media (max-width:550px){.phone-contact .phone-number{font-size:9vw}.contact-intro-container{padding:0em}}@media (max-width:480px){.contact-intro-container h2{font-size:24px}.contact-form-section{padding:0px 15px 60px}.contact-intro-text,.contact-intro-note{font-size:14px}}.faq-accordion .answer-section{display:none}.faq-accordion .question-section{cursor:pointer;position:relative;padding-right:40px}.faq-accordion .question-section::after{content:"";position:absolute;right:0;top:50%;transform:translateY(-70%) rotate(45deg);width:10px;height:10px;border-right:3px solid #fff;border-bottom:3px solid #fff;transition:transform 0.3s ease}.faq-accordion .qa-item.is-open .question-section::after{transform:translateY(-30%) rotate(225deg)}.table-container{position:relative;width:100%;margin:0 auto 2em}.table-container .inner{padding:4em 1em 1em;border-radius:0.6em;overflow:hidden}.table-container .inner h3{margin:1em 0 0.5em;text-align:center;font-size:1.4em;padding-bottom:0.5em;border-bottom:2px solid #07499b}.table-container table{border-collapse:collapse;width:100%;overflow:hidden}.table-container table tbody,.table-container table thead{padding:0 1em}.table-container table tr:not(:last-child){border-bottom:1px solid #464c59}.table-container tbody tr:hover{background-color:rgba(255, 255, 255, 0.5)}.table-container thead tr{border-bottom:1px solid #464c59}.table-container thead th{padding:1em;text-align:center}.table-container th,.table-container td{padding:0.6em 1em;word-break:break-all}.table-container.one tr:not(:last-child){border-bottom:1px solid rgba(255, 255, 255, 0.15)}.table-container.one thead tr{border-bottom:1px solid rgba(255, 255, 255, 0.15)}.table-container .table-desc{font-size:0.85rem}.table__caption{transform:translateY(50px);width:100%;margin:0 auto;max-width:100%;margin:0 auto;padding:0.6em 1em;border-radius:0.6em;background-color:#07499b;color:#fff}.table__header{font-family:inherit;font-size:1.5em;font-weight:500}.table__header--sub{font-size:0.9em}.ajay{font-family:sans-serif;font-size:14px;position:fixed;right:20px;bottom:10px}.ajay a{text-decoration:none;color:#333}.ajay a:hover{text-decoration:underline;color:#000}.button-group{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.gradient-section{background-color:#f9fafb}.gradient-btn{background:linear-gradient(135deg, #07499b 0%, #3498db 100%);color:white;border:none;transition:all 0.3s ease;box-shadow:0 10px 15px -3px rgba(7, 73, 155, 0.5), 0 4px 6px -2px rgba(7, 73, 155, 0.5);background-size:200% auto;display:inline-block;text-decoration:none;text-align:center;white-space:nowrap;cursor:pointer;padding:0.5rem 1.5rem;border-radius:9999px;font-weight:500;font-size:1rem}.gradient-btn:hover{background-position:right center;box-shadow:0 15px 25px -5px rgba(7, 73, 155, 0.7), 0 6px 10px -3px rgba(7, 73, 155, 0.7);transform:translateY(-3px)}.gradient-btn:active{transform:translateY(1px);box-shadow:0 5px 10px -2px rgba(7, 73, 155, 0.5)}@media (max-width:550px){.gradient-btn{font-size:0.7rem;width:14em}}/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Foffice-link.sakura.ne.jp%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fyaotemp%2Fcss%2Fdesign.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%2CMAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CwEAAA%2CCA2DA%2CKAAA%2CiGAAA%2CCAOA%2CQAAA%2CyIAAA%2CCAUA%2CkBAAA%2C8FAAA%2CCAOA%2CMAAA%2C2BAAA%2CCAIA%2CUAAA%2CyCAAA%2CCAKA%2CSAAA%2CkBAAA%2CCAIA%2CsBAAA%2CwCAAA%2CCAKA%2CKAAA%2CkJAAA%2CCAYA%2CQAAA%2CgFAAA%2CCAQA%2CcAAA%2C6DAAA%2CCAMA%2C2CAAA%2CoGAAA%2CCAOA%2CiBAAA%2CuCAAA%2CCAIA%2CmCAAA%2CaAAA%2CCAGA%2CuDAAA%2CwBAAA%2CCAGA%2CqBAAA%2CoKAAA%2CCAWA%2CiCAAA%2C0BAAA%2CCAGA%2CiBAAA%2CsHAAA%2CCAQA%2CuBAAA%2C0BAAA%2CCAGA%2CgBAAA%2CgCAAA%2CCAIA%2CSAAA%2CoNAAA%2CCAaA%2CcAAA%2CuDAAA%2CCAMA%2CoCAAA%2CiCAAA%2CCAKA%2CUAAA%2CsEAAA%2CCAIA%2CWAAA%2C2EAAA%2CCAIA%2CaAAA%2CkRAAA%2CCAaA%2CkBAAA%2CiGAAA%2CCAQA%2CaAAA%2CgFAAA%2CCAQA%2CUAAA%2CwHAAA%2CCAQA%2CeAAA%2CaAAA%2CCAKA%2C0BACE%2CaAAA%2CYAAA%2CCAGA%2CaAAA%2CuBAAA%2CCAGA%2C2BAAA%2CwCAAA%2CCAKA%2CWAAA%2CsEAAA%2CCAIA%2CeAAA%2CgSAAA%2CCAAA%2CCAmBF%2C0BACA%2CqBAAA%2CgBAAA%2CCAAA%2CCAKA%2C0BACE%2CSAAA%2C2DAAA%2CCAKA%2CcAAA%2CwFAAA%2CCAQA%2C4BAAA%2CYAAA%2CCAGA%2CqBAAA%2CoBAAA%2CCAGA%2CsBAAA%2CYAAA%2CCAGA%2CaAAA%2CaAAA%2CCAGA%2CKAAA%2CsMAAA%2CCAaA%2CcAAA%2CwBAAA%2CCAGA%2CmBAAA%2CuBAAA%2CCAGA%2CQAAA%2C8BAAA%2CCAIA%2CqBAAA%2C%2BCAAA%2CCAKF%2CWAAA%2CSAAA%2CCAGE%2CiCAAA%2C4CAAA%2CCAIA%2CeAAA%2CiBAAA%2CCAGA%2CiBAAA%2CoBAAA%2CCAGA%2CcAAA%2CWAAA%2CCAGA%2CqBAAA%2CYAAA%2CCAGA%2CaAAA%2CiCAAA%2CCAIA%2CqBAAA%2CsKAAA%2CCAUA%2CWAAA%2CmGAAA%2CCAQA%2CeAAA%2CsCAAA%2CCAKA%2CWAAA%2CsCAAA%2CCAIA%2CWAAA%2C2KAAA%2CCAaA%2CcAAA%2CmBAAA%2CCAGA%2CcAAA%2CgFAAA%2CCAMA%2CgBAAA%2C6DAAA%2CCAMA%2CsBAAA%2C0BAAA%2CCAGA%2CiBAAA%2CgBAAA%2CCAGA%2CoBAAA%2CaAAA%2CCAGA%2CgBAAA%2CqBAAA%2CCAIA%2CeAAA%2CiBAAA%2CCAGA%2CoBAAA%2C%2BBAAA%2CCAKA%2CwBAAA%2CUAAA%2CCAGA%2CkBAAA%2CyFAAA%2CCAOA%2CoBAAA%2CoEAAA%2CCAOA%2CoBAAA%2C0EAAA%2CCAOA%2CeAAA%2CiDAAA%2CCAKA%2CcAAA%2CiJAAA%2CCAUA%2CkBAAA%2CuBAAA%2CCAIA%2CYAAA%2CkEAAA%2CCAMA%2CcAAA%2CqFAAA%2CCAOA%2CWAAA%2CmKAAA%2CCAQA%2CWAAA%2CgCAAA%2CCAIA%2CkBAAA%2C8EAAA%2CCAQA%2CmCAAA%2CeAAA%2CCAGA%2CoBAAA%2CaAAA%2CCAAA%2CCAKF%2CyBACE%2CcAAA%2CSAAA%2CCAGF%2CeAAA%2CiDAAA%2CCAKE%2CcAAA%2CaAAA%2CCAGC%2CoBAAA%2CqFAAA%2CCAAA%2CCAQH%2CyBACE%2CcAAA%2CSAAA%2CCAGA%2CWAAA%2CYAAA%2CCAGA%2CuCAAA%2CUAAA%2CCAGA%2CwBAAA%2CUAAA%2CCAGA%2CWAAA%2C6DAAA%2CCAKA%2CgBAAA%2C6BAAA%2CCAIA%2CoBAAA%2CkBAAA%2CCAIA%2CqBAAA%2C4BAAA%2CCAIA%2C0BAAA%2CeAAA%2CCAGA%2CcAAA%2CkBAAA%2CCAGA%2CeAAA%2CcAAA%2CCAGA%2CcAAA%2CcAAA%2CCAIA%2CcAAA%2CqBAAA%2CCAGA%2CkBAAA%2CcAAA%2CCAGA%2CSAAA%2CgBAAA%2CCAGA%2CoBAAA%2CqFAAA%2CCASA%2CWAAA%2CgBAAA%2CCAGA%2CcAAA%2CiCAAA%2CCAIA%2CkBAAA%2CKAAA%2CCAGA%2CuBAAA%2CaAAA%2CCAGA%2CSAAA%2CiBAAA%2CCAGA%2CiBAAA%2C8IAAA%2CCASA%2C4BAAA%2C0IAAA%2CCAUA%2CmBAAA%2C4FAAA%2CCAKA%2C8CAAA%2CmGAAA%2CCAKA%2CwCAAA%2CuBAAA%2CCAGA%2CqBAAA%2CgHAAA%2CCAMA%2CoCAAA%2CcAAA%2CCAAA%2CCAKF%2CyBACE%2CaAAA%2CYAAA%2CCAAA%2CCAIF%2CMAAA%2CyBAAA%2CCAIA%2CYAAA%2CyFAAA%2CCAQA%2CgBAAA%2CoGAAA%2CCASA%2C0BAAA%2CsGAAA%2CCASA%2CcAAA%2CqCAAA%2CCAIA%2CqBAAA%2CuEAAA%2CCAOA%2CcAAA%2CiCAAA%2CCAIA%2CwBAAA%2CyDAAA%2CCAMA%2CuBAAA%2CyCAAA%2CCAKA%2CaAAA%2C0IAAA%2CCAQA%2CUAAA%2CkLAAA%2CCAUA%2CWAAA%2C6GAAA%2CCASA%2C8BAAA%2CUAAA%2CCAGA%2COAAA%2C%2BFAAA%2CCAMA%2CaAAA%2CUAAA%2CCAGA%2CiBAAA%2CuCAAA%2CCAKA%2CeAAA%2CqCAAA%2CCAIA%2CYAAA%2CiCAAA%2CCAIA%2CYAAA%2CgOAAA%2CCAUA%2CeAAA%2CqFAAA%2CCAMA%2CcAAA%2CsFAAA%2CCAMA%2CmBAAA%2CsDAAA%2CCAKA%2CYAAA%2CwJAAA%2CCAUA%2CUAAA%2CsEAAA%2CCAIA%2CWAAA%2CwEAAA%2CCAIA%2CmBAAA%2CsHAAA%2CCASA%2CiBAAA%2C2CAAA%2CCAGA%2CkBAAA%2CqCAAA%2CCAGA%2CeAAA%2C%2BCAAA%2CCAIA%2CUAAA%2C2IAAA%2CCAQA%2CUAAA%2C6EAAA%2CCAMA%2CYAAA%2CuCAAA%2CCAIA%2CoBAAA%2CkBAAA%2CCAGA%2CUAAA%2CwIAAA%2CCAKA%2CeAAA%2CiGAAA%2CCAQA%2CcAAA%2C%2BJAAA%2CCAQA%2CqBAAA%2CwKAAA%2CCAWA%2CgBAAA%2CqTAAA%2CCAcA%2CcAAA%2C%2BEAAA%2CCAKA%2CcAAA%2CgFAAA%2CCAKA%2CiBAAA%2CqFAAA%2CCAMA%2CkBAAA%2CwBAAA%2CCAGA%2CgBAAA%2CiFAAA%2CCAMA%2CSAAA%2C2NAAA%2CCAQA%2CmBAAA%2CqCAAA%2CCAIA%2CiBAAA%2CSAAA%2CCAGA%2CoBAAA%2CqFAAA%2CCAMA%2CmBAAA%2C8EAAA%2CCAMA%2CSAAA%2C0GAAA%2CCAKA%2CcAAA%2CiGAAA%2CCAOA%2CaAAA%2CmLAAA%2CCAUA%2CeAAA%2CoLAAA%2CCAWA%2CcAAA%2CUAAA%2CCAGA%2CkBAAA%2CsBAAA%2CCAIA%2CgBAAA%2CmHAAA%2CCAQA%2CeAAA%2CgDAAA%2CCAKA%2CcAAA%2C4CAAA%2CCAGA%2C6BAAA%2CkBAAA%2CCAGA%2C6BAAA%2CsHAAA%2CCASA%2C%2BBAAA%2CuDAAA%2CCAMA%2CoBAAA%2CsEAAA%2CCAOA%2C4BAAA%2C8FAAA%2CCAQA%2C2BAAA%2C0DAAA%2CCAMA%2C4BAAA%2C%2BRAAA%2CCAkBA%2C4BAAA%2C8BAAA%2CCAIA%2C6BAAA%2C6KAAA%2CCAWA%2C0BAAA%2C0HAAA%2CCASA%2CgCAAA%2CsLAAA%2CCAYA%2C8BAAA%2CqCAAA%2CCAKA%2CmBAAA%2C2GAAA%2CCAOA%2CkBAAA%2CoIAAA%2CCAMA%2CoBAAA%2CsEAAA%2CCAMA%2CoBAAA%2CqJAAA%2CCAMA%2CqBAAA%2C0DAAA%2CCAKA%2CsBAAA%2CoDAAA%2CCAIA%2CkBAAA%2CsEAAA%2CCAKA%2CWAAA%2CsEAAA%2CCAMA%2CMAAA%2CuLAAA%2CCAQA%2CeAAA%2CgFAAA%2CCAOA%2CiBAAA%2C4EAAA%2CCAOA%2CWAAA%2CiDAAA%2CCAKA%2CWAAA%2CoPAAA%2CCAcA%2CWAAA%2CyHAAA%2CCASA%2CeAAA%2CsBAAA%2CCAIA%2CcAAA%2C2FAAA%2CCAQA%2CYAAA%2C8JAAA%2CCAUA%2CiBAAA%2CiGAAA%2CCAOA%2CWAAA%2C2FAAA%2CCAQA%2CoBAAA%2C4GAAA%2CCASA%2CYAAA%2CmEAAA%2CCAOA%2CkBAAA%2CwCAAA%2CCAKA%2CKAAA%2C2FAAA%2CCAIA%2CYAAA%2CqCAAA%2CCAIA%2CSAAA%2C2CAAA%2CCAKA%2CSAAA%2CqDAAA%2CCAKA%2CQAAA%2CkIAAA%2CCAUA%2CkBAAA%2CqEAAA%2CCAOA%2CQAAA%2CuLAAA%2CCAaA%2CUAAA%2CyIAAA%2CCAUA%2CiBAAA%2CmEAAA%2CCAOA%2CgBAAA%2CmDAAA%2CCAKA%2CYAAA%2CiHAAA%2CCASA%2CQAAA%2CyLAAA%2CCAaA%2CUAAA%2CuIAAA%2CCAUA%2CeAAA%2CQAAA%2CCAGA%2C2BAAA%2CeAAA%2CCAGA%2CQAAA%2C4FAAA%2CCAIA%2CkBAAA%2CqCAAA%2CCAIA%2CcAAA%2CgEAAA%2CCAMA%2CuBAAA%2CeAAA%2CCAGA%2CgBAAA%2CsGAAA%2CCAQA%2CgBAAA%2C4FAAA%2CCAOA%2CaAAA%2CoFAAA%2CCAOA%2CeAAA%2CgHAAA%2CCAQA%2CcAAA%2CsGAAA%2CCAQA%2CiBAAA%2CwJAAA%2CCAUA%2CoBAAA%2C%2BIAAA%2CCAUA%2CaAAA%2CoGAAA%2CCAQA%2CaAAA%2CgJAAA%2CCAUA%2C2BAAA%2CSAAA%2CCAEE%2CoCAAA%2C2BAAA%2CUAAA%2CCAAA%2CCAIF%2C6BAAA%2CSAAA%2CCAEE%2CoCAAA%2C6BAAA%2CUAAA%2CCAAA%2CCAIF%2CuBAAA%2C0BAAA%2CCAIA%2CkBAAA%2C0BAAA%2CCAIA%2CgBAAA%2CoFAAA%2CCAOA%2CoBAAA%2C0DAAA%2CCAMA%2CcAAA%2CgSAAA%2CCAkBA%2CmBAAA%2C0HAAA%2CCASA%2CgBAAA%2C0LAAA%2CCAYA%2CkBAAA%2CwBAAA%2CCAIA%2CiBAAA%2C4JAAA%2CCAQA%2CiBAAA%2CiJAAA%2CCAWA%2CiBAAA%2C4HAAA%2CCASA%2CgBAAA%2C2GAAA%2CCAOA%2CqBAAA%2CqDAAA%2CCAKA%2CeAAA%2CsFAAA%2CCAOA%2CkBAAA%2CwJAAA%2CCAUA%2CqBAAA%2CwJAAA%2CCAUA%2CiBAAA%2CoEAAA%2CCAOA%2CaAAA%2CyOAAA%2CCAeA%2CoBAAA%2C4IAAA%2CCAUA%2CuBAAA%2CwBAAA%2CCAGA%2CmBAAA%2CWAAA%2CCAGA%2CiBAAA%2CoCAAA%2CCAKA%2CkBAAA%2CkKAAA%2CCAUA%2CWAAA%2CyNAAA%2CCAYA%2CgBAAA%2CsDAAA%2CCAKA%2CgBAAA%2CgEAAA%2CCAMA%2CgBAAA%2C4HAAA%2CCASA%2CaAAA%2CkEAAA%2CCAMA%2CaAAA%2C0CAAA%2CCAKA%2CiBAAA%2CWAAA%2CCAGA%2CWAAA%2CiEAAA%2CCAMA%2CWAAA%2C6EAAA%2CCAOA%2CiBAAA%2CeAAA%2CCAGA%2CiBAAA%2CeAAA%2CCAGA%2CaAAA%2C2GAAA%2CCAOA%2CeAAA%2CQAAA%2CCAGA%2CeAAA%2CwCAAA%2CCAKA%2CaAAA%2CoHAAA%2CCASA%2CmBAAA%2CWAAA%2CCAGA%2CYAAA%2C4CAAA%2CCAKA%2CmBAAA%2CsEAAA%2CCAOA%2CqBAAA%2CwEAAA%2CCAMA%2C2BAAA%2CWAAA%2CCAGA%2CaAAA%2C0DAAA%2CCAMA%2CyBAAA%2CiDAAA%2CCAKA%2CwBAAA%2CiCAAA%2CCAIA%2CuBAAA%2CiDAAA%2CCAKA%2CeAAA%2C2KAAA%2CCAWA%2CiBAAA%2CmDAAA%2CCAMA%2CgBAAA%2CMAAA%2CCAGA%2CSAAA%2CsCAAA%2CCAIA%2CeAAA%2CWAAA%2CCAGA%2CcAAA%2CgGAAA%2CCAUA%2CgBAAA%2C2FAAA%2CCAQA%2CqBAAA%2CgCAAA%2CCAIA%2CoBAAA%2CiCAAA%2CCAKA%2C0BACE%2CYAAA%2CWAAA%2CCAGA%2CgBAAA%2CuCAAA%2CCAKA%2CeAAA%2CmCAAA%2CCAAA%2CCAIF%2C0BACA%2CwBAAA%2C%2BBAAA%2CCAIE%2CuBAAA%2CaAAA%2CCAAA%2CCAMF%2CyBACE%2CYAAA%2CuEAAA%2CCAKA%2CiBAAA%2CqCAAA%2CCAKA%2CYAAA%2CgGAAA%2CCAAA%2CCAUF%2CyBACE%2CiBAAA%2CqCAAA%2CCAIA%2CWAAA%2CSAAA%2CCAGA%2CWAAA%2CcAAA%2CCAGA%2CsBAAA%2CiBAAA%2CCAAA%2CCAKF%2CyBACE%2CkBAAA%2CmBAAA%2CCAGA%2CgBAAA%2CSAAA%2CCAGD%2CeAAA%2CkBAAA%2CCAGC%2CKAAA%2CyCAAA%2CCAKA%2CgBAAA%2CiCAAA%2CCAIA%2CiBAAA%2CSAAA%2CCAGA%2CeAAA%2CmDAAA%2CCAIA%2CaAAA%2C%2BLAAA%2CCAUA%2CgBAAA%2CuBAAA%2CCAGA%2CUAAA%2CuBAAA%2CCAGA%2CUAAA%2CsBAAA%2CCAGA%2C6EAAA%2CyBAAA%2CCAGA%2CYAAA%2CqBAAA%2CCAGA%2CYAAA%2CuBAAA%2CCAGA%2CcAAA%2CuBAAA%2CCAGA%2CaAAA%2CsBAAA%2CCAGA%2CoBAAA%2CuBAAA%2CCAGA%2CqBAAA%2CgBAAA%2CCAGA%2CiBAAA%2CqCAAA%2CCAIF%2CcAAA%2CqCAAA%2CCAAA%2CCAKA%2CyBACE%2C0BAAA%2CwCAAA%2CCAIF%2CgCAAA%2CeAAA%2CCAGE%2CwBAAA%2CaAAA%2CCAGA%2CuBAAA%2CgBAAA%2CCAGA%2CKAAA%2CkBAAA%2CCAGA%2CYAAA%2CYAAA%2CCAGA%2CYAAA%2CYAAA%2CCAMA%2CMAAA%2CWAAA%2CCAGA%2CUAAA%2CCAGA%2CUAAA%2CcAAA%2CCAGA%2CYAAA%2CYAAA%2CCAGA%2CeAAA%2CeAAA%2CCAGA%2CcAAA%2CcAAA%2CCAGA%2CYAAA%2CiCAAA%2CCAIA%2CcAAA%2CqCAAA%2CCAIA%2CiBAAA%2CqDAAA%2CCAMA%2CgBAAA%2CsBAAA%2CCAIA%2CSAAA%2CuBAAA%2CCAGA%2CiBAAA%2C4BAAA%2CCAIA%2CoBAAA%2CeAAA%2CCAGA%2CqBAAA%2CiBAAA%2CCAGA%2CgBAAA%2CuCAAA%2CCAKA%2CkBAAA%2CaAAA%2CCAGA%2CYAAA%2CeAAA%2CCAGA%2CwBAAA%2CkBAAA%2CCAGA%2CcAAA%2CYAAA%2CCAGA%2CgBAAA%2C%2BCAAA%2CCAKA%2CeAAA%2CmDAAA%2CCAIA%2CcAAA%2CQAAA%2CCAGA%2C%2BBAAA%2C8BAAA%2CCAIA%2CWAAA%2CgCAAA%2CCAMA%2CWAAA%2COAAA%2CCAGA%2CWAAA%2CQAAA%2CCAGA%2CQAAA%2CqBAAA%2CCAIA%2CYAAA%2CYAAA%2CCAGA%2CgBAAA%2CsBAAA%2CCAIA%2CoBAAA%2CcAAA%2CCAGA%2CkBAAA%2CQAAA%2CCAGA%2CiBAAA%2CcAAA%2CCAGA%2CYAAA%2CQAAA%2CCAGA%2CmBAAA%2CuBAAA%2CCAGA%2C6BAAA%2CqBAAA%2CCAGA%2CuBAAA%2C4BAAA%2CCAIA%2CmCAAA%2CiBAAA%2CCAGA%2CaAAA%2CUAAA%2CCAGA%2CWAAA%2CYAAA%2CCAGA%2CiBAAA%2CqBAAA%2CCAGA%2CaAAA%2CsCAAA%2CCAKA%2CaAAA%2CUAAA%2CCAGA%2CgBAAA%2C8BAAA%2CCAIA%2CYAAA%2C8BAAA%2CCAIA%2CeAAA%2CsCAAA%2CCAIA%2CUAAA%2CoDAAA%2CCAKA%2CWAAA%2CiGAAA%2CCAOA%2CaAAA%2C2BAAA%2CCAIA%2CQAAA%2CqBAAA%2CCAGA%2CSAAA%2CeAAA%2CCAGA%2CaAAA%2CiBAAA%2CCAKA%2CeAAA%2CiCAAA%2CCAIA%2CgBAAA%2CkBAAA%2CCAGA%2CeAAA%2CQAAA%2CCAAA%2CCAIF%2CyBACE%2CWAAA%2CYAAA%2CCAAA%2CCAIF%2C0BACE%2CWAAA%2CYAAA%2CCAAA%2CCAIF%2CyBACE%2CyBAAA%2CYAAA%2CCAAA%2CCAaF%2CmcAAA%2CkCAAA%2CCA2BA%2CwBAAA%2CuBAAA%2CCAKA%2CwBAAA%2CiBAAA%2CCAKA%2CuBAAA%2CiBAAA%2CCAGA%2CyBACA%2C0dAAA%2CiBAAA%2CCAAA%2CCA6BA%2CeAAA%2CwBAAA%2CCAIA%2CeAAA%2CwBAAA%2CCAIA%2CiBAAA%2CwBAAA%2CCAIA%2CUAAA%2CqBAAA%2CCAUA%2CwBAAA%2CkBAAA%2CCAIA%2CqBAAA%2CkBAAA%2CCAIA%2CsBAAA%2CiBAAA%2CCAKA%2CcAAA%2CwCAAA%2CCAIA%2CeAAA%2CwCAAA%2CCAIA%2CcAAA%2CwCAAA%2CCAIA%2CeAAA%2CwCAAA%2CCASA%2CeAAA%2C8FAAA%2CCAQA%2CgBAAA%2CmGAAA%2CCAQA%2CYAAA%2CiGAAA%2CCAYA%2CgUAAA%2C8BAAA%2CCAoBA%2C4MAAA%2CiBAAA%2CCAaA%2C2DAAA%2CaAAA%2CCAWA%2CkHAAA%2C4CAAA%2CCAaA%2C%2BOAAA%2CyEAAA%2CCAkBA%2C0FAAA%2CyCAAA%2CCAWA%2CyBAAA%2CyCAAA%2CCAOA%2CuDAAA%2CUAAA%2CCAMA%2CoCAAA%2CaAAA%2CCAMA%2C6BAAA%2CgDAAA%2CCAOA%2CmBAAA%2CaAAA%2CCAQA%2CgBAAA%2C6BAAA%2CCAKA%2CaAAA%2C6DAAA%2CCAMA%2CYAAA%2CmFAAA%2CCAOA%2CkBAAA%2C6CAAA%2CCAMA%2CgBAAA%2CyIAAA%2CCAWA%2CkHAAA%2C4JAAA%2CCAcA%2CmDAAA%2CiCAAA%2CCAMA%2CqBAAA%2CgCAAA%2CCAMA%2CaAAA%2C%2BCAAA%2CCAUA%2CaAAA%2CgGAAA%2CCAUA%2CiCAAA%2CqCAAA%2CCAOA%2CeAAA%2CoCAAA%2CCAKA%2CgBAAA%2CwGAAA%2CCAUA%2CuCAAA%2CqCAAA%2CCAOA%2CaAAA%2CiBAAA%2CCAIA%2CYAAA%2CsLAAA%2CCAWA%2CkBAAA%2CsCAAA%2CCAUA%2CyBAAA%2CwHAAA%2CCAQA%2CyBAAA%2CyFAAA%2CCASA%2C2BAAA%2C4EAAA%2CCAQA%2C8BAAA%2CwIAAA%2CCASA%2C0BAAA%2CuGAAA%2CCAQA%2CyBAAA%2CuGAAA%2CCAQA%2CyBAAA%2C2DAAA%2CCAOA%2CoBAAA%2C6PAAA%2CCAeA%2C0BAAA%2CsCAAA%2CCAMA%2CaAAA%2CcAAA%2CCAIA%2CaAAA%2C8BAAA%2CCAKA%2CeAAA%2CwBAAA%2CCAIA%2CaAAA%2CwBAAA%2CCAIA%2CWAAA%2CwBAAA%2CCAIA%2CUAAA%2CwBAAA%2CCAOA%2CmBAAA%2C6BAAA%2CCAKA%2CwBAAA%2C8BAAA%2CCAKA%2CYAAA%2CyIAAA%2CCAQA%2CsBAAA%2C2CAAA%2CCAKA%2CyBAAA%2CyCAAA%2CCAQA%2C0BACI%2CaAAA%2CiBAAA%2CCAAA%2CCAKJ%2CyBACI%2CYAAA%2C8BAAA%2CCAKA%2CeAAA%2CcAAA%2CCAIA%2CeAAA%2CgBAAA%2CCAIA%2CkBAAA%2CcAAA%2CCAMA%2CaAAA%2CiBAAA%2CCAIA%2CkBAAA%2CcAAA%2CCAIA%2CkHAAA%2CgCAAA%2CCAQA%2CaAAA%2C8BAAA%2CCAKA%2CYAAA%2C0BAAA%2CCAKA%2CyBAAA%2CiBAAA%2CCAIA%2C8BAAA%2CcAAA%2CCAIA%2C0BAAA%2CcAAA%2CCAIA%2CyBAAA%2CwCAAA%2CCAKA%2CoBAAA%2C0BAAA%2CCAKA%2CiBAAA%2CiBAAA%2CCAIA%2CwBAAA%2CsBAAA%2CCAIA%2CuBAAA%2CsBAAA%2CCAAA%2CCAKJ%2CyBACI%2CkBAAA%2CcAAA%2CCAIJ%2CkBAAA%2CcAAA%2CCAGI%2C8BAAA%2CcAAA%2CCAIA%2C0BAAA%2CcAAA%2CCAGH%2CYAAA%2CqBAAA%2CCAGA%2CkBAAA%2CUAAA%2CCAAA%2CCAaD%2CiBAAA%2C6JAAA%2CCAQA%2CsBAAA%2C4DAAA%2CCAOA%2CiBAAA%2C2EAAA%2CCAIA%2CiBAAA%2CoCAAA%2CCAKA%2CoBAAA%2CeAAA%2CCAIA%2CiBAAA%2CwCAAA%2CCAMA%2CcAAA%2CMAAA%2CCAIA%2CgBAAA%2CiBAAA%2CCAIA%2C6BAAA%2CeAAA%2CCAIA%2CWAAA%2C%2BDAAA%2CCAOA%2CeAAA%2CsCAAA%2CCAMA%2CmBAAA%2CuCAAA%2CCAUA%2CwBAAA%2C8DAAA%2CCAOA%2C%2BBAAA%2CiBAAA%2CCAIA%2CgBAAA%2C2CAAA%2CCAMA%2CeAAA%2C8DAAA%2CCAOA%2CgBAAA%2CmDAAA%2CCAKA%2CeAAA%2C0BAAA%2CCAIA%2CkBAAA%2CqDAAA%2CCAOA%2CgBAAA%2CyFAAA%2CCAQA%2CiBAAA%2CqHAAA%2CCASA%2CmBAAA%2C8BAAA%2CCAKA%2CkBAAA%2C2CAAA%2CCAMA%2CaAAA%2CmDAAA%2CCAKA%2CwBAAA%2CmCAAA%2CCAKA%2CgBAAA%2C%2BEAAA%2CCAQA%2CeAAA%2CyDAAA%2CCAOA%2CgBAAA%2C0CAAA%2CCAKA%2CuBAAA%2C8DAAA%2CCAMA%2C%2BBAAA%2CSAAA%2CCAIA%2CgCAAA%2CSAAA%2CCAUA%2CoBAAA%2C0GAAA%2CCAeA%2CeAAA%2CwBAAA%2CCAOA%2C0BAII%2C%2BBAAA%2CsBAAA%2CCAgBA%2CeAAA%2CwCAAA%2CCAAA%2CCAOJ%2CyBACA%2CiBAAA%2CcAAA%2CCAGA%2CmBAAA%2CaAAA%2CCAGA%2CsBAAA%2CYAAA%2CCAGA%2CgBAAA%2CcAAA%2CCAAA%2CCAIA%2CyBACE%2CeAAA%2CwCAAA%2CCAIA%2CkBAAA%2C0BAAA%2CCAIE%2CgBAAA%2CuCAAA%2CCAKH%2C%2BDAAA%2C0BAAA%2CCAKG%2CsBAAA%2CcAAA%2CCAOA%2CoBAAA%2CcAAA%2CCAGH%2CiBAAA%2CqBAAA%2CCAIG%2CwBAAA%2CcAAA%2CCAIA%2CiBAAA%2CcAAA%2CCAIA%2CmBAAA%2CcAAA%2CCAGJ%2CsBAAA%2CoBAAA%2CCAGE%2CkBAAA%2CyBAAA%2CCAIC%2C%2BDAAA%2CyBAAA%2CCAIF%2CuCAAA%2CaAAA%2CCAGD%2CsCAAA%2CcAAA%2CCAGE%2CgBAAA%2C0CAAA%2CCAKD%2CuBAAA%2CgBAAA%2CCAGA%2CoBAAA%2C0GAAA%2CCAUG%2CgBAAA%2CcAAA%2CCAIA%2CeAAA%2CcAAA%2CCAAA%2CCAKJ%2CyBACE%2CYAAA%2C6BAAA%2CCAKD%2CeAAA%2CcAAA%2CCAGD%2CsBAAA%2CcAAA%2CCAGA%2C2DAAA%2CCAGC%2CiBAAA%2CmBAAA%2CCAGA%2CwBAAA%2CcAAA%2CCAGC%2CiBAAA%2CcAAA%2CCAGC%2CmBAAA%2CaAAA%2CCAGA%2CgBAAA%2CeAAA%2CCAGA%2CgBAAA%2C0CAAA%2CCAKA%2CuBAAA%2CgBAAA%2CCAIF%2C8DAAA%2CYAAA%2CCAGD%2C6BAAA%2CiBAAA%2CCAAA%2CCAcA%2CkBAAA%2C2EAAA%2CCAGA%2CoBAAA%2CkIAAA%2CCAYA%2CgBAAA%2C2KAAA%2CCAYA%2CuBAAA%2C4KAAA%2CCAWA%2CoBAAA%2CqDAAA%2CCAOA%2CkBAAA%2CqFAAA%2CCAQA%2CqBAAA%2CgKAAA%2CCAWA%2CeAAA%2C2DAAA%2CCAOA%2CkBAAA%2C8KAAA%2CCAcA%2CsBAAA%2CiNAAA%2CCAUA%2CuBAAA%2CmEAAA%2CCASA%2C0BACE%2CoBAAA%2C%2BCAAA%2CCAMD%2CgBAAA%2CwCAAA%2CCAMC%2CqBAAA%2CcAAA%2CCAAA%2CCAKF%2CyBACE%2CkBAAA%2CcAAA%2CCAIA%2CoBAAA%2CoCAAA%2CCAKA%2CgBAAA%2CwCAAA%2CCAMA%2CqBAAA%2CoCAAA%2CCAKA%2CeAAA%2CQAAA%2CCAIA%2CkBAAA%2CmEAAA%2CCAQA%2CsBAAA%2CiDAAA%2CCAAA%2CCAQF%2CyBACE%2CwBAAA%2CmBAAA%2CCAIA%2CoBAAA%2C0BAAA%2CCAKA%2CqBAAA%2CiBAAA%2CCAIA%2CkBAAA%2CmCAAA%2CCAAA%2CCASF%2CiBAAA%2CmGAAA%2CCAQA%2CqBAAA%2CuBAAA%2CCAKA%2CoBAAA%2C0EAAA%2CCAQA%2CoBAAA%2CcAAA%2CCAKA%2CmBAAA%2CkCAAA%2CCAIA%2CeAAA%2C6EAAA%2CCAQA%2CeAAA%2C8BAAA%2CCAMA%2C%2BBAAA%2CwBAAA%2CCAIA%2C%2BBAAA%2CuEAAA%2CCASA%2CeAAA%2CsBAAA%2CCAIA%2CgBAAA%2CiDAAA%2CCAKA%2CkBAAA%2CsBAAA%2CCAKA%2CqBAAA%2C4EAAA%2CCAQA%2CqBAAA%2C%2BEAAA%2CCAQA%2CoBAAA%2CyDAAA%2CCAOA%2CgBAAA%2CsCAAA%2CCAMA%2CoBAAA%2CuCAAA%2CCAMA%2CuBAAA%2C8BAAA%2CCAMA%2CeAAA%2CiFAAA%2CCAWA%2CWAAA%2C2DAAA%2CCAMA%2CkBAAA%2CsGAAA%2CCAQA%2C4CAAA%2CSAAA%2CCAGA%2CmBAAA%2CCAYA%2CkBAAA%2C%2BEAAA%2CCAQA%2CoBAAA%2CeAAA%2CCAIA%2CqCAAA%2CeAAA%2CCAGA%2CmBAAA%2C6GAAA%2CCASA%2CaAAA%2CkKAAA%2CCAcA%2CgBAAA%2CgPAAA%2CCAgBA%2CkBAAA%2CkBAAA%2CCAGA%2CeAAA%2C0CAAA%2CCAKQ%2COAAA%2CkKAAA%2CCAeR%2C0BAEI%2C%2BBAAA%2C0DAAA%2CCAOA%2CgBAAA%2C0BAAA%2CCAKA%2CkBAAA%2CcAAA%2CCAAA%2CCAMJ%2CyBACA%2C4CAAA%2CSAAA%2CCAAA%2CCAIA%2CyBACC%2CYAAA%2CqBAAA%2CCAGG%2CoBAAA%2CcAAA%2CCAGJ%2CiBAAA%2C8BAAA%2CCAMC%2CsBAAA%2CwBAAA%2CCAIA%2CwCAAA%2CUAAA%2CCAGG%2CmBAAA%2CcAAA%2CCAKA%2CoBAAA%2CcAAA%2CCAIA%2CqBAAA%2CcAAA%2CCAIA%2CqBAAA%2CcAAA%2CCAIA%2CoBAAA%2CcAAA%2CCAAA%2CCAQJ%2C0BAAA%2CeAAA%2CCAGA%2CmBAAA%2C4CAAA%2CCAOA%2CcAAA%2CsBAAA%2CCAKA%2CiBAAA%2C%2BEAAA%2CCAQA%2CgBAAA%2CiBAAA%2CCAIA%2C2BAAA%2CeAAA%2CCAIA%2CyBACA%2CmBAAA%2CqBAAA%2CCAIC%2CcAAA%2CqBAAA%2CCAAA%2CCAOD%2CgBAAA%2CwDAAA%2CCAOA%2CgCAAA%2CwEAAA%2CCASA%2C%2BBAAA%2C4EAAA%2CCAQA%2CmBAAA%2CoCAAA%2CCAIA%2CkBAAA%2CeAAA%2CCAGA%2CsBAAA%2C4DAAA%2CCAYA%2C0BACA%2CgBAAA%2CuDAAA%2CCAAA%2CCAOA%2CyBACE%2CgBAAA%2CuBAAA%2CCAIF%2CWAAA%2CwEAAA%2CCAMA%2CkBAAA%2CUAAA%2CCAGA%2CcAAA%2CgBAAA%2CCAGA%2CaAAA%2CeAAA%2CCAAA%2CCAKA%2CyBACA%2C%2BDAAA%2CsEAAA%2CCAQE%2CgBAAA%2CsBAAA%2CCAID%2CsBAAA%2CcAAA%2CCAGD%2CqBAAA%2CuBAAA%2CCAIG%2CoBAAA%2CcAAA%2CCAGA%2C%2BBAAA%2CkCAAA%2CCAIF%2CgBAAA%2CuBAAA%2CCAAA%2CCAgBD%2C4BAAA%2C8EAAA%2CCAQA%2CkBAAA%2C0DAAA%2CCAMA%2CgCAAA%2C%2BMAAA%2CCAYA%2CqBAAA%2CsFAAA%2CCAQA%2CmBAAA%2CwEAAA%2CCAQA%2CuBAAA%2CuCAAA%2CCAMA%2CoBAAA%2CyDAAA%2CCAMA%2CuBAAA%2C4DAAA%2CCAOA%2CgDAAA%2C2DAAA%2CCAOA%2CqCAAA%2C0BAAA%2CCAQA%2CuCAAA%2CiEAAA%2CCAMA%2CyCAAA%2CgHAAA%2CCASA%2C%2BCAAA%2CWAAA%2CCAOA%2C0BAAA%2CCAQA%2CyBACI%2C8CAAA%2CcAAA%2CCAIA%2CuCAAA%2CwCAAA%2CCAIJ%2CsCAAA%2C4BAAA%2CCAII%2CqCAAA%2CwBAAA%2CCAKA%2CyCAAA%2CcAAA%2CCAIA%2CgDAAA%2CcAAA%2CCAIA%2CuCAAA%2CcAAA%2CCAIA%2CyCAAA%2CcAAA%2CCAAA%2CCAKJ%2CyBACC%2CkBAAA%2CkCAAA%2CCAIE%2CqCAAA%2CqCAAA%2CCAKA%2CuCAAA%2CcAAA%2CCAGA%2CsCAAA%2CcAAA%2CCAGC%2C6BAAA%2CqBAAA%2CCAGF%2C8FAAA%2CUAAA%2CCAGD%2CaAAA%2CiBAAA%2CCAGA%2CkBAAA%2C0DAAA%2CCAME%2CcAAA%2CSAAA%2CCAGA%2C4BAAA%2CiCAAA%2CCAID%2CuBAAA%2CcAAA%2CCAAA%2CCAcF%2CoBAAA%2CkBAAA%2CCAMA%2CiBAAA%2C4GAAA%2CCAOA%2CmBAAA%2C8BAAA%2CCAMA%2CcAAA%2C0DAAA%2CCAMA%2CcAAA%2CqKAAA%2CCAUA%2CeAAA%2CsHAAA%2CCASA%2CmBAAA%2CuCAAA%2CCAMA%2CoBAAA%2C4JAAA%2CCAaA%2CmBAAA%2CyDAAA%2CCAOA%2CUAAA%2CqBAAA%2CCAMA%2C0BAAA%2C0CAAA%2CCAKA%2C4BAAA%2C8BAAA%2CCAOA%2CuBAAA%2C0DAAA%2CCAMA%2CqBAAA%2C8QAAA%2CCAiBA%2C2BAAA%2CWAAA%2CCAOA%2C0BAEI%2CcAAA%2C4BAAA%2CCAKJ%2CeAAA%2CsHAAA%2CCAAA%2CCAUA%2CyBACI%2CoBAAA%2CcAAA%2CCAIA%2CmBAAA%2CcAAA%2CCAOJ%2CeAAA%2CsHAAA%2CCAQA%2CyBAAA%2CcAAA%2CCAGI%2CaAAA%2CcAAA%2CCAIA%2CkBAAA%2CcAAA%2CCAKJ%2CuBAAA%2CoCAAA%2CCAAA%2CCAKA%2CyBACC%2CcAAA%2CwCAAA%2CCAAA%2CCAKD%2CyBACC%2CcAAA%2CwCAAA%2CCAIC%2CuBAAA%2CyBAAA%2CCAID%2CyBAAA%2CcAAA%2CCAID%2CmBAAA%2CsBAAA%2CCAAA%2CCAOA%2CeAAA%2CqFAAA%2CCAUA%2CcAAA%2C2CAAA%2CCAOA%2CgBAAA%2CwBAAA%2CCAIA%2CgBAAA%2CwBAAA%2CCAKA%2CeAAA%2CyEAAA%2CCAQA%2CoBAAA%2C6GAAA%2CCASA%2CiBAAA%2C2DAAA%2CCASA%2CcAAA%2C8DAAA%2CCAQA%2CeAAA%2CyKAAA%2CCAWA%2CqBAAA%2CiGAAA%2CCASA%2CeAAA%2CkEAAA%2CCAOA%2CmBAAA%2C%2BDAAA%2CCAQA%2CgBAAA%2CgKAAA%2CCAeA%2C0BAMI%2CeAAA%2C0BAAA%2CCAKA%2CgBAAA%2CcAAA%2CCAAA%2CCAKJ%2CyBACI%2CWAAA%2C0BAAA%2CCAKA%2CYAAA%2CcAAA%2CCAIA%2CcAAA%2C2BAAA%2CCAKA%2CeAAA%2CmDAAA%2CCAMA%2CoBAAA%2CyCAAA%2CCAIH%2CiBAAA%2C4FAAA%2CCAQG%2CeAAA%2CiCAAA%2CCAMA%2CgBAAA%2CoCAAA%2CCAKJ%2CeAAA%2C0BAAA%2CCAAA%2CCAKA%2CyBACI%2CYAAA%2CcAAA%2CCAGA%2CiBAAA%2CYAAA%2CCAIA%2CeAAA%2CcAAA%2CCAMA%2CgBAAA%2CcAAA%2CCAAA%2CCAMI%2CiBAAA%2C0GAAA%2CCAUA%2CeAAA%2CwJAAA%2CCAYA%2CeAAA%2CoJAAA%2CCAYA%2C8BAAA%2CyDAAA%2CCAOA%2CuCAAA%2CgCAAA%2CCAiBA%2C6BAAA%2CiIAAA%2CCAWA%2CyDAAA%2C8BAAA%2CCAMA%2CyBACI%2CiBAAA%2CqBAAA%2CCAKA%2CeAAA%2C0BAAA%2CCAKA%2CeAAA%2CgBAAA%2CCAKA%2CsBAAA%2CmFAAA%2CCAOA%2C4DAAA%2CqFAAA%2CCAQA%2C%2BBAAA%2CiFAAA%2CCAOA%2C6BAAA%2C0FAAA%2CCAOA%2CyDAAA%2CcAAA%2CCAAA%2CCAcZ%2C0BAAA%2C8BAAA%2CCAKA%2CqBAAA%2CkBAAA%2CCAIA%2CkCAAA%2CkBAAA%2CCAIA%2CwBAAA%2CmEAAA%2CCAMA%2CwBAAA%2CmEAAA%2CCAMA%2CuBAAA%2C%2BCAAA%2CCAMA%2CuBAAA%2CqHAAA%2CCASA%2C6BAAA%2C8CAAA%2CCAMA%2C0BAAA%2CoDAAA%2CCAOA%2CuCAAA%2CmCAAA%2CCAKA%2CqCAAA%2CmCAAA%2CCAIA%2C6BAAA%2CUAAA%2CCAIA%2CgCAAA%2CmEAAA%2CCAOA%2CYAAA%2CiBAAA%2CCAMA%2CcAAA%2C0FAAA%2CCAQA%2CgBAAA%2C4CAAA%2CCAMA%2CsCAAA%2CkBAAA%2CCAKA%2CyBACI%2CwBAAA%2CiBAAA%2CCAIA%2CqBAAA%2CkBAAA%2CCAIA%2CwBAAA%2CcAAA%2CCAIA%2CuBAAA%2CcAAA%2CCAIA%2CoDAAA%2C8BAAA%2CCAMA%2C0CAAA%2C2BAAA%2CCAKA%2CgBAAA%2CcAAA%2CCAAA%2CCAMJ%2CyBACI%2CoDAAA%2C8BAAA%2CCAMA%2C0CAAA%2CcAAA%2CCAGH%2CWAAA%2C0BAAA%2CCAKD%2CeAAA%2CcAAA%2CCAIA%2CgBAAA%2CcAAA%2CCAAA%2CCAqBA%2C4BAAA%2C4CAAA%2CCAOA%2CkBAAA%2CwDAAA%2CCAOA%2CwBAAA%2C2CAAA%2CCAOA%2CwBAAA%2CuHAAA%2CCAUA%2CyBAAA%2C8UAAA%2CCAgBA%2CiBAAA%2CmKAAA%2CCAWA%2CyBAAA%2CkCAAA%2CCAMA%2C4BAAA%2C6CAAA%2CCAMA%2CkBAAA%2CuCAAA%2CCAOA%2CyBAAA%2CgEAAA%2CCAOA%2CoBAAA%2CiEAAA%2CCAWA%2CkBAAA%2C%2BGAAA%2CCAQA%2CuBACI%2CGAAA%2CSAAA%2CCAAA%2CCAKJ%2CsBAAA%2CaAAA%2CCAGA%2CyBACA%2CyBAAA%2CqBAAA%2CCAGA%2C4BAAA%2CsCAAA%2CCAAA%2CCAMA%2CyBACA%2C4BAAA%2CwCAAA%2CCAIA%2CyBAAA%2CmCAAA%2CCAKA%2C4BAAA%2CYAAA%2CCAGA%2CcAAA%2C8BAAA%2CCAIA%2CoBAAA%2CiCAAA%2CCAIA%2CyBAAA%2CsBAAA%2CCAGA%2CiBAAA%2CiBAAA%2CCAAA%2CCAeA%2CwBAAA%2C6BAAA%2CCAOA%2CoBAAA%2CyDAAA%2CCAUA%2CuBAAA%2CgGAAA%2CCAQA%2CuBAAA%2C8DAAA%2CCAOA%2CiBAAA%2CCAKA%2CmBAAA%2C8BAAA%2CCAKA%2CiBAAA%2CwCAAA%2CCAMA%2CcAAA%2CMAAA%2CCAKA%2CkBAAA%2CmEAAA%2CCAOA%2CyBAAA%2C4DAAA%2CCAOA%2CcAAA%2CkBAAA%2CCAIA%2CgBAAA%2CkBAAA%2CCAIA%2C2BAAA%2CeAAA%2CCAIA%2C2BAAA%2C2BAAA%2CCAKA%2CuBAAA%2CuBAAA%2CCAKA%2C2BAAA%2CiFAAA%2CCAQA%2CoBAAA%2CwCAAA%2CCAKA%2CsBAAA%2C8BAAA%2CCAMA%2CaAAA%2CsIAAA%2CCASA%2CoBAAA%2CsBAAA%2CCAIA%2CUAAA%2C2DAAA%2CCAWA%2C0BACI%2CiBAAA%2CQAAA%2CCAIA%2CeAAA%2CWAAA%2CCAAA%2CCAKJ%2CyBACI%2C2DAAA%2CiBAAA%2CCAKJ%2CuBAAA%2CuBAAA%2CCAMI%2CuBAAA%2C4CAAA%2CCAMA%2CuBAAA%2CgCAAA%2CCAKA%2CiBAAA%2CwEAAA%2CCAOA%2CiBAAA%2CcAAA%2CCAIA%2CkBAAA%2CcAAA%2CCAIA%2CiBAAA%2CcAAA%2CCAIA%2CcAAA%2CcAAA%2CCAIA%2CeAAA%2CwCAAA%2CCAMA%2CaAAA%2CYAAA%2CCAGJ%2CyBAAA%2CcAAA%2CCAAA%2CCAMA%2CyBACI%2CuBAAA%2C2CAAA%2CCAMA%2CuBAAA%2C%2BBAAA%2CCAKA%2CiBAAA%2CcAAA%2CCAIA%2CiBAAA%2CiCAAA%2CCAKA%2CcAAA%2CcAAA%2CCAIA%2CaAAA%2CYAAA%2CCAGJ%2CyBAAA%2CiCAAA%2CCAIG%2CuBAAA%2CwBAAA%2CCAAA%2CCAeH%2CyBAAA%2CoFAAA%2CCAQA%2C4BAAA%2C4DAAA%2CCAOA%2CoBAAA%2C6BAAA%2CCAKA%2CoBAAA%2C4EAAA%2CCASA%2CsBAAA%2CsBAAA%2CCAIA%2CwBAAA%2C6BAAA%2CCAKA%2CcAAA%2CmEAAA%2CCAKA%2CkBAAA%2CkCAAA%2CCAIA%2C6BAAA%2C6DAAA%2CCAMA%2C%2BBAAA%2CqBAAA%2CCASA%2CyBACI%2CuBAAA%2CsBAAA%2CCAIA%2C4BAAA%2CcAAA%2CCAIA%2CsBAAA%2CsBAAA%2CCAIA%2CcAAA%2CiBAAA%2CCAGA%2C6BAAA%2CaAAA%2CCAAA%2CCAIJ%2CyBACA%2C6BAAA%2CaAAA%2CCAKA%2CyBAAA%2CWAAA%2CCAAA%2CCAKA%2CyBACI%2C4BAAA%2CcAAA%2CCAGJ%2CsBAAA%2CqBAAA%2CCAGI%2CwCAAA%2CcAAA%2CCAAA%2CCAQJ%2C%2BBAAA%2CYAAA%2CCAKA%2CiCAAA%2CmDAAA%2CCAOA%2CwCAAA%2CoMAAA%2CCAcA%2CyDAAA%2CyCAAA%2CCAIA%2CiBAAA%2C8CAAA%2CCAKA%2CwBAAA%2CuDAAA%2CCAMA%2C2BAAA%2CyGAAA%2CCAOA%2CuBAAA%2CmDAAA%2CCAOA%2C0DAAA%2CaAAA%2CCAGA%2C2CAAA%2C%2BBAAA%2CCAGA%2CgCAAA%2CyCAAA%2CCAGA%2C0BAAA%2C%2BBAAA%2CCAGA%2C0BAAA%2C6BAAA%2CCAIA%2CwCAAA%2CsCAAA%2CCAIA%2CyCAAA%2CiDAAA%2CCAGA%2C8BAAA%2CiDAAA%2CCAIA%2C6BAAA%2CiBAAA%2CCAGA%2CgBAAA%2C0JAAA%2CCAcA%2CeAAA%2CmDAAA%2CCAKA%2CoBAAA%2CeAAA%2CCAMA%2CMAAA%2C2EAAA%2CCAOA%2CQAAA%2C%2BBAAA%2CCAIA%2CcAAA%2CoCAAA%2CCAKA%2CcAAA%2C2DAAA%2CCAMA%2CkBAAA%2CwBAAA%2CCAGA%2CcAAA%2CuYAAA%2CCAuBA%2CoBAAA%2CoJAAA%2CCAQA%2CqBAAA%2C0EAAA%2CCAKA%2CyBACA%2CcAAA%2C2BAAA%2CCAAA%22%7D */