@charset "UTF-8";

/*----------------------------------------------------
	☆TOP
----------------------------------------------------*/

.inPage .boxArea .person01 .box{background-image: url(../../lib/cmn_img/voice/ct01_main.jpg);}
.inPage .boxArea .person02 .box{background-image: url(../../lib/cmn_img/voice/ct02_main.jpg);}
.inPage .boxArea .person03 .box{background-image: url(../../lib/cmn_img/voice/ct03_main.jpg);}
.inPage .boxArea .person04 .box{background-image: url(../../lib/cmn_img/voice/ct04_main.jpg);}
.inPage .boxArea .person01:hover .whiteBox{background-color: #c7dd46;}
.inPage .boxArea .person02:hover .whiteBox{background-color: #eeab7b;}
.inPage .boxArea .person03:hover .whiteBox{background-color: #6dd6be;}
.inPage .boxArea .person04:hover .whiteBox{background-color: #f0c92e;}
.inPage .boxArea .person01 .whiteBox .whiteBoxIn .txArea .num,.inPage .boxArea .person01 dd .accoIn .boxTx .txBox .qTx::before{background: #c7dd46;}
.inPage .boxArea .person02 .whiteBox .whiteBoxIn .txArea .num,.inPage .boxArea .person02 dd .accoIn .boxTx .txBox .qTx::before{background: #eeab7b;}
.inPage .boxArea .person03 .whiteBox .whiteBoxIn .txArea .num,.inPage .boxArea .person03 dd .accoIn .boxTx .txBox .qTx::before{background: #6dd6be;}
.inPage .boxArea .person04 .whiteBox .whiteBoxIn .txArea .num,.inPage .boxArea .person04 dd .accoIn .boxTx .txBox .qTx::before{background: #f0c92e;}
.inPage .boxArea .person01 .whiteBox .whiteBoxIn .txArea .infoList{border: 1px solid #c7dd46;}
.inPage .boxArea .person02 .whiteBox .whiteBoxIn .txArea .infoList{border: 1px solid #eeab7b;}
.inPage .boxArea .person03 .whiteBox .whiteBoxIn .txArea .infoList{border: 1px solid #6dd6be;}
.inPage .boxArea .person04 .whiteBox .whiteBoxIn .txArea .infoList{border: 1px solid #f0c92e;}
.inPage .boxArea .person01 .whiteBox .whiteBoxIn .txArea .infoList li.last{border-top: 1px solid #c7dd46;}
.inPage .boxArea .person02 .whiteBox .whiteBoxIn .txArea .infoList li.last{border-top: 1px solid #eeab7b;}
.inPage .boxArea .person03 .whiteBox .whiteBoxIn .txArea .infoList li.last{border-top: 1px solid #6dd6be;}
.inPage .boxArea .person04 .whiteBox .whiteBoxIn .txArea .infoList li.last{border-top: 1px solid #f0c92e;}
.inPage .boxArea .person01 .whiteBox .whiteBoxIn::before{background-image: url(../../lib/cmn_img/voice/ct01_img04.png);}
.inPage .boxArea .person02 .whiteBox .whiteBoxIn::before{background-image: url(../../lib/cmn_img/voice/ct02_img04.png);}
.inPage .boxArea .person03 .whiteBox .whiteBoxIn::before{background-image: url(../../lib/cmn_img/voice/ct03_img04.png);}
.inPage .boxArea .person04 .whiteBox .whiteBoxIn::before{background-image: url(../../lib/cmn_img/voice/ct04_img04.png);}
.inPage .boxArea .person01 dd .accoIn .boxTx .txBox .mainTx::first-letter,.inPage .boxArea .person01 dd .accoIn .boxTx .txBox .qTx{color: #c7dd46;}
.inPage .boxArea .person02 dd .accoIn .boxTx .txBox .mainTx::first-letter,.inPage .boxArea .person02 dd .accoIn .boxTx .txBox .qTx{color: #eeab7b;}
.inPage .boxArea .person03 dd .accoIn .boxTx .txBox .mainTx::first-letter,.inPage .boxArea .person03 dd .accoIn .boxTx .txBox .qTx{color: #6dd6be;}
.inPage .boxArea .person04 dd .accoIn .boxTx .txBox .mainTx::first-letter,.inPage .boxArea .person04 dd .accoIn .boxTx .txBox .qTx{color: #f0c92e;}

.inPage .boxArea{
	padding: 0 20px;
}
.inPage .boxArea .box{
	width: 100%;
	height: 800px;
	border-radius: 15px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-bottom: 20px;
	position: relative;
}
.inPage .boxArea .box .whiteBox{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width: 410px;
	height: 410px;
	border-radius: 15px;
	background: #fff;
	padding: 5px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.inPage .boxArea .box .whiteBox .whiteBoxIn{
	border: 1px solid #eee;
	display: table;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	text-align: center;
	position: relative;
}
.inPage .boxArea .box .whiteBox .whiteBoxIn::before{
	content: "";
	position: absolute;
	bottom: 15px;
	left: 50%;
	background-repeat: no-repeat;
	background-size: 38px 47px;
	width: 38px;
	height: 47px;
	margin-left: -19px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.inPage .boxArea .box:hover .whiteBox .whiteBoxIn::before{
	bottom: 10px;	
}
.inPage .boxArea .box:hover .whiteBox .whiteBoxIn::before{
	background-image: url(../../lib/cmn_img/voice/arw_on.png);
}
.inPage .boxArea .box .whiteBox .whiteBoxIn .txArea{
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 40px;
}
.inPage .boxArea .box .whiteBox .whiteBoxIn .txArea .num{
	display: table;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	margin: 0 auto 10px;
}
.inPage .boxArea .box .whiteBox .whiteBoxIn .txArea .num span{
	font-size: 1.2rem;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
}
.inPage .boxArea .box .whiteBox .whiteBoxIn .txArea .tegakiCopy{
	max-width: 359px;
	height: auto;
	margin: 0 auto 15px;
}
.inPage .boxArea .box .whiteBox .whiteBoxIn .txArea .infoList{
	display: inline-block;
	margin: 0 auto;
}
.inPage .boxArea .box .whiteBox .whiteBoxIn .txArea .infoList > li{
	width: 100%;
	font-size: 1.2rem;
	padding: 3px 10px;
	text-align: center;
}
.inPage .boxArea .accordion dd{
	display: none;
}
.inPage .boxArea dd .accoIn{
	margin:60px auto 80px;
	font-size: 0;
}
.inPage .boxArea dd .accoIn .boxL{
	float: left;
}
.inPage .boxArea dd .accoIn .boxR{
	float: right;
}
.inPage .boxArea dd .accoIn .boxTx{
	width: 62%;
}
.inPage .boxArea dd .accoIn .under .boxTx{
	width: 85%;	
}
.inPage .boxArea dd .accoIn .boxImg{
	width: 33%;	
}
.inPage .boxArea dd .accoIn .under .boxImg{
	width: 10%;
}
.inPage .boxArea dd .accoIn .boxTx .txBox{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
.inPage .boxArea dd .accoIn .boxTx .txBox .mainTx{
	font-size: 2.2rem;
	font-weight: 500;
}
.inPage .boxArea dd .accoIn .boxTx .txBox .mainTx::first-letter{
	font-size: 3.0rem;
	margin-bottom: 15px;
}
.inPage .boxArea dd .accoIn .boxTx .txBox .qTx{
	font-size: 1.6rem;
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
}
.inPage .boxArea dd .accoIn .boxTx .txBox .qTx::before{
	content: "";
	position: absolute;
	bottom: 8px;
	right: -45px;
	height: 1px;
	width: 40px;
}
.inPage .boxArea dd .accoIn .boxTx .txBox .aTx{
	font-size: 1.3rem;
	line-height: 2;
}
.personLinkBox{
	float: none;
	width: 100%;
	margin-top: 80px;
	background: #ebebeb;
}
.personLinkBox > ul{
	padding: 20px;
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}
.personLinkBox > ul > li{
	width: 23.5%;
	margin-right: 2% !important;
	margin-bottom: 0 !important;
}
.personLinkBox > ul > li.last{
	margin-right: 0 !important;
}
.personLinkBox > ul > li > a{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
}
.personLinkBox > ul > li > a > .tx .readCopy{
	font-size: 1.4rem;
}




/*デバイスの横幅が760px以下の場合*/
@media only screen and (max-width: 760px) {
	
.inPage .boxArea .box{
	padding-top: 62%;
	height: auto;
	margin-bottom: 360px;
}
.inPage .boxArea .box .whiteBox{
	top:360px;
	width: calc(100% - 40px);
width: -webkit-calc(100% - 40px);
	height: 360px;
}
.inPage .boxArea .box .whiteBox .whiteBoxIn{
	padding: 30px 0 60px;
	display: block;
}
	.inPage .boxArea .box .whiteBox .whiteBoxIn .txArea{
		display: block;
	}
.inPage .boxArea .box .whiteBox .whiteBoxIn .txArea .tegakiCopy{
	max-width: 300px;
}
.inPage .boxArea dd .accoIn{
	margin:0 auto 60px;
}
.inPage .boxArea dd .accoIn .boxL{
	float: none;
}
.inPage .boxArea dd .accoIn .boxR{
	float: none;
}
.inPage .boxArea dd .accoIn .boxTx{
	width: 100%;
}
.inPage .boxArea dd .accoIn .under .boxTx{
	width: 100%;	
}
.inPage .boxArea dd .accoIn .boxImg{
	width: 100%;	
}
.inPage .boxArea dd .accoIn .under .boxImg{
	width: 100%;
	display: block;
	margin: 0 auto;
	max-width: 100px;
}
.inPage .boxArea dd .accoIn .boxTx .txBox{
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.inPage .boxArea dd .accoIn .boxTx .txBox .mainTx{
	font-size: 1.8rem;
}
.inPage .boxArea dd .accoIn .boxTx .txBox .mainTx::first-letter{
	font-size: 2.6rem;
}
	
.personLinkBox > ul > li{
	width: 48.5%;
	margin-right: 3% !important;
}
.personLinkBox > ul > li:nth-child(2),.personLinkBox > ul > li:nth-child(4){
	margin-right: 0 !important;
}
.personLinkBox > ul > li:nth-child(3),.personLinkBox > ul > li:nth-child(4){
		margin-top: 3%;
	}
.personLinkBox > ul > li > a > .tx .readCopy{
	font-size: 1.1rem;
	letter-spacing: 0.05em;
}
	.inPage .boxArea .accordion dd > .inr_01{
		width: 100%;
	}
	
	
}







