.csrTitle {
	position: absolute;
	bottom: 0;
	left: 17%;
	width: 400px;
	background: rgba(0,0,0,0.4);
	display: flex;
	align-items: center;
	justify-content: center;
}
.csrTitleInner {
	padding:40px 0 10px 10px;
}
.csrTitle h2 {
	font-size: 50px;
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #ffff;
	letter-spacing: 8px;
	font-weight: 400;
	margin-bottom: 30px;
}
.csrTitle span {
	font-size: 40px;
}
.csrTitle p {
	color: #ffff;
	line-height: 1.8;
	letter-spacing: 3px;
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 10px;
	font-size: 14px;
}
.csrBox {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 180px;
}
.csrInner {
	position: relative;
	margin-bottom: 100px;
}
.csrInner a {
	display: block;
}
.csrInner a:hover {
	opacity: 0.6;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.csrImg {
	line-height: 0;
	width: 100%;
}
.csrImg img {
	width: 100%;
}
.csrText {
	position: absolute;
	background: #fff;
	top: 27%;
	padding: 30px 0 30px 50px;
	text-decoration: none;
	width: 420px;
}
.csrText a {
	text-decoration: none;
}

.csrText a {
	font-size: 20px;
	display: block;
	color: #000;
	text-align: right;
}
.csrText h3 {
	color: #00bfa4;
	font-size: 26px;
	margin-bottom: 15px;
	font-weight: 300;
	text-align: left;
}
.csrText p {
	color: #000;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 20px;
	text-align: left;
	white-space: nowrap;
}

.arrow05{
	position: relative;
}
a.arrow05 {
	padding-right: 60px;
}
.arrow05::after{
	content: '';
	width: 12px;
	height: 12px;
	border: 0px;
	border-top: solid 2px #00bfa4;
	border-right: solid 2px #00bfa4;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	margin-top: 6px;
	right: 35px;
}
@media screen and (max-width: 1024px) {
	.csrBox {
		width: 90%;
	}
}
@media screen and (max-width: 768px) {
	.subBox {
		margin-bottom: 80px;
	}
	.csrTitle {
		position: absolute;
		bottom: 0;
		left: 0;;
		width: 100%;
		background: rgba(0,0,0,0.0);
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.csrBox {
		margin-bottom: 90px;
	}
	.csrTitleInner {
		padding: 0 0 15px 5px;
	}
	.csrTitle h2 {
		font-size: 40px;
		letter-spacing: 4px;
		margin-bottom: 10px;
	}
	.csrTitle span {
		font-size: 30px;
	}
	.csrTitle p {
		color: #ffff;
		line-height: 1.7;
		letter-spacing: 2px;
		margin-bottom: 0;
		font-size: 14px;
	}
	.csrBox {
		width: 100%;
	}
	.csrInner {
		margin-bottom: 20px;
	}
	.csrText {
		position:static;
		margin: 0 auto;
		width: 80%;
		padding: 20px 0 20px;
	}
	.csrText a {
		font-size: 18px;
	}
	.csrText h3 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.csrText p {
		font-size: 15px;
		margin-bottom: 15px;
	}
	.arrow05::after{
		content: '';
		width: 10px;
		height: 10px;
		margin-top: 6px;
	}
}
