@charset "UTF-8";
/* ::::::::::  代表者挨拶  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.greeting {
  padding-bottom: 170px;
}
@media (max-width: 767px) {
  .greeting {
    padding-bottom: 100px;
  }
}
.greeting .wrapper {
  padding: 70px 75px;
}
@media (max-width: 767px) {
  .greeting .wrapper {
    padding: 45px 20px 50px;
  }
}
.greeting .greetingTitle {
  margin-bottom: 10px;
  color: #000;
  font-size: 1.9rem;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .greeting .greetingTitle {
    margin-bottom: 20px;
    font-size: 1.7rem;
  }
}
.greeting p + p {
  margin-top: 30px;
}
.greeting .name {
  margin-top: 15px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .greeting .name {
    margin-top: 20px;
    letter-spacing: 0.06em;
  }
}
.greeting .name > span {
  display: inline-block;
  margin-left: 15px;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}