@charset "UTF-8";

/*  sec01 -------------------------------------------*/

.sec01{
	
}
.sec01 figure{
	margin: 0;
}
.sec01 .owners_wrap{
	margin: 0 50px 60px;
}
.sec01 ul.owners{
	display: flex;
	flex-wrap: wrap;
}
.sec01 ul.owners li{
	width: 320px;
	margin-right: 60px;
    margin-bottom: 60px;
}
.sec01 ul.owners li a:hover{
	text-decoration: none;
}
.sec01 ul.owners li:nth-child(3n){
	margin-right: 0;
}
.sec01 ul.owners li figure{
	margin-bottom: 15px;
}
.sec01 ul.owners li h3.ttl{
	font-size: 1.8rem;
	line-height: 1.6;
	font-weight: 600;
}
.sec01 ul.owners li img{
	width: 100%;
	height: 280px;
	object-fit: cover;
}

@media screen and (max-width: 767px) {
	.sec01 .owners_wrap{
		margin: 0 5%;
	}
	.sec01 ul.owners{
		display: block;
	}
	.sec01 ul.owners li{
		width: 100%;
		margin-bottom: 15%;
	}
	.sec01 ul.owners li figure{
		margin-bottom: 5%;
	}
	
	.sec01 ul.owners li h3.ttl{
		font-size: 4.9vw;
	}

}



/*  お客様の声・詳細 -------------------------------------------*/

.voice_detail_heading{
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 65%,rgba(245,245,245,1) 65%);
	padding-bottom: 40px;
}
.voice_detail_inner{
	width: 1180px;
	margin: 0 auto;
}
.voice_detail_inner h2.ttl{
	font-size: 3.2rem;
	font-weight: 600;
	text-align: center;
	margin: 60px 0;
	line-height: 1.4;
}
.voice_detail_inner figure{
	margin: 0;
	width: 100%;
	text-align: center;
}
.voice_detail_content{
	padding-top: 70px;
}
.voice_detail_content .heading {
	width: 1180px;
	padding-bottom: 10px;
	margin: 0 auto;
}
.voice_detail_content .heading p{
	font-size: 1.4rem;
	text-align: center;
}
.voice_detail_content .box{
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 65%,rgba(245,245,245,1) 65%);
	padding-top: 60px;
	padding-bottom: 80px;
}
.voice_detail_content .bg_white{
	background: none;
	padding-top: 60px;
	padding-bottom: 80px;
}
.voice_detail_content .box .box_inner,
.voice_detail_content .bg_white .box_inner{
	width: 1180px;
	margin: 0 auto;
}
.voice_detail_content .box .flex{
	display: flex;
	align-items: flex-end;
}
.voice_detail_content .box:nth-of-type(odd) .flex{
	flex-direction: row-reverse;
}
.voice_detail_content .box .flex figure{
	width: 590px;
	flex-shrink: 0;
	margin: 0 60px 0 0;
}
.voice_detail_content .box:nth-of-type(odd) .flex figure{
	margin: 0 0 0 60px;
}

.voice_detail_content .box .animete .text{
	transform : translate(60px, 0);
	transition: 1s;
}
.voice_detail_content .box.box:nth-of-type(odd) .animete .text{
	transform : translate(-60px, 0);
	transition: 1s;
}

.voice_detail_content .box .animete.is-active .text,
.voice_detail_content .box.box:nth-of-type(odd) .animete.is-active .text{
	transform : translate(0, 0);
}

.voice_detail_content .box .flex figure img,
.voice_detail_content .bg_white figure img{
	width: 100%;
}
.voice_detail_content figure.main{
	width: 100%;
	margin: 0;
}
.voice_detail_content .box .text h3.ttl{
	font-size: 1.8rem;
	line-height: 2.2;
	font-weight: 600;
	margin-bottom: 40px;
}
.voice_detail_content .box .text p{
	font-size: 1.4rem;
	margin: 30px 0;
}
.voice_detail_content .box .text p:last-of-type{
	margin-bottom: 0;
}
.voice_detail_content .box .text p ~ h3{
	margin-top: 70px;
}
nav.voice_detail_nav{
	margin: 60px 0;
}
nav.voice_detail_nav ul{
	width: 1180px;
	margin: 0 auto;
	display: grid;
    display: -ms-grid;
	grid-template-columns: 33% 33% 33%;
    -ms-grid-columns: 33% 33% 33%;
}
nav.voice_detail_nav ul li{
	text-align: center;
}
nav.voice_detail_nav ul li a{
	position: relative;
	font-size: 1.4rem;
	display: block;
	padding: 10px 0;
	width: 180px;
	color: #fff;
	background: #646464;
	text-align: center;
	margin: 0 auto;
	transition: .3s;
}
nav.voice_detail_nav ul li a span.en{
	font-size: 2.5rem;
	display: block;
	line-height: 1;
}

nav.voice_detail_nav ul li a:before{
	content: "";
	position: absolute;
	left: 0;
	top: -1px;
	width: 100%;
	height: 0;

	background-color: rgba(255,255,255,.1);
	-webkit-transition: all .5s cubic-bezier(.19,1,.22,1);
	transition: all .5s cubic-bezier(.19,1,.22,1);
	-webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
	transition-timing-function: cubic-bezier(.19,1,.22,1);
}
nav.voice_detail_nav ul li a:hover{ text-decoration: none;}
nav.voice_detail_nav ul li a:hover:before{
	height: 100%;
    top: auto;
    bottom: 0;
}

nav.voice_detail_nav ul li.voice_preview{
	grid-row: 1;
	grid-column: 1;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
}
nav.voice_detail_nav ul li.voice_back{
	grid-row: 1;
	grid-column: 2;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
}
nav.voice_detail_nav ul li.voice_next{
	grid-row: 1;
	grid-column: 3;
    -ms-grid-column: 3;
    -ms-grid-row: 1;
}
@media screen and (max-width: 767px) {
	
	.voice_detail_heading{
		background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 30%,rgba(245,245,245,1) 30%);
		padding-bottom: 5%;
	}
	.voice_detail_inner{
		width: 96%;
		margin: 0 auto;
	}
	.voice_detail_inner h2.ttl{
		font-size: 5.7vw;
		margin: 0 5%;
		padding: 5% 0 0;
		line-height: 2;
		text-align: left;
	}
	.voice_detail_content .heading{
		width: 100%;
		padding: 0 7%;
		margin: 0 auto 5%;
	}
	.voice_detail_content .heading p{
		font-size: 3.7vw;
		text-align: left;
	}
	.voice_detail_content .box{
		width: 100%;
		margin:  0 auto;
		padding: 5% 7%;
		background: none;
	}
	.voice_detail_content .box .flex{
		display: block;
	}
	.voice_detail_content .box .flex figure{
		width: 100%;
		margin: 0 0 ;
	}
	.voice_detail_content .box:nth-of-type(odd) .flex figure{
		width: 100%;
		margin: 0;
	}
	.voice_detail_content .box .text{
		margin: 5% 0 0;
	}
	.voice_detail_content .box .text h3.ttl{
		font-size: 4.4vw;
		margin-bottom: 5%;
	}
	.voice_detail_content .box .text p{
		font-size: 3.7vw;
		margin: 8% 0;
	}
	.voice_detail_content .box .box_inner,
	.voice_detail_content .bg_white .box_inner{
		width: 100%;
	}
	.voice_detail_content .bg_white{
		width: 100%;
		padding: 2% 0;
	}
	nav.voice_detail_nav ul{
		width: 100%;
	}
	nav.voice_detail_nav ul li {
		margin: 0 10%;
	}
	nav.voice_detail_nav ul li a{
		width: 100%;
		padding: 1.5em 0;
	}
	nav.voice_detail_nav ul li a{
		font-size: 2.8vw;
	}
	nav.voice_detail_nav ul li a span.en{
		font-size: 5vw;
	}
}