@charset "utf-8";

@media print{
	body {
	width: auto;
	zoom: 80%!important;
	overflow: visible !important;
	-webkit-print-color-adjust: exact;}
	.headerArea{position: static!important;}
	.headerArea .Inner {
		width: 100%;
		position: absolute;
		top: 40px;
	}
	.headerLogo {margin-left: 0;}
	.contents{overflow: visible !important;}
	.subcontents .Inner{width: 100%;}
	.footerWrap {padding-top: 50px;}
	.contents{overflow:visible!important;}
	#pageTop{opacity: 0;}
	.gnavSp {display: none;}
	.sp{display: none;}

	.serviceArea .Inner{
		width: calc(100% - 4px);
		margin-bottom: 50px;
	}
	.postList{
		margin-top: 60px;
	}
	.strengthList .strengthItem{
		display: block;
		height: fit-content;
	}
	.strengthList .strengthItem:first-child{
		margin-bottom: 80px;
	}
	.strengthList .strengthItem:nth-child(2){
		margin-top: -300px;
		margin-bottom: 80px;
	}
	.strengthList .number{
		padding: 0;
		margin: 0;
	}

	.swiper-slide{width: 100%!important;}
	.fadeUp{opacity: 1!important;}

/* 改ページ
---------------------------------------------- */
	.pagebreak_b{page-break-before: always;}
	.pagebreak_a{page-break-after: always;}

}
