@charset "utf8";

/*コンテンツ*/
.content-wrap {
    margin: 0 auto 0;
    overflow: hidden;
}
/* spview */
@media screen and (max-width:767px) {
	.content-wrap {
		margin: 25px auto 0;
	}
	
	#main-wrapp.iwaikin {
		margin: 60px 0 0px;
		padding-top: 20px;
	}
}

/*メインビジュアル*/
#main_image.sub_page {
    height: 300px;
    background: url(../images/subpage_mv.png) no-repeat center 0;
    background-size: cover;
    margin-top: -20px;
}
#main_image.sub_page .box {
	height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#main_image.sub_page .box .tit {
    line-height: 1.8em;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

/* spview */
@media screen and (max-width:767px) {
	/*メインビジュアル*/
	#main_image.sub_page {
		height: 100px;
		margin-top: 60px;
	}
	#main_image.sub_page .box {
		height: 100px;
	}
	#main_image.sub_page .box .tit {
		font-size: 18px;
	}
	
}


/* 利用者の声 */
.voice {}

.voice .item {
    margin: 0 0 50px 0;
}

.voice .back {
	padding-bottom:20px;
}
.voice .back.item-01 {
	padding: 70px 0 20px 0;
}
.voice .item .wrap {
    width: 100%;
    padding: 50px 30px;
    background: rgba(213,237,226,0.8);
    position: relative;
}
.voice .item .wrap.right { float: right;}

.voice .item .wrap.left .num_wrap {
    position: absolute;
    top: -35px;
    left: 0;
}
.voice .item .wrap.right .num_wrap {
    position: absolute;
    top: -35px;
    right: 0;
}

.voice .item .wrap.left .num_wrap .my-parts {
	display: inline-block;
	padding: 7px 120px 13px 15px;
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 20px;
}
.voice .item .wrap.left .num_wrap .my-parts:before {
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #108e4d;
    transform: scaleY(1.3) perspective(0.6em) rotateX(2.5deg);
    transform-origin: bottom left;
    border-radius: 0 0 0 0;
}
.voice .item .wrap.right .num_wrap .my-parts {
	display: inline-block;
    padding: 10px 15px 10px 120px;
    position: relative;
    z-index: 1;
}
.voice .item .wrap.right .num_wrap .my-parts:before {
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #108e4d;
    transform: scaleY(1.3) perspective(0.6em) rotateX(2.5deg);
    transform-origin: bottom right;
    border-radius: 0 0 0 0;
}

.voice .item .wrap .tit {
	color: #108e4d;
	font-size: 30px;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}

.voice .item .wrap .text {
    font-size: 14px;
    line-height: 1.8em;
    color: #3a4040;
}



.voice .item .contents {
	display:flex;
	flex-wrap:nowrap;
	justify-content:space-between;
}
.voice .item .contents p.text {
	/* width:calc(100% - 220px); */
	width: 50%;
}
.voice .item .contents p.name {
	margin-top:0.5rem;
	text-align:center;
}
.voice .item .contents figure {
	/* width:200px;*/
	/* height:200px; */
	/* border-radius:100%; */
	/* overflow:hidden; */
	
	width: 50%;
    padding-right: 30px;
}
.voice .item .contents figure img {
	/* width: 200px; */
	/* height: 200px; */
	/* object-fit: cover; */
	/* border-radius: 100%; */
	width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: contain;
}
.voice .item .contents figure a:hover img {cursor: zoom-in;}


.voice .item a.btn {
    color: #10878e;
    background: #fff;
    font-weight: bold;
    margin: 20px 10px 0 0;
    opacity: 0.9;
}
.voice .item a.btn:hover {
	background: #10878e;
	color: #fff;
	border-color: #10878e;;
}



/* タブレットサイズ修正 */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
	
}

/* spview */
@media screen and (max-width:767px) {

	
	.voice .item {
		margin: 0 0 30px 0;
	}
	.voice .back.item-01,
	.voice .back.item-02,
	.voice .back.item-03,
	.voice .back.item-04,
	.voice .back.item-05 {
		padding: 10% 0 0 0;
		background-position: top center;
		background-size: 100% auto;
	}
	.voice .item .wrap {
		width: 100%;
		padding: 30px 20px 20px;
	}
	
	.voice .item .wrap.left .num_wrap {
		top: -25px;
	}
	.voice .item .wrap.right .num_wrap {
		top: -25px;
		right: inherit;
		left: 0;

	}
	.voice .item .wrap.left .num_wrap .my-parts,
	.voice .item .wrap.right .num_wrap .my-parts{
		padding: 7px 90px 7px 15px;
	}
	.voice .item .wrap.right .num_wrap .my-parts:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: -1;
		background: #108e4d;
		transform: scaleY(1.3) perspective(0.6em) rotateX(2.5deg);
		transform-origin: bottom left;
		border-radius: 0 0 0 0;
	}
	.voice .item .wrap.left .num_wrap .my-parts img,
	.voice .item .wrap.right .num_wrap .my-parts img{
		width: 70%;
		height: auto;
	}
	
	.voice .item .wrap .tit {
		font-size: 18px;
		margin-bottom: 15px;
		text-align: center;
	}
	
	
	.voice .item .contents {
		flex-wrap:wrap;
	}
	.voice .item .contents p.text {
		width:100%;
	}
	.voice .item .contents p.name {
		margin-top:0.5rem;
		text-align:center;
	}
	.voice .item .contents figure {
		width:100%;
		text-align:center;
		margin: 10px auto;
		padding-right: 0;
	}
	.voice .item .contents figure img {
		/* width: 200px; */
		/* height: 200px; */
		/* object-fit: cover; */
		/* border-radius: 100%; */
	}
	
}





