.main_container {
    overflow: hidden;
}

.main_visual#main_visual_mo {
    display: none;
}

.main_visual .swiper-slide {
    height: 80rem;
    position: relative;
}

.main_visual .swiper-slide>.txt_box {
    position: absolute;
    left: 50%;
    width: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    padding-top: 9rem;
    max-width: 1200px;
}

.main_visual .swiper-slide>.txt_box h3 {
    font-size: 3rem;
    font-weight: 600;
    color: #9da2a4;
    line-height: 1.4;
    margin-top: 4rem
}

.main_visual .swiper-slide>.txt_box h3>span {
    color: #e7161b
}

.main_visual .swiper-slide>.txt_box>p {}

.main_visual .swiper-slide>.txt_box>p>img {
    width: 60%;
    max-width: 20.6rem
}

.main_visual .swiper-slide.mv_type2>.txt_box {
    text-align: left;
}

.main_visual .swiper-slide.mv_type2>.txt_box h3 {
    color: #fff;
}

.main_visual .mv-next,
.main_visual .mv-prev {
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    z-index: 20;
    font-size: 4rem;
    width: 6rem;
    height: 7rem;
    text-align: center;
    line-height: 7rem;
}

.main_visual .mv-prev {
    right: 6.1rem;
}

@media(max-width:991.98px) {}

#main_container .main_title {
    position: relative;
    font-size: 2.8rem;
    font-weight: 600;
    margin-bottom: 3rem;
    padding-left: 3rem;
    padding-top: 2.5rem;
}

#main_container .main_title::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(../_img/comm/title_bullet.png) no-repeat center center / cover;
    width: 3.5rem;
    height: 3rem;
}

#main_container .main_title>small {
    font-size: 1.6rem;
    font-weight: 300;
    margin-left: 1rem;
}

#main_container .main_title .more {
    position: absolute;
    width: 3rem;
    height: 3rem;
    border: 1px solid #c1c1c1;
    right: 0px;
    font-size: 0;
    overflow: hidden;
    text-indent: -100px;
    bottom: 0%;
}

#main_container .main_title .more::after,
#main_container .main_title .more::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 60%;
    left: 20%;
    border-top: 1px solid #bbb;
}

#main_container .main_title .more::before {
    transform: rotate(90deg);
}

@media(max-width:767.98px) {
    .main_visual .swiper-slide {
        height: 60rem;
        position: relative;
    }
    #main_container .main_title {
        font-size: 2.4rem;
    }
    .main_visual .swiper-slide>.txt_box h3,
    .main_visual .swiper-slide>.txt_box>p {
        padding: 0px 15px;
    }
    .main_visual .swiper-slide>.txt_box {
        padding-top: 5rem;
    }
}


/*sec01*/

#main_container>.sec01 {
    padding: 5rem 0px;
}

#main_container>.sec01 h3 {
    margin-left: 36rem;
}

#main_container>.sec01 .product_list_wrap {
    height: 40rem;
    position: relative;
    margin-top: -3rem;
}

#main_container>.sec01 .product_list_wrap::after {
    content: "";
    position: absolute;
    background: #f1f1f1;
    left: 16rem;
    top: 3rem;
    width: 200%;
    height: 100%;
}

#main_container>.sec01 .product_list_wrap .swiper {
    overflow: hidden;
    position: relative;
    z-index: 10;
}

#main_container>.sec01 .product_list_wrap .swiper-wrapper {
    align-items: flex-end;
}

#main_container>.sec01 .product_list_wrap .swiper .swiper-slide {
    width: auto;
    height: 39.6rem;
}

#main_container>.sec01 .product_list_wrap .swiper .swiper-slide-active {}

#main_container>.sec01 .product_list_wrap .swiper .box {
    display: block;
    position: relative;
    overflow: hidden;
    width: 27.5rem;
    transition: all .3s ease-in-out;
    border: 1px solid #ddd;
    margin-top: 6.6rem;
}

#main_container>.sec01 .product_list_wrap .swiper-slide-active .box {
    width: 33rem;
    margin-top: 0rem;
}

#main_container>.sec01 .product_list_wrap .swiper .box>.thum {
    padding-top: 120%;
}

#main_container>.sec01 .product_list_wrap .swiper .box>dl {
    left: 0;
    width: 100%;
    padding: 2.5rem 3rem;
    background: rgba(255, 0, 0, .7);
    color: #fff;
    position: absolute;
    font-weight: 300;
    font-size: 1.5rem;
    bottom: -100%;
    transition: all .3s ease-in-out;
}

#main_container>.sec01 .product_list_wrap .swiper .swiper-slide-active .box>dl {
    bottom: 0;
}

#main_container>.sec01 .product_list_wrap .swiper .box>dl>dt {
    font-size: 2.6rem;
    font-weight: 500;
}

#main_container>.sec01 .product_list_wrap .swiper .box>dl>dd {
    margin-top: 1rem;
}

@media(max-width:991.98px) {
    #main_container>.sec01 h3 {
        margin-left: 0rem;
        margin-bottom: 7rem;
    }
}

@media(max-width:767.98px) {
    #main_container>.sec01 {
        padding: 5rem 15px;
    }
    #main_container>.sec01 .product_list_wrap::after {
        content: "";
        position: absolute;
        background: #f1f1f1;
        left: -50%;
        top: 3rem;
        width: 200%;
        height: 100%;
    }
}


/*sec02*/

#main_container>.sec02 {
    padding: 5rem 0 10rem 0;
}

#main_container>.sec02 .notice_list {
    padding: 0;
    list-style: none;
}

#main_container>.sec02 .notice_list li+li {
    border-top: 1px solid #ddd;
}

#main_container>.sec02 .notice_list li a {
    display: block;
    padding: 1.5rem 0;
    color: #666;
    font-size: 1.5rem;
    font-weight: 300;
}

#main_container>.sec02 .notice_list li a p:first-child {
    position: relative;
    margin-bottom: 1rem;
}

#main_container>.sec02 .notice_list li a p:first-child strong {
    font-size: 1.8rem;
    display: block;
    color: #000;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 9rem;
}

#main_container>.sec02 .notice_list li a p:first-child span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
    font-weight: 300;
    color: #666
}

#main_container>.sec02 .notice_list li a p:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#main_container>.sec02 .solution_list {
    padding: 0;
    list-style: none;
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
    text-align: center;
}

#main_container>.sec02 .solution_list>li {
    width: 33.33%;
    padding-left: 5px;
    padding-right: 5px;
}

#main_container>.sec02 .solution_list a.box {
    display: block;
    color: #666;
    font-size: 1.5rem;
    border: 1px solid #e0e0e0;
    height: 27rem;
    padding-top: 4.5rem;
}

#main_container>.sec02 .solution_list a.box:hover {
    border: 1px solid #e7161b
}

#main_container>.sec02 .solution_list a.box>p strong {
    display: block;
    color: #000;
    font-size: 1.8rem;
    padding: 2rem 0 1.2rem 0;
}

@media(max-width:767.98px) {
    #main_container>.sec02 {
        padding: 5rem 15px 6rem 15px;
    }
    #main_container>.sec02 .solution_list {
        flex-wrap: wrap;
    }
    #main_container>.sec02 .solution_list>li {
        width: 100%;
        text-align: left;
    }
    #main_container>.sec02 .solution_list>li+li {
        margin-top: 10px;
    }
    #main_container>.sec02 .solution_list>li .box {
        padding: 30px 20px;
        padding-left: 140px;
        position: relative;
        height: auto;
    }
    #main_container>.sec02 .solution_list>li .box p:first-child {
        position: absolute;
        left: 25px;
        top: 50%;
        transform: translateY(-50%);
    }
    #main_container>.sec02 .solution_list a.box>p strong {
        padding-top: 0;
    }
}


/*sec03*/

#main_container>.sec03 {}

#main_container>.sec03 div[class^='col-']:first-child {
    background: url(../_img/main/main_sec02_bg1.jpg) no-repeat center center / cover;
}

#main_container>.sec03 div[class^='col-']:last-child {
    background: url(../_img/main/main_sec02_bg2.jpg) no-repeat center center / cover;
}

#main_container>.sec03 div[class^='col-']>.item {
    position: relative;
    height: 46rem;
}

#main_container>.sec03 div[class^='col-']>.item>div {
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    color: white;
}

#main_container>.sec03 div[class^='col-']>.item>div a {
    display: inline-block;
    background: rgba(231, 22, 27, .6);
    color: #fff;
    font-weight: 300;
    font-size: 1.6rem;
    width: 18rem;
    height: 5rem;
    line-height: 5rem;
    border-radius: 5rem;
    margin-top: 4rem;
}

@media(max-width:767.98px) {
    #main_container>.sec03 div[class^='col-']>.item {
        position: relative;
        height: 36rem;
    }
}