@charset "UTF-8";
.header{
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background: url(../img/top/hero_top.jpg) no-repeat center
center/cover;
}

.logo{
	width: 60px;
	padding: 10px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 20px;
}

.catch-copy, .page-title{
	text-align: center;
	width: 100%;
	color: #fff;
	font-family: "ヒラギノ明朝　ProN W3", "Hiraginno Mincho ProN",
"HG明朝E","MS P明朝","MS 明朝",serif;
	font-size: 6vw;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

.catch-copy span, .page-title span{
	border-bottom: 3px solid #fff;
	padding-bottom: 4px;
}

.heading02{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	font-family: "ヒラギノ明朝　ProN W3", "Hiraginno Mincho ProN",
"HG明朝E","MS P明朝","MS 明朝",serif;

	margin-bottom: 20px;
}

.heading02 span{
	border-bottom: 3px solid #000;
	padding-bottom: 4px;
}

.lead{
	font-size: 14px;
	line-height: 2.0;
}

.btn{
	display: block;
	text-align: center;
	width: 200px;
	margin: 0 auto 60px;
	border: 2px solid #000;
	text-decoration: none;
	padding: 13px 0 12px;
	font-weight: bold;
}

.footer{
  padding: 15px 10px;
}

.copy{
  text-align: center;
　font-size: 1.0rem;
}