@charset "UTF-8";
@import "common.pc.css";

/* ---------------------------------------------------------
	CSS Document slider
--------------------------------------------------------- */

#slider {
	height: 500px;
	margin-bottom: 50px;
	text-align: center;
	font-size: 0;
	line-height: 500px;
	color: #fff;
	position: relative;
}

#slider .slides li {
	display: block;
	float: left;
	width: 100%;
	height: 500px;
	margin-right: -100%;
	background: #ddd;
	position: relative;
	z-index: 1;
	opacity: 0;
}

#slider .slides img {
	min-width: 1400px;
	max-width: 200%;
	width: 100%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
}

#slider h2 {
	width: 100%;
	font-family: Lora, serif;
	font-weight: normal;
	font-size: 36px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin-bottom: 80px;
	text-align: left;
	font-size: 0;
}

#about h2 {
	display: inline-block;
	vertical-align: top;
	width: 225px;
	height: 36px;
	margin-right: 30px;
	font-family: Lora, serif;
	font-weight: normal;
	font-size: 36px;
	line-height: 36px;
	position: relative;
}

#about h2:after {
	content: '';
	width: 70px;
	height: 1px;
	background: #262626;
	position: absolute;
	top: 50%;
	right: 0;
}

#about dl {
	display: inline-block;
	vertical-align: top;
	width: 745px;
	font-size: 15px;
}

#about dt {
	display: inline-block;
	vertical-align: top;
	height: 36px;
	margin-bottom: 15px;
	font-size: 26px;
	line-height: 34px;
	color: #2c428b;
}

#about dd p {
	margin-bottom: 20px;
}

#about .btn a {
	display: inline-block;
	vertical-align: top;
	width: 210px;
	height: 46px;
	padding-right: 10px;
	background: #2c428b;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	line-height: 46px;
	color: #fff;
}

#about .btn a:before {
	display: inline-block;
	vertical-align: 1px;
	content: '';
	width: 9px;
	height: 9px;
	margin-right: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#about .btn a:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70);
}

/* ---------------------------------------------------------
	CSS Document service
--------------------------------------------------------- */

#service {
	margin-bottom: 80px;
	padding: 45px 0 60px;
	background: #e6eef9;
	font-size: 0;
}

#service h2 {
	margin-bottom: 25px;
	font-family: Lora, serif;
	font-weight: normal;
	font-size: 36px;
	line-height: 1;
}

#service .find:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70);
}

#service .section_01 {
	display: inline-block;
	vertical-align: top;
	width: 485px;
	height: 180px;
	margin-bottom: 35px;
	background: #fff;
}

#service .section_01:first-of-type {
	margin-right: 30px;
}

#service .section_01 p {
	float: left;
	width: 180px;
	height: 180px;
	overflow: hidden;
	position: relative;
}

#service .section_01 p img {
	max-width: 200%;
	height: 180px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
}

#service .section_01 dl {
	float: right;
	width: 305px;
	padding: 20px;
	text-align: left;
	font-size: 14px;
	line-height: 1.5;
}

#service .section_02 {
	display: inline-block;
	vertical-align: top;
	width: 310px;
	height: 324px;
	margin-right: 35px;
	background: #fff;
}

#service .section_02:last-of-type {
	margin-right: 0;
}

#service .section_02 dl {
	padding: 20px;
	text-align: left;
	font-size: 14px;
	line-height: 1.5;
}

#service dt {
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 1;
	color: #2c428b;
}

#service .section_02 dt {
	background: url(../top/service_icon.png) no-repeat right;
	background-size: 14px auto;
}

#service dt a {
	text-decoration: none;
	color: #2c428b;
}

/* ---------------------------------------------------------
	CSS Document blog
--------------------------------------------------------- */

#blog {
	margin-bottom: 80px;
}

#blog .blog {
	width: 475px;
}

#blog h2 {
	height: 90px;
	padding-top: 10px;
	border-bottom: solid 4px #61bcbd;
	background: #eff8f8;
	font-weight: normal;
	line-height: 1.2;
}

#blog h2 span:first-of-type {
	font-size: 15px;
	color: #61bcbd;
}

#blog h2 span:last-of-type {
	display: block;
	font-family: "A-OTF Ryumin Pro KL", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 26px;
}

#blog .section {
	margin-bottom: 25px;
}

#blog .find:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70);
}

#blog dl {
	padding: 25px 0;
	border-bottom: solid 1px #d6d6d6;
	text-align: left;
	font-size: 0;
}

#blog .btn {
	display: inline-block;
	vertical-align: top;
	width: 160px;
}

#blog .btn a {
	display: block;
	height: 36px;
	-webkit-border-radius: 36px;
	border-radius: 36px;
	box-shadow: 0 0 0 2px #2c428b inset;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	line-height: 34px;
	color: #2c428b;
}

#blog .btn a:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70);
}

/* ---------------------------------------------------------
	CSS Document blog > result
--------------------------------------------------------- */

#result dt {
	display: inline-block;
	vertical-align: middle;
	width: 120px;
	font-size: 13px;
}

#result dt a {
	display: inline-block;
	vertical-align: top;
	height: 20px;
	padding: 0 10px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #e9ecf3;
	text-decoration: none;
	line-height: 18px;
	color: #262626;
}

#result dd {
	display: inline-block;
	vertical-align: middle;
	width: 350px;
	font-size: 15px;
	line-height: 1.6;
	color: #2c428b;
}

/* ---------------------------------------------------------
	CSS Document blog > exam
--------------------------------------------------------- */

#blog #exam h2 {
	border-bottom: solid 4px #9dca63;
	background: #f5faef;
}

#blog #exam h2 span:first-of-type {
	color: #9dca63;
}

#blog #exam dl {
	padding: 20px;
}

#blog #exam dt {
	display: inline-block;
	vertical-align: middle;
	width: 110px;
	margin-right: 20px;
}

#blog #exam dd {
	display: inline-block;
	vertical-align: middle;
	width: 300px;
	font-size: 15px;
	line-height: 1.6;
}

#blog #exam dd a {
	text-decoration: none;
	color: #2c428b;
}

/* ---------------------------------------------------------
	CSS Document facebook
--------------------------------------------------------- */

#facebook {
	height: 360px;
}

#facebook iframe {
	vertical-align: top;
	width: 100%;
	overflow: hidden;
	border: 0;
}
