@charset "UTF-8";
/* Scss Document */
/*******************************
 
For corporations Css
 
*******************************/
.page .mainimg {
    padding: 20px 0;
}

.page .mainimg h2 .inner {
    color: #2f2f2f;
}
.intro{
	margin: 50px auto 100px;
}

.bnr-link{
	margin-right: -20px;
	margin-bottom: 100px;
}
.bnr-link .item{
	width: 33.333%;
	margin-bottom: 20px;
	padding-right: 20px;
}
.bnr-link .item a{
	display: block;
    height: 100%;
	border: solid 1px #5b5b5b;
	text-align: left;
	padding: 20px 45px 20px 25px;
	position: relative;
}
.bnr-link .item a:before{
	position: absolute;
    transition: .3s;
    content: '';
    width: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    height: 100%;
    background: #000;
}
.bnr-link .item a:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	width: 10px;
	height: 18px;
	margin: auto;
	background: url("../img/ico_next.png");
}
.bnr-link .item a:hover{
	color: #fff;
}
.bnr-link .item a:hover:before{
	width: 100%;
}
.bnr-link .item a .ttl{
	/*font-size: 120%;*/
    font-weight: bold;
    letter-spacing: .03em;
	margin-bottom: 10px;
}
.bnr-link .item a span{
    font-size: 90%;
}

.bnr-cad{
	display: block;
	width: 100%;
	color: #fff;
	background: #313131;
	font-size: 120%;
	letter-spacing: .1em;
	padding: 100px 20px;
	position: relative;
	overflow: hidden;
}
.bnr-cad:hover{
	color: #fff;
}
.bnr-cad span{
	position: relative;
	z-index: 1;
}
.bnr-cad span:before{
	content: url("../img/ico_dw.png");
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
.bnr-cad:before,
.bnr-cad:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}
.bnr-cad:before{
	background-image: url("../img/b01.png");
	background-position: left bottom;
}
.bnr-cad:after{
	background-image: url("../img/b02.png");
	background-position: right top;
}
.bnr-cad:hover{
	background: #97a8ad;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px) {
	.intro{
		margin: 30px auto;
	}
	.bnr-link{
		margin-bottom: 50px;
	}
	.bnr-link .item{
		width: 50%;
	}
	
	.bnr-cad:before,
	.bnr-cad:after{
		background-size: 35%;
	}
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
	.bnr-link .item{
		width: 100%;
	}
	
	.bnr-cad{
		padding: 50px 20px;
	}
}