/* 背景画像 */
.layout-wrapper {
  min-height: 100svh;
  height: auto;
  background-image: url("/wp-content/themes/seguild/assets/image/background-cloud.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}

/* サブタイトル下線 */
.section-title-border {
  width: 50%;
  margin-left: -2rem;
}

.message-text,
.info-table {
  font-size: 1.25rem;
}

/* 代表挨拶・経営理念テキスト */
.message-title {
  font-size: 1.75rem;
  text-align: center;
}

.message-text {
  padding: 0 1rem;
}

/* 画像 */
.company-message-image,
.company-values-image {
  float: right;
  width: 30%;
  max-width: 250px;
  height: auto;
  object-fit: contain;
  margin-top: auto;
}

/* 会社情報 */
.section-gap {
  margin-top: -3rem;
}

.info-table {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.info-row {
  display: flex;
}

.info-label {
  width: 250px;
}

@media screen and (max-width: 767px) {
  .section-title-border {
    width: 300px;
  }

  .company-message-image,
  .company-values-image {
    width: 120px;
    margin-left: auto;
    margin-right: 0;
  }

  .message-text,
  .info-table {
    font-size: 1rem;
  }

  .info-table {
    justify-content: center;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .info-label {
    width: 30%;
  }
}
