:root{--color-primary: #1A2A3A;--color-secondary: #C5A059;--color-tertiary: #1A2A3A;--color-text: #202020;--color-bg: #F2ECE7;--color-white: #fff;--color-border: #D5CFCA;--font-serif: "Zen Old Mincho", 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-serif);font-size:18px;font-weight:400;line-height:1.8;color:var(--color-text);word-break:break-all;background-color:var(--color-bg)}@media screen and (max-width: 991px){body{font-size:16px}}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%;font-weight:500}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 var(--color-border);border-radius:4px;font-family:inherit;font-size:1rem;box-sizing:border-box;transition:border-color .3s;background-color:var(--color-white)}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;width:calc(100% - 32px)}}.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:240px;width:100%}@media screen and (max-width: 991px){.post-card__thumb{aspect-ratio:16/9;min-height:200px}}.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}.post-main .navigation.pagination .nav-links{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px 10px;font-family:var(--font-sans)}.post-main .navigation.pagination a.page-numbers,.post-main .navigation.pagination span.page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:40px;min-height:40px;padding:8px 12px;font-size:15px;line-height:1;color:var(--color-text);border:1px solid var(--color-border);border-radius:4px;background:var(--color-white);text-decoration:none;transition:border-color .2s,color .2s,background-color .2s}.post-main .navigation.pagination a.page-numbers:hover{border-color:var(--color-secondary);color:var(--color-secondary)}.post-main .navigation.pagination span.page-numbers.current{background:var(--color-primary);border-color:var(--color-primary);color:var(--color-white);font-weight:500;cursor:default}.post-main .navigation.pagination span.page-numbers.dots{min-width:auto;padding:8px 6px;border:none;background:rgba(0,0,0,0);color:var(--color-text)}.post-main .navigation.pagination a.prev,.post-main .navigation.pagination a.next{padding:8px 16px}@media screen and (max-width: 767px){.post-main .navigation.pagination .nav-links{gap:6px}.post-main .navigation.pagination a.page-numbers,.post-main .navigation.pagination span.page-numbers{min-width:36px;min-height:36px;font-size:14px;padding:6px 10px}.post-main .navigation.pagination a.prev,.post-main .navigation.pagination a.next{padding:6px 12px}}.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}}.sp-only{display:none}.pc-only{display:block}@media screen and (max-width: 767px){.sp-only{display:block}.pc-only{display:none}}.primary-heading{margin-bottom:48px}@media screen and (max-width: 991px){.primary-heading{margin-bottom:32px}}.primary-heading.is-center{text-align:center}.primary-heading__subtitle{font-size:16px;color:var(--color-secondary);margin-bottom:0}.primary-heading__title{font-size:32px;color:var(--color-primary);margin-bottom:0}@media screen and (max-width: 991px){.primary-heading__title{font-size:26px}}@media screen and (max-width: 767px){.primary-heading__title{font-size:22px}}.primary-heading__description{font-size:16px;margin-top:24px;margin-bottom:0}@media screen and (max-width: 991px){.primary-heading__description{font-size:15px;margin-top:16px}}.primary-button{display:flex;align-items:center;justify-content:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;position:relative;padding-left:68px;margin-top:48px;height:48px}.primary-button.is-center{margin-left:auto;margin-right:auto}.primary-button::after{content:"";position:absolute;width:48px;height:48px;background-color:var(--color-primary);border-radius:50%;top:50%;left:0;transform:translateY(-50%);z-index:-1}.primary-button::before{content:"";position:absolute;background:url(../images/common/arrow-wh.svg) no-repeat center center/contain;z-index:1;top:50%;left:12px;transform:translateY(-50%);width:24px;height:24px}.table-list{width:100%;border-top:1px solid var(--color-border)}.table-list__row{display:flex;flex-direction:row;border-bottom:1px solid var(--color-border);align-items:stretch}@media screen and (max-width: 767px){.table-list__row{flex-direction:column}}.table-list__term{width:250px;padding:24px;font-weight:bold;color:var(--color-primary);display:flex;align-items:center}@media screen and (max-width: 767px){.table-list__term{width:100%;padding:12px 16px 0;font-size:14px}}.table-list__description{flex:1;padding:24px;margin-left:0;display:flex;align-items:center;line-height:1.6}@media screen and (max-width: 767px){.table-list__description{padding:16px;font-size:15px}}.page-header{border-bottom:1px solid var(--color-border)}.page-header__inner{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;height:300px;padding:0 50px 50px}@media screen and (max-width: 991px){.page-header__inner{height:220px;padding:0 32px 40px}}@media screen and (max-width: 767px){.page-header__inner{height:180px;padding:0 20px 28px}}.page-header__subtitle{font-size:20px;margin-bottom:0;letter-spacing:.05em}@media screen and (max-width: 991px){.page-header__subtitle{font-size:16px}}.page-header__title{font-size:36px;color:var(--color-primary);margin-bottom:0;letter-spacing:.05em}@media screen and (max-width: 991px){.page-header__title{font-size:28px}}@media screen and (max-width: 767px){.page-header__title{font-size:22px}}@-webkit-keyframes page-loader-rings-in{from{opacity:0;transform:scale(0.82)}to{opacity:1;transform:scale(1)}}@keyframes page-loader-rings-in{from{opacity:0;transform:scale(0.82)}to{opacity:1;transform:scale(1)}}@-webkit-keyframes page-loader-rings-breath{0%,100%{opacity:1}50%{opacity:.86}}@keyframes page-loader-rings-breath{0%,100%{opacity:1}50%{opacity:.86}}@-webkit-keyframes page-loader-mark-in{from{opacity:0;transform:translateY(14px) scale(0.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes page-loader-mark-in{from{opacity:0;transform:translateY(14px) scale(0.96)}to{opacity:1;transform:translateY(0) scale(1)}}@-webkit-keyframes page-loader-script-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes page-loader-script-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.page-loader{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;background-color:var(--color-primary);transition:opacity .55s cubic-bezier(0.4, 0, 0.2, 1),visibility 0s linear .55s}.page-loader.is-done{opacity:0;visibility:hidden;pointer-events:none}.page-loader__inner{width:min(48vw,220px);filter:drop-shadow(0 16px 48px rgba(0, 0, 0, 0.4))}.page-loader__svg{display:block;width:100%;height:auto;overflow:visible}.page-loader__rings{transform-origin:104px 102px;-webkit-animation:page-loader-rings-in .85s cubic-bezier(0.22, 1, 0.36, 1) forwards,page-loader-rings-breath 2.4s ease-in-out .85s infinite;animation:page-loader-rings-in .85s cubic-bezier(0.22, 1, 0.36, 1) forwards,page-loader-rings-breath 2.4s ease-in-out .85s infinite;opacity:0}.page-loader__symbol{transform-origin:104px 102px;-webkit-animation:page-loader-mark-in .95s cubic-bezier(0.22, 1, 0.36, 1) .14s both;animation:page-loader-mark-in .95s cubic-bezier(0.22, 1, 0.36, 1) .14s both;opacity:0}.page-loader__script{-webkit-animation:page-loader-script-in .8s ease-out .4s both;animation:page-loader-script-in .8s ease-out .4s both;opacity:0}body.is-page-loading{overflow:hidden}@media(prefers-reduced-motion: reduce){.page-loader{transition:opacity .15s ease,visibility 0s linear .15s}.page-loader__rings,.page-loader__symbol,.page-loader__script{-webkit-animation:none !important;animation:none !important;opacity:1 !important;transform:none !important}}.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}}.site-main{position:relative}.header-scroll-sentinel{position:absolute;left:0;right:0;height:1px;margin:0;padding:0;border:0;pointer-events:none;visibility:hidden}.site-header{position:fixed;left:0;top:0;width:100%;z-index:100;transition:background-color .3s ease}.site-header__inner{display:flex;justify-content:space-between;align-items:center;padding:0 50px;height:100px}@media screen and (max-width: 1199px){.site-header__inner{padding:0 32px}}@media screen and (max-width: 1280px){.site-header__inner{height:80px;padding:0 32px}}@media screen and (max-width: 767px){.site-header__inner{height:72px;padding:0 16px}}.site-header__logo{display:block;width:200px}@media screen and (max-width: 1280px){.site-header__logo{width:160px}}@media screen and (max-width: 767px){.site-header__logo{width:140px}}.site-header__logo-wh{display:none}.site-header__logo-bl{display:block}.site-header__logo img{width:100%;height:auto}.site-header__menu-toggle{display:none;flex-shrink:0;align-items:center;justify-content:center;width:48px;height:48px;padding:0;margin:0;border:0;background:rgba(0,0,0,0);cursor:pointer;color:var(--color-text);position:relative;z-index:2;background-color:var(--color-white)}@media screen and (max-width: 1280px){.site-header__menu-toggle{display:flex}}.site-header__menu-bar{position:absolute;left:10px;right:10px;height:2px;background:currentColor;border-radius:1px;transition:transform .3s ease,top .3s ease,opacity .25s ease}.site-header__menu-bar:nth-child(1){top:16px}.site-header__menu-bar:nth-child(2){top:23px}.site-header__menu-bar:nth-child(3){top:30px}@media screen and (max-width: 1280px){body.is-menu-open .site-header .site-header__menu-bar:nth-child(1){top:23px;transform:rotate(45deg)}body.is-menu-open .site-header .site-header__menu-bar:nth-child(2){opacity:0}body.is-menu-open .site-header .site-header__menu-bar:nth-child(3){top:23px;transform:rotate(-45deg)}}@media screen and (max-width: 1280px){.site-header__nav{position:fixed;inset:0;z-index:90;background-color:var(--color-white);padding:100px 32px 48px;overflow-y:auto;-webkit-overflow-scrolling:touch;transform:translateX(100%);visibility:hidden;pointer-events:none;transition:transform .35s cubic-bezier(0.4, 0, 0.2, 1),visibility 0s linear .35s}body.is-menu-open .site-header__nav{transform:translateX(0);visibility:visible;pointer-events:auto;transition:transform .35s cubic-bezier(0.4, 0, 0.2, 1),visibility 0s linear 0s}}@media screen and (max-width: 767px){.site-header__nav{padding:88px 20px 40px}}.site-header__nav-close{display:none}@media screen and (max-width: 1280px){.site-header__nav-close{display:flex;position:absolute;top:24px;right:24px;width:48px;height:48px;align-items:center;justify-content:center;padding:0;margin:0;border:0;background:rgba(0,0,0,0);cursor:pointer;color:var(--color-primary);z-index:2}}.site-header__nav-close-bar{position:absolute;left:50%;top:50%;pointer-events:none;width:22px;height:2px;margin-left:-11px;margin-top:-1px;background:currentColor;border-radius:1px}.site-header__nav-close-bar:nth-child(1){transform:rotate(45deg)}.site-header__nav-close-bar:nth-child(2){transform:rotate(-45deg)}.site-header__nav-list{display:flex;align-items:center;gap:28px}@media(max-width: 1320px){.site-header__nav-list{flex-direction:column;gap:0}}.site-header__nav-item a{color:var(--color-text);transition:color .25s ease,border-color .25s ease,background-color .25s ease}.site-header__nav-item a:hover{color:var(--color-secondary)}@media screen and (max-width: 1280px){.site-header__nav-item a:not(.site-header__nav-link--contact){display:block;padding:16px 0;font-size:16px;text-align:center}}.site-header__nav-link--icon{display:flex}.site-header__nav-link--icon img{width:24px;height:24px}.site-header__nav-link--contact{border:1px solid var(--color-text);padding:10px 20px;border-radius:60px;color:var(--color-text)}.site-header__nav-link--contact:hover{background-color:var(--color-primary);color:var(--color-white) !important}@media screen and (max-width: 1280px){.site-header__nav-link--contact{display:inline-block;width:auto;max-width:100%;margin-top:8px;padding:10px 20px;text-align:center;box-sizing:border-box}.site-header__nav-link--icon{justify-content:center}}@media screen and (max-width: 1280px){body.is-menu-open .site-header .site-header__nav .site-header__nav-link--contact{background-color:rgba(0,0,0,0);border:1px solid var(--color-primary);color:var(--color-primary)}body.is-menu-open .site-header .site-header__nav .site-header__nav-link--contact:hover{background-color:var(--color-primary);color:var(--color-white) !important}}.site-header.is-scrolled{background-color:var(--color-white)}.site-header.is-scrolled .site-header__nav-link{color:var(--color-primary)}.site-header.is-scrolled .site-header__nav-link--contact{background-color:var(--color-primary);color:var(--color-white)}.site-header.is-scrolled .site-header__logo-wh{display:none}.site-header.is-scrolled .site-header__logo-bl{display:block}.home .site-header__logo-bl{display:none}.home .site-header__logo-wh{display:block}.home .site-header__nav-item a{color:var(--color-white)}.home .site-header__nav-link--contact{border-color:var(--color-white)}.is-menu-open .site-header__nav-item a{color:var(--color-primary)}.is-menu-open .site-header__nav-link--contact{border-color:var(--color-primary)}.site-footer__contact{background-color:var(--color-tertiary);color:var(--color-white)}.site-footer__contact-inner{padding:80px 0}@media screen and (max-width: 991px){.site-footer__contact-inner{padding:56px 24px}}.site-footer__contact-header{text-align:center;margin-bottom:48px}@media screen and (max-width: 991px){.site-footer__contact-header{margin-bottom:32px}}.site-footer__contact-title{font-size:32px}@media screen and (max-width: 991px){.site-footer__contact-title{font-size:26px}}.site-footer__contact-lead{font-size:18px}@media screen and (max-width: 991px){.site-footer__contact-lead{font-size:16px}}.site-footer__contact-body{display:flex;justify-content:center;gap:24px}@media screen and (max-width: 991px){.site-footer__contact-body{flex-direction:column;align-items:stretch;gap:16px}}.site-footer__contact-tel,.site-footer__contact-form{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:2px;border:1px solid var(--color-white);height:90px;width:330px;color:var(--color-white);line-height:1.2;transition:.3s ease}.site-footer__contact-tel:hover,.site-footer__contact-form:hover{background-color:var(--color-secondary)}@media screen and (max-width: 991px){.site-footer__contact-tel,.site-footer__contact-form{width:100%;max-width:400px;margin-inline:auto}}.site-footer__contact-tel span:first-child{font-size:32px}.site-footer__contact-tel span:last-child{font-size:14px}.site-footer__contact-form span:first-child{font-size:14px}.site-footer__contact-form span:last-child{font-size:24px}@media screen and (max-width: 767px){.site-footer__contact-desc{font-size:12px;margin-top:16px}}.site-footer__bottom-inner{padding:80px 0}@media screen and (max-width: 991px){.site-footer__bottom-inner{padding:48px 24px}}@media screen and (max-width: 767px){.site-footer__bottom-inner{padding:40px 20px}}.site-footer__bottom-content{display:flex;justify-content:space-between}@media screen and (max-width: 991px){.site-footer__bottom-content{flex-direction:column;gap:40px;padding:32px 0}}.site-footer__bottom-left{flex:1}.site-footer__bottom-right{flex:1}.site-footer__bottom-logo{display:flex;flex-direction:column;align-items:center;margin-bottom:24px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (max-width: 767px){.site-footer__bottom-logo{margin-left:auto;margin-right:auto}}.site-footer__bottom-logo img{width:160px;height:auto}.site-footer__bottom-logo span{font-size:24px;font-weight:700}.site-footer__bottom address{font-size:16px;margin-bottom:24px}.site-footer__bottom-list li{font-size:16px}@media screen and (max-width: 767px){.site-footer__bottom-list li{font-size:14px}}.site-footer__bottom-banner{margin-top:24px;display:flex;flex-direction:column;align-items:flex-end}.site-footer__bottom-banner li{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (max-width: 767px){.site-footer__bottom-banner li{width:100%}}.site-footer__bottom-banner a{display:block;transition:.3s ease}.site-footer__bottom-banner a.banner1{width:150px}@media screen and (max-width: 767px){.site-footer__bottom-banner a.banner1{margin:0 auto}}.site-footer__bottom-banner a.banner2{background-color:var(--color-white);color:var(--color-primary);padding:10px 20px;border:1px solid var(--color-primary);margin-top:10px;display:flex;align-items:center;gap:10px}@media screen and (max-width: 767px){.site-footer__bottom-banner a.banner2{font-size:12px}}.site-footer__bottom-banner a.banner2 img{width:80px}@media screen and (max-width: 767px){.site-footer__bottom-banner a.banner2 img{width:60px}}.site-footer__bottom-banner a:hover{opacity:.8}.site-footer__bottom-nav-list{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:24px}@media screen and (max-width: 991px){.site-footer__bottom-nav-list{justify-content:flex-start;gap:16px}}.site-footer__bottom-nav-social{display:flex;justify-content:flex-end;gap:16px;margin-top:24px}.site-footer__bottom-nav-social li a{font-size:28px;color:var(--color-primary);transition:.3s ease}.site-footer__bottom-nav-social li a:hover{color:var(--color-secondary)}@media screen and (max-width: 991px){.site-footer__bottom-nav-social{justify-content:center}}.site-footer__bottom-copyright{text-align:right;font-size:14px;margin:0}@media screen and (max-width: 991px){.site-footer__bottom-copyright{text-align:center;font-size:12px}}.index-hero{position:relative;overflow:hidden;height:100vh;background-color:var(--color-primary)}@media screen and (max-width: 991px){.index-hero{height:500px}}.index-hero__slider{position:absolute;inset:0;z-index:0;isolation:isolate}.index-hero__slide{position:absolute;inset:0;opacity:0;transition:opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1);z-index:0;pointer-events:none;contain:paint}.index-hero__slide.is-active{opacity:1}.index-hero__slide-bg{position:absolute;inset:0;background-size:cover;background-position:center;transform:scale3d(1.1, 1.1, 1) translateZ(0);transform-origin:50% 50%;transition:none;will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden}.index-hero__slide--zoom .index-hero__slide-bg{transition:transform 5s cubic-bezier(0.22, 1, 0.36, 1);transform:scale3d(1, 1, 1) translateZ(0)}.index-hero__overlay{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg, rgba(26, 42, 58, 0.5) 0%, rgba(26, 42, 58, 0.2) 45%, rgba(26, 42, 58, 0.55) 100%)}.index-hero__inner{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:flex-end;height:100%;padding:0 5vw 5vw}.index-hero__title{font-size:clamp(28px,8.5vw,142px);font-weight:500;color:var(--color-white);margin-bottom:24px;line-height:1.2}.index-hero__text{font-size:2vw;color:var(--color-white);margin:0}@media screen and (max-width: 767px){.index-hero__text{font-size:13px}}@media(prefers-reduced-motion: reduce){.index-hero__slide{transition-duration:.01ms}.index-hero__slide.is-active .index-hero__slide-bg{transform:scale3d(1, 1, 1) translateZ(0)}.index-hero__slide--zoom .index-hero__slide-bg{transition:none;transform:scale3d(1, 1, 1) translateZ(0)}}.index-about{overflow:hidden;padding-bottom:100px}@media screen and (max-width: 1199px){.index-about{padding-bottom:64px}}@media screen and (max-width: 767px){.index-about{padding-bottom:48px}}.index-about__content{display:flex;align-items:center;gap:100px;position:relative}@media screen and (max-width: 1199px){.index-about__content{flex-direction:column;gap:48px}}.index-about__sub-image{position:absolute;right:-100px;bottom:-200px;width:380px}@media screen and (max-width: 1199px){.index-about__sub-image{display:none}}.index-about__image{width:45vw;margin-left:calc(50% - 50vw);height:600px}@media screen and (max-width: 1199px){.index-about__image{width:100%;max-width:100%;margin-left:0;height:420px}}@media screen and (max-width: 767px){.index-about__image{height:280px}}.index-about__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top}.index-about__text{flex:1;padding-right:180px}@media screen and (max-width: 1199px){.index-about__text{padding-right:0}}.index-about__title{font-size:42px;position:absolute;right:0;top:0;-ms-writing-mode:tb-rl;writing-mode:vertical-rl;display:flex;flex-direction:column;gap:0;line-height:1.5;font-weight:500}.index-about__title span:last-child{margin-top:2em}@media screen and (max-width: 1199px){.index-about__title{position:static;-ms-writing-mode:lr-tb;writing-mode:horizontal-tb;flex-direction:row;flex-wrap:wrap;gap:.5em;font-size:32px;margin-bottom:24px}.index-about__title span:last-child{margin-top:0}}@media screen and (max-width: 767px){.index-about__title{font-size:24px}}.index-services__inner{padding-top:0}.index-services__content{display:grid;grid-template-columns:repeat(2, 1fr);gap:24px}@media screen and (max-width: 991px){.index-services__content{grid-template-columns:1fr}}.index-services__card{height:400px;position:relative;color:var(--color-white);display:flex;flex-direction:column;padding:30px;position:relative;overflow:hidden}.index-services__card:first-child::before{background:url(../images/index/service01.webp) no-repeat center center/cover}.index-services__card:last-child::before{background:url(../images/index/service02.webp) no-repeat center center/cover}.index-services__card::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;transition:all .3s ease}.index-services__card::after{content:"";background:rgba(0,0,0,.3);position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;transition:all .3s ease}.index-services__card:hover::before{transform:scale(1.1)}.index-services__card:hover::after{background:rgba(0,0,0,.5)}.index-services__card-header{display:flex;align-items:center;font-size:32px;gap:10px}.index-services__card-header span{font-size:1.3em}.index-services__card-content{margin-top:auto}.index-services__card-content h3{font-size:24px;margin-bottom:10px}.index-services__card-content p{font-size:16px;line-height:1.5;margin-bottom:0}.index-services__card-button{position:absolute;right:30px;bottom:30px;display:flex;align-items:center;justify-content:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding-left:68px;height:48px}.index-services__card-button::after{content:"";position:absolute;width:48px;height:48px;background-color:var(--color-white);border-radius:50%;top:50%;left:0;transform:translateY(-50%)}.index-services__card-button::before{content:"";position:absolute;background:url(../images/common/arrow-bk.svg) no-repeat center center/contain;z-index:1;top:50%;left:12px;transform:translateY(-50%);width:24px;height:24px}@media screen and (max-width: 991px){.index-services__card{height:320px}}@media screen and (max-width: 767px){.index-services__card{height:auto;padding:24px}.index-services__card-header{font-size:24px}.index-services__card-content{margin-top:0}.index-services__card-content h3{font-size:20px}.index-services__card-content p{font-size:14px}.index-services__card-button{position:relative;bottom:0;right:0;margin-left:auto;margin-top:24px}}.index-estate__inner{padding-top:0}.index-estate__items{display:grid;grid-template-columns:repeat(3, 1fr);gap:24px}@media screen and (max-width: 1199px){.index-estate__items{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 991px){.index-estate__items{grid-template-columns:1fr}}.index-estate__item{display:flex;flex-direction:column;height:100%;background-color:var(--color-white)}.index-estate__item-image{height:240px;background-color:var(--color-primary);overflow:hidden}@media screen and (max-width: 991px){.index-estate__item-image{height:240px}}.index-estate__item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:.3s ease}.index-estate__item-info{display:flex;flex-direction:column;padding:24px}.index-estate__item-info .price{font-size:24px;color:var(--color-secondary);margin-bottom:0}.index-estate__item-info h3{margin-bottom:0}.index-estate__item:hover{opacity:.8}.index-estate__item:hover img{transform:scale(1.05)}.index-wooden-warehouse{overflow:hidden}.index-wooden-warehouse__inner{padding-top:0}.index-wooden-warehouse__content{display:flex;align-items:center;gap:100px}@media screen and (max-width: 1199px){.index-wooden-warehouse__content{flex-direction:column;gap:48px}}.index-wooden-warehouse__image{width:50vw;margin-right:calc(50% - 50vw);height:700px;order:2;position:relative}@media screen and (max-width: 1199px){.index-wooden-warehouse__image{width:100%;max-width:100%;margin-right:0;order:1;height:420px}}@media screen and (max-width: 767px){.index-wooden-warehouse__image{height:300px}}.index-wooden-warehouse__image-content{position:absolute;bottom:0;left:0;width:100%;height:auto;background:linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);color:var(--color-white);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px 0}.index-wooden-warehouse__image-content-title{font-size:24px;font-weight:700;margin:0;line-height:1;color:var(--color-secondary)}.index-wooden-warehouse__image-content-description{font-size:40px;font-weight:500;margin:0}@media screen and (max-width: 1199px){.index-wooden-warehouse__image-content-description{font-size:28px}}@media screen and (max-width: 767px){.index-wooden-warehouse__image-content-description{font-size:22px}}.index-wooden-warehouse__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.index-wooden-warehouse__body{flex:1;order:1}@media screen and (max-width: 1199px){.index-wooden-warehouse__body{order:2}}.index-wooden-warehouse__title{font-size:36px;margin-bottom:24px;line-height:1.5;font-weight:700}.index-wooden-warehouse__title span{display:inline-block;margin-left:-10px;font-size:1.3em}@media screen and (max-width: 767px){.index-wooden-warehouse__title{font-size:26px}}.index-wooden-warehouse__description{font-size:16px;margin-bottom:24px}.index-wooden-warehouse__list li h3{display:flex;align-items:baseline;gap:10px;font-size:20px;font-weight:700}.index-wooden-warehouse__list li h3 span{font-size:28px;font-weight:500;color:var(--color-secondary)}.index-news__content{display:flex;gap:100px}@media screen and (max-width: 1199px){.index-news__content{flex-direction:column;gap:40px}}.index-news__left{width:300px}@media screen and (max-width: 1199px){.index-news__left{width:100%}}.index-news__right{flex:1}.index-news__item{border-bottom:1px solid var(--color-border)}.index-news__item:first-child{border-top:1px solid var(--color-border)}.index-news__link{display:flex;padding:24px 0;gap:24px}@media screen and (max-width: 767px){.index-news__link{flex-direction:column;gap:12px;padding:20px 0}}.index-news .meta{display:flex;align-items:center;gap:10px}.index-news .meta .category{font-size:14px;background-color:var(--color-primary);color:var(--color-white);padding:2px 10px}.service-intro__content h2{text-align:center;font-size:32px;margin-bottom:24px}@media screen and (max-width: 991px){.service-intro__content h2{font-size:26px}}@media screen and (max-width: 767px){.service-intro__content h2{font-size:22px}}.service-intro__content p{text-align:center}@media screen and (max-width: 767px){.service-intro__content p{font-size:15px}}.service-top{overflow:hidden}.service-top__content{display:flex;align-items:center;gap:60px}@media screen and (max-width: 1199px){.service-top__content{flex-direction:column;gap:40px}}.service-top__image{width:49vw;margin-left:calc(50% - 50vw);height:700px;position:relative}@media screen and (max-width: 1199px){.service-top__image{width:100%;max-width:100%;margin-left:0;height:420px}}.service-top__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.service-top__body{flex:1}.service-top__body h2{font-size:32px;margin-bottom:24px}@media screen and (max-width: 991px){.service-top__body h2{font-size:26px}}@media screen and (max-width: 767px){.service-top__body h2{font-size:22px}}@media screen and (max-width: 767px){.service-top__body p{font-size:15px}}.custom-homes-section__inner{padding-top:0}.custom-homes-section__content{display:grid;grid-template-columns:repeat(2, 1fr);gap:32px 48px}@media screen and (max-width: 1280px){.custom-homes-section__content{grid-template-columns:1fr}}.custom-homes-section .card{display:flex;align-items:center;gap:24px}@media screen and (max-width: 1280px){.custom-homes-section .card{flex-direction:column;align-items:flex-start;margin-bottom:24px}}.custom-homes-section .card__image{width:300px;height:200px}@media screen and (max-width: 1280px){.custom-homes-section .card__image{width:100%;max-width:100%;height:auto;aspect-ratio:3/2}}@media screen and (max-width: 767px){.custom-homes-section .card__image{height:200px}}.custom-homes-section .card__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.custom-homes-section .card__body{flex:1}.custom-homes-section .card__title{font-size:24px;margin-bottom:10px}@media screen and (max-width: 767px){.custom-homes-section .card__title{font-size:20px}}.custom-homes-section .card__description{font-size:16px;line-height:1.5;margin-bottom:0}.renovation-section__inner{padding-top:0}.renovation-section__content{display:grid;grid-template-columns:repeat(3, 1fr);gap:24px}@media screen and (max-width: 1199px){.renovation-section__content{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 991px){.renovation-section__content{grid-template-columns:1fr}}.renovation-section .card{display:flex;flex-direction:column;align-items:center;gap:24px}.renovation-section .card__image{width:100%;height:280px}@media screen and (max-width: 991px){.renovation-section .card__image{height:220px}}.renovation-section .card__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.renovation-section .card__title{font-size:32px;margin-bottom:10px;text-align:center}@media screen and (max-width: 991px){.renovation-section .card__title{font-size:24px}}.renovation-section .card__description{font-size:16px;line-height:1.5;margin-bottom:0}.maintenance-section__inner{padding-top:0}.maintenance-section__list{display:grid;grid-template-columns:repeat(4, 1fr);gap:24px}@media screen and (max-width: 1199px){.maintenance-section__list{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 767px){.maintenance-section__list{gap:8px}}.maintenance-section__list li{background-color:var(--color-primary);color:var(--color-white);padding:32px 24px;font-size:16px;line-height:1.5;text-align:center;margin-bottom:0}@media screen and (max-width: 767px){.maintenance-section__list li{padding:24px 16px;font-size:15px}}.flow-section{background-color:var(--color-primary);color:var(--color-white)}.flow-section__heading{text-align:center;margin-bottom:48px}@media screen and (max-width: 991px){.flow-section__heading{margin-bottom:32px}}.flow-section__heading-subtitle{font-size:16px;color:var(--color-secondary);margin-bottom:0}.flow-section__heading-title{font-size:32px;margin-bottom:0}.flow-section__heading-description{font-size:16px;margin-bottom:0}.flow-section__list{display:grid;grid-template-columns:repeat(4, 1fr);gap:24px}@media screen and (max-width: 1199px){.flow-section__list{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 991px){.flow-section__list{grid-template-columns:1fr;gap:32px}}.flow-section__list li{display:flex;flex-direction:column;gap:18px}.flow-section__list li .number{font-size:24px;margin-bottom:10px;display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;border:1px solid var(--color-white);color:var(--color-secondary);margin:0 auto}@media screen and (max-width: 991px){.flow-section__list li .number{width:52px;height:52px;font-size:20px}}.flow-section__list li h3{font-size:24px;margin-bottom:10px;text-align:center}@media screen and (max-width: 991px){.flow-section__list li h3{font-size:20px}}.flow-section__list li p{margin-bottom:0}.consulting-section__content{display:flex;align-items:center;gap:48px}@media screen and (max-width: 1199px){.consulting-section__content{flex-direction:column;gap:40px}}.consulting-section__body{flex:1;order:1}@media screen and (max-width: 1199px){.consulting-section__body{order:2}}.consulting-section__image{width:50vw;height:660px;margin-right:calc(50% - 50vw);order:2}@media screen and (max-width: 1199px){.consulting-section__image{width:100%;max-width:100%;height:400px;margin-right:0;order:1}}@media screen and (max-width: 767px){.consulting-section__image{height:260px}}.consulting-section__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.consulting-section__list li{position:relative;padding-left:32px;font-size:24px}@media screen and (max-width: 767px){.consulting-section__list li{font-size:18px;padding-left:28px}}.consulting-section__list li::before{content:"";position:absolute;background:url(../images/common/check.svg) no-repeat center center/contain;width:24px;height:24px;left:0;top:50%;transform:translateY(-50%)}@media screen and (max-width: 767px){.consulting-section .primary-button{margin-top:32px}}@media screen and (max-width: 991px){.item-single{padding:48px 0 72px}}@media screen and (max-width: 767px){.item-single{padding:32px 0 56px}}.item-single__inner{max-width:1000px}.item-single__header{margin-bottom:40px}@media screen and (max-width: 767px){.item-single__header{margin-bottom:24px}}.item-single__heading-title{font-size:32px;color:var(--color-primary);font-weight:500;margin-bottom:0;word-break:break-word}@media screen and (max-width: 991px){.item-single__heading-title{font-size:26px}}@media screen and (max-width: 767px){.item-single__heading-title{font-size:22px}}.item-single__heading-price{font-size:24px;color:var(--color-primary);font-weight:500;margin-bottom:16px;word-break:break-word}@media screen and (max-width: 991px){.item-single__heading-price{font-size:20px}}@media screen and (max-width: 767px){.item-single__heading-price{font-size:18px;margin-bottom:12px}}.item-single__heading-location{font-size:16px;display:flex;align-items:flex-start;gap:10px;word-break:break-word}@media screen and (max-width: 767px){.item-single__heading-location{font-size:15px;line-height:1.6}}.item-single__heading-location .fa-location-dot{flex-shrink:0;margin-top:.2em}.item-single__terms{display:flex;flex-wrap:wrap;gap:8px 16px;list-style:none;margin:0;padding:0}.item-single__terms a{font-size:14px;color:var(--color-white);background-color:var(--color-primary);padding:2px 5px}.item-single__layout{display:grid;gap:40px;align-items:start}@media screen and (max-width: 1199px){.item-single__layout{grid-template-columns:minmax(0, 1fr) minmax(280px, 420px)}}@media screen and (max-width: 991px){.item-single__layout{grid-template-columns:1fr}}@media screen and (max-width: 767px){.item-single__layout{gap:32px}}.item-single__layout>:only-child{grid-column:1/-1}.item-single__specs-heading{font-size:22px;color:var(--color-primary);font-weight:500;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid var(--color-border)}@media screen and (max-width: 767px){.item-single__specs-heading{font-size:18px}}.item-single__comment-heading{font-size:22px;color:var(--color-primary);font-weight:500;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid var(--color-border)}@media screen and (max-width: 767px){.item-single__comment-heading{font-size:18px}}.item-single__comment{margin-top:48px;position:relative;padding-left:24px}@media screen and (max-width: 991px){.item-single__comment{margin-top:0;padding-left:20px}}@media screen and (max-width: 767px){.item-single__comment{padding-left:16px}}.item-single__comment-heading{color:var(--color-secondary);font-size:18px}@media screen and (max-width: 767px){.item-single__comment-heading{font-size:16px}}.item-single__comment::before{content:"";position:absolute;width:4px;height:100%;background-color:var(--color-secondary);left:0;top:0}.item-single__comment-body{line-height:1.85}.item-single__comment-body p:last-child{margin-bottom:0}@media screen and (max-width: 767px){.item-single__comment-body{font-size:15px}}.item-single__specs{min-width:0}@media screen and (max-width: 767px){.item-single__specs .primary-heading{margin-bottom:24px}}@media screen and (max-width: 991px){.item-single__specs .table-list .table-list__row{flex-direction:column}.item-single__specs .table-list .table-list__term{width:100%;padding:16px 16px 8px;font-size:14px}.item-single__specs .table-list .table-list__description{padding:0 16px 16px;font-size:15px}}.item-single .item-gallery{min-width:0}@media screen and (max-width: 767px){.item-single .item-gallery__main{width:100%;margin-bottom:12px}.item-single .item-gallery__thumbs{flex-wrap:nowrap;gap:8px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;padding-bottom:6px;scrollbar-width:thin}.item-single .item-gallery__thumb{flex:0 0 auto}.item-single .item-gallery__thumb img{width:72px;height:72px}}@media screen and (max-width: 767px){.works-archive{padding:48px 0 72px}}.works-archive .primary-heading{margin-bottom:48px}.works-archive__filters{margin-bottom:40px}.works-archive__filters-list{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 16px;list-style:none;margin:0;padding:0}.works-archive__filters-link{display:inline-block;padding:8px 18px;font-size:14px;color:var(--color-text);border:1px solid var(--color-border);border-radius:4px;background:var(--color-white);transition:border-color .2s,color .2s}.works-archive__filters-link:hover{border-color:var(--color-secondary);color:var(--color-secondary)}.works-archive__filters-link.is-active{border-color:var(--color-secondary);color:var(--color-secondary);font-weight:500}.works-archive__empty{text-align:center;color:var(--color-text)}.works-archive .item-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:24px;margin-bottom:64px}@media screen and (max-width: 1280px){.works-archive .item-grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 991px){.works-archive .item-grid{grid-template-columns:1fr}}.works-archive .item-grid .item-card{display:flex;flex-direction:column;background-color:var(--color-white);transition:all .3s ease}.works-archive .item-grid .item-card .item-image-wrap{width:100%;height:240px;background-color:var(--color-primary);overflow:hidden}@media screen and (max-width: 991px){.works-archive .item-grid .item-card .item-image-wrap{height:200px}}.works-archive .item-grid .item-card .item-image-wrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:all .3s ease}.works-archive .item-grid .item-card .item-info{padding:24px}.works-archive .item-grid .item-card .item-info h3{font-size:18px;margin-bottom:0}.works-archive .item-grid .item-card:hover{transform:translateY(-10px)}.works-archive .item-grid .item-card:hover .item-image-wrap img{transform:scale(1.05)}.works-single{padding:64px 0 96px}@media screen and (max-width: 991px){.works-single{padding:48px 0 72px}}@media screen and (max-width: 767px){.works-single{padding:32px 0 56px}}.works-single__inner{max-width:var(--container-width)}.works-single__header{margin-bottom:40px;text-align:center}.works-single__title{font-size:32px;color:var(--color-primary);font-weight:500}@media screen and (max-width: 991px){.works-single__title{font-size:26px}}@media screen and (max-width: 767px){.works-single__title{font-size:22px}}.works-single__terms{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 16px;list-style:none;margin:16px 0 0;padding:0}.works-single__terms a{font-size:14px;color:var(--color-secondary);text-decoration:underline;text-underline-offset:3px}.works-single__body{display:flex;flex-direction:column;gap:48px}.works-single__content{line-height:1.85}.works-single__content p:last-child{margin-bottom:0}.works-single .item-gallery{min-width:0}@media screen and (max-width: 767px){.works-single .item-gallery__main{width:100%;margin-bottom:12px}.works-single .item-gallery__thumbs{flex-wrap:nowrap;gap:8px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;padding-bottom:6px;scrollbar-width:thin}.works-single .item-gallery__thumb{flex:0 0 auto}.works-single .item-gallery__thumb img{width:72px;height:72px}}.item-gallery__main{display:flex;align-items:center;justify-content:center;width:min(100%,1066.6666666667px);margin:0 auto 16px;aspect-ratio:16/9;max-height:600px;min-height:0;border-radius:4px;overflow:hidden;background:#000}.item-gallery__main-viewport{width:100%;height:100%;min-height:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.item-gallery__main-img{display:block;box-sizing:border-box;flex:0 1 auto;width:auto;height:auto;max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;transition:transform .48s cubic-bezier(0.22, 1, 0.36, 1),opacity .48s cubic-bezier(0.22, 1, 0.36, 1)}.item-gallery__main-img.is-gallery-no-transition{transition:none !important}.item-gallery__main-img.is-gallery-switching{opacity:0}.item-gallery__main-img.is-gallery-exit-forward{transform:translate3d(-11%, 0, 0);opacity:0}.item-gallery__main-img.is-gallery-exit-back{transform:translate3d(11%, 0, 0);opacity:0}.item-gallery__main-img.is-gallery-enter-forward{transform:translate3d(13%, 0, 0);opacity:0}.item-gallery__main-img.is-gallery-enter-back{transform:translate3d(-13%, 0, 0);opacity:0}@media(prefers-reduced-motion: reduce){.item-gallery__main-img{transition:none !important}}.item-gallery__thumbs{display:flex;flex-wrap:wrap;gap:10px}.item-gallery__thumb{position:relative;padding:0;border:2px solid rgba(0,0,0,0);border-radius:4px;overflow:hidden;cursor:pointer;background:var(--color-white);line-height:0;transition:border-color .2s}.item-gallery__thumb img{display:block;width:88px;height:88px;-o-object-fit:cover;object-fit:cover}.item-gallery__thumb:hover,.item-gallery__thumb.is-active{border-color:var(--color-secondary)}.item-gallery__thumb.is-active{box-shadow:0 0 0 1px var(--color-secondary)}.real-estate-intro__content h2{text-align:center;font-size:32px;margin-bottom:24px}@media screen and (max-width: 991px){.real-estate-intro__content h2{font-size:26px}}@media screen and (max-width: 767px){.real-estate-intro__content h2{font-size:20px}}.real-estate-intro__content p{text-align:center}@media screen and (max-width: 767px){.real-estate-intro__content p{font-size:15px;text-align:left}}.real-estate-strengths__inner{padding-top:0}.real-estate-strengths__list{display:grid;grid-template-columns:repeat(3, 1fr)}@media screen and (max-width: 1199px){.real-estate-strengths__list{grid-template-columns:1fr;gap:0}}.real-estate-strengths__list li{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:18px}.real-estate-strengths__list li:not(:last-child){border-right:1px solid var(--color-border)}@media screen and (max-width: 1199px){.real-estate-strengths__list li:not(:last-child){border-right:none;border-bottom:1px solid var(--color-border);padding-bottom:32px;margin-bottom:32px}}.real-estate-strengths__list li h3{font-size:24px;margin-bottom:10px}@media screen and (max-width: 767px){.real-estate-strengths__item-icon img{max-width:72px}.real-estate-strengths__item-content h3{font-size:20px}.real-estate-strengths__item-content p{font-size:15px}}.company-info__content,.qualification-section__content{display:flex;gap:48px}@media screen and (max-width: 1199px){.company-info__content,.qualification-section__content{flex-direction:column;gap:32px}}.company-info__inner,.qualification-section__inner{padding:80px 0}@media screen and (max-width: 767px){.company-info__inner,.qualification-section__inner{padding:48px 0}}.company-info .primary-heading,.qualification-section .primary-heading{width:25%}@media screen and (max-width: 1199px){.company-info .primary-heading,.qualification-section .primary-heading{width:100%}}.company-info__table,.qualification-section__table{flex:1}.company-info .description-list,.qualification-section .description-list{margin-left:20px}.company-info .description-list li,.qualification-section .description-list li{list-style:disc}.access-section__inner{padding-top:0}.access-section__content iframe{display:block;width:100%;max-width:100%;height:min(50vh,450px);border:0}@media screen and (max-width: 767px){.access-section__content iframe{height:min(45vh,320px)}}.wooden-warehouse-intro{background:url(../images/wooden-warehouse/intro.webp) no-repeat center center/cover;position:relative}.wooden-warehouse-intro::after{content:"";position:absolute;background:rgba(0,0,0,.4);top:0;left:0;width:100%;height:100%;z-index:1}.wooden-warehouse-intro__inner{position:relative;z-index:2;padding:0;height:40vh;min-height:600px;display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (max-width: 991px){.wooden-warehouse-intro__inner{min-height:420px;height:auto;padding:64px 0}}@media screen and (max-width: 767px){.wooden-warehouse-intro__inner{min-height:360px;padding:48px 0}}.wooden-warehouse-intro__title{font-size:64px;margin-bottom:24px;color:var(--color-white);line-height:1.2;text-shadow:0 0 10px rgba(0,0,0,.5);text-align:center}@media screen and (max-width: 991px){.wooden-warehouse-intro__title{font-size:40px}}@media screen and (max-width: 767px){.wooden-warehouse-intro__title{font-size:24px}}.wooden-warehouse-intro__description{font-size:24px;margin-bottom:0;color:var(--color-white);text-shadow:0 0 10px rgba(0,0,0,.5)}@media screen and (max-width: 991px){.wooden-warehouse-intro__description{font-size:18px}}@media screen and (max-width: 767px){.wooden-warehouse-intro__description{font-size:16px}}.wooden-warehouse-about__heading{text-align:center;margin-bottom:48px}@media screen and (max-width: 767px){.wooden-warehouse-about__heading{margin-bottom:32px}}.wooden-warehouse-about__title{font-size:32px;margin-bottom:24px;color:var(--color-primary)}@media screen and (max-width: 767px){.wooden-warehouse-about__title{font-size:22px}}.wooden-warehouse-about__content{font-size:16px;text-align:center}@media screen and (max-width: 767px){.wooden-warehouse-about__content{font-size:15px;text-align:left}}.wooden-warehouse-system{background-color:var(--color-primary);color:var(--color-white)}.wooden-warehouse-system__heading{text-align:center;margin-bottom:48px}.wooden-warehouse-system__subtitle{font-size:16px;color:var(--color-secondary);margin-bottom:0}.wooden-warehouse-system__title{font-size:32px;margin-bottom:24px}@media screen and (max-width: 767px){.wooden-warehouse-system__title{font-size:20px}}.wooden-warehouse-system__description{font-size:16px;margin-bottom:0}@media screen and (max-width: 767px){.wooden-warehouse-system__description{text-align:left}}.wooden-warehouse-system__list{display:grid;grid-template-columns:repeat(3, 1fr);gap:24px}@media screen and (max-width: 1199px){.wooden-warehouse-system__list{grid-template-columns:1fr}}.wooden-warehouse-system__list li{display:flex;flex-direction:column;gap:18px;border:1px solid #445463;padding:32px 24px;font-size:16px;line-height:1.5;background-color:#10202f}@media screen and (max-width: 767px){.wooden-warehouse-system__list li{padding:24px 20px}}.wooden-warehouse-system__list li .image{width:100%;height:240px}@media screen and (max-width: 767px){.wooden-warehouse-system__list li .image{height:200px}}.wooden-warehouse-system__list li .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.wooden-warehouse-system__list li .number{font-size:32px;color:var(--color-secondary);margin-bottom:0;line-height:1}.wooden-warehouse-system__list li h3{font-size:24px;margin-bottom:10px;text-align:center}.wooden-warehouse-system__list li p{margin-bottom:0}.wooden-warehouse-merit__heading{text-align:center;margin-bottom:48px}.wooden-warehouse-merit__subtitle{font-size:36px;color:var(--color-secondary);margin-bottom:0}@media screen and (max-width: 767px){.wooden-warehouse-merit__subtitle{font-size:20px}}@media screen and (max-width: 767px){.wooden-warehouse-merit__title{font-size:22px}}.wooden-warehouse-merit__list{display:grid;grid-template-columns:repeat(3, 1fr);gap:24px}@media screen and (max-width: 1199px){.wooden-warehouse-merit__list{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 767px){.wooden-warehouse-merit__list{grid-template-columns:1fr;gap:16px}}.wooden-warehouse-merit__list li{background-color:var(--color-white);padding:32px 24px;font-size:16px;line-height:1.5}@media screen and (max-width: 767px){.wooden-warehouse-merit__list li{padding:24px 20px}}.wooden-warehouse-merit__list li h3{font-size:24px;margin-bottom:10px;display:flex;align-items:center;gap:10px}@media screen and (max-width: 767px){.wooden-warehouse-merit__list li h3{font-size:18px;flex-wrap:wrap}}.wooden-warehouse-merit__list li h3 .number{font-size:24px;color:var(--color-secondary)}.wooden-warehouse-merit__list li p{margin-bottom:0}.real-estate-estate__inner{padding-top:0}.real-estate-estate__group{margin-top:56px}.real-estate-estate__group.is-first{margin-top:0}.real-estate-estate__group-heading-wrap{margin-bottom:48px}@media screen and (max-width: 991px){.real-estate-estate__group-heading-wrap{margin-bottom:32px}}.real-estate-estate__group-heading-wrap .primary-heading{margin-bottom:0}.real-estate-estate__group-link-wrap{text-align:right;margin-top:16px}.real-estate-estate__group-link{font-size:15px;font-weight:500;text-decoration:underline;text-underline-offset:3px;color:var(--color-secondary)}.real-estate-estate__group-link:hover{opacity:.85}.real-estate-estate .item-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:24px}@media screen and (max-width: 1280px){.real-estate-estate .item-grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 991px){.real-estate-estate .item-grid{grid-template-columns:1fr}}.real-estate-estate .item-grid .item-card{display:flex;flex-direction:column;background-color:var(--color-white);transition:all .3s ease}.real-estate-estate .item-grid .item-card:hover{transform:translateY(-10px)}.real-estate-estate .item-grid .item-card:hover img{transform:scale(1.05)}.real-estate-estate .item-grid .item-image-wrap{width:100%;height:240px;background-color:var(--color-primary);overflow:hidden}.real-estate-estate .item-grid .item-image-wrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:all .3s ease}.real-estate-estate .item-grid .item-info{padding:24px}.contact-section__inner{max-width:1000px}.contact-section__heading{text-align:center;margin-bottom:48px}.contact-section__tel-fax{display:flex;justify-content:center;gap:24px;list-style:none;margin:0;padding:0;margin-top:32px;line-height:1.5}@media screen and (max-width: 991px){.contact-section__tel-fax{flex-direction:column;gap:16px}}.contact-section__tel-fax li{display:flex;flex-direction:column;padding:0 36px}.contact-section__tel-fax li:first-child{border-right:1px solid var(--color-text)}@media screen and (max-width: 991px){.contact-section__tel-fax li:first-child{border-right:none;border-bottom:1px solid var(--color-text);padding-bottom:16px;margin-bottom:16px}}.contact-section__tel-fax li a{font-size:clamp(26px,5vw,40px);line-height:1;display:flex;align-items:baseline;justify-content:center;gap:10px}.contact-section__tel-fax li a i{font-size:.8em}.contact-section__tel-fax li span:last-child{font-size:14px;margin-top:5px}.contact-section .wpcf7-form-control-wrap{width:100%}.contact-section__content{background-color:var(--color-white);padding:48px;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.1)}@media screen and (max-width: 991px){.contact-section__content{padding:32px 24px}}.contact-section__content-title{font-size:clamp(18px,5vw,40px);margin-bottom:24px;color:var(--color-primary);text-align:center}@media screen and (max-width: 991px){.contact-section__content-title{margin-bottom:16px}}.contact-section__content-desc{font-size:clamp(14px,5vw,16px);margin-bottom:36px;text-align:center}@media screen and (max-width: 991px){.contact-section__content-desc{text-align:left}}.contact-section .label-required{background:#e60012;color:#fff;padding:2px 8px;font-size:12px;margin-right:10px;vertical-align:middle;white-space:nowrap}.contact-section .label-optional{background:#000;color:#fff;padding:2px 8px;font-size:12px;margin-right:10px;vertical-align:middle;white-space:nowrap}.contact-section .privacy-check{text-align:center;margin-top:24px}.contact-section .privacy-check a{text-decoration:underline}.contact-section .privacy-check a:hover{text-decoration:none}.contact-section .submit-btn-wrap{margin-top:24px}.contact-section .submit-btn-wrap input[type=submit]{display:block;background-color:var(--color-primary);color:var(--color-white);padding:12px 24px;border:none;cursor:pointer;font-size:16px;width:100%;max-width:300px;margin:0 auto}.privacy-policy-section__inner{max-width:1000px}.privacy-policy-section__title{font-size:32px;margin-bottom:24px;color:var(--color-primary)}.privacy-policy-section .privacy-policy-list dt{font-weight:700}.privacy-policy-section .privacy-policy-list dd{margin-bottom:1.5em}.privacy-policy-section .privacy-policy-list dd a{text-decoration:underline}.privacy-policy-section .privacy-policy-list dd a:hover{text-decoration:none}