/*
$4ewsColor: 
    /*col01: #238561,
  col02: #67a2b7,
  col03: #d2843e,
  col04: #cf775b,
  col05: #cf9942,
  col06: #926c28,
  col07: #cc7175,
  col08: #608ea1,
  col09: #5b609a,
  col10: #487390,
  col11: #4e9386,
  col12: #79a153,
  col13: #817499
);
*/
/**/
#message_sec .inner {
  display: flex;
}
@media screen and (min-width: 769px) {
  #message_sec .inner {
    align-items: center;
    column-gap: 6rem;
  }
}
@media screen and (max-width: 768px) {
  #message_sec .inner {
    flex-direction: column-reverse;
    row-gap: 6rem;
  }
}

#message_sec figure {
  flex-shrink: 0;
  border-radius: 0.6rem;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #message_sec figure {
    width: 57rem;
  }
}

.message_ttl {
  position: relative;
  display: flex;
  justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  .message_ttl {
    align-items: center;
    width: 98rem;
    height: 44.2rem;
    margin: 0 auto;
    padding: 0 6rem;
    background: url(../../img/philosophy/message/bg_pc.jpg) center bottom no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .message_ttl {
    width: 100%;
    height: 130rem;
    padding: 8rem 5rem 0;
    background: url(../../img/philosophy/message/bg_sp.jpg) center bottom no-repeat;
    background-size: cover;
  }
}

.message_ttl h2 {
  position: relative;
  font-weight: 500;
  font-family: "Noto Serif", serif;
}
@media screen and (min-width: 769px) {
  .message_ttl h2 {
    line-height: 1.5em;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .message_ttl h2 {
    line-height: 1.5em;
    font-size: 4rem;
    letter-spacing: 0.05em;
  }
}

#message_main .inner {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #message_main .inner {
    width: 98rem;
  }
}

#message_main h3 {
  grid-column: 2/3;
  position: relative;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  #message_main h3 {
    margin-bottom: 2rem;
    line-height: 1.5em;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  #message_main h3 {
    margin-bottom: 3rem;
    line-height: 1.5em;
    font-size: 4rem;
    letter-spacing: 0.05em;
  }
}

#message_main .general_txt {
  position: relative;
}
@media screen and (min-width: 769px) {
  #message_main .general_txt {
    margin-bottom: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #message_main .general_txt {
    margin-bottom: 2.8rem;
  }
}

@media screen and (min-width: 769px) {
  #message_main .general_txt + h3 {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  #message_main .general_txt + h3 {
    margin-top: 6rem;
  }
}

.signature {
  text-align: right !important;
  margin-bottom: 0 !important;
}

@media screen and (min-width: 769px) {
  .signature img {
    width: 19.4rem;
    margin-top: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .signature img {
    width: 38.8rem;
    margin-top: 2.8rem;
  }
}