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

/* ------------------------------------------------
  #kv
------------------------------------------------ */

#kv {
	width: 100%;
	height: 450px;
	position: relative;
	overflow: hidden;
}
#kv h3 {
	background: url(../img/top/kv.jpg) 50% 50% no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#kv .note {
	font-size: 10px;
	letter-spacing: .05em;
	position: absolute;
	right: 10px;
	bottom: 10px;
}


/* ------------------------------------------------
  #section
------------------------------------------------ */

#section .inner {
	display: table;
}
#section .inner > div {
	vertical-align: middle;
	display: table-cell;
}
#section .inner > div.txt {
	width: 412px;
	text-align: left;
	padding-left: 80px;
}
#section .inner > div.txt h4 {
	font-size: 32px;
	font-weight: 400;
	color: #0047c0;
	line-height: 1;
	letter-spacing: 0.1em;
}
#section .inner > div.txt .lead {
	font-size: 18px;
	font-weight: 200;
	line-height: 1.94;
	letter-spacing: 0.1em;
	margin-top: 23px;
}
#section .inner > div.txt .circle {
	margin-top: 22px;
}

/* ----------------------------
  sec1
---------------------------- */

#section .sec1 {
	background: rgb(213,217,218);
	background: -moz-linear-gradient(left, rgba(213,217,218,1) 0%, rgba(248,248,248,1) 50%, rgba(213,217,218,1) 100%);
	background: -webkit-linear-gradient(left, rgba(213,217,218,1) 0%,rgba(248,248,248,1) 50%,rgba(213,217,218,1) 100%);
	background: linear-gradient(to right, rgba(213,217,218,1) 0%,rgba(248,248,248,1) 50%,rgba(213,217,218,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d9da', endColorstr='#d5d9da',GradientType=1 );
	padding: 28px 0 27px;
}

/* ----------------------------
  sec2
---------------------------- */

#section .sec2 {
	padding: 67px 0;
}
#section .sec2 .inner {
	position: relative;
}
#section .sec2 .inner > div.img {
	position: absolute;
	top: -89px;
	right: 27px;
}

/* ----------------------------
  sec3
---------------------------- */

#section .sec3 {
	background: rgb(244,239,188);
	background: -moz-linear-gradient(left, rgba(244,239,188,1) 0%, rgba(251,249,227,1) 50%, rgba(244,239,189,1) 100%);
	background: -webkit-linear-gradient(left, rgba(244,239,188,1) 0%,rgba(251,249,227,1) 50%,rgba(244,239,189,1) 100%);
	background: linear-gradient(to right, rgba(244,239,188,1) 0%,rgba(251,249,227,1) 50%,rgba(244,239,189,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4efbc', endColorstr='#f4efbd',GradientType=1 );
	padding: 60px 0;
}
#section .sec3 .inner > .img .note {
	text-align: left;
	margin-top: 20px;
}
#section .sec3 .inner > .img .note li {
	font-size: 10px;
	text-indent: -1em;
	padding-left: 1em;
}
