@charset 'utf-8';

@import url('https://fonts.googleapis.com/css?family=Oswald');

.pc-break {
	display: inline;
}
.sp-break {
	display: none;
}
.section-vision .container {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.section-vision {
	font-size: 16px;
	line-height: 2;
	padding: 0 0 70px;
}
.section-vision h3 {
	font-size: 25px;
	line-height: 4;
	padding: 0;
	margin: 0 0 50px;
}
.section-vision img {
	vertical-align: top;
}
.page-header .lead {
	margin: -20px auto 30px;
	font-size: 28px;
	line-height: 1.8;
	color: #790028;
	text-align: center;
}
.page-header .lead.-top {
	margin-bottom: 0;
	color: #333;
}
.section-vision.-backtopage .btn {
	max-width: 480px;
	text-indent: 15px;
}
.section-vision.-top .image {
	margin: 50px auto 100px;
	width: 1280px;
	text-align: center;
}
.section-vision .image img {
	width: 100%;
}
.section-vision.-top .navigation ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
}
.section-vision.-top .navigation li {
	width: calc((100% - 20px)/5);
}
.section-vision.-top .navigation li + li {
	margin-left: 5px;
}
.section-vision.-top .navigation .customer .btn {
	background: rgb(46,76,152);
	background: -webkit-linear-gradient(top, rgba(46,76,152,1) 0%,rgba(46,106,152,1) 100%);
	background: linear-gradient(to bottom, rgba(46,76,152,1) 0%,rgba(46,106,152,1) 100%);
}
.section-vision.-top .navigation .staff .btn {
	background: rgb(84,154,177);
	background: -webkit-linear-gradient(45deg, rgba(84,154,177,1) 0%,rgba(84,128,177,1) 100%);
	background: linear-gradient(45deg, rgba(84,154,177,1) 0%,rgba(84,128,177,1) 100%);
}
.section-vision.-top .navigation .ishikawa .btn {
	background: rgb(84,160,129);
	background: -webkit-linear-gradient(top, rgba(84,160,129,1) 0%,rgba(119,176,153,1) 100%);
	background: linear-gradient(to bottom, rgba(84,160,129,1) 0%,rgba(119,176,153,1) 100%);
}
.section-vision.-top .navigation .toyota .btn {
	background: rgb(221,172,101);
	background: -webkit-linear-gradient(45deg, rgba(221,172,101,1) 0%,rgba(221,146,101,1) 100%);
	background: linear-gradient(45deg, rgba(221,172,101,1) 0%,rgba(221,146,101,1) 100%);
}
.section-vision.-top .navigation .founder .btn {
	background: rgb(217,128,128);
	background: -webkit-linear-gradient(top, rgba(217,128,128,1) 0%,rgba(219,83,83,1) 100%);
	background: linear-gradient(to bottom, rgba(217,128,128,1) 0%,rgba(219,83,83,1) 100%);
}
.section-vision.-top .navigation .btn {
	padding: 20px 15px 20px 5px;
	text-align: center;
	line-height: 1.45;
	font-size: 18px;
}
.section-vision.-top .navigation .btn:hover {
	opacity: 0.8;
}
.section-vision.-top .navigation .btn-arrow-right:after{
	top: 38px;
	right: 8px;
	font-size: 14px;
}
.section-vision.-top .action {
	margin-top: 70px;
}
.section-vision .inner.-imagetext {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row-reverse;
	flex-direction:         row-reverse;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
}
.section-vision .-imagetext .image {
	position: relative;
	top: 8px;
	width: 440px;
	margin-left: 50px;
}
.section-vision .-imagetext img {
	width: 100%;
}
.section-vision .-imagetext p {
	width: calc(100% - 490px);
}

.section-vision.-lead.-customer {
	text-align: center;
}
.section-vision .ideal-store {
	margin: 40px 0 0;
	font-size: 18px;
}
.section-vision .ideal-store dt {
	height: 60px;
	text-align: center;
	color: #fff;
	line-height: 60px;
	background: #790028;
}
.section-vision .ideal-store dd {
	padding: 30px 50px;
	border: 1px solid #790028;
	border-top: none;
}
.section-vision .ideal-store ol {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content:         space-around;
}
.section-vision .ideal-store li {
	font-weight: bold;
}
.section-vision .imagetile {
	margin: -5px 0 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
}
.section-vision .imagetile li {
	width: 330px;
	margin: calc(5px/2) 0;
}
.section-vision .imagetile li img {
	width: 100%;
}
.section-vision .-uppertext {
	position: relative;
	padding-top: 155px;
}
.section-vision .-uppertext .text {
	position: absolute;
	top: 0;
	left: 0;
}
.section-vision.-founder .image {
	margin: 0 auto;
	width: 364px;
	text-align: center;
}
.section-vision.-founder .image .caption {
	display: block;
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.5;
}
.section-vision.-founder .inner .movie {
	width: 810px;
	margin: 0 auto;
}
.section-vision.-founder .movie iframe {
	display: block;
    width: 100%;
    height: 456px;
}

@media screen and (max-width: 1280px) {
	/*.section-vision .container {
		width: 90%;
	}*/
	.section-vision.-top .image {
		width: 100%;
	}
}

@media screen and (max-width: 750px) {
	.pc-break {
		display: none;
	}
	.sp-break {
		display: inline;
	}
	.section-vision .container {
		width: 100%;
		padding: 0 30px;
		box-sizing: border-box;
	}
	.section-vision h2 {
		font-size: 25px;
		font-weight: bold;
	}
	.section-vision h3 {
		margin-bottom: 30px;
		font-size: 42px;
		line-height: 135px;
		max-height: 100%;
	}
	.section-vision h3.multi {
		line-height: 1.6;
		padding: 15px 0;
	}
	.section-vision p {
		font-size: 25px;
		max-height: 100%;
		line-height: 1.6;
	}
	.section-vision.-backtopage {
		margin-top: 30px;
	}
	.section-vision.-backtopage .btn {
		max-width: initial;
	}
	.page-header .lead {
		font-size: 32px;
	}
	.section-vision.-top {
		margin-top: 60px;
	}
	.section-vision.-top .image {
		margin-bottom: 0;
		width: 100%;
		height: 924px;
		background: url(/images/about/vision/img_vision-top-sp.jpg) 50% 0 no-repeat;
		background-size: cover;
	}
	.section-vision.-top .image img {
		display: none;
	}
	.section-vision.-top .navigation {
		margin: 0 -30px;
		padding: 40px 30px;
		background: #f1f1f1;
	}
	.section-vision.-top .navigation ul {
		-webkit-flex-wrap: wrap;
		flex-wrap:         wrap;
		-webkit-justify-content: center;
		justify-content:         center;
	}
	.section-vision.-top .navigation li {
		width: calc((100% - 5px)/2);
		margin-bottom: 5px;
	}
	.section-vision.-top .navigation li + li {
		margin-left: 0;
	}
	.section-vision.-top .navigation li:nth-child(even) {
		margin-left: 5px;
	}
	.section-vision.-top .navigation .btn {
		padding-top: 32px;
		padding-bottom: 30px;
		font-size: 30px;
	}
	.section-vision.-top .navigation .btn-arrow-right:after {
		top: 60px;
		right: 18px;
		font-size: 22px;
	}
	.section-vision .inner.-imagetext {
		-webkit-flex-direction: column;
		flex-direction:         column;
	}
	.section-vision .-imagetext .image {
		position: static;
		width: 100%;
		margin: 0 0 30px;
	}
	.section-vision .-imagetext p {
		width: 100%;
	}
	.section-vision .ideal-store {
		font-size: 25px;
	}
	.section-vision .ideal-store dt {
		height: 70px;
		line-height: 70px;
	}
	.section-vision .ideal-store dd {
		padding: 40px 60px;
	}
	.section-vision .ideal-store ol {
		margin: 0 -30px;
		-webkit-flex-wrap: wrap;
		flex-wrap:         wrap;
		-webkit-justify-content: flex-start;
		justify-content:         flex-start;
	}
	.section-vision .ideal-store li {
		margin: 0 30px;
		text-align: left;
	}
	.section-vision .imagetile {
		margin: 0 0 30px;
	}
	.section-vision .imagetile li {
		width: 342px;
	}
	.section-vision.-staff:nth-of-type(2) .imagetile li:first-child {
		width: 100%;
	}
	.section-vision .-uppertext {
		position: static;
		padding-top: 0;
	}
	.section-vision .-uppertext .text {
		position: static;
	}
	.section-vision.-founder .image {
		width: 100%;
		margin: 10px auto 40px;
	}
	.section-vision.-founder .image .caption {
		font-size: 20px;
	}
	.section-vision.-founder .inner .movie {
		width: 690px;
	}
	.section-vision.-founder .movie iframe {
	    height: 390px;
	}
}