.under-mv {
  margin-top: 100px;
  position: relative;
  background-position: center;
  background-size: cover;
  height: 200px;
  z-index: 3;
}

@media only screen and (max-width: 751px) {
  .under-mv {
    margin-top: 60px;
    height: 100px;
  }
}

.under-mv-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.under-mv-heading {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
}

.under-mv-heading__title {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 751px) {
  .under-mv-heading__title {
    font-size: 15px;
  }
}

.under-mv-heading__title-en {
  font-family: Roboto;
  font-size: 40px;
  text-align: center;
  color: #fff;
  position: relative;
  margin-bottom: 25px;
}

@media only screen and (max-width: 751px) {
  .under-mv-heading__title-en {
    font-size: 25px;
    margin-bottom: 10px;
  }
}

.under-mv-heading__sub {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 751px) {
  .under-mv-heading__sub {
    font-size: 15px;
  }
}

.greeting-mv {
  background-image: url(/assets/img/greeting/mv.png);
}

.greeting-inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 84px;
  padding-bottom: 180px;
}

@media only screen and (max-width: 751px) {
  .greeting-inner {
    max-width: 92%;
    padding-top: 47px;
    padding-bottom: 97px;
  }
}

.greeting-title {
  margin-bottom: 128px;
}

.greeting-message {
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  color: #454649;
  margin-bottom: 70px;
}

@media only screen and (max-width: 751px) {
  .greeting-message {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 40px;
  }
}

.greeting-img {
  width: 100%;
  padding-bottom: 60px;
}

@media only screen and (max-width: 751px) {
  .greeting-img {
    padding-bottom: 40px;
  }
}

.greeting-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #454649;
  margin-bottom: 128px;
}

.greeting-text p {
  margin-bottom: 20px;
}

.greeting-text p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 751px) {
  .greeting-text {
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 35px;
  }
  .greeting-text p {
    margin-bottom: 15px;
  }
  .greeting-text p:last-child {
    margin-bottom: 0;
  }
}

.greeting-name {
  text-align: right;
}

@media only screen and (max-width: 751px) {
  .greeting-name {
    text-align: center;
  }
}

@media only screen and (max-width: 751px) {
  .greeting-name img {
    width: 250px;
  }
}
