@charset "UTF-8";.p-company.c-main.c-main__bg {
  padding-bottom: 100px;
}
.p-company__contents {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.p-company__section-title {
  align-items: center;
  display: inline-flex;
  font-size: 22px;
  font-weight: 500;
  gap: 21px;
  letter-spacing: 1.32px;
}
.p-company__section-title::before {
  background-color: #d0e9f4;
  content: "";
  height: 34px;
  width: 8px;
}
.p-company__section-contents {
  margin-top: 23px;
}

.p-company-info__table {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.p-company-info__list {
  display: flex;
  flex-direction: column;
}
.p-company-info__list-th {
  align-items: center;
  background-color: #fcfae8;
  display: flex;
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 500;
  justify-content: center;
  line-height: 2.33;
}
.p-company-info__list-tb {
  color: #454545;
  font-size: 13px;
  font-weight: 500;
  line-height: 2.37;
  padding-block: 15px;
  padding-inline: 20px;
  width: 100%;
}

.p-company-greet__box {
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px 20px;
}
.p-company-greet__pict {
  aspect-ratio: 300/391;
  border-radius: 10px;
  flex-shrink: 0;
  max-width: 300px;
  overflow: hidden;
  width: 80%;
}
.p-company-greet__text-head {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 2.2px;
  line-height: 1.82;
}
.p-company-greet__text-body {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  font-weight: 500;
  gap: 20px;
  letter-spacing: 0.65px;
  line-height: 2.31;
  margin-top: 20px;
}
.p-company-greet__text-bottom {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.12px;
  line-height: 2;
  margin-top: 10px;
  text-align: right;
}

.p-company-access .p-company__section-contents {
  aspect-ratio: 375/300;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.p-company-access .p-company__section-contents > div {
  height: 100%;
  width: 100%;
}
.p-company-access .p-company__section-contents iframe {
  border: none;
  height: 100%;
  width: 100%;
}
@media (min-width: 414px) {
  .p-company-greet__text-body {
    letter-spacing: normal;
  }
}
@media (min-width: 768px) {
  .p-company-greet__text-body {
    letter-spacing: 0.65px;
  }
}
@media (min-width: 1024px) {
  .p-company.c-main.c-main__bg {
    padding-bottom: 175px;
  }
  .p-company__contents {
    gap: 100px;
  }
  .p-company-info__list {
    flex-direction: row;
  }
  .p-company-info__list:not(:last-child) {
    border-bottom: solid 1px #a7a7a7;
  }
  .p-company-info__list-th {
    width: 179px;
  }
  .p-company-info__list-tb {
    padding-block: 20px;
    padding-inline: 50px;
  }
  .p-company-greet__box {
    flex-direction: row;
    gap: 48px;
    padding: 70px;
  }
  .p-company-greet__pict {
    width: 31.9829424307%;
  }
  .p-company-greet__text-head {
    font-size: 22px;
  }
  .p-company-access .p-company__section-contents {
    aspect-ratio: 1078/377;
  }
}