/* CSS Document */
#sec1 {
  background: url("../img/company/s1_bg.jpg") no-repeat center/cover;
  padding-bottom: 15%; }
  #sec1 h2 {
    padding-bottom: 10%; }
  #sec1 .slider2 .slick-dots {
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%); }
  #sec1 p {
    padding-top: 6%; }

#sec2 {
  padding-bottom: 15%; }
  #sec2 .txt {
    padding-top: 8%; }

#sec3 {
  position: relative;
  padding-bottom: 15%; }
  #sec3:before {
    content: "";
    position: absolute;
    top: 77px;
    left: 0;
    width: 100%;
    bottom: -200px;
    background: url(https://www.buono-partners.com/ahl_co/shared/css/../img/shared/bg.jpg) repeat center top;
    -webkit-transform: skewY(-12deg);
    -ms-transform: skewY(-12deg);
    -o-transform: skewY(-12deg);
    transform: skewY(-12deg);
    z-index: 1; }
  #sec3 h2 {
    padding-bottom: 5%;
    position: relative;
    z-index: 1; }
  #sec3 .txt {
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 5vw;
    line-height: 11vw; }

#sec4 {
  position: relative;
  z-index: 1;
  background: #fff;
  padding-bottom: 15%;
  padding-top: 15%; }
  #sec4 .info {
    margin: 0 5%;
    padding-top: 10%; }
    #sec4 .info dl {
      display: table;
      border-bottom: 1px solid #000;
      width: 100%;
      padding: 3% 0; }
      #sec4 .info dl dt, #sec4 .info dl dd {
        display: table-cell; }
      #sec4 .info dl dt {
        width: 105px; }

#sec5 {
  padding-bottom: 15%;
  position: relative; }
  #sec5:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 13%;
    background: url("../img/shared/bg.jpg") repeat; }
  #sec5 h2 {
    padding-bottom: 8%; }
  #sec5 .bnr {
    padding-top: 10%; }
  #sec5 .txt {
    padding-top: 3%; }
  #sec5 .slider3 .slick-arrow {
    top: 25vw; }
  #sec5 .slider3 dl {
    padding-top: 3%; }
