
/* 会社概要ページ 調整*/
.wrapper-bigsec {
  padding-top: 270px!important;
}

@media (max-width: 768px) {
  .wrapper-bigsec {
    padding-top: 86px!important;
  }
}


.page-company__history-content-css {
  text-align: left!important;
}

.section-smallTitle2 {
  font-size: 32px!important;
  line-height: 0.8;
  padding-bottom: 50px;
}


@media (max-width: 768px) {
  .section-smallTitle2 {
    font-size: 20px!important;
    padding-bottom: 20px;
  }
}


@media (max-width: 768px) {
  .page-company__swot-item:nth-child(n + 2) {
    margin-top: 30px;
  }

  .page-company__access-title {
    font-size: 36px!important;
  }
}

