@charset "utf-8";

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■main_img
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#main_img{
  position: relative;
  line-height:1.0;
  margin-bottom: 42px;
}
#main_img .catch{
	position:absolute;
	top:182px;
	left:50%;
	margin-left: -270px;
	z-index:2;
}
#main_img #slide{
	z-index:1;
}
#main_img #slide li {
  width: 100%;
  height: 420px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#main_img #slide li.active {
	-webkit-animation: bgscale 21s linear infinite;
	animation: bgscale 21s linear infinite;
}
#main_img #slide .pic01 {
  background-image: url(../img/index/main01.jpg);
}
#main_img #slide .pic02 {
  background-image: url(../img/index/main02.jpg);
  background-position: bottom center;
}
#main_img #slide .pic03 {
  background-image: url(../img/index/main03.jpg);
}
#main_img #slide .pic04 {
  background-image: url(../img/index/main04.jpg);
}
#main_img .bx-controls-direction{
	display: none;
}
/* animation
=========================================== */
@-webkit-keyframes bgscale {
  0% {
    -webkit-transform: scale(1);
		transform: scale(1) rotate(0.1deg);
  }
  100% {
    -webkit-transform: scale(1.2);
		transform: scale(1.2) rotate(0.1deg);
  }
}

@keyframes bgscale {
  0% {
    -webkit-transform: scale(1);
		transform: scale(1) rotate(0.1deg);
  }
  100% {
    -webkit-transform: scale(1.2);
		transform: scale(1.2) rotate(0.1deg);
	}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■solution
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#solution{
	position:relative;
	padding-bottom: 37px;
}
#solution:before{
	content:"";
	height:72px;
	width:100%;
	display:block;
	background: #e9f0f3;
	position:absolute;
	left:0;
	bottom:0;
}
#solution .innerWrap{
	position:relative;
}
#solution h2{
	font-size:30px;
	font-weight:700;
	color: #0059a6;
	line-height:1.4;
	border-bottom: 5px solid #0059a6;
	padding-bottom: 17px;
	letter-spacing:4px;
}
#solution .box{
	border:1px solid #d1dbe9;
	border-top: none;
	background: url(../img/index/sol_bg.jpg) no-repeat right center #fff;
	padding:29px 20px 38px 40px;
	background-size: auto 228px;
}
#solution .hd{
	font-size:22px;
	color: #0059a6;
	font-weight:700;
	letter-spacing:2px;
}
#solution .btn01{
	margin-top: 13px;
}
#solution .bnr{
	position:absolute;
	top:10px;
	right: 35px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■order
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#order{
	text-align:center;
	background: url(../img/index/order_bg.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
#order h2{
	font-weight:700;
	font-size:22px;
	padding-top: 43px;
	line-height:1.0;
	letter-spacing:2px;
	margin-bottom: 5px;
}
#order ul{
	width:1002px;
	margin: 15px auto 0 auto;
	font-size:0;
	line-height:1.0;
}
#order li{
	display:inline-block;
	border:1px solid #0059a6;
	position: relative;
}
#order li a{
	display:block;
	font-weight:700;
	letter-spacing:2px;
	text-decoration:none;
	font-size:14px;
	width:165px;
	height: 154px;
	color:#004179;
	background-repeat: no-repeat;
	background-size: 100% auto;
	box-sizing: border-box;
}
#order li a span{
	background: url(../img/ico_arrow03.png) no-repeat 94% center;
	background-size: 8px auto;
	padding-right: 18px;
	display: inline-block;
	width: 100%;
	padding: 10px 0;
	background-color: #ececec;
	position: absolute;
	bottom: 0;
	right: 0%;
}
#order li a{
	background-color: #ECECEC;
}
#order li.order01 a{
	background-image: url(../img/index/order01.jpg);
}
#order li.order02 a{
	background-image: url(../img/index/order02.jpg);
}
#order li.order03 a{
	background-image: url(../img/index/order03.jpg);
}
#order li.order04 a{
	background-image: url(../img/index/order04.jpg);
}
#order li.order05 a{
	background-image: url(../img/index/order05.jpg);
}
#order li.order06 a{
	background-image: url(../img/index/order06.jpg);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■news
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#news .innerWrap{
	background: url(../img/index/news_bg.jpg) no-repeat left top #fff;
	padding: 10px 0 50px 340px;
	position:relative;
}
#news h2{
	font-weight:700;
	font-size:30px;
	color:#0059a6;
	letter-spacing:2px;
	line-height:1.0;
	margin: 2px 0 11px 0;
}
#news ul{
	margin-bottom: 30px;
}
#news li{
	border-bottom: 1px dotted #7f7f7f;
}
#news li a{
	display:block;
	padding: 7px 4px;
	text-decoration:none;
}
#news dl{
	overflow:hidden;
}
#news dt{
	float:left;
}
#news dd{
	padding-left: 137px;
}
#news .btn01{
	position:absolute;
	top:5px;
	right: 0;
}
#news .info{
	text-align:center;
	color: #007da6;
	letter-spacing:2px;
	border:2px solid #007da6;
	padding:19px 10px;
}