@charset "UTF-8";
/* CSS Document */



	
/* pagetitle
--------------------- */
#pagetitle {
	width: 100%;
	margin-top: 170px;
	padding-top: 100px;
	margin-bottom: 120px;
	text-align: center;
	position: relative;
}
#pagetitle:before {
	content: "";
	width: 100%;
	height: 600px;
	background: #F0F7F4;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#pagetitle:after {
	width: 100%;
	content: "GROUP COMPANY";
	font-size: 7.0rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 1;
	position: absolute;
	top: -13px;
	left: 0;
	z-index: 0;
}
	#pagetitle .title p {
		font-size: 2.0rem;
		font-weight: 700;
		margin-bottom: 20px;
	}
		#pagetitle .title p span {
			padding-bottom: 10px;
			border-bottom: solid 2px #007F41;
		}

	#pagetitle .title h1 {
		font-size: 2.5rem;
		font-weight: 700;
		color: #007F41;
	}


	#pagetitle .infobox {
		padding: 40px 0 100px 0;
		position: relative;
	}
		#pagetitle .infobox .logo {
			display: flex;
			justify-content: center;
			align-items: center;
			max-width: 260px;
			height: 142px;
			margin: 0 auto;
		}

		#pagetitle .infobox .illust {
			width: 220px;
			position: absolute;
			top: 40px;
			right: 0;
		}
		#pagetitle .infobox .illust.gs {
			width: 250px;
		}

		#pagetitle .infobox .label {
			display: flex;
			justify-content: center;
			align-items: center;
			width: 88px;
			height: 88px;
			border-radius: 50%;
			border: solid 1px #007F41;
			background: #fff;
			font-size: 2.0rem;
			font-weight: 700;
			line-height: 1;
			color: #007F41;
			position: absolute;
			bottom: -44px;
			left: 50%;
			margin-left: -44px;
		}



	
/* ttlbox
--------------------- */
.ttlbox {
	text-align: center;
	margin-bottom: 40px;
}
	.ttlbox h2 {
		font-size: 3.0rem;
		font-weight: 700;
		line-height: 1;
		padding-bottom: 20px;
		margin-bottom: 20px;
		position: relative;
	}
	.ttlbox h2:before {
		content: "";
		width: 30px;
		height: 1px;
		background: #007F41;
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -15px;
	}

	.ttlbox p {
		font-size: 1.4rem;
		font-weight: 700;
		color: #007F41;
		line-height: 1;
	}



	
/* company
--------------------- */
#company {
	margin-bottom: 120px;
}
	#company table {
		width: 100%;
		border-collapse: collapse;
	}
		#company table th {
			width: 150px;
			border-top: solid 2px #007F41;
			padding: 20px;
			font-size: 1.7rem;
			font-weight: 700;
			text-align: left;
			vertical-align: top;
		}
		#company table td {
			border-top: solid 2px #D1D1D1;
			padding: 20px 20px 20px 40px;
			text-align: left;
		}
		#company table tr:nth-child(1) th, 
		#company table tr:nth-child(1) td {
			border-top: none;
		}



	
/* business
--------------------- */
#business {
	background: #F0F7F4;
	margin-bottom: 120px;
}
	#business .ttlbox {
		background: #fff;
		padding-bottom: 50px;
		margin-bottom: 0;
	}

	#business .txt-pht {
		padding: 50px 0;
	}
		#business .txt-pht .txt {
			width: 50%;
			padding-left: 4%;
			order: 2;
		}
		#business .txt-pht:nth-last-child(1) .txt {
			padding-left: 0;
			padding-right: 4%;
			order: 1;
		}

		#business .txt-pht .pht {
			width: 50%;
			order: 1;
		}
		#business .txt-pht:nth-last-child(1) .pht {
			order: 2;
		}



	
/* recruit
--------------------- */
#recruit {
	margin-bottom: 120px;
}
	#recruit a.bnrbox {
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: 640px;
		height: 210px;
		margin: 0 auto;
		color: #fff;
		text-align: center;
		background: url("../img/bnr_recruit_pht.jpg") no-repeat center / cover;
	}
	#recruit a.bnrbox:hover {
		opacity: 0.7;
	}
		#recruit a.bnrbox h2 {
			font-size: 2.7rem;
			font-weight: 700;
			line-height: 1;
			margin-bottom: 15px;
		}
		#recruit a.bnrbox p {
			font-size: 1.3rem;
			font-weight: 700;
			line-height: 1;
		}



	
/* other
--------------------- */
#other {
	margin-bottom: 120px;
}
	#other h2 {
		font-size: 2.4rem;
		font-weight: 700;
		line-height: 1;
		color: #007F41;
		text-align: center;
		padding-bottom: 70px;
		margin-bottom: 50px;
		position: relative;
	}
	#other h2:before {
		content: "";
		width: 2px;
		height: 40px;
		background: #007F41;
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -1px;
	}

	#other ul li {
		width: 31%;
		border-radius: 10px;
		border: solid 1px #BDDECE;
	}
		#other ul li a {
			display: block;
			text-align: center;
			padding: 50px 0 30px 0;
		}
		#other ul li a:hover {
			opacity: 0.7;
		}
			#other ul li a img {
				width: auto;
				height: 80px;
			}
			#other ul li.gff a img {
				width: auto;
				height: 40px;
				margin-top: 30px;
				margin-bottom: 10px;
			}

			#other ul li a p {
				font-size: 1.4rem;
				line-height: 1.3em;
				margin-top: 30px;
			}












/* max 1100px */
@media screen and (max-width: 1100px) {



	
/* pagetitle
--------------------- */
#pagetitle {
	margin-top: 100px;
	padding-top: 80px;
	margin-bottom: 80px;
}
#pagetitle:before {
	height: 500px;
}
#pagetitle:after {
	font-size: 6.0rem;
}
	#pagetitle .title p {
		font-size: 1.6rem;
	}

	#pagetitle .title h1 {
		font-size: 2.2rem;
	}


	#pagetitle .infobox {
		padding: 25px 0 60px 0;
	}
		#pagetitle .infobox .logo {
			max-width: 220px;
			height: 120px;
		}

		#pagetitle .infobox .illust {
			width: 180px;
			top: 0;
		}
		#pagetitle .infobox .illust.gs {
			width: 220px;
		}

		#pagetitle .infobox .label {
			width: 66px;
			height: 66px;
			font-size: 1.6rem;
			bottom: -33px;
			margin-left: -33px;
		}



	
/* ttlbox
--------------------- */
.ttlbox {
	margin-bottom: 30px;
}
	.ttlbox h2 {
		font-size: 2.6rem;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.ttlbox p {
		font-size: 1.2rem;
	}	



	
/* company
--------------------- */
#company {
	margin-bottom: 80px;
}
	#company table th {
		font-size: 1.6rem;
	}



	
/* business
--------------------- */
#business {
	margin-bottom: 80px;
}



	
/* recruit
--------------------- */
#recruit {
	margin-bottom: 80px;
}



	
/* other
--------------------- */
#other {
	margin-bottom: 80px;
}
	


	
}





/* max 767px */
@media screen and (max-width: 767px) {



	
/* pagetitle
--------------------- */
#pagetitle {
	margin-top: 60px;
	padding-top: 50px;
	margin-bottom: 60px;
}
#pagetitle:before {
	height: 400px;
}
#pagetitle:after {
	font-size: 3.6rem;
	top: -8px;
}
	#pagetitle .title p {
  	  font-size: 1.5rem;
	}
	
	#pagetitle .infobox {
		padding: 20px 0 50px 0;
	}
		#pagetitle .infobox .logo {
			max-width: 200px;
			height: 110px;
		}

		#pagetitle .infobox .illust {
			width: 80px;
			top: auto;
			bottom: 0;
		}
		#pagetitle .infobox .illust.gs {
			width: 100px;
		}
	
	#pagetitle .pht {
		width: 100%;
		height: 100%;
		aspect-ratio: 16 / 9;
	}
		#pagetitle .pht img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}



	
/* company
--------------------- */
#company {
	margin-bottom: 60px;
}
#company table th {
	width: 100px;
	padding: 15px 0 15px 0;
	font-size: 1.5rem;
}
	#company table td {
		padding: 15px 20px 15px 10px;
	}



	
/* business
--------------------- */
#business {
	margin-bottom: 60px;
}
	#business .ttlbox {
		padding-bottom: 35px;
	}

	#business .txt-pht {
		display: block;
		padding: 30px 0;
	}
		#business .txt-pht .txt {
			width: 100%;
			padding-left: 0;
			margin-bottom: 15px;
		}
		#business .txt-pht:nth-last-child(1) .txt {
			padding-right: 0;
		}

		#business .txt-pht .pht {
			width: 100%;
		}



	
/* recruit
--------------------- */
#recruit {
	margin-bottom: 60px;
}
	#recruit a.bnrbox {
		height: 170px;
	}
		#recruit a.bnrbox h2 {
			font-size: 2.2rem;
		}
		#recruit a.bnrbox p {
			font-size: 1.1rem;
		}



	
/* other
--------------------- */
#other {
	margin-bottom: 60px;
}
	#other h2 {
		font-size: 2.0rem;
		font-weight: 700;
		line-height: 1;
		color: #007F41;
		text-align: center;
		padding-bottom: 50px;
		margin-bottom: 20px;
		position: relative;
	}
	#other h2:before {
		height: 30px;
	}

	#other ul {
		display: block;
	}
	#other ul li {
		width: 100%;
		margin-bottom: 20px;
	}
		#other ul li a {
			padding: 30px 0 20px 0;
		}
			#other ul li.gff a img {
				width: auto;
				height: 36px;
				margin-top: 10px;
				margin-bottom: 0;
			}
			#other ul li a img {
				width: auto;
				height: 80px;
			}
			#other ul li a p {
				font-size: 1.2rem;
				margin-top: 20px;
			}
	
	
	
}