@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.sec1 {
    margin-top: -4.469vw;
}

.sec2 {
    margin-top: -6.593vw;
}

.sec2 > img {
    width: 100%;
}

.sec3_ttl_wrap {
    width: 70%;
    margin: auto;
}

h2 {
    color: #6C584C;
    font-family: Raleway;
    font-size: 1.172vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.11vw;
}

span.en {
    font-family: Raleway;
    font-size: 3.077vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.11vw;
    display: block;
}

span.en::first-letter {
    color: #398D78;
}

.map_wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-width: 25.641vw;
}

.map_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.slide_2 {
    position: relative;
    margin-top: 4.396vw;
    padding-bottom: 3.663vw;
}

.swiper-wrapper {
    display: flex;
    align-items: flex-end; /* 下に寄せる */
}

.swiper-container {
    padding-bottom: 1.465vw;
}

span.swiper-pagination-bullet {
    background: transparent;
    border: solid 1px #71D7CB;
    width: 0.806vw;
    height: 0.806vw;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #71D7CB;
    border: solid 1px #71D7CB;
}

.sec4 {
    padding: 7.326vw 0 14.652vw;
}

.sec4_inner {
    width: 79.927vw;
    margin: auto;
}

.map_wrap {
    position: relative;
    width: 47.985vw;
    height: 25.055vw;
    margin: 70px auto 0;
    overflow: hidden;
}

@media(max-width:767px) {
    .sec2 {
        margin-top: -45px;
    }
    .sec3_ttl_wrap {
        width: 90%;
        margin: auto;
    }
    span.en {
        font-family: Raleway;
        font-size: 8.205vw;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0;
        display: block;
    }
    .sec3 {
        padding: 60px 0 0;
    }
    .map_wrap {
        position: relative;
        width: 48.599vw;
        height: 49.555vw;
        margin: 70px auto 0;
        overflow: hidden;
    }
    .sec4 {
        padding: 100px 0 100px;
    }
}