
/* ============================================
   会社概要
   ============================================ */

.company-section {
  background-color: var(--color-light-gray);
}
/* 罫線を点線にする */
.company-info .border-bottom {
  border-bottom-style: dashed !important;
}


/* ============================================
   レスポンシブ
   ============================================ */
@media (max-width: 991px) {
/*   
  section {
    padding: 60px 0;
  }

  .service-item {
    text-align: center;
  }

  .service-name .overview-section {
    font-size: clamp(0.9rem, 2vw, 1rem);
  }

  .btn-custom {
    padding: 3px 36px;
    font-size: 13px;
    margin-top: 30px;
  } */
}

@media (max-width: 575px) {
  /* section {
    padding: 50px 0;
  }

  .service-name {
    font-size: 17px;
  }

  .section-description .overview-section {
    font-size: clamp(0.9rem, 2vw, 1rem);
  }

  .btn-custom {
    padding: 3px 36px;
    font-size: 13px;
    margin-top: 30px;
  } */
}
/* Concept alignment */
/* .section-label {
    transform: rotate(0deg) scaleY(1) scaleX(1);
    position: relative;
    align-items: center;
    text-align: center;
    top:-30px;
    writing-mode: horizontal-tb;
} */
/* .concept-image img {
    filter: grayscale(100%);
}
.concept-image img:hover {
    filter: grayscale(0%);
} */

