@charset "utf-8";
/*------------------------------------------------------------
	company
------------------------------------------------------------*/
.pageTitle {
	background-image: url(../img/company/index/page_img.jpg);
}
#main {
	padding-bottom: 14.8rem;
}
#main h3 {
	margin-bottom: 3.6rem;
	text-align: center;
}
#main h3 .en {
	margin-bottom: -4rem;
	line-height: 1;
	display: block;
	color: #EDF1F7;
	font-size: 10rem;
	letter-spacing: 0.05em;
}
#main h3 .jp {
	display: block;
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
#main h3 .sml {
	margin-top: 0.6rem;
	display: block;
	font-size: 2rem;
}
#main .comNumUl li:first-child {
	background-image: url(../img/company/index/line01.png);
}
#main .comNumUl .ttl {
	color: #fff;
	background-color: #003B94;
}
#main .comNumUl .txt {
	color: #333;
}
#main .comNumUl .num {
	color: #003B94;
}
#main .linkList {
	margin-top: -9.8rem;
}
#main .linkList li {
	margin-top: 9.8rem;
	width: 57rem;
}
#main .linkList li.wid {
	width: 100% !important;
}
#main .linkList a {
	display: block;
}
#main .linkList a:hover {
	opacity: 0.7;
}
#main .linkList .pho {
	position: relative;
	overflow: hidden;
	border-radius: 3rem;
}
#main .linkList .pho img {
	width: 100%;
}
#main .linkList .pho::before {
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../img/common/icon20.png) no-repeat right bottom;
	background-size: 7rem auto;
	width: 7rem;
	height: 7rem;
	content: "";
}
#main .linkList .textBox {
	padding: 1.2rem 1rem 0;
}
#main .linkList .title {
	margin-bottom: 1.2rem;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
#main .linkList p {
	text-align: justify;
	line-height: 2;
	letter-spacing: 0.1em;
}
@media all and (min-width: 897px) {
	.pageTitle {
		margin-bottom: 14.8rem;
	}
	#main .comNumUl {
		margin-bottom: 13.2rem;
	}
	#main .comNumUl li {
		padding-top: 5.8rem;
	}
}
@media all and (max-width: 896px) {
	#main {
		padding-bottom: 7rem;
	}
	#main h3 {
		margin-bottom: 1rem;
	}
	#main h3 .en {
		margin-bottom: -2rem;
		font-size: 3.8rem;
		letter-spacing: 0;
	}
	#main h3 .jp {
		font-size: 3rem;
	}
	#main h3 .sml {
		margin-top: 0;
		font-size: 1.6rem;
	}
	#main .comNumUl li:first-child {
		background-image: url(../img/company/index/line01_sp.png);
	}
	#main .linkList {
		margin-top: -4rem;
	}
	#main .linkList li {
		margin-top: 4rem;
		width: 49%;
	}
	#main .linkList .pho {
		border-radius: 1.6rem;
	}
	#main .linkList .pho::before {
		background-size: 4rem auto;
		width: 4rem;
		height: 4rem;
	}
	#main .linkList .textBox {
		padding: 0.5rem 0.5rem 0;
	}
	#main .linkList .title {
		margin-bottom: 0.5rem;
		font-size: 2rem;
	}
}