.company-message-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  letter-spacing: 0.1em;
}

.company-message-name > .name {
  font-size: 1.5625rem;
  font-weight: 700;
}

.company-message-name > .sub {
  font-size: 1rem;
  margin-right: 1.5rem;
}

.company-about-place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.company-about-place:last-child {
  margin-bottom: 0;
}

.company-about-place > .text > strong {
  display: block;
}

.company-about-place > .text > .address {
  display: block;
  margin-bottom: 1.5rem;
}

.company-about-place > .text > .contact {
  display: block;
  margin-bottom: 1.5rem;
}

.company-about-place > .text > .contact:last-child {
  margin-bottom: 0;
}

.company-about-place > .map {
  margin-top: 1rem;
  width: 100%;
}

.company-about-place > .map > iframe {
  height: 200px;
  width: 100%;
}

.company-philosophy-list {
  border: 2px solid #dbdbdb;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  padding: 2rem;
  position: relative;
}

.company-philosophy-list > .list {
  margin-left: 2rem;
  position: relative;
  z-index: 1;
}

.company-philosophy-list::after {
  content: "";
  display: block;
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  border: 1px solid #dbdbdb;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 0;
}
