@charset "utf-8";



/**************************************************
 main
**************************************************/
main h2{
	font-size: 4.0rem;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: center;
	color: #FFFFFF;
	padding: 40px 20px;
	background: #383838;
}

article{
	width: 1050px;
	margin: 0 auto;
}

article h3{
	position: relative;
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 2px;
	padding-left: 15px;
	border-left: 7px solid #383838;
	margin-top: 100px;
}

article h4{
	position: relative;
	font-size: 2.7rem;
	font-weight: 700;
	letter-spacing: 1px;
	margin-top: 70px;
}
article h4.style1{margin-top: 40px;}

article p{
	font-size: 1.6rem;
	line-height: 2.0;
	padding-top: 20px;
}

article table{
	margin-top: 40px;
	width: 100%;
	border-top: 1px solid #383838;
	border-left: 1px solid #383838;
}
article table th{
	padding: 15px;
	font-size: 1.6rem;
	line-height: 1.4;
	text-align: left;
	background: rgba(0,0,0,0.05);
	border-bottom: 1px solid #383838;
	border-right: 1px solid #383838;
}
article table td{
	padding: 15px;
	font-size: 1.6rem;
	line-height: 1.4;
	border-bottom: 1px solid #383838;
	border-right: 1px solid #383838;
}



/**************************************************
 business
**************************************************/
article ul.business{padding-top: 20px;}
article ul.business li{
	position: relative;
	/*width: calc((100% - 80px) / 5);*/
	font-size: 1.6rem;
	line-height: 1.4;
	margin: 10px 30px 0 0;
	padding-left: 10px;
}
article ul.business li::before{
	width: 6px;
	height: 6px;
	top: 8px;
	left: 0;
	border-radius: 100%;
	background: #383838;
}
/*article ul.business li:nth-of-type(5n){margin: 10px 0 0 0;}*/

article dl.maker{
	margin-top: 30px;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
}
article dl.maker dt{
	width: 140px;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	background: rgba(0,0,0,0.15);
	padding: 10px 0;
}
article dl.maker dd{
	width: calc(100% - 170px);
	font-size: 1.6rem;
	line-height: 1.8;
}

.bizPhoto{margin-top: 40px;}
.bizPhoto img{
	width: calc((100% - 60px) / 3);
	margin-right: 30px;
}
.bizPhoto img:nth-of-type(3n){margin-right: 0;}



/**************************************************
 company
**************************************************/
.greeting{
	margin-top: 50px;
	-webkit-box-align: start;
	align-items: flex-start;
}
.greeting img{
	width: calc(50% - 25px);
}
.greeting p{
	width: calc(50% - 25px);
	margin-left: 50px;
}
.greeting p span{
	display: block;
	margin-top: 40px;
	text-align: right;
}



/**************************************************
 recruit
**************************************************/
.recruitIntro{
	position: relative;
	margin-top: 100px;
}
.recruitIntro::before{
	width: 400px;
	height: 400px;
	top: 0;
	left: calc(50% - 200px);
	border-radius: 100%;
	filter: blur(50px);
	background-image: linear-gradient(135deg, #22d3ee, #8b5cf6);
	opacity: 0.4;
	z-index: -1;
}
.recruitIntro p{
	font-size: 2.0rem;
	font-weight: 500;
	text-align: center;
}
.recruitIntro img{
	display: block;
	width: 60%;
	margin: 30px auto 0 auto;
}


