/***************page***************/
.page-template{
    background-color: #000;
}
.service_page{
    position: relative;
    top: 110px;
    margin-bottom: 110px;
}
.service_page .page_title{
    font-size: 45px;
    font-weight: bold;
}
.service_page .page_subtitle{
    margin: 10px 0 20px 0;
}
.service_page .page_tag span{
    background-color: #0e0e0e;
    padding: 5px;
    margin-right: 10px;
    font-size: 14px;
}
.service_page .page_image{
    margin: 50px 0;
    width: 100%;
    height: 300px;
    background-image: url(/wp-content/themes/zenco2/img/web-production_back.png);
    background-size: contain;
    background-position: bottom center;
    background-attachment: fixed;
}
.service_page.company .page_image{
    background-image: url(/wp-content/themes/zenco2/img/company_back.png);
}
.service_page.design .searvice_list_img img{
    max-width: 305px;
}
.service_page .page_section_title{
    font-size: 60px;
    font-weight: bold;
    padding-top: 100px;
    margin-top: -50px;
}
.service_page .issue{
    margin: 100px 0;
}
.service_page .issue .issue_list{
    flex-wrap: wrap;
    margin: 40px 0;
}
.service_page .issue .issue_list li{
    width: calc(33% - 40px);
    margin: 15px 20px;
    font-size: 16px;
    display: flex;
}
.service_page .issue_list li::before{
    display: block;
    content: url(../img/issue_icon.svg);
    margin-right: 40px;
    position: relative;
    top: 10px;
    width: 20px;
    height: 10px;
}
.service_page .searvice{
    margin: 120px 0;
}
.service_page .searvice_list_img{
    width: 40%;
    margin: 30px 50px 0 0;
}
.service_page .searvice_list_img img{
    width: 100%;
}
.service_page .searvice_list_txt{
    width: 60%;
    margin: 30px 0 0 0;
}
.service_page .searvice_list_txt_title{
    font-size: 35px;
    font-weight: bold;
}
.service_page .searvice_list_txt_txt{
    margin: 20px 0 50px 0;
}
.service_page .searvice_list_txt_remark{
    font-size: 14px;
}
.service_page hr{
    width: 150px;
    height: 5px;
    color: #fff;
    background-color: #fff;
    margin: 80px 0;
}
.service_page .price_list{
    margin: 30px 0;
    width: 100%;
}
.service_page .price_list tr{
    border-bottom: 1px solid #838383;
}
.service_page .price_list td{
    padding: 10px;
}
.service_page .flow_list{
    margin: 30px 0;
    overflow: hidden;
}
.service_page .right_scroll{
    overflow: hidden;
}
.service_page .right_scroll_wrap{
    display: flex;
    margin-top: 50px;
}
.service_page .right_scroll .item{
    height: 360px;
    display: flex;
    justify-content: left;
    align-items: center;
    font-weight: bold;
    color: #fff;
}
.service_page .flow_list_block{
    border: 1px solid #fff;
    border-radius: 200px;
    padding: 35px 30px;
    text-align: center;
    width: 270px;
    height: 270px;
}
.service_page .flow_no{
    font-size: 12px;
}
.service_page .flow_title{
    font-size: 20px;
}
.service_page .flow_txt{
    font-weight: normal;
    margin-top: 25px;
    width: 210px;
}
.service_page .right_scroll .item img{
    margin: 0px 20px;
}
.service_page .right_scroll .item02{
    margin-left: 10px;
}
.service_page .websolution{
    background-image: url("../img/websolution_back.png");
    background-repeat:  no-repeat;
    background-position:left;
    background-size: cover;
    width:100%;
    height:100%;
    margin: 0 auto;
}
.service_page .websolution img{
    width: 100%;
    padding: 100px 0 0px;
}
.service_page .footer_servise{
    margin-top: 110px;
}

/***************company_vision***************/
.company_vision_title{
    font-size: 35px;
    font-weight: bold;
    width: 50%;
}
.company_vision_txt{
    width: 50%;
}
.company_vision{
    margin: 130px 0;
}
.company_mvv{
    padding-bottom: 100px;
}
.company_mvv .section_inner{
    position: relative;
}
.company_mvv_image{
    width: 30%;
    margin: 50px;
    position: sticky;
    top: 30px;
    height: min-content;
}
.company_mvv_txt{
    margin: 50px;
    width: 70%;
}
.company_mvv_image img{
    width: 100%;
}
.company_mvv_title{
    font-size: 35px;
    font-weight: bold;
    line-height: 50px;
    margin: 50px 0 40px;
}
.company_mvv_title:nth-child(n+2){
    margin-top: 100px;
}

/***************company_info***************/
.company_info_title{
    width: 60%;
    margin-right: 50px;
}
.company_info_title p{
    margin: 50px 0;
}
.company_info_list{
    width: 40%;
    margin: 80px 0 0;
}
.company_info_list ul{
    font-size: 15px;
}
.company_info_list ul li{
    list-style: disc;
}
.company_info{
    padding-bottom: 30px;
}
.company_info_service{
    padding-bottom: 180px;
}
.company_info_service_list{
    margin: 40px 0;
    border-right: solid 1px #ddd;
    border-left: solid 1px #ddd;
    padding-right: 40px;
    padding-left: 40px;
    width: 25%;
    font-size: 14px;
}
.company_info_service_list:first-child{
    margin-left: 0;
}
.company_info_service .flex{
    flex-wrap: wrap;
}

/***************contact***************/
.contact_form{
    padding: 10px;
    background-color: #fff;
    margin-bottom: 110px;
}
.contact_form form{
    max-width: 500px;
}
.contact_form .required{
    background-color: #FF7F00;
    color: #fff;
    padding: 5px 10px;
    margin-left: 10px;
    font-weight: bold;
    font-size: 14px;
}
.contact_form dt{
    color: #000;
    margin: 10px 0;
}
.contact_form dd{
    margin: 15px 0 30px;
    margin-left: 0;
}
.contact_form input,
.contact_form textarea{
    border: 1px solid #DDDDDD;
    padding: 10px;
    width: 100%;
    max-width: 450px;
}
.contact_form .privacy_policy{
    display: flex;
    color: #000;
}
.contact_form .contact__submit{
    background-color: #000;
    padding: 20px 40px;
    color: #fff;
    margin: 30px 0;
    font-size: 18px;
    cursor: pointer;
}
.contact_send_btn{
    cursor: pointer;
}
.contact_form .error{
    margin-top: 10px;
}
.thanks{
    color: #000;
}
.thanks .section_title{
    text-align: left;
    margin: 50px 0;
    font-size: 30px;
    font-weight: bold;
}
.thanks .thanks_back{
    color: #000;
    border: 1px solid #000;
    padding: 10px 40px;
    margin-bottom: 100px;
    display: block;
    max-width: max-content;    
}
.thanks p{
    margin-bottom: 50px;
}
.privacy_page{
    padding: 60px 0;
    background-color: #fff;
    margin-bottom: 110px;
    color: #000;
}
.privacypolicy_headline{
    font-size: 30px;
    font-weight: bold;
    margin: 50px 0 20px;
}
.privacypolicy_text ul{
    margin-left: 25px;
}
.privacypolicy_text ul li{
    list-style: disc;
}

/***************responnsib***************/
@media only screen and (max-width: 970px) {
    .service_page .page_title {
        font-size: 35px;
        font-weight: bold;
        line-height: 50px;
    }
    .service_page .issue .issue_list li {
        width: 100%;
        margin: 0 0px 20px;
    }
    .service_page .page_section_title {
        font-size: 50px;
        padding-top: 0;
        margin-top: 0;
    }
    .service_page .searvice_list_img {
        width: 100%;
        margin: 30px 0px 0 0;
    }
    .service_page .searvice_list_txt {
        width: 100%;
    }
    .service_page .searvice {
        margin: 80px 0;
    }
    .service_page .searvice_list_txt_title {
        font-size: 35px;
        font-weight: bold;
        line-height: 50px;
    }
    .service_page .price_list td {
        padding: 10px 20px 0 0px;
    }
    .service_page .right_scroll_wrap {
        margin-top: 0;
    }
    .service_page .flow_list {
        margin: 0px 0;
    }
    .websolution{
        display: none;
    }
    .footer_pr_title {
        margin: 190px auto 0;
    }
    .company_vision {
        margin: 60px 0;
    }
    .company_vision_title {
        font-size: 30px;
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }
    .company_vision_txt {
        width: 100%;
    }
    .service_page .page_image {
        background-size: cover;
    }
    .company_mvv_image {
        width: 40%;
        margin: 20px auto;
        top: 0;
    }
    .company_mvv_txt {
        margin: 50px 0;
        width: 100%;
    }
    .company_mvv_image img {
        opacity: 0.3;
    }
    .company_mvv {
        padding-bottom: 0px;
    }
    .company_info_title {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
    .company_info_list {
        width: 100%;
        margin: 40px 0 0;
        text-align: center;
    }
    .company_info_list ul li {
        list-style: none;
    }
    .company_info_service .flex{
        display: flex;
    }
    .company_info_service_list {
        margin: 40px 0;
        width: 50%;
        padding-right: 20px;
        padding-left: 20px;
    }
    .company_info_service {
        padding-bottom: 0px;
    }
    #sitemap_list li {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .contact_form .privacy_page {
        display: block;
    }
    .service_page .issue {
        margin: 60px 0;
    }
    .service_page .page_image {
        background-size: contain;
        height: 200px;
        background-position: bottom;
    }
    .service_page .page_section_title{
        font-size: 40px;
    }
    .service_page hr {
        margin: 60px 0 40px;
    }
}
