.content-header h1 {
  background-image: url(../img/greeting/kv.jpg);
}

@media (min-width: 950px) {
  .content .section.section-greeting .section-ceo {
    display: flex;
  }
}

@media (max-width: 949px) {
  .content .section.section-greeting .section-ceo .photo {
    margin-bottom: 30px;
    text-align: center;
  }
}

@media (min-width: 950px) {
  .content .section.section-greeting .section-ceo .photo {
    margin-right: 32px;
  }
}

@media (max-width: 949px) {
  .content .section.section-greeting .section-ceo .text {
    text-align: center;
  }
}

.content .section.section-greeting .section-ceo .logo {
  margin-bottom: 16px;
}

@media (min-width: 950px) {
  .content .section.section-greeting .section-ceo .logo {
    margin-top: 5px;
  }
}

.content .section.section-greeting .section-ceo dl {
  margin-top: 0;
  margin-bottom: 0;
}

.content .section.section-greeting .section-ceo dl dt {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.2em;
}

@media (max-width: 949px) {
  .content .section.section-greeting .section-ceo dl dt {
    text-indent: 0.2em;
  }
}

.content .section.section-greeting .section-ceo dl dd {
  margin-left: 0;
}

.content .section.section-greeting .section-ceo dl dd:nth-of-type(1) {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.7em;
}

@media (max-width: 949px) {
  .content .section.section-greeting .section-ceo dl dd:nth-of-type(1) {
    text-indent: 0.7em;
  }
}

.content .section.section-greeting .section-ceo dl dd:nth-of-type(2) {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.2em;
}

@media (max-width: 949px) {
  .content .section.section-greeting .section-ceo dl dd:nth-of-type(2) {
    text-indent: 0.2em;
  }
}
