@charset "UTF-8";
/* ------------------------------------------------------
 * Section
------------------------------------------------------ */
.section_message {
  position: relative;
}
.section_message .section_inner {
  position: relative;
  z-index: 1;
}
.section_message .ticker {
  position: absolute;
  top: 90px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .section_message .ticker {
    top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .section_message h1.hdg_01 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .section_message {
    padding: 45px 0 120px;
  }
}

/* ------------------------------------------------------
 * トップメッセージ
------------------------------------------------------ */
.message_mv {
  margin: 0 0 55px;
}
.message_mv img {
  border-radius: 5px;
}
.message_layout {
  margin: 0 0 70px;
  display: flex;
  justify-content: space-between;
}
.message_layout_catch {
  width: 400px;
}
.message_layout_catch_label {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.75;
  white-space: nowrap;
}
.message_layout_contents {
  width: calc(100% - 480px);
  padding: 85px 0 0;
}
.message_layout_contents > :last-child {
  margin-bottom: 0 !important;
}
.message_layout .txt {
  margin-bottom: 4em;
}
.message_hdg {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 20px;
}
.message_signature {
  text-align: right;
}
.message_signature > * {
  display: block;
}
.message_signature_post {
  margin: 0 0 5px;
}
.message_signature_name {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .message_mv {
    height: 228px;
    margin: 0 -15px 30px;
    overflow: hidden;
  }
  .message_mv img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .message_layout {
    margin: 0 0 50px;
    display: block;
  }
  .message_layout_catch {
    width: auto;
    margin: 0 0 35px;
  }
  .message_layout_catch_label {
    font-size: 30px;
    line-height: 1.6;
    white-space: normal;
  }
  .message_layout_contents {
    width: 100%;
    padding: 0;
  }
  .message_hdg {
    font-size: 24px;
  }
  .message_signature_post {
    font-size: 16px;
  }
}