@charset "utf-8";
/* -----------------------------------------------------------
    サービス詳細
-------------------------------------------------------------- */
#service {}

.pagetitle-area .basic-txt{
	font-size: 2rem;
	padding: 40px 0 0;
	color: #fff;
	font-weight: 700;
	width: 100%;
}
#bilingual .pagetitle-area .basic-txt{
	width: 100%;
	padding: 30px 0 0;
}

.pagetitle-area::after{
	content: '';
	position: absolute;
	background: url("../img/it-mv.jpg") no-repeat top center / cover;
	width: 1200px;
	height: 450px;
	/*
	top: 500px;
	*/
	z-index: 1;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.managed .pagetitle-area::after{
	background: url("../img/managed-mv.jpg") no-repeat top center / cover;
}
.system .pagetitle-area::after{
	background: url("../img/system-mv.jpg") no-repeat top center / cover;
}
.bilingual .pagetitle-area::after{
	background: url("../img/bilingual-mv.jpg") no-repeat top center / cover;
}
.cloud .pagetitle-area::after{
	background: url("../img/cloud-mv.jpg") no-repeat top center / cover;
}
.salesforce .pagetitle-area::after{
	background: url("../img/salesforce-mv.jpg") no-repeat top center / cover;
}

#service .arrow {
    width: 36%;
    height: 16px;
    border-bottom: 1px solid #0E6EB8;
    border-right: 1px solid #0E6EB8;
    transform: skew(45deg);
    padding: 5px 0;
}

@media screen and (max-width: 768px) {
	.pagetitle-area .basic-txt{
		font-size: 1.8rem;
		padding: 20px 0 0;
		width: 100%;
	}
	#bilingual .pagetitle-area .basic-txt{
		width: 100%;
		padding: 30px 0 0;
	}

	.pagetitle-area::after{
		background: url("../img/it-mv.jpg") no-repeat top center / cover;
		width: calc(100% - 40px);
		height: 200px;
		top: auto;
		margin: 35px auto 0;
	}
	
    #service .arrow {
        width: 350px;
    }
}

/*    solution-area
-------------------------------------------------------------- */
.solution-area{
	/*
	margin: 300px 0 0;
	*/
	padding: 70px 0 80px;
	background: #F1F3F8;
}
/*
#bilingual .solution-area{
	margin: 330px 0 0;
}
*/

.solution-area ul{
	display: flex;
	justify-content: space-between;
	margin: 50px 0 0;
}
.solution-area ul li{
	/*
	box-shadow: 2px 2px 11px rgba(14, 110, 184, .15);
	*/
	width: calc((100% / 3) - 20px );
	background: #fff;
}
#managed .solution-area.wid2 ul li{
	width: calc((100% / 2) - 20px );
    padding-bottom: 30px;
}
#bilingual .solution-area ul li{
	width: 100%;
	padding: 30px;
}
#salesforce .solution-area ul li{
	width: calc((100% / 4) - 20px );
}

.solution-area .title{
	text-align: center;
	font-weight: 700;
	font-size: 2.6rem;
	padding: 30px 20px 20px;
    color: #0E6EB8;
    line-height: 1.5;
	font-family: 'Noto Sans JP', serif;
}
#system .solution-area .title{
	text-align: left;
	padding: 30px 0 10px;
}

.solution-area ul li .basic-txt{
	padding: 20px;
}
.solution-area ul li .basic-txt.ex-title{
	padding: 30px 0 10px;
	color: #0E6EB8;
	font-weight: bold;
}

/* #it flow */
.solution-area .flow{
	padding: 25px 20px 20px;
	font-size: 1.8rem;
	text-align: center;
	background: #6FAFDF;
	line-height: 1.5;
	color: #fff;
	font-weight: bold;
	position: relative;
}
.solution-area .flow:nth-child(even){
	background: #0e6eb8;
}
.solution-area .flow::after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #6FAFDF transparent transparent transparent;
	z-index: 1;
	
	border-width: 10px 20px 0 20px;
	margin: 0 auto;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: -10px;
}
.solution-area .flow:nth-child(even)::after{
	border-color: #0e6eb8 transparent transparent transparent;
}
.solution-area .flow.first{
	padding: 20px 20px 20px;
}
.solution-area .flow:last-of-type{
	padding: 25px 20px 20px;
}
.solution-area .flow:last-of-type::after{
	content: none;
}

/* list-img */
.solution-area ul li .list-img{
	height: 200px;
	width: 100%;
}
.solution-area ul li .list-img img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
#it .solution-area ul li > div .basic-txt{
	height: 150px;
}

#cloud .solution-area img,
#bilingual .solution-area img,
#salesforce .solution-area img{
    display: flex;
    height: auto;
    margin: 0 auto;
}

.img-box{
    padding: 10px 0;
}

/* list */
.list{
    position: relative;
    text-align: left;
    line-height: 1;
	padding: 11px 13px 11px 23px;
	margin: 0 0 0 20px;
    font-weight: bold;
}
.list:first-of-type{
	padding: 0 13px 11px 23px;
}
.list::before {
    border-bottom: 2px solid #0E6EB8;
    content: '';
    display: inline-block;
    width: 10px;
    position: absolute;
    left: 0;
    top: 19px;
}

/* #bilingual figure */
.figure {
	display: flex;
	justify-content: space-between;
}
.figure > div{
	width: calc((100% / 3) - 50px);
	background: #0E6EB8;
	color: #fff;
	padding: 20px 30px;
	text-align: center;
	font-weight: bold;
	line-height: 2;
	font-size: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.figure > div:nth-child(-n+2)::after{
	background: url("../img/figure-arrow.png") no-repeat top center / contain;
	content: '';
	width: 59px;
	height: 42px;
	position: absolute;
	right: -70px;
}

@media screen and (max-width: 768px) {
	.solution-area{
		/*
		margin: 140px 0 0;
		*/
		padding: 40px 0 40px;
	}
	/*
	#bilingual .solution-area{
		margin: 160px 0 0;
	}
	*/
	
	.solution-area ul{
		display: block;
		margin: 30px 0 0;
	}
	.solution-area ul li{
		width: 100%;
        margin-bottom: 23px;
        padding: 20px 15px;
	}
	#it .solution-area ul li{
		padding: 0;
	}

	.solution-area .title{
		font-size: 2.4rem;
        padding: 20px 20px 20px;
	}
	.solution-area ul li .basic-txt{
        padding: 20px 20px 20px;
	}
	#it .solution-area ul li > div .basic-txt{
		height: auto;
	}
	
	/* flow */
	.solution-area .flow,
	.solution-area .flow:last-of-type{
		padding: 25px 20px 20px 20px;	
	}
	.solution-area .flow::after{
	}
	
    #managed .solution-area.wid2 ul li{
        width: 100%;
    }
    #salesforce .solution-area ul li{
	    width: 100%;
    }
	
    #cloud .solution-area img,
    #salesforce .solution-area img{
        width: 45%;
    }
	#managed .solution-area.wid2 img{
		width: 100%;
	}
	
    .list{
	    text-align: left;
        line-height: 1.6;
        padding-left: 20px;
    }
	
	/* #bilingual figure */
	.figure {
		display: block;
	}
	.figure > div{
		width: 100%;
		padding: 20px 30px;
		line-height: 1.6;
		font-size: 1.8rem;
	}
	.figure > div:nth-child(-n+2){
		margin: 0 0 40px;
	}
	.figure > div:nth-child(-n+2)::after{
		background: url("../img/figure-arrow-sp.png") no-repeat top center / contain;
		width: 42px;
		height: 33px;
		right: auto;
		bottom: -37px;
		z-index: 1;
	}
}


/*    strength-area
-------------------------------------------------------------- */
.strength-area{
	margin: 100px 0 100px;
	position: relative;
}

.strength-area .inner::before{
	content: '';
	position: absolute;
	background: url("../img/it-strength.jpg") no-repeat top center / cover;
	width: 48%;
	height: 100%;
	top: 0;
	right: 0;
}
.managed .strength-area .inner::before{
	background: url("../img/managed-strength.jpg") no-repeat top center / cover;
}
.cloud .strength-area .inner::before{
	background: url("../img/cloud-strength.jpg") no-repeat top center / cover;
}
.system .strength-area .inner::before{
	background: url("../img/system-strength.jpg") no-repeat top center / cover;
}
.bilingual .strength-area .inner::before{
	background: url("../img/bilingual-strength.jpg") no-repeat top center / cover;
}
.salesforce .strength-area .inner::before{
	background: url("../img/salesforce-strength.jpg") no-repeat top center / cover;
}

.strength-area ul{
	width: 50%;
}
.strength-area ul li{
	margin: 50px 0 0;
}
.strength-area ul li .title{
	font-weight: bold;
	/*
	font-size: 2.6rem;
	color: #0E6EB8;
	*/
	font-size: 2.6rem;
	line-height: 1.5;
	font-weight: 700;
	font-family: 'Noto Sans JP', serif;
}
.strength-area ul li .basic-txt{
	padding: 20px 0 0;
}
.strength-area ul li .basic-txt.tit{
	padding: 20px 0 10px;
	color: #0E6EB8;
	font-weight: bold;
}

#system .strength-area div > img{
	display: none;
}

#system .strength-area .graph{
    width: 250px;
    margin: 0 auto;
    display: flex;
	position: absolute;
	bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	margin: 0 0 0 60px;
}


/*  棒グラフ------------------------- */
.percentage-bar-wrap{
	margin: 20px auto 50px;/* 余白 */
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
}
.percentage-bar-wrap > div:first-child{
	border-radius:4px 0 0 4px;
}
.percentage-bar-wrap > div:last-child{
	border-radius:0 4px 4px 0;
	margin-right: 0;
}
.percentage-bar{
	height: 50px;/* 棒高さ */
	margin-right: 2px;/* 棒余白 */
}
.percentage-bar-num{
	text-align:center;
	color:#fff;/* ラベル文字色 */
	line-height: 50px;
	font-weight: 600;/* ラベル文字太さ */
	font-size:2.3rem;/* ラベル文字サイズ */
	background: #0E6EB8;
	letter-spacing: .05em;
}
.percentage-bar:nth-child(even) .percentage-bar-num{
	background: #6FAFDF;
}

.percentage-bar-item{
	text-align:center;
	font-weight: 600;/* コンテンツ文字太さ */
	font-size:1.6rem;/* コンテンツ文字サイズ */
	margin-top:10px;
	letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
	.strength-area{
		margin: 50px 0 30px;
	}
	
	.strength-area .inner::before{
		display: none;
	}
	
	.strength-area img{
		padding: 20px 0 0;
	}
	
	.strength-area ul{
		display: block;
		width: 100%;
	}
	.strength-area ul li{
		width: 100%;
        margin: 30px 0 0;
	}
	.strength-area ul li .title{
		font-size: 2.4rem;
	}
	.strength-area ul li .basic-txt{
		padding: 15px 0 0;
	}
    #cloud .strength-area ul li{
        width: 100%;
    }
    #system .solution-area ul li,
    #bilingual .solution-area ul li{
        padding: 20px;
    }
	
	#system .strength-area div > img{
		display: block;
	}
	
	#system .strength-area .graph{
		position: relative;
		bottom: 0;
		margin: 0;
	}
    #system .strength-area img{
        width: 100%;
    }
	
  .percentage-bar-item{
      font-size:10px;
    }
	.percentage-bar-num{
		font-size: 1.6rem;
	}
}

/*    system-flow-area
-------------------------------------------------------------- */
.system-flow {
	display: flex;           
	justify-content: space-between; 
}
#system .solution-area ul{
	margin: 30px 0 0;
}
.solution-area .system-flow li {
	font-size: 1.8rem;    
	width: calc(100% / 7); 
	background: #0e6eb8;   
	line-height: 1.5;  
	text-align: center; 
	position: relative;
	box-shadow: none;
	line-height: 100px;
	height: 100px;
	color: #fff;
	font-weight: bold;
	padding: 0 0 0 20px;
}
.solution-area .system-flow li:first-of-type{
	line-height: 1.5;
	padding: 22px 20px 0;
}
.solution-area .system-flow li:nth-child(even){
	background: #6FAFDF;   
}
.system-flow li::before,
.system-flow li::after {
	content: "";  
	width: 0;   
	height: 0;　
	display: block;  
	position: absolute; 
}
.system-flow li::before {
	border: solid 50px transparent;    
	border-right: solid 17px transparent;  
	border-left: solid 17px #0e6eb8;        
	top: 0px; 
	left: 0;  
	z-index: 1; 
}
.solution-area .system-flow li:nth-child(odd)::before{
	border-left: solid 17px #6FAFDF;        	
}
.system-flow li:first-child::before,
.system-flow li:last-child::after {
	content: none; 
}
.system-flow li span{
	display: none;
}

@media screen and (max-width: 768px) {
	.system-flow {
		display: block;           
	}
	#system .solution-area ul{
		margin: 30px 0 0;
	}
	.solution-area .system-flow li {
		font-size: 1.8rem;    
		width: 100%; 
		height: auto;
		line-height: normal;
		margin: 0;
		padding: 25px 20px 20px 20px;
	}
	.solution-area .system-flow li:first-of-type{
		line-height: 1.5;
		padding: 22px 20px 0;
	}
	.solution-area .system-flow li:nth-child(even){
		background: #6FAFDF;   

	}
	.system-flow li::before,
	.system-flow li::after {
		display: none;
	}
	
	.system-flow li::after{
		display: block!important;
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-color: #0e6eb8 transparent transparent transparent;
		z-index: 1;

		border-width: 10px 20px 0 20px;
		margin: 0 auto;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		bottom: -10px;
	}
	.system-flow li:nth-child(even)::after{
		border-color: #6FAFDF transparent transparent transparent;
	}
	
	/*
	.system-flow li::before,
	.system-flow li::after {
		display: none;
	}
	
	.system-flow li::after{
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 190px 0 190px;
		border-color: #6FAFDF transparent transparent transparent;
		left: 0;
		bottom: -20px;
		z-index: 1;
	}
	.solution-area .system-flow li:nth-child(even)::after{
		border-color: #0e6eb8 transparent transparent transparent;
	}
	*/
	
	.system-flow li span{
		display: inline-block;
		padding: 8px 5px 0 0;
	}
	.system-flow li:first-child span{
		padding: 0 5px 0 0;
	}
}

/*    link-area
-------------------------------------------------------------- */
.link-area{
	padding: 0 0 30px;
}
.link-area ul{
	display: flex;
	position: relative;
	justify-content: space-between;
}
.link-area ul li{
	width: calc((100% / 5)  - 10px);
	border: solid 1px #ddd;
	position: relative;
	transition: .3s;
}
.link-area ul li:hover{
	box-shadow: 5px 5px 30px 0px rgba(0,0,0,0.1);
	border: solid 1px #0E6EB8;
	box-sizing: border-box;
}
.link-area .icon{
	text-align: center;
	height: 70px;
	padding: 40px 0 0;
}
.link-area .icon img{
	height: 70px;
}
.link-area .title{
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    padding: 65px 0 50px;
    line-height: 1.33;
}
.link-area .btn{
	position: absolute;
	right: 24px;
	bottom: 20px;
	transition: .3s;
}
.link-area ul li a:hover .btn{
	right: 14px;
}
#it .link-area ul li.link-it{
	display: none;
}
#managed .link-area ul li.link-managed{
	display: none;
}
#cloud .link-area ul li.link-cloud{
	display: none;
}
#system .link-area ul li.link-system{
	display: none;
}
#bilingual .link-area ul li.link-bilingual{
	display: none;
}
#salesforce .link-area ul li.link-salesforce{
	display: none;
}

@media screen and (max-width: 768px) {
	.link-area{
		padding: 0;
	}
	.link-area ul{
		flex-wrap: wrap;
	}
	.link-area ul li{
		width: calc((100% / 2) - 5px);
	}
	.link-area ul li:nth-child(n + 3){
		margin: 10px 0 0;
	}
	#it .link-area ul li:nth-child(3),
	#managed .link-area ul li:nth-child(3){
		margin: 0 0;
	}
	#it .link-area ul li:nth-child(n + 4),
	#managed .link-area ul li:nth-child(n + 4){
		margin: 10px 0 0;
	}
	
	.link-area .icon{
		text-align: center;
		height: 50px;
		padding: 30px 0 0;
	}
	.link-area .icon img{
		width: 100%;
		height: 50px;
		object-fit: contain;
	}
	.link-area .title{
		font-size: 1.8rem;
		font-weight: bold;
	    padding: 45px 10px 50px;
	}
}




/*    セクション名
-------------------------------------------------------------- */
@media screen and (max-width: 768px) {}