@charset "UTF-8";
.l-container{max-width:1200px;margin-inline:auto;padding:0 4%}.l-header{position:fixed;top:0;left:0;width:100%;height:60px;background-color:#3CADE4;box-shadow:0 3px 6px rgba(0, 0, 0, 0.05);z-index:1000}@media (min-width:992px){.l-header{height:80px}}.l-header__inner{display:flex;align-items:center;justify-content:space-between;max-width:1240px;height:100%;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}body{padding-top:0px;line-height:1.5}@media (min-width:992px){body{padding-top:0px}}body.is-fixed{overflow:hidden}.c-line-button-wrapper{text-align:center;width:fit-content;position:relative}.c-line-button-wrapper .c-line-button{display:flex;position:relative;align-items:center;justify-content:center;background-color:#00df89;color:#fff;text-decoration:none;font-size:2rem;padding:1.8rem 3rem;border-radius:9999px;transition:background-color 0.3s, transform 0.3s;cursor:pointer}.c-line-button-wrapper .c-line-button:hover{opacity:0.6;transform:translateY(-2px)}.c-line-button-wrapper .c-line-button__title{position:absolute;top:0;left:50%;transform:translate(-50%, -65%);width:20vw;min-width:18rem;max-width:30rem;height:auto}.c-line-button-wrapper .c-line-button__icon{width:3.6rem;height:auto;margin-right:1.5rem}.c-line-button-wrapper .c-line-button__arrow{width:1.8rem;height:auto;margin-left:2rem}@media (min-width:992px){.c-line-button-wrapper .c-line-button{padding:2rem 6rem}.c-line-button-wrapper .c-line-button__icon{width:4rem;margin-right:2rem}.c-line-button-wrapper .c-line-button__arrow{width:2rem;margin-left:2.5rem}}header{}header .p-header-logo{line-height:1;margin-right:20px;z-index:1001}header .p-header-logo img{height:38px;width:auto;vertical-align:middle}@media (min-width:992px){header .p-header-logo img{height:49px}}header .p-header-nav{position:fixed;top:0;left:-100%;width:100%;height:100vh;background-color:#98b0bb;transition:left 0.4s ease;margin-top:60px;overflow-y:auto}header .p-header-nav.is-open{left:0}@media (min-width:992px){header .p-header-nav{display:block;position:static;height:auto;width:auto;background-color:transparent;margin-top:0;transition:none;overflow-y:visible}}header .p-header-nav__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}@media (min-width:992px){header .p-header-nav__list{flex-direction:row}}header .p-header-nav__item{width:100%;border-bottom:1px solid #ffffff}header .p-header-nav__item:first-child{border-top:1px solid #ffffff}@media (min-width:992px){header .p-header-nav__item{width:auto;border:none}header .p-header-nav__item:first-child{border-top:none}header .p-header-nav__item:not(:first-child){margin-left:20px}}header .p-header-nav__link{text-decoration:none;color:#ffffff;display:flex;justify-content:space-between;align-items:center;padding:20px;width:100%;transition:background-color 0.3s}@media (max-width:992px){header .p-header-nav__link{font-size:1.6rem}}header .p-header-nav__link:hover{background-color:rgba(255, 255, 255, 0.1)}header .p-header-nav__link::after{content:"";display:block;width:12px;height:12px;border-top:1px solid #ffffff;border-right:1px solid #ffffff;transform:rotate(45deg)}@media (min-width:992px){header .p-header-nav__link{color:#fff;display:inline-block;padding:0;width:auto;transition:color 0.3s}header .p-header-nav__link:hover{background-color:transparent;color:#fff}header .p-header-nav__link::after{display:none}}header .p-header-button-wrapper{display:none}@media (min-width:992px){header .p-header-button-wrapper{display:block;margin-left:32px}}header .p-hamburger{display:block;position:relative;width:44px;height:44px;border:none;background:none;cursor:pointer;z-index:1001}@media (min-width:992px){header .p-hamburger{display:none}}header .p-hamburger__line{display:block;position:absolute;left:50%;width:28px;height:2px;background-color:#707070;transform:translateX(-50%);transition:top 0.3s, transform 0.3s, opacity 0.3s}header .p-hamburger__line:nth-child(1){top:12px}header .p-hamburger__line:nth-child(2){top:21px}header .p-hamburger__line:nth-child(3){top:30px}header .p-hamburger.is-open .p-hamburger__line{background-color:#707070}header .p-hamburger.is-open .p-hamburger__line:nth-child(1){top:21px;transform:translateX(-50%) rotate(45deg)}header .p-hamburger.is-open .p-hamburger__line:nth-child(2){opacity:0}header .p-hamburger.is-open .p-hamburger__line:nth-child(3){top:21px;transform:translateX(-50%) rotate(-45deg)}header .c-line-button__icon{width:3rem !important}header .c-line-button{font-size:clamp(1.6rem, 1.38vw, 2rem) !important;padding:1rem 1.5rem !important}header .c-line-button__arrow{width:0.65rem !important}header .c-button.p-header-button{background-color:#c41b44;color:#fff;font-size:1.6rem;line-height:1;text-decoration:none;padding:16px 32px;border-radius:50px;text-align:center;transition:opacity 0.3s;white-space:nowrap}@media (max-width:1100px){header .c-button.p-header-button{font-size:1.4rem;padding:12px 24px}}header .c-button.p-header-button:hover{opacity:0.8}.top-mv{position:relative;background-color:#98b0bb}.top-mv::before{content:"";position:absolute;top:0;left:0;width:100%;height:50%;background-color:#0b0a0a;z-index:0}.top-mv .top-mv__inner{position:relative;width:100%;height:85vh;margin:0 auto;z-index:1}.top-mv .top-mv__image-wrapper{position:absolute;top:0;right:0;left:0;bottom:0;margin:0;z-index:1;height:85vh}.top-mv .top-mv__image-wrapper img{width:100%;height:100%;object-fit:cover}.top-mv .top-mv__body{position:absolute;top:47%;left:40px;text-align:center;transform:translateY(-50%);display:flex;gap:20px;align-items:flex-start}.top-mv .c-line-button-wrapper{position:absolute;bottom:14%;transform:translateY(100%);width:max-content;left:0;right:0;margin:auto}.top-mv .top-mv__title{display:flex;flex-direction:column;align-items:flex-start;writing-mode:vertical-rl;font-size:3.6rem;line-height:1.5;color:#333;margin-bottom:2rem;text-shadow:0px 0px 3px #ffffff}@media only screen and (max-width:559px){.top-mv .top-mv__title{font-size:3rem}}.top-mv .top-mv__title span{text-shadow:0px 0px 3px #ffffff}.top-mv .top-mv__title span:nth-child(2){display:inline-block;margin-top:20px}@media only screen and (max-width:559px){.top-mv .top-mv__title span:nth-child(2){height:400px}}.top-mv .top-mv__title br{display:none}.top-mv .top-mv__sub-title-box{display:inline-block}.top-mv .top-mv__sub-title{writing-mode:vertical-rl;background-color:#EFD403;color:#fff;padding:2rem 6rem;border-radius:10px}@media only screen and (max-width:559px){.top-mv .top-mv__sub-title{padding:1rem;min-height:300px}}.top-mv .top-mv__sub-title-eng{writing-mode:horizontal-tb}.top-mv .top-mv__form-container{background-color:#f9f2f2;padding:2.3rem;border-radius:1.6rem;box-shadow:0 4px 15px rgba(0, 0, 0, 0.1);width:96%;margin-inline:auto;transform:translateY(-12%);position:relative;z-index:120}.top-mv .top-mv__form-header{text-align:center;margin-bottom:1.7rem}.top-mv .top-mv__badge{position:absolute;top:0;left:50%;transform:translate(-50%, -50%);display:inline-block;background-color:#fff;border:1px solid #c41b44;color:#c41b44;padding:0 4rem;border-radius:9999px;font-size:1.9rem;line-height:4rem}.top-mv .top-mv__badge-num{font-size:2.8rem}.top-mv .top-mv__form-title{font-size:3.7rem;color:#c41b44;letter-spacing:0.1em}.top-mv .top-mv__form-title-sm{font-size:3rem}.top-mv .top-mv__form{display:flex;flex-direction:column;gap:1rem}.top-mv .top-mv__form-item{display:flex;flex-direction:column;gap:0.4rem}.top-mv .top-mv__form-label{font-size:0.9rem;color:#333}.top-mv .top-mv__form-required{color:#c41b44;margin-left:0.4rem}.top-mv .top-mv__form-input{width:100%;padding:0.6rem 0.9rem;border:none;border-radius:4px;font-size:1.1rem;height:30px;color:#667085;box-shadow:0 0.7px 1.39px rgba(16, 24, 40, 0.05)}.top-mv .top-mv__form-input::placeholder{color:#667085;font-size:1.1rem}.top-mv .top-mv__submit-wrapper{margin-top:1rem}.top-mv .top-mv__submit-button{width:100%;background-color:#c41b44;color:#0b0a0a;font-size:1.8rem;padding:1.5rem;border-radius:9999px;border:none;cursor:pointer;transition:opacity 0.3s}.top-mv .top-mv__submit-button:hover{opacity:0.8}@media (min-width:560px){.top-mv .top-mv__image-wrapper{height:100%}.top-mv .top-mv__inner{display:flex;align-items:center;justify-content:space-between;min-height:700px;height:100%;padding:8rem 4rem}.top-mv .top-mv__body{display:block;text-align:left;position:absolute;left:8%;bottom:unset}.top-mv .c-line-button-wrapper{margin-top:4rem;margin-left:1rem;position:relative;bottom:unset;transform:none}.top-mv .top-mv__title{writing-mode:horizontal-tb;font-size:5.6rem;font-weight:900;height:100%;margin-bottom:20px;letter-spacing:0.2em;gap:0}.top-mv .top-mv__title span:nth-child(2){margin-top:0px}.top-mv .top-mv__title br{display:block}.top-mv .top-mv__sub-title{writing-mode:horizontal-tb;line-height:1}.top-mv .top-mv__form-container{position:absolute;left:8%;bottom:0;transform:translateY(18%);margin-bottom:0;z-index:120;width:fit-content}.top-mv .top-mv__form-2col{display:flex;gap:1.5rem}}@media (min-width:800px){.top-mv{height:100vh}.top-mv .c-line-button-wrapper{margin-top:6rem;margin-left:1.2rem}}@media (min-width:992px){.top-mv{padding-top:0;background-color:#0b0a0a}.top-mv::before{height:100%}.top-mv .c-line-button-wrapper{margin-top:10rem;margin-left:2rem}.top-mv .top-mv__bg-lines{top:5rem;left:20%;width:60%;max-width:800px}.top-mv .top-mv__bg-lines img{opacity:1}}.top-worries{background-color:#3CADE4;padding:3.2rem 0 10rem 0;position:relative}.top-worries .top-worries__header{text-align:center;margin-bottom:2.6rem}.top-worries .top-worries__main-title-en{color:#ffffff;margin-bottom:1.4rem}.top-worries .top-worries__main-title-jp{line-height:1;color:#fff}.top-worries .top-worries__main-title-jp-sm{font-size:1.7rem}.top-worries .top-worries__divider{width:270px;margin:2rem auto 0}.top-worries .top-worries__divider img{width:100%;height:auto}.top-worries .top-worries__list{list-style:none;display:flex;flex-wrap:wrap;gap:15px;align-items:center;flex-direction:column;max-width:560px;margin-inline:auto}.top-worries .top-worries__item{display:flex;align-items:flex-start;padding:0.8rem 1.3rem;gap:1rem;width:100%;background:#fff;box-shadow:4px 4px 0 rgba(0, 0, 0, 0.25);border-radius:10px}.top-worries .top-worries__item-icon{flex-shrink:0;width:2rem}.top-worries .top-worries__item-icon img{width:100%;height:auto;display:block}.top-worries .top-worries__item-text{color:#333;flex-grow:1}.top-worries .top-worries__item-text-underLine{display:inline-block;position:relative}@media (min-width:560px){.top-worries{padding:8rem 4rem 10rem 4rem}}@media (min-width:992px){.top-worries{padding:8rem 4rem 23rem 4rem}.top-worries .top-worries__header{margin-bottom:3rem}.top-worries .top-worries__main-title-en{font-family:"Sour Gummy", sans-serif !important;color:#ffffff;letter-spacing:0.1em}.top-worries .top-worries__main-title-jp{margin-top:15px}.top-worries .top-worries__divider{width:44vw;margin:3.6rem auto 0}.top-worries .top-worries__divider img{width:100%;height:auto}.top-worries .top-worries__list{flex-direction:row;max-width:none}.top-worries .top-worries__item{padding:1.2rem 1.8rem;gap:1rem;width:calc(50% - 10px)}.top-worries .top-worries__item-icon{width:2.7rem;margin-top:0.3rem}.top-worries .top-worries__item-text-underLine{position:relative}.top-worries .top-worries__item-text-underLine::after{content:"";position:absolute;bottom:-0.2rem;left:0;width:100%;height:2px;background-color:#EFD403}}@media only screen and (max-width:1200px){.top-worries .top-worries__list{flex-direction:column}}@media only screen and (max-width:1200px){.top-worries .top-worries__list .top-worries__item{width:75%}}@media only screen and (max-width:768px){.top-worries .top-worries__list .top-worries__item{width:90%}}.top-message{position:absolute;bottom:0;left:50%;left:4%;transform:translate(0%, 50%);right:4%}.top-message .top-message__inner{padding:2rem 0;width:100%;max-width:800px;background-color:#ffffff;border:4px solid #3CADE4;border-radius:9999px;text-align:center}@media only screen and (max-width:768px){.top-message .top-message__inner{line-height:1.8}}.top-message .top-message__line{color:#333}.top-message .top-message__line:nth-child(1){margin-bottom:0.6rem}@media only screen and (max-width:768px){.top-message .top-message__line:nth-child(1){margin-bottom:0}}.top-message .top-message__highlight-primary{color:#3CADE4;line-height:1;padding-right:3px}.top-message .top-message__highlight-primary .br-sm{display:block}@media only screen and (min-width:769px){.top-message .top-message__highlight-primary .br-sm{display:none}}.top-message .top-message__highlight-secondary{color:#EFD403;position:relative;line-height:1;padding:0 0.3rem}.top-message .top-message__highlight-secondary::after{content:"";position:absolute;bottom:-0.6rem;left:0;width:100%;height:3.5px;border-top:1px solid #EFD403;border-bottom:1px solid #EFD403}@media only screen and (max-width:768px){.top-message .top-message__highlight-secondary::after{bottom:0}}@media (min-width:640px){.top-message{position:absolute;bottom:0;left:50%;transform:translate(-50%, 50%);right:unset}.top-message .top-message__inner{padding:2rem 3rem;width:max-content}.top-message .top-message__highlight-primary{padding-right:6px}.top-message .top-message__highlight-secondary{padding:0 0.6rem}}@media (min-width:992px){.top-message .top-message__inner{width:70vw;border:7px solid #3CADE4;padding:3rem 4rem}.top-message .top-message__line:nth-child(1){margin-bottom:1rem}}.top-about{background-color:#effaff;padding:12rem 0 4rem}.top-about .top-about__heading{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:1.7rem}.top-about .top-about__logo-icon{width:150px;height:auto}.top-about .top-about__title-main{width:100%;max-width:480px;margin:1.2rem auto 0;display:block;margin-bottom:4rem}.top-about .top-about__title{font-size:2.5rem;color:#333}.top-about .top-about__catchphrase{font-size:1.7rem;color:#333;border:1px solid #98b0bb;padding:1rem;text-align:center;margin-bottom:4rem;width:100%;max-width:520px;margin-left:auto;margin-right:auto;box-shadow:5px 5px 0 #98b0bb}.top-about .top-about__list{display:flex;flex-direction:column;gap:2.4rem;max-width:560px;margin-inline:auto}.top-about .top-about__list-item{text-align:center}.top-about .top-about__item-image{margin-bottom:1rem}.top-about .top-about__item-image img{width:100%;height:auto;aspect-ratio:1.7777777778;border-radius:30px;object-fit:cover}.top-about .top-about__item-title{color:#333;line-height:1.6;margin-bottom:1.3rem}.top-about .top-about__item-text{line-height:1.8;color:#333;text-align:left}.top-about .top-about__item-text span{color:#3CADE4}@media (min-width:992px){.top-about{padding:15rem 0 10rem}.top-about .top-about__title-main{width:46vw;max-width:675px;margin:2rem auto 0;margin-bottom:9rem;border-radius:40px}.top-about .top-about__logo-icon{width:220px}.top-about .top-about__catchphrase{font-size:2rem;margin-bottom:6rem}.top-about .top-about__list{flex-direction:row;justify-content:space-between;gap:3rem;max-width:unset}.top-about .top-about__list-item{width:calc((100% - 6rem) / 3)}}.top-future-work{padding:6rem 0 0;color:#333;overflow:hidden}.top-future-work .top-about__catchphrase{font-size:1.7rem;border:1px solid #98b0bb;padding:1rem;text-align:center;margin-bottom:4rem;width:100%;max-width:520px;margin-left:auto;margin-right:auto;box-shadow:5px 5px 0 #98b0bb}.top-future-work .top-future-work__inner{margin:0 auto;padding:0 2rem}@media only screen and (max-width:400px){.top-future-work .top-future-work__inner{padding:0 1rem}}.top-future-work .top-future-work__intro{text-align:center;margin-bottom:5rem}.top-future-work .top-future-work__intro-lead{letter-spacing:0.2em;margin-bottom:2rem;display:flex;align-items:center;justify-content:center;gap:1rem}.top-future-work .top-future-work__intro-lead img{width:1.6rem}.top-future-work .top-future-work__message-text{border:1px solid #448db0;padding:1rem;text-align:center;width:fit-content;margin-left:auto;margin-right:auto;box-shadow:5px 5px 0 #448db0;border-radius:40px}@media only screen and (max-width:400px){.top-future-work .top-future-work__message-text{padding:1rem 0.5rem;width:95%}}.top-future-work .top-future-work__message-highlight{color:#f75e59;padding:0 0.4rem}@media only screen and (max-width:400px){.top-future-work .top-future-work__message-highlight{padding:0 0.2rem}}.top-future-work .top-future-work__message-highlight .br-sm{display:block}@media only screen and (min-width:641px){.top-future-work .top-future-work__message-highlight .br-sm{display:none}}.top-future-work .top-future-work__intro-sub{margin-top:2rem}.top-future-work .top-future-work__heading{text-align:center;margin-bottom:4rem;color:#3CADE4}.top-future-work .top-future-work__heading .br-sm{display:block}@media only screen and (min-width:641px){.top-future-work .top-future-work__heading .br-sm{display:none}}.top-future-work .top-future-work__heading-highlight{font-size:3.6rem;padding:0 0.4rem}.top-future-work .top-future-work__heading-highlight2{padding:0 0.4rem}.top-future-work .top-future-work__list{display:flex;flex-direction:column;gap:3rem}.top-future-work .top-future-work__list-item{text-align:center}.top-future-work .top-future-work__item-image{margin-bottom:1.5rem}.top-future-work .top-future-work__item-image img{width:100%;height:auto;aspect-ratio:1.3333333333;object-fit:cover;border-radius:30px}.top-future-work .top-future-work__answer{text-align:center;margin-top:9rem}@media only screen and (max-width:768px){.top-future-work .top-future-work__answer{margin-top:5rem}}.top-future-work .top-future-work__answer-bg:before{content:"";width:0;height:0;border-style:solid;border-width:130px 50vw 0 50vw;border-color:#ffffff #3dade4 #ffffff00 #3dade4;position:absolute;top:66px;left:0;right:0}@media only screen and (max-width:768px){.top-future-work .top-future-work__answer-bg:before{border-width:90px 50vw 0 50vw;top:54px}}.top-future-work .top-future-work__answer-bg:after{content:"";width:0;height:0;border-style:solid;border-width:130px 50vw 0 50vw;border-color:#3dade4 #ffffff #ffffff00 #ffffff;position:absolute;bottom:0;left:0;right:0}@media only screen and (max-width:768px){.top-future-work .top-future-work__answer-bg:after{border-width:90px 50vw 0 50vw}}.top-future-work .top-future-work__answer-bg{background-color:#3CADE4;position:relative;margin:0 calc(50% - 50vw)}.top-future-work .top-future-work__answer-heading{font-size:clamp(1.8rem, 2.7vw, 4rem);text-align:center;margin-bottom:2rem}.top-future-work .top-future-work__answer-heading-highlight{color:#3CADE4;padding:2px 15px;background-color:#effaff;border-radius:10px}.top-future-work .top-future-work__answer-sub{margin-bottom:4rem;position:relative;background-color:#fff}.top-future-work .c-line-button-wrapper{margin-inline:auto;z-index:2}@media (min-width:640px){.top-future-work .top-future-work__list{flex-direction:row;gap:1.6rem}.top-future-work .top-future-work__list-item{width:calc((100% - 3.2rem) / 3)}.top-future-work .top-future-work__answer-heading{margin-bottom:4rem}.top-future-work .top-future-work__answer-sub{margin-bottom:8rem;position:relative}}@media (min-width:992px){.top-future-work{padding:10rem 0 0}.top-future-work .top-future-work__intro{margin-bottom:8rem}.top-future-work .top-future-work__message-text{padding:1.4rem 7rem;line-height:1}.top-future-work .top-future-work__heading{margin-bottom:5rem}.top-future-work .top-future-work__list{flex-direction:row;gap:3rem}.top-future-work .top-future-work__list-item{width:calc((100% - 6rem) / 3)}.top-future-work .top-future-work__answer-sub{margin-bottom:14rem;position:relative}}.top-bonuses{margin-top:6.8rem;margin-bottom:50px}.top-bonuses .top-bonuses__list{display:flex;flex-direction:column;justify-content:center;gap:1.2rem;align-items:center}.top-bonuses .top-bonuses__list-item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:18rem;height:18rem;flex-shrink:0;background-color:#fff;border:3px solid #EFD403;border-radius:50%;position:relative;z-index:1}.top-bonuses .top-bonuses__item-icon{width:2.2rem;height:auto}.top-bonuses .top-bonuses__item-number-label{color:#333;margin-bottom:0.8rem;color:#f75e59;line-height:1}.top-bonuses .top-bonuses__item-number{font-size:3rem}.top-bonuses .top-bonuses__item-title{line-height:1.4}@media (min-width:640px){.top-bonuses .top-bonuses__list{flex-direction:row;gap:2rem;flex-wrap:wrap}}@media (min-width:992px){.top-bonuses{margin-top:5rem;padding-bottom:9rem}.top-bonuses .top-bonuses__inner{padding:0 4rem}.top-bonuses .top-bonuses__list{gap:2rem;padding:1rem 2rem}.top-bonuses .top-bonuses__list-item{width:20rem;height:20rem}}.top-skill{padding:4rem 0}.top-skill .top-skill__heading{display:flex;flex-direction:column;align-items:center;margin-bottom:4rem}.top-skill .top-skill__heading-sparkle1{position:absolute;top:4.6px;left:-10px;transform:translateX(-100%);width:3.8rem;height:auto}@media only screen and (max-width:400px){.top-skill .top-skill__heading-sparkle1{padding:1rem 0.5rem}}.top-skill .top-skill__heading-sparkle2{position:absolute;bottom:-3px;right:-16px;transform:translateX(100%);width:3.6rem;height:auto}.top-skill .top-skill__title-wrapper{display:flex;align-items:center;justify-content:center;margin-bottom:2.5rem;position:relative}.top-skill .top-skill__title-box{border:1px solid #3CADE4;color:#333;border-radius:30px;padding:1rem 3.7rem;line-height:1.4}.top-skill .top-skill__title-main{color:#3CADE4;line-height:1.8}.top-skill .top-skill__title-main span{padding:2px 15px;background-color:#effaff}.top-skill .top-skill__list{display:flex;flex-direction:column;gap:2.4rem}.top-skill .top-skill__list-item{background-color:#fffef3;color:#333;padding:3rem 2.5rem;border-radius:30px;border:3px solid #EFD403}.top-skill .top-skill__item-image{max-width:200px;margin:0 auto 2.5rem}.top-skill .top-skill__item-image img{width:100%;height:auto;border-radius:50%}.top-skill .top-skill__item-content{text-align:center}.top-skill .top-skill__item-title{line-height:1.6;margin-bottom:2.5rem}.top-skill .top-skill__item-title-highlight{color:#EFD403}.top-skill .top-skill__item-text{line-height:1.8;text-align:left}@media (min-width:992px){.top-skill{padding:8rem 0 14rem}.top-skill .top-skill__heading{margin-bottom:6rem}.top-skill .top-skill__list-item{display:flex;align-items:center;gap:4rem;border:4px solid #EFD403;padding:4rem}.top-skill .top-skill__item-tex{line-height:1.8}.top-skill .top-skill__item-image{width:200px;flex-shrink:0;margin:0}.top-skill .top-skill__item-content{text-align:left;flex:1}.top-skill .top-skill__title-main span{padding:2px 15px;background-color:#effaff;border-radius:10px}.top-skill .top-skill__heading-sparkle1{top:6px;width:4.9rem;left:-15px}.top-skill .top-skill__heading-sparkle2{width:5.4rem;right:-25px;bottom:3px}}.top-lectures{background-color:#effaff;padding:4rem 0 8rem;margin-top:6rem;overflow-x:hidden}.top-lectures .top-lectures__heading{text-align:center;margin-bottom:3.7rem}.top-lectures .top-lectures__title-main{width:100%;max-width:790px;height:auto;margin-bottom:1.3rem}.top-lectures .top-lectures__title-sub{width:73vw;height:auto}.top-lectures .top-lectures__slider .slick-track{display:flex;gap:1.5rem}.top-lectures .top-lectures__slide{width:100%}.top-lectures .top-lectures__slide-link{display:block;text-decoration:none;color:#000;transition:opacity 0.3s}.top-lectures .top-lectures__slide-link:hover{opacity:0.7}.top-lectures .top-lectures__slide-image{margin-bottom:1.5rem}.top-lectures .top-lectures__slide-image img{width:100%;height:auto;border-radius:30px}.top-lectures .top-lectures__slide-content{padding:0 0.5rem}.top-lectures .top-lectures__slide-tag{display:inline-block;background-color:#333;padding:0.6rem 1.2rem;margin-bottom:1rem;color:#fff;border-radius:10px}.top-lectures .top-lectures__slide-title{line-height:1.6;color:#333}.top-lectures .slick-dots{display:flex;justify-content:center;gap:1.2rem;bottom:-3.2rem;transform:translateY(100%)}.top-lectures .slick-dots li{list-style:none}.top-lectures .slick-dots li button{font-size:0;line-height:0;display:block;width:12px;height:12px;padding:0;cursor:pointer;border:none;outline:none;background:#d9d9d9;border-radius:50%;transition:background-color 0.3s}.top-lectures .slick-dots li button:hover{background:#adadad}.top-lectures .slick-dots li.slick-active button{background:#adadad}.top-lectures .slick-dots li button:before,.top-lectures .slick-dots li.slick-active button:before{display:none}@media (min-width:992px){.top-lectures{padding:10rem 0 15rem}.top-lectures .top-lectures__heading{margin-bottom:7rem}.top-lectures .top-lectures__title-main{width:54vw;margin-bottom:1.8rem}.top-lectures .top-lectures__title-sub{width:44vw;max-width:635px}.top-lectures .top-lectures__slider .slick-track{gap:2.5rem}.top-lectures .slick-dots{bottom:-6rem}}.top-flow{padding:6rem 0}.top-flow .top-flow__heading{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:3rem}.top-flow .top-flow__heading-line{display:flex;align-items:center;gap:1.5rem}.top-flow .top-flow__heading-sparkle{width:3rem;height:auto}.top-flow .top-skill__heading-sparkle2{width:3.6rem}@media only screen and (max-width:400px){.top-flow .top-skill__heading-sparkle2{width:2.6rem}}.top-flow .top-flow__title{color:#333}.top-flow .top-flow__title-highlight{color:#3CADE4}.top-flow .top-flow__heading-arrow{width:3.6rem;height:auto}.top-flow .top-flow__list{position:relative;display:flex;flex-direction:column;gap:3rem;list-style:none;padding-left:0}.top-flow .top-flow__list::before{content:"";position:absolute;top:0;bottom:0;left:2.5rem;transform:translateX(-50%);width:2px;background-color:#ededed;z-index:1}@media only screen and (max-width:900px){.top-flow .top-flow__list::before{left:3.5rem}}@media only screen and (max-width:768px){.top-flow .top-flow__list::before{left:2.5rem}}.top-flow .top-flow__list-item{display:flex;gap:2rem;position:relative;z-index:2}.top-flow .top-flow__list-item:nth-last-child(1)::before{content:"";position:absolute;top:5rem;bottom:0;left:2.5rem;transform:translateX(-50%);width:2px;background-color:#fff;z-index:1}@media only screen and (max-width:900px){.top-flow .top-flow__list-item:nth-last-child(1)::before{left:3.5rem}}@media only screen and (max-width:768px){.top-flow .top-flow__list-item:nth-last-child(1)::before{left:2.5rem}}.top-flow .top-flow__item-step{width:5rem;height:5rem;background-color:#3CADE4;color:#fff;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0;z-index:3}@media only screen and (max-width:900px){.top-flow .top-flow__item-step{width:7rem;height:7rem}}@media only screen and (max-width:768px){.top-flow .top-flow__item-step{width:5rem;height:5rem}}.top-flow .top-flow__item-step-even{background-color:#EFD403;color:#fff}.top-flow .top-flow__step-label{line-height:1}.top-flow .top-flow__step-number{line-height:1}.top-flow .top-flow__item-content{padding-top:1rem}.top-flow .top-flow__item-title{color:#333;line-height:1.5;margin-bottom:2rem}.top-flow .top-flow__item-title br{display:none}.top-flow .top-flow__item-highlight{color:#3CADE4}.top-flow .top-flow__item-text{line-height:1.8;color:#333}@media (min-width:992px){.top-flow{padding:10rem 0}.top-flow .l-container{max-width:800px;margin-inline:auto}.top-flow .top-flow__heading{gap:2.3rem;margin-bottom:5rem}.top-flow .top-flow__heading-arrow{width:5.8rem}.top-flow .top-flow__list::before{left:4rem}.top-flow .top-flow__list-item:nth-last-child(1)::before{top:8rem;left:4rem}.top-flow .top-flow__item-step{width:8rem;height:8rem}.top-flow .top-flow__list{gap:4rem}.top-flow .top-flow__item-title br{display:block}}.top-company{padding:8rem 0 6rem}.top-company .top-company__inner{position:relative}.top-company .top-company__title-wrapper{padding:4px 2rem;border:0.6px solid #448db0;box-shadow:4px 4px 0px #448db0;position:absolute;top:0;left:50%;transform:translate(-50%, -50%);z-index:2;width:80%;background-color:#fff;max-width:500px;border-radius:40px}.top-company .top-company__title{color:#333;text-align:center;line-height:1.6}.top-company .top-company__title-highlight{color:#EFD403}.top-company .top-company__title-highlight>span{position:relative}.top-company .top-company__title-highlight>span::before{content:"★";color:#EFD403;font-size:1rem;display:block;position:absolute;top:-1rem;left:50%;transform:translateX(-50%);letter-spacing:0.2em}.top-company .top-company__container{border-radius:24px;padding:5rem 2rem 2rem;position:relative;z-index:1;border:5px solid #3CADE4}@media only screen and (max-width:400px){.top-company .top-company__container{padding:5rem 1rem 2rem}}.top-company .top-company__content-wrapper{display:flex;flex-direction:column;gap:2rem;color:#333}.top-company .top-company__info{display:flex;align-items:center;gap:2.5rem;justify-content:center}.top-company .top-company__info-logo{width:8rem;height:8rem;flex-shrink:0}.top-company .top-company__stats-list{display:flex;justify-content:space-between;text-align:center;gap:5px;margin-bottom:1rem}.top-company .top-company__stats-item{width:33.33%}.top-company .top-company__stats-label{display:inline-block;background-color:#effaff;color:#3CADE4;padding:0.3rem 1.2rem;width:100%;border-radius:5px}@media only screen and (max-width:400px){.top-company .top-company__stats-label{padding:0.3rem 1rem;font-size:1.2rem}}.top-company .top-company__stats-value{font-size:3rem;color:#f75e59;letter-spacing:-0.04em}.top-company .top-company__stats-unit{margin-left:0.2em;letter-spacing:0}@media only screen and (max-width:400px){.top-company .top-company__stats-unit .top-company__stats-unit-sm{font-size:1.2rem}}@media only screen and (max-width:400px){.top-company .top-company__stats-unit-sm{font-size:1rem}}.top-company .top-company__stats-note{text-align:center;font-weight:500}@media (min-width:992px){.top-company{padding:10rem 0}.top-company .sp-only{display:none}.top-company .top-company__title-wrapper{max-width:750px;padding:1rem 2rem}.top-company .top-company__title-highlight>span::before{font-size:1.6rem;top:-1.6rem}.top-company .top-company__container{padding:7rem 6rem 4rem;border-radius:3rem}.top-company .top-company__content-wrapper{flex-direction:row;align-items:flex-end;gap:4.6rem}.top-company .top-company__info{flex-direction:column;flex-shrink:0}.top-company .top-company__info-name{text-align:center;font-weight:500}.top-company .top-company__info-address{font-weight:500 !important}.top-company .top-company__info-logo{width:11rem;height:11rem}.top-company .top-company__stats-list{gap:3rem;margin-bottom:3rem}.top-company .top-company__stats{flex:1}.top-company .top-company__stats-value{font-size:5.6rem}.top-company .top-company__stats-note{font-size:1.6rem;text-align:right;font-weight:500}}.top-voice{background-color:#3CADE4;padding:6rem 0 3rem}.top-voice img{width:100%;height:auto}.top-voice .top-voice__heading{text-align:center;margin-bottom:4rem}.top-voice .top-voice__en-title{position:relative;display:inline-block;width:112px;margin-bottom:1.3rem}.top-voice .top-voice__title{color:#fff;display:flex;align-items:center;gap:6px;justify-content:center}.top-voice .top-voice__title-label{display:block;margin-top:4px}.top-voice .top-voice__list{display:flex;flex-direction:column;gap:3rem}.top-voice .top-voice__list-item{overflow:hidden;max-width:480px;margin-inline:auto}.top-voice .top-voice__item-logo-area{display:flex;align-items:center;justify-content:center}.top-voice .top-voice__item-logo-area img{aspect-ratio:1.7777777778;border-radius:30px 30px 0 0}.top-voice .top-voice__item-content{padding:2rem 2rem 3rem;border-radius:0 0 30px 30px;background-color:#fff}.top-voice .top-voice__item-company{color:#333;text-align:center;margin-bottom:0.5rem}.top-voice .top-voice__item-person{color:#EFD403;text-align:center}.top-voice .top-voice__item-divider{margin:2rem auto;width:42%}.top-voice .top-voice__item-divider img{display:block}.top-voice .top-voice__item-text{color:#333;line-height:1.8}@media (min-width:992px){.top-voice{padding:7rem 0 10rem}.top-voice .top-voice__inner{padding:0 4rem}.top-voice .top-voice__heading{margin-bottom:5rem}.top-voice .top-voice__item-content{padding:2rem;flex-grow:1}.top-voice .top-voice__list{flex-direction:row;gap:3rem}.top-voice .top-voice__list-item{width:calc((100% - 6rem) / 3);display:flex;flex-direction:column}}@media (min-width:1440px){.top-voice .top-voice__list{gap:5rem}}.top-faq{padding:2.5rem 0 10rem}.top-faq .top-faq__heading{text-align:center;margin-bottom:3.2rem}.top-faq .top-faq__heading-icon{width:4rem;height:auto;margin-bottom:2rem}.top-faq .top-faq__title{line-height:1;color:#333}.top-faq .top-faq__list{display:flex;flex-direction:column;gap:2rem}.top-faq .top-faq__question{display:flex;align-items:center;gap:1.2rem;padding:1rem;background-color:#effaff;border-radius:3rem}.top-faq .top-faq__answer{display:flex;align-items:flex-start;gap:2.5rem;padding:2rem 1.5rem}@media only screen and (max-width:768px){.top-faq .top-faq__answer{padding:2rem 1rem;gap:1.2rem}}.top-faq .top-faq__icon{width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.top-faq .top-faq__icon-q{background-color:#3CADE4}.top-faq .top-faq__icon-a{background-color:#EFD403}@media (min-width:992px){.top-faq{padding:8rem 0 16rem}.top-faq .top-faq__heading-icon{width:7rem;margin-bottom:2rem}.top-faq .top-faq__heading{margin-bottom:6rem}.top-faq .top-faq__list{gap:4rem}.top-faq .top-faq__item{background-color:transparent;padding:0;border-radius:0}.top-faq .top-faq__icon{width:5rem;height:5rem}.top-faq .top-faq__question{padding:1rem 1.5rem;gap:2.5rem;margin-bottom:0}}.top-faq .top-faq__answer-text{line-height:1.8}.top-cta{position:relative;background-color:#3CADE4;color:#333}.top-cta .c-line-button-wrapper{width:92%;margin:40px auto 0}.top-cta .c-line-button-wrapper .c-line-button{max-width:420px}.top-cta .top-bonuses{margin:0;padding:0}.top-cta .top-bonuses .top-bonuses__list-item{background-color:#fff}.top-cta .top-cta__inner{padding:6rem 0 2rem}.top-cta .top-cta__heading{position:absolute;top:0;left:50%;transform:translate(-50%, -50%);text-align:center;display:flex;align-items:flex-end;justify-content:center;gap:12px}.top-cta .top-cta__sparkle{width:3.8rem;height:auto}.top-cta .top-cta__sparkle-right{width:4.2rem}.top-cta .top-cta__badge{display:inline-block;border:2px solid #c41b44;color:#333;background-color:#fff;padding:0.8rem 2.5rem;border-radius:9999px;font-size:2.8rem;line-height:1;min-width:152px}.top-cta .top-cta__badge-sm{font-size:1.9rem}.top-cta .top-cta__title{font-size:3.7rem;color:#c41b44;text-align:center;letter-spacing:0.06em}.top-cta .top-cta__title-sm{font-size:3rem}.top-cta .top-cta__form{display:flex;flex-direction:column;gap:0.9rem;margin:2.3rem auto 0;max-width:480px}.top-cta .top-cta__form-item{display:flex;flex-direction:column}.top-cta .top-cta__form-label{font-size:1.2rem;margin-bottom:3.75px;color:#344054;display:flex;align-items:center}.top-cta .top-cta__form-required{color:#c41b44;font-size:0.8rem;margin-left:0.4rem}.top-cta .top-cta__form-input{width:100%;padding:0.6rem 0.8rem;color:#667085;box-shadow:0 0.6px 1.25px rgba(16, 24, 40, 0.05);background-color:#0b0a0a;border-radius:8px;font-size:1.6rem;border:none}.top-cta .top-cta__form-input::placeholder{color:#667085}.top-cta .top-cta__submit-wrapper{margin-top:1rem;text-align:center}.top-cta .top-cta__submit-button{width:100%;max-width:400px;background-color:#c41b44;color:#0b0a0a;font-size:1.8rem;padding:1.8rem;border-radius:9999px;border:none;cursor:pointer;transition:opacity 0.3s}.top-cta .top-cta__submit-button:hover{opacity:0.8}.top-cta .top-cta__footer{padding:2rem 0;text-align:center}.top-cta .top-cta__copyright{font-size:1.2rem;color:#fff}@media (min-width:992px){.top-cta .c-line-button-wrapper{display:flex;justify-content:center}.top-cta .c-line-button-wrapper .c-line-button{width:fit-content;max-width:unset}.top-cta .top-cta__inner{padding:10rem 0 4rem}.top-cta .top-cta__form{gap:2rem;margin:3.5rem auto 0;max-width:700px}.top-cta .top-cta__footer{padding:10rem 0 4rem}.top-cta .top-cta__form-item{flex-direction:row;align-items:center;gap:0rem}.top-cta .top-cta__form-input{padding:1rem;width:28rem}.top-cta .top-cta__form-input-w100{width:100%}.top-cta .top-cta__form-label{width:10rem;flex-shrink:0;text-align:right;font-size:1.6rem}.top-cta .top-cta__submit-wrapper{margin-top:2rem}}@media only screen and (max-width:559px){.top-mv__inner .pc{display:none}}@media only screen and (min-width:560px){.top-mv__inner .sm{display:none}}@media only screen and (max-width:640px){.br-pc{display:none}}@media only screen and (min-width:641px){.br-sm{display:none}}.staff-slider .slick-prev{right:0;left:auto;top:auto;bottom:0;width:40px;height:40px}.staff-slider .slick-prev:before,.staff-slider .slick-next:before{opacity:1;font-size:30px;color:#242424}.staff-slider .slick-next{top:auto;bottom:0;width:40px;height:40px}.top-mv .pc{display:block}@media only screen and (max-width:640px){.top-mv .pc{display:none}}.top-mv .sm{display:block}@media only screen and (min-width:641px){.top-mv .sm{display:none}}.top-skill__title-main .br-sm{display:block}@media only screen and (min-width:641px){.top-skill__title-main .br-sm{display:none}}@media only screen and (max-width:640px){.top-lectures .top-lectures__title-main{max-width:100%}}.font-12{font-size:1.2rem}@media only screen and (max-width:768px){.font-12{font-size:1rem}}.font-16{font-size:1.6rem}@media only screen and (max-width:768px){.font-16{font-size:1.4rem}}.font-18{font-size:1.8rem}@media only screen and (max-width:768px){.font-18{font-size:1.6rem}}.font-22{font-size:2.2rem}@media only screen and (max-width:768px){.font-22{font-size:1.8rem}}.font-38{font-size:3.8rem}@media only screen and (max-width:768px){.font-38{font-size:2.4rem}}@media only screen and (max-width:900px){.top-mv .top-mv__title{font-size:4.6rem}}@media only screen and (max-width:768px){.top-mv .top-mv__title{font-size:3rem}}@media only screen and (max-width:900px){.top-mv .top-mv__sub-title{font-size:1.8rem}}@media only screen and (max-width:900px){.top-mv .c-line-button__text{font-size:2.8rem}}@media only screen and (max-width:768px){.top-mv .c-line-button__text{font-size:2rem}}/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fmblp.asbmnb.com%2Fforall%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%22%3BAA8BA%2CaAAA%2CgDAAA%2CCAQA%2CUAAA%2CiIAAA%2CCAUE%2CyBAAA%2CUAAA%2CWAAA%2CCAAA%2CCAKF%2CiBAAA%2CkKAAA%2CCAaA%2CKAAA%2C%2BBAAA%2CCAGE%2CyBAAA%2CKAAA%2CeAAA%2CCAAA%2CCAMF%2CcAAA%2CeAAA%2CCAOA%2CuBAAA%2CqDAAA%2CCAIE%2CsCAAA%2CyPAAA%2CCAgBE%2C4CAAA%2CsCAAA%2CCAKF%2C6CAAA%2CuHAAA%2CCAUA%2C4CAAA%2C4CAAA%2CCAMA%2C6CAAA%2CyCAAA%2CCAOA%2CyBACE%2CsCAAA%2CiBAAA%2CCAIA%2C4CAAA%2C4BAAA%2CCAKA%2C6CAAA%2C6BAAA%2CCAAA%2CCAUJ%2COAAA%2CCACE%2CsBAAA%2C4CAAA%2CCAKE%2C0BAAA%2C4CAAA%2CCAKE%2CyBAAA%2C0BAAA%2CWAAA%2CCAAA%2CCAMJ%2CqBAAA%2C0IAAA%2CCAYE%2C6BAAA%2CMAAA%2CCAKA%2CyBAAA%2CqBAAA%2CiIAAA%2CCAAA%2CCAYF%2C2BAAA%2CqEAAA%2CCAOE%2CyBAAA%2C2BAAA%2CkBAAA%2CCAAA%2CCAKF%2C2BAAA%2C0CAAA%2CCAKE%2CuCAAA%2C4BAAA%2CCAKA%2CyBAAA%2C2BAAA%2CsBAAA%2CCAGE%2CuCAAA%2CeAAA%2CCAGA%2C6CAAA%2CgBAAA%2CCAAA%2CCAMJ%2C2BAAA%2CyJAAA%2CCAUE%2CyBAAA%2C2BAAA%2CgBAAA%2CCAAA%2CCAGA%2CiCAAA%2CyCAAA%2CCAKA%2CkCAAA%2CmIAAA%2CCAWA%2CyBAAA%2C2BAAA%2C0EAAA%2CCAOE%2CiCAAA%2CuCAAA%2CCAKA%2CkCAAA%2CYAAA%2CCAAA%2CCAMJ%2CgCAAA%2CYAAA%2CCAEE%2CyBAAA%2CgCAAA%2C8BAAA%2CCAAA%2CCAMF%2CoBAAA%2C8GAAA%2CCAUE%2CyBAAA%2CoBAAA%2CYAAA%2CCAAA%2CCAKF%2C0BAAA%2CoKAAA%2CCAaE%2CuCAAA%2CQAAA%2CCAGA%2CuCAAA%2CQAAA%2CCAGA%2CuCAAA%2CQAAA%2CCAKF%2C%2BCAAA%2CwBAAA%2CCAEE%2C4DAAA%2CiDAAA%2CCAIA%2C4DAAA%2CSAAA%2CCAGA%2C4DAAA%2CkDAAA%2CCAKF%2C4BAAA%2CqBAAA%2CCAGA%2CsBAAA%2C%2BEAAA%2CCAIA%2C6BAAA%2CwBAAA%2CCAMA%2CiCAAA%2CyLAAA%2CCAWE%2C0BAAA%2CiCAAA%2CkCAAA%2CCAAA%2CCAIA%2CuCAAA%2CWAAA%2CCAQJ%2CQAAA%2C0CAAA%2CCAIE%2CgBAAA%2CkGAAA%2CCAUA%2CuBAAA%2CgEAAA%2CCAOA%2C%2BBAAA%2C8EAAA%2CCASE%2CmCAAA%2CuCAAA%2CCAMF%2CsBAAA%2C6HAAA%2CCAUA%2C%2BBAAA%2CoGAAA%2CCASA%2CuBAAA%2CiLAAA%2CCAUE%2CyCAAA%2CuBAAA%2CcAAA%2CCAAA%2CCAGA%2C4BAAA%2C%2BBAAA%2CCAGA%2CyCAAA%2CoCAAA%2CCAGE%2CyCAAA%2CyCAAA%2CYAAA%2CCAAA%2CCAIF%2C0BAAA%2CYAAA%2CCAKF%2C%2BBAAA%2CoBAAA%2CCAIA%2C2BAAA%2CiGAAA%2CCAME%2CyCAAA%2C2BAAA%2C6BAAA%2CCAAA%2CCAKD%2C%2BBAAA%2C0BAAA%2CCAGD%2CgCAAA%2C2LAAA%2CCAYA%2C6BAAA%2CsCAAA%2CCAKA%2CuBAAA%2CwNAAA%2CCAcA%2C2BAAA%2CgBAAA%2CCAGA%2C4BAAA%2CmDAAA%2CCAKA%2C%2BBAAA%2CcAAA%2CCAGA%2CsBAAA%2C2CAAA%2CCAMA%2C2BAAA%2C6CAAA%2CCAMA%2C4BAAA%2C2BAAA%2CCAKA%2C%2BBAAA%2CgCAAA%2CCAKA%2C4BAAA%2C0JAAA%2CCASE%2CyCAAA%2C8BAAA%2CCAMF%2CgCAAA%2CeAAA%2CCAIA%2C%2BBAAA%2CyJAAA%2CCAUE%2CqCAAA%2CWAAA%2CCAMF%2CyBACE%2C%2BBAAA%2CWAAA%2CCAGA%2CuBAAA%2C4GAAA%2CCAQA%2CsBAAA%2CoEAAA%2CCAOA%2C%2BBAAA%2C8EAAA%2CCAOA%2CuBAAA%2CqHAAA%2CCAQE%2CyCAAA%2CcAAA%2CCAGA%2C0BAAA%2CaAAA%2CCAQF%2C2BAAA%2CwCAAA%2CCAIA%2CgCAAA%2C0GAAA%2CCASA%2C2BAAA%2CuBAAA%2CCAAA%2CCAKF%2CyBAAA%2CQAAA%2CYAAA%2CCAEE%2C%2BBAAA%2CkCAAA%2CCAAA%2CCAKF%2CyBAAA%2CQAAA%2CsCAAA%2CCAGE%2CgBAAA%2CWAAA%2CCAGA%2C%2BBAAA%2CiCAAA%2CCAIA%2C0BAAA%2C2CAAA%2CCAKE%2C8BAAA%2CSAAA%2CCAAA%2CCASN%2CaAAA%2CmEAAA%2CCAIE%2CkCAAA%2CsCAAA%2CCAKA%2CyCAAA%2CkCAAA%2CCAKA%2CyCAAA%2CwBAAA%2CCAKA%2C4CAAA%2CgBAAA%2CCAIA%2CmCAAA%2C8BAAA%2CCAGE%2CuCAAA%2CsBAAA%2CCAMF%2CgCAAA%2CgIAAA%2CCAWA%2CgCAAA%2CyJAAA%2CCAWA%2CqCAAA%2CwBAAA%2CCAGE%2CyCAAA%2CoCAAA%2CCAOF%2CqCAAA%2CsBAAA%2CCAIA%2C%2BCAAA%2CsCAAA%2CCAKA%2CyBAAA%2CaAAA%2C4BAAA%2CCAAA%2CCAGA%2CyBAAA%2CaAAA%2C4BAAA%2CCAEE%2CkCAAA%2CkBAAA%2CCAIA%2CyCAAA%2CkFAAA%2CCAMA%2CyCAAA%2CeAAA%2CCAIA%2CmCAAA%2C%2BBAAA%2CCAGE%2CuCAAA%2CsBAAA%2CCAMF%2CgCAAA%2CiCAAA%2CCAKA%2CgCAAA%2CqDAAA%2CCAMA%2CqCAAA%2C8BAAA%2CCAKA%2C%2BCAAA%2CiBAAA%2CCAEE%2CsDAAA%2CiGAAA%2CCAAA%2CCAaF%2C0CAAA%2CgCAAA%2CqBAAA%2CCAAA%2CCAKE%2C0CAAA%2CmDAAA%2CSAAA%2CCAAA%2CCAIA%2CyCAAA%2CmDAAA%2CSAAA%2CCAAA%2CCAUN%2CaAAA%2CiFAAA%2CCAQE%2CiCAAA%2CkIAAA%2CCAQE%2CyCAAA%2CiCAAA%2CeAAA%2CCAAA%2CCAKF%2CgCAAA%2CUAAA%2CCAEE%2C6CAAA%2CoBAAA%2CCAEE%2CyCAAA%2C6CAAA%2CeAAA%2CCAAA%2CCAMJ%2C6CAAA%2C6CAAA%2CCAIE%2CoDAAA%2CaAAA%2CCAEE%2CyCAAA%2CoDAAA%2CYAAA%2CCAAA%2CCAMJ%2C%2BCAAA%2C8DAAA%2CCAOE%2CsDAAA%2CuIAAA%2CCASE%2CyCAAA%2CsDAAA%2CQAAA%2CCAAA%2CCAOJ%2CyBAAA%2CaAAA%2C8EAAA%2CCAME%2CiCAAA%2CmCAAA%2CCAIA%2C6CAAA%2CiBAAA%2CCAIA%2C%2BCAAA%2CgBAAA%2CCAAA%2CCAIF%2CyBACE%2CiCAAA%2CqDAAA%2CCAME%2C6CAAA%2CkBAAA%2CCAAA%2CCASN%2CWAAA%2C6CAAA%2CCAIE%2C%2BBAAA%2CsFAAA%2CCAQA%2CiCAAA%2CuBAAA%2CCAKA%2CkCAAA%2CgFAAA%2CCAOA%2C6BAAA%2C2BAAA%2CCAKA%2CmCAAA%2CiMAAA%2CCAcA%2C4BAAA%2CgFAAA%2CCAQA%2CiCAAA%2CiBAAA%2CCAIA%2CkCAAA%2CkBAAA%2CCAEE%2CsCAAA%2CoFAAA%2CCASF%2CkCAAA%2C%2BCAAA%2CCAMA%2CiCAAA%2C0CAAA%2CCAKE%2CsCAAA%2CaAAA%2CCAMF%2CyBAAA%2CWAAA%2CqBAAA%2CCAEE%2CkCAAA%2CmFAAA%2CCAQA%2CiCAAA%2CWAAA%2CCAIA%2CmCAAA%2CiCAAA%2CCAKA%2C4BAAA%2CyEAAA%2CCAOA%2CiCAAA%2C6BAAA%2CCAAA%2CCASJ%2CiBAAA%2C2CAAA%2CCAIE%2CyCAAA%2CsLAAA%2CCAYA%2CyCAAA%2C4BAAA%2CCAGE%2CyCAAA%2CyCAAA%2CcAAA%2CCAAA%2CCAKF%2CyCAAA%2CoCAAA%2CCAKA%2C8CAAA%2CuGAAA%2CCAOE%2CkDAAA%2CYAAA%2CCAKF%2CgDAAA%2C4JAAA%2CCASE%2CyCAAA%2CgDAAA%2C6BAAA%2CCAAA%2CCAMF%2CqDAAA%2C8BAAA%2CCAGE%2CyCAAA%2CqDAAA%2CgBAAA%2CCAAA%2CCAIA%2C4DAAA%2CaAAA%2CCAEE%2CyCAAA%2C4DAAA%2CYAAA%2CCAAA%2CCAMJ%2C6CAAA%2CeAAA%2CCAIA%2C2CAAA%2CkDAAA%2CCAKE%2CkDAAA%2CaAAA%2CCAEE%2CyCAAA%2CkDAAA%2CYAAA%2CCAAA%2CCAMJ%2CqDAAA%2CiCAAA%2CCAIA%2CsDAAA%2CgBAAA%2CCAIA%2CwCAAA%2C2CAAA%2CCAMA%2C6CAAA%2CiBAAA%2CCAIA%2C8CAAA%2CoBAAA%2CCAEE%2CkDAAA%2CoFAAA%2CCAUF%2C0CAAA%2CiCAAA%2CCAGE%2CyCAAA%2C0CAAA%2CeAAA%2CCAAA%2CCAKF%2CoDAAA%2CsKAAA%2CCAWE%2CyCAAA%2CoDAAA%2CsCAAA%2CCAAA%2CCAKF%2CmDAAA%2CsKAAA%2CCAWE%2CyCAAA%2CmDAAA%2C6BAAA%2CCAAA%2CCAIF%2C6CAAA%2CoEAAA%2CCAWA%2CkDAAA%2CyEAAA%2CCAKA%2C4DAAA%2C0EAAA%2CCAMA%2C8CAAA%2C0DAAA%2CCAKA%2CwCAAA%2C4BAAA%2CCAIA%2CyBACE%2CwCAAA%2C6BAAA%2CCAIA%2C6CAAA%2C%2BBAAA%2CCAGA%2CkDAAA%2CkBAAA%2CCAGA%2C8CAAA%2CoCAAA%2CCAAA%2CCAKF%2CyBAAA%2CiBAAA%2CiBAAA%2CCAEE%2CyCAAA%2CkBAAA%2CCAGA%2CgDAAA%2CiCAAA%2CCAIA%2C2CAAA%2CkBAAA%2CCAIA%2CwCAAA%2C2BAAA%2CCAKA%2C6CAAA%2C6BAAA%2CCAGA%2C8CAAA%2CqCAAA%2CCAAA%2CCASJ%2CaAAA%2CoCAAA%2CCAGE%2CgCAAA%2CuFAAA%2CCAQA%2CqCAAA%2CkOAAA%2CCAgBA%2CqCAAA%2CwBAAA%2CCAKA%2C6CAAA%2C2DAAA%2CCAOA%2CuCAAA%2CcAAA%2CCAIA%2CsCAAA%2CeAAA%2CCAGA%2CyBACE%2CgCAAA%2C0CAAA%2CCAAA%2CCAOF%2CyBAAA%2CaAAA%2CmCAAA%2CCAGE%2CiCAAA%2CcAAA%2CCAGA%2CgCAAA%2C0BAAA%2CCAIA%2CqCAAA%2CwBAAA%2CCAAA%2CCASJ%2CWAAA%2CcAAA%2CCAGE%2C%2BBAAA%2CwEAAA%2CCAOA%2CwCAAA%2C2FAAA%2CCAOE%2CyCAAA%2CwCAAA%2CmBAAA%2CCAAA%2CCAIF%2CwCAAA%2C6FAAA%2CCASA%2CqCAAA%2C6FAAA%2CCAQA%2CiCAAA%2C0FAAA%2CCAQA%2CkCAAA%2C6BAAA%2CCAIE%2CuCAAA%2CyCAAA%2CCAKF%2C4BAAA%2C6CAAA%2CCAMA%2CiCAAA%2CmGAAA%2CCAQA%2CkCAAA%2CoCAAA%2CCAIE%2CsCAAA%2CwCAAA%2CCAOF%2CoCAAA%2CiBAAA%2CCAIA%2CkCAAA%2CoCAAA%2CCAKA%2C4CAAA%2CaAAA%2CCAIA%2CiCAAA%2C%2BBAAA%2CCAMA%2CyBAAA%2CWAAA%2CoBAAA%2CCAGE%2C%2BBAAA%2CkBAAA%2CCAIA%2CiCAAA%2C8EAAA%2CCAQA%2CgCAAA%2CeAAA%2CCAIA%2CkCAAA%2CkCAAA%2CCAMA%2CoCAAA%2CsBAAA%2CCAKE%2CuCAAA%2C4DAAA%2CCAMF%2CwCAAA%2C%2BBAAA%2CCAKA%2CwCAAA%2CmCAAA%2CCAAA%2CCAUJ%2CcAAA%2C8EAAA%2CCAME%2CqCAAA%2CsCAAA%2CCAKA%2CwCAAA%2C2DAAA%2CCAOA%2CuCAAA%2CsBAAA%2CCAME%2CiDAAA%2CuBAAA%2CCAMF%2CmCAAA%2CUAAA%2CCAIA%2CwCAAA%2CqEAAA%2CCAKE%2C8CAAA%2CWAAA%2CCAKF%2CyCAAA%2CoBAAA%2CCAEE%2C6CAAA%2CyCAAA%2CCAOF%2C2CAAA%2CgBAAA%2CCAIA%2CuCAAA%2CiHAAA%2CCASA%2CyCAAA%2C0BAAA%2CCAMA%2C0BAAA%2CwFAAA%2CCAOE%2C6BAAA%2CeAAA%2CCAGE%2CoCAAA%2CsLAAA%2CCAaE%2C0CAAA%2CkBAAA%2CCAKJ%2CiDAAA%2CkBAAA%2CCAIF%2CmGAAA%2CYAAA%2CCAKA%2CyBAAA%2CcAAA%2CqBAAA%2CCAGE%2CqCAAA%2CkBAAA%2CCAGA%2CwCAAA%2C%2BBAAA%2CCAKA%2CuCAAA%2C0BAAA%2CCAKE%2CiDAAA%2CUAAA%2CCAKF%2C0BAAA%2CYAAA%2CCAAA%2CCAQJ%2CUAAA%2CcAAA%2CCAGE%2C6BAAA%2CmFAAA%2CCAQA%2CkCAAA%2C0CAAA%2CCAMA%2CqCAAA%2CsBAAA%2CCAKA%2CuCAAA%2CYAAA%2CCAEE%2CyCAAA%2CuCAAA%2CYAAA%2CCAAA%2CCAKF%2C2BAAA%2CUAAA%2CCAGA%2CqCAAA%2CaAAA%2CCAGA%2CmCAAA%2CwBAAA%2CCAKA%2C0BAAA%2C4FAAA%2CCAOE%2CkCAAA%2C%2BHAAA%2CCAUE%2CyCAAA%2CkCAAA%2CWAAA%2CCAAA%2CCAGA%2CyCAAA%2CkCAAA%2CWAAA%2CCAAA%2CCAMJ%2C%2BBAAA%2CiDAAA%2CCAKE%2CyDAAA%2C%2BHAAA%2CCAUE%2CyCAAA%2CyDAAA%2CWAAA%2CCAAA%2CCAGA%2CyCAAA%2CyDAAA%2CWAAA%2CCAAA%2CCAMJ%2C%2BBAAA%2CiLAAA%2CCAYE%2CyCAAA%2C%2BBAAA%2CsBAAA%2CCAAA%2CCAIA%2CyCAAA%2C%2BBAAA%2CsBAAA%2CCAAA%2CCAKF%2CoCAAA%2CmCAAA%2CCAIA%2CgCAAA%2CaAAA%2CCAIA%2CiCAAA%2CaAAA%2CCAIA%2CkCAAA%2CgBAAA%2CCAIA%2CgCAAA%2C6CAAA%2CCAIE%2CmCAAA%2CYAAA%2CCAIF%2CoCAAA%2CaAAA%2CCAGA%2C%2BBAAA%2C0BAAA%2CCAMA%2CyBAAA%2CUAAA%2CeAAA%2CCAEE%2CuBAAA%2CkCAAA%2CCAIA%2C6BAAA%2C6BAAA%2CCAIA%2CmCAAA%2CYAAA%2CCAGA%2CkCAAA%2CSAAA%2CCAGA%2CyDAAA%2CkBAAA%2CCAIA%2C%2BBAAA%2CsBAAA%2CCAIA%2C0BAAA%2CQAAA%2CCAKE%2CmCAAA%2CaAAA%2CCAAA%2CCAUN%2CaAAA%2CmBAAA%2CCAEE%2CiCAAA%2CiBAAA%2CCAGA%2CyCAAA%2CwNAAA%2CCAeA%2CiCAAA%2C4CAAA%2CCAKA%2C2CAAA%2CaAAA%2CCAGE%2CgDAAA%2CiBAAA%2CCAGA%2CwDAAA%2C6IAAA%2CCAaF%2CqCAAA%2C8FAAA%2CCAME%2CyCAAA%2CqCAAA%2CsBAAA%2CCAAA%2CCAKF%2C2CAAA%2CsDAAA%2CCAQA%2CgCAAA%2CiEAAA%2CCAOA%2CqCAAA%2CoCAAA%2CCAOA%2CsCAAA%2CuFAAA%2CCAQA%2CsCAAA%2CYAAA%2CCAIA%2CuCAAA%2C8GAAA%2CCAOE%2CyCAAA%2CuCAAA%2CoCAAA%2CCAAA%2CCAMF%2CuCAAA%2CmDAAA%2CCAMA%2CsCAAA%2CkCAAA%2CCAOI%2CyCAAA%2CkEAAA%2CgBAAA%2CCAAA%2CCAOF%2CyCAAA%2CyCAAA%2CcAAA%2CCAAA%2CCAKF%2CsCAAA%2CiCAAA%2CCAMA%2CyBAAA%2CaAAA%2CeAAA%2CCAEE%2CsBAAA%2CYAAA%2CCAGA%2CyCAAA%2CiCAAA%2CCAKA%2CwDAAA%2C4BAAA%2CCAIA%2CqCAAA%2CyCAAA%2CCAKA%2C2CAAA%2CkDAAA%2CCAMA%2CgCAAA%2CmCAAA%2CCAIA%2CqCAAA%2CiCAAA%2CCAIA%2CwCAAA%2C0BAAA%2CCAGA%2CqCAAA%2CwBAAA%2CCAIA%2CsCAAA%2C2BAAA%2CCAIA%2CiCAAA%2CMAAA%2CCAKA%2CuCAAA%2CgBAAA%2CCAGA%2CsCAAA%2CiDAAA%2CCAAA%2CCAWJ%2CWAAA%2C4CAAA%2CCAGE%2CeAAA%2CsBAAA%2CCAIA%2C%2BBAAA%2CoCAAA%2CCAKA%2CgCAAA%2CuEAAA%2CCAOA%2C6BAAA%2CyEAAA%2CCAQA%2CmCAAA%2C4BAAA%2CCAKA%2C4BAAA%2C2CAAA%2CCAMA%2CiCAAA%2CkDAAA%2CCAMA%2CsCAAA%2CsDAAA%2CCAIE%2C0CAAA%2CqDAAA%2CCAMF%2CoCAAA%2CwEAAA%2CCAMA%2CoCAAA%2CiDAAA%2CCAMA%2CmCAAA%2C%2BBAAA%2CCAKA%2CoCAAA%2C0BAAA%2CCAGE%2CwCAAA%2CaAAA%2CCAKF%2CiCAAA%2C0BAAA%2CCAMA%2CyBAAA%2CWAAA%2CoBAAA%2CCAGE%2C6BAAA%2CcAAA%2CCAIA%2C%2BBAAA%2CkBAAA%2CCAGA%2CoCAAA%2CwBAAA%2CCAIA%2C4BAAA%2C2BAAA%2CCAKA%2CiCAAA%2CgEAAA%2CCAAA%2CCAMF%2C0BACE%2C4BAAA%2CQAAA%2CCAAA%2CCAQJ%2CSAAA%2CsBAAA%2CCAGE%2C2BAAA%2CsCAAA%2CCAKA%2CgCAAA%2CyCAAA%2CCAMA%2CyBAAA%2CwBAAA%2CCAKA%2CwBAAA%2C2CAAA%2CCAMA%2C4BAAA%2CmGAAA%2CCASA%2C0BAAA%2CkEAAA%2CCAKE%2CyCAAA%2C0BAAA%2C4BAAA%2CCAAA%2CCAMF%2CwBAAA%2CwHAAA%2CCAWA%2C0BAAA%2CwBAAA%2CCAIA%2C0BAAA%2CwBAAA%2CCAMA%2CyBAAA%2CSAAA%2CoBAAA%2CCAEE%2CgCAAA%2C6BAAA%2CCAIA%2C2BAAA%2CkBAAA%2CCAIA%2CwBAAA%2CQAAA%2CCAIA%2CwBAAA%2CsDAAA%2CCAKA%2CwBAAA%2CsBAAA%2CCAIA%2C4BAAA%2C8CAAA%2CCAAA%2CCAMF%2C%2BBAAA%2CeAAA%2CCAQF%2CSAAA%2CqDAAA%2CCAIE%2CgCAAA%2C4BAAA%2CCAGE%2C%2BCAAA%2CeAAA%2CCAIF%2CsBAAA%2CkBAAA%2CCAGE%2C8CAAA%2CqBAAA%2CCAIF%2CyBAAA%2CmBAAA%2CCAIA%2C2BAAA%2CoJAAA%2CCAYA%2C2BAAA%2CwBAAA%2CCAKA%2CiCAAA%2CYAAA%2CCAIA%2CyBAAA%2CwKAAA%2CCAWA%2C4BAAA%2CgBAAA%2CCAGA%2CyBAAA%2CsEAAA%2CCAMA%2C4BAAA%2CcAAA%2CCAGA%2CwBAAA%2CkFAAA%2CCAQA%2C6BAAA%2CkCAAA%2CCAKA%2C8BAAA%2CmFAAA%2CCAQA%2CiCAAA%2CiDAAA%2CCAMA%2C8BAAA%2CuKAAA%2CCASE%2C2CAAA%2CaAAA%2CCAKF%2CkCAAA%2CiCAAA%2CCAKA%2CiCAAA%2CyKAAA%2CCAWE%2CuCAAA%2CWAAA%2CCAKF%2C0BAAA%2CgCAAA%2CCAKA%2C6BAAA%2C2BAAA%2CCAMA%2CyBACE%2CgCAAA%2CmCAAA%2CCAGE%2C%2BCAAA%2CiCAAA%2CCAKF%2CyBAAA%2CoBAAA%2CCAGA%2CwBAAA%2C6CAAA%2CCAKA%2C0BAAA%2CoBAAA%2CCAGA%2C6BAAA%2C8CAAA%2CCAKA%2C8BAAA%2CwBAAA%2CCAIA%2CmCAAA%2CUAAA%2CCAGA%2C8BAAA%2C2DAAA%2CCAMA%2CkCAAA%2CeAAA%2CCAAA%2CCAQA%2CyCAAA%2CmBAAA%2CYAAA%2CCAAA%2CCAMA%2CyCAAA%2CmBAAA%2CYAAA%2CCAAA%2CCAOA%2CyCAAA%2COAAA%2CYAAA%2CCAAA%2CCAMA%2CyCAAA%2COAAA%2CYAAA%2CCAAA%2CCAMF%2C0BAAA%2C0DAAA%2CCASA%2CkEAAA%2CsCAAA%2CCAMA%2C0BAAA%2CwCAAA%2CCASA%2CYAAA%2CaAAA%2CCAEE%2CyCAAA%2CYAAA%2CYAAA%2CCAAA%2CCAIF%2CYAAA%2CaAAA%2CCAEE%2CyCAAA%2CYAAA%2CYAAA%2CCAAA%2CCAOF%2C8BAAA%2CaAAA%2CCAEE%2CyCAAA%2C8BAAA%2CYAAA%2CCAAA%2CCAOF%2CyCAAA%2CwCAAA%2CcAAA%2CCAAA%2CCAKF%2CSAAA%2CgBAAA%2CCAEE%2CyCAAA%2CSAAA%2CcAAA%2CCAAA%2CCAKF%2CSAAA%2CgBAAA%2CCAEE%2CyCAAA%2CSAAA%2CgBAAA%2CCAAA%2CCAKF%2CSAAA%2CgBAAA%2CCAEE%2CyCAAA%2CSAAA%2CgBAAA%2CCAAA%2CCAKF%2CSAAA%2CgBAAA%2CCAEE%2CyCAAA%2CSAAA%2CgBAAA%2CCAAA%2CCAKF%2CSAAA%2CgBAAA%2CCAEE%2CyCAAA%2CSAAA%2CgBAAA%2CCAAA%2CCAOE%2CyCAAA%2CuBAAA%2CgBAAA%2CCAAA%2CCAGA%2CyCAAA%2CuBAAA%2CcAAA%2CCAAA%2CCAMA%2CyCAAA%2C2BAAA%2CgBAAA%2CCAAA%2CCAMA%2CyCAAA%2C6BAAA%2CgBAAA%2CCAAA%2CCAGA%2CyCAAA%2C6BAAA%2CcAAA%2CCAAA%22%7D */