@charset "UTF-8";
/* -------------------------------------------------- */
/* company */
/* -------------------------------------------------- */
.pagetitHeadTxt:after {
	content: "COMPANY";
	display: block;
	font-size: 1.6rem;
	font-family: 'Urbanist', sans-serif;
	font-weight: 600;
}


/* 導入 */
.leadCont {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}

.leadPh {
	width: 50%;
}

.leadPh img {
	max-width: 100%;
}

.leadTxt {
	width: 38%;
	margin-right: 4%;
	font-size: 2.6rem;
	line-height: 2;
}

/* サービス・事業内容 */
.serviceList {
	margin-bottom: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: url(../../img/company/service.jpg) no-repeat center center / contain;
}

.serviceList li {
	width: 22.5%;
	padding-top: 26%;
	position: relative;
}

.serviceListTxt {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-align: center;
	color: #FFFFFF;
}

.serviceTit {
	margin-bottom: 20px;
	font-size: 3.2rem;
	text-align: center;
}

.serviceTitLg {
	font-size: 1.375em;
}

.serviceTitBold {
	font-weight: 700;
}

.serviceTxt {
	margin-bottom: 80px;
	text-align: center;
	letter-spacing: 0.04em;
	line-height: 1.625;
}

.serviceSiteTit {
	margin-bottom: 30px;
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-align: center;
}

.serviceSiteWrap {
	margin-bottom: -30px;
}

/* テーブル（会社概要・採用情報） */
.table {
	width: 100%;
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	table-layout: fixed;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.625;
}

.table tr {
	border-bottom: 1px solid #B5B5B5;
}

.table th {
	width: 170px;
	padding: 1em 0.15em;
	font-weight: 700;
	text-align: left;
}

.table td {
	padding: 1em 0.15em;
}

/* 新着情報 */
.news {
	margin-bottom: 0;
}

.tabs li a.on {
	background-color: #F5F5F5;
}

.panels {
	background-color: #F5F5F5;
}

/* 採用情報 */
.recruit {
	margin-bottom: 0;
}

.recruitTable:not(:last-of-type) {
	margin-bottom: 80px;
}

.recruitTable caption {
	padding: 0.8em 0;
	font-size: 2rem;
	font-weight: 700;
	text-align: left;
	color: #009847;
}

/* -------------------------------------------------- */
/* hover */
/* -------------------------------------------------- */
@media screen and (min-width: 1025px) {
	.tabs li a:hover {
		background-color: #F5F5F5;
	}
	.newsList li a:hover {
		background-color: #FFFFFF;
	}
}

/* -------------------------------------------------- */
/* TAB */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	/* 導入 */
	.leadTxt {
		font-size: 1.8rem;
	}

	/* サービス・事業内容 */
	.serviceListTxt {
		font-size: 2.927vw;
	}
	
	.serviceTit {
		font-size: 2.4rem;
	}
	
	.serviceTxt {
		font-size: 1.4rem;
	}
	
	.serviceSiteTit {
		font-size: 2.1rem;
	}
	
	.serviceSiteWrap {
		margin-bottom: 0px;
	}

	/* 新着情報 */
	.tabs li a {
		font-size: 1.2rem;
	}
}

/* -------------------------------------------------- */
/* SP */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	/* 導入 */
	.leadCont {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.leadPh {
		width: 100%;
		margin-bottom: 10px;
	}

	.leadTxt {
		width: 100%;
		margin-right: 0;
		font-size: 1.5rem;
	}

	/* サービス・事業内容 */
	.serviceList {
		margin-bottom: 20px;
	}

	.serviceListTxt {
		font-size: 4.267vw;
	}

	.serviceTit {
		font-size: 2rem;
	}

	.serviceTxt {
		margin-bottom: 40px;
		letter-spacing: 0.02em;
	}

	.serviceSiteTit {
		margin-bottom: 15px;
		font-size: 1.8rem;
	}

	/* テーブル（会社概要・採用情報） */
	.table {
		font-size: 1.4rem;
	}
	.table th {
		width: 100%;
		display: block;
		padding: 1em 0.15em 0;
	}

	.table td {
		width: 100%;
		display: block;
		padding: 0.5em 0.15em 1em;
	}
	
	.table td a {
		color: #009847;
	}

	/* 新着情報 */
	.news {
		padding: 0;
	}
	.tabs li a {
		font-size: 0.9rem;
	}

	.recruitTable:not(:last-of-type) {
		margin-bottom: 40px;
	}

	.recruitTable caption {
		padding: 0;
		font-size: 1.7rem;
	}
}
