body {
    margin: 0;
    padding: 0;
    background: linear-gradient(90deg, rgba(250, 249, 204, 0.601) 0%, rgba(0, 0, 0, 0) 60%,rgba(255, 255, 255, 1));
    background-color: #f6f6e477; 
    font-family: 
      "Hiragino Kaku Gothic ProN", 
      "Yu Gothic", 
      "Noto Sans JP", 
      "Meiryo", 
      sans-serif;
    color: #39393D;  
    overflow-x: hidden;
  
    
  }


.morphing-area {
    position: fixed;
    top: 5%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: visible;
    transform-origin: center; 
    transition: transform 0.8s ease, opacity 0.5s ease; 
  }
  #morphSVGLeft {
    position: absolute;
    top: -25%;
    left: -3%;
    width: 180%;
    height: auto;
    transform: scaleX(1) rotate(140deg); 
    transform-origin: center; 
  }

  #massage-wrapper{
    width:100%;
    height: auto;
    margin-top: 180px;
    margin-bottom: 90px;
}
.massage-container{
    width: 70%;
    margin:0 auto;
    font-size: 0.9rem;
    position: relative;
}
.massagepage-left-01 {
    display: flex;
    align-items: center; 
    justify-content: left;
    gap: 10px; 
    text-align: left; 
    font-weight: normal; 
    width: 100%;
    
    margin-bottom: 100px;
}
.massage-title {
    font-size: 1.3rem; 
    font-weight: normal; 
  }
  
  .massage-line {
    display: inline-block;
    width: 1px; 
    height: 10px; 
    background-color: #333; 
  }
  
  .massage-sub {
    font-size: 1.1rem; 
    color: #666; 
  }
  .massagepage-top {
    display: flex; 
    align-items: flex-start; 
    justify-content: space-between; 
    gap: 40px; 
}

.massagepage-top-left{
    width: 50%; 
    margin-top: 50px;
}
.massagepage-top-right {
    width: 50%; 
}

.massagepage-top-right img {
    width: 100%; 
    height: auto; 
    border-radius: 13px;
}
.massage-midasi{
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.05em; 
}
.massage-midasi-translation {
    color: rgb(146, 133, 114);
    font-size: 1rem;
    letter-spacing: 0.02rem;
    font-weight: 200;
  }
.massage-text{
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
    
  }
.massage-name-img{
    width: 200px;
    transform: translateX(10px);
}
.massage-ceo-name {
    display: flex;
    justify-content: flex-end; 
    flex-direction: column;
    gap:20px;
    width: fit-content;     
    margin-left: auto; 
    text-align: right;
    margin-top: 50px;
}
.position {
    font-size: 1.2rem;
}
.massage-text-translation{
    position: relative;
    margin-top:50px;
}

.massage-inner-item01{
  margin-top: 50px;

  background: linear-gradient(45deg, rgba(250, 249, 204, 0.601) 0%, rgba(0, 0, 0, 0) 60%,rgba(255, 255, 255, 1));

}
.signature {
  position: absolute;
  right: 0;
  bottom: -50px;
  color: rgb(146, 133, 114);
  font-size: 0.8rem;
}
  @media screen and (max-width: 768px) {
    .position {
      font-size: 1rem;
  }
  .massage-ceo-name {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    gap: 10px;
    width: fit-content;
    margin-left: auto;
    text-align: right;
    margin-top: 50px;
}
    #morphSVGLeft {
      position: absolute;
      top: -30%;
      left: -90%;
      width: 300%;
      height: auto;
      transform: scaleX(1) rotate(200deg); 
      transform-origin: center; 
    }
    .massage-container{
      width: 80%;
      margin:0 auto;
      font-size: 0.9rem;
      position: relative;
  }
  #massage-wrapper{
    width:100%;
    height: auto;
    margin-top: 50px;
    margin-bottom: 90px;
}
  .massagepage-top {
    display: flex; 
    flex-direction: column;
    align-items: center; 
    justify-content: space-between; 
    gap: 40px; 
}
.massagepage-left-01 {
  display: flex;
  align-items: center; 
  justify-content: left;
  gap: 10px; 
  text-align: left; 
  font-weight: normal; 
  width: 100%;
  
  margin-bottom: 50px;
}
.massagepage-top-left{
  width: 100%; 
  margin-top: 50px;
}
.massagepage-top-right {
  width: 90%; 
}
.massage-name-img{
  width: 130px;
  transform: translateX(10px);
}
.massage-inner-item01{
  margin-top: 40px;
}
.massage-text-translation {
  margin-top: 40px;
}
.signature {
  position: absolute;
  left: 0;
  bottom: -50px;
  color: rgb(146, 133, 114);
  font-size: 0.8rem;
}
  }
@media screen and (max-width: 400px) {
  
  .massage-midasi{
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.05em; 
}
.massage-midasi-translation {
    color: rgb(146, 133, 114);
    font-size: 0.9rem;
    letter-spacing: 0.02rem;
    font-weight: 200;
  }
}