/***************splash***************/
#wrapper{
    display: none;
}
.splash{
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 999;
    background:#000;
    text-align:center;
    color:#fff;
    top: 0;
}
#mask svg{
    max-width:500px;
    width:100%;
    height:auto;
}
#mask .st0{
    fill: none;
    stroke: #FFF;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 35.8px;
    stroke-miterlimit:10;
    stroke-dasharray: 1600;
    stroke-dashoffset:1600;
}

/***************main_visual***************/
.mv{
    padding-top: 80px;
    margin: 0 auto;
}
.mv_main{
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
}
.mv_main1{
    letter-spacing: 6px;
    margin-bottom: 20px;
    font-size: 95px;
}
.mv_main2{
    /*margin-bottom: 50px;*/
    font-size: 30px;
    margin: 35px 0 50px;
    letter-spacing: 5px;
}
.mv_txt{
    padding: 18vh 0;
    width: 50%;
    margin-left: 80px;
    text-shadow: 0 0 0.15em #1da9cc;
    filter: blur(0.007em);
}
#mv_video_area{
    position: fixed;
    z-index: -1;
    top: -110px;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}
#mv_video {
    position: absolute;
    z-index: -1;
    /*
    top: 12%;
    left: 70%;
    */
    top: 7%;
    left: 30%;
    transform: translate(-50%, -50%);
    width: 177.77777778vh;
    height: 56.25vw;
    min-height: 70%;
    min-width: 70%;
}
.mv_txt h1{
    font-size: 13px;
    margin-bottom: 20px;
}
#js-slider-1 img {
    width: 100%;
    height: 75vh;
    object-fit: cover;
}
.mv_slick{
    width: 52%;
    padding: 3vh 0vw 0 50px;
    opacity: 0.95;
}
.mv_scroll {
    position: absolute;
    top: 65vh;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    height: 295px;
}
.design_catch {
    font-size: 220px;
    padding-left: 100%;
    white-space: nowrap;
    line-height: 1em;
    animation: scrollAnime 40s linear infinite;
    font-weight: 500;
    color: #ffffff2e;
}
.design_catch div {display: inline-block; margin-right: 10px;}
@keyframes scrollAnime{
    0% {transform: translateX(0)}
  100% {transform: translateX(-100%)}
}

/***************mission_vision_value***************/
.mvv{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    top: -60px;
    position: relative;
 }
 .mvv_box{
    will-change: transform,animation,position;
    animation-timing-function: ease;
    transform: scale(0);
    background-color: #0E0E0E;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15%;
    border-radius: 3000px;
    width: 100%;
    height: 100vw;
    text-align: center;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    overflow:hidden;
    background: linear-gradient(180deg, rgba(14,14,14,1) 0%, rgba(0,0,0,1) 100%);
}
.mvv_title span{
    font-family: "fot-udkakugo-large-pr6n", "din-2014", sans-serif;
    font-weight: bold;
    font-size: 100px;
}
.mvv_title div:nth-child(2){
    margin: -175px 0;
}
.mvv_title{
    margin-top: -60px;
}
.mvv_txt{
    text-align: left;
    padding: 30px 70px;
    max-width: 560px;
}
.mvv_txt1{
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 50px;
    line-height: 55px;
}

/***************features***************/
.features{
    position: relative;
    top:-500px;
}
.features_title{
    font-size: 60px;
    width: 40%;
    margin-top: -20px;
}
.features_title div{
    margin-bottom: 20px;
}
.features_txt{
    margin-top: 20px;
    width: 60%;
}
.features_txt div{
    margin-bottom: 55px;
}

/***************service***************/
.service {
    position: relative;
    top: -330px;
}
.service .section_inner{
    position: relative;
    z-index: 2;
    top: 85px;
}
.service_block_l{
    width: 40%;    
}
.service_block_l .med_logo{
    margin: -20px 0 10px 0;
}
.service_block_l .med_logo img{
    width: 120px;
}
.service_block_l p{
    font-size: 20px;
    margin-bottom: 20px;
}
.service_block_r{
    width: 60%;
}
.service_block_r .med_img{
    padding: 55px 10px;
}
.service_block_r .med_img img{
    width: 100%;
}
.service video {
    margin: 0 0 0 auto;
    position: absolute;
    left: 0;
    bottom: 0;
    min-width: 100%;
    width: auto;
    height: 615px;
    z-index: 1;
    object-fit: cover;
    opacity: 0.2;
    top: 0;
}
.service .section_title{
    text-align: left;
}

/***************service_menu***************/
.service_menu{
    position: relative;
}
.service_menu_block{
    z-index: 1;
    position: relative;
}
.service_menu_block_list{
    background-color: #fff;
    color: #000;
    width: 50%;
    border-radius: 10px;
    margin: 30px;
    text-align: center;
    padding: 40px;
}
.service_menu_block_list img{
    margin: 0px auto 10px;
}
.service_menu_block_list_title{
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
}
.service_menu_block_list_tag{
    text-align: left;
}
.service_menu_block_list_tag span{
    background-color: #000;
    color: #fff;
    padding: 0px 5px;
    margin-right: 2px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px;
}
.service_menu_scroll {
    position: absolute;
    top: -90px;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    height: 295px;
}
.service_menu_no .js-num{
    font-size: 70px;
    font-weight: bold;
}
.service_menu_no_list_title{
    font-size: 20px;
    font-weight: bold;
    margin-top: -25px;
}
.service_menu_no_list{
    margin: 20px 40px;
    text-align: center;
}
.service_menu_no_list p{
    margin-top: 30px;
}

/***************feature***************/
.feature{
	background-image: url(/wp-content/themes/zenco2/img/feature_back.png);
	background-repeat:  no-repeat;
	background-position: center center; 
	background-size:cover;
	color: #fff;
	text-align: center;
 }
 .feature_block{
	padding: 60px 10px;
 }
.feature_title{
	font-size: 40px;
	margin: 0px 30px 30px 30px;
}
.feature .white_btn{
    width: max-content;
    border: 1px solid #fff;
    margin: 30px auto;
    padding: 10px 30px;
}
.feature .white_btn a{
	color: #fff;
}
.feature_subtitle{
    font-weight: bold;
    font-size: 12px;
}
.feature{
    margin: 100px 0 0;
}
.feature .slider-2 .slick-slide {
    width: 600px;
    height: 455px;
    margin: 0 40px;
    position: relative;
    overflow: hidden;
}
.feature .slider-2 .slick-arrow {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
    position: absolute;
    top: 180px;
    z-index: 1;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.feature .slider-2 .slick-arrow::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #09000d;
    border-width: 3px 3px 0 0;
    position: absolute;
    top: 24px;
    transform: rotate(45deg);
}
.feature .slider-2 .slick-next {
    right: 0;
}
.feature .slider-2 .slick-prev {
    left: 0;
}
.feature .slider-2 .slick-next::before {
    left: 20px;
}
.feature .slider-2 .slick-prev::before {
    border-width: 0 0 3px 3px;
    right: 22px;
}
.feature .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
    background-color: #fff !important;
}
.feature .slider-2 .slick-arrow{
    top: 220px;
}

/***************blog***************/
.blog_list{
	margin:0;
    background-color: #fff;
}
.blog_list .section_title{
    color: #000;
}
.blog_list .section_inner{
    padding: 100px 0 80px;
}

/***************responnsib***************/
@media only screen and (min-width: 1700px) {
    .features{
        position: relative;
        top:-600px;
    }
}
@media only screen and (max-width: 1435px) {
    .features { top: -450px; }
}
@media only screen and (max-width: 1305px) {
    .features { top: -250px; }
    .service {
        position: relative;
        top: -200px;
    }
}
@media only screen and (max-width: 1200px) {
    .mv_main1 { font-size: 85px; }
    .mv_main2 { font-size: 25px; }
    .service video {
        height: 655px;
    }
    .blog_list .section_inner {
        padding: 100px 20px 80px;
    }
}
@media only screen and (max-width: 1155px) {
    .features { top: -100px; }
    .service {
        position: relative;
        top: -50px;
        margin-bottom: 200px;
    }
}
@media only screen and (max-width: 1095px) {
    .mv_main1 { font-size: 75px; }
    .mv_main2 { font-size: 20px; }
    .service {
        top: -50px;
        margin-bottom: 200px;
    }
    .section_inner {
        padding: 0 30px;
    }
}
@media only screen and (max-width: 970px) {
    .mv.flex { display: block; }
    .mv_txt {
        width: 100%;
        margin-left: 0px;
        text-align: center;
    }
    #mv_video_area {
        /*
        left: 25%;
        overflow: initial;
        */
        top: -420px;
        left: 0;
        overflow: initial;
        top: -420px;
        overflow: hidden;
    }
    .mv_slick {
        width: 100%;
        padding: 0;
    }
    .mvv_box .flex{
        display: block;
    }
    .mvv_txt {
        text-align: center;
        max-width: 100%;
        top: -470px;
        position: relative;
    }
    .features {
        top: -300px;
    }
    .features_title {
        font-size: 50px;
        width: 100%;
        margin-top: -20px;
        text-align: center;
    }
    .features_title span{
        margin-bottom: -125px;
        display: block;
        max-width: max-content;
        margin: 0 auto -130px;
    }
    .features_txt {
        margin-top: 170px;
        width: 100%;
        text-align: center;
    }
    .features_txt div {
        margin-bottom: 35px;
    }
    .service {
        top: -200px;
        margin-bottom: 50px;
    }
    .service_block_l {
        width: 100%;
        text-align: center;
    }
    .service .section_title {
        text-align: center;
    }
    .service_block_r {
        width: 100%;
    }
    .med_logo{
        display: none;
    }
    .section_title_jp {
        margin: -30px 0 20px 0px;
    }
    .service_menu_block_list {
        width: 100%;
        margin: 0 0 40px;
    }
    .service_menu_block_list_title {
        text-align: center;
    }
    .service_menu_block_list_tag {
        text-align: center;
    }
    .article_list {
        margin: 0px 0px 30px 0;
        width: 100%;
    }
    .article_list .thumbnail_list {
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
    }
    .article_list .thumbnail_list img {
        max-width: 100%;
    }
    .article_list .post-category {
        text-align: center;
    }
    .article_list .post-title{
        text-align: center;
    }
    .service_menu_no_list {
        margin: 20px 40px;
        text-align: center;
        border-bottom: 1px solid #959595;
        padding-bottom: 50px;
    }
    .service_menu_no_list:last-child {
        border-bottom: 0;
    }
}

@media only screen and (max-width: 768px) {
    .mv_main1 { 
        font-size: 45px;
        text-align: center;
     }
    .mv_main2 { 
        font-size: 18px; 
    }
    .mv_txt {
        padding: 13vh 25px;
    }
    .mvv_txt {
        padding: 30px 30px;
    }
    .mvv_box {
        height: 170vw;
    }
    .service {
        top: 0;
    }
    .service_menu {
        position: relative;
        margin-top: 120px;
    }
    .service_menu_block_list {
        padding: 20px;
    }
    .service_menu_block_list img{
        width: 100%;
    }
    .feature_title {
        font-size: 28px;
        margin: 0px 0px 20px 0px;
    }
    .feature .slider-2 .slick-slide {
        height: 555px;
        margin: 0 20px;
    }
    .splash{
        padding: 0 40px;
    }
    .service video {
        height: 675px;
        width: 100%;
    }
    .feature_description{
        font-size: 14px;
    }
    .feature .slider-2 .slick-prev {
        left: -30px;
    }
    .feature .slider-2 .slick-next {
        right: -30px;
    }
    .features_title {
        font-size: 45px;
        margin-top: 30px;
    }
    .features_title span {
        margin: 0 auto -115px;
    }
    .section_title_eg {
        font-size: 50px;
    }
    .features_txt div {
        margin-bottom: 20px;
    }
    .blog_list .section_inner {
        padding: 70px 20px 70px;
    }
    #mv_video{
        opacity: 0.6;
    }
}

@media all and (min-width: 768px) and (max-width: 850px) {
    .features {
        top: -200px;
    }    
}
@media all and (min-width: 500px) and (max-width: 767px) {
    .mvv_box {
        height: 120vw;
    }
   .features {
        top: -200px;
    }
}
@media only screen and (max-width: 600px) {
    .features {
        top: -50px;
    }
}
@media all and (min-width: 400px) and (max-width: 500px) {
    .features {
        top: -150px;
    }
}