@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 10px;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
}

.index_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.header_wrapper {
  position: fixed;
  z-index: 100;
  background-color: #fff;
  width: 100%;
  height: 20%;
  top: 0;
}

.header {
  position: relative;
  max-width: 862px;
  text-align: right;
  margin: 0 auto;
  top: 20%;
}
.header:hover {
  opacity: 0.7;
  cursor: pointer;
}

.site_discription {
  position: relative;
  font-size: 110%;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
}

.site_title {
  position: relative;
  font-size: 150%;
  letter-spacing: 0.1em;
}

.content_outside {
  position: fixed;
  top: 20%;
  background: url("../img/logo_part01.jpg") no-repeat;
  width: 100%;
  height: 242px;
  background-position: center top;
  background-size: 866px;
}

.content_inside {
  position: relative;
  top: 20%;
  padding-top: 16px;
}
.content_inside .scroll_icon {
  position: fixed;
  top: 20%;
  text-align: center;
  left: 50%;
  width: 25px;
  height: auto;
  margin-left: -12.5px;
  margin-top: 205px;
  display: none;
}

.content_inside__inner {
  position: relative;
  height: 210px;
  overflow-y: scroll;
}
.content_inside__inner:-webkit-scrollbar {
  display: none;
}

.content_inside_part_wrapper {
  position: relative;
}

.content_inside_part {
  position: relative;
  width: 555px;
  display: table;
  margin: 0 auto;
  margin-bottom: 2em;
  top: 16px;
}

.content_inside__front {
  height: 190px;
}

.content_inside__concept {
  height: 350px;
}

.content_inside__buissness {
  height: 190px;
}

.content_inside__info {
  height: 160px;
  margin-bottom: 3em;
}

.content_inside_part__title {
  display: table-cell;
  font-size: 180%;
  font-weight: normal;
  width: 150px;
  letter-spacing: 0.2em;
  position: absolute;
  padding-bottom: 2em;
  font-weight: bold;
}

.concept_title {
  top: 60px;
}

.buissness_title {
  top: 60px;
}

.info_title {
  top: 60px;
}

.member_title {
  top: 50px;
  letter-spacing: 0.1em;
}

.content_inside_part__text {
  display: table-cell;
  font-size: 130%;
  width: 405px;
  line-height: 2.3em;
  clear: both;
}
.content_inside_part__text li {
  font-size: inherit;
  padding-left: 1em;
}
.content_inside_part__text li:before {
  content: "■";
  margin-right: 0.5em;
  margin-left: -1em;
}
.content_inside_part__text dt, .content_inside_part__text dd {
  font-size: inherit;
  line-height: 2em;
}
.content_inside_part__text dt {
  float: left;
  width: 70px;
}
.content_inside_part__text dd {
  margin-left: 70px;
}
.content_inside_part__text dd:before {
  content: "：";
  margin-right: 0.5em;
}
.content_inside_part__text dd em {
  font-size: 120%;
  font-style: normal;
}

.content_inside_part__text_member {
  display: table-cell;
  font-size: 130%;
  width: 405px;
  line-height: 2.3em;
  clear: both;
  padding-bottom: 20px;
}
.content_inside_part__text_member h2 {
  font-weight: normal;
  font-size: 110%;
  margin-bottom: 0.5em;
}
.content_inside_part__text_member h2 em {
  font-size: 125%;
  font-style: normal;
  vertical-align: bottom;
  margin-left: 0.3em;
}
.content_inside_part__text_member p {
  font-size: 95%;
  line-height: 2em;
  margin-bottom: 2em;
}
.content_inside_part__text_member p:last-child {
  margin-bottom: 0;
}

.nav_wrapper {
  position: fixed;
  margin: 0 auto;
  top: 30%;
  text-align: center;
  width: 100%;
  height: 30%;
  margin-top: 200px;
}
.nav_wrapper img {
  width: 866px;
}

.nav {
  display: block;
  width: 900px;
  margin: 0 auto;
  margin-top: 55px;
}
.nav a, .nav span {
  width: 95px;
  margin: 0 2.9em;
  text-align: center;
  display: inline-block;
  font-size: 140%;
  letter-spacing: 0.1em;
  color: #000;
  text-decoration: none;
  padding-bottom: 0.7em;
}
.nav a:hover, .nav span:hover {
  transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  border-width: 5px 0px;
}
.nav img {
  width: 141px;
  height: auto;
  vertical-align: middle;
}
.nav .nav_part_concept {
  border-bottom: 1px solid #E71F19;
}
.nav .nav_part_buissiness {
  border-bottom: 1px solid #00B2CA;
}
.nav .nav_part_info {
  border-bottom: 1px solid #F49C17;
}
.nav .nav_part_member {
  border-bottom: 1px solid #A276B1;
}
.nav .nav_part_contact {
  border-bottom: 1px solid #6CBB5B;
}

/*# sourceMappingURL=style.css.map */
