@charset "UTF-8";

body {
    font-size: 1.1764705882352942vw;
    color: #212121;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.88;
    position: relative;
}

html {
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 0.1em;
    overflow-x: hidden;
}

img {
    width: 100%;
    vertical-align: bottom;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

article {
    width: 85.29411764705883vw;
    margin: 0 auto;
}

.article {
    width: 85.29411764705883vw;
    margin: 0 auto;
}

li {
    list-style: none;
}

p {
    color: #212121;
}

.white {
    color: #FFFFFF;
}

.gray {
    color: #EEEEEE;
}

.dark_gray {
    color: #757575;
}

.inter {
    font-family: "Inter", sans-serif;
}

.view_btn {
    font-family: "Inter", sans-serif;
    color: #FFFFFF;
    font-size: 1.0294117647058822vw;
    border: 1px solid #fff;
    padding: 0.7352941176470588vw 2.941176470588235vw;
    text-decoration: none;
}

.title_flex {
    display: flex;
    justify-content: space-between;
}

@media(max-width:767px) {
    body {
        font-size: 4.102564102564102vw;
    }

    article {
        width: 84.61538461538461vw;
    }

    .view_btn {
        font-size: 3.5897435897435894vw;
        padding: 2.564102564102564vw 10.256410256410255vw;
    }
}

@media(max-width:767px) {

    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

}

/* MV */

.mv {
    width: 100vw;
}

.mv_pc {
    width: 100%;
}

/* facility-wrap */

.facility-wrap {
    background: linear-gradient(58deg, #212121 62.8%, #3D3D3D 81%, #8B8A8A 100.82%);
    padding: 21px 0;
    margin-top: -1px;

    section {
        background-color: #FFFFFF;
        width: 80.88235294117648vw;
        margin: 0 auto 2.941176470588235vw;
        padding: 2.941176470588235vw 0 4.411764705882353vw;

        h2 {
            font-size: 3.088235294117647vw;
            color: #FF7742;
            font-weight: 300;
            display: flex;
            align-items: center;
            width: 68.08823529411765vw;
            margin: 0 auto 2.2058823529411766vw;
            padding: 0 3.4558823529411766vw 1.8382352941176472vw;
            border-bottom: 1px dotted var(--System-Gray-400, #9e9e9e);

            img {
                width: 6.838235294117648vw;
                margin-right: 1.1764705882352942vw;
            }
        }

        .explanation {
            ul {
                width: 69.19117647058823vw;
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                margin: 0 auto;
            }

            li {
                width: 21.691176470588236vw;
                text-align: left;
                margin-bottom: 2.2058823529411766vw;

                &:last-child {
                    margin-bottom: 2.941176470588235vw;
                }

                img {
                    margin-bottom: 1.0294117647058822vw;
                }

                h3 {
                    margin-bottom: 0.5882352941176471vw;
                    letter-spacing: normal;
                    color: #000;
                    font-size: 1.1764705882352942vw;
                }

                p {
                    font-size: 1.0294117647058822vw;
                }
            }
        }

        .swiper-container {
            position: relative;

            .facility_sec01-slider {
                width: 67.27941176470588vw;
                margin: 0 auto;

                li {
                    width: 12.5vw;
                }
            }

            /* 矢印のクリック範囲など */
            .splide__arrow {
                background-color: transparent;
                /* ボタンの背景を透明にする */
                height: 3.6764705882352944vw;
                transition: .2s;
                width: 3.6764705882352944vw;
            }

            .swiper-button-next:after,
            .swiper-button-prev:after {
                opacity: 0;
            }

            .swiper-button-next {
                right: 2.2058823529411766vw;
            }

            .swiper-button-prev {
                left: 2.2058823529411766vw;
            }

            /* 矢印共通のスタイル */
            .splide__arrow::before {
                background-repeat: no-repeat;
                background-size: contain;
                bottom: 0;
                content: "";
                height: 3.6764705882352944vw;
                left: 0;
                margin: auto;
                position: absolute;
                top: 0;
                width: 3.6764705882352944vw;
            }

            /* 前の矢印 */
            .facility_sec01-next01::before {
                background-image: url(../img/facility/slider_next-btn.svg);
            }

            /* 次の矢印 */
            .facility_sec01-prev01::before {
                background-image: url(../img/facility/slider_prev-btn.svg);
            }

            /* 次のスライドが無い場合の矢印 */
            .splide__arrow:disabled::before {
                opacity: .5;
            }
        }
    }
}

section.sec04 {
    margin: 0 auto 0;
    padding: 2.941176470588235vw 0 0;
}

.ti-header.source-Google {
    display: none !important;
}

.more_center {
    margin: 20px 0;
}


@media(max-width:767px) {

    .facility-wrap {
        padding: 20px 0;

        section {
            width: 87.17948717948718vw;
            margin: 0 auto 10.256410256410255vw;
            padding: 5.128205128205128vw 0 10.256410256410255vw;

            h2 {
                font-size: 6.41025641025641vw;
                width: 74.87179487179488vw;
                margin: 0 auto 6.666666666666667vw;
                padding: 0 6.153846153846154vw 3.8461538461538463vw;
                letter-spacing: 0;
                text-align: left;

                img {
                    width: 15.384615384615385vw;
                    margin-right: 4.102564102564102vw;
                }
            }

            .explanation {
                .sec01-slider_wrap {
                    position: relative;
                    width: 67.94871794871796vw;
                    margin: 0 auto 23.076923076923077vw;

                    ul {
                        flex-wrap: nowrap;
                    }

                    h3 {
                        margin-bottom: 1.282051282051282vw;
                        font-size: 4.145vw;
                    }

                    p {
                        font-size: 3.5897435897435894vw;
                    }

                    .swiper-horizontal>.swiper-pagination-bullets,
                    .swiper-pagination-bullets.swiper-pagination-horizontal,
                    .swiper-pagination-custom,
                    .swiper-pagination-fraction {
                        bottom: -7.6923076923076925vw !important;
                    }

                    /* ページネーションのサイズと色 */
                    .swiper-pagination-bullet {
                        background-color: #212121;
                        height: 1.5384615384615385vw;
                        width: 1.5384615384615385vw;
                    }
                }
            }

            .swiper-container {
                .facility_sec01-slider {
                    width: 78.2051282051282vw;
                    margin: 0 auto;
                }

                /* 矢印のクリック範囲など */
                .splide__arrow {
                    height: 7.435897435897436vw;
                    width: 7.435897435897436vw;
                }

                .swiper-button-next {
                    right: 2.2058823529411766vw;
                }

                .swiper-button-prev {
                    left: 2.2058823529411766vw;
                }

                /* 矢印共通のスタイル */
                .splide__arrow::before {
                    background-repeat: no-repeat;
                    background-size: contain;
                    bottom: 0;
                    content: "";
                    height: 7.435897435897436vw !important;
                    left: 0;
                    margin: auto;
                    position: absolute;
                    top: 50%;
                    width: 7.435897435897436vw !important;
                }
            }
        }
    }
}

.sec02 {

    .facility_sec02-slider {
        width: 67.27941176470588vw;
        margin: 0 auto;
    }

    /* 前の矢印 */
    .facility_sec02-next01::before {
        background-image: url(../img/facility/slider_next-btn.svg);
    }

    /* 次の矢印 */
    .facility_sec02-prev01::before {
        background-image: url(../img/facility//slider_prev-btn.svg);
    }
}

@media(max-width:767px) {

    .sec02 {
        .explanation {
            .sec02-slider_wrap {
                position: relative;
                width: 67.94871794871796vw;
                margin: 0 auto 23.076923076923077vw;

                ul {
                    flex-wrap: nowrap;
                }

                h3 {
                    margin-bottom: 1.282051282051282vw;
                    font-size: 4.145vw;
                }

                p {
                    font-size: 3.5897435897435894vw;
                }

                .swiper-horizontal>.swiper-pagination-bullets,
                .swiper-pagination-bullets.swiper-pagination-horizontal,
                .swiper-pagination-custom,
                .swiper-pagination-fraction {
                    bottom: -7.6923076923076925vw !important;
                }

                /* ページネーションのサイズと色 */
                .swiper-pagination-bullet {
                    background-color: #212121;
                    height: 1.5384615384615385vw;
                    width: 1.5384615384615385vw;
                }
            }
        }

        .swiper-container {
            .facility_sec02-slider {
                width: 78.2051282051282vw;
                margin: 0 auto;
            }

            /* 矢印のクリック範囲など */
            .splide__arrow {
                height: 7.435897435897436vw;
                width: 7.435897435897436vw;
            }

            .swiper-button-next {
                right: 2.2058823529411766vw;
            }

            .swiper-button-prev {
                left: 2.2058823529411766vw;
            }

            /* 矢印共通のスタイル */
            .splide__arrow::before {
                background-repeat: no-repeat;
                background-size: contain;
                bottom: 0;
                content: "";
                height: 7.435897435897436vw !important;
                left: 0;
                margin: auto;
                position: absolute;
                top: 50%;
                width: 7.435897435897436vw !important;
            }
        }
    }
}

.sec03 {

    .facility_sec03-slider {
        width: 67.27941176470588vw;
        margin: 0 auto;
    }

    /* 前の矢印 */
    .facility_sec03-next01::before {
        background-image: url(../img/facility/slider_next-btn.svg);
    }

    /* 次の矢印 */
    .facility_sec03-prev01::before {
        background-image: url(../img/facility//slider_prev-btn.svg);
    }
}

@media(max-width:767px) {

    .sec03 {
        .explanation {
            .sec03-slider_wrap {
                position: relative;
                width: 67.94871794871796vw;
                margin: 0 auto 23.076923076923077vw;

                ul {
                    flex-wrap: nowrap;
                }

                h3 {
                    margin-bottom: 1.282051282051282vw;
                    font-size: 4.145vw;
                }

                p {
                    font-size: 3.5897435897435894vw;
                }

                .swiper-horizontal>.swiper-pagination-bullets,
                .swiper-pagination-bullets.swiper-pagination-horizontal,
                .swiper-pagination-custom,
                .swiper-pagination-fraction {
                    bottom: -7.6923076923076925vw !important;
                }

                /* ページネーションのサイズと色 */
                .swiper-pagination-bullet {
                    background-color: #212121;
                    height: 1.5384615384615385vw;
                    width: 1.5384615384615385vw;
                }
            }
        }

        .swiper-container {
            .facility_sec03-slider {
                width: 78.2051282051282vw;
                margin: 0 auto;
            }

            /* 矢印のクリック範囲など */
            .splide__arrow {
                height: 7.435897435897436vw;
                width: 7.435897435897436vw;
            }

            .swiper-button-next {
                right: 2.2058823529411766vw;
            }

            .swiper-button-prev {
                left: 2.2058823529411766vw;
            }

            /* 矢印共通のスタイル */
            .splide__arrow::before {
                background-repeat: no-repeat;
                background-size: contain;
                bottom: 0;
                content: "";
                height: 7.435897435897436vw !important;
                left: 0;
                margin: auto;
                position: absolute;
                top: 50%;
                width: 7.435897435897436vw !important;
            }
        }
    }
}


.sec04 {

    .facility_sec04-slider {
        width: 67.27941176470588vw;
        margin: 0 auto;
    }

    /* 前の矢印 */
    .facility_sec04-next01::before {
        background-image: url(../img/facility/slider_next-btn.svg);
    }

    /* 次の矢印 */
    .facility_sec04-prev01::before {
        background-image: url(../img/facility//slider_prev-btn.svg);
    }
}

@media(max-width:767px) {

    .sec04 {
        .explanation {
            .sec04-slider_wrap {
                position: relative;
                width: 67.94871794871796vw;
                margin: 0 auto 23.076923076923077vw;

                ul {
                    flex-wrap: nowrap;
                }

                h3 {
                    margin-bottom: 1.282051282051282vw;
                    font-size: 4.145vw;
                }

                p {
                    font-size: 3.5897435897435894vw;
                }

                .swiper-horizontal>.swiper-pagination-bullets,
                .swiper-pagination-bullets.swiper-pagination-horizontal,
                .swiper-pagination-custom,
                .swiper-pagination-fraction {
                    bottom: -7.6923076923076925vw !important;
                }

                /* ページネーションのサイズと色 */
                .swiper-pagination-bullet {
                    background-color: #212121;
                    height: 1.5384615384615385vw;
                    width: 1.5384615384615385vw;
                }
            }
        }

        .swiper-container {
            .facility_sec03-slider {
                width: 78.2051282051282vw;
                margin: 0 auto;
            }

            /* 矢印のクリック範囲など */
            .splide__arrow {
                height: 7.435897435897436vw;
                width: 7.435897435897436vw;
            }

            .swiper-button-next {
                right: 2.2058823529411766vw;
            }

            .swiper-button-prev {
                left: 2.2058823529411766vw;
            }

            /* 矢印共通のスタイル */
            .splide__arrow::before {
                background-repeat: no-repeat;
                background-size: contain;
                bottom: 0;
                content: "";
                height: 7.435897435897436vw !important;
                left: 0;
                margin: auto;
                position: absolute;
                top: 50%;
                width: 7.435897435897436vw !important;
            }
        }
    }
}