@charset "UTF-8";

/*
========================================

	/about/css/about_add.css
 
========================================
*/

body.its div#gr_pagetitle_area_static {
	background: url(/business/img/bg_business.jpg) no-repeat;
	background-size: cover;
	background-position:bottom center;
	filter: hue-rotate(-30deg) saturate(80%) brightness(110%);
  }
  
body.eng div#gr_pagetitle_area_static {
	background: url(/business/img/bg_business.jpg) no-repeat;
	background-size: cover;
	background-position:bottom center;
	filter: hue-rotate(210deg) saturate(80%) brightness(110%);
}

body.val div#gr_pagetitle_area_static {
	background:url(/business/img/bg_business02.jpg) no-repeat;
	background-size: cover;
	background-position:bottom center;
	/*filter: hue-rotate(15deg);*/
	filter: hue-rotate(-70deg) saturate(60%) brightness(110%);
}

@supports (background-image: url('/business/img/bg_business.webp')) {
	body.its div#gr_pagetitle_area_static,
	body.eng div#gr_pagetitle_area_static,
	body.val div#gr_pagetitle_area_static {
	  background-image: url('/business/img/bg_business@2x.webp');
	}
  }

/*----------------------
  base layout
----------------------*/

#gr_contents h2 {
    display: flex;
	margin-top: 1.5rem;
    margin-bottom: 2rem;
	font-weight: 700;
}

#gr_contents h2.line {
	display: flex;
	align-items: center;
}

@media (min-width: 1024px) {

	#gr_contents h2.line {
		display: flex;
		align-items: center;
		position: relative;
		border-bottom: 1px solid #fff;
		padding-bottom: 1rem;
	}

	#gr_contents h2.line::after {
		content: '';
		position: absolute;
		bottom: -1px;
		left: 0;
		width: 35%;
		max-width: 240px;
		height: 7px;
		background: linear-gradient(45deg, #93a5cf 25%, transparent 100%);
	}

}

#gr_contents ul.process li {
	position: relative;
}

#gr_contents ul.process li::after {
	position: absolute;
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(/common/cmn_img/icon/icon_arrow_down.svg) no-repeat ;
	background-position:center;
	background-size: 100%;
	right:calc(50% -12px);
	bottom: -40px;
	transform: translateY(-50%);
}

@media (min-width: 1024px) {

	#gr_contents ul.process li::after{
		position: absolute;
		content: '';
		display: inline-block;
		width: 32px;
		height: 32px;
		background: url(/common/cmn_img/icon/icon_arrow_right.svg) no-repeat ;
		background-position:center;
		background-size: 100%;
		right: -24px;
		top: 50%;
		bottom:auto;
		transform: translateY(-50%);
	}

}

#gr_contents ul.process li.last::after{
	display: none;
}

#gr_contents div.val {/*表組中の検証ソリューション*/
	position: relative;
	padding: 1.5rem 2rem;
	border-top: 4px solid #d8d8d8;
  }
  
  #gr_contents div.val:before {
	position: absolute;
	top: -4px;
	left: calc(50% - 14px );
	width: 0;
	height: 0;
	content: '';
	border-width: 28px 24px 0 24px;
	border-style: solid;
	border-color: #d8d8d8 transparent transparent transparent;
  }
  
  #gr_contents div.val:after {
	position: absolute;
	top: -9px;
	left: calc(50% - 14px );
	width: 0;
	height: 0;
	content: '';
	border-width: 28px 24px 0 24px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
  }


/*
#gr_contents h3 {
    margin-bottom: 1.5rem;
 }

 #gr_contents h4 {
    margin-bottom: 1rem;
 }

 #gr_contents dl dt {
    margin-bottom: 1rem;
}

#gr_contents dl dd {
     margin:0 0.5rem 1rem 0.5rem;
}

#gr_contents table {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

*/


.contents_item a {/*あとでもとから消すほうがいい*/
    border:0;
}
