@charset "utf-8";

.p-company-about {
  background: linear-gradient(180deg, #c6f0f9 0%, #83cfe0 34%, #65c9e0 100%);
  color: var(--color-white);

  .l-inner {
    max-width: 1050px;
    padding: 160px 60px 140px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    @media (width < 1120px) {
      padding: 160px 80px 148px 20px;
    }

    @media (width < 768px) {
      padding: 100px 20px;
      flex-direction: column;
      gap: 60px;
      align-items: start;
    }
  }

  .c-heading {
    @media (width < 768px) {
      margin-right: 40px;
    }
  }
}

.p-company-about__body {
  width: 50%;

  @media (width < 1120px) {
    width: 60%;
  }

  @media (width < 768px) {
    width: 100%;
  }
}

.p-company-about__head-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.p-company-about__text {
  margin-top: 38px;
  font-size: 16px;
  line-height: 2.375;
}

.p-company-bg {
  background: linear-gradient(180deg, #eaf7fa 0%, #eafaeb 100%);

  .l-inner {
    max-width: 1180px;
  }
}

.p-company {
  padding-top: 115px;

  @media (width < 768px) {
    padding-top: 80px;
  }
}

.p-company__flex {
  margin-top: 34px;
  display: flex;
  justify-content: space-between;
  gap: 20px;

  @media (width < 768px) {
    flex-direction: column;
    gap: 0;
  }
}

.p-company-table {
  width: 48%;

  @media (width < 768px) {
    width: 100%;
  }
}

.p-company-table:not(:first-of-type) {
  @media (width < 768px) {
    border-top: 1px solid #aecfd2;
  }
}

.p-company-table__row {
  padding: 34px 0;
  display: flex;
  align-items: center;
}

.p-company-table__row:not(:first-of-type) {
  border-top: 1px solid #aecfd2;
}

.p-company-table__head {
  width: 103px;
  color: var(--color-cyan);
  line-height: normal;
  letter-spacing: 0;
  flex-shrink: 0;
}

.p-company-table__text {
  padding-left: 44px;
  line-height: normal;
  letter-spacing: 0;
  color: var(--color-gray);
  position: relative;

  @media (width < 1120px) {
    padding-left: 20px;
  }

  a:hover {
    opacity: 0.7;
  }
}

.p-company-table__text::before {
  content: "";
  position: absolute;
  background: #aecfd2;
  width: 1px;
  height: 32px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.p-message {
  padding: 70px 0 150px;
}

.p-message__img {
  margin-top: 118px;
  width: 100%;
  aspect-ratio: 114/40;
  object-fit: cover;
  border-radius: 10px;

  @media (width < 768px) {
    margin-top: 40px;
    aspect-ratio: 114 / 50;
  }
}

.p-message__body {
  margin-top: 62px;
  display: flex;
  justify-content: space-between;
  gap: 20px;

  @media (width < 768px) {
    margin-top: 40px;
    flex-direction: column;
    gap: 2em;
  }
}

.p-message__column {
  width: 47%;

  @media (width < 768px) {
    width: 100%;
  }
}

.p-message__text {
  line-height: 2.357;
  letter-spacing: 0;
}

.p-message-card {
  margin-top: 34px;
  border-left: 1px solid #51d2b8;
  padding: 7px 10px 7px 26px;
  width: fit-content;
  margin-left: auto;
}

.p-message-card__head {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
}

.p-message-card__text {
  margin-top: 10px;
  line-height: normal;
  letter-spacing: 0;
}
