@charset "UTF-8";

/*---engineering---*/

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

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

/*------------------------
cont_01
--------------------------*/	
.cont_01{
	margin-top: 100px;
	padding:0;
}
/*ここからhead_image*/
.cont_01 .head_image {
	display: flex;
	align-items: stretch;
}
.cont_01 .head_image > .w_50 {
	width: 50%;
	float: none;
}
.cont_01 .head_image > .w_50:first-child {
	position: relative;
	overflow: hidden;
}
.cont_01 .head_image > .w_50:first-child video {
	display: block;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.cont_01 .head_image > .w_50:last-child {
	display: grid;
	grid-template-columns: 50% 50%;
	grid-template-rows: 50% 50%;
	float: none;
}
.cont_01 .head_image > .w_50:last-child > .w_50 {
	width: 100%;
	height: 100%;
	padding: 0;
	float: none;
	overflow: hidden;
}
.cont_01 .head_image > .w_50:last-child img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*ここまでhead_image*/
.cont_01 h3{
	height: 70px;
	font-size: 20px;
	background-image: url("../img/technology/obj_circle.png");
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 75px;
	margin:75px 0 50px;
}
.cont_inner{
	margin-top: 50px;
}
.cont_inner h4{
	display: inline-block;
	width: 60%;
	height: 111px;
	font-size: 20px;
	padding:15px 25px 0 25px;
	background-image: url("../img/engineering/bg_orange.png");
	background-repeat: no-repeat;
	background-size: 100% 130px;
	background-position: top left;
}
.cont_inner h4 span{
	display: block;
	font-size: 14px;
	line-height: 1.5em;
	padding-left: 20px;
	padding-right: 50px;
	background-image: url("../img/engineering/bg_smallArrow_white.png");
	background-repeat: no-repeat;
	background-position: top 5px left;
}
.cont_inner p{
	display: inline-block;
	width: 38%;
	padding-left: 2.5%;
}
.cont_inner .illust{
	margin: 50px 0 75px;
	text-align: center;
}
.cont_inner .illust img{
	width: 80%;
	height: auto;
}
.cont_01 p.last_message{
	width: 100%;
	padding: 50px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	box-shadow: 1px 1px 5px #e77935;
}
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_01{
		margin-top: 50px;
		padding:0 2.5%;
	}
	/*ここからhead_image*/
	.cont_01 .head_image{
		display:block;
	}
	.cont_01 .head_image > .w_50:first-child{
		width:100%;
		padding-bottom:56.25%; /* 16:9 */
	}
	.cont_01 .head_image > .w_50:last-child{
		width:100%;
		display:flex;
		flex-wrap:wrap;
	}
	.cont_01 .head_image > .w_50:last-child > .w_50{
		width:50%;
		height:auto;
		aspect-ratio:1/1;
	}
	/*ここまでhead_image*/
	.cont_01 h3{
		height: auto;
		font-size: 20px;
		background-image: url("../img/technology/obj_circle.png");
		background-repeat: no-repeat;
		background-position: top left;
		padding-left: 75px;
		margin-bottom: 50px;
	}
	.cont_inner{
		margin-top: 25px;
	}
	.cont_inner h4{
		display: block;
		width: 100%;
		height: auto;
		font-size: 16px;
		padding:15px 20px 0 15px;
		background-image: url("../img/engineering/bg_orange.png");
		background-repeat: no-repeat;
		background-position: top left;
		background-size: 100% 100%;
	}
	.cont_inner h4 span{
		display: block;
		font-size: 12px;
		line-height: 1.5em;
		padding:0 12.5% 10px 15px;
		background-image: url("../img/engineering/bg_smallArrow_white.png");
		background-repeat: no-repeat;
		background-position: top 5px left;
	}
	.cont_inner p{
		display: block;
		width: 100%;
		padding-left: 0;
		margin: 25px 0;
	}
	.cont_inner .illust{
		margin: 25px 0 50px;
		text-align: center;
	}
	.cont_inner .illust img{
		width: 100%;
		height: auto;
	}
	.cont_01 p.last_message{
		width: 100%;
		padding: 15px;
		text-align: center;
		font-weight: bold;
		font-size: 16px;
		box-shadow: 1px 1px 5px #e77935;
	}
	div.icon_flow{
		width: 115px;
		margin: 50px auto -25px;
		transform: translateX(-125px);
		position: relative;
		z-index: 3;
	}
	.strength_flow{
		margin:0 auto;
	}
	
}



