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, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

ul, ol {
  list-style: none; }

img {
  border: 0 none; }

html, body {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

* {
  box-sizing: border-box; }

body {
  font-family: 'Helvetica Neue', 'Noto Sans Japanese', sans-serif;
  letter-spacing: .5px;
  color: #141414; }
  body::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.clearfix:after {
  content: "";
  clear: both;
  display: block; }

.navi {
  display: block;
  position: absolute;
  z-index: 900;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: transparent; }
  .navi__logo {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    left: 0;
    width: 150px;
    margin: 0 0 0 0;
    opacity: 0; }
  .navi__menu {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    font-weight: bold;
    right: 0;
    margin: 0 2rem 0 0; }
  .navi__menu-item {
    cursor: pointer;
    outline: none;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    display: inline-block;
    padding: 0 1rem;
    font-size: 1.1rem;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: transparent; }
    .navi__menu-item:hover {
      -webkit-transition: 1s;
      -moz-transition: 1s;
      -o-transition: 1s;
      transition: 1s;
      border-bottom-color: whitesmoke; }
    .navi__menu-item a {
      color: #141414;
      text-decoration: none; }

.main-content {
  display: block;
  position: relative;
  z-index: 700;
  max-width: 1000px;
  margin: 0 auto; }
  .main-content__section {
    display: block;
    text-align: center;
    padding: 1.5rem 2rem 2rem 2rem; }
  .main-content__title {
    display: block;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 0 0 1.3rem 0;
    word-wrap: break-word;
    word-break: normal; }
  .main-content__caption {
    display: block;
    word-wrap: break-word;
    word-break: normal; }
  .main-content__section {
    margin: 0 1rem 2rem 1rem; }
  .main-content__caption {
    font-size: 1.4rem;
    padding: 0 3rem; }

.footer {
  display: block;
  position: relative;
  z-index: 800;
  width: 100%;
  padding: 1rem 0;
  color: white;
  font-size: .9rem;
  text-align: center; }

.bg-filter {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 0; }

.icon {
  display: inline-block; }
  .icon_m {
    width: 50px;
    height: 50px; }

.key-message {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 .5rem;
  text-align: center; }
  .key-message__text {
    position: relative;
    top: 43%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline;
    font-size: 2.8rem;
    color: white;
    letter-spacing: 5px;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    word-wrap: break-word;
    word-break: normal; }

.article {
  display: inline-block;
  width: 49%;
  height: 400px;
  padding: 1rem;
  float: left; }
  .article__title {
    display: block;
    height: 100px; }
    .article__title h2 {
      display: block;
      font-weight: bold;
      font-size: 1rem;
      position: relative;
      top: -7px;
      line-height: 1.7rem; }
  .article__text {
    display: block;
    font-size: 1rem;
    word-wrap: break-word;
    word-break: normal;
    text-align: left; }
    .article__text_center {
      text-align: center !important; }
  .article__list {
    display: block;
    font-size: 1rem;
    padding: 1rem 0 0 2rem;
    text-align: left;
    list-style-type: square; }
  .article__date {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    padding: 0 0 .5rem 0; }
  .article_short {
    height: 200px; }

.email {
  display: block;
  height: 44px;
  padding: 1rem; }
  .email .fa {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin: 0 5px 0 0; }
  .email a {
    font-size: 1.2rem;
    color: #ff2800; }
  .email:hover .fa {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #ff2800; }

.company-data {
  display: block;
  width: 100%; }
  .company-data dl {
    display: block;
    width: 100%;
    padding: 1rem 0;
    border-bottom: solid 1px white;
    font-size: 1rem; }
  .company-data dt {
    display: inline-block;
    text-align: center;
    font-weight: bold; }
  .company-data dd {
    display: inline-block; }
  .company-data dt {
    width: 30%;
    float: left; }
  .company-data dd {
    width: 69%;
    text-align: left; }

.guide-star {
  display: block;
  z-index: 600;
  position: absolute;
  bottom: 40px;
  text-align: center;
  width: 100%; }

@keyframes blink {
  from {
    opacity: 1; }
  50% {
    opacity: .3; }
  to {
    opacity: 1; } }
  .guide-star .fa {
    cursor: pointer;
    outline: none;
    font-size: 2rem;
    color: white;
    animation-name: blink;
    animation-duration: 3s;
    animation-iteration-count: infinite; }

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .main-content__section {
    margin: 0 .5rem 2rem .5rem; }
  .main-content__caption {
    font-size: 1.2rem;
    padding: 0 2rem; }
  .main-content__title {
    font-size: 1.5rem; }
  .article {
    width: 100%;
    height: auto;
    float: none; }
    .article__title {
      height: 110px; }
    .article__title h2 {
      font-size: 1rem; }
  .company-data dt {
    width: 100%;
    float: none;
    margin: 0 0 .4rem 0; }
  .company-data dd {
    width: 100%;
    text-align: center; } }

@media only screen and (min-width: 0px) and (max-width: 750px) {
  .navi__logo {
    margin: 0 0 0 0; }
  .navi__menu {
    display: none; } }
