@charset "UTF-8";

*{
    margin: 0;
    padding: 0;
}

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* 左側　ナビ */
.flexbox{
    width: 98vw;

}

header {
    display: flex
}

.header-box{
   height: 10vw;
    background-color: rgb(33, 77, 65);

}

header h1 a img{
    display: block;
    width: 13vw;
    height: 5vw;
    margin-top: 3vw;
    margin-left: 3vw;
}

nav ul{
    display: flex; 
}

nav ul li{
    height:5vw ;
    margin-top: 3.5vw;
    margin-left: 5vw;
    list-style-type: none;

}

nav ul li a{
    display: block;
    text-decoration-line: none;
    border-radius: 10px;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    font-family: "Noto Serif JP", serif;
    color:#fcf7f7;
    transition: 1s;

    
}

nav ul li a:hover{
    margin: 0.1vw;
    transition: 1s;
    color:#696767;

}

/*  LP */

.msf-box{
    width: 90vw;
    margin-right: auto;
    margin-left: auto;
}

.about-lp{
    height: 10vw;
    margin-top: 5vw;
    font-family: "Noto Serif JP", serif;
    background-color:rgb(70, 113, 103);
}

.about-lp small{
    display: block;
    padding: 1vw;
    text-align: center;
    color:#fcf7f7 ;
}

.about-lp h1{
    text-align: center;
    font-size: 16px;
    color:#fcf7f7 ;
}

.msf-box h2:nth-of-type(1){
    margin-top: 2vw;
    text-align: center;
    white-space: pre-wrap;
    font-size: 14px;
    color:rgb(33, 77, 65) ;

}


.about-image{
    display: flex;
    width: 90vw;
    margin-top: 5vw;
    
}

.about-image div{
    width: 30%;
    margin-right: auto;
    margin-left: auto;
}


.about-image div img{
    width: 100%;
}





/* フッター */
.footerbox{

    display: flex;
    width: 85vw;
    height:40vw;
    font-family: "Noto Serif JP", serif;
    font-weight: lighter;
    font-size: 10px;
    margin-top: 8vw;
    margin-right: auto;
    margin-left: auto;
    background-color:rgb(33, 77, 65) ;
    
}


.footerbox div{
    width: 33vw;
}

.footerbox h3{
    border-bottom:1px solid rgb(102, 146, 134) ;
    line-height: 3.5;
}

.footerbox ul li{
    list-style-type: none;
}

.footerbox a{
    text-decoration: none;
    color:#fcf7f7 ;
}

.footerbox a:hover{
    color:#a5a3a3 ;
}

.footerbox p{
    line-height: 5;
}


.footer-left{
    margin-left: 3vw;
}

.footer-left h2 img{
    width: 12vw;
    margin-top: 2vw;
    margin-right: 4vw;
    margin-bottom: 2vw;
}


.footer-center,.footer-right,.footer-right2{
    margin-top: 6vw;


}



.footer-right2 h4{
    margin-top: 2vw;
    margin-bottom: 1vw;
}
