@charset "utf-8";
.voice section{
}

.voice .mb0{
	margin-bottom: 0!important;
}

.voice {
	border-top: 6px solid #003c64;
	position: relative;
}

.voice:before {
	display: block;
	content: "";
	width: 50%;
	height: 6px;
	background: #ffc800;
	position: absolute;
	top: -6px;
	left: 50%;
}

.voice .submv {
	background: url(../images/voice003/voice03_mv.jpg) no-repeat center top;
	background-size: cover;
	height: 470px;
	width: 100%;
	position: relative;
	display: table;
}

.voice .submv::after {
	content: url(../images/voice001/voice_mv_cover.png);
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.voice .submv .voice-ttl{
	display: table-cell;
	vertical-align: middle;
	padding-right: 6%;
	position: relative;
	z-index: 10;
}

.voice .submv h2 {
	margin-bottom: 10px;
	font-size: calc(26px + 1.4vw);
	line-height: 1.48;
	color: #fff;
	text-align: right;
	text-shadow: 1px 1px 11px rgba(0,0,0,0.5) , 1px 1px 6px rgba(0,0,0,0.3) ;
}

.voice .submv h2 span{
	color: #78c8b4;
}

.voice .submv p {
	text-align: right;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 11px rgba(0,0,0,0.5) , 1px 1px 6px rgba(0,0,0,0.3) ;
}

.voice section.sec01 .wrap{
	width: 900px;
	margin: 0 auto;
	padding: 60px 0;
}

.voice section.sec01 .voice-top{
	text-align: center;
	display: block;
	width: 284px;
	margin: 0 auto 60px;
	position: relative;
}

.voice section.sec01 .voice-top::before{
	content: "";
	width: 99px;
	height: 61px;
	background: url(../images/voice001/voice01_img01_text.svg);
	position: absolute;
	left: -22px;
	top: 11px;
	z-index: 10;
}

.voice section.sec01 .text01{
	color: #464646;
	font-size: 15px;
	font-weight: bold;
	line-height: 2.4;
}

.voice section.sec01 .photoBg{
	width: 100%;
	height: 310px;
	background: url(../images/voice003/voice03_photo_bg01.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}

.voice section.sec02 .wrap{
	width: 840px;
	padding: 60px 0;
	margin: 0 auto;
}

.voice section.sec02 .ques{
	font-size: 16px;
	font-weight: bold;
	color: #003c64;
	line-height: 1.75;
	margin-bottom: 14px;
}

.voice section.sec02 .ans{
	font-size: 15px;
	line-height: 1.75;
	margin-bottom: 45px;
}

.voice-img01-long{
	margin: 60px 0;
}


.voice section.sec02 .voice-img02{
	display: flex;
}

.voice section.sec02 .voice-img02 li{
	width: 50%;
}

.voice section.sec02 .voice-img02 li img{
	width: 100%;
}

.sec02 div.link-banner02{
	padding: 50px 0 120px 0;
}

.sec02 div.link-banner02 a{
	margin: 0 auto;
	text-align: center;
}

.sec02 div.link-banner02 img{
	margin: 0 auto;
}

.voice section.sec02 .staff-image{
    float: left;
    width:160px;
    margin-right: 22px;
    margin-top: 12px;
    text-align: center;
    font-size: 14px;
}

.voice section.sec02 .staff-image li{
	padding-top:10px;
}


.voice section.sec02 .staff-comment:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -24px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 15px solid #f0f5f5;
	z-index: 2;
}

.voice section.sec02 .staff-comment{
    width:70%;
	display:inline-block;
	position: relative;
	margin-top: 1.5em;
	margin-bottom:1.5em;
	margin-left:10px;
	padding: 30px 30px;
	min-width: 120px;
	max-width: 100%;
	color: #464646;
	font-size: 15px;
	background: #f0f5f5;
	border-radius: 8px;
}
