@charset "UTF-8";
/* ============================================ */
/* message
/* ============================================ */
#top-area .top-img {
  overflow: visible !important;
}
#top-area .top-img .img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
#top-area .top-img .img::before {
  background-image: url(../img/information/message/top-img.jpg);
  background-position: center top;
}
#top-area .top-img .profile {
  position: absolute;
  top: calc(100% + 1.5em);
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.8;
  width: 100%;
  text-align: right;
  padding: 0 15% 0 0;
}
#top-area .top-img .profile .name {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 1200px) {
  #top-area {
    padding-bottom: 120px !important;
  }
}
@media screen and (max-width: 768px) {
  #top-area {
    padding-bottom: 100px !important;
  }
}
/* ===== 共通 ===== */
.section .text p + p {
  margin: 3em 0 0;
}

/* ===== message ===== */
#message {
  position: relative;
  padding: 150px 0 330px;
}
#message .catch {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
}
#message .text {
  position: relative;
  max-width: 590px;
  margin: 80px auto 0;
  z-index: 2;
}
#message .bg-logo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
  max-width: 1070px;
  z-index: 1;
}

@media screen and (max-width: 1400px) {
  #message {
    padding: 150px 0 25vw;
  }
}
@media screen and (max-width: 768px) {
  #message {
    padding: 80px 0 35vw;
  }
  #message .catch {
    font-size: 26px;
    font-size: 1.625rem;
  }
  #message .text {
    margin: 40px auto 0;
  }
  #message .bg-logo {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  #message .catch {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/*# sourceMappingURL=message.css.map */