@charset "UTF-8";

#top h1.siteTitle {
  display: block;
}

#top p.siteTitle {
  display: none;
}


/*============================
top_img
============================*/

#top_img {
  position: relative;
  overflow: hidden;
}

#zoom {
  overflow: hidden;
  width: 100%;
  margin: auto;
  height: 0;
  padding-top: 90vh;
  min-height: 600px;
}

/*IE対応用(ガクつき防止)*/

.zs-enabled .zs-slideshow .zs-slides .zs-slide {
  transform: scale(1.2, 1.2) rotate(0.1deg);
}

#catch {
  position: absolute;
  bottom: 140px;
  left: 10%;
  z-index: 10;
  color: #fff;
}

#catch .jp {
  font-size: 38px;
  letter-spacing: 0.06em;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.4;
}

#catch .eng {
  margin-top: 30px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}

@media only screen and (max-width: 1040px) {

  #zoom {
    padding-top: 60vh;
    min-height: 400px;
  }

  #catch {
    bottom: auto;
    top: 22vh;
    left: 20px;
  }

  #catch .jp {
    font-size: 22px;
    line-height: 1.6;
  }

  #catch .eng {
    margin-top: 10px;
    font-size: 15px;
  }
}



/*============================
トップ共通
============================*/

article {
  padding: 140px 0;
}

@media only screen and (max-width: 1040px) {
  article {
    padding: 60px 0;
  }
}


/*
top-link
============================*/

.top-link {
  text-align: right;
  margin-top: 40px;
}

.top-link a {
  display: inline-block;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 60px 10px 10px;
  font-size: 18px;
  font-weight: 600;
  transition: color 0.5s ease;
  position: relative;
  overflow: hidden;
}

.top-link a:hover {
  color: #041626;
  opacity: 1;
}

.top-link a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}

.top-link a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.top-link a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10;
  transition: all 0.5s ease;
}

.top-link a:hover::after {
  border-color: #041626;
}

.top-link a .text {
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 1040px) {
  .top-link {
    margin-top: 20px;
  }

  .top-link a {
    font-size: 16px;
  }

}

/*============================
#service
============================*/

#service {
  background: url(../images/home/service/bg.jpg) no-repeat center left;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
}

#service h2 .jp {
  color: #fff;
}

#service .text {
  width: 70%;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 1040px) {
  #service {
    background-image: url(../images/home/service/bg-sp.jpg);
  }

  #service .text {
    width: 100%;
  }

  #service h3 {
    font-size: 17px;
  }

  #service .text p {
    font-size: 15px;
  }

}

/*============================
#works
============================*/

#works {
  background-color: #041626;
  color: #fff;
  padding: 120px 0;
}

#works h2 .jp {
  color: #fff;
}

#works .passing {
  margin-bottom: 0;
  line-height: 1;
}

#works .passing .passing-bar:before {
  background-color: #1e2d3c;
}

#works .each {
  width: 47%;
}

#works .each img {
  width: 100%;
}

#works .each h3 {
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 1040px) {
  #works {
    padding: 60px 0;
  }

  #works .each {
    width: 100%;
  }

  #works .each:nth-of-type(n+2) {
    margin-top: 40px;
  }

  #works .each h3 {
    font-size: 15px;
  }
}

/*============================
#company
============================*/

#company {
  padding-top: 120px;
  background: url(../company/images/bg.jpg) no-repeat center bottom;
  -webkit-background-size: cover;
  background-size: cover;
}

#company .photo {
  width: 70%;
}

#company .passing {
  margin-bottom: 0;
  line-height: 1;
}

#company .photo img {
  width: 100%;
}

#company .inner > .text {
  position: relative;
  display: block;
  width: 628px;
  padding: 50px;
  background-color: #fff;
  z-index: 10;
  margin-top: -15vh;
  margin-left: auto;
}

#company .inner > .text h3 {
  line-height: 1.7;
}

#company .inner > .text p {
  margin-top: 30px;
}

#company .top-link a {
  color: #041626;
  border-bottom: 1px solid #041626;
}

#company .top-link a:hover {
  color: #fff;
}

#company .top-link a::before {
  background: #041626;
}

#company .top-link a::after {
  border-color: #041626;
}

#company .top-link a:hover::after {
  border-color: #fff;
}

@media only screen and (max-width: 1040px) {
  #company {
    padding-top: 60px;
  }

  #company .photo {
    width: 90%;
  }

  #company .photo img {
    width: 100%;
  }

  #company .inner > .text {
    width: 90%;
    padding: 20px;
    margin-top: -5vh;
  }

  #company .inner > .text h3 {
    line-height: 1.7;
  }

  #company .inner > .text p {
    margin-top: 10px;
    font-size: 15px;
  }

  #company .inner > .text p br{
    display: none;
  }

}
