/*
Theme Name: N Care Faithful
Theme URI: https://www.ni-care.jp/
Author: N Care
Description: 現行サイトの外観を忠実に再現し、WordPressの投稿・固定ページ・メニューを利用する専用テーマ。
Version: 3.9.4
Text Domain: ncare-faithful
*/

:root{--ncare-orange:#ef6647;--ncare-gray:#707986;--ncare-width:970px}
.ncare-skip{position:fixed;left:12px;top:-60px;z-index:99999;padding:10px 16px;background:#fff;color:#222;box-shadow:0 2px 8px #0005}
.ncare-skip:focus{top:12px}
body.ncare-menu-open{overflow:hidden}
*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:clip}
body{margin:0;overflow-x:hidden;color:#333;background:#fff;font-family:Satoshi,yakuhanjp,-apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Sans","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","Yu Gothic",YuGothic,Verdana,Meiryo,"M+ 1p",sans-serif;font-size:14px;line-height:1.75}
.ncare-js body{opacity:0;animation:ncarePageFadeIn .35s ease forwards}
.ncare-js body.ncare-page-fade-out{opacity:0;animation:none;transition:opacity .25s ease}
@keyframes ncarePageFadeIn{from{opacity:0}to{opacity:1}}
@media(prefers-reduced-motion:reduce){.ncare-js body{opacity:1;animation:none}.ncare-js body.ncare-page-fade-out{opacity:1;transition:none}}
button,input,select,textarea{font-family:Satoshi,yakuhanjp,-apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Sans","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","Yu Gothic",YuGothic,Verdana,Meiryo,"M+ 1p",sans-serif}
a{color:#4c9bd8;text-decoration:none}a:hover{opacity:.78}
img{max-width:100%;height:auto}
.ncare-header{height:100px;background:#fff;border-bottom:8px solid #e95532;position:sticky;top:0;z-index:20}
.ncare-header-inner{width:100%;max-width:1080px;height:92px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}
.ncare-logo{display:block;width:400px;height:50px;background:url('assets/img/head_logo.png') center/contain no-repeat;text-indent:-9999px}
.ncare-head-actions{display:flex;height:92px;margin:0;padding:0;list-style:none}
.ncare-head-actions a{display:block;width:120px;height:92px;text-indent:-9999px;background-position:center;background-repeat:no-repeat;background-size:120px auto;transition:background-position .28s ease,filter .28s ease,opacity .28s ease}
.ncare-head-actions a:hover,.ncare-head-actions a:focus-visible{background-position:center calc(50% - 5px);filter:brightness(1.08);opacity:1}
.ncare-head-actions .company a{background-image:url('assets/img/head_menu_company.png')}
.ncare-head-actions .recruit a{background-image:url('assets/img/head_menu_recruit.png')}
.ncare-head-actions .entry a{background-image:url('assets/img/head_menu_recruit_entry.png')}
.ncare-head-actions .service{background:#ef6647}.ncare-head-actions .service a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#fff;text-indent:0;background-image:none;font-family:inherit;font-size:14px;font-weight:600;letter-spacing:normal;transition:transform .28s ease,filter .28s ease,opacity .28s ease}
.ncare-head-actions .service a:hover,.ncare-head-actions .service a:focus-visible{transform:translateY(-5px);filter:brightness(1.08);opacity:1}
.ncare-head-actions .service a::before{content:"";display:block;width:31px;height:28px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 42'%3E%3Cpath fill='%23fff' d='M24 16.5C15.5 10.1 11 6.7 11 1.8 11-1.8 13.8-4.5 17.4-4.5c2.5 0 4.9 1.2 6.6 3.1 1.7-1.9 4.1-3.1 6.6-3.1 3.6 0 6.4 2.7 6.4 6.3 0 4.9-4.5 8.3-13 14.7z' transform='translate(0 7)'/%3E%3Cpath fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M3 26h8l7 5h10l8-6c2-1 5 1 3 4L28 39H15L8 35H3m13-9 5 4h7c3 0 3-5 0-5H18l-5-4H8'/%3E%3C/svg%3E") center/contain no-repeat}
.ncare-head-actions .company{background:#ae4b9b;box-shadow:inset 1px 0 #fff}.ncare-head-actions .recruit{background:#16acd1}.ncare-head-actions .entry{background:#a9cf49}
.ncare-menu-button{width:100px;height:100px;border:0;background:var(--ncare-orange);color:#fff;font-weight:700;font-size:13px;cursor:pointer}
.ncare-menu-button:before{content:'☰';display:block;font-size:34px;line-height:34px}
.ncare-shell{max-width:1200px;margin:0 auto;position:relative;padding-right:0;min-height:100vh}
.ncare-main{width:970px;margin:0 auto;padding-bottom:70px}
.home .ncare-main{width:970px}
.ncare-side{visibility:hidden;opacity:0;pointer-events:none;position:fixed;top:100px;right:0;width:min(360px,100vw);height:calc(100vh - 100px);background:var(--ncare-orange);z-index:99;padding:0;overflow:auto;transform:translateX(100%);transition:transform .22s ease,opacity .22s ease,visibility 0s linear .22s;box-shadow:-6px 8px 20px rgba(0,0,0,.18)}
.ncare-side.is-open{visibility:visible;opacity:1;pointer-events:auto;transform:translateX(0);transition-delay:0s}
.ncare-menu-button[aria-expanded="true"]:before{content:'×'}
.ncare-side ul{list-style:none;margin:0;padding:0}.ncare-side li{border-top:1px solid rgba(255,255,255,.35)}
.ncare-side a{display:block;padding:19px 16px;color:#fff;font-weight:600;transition:padding-left .28s cubic-bezier(.215,.61,.355,1),background-color .22s ease}.ncare-side a:hover,.ncare-side a:focus-visible{padding-left:24px;background:rgba(255,255,255,.12);opacity:1}
.ncare-side .ncare-menu-group>button{position:relative;display:block;width:100%;padding:19px 48px 19px 16px;border:0;background:transparent;color:#fff;text-align:left;font:inherit;font-weight:600;cursor:pointer;transition:padding-left .28s cubic-bezier(.215,.61,.355,1),background-color .22s ease}
.ncare-side .ncare-menu-group>button:hover,.ncare-side .ncare-menu-group>button:focus-visible{padding-left:24px;background:rgba(255,255,255,.12)}
.ncare-side .ncare-menu-group>button::after{content:"";position:absolute;right:22px;top:50%;width:0;height:0;border-left:9px solid transparent;border-right:9px solid transparent;border-top:11px solid #ffd9cf;transform:translateY(-50%);transition:transform .2s ease}
.ncare-side .ncare-menu-group>button[aria-expanded="true"]::after{transform:translateY(-50%) rotate(180deg)}
.ncare-side .ncare-menu-group>ul{margin:0;padding:0;background:#c93f22}
.ncare-side .ncare-menu-group>ul[hidden]{display:none}
.ncare-side .ncare-menu-group>ul li{border-top:1px solid rgba(255,255,255,.55)}
.ncare-side .ncare-menu-group>ul a{padding-left:26px;font-size:14px}
.ncare-side .ncare-menu-group>ul a:hover,.ncare-side .ncare-menu-group>ul a:focus-visible{padding-left:34px}
.ncare-hover-pointer{position:fixed;left:0;top:0;width:40px;height:40px;z-index:10000;border-radius:50%;background:rgba(243,161,141,.68);pointer-events:none;opacity:0;transform:translate3d(-100px,-100px,0);transition:opacity .18s ease;will-change:transform,opacity}
.ncare-hover-pointer::after{content:'';position:absolute;left:10px;top:10px;width:20px;height:20px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath d='M6 18 18 6M9 6h9v9' fill='none' stroke='%23fff' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/20px 20px no-repeat}
.ncare-hover-pointer.is-visible{opacity:1}
.ncare-pointer-target{cursor:none!important}
.ncare-content{padding:0;font-size:16px;line-height:1.6}.home .ncare-content{padding-top:0}
.home img[src*="n30cp_banner"]{display:block;width:900px;margin-left:auto;margin-right:auto}
.home .ncare-content>div:has(>a>img[src*="n30cp_banner"]){max-width:900px!important;padding-left:0!important;padding-right:0!important}
.home .ncare-content>div:has(>img[src*="index_h3_news"]),.home .ncare-content>div:has(>img[src*="index_h3_service"]){max-width:900px!important;padding-left:0!important;padding-right:0!important;text-align:left!important}
.home img[src*="index_h3_news"],.home img[src*="index_h3_service"]{display:block;width:300px;max-height:none!important}
#service{scroll-margin-top:120px}
.home .ncare-content>div:has(>img[src*="index_h3_service"]){margin-bottom:40px!important}
.home .ncare-content>div:has(>img[src*="index_h3_service"]) + div{max-width:900px!important;margin:0 auto 72px!important;padding:0 20px!important;font-size:15px!important;line-height:36px!important}
.home .ncare-service-copy{width:900px;max-width:calc(100% - 30px);margin:0 auto 30px;padding:0;border:0;background:none;font-size:22px;font-weight:500;line-height:36px;letter-spacing:0}.home .ncare-service-copy:after{display:none}
.home .ncare-current-news{width:900px;max-width:calc(100% - 30px);padding:10px 20px 20px!important;margin:0 auto 45px!important}
.home .ncare-current-news li{grid-template-columns:150px 705px;gap:0;align-items:start;margin:0;padding:6px 0;font-size:16px;line-height:20px}.home .ncare-current-news li>span{grid-column:2;line-height:20px}.home .ncare-current-news time{width:150px!important;font-size:16px!important;line-height:20px!important}.home .ncare-current-news a{font-size:16px!important;line-height:20px!important}
.ncare-content>.alignwide,.ncare-content>.alignfull{margin-left:auto!important;margin-right:auto!important}
.home .wp-block-latest-posts{max-width:900px;margin:20px auto!important;padding:0;list-style:none}
.home .wp-block-latest-posts li{display:grid;grid-template-columns:120px 1fr;gap:20px;margin:0 0 10px;padding:0;border:0}
.home .wp-block-latest-posts__post-date{grid-column:1;grid-row:1;font-size:13px;order:-1}
.home .wp-block-latest-posts__post-title{grid-column:2;grid-row:1;font-size:13px}
.home .wp-block-latest-posts+p{text-align:center;margin:26px 0 45px}
.home .ncare-content>div:has(a[href*="/miyomiyo/"]){width:900px!important;max-width:calc(100vw - 40px)!important;padding:0!important;margin:0 auto 40px!important}
.home .ncare-content>div:has(a[href*="/miyomiyo/"])>div{gap:.5%!important;flex-wrap:nowrap!important}
.home .ncare-content a[href*="/miyomiyo/"],.home .ncare-content a[href*="/mannaka/"],.home .ncare-content a[href*="/harebare/"],.home .ncare-content>div:has(a[href*="/miyomiyo/"])>a[href*="/recruit/"]{display:flex!important;flex-direction:column}
.home .ncare-content a[href*="/miyomiyo/"]>div:last-child,.home .ncare-content a[href*="/mannaka/"]>div:last-child,.home .ncare-content a[href*="/harebare/"]>div:last-child,.home .ncare-content>div:has(a[href*="/miyomiyo/"])>a[href*="/recruit/"]>div:last-child{order:-1;height:51px;padding:12px 15px!important;font-size:16px;line-height:27px;background-image:url('assets/img/isl_arrow.png')!important;background-position:right 10px center!important;background-repeat:no-repeat!important}
.home .ncare-content a[href*="/miyomiyo/"]>div:last-child span,.home .ncare-content a[href*="/mannaka/"]>div:last-child span,.home .ncare-content a[href*="/harebare/"]>div:last-child span,.home .ncare-content>div:has(a[href*="/miyomiyo/"])>a[href*="/recruit/"]>div:last-child span{display:none}
.home .ncare-content>div:has(a[href*="/miyomiyo/"])>a[href*="/recruit/"]{margin-top:20px!important}
.ncare-home-recruit-copy{width:900px;max-width:calc(100vw - 40px);margin:0 auto 60px}
.ncare-home-recruit-copy h3{margin:0 0 30px;font-size:22px;font-weight:500;line-height:36px}
.ncare-home-recruit-copy div{font-size:16px;line-height:26px}
.ncare-content>.content-head.ncare-current-static{width:min(1200px,100vw)!important;max-width:none!important;margin:0 0 120px 50%!important;transform:translateX(-50%)!important;padding:0!important}
.ncare-content>.content-head.ncare-current-static:after{display:none!important}
.ncare-content>.content-wrap{width:100%;max-width:none;margin-left:0;margin-right:0}
.ncare-content>.content-wrap .content-in{width:900px;max-width:calc(100vw - 40px);margin-left:auto;margin-right:auto}
.ncare-content>.content-wrap.foot-deco{margin-bottom:0}
.page-id-10 .ncare-content:has(.ncare-current-static) h2,.page-id-12 .ncare-content:has(.ncare-current-static) h2,.page-id-14 .ncare-content:has(.ncare-current-static) h2{display:block!important}
.ncare-page-title{margin:0 0 35px;padding:22px 28px;background:#f5f5f5;border-left:7px solid var(--ncare-orange);font-size:28px}
.ncare-content table{width:100%;border-collapse:collapse}.ncare-content th,.ncare-content td{padding:12px;border:1px solid #ccc}
.ncare-content h2{margin:35px 0 25px;padding:0 0 10px;border-bottom:1px solid #9aabb7;font-size:21px}.ncare-content h2:after{content:"";display:block;width:140px;margin-bottom:-11px;padding-top:10px;border-bottom:2px solid #e95532}
.page-id-8{--ncare-page-heading:url('assets/img/h2_company.png')}.page-id-10{--ncare-page-heading:url('assets/img/h2_miyo_1.png')}.page-id-12{--ncare-page-heading:url('assets/img/h2_mannaka.png')}.page-id-14{--ncare-page-heading:url('assets/img/h2_hare_1.png')}.page-id-31{--ncare-page-heading:url('assets/img/h2_recruit.png')}
.page-id-8 article>div:first-child,.page-id-10 article>div:first-child,.page-id-12 article>div:first-child,.page-id-14 article>div:first-child,.page-id-31 article>div:first-child{position:relative;margin-bottom:120px!important}
.page-id-8 article>div:first-child,.page-id-10 article>div:first-child,.page-id-12 article>div:first-child,.page-id-14 article>div:first-child,.page-id-31 article>div:first-child{width:min(1200px,100vw)!important;margin-left:50%!important;margin-right:0!important;transform:translateX(-50%)}
.page-id-8 article>div:first-child:after,.page-id-10 article>div:first-child:after,.page-id-12 article>div:first-child:after,.page-id-14 article>div:first-child:after,.page-id-31 article>div:first-child:after{content:"";position:absolute;left:max(20px,calc((100% - 900px)/2));bottom:-100px;width:310px;height:72px;background:var(--ncare-page-heading) left center/contain no-repeat}
.page-id-8 article table{width:calc(100% - 40px);margin:0 20px;border-collapse:collapse}
.page-id-8 article table th,.page-id-8 article table td{padding:14px 0;border:0;border-bottom:1px solid #888;background:transparent;text-align:left;font-weight:400}
.page-id-8 article table th{width:170px}
.page-id-8 article .wp-block-group__inner-container{width:900px;max-width:calc(100vw - 40px);margin-left:auto;margin-right:auto}
.page-id-8 article .wp-block-group__inner-container p{font-size:15px;line-height:26px;margin-top:0;margin-bottom:15px}
.page-id-8 article .wp-block-group__inner-container>h3{font-size:22px;line-height:36px;margin:0 20px 30px}
.page-id-8 article div[style*="image_com_boss"]{width:400px!important;height:250px!important;margin:0 20px 20px 30px!important}
.page-id-8 article .wp-block-group__inner-container:after{content:"";display:block;width:280px;height:190px;margin:18px 0 35px 35px;background:url('assets/img/pict02.jpg') center/contain no-repeat}
.page-id-10 article h2:first-of-type,.page-id-12 article h2:first-of-type,.page-id-14 article h2:first-of-type{display:none}
.page-id-10 article h3,.page-id-12 article h3,.page-id-14 article h3{margin:35px 0 25px;padding:0 0 10px;border-bottom:1px solid #9aabb7;font-size:19px}
.page-id-10 article h3:after,.page-id-12 article h3:after,.page-id-14 article h3:after{content:"";display:block;width:140px;margin-bottom:-11px;padding-top:10px;border-bottom:2px solid #e95532}
.page-id-10 article p:has(>strong:first-child),.page-id-12 article p:has(>strong:first-child),.page-id-14 article p:has(>strong:first-child){margin:22px 0;padding-left:32px}
.page-id-10 article p>strong:first-child,.page-id-12 article p>strong:first-child,.page-id-14 article p>strong:first-child{display:block;position:relative;margin-bottom:3px}
.page-id-10 article p>strong:first-child:before,.page-id-12 article p>strong:first-child:before,.page-id-14 article p>strong:first-child:before{content:"";position:absolute;left:-32px;top:.45em;width:15px;height:15px;background:#f5ac3c}
.page-id-31 article h2:nth-of-type(2){display:none}
.page-id-31 article h2:first-of-type{position:relative;margin:20px 0;padding:0 0 10px 21px;border-bottom:1px solid #888;font-size:19px}
.page-id-31 article h2:first-of-type:before{content:"";position:absolute;left:0;top:.45em;width:15px;height:15px;background:#f5ac3c}
.page-id-31 article h2:first-of-type:after{display:none}
.page-id-31 article h3{margin:35px 0 25px;padding:0 0 10px;border-bottom:1px solid #9aabb7;background:linear-gradient(#e95532,#e95532) left bottom/140px 2px no-repeat;font-size:19px}
.page-id-31 article h3:not(:last-of-type):after{content:"／募集要項"}
.page-id-31 article table{width:calc(100% - 40px);margin:0 20px;border-collapse:collapse}
.page-id-31 article table th,.page-id-31 article table td{padding:14px 0;border:0;border-bottom:1px solid #888;background:transparent;text-align:left;font-weight:400;vertical-align:top}
.page-id-31 article table th{width:170px;padding-right:20px}
.ncare-footer{clear:both;background:var(--ncare-gray);color:#fff;border-top:6px solid #e95532;position:relative}
.ncare-footer:before{content:"";display:block;height:100px;margin-top:-100px;background:url('assets/img/foot_deco.png') bottom center repeat-x}
.ncare-footer-inner{width:90%;max-width:900px;min-height:250px;margin:0 auto;padding:40px 0;display:grid;grid-template-columns:1fr 1fr;gap:40px}
.ncare-footer a{color:#fff}.ncare-contact dl{display:grid;grid-template-columns:1fr 140px;margin:0}.ncare-contact dt,.ncare-contact dd{margin:0}
.ncare-foot-links{display:grid;grid-template-columns:55% 45%;gap:20px;border-left:1px solid #aaa;padding-left:40px}.ncare-foot-links ul{list-style:none;margin:0;padding:0}
.ncare-foot-links ul ul{display:block;margin:0;padding:0}.ncare-foot-links>ul>li{margin:0 0 4px}.ncare-foot-links ul ul li{margin:0}
.ncare-footer-copy{width:90%;max-width:900px;min-height:52px;margin:0 auto;padding:13px 0 14px;border-top:0;display:flex;align-items:center;justify-content:space-between;font-size:12px}
.ncare-foot-logo{width:250px;height:25px;background:url('assets/img/foot_logo.png') left center/contain no-repeat}
.sub-section,.site-footer,.site-header,.page-header,.breadcrumb{display:none!important}
.ncare-news-hero{height:400px;width:min(1200px,100vw);margin-left:50%;margin-right:0;transform:translateX(-50%);background:#f1f1f1 url('assets/img/image_top_top5.png') center/cover no-repeat}
.home .ncare-shell{max-width:none;padding-right:0}
.home .ncare-main{width:100%;max-width:none}
.home .ncare-content div[style*="image_top_top5"]{width:calc(100% - 60px)!important;max-width:none!important;height:auto!important;aspect-ratio:3/1;margin-left:auto!important;margin-right:auto!important;background-position:center!important;background-size:cover!important;background-repeat:no-repeat!important}
@media(max-width:767px){.home .ncare-content div[style*="image_top_top5"]{width:100vw!important;max-width:100vw!important;margin-left:50%!important;margin-right:0!important;transform:translateX(-50%)!important}.home .ncare-content div:has(>div[style*="image_top_top5"]){background:transparent!important}}
.ncare-news-heading{width:300px;height:50px;margin:42px 0 20px 35px;background:url('assets/img/index_h3_news.png') left center/contain no-repeat}
.page-id-177 article h2:first-of-type{display:none}
.page-id-177 article h2{font-size:20px}.page-id-177 article p{margin:5px 0}.page-id-177 article{padding-bottom:40px}
.ncare-news-indent{display:inline-block;margin-left:7em}
.page-id-19 article{max-width:900px;margin:0 auto;padding:110px 0 80px}.page-id-19 article>h2{border:0;text-align:center;font-weight:400;font-size:20px;margin:0 0 42px}.page-id-19 article>h2:after{width:300px;margin:12px auto 0;border-color:#c71930}.page-id-19 article h3{margin:30px 0 8px;color:#b51f32;font-weight:500;font-size:19px}.page-id-19 article ol,.page-id-19 article ul{padding-left:22px;list-style:decimal}
.page-id-187 article{max-width:900px;margin:0 auto;padding:40px 0 80px}.page-id-187 .wpcf7{width:calc(100% - 40px);max-width:none!important;margin:0 20px}.page-id-187 .wpcf7-form{width:100%}.page-id-187 .wpcf7-form p{margin:0 0 18px}.page-id-187 .wpcf7-form label{display:block;font-weight:500}.page-id-187 .wpcf7-form input[type=text],.page-id-187 .wpcf7-form input[type=email],.page-id-187 .wpcf7-form input[type=tel],.page-id-187 .wpcf7-form textarea{width:100%;max-width:720px;padding:10px 12px;border:1px solid #bbb;border-radius:2px;font:inherit}.page-id-187 .wpcf7-form input:focus,.page-id-187 .wpcf7-form textarea:focus{outline:2px solid #4c9bd8;outline-offset:1px}.page-id-187 .wpcf7-form textarea{min-height:150px}.page-id-187 .wpcf7-submit{width:200px;min-width:200px;padding:13px 28px;border:0;background:#c71717;color:#fff;font-weight:700;cursor:pointer}
@media(max-width:1399px){
 .ncare-shell{padding-right:0;max-width:none}
 .home .ncare-main{width:100%;max-width:1200px}
}

/* Current-site markup compatibility: restore the original page hero and floats. */
.ncare-content article>.content-head.ncare-current-static{
  position:static!important;
  width:min(1200px,100vw)!important;
  max-width:none!important;
  margin:0 0 0 50%!important;
  transform:translateX(-50%)!important;
  padding:0!important;
}
.ncare-content article>.content-head.ncare-current-static::after{
  content:none!important;
  display:none!important;
}
.ncare-content .cf::before,.ncare-content .cf::after{content:"";display:table}
.ncare-content .cf::after{clear:both}
.ncare-content .basic_table dd{margin-left:0}
.ncare-content .left{float:left}
.ncare-content .right{float:right}
.ncare-content article h2[class^="h2_"]{margin:0;padding:0;border:0}
.ncare-content article h2[class^="h2_"]::before,.ncare-content article h2[class^="h2_"]::after{content:none;display:none}
body:has(.content-wrap.foot-deco) .ncare-footer::before{content:none;display:none}
body:has(.content-wrap.foot-deco) .ncare-main{padding-bottom:0}
.ncare-content article>.content-wrap.foot-deco{width:100vw!important;max-width:none!important;margin-left:50%!important;margin-right:0!important;transform:translateX(-50%)!important}
@media screen and (max-width:750px){.ncare-content .left,.ncare-content .right{float:none}}
.ncare-content article>.content-wrap .content-in{width:900px;max-width:calc(100vw - 40px);margin-left:auto;margin-right:auto}
body#body-recruit .ncare-content article h2.h2_recruit{position:static;margin:0;padding:0;border:0}
body#body-recruit .ncare-content article h2.h2_recruit::before,body#body-recruit .ncare-content article h2.h2_recruit::after{content:none;display:none}
@media(max-width:950px) and (min-width:751px){
 .ncare-header-inner{padding-left:10px}.ncare-logo{width:250px}
}
@media(max-width:750px){
 .ncare-header{height:75px;border-bottom-width:5px}.ncare-header-inner{width:100%;height:70px;padding-left:10px}.ncare-logo{width:240px;height:45px}
 .ncare-head-actions{height:70px}.ncare-head-actions li:not(.menu){display:none}.ncare-menu-button{width:70px;height:70px}
 .ncare-shell{padding-right:0;max-width:none}.ncare-main,.home .ncare-main{width:100%}.ncare-content{padding:0 15px}
 .ncare-side{top:75px;width:100%;height:calc(100vh - 75px)}
 .ncare-side a{padding:16px 22px}.ncare-footer-inner,.ncare-footer-copy{width:auto;margin:0 20px}.ncare-footer-inner{grid-template-columns:1fr}.ncare-foot-links{border-left:0;padding-left:0}.ncare-footer-copy{gap:20px;flex-wrap:wrap}
 .home .wp-block-latest-posts li{grid-template-columns:1fr;gap:2px}.home .wp-block-latest-posts__post-date,.home .wp-block-latest-posts__post-title{grid-column:1;grid-row:auto}
}
@media(hover:none),(pointer:coarse){.ncare-head-actions a:hover{background-position:center;filter:none}}
@media(prefers-reduced-motion:reduce){.ncare-head-actions a,.ncare-side a{transition:none}.ncare-head-actions a:hover,.ncare-head-actions a:focus-visible{background-position:center}.ncare-hover-pointer{transition:none}}
@media(max-width:600px){
 .ncare-logo{width:210px}.ncare-footer-inner{padding-top:22px}.ncare-contact dl{display:block}.ncare-contact dd{margin-bottom:8px}.ncare-foot-links{grid-template-columns:1fr 1fr}.ncare-page-title{font-size:22px}
 .home .ncare-content>div:first-child>div{height:200px!important;background-size:600px!important}
 .home img[src*="n30cp_banner"]{content:url('assets/img/n30cp_banner_sp.jpg');width:100%;max-width:360px}
 .home .wp-block-latest-posts{padding:0 15px}.home .wp-block-latest-posts li{margin-bottom:22px}
 .home .ncare-content>div:has(>img[src*="index_h3_service"]) + div{margin-bottom:45px!important;font-size:14px!important;line-height:2!important}.home .ncare-service-copy{margin:0 15px 28px;font-size:22px;line-height:36px}.home .ncare-service-copy br{display:none}.home .ncare-current-news{max-width:calc(100% - 30px);padding:10px 0 20px!important}.home .ncare-current-news li{grid-template-columns:1fr;padding:8px 0}.home .ncare-current-news li>span{grid-column:1}.ncare-news-indent{margin-left:0}
 .home .ncare-content>div:has(a[href*="/miyomiyo/"])>div{flex-wrap:wrap!important}.home .ncare-content a[href*="/miyomiyo/"],.home .ncare-content a[href*="/mannaka/"],.home .ncare-content a[href*="/harebare/"]{min-width:100%!important}.ncare-home-recruit-copy{max-width:calc(100vw - 30px)}.ncare-home-recruit-copy h3{font-size:20px;line-height:32px}.ncare-home-recruit-copy div{font-size:15px;line-height:26px}
 .page-id-8 article div[style*="image_com_boss"]{width:100%!important;height:230px!important;margin:0 0 20px!important;float:none!important}.page-id-8 article .wp-block-group__inner-container>h3{font-size:20px;line-height:32px;margin-left:0;margin-right:0}
 .ncare-news-hero{height:200px;background-size:600px}.ncare-news-heading{width:220px;height:68px;margin:30px 15px 15px}.page-id-177 article{padding:0 15px 40px}
 .page-id-19 article{padding:70px 20px}.page-id-187 article{padding:35px 0 70px}.page-id-187 .wpcf7{width:100%;margin:0}.page-id-19 article>h2{font-size:18px}.page-id-19 article>h2:after{width:240px}
 .page-id-31 article table{width:100%;margin:0}.page-id-31 article table th{width:105px;padding-right:12px}
 .page-id-8 article>div:first-child,.page-id-10 article>div:first-child,.page-id-12 article>div:first-child,.page-id-14 article>div:first-child,.page-id-31 article>div:first-child{height:220px!important;margin-bottom:95px!important}
 .page-id-8 article>div:first-child:after,.page-id-10 article>div:first-child:after,.page-id-12 article>div:first-child:after,.page-id-14 article>div:first-child:after,.page-id-31 article>div:first-child:after{left:20px;bottom:-82px;width:250px;height:58px}
}
