@charset "utf-8";

.shi_kv{
	position: relative;
	height: 290px;
}
.shi_img01{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
}
.shi_img01 img{
	width: auto;
}
.shi_mainimg{
	justify-content: center;
	position: absolute;
	left: 50%;
	top: 30px;
	z-index: 99;
	transform: translateX(-50%);
}
.shi_mainimg .shi_copy{
	margin-right: 40px;
	margin-top: 27px;
}
.shi_bg01{
	background: url(../img/bg_body_pc.jpg) center top no-repeat;
	padding: 360px 0 60px;
	margin-top: -2px;
	margin-bottom: -40px;
}
.shi_whibg{
	background: #fff;
	border-radius: 10px;
	padding: 30px 0 70px;
}
.shi_tit01{
	width: 37.8%;
	margin: -175px auto -30px;
}
.shi_box01{
	justify-content: center;
}
.shi_img02{
	margin-right: 7%;
}
.shi_txt01{
	margin-top: 14%;
}
.shi_mb01{
	margin-bottom: 210px;
}
.shi_tit02{
	width: 57.7%;
	margin: -190px auto 0;
}
.shi_tit03{
	width: 39.45%;
	margin: 0 auto 15px;
}
.shi_box02{
	align-items: flex-end;
	padding: 0 77px;
	margin-bottom: 25px;
}
.shi_col01 p{
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}
.shi_col02 p{
	margin-top: 15px;
	text-align: center;
}
.shi_img05{
	width: 71.7%;
	margin: 0 auto 20px;
}
.shi_bnr01{
	width: 28.2%;
	margin: 0 auto;
}
.shi_bnr01 a{
	text-decoration: none;
}
.shi_bnr01 a p{
	position: relative;
	background: #0f3381;
	border-radius: 0 0 20px 20px;
	padding: 20px 0 15px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.shi_bnr01 a p::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	width: 13px;
	height: 13px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: translateY(-50%) rotate(45deg);
}
.shi_whibg02{
	padding-bottom: 50px;
}




@media screen and (min-width:768px) and (max-width:1274px) { 
	.shi_mainimg{
		top: 35%;
	}
	.shi_bg01{
		padding-top: 16%;
	}
	.shi_tit01{
		margin-top: -120px;
	}
	.shi_whibg{
		padding: 40px 0 50px;
	}
	.shi_img02{
		width: 40%;
	}
	.shi_txt01{
		width: 38%;
	}
	.shi_tit02{
		margin-top: -130px;
	}
	.shi_mb01{
		margin-bottom: 100px;
	}
	.shi_box02{
		padding: 0 2.5%;
	}
	.shi_col01{
		width: 15%;
	}
	.shi_col02{
		width: 80%;
	}
	.shi_col02 p{
		font-size: 0.75rem;
	}
	.shi_img05{
		width: 85%;
	}
	.shi_bnr01{
		width: 35%;
	}
	
}








