
.beginningText {
	width: 100%;
	height: 391px;
	background-image: url(../../images/experience/beginning_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 50px;
}

.beginningText>.container{
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: right;
}

.beginningTitle {
	color: #000;
	font-size: 60px;
	line-height: 70px;
}

.beginningRead {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	margin: 20px 0 0 0;
}
.textSide{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.beginningImage{
	position: absolute;
	top: 6px;
	left: -43px;
	z-index: 1;
}
.btn a{
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}
.btn a:hover{
	color: #000;
}
.tentative-image{
	position: relative;
}
.tentative-image:after{
	content: "※現在、仮の写真を入れています";
	position: absolute;
	bottom: 30px;
	right: 30px;
	color: white;
	background: rgba(0,0,0,0.5);
	font-size: 16px;
}

