  @charset "UTF-8";
/* common */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
}

ul, ol {
  list-style: none;
}

img {
  display: block;
}

h1, h2, h3, h4 {
  font-weight: 400;
  line-height: 1.2;
}

a {
  color: inherit;
  transition: opacity 0.3s;
  text-decoration: none;
}

.c_mark {
  font-family: "メイリオ", Meiryo;
  font-style: normal;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.75;
  }
}
/* helper */
._spOnly {
  display: none;
}

@media screen and (max-width: 767px) {
  ._spOnly {
    display: block;
  }
  ._pcOnly {
    display: none;
  }
}
/* header */
.header-layout {
  width: 100%;
  margin: 0 auto;
  padding: 15px;
  background: #fff;
  border-bottom: 1px solid #999;
}

@media screen and (max-width: 1200px) {
  .header-layout {
    width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  .header-layout {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 0;
    width: 100%;
    z-index: 10000;
  }
}
.header-container {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .header-container {
    display: flex;
    justify-content: space-between;
  }
}
.header-identity {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .header-identity {
    width: calc(100% - 50px);
    padding: 0 10px;
    height: 50px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .header-identity .header_logo {
    width: 100%;
  }
  .header-identity .header_logo img {
    height: 35px;
  }
}
.header-menu {
  position: relative;
  width: 50px;
  height: 50px;
  background: #33bdba;
  cursor: pointer;
}

.header-menu span {
  display: inline-block;
  position: absolute;
  left: 14px;
  height: 3px;
  width: 45%;
  background: #fff;
  border-radius: 2px;
  transition: all 0.4s;
}

.header-menu span:nth-of-type(1) {
  top: 15px;
}

.header-menu span:nth-of-type(2) {
  top: 23px;
}

.header-menu span:nth-of-type(3) {
  top: 31px;
}

.header-menu.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  width: 30%;
  transform: translateY(6px) rotate(-45deg);
}

.header-menu.active span:nth-of-type(2) {
  opacity: 0;
}

.header-menu.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  width: 30%;
  transform: translateY(-6px) rotate(45deg);
}

/* gnv */
.gnv-layout {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .gnv-layout {
    display: none;
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .gnv-layout.active {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 51px;
    background: #33bdba;
    z-index: 1000;
  }
}
.gnv-container {
  display: flex;
  justify-content: flex-end;
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .gnv-container {
    width: 90%;
  }
}
.gnv-container ul {
  display: flex;
  flex-wrap: wrap;
}

.gnv-container ul li {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .gnv-container ul li {
    width: 100%;
    color: #fff;
    font-size: 3.7vw;
  }
}
.gnv-container ul li:not(:last-child) {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .gnv-container ul li:not(:last-child) {
    margin-right: 0;
  }
}
.gnv-container ul li a {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .gnv-container ul li a {
    display: block;
    padding: 5px 0;
  }
}
/* footer */
.footer-layout {
  width: 100%;
  margin: 0 auto;
  padding: 15px;
  background: #000;
}

@media screen and (max-width: 1200px) {
  .footer-layout {
    width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  .footer-layout {
    width: 100%;
    padding: 10px 15px;
  }
}
.footer-container {
  width: 98%;
  margin: 0 auto;
}

.footer-copyright {
  color: #fff;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .footer-copyright {
    font-size: 3vw;
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */
