:root{--bg-gray:#fafafa;--bg-gray2:rgb(247 249 251 / 1);--bg-blue:rgb(96 151 205 / .1);--c-white:#ffffff;--c-text:#1f2a37;--c-primary:#3e85cb;--c-primary-2:#39729B;--c-green:#36A8C9;--radius:14px;--shadow:0 10px 30px rgba(0,0,0,.08);--sp:clamp(16px, 1.6vw, 22px);--cta-gap-v:24px}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{position:relative;max-width:100%;overflow-x:hidden;margin:0;font-family:Roboto,"Noto Sans JP",sans-serif;font-size:clamp(16px,1.6vw,18px);line-height:1.8;font-weight:400;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-feature-settings:"palt" 1}section{overflow-x:hidden}img{display:block;max-width:100%;height:auto}dl,ol,ul{list-style:none}.container{width:80%;max-width:1536px;margin:auto}.btn{display:inline-flex;align-items:center;justify-content:center;padding:0 28px;border-radius:4px;font-weight:600;text-decoration:none;line-height:1;transition:transform .08s ease,box-shadow .2s ease,opacity .2s ease;will-change:transform}.btn:hover{transform:translateY(3px)}.btn--primary{background:var(--c-primary);color:var(--c-white);border:2px solid var(--c-primary);box-shadow:0 6px 14px rgba(45,105,179,.22)}.btn--secondary{background:#eef4fb;color:#1f4f8f;box-shadow:0 6px 14px rgba(31,79,143,.12) inset}.btn--primary:hover{background:var(--c-white);color:var(--c-primary)}.pc{display:block}.sp{display:none}@media screen and (max-width:767px){body{font-size:14px;line-height:1.5}.container{width:90%}.pc{display:none}.sp{display:block}}.site-header{width:100%;height:96px;position:fixed;top:0;left:0;z-index:10000;background-color:rgb(255 255 255 / .5);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}body{padding-top:96px}.site-header .container{width:95%;max-width:unset}.header__menu{height:100%;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;gap:1.4rem;align-items:center;font-size:14px}.logo img{max-width:200px;height:auto}.site-nav{display:flex;gap:20px}.site-nav .btn{width:250px;height:60px;padding:3px;letter-spacing:.05em}@media screen and (max-width:767px){.site-header{height:60px;background-color:rgb(255 255 255 / .9)}body{padding-top:60px}.site-header .container{width:100%;padding-inline:16px}.header-txt{display:none}.logo img{max-width:95px}.site-nav{gap:8px}.site-nav .btn{width:100px;height:44px;font-size:12px;padding-inline:5px;text-align:center;line-height:1.2}}.hero{background:var(--bg-gray);color:var(--c-text);padding:96px clamp(32px,6vw,80px) 16px clamp(20px,8.593vw,165px);position:relative;min-height:900px;overflow:hidden}.hero::before{content:"";position:absolute;left:-50px;bottom:0;width:200px;height:200px;background:url(../images/hero/kv_bg_02.png) no-repeat left bottom/contain;z-index:1;pointer-events:none}.hero::after{content:"";position:absolute;right:-12%;top:-20%;max-width:820px;width:36.171%;height:68%;background:url(../images/hero/kv_bg_01.png) no-repeat right top/contain;z-index:1;pointer-events:none}.hero__wrap{margin:0 auto;position:relative;z-index:2}.hero__copy{position:relative}.hero__eyebrow{font-size:clamp(20px,2.5vw,28px);font-weight:700;margin-bottom:52px}.hero__title{font-size:clamp(2.2rem,3.125vw,60px);font-weight:700;line-height:1.1;letter-spacing:-.01em}.hero__title-em{font-size:clamp(3.5rem,6.25vw,120px);letter-spacing:-.02em}.hero__badges{display:flex;gap:24px;margin-top:20px;margin-left:60px}.hero__cta{display:flex;gap:24px;margin-top:180px;margin-left:24px}.hero__cta .btn{font-size:clamp(18px,2.5vw,28px);width:25%;max-width:368px;height:100px;box-shadow:1px 4px rgba(0,0,0,.16)}.hero__cta .btn:hover{box-shadow:none}.hero__visual_wrap{width:45.313vw;position:absolute;bottom:0;right:0;z-index:1;pointer-events:none}.hero__visual{position:relative}.hero__img{width:72.415%;margin-right:-24px;margin-left:auto;z-index:1}.hero__points{width:17.5vw;position:absolute;bottom:100px;z-index:2}@media screen and (max-width:767px){.hero{height:500px;min-height:unset;padding:24px 16px 36px;overflow:hidden}.hero__wrap{max-width:100%;margin:0 auto;position:relative;height:100%}.hero__copy{text-align:left;height:100%}.hero__eyebrow{font-size:clamp(11px,3.3vw,12px);margin-bottom:16px}.hero__title{font-size:16px;line-height:1.3}.hero__title-em{font-size:clamp(30px,8.5vw,33px);line-height:1.2;letter-spacing:-.02em}.hero__badges{display:flex;gap:12px;margin-top:16px;margin-left:0;flex-wrap:nowrap}.hero__badges>li img{flex-shrink:1;height:52px;width:auto}.hero__cta{width:75.5%;max-width:360px;display:flex;flex-direction:column;align-items:stretch;gap:12px;margin:0;position:absolute;bottom:0;left:0}.hero__cta .btn{width:100%;height:44px;font-size:14px;padding-inline:12px}.hero__visual_wrap{position:absolute;right:-3%;bottom:50px;width:82%;max-width:400px;pointer-events:none}.hero__visual{position:relative}.hero__img{width:100%;margin:0 auto;opacity:.7}.hero__points{position:absolute;right:4%;top:0;width:40%}}.about .container{width:62.5vw;max-width:1200px;margin:auto;padding:60px 0 100px}.about__nav{max-width:1000px;width:100%;margin:auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:auto 28px;gap:10px}.about__nav_link{display:grid;grid-template-columns:subgrid;grid-template-rows:subgrid;align-content:center;justify-items:center;grid-row:span 2;gap:0;font-size:clamp(16px,1.6vw,20px);font-weight:500;color:var(--c-primary);background-color:var(--bg-gray);line-height:1;text-align:center;padding:40px 14px 14px;box-shadow:2px 2px 6px 0 rgba(24,24,24,.16)}.about__text{margin-top:120px}.about__title{text-align:center;font-size:clamp(2.2rem,3.125vw,60px);font-weight:600;line-height:1.5;margin-bottom:24px}.about__nav_link>span:first-child{line-height:1.4;text-wrap:balance;word-break:keep-all}.about__nav_link>span:last-child{grid-row:2;display:grid;place-items:center;width:24px;height:24px;transition:transform .15s ease}.about__nav_link>span:last-child::before{content:"";display:block;width:12px;height:12px;border-right:2px solid var(--c-primary);border-bottom:2px solid var(--c-primary);transform:rotate(45deg)}.about__nav_link:hover>span:last-child{transform:translateY(2px)}@supports not (grid-template-rows:subgrid){.about__nav_link{display:grid;grid-template-columns:1fr;grid-template-rows:auto 28px}}@media (prefers-reduced-motion:reduce){.about__nav_link,.about__nav_link>span:last-child{transition:none}}@media screen and (max-width:767px){.about .container{width:90%}.about__nav{max-width:100%;width:100%;margin:0 auto;display:flex;flex-direction:column;gap:12px}.about__nav_item{width:100%}.about__nav_link{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;box-shadow:0 4px 10px rgba(24,24,24,.12);font-size:16px;text-align:left;line-height:1.4;gap:0}.about__nav_link>span:first-child{flex:1 1 auto;text-align:left;word-break:keep-all;text-wrap:balance;margin-right:12px}.about__nav_link>span:last-child{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:24px;height:24px;margin-left:auto}.about__nav_link>span:last-child::before{content:"";display:block;width:10px;height:10px;border-right:2px solid var(--c-primary);border-bottom:2px solid var(--c-primary);transform:rotate(45deg)}.about__nav_link:hover>span:last-child{transform:translateY(1px)}}.trouble{padding:60px 0;background-color:var(--bg-gray)}.trouble__wrap{width:62.5vw;max-width:1200px;margin:auto}.trouble__title{text-align:center;font-size:clamp(2.4rem,2.5vw,48px);font-weight:700;line-height:1.5;margin-bottom:24px}.trouble__list{width:fit-content;margin:auto;display:flex;flex-direction:column;gap:14px}.trouble__item{display:flex}.trouble__item::before{content:"●";color:var(--c-primary-2);margin-right:.5em;flex-shrink:0}@media screen and (max-width:767px){.trouble__wrap{width:80%}.trouble__title{font-size:24px}}#features{padding:100px 0 120px}.img-arrow{display:block;margin:auto}.features__title{text-align:center;font-size:clamp(2.2rem,3.125vw,60px);font-weight:700;line-height:1.5;margin:40px 0}.features__item{position:relative;margin-top:120px;display:flex;align-items:center;z-index:0}.features__item:nth-of-type(2n){flex-direction:row-reverse}.features__item:first-of-type{margin-top:0}.item__01{z-index:5}.item__02{z-index:4}.item__03{z-index:3}.item__04{z-index:2}.item__05{z-index:1}.features__text{display:flex;flex-direction:column;justify-content:center;row-gap:10px;width:47%;padding-right:90px;z-index:2}.features__item:nth-of-type(2n) .features__text{padding-right:0;padding-left:90px}.features__num{width:17.565%}.features__heading{font-size:clamp(1.8rem,1.875vw,36px);font-weight:600;line-height:1.3}.features__heading>span{display:inline-block}.item__01::before{content:"";position:absolute;left:-15%;bottom:0;width:891px;height:621px;aspect-ratio:33/23;background:url(../images/features/feature_01_bg.png) no-repeat left bottom/contain;z-index:-1;pointer-events:none}.item__02::before{content:"";position:absolute;right:-15%;bottom:0;width:567px;height:530px;background:url(../images/features/feature_02_bg.png) no-repeat left bottom/contain;z-index:-1;pointer-events:none}.item__03::before{content:"";position:absolute;left:-15%;bottom:0;width:913px;height:580px;background:url(../images/features/feature_03_bg.png) no-repeat left bottom/contain;z-index:-1;pointer-events:none}.item__04::before{content:"";position:absolute;right:-15%;bottom:0;width:569px;height:703px;background:url(../images/features/feature_04_bg.png) no-repeat left bottom/contain;z-index:-1;pointer-events:none}.item__05::before{content:"";position:absolute;left:-15%;bottom:0;width:924px;height:644px;background:url(../images/features/feature_05_bg.png) no-repeat left bottom/contain;z-index:-1;pointer-events:none}.features__img{width:53%;z-index:2}.features__img img,.features__img picture{display:block;width:100%;height:auto}.features__num img,.features__num picture{display:block;width:100%;height:auto}@media screen and (max-width:767px){#features{padding:60px 0 50px}.features__item,.features__item:nth-of-type(2n){flex-direction:column;gap:10px}.features__item:nth-of-type(2n) .features__text,.features__text{width:100%;padding:0}.features__heading{font-size:24px}.features__img{width:100%}.item__01::before,.item__02::before,.item__03::before,.item__04::before,.item__05::before{opacity:.4;left:0;right:0;bottom:-40px}}.cta{background-color:var(--bg-blue);padding:120px 0}.cta__title{text-align:center;font-size:clamp(1.8rem,1.875vw,36px);font-weight:700;line-height:1.4}.cta__text{text-align:center;margin-top:1em}.cta__link{display:flex;justify-content:center;gap:var(--cta-gap-v);margin-top:24px}.cta__link .btn{font-size:clamp(18px,2.5vw,28px);width:368px;height:100px;box-shadow:1px 4px rgba(0,0,0,.16)}@media screen and (max-width:767px){.cta__link{flex-direction:column;align-items:center}.cta__link .btn{width:80%;height:50px;margin:auto}}#benefit{padding:100px 0 120px}.benefit__container{width:62.5vw;max-width:1200px;margin:auto}.benefit__title{text-align:center;font-size:clamp(2.2rem,3.125vw,60px);font-weight:600;line-height:1.5;margin-bottom:65px}.benefit__list{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto 1fr}.benefit__item{display:grid;grid-template-columns:subgrid;grid-template-rows:subgrid;grid-row:span 3;gap:10px;justify-items:center;text-align:left;padding:20px}.benefit_item_img{inline-size:100%;display:grid;place-items:center}.benefit_item_img img{max-width:180px;height:auto}.benefit__item_title{font-size:clamp(16px,1.6vw,20px);font-weight:600}.benefit__item_list{display:flex;flex-direction:column}.benefit__item_list>li{display:flex}.benefit__item_list>li::before{content:"●";margin-top:.8em;margin-right:.5em;font-size:.5em;flex-shrink:0}.benefit__role_list{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto auto 1fr;gap:0 12px;margin-top:80px;padding-left:60px}.benefit__card{display:grid;grid-template-rows:subgrid;grid-row:span 4;align-items:start}.benefit__card.manager{position:relative}.benefit__avatar{display:flex;flex-direction:column;align-items:center}.benefit__avatar picture{width:24.645%;height:auto}.benefit__avatar-caption{margin-top:8px;font-weight:600;color:var(--c-text)}.benefit__panel{position:relative;padding:28px 28px;border:10px solid transparent}.benefit__panel--primary{background:var(--c-primary);color:var(--c-white);height:100%;position:relative}.benefit__panel--outline{background:var(--c-white);border-color:var(--c-primary);height:100%}.benefit__panel-title{text-align:center}.benefit__panel-title{font-size:clamp(1.6rem,4.6vw,36px);font-weight:800;letter-spacing:.02em;line-height:1.25;margin:0 0 12px}.benefit__bullets{width:fit-content;margin:auto;display:grid;gap:0;line-height:1.8;font-size:clamp(14px,1.2vw,16px)}.benefit__bullets li{display:grid;grid-auto-flow:column;grid-auto-columns:max-content 1fr;align-items:start;column-gap:.6em;font-weight:500}.benefit__bullets li::before{content:"●";font-size:.7em;line-height:1.6;transform:translateY(.35em);color:currentColor}.benefit__panel--outline .benefit__bullets{color:var(--c-primary);font-size:clamp(16px,1.4vw,18px)}.benefit__panel--outline .benefit__bullets li::before{color:var(--c-primary)}.benefit__chevron{display:block;width:0;height:0;margin:0 auto;border-left:14px solid transparent;border-right:14px solid transparent;border-top:14px solid var(--c-white);position:absolute;bottom:0;left:50%;transform:translateX(-50%)}.manager .benefit__panel--outline::before,.manager .benefit__panel--primary::before{position:absolute;top:16px;left:-48px;writing-mode:vertical-rl;text-orientation:mixed;letter-spacing:.08em;font-weight:700;font-size:clamp(14px,1.3vw,16px);line-height:1;color:var(--c-text);content:""}.manager .benefit__panel--primary::before{content:"システム化に期待するもの"}.manager .benefit__panel--outline::before{content:"本製品で実現可能なこと"}@supports not (grid-template-rows:subgrid){.benefit__item{display:grid;grid-template-columns:1fr;grid-template-rows:auto auto 1fr}.benefit__card{display:grid;grid-template-rows:auto auto auto 1fr}}@media screen and (max-width:767px){.benefit__container{width:90%}.benefit__list,.benefit__role_list{display:flex;flex-direction:column;gap:24px}.benefit__item_title{font-size:20px}.benefit__item_list{font-size:16px}.benefit__role_list{margin-top:40px;padding-left:0}.manager .benefit__panel--primary::before{display:none}}.functions{background:var(--bg-gray2);padding:100px 0 120px}.functions__container{width:80%;max-width:1550px;margin:auto}.functions__title{text-align:center;font-size:clamp(2.2rem,3.125vw,60px);font-weight:700;line-height:1.4;margin-bottom:48px;color:var(--c-text)}.functions__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.functions__card{background:var(--c-white);border-radius:var(--radius);box-shadow:var(--shadow);padding:32px 36px;display:grid;grid-template-columns:160px 1fr;column-gap:24px;overflow:hidden;will-change:clip-path,opacity;opacity:0;visibility:hidden;clip-path:inset(0 100% 0 0)}.functions__icon{display:flex;flex-direction:column;align-items:center;gap:16px;align-self:center}.functions__icon img,.functions__icon picture{display:block;width:120px;height:auto;margin:0 auto}.functions__subtitle{font-size:clamp(1.4rem,1.5vw,22px);font-weight:700;line-height:1.6;color:var(--c-text)}.functions__body{align-self:center}.functions__list{list-style:disc;list-style-position:outside;padding-left:1.2em;margin:0;display:grid;row-gap:4px;color:var(--c-text);font-size:clamp(14px,1.2vw,16px);font-weight:500;line-height:1.8}@media (max-width:1200px){.functions__card{grid-template-columns:160px 1fr}.functions__icon img,.functions__icon picture{width:150px}}@media (max-width:900px){.functions__grid{grid-template-columns:1fr}.functions__card{grid-template-columns:1fr;row-gap:16px;text-align:left}.functions__icon{justify-items:start}}.integration{padding:120px 0 100px}.integration__title{text-align:center;font-size:clamp(2.2rem,3.125vw,60px);font-weight:700;line-height:1.4;margin-bottom:48px;color:var(--c-text)}.integration__container picture{margin:auto}.cases{padding:100px 0 120px;background-color:var(--bg-gray2)}.cases__title{text-align:center;font-size:clamp(2.2rem,3.125vw,60px);font-weight:700;line-height:1.5;margin-bottom:60px}.cases__list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;margin-bottom:80px}.cases__card{position:relative;background-color:var(--c-white);border-radius:var(--radius);box-shadow:0 10px 30px rgba(0,0,0,.06);overflow:hidden;cursor:pointer;display:flex;flex-direction:column;gap:20px;transition:transform .18s ease,box-shadow .18s ease;outline:0}.cases__card:focus-visible,.cases__card:hover{box-shadow:0 18px 40px rgba(0,0,0,.12)}.cases__card-body{padding:32px 32px 30px}.cases__card-title{font-size:clamp(1.6rem,1.7vw,28px);font-weight:700;color:var(--c-primary)}.cases__card-text{line-height:1.8;color:var(--c-text)}.cases__card-thumb{padding:0 32px 32px}.cases__card-thumb img{width:100%;height:auto;display:block}.cases__overlay{position:absolute;inset:0;background:rgb(96 151 205 / .65);color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px 32px;opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity .22s ease,transform .22s ease}.cases__overlay-title{font-size:clamp(1.6rem,1.7vw,28px);font-weight:700;margin-bottom:16px}.cases__overlay-cta{font-size:clamp(16px,1.4vw,18px);font-weight:600}.cases__card:focus-within .cases__overlay,.cases__card:hover .cases__overlay{opacity:1;transform:translateY(0);pointer-events:auto}.case-modal{position:fixed;inset:0;display:none;z-index:1000}.case-modal.is-open{display:block}.case-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.6)}.case-modal__dialog{position:relative;width:80%;max-width:1200px;max-height:90vh;margin:40px auto;padding:60px 10%;background-color:#fff;border-radius:8px;overflow-y:auto}.case-modal__close{position:absolute;top:16px;right:16px;width:48px;height:48px;border:none;border-radius:50%;background:0 0;font-size:32px;line-height:1;cursor:pointer}.case-modal hr{border:1px solid #eee;margin-bottom:24px}.case-modal__title{font-size:clamp(1.8rem,2vw,32px);font-weight:700;color:var(--c-primary);margin:0 0 16px}.case-modal__lead{margin-bottom:24px;line-height:1.8}.case-modal__subtitle{font-size:clamp(16px,1.6vw,20px)}.case-modal__list{display:grid;grid-template-columns:15em auto;gap:10px;margin-bottom:24px}.case-modal__list .system{display:grid;grid-template-columns:10em auto;gap:10px;padding:0}.case-modal__list .system dt{overflow-x:hidden;white-space:nowrap}.case-modal__dialog img{width:100%;height:auto;display:block}.cases__under_title{font-size:clamp(1.8rem,2.975vw,38px);font-weight:700;line-height:1.5;text-align:center;margin-bottom:36px}.cases__under_graph{width:50%;margin:auto;margin-bottom:80px}@media (max-width:1024px){.cases__list{grid-template-columns:1fr}}@media screen and (max-width:767px){.cases__under_graph{width:80%;margin-bottom:20px}.case-modal__title{font-size:18px}.case-modal__list{grid-template-columns:1fr;gap:5px}.case-modal__list>dd{margin-bottom:10px}.case-modal__list .system{grid-template-columns:1fr;gap:0}.case-modal__list .system dd{padding-left:1.5em;margin-bottom:5px}}.support{padding:100px 0 120px}.support__container{width:62.5vw;max-width:1200px;margin:auto;margin-bottom:80px}.support__title{text-align:center;font-size:clamp(2.2rem,3.125vw,60px);font-weight:700;line-height:1.5;margin-bottom:40px}.support__lead{text-align:left;margin-bottom:32px}.support__subheading{font-weight:600}.support__list{list-style:none;padding-left:1em;margin:0;display:grid}.support__list li{display:grid;grid-auto-flow:column;grid-auto-columns:max-content 1fr;align-items:flex-start;line-height:1.8}.support__list li::before{content:"・";font-weight:700;transform:translateY(-1px)}.support__figure{flex:1 1 55%;text-align:center}.support__figure img{width:100%;height:auto;display:block;margin-inline:auto}.wbs__title{font-size:clamp(1.4rem,1.5vw,22px);font-weight:600;text-align:left}.wbs__table-wrap{background:var(--c-white);box-shadow:0 6px 18px rgba(15,23,42,.08);overflow:hidden}.wbs__table{width:100%;border-collapse:collapse}.wbs__table td,.wbs__table th{padding:10px 16px;border-bottom:1px solid #e5e7eb;vertical-align:middle}.wbs__table th{font-size:clamp(16px,1.6vw,20px);font-weight:600}.wbs__head.wbs__head--level1{padding-left:2em}.wbs__head{background-color:var(--c-primary);color:var(--c-white);font-size:clamp(16px,1.6vw,20px);font-weight:600;text-align:left}.wbs__head--role{text-align:center;width:80px}.wbs__phase th{background-color:#eee;font-weight:700;text-align:left}.wbs__level1{width:20%;padding-left:2.5em!important;white-space:nowrap}.wbs__level2{width:25%}.wbs__detail{width:auto}.wbs__role{width:80px;text-align:center}.wbs__icon{display:inline-block;vertical-align:middle}.wbs__icon--client{width:12px;height:12px;border-radius:50%;background-color:var(--c-green)}.wbs__icon--vendor{width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:12px solid var(--c-green)}.wbs__icon--both{width:12px;height:12px;background-color:var(--c-primary)}.wbs__legend{display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:flex-end;padding:12px 16px 16px;font-size:clamp(12px,1.1vw,14px)}.wbs__legend-label{line-height:1;font-weight:700;border:1px solid #000;padding:4px 10px;margin-right:8px}.wbs__legend-item{display:inline-flex;align-items:center;gap:6px}@media screen and (max-width:767px){.support{padding:60px 0 50px}.support__container{width:90%;margin-bottom:40px}.support__figure{width:70%;margin:20px auto 0}.wbs__table-wrap{display:flex;flex-direction:column-reverse}.wbs__legend{flex-wrap:nowrap;gap:6px;padding:0 1em}.wbs__title{font-size:14px}.wbs__table{width:100%;border-collapse:separate;border-spacing:0;font-size:14px}.wbs__table thead{display:none}.wbs__table td,.wbs__table th,.wbs__table tr{display:block;width:100%;padding:0;border:none}.wbs__body:has(+.wbs__phase) td,.wbs__body:has(+.wbs__phase) th{border-bottom:none!important}.wbs__body+.wbs__phase{margin-top:0}.wbs__phase{margin-top:8px}.wbs__phase th{padding:10px 40px 10px 12px;background-color:var(--c-primary);color:#fff;font-size:14px;font-weight:700}.wbs__phase{position:relative}.wbs__phase::after{content:"";position:absolute;right:16px;top:50%;width:10px;height:10px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:translateY(-60%) rotate(45deg);transition:transform .2s ease}.wbs__phase.is-open::after{transform:translateY(-40%) rotate(-135deg)}tr.wbs__body{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto auto;column-gap:12px;row-gap:0;background-color:#fff;border-bottom:1px solid #e5e7eb;padding-bottom:4px}.wbs__body .wbs__level1{grid-column:1/3;grid-row:1/2;line-height:1;white-space:normal;padding:.5em!important;background-color:#ddd}.wbs__body .wbs__level2{grid-column:1/2;grid-row:2/3;padding:.25em 0 .25em .5em}.wbs__body .wbs__detail{grid-column:1/2;grid-row:3/4;padding:.25em 0 .25em 1.5em;line-height:1.25}.wbs__body .wbs__role{grid-column:2/3;grid-row:2/4;display:flex;align-items:center;justify-content:center;padding:.5em 1em .5em 0}.wbs__icon{margin:0}.wbs__body:last-child{border-bottom:none}}.system{padding:100px 0 120px}.system__title{text-align:center;font-size:clamp(2.2rem,3.125vw,60px);font-weight:600;line-height:1.5;margin-bottom:40px}.system__detail_wrap{display:flex;gap:24px}.system__item{width:50%}.system__item_title{background:var(--c-primary);color:var(--c-white);font-size:clamp(16px,1.6vw,20px);font-weight:600;padding-left:1em}.system__list{display:grid;grid-template-columns:13em auto}.system__list dt{padding:.5em .5em .5em 2em}.system__list dd{padding:.5em}@media screen and (max-width:767px){.system{padding:60px 0 50px}.system__detail_wrap{flex-direction:column}.system__list{grid-template-columns:11em auto}.system__item{width:100%}.system__list dt{padding-left:.75em}}.footer{padding:20px 0 16px;display:flex;justify-content:space-around;align-items:center}.footer__logo{display:inline-flex;flex-direction:column;justify-content:center;align-items:center}.logo-thg{max-width:300px;margin:0 0 20px}.copy-right{color:var(--c-text);font-size:clamp(11px,.9vw,12px);line-height:1;text-align:center}.footer__list li{display:inline-block;margin-right:20px;font-size:clamp(11px,.9vw,12px)}