@charset "utf-8";

/*--------------------
reset
--------------------*/
* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	word-break: break-all;
	}
html {
	color: #37424d;
	}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Meiryo",sans-serif;
	font-size: 14px;
	font-weight: normal;
	-webkit-text-size-adjust: none;
	line-height: 1.3em;
	}
h1 , h2 , h3 , h4 , h5 , h6 {
	font-size: 12px;
	font-weight: normal;
	}
dl, ul, ol {
	list-style-type: none;
	}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
	}
blockquote, q {
	quotes:none;
	}
blockquote:before ,
blockquote:after ,
q:before ,
q:after {
	content:'';
	content:none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	}
table th ,
table td {
	text-align: left;
	padding: 8px 15px;
	font-weight: normal;
	}
img {
	vertical-align: bottom;
	border: 0;
	font-size: 0;
	}

/* a setup */
a {
	text-decoration: none;
	color: #37424d;
	}
a:hover {
	text-decoration: none;
	color: #b4b7ba;
	}
a:focus, a:active ,input:focus {
	outline: none;
	}

/*clearfix setup */
#header .inner:after ,
#header .inner ul:after ,
#service ul:after ,
#breadcrumbs ol:after ,
#bottom_info:after ,
#footer .inner:after ,
#footer .inner ul:after ,
#company table td dl:after ,
#dd ul:after ,
#info_sec:after {
	content: ".";
	font-size: 0.1em;
	line-height: 0;
	display: block;
	height: 0.1px;
	visibility: hidden;
	clear: both;
	zoom:1;
	}
#header .inner ,
#header .inner ul ,
#service ul ,
#breadcrumbs ol ,
#bottom_info ,
#footer .inner ,
#footer .inner ul ,
#company table td dl ,
#dd ul ,
#info_sec {
	zoom:1;
	}

/*--------------------
common
--------------------*/
/* header */
#header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 80px;
	width: 100%;
	}
body#index #header {
	background: url(../img/common/bg.png);
	border: none;
	}
#header {
	border-bottom: 1px solid #d7d9db;
	}
#header .inner {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	}
#header .inner h1 {
	float: left;
	padding-top: 25px;
	}
#header .inner ul {
	float: right;
	padding-top: 30px;
	}
#header .inner ul li {
	float: left;
	margin-left: 40px;
	}
body#index #header .inner ul li a {
	color: #fff;
	}
/* footer */
#footer {
	width: 100%;
	background-color: #edeeef;
	margin: 80px auto 0;
	padding: 30px 0;
	}
#footer .inner {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	}
#footer .inner h3 {
	float: left;
	}
#footer .inner p {
	float: left;
	padding-left: 510px;
	font-size: 12px;
	}
#footer .inner p a {
	color: #a2a6aa;
	}
#footer .inner p.copy {
	float: right;
	color: #a2a6aa;
	padding: 0;
	}

/*--------------------
contents
--------------------*/
/* main */
#main {
	position: relative;
	}
#main h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	font-size: 65px;
	color: #fff;
	text-align: center;
	line-height: 1.3em;
	width: 900px;
	height: 280px;
	margin: -120px 0 0 -450px;
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 100;
	}
#main h1 span {
	font-size: 26px;
	display: block;
	}
#main p {
	display: none;
	}
/* service */
#service {
	padding: 0 0 100px;
	margin: 0 auto;
	}
#service ul {
	width: 1000px;
	text-align: center;
	margin: 0 auto;
	}
#service ul li {
	width: 500px;
	float: left;
	text-align: center;
	margin: 80px auto 0;
	}
#service ul li h2 {
	font-size: 100px;
	line-height: 100px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	}
#service ul li dl dt {
	color: #b4b7ba;
	margin-top: 10px;
	}
#service ul li dl dd {
	margin: 25px auto;
	}
#service ul li p {
	width: 360px;
	margin: 0 auto;
	text-align: center;
	line-height: 1.5em;
	}
#service ul li p.btn {
	width: 240px;
	margin-top: 30px;
	}
#service ul li p.btn a {
	display: block;
	border: 1px solid #c0c3c6;
	padding: 15px 0;
	}
#service ul li p.btn a:hover {
	background-color: #37424d;
	border: 1px solid #37424d;
	padding: 15px 0;
	color: #fff;
	}
#service ul li p.btn span {
	display: block;
	border: 1px solid #edeeef;
	background-color: #edeeef;
	color: #949ea8;
	padding: 15px 0;
	}
/* message */
#message {
	width: 100%;
	background-color: #edeeef;
	padding: 120px 0;
	}
#message h2 {
	margin: 0 auto;
	text-align: center;
	font-size: 48px;
	line-height: 48px;
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 100;
	}
#message p {
	width: 900px;
	margin: 50px auto 0;
	text-align: center;
	font-size: 15px;
	line-height: 2.0em;
	}
/* breadcrumbs */
#breadcrumbs {
	width: 1000px;
	margin: 100px auto 50px;
	text-align: center;
	padding: 15px 0;
	border-top: 1px solid #c0c3c6;
	border-bottom: 1px solid #c0c3c6;
	}
#breadcrumbs ol li {
	float: left;
	margin-right: 10px;
	font-size: 12px;
	}

/* bottom_info */
#bottom_info {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	}
#info {
	width: 500px;
	float: left;
	}
#info h3 {
	text-align: left;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin-bottom: 35px;
	}
#info dl dt {
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}
#info dl dd {
	text-align: left;
	margin-bottom: 40px;
	}
#news {
	width: 500px;
	float: left;
	}
#news h3 {
	text-align: left;
	font-size: 18px;
	margin-bottom: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	}
#news dl dt {
	text-align: left;
	font-size: 12px;
	}
#news dl dd {
	text-align: left;
	font-size: 12px;
	margin-bottom: 10px;
	}

/* company */
#company {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding: 80px 0;
	}
#company h2 {
	font-size: 28px;
	margin-bottom: 30px;
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 100;
	line-height: 28px;
	margin-top: 80px;
	}
#company table th {
	border-bottom: 1px solid #d7d9db;
	width: 150px;
	padding: 20px;
	text-align: right;
	vertical-align: top;
	}
#company table th:first-child {
	border-top: 1px solid #d7d9db;
	}
#company table td {
	border-bottom: 1px solid #d7d9db;
	padding: 20px 20px 20px 60px;
	}
#company table td:nth-of-type(1) {
	border-top: 1px solid #d7d9db;
	}
#company table td dl dt {
	float: left;
	width: 100px;
	text-align: right;
	margin: 0 20px 10px 0;
	}
#company table td dl dd {
	float: left;
	}
#company table td span {
	margin-right: 20px;
	}

/* ec */
#dd {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding: 80px 0 0;
	}
#dd h2 {
	font-size: 28px;
	margin-bottom: 30px;
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 100;
	line-height: 28px;
	margin-top: 80px;
	}
#dd ul li {
	float: left;
	padding: 20px 20px 0 0;
	}
#dd ul li:nth-child(3n) {
	padding: 20px 0 0 0;
	}
.pic_box {
	width: 320px;/*画像のwidth*/
	height: 230px;/*画像のheight*/
	position: relative;
	overflow: hidden;
	float:left;
	}
.pic_box img {
	width: 320px;
	height: 230px;
	}
.pic_box a {
	cursor: auto;
	}
.pic_box span{
	width: 260px;
	height: 200px;
	background: rgba(255,255,255,0.8);
	position: absolute;
	top: 230px;/*画像のheight*/
	left:0;
	padding: 30px 30px 0;
	}
.pic_box span h3 {
	text-align: left;
	padding-top: 30px;
	width: 260px;
	font-size: 15px;
	font-weight: bold;
	color:#1515;
	}
.pic_box span h4 {
	text-align: left;
	padding: 25px 0 40px;
	width: 260px;
	font-size: 12px;
	color: #333;
	left:0;
	}
.pic_box span p a {
	display: block;
	text-align: left;
	text-decoration: underline;
	font-size: 11px;
	cursor: pointer;
	}
.pic_box span p a:hover {
	color:#999;
	}


/* text */
.text {
	width: 900px;
	margin: 0 auto;
	text-align: center;
	padding: 80px 50px 0;
	}
.text h2 {
	font-size: 28px;
	margin-bottom: 30px;
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 100;
	line-height: 28px;
	margin-top: 80px;
	}
.text h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin: 50px 0 20px;
	}
.text p {
	text-align: left;
	margin-bottom: 30px;
	}
.text ul li {
	text-align: left;
	list-style-type: decimal;
	margin-left: 50px;
	}

/* contact */
#contact {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding: 80px 0 0;
	}
#contact h2 {
	font-size: 28px;
	margin-bottom: 30px;
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 100;
	line-height: 28px;
	margin-top: 80px;
	}
#contact dl {
	width: 500px;
	margin: 0 auto;
	text-align: center;
	}
#contact dl dt {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin: 80px 0 20px;
	}
#contact dl dd {
	text-align: left;
	line-height: 1.5em;
	}
