@charset "UTF-8";
body {
  background: url(../images/top-bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

#wrap {
  width: 95vw;
  height: 95vh;
  margin: 2.5vh 2.5vw;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.7);
}
#wrap .wrap-inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: grid;
  place-items: center;
}

@media screen and (max-width: 480px) {
  #container {
    width: 90%;
  }
}

#global-header .inner h1 {
  text-align: center;
}
#global-header .inner h1 a {
  display: inline-block;
}
#global-header .inner h1 a img {
  width: 60%;
}
#global-header .inner .com-name {
  font-size: 4.8em;
  text-align: center;
  color: #142533;
  margin-bottom: 24px;
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 480px) {
  #global-header .inner h1 {
    margin-bottom: 24px;
  }
  #global-header .inner .com-name {
    font-size: 3.2em;
  }
}

#global-navi {
  margin-bottom: 24px;
}
#global-navi ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
#global-navi ul li {
  text-align: center;
  width: 100%;
}
#global-navi ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  line-height: 1;
  transition: all 0.8s ease;
}
#global-navi ul li a span.ja {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.5;
}
#global-navi ul li a span.en {
  font-size: 1.1em;
  line-height: 1;
}
#global-navi ul li a:hover {
  background: #142533;
}
#global-navi ul li a:hover span {
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  #global-navi {
    display: none;
  }
}

#top-content {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 24px;
}
#top-content .top-info {
  padding-top: 24px;
}
#top-content .top-info h2 {
  text-align: center;
  font-size: 18px;
}
#top-content .top-info div {
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
}
#top-content .top-info div:nth-child(odd) {
  background: #f0f1f2;
}
@media screen and (max-width: 480px) {
  #top-content .top-info div {
    display: block;
  }
}
#top-content .top-info div .post-meta {
  width: 25%;
}
@media screen and (max-width: 480px) {
  #top-content .top-info div .post-meta {
    display: block;
    width: 100%;
    margin-bottom: 8px;
  }
}
#top-content .top-info div .post-meta time {
  display: inline-block;
  font-size: 13px;
  color: #101c28;
  margin-right: 8px;
}
#top-content .top-info div .post-meta .category {
  display: inline-block;
  color: #101c28;
  font-size: 13px;
}
#top-content .top-info div .post-title {
  font-size: 13px;
  color: #101c28;
  width: 75%;
}
@media screen and (max-width: 480px) {
  #top-content .top-info div .post-title {
    display: block;
    width: 100%;
  }
}

#top-footer {
  text-align: center;
}
#top-footer .copy {
  font-size: 1.4em;
}

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