@charset "utf-8";

/*--------------------
reset
--------------------*/
* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	word-break: break-all;
	}
html {
	color: #37424d;
	overflow-x: hidden;
	}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Meiryo",sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.3em;
	overflow-x: hidden;
	}
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;
	}
table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
	}
table th ,
table td {
	text-align: left;
	font-weight: normal;
	}
img {
	border: 0;
	vertical-align: bottom;
	}

/* a setup */
a {
	text-decoration: none;
	color: #37424d;
	}
a:focus, a:active ,input:focus {
	outline: none;
	}
a,img {  
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);  
	}

/*clearfix setup */
#header .inner:after ,
#header .inner ul:after ,
#breadcrumbs ol:after ,
#company table td dl: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 ,
#breadcrumbs ol ,
#company table td dl {
	zoom:1;
	}

/*--------------------
common
--------------------*/
/* header */
#header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 45px;
	width: 100%;
	}
body#index #header {
	background: url(../img/common/bg.png);
	border: none;
	}
#header {
	border-bottom: 1px solid #d7d9db;
	}
#header .inner {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	}
#header .inner h1 {
	float: left;
	padding: 13px 0 0 10px;
	width: 100px;
	height: 11px;
	}
#header .inner h1 img {
	width: 100px;
	height: 11px;
	}
#header .inner ul {
	float: right;
	padding: 10px 10px 0 0;
	}
#header .inner ul li {
	float: left;
	margin-left: 20px;
	}
#header .inner ul li:first-child a {
	text-indent: -9999px;
	display: block;
	width: 25px;
	height: 25px;
	}
#header .inner ul li:last-child a {
	text-indent: -9999px;
	display: block;
	width: 25px;
	height: 25px;
	}
body#index #header .inner ul li:first-child a {
	background: url(../img/common/company_icon.png) no-repeat;
	background-size: 25px;
	}
body#index #header .inner ul li:last-child a {
	background: url(../img/common/mail_icon.png) no-repeat;
	background-size: 25px;
	}
#header .inner ul li:first-child a {
	background: url(../img/common/company_icon_sub.png) no-repeat;
	background-size: 25px;
	}
#header .inner ul li:last-child a {
	background: url(../img/common/mail_icon_sub.png) no-repeat;
	background-size: 25px;
	}
/* footer */
#footer {
	width: 100%;
	background-color: #edeeef;
	margin: 20px auto 0;
	padding: 10px 0;
	}
#footer .inner {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	}
#footer .inner h3 {
	margin-bottom: 20px;
	}
#footer .inner h3 img {
	width: 66px;
	height: 7px;
	}
#footer .inner p {
	font-size: 12px;
	color: #a2a6aa;
	}
#footer .inner p a {
	color: #a2a6aa;
	}
#footer .inner p span {
	display: block;
	}

/*--------------------
contents
--------------------*/
/* main */
#main {
	position: relative;
	}
#main h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	font-size: 25px;
	color: #fff;
	text-align: center;
	line-height: 1.3em;
	width: 900px;
	height: 100px;
	margin: -30px 0 0 -450px;
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 100;
	}
#main h1 span {
	font-size: 15px;
	display: block;
	padding-left: 10px;
	}
#main video {
	display: none;
	}
#main p img {
	width: 100%;
	}
/* service */
#service {
	margin: 0 auto;
	}
#service ul {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	}
#service ul li {
	width: 100%;
	text-align: center;
	margin: 30px auto 60px;
	}
#service ul li h2 {
	font-size: 75px;
	line-height: 75px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	}
#service ul li dl dt {
	color: #b4b7ba;
	margin-top: 10px;
	}
#service ul li dl dd {
	margin: 20px auto;
	}
#service ul li dl dd img {
	width: 46px;
	}
#service ul li p {
	margin: 0 25px;
	text-align: center;
	line-height: 1.5em;
	}
#service ul li p.btn {
	width: 280px;
	margin: 10px auto 0;
	}
#service ul li p.btn a {
	display: block;
	border: 1px solid #c0c3c6;
	padding: 15px 0;
	}
#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: 60px 0;
	}
#message h2 {
	margin: 0 auto;
	text-align: center;
	font-size: 24px;
	line-height: 28px;
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 100;
	}
#message h2 span {
	display: block;
	}
#message p {
	margin: 50px 25px 0;
	text-align: left;
	line-height: 2.0em;
	}
/* breadcrumbs */
#breadcrumbs {
	margin: 50px 25px;
	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;
	}
/* info */
#info {
	margin: 0 auto;
	text-align: center;
	}
#info h3 {
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin-bottom: 30px;
	}
#info dl dt {
	font-weight: bold;
	margin-bottom: 10px;
	}
#info dl dt span {
	display: block;
	}
#info dl dd {
	width: 280px;
	text-align: center;
	margin: 0 auto 30px;
	}
#info dl dd a {
	display: block;
	border: 1px solid #c0c3c6;
	padding: 15px 0;
	margin-bottom: 10px;
	}

/* news */
#news {
	margin: 50px 25px 30px;
	text-align: center;
	}
#news h3 {
	font-size: 18px;
	margin-bottom: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	}
#news dl dt {
	text-align: left;
	font-size: 12px;
	margin-bottom: 10px;
	}
#news dl dd {
	text-align: left;
	font-size: 12px;
	margin-bottom: 20px;
	}

/* company */
#company {
	margin: 0 auto;
	text-align: center;
	padding: 45px 0;
	}
#company h2 {
	font-size: 22px;
	margin-bottom: 20px;
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 100;
	line-height: 22px;
	margin-top: 40px;
	}
#company table {
	width: 90%;
	padding: 20px;
	text-align: right;
	vertical-align: top;
	margin-left: 5%;
	}
#company table th {
	border-bottom: 1px solid #d7d9db;
	width: 60px;
	padding: 20px 20px 20px 10px;
	text-align: right;
	}
#company table th span {
	display: block;
	}
#company table th:first-child {
	border-top: 1px solid #d7d9db;
	}
#company table td {
	border-bottom: 1px solid #d7d9db;
	padding: 20px 10px 20px 10px;
	line-height: 1.8em;
	}
#company table td:nth-of-type(1) {
	border-top: 1px solid #d7d9db;
	}
#company table td dl dt {
	float: left;
	width: 60px;
	text-align: right;
	margin: 0 20px 0 0;
	}
#company table td dl dd {
	float: left;
	}
#company table td span {
	display: block;
	}

/* ec */
#dd {
	margin: 0 auto;
	text-align: center;
	padding: 45px 0 0;
	}
#dd h2 {
	font-size: 22px;
	margin-bottom: 20px;
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 100;
	line-height: 22px;
	margin-top: 40px;
	}
#dd ul li {
	margin-bottom: 30px;
	}
#dd ul li img {
	width: 90%;
	}
.pic_box span {
	display: none;
	}

/* text */
.text {
	margin: 0 auto;
	text-align: center;
	padding: 45px 25px 15px;
	}
.text h2 {
	font-size: 22px;
	margin-bottom: 20px;
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 100;
	line-height: 22px;
	margin-top: 40px;
	}
.text h3 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 30px 0 10px;
	}
.text p {
	text-align: left;
	margin-bottom: 30px;
	}
.text ul li {
	text-align: left;
	list-style-type: decimal;
	margin-left: 30px;
	}

/* contact */
#contact {
	margin: 0 auto;
	text-align: center;
	padding: 45px 0 15px;
	}
#contact h2 {
	font-size: 22px;
	margin-bottom: 20px;
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 100;
	line-height: 22px;
	margin-top: 40px;
	}
#contact dl dt {
	font-size: 14px;
	font-weight: bold;
	margin: 50px 0 20px;
	}
#contact dl dd {
	width: 280px;
	text-align: center;
	margin: 0 auto 10px;
	}
#contact dl dd a {
	display: block;
	border: 1px solid #c0c3c6;
	padding: 15px 0;
	margin-bottom: 10px;
	}
#contact dl dd span {
	display: none;
	}
