@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/* link
----------------------------------------------------------------------*/
a:link {
  text-decoration: none;
  color: #fff;
}

a:visited {
  text-decoration: none;
  color: #fff;
}

a:hover {
  text-decoration: none;
  color: #fff;
}

a:active {
  text-decoration: none;
  color: #fff;
}

/* pcNone,spNone
----------------------------------------------------------*/
@media only screen and (min-width: 769px) {
  /* show
  ----------*/
  .pcBlock {
    display: block;
  }

  .spBlock {
    display: none;
  }

  .pcBlock-i {
    display: inline-block;
  }

  .spBlock-i {
    display: none;
  }

  /* hide
  ----------*/
  .pcNone {
    display: none;
  }

  .spNone {
    display: block;
  }

  .pcNone-i {
    display: none;
  }

  .spNone-i {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  /* show
  ----------*/
  .pcBlock {
    display: none;
  }

  .spBlock {
    display: block;
  }

  .pcBlock-i {
    display: none;
  }

  .spBlock-i {
    display: inline-block;
  }

  /* hide
  ----------*/
  .pcNone {
    display: block;
  }

  .spNone {
    display: none;
  }

  .pcNone-i {
    display: inline;
  }

  .spNone-i {
    display: none;
  }
}
.kvSect .sectMain .sectTit img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 769px) {
  .kvSect .sectMain .sectTit {
    margin-left: -75px;
    text-align: right;
  }
}
@media only screen and (max-width: 768px) {
  .topicPath {
    margin-top: -15%;
  }
}

.titSect img {
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .companySect {
    margin-top: 50px;
  }
}
.accessSect {
  margin-top: 80px;
}
.accessSect .inner .sectTit {
  text-align: center;
}
.accessSect .inner .sectMain {
  margin-top: 30px;
}
.accessSect .inner .sectMain .btn {
  margin: 30px auto 0;
}
