@charset "utf-8";

.slider ul li img {
	max-width: 100%
}
.slider ul li {
	position: relative;
}
.slider ul li img.woodmaruyama {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 194px;
	z-index: 20;
}
.slider ul li .text {
	position: absolute;
	width: 100%;
	bottom: 27px;
	left: 0;
}
.slider ul li .text .ttl-banner {
	border-bottom: 1px solid #ddd;
	font-size: 31px;
	color: #fff;
	padding-left: 40px;
	margin-bottom: 8px;
	padding-bottom: 4px;
	font-family: "Hiragino Mincho Pro", Times, "Times New Roman", Georgia, serif;
	/*font-family: "MS Mincho";*/
}
.slider ul li .text span {
	display: block;
	font-size: 16px;
	color: #fff;
	padding-left: 40px;
	font-weight: 300;
}
.slider .bx-controls .bx-pager {
	text-align: center;
}
.slider .bx-controls {
	position: absolute;
	bottom: 16px;
	left: 0;
	width: 100%;
	z-index: 100;
}
.slider .bx-controls .bx-pager .bx-pager-item {
	display: inline-block;
	margin: 0 9px;
}
.slider .bx-controls .bx-pager .bx-pager-item a {
	display: block;
	width: 13px;
	height: 13px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	text-indent: -999px;
	overflow-y: hidden;
	border: 1px solid #fff;
}
.slider {
	position: relative;
}
.slider .bx-controls .bx-pager .bx-pager-item a.active {
	background: #2c6b37;
	border-color: #2c6b37;
}
.enterprise {
	padding-top: 75px;
}
.enterprise .top,
.company .top {
	font-weight: 300;
	color: #808285;
	line-height: 24px;
	letter-spacing: 0.06em;
	margin-bottom: 34px;
}
.list-enterprise {
	margin-bottom: 100px;
}
.list-enterprise .block-enterprise:first-child {
	margin-left: 0;
}
.block-enterprise {
	float: left;
	width: 48%;
	position: relative;
	height: 580px;
	margin-left: 3.125%;
}
.block-enterprise a {
	display: block;
}
.block-enterprise .image {
	position: relative;
	margin-bottom: 34px;
}

.block-enterprise .image img {
	width: 100%;
	height: 370px;
	object-fit: cover;
}

.block-enterprise .image:after {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 10px solid #286a37;
	content: "";
	top: 0;
	left: 0;
	display: none;
}
.block-enterprise h3 {
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.14em;
	color: #231f20;
	position: relative;
	font-family: "Hiragino Mincho Pro", Times, "Times New Roman", Georgia, serif;
	padding-bottom: 18px;
	margin-bottom: 11px;
}
.block-enterprise h3:after {
	position: absolute;
	content: "";
	width: 57px;
	height: 4px;
	background: #286a37;
	bottom: 0;
	left: 50%;
	margin-left: -27.5px;
}
.block-enterprise p {
	font-size: 16px;
	letter-spacing: 0.025em;
	line-height: 31px;
	color: #231f20;
	font-weight: 300;
	padding: 0 7.5%;
}
.block-enterprise .btn-more {
	display: block;
	border: 1px solid #286a37;
	text-align: center;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #286a37;
	padding: 1px 0;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
.block-enterprise .btn-more span {
	font-size: 19px;
	letter-spacing: 0.1em;
	/*background: url(../img/common/icon02.png) no-repeat left center;*/
	background-size: auto 100%;
	padding-left: 31px;
}
.block-enterprise:hover .image:after {
	display: block;
}
.block-enterprise:hover .btn-more {
	background: #286a37;
	color: #fff;
}
.block-enterprise:hover .btn-more span {
	background: url(../img/common/icon03.png) no-repeat left center;
	background-size: auto 100%;
}
/* ↓new↓ */
.new.list-enterprise {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.new.list-enterprise .block-enterprise {
	margin-left: 0;
	margin-bottom: 30px;
	float: none;
	height: auto;
}
.new.list-enterprise .block-enterprise:hover .image:after {
	border: none;
}
/* ↑new↑ */

.company {
	padding-top: 20px;
	padding-bottom: 89px;
}
.block-company {
	float: left;
	width: 47.65625%;
	position: relative;
}
.block-company.right {
	float: right;
}
.block-company .hover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	padding-top: 116px;
}
.block-company .hover h3 {
	color: #fff;
	font-family: "Hiragino Mincho Pro", Times, "Times New Roman", Georgia, serif;
	font-size: 24px;
	position: relative;
	padding-bottom: 19px;
	margin-bottom: 17px;
}
.block-company .hover h3:after {
	position: absolute;
	content: "";
	width: 50px;
	height: 4px;
	background: #fff;
	left: 50%;
	bottom: 0;
	margin-left: -25px;
}
.block-company .hover span {
	font-size: 19px;
	color: #fff;
	letter-spacing: 0.1em;
	background: url(../img/common/icon03.png) no-repeat left center;
	background-size: auto 100%;
	padding-left: 31px;
}
.block-company .hover:hover h3 {
	display: none;
}
.block-company .hover:hover .btn-more {
	display: none;
}
.block-company .hover:hover {
	background-color: rgba(255, 255, 255, 0.15);
}
@media (min-width: 1000px) {
	.block-enterprise .btn-more {
		bottom: -50px;
	}
}

@media (max-width: 922px) {
	.block-company .hover {
		padding-top: 80px;
	}
}
@media (max-width: 900px) {
	.slider ul li img.woodmaruyama {
		width: 150px;
	}
}
@media (max-width: 800px) {
	.block-enterprise {
		height: 650px;
	}
	.block-enterprise .image img {
		height: 170px;
	}
	
}
@media (max-width: 680px) {
	.slider {
		margin: 0 -16px;
	}
	.slider ul li img.woodmaruyama {
		width: 127px;
		right: 17px;
		bottom: -58px;
	}
	.slider ul li .text .ttl-banner {
		font-size: 18px;
		padding-left: 17px;
		margin-bottom: 4px;
		padding-bottom: 8px;
	}
	.slider ul li .text span {
		padding-left: 17px;
		font-size: 14px;
	}
	.slider ul li .text {
		bottom: 11px;
	}
	.slider .bx-viewport {
		overflow: visible!important;
	}
	.slider .bx-controls .bx-pager .bx-pager-item a {
		width: 10px;
		height: 10px;
		background: #fff;
		display: block;
		color: #fff;
	}
	.slider .bx-controls .bx-pager .bx-pager-item a.active {
		color: #2c6b37;
	}
	.slider .bx-controls .bx-pager .bx-pager-item {
		margin: 0 4px;
	}
	.slider .bx-controls {
		bottom: auto;
		top: 0;
		padding-right: 66px;
		text-align: right;
	}
	.slider .bx-controls .bx-pager {
		text-align: right;
		padding-top: 4px;
	}
	.block-enterprise {
		height: auto;
		width: 100%;
		margin-left: 0;
		border: 1px solid #000;
		margin-bottom: 27px;
	}
	.block-enterprise .image {
		float: left;
		width: 53%;
		margin-bottom: 0;
	}
	.block-enterprise .text-enterprise {
		float: right;
		width: 47%;
		padding-top: 31px;
	}
	.new .block-enterprise .text-enterprise {
		padding-top: 65px;
	}
	.block-enterprise .image:after {
		display: none!important;
	}
	.block-enterprise .btn-more {
		position: relative;
		margin: 0 14px;
		width: auto;
		padding: 0;
		border: 0;
		background: #2c6b37;
	}
	.block-enterprise .btn-more span {
		font-size: 13px;
		/*background: url(../img/common/icon03.png) no-repeat left center;*/
		background-size: auto 100%;
		color: #fff;
		font-weight: 400;
		padding-left: 0;
	}
	.block-enterprise h3 {
		font-size: 18px;
		padding-bottom: 15px;
		margin-bottom: 22px;
		letter-spacing: -0.05em;
	}
	.block-enterprise h3:after {
		width: 29px;
		height: 2px;
		margin-left: -14.5px;
	}
	.block-company {
		width: 100%;
		margin-bottom: 27px;
	}
	.block-company .hover {
		padding-top: 42px;
	}
	.block-company .hover h3 {
		font-size: 18px;
		padding-bottom: 13px;
		margin-bottom: 10px;
	}
	.block-company .hover h3:after {
		position: absolute;
		content: "";
		width: 40px;
		height: 2px;
		margin-left: -20px;
	}
	.block-company .hover span {
		font-size: 13px;
		padding-left: 22px;
	}
	.block-company .hover:hover {
		background-color: rgba(0, 0, 0, 0.5);
	}
	.block-company .hover:hover h3 {
		display: block;
	}
	.block-company .hover:hover .btn-more {
		display: block;
	}
	.enterprise {
		padding-top: 22px;
	}
	.enterprise .top,
	.company .top {
		text-align: center;
		font-size: 14px;
		color: #231f20;
		line-height: 30px;
		letter-spacing: -0.05em;
		font-weight: 400;
	}
	.company {
		padding: 9px 0;
	}
	.list-enterprise {
		margin-bottom: 0;
	}
}
@media (max-width: 374px) {
	.block-enterprise h3 {
		font-size: 16px;
		letter-spacing: 0;
	}
	.slider ul li img.woodmaruyama {
		width: 100px;
		right: 10px;
		bottom: -48px;
	}
	.enterprise .top,
	.company .top {
		font-size: 13px;
	}
}
@media (max-width: 336px) {
	.enterprise .top,
	.company .top {
		font-size: 12px;
	}
}