.content01 {
    margin-top: 40px;
}

.content01__ttl {
    text-align: center;
}

.content__topics__wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
}

.content__topics {
    padding-top: 100px;
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
    padding-bottom: 100px;
}

.sub-ttl {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.sub-ttl a {
    text-decoration: underline;
    font-size: 20px;
}

.bus__info__content__txt {
    margin-top: 20px;
    font-size: 18px;
    line-height: calc(33.44 / 18);
}

.map_information {
    position: relative;
}

.map_information a {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 11;
    position: relative;
}

#pin_gateway {
    position: absolute;
    width: calc((68/900)*100%);
    height: calc((68/5467)*100%);
    top: calc((376/5467)*100%);
    left: calc((500/900)*100%);
    /* background-color: #f00; */
    z-index: 10;
}

#pin_lagent {
    position: absolute;
    width: calc((68 / 900) * 100%);
    height: calc((68 / 5467) * 100%);
    top: calc((1460 / 5467) * 100%);
    left: calc((440 / 900) * 100%);
    /* background-color: #f00; */
    z-index: 10;
}

#pin_hilton {
    position: absolute;
    width: calc((68 / 900) * 100%);
    height: calc((68 / 5467) * 100%);
    top: calc((2380 / 5467) * 100%);
    left: calc((460 / 900) * 100%);
    /* background-color: #f00; */
    z-index: 10;
}

#pin_lequ {
    position: absolute;
    width: calc((68 / 900) * 100%);
    height: calc((68 / 5467) * 100%);
    top: calc((3410 / 5467) * 100%);
    left: calc((400 / 900) * 100%);
    /* background-color: #f00; */
    z-index: 10;
}

#pin_churaumi {
    position: absolute;
    width: calc((68 / 900) * 100%);
    height: calc((68 / 5467) * 100%);
    top: calc((4680 / 5467) * 100%);
    left: calc((420 / 900) * 100%);
    /* background-color: #f00; */
    z-index: 10;
}

.google_calender {
    width: 100%;
    aspect-ratio: 800/600;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 375px) {
    .content01__ttl {
        text-align: center;
        margin: 0 -20px;
    }
}

.content01__ttl::before {
    content: "";
    background-image: url(../img/content01__ttl-l.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 19px;
    height: 19px;
    top: 4px;
    position: relative;
}

.content01__ttl::after {
    content: "";
    background-image: url(../img/content01__ttl-r.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 10px;
    height: 19px;
    top: 4px;
    position: relative;
}

.content01>img {
    margin-top: 40px;
    margin-bottom: 40px;
}

.content01__content02 {
    display: flex;
    margin-bottom: 80px;


}

.content01__content02-item {
    font-size: 2.5vw;
    text-align: center;
    line-height: calc(35/29);
    color: #3fa7f3;
    border: #3fa7f3 1px solid;
    filter: drop-shadow(3px 3px 0 #e6f3fb);
    background-color: #fff;
    width: calc((100% - 10px)/3);
    padding: 7px;
    line-height: calc(35/29);
    font-weight: 900;
}

.content01__content02-item:nth-child(2) {
    margin: 0 5px;
}

.content02 {
    margin-bottom: 60px;
    background-color: #e6f3fb;
    padding: 40px 20px;
    line-height: 1.5;
}

.news__ttl {
    text-align: center;
    font-size: 24px;
    color: #3fa7f3;
    margin-bottom: 20px;
    line-height: 1.5;
}

.news__list {}

.news__list>li {
    display: flex;
    font-size: 14px;
    line-height: 1.4;
    border-bottom: #3fa7f3 1px solid;
    padding-bottom: 14px;
    padding-top: 14px;
}

.news__list>li:first-child {
    border-top: #3fa7f3 1px solid;

}


.news__list__time {
    margin-right: 20px;
    color: #3fa7f3;
}

.news__list__txt {}

.content__margin {
    position: relative;
    top: -22px;
}

.content03 {
    background-color: #3fa7f3;
    margin: 0 -20px;
    padding: 0 20px 58px;
}

.content03__box {
    margin-top: 35px;
}

.content03__content__ttl {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.content03__txtarea {
    color: #fff;
    margin-top: 20px;
}


.content03__content__txt {
    line-height: calc(24/18);
}

.content04 {
    margin: 0 -20px;
    margin-top: 70px;
    overflow: hidden;
    margin-bottom: 120px;

}

.content04>img {
    width: 90%;
    display: block;
    margin: 0 auto;
    transform: translateX(calc(90%*0.121/2));
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 0;
}

.content04__info {
    display: flex;
    border-bottom: #3fa7f3 1px solid;
    border-left: #3fa7f3 1px solid;
    border-right: #3fa7f3 1px solid;
    margin: 0 20px;
}

.content04__info01 {
    border-top: #3fa7f3 1px solid;
}

.content04__info-l {
    font-size: 18px;
    background-color: #e6f3fb;
    min-width: 100px;
    width: 100px;

    display: flex;
    justify-content: center;
    align-items: center;
    border-right: #3fa7f3 1px solid;
    color: #3fa7f3;
    font-weight: 900;

}

.content04__info-r {
    font-size: 14px;
    line-height: 1.4;
    padding: 10px;

    word-break: break-all;
    /*  display: none; */
}

.content04__info-r>a {
    color: #000;
}


.content05 {
    background-color: #e6f3fb;
    margin: 0 -20px;
    padding-bottom: 58px;
}

.content05 img {
    /* padding-left: 20px; */
    width: 90%;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
}

.content06 {

    /*  margin-top: 70px; */

}

.content06__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 60px;
}

.content06__list>li {
    /* width: calc((100% - 40px)/2); */
    width: 100%;
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.content06__list>li:not(:nth-child(2n)) {
    margin-right: 24px;
}


.content06__list>li>img {
    width: 60%;
    display: block;
    margin: 0 auto;
}

.content06__list>li>.content06__list__img>img {
    /* width: 60%; */
    width: 30%;
    display: block;
    margin: 0 auto;
}

.content06__list__img {
    display: flex;
    margin-bottom: 20px;
}

.content06__list__ttl {
    font-weight: 600;
    margin-top: 14px;
    margin-bottom: 10px;
    line-height: 1.3;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.content06__list__txt {
    font-size: 14px;
    line-height: 1.5;
    margin-top: auto;
}

.content06__list__txt a {
    text-decoration: underline;
}

.content07 {
    margin-top: 120px;
    padding-bottom: 120px;
}

.content07__banner__wrap {
    margin: 0 -20px;
}

.content07__banner {}

.content07__banner-item {
    width: 280px;
    margin: 5px;
}

.slick-dots {
    position: absolute;
    bottom: -30px !important;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 14px !important;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #0080c6 !important;
}

.slick-dots li button:hover:before {
    color: #0080c6 !important;
}

.footer__txt {
    position: relative;
    color: #fff;
    margin-left: 10%;
    margin-right: 10%;
    padding-left: 1.5em;
    padding-right: 1.5em;
    line-height: 1.5;
    text-align: center;
}

.footer__txt::before {
    width: 3px;
    height: 2em;
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: rotate(-20deg) translateY(-50%);
    transform-origin: top left;
    border-radius: 10px;
}

.footer__txt::after {
    width: 3px;
    height: 2em;
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(20deg) translateY(-50%);
    transform-origin: top right;
    border-radius: 10px;
}

.topics01_img01 {
    margin-bottom: 30px;
}

.bus-stop_ttl {
    font-size: 23px;
    font-weight: 900;
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.4;
}

.bus-stop_ttl span {
    display: block;
    font-size: 18px;
    font-weight: normal;
}

.company-logo {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .company-logo {
        margin-top: 20px;
        width: 80%;
    }

    .bus-stop_ttl {
        font-size: 35px;
    }

    .bus-stop_ttl span {
        display: inline;
    }

    .bus__info__content__txt {
        margin-top: 25px;
        font-size: 18px;
        line-height: calc(33.44 / 18);
    }

    .sub-ttl a {
        text-decoration: underline;
        font-size: 29px;
    }

    .content__topics {
        max-width: 1200px;
        padding-top: 200px;
        padding-bottom: 200px;
    }

    .topics01_img01 {
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 60px;
    }

    .topics01_img02 {
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }

    .header__sp__wrap .header__sp {
        background-color: rgba(0, 40, 149, 0.8);
    }

    .header__sp__wrap.no-scroll .header__sp {
        background-color: transparent;
    }

    .content06__list>li>.content06__list__img>img {
        width: 47%;
    }

    .content06__list__img {
        display: block;
    }

    .footer__txt__wrap {
        text-align: center;
    }

    .footer__txt {
        position: relative;
        color: #fff;
        margin-left: 10%;
        margin-right: 10%;
        padding-left: 1.2em;
        padding-right: 1.2em;
        line-height: 1.5;
        text-align: center;
        font-size: 32px;
        margin-top: 100px;
        display: inline-flex;
        justify-content: center;
        font-weight: bold;
        letter-spacing: 1px;
    }

    .footer__txt::before {
        width: 5px;
        height: 1.3em;
        border-radius: 10px;
        content: "";
        display: block;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 50%;
        transform: rotate(-20deg) translateY(-40%);
        transform-origin: top left;
    }

    .footer__txt::after {
        width: 5px;
        height: 1.3em;
        border-radius: 10px;
        content: "";
        display: block;
        background-color: #fff;
        position: absolute;
        right: 0;
        top: 50%;
        transform: rotate(20deg) translateY(-40%);
        transform-origin: top right;
    }

    .content01 {
        margin-top: 92px;
    }

    .content01__ttl {
        text-align: center;
        font-size: 38px;
    }



    .content01__ttl::before {
        content: "";
        background-image: url(../img/content01__ttl-l.svg);
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        width: 25px;
        height: 50px;
        top: 14px;
        position: relative;
        margin-right: 70px;
    }

    .content01__ttl::after {
        content: "";
        background-image: url(../img/content01__ttl-r.svg);
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        width: 25px;
        height: 50px;
        top: 14px;
        position: relative;
        left: 50px;
    }

    @media screen and (max-width: 900px) {
        .content01__ttl::before {
            content: "";
            background-image: url(../img/content01__ttl-l.svg);
            background-repeat: no-repeat;
            background-size: contain;
            display: inline-block;
            width: 25px;
            height: 50px;
            top: 14px;
            position: relative;
            margin-right: 30px;
        }

        .content01__ttl::after {
            content: "";
            background-image: url(../img/content01__ttl-r.svg);
            background-repeat: no-repeat;
            background-size: contain;
            display: inline-block;
            width: 25px;
            height: 50px;
            top: 14px;
            position: relative;
            left: 10px;
        }
    }

    .content01>img {
        margin: 0 auto;
        margin-top: 54px;
        margin-bottom: 62px;
        max-width: 1231px;
        display: block;
    }

    .content01__content02 {
        margin: 0 auto;
        display: flex;
        margin-bottom: 124px;
        max-width: 1231px;


    }

    .content01__content02-item {
        font-size: 29px;
        text-align: center;
        line-height: calc(35/29);
        filter: drop-shadow(18px 18px 0 #e6f3fb);
        background-color: #fff;
        width: calc((100% - 10px)/3);
        padding: 40px 20px;
        line-height: calc(35/29);
        font-weight: 900;
    }

    @media screen and (max-width: 1020px) {
        .content01__content02-item {
            font-size: 20px;
        }
    }

    .content01__content02-item:nth-child(2) {
        margin: 0 30px;
    }

    .content02 {
        margin: 0 auto;
        margin-bottom: 60px;
        background-color: #e6f3fb;
        padding: 47px 20px 60px;
        max-width: 1200px;
    }

    .news__ttl {
        font-size: 38px;
        margin-bottom: 33px;
    }

    .news__list {
        max-width: 1012px;
        margin: 0 auto;
    }

    .news__list>li {
        display: flex;
        font-size: 14px;
        line-height: 1.4;
        border-bottom: #3fa7f3 1px solid;
        padding-bottom: 22px;
        padding-top: 22px;
        align-items: center;
    }

    .news__list>li:first-child {
        border-top: #3fa7f3 1px solid;

    }


    .news__list__time {
        margin-right: 45px;
        color: #3fa7f3;
        font-size: 24px;
        font-weight: 500;
    }

    .news__list__txt {
        font-size: 18px;
    }

    .content__margin {
        position: relative;
        top: -48px;
    }

    .content03 {
        background-color: #3fa7f3;
        margin: 0 -20px;
        padding: 0 20px 80px;

    }

    .content03__box {
        margin: 0 auto;
        margin-top: 100px;
        display: flex;
        flex-direction: row-reverse;
        max-width: 1199px;
        align-items: center;
    }

    .content03 img {
        width: calc((100% - 80px)/2);
        margin-left: 80px;
    }

    .content03__content__ttl {
        font-size: 46px;
        text-align: left;
        margin-bottom: 45px;
    }

    .content03__txtarea {
        color: #fff;
        margin-top: 0;
        width: calc((100% - 80px)/2);
    }


    .content03__content__txt {
        line-height: calc(24/18);
        font-size: 18px;
    }

    .content04 {
        margin: 0 -20px;
        margin-top: 110px;
        overflow: hidden;
        margin-bottom: 297px;

    }

    .content04>img {
        width: 90%;
        display: block;
        margin: 0 auto;
        transform: translateX(calc(90%*0.131/2));
        margin-top: 55px;
        margin-bottom: 68px;
        max-width: 1180px;
    }

    .content04__info__wrap {
        max-width: 1079px;
        margin: 0 auto;
        padding: 0 20px;
        width: 83.5%;
    }

    .content04__info {
        display: flex;
        border-bottom: #3fa7f3 1px solid;
        border-left: #3fa7f3 1px solid;
        border-right: #3fa7f3 1px solid;
        margin: 0 auto;


    }

    .content04__info01 {
        border-top: #3fa7f3 1px solid;
    }

    .content04__info-l {
        font-size: 36px;
        background-color: #e6f3fb;
        min-width: 236px;
        width: 236px;

        display: flex;
        justify-content: center;
        align-items: center;
        border-right: #3fa7f3 1px solid;
        color: #3fa7f3;
        font-weight: 900;

    }

    .content04__info-r {
        font-size: 29px;
        line-height: 1.4;
        padding: 10px;

        word-break: break-all;
        /*  display: none; */
    }

    .content04__info-r>a {
        color: #000;
    }


    .content05 {
        background-color: #e6f3fb;
        margin: 0 -20px;
        padding-bottom: 160px;
    }

    .content05 img {
        margin: 0 auto;
        padding-left: 20px;
        width: 100%;
        margin: 0 auto;
        display: block;
        margin-top: 20px;
        max-width: 1134px;
    }

    .content06 {

        /*     margin-top: 70px; */

    }

    .content06__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 1143px;
        margin: 0 auto;
        margin-top: 145px;
    }

    .content06__list>li {
        width: calc((100% - 168px*2)/3);
        /* display: flex; */
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 134px;
    }

    .content06__list>li:not(:nth-child(2n)) {
        margin-right: 0;
    }

    .content06__list>li:not(:nth-child(3n)) {
        margin-right: 168px;
    }


    .content06__list>li>img {
        width: 60%;
        display: block;
        margin: 0 auto;
        max-width: 127px;
    }

    .content06__list__ttl {
        font-weight: 600;
        margin-top: 40px;
        margin-bottom: 40px;
        line-height: 1.3;
        text-align: center;
        font-size: 24px;
        margin-left: 0;
        display: flex;
        justify-content: center;
    }

    @media screen and (max-width: 820px) {
        .content06__list__ttl {
            font-size: 21px;
        }
    }

    .content06__list__txt {
        font-size: 14px;
        line-height: 1.5;
        margin-top: auto;
    }

    .content07 {
        margin: 0 auto;
        margin-top: 120px;
        padding-bottom: 120px;
        max-width: 1154px;
    }

    .content07__banner__wrap {
        margin: 0 -20px;
    }

    .content07__banner {}

    .content07__banner-item {
        width: 280px;
        margin: 0 12.5px;
    }

    .slick-dots {
        position: absolute;
        bottom: -50px !important;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }

    .slick-dots li button:before {
        font-family: slick;
        font-size: 14px !important;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        content: '•';
        text-align: center;
        opacity: .25;
        color: #000;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .slick-dots li.slick-active button:before {
        opacity: 1 !important;
        color: #0080c6 !important;
    }

    .slick-dots li button:hover:before {
        color: #0080c6 !important;
    }


}

@media screen and (min-width: 1195px) {
    #banner__slilder {
        display: flex;
        justify-content: center;
    }
}