.header{position:sticky;z-index:500;box-shadow:0 .2rem .6rem rgba(0,0,0,.1)}.kv{position:relative;z-index:0;padding-block:0;margin-bottom:4rem}@media screen and (max-width: 767px){.kv{margin-bottom:2.4rem}}.kv__inner{display:grid;grid-template-columns:4fr 6fr;gap:0;height:42rem}@media screen and (max-width: 767px){.kv__inner{grid-template-columns:1fr;height:auto}}.kv__slider{height:100%;overflow:hidden;min-width:0}@media screen and (max-width: 767px){.kv__slider{height:auto;aspect-ratio:16/9}}.kv__intro{height:100%;min-width:0;display:flex;align-items:center;padding:4rem;background:radial-gradient(120% 100% at 0% 0%, rgba(45, 193, 176, 0.18) 0%, rgba(45, 193, 176, 0) 55%),linear-gradient(135deg, #eafaf6 0%, #ffffff 65%)}@media screen and (max-width: 767px){.kv__intro{height:auto;padding:3.2rem 1.6rem}}.kv__intro-body{width:100%;max-width:54rem;margin-inline:auto}.kv__intro-title{font-size:clamp(2.8rem,3.4vw,4rem);font-weight:800;line-height:1.35;letter-spacing:.02em;color:var(--color-gray-800, #2b2b2b)}.kv__intro-title .is-accent{color:var(--color-green-500)}@media screen and (max-width: 767px){.kv__intro-title{font-size:2.6rem}}.kv__intro-divider{display:flex;align-items:center;gap:1.2rem;margin:1.8rem 0;color:var(--color-green-500)}.kv__intro-divider::before,.kv__intro-divider::after{content:"";flex:1;height:.5rem;background-image:radial-gradient(circle, currentColor 42%, transparent 46%);background-size:1rem .5rem;background-repeat:repeat-x;background-position:center}.kv__intro-divider-star{flex-shrink:0;font-size:1.3rem;line-height:1}@media screen and (max-width: 767px){.kv__intro-divider{margin:1.4rem 0}}.kv__intro-lead{font-size:1.5rem;line-height:1.9;color:var(--color-gray-600, #5a5a5a)}@media screen and (max-width: 767px){.kv__intro-lead{font-size:1.3rem}}.kv__actions{margin-top:2.8rem;display:flex;flex-wrap:nowrap;gap:1.6rem}.kv__actions>.kv__btn{flex:1 1 0;min-width:0;justify-content:flex-start}@media screen and (max-width: 767px){.kv__actions{flex-direction:column;margin-top:2rem;gap:1.2rem}.kv__actions>.kv__btn{flex:0 0 auto;width:100%}}.kv__btn{box-sizing:border-box;display:inline-flex;align-items:center;gap:.6rem;padding:1.2rem 1.4rem;border:.2rem solid rgba(0,0,0,0);border-radius:1rem;text-decoration:none;line-height:1.3;box-shadow:0 .4rem 1.2rem rgba(0,0,0,.15);transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.kv__btn .material-symbols-outlined{font-size:2.2rem;flex-shrink:0}@media screen and (max-width: 767px){.kv__btn{flex:1;padding:1rem 1.2rem;gap:.6rem}.kv__btn .material-symbols-outlined{font-size:2.2rem}}.kv__btn-body{display:flex;flex-direction:column;min-width:0}.kv__btn-main{font-weight:700;font-size:clamp(1.4rem,1.05vw,1.6rem);white-space:nowrap}@media screen and (max-width: 767px){.kv__btn-main{font-size:1.5rem}}.kv__btn-sub{font-size:clamp(.85rem,.72vw,1.1rem);opacity:.9;white-space:nowrap}@media screen and (max-width: 767px){.kv__btn-sub{font-size:1.2rem}}.kv__btn--primary{background:var(--color-green-500);color:var(--color-white)}.kv__btn--primary:hover{background:var(--color-green-700);border-color:var(--color-green-700);color:var(--color-white)}.kv__btn--outline:hover{background:var(--color-green-500);border-color:var(--color-green-500);color:var(--color-white)}.kv__btn--outline{background:var(--color-white);color:var(--color-green-500);border:.2rem solid var(--color-green-500)}.kv .swiper{width:100%;height:100%}.kv .swiper-slide{width:100%;height:100%}.kv .swiper-slide img{display:block;width:100%;height:100%;object-fit:cover}.kv .swiper-pagination{display:flex;justify-content:center;align-items:center;gap:.8rem;position:absolute;left:0;right:0;bottom:1.2rem;z-index:2;line-height:1;opacity:1}.kv .swiper-pagination-bullet{display:block;margin:0 !important;width:.8rem;height:.8rem;background:var(--color-white);opacity:.6}@media screen and (max-width: 767px){.kv .swiper-pagination-bullet{width:.6rem;height:.6rem}}.kv .swiper-pagination-bullet-active{background:var(--color-green-500);opacity:1}.about .layout--grid{grid-template-columns:40rem 1fr;gap:4rem;align-items:center}@media screen and (max-width: 767px){.about .layout--grid{grid-template-columns:100%;gap:2.4rem}}.service__navi ul{display:grid;grid-template-columns:repeat(3, 1fr);gap:.8rem}@media screen and (max-width: 767px){.service__navi ul{gap:.4rem;grid-template-columns:repeat(2, 1fr)}}.service__navi ul li a{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:8rem;padding-inline:2.4rem;border-radius:.8rem;border:.1rem solid var(--color-green-500);background:var(--color-white);font-family:"corporate-logo-ver2","Noto Sans JP",sans-serif;font-size:2.4rem;font-weight:700;color:var(--color-green-500);letter-spacing:.05em;text-align:center}@media screen and (max-width: 767px){.service__navi ul li a{grid-template-columns:auto 1fr;height:4.8rem;padding-inline:.8rem;border-radius:.4rem;font-size:1.3rem}}.service__navi ul li a::before{justify-self:center}@media screen and (max-width: 767px){.service__navi ul li a::before{display:none}}.service__navi ul li a span{grid-column:2}.service__navi ul li a:hover{background:var(--color-green-500);color:var(--color-white) !important}.request__groups{display:grid;gap:4rem}.request__cat>.heading--content{margin-bottom:1.6rem}.request__status+.request__status{margin-top:2.4rem}.request__status-title{display:inline-flex;align-items:center;margin-bottom:.8rem;padding:.2rem 1.2rem;border-radius:.4rem;background:var(--color-green-500);color:var(--color-white);font-family:"corporate-logo-ver2","Noto Sans JP",sans-serif;font-size:1.4rem;font-weight:700;letter-spacing:.05em}.request__tabs{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:1.6rem}.request__tab{padding:.4rem 1.6rem;border:.1rem solid var(--color-green-500);border-radius:.4rem;background:var(--color-white);color:var(--color-green-500);font-family:"corporate-logo-ver2","Noto Sans JP",sans-serif;font-size:1.4rem;font-weight:700;letter-spacing:.05em;cursor:pointer;transition:.3s}.request__tab.is-active{background:var(--color-green-500);color:var(--color-white)}.request__tab:not(.is-active):hover{background:color-mix(in srgb, var(--color-green-500) 10%, var(--color-white))}.request__panel[hidden]{display:none}.request__list{display:grid;grid-template-columns:repeat(2, 1fr);gap:.8rem}@media screen and (max-width: 767px){.request__list{grid-template-columns:1fr}}.request__list .loading-bar,.request__list .is-empty,.request__list .is-error{grid-column:span 3}.request__list-item{display:grid;grid-template-columns:1fr auto;align-items:center;gap:.8rem;position:relative;width:calc(100% - 1.6rem);min-height:5.6rem;padding:1.2rem 1.6rem;border-radius:.8rem;background:rgba(45,193,176,.15)}.request__list-item::after{content:"";display:block;position:absolute;right:0;bottom:.8rem;transform:translateX(100%);width:1.6rem;height:1.6rem;clip-path:polygon(0 0, 100% 100%, 0 87.5%);background:rgba(45,193,176,.15)}.request__list-item .category{display:flex;justify-content:center;align-items:center;flex-shrink:0;padding-block:.4rem;width:6.4rem;border-radius:.2rem;background:var(--color-green-500);color:var(--color-white);text-align:center}.request__list-item .category small{padding-top:.2rem;font-size:1rem;letter-spacing:0}.request__list-item .title{min-width:0;overflow-wrap:anywhere;word-break:break-word}.request__list-item .iine{display:inline-flex;align-items:center;gap:.2rem;margin-left:auto;font-size:1.6rem;font-weight:700;font-style:normal;color:var(--color-pink-500);letter-spacing:0;transition:.3s;cursor:pointer}.request__list-item .iine .material-symbols-outlined{font-variation-settings:"FILL" 1;color:currentColor}.request__list-item .iine:hover{color:var(--color-green-500)}.event__block+.event__block{margin-top:4rem}.kv .swiper-slide a{display:block;width:100%;height:100%}.kv .swiper-slide a img{height:100%;object-fit:cover}.container{padding-inline:2.4rem;max-width:144rem}@media screen and (max-width: 767px){.container{padding-inline:1.2rem}}.top-grid2{display:grid;grid-template-columns:1fr 1fr;gap:2.4rem;align-items:stretch}@media screen and (max-width: 767px){.top-grid2{grid-template-columns:1fr;gap:1.6rem}}.top-card{display:flex;flex-direction:column;padding:2.4rem;border-radius:1.6rem;background:var(--color-white);box-shadow:0 .2rem 1.2rem rgba(0,0,0,.05)}@media screen and (max-width: 767px){.top-card{padding:1.6rem;border-radius:1.2rem}}.top-card>.top-card__title{margin-bottom:1.6rem}.top-card__hd{display:flex;justify-content:space-between;align-items:center;gap:.8rem;margin-bottom:1.6rem}.top-card__hd>.top-card__title{margin-bottom:0}.top-card__title{display:inline-flex;align-items:center;gap:.6rem;font-size:2rem;font-weight:700;color:var(--color-green-500)}.top-card__title .material-symbols-outlined{font-size:2.4rem}@media screen and (max-width: 767px){.top-card__title{font-size:1.7rem}.top-card__title .material-symbols-outlined{font-size:2rem}}.top-card__more{display:inline-flex;align-items:center;gap:.2rem;flex-shrink:0;font-size:1.4rem;color:var(--color-green-500);white-space:nowrap}.top-card__more:hover{text-decoration:underline}@media screen and (max-width: 767px){.top-card__more{font-size:1.2rem}}.c-req-featured{display:grid;grid-template-columns:repeat(3, 1fr);grid-auto-rows:1fr;gap:1.2rem;flex:1}@media screen and (max-width: 767px){.c-req-featured{grid-template-columns:repeat(2, 1fr)}}.c-req-card{display:flex;flex-direction:column;gap:.6rem;height:100%;padding:1.2rem;border-radius:1rem;background:var(--color-white);border:.1rem solid var(--color-green-500);box-shadow:0 .2rem .8rem rgba(0,0,0,.07)}.c-req-card.is-new{border-color:#9aa5b1}.c-req-card.is-hop{border-color:#4a90d9}.c-req-card.is-step{border-color:var(--color-green-500)}.c-req-card.is-jump{border-color:#f0a020}.c-req-card__status{align-self:flex-start;padding:.2rem .8rem;border-radius:.4rem;font-size:1.1rem;font-weight:700;color:var(--color-white);white-space:nowrap}.c-req-card__status.is-new{background:#9aa5b1}.c-req-card__status.is-hop{background:#4a90d9}.c-req-card__status.is-step{background:var(--color-green-500)}.c-req-card__status.is-jump{background:#f0a020}.c-req-card__title{font-size:1.4rem;font-weight:700;line-height:1.5;overflow-wrap:anywhere;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:4.2rem}.c-req-card__region,.c-req-card__genre{display:flex;align-items:center;gap:.2rem;font-size:1.2rem;line-height:1.4;color:var(--color-gray-600, #5a5a5a);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.c-req-card__region .material-symbols-outlined,.c-req-card__genre .material-symbols-outlined{color:var(--color-green-500);flex-shrink:0}.c-req-card__reason{font-size:1.2rem;line-height:1.6;color:var(--color-gray-600, #5a5a5a);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:5.76rem}.c-req-card__foot{margin-top:auto;padding-top:.8rem;border-top:.1rem solid var(--color-gray-300);display:flex;align-items:center;justify-content:space-between;gap:.8rem}.c-req-card__cat{padding:.2rem .8rem;border-radius:.4rem;font-size:1.1rem;font-weight:700;color:var(--color-white);background:var(--color-green-500);white-space:nowrap}.c-req-card__iine{display:inline-flex;align-items:center;gap:.2rem;font-size:1.6rem;font-weight:700;font-style:normal;color:var(--color-pink-500, #f2709c)}.c-req-card__iine .material-symbols-outlined{font-variation-settings:"FILL" 1}.c-decided{display:grid;grid-template-columns:repeat(3, 1fr);grid-auto-rows:1fr;gap:1.2rem;flex:1}@media screen and (max-width: 767px){.c-decided{grid-template-columns:repeat(2, 1fr)}}.c-decided-card{display:flex;flex-direction:column;height:100%;border-radius:1rem;overflow:hidden;background:var(--color-white);border:.1rem solid var(--color-green-500);box-shadow:0 .2rem .8rem rgba(0,0,0,.07);transition:.3s}.c-decided-card:hover{box-shadow:0 .4rem 1.2rem rgba(0,0,0,.12)}.c-decided-card__thumb{position:relative;margin:0;aspect-ratio:16/9;overflow:hidden}.c-decided-card__thumb img{display:block;width:100%;height:100%;object-fit:cover}.c-decided-card__badge{position:absolute;top:.8rem;left:.8rem;padding:.2rem .8rem;border-radius:.4rem;background:var(--color-green-500);color:var(--color-white);font-size:1.1rem;font-weight:700}.c-decided-card__body{flex:1;display:flex;flex-direction:column;padding:1.2rem;background:var(--color-white)}.c-decided-card__name{font-size:1.3rem;font-weight:700;line-height:1.4;margin-bottom:.6rem}.c-decided-card__date{display:inline-flex;align-items:center;gap:.3rem;font-size:1.5rem;font-weight:800;color:var(--color-green-500);margin-bottom:.4rem}.c-decided-card__date .material-symbols-outlined{font-size:1.8rem}.c-decided-card__place{display:inline-flex;align-items:center;gap:.2rem;font-size:1.15rem;color:#888;margin-bottom:1.2rem}.c-decided-card__btn{display:flex;align-items:center;justify-content:center;gap:.4rem;margin-top:auto;padding:.8rem 1rem;border:.1rem solid var(--color-gray-300, #d9dee4);border-radius:.8rem;font-size:1.2rem;font-weight:700;color:var(--color-gray-700, #444);background:var(--color-white);transition:.15s}.c-decided-card__btn:hover{border-color:var(--color-green-500);color:var(--color-green-500)}.c-decided-card__btn .material-symbols-outlined{font-size:1.6rem}.c-flow{display:flex;align-items:flex-start;margin-bottom:1.6rem}.c-flow li{list-style:none}.c-flow__step{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;padding:0 .2rem}.c-flow__step:not(:last-child)::after{content:"";position:absolute;top:2.3rem;left:calc(50% + 2.4rem);width:calc(100% - 4.8rem);height:.2rem;background:var(--color-gray-300)}@media screen and (max-width: 767px){.c-flow__step:not(:last-child)::after{top:1.7rem;left:calc(50% + 1.8rem);width:calc(100% - 3.6rem)}}.c-flow__ico{display:flex;justify-content:center;align-items:center;width:4.8rem;height:4.8rem;border-radius:50%;color:var(--color-white);position:relative;z-index:1}.c-flow__ico .material-symbols-outlined{font-size:2.4rem}.c-flow__ico--new{background:#9aa5b1}.c-flow__ico--hop{background:#4a90d9}.c-flow__ico--step{background:var(--color-green-500)}.c-flow__ico--jump{background:#f0a020}.c-flow__ico--open{background:#3bb54a}@media screen and (max-width: 767px){.c-flow__ico{width:3.6rem;height:3.6rem}.c-flow__ico .material-symbols-outlined{font-size:2rem}}.c-flow__label{margin-top:.6rem;font-size:1.4rem;font-weight:700}@media screen and (max-width: 767px){.c-flow__label{font-size:1.2rem}}.c-flow__desc{margin-top:.2rem;font-size:1.1rem;line-height:1.4;color:#666}@media screen and (max-width: 767px){.c-flow__desc{font-size:1rem}}.c-about{display:flex;align-items:center;gap:2rem}.c-about__img{flex-shrink:0;margin:0;text-align:center}.c-about__img img{height:10.3rem;width:auto;max-width:18rem}.c-about__text{flex:1;font-size:1.4rem;line-height:1.8}@media screen and (max-width: 767px){.c-about{flex-direction:column;gap:1.2rem}.c-about__img{margin:0 auto}.c-about__img img{max-width:22rem}}.top-grid2--about{align-items:stretch}.top-grid2--about .c-flow{margin-top:0;margin-bottom:2.4rem}.top-grid2--about .c-about{margin-top:0;margin-bottom:2.4rem}.top-grid2--about .button-wrap{margin-top:auto}.c-cta{display:flex;flex-direction:row;align-items:center;gap:1.6rem;padding:2.4rem;border-radius:1.6rem;background:var(--color-gray-100, #f5f5f5)}@media screen and (max-width: 767px){.c-cta{padding:1.6rem;gap:1.2rem;flex-wrap:wrap}}.c-cta--request{background:rgba(45,193,176,.12)}.c-cta__ico{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;color:var(--color-green-500)}.c-cta__ico .material-symbols-outlined{font-size:4rem}@media screen and (max-width: 767px){.c-cta__ico .material-symbols-outlined{font-size:3.2rem}}.c-cta__body{flex:1;min-width:0}.c-cta__title{font-size:1.8rem;font-weight:700;line-height:1.4;color:var(--color-green-500)}@media screen and (max-width: 767px){.c-cta__title{font-size:1.6rem}}.c-cta__lead{margin-top:.4rem;font-size:1.3rem;white-space:nowrap}@media screen and (max-width: 767px){.c-cta__lead{white-space:normal}}.c-cta .button-wrap{flex-shrink:0;margin:0}@media screen and (max-width: 767px){.c-cta .button-wrap{width:100%}}.c-cta .button{min-width:0;width:auto;padding-inline:2rem;white-space:nowrap}@media screen and (max-width: 767px){.c-cta .button{width:100%}}.button--sm{min-height:4rem;padding-block:.4rem;font-size:1.4rem}.button-wrap--start{justify-content:flex-start}
