@charset "UTF-8";
/* ------------------------------------------------------------
about サンデンってどんな会社？
------------------------------------------------------------ */
.about-contents .block-bg {
  position: relative;
  margin-top: 80px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.about-contents .block-bg .content-box {
  padding-left: 60px;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .about-contents .block-bg .content-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-contents .block-bg {
    margin-top: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.about-contents .block-bg::before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background: #0092E6;
  position: absolute;
  top: 0;
  left: 60%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .about-contents .block-bg::before {
    display: none;
  }
}
.about-contents .block-bg2 .content-box {
  padding-left: 0;
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  .about-contents .block-bg2 .content-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.about-contents .block-bg2::before {
  left: auto;
  right: 60%;
}
.about-contents .block-bg2 .text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.about-contents .block-bg2 .img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 767px) {
  .about-contents .block-bg .img::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #0092E6;
    position: absolute;
    top: -10px;
    left: 25%;
    z-index: -1;
  }
  .about-contents .block-bg2 .img::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #0092E6;
    position: absolute;
    top: -10px;
    left: auto;
    right: 25%;
    z-index: -1;
  }
}
.about-contents .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .about-contents .block {
    display: block;
  }
}
.about-contents .text {
  position: relative;
  max-width: 480px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .about-contents .text {
    max-width: none;
    width: 100%;
  }
}
.about-contents .text .about-ttl .en {
  position: absolute;
  font-size: 64px;
  color: #0092e6;
  left: -50px;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .about-contents .text .about-ttl .en {
    left: 0;
    font-size: 58px;
  }
}
.about-contents .text .about-ttl .jp {
  font-size: 24px;
  font-weight: 700;
  color: #0b1c26;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .about-contents .text .about-ttl .jp {
    font-size: 20px;
  }
}
.about-contents .text p {
  margin-top: 30px;
  line-height: 1.75;
}
.about-contents .img {
  width: 60%;
  max-width: 580px;
  text-align: center;
}
.about-contents .img img {
  width: 100%;
  max-width: 580px;
}
@media screen and (max-width: 767px) {
  .about-contents .img {
    max-width: none;
    position: relative;
    width: 125%;
    margin-left: -13%;
    margin-top: 30px;
    padding-bottom: 30px;
  }
}/*# sourceMappingURL=about.css.map */