@charset "utf-8";

/*---------------------------------------------------------
	Top　スクロールエフェクト
---------------------------------------------------------*/
/* .inview {
    height: 100%;
} */

.inview {
    opacity: 0;
    transform: translateY(50px);
    transition: all .8s ease;
}

.inview.on {
    opacity: 1;
    transform: translateY(0);
}

/*---------------------------------------------------------
	Top
---------------------------------------------------------*/
/* top common */
.top_ttl {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    position: relative;
    text-align: center;
    margin-bottom: 48px;
}

.top_ttl h2 {
    font-size: 3.0rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 9px;
    max-height: 100%;
}

.top_ttl span {
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
    max-height: 100%;
    letter-spacing: 0;
}

.top_btn {
    position: relative;
    max-width: 210px;
}

.top_btn.center {
    margin: auto;
}

.top_btn_link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 6px;
    font-size: 1.4rem;
    font-weight: 500;
    color: #3A3F53;
    border: 1px solid #3A3F53;
    border-radius: 100px;
    cursor: pointer;
    text-decoration: none;
    transition: all .3s ease;
    max-height: 100%;
    position: relative;
}

.top_btn_link::after {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    border-top: 2px solid #3A3F53;
    border-right: 2px solid #3A3F53;
    transform: rotate(45deg);
    top: calc(50% - 5px);
    right: 12px;
    margin-left: auto;
    transition: border-color .3s;
    z-index: 5;
}

.top_btn_link:hover {
    background-color: rgba(0, 0, 0, 0.7);
    color: #FFF;
}

.top_btn_link:hover::after {
    border-color: #fff;
    transition: all .3s ease;
}

/* top common// */
#index_wrap {
    position: relative;
    /*width: 100%;*/
}

#index_mv {
    position: relative;
    background: #fff;
}

#index_mv img {
  height: 100vh!important;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
    min-height: 40vw;
}

#top_h1 {
    position: absolute;
    left: 14.1%;
    top: 47.9%;
    max-width: 100%;
    transform: translateY(-50%);
}

#top_h1 h1 {
    font-family: 'Noto Serif JP', serif;
    font-size: 6.0rem;
    letter-spacing: 0.2em;
    color: #fff;
    line-height: 1.666;
    font-weight: 500;
    margin-bottom: 33px;
    -moz-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
    -webkit-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
    -ms-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
    max-height: 100%;

}

#top_h1 span {
    display: block;
    font-family: 'Noto Serif JP', serif;
    font-size: 2.0rem;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 1.45;
    font-weight: 500;
    -moz-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
    -webkit-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
    -ms-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
    max-height: 100%;

}

.scroll {
    position: absolute;
    bottom: 0;
    right: 0;
}

.scroll_in {
    position: relative;
    width: 60px;
    padding-bottom: 300%;
    margin-left: auto;
}

.scroll_txt {
    margin: auto;
    color: #fff;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    /* font-weight: bold; */
    left: 17px;
    position: relative;
    font-size: 1.6rem;
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
    transition: opacity 0.3s;
    text-decoration: none;
    max-height: 100%;

}

.scroll_txt:hover {
    opacity: .7;
}

.scroll_bar {
    display: block;
    position: absolute;
    bottom: 0;
    left: 10px;
    width: 1px;
    height: 100%;
    overflow: hidden;
    background: #fff;
}

.scroll_bar::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 20px;
    content: "";
    background: #555;
    -webkit-animation: scroll 2200ms cubic-bezier(0.57, 0.18, 0.06, 0.93) 0s infinite;
    animation: scroll 2200ms cubic-bezier(0.57, 0.18, 0.06, 0.93) 0s infinite;
}

@-webkit-keyframes scroll {
    0% {
        top: -50%;
    }

    100% {
        top: 100%;
    }
}

@keyframes scroll {
    0% {
        top: -50%;
    }

    100% {
        top: 100%;
    }
}

/* #index_mv .slick-dots {
    display: block;
    position: absolute;
    width: 100%;
    font-size: 0;
    line-height: 1;
    bottom: 40px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
} */
/* #index_mv .slick-dots li {
    display: inline-block;
    margin: 0 5px 0 0;
} */
/* #index_mv .slick-dots button {
    width: 40px;
    height: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    border: 1px solid #fff;
    opacity: .5;
    outline: none;
    cursor: pointer;
} */
/* #index_mv .slick-dots .slick-active button {
    background: #fff;
    opacity: 1;
} */
/*----------------
	copy
--------------------*/
#index_copy {
    position: relative;
}



.copy_video {
    position: relative;
}

.copy_video::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    left: 0;
    bottom: -10px;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 100%);
}

.copy_video video {
    display: block;
    width: 100%;
    object-fit: cover;
    background: #D3ECF0;
}

.copy_video img {
    width: 100%;
    z-index: -30;
    position: relative;
}

.copy_area {
    width: 100%;
    padding: 0 20px;
    position: absolute;
    top: 49.5%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.copy_area::after {
    position: absolute;
    content: "";
    width: 36.3%;
    height: 370px;
    top: 22%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/logomark_w.svg?20231114) no-repeat center / contain;
    opacity: 0.65;
    z-index: -5;
}

.copy_area span {
    display: block;
    font-family: 'Noto Serif JP', serif;
    font-size: 3.0rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 27px;
    max-height: 100%;

}

.copy_area h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 6rem;
    letter-spacing: 0.3em;
    line-height: 1;
    text-align: center;
    position: relative;
    max-height: 100%;

}


/*----------------
	about
--------------------*/
#index_about {
    position: relative;
}

.about_area {
    max-width: 100%;
    width: 1680px;
    margin: 0 auto 48px;
    position: relative;
}

.about_area::before {
    position: absolute;
    content: "";
    width: 32%;
    height: 100%;
    background: url(../img/index_about_bg.png) no-repeat left top 30px / contain;
    z-index: -15;
}

.about_box {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.about_txtbox {
    width: 1100px;
    margin: 0 40px 0 15.4%;
    margin: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* .about_txtbox::after {
    position: absolute;
    content: "";
    width: 100vw;
    min-width: 1300px;
    height: 100%;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: red;
    z-index: -20;

} */

.about_txt {
    max-width: 46.2%;
}

.about_txt h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 2.1rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.809;
    margin-bottom: 18px;
    max-height: 100%;

}

.about_txt p {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.75;
    margin-bottom: 35px;
    max-height: 100%;

}

.about_img {
    width: 840px;
    max-width: 52%;
    position: relative;
}

.about_img img {
    display: block;
    /* width: 100%; */
}

/*----------------
	strength
--------------------*/
#index_strength {
    margin: auto auto 97px;
    position: relative;
}

#index_strength::before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% + 167px);
    max-height: 1133px;
    left: 0;
    bottom: 0;
    background-color: #3A3F53;
    z-index: -10;
}

.strength_area {
    max-width: 1135px;
    margin: auto;
    padding: 0 20px 115px;
}

.strength_area .top_ttl {
    color: #fff;
    text-align: left;
    padding-left: 131px;
}

.strength_area .top_ttl::before {
    display: block;
    position: absolute;
    content: "";
    top: 25px;
    left: 0;
    width: 116px;
    height: 1px;
    /* margin-right: 30px; */
    background: #fff;
}

.strength_area .top_ttl h2 {
    position: relative;
    /* display: flex; */
    /* align-items: center; */
}


.strength_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 119px;
}

.strength_item {
    width: 30.6%;
    position: relative;
}

.strength_img {
    margin-bottom: 44px;
    position: relative;
}

.strength_img img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.strength_img span {
    display: block;
    font-family: 'Noto Serif JP', serif;
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    line-height: 1.25;
    text-align: center;
    color: #fff;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;

}

.strength_txt {
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 1.866;
}

.strength_btn {
    text-align: center;
}

.strength_btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #EFB13C;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-decoration: none;
    color: #3A3F53;
    width: 400px;
    height: 80px;
    /* border: 1px solid #EFB13C; */
    border-radius: 80px;
    transition: all .3s ease;
    max-height: 100%;

}

.strength_btn a:hover {
    background-color: #F1F1F3;
}

/*----------------
	products
--------------------*/
#index_products {
    margin: 0 0 60px;
}

.products_area {
    max-width: 100%;
    width: 1140px;
    padding: 0 20px;
    margin: auto;
}



.products_txt {
    margin-bottom: 52px;
    text-align: center;
}

.products_catch {
    font-family: 'Noto Serif JP', serif;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 2.083;
    /* margin-top: 12px; */
    max-height: 100%;

}

.products_catch_p {
    font-size: 1.7rem;
    letter-spacing: 0.05em;
    margin-top: 39px;
    max-height: 100%;

}

.products_example {
    color: #FFF;
    text-align: center;
    padding: 29px 20px 46px;
    background: #3A3F53;
    margin-bottom: 95px;
}

.products_example>*:first-child {
    margin-top: 0;
}

.products_example>*:last-child {
    margin-bottom: 0;
}

.products_example h3 {
    font-size: 2rem;
    letter-spacing: 0.05em;
    margin-bottom: 18px;
    max-height: 100%;

}

.products_example p {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.875;
    margin-bottom: 3px;
    max-height: 100%;

}

.products_h3 {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 15px;
    max-height: 100%;

}

.top_ttl span:nth-child(3) {
    margin-top: 10px;
}

/* flex */


.products_flex {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 65px;
}

.products_flex_img {
    width: calc(50% - 70px);
    margin-right: auto;
}

.products_flex_img img {
    display: block;
    max-width: 100%;
}

.products_flex_txt {
    width: 50%;
}

.products_flex_txt .products_h3 {
    text-align: left;
    margin-bottom: 1px;
}

.products_flex_txt ul {
    margin-bottom: -21px;
}

.products_flex_txt li {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.875;
    padding-left: 20px;
    margin-bottom: 21px;
    position: relative;
    max-height: 100%;

}

.products_flex_txt li::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: calc(100% - 8px);
    background: #6E7BB2;
    margin: auto;
}

/* table */
.products_table {
    margin-bottom: 91px;
}

.products_table table {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.products_table th,
.products_table td {
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 2;
    padding: 6px 20px 7px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: top;
    max-height: 100%;

}

.products_table th {
    width: 15%;
    background: #F1F1F3;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    vertical-align: middle;
}

.products_table td.td_desc {
    width: 60.33%;
}

.products_table td *:first-child {
    margin-top: 0;
}

.products_table td *:last-child {
    margin-bottom: 0;
}

/* loop img */
.products_img_box {
    display: flex;
    width: calc(2740px * 3);
    min-width: 1024px;
    height: auto;
    overflow: hidden;
    margin-bottom: 60px;
    position: relative;
}

.products_img {
    display: flex;
    margin-bottom: 0;
}

.products_img img {
    display: block;
    width: auto;
    height: auto;
}

@keyframes loop {
    0% {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(100%);
    }
}

@keyframes loop2 {
    0% {
        transform: translateX(-200%);
    }

    to {
        transform: translateX(0%);
    }
}

.products_img:first-child {
    animation: loop 1000s -500s linear infinite;
}

.products_img:last-child {
    animation: loop2 1000s linear infinite;
}

_:-ms-lang(x)::-ms-backdrop,
.products_img_box {
    display: -ms-grid;
    overflow: hidden;
}

/*----------------
		news
--------------------*/
#index_news {
    background: #F5F5F8;

    position: relative;
}

/* #index_news::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: -100;
} */

.news_area {
    max-width: 1135px;
    margin: auto;
    padding: 89px 20px 135px;
}

.news_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

/* .news_item {
} */
.news_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -2%;
    width: calc(100% - 312px);
    position: relative;
}

.news_list .news_post_item {
    width: 48.6%;
    margin-bottom: 2.8%;
}

.news_list .news_post_item:nth-child(odd) {
    margin-right: 2.8%;
}

.news_list .news_post_link {
    display: block;
    height: 100%;
    text-decoration: none;
    color: inherit;
    transition: all .3s ease;
    position: relative;
}

.news_list .news_post_link::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(241, 241, 243, .38);
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease;
}

.news_list .news_post_link:hover::after {
    opacity: 1;
    transition: all .3s ease;
}

.news_post_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news_thumb {
    width: 125px;
    position: relative;
    overflow: hidden;
}

.news_thumb img {
    display: block;
    transition: all .3s ease;
}

.news_post_link:hover .news_thumb img {
    transform: scale(1.1);
    transition: all .3s ease;
}

.news_txt {
    width: calc(100% - 146px);
}

.news_date_cate {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.4rem;
    font-weight: 500;
    color: #3A3F53;
    margin-top: 4px;
    margin-bottom: 14px;
    max-height: 100%;

}

.news_date {
    padding-right: 8px;
    margin-right: 8px;
    position: relative;
}

.news_date::after {
    position: absolute;
    content: "";
    height: 16px;
    width: 1px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #3A3F53;
}

/* .news_cate {} */
.news_title {
    font-size: 1.5rem;
    font-weight: 500;
    color: #3A3F53;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.7em;
    max-height: calc(1.7em*3);
}

/* .news_content>p {
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    margin-bottom: 30px;
} */

/* .index_news .wave_box {
    display: flex;
    background: #fff;
    pointer-events: none;
} */

/* .index_news .wave_box svg {
    width: 100%;
    height: auto;
} */

@media screen and (max-width:767px) {

    /*---------------------------------------------------------
		Top　スクロールエフェクト
	---------------------------------------------------------*/
    .fill_over.hide_ttl {
        left: 0;
        width: 100%;
    }

    /* home mv */
    #index_mv {
        margin-left: 0;
    }

    #index_mv img {
        min-height: auto;
    }

    #top_h1 {
        left: 20px;
        max-width: calc(100% - 20px);
    }

    #top_h1 h1 {
        font-size: 8.4vw;
        letter-spacing: 0.1em;
        margin-bottom: 10px;
    }

    #top_h1 span {
        font-size: 3.1vw;
    }

    .scroll_in {
        /* position: relative; */
        width: 50px;
        padding-bottom: 150%;
        /* margin-left: auto; */
    }

    .scroll_txt {
        /* margin: auto; */
        /* color: #fff; */
        /* -ms-writing-mode: tb-rl; */
        /* writing-mode: vertical-rl; */
        /* font-weight: bold; */
        /* left: 17px; */
        /* position: relative; */
        font-size: 1.2rem;
        /* font-family: 'Roboto', 'Noto Sans JP', sans-serif;
        transition: opacity 0.3s;
        text-decoration: none; */
    }


    /* #page_top_h1 {
        bottom: 60px;
        max-width: 100%;
        top: 200px;
        font-size: 200%;
    }

    #page_top_h1 h1 {
        bottom: 60px;
        max-width: 100%;
        top: 0;
        font-size: 200%;
        margin-bottom: 10px;
        left: 45px;
    } */
    /* home common */

    .top_ttl {
        margin-bottom: 32px;
    }

    .top_ttl h2 {
        font-size: 2.2rem;
        margin-bottom: 3px;
    }

    .top_ttl span {
        font-size: 1.4rem;
    }

    .top_ttl span:nth-child(3) {
        margin-top: 6px;
    }

    .top_btn {
        margin: auto;
        width: 100%;
        max-width: 100%;
    }

    .top_btn_link {
        max-width: 100%;
    }


    /*----------------
        copy
    --------------------*/
    /* #index_copy {
    } */

    /* .copy_video::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 50%;
        left: 0;
        bottom: -10px;
        background: rgb(255, 255, 255);
        background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 100%);
    } */

    .copy_video video {
        /* display: block; */
        /* width: 100%; */
        /* object-fit: cover; */
        /* aspect-ratio: 3 / 2; */
        height: 330px;

    }

    .copy_video img {
        max-width: none;
        object-fit: cover;
        /* aspect-ratio: 3 / 2; */
        height: 330px;


    }

    .copy_area {
        padding: 0 10px;
    }

    .copy_area::after {
        width: 80%;
        height: 240px;
        top: 26%;
    }

    .copy_area span {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }


    .copy_area h2 {
        font-size: 3rem;
    }


    /*----------------
		about
	--------------------*/
    #index_about {
        padding: 0;
    }

    /* #index_about::after {
    } */
    .about_area {
        padding: 0 20px;
        margin: 0 auto 20px;
    }

    .about_area::before {
        width: 100%;
        height: 300px;
        background: url(../img/index_about_bg.png) no-repeat right top / contain;
        top: 30px;
        left: 0;
    }

    /* .about_area::after {
    } */
    .about_box {
        display: block;
    }

    .about_txtbox {
        width: 100%;
        position: static;
        transform: none;
    }

    /* .about_txtbox::after {
        content: none;
    } */

    .about_txt {
        margin: auto auto 45px;
        max-width: calc(100% - 40px);
        width: 510px;
    }

    .about_txt h3 {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }

    .about_txt p {
        font-size: 1.4rem;
        margin-bottom: 25px;
    }

    .about_img {
        max-width: 100%;
        min-width: auto;
        margin-left: 0;
    }

    .about_img img {
        width: 100%;
    }

    .about_txt::after {
        top: -15px;
        right: -25px;
        height: 140px;
    }

    /* #index_bg_area {
    } */
    /*----------------
		strength
	--------------------*/
    #index_strength {
        margin: auto auto 50px;
    }

    #index_strength::before {
        height: calc(100% + 35vw);
        max-height: none;
    }

    .strength_area {
        display: block;
        margin: auto auto 50px;
        padding: 0 20px 30px;
    }

    .strength_area .top_ttl {
        padding-left: 50px;
    }

    .strength_area .top_ttl::before {
        width: 35px;
        top: 19px;
        /* margin-right: 10px; */
    }

    .strength_box {
        justify-content: center;
        margin-bottom: 30px;
    }

    .strength_item {
        width: calc((100% - 20px) / 2);
        margin: 0 0 20px;
    }

    .strength_item:nth-of-type(odd) {
        margin-right: 20px;
    }

    .strength_item:last-of-type {
        margin-right: 0;
    }

    .strength_img {
        margin-bottom: 20px;
    }

    .strength_img span {
        font-size: 4.5vw;
    }

    .strength_btn a {
        font-size: 1.8rem;
        max-width: 100%;
        height: 60px;
    }


    /*----------------
		products
	--------------------*/
    /* #index_products {
    }

    */
    .products_catch {
        font-size: 1.6rem;
    }

    .products_catch_p {
        font-size: 1.4rem;
        margin-top: 20px;

    }

    .products_txt {
        max-width: calc(100% - 40px);
        width: 510px;
        margin: auto auto 20px;
    }

    .products_example {
        padding: 16px 20px 20px;
        margin-bottom: 45px;
    }

    .products_example h3 {
        font-size: 1.6rem;
        margin-bottom: 12px;
    }

    .products_example p {
        font-size: 1.4rem;
        line-height: 1.6;
        margin-bottom: 7px;
    }

    .products_h3 {
        font-size: 1.6rem;
        margin-bottom: 12px;
    }


    /* flex */

    .products_flex {
        margin-bottom: 45px;
    }

    .products_flex_img {
        width: 100%;
        margin-bottom: 13px;
    }

    /* .products_flex_img img {
        display: block;
        max-width: 100%;
    } */

    .products_flex_txt {
        width: 100%;
    }

    .products_flex_txt .products_h3 {
        margin-bottom: 6px;
    }

    .products_flex_txt ul {
        margin-bottom: -10px;
    }

    .products_flex_txt li {
        font-size: 1.4rem;
        line-height: 1.6;
        margin-bottom: 10px;
    }

    /* .products_flex_txt li::before {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        width: 3px;
        height: calc(100% - 8px);
        background: #6E7BB2;
        margin: auto;
    } */

    /* table */
    .products_table {
        margin-bottom: 35px;
    }

    .products_table .table {
        overflow-x: auto;

    }


    .products_table th,
    .products_table td {
        /* font-size: 1.3rem; */
        padding: 6px 15px 7px;
        white-space: nowrap;
    }

    .products_table th {
        width: 15%;
        background: #F5F5F5;
        font-size: 1.3rem;
        font-weight: bold;
        letter-spacing: 0.1em;
        text-align: center;
        vertical-align: middle;
    }

    .products_table td.td_desc {
        width: 60.33%;
    }

    .products_table td *:first-child {
        margin-top: 0;
    }

    /* .products_table td *:last-child {
        margin-bottom: 0;
    } */

    /* loop img */
    .products_img_box {
        min-width: auto;
        margin-bottom: 40px;
        height: auto;
        width: calc(1370px * 3);
    }

    .products_img {
        width: calc(1370px * 3);
    }

    .products_img li {
        width: 1370px;
    }

    /* products button */
    #index_products .top_btn.center {
        padding: 0 20px;
    }

    /*----------------
		news
	--------------------*/
    .index_news {
        margin-bottom: 70px;
    }

    /* #index_news::after {
        height: calc(100% + 130px);
    } */

    .news_area {
        padding: 40px 20px 60px;
    }

    /* .news_box {
        padding-top: 40px;
    } */

    .news_item {
        width: 100%;
    }

    .news_list {
        width: 100%;
        margin-bottom: 30px;
    }

    .news_list .news_post_item {
        width: 100%;
        margin-bottom: 15px;
    }

    .news_list .news_post_item:nth-child(odd) {
        margin-right: 0;
    }

    .news_thumb {
        width: 90px;
    }

    .news_txt {
        width: calc(100% - 105px);
    }

    .news_date_cate {
        font-size: 1.2rem;
        margin-top: 0;
        margin-bottom: 4px;
    }

    .news_title {
        font-size: 1.3rem;
    }
}