@charset "utf-8";

/* ------------------------------
 会社を知る
------------------------------ */
.cms_caption_b h3{
	margin-top: 30px;
}
.scene{
	position: relative;
}
.scene img{
	border-radius: 10px;
	box-shadow: 0 0 15px 3px rgba(0,58,166,0.15);
}
.scene .balloon{
	width: 100px;
	height: 100px;
	font-size: 3.3rem;
	line-height: 1.2;
	font-weight: bold;
	border-radius: 50px;
	background: #000033;
	color: #fff;
	text-align: center;
	font-family: 'Inter', sans-serif;
	position: absolute;
	top: -25px;
	left: -25px;
	z-index: 5;
	padding-top: 25px;
}
.scene .balloon span{
	font-size: 34%;
	display: block;
}
.scene:before{
	content: "";
	width: 33px;
	height: 33px;
	display: block;
	background: #000033;
	position: absolute;
	top: 34px;
	left: 34px;
}
@media screen and (max-width: 767px) {
	.scene .cms_image{
		margin-bottom: 60px !important;
	}
	.scene .cms_image:last-child{
		margin-bottom: 40px !important;
	}
	.scene .balloon{
		width: 65px;
		height: 65px;
		font-size: 2.14rem;
		padding-top: 17px;
		top: -20px;
		left: -11px;
	}
	.scene:before{
		content: "";
		width: 22px;
		height: 22px;
		display: block;
		top: 18px;
		left: 27px;
	}
	.cms_caption_b h3{
		margin-top: 20px;
		margin-bottom: 10px !important;
	}
	.btn .ml20 { 
		margin-left: 0 !important;
		margin-top: 10px !important;
	}
}
/* --- FAQ --- */
.faq-q{
	color: #002f61;
	font-size: 1.8rem;
	font-weight: bold;
	background: #eff1f7;
	border-radius: 10px;
	padding: 24px 17px 24px 67px;
	position: relative;
	margin-bottom: 30px;
}
.faq-q:before{
	content: "Q";
	font-family: 'Inter', sans-serif;
	font-weight: bold;
	font-size: 2.2rem;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	background: #fff;
	border-radius: 50px;
	position: absolute;
	left: 17px;
	top: 20px;
} 
.faq-a{
	padding: 0 17px 0 67px;
	position: relative;
}
.faq-a:before{
	content: "A";
	color: #fff;
	font-family: 'Inter', sans-serif;
	font-weight: bold;
	font-size: 2.2rem;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	background: #006fc9;
	border-radius: 50px;
	position: absolute;
	left: 17px;
	top: -5px;
}
@media screen and (max-width: 767px) {
	.faq-q{
		font-size: 1.6rem;
		padding: 20px 13px 20px 55px;
		position: relative;
		margin-bottom: 30px;
	}
	.faq-q:before,
	.faq-a:before{ 
		width: 34px;
		height: 34px;
		line-height: 34px;
		font-size: 1.9rem;
		left: 13px;
	}
}