.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 0.3;
}
.swiper-pagination-bullet-active {
    width: 24px;
    height: 24px;
    opacity: 1;
    background: url("../img/com/pagination-bullet-active.png") no-repeat center center;
    background-size: cover;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 0.3;
}
.swiper-pagination-bullet-active {
    width: 24px;
    height: 24px;
    opacity: 1;
    background: url("../img/com/pagination-bullet-active.png") no-repeat center center;
    background-size: cover;
}

@media screen and (max-width:1150px) {
}
.slution_text{
    width: 45%;
}
.solution_list{
    width: 55%;
}
@media screen and (max-width:890px) {
.slution_text,
.solution_list{
    width: 100%;
}
.slution_text{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}
.slution_text p{
    margin-bottom: 5rem;
}
}
@media screen and (max-width:750px) {
.slution_text p,
.slution_text h2{
    width: 100%;
}
}
.solution_list li{
    width: 33.33333%;
}
.solution_list li a{
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #d5d5d5;
    transition: .5s;
}
.solution_list li:first-child a{
    background: url("../img/top/ico01.png") no-repeat center center;
    background-size: auto 150px;
}
.solution_list li:first-child a:hover{
    background: #1c4380 url("../img/top/ico01_w.png") no-repeat center center;
    background-size: auto 150px;
    margin-top: -1rem;
    margin-left: -1rem;
}
.solution_list li:nth-child(2) a{
    background: url("../img/top/ico02.png") no-repeat center center;
    background-size: auto 150px;
}
.solution_list li:nth-child(2) a:hover{
    background: #1c4380 url("../img/top/ico02_w.png") no-repeat center center;
    background-size: auto 150px;
    margin-top: -1rem;
}
.solution_list li:nth-child(3) a{
    background: url("../img/top/ico03.png") no-repeat center center;
    background-size: auto 150px;
}
.solution_list li:nth-child(3) a:hover{
    background: #1c4380 url("../img/top/ico03_w.png") no-repeat center center;
    background-size: auto 150px;
    margin-top: -1rem;
    margin-left: 1rem;
    margin-right: -1rem;
}
.solution_list li:nth-child(4) a{
    background: url("../img/top/ico04.png") no-repeat center center;
    background-size: auto 150px;
}
.solution_list li:nth-child(4) a:hover{
    background: #1c4380 url("../img/top/ico04_w.png") no-repeat center center;
    background-size: auto 150px;
    margin-top: 1rem;
    margin-bottom: -1rem;
    margin-left: -1rem;
}
.solution_list li:nth-child(5) a{
    background: url("../img/top/ico05.png") no-repeat center center;
    background-size: auto 150px;
}
.solution_list li:nth-child(5) a:hover{
    background: #1c4380 url("../img/top/ico05_w.png") no-repeat center center;
    background-size: auto 150px;
    margin-top: 1rem;
    margin-bottom: -1rem;
}
.solution_list li:nth-child(6) a{
    background: url("../img/top/ico06.png") no-repeat center center;
    background-size: auto 150px;
}
.solution_list li:nth-child(6) a:hover{
    background: #1c4380 url("../img/top/ico06_w.png") no-repeat center center;
    background-size: auto 150px;
    margin-top: 1rem;
    margin-bottom: -1rem;
    margin-left: 1rem;
    margin-right: -1rem;
}
@media screen and (max-width:1375px) {
.solution_list li a{
    height: 250px;
}
.solution_list li:first-child a{
    background: url("../img/top/ico01.png") no-repeat center center;
    background-size: auto 110px;
}
.solution_list li:first-child a:hover{
    background: #1c4380 url("../img/top/ico01_w.png") no-repeat center center;
    background-size: auto 110px;
}
.solution_list li:nth-child(2) a{
    background: url("../img/top/ico02.png") no-repeat center center;
    background-size: auto 110px;
}
.solution_list li:nth-child(2) a:hover{
    background: #1c4380 url("../img/top/ico02_w.png") no-repeat center center;
    background-size: auto 110px;
}
.solution_list li:nth-child(3) a{
    background: url("../img/top/ico03.png") no-repeat center center;
    background-size: auto 110px;
}
.solution_list li:nth-child(3) a:hover{
    background: #1c4380 url("../img/top/ico03_w.png") no-repeat center center;
    background-size: auto 110px;
}
.solution_list li:nth-child(4) a{
    background: url("../img/top/ico04.png") no-repeat center center;
    background-size: auto 110px;
}
.solution_list li:nth-child(4) a:hover{
    background: #1c4380 url("../img/top/ico04_w.png") no-repeat center center;
    background-size: auto 110px;
}
.solution_list li:nth-child(5) a{
    background: url("../img/top/ico05.png") no-repeat center center;
    background-size: auto 110px;
}
.solution_list li:nth-child(5) a:hover{
    background: #1c4380 url("../img/top/ico05_w.png") no-repeat center center;
    background-size: auto 110px;
}
.solution_list li:nth-child(6) a{
    background: url("../img/top/ico06.png") no-repeat center center;
    background-size: auto 110px;
}
.solution_list li:nth-child(6) a:hover{
    background: #1c4380 url("../img/top/ico06_w.png") no-repeat center center;
    background-size: auto 110px;
}}
@media screen and (max-width:680px) {
.solution_list li a{
    height: 200px;
}
.solution_list li{
    width: 50%;
}
.solution_list li:first-child a:hover,
.solution_list li:nth-child(2) a:hover,
.solution_list li:nth-child(3) a:hover,
.solution_list li:nth-child(4) a:hover,
.solution_list li:nth-child(5) a:hover,
.solution_list li:nth-child(6) a:hover{
    margin: 0;
}
}
.news_wrap{
    padding: 45rem 0 10rem;
    background:url(../img/top/bg_img01.jpg) no-repeat top left;
    background-size:  100%;
}
@media screen and (max-width:1600px) {
.news_wrap{
    padding: 25rem 0 10rem;
}
}
@media screen and (max-width:1050px) {
.news_wrap{
    padding: 10rem 0 5rem;
}
}
.news_list_wrap{
    background: #1c4380;
    color: #fff;
    padding: 5rem ;
}
.ttl_01.ttl_news{
    width: 20%;
    padding-top: 5rem;
}
.ttl_span01.news_span{
    margin: 0;
}
.news_list{
    width: 80%;
    padding: 3rem 10rem 5rem;
    border-left: 1px solid #fff;
}
@media screen and (max-width:1150px) {
.ttl_01.ttl_news{
    padding-top: 0;
}
.ttl_01.ttl_news,
.news_list{
    width: 100%;
    border: none;
}
}
@media screen and (max-width:890px) {
.news_list{
    padding: 3rem 0;
}
}
@media screen and (max-width:680px) {
    .news_list_wrap{
        padding: 5rem  2rem;
    }
}
.news_list a{
    color: #fff;
}
.news_list dd{
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 0.5rem 0;
}
.btn_news_more{
    display: block;
    background: #052b63;
    border: 2px solid #052b63;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    padding: 1rem;
    transition: .5s;
}
.btn_news_more:hover{
    opacity: .7;
}
.thoughts_wrap{
    margin: 10rem 0;
    background-image: url(../img/top/img01.jpg),url(../img/top/img02.jpg);
    background-position: top right,bottom left;
    background-repeat: no-repeat,no-repeat;
    background-size: 45%,45%;
}
.thoughts_cont{
    width: 65%;
    padding: 5rem 3rem;
    background: #f4f7f9;
}
.thoughts_cont_l{
    margin: 5rem 35% 23rem 0;
}
.thoughts_cont_r{
    margin-left: 35%;
}
.btn_thoughts{
    margin-left: 35%;
    text-align: center;
}
.btn_thoughts a{
    display: inline-block;
    margin: 5rem auto 2rem;
    font-size: 2rem;
    padding: 1.5rem 3rem;
    border: 2px solid #052b63;
    border-radius: 5px;
    background: #fff;
    color: #052b63;
    transition: .5s;
}
.btn_thoughts a:hover{
    background: #052b63;
    color: #fff;
}
@media screen and (max-width:1375px) {
.thoughts_cont_l{
    margin: 5rem 35% 10rem 0;
}
}
@media screen and (max-width:890px) {
.thoughts_cont{
    width: 85%;
}
.thoughts_cont_l{
    margin: 5rem 15% 5rem 0;
}
.thoughts_cont_r{
    margin-left: 15%;
}
.btn_thoughts a{
    margin: 5rem auto 7rem;
}
}
@media screen and (max-width:680px) {
.thoughts_wrap{
    margin: 0;
    background-image: url(../img/top/img01.jpg),url(../img/top/img02.jpg);
    background-position: top 15rem right,bottom 17rem left;
    background-repeat: no-repeat,no-repeat;
    background-size: 70%,70%;
}
.thoughts_wrap br{
    display: none;
}
.thoughts_cont{
    width: 90%;
}
.thoughts_cont_l{
    margin: 20rem 10% 5rem 0;
}
.thoughts_cont_r{
    margin-left: 10%;
}
.btn_thoughts{
    margin: 0;
}
.btn_thoughts a{
    width: 90%;
    font-size: 1.6rem;
    margin: 20rem auto 7rem;
}
}

.swiper-button-prev ,
.swiper-button-next {
    width: 74px;
    height: 135px;
    margin-top: -67.5px;
    background-size: cover;
    outline: none;
}
.swiper-button-prev {
    background-image: url("../img/com/before.png");
    left: 0;
}
.swiper-button-next {
    background-image: url("../img/com/next.png");
    right: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets{
    width: 260px;
    padding: 14px;
    background: url("../img/com/pegination.png") center bottom no-repeat;
    background-size: 100%;
    bottom: 0;
    right: 0;
    left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 0.3;
    outline: none;
}
.swiper-pagination-bullet-active {
    width: 24px;
    height: 24px;
    opacity: 1;
    background: url("../img/com/pagination-bullet-active.png") no-repeat center center;
    background-size: cover;
}
@media screen and (max-width: 890px) {
.swiper-button-prev ,
.swiper-button-next {
    width: 36px;
    height: 67px;
    margin-top: -33.5px;
}
.swiper-container-horizontal > .swiper-pagination-bullets{
    width: 130px;
    padding: 7px;
}
.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
}
.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
}

}

/*2025.2.3追加*/
.logo-35th{
    position: absolute;
    width: 10vw;
    right: 2vw;
    top: 2vw;
    z-index: 2;
}
.footer-bannar {
    margin-bottom: 10rem;
    display: flex;
    justify-content: center;
}
.footer-bannar > div{
    margin: 0 20px;
}
@media screen and (max-width:680px) {
    .logo-35th{
        width: 70px;
    }
    .footer-bannar {
        margin-bottom: 5rem;
        flex-direction: column;
        align-items: center;
    }
    .footer-bannar > div{
        margin-bottom:10px;
        width: 60%;
    }
}