@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{
    padding: 55px 0 80px;
}
.top-news .top-news-heading{
    text-align: center;
    margin-bottom: 40px;
}
.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{
    display: block;
    font-size: 14px;
    padding: 10px 0;
}
.top-news .top-news-line .top-news-date{
    margin-right: 20px;
    margin-bottom: 10px;
    color: #969696;
}
.top-news .top-news-line .top-news-desc{
    
}
.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: 3px;
    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: block;
}
.top-contents .top-contents-in .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;
}
.top-contents .top-contents-in .each .detail:after{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: -3px;
    right: 0;
    background: url(../../images/common/ico_arrow_circle.svg) no-repeat center center;
    background-size: cover;
}

}