@charset "utf-8";

.lower_fv {
	background-image: url("../img/company_fv.jpg");
}


#company {
}
#company .en {
	color: var(--beige);
	line-height: 1;
	text-align: center;
}
#company h2 {
	margin-top: 20px;
	font-size: var(--text-title);
	font-weight: 700;
	line-height: 2;
	text-align: center;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
}


#greeting {
	max-width: 1020px;
	padding: 60px 20px 0;
	margin-inline: auto;
}
#greeting .content {
	margin-top: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 2;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
}


#achievements {
	max-width: 1020px;
	padding: 80px 20px 0;
	margin-inline: auto;
}
#achievements .note {
	margin-top: 10px;
	text-align: right;
}
#achievements dl {
	border-top: 1px solid #ccc;
}
#achievements dl > div {
	padding: 20px 10px;
	border-bottom: 1px solid #ccc;
}
#achievements dt {
	font-size: 18px;
	line-height: 1.4;
}
#achievements dd {
	margin-top: 4px;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
	#achievements {
		padding-top: 60px;
	}
}


#profile {
	max-width: 1020px;
	padding: 80px 20px;
	margin-inline: auto;
}
#profile table {
	width: 100%;
	margin-top: 20px;
	border-top: 1px solid #ccc;
}
#profile th,
#profile td {
	padding: 20px 10px;
	border-bottom: 1px solid #ccc;
}
#profile th {
}
#profile td {
}
#profile td a {
	text-decoration: underline;
}
#profile td a:hover {
	text-decoration: none;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
	#profile {
		padding: 60px 20px;
	}
	#profile th,
	#profile td {
		display: block;
		padding: 10px;
	}
	#profile th {
		padding-bottom: 0;
		border-bottom: none;
	}
	#profile td {
		padding-top: 4px;
	}
}


#trust {
	background-color: #eee;
}
#trust .inner {
	max-width: 1240px;
	padding: 80px 20px;
	margin-inline: auto;
}
#trust ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-top: 60px;
}
#trust li {
}
#trust img {
	width: 100%;
}
#trust .num {
	margin-top: 30px;
	color: var(--beige);
	line-height: 1;
	letter-spacing: -0.5px;
}
#trust .subttl {
	margin-top: 10px;
	font-size: var(--text-title);
	font-weight: bold;
	line-height: 2;
}
html[lang="en"] #trust .subttl {
	line-height: 1.4;
}
#trust p {
	margin-top: 10px;
	line-height: 2;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
	#trust .inner {
		padding: 60px 20px;
	}
	#trust .num {
		margin-top: 20px;
	}
	#trust ul {
		grid-template-columns: 1fr;
		gap: 40px;
		margin-top: 30px;
	}
}