.request__block+.request__block{margin-top:4rem}.request__list{display:grid;grid-template-columns:repeat(2, 1fr)}@media screen and (max-width: 767px){.request__list{grid-template-columns:1fr}}.request__list{gap:.8rem}.request__list .loading-bar,.request__list .is-empty,.request__list .is-error{grid-column:span 2}.request__list-item{display:grid;grid-template-columns:1fr auto;grid-template-areas:"title iine" "reason iine" "name iine";align-items:center;gap:.8rem 1.6rem;position:relative;width:calc(100% - 1.6rem);padding:2.4rem 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 .title{grid-area:title}.request__list-item .reason{grid-area:reason;color:var(--color-gray-700)}.request__list-item .name{grid-area:name;display:flex;align-items:center;gap:.2rem;color:var(--color-gray-700)}.request__list-item .name .material-symbols-outlined{color:var(--color-green-500)}.request__list-item .name small{padding-top:.1rem}.request__list-item .iine{grid-area: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)}.request__list-item .iine.is-loading{opacity:.5;pointer-events:none}.request__list-item .iine.is-liked{pointer-events:none;cursor:default}.request__list-item .iine.is-liked .material-symbols-outlined{transform:scale(1.15)}.request__groups{display:grid;gap:2.4rem}.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__list-item{grid-template-columns:1fr auto;grid-template-areas:none;padding:1.6rem;cursor:pointer}.request__list-item:hover{background:rgba(45,193,176,.25)}.request__list-item .title{grid-area:auto;justify-self:start;text-align:left;min-width:0;overflow-wrap:anywhere;word-break:break-word}.request__list-item .iine{grid-area:auto}body.is-modal-open{overflow:hidden}.request-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem}.request-modal[hidden]{display:none}.request-modal__overlay{position:absolute;inset:0;background:rgba(15,20,26,.5)}.request-modal__dialog{position:relative;z-index:1;width:100%;max-width:56rem;max-height:85vh;overflow-y:auto;padding:3.2rem;border-radius:1.2rem;background:var(--color-white)}.request-modal__close{position:absolute;top:1.2rem;right:1.2rem;display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:50%;background:var(--color-gray-100);color:var(--color-gray-700);cursor:pointer}.request-modal__close:hover{background:var(--color-gray-300)}.request-modal__title{margin-bottom:1.6rem;padding-right:4rem;font-size:2rem;font-weight:700}.request-modal__reason{margin-bottom:1.6rem;line-height:2;color:var(--color-gray-900);white-space:pre-wrap}.request-modal__iine{display:inline-flex;align-items:center;gap:.2rem;font-size:1.6rem;font-weight:700;color:var(--color-pink-500)}.request-modal__iine .material-symbols-outlined{font-variation-settings:"FILL" 1}.c-accordion+.c-accordion{margin-top:2.4rem}.c-accordion__summary{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;cursor:pointer;list-style:none}.c-accordion__summary::-webkit-details-marker{display:none}.c-accordion__title{margin-bottom:0;flex:1}.c-accordion__icon{flex-shrink:0;color:var(--color-gray-500);font-size:3.2rem;transition:transform .3s}.c-accordion[open] .c-accordion__icon{transform:rotate(180deg)}.c-accordion__body{padding-top:2.4rem}@media screen and (max-width: 767px){.c-accordion__summary{gap:.8rem}.c-accordion__icon{font-size:2.4rem}}.container{padding-inline:2.4rem;max-width:144rem}@media screen and (max-width: 767px){.container{padding-inline:1.2rem}}.req-hero{padding-top:5rem;padding-bottom:3.6rem;background:color-mix(in srgb, var(--color-green-500) 10%, var(--color-white))}@media screen and (max-width: 767px){.req-hero{padding-top:2.8rem;padding-bottom:2.4rem}}.req-hero .req-list__head{margin-bottom:0}.req-list{padding-top:3.6rem;padding-bottom:6.4rem}@media screen and (max-width: 767px){.req-list{padding-top:2.4rem;padding-bottom:4rem}}.req-list__head{display:flex;justify-content:space-between;align-items:flex-start;gap:2.4rem;margin-bottom:2.4rem}@media screen and (max-width: 767px){.req-list__head{flex-direction:column;gap:1.6rem}}.req-list__tag{display:inline-block;padding:.2rem 1.2rem;border:.1rem solid var(--color-gray-400, #b7bec8);border-radius:2rem;font-size:1.2rem;font-weight:700;color:var(--color-gray-600, #5a5a5a)}.req-list__title{margin:.6rem 0 .8rem;font-size:3.6rem;font-weight:800;line-height:1.2;color:var(--color-gray-800, #2b2b2b)}@media screen and (max-width: 767px){.req-list__title{font-size:2.6rem}}.req-list__lead{font-size:1.4rem;line-height:1.7;color:var(--color-gray-600, #5a5a5a)}.req-list__note{margin-top:2rem;text-align:center;font-size:1.2rem;color:var(--color-gray-500, #8a8a8a)}.req-stats{flex-shrink:0;display:flex;gap:3.2rem;padding:2rem 3.2rem;border-radius:1.6rem;background:var(--color-white);box-shadow:0 .2rem 1.2rem rgba(0,0,0,.06)}@media screen and (max-width: 767px){.req-stats{width:100%;justify-content:space-around;gap:1.6rem;padding:1.6rem}}.req-stats__item{display:flex;flex-direction:column;align-items:center;gap:.4rem}.req-stats__label{font-size:1.2rem;font-weight:600;color:var(--color-gray-600, #5a5a5a)}.req-stats__value{display:inline-flex;align-items:baseline;gap:.3rem;font-size:1.4rem;color:var(--color-gray-700, #444)}.req-stats__value strong{font-size:3.2rem;font-weight:800;line-height:1;color:var(--color-blue-500, #2f74d0)}.req-stats__value .material-symbols-outlined{align-self:center;font-size:2rem;color:#34c759}.req-stats__value--accent strong{color:#f5a623}.req-filter{display:flex;flex-direction:column;gap:1.6rem;padding:2rem;margin-bottom: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){.req-filter{padding:1.6rem;gap:1.2rem}}.req-filter__top{display:flex;align-items:center;gap:1.6rem}@media screen and (max-width: 767px){.req-filter__top{flex-direction:column;align-items:stretch}}.req-filter__rows{display:flex;flex-wrap:wrap;gap:1.2rem 3.2rem;align-items:center;padding-top:1.6rem;border-top:.1rem solid var(--color-gray-200, #eceff3)}@media screen and (max-width: 767px){.req-filter__rows{gap:1.2rem 1.6rem}}.req-filter__search{position:relative;flex:1;min-width:0}.req-filter__search .material-symbols-outlined{position:absolute;left:1.2rem;top:50%;transform:translateY(-50%);font-size:2rem;color:var(--color-gray-500, #9aa5b1)}.req-filter__search input{width:100%;padding:1rem 1.2rem 1rem 4rem;border:.1rem solid var(--color-gray-300, #d9dee4);border-radius:1rem;font-size:1.4rem;background:var(--color-gray-100, #f7f8fa)}.req-filter__search input:focus{outline:none;border-color:var(--color-green-500);background:var(--color-white)}.req-filter__group{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap}.req-filter__label{font-size:1.2rem;font-weight:700;color:var(--color-gray-600, #5a5a5a);white-space:nowrap}.req-filter__btns{display:flex;flex-wrap:wrap;gap:.6rem}.req-filter__sort{display:flex;align-items:center;gap:.8rem;flex-shrink:0}.req-filter__select{padding:.8rem 1.2rem;border:.1rem solid var(--color-gray-300, #d9dee4);border-radius:1rem;font-size:1.3rem;background:var(--color-white);cursor:pointer}.req-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.4rem;border:.1rem solid var(--color-gray-300, #d9dee4);border-radius:2rem;font-size:1.3rem;font-weight:600;color:var(--color-gray-600, #5a5a5a);background:var(--color-white);cursor:pointer;transition:.15s}.req-chip:hover{border-color:var(--color-green-500)}.req-chip.is-active{color:var(--color-green-500);border-color:var(--color-green-500);background:color-mix(in srgb, var(--color-green-500) 10%, var(--color-white))}.req-chip__dot{width:.9rem;height:.9rem;border-radius:50%;display:inline-block}.req-chip__dot.is-new{background:#9aa5b1}.req-chip__dot.is-hop{background:#4a90d9}.req-chip__dot.is-step{background:#a855f7}.req-chip__dot.is-jump{background:#f5a623}.req-chip__dot.is-open{background:#34c759}.req-cards{display:grid;grid-template-columns:repeat(5, 1fr);gap:2rem}@media screen and (max-width: 1239px){.req-cards{grid-template-columns:repeat(3, 1fr)}}@media screen and (max-width: 767px){.req-cards{grid-template-columns:1fr}}.req-card{display:flex;flex-direction:column;gap:1rem;padding:1.6rem;border-radius:1.4rem;background:var(--color-white);border:.1rem solid var(--color-gray-200, #eceff3);box-shadow:0 .2rem .8rem rgba(0,0,0,.05);transition:.2s}.req-card:hover{transform:translateY(-0.3rem);box-shadow:0 .6rem 1.6rem rgba(0,0,0,.1)}.req-card__badges{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.req-card__cat{padding:.3rem 1rem;border-radius:.6rem;font-size:1.1rem;font-weight:700}.req-card__cat.is-original{color:#7c3aed;background:#efeaff}.req-card__cat.is-niji{color:var(--color-green-500);background:color-mix(in srgb, var(--color-green-500) 14%, var(--color-white))}.req-card__cat.is-other{color:var(--color-gray-600, #5a5a5a);background:var(--color-gray-100, #eef0f2)}.req-card__cat.is-genre{display:inline-flex;align-items:center;gap:.3rem;max-width:70%;color:var(--color-green-500);background:color-mix(in srgb, var(--color-green-500) 12%, var(--color-white))}.req-card__cat.is-genre .material-symbols-outlined{font-size:1.4rem;flex-shrink:0}.req-card__cat.is-genre>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.req-card__status{padding:.3rem 1rem;border-radius:.6rem;font-size:1.1rem;font-weight:800;border:.15rem solid currentColor}.req-card__status.is-new{color:#9aa5b1}.req-card__status.is-hop{color:#4a90d9}.req-card__status.is-step{color:#a855f7}.req-card__status.is-jump{color:#f5a623}.req-card__status.is-open{color:#34c759}.req-card__genre{display:flex;align-items:center;gap:.2rem;font-size:1.2rem;line-height:1.4;font-weight:600;color:var(--color-gray-700, #444);min-height:1.68rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.req-card__genre .material-symbols-outlined{color:var(--color-green-500);flex-shrink:0}.req-card__title{font-size:1.5rem;font-weight:700;line-height:1.5;color:var(--color-gray-800, #2b2b2b);overflow-wrap:anywhere;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:4.5rem}.req-card__reason{font-size:1.25rem;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:6rem}.req-card__region{display:flex;align-items:center;gap:.2rem;font-size:1.2rem;line-height:1.4;color:var(--color-gray-600, #5a5a5a);min-height:1.68rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.req-card__region .material-symbols-outlined{color:var(--color-green-500);flex-shrink:0}.req-card__foot{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:auto;padding-top:1rem;border-top:.1rem solid var(--color-gray-200, #eceff3);font-size:1.2rem;color:var(--color-gray-600, #5a5a5a)}.req-card__foot .iine{display:inline-flex;align-items:center;gap:.2rem;font-style:normal;font-weight:700;color:var(--color-pink-500, #f2709c);cursor:pointer}.req-card__foot .iine .material-symbols-outlined{font-variation-settings:"FILL" 1}.req-card__foot .iine.is-loading{opacity:.5}.req-card__state{display:inline-flex;align-items:center;gap:.2rem;font-weight:600}.req-card__state .material-symbols-outlined{font-size:1.6rem;color:var(--color-gray-500, #9aa5b1)}.req-card__state.is-realized{color:#f5a623;font-weight:700}.req-card__state.is-realized .material-symbols-outlined{color:#f5a623}.req-card__date{margin-left:auto;color:var(--color-gray-500, #8a8a8a)}.req-road{display:flex;margin:.2rem 0;padding:0;list-style:none}.req-road__step{position:relative;flex:1;display:flex;flex-direction:column;align-items:center;gap:.4rem;min-width:0}.req-road__line{position:absolute;top:.7rem;right:50%;left:-50%;height:.3rem;border-radius:2rem;z-index:0}.req-road__dot{position:relative;z-index:1;width:1.6rem;height:1.6rem;border-radius:50%;border:.2rem solid;box-sizing:border-box}.req-road__label{font-size:.95rem;font-weight:700;line-height:1.2;white-space:nowrap}.req-totop{position:fixed;right:2.4rem;bottom:2.4rem;z-index:400;width:6.4rem;height:6.4rem;border:none;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.1rem;color:var(--color-white);background:var(--color-green-500);cursor:pointer;box-shadow:0 .4rem 1.2rem rgba(0,0,0,.2);opacity:0;visibility:hidden;transform:translateY(1rem);transition:opacity .25s ease,visibility .25s ease,transform .25s ease}.req-totop .material-symbols-outlined{font-size:2rem}.req-totop span{font-size:1rem;font-weight:700;line-height:1.1;text-align:center}.req-totop.is-visible{opacity:1;visibility:visible;transform:none}.req-totop.is-visible:hover{transform:translateY(-0.2rem)}@media screen and (max-width: 767px){.req-totop{width:5.2rem;height:5.2rem;right:1.6rem;bottom:1.6rem}}.req-card{cursor:pointer}body.is-modal-open{overflow:hidden}.req-modal{position:fixed;inset:0;z-index:900;display:flex;align-items:center;justify-content:center;padding:2.4rem}@media screen and (max-width: 767px){.req-modal{padding:0}}.req-modal[hidden]{display:none}.req-modal__overlay{position:absolute;inset:0;background:rgba(0,0,0,.5)}.req-modal__dialog{position:relative;width:100%;max-width:76rem;max-height:90vh;overflow-y:auto;padding:3.2rem;border-radius:1.6rem;background:var(--color-white);box-shadow:0 1.2rem 4rem rgba(0,0,0,.25)}@media screen and (max-width: 767px){.req-modal__dialog{max-height:100vh;border-radius:0;padding:5.6rem 1.6rem 2.4rem}}.req-modal__close{position:absolute;top:1.6rem;right:1.6rem;z-index:2;width:3.6rem;height:3.6rem;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--color-gray-100, #f0f2f5);color:var(--color-gray-700, #444);cursor:pointer}.req-modal__close:hover{background:var(--color-gray-200, #e5e9ef)}.req-modal__head{display:flex;justify-content:space-between;align-items:flex-start;gap:2.4rem;padding-right:4rem}@media screen and (max-width: 767px){.req-modal__head{flex-direction:column;gap:1.6rem;padding-right:0}}.req-modal__headmain{min-width:0}.req-modal__badges{display:flex;align-items:center;gap:.8rem;margin-bottom:1rem}.req-modal__genre{display:flex;align-items:center;gap:.3rem;font-size:1.3rem;font-weight:600;color:var(--color-gray-700, #444);margin-bottom:.4rem}.req-modal__genre .material-symbols-outlined{color:var(--color-green-500)}.req-modal__title{font-size:2.2rem;font-weight:800;line-height:1.4;color:var(--color-gray-800, #2b2b2b)}.req-modal__meta{display:flex;align-items:center;gap:.4rem;margin-top:1rem;font-size:1.3rem;color:var(--color-gray-600, #5a5a5a)}.req-modal__meta .material-symbols-outlined{font-size:1.8rem;color:var(--color-gray-500, #9aa5b1)}.req-modal__like{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:1.6rem 2rem;border-radius:1.2rem;background:color-mix(in srgb, var(--color-pink-500, #f2709c) 8%, var(--color-white))}@media screen and (max-width: 767px){.req-modal__like{flex-direction:row;flex-wrap:wrap;justify-content:center;width:100%}}.req-modal__like-count{display:inline-flex;align-items:center;gap:.4rem;color:var(--color-pink-500, #f2709c)}.req-modal__like-count .material-symbols-outlined{font-variation-settings:"FILL" 1;font-size:2.4rem}.req-modal__like-count strong{font-size:2.8rem;font-weight:800;line-height:1}.req-modal__like-txt{font-size:1.1rem;color:var(--color-gray-600, #5a5a5a)}.req-modal__like-btn{margin-top:.4rem;padding:.8rem 2rem;border:none;border-radius:2rem;font-size:1.4rem;font-weight:700;font-family:inherit;color:var(--color-white);background:var(--color-pink-500, #f2709c);cursor:pointer;transition:.15s;white-space:nowrap}.req-modal__like-btn:hover{filter:brightness(1.05)}.req-modal__like-btn.is-liked{background:var(--color-gray-400, #b7bec8);cursor:default}.req-modal__progress{margin-top:2.4rem;padding:2rem;border:.1rem solid var(--color-gray-200, #eceff3);border-radius:1.2rem}.req-modal__progress-title{font-size:1.4rem;font-weight:700;color:var(--color-gray-800, #2b2b2b);margin-bottom:1.6rem}.req-modal__body{margin-top:2.4rem}.req-modal__section-title{display:flex;align-items:center;gap:.6rem;font-size:1.8rem;font-weight:700;color:var(--color-gray-800, #2b2b2b);margin-bottom:1rem}.req-modal__section-title .material-symbols-outlined{font-size:2.2rem;color:var(--color-green-500)}.req-modal__reason{font-size:1.4rem;line-height:1.8;color:var(--color-gray-700, #444);white-space:pre-wrap;margin-bottom:1.6rem;padding:1.6rem 2rem;border:.1rem solid var(--color-green-500);border-radius:1.2rem;background:var(--color-white)}.req-modal__region{display:flex;align-items:center;gap:.4rem;font-size:1.3rem;color:var(--color-gray-600, #5a5a5a)}.req-modal__region .material-symbols-outlined{color:var(--color-green-500)}.req-road--detail .req-road__step{gap:.6rem;padding:0 .4rem;justify-content:flex-start}.req-road--detail .req-road__line{top:.9rem}.req-road--detail .req-road__dot{width:2rem;height:2rem}.req-road--detail .req-road__label{font-size:1.3rem}.req-road--detail .req-road__desc{font-size:1.05rem;line-height:1.4;text-align:center;color:var(--color-gray-600, #5a5a5a)}@media screen and (max-width: 767px){.req-road--detail .req-road__desc{display:none}}
