@charset "UTF-8";
/* MEDIA QUERIES
 * * -----------------------------------------------*/
.section-profile-company .is-flex {
  display: flex;
}
.section-profile-company .company-title,
.section-profile-company .company-table th {
  font-weight: bold;
}
.section-profile-company .company-table {
  width: 100%;
}
.section-profile-company .company-table tr {
  border-top: 1px solid #ccc;
}
.section-profile-company .company-table tr:last-child {
  border-bottom: 1px solid #ccc;
}
.section-profile-company .text-link {
  color: #005ead;
}
.section-profile-company .text-list-dot li {
  display: flex;
}
.section-profile-company .text-list-dot li::before {
  content: "・";
}
.section-profile-company .text-list-number {
  counter-reset: number;
}
.section-profile-company .text-list-number li::before {
  counter-increment: number;
  content: counter(number) ".";
}

@media print, (min-width: 768px) {
  .section-profile-company {
    padding: 95px 0 100px;
  }
  .section-profile-company .is-space {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .section-profile-company .is-phone {
    pointer-events: none;
    display: inline-block;
  }
  .section-profile-company p + p {
    margin-top: 32px;
  }
  .section-profile-company .list-text {
    margin-bottom: 32px;
  }
  .section-profile-company .company-title {
    margin-bottom: 26px;
    font-size: 32px;
  }
  .section-profile-company .company-table:not(:last-child) {
    margin-bottom: 95px;
  }
  .section-profile-company .company-table:nth-child(4) {
    margin-bottom: 48px;
  }
  .section-profile-company .company-table td {
    padding: 15px 0 17px;
  }
  .section-profile-company .company-table th {
    width: 184px;
    padding: 16px 15px 16px 0;
    padding-right: 15px;
    vertical-align: top;
  }
  .section-profile-company .company-table th.text-long {
    font-size: 96%;
  }
  .section-profile-company .company-table th.text-long span {
    letter-spacing: -0.06em;
  }
  .section-profile-company .company-table td {
    font-size: 18px;
  }
  .section-profile-company .block-text {
    width: 610px;
  }
  .section-profile-company .block-image {
    width: 284px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .section-profile-company .profile-row {
    margin-bottom: 16px;
  }
  .section-profile-company .text-list-number {
    display: flex;
  }
  .section-profile-company .text-list-number li {
    margin-right: 36px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-profile-company {
    padding: 0.5rem 0 1rem;
  }
  .section-profile-company .wrapper {
    padding-left: 0.37rem;
    padding-right: 0.37rem;
  }
  .section-profile-company p + p {
    margin-top: 0.32rem;
  }
  .section-profile-company .list-text {
    margin-bottom: 0.32rem;
  }
  .section-profile-company .company-title {
    margin-bottom: 0.18rem;
    font-size: 0.32rem;
  }
  .section-profile-company table, .section-profile-company tbody, .section-profile-company tr, .section-profile-company th, .section-profile-company td {
    display: block;
  }
  .section-profile-company .company-table:not(:last-child) {
    margin-bottom: 0.95rem;
  }
  .section-profile-company .company-table:nth-child(4) {
    margin-bottom: 0.48rem;
  }
  .section-profile-company .company-table tr {
    padding: 0.16rem 0;
  }
  .section-profile-company .company-table th {
    margin-bottom: 0.05rem;
  }
  .section-profile-company .company-table td {
    font-size: 0.18rem;
    text-align: justify;
  }
  .section-profile-company .block-image {
    padding: 0.41rem 0 0.25rem;
    text-align: center;
  }
  .section-profile-company .profile-row {
    margin-bottom: 0.16rem;
  }
}/*# sourceMappingURL=profile.css.map */