#hero.slider {
    position: relative;
    width: 100%;
    height: clamp(600px, 80vh, 800px);
    overflow: hidden;
}

#hero .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#hero .slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#catchphrase .lead {
    font-size: clamp(2.6rem, 3.5vw, 3rem);
}

#concept .text-content {
    width: 60%;
}

#concept h2 {
    margin-bottom: 1.5em;
}

#concept strong {
    display: block;
    margin-bottom: 2rem;
}

#concept .btn {
    margin-top: 6rem;
}


#concept .img-wrap {
    width: 40%;
    position: relative;
    z-index: 0;
}

#concept .absolute {
    position: absolute;
    z-index: 10;
    top: calc(100% - 7rem);
    right: 60%;
    width: 60%;
}

#features li {
    background-color: #fff;
    width: 24%;
    padding-inline: min(3vw, 2rem);
    padding-block: 2rem 4rem;
}

#features li span {
    text-align: start;
    display: block;
    color: var(--c-sub);
    font-size: 2.5rem;
    font-weight: 500;
}

#features li img {
    height: 10rem;
    width: auto;
    margin-bottom: 3rem;
}

#features h3 {
    font-size: clamp(1.5rem, 1.5vw, 1.6rem);
    margin-bottom: .5rem;
}

#features p {
    font-size: 1.3rem;
    line-height: 1.5em;
}

#menu .intro img {
    margin-bottom: 3rem;
}

#menu .intro {
    max-width: 800px;
    margin-inline: auto;
    margin-bottom: 10rem;
}

#menu .list {
    row-gap: 6rem;
}

#menu .list>li {
    background-color: var(--c-bg);
    width: 48.5%;
    padding-block: 2rem;
    padding-inline: min(3vw, 3rem);
}

#menu .list ul {
    flex-wrap: wrap;
    row-gap: 1rem;
    margin-top: 1rem;
}

#menu .list li li {
    background-color: #fff;
    padding-block: .3rem;
}

#menu .parts li {
    width: 32%;
}

#menu .btn {
    margin-top: 6rem;
}

.slider-container {
    width: 100vw;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

.slide-track {
    display: flex;
    padding: 0;
    margin: 0;
}

.slide-track li {
    flex: 0 0 auto;
    width: 20vw;
    list-style: none;
    padding-left: 1.5rem;
}

@media screen and (max-width:992px) {
    .slide-track li {
        width: 40vw;
    }
}

.slide-track img {
    width: 100%;
    height: auto;
    display: block;
}

#access h2 {
    margin-bottom: 1.5em;
}

#access>div>div {
    column-gap: 4rem;
    row-gap: 3rem;
}

#access .img-wrap {
    width: 40%;
    gap: 2rem;
}

#access .text-content {
    width: 60%;
}

#access .logo {
    width: clamp(120px, 25vw, 150px);
    margin-inline: auto;
    display: block;
    padding-bottom: 3rem;
}

#access dl {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: min(3vw, 3rem);
    border-top: var(--border);
    padding-top: 4rem;
}

#access dt {
    font-weight: 400;
}

#access dd {
    grid-column: 2;
    margin-bottom: 1.5rem;
}

#access dd.last {
    margin-bottom: 0;
}

.map {
    aspect-ratio: 16/9;
    margin-top: 12rem;
    overflow: hidden;
}

.map iframe {
    width: 100%;
    height: 100%;
}

@media screen and (max-width:992px) {
    .btn {
        margin-inline: auto;
    }

    #top-page main .flex.flex-column-sp>*,
    #top-page main .flex.flex-column-re-sp>* {
        width: 100%;
    }

    #concept .img-wrap {
        position: relative;
        width: 100%;
        margin-bottom: 6rem;
    }

    #concept .base {
        margin-left: auto;
        width: 80%;
        display: block;
    }

    #concept .absolute {
        position: absolute;
        bottom: -3rem;
        width: 40%;
        top: auto;
    }

    #concept strong {
        text-align: center;
    }

    #concept h2 {
        margin-bottom: 1em;
    }

    #concept div:has(>p) {
        text-align: start;
    }

    #concept br {
        display: none;
    }

    #features ul {
        max-width: 300px;
        margin-inline: auto;
        gap: 5rem;
    }

    #menu p {
        text-align: start;
    }

    #menu br {
        display: none;
    }

    #menu .parts li {
        width: 48.5%;
    }

    
#access h2 {
    margin-bottom: 1em;
}

    .map {
        margin-top: 6rem;
        aspect-ratio: 1 / 1;
    }
}