@charset "UTF-8";

.p-company-greet__contents {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 15px;
}

.p-company-greet__left {
  margin-top: 20px;
}

.p-company-greet__left-title.c-page-section__copy {
  line-height: calc(50 / 26);
}

.p-company-greet__left-name {
  margin-top: 17px;
  padding-left: 34px;
  position: relative;
}
.p-company-greet__left-name::after {
  background-color: #129294;
  content: "";
  height: 1px;
  left: 0px;
  position: absolute;
  top: 20px;
  width: 22px;
}
.p-company-greet__left-name.c-page-section__desc {
  line-height: calc(30 / 15);
}

.p-company-greet__right {
  max-width: 445px;
}
.p-company-greet__right.c-page-section__desc {
  gap: 15px;
}

.p-company-greet__img {
  aspect-ratio: 868/415;
  border-radius: 20px;
  box-shadow: 0 3px 6px 0 rgba(114, 160, 223, 0.33);
  margin-top: 40px;
  overflow: hidden;
  width: 100%;
}

.p-company-access__data {
  aspect-ratio: 859/470;
  border-radius: 20px;
  box-shadow: 0 3px 6px 0 rgba(106, 156, 222, 0.33);
  margin-bottom: 100px;
  margin-top: 40px;
  overflow: hidden;
}
.p-company-access__data > div {
  height: 100%;
  width: 100%;
}
@media (min-width: 1024px) {
  .p-company-greet__contents {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 43px;
  }
  .p-company-greet__img {
    margin-top: 75px;
  }
  .p-company-access__data {
    margin-bottom: 190px;
    margin-top: 60px;
  }
}