.case-card__accordion{margin-bottom:32px;border:1px solid #d6d6d6;border-radius:8px;overflow:hidden}.case-card__accordion-trigger{display:flex;justify-content:space-between;align-items:center;width:100%;padding:14px 20px;background-color:#fff;border:none;cursor:pointer;font-size:15px;font-weight:700;color:#333;transition:all .3s ease}.case-card__accordion-trigger:hover{background-color:#f2f9fc}.case-card__accordion-trigger .case-card__accordion-icon{width:10px;height:10px;transform:rotate(90deg);transition:transform .3s ease;flex-shrink:0}.case-card__accordion-trigger[aria-expanded=true] .case-card__accordion-icon{transform:rotate(-90deg)}.case-card__filter{display:none;gap:16px;padding:20px;border-top:1px solid #d6d6d6;flex-wrap:wrap;background-color:#fff}.case-card__filter.is-open{display:flex}@media screen and (max-width: 768px){.case-card__filter{flex-direction:column;gap:12px}}.case-card__filter .case-card__filter-item{display:flex;flex-direction:column;gap:6px;flex:1;min-width:180px}@media screen and (max-width: 768px){.case-card__filter .case-card__filter-item{min-width:0}}.case-card__filter .case-card__filter-label{font-size:13px;font-weight:700;color:#5b5b5b}.case-card__filter .case-card__filter-select{appearance:none;background-color:#fff;background-image:url("../img/icon/arrow05-down.svg");background-repeat:no-repeat;background-position:right 12px center;border:1px solid #d6d6d6;border-radius:8px;padding:10px 36px 10px 14px;font-size:14px;color:#333;cursor:pointer;transition:all .3s ease;width:100%}.case-card__filter .case-card__filter-select:hover,.case-card__filter .case-card__filter-select:focus{border-color:#0098d0;outline:none}.case-card__no-results{font-size:15px;color:#5b5b5b;text-align:center;padding:40px 0;width:100%}.case-card__items{display:flex;justify-content:center;align-items:stretch;flex-wrap:wrap;gap:16px}.case-card__items.flex-start{justify-content:flex-start}@media screen and (max-width: 768px){.case-card__items{flex-direction:column}}.case-card__items .case-card__item{width:calc(33.333% - 10.667px);display:flex;flex-direction:column;justify-content:space-between;gap:16px;background-color:#fff;padding:16px;border-radius:8px;transition:all .3s ease}@media screen and (max-width: 768px){.case-card__items .case-card__item{width:100%;flex-direction:row;justify-content:flex-start;align-items:center}}@media screen and (max-width: 576px){.case-card__items .case-card__item{flex-direction:column}}.case-card__items .case-card__item:hover{background-color:#fff1e5;transform:translateY(-8px)}.case-card__items .case-card__item .case-card__item-img{aspect-ratio:1.91/1;background-color:#fff;border-radius:8px;overflow:hidden;flex-shrink:0}@media screen and (max-width: 768px){.case-card__items .case-card__item .case-card__item-img{flex-shrink:0;align-self:flex-center;width:160px;min-width:160px}}.case-card__items .case-card__item .case-card__item-img img{width:100%;height:100%;object-fit:cover}@media screen and (max-width: 576px){.case-card__items .case-card__item .case-card__item-img{width:100%}}.case-card__items .case-card__item .case-card__item-body{display:flex;flex-direction:column;justify-content:space-between;gap:16px;height:100%}@media screen and (max-width: 768px){.case-card__items .case-card__item .case-card__item-body{width:100%}}.case-card__items .case-card__item .case-card__item-body .case-card__item-meta{display:flex;gap:8px;align-items:center}.case-card__items .case-card__item .case-card__item-body .case-card__item-meta span{padding:8px 16px;font-size:12px;font-weight:700;background-color:#f5f7f9;border-radius:16px}.case-card__items .case-card__item .case-card__item-body .case-card__item-title{font-size:16px;font-weight:700;line-height:2}.case-card__items .case-card__item .case-card__item-body .case-card__item-btn{text-align:right;font-size:14px;font-weight:700;color:#0098d0}.case-card__items .case-card__item .case-card__item-body .case-card__item-btn img{margin-left:4px}.case-card:not(.bg__off-white) .case-card__item{background-color:#f5f7f9;box-shadow:0 4px 8px rgba(25,21,21,.1)}.case-card__btn{text-align:center;margin-top:40px}.process__steps{display:flex;justify-content:center;gap:24px;margin-top:80px;flex-wrap:wrap}@media screen and (max-width: 992px){.process__steps{gap:64px 16px}}.process__steps .process__step{display:flex;flex-direction:column;align-items:center;position:relative;padding:40px 16px;background-color:#f5f7f9;border-radius:8px;width:calc(25% - 18px)}@media screen and (max-width: 992px){.process__steps .process__step{width:calc(50% - 8px)}}@media screen and (max-width: 576px){.process__steps .process__step{width:100%}}.process__steps .process__step .process__step-head{width:72px;height:72px;background-color:#0098d0;border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;font-family:"Roboto",sans-serif;font-size:12px;font-weight:700;margin-top:-80px;line-height:1}.process__steps .process__step .process__step-head span{font-size:26px;font-weight:700;color:#fff}.process__steps .process__step .process__step-img{width:144px}.process__steps .process__step .process__step-img img,.process__steps .process__step .process__step-img svg{width:100%;height:100%;object-fit:contain;display:block}.process__steps .process__step .process__step-title{text-align:center;font-size:20px;font-weight:700;margin-top:8px}.process__steps .process__step .process__step-desc{text-align:center;margin-top:8px}.process__steps.about{gap:64px 24px}@media screen and (max-width: 992px){.process__steps.about{gap:64px 16px}}.process__steps.about .process__step{width:calc(50% - 12px);padding:40px 24px 24px}@media screen and (max-width: 992px){.process__steps.about .process__step{width:calc(50% - 8px);padding:40px 16px 24px}}@media screen and (max-width: 576px){.process__steps.about .process__step{width:100%}}.process__steps.about .process__step-desc{text-align:left;font-size:14px}.process__step-img.step01 #pencil{transform-box:fill-box;transform-origin:70% 90%;animation:step01-pencil-wiggle 2.6s ease-in-out infinite}.process__step-img.step01 #baloon01,.process__step-img.step01 #baloon02{transform-box:fill-box;transform-origin:center;animation:step01-balloon-pulse 3.6s ease-in-out infinite}.process__step-img.step01 #baloon02{animation-delay:1.8s}.process__step-img.step02 #glass{transform-box:fill-box;transform-origin:35% 60%;animation:step02-glass-move 3.4s ease-in-out infinite}.process__step-img.step02 #caution{transform-box:fill-box;transform-origin:center;animation:step02-caution-pulse 2s ease-in-out infinite}.process__step-img.step03 #bulb{transform-box:fill-box;transform-origin:center;animation:step03-bulb-float 3.2s ease-in-out infinite}.process__step-img.step03 #gear01,.process__step-img.step03 #gear02{transform-box:fill-box;transform-origin:center;animation:step03-gear-rotate 12s linear infinite}.process__step-img.step03 #gear02{animation-direction:reverse}.process__step-img.step04 #rec01,.process__step-img.step04 #rec02,.process__step-img.step04 #rec03,.process__step-img.step04 #rec04{transform-box:fill-box;transform-origin:50% 100%;animation-duration:4.8s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.process__step-img.step04 #rec01{animation-name:step04-bar-grow-01}.process__step-img.step04 #rec02{animation-name:step04-bar-grow-02}.process__step-img.step04 #rec03{animation-name:step04-bar-grow-03}.process__step-img.step04 #rec04{animation-name:step04-bar-grow-04}.process__step-img.step04 #arrow{transform-box:fill-box;transform-origin:center;animation:step04-arrow-pulse 2.4s ease-in-out infinite}@keyframes step01-pencil-wiggle{0%{transform:translate(-0.7px, -0.7px) rotate(-4deg)}50%{transform:translate(0.7px, 0.7px) rotate(4deg)}100%{transform:translate(-0.7px, -0.7px) rotate(-4deg)}}@keyframes step01-balloon-pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(1)}}@keyframes step02-glass-move{0%{transform:translate(0, 0)}25%{transform:translate(2.8px, -2.2px)}50%{transform:translate(5px, 0)}75%{transform:translate(2.8px, 2.2px)}100%{transform:translate(0, 0)}}@keyframes step02-caution-pulse{0%{transform:scale(1)}50%{transform:scale(1.15)}100%{transform:scale(1)}}@keyframes step03-bulb-float{0%{transform:translate(0, 0)}50%{transform:translate(3px, -3px)}100%{transform:translate(0, 0)}}@keyframes step03-gear-rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes step04-bar-grow-01{0%{transform:scaleY(0);opacity:0}10%{transform:scaleY(1);opacity:1}95%{transform:scaleY(1);opacity:1}100%{opacity:0}}@keyframes step04-bar-grow-02{0%{transform:scaleY(0);opacity:0}25%{transform:scaleY(1);opacity:1}95%{transform:scaleY(1);opacity:1}100%{opacity:0}}@keyframes step04-bar-grow-03{0%{transform:scaleY(0);opacity:0}40%{transform:scaleY(1);opacity:1}95%{transform:scaleY(1);opacity:1}100%{opacity:0}}@keyframes step04-bar-grow-04{0%{transform:scaleY(0);opacity:0}55%{transform:scaleY(1);opacity:1}95%{transform:scaleY(1);opacity:1}100%{opacity:0}}@keyframes step04-arrow-pulse{0%{transform:scale(1)}50%{transform:scale(1.15)}100%{transform:scale(1)}}@media(prefers-reduced-motion: reduce){.process__steps .process__step-img.step01 #pencil{animation:none}.process__steps .process__step-img.step01 #baloon01,.process__steps .process__step-img.step01 #baloon02{animation:none}.process__steps .process__step-img.step02 #glass,.process__steps .process__step-img.step02 #caution{animation:none}.process__steps .process__step-img.step03 #bulb,.process__steps .process__step-img.step03 #gear01,.process__steps .process__step-img.step03 #gear02{animation:none}.process__steps .process__step-img.step04 #rec01,.process__steps .process__step-img.step04 #rec02,.process__steps .process__step-img.step04 #rec03,.process__steps .process__step-img.step04 #rec04,.process__steps .process__step-img.step04 #arrow{animation:none}}.productivity__overview .productivity__overview-txt{opacity:0;transform:translateX(-24px)}.productivity__overview-img #fomula__body,.productivity__overview-img #arrow01,.productivity__overview-img #arrow02,.productivity__overview-img #detail{opacity:0}.productivity__overview-img #fomula__body{transform-box:fill-box;transform-origin:50% 100%;transform:translateY(16px)}.productivity__overview-img #arrow01,.productivity__overview-img #arrow02,.productivity__overview-img #detail{transform-box:fill-box;transform-origin:50% 0%;transform:translateY(-16px)}.productivity__overview.is-visible .productivity__overview-img #fomula__body{animation:productivity-fomula-in .5s ease forwards;animation-delay:0s}.productivity__overview.is-visible .productivity__overview-img #arrow01,.productivity__overview.is-visible .productivity__overview-img #arrow02{animation:productivity-arrow-in .5s ease forwards;animation-delay:1s}.productivity__overview.is-visible .productivity__overview-img #detail{animation:productivity-detail-in .5s ease forwards;animation-delay:1.5s}.productivity__overview.is-visible .productivity__overview-txt{animation:productivity-text-in .5s ease forwards;animation-delay:2s}@keyframes productivity-fomula-in{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes productivity-arrow-in{from{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes productivity-detail-in{from{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes productivity-text-in{from{opacity:0;transform:translateX(-24px)}to{opacity:1;transform:translateX(0)}}@media(prefers-reduced-motion: reduce){.productivity__overview .productivity__overview-txt{opacity:1;transform:none;animation:none}.productivity__overview-img #fomula__body,.productivity__overview-img #arrow01,.productivity__overview-img #arrow02,.productivity__overview-img #detail{opacity:1;transform:none;animation:none}}.splide__arrow{border:none;background-color:rgba(0,0,0,0);position:absolute;top:50%;transform:translateY(-50%);cursor:pointer}.splide__arrow svg{fill:none;width:72px;height:72px}.splide__arrow svg path{stroke-width:1px;stroke:#eaeaea;transition:all .3s ease}.splide__arrow:hover svg path{stroke:#0098d0}.splide__arrow.splide__arrow--prev{left:-72px}.splide__arrow.splide__arrow--next{right:-72px}.splide__track{padding:0 4px !important}@media screen and (max-width: 992px){.splide__arrow{display:none}}.supporter__modals .supporter__modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:24px;background-color:rgba(0,0,0,.6);opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;z-index:1000}.supporter__modals .supporter__modal.is-open{opacity:1;visibility:visible}.supporter__modals .supporter__modal-inner{position:relative;width:100%;max-width:720px;background-color:#fff;border-radius:12px;padding:32px}.supporter__modals .supporter__modal-close{position:absolute;top:12px;right:12px;background:rgba(0,0,0,0);border:none;font-size:28px;line-height:1;cursor:pointer;color:#333}.supporter__modals .supporter__modal-header{display:flex;gap:24px;align-items:center}.supporter__modals .supporter__modal-img{width:120px;aspect-ratio:1/1}.supporter__modals .supporter__modal-img img{width:100%;height:100%;object-fit:cover;border-radius:8px}.supporter__modals .supporter__modal-position{font-size:14px;color:#0098d0}.supporter__modals .supporter__modal-name{font-size:22px;font-weight:700;margin-top:4px}.supporter__modals .supporter__modal-name-en{font-size:12px;font-family:"Roboto",sans-serif;font-weight:400;letter-spacing:1px;color:#999}.supporter__modals .supporter__modal-expertise{list-style:none;display:flex;flex-wrap:wrap;gap:8px;margin-top:24px;padding:0}.supporter__modals .supporter__modal-expertise li{padding:6px 10px;font-size:12px;font-weight:700;background-color:#f5f7f9;border-radius:16px}.supporter__modals .supporter__modal-comment{margin-top:16px;font-size:14px;line-height:1.75}body.is-modal-open{overflow:hidden}.kv{position:relative;background:url("../img/top/noise.svg") repeat,url("../img/top/graph.svg") repeat,linear-gradient(225deg, #ffffff 0%, #ffffff 33%, #0098d0 100%),linear-gradient(225deg, #ffffff 0%, #ffffff 33%, #0098d0 100%);background-blend-mode:overlay,multiply,multiply,normal;background-size:160px 160px,1900px 640px,100% 100%,100% 100%;height:640px}@media screen and (max-width: 1200px){.kv{height:540px}}@media screen and (max-width: 992px){.kv{height:600px;background:url("../img/top/noise.svg") repeat,url("../img/top/graph.svg") repeat,linear-gradient(225deg, #ffffff 0%, #ffffff 4%, #0098d0 100%),linear-gradient(225deg, #ffffff 0%, #ffffff 4%, #0098d0 100%)}}@media screen and (max-width: 400px){.kv{height:560px}}.kv .kv__inner{display:flex;justify-content:center;height:100%}@media screen and (max-width: 992px){.kv .kv__inner{flex-direction:column}}.kv .kv__inner .kv__txt{width:57%;height:100%;padding:40px;display:flex;flex-direction:column;justify-content:flex-end;gap:16px}@media screen and (max-width: 1200px){.kv .kv__inner .kv__txt{width:64%;padding:16px}}@media screen and (max-width: 992px){.kv .kv__inner .kv__txt{width:100%;padding:16px;align-items:center;justify-content:center}}.kv .kv__inner .kv__txt .kv__txt-name{font-size:24px;font-weight:700;color:#fff;text-shadow:0 0 8px rgba(1,75,130,.8);letter-spacing:.24px}@media screen and (max-width: 768px){.kv .kv__inner .kv__txt .kv__txt-name{font-size:20px}}@media screen and (max-width: 576px){.kv .kv__inner .kv__txt .kv__txt-name{font-size:18px}}@media screen and (max-width: 480px){.kv .kv__inner .kv__txt .kv__txt-name{font-size:4vw}}.kv .kv__inner .kv__txt .kv__txt-copy{display:flex;flex-direction:column;gap:8px}@media screen and (max-width: 992px){.kv .kv__inner .kv__txt .kv__txt-copy{align-items:center}}.kv .kv__inner .kv__txt .kv__txt-copy .kv__txt-box{background-color:#fff;width:fit-content;padding:8px 16px;border-radius:4px}.kv .kv__inner .kv__txt .kv__txt-copy .kv__txt-box .kv__txt-main,.kv .kv__inner .kv__txt .kv__txt-copy .kv__txt-box .kv__txt-sub{display:inline-block;font-weight:bold;background:linear-gradient(90deg, #0098d0 0%, #014b82 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);opacity:0;transform:translateX(-48px);animation:kv-slide-in 1.2s ease-out forwards}.kv .kv__inner .kv__txt .kv__txt-copy .kv__txt-box .kv__txt-main{font-size:56px}@media screen and (max-width: 1440px){.kv .kv__inner .kv__txt .kv__txt-copy .kv__txt-box .kv__txt-main{font-size:48px}}@media screen and (max-width: 768px){.kv .kv__inner .kv__txt .kv__txt-copy .kv__txt-box .kv__txt-main{font-size:40px}}@media screen and (max-width: 576px){.kv .kv__inner .kv__txt .kv__txt-copy .kv__txt-box .kv__txt-main{font-size:36px}}@media screen and (max-width: 480px){.kv .kv__inner .kv__txt .kv__txt-copy .kv__txt-box .kv__txt-main{font-size:7.2vw}}.kv .kv__inner .kv__txt .kv__txt-copy .kv__txt-box .kv__txt-sub{font-size:32px}@media screen and (max-width: 1440px){.kv .kv__inner .kv__txt .kv__txt-copy .kv__txt-box .kv__txt-sub{font-size:28px}}@media screen and (max-width: 768px){.kv .kv__inner .kv__txt .kv__txt-copy .kv__txt-box .kv__txt-sub{font-size:24px}}@media screen and (max-width: 576px){.kv .kv__inner .kv__txt .kv__txt-copy .kv__txt-box .kv__txt-sub{font-size:20px}}@media screen and (max-width: 480px){.kv .kv__inner .kv__txt .kv__txt-copy .kv__txt-box .kv__txt-sub{font-size:4vw}}.kv .kv__inner .kv__img{clip-path:polygon(12% 0%, 100% 0, 100% 100%, 0% 100%);width:43%;height:100%}@media screen and (max-width: 1200px){.kv .kv__inner .kv__img{width:36%}}@media screen and (max-width: 992px){.kv .kv__inner .kv__img{height:240px;width:100%;clip-path:polygon(0% 0%, 100% 20%, 100% 100%, 0% 100%)}}@media screen and (max-width: 480px){.kv .kv__inner .kv__img{height:320px}}.kv .kv__inner .kv__img img{width:100%;height:100%;object-fit:cover}@keyframes kv-slide-in{from{opacity:0;transform:translateX(-64px)}to{opacity:1;transform:translateX(0)}}@media(prefers-reduced-motion: reduce){.kv__txt-copy .kv__txt-box{animation:none;opacity:1;transform:none}}.process .process__inner{padding:40px 56px;background-color:#fff;border-radius:16px}@media screen and (max-width: 992px){.process .process__inner{padding:40px 16px}}.process .process__inner .process__inner-head{display:flex;justify-content:center;align-items:center;gap:16px;margin-bottom:16px}@media screen and (max-width: 480px){.process .process__inner .process__inner-head{text-align:center}}.process .process__inner .process__inner-head span{font-size:32px;font-weight:700}@media screen and (max-width: 992px){.process .process__inner .process__inner-head span{font-size:24px}}@media screen and (max-width: 768px){.process .process__inner .process__inner-head span{font-size:20px}}.process .process__inner .process__inner-head span strong{color:#0098d0;font-size:36px}@media screen and (max-width: 992px){.process .process__inner .process__inner-head span strong{font-size:28px}}@media screen and (max-width: 768px){.process .process__inner .process__inner-head span strong{font-size:24px}}@media screen and (max-width: 480px){.process .process__inner .process__inner-head img{width:32px}}.process .process__inner .process__inner-head img.right{transform:scaleX(-1)}.process .process__inner .process__inner-txt{text-align:center;line-height:2}@media screen and (max-width: 576px){.process .process__inner .process__inner-txt{text-align:left}.process .process__inner .process__inner-txt br{display:none}}.process .process__inner .process__inner-txt strong{color:#0098d0}.process .process__btn{margin-top:40px;text-align:center}.productivity .productivity__inner{display:flex;justify-content:space-between;align-items:center;gap:64px}.productivity .productivity__inner .productivity__txt .productivity__overview-mobile{display:none}@media screen and (max-width: 992px){.productivity .productivity__inner .productivity__txt .productivity__overview-mobile{display:block;width:100%;background-color:#f5f7f9;border-radius:16px;padding:16px;text-align:center;font-weight:700;color:#333;margin-bottom:24px}.productivity .productivity__inner .productivity__txt .productivity__overview-mobile .productivity__overview-mobile-txt{font-size:20px;margin-bottom:16px}}@media screen and (max-width: 992px)and (max-width: 768px){.productivity .productivity__inner .productivity__txt .productivity__overview-mobile .productivity__overview-mobile-txt{font-size:18px}}@media screen and (max-width: 992px)and (max-width: 480px){.productivity .productivity__inner .productivity__txt .productivity__overview-mobile .productivity__overview-mobile-txt{font-size:16px}}@media screen and (max-width: 576px){.productivity .productivity__inner .productivity__txt .productivity__overview-mobile img{width:100%;height:100%;object-fit:cover}}.productivity .productivity__inner .productivity__txt .productivity__txt-desc{margin-bottom:24px}.productivity .productivity__inner .productivity__txt .productivity__btn{margin-top:40px}@media screen and (max-width: 992px){.productivity .productivity__inner .productivity__txt .productivity__btn{text-align:center}}.productivity .productivity__inner .productivity__overview{flex-shrink:0;width:600px;height:600px;border-radius:50%;background-color:#f5f7f9;display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (max-width: 1200px){.productivity .productivity__inner .productivity__overview{width:400px;height:400px}}@media screen and (max-width: 992px){.productivity .productivity__inner .productivity__overview{display:none}}.productivity .productivity__inner .productivity__overview .productivity__overview-img{width:464px}@media screen and (max-width: 1200px){.productivity .productivity__inner .productivity__overview .productivity__overview-img{width:360px}}.productivity .productivity__inner .productivity__overview .productivity__overview-img svg{width:100%;height:100%;object-fit:contain}.productivity .productivity__inner .productivity__overview .productivity__overview-txt{text-align:center;font-size:20px;font-weight:700;color:#333;margin-top:24px}.fade-up{opacity:0;transform:translateY(32px);transition:opacity .6s ease,transform .6s ease;will-change:opacity,transform}.fade-up.is-visible{opacity:1;transform:translateY(0)}.supporter .supporter__items{max-width:960px;width:100%;margin:0 auto}@media screen and (max-width: 1200px){.supporter .supporter__items{max-width:840px}}@media screen and (max-width: 992px){.supporter .supporter__items{max-width:100%}}.supporter .supporter__items .supporter__list{display:flex;align-items:stretch}.supporter .supporter__items .supporter__list .supporter__item{height:100%;width:100%;display:flex;flex-direction:column;align-items:flex-start;text-align:left;cursor:pointer;background:rgba(0,0,0,0);appearance:none;font:inherit;border-radius:8px;padding:16px;border:1px solid #d6d6d6;transition:all .3s ease}.supporter .supporter__items .supporter__list .supporter__item:hover{background-color:#e5f4fa}.supporter .supporter__items .supporter__list .supporter__item .supporter__item-img{aspect-ratio:1/1}.supporter .supporter__items .supporter__list .supporter__item .supporter__item-img img{width:100%;height:100%;object-fit:cover;border-radius:8px}.supporter .supporter__items .supporter__list .supporter__item .supporter__item-txt{display:flex;flex-direction:column;margin-top:8px}.supporter .supporter__items .supporter__list .supporter__item .supporter__item-txt .supporter__item-position{font-size:14px;color:#0098d0}.supporter .supporter__items .supporter__list .supporter__item .supporter__item-txt .supporter__item-name{font-size:20px;font-weight:700;color:#333;margin-bottom:4px}.supporter .supporter__items .supporter__list .supporter__item .supporter__item-txt .supporter__item-name span{font-size:14px;font-family:"Roboto",sans-serif;font-weight:400;letter-spacing:1px;color:#999}.supporter .supporter__items .supporter__list .supporter__item .supporter__item-txt .supporter__item-expertise{display:flex;flex-wrap:wrap;list-style:none;gap:8px}@media screen and (max-width: 480px){.supporter .supporter__items .supporter__list .supporter__item .supporter__item-txt .supporter__item-expertise{gap:4px}}.supporter .supporter__items .supporter__list .supporter__item .supporter__item-txt .supporter__item-expertise li{padding:4px 8px;font-size:12px;font-weight:700;background-color:#f5f7f9;border-radius:16px}@media screen and (max-width: 768px){.supporter .supporter__items .supporter__list .supporter__item .supporter__item-txt .supporter__item-expertise li{font-size:10px}}.supporter .supporter__btn{margin-top:40px;text-align:center}.access .access__inner{display:flex;justify-content:space-between;align-items:flex-start;gap:64px}@media screen and (max-width: 992px){.access .access__inner{flex-direction:column;gap:40px}}.access .access__inner .access__info{width:100%}.access .access__inner .access__info .access__info-title{font-size:20px;font-weight:700;line-height:1.5}@media screen and (max-width: 992px){.access .access__inner .access__info .access__info-title{font-size:18px;text-align:center}}.access .access__inner .access__info .access__info-table{margin-top:24px}.access .access__inner .access__info .access__info-table table{width:100%;border-collapse:collapse}.access .access__inner .access__info .access__info-table table th,.access .access__inner .access__info .access__info-table table td{padding:16px 16px 16px 0;border-bottom:1px solid #d6d6d6;text-align:left}@media screen and (max-width: 480px){.access .access__inner .access__info .access__info-table table th,.access .access__inner .access__info .access__info-table table td{font-size:14px}}.access .access__inner .access__info .access__info-table table th{width:25%}.access .access__inner .access__map{width:600px;height:400px;flex-shrink:0}@media screen and (max-width: 992px){.access .access__inner .access__map{width:100%;height:300px}}@media screen and (max-width: 480px){.access .access__inner .access__map{height:400px}}.access .access__inner .access__map iframe{width:100%;height:100%;border:0}.faq .container{max-width:960px}.faq .faq__items .faq__item{width:100%;margin-bottom:16px;background-color:#fff;border-radius:8px}.faq .faq__items .faq__item summary{display:flex;justify-content:space-between;align-items:center;position:relative;padding:24px;color:#333;font-weight:700;cursor:pointer}.faq .faq__items .faq__item summary::webkit-details-marker{display:none}.faq .faq__items .faq__item summary::after{transform:translateY(-25%) rotate(45deg);width:8px;height:8px;margin-left:8px;border-bottom:2px solid #d6d6d6;border-right:2px solid #d6d6d6;content:"";transition:all .3s ease}.faq .faq__items .faq__item[open] summary::after{transform:translateY(-25%) rotate(225deg)}.faq .faq__items .faq__item p{transform:translateY(-16px);opacity:0;margin:0;padding:24px;color:#333;transition:all .3s ease}.faq .faq__items .faq__item[open] p{transform:none;opacity:1}
