@charset "UTF-8";
/* CSS Document */



.lower_layer_kv_area{
	background: url("../images/kv_img.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

.advantages_content{
	position: relative;
	margin: 8rem 0;
}
.advantages_content figure{
	border-radius: 7px;
	overflow: hidden;
	width: 50%;
}
.advantages_content:nth-child(even) figure{
	margin-left: auto;
}

.advantages_content > div{
	width: 57%;
	position: absolute;
	top: 6rem;
	left: 0;
}
.advantages_content:nth-child(odd) > div{
	left: auto;
	right: 0;
}
.advantages_content .advantages_content_no{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 30rem;
	line-height: 1.2;
}
.advantages_content .advantages_content_no span{
	font-size: 1.5rem;
	order: 1;
}
.advantages_content .advantages_content_no::after{
	content: "";
	width: 8rem;
	height: 1px;
	background-color: #000000;
	order: 2;
}
.advantages_content .advantages_content_no em{
	font-size: 5rem;
	color: #0076CE;
	order: 3;
	font-style: normal;
}
.advantages_content:nth-child(odd) > div .advantages_content_no{
	margin-left: auto;
}
.advantages_content .advantages_content_inner{
  background-color: rgba(204, 241, 246, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 3rem;
}
.advantages_content_title{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 30px;
}
.advantages_content_title > div{
	border: 1px solid #0D79C4;
	border-radius: 5px;
	font-size: 0.875rem;
	text-align: center;
	color: #0D79C4;
	margin-right: 10px;
	padding: 5px 20px;
	line-height: 1.2;
	font-weight: 500;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.advantages_content_title > div span{
	font-size: 1.75rem;
	display: block;
}
.advantages_content_title h2{
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.4;
}
.lower_layer .stepBox3_arrow{
	padding-top: 0;
}
.lower_layer .stepBox3_arrow02{
	position: relative;
}
.lower_layer .stepBox3_arrow02 .main{
	font-size: 1.25rem;
}
.stepBox3_arrow02 > li .inner{
	background: none;
}
.stepBox3_arrow02 > li:after{
	content: none;
}
.lower_layer .stepBox3_arrow02 .main{
	color: #ffffff;
}
@media screen and (max-width: 767px){
	.advantages_content{
		margin: 2rem 0;
	}
	.advantages_content figure{
		width: 95%;
		margin-right: -10px;
		overflow: hidden;
		border-radius: 7px 0 0 7px;
	}
	.advantages_content figure img{
		margin-left: 10px;
	}
	.advantages_content:nth-child(odd) figure{
		margin-left: -20px;
		margin-right: auto;
		border-radius: 0 7px 7px 0;
	}
	.advantages_content:nth-child(odd) figure img{
		margin-left: auto;
		margin-right: -10px;
	}
	.advantages_content > div{
		position: relative;
		width: 100%;
		top: auto;
	}
	.advantages_content .advantages_content_no span{
		font-size: 1.25rem;
	}
	.advantages_content .advantages_content_no em{
		font-size: 4rem;
	}
	.advantages_content .advantages_content_inner{
		margin-top: -40px;
		padding: 1rem;
	}
	.advantages_content_title{
		margin-bottom: 15px;
	}
	.advantages_content_title h2{
		font-size: 1.25rem;
	}
	.advantages_content_title > div{
		padding: 5px 10px;
		min-width: 60px;
	}
}