.global-map { width: 100%; height: 100%; }

.global-biz { position: absolute; top: 2.4rem; left: 6rem; z-index: 999; display: none; column-gap: 2rem; padding: 0.8rem 2rem; background-color: #fff; font-weight: 700; }
.global-biz li { display: flex; align-items: center; column-gap: 0.5rem; cursor: pointer; }

.global-link { position: absolute; bottom: 0; right: 0; z-index: 999; display: grid; row-gap: 1.2rem; width: 31rem; margin-right: 6rem; margin-bottom: 3rem; }
.global-link li button { display: block; width: 100%; padding: 1rem 2rem; border-radius: 1.2rem; background-repeat: no-repeat; background-position: right 1.2rem center; background-size: 2.4rem auto; color: #fff; font-size: 1.8rem; font-weight: 700; text-align: left; line-height: 1.6; }
.global-link li button._i { background-color: #0D875D; background-image: url("../img/common/ico_arrow_g.svg"); }
.global-link li button._a { background-color: #DB4166; background-image: url("../img/common/ico_arrow_r.svg"); }

.global-back { position: absolute; top: 0; right: 0; z-index: 999; width: 10rem; margin-right: 6rem; margin-top: 2rem; }

.js-modalopen { overflow: hidden; }

.modal-sec .modal-con { width: 37.5%; padding: 3.4rem 3.4rem 2rem; border: 0.6rem solid #1C1C80; }
.modal-sec .modal-con._w { width: 75%; }
.modal-sec .modal-close { display: flex; justify-content: center; align-items: center; column-gap: 1.3rem; width: fit-content; margin: 2rem auto 0; cursor: pointer; }
.modal-sec .modal-close .ico { width: 3.6rem; }
.modal-sec .modal-close span { font-size: 2.0rem; font-weight: 700; color: #1B1C80; }
.modal-sec .modal-box { display: none; }
.modal-sec .modal-box._show { display: block; }
.modal-sec .modal-top { display: flex; align-items: center; column-gap: 1.2rem; }
.modal-sec .modal-area { padding: 0.5rem 1rem; background-color: #1b1c80; color: #fff; font-weight: 600; }
.modal-sec .modal-job { font-weight: 600; }
.modal-sec .modal-ttl { margin-bottom: 2.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid #D9D9D9; font-size: 2.7rem; font-weight: 600; line-height: 1.6; }
.modal-sec .modal-ttl._l { font-size: 3.2rem; }
.modal-sec .modal-lead { margin-bottom: 4rem; font-size: 1.8rem; line-height: 1.6; }
.modal-sec .modal-main { line-height: 1.6; }
.modal-sec .modal-main .modal-desc { margin-block: 1.6rem; }
.modal-sec .modal-main .modal-add { padding: 0.8rem 2.4rem; background-color: #ECF7FB; }
.modal-sec .modal-main .modal-sttl { margin-bottom: 1.5rem; font-size: 2.9rem; }
.modal-sec .modal-slider { position: relative; padding-inline: 7rem; }
.modal-sec .modal-slider .modal-swiper { overflow: hidden; }
.modal-sec .modal-slider .modal-swiper .swiper-slide { padding-inline: 1rem; }
.modal-sec .modal-slider .modal-main { display: flex; column-gap: 2rem; }
.modal-sec .modal-slider .modal-fig { width: 110rem; padding-right: 1rem; }
.modal-sec .modal-slider .modal-fig._l { display: flex; flex-wrap: wrap; gap: 2rem; }
.modal-sec .modal-slider .modal-fig._l figure { width: calc(50% - 1rem); }
.modal-sec .modal-slider .modal-fig._l figure img { width: 100%; aspect-ratio: 534 / 330; object-fit: cover; }
.modal-sec .modal-slider .modal-fig._l figure figcaption { margin-top: 0.5rem; line-height: 1.4; text-align: center; }
.modal-sec .modal-slider .modal-slider-item { flex: 1; line-height: 1.6; }
.modal-sec .modal-slider .modal-slider-item .modal-sttl { margin-bottom: 1rem; font-size: 2.4rem; }
.modal-sec .modal-slider .slide-btn { z-index: 99; position: absolute; top: 50%; width: 6rem; margin-top: -4rem; }
.modal-sec .modal-slider .slide-btn._prev { left: 0; }
.modal-sec .modal-slider .slide-btn._next { right: 0; }
.modal-sec .modal-slider .modal-slider-tool { position: absolute; bottom: 0; right: 0; display: flex; align-items: center; justify-content: space-between; width: 32.4rem; margin: 0 0 0 auto; }
.modal-sec .modal-slider .modal-slider-tool .swiper-scrollbar { position: static; width: 20rem; height: 0.8rem !important; background-color: #E1E1E1; }
.modal-sec .modal-slider .modal-slider-tool .swiper-scrollbar-drag { background-color: #1C1C80; }
.modal-sec .modal-slider .modal-slider-tool .swiper-pagination { position: static; width: 4em; font-size: 2.4rem; font-weight: 700; }

.modal-backdrop { position: fixed; inset: 0; background: rgba(0, 0, 0, 0.45); display: flex; align-items: center; justify-content: center; z-index: 1000; opacity: 0; pointer-events: none; transition: opacity .18s ease; padding-right: var(--list-panel-offset, 0px); box-sizing: border-box; }
.modal-backdrop.open { opacity: 1; pointer-events: auto; }

.modal { background: white; width: 60vw; aspect-ratio: 16 / 9; max-width: 110rem; max-height: 90vh; display: flex; flex-direction: column; border-radius: 1.2rem; box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.25); overflow: hidden; }
.modal .header { display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; padding: 1.2rem 1.6rem; background: #fafafa; }
.modal h2 { margin: 0 0 0.6rem; font-size: 2rem; }
.modal p { margin: 0 0 1.2rem; color: #333; line-height: 1.45; }

.modal-body { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; padding: 1.2rem 1.6rem; flex: 1; }

.modal-image-wrapper { width: 100%; height: 100%; }
.modal-image-wrapper img { width: 100%; height: 100%; object-fit: cover; border-radius: 0.8rem; display: block; }

.modal-text { overflow-y: auto; padding: 0.4rem 0.2rem; }

.close-btn { background: #eee; border: 0; padding: 0.8rem 1.2rem; border-radius: 0.8rem; cursor: pointer; }
.close-btn:hover { background: #ddd; }

.list-toggle-btn { display: none; position: fixed; left: 50%; bottom: 2.4rem; transform: translate(-50%, 0); z-index: 1100; background: #2b8cff; border: 0; border-radius: 99.9rem; padding: 1.2rem 2.4rem; box-shadow: 0 1rem 2.4rem rgba(43, 140, 255, 0.35); cursor: pointer; font-size: 1.5rem; font-weight: 700; color: #ffffff; align-items: center; gap: 1rem; transition: transform .15s ease, box-shadow .15s ease; }
.list-toggle-btn:hover { box-shadow: 0 1.4rem 2.8rem rgba(43, 140, 255, 0.45); transform: translate(-50%, -0.2rem); }
.list-toggle-btn:active { transform: translate(-50%, 0); box-shadow: 0 0.8rem 2rem rgba(43, 140, 255, 0.35); }

.list-panel { display: none; position: fixed; top: 0; right: 0; height: 100%; width: min(36rem, 90vw); background: rgba(255, 255, 255, 0.98); box-shadow: -1.2rem 0 3rem rgba(0, 0, 0, 0.18); transform: translateX(100%); transition: transform .26s ease; z-index: 1050; flex-direction: column; border-top-left-radius: 1.6rem; border-bottom-left-radius: 1.6rem; backdrop-filter: blur(0.6rem); }
.list-panel.open { transform: translateX(0); }
.list-panel[aria-hidden="true"] { pointer-events: none; }

.list-panel-header { display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; padding: 1.4rem 1.8rem; border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
.list-panel-header h3 { margin: 0; font-size: 1.6rem; font-weight: 700; }

.list-close-btn { background: transparent; border: 0; font-size: 2rem; line-height: 1; cursor: pointer; color: #555; }
.list-close-btn:hover { color: #000; }

.site-list { list-style: none; margin: 0; padding: 1.2rem 0 1.6rem; overflow-y: auto; flex: 1; }
.site-list li { margin: 0; padding: 0 1rem; }
.site-list li.site-list-section-heading { padding: 2.4rem 2rem 1.4rem; margin: 1.2rem 0 0.4rem; }

.site-list-section-title { display: block; font-size: 1.5rem; font-weight: 700; color: #2b2b2b; letter-spacing: 0.05em; text-transform: uppercase; margin: 0; }

.site-list-item { width: 100%; border: 1px solid rgba(0, 0, 0, 0.08); border-radius: 1.2rem; padding: 1.2rem 1.4rem; text-align: left; background: #fff; cursor: pointer; transition: box-shadow .18s ease, transform .18s ease, border-color .18s ease; display: flex; flex-direction: column; gap: 0.6rem; }
.site-list-item:hover { box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.12); transform: translateY(-0.2rem); border-color: rgba(0, 0, 0, 0.12); }
.site-list-item:focus-visible { outline: 0.3rem solid #2b8cff; }

.site-list-item-title { font-size: 1.5rem; font-weight: 600; color: #1b1b1b; }

.site-list-item-meta { font-size: 1.2rem; color: #666; display: flex; justify-content: space-between; gap: 1.2rem; }

.site-list-item-desc { font-size: 1.2rem; color: #444; line-height: 1.4; }

.custom-marker-office, .custom-marker-hub, .custom-marker-studio { color: white; border-radius: 50%; width: 1.8rem; height: 1.8rem; display: inline-flex; align-items: center; justify-content: center; font-size: 1.2rem; border: 0.2rem solid #fff; box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.3); }

.custom-marker-office { background: #2b8cff; }

.custom-marker-hub { background: #ffb400; }

.custom-marker-studio { background: #e553a0; }

.leaflet-control-attribution a { pointer-events: none; }

.leaflet-tile-container { filter: grayscale(100%) brightness(1.1) contrast(0.9); }

/*# sourceMappingURL=global.css.map */
