@charset "UTF-8";
/* ===================================
   COMPANY PAGE - 洗練されたデザイン
=================================== */
.company-page {
  background: #fff;
}

/* Container */
.company-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 40px 120px;
}

@media screen and (max-width: 768px) {
  .company-container {
    padding: 60px 20px 80px;
  }
}

/* Section Styles */
.section-title {
  font-size: 4rem;
  font-weight: 800;
  color: #000;
  margin: 0 0 12px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .section-title {
    font-size: 2.8rem;
  }
}

.section-subtitle {
  font-size: 1.4rem;
  color: #999;
  margin: 0;
  font-weight: 400;
}

/* Company Profile Section */
.company-profile {
  margin-bottom: 120px;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

@media screen and (max-width: 768px) {
  .company-profile {
    margin-bottom: 80px;
  }
}

.company-profile.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.company-profile__header {
  text-align: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .company-profile__header {
    margin-bottom: 60px;
  }
}

/* Company Table */
.company-table {
  width: 100%;
  border-collapse: collapse;
}

.company-table tbody tr {
  border-bottom: 1px solid #e5e5e5;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.company-table tbody tr:last-child {
  border-bottom: none;
}

.company-table tbody tr.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.company-table tbody tr:nth-child(1).is-visible {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.company-table tbody tr:nth-child(2).is-visible {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.company-table tbody tr:nth-child(3).is-visible {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.company-table tbody tr:nth-child(4).is-visible {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.company-table tbody tr:nth-child(5).is-visible {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.company-table tbody tr:nth-child(6).is-visible {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.company-table tbody tr th, .company-table tbody tr td {
  padding: 28px 0;
  text-align: left;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .company-table tbody tr th, .company-table tbody tr td {
    padding: 20px 0;
  }
}

.company-table tbody tr th {
  width: 160px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
}

@media screen and (max-width: 768px) {
  .company-table tbody tr th {
    width: 100px;
    font-size: 1.3rem;
  }
}

.company-table tbody tr td {
  font-size: 1.5rem;
  color: #555;
  line-height: 2;
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
  .company-table tbody tr td {
    font-size: 1.4rem;
    padding-left: 20px;
  }
}

.company-table tbody tr td strong {
  font-weight: 700;
  color: #000;
}

/* Access Section */
.company-access {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.company-access.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.company-access__header {
  text-align: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .company-access__header {
    margin-bottom: 60px;
  }
}

.company-access__offices {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

@media screen and (max-width: 768px) {
  .company-access__offices {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 50px;
  }
}

/* Office Card */
.office-card {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.office-card.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.office-card:nth-child(1).is-visible {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.office-card:nth-child(2).is-visible {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.office-card__label {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #000;
}

@media screen and (max-width: 768px) {
  .office-card__label {
    font-size: 1.8rem;
  }
}

.office-card__address {
  font-size: 1.4rem;
  color: #666;
  line-height: 1.8;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .office-card__address {
    font-size: 1.3rem;
  }
}

.office-card__map {
  width: 100%;
  height: 350px;
  overflow: hidden;
  position: relative;
  background: #f5f5f5;
}

@media screen and (max-width: 768px) {
  .office-card__map {
    height: 280px;
  }
}

.office-card__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.office-card__map:hover iframe {
  opacity: 0.9;
}

/* Custom breakpoint for table header */
@media screen and (max-width: 768px) {
  .company-table tbody tr th {
    width: 80px;
    font-size: 1.3rem;
    line-height: 2;
  }
}
/*# sourceMappingURL=company.css.map */