@charset "utf-8";

.voice {
	background: url(../imgs/voice/bg.jpg) repeat;
}

/*+++++++++++++++++++
/*voice
+++++++++++++++++++*/

section#voice {
}

section#voice h2 {
	line-height: 1.8;
	padding: 50px 0;
	background: url(../imgs/voice/back.png) no-repeat center center;
	background-size: 33%;
}

section#voice .voicebox {
	margin: 0;
	padding: 5% 0 0;
}

section#voice .voicebox ul{
	padding: 0;
	overflow: hidden;
}

section#voice .voicebox li{
	float: left;
	width: 32%;
	position: relative;
	padding: 0;
	box-sizing: border-box;
	background: none;
	z-index: 0;
	margin: 0 2% 0 0;
	overflow: hidden;
}

section#voice .voicebox li:before {
	content:"";
	position: absolute;
	width: 20px;
	height: 20px;
	top: 1%;
	left: 1%;
	z-index: 10;
}

section#voice .voicebox li.kaigo:before {
	content:"";
	background: #80A419;
}

section#voice .voicebox li.judo:before {
	content:"";
	background: #0971AE;
}

section#voice .voicebox li.medical:before {
	content:"";
	background: #FF9300;
}

section#voice .voicebox li.child:before {
	content:"";
	background: #F88EA0;
}

section#voice .voicebox li:nth-child(3n){
	margin: 0 0 30px;
}

section#voice .voicebox li a {
	
overflow: hidden;
}

section#voice .voicebox li figure {
	
}

section#voice .voicebox li figure img{
	
}

section#voice .voicebox li .voice_name{
	width: 100%;
	height: 150px;
	padding: 0;
	text-align: center;
	position: relative;
	bottom: 0;
	right: 0;
	left: 0;
	display: table;
	margin: -10% auto 0;
}

section#voice .voicebox li .voice_name dl{
	/* position: absolute; */
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	/* height: 92px; */
	color: #fff;
	text-align: left;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
}

section#voice .voicebox li .voice_name dt{
	padding: 0;
	font-size: 0.88em;
	letter-spacing: 0px;
}

section#voice .voicebox li .voice_name dd{
	font-weight: bold;
	font-size: 1.5em;
	padding: 5px 0;
}

section#voice .voicebox li b{
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    letter-spacing: 1px;
    font-weight: bold;
    position: relative;
    bottom: 0;
    padding: 20px 0 0 20px;
    color: #111;
    float: right;
}

section#voice .voicebox li b:after {
	content:"";
	position:absolute;
	width: 0;
	height: 1px;
	background:#000;
	bottom: 38%;
	margin: 0 0 0 15%;
	transition: .3s;
}

section#voice .voicebox li a:hover b:after {
}



section#voice .voicebox li a:hover{
	color:inherit;

}

/***
MODAL
***/
.iziModal {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    max-width: 980px!important;
    left: 0;
    right: 0;
    margin: auto;
    background: #FFF;
    transition: margin-top 0.3s ease, height 0.3s ease;
    transform: translateZ(0);
    box-sizing: border-box;
    box-shadow: 10px 10px 0 rgba(0,0,0,0.1);
}

.iziModal-wrap {
	background: #fff;
	/* overflow: hidden; */
	position: inherit;
}

.iziModal-wrap h5 {
	
padding: 40px;
}

.iprev {
	position: absolute;
	top: 0;
	width: 60px;
	height: 30px;
	background: url(../imgs/common/prev.png) no-repeat center center;
	border: none;
	left: -8%;
	bottom: 0;
	margin: auto;
	cursor: pointer;
}



.inext {
	position: absolute;
	top: 0;
	width: 60px;
	height: 30px;
	background: url(../imgs/common/next.png) no-repeat center center;
	border: none;
	right: -8%;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	outline: none;
	z-index: 100;
}


.iziModal-wrap img {
}


.iziModal-wrap .close {
	position: absolute;
	font-size: 3em;
	right: -4%;
	top: -5%;
	padding: 0 10px;
	margin: auto;
	border-radius: 100px;
}

.iziModal-wrap .close a {
	display: block;
	line-height: 1;
	cursor: pointer;
}

.modalbox {
	overflow: hidden;
	position: relative;
}

.modalbox figure{
	width: 50%;
	float: left;
	/* height: 330px; */
}

.modalbox figure img{
	width: 100%;
}

.modalbox .profile {
	position: absolute;
	width: 55%;
	right: 0;
	padding: 32px;
}

.modalbox .profile dl{
	color: #fff;
	margin: 0 0 10px 0;
}

.modalbox .profile dt{
	font-size: 1em;
}

.modalbox .profile dd{
	font-size: 1.8em;
}

.modalbox .profile p {
	color: #fff;
	font-size: 1.5em;
	line-height: 2;
	margin: 0 0 30px;
	font-weight: 700;
}

.modalbox .profile span {
	color: #fff;
	font-size: 0.9em;
}

.modalbox .profile-s {
	position: absolute;
	width: 55%;
	right: 0;
	padding: 24px;
}

.modalbox .profile-s dl{
	color: #fff;
	margin: 0 0 10px 0;
}

.modalbox .profile-s dt{
	font-size: 1em;
}

.modalbox .profile-s dd{
	font-size: 1.8em;
}

.modalbox .profile-s p {
	color: #fff;
	font-size: 1.4em;
	line-height: 2;
	margin: 0 0 30px;
	font-weight: 700;
}

.modalbox .profile-s span {
	color: #fff;
	font-size: 0.9em;
}

@media screen and (max-width: 1499px) {
.voice .iziModal {width: 800px;box-shadow: none;}
.voice .iziModal .iziModal-wrap {
	width: auto;
}
/*+++++++++++++++++++
/*voice
+++++++++++++++++++*/

section#voice h2 {margin: 0;}

section#voice .voicebox {}

section#voice .voicebox ul{
	padding: 0 0 15%;
}


section#voice .voicebox li{/* padding: 2%; *//* width: 48%; */}

section#voice .voicebox li:before {
}


section#voice .voicebox li:nth-child(2n){
}


section#voice .voicebox li .voice_name{
}

section#voice .voicebox li .voice_name dl {
	
height: 75px;
}

section#voice .voicebox li .voice_name dt{
	font-size: 0.8em;
	padding: 0;
}

section#voice .voicebox li .voice_name dd{
	font-size: 1.2em;
}

section#voice .voicebox li b{
    font-size: 1.1em;
    padding: 0;
}

section#voice .voicebox li a:hover b:after {
}


/***
MODAL
***/

.iziModal-wrap .close {
}

.iziModal-wrap h5 {
	padding: 40px;
	font-size: 0.8em;
}

.iprev {left: 0;}

.inext {
	right: 0;
}

.iprev:hover {
	left: 0;
}


	.modalbox {
		/* height: 250px; */
	}
.modalbox figure{
	/* height: 235px; */
	overflow: hidden;
}

.modalbox figure img{
	width: 100%;
}

.modalbox .profile {
	padding:30px;
}
.modalbox .profile dt{
	font-size: 0.75em;
}

.modalbox .profile dd{
	font-size: 1.2em;
	font-weight: 700;
}

.modalbox .profile p {
	line-height: 1.8;
	margin: 0 0 10px;
}

.modalbox .profile span {
	color: #fff;
	font-size: 0.9em;
}
	
.modalbox .profile-s {
	padding:30px;
}
.modalbox .profile-s dt{
	font-size: 0.75em;
}

.modalbox .profile-s dd{
	font-size: 1.2em;
	font-weight: 700;
}

.modalbox .profile-s p {
	line-height: 1.8;
	margin: 0 0 10px;
	font-size: 20px;
}

.modalbox .profile-s span {
	color: #fff;
	font-size: 0.9em;
}
	
}

@media screen and (max-width: 1023px) {

section#voice .voicebox ul:last-child {
	padding:0 0 35%;
}

section#voice .voicebox li .voice_name {
}

section#voice .voicebox li {
}

section#voice .voicebox li b {
}

section#voice .voicebox li b:nth-child(2n) {
	bottom:-35%;
}

}

@media screen and (max-width: 767px) {
	.voice .iziModal {width: 90%;}
.voice {
	background: url(../imgs/voice/bg.jpg) repeat;
}

/*+++++++++++++++++++
/*voice
+++++++++++++++++++*/

section#voice {padding: 0;max-width: 95%;margin: auto;}

section#voice h2 {
}

section#voice .voicebox li b{
	font-size: 1em;
}

section#voice .voicebox li b:after {
	content:"";
	position:absolute;
	width: 0;
	height: 1px;
	background:#000;
	bottom: 38%;
	margin: 0 0 0 15%;
	transition: .3s;
}


section#voice .voicebox li a:hover{
	color:inherit;

}


.iziModal-wrap h5 {padding: 20px 30px 30px;}

.iprev {left: 0;z-index: 999;}

.iprev:hover {
	left: 0;
}

.inext {
	right: 0;
}

.inext:hover {
	right:0;
}

.iziModal-wrap img {
}


.iziModal-wrap .close {width: 40px;top: 0;right: 2%;margin: 0;z-index: 0;padding: 0;}

.iziModal-wrap .close a {
}

.modalbox {
	overflow: hidden;
	position: relative;
}

.modalbox figure{
	width: auto;
	float: none;
	height: 300px;
}

.modalbox figure img{
}

.modalbox .profile {
	position: relative;
	width: auto;
}

.modalbox .profile p {
    margin: 0 0 30px;
}

.modalbox .profile span {
	color: #fff;
	font-size: 0.9em;
}
	
.modalbox .profile-s {
	position: relative;
	width: auto;
}

.modalbox .profile-s p {
    margin: 0 0 30px;
}

.modalbox .profile-s span {
	color: #fff;
	font-size: 0.9em;
}
	
}

@media screen and (max-width: 480px) {
.iziModal .iziModal-wrap {
	
}
section#voice h2 {
	padding: 40px 0 20px;
}

section#voice .voicebox ul{
	padding: 0 0 7%;
	overflow: hidden;
}

section#voice .voicebox li{
	float: none;
	width: auto;
	margin: 0 0 50px;
	padding: 0;
}

section#voice .voicebox li:nth-child(2n){
	float: none;
}


section#voice .voicebox li .voice_name{height: auto;/* position: relative; */}

section#voice .voicebox li .voice_name dl {
	position:relative;
	height: auto;
}

section#voice .voicebox li a:hover{
	color:inherit;


}


.iziModal-wrap h5 {padding: 15px;line-height: 1.8;}

.iprev {
	width: 30px;
	height: 40px;
	background-size: 100%;
	top: 20%;
	bottom: inherit;
	left: 2%;
}

.iprev:hover {
	left:2%;
}

.inext {
	width: 30px;
	height: 40px;
	right: 2%;
	top: 20%;
	background-size: 100%;
	bottom: inherit;
	z-index: 999;
}

.inext:hover {
	right:2%;
}

.modalbox figure{height: auto;}

.modalbox .profile {padding: 15px;}

.modalbox .profile p {font-size: 1em;margin: 0 0 10px;}

.modalbox .profile span {display: block;font-size: 0.8em;}
	
.modalbox .profile-s {padding: 15px;}

.modalbox .profile-s p {font-size: 1em;margin: 0 0 10px;}

.modalbox .profile-s span {display: block;font-size: 0.8em;}
	
}