@charset "UTF-8";

@media screen and (min-width:1800px) {
  #key-visual-blc .single-box .txt {
    transform: translateY(70px);
  }
}
@media screen and (min-width:1366px) {
  #key-visual-blc .single-box .txt {
    transform: translate(-10px,70px);
  }
}
@media screen and (min-width:1200px) {
  #key-visual-blc .single-box .txt {
    transform: translate(-45px,45px);
  }
}
@media screen and (min-width:641px) {
  #key-visual-blc .single-box .txt {
    transform: translate(-15px,45px);
  }
}
@media screen and (max-width:640px) {
  #key-visual-blc .single-box .txt {
    transform: translate(-10px,30px);
  }
}
  
/* --------------------------------------------------

 intro-blc

-------------------------------------------------- */

#intro-blc .inner {
  display: flex;
}

#intro-blc .inner .txt-blc {
  width: calc(100% - 200px);
  padding-right: 2rem;
  box-sizing: border-box;
}

#intro-blc .inner .img-blc {
  max-width: 200px;
  width: 100%;
}

#intro-blc .inner .txt-blc figure.align-right {
  margin-top: 2rem;
}

#intro-blc .inner .txt-blc p {
  font-size: 120%;
}

@media screen and (max-width:640px) {
  #intro-blc .inner {
    flex-wrap: wrap;
  }

  #intro-blc .inner .txt-blc {
    width: 100%;
    padding-right: 0;
    margin-top: 2rem;
    order: 2;
  }

  #intro-blc .inner .img-blc {
    max-width: 100%;
    width: 100%;
    text-align: center;
    order: 1;
  }

}

/* --------------------------------------------------

 history-blc

-------------------------------------------------- */

#history-blc {
  background-image: url(../img/company/company_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

#history-blc .ttl-heading {
  color: #fff;
}

#history-blc .data-blc02 dl {
  display: flex;
  border-bottom: 1px solid #fff;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  box-sizing: border-box;
}

#history-blc .data-blc02 dl dt,
#history-blc .data-blc02 dl dd {
  color: #fff;
}

#history-blc .data-blc02 dl dt {
  font-size: 120%;
  font-weight: 500;
  width: 25%;
  padding-right: 2rem;
  box-sizing: border-box;
}

#history-blc .data-blc02 dl dd {
  width: 75%;
}

@media screen and (max-width:640px) {
  #history-blc .data-blc02 dl {
   flex-wrap: wrap;
  }

  #history-blc .data-blc02 dl dt {
    width: 100%;
    padding-right: 0;
  }
  
  #history-blc .data-blc02 dl dd {
    width: 100%;
  }
}