@charset "utf-8";

/* -------------------- mv -------------------- */
.sub_mv {
	width: 100%;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
	padding: 5.5vw 0 9vw 0;
	position: relative;
	margin-bottom: 25px;
}

.sub_mv_tit {
	display: block;
	margin: 0;
}

/*-------------------- breadcrumbs --------------------*/

.breadcrumbs_list {
	position: relative;
	margin-top: 28px;
}

.breadcrumbs_list li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-left: 14px;
	padding-left: 18px;
	font-size: 1.4rem;
}

.breadcrumbs_list li::before {
	content: ">";
	position: absolute;
	top: 0;
	left: 0;
	color: #282828;
}

.breadcrumbs_list li:first-of-type {
	padding-left: 0;
}

.breadcrumbs_list li:first-of-type::before {
	display: none;
}

.breadcrumbs_list li a {
	color: #282828;
}

.breadcrumbs_list li:first-of-type a {
	display: block;
	color: #282828;
	background-color: #fff;
	border-radius: 12px;
	border: 2px solid #9acc82;
	padding: 0 28px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* -------------------- content -------------------- */
.ttl_h2 img {
	display: block;
	margin: 0 auto;
}

.sub_txt {
	text-align: center;
	margin: 10px 0 40px 0;
}

.sub_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.sub_list>li {
	width: 30.6%;
	margin-right: 4.1%;
}

.sub_list>li:nth-of-type(3n) {
	margin-right: 0;
}

.sub_list_img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 45px;
}

.sub_list_img img {
	display: block;
}

.sub_list_btn {
	margin-top: 20px;
}

.sub_list_btn .btn_detail {
	margin: 0 auto;
	padding: 0;
}

.ttl_ico {
	width: 100%;
	font-weight: bold;
	margin-bottom: 30px;
	background: url(../img/ico_voice_tit.png) no-repeat left center;
	padding-left: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* -------------------- banner -------------------- */

.banner_list {
	width: 100%;
	margin-top: 140px;
}

.banner_btn {
	width: 50%;
	border-radius: 30px 0 0 30px;
	margin-top: 0;
	position: absolute;
	right: 0;
	bottom: -35px;
	z-index: 1;
	padding: 40px;
}

@media only screen and (min-width:1200px) {

	/*-------------------- breadcrumbs --------------------*/

	.breadcrumbs_list li a:hover {
		text-decoration: underline;
	}
	.breadcrumbs_list li:first-of-type a:hover {
		background-color: #9acc82;
		border-color: #fff;
		color: #fff;
		text-decoration: none;
	}

	/* -------------------- banner -------------------- */
	.banner_btn:hover .banner_btn_right::after {
		width: 0;
	}

}

@media only screen and (max-width:1200px) {

	/* -------------------- mv -------------------- */
	.sub_mv {
		padding: 70px 0 120px 0;
	}


}

@media only screen and (max-width:1024px) {


	/*-------------------- breadcrumbs --------------------*/

	.breadcrumbs_list {
		margin-top: 20px;
		overflow-x: scroll;
		white-space: nowrap;
	}

	/* -------------------- content -------------------- */

	.sub_list>li {
		width: 32%;
		margin-right: 2%;
	}

	.sub_list_img {
		margin-bottom: 30px;
	}

	.voice_words {
		font-size: 1.6rem;
	}

	/* -------------------- banner -------------------- */
	.banner_list {
		margin-top: 100px;
	}
}

@media only screen and (max-width:768px) {

	/*-------------------- breadcrumbs --------------------*/


	.breadcrumbs_list li {
		margin-left: 10px;
		padding-left: 14px;
		font-size: 1.2rem;
	}


	.breadcrumbs_list li:first-of-type a {
		border-radius: 10px;
		border-width: 1px;
	}

	/* -------------------- content -------------------- */
	.sub_list {
		margin-bottom: -50px;
	}

	.sub_list>li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 50px;
	}

	.sub_list>li:nth-of-type(3n) {
		margin-right: 4%;
	}

	.sub_list>li:nth-of-type(2n) {
		margin-right: 0;
	}

	.sub_list_btn {
		text-align: center;
	}

	.ttl_ico {
		margin-bottom: 20px;
	}

	/* -------------------- banner -------------------- */

	.banner_list {
		margin-top: 70px;
	}

	.banner_btn {
		width: calc(100% - 35px);
		border-radius: 0 30px 0 0;
		position: relative;
		right: auto;
		bottom: auto;
		padding: 45px 25px 0 0;
		margin-top: -45px;
	}

}

@media only screen and (max-width: 480px) {

	/* -------------------- mv -------------------- */
	.sub_mv {
		padding: 50px 0 100px 0;
	}

	.sub_mv_tit {
		width: 240px;
	}

	/* -------------------- content -------------------- */
	.ttl_h2 img {
		width: 210px;
	}

	.sub_list {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.sub_list>li {
		width: 100%;
		margin-right: 0;
	}

	.sub_list>li:nth-of-type(3n) {
		margin-right: 0;
	}

	.sub_list_img {
		margin-bottom: 20px;
	}

	.sub_list_btn {
		margin-top: 15px;
	}

	/* -------------------- banner -------------------- */

	.banner_list {
		margin-top: 50px;
	}

	.banner_btn {
		width: calc(100% - 25px);
		border-radius: 0 20px 0 0;
		margin-top: -30px;
		padding: 30px 30px 0 0;
	}

}