@charset "UTF-8";

/* ================================================== */
/* company_profile */
/* ================================================== */
#company_profile .company_profile-item {
  display: flex;
}
#company_profile .company_profile-item .item-title {
  flex-shrink: 0;
  margin-right: 2rem;
  width: 200px;
}

#company_profile .address-item .address-item-content .address-item-detail:not(:last-child) {
  margin-bottom: 2rem;
}

#company_profile .image {
  background: url(../../images/about_us/company_profile_background.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  #company_profile .company_profile-item {
    flex-direction: column;
  }
  #company_profile .company_profile-item .item-title {
    margin-bottom: 1rem;
    margin-right: 0;
  }
}