@charset "UTF-8";

/* ------------------------------
main_visual
------------------------------ */
.main_visual {
	/* max-height: 495px; */
	/* background: url(/img/main_visual.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 495px;
	background-size: contain; */
}

/* SDGsマークリンク追記（202210内田）*/
.box{
  position: relative;
}
.top-center {
  position: absolute;
  top: 20px;
  left: 590px;
  width: 100px;
}
.top-right {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 70px;
}
.top-left {
  position: absolute;
  top: 130px;
  left: 48px;
  width: 50px;
}
.left-bottom {
  position: absolute;
  top: 60px;
  left: 25px;
  width: 35px;
}
.bottom-right {
  position: absolute;
  bottom: 12px;
  right: 5px;
  width: 150px;
}

@media (max-width: 959px) {
   .mr-10 {
    margin-right: 10px
    }
}
/* ------------------------------
sub_menu
------------------------------ */
.sub_menu_wapper {
	height: 87px;
	background-color: #E0EDDE;
	background-image: url(/img/bg_greenbelt_medium.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 75px;
}
.sub_menu {
	height: 77px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sub_menu li {
	/* width: 230px; */
	text-align: center;
	line-height: 1.1;
	color: #fff;
	font-size: 19px;
	font-size: 1.9rem;
	font-weight: bold;
	margin-left: 25px;
	padding-right: 25px;
	padding-left: 50px;
}
.sub_menu li:last-child {
	margin-left: 0;
	padding-left: 10px;
	padding-right: 0;
}
.sub_menu li a {
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
}
.sub_menu li a span {
	font-size: 9px;
	font-size: .9rem;
}
.sub_menu li a:hover {
	text-decoration: none;
}
.sub_menu li.factory,
.sub_menu li.shop,
.sub_menu li.mail,
.sub_menu li.download {
	height: 36px;
	background-position: left;
	background-repeat: no-repeat;
}
.sub_menu li.factory {
	background-image: url(/img/icn_factory.png);
	background-size: 36px 36px;
	border-right: 1px solid #fff;
}
.sub_menu li.shop {
	background-image: url(/img/icn_shop.png);
	background-size: 41.5px 32.5px;
	border-right: 1px solid #fff;
}
.sub_menu li.mail {
	background-image: url(/img/icn_mail.png);
	background-size: 35px 28px;
	border-right: 1px solid #fff;
}
.sub_menu li.download {
	background-image: url(/img/icn_download.png);
	background-size: 31px 33.5px;
}
.pl-0 {
  padding-left: 0px !important;
}

/* ------------------------------
products
------------------------------ */
.index-products {
	background-image: url(/img/bg_worldmap.png);
	background-position: center 110px;
	background-repeat: no-repeat;
	background-size: 88% auto;
	width: 100%;
	min-height: 650px;
}
.products-slide {
	padding: 0 25px;
}
.products-slide li a {
	display: block;
}
.products-slide li * {
	text-align: center;
	/* margin-bottom: 1em; */
}
.products-slide p.products-img {
	width: 180px;
	height: 180px;
	/* border-radius: 75px; */
	text-align: center;
	margin: 0 auto;
	padding-top: 100px;
}
.products-slide p.products-img img {
	width: 180px;
	height: 180px;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: -webkit-transform 0.1s linear;
	transition: -webkit-transform 0.1s linear;
	transition: transform 0.1s linear;
	transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.products-slide p.products-img img:hover {
	/* -webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2); */
	opacity: 1;
}
.products-slide a:hover {
	opacity: 1;
}
.products-slide .slick-next ,
.products-slide .slick-prev {
	height: 46px;
	width: 22.5px;
}
.products-slide .slick-next {
	right: 0;
}
.products-slide .slick-next:before {
	content: '\f0da';
	color: #518E4B;
}
.products-slide .slick-prev {
	left: 0;
}
.products-slide .slick-prev:before {
	content: '\f0d9';
	color: #518E4B;
}
.products-slide .slick-prev:before,
.products-slide .slick-next:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 45px;
}
@media (max-width: 959px) {
	.index-products {
		background-position: center 66%;
		min-height: 590px;
	}
}

/* ------------------------------
pride
------------------------------ */
ul.list-index-pride li {
	position: relative;
	/* list-style-type: decimal; */
	list-style-position: outside;
	margin-left: 3em;
	margin-right: 3em;
	font-size: 1.5rem;
	font-size: 15px;
	line-height: 1.8;
	padding: 0 0 0 1em;
	color: #535353;
}
ul.list-index-pride li::before {
	position: absolute;
	left: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f0da';
	color: #518E4B;
}

/* ------------------------------
learnmore
------------------------------ */
ul.list-index-learnmore li {
	position: relative;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1.2em;
	margin-right: 1.2em;
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 2;
	padding: 0 0 0 0;
}
ul.list-index-learnmore li a {
	color: #535353;
}
