@charset "utf-8";
/*------------------------------------------------------------
	company
------------------------------------------------------------*/
#main .sec01 {
	margin-bottom: 197px;
}

#main .sec01 .imgBoxR {
	margin-bottom: 98px;
}

#main .sec01 .imgBoxR .photoBox {
	width: 50%;
	height: 244px;
	background: url(../img/company/photo01.png) no-repeat left center;
	background-size: cover;
	float: right;
}

#main .sec01 .imgBoxR .textBox {
	width: 50%;
	padding-right: 80px;
	float: left;
	box-sizing: border-box;
}

#main .sec01 .imgBoxR .textInner {
	width: 420px;
	float: right;
}

#main .sec01 .textInner p {
	line-height: 2.33;
}

#main .sec01 .textInner .ttl {
	margin-bottom: 17px;
	padding-bottom: 13px;
	font-size: 2.4rem;
	/*font-weight: bold;*/
	line-height: 1.6;
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho",serif;
	border-bottom: 1px solid #3E2F33;
	letter-spacing: 4.5px;
}

#main .sec01 .textInner .ttl span {
	display: block;
	font-size: 1.8rem;
}

#main .sec01 .textInner .link {
	margin-top: 18px;
	padding-top: 27px;
	position: relative;
}

#main .sec01 .textInner .link:before {
	width: 80px;
	height: 3px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/company/line01.png) no-repeat;
	background-size: 80px 3px;
	content: "";
}

#main .sec01 .textInner .link img {
	height: 17px;
}

#main .sec01 .textInner .link a:hover {
	opacity: 0.7;
}

#main .sec01 .imgBoxL .photoBox {
	width: 50%;
	height: 244px;
	background: url(../img/company/photo02.png) no-repeat right center;
	background-size: cover;
	float: left;
}

#main .sec01 .imgBoxL .textBox {
	width: 50%;
	padding-left: 80px;
	float: right;
	box-sizing: border-box;
}

#main .sec01 .imgBoxL .textInner {
	width: 420px;
}

#main .sec02 .listUl li {
	display: flex;
	position: relative;
}

#main .sec02 .listUl li:before {
	width: 2px;
	position: absolute;
	left: 307px;
	top: 7px;
	bottom: 7px;
	background-color: #BCBDBE;
	content: "";
}

#main .sec02 .listUl p {
	padding: 13px 30px 12px;
	line-height: 2.16;
	box-sizing: border-box;
	position: relative;
	/*font-weight: bold;*/
	display: flex;
	align-items: center;
}

#main .sec02 .listUl p:before {
	height: 1px;
	position: absolute;
	left: 0;
	right: 10px;
	bottom: 0;
	background-color: #BCBDBE;
	content: "";
}

#main .sec02 .listUl li:first-child p:after {
	height: 1px;
	position: absolute;
	left: 0;
	right: 10px;
	top: 0;
	background-color: #BCBDBE;
	content: "";
}

#main .sec02 .listUl .txt01 {
	width: 307px;
	justify-content: center;
}

#main .sec02 .listUl .txt02 {
	width: 693px;
}

#main .sec02 .listUl .txt02:before {
	left: 10px;
	right: 0;
}

#main .sec02 .listUl li:first-child .txt02:after {
	left: 10px;
	right: 0;
}

@media all and (max-width: 767px) {
	#main .sec01 {
		margin-bottom: 145px;
	}

	#main .sec01 .imgBoxR {
		margin-bottom: 47px;
		padding-bottom: 46px;
		border-bottom: 1px solid #BCBDBE;
	}

	#main .sec01 .imgBoxR .textBox {
		width: auto;
		padding-right: 0;
		float: none;
	}

	#main .sec01 .imgBoxR .textInner {
		width: auto;
		float: none;
		margin: 0 17px;
	}

	#main .sec01 .textInner p {
		line-height: 2;
		letter-spacing: 0.3px;
	}

	#main .sec01 .textInner .ttl {
		margin-bottom: 18px;
		padding-bottom: 0;
		font-size: 2.2rem;
		line-height: 1.45;
		border-bottom: none;
		letter-spacing: 4px;
	}

	#main .sec01 .textInner .ttl span {
		font-size: 1.35rem;
	}
	
	#main .sec01 .textInner .photo {
		margin: 0 -17px 18px;
	}
	
	#main .sec01 .textInner .photo img {
		width: 100%;
	}

	#main .sec01 .textInner .link {
		margin-top: 29px;
		padding-top: 36px;
	}

	#main .sec01 .textInner .link:before {
		width: 58px;
		height: 2px;
		background-size: 58px 2px;
	}

	#main .sec01 .imgBoxL .textBox {
		width: auto;
		padding-left: 0;
		float: none;
	}

	#main .sec01 .imgBoxL .textInner {
		width: auto;
		margin: 0 17px;
	}
	
	#main .sec02 .comEnO span {
		min-width: 180px;
	}
	
	#main .sec02 .headLine01 {
		margin-bottom: 20px;
	}

	#main .sec02 .listUl li:before {
		width: 1px;
		left: 36.8%;
		top: 5px;
		bottom: 5px;
	}

	#main .sec02 .listUl p {
		padding: 10px 0 9px 26px;
		font-size: 1.25rem;
		align-items: flex-start;
		color: #231815;
	}

	#main .sec02 .listUl .txt01 {
		width: 36.8%;
		padding-left: 5px;
		padding-right: 5px;
	}

	#main .sec02 .listUl .txt02 {
		width: 63.2%;
	}

}
