@charset "UTF-8";
/*------------------------------------
.l-hero
------------------------------------*/
.l-hero {
	background-image: url("../images/company/hero.webp?251117");
	background-position: center calc(100% - 200px);
}
@media screen and (max-width: 768px) {
	.l-hero {
		background-position: center;
	}
}


/*------------------------------------
table
------------------------------------*/
#company table {
	border-top: 1px solid rgba(0,0,0,0.15);
}
#company table th,
#company table td {
	border: none;
	border-bottom: 1px solid rgba(0,0,0,0.15);
	padding: 20px 0;
}
#company table th {
	position: relative;
	width: 200px;
	font-weight: 400;
	padding-right: 20px;
}
#company table th:after {
	content: "";
	position: absolute;
	top: 8px;
	right: 0;
	bottom: 8px;
	border-right: 1px solid rgba(0,0,0,0.15);
}
#company table td {
	padding-left: 20px;
}
@media screen and (max-width: 768px) {
	#company table th,
	#company table td {
		font-size: 12px;
	}
	#company table th {
		width: 100px;
	}
}


/*------------------------------------
#greeting
------------------------------------*/
#greeting {
	padding-top: 80px;
}
#greeting .container {
	max-width: 640px;
	width: calc(100% - 10vw);
	margin: 0 auto;
}
#greeting h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	line-height: 1;
	margin-bottom: 16px;
}
#greeting h2:after {
	content: "";
	background-color: #333;
	width: 1px;
	height: 30px;
	transform: rotate(45deg);
}
#greeting h2 span.en {
	font-size: 16px;
}
#greeting p.desc {
	font-size: 28px;
	text-align: center;
	margin-bottom: 10px;
}
#greeting p.sign {
	text-align: right;
	margin-top: 24px;
}
@media screen and (max-width: 768px) {
	#greeting {
		padding-top: 40px;
	}
	#greeting h2 {
		gap: 8px;
		font-size: 32px;
		margin-bottom: 8px;
	}
	#greeting h2:after {
		height: 20px;
	}
	#greeting h2 span.en {
		font-size: 14px;
	}
	#greeting p.desc {
		font-size: 20px;
		margin-bottom: 5px;
	}
}


/*------------------------------------
#information
------------------------------------*/
#information {
	padding-top: 120px;
}
#information .container {
	display: flex;
	position: relative;
	background-color: #fff;
	max-width: 1260px;
	margin: 0 auto;
	padding: 80px 60px;
}
#information .txt {
	margin-right: 40px;
	margin-top: -120px;
}
#information .txt .sticky {
	position: sticky;
	top: 20px;
}
#information .txt h2 {
	display: flex;
	flex-direction: column;
	gap: 16px;
	line-height: 1;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#information .txt h2 span.en {
	font-size: 16px;
}
@media screen and (max-width: 768px) {
	#information {
		padding-top: 64px;
	}
	#information .container {
		padding: 40px 24px 50px;
	}
	#information .txt {
		margin-right: 24px;
		margin-top: -50px;
	}
	#information .txt h2 {
		gap: 8px;
		font-size: 25px;
	}
	#information .txt h2 span.en {
		font-size: 14px;
	}
}


/*------------------------------------
#history
------------------------------------*/
#history {
	padding-top: 120px;
}
#history .container {
	display: flex;
	flex-direction: row-reverse;
	position: relative;
	background-color: #fff;
	max-width: 1260px;
	margin: 0 auto;
	padding: 80px 60px;
}
#history .txt {
	margin-left: 40px;
	margin-top: -120px;
}
#history .txt .sticky {
	position: sticky;
	top: 20px;
}
#history .txt h2 {
	display: flex;
	flex-direction: column;
	gap: 16px;
	line-height: 1;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#history .txt h2 span.en {
	font-size: 16px;
}
#history .inner {
	width: 100%;
}
@media screen and (max-width: 768px) {
	#history {
		padding-top: 64px;
	}
	#history .container {
		padding: 40px 24px 50px;
	}
	#history .txt {
		margin-left: 24px;
		margin-top: -50px;
	}
	#history .txt h2 {
		gap: 8px;
		font-size: 25px;
	}
	#history .txt h2 span.en {
		font-size: 14px;
	}
}


/*------------------------------------
#philosphy
------------------------------------*/
#philosphy {
	padding-top: 120px;
}
#philosphy .container {
	display: grid;
	justify-content: flex-end;
	align-items: center;
	grid-template-columns: auto calc(50% + 5.75em);
}
#philosphy .img {
	grid-column: 2;
}
#philosphy .img img {
	width: 100%;
}
#philosphy .txt {
	grid-column: 1;
	grid-row: 1;
	max-width: 36.5em;
	padding: 0 128px 0 4em;
}
#philosphy .txt h2 {
	display: flex;
	flex-direction: column;
	gap: 16px;
	line-height: 1;
	margin-bottom: 20px;
}
#philosphy .txt h2 span.en {
	font-size: 16px;
}
#philosphy .txt .desc {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 16px;
}
#philosphy .inner {
	width: 100%;
}
@media screen and (max-width: 768px) {
	#philosphy {
		padding: 64px 0;
	}
	#philosphy .container {
		grid-template-columns: 1fr;
	}
	#philosphy .img {
		grid-column: 1;
	}
	#philosphy .txt {
		grid-row: 2;
		margin-top: 40px;
		padding: 0 5vw;
	}
	#philosphy .txt h2 {
		margin-bottom: 16px;
	}
	#philosphy .txt .desc {
		font-size: 23px;
		margin-bottom: 8px;
	}
}
