@charset "utf-8";
/* ========================================================
	styles.css => 共通CSS
======================================================== */
/* reset
============================================================================================================ */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td, main, figure {
	margin: 0;
	padding: 0;
}
table {
	font-size: 100%;
	font-family: inherit;
}
fieldset, img {
	border: 0;
}
img {
	vertical-align: middle;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
select, input, textarea {
	font-size: 100%;
}
header,footer,nav,main,section,article,figure,aside {
	display: block;
}

/* base
============================================================================================================ */
html {
	font-size: 62.5%;
}
body {
	background-color: #fff;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.8;
	color: #111;
	word-wrap: break-word;
	overflow-wrap: break-word;

	font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Verdana, Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.8;
}
a[href] {
	color: #00a0e9;
	text-decoration: underline;
	outline: none;
}
a[href]:hover {
	text-decoration: none;
}

body::before {
	content: "";
	position: fixed;
	top: 160px;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../images/bg.jpg) no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: -1;
}

/* w
============================================================================================================ */
.w {
	position: relative;
	width: 820px;
	margin: 0 auto;
}
.w:after {
	content: ""; display: table; clear: both;
}
.w.x {
	width: 860px;
}
.mw {
	min-width: 900px;
}

/* header
============================================================================================================ */
#header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	padding: 22px 0 48px;
	background: #fff url(../images/head_bg.png) repeat-x 0 100%;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 1000;
}
@media print {
	#header {
		position: absolute;
	}
}
#header h1 {
	float: left;
}
#header p {
	float: right;
}


/* footer
============================================================================================================ */
#footer {
	margin-top: 50px;
}

/* copyright
------------------------------------------------------------- */
#footer small {
	display: block;
	padding: 15px 0;
	text-align: right;
	font-size: 1.8rem;
}



/* container
============================================================================================================ */
#container {
	position: relative;
	font-size: 1.8rem;
	line-height: 1.8;
}

/* main
============================================================================================================ */
#main {
	display: table;
	width: 100%;
	height: 100vh;
	margin-bottom: 70px;
	padding-top: 160px;
	padding-bottom: 40px;
	text-align: center;
}
#main > * {
	display: table-cell;
	vertical-align: middle;
}

/* section
============================================================================================================ */
section {
	margin-bottom: 40px;
	padding-left: 40px;
}
section h1 {
	margin-left: -40px;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 2rem;
}
section h1::before {
	content: "●";
}

/* dl_table
============================================================================================================ */
.dl_table {
	display: table;
}
.dl_table > * {
	display: table-row;
}
.dl_table > * > * {
	display: table-cell;
	vertical-align: top;
}
.dl_table dt {
	white-space: nowrap;
	padding-right: 1em;
}

/* achievement
============================================================================================================ */
.achievement {
	position: relative;
	margin-left: -40px;
	height: 710px;
}
.achievement li {
	position: absolute;
}
.achievement li span {
	position: absolute;
	white-space: nowrap;
}

.achievement .a01 {
	top: 30px;
	left: 154px;
}
.achievement .a01 span {
	left: -40px;
	top: -25px;
}
.achievement .a02 {
	top: 230px;
	left: -30px;
}
.achievement .a02 span {
	left: 0;
	top: -30px;
}
.achievement .a03 {
	top: 290px;
	left: 240px;
}
.achievement .a03 span {
	left: 0;
	bottom: -30px;
}
.achievement .a04 {
	top: 20px;
	left: 512px;
}
.achievement .a04 span {
	left: 45px;
	bottom: -35px;
}
.achievement .a05 {
	top: 290px;
	left: 465px;
}
.achievement .a05 span {
	right: 10px;
	bottom: -35px;
}

/* contact
============================================================================================================ */
.contact {
	margin-left: 120px;
	font-size: 2rem;
}
.contact li span {
	display: inline-block;
	width: 3em;
}

