@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#investigation .bg_gray::before {
	background: #f5f5f5;
}
#investigation .bg_gray::after {
	background: #fff;
	clip-path: polygon(0 0, 0% 100px, 100% 0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#investigation .bg_gray .in::before {
	content: "";
	background: #fff;
	width: 100vw;
	height: 100px;
	clip-path: polygon(0 100%, 100% 100%, 100% 0);
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	z-index: -1;
}
#investigation .list {
	margin-top: 100px;
}
#investigation .box {
	padding: 50px;
	background: #fff;
	margin-bottom: 80px;
	position: relative;
}
#investigation .box:not(:last-of-type)::before {
	position: absolute;
	content: "";
	left: 50%;
	bottom: -100px;
	margin-left: -60px;
	border: 60px solid transparent;
	border-top: 40px solid #009de8;
}
#investigation .box .img {
	width: 450px;
}
#investigation .box .info {
	width: 500px;
}
#investigation .box .info h4 {
	color: var(--color-primary);
	font-size: 52px;
	line-height: 1;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}
#investigation .box .info h4 .maru {
	width: 62px;
	height: 62px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 35px;
	background: var(--color-primary);
	border-radius: 50%;
	margin-right: 10px;
	position: relative;
	top: 2px;
}
#investigation .box .info h4 .label {
	color: #fff;
	background: #009de8;
	font-size: 30px;
	margin-left: 10px;
	line-height: 44px;
	padding: 0 16px 2px;
	display: inline-block;
	position: relative;
	top: 3px;
}
#investigation .box .info .btn01, #investigation .box .info .btn02 {
	margin-top: 40px;
}
#investigation .box .info .btn01 a, #investigation .box .info .btn02 a {
	margin-left: auto;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@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) {  /* タブレット以下 */
	#investigation .list {
		margin-top: 50px;
	}
	#investigation .box {
		padding: 20px;
	}
	#investigation .box .img {
		width: 45%;
	}
	#investigation .box .info {
		width: 52%;
	}
	#investigation .box .info h4 {
		font-size: 25px;
		margin-bottom: 20px;
	}
	#investigation .box .info h4 .maru {
		width: 45px;
		height: 45px;
		font-size: 25px;
	}
	#investigation .box .info h4 .label {
		font-size: 20px;
		line-height: 30px;
	}
	#investigation .box .info .btn01, #investigation .box .info .btn02 {
		margin-top: 20px;
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#investigation .box {
		padding: 15px;
		margin-bottom: 50px;
	}
	#investigation .box:not(:last-of-type)::before {
		bottom: -50px;
		margin-left: -30px;
		border: 30px solid transparent;
		border-top: 20px solid #009de8;
	}
	#investigation .box .img {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	#investigation .box .img img {
		width: 90%;
	}
	#investigation .box .info {
		width: 100%;
	}
	#investigation .box .info h4 {
		font-size: 20px;
	}
	#investigation .box .info h4 .maru {
		width: 30px;
		height: 30px;
		font-size: 18px;
		top: 0;
	}
	#investigation .box .info h4 .label {
		font-size: 16px;
		line-height: 20px;
		top: 0;
	}
	#investigation .box .info .btn01 a, #investigation .box .info .btn02 a {
		margin: 0 auto;
	}
	@media only screen and (max-width: 320px){
		#investigation .box .info .btn01 a, #investigation .box .info .btn02 a {
			margin: 0 auto;
			width: 100%;
		}
	}
	
}