.page-home #sp_nav{
    z-index: 10;
    background: transparent;
    box-shadow: none;
}


.parallax{
    position: relative;
    transform: translateY(0);
    transition: all 0.5s ease-out;
}

#movie{
    position: relative;
    background: url("/assets/images/home/movie_bg.jpg") no-repeat center 0;
    background-size: 100% auto;
    padding-top: 50px;
    padding-bottom: 200px;
    margin-bottom: -200px;
}
#movie:after{
    content:"";
    width: 100%;
    height: 300px;
    position: absolute;
    left:0;
    bottom:0;
    /* したから上に消えていく白のグラデーション*/
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);

}
#movieContentInner{
    box-sizing: content-box;
    border: 15px solid #FFFFFF;
    border-right-width: 13px;
    border-radius: 5px;
    position: relative;
    width: 720px;
    height: 405px;
    margin: 0 auto;
    z-index: 1;
}
#movieContentInner:after{
    position: absolute;
    right:0;
    top: 0px;
    width: 2px;
    height: 101%;
    content:"";
    display: inline-block;
    background-color: #FFFFFF;
    z-index: 5;
}
#movie iframe,
#movie button{
    position: absolute;
    width: 720px;
    height: 405px;
    left: 0;
    top: 0;
}
#movie button video{
    position: absolute;
    width: 720px;
    height: 405px;
    left: 0;
    top: 0;
}
#movie button{
    -webkit-appearance: none;
    appearance: none;
    border:none;

    position: relative;
    margin: 0;
    padding: 0;
    z-index: 1;
    cursor: pointer;
}
#movie button video{
    z-index: 2;
}
#movie button span{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 10;
}
#movie button img{
    width: 150px;
    height: 150px;
    z-index: 11;
}

@media (max-width: 768px) {

    #movie{
        background: url("/assets/images/home/movie_bg_sp.jpg?v=2") no-repeat center 0;
        background-size: 100% auto;
        padding-top: 0;
        padding-bottom: 150px;
        margin-bottom: -150px;
    }
    #movie:after{
        height: 120px;
        display: none;
    }

    #movie .section-header{
        padding: 30px 0 20px;
    }

    #movieContentInner{
        border: 6px solid #FFFFFF;
        border-right-width: 4px;
        border-radius: 5px;
        width: 84vw;
        height: 47vw;
    }
    #movie iframe,
    #movie button{
        width: 84vw;
        height: 47vw;
    }
    #movie button video{
        width: 84vw;
        height: 47vw;
    }
    #movie button{}
    #movie button video{}
    #movie button span{
        width: 100%;
        height: 100%;
    }
    #movie button img{
        width: 55px;
        height: 55px;
        z-index: 11;
    }

}



#mv{
    position: relative;
    width: 100vw;  /* 全幅を使う */
    height: 100dvh;
    margin-top: -82px;
    overflow-block: hidden;
}
#mv:before{
    z-index: 1;
    position: absolute;
    content:"";
    width: 100vw;
    height: 300px;
    top:0;
    left:0;
    background: linear-gradient(180deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%);
}
#mv:before{
    z-index: 1;
    position: absolute;
    content:"";
    width: 0;
    height: 0;
    top:0;
    left:0;
    background: transparent;
    border-style: solid;
    border-width: 30vh 15vh;
    border-color: rgba(255,255,255,.5) transparent transparent rgba(255,255,255,.5);
}
#mv:after{
    z-index: 1;
    position: absolute;
    content:"";
    width: 0;
    height: 0;
    right:0;
    bottom:0;
    background: transparent;
    border-style: solid;
    border-width: 30vh 15vh;
    border-color:transparent rgba(55, 140, 196,.5) rgba(55, 140, 196,.5) transparent;
}
#mv .inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    width: 1100px;
    z-index: 2;

}
#maincopy{
    line-height: 1.25;
    font-weight: 500;
    font-family: Jost,sans-serif
}
#maincopy img{
    width: 32vw;
    height: auto;
    margin-bottom: 50px;
}
#maincopy span{
    display: inline-block;
    margin: 7px 0;
    padding: 2px 18px 0;
    color: #FFF739;
    font-size: 81px
}
#mv h2{
    font-size: 25px;
    color: #FFFFFF;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-left: 5px;
}


.slides {
    width: 100vw;  /* 全幅を使う */
    max-width: 100vw;  /* 最大幅を600pxに制限 */
    height: 100dvh;
    margin: 0 auto;  /* 中央に配置 */
    position: relative;
    overflow: hidden;
}

.slides .slide {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    transition: opacity 1.5s ease;
}

.slides .slide.active {
    opacity: 1;
}
.slide .mv_img{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transform:scale(1.07);
    transition: transform 13s ease, filter 4s ease;
    filter: brightness(1.75) blur(3px);
}
.slides .slide.active .mv_img{
    transform:scale(1);
    transition: transform 13s ease, filter 4s ease;
    filter: brightness(1) blur(0);
}

.slide-indicators {
    position: absolute;
    bottom: 70px;
    right: 200px;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    z-index: 3;
}

#mv .indicator {
    cursor: pointer;
    width: 80px;
    height: 8px;
    background-color: #CCD0D7;
    margin: 0 5px;
    position: relative;
    overflow: hidden;
}

#mv .indicator::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: rgba(255,255,255,.2);
}


#mv .indicator.active {
    background-color: #3AA1E2;
}


#mv .indicator.active::before {
    width: 100%; /* プログレスバーがフルになる */
    transition: width 9s linear; /* 3秒のアニメーションを設定 */
}

@media (max-width: 768px) {

    #mv{
        margin-top: 0px;
    }
    #mv:before{
        border-width: 30vw 21vw;
    }
    #mv:after{
        border-width: 30vw 21vw;
    }
    #mv .inner{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        top:0;
        left: 10%;
        transform: translate(0, 0);
        width: 90%;
        height: 100dvh;
        padding-bottom: 12dvh;
    }
    #maincopy{}
    #maincopy img{
        width: 70vw;
        margin-bottom: 0px;
    }
    #mv h2{
        font-size: 3.8vw;
        letter-spacing: 0.1em;
        margin-left: 0px;
    }


    .slides {}
    .slides .slide {}
    .slides .slide.active {}

    /*
    .slide .mv_img{
        transform:scale(1.07);
        transition: transform 13s ease, filter 4s ease;
        filter: brightness(1.75) blur(3px);
    }
    .slides .slide.active .mv_img{
        transform:scale(1);
        transition: transform 13s ease, filter 4s ease;
        filter: brightness(1) blur(0);
    }
    */

    .slide-indicators {
        left:auto;
        right: auto;
        bottom: 40px;
        width: 100%;
        margin-top: 0;
    }

    #mv .indicator {
        width: 55px;
        height: 5px;
    }
    #mv .indicator::before {}
    #mv .indicator.active {}
    #mv .indicator.active::before {}

}


.section-header {
    padding: 50px 0px;
    margin-top: 00px;
    position: relative;

}
.section-header .tri_tl{
    position: absolute;
    width: 100%;
    height: auto;
    min-height: 330px;
    top: 0;
    left: 0;
}

.section-header h2 {
    color: var(--color_accent);
    font-size: 100px;
    font-weight: 700;;
    margin: 10px 0 15px;
    letter-spacing: 0.02em;
    font-family: var(--font-en), sans-serif;
}
.section-header h2::first-letter {
}
.section-header h2+p{
    margin-left: 10px;
    font-family: var(--font-midashi), sans-serif;
}
.section-header p{
    font-size: 20px;
    margin-top: -20px;
    font-weight: 500;;
}

.section-header.section-header-wh h2{
    color: #FFFFFF;
}
.section-header.section-header-wh h2::first-letter {
}
.section-header.section-header-wh p{
}

.section-content h2 {
    margin: 20px 0 40px;
    color: var(--color_accent);
    font-size: 60px;
    line-height: 1.2;
    font-family: var(--font-en), var(--font-midashi), sans-serif;
    font-weight: bold;
}
.section-content h3{
    font-size: 30px;
}
.section-content p{
    font-size: 18px;
}
@media (max-width: 768px) {
    .section-header {
        padding: 50px 0px;
        margin-top: 00px;
        position: relative;

    }
    .section-header .tri_tl{
        position: absolute;
        width: 100%;
        height: auto;
        min-height: 330px;
        top: 0;
        left: 0;
    }

    .section-header h2 {
        font-size: 40px;
        margin: 10px 0 15px;
        letter-spacing: 0.02em;
    }
    .section-header h2::first-letter {
    }
    .section-header h2+p{
        margin-left: 10px;
    }
    .section-header p{
        font-size: 3.5vw;
        margin-top: -15px;
    }

    .section-header.section-header-wh h2{
        color: #FFFFFF;
    }
    .section-header.section-header-wh h2::first-letter {
    }
    .section-header.section-header-wh p{
    }

    .section-content h2 {
        margin: 20px 0 40px;
        color: var(--color_accent);
        font-size: 60px;
        line-height: 1.2;
    }
    .section-content h3{
        font-size: 6vw;
        line-height: 1.7;
    }
    .section-content p{
        font-size: 3.5vw;
    }
}


#about{
    padding: 80px 0 30vw;
    background: url("/assets/images/home/strength_bg.jpg") center bottom -15vw no-repeat;
    background-size: 143% auto;
    backdrop-filter: blur(100);
}

#about .section-header{
    padding-bottom: 90px;
}
#about_section_img {
    z-index: 0;
}


.about_main{
    width: 75vw;
}
@media (max-width:1600px ) {
    .about_main{
        width:90vw;
    }
}
@media (max-width:768px ) {
    #about{
        padding-top:0;
    }

    #about .section-header{
        padding-bottom: 10px;
    }
    .about_main{
        width:100vw;
    }
}
#about h2{
    color: var(--color_accent);
}
#about h2+p{
    font-weight: 500;
}
#about h3{
    font-size: 63px;
    margin-bottom: 50px;
}
#about h3 span{
    background-color: var(--color_accent);
    color: #fff;
    font-weight: normal;
    display: inline-block;
    padding: 10px 30px;
    margin-bottom: 15px;
}
@media (max-width:1100px ) {
    #about h3 {
        font-size : 5vw;
    }
}

@media (max-width:768px ) {
    #about h3 {
        font-size : 5.8vw;
        margin-bottom: 30px;
    }
    #about h3 span{
        padding: 4px 10px;
        margin-bottom: 5px;
    }
}
#about .section-content{
    margin: 0 0 0;
    padding: 0 50px 100px;
    position: relative;
    z-index: 1;
}
#about .section-content p{
    line-height: 2.3;
}
#about .section-content .btn::after {
    content:'';
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 50px;
    top: calc(50% - 10px);
    background: url('/assets/images/icn_arrow_wh.svg') no-repeat center center / contain;
}

#about .section-content .btn:hover::after {
    background-image: url('/assets/images/icn_arrow.svg');
}

@media (max-width: 768px) {
    #about .section-content{
        margin: -22vw 0 0;
        padding: 0 5px 20vw;
    }
    #about .section-content p{
        line-height: 2;
        font-size: 3.3vw;
    }
    #about .section-content .btn::after {
        width: 13px;
        height: 13px;
        right: 20px;
        top: calc(50% - 7px);
    }

    #about .section-content .btn:hover::after {
    }

}

#strengths{
    position: relative;
    margin-top: -30vw;
}
#strengths:before{
    content: "";
    position: absolute;
    top: 10vw;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color_accent);
    z-index: 0;
    transform: skewY(-14deg);
}
#strengths .section-header{
    display: flex;
    align-items: flex-end;
    padding: 0;
    padding-bottom: 15vw;
    height: 29vw;
}

@media (max-width: 1000px) {
    #strengths h2{
        text-shadow:
                1px 1px 1px #FFFFFF,
                1px -1px 1px #FFFFFF,
                -1px 1px 1px #FFFFFF,
                -1px -1px 1px #FFFFFF
    }
}

#strengths .section-content{
    position: relative;
    margin-top: -3px;
    padding-top: 0px;
    padding-bottom: 1px;
    z-index: 2;

    background-color: var(--color_accent);
    color: #FFFFFF;
}
#strengths .section-content h3{
    color: #FFFFFF;
    margin-bottom: 40px;
}
#strengths ul{
    position: relative;
    display: flex;
    list-style: none;
    justify-content: space-between;
    top: -10vw;
    margin-bottom: calc( -10vw + 50px );
}
#strengths ul li{
    height: 580px;
    width: 23%;
    padding-bottom: 30px;
    background-position: 50% center;
    background-size: auto 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 20px;
    text-align: center;
    transition: all 0.3s ease;
    filter: grayscale(100%);
}
#strengths ul li:hover{
    width: 30%;
    background-position: 45% center;
    filter: grayscale(0%);
}
#strengths ul li p{
}
#strengths ul li:hover p{
}
#strengths ul li p{
    font-size: 13px;
    margin: 0;
}
#strengths ul li img{
    width: auto;
    height: 60px;
}
#strengths .btn{
    border: 3px solid #FFFFFF;
}
#strengths .btn:hover{}
#strengths .btn::after {}
#strengths .btn:hover::after{}

@media (max-width: 768px) {

    #strengths{
        margin-top: -45vw;
        padding-bottom: 50px;
    }
    #strengths h2{
        text-shadow:none;
    }
    #strengths .section-header{
        padding-bottom: 0;
        margin-top: -10vw;
        margin-bottom: 0vw;
        height: 30vw;
    }

    #strengths .section-header .content{
        transform: translateY(-15vw);
    }


    #strengths .section-content{
        margin-top: -3px;
        padding-bottom: 70px;
    }
    #strengths .section-content h3{
        margin-bottom: 20px;
    }
    #strengths ul{
        display: block;
        overflow: scroll;
        width: auto;
        top: 10vw;
        margin-bottom: 27vw;
    }
    #strengths ul li{
        height: 100vw;
        width: 70vw;
        padding-bottom: 10px;
        gap: 10px;
        filter: grayscale(0%);
    }
    #strengths ul li:hover{
        width: 78vw;
        background-position: 50% center;
    }
    #strengths ul li p{}
    #strengths ul li:hover p{}
    #strengths ul li p{
        font-size: 3.5vw;
    }
    #strengths ul li img{
        width: auto;
        height: 18vw;
    }
    #strengths .btn{
        border-width: 1.5px;
    }
    #strengths .btn:hover{}
    #strengths .btn::after {}
    #strengths .btn:hover::after{}
}

#service{
    margin-bottom: 180px;
    padding-top: 50px;
}

#service .section-header{
    display: flex;
    align-items: flex-end;
    color: #FFFFFF;
    padding-bottom: 15vw;
    height: 29vw;
    margin-bottom: -13vw;
}

#service .section-header h2{
    color: #FFFFFF;
}
#service .content{
    z-index: 1;
    position: relative;
}
#service h3{
    text-align: right;
    margin-top: -50px;
    line-height: 1.7;
    text-shadow:
            1px 1px 1px #FFFFFF,
            1px -1px 1px #FFFFFF,
            -1px 1px 1px #FFFFFF,
            -1px -1px 1px #FFFFFF
}
#service nav{
    display: flex;
    flex-wrap: wrap;
    gap: 50px 30px;
    margin-top: 50px;
}
#service nav>div{
    width: calc(33% - 18px);
}
#service nav img{
    border-radius: 10px;
    transition: all 0.5s;
}
#service nav img:hover{
    filter: brightness(1.15);
}
#service nav a{
    display: block;
    text-decoration: none;
}
#service nav p{
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    font-weight: 500;
}
#service nav p.service_title{
    margin: 15px 0 12px;
    font-family: "見出しゴMB31", "Midashi Go MB31";
}
.service_title a{
    display: block;
    position: relative;
    font-size: 24px;
    font-weight: bold;
}
.service_title a::before,
.service_title a::after {
    position: absolute;
    content: '';
    display: inline-block;
    transition: all 0.3s ease;
}
.service_title a::before{
    width: 30px;
    height: 30px;
    right: 10px;
    top: calc(50% - 15px);
    background: var(--color_accent);
    border-radius: 100%;
}
.service_title a::after {
    width: 13px;
    height: 13px;
    right: 18px;
    top: calc(50% - 7px);
    background: url('/assets/images/icn_arrow_wh.svg') no-repeat center center / contain;
}
@media (max-width: 768px) {
    #service{
        margin-bottom: 20px;
        padding-top: 0px;
    }

    #service .section-header{
        color: #FFFFFF;
        padding-bottom: 0vw;
        height: 29vw;
        margin-bottom: 20vw;
    }

    #service .section-header h2{
    }
    #service .content{
    }
    #service h3{
        text-align: left;
        margin-top: 0px;
        font-size: 6vw;
    }
    #service nav{
        gap: 40px 15px;
        margin-top: 30px;
    }
    #service nav>div{
        width: calc(48% - 1px);
    }
    #service nav img{
        border-radius: 5px;
    }
    #service nav img:hover{}
    #service nav a{
    }
    #service nav p br{
        display:none;
    }
    #service nav p{
        font-size: 2.8vw;
        line-height: 1.5;
    }
    #service nav p.service_title{
        margin: 7px 0 7px;
    }
    .service_title a{
        font-size: 3.5vw;
        letter-spacing: -0.05em;
    }
    .service_title a::before,
    .service_title a::after {
    }
    .service_title a::before{
        width: 20px;
        height: 20px;
        right: 0px;
        top: calc(50% - 10px);
    }
    .service_title a::after {
        width: 10px;
        height: 10px;
        right:5px;
        top: calc(50% - 5px);
    }
}

#commitment{
    padding: 50px 0 100px 0;
    background: url("/assets/images/home/commitment_bg.jpg") center top no-repeat;
    background-size: cover;
    /**
    animation: bgMove 30s infinite 0s;
     */
}

#commitment .content{
    color: #FFFFFF;
}
#commitment h2{
    color: #FFFFFF;
}
#commitment h2+p{
    margin-left: 10px;
}
#commitment h3{
    color: #FFFFFF;
    margin-left: 10px;
    line-height: 1.7;
}
#commitment ul{
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    margin-bottom: 80px;
    gap: 50px;
    list-style: none;
    text-align: center;
    line-height: 1.8;
}
#commitment ul li img{
    transform: scale(1.1);
    border: 10px solid rgba(255,255,255,.2);
    border-radius: 100%;
    /** #commitment ul li imgのborderの色をふわふわ変更するkeyframeアニメーション */
    animation: borderChange 10s infinite 0s;
}
#commitment ul li+li img{
    animation: borderChange 10s infinite 2s;
}
#commitment ul li+li+li img{
    animation: borderChange 10s infinite 4s;
}

#commitment .btn{
    border: 3px solid #FFFFFF;
    margin-left: 10px;
}
@media (max-width: 768px) {

    #commitment{
        padding: 70px 0 100px 0;
        background-size: cover;
        background-position:37% top;
        animation: bgMoveSp 30s infinite 0s;
    }

    #commitment .section-content{
        margin-top: -30px;
    }
    #commitment h2{}
    #commitment h2+p{
        margin-left: 10px;
    }
    #commitment h3{}
    #commitment ul{
        display: flex;
        flex-direction: column;
        margin-top: 30px;
        margin-bottom: 15px;
        gap: 20px;
    }
    #commitment ul li p{
        margin-bottom: 0;
    }
    #commitment ul li img{
        width: 50vw;
        transform: scale(1);
        border: 7px solid rgba(255,255,255,.2);
        animation: borderChangeSp 10s infinite 0s;
    }
    #commitment ul li+li img{
        animation: borderChangeSp 10s infinite 2s;
    }
    #commitment ul li+li+li img{
        animation: borderChangeSp 10s infinite 4s;
    }

    #commitment .btn{
        border-width: 1.5px;
    }
    .btnWrap{
        text-align: center;
    }
}

.news_wrap{
    display: flex;
    flex-direction: row-reverse;
}
.news_wrap aside{
    width: 300px;
}
.news_wrap aside ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.news_wrap aside ul li{
    position: relative;
    display: block;
    margin:0;
    padding: 10px 10px 10px 25px;
    font-weight: bold;
    cursor: pointer;
}
.news_wrap aside ul li:hover{
    color: var(--color_accent);
}
.news_wrap aside ul li:before{
    content: '';
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--color_accent);
    border-right: 2px solid var(--color_accent);
    top: calc(50% - 5px);
    left: 0;
    transform: rotateZ(45deg);
}
.news_wrap aside .btn{
    padding: 7px 60px;
    font-size: 16px;
    /* 背景色は上から下に向けてのグラデーション */
    background: linear-gradient(180deg, #078BFD 0%, var(--color_accent) 80%);
}
.news_wrap aside .btn::after{
    right: 20px;
    top: calc(50% - 7px);
    width: 14px;
    height: 14px;
}
.news_wrap aside .btn:hover{
    background: #FFFFFF;
    outline: 2px solid var(--color_accent);
}

.news_list{
    width: calc(100% - 300px);
}
.news_article{
    position: relative;
    padding-left: 130px;
    margin-bottom: 50px;
}
.news_meta{
    position: absolute;
    width: 100px;
    left:0;
    top:0;
    font-size: 16px;
}
.news_meta span{
    display: inline-block;
    white-space: nowrap;
    background-color: var(--color_accent);
    color: #FFFFFF;
    border-radius: 100px;
    padding: 1px 20px;
    font-size: 14px;
}
.news_excerpt{
    font-size: 16px;
    margin: 0;
}
.news_title{
    font-size: 18px !important;
    margin: 0 0 7px !important;
    color: var(--color_accent);
}
.news_title a{
    font-weight: bold;
    text-decoration: none;
}
.news_title a:hover{
    text-decoration: underline;
}
.sidebar--news a{
    text-decoration: none;
    color: #000000;
}
.sidebar--news a:hover{
    color: var(--color_accent);
}
.sidebar--news a.btn{
    color: #FFFFFF;
}
.sidebar--news a:hover{
    color: var(--color_accent);
}

@media (max-width: 768px) {

    #news .section-header h2{
        font-size: 8vw;
        display: inline-block;
        top: 2px;
    }
    #news .section-header p{
        display: inline-block;
        font-family: var(--font-midashi), sans-serif ;
    }
    #news .section-header{
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 5px;
    }
    .news_wrap{
        flex-direction: column-reverse;
    }
    .news_wrap aside{
        width: 100%;
        display: none;;
    }
    .news_wrap aside ul{}
    .news_wrap aside ul li{
        margin:0;
        padding: 10px 10px 10px 25px;
        font-weight: bold;
    }
    .news_wrap aside ul li:hover{
    }
    .news_wrap aside ul li:before{
        content: '';
        display: inline-block;
        position: absolute;
        width: 10px;
        height: 10px;
        border-top: 2px solid var(--color_accent);
        border-right: 2px solid var(--color_accent);
        top: calc(50% - 5px);
        left: 0;
        transform: rotateZ(45deg);
    }
    .news_wrap aside .btn{
        padding: 7px 60px;
        font-size: 16px;
        /* 背景色は上から下に向けてのグラデーション */
        background: linear-gradient(180deg, #078BFD 0%, var(--color_accent) 80%);
    }
    .news_wrap aside .btn::after{
        right: 20px;
        top: calc(50% - 7px);
        width: 14px;
        height: 14px;
    }
    .news_wrap aside .btn:hover{
        background: #FFFFFF;
        outline: 2px solid var(--color_accent);
    }
    .news_list{
        width: 100%;
        padding-bottom: 40px;
    }
    .news_article{
        padding-left: 10px;
        margin-bottom: 25px;
    }
    .news_meta{
        position: relative;
        width: auto;
        font-size: 3.5vw;
        margin-bottom: 5px;
    }
    .news_meta span{
        padding: 1px 20px 0px;
        font-size: 3vw;
        margin-left: 5px;
    }
    .news_meta br{
        display: none;
    }
    .news_excerpt{
        font-size:3.5vw;
        line-height: 1.5;
    }
    .news_title{
        margin: 0 0 7px;
    }
    .news_title a{}
    .news_title a:hover{}

}

.align-center{
    text-align: center;
}
.align-right{
    text-align: right;
}


@keyframes bgMove {
    0% {
        background-position: 0 top;
    }
    50% {
        background-position: 100% top;
    }
    100% {
        background-position: 0 top;
    }
}
@keyframes borderChange {
    0% {
        transform: scale(1.1);
        border-color: rgba(255,255,255,.2);
    }
    25% {
        transform: scale(1.12);
        border-color: rgba(255,255,255,.5);
        border-width: 10px;
    }
    50% {
        transform: scale(1.1);
        border-color: rgba(255,255,255,.2);
    }
}


/** Slide */

#strength_indicators {
    display: none;
}
@media (max-width: 768px) {
    .carousel-container {
        position: relative;
        margin-left: -15px;
        width: 100vw;
        overflow: hidden;
    }

    #strength_slide {
        display: flex !important;
        justify-content: flex-start !important;
        width: calc(380vw + 60px) !important; /* Adjust based on the number of slides */
        gap: 30px;
        padding: 0;
        margin: 0;
        list-style: none;
        transition: transform 0.5s ease-in-out;
    }
    #strength_slide.is_dragging{
        transition: none;
    }

    #strength_slide li {

        width: 70vw !important; /* Adjust based on the number of slides */
        height: 300px; /* Adjust this value for your image height */
        background-size: cover;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        transform: translateX(15vw);
    }

    #strength_indicators {
        position: absolute;
        bottom: 25px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        justify-content: center;

    }

    #strength_indicators .indicator {
        width: 40px;
        height: 20px;
        margin: 0 5px;
        position: relative;
        overflow: hidden;
        display: flex;
        align-items:center;
    }

    #strength_indicators .indicator.active {

    }

    #strength_indicators .indicator:before{
        content:"";
        display: block;
        top: 8px;
        width: 40px;
        height: 4px;
        background-color: #CCD0D7;
        overflow: hidden;

    }
    #strength_indicators .indicator.active:before{
        background-color: #666666;
    }

}