@charset "UTF-8";
a {
  color: #070D59;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

p {
  font-size: 22px;
  font-family: "Dela Gothic One", cursive;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 16px;
  }
}

.openbtn,
header,
.top,
#works,
.about,
.contents,
.skill {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .openbtn,
  header,
  .top,
  #works,
  .about,
  .contents,
  .skill {
    width: 100%;
  }
}

header {
  height: 100px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
header p {
  margin: 0;
}
header p a img {
  height: 100px;
  vertical-align: bottom;
}
header ul.global_nav {
  display: flex;
  justify-content: end;
  margin: 0;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  header ul.global_nav {
    display: none;
  }
}
header ul.global_nav li {
  list-style-type: none;
  margin-left: 40px;
  font-size: 24px;
}
header ul.global_nav li a {
  text-decoration: none;
  color: #070D59;
  font-family: "Dela Gothic One", cursive;
}

/* グローバルナビ⇔ハンバーガーメニュー */
.openbtn {
  display: none;
}
@media screen and (max-width: 767px) {
  .openbtn {
    display: block;
  }
}

#g-nav-list ul.hamburger_menu {
  display: block;
}

.top {
  height: 400px;
  background-image: url(../img/logo_gray.png);
  background-repeat: no-repeat;
  background-position: center 100px;
  background-attachment: fixed;
}

.head_border::before,
.head_border::after {
  content: "";
  height: 3px;
  flex-grow: 1;
  background-color: #5893D4;
}

.head_border::before {
  margin-right: 1rem;
}

.head_border::after {
  margin-left: 1rem;
}

footer {
  margin-top: 100px;
  background-color: #070D59;
  height: 300px;
}
footer p {
  color: #fff;
  text-align: center;
  line-height: 300px;
}/*# sourceMappingURL=style.css.map */