@charset "utf-8";




/*今はsliderついてない*/
.slider{
display: flex;
height: 400px;
     margin: 0 auto;
margin-top: 90px;
    width: 1100px;
}


.slider div{
width:250px;    
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 28px;
letter-spacing: 5px;
line-height: 45px;
}

.slider div p{
padding: 0;
margin: 0;
}


.slider div span{
margin-top: 20px;
display: block;
font-size: 10px;
line-height: 18px; 
}


.slider div:first-child img{
display: block;
width: 220px;
}


.slider div:nth-child(2){
display: flex;
    width: 700px;
    margin-left: 30px;
}

.slider div:nth-child(2) img{
margin-right: 20px;
  object-fit: cover;
width: 100%;
height: 100%;
}



#About{
    scroll-margin-bottom: 150px; 
}


.content1{
   margin-top: 90px; 
}



.content1 img:first-child{
    display: block;
    margin: 0 auto;
}



.content1 div{
    position: relative;
    margin-top: 70px;
    background-color: #F1E4B2;
    height: 700px;
    padding-top: 80px;
}



.content1 p{
    text-align: center; 
    color: #3E3A39;
    line-height: 30px;
    letter-spacing: 0.3px;
}




.content1 p span{
    font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
    font-size: 40px;
}

.content1 div img{
   position: absolute;
    border-radius: 200px;
}



.content1 div img:first-of-type{
top: 360px;
    left: 100px;
}


.content1 div img:nth-of-type(2){
top: 110px;
    right: 150px;
}






.content1 div img:nth-of-type(3){
bottom: 30px;
    right: 60px;
    
}


#NEWS{
    scroll-margin-top: 150px; 
}


.content2{
    margin-top: 150px;
    height: auto;
    border-top: solid 1px #CECECE;
     border-bottom: solid 1px #CECECE;
}





.content2 h1{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
text-align: center;
  font-weight: bold;
margin: 30px;
}



.content2 div div{
display: flex;
      width: 600px;
    margin: 0 auto;
    color: #CECECE;
    margin-bottom: 20px;
}

.content2 div div p{
display: flex;
      width: 514px;
    margin: 0 auto;
     border-bottom: solid 1px #CECECE;
      text-decoration: none;
            margin-left: 20px;
color: #3E3A39;
}

.content2 div div a{
      text-decoration: none;
}




.content2_1  a{
    display: block;
    margin-left: auto;
color: #3E3A39;
    text-decoration: none;
        font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
text-align: right;
    border: none;
     margin-bottom: 20px;
}





.content3 {
 margin-top: 100px;
     margin-bottom: 250px;
}


.content3 h1 {
  font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
text-align: center;
  font-weight: bold;
margin: 30px;
      margin-bottom: 55px;
    padding-top: 100px;
}




.content3 div{
    display: flex;
    justify-content:space-between;
    width: 920px;
    margin: 0 auto;
    margin-top: 10px;
  
}


.content3 a{
    width: 200px;
    text-decoration: none;
    color: #3E3A39;
}


.content3 img{
    width: 100%;
}


.content3 p{
text-align:center;
}


























