@charset "UTF-8";.drawer-overlay[data-astro-cid-ar774bnj]{position:fixed;inset:0;background-color:#00000080;z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.drawer-overlay[data-astro-cid-ar774bnj].active{opacity:1;visibility:visible}.drawer[data-astro-cid-ar774bnj]{position:fixed;top:0;right:0;width:95%;max-width:100vw;height:100vh;background-color:#fff;box-shadow:-4px 0 24px #00000026;transform:translate(100%);transition:transform .3s ease}@media screen and (max-width: 767px){.drawer[data-astro-cid-ar774bnj]{width:100vw}}.active[data-astro-cid-ar774bnj] .drawer[data-astro-cid-ar774bnj]{transform:translate(0)}.drawer-body[data-astro-cid-ar774bnj]{width:100%;display:inline-grid;grid-template-rows:100vh;grid-template-areas:"nav-content drawer-nav";grid-template-columns:minmax(0,1fr) minmax(0,.3fr);grid-row:1/span 1;justify-self:stretch;height:100vh}@media screen and (max-width: 1100px){.drawer-body[data-astro-cid-ar774bnj]{grid-template-columns:minmax(0,1fr) minmax(0,.4fr)}}@media screen and (max-width: 767px){.drawer-body[data-astro-cid-ar774bnj]{display:flex;flex-direction:column;padding-bottom:48px}}.drawer-nav[data-astro-cid-ar774bnj]{grid-area:drawer-nav;width:100%;background-color:#fff;border-left:1px solid var(--border-semi-weak);display:flex;flex-direction:column;overflow-y:auto}@media screen and (max-width: 767px){.drawer-nav[data-astro-cid-ar774bnj]{position:fixed;bottom:0;left:0;width:100%;border-left:none;border-top:1px solid var(--gray-20);padding-bottom:50px;box-shadow:0 0 4px #00000005,0 -4px 8px #0000000a;z-index:10;overflow-x:auto;overflow-y:hidden}}.drawer-nav-title[data-astro-cid-ar774bnj]{font-size:1rem;font-weight:700;color:#fff;margin:0 0 8px}@media screen and (max-width: 767px){.drawer-nav-title[data-astro-cid-ar774bnj]{font-size:.875rem;margin-bottom:6px}}.drawer-nav-description[data-astro-cid-ar774bnj]{font-size:.875rem;line-height:1.6;color:#fff;margin:0}@media screen and (max-width: 767px){.drawer-nav-description[data-astro-cid-ar774bnj]{font-size:.8125rem}}.drawer-nav-list[data-astro-cid-ar774bnj]{display:flex;flex-direction:column;padding:0}@media screen and (max-width: 767px){.drawer-nav-list[data-astro-cid-ar774bnj]{flex-direction:row;flex-wrap:nowrap}}.drawer-nav-item[data-astro-cid-ar774bnj]{display:block;padding:24px;text-decoration:none;border-bottom:1px solid var(--border-semi-weak);transition:background-color .2s ease}@media screen and (max-width: 767px){.drawer-nav-item[data-astro-cid-ar774bnj]{padding:12px 16px;border-bottom:none;flex-shrink:0}}.drawer-nav-item[data-astro-cid-ar774bnj]:hover{background-color:var(--gray-10)}.drawer-nav-item[data-astro-cid-ar774bnj].active{background-color:var(--theme-green-80)}.drawer-nav-item[data-astro-cid-ar774bnj].active .drawer-nav-item-label[data-astro-cid-ar774bnj],.drawer-nav-item[data-astro-cid-ar774bnj].active .drawer-nav-item-text[data-astro-cid-ar774bnj]{color:#fff}.drawer-nav-item-label[data-astro-cid-ar774bnj]{font-size:clamp(.75rem,.6071rem + .2976vw,.875rem);font-weight:700;color:var(--theme-green-80);display:block;margin-bottom:8px;white-space:nowrap}@media screen and (max-width: 767px){.drawer-nav-item-label[data-astro-cid-ar774bnj]{font-size:.75rem;margin-bottom:0;line-height:1.5}}.drawer-nav-item-text[data-astro-cid-ar774bnj]{font-size:clamp(.9375rem,.5804rem + .744vw,1.25rem);font-weight:700;line-height:1.5;display:block}@media screen and (max-width: 767px){.drawer-nav-item-text[data-astro-cid-ar774bnj]{font-size:1rem}}.glow-effect[data-astro-cid-ar774bnj]{position:fixed;bottom:24px;right:24px;z-index:2}@media screen and (max-width: 767px){.glow-effect[data-astro-cid-ar774bnj]{bottom:100px;right:15px}}.glow-effect[data-astro-cid-ar774bnj]:before,.glow-effect[data-astro-cid-ar774bnj]:after{content:"";position:absolute;z-index:-1;width:84px;height:84px;bottom:-18px;right:-18px;border-radius:50%;background:#96ffa9;transform:translateZ(0)}@media screen and (max-width: 1024px){.glow-effect[data-astro-cid-ar774bnj]:before,.glow-effect[data-astro-cid-ar774bnj]:after{width:100%;height:100%;bottom:0;right:0}}.glow-effect[data-astro-cid-ar774bnj]:before{animation:button-anime 1s ease-out infinite}.glow-effect[data-astro-cid-ar774bnj]:after{animation:button-anime 1s ease-out 1s infinite}@keyframes button-anime{0%{transform:scale(.5);opacity:.9}90%{opacity:.2}to{transform:scale(1.2);opacity:0}}.drawer-close[data-astro-cid-ar774bnj]{width:48px;height:48px;padding:0;background-color:var(--theme-green-100);border-radius:50%;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,background-color .2s ease}@media screen and (max-width: 767px){.drawer-close[data-astro-cid-ar774bnj]{bottom:100px;right:15px;width:44px;height:44px;background-color:var(--theme-green-80);box-shadow:0 0 3px #0000000a,0 6px 12px #00000014}}.drawer-close[data-astro-cid-ar774bnj]:hover{transform:rotate(90deg);background-color:var(--theme-green-110)}.drawer-close[data-astro-cid-ar774bnj] svg[data-astro-cid-ar774bnj]{width:24px;height:24px;display:block}.drawer-content[data-astro-cid-ar774bnj]{grid-area:nav-content;display:flex;flex-direction:column;padding-bottom:60px;gap:100px;flex:1;overflow-y:auto;scroll-behavior:instant}@media screen and (max-width: 767px){.drawer-content[data-astro-cid-ar774bnj]{padding-bottom:120px;gap:60px}}.drawer-content[data-astro-cid-ar774bnj] section[data-astro-cid-ar774bnj]:last-child{margin-bottom:0}.drawer-content[data-astro-cid-ar774bnj] img[data-astro-cid-ar774bnj]{width:100%;height:auto}.drawer-content[data-astro-cid-ar774bnj] .section[data-astro-cid-ar774bnj] .inner[data-astro-cid-ar774bnj]{width:100%}.drawer-content[data-astro-cid-ar774bnj] .section[data-astro-cid-ar774bnj] .inner[data-astro-cid-ar774bnj] .kv-image[data-astro-cid-ar774bnj]{padding:0 20px;height:552px;display:flex;align-items:center;justify-content:center;overflow:hidden}@media screen and (max-width: 767px){.drawer-content[data-astro-cid-ar774bnj] .section[data-astro-cid-ar774bnj] .inner[data-astro-cid-ar774bnj] .kv-image[data-astro-cid-ar774bnj]{height:250px}}.drawer-content[data-astro-cid-ar774bnj] .section[data-astro-cid-ar774bnj] .inner[data-astro-cid-ar774bnj] .title-wrap[data-astro-cid-ar774bnj]{display:flex;flex-direction:column;align-items:center;gap:12px;padding:60px 20px 0}@media screen and (max-width: 767px){.drawer-content[data-astro-cid-ar774bnj] .section[data-astro-cid-ar774bnj] .inner[data-astro-cid-ar774bnj] .title-wrap[data-astro-cid-ar774bnj]{padding:36px 16px 0;gap:16px}}.drawer-content[data-astro-cid-ar774bnj] .section[data-astro-cid-ar774bnj] .inner[data-astro-cid-ar774bnj] .title-wrap[data-astro-cid-ar774bnj] .label[data-astro-cid-ar774bnj]{font-size:clamp(1.125rem,.4107rem + 1.4881vw,1.75rem);color:var(--theme-green-80);font-weight:900;border-bottom:3px solid var(--theme-green-80);padding-bottom:8px;margin-bottom:20px}@media screen and (max-width: 767px){.drawer-content[data-astro-cid-ar774bnj] .section[data-astro-cid-ar774bnj] .inner[data-astro-cid-ar774bnj] .title-wrap[data-astro-cid-ar774bnj] .label[data-astro-cid-ar774bnj]{font-weight:700;font-size:.875rem;padding-bottom:4px;margin-bottom:2px}}.drawer-content[data-astro-cid-ar774bnj] .section[data-astro-cid-ar774bnj] .inner[data-astro-cid-ar774bnj] .title-wrap[data-astro-cid-ar774bnj] .heading-2[data-astro-cid-ar774bnj].large{font-size:clamp(1.75rem,.3214rem + 2.9762vw,3rem);text-align:center;margin:0;padding:0 20px}@media screen and (max-width: 767px){.drawer-content[data-astro-cid-ar774bnj] .section[data-astro-cid-ar774bnj] .inner[data-astro-cid-ar774bnj] .title-wrap[data-astro-cid-ar774bnj] .heading-2[data-astro-cid-ar774bnj].large{padding:0}}.drawer-content[data-astro-cid-ar774bnj] .section[data-astro-cid-ar774bnj] .inner[data-astro-cid-ar774bnj] .title-wrap[data-astro-cid-ar774bnj] .heading-2[data-astro-cid-ar774bnj].large .highlight[data-astro-cid-ar774bnj]{font-size:clamp(2.5rem,1.0714rem + 2.9762vw,3.75rem);line-height:128%;font-weight:700}@media screen and (max-width: 767px){.drawer-content[data-astro-cid-ar774bnj] .section[data-astro-cid-ar774bnj] .inner[data-astro-cid-ar774bnj] .title-wrap[data-astro-cid-ar774bnj] .heading-2[data-astro-cid-ar774bnj].large .highlight[data-astro-cid-ar774bnj]{font-size:2rem;line-height:134%}}.drawer-content[data-astro-cid-ar774bnj] .section[data-astro-cid-ar774bnj] .inner[data-astro-cid-ar774bnj] .lists[data-astro-cid-ar774bnj]{display:flex;flex-direction:column;gap:80px;padding:54px 30px 0 0;max-width:1000px;margin:0 auto}@media screen and (max-width: 767px){.drawer-content[data-astro-cid-ar774bnj] .section[data-astro-cid-ar774bnj] .inner[data-astro-cid-ar774bnj] .lists[data-astro-cid-ar774bnj]{gap:50px;padding:30px 40px 0}}.drawer-content[data-astro-cid-ar774bnj] .section[data-astro-cid-ar774bnj] .inner[data-astro-cid-ar774bnj] .lists[data-astro-cid-ar774bnj] .list[data-astro-cid-ar774bnj]{display:flex;align-items:flex-start;gap:40px;position:relative}@media screen and (max-width: 767px){.drawer-content[data-astro-cid-ar774bnj] .section[data-astro-cid-ar774bnj] .inner[data-astro-cid-ar774bnj] .lists[data-astro-cid-ar774bnj] .list[data-astro-cid-ar774bnj]{flex-direction:column;gap:20px}.drawer-content[data-astro-cid-ar774bnj] .section[data-astro-cid-ar774bnj] .inner[data-astro-cid-ar774bnj] .lists[data-astro-cid-ar774bnj] .list[data-astro-cid-ar774bnj]:before{display:block;content:"";border-left:2px dashed var(--gray-20);position:absolute;left:-24px;width:3px;height:100%}}.drawer-content[data-astro-cid-ar774bnj] .section[data-astro-cid-ar774bnj] .inner[data-astro-cid-ar774bnj] .lists[data-astro-cid-ar774bnj] .list[data-astro-cid-ar774bnj] .sup[data-astro-cid-ar774bnj]{vertical-align:super}.drawer-content[data-astro-cid-ar774bnj] .section[data-astro-cid-ar774bnj] .inner[data-astro-cid-ar774bnj] .lists[data-astro-cid-ar774bnj] .list[data-astro-cid-ar774bnj] .small[data-astro-cid-ar774bnj]{font-weight:700;color:var(--gray-70)}.drawer-content[data-astro-cid-ar774bnj] .section[data-astro-cid-ar774bnj] .inner[data-astro-cid-ar774bnj] .lists[data-astro-cid-ar774bnj] .list[data-astro-cid-ar774bnj] .text-content[data-astro-cid-ar774bnj]{flex:1;display:flex;flex-direction:column;gap:24px;padding-left:30px}@media screen and (max-width: 767px){.drawer-content[data-astro-cid-ar774bnj] .section[data-astro-cid-ar774bnj] .inner[data-astro-cid-ar774bnj] .lists[data-astro-cid-ar774bnj] .list[data-astro-cid-ar774bnj] .text-content[data-astro-cid-ar774bnj]{padding-left:0;gap:12px}}.drawer-content[data-astro-cid-ar774bnj] .section[data-astro-cid-ar774bnj] .inner[data-astro-cid-ar774bnj] .lists[data-astro-cid-ar774bnj] .list[data-astro-cid-ar774bnj] .text-content[data-astro-cid-ar774bnj] .heading-3[data-astro-cid-ar774bnj]{font-size:clamp(1.375rem,.9464rem + .8929vw,1.75rem);font-weight:700;line-height:1.4;color:var(--text-strong);margin:0;position:relative}@media screen and (max-width: 767px){.drawer-content[data-astro-cid-ar774bnj] .section[data-astro-cid-ar774bnj] .inner[data-astro-cid-ar774bnj] .lists[data-astro-cid-ar774bnj] .list[data-astro-cid-ar774bnj] .text-content[data-astro-cid-ar774bnj] .heading-3[data-astro-cid-ar774bnj]{font-size:1.3125rem}}.drawer-content[data-astro-cid-ar774bnj] .section[data-astro-cid-ar774bnj] .inner[data-astro-cid-ar774bnj] .lists[data-astro-cid-ar774bnj] .list[data-astro-cid-ar774bnj] .text-content[data-astro-cid-ar774bnj] .heading-3[data-astro-cid-ar774bnj]:before{display:block;content:"";width:78px;height:4px;background-color:var(--theme-green-80);margin-bottom:44px}@media screen and (max-width: 767px){.drawer-content[data-astro-cid-ar774bnj] .section[data-astro-cid-ar774bnj] .inner[data-astro-cid-ar774bnj] .lists[data-astro-cid-ar774bnj] .list[data-astro-cid-ar774bnj] .text-content[data-astro-cid-ar774bnj] .heading-3[data-astro-cid-ar774bnj]:before{position:absolute;left:-24px;width:3px;height:100%;margin-bottom:12px}}.drawer-content[data-astro-cid-ar774bnj] .section[data-astro-cid-ar774bnj] .inner[data-astro-cid-ar774bnj] .lists[data-astro-cid-ar774bnj] .list[data-astro-cid-ar774bnj] .text-content[data-astro-cid-ar774bnj] .paragraph[data-astro-cid-ar774bnj]{font-size:clamp(1rem,.5714rem + .8929vw,1.375rem);line-height:1.8;color:var(--gray-80);margin:0}@media screen and (max-width: 767px){.drawer-content[data-astro-cid-ar774bnj] .section[data-astro-cid-ar774bnj] .inner[data-astro-cid-ar774bnj] .lists[data-astro-cid-ar774bnj] .list[data-astro-cid-ar774bnj] .text-content[data-astro-cid-ar774bnj] .paragraph[data-astro-cid-ar774bnj]{font-size:1rem}}.drawer-content[data-astro-cid-ar774bnj] .section[data-astro-cid-ar774bnj] .inner[data-astro-cid-ar774bnj] .lists[data-astro-cid-ar774bnj] .list[data-astro-cid-ar774bnj] .image-wrap[data-astro-cid-ar774bnj]{flex:1;max-width:408px;border-radius:10px}.drawer-content[data-astro-cid-ar774bnj] .section[data-astro-cid-ar774bnj] .inner[data-astro-cid-ar774bnj] .lists[data-astro-cid-ar774bnj] .list[data-astro-cid-ar774bnj] .image-wrap[data-astro-cid-ar774bnj].border{border:1px solid var(--border-semi-weak)}@media screen and (max-width: 767px){.drawer-content[data-astro-cid-ar774bnj] .section[data-astro-cid-ar774bnj] .inner[data-astro-cid-ar774bnj] .lists[data-astro-cid-ar774bnj] .list[data-astro-cid-ar774bnj] .image-wrap[data-astro-cid-ar774bnj]{max-width:100%;border-radius:8px}}.drawer-content[data-astro-cid-ar774bnj] .section[data-astro-cid-ar774bnj] .inner[data-astro-cid-ar774bnj] .lists[data-astro-cid-ar774bnj] .list[data-astro-cid-ar774bnj] .image-wrap[data-astro-cid-ar774bnj] img[data-astro-cid-ar774bnj]{width:100%;height:auto}.drawer-content[data-astro-cid-ar774bnj] .section[data-astro-cid-ar774bnj] .inner[data-astro-cid-ar774bnj] .cta-wrap[data-astro-cid-ar774bnj]{display:flex;width:100%;justify-content:center}.drawer-content[data-astro-cid-ar774bnj] .section-1[data-astro-cid-ar774bnj] .kv-image[data-astro-cid-ar774bnj]{background-color:#e9ffc2}.drawer-content[data-astro-cid-ar774bnj] .section-1[data-astro-cid-ar774bnj] .kv-image[data-astro-cid-ar774bnj] .image-wrap[data-astro-cid-ar774bnj]{max-width:754px;width:100%}@media screen and (max-width: 767px){.drawer-content[data-astro-cid-ar774bnj] .section-1[data-astro-cid-ar774bnj] .kv-image[data-astro-cid-ar774bnj] .image-wrap[data-astro-cid-ar774bnj]{max-width:380px}}.drawer-content[data-astro-cid-ar774bnj] .section-2[data-astro-cid-ar774bnj] .kv-image[data-astro-cid-ar774bnj]{background-color:#fff2c5}.drawer-content[data-astro-cid-ar774bnj] .section-2[data-astro-cid-ar774bnj] .kv-image[data-astro-cid-ar774bnj] .image-wrap[data-astro-cid-ar774bnj]{max-width:598px;width:100%}@media screen and (max-width: 767px){.drawer-content[data-astro-cid-ar774bnj] .section-2[data-astro-cid-ar774bnj] .kv-image[data-astro-cid-ar774bnj] .image-wrap[data-astro-cid-ar774bnj]{max-width:380px;height:80%}.drawer-content[data-astro-cid-ar774bnj] .section-2[data-astro-cid-ar774bnj] .kv-image[data-astro-cid-ar774bnj] .image-wrap[data-astro-cid-ar774bnj] img[data-astro-cid-ar774bnj]{object-fit:contain;width:100%;height:100%}}.drawer-content[data-astro-cid-ar774bnj] .section-3[data-astro-cid-ar774bnj] .kv-image[data-astro-cid-ar774bnj]{background-color:#ebfaf1}.drawer-content[data-astro-cid-ar774bnj] .section-3[data-astro-cid-ar774bnj] .kv-image[data-astro-cid-ar774bnj] .image-wrap[data-astro-cid-ar774bnj]{max-width:1000px;width:100%}@media screen and (max-width: 767px){.drawer-content[data-astro-cid-ar774bnj] .section-3[data-astro-cid-ar774bnj] .kv-image[data-astro-cid-ar774bnj] .image-wrap[data-astro-cid-ar774bnj]{max-width:380px;overflow:hidden;transform:scale(1.1)}}.drawer-content[data-astro-cid-ar774bnj] .section-4[data-astro-cid-ar774bnj] .kv-image[data-astro-cid-ar774bnj]{background-color:#fdf0e8}.drawer-content[data-astro-cid-ar774bnj] .section-4[data-astro-cid-ar774bnj] .kv-image[data-astro-cid-ar774bnj] .image-wrap[data-astro-cid-ar774bnj]{max-width:938px;width:100%}@media screen and (max-width: 767px){.drawer-content[data-astro-cid-ar774bnj] .section-4[data-astro-cid-ar774bnj] .kv-image[data-astro-cid-ar774bnj] .image-wrap[data-astro-cid-ar774bnj]{max-width:380px}}.drawer-content[data-astro-cid-ar774bnj] .section-5[data-astro-cid-ar774bnj] .kv-image[data-astro-cid-ar774bnj]{background-color:#f0e8fd}.drawer-content[data-astro-cid-ar774bnj] .section-5[data-astro-cid-ar774bnj] .kv-image[data-astro-cid-ar774bnj] .image-wrap[data-astro-cid-ar774bnj]{max-width:726px;width:100%}@media screen and (max-width: 767px){.drawer-content[data-astro-cid-ar774bnj] .section-5[data-astro-cid-ar774bnj] .kv-image[data-astro-cid-ar774bnj] .image-wrap[data-astro-cid-ar774bnj]{max-width:380px}}.drawer-content[data-astro-cid-ar774bnj] .section-6[data-astro-cid-ar774bnj] .kv-image[data-astro-cid-ar774bnj]{background-color:#fffde7}.drawer-content[data-astro-cid-ar774bnj] .section-6[data-astro-cid-ar774bnj] .kv-image[data-astro-cid-ar774bnj] .image-wrap[data-astro-cid-ar774bnj]{max-width:702px;width:100%}@media screen and (max-width: 767px){.drawer-content[data-astro-cid-ar774bnj] .section-6[data-astro-cid-ar774bnj] .kv-image[data-astro-cid-ar774bnj] .image-wrap[data-astro-cid-ar774bnj]{max-width:380px;width:90%}}.drawer-content[data-astro-cid-ar774bnj] .section-7[data-astro-cid-ar774bnj] .kv-image[data-astro-cid-ar774bnj]{background-color:#fafafc}.drawer-content[data-astro-cid-ar774bnj] .section-7[data-astro-cid-ar774bnj] .kv-image[data-astro-cid-ar774bnj] .image-wrap[data-astro-cid-ar774bnj]{max-width:942px;width:100%}@media screen and (max-width: 767px){.drawer-content[data-astro-cid-ar774bnj] .section-7[data-astro-cid-ar774bnj] .kv-image[data-astro-cid-ar774bnj] .image-wrap[data-astro-cid-ar774bnj]{max-width:380px}}
