@charset "utf-8";
/* CSS Document */

/*
.top-page .main-wrap:before {
   content: "";
   display: block;
   position: fixed;
   top: 0;
   left: 0;
   z-index: -1;
   width: 100%;
   height: 100vh;
   background: url("/assets/images/top/fix-bg.jpg") center no-repeat;
   background-size: cover;
 }
@media screen and (max-width:480px) {
  .top-page .main-wrap:before {
    top: 5vh;
    height: 30vh;
    background: url("/assets/images/top/fix-bg-sp.jpg") center no-repeat;
    background-size: cover;
  }
}
*/
.top-page .rogo {
  min-height: 100vh;
  width: 100%;
  text-align: center;
}
@media screen and (max-width:480px) {
  .top-page .rogo {
    min-height: 80vh;
    width: 100%;
    text-align: center;
  }
}
.top-page .rogo img {
  width: 20.8%;
  margin-top: 48vh;
}
@media screen and (max-width:480px) {
    .top-page .rogo img {
        width: 33.333%;
        margin-top: 38vh;
    }
}
.top-page .contents-wrap {
  text-align: center;
  width: 760px;
  margin: 0 auto;
  padding: 130px 0;
}
@media screen and (max-width:860px) {
  .top-page .contents-wrap {
    width: 90%;
    padding: 30px 0;
  }
}
.top-page .contents-wrap.sec-02 {
  margin-top: 190px;
}
.top-page .sec-01 h2 {
  text-align: center;
  font-size:38px;
  letter-spacing:6px;
}
@media screen and (max-width:480px) {
.top-page .sec-01 h2 {
    font-size: 24px;
  }
}
.p-top-works h2 {
  font-size:38px;
  letter-spacing:6px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width:480px) {
  .p-top-works h2 {
    font-size:24px;
  }
}
h3 {
  font-size:26px;
  letter-spacing:3px;
}
@media screen and (max-width:640px) {
  h3 {
    font-size:20px;
  }
}
h4 {
  font-size:20px;
  letter-spacing:1px;
  line-height: 1.2;
  text-indent: -10px;
}
@media screen and (max-width:640px) {
  h4 {
    font-size:16px;
  }
}
h4.ind-15 {
  text-indent: -15px;
}
h4.ind-20 {
  text-indent: -20px;
}
.top-page .contents-wrap .col-wrap {
  display: flex;
  justify-content: center;
}
@media screen and (max-width:860px) {
  .top-page .contents-wrap .col-wrap {
    display: block;
  }
}
.top-page .contents-wrap .col-wrap .col {
  margin-top: 60px;
  margin-left: 120px;
  text-align: left;
  width: 33.333%;
}
.top-page .contents-wrap .col-wrap .col.mt40 {
  margin-top: 40px;
}
@media screen and (max-width:860px) {
  .top-page .contents-wrap .col-wrap .col {
    text-align: left;
    margin-left: 0;
    width: 65%;
    margin: 40px auto 0 auto;
  }
}
.top-page .contents-wrap .col-wrap .col:first-child {
  margin-left: 0;
}
@media screen and (max-width:860px) {
  .top-page .contents-wrap .col-wrap .col:first-child {
    margin: 40px auto 0 auto;
  }
}
@media screen and (max-width:860px) {
  .top-page .contents-wrap.sec-02 .col-wrap .col {
    margin: 20px auto 0 auto;
  }
}
.top-page .contents-wrap .col-wrap .col li {
  margin-top: 10px;
  list-style-type: disc;
  letter-spacing: 1px;
}
@media screen and (max-width:480px) {
  .top-page .contents-wrap .col-wrap .col li {
    font-size: 13px;
  }
}
.top-page .btn {
  display: block;
  background: url("/assets/images/ico-top-btn.png") no-repeat;
  background-position: 95% center;
  background-size: 16px 14.490px;
  border: solid 1px #000;
  text-align: center;
  letter-spacing: 0.7px;
  width: 316px;
  height: 60px;
  margin: 80px auto 0;
}
@media screen and (max-width:860px) {
  .top-page .btn {
    width: 75%;
  }
}
.top-page .btn:hover {
  opacity: 0.7;
}
.top-page .btn a {
  display: block;
  color: #000;
  padding: 24px 0 20px;
}
.u-bgBlack {
  background: #000;
}

/* ------ FOOTER ------ */
.p-footer-nav1 {
  background-color: #fff;
}
.p-footer-nav1 li {
  border: solid 1px #000;
}
.p-footer-nav1 li a {
  color: #000;
}

/* ------ bg ------ */
.top-page .bg {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: #000;
  background: url("/assets/images/top/bg-main.jpg") no-repeat top / cover;
}
@media screen and (max-width:480px) {
  .top-page .bg {
    background: url("/assets/images/top/bg-main-sp.jpg") no-repeat top / cover;
  }
}
.top-page .bg_inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.top-page .bg video {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-aspect-ratio: 1920/1080) {
  .top-page .bg video {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width:480px) {
  .top-page .main-wrap:before {
    top: 5vh;
    height: 30vh;
  }

  .top-page .bg {
    width: 106%;
    top: 50px;
    left: -3%;
  }

  .top-page .bg_inner {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
  }

  .top-page .bg video {
    width: auto;
    height: 900px;
  }
}
.top-page .bg .onSP {
  display: none;
}
@media screen and (max-width:480px) {
  .top-page .bg .onPC {
    display: none;
  }
  .top-page .bg .onSP {
    display: block;
  }
}
  span.anc-01-anchor {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}
@media screen and (max-width:480px) {
  span.anc-01-anchor {
      padding-top: 39vh;
      margin-top: -50vh;
  }
}