@charset "UTF-8";

/* spec */

#spec{
	padding: 180px 0 100px 0;
	background:url(../img/top/spec-img01_pc.jpg) center center no-repeat;
	background-size:cover;
	color:#fff
}

@media screen and (max-width: 991px) {
	#spec{
		padding: 130px 0 70px 0;
	}
}
@media screen and (max-width: 767px) {
	#spec{
		padding:90px 0 50px 0;
		background:url(../img/top/spec-img01_sp.jpg) center center no-repeat;
		background-size:cover
	}
}

@media screen and (max-width: 500px) {
	#spec{
		padding:80px 0 25px 0;
	}
}
.cursor{
	width:100%;
	display: block;
	overflow: hidden;

}

.item01,
.item02,
.item03 {
	border: 1px solid #fff;
	height: 170px;
	margin: 50px auto;
}

@media only screen and (max-width: 991px) {
	.item01,
	.item02,
	.item03 {
		height: 150px;
		margin: 30px auto;
	}
}

@media only screen and (max-width: 500px) {
	.item01,
	.item02,
	.item03 {
		height: 105px;
		margin: 20px auto;
	}
}
.item01 a,
.item02 a,
.item03 a {
	width: 100%;
	height: 100%;
}
.item01:hover,
.item02:hover,
.item03:hover{
	opacity:0.7
}
.item01 {
	background: url(../img/spec/001.png) center center no-repeat;
}
.item02 {
	background: url(../img/spec/002.png) center center no-repeat;
}

.item03 {
	background: url(../img/spec/003.png) center center no-repeat;
}

.item-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

.item-content p {
	width: 75%;
	font-size: 21px;
	line-height: 1.4;
	text-align: center;
}

.item-content p span {
	display: block;
	font-size: 0.6em;
}

@media only screen and (max-width: 1199px) {
	.item-content p {
		font-size: 18px;
	}
}

@media only screen and (max-width: 991px) {
	.item-content p {
		font-size: 15px;
	}
}

@media only screen and (max-width: 500px) {
	.item-content p {
		font-size: 14px;
		width: 80%;
	}
}

.bk-box {
	background: rgba(0,0,0,0.8);
	height: 100%;
	width: 25%;
	position: relative;
}

@media only screen and (max-width: 500px) {
	.bk-box {
		width: 20%;
	}
}

.bk-box img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

@media only screen and (max-width: 991px) {
	.bk-box img {
		width: 35%;
	}
}

@media only screen and (max-width: 500px) {
	.bk-box img {
		width: 50%;
	}
}
