@charset "utf-8";

@keyframes vertical {
  0% {
    transform: translateY(-60px);
  }

  100% {
    transform: translateY(-80px);
  }
}

.mv_main_image img {
  animation: vertical 2s ease-in-out infinite alternate;
}

.slick-dots li button::before {
  font-size: 12px !important;
}

.slick-dots li {
  margin: 0 !important;
}

/* ---- top_h2 ---- */

.top_h2 {
  text-align: center;
  padding: 80px 0 50px;
  font-size: 1.3rem;
  line-height: 2.4em;
}

.top_h2 span {
  font-size: 2.6rem;
  letter-spacing: 5px;
  font-weight: bold;
}

.info_box .top_h2 {
  color: #756010;
}

.info_box .top_h2 span {
  color: #fff;
}

/* ---- service_box ---- */

.service_box_item dl dt {
  color: #aea253;
  font-size: 1.6rem;
}

.service_box_item dl dd {
  margin: 5px 0 10px;
  font-size: 1.4rem;
}

.service_img {
  padding: 30px 0 0;
  min-height: 140px;
}

/* ---- info_box ---- */

.info_box a,
.info_box a:hover {
  color: #666;
}

.info_item dl dt span {
  font-size: 1rem;
  color: #999;
  font-weight: normal;
}

/* ---- works_box ---- */

.works_box {
  text-align: center;
}

.works_box_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.works_box_inner a {
  text-decoration: none;
}

.works_box_inner a:hover {
  z-index: 9;
}

.works_box .top_h2 span {
  color: #958822;
}

.btn_works a {
  display: block;
  background: #958822;
  color: #fff;
  padding: 15px 0;
  margin: 50px auto 0;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
}

.btn_works a:hover {
  background: #b7aa43;
  color: #fff;
}

.works_item_top dd {
  text-align: center;
  margin: 10px 0 0;
}

.works_item_top dd span {
  font-size: 1rem;
}

.works_item_box {
  width: 380px;
  background: url(../img/bg_top_service.png);
}

.works_item_box h3 {
  color: #000;
  font-size: 1.5rem;
  padding: 25px 0 0;
}

.works_item_box p {
  color: #958822;
  font-size: 1.4rem;
  padding: 0 0 30px;
}

.works_item_box img {
  width: 100%;
  height: auto;
}

.works_item_box img.img_service_comingsoon {
  width: 60%;
  height: auto;
  margin: 90px 0 0;
}

/* ---- photo-img ---- */

.photo-img {
  width: 100%;
}

.photo-img li {
  width: 25%;
  list-style-type: none;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.photo-img li .company_photo {
  height: auto;
  width: 100%;
  position: absolute;
  min-width: 100%;
  min-height: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate(-50%, -50%);
  transform: translate3d(-50%, -50%, 0);
}

/* ===============================================
 PC版のみ
=============================================== */

@media screen and (min-width: 768px) {
  .mv_pc {
    visibility: visible;
  }

  .mv_sp {
    visibility: hidden;
  }

  .mv {
    background: url(../img/bg_mv.png) repeat-x;
    margin: 54px 0 0;
  }

  .mv_inner {
    background: url(../img/bg_mv_inner.png) no-repeat center bottom;
    width: 1170px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    height: 520px;
  }

  .mv_main_image {
    position: absolute;
    top: 0;
    left: 45px;
  }

  .mv_main_image img {
    width: 278px;
    height: auto;
    z-index: 98;
  }

  .mv_inner .slider {
    position: absolute;
    width: 640px;
    top: 40px;
    right: 10px;
  }

  .slider img.mv_img {
    width: 600px;
    height: auto;
    margin: 8px 40px 0 0;
  }

  .slider img.mv_img_recruit {
    width: 616px;
    height: auto;
  }

  .slick-dots {
    bottom: -20px;
  }

  /* ---- service_box ---- */

  .service_box {
    margin: 50px auto;
  }

  .service_box_item {
    float: left;
    border-left: 1px solid #000;
    width: 291px;
    text-align: center;
  }

  .service_box_item:last-child {
    border-right: 1px solid #000;
  }

  .top_img_webdesign {
    width: 167px;
    height: auto;
  }

  .top_img_webappli {
    width: 195px;
    height: auto;
  }

  .top_img_mobile {
    width: 157px;
    height: auto;
  }

  .top_img_mainte {
    width: 208px;
    height: auto;
    margin: 30px 0 0;
  }

  /* ---- info_box ---- */

  .info_box {
    background: url(../img/bg_top_info.jpg) no-repeat center bottom;
    padding: 0 0 60px;
    background-size: 100% auto;
    font-size: 1.4rem;
  }

  .info_box-inner {
    width: 920px;
    margin: 0 auto;
  }

  .info_img {
    float: left;
    overflow: hidden;
    width: 215px;
    background-size: cover;
    background-position: 50% 50%;
    height: 166px;
  }

  .info_item dl {
    float: right;
    width: 620px;
    padding: 25px 50px 25px 30px;
  }

  .info_item {
    background: url(../img/bg_infolist.png) no-repeat right center;
    background-size: 920px auto;
    position: relative;
    margin: 0 0 20px;
  }

  .info_item:hover {
    background: url(../img/bg_infolist_ov.png) no-repeat right center;
    background-size: 920px auto;
    position: relative;
    margin: 0 0 20px;
  }

  .info_item dl dt {
    font-size: 1.4rem;
    color: #0a707d;
    font-weight: bold;
    margin: 0 0 10px;
  }

  /* ---- works_box ---- */
  .works_item_top {
    float: left;
    text-align: left;
    width: 20%;
  }

  .works_item_top .works_img {
    width: 210px;
    height: auto;
  }

  .btn_works a {
    width: 340px;
  }

  /* ---- photo-img ---- */

  .photo-img {
    margin: 170px 0 0;
    min-width: 1170px;
  }

  .photo-img li {
    height: 200px;
  }

  .photo-img li .ico_lunch {
    width: 98px;
    height: auto;
    position: absolute;
    top: 10px;
    right: 10px;
  }
}

/* ===============================================
スマホ版のみ
=============================================== */

@media screen and (max-width: 767px) {
  /* ---- top_h2 ---- */
  .top_h2 {
    text-align: center;
    padding: 50px 0 30px;
    font-size: 1.3rem;
    line-height: 2.4em;
  }

  .mv_pc {
    visibility: hidden;
  }

  .mv_sp {
    visibility: visible;
  }

  .mv_inner {
    background: url(../img/bg_mv_sp.png) no-repeat left bottom;
    background-size: auto 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    height: 280px;
  }

  .mv_main_image {
    position: absolute;
    top: 120px;
    left: 10px;
  }

  .mv_main_image img {
    width: 100px;
    height: auto;
    z-index: 98;
  }

  .mv_inner .slider {
    position: absolute;
    width: 240px;
    top: 70px;
    right: 10px;
  }

  .slider img.mv_img,
  .slider img.mv_img_recruit {
    width: 100%;
    height: auto;
    margin: 8px 40px 0 0;
  }

  .slick-dots {
    bottom: -20px;
  }

  /* ---- service_box ---- */

  .service_box {
    width: 96%;
    margin: 50px auto;
  }

  .service_box_item {
    width: 50%;
    float: left;
    text-align: center;
    box-sizing: border-box;
  }

  .service_box_item br {
    display: none;
  }

  .service_box_item dl dd {
    min-height: 2em;
  }

  .service_box_item:nth-child(1) {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 0 15px 15px 0;
  }

  .service_box_item:nth-child(2) {
    border-bottom: 1px solid #000;
    padding: 0 0 15px 15px;
  }

  .service_box_item:nth-child(3) {
    border-right: 1px solid #000;
    padding: 0 15px 0 0;
  }

  .service_box_item:nth-child(4) {
    padding: 0 0 0 15px;
  }

  .service_box_item dl dt {
    font-size: 1.4rem;
  }

  /* ---- info_box ---- */

  .info_box {
    background: url(../img/bg_top_info_sp.jpg);
    padding: 0 0 60px;
    font-size: 1.4rem;
  }

  .info_box-inner {
    width: 90%;
    margin: 0 auto;
  }

  .info_img {
    float: left;
    overflow: hidden;
    width: 35%;
    background-size: cover;
    background-position: 50% 50%;
    height: 10vh;
  }

  .info_item dl {
    float: right;
    width: 60%;
    padding: 5px 5px 5px 0;
    box-sizing: border-box;
  }

  .info_item {
    background: #fff;
    position: relative;
    margin: 0 0 20px;
  }

  .info_item dl dt {
    font-size: 1.4rem;
    line-height: 1.5em;
    color: #0a707d;
    font-weight: bold;
    margin: 0 0 10px;
  }

  .info_item dl dd {
    display: none;
  }

  /* ---- works_box ---- */

  .works_item_top {
    width: 46%;
    text-align: left;
  }

  .works_item_top:nth-child(1) {
    float: left;
    margin-bottom: 40px;
  }

  .works_item_top:nth-child(2) {
    float: right;
    margin-bottom: 40px;
  }

  .works_item_top:nth-child(3) {
    float: none;
    margin: 0 auto 40px;
  }

  .works_item_top:nth-child(4) {
    float: left;
  }

  .works_item_top:nth-child(5) {
    float: right;
  }

  .works_item_top .works_img {
    width: 100%;
    height: auto;
  }

  .btn_works a {
    width: 100%;
    margin: 10px auto 0;
  }

  .works_item_box {
    width: 100%;
    margin: 0 0 20px;
  }

  /* ---- photo-img ---- */

  .photo-img {
    margin: 80px 0 0;
  }

  .photo-img li {
    height: 100px;
  }

  .photo-img li .ico_lunch {
    width: 70px;
    height: auto;
    position: absolute;
    top: 5px;
    right: 0;
  }

  @media screen and (orientation: portrait) {
    .top_img_webdesign {
      width: 90%;
      height: auto;
    }

    .top_img_webappli {
      width: 90%;
      height: auto;
    }

    .top_img_mobile {
      width: 90%;
      height: auto;
    }

    .top_img_mainte {
      width: 100%;
      height: auto;
      margin: 30px 0 0;
    }
  }

  @media screen and (orientation: landscape) {
    .top_img_webappli,
    .top_img_mobile,
    .top_img_mainte {
      width: auto;
      height: 120px;
    }
  }
}
