@charset "UTF-8";
#message .cont__area {
  background: url("../message/img/img_bg.jpg") no-repeat center top;
  background-size: cover;
  min-height: 90vh; }
#message .cont__header .img-container:before {
  display: none; }
#message .cont__header .box__cat_ttl {
  padding-left: 0; }
  #message .cont__header .box__cat_ttl:before {
    display: none !important; }
#message .layout_message {
  margin-top: 30px; }
  #message .layout_message .inner {
    max-width: 800px; }
  #message .layout_message .ttl {
    position: relative;
    z-index: 10;
    left: -30px; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      #message .layout_message .ttl {
        left: 0px; } }
    #message .layout_message .ttl h2 span {
      font-family: "Montserrat", "Noto Sans JP", "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
      font-weight: bold;
      font-size: 76px;
      font-size: 7.6rem;
      padding: 0 10px;
      line-height: 1; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        #message .layout_message .ttl h2 span {
          font-size: 13vw; } }
    #message .layout_message .ttl h3 span {
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: bold;
      padding: 0 0 3px 10px;
      letter-spacing: 0.1em;
      margin-top: 15px; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        #message .layout_message .ttl h3 span {
          font-size: 4.5vw;
          margin-top: 10px; } }
    #message .layout_message .ttl span {
      display: inline-block;
      color: #fff;
      background-color: #FF0000;
      margin-bottom: 15px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  #message .layout_message .box {
    padding: 65px 60px 50px;
    background-color: #fff;
    margin-top: -60px; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      #message .layout_message .box {
        padding: 5px 20px 20px;
        margin-top: 0px; } }
    #message .layout_message .box p {
      font-size: 18px;
      font-size: 1.8rem;
      margin-top: 1.2em;
      font-weight: bold;
      line-height: 2;
      letter-spacing: 0.02em; }
