/*  #mainImg
================================================ */
#company #mainImg {
	background-image: url(../img/company/bg_main01_sp.png);
}

@media screen and (min-width:600px) {
	#company #mainImg {
		background-image: url(../img/company/bg_main01_pc.png);
	}
}

#company .pagehead .mod_box_pagehead_back {
	background-image: url(../img/company/bg_main01.png);
}

/*  #info
================================================ */
#info {
	margin-bottom: 47px;
}

#info .list {
	margin-top: 35px;
}

#info .list .item {
	background-position: 0 80px;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 -15px;
	padding: 0 15px 40px;
}

#info .list .item+.item {
	margin-top: 30px;
}

#info .list .item:nth-child(odd) {
	background: url(../img/company/bg_company01_sp.png)no-repeat 0 170px;
	background-size: cover;
}

#info .list .item:nth-child(even) {
	background: url(../img/company/bg_company02_sp.png)no-repeat 0 170px;
	background-size: cover;
}

#info .areaTxt {
	margin: -35px 15px 0;
	background-color: rgba(255, 255, 255, 0.8);
	box-sizing: border-box;
	padding: 15px;
	z-index: 2;
	position: relative;
}

#info .areaTxt .txt {
	margin-top: 10px;
}

#info .areaTxt .btn {
	margin: 30px 0 0 0;
	padding: 0;
	max-width: none;
}

@media screen and (min-width: 600px) {
	#info {
		margin-bottom: 100px;
	}

	#info .list {
		margin-top: 135px;
	}

	#info .list .item {
		display: flex;
		align-items: center;
		background-position: bottom;
		background-size: 100%;
		margin: 0 -50%;
		padding: 0 50%;
	}

	#info .list .item+.item {
		margin-top: 100px;
	}

	#info .list .item:nth-child(odd) {
		background: #ea5404;
		padding-bottom: 40px;
	}

	#info .list .item:nth-child(even) {
		background: #ee7636;
		padding-bottom: 40px;
	}

	#info .list .item:nth-child(even) .areaTxt {
		float: none;
		order: 0;
		padding-right: 60px;
		margin-left: 0;
	}

	#info .list .item:nth-child(even) .img {
		float: none;
		order: 1;
		margin-left: 0;
		margin-right: -50px;
	}

	#info .img {
		width: 550px;
		float: left;
		position: relative;
		top: -60px;
	}

	#info .areaTxt {
		width: 500px;
		margin: 40px -50px 0;
		padding: 30px 40px;
	}

	#info .areaTxt .txt {
		margin-top: 35px;
	}

	#info .areaTxt .btn {
		margin: 65px 0 0 0;
		padding: 0;
	}
}
