@charset "utf-8";
/*=============================================================
 .pageTtl
=============================================================*/
.pageTtlTxt:after{
	display: none;
}
.pageTtlTxt{
	width: 100%;
	padding: 0;
	transform: translate(-50%,-50%);
	text-align: center;
}
.pageTtlTxtInner{
	display: inline-block;
	padding: 35px 50px 80px;
	background: url("../img/bg_ttl.png") no-repeat center 0;
	background-size: 100% 100%;
}
.pageTtlTxt p.cap,
.pageTtlTxt p.catch{
	color: #000;
	white-space: nowrap;
}
.pageTtl .person{
	width: 70%;
	max-width: 660px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	column-gap: 4%;
}
.pageTtl .person .box{
	flex: 1;
}
.pageTtl .person .box p.name{
	margin: 10px 0 0;
	padding: 5px;
	font-size: clamp(10px, 1.1vw, 16px);
}
.pageTtl .person .box:nth-child(1) p.name{
	background-color: #F28721;
}
.pageTtl .person .box:nth-child(2) p.name{
	background-color: #953A90;
}
.pageTtl .person .box:nth-child(3) p.name{
	background-color: #00AB90;
}
.pageTtl .person .box:nth-child(4) p.name{
	background-color: #0076BE;
}
/*=============================================================
 .qa
=============================================================*/
.qa{
	margin: 100px 0 0;
	border-top: 1px solid #A0A0A0;
}
.qa h2{
	width: 100%;
	display: flex;
	padding: 20px 0 0;
	font-size: 24px;
}
.qa h2 span.icn{
	font-size: 61px;
	color: #E50012;
	font-family: 'Rokkitt', serif;
	font-weight: 700;
	line-height: 1.0;
}
.qa h2 span.txt{
	padding: 5px 0 0 20px;
}
/* .box
-------------------------------------------------------------*/
.boxCase{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 65px 0 0;
}
.boxCase .boxPerson{
	width: 100px;
}
.boxCase.thumRight .boxPerson{
	order: 1;
}
.boxCase .boxTxt{
	width: calc(100% - 160px);
	padding: 20px 0 0 20px;
	border-top: 6px solid #000;
	border-left: 6px solid #000;
	position: relative;
}
.boxCase.thumRight .boxTxt{
	padding: 20px 20px 0 0;
	border-left: none;
	border-right: 6px solid #000;
}
.boxCase .boxTxt:before{
	content: "";
	width: 35px;
	height: 31px;
	background: url("../img/arw.png") no-repeat 0 0;
	background-size: 100% 100%;
	position: absolute;
	top: 30px;
	left: 0;
	transform: translateX(-100%);
}
.boxCase.thumRight .boxTxt:before{
	left: auto;
	right: 0;
	transform: translateX(100%) rotate(180deg);
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:899px){
/*=============================================================
 ttl
=============================================================*/
/* .pageTtl
-------------------------------------------------------------*/
.pageTtl{
	background: url("../img/main_sp.jpg") no-repeat center center;
	background-size: cover;
	height: auto;
}
.pageTtlTxt{
	padding: 20px;
	text-align: center;
	position: static;
	transform: translate(0%,0%);
}
.pageTtlTxtInner{
	width: auto;
	margi1: 0 20px;
	padding: 35px 10px 80px;
}
.pageTtl .person{
	width: 100%;
	flex-wrap: wrap;
}
.pageTtl .person .box{
	flex: 2;
}
.pageTtl .person .box p.name{
	font-size: min(3.4vw, 12px);
}
/*=============================================================
 .qa
=============================================================*/
.qa{
	margin: 100px 0 0;
	border-top: 1px solid #A0A0A0;
}
.qa h2{
	width: 100%;
	display: flex;
	padding: 20px 0 0;
	font-size: 18px;
}
.qa h2 span.icn{
	font-size: 30px;
	color: #E50012;
	font-family: 'Rokkitt', serif;
	font-weight: 700;
	line-height: 1.0;
}
.qa h2 span.txt{
	padding: 0px 0 0 10px;
	line-height: 1.35;
}
/* .box
-------------------------------------------------------------*/
.boxCase{
	display: block;
	padding: 50px 0 0;
}
.boxCase .boxPerson{
	padding: 0 0 35px 20px;
}
.boxCase .boxTxt,
.boxCase.thumRight .boxTxt{
	width: calc(100%);
	padding: 20px 0 0 20px;
	border-left: 6px solid #000;
	border-right: none;
}
.boxCase .boxTxt:before,
.boxCase.thumRight .boxTxt:before{
	content: "";
	width: 35px;
	height: 31px;
	background: url("../img/arw.png") no-repeat 0 0;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 35px;
	right: auto;
	transform: translateX(0) translateY(-33px) rotate(90deg);
}
}