@charset "utf-8";
/*----------------------------------------------------
	会社情報
----------------------------------------------------*/
.mainHeader {
	background-image: url(../images/company/bg_ttl.png);
}

.companyContent {
	padding: 40px 0;
}

.companyContent.gray {
	background-color: #f4f4ec;
}

.companyContent h3 {
	margin-bottom: 36px;
	text-align: center;
}

.companyContent h3 .en {
	display: block;
	margin-bottom: 8px;
}

.companyContent h3 .ja {
	display: block;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.2em;
}

.companyContent .companyLead {
	margin-bottom: 24px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
}

.companyNav {
	padding: 64px 0 54px;
	text-align: center;
}

.companyNav ul {
	display: table;
	margin: 0 auto;
}

.companyNav ul li {
	display: table-cell;
	padding: 0 24px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.2em;
}

.companyNav ul li a {
	display: block;
	position: relative;
	padding-bottom: 10px;
}

.companyNav ul li .line {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 5px;
	transition: all .3s;
	background-color: #c3db00;
	content: "";
}

.companyNav ul li:hover .line {
	left: 0;
	width: 100%;
}

@media (max-width: 767px) {
	.companyContent {
		padding: 20px 0;
	}

	.companyContent.gray {
		background-color: #f4f4ec;
	}

	.companyContent h3 {
		margin-bottom: 24px;
	}

	.companyContent h3 .en img {
		height: 24px;
	}

	.companyContent h3 .ja {
		font-size: 16px;
	}

	.companyContent .companyLead {
		margin-bottom: 24px;
		font-size: 16px;
	}

	.companyNav {
		padding: 20px 0 20px;
	}

	.companyNav ul {
		display: block;
	}

	.companyNav ul li {
		display: block;
		padding: 0 10px;
	}

	.companyNav ul li a {
		padding: 6px 0;
	}

	.companyNav ul li .line {
		display: none;
	}

	.companyNav ul li:hover .line {
		display: none;
	}
}
/*----------------------------------------------------
	会社概要
----------------------------------------------------*/
#about .aboutFeature {
	width: 100%;
	margin-bottom: 90px;
}

#about .aboutFeature th {
	width: 252px;
	padding: 28px 0;
	border: 1px solid #c8c8c8;
	background-color: #e2e2e2;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#about .aboutFeature td {
	padding: 28px 20px 18px 56px;
	border: 1px solid #c8c8c8;
	background-color: #fff;
	font-size: 18px;
}

#about .aboutFeature h4 {
	font-weight: bold;
}

#about .aboutFeature hr {
	margin: 16px 0;
	border: none;
	border-bottom: 1px dashed #c8c8c8;
}

#about .aboutHistory {
	width: 100%;
	background-color: #ffffff;
}

#about .aboutHistory tr {
	border-bottom: 1px dotted #808080;
}

#about .aboutHistory tr:last-child {
	border-bottom: none;
}

#about .aboutHistory th {
	width: 12.5em;
	padding: 18px 0;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}

#about .aboutHistory td {
	padding: 18px 10px 18px 0;
}

@media (max-width: 767px) {
	#about .aboutFeature {
		display: block;
		margin-bottom: 40px;
	}

	#about .aboutFeature tbody {
		display: block;
	}

	#about .aboutFeature tr {
		display: block;
	}

	#about .aboutFeature th {
		display: block;
	}

	#about .aboutFeature td {
		display: block;
	}

	#about .aboutFeature th {
		width: 100%;
		padding: 16px 0;
		border-top: none;
		border-bottom: none;
		font-size: 16px;
	}

	#about .aboutFeature tr:first-child th {
		border-top: 1px solid #c8c8c8;
	}

	#about .aboutFeature td {
		padding: 16px 10px;
		font-size: 14px;
	}

	#about .aboutHistory {
		display: block;
	}

	#about .aboutHistory tbody {
		display: block;
	}

	#about .aboutHistory tr {
		display: block;
	}

	#about .aboutHistory th {
		display: block;
	}

	#about .aboutHistory td {
		display: block;
	}

	#about .aboutHistory th {
		width: 100%;
		padding: 16px 0 0;
	}

	#about .aboutHistory td {
		padding: 16px 10px;
	}
}
/*----------------------------------------------------
	社長挨拶
----------------------------------------------------*/
#message .messageWrapp {
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-ms-flex-pack: justify;
}

#message .messageWrapp .desc {
	width: 50%;
	padding-top: 34px;
	font-size: 16px;
	letter-spacing: 0.2em;
	line-height: 1.75;
}

#message .messageWrapp .figure {
	width: 50%;
	padding: 0 40px;
	text-align: center;
}

#message .messageWrapp .figure .sign {
	display: table;
	margin: 34px auto 0;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: left;
}

@media (max-width: 767px) {
	#message .messageWrapp {
		-ms-flex-direction: column;
		flex-direction: column;
	}

	#message .messageWrapp .desc {
		width: 100%;
		margin-bottom: 20px;
		padding-top: 0px;
	}

	#message .messageWrapp .figure {
		width: 100%;
		padding: 0 20%;
		text-align: center;
	}

	#message .messageWrapp .figure .sign {
		margin: 20px auto 0;
		font-size: 16px;
	}
}
/*----------------------------------------------------
	採用情報
----------------------------------------------------*/
#recruit table {
	width: 100%;
}

#recruit th {
	padding: 15px 12px;
	border-right: 10px solid #f4f4ec;
	border-bottom: 10px solid #f4f4ec;
	background-color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#recruit td {
	padding: 15px 12px;
	border-bottom: 10px solid #f4f4ec;
	background-color: #fff;
	font-size: 16px;
	line-height: 1.625;
}

@media (max-width: 767px) {
	#recruit table {
		display: block;
	}

	#recruit table tbody {
		display: block;
	}

	#recruit table tr {
		display: block;
	}

	#recruit table th {
		display: block;
	}

	#recruit table td {
		display: block;
	}

	#recruit th {
		padding: 12px 10px;
		border-right: none;
		border-bottom: 4px solid #f4f4ec;
	}

	#recruit td {
		padding: 12px 10px;
		border-bottom: 10px solid #f4f4ec;
	}
}
/*----------------------------------------------------
	会社行事
----------------------------------------------------*/
#event ul {
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	-ms-flex-pack: center;
}

#event li {
	width: 33.33%;
	margin-bottom: 36px;
	padding: 0 3%;
}

#event li h4 {
	margin-bottom: 8px;
}

#event li p {
	font-size: 13px;
	line-height: 1.85;
}

@media (max-width: 767px) {
	#event li {
		width: 50%;
		margin-bottom: 24px;
	}

	#event li p {
		line-height: 1.5;
	}
}
