@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#business {
	font-size: 110%;
}
#business .msg .ttl {
	font-size : 40px;
}
#business .msg .ttl b {
	font-size : 50px;
	color: #000;
	position: relative;
	bottom: -5px;
}
#business .msg .txt {
	font-size: 21px;
}
#business .box {
	position: relative;
}
#business .box .img_box {
	position: absolute;
	width: 30vw;
	top: 0;
	left: 0;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
}
#business .box.reverse .img_box {
	left: auto;
	right: 0;
}
#business .box .img_box img {
	border-radius: 5px;
	height: 513px;
	object-fit: cover;
	width: 100%;
	z-index: -1;
}
#business .box .txt_box {
	width: 800px;
	margin-left: auto;
}
#business .box.reverse .txt_box {
	margin-left: 0;
	margin-right: auto;
}
#business .box .txt_box h3.sub {
	margin-bottom: 30px;
}
#business .box .txt_box dl {
	background: #f7f7f7;
	border-radius: 5px;
	padding: 30px 35px;
	position: relative;
	overflow: hidden;
	display: flex;
	column-gap: 50px;
	margin-top: 50px;
}
#business .box .txt_box dl::before {
	content: "";
	background: #666;
	width: 27px;
	height: 27px;
	clip-path: polygon(100% 0, 0 0, 0 100%);
	position: absolute;
	top: 0;
	left: 0;
}
#business .box .txt_box dt {
	font-size : 33px;
	line-height : 43px;
}
#business .box .txt_box dd {
	line-height : 42px;
	display: flex;
	column-gap: 50px;
	justify-content: flex-start;
}
#business .box .txt_box dd li {
	padding-left: 15px;
	position: relative;
}
#business .box .txt_box dd li::before {
	content: "";
	background: #666;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	top: 17px;
	left: 0;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
@media print, screen and (max-width: 1300px){ 
	#business .box .img_box {
		width: 25vw;
	}
}
@media print, screen and (max-width: 1150px){ 
	#business .box .img_box {
		left: -25px;
		margin-left: 0;
		width: calc(100% - 800px);
	}
	#business .box.reverse .img_box {
		right: -25px;
		margin-right: 0;
		width: calc(100% - 800px);
	}
}
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#business .msg .ttl {
		font-size: 25px;
	}
	#business .msg .ttl b {
		font-size: 40px;
	}
	#business .box .txt_box {
		width: 70%;
	}
	#business .box .txt_box h3.sub {
		margin-bottom: 15px;
	}
	#business .box .img_box {
		width: 28%;
	}
	#business .box .img_box img {
		height: 450px;
	}
	#business .box .txt_box dl {
		padding: 15px;
		margin-top: 30px;
		display: block;
	}
	#business .box .txt_box dt {
		font-size: 20px;
	}
	#business .box .txt_box dd {
		column-gap: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#business {
		font-size: 100%;
	}
	#business .msg .ttl {
		font-size: 19px;
	}
	#business .msg .ttl b {
		font-size: 30px;
		top: 0;
	}
	#business .msg .txt {
		font-size: 100%;
	}
	#business .box .txt_box {
		width: 100%;
	}
	#business .box .img_box {
		position: relative;
		width: 100%;
		margin: 0 auto 20px;
	}
	#business .box .img_box img {
		height: 200px;
	}
	#business .box .txt_box h3.sub {
		margin-bottom: 15px;
	}
	#business .box .txt_box dd {
		display: block;
		line-height: 2em;
	}
	#business .box .txt_box dd li::before{
		top: 10px;
	}
}