.message {
    padding-top: 0;
    padding-bottom: 40px;
    background: #000000;
    position: relative;
    overflow-x: clip;
  }
  @media screen and (min-width: 768px) {
    .message {
      padding-top: 0;
      padding-bottom: 106px;
    }
  }

  .message::before {
    position: absolute;
    display: block;
    content: 'message';
    text-transform: uppercase;
    font-family: Oswald;
    font-weight: 500;
    font-size: 116px;
    letter-spacing: 0.12em;
    line-height: 280px;
    text-align: left;
    color: #fff;
    opacity: 0.1;
    writing-mode: vertical-rl;    
    right: -4.5%;
    top: -3.5%;
  }

  @media (min-width: 768px) and (max-width: 999px) {
    .message::before {
      display: none;
    }
  }
  @media screen and (max-width: 767px) {
    .message::before {
      display: none;
    }
  }
  
  .message__inner {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
    max-width: 60rem;
    display: flex;
    flex-direction: column;
    row-gap: 3rem;
  }

  @media screen and (min-width: 768px) {
    .message__inner {
      max-width: 1220px;
      padding-left: 0;
      padding-right: 0;
      flex-flow: row nowrap;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start;
      margin-right: auto;
    }
  }
  @media (min-width: 768px) and (max-width: 999px) {
    .message__inner {
      width: 100%;
      padding-right: 2rem;
      padding-left: 2rem;
      max-width: 100%;
      display: flex;
      flex-direction: column;
      row-gap: 3rem;
    }
  }
  
  @media screen and (min-width: 999px) {
    .message__block {
      max-width: 41.968%;
      margin-top: 17px;
    }
  }

  
  .message__title {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.2em;
    line-height: 1.666666666666667;
    text-align: left;
    color: #cfcfcf;
    opacity: 1;
    margin-left: 6px;
    margin-top: -2.5px;
    margin-bottom: -4px;
  }
  @media screen and (min-width: 768px) {
    .message__title {
      margin-left: 3px;
      font-size: 18px;
    }
  }
  
  .message__enTitle {
    font-family: Oswald;
    font-weight: 500;
    font-size: 38px;
    letter-spacing: 0.06em;
    text-align: left;
    color: #cfcfcf; 
    text-transform: uppercase;   
  }

  @media screen and (min-width: 768px) {
    .message__enTitle {
      margin-left: -3px;
      font-size: 78px;
    }
  }
  
  .message__text {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 2;
    text-align: left;
    color: #fff;    
    
  }
  @media screen and (min-width: 768px) {
    .message__text {
      margin-top: 11px;
    }
  }
  
  .message__name {
    font-family: Oswald;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 32px;
    text-align: left;
    color: #fff;
    margin-left: 3px;
    margin-top: 20px;
  }
  
  @media screen and (min-width: 768px) {
    .message__name {
      margin-top: 68px;
    }
  }

  .message__name span {
    font-family: "Noto Sans JP";
font-weight: bold;
font-size: 18px;
letter-spacing: 0.2em;
line-height: 30px;
text-align: left;
color: #fff;
opacity: 1;
margin-right: 11px;
  }
  
  
  @media screen and (min-width: 768px) {
    .message__img {
      max-width: 51.23%;
    }
  }
  
  @media (min-width: 768px) and (max-width: 999px) {
    .message__img {
      max-width: 100%;
    }
  }
  
  .message__img::before {
    padding-top: 73.601%;
  }
  
