:root {
    --ms-orange: #f08300;
    --ms-orange-dark: #c96100;
    --ms-ink: #17212f;
    --ms-muted: #667085;
    --ms-line: #e7eaee;
    --ms-bg: #f6f8fb;
    --ms-deep: #14243b;
    --ms-teal: #148085;
}

* {
    box-sizing: border-box;
}

body {
    background: #fff;
    color: var(--ms-ink);
    font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: 0;
    line-height: 1.8;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.site-header {
    background: #fff;
    border-top: 4px solid var(--ms-orange);
    border-bottom: 1px solid rgba(23, 33, 47, .08);
}

.navbar {
    min-height: 86px;
}

.navbar-brand img {
    width: min(420px, 68vw);
    height: auto;
}

.navbar-nav .nav-link {
    color: var(--ms-ink);
    font-size: .94rem;
    font-weight: 700;
    padding: .65rem .8rem;
}

.navbar-nav .nav-link:hover {
    color: var(--ms-orange-dark);
}

.btn {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-weight: 700;
    gap: .45rem;
    justify-content: center;
    min-height: 46px;
    padding: .7rem 1.2rem;
}

.btn-contact,
.btn-primary-modern {
    background: var(--ms-orange);
    border: 1px solid var(--ms-orange);
    color: #fff;
    box-shadow: 0 12px 28px rgba(240, 131, 0, .25);
}

.btn-contact:hover,
.btn-primary-modern:hover {
    background: var(--ms-orange-dark);
    border-color: var(--ms-orange-dark);
    color: #fff;
}

.btn-outline-modern {
    background: #fff;
    border: 1px solid rgba(23, 33, 47, .18);
    color: var(--ms-ink);
}

.btn-outline-modern:hover {
    border-color: var(--ms-orange);
    color: var(--ms-orange-dark);
}

.hero-section {
    background:
        linear-gradient(105deg, rgba(20, 36, 59, .14) 0%, rgba(20, 36, 59, .08) 43%, rgba(20, 36, 59, 0) 100%),
        url("../img/topimage/top_image_rent.jpg") center / cover no-repeat;
    color: #fff;
    overflow: hidden;
    min-height: 460px;
    padding: 126px 0 112px;
    position: relative;
}

.hero-section::after {
    background: var(--ms-orange);
    bottom: 0;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    width: 38%;
}

.section-kicker {
    color: var(--ms-orange);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .12em;
    margin-bottom: .65rem;
    text-transform: uppercase;
}

.hero-section .section-kicker {
    color: var(--ms-orange);
    text-shadow: 0 2px 5px rgba(0, 0, 0, .78), 0 1px 1px rgba(0, 0, 0, .9);
}

.hero-section h1 {
    font-size: clamp(1.4rem, 2.9vw, 2.7rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.12;
    margin-bottom: 1.4rem;
    max-width: 660px;
    text-shadow: 0 6px 20px rgba(0, 0, 0, .88), 0 2px 6px rgba(0, 0, 0, .96), 0 0 1px rgba(0, 0, 0, .9);
}

.hero-line {
    display: block;
    white-space: nowrap;
}

.hero-line-main,
.hero-line-tail {
    display: inline;
}

.hero-lead {
    color: #fff;
    font-size: clamp(1rem, 1.7vw, 1.18rem);
    line-height: 2;
    margin-bottom: 2rem;
    max-width: 620px;
    text-shadow: 0 4px 14px rgba(0, 0, 0, .84), 0 1px 4px rgba(0, 0, 0, .96), 0 0 1px rgba(0, 0, 0, .9);
}

.section-pad {
    padding: 88px 0;
}

.section-heading {
    margin-bottom: 34px;
}

.section-heading h2,
.facility-panel h2,
.cta-panel h2 {
    font-size: clamp(1.7rem, 3vw, 2.7rem);
    font-weight: 900;
    line-height: 1.3;
    margin: 0;
}

.section-heading-light h2 {
    color: #fff;
}

.section-heading-compact h2 {
    font-size: clamp(1.45rem, 2.4vw, 2.25rem);
}

.facility-panel h2 {
    font-size: clamp(1.45rem, 1.75vw, 1.75rem);
    line-height: 1.35;
}

.cta-panel h2.cta-title-small {
    font-size: clamp(1.4rem, 2.2vw, 2.05rem);
}

.feature-card {
    background: #fff;
    border: 1px solid var(--ms-line);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(23, 33, 47, .08);
    display: block;
    height: 100%;
    padding: 30px;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.feature-card:hover,
.business-card:hover,
.wide-card:hover,
.coating-card:hover {
    border-color: rgba(240, 131, 0, .55);
    box-shadow: 0 22px 58px rgba(23, 33, 47, .14);
    transform: translateY(-3px);
}

.feature-icon {
    align-items: center;
    background: rgba(240, 131, 0, .12);
    border-radius: 8px;
    color: var(--ms-orange-dark);
    display: inline-flex;
    font-size: 1.65rem;
    height: 54px;
    justify-content: center;
    margin-bottom: 22px;
    width: 54px;
}

.feature-card h3,
.business-card h3 {
    font-size: 1.15rem;
    font-weight: 900;
    line-height: 1.45;
    margin-bottom: .7rem;
}

.business-card h3 {
    align-items: center;
    display: flex;
    min-height: 64px;
}

.business-card h3 .business-logo {
    display: block;
    height: 56px;
    object-fit: contain;
    object-position: left center;
    width: 100%;
}

.business-card h3 .business-logo-wide {
    height: 60px;
    width: 100%;
}

.business-card h3 .business-logo-dos {
    height: 48px;
}

.business-card h3.business-text-logo {
    color: #8a8d91;
}

.business-detail-logo {
    line-height: 1;
    margin-bottom: 1.35rem;
}

.business-detail-logo a {
    display: inline-block;
}

.business-detail-logo img {
    display: block;
    max-height: 86px;
    max-width: min(100%, 430px);
    object-fit: contain;
    object-position: left center;
}

.feature-card p,
.business-card p,
.wide-card p,
.coating-card p,
.facility-panel p,
.cta-panel p {
    color: var(--ms-muted);
    margin-bottom: 0;
}

.group-section {
    background:
        linear-gradient(180deg, rgba(20, 36, 59, .97), rgba(20, 36, 59, .93)),
        url("../img/top/group_image.jpg") center / cover no-repeat;
}

.business-card {
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    display: flex;
    gap: 14px;
    height: 100%;
    padding: 18px;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.business-card>img {
    background: var(--ms-bg);
    border-radius: 6px;
    flex: 0 0 96px;
    height: 120px;
    object-fit: cover;
    width: 96px;
}

.business-card img[src*="e-dos_top_capture"],
.business-card img[src*="gaiheki_rescue119"] {
    object-fit: contain;
    padding: 8px;
}

.business-category {
    color: var(--ms-teal) !important;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .1em;
    margin-bottom: .25rem !important;
    text-transform: uppercase;
}

.business-logo-prefix {
    color: #8a8d91 !important;
    font-size: .68rem !important;
    font-weight: 500;
    line-height: 1.2;
    margin: -.1rem 0 .05rem !important;
    text-align: right;
}

.business-card p:not(.business-category) {
    font-size: .9rem;
    line-height: 1.75;
}

.wide-card,
.coating-card {
    background: #fff;
    border: 1px solid var(--ms-line);
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(23, 33, 47, .08);
    display: block;
    height: 100%;
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.wide-card img {
    background: var(--ms-bg);
    display: block;
    height: 250px;
    object-fit: contain;
    padding: 18px;
    width: 100%;
}

.wide-card div,
.coating-card {
    padding: 30px;
}

.wide-card h2 {
    font-size: clamp(1.5rem, 2.5vw, 2.2rem);
    font-weight: 900;
    margin-bottom: .7rem;
}

.coating-logo {
    display: block;
    margin-bottom: 28px;
    width: 100%;
}

.coating-brands {
    align-items: center;
    display: flex;
    gap: 22px;
    margin-bottom: 24px;
}

.coating-brands img {
    height: 42px;
    object-fit: contain;
    width: 110px;
}

.slide-banner-section {
    padding: 70px 0;
}

.slide-banner-section .section-heading {
    margin-bottom: 24px;
}

.slide-banner-carousel {
    position: relative;
}

.slide-banner-panel {
    align-items: center;
    background: #fff;
    border: 1px solid var(--ms-line);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(23, 33, 47, .08);
    gap: 34px;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    min-height: 398px;
    padding: 34px;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.slide-banner-panel.active,
.carousel-item-next.slide-banner-panel,
.carousel-item-prev.slide-banner-panel {
    display: grid;
}

.slide-banner-panel:hover {
    border-color: rgba(240, 131, 0, .55);
    box-shadow: 0 22px 58px rgba(23, 33, 47, .14);
}

.slide-banner-panel h2 {
    font-size: clamp(1.45rem, 1.75vw, 1.75rem);
    font-weight: 900;
    line-height: 1.35;
    margin-bottom: .75rem;
}

.slide-banner-logo-title {
    align-items: center;
    display: flex;
    min-height: 72px;
}

.slide-banner-panel .slide-banner-logo-title img {
    background: transparent;
    border-radius: 0;
    height: auto;
    max-height: 62px;
    max-width: 360px;
    object-fit: contain;
    width: 100%;
}

.slide-banner-panel img {
    background: var(--ms-bg);
    border-radius: 8px;
    display: block;
    height: 330px;
    object-fit: cover;
    width: 100%;
}

.slide-banner-panel img[src*="so-bex_top"] {
    object-fit: contain;
    padding: 18px;
}

.slide-banner-carousel .carousel-indicators {
    bottom: 16px;
    margin-bottom: 0;
}

.slide-banner-carousel .carousel-indicators [data-bs-target] {
    background-color: var(--ms-orange);
}

.slide-banner-carousel .carousel-control-prev,
.slide-banner-carousel .carousel-control-next {
    bottom: 24px;
    height: 44px;
    opacity: 1;
    top: auto;
    width: 44px;
}

.slide-banner-carousel .carousel-control-prev {
    left: auto;
    right: 88px;
}

.slide-banner-carousel .carousel-control-next {
    right: 34px;
}

.slide-banner-carousel .carousel-control-prev-icon,
.slide-banner-carousel .carousel-control-next-icon {
    background-color: rgba(20, 36, 59, .82);
    background-size: 56%;
    border-radius: 999px;
    height: 44px;
    width: 44px;
}

.facility-section {
    background: #fff;
    padding: 32px 0;
}

.facility-hero {
    background:
        linear-gradient(105deg, rgba(20, 36, 59, .28) 0%, rgba(20, 36, 59, .16) 48%, rgba(20, 36, 59, .06) 100%),
        url("../img/top/6119_4.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(23, 33, 47, .12);
    color: #fff;
    min-height: 470px;
    overflow: hidden;
    padding: 112px 0;
    width: 100%;
}

.facility-hero-content {
    margin-left: 40px;
    max-width: 760px;
}

.facility-hero .section-kicker {
    color: var(--ms-orange);
    text-shadow: 0 2px 5px rgba(0, 0, 0, .78), 0 1px 1px rgba(0, 0, 0, .9);
}

.facility-hero h2 {
    color: #fff;
    font-size: clamp(1.9rem, 2.8vw, 2.6rem);
    font-weight: 900;
    line-height: 1.3;
    margin: 0 0 1rem;
    max-width: 1000px;
    text-shadow: 0 6px 20px rgba(0, 0, 0, .88), 0 2px 6px rgba(0, 0, 0, .96), 0 0 1px rgba(0, 0, 0, .9);
    white-space: nowrap;
}

.facility-title-main,
.facility-title-tail {
    display: inline;
}

.facility-hero p {
    color: #fff;
    font-size: clamp(1rem, 1.7vw, 1.15rem);
    line-height: 2;
    margin: 0;
    max-width: 700px;
    text-shadow: 0 4px 14px rgba(0, 0, 0, .84), 0 1px 4px rgba(0, 0, 0, .96), 0 0 1px rgba(0, 0, 0, .9);
}

.facility-panel {
    align-items: center;
    background: #fff;
    border: 1px solid var(--ms-line);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(23, 33, 47, .08);
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    padding: 34px;
}

.facility-panel img {
    border-radius: 8px;
    height: 330px;
    object-fit: cover;
    width: 100%;
}

.facility-panel .section-kicker {
    color: var(--ms-orange);
}

.cta-section {
    padding: 32px 0 70px;
}

.cta-panel {
    align-items: center;
    background: linear-gradient(135deg, var(--ms-deep), #0e545b);
    border-radius: 8px;
    color: #fff;
    display: flex;
    gap: 28px;
    justify-content: space-between;
    padding: 38px;
}

.cta-panel p {
    color: rgba(255, 255, 255, .78);
    margin-top: .85rem;
}

.site-footer {
    background: #101722;
    color: rgba(255, 255, 255, .64);
    font-size: .86rem;
    padding: 30px 0;
}

.sub-hero {
    background:
        linear-gradient(105deg, rgba(20, 36, 59, .08), rgba(20, 36, 59, .03)),
        url("../img/topimage/top_image_rent.jpg") center / cover no-repeat;
    color: #fff;
    padding: 74px 0;
}

.sub-hero .section-kicker {
    color: var(--ms-orange);
    text-shadow: 0 2px 5px rgba(0, 0, 0, .78), 0 1px 1px rgba(0, 0, 0, .9);
}

.sub-hero h1 {
    font-size: clamp(2rem, 4.4vw, 3.7rem);
    font-weight: 900;
    line-height: 1.18;
    margin-bottom: 1rem;
    text-shadow: 0 6px 20px rgba(0, 0, 0, .88), 0 2px 6px rgba(0, 0, 0, .96), 0 0 1px rgba(0, 0, 0, .9);
}

.sub-hero p {
    color: #fff;
    font-size: 1.04rem;
    max-width: 760px;
    text-shadow: 0 4px 14px rgba(0, 0, 0, .84), 0 1px 4px rgba(0, 0, 0, .96), 0 0 1px rgba(0, 0, 0, .9);
}

.page-shell {
    background: var(--ms-bg);
    padding: 64px 0;
}

.content-card,
.info-panel,
.property-card,
.group-card-modern {
    background: #fff;
    border: 1px solid var(--ms-line);
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(23, 33, 47, .07);
}

.content-card,
.info-panel {
    padding: 30px;
}

.lead-panel {
    background: #fff;
    border-left: 5px solid var(--ms-orange);
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(23, 33, 47, .07);
    padding: 28px;
}

.lead-panel p:last-child,
.content-card p:last-child {
    margin-bottom: 0;
}

.info-table {
    margin: 0;
}

.info-table dl,
.timeline-list dl {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    margin: 0;
}

.info-table dt,
.info-table dd,
.timeline-list dt,
.timeline-list dd {
    border-bottom: 1px solid var(--ms-line);
    margin: 0;
    padding: 16px 0;
}

.info-table dt,
.timeline-list dt {
    color: var(--ms-ink);
    font-weight: 900;
    padding-right: 18px;
}

.info-table dd,
.timeline-list dd {
    color: var(--ms-muted);
}

.text-link {
    color: var(--ms-orange-dark);
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: .18em;
}

.location-list {
    display: grid;
    gap: .55rem;
}

.location-list a {
    align-items: flex-start;
    background: transparent;
    border: 0;
    border-radius: 6px;
    color: var(--ms-orange-dark);
    display: flex;
    font-weight: 800;
    gap: .45rem;
    line-height: 1.65;
    padding: .55rem .7rem;
}

.location-list a::before {
    color: var(--ms-orange);
    content: "\F3E8";
    flex: 0 0 auto;
    font-family: "bootstrap-icons";
    line-height: 1.65;
}

.location-list a:hover,
.text-link:hover {
    color: var(--ms-ink);
}

.link-list {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.link-list a,
.tag-link {
    background: rgba(240, 131, 0, .1);
    border: 1px solid rgba(240, 131, 0, .18);
    border-radius: 999px;
    color: var(--ms-orange-dark);
    display: inline-flex;
    font-size: .9rem;
    font-weight: 800;
    padding: .45rem .8rem;
}

.section-title-modern {
    font-size: clamp(1.45rem, 2.6vw, 2.2rem);
    font-weight: 900;
    line-height: 1.35;
    margin-bottom: 22px;
}

.property-card {
    height: 100%;
    overflow: hidden;
}

.rent-anchor-nav {
    background: #fff;
    border: 1px solid var(--ms-line);
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(23, 33, 47, .07);
    margin-bottom: 24px;
    padding: 26px;
}

.rent-anchor-head {
    border-bottom: 1px solid var(--ms-line);
    margin-bottom: 18px;
    padding-bottom: 18px;
}

.rent-anchor-head h2 {
    font-size: clamp(1.35rem, 2.3vw, 1.9rem);
    font-weight: 900;
    line-height: 1.35;
    margin: 0;
}

.rent-anchor-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rent-anchor-nav a {
    align-items: center;
    background: #f8fafc;
    border: 1px solid transparent;
    border-radius: 8px;
    color: var(--ms-ink);
    display: grid;
    gap: 12px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    font-weight: 800;
    min-height: 76px;
    padding: 13px 14px;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.rent-anchor-nav a:hover {
    background: #fff;
    border-color: rgba(240, 131, 0, .42);
    transform: translateY(-1px);
}

.rent-anchor-number {
    align-items: center;
    background: rgba(240, 131, 0, .12);
    border-radius: 999px;
    color: var(--ms-orange-dark);
    display: inline-flex;
    font-size: .78rem;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.rent-anchor-name,
.rent-anchor-area {
    display: block;
}

.rent-anchor-name {
    font-size: .95rem;
    line-height: 1.35;
}

.rent-anchor-area {
    color: var(--ms-muted);
    font-size: .78rem;
    line-height: 1.4;
    margin-top: 3px;
}

.rent-anchor-nav .bi {
    color: var(--ms-orange-dark);
    font-size: .92rem;
}

.property-detail-stack {
    display: grid;
    gap: 28px;
}

.property-detail-card {
    background: #fff;
    border: 1px solid var(--ms-line);
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(23, 33, 47, .07);
    padding: 28px;
    scroll-margin-top: 110px;
}

.property-detail-head {
    align-items: flex-start;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 22px;
}

.property-detail-head .tag-link {
    flex: 0 0 auto;
    margin-left: auto;
}

.property-detail-head h2 {
    font-size: clamp(1.45rem, 2.4vw, 2.1rem);
    font-weight: 900;
    line-height: 1.35;
    margin-bottom: 10px;
}

.property-address,
.property-note {
    color: var(--ms-muted);
    font-weight: 700;
    margin-bottom: .35rem;
}

.property-main-image {
    align-items: center;
    background: #f8fafc;
    border: 1px solid var(--ms-line);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
    overflow: hidden;
    padding: 12px;
}

.property-main-image img {
    display: block;
    height: auto;
    max-height: 760px;
    max-width: 100%;
    object-fit: contain;
}

.property-gallery {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(118px, 1fr));
}

.property-gallery a {
    align-items: center;
    aspect-ratio: 4 / 3;
    background: #f8fafc;
    border: 1px solid var(--ms-line);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 6px;
}

.property-gallery img {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.property-gallery-modal .modal-content {
    background: #0f1723;
    color: #fff;
}

.property-gallery-modal .modal-header {
    border-bottom-color: rgba(255, 255, 255, .12);
}

.property-gallery-modal .btn-close {
    filter: invert(1);
}

.property-gallery-modal .modal-body {
    padding: 18px;
}

.property-gallery-modal .carousel-inner {
    height: min(72vh, 760px);
}

.property-gallery-modal .carousel-item {
    height: 100%;
    text-align: center;
}

.property-gallery-modal .carousel-item img {
    display: block;
    height: 100%;
    margin: 0 auto;
    max-width: 100%;
    object-fit: contain;
    object-position: top center;
}

.property-gallery-modal .carousel-control-prev,
.property-gallery-modal .carousel-control-next {
    width: 8%;
}

.access-card {
    background: #fff;
    border: 1px solid var(--ms-line);
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(23, 33, 47, .07);
    display: grid;
    gap: 24px;
    grid-template-columns: 220px minmax(0, 1fr) minmax(280px, .85fr);
    overflow: hidden;
    padding: 20px;
}

.access-photo img {
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    display: block;
    height: 100%;
    min-height: 170px;
    object-fit: cover;
    width: 100%;
}

.access-detail {
    align-self: stretch;
    display: flex;
    flex-direction: column;
}

.access-detail .tag-link {
    align-self: flex-start;
    margin-top: auto;
}

.access-detail h2 {
    font-size: 1.18rem;
    font-weight: 900;
    line-height: 1.45;
    margin-bottom: .65rem;
}

.access-address {
    color: var(--ms-ink);
    font-weight: 700;
    margin-bottom: .8rem;
}

.access-lines {
    color: var(--ms-muted);
    font-size: .92rem;
    line-height: 1.8;
    margin-bottom: 1rem;
    padding-left: 1.1rem;
}

.access-map iframe {
    background: #eef2f6;
    border: 0;
    box-shadow: inset 0 0 0 1px var(--ms-line);
    border-radius: 8px;
    display: block;
    height: 100%;
    min-height: 240px;
    width: 100%;
}

.property-card img {
    aspect-ratio: 4 / 3;
    background: #eef2f6;
    display: block;
    object-fit: cover;
    width: 100%;
}

.property-card .body {
    padding: 22px;
}

.property-card h2,
.group-card-modern h2 {
    font-size: 1.12rem;
    font-weight: 900;
    line-height: 1.45;
    margin-bottom: .5rem;
}

.property-card p,
.group-card-modern p,
.content-card li {
    color: var(--ms-muted);
}

.group-card-modern {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px;
}

.group-card-modern .logo-wrap {
    align-items: center;
    display: flex;
    height: 92px;
    justify-content: center;
    margin-bottom: 18px;
}

.group-card-modern .logo-wrap img {
    max-height: 68px;
    object-fit: contain;
}

.group-card-modern ul {
    margin-bottom: 22px;
    padding-left: 1.1rem;
}

.group-card-modern .btn {
    margin-top: auto;
    width: fit-content;
}

.group-list-stack {
    display: grid;
    gap: 24px;
}

.alliance-scheme-callout {
    align-items: center;
    background: #111827;
    border-radius: 8px;
    color: #fff;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-bottom: 28px;
    padding: 28px;
}

.alliance-scheme-callout h2 {
    font-size: clamp(1.35rem, 2.3vw, 2rem);
    font-weight: 900;
    margin-bottom: 10px;
}

.alliance-scheme-callout p {
    color: rgba(255, 255, 255, .78);
    margin-bottom: 0;
}

.scheme-document {
    background: #fff;
    border: 1px solid var(--ms-line);
    border-radius: 8px;
    margin-top: 24px;
    overflow-x: auto;
    padding: 18px;
}

.scheme-document img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}

.scheme-image-map {
    margin: 0 auto;
    max-width: 600px;
    position: relative;
}

.scheme-image-map a {
    display: block;
    position: absolute;
}

.scheme-image-map a:focus-visible {
    outline: 3px solid rgba(240, 131, 0, .75);
    outline-offset: 2px;
}

.group-list-card,
.contribution-card {
    background: #fff;
    border: 1px solid var(--ms-line);
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(23, 33, 47, .07);
}

.group-list-card {
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(220px, .38fr) minmax(0, 1fr);
    padding: 28px;
}

.group-list-logo {
    align-items: center;
    display: flex;
    justify-content: center;
}

.group-list-logo img {
    max-height: 120px;
    object-fit: contain;
    width: 100%;
}

.group-list-logo-with-prefix {
    flex-direction: column;
    gap: 10px;
}

.group-list-logo-with-prefix span {
    color: var(--ms-muted);
    font-size: .95rem;
    font-weight: 600;
    line-height: 1.4;
}

.group-list-logo-with-prefix .vision-logo-prefix {
    align-self: stretch;
    font-size: .78rem;
    font-weight: 500;
    text-align: left;
}

.group-list-logo-vision {
    align-items: flex-start;
}

.group-list-logo-kotobukien {
    align-items: flex-start;
    gap: 0;
}

.group-list-logo-kotobukien span {
    font-size: .62rem;
    font-weight: 500;
    margin-bottom: -2px;
    padding-right: 0;
    text-align: right;
    width: 100%;
}

.group-list-logo-kotobukien a {
    display: block;
    width: 138%;
}

.group-list-logo img.kotobukien-logo-large {
    max-height: 260px;
    width: 100%;
}

.group-list-logo-image img {
    max-height: 230px;
}

.group-list-capture-stack {
    align-content: start;
    align-self: start;
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
    width: 100%;
}

.group-list-capture-stack a {
    background: transparent;
    border: 0;
    border-radius: 6px;
    display: block;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.group-list-capture-stack img {
    display: block;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.group-list-logo-placeholder a {
    color: var(--ms-muted);
    font-size: 1.15rem;
    font-weight: 900;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
}

.group-list-body h2 {
    font-size: clamp(1.35rem, 2.4vw, 2rem);
    font-weight: 900;
    line-height: 1.35;
    margin-bottom: 14px;
}

.group-list-body {
    display: flex;
    flex-direction: column;
}

.group-list-body .btn {
    align-self: flex-end;
    margin-left: auto;
}

.group-list-body .simple-list {
    color: var(--ms-muted);
    margin-bottom: 22px;
}

.group-list-body .logo-list,
.content-card .logo-list {
    list-style: none;
    padding-left: 0;
}

.group-list-body .logo-list li,
.content-card .logo-list li {
    align-items: center;
    display: flex;
    gap: .4rem;
}

.group-list-body .logo-list img,
.content-card .logo-list img {
    flex: 0 0 auto;
}

.contribution-stack {
    display: grid;
    gap: 28px;
}

.contribution-card {
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, .95fr) minmax(280px, 1.05fr);
    padding: 28px;
}

.contribution-copy h2 {
    font-size: clamp(1.35rem, 2.4vw, 2rem);
    font-weight: 900;
    line-height: 1.35;
    margin-bottom: 16px;
}

.contribution-copy h3 {
    font-size: 1rem;
    font-weight: 900;
    margin-top: 18px;
}

.contribution-copy p {
    color: var(--ms-muted);
}

.contribution-logo-mark {
    align-items: center;
    display: flex;
    height: 52px;
    margin-bottom: 14px;
}

.contribution-logo-mark img {
    height: 100%;
    object-fit: contain;
    width: auto;
}

.contribution-visual {
    align-items: center;
    background: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    min-height: 260px;
    overflow: hidden;
}

.contribution-visual img {
    display: block;
    height: auto;
    max-height: 430px;
    object-fit: contain;
    width: 100%;
}

.contribution-visual-wide img {
    object-fit: cover;
}

.contribution-visual-logo {
    background: #fff;
    min-height: auto;
    padding: 0;
}

.contribution-visual-logo img,
.contribution-visual-contain img {
    object-fit: contain;
}

.support-links {
    align-items: start;
    display: inline-grid;
    gap: 14px;
    grid-template-columns: max-content;
    margin-top: 18px;
    max-width: 100%;
}

.support-links a {
    align-items: center;
    border: 1px solid var(--ms-line);
    border-radius: 8px;
    display: flex;
    gap: 12px;
    max-width: 100%;
    padding: 12px;
    width: 100%;
}

.support-links span {
    white-space: nowrap;
}

.support-links img {
    max-height: 50px;
    object-fit: contain;
    width: 150px;
}

.support-links span {
    color: var(--ms-ink);
    font-weight: 800;
}

.image-panel {
    background: #fff;
    border: 1px solid var(--ms-line);
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(23, 33, 47, .07);
    overflow: hidden;
}

.image-panel-link {
    display: block;
}

.image-panel-link:hover {
    border-color: rgba(240, 131, 0, .45);
}

.image-action-button {
    align-items: center;
    background: linear-gradient(135deg, var(--ms-orange), #ff9f1c);
    border-radius: 8px;
    box-shadow: 0 14px 28px rgba(240, 131, 0, .22);
    color: #fff;
    display: inline-flex;
    font-weight: 900;
    gap: 8px;
    justify-content: center;
    margin-top: 14px;
    min-height: 48px;
    padding: .78rem 1.15rem;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
    width: 100%;
}

.image-action-button:hover,
.image-action-button:focus {
    box-shadow: 0 18px 34px rgba(240, 131, 0, .28);
    color: #fff;
    transform: translateY(-1px);
}

.image-panel img {
    display: block;
    object-fit: contain;
    padding: 18px;
    width: 100%;
}

.division-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 24px;
}

.division-card {
    background: #fff;
    border: 1px solid var(--ms-line);
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(23, 33, 47, .06);
    overflow: hidden;
}

.division-card img {
    aspect-ratio: 16 / 9;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.division-card-body {
    padding: 16px;
}

.division-card h3 {
    color: var(--ms-ink);
    font-size: 1.05rem;
    font-weight: 900;
    margin-bottom: 8px;
}

.division-card p {
    color: var(--ms-muted);
    font-size: .92rem;
    line-height: 1.75;
    margin-bottom: 0;
}

.business-profile {
    border-top: 1px solid var(--ms-line);
    display: grid;
    gap: 20px;
    margin-top: 28px;
    padding-top: 24px;
}

.business-profile-section h3 {
    color: var(--ms-ink);
    font-size: 1.05rem;
    font-weight: 900;
    margin-bottom: 12px;
}

.business-profile-logo {
    display: inline-block;
    margin: 0 0 12px;
}

.business-profile-logo img {
    display: block;
    max-height: 48px;
    width: auto;
}

.business-profile dl {
    display: grid;
    gap: 8px 16px;
    grid-template-columns: 150px minmax(0, 1fr);
    margin-bottom: 0;
}

.business-profile dt {
    color: var(--ms-muted);
    font-weight: 800;
}

.business-profile dd {
    color: var(--ms-ink);
    margin-bottom: 0;
}

.business-profile p,
.business-profile li {
    color: var(--ms-muted);
    line-height: 1.85;
}

.business-profile p,
.business-profile ul {
    margin-bottom: 0;
}

.business-profile ul {
    padding-left: 1.1rem;
}

.business-profile a {
    color: var(--ms-orange-dark);
    font-weight: 800;
    overflow-wrap: anywhere;
}

.side-nav-modern {
    background: #fff;
    border: 1px solid var(--ms-line);
    border-radius: 8px;
    padding: 16px;
    position: sticky;
    top: 110px;
}

.side-nav-modern a {
    border-radius: 6px;
    color: var(--ms-ink);
    display: block;
    font-weight: 800;
    padding: .65rem .8rem;
}

.side-nav-modern a:hover,
.side-nav-modern a.active {
    background: rgba(240, 131, 0, .1);
    color: var(--ms-orange-dark);
}

.simple-list {
    margin-bottom: 0;
    padding-left: 1.1rem;
}

.simple-list li + li {
    margin-top: .45rem;
}

.simple-list .simple-list-separator {
    border-top: 1px dashed #d9dde2;
    margin-top: .75rem;
    padding-top: .75rem;
}

.message-body {
    font-size: 1rem;
    line-height: 2.05;
}

.message-body p {
    color: var(--ms-muted);
}

.message-statement {
    color: var(--ms-ink) !important;
    font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    font-weight: 800;
    line-height: 1.9;
    margin-bottom: 32px;
    padding: 10px 0;
}

.message-list li {
    color: var(--ms-muted);
}

.president-profile {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 18px;
    justify-content: flex-end;
    margin-top: 36px;
}

.president-profile img {
    border-radius: 8px;
    max-width: 180px;
}

.president-profile p {
    color: var(--ms-ink);
    font-weight: 900;
    margin-bottom: 0;
}

.president-profile>div {
    text-align: right;
}

.president-history-link {
    color: var(--ms-muted);
    font-size: .9rem;
    font-weight: 400;
    text-decoration: none;
}

.president-history-link:hover {
    color: var(--ms-orange-dark);
    text-decoration: none;
}

.message-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.message-gallery img {
    border-radius: 8px;
    max-height: 140px;
    object-fit: cover;
}

.contact-modal .modal-content {
    border: 0;
    border-radius: 8px;
    box-shadow: 0 30px 80px rgba(23, 33, 47, .22);
    overflow: hidden;
}

.contact-modal .modal-header,
.contact-modal .modal-footer {
    border-color: var(--ms-line);
    padding: 24px 28px;
}

.contact-modal .modal-title {
    color: var(--ms-ink);
    font-size: clamp(1.45rem, 3vw, 2rem);
    font-weight: 900;
}

.contact-modal .modal-body {
    padding: 26px 28px;
}

.contact-intro {
    color: var(--ms-muted);
    margin-bottom: 22px;
}

.contact-form .form-label {
    color: var(--ms-ink);
    font-size: .9rem;
    font-weight: 800;
}

.contact-form .form-label span {
    color: var(--ms-orange-dark);
    font-size: .76rem;
    margin-left: .35rem;
}

.contact-form .form-control {
    border-color: #d8dee6;
    border-radius: 6px;
    min-height: 46px;
}

.contact-form textarea.form-control {
    min-height: 150px;
}

.contact-form .form-control:focus {
    border-color: var(--ms-orange);
    box-shadow: 0 0 0 .2rem rgba(240, 131, 0, .16);
}

.contact-form.contact-form-sent .contact-intro,
.contact-form.contact-form-sent .visually-hidden,
.contact-form.contact-form-sent .mb-3,
.contact-form.contact-form-sent .mb-0,
.contact-form.contact-form-sent .modal-footer .btn-primary-modern {
    display: none !important;
}

.contact-form.contact-form-sent .contact-alert {
    margin-bottom: 0;
}

.contact-form.contact-form-sent .modal-footer {
    justify-content: flex-end;
}

@media (max-width: 991.98px) {
    .navbar {
        min-height: 74px;
    }

    .navbar-collapse {
        border-top: 1px solid var(--ms-line);
        margin-top: 1rem;
        padding-top: .75rem;
    }

    .hero-section {
        padding: 70px 0 58px;
    }

    .section-pad {
        padding: 64px 0;
    }

    .slide-banner-panel.active,
    .carousel-item-next.slide-banner-panel,
    .carousel-item-prev.slide-banner-panel,
    .facility-panel,
    .cta-panel {
        display: block;
    }

    .slide-banner-carousel .carousel-inner,
    .slide-banner-panel {
        min-height: 570px;
    }

    .slide-banner-panel img,
    .facility-panel img {
        margin-top: 26px;
    }

    .cta-panel .btn {
        margin-top: 24px;
    }

    .side-nav-modern {
        position: static;
    }

    .access-card {
        grid-template-columns: 1fr;
    }

    .access-photo img {
        max-height: 260px;
    }

    .group-list-card,
    .contribution-card {
        grid-template-columns: 1fr;
    }

    .division-grid {
        grid-template-columns: 1fr;
    }

    .business-profile dl {
        display: block;
    }

    .business-profile dt {
        margin-top: 10px;
    }

    .alliance-scheme-callout {
        align-items: flex-start;
        flex-direction: column;
    }

    .property-detail-head {
        flex-direction: column;
    }

    .property-detail-head .tag-link {
        margin-left: 0;
    }

    .rent-anchor-head {
        align-items: flex-start;
        display: block;
    }

    .rent-anchor-grid {
        grid-template-columns: 1fr;
    }

    .group-list-logo {
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left;
    }

    .group-list-logo a {
        display: inline-block;
        max-width: 100%;
    }

    .group-list-logo img {
        max-width: 100%;
        width: 100%;
    }

    .group-list-logo-image img {
        max-width: 100%;
        width: 100%;
    }

    .group-list-logo-image {
        align-items: center;
        justify-content: center;
    }

    .group-list-logo-image a {
        margin-left: auto;
        margin-right: auto;
    }

    .group-list-capture-stack {
        width: 100%;
    }

    .group-list-capture-stack a {
        max-width: 100%;
        width: 100%;
    }

    .group-list-capture-stack img {
        width: 100%;
    }

    .group-list-logo-with-prefix {
        align-items: flex-start;
    }

    .group-list-logo-with-prefix span {
        text-align: left;
        width: auto;
    }

    .group-list-logo-with-prefix .vision-logo-prefix {
        align-self: flex-start;
        text-align: left;
        width: 100%;
    }

    .group-list-logo-kotobukien span,
    .group-list-logo-kotobukien a {
        width: 100%;
    }

    .group-list-logo img.kotobukien-logo-large {
        max-height: 220px;
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .hero-section h1 {
        font-size: clamp(1.35rem, 6.2vw, 1.7rem);
        line-height: 1.25;
        max-width: calc(100vw - 32px);
        overflow-wrap: anywhere;
    }

    .hero-line,
    .hero-line-main,
    .hero-line-tail {
        display: block;
    }

    .cta-panel .btn {
        width: 100%;
    }

    .business-card {
        gap: 14px;
        padding: 14px;
    }

    .business-card>img {
        flex-basis: 92px;
        height: 104px;
        width: 92px;
    }

    .facility-hero {
        background-position: 38% center;
        min-height: 390px;
        padding: 84px 0;
    }

    .facility-hero-content {
        margin-left: 24px;
        margin-right: 24px;
    }

    .facility-hero h2 {
        font-size: 1.75rem;
        white-space: normal;
    }

    .facility-title-main,
    .facility-title-tail {
        display: block;
    }

    .slide-banner-panel,
    .facility-panel,
    .cta-panel,
    .feature-card,
    .wide-card div,
    .coating-card {
        padding: 24px;
    }

    .slide-banner-panel {
        min-height: 470px;
    }

    .slide-banner-carousel .carousel-inner {
        min-height: 470px;
    }

    .slide-banner-panel img,
    .facility-panel img {
        height: 220px;
    }

    .contact-modal .modal-header,
    .contact-modal .modal-footer,
    .contact-modal .modal-body {
        padding-left: 20px;
        padding-right: 20px;
    }

    .contact-modal .modal-footer .btn {
        width: 100%;
    }

    .president-profile {
        align-items: flex-start;
    }

    .president-profile img {
        max-width: 150px;
    }

    .sub-hero {
        padding: 52px 0;
    }

    .page-shell {
        padding: 42px 0;
    }

    .content-card,
    .info-panel,
    .lead-panel {
        padding: 22px;
    }

    .info-table dl,
    .timeline-list dl {
        display: block;
    }

    .info-table dt,
    .timeline-list dt {
        border-bottom: 0;
        padding-bottom: 4px;
    }

    .info-table dd,
    .timeline-list dd {
        padding-top: 0;
    }
}
