



/* TOPビジュアル *******************/
header {
	height: 350px;
	background-image: url(../img/company/header_company_bg_pc.png);
}
header h2 {
	text-align: center;
}
header h2 img {
	width: 100%;
	max-width: 520px;
	height: auto;
	margin-top: 20px;
}







/* 安心して乗れる キレイな車を街中に *******************/
section.president {
	padding-top: 60px;
	padding-bottom: 120px;
}
section.president h3 {
	font-size: 36px;
	font-weight: 500;
	color: #0F0F0F;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 100px;
}
section.president > div {
	width: 1080px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}
section.president > div::before {
	content: '';
	position: absolute;
	top: -35px;
	left: -400px;
	width: 1048px;
	height: 152px;
	background-color: #E9E9F0;
}
section.president > div > div.lf {
	width: 516px;
	font-size: 18px;
	font-weight: 400;
	color: #0F0F0F;
	line-height: 1.6;
	z-index: 1;
}
section.president > div > div.lf p {
	font-size: 30px;
	font-weight: 500;
	color: #1F2150;
	line-height: 1.4;
	margin-bottom: 60px;
}
section.president > div > div.lf span {
	display: block;
	text-align: right;
}
section.president > div > img {
	width: 516px;
	height: auto;
	z-index: 1;
}








/* 徹底した品質とサービスを保証 *******************/
section.hosho {
	background-color: #E9E9F0;
	padding-top: 55px;
	padding-bottom: 75px;
}
section.hosho h3 {
	font-size: 36px;
	font-weight: 500;
	color: #0F0F0F;
	text-align: center;
}
section.hosho h3 span {
	display: block;
	font-size: 24px;
	color: #1F2150;
	margin-bottom: 20px;
}
/*外部サイトバナー群*/
section.hosho > ol {
	width: 90%;
	max-width: 1200px;
	margin: 60px auto 0;
	display: flex;
	justify-content: space-between;
}
section.hosho > ol li {
	width: 48%;
}
section.hosho > ol li a {
	width: 100%;
	display: block;
}
/*hover*/
section.hosho > ol li a:hover {
	opacity: 0.8;
	box-shadow: 0px 0px 0px 1px #1F2150;
}
section.hosho > ol li a img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
section.hosho > ol li p {
	font-size: 20px;
	font-weight: 400;
	color: #0F0F0F;
	line-height: 1.6;
	text-align: left;
}








/* 私たちと一緒に働きませんか？ *******************/
section.saiyo > div {
	padding-top: 80px;
}
section.saiyo > div {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
section.saiyo > div > img {
	width: 100%;
	height: auto;
}
section.saiyo > div > div {
	background-color: #1F2150;
	padding: 45px 60px;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	position: relative;
}
section.saiyo > div > div p {
	font-size: 33px;
	font-weight: 500;
	margin-bottom: 10px;
}
section.saiyo > div > div a {
	position: absolute;
	top: 50%;
	right: 60px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: 216px;
	font-size: 16px;
	font-weight: 400;
	padding: 12px 30px;
	border: 1px solid #fff;
	border-radius: 8px;
}
section.saiyo > div > div a::after {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: '\f138';
	font-size: 16px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}
/*hover*/
section.saiyo > div > div a:hover {
	color: #1F2150;
	background-color: #fff;
}






/* 会社概要・沿革 *******************/
section.info {
	padding-top: 80px;
	padding-bottom: 150px;
}
section.info > div {
	width: 960px;
	margin: 0 auto;
}
section.info h3 {
	font-size: 36px;
	font-weight: 500;
	color: #0F0F0F;
	text-align: center;
	margin-bottom: 60px;
}
section.info table {
	width: 100%;
}
section.info table tr {
	display: block;
	border-top: 1px solid #E9E9F0;
	padding: 10px 0;
}
section.info table tr:last-of-type {
	border-bottom: 1px solid #E9E9F0;
}
section.info table th {
	width: 220px;
	font-size: 18px;
	font-weight: 500;
	color: #1F2150;
	line-height: 1.6;
	text-align: left;
	vertical-align: middle;
	padding: 14px 0 14px 24px;
	position: relative;
}
section.info table td {
	font-size: 18px;
	font-weight: 500;
	color: #0F0F0F;
	line-height: 1.6;
	text-align: left;
	vertical-align: middle;
	padding: 14px 0 14px 24px;
	border-left: 1px solid #E9E9F0;
}
/*沿革*/
section.info h4 {
	width: 100%;
	font-size: 24px;
	margin: 100px auto 40px;
	max-width: 1200px;
	text-align: center;
	position: relative;
	font-weight: bold;
	color: #1F2150;
}
section.info h4::before {
	content: "";
	display: block;
	border-top: solid 2px #1F2150;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	z-index: 1;
}
section.info h4 p {
	padding: 0 30px;
	display: inline-block;
	background: #fff;
	position: relative;
	z-index: 5;
}








/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 1079px) {
*{}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/







/* TOPビジュアル *******************/
header {
	height: 56vw;
	background-image: url(../img/company/header_company_bg_sp.png);
}
header h2 {
	height: calc(56vw - 68px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
header h2 img {
	width: 90%;
	max-width: 700px;
	height: auto;
	margin-top: 0px;
}








/* 安心して乗れる キレイな車を街中に *******************/
section.president {
	padding-top: 40px;
	padding-bottom: 60px;
}
section.president h3 {
	font-size: 24px;
	margin-bottom: 40px;
}
section.president > div {
	width: 100%;
	max-width: 600px;
	flex-wrap: wrap;
	flex-flow:  column-reverse;
}
section.president > div::before {
	top: 35px;
	left: 0px;
	width: 255px;
	height: min(80vw, 450px);
}
section.president > div > div.lf {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	font-size: 16px;
}
section.president > div > div.lf p {
	font-size: min(6vw,24px);
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 30px;
	margin-bottom: 30px;
}
section.president > div > img {
	width: 90%;
	margin-left: 10%;
}







/* 徹底した品質とサービスを保証 *******************/
section.hosho {
	padding-bottom: 0px;
}
section.hosho h3 {
	font-size: 24px;
}
section.hosho h3 span {
	font-size: 16px;
}
/*外部サイトバナー群*/
section.hosho > ol {
	width: 90%;
	flex-wrap: wrap;
	margin: 40px auto 0;
	max-width: 600px;
}
section.hosho > ol li {
	width: 100%;
	margin-bottom: 40px;
}
section.hosho > ol li a {
	box-shadow: 0px 0px 0px 1px #1F2150;
}
section.hosho > ol li p {
	font-size: 16px;
}







/* 私たちと一緒に働きませんか？ *******************/
section.saiyo > div {
	padding-top: 60px;
}
section.saiyo > div > div {
	padding: 30px;
	line-height: 1.4;
}
section.saiyo > div > div p {
	font-size: 22px;
	line-height: 1.4;
}
section.saiyo > div > div a {
	position: static;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	width: 100%;
	max-width: 315px;
	margin-top: 40px;
	color: #1F2150;
	background-color: #fff;
	display: block;
}






/* 会社概要・沿革 *******************/
section.info {
	padding-top: 60px;
	padding-bottom: 100px;
}
section.info > div {
	width: 90%;
	max-width: 600px;
}
section.info h3 {
	font-size: 24px;
	margin-bottom: 40px;
}
section.info table th {
	width: 100px;
	font-size: 14px;
	padding: 5px 10px 5px 10px;
}
section.info table td {
	font-size: 14px;
	padding: 5px 10px 5px 10px;
}
section.info table td span {
	display: inline-block;
}
/*沿革*/
section.info h4 {
	margin: 60px auto 40px;
}







/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
