@charset "utf-8";

/* keyv
-------------------------------------------------------*/
#keyv.index {
	background: url(../../img/entrance/keyv_index_pc.jpg) no-repeat 50% 50%;
	background-size: cover;
}


/* listBox
-------------------------------------------------------*/
.listBox {
	padding: 20px;
	background: #fff;
	border: solid 4px #912f30;
}


/* sec01
-------------------------------------------------------*/
#sec01 {
	padding: 80px 0;
}
#sec01 .leftBox {
	width: 560px;
	padding-right: 19px;
	position: relative;
}
#sec01 .rightBox {
	width: 410px;
	padding-right: 19px;
	position: relative;
	padding-top: 60px;
}
#sec01 .image01::before {
	z-index: 0;
}
#sec01 .image01 img {
	position: relative;
	z-index: 1;
}


/* sec02
-------------------------------------------------------*/
#sec02 {
	padding: 80px 0;
	background: #f1e6e7;
}
#sec02 .leftBox {
	width: 410px;
	padding-right: 19px;
	position: relative;
	padding-top: 60px;
}
#sec02 .rightBox {
	width: 560px;
	padding-left: 19px;
	position: relative;
}
#sec02 .image01::before {
	z-index: 0;
	border-color: #fff;
}
#sec02 .image01 img {
	position: relative;
	z-index: 1;
}
#sec02 .ttl04 {
	text-align: right;
}


/* sec03
-------------------------------------------------------*/
#sec03 {
	padding: 80px 0;
}

