@charaset utf-8;

/* ========================================================
page_about.css - 会社概要用カスタムスタイル
======================================================== */
.banner-about {
  background: url(../../../common/img/about/bg_banner_about.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.about-sec01, .about-sec02, .about-sec03 {
  width: 1000px;
  margin: 0 auto 10rem auto;
  color: #272727;
}

.about-sec01-inner .float-right {
  width: 780px;
}

.about-sec02 .profile .float-right {
  width: 720px;
}

.about-sec03 .sub-tit02 {
  margin-top: 8rem;
  border-bottom: 2px dotted #707070;
  color: #707070;
}

.about-sec03 .sub-tit02:before {
  border: 13px solid #707070;
}

.access .float-left {
  width: 495px;
}

.access .float-right {
  width: 480px;
}

.about-sec04 {
  width: 1024px;
  margin: 0 auto 10rem auto;
  color: #272727;
}

.access i.fa.fa-chevron-right {
  position: absolute;
  right: 1rem;
}

@media only screen and (max-width:767px) {
  .about-sec02 .sec-tit-01 {
    margin-bottom: 2rem;
  }

  .about-sec01, .about-sec02, .about-sec03, .about-sec04 {
    width: 96%;
    margin: 0 auto 3rem auto;
  }

  .about-sec01 .float-left, .about-sec02 .float-left {
    float: none;
    margin: 2rem 0;
  }

  .about-sec01 .float-left img, .about-sec02 .float-left img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }

  .about-sec01-inner .float-right, .about-sec02 .profile .float-right, .access .float-left, .access .float-right {
    float: none;
    width: 100%;
  }

  .about-sec01 .s-mb-40, .about-sec02 .s-mb-60, .profile.s-mb-80, .access .s-mb-40, .access.s-mb-50 {
    margin-bottom: 2rem;
  }

  .about-sec01 .s-mt-50 {
    margin-top: 2rem;
  }

  .message-block .s-fs-22 {
    font-size: 2rem;
  }

  .about-sec03 .sub-tit02 {
    margin-top: 2rem;
  }

  .access .float-right iframe {
    width: 100%;
    height: 300px;
  }

  .about-sec01 .s-fs-16, .access .float-left.s-fs-16 {
    font-size: 1.4rem;
  }

  .access .float-right {
    margin-top: 2rem;
  }

  .about-sec02 .title-04 p {
    font-size: 1.6rem;
  }

  .about-sec04 .sec-tit-01 {
    margin: 1rem 0 2rem 0;
  }
}
