@charset "UTF-8";


.heroHeading.company .heroHeading_image {
	background: url("../images/company/main.jpg") no-repeat center center;
	background-size: cover;
}

@media print, screen and (min-width: 800px) {
	.heroHeading.company .heroHeading_image {
		background: url("../images/company/main.jpg") no-repeat center center;
		background-size: cover;
	}
	
	.content-inner {
		width: 1000px;
	}
}



.cont-txt {
	font-size: 1.4rem;
	line-height: 1.7;
}

.cont-txt p+p {
	margin-top: 20px;
}

.cont-img {
	width: 100%;
	margin-top: 20px;
	box-sizing: border-box;
}

.cont-link {
	margin-top: 20px;
	text-align: right;
}



	.cont-list-block {
		margin-top: 50px;
	}
	
	.cont-list {
		width: 100%;
		border: 2px solid #009fe8;
		box-sizing: border-box;
		padding: 20px 20px 20px 20px;
		box-shadow:5px 5px 11px -2px #d9d9d9;
	}
	
	.cont-list-ttl{
		text-align: center;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 25px;
		margin-bottom: 10px;
	}
	
	.cont-list-ttl-link {
		width: 100%;
		text-align: center;
	}
	
	.cont-list-ttl-link a {
		display: inline-block;
		font-size: 1.4rem;
		font-weight: bold;
		text-align: center;
		width: 80%;
		height: 30px;
		line-height: 30px;
		border: 1px solid #00a0e9;
		position: relative;
		transition: .2s;
	}
	
	.cont-list-ttl-link a::after{
		content: '';
		width: 6px;
		height: 6px;
		border-top: 2px solid #00a0e9;
		border-right: 2px solid #00a0e9;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -4px;
	}
	
	.cont-list+.cont-list {
		margin-top: 20px;
	}


@media print, screen and (min-width: 800px) {
	
	
	.cont-txt {
		font-size: 1.6rem;
		line-height: 2;
		width: 610px;
	}
	
	.cont-txt p+p {
		margin-top: 40px;
	}
	
	.cont-img {

	}
	
	.cont-img {
		width: 100%;
		margin: 40px auto 0;
		padding: 0 20px;
		box-sizing: border-box;
		width: 390px;
		margin-top: -70px;
	}
	
	.cont-link {
		margin-top: 30px;
		text-align: right;
		padding-right: 7px;
	}
	
	.cont-wrap {
		display: flex;
	    -webkit-justify-content: space-between;
	    justify-content: space-between;	
	    margin-bottom: 150px;
	}
	
	.cont-list-block {
		display: flex;
	    -webkit-justify-content: space-between;
	    justify-content: space-between;	
	    margin: 0;
	}
	
	.cont-list {
		width: 470px;
		height: 110px;
		border: 2px solid #009fe8;
		box-sizing: border-box;
		padding: 33px 25px 35px 40px;
	}
	
	.cont-list-ttl{
		width: 170px;
		display: inline-block;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 40px;
		text-align: left;
	}
	
	.cont-list-ttl-link {
		display: inline-block;
		width: 220px;
	}
	
	.cont-list-ttl-link a {
		display: inline-block;
		font-size: 1.6rem;
		font-weight: bold;
		text-align: center;
		width: 220px;
		height: 42px;
		line-height: 42px;
		border: 1px solid #00a0e9;
		position: relative;
		transition: .2s;
	}
	
	.cont-list-ttl-link a::after{
		content: '';
		width: 10px;
		height: 10px;
		border-top: 2px solid #00a0e9;
		border-right: 2px solid #00a0e9;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		right: 20px;
		top: 50%;
		margin-top: -5px;
	}
	
	.cont-list-ttl-link a:hover {
		color: #fff;
		background: #00a0e9;
		border: 1px solid #00a0e9;
	}
	
	.cont-list-ttl-link a:hover::after {
		content: '';
		width: 10px;
		height: 10px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		right: 20px;
		top: 50%;
		margin-top: -5px;
	}
	
	.cont-list+.cont-list {
		margin-top: 0;
	}
}