@charset "UTF-8";

#business .main {
  background: url("../img/business/img_main.jpg")no-repeat;
  background-size: cover;
  background-position: center;
}

#business .block .bg {
  position: relative;
  padding-top: 40px;
  margin: 0 auto 100px;
}

#business .block .bg .ttl {
  position: absolute;
  left: -8px;
  top: -20px;
  line-height: 1;
  font-size: 10rem;
  color: #e5e5e5;
  font-weight: bold;
  letter-spacing: 0.05em;
}

#business .block .m-heading {
  margin-bottom: 25px;
}

#business .block .m-lead strong {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}

#pigtopork {
  background: url("../img/business/bg_pigtopork.jpg")no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 500px;
  color: #fff;
  padding: 130px 0 0;
}

#pigtopork .m-heading::before {
  background: #fff;
}

#pigtopork .button {
    width: 220px;
    margin-top: 80px;
    background: #fff;
}

#pigtopork .button a {
    display: block;
    background: #004a98;
    color: #fff;
    min-height: 60px;
    padding: 16px 0 16px 40px;
    font-weight: 500;
    position: relative;
    transition: .3s;
}

#pigtopork .button a::before {
  position: absolute;
  content: ">";
  right: 20px;
  top: 16px;
}

@media screen and (min-width: 768px){

  #pigtopork .button a:hover {
    opacity: .8;
  }

}

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

  #business .block .bg .ttl {
    font-size: 6rem;
    top: 0;
  }

  #business .block .m-lead strong {
    font-size: 1.8rem;
  }



}
@media screen and (max-width: 767px) {


  #business .container {
    padding: 0 0 80px;
  }

  #business .block .m-heading {
      margin-bottom: 10px;
  }

  #business .block .m-lead strong {
      font-size: 1.4rem;
  }



  #business .block .bg {
      padding-top: 25px;
      margin: 0 auto 50px;
  }


  #business .block .bg .ttl {
      font-size: 4rem;
      top: 0;
      left: 0;
  }

  #pigtopork {
    min-height: auto;
    padding: 50px 0;
  }

  #pigtopork .button {
      margin-top: 30px;
      width: 250px;
  }


  #pigtopork .button a {
      min-height: 45px;
      font-size: 1.4rem;
      padding: 10px 0 10px 30px;
  }

  #pigtopork .button a::before {
      right: 20px;
      top: 10px;
  }

}



