@charset "utf-8";
/*------------------------------------------------------------
	business
------------------------------------------------------------*/
#main {
	padding: 164px 0 248px;
}
#main .content {
	max-width: 980px;
}
.topBox {
	margin-bottom: 112px;
}
.topBox .headLine01 {
	margin-bottom: 53px;
	color: #808080;
	font-size: 2rem;
	text-align: center;
	letter-spacing: 0.1em;
}
.topBox .subTitle {
	margin-bottom: 51px;
	text-align: center;
	color: #0081CC;
	font-size: 2rem;
}
.topBox .subTitle .txt {
	margin-top: 12px;
	display: block;
}
.topBox .centerTxt {
	font-weight: bold;
	line-height: 2.2;
}
#main .headLine06 {
	margin-bottom: 31px;
	font-size: 4.2rem;
}
#main .headLine06 + .centerTxt {
	margin-bottom: 45px;
	line-height: 2;
}
.showBox {
	padding-top: 20px;
}
.showBox + .showBox {
	margin-top: 131px;
}
.caseBox {
	background-color: #000;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.caseBox + .caseBox {
	margin-top: 65px;
}
.caseBox + .h3Title {
	margin-top: 61px;
}
.caseBox .photo {
	width: 589px;
	min-height: 420px;
	background: url(../img/company/business/img01.jpg) no-repeat right top;
	background-size: cover;
	flex-shrink: 0;
}
.caseBox .textBox {
	padding: 36px 0 36px 20px;
	flex: 1;
	color: #fff;
	position: relative;
}
.caseBox .textBox::after {
	width: 200px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 100%;
	background: url(../img/company/business/bg.png) no-repeat left top;
	background-size: 100% 100%;
	content: "";
}
.caseBox .textBox .innerBox {
	margin: 0 -18px 0 auto;
	max-width: 353px;
	position: relative;
	z-index: 10;
}
.caseBox .logoImg {
	margin-bottom: 17px;
}
.caseBox .logoImg + p {
	margin-right: -10px;
}
.caseBox .textBox .title {
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 2.3rem;
	text-align: center;
	line-height: 1.5;
}
.caseBox p {
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.9;
	letter-spacing: -0.08em;
}
.caseBox .btn {
	width: calc(100% - 588px);
	position: absolute;
	bottom: 0;
	left: 0;
}
.caseBox .btn a {
	padding: 5px 36px 7px 71px;
	width: 100%;
	color: #fff;
	height: 68px;
	font-weight: bold;
	font-size: 1.8rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background: #707070 url(../img/common/icon19.png) no-repeat right 26px center;
	background-size: 10px auto;
	box-sizing: border-box;
}
.caseBox .btn a::after {
	width: 34px;
	height: 100%;
	position: absolute;
	top: 0;
	left: calc(100% - 1px);
	background: url(../img/company/business/bg02.png) no-repeat left top;
	background-size: 100% 100%;
	content: "";
}
.case04 p,
.case08 p {
	line-height: 1.61;
}
.caseBox .txt {
	color: #fff;
	font-size: 2.8rem;
	line-height: 1;
	font-weight: 900;
	position: absolute;
	bottom: 28px;
	right: 22px;
	text-align: right;
}
.caseBox .txt span {
	margin-bottom: 10px;
	font-size: 2rem;
	font-weight: normal;
	display: block;
}
.h3Title {
	margin-bottom: 8px;
	padding: 4px 0;
	font-size: 2.2rem;
	text-align: center;
	letter-spacing: 0.05em;
}
.h3Title span {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.h3Title span::after,
.h3Title span::before {
	margin-top: -1px;
	width: 23px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: -33px;
	background-color: #000000;
	content: "";
}
.h3Title span::after {
	left: auto;
	right: -33px;
}
.bannerUl {
	display: flex;
	justify-content: space-between;
}
.bannerUl li {
	margin-right: -10.2%;
	width: calc(50% + 10.2%);
}
.bannerUl li:last-child {
	margin: 0 0 0 -10.2%;
}
.bannerUl img {
	width: 100%;
}
.bannerUl a,
.bannerUl .inner {
	color: #fff;
	font-size: 2.5rem;
	font-weight: bold;
	display: block;
	position: relative;
}
.bannerUl p {
	padding-right: 123px;
	width: 100%;
	top: 50%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1.2;
	box-sizing: border-box;
}
.bannerUl li:last-child p {
	padding: 0 0 0 87px;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	.caseBox .photo {
		width: 500px;
	}
	.caseBox .btn {
		width: calc(100% - 500px);
	}
}
@media all and (min-width: 897px) {
	.caseBox .btn a:hover {
		opacity: 0.7;
	}
	.bannerUl a:hover {
		position: relative;
		z-index: 10;
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main {
		padding: 141px 0 109px;
	}
	.topBox .headLine01 {
		margin-bottom: 15px;
		font-size: 1.6rem;
	}
	.topBox .subTitle {
		margin: 0 -15px 43px;
		font-size: 1.6rem;
	}
	.topBox .subTitle img {
		width: 100%;
		max-width: 363px;
	}
	.topBox .subTitle .txt {
		margin-top: 6px;
	}
	.topBox .centerTxt {
		font-weight: normal;
		line-height:1.71;
		text-align: left;
	}
	.topBox {
		margin-bottom: 58px;
	}
	.caseBox {
		display: block;
	}
	.caseBox .photo {
		width: auto;
		min-height: 0;
		background: none !important;
	}
	.caseBox .photo img {
		width: 100%;
	}
	.caseBox .textBox .innerBox {
		margin: 0;
		max-width: inherit;
	}
	.caseBox .textBox::after {
		display: none;
	}
	.caseBox .btn a::after {
		display: none;
	}
	.caseBox .btn {
		width: 100%;
		max-width: inherit;
		position: static;
		bottom: auto;
		left: auto;
	}
	.bannerUl li {
		margin-right: -12.91%;
		width: calc(50% + 12.91%);
	}
	.bannerUl li:last-child {
		margin: 0 0 0 -12.91%;
	}
	#main .headLine06 {
		margin-bottom: 27px;
		font-size: 2.6rem;
	}
	#main .headLine06 + .centerTxt {
		margin-bottom: 39px;
		text-align: left;
		line-height: 1.71;
	}
	.caseBox .textBox .title {
		margin-bottom: 7px;
		font-size: 1.7rem;
	}
	.caseBox .textBox{
		padding: 15px 22px 28px;
	}
	.caseBox p {
		font-size: 1.2rem;
		line-height: 1.83;
	}
	.caseBox .logoImg {
		margin: 0 auto 17px;
		max-width: 289px;
	}
	.caseBox .btn a {
		padding: 5px 36px 7px;
		height: 50px;
		font-size: 1.5rem;
		background-position: right 85px center;
		background-size: 8px auto;
	}
	.caseBox + .caseBox {
		margin-top: 45px;
	}
	.showBox + .showBox {
		margin-top: 69px;
	}
	.h3Title {
		margin-bottom: 10px;
		padding: 0;
		font-size: 1.6rem;
	}
	.h3Title span::after,
	.h3Title span::before {
		width: 16px;
		left: -28px;
	}
	.h3Title span::after {
		left: auto;
		right: -28px;
	}
	.caseBox + .h3Title {
		margin-top: 55px;
	}
	.caseBox .txt {
		font-size: 1.5rem;
		bottom: 61px;
		right: 11px;
	}
	.caseBox .txt span {
		margin-bottom: 6px;
		font-size: 1.1rem;
	}
	.bannerUl a,
	.bannerUl .inner {
		font-size: 1.4rem;
	}
	.bannerUl p{
		padding-right: 50px;
		line-height: 1.35;
	}
	.bannerUl li:last-child p {
		padding: 0 0 0 47px;
	}
	.caseBox .logoImg + p {
		margin-right: 0;
	}
}

.inline {
	display: inline-block;
}