@charset "utf-8";




.menu-title h2{ 
    writing-mode: vertical-rl;
    font-size: 50px;
    font-weight: 100;
    position: fixed;
    top: 330px;
    left: 85px;
    letter-spacing: 20px;
    text-shadow: 1px 1px 10px  #000;
}
.menu-title .sen{ 
    writing-mode: vertical-rl;
    font-size: 40px;
    position: fixed;
    top: 250px;
    left: 112px;
}




.news-content{
    margin: 100px auto 100px;
    width: 70%;
}

.news-title {
    text-align: center;
    writing-mode: vertical-rl;
    font-size: 40px;
   margin: 150px auto 0; 
  
}

.gizi::before{
    content: "";
    /* ::befre::afterはインラインブロック表示に変えて幅を変える */
    display: block;
    width: 200px;
    height: 1px;
    margin: 200px auto 0;
    background-color: #fff;
    transform:rotate(90deg);
}

.annai{
    display: flex;
    align-items: center;
}

.annai img{
    display: block;
    width: 20px;
    margin-right:10px;
}


.news-content .news1 img,
.news-content .news2 img,
.news-content .news3 img{
    width: 300px;
    height: 300px;
   
  object-fit: cover;
}
 .news1,
 .news2,
 .news3{
display: flex;
padding-bottom: 50px;
margin: 50px;
border-bottom: 1px solid #fff;
align-items: center;

 }

 .text{
    margin: 30px;
 }

 .date{
    color: rgb(158, 158, 158);
    font-family: sans-serif;
    font-size: 12px;
 }

 h3{
    font-size: 20px;
    padding: 10px;
 }

 .text p{
    padding: 10px;
    line-height: 23px;
 }

 .annai img:hover{
    opacity: 0.5;
    transition: all 0.3s;
 }

 .main{
    position: relative;
 }

 .fude1{
    position: absolute;
    opacity: 0.1;
    width: 50%;
    top: -220px;
    left: -20px;
    
  }