.sub_head h1 span{
	font-size: 1.75rem;
	letter-spacing: 0.2rem;
	position: relative;
	z-index: 1;
	display: block;
	text-align: center;
	margin-top: 3.5rem;
	margin-bottom: 2rem;
}
.outer .inner p{
	text-align: center;
	margin-bottom: 2rem;
}
.outer .inner .btn_blue {
	width: 34%;
	max-width: 346px;
	margin: 0 auto;
}
.outer .inner .btn_blue::before {
	background: url(../images/bread_arrow_white.svg) no-repeat center / contain;
}
.outer .inner  .btn_blue:hover::before {
	background: url(../images/bread_arrow.svg) no-repeat center / contain;
}



@media screen and (max-width:768px){
	.outer{
		margin-bottom: 60px;
	}
	.outer .inner .btn_blue {
		width: 100%;
		max-width: 100%;
	}
}
.outer{
	background-image: url(../images/asahi_img01.jpg);
	background-size: cover;
}
.inner{
	margin-top: 5%;
	margin-bottom: 5%;
	padding-bottom: 3.5rem;
	background-color: rgba(255, 255, 255, 0.9);
}