<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


html {
	-webkit-font-smoothing: antialiased;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.modal-body {
	padding:0rem!important;
}
.modal-body h2 {
	background:#0099cc;
	color:#fff;
}
.modal-body {
	margin:0 auto;
	
}

.pc-img {
	width:100%
}


.modal-header {
	padding:0px!important;
	border-bottom:none!important;
	
}

.g-grid_el {
	cursor:pointer;
	
}

.g-grid_el:hover {
	opacity:.7;
	
}

.btn-prev {
	cursor:pointer;
	
}

.btn-next {
	cursor:pointer;
	float:right;
	
}

.modal-backdrop .show {
	opacity:.8!important;
}

.modal-footer {
	padding:0px!important;
	border-top:none!important;
    position: inherit;
    top: -250px;
	
}
.modal-backdrop .show {
opacity:.7!important;
z-index:100;
}
/* A. Top_KeyVisual
---------- ---------- ---------- */
#Top_KeyVisualWrap {
	position: relative;
}
#Top_KeyVisual__Position {
	position: fixed;
	margin: 0 auto;
	width: 100%;
	min-height: 100%;
	height: 100%;
	z-index: 1;
	background-color: #fff;
	overflow: hidden;
}
.Top_KeyVisualWrap__Inner {
	position: relative;
	margin: 0 auto;
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
.KeyVText {
	position: absolute;
	top: 0;
	z-index: 11;
	width: 100%;
	height: 100%;
	/*background: url("/assets/img/top/bg_keyv_pc.png") no-repeat 100% 0;*/
}
.KeyVText__Inner {
	opacity: 0;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.KeyVImageList {
	width: 100%;
	height: 100%;
}
.KeyVImageList li {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.KeyVImageList li img {
	display: inline-block;
	margin: 0 auto;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.scrollDown {
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
	display: block;
	width: 80px;
	height: 50px;
	color: #fff;
	text-align: center;
	z-index: 12;
	text-decoration: none;
	box-sizing: border-box;
	background: rgba(0,0,0,.8);
}
.scrollDown:hover ,
.scrollDown:focus {
	text-decoration: none;
}
.scrollDown span {
	display: block;
	position: relative;
	height: 100%;
	padding: 10px 0 0 0;
	color: #fff;
	font-size: 84%;
	box-sizing: border-box;
}
.scrollDown span:hover {
	opacity: .8;
}
.scrollDown span:before {
	content: '';
	position: absolute;
	bottom: 10px;
	left: 50%;
	width: 12px;
	height: 12px;
	margin-left: -7px;
	border: none;
	border-top: solid 2px #006be1;
	border-right: solid 2px #006be1;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
			transform: rotate(135deg);
}

@media screen and (min-width: 961px) {
	.KeyVText__Inner .Hl__Pc {
		position: absolute;
		top: 27%;
		left: 50px;
		-ms-transform: translate(0,-50%);
		-webkit-transform: translate(0,-50%);
				transform: translate(0,-50%);
	}
	.KeyVText .Img--Pc {
		display: block;
	}
	.KeyVText .Img--Sp {
		display: none;
	}
}
@media screen and (min-width: 961px) and (max-width: 970px) {
	.KeyVText__Inner {
		position: static;
	}
	.KeyVText__Inner .Hl__Pc {
		right: 20px;
	}
}
@media screen and (max-width: 960px) {
	#Top_KeyVisual__Position{
		top: 0;
	}
	#KeyVImage {
		width: auto;
	}
	.KeyVImageList li .KeyVImageList__Img {
		display: none;
	}
	.KeyVImageList li.Item--01 {
		background: url("/assets/img/slider/pic_keyv_1_sp.jpg") no-repeat 50% 50%;
		-webkit-background-size: cover;
				background-size: cover;
	}
	.KeyVImageList li.Item--02 {
		background: url("/assets/img/slider/pic_keyv_2_sp.jpg") no-repeat 50% 50%;
		-webkit-background-size: cover;
				background-size: cover;
	}
	.KeyVImageList li.Item--03 {
		background: url("/assets/img/slider/pic_keyv_3_sp.jpg") no-repeat 50% 50%;
		-webkit-background-size: cover;
				background-size: cover;
	}
	.KeyVImageList li.Item--04 {
		background: url("/assets/img/slider/pic_keyv_4_sp.jpg") no-repeat 50% 50%;
		-webkit-background-size: cover;
				background-size: cover;
	}
	.KeyVText .HlTitle img {
		height: auto;
	}
	.KeyVText .Img--Pc {
		display: none;
	}
	.KeyVText .Img--Sp {
		display: block;
	}
	.KeyVText__Inner {
		margin: 0 auto;
		padding-top: 0;
		width: auto;
	}
	.KeyVImageList li img {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 960px) and (orientation: portrait) {
	.KeyVText {
		background: none;
	}
	.KeyVText__Inner {
		position: absolute;
		top: 50%;
		left: 50%;
		padding: 0;
		-ms-transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
				transform: translate(-50%,0);
	}
}
@media screen and (max-width: 960px) and (orientation: landscape) {
	.KeyVText__Inner .Hl__Pc {
		position: absolute;
		top: 55%;
		right: 0;
		padding-right: 40px;
		-ms-transform: translate(0,-50%);
		-webkit-transform: translate(0,-50%);
				transform: translate(0,-50%);
	}
	.KeyVText .Img--Pc {
		display: block;
	}
	.KeyVText .Img--Sp {
		display: none;
	}
	.KeyVImageList li .KeyVImageList__Img {
		display: block;
	}
}
@media screen and (max-width: 768px) {
	.KeyVText {
		width: 100%;
	}
	.KeyVText .HlTitle {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 768px) and (orientation: portrait) {
	.KeyVText__Inner .HlTitle img {
		width: 520px;
		height: auto;
	}
	.HlSubTitle img {
		width: 475px;
		height: auto;
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px) {
	.KeyVText__Inner .HlTitle img {
		width: 298px;
		height: auto;
	}
	.HlSubTitle img {
		width: 289px;
		height: auto;
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px) and (orientation: landscape) {
	.KeyVText {
		background: url("../images/mainvisual/bg_keyv_pc.png") no-repeat 100% 0;
		-webkit-background-size: 100% 100%;
				background-size: 100% 100%;
	}
	.KeyVText__Inner .HlTitle img {
		width: 216px;
		height: auto;
	}
	.HlSubTitle img {
		width: 198px;
		height: auto;
	}
}
@media screen and (max-width: 480px) {
	.KeyVText {
		padding: 0;
	}
	.KeyVText .HlTitle {
		margin-bottom: 14px;
	}
	.scrollDown {
		margin-left: -46px;
		width: 92px;
		height: 45px;
	}
	.scrollDown span:before {
		width: 13px;
		height: 13px;
		margin-left: -7px;
	}
}


/* B. Contents
---------- ---------- ---------- */
#ContentsWrap {
	font-size: 100%;/* reset(12px) */
}
#Layer__Above {
	position: relative;
	z-index: 100;
}
.ContentsInnerArea {
	padding-bottom: 0;
}

.ContentsInner__Head {
	opacity: 0;
	text-align: center;
}
#Top_Layer_NihonPacking .ContentsInner__Head {
	opacity: 1;
}
.ContentsInner__Head h2 {
	margin-bottom: 2px;
	font-size: 250%; /* 30px */
	color: #000;
}
.ContentsInner__Head .H2SubText {
	margin-bottom: 24px;
	font-size: 134%;
	color: #0097e0;
	text-transform: uppercase;
}

@media screen and (max-width: 960px) {
	#ContentsWrap {
		min-width: 320px;
	}
	.ContentsInnerArea {
		width: auto;
		padding: 0 22px 20px;
		box-sizing: border-box;
	}
	.ContentsInner__Head {
		width: auto;
		vertical-align: top;
	}
}
@media screen and (max-width: 768px) {
	.ContentsInnerArea {
		padding: 0 14px 20px;
	}
	.ContentsInner__Head h2 {
		font-size: 209%; /* 25px */
	}
}


/* C. Top_CaseStudy
---------- ---------- ---------- */
#Top_CaseStudy {
	padding: 0px 0 0px;
	background: #fff;
}
#Top_CaseStudy .ContentsInner__Head h2 {
	font-size: 300%; /* 36px */
	font-weight: bold;
}
.js-Slider--Casestudy ul.Slider--Style01 li {
	background: transparent;
}
.js-Slider--Casestudy ul.Slider--Style01 li img {
	width: 100%;
}
.js-Slider--Casestudy ul.Slider--Style01 li .Icon {
	display: inline-block;
	width: auto;
}
.js-Slider--Casestudy ul.Slider--Style01 li a {
	position: relative;
	height: 100%;
}
.CaseStudy_Title {
	position: absolute;
	bottom: 15px;
	margin: 0;
	line-height: 1;
}
.CaseStudy_Title__Main {
	display: inline;
	padding: 0;
	color: #fff;
	font-size: 167%;
	line-height: 1.2;
}
.CaseStudy_Title__Main span {
	padding: 10px 10px;
	color: #fff;
	font-weight: bold;
	background: rgba(0,151,224,.8);
	font-size:70%;
}
.CaseStudy_Title__Sub {
	margin: 5px 0 0 0;
}
.CaseStudy_Title__Sub p {
	margin: 0;
	color: #fff;
	font-size: 117%;
	font-weight: bold;
	line-height: 1.2;
}
.CaseStudy_Title__Sub span {
	display: inline-block;
	margin: 0;
	padding: 3px 11px 2px;
	background: rgba(0,0,0,.8);
}
.CaseStudy_Title.is--Large {
	bottom: 0px;
	left:-10px;
}
.CaseStudy_Title.is--Large .CaseStudy_Title__Main {
	font-size: 180%;
}
.CaseStudy_Title.is--Large .CaseStudy_Title__Sub p {
	font-size: 150%;
}
.CaseStudy_More {
	opacity: 0;
	position: absolute;
	bottom: 0px;
	right: 0;
	width: 50%;
	margin: 0;
	text-align: center;
}
.CaseStudy_More__Head {
	margin: 0 0 2px 0;
	font-size: 200%;
	font-weight: bold;
	color: #000;
	line-height: 1.2;
	text-transform: uppercase;
}
.CaseStudy_More__Body {
	margin: 0;
}
.CaseStudy_More__Lead {
	font-size: 117%;
}
.CaseStudy_More__Button {
	margin: 0;
}

@media screen and (min-width: 961px) {
	#Top_CaseStudy .Top_CaseStudy__Body {
		position: relative;
	}
	.js-Slider--Casestudy ul.Slider--Style01 {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
				flex-wrap: wrap;
		-webkit-flex-direction: column;
				flex-direction: column;
		height: 618px;
		box-sizing: border-box;
	}
	.js-Slider--Casestudy ul.Slider--Style01 li {
		position: relative;
		width: 237px;
		height: 150px;
		margin: 0 0 4px 4px;
		box-sizing: border-box;
	}
	.js-Slider--Casestudy ul.Slider--Style01 li.CaseStudy_Width--Harf {
		width: 478px;
	}
	.js-Slider--Casestudy ul.Slider--Style01 li.CaseStudy_Height--Harf {
		height: 304px;
		padding:10px;
	}
	.js-Slider--Casestudy ul.Slider--Style01 li.CaseStudy_Heightx2--01 {
		position: absolute;
		top: 50%;
		left: 25%;
		height: 304px;
	}
	.js-Slider--Casestudy ul.Slider--Style01 li img:not(.Icon) {
		height: 100%;
	}
	.js-Slider--Casestudy ul.Slider--Style01 li.CaseStudy_Heightx2--01 img:not(.Icon) {
		position: absolute;
		width: auto;
		height: auto;
		clip: rect(15px, 534px, 449px, 195px);
		margin-left: -195px;
		margin-top: -15px;
		-moz-transform: scale(0.7, 0.7) translate(-81px, -100px);
			transform: scale(0.7, 0.7) translate(-81px, -100px);
	}
	.js-Slider--Casestudy ul.Slider--Style01 li.CaseStudy_Heightx2--02 {
		position: relative;
		width: 237px;
		height: 304px;
		margin-top: 154px;
	}
	.js-Slider--Casestudy ul.Slider--Style01 li.CaseStudy_Heightx2--02 img:not(.Icon) {
		position: absolute;
		width: auto;
		height: auto;
		clip: rect(4px, 559px, 472px, 192px);
		margin-left: -192px;
		margin-top: -5px;
		-moz-transform: scale(0.65, 0.65) translate(-103px, -128px);
			transform: scale(0.65, 0.65) translate(-103px, -128px);
	}
	.js-Slider--Casestudy ul.Slider--Style01 li.CaseStudy_Corner--right {
		position: absolute;
		top: 0;
		right: 0;
	}
}
@media screen and (max-width: 960px) {

	.CaseStudy_More {
		position: static;
		width: 100%;
		min-height: 90px;
		margin: 40px 0 0 0;
	}
	.CaseStudy_More__Head {
		font-size: 184%; /* 22px */
		margin-bottom: 7px;
	}
	.js-Slider--Casestudy ul.Slider--Style01 &gt; li {
		width: calc((100% - 3 * 4px) / 3);
		height: 25%;
		margin: 0 0 4px 4px;
		box-sizing: border-box;
		overflow: hidden;
	}
	.js-Slider--Casestudy ul.Slider--Style01 li.CaseStudy_Width--Harf {
		width: calc( 100% * 2/3 - 4px);
	}
	.js-Slider--Casestudy ul.Slider--Style01 li.CaseStudy_Height--Harf {
		height: 50%;
	}
	.js-Slider--Casestudy ul.Slider--Style01 &gt; li:nth-child(3) {
		position: absolute;
		top: calc(25% - 1px);
		right: 0;
		height: auto;
		width: calc((100% - 3 * 4px) / 3);
	}
	.js-Slider--Casestudy ul.Slider--Style01 &gt; li img:not(.Icon) {
		width: 100%;
		height: auto;
	}
	/* IE11/10 */
	_:-ms-lang(x), .js-Slider--Casestudy ul.Slider--Style01 &gt; li {
		width: calc((100% - 3 * 5px) / 3);
	}
	_:-ms-lang(x), .js-Slider--Casestudy ul.Slider--Style01 &gt; li:nth-child(3n) {
		width: calc((100% - 3 * 4px) / 3);
	}
	_:-ms-lang(x), .js-Slider--Casestudy ul.Slider--Style01 li.CaseStudy_Width--Harf {
		width: calc( 100% * 2/3 - 5px);
	}
	_:-ms-lang(x), .js-Slider--Casestudy ul.Slider--Style01 &gt; li:nth-child(3) {
		top: calc(25% - 1px);
		right: 2px;
		width: calc((100% - 3 * 5px) /3);
		height: calc(25% - 1px);
	}
}

@media screen and (min-width: 768px) {
	.Top_CaseStudy__Body {
		min-height: 800px;
	}
	.js-Slider--Casestudy ul.Slider--Style01 {
		margin: 0 0 -4px -4px;
		overflow: hidden;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
				flex-wrap: wrap;
	}
	.js-Slider--Casestudy .HoverImg {
		opacity: 0;
	}
	.js-Slider--Casestudy ul.Slider--Style01 li.CaseStudy_Width--Harf img:not(.Icon) {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	#Top_CaseStudy .ContentsInnerArea {
		padding: 0;
	}
	.js-Slider--Casestudy {
		opacity: 0;
	}
	.js-Slider--Casestudy ul.Slider--Style01 {
		box-sizing: border-box;
		margin: 0 -15px 0 0;
	}
	.js-Slider--Casestudy ul.Slider--Style01 li.slick-slide {
		margin: 0 15px 0 0;
	}
	#Top_CaseStudy .ContentsInner__Head h2 {
		font-size: 225%; /* 27px */
	}
	#Top_CaseStudy .Top_CaseStudy__Body {
		position: static;
	}
	.js-Slider--Casestudy ul.Slider--Style01 {
		height: auto;
	}
	.js-Slider--Casestudy ul.Slider--Style01 li.slick-slide {
		width: 100%;
		height: auto;
	}
	.js-Slider--Casestudy ul.Slider--Style01 li.slick-slide {
		width: 100%;
		height: 100%;
	}
	.js-Slider--Casestudy ul.Slider--Style01 li.slick-slide.CaseStudy_Width--Harf {
		width: 100%;
	}
	.js-Slider--Casestudy ul.Slider--Style01 li.slick-slide.CaseStudy_Height--Harf {
		height: 100%;
	}
	.CaseStudy_Title .CaseStudy_Title__Main ,
	.CaseStudy_Title.is--Large .CaseStudy_Title__Main {
		font-size: 184%;
	}
	.CaseStudy_Title .CaseStudy_Title__Sub p ,
	.CaseStudy_Title.is--Large .CaseStudy_Title__Sub p {
		font-size:117%;
	}
}
@media screen and (min-width: 480px) {
	.Top_CaseStudy__Body {
		min-height: 400px;
	}
}


/* D. Top_ProductsServices
---------- ---------- ---------- */
#Top_ProductsServices {
	padding: 50px 0 70px;
	background: #F6F6F6;
}
#Top_ProductsServices .ContentsInner__Head h2 {
	margin: 0 0 33px 0;
}
.Top_PS {
	min-height: 330px;
}
.Top_PS:after {
	content: "";
	display: block;
	clear: both;
}
.Top_PS li {
	position: relative;
}
.Top_PS li p span {
	display: block;
	padding: 5px 10px 4px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
}
.Top_PS li img {
	width: auto;
	height: 195px;
}
.Top_PS .HoverImg img {
	width: auto;
	height: 100%;
}
.Top_PS .HoverImg:hover {
	width: 100%;
	opacity: 0.8!important;
}
.PS__Body {
	position: absolute;
	margin-bottom: 0;
}
.PS__Head {
	margin-bottom: 0;
	font-size: 184%;
	text-transform: uppercase;
	color: #000;
}
.PS__Head--01 {
	margin-bottom: 0;
	font-size: 167%;
	text-transform: uppercase;
	color: #000;
}
.PS__Lead {
	margin-bottom: 0;
	font-size: 117%;
	color: #000;
}
.PS__Lead--01 {
	font-size: 117%;
	color: #000;
}
.PS-1 {
	opacity: 0;
	float: left;
	margin-right: 10px;
	box-sizing: border-box;
}
.PS-1 li.PS-1_AC {
	height: 406.5px;
	margin: 0 0 2px 0;
	overflow: hidden;
}
.PS-1 li.PS-1_AC img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
}
.PS-1 li.PS-1_AC .PS__Body {
	top: 36px;
	left: 30px;
}
.PS-1 li.PS-1_AC .PS__Image {
	top: 55%;
	width: auto;
	height: auto;
}
.PS-1 li.PS-1_SE .PS__Body {
	top: 50%;
	left: 192px;
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
			transform: translate(0,-50%);
}


.PS-1b {
	opacity: 0;
	float: right;
	margin-left: 10px;
	box-sizing: border-box;
}
.PS-1b li.PS-1_AC {
	height: 410px;
	margin: 0 0 2px 0;
	overflow: hidden;
	border:1px solid #ddd;
}
.PS-1b li.PS-1_AC img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
}
.PS-1b li.PS-1_AC .PS__Body {
	top: 36px;
	left: 30px;
}
.PS-1b li.PS-1_AC .PS__Image {
	top: 55%;
	width: auto;
	height: auto;
}
.PS-1b li.PS-1_SE .PS__Body {
	top: 50%;
	left: 192px;
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
			transform: translate(0,-50%);
}




.PS-2 {
	opacity: 0;
	float: left;
	margin-right: 5px;
	box-sizing: border-box;
}
.PS-2 li {
	overflow: hidden;
}
.PS-2 li.PS-2_CHM {
	margin: 0 0 10px 0;
}

.PS-2b {
	opacity: 0;
	float: right;
	margin-left: 5px;
	box-sizing: border-box;
}
.PS-2b li {
	overflow: hidden;
}
.PS-2b li.PS-2_CHM {
	margin: 0 0 10px 0;
}

@media screen and (min-width: 961px) {
	.PS__Lead--01 {
		width: 220px;
		font-size: 117%;
		color: #000;
	}
	.PS-1 {
		width: 535px;
		border: 1px solid #ddd;
	}
	.PS-1 li.PS-1_AC .PS__Body {
		top: 34px;
		left: 30px;
	}
	.PS-1 li.PS-1_SE .PS__Head {
		font-size: 134%;
	}
	
		.PS-1b {
		width: 570px;
	}
	.PS-1b li.PS-1_AC .PS__Body {
		top: 34px;
		left: 30px;
	}
	.PS-1b li.PS-1_SE .PS__Head {
		font-size: 134%;
	}
	
	
	
	
	.PS-2 {
		width: 490px;
	}
	.PS-2 li.PS-2_CHM .PS__Body {
		top: 35px;
		left: 20px;
	}
	.PS-2 li.PS-2_PMC .PS__Body {
		top: 35px;
		left: 20px;
	}
	.PS-2_PMC .PS__Lead--01 {
		width: 202px;
	}
	.PS-2 img.Img--Tb {
		display: none;
	}
	.PS-2 img.Img--SpPc {
		display: block;
	}
	
		.PS-2b {
		width: 490px;
	}
	.PS-2b li.PS-2_CHM .PS__Body {
		top: 35px;
		left: 20px;
	}
	.PS-2b li.PS-2_PMC .PS__Body {
		top: 35px;
		left: 20px;
	}
	.PS-2_PMC .PS__Lead--01 {
		width: 202px;
	}
	.PS-2b img.Img--Tb {
		display: none;
	}
	.PS-2b img.Img--SpPc {
		display: block;
	}
}
@media screen and (max-width: 960px) {
	#Top_ProductsServices .ContentsInnerArea {
		padding: 0;
	}
	.Top_PS li a:hover ,
	.Top_PS li a:focus {
		text-decoration: none;
	}
	.PS-1 {
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
	}
		.PS-1b {
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.PS-1_SE .PS__Head {
		font-size: 134%;
	}
	.PS-1_SE .PS__Lead {
		font-size: 117%;
	}
	.PS-2 {
		float: none;
		width: 100%;
		margin: 10px 0 0 0;
		padding: 0;
	}
	.PS-2 .PS__Head--01 {
		font-size: 167%;
	}
	.PS-2 li.PS-2_CHM .Img--Tb ,
	.PS-2 li.PS-2_PMC .Img--Tb {
		position: static;
		width: 282px;
	}
	.PS-2 li.PS-2_CHM .PS__Body ,
	.PS-2 li.PS-2_PMC .PS__Body {
		position: static;
		padding: 30px 0 0 20px;
		max-width: 500px;
		min-width: 200px;
	}
	.PS-2 li a.HoverImg:after {
		content: '';
		display: block;
		min-width: 210px;
	}
	.PS-2 li.PS-2_CHM a.HoverImg ,
	.PS-2 li.PS-2_PMC a.HoverImg {
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		height: 160px;
	}
	.PS-2 li.PS-2_CHM a.HoverImg {
		background: url(../images/pic_products_chm_sp.jpg) no-repeat 100% 0;
	}
	.PS-2 li.PS-2_PMC a.HoverImg {
		background: url(../images/pic_products_pmc_sp.jpg) no-repeat 100% 0;
	}
	.PS-2 img.Img--Tb {
		display: none;
	}
	.PS-2 img.Img--SpPc {
		display: none;
	}
	
	
	
	.PS-2b {
		float: none;
		width: 100%;
		margin: 10px 0 0 0;
		padding: 0;
	}
	.PS-2b .PS__Head--01 {
		font-size: 167%;
	}
	.PS-2b li.PS-2_CHM .Img--Tb ,
	.PS-2b li.PS-2_PMC .Img--Tb {
		position: static;
		width: 282px;
	}
	.PS-2b li.PS-2_CHM .PS__Body ,
	.PS-2b li.PS-2_PMC .PS__Body {
		position: static;
		padding: 30px 0 0 20px;
		max-width: 500px;
		min-width: 200px;
	}
	.PS-2b li a.HoverImg:after {
		content: '';
		display: block;
		min-width: 210px;
	}
	.PS-2b li.PS-2_CHM a.HoverImg ,
	.PS-2b li.PS-2_PMC a.HoverImg {
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		height: 160px;
	}
	.PS-2b li.PS-2_CHM a.HoverImg {
		background: url(../images/pic_products_chm_sp.jpg) no-repeat 100% 0;
	}
	.PS-2b li.PS-2_PMC a.HoverImg {
		background: url(../images/pic_products_pmc_sp.jpg) no-repeat 100% 0;
	}
	.PS-2b img.Img--Tb {
		display: none;
	}
	.PS-2b img.Img--SpPc {
		display: none;
	}
}
@media screen and (min-width: 480px) {
	.Top_PS li {
		overflow: hidden;
	}
	.PS-1 li.PS-1_SE {
		height: 86px;
	}
	.PS-2 li.PS-2_CHM {
		height: 200px;
		border: 1px solid #ddd;
	}
	.PS-2 li.PS-2_PMC {
		height: 200px;
		border: 1px solid #ddd;
	}
	.PS-2 img {
		position: absolute;
		right: 0;
	}
	
	
		.PS-1b li.PS-1_SE {
		height: 86px;
	}
	.PS-2b li.PS-2_CHM {
		height: 200px;
		border: 1px solid #ddd;
	}
	.PS-2b li.PS-2_PMC {
		height: 200px;
		border: 1px solid #ddd;
	}
	.PS-2b img {
		position: absolute;
		right: 0;
	}
}
@media screen and (max-width: 480px) {
	#Top_ProductsServices .ContentsInnerArea {
		padding: 0;
	}
	#Top_ProductsServices .ContentsInner__Head h2 {
		margin: 0 0 26px 0;
	}
	.ContentsInner__Head {
		padding: 0 10px;
	}
	.Top_PS .HoverImg img {
		width: 100%;
		height: auto;
	}
	.Top_PS li {
		float: none;
		width: 100%;
		height: auto;
	}
	.Top_PS li .PS__Head ,
	.Top_PS li .PS__Head--01 {
		font-size: 16px;
	}
	.PS__Lead ,
	.PS__Lead--01 {
		display: none;
	}
	.PS-1 ,
	.PS-2 {
		width: 100%;
	}
	.PS-1 li {
		border-top: 1px solid #d2d7d9;
		border-bottom: 1px solid #d2d7d9;
	}
	.PS-1 li.PS-1_AC {
		height: 182px;
		margin: 0 0 3px 0;
	}
	.PS-1 li.PS-1_AC .PS__Image {
		top: 42%;
		width: 490px;
	}
	.PS-1 li.PS-1_AC .PS__Body {
		top: 20px;
		left: 15px;
		-ms-transform: translate(0%,0%);
		-webkit-transform: translate(0%,0%);
				transform: translate(0%,0%);
	}
	.PS-1 li.PS-1_SE .PS__Head {
		font-size: 14px;
	}
	.PS-1 li.PS-1_SE .PS__Body {
		-ms-transform: translate(0%,-50%);
		-webkit-transform: translate(0%,-50%);
				transform: translate(0%,-50%);
	}
	.PS-1 li.PS-1_SE .HoverImg img {
		width: auto;
		height: 100%;
	}
	.PS-2 {
		padding-left: 0;
	}
	.PS-2 li {
		height: 120px;
		padding: 0;
	}
	.PS-2 li.PS-2_CHM a.HoverImg {
		background: none;
	}
	.PS-2 li.PS-2_PMC a.HoverImg {
		background: none;
	}
	.PS-2 li.PS-2_CHM {
		margin: 20px 0;
	}
	.Top_PS li .PS__Body ,
	.PS-2 li.PS-2_CHM .PS__Body ,
	.PS-2 li.PS-2_PMC .PS__Body {
		position: absolute;
		top: 50%;
		-ms-transform: translate(0%,-50%);
		-webkit-transform: translate(0%,-50%);
				transform: translate(0%,-50%);
	}
	.PS-2 li.PS-2_CHM .PS__Body ,
	.PS-2 li.PS-2_PMC .PS__Body {
		left: 15px;
		margin: -2px 0 0 0;
		padding: 0;
	}
	.PS-2 img.Img--Tb {
		display: none;
	}
	.PS-2 img.Img--SpPc {
		display: block;
		position: absolute;
		right: 0;
		width: auto;
		height: 100%;
	}
	
	
	
	
	
	
		.PS-1b ,
	.PS-2b {
		width: 100%;
	}
	.PS-1b li {
		border-top: 1px solid #d2d7d9;
		border-bottom: 1px solid #d2d7d9;
	}
	.PS-1b li.PS-1_AC {
		height: 182px;
		margin: 0 0 3px 0;
	}
	.PS-1b li.PS-1_AC .PS__Image {
		top: 42%;
		width: 490px;
	}
	.PS-1b li.PS-1_AC .PS__Body {
		top: 20px;
		left: 15px;
		-ms-transform: translate(0%,0%);
		-webkit-transform: translate(0%,0%);
				transform: translate(0%,0%);
	}
	.PS-1b li.PS-1_SE .PS__Head {
		font-size: 14px;
	}
	.PS-1b li.PS-1_SE .PS__Body {
		-ms-transform: translate(0%,-50%);
		-webkit-transform: translate(0%,-50%);
				transform: translate(0%,-50%);
	}
	.PS-1b li.PS-1_SE .HoverImg img {
		width: auto;
		height: 100%;
	}
	.PS-2b {
		padding-left: 0;
	}
	.PS-2b li {
		height: 120px;
		padding: 0;
	}
	.PS-2b li.PS-2_CHM a.HoverImg {
		background: none;
	}
	.PS-2b li.PS-2_PMC a.HoverImg {
		background: none;
	}
	.PS-2b li.PS-2_CHM {
		margin: 20px 0;
	}
	.Top_PS li .PS__Body ,
	.PS-2b li.PS-2_CHM .PS__Body ,
	.PS-2b li.PS-2_PMC .PS__Body {
		position: absolute;
		top: 50%;
		-ms-transform: translate(0%,-50%);
		-webkit-transform: translate(0%,-50%);
				transform: translate(0%,-50%);
	}
	.PS-2b li.PS-2_CHM .PS__Body ,
	.PS-2b li.PS-2_PMC .PS__Body {
		left: 15px;
		margin: -2px 0 0 0;
		padding: 0;
	}
	.PS-2b img.Img--Tb {
		display: none;
	}
	.PS-2b img.Img--SpPc {
		display: block;
		position: absolute;
		right: 0;
		width: auto;
		height: 100%;
	}
}


/* E. Top_Layer_NihonPacking
---------- ---------- ---------- */
#Top_Layer_NihonPacking {
	padding: 0px 0;
/*	background: rgba(0,94,197,.3);*/
	height: 70px;
}
#Top_Layer_NihonPacking .HoverImg img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
#Top_Layer_NihonPacking .ContentsInnerArea {
	min-height: 0;
}
.js-Slider--AboutDaikin {
	opacity: 0;
	min-height: 320px;
	text-align: center;
	visibility: hidden;
}
.js-Slider--AboutDaikin .Slider--Style02 {
	margin-right: -30px;
}
.js-Slider--AboutDaikin .Slider--Style02 li.SliderLi {
	/*opacity: 0;*/
	margin-right: 30px;
	text-align: left;
	background: #fff;
}
.SliderLi__Head {
	margin-bottom: 6px;
	font-size: 108%;
	line-height: 1.53;
	color: #000;
	font-weight: bold;
}
.SliderLi__Body {
	padding: 0 20px 17px;
}
#Top_Layer_NihonPacking .g-column-white {
	border:none !important;
}
#Top_Layer_NihonPacking .g-carousel .slick-slide {
	padding: 0 0;
	margin: 0 10px;
	background-color: #FFF;
}



@media screen and (max-width: 480px) {
	#Top_Layer_NihonPacking .ContentsInnerArea {
		padding: 0 0 20px;
	}
	.js-Slider--AboutDaikin .Slider--Style02 {
		margin: 0 -15px 0 0;
	}
	.js-Slider--AboutDaikin .Slider--Style02 li.SliderLi {
		margin: 0 15px 0 0;
	}
}



/* F. Top_News
---------- ---------- ---------- */
#Top_News	{
	padding: 21px 0;
	background: #edeff1;
}
#Top_News .News_Wrap {
	display: table;
	width: 100%;
	table-layout: fixed;
}
#Top_News .News_Title {
	display: table-cell;
	vertical-align: top;
	width: 5em;
}
#Top_News .News_Title h2 {
	margin: -3px 10px 0 0;
	font-size: 167%; /* 20px */
	display: inline-block;
}
#Top_News .News_List {
	display: table-cell;
	vertical-align: top;
}
#Top_News .News_List ul {
	width: 635px;
}
#Top_News .News_List ul a {
	color: #000;
	font-size: 117%;
}
#Top_News .News_Title-List,
#Top_News .News_Utility {
	display: table-cell;
	vertical-align: top;
}
#Top_News .News_Utility ul {
	float: right;
	margin-right: 0;
	margin-bottom: 0;
}
#Top_News .News_Utility li {
	display: inline-block;
	margin: 0 0 0 20px;
}
#Top_News .News_Utility li a {
	color: #000;
	font-size: 100%;/* 12px */
}
@media screen and (max-width: 960px) {
	#Top_News .News_Wrap {
		display: block;
	}
	#Top_News .News_Title-List {
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	#Top_News .News_Title {
		display: table-cell;
		padding-right: 10px;
	}
	#Top_News .News_List {
		display: table-cell;
	}
	#Top_News .News_List ul {
		width: auto;
	}
	#Top_News .News_Utility {
		display: block;
		float: right;
	}
}
@media screen and (max-width: 768px) {
	#Top_News .News_Title {
		width: 4em;
		padding-top: 2px;
	}
	#Top_News .News_Title h2 {
		font-size: 125%; /* 15px */
	}
	#Top_News .News_Utility {
		margin-top: 12px;
	}
}


/* G. Top_Info
---------- ---------- ---------- */
#Top_Info {
	padding: 13px 0 3px;
	border-top: 1px solid #4d4d4d;
}
#Top_Info h2 {
	margin-bottom: 5px;
	font-size: 143%; /* 20px */
}
#Top_Info ul.List {
	margin-top: -10px;
}
#Top_Info ul.List a {
	font-weight: bold;
}

/* H. ImportantNotice
---------- ---------- ---------- */
#ImportantNoticeWrap {
	width: 100%;
	padding: 15px 0;
	color: #FFF;
	box-shadow: inset -1px -4px 5px 0 rgba(174,42,42,1),
		inset -1px 4px 5px 0 rgba(139,33,33,1);
	background: #d13232;
}
#ImportantNoticeArea {
	width: 960px;
	margin: 0 auto;
}
#ImportantNoticeArea &gt; dl:after {
	content: "";
	display: block;
	clear: both;
}
#ImportantNoticeArea &gt; dl {
	margin: 0;
	padding-left: 28px;
	background: url(../dg_common/images/icon_important.png) no-repeat 0 2px;
}
#ImportantNoticeArea &gt; dl dt {
	clear: both;
	float: left;
	width: 10em;
	font-weight:bold;
	vertical-align: top;
}
#ImportantNoticeArea &gt; dl dd {
	margin: 0 0 0 10em;
	vertical-align: top;
}
#ImportantNoticeArea &gt; dl dd a {
	color: inherit;
}

@media screen and (max-width: 960px) {
	#ImportantNoticeWrap {
		width: auto;
		padding: 15px 22px;
		box-sizing: border-box;
	}
	#ImportantNoticeArea {
		width: auto;
	}
}
@media screen and (max-width: 768px) {
	#ImportantNoticeWrap {
		padding: 15px 14px;
	}
	#ImportantNoticeArea &gt; dl dd {
		clear: both;
		margin: 0;
	}
}


/* I. FooterWrap
---------- ---------- ---------- */
#FooterWrap {
	position: relative;
	z-index: 100;
}


/* J. Modal
---------- ---------- ---------- */
#ModalCurrent {
	background-color: #FFF;
}

.set-responsiveWebDesign .g-modal_pagination {
	display: none!important;
}

@media screen and (max-width: 769px) {
	.set-responsiveWebDesign .pkg-LightBoxContent .pkg-Block--ImgAndTxt .pkg-Block__Img--Left {
		float: none;
		margin-right: 0;
	}
}

@media only screen and (max-width: 480px) {
	.set-responsiveWebDesign .g-modal_close {
		right: 18px!important;
	}
}


/* K. Common
---------- ---------- ---------- */
h2 {
	margin-bottom: 15px;
	font-size: 214%; /* 30px */
	line-height: 1.2;
}
@media screen and (max-width: 960px) {
	.set-responsiveWebDesign #HeaderShrinking {
		position: absolute !important;
	}
	.set-responsiveWebDesign.header-open #HeaderShrinking {
		position: static !important;
	}
	h2 {
		font-size: 158%; /* 22px */
	}
	
}
@media screen and (min-width: 768px) {
	 /* h2 {
		font-size: 143%;20px 
	}*/
@media screen and (max-width: 480px) {
	h2 {
		font-size: 129%; /* 18px */
	}
}


/* L. Slider
---------- ---------- ---------- */
.slick-slide:focus {
	outline: none!important;
}
.slick-arrow:focus {
	outline: none!important;
}
.Slider--Style01 ,
.js-Slider--AboutDaikin {
	position: relative;
}
.js-Slider--Casestudy .slick-dots ,
.js-Slider--AboutDaikin .slick-dots {
	display: inline-block;
	text-align: center;
	margin: 0 -8px 0 0;
	padding-top: 4px;
	line-height: 1;
	height: 5px;
}
.js-Slider--Casestudy .slick-dots {
	width: 100%;
	margin: 30px -8px 0 0;
}
.js-Slider--AboutDaikin .slick-dots {
	height: 7px;
}
.js-Slider--Casestudy .slick-dots li ,
.js-Slider--AboutDaikin .slick-dots li {
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	height: 5px;
	margin: 0 8px 0 0;
}
.js-Slider--AboutDaikin .slick-dots li {
	height: 7px;
}
.js-Slider--Casestudy .slick-dots li button ,
.js-Slider--AboutDaikin .slick-dots li button {
	display: block;
	position: relative;
	outline: none;
	width: 100%;
	height: 100%;
	line-height: 0;
	font-size: 0;
	color: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	overflow: hidden;
	opacity: 1;
	background: #fff;
}
.js-Slider--Casestudy .slick-dots li button {
	background: #d2d6d9;
}
.js-Slider--AboutDaikin .slick-dots li button {
	border: 1px solid #b8b8b8;
}
.js-Slider--Casestudy .slick-dots li button span ,
.js-Slider--AboutDaikin .slick-dots li button span {
	display: block;
	visibility: hidden;
	content: "";
	height: 5px;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	background: #0097e0;
	-webkit-animation-duration: 6s;
			animation-duration: 6s;
	-webkit-animation-timing-function: linear;
			animation-timing-function: linear;
	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	opacity: 1;
}
.js-Slider--Casestudy .slick-dots li.slick-active button span ,
.js-Slider--AboutDaikin .slick-dots li.slick-active button span {
	visibility: visible;
	width: 100%;
	-webkit-animation-name: kf-sliderProgress;
			animation-name: kf-sliderProgress;
}
@-webkit-keyframes kf-sliderProgress{
	0% { width: 0%; }
	100% { width: 100%; }
}
@keyframes kf-sliderProgress{
	0% { width: 0%; }
	100% { width: 100%; }
}
.js-Slider--AboutDaikin .slick-prev {
	background: url("../images/pic_case_arrow_prev.png") no-repeat 100% 0;
}
.js-Slider--AboutDaikin .slick-next {
	background: url("../images/pic_case_arrow_next.png") no-repeat 100% 0;
}

@media screen and (max-width: 767px) {
	.js-Slider--Casestudy__Inner {
		position: relative;
	}
	.js-Slider--Casestudy .slick-dots li {
		width: 26px!important;
	}
	.js-Slider--Casestudy .slick-dots li button {
		width: 26px;
	}
	.js-Slider--Casestudy .slick-arrow {
		position: absolute;
		top: 50%;
		width: 26px;
		height: 26px;
		padding: 0;
		overflow: hidden;
		text-indent: 100%;
		color: #fff;
		white-space: nowrap;
		z-index: 2;
		border: none;
		background: #000;
		-webkit-border-radius: 6px;
				border-radius: 6px;
	}
	.js-Slider--Casestudy .slick-arrow:hover {
		cursor: pointer;
	}
	.js-Slider--Casestudy .slick-prev {
		left: 0;
	}
	.js-Slider--Casestudy .slick-next {
		right: 0;
	}
	.js-Slider--Casestudy .slick-arrow:before {
		content: "";
		position: absolute;
		top: 50%;
		display: inline-block;
		vertical-align: middle;
		text-decoration: none;
		width: 6px;
		height: 6px;
		margin-top: -4px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		border-color: #fff;
	}
	.js-Slider--Casestudy .slick-prev:before {
		left: 50%;
		margin-left: -3px;
		-ms-transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
				transform: rotate(-135deg);
	}
	.js-Slider--Casestudy .slick-next:before {
		right: 50%;
		margin-right: -3px;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
	}
}
@media screen and (min-width: 480px) {
	.SlickNavi02 {
		position: relative;
		display: inline-block;
		margin: 40px 0 0 0;
		padding: 0 28px;
		height: 24px;
	}
	.js-Slider--AboutDaikin button.slick-arrow {
		position: absolute;
		top: 0;
		display: inline-block;
		width: 16px;
		height: 24px;
		padding: 0;
		cursor: pointer;
		overflow: hidden;
		text-indent: -9999px;
		color: #fff;
		z-index: 2;
		border: none;
	}
	.js-Slider--AboutDaikin .slick-prev {
		left: 0;
	}
	.js-Slider--AboutDaikin .slick-next {
		right: 0;
	}
	.js-Slider--AboutDaikin .Slick-SP-Arrow {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.SlickNavi02 .slick-arrow {
		display: none!important;
	}
	.SlickNavi__Dots02 {
		margin: 30px 0 0 0;
	}
	.SlickNavi__Dots02 .slick-dots {
		padding: 0 0 10px 0;
	}
	.js-Slider--AboutDaikin .slick-dots li {
		width: 26px!important;
	}
	.js-Slider--AboutDaikin .slick-dots li button {
		width: 26px;
	}
	.js-Slider--AboutDaikin .Slick-SP-Arrow {
		display: block;
		position: absolute;
		top: 50%;
		z-index: 2;
	}
	.js-Slider--AboutDaikin .Slick-SP-Arrow button {
		display: block;
		width: 26px;
		height: 26px;
		padding: 0;
		overflow: hidden;
		text-indent: -9999px;
		color: #fff;
		border: none;
		background: #000;
		-webkit-border-radius: 6px;
				border-radius: 6px;
	}
	.js-Slider--AboutDaikin .Slick-SP-Arrow button:hover {
		cursor: pointer;
	}
	.js-Slider--AboutDaikin .Slick-SP-Arrow-Prev {
		left: 0;
	}
	.js-Slider--AboutDaikin .Slick-SP-Arrow-Next {
		right: 0;
	}
	.js-Slider--AboutDaikin .Slick-SP-Arrow button:before {
		content: "";
		position: absolute;
		top: 50%;
		display: inline-block;
		vertical-align: middle;
		text-decoration: none;
		width: 6px;
		height: 6px;
		margin-top: -4px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		border-color: #fff;
	}
	.js-Slider--AboutDaikin .Slick-SP-Arrow-Prev button:before {
		left: 50%;
		margin-left: -3px;
		-ms-transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
				transform: rotate(-135deg);
	}
	.js-Slider--AboutDaikin .Slick-SP-Arrow-Next button:before {
		right: 50%;
		margin-right: -3px;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
	}
}



@media screen and (min-width: 480px) {
sp {
	display:none;
}
@media screen and (max-width: 480px) {
pc {
	display:none;
}
}



.hero {
  position: relative;
  min-height: 320px;
  margin: 0 -15px 20px;
  padding: 0 15px;
  background: url(../images/main.jpg) no-repeat 50% 0 / cover;
}
.hero .g-breadcrumbs-p {
  position: absolute;
  top: 15px;
  left: 0;
  margin: 0;
  padding: 0 15px;
}
.hero .g-breadcrumbs-p ol {
  font-size: 10px;
  font-weight: normal;
}
.hero .g-breadcrumbs-p a {
  color: #000;
  text-decoration: underline;
}
.hero .g-breadcrumbs-p a:hover {
  text-decoration: none;
}
.hero .g-ttl-1 {
  display: inline-block;
  margin-top: 83px;
  padding: 0 20px;
  background-color: rgba(0, 154, 207, 0.8);
  color: #fff;
}
body.win .hero .g-ttl-1 {
  padding-top: 3px;
}
@media all and (-ms-high-contrast: none){
  body.win .hero .g-ttl-1 {
    padding-top: 3px;
  }
}
.g-ttl-2 {
  margin-top: 10px;
}
.panel-link .g-grid_el {
  margin-bottom: 13px;
}
.panel-link .g-hover:hover {
  opacity: 0.7;
}
.no-touchevents .panel-link .g-hover:hover img {
  opacity: 1;
}
.panel-link .g-media-v {
  position: relative;
}
.panel-link .g-media_left {
  position: relative;
  z-index: 0;
  margin-bottom: 0;
}
.panel-link .g-media_left .sp-img {
  display: none;
}
.panel-link .g-media_body {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  min-height: 11%;
}
.panel-link .g-media_body.g-media_body-glance {
  background: url(../images/glance.jpg) repeat 50% 100% / cover;
}
.panel-link .g-media_body.g-media_body-summary {
  background: url(../images/summary.jpg) repeat 50% 100% / cover;
}
.panel-link .g-media_body.g-media_body-company {
  background: url(../images/company.jpg) repeat 50% 100% / cover;
}
.panel-link .g-media_body.g-media_body-environment {
  background: url(../images/environment.jpg) repeat 50% 100% / cover;
}
.panel-link .g-media_body.g-media_body-newvaluecreation {
  background: url(../images/newvaluecreation.jpg) repeat 50% 100% / cover;
}
.panel-link .g-media_body.g-media_body-customer {
  background: url(../images/customer.jpg) repeat 50% 100% / cover;
}
.panel-link .g-media_body.g-media_body-employee {
  background: url(../images/employee.jpg) repeat 50% 100% / cover;
}
.panel-link .g-media_body.g-media_body-management {
  background: url(../images/management.jpg) repeat 50% 100% / cover;
}
.panel-link .g-media_body.g-media_body-human_rights {
  background: url(../images/human_rights.jpg) repeat 50% 100% / cover;
}
.panel-link .g-media_body.g-media_body-supplier {
  background: url(../images/supplier.jpg) repeat 50% 100% / cover;
}
.panel-link .g-media_body.g-media_body-engagement {
  background: url(../images/engagement.jpg) repeat 50% 100% / cover;
}
.panel-link .g-media_body.g-media_body-community {
  background: url(../images/community.jpg) repeat 50% 100% / cover;
}
.panel-link .g-media_body::before {
  content: '';
  background: inherit;
  -webkit-filter: blur(5px) saturate(2);
  -moz-filter: blur(5px) saturate(2);
  -o-filter: blur(5px) saturate(2);
  -ms-filter: blur(5px) saturate(2);
  filter: blur(5px) saturate(2);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}
.panel-link .g-media_body::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.8);
}
.panel-link .g-media_body_inner {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 15px 20px 0;
}
.g-column-aside {
  padding: 20px 10px 20px 25px;
  background-color: #ebf7fd;
}
.g-column-aside .g-hover:hover .g-link {
  display: inline-block;
  vertical-align: baseline;
}
.g-column-aside .g-hover .g-p {
  color: #000;
}
.g-column-aside .g-media_left {
  margin-right: 45px;
}
.g-column-aside .g-media_body {
  padding-top: 15px;
}
.g-column-aside .g-grid-2b &gt; .g-grid_el:first-child {
  padding-right: 40px;
}
.g-column-aside .g-p,
.g-column-aside .g-link {
  font-size: 13px;
}
.g-column-aside .g-vline_el {
  margin-bottom: 10px;
}
.g-btn-radius {
  border-radius: 3px;
}
.others img {
  width: auto;
}
.others .g-grid_el {
  margin-top: 20px;
  padding-top: 0;
  padding-right: 30px;
}
.others .g-grid_el:last-child {
  padding-right: 15px;
}
.others .g-ttl-2 {
  margin-top: 0;
}
.g-grid_el.border {
  border-left: 1px solid #ccc;
}
.others .g-vline_el {
  margin-bottom: 25px;
}
.others img {
  max-width: 100%;
}
.others a .g-p-s {
  color: #000;
}
.img-border {
  display: block;
  border: 1px solid #d0d5d9;
}
.report {
  margin-left: 20px;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .panel-link.g-grid-3 &gt; .g-grid_el {
    width: 50%;
  }
  .panel-link.g-grid-sp.g-grid-3 &gt; .g-grid_el:nth-child(odd) {
    clear: left;
  }
  .panel-link.g-grid-sp.g-grid-3 &gt; .g-grid_el:nth-child(3n+1),
  .panel-link.g-grid-sp.g-grid-3 &gt; .g-grid_el-3n {
    clear: none;
  }
}
@media only screen and (max-width: 768px) {
  .hero {
    min-height: 0;
    margin-bottom: 80px;
    padding: 0;
  }
  .hero .g-container {
    position: relative;
    width: 100%;
    padding-top: 220px;
    overflow: visible;
  }
  .hero .g-ttl-1 {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 15px 9px;
    background-color: rgba(0, 154, 207, 1);
    font-size: 20px;
  }
  .g-page-dept .g-main {
    padding-top: 0;
  }
  .panel-link .g-media_left .pc-img {
    display: none;
  }
  .panel-link .g-media_left .sp-img {
    display: block;
  }
  .panel-link .g-media_body.g-media_body-environment {
    background-image: url(/assets/img/product/img_01.png);
  }
  .panel-link .g-media_body.g-media_body-newvaluecreation {
    background-image: url(/assets/img/product/img_01.png);
  }
  .panel-link .g-media_body.g-media_body-customer {
    background-image: url(/assets/img/product/img_01.png);
  }
  .panel-link .g-media_body.g-media_body-employee {
    background-image: url(/assets/img/product/img_01.png);
  }
  .g-column-aside {
    padding: 15px;
  }
  .g-column-aside .g-grid_el,
  .g-column-aside .g-grid_el:first-child {
    float: none;
    width: auto;
  }
  .g-column-aside .g-grid-2b &gt; .g-grid_el {
    margin-top: 0;
  }
  .g-column-aside .g-grid-2b &gt; .g-grid_el:first-child {
    padding-right: 15px;
  }
  .g-column-aside .g-media_left {
    margin-right: 15px;
  }
  .g-column-aside .g-media-h.g-media-overflow &gt; .g-media_left {
    margin-bottom: 0;
  }
  .g-column-aside .g-media_body {
    padding-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .hero .g-container {
    padding-top: 135px;
  }
  .panel-link .g-media_left {
    float: left;
    width: 50%;
  }
  .panel-link .g-media_body {
    left: auto;
    right: 0;
    width: 50%;
    height: 100%;
    min-height: 0;
  }
  .panel-link .g-media_body.g-media_body-glance {
    background: #d7f0f7;
  }
  .panel-link .g-media_body.g-media_body-summary {
    background: #edf2d4
  }
  .panel-link .g-media_body.g-media_body-company {
    background: #dce9f1;
  }
  .panel-link .g-media_body.g-media_body-environment {
    background: #edf2f5;
  }
  .panel-link .g-media_body.g-media_body-newvaluecreation ,
  .panel-link .g-media_body.g-media_body-customer,
  .panel-link .g-media_body.g-media_body-employee,
  .panel-link .g-media_body.g-media_body-management,
  .panel-link .g-media_body.g-media_body-human_rights,
  .panel-link .g-media_body.g-media_body-supplier,
  .panel-link .g-media_body.g-media_body-engagement,
  .panel-link .g-media_body.g-media_body-community {
    background: #edf2f5
  }
  .panel-link .g-media_body::before,
  .panel-link .g-media_body::after,
  .panel-link .g-media_body_inner .g-media_text,
  .panel-link a:hover .g-media_body_inner .g-media_text {
    display: none;
  }
  .panel-link .g-media_body_inner {
    display: flex;
    align-items: center;
    padding: 0 20px;
  }
  .g-ttl-2.sp-border {
    margin-top: 40px;
    padding-top: 34px;
    border-top: 4px solid #00CDFF;
  }
  .others img {
    width: 100%;
    max-width: none;
  }
  .others .g-grid_el:last-child {
    padding-right: 0;
  }
  .others .g-grid_el.border {
    padding-top: 34px;
    border: none;
    border-top: 1px solid #ccc;
  }
  .report {
    margin: 0;
  }
}




/* ---- particles.js container ---- */

#particles-js {
  position: relative;
  width: 100%;
  height: 400px;
  background-color: #81CCFF;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

/* ---- stats.js ---- */


.g-link, .g-link-s {
  padding-left: 14px;
  text-indent: -14px;
  display: inline-block;
  color: #000;
  font-weight: normal;
}
.g-link b:before {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -0.1px !important;
    left: 0 !important;
    background-image: url(/assets/extras/dil_common/images/mkr_sprite.png);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    margin-right: 4px;
    background-position: -20px -20px;
}

/*		
.HoverImg {	
box-shadow:0px 1px 10px rgba(0,0,0,0.4)
}
*/



@media screen and (max-width: 760px) {
.img_city {
	width:50%;
	
}
.col-lg4{
	width:50%!important;
}
}
.img_city {
	width:100%;
}








</pre></body></html>