:root{--color-primary: #008762;--color-primary-light: #e5ecea;--color-primary-dark: #005039;--color-secondary: #FF4C00;--color-accent: #d9534f;--color-text: #333;--color-text-sub: #666;--color-bg: #f5f5f5;--color-bg-sub: #f4f7fa;--color-white: #fff;--color-border: #dee2e6;--color-background: rgba(0, 67, 83, .6);--font-serif: "Noto Serif JP", serif;--font-sans: "Noto Sans JP", sans-serif;--font-anton: "Anton", sans-serif;--container-width: 1280px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:100%}body{font-family:var(--font-sans);font-size:18px;font-weight:500;line-height:1.5;color:var(--color-text);word-break:break-all;background-color:var(--color-white)}@media screen and (max-width: 991px){body{font-size:16px}}@media screen and (max-width: 767px){body{font-size:14px}}body.is-menu-open{overflow:hidden}a{text-decoration:none;color:var(--color-text)}img{max-width:100%;height:auto}ul{list-style:none}li{list-style:none}h1,h2,h3,h4{font-size:100%}p{margin-bottom:16px}button{border:none;background:none;cursor:pointer}input{border:none;background:none}address{font-style:normal}input[type=text],input[type=email],input[type=tel],textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:1rem;box-sizing:border-box;transition:border-color .3s}input:focus,textarea:focus{outline:none;border-color:var(--color-primary);background:#f9fbf9}textarea{height:200px;resize:vertical}iframe{width:100%;height:400px;border:0}.site-wrapper{display:flex;flex-direction:column;min-height:100vh}.container{width:92%;max-width:var(--container-width);margin:0 auto;padding:128px 0}@media screen and (max-width: 991px){.container{padding:80px 0}}@media screen and (max-width: 767px){.container{padding:60px 0}}.post-columns{display:grid;grid-template-columns:1fr 300px;gap:50px}@media screen and (max-width: 1199px){.post-columns{grid-template-columns:1fr;gap:40px}}.post-main{min-width:0}.post-list{display:flex;flex-direction:column;gap:30px}.post-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.06);transition:transform .3s,box-shadow .3s}.post-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.post-card__link{display:grid;grid-template-columns:280px 1fr;text-decoration:none;color:inherit}@media screen and (max-width: 991px){.post-card__link{grid-template-columns:1fr}}.post-card__thumb{aspect-ratio:16/10;overflow:hidden;min-height:200px;width:100%}@media screen and (max-width: 991px){.post-card__thumb{aspect-ratio:16/9}}.post-card__thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s}.post-card:hover .post-card__thumb img{transform:scale(1.05)}.post-card__content{padding:25px 30px;display:flex;flex-direction:column;justify-content:center}@media screen and (max-width: 991px){.post-card__content{padding:20px}}.post-card__meta{display:flex;align-items:center;gap:15px;margin-bottom:12px;flex-wrap:wrap}.post-card__date{font-size:.85rem;color:#888}.post-card__date i{margin-right:5px}.post-card__cat{font-size:.75rem;background:var(--color-primary);color:#fff;padding:3px 12px;border-radius:3px}.post-card__title{font-size:1.2rem;font-weight:bold;color:var(--color-primary);margin-bottom:10px;line-height:1.5}.post-card__excerpt{font-size:.9rem;color:#666;line-height:1.8}.post-single{background:#fff;border-radius:8px;padding:40px;box-shadow:0 2px 10px rgba(0,0,0,.06)}@media screen and (max-width: 991px){.post-single{padding:25px 20px}}.post-single__header{margin-bottom:30px;padding-bottom:25px;border-bottom:1px solid #eee}.post-single__meta{margin-bottom:20px}.post-single__dates{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:15px;font-size:.9rem;color:#666}.post-single__dates i{margin-right:5px;color:var(--color-secondary)}.post-single__terms{display:flex;flex-wrap:wrap;gap:15px}.post-single__categories,.post-single__tags{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:.85rem}.post-single__categories i,.post-single__tags i{color:var(--color-secondary)}.post-single__categories a,.post-single__tags a{color:var(--color-text);text-decoration:none;padding:2px 10px;background:#f5f5f5;border-radius:3px;transition:.3s}.post-single__categories a:hover,.post-single__tags a:hover{background:var(--color-primary);color:#fff}.post-single__title{font-size:1.8rem;font-weight:bold;color:var(--color-primary);line-height:1.5}@media screen and (max-width: 991px){.post-single__title{font-size:1.5rem}}.post-single__thumbnail{margin-bottom:30px;border-radius:6px;overflow:hidden}.post-single__thumbnail img{width:100%;height:auto;display:block}.post-single__content{font-size:1rem;line-height:2;color:var(--color-text)}.post-single__content h2{font-size:1.5rem;color:var(--color-primary);margin:40px 0 20px;padding-bottom:10px;border-bottom:2px solid var(--color-primary)}.post-single__content h3{font-size:1.3rem;color:var(--color-primary);margin:30px 0 15px;padding-left:15px;border-left:4px solid var(--color-secondary)}.post-single__content h4{font-size:1.1rem;color:var(--color-primary);margin:25px 0 10px}.post-single__content p{margin-bottom:20px}.post-single__content ul,.post-single__content ol{margin:20px 0;padding-left:25px}.post-single__content ul li,.post-single__content ol li{margin-bottom:8px}.post-single__content blockquote{background:#f9f9f9;border-left:4px solid var(--color-secondary);padding:20px 25px;margin:25px 0;font-style:italic;color:#666}.post-single__content img{max-width:100%;height:auto;border-radius:4px}.post-single__content a{color:var(--color-secondary);text-decoration:underline}.post-single__content a:hover{text-decoration:none}.post-single__content table{width:100%;border-collapse:collapse;margin:25px 0}.post-single__content table th,.post-single__content table td{padding:12px 15px;border:1px solid #ddd;text-align:left}.post-single__content table th{background:var(--color-bg-sub);font-weight:bold}.post-single__share{margin-top:40px;padding-top:30px;border-top:1px solid #eee;text-align:center}.post-single__share .share-label{display:block;font-size:.9rem;color:#666;margin-bottom:15px}.post-single__share .share-buttons{display:flex;justify-content:center;gap:12px}.post-single__share .share-btn{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;font-size:1.1rem;transition:transform .3s,opacity .3s;border:none;cursor:pointer}.post-single__share .share-btn:hover{transform:scale(1.1);opacity:.9}.post-single__share .share-btn--x{background:#000}.post-single__share .share-btn--facebook{background:#1877f2}.post-single__share .share-btn--line{background:#00b900}.post-single__share .share-btn--copy{background:#666}.post-navigation{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:40px}@media screen and (max-width: 767px){.post-navigation{grid-template-columns:1fr}}.post-navigation__prev a,.post-navigation__next a{display:block;padding:20px;background:#f9f9f9;border-radius:6px;text-decoration:none;transition:background .3s}.post-navigation__prev a:hover,.post-navigation__next a:hover{background:#f0f0f0}.post-navigation__prev .nav-label,.post-navigation__next .nav-label{display:block;font-size:.8rem;color:var(--color-secondary);margin-bottom:8px}.post-navigation__prev .nav-label i,.post-navigation__next .nav-label i{font-size:.75em}.post-navigation__prev .nav-title,.post-navigation__next .nav-title{display:block;font-size:.95rem;color:var(--color-primary);font-weight:500;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.post-navigation__next{text-align:right}.related-posts{margin-top:50px}.related-posts__title{font-size:1.2rem;color:var(--color-primary);margin-bottom:25px;padding-bottom:12px;border-bottom:2px solid var(--color-primary)}.related-posts__title i{margin-right:10px;color:var(--color-secondary)}.related-posts__grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:20px}@media screen and (max-width: 767px){.related-posts__grid{grid-template-columns:1fr}}.related-post-card{display:flex;gap:15px;padding:15px;background:#fff;border-radius:6px;text-decoration:none;box-shadow:0 2px 8px rgba(0,0,0,.06);transition:transform .3s,box-shadow .3s}.related-post-card:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.1)}.related-post-card__thumb{width:80px;height:80px;flex-shrink:0;border-radius:4px;overflow:hidden}.related-post-card__thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.related-post-card__content{flex:1;min-width:0}.related-post-card__date{font-size:.75rem;color:#888;display:block;margin-bottom:5px}.related-post-card__title{font-size:.9rem;color:var(--color-primary);font-weight:500;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media screen and (max-width: 1199px){.post-sidebar{display:grid;grid-template-columns:repeat(2, 1fr);gap:30px}}@media screen and (max-width: 767px){.post-sidebar{grid-template-columns:1fr}}.sidebar-widget{background:#fff;border-radius:8px;padding:25px;margin-bottom:30px;box-shadow:0 2px 10px rgba(0,0,0,.06)}@media screen and (max-width: 1199px){.sidebar-widget{margin-bottom:0}}.sidebar-widget__title{font-size:1rem;color:var(--color-primary);margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid var(--color-primary)}.sidebar-widget__title i{margin-right:8px;color:var(--color-secondary)}.sidebar-category-list li{border-bottom:1px solid #eee}.sidebar-category-list li:last-child{border-bottom:none}.sidebar-category-list li a{display:flex;justify-content:space-between;align-items:center;padding:12px 5px;color:var(--color-text);text-decoration:none;transition:.3s}.sidebar-category-list li a:hover{color:var(--color-secondary);padding-left:10px}.sidebar-category-list li a .count{font-size:.8rem;color:#888;background:#f5f5f5;padding:2px 10px;border-radius:10px}.sidebar-recent-posts li{margin-bottom:15px}.sidebar-recent-posts li:last-child{margin-bottom:0}.sidebar-recent-posts li a{display:flex;gap:12px;text-decoration:none;transition:opacity .3s}.sidebar-recent-posts li a:hover{opacity:.8}.sidebar-recent-posts .recent-post__thumb{width:70px;height:70px;flex-shrink:0;border-radius:4px;overflow:hidden}.sidebar-recent-posts .recent-post__thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.sidebar-recent-posts .recent-post__content{flex:1;min-width:0}.sidebar-recent-posts .recent-post__date{font-size:.75rem;color:#888;display:block;margin-bottom:5px}.sidebar-recent-posts .recent-post__title{font-size:.85rem;color:var(--color-primary);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sidebar-archive-select select{width:100%;padding:12px 15px;border:1px solid #ddd;border-radius:4px;font-size:.95rem;color:var(--color-text);background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat right 10px center;background-size:20px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.sidebar-archive-select select:focus{outline:none;border-color:var(--color-secondary)}.sidebar-tag-list{display:flex;flex-wrap:wrap;gap:8px}.sidebar-tag-list .tag-link{display:inline-block;padding:6px 14px;background:#f5f5f5;color:var(--color-text);text-decoration:none;font-size:.85rem;border-radius:3px;transition:.3s}.sidebar-tag-list .tag-link:hover{background:var(--color-primary);color:#fff}.post-main .navigation.pagination{margin-top:40px}.js-reveal{opacity:0;transform:translate3d(0, 12px, 0);transition:opacity 600ms ease,transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);will-change:opacity,transform}.js-reveal.is-inview{opacity:1;transform:none}.js-reveal.is-typing{opacity:1;transform:none}.js-reveal.is-typing[data-anim=fadeInUp]{opacity:1;transform:translate3d(0, 0, 0)}.js-reveal.is-typing[data-anim=zoomInSoft]{opacity:1;transform:translate3d(0, 0, 0) scale(1)}.js-reveal[data-anim=fadeInUp]{opacity:0;transform:translate3d(0, 26px, 0)}.js-reveal.is-inview[data-anim=fadeInUp]{opacity:1;transform:translate3d(0, 0, 0)}.js-reveal[data-anim=zoomIn]{opacity:0;transform:scale(0.92)}.js-reveal.is-inview[data-anim=zoomIn]{opacity:1;transform:scale(1)}.js-reveal[data-anim=zoomInSoft]{opacity:0;transform:translate3d(0, 10px, 0) scale(0.95)}.js-reveal.is-inview[data-anim=zoomInSoft]{opacity:1;transform:translate3d(0, 0, 0) scale(1)}@media(prefers-reduced-motion: reduce){.js-reveal{transition:none !important;opacity:1 !important;transform:none !important}}.char-fade{opacity:0;-webkit-animation:charFadeIn .4s ease forwards;animation:charFadeIn .4s ease forwards}@-webkit-keyframes charFadeIn{from{opacity:0}to{opacity:1}}@keyframes charFadeIn{from{opacity:0}to{opacity:1}}@media(prefers-reduced-motion: reduce){.char-fade{-webkit-animation:none;animation:none;opacity:1}}html{scroll-padding-top:100px;scroll-behavior:smooth}.sp-only{display:none}@media screen and (max-width: 767px){.sp-only{display:block}}.table{width:100%;border-collapse:collapse;margin-bottom:40px}.table-dl{display:grid;grid-template-columns:150px 1fr;border-bottom:1px solid var(--color-border);padding:20px 0}@media screen and (max-width: 991px){.table-dl{grid-template-columns:80px 1fr}}.table-dl:first-of-type{border-top:1px solid var(--color-border)}.table-dl dt{font-weight:700;color:var(--color-primary)}.table th{width:30%;text-align:left;padding:20px;background:var(--color-bg-sub);border-bottom:1px solid var(--color-border);font-size:.95rem;color:var(--color-secondary);vertical-align:top}.table td{width:70%;padding:20px;border-bottom:1px solid #eee;font-size:.95rem}.info-title{font-size:1.6rem;color:var(--color-primary);margin-bottom:30px;display:flex;align-items:center;gap:15px}.info-title::after{content:"";flex:1;height:1px;background:#eee}.section-title{font-size:2rem;color:var(--color-primary);margin-bottom:30px;display:flex;flex-direction:column;align-items:center;gap:16px;margin-bottom:40px}.section-title__span{font-size:.9rem;font-family:var(--font-sans);color:var(--color-secondary);letter-spacing:.1em}.primary-heading{margin-bottom:72px;display:flex;justify-content:space-between;align-items:flex-end;gap:20px}@media screen and (max-width: 991px){.primary-heading{flex-direction:column;align-items:flex-start;margin-bottom:48px}}.primary-heading__subtitle{font-size:72px;font-family:var(--font-anton);color:var(--color-text-sub);letter-spacing:.1em;margin-bottom:0;line-height:1.2}@media screen and (max-width: 991px){.primary-heading__subtitle{font-size:48px}}@media screen and (max-width: 767px){.primary-heading__subtitle{font-size:36px}}.primary-heading__title{font-size:32px;font-weight:bold;color:var(--color-primary);margin-bottom:0;letter-spacing:.1em}@media screen and (max-width: 991px){.primary-heading__title{font-size:24px}}.primary-heading__description{font-size:20px;color:var(--color-text);margin-bottom:0;font-weight:500}@media screen and (max-width: 991px){.primary-heading__description{font-size:16px}}.page-top{position:fixed;bottom:72px;right:30px;width:50px;height:50px;background-color:var(--color-primary);color:var(--color-white);border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 4px 12px rgba(0,0,0,.15);opacity:0;visibility:hidden;transform:translateY(20px);transition:opacity .3s,visibility .3s,transform .3s,background .3s;z-index:1000}@media screen and (max-width: 767px){.page-top{width:44px;height:44px;right:20px}}.page-top.is-active{opacity:1;visibility:visible;transform:translateY(0)}.sp-nav{position:fixed;left:0;bottom:0;width:100%;z-index:100;-webkit-animation:NavfadeIn .8s ease-in-out;animation:NavfadeIn .8s ease-in-out;display:none}@media screen and (max-width: 767px){.sp-nav{display:block}}.sp-nav__list{display:flex}.sp-nav__list>li{flex:1}.sp-nav__list>li:first-child{border-right:1px solid var(--color-white)}.sp-nav__list>li a{display:flex;align-items:center;justify-content:center;gap:5px;height:66px;background-color:var(--color-secondary);color:var(--color-white);text-decoration:none;font-size:14px}@-webkit-keyframes NavfadeIn{0%{opacity:0;transform:translateY(100%)}100%{opacity:1;transform:translateY(0)}}@keyframes NavfadeIn{0%{opacity:0;transform:translateY(100%)}100%{opacity:1;transform:translateY(0)}}.error-page{text-align:center;padding:100px 0}.error-page__title{font-size:clamp(20px,5vw,48px);font-weight:bold;color:var(--color-primary);margin-bottom:20px}.error-page__description{font-size:clamp(16px,3vw,20px);color:var(--color-text);margin-bottom:0;font-weight:500}.error-page .primary-button{margin-left:auto;margin-right:auto}.primary-button{display:flex;align-items:center;justify-content:center;background-color:var(--color-white);color:var(--color-primary);height:60px;padding:0 30px 0 30px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:260px;border-radius:60px;text-decoration:none;position:relative;margin-top:48px;transition:.3s;border:2px solid var(--color-primary)}.primary-button.center{margin:48px auto 0 auto}@media screen and (max-width: 767px){.primary-button{height:52px;min-width:200px;padding:0 24px;margin-top:32px}}.primary-button::after{content:"";position:absolute;width:8px;height:8px;background-color:var(--color-primary);border-radius:50%;top:50%;right:24px;transform:translateY(-50%);transition:.3s}.primary-button:hover{background-color:var(--color-primary);color:var(--color-white)}.primary-button:hover::after{transform:translateY(-50%) scale(1.5);background-color:var(--color-white)}.site-header{position:fixed;width:100%;top:0;left:0;z-index:100;transition:.3s}.site-header__logo-main{display:none}.site-header__inner{height:88px;display:flex;justify-content:space-between;align-items:center;margin:0 auto;width:calc(100% - 100px)}@media screen and (max-width: 991px){.site-header__inner{width:calc(100% - 40px);height:60px}}.site-header__logo{display:block;width:300px;position:relative;z-index:101}.site-header__logo a{display:block}@media screen and (max-width: 991px){.site-header__logo{width:200px}}@media screen and (max-width: 767px){.site-header__logo{width:160px}}.site-header__hamburger{display:none;width:30px;height:20px;position:relative;z-index:101;cursor:pointer;background:none;border:none;padding:0}@media screen and (max-width: 991px){.site-header__hamburger{display:block}}.site-header__hamburger span{display:block;width:100%;height:2px;background-color:var(--color-white);position:absolute;left:0;transition:.3s}.site-header__hamburger span:nth-child(1){top:0}.site-header__hamburger span:nth-child(2){top:50%;transform:translateY(-50%)}.site-header__hamburger span:nth-child(3){bottom:0}.site-header__hamburger.is-active span{background-color:var(--color-white)}.site-header__hamburger.is-active span:nth-child(1){top:50%;transform:translateY(-50%) rotate(45deg)}.site-header__hamburger.is-active span:nth-child(2){opacity:0}.site-header__hamburger.is-active span:nth-child(3){bottom:50%;transform:translateY(50%) rotate(-45deg)}@media screen and (max-width: 991px){.site-header__nav{position:fixed;top:0;right:0;width:100%;height:100vh;background-color:var(--color-primary);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:.3s;z-index:100}.site-header__nav.is-active{opacity:1;visibility:visible}}.site-header__nav-list{display:flex;align-items:center;gap:32px}@media screen and (max-width: 1199px){.site-header__nav-list{gap:20px}}@media screen and (max-width: 991px){.site-header__nav-list{flex-direction:column;align-items:center;gap:0}}@media screen and (max-width: 991px){.site-header__nav-item{width:100%;text-align:center}}.site-header__nav-item a{color:var(--color-white);font-weight:500;font-size:18px}@media screen and (max-width: 1199px){.site-header__nav-item a{font-size:16px}}@media screen and (max-width: 991px){.site-header__nav-item a{display:block;padding:20px;font-size:18px;border-bottom:1px solid rgba(255,255,255,.1)}}@media screen and (max-width: 991px){.site-header__nav-item.contact{margin-top:20px;width:auto}}.site-header__nav-item.contact a{background-color:var(--color-secondary);color:var(--color-white);padding:0 20px;border-radius:60px;display:flex;align-items:center;gap:10px;height:52px;border:2px solid var(--color-white);transition:.3s}.site-header__nav-item.contact a:hover{background-color:var(--color-primary);color:var(--color-white)}@media screen and (max-width: 991px){.site-header__nav-item.contact a{justify-content:center;padding:0 40px;border-bottom:none}}.site-header__nav-item.contact a svg{width:20px;height:20px}.site-header__nav.is-active .site-header__nav-item.contact a{border:2px solid var(--color-white);color:var(--color-white);background-color:var(--color-primary)}.site-header.is-scrolled{background-color:var(--color-white);color:var(--color-text)}.site-header.is-scrolled .site-header__logo-main{display:block}.site-header.is-scrolled .site-header__logo-wh{display:none}.site-header.is-scrolled .site-header__hamburger span{background-color:var(--color-text)}.site-header.is-scrolled .site-header__hamburger.is-active span{background-color:var(--color-white)}.site-header.is-scrolled .site-header__nav-item a{color:var(--color-text)}@media screen and (max-width: 991px){.site-header.is-scrolled .site-header__nav-item a{color:var(--color-white)}}.site-header.is-scrolled .site-header__nav-item.contact a{color:var(--color-white)}.site-footer{margin-top:auto;background-color:var(--color-primary);color:#fff}.site-footer__top{background:url(../images/common/footer-bg.webp) no-repeat center center/cover;position:relative}.site-footer__top__link{display:flex;align-items:center;gap:10px;text-decoration:none;color:#fff;height:400px;position:relative;z-index:1;transition:.3s;background-color:var(--color-background);padding-right:50px}@media screen and (max-width: 991px){.site-footer__top__link{height:300px}}@media screen and (max-width: 767px){.site-footer__top__link{height:250px}}.site-footer__top__link:hover{background-color:var(--color-background)}.site-footer__top__link:hover::after{transform:translateY(-50%) scale(1.1);right:10vw}.site-footer__top__link__inner{max-width:1200px;width:100%;margin:0 auto;padding:0 20px}.site-footer__top__link::after{content:"";font-family:"Font Awesome 6 Free";font-weight:700;position:absolute;top:50%;right:12vw;transform:translateY(-50%);font-size:90px;color:var(--color-white);transition:.3s}@media screen and (max-width: 991px){.site-footer__top__link::after{font-size:60px;right:5vw}}@media screen and (max-width: 767px){.site-footer__top__link::after{font-size:40px}}.site-footer__top__link h3{font-family:var(--font-anton);font-size:72px;font-weight:400;color:#fff;margin-bottom:0;letter-spacing:.1em}@media screen and (max-width: 991px){.site-footer__top__link h3{font-size:48px}}@media screen and (max-width: 767px){.site-footer__top__link h3{font-size:36px}}.site-footer__top__link__title{font-size:18px;font-weight:500;color:#fff;margin-bottom:16px}@media screen and (max-width: 767px){.site-footer__top__link__title{font-size:16px}}.site-footer__top__link__description{font-size:18px;font-weight:500;color:#fff;margin-bottom:0}@media screen and (max-width: 767px){.site-footer__top__link__description{font-size:14px}.site-footer__top__link__description br{display:none}}.site-footer__bottom__inner{display:flex;gap:72px}@media screen and (max-width: 991px){.site-footer__bottom__inner{flex-direction:column;gap:40px}}.site-footer__bottom__logo{width:30%}@media screen and (max-width: 991px){.site-footer__bottom__logo{width:100%}}.site-footer__bottom__logo a{display:block;width:400px;margin-bottom:48px}@media screen and (max-width: 991px){.site-footer__bottom__logo a{width:250px;margin-bottom:24px}}.site-footer__bottom__menu{width:50%;margin-left:auto}@media screen and (max-width: 991px){.site-footer__bottom__menu{width:100%;margin-left:0}}.site-footer__bottom__nav__list{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:20px}@media screen and (max-width: 991px){.site-footer__bottom__nav__list{justify-content:flex-start;gap:16px}}.site-footer__bottom__nav__list li a{color:var(--color-white);font-weight:500;font-size:18px}@media screen and (max-width: 767px){.site-footer__bottom__nav__list li a{font-size:16px}}.site-footer__bottom__partners{margin-top:48px;overflow:hidden}@media screen and (max-width: 991px){.site-footer__bottom__partners{margin-top:32px}}.site-footer__bottom__partners h4{font-size:18px;font-weight:500;color:var(--color-white);margin-bottom:20px;position:relative}@media screen and (max-width: 767px){.site-footer__bottom__partners h4{font-size:16px}}.site-footer__bottom__partners h4 span{position:relative;z-index:1;padding-right:16px}.site-footer__bottom__partners h4 span::after{content:"";position:absolute;width:300%;height:2px;background-color:var(--color-white);z-index:0;top:50%;left:100%;transform:translateY(-50%)}.site-footer__bottom__partners__list{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:20px}@media screen and (max-width: 991px){.site-footer__bottom__partners__list{justify-content:flex-start;gap:12px 20px}}.site-footer__bottom__partners__list li a{color:var(--color-white);font-weight:500;font-size:16px}@media screen and (max-width: 767px){.site-footer__bottom__partners__list li a{font-size:14px}}.site-footer__bottom__partners__list li a::after{content:"";font-family:"Font Awesome 6 Free";font-weight:900;margin-left:10px}.site-footer__copyright{border-top:1px solid var(--color-primary-light)}@media screen and (max-width: 767px){.site-footer__copyright{padding-bottom:100px}}.site-footer__copyright .container{padding:36px 0}@media screen and (max-width: 767px){.site-footer__copyright .container{padding:24px 0}}.site-footer__copyright__inner{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 767px){.site-footer__copyright__inner{flex-direction:column;gap:12px}}.site-footer__copyright__link{color:var(--color-white);font-weight:500;font-size:16px;margin-bottom:0}@media screen and (max-width: 767px){.site-footer__copyright__link{font-size:14px}}.site-footer__copyright__text{color:var(--color-primary-light);font-weight:500;font-size:14px;margin-bottom:0}@media screen and (max-width: 767px){.site-footer__copyright__text{font-size:12px}}.scroll-to-top{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background:var(--color-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 4px 12px rgba(0,0,0,.15);opacity:0;visibility:hidden;transform:translateY(20px);transition:opacity .3s,visibility .3s,transform .3s,background .3s;z-index:1000;cursor:pointer}.scroll-to-top:hover{background:var(--color-secondary);transform:translateY(-3px)}.scroll-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-to-top svg{width:24px;height:24px}@media screen and (max-width: 767px){.scroll-to-top{bottom:20px;right:20px;width:44px;height:44px}.scroll-to-top svg{width:20px;height:20px}}.breadcrumb{background-color:var(--color-bg-sub);padding:12px 0}.breadcrumb__list{display:flex;flex-wrap:wrap;align-items:center;gap:0;max-width:var(--container-width);margin:0 auto;padding:0 20px;font-size:.85rem}@media screen and (max-width: 767px){.breadcrumb__list{padding:0 16px;font-size:.8rem}}.breadcrumb__item{display:flex;align-items:center}.breadcrumb__item a{color:var(--color-primary);text-decoration:none;transition:.3s}.breadcrumb__item a:hover{color:var(--color-primary);text-decoration:underline}.breadcrumb__item--current span{color:var(--color-text);font-weight:500;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;max-width:300px}@media screen and (max-width: 767px){.breadcrumb__item--current span{max-width:150px}}.breadcrumb__separator{display:inline-flex;align-items:center;justify-content:center;margin:0 10px;color:#ccc;font-size:.7em}@media screen and (max-width: 767px){.breadcrumb__separator{margin:0 6px}}.page-header{background:url(../images/common/page-header.webp) no-repeat center center/cover;position:relative}.page-header::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--color-background)}.page-header__inner{display:flex;justify-content:center;flex-direction:column;align-items:flex-start;max-width:var(--container-width);margin:0 auto;height:400px;padding:0 20px;position:relative;z-index:1}@media screen and (max-width: 991px){.page-header__inner{height:300px}}@media screen and (max-width: 767px){.page-header__inner{height:200px}}.page-header__title{font-size:clamp(1.2rem,5vw,48px);font-weight:bold;color:var(--color-white)}.page-header__subtitle{font-size:36px;font-family:var(--font-anton);color:var(--color-white);letter-spacing:.1em;margin-bottom:0;font-weight:500}@media screen and (max-width: 767px){.page-header__subtitle{font-size:24px;margin-top:0}}.index-hero{height:90vh;background-color:var(--color-primary);position:relative;overflow:hidden}@media screen and (max-width: 767px){.index-hero{height:500px}}.index-hero__bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.index-hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--color-background);z-index:2}.index-hero__slider{position:absolute;overflow:hidden}.index-hero__slider img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.index-hero__slider--1{top:0;left:0;width:50%;height:55%}.index-hero__slider--2{top:0;right:0;width:50%;height:100%}.index-hero__slider--3{bottom:0;left:0;width:50%;height:45%}.index-hero__slider .swiper{width:100%;height:100%}.index-hero__slider .swiper-slide{width:100%;height:100%}.index-hero__inner{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;max-width:var(--container-width);margin:0 auto;padding:0 20px;position:relative;z-index:3}.index-hero__subtitle{font-size:clamp(36px,5vw,96px);font-weight:900;color:var(--color-white);text-align:center;margin-bottom:20px;display:flex;flex-direction:column;align-items:center}.index-hero__subtitle.cinema-title .cinema-line{display:block;overflow:visible;perspective:1000px}.index-hero__subtitle.cinema-title .cinema-char{display:inline-block;opacity:0;transform:scale(3);-webkit-animation:cinemaCharReveal .5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;animation:cinemaCharReveal .5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;text-shadow:0 0 60px rgba(255,255,255,.8),0 0 120px rgba(255,255,255,.4)}@-webkit-keyframes cinemaCharReveal{0%{opacity:0;transform:scale(3);filter:blur(20px);text-shadow:0 0 80px #fff,0 0 150px rgba(255,255,255,.8)}60%{opacity:1;transform:scale(0.95);filter:blur(0)}80%{transform:scale(1.05)}100%{opacity:1;transform:scale(1);filter:blur(0);text-shadow:0 0 40px rgba(255,255,255,.3)}}@keyframes cinemaCharReveal{0%{opacity:0;transform:scale(3);filter:blur(20px);text-shadow:0 0 80px #fff,0 0 150px rgba(255,255,255,.8)}60%{opacity:1;transform:scale(0.95);filter:blur(0)}80%{transform:scale(1.05)}100%{opacity:1;transform:scale(1);filter:blur(0);text-shadow:0 0 40px rgba(255,255,255,.3)}}.index-hero__title{font-size:clamp(16px,3vw,30px);font-weight:700;color:var(--color-white);text-align:center;margin-bottom:0;opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.index-hero__title.is-visible{opacity:1;transform:translateY(0)}.index-hero__title span{display:block;width:400px;margin:0 auto;margin-top:20px}@media screen and (max-width: 767px){.index-hero__title span{width:200px}}.index-hero__title span img{width:100%;margin:0 auto}.index-about{position:relative;overflow:hidden;z-index:1}.index-about .about-infinite-bg{position:absolute;top:5%;left:0;width:100%;white-space:nowrap;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.05;z-index:0}.index-about .about-infinite-text{color:var(--color-primary);font-family:var(--font-anton);display:inline-block;font-size:15rem;font-weight:900;line-height:1;letter-spacing:.1em;padding-right:.1em;-webkit-animation:marquee 30s linear infinite;animation:marquee 30s linear infinite}@-webkit-keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-100%)}}@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-100%)}}@media screen and (max-width: 768px){.index-about .about-infinite-text{font-size:8rem}}.index-about__heading{text-align:center;margin-bottom:64px}@media screen and (max-width: 991px){.index-about__heading{margin-bottom:40px}}.index-about__heading__title{font-size:clamp(20px,5vw,48px);font-weight:900;color:var(--color-primary);margin-bottom:20px;font-feature-settings:"palt"}.index-about__heading__title span{color:var(--color-secondary)}.index-about__heading__description{font-size:clamp(16px,3vw,20px);font-weight:500}.index-about__content{display:grid;grid-template-columns:repeat(3, 1fr);gap:40px}@media screen and (max-width: 991px){.index-about__content{grid-template-columns:1fr;gap:24px}}.index-about__content-item{background-color:var(--color-white);box-shadow:0 4px 12px rgba(0,0,0,.15);padding:40px;display:flex;flex-direction:column;align-items:center;gap:20px;border-radius:16px}@media screen and (max-width: 767px){.index-about__content-item{padding:24px;gap:16px}}.index-about__content-item__icon{font-size:50px;color:var(--color-primary);margin-bottom:0}@media screen and (max-width: 767px){.index-about__content-item__icon{font-size:40px}}.index-about__content-item__title{font-size:24px;font-weight:900;text-align:center;color:var(--color-primary);font-feature-settings:"palt"}@media screen and (max-width: 767px){.index-about__content-item__title{font-size:20px}}.index-about__content-item__description{font-size:16px;font-weight:500}@media screen and (max-width: 767px){.index-about__content-item__description{font-size:14px}}.index-service{background-color:var(--color-bg-sub);position:relative;overflow:hidden;z-index:1}.index-service .service-infinite-bg{position:absolute;top:0;left:0;width:100%;white-space:nowrap;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.05;pointer-events:none;z-index:0}.index-service .service-infinite-track{display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.index-service .service-infinite-text{color:var(--color-primary);display:inline-block;font-size:15rem;font-family:var(--font-anton);line-height:1;font-weight:900;line-height:1;letter-spacing:.1em;padding-right:.1em;-webkit-animation:marquee2 30s linear infinite;animation:marquee2 30s linear infinite}@media screen and (max-width: 991px){.index-service .service-infinite-text{font-size:8rem}}@-webkit-keyframes marquee2{0%{transform:translateX(-100%)}100%{transform:translateX(0)}}@keyframes marquee2{0%{transform:translateX(-100%)}100%{transform:translateX(0)}}@media screen and (max-width: 768px){.index-service .about-infinite-text{font-size:8rem}}.index-service__item{display:flex;align-items:center;gap:48px}@media screen and (max-width: 991px){.index-service__item{flex-direction:column;gap:24px}}.index-service__item:not(:last-child){margin-bottom:72px}@media screen and (max-width: 991px){.index-service__item:not(:last-child){margin-bottom:48px}}.index-service__item__image{width:50vw;margin-left:calc(50% - 50vw)}@media screen and (max-width: 991px){.index-service__item__image{width:calc(100% + 40px);margin-left:-20px;margin-right:-20px}}.index-service__item__text{width:50%}@media screen and (max-width: 991px){.index-service__item__text{width:100%}}.index-service__item__text__subtitle{font-size:20px;margin-bottom:0;font-family:var(--font-anton);display:flex;align-items:baseline;gap:5px;color:var(--color-secondary);letter-spacing:.1em}@media screen and (max-width: 767px){.index-service__item__text__subtitle{font-size:18px}}.index-service__item__text__subtitle span{font-size:1.2em}.index-service__item__text__title{font-size:clamp(24px,5vw,48px);font-weight:900;margin-bottom:0;color:var(--color-primary)}@media screen and (max-width: 991px){.index-service__item__text__title{font-size:26px}}@media screen and (max-width: 767px){.index-service__item__text__title{font-size:22px}}.index-service__item__text__subtitle2{font-size:20px;margin-bottom:48px;font-weight:500;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background-color:var(--color-primary);color:var(--color-white);font-feature-settings:"palt";padding:0 10px}@media screen and (max-width: 991px){.index-service__item__text__subtitle2{font-size:16px;margin-bottom:24px}}.index-service__item__text__description{font-weight:500}@media screen and (max-width: 767px){.index-service__item__text__description{font-size:14px}.index-service__item__text__description br{display:none}}.index-service__item.reverse{flex-direction:row-reverse}@media screen and (max-width: 991px){.index-service__item.reverse{flex-direction:column}}.index-service__item.reverse .index-service__item__image{margin-left:0;margin-right:calc(50% - 50vw)}@media screen and (max-width: 991px){.index-service__item.reverse .index-service__item__image{margin-left:-20px;margin-right:-20px}}.index-work{overflow:hidden}.index-work__inner{margin-bottom:40px;padding-bottom:0}.index-work__content{width:100%;overflow:hidden}.index-work .index-work-swiper{width:100%;padding-left:calc((100% - 1200px)/2 + 20px);overflow:visible}@media(max-width: 1240px){.index-work .index-work-swiper{padding-left:20px}}.index-work__item__image{width:100%;aspect-ratio:4/3;overflow:hidden;border-radius:8px}.index-work__item__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .4s ease}.index-work__item__image:hover img{transform:scale(1.05)}.index-work__controls{display:flex;align-items:center;justify-content:center;gap:0;margin-top:40px}.index-work__controls .swiper-button-prev,.index-work__controls .swiper-button-next{position:static !important;width:48px !important;height:48px !important;margin:0 !important;top:auto !important;left:auto !important;right:auto !important;color:#333;background:#f0f0f0;border-radius:50%;transition:background .3s ease,color .3s ease}.index-work__controls .swiper-button-prev:hover,.index-work__controls .swiper-button-next:hover{background:#222;color:#fff}.index-work__controls .swiper-button-prev::after,.index-work__controls .swiper-button-next::after{font-size:18px;font-weight:bold}.index-work__controls .swiper-pagination{position:static !important;width:auto !important;display:flex;align-items:center;justify-content:center;margin:0 16px}.index-work__controls .swiper-pagination-bullet{width:12px;height:12px;opacity:1;margin:0 6px !important;background:#ddd;transition:background .3s ease}.index-work__controls .swiper-pagination-bullet-active{background:#333}.index-news__wrapper{display:flex;align-items:self-start;gap:72px}@media screen and (max-width: 991px){.index-news__wrapper{flex-direction:column;gap:32px}}.index-news .primary-heading{width:30%}@media screen and (max-width: 991px){.index-news .primary-heading{width:100%}}.index-news__content{flex:1}@media screen and (max-width: 991px){.index-news__content{width:100%}}.index-news__list li{border-bottom:1px solid #eee}.index-news__list li a{display:flex;gap:24px;padding:16px 0}@media screen and (max-width: 767px){.index-news__list li a{flex-direction:column;gap:8px}}.index-news__list li a .meta{display:flex;align-items:center;gap:10px}.index-news__list li a .meta .date{font-size:14px;color:var(--color-text);min-width:112px}@media screen and (max-width: 767px){.index-news__list li a .meta .date{font-size:12px;min-width:80px}}.index-news__list li a .meta .category{font-size:14px;background-color:var(--color-primary);color:#fff;padding:2px 12px;border-radius:16px}@media screen and (max-width: 767px){.index-news__list li a .meta .category{font-size:12px;padding:2px 10px}}.index-news__list li a h3{flex:1}@media screen and (max-width: 767px){.index-news__list li a h3{font-size:14px}}.service-section__nav{margin-bottom:48px}.service-section__nav-list{display:flex;justify-content:center;align-items:center;gap:16px}@media screen and (max-width: 991px){.service-section__nav-list{gap:8px;flex-direction:column;width:100%;align-items:flex-start}}.service-section__nav-list li{width:100%}.service-section__nav-list li a{color:var(--color-white);text-decoration:none;font-size:clamp(16px,3vw,20px);font-weight:500;padding:20px;border-radius:60px;background-color:var(--color-primary);transition:.3s;display:block;text-align:center;position:relative}@media screen and (max-width: 991px){.service-section__nav-list li a{font-size:16px;padding:8px 16px;min-width:auto;width:100%}}.service-section__nav-list li a::after{content:"";position:absolute;top:0;left:0;width:10px;height:10px;top:100%;left:50%;transform:translateX(-50%);background-color:var(--color-primary);z-index:-1;-webkit-clip-path:polygon(0 0, 51% 100%, 100% 0);clip-path:polygon(0 0, 51% 100%, 100% 0);transition:.3s}@media screen and (max-width: 991px){.service-section__nav-list li a::after{content:none}}@media screen and (max-width: 991px){.service-section__nav-list li a{font-size:16px;padding:8px 16px;min-width:auto}}.service-section__nav-list li a:hover{background-color:var(--color-primary-dark);color:var(--color-white)}.service-section__nav-list li a:hover::after{background-color:var(--color-primary-dark)}.service-section__content{border-top:8px solid var(--color-primary);background-color:var(--color-white);padding:40px;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.15)}.service-section__content:not(:last-child){margin-bottom:72px}@media screen and (max-width: 991px){.service-section__content{padding:24px}}.service-section .service-sub-title{position:relative;text-align:left;font-size:22px;font-weight:bold;margin-top:48px;margin-bottom:24px;color:var(--color-primary);display:flex;align-items:center;gap:10px;border-top:1px solid var(--color-border);padding-top:48px}.service-section .service-sub-title::before{content:"";display:inline-block;width:6px;height:24px;background-color:var(--color-primary);border-radius:3px}.service-section .service-sub-title__sub{margin-bottom:16px}.service-section .service-heading{border-left:4px solid var(--color-primary);padding-left:20px;border-radius:8px;overflow:hidden;margin-bottom:24px}@media screen and (max-width: 991px){.service-section .service-heading{padding-left:16px}}.service-section .service-heading__title{font-size:clamp(18px,3vw,32px);font-weight:700;color:var(--color-primary);margin-bottom:0}.service-section .service-heading__description{font-size:clamp(14px,3vw,20px);font-weight:700;color:var(--color-secondary);margin-bottom:0}.service-section__info{display:flex;align-items:center;gap:48px}@media screen and (max-width: 991px){.service-section__info{flex-direction:column;gap:24px}}.service-section__info__text{flex:1;order:2}.service-section__info__image{width:40%;order:1;height:430px;border-radius:16px;overflow:hidden}@media screen and (max-width: 991px){.service-section__info__image{width:100%;height:260px}}.service-section__info__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.service-section .service-card-list{display:grid;grid-template-columns:repeat(2, 1fr);gap:40px;margin-top:48px}@media screen and (max-width: 991px){.service-section .service-card-list{grid-template-columns:1fr;gap:24px;margin-top:24px}}.service-section .service-card-list .card{background-color:var(--color-white);padding:40px;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.15);border-top:4px solid var(--color-primary)}@media screen and (max-width: 991px){.service-section .service-card-list .card{padding:24px}}.service-section .service-card-list .card__title{font-size:clamp(15px,3vw,24px);font-weight:700;color:var(--color-primary);text-align:center;margin-bottom:20px;border-bottom:1px solid var(--color-border);padding-bottom:20px}.service-section .service-card-list .card__list{list-style:none;padding:0;margin:0;padding-left:20px}.service-section .service-card-list .card__list li{font-size:16px;font-weight:500;list-style:disc}@media screen and (max-width: 991px){.service-section .service-card-list .card__list li{font-size:14px}}.service-section .service-table{margin-top:96px}.service-section .service-table .data-table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid var(--color-border);border-radius:16px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.03)}.service-section .service-table .data-table th{background-color:var(--color-bg-sub);width:25%;font-weight:bold;color:var(--color-primary);vertical-align:top;border-right:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding:20px;text-align:left;vertical-align:middle}@media screen and (max-width: 991px){.service-section .service-table .data-table th{display:block;width:100%;border-right:none}}.service-section .service-table .data-table td{padding:20px;border-bottom:1px solid var(--color-border)}@media screen and (max-width: 991px){.service-section .service-table .data-table td{display:block;width:100%}}.service-section .service-table .data-table td>strong{display:inline-block;color:var(--color-primary);background-color:var(--color-bg-sub);padding:4px 12px;border-radius:20px;font-size:.9em;margin-bottom:12px;border:1px solid #dce4ec}.service-section .service-table .data-table td .sub-list{display:flex;flex-wrap:wrap;gap:10px 24px}.service-section .service-table .data-table td .sub-list:not(:last-child){margin-bottom:24px}.service-section .service-table .data-table td .sub-list__item{position:relative;padding-left:1em}.service-section .service-table .data-table td .sub-list__item::before{content:"";position:absolute;left:0;top:.5em;width:6px;height:6px;background-color:var(--color-primary);border-radius:50%}.service-section .license-info{margin-top:24px}.service-section .grid-list{display:grid;grid-template-columns:repeat(auto-fill, minmax(200px, 1fr));gap:16px}.service-section .grid-list:first-of-type{margin-bottom:36px}@media screen and (max-width: 991px){.service-section .grid-list{grid-template-columns:repeat(2, 1fr);gap:8px}}.service-section .grid-list li{background-color:var(--color-bg-sub);padding:10px;border-radius:4px;font-size:14px;text-align:center;font-weight:700;color:var(--color-primary);border:1px solid var(--color-primary)}@media screen and (max-width: 991px){.service-section .grid-list li{font-size:12px}}.service-section .grid-list.list-link li{padding:0;background-color:rgba(0,0,0,0);border:none}.service-section .grid-list.list-link li a{display:block;background-color:var(--color-primary);padding:10px;border-radius:4px;font-size:14px;text-align:center;font-weight:700;transition:.3s;color:var(--color-white)}.service-section .grid-list.list-link li a:hover{background-color:var(--color-primary-dark)}.company-greeting__content{display:flex;gap:72px}@media screen and (max-width: 991px){.company-greeting__content{flex-direction:column;gap:24px}}.company-greeting__content__image{width:32%}@media screen and (max-width: 991px){.company-greeting__content__image{width:60%;margin:0 auto}}.company-greeting__content__image img{width:100%;border-radius:16px}.company-greeting__content__text{flex:1}@media screen and (max-width: 991px){.company-greeting__content__text{width:100%}}.company-greeting__content__text .signature{margin-left:auto;margin-top:48px;width:350px}.company-greeting__content__text .signature img{width:100%}@media screen and (max-width: 991px){.company-greeting__content__text .signature{width:80%}}.compamy-overview{background-color:var(--color-bg)}.compamy-overview__content{background-color:var(--color-white);padding:40px;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.15)}.company-history__content{padding:40px;background-color:var(--color-white);border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.15)}.company-access{background-color:var(--color-bg-sub)}.contact-section .container{max-width:1000px}.contact-section__content{background-color:var(--color-white);padding:40px;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.15)}@media screen and (max-width: 991px){.contact-section__content{padding:24px}}.contact-section__heading{margin-bottom:64px;text-align:center}.contact-section__heading__title{font-size:clamp(24px,5vw,32px);font-weight:700;color:var(--color-primary);margin-bottom:1rem}.contact-section__heading__description{font-size:16px;font-weight:500;color:var(--color-text);margin-bottom:36px}@media screen and (max-width: 991px){.contact-section__heading__description{font-size:14px}}.contact-section__heading__list{display:grid;grid-template-columns:repeat(2, 1fr);gap:20px}@media screen and (max-width: 991px){.contact-section__heading__list{grid-template-columns:1fr;gap:10px}}.contact-section__heading__list li a{display:flex;align-items:center;flex-direction:column;background-color:var(--color-bg-sub);padding:20px;border-radius:10px;text-align:center;font-weight:700;font-size:16px}.contact-section__heading__list li a p{font-size:clamp(24px,5vw,48px);margin:0;color:var(--color-primary)}.page-privacy-policy__content{padding:40px;background-color:var(--color-white);border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.15)}.page-privacy-policy dl{margin-bottom:2rem}.page-privacy-policy dl dt{font-weight:700}.page-privacy-policy dl dd ol{padding-left:20px;margin-bottom:1rem}.page-privacy-policy dl dd ol li{list-style:decimal}.columns-wrapper{width:90%;max-width:var(--container-width);margin:0 auto;display:flex;gap:40px;padding:72px 0;align-items:flex-start}@media screen and (max-width: 1199px){.columns-wrapper{flex-direction:column;gap:30px;padding:48px 0}}@media screen and (max-width: 767px){.columns-wrapper{width:100%;padding:32px 16px;gap:24px}}.columns-wrapper .sidebar{width:300px;position:-webkit-sticky;position:sticky;top:100px;flex-shrink:0}@media screen and (max-width: 1199px){.columns-wrapper .sidebar{width:100%;position:static}}.columns-wrapper .sidebar .category-title{font-size:1.2rem;border-bottom:2px solid var(--color-primary);padding-bottom:10px;margin-bottom:20px}@media screen and (max-width: 767px){.columns-wrapper .sidebar .category-title{font-size:1.1rem;margin-bottom:15px}}.columns-wrapper .sidebar .category-list{display:flex;flex-direction:column;gap:4px}@media screen and (max-width: 1199px){.columns-wrapper .sidebar .category-list{flex-wrap:wrap;gap:8px}}@media screen and (max-width: 1199px){.columns-wrapper .sidebar .category-list li{margin-bottom:0}}.columns-wrapper .sidebar .category-list a{text-decoration:none;color:#666;font-size:.95rem;display:block;padding:8px 10px;border-radius:4px;transition:.3s}@media screen and (max-width: 1199px){.columns-wrapper .sidebar .category-list a{padding:8px 16px;background:var(--color-bg-sub);border:1px solid #ddd}}.columns-wrapper .sidebar .category-list a:hover{background-color:var(--color-primary);color:var(--color-white)}.columns-wrapper .sidebar .category-list a.active{background-color:var(--color-primary);color:var(--color-white)}.columns-wrapper .main-content{width:calc(100% - 340px);flex:1}@media screen and (max-width: 1199px){.columns-wrapper .main-content{width:100%}}.columns-wrapper .product-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:40px;margin-bottom:80px}@media screen and (max-width: 991px){.columns-wrapper .product-grid{grid-template-columns:repeat(2, 1fr);gap:30px}}@media screen and (max-width: 767px){.columns-wrapper .product-grid{grid-template-columns:1fr;gap:20px}}.columns-wrapper .product-image-wrap{position:relative;aspect-ratio:1/1;overflow:hidden;background:#f5f5f5;border-radius:8px}.columns-wrapper .product-image-wrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s}.columns-wrapper .product-card:hover img{transform:scale(1.1)}.columns-wrapper .badge{position:absolute;top:15px;left:15px;padding:4px 10px;font-size:.7rem;font-weight:bold;border-radius:2px;z-index:10;background:var(--color-primary);color:#fff}.columns-wrapper .product-info{padding:20px 0}.columns-wrapper .product-info .product-name{font-size:1.4rem;margin:0 0 5px 0;color:var(--color-text)}.columns-wrapper .product-info .product-catch{font-family:var(--font-sans);font-size:1.2rem;margin:0 0 5px 0;color:var(--color-text)}.columns-wrapper .product-info .product-desc{font-size:.85rem;color:#777;margin-bottom:15px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.columns-wrapper .product-info .view-detail{font-size:.8rem;font-weight:bold;color:var(--color-primary);display:inline-flex;align-items:center;border-bottom:1px solid var(--color-primary)}.columns-wrapper .product-info .view-detail::after{content:"→";margin-left:5px}.product-visual{display:grid;grid-template-columns:1fr;gap:10px;margin-bottom:40px}.product-visual .main-image{width:100%;max-height:500px;aspect-ratio:16/9;background:#000;overflow:hidden;border-radius:4px;display:flex;align-items:center;justify-content:center;position:relative}@media screen and (max-width: 767px){.product-visual .main-image{max-height:280px}}.product-visual .main-image img{max-width:100%;max-height:100%;width:auto;height:auto;-o-object-fit:contain;object-fit:contain}.product-visual .main-image .gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;background:rgba(255,255,255,.9);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#333;opacity:.7;transition:opacity .3s,transform .3s;z-index:10}.product-visual .main-image .gallery-nav:hover{opacity:1;transform:translateY(-50%) scale(1.1)}@media screen and (max-width: 767px){.product-visual .main-image .gallery-nav{width:36px;height:36px}}.product-visual .main-image .gallery-nav--prev{left:12px}.product-visual .main-image .gallery-nav--next{right:12px}.product-visual .thumb-grid{display:grid;grid-template-columns:repeat(6, 1fr);gap:8px}@media screen and (max-width: 767px){.product-visual .thumb-grid{grid-template-columns:repeat(4, 1fr)}}.product-visual .thumb-grid .thumb-item{aspect-ratio:1/1;background:#f5f5f5;cursor:pointer;border:2px solid rgba(0,0,0,0);transition:.3s;border-radius:2px;overflow:hidden}.product-visual .thumb-grid .thumb-item.is-active{border-color:var(--color-primary)}.product-visual .thumb-grid .thumb-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.product-header{border-bottom:1px solid #eee;padding-bottom:20px;margin-bottom:30px}@media screen and (max-width: 767px){.product-header{padding-bottom:16px;margin-bottom:24px}}.product-header .product-sku{display:inline-block;font-size:.85rem;color:#666;background:var(--color-bg-sub);padding:4px 12px;border-radius:4px;margin-bottom:10px;font-family:var(--font-sans);letter-spacing:.05em}@media screen and (max-width: 767px){.product-header .product-sku{font-size:.8rem;padding:3px 10px}}.product-header .product-cat-tag{display:inline-block;color:var(--color-secondary);font-size:.85rem;font-weight:bold;letter-spacing:.1em;text-decoration:none;transition:opacity .3s}@media screen and (max-width: 767px){.product-header .product-cat-tag{font-size:.8rem}}.product-header .product-cat-tag:hover{opacity:.7}.product-header .product-title{font-family:var(--font-serif);font-size:2.2rem;margin:10px 0;color:var(--color-primary)}@media screen and (max-width: 991px){.product-header .product-title{font-size:1.8rem}}@media screen and (max-width: 767px){.product-header .product-title{font-size:1.5rem;margin:8px 0}}.product-header .product-catch{font-size:1.2rem;font-weight:bold;color:var(--color-secondary);margin-bottom:20px}@media screen and (max-width: 991px){.product-header .product-catch{font-size:1.1rem}}@media screen and (max-width: 767px){.product-header .product-catch{font-size:1rem;margin-bottom:16px}}.item-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:30px}@media screen and (max-width: 991px){.item-grid{grid-template-columns:repeat(2, 1fr);gap:24px}}@media screen and (max-width: 767px){.item-grid{grid-template-columns:1fr;gap:20px}}.item-card{display:block;text-decoration:none;color:inherit;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.06);transition:transform .3s,box-shadow .3s}.item-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px rgba(0,0,0,.12)}.item-card:hover .item-image-wrap img{transform:scale(1.05)}.item-image-wrap{aspect-ratio:4/3;overflow:hidden;background:var(--color-bg-sub)}.item-image-wrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s}.item-info{padding:20px}@media screen and (max-width: 767px){.item-info{padding:16px}}.item-name{font-size:1.05rem;font-weight:600;color:var(--color-primary);line-height:1.5;margin:0}@media screen and (max-width: 767px){.item-name{font-size:1rem}}.no-posts{text-align:center;padding:60px 20px;color:var(--color-text-muted);font-size:1rem}.navigation.pagination{margin-top:60px}.navigation.pagination .nav-links{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap}.navigation.pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:0 14px;font-size:.95rem;font-weight:500;color:var(--color-text);background:#fff;border:1px solid var(--color-border);border-radius:8px;text-decoration:none;transition:all .3s}.navigation.pagination .page-numbers:hover{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.navigation.pagination .page-numbers.current{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.navigation.pagination .page-numbers.dots{border:none;background:rgba(0,0,0,0);pointer-events:none}.navigation.pagination .page-numbers.prev,.navigation.pagination .page-numbers.next{font-size:.85rem}.item-detail{margin-top:40px;padding-top:40px;border-top:1px solid var(--color-border)}@media screen and (max-width: 767px){.item-detail{margin-top:30px;padding-top:30px}}.item-detail__title{font-size:1.8rem;font-weight:700;color:var(--color-primary);margin-bottom:16px;line-height:1.4}@media screen and (max-width: 991px){.item-detail__title{font-size:1.5rem}}@media screen and (max-width: 767px){.item-detail__title{font-size:1.3rem}}.item-detail__category{margin-bottom:24px}.item-detail__category a{display:inline-block;padding:6px 16px;background:var(--color-bg-sub);color:var(--color-secondary);font-size:.85rem;font-weight:500;text-decoration:none;border-radius:20px;transition:all .3s}.item-detail__category a:hover{background:var(--color-primary);color:#fff}.item-detail__description{font-size:1rem;line-height:2;color:var(--color-text)}@media screen and (max-width: 767px){.item-detail__description{font-size:.95rem;line-height:1.9}}