/*----------
TOP
----------*/
.top-main{
    display: flex;
    flex-direction: row-reverse;
}
.top-main-mv{
    position: relative;
    width: calc(1000 / 1400 * 100%);
}
.top-main-mv .mv-copy{
    position: absolute;
    left: 40px;
    bottom: 50px;
    color: #fff;
    font-size: 34px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.top-main-mv .mv-in{
    height: 100%;
    margin-bottom: 0;
}
.top-main-mv .mv-in .slick-list{
    height: 100%;
}
.top-main-mv .mv-in .slick-track{
    height: 100%;
}
.top-main-mv .mv-in .slick-slide{
    position: relative;
}
.top-main-mv .mv-in a{
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.top-main-mv .mv-in .slick-dots{
    width: auto;
    bottom: 20px;
    left: 40px;
}
.top-main-mv .mv-in .slick-dots li{
    width: 13px;
    height: 13px;
}
.top-main-mv .mv-in .slick-dots li button:before{
    content: "";
    width: 9px;
    height: 9px;
    background: #fff;
    border: 2px solid #969696;
    border-radius: 100px;
    opacity: 1;
}
.top-main-mv .mv-in .slick-dots li.slick-active button:before{
    background: #00b781;
    border: 2px solid #fff;
}
.top-main-product{
    background: rgba(0,182,129,0.12);
    width: calc(400 / 1400 * 100%);
}
.top-main-product-heading{
    background: rgba(0,182,129,0.1);
    color: #4d4d4d;
    text-align: center;
    padding: 17px 10px;
}
.top-main-product-heading h2{
    position: relative;
    font-size: 20px;
}
.top-main-product .product-content-pc{
    display: block;
}
.top-main-product .product-content-sp{
    display: none;
}

.top-main-product .product-content{
    padding: 30px 40px;
}
.top-main-product .product-content .each{
    position: relative;
    display: flex;
    background: #fff;
    color: #4d4d4d;
    font-size: 14px;
}
.top-main-product .product-content .each:after{
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    right: 8px;
    bottom: 8px;
    background: url(../../images/common/ico_arrow_circle.svg) no-repeat center center;
    background-size: contain;
}
.top-main-product .product-content .each:nth-child(n+2){
    margin-top: 20px;
}
.top-main-product .product-content .each .img{
    width: 50%;
}
.top-main-product .product-content .each .img img{
    width: 100%;
}
.top-main-product .product-content .each .title{
    display: flex;
    align-items: center;
    width: 50%;
    padding-left: 10px;
}

@media screen and (min-width: 1400px){
    .top-main-mv{
        width: calc(100% - 400px);
    }
    .top-main-product{
        width: 400px;
    }
    .top-main-product .product-content .each .title{
        padding-left: 4%;
        font-size: 1vw;
    }

}



.top-news{
    padding: 55px 0 80px;
}
.top-news .top-news-heading{
    text-align: center;
    margin-bottom: 40px;
}
.top-news .top-news-heading h2{
    position: relative;
    font-size: 32px;
    margin-bottom: 10px;
    padding-bottom: 13px;
}
.top-news .top-news-heading h2:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 30px);
    width: 60px;
    height: 3px;
    background: #00b781;
}
.top-news .top-news-content{
    max-height: 20em;
    overflow-y: scroll;
    margin-bottom: 30px;
}
.top-news .top-news-content::-webkit-scrollbar{
    width: 5px;
}
.top-news .top-news-content::-webkit-scrollbar-track{
    background: #f0f0f0;
    border: none;
    border-radius: 5px;
    box-shadow: none;
}
.top-news .top-news-content::-webkit-scrollbar-thumb{
    background: #777;
    border-radius: 5px;
    box-shadow: none;
}
.top-news .top-news-line{
    font-size: 16px;
    border-bottom: 1px dashed #969696;
    padding: 20px 0;
}
.top-news .top-news-line dl{
    display: flex;
}
.top-news .top-news-line .top-news-date{
    margin-right: 20px;
    color: #969696;
    line-height: 1.4;
}
.top-news .top-news-line .tabs {
    /* display: flex; */
    display: none;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.top-news .top-news-line .tabs .tab {
    display: inline-block;
    padding: 3px 8px 2px;
    border: 1px solid #00b681;
    color: #00b681;
    border-radius: 6px;
    line-height: 1;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
}


.top-news .top-news-fixed {
    background: #f0f0f0;
    padding: 0 20px;
    margin-top: 40px;
}
.top-news .top-news-fixed .top-news-line {
    border-bottom: none;
}
.top-news .top-news-fixed .top-news-line .top-news-date {
    margin-right: 20px;
    color: #000;
}
.top-news .top-news-link{
    text-align: right;
}
.top-news .top-news-link a{
    position: relative;
    padding-right: 25px;
}
.top-news .top-news-link a:after{
    content: "";
    position: absolute;
    width: 10px;
    height: 15px;
    top: calc(50% - 7px);
    right: 0;
    background: url(../../images/common/ico_arrow.svg) no-repeat center center;
    background-size: cover;
}

.top-contents{
    padding: 70px 0 65px;
    background: rgba(0,182,129,0.18);
}
.top-contents .top-contents-in{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.top-contents .top-contents_en{
    max-width: 660px;
    margin: auto;
}
.top-contents .top-contents-in .each{
    width: calc(320 / 1000 * 100%);
}
.top-contents .top-contents_en .each{
    width: calc(320 / 660 * 100%);
}
.top-contents .top-contents-in .each .img{
    margin-bottom: 12px;
}
.top-contents .top-contents-in .each .img img{
    width: 100%;
}
.top-contents .top-contents-in .each .detail{
    position: relative;
    text-align: right;
    padding-right: 25px;
}
.top-contents .top-contents-in .each .detail:after{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    right: 0;
    background: url(../../images/common/ico_arrow_circle.svg) no-repeat center center;
    background-size: cover;
}
.top-contents .top-contents-in .full{
    width: 100%;
    margin-top: 30px;
}
.top-contents .top-contents-in .full .img img{
    width: 100%;
}
.top-contents .top-contents-in .full .detail{
    display: none;
}

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

.top-main{
    display: block;
    height: auto;
}
.top-main-mv{
    width: 100%;

}
.top-main-mv .mv-copy{
    position: absolute;
    left: 20px;
    bottom: 60px;
    color: #fff;
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
.top-main-mv .mv-in{
    height: 100%;
}
.top-main-mv .mv-in .slick-list{
    height: 100%;
}
.top-main-mv .mv-in .slick-track{
    height: 100%;
}
.top-main-mv .mv-in .slick-slide{
    position: relative;
}
.top-main-mv .mv-in a{
    display: block;
    width: 100%;
    padding-top: calc(673 / 1000 * 100%);
}
.top-main-mv .mv-in .slick-dots{
    width: auto;
    bottom: 20px;
    left: 20px;
}
.top-main-product{
    width: 100%;
}
.top-main-product-heading{
    box-sizing: border-box;
    background: rgba(0,182,129,0.1);
    color: #4d4d4d;
    text-align: center;
    padding: 17px 10px;
}
.top-main-product-heading h2{
    font-size: 20px;

}
.top-main-product .product-content-pc{
    display: none;
}
.top-main-product .product-content-sp{
    display: block;
}
.top-main-product .product-content{
    box-sizing: border-box;
    padding: 30px 40px;
}
.top-main-product .product-content .each{
    display: flex;
    background: #fff;
    color: #4d4d4d;
    font-size: 14px;
}
.top-main-product .product-content .each:nth-child(n+2){
    margin-top: 0;
}
.top-main-product .product-content .each .img{
}

.top-main-product .product-content .each .title{
    padding-left: 10px;
}


.top-news .top-news-heading h2{
    font-size: 24px;
    margin-bottom: 10px;
}
.top-news .top-news-content{
    margin-bottom: 30px;
}
.top-news .top-news-line{
    font-size: 14px;
    padding: 10px 0;
}
.top-news .top-news-line dl{
    display: block;
}
.top-news .top-news-line .top-news-date{
    margin-bottom: 10px;
}
.top-news .top-news-line .top-news-desc{
    
}
.top-news .top-news-fixed {
    padding: 0 10px;
}
.top-news .top-news-link{
    text-align: right;
}
.top-news .top-news-link a{
    position: relative;
    padding-right: 15px;
    font-size: 14px;
}
.top-news .top-news-link a:after{
    width: 8px;
    height: 10px;
    top: calc(50% - 5px);
}

.top-contents{
    padding: 70px 0 65px;
    background: rgba(0,182,129,0.18);
}
.top-contents .top-contents-in{
    display: block;
}
.top-contents .top-contents_en{
    max-width: auto;
    max-width: initial;
}
.top-contents .top-contents-in .each{
    width: 100%
}
.top-contents .top-contents_en .each{
    width: 100%;
}
.top-contents .top-contents-in .each:nth-child(n+2){
    margin-top: 20px;
}
.top-contents .top-contents-in .each .detail{
    position: relative;
    text-align: right;
    padding-right: 25px;
    font-size: 20px;
    margin-top: 5px;
}
.top-contents .top-contents-in .each .detail:after{
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
}
.top-contents .top-contents-in .full{
    margin-top: 20px;
    width: 100%;
}
.top-contents .top-contents-in .full .img img{
    width: 100%;
}
.top-contents .top-contents-in .full .detail{
    display: block;
    position: relative;
    text-align: right;
    padding-right: 25px;
    font-size: 20px;
    margin-top: 5px;
}
.top-contents .top-contents-in .full .detail:after{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    right: 0;
    background: url(../../images/common/ico_arrow_circle.svg) no-repeat center center;
    background-size: cover;
}


}