/* CSS Document */
@media (min-width: 768px) {
  html {
    font-size: 28px !important;
  }
}
@media (min-width: 1025px) {
  html {
    font-size: 30px !important;
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 32px !important;
  }
}
@media (min-width: 1366px) {
  html {
    font-size: 34px !important;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 36px !important;
  }
}
@media (min-width: 1680px) {
  html {
    font-size: 40px !important;
  }
}
@font-face {
  font-family: 'gilroyBold';
  src: url('../font/gilroy-extrabold-webfont.woff') format('woff'), url('../font/gilroy-extrabold-webfont.woff2') format('woff2'), url('../font/Gilroy-ExtraBold.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gilroy';
  src: url('../font/gilroy-light-webfont.woff') format('woff'), url('../font/gilroy-light-webfont.woff2') format('woff2'), url('../font/Gilroy-light.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.gilroy {
  font-family: gilroy;
}
.gilroybold {
  font-family: gilroyBold;
}
.header {
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 666;
  height: 90px;
  width: 100%;
}
.header-inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header-inner .logo {
  margin-right: 10px;
}
.pc-nav {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  height: 90px;
  position: relative;
}
.pc-nav .bottomline {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 64px;
  height: 3px;
  background-color: #3eb134;
}
.pc-nav li {
  margin: 0 30px;
  padding: 25px 0;
}
.pc-nav li a {
  font-size: 16px;
  color: #31495f;
  padding: 25px 0;
  display: block;
}
.pc-nav li.active a {
  color: #31495f;
  font-weight: bold;
}
.pc-nav li:nth-child(8) {
  margin-right: 0;
}
.header-placeholder {
  height: 90px;
}
.global-tit {
  margin-bottom: 36px;
}
.global-tit h3 {
  font-size: 36px;
  font-weight: bold;
  color: #31495f;
}
.global-tit h6 {
  font-size: 18px;
  margin-top: 10px;
}
.footer {
  background-color: #f5f5f7;
  padding-top: 58px;
}
.footer-top {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 36px;
}
.footer-top .address {
  color: #333;
  font-size: 16px;
  line-height: 40px;
}
.footer-top .address span {
  min-width: 100px;
}
.footer-top .footer-address {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  justify-content: flex-end;
  align-items: flex-end;
}
.footer-sup {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-sup .copy-right {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #333;
  text-align: center;
}
.footer-sup .copy-right span {
  margin: 0 15px;
}
.footer-nav {
  padding-top: 20px;
  padding-bottom: 6px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.footer-nav a {
  color: #333;
  opacity: .8;
  transition: all 0.3s linear;
}
.footer-nav a.active {
  opacity: 1;
}
.footer-nav a:hover {
  opacity: 1;
}
