@charset "UTF-8";

/* mainv
----------------------------------------*/
.mainv_block {
	overflow: hidden;
	max-width: 1280px;
	margin: 0 auto 78px;
	padding-bottom: 23px;
}
.mainv_block h2 {
	position: absolute;
	top: 0;
	left: 10.703%;
	margin: 4.296% 0 0;
	z-index: 999;
	color: #fff;
	font-weight: normal;
	line-height: 1.2;
	font-size: 2.559rem;
}
.mainv_inner {
	width: 100%;
	padding-top: 39.0625%;
}
.mainv_block img {
	display: block;
	margin: 0 auto;
	width: 100%;
}
#main-slider {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#main-slider::before {
	content: "";
	display: block;
	background: #fff;
	position: absolute;
	bottom: -23px;
	left: 0;
	right: 0;
	height: 23px;
	z-index: 500;
}
#main-slider .main-image {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
}
#main-slider .main-image a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: #fff;
}
#main-slider .main-image img {
	display: block;
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
#main-slider .main-image.current {
	z-index: 10;
}
#main-slider .mainv_description {
	z-index: 999;
	padding: 0 30px;
	width: 100%;
	bottom: -23px;
	position: absolute;
	height: 60px;
	color: #ababab;
	text-align: center;
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: .1em;
}
#main-slider .mainv_description > div {
	width: 100%;
	height: 60px;
	background: url(../img/index/bg_mainv_bar.svg) no-repeat center bottom / auto 60px;
}
.mainv_description .prev,
.mainv_description .current,
.mainv_description .next {
	letter-spacing: .15em;
}
.mainv_description .prev,
.mainv_description .next {
	margin: 0;
}
#main-slider .mainv_description > div {
	position: relative;
	padding: 20px 32px 0;
	height: 60px;
	max-width: 1020px;
	margin: 0 auto;
	overflow: hidden;
}
#main-slider .mainv_description .current {
	padding-right: 15px;
}
#main-slider .mainv_description .photo-label {
	position: absolute;
	left: 1020px;
	bottom: 12px;
	white-space: nowrap;
	color: #fff;
	font-weight: bold;
	line-height: 16px;
	cursor: pointer;
	z-index: 10;
}
#main-slider .mainv_description .photo-label span {
	font-size: 70%;
	font-weight: normal;
}
#main-slider .mainv_description .photo-label a {
	display: block;
	pointer-events: none;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
#main-slider .mainv_description .photo-label.current a {
	pointer-events: auto;
}
#main-slider #slider-navi {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#main-slider #slider-navi a {
	display: block;
	position: absolute; 
	top: 0;
	width: 32px;
	height: 60px;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
#main-slider #slider-navi a.next {
	right: 0;
}
#main-slider #slider-navi a.next::before {
	content: "";
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -8px;
	width: 17px;
	height: 17px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#main-slider #slider-navi a.prev {
	left: 0;
}
#main-slider #slider-navi a.prev::before {
	content: "";
	display: block;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -8px;
	width: 17px;
	height: 17px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#main-slider #slider-navi a:hover,
#main-slider .main-image a:hover img,
#main-slider .mainv_description .photo-label.current a:hover,
#main-slider .mainv_description .photo-label.next:hover,
#main-slider .mainv_description .photo-label.prev:hover {
	opacity: .6 !important;
}
@media only screen and (max-width: 1023px) {
	.mainv_block {
		max-width: 1024px;
		margin-bottom: 54px;
		padding-bottom: 16px;
	}
	#main-slider .mainv_description {
		max-width: 768px;
		padding: 0 33px;
		left: 50%;
		transform: translateX(-50%);
		bottom: -16px;
		height: 42px;
		font-size: .7rem;
		letter-spacing: 1px;
	}
	#main-slider .mainv_description > div {
		height: 42px;
		background-size: auto 42px;
	}
	#main-slider .mainv_description > div {
	padding: 20px 22px 0;
		height: 42px;
	}
	#main-slider .mainv_description .photo-label {
		bottom: 8px;
		line-height: 12px;
	}
	#main-slider #slider-navi a {
		width: 22px;
		height: 42px;
	}
	#main-slider #slider-navi a.next::before {
		right: 11px;
		margin-top: -6px;
		width: 12px;
		height: 12px;
	}
	#main-slider #slider-navi a.prev::before {
		left: 11px;
		margin-top: -6px;
		width: 12px;
		height: 12px;
	}
	#main-slider #slider-navi a:hover,
	#main-slider .main-image a:hover img,
	#main-slider .mainv_description .photo-label.current a:hover,
	#main-slider .mainv_description .photo-label.next:hover,
	#main-slider .mainv_description .photo-label.prev:hover {
		opacity: 1;
	}
}
@media only screen and (max-width: 767px) {
	.mainv_block h2 {
		width: 57.066%;
		position: absolute;
		top: 0;
		left: 21.5%;
		margin: 62.666% 0 0;
		font-size: 7.349vw;
		text-align: center;
		z-index: 999;
	}
	.mainv_block h2 img {
		margin-bottom: 7.2vw;
	}
	#main-slider .main-image img {
		height: 100%;
		width: auto;
		max-width: none;
	}
	.mainv_block {
		margin-bottom: 83px;
		padding-bottom: 0;
	}
	.mainv_inner {
		padding-top: 164%;
	}
	#main-slider .mainv_description {
		display: none;
	}
}

/* btn_more
----------------------------------------*/
.btn_more {
	width: 146px;
	max-width: 100%;
}
.btn_more a {
	display: block;
	border: solid 1px #009b6b;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 8px 5px 6px;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.btn_more a:hover {
	opacity: .6;
}
.btn_more a::after {
	content: ">";
	margin-left: 5px;
}
@media only screen and (max-width: 1023px) {
	.btn_more {
		width: 102px;
	}
	.btn_more a {
		font-size: .826rem;
		padding: 5px;
	}
	.btn_more a:hover {
		opacity: 1;
	}
}
@media only screen and (max-width: 767px) {
	.btn_more {
		width: 146px;
		margin: 0 auto;
	}
	.btn_more a {
		font-size: 1.2rem;
		padding: 6.5px 5px;
	}
}

/* news_block
----------------------------------------*/
.news_block {
	padding: 0 30px;
}
.news_inner {
	max-width: 1020px;
	margin: 0 auto 107px;
}
.news_block h2 {
	font-size: 2.1rem;
	letter-spacing: .06em;
	padding: 5px 0 0 2px;
	margin-bottom: 18px;
}
.news_block .btn_more {
	position: absolute;
	top: 0;
	right: 2px;
}
.news_list {
	font-size: 1.4rem;
	border-top: solid 1px #c6cfc8;
}
.news_list li {
	border-bottom: solid 1px #c6cfc8;
}
.news_list li a,
.news_list li span {
	display: block;
	padding: 9px 50px 9px 10px;
	letter-spacing: .02em;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.news_list li a:hover {
	opacity: .6;
}
.news_list li a::after {
	content: ">";
	display: inline-block;
	position: absolute;
	right: 33px;
	top: 50%;
	margin-top: -11px;
}
@media only screen and (max-width: 1023px) {
	.news_block {
		padding: 0 33px;
	}
	.news_inner {
		max-width: 768px;
		margin: 0 auto 72px;
	}
	.news_block h2 {
		font-size: 1.446rem;
		margin-bottom: 12px;
	}
	.news_block .btn_more {
		right: 0;
	}
	.news_list {
		font-size: .964rem;
	}
	.news_list li a,
  .news_list li span {
		padding: 6.5px 50px 6px 8px;
	}
	.news_list li a:hover {
		opacity: 1;
	}
	.news_list li a::after {
		right: 22px;
		margin-top: -7px;
	}
}
@media only screen and (max-width: 767px) {
	.news_block {
		padding: 0;
	}
	.news_inner {
		margin: 0 auto 69px;
	}
	.news_block h2 {
		text-align: center;
		font-size: 2.1rem;
	}
	.news_block .btn_more {
		position: relative;
		top: auto;
		right: auto;
		margin-bottom: 25px;
	}
	.news_list {
		font-size: 1.4rem;
	}
	.news_list li a,
  .news_list li span {
		padding: 16px 8.533% 14px;
		line-height: 1.95;
		letter-spacing: .045em;
	}
	.news_list li a::after {
		display: none;
	}
}

/* newpro_block works_block
----------------------------------------*/
.newpro_block,
.works_block {
	padding: 0 30px;
}
.newpro_block .slick-list,
.works_block .slick-list {
	overflow: hidden;
}
.newpro_inner,
.works_inner {
	max-width: 1020px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.works_inner {
	margin-top: 52px;
	padding-top: 47px;
	border-top: solid 2px #b2b2b2;
}
.newpro_block h2,
.works_block h2 {
	font-size: 2.1rem;
	letter-spacing: .04em;
	padding: 0 0 0 2px;
	top: -3px;
	margin-bottom: 11px;
}
.newpro_title,
.works_title {
	width: 21.666%;
	padding-right: 15px;
	margin-right: 2.941%;
	border-right: solid 2px #b2b2b2;
}
.newpro_info,
.works_info {
	width: 25.49%;
	margin-right: 3.823%;
	overflow: hidden;
	position: static;
}
.newpro_item,
.works_item {
	float: left;
}
.newpro_info h3,
.works_info h3 {
	font-size: 1.437rem;
	margin-bottom: 4px;
}
.newpro_info h3.new::after,
.works_info h3.new::after {
	content: "NEW";
	margin-left: 15px;
	color: #ed0000;
}
.newpro_date,
.works_date {
	font-size: .907rem;
	font-weight: bold;
}
.newpro_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: 30px 0 25px;
	font-size: 1.2rem;
	border-top: solid 1px #c6cfc8;
}
.newpro_list dt {
	width: 67px;
	font-weight: bold;
	border-bottom: solid 1px #c6cfc8;
	padding: 4px 0;
}
.newpro_list dd {
	width: calc(100% - 67px);
	border-bottom: solid 1px #c6cfc8;
	padding: 4px 0;
}
.works_text {
	margin: 27px 0 50px;
	font-size: 1.3rem;
	letter-spacing: .01em;
	line-height: 2.2;
}
.newpro_more,
.works_more {
	color: #7d7d7d;
	font-weight: bold;
	font-size: 1.2rem;
}
.newpro_more a,
.works_more a {
	color: #009b6b;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.newpro_more a:hover,
.works_more a:hover {
	opacity: .6;
}
.newpro_more a::after,
.works_more a::after {
	content: ">";
	display: inline-block;
	margin-left: 7px;
}
.newpro_photo,
.works_photo {
	width: 46.078%;
	overflow: hidden;
}
.newpro_photo figure,
.works_photo figure {
	float: left;
	overflow: hidden;
}
.newpro_photo figure a,
.works_photo figure a,
.newpro_photo figure span,
.works_photo figure span {
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
	padding-top: 80.851%;
	display: block;
}
.newpro_photo figure img,
.works_photo figure img {
	display: block;
	width: auto;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	max-width: none;
}
.newpro_photo figure.center img,
.works_photo figure.center img {
	transform: translateX(-50%);
	left: 50%;
}
.newpro_photo figure.right img,
.works_photo figure.right img {
	position: absolute;
	right: 0;
	left: auto;
}
.newpro_block .slick-prev,
.newpro_block .slick-next,
.works_block .slick-prev,
.works_block .slick-next {
	width: 42px;
	height: 84px;
	position: absolute;
	left: 8px;
	top: 148px;
	overflow: hidden;
	text-indent: -999px;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	background: none;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
	z-index: 10;
}
.works_block .slick-prev,
.works_block .slick-next {
	top: 195px;
}
.newpro_block .slick-next,
.works_block .slick-next {
	right: 20px;
	left: auto;
}
.newpro_block .slick-prev:hover,
.newpro_block .slick-next:hover,
.works_block .slick-prev:hover,
.works_block .slick-next:hover,
.newpro_photo figure a:hover,
.works_photo figure a:hover {
	opacity: .6;
}
.newpro_block .slick-prev::before,
.newpro_block .slick-next::before,
.works_block .slick-prev::before,
.works_block .slick-next::before {
	content: "";
	display: block;
	position: absolute;
	left: 12px;
	top: 50%;
	margin-top: -29px;
	width: 58px;
	height: 58px;
	border-bottom: 1px solid #c6cfc8;
	border-right: 1px solid #c6cfc8;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.newpro_block .slick-next::before,
.works_block .slick-next::before {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: -29px;
}
.newpro_block .slick-dots,
.works_block .slick-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 150px;
	max-width: 21.666%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.newpro_block .slick-dots li,
.works_block .slick-dots li {
	width: 8px;
	height: 8px;
	margin: 7px 8px 0 0;
}
.newpro_block .slick-dots li button,
.works_block .slick-dots li button {
	display: block;
	width: 8px;
	height: 8px;
	overflow: hidden;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	background: #adadad;
	text-indent: -999px;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.newpro_block .slick-dots li.slick-active button,
.works_block .slick-dots li.slick-active button {
	background: #333;
}
@media only screen and (max-width: 1023px) {
	.newpro_block,
	.works_block {
		padding: 0 33px;
	}
	.newpro_inner,
	.works_inner {
		max-width: 768px;
	}
	.works_inner {
		margin-top: 37px;
		padding-top: 32px;
	}
	.newpro_block h2,
	.works_block h2 {
		font-size: 1.446rem;
		top: -1px;
		margin-bottom: 8px;
	}
	.newpro_info h3,
	.works_info h3 {
		font-size: .989rem;
		margin-bottom: 3px;
	}
	.newpro_info h3.new::after,
	.works_info h3.new::after {
		margin-left: 10px;
	}
	.newpro_date,
	.works_date {
		font-size: .625rem;
		letter-spacing: 0;
	}
	.newpro_list {
		margin: 20px 0 10px;
		font-size: .826rem;
	}
	.newpro_list dt {
		width: 71px;
		padding: 3px 0;
	}
	.newpro_list dd {
		width: calc(100% - 71px);
		padding: 3px 0;
	}
	.works_text {
		margin: 17px 0 33px;
		font-size: .895rem;
	}
	.newpro_more,
	.works_more {
		font-size: .826rem;
	}
	.newpro_more a:hover,
	.works_more a:hover,
	.newpro_photo figure a:hover,
	.works_photo figure a:hover {
		opacity: 1;
	}
	.newpro_more a::after,
	.works_more a::after {
		margin-left: 5px;
	}
	.newpro_block .slick-prev,
	.newpro_block .slick-next,
	.works_block .slick-prev,
	.works_block .slick-next {
		width: 30px;
		height: 58px;
		left: 6px;
		top: 100px;
	}
	.works_block .slick-prev,
	.works_block .slick-next {
		top: 133px;
	}
	.newpro_block .slick-next,
	.works_block .slick-next {
		right: 12px;
		left: auto;
	}
	.newpro_block .slick-prev:hover,
	.newpro_block .slick-next:hover,
	.works_block .slick-prev:hover,
	.works_block .slick-next:hover {
		opacity: 1;
	}
	.newpro_block .slick-prev::before,
	.newpro_block .slick-next::before,
	.works_block .slick-prev::before,
	.works_block .slick-next::before {
		left: 9px;
		margin-top: -20px;
		width: 40px;
		height: 40px;
	}
	.newpro_block .slick-next::before,
	.works_block .slick-next::before {
		left: -19px;
	}
	.newpro_block .slick-dots,
	.works_block .slick-dots {
		width: 105px;
	}
	.newpro_block .slick-dots li,
	.works_block .slick-dots li {
		width: 6px;
		height: 6px;
		margin: 4px 5px 0 0;
	}
	.newpro_block .slick-dots li button,
	.works_block .slick-dots li button {
		width: 6px;
		height: 6px;
	}
}
@media only screen and (max-width: 767px) {
	.newpro_block,
	.works_block {
		padding: 0;
	}
	.newpro_inner,
	.works_inner {
		display: block;
		padding-bottom: 42px;
	}
	.works_inner {
		margin-top: 70px;
		padding-top: 67px;
		padding-bottom: 46px;
	}
	.newpro_title,
	.works_title {
		width: 100%;
		padding: 0 15.2% 40px;
		margin-right: 0;
		border-right: none;
	}
	.newpro_block h2,
	.works_block h2 {
		font-size: 2.1rem;
		text-align: center;
		top: auto;
		margin-bottom: 12px;
	}
	.newpro_info h3,
	.works_info h3 {
		font-size: 1.437rem;
		text-align: center;
		margin: 0 0 4px;
	}
	.newpro_info h3.new::after,
	.works_info h3.new::after {
		margin-left: 15px;
	}
	.newpro_date,
	.works_date {
		font-size: .907rem;
		text-align: center;
		margin: 0 0 10px;
		letter-spacing: .02em;
	}
	.newpro_info,
	.works_info {
		width: auto;
		margin: 0 15.2% 17px;
	}
	.works_info {
		margin-bottom: 21px;
	}
	.newpro_list {
		margin: 29px 0 16px;
		font-size: 1.2rem;
	}
	.newpro_list dt {
		width: 102px;
		padding: 4px 0;
	}
	.newpro_list dd {
		width: calc(100% - 102px);
		padding: 4px 0;
	}
	.works_text {
		margin: 25px 0 17px;
		font-size: 1.3rem;
	}
	.newpro_more,
	.works_more {
		text-align: center;
		font-size: 1.2rem;
	}
	.newpro_more a::after,
	.works_more a::after {
		margin-left: 7px;
	}
	.newpro_photo,
	.works_photo {
		width: 100%;
	}
	.newpro_block .slick-prev,
	.newpro_block .slick-next,
	.works_block .slick-prev,
	.works_block .slick-next {
		width: 22px;
		height: 40px;
		top: 235px;
		left: 3.2%;
	}
	.works_block .slick-prev,
	.works_block .slick-next {
		top: 302px;
	}
	.newpro_block .slick-next,
	.works_block .slick-next {
		right: 3.2%;
		left: auto;
	}
	.newpro_block .slick-next::before,
	.works_block .slick-next::before {
		border-bottom: 1px solid #c6cfc8;
		border-right: 1px solid #c6cfc8;
	}
	.newpro_block .slick-prev::before,
	.newpro_block .slick-next::before,
	.works_block .slick-prev::before,
	.works_block .slick-next::before {
		left: 7px;
		margin-top: -15px;
		width: 30px;
		height: 30px;
	}
	.newpro_block .slick-next::before,
	.works_block .slick-next::before {
		left: -17px;
	}
	.newpro_block .slick-dots,
	.works_block .slick-dots {
		width: 144px;
		left: 50%;
		max-width: none;
		margin: 0 0 0 -72px;
	}
	.newpro_block .slick-dots li,
	.works_block .slick-dots li {
		width: 8px;
		height: 8px;
		margin: 6px 4px 0;
	}
	.newpro_block .slick-dots li button,
	.works_block .slick-dots li button {
		width: 8px;
		height: 8px;
	}
}

/* brand_block
----------------------------------------*/
.brand_block {
	background: #e4ebe9;
	margin: 97px 0 0;
	padding: 92px 30px 141px;
}
.brand_inner {
	max-width: 1020px;
	margin: 0 auto;
}
.brand_block h2 {
	font-size: 2.1rem;
	padding-left: 2px;
	margin-bottom: 40px;
}
.brand_block .btn_more {
	position: absolute;
	top: -5px;
	right: 4px;
}
.brand_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.brand_list li {
	width: 46.078%;
	margin: 0 0 90px 7.844%;
}
.brand_list li figure a {
	display: block;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.brand_list li figure a:hover {
	opacity: .6;
}
.brand_list li:nth-child(2n+1) {
	margin-left: 0;
}
.brand_list li figure img {
	width: 100%;
}
.brand_block h3 {
	font-size: 1.437rem;
	margin: 15px 0 17px;
}
.brand_list p {
	font-size: 1.3rem;
	line-height: 2.1;
	letter-spacing: -.03em;
}
.brand_more {
	margin-top: 20px;
}
.brand_more a {
	color: #009b6b;
	font-size: 1.2rem;
	font-weight: bold;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.brand_more a::after {
	content: ">";
	display: inline-block;
	margin-left: 6px;
}
.brand_more a:hover {
	opacity: .6;
}
@media only screen and (max-width: 1023px) {
	.brand_block {
		margin: 67px 0 0;
		padding: 64px 33px 98px;
	}
	.brand_inner {
		max-width: 768px;
	}
	.brand_block h2 {
		font-size: 1.446rem;
		margin-bottom: 26px;
	}
	.brand_block .btn_more {
		right: 1px;
	}
	.brand_list li {
		margin: 0 0 62px 7.844%;
	}
	.brand_list li figure a:hover {
		opacity: 1;
	}
	.brand_block h3 {
		font-size: .989rem;
		margin: 9px 0 12px;
	}
	.brand_list p {
		font-size: .895rem;
		line-height: 2.2;
	}
	.brand_more {
		margin-top: 12px;
	}
	.brand_more a {
		font-size: .826rem;
	}
	.brand_more a::after {
		margin-left: 5px;
	}
	.brand_more a:hover {
		opacity: 1;
	}
}
@media only screen and (max-width: 767px) {
	.brand_block {
		margin: 78px 0 0;
		padding: 43px 0 135px;
	}
	.brand_block h2 {
		font-size: 2.1rem;
		text-align: center;
		margin-bottom: 12px;
	}
	.brand_block .btn_more {
		position: relative;
		top: auto;
		right: auto;
		margin-bottom: 48px;
	}
	.brand_list {
		display: block;
	}
	.brand_list li {
		width: 100%;
		margin: 0 0 63px;
	}
	.brand_block h3 {
		font-size: 1.437rem;
		text-align: center;
		margin: 23px 15.466% 12px;
	}
	.brand_list p {
		font-size: 1.3rem;
		margin-left: 15.466%;
		margin-right: 15.466%;
	}
	.brand_more {
		margin-top: 5px;
		text-align: center;
	}
	.brand_more a {
		font-size: 1.2rem;
	}
	.brand_more a::after {
		margin-left: 7px;
	}
}
