@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/Inter-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/Inter-ThinItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/Inter-ExtraLight.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/Inter-ExtraLightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Inter-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Inter-LightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Inter-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Inter-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Inter-MediumItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Inter-SemiBoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Inter-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Inter-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/Inter-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/Inter-ExtraBoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/Inter-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/Inter-BlackItalic.woff2") format("woff2");
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  line-height: 1.5;
  font-family: Inter, PingFang SC, system-ui, -apple-system, Segoe UI, Rototo,
    Helvetica, Arial, sans-serif;
  background: #fff;
  color: #141414;
}
a {
  color: #141414;
  text-decoration: none;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 99;
}
.header .inner {
  background: #fff;
  max-width: 1200px;
  margin: 0 auto;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}
.header .logo img {
  height: 26px;
}
.header .navi {
  display: flex;
  justify-content: center;
}
.header .navi .trigger {
  display: none;
}
.header .navi a {
  margin: 0 30px;
  font-size: 14px;
  border-bottom: 1px solid transparent;
  padding: 0 1px;
}
.header .navi a:hover {
  font-weight: 600;
  padding: 0px;
  border-color: #141414;
}
.header .start {
  border: 1px solid #141414;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  padding: 9px 16px;
}
.header .start:hover {
  background: #141414;
  color: #fff;
}

.footer {
  padding: 66px 0 50px 0;
  background: #141414;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
.footer .comp .logo {
  margin-bottom: 8px;
}
.footer .comp .logo img {
  height: 26px;
}
.footer .comp .cp {
  color: #9d9fa3;
  font-size: 14px;
  margin-bottom: 40px;
}
.footer .comp a {
  color: #5a5a59;
}
.footer .third {
  display: flex;
}
.footer .third a {
  margin-right: 16px;
}
.footer .third img {
  width: 16px;
  height: 16px;
}
.footer .lnk {
  display: flex;
}
.footer .lnk-block {
  margin-left: 70px;
}
.footer .lnk-block .hd {
  color: #fef9ef;
  font-weight: bold;
  margin-bottom: 18px;
}
.footer .lnk-block .bd p {
  margin-bottom: 12px;
}
.footer .lnk-block .bd a {
  color: #c4c8cd;
  font-size: 14px;
  font-weight: 500;
}
.footer .lnk-block .bd a:hover {
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .header .inner {
    height: 52px;
  }
  .header .logo {
    margin-left: 10px;
  }
  .header .logo img {
    display: block;
  }
  .header .navi {
    margin-right: 10px;
  }
  .header .navi.active .items {
    display: flex;
  }
  .header .navi .trigger {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #dee2e6;
    text-align: center;
  }
  .header .navi .trigger img {
    width: 18px;
    height: 18px;
    vertical-align: middle;
  }
  .header .navi .items {
    display: none;
    position: fixed;
    top: 52px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    flex-direction: column;
    padding-top: 20px;
  }
  .header .navi a {
    padding: 8px 0 8px 32px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .header .navi a:hover {
    padding: 8px 0 8px 32px;
    border-bottom: none;
  }
  .header .start {
    display: none;
  }

  .footer {
    padding: 33px 0 10px 33px;
  }
  .footer-inner {
    flex-direction: column;
  }
  .footer .comp {
    margin-bottom: 30px;
  }
  .footer .comp .logo {
    margin-bottom: 0px;
  }
  .footer .comp .logo img {
  }
  .footer .comp .cp {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .footer .lnk {
    flex-direction: column;
  }
  .footer .lnk-block {
    margin-left: 0;
    margin-bottom: 15px;
  }
  .footer .lnk-block .hd {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .footer .lnk-block .bd p {
    margin-bottom: 5px;
  }
  .footer .lnk-block .bd a {
    font-size: 14px;
  }
}
