

/*----------------------- .service -----------------------*/
.page_service{
    margin-bottom: 80px;
    padding-top: 80px;
}
@media screen and (max-width: 815px) {
.page_service{
    margin-bottom: 30px;
    padding-top: 30px;
}
}


/*------------- nav ------------- */
.service_nav{
margin: 0 auto;
    margin-bottom: 80px;
}

.service_nav{
    position:relative;
    text-align:center;
}

.service_nav:before {
    content:"";
    position:absolute;
    top:50%;
    left:0;
    width:30%; /* 適当に調整 */
    height:1px;
    border-bottom:solid 1px #0e2d8a;

}

.service_nav:after {
    content:"";
    position:absolute;
    top:50%;
    right:0;
    width:30%; /* 適当に調整 */
    height:1px;
    border-bottom:solid 1px #0e2d8a;

}
@media screen and (max-width: 815px) {
.service_nav{
    display: none;
}
    .sp_none{
        display: none!important;
    }    
}



.service_nav ul{
    width: 340px;
    margin: 0 auto;
}


.service_nav ul li{
    padding-left: 20px;
    padding-right: 20px;
}
.service_nav ul li a{
    color: #0e2d8a;
}
.service_nav ul li.active a{
    color:#009fa8;
}
.service_nav ul li.active_ems a{
    color: #6863d7;
}
.service_nav ul li.active_hs a{
    color: #00a0e9;
}
@media screen and (max-width: 480px) {
.service_nav{
    display: none;
}
}
/*-------------  PS ------------- */
.service_lead{
    position: relative;
    z-index: 1;
    margin-bottom: -150px;
}
.service_mv_wrap{
    position: relative;
    z-index: 1;
}
.service_bunya{
    position: relative;
    z-index: 0;
    top:-150px;

}
.service_bunya.cate_ps .contents{
    width: 100%;
}
.service_mv_wrap .contents{
    width: 40%;
}
.service_mv_wrap figure{
    width: 60%;
}

.service_mv_wrap .contents .title{
    padding:6px 10px 10px 30px;
    color: #FFFFFF;
}
.service_mv_wrap .contents .title h2{
    font-size: 3.5rem;
}
.service_mv_wrap .contents .title p{
    font-size: 1.3rem;
    text-indent: -7px;
}
.service_mv_wrap .title.cate_ems p{
    letter-spacing: -1px;
}

.service_mv_wrap .title.cate_hs{
 background: -webkit-linear-gradient(#0070b2, #00a0e9);
 background: -o-linear-gradient(#0070b2, #00a0e9);
 background: linear-gradient(#0070b2, #00a0e9);
}
.service_mv_wrap .title.cate_01{
 background: -webkit-linear-gradient(#0fabc3, #1ebac3);
 background: -o-linear-gradient(#0fabc3, #1ebac3);
 background: linear-gradient(#0fabc3, #1ebac3);
}
.service_mv_wrap .title.cate_ems{
 background: -webkit-linear-gradient(#655fcf, #6d8cdd);
 background: -o-linear-gradient(#655fcf, #6d8cdd);
 background: linear-gradient(#655fcf, #6d8cdd);
}
.service_mv_wrap .contents h3{
    color:#00a0e9;
    font-size: 2.3rem;;
    font-weight: 500;
    line-height: 1.75;
    padding-top: 32px;
}
.service_mv_wrap .contents h3.cate_ems{
    color:#584c9d;
}
.service_mv_wrap .contents h3.cate_ps{
    color:#009fa8;
}

.service_bunya{
    background: #eeeeee;
    width: 50%;
    -js-display: flex;
    display: flex;
    align-items: center;
	padding: 30px 0px;

}


.service_bunya .contents{
    position: relative;
    left: 40px;
}
.service_bunya .contents .row{
    margin-top: 10px;
    padding-right: 80px;
	-js-display: flex;
    display: flex;
    flex-direction: column;
}
.service_bunya .contents .row ul{
    width: 100%;
}

.service_bunya .contents .row ul li br{
    display: none;
}

/*.service_bunya .contents .row ul li:nth-child(2) br{
    display: inline;
}
*/
@media screen and (max-width: 815px) {
.service_bunya .contents .row{
    flex-direction: row;
    padding-right: 0px;
}
.service_bunya.cate_ps .contents{
    width: 100%;
}  
.service_bunya.cate_ems .contents{
    width: 100%;
}  
.service_bunya.cate_hs .contents{
    width: 100%;
}  
    
.service_bunya .contents{
    position: relative;
    left: 0px;
} 
    
}


@media screen and (max-width: 480px) {
.service_bunya .contents .row ul li br{
    display: block;
}
}


.service_cate{
    background: #FFFFFF;
    display: inline-block;
    border-radius: 40px;
    padding: 6px 10px 4px 10px;
    margin-left: -2px;
}

.service_cate.shutai{
    background: #FFFFFF;
    -js-display: inline-flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    padding: 0 10px;
    margin-left: 0px;
    height: 30px;
    line-height: 1;
}

.service_cate.cate_01{
    color: #00a0e9;
    border:1px solid #00a0e9;
}
.service_cate.cate_ems{
    color: #584c9d;
    border:1px solid #584c9d;
}
.service_cate.cate_ps{
    color: #009fa8;
    border:1px solid #009fa8;
}
.service_wrap{
    position: relative;
    -js-display: flex;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}



.service_wrap.left{
    position: relative;
    -js-display: flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.service_wrap figure{
   position: relative;
    z-index: 1;
    left: 20px;
}
.service_wrap.right figure{
   position: relative;
    z-index: 1;
    left: 20px;
}
.service_wrap.left figure{
   position: relative;
    z-index: 1;
    left: -20px;
    top:40px;
}
.service_wrap.left figure.hs_flow{
   position: relative;
    z-index: 1;
    left: -30px;
    top:-40px;
}
.service_wrap.left figure.ems_img{
   position: relative;
    z-index: 1;
    left: -20px;
    top:0px;
}


.service_wrap .contents_bg{
    width: 44%;
    -js-display: flex;
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 60px;
}
.service_wrap.right .contents_bg{
    width: 50%;
    -js-display: flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 40px;
    padding-bottom: 60px;
    position: relative;
    z-index: 0;
    right: 0;
}



.service_wrap.left .contents_bg{
    width: 50%;
    -js-display: flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 40px;
    padding-bottom: 60px;
    position: relative;
    z-index: 0;
    right: 0;
    padding-left: 20px;
}


.service_wrap .contents_bg .contents{
    width: 100%;
    max-width: 440px;
    margin-left: 60px;
}
.service_wrap.left .contents_bg .contents{
    margin-left: 0px;
    margin-right: 60px;
}
.service_wrap.right .contents_bg .contents{

}


.service_wrap.ps .contents_bg{
    background:#ebf6f5;
}
.service_wrap.ems .contents_bg{
    background: #f4f3f9;
}
.service_wrap.hs .contents_bg{
    background: #eaf6fd;
}
.service_wrap.ps .contents_title{
    border-bottom:1px solid rgba(30,186,195,1);
}
.service_wrap.ems .contents_title{
    border-bottom:1px solid #584c9d;
}
.service_wrap.hs .contents_title{
    border-bottom:1px solid #00a0e9;
}
.service_wrap .contents_title h4{
font-size: 1.85rem;
    font-weight: 700;
    line-height: 1.65;
    padding-top: 25px;
    padding-bottom: 15px;
}
.service_wrap_04.right .contents_bg {
    width: 50%;
    -js-display: flex;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 40px;
    padding-bottom: 60px;
    height:460px;
    position: relative;
    z-index: 0;
    margin-top: -8px;
}


.service_wrap_04.right figure{
    position: absolute;
    z-index: 1;
    right:0;
    left:0;
    top:160px;
}


.service_wrap_both{
    margin-top:60px;
    margin-bottom:60px;
}

.service_wrap_both.ems{
    margin-top:80px;
    margin-bottom:40px;
}

.service_wrap.ps_01,.service_wrap.hs_01{
    margin-top:80px;
    margin-bottom:0px;
}


.service_wrap_both .container{
    -js-display: flex;
    display: flex;
    flex-flow:wrap;
    justify-content: space-between;
}

.service_wrap_both .contents{
    width: 46%;
}
.service_bunya .contents .row p {
	padding-right: 110px;
	margin-bottom: 3px;
}
.service_bunya .contents .row ul.hs_ul_01{
    width: 100%;
    letter-spacing: -0.8px;
	padding-right: 110px;
	list-style-type: disc;
	margin-left: 1.5em;
}
.service_bunya .contents .row ul.ps_ul_01{
    width: 100%;
    letter-spacing: -0.8px;
	padding-right: 95px;
	list-style-type: disc;
	margin-left: 1.5em;
}


.service_bunya .contents .row ul.hs_ul_02{
    width: 90%;
    letter-spacing: -1px;
		list-style-type: disc;
		margin-left: 1.5em;
}  

@media screen and (max-width: 815px) {
 
    .page_service .container{
        padding-left: 0;
        padding-right: 0;
    }
    
.service_lead{
    margin-bottom: 0;
}
.service_mv_wrap{
    position: relative;
    z-index: 1;
}
.service_bunya{
    position: relative;
    z-index: 0;
    top:20px;
    width: 100%;
    height: auto;
    padding: 20px;
    margin-bottom: 40px;
	height: auto;
    display: inline-block;
	
}
.service_bunya .contents{
    margin-left: 0px;
    max-width: 560px;
} 
.service_bunya .contents .row{
    margin-top: 8px;
}
.service_bunya .contents .row p{
	padding-right: 0px;
	margin-bottom: 3px;

}
.service_bunya .contents .row ul.hs_ul_01{
    width: 100%;
    letter-spacing: -0.8px;
	padding-right: 0px;
}
.service_bunya .contents .row ul.hs_ul_01.long{
    width: 100%;
    letter-spacing: -0.2px;
}  
	
.service_bunya .contents .row ul.ps_ul_01{
    width: 100%;
    letter-spacing: -0.8px;
	padding-right: 0px;
}
.service_bunya .contents .row ul.ps_ul_01.long{
    width: 100%;
    letter-spacing: -0.2px;
}  
    
.service_bunya .contents .row ul li{
     font-size: 1.2rem;
	width: 100%;
}
.service_cate{
    font-size: 1.2rem;
    padding: 4px 10px 3px 10px;
    margin-left: -3px;
}
.service_cate.shutai{
    padding:  4px 10px 3px 10px;
}    
    
.service_mv_wrap .contents{
    width: 60%;
}
.service_mv_wrap figure{
    width: 40%;
}

 .service_mv_wrap .contents .title{
    padding:10px 10px 10px 10px;
    color: #FFFFFF;
}
.service_mv_wrap .contents .title h2{
    font-size: 2rem;
    padding-left: 10px;
    padding-right: 20px;
}
.service_mv_wrap .contents .title p{
    font-size: 1.15rem;
    padding-left: 10px;
    padding-right: 10px;
}
.service_mv_wrap .contents h3{
    font-size: 1.6rem;
    line-height: 1.6;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.service_mv_wrap .contents h3 br{
    display: none;
    }

.service_wrap{
    width: 100%;
    -js-display: flex;
    display: flex;
    flex-flow: wrap-reverse;
    justify-content: flex-start;
}
.service_wrap.left{
    width: 100%;
    -js-display: flex;
    display: flex;
    flex-flow: wrap;
}
.service_wrap figure{
   position: relative;
    z-index: 1;
    padding-top:30px;
    padding-bottom: 30px;
    width: 80%;
    margin: 0 auto;
    left: 0px!important;
}

.service_wrap .contents_bg,
.service_wrap.left .contents_bg,
.service_wrap.right .contents_bg{
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
}
.service_wrap .contents_bg .contents,
.service_wrap.left .contents_bg .contents,
.service_wrap.right .contents_bg .contents{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.service_wrap .contents_title h4{
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.65;
    padding-top:10px;

    
}
    .service_wrap .contents_title h4 br{
        display: none;
    }
    
    .service_wrap .contents_title h4 br.block{
        display: block;
    }
    
.service_wrap_04.right .contents_bg {
    width: 100%;
    height:100px;
}

    .service_wrap_04.right figure{
        position:relative;
        top:0px;
        background: #eaf6fd;
        padding-top:0px;
        margin-bottom: 40px;
    
    width: 100%;
}
.service_wrap_both{
    margin-top:20px;
    margin-bottom:40px;
}

.service_wrap_both .container{
    -js-display: flex;
    display: flex;
    flex-flow:wrap;
    justify-content: space-between;
}
    

.service_wrap_both .contents{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;

}   
.service_wrap.left figure.hs_flow {
    left: 0px;
    top: 0px;
}
}


.servece_mt{
    margin-top: 30px;
}
.service_wrap h5{
    font-weight: 700;
    padding-bottom: 2px;
    font-size: 1.5rem;
}
@media screen and (max-width: 815px) {
    .servece_mt{
    margin-top: 15px;
}
.service_wrap_both.ems {
    margin-top: 10px;
    margin-bottom: 10px;
}
.service_wrap.ps_01, .service_wrap.hs_01 {
    margin-top: 10px;
    margin-bottom: 10px;
}
    
}
/*-------------  service_footer ------------- */
.service_footer{
    padding-top: 80px;

}
.service_footer .container{
    -js-display: flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.service_footer.ps{
    max-width: 540px;
    margin: 0 auto;
    width: 100%;
}
.service_footer.hs{
    max-width: 620px;
    margin: 0 auto;
    width: 100%;
}
.service_footer.ems{
    max-width: 440px;
    margin: 0 auto;
    width: 100%;
}


.service_footer a.logo{
    display: inline-block;
	margin-top: 10px;
}
@media screen and (max-width: 815px) {
.service_footer{
    padding-top: 50px;
    padding-bottom: 50px;
}
.service_footer a.logo{
    width: calc(100% - 80px);

}
.service_footer .logo-box{
    width: calc(100% - 80px);

}
.service_footer .logo-box a.logo{
    width: 100%;

}
    
.service_footer .container{  
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  
 }   
    .service_footer.ems img{
        padding: 5px 0;
    }
    .hsmt_sp{
        margin-top: 60px;
    }
}


.feature_topics{
    width: 100%;
    position: relative;
    height: 188px;
    background: #eaf6fd;
    -js-display: flex;
    display: flex;
    align-items: center;
}

.feature_topics .topics_wrap{
    width: 100%;
    margin-left: 20px;
}
.feature_topics p.title{
    position: absolute;
    left:calc(55% + 18px);
    top:24px;
color:#00a0e9;
}

.feature_topics p.title:after{
content: '';
display: inline-block;
width: 184px;
height: 1px;
position: absolute;
    top:8px;
    left: 65px;
background-color: #00a0e9;
}

.feature_topics p.title:after {right: 0;}


.feature_topics .topics_wrap figure{
    width: 55%;
}
.feature_topics .topics_wrap .contents{
    width: calc(45% - 10px);
    -js-display: flex;
    display: flex;
    justify-content: flex-start;
    margin-left: 10px;
    margin-top: 35px;

}
.feature_topics .topics_wrap .contents p{
    line-height: 1.6;
}
.feature_topics .topics_wrap .contents p.txt{
   text-indent: -8px;
}

.feature_topics .topics_wrap .contents p.rank{
    font-size: 3.0rem;
color:#ed6c00;
}
.feature_topics .topics_wrap .contents p small{
    font-size: 1.25rem;
}
@media screen and (max-width: 815px) {

.feature_topics{
    height: auto;
    padding:0;
}
    

.feature_topics p.title{
    position: relative;
    text-align: center;
    left:auto;
    top:0px;
    font-size: 1.6rem;
}

.feature_topics p.title:after{
content: none;
}
    
    
.feature_topics {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 20px 0;
}
.feature_topics .topics_wrap{
    margin-left: 0px;
    -js-display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.feature_topics .topics_wrap figure{
    width: 80%;
    margin-top: 15px;
}
.feature_topics .topics_wrap .contents{
    width: auto;
    display: inline-block;
    justify-content: center;
    margin-left: 0;
    margin-top: 15px;
}
    .page_feature h3{
        padding-bottom: 25px;
    }
}



.emslist{
    margin-top:10px;
}
.emslist li{
    padding:5px 0;
   margin-left:1.8rem;
}
.emslist li::before{
    content:'●';
    color:#584c9d;
   margin-left:-1.8rem;
    padding-right:5px;
}

