.message-container {
  position: relative;
  padding: 100px 370px 100px 90px;
  margin-block-start: 80px;
  background: #daf2fe;
}

.message-container .message-image {
  position: absolute;
  top: -40px;
  right: -60px;
}

.message-container .message-text {
  padding-bottom: 16px;
}
.message-container .message-text {
  padding-bottom: 16px;
}

.message-name {
  font-family: "BIZ UDPMincho", serif;
  font-weight: 700;
  font-size: 18px;
  text-align: right;
  margin-top: 32px;
}

.message-name span {
  font-size: 24px;
  font-weight: 700;
}

.company-info {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

.company-info .info-row {
  display: flex;
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
}

.company-info dt {
  width: 280px;
  font-weight: bold;
  flex-shrink: 0;
  text-align: left;
}

.company-info dd {
  margin: 0;
  text-align: left;
}

.map-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; /* スマホ対応で折り返す */
  gap: 40px;
  padding: 0;
  list-style: none;
}

.map-item {
  max-width: 500px;
  flex: 1 1 45%;
}

.map-address {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}

@media (max-width: 768px) {
  .company-info .info-row {
    flex-direction: column;
  }

  .company-info dt {
    width: auto;
    margin-bottom: 4px;
  }

  .map-container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .map-item {
    width: 100%;
  }

  .message-container {
    position: static;
    padding: 32px 12px 24px 12px;
    margin-block-start: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .message-container .message-image {
    position: static;
    top: auto;
    right: auto;
    margin-bottom: 24px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .message-container .message-image img {
    width: 100%;
    max-width: 320px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }

  .message-container .message-text {
    padding-bottom: 12px;
    font-size: 15px;
  }

  .message-name {
    text-align: center;
    margin-top: 24px;
    font-size: 16px;
  }

  .message-name span {
    font-size: 20px;
  }
}
