body {
  margin: 0;
  padding: 0;
  font-family: Helvetica Neue, Noto Sans Mono, sans-serif;
}

_::-webkit-full-page-media, _:future, :root .siteHeader__specialLinkWrap {
  top: 18px;
}

@media screen and (max-width: 1100px) {
  _::-webkit-full-page-media, _:future, :root .siteHeader__specialLinkWrap {
    top: 5px;
  }
}
@media all and (-ms-high-contrast: none) {
  .siteHeader__specialLinkWrap {
    top: 18px;
  }
}
.siteHeader {
  width: 100%;
  height: auto;
}
.siteHeader__wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #fff;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1100px) {
  .siteHeader__wrap {
    height: 60px;
  }
}
.siteHeader__companyLink {
  display: block;
  width: 99px;
  height: 45px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.siteHeader__companyLink:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1100px) {
  .siteHeader__companyLink {
    width: 74px;
    height: 33px;
  }
}
.siteHeader__companyLinkImg {
  width: 100%;
  height: 100%;
}
.siteHeader__specialLinkWrap {
  position: absolute;
  left: 20px;
}
.siteHeader__specialLink {
  display: inline-block;
  padding-left: 36px;
  font-size: 16px;
  position: relative;
  color: #282828;
  text-decoration: none;
  border: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.siteHeader__specialLink:hover {
  opacity: 0.7;
}
.siteHeader__specialLink:hover::before {
  opacity: 0.7;
}
.siteHeader__specialLink::before {
  content: "";
  width: 20px;
  height: 15px;
  margin: auto;
  background: url(../image/siteHeader_arrow.png) no-repeat 0 0/contain;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.topPage__kvSec {
  padding-top: 80px;
  width: 100%;
  height: 100vh;
  min-height: 800px;
  background-image: url(../image/top_kv_pc.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .topPage__kvSec {
    background-image: url(../image/top_kv_sp.jpg);
    background-position: top;
    min-height: auto;
    padding-top: 60px;
  }
}
.topPage__kvSecCompanyLogoImgWrap {
  width: 100%;
  height: 220px;
  background-color: #fff;
}
.topPage__kvSecCompanyLogoLink {
  width: 100px;
  display: block;
  margin-left: auto;
  margin-right: 40px;
  margin-top: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1100px) {
  .topPage__kvSecCompanyLogoLink:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .topPage__kvSecCompanyLogoLink {
    width: 50px;
    margin-right: 15px;
    margin-top: 20px;
  }
}
.topPage__kvSecCompanyLogoImg {
  width: 100%;
  height: auto;
}
.topPage__linkBtnFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-bottom: 1vh;
}
@media screen and (max-width: 767px) {
  .topPage__linkBtnFlex {
    margin-bottom: 10vh;
  }
}
.topPage__linkBtnLeft {
  width: 47.06vw;
  max-width: 400px;
  display: block;
  margin-left: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1100px) {
  .topPage__linkBtnLeft:hover {
    opacity: 0.6;
  }
}
.topPage__linkBtnLeftImg {
  width: 100%;
  height: auto;
  opacity: 0.8;
}
.topPage__linkBtnRight {
  width: 47.06vw;
  max-width: 400px;
  margin-left: 10vw;
  display: block;
  margin-right: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1100px) {
  .topPage__linkBtnRight:hover {
    opacity: 0.6;
  }
}
.topPage__linkBtnLeftImg {
  width: 100%;
  height: auto;
  padding: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px #707070;
          box-shadow: 0 0 10px #707070;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .topPage__linkBtnFlex {
    left: auto;
    transform: none;
  }

  /* IE11 */
}