@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.div-head-image {
    background-image: linear-gradient(17deg, #fdb7b9 19%, #f8e4db 19%, #f8e4db 36%, #badfd7 36%, #badfd7 79%, #60bfc1 79%);
    background-size: 100% 220px;
    background-repeat: no-repeat;
    --circle-cardis-top: 190px;
    height: calc(var(--circle-cardis-top) + 16.5em);
}

.m-nav-local {
    background-color: initial;
}

.head-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}

.head-div-title {
    margin-top: 1em;
    text-align: center;
    color: #0367da;
}

.head-div-title-description {
    margin-top: 1em;
    margin-bottom: 1em;
    width: 77%;
    text-align: center;
    color: #5391fd;
}

.circle-cards {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
    top: var(--circle-cardis-top);
    position: absolute;
}

.triangle {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.triangle-left {
    border-right: 15px solid #a7bbff;
    margin-right: 1vw;
}

.triangle-right {
    border-left: 15px solid #a7bbff;
    margin-left: 1vw;
}

.circles {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 1vh 0 1vh;
}

#dynamic-circles {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.circle-card {
    margin-left: 1vw;
    margin-right: 1vw;
    height: 110px;
    width: 110px;
}

.circle-card img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgb(46, 205, 243);
    filter: Alpha(opacity=50); /*兼容用*/
    opacity: 0.4
}

.circles .current {
    height: 170px;
    width: 170px;
}

.circles .current img {
    opacity: 1
}

.circle-card-description {
    margin-top: 1vw;
    margin-bottom: 1vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.circle-card-description > .current {
    display: block;
}

.circle-card-description-lace-l {
    margin-left: 2vh;
    border-bottom: 1px solid #ABCDFEFF;
    width: 35%;
}

.circle-card-description-content {
    color: #1360b1;
    font-weight: bolder;
    display: none;
    font-size: 18px;
}

.circle-card-description-lace-r {
    margin-right: 2vh;
    border-bottom: 1px solid #ABCDFEFF;
    width: 35%;
}


/*====== ====== ====== ====== ====== ====== ====== ======*/

@media (min-width: 1200px) {
    .mid-width {
        max-width: 1180px;
    }
}

.circle-card-tags {
    height: 7.5em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5vh;
}

.circle-card-tags > .circle-card-tag:last-child {
    margin-right: 0;
}

.circle-card-tag {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
    margin-right: 1vw;
}

.circle-card-tag-img {
    background-color: #d3d3d3;
    height: 74%;
    width: 100%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle-card-tag-img > img {
    height: 3vw;
}

.circle-card-tags .current > .circle-card-tag-img {
    background-color: #0661b1;
}

.circle-card-tag-line {
    position: absolute;
    display: none;
    width: 14%;
    height: 7%;
    border-radius: 9px;
    background-color: #487cbc;
    bottom: 0;
}

.circle-card-tags > .current > .circle-card-tag-line {
    display: block;
}

.circle-card-tags-description {
    background-color: #0661b1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1vh;
    height: 100%;
    min-height: 100px;
}

#circle-card-tags-description-p {
    color: white;
    text-align: center;
    font-size: 18px;
    margin: 1em;
    line-height: 1.5em;
}

/*====== ====== ====== ====== ====== ====== ====== ======*/
.circle-content {
    margin-top: 50px;
    margin-bottom: 1em;
}

.circle-content p {
    line-height: 2em!important;
}

/*====== ====== ====== ====== ====== ====== ====== ======*/

.bottom {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom-ele {
    margin: 3vw 0 3.5vw 0;
    background-color: #ffeec9;
    border: 1px solid #facd91;
    border-radius: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bottom-ele-title {
    font-weight: bolder;
    font-size: 16px;
    margin: 1.1em 0 0.4em;
}

.bottom-ele-content-row {
    display: flex;
    align-items: center;
    margin-bottom: 0.5em;
    font-size: 16px;
}

.ele-content-point-div {
    display: flex;
    margin: 0.5em 0.6em;
    flex-direction: column;
}

.ele-content-point {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: black;
    margin: 1px;
}

/*====== ====== ====== ====== ====== ======*/

@media (max-width: 768px) {

    .head-div {
        font-weight: bolder;
    }

    .div-head-image {
        height: 220px;
    }

    .head-div-title {
        margin-top: 1em;
        font-size: 20px;
    }

    .head-div-title-description {
        font-size: 12px;
        width: 93%;
    }

    .m-circle-cards {
        --left: -16vw;
        margin-top: 1.5vh;
        height: 22vh;
        width: calc(96vw - var(--left) + 1px);
        position: relative;
        left: var(--left);
    }

    .m-circle-cards .circle-swiper {
        height: 115%;
    }

    .circle-card {
        --circle-card-img-size: 25vw;
        margin: 2vh 0 0;
        height: calc(var(--circle-card-img-size) + 15vw);;
        display: flex;
        align-items: center;
    }

    #m-dynamic-circles .current {
        position: absolute;
        left: -10vw;
    }

    #m-dynamic-circles .current img {
        width: calc(var(--circle-card-img-size) + 22vw);
        height: calc(var(--circle-card-img-size) + 22vw);
        opacity: 1
    }

    .circle-card img {
        width: var(--circle-card-img-size);
        height: var(--circle-card-img-size);
    }

    .mid-width {
        max-width: 1180px;
    }

    .circle-card-description {
        display: block;
        width: 100%;
        margin-top: 4vh;
    }

    .circle-card-description-content {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        font-size: 18px;
        text-align: center;
    }

    .circle-card-tags {
        height: auto;
        margin-bottom: 0.5vh;
        display: flex;
        align-items: center;
        flex-flow: row wrap;
        justify-content: flex-start;
    }

    .circle-card-tag {
        flex: none;
        margin: 1vw 1vw 2vw;
        width: 21vw;
    }

    .circle-card-tag-img > img {
        height: 18vw;
    }

    .circle-card-tag-line {
        bottom: -1vh;
        width: 28%;
    }

    .circle-card-tags > .circle-card-tag:last-child {
        margin-right: auto;
    }

    .circle-card-tags-description {
        height: 100%;
        min-height: 11.5em;
    }

    .circle-card-tags-description > p {
        font-size: 100%;
    }

    .bottom {
        margin-bottom: 1vw;
    }


}
