:root{--clr-eigyo: #0061a4;--clr-bg-eigyo: rgb(234.6, 242.36, 247.72);--clr-mitsumori: #b4af0f;--clr-bg-mitsumori: rgb(249, 248.6, 235.8);--clr-genka: #007f41;--clr-bg-genka: rgb(234.6, 244.76, 239.8);--clr-denshi-torihiki: #009143;--clr-bg-denshi-torihiki: rgb(234.6, 246.2, 239.96);--clr-kouji: #a72126;--clr-bg-kouji: rgb(247.96, 237.24, 237.64);--clr-hanbai-zaiko: #006438;--clr-bg-hanbai-zaiko: rgb(234.6, 242.6, 239.08);--clr-seisan: #3d7538;--clr-bg-seisan: rgb(239.48, 243.96, 239.08);--clr-keihi: #485844;--clr-bg-keihi: rgb(240.36, 241.64, 240.04);--clr-kintai-nippou: #d7690e;--clr-bg-kintai-nippou: rgb(251.8, 243, 235.72);--clr-kaikei: #99584d;--clr-bg-kaikei: rgb(246.84, 241.64, 240.76);--clr-monitoring: #193c5c;--clr-bg-monitoring: rgb(236.6, 239.4, 241.96);--clr-yosan-keikaku: #986bd6;--clr-bg-yosan-keikaku: rgb(246.76, 243.16, 251.72);--clr-saiken-saimu: #432e89;--clr-bg-saiken-saimu: rgb(239.96, 238.28, 245.56);--clr-mobile: #053688;--clr-bg-mobile: rgb(235, 238.92, 245.48);--clr-denpyou: #6c6f74;--clr-bg-denpyou: rgb(243.24, 243.48, 243.88)}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;vertical-align:baseline;font:inherit;font-size:100%;list-style:none}*,*::before,*::after{box-sizing:border-box}@-webkit-keyframes modal-video{from{opacity:0}to{opacity:1}}@keyframes modal-video{from{opacity:0}to{opacity:1}}@-webkit-keyframes modal-video-inner{from{transform:translate(0, 100px)}to{transform:translate(0, 0)}}@keyframes modal-video-inner{from{transform:translate(0, 100px)}to{transform:translate(0, 0)}}.modal-video{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:1000000;cursor:pointer;opacity:1;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:modal-video;animation-name:modal-video;transition:opacity .3s ease-out}.modal-video-close{opacity:0}.modal-video-close .modal-video-movie-wrap{transform:translate(0, 100px)}.modal-video-body{max-width:960px;width:100%;height:100%;margin:0 auto;padding:0 10px;display:flex;justify-content:center;box-sizing:border-box}.modal-video-inner{display:flex;justify-content:center;align-items:center;width:100%;height:100%}@media(orientation: landscape){.modal-video-inner{padding:10px 60px;box-sizing:border-box}}.modal-video-movie-wrap{width:100%;height:0;position:relative;padding-bottom:56.25%;background-color:#333;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:modal-video-inner;animation-name:modal-video-inner;transform:translate(0, 0);transition:transform .3s ease-out}.modal-video-movie-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}.modal-video-close-btn{position:absolute;z-index:2;top:-45px;right:0;display:inline-block;width:35px;height:35px;overflow:hidden;border:none;background:rgba(0,0,0,0)}@media(orientation: landscape){.modal-video-close-btn{top:0;right:-45px}}.modal-video-close-btn:before{transform:rotate(45deg)}.modal-video-close-btn:after{transform:rotate(-45deg)}.modal-video-close-btn:before,.modal-video-close-btn:after{content:"";position:absolute;height:2px;width:100%;top:50%;left:0;margin-top:-1px;background:#fff;border-radius:5px;margin-top:-6px}:root{--white: #fff;--green: #7bce45;--green-deep: #2b7345;--green-light: #e9f6eb;--green-text: #3dc130;--text: #333333;--gray: #666666;--gray-light: #94969D;--gray-bg: #f8faf9;--clr-accent: var(--green);--hv-op: 0.8;--section-offset: calc(var(--header-height) + 24px);--width-wide: 1180px;--width-1clm: 1000px;--fs-xsmall: 0.6875rem;--fs-small: 0.8125rem;--fs-base: 0.9375rem;--fs-large: 1.5rem;--fs-xlarge: 1.875rem;--fs-huge: 3rem;--header-height: 64px}@media(min-width: 64em){:root{--header-height: 120px;--fs-xsmall: 0.75rem;--fs-small: 0.9375rem;--fs-base: 1.0625rem;--fs-large: 1.6875rem;--fs-xlarge: 2.25rem;--fs-huge: 4rem}}html{scroll-behavior:smooth}body{font-family:"Inter","Noto Sans JP","Yu Gothic","YuGothic",sans-serif;font-weight:normal;font-size:var(--fs-base);color:var(--text);line-height:1.5;padding-top:var(--header-height);font-feature-settings:"palt";letter-spacing:.05em}body.site-nav-open{overflow:hidden}main>*{scroll-margin-top:var(--section-offset)}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none;transition:.2s}.post-area__system-list{margin-top:80px !important;padding:40px 0;border-top:1px solid var(--gray-light);border-bottom:1px solid var(--gray-light)}.post-area__system-list-heading{color:var(--text) !important;margin-top:0 !important}@media(min-width: 64em){.post-area__system-list-heading{text-align:center}}@media(min-width: 0)and (max-width: calc(36em - 0.02em)){.hide-sp{display:none !important}}@media(min-width: 64em){.hide-pc{display:none !important}}.inner{margin:0 auto;width:min(var(--width-wide),92vw)}@media(min-width: 64em){.inner{width:min(var(--width-wide),96vw)}}.site-header{background:var(--white);position:fixed;top:0;left:0;right:0;z-index:50;box-shadow:0 0px 8px rgba(0,0,0,.12)}.site-header__inner{position:relative;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:12px 0;height:var(--header-height)}@media(min-width: 64em){.site-header__inner{gap:24px;padding:18px 0 25px}}.site-header__brand{flex:0 0 auto}.site-header__logo{display:block}.site-header__logo:hover{opacity:var(--hv-op)}.site-header__logo img{display:block;height:32px}@media(min-width: 64em){.site-header__logo img{height:52px}}.site-header__toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;display:flex;flex-direction:column;gap:4px;width:34px;padding:2px 0;cursor:pointer;color:inherit}.site-header__toggle:focus-visible{outline:2px solid var(--green);outline-offset:4px}@media(min-width: 64em){.site-header__toggle{display:none}}.site-header__toggle-bar{display:block;width:100%;height:2px;border-radius:999px;background:currentColor;transition:transform .2s ease,opacity .2s ease}.site-header__toggle.is-active .site-header__toggle-bar:nth-child(1){transform:translateY(6px) rotate(45deg)}.site-header__toggle.is-active .site-header__toggle-bar:nth-child(2){opacity:0}.site-header__toggle.is-active .site-header__toggle-bar:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.site-header__navigation{display:none;flex:0 0 auto;position:fixed;top:var(--header-height);left:50%;transform:translateX(-50%);width:min(var(--width-wide),100vw);padding:24px 15px 40px;background:var(--white);box-shadow:0 16px 32px rgba(0,0,0,.12);flex-direction:column-reverse;gap:32px;max-height:calc(100vh - var(--header-height));overflow-y:auto;z-index:60}@media(min-width: 64em){.site-header__navigation{position:static;display:flex;flex:1;flex-direction:column-reverse;gap:10px;padding:0;transform:none;box-shadow:none;max-height:none;overflow:visible}}.site-header__navigation.is-open{display:flex;flex-direction:column}.site-header__secondary-nav{display:flex;justify-content:space-between;flex-wrap:wrap;gap:4px;font-size:var(--fs-xsmall);color:var(--gray);font-weight:normal}@media(min-width: 64em){.site-header__secondary-nav{flex-direction:row;justify-content:flex-end;align-items:center;gap:18px}}.site-header__secondary-nav a{color:inherit}.site-header__secondary-nav a:hover{text-decoration:underline}.site-header__secondary-nav .site-header__external-link::after{background:url("../img/icon_external.svg") no-repeat center;background-size:contain;width:.9em;height:.9em;display:inline-block;margin-left:4px}.site-header__primary-nav{display:flex;flex-direction:column;align-items:stretch;gap:24px}.site-header__primary-nav .site-header__menu,.site-header__primary-nav .site-header__cta-list{list-style:none;display:flex;flex-direction:column;align-items:stretch;padding:0}.site-header__primary-nav .site-header__menu{width:100%;display:flex;flex-direction:column}.site-header__primary-nav .site-header__menu>li{position:relative;white-space:nowrap}.site-header__primary-nav .site-header__menu>*:last-child a{margin-right:0}.site-header__primary-nav .site-header__menu a:not(.btn){position:relative;display:block;font-weight:bold;margin:0;padding:12px 0}@media(min-width: 64em){.site-header__primary-nav .site-header__menu a:not(.btn)::before{content:"";position:absolute;left:0;bottom:-8px;width:100%;height:2px;background:var(--green);transform:scaleX(0);transition:transform .1s ease}.site-header__primary-nav .site-header__menu a:not(.btn):hover::before{transform:scaleX(1)}}.site-header__primary-nav .site-header__menu a.btn{margin-left:0;width:100%;margin-top:16px}@media(min-width: 64em){.site-header__primary-nav .site-header__menu a.btn{margin-top:0}}.site-header__primary-nav .site-header__menu .system-list{position:static;top:auto;left:auto;width:100%;margin:0;display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:12px;background:var(--white);border-radius:0;box-shadow:none;pointer-events:none;transition:.2s ease;z-index:20;height:0;overflow:hidden;transform:translateY(-12px)}@media(min-width: 64em){.site-header__primary-nav .site-header__menu .system-list{visibility:hidden;position:fixed;top:var(--header-height);left:0;right:0;width:100vw;max-width:none;padding:12px 24px 28px;grid-template-columns:repeat(4, 180px);justify-content:center;gap:24px;background:var(--white);box-shadow:0 4px 6px 0 rgba(0,0,0,.08);height:auto;transform:translateY(-24px)}}.site-header__primary-nav .site-header__menu>li.is-open .system-list{pointer-events:auto;height:auto;transform:translateY(0);margin-bottom:10px}@media(min-width: 64em){.site-header__primary-nav .site-header__menu>li.is-open .system-list{opacity:1;visibility:visible;transform:translateY(0)}}.site-header__primary-nav .site-header__menu .system-list__item{margin:0;display:flex;justify-content:center}.site-header__primary-nav .site-header__menu .system-list__link{display:flex;align-items:center;justify-content:center;width:100%;margin:0 auto !important;padding:12px;gap:8px;border-radius:8px;background:var(--gray-bg);font-weight:600;text-align:center;line-height:1.4;overflow:hidden;transition:transform .2s ease;transform:scale(1);transform-origin:center}.site-header__primary-nav .site-header__menu .system-list__link img{display:none}.site-header__primary-nav .site-header__menu .system-list__link:hover,.site-header__primary-nav .site-header__menu .system-list__link:focus-visible{transform:scale(1.02)}@media(min-width: 64em){.site-header__primary-nav .site-header__menu .system-list__link{display:block;padding:6px;width:180px;border-radius:0;background:rgba(0,0,0,0)}.site-header__primary-nav .site-header__menu .system-list__link img{display:block;width:100%;height:auto}.site-header__primary-nav .site-header__menu .system-list__link:hover,.site-header__primary-nav .site-header__menu .system-list__link:focus-visible{transform:scale(1.05)}}.site-header__primary-nav .site-header__menu .system-list__label{display:block;font-size:var(--fs-small)}@media(min-width: 64em){.site-header__primary-nav .site-header__menu .system-list__label{display:none}}@media(min-width: 64em){.site-header__primary-nav{flex-direction:row;justify-content:end;align-items:center;gap:0}.site-header__primary-nav .site-header__menu,.site-header__primary-nav .site-header__cta-list{flex-direction:row;align-items:center;justify-content:space-between;gap:0}.site-header__primary-nav .site-header__menu{width:100%;flex-direction:row;justify-content:right;gap:0}.site-header__primary-nav .site-header__menu a:not(.btn){padding:5px}}@media(min-width: 64em)and (min-width: 64em){.site-header__primary-nav .site-header__menu a:not(.btn){margin:0 15px}}@media(min-width: 64em){.site-header__primary-nav .site-header__menu a.btn{margin-left:16px;width:auto}}.site-header__primary-nav .site-header__link--caret::after{content:"";display:inline-block;width:8px;height:8px;margin-left:8px;border-right:2px solid var(--green);border-bottom:2px solid var(--green);transform:translateY(-4px) rotate(45deg);transition:transform .2s ease}.site-header__primary-nav .site-header__menu>li.is-open .site-header__link--caret::after{transform:rotate(-135deg)}@media(min-width: 64em){.site-header__primary-nav .btn{min-width:180px}}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:0 28px;font-weight:bold;border:2px solid var(--green);white-space:nowrap;height:54px;background:var(--green);color:var(--white)}.btn:hover{color:var(--green);background-color:var(--white)}.btn-outline{color:var(--green);background:var(--white)}.btn-outline:hover{background:var(--green);color:var(--white)}.btn_arrow{display:flex;align-items:center;justify-content:center;border-radius:999px;padding:0 44px 0 36px;font-weight:bold;border:2px solid var(--green);line-height:1.5;height:77px;background:var(--green);color:var(--white);position:relative;margin:20px auto;width:100%;max-width:480px}@media(min-width: 64em){.btn_arrow{width:310px;margin:initial}}.btn_arrow::after{content:"";display:inline-block;width:23px;height:19px;background:rgba(0,0,0,0) url("../img/icon_arrow.svg") no-repeat center/contain;transition:transform .2s ease;position:absolute;right:20px}.btn_arrow:hover{color:var(--green);background-color:var(--white)}.btn_arrow-outline{color:var(--green);background:var(--white)}.btn_arrow-outline:hover{background:var(--green);color:var(--white)}.system-list{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:12px;margin:0;padding:0}@media(min-width: 48em){.system-list{grid-template-columns:repeat(4, minmax(0, 1fr));gap:12px}}@media(min-width: 64em){.system-list{gap:24px;justify-items:center}}.system-list__item{display:flex;justify-content:center;padding-left:0 !important}.system-list__item::before{display:none !important}.system-list__link{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;margin:0 auto 6px;gap:8px;border-radius:8px;font-weight:600;text-align:center;line-height:1.4}@media(min-width: 64em){.system-list__link{max-width:220px;background:rgba(0,0,0,0);box-shadow:none;margin:0 auto 12px}}.system-list__link:hover img,.system-list__link:focus-visible img{transform:scale(1.03)}.system-list__link img{display:block;width:100%;max-width:220px;height:auto;transition:transform .2s ease;transform-origin:center}.system-list__label{display:none;font-size:var(--fs-small)}.hero{padding:0;margin:0}.hero__layout{margin:0 auto;display:flex;flex-direction:column}@media(min-width: 48em){.hero__layout{flex-direction:row;gap:0;height:400px}}@media(min-width: 80em){.hero__layout{height:600px}}.hero__side{position:relative;overflow:hidden;width:100%;height:320px}.hero__side img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero__side--left{display:none}@media(min-width: 48em){.hero__side--left{display:block}}.hero__side--left img{-o-object-position:right center;object-position:right center}.hero__side--right img{-o-object-position:center center;object-position:center center}@media(min-width: 48em){.hero__side{width:calc((100vw - 480px)/2);height:100%}}.hero__center{position:relative;width:100%;min-height:320px;display:flex;align-items:center;justify-content:center;background:var(--white) url("../img/kv_logo_bg.jpg") center/cover no-repeat;overflow:hidden}@media(min-width: 48em){.hero__center{width:480px;max-width:100%;height:100%}}.hero__center-content{position:relative;display:flex;flex-direction:column;gap:20px;text-align:center;align-items:center;justify-content:center;width:100%;height:100%;padding:80px 18px}@media(min-width: 48em){.hero__center-content{gap:28px;padding:32px 24px}}.hero__tagline{margin:0;font-size:1.375rem;font-weight:bold}@media(min-width: 48em){.hero__tagline{font-size:2em}}.hero__title{display:grid;justify-items:center;gap:12px;margin:0;width:min(100%,320px)}.hero__title-logo,.hero__title-anno{width:100%}@media(min-width: 48em){.hero__title{gap:18px;width:360px}}.hero__actions{display:flex;justify-content:center;gap:12px;flex-wrap:nowrap}.hero__actions .btn{flex:1 1 auto;min-width:0}@media(min-width: 48em){.hero__actions{flex-wrap:wrap;gap:16px}.hero__actions .btn{flex:0 0 auto;min-width:180px}}main>section{padding:40px 0}@media(min-width: 64em){main>section{padding:60px 0}}.pickup{border-bottom:1px solid var(--text)}.pickup__inner{display:flex;flex-direction:column;gap:24px;align-items:stretch;padding:0 4vw}@media(min-width: 64em){.pickup__inner{flex-direction:row;gap:40px;align-items:flex-start;margin-left:calc((100vw - var(--width-wide))/2);padding:0 40px}}.pickup__head{flex:0 0 auto}.pickup__head h2{margin:0;font-size:var(--fs-xlarge);font-weight:bold;color:var(--green);letter-spacing:.04em}.pickup__cards{display:flex;flex-wrap:wrap;gap:24px;align-items:stretch}@media(min-width: 64em){.pickup__cards{gap:48px}}.pickup__card{width:100%;flex:1 1 280px;max-width:100%;background:var(--white);overflow:hidden;display:flex;flex-direction:column}@media(min-width: 64em){.pickup__card{width:320px;flex:0 0 320px;max-width:320px}}.pickup__card a{display:flex;flex-direction:column;height:100%}.pickup__card a:hover{opacity:var(--hv-op)}.pickup__card img{width:100%;border-radius:16px;aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover}.pickup__card-body{display:block}.pickup__card-date{font-size:var(--fs-xsmall);color:var(--gray-light);display:block;margin-top:8px}.pickup__card-title{font-weight:bold;color:var(--text);display:block;text-align:justify;margin-top:3px}@media(min-width: 64em){.concept{padding-top:100px}}.concept__inner{max-width:var(--width-wide);position:relative;padding-top:6px}.concept__visual{position:absolute;left:-120px;z-index:-1;opacity:.2;bottom:30px}@media(min-width: 64em){.concept__visual{top:30px;bottom:auto;opacity:1}}.concept__copy{padding-left:calc(100% - 640px)}@media(min-width: 64em){.concept__copy{margin-top:200px}}.concept__copy h2{font-size:var(--fs-huge);line-height:1.5;font-weight:bold;margin:0 0 20px}@media(min-width: 64em){.concept__copy h2{margin:0 0 40px}}.concept__copy p{margin:0;font-size:var(--fs-large);font-weight:bold;text-align:justify;line-height:1.7}@media(min-width: 64em){.concept__copy p{line-height:2}}.h2__eyebrow{font-size:var(--fs-small);font-weight:bold;color:var(--green)}.point1__inner{display:grid;gap:32px}@media(min-width: 64em){.point1__inner{gap:48px}}@media(min-width: 64em){.point1__lead{display:grid;gap:24px}}.point1__eyebrow{font-size:var(--fs-small);font-weight:bold;color:var(--green)}.point1__title{margin:0;font-size:var(--fs-xlarge);font-weight:bold}.point1__cards{display:grid;grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));gap:15px}.point1-card{padding:24px 28px;background-color:var(--gray-bg)}@media(min-width: 64em){.point1-card{padding:36px 50px}}.point1-card__icon{background:var(--green);display:flex;align-items:center;justify-content:center;width:110px;height:110px;margin:0 auto 20px;border-radius:50%}@media(min-width: 64em){.point1-card__icon{width:146px;height:146px;margin:0 0 40px auto}}.point1-card__icon img{width:76px}@media(min-width: 64em){.point1-card__icon img{width:100px}}.point1-card__title{margin-bottom:12px;font-size:var(--fs-large);font-weight:bold;text-align:center}@media(min-width: 64em){.point1-card__title{margin-bottom:18px;text-align:left}}.point1-card__text{margin:0;color:var(--text);line-height:1.8;text-align:justify}@media(min-width: 64em){.point1-card__text{line-height:2}}.point2__layout{display:flex;flex-direction:column;gap:20px}@media(min-width: 64em){.point2__layout{flex-direction:row;align-items:center;justify-content:space-between;gap:40px}}.point2__content{width:100%;display:grid;gap:16px}@media(min-width: 64em){.point2__content{flex:1;gap:24px}}@media(min-width: 64em){.point2__content{max-width:620px}}.point2__title{font-weight:600;font-size:1.5rem;line-height:1.35}@media(min-width: 64em){.point2__title{font-size:2rem}}.point2__text{line-height:1.7;margin:0}@media(min-width: 64em){.point2__text{line-height:2}}.point2__visual{width:min(100%,420px);margin:0 auto}@media(min-width: 64em){.point2__visual{flex:0 0 auto;width:480px}}.point2__visual img{z-index:1;width:100%;border-radius:8px}.point3{margin-bottom:60px}.point3__layout{display:flex;flex-direction:column;gap:24px}.point3__content{display:grid;gap:16px}.point3__content>*:last-child{margin-bottom:0 !important}@media(min-width: 64em){.point3__content{gap:24px;flex:1;margin-left:100px}}.point3__title{font-weight:bold;font-size:1.625rem;text-align:justify;margin-bottom:12px}@media(min-width: 64em){.point3__title{font-size:2rem;margin-bottom:20px}}.point3__text{line-height:1.7;margin-bottom:20px}@media(min-width: 64em){.point3__text{line-height:2;margin-bottom:30px}}.point3__visual{width:100%}@media(min-width: 64em){.point3__visual{width:480px}}.point3__visual img{z-index:1;width:100%;border-radius:8px}@media(min-width: 64em){.point3{margin-bottom:100px}.point3__layout{flex-direction:row-reverse;align-items:center;justify-content:space-between}}.cta-box{position:relative;padding:32px 0 24px;background:#7ed049 url("../img/cv_box_bg.png") center/1920px no-repeat;text-align:center;color:var(--white);margin-top:60px}@media(min-width: 64em){.cta-box{padding:45px 0 70px;margin-top:80px}}.cta-box .inner{position:relative;z-index:1}.cta-box__eyebrow{display:inline-block;margin-bottom:10px;font-weight:bold}.cta-box__header{font-weight:bold;font-size:var(--fs-large);margin:0 0 12px}@media(min-width: 64em){.cta-box__header{margin:0 0 32px;font-size:var(--fs-xlarge)}}.cta-box__items{align-items:center;max-width:1080px;margin:0 auto;display:inline-block}@media(min-width: 64em){.cta-box__items{display:flex;flex-direction:row;justify-content:space-between;gap:0}}.cta-box__item{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:left}@media(min-width: 64em){.cta-box__item{flex:1;padding:0 24px;position:relative;text-align:center}.cta-box__item:not(:last-child)::after{content:"";position:absolute;top:50%;right:0;transform:translateY(-50%);width:1px;height:180px;background:hsla(0,0%,100%,.8)}}.cta-box__item-link{transition:background-color .25s ease,color .25s ease;display:flex;align-items:center;gap:0;width:100%}@media(min-width: 64em){.cta-box__item-link{display:block}}.cta-box__item-link:focus-visible{outline:2px solid hsla(0,0%,100%,.8);outline-offset:6px}.cta-box__item-link:hover .cta-box__icon,.cta-box__item-link:focus-visible .cta-box__icon{background:hsla(0,0%,100%,.35)}.cta-box__item-link:hover img,.cta-box__item-link:focus-visible img{filter:brightness(1.08)}.cta-box__icon{display:flex;align-items:center;justify-content:center;border-radius:50%;background:hsla(0,0%,100%,.2);transition:background-color .25s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);margin:12px auto;width:80px;aspect-ratio:1}@media(min-width: 64em){.cta-box__icon{margin:0 auto 15px;width:120px}}.cta-box__icon img{-o-object-fit:contain;object-fit:contain;width:36px;aspect-ratio:1}@media(min-width: 64em){.cta-box__icon img{width:52px}}.cta-box__label{margin:0;font-weight:bold;display:block;flex:1;font-size:var(--fs-large);padding-left:20px}@media(min-width: 64em){.cta-box__label{padding-left:0;font-size:1.5rem}}@media(min-width: 64em){.cta-box__header{margin-bottom:48px}.cta-box__items{gap:0}}.system-map{background-color:var(--gray-bg);padding-top:50px;padding-bottom:60px}@media(min-width: 64em){.system-map{padding-top:80px;padding-bottom:100px}}.system-map__inner{text-align:center}.system-map__eyebrow{font-size:var(--fs-small);font-weight:bold;color:var(--green);text-align:center;margin-bottom:10px}@media(min-width: 64em){.system-map__eyebrow{margin-bottom:20px}}.system-map__title{margin:0;font-size:2.5rem;font-weight:bold;text-align:center}.system-map__anno{margin:12px 0 0;color:var(--gray);font-size:var(--fs-xsmall)}.system-map__map{margin:0 auto;max-width:min(92vw,880px);padding:24px 0 0}.system-map__orbit{position:static;margin:0;width:100%;aspect-ratio:auto;overflow:visible}.system-map__center{display:none}.system-map__items{list-style:none;margin:0;padding:0;position:static;display:grid;grid-template-columns:repeat(auto-fit, minmax(160px, 1fr));gap:18px;pointer-events:auto}.system-map__item{position:static;transform:none}.system-map__link{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;padding:0;background:none;cursor:pointer;display:block;width:100%;transition:transform .2s ease}.system-map__link img{width:100%;height:auto;display:block;transition:transform .2s ease}.system-map__link:hover img,.system-map__link:focus-visible img{transform:scale(1.02)}.system-map__link:focus-visible{outline:none}@media(min-width: 64em){.system-map__map{padding:120px 0 100px}.system-map__orbit{position:relative;margin:0 auto;width:min(92vw,530px);aspect-ratio:530/502}.system-map__center{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:1}.system-map__center img{width:100%;height:auto;display:block}.system-map__items{position:absolute;inset:0;z-index:2;display:block;pointer-events:auto}.system-map__item{position:absolute;transform:translate(-50%, -50%)}.system-map__item--eigyo{top:-4%;left:50%}.system-map__item--mitsumori{top:5%;left:89%}.system-map__item--genka{top:30%;left:105%}.system-map__item--denshi-torihiki{top:55%;left:115%}.system-map__item--kouji{top:80%;left:101%}.system-map__item--hanbai-zaiko{top:105%;left:72%}.system-map__item--seisan{top:105%;left:28%}.system-map__item--keihi{top:80%;left:-1%}.system-map__item--kintai-nippou{top:55%;left:-15%}.system-map__item--kaikei{top:30%;left:-5%}.system-map__item--monitoring{top:5%;left:11%}.system-map__link{width:180px}.system-map__link:hover img,.system-map__link:focus-visible img{transform:scale(1.04)}}.news-top__layout{display:grid;gap:32px}@media(min-width: 64em){.news-top__layout{grid-template-columns:minmax(0, 160px) minmax(0, 1fr);align-items:flex-start}}.news-top__intro{display:flex;flex-direction:column;gap:12px}.news-top__eyebrow{font-size:var(--fs-small);font-weight:bold;color:var(--green);letter-spacing:.08em}.news-top__heading{font-size:var(--fs-xlarge);font-weight:bold}.news-top__actions{display:flex;justify-content:center}@media(min-width: 64em){.news-top__actions{justify-content:flex-end}}@media(min-width: 64em){.news-top__more{margin-left:auto}}.news-list{list-style:none;border-top:1px solid var(--gray-light);margin-bottom:40px}.news-list__item{border-bottom:1px solid var(--gray-light)}.news-list__link{display:flex;flex-direction:column;gap:6px;min-height:64px;height:auto;justify-content:flex-start;padding:12px 0;transition:opacity .2s;color:var(--text);text-decoration:none}.news-list__link:hover{opacity:var(--hv-op);text-decoration:none}@media(min-width: 64em){.news-list__link{flex-direction:row;align-items:center;gap:0;min-height:96px;height:96px;padding:0 8px}}@media(min-width: 64em){.news-list__text{display:flex;align-items:flex-start;width:100%}}.news-list__date{font-size:var(--fs-xsmall);color:var(--gray);margin-bottom:4px;display:block}@media(min-width: 64em){.news-list__date{margin-bottom:0;flex-shrink:0;width:130px;line-height:1.625rem}}.news-list__title{font-size:var(--fs-base);line-height:1.7;flex:1 1 0%;min-width:0}.title-area{background:var(--clr-accent-bg, var(--gray-bg));height:140px;display:flex;align-items:center}@media(min-width: 64em){.title-area{height:240px}}.title-area__header{width:100%}.title-area__eyebrow{font-size:var(--fs-small);font-weight:bold;color:var(--clr-accent);letter-spacing:.08em}.title-area__title{font-size:var(--fs-xlarge);font-weight:bold}.breadcrumbs{font-size:var(--fs-small);color:var(--gray);display:flex;flex-wrap:wrap;gap:4px;padding:19px 0;margin-bottom:40px}.breadcrumbs a{color:inherit;text-decoration:none}.breadcrumbs a:hover,.breadcrumbs a:focus-visible{text-decoration:underline;text-underline-offset:4px}.breadcrumbs .separator{color:var(--gray-light)}.site-footer{background:var(--gray-bg)}.site-footer a{color:inherit;text-decoration:none}.site-footer a:hover{text-decoration:underline;text-underline-offset:4px}.site-footer__primary{padding:40px 0;display:grid;grid-template-columns:minmax(240px, 420px) minmax(0, 1fr);align-items:flex-start}@media(min-width: 64em){.site-footer__primary{padding:80px 0;gap:40px;grid-template-columns:minmax(280px, 460px) minmax(0, 1fr)}}.site-footer__identity{display:flex;flex-direction:column;gap:20px}@media(min-width: 64em){.site-footer__identity{gap:40px;padding-left:20px}}.site-footer__logo{max-width:200px}.site-footer__logo img{width:100%;height:auto;display:block}.site-footer__cv{display:flex;flex-direction:column;align-items:flex-start;gap:12px}@media(min-width: 64em){.site-footer__cv{gap:24px}}.site-footer__navigation{display:none}@media(min-width: 64em){.site-footer__navigation{display:flex;justify-content:space-evenly}}.site-footer__heading{margin:0 0 16px;font-weight:bold}.site-footer__systems{display:grid;grid-template-columns:repeat(2, minmax(160px, 1fr));gap:16px 16px}.site-footer__list{list-style:none;margin:0;padding:0}.site-footer__list--main{display:grid;gap:18px;font-weight:bold}.site-footer__list--systems{display:grid;gap:9px;font-size:var(--fs-small);color:var(--gray)}.site-footer__list--systems .site-footer__link{color:inherit;position:relative;padding-left:20px}.site-footer__list--systems .site-footer__link::before{content:"└";position:absolute;left:0;top:50%;transform:translateY(-48%);color:#b5b5b5;font-size:.85em}.site-footer__item{list-style:none}.site-footer__link{color:inherit;text-decoration:none}.site-footer__cta{font-weight:bold;display:none}@media(min-width: 64em){.site-footer__cta{display:flex;gap:clamp(12px,5vw,20px)}}.site-footer__external{display:inline-flex;align-items:center;gap:6px;font-size:var(--fs-small);color:#6a6a6a}.site-footer__external .site-footer__external-icon{background:url("../img/icon_external.svg") no-repeat center;background-size:contain;width:.9em;height:.9em;display:inline-block;margin-left:2px}.site-footer__flex{border-top:1px solid var(--text);padding:30px 0px;display:flex;flex-wrap:wrap;gap:12px}@media(min-width: 64em){.site-footer__flex{align-items:center;justify-content:space-between;gap:clamp(20px,6vw,40px);padding-left:20px;padding-right:20px}}.site-footer__logo-block{flex:0 0 100%;display:flex;justify-content:center}.site-footer__logo-block img{width:240px;height:auto}@media(min-width: 64em){.site-footer__logo-block{flex:0 0 auto;justify-content:flex-start}}.site-footer__office{font-size:var(--fs-xsmall);line-height:2}.site-footer__office-title{font-size:1rem;font-weight:bold;letter-spacing:.04em}.site-footer__bottom-row{display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:.88rem;color:#5c5c5c;flex-wrap:wrap}.site-footer__bottom-row>div{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.site-footer__copyright{margin-left:auto;white-space:nowrap}.site-footer__bar{background:var(--green);color:var(--white);font-size:var(--fs-xsmall)}.site-footer__bar-inner{padding:12px 0;line-height:2}@media(min-width: 64em){.site-footer__bar-inner{display:flex;align-items:center;justify-content:space-between;gap:clamp(16px,6vw,120px)}}.site-footer__policies{display:flex;align-items:center;gap:clamp(16px,4vw,48px);font-weight:bold}.site-footer__policies-link{color:inherit;text-decoration:none;font-weight:bold;display:block}.site-footer__policies-link:hover{text-decoration:underline;text-underline-offset:4px}.post-area__inner>*:first-child{margin-top:0}.post-area__meta{text-align:right;width:min(var(--width-1clm),92vw);margin-left:auto;margin-right:auto;margin-bottom:40px}.post-area__date{display:inline-block}.post-area__footer{margin:40px auto;text-align:right}.post-area__empty{text-align:center;color:var(--gray)}.post-area a{--clr-accent:var(--green-text);color:var(--clr-accent)}.post-area a:hover,.post-area a:focus-visible{text-decoration:underline;text-underline-offset:4px}.post-area .news-list__link{color:var(--text);text-decoration:none}.post-area .news-list__link:hover,.post-area .news-list__link:focus-visible{text-decoration:none}.post-area__body>*{width:min(var(--width-1clm),92vw);margin:0 auto}.post-area__body>*:first-child{margin-top:0}.post-area__body h2{font-size:var(--fs-xlarge);color:var(--clr-accent);font-weight:bold;line-height:1.5;margin-top:100px;margin-bottom:40px}.post-area__body h3{font-size:var(--fs-large);color:var(--clr-accent);font-weight:bold;line-height:1.5;margin-top:60px;margin-bottom:40px}.post-area__body h4{font-size:var(--fs-base);color:var(--clr-accent);font-weight:bold;line-height:1.5;margin-top:60px;margin-bottom:20px}.post-area__body p{margin-bottom:30px;line-height:1.7;text-align:justify}.post-area__body ul,.post-area__body ol{list-style:none;padding-left:0;display:grid;gap:.6em;margin:18px auto}.post-area__body ul li,.post-area__body ol li{position:relative;padding-left:1.4em;line-height:1.5}.post-area__body ul>li::before{content:"";position:absolute;left:0;top:.45rem;width:.5rem;height:.5rem;border-radius:50%;background:var(--clr-accent);box-shadow:0 0 0 3px var(--clr-accent-bg)}.post-area__body ul ul>li::before{width:.42em;height:.42em;top:.72em;background:var(--clr-accent);box-shadow:0 0 0 2px var(--clr-accent-bg)}.post-area__body ol{counter-reset:post-ol}.post-area__body ol>li::before{counter-increment:post-ol;content:counter(post-ol) ".";position:absolute;left:0;top:0;color:var(--clr-accent);font-weight:700;width:1.2em;text-align:right;transform:translateY(0.1em)}.post-area__body ol ol{counter-reset:post-ol-2}.post-area__body ol ol>li::before{counter-increment:post-ol-2;content:counter(post-ol-2, lower-alpha) ".";color:var(--clr-accent);font-weight:bold}.post-area__body li>ul,.post-area__body li>ol{margin-top:8px}.post-area__body li>:is(p,div,span,a){display:inline}.post-area__body img{max-width:100%;margin:0 auto;display:block}.post-area__body table{width:100%;border-collapse:collapse;border:1px solid rgba(0,0,0,.08)}.post-area__body table th,.post-area__body table td{border:1px solid rgba(0,0,0,.08);padding:12px;text-align:left}.post-area__body table th{background:var(--gray-bg);font-weight:700}.post-area__body .cc{color:var(--white);font-weight:bold;font-size:var(--fs-large);background-color:var(--clr-accent);padding:15px 20px;line-height:1.5}@media(min-width: 64em){.post-area__body .cc{padding:30px 50px}}.post-area__body .post-feature-grid{width:min(var(--width-wide),92vw);display:grid;grid-template-columns:1fr;gap:16px;margin-top:24px}@media(min-width: 64em){.post-area__body .post-feature-grid{grid-template-columns:repeat(2, minmax(0, 1fr));gap:20px}}@media(min-width: 64em){.post-area__body .post-feature-grid{grid-template-columns:repeat(3, minmax(0, 1fr));gap:24px}}.post-area__body .post-feature-card{display:flex;flex-direction:column;gap:14px;height:100%;padding:50px 20px 20px;border-radius:8px;background:var(--clr-accent-bg);position:relative;overflow:hidden}@media(min-width: 64em){.post-area__body .post-feature-card{padding:50px 30px 30px}}.post-area__body .post-feature-card>h3{margin:0}.post-area__body .post-feature-card>p{margin:0;text-align:justify}.post-area__body .post-feature-card::before{content:"";position:absolute;top:20px;left:20px;width:0;height:0;border-right:20px solid rgba(0,0,0,0);border-top:20px solid var(--clr-accent);border-radius:4px;pointer-events:none}@media(min-width: 64em){.title-area__title--news{font-size:var(--fs-large)}}@media(min-width: 64em){.post-type-archive-news .title-area__title{font-size:var(--fs-xlarge)}}

/*# sourceMappingURL=theme.min.css.map */