@charset "utf-8";

.title h1 {
  width: 60.0rem;
}
.title h1 img {
  width: 34.2rem;
}

.message {
  width: 110.0rem;
  margin: 0 auto 8.0rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
}
.message figure {
  width: 28.4rem;
  padding-top: 13.0rem;
  position: relative;
  opacity: 0;
  top: -40px;
  transition: opacity 1s, top 1s;
}
.message div.message-in {
  width: 75.0rem;
}
.message div.message-in h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 6.0rem;
  line-height: 1;
  text-align: center;
  color: #1c50a1;
  margin-bottom: 6.0rem;
  padding-bottom: 2.0rem;
  border-bottom: 1px solid #1c50a1;
  position: relative;
  opacity: 0;
  top: -40px;
  transition: opacity 1s, top 1s;
}
.message div.message-in p {
  width: 70.0rem;
  font-size: 2.0rem;
  text-align: justify;
  line-height: 1.8;
  margin: 0 auto 3.0rem;
  position: relative;
  opacity: 0;
  top: -40px;
  transition: opacity 1s, top 1s;
}
.message figure.show,
.message div.message-in h2.show,
.message div.message-in p.show {
  opacity: 1;
  top: 0px;
}

.message div.photo-name {
  width: 70.0rem;
  margin: 0 auto 3.0rem;
  position: relative;
  opacity: 0;
  top: -40px;
  transition: opacity 1s, top 1s;
}
.message div.photo-name.show {
  opacity: 1;
  top: 0px;
}
.message div.photo-name dl {
  width: 70.0rem;
  margin: 0 auto 3.0rem;
}
.message div.photo-name dl dt {
  font-size: 2.0rem;
  padding-top: 2.0rem;
  line-height: 1.75;
  margin-bottom: 1.0rem;
}
.message div.photo-name dl dd {
  width: 20.0rem;
}
.message div.photo-name dl dd img {
  margin-left: 3.0rem;
}
.next-content .bg-zoom:after {
  background: url("../../message/image/pic-business@2x.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.bg-zoom p img {
  width: 30.6rem;
}
