.p-company-message__contents {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-inline: auto;
  margin-top: 73px;
  max-width: 600px;
}

.p-company-message__img {
  aspect-ratio: 330/395;
  border-radius: 5px;
  height: 395px;
  overflow: hidden;
  width: 100%;
}

.p-company-message__title {
  color: #0082d8;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.p-company-message__desc {
  color: #313841;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}
.p-company-message__name {
  align-items: center;
  color: #313841;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 15px;
}
.p-company-message__name::before {
  background-color: #0082d8;
  content: "";
  height: 1.5px;
  width: 50px;
}

.p-company-info.c-pageseciton__box {
  padding-bottom: 60px;
}

.p-company-info__contents {
  margin-top: 23px;
}

.p-company-info__item {
  display: flex;
  flex-direction: column;
  padding-block: 20px;
}
.p-company-info__item:not(:last-child) {
  border-bottom: 1px solid #c7c7c7;
}

.p-company-info__head {
  color: #0082d8;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal;
}

.p-company-info__body {
  color: #454545;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: calc(32 / 14);
  padding-top: 10px;
}

.p-company-access__contents {
  margin-top: 50px;
}

.p-company-access__map {
  aspect-ratio: 769/350;
  border-radius: 5px;
  height: 350px;
  overflow: hidden;
  width: 100%;
}
.p-company-access__map > div {
  height: 100%;
  width: 100%;
}

.p-company-access__info {
  color: #454545;
  font-size: 14px;
  font-weight: 500;
  line-height: calc(32 / 14);
  margin-top: 50px;
}

@media (min-width: 768px) {
  .p-company-message__contents {
    flex-direction: row;
    justify-content: space-between;
    max-width: 100%;
  }
  .p-company-info__item {
    align-items: center;
    flex-direction: row;
    padding-block: 30px;
  }
  .p-company-info__head {
    width: 160px;
  }
  .p-company-info__body {
    border-left: 1px solid #c7c7c7;
    padding-left: 50px;
    padding-top: 0;
  }
}

@media (min-width: 1366px) {
  .p-company-message__img {
    flex-shrink: 0;
    max-width: 330px;
  }
  .p-company-message__text {
    max-width: 373px;
    width: 100%;
  }
}