@charset "utf-8";
/*=============================================================
 #mainVisual
=============================================================*/
/* .box
-------------------------------------------------------------*/
.boxWFull{
	width: 100%;
}
.boxPhoto{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 10px 0 0;
}
.boxPhoto .box{
	width: calc((100% - 20px) / 2);
	padding: 20px 0 0;
}
.boxCase{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 100px 0 0;
}
.boxCase .boxPerson{
	width: 185px;
}
.boxCase .boxTxt{
	width: calc(100% - 225px);
	padding: 45px 0 0 45px;
	border-top: 6px solid #000;
	border-left: 6px solid #000;
	position: relative;
}
.boxCase .boxTxt:before{
	content: "";
	width: 35px;
	height: 31px;
	background: url("../img/arw.png") no-repeat 0 0;
	background-size: 100% 100%;
	position: absolute;
	top: 60px;
	left: 0;
	transform: translateX(-100%);
}
.boxCase .boxTxt .name{
	font-size: 14px;
}
.boxCase .boxTxt .catch{
	padding: 15px 0 40px;
	font-size: 30px;
	line-height: 1.35;
	font-weight: 700;
}




/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:899px){
/*=============================================================
 ttl
=============================================================*/
/* .pageTtl
-------------------------------------------------------------*/
.pageTtl{
	background: url("../img/main_sp.jpg") no-repeat center center;
	background-size: cover;
}
/* .box
-------------------------------------------------------------*/
.boxW500{
	padding: 0 10px;
}
.boxPhoto{
	display: block;
	padding: 20px 0 0;
}
.boxPhoto .box{
	width: calc(100%);
}
.boxCase{
	display: block;
	padding: 50px 0 0;
}
.boxCase .boxPerson{
	padding: 0 0  35px 20px;
}
.boxCase .boxTxt{
	width: calc(100%);
	padding: 25px 0 0 25px;
}
.boxCase .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: 40px;
	transform: translateX(0) translateY(-33px) rotate(90deg);
}
.boxCase .boxTxt .catch{
	padding: 15px 0 40px;
	font-size: 24px;
}
}