@charset "UTF-8";
.section-sas {
  position: relative;
  background: top left/100% auto repeat-y;
}
.section-sas .title-common-primary {
  margin-bottom: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-sas {
    padding: 0.8rem 0 1rem;
    overflow: hidden;
    background-image: url("../img/common/sp/background_common_01.jpg");
  }
  .section-sas .block-common-information {
    padding-top: 0.3rem;
  }
  .section-sas .block-common-information .block-wrapper {
    padding-bottom: 0.3rem;
  }
  .section-sas .block-common-information .content-image {
    margin-top: 0.3rem;
  }
  .section-sas .title-common-primary .title-wrapper {
    width: 100%;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-sas {
    padding: 87px 0 140px;
    background-image: url("../img/common/background_common_01.jpg");
  }
  .section-sas .block-common-information {
    padding-top: 40px;
  }
  .section-sas .block-common-information .block-wrapper {
    padding: 50px 50px 43px;
  }
  .section-sas::before, .section-sas::after {
    content: "";
    position: absolute;
    top: 220px;
    width: 385px;
    height: 425px;
    background: url("../img/common/decor_img_01.svg") center/contain no-repeat;
  }
  .section-sas::before {
    left: 4px;
  }
  .section-sas::after {
    right: 3px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}
/*# sourceMappingURL=sas.css.map */