@charset "UTF-8";

/*---integrated---*/

/*------------------------
.page_content_area
--------------------------*/	
.page_content_area{
	background-image:url("../img/integrated/page_side_image.png"); 
}
@media screen and (min-width:0px) and (max-width:767px){
	.page_content_area{
		background-image:none; 
	}
}

/*------------------------
.underPage_title
--------------------------*/	
.underPage_title_integrated{
	width: 714px;
	background-image: url("../img/integrated/underPage_title_integrated.png");
}
#title_comment{
	margin-top: 50px;
	padding-left: 100px;
}
@media screen and (min-width:0px) and (max-width:767px){
	.underPage_title_integrated{
		width: 100%;
		background-image: url("../img/integrated/underPage_title_integrated.png");
	}
	#title_comment{
		margin-top: 25px;
		padding-left: 0;
	}
}

/*------------------------
cont_head_copy
--------------------------*/	

.cont_head_copy{
	width: 100%;
	min-width: 1100px;
	height: 0;
	padding-bottom: 41%;
	background-image:url("../img/integrated/bg_cont_head.png");
	background-repeat: no-repeat;
	background-size: cover;
	margin: 100px auto;
	position: relative;
}
.cont_head_copy p{
	width: 80%;
	font-size: 24px;
	margin-left:-40%;
	padding: 20px;
	border: solid 1px #e77935;
	border-radius: 50px;
	background-color: #fff;
	position: absolute;
	bottom: 0;left:50%;
}

@media screen and (min-width:0px) and (max-width:767px){

	.cont_head_copy{
		width: 100%;
		min-width: unset;
		height: 0;
		padding-bottom: 41%;
		background-image:url("../img/integrated/bg_cont_head.png");
		background-repeat: no-repeat;
		background-size: cover;
		margin: 50px auto 100px;
		position: relative;
	}
	.cont_head_copy p{
		width: 90%;
		font-size: 16px;
		margin-left:-40%;
		padding: 20px;
		border: solid 1px #e77935;
		border-radius: 50px;
		background-color: #fff;
		position: absolute;
		bottom: -50px;left:50%;
	}
}

/*------------------------
cont_01〜05
--------------------------*/	
.cont_01,
.cont_02,
.cont_03,
.cont_04,
.cont_05{
	margin-top: 100px;
	padding:0 10%;
}
.cont_01 h3,
.cont_02 h3,
.cont_03 h3,
.cont_04 h3,
.cont_05 h3{
	font-size: 46px;
	background-repeat: no-repeat;
	background-position: top left;
	padding:10px 0 0 100px;
	margin-bottom: 25px;
}
.cont_01 h3{
	background-image: url("../img/integrated/obj_No_01.png");
}
.cont_02 h3{
	background-image: url("../img/integrated/obj_No_02.png");
}
.cont_03 h3{
	background-image: url("../img/integrated/obj_No_03.png");
}
.cont_04 h3{
	background-image: url("../img/integrated/obj_No_04.png");
}
.cont_05 h3{
	background-image: url("../img/integrated/obj_No_05.png");
}
.cont_inner{
	margin-top: 50px;
}
.text_area h4{
	width: 425px;
	font-size: 18px;
	background-color: #e77935;
	padding: 10px 0 10px 25px;
	border-radius: 30px;
	margin:0 0 15px;
}
.text_area h4.imp{
	position: relative;
	padding: 10px 0 10px 40px;
}
.text_area h4.imp:before{
	position: absolute;
	top:15px;left:15px;
	content: "";
	display: block;
	background-color: #fff60c;
	width: 18px;
	height: 18px;
	border-radius: 50%;
}
.text_area{
	padding-right: 7.5%;
}
.text_area h4:nth-of-type(2){
	margin:50px 0 15px;
}
.text_area p{
	margin-bottom: 50px;
}

.text_area img{
	width: 100%;
	height: auto;
}
.view_area{
	margin-bottom: 50px;
}
.view{
	overflow: hidden;
	height: 0;
	padding-bottom: 42.5%;
	border: solid 5px #fff;
	position: relative;
	box-sizing: border-box;
}
.view_2{
	overflow: hidden;
	height: 0;
	padding-bottom: 28.5%;
	border: solid 5px #fff;
	position: relative;
	box-sizing: border-box;
}
.view_3{
	overflow: hidden;
	height: 0;
	padding-bottom: 55.8%;
	border: solid 5px #fff;
	position: relative;
	box-sizing: border-box;
}
.view_4{
	overflow: hidden;
	height: 0;
	padding-bottom: 28.5%;
	margin-right: 7.5%;
	border: solid 5px #fff;
	position: relative;
	box-sizing: border-box;
}
.view_5{
	overflow: hidden;
	height: 0;
	padding-bottom: 85.5%;
	border: solid 5px #fff;
	position: relative;
	box-sizing: border-box;
}
.view img,
.view_2 img,
.view_3 img,
.view_4 img,
.view_5 img,
.view video,
.view_2 video,
.view_3 video,
.view_4 video,
.view_5 video{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.view video,
.view_2 video,
.view_3 video,
.view_4 video,
.view_5 video{
	object-fit: cover;
	object-position: center center;
	transform: scale(1.05);
	transform-origin: center center;
}
.view span,
.view_2 span,
.view_3 span,
.view_4 span,
.view_5 span{
	display: block;
	font-weight: bold;
	color: #fff;
	text-shadow:
		0 -1px 2px rgba(0,0,0,.95), 
		0  1px 2px rgba(0,0,0,.95),
	   -1px 0 2px rgba(0,0,0,.95),
		1px 0 2px rgba(0,0,0,.95),
		0  3px 6px rgba(0,0,0,.95),
		0  6px 12px rgba(0,0,0,.95);
	position: absolute;
	bottom: 20px;left:20px;
	z-index: 2;
}
.material_link_btn{
	margin: 0 auto;
}

@media screen and (min-width:0px) and (max-width:767px){

	.cont_01,
	.cont_02,
	.cont_03,
	.cont_04,
	.cont_05{
		margin-top: 75px;
		padding:0 2.5%;
	}
	.cont_01 h3,
	.cont_02 h3,
	.cont_03 h3,
	.cont_04 h3,
	.cont_05 h3{
		font-size: 30px;
		background-repeat: no-repeat;
		background-position: top left;
		padding:10px 0 0 100px;
		margin-bottom: 25px;
	}
	.cont_01 h3{
		background-image: url("../img/integrated/obj_No_01.png");
	}
	.cont_02 h3{
		background-image: url("../img/integrated/obj_No_02.png");
	}
	.cont_03 h3{
		background-image: url("../img/integrated/obj_No_03.png");
	}
	.cont_04 h3{
		background-image: url("../img/integrated/obj_No_04.png");
	}
	.cont_05 h3{
		background-image: url("../img/integrated/obj_No_05.png");
	}
	.cont_inner{
		margin-top: 5px;
	}
	.text_area h4{
		width: 100%;
		font-size: 18px;
		background-color: #e77935;
		padding: 10px 0 10px 25px;
		border-radius: 30px;
		margin:0 0 15px;
	}
	.text_area h4.imp{
		position: relative;
		padding: 10px 0 10px 40px;
	}
	.text_area h4.imp:before{
		position: absolute;
		top:15px;left:15px;
		content: "";
		display: block;
		background-color: #fff60c;
		width: 18px;
		height: 18px;
		border-radius: 50%;
	}
	.text_area{
		padding-right: 0;
	}
	.text_area h4:nth-of-type(2){
		margin:50px 0 15px;
	}
	.text_area p{
		margin-bottom: 50px;
	}

	.text_area img{
		width: 100%;
		height: auto;
	}
	.view_area{
		margin-bottom: 5px;
	}
	.view{
		overflow: hidden;
		height: auto;
		padding-bottom: 0;
		border: solid 5px #fff;
		position: relative;
		box-sizing: border-box;
	}
	.view_2{
		overflow: hidden;
		height: auto;
		padding-bottom: 0;
		border: solid 5px #fff;
		position: relative;
		box-sizing: border-box;
	}
	.view_3{
		overflow: hidden;
		height: auto;
		padding-bottom: 0;
		border: solid 5px #fff;
		position: relative;
		box-sizing: border-box;
	}
	.view_4{
		overflow: hidden;
		height: auto;
		padding-bottom: 0;
		margin-right: 7.5%;
		border: solid 5px #fff;
		position: relative;
		box-sizing: border-box;
	}
	.view_5{
		overflow: hidden;
		height: auto;
		padding-bottom: 0;
		border: solid 5px #fff;
		position: relative;
		box-sizing: border-box;
	}
	.view img,
	.view_2 img,
	.view_3 img,
	.view_4 img,
	.view_5 img,
	.view video,
	.view_2 video,
	.view_3 video,
	.view_4 video,
	.view_5 video{
		display: block;
		position: static;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.view video,
	.view_2 video,
	.view_3 video,
	.view_4 video,
	.view_5 video{
		object-fit: cover;
		object-position: center center;
		transform: scale(1.05);
		transform-origin: center center;
	}
	.view span,
	.view_2 span,
	.view_3 span,
	.view_4 span,
	.view_5 span{
		display: block;
		font-weight: bold;
		color: #fff;
		text-shadow:
			0 -1px 2px rgba(0,0,0,.95), 
			0  1px 2px rgba(0,0,0,.95),
		   -1px 0 2px rgba(0,0,0,.95),
			1px 0 2px rgba(0,0,0,.95),
			0  3px 6px rgba(0,0,0,.95),
			0  6px 12px rgba(0,0,0,.95);
		position: absolute;
		bottom: 20px;left:20px;
		z-index: 2;
	}
	.material_link_btn{
		margin: 25px auto 0;
	}
}


/*------------------------
cont_kensa
--------------------------*/	

.cont_kensa{
	width: 100%;
	min-width: 1100px;
	padding-top: 100px;
	margin-top: 50px;
	border-top: solid 10px #e7e7e7;
	position: relative;
}
.cont_kensa:before{
	content:"";
	display: block;
	width: 70%;
	height: 0;
	padding-bottom: 25%;
	border: solid 5px #ff0000;
	border-radius: 70px;
	position: absolute;
	top:500px;left:15%;
}
.cont_kensa h3{
	font-size: 46px;
	margin-bottom: 25px;
}
.kensa_step{
	margin-top: 50px;
	position: relative;
	padding-bottom: 150px;
}
.kensa_step ul li{
	overflow: hidden;
	height:0;
	padding-bottom: 26%;
	background-color: #ff0000;
	border: solid 10px #fff;
	border-radius: 75px;
	position: relative;
}
.kensa_step h4{
	width: 800px;
	font-size: 24px;
	position: absolute;
	bottom:15%;left:50%;
	margin-left: -400px;
	text-align: center;
}
.kensa_step h4 span{
	font-size: 50px;
	color: #ff0000;
}
.kensa_step h4+p{
	width: 800px;
	position: absolute;
	bottom:0;left:50%;
	margin-left: -400px;
	text-align: center;
}
.kensa_step ul li h5{
	width: 100%;
	font-size: 22px;
	position: absolute;
	bottom:2%;left:50%;
	margin-left: -50%;
}
.kensa_step ul li img{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: absolute;
	top:0;left:50%;
	margin-left: -50%;
}
.kensa_flow{
	margin-top: 10%;
}
.kensa_flow img{
	display: block;
	margin: 0 auto 50px;
}

@media screen and (min-width:0px) and (max-width:767px){

	.cont_kensa{
		width: 100%;
		min-width:unset;
		padding-top: 50px;
		margin-top: 50px;
		border-top: solid 10px #e7e7e7;
		position: static;
	}
	.cont_kensa:before{
		content:none;
	}
	.cont_kensa h3{
		font-size: 30px;
		margin-bottom: 25px;
	}
	.kensa_step{
		margin-top: 25px;
		position: static;
		padding-bottom:0;
	}
	.kensa_step ul li{
		overflow: hidden;
		height:auto;
		padding-bottom:0;
		background-color: #ff0000;
		border: solid 10px #fff;
		border-radius: 30px;
		position: relative;
	}
	.kensa_step h4{
		width: 100%;
		font-size: 18px;
		line-height: 35px;
		position:static;
		text-align: center;
		margin-left: 0;
	}
	.kensa_step h4 span{
		font-size: 36px;
		color: #ff0000;
	}
	.kensa_step h4+p{
		width: 100%;
		position: static;
		text-align: center;
		margin: 15px auto 10px;
	}
	.kensa_step ul li h5{
		width: 100%;
		font-size: 18px;
		line-height: 50px;
		position:static;
		margin-left: 0;
	}
	.kensa_step ul li img{
		width: 100%;
		height: auto;
		overflow: hidden;
		position: static;
		margin-left:0;
	}
	.kensa_flow{
		margin-top: 25px;
	}
	.kensa_flow img{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto 25px;
	}
	.kensa_flow img+p{
		text-align: left;
	}

}


/*------------------------
cont_shukka
--------------------------*/	

.cont_shukka{
	width: 100%;
	min-width: 1100px;
	padding-top: 100px;
	margin-top: 50px;
	border-top: solid 10px #e7e7e7;
	position: relative;
}
.cont_shukka h3{
	font-size: 46px;
	margin-bottom: 25px;
}
.shukka_step{
	margin-top: 50px;
	position: relative;
	padding-bottom: 50px;
}
.shukka_step ul li{
	overflow: hidden;
	height:0;
	padding-bottom: 26%;
	background-color: #ffebde;
	border: solid 10px #fff;
	border-radius: 75px;
	position: relative;
}
.shukka_step ul li h4{
	width: 100%;
	font-size: 20px;
	position: absolute;
	bottom:2%;left:50%;
	margin-left: -50%;
}
.shukka_step ul li img{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: absolute;
	top:0;left:50%;
	margin-left: -50%;
}
div.icon_flow{
	width: 115px;
	margin: 50px auto -25px;
	transform: translateX(-125px);
	position: relative;
	z-index: 3;
}
.strength_flow{
	margin:0 auto;
}



@media screen and (min-width:0px) and (max-width:767px){

	.cont_shukka{
		width: 100%;
		min-width:unset;
		padding-top: 50px;
		margin-top: 50px;
		border-top: solid 10px #e7e7e7;
		position: static;
	}
	.cont_shukka h3{
		font-size: 30px;
		margin-bottom: 25px;
	}
	.shukka_step{
		margin-top: 25px;
		position: static;
		padding-bottom:0;
	}
	.shukka_step ul li{
		overflow: hidden;
		height:auto;
		padding-bottom:0;
		background-color: #ffebde;
		border: solid 10px #fff;
		border-radius: 30px;
		position: relative;
	}
	.shukka_step ul li h4{
		width: 100%;
		font-size: 18px;
		line-height: 50px;
		position:static;
		margin-left: 0;
	}
	.shukka_step ul li img{
		width: 100%;
		height: auto;
		overflow: hidden;
		position: static;
		margin-left:0;
	}
	div.icon_flow{
		width: 115px;
		margin: 50px auto -25px;
		transform: translateX(-125px);
		position: relative;
		z-index: 3;
	}
	.strength_flow{
		margin:0 auto;
	}

}




























