body{
    width: 100%;
    margin: 0%;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    text-align: center;
}

.fv{
  position: relative;
  background: url(../img/fv-saiyo.jpg);
  width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height:100vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat;/*背景画像をリピートしない*/
  background-position: center;/*背景画像の位置を中央に*/
  background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}

.copy{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 65%;
    max-width: 857px;
}

section{
    padding: 70px 0;
}

.brown-section{
    background-color:#68452C;
}

.section-title{
    margin: 0%;
}

.brown-title{
color:#68452C;
}

#subtitle-1{
    color: white;
    font-size: 26px;
    line-height: 1.7;
    margin: 35px 0 0 0 ;
}

#section1-text{
    color: white;
    font-size: 20px;
    line-height: 1.9;
    margin: 40px 0 0 0;
}

.grey-section{
    background-color: #EEEEEF;
}

.section-inner{
    width: 80%;
    max-width: 1052px;
    margin: 0 auto;
/*    background-color: white;*/
    border-radius: 12px;
}



#section2-subtitle-ja{
    font-size: 31px;
    line-height: 1.2;
    margin: 50px 0 0 0;
}

#section2-subtitle-en{
    font-size: 16px;
    line-height: 2;
    margin: 10px 0 40px 0;
}

#section2-text{
    font-size: 20px;
    line-height: 1.9;
    margin-bottom: 60px;
}

#section2-img{
    width: 100%;
    max-width: 1052px;
}

#section2-img2{
    width: 100%;
    max-width: 464px;
}

.subsection-inner{
    width: 90%;
    margin:0 auto;
    border-top: 4px ;
}

.white-border{
    border-top: 4px dotted white;
    margin-top: 55px;
    padding-top: 55px;
    color: #68452C;
}


.white-section{
    background-color: white;
    padding: 55px 0  ;
    margin-top: 50px;
}


.team-num{
    font-size: 18px;
    line-height: 1;
    margin: 0;
    margin-bottom: 14px;
}

h3{
    font-size: 42px;
    line-height: 1;
    margin: 0px 0 50px;
}

.team-text{
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 50px;
}

.img-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}

.img-list img{
    width: 33%;
    max-width: 310px;
}

.qa-list{
    display: flex;
    justify-content: space-between;
    position: relative;
}

.qa{
    text-align: left;
    width: 67%;
    max-width: 624px;
}

.qa p{
    margin: 0;
    font-size: 17px;
    line-height: 1.75;
}

.qa h4{
    font-size: 18px;
    font-weight: 500;
    padding:  6px 0px 6px 12px  ;
    color: white;
    background-color: #F5C53A;
    border-radius: 6px;
    margin: 27px 0 10px 0;
}

#qa1{
    width:340px ;
}

#qa2{
    width:130px ;
}

#qa3{
    width: 164px;
}

#qa4{
    width:130px ;
}

button:hover{
    opacity: 50%;
}



.white-button{
    width: 35%;
    max-width: 240px;
    margin: 0px;
   background-color: white;
   border: 2px solid #F5C53A;
   border-radius: 6px;
   font-size: 17px;
   padding: 11px 0;
   position: absolute;
   right: 0px;
   bottom: 0px;
   text-align: center;
   line-height: 1.75;
}


.button-3{
    top: 55px;
}

.yellow-border{
    border-top: 4px dotted  #F5C53A;
    margin-top: 55px;
    padding-top: 55px;
}

.img-list2{
    margin-bottom: 0;
}

#qa5{
    width: 423px;
    margin-top: 50px;
}

#qa6{
    width: 164px;
}

#etc{
    font-size: 33px;
    margin: 0;
}

.section-etc{
    height: 55px;
    align-items: center;
}

#section4-subtitle{
    font-size: 20px;
    margin: 0 0  50px 0;
}

.section4-text{
    font-size: 20px;
    line-height: 1.8;
    margin: 0;
}



footer{
    background-color: #68452C;
    padding: 81px 0;
}

#button-list{
    width: 53%;
    margin: 0 auto;
    max-width: 684px;
    display: flex;
    justify-content: space-between;
}

.brown-button{
    font-family: 'Noto Sans JP', sans-serif;
    width: 50%;
    max-width: 310px;
    color: white;
   background-color: #68452C;
   border: 2px solid #F5C53A;
   border-radius: 6px;
   font-size: 21px;
   font-weight: 500;
   padding: 0px;
   height: 67px;
}

.brown-button a {
    text-decoration: none !important;
    color: white !important;
}



@media screen and (max-width:480px){
    
    section{
        padding: 70px 0;
    }
    
    .brown-section{
        background-color:#68452C;
    }
    
    .section-title{
        font-size: 62px;
        margin: 0%;
        color: #F5C53A;
    }
    
    #subtitle-1{
        font-size: 20px;
        line-height: 1.5;
    }
    
    #section1-text{
        color: white;
        font-size: 15px;
        line-height: 1.5;
        margin-top: 40px;
    }
    
    .grey-section{
        background-color: #EEEEEF;
    }
    
    .section-inner{
        width: 80%;
        max-width: 400px;
        border-radius: 12px;
    }
    
    #section2-subtitle-ja{
        font-size: 31px;
    }
    
    
    #section2-text{
        font-size: 20px;
        line-height: 1.9;
        margin-bottom: 40px;
    }
    
  
    
    
    .team-num{
        font-size: 18px;
        line-height: 2.4;
        margin: 0;
    }
    
    h3{
        font-size: 42px;
        line-height: 1.2;
        margin: 0px 0 50px;
    }
    
    .team-text{
        font-size: 20px;
        line-height: 1.8;
        margin-bottom: 50px;
    }
    
    .qa-list{
        display: block;
        position: relative;
        text-align: left;
    }
    
    .qa{
        width: 100%;
    }
    
    .qa p{
        margin: 0;
        font-size: 16px;
        line-height: 1.75;
    }
    
    .qa h4{
        font-size: 18px;
        font-weight: 500;
        padding:  10px  ;
        color: white;
        background-color: #F5C53A;
        border-radius: 6px;
        margin: 27px 0 10px 0;
    }
    
    #qa1{
        width:183px ;
    }

    #qa2{
        width:108px ;
    }
    
    #qa3{
        width: 147px;
    }
    
    #qa4{
        width:110px ;
    }
    
   
    .white-button{
        position: relative;
        width: 99%;
        margin: 50px auto 0 !important;
    }
    
    
    .yellow-border{
        margin-top: 50px;
    }
    
    #qa5{
        width: 220px;
    }
    
    #qa6{
        width: 149px;
    }
    
    #etc{
        font-size: 25px;
        margin: 0;
    }
    
    .section4-text{
        font-size: 14px;
    }

    .button-3{
        top: 0%;
    }

    .section-etc{
        height: auto;
    }
    
    footer{
        background-color: #68452C;
        padding: 81px 0;
    }
    
    #button-list{
        width: 70%;
        margin: 0 auto;
        max-width: 684px;
        display: block;
    }
    
    .brown-button{
        width: 100%;
        margin-top: 30px;
        font-size: 14px;
    }
    

    
}