.about-card{background:transparent;border:none;border-radius:0;box-shadow:none;padding:0;overflow:visible}.about-card .card-inner{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:var(--space-lg);min-height:340px}.about-card .card-text{padding:2rem 2.5rem 2rem 0;display:flex;flex-direction:column;justify-content:center;max-width:none;flex:none;width:auto;text-align:left}.about-card .card-text:before{content:"";display:block;width:36px;height:2px;background:var(--brand-primary);margin-bottom:1.5rem;flex-shrink:0}.about-card .card-title{display:none}.about-card .card-summary{font-size:clamp(1.1rem,2vw,1.45rem);font-weight:700;color:var(--brand-earth, #4a3424);margin:0 0 1.1rem;line-height:1.5;font-family:var(--font-serif)}.about-card .card-body{font-size:.9rem;color:var(--brand-warm-gray, #7a7068);line-height:1.9;margin:0 0 1.75rem;flex:1}.about-card .btn.btn-primary{display:inline-flex;align-items:center;gap:.45rem;color:var(--brand-primary);background:transparent;border:none;padding:0;font-size:.9rem;font-weight:600;font-family:var(--font-serif);text-decoration:none;transition:gap var(--motion-duration-fast) var(--motion-ease),color var(--motion-duration-fast) var(--motion-ease)}.about-card .btn.btn-primary:hover{gap:.8rem;color:#162b21;transform:none;background:transparent}.about-card .card-media{position:relative;overflow:hidden;border-radius:10px;min-height:240px;max-width:none;flex:none;width:auto;margin:0}.about-card .card-media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;border-radius:10px;-webkit-mask-image:none;mask-image:none}@media (max-width: 767px){.about-card .card-inner{display:flex;flex-direction:column;gap:var(--space-md);min-height:0}.about-card .card-text{padding:0;order:2;text-align:left}.about-card .card-media{height:220px;order:1;border-radius:8px}}.recruit-card,.news-card{background:var(--brand-paper, #F2EFE4);border:1px solid rgba(139,94,52,.7);border-top:3px solid var(--brand-primary, #1E3A2D);border-radius:8px;box-shadow:none;padding:0;overflow:hidden}.recruit-card .card-inner,.news-card .card-inner{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:0;min-height:220px;height:100%}.recruit-card .card-text,.news-card .card-text{padding:1.75rem 1.5rem 1.75rem 1.75rem;display:flex;flex-direction:column;justify-content:flex-start;max-width:none;width:auto;flex:none;text-align:left}.recruit-card .card-title,.news-card .card-title{display:flex;flex-direction:column;gap:.2rem;margin:0 0 .9rem;padding-bottom:.85rem;border-bottom:1px solid rgba(139,94,52,.7)}.recruit-card .card-title-en,.news-card .card-title-en{font-size:.62rem;letter-spacing:.3em;text-transform:uppercase;color:var(--brand-primary);opacity:.7;font-family:system-ui,-apple-system,sans-serif;font-weight:400;line-height:1}.recruit-card .card-title-ja,.news-card .card-title-ja{font-size:1.05rem;font-weight:700;color:var(--brand-earth, #4a3424);line-height:1.3;font-family:var(--font-serif)}.recruit-card .card-summary,.news-card .card-summary{font-size:.95rem;font-weight:500;color:var(--text-color);margin:0 0 .75rem;line-height:1.5}.recruit-card .card-body,.news-card .card-body{font-size:.86rem;color:var(--brand-warm-gray, #7a7068);line-height:1.8;margin:0 0 1.25rem;flex:1}.recruit-card .btn.btn-primary,.news-card .btn.btn-primary{display:inline-flex;align-items:center;gap:.35rem;color:var(--brand-primary);background:transparent;border:none;padding:0;font-size:.85rem;font-weight:600;font-family:var(--font-serif);text-decoration:none;transition:gap var(--motion-duration-fast) var(--motion-ease)}.recruit-card .btn.btn-primary:hover,.news-card .btn.btn-primary:hover{gap:.65rem;transform:none;background:transparent}.recruit-card .card-media,.news-card .card-media{position:relative;overflow:hidden;max-width:none;flex:none;width:auto;margin:0}.recruit-card .card-media img,.news-card .card-media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;-webkit-mask-image:none;mask-image:none}.recruit-card .card-body .hours,.news-card .card-body .hours,.recruit-card .card-body .closed,.news-card .card-body .closed{display:flex;align-items:center;gap:.5rem;margin:0 0 .5rem;color:var(--text-color)}.recruit-card .card-body .icon,.news-card .card-body .icon{display:inline-flex;width:1.25rem;height:1.25rem;align-items:center;justify-content:center;color:var(--brand-primary);flex-shrink:0}.recruit-card .card-body .icon-svg,.news-card .card-body .icon-svg{width:1.25rem;height:1.25rem;display:block}.recruit-card .card-body .info-note,.news-card .card-body .info-note{font-size:.84rem;color:var(--brand-warm-gray, #7a7068);margin-top:.9rem;line-height:1.8}.recruit-card .card-body .info-note a,.news-card .card-body .info-note a{color:var(--brand-primary);text-decoration:none;font-weight:600}@media (max-width: 767px){.recruit-card .card-inner,.news-card .card-inner{display:flex;flex-direction:column;min-height:0}.recruit-card .card-text,.news-card .card-text{padding:1.25rem}.recruit-card .card-media,.news-card .card-media{height:180px}}@media (prefers-reduced-motion: reduce){.about-card,.recruit-card,.news-card{transition:none!important}}.hero{position:relative;min-height:clamp(400px,56vh,580px);background-color:#2c221a;color:#fff;overflow:hidden;display:flex;align-items:flex-start;padding:0}.hero-media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.hero-media picture{width:100%;height:100%;display:block;max-width:none}.hero-media img{width:100%;height:100%;display:block;object-fit:cover;object-position:center 30%}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(155deg,#0a07039e,#0a070361 55%,#0a07032e);pointer-events:none;z-index:1}.hero .container{position:relative;z-index:2;padding-top:5rem;padding-bottom:5rem;width:100%}.hero .hero-content{max-width:680px}.hero .hero-content h1{font-size:clamp(2.1rem,3.6vw,2.9rem);font-weight:700;line-height:1.12;color:#fff;margin:0 0 .55em;letter-spacing:-.02em}.hero .hero-content .lead{font-size:clamp(.95rem,2vw,1.15rem);color:#ffffffd1;line-height:1.9;margin:0 0 2rem;font-weight:300}.hero-actions{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.hero-actions .btn-white{display:inline-block;padding:13px 28px;background:#fff;color:var(--brand-primary);border-radius:var(--radius-md);font-weight:700;text-decoration:none;font-size:.95rem;border:2px solid #fff;font-family:var(--font-serif);transition:background var(--motion-duration-fast) var(--motion-ease),color var(--motion-duration-fast) var(--motion-ease),transform var(--motion-duration-fast) var(--motion-ease)}.hero-actions .btn-white:hover{background:var(--brand-accent);border-color:var(--brand-accent);transform:translateY(-2px)}.hero-actions .btn-outline-white{display:inline-block;padding:12px 28px;background:transparent;color:#fff;border:2px solid rgba(255,255,255,.6);border-radius:var(--radius-md);font-weight:500;text-decoration:none;font-size:.95rem;font-family:var(--font-serif);transition:border-color var(--motion-duration-fast) var(--motion-ease),background var(--motion-duration-fast) var(--motion-ease)}.hero-actions .btn-outline-white:hover{border-color:#fff;background:#ffffff1f}.hero .hero-content>*{opacity:0;transform:translate(-20px);transition:transform .8s var(--motion-ease),opacity .8s ease;will-change:transform,opacity}.hero.is-revealed .hero-content>*{opacity:1;transform:none}.hero.is-revealed .hero-content>*:nth-child(1){transition-delay:80ms}.hero.is-revealed .hero-content>*:nth-child(2){transition-delay:.24s}.hero.is-revealed .hero-content>*:nth-child(3){transition-delay:.4s}@media (prefers-reduced-motion: reduce){.hero .hero-content>*{transition:none!important;transform:none!important;opacity:1!important}.hero,.services,.cases,.cta{transition:none!important}}.section-header{text-align:center;margin-bottom:3.5rem}.section-header .section-label-en{display:block;font-size:.68rem;letter-spacing:.3em;text-transform:uppercase;color:var(--brand-primary);margin-bottom:.9rem;font-family:system-ui,-apple-system,sans-serif;font-weight:400;opacity:.6}.section-header .section-title{font-size:clamp(1.65rem,3.2vw,2.4rem);font-weight:700;color:var(--text-color);margin:0 0 1rem;line-height:1.25}.section-header .section-desc{font-size:.93rem;color:var(--brand-warm-gray, #7a7068);max-width:54ch;margin:0 auto 1.25rem;line-height:1.9}.section-divider{display:block;width:36px;height:2px;background:var(--brand-accent);margin:0 auto;border:none}.section-more-link{display:inline-block;margin-top:1.5rem;font-size:.9rem;font-weight:600;color:var(--brand-primary);text-decoration:none;letter-spacing:.04em;transition:gap var(--motion-duration-fast) var(--motion-ease)}.section-more-link:hover{text-decoration:underline}.home-services{padding:5.5rem 0;background:var(--brand-paper, #F2EFE4)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.service-item{background:transparent;border-radius:0;box-shadow:none;border:none;border-top:2px solid var(--brand-accent, #8B5E34);padding:2rem 2rem 1.75rem;transition:none;position:relative}.service-item+.service-item{border-left:1px solid rgba(139,94,52,.5)}.service-icon{width:40px;height:40px;background:transparent;border-radius:0;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;color:var(--brand-primary)}.service-item h3{font-size:1.05rem;font-weight:700;color:var(--brand-earth, #4a3424);margin:0 0 .65rem;line-height:1.3;font-family:var(--font-serif)}.service-item p{font-size:.875rem;line-height:1.9;color:var(--brand-warm-gray, #7a7068);margin:0 0 1.25rem}.service-link{font-size:.85rem;color:var(--brand-primary);text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:.35rem;transition:gap var(--motion-duration-fast) var(--motion-ease)}.service-link:hover{gap:.65rem}@media (max-width: 900px){.services-grid{grid-template-columns:1fr 1fr}.home-services{padding:4rem 0}.service-item:nth-child(odd){border-left:none}.service-item:nth-child(n+3){border-top-color:#d6c8b366}}@media (max-width: 580px){.services-grid{grid-template-columns:1fr;gap:0}.home-services{padding:3rem 0}.service-item+.service-item{border-left:none}.service-item{padding:1.5rem 0}}#home-about{padding:5.5rem 0;background:#fff}.product-carousel-section{padding:5.5rem 0;background:var(--brand-paper, #F2EFE4)}.home-recruit-section{padding:5.5rem 0;background:#fff}.home-recruit-section .recruit-news{margin:0}@media (max-width: 900px){#home-about,.product-carousel-section,.home-recruit-section{padding:3.5rem 0}.section-header{margin-bottom:2.5rem}}@media (max-width: 580px){#home-about,.product-carousel-section,.home-recruit-section{padding:2.5rem 0}.section-header{margin-bottom:2rem}.section-header .section-title{font-size:clamp(1.35rem,5.5vw,1.9rem)}}.services,.cases{padding:2rem 0}.cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.case-card{background:#fff;border-radius:8px;padding:1rem;box-shadow:0 6px 16px #1010100a}.case-card img{width:100%;height:140px;object-fit:cover;border-radius:6px}.cta{margin:2rem 0;padding:1.25rem;border-radius:8px;background:#f3f7ff;text-align:center}.product-carousel{position:relative;padding:1rem 0}.carousel-viewport{overflow:hidden}.carousel-track{display:flex;gap:var(--space-md);transition:transform .32s var(--motion-ease);will-change:transform}.carousel-slide{flex:0 0 40%;max-width:40%;box-sizing:border-box}.product-card{background:#fff;border-radius:8px;border:1px solid rgba(214,200,179,.65);border-top:2px solid var(--brand-accent, #8B5E34);box-shadow:none;overflow:hidden;height:100%;display:block}.product-card .card-inner{display:flex;min-height:160px;height:100%}.product-card .card-media{flex:0 0 50%;position:relative;padding:8px;box-sizing:border-box}.product-card .card-media img{width:100%;height:100%;display:block;object-fit:cover;border-radius:6px}.product-card .card-info{flex:1 1 50%;padding:var(--space-md);display:flex;flex-direction:column}.product-card .product-name{margin:0 0 .5rem;font-size:.95rem;font-weight:700;color:var(--brand-earth,#4a3424);font-family:var(--font-serif)}.product-card .product-summary{margin:0 0 .75rem;color:var(--brand-warm-gray,#7a7068);font-size:.83rem;line-height:1.65}.product-card .product-link{margin-top:auto;color:var(--brand-primary);text-decoration:none;font-weight:600;font-size:.82rem}.carousel-prev,.carousel-next{position:absolute;top:50%;transform:translateY(-50%);background:#f8f3eaeb;color:var(--brand-earth,#4a3424);border:1px solid rgba(214,200,179,.8);padding:.5rem .75rem;border-radius:4px;cursor:pointer;font-size:.85rem}.carousel-prev{left:.25rem}.carousel-next{right:.25rem}@media (max-width:900px){.carousel-slide{flex:0 0 60%;max-width:60%}.product-card .card-inner{min-height:180px}}@media (max-width:600px){.carousel-slide{flex:0 0 88%;max-width:88%}.product-card .card-inner{min-height:140px}.product-card .card-inner{flex-direction:column}.product-card .card-media{flex:none;width:100%;height:160px;padding:0}.product-card .card-info{flex:1;padding:var(--space-sm) var(--space-md)}}@media (prefers-reduced-motion: reduce){.carousel-track{transition:none!important}}.product-header{display:flex;align-items:baseline;gap:var(--space-md);flex-wrap:wrap;margin:1.25rem 0;line-height:1}.product-header .product-title-en{font-size:clamp(1rem,3vw,1.6rem);font-weight:700;color:var(--brand-primary);letter-spacing:-.02em}.product-header .product-title-ja{font-size:.9rem;color:var(--brand-secondary);margin-left:.25rem;align-self:flex-end}.product-header .product-desc{font-size:.9rem;color:#000000b3;margin-left:.5rem;max-width:60ch}@media (max-width:720px){.product-header{gap:var(--space-sm)}.product-header .product-title-en{font-size:1.05rem}.product-header .product-desc{width:100%;margin-left:0}}.recruit-news{margin:2rem 0;width:100%}.recruit-news,.recruit-news>.container{display:flex;gap:var(--space-md);align-items:stretch;justify-content:space-between;width:100%}.recruit-news>.container{padding:0 var(--container-padding)!important}.recruit-news .recruit-card,.recruit-news .news-card{flex:1 1 calc(50% - (var(--space-md) / 2));width:calc(50% - (var(--space-md) / 2));min-width:0}@media (max-width: 767px){.recruit-news{flex-direction:column}.recruit-news>.container{flex-direction:column}.recruit-news .recruit-card,.recruit-news .news-card{flex:none;width:100%;max-width:100%}}@media (prefers-reduced-motion: reduce){.recruit-news{transition:none}}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;align-items:stretch}.service-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #1010100a;display:flex;flex-direction:column}.service-card-link{color:inherit;text-decoration:none;display:flex;flex-direction:column;height:100%}.service-card-media{width:100%;height:160px;overflow:hidden;background:#f6f6f8;display:flex;align-items:center;justify-content:center}.service-card-image{width:100%;height:100%;object-fit:cover;display:block}.service-card-body{padding:1rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.service-card-title{margin:0;font-size:1.05rem}.service-card-summary{margin:0;color:#555;font-size:.95rem}@media (prefers-reduced-motion: reduce){.service-card{transition:none!important}}
