@charset "UTF-8";
/* CSS Document */
/*トップスライダー*/
.mv {
  /*max-height: 768px;*/
  height: calc(100vh - 72px);
  background: rgba(0, 104, 183, 0.05);
  z-index: -1;
}
/*タブレット用css*/
@media screen and (min-width:769px) and (max-width:1345px) {
  .mv {
    height: 70vh;
  }
}
@media screen and (max-width:768px) {
  .mv {
    max-height: inherit;
    /* height: calc(100vh - 72px);*/
    height: 150vw;
  }
}
.blueline {
  width: 29.5vw;
  /* max-height: 768px;*/
  height: calc(100vh - 100px);
  background: #0068B7;
}
/*タブレット用css*/
@media screen and (min-width:769px) and (max-width:1345px) {
  .blueline {
    height: 70vh;
      width: 64%;
  }
}
@media screen and (max-width:768px) {
  .blueline {
    width: 100vw;
    max-height: inherit;
    /*height: calc(100vh - 72px);*/
    height: 150vw;
  }
}
.topslider-wrap {
  width: 90.3vw;
  height: 74vh;
  position: absolute;
  top: 100px;
  right: 0;
  overflow: hidden;
  max-width: 1730px;
}
@media screen and (max-width:768px) {
  .topslider-wrap {
    width: 100vw;
    height: calc(100vh - 72px);
    top: 72px;
  }
}
.topmovie-wrap {
  width: 89.3vw;
  /*height: 82vh;*/
  position: absolute;
  top: 100px;
  right: 0;
  overflow: hidden;
  max-width: 1730px;
  max-height: inherit;
}
.topmovie-wrap video {
  width: 100%;
  height: auto;
}
@media screen and (max-width:768px) {
  .topmovie-wrap {
    width: 100vw;
    /* height: calc(100vh - 72px);*/
    top: 72px;
    height: 150vw;
  }
}
@media screen and (min-width:769px) and (max-width:2000px) {
  .topmovie-wrap {
    width: 82.3vw;
    max-width: 1600px;
    max-height: calc(100vh - 100px);
  }
}
.scroll {
  position: absolute;
  width: 23px;
  height: 134px;
  left: 9.5vw;
  /*bottom: 0;*/
  top: 600px;
}
@media screen and (max-width:768px) {
  .scroll {
    left: auto;
    top: 37vw;
    width: 20px;
    right: 30px;
  }
}
.animated {
  animation: move-y 2s infinite alternate ease-in-out;
  display: inline-block;
}
@keyframes move-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(30px);
  }
}
.top-catch {
  position: absolute;
  top: calc(18.1vh + 100px);
  left: 13.4vw;
}
@media screen and (max-width:768px) {
  .top-catch {
    width: 90vw;
    top: 80vw;
    left: 3vw;
  }
}
.top-catch span {
  font-size: 4rem;
  color: #0068B7;
  font-weight: 700;
  display: inline-block;
  background: #fff;
  margin-bottom: 10px;
  padding: 10px 30px;
}
.sub-txt {
  color: #fff;
  margin-top: 6px;
  font-size: 1.6rem;
  line-height: 2;
  width: 380px;
}
@media screen and (max-width:768px) {
  .top-catch span {
    font-size: 6vw;
    margin-bottom: 10px;
    padding: 10px 30px;
  }
  .sub-txt {
    font-size: 4.1vw;
    width: 90vw;
  }
}
.top-about {
  padding-top: 160px;
}
@media screen and (max-width:768px) {
  .top-about {
    padding-top: 80px;
  }
}
.top-recruit-wrap {
  width: 100%;
  height: 581px;
  background-image: url("../image/top/recruit-back2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 117px;
  padding: 120px 0;
  background-position: center;
}
@media screen and (max-width:768px) {
  .top-recruit-wrap {
    background-position: center;
    padding: 80px 0;
    height: auto;
    margin-bottom: 80px;
  }
}
/*青のh2*/
h2.top_h2 {
  text-align: center;
  color: #0068B7;
  font-size: 5.5rem;
  font-family: 'Noto Sans JP', sans-serif;
}
h2.top_h2 span {
  font-size: 1.8rem;
  display: block;
  color: #000;
  vertical-align: middle;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  h2.top_h2 {
    /*font-size: 10vw;*/
    font-size: 3.6rem;
  }
  h2.top_h2 span {
    /*font-size: 6vw;*/
    font-size: 1.4rem;
  }
}
h2.top_h2 span:after {
  width: 10px;
  height: 1px;
  content: "";
  background-image: url("../image/common/line.svg");
  display: inline-block;
  margin-left: 15px;
  margin-top: -3px;
}
h2.top_h2 span:before {
  width: 10px;
  height: 1px;
  content: "";
  background-image: url("../image/common/line.svg");
  display: inline-block;
  margin-right: 15px;
  margin-top: -3px;
}
/*白のh2*/
h2.top_h2_w {
  text-align: center;
  color: #fff;
  font-size: 5.5rem;
  margin-bottom: 60px;
  font-family: 'Noto Sans JP', sans-serif;
}
h2.top_h2_w span {
  font-size: 1.8rem;
  display: block;
  vertical-align: middle;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  h2.top_h2_w {
    font-size: 3.6rem;
    margin-bottom: 40px;
  }
  h2.top_h2_w span {
    font-size: 1.4rem;
  }
}
h2.top_h2_w span:after {
  width: 10px;
  height: 1px;
  content: "";
  background-image: url("../image/common/w-line.svg");
  display: inline-block;
  margin-left: 15px;
}
h2.top_h2_w span:before {
  width: 10px;
  height: 1px;
  content: "";
  background-image: url("../image/common/w-line.svg");
  display: inline-block;
  margin-right: 15px;
}
.top-recruit-wrap p {
  margin-bottom: 60px;
  text-align: center;
  color: #fff;
}
.top-news-wrap {
  padding: 160px 0;
}
@media screen and (max-width:768px) {
  .top-news-wrap {
    padding: 0 0 80px;
    margin-bottom: 0 !important;
  }
  .top-recruit-wrap p {
    width: 90%;
    margin: 0 auto 40px;
    font-size: 4.1vw;
  }
}
/*私たちについて*/
.top-about-wrap {
  width: 100%;
  padding: 120px 0;
  height: 1142px;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .top-about-wrap {
    padding: 60px 0 0;
    /*height: 200vw;*/
    height: 235vw;
  }
}
.top-about-wrap-b {
  background: rgba(0, 104, 183, 0.05);
  height: 812px;
  position: absolute;
  width: 100%;
  top: 0;
}
@media screen and (max-width:768px) {
  .top-about-wrap-b {
    height: 180vw;
  }
}
.top-about-wrap h3.top_h3 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #000000;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  .top-about-wrap h3.top_h3 {
    font-size: 5vw;
    margin-top: 40px;
    margin-bottom: 15px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.top-about-wrap p {
  width: 1000px;
  margin: 0 auto 60px;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}
.top-aboutus-img {
  width: 1000px;
  margin: 0 auto 80px;
}
@media screen and (max-width:768px) {
  .top-about-wrap p {
    width: 90%;
    font-size: 4.1vw;
    margin-bottom: 30px;
  }
  .top-aboutus-img {
    width: 90%;
    margin-bottom: 40px;
  }
}
/*事業内容*/
.top-business-wrap {
  width: 100%;
  padding: 120px 0 0;
}
@media screen and (max-width:768px) {
  .top-business-wrap {
    padding: 60px 0;
  }
}
.business-top-grid {
  width: 100%;
  max-width: 1366px;
  margin: 80px auto 0;
}
.business-top-grid ul {
  display: flex;
  justify-content: space-between;
}
.business-top-grid ul li {
  width: calc(100% / 3);
  position: relative;
  max-height: 455px;
  height: auto;
}
.business-top-grid ul li p {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  height: 120px;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding-top: 28px;
  padding-left: 40px;
  bottom: 0;
}
.business-top-grid ul li p span span {
  display: block;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
}
.business-top-grid ul li p span.title {
  font-size: 2.4rem;
  font-weight: 700;
  background-image: url("../image/common/pin-w.svg");
  background-position: center right;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  transition: all 0.5s 0s ease;
}
.business-top-grid ul li:hover p span.title {
  background-position: center right -10px;
}
@media screen and (max-width:768px) {
  .business-top-grid {
    margin: 40px auto 0;
    width: 90%;
  }
  .business-top-grid ul {
    flex-wrap: wrap;
  }
  .business-top-grid ul li {
    width: 100%;
    max-height: inherit;
  }
  .business-top-grid ul li p {
    height: 120px;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 28px;
    padding-left: 40px;
    bottom: 0;
    font-size: 3.5vw;
  }
  .business-top-grid ul li p span span {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .business-top-grid ul li p span.title {
    font-size: 2.4rem;
  }
  .business-top-grid ul li:hover p span.title {
    background-position: center right -10px;
  }
}
.imgWrap {
  overflow: hidden;
  width: 100%;
  height: auto;
  cursor: pointer;
}
.imgWrap img {
  display: block;
  transition-duration: 0.3s;
}
.imgWrap img:hover {
  transform: scale(1.1);
  transition-duration: 0.3s;
}
.business-top-grid ul li:hover img {
  transform: scale(1.1);
  transition-duration: 0.3s;
}
/*実績紹介*/
.top-works-wrap {
  width: 100%;
  padding: 160px 0;
  background: rgba(0, 104, 183, 0.05);
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .top-works-wrap {
    padding: 80px 0;
  }
}
/*実績紹介スライダー*/
.slider {
  margin: 60px auto 80px;
  width: 100%;
}
@media screen and (max-width:768px) {
  .slider {
    margin: 30px auto 40px;
  }
}
.top-works {
  overflow: auto;
}
@media screen and (max-width:768px) {
  .top-works {
    overflow: hidden;
  }
}
.top-works a {
  display: block;
  overflow: visible;
}
.top-works a .slider-img p.txt {
  font-size: 2rem;
  font-weight: 700;
  color: #000000;
}
@media screen and (max-width:768px) {
  .top-works a .slider-img p.txt {
    font-size: 1.6rem;
  }
}
.slider-img {
  margin: 0 25px;
  position: relative;
  overflow: visible;
  padding-top: 19px;
}
.slider-img p.category {
  position: absolute;
  color: #0068B7;
  text-align: center;
  font-size: 1.4rem;
  background: #fff;
  height: 38px;
  border-radius: 19px;
  line-height: 38px;
  padding: 0 20px;
  border: 1px solid #0068B7;
  /*top:-19px;*/
  margin-top: -19px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.slider-img p.txt {
  font-size: 2rem;
  font-weight: 700;
}
.slider-img img {
  height: auto;
  width: 100%;
  margin-bottom: 20px;
  overflow: visible;
  display: block;
}
@media screen and (max-width:768px) {
  .slider-img img {
    margin-bottom: 15px;
  }
}
.slick-slider .slick-list {
  overflow: visible;
}
.slick-slide {
  overflow: visible;
}
@media screen and (max-width:768px) {
  .top-news-wrap {
    width: 100% !important;
    margin-top: 80px;
  }
}
/*タブレット用css*/
@media screen and (min-width:769px) and (max-width:1000px) {
  .top-about-wrap p {
    width: 90%;
  }
  .top-about-wrap-b {
    width: 100%;
  }
  .top-aboutus-img, .tabs, ul.newsarchive {
    width: 100%;
  }
}