@charset "UTF-8";
/*------------------------------------------------
* fv
*--------------------------------------------------*/
.fv {
  width: 100%;
}
.fv video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

/*------------------------------------------------
*　ビデオボタン
--------------------------------------------------*/
.play_bt {
  position: absolute;
  left: 50%;
  bottom: 60px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #FFF;
  border: 1px solid #FFF;
}

.play_bt a {
  display: block;
  color: #FFF;
  padding: 10px 15px;
}

/*------------------------------------------------
* about
*--------------------------------------------------*/
.top_about {
  background-image: url(../images/top/top_about_bg.jpg);
  background-size: cover;
  padding: 125px 0 154px;
}
.top_about_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_about_container .top_about_content {
  width: 50%;
}
.top_about_container .top_about_content h2 {
  width: 231px;
  margin-bottom: 50px;
}
.top_about_container .top_about_content p {
  margin-bottom: 20px;
  padding-left: 67px;
}
.top_about_container .top_about_content p:last-of-type {
  margin-bottom: 50px;
}
.top_about_container .btn {
  margin-left: 67px;
}

/*------------------------------------------------
* service
*--------------------------------------------------*/
.top_service {
  padding: 50px 0 61px;
}
.top_service h2 {
  width: 203px;
  margin: 0 auto 35px;
}
.top_service ul {
  margin-bottom: 53px;
}
.top_service ul li {
  background-size: cover;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.top_service ul li:first-of-type {
  width: 100%;
  background-image: url(../images/top/top_service_01.jpg);
  margin-bottom: 50px;
}
.top_service ul li:nth-of-type(2) {
  width: 48%;
  float: left;
  background-image: url(../images/top/top_service_02.jpg);
}
.top_service ul li:last-of-type {
  width: 48%;
  float: right;
  background-image: url(../images/top/top_service_03.jpg);
}
.top_service ul li a {
  display: block;
  padding: 39px 26px;
}
.top_service ul li a:hover {
  background-color: rgba(51, 51, 51, 0.55);
  transition: 0.3s;
}
.top_service ul li a span {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3rem;
  color: #fff;
  border: 1px solid #fff;
  padding-top: 213px;
  letter-spacing: 0.15em;
  padding-left: 20px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: block;
}
.top_service .btn {
  margin: 0 auto;
  display: block;
}

/*------------------------------------------------
* company
*--------------------------------------------------*/
.top_company {
  background-color: #333333;
  color: #fff;
  padding: 72px 0 82px;
}
.top_company .title {
  width: 221px;
  margin: 0 auto 50px;
}
.top_company .title::before, .top_company .title::after {
  background-color: #fff;
}
.top_company .title::before {
  left: 240px;
}
.top_company .title::after {
  right: 240px;
}
.top_company .title span {
  margin-top: -5px;
}
.top_company ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 77px;
}
.top_company ul li {
  width: 48%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.top_company p {
  margin-bottom: 55px;
}
.top_company .btn {
  margin: 0 auto;
  display: block;
  color: #fff;
  border: 1px solid #fff;
}
.top_company .btn:hover {
  border: 1px solid #333;
  background-color: #fff;
  color: #333;
}

/*------------------------------------------------
* rectuit
*--------------------------------------------------*/
.top_recruit {
  background-image: url(../images/top/top_recruit.jpg);
  background-size: cover;
  padding: 147px 0 32px;
  margin-bottom: 101px;
}
.top_recruit .title {
  margin-bottom: 205px;
  width: 217px;
}
.top_recruit .btn {
  color: #fff;
  border: 1px solid #fff;
}
.top_recruit .btn:hover {
  border: 1px solid #000B40;
}

/*------------------------------------------------
* SP
*--------------------------------------------------*/
@media screen and (max-width: 540px) {
  .fv img {
    width: 100%;
  }

  .top_about {
    padding-bottom: 74px;
  }

  .top_about_container {
    display: block;
  }
  .top_about_container .top_about_content {
    width: 100%;
  }
  .top_about_container .top_about_content h2 {
    margin: 0 auto 50px;
  }
  .top_about_container .top_about_content p {
    padding-left: 0;
  }
  .top_about_container .top_about_content .btn {
    display: block;
    margin: 0 auto 50px;
  }

  .top_service ul li a {
    padding: 16px 20px;
  }
  .top_service ul li a span {
    padding-top: 20vw;
    font-size: 2.2rem;
  }

  .top_service ul li:nth-of-type(2) {
    width: 100%;
    margin: 0 0 50px;
  }

  .top_service ul li:last-of-type {
    width: 100%;
  }

  .top_recruit {
    padding: 67px 0 32px;
  }
  .top_recruit .title {
    margin: 0 auto 205px;
  }
  .top_recruit .btn {
    display: block;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=top.css.map */