
.facility__columns{
    display: flex;
    justify-content: space-between;
}

.facility__columns+.facility__columns{
    margin-top: 120px;
}

.facility__imgs{
    flex-basis: 64.6%;
    max-width: 64.5%;
    max-height: 670px;
}

.facility__imgs img{
    border-radius: 15px;
}

.facility__txt{
    position: relative;
    flex-basis: 30.16%;
    max-width: 30.16%;
    box-sizing: border-box;
    padding-bottom: 40px;
}

.facility__slider {
    margin-bottom: 32px;
}

.facility__nav .slick-track{
    margin: 0;
}

.facility__nav .slick-slide{
    margin: 0 12px;
}

.facility__nav img{
    cursor: pointer;
}

.facility__headline{
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 1.75;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 24px;
}

.facility__read {
    letter-spacing: 0.02em;
    font-size: 1.5rem;
}

@media screen and (min-width: 1001px){
    .facility__top__link{
        position: absolute;
        right: 0;
        bottom: 0;
    }
}

.lower_top_link{
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.lower_top__ico {
    aspect-ratio: 1 / 1;
    width: 21px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 21px;
    overflow: clip;
    background-color: #222;
}

.lower_top__ico .image {
    display: block;
    width: 6px;
    height: auto;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(216deg) brightness(101%) contrast(102%);
    transform: rotate(-90deg) translate(10%, 0%);
}

.lower_top__txt{
    font-family: 'Kumbh Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: 0.8px;
    color: #222222;
}

.facility__btn{
    margin-top: 40px;
}

.lower_btn__link{
    font-family: 'Zen Kaku Gothic Antique';
    font-style: normal;
    font-weight: 700;
    font-size: 1.8rem;
    color: #FFFFFF;
    text-align: center;
    width: 328px;
    background: #69BA4F;
    border-radius: 50px;
    box-sizing: border-box;
    padding: 13px 5px;
}

@media screen and (max-width: 1200px) {
    .lower_btn__link {
        width: 280px;
    }
}

@media screen and (max-width: 1000px){
    .facility__columns{
        display: block;
    }

    .facility__columns+.facility__columns{
        margin-top: 80px;
    }

    .facility__imgs{
        max-width: 600px;
        max-height: 522px;
    }

    .facility__txt{
        margin-top: 32px;
        max-width: 100%;
        padding-bottom: 0px;
    }

    .facility__slider {
        margin-bottom: 24px;
    }

    .facility__nav .slick-slide{
        margin: 0 6px;
    }

    .facility__headline{
        font-size: 2.2rem;
        margin-bottom: 16px;
    }

    .facility__top__link{
        margin-top: 32px;
    }

    .lower_top__ico .image{
        transform: rotate(-90deg) translate(10%, 0%);
    }

    .facility__btn{
        margin-top: 32px;
    }

    .lower_btn__link{
        font-size: 1.6rem;
        width: 235px;
        padding: 10px 4px;
    }
}

@media screen and (max-width: 500px){
    .facility__nav .slick-slide{
        margin: 0 4px;
    }
    .facility__imgs{
        max-height: 300px;
    }

}


.exchange_floor {
    margin-top: 120px;
}

.exchange_floor__wrap{
    display: flex;
    justify-content: space-between;
    padding: 48px 64px;
    background: #D9C7B699;
    border-radius: 20px;
}

.exchange_floor__wrap+.exchange_floor__wrap{
    margin-top: 46px;
}

.exchange_floor__txt {
    flex-basis: 233px;
}

.exchange_floor__map {
    flex: 1;
}

@media screen and (min-width: 1200px) {
    .exchange_floor__wrap {
        height: 670px;
    }

    .exchange_floor__map.--2f {
        max-width: 722px;
        margin: auto;
    }
}


@media screen and (max-width: 1200px) {
    .exchange_floor__wrap {
        padding: 48px;
        gap: 20px;
    }
}

.exchange_floor__headline{
    display: flex;
    align-items: center;
    gap: 16px;
}

.exchange_floor__headline__main{
    font-style: normal;
    font-weight: 500;
    font-size: 3rem;
    line-height: 200%;
    letter-spacing: 0.02em;
    color: #222222;
}

.exchange_floor__num{
    display: flex;
    aspect-ratio: 1/1;
    width: 56px;
    height: auto;
    font-style: normal;
    font-weight: 500;
    font-size: 3rem;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #222;
}

.exchange_floor__list{
    margin-top: 26px;
}

.exchange_floor__item{
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.75;
    color: #222222;
    padding-bottom: 4px;
    width: fit-content;
}
.exchange_floor__item::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    display: block;
    height: 1px;
    background-image: repeating-linear-gradient(
        to right,
        #222222 0,
        #222222 2px,
        transparent 2px,
        transparent 6px
    );
}

.exchange_floor__item+.exchange_floor__item{
    margin-top: 8px;
}

.exchange_floor__attention{
    margin-top: 40px;
    font-style: normal;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.75;
    color: #222222;
}

.exchange_floor__attention_eng{
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.75;
    color: #222222;
}


@media screen and (max-width: 1000px){
    .exchange_floor{
        margin-top: 80px;
    }

    .exchange_floor__wrap {
        flex-direction: column;
        padding: 32px 20px;
        gap: 0;
    }

    .exchange_floor__wrap+.exchange_floor__wrap{
        margin-top: 40px;
    }

    .exchange_floor__headline{
        gap: 8px;
    }

    .exchange_floor__headline__main{
        font-size: 2.4rem;
    }

    .exchange_floor__num{
        width: 48px;
        font-size: 2.4rem;
    }

    .exchange_floor__list{
        margin-top: 20px;
    }

    .exchange_floor__item+.exchange_floor__item{
        margin-top: 6px;
    }

    .exchange_floor__item{
        font-size: 1.8rem;
    }

    .exchange_floor__attention{
        margin-top: 32px;
    }

    .exchange_floor__map{
        margin-top: 32px;
    }
}