@charset "UTF-8";

/* 会社案内 */
/* -------------------------------------------------- */
#companyHero {
	height: 530px;
	position: relative;
	overflow: hidden;
}

.companyHero_img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.companyHero_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 19%;
}

.companyHero_content {
	width: min(1200px, calc(100% - 80px));
	height: 100%;
	margin: 0 auto;
	padding: 15px 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	color: #FFFFFF;
	font-weight: 500;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
	position: relative;
}

.companyHero_en {
	font-family: "Zen Old Mincho", serif;
	font-size: 1.2rem;
	letter-spacing: .18em;
}

.companyHero_content h1 {
	font-family: "Zen Old Mincho", serif;
	font-size: 4.5rem;
	font-weight: 400;
	line-height: 1.45;
}

.companyHero_content > p:not(.companyHero_en) {
	margin-top: 20px;
	font-size: 1.4rem;
	line-height: 1.55;
}

.companyHero_bc {
	position: absolute;
	bottom: 15px;
	right: 0;
}

.companyHero_bc ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.companyHero_bc ul li {
	font-size: 1.2rem;
	font-weight: 500;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
}

.companyHero_bc ul a {
	color: #FFF;
}

.companyHero_bc li + li::before {
	content: "/";
	margin: 0 6px;
}

.companyNav {
	margin-bottom: 75px;
	padding: 40px 70px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	background: #F5F6F5;
	font-family: "Zen Old Mincho", serif;
}

.companyNav a {
	height: 100%;
}

.companyNav li:nth-child(-n+3) a {
	font-size: 2.2rem;
	padding: 20px 10px;
}

.companyNav li:nth-child(3) a {
	letter-spacing: -0.1em;
}

.companyMessage {
	margin-bottom: 75px;
}

.companyMessage > p:not(.section_en) {
	margin-bottom: 0;
	font-family: "Zen Old Mincho", serif;
	font-size: 2rem;
	line-height: 2.2;
	letter-spacing: normal;
}

.companyMessage_sign {
	margin-top: 25px;
	font-size: 1.8rem;
	text-align: right;
}

.historylist {
	position: relative;
}

.historylist::before {
	content: "";
	position: absolute;
	top: 0;
	left: 140px;
	width: 1px;
	height: 100%;
	background: #5EA74A;
}

.historylist_item {
	height: 50px;
	margin-bottom: 10px;
	padding: 0 60px;
	display: grid;
	grid-template-columns: 110px 1fr;
	align-items: center;
	background: #F7F7F7;
	font-size: 1.4rem;
}

.historylist_item:nth-child(odd) {
	background: #FAFCFA;
}

.historylist_item dt {
	font-weight: 600;
}

.historylist_item dd {
	position: relative;
}

.historylist_item dd::before {
	content: "";
	width: 12px;
	height: 12px;
	background: #5EA74A;
	border-radius: 100vw;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: -35px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

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


.companyNav {
	grid-template-columns: repeat(2, 1fr);
}


.companyNav li a {
	font-size: clamp(1.6rem,1.5vw,1.8rem);
}

.companyNav li:nth-child(-n+3) a {
	font-size: clamp(1.6rem,1.5vw,1.8rem);
}

}

@media screen and (max-width: 767px) {
	#companyHero {
		height: 480px;
	}

	.companyHero_img {
		overflow: hidden;
	}

	.companyHero_img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

	.companyHero_content {
		width: calc(100% - 40px);
		padding-top: 130px;
	}

	.companyHero_content h1 {
		font-size: 3.4rem;
	}

	.companyHero_content > p:not(.companyHero_en) {
		font-size: 1.2rem;
	}

	.companyNav {
		margin-bottom: 40px;
		padding: 24px 20px;
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}

	.companyNav li a {
		padding: 14px 5px 14px 5px;
		font-size: 1.2rem;
	}

	.companyNav li:nth-child(-n+3) a {
		padding: 14px 5px 14px 5px;
		font-size: 1.2rem;
	}

	.companyNav .btn1 a::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 3px;
		width: 8px;
		height: 8px;
		background: url(../../img/common/icon_arrow_green.svg) 0 0 /contain no-repeat;
		transform: translateY(-50%);
	}

	.companyMessage > p:not(.section_en):not(.companyMessage_sign) {
		font-size: 1.5rem;
	}

	.companyMessage > p:not(.section_en) {
		font-size: 1.5rem;
	}

	.companyHistory dl div {
		height: auto;
		min-height: 58px;
		padding: 12px 16px;
		grid-template-columns: 75px 1fr;
		gap: 20px;
	}

	.companyHistory dl::before {
		left: 85px;
	}

	.historylist_item dd::before {
		content: "";
		width: 10px;
		height: 10px;
		background: #5EA74A;
		border-radius: 100vw;
		display: inline-block;
		position: absolute;
		top: 50%;
		left: -30px;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}

	.companyMessage {
		margin-bottom: 60px;
	}
}
