@charset "UTF-8";

.mainimage {
	background-image: url("../company/img/img-head.jpg");
}

/* ごあいさつ */
.greeting {
}

.greeting > .inner {
	max-width: 934px;
}

.greeting_row {
	margin: 85px auto 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.greeting_col.-cnt {
	width: 53%;
}

.greeting_col.-cnt p {
	margin-top: 2em;
}

.greeting_col.-cnt p:first-child {
	margin-top: 0;
}

.greeting_col.-cnt p.-name {
	text-align: right;
}

.greeting_col.-cnt p.-name span {
	display: inline-block;
	font-size: 20px;
	margin-left: 1em;
}

.greeting_col.-img {
	width: 39%;
}

.greeting_movie {
	margin-top: 60px;
}

.greeting_movie_wrap {
	position: relative;
}

.greeting_movie_wrap:before {
	display: block;
	content: "";
	padding-top: 56.25%;
}

.greeting_movie iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.greeting_movie_txt {
	margin-top: 30px;
}

.company_img {
	margin-top: 90px;
	background-image: url(../company/img/img-greeting02.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.company_img:before {
	display: block;
	content: "";
	padding-top: 500px;
}

/* 会社概要 */
.profile {
	padding: 104px 0 130px;
}

.profile_tbl {
	width: 100%;
	max-width: 870px;
	margin: 60px auto 0;
}

/* .profile_tbl:first-of-type {
	margin: 30px auto 0;
} */

.profile_tbl caption {
	color: #FFF;
	background: #0644A7;
	padding: 10px 20px;
	/* border-radius: 10px; */
	text-align: left;
}

.profile_tbl th {
	border-bottom: 2px solid #0644A7;
	padding: 30px 25px;
	white-space: nowrap;
	width: 17%;
}

.profile_tbl td {
	border-bottom: 1px solid #D0D0D0;
	padding: 30px 35px;
}

/* 沿革 */
.history {
	background: #F7F7F7;
	padding: 75px 0;
}

.history_list {
	width: 100%;
	max-width: 870px;
	margin: 38px auto 0;
}

.history_list > li {
	display: -webkit-box;
	display: flex;
	align-items: center;
	padding: 34px 40px;
	position: relative;
}

.history_list > li:nth-child(odd) {
	background: #FFF;
}

.history_list > li:before,
.history_list > li:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 28px;
	background: #D0D0D0;
	left: 75px;
}

.history_list > li:before {
	top: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.history_list > li:after {
	bottom: 0;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.history_list > li:first-child:before,
.history_list > li:last-child:after {
	content: none;
}

.history_list > li span {
	display: block;
}

.history_list > li span.-date {
	white-space: nowrap;
}

.history_list > li span.-date {
	width: 125px;
}

.history_list > li span.-cnt {
	flex: 1;
	margin-left: 46px;
}

/* 基本理念 */
.philosophy {
	padding: 100px 0 150px;
}

.philosophy_list {
	max-width: 740px;
	margin: 50px auto 0;
}

.philosophy_list > li {
	margin-top: 50px;
	list-style-type: none;
	display: table;
	width: 100%;
}

.philosophy_list > li:first-child {
	margin-top: 0;
}

.philosophy_list_num,
.philosophy_list_txt {
	display: table-cell;
	vertical-align: middle;
}

.philosophy_list_num {
	padding-right: 50px;
	width: 115px;
}

.philosophy_list_txt {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7;
	padding-left: 35px;
	border-left: 1px solid #707070;
}

/* 品質方針 */
.quality {
	padding: 140px 0 155px;
	background: #F7F7F7;
}

.quality_lead {
	text-align: center;
	margin-top: 40px;
}

.quality_row {
	max-width: 810px;
	margin: 87px auto 30px;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.quality_col {
	width: 48.52%;
	background: #FFF;
	padding: 50px 30px 30px;
	position: relative;
}

.quality_num {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.quality_txt {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7;
	text-align: center;
}

.quality_notes {
	position: absolute;
	top: 101%;
	right: 0;
}

/* All SP & Tablet */
@media screen and (max-width:1400px) {
}

/* All SP */
@media screen and (max-width:640px) {
	.greeting_row {
		margin: 50px auto 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	.greeting_col.-img {
		width: 100%;
		text-align: center;
	}

	.greeting_col.-cnt {
		width: 100%;
		margin-top: 30px;
	}

	.company_img:before {
		padding-top: 280px;
	}

	.profile_tbl th,
	.profile_tbl td {
		padding: 10px;
	}

	.history_list > li {
		padding: 15px;
	}

	.history_list > li:before,
	.history_list > li:after {
		left: 40px;
	}

	.history_list > li span.-cnt {
		margin-left: 10px;
	}

	.philosophy_list {
		margin: 30px auto 0;
	}

	.philosophy_list > li {
		margin-top: 0;
		border-top: 1px solid #ccc;
		padding: 15px 0;
	}

	.philosophy_list > li:first-child {
		border-top: none;
		padding-top: 0;
	}

	.philosophy_list > li:last-child {
		padding-bottom: 0;
	}

	.philosophy_list_num,
	.philosophy_list_txt {
		display: block;
		width: 100%;
		padding: 0;
	}

	.philosophy_list_num img {
		display: block;
	}

	.philosophy_list_txt {
		border-left: none;
		margin-top: 10px;
		font-size: 16px;
	}

	.quality_col {
		width: 100%;
		padding: 50px 15px 15px;
		margin: 50px 0 0;
	}

	.quality_col:first-child {
		margin-top: 0;
	}

	.quality_txt {
		font-size: 18px;
	}

}
