@charset "UTF-8";
/* ------------------------------
 事業紹介（PC）
------------------------------ */
.cms_block.businessBlock::after {
	content: none;
}
.businessBlock .cms_text figure {
	width: 100%;
	aspect-ratio: 13 / 7.8571428;
	margin-bottom: 25px;
	padding-top: 6%;
	background: url(../img/linedot_bg.svg) repeat 0 0 / 30px 30px;
	text-align: center;
}
@media print, screen and (min-width: 768px) {
	.businessBlock {
		row-gap: 50px;
	}
	.businessBlock .cms_text {
		margin-bottom: 0;
	}
	.businessBlock .cms_text figure img {
		height: 260px;
		width: auto;
	}
}
/* ------------------------------
 事業紹介（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.businessBlock .cms_text figure {
		margin-bottom: 20px;
		background: url(../img/linedot_bg_sp.svg) repeat 0 0 / 24px 24px;
	}
	.businessBlock .w1-2 + .w1-2:not(.sp_w1-2) {
		margin-top: 0 !important;
	}
	.businessBlock .cms_text figure img {
		height: 87.5%;
	}
}