@charset "utf-8";
/*------------------------------------------------------------
	keywords
------------------------------------------------------------*/
#main .pageTitle {
	margin-bottom: 9.8rem;
}
#main .topImg {
	margin: 0 auto;
	width: 56.4rem;
}
#main .bgBox {
	padding: 5rem 0 5.6rem;
	background: rgba(6, 169, 255, 0.25);
}
#main .comTopTxt {
	margin-bottom: 9rem;
}
#main .inner .subBox {
	padding: 6.3rem 5.8rem 5.8rem;
	border-radius: 2rem;
	border: 0.2rem solid #000;
	background: #FFF;
	box-shadow: 0.5rem 0.5rem 0 0 #000;
	position: relative;
}
#main .inner .subBox::before {
	position: absolute;
	top: -2.4rem;
	right: 4.8rem;
	width: 2.7rem;
	height: 7rem;
	background: url(../img/company/keywords/img02.png) no-repeat left top / 100%;
	content: '';
}
#main .inner .subBox h3 {
	margin-bottom: 3.6rem;
	font-size: 3.2rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.86;
}
#main .inner .subBox h3 .bgTxt {
	padding-bottom: 0.2rem;
	display: inline;
	background: -webkit-linear-gradient(#000,#000) repeat-x center bottom / 100% 1px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
#main .inner .subBox h3 .sml {
	margin: 0.4rem 0 -0.3rem;
	display: block;
	font-size: 2rem;
}
#main .inner .subBox .text {
	line-height: 2;
	text-align: justify;
}
#main .inner .subBox .logo01 {
	margin: 4.8rem auto 0;
	width: 28.9rem;
}
#main .inner .subBox .comLink02 {
	margin: 3.2rem auto 0;
}
#main .inner .subBox .logo02 {
	margin: 1.3rem auto 2.3rem;
	width: 53.4rem;
}
#main .inner .subBox .textImg {
	margin: 4rem auto 4.8rem;
	width: 34rem;
}
#main .inner .subBox .textList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#main .inner .subBox .textList li {
	margin-bottom: 2.4rem;
	padding: 3rem 3rem;
	position: relative;
	width: 42rem;
	font-size: 1.4rem;
	line-height: 1.8;
	text-align: justify;
	background: #E5F2F9;
	border-radius: 0 2rem 0 2rem;
}
#main .inner .subBox .textList li::before {
	margin-left: -1rem;
	position: absolute;
	bottom: -1.9rem;
	left: 50%;
	width: 2rem;
	height: 2rem;
	background: url(../img/company/keywords/img03.png) no-repeat left top / 100%;
	content: '';
}
#main .inner .subBox .textList li:nth-child(4) {
	margin-top: 2.6rem;
}
#main .inner .subBox .textList li:nth-child(5) {
	margin-top: -5rem;
}
#main .inner .subBox .pho {
	margin-top: 3.1rem;
}
#main .inner .subBox .textImg01 {
	margin: 4.1rem auto 0;
	width: 25.1rem;
}
#main .inner > .subBox {
	margin-bottom: 4.5rem;
	padding-bottom: 5rem;
}
#main .inner .subInner {
	margin-bottom: 4.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .inner .subInner .subBox {
	width: 48rem;
}
@media all and (min-width: 897px) {
	.comLink02.style01 a:hover::before {
		background-image: url(../img/common/icon03_over.png);
	}
	.comLink02.style01.out a:hover::after {
		background-image: url(../img/common/icon11_over.png);
	}
}
@media all and (max-width: 896px) {
	#main .pageTitle {
		margin-bottom: 4.8rem;
	}
	#main .topImg {
		margin: 0 auto;
		width: 35.4rem;
	}
	#main .bgBox {
		padding: 3rem 0;
	}
	#main .comTopTxt {
		margin-bottom: 3.7rem;
	}
	#main .inner .subBox {
		margin-bottom: 4.5rem !important;
		padding: 2.3rem 2.8rem 2.8rem !important;
	}
	#main .inner .subBox::before {
		right: 2.8rem;
	}
	#main .inner .subBox h3 {
		margin-bottom: 2.5rem;
		font-size: 2rem;
		line-height: 2;
		position: relative;
		z-index: 5;
	}
	#main .inner .subBox h3 .bgTxt {
		padding-bottom: 0.1rem;
	}
	#main .inner .subBox h3 .sml {
		margin: 0.1rem 0 2.7rem;
		font-size: 1.4rem;
	}
	#main .inner .subBox .logo01 {
		margin: 2rem auto 0;
	}
	#main .inner .subBox .logo02 {
		margin: 2rem auto 1.5rem;
		width: auto;
		max-width: 29rem;
	}
	#main .inner .subBox .textImg {
		margin: 3rem auto 2rem;
		width: 25.8rem;
	}
	#main .inner .subBox .textList {
		display: block;
	}
	#main .inner .subBox .textList li {
		margin: 0 0 3rem !important;
		padding: 2rem 3rem;
		width: auto !important;
		font-size: 1.2rem;
	}
	#main .inner .subBox .textList li:last-child {
		margin-bottom: 2rem !important;
	}
	#main .inner .subBox .textList li::before {
		bottom: -2rem;
	}
	#main .inner .subBox .pho {
		margin: 3.1rem auto 0;
		max-width: 29rem;
	}
	#main .inner .subBox .pho img {
		width: 100%;
	}
	#main .inner .subBox .textImg01 {
		margin: 3rem auto 0;
		width: 16rem;
	}
	#main .inner .subBox .comLink02 {
		margin: 2rem auto 0;
	}
	#main .inner .subInner {
		margin-bottom: 4.5rem;
		display: block;
	}
	#main .inner .subInner .subBox {
		width: auto;
	}
}