.subpage {
  display: block;
}

/* message */
.message .img-area img {
  float: left;
  margin-left: 0;
}

@media screen and (max-width: 991px) {
  .message .img-area img {
    display: block;
    width: 100%;
  }
}

.message .mv-area {
  margin: 160px auto 200px;
}

@media screen and (max-width: 767px) {
  .message .mv-area {
    margin: 80px auto 100px;
  }
}

.message .row {
  width: 100%;
}

.message .back-tile {
  background-image: url("../img/common/back_03.jpg");
  background-repeat: repeat;
}

.message .communication .back-img-area {
  background-image: url("../img/common/back_03.jpg");
  background-repeat: repeat;
  margin: -190px 0 0;
}

.message .communication .back-img-area .spacer {
  width: 100%;
  height: 400px;
}

.message .communication .back-img-area .back-filter {
  float: right !important;
  width: 50%;
  height: 400px;
  background-image: url("../img/common/back.jpg");
  background-repeat: repeat;
  margin: -400px 0 0 auto;
}

.message .communication .back-img-area .inner {
  background-image: url("../img/common/back.jpg");
  background-repeat: repeat;
}

.message .communication .content {
  float: left;
  margin-top: -90px;
}

@media screen and (max-width: 767px) {
  .message .communication .content {
    margin-top: -40px;
  }
}

.message .experience {
  padding-top: 200px;
}

@media screen and (max-width: 767px) {
  .message .experience {
    padding-top: 80px;
  }
}

.message .experience .spacer {
  width: 100%;
  height: 500px;
}

.message .experience .content {
  float: left;
  margin-top: -570px;
}

@media screen and (max-width: 767px) {
  .message .experience .content {
    margin-top: -70px;
  }
}

.message .fee {
  padding-top: 160px;
}

@media screen and (max-width: 767px) {
  .message .fee {
    padding-top: 80px;
  }
}

.message .fee .content {
  float: left;
  margin-top: -520px;
}

@media screen and (max-width: 767px) {
  .message .fee .content {
    margin-top: -430px;
  }
}

@media screen and (max-width: 575px) {
  .message .fee .content {
    margin-top: -350px;
  }
}

.message .contact {
  padding: 160px 0 50px;
}

.message .contact .float-img {
  z-index: 20;
}

.message .contact .float-img .inner {
  float: right;
  margin-left: auto;
}

.message .contact .float-img .inner .float-box {
  background-image: url("../img/common/back_04.jpg");
  background-repeat: repeat;
  width: 60px;
  height: 60px;
}

.message .contact .float-img .inner .img-box {
  margin: -10px 0 0 40px;
}

.message .contact .message-box {
  margin-top: -60px;
}

.message .contact .message-box .float-box {
  margin-left: -80px;
}

.message .contact .message-box .inner {
  background-image: url("../img/common/back_03.jpg");
  background-repeat: repeat;
  padding: 60px 50px 0;
  margin: -20px auto 0 auto;
}

.message .contact .message-box .inner .bottom-box {
  width: 50%;
  height: 80px;
  margin-top: 20px;
  border-right: solid 1px #3b707b;
}

@media screen and (max-width: 767px) {
  .message .contact .message-box .inner {
    padding: 60px 0 25px;
  }
}

.message .contact .button-box {
  text-align: center;
  margin-top: -27px;
}

.message .contact .button-box .inner {
  display: inline-block;
  background-color: #000000;
  padding: 10px 100px;
  color: #ffffff;
}

.message .contact .button-box .inner:hover {
  background-color: #3b707b;
}

@media screen and (max-width: 767px) {
  .message .contact .button-box .inner {
    padding: 10px 50px;
  }
}

@media screen and (max-width: 575px) {
  .message .contact .button-box .inner {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 767px) {
  .message .contact {
    margin-top: -70px;
  }
}

.message .bottom-img {
  padding: 50px 0;
}

.message .title-space {
  z-index: 10;
}

.message .title {
  font-size: 1.5rem;
  line-height: 4rem;
  letter-spacing: 0.3rem;
}

.message .vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
