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

.content{
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	color: #454648;
	line-height: 2;
	font-size: 16px;
}
h2{
	width: auto;
	margin: 5vw auto 7vw auto;
	display: table;
}
h2 img.h2PcTitle{
	max-width: 233px;
}
h2 img.h2SpTitle{
	max-width: 676px;
	width: 50%;
	margin:0 auto;
}
p.aboutContent{
	float: right;
	width: 42%;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
	line-height: 2;
}
h3{
	position: absolute;
	z-index: 1;
	left: 50%;
	margin-left: -48px;
	max-width: 96px;
	margin-top: -3%;
}
.contentImg{
	float: left;
	width: 42%;
}
.detailedItem{
	width: 100%;
	list-style: none;
	overflow: hidden;
	/* padding: 9vw 0; */
	display: table;
	vertical-align: top;
	padding-bottom: 5vw;
}
.detailedItem01{
	padding-top: 9vw;
	padding-bottom: 5vw;
}
.detailedItem02{
	border-bottom: 1px solid #808080;
	margin-bottom: 5vw;
}
.detailedItem li{
	width: 50%;
	display: table-cell;
	box-sizing: border-box; 
}
.detailedItem li.iten01{
	padding-right: 20px;
}
.detailedItem li.iten02{
	padding-left: 20px;
}
.detailedItem li h4{
	font-size: 22px;
	font-weight: 100;
	margin-bottom: 25px;
	font-weight: 900;
}
.detailedItem li p{
	font-size: 14px;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
	line-height: 2;
	margin: 25px 0;
}
.detailedItem li p span{
	text-align: center;
	display: block;
	margin-bottom: 25px;
}

.companyCulture{
	text-align: center;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 130px;
	overflow: hidden;
}
.companyCulture li{
	margin-bottom: 30px;
}
.content .companyCulture li h4{
	font-size: 30px;
	margin-bottom: 25px;
	
}
.companyCulture li p{
	font-size: 16px;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
	margin-bottom: 50px;
}

@media screen and (max-width: 1200px){
    .content{
		padding: 0 7vw;
	}
}

@media screen and (max-width: 1024px){
	.aboutContent{
		float: none;
		width: 100%;
	}
	h2{
		margin: 13vw auto 2vw auto;
	}
	h3{
		position: relative;
		max-width: 66px;
		margin: 70px 0 70px -33px;
	}
	.contentImg{
		float: none;
		width: 100%;
	}
	p.aboutContent{
		float: none;
		width: 100%;
		padding: 40px 0 100px 0;
	}

	.detailedItem li{
		width: 100%;
		display: block;
		padding: 0;
	}
	.detailedItem li.iten01,
	.detailedItem li.iten02{
		padding: 0;
	}
	.pcbr{
		display: none;
	}
	.detailedItem01,
	.detailedItem02{
		padding-top:0;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.detailedItem li p{
		margin-bottom: 60px;
	}
	.detailedItem li h4 {
	    line-height: 1.8;
	}
	.companyCulture{
		margin-top: 70px;
	}
	.companyCulture li:first-child p{
		text-align: left;
	}
}

@media screen and (max-width: 600px){
    h2 img.h2SpTitle{
		width: 80%;
	}
}