@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.gnav li.nav-home a::after {
  -webkit-transform: scaleX(1)!important;
  -ms-transform: scaleX(1)!important;
  transform: scaleX(1)!important;
  background-color: #0a528f!important;
}

/* ==========================================================================
	MAIN
	========================================================================== */

.bx-wrapper {
	margin-left: -10%;
}

#main {
	position: relative;
	overflow: hidden;
	background: url(../images/index-images/main-bg.gif) 100% 100% no-repeat;
	padding-bottom: 50px;
	margin: 30px 0 50px 0;
}
#main #main-txt {
	position: absolute;
	top: 25%;
	left: 60%;
}
.bx-viewport:before,
.bx-viewport:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -100%;
	z-index: 1000;
}
.bx-wrapper .bx-viewport {
	overflow: visible !important;
	left: 0;
	border-width: 0;
	box-shadow: none;
}
.bx-viewport:before {
	right: 100%;
	left: -100%;
}
.bx-viewport:after {
	left: 100%;
	right: -100%;
}

.bx-wrapper li {
	background-color: #666;
}


/* ==========================================================================
	CONTENTS
	========================================================================== */

/*PRODUCT*/

#product ul {
	overflow: hidden;
	background-color: #fff;
	border-top: solid 1px #bbcfe0;
	border-bottom: solid 1px #bbcfe0;
}
#product ul li {
	cursor: pointer;
	float: left;
	width: 25%;
	border-left: solid 1px #bbcfe0;
	padding: 30px 20px;
}
#product ul li dt {
	margin-bottom: 20px;
}
#product ul li dt img {
	display: block;
	width: 60%;
	margin: 0 auto;
}
#product ul li dd {
	font-weight: bold;
}
#product ul li dd span {
	display: block;
	color: #0a528f;
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 3rem;
	font-weight: normal;
}

/*quality*/

#quality {
	color: #fff;
	background-color: #0a528f;
	padding: 50px 0;
}
#quality h2 {
	font-size: 1.7rem;
	font-weight: normal;
	text-align: center;
}
#quality h2 span {
	display: block;
	font-family: 'Crimson Text', serif;
	font-size: 7rem;
	margin-bottom: 10px;
}
#quality p {
	text-align: center;
	margin-bottom: 50px;
}

/*BN*/

#bn li {
	float: left;
	width: 50%;
	font-size: 2rem;
}
#bn li a {
	display: block;
	color: #fff;
	text-align: center;
}
#bn img {
	height: auto;
	-webkit-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
	width: 100%;
	vertical-align: bottom;
}
#bn figure {
	margin: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
}
#bn figcaption {
	color: #fff;
	position: absolute;
	text-align: center;
	-webkit-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding-top: 15%;
}
#bn a:hover>figure img {
	transform: scale(1.15,1.15);
	-webkit-transform:scale(1.15,1.15);
	-moz-transform:scale(1.15,1.15);
	-ms-transform:scale(1.15,1.15);
	-o-transform:scale(1.15,1.15);
}
#bn a:hover>figure figcaption {
	opacity: 1;
	background-color: rgba(0,0,0,0.6);
}

/*支えあう企業*/

#company h2 {
	color: #0a528f;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: center;
}
#company h2 span {
	border-bottom: solid 1px;
	padding-bottom: 20px;
}
#company h2 img {
	display: block;
	width: 8%;
	margin: 0 auto 20px auto;
}
#company p {
	text-align: center;
	margin-bottom: 50px;
}
#company ul li {
	float: left;
	width: 33.333%;
}
#company ul img {
	display: block;
	width: 75%;
	margin: 0 auto;
}
#company ul a {
	position: relative;
	z-index: 100;
	display: block;
	width: 80%;
	color: #0a528f;
	font-size: 1.8rem;
	background-color: #fff;
	padding: 30px 20px;
	margin-top: -30px;
}
#company ul a span {
	display: block;
	background: url(../images/cmn-images/icon03.png) 95% 50% no-repeat;
	background-size: 14px;
}
#company ul a span:before {
	content: "/ " ;
}

/*News*/

#news {
	border-top: solid 1px #0a528f;
	padding-top: 30px;
}
#news h2 {
	display: table;
	table-layout: fixed;
	width: 100%;
	color: #0a528f;
	font-weight: normal;
}
#news h2  span {
	display: table-cell;
	width: 50%;
}
#news h2 span:first-child {
	font-family: 'Crimson Text', serif;
	font-size: 3rem;
}
#news h2 span:last-child {
	text-align: right;
	font-size: 1.6rem;
}
#news h2 span:last-child a {
	color: #0a528f;
}
#news dl {
	cursor: pointer;
	overflow: hidden;
	padding: 25px;
	-webkit-transition: 0.4s ease-in-out;  
		 -moz-transition: 0.4s ease-in-out;  
			 -o-transition: 0.4s ease-in-out;  
					transition: 0.4s ease-in-out;  
}
#news dl:hover {
	opacity: 0.4;  
	filter: alpha(opacity=90);  
}
#news dl:nth-child(even) {
	background-color: #fff;
}
#news dt {
	float: left;
	width: 20%;
}
#news dd {
	float: right;
	width: 80%;
}
#news dd a {
	display: block;
	text-decoration: underline;
	background: url(../images/cmn-images/icon01.png) 98% 50% no-repeat;
	background-size: 15px;
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){


}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

@media screen and (max-width:1024px){

/* MAIN
  -----------------------*/

#main {
	background: url(../images/index-images/main-bg.gif) -20% 100% no-repeat;
	background-size: 130%;
	padding-bottom: 20px;
	margin: 10px 0 30px 0;
}
.bx-wrapper .bx-pager {
	display: none;
}
.bx-wrapper li {
	background-color: #000;
	margin-left: -10%!important;
}

#main #main-txt {
	position: absolute;
	top: 25%;
	left: 68%;
	width: 40%;
	margin-left: -10%;
}

/* ONTENTS
  -----------------------*/

/*PRODUCT*/

#product ul li {
	padding: 20px 10px;
}
#product ul li dt img {
	width: 70%;
}
#product ul li dd span {
	font-size: 2.2rem;
}

/*quality*/

#quality {
	padding: 30px 0;
}
#quality h2 {
	font-size: 1.6rem;
	margin-bottom: 30px;
}
#quality h2 span {
	font-size: 5rem;
}
#quality p {
	margin-bottom: 30px;
}

/*BN*/

#bn figcaption {
	padding-top: 13%;
}


/*支えあう企業*/

#company h2 img {
	width: 12%;
}
#company ul img {
	width: 90%;
}
#company ul a {
	width: 88%;
	font-size: 1.5rem;
	padding: 20px 10px;
}
#company ul a span {
	background: url(../images/cmn-images/icon03.png) 99% 50% no-repeat;
	background-size: 12px;
}

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

@media screen and (max-width: 640px) {


/* ONTENTS
  -----------------------*/

/*PRODUCT*/

#product ul li {
	width: 50%;
	border-left: solid 1px #bbcfe0;
	border-bottom: solid 1px #bbcfe0;
	padding: 30px 20px;
}
#product ul li dt img {
	width: 80%;
}
#product ul li dd {
	font-size: 1.1rem;
}
#product ul li dd span {
	font-size: 2rem;
}

/*quality*/

#quality h2 {
	font-size: 1.2rem;
}
#quality h2 span {
	font-size: 4rem;
	line-height: 4.5rem;
}

/*BN*/

#bn li {
	float: none;
	width: 100%;
}
#bn figcaption {
	padding-top: 10%;
}


/*支えあう企業*/

#company h2 {
	font-size: 1.4rem;
}
#company h2 img {
	width: 18%;
}
#company p {
	margin-bottom: 30px;
}
#company ul li {
	float: none;
	width: 85%;
	margin: 0 auto 20px auto;
}
#company ul img {
	width: 80%;
}
#company ul a {
	width: 75%;
}
#company ul a span:before {
	content: "/ " ;
}

/*News*/

#news {
	padding-top: 20px;
}
#news h2 span:first-child {
	font-size: 2rem;
}
#news h2 span:last-child {
	font-size: 1.4rem;
}
#news dl {
	padding: 15px;
}
#news dt {
	float: none;
	width: 100%;
	margin-bottom: 10px;
}
#news dd {
	float: none;
	width: 100%;
}
#news dd a {
	padding-right: 20px;
}

}

