@charset "utf-8";
/*------------------------------------------------------------
	comapny
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 16rem;
}
#main .photo {
	text-align: center;
	max-width: 104.4rem;
	margin: 0 auto 29.3rem;
}
#main .enTitle {
	margin-bottom: 1.2rem;
	text-align: center;
	font-size: 16rem;
	line-height: 1.2;
	letter-spacing: 0;
}
#main .centerText {
	margin-bottom: 29.3rem;
	font-size: 4rem;
	line-height: 2;
	text-align: center;
}
#main .linkList li {
	padding: 4.9rem 0 5rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
#main .linkList li .number {
	position: absolute;
	left: 1rem;
	top: 4.2rem;
	font-size: 2.4rem;
	color: #595757;
	letter-spacing: 0;
}
#main .linkList li {
	border-bottom: 1px solid #343232;
}
#main .linkList .textBox {
	margin: -0.9rem 5.5rem 0 0;
	padding-bottom: 6rem;
	width: 38.5rem;
	position: relative;
}
#main .linkList h3 {
	margin-bottom: 4.8rem;
	font-weight: 400;
	font-size: 2.8rem;
	letter-spacing: 0.1em;
}
#main .linkList .textBox p {
	line-height: 2;
	text-align: justify;
}
#main .linkList .textBox .comLink {
	position: absolute;
	right: 0.5rem;
	bottom: 1rem;
}
#main .linkList .photoBox {
	width: 48rem;
}
#main .linkList .photoBox img {
	width: 100%;
}
#main .linkList li:first-child {
	border-top: 1px solid #343232;
}
@media all and (max-width: 896px) {
	#main .photo {
		margin-bottom: 4rem;
	}
	#main .enTitle {
		font-size: 4.2rem;
	}
	#main .centerText {
		margin-bottom: 5rem;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	#main .linkList li {
		padding: 2rem 0 3rem;
		display: block;
	}
	#main .linkList li .number {
		position: inherit;
		left: inherit;
		top: inherit;
	}
	#main .linkList .textBox {
		margin: 0 0 3rem;
		padding-bottom: 0;
		width: auto;
		position: relative;
	}
	#main .linkList h3 {
		margin-bottom: 2rem;
		font-size: 2rem;
	}
	#main .linkList .textBox p {
		margin-bottom: 2rem;
		line-height: 1.75;
	}
	#main .linkList .textBox .comLink {
		position: inherit;
		right: inherit;
		bottom: inherit;
	}
	#main .linkList .photoBox {
		width: auto;
	}
}