@-webkit-keyframes bgfade {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 91, 172, 0.5);
  }
}

@keyframes bgfade {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 91, 172, 0.5);
  }
}

@-webkit-keyframes bgfade2 {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 156, 230, 0.5);
  }
}

@keyframes bgfade2 {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 156, 230, 0.5);
  }
}

@media screen and (max-width: 500px) {
  .message-greeting .fl50 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.message-greeting_img {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  height: 650px;
}

@media screen and (max-width: 1024px) {
  .message-greeting_img {
    height: 600px;
  }
}

@media screen and (max-width: 500px) {
  .message-greeting_img {
    height: 400px;
  }
}

.message-greeting_card {
  display: block;
  position: relative;
  z-index: 3;
  bottom: -60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #ffffff;
}

@media screen and (max-width: 500px) {
  .message-greeting_card {
    bottom: -50%;
  }
}

.message-greeting_card a {
  display: block;
  width: 320px;
  font-size: 2rem;
  margin: 10px 0;
  padding: 10px 30px;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 1024px) {
  .message-greeting_card a {
    width: 280px;
  }
}

@media screen and (max-width: 768px) {
  .message-greeting_card a {
    padding: 10px 20px;
    width: 250px;
  }
}

@media screen and (max-width: 500px) {
  .message-greeting_card a {
    padding: 10px;
    width: 200px;
  }
}

.message-greeting_card a .link-bx {
  right: 0;
  bottom: 2px;
}

@media screen and (max-width: 1024px) {
  .message-greeting_card a .link-bx {
    bottom: 0;
  }
}

@media screen and (max-width: 500px) {
  .message-greeting_card a .link-bx {
    bottom: 2px;
  }
}

.message-greeting_card a:hover {
  color: #065bab;
  background-color: #fff;
  text-shadow: none;
}

.message-greeting_card a:hover .link-bx,
.message-greeting_card a:hover .link-bx::after {
  border-color: #065bab;
}

.message-greeting_card li:nth-child(2).view .message-greeting_en::before {
  width: 175px;
}

@media screen and (max-width: 1024px) {
  .message-greeting_card li:nth-child(2).view .message-greeting_en::before {
    width: 165px;
  }
}

.message-greeting_position {
  font-size: 1.8rem;
  width: 11rem;
  padding: 1rem;
  margin-bottom: 1.9rem;
  text-align: center;
  background-color: rgba(0, 91, 172, 0.9);
}

.message-greeting_position::before {
  height: 0;
  width: 0;
}

.message-greeting_en {
  display: block;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .message-greeting_en {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 500px) {
  .message-greeting_en {
    line-height: 1.4;
  }
}

.view .message-greeting_en::before {
  background-color: #ffffff;
  width: 175px;
}

@media screen and (max-width: 1024px) {
  .view .message-greeting_en::before {
    width: 170px;
  }
}

@media screen and (max-width: 768px) {
  .view .message-greeting_en::before {
    width: 135px;
  }
}

@media screen and (max-width: 500px) {
  .view .message-greeting_en::before {
    width: 110px;
  }
}

.message-greeting_ja {
  display: block;
  font-size: 3.2rem;
}

@media screen and (max-width: 768px) {
  .message-greeting_ja {
    font-size: 2.8rem;
  }
}

.message-greeting_desc {
  padding: 0 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 500px) {
  .message-greeting_desc {
    padding: 30px 25px 30px 0;
  }
}

.message-greeting_desc h3 {
  padding-left: 30px;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 1024px) {
  .message-greeting_desc h3 {
    margin-bottom: 20px;
  }
}

.message-greeting_desc h3 .slide-r {
  -webkit-transform: translateX(-130%);
  transform: translateX(-130%);
}

.message-greeting_desc p {
  padding-left: 30px;
  position: relative;
  z-index: 3;
}

.message-greeting li:nth-child(even) .message-greeting_img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (max-width: 500px) {
  .message-greeting li:nth-child(even) .message-greeting_img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.message-greeting li:nth-child(even) .message-greeting_desc {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  background-color: #eeeeee;
}

@media screen and (max-width: 500px) {
  .message-greeting li:nth-child(even) .message-greeting_desc {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
/*# sourceMappingURL=message.min.css.map */
