@charset "utf-8";
/* CSS Document */

/*-------------------------
会社案内
-------------------------*/
.sec-mv {
	background: url(../images/company/bg_mv_company.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
}
.sec-intro h3 {
	color: #e51c23;
	letter-spacing: .24em;
	text-align: center;
	line-height: 1;
}
.sec-intro p {
	text-align: center;
	line-height: 1.66;
}
.sec-bnrs {
	background: url(../images/company/bg_contrents_company.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.bnr-message-img {
	box-shadow: 0px 0px 9.8px 0.2px rgba(15, 6, 0, 0.4);
}
.bnr-message-txt {
	background: rgba(255, 255, 255, .8);
	box-shadow: 0px 0px 9.8px 0.2px rgba(15, 6, 0, 0.4);
}
.ttl-bnr {
	font-weight: 700;
	padding-bottom: .1em;
}
.box-bnr-message .ttl-bnr {
	border-bottom: 1px solid #333;
	display: inline-block;
	margin-bottom: 2em;
}
.box-bnr-message {
	position: relative;
}
.bnr-message-txt p {
	margin: 2em 0;
	line-height: 1.33;
}
.bnr-message-txt a {
	background: #ff0000;
	display: block;
	color: #fff;
	letter-spacing: .1em;
	padding: 1em 0;
	text-align: center;
}
.bnr-message-txt a span {
	background: url(../images/common/icon_common_white.png) no-repeat;
	background-position: right center;
	-webkit-background-size: 1.5em auto;
	background-size: 1.5em auto;
	display: block;
}
.box-bnr-con a {
	display: block;
}
.box-bnr-con.of-about a {
	background: url(../images/company/img_bnr_company_02.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.box-bnr-con.of-access a {
	background: url(../images/company/img_bnr_company_03.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.box-bnr-con.of-outline a {
	background: url(../images/company/img_bnr_company_04.jpg) no-repeat center, #fff;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.box-bnr-con.of-download a {
	background: url(../images/company/img_bnr_company_05.jpg) no-repeat center, #fff;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.bnr-con-txt {
	background-color: rgba(255, 255, 255, .9);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bnr-con-txt-in {
	background: url(../images/common/icon_common_red.png) no-repeat;
	background-position: right center;
	-webkit-background-size: 1.5em auto;
	background-size: 1.5em auto;
}




/* ====▼ 769px以上 ▼==== */
@media screen and (min-width:769px) {
	.sec-mv {
		padding: 35px 0 30px;
	}
	
	.sec-intro {
		padding: 50px 0 75px;
	}
	.sec-intro h3 {
		font-size: 30px;
		font-size: 3rem;
	}
	.sec-intro p {
		margin-top: 40px;
		font-size: 18px;
		font-size: 1.8rem;
	}
	.sec-bnrs {
		padding: 100px 0 50px;
	}
	.box-bnr-message {
		height: 384px;
	}
	.bnr-message-img {
		width: 48.45%;
		height: auto;
		/*margin-top: -170px;*/
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
	}
	.bnr-message-txt {
		width: 57.27%;
		padding: 80px 30px 80px 100px;
		position: absolute;
		right: 0;
		z-index: 0;
		margin-top: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.ttl-bnr {
		font-size: 24px;
		font-size: 2.4rem;
	}
	.bnr-message-txt p {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.bnr-message-txt a {
		width: 300px;
	}
	.bnr-message-txt a span {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.box-bnr-con {
		width: 48.363%;
	}
	.box-bnr-con a {
		padding-top: 186px;
	}
	.bnr-con-txt {
		padding: 1.2em;
	}
	.bnr-con-txt .ttl-bnr {
		font-size: 20px;
		font-size: 2em;
	}
	.box-bnr-con:nth-child(-n+2) {
		margin: 80px 0 53px;
	}
	.box-bnr-con:nth-child(odd) {
		float: left;
	}
	.box-bnr-con:nth-child(even) {
		float: right;
	}
}


/* ====▼ 768px以下 ▼==== */
@media screen and (max-width:768px) {
	.sec-mv {
		background: url(../images/company/bg_mv_company_sp.jpg) no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		background-position: 37% 50%;
	}
	
	.sec-intro {
		padding: 0 4% 10%;
	}
	.sec-intro h3 {
		margin: 1.5em 0;
		font-size: 24px;
		font-size: 2.4rem;
	}
	.sec-intro p {
		font-size: 14px;
		font-size: 1.4rem;
		text-align: left;
	}
	.sec-bnrs {
		padding: 10% 4%;
	}
	.bnr-message-img {
		text-align: center;
	}
	.bnr-message-img {
		width: 90%;
		margin: 0 auto;
	}
	.bnr-message-txt {
		padding: 20% 4% 10%;
		margin-top: -10%;
	}
	.box-bnr-message .ttl-bnr {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.box-bnr-message,
	.box-bnr-con:not(:last-child) {
		margin-bottom: 15%;
	}
	.box-bnr-con a {
		padding-top: 50%;
		
	}
	.bnr-con-txt {
		padding: 4%;
		
	}
	.bnr-con-txt .ttl-bnr {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.bnr-con-txt-in {
		padding-right: 2em;
	}
}





