/* 案X「静と動」の見本から移植。#x-content内だけに適用。 */
#x-content,#x-content *,#x-content *::before,#x-content *::after{all:revert;box-sizing:border-box}
#x-content{--navy: #0d1f2b; --white: #fff; --muted: #53616a; --cyan: #bdeaf1; --serif: "X Noto Serif JP",serif; --sans: "X Noto Sans JP",sans-serif; --latin: "X Roboto",sans-serif;}
#x-content *{box-sizing: border-box;}

#x-content{margin: 0px; background: var(--white); color: var(--navy); font-family: var(--sans); font-size: 15px; line-height: 2; overflow-wrap: break-word;}
#x-content a{color: inherit; text-decoration: none;}
#x-content button,#x-content input,#x-content textarea{font: inherit;}
#x-content a,#x-content button,#x-content input,#x-content textarea,#x-content summary{-webkit-tap-highlight-color: transparent;}
#x-content a:focus-visible,#x-content button:focus-visible,#x-content summary:focus-visible{outline: rgb(95, 135, 151) solid 3px; outline-offset: 6px;}
#x-content img{display: block; width: 100%; height: auto; object-fit: cover;}
#x-content h1,#x-content h2,#x-content h3,#x-content p,#x-content figure{margin: 0px;}
#x-content h1,#x-content h2,#x-content h3{font-weight: 400;}
#x-content button,#x-content a{touch-action: manipulation;}
#x-content .skip{position: fixed; top: -100px; left: 16px; z-index: 100; background: white; padding: 8px 24px;}
#x-content .skip:focus{top: 8px;}
#x-content .site-header{height: 96px; position: fixed; inset: 0px 0px auto; z-index: 30; display: flex; align-items: center; gap: 30px; padding: 0px 3.3%; background: var(--navy); color: white;}
#x-content .brand{display: flex; align-items: center; gap: 14px; white-space: nowrap; font-family: var(--serif); font-size: 20px; letter-spacing: 0.08em;}
#x-content .brand img{width: 33px; height: 45px; object-fit: contain;}
#x-content .nav{display: flex; gap: 26px; margin-left: auto; font-size: 12px;}
#x-content .nav a:hover{color: var(--cyan);}
#x-content .header-contact{display: flex; gap: 26px; align-items: center;}
#x-content .phone{font-family: var(--latin); font-size: 27px; font-weight: 300; line-height: 1.2; white-space: nowrap; letter-spacing: 0.035em;}
#x-content .hours{display: block; font-family: var(--sans); font-size:12px; letter-spacing: 0.05em; line-height: 1.8; margin-top: 5px;}
#x-content .header-button{background: white; color: var(--navy); padding: 13px 23px; font-size: 12px;}
#x-content .arrow{display: inline-block; margin-left: 24px; font-family: var(--sans); font-weight: 400;}
#x-content .wrap{width: min(1240px, 100% - 112px); margin-inline: auto;}
#x-content .section{position: relative; isolation: isolate; padding: 128px 0px; overflow: hidden;}
#x-content .dark{background: var(--navy); color: white;}
#x-content .light{background: white; color: var(--navy);}
#x-content .eyebrow{display: block; font-family: var(--latin); font-size:12px; letter-spacing: 0.26em; text-transform: uppercase; margin-bottom: 24px; font-weight: 400;}
#x-content .section-head{text-align: center; margin-bottom: 68px;}
#x-content .section-head h2{font-family: var(--serif); font-size: clamp(32px, 3.2vw, 47px); line-height: 1.65; letter-spacing: 0.1em;}
#x-content .section-head p{max-width: 640px; margin: 28px auto 0px; line-height: 2.2;}
#x-content .ghost{position: absolute; top: 28px; left: 50%; transform: translateX(-50%); z-index: -1; font-family: var(--latin); font-weight: 200; font-size: clamp(210px, 24vw, 400px); line-height: 1; letter-spacing: 0.035em; color: rgba(13, 31, 43, 0.035); white-space: nowrap; pointer-events: none;}
#x-content .dark .ghost{color: rgba(255, 255, 255, 0.035);}
#x-content .text-link{display: inline-flex; align-items: center; justify-content: center; gap: 30px; padding: 14px 0px; border-bottom: 1px solid; font-size: 13px; letter-spacing: 0.06em;}
#x-content .center{text-align: center;}
#x-content .hero{position: relative; min-height: 100svh; margin-top: 96px; display: grid; place-items: center; background: var(--navy); color: white; isolation: isolate; overflow: hidden;}
#x-content .hero-image{position: absolute; inset: 0px; height: 100%; z-index: -3; object-position: center 45%;}
#x-content .hero::after{content: ""; position: absolute; inset: 0px; z-index: -2; background: linear-gradient(rgba(13, 31, 43, 0.24), rgba(13, 31, 43, 0.4) 25%, rgba(13, 31, 43, 0.91) 80%, rgb(13, 31, 43));}
#x-content .hero-content{text-align: center; padding: 95px 24px 70px; animation: 1.1s ease 0s 1 normal both running arrive;}
#x-content .hero .eyebrow{letter-spacing: 0.3em; margin-bottom: 30px;}
#x-content .hero h1{font-family: var(--serif); font-size: clamp(42px, 5.8vw, 84px); line-height: 1.5; letter-spacing: 0.12em; text-shadow: rgb(13, 31, 43) 0px 2px 20px;}
#x-content .hero-copy{margin-top: 28px; line-height: 2.2; font-size: 14px; letter-spacing: 0.15em;}
#x-content .badges{display: flex; justify-content: center; gap: 34px; margin: 45px 0px 30px;}
#x-content .badge{border: 1px solid rgba(189, 234, 241, 0.7); width: 158px; height: 158px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; line-height: 1.5;}
#x-content .badge small{font-size:12px; letter-spacing: 0.04em;}
#x-content .badge strong{font-family: var(--latin); font-weight: 300; font-size: 40px; color: var(--cyan); line-height: 1.25;}
#x-content .badge strong span{font-family: var(--sans); font-size: 14px;}
#x-content .hero-area{font-size: 12px; letter-spacing: 0.12em;}
#x-content .contact-bar{padding: 36px 4%; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 30px; background: var(--navy); color: white; border-top: 1px solid rgb(52, 80, 94);}
#x-content .contact-bar > div{text-align: center;}
#x-content .bar-label{font-size:12px; letter-spacing: 0.12em; display: block; margin-bottom: 8px;}
#x-content .contact-bar .phone{font-size: 34px;}
#x-content .contact-bar .text-link{width: 80%; justify-content: space-between;}
#x-content .unavailable{color: rgb(195, 205, 210); font-size: 13px; display: block;}
#x-content .unavailable small{display: block; font-size:12px; margin-top: 6px;}
#x-content .problems{display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px 72px; max-width: 1030px; margin: 0px auto 48px;}
#x-content .problem{display: flex; gap: 20px; align-items: baseline; font-family: var(--serif); font-size: 21px; line-height: 1.8;}
#x-content .problem::before{content: ""; width: 18px; height: 9px; border-left: 1px solid var(--navy); border-bottom: 1px solid var(--navy); transform: rotate(-45deg); flex-shrink: 0;}
#x-content .prompt{margin-bottom: 20px;}
#x-content .call-link{display: inline-flex; gap: 30px; align-items: center; border-bottom: 1px solid rgb(169, 183, 191); padding: 14px 8px;}
#x-content .call-link .phone{font-size: 34px;}
#x-content .call-link small{font-size:16px;line-height:1.6;white-space:nowrap;}
#x-content .services{display: grid; grid-template-columns: repeat(3, 1fr); gap: 64px;}
#x-content .service-icon{width: 64px; height: 64px; fill: none; stroke: var(--cyan); stroke-width: 1; display: block; margin: 0px auto 30px;}
#x-content .services h3{text-align: center; font-family: var(--serif); font-size: 25px; line-height: 1.6; margin-bottom: 24px;}
#x-content .services p{font-size: 14px; line-height: 2.2;}
#x-content .services .eyebrow{text-align: center; font-size:12px; margin-bottom: 14px;}
#x-content .service-foot{text-align: center; margin-top: 56px; font-size: 12px; color: rgb(199, 209, 215);}
#x-content .photo-band{height: 210px; overflow: hidden; margin: 0px;}
#x-content .photo-band img{height: 100%; object-position: center 53%;}
#x-content .records{padding-bottom: 0px;}
#x-content .mosaic{display: grid; grid-template-columns: 1.25fr 1fr; grid-template-rows: 300px 300px;}
#x-content .mosaic figure{position: relative; overflow: hidden; isolation: isolate;}
#x-content .mosaic figure:first-child{grid-row: span 2;}
#x-content .mosaic img{height: 100%; transition: transform 0.8s;}
#x-content .mosaic figure:hover img{transform: scale(1.025);}
#x-content .mosaic figcaption{position: absolute; bottom: 0px; left: 0px; right: 0px; padding: 65px 36px 30px; background: linear-gradient(transparent, rgba(13, 31, 43, 0.96)); color: white;}
#x-content .mosaic figcaption span{display: block; font-family: var(--latin); letter-spacing: 0.18em; font-size:12px;}
#x-content .mosaic h3{font-family: var(--serif); font-size: 25px; margin-top: 5px;}
#x-content .mosaic p{font-size: 12px; margin-top: 8px;}
#x-content .numbers{display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; text-align: center;}
#x-content .number{font-family: var(--latin); font-size: clamp(120px, 10.8vw, 160px); line-height: 1.1; font-weight: 200; letter-spacing: -0.07em; color: var(--cyan); white-space: nowrap;}
#x-content .number-label{font-size: 13px; letter-spacing: 0.12em; margin-top: 22px;}
#x-content .number-sub{font-size:12px; margin-top: 10px; color: rgb(199, 209, 215);}
#x-content .reasons{display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px;}
#x-content .reasons img{aspect-ratio: 1.5 / 1; object-position: center center;}
#x-content .reasons .eyebrow{margin: 25px 0px 12px; font-size:12px;}
#x-content .reasons h3{font-family: var(--serif); font-size: 22px; margin-bottom: 18px;}
#x-content .reasons p{font-size: 14px; line-height: 2.15;}
#x-content .reasons .principle{display: block; margin-top: 24px; font-family: var(--serif); font-size: 16px; line-height: 1.9;}
#x-content .flow{list-style: none; padding: 0px; max-width: 880px; margin: 0px auto; counter-reset: none;}
#x-content .flow li{display: grid; grid-template-columns: 90px 210px 1fr; gap: 26px; padding: 26px 0px; align-items: baseline;}
#x-content .flow-mark{font-family: var(--latin); font-size:12px; letter-spacing: 0.18em; color: var(--cyan);}
#x-content .flow h3{font-family: var(--serif); font-size: 22px;}
#x-content .flow p{font-size: 14px; color: rgb(209, 218, 224);}
#x-content .message-layout{display: grid; grid-template-columns: 0.95fr 1.15fr; align-items: center; gap: 50px; max-width: 1100px; margin: auto;}
#x-content .message-layout img{max-height: 590px; object-position: center center;}
#x-content .message-layout blockquote{margin: 0px; font-family: var(--serif); font-size: 22px; line-height: 2.2; white-space: pre-line;}
#x-content .signature{margin-top: 35px; font-size: 12px;}
#x-content .signature span{font-family: var(--serif); font-size: 23px; margin-left: 24px;}
#x-content .sns-names{display: flex; gap: 32px; justify-content: center; font-family: var(--latin); letter-spacing: 0.05em; font-size: 16px;}
#x-content .sns-strip{display: flex; gap: 16px; overflow: auto; padding: 0px 4% 24px; scroll-snap-type: x mandatory; scrollbar-color: #718c98 var(--navy);}
#x-content .sns-strip figure{flex: 0 0 220px; scroll-snap-align: center;}
#x-content .sns-strip img{aspect-ratio: 460 / 818;}
#x-content .sns-note{text-align: center; font-size:12px; color: rgb(199, 209, 215); margin-top: 28px;}
#x-content .recruit-image{width: 100%; height: 540px; object-position: center 46%;}
#x-content .recruit-copy{padding-top: 45px; text-align: center;}
#x-content .recruit-copy p{margin-bottom: 20px;}
#x-content .area-emblem{margin: 0px auto 40px; width: 230px; height: 230px; border: 1px solid rgb(121, 147, 159); border-radius: 50%; display: flex; flex-direction: column; justify-content: center; align-items: center; font-family: var(--serif); font-size: 37px; line-height: 1.6;}
#x-content .area-emblem small{font-family: var(--sans); font-size: 12px; letter-spacing: 0.1em; margin-top: 15px;}
#x-content .area-action{margin-top: 30px;}
#x-content .area-copy{text-align: center; line-height: 2.3;}
#x-content .area-copy strong{font-weight: 400; font-family: var(--serif); font-size: 23px;}
#x-content .faq{max-width: 900px; margin: auto;}
#x-content .faq details{padding: 26px 0px; border-bottom: 1px solid rgb(204, 210, 214);}
#x-content .faq summary{list-style: none; cursor: pointer; display: flex; align-items: baseline; gap: 23px; font-family: var(--serif); font-size: 20px;}
#x-content .faq summary::-webkit-details-marker{display: none;}
#x-content .faq summary::before{content: "Q"; font-family: var(--latin); font-weight: 300; font-size: 22px;}
#x-content .faq summary::after{content: "＋"; font-family: var(--sans); font-size: 18px; margin-left: auto; flex-shrink: 0;}
#x-content .faq details[open] summary::after{content: "−";}
#x-content .faq details p{margin: 22px 0px 0px 42px; font-size: 14px; line-height: 2.15;}
#x-content .contact-intro{text-align: center;}
#x-content .contact-intro .phone{font-size: clamp(35px, 5.2vw, 72px);}
#x-content .contact-intro .hours{font-size: 12px; margin: 16px 0px 30px;}
#x-content .email{font-family: var(--latin); font-size: 19px; letter-spacing: 0.025em; border-bottom: 1px solid rgb(120, 145, 159); padding-bottom: 7px;}
#x-content .contact-form{max-width: 820px; margin: 75px auto 0px;}
#x-content .form-title{font-family: var(--serif); font-size: 26px; text-align: center; margin-bottom: 20px;}
#x-content .form-note{text-align: center; font-size: 12px; line-height: 2; margin-bottom: 36px; color: rgb(199, 209, 215);}
#x-content .form-fields{display: grid; grid-template-columns: 1fr 1fr; gap: 27px 32px;}
#x-content .field{display: block; font-size: 13px;}
#x-content .field span{display: block; margin-bottom: 10px;}
#x-content .field input,#x-content .field textarea{display: block; width: 100%; border-width: 0px 0px 1px; border-style: none none solid; border-color: currentcolor currentcolor rgb(106, 126, 139); border-image: none; background: rgb(24, 45, 58); color: white; padding: 14px; border-radius: 0px; outline-offset: 3px;}
#x-content .field textarea::placeholder{color: rgb(199, 209, 215); opacity: 1;}
#x-content .field input:focus,#x-content .field textarea:focus{outline: 2px solid var(--cyan);}
#x-content .field.wide{grid-column: 1 / -1;}
#x-content .field textarea{resize: vertical; min-height: 150px;}
#x-content .submit{display: block; margin: 34px auto 0px; background: white; color: var(--navy); border: 0px; padding: 19px 38px; cursor: pointer; font-size: 13px;}
#x-content .footer{padding: 76px 0px 38px;}
#x-content .footer-top{display: grid; grid-template-columns: 1fr 1fr; gap: 80px;}
#x-content .footer .brand{font-size: 23px;}
#x-content .footer .brand img{width: 40px; height: 54px;}
#x-content .company-data{font-size: 12px; margin: 0px;}
#x-content .company-data div{display: grid; grid-template-columns: 78px 1fr; margin-bottom: 13px;}
#x-content .company-data dt,#x-content .company-data dd{margin: 0px;}
#x-content .footer-description{margin: 26px 0px; font-size: 12px;}
#x-content .footer-sns{font-family: var(--latin); font-size: 13px; display: flex; gap: 24px;}
#x-content .footer-bottom{display: flex; justify-content: space-between; gap: 20px; margin-top: 58px; font-size:12px; letter-spacing: 0.04em;}
#x-content .mobile-contact{display: none;}
#x-content .mobile-break{display: none;}

@media (min-width: 901px) and (max-width: 1200px){#x-content .nav{display: none;}
#x-content .header-contact{margin-left: auto;}
#x-content .reasons{grid-template-columns: repeat(2, 1fr); gap: 50px;}
#x-content .services{gap: 30px;}
#x-content .number{font-size: 120px;}
#x-content .wrap{width: calc(100% - 80px);}}
@media (max-width: 900px){
#x-content .site-header{height: 78px; padding: 0px 22px;}
#x-content .brand{font-size: 17px; gap: 11px;}
#x-content .brand img{width: 27px; height: 37px;}
#x-content .nav,#x-content .header-contact{display: none;}
#x-content .site-header::after{content: "荷揚げ・建て方・軽作業"; font-size:12px; margin-left: auto;}
#x-content .wrap{width: calc(100% - 48px);}
#x-content .section{padding: 85px 0px;}
#x-content .section-head{margin-bottom: 43px;}
#x-content .section-head h2{font-size: 24px; letter-spacing: 0.06em;}
#x-content .section-head p{font-size: 14px; text-align: left;}
#x-content .eyebrow{font-size:12px; margin-bottom: 19px;}
#x-content .ghost{top: 45px; font-size: 220px;}
#x-content .hero{margin-top: 78px; min-height: 780px;}
#x-content .hero-content{padding: 76px 18px 54px;}
#x-content .hero h1{font-size: 32px; letter-spacing: 0.06em;}
#x-content .hero-copy{font-size: 12px; letter-spacing: 0.035em;}
#x-content .hero-image{object-position: 52% center;}
#x-content .badges{gap: 13px; margin-top: 39px;}
#x-content .badge{width: 101px; height: 101px;}
#x-content .badge strong{font-size: 29px;}
#x-content .badge strong span{font-size:12px;}
#x-content .badge small{font-size: 8px;}
#x-content .hero-area{font-size:12px;}
#x-content .contact-bar{grid-template-columns: 1fr; padding: 34px 24px; gap: 24px 18px;}
#x-content .contact-bar > div:first-child{grid-column: 1 / -1;}
#x-content .contact-bar .phone{font-size: 36px;}
#x-content .contact-bar .text-link{width: 100%; font-size: 12px; gap: 5px;}
#x-content .contact-bar .arrow{margin-left: 0px;}
#x-content .unavailable{font-size: 12px;}
#x-content .problems{grid-template-columns: 1fr; gap: 24px; margin-bottom: 36px;}
#x-content .problem{font-size: 18px; gap: 16px;}
#x-content .prompt{font-size: 14px; text-align: left;}
#x-content .call-link{display: flex; flex-direction: column; gap: 10px;}
#x-content .call-link .phone{font-size: 34px;}
#x-content .services{grid-template-columns: 1fr; gap: 58px; max-width: 580px; margin: auto;}
#x-content .services h3{font-size: 26px; margin-bottom: 17px;}
#x-content .service-icon{margin-bottom: 22px;}
#x-content .services p{font-size: 15px;}
#x-content .service-foot{text-align: left; line-height: 2;}
#x-content .photo-band{height: 200px;}
#x-content .records{padding-bottom: 0px;}
#x-content .mosaic{display: block;}
#x-content .mosaic figure{height: 370px;}
#x-content .mosaic figure:first-child{height: 450px;}
#x-content .mosaic figcaption{padding: 65px 24px 27px;}
#x-content .mosaic h3{font-size: 24px;}
#x-content .numbers{grid-template-columns: 1fr; gap: 56px;}
#x-content .number{font-size: 132px;}
#x-content .number-label{margin-top: 12px;}
#x-content .reasons{grid-template-columns: 1fr; gap: 50px; max-width: 580px; margin: auto;}
#x-content .reasons img{aspect-ratio: 1.9 / 1;}
#x-content .reasons p{font-size: 15px;}
#x-content .reasons .principle{margin-top: 17px;}
#x-content .flow li{grid-template-columns: 50px 1fr; gap: 8px 14px; padding: 21px 0px;}
#x-content .flow p{grid-column: 2;}
#x-content .flow h3{font-size: 22px;}
#x-content .flow-mark{font-size:12px;}
#x-content .message-layout{grid-template-columns: 1fr; gap: 40px;}
#x-content .message-layout img{height: 400px; width: 100%; object-position: center 48%;}
#x-content .message-layout blockquote{font-size: 19px; line-height: 2.2;}
#x-content .signature span{font-size: 22px;}
#x-content .sns-strip{padding-inline: 24px; gap: 12px;}
#x-content .sns-strip figure{flex-basis: 180px;}
#x-content .sns-names{gap: 22px; font-size: 14px;}
#x-content .sns-note{padding: 0px 24px; text-align: left;}
#x-content .recruit-image{height: 375px;}
#x-content .recruit-copy p{font-size: 14px; text-align: left;}
#x-content .area-copy{font-size: 14px;}
#x-content .area-copy strong{font-size: 22px;}
#x-content .faq summary{font-size: 18px; gap: 14px;}
#x-content .faq details p{margin-left: 0px;}
#x-content .contact-intro .phone{font-size: 37px;}
#x-content .email{font-size: 18px;}
#x-content .contact-form{margin-top: 56px;}
#x-content .form-fields{grid-template-columns: 1fr;}
#x-content .form-note{text-align: left;}
#x-content .submit{width: 100%; padding: 19px 12px;}
#x-content .footer{padding: 60px 0px 120px;}
#x-content .footer-top{grid-template-columns: 1fr; gap: 35px;}
#x-content .footer-bottom{margin-top: 35px; align-items: center;}
#x-content .footer .brand{font-size: 21px;}
#x-content .mobile-contact{position: fixed; inset: auto 0px 0px; z-index: 40; display: grid; grid-template-columns: 1.4fr 1fr; background: var(--navy); color: white; padding-bottom: env(safe-area-inset-bottom); border-top: 1px solid rgb(66, 89, 102);}
#x-content .mobile-contact > a{display: flex; align-items: center; justify-content: center; flex-direction: column; min-height: 70px; line-height: 1.5;}
#x-content .mobile-contact .phone{font-size: 23px;}
#x-content .mobile-contact small{font-size:12px; letter-spacing: 0.04em;}
#x-content .mobile-contact > a:last-child{background: white; color: var(--navy); font-size: 13px;}
#x-content .mobile-break{display: block;}}
@media (prefers-reduced-motion: reduce){
#x-content *,#x-content ::before,#x-content ::after{animation: auto ease 0s 1 normal none running none !important; transition: none !important;}}
#x-content .ghost::before{content: attr(data-ghost);}
/* 旧TOPの強いID指定と装飾を、このコンテナ内だけ解除。 */
#x-content .ghost{display:block!important}
#x-content #reasons::before,#x-content #reasons::after,
#x-content #flow::before,#x-content #area::before,#x-content #faq::before,
#x-content #contact::before{content:none}
#x-content .section{background-image:none}
#x-content .dark{background-color:var(--navy)}
#x-content .light{background-color:#fff}
#x-content h2,#x-content h3{-webkit-text-stroke:0;text-shadow:none;font-feature-settings:"palt";text-wrap:balance}
#x-content .numbers{background:none;padding:0;color:inherit}
#x-content .phone::before,#x-content .phone::after,#x-content .flow::before{content:none}
#x-content .form-note{background:none;padding:0;border:0}
#x-content .gotcha{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
#x-content .message-layout img{height:auto;max-height:none;object-fit:contain}
#x-content .message-layout blockquote{font-size:17px;white-space:normal}
#x-content .message-layout blockquote p+p{margin-top:22px}
#x-content .qualified-photo{object-fit:contain;background:#e9e5dd}
#x-content .footer-bottom{flex-wrap:wrap}
#x-content .footer a{overflow-wrap:anywhere}
#x-content .footer .brand{white-space:normal}
@media(max-width:900px){#x-content .message-layout blockquote{font-size:16px}}


/* 採用 I案：縦書きの余白と写真全体。 */
#x-content #recruit{padding:64px max(6vw,24px);background:#fbfaf6;color:#15313b}
#x-content #recruit::before{content:none}
#x-content #recruit .recruit-layout{width:100%;max-width:1200px;margin:auto;display:grid;grid-template-columns:70px minmax(0,.8fr) minmax(0,1.2fr);gap:50px;align-items:center;min-height:620px}
#x-content #recruit .recruit-rail{align-self:stretch;border-right:1px solid #c1cbc6;writing-mode:vertical-rl;padding-right:23px;letter-spacing:.3em;font-family:Arial,sans-serif;font-size:12px;line-height:1.5}
#x-content #recruit .recruit-copy-panel{display:flex;flex-direction:column;align-items:center;min-width:0}
#x-content #recruit h2{writing-mode:vertical-rl;font-family:var(--serif);font-weight:400;font-size:46px;height:380px;margin:0 0 34px;line-height:1.8;letter-spacing:.05em;text-wrap:initial;text-shadow:none;color:inherit}
#x-content #recruit .recruit-status{font-family:serif;font-size:14px;line-height:2;margin:0 0 14px;text-align:center;color:inherit}
#x-content #recruit .recruit-cta{position:relative;display:flex;align-items:center;justify-content:center;align-self:center;gap:24px;width:100%;max-width:230px;min-height:60px;padding:16px 0 19px;border:0;font-family:var(--serif);font-size:15px;letter-spacing:.05em;line-height:1.5;color:inherit;text-decoration:none}
#x-content #recruit .recruit-cta::after{content:"";position:absolute;left:12px;right:12px;bottom:0;height:1px;background:currentColor;transform-origin:left;transition:transform .25s}
#x-content #recruit .recruit-cta:hover::after{transform:scaleX(1.1)}
#x-content #recruit .recruit-cta:focus-visible{outline:3px solid #59818d;outline-offset:6px}
#x-content #recruit .recruit-cta span{font-family:Arial,sans-serif;font-size:24px;font-weight:400;transition:transform .2s}
#x-content #recruit .recruit-cta:hover span{transform:translateX(5px)}
#x-content #recruit .recruit-photo{margin:0;border-top:3px solid #173a40;padding-top:22px;min-width:0}
#x-content #recruit .recruit-photo img{display:block;width:100%;height:auto;object-fit:contain}
#x-content #recruit .recruit-photo figcaption{display:flex;justify-content:space-between;gap:10px;margin-top:20px;font-family:Arial,sans-serif;font-size:12px;line-height:1.5;letter-spacing:.15em;color:inherit}
@media(min-width:761px) and (max-width:1050px){
#x-content #recruit .recruit-layout{grid-template-columns:35px minmax(0,.85fr) minmax(0,1.15fr);gap:25px;min-height:530px}
#x-content #recruit .recruit-rail{padding-right:12px}
#x-content #recruit h2{font-size:38px;height:330px}
#x-content #recruit .recruit-photo figcaption{letter-spacing:.04em}
}
@media(max-width:760px){
#x-content #recruit{padding:40px 24px 55px}
#x-content #recruit .recruit-layout{grid-template-columns:minmax(0,1fr);gap:32px;min-height:0}
#x-content #recruit .recruit-rail{writing-mode:horizontal-tb;border-right:0;border-bottom:1px solid #c1cbc6;padding:0 0 18px;letter-spacing:.2em}
#x-content #recruit .recruit-copy-panel{align-items:stretch}
#x-content #recruit h2{align-self:center;font-size:32px;height:290px;margin-bottom:24px}
#x-content #recruit .recruit-cta{max-width:230px}
#x-content #recruit .recruit-photo{padding-top:16px}
#x-content #recruit .recruit-photo figcaption{letter-spacing:.1em}
}
@media(prefers-reduced-motion:reduce){#x-content #recruit .recruit-cta span,#x-content #recruit .recruit-cta::after{transition:none}#x-content #recruit .recruit-cta:hover span,#x-content #recruit .recruit-cta:hover::after{transform:none}}
#x-content .form-note,#x-content .sns-note,#x-content .hours{font-size:13px}

/* 実際の代表写真。上部の背景余白を詰め、顔と手を残す。 */
#x-content .message-layout .president-photo{width:100%;height:auto;aspect-ratio:1;object-fit:cover;object-position:center bottom}

/* 全体点検：写真上の説明と入力文字を読みやすく */
#x-content .mosaic figcaption p{font-size:14px}
#x-content .mosaic figcaption{background:linear-gradient(transparent,rgba(5,20,30,.96));padding-top:70px}
#x-content .footer-bottom{font-size:13px}
#x-content .field input,#x-content .field textarea{font-size:16px}
#x-content p{line-break:strict}

/* 相談帯のリンクを読みやすく。 */
#x-content .contact-bar .text-link{font-size:16px;width:min(100%,180px)}

/* 承認A案：運搬する人・家・作業員の線画。提案104pxから80pxへ縮小。 */
#x-content .service-icon{width:80px;height:80px;margin:0 auto 24px;overflow:visible}
#x-content .service-icon path{fill:none;stroke:#c1dfe5;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

/* 実績：ラベルと単位を明確にし、数字同士に区切りを設ける。 */
#x-content #numbers .numbers{gap:0}
#x-content #numbers .numbers>div{display:flex;flex-direction:column;align-items:center;padding:12px 24px 20px;min-width:0}
#x-content #numbers .numbers>div+div{border-left:1px solid #adc9d044}
#x-content #numbers .number-label{order:-1;margin:0 0 26px;font-size:17px;letter-spacing:.05em;color:#edf3f3}
#x-content #numbers .number{font-size:clamp(48px,5.2vw,76px);line-height:1.25;letter-spacing:-.045em;font-weight:400;display:flex;align-items:baseline;justify-content:center;gap:10px}
#x-content #numbers .number-unit{font-size:16px;letter-spacing:0;color:#d2e0e5;white-space:nowrap}
#x-content #numbers .number-sub{margin-top:22px;font-size:14px;line-height:1.9;color:#c7d1d7}
@media(max-width:900px){#x-content #numbers .numbers{grid-template-columns:1fr;gap:0;max-width:520px;margin:auto}#x-content #numbers .numbers>div{padding:32px 12px}#x-content #numbers .numbers>div+div{border-left:0;border-top:1px solid #adc9d044}#x-content #numbers .number{font-size:64px}#x-content #numbers .number-label{margin-bottom:16px}#x-content #numbers .number-sub{margin-top:14px}}

/* SNSの公式アカウントへのアイコン付きリンク。 */
#x-content #sns .sns-names{display:flex;justify-content:center;flex-wrap:wrap;gap:16px;margin-top:30px}
#x-content #sns .sns-account{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:56px;padding:12px 20px;border:1px solid #91b1bd66;border-radius:4px;background:#bddce008;color:#edf5f5;font-size:16px;line-height:1.5;transition:background .2s,border-color .2s}
#x-content #sns .sns-account:hover{background:#bddce01f;border-color:#bedce0}
#x-content #sns .sns-account svg{display:block;width:24px;height:24px;flex-shrink:0}
#x-content #sns .sns-fill{fill:#edf5f5;stroke:none}
#x-content #sns .sns-line{fill:none;stroke:#edf5f5;stroke-width:1.8}
#x-content #sns .sns-cutout{fill:#0d1f2b;stroke:none}
#x-content #sns .sns-external{font-size:16px;color:#bdeaf1;margin-left:8px}
@media(max-width:600px){#x-content #sns .sns-names{display:grid;grid-template-columns:1fr;max-width:280px;margin:26px auto 0;gap:12px}#x-content #sns .sns-account{justify-content:flex-start}#x-content #sns .sns-external{margin-left:auto}}
@media(prefers-reduced-motion:reduce){#x-content #sns .sns-account{transition:none}}

/* SNS固有の配色。 */
#x-content #sns .sns-tiktok{overflow:visible}
#x-content #sns .sns-tiktok-cyan{fill:#25f4ee;stroke:none}
#x-content #sns .sns-tiktok-pink{fill:#fe2c55;stroke:none}
#x-content #sns .sns-tiktok-main{fill:#fff;stroke:none}
#x-content #sns .sns-instagram-bg{fill:url(#instagram-brand-gradient);stroke:none}
#x-content #sns .sns-instagram .sns-line{stroke:#fff;stroke-width:1.6}
#x-content #sns .sns-instagram .sns-fill{fill:#fff}
#x-content #sns .sns-youtube .sns-fill{fill:#ff0000}
#x-content #sns .sns-youtube .sns-cutout{fill:#fff}

/* SNSリンク：ボタンの枠と面をなくし、アイコンと名称で表示。 */
#x-content #sns .sns-account{border:0;border-radius:0;background:none;padding:8px 4px;min-height:44px;box-shadow:none}
#x-content #sns .sns-account:hover{background:none;border-color:transparent}
#x-content #sns .sns-account:hover>span:not(.sns-external){text-decoration:underline;text-underline-offset:5px}
#x-content #sns .sns-names{gap:32px}
@media(max-width:600px){#x-content #sns .sns-names{gap:12px;max-width:200px}}

/* SNSサムネイルの自動スクロールと停止操作。 */
#x-content .sns-strip.auto-scrolling{scroll-snap-type:none;scroll-behavior:auto}

/* サムネイルは自動表示のみ。ページの縦操作は維持。 */
#x-content #sns .sns-strip{overflow-x:hidden;scroll-snap-type:none;touch-action:pan-y;user-select:none}
#x-content #sns .sns-strip img{-webkit-user-drag:none;pointer-events:none}

/* SNSサムネイルの角丸。 */
#x-content #sns .sns-strip figure{border-radius:16px;overflow:hidden}
#x-content #sns .sns-strip img{border-radius:16px}

/* TOPフッター：会社情報とリンクを大きく、太めに。 */
#x-content .footer{color:#183340;font-weight:600}
#x-content .footer .brand{font-size:24px;font-weight:600;line-height:1.6}
#x-content .footer .company-data{font-size:15px;line-height:1.9}
#x-content .footer .company-data div{grid-template-columns:84px minmax(0,1fr);margin-bottom:16px}
#x-content .footer .company-data dt{font-weight:600;color:#294754}
/* 「代表取締役」が2行に割れないようにする */
#x-content .footer .company-data dt{white-space:nowrap}
#x-content .footer .footer-description{font-size:15px;line-height:1.9}
#x-content .footer .footer-sns{font-size:15px;font-weight:600;flex-wrap:wrap}
#x-content .footer .footer-bottom{font-size:14px;font-weight:600;line-height:1.8}
@media(max-width:700px){#x-content .footer .brand{font-size:21px}#x-content .footer .company-data div{grid-template-columns:5.4em minmax(0,1fr)}#x-content .footer .company-data{font-size:15px}#x-content .footer .footer-bottom{font-size:14px}}

#x-content .reasons p{text-wrap:balance}

/* 横並びの項目で締めの言葉の高さを揃える */
@media(min-width:901px){
  #x-content .reasons article{display:flex;flex-direction:column}
  #x-content .reasons .principle{margin-top:auto;padding-top:24px}
}

/* A案：理念を主役に、言葉と余白で伝える */
#x-content #philosophy{background:#fff;color:#183340;border-top:1px solid #e2e7e8}
#x-content #philosophy .section-head{margin-bottom:76px}
#x-content #philosophy .eyebrow{font-size:14px;letter-spacing:.14em;color:#405d69}
#x-content #philosophy h2{font-size:clamp(30px,3.4vw,48px);font-weight:500;line-height:1.8;letter-spacing:.06em}
#x-content .philosophy-columns{display:grid;grid-template-columns:1fr 1fr;gap:100px;max-width:1040px;margin:auto}
#x-content .philosophy-columns h3{position:relative;font-size:15px;font-weight:600;letter-spacing:.08em;padding-top:22px;margin:0 0 30px}
#x-content .philosophy-columns h3:before{content:"";position:absolute;top:0;left:0;width:32px;height:2px;background:#547e8c}
#x-content .philosophy-columns p{font-size:16px;line-height:2.15;font-weight:400;margin:0;color:#304b57}
#x-content .philosophy-columns .philosophy-intro{font-size:27px;line-height:1.85;color:#183340;margin-bottom:24px}
#x-content .philosophy-promise h4{font-size:22px;font-weight:600;line-height:1.75;margin:0 0 16px}
#x-content .philosophy-promise+.philosophy-promise{margin-top:38px}
@media(max-width:900px){#x-content .philosophy-columns{gap:44px;grid-template-columns:1fr;max-width:580px}#x-content #philosophy .section-head{margin-bottom:44px}#x-content #philosophy h2{font-size:clamp(24px,5.8vw,36px);letter-spacing:.02em}#x-content .philosophy-columns .philosophy-intro{font-size:24px}#x-content .philosophy-columns p{font-size:15px}#x-content .philosophy-promise h4{font-size:21px}}

/* 承認B案：濃紺と左右構成 */
#x-content #philosophy{background:#102530;color:#f0f4f1}#x-content #philosophy .wrap{display:grid;grid-template-columns:1fr 1.15fr;gap:90px;max-width:1200px}#x-content #philosophy .section-head{text-align:left;margin:0;align-self:start}#x-content #philosophy .eyebrow{color:#bdd5dc}#x-content #philosophy h2{font-size:clamp(28px,3vw,40px);line-height:1.9;letter-spacing:.04em}#x-content .philosophy-columns{display:block}#x-content .philosophy-columns article+article{margin-top:48px}#x-content .philosophy-columns h3{color:#fff;font-size:18px;line-height:1.8}#x-content .philosophy-columns h3:before{background:#a9cbd3}#x-content .philosophy-columns p{color:#e0e9eb;line-height:2.2;font-size:16px}@media(max-width:900px){#x-content #philosophy .wrap{display:block}#x-content #philosophy .section-head{margin-bottom:38px}#x-content #philosophy h2{font-size:26px}#x-content .philosophy-columns{display:block}#x-content .philosophy-columns article{display:block;padding:26px 0}#x-content .philosophy-columns article+article{margin-top:18px}#x-content .philosophy-columns h3{font-size:17px;margin-bottom:20px}#x-content .philosophy-columns p{font-size:15px}}
/* 理念の背景に原本ロゴを透かして配置 */
#x-content #philosophy{position:relative;isolation:isolate;overflow:hidden}
#x-content #philosophy:before{content:"";display:block;position:absolute;inset:0;z-index:-1;pointer-events:none;background:url('../images/header-logo-original.png') left 4% center / min(62vw,800px) auto no-repeat;opacity:.075}
#x-content #philosophy .wrap{position:relative}
@media(max-width:900px){#x-content #philosophy:before{background-position:center top;background-size:620px auto;opacity:.06}}

/* 透かしロゴ全体をセクション内に収める */
#x-content #philosophy:before{inset:20px auto 20px 0;width:52%;background-position:center;background-size:contain}
@media(max-width:900px){#x-content #philosophy:before{inset:20px 0 auto;width:100%;height:600px;max-height:calc(100% - 40px);background-position:center top;background-size:contain}}

/* 透明な余白の分だけ拡大し、ロゴ本体は全体表示 */
#x-content #philosophy:before{inset:-80px auto -80px 0;width:52%;background-size:contain}
@media(max-width:900px){#x-content #philosophy:before{inset:-55px -5% auto;width:110%;height:650px;max-height:none;background-size:contain}}

#x-content #philosophy .eyebrow{font-size:20px;font-weight:600;letter-spacing:.1em}

/* ==========================================================================
   対応できる作業：「。」で改行し、2文をそれぞれ1行に収めて2行にする
   最長の文は29文字＝417px（14px時）必要。カラムがこれを下回ると3行になるため、
   幅に応じて列数と文字サイズを切り替える。
   ========================================================================== */
#x-content .services p{text-wrap:balance;text-align:center}

/* 3列：2文とも1行に収まる幅があるとき */
@media (min-width:1350px){
  #x-content #services .wrap{width:min(1400px,calc(100% - 112px))}
  #x-content .services{grid-template-columns:repeat(3,1fr);gap:32px}
  #x-content .services p{font-size:clamp(12.8px,.95vw,14px)}
}
/* 2列：3列では2文目が折り返してしまう幅 */
@media (min-width:1000px) and (max-width:1349px){
  #x-content #services .wrap{width:min(1400px,calc(100% - 112px))}
  #x-content .services{
    grid-template-columns:repeat(2,1fr);gap:48px 32px;max-width:none}
  #x-content .services p{font-size:14px}
  /* 3つ目が1つだけ残る行になるので中央に置く */
  #x-content .services>*:last-child:nth-child(odd){
    grid-column:1/-1;max-width:540px;margin-inline:auto}
}
/* 1列 */
@media (max-width:999px){
  #x-content .services{
    grid-template-columns:1fr;gap:58px;max-width:580px;margin-inline:auto}
  #x-content .services p{font-size:15px}
}
@media (max-width:520px){
  #x-content .services p{font-size:14px}
}

/* ==========================================================================
   フッターのバランス調整
     ・ラベルと値の間に一定の余白を入れる（「代表取締役」だけ詰まって見えていた）
     ・スマホでは下段の3項目を縦に積んで左を揃える（3つ目だけ折り返していた）
     ・画面下の固定CTAが無いため、下の余白 120px を詰める
   ========================================================================== */
#x-content .footer .company-data div{column-gap:16px}

/* SNSはアイコン付きのリンクにする（アイコンは自作のインラインSVG） */
#x-content .footer-sns{display:flex;align-items:center;gap:clamp(14px,4vw,28px)}
#x-content .footer-sns a{
  display:inline-flex;align-items:center;gap:8px;
  min-height:44px;color:inherit;text-decoration:none;
  transition:color .25s,opacity .25s}
#x-content .footer-sns svg{
  width:19px;height:19px;flex:none;fill:currentColor}
#x-content .footer-sns a:hover{color:#1f6f8b}
#x-content .footer-sns a:hover svg{opacity:.85}

/* 下段は左右に振り分ける */
#x-content .footer-links{display:flex;align-items:center;gap:clamp(16px,4vw,34px)}

@media (max-width:700px){
  #x-content .footer{padding:56px 0 64px}
  /* 左に寄りすぎないよう、SNSと下段は左右いっぱいに配る */
  #x-content .footer-sns{justify-content:space-between;gap:8px}
  #x-content .footer-bottom{
    flex-direction:row;flex-wrap:wrap;align-items:center;
    justify-content:space-between;gap:16px;margin-top:40px}
  #x-content .footer-links{
    width:100%;justify-content:space-between;gap:8px}
}

/* ==========================================================================
   現場の困りごと：スマホでチェック項目と続く文を中央ぞろえにする
   （PCは2列のまま左ぞろえを維持）
   ========================================================================== */
@media (max-width:900px){
  /* 項目ごとに中央へ寄せるとチェックの位置がばらつくので、
     かたまり全体を中央に置き、中は左ぞろえにしてチェックを縦に揃える */
  #x-content .problems{width:fit-content;max-width:100%;margin-inline:auto}
  #x-content .problem{justify-content:flex-start}
  #x-content .prompt{text-align:center}
}
/* 狭い画面では1項目が2行に割れて「に。」だけ残るため、字と間隔を詰めて1行に収める */
@media (max-width:440px){
  #x-content .problem{font-size:clamp(14px,4.2vw,17px);gap:12px}
  #x-content .problem::before{width:15px;height:8px}
}

/* ==========================================================================
   ご依頼の流れ（スマホ）
     ・英字ラベル → 見出し → 説明文 の順に縦に積む
     ・説明文は全幅を使い、字送りを幅に合わせて1行に収める
     ・英字は欄が狭いと LISTEN / CHECK / AGREE / FINISH が割れるので折り返し禁止
   ========================================================================== */
@media (max-width:900px){
  #x-content .flow li{
    display:grid;grid-template-columns:1fr;gap:0;padding:21px 0}
  #x-content .flow-mark{
    grid-column:1;grid-row:1;justify-self:start;white-space:nowrap;margin-bottom:6px}
  #x-content .flow h3{grid-column:1;grid-row:2}
  #x-content .flow li p{
    grid-column:1;grid-row:3;margin-top:8px;
    letter-spacing:0;font-size:clamp(11.5px,3.2vw,14px)}
}

/* ==========================================================================
   セクション見出し下の説明文（スマホ）
   見出しと英字が中央ぞろえなのに、この行だけ左ぞろえの指定が残っていたため揃える。
   対象は 現場の記録 / SNS / お問い合わせ の3セクション。
   ========================================================================== */
@media (max-width:900px){
  #x-content .section-head p{text-align:center}
}

/* ==========================================================================
   お問い合わせ（スマホ）
     ・電話受付の時間が小さすぎたので大きくする
     ・フォーム下の注記は中央ぞろえにし、字送りを幅に合わせて1行に収める
   ========================================================================== */
@media (max-width:900px){
  #x-content .contact-intro .hours{
    font-size:clamp(14px,3.6vw,16px);margin:18px 0 32px}
  #x-content .form-note{
    text-align:center;letter-spacing:0;font-size:clamp(11px,3.1vw,13px)}
}

/* ==========================================================================
   フッターの会社情報：ラベルと値の間隔を広げる
   そのままだと住所が折り返すため、ラベルを一段小さくして欄を詰め、
   空いたぶんを間隔に回す。値の字送りも詰めて余裕をつくる。
   ========================================================================== */
#x-content .footer .company-data div{
  grid-template-columns:4.9em minmax(0,1fr);column-gap:26px}
#x-content .footer .company-data dt{font-size:13px}
#x-content .footer .company-data dd{letter-spacing:0}
/* 狭い画面で住所や電話が折り返さないよう、値の字送りを幅に合わせる */
@media (max-width:700px){
  #x-content .footer .company-data dd{font-size:clamp(12.5px,3.62vw,15px)}
  #x-content .footer .company-data dt{font-size:clamp(11.5px,3.3vw,13px)}
}

/* ==========================================================================
   フッターのロゴ
   紋章は実寸がほぼ正方形なのに縦長の枠に収めていたため小さく潰れていた。
   正方形の高解像度版に差し替え、表示寸法も比率に合わせる。
   ========================================================================== */
#x-content .footer .brand img{width:52px;height:52px;object-fit:contain}
@media (max-width:700px){
  #x-content .footer .brand img{width:48px;height:48px}
}

/* 採用見出し（9字×2列の縦組み）が1列に収まる高さ */
#x-content #recruit h2{height:9.6em !important}
@media (max-width:420px){
  #x-content #sns .section-head p.center{letter-spacing:0;font-size:clamp(12px,3.6vw,14px)}
}

/* 見直し 2026-09-17：本文の最終行が短く残らないように */
#x-content blockquote p,#x-content .philosophy-body p,#x-content .message-layout p{text-wrap:pretty}
#x-content blockquote p,#x-content .message-layout p,#x-content .philosophy p,#x-content .philosophy-body p{word-break:auto-phrase}
/* フォーム注記内のリンクをリンクと分かるように */
#x-content .form-note a{text-decoration:underline;text-underline-offset:3px;color:#dbe7ee}
