@charset "UTF-8";.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}:root{--font-family-base:"Noto Sans JP", sans-serif;--color-key:#2e3192;--color-sub:#d9d9d9;--color-accent:#f29f03;--color-bg-light:#f1f1f1}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}ul,ol{list-style:none}@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth;scroll-padding-top:90px}}body{min-height:100vh;line-height:1.5;font-family:var(--font-family-base);color:#333;overflow-x:clip}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit}button{background-color:transparent;border:none;cursor:pointer}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}h1,h2,h3,h4,h5,h6{text-wrap:balance}a{color:inherit;text-decoration:none}@media(hover:hover)and (pointer:fine){a[href^="tel:"]{pointer-events:none;cursor:default}}.l-header{position:fixed;top:0;left:0;z-index:100;width:100%;background-color:transparent;transition:background-color .3s ease,box-shadow .3s ease,backdrop-filter .3s ease,-webkit-backdrop-filter .3s ease}.l-header.is-scrolled{background-color:#ffffffb3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 4px 10px #0000000d}.l-header.is-scrolled.is-nav-open{-webkit-backdrop-filter:none;backdrop-filter:none}.l-header__inner{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1280px;margin:0 auto;padding:20px 40px;transition:padding .3s ease}.l-header.is-scrolled .l-header__inner{padding:10px 40px}@media(max-width:768px){.l-header__inner{justify-content:flex-start;padding:10px 20px}.l-header.is-scrolled .l-header__inner{padding:5px 20px}}.l-header__hamburger{position:relative;z-index:101;display:none;margin-right:20px;padding:10px 10px 10px 0;background:none;border:none;cursor:pointer}@media(max-width:768px){.l-header__hamburger{display:block}}.l-header__hamburger span{display:block;width:24px;height:2px;margin-bottom:5px;background-color:#666;transition:all .3s ease}.l-header__hamburger span:last-child{margin-bottom:0}.l-header__hamburger.is-active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.l-header__hamburger.is-active span:nth-child(2){opacity:0}.l-header__hamburger.is-active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.l-header__logo{position:relative;z-index:101;display:block;width:210px;transition:transform .3s ease,opacity .3s ease,width .3s ease}.l-header.is-scrolled .l-header__logo{width:180px}.l-header__logo:hover{opacity:.8;transform:scale(1.02)}@media(max-width:768px){.l-header__logo{width:160px;margin:0 auto}.l-header.is-scrolled .l-header__logo{width:130px}}.l-header__logo img{width:100%;height:auto}.l-header__nav{display:flex;align-items:center}@media(max-width:768px){.l-header__nav{position:fixed;top:0;left:0;z-index:100;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;padding:0;background:#fff9;opacity:0;visibility:hidden;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:opacity .4s ease,visibility .4s ease}.l-header__nav.is-active{opacity:1;visibility:visible}.l-header__nav.is-active .l-header__item{opacity:1;transform:translateY(0)}}.l-header__list{display:flex;gap:40px;margin-right:40px}@media(max-width:768px){.l-header__list{flex-direction:column;gap:30px;width:100%;margin-right:0;margin-bottom:0;text-align:center}}.l-header__item{font-size:clamp(14px,1.5vw,16px);font-weight:700;color:#000}@media(max-width:768px){.l-header__item{font-size:24px;opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.l-header__item:nth-child(1){transition-delay:.2s}.l-header__item:nth-child(2){transition-delay:.3s}.l-header__item:nth-child(3){transition-delay:.4s}.l-header__item:nth-child(4){transition-delay:.5s}.l-header__item:nth-child(5){transition-delay:.6s}}.l-header__item a{position:relative;display:inline-block;padding-bottom:5px;color:var(--color-key);text-decoration:none}.l-header__item a:after{position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--color-key);content:"";transition:width .3s ease}.l-header__item a:hover:after{width:100%}@media(max-width:768px){.l-header__item a{display:inline-block;padding:10px;border-bottom:none}.l-header__item a:after{display:none}.l-header__item a:hover{color:var(--color-key);transform:scale(1.05);transition:all .3s ease}}.l-header__lang{position:relative;z-index:101;display:flex;align-items:center;gap:8px;font-size:14px;font-weight:700;color:#000;cursor:pointer;transition:color .3s ease,transform .3s ease}.l-header__lang:hover{color:var(--color-key);transform:translateY(-2px)}@media(max-width:768px){.l-header__lang{margin-left:auto}}.l-header__lang img{width:20px;height:20px;transition:transform .5s ease}.l-header__lang:hover img{transform:rotate(180deg)}.l-header__lang span{display:inline-flex;align-items:center}.l-header__lang span:before{display:inline-block;width:1px;height:14px;margin:0 10px;background-color:#d9d9d9;content:"";transform:rotate(10deg)}@media(max-width:768px){.l-header__lang span:before{margin:0 5px}}.l-footer{padding:60px 0 20px;margin-top:80px}@media(max-width:768px){.l-footer{margin-top:40px}}.l-footer{background-color:#f1f1f1}.l-footer__inner{display:flex;justify-content:space-between;align-items:flex-start;width:100%;max-width:1280px;margin:0 auto;padding:0 40px}@media(max-width:768px){.l-footer__inner{flex-direction:column;gap:40px;padding:0 20px}}.l-footer__left{width:220px}@media(max-width:768px){.l-footer__left{display:none}}.l-footer__logo{display:block;width:100%;transition:opacity .3s ease}.l-footer__logo:hover{opacity:.8}.l-footer__logo img{width:100%;height:auto}.l-footer__right{display:flex;justify-content:center;flex-grow:1}@media(max-width:768px){.l-footer__right{justify-content:flex-start;width:100%}}.l-footer__nav{display:grid;grid-template-columns:repeat(3,auto);gap:120px}@media(max-width:1024px){.l-footer__nav{gap:40px}}@media(max-width:768px){.l-footer__nav{grid-template-columns:1fr;width:100%}}.l-footer__list{display:flex;flex-direction:column;gap:24px}@media(max-width:768px){.l-footer__list{gap:16px}}.l-footer__item a{font-size:14px;font-weight:500;color:#333;text-decoration:none;transition:color .3s ease}.l-footer__item a:hover{color:var(--color-key)}.l-footer__copyright{margin-top:60px;padding-top:20px;text-align:center;font-size:12px;color:#999}.l-main--about{padding-top:100px}@media(max-width:768px){.l-main--about{padding-top:60px}}.p-hero{position:relative;display:flex;align-items:center;width:100%;padding-top:100px;overflow:hidden}@media(max-width:768px){.p-hero{align-items:flex-start;min-height:initial;padding-top:80px}}.p-hero__bg{position:absolute;top:50%;left:50%;z-index:-1;width:100%;height:100%;background-image:url(/img/stamps/header-bg.svg);background-position:center;background-size:cover;background-repeat:no-repeat;transform:translate(-50%,-50%)}@media(max-width:768px){.p-hero__bg{background-image:url("data:image/svg+xml,%3csvg%20width='395'%20height='118'%20viewBox='0%200%20395%20118'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M-9.49744%2081.1798C33.7633%2077.7418%2036.9425%2098.153%2080.2032%2094.7169C123.464%2091.279%20120.287%2070.8698%20163.548%2067.4319C206.809%2063.9939%20209.988%2084.4051%20253.248%2080.969C296.512%2077.5312%20293.332%2057.122%20336.595%2053.6841C379.859%2050.2463%20383.035%2070.6573%20426.298%2067.2214C469.561%2063.7855%20466.382%2043.3743%20509.645%2039.9365'%20stroke='url(%23paint0_linear_206_183)'%20stroke-opacity='0.8'%20stroke-width='30'%20stroke-miterlimit='10'/%3e%3cpath%20d='M-94%200C-48.9181%205.64592%20-51.1944%2024.1045%20-6.11256%2029.7505C38.9718%2035.3964%2041.2506%2016.9353%2086.3325%2022.5812C131.414%2028.2271%20129.136%2046.6857%20174.22%2052.3316C219.304%2057.9776%20221.583%2039.5164%20266.665%2045.1624C311.747%2050.8083%20309.471%2069.2669%20354.555%2074.9128C399.639%2080.5587%20401.918%2062.0976%20447%2067.7435'%20stroke='url(%23paint1_linear_206_183)'%20stroke-opacity='0.3'%20stroke-width='30'%20stroke-miterlimit='10'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_206_183'%20x1='-8.05958'%20y1='52.587'%20x2='507.705'%20y2='78.5235'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.39912'%20stop-color='%23E7F4FC'/%3e%3cstop%20offset='1'%20stop-color='%23108CE6'%20stop-opacity='0.5'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_206_183'%20x1='-94'%20y1='38'%20x2='447'%20y2='38'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='%2377D3D7'%20stop-opacity='0.8'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");background-size:cover}}.p-hero__inner{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1280px;margin:0 auto;padding:0 40px}@media(max-width:768px){.p-hero__inner{flex-direction:column;justify-content:center;padding:0 20px}}.p-hero__content{z-index:2;flex:1;opacity:0;animation:fadeInUp .8s ease forwards}@media(max-width:768px){.p-hero__content{width:100%;text-align:center}}.p-hero__title{margin-bottom:20px;font-size:clamp(32px,5.5vw,56px);font-weight:900;line-height:1.2;color:var(--color-key)}@media(min-width:769px){.p-hero__title{white-space:nowrap}}@media(max-width:768px){.p-hero__title{font-size:clamp(24px,7vw,40px);white-space:nowrap}}.p-hero__desc{font-size:clamp(18px,3vw,30px);font-weight:600;line-height:1.4;color:#000}.p-hero__image{z-index:2;flex:1;max-width:500px;opacity:0;animation:fadeInUp .8s ease .2s forwards}@media(max-width:768px){.p-hero__image{display:none}}.p-hero__image img{display:block;width:100%;height:auto;transition:transform .3s ease}.p-hero__image img:hover{transform:translateY(-10px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.p-about-hero{position:relative;width:100%;background-image:url(/img/stamps/about-hero-pc.webp);background-position:center;background-size:cover;background-repeat:no-repeat;display:flex;align-items:center;min-height:600px;overflow:hidden}@media(max-width:768px){.p-about-hero{background-image:url(/img/stamps/about-hero-sp.webp);background-position:top center;background-size:100% auto;align-items:flex-start}}.p-about-hero__inner{width:100%;max-width:1280px;margin:0 auto;padding:0 40px;position:relative;z-index:2}@media(max-width:768px){.p-about-hero__inner{padding:0 20px;margin-top:336px}}.p-about-hero__content{max-width:500px;animation:fadeInUp .8s ease forwards;opacity:0}.p-about-hero__title{font-size:clamp(32px,5vw,50px);font-weight:900;line-height:1.4;color:var(--color-key);margin-bottom:88px;letter-spacing:.05em}.p-about-hero__title-accent{color:#1d8fe1}@media(max-width:768px){.p-about-hero__title{font-size:35px;line-height:1.5;margin-bottom:20px}}.p-about-hero__lead{font-size:clamp(16px,2vw,20px);font-weight:700;color:var(--color-key);margin-bottom:16px;letter-spacing:.05em}@media(max-width:768px){.p-about-hero__lead{margin-bottom:8px;font-size:18px}}.p-about-hero__logo{width:100%;max-width:300px}.p-about-hero__logo img{width:100%;height:auto;display:block}@media(max-width:768px){.p-about-hero__logo{max-width:260px}}.p-about-service{position:relative;width:100%;padding:160px 0 80px;overflow:hidden}@media(max-width:768px){.p-about-service{padding:32px 0 56px}}.p-about-service__bg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;min-height:546px;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='1920'%20height='546'%20fill='none'%3e%3cpath%20stroke='url(%23a)'%20stroke-miterlimit='10'%20stroke-opacity='.5'%20stroke-width='150'%20d='M1942.77%20151.359c-168.22%2026.7-184.64-69.624-352.87-42.933-168.23%2026.7-151.81%20123.014-320.04%20149.714s-184.65-69.624-352.874-42.933c-168.236%2026.7-151.816%20123.014-320.052%20149.714s-184.646-69.624-352.882-42.933S92.236%20445.002-76%20471.702'/%3e%3cpath%20fill='url(%23b)'%20fill-opacity='.5'%20d='M1428.67%201.122c-16.25-.296-31.84%206.314-43.37%2018.395-11.54%2012.08-18.09%2028.656-18.23%2046.122.04%2045.416%2054.43%2096.96%2056.75%2099.157%201.4%201.31%203.17%202.048%205.01%202.081%201.84.034%203.61-.64%205.01-1.898%202.69-2.106%2056.6-51.679%2056.56-97.096-.18-17.472-6.77-34.286-18.33-46.787s-27.16-19.679-43.4-19.974m.09%2091.165c-5.34-.097-10.56-1.893-15-5.161s-7.9-7.862-9.95-13.199a31.3%2031.3%200%200%201-1.55-16.787c1.04-5.608%203.6-10.73%207.37-14.718s8.57-6.663%2013.81-7.687c5.23-1.024%2010.65-.351%2015.58%201.934%204.94%202.285%209.15%206.08%2012.12%2010.904s4.56%2010.461%204.57%2016.198c0%207.693-2.83%2015.02-7.89%2020.367-5.05%205.348-11.91%208.28-19.06%208.15'%20opacity='.8'/%3e%3cpath%20fill='url(%23c)'%20fill-opacity='.5'%20d='M359.665%20167.122c-16.248-.296-31.833%206.314-43.368%2018.395s-18.086%2028.655-18.231%2046.122c.045%2045.416%2054.438%2096.96%2056.753%2099.157%201.397%201.31%203.175%202.048%205.012%202.081%201.837.034%203.613-.64%205.008-1.898%202.696-2.106%2056.603-51.679%2056.557-97.096-.18-17.472-6.765-34.286-18.324-46.787s-27.158-19.679-43.407-19.974m.091%2091.165c-5.335-.097-10.553-1.893-14.993-5.161s-7.902-7.862-9.949-13.199a31.2%2031.2%200%200%201-1.552-16.787c1.035-5.608%203.599-10.73%207.368-14.718s8.574-6.663%2013.806-7.687%2010.657-.351%2015.589%201.934%209.149%206.08%2012.118%2010.904%204.557%2010.461%204.563%2016.198c.008%207.693-2.827%2015.02-7.881%2020.367s-11.913%208.279-19.069%208.149'%20opacity='.6'/%3e%3cpath%20fill='url(%23d)'%20fill-opacity='.5'%20d='M915.96%2073.764c-11.056-.202-21.661%204.296-29.51%2012.516s-12.307%2019.499-12.405%2031.383c.03%2030.904%2037.042%2065.977%2038.617%2067.472.951.891%202.16%201.393%203.41%201.415a4.94%204.94%200%200%200%203.408-1.291c1.835-1.433%2038.515-35.165%2038.484-66.068-.122-11.889-4.603-23.33-12.468-31.836s-18.48-13.39-29.536-13.591m.062%2062.032c-3.631-.066-7.181-1.288-10.202-3.512s-5.377-5.349-6.77-8.981a21.2%2021.2%200%200%201-1.056-11.423c.704-3.816%202.449-7.301%205.013-10.014%202.565-2.714%205.834-4.534%209.394-5.231s7.252-.239%2010.608%201.316%206.225%204.137%208.246%207.42a21.1%2021.1%200%200%201%203.104%2011.022c.006%205.234-1.923%2010.22-5.362%2013.858s-8.107%205.634-12.975%205.545'%20opacity='.8'/%3e%3cdefs%3e%3clinearGradient%20id='a'%20x1='1942.77'%20x2='-76'%20y1='287.702'%20y2='287.702'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='.053'%20stop-color='%23fff'/%3e%3cstop%20offset='1'%20stop-color='%235db5f4'%20stop-opacity='.5'/%3e%3c/linearGradient%3e%3clinearGradient%20id='b'%20x1='1429.13'%20x2='1444.66'%20y1='232.122'%20y2='-.676'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='.053'%20stop-color='%23fff'/%3e%3cstop%20offset='1'%20stop-color='%235db5f4'%20stop-opacity='.5'/%3e%3c/linearGradient%3e%3clinearGradient%20id='c'%20x1='360.128'%20x2='375.659'%20y1='398.122'%20y2='165.324'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23fff'/%3e%3cstop%20offset='1'%20stop-color='%235db5f4'%20stop-opacity='.5'/%3e%3c/linearGradient%3e%3clinearGradient%20id='d'%20x1='916'%20x2='917.245'%20y1='216.5'%20y2='72.976'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23fff'/%3e%3cstop%20offset='1'%20stop-color='%235db5f4'%20stop-opacity='.5'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");background-position:center;background-repeat:no-repeat;background-size:contain;z-index:-1}@media(max-width:768px){.p-about-service__bg{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='395'%20height='245'%20fill='none'%3e%3cpath%20stroke='url(%23a)'%20stroke-miterlimit='10'%20stroke-opacity='.5'%20stroke-width='50'%20d='M475%20139.427c-41.916%206.675-46.007-17.406-87.922-10.734-41.916%206.675-37.827%2030.754-79.742%2037.429s-46.007-17.406-87.923-10.733c-41.917%206.675-37.826%2030.753-79.744%2037.428s-46.007-17.406-87.925-10.733S13.919%20212.838-28%20219.512'/%3e%3cpath%20fill='url(%23b)'%20fill-opacity='.5'%20d='M30.977%20119.455c-6.582-.121-12.894%202.557-17.566%207.45s-7.326%2011.606-7.384%2018.681c.018%2018.395%2022.049%2039.272%2022.986%2040.162.566.53%201.286.829%202.03.843a2.95%202.95%200%200%200%202.03-.769c1.09-.853%2022.925-20.932%2022.907-39.327-.073-7.077-2.74-13.887-7.422-18.95-4.682-5.064-11-7.971-17.581-8.09m.036%2036.924c-2.16-.039-4.274-.767-6.073-2.09-1.798-1.324-3.2-3.184-4.03-5.346a12.64%2012.64%200%200%201-.628-6.8c.42-2.271%201.458-4.345%202.985-5.961%201.526-1.615%203.472-2.699%205.591-3.113a10.3%2010.3%200%200%201%206.314.783c1.998.926%203.706%202.463%204.909%204.417a12.57%2012.57%200%200%201%201.848%206.56c.003%203.116-1.145%206.084-3.192%208.25s-4.826%203.353-7.724%203.3'%20opacity='.8'/%3e%3cpath%20fill='url(%23c)'%20fill-opacity='.5'%20d='M354.548.574c-8.313-.152-16.286%203.23-22.187%209.41-5.901%206.182-9.253%2014.661-9.327%2023.597.023%2023.235%2027.85%2049.605%2029.034%2050.729a3.86%203.86%200%200%200%202.565%201.064%203.72%203.72%200%200%200%202.562-.97c1.379-1.078%2028.958-26.44%2028.935-49.675-.092-8.939-3.461-17.54-9.375-23.936S362.861.725%20354.548.574m.047%2046.64c-2.73-.05-5.4-.968-7.671-2.64s-4.043-4.022-5.09-6.753a15.96%2015.96%200%200%201-.794-8.588c.53-2.87%201.841-5.49%203.77-7.53%201.928-2.04%204.386-3.409%207.063-3.933s5.452-.18%207.975.99%204.681%203.11%206.2%205.578a15.9%2015.9%200%200%201%202.334%208.287c.004%203.936-1.446%207.684-4.032%2010.42s-6.095%204.236-9.755%204.17'%20opacity='.8'/%3e%3cdefs%3e%3clinearGradient%20id='a'%20x1='475'%20x2='-28'%20y1='173.512'%20y2='173.512'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='.053'%20stop-color='%23fff'/%3e%3cstop%20offset='1'%20stop-color='%235db5f4'%20stop-opacity='.5'/%3e%3c/linearGradient%3e%3clinearGradient%20id='b'%20x1='31.164'%20x2='37.454'%20y1='213.017'%20y2='118.726'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='.375'%20stop-color='%23fff'/%3e%3cstop%20offset='1'%20stop-color='%235db5f4'%20stop-opacity='.5'/%3e%3c/linearGradient%3e%3clinearGradient%20id='c'%20x1='354.785'%20x2='362.73'%20y1='118.754'%20y2='-.346'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='.053'%20stop-color='%23fff'/%3e%3cstop%20offset='1'%20stop-color='%235db5f4'%20stop-opacity='.5'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");min-height:245px;background-size:100% auto}}.p-about-service__inner{max-width:1000px;margin:0 auto;padding:0 40px;display:flex;flex-direction:column;align-items:center}@media(max-width:768px){.p-about-service__inner{padding:0 20px}}.p-about-service__header{text-align:center;margin-bottom:60px}@media(max-width:768px){.p-about-service__header{margin-bottom:40px}}.p-about-service__title{font-size:clamp(22px,4vw,32px);font-weight:700;color:var(--color-key);letter-spacing:.1em;margin-bottom:16px}.p-about-service__deco{width:100%;max-width:333px;margin:0 auto}.p-about-service__deco svg{width:100%;height:auto;display:block}.p-about-service__content{display:flex;align-items:center;justify-content:center;gap:40px;margin-bottom:96px}@media(max-width:768px){.p-about-service__content{flex-direction:column;gap:30px;margin-bottom:40px}}.p-about-service__image{width:100%;max-width:384px;flex-shrink:0}.p-about-service__image img{width:100%;height:auto;display:block}.p-about-service__text-block{color:#333}.p-about-service__desc{font-size:20px;line-height:2;margin-bottom:40px;letter-spacing:.05em;font-weight:500}@media(max-width:768px){.p-about-service__desc{font-size:16px;line-height:1.8;margin-bottom:30px}}.p-about-service__catchphrase{font-size:clamp(25px,3vw,32px);font-weight:700;color:var(--color-key);letter-spacing:.1em;text-align:center}@media(min-width:769px){.p-about-service__catchphrase{text-align:left}}.p-about-service__action{text-align:center;width:100%}.p-about-service__btn{display:inline-flex;align-items:center;justify-content:center;min-width:280px;height:60px;background-color:var(--color-accent);color:#fff;font-size:18px;font-weight:700;text-decoration:none;border-radius:30px;letter-spacing:.1em;transition:opacity .3s ease,transform .3s ease;padding:0 40px}.p-about-service__btn:hover{opacity:.9;transform:translateY(-2px)}@media(max-width:768px){.p-about-service__btn{min-width:240px;height:50px;font-size:16px}}.p-filter{padding:40px 0}@media(max-width:768px){.p-filter{padding:24px 0}}.p-filter__inner{width:100%;max-width:1280px;margin:0 auto;padding:0 40px}@media(max-width:768px){.p-filter__inner{padding:0}}.p-filter__row{margin-bottom:16px}@media(max-width:768px){.p-filter__row.-categories{padding:0 20px 8px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.p-filter__row.-categories::-webkit-scrollbar{display:none}}@media(max-width:768px){.p-filter__row.-bottom{padding:0 20px 10px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.p-filter__row.-bottom::-webkit-scrollbar{display:none}}.p-filter__bottom-inner{display:flex;align-items:center;gap:16px}@media(max-width:768px){.p-filter__bottom-inner{width:max-content}}.p-filter__categories{display:flex;flex-wrap:wrap;gap:12px}@media(max-width:768px){.p-filter__categories{flex-wrap:nowrap}}.p-filter__category{position:relative;cursor:pointer}.p-filter__category input{position:absolute;opacity:0;pointer-events:none}.p-filter__category input:checked+.p-filter__category-text{color:#fff;background-color:var(--color-key);border-color:var(--color-key)}.p-filter__category-text{display:inline-flex;justify-content:center;align-items:center;padding:clamp(8px,1.5vw,10px) 20px;border-radius:8px;font-size:clamp(14px,1.2vw,16px);font-weight:700;color:var(--color-key);white-space:nowrap;background-color:#fff;border:1px solid var(--color-key);transition:all .3s ease}.p-filter__category-text:hover{background-color:#2e31920d}.p-filter__dropdown{position:relative;flex-shrink:0}.p-filter__dropdown-btn{display:flex;align-items:center;justify-content:center;gap:8px;height:48px;padding:0 24px;border-radius:50px;min-width:160px;font-size:16px;font-weight:700;color:var(--color-key);background-color:#fff;border:1px solid var(--color-key);transition:all .3s ease}@media(max-width:768px){.p-filter__dropdown-btn{height:40px;padding:0 20px;font-size:14px;min-width:140px}}.p-filter__dropdown-btn span{white-space:nowrap}.p-filter__dropdown-btn .icon-pin{flex-shrink:0;width:18px;height:18px;fill:currentColor}@media(max-width:768px){.p-filter__dropdown-btn .icon-pin{width:16px;height:16px}}.p-filter__dropdown-btn .icon-chevron{flex-shrink:0;width:16px;height:16px;transition:transform .3s ease}@media(max-width:768px){.p-filter__dropdown-btn .icon-chevron{width:14px;height:14px}}.p-filter__dropdown-btn:hover{background-color:#2e31920d}.p-filter__dropdown-btn.is-open{color:#fff;background-color:var(--color-key)}.p-filter__dropdown-btn.is-open .icon-chevron{transform:rotate(180deg)}.p-filter__dropdown-list{position:absolute;top:calc(100% + 8px);left:0;z-index:50;display:none;overflow-y:auto;width:100%;min-width:200px;max-height:300px;padding:8px 0;border-radius:12px;background-color:#fff;border:1px solid var(--color-key);box-shadow:0 10px 30px #0000001a}.p-filter__dropdown-list.is-open{display:block}.p-filter__dropdown-list.-mobile-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:85vw;max-width:320px;max-height:70vh;z-index:1000;box-shadow:0 10px 40px #00000040}.p-filter__dropdown-list::-webkit-scrollbar{width:6px}.p-filter__dropdown-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:0 12px 12px 0}.p-filter__dropdown-list::-webkit-scrollbar-thumb{background:var(--color-key);border-radius:10px}.p-filter__dropdown-list li:not(:last-child){border-bottom:1px dashed #ccc;margin:0 12px}.p-filter__dropdown-list button{width:100%;padding:12px 20px;font-size:15px;color:#6f6f6f;text-align:center;transition:all .2s ease}.p-filter__dropdown-list button.-key{color:var(--color-key)}.p-filter__dropdown-list button.is-selected{color:#fff;background-color:var(--color-key);border-radius:4px}.p-filter__dropdown-list button:hover:not(.is-selected){background-color:#2e31921a}.p-filter__periods{display:flex;gap:10px}.p-filter__period{position:relative;cursor:pointer}.p-filter__period input{position:absolute;opacity:0;pointer-events:none}.p-filter__period input:checked+.p-filter__period-text{color:#fff;background-color:var(--color-key);border-color:var(--color-key)}.p-filter__period-text{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 32px;border-radius:50px;font-size:16px;font-weight:700;color:var(--color-key);background-color:#fff;border:1px solid var(--color-key);transition:all .3s ease}@media(max-width:768px){.p-filter__period-text{height:40px;padding:0 24px;font-size:14px}}.p-filter__period-text:hover{background-color:#2e31920d}.p-card-list{padding:48px 0 80px}@media(max-width:768px){.p-card-list{padding:24px 0 56px}}.p-card-list__inner{width:100%;max-width:1280px;margin:0 auto;padding:0 56px}@media(max-width:768px){.p-card-list__inner{padding:0 30px}}.p-card-list__block{margin-bottom:60px}.p-card-list__block:last-child{margin-bottom:48px}@media(max-width:768px){.p-card-list__block{margin-bottom:40px}.p-card-list__block:last-child{margin-bottom:32px}}.p-card-list__title{margin-bottom:24px;font-size:28px;font-weight:700;color:var(--color-key)}@media(max-width:768px){.p-card-list__title{font-size:22px;margin-bottom:16px}}.p-card-list .splide{padding:0}.p-card-list .splide__arrow{background:#e6eef4;opacity:1;z-index:10;width:40px;height:40px;transition:opacity .3s ease}.p-card-list .splide__arrow svg{fill:var(--color-key);width:16px;height:16px}.p-card-list .splide__arrow:hover:not(:disabled){opacity:.8;background:#e6eef4}.p-card-list .splide__arrow:disabled{opacity:.3}.p-card-list .splide__arrow--prev{left:-48px}.p-card-list .splide__arrow--next{right:-48px}@media(max-width:768px){.p-card-list .splide__arrow{width:32px;height:32px}.p-card-list .splide__arrow svg{width:12px;height:12px}.p-card-list .splide__arrow--prev{left:-25px}.p-card-list .splide__arrow--next{right:-25px}}.p-card-list__item-wrapper{height:100%;padding-bottom:10px}.p-card-list__item{display:flex;flex-direction:column;height:100%;color:inherit;text-decoration:none;background-color:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 4px 10px #0000000d;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.p-card-list__item:hover{box-shadow:0 10px 20px #0000001a;transform:translateY(-5px)}.p-card-list__image{width:100%;aspect-ratio:16/9}.p-card-list__image img{width:100%;height:100%;object-fit:cover}.p-card-list__content{display:flex;flex-direction:column;flex-grow:1;gap:12px;padding:20px;background-color:#fafafa}@media(max-width:768px){.p-card-list__content{padding:16px}}.p-card-list__name{font-size:16px;font-weight:700;line-height:1.4;color:#000;text-wrap:wrap}.p-card-list__meta{margin-top:auto;font-size:12px;color:#888}.p-card-list__more{display:flex;justify-content:center;margin-top:16px}.p-card-list__more-btn{display:inline-flex;align-items:center;justify-content:center;height:56px;min-width:280px;padding:0 40px;border-radius:50px;font-size:16px;font-weight:700;color:#fff;text-decoration:none;background-color:var(--color-key);border:2px solid var(--color-key);transition:all .3s ease}@media(max-width:768px){.p-card-list__more-btn{height:48px;min-width:240px;font-size:14px}}.p-card-list__more-btn:hover{background-color:#fff;color:var(--color-key)} 