@charset 'utf-8';

.main-visual {
	background: #f9f9f9;
	background: -moz-linear-gradient(top, #f9f9f9 0%, #d7d7d7 100%);
	background: -webkit-linear-gradient(top, #f9f9f9 0%,#d7d7d7 100%);
	background: linear-gradient(to bottom, #f9f9f9 0%,#d7d7d7 100%);
}
.main-visual .container {
	position: relative;
	height: 320px;
	background: url(/images/corporate-customer/bg_main.png) 80% 65% no-repeat;
	background-size: 720px;
}
.main-visual a {
	position: absolute;
	right: 0;
	bottom: 25px;
}
.main-visual h2 {
	position: absolute;
	top: 57px;
	left: 50px;
	font-size: 36px;
	line-height: 68px;
	letter-spacing: .2em;
}
.main-visual h2 span {
	color: #790028;
}
.section-corporate {
	font-size: 16px;
	line-height: 2;
	padding: 0 0 30px;
}
.section-corporate h3 {
	padding: 0;
	line-height: 120px;
}
.section-corporate-staff {

}
.section-corporate-staff ul {
	font-size: 0;
	border-top: 1px solid #fff;
}
.section-corporate-staff li {
	display: block;
	border: 1px solid #f1f1f1;
	height: 275px;
}
.section-corporate-staff li:last-child {
	border-bottom: none;
}
.section-corporate-staff li:after {
	content: "";
    display: block;
    clear: both;
}
.section-corporate-staff li > div {
	float: left;
}
.section-corporate-staff li:nth-child(even) .image {
	float: right;
}
.section-corporate-staff .image {
	position: relative;
	width: 50%;
	overflow: hidden;
	max-height: 275px;
	height: 275px;
}
.section-corporate-staff .image img {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.section-corporate-staff .content {
	position: relative;
	width: 50%;
	max-height: 275px;
	height: 275px;
	padding-bottom: 30px;
	box-sizing: border-box;
	background: #fff;
}
.section-corporate-staff .content h4 {
	margin-bottom: 30px;
	padding: 8px 0 0;
	height: 70px;
	font-size: 20px;
	line-height: 25px;
	color: #940527;
	text-align: center;
	box-sizing: border-box;
	background: #f1f1f1;
}
.section-corporate-staff .content h4 span {
	display: block;
	font-size: 16px;
}
.section-corporate-staff .content p {
	font-size: 16px;
	margin: 0 30px;
	line-height: 1.75;
	align-items: center;
}
.section-corporate-staff .content dl {
	position: absolute;
	left: 30px;
	bottom: 30px;
	font-size: 14px;
	line-height: 1em;
}
.section-corporate-staff .content dl dt,
.section-corporate-staff .content dl dd {
	display: block;
}
.section-corporate-staff .content dl dt + dd::before {
	content: "：";
	margin-left: -1em;
}
.section-corporate-staff .content dl dt.profile {
	margin: 0 0 -1em 0;
}
.section-corporate-staff .content dl dd.profile {
	margin-left: 3em;
}
.section-corporate-staff .content dl dt.sales {
	margin: 1em 0 -1em 0;
}
.section-corporate-staff .content dl dd.sales {
	margin-left: 7em;
}
.section-corporate .action {
	margin-top: 30px;
}

@media screen and (max-width: 1280px) {
	.main-visual .container {
		width: 100%;
		background-size: 640px;
	}
	.main-visual h2 {

	}
	.section-corporate .container {
		width: 90%;
	}
	.section-corporate-staff li:first-child .content dl dt,
	.section-corporate-staff li:first-child .content dl dd {
		display: inline-block;
		margin: 0;
	}
	.section-corporate-staff li:first-child .content dl dd + dt {
		margin-left: 10px;
	}
	.section-corporate-staff li:first-child .content dl dt + dd::before {
		margin-left: 0;
	}
}

@media screen and (max-width: 1080px) {
	.main-visual .container {
		height: 490px;
		background-size: 650px;
		background-position: 50% 90%;
	}
	.section-corporate-staff li:first-child .content dl {
		bottom: 15px;
	}
}

@media screen and (max-width: 750px) {

	.main-visual .container {
		width: auto;
		height: 490px;
		background-size: 650px;
		background-position: 50% 90%;
	}
	.section-corporate-staff li {
		height: auto;
		max-height: none;
	}
	.section-corporate-staff li .image {
		width: 100%;
		max-height: 322px;
		height: 322px;
	}
	.section-corporate-staff li .content {
		width: 100%;
		max-height: none;
		height: auto;
	}
	.section-corporate-staff li > div,
	.section-corporate-staff li:nth-child(even) .image {
		float: none;
	}
	.section-corporate-staff .content h4 {
		margin-bottom: 30px;
		padding: 10px 0 0;
		height: 85px;
		font-size: 25px;
		line-height: 32px;
	}

	.section-corporate-staff .content h4 span {
		font-size: 22px;
	}
	.section-corporate-staff .content p {
		font-size: 22px;
	}
	.section-corporate-staff .content dl {
		position: static;
		margin: 15px 30px 0;
		font-size: 20px;
	}
	.section-corporate-staff li:first-child .content dl dt,
	.section-corporate-staff li:first-child .content dl dd {
		display: block;
	}
	.section-corporate-staff li:first-child .content dl dd + dt {
		margin-left: 10px;
	}
	.section-corporate-staff li:first-child .content dl dt + dd::before {
		margin-left: -1em;
	}
	.section-corporate-staff li:first-child .content dl dt.profile {
		margin: 0 0 -1em 0;
	}
	.section-corporate-staff li:first-child .content dl dd.profile {
		margin-left: 3em;
	}
	.section-corporate-staff li:first-child .content dl dt.sales {
		margin: 1em 0 -1em 0;
	}
	.section-corporate-staff li:first-child .content dl dd.sales {
		margin-left: 7em;
	}
	.section-corporate .action {
		margin: 30px 10px 0;
	}

}