@charset "utf-8";
.company__container {
  margin-top: 83px;
}

.company__contents {
  display: flex;
  flex-direction: column-reverse;
  gap: 40px;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 1000px) {
  .company__contents {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.company__info {
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .company__info {
    max-width: 680px;
  }
}

.company__info-row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 40px;
}

@media screen and (min-width: 768px) {
  .company__info-row {
    column-gap: 40px;
    row-gap: 0;
    grid-template-columns: repeat(2, 1fr);
  }
}

.company__info-row:not(:last-child) {
  margin-bottom: 42px;
}

.company__info-item {
  width: 100%;
  padding-bottom: 21px;
  border-bottom: 1px solid #e5e5e5;
}

.company__info-label {
  font-size: clamp(14px, 1.78vw, 16px);
  font-weight: 700;
  line-height: 1.2;
}

.company__info-value {
  margin-top: 10px;
  font-size: clamp(14px, 1.78vw, 16px);
  font-weight: 400;
  line-height: 1.7;
}

.company__image01 {
  aspect-ratio: 450/330;
  width: 100%;
  height: auto;
  overflow: hidden;
}

@media screen and (min-width: 1000px) {
  .company__image01 {
    width: clamp(200px, 32.94vw, 450px);
  }
}

.company__image01 img {
  aspect-ratio: 450/330;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.company__map-container {
  margin-top: 37px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 40px;
}

@media screen and (min-width: 1000px) {
  .company__map-container {
    flex-direction: row;
    justify-content: space-between;
  }
}

.company__map {
  width: 100%;
  aspect-ratio: 680/723;
  width: 100%;
  margin-inline: auto;
  max-height: 500px;
}

@media screen and (min-width: 1000px) {
  .company__map {
    width: 100%;
    max-width: 680px;
    max-height: 723px;
  }
}

.company__map-google {
  width: 100%;
  height: 100%;
}

.company__map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.company__image-wrap {
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 40px;
}

@media screen and (min-width: 1000px) {
  .company__image-wrap {
    gap: 52px;
    width: 40%;
    flex-direction: column;
  }
}

.company__image02 {
  display: block;
  aspect-ratio: 251/251;
  width: 100%;
  height: auto;
  overflow: hidden;
}

@media screen and (min-width: 1000px) {
  .company__image02 {
    max-width: 251px;
    margin-inline: auto 0;
  }
}

.company__image02 img {
  aspect-ratio: 251/251;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.company__image03 {
  aspect-ratio: 300/420;
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  margin-top: 92px;
}

@media screen and (min-width: 1000px) {
  .company__image03 {
    max-width: 300px;
    margin-inline: auto;
    margin-top: 0;
  }
}

.company__image03 img {
  aspect-ratio: 300/420;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.company__message {
  margin-top: 80px;
}

@media screen and (min-width: 768px) {
  .company__message {
    margin-top: 142px;
  }
}

.company__message-heading {
  padding-bottom: 22px;
  border-bottom: 1px solid #e5e5e5;
}

.company__message-inner {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .company__message-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.company__message-image {
  aspect-ratio: 550/533;
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .company__message-image {
    max-width: 550px;
  }
}

.company__message-image img {
  aspect-ratio: 550/533;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.company__message-box {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .company__message-box {
    max-width: 560px;
    margin-top: 72px;
  }
}

.company__message-text {
  font-size: clamp(14px, 1.78vw, 16px);
  font-weight: 400;
  line-height: calc(30 / 16);
}

.company__message-name-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 56px;
}

.company__message-name01 {
  font-size: clamp(14px, 1.78vw, 16px);
  font-weight: 700;
}

.company__message-name02 {
  margin-left: 20px;
  font-size: clamp(18px, 1.47vw, 20px);
  font-weight: 700;
}
