@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');
:root{--navy:#132c50;--deep:#102442;--teal:#77BBCC;--sky:#89D7EB;--ink:#16314d;--pale:#f1f5f8;--line:#ced9e1}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;color:var(--ink);background:white;font:16px/1.9 'Zen Kaku Gothic New',sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}button,a{touch-action:manipulation}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #55b1cf;outline-offset:5px}.trust-header{height:94px;padding:0 4.5%;background:var(--navy);color:white;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:60}.trust-logo{display:flex;gap:14px;align-items:center}.monogram{width:45px;height:45px;border:1px solid #77BBCC;border-radius:50%;display:grid;place-items:center;font:500 24px 'Cormorant Garamond';color:var(--sky)}.wordmark{font:600 37px/1 'Cormorant Garamond';letter-spacing:1.5px}.wordmark small{display:block;font:500 10px/1.5 'Zen Kaku Gothic New';letter-spacing:1px;margin-top:8px}.head-actions{display:flex;align-items:center;gap:38px}.remote-link{border-radius:30px;background:var(--sky);color:var(--navy);padding:8px 21px;font-size:13px;font-weight:700}.menu-button{border:0;background:none;color:white;width:52px;display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer;font:12px 'Cormorant Garamond';letter-spacing:1px;padding:10px 0}.menu-lines{height:13px;width:36px;border-top:1px solid #a9d6e0;border-bottom:1px solid #a9d6e0;transition:transform .2s}.menu-button[aria-expanded=true] .menu-lines{transform:rotate(-20deg)}.trust-header .nav{display:none;position:absolute;left:0;right:0;top:94px;padding:40px 8% 50px;max-height:calc(100dvh - 94px);overflow:auto;background:var(--deep);grid-template-columns:1fr 1fr;gap:0 8%;border-top:1px solid #ffffff25;box-shadow:0 24px 50px #061c3960}.trust-header .nav.open{display:grid}.trust-header .nav a{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ffffff29;padding:18px 0;font-size:19px;color:white}.trust-header .nav small{font:13px 'Cormorant Garamond';letter-spacing:1px;color:var(--sky)}.trust-hero{background:var(--navy);color:white;position:relative;min-height:735px;overflow:hidden;padding:0 5% 45px}.hero-photo{position:absolute;top:0;right:5%;bottom:55px;left:22%;margin:0;overflow:hidden}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:65% center}.hero-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,var(--navy) 0%,rgba(19,44,80,.62) 24%,rgba(19,44,80,.12) 48%,rgba(19,44,80,0) 72%),linear-gradient(0deg,rgba(9,27,53,.25),transparent 38%)}.hero-photo figcaption{position:absolute;z-index:1;right:20px;bottom:16px;font-size:10px;letter-spacing:1px;color:#ffffffa8}.hero-copy{position:relative;padding-top:82px;z-index:1;max-width:980px}.hero-copy .eyebrow{color:var(--sky);margin:0 0 19px;font-size:12px;letter-spacing:2px}.hero-copy h1{font:400 clamp(76px,9.6vw,150px)/.94 'Cormorant Garamond',serif;letter-spacing:-.025em;margin:0 0 28px}.hero-copy h1 span{display:block}.hero-copy h1 span+span{margin-top:12px}.hero-jp{font-size:24px;letter-spacing:.16em;font-weight:500;margin:0 0 20px}.hero-intro{font-size:14px;line-height:2.1;color:#e0e9f4;max-width:510px}.hero-bottom{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:flex-end;margin-top:45px}.recruit-teaser{background:white;color:var(--navy);display:grid;grid-template-columns:1fr 70px;gap:25px;width:430px;padding:21px 26px;box-shadow:0 5px 30px #081c3620}.recruit-teaser small{font-size:10px;letter-spacing:1.3px}.recruit-teaser strong{font-size:21px;font-weight:500;display:block;margin-top:7px}.teaser-arrow{width:62px;height:62px;border:1px solid #77BBCC;border-radius:50%;display:grid;place-items:center;align-self:center;color:#3f93a8;font-size:27px}.scroll-link{font-size:11px;letter-spacing:1px;display:flex;gap:20px;align-items:center;margin-bottom:5px}.scroll-link span{font:42px 'Cormorant Garamond'}.brand-strip{overflow:hidden;background:var(--navy);color:#ffffff22;white-space:nowrap;padding:7px 0 30px;font:400 clamp(65px,8.5vw,130px)/1.2 'Cormorant Garamond';letter-spacing:-2px}.brand-strip span{padding-left:5%}.trust-shell{width:min(88%,1320px);margin:auto}.trust-section{padding:100px 0}.section-cap{display:block;font-size:14px;letter-spacing:.1em;color:#416888;margin-bottom:8px}.big-title{font:400 clamp(54px,7vw,92px)/1 'Cormorant Garamond';letter-spacing:-1.5px;margin:0}.trust-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:40px}.box-link{display:inline-flex;gap:45px;align-items:center;justify-content:space-between;border:1px solid var(--navy);font-size:14px;padding:15px 22px}.box-link span{border:1px solid currentColor;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;line-height:1}.box-link:hover{background:var(--navy);color:white}.news-lines{border-top:1px solid var(--line)}.news-line{display:grid;grid-template-columns:110px 150px 1fr 20px;gap:25px;align-items:center;border-bottom:1px solid var(--line);padding:25px 0;font-size:15px}.news-line time{font-size:13px;color:#657989}.news-tag{font-size:11px;border:1px solid var(--line);padding:3px 9px;width:max-content}.news-line:hover{color:#4a92b1}.trust-services{background:var(--pale);padding:95px 0}.service-layout{display:grid;grid-template-columns:.75fr 2fr;gap:70px}.service-heading{position:sticky;top:130px;align-self:start}.service-heading>p{font-size:14px;color:#607383;margin-top:30px;line-height:2}.solution{padding:32px 0;border-top:1px solid #b7c9d7;display:grid;grid-template-columns:76px 1fr 32px;gap:23px;align-items:center}.solution:last-child{border-bottom:1px solid #b7c9d7}.solution .service-icon{width:70px;height:70px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:white}.service-icon svg{width:33px;height:33px;fill:none;stroke:currentColor;stroke-width:1.3}.solution small{font:500 13px 'Cormorant Garamond';letter-spacing:1px;color:#64839b}.solution h3{font-size:27px;font-weight:500;margin:4px 0 11px}.solution p{margin:0;font-size:14px;color:#5e7485;line-height:2}.solution>.arrow{font-size:27px}.solution:hover h3{color:#4195b5}.image-break{height:430px;position:relative;overflow:hidden;color:white}.image-break>img{width:100%;height:100%;object-fit:cover;object-position:center 53%}.image-break:after{content:'';position:absolute;inset:0;background:#0e294965}.image-break-text{position:absolute;z-index:1;left:8%;top:50%;transform:translateY(-50%)}.image-break-text p{font:400 57px 'Cormorant Garamond';margin:0 0 15px}.image-break-text h2{font-size:26px;font-weight:500;letter-spacing:.16em;margin:0}.image-break>small{position:absolute;bottom:12px;right:20px;z-index:1;font-size:10px}.company-panes{display:grid;grid-template-columns:1fr 1fr;gap:50px}.company-pane{margin:0}.company-pane img{width:100%;height:300px;object-fit:cover;display:block}.company-pane figcaption{font-size:11px;color:#698094;margin-top:10px}.company-pane h3{font:400 41px 'Cormorant Garamond';margin:20px 0 8px}.company-pane p{font-size:14px;color:#62798b;line-height:2}.company-story{background:var(--pale);padding:40px}.company-story h3{font-size:26px;font-weight:500;line-height:1.8;margin:15px 0 25px}.company-story .eyebrow{font:14px 'Cormorant Garamond';letter-spacing:1px}dl{margin:25px 0 0}dl>div{display:grid;grid-template-columns:95px 1fr;gap:20px;padding:14px 0;border-top:1px solid var(--line);font-size:13px}dt{color:#5f788d}dd{margin:0}.knowledge-grid{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line)}.knowledge-panel{padding:40px;position:relative}.knowledge-panel+.knowledge-panel{border-left:1px solid var(--line);background:var(--pale)}.knowledge-panel .en{font:400 48px 'Cormorant Garamond';margin:0}.knowledge-panel h3{font-size:23px;font-weight:500;margin:12px 0}.knowledge-panel p{font-size:14px;color:#61788c;line-height:2}.knowledge-panel .box-link{margin-top:13px}.trust-recruit{background:var(--navy);color:white;position:relative;padding:85px 0;overflow:hidden}.recruit-watermark{position:absolute;right:-25px;top:32px;color:#ffffff07;writing-mode:vertical-rl;font:500 100px 'Cormorant Garamond';letter-spacing:-3px}.recruit-layout{display:grid;grid-template-columns:1.25fr 1fr;gap:90px;align-items:center}.trust-recruit .section-cap{color:var(--sky)}.trust-recruit .big-title{font-size:clamp(65px,8vw,110px)}.trust-recruit h3{font-size:31px;line-height:1.8;font-weight:500;margin:28px 0 25px;letter-spacing:.06em}.trust-recruit p{font-size:14px;color:#d0ddec;line-height:2.2}.trust-recruit .box-link{border-color:#c2d5e5;color:white;margin-top:14px}.trust-recruit .box-link:hover{background:white;color:var(--navy)}.recruit-jobs{border-top:1px solid #ffffff40}.recruit-jobs a{display:block;border-bottom:1px solid #ffffff40;padding:25px 0;position:relative}.recruit-jobs small{font:13px 'Cormorant Garamond';letter-spacing:1px;color:var(--sky)}.recruit-jobs strong{display:block;font-size:24px;font-weight:500;margin:6px 0}.recruit-jobs span{font-size:13px;color:#b7cde0}.recruit-jobs b{position:absolute;right:0;top:50%;font-size:22px;font-weight:400}.recruit-note{margin-top:25px!important;font-size:12px!important}.trust-contact{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--line)}.trust-contact>a{padding:37px 20px;text-align:center;display:flex;justify-content:center;align-items:center;gap:30px;background:var(--pale)}.trust-contact>a+a{border-left:1px solid var(--line);background:white}.trust-contact strong{font-weight:500;font-size:23px}.trust-contact small{display:block;font-size:11px;color:#6e8192}.trust-footer{padding:55px 6% 25px;background:var(--deep);color:white}.trust-footer-top{display:flex;justify-content:space-between;gap:30px}.trust-footer-top>div>p{font-size:12px;color:#b1c3d6;margin-top:22px}.trust-footer nav{display:grid;grid-template-columns:1fr 1fr;gap:12px 50px;font-size:13px}.trust-footer-bottom{display:flex;justify-content:space-between;gap:25px;border-top:1px solid #ffffff25;margin-top:40px;padding-top:22px;font-size:11px;color:#a3b9cf}.trust-footer-bottom>div{display:flex;gap:25px}.skip{position:absolute;top:-90px;left:10px;background:white;color:var(--navy);padding:10px;z-index:100}.skip:focus{top:10px}
/* Related pages share the same corporate typography and navy identity. */
.trust-subpage{--ink:#16314d;--accent:#244f75;--soft:#edf3f7;--panel:#f3f6f8;--line:#ced9e1;--radius:0px;font-family:'Zen Kaku Gothic New',sans-serif}.trust-subpage .page-hero{border-radius:0;background:var(--navy);color:white;padding:55px}.trust-subpage .page-hero p{color:#d2e2ed}.trust-subpage .page-hero .eyebrow{color:var(--sky);font-family:'Cormorant Garamond';font-size:19px}.trust-subpage .page-hero h1{font-family:'Zen Kaku Gothic New';font-weight:500}.trust-subpage .pill{border-radius:0;background:var(--navy);border-color:var(--navy)}.trust-subpage .article-card,.trust-subpage .card,.trust-subpage .role,.trust-subpage .flow>div,.trust-subpage .form-panel,.trust-subpage .notice,.trust-subpage .contact-bar{border-radius:0}.trust-subpage .article-card .cover{font-family:'Cormorant Garamond';font-size:40px}.trust-subpage .trust-header .nav a{font-family:'Zen Kaku Gothic New'}.trust-subpage .trust-header .menu-button{display:flex}.trust-subpage .trust-header .nav{margin:0}.trust-subpage .trust-header .nav.open{display:grid}.trust-subpage .trust-header .wordmark small{color:white}.trust-subpage .trust-header .nav{flex-direction:unset}.trust-subpage .trust-footer .trust-logo{font-size:inherit}.trust-subpage .trust-footer-bottom{margin-bottom:0}.trust-subpage .trust-footer .wordmark{font-size:37px}.trust-subpage .form-panel{border-top:3px solid var(--navy)}
@media(max-width:1050px){.trust-hero{min-height:720px}.hero-copy h1{font-size:110px}.service-layout{grid-template-columns:1fr 2.4fr;gap:40px}.solution{grid-template-columns:60px 1fr 25px;gap:18px}.solution .service-icon{width:56px;height:56px}.solution h3{font-size:23px}.recruit-layout{gap:45px}.company-panes{gap:25px}.company-story{padding:30px}.knowledge-panel{padding:30px}}
@media(max-width:760px){.trust-header{height:78px;padding:0 5%}.wordmark{font-size:30px}.wordmark small{font-size:9px;letter-spacing:0}.monogram{width:35px;height:35px;font-size:21px}.trust-logo{gap:9px}.head-actions{gap:20px}.remote-link{display:none}.menu-button{width:35px;font-size:10px}.menu-lines{width:30px}.trust-header .nav,.trust-subpage .trust-header .nav{top:78px;max-height:calc(100dvh - 78px);padding:20px 6% 30px;grid-template-columns:1fr;left:0;right:0;border-radius:0}.trust-header .nav a{font-size:18px;padding:14px 0}.trust-hero{min-height:720px;padding:0 6% 30px}.hero-photo{left:12%;right:0;top:25px;bottom:120px}.hero-photo img{object-position:76% center}.hero-photo:after{background:linear-gradient(90deg,#132c50de 0%,#132c5080 43%,#132c501a 100%),linear-gradient(0deg,#132c50bd,transparent 55%)}.hero-copy{padding-top:67px}.hero-copy .eyebrow{font-size:10px;letter-spacing:1.3px}.hero-copy h1{font-size:clamp(72px,17vw,110px);line-height:.95;letter-spacing:-1px}.hero-jp{font-size:17px;letter-spacing:.06em;margin-top:25px}.hero-intro{font-size:13px;max-width:290px}.hero-bottom{margin-top:40px;display:block}.recruit-teaser{width:100%;padding:17px 20px;grid-template-columns:1fr 50px;gap:15px}.recruit-teaser strong{font-size:18px}.teaser-arrow{width:48px;height:48px;font-size:23px}.recruit-teaser small{font-size:9px}.scroll-link{display:none}.hero-photo figcaption{bottom:10px;font-size:9px}.brand-strip{font-size:57px;padding-bottom:25px}.trust-shell{width:88%}.trust-section{padding:60px 0}.trust-title-row{display:block;margin-bottom:30px}.big-title{font-size:61px}.section-cap{font-size:12px}.trust-title-row>.box-link{margin-top:25px}.box-link{font-size:13px;padding:12px 18px;gap:30px}.news-line{grid-template-columns:95px 1fr 18px;gap:12px;padding:20px 0;font-size:14px}.news-line>span:nth-of-type(2){grid-column:1/3;grid-row:2}.news-line>b{grid-column:3;grid-row:1/3}.news-line time{font-size:12px}.news-tag{font-size:10px}.trust-services{padding:60px 0}.service-layout{display:block}.service-heading{position:static;margin-bottom:30px}.service-heading>p{margin-top:22px}.solution{grid-template-columns:48px 1fr 20px;gap:16px;padding:25px 0}.solution .service-icon{width:46px;height:46px}.service-icon svg{width:26px;height:26px}.solution h3{font-size:22px}.solution p{font-size:13px}.solution small{font-size:11px}.solution>.arrow{font-size:23px}.image-break{height:340px}.image-break-text{left:6%;right:6%}.image-break-text p{font-size:41px}.image-break-text h2{font-size:21px;letter-spacing:.08em;line-height:1.9}.company-panes{grid-template-columns:1fr;gap:30px}.company-pane img{height:270px}.company-story{padding:27px}.company-story h3{font-size:25px}dl>div{grid-template-columns:80px 1fr;gap:12px;font-size:12px}.knowledge-grid{grid-template-columns:1fr}.knowledge-panel{padding:30px}.knowledge-panel+.knowledge-panel{border-left:0;border-top:1px solid var(--line)}.knowledge-panel .en{font-size:42px}.knowledge-panel h3{font-size:22px}.trust-recruit{padding:60px 0}.recruit-layout{grid-template-columns:1fr;gap:35px}.trust-recruit .big-title{font-size:77px}.trust-recruit h3{font-size:27px}.recruit-watermark{display:none}.recruit-jobs strong{font-size:22px}.trust-contact{grid-template-columns:1fr}.trust-contact>a{padding:27px 15px}.trust-contact>a+a{border-left:0;border-top:1px solid var(--line)}.trust-contact strong{font-size:22px}.trust-footer{padding:40px 6% 25px}.trust-footer-top{display:block}.trust-footer nav{margin-top:30px;gap:15px 30px;font-size:12px}.trust-footer-bottom{display:block}.trust-footer-bottom>div{margin-top:15px;gap:25px}.trust-subpage .page-hero{padding:35px 25px}.trust-subpage .page-hero h1{font-size:30px}.trust-subpage .trust-footer .wordmark{font-size:30px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.official-logo{gap:18px}.official-logo img{display:block;width:148px;height:76px;object-fit:contain;background:#fff}.official-logo>span{font-size:13px;letter-spacing:.08em;color:#fff}.trust-footer .official-logo img{width:180px;height:93px}@media(max-width:760px){.official-logo{gap:10px}.official-logo img{width:125px;height:64px}.official-logo>span{font-size:10px;max-width:90px;line-height:1.7}.trust-footer .official-logo img{width:148px;height:76px}}
.combined-logo{gap:12px}.combined-logo .cross-mark{display:block;width:55px;height:55px;object-fit:contain}.trust-footer .combined-logo .cross-mark{width:60px;height:60px}@media(max-width:760px){.combined-logo{gap:9px}.combined-logo .cross-mark,.trust-footer .combined-logo .cross-mark{width:43px;height:43px}}

.combined-logo .cross-mark{width:47px;height:47px}.trust-footer .combined-logo .cross-mark{width:50px;height:50px}@media(max-width:760px){.combined-logo .cross-mark,.trust-footer .combined-logo .cross-mark{width:39px;height:39px}}

.logo-b-crop{display:block;position:relative;overflow:hidden;flex:none;width:47px;height:45px;mix-blend-mode:lighten}.logo-b-crop img{position:absolute;max-width:none;width:277.66px;height:185.11px;left:-58.57px;top:-72.13px}.trust-footer .logo-b-crop{mix-blend-mode:lighten}@media(max-width:760px){.logo-b-crop{width:39px;height:37.35px}.logo-b-crop img{width:230.4px;height:153.6px;left:-48.6px;top:-59.85px}}

/* IJNET brand teal accents (2026-09-19) */
.section-cap{color:var(--teal)}
.box-link span,.solution .arrow{color:var(--teal)}
.solution:hover .arrow{color:var(--navy)}
.service-icon svg{stroke:var(--teal)}
.trust-contact a:first-child{background:var(--teal);color:var(--navy)}
.brand-strip{background:var(--teal);color:#0f2a45;font-size:clamp(24px,4.6vw,66px);letter-spacing:-.5px;padding:22px 0 26px;text-align:center}.brand-strip span{padding-left:0;display:inline-block;max-width:94%;white-space:nowrap}@media(max-width:760px){.brand-strip{font-size:clamp(20px,6.2vw,34px);padding:16px 0 18px}}
/* 写真キャプションが「SCROLL TO DISCOVER」と重なるため右上へ */
@media(min-width:761px){.hero-photo figcaption{bottom:auto;top:14px}}
.news-tag{background:#e3f4f8;color:#1f5a6b}
.recruit-teaser{border-color:var(--teal)}

/* サービス紹介ページ（trust-services.html） 2026-09-20 */
.svc-hero{padding:80px 0 40px}
.svc-intro{font-size:17px;line-height:2;margin:22px 0 30px;color:var(--ink)}
.svc-nav{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;margin-bottom:26px}
.svc-nav a{display:flex;flex-direction:column;gap:4px;padding:16px 18px;border:1px solid var(--line);background:#fff;text-decoration:none;color:var(--navy);font-weight:600}
.svc-nav a small{font-size:11px;letter-spacing:.15em;color:var(--teal)}
.svc-nav a:hover{border-color:var(--teal);background:#f3fbfd}
.svc-band{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.svc-band div{background:var(--navy);color:#fff;padding:18px 22px;display:flex;flex-direction:column;gap:4px}
.svc-band b{color:var(--sky);letter-spacing:.05em}.svc-band span{font-size:14px;opacity:.9}
.svc{padding:70px 0;border-top:1px solid var(--line)}
.svc-head h2{font:600 34px/1.3 'Zen Kaku Gothic New',sans-serif;margin:6px 0 10px;color:var(--navy)}
.svc-lead{font-size:16px;line-height:1.9;max-width:900px;margin:0 0 28px}
.svc-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.svc-box{background:#fff;border:1px solid var(--line);padding:26px 28px}
.svc-box.wide{grid-column:1 / -1}
.svc-box h3{margin:0 0 12px;font-size:16px;color:var(--navy);letter-spacing:.05em;border-left:4px solid var(--teal);padding-left:10px}
.svc-list{margin:0;padding-left:20px;line-height:1.9;font-size:15px}
.svc-list.check{list-style:none;padding-left:0;columns:2;column-gap:36px}
.svc-list.check li{break-inside:avoid;padding-left:26px;position:relative;margin-bottom:6px}
.svc-list.check li::before{content:'✓';position:absolute;left:4px;color:var(--teal);font-weight:700}
.svc-steps{counter-reset:s;list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}
.svc-steps li{counter-increment:s;background:var(--pale);padding:16px 16px 16px 18px;border-top:3px solid var(--teal);font-size:14px;line-height:1.7}
.svc-steps li b{display:block;color:var(--navy);margin-bottom:4px}
.svc-steps li b::before{content:'STEP ' counter(s,decimal-leading-zero) ' ';font-size:11px;letter-spacing:.15em;color:var(--teal);display:block}
.svc-note{font-size:13px;color:#5b6f80;margin:12px 0 0}
.svc-box.price{background:#eef7f9;border-color:#cfe6ec}
.svc-box.price p{line-height:1.9;font-size:15px;margin:0 0 6px}
@media (max-width:760px){.svc-grid,.svc-band{grid-template-columns:1fr}.svc-list.check{columns:1}.svc-head h2{font-size:26px}}
/* サービス個別ページ */
.svc-page{padding:60px 0 90px}
.svc-crumb{font-size:13px;color:#5b6f80;margin-bottom:20px}.svc-crumb a{color:#5b6f80}
.svc-page .svc{border-top:0;padding:0 0 40px}
.svc-head h1{font:600 clamp(28px,4vw,40px)/1.3 'Zen Kaku Gothic New',sans-serif;margin:6px 0 12px;color:var(--navy)}
.svc-box h2{margin:0 0 12px;font-size:17px;color:var(--navy);letter-spacing:.05em;border-left:4px solid var(--teal);padding-left:10px}
.svc-list.two{columns:2;column-gap:36px}.svc-list.two li{break-inside:avoid}
.svc-others{border-top:1px solid var(--line);padding-top:30px}
@media (max-width:760px){.svc-list.two{columns:1}}
/* 相談窓口 3分類 */
.entrances{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:26px}
.entrance{display:flex;flex-direction:column;gap:8px;padding:26px 26px 22px;background:#fff;border:1px solid var(--line);border-top:5px solid var(--teal);text-decoration:none;color:var(--ink)}
.entrance small{font-size:11px;letter-spacing:.15em;color:var(--teal)}
.entrance h3{margin:0;font-size:19px;color:var(--navy);line-height:1.4}
.entrance p{margin:0;font-size:14px;line-height:1.8;color:#3f5568;flex:1}
.entrance span{font-size:13px;font-weight:600;color:var(--navy)}
.entrance:hover{border-color:var(--teal);background:#f3fbfd}
.news-links{display:flex;gap:10px;flex-wrap:wrap}
@media (max-width:900px){.entrances{grid-template-columns:1fr}}
/* お知らせ・アーカイブ 2026-09-22 */
.notices-top{padding-top:70px;padding-bottom:20px}
.notice-lead{margin:10px 0 0;color:#5b6f80;font-size:14px}
.notice-line{border-left:4px solid var(--teal)}
.notice-index{display:grid;gap:6px;margin:10px 0 30px}
.notice-index a{display:flex;gap:12px;align-items:center;padding:10px 14px;background:#fff;border:1px solid var(--line);text-decoration:none;color:var(--navy);font-size:14px}
.notice-index time{color:#5b6f80;font-size:12px;white-space:nowrap}
.pin{display:inline-block;font-size:11px;padding:1px 7px;border-radius:10px;background:#c0392b;color:#fff}
.until{font-size:12px;color:#8a4b00;background:#fff3cd;padding:1px 8px;border-radius:10px}
.notice-article,.arc-article{background:#fff;border:1px solid var(--line);padding:28px 30px;margin-bottom:18px}
.notice-article .meta,.arc-article .meta{display:flex;gap:10px;align-items:center;flex-wrap:wrap;font-size:13px;color:#5b6f80;margin-bottom:8px}
.notice-article h2{margin:0 0 14px;font-size:22px;color:var(--navy);line-height:1.4}
.arc-article h1{margin:0 0 16px;font:600 clamp(22px,3vw,30px)/1.4 'Zen Kaku Gothic New',sans-serif;color:var(--navy)}
.arc-body{font-size:15px;line-height:2;color:var(--ink)}
.arc-body p{margin:0 0 14px}.arc-body img{max-width:100%;height:auto;display:block;margin:12px 0;border:1px solid var(--line)}
.arc-body h2,.arc-body h3{font-size:17px;color:var(--navy);margin:22px 0 8px;border-left:4px solid var(--teal);padding-left:10px}
.arc-body a{color:#1f5a6b}.arc-body ul,.arc-body ol{padding-left:22px}
.notice-cta{margin:16px 0 0}
.arc-filter{margin:16px 0 8px}
.arc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;margin-top:10px}
.arc-card{display:flex;flex-direction:column;gap:6px;padding:18px 20px;background:#fff;border:1px solid var(--line);text-decoration:none;color:var(--ink)}
.arc-card time{font-size:12px;color:#5b6f80}.arc-card strong{color:var(--navy);font-size:15px;line-height:1.5}.arc-card small{font-size:12px;color:#5b6f80;line-height:1.6}
.arc-card:hover{border-color:var(--teal);background:#f3fbfd}
@media (max-width:700px){.notice-article,.arc-article{padding:18px}}
