@charset "utf-8";




.is-home .g-container {
	padding-bottom: 0;
}




.c-loading {
	background: #fff;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
}

.c-loading:before {
	content: '';
	width: 168px;
	height: 124px;
	background: url(/en/assets/img/home/logo-loading.png) no-repeat center / 100% auto;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.c-loading:after {
	content: 'LOADING...';
	color: #000;
	font-size: 1.2rem;
	font-weight: 200;
	letter-spacing: .05em;
	text-align: center;
	width: 100%;
	padding: 170px 0 0 5px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);

}




/* ------------------------------------------------------------------------------------------------
 * Key Visual
 * ------------------------------------------------------------------------------------------------ */
.l-kv {
	width: 100%;
	margin-bottom: 0;
	padding: 0;
	position: relative;
}

.l-kv-title {
	text-align: right;
	width: 1200px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 10;
}

.l-kv-title .e-catch .e-text {
	line-height: 1;
	padding: 40px 0;
	display: block;
}

.l-kv-title .e-catch .e-line {
	color: #fff;
	font-size: 4.28rem;
	letter-spacing: .4em;
	padding: 25px 30px;
	background: #76b414;
}

@media all and (-ms-high-contrast:none){
	.l-kv-title .e-catch .e-line {
		padding: 25px 30px 12.5px;
	}
}

.l-kv-slider-item {
	width: 100vw;
	height: 680px;
	position: relative;
	overflow: hidden;
}

.l-kv-slider-item .e-img {
	-webkit-transform-origin: center;
	transform-origin: center;
	/*-webkit-transform: translateX(-50%) scale(1.1);
	transform: translateX(-50%) scale(1.1);*/
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 10s;
	transition: all 10s;
}

.l-kv-slider .l-kv-slider-item:nth-child(1) .e-img {
	animation: show 11s backwards;*
}

@keyframes show {

	0% {
		/*-webkit-transform: translateX(-50%) scale(1.1);
		transform: translateX(-50%) scale(1.1);*/
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		/*-webkit-transform: translateX(-50%) scale(1);
		transform: translateX(-50%) scale(1);*/
		-webkit-transform: scale(1);
		transform: scale(1);
	}

}



/*      is-case     */
.is-case .l-kv-title {
	text-align: center;
	width: 100%;
}

.is-case .l-kv-title .e-catch .e-line {
	color: #000;
	font-size: 3.4rem;
	text-align: center;
	width: 100%;
	padding: 20px 0;
	display: block;
	background: rgba(255,255,255,.9);
}




/*      is-product     */
.is-product .l-kv-title {
	text-align: center;
	width: 100%;
	top: auto;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.is-product .l-kv-title .e-catch .e-text {
	padding: 0;
}

.is-product .l-kv-title .e-catch .e-line {
	color: #000;
	font-size: 3.4rem;
	text-align: center;
	width: 100%;
	padding: 20px 0;
	display: block;
	background: rgba(255,255,255,.9);
}




/* Slick Overwrite */
.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.slick-slide .e-img {
	width: auto;
	max-width: none;
	height: 100%;
	position: absolute;
	top: 0;
	/*left: 50%;*/
	/*object-fit: cover;*/
}

.slick-slide.slick-active .e-img {
	-webkit-transform: scale(1);
	transform: scale(1);
	/*-webkit-transform: translateX(-50%) scale(1);
	transform: translateX(-50%) scale(1);*/
}

.slick-dots {
	bottom: -25px;
}

.slick-dots li {
	width: 10px;
	margin: 0 5px;
}

.slick-dots li button:before {
	color: #ccc;
	width: 5px;
	height: 5px;
	opacity: 1;
}

.slick-dots li.slick-active button:before {
	color: #76b414;
}

.slick-dots li button {
	width: 25px;
	height: 25px;
	padding: 10px;
	cursor: default;
}




/* ------------------------------------------------------------------------------------------------
 * product menu
 * ------------------------------------------------------------------------------------------------ */
.l-product-menu .e-wrap {
	width: 100%;
	margin: 0 0 10px;
	display: table;
}

.l-product-menu .e-item {
	text-align: center;
	width: 20%;
	padding: 0 10px;
	display: table-cell;
	position: relative;
}

.l-product-menu .e-item:after {
	content: '';
	width: 1px;
	height: 120px;
	display: inline-block;
	background: url(/en/assets/img/home/product-menu-line.png) no-repeat;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.l-product-menu .e-item:last-child:after {
	display: none;
}

.l-product-menu .e-item .e-link {
	min-height: 140px;
	padding: 10px 0;
	display: block;
}

.no-touch .l-product-menu .e-item .e-link:hover {
	text-decoration: none;
	background: #f3f3f3;
	opacity: 1;
}

.no-touch .l-product-menu .e-item .e-link:hover .e-img {
	opacity: 1;
}

.l-product-menu .e-image-inner {
	width: 70px;
	height: 70px;
	margin: 0 0 15px;
	display: inline-block;
	background: #999;
	border-radius: 50%;
	overflow: hidden;
	-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,1);
	box-shadow:inset 0 0 0 1px rgba(255,255,255,1);
}

.l-product-menu .e-caption .e-main {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.35;
	margin: 0 0 5px;
	display: block;
}

.l-product-menu .e-caption .e-sub {
	color: #888;
	display: block;
}



/* ------------------------------------------------------------------------------------------------
 * activity
 * ------------------------------------------------------------------------------------------------ */
.l-activity-menu {
	margin: 0 0 60px;
	padding: 60px 0 60px;
	background: #abcf72;
	position: relative;
	overflow: hidden;
}

.l-activity-menu:before {
	content: '';
	width: 568px;
	height: 810px;
	display: inline-block;
	background: url(/en/assets/img/home/activity-menu-bg-02.png) no-repeat left top / cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.l-activity-menu:after {
	content: '';
	width: 100%;
	height: 100%;
	display: inline-block;
	background: #f5f5f5;
	position: absolute;
	top: 0;
	left: 0;
}

.l-activity-menu .e-title_main {
	text-align: center;
	margin: 0 0 40px;
	position: relative;
	z-index: 10;
}

.l-activity-menu .e-title_main .e-main {
	color: #222;
	font-size: 3rem;
	margin: 0 0 10px;
	display: block;
}

.l-activity-menu .e-title_main .e-line {
	position: relative;
}

.l-activity-menu .e-title_main .e-line:before,
.l-activity-menu .e-title_main .e-line:after {
	content: '';
	width: 50px;
	height: 1px;
	display: inline-block;
	background: url(/en/assets/img/global/title-bg-01_black.png) no-repeat center / 100% 100%;
	position: absolute;
}

.l-activity-menu .e-title_main .e-line:before {
	top: 50%;
	left: -60px;
}

.l-activity-menu .e-title_main .e-line:after {
	top: 50%;
	right: -60px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.l-activity-menu .e-title_main .e-sub {
	color: #888;
	font-size: 1.4rem;
	font-weight: 400;
	display: block;
}

.l-activity-menu .e-item {
	margin: 0 0 117px;
	position: relative;
	z-index: 10;
}

.l-activity-menu .e-link {
	display: flex;
  text-decoration: none;
}

.no-touch .l-activity-menu .e-link:hover,
.no-touch .l-activity-menu .e-link:hover .e-img {
	opacity: 1;
  text-decoration: none;
}

.l-activity-menu .box_txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  min-width: 470px;
  height: 280px;
  padding: 40px 40px 46px;
  position: relative;
  top: 80px;
  right: 95px;
}
.l-activity-menu .e-title {
	color: #6a9820;
	font-size: 2.4rem;
	font-weight: 700;
}

.l-activity-menu .e-text {
	font-weight: 400;
	line-height: 1.75;
}

.l-activity-menu .e-button {
	color: #6a9820;
	text-align: center;
	width: 200px;
	padding: 14px 0;
	border: 2px solid #76b414;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.no-touch .l-activity-menu .e-link:hover .e-button {
	color: #fff;
	background: #76b414;
}

.l-activity-menu .e-image {
  min-width: 663px;
  position: relative;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}


/* even */
.l-activity-menu .e-item:nth-child(even) .e-link {
  flex-direction: row-reverse;
}

.l-activity-menu .e-item:nth-child(even) .box_txt {
  left: 95px;
}






/* ------------------------------------------------------------------------------------------------
 * news
 * ------------------------------------------------------------------------------------------------ */
.l-news .e-title_main {
	text-align: center;
	margin: 0 0 40px;
}

.l-news .e-title_main .e-main {
	color: #6a9820;
	font-size: 3rem;
	margin: 0 0 10px;
	display: block;
}

.l-news .e-title_main .e-line {
	position: relative;
}

.l-news .e-title_main .e-line:before,
.l-news .e-title_main .e-line:after {
	content: '';
	width: 50px;
	height: 1px;
	display: inline-block;
	background: url(/en/assets/img/global/title-bg-02_green.png) no-repeat center / 100% 100%;
	position: absolute;
}

 .e-title_main .e-line:before {
	top: 50%;
	left: -60px;
}

 .e-title_main .e-line:after {
	top: 50%;
	right: -60px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

 .e-title_main .e-sub {
	color: #888;
	font-size: 1.4rem;
	font-weight: 400;
	display: block;
}

.l-news-list {
	letter-spacing: -.4em;
	margin: 0 -25px 40px;
}

.l-news-list .e-item {
	letter-spacing: 0;
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
	padding: 0 25px;
	display: inline-block;
}

.l-news-list .e-link {
	display: block;
}

.l-news-list .e-link:after {
	content: '';
	display: block;
	clear: both;
}

.no-touch .l-news-list .e-link:hover {
	text-decoration: none;
}

.l-news-list .e-text {
	font-weight: 400;
	line-height: 1.75;
	margin: 0 0 20px;
	padding: 0 0 15px;
	display: block;
	border-bottom: 1px solid #ccc;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.no-touch .l-news-list .e-link:hover .e-text {
	color: #6a9820;
	text-decoration: none;
}

.l-news-list .e-update {
	color: #888;
	float: left;
}

.l-news-list .e-category {
	color: #fff;
	font-size: 1.2rem;
	padding: 4px 15px 5px;
	background: #76b414;
	float: right;
	position: relative;
	-webkit-transform: translateY(-.25em);
	transform: translateY(-.25em);
}

.l-news .e-button {
	text-align: center;
	padding: 30px 0 0;
}

.l-news .e-button .e-link {
	color: #6a9820;
	text-align: center;
	width: 200px;
	padding: 14px 0;
	display: inline-block;
	border: 2px solid #76b414;
}

.no-touch .l-news .e-button .e-link:hover {
	color: #fff;
	text-decoration: none;
	background: #76b414;
	opacity: 1;
}




/* ------------------------------------------------------------------------------------------------
 * company
 * ------------------------------------------------------------------------------------------------ */
.l-company-menu .e-wrap {
	width: 100%;
	display: table;
}

.l-company-menu .e-item {
	width: 25%;
	display: table-cell;
}

.l-company-menu .e-link {
	color: #fff;
	text-align: center;
	width: 100%;
	min-height: 250px;
	padding: 60px 0 0;
	display: block;
	background: #76b414;
	position: relative;
}

.l-company-menu .e-item:nth-child(1) .e-link {
	background-color: #379971;
}

.l-company-menu .e-item:nth-child(2) .e-link {
	background-color: #46b240;
}

.l-company-menu .e-item:nth-child(3) .e-link {
	background-color: #76b414;
}

.l-company-menu .e-item:nth-child(4) .e-link {
	background-color: #6a9820;
}

.l-company-menu .e-link:after {
	content: '';
	width: 10px;
	height: 10px;
	display: inline-block;
	background: url(/en/assets/img/home/caompany-bg-01.png) no-repeat right bottom / 100% auto;
	position: absolute;
	bottom: 3px;
	right: 3px;
}

.no-touch .l-company-menu .e-link:hover {
	text-decoration: none;
	opacity: 1;
}

.no-touch .l-company-menu .e-link:hover .e-img {
	opacity: 1;
}

.l-company-menu .e-item:nth-child(1) .e-link:hover {
	background-color: #318965;
}

.l-company-menu .e-item:nth-child(2) .e-link:hover {
	background-color: #3fa039;
}

.l-company-menu .e-item:nth-child(3) .e-link:hover {
	background-color: #6aa212;
}

.l-company-menu .e-item:nth-child(4) .e-link:hover {
	background-color: #5f891d;
}

.l-company-menu .e-img {
	width: 90px;
	margin: 0 0 30px;
}

.l-company-menu .e-caption {
	font-size: 1.8rem;
}



:lang(en) .c-loading:before {
	background-image: url(/en/assets/img/home/logo-loading@en.png);
}

:lang(en) .l-kv-title .e-catch .e-line {
	letter-spacing: 0;
}

:lang(en) .l-activity-menu .e-text {
	left: 615px;
}

:lang(en) .l-activity-menu .e-button {
	bottom: 30px;
}

:lang(en) .l-activity-menu {
	margin-bottom: 0;
}

:lang(en) .l-company-menu {
	padding-top: 0;
}
























