/*-----------------------------------------------------

  Business CSS

-----------------------------------------------------*/
.btn {
  width: 344px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .btn {
    width: 215px;
  }
}

.btn a span {
  padding-right: 40px;
  letter-spacing: 0.1em;
}

#mv {
  position: relative;
  height: 530px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #mv {
    height: 0;
    padding-top: 38.8%;
  }
}

#mv .inner {
  height: 100%;
}

#mv .inner::before, #mv .inner::after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto auto;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#mv .inner::before {
  background-image: url(../../images/biz-cross1.png);
  bottom: 563px;
  left: -420px;
  -webkit-animation-name: cross_l;
  animation-name: cross_l;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #mv .inner::before {
    background-size: 360px auto;
  }
}

#mv .inner::after {
  background-image: url(../../images/biz-cross2.png);
  bottom: 563px;
  left: 420px;
  -webkit-animation-name: cross_r;
  animation-name: cross_r;
  -webkit-animation-delay: 1.0s;
  animation-delay: 1.0s;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #mv .inner::after {
    background-size: 360px auto;
  }
}

#mv .pic-wrap {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  overflow: hidden;
}

#mv .pic-wrap .pic {
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

#mv .pic-wrap .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #mv .pic-wrap .pic img {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
}

#mv .pic-wrap .pic:first-of-type img {
  left: auto;
  right: 0;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #mv .pic-wrap .pic:first-of-type img {
    left: auto;
    right: 0;
  }
}

#mv .ttl-01 {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-animation-name: mainttl-fade;
  animation-name: mainttl-fade;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-delay: 1.0s;
  animation-delay: 1.0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes cross_l {
  100% {
    bottom: 0;
    left: 0;
  }
}

@keyframes cross_l {
  100% {
    bottom: 0;
    left: 0;
  }
}

@-webkit-keyframes cross_r {
  100% {
    bottom: 0;
    left: 0;
  }
}

@keyframes cross_r {
  100% {
    bottom: 0;
    left: 0;
  }
}

#biz-contents {
  padding: 60px 0 100px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #biz-contents {
    padding: 40px 0 50px;
  }
}

#biz-contents .ttl {
  margin-bottom: 70px;
  text-align: center;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #biz-contents .ttl {
    margin-bottom: 35px;
  }
}

#biz-contents .ttl span {
  display: inline-block;
  background-image: url(../images/ico-ttl-slash1.png), url(../images/ico-ttl-slash1.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 0 center, right center;
  background-size: auto auto;
  padding: 0 50px;
  font-size: 3.2rem;
  line-height: 48px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #biz-contents .ttl span {
    background-size: auto 29px;
    padding: 0 25px;
    font-size: 1.9rem;
    line-height: 29px;
  }
}

#biz-contents .lead {
  font-size: 2.0rem;
  line-height: 1.9;
  text-align: center;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #biz-contents .lead {
    font-size: 1.6rem;
    line-height: 1.875;
    text-align: left;
  }
}

#biz-contents .txt {
  font-size: 2.0rem;
  line-height: 1.9;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #biz-contents .txt {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}

#biz-contents .clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 75px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #biz-contents .clm {
    display: block;
    margin-bottom: 35px;
  }
}

#biz-contents .clm.pic-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#biz-contents .clm .pic-block {
  width: 48%;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #biz-contents .clm .pic-block {
    width: 100%;
    margin-bottom: 20px;
  }
}

#biz-contents .clm .pic-block img {
  width: 100%;
  height: auto;
}

#biz-contents .clm .txt-block {
  width: 45%;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #biz-contents .clm .txt-block {
    width: 100%;
  }
}

#biz-contents .clm .txt-block .clm-ttl {
  background-image: url(../images/ico-ttl-slash2.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: auto auto;
  margin-bottom: 30px;
  padding-left: 50px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 48px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #biz-contents .clm .txt-block .clm-ttl {
    background-size: auto 100%;
    margin-bottom: 15px;
    padding-left: 40px;
    font-size: 2.1rem;
    line-height: 37px;
  }
}

#biz-contents .clm .txt-block .clm-txt {
  margin-bottom: 35px;
  font-size: 1.4rem;
  line-height: 2.14;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #biz-contents .clm .txt-block .clm-txt {
    margin-bottom: 20px;
  }
}

#biz-contents .clm-story {
  position: relative;
  background-image: url(../images/project-story-pc.jpg);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-top: 260px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #biz-contents .clm-story {
    background-image: url(../images/project-story-sp.jpg);
    padding-top: 47%;
  }
}

#biz-contents .clm-story .story-wrap {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#biz-contents .clm-story .story-wrap .story-ttl {
  margin-bottom: 70px;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #biz-contents .clm-story .story-wrap .story-ttl {
    margin-bottom: 35px;
  }
}

#biz-contents .clm-story .story-wrap .story-ttl strong {
  display: block;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #biz-contents .clm-story .story-wrap .story-ttl strong {
    font-size: 2.1rem;
  }
}

#biz-contents .clm-story .story-wrap .story-ttl span {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #biz-contents .clm-story .story-wrap .story-ttl span {
    font-size: 1.2rem;
  }
}

#biz-contents .clm-story .story-wrap .btn-blue span {
  padding-right: 20px;
}

/*# sourceMappingURL=business.css.map */