 
  .container{
    width:100%;
    height:auto;
    position: relative;


  }
  /* .container img{
    width:170%;
    height:170%;
    transform: translate(-20%,0%);
  } */
  .haru{
    position: relative;
    top:20%;
    left:0%;
    font-size:25px;
    color: rgb(4, 6, 36);
    padding:0;
    margin:0;
    background:rgba(233, 233, 233, 0.8);
  }

  .haruharu{
    position: relative;
    top:20%;
    left:0%;
    font-size:20px;
    color:rgb(4, 6, 36);
    padding:0;
    margin:0;
    background:rgba(233, 233, 233, 0.8);
  }

  
  textarea {
      width: 500px;  /* 横幅 */
      height: 100px; /* 高さ */
  }
  

  .haru2{
    background-image: url("../../assets/img/AdobeStock_235711378.jpeg");
    background-size:100%;
    width:100%;
    height:100%;
    transform: translate(0%,0%);
  }
