@charset "UTF-8";


/* 基本設定:　ページ全体　*/
body {  
        margin: 0;
     	font-family: 'メイリオ',
        'Hiragino kaku Gothic Pro',
        sans-serif;
}



/*========PC大きい画面の設定=============*/

@media(min-width: 768px){

/*----- ヘッダー-------*/
        
header {
    position: absolute;
    top: 0;
    left: 0;
    z-index:100;
    width: 100%;
    background-color: rgba(255,255,255,1.0);
    
}
    
/*ヘッダーを画面上部に固定*/
    
.head-fixed{
    position: fixed;
} 
    
    
/*ヘッダー サイト名　ナビを左右に表示*/
    
    header .container01{
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        height: 60px; 
        padding-top: 16px;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        background: #fff;
    }
    
      .headC{
        display: none;
    }
    
    .headB{
        display: block !important;
    }
    
    
    .headB ul{
        display: flex;
    }  


/*ヘッダーA: サイト名*/
.headA{
    display: inline-block;
    line-height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    /*background-color: #2c3850;*/
    color: #65646E;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    text-decoration: none;
    
}

/*ヘッダーB: ナビケーションメニュー*/
.headB ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.headB a{
    display: block;
    padding: 16px;
    color: #65646E;
    font-size: 16px;
    text-decoration: none;
}

.headB a:hover{
    background-color: rgba(0,0,0,0.4);
    color: #fff;  
    
}


/*コンテンツA:ヒーローイメージ*/
    
    .conA{
        display:flex;
        align-items: center;
        justify-content: center;
        height:85vh;
        background-image: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)),url(../img/top_img01_02.jpg);/*url(../img/img04.jpg);*/
        color: #fff;
         background-position: center;
    background-size: cover;
    color: #fff;
    text-align: center;
    }
    
    /*アニメーション設定----*/

@keyframes changeTiming{
    0%{
        background-image: url(../img/img01_012.jpg);

    }
    
    50%{
        background-image: url(../img/top_img01_01.jpg);
    }
    
     100%{
        background-image: url(../img/top_img01_02.jpg);
    }
}

.conA{
    animation-name: changeTiming;
    animation-duration: 10s;
    animation-delay: 0s;
    animation-iteration-count :infinite;
}

/*アニメーション設定ここまで―――*/
    
    .conA h1{
        margin-top: 40px; 
        font-size: 50px;
        font-family: 'メイリオ',
        'Hiragino kaku Gothic Pro',
        sans-serif;
    }
    
    .conA p{
        font-size: 24px;
        color: #fff;
    }
    
    
 .headerzone {
  width:  100%;
  height: 130px;
  margin-top: 30px; 
  padding-top: 10px;
  text-align: left;
  font-size: 15px;
  font-family: 'メイリオ', 'Hiragino kaku Gothic Pro', sans-serif;
  /*background: url(header_background02.png)/*#3e3e40*/
  background: #fff; 
  color: #404142;
  border-top: 1px solid #b9b6b6;
  border-bottom:1px solid #b9b6b6 ;
  
}  


.headerzone p{
 margin-left: 20%;
 font-size: 15.5px;
 font-family: 'Times New Roman';
 color: #8C8C8C;
 line-height: 150%;
}     

main{
    height: auto; 
    margin: 10px auto;
    } 
    
.greet {
     width: 950px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 50px;
    padding: 20px;
    padding-bottom: 30px;
    line-height: 1.8;
    text-align: left;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    background-color: #fff;
}

.greet h2{
    margin-left: 13%;
    padding-left: 5px;
    font-size: 28px;
    font-family: 'Times New Roman';
    color: #666;
    border-left: 15px solid #666;
    }

 .greet h3{
     font-size: 34px;
     color: #666;
     width: 680px;
     margin: 10px auto;
     font-family: 'Times New Roman';
     text-align: center;
     border: 1px solid #8C8C8C;
     
    }
    
 .greet p{
    font-size: 16px;
    margin-left: 15%;
   margin-top: 30px;
     color: #666;
}    

    
    .contents{
        width: 900px;
        height:100px;
        margin: auto;
        background: #ccc;
    }  
    
    .contents h2{
        color: #666;
        font-size: 50px;
        font-family: 'Times New Roman';
        text-align: center;
    }
    
    .contents {
        display: none;
    }
    
    .conB {
        width: 900px;
        margin: auto;
    }
    
    .photo img{
        height: 210px;
        width: auto;
    }
    
    
    .container{
        display: flex;
        margin: 0 auto;
        width: 850px;
       margin-top: 65px;
       text-align: center;
    }
    
 
     .text{
        /*flex:1;*/
        height: 210px;
        width: 600px;
         border:1px solid #b9b6b6;
        color: #3e3e3f;
    }
    
    .conB h2{
        margin-top: 40px;
   
    }
    
    
   .conB p{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.8;
    opacity: 0.8;
    color: #3e3e3f;
}



.conB a{
    display: inline-block;
    margin-top: 0px;
    padding:  15px 50px;
    border:solid 3px currentColor;
    border-radius: 6px;
    background: #5f5e5e;
    color: #fff;
    /* background-color:  var(--test-bright-color);*/
    font-size: 18px;
    text-decoration: none;
    
}

.conB a:hover{
   background-image: linear-gradient(rgba(255,255,255,0.2),rgba(255,255,255,0.2));
    
}
    

footer{
        height: 180px;
        color: #000;
    background-color: #eee;
    margin-top: 50px;
    border-top: 1px solid #ccc;
    }
    
    
    footer .container03{
        padding: 40px 20px;
        color: #fff;
        height: 180px;
        background:/*url(../img/img01_01.jpg);*/#fff;
    } 
     
    .footA h2{
        font-size: 26px;
        color: #000;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
    }
    .footC {
        font-size: 14px;
        color: #000;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
    }
    

}





/*======モバイル画面の設定==================*/

@media(max-width:767px){
      
   
/*-- ヘッダー --*/
header {
    position: absolute;
    top: 0;
    left: 0;
    z-index:100;
    width: 100%;
    background-color: rgba(255,255,255,1.0);
    
}


/*ヘッダーを画面上部に固定*/
    .head-fixed{
        position: fixed;
}

    
/*ヘッダーA: サイト名*/
.headA{
    display: inline-block;
    line-height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    color: #65646E;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-decoration: none;
    
}

/*ヘッダーB: ナビケーションメニュー*/
    
    header .container01{
         display: inline;
    }

    
    .headB ul{
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
}

.headB a{
    display: block;
    padding: 16px;
    color: #65646E;
    font-size: 16px;
    text-decoration: none;
}

.headB a:hover{
    background-color: rgba(0,0,0,0.4);
    color: #fff;
    
    
}
   

     header .container-small{ 
         display: flex;
         align-items: center;
         justify-content :space-between;
         /*width: auto;*/
    }

    
    .headC{
        display: inline;
        margin-right: 10px;
        margin-top: 5px;
        padding:0;
        border:none;
        outline: none;
        background: none;
        font-size: 30px;
        color: #65646E;
       /*opacity: 0.5;*/
        cursor: pointer;
    }
    
    .headC p{
        font-size: 15px;
        margin-top: 2px;
        margin-bottom: 2px
    }
    
    .headC:hover{
        opacity: 0.3;
    }
    
    .headB{
        display: none;
    }




/*コンテンツA:ヒーローイメージ*/
.conA{
    display:flex;
    align-items: center;
    justify-content: center;
    height: 70vh;
    min-height: 300px;
    background-image: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)),url(../img/top_img02.jpg);
    background-position: center;
    background-size: cover;
    color: #fff;
   /* color: var(--text-bright-color);*/
    text-align: center;
        
}

/*アニメーション設定----*/

@keyframes changeTiming{
    0%{
        background-image: url(../img/img01_011.jpg);

    }
    
     40%{
        background-image: url(../img/top_img01.jpg);
    }
    
    100%{
        background-image: url(../img/top_img02.jpg);
    }
}

.conA{
    animation-name: changeTiming;
    animation-duration: 8s;
    animation-delay: 0s;
    animation-iteration-count :infinite;
}

/*アニメーション設定ここまで―――*/

.conA h1{
    margin-top: 30px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 10vw;
    letter-spacing: 0.2em;
    margin-left: 0.2em;
}

.conA p{
    margin-top: 80px;
    margin-bottom: 0;
    font-size: 18px;
    
}



.headerzone {
  width:  100%;
  height: 120px;
  margin-top: 20px; 
  
  text-align: left;
  /*background: url(header_background02.png)/*#3e3e40*/
  
  background-color: #ccc; 
  border-top: 1px solid #b9b6b6;
  border-bottom:1px solid #b9b6b6 ;
  
}  


.headerzone p{
 margin-left: 15px;
 margin-right: 15px;     
 font-size: 13px;
 font-family: 'Times New Roman';
 color: #404142;
 color: #fff;
 line-height: 150%;
}  



/*コンテンツgreet:概要*/
.greet {
    margin-top: 0px;
    padding: 30px;
    line-height: 1.8;
    text-align: left;
    border-bottom: 1px solid #b9b6b6;
   font-family: 'Times New Roman';
    background: #fff;
}

.greet h2{
    margin-left: 5px;
    padding-left: 5px;
    font-size: 24px;
     font-family:  'Times New Roman';
    color: #000;
    border-left: 10px solid #404142;
    }


.greet h3 {
    font-size: 22px;
    font-family:  'Times New Roman';
    text-align: center;
    border: 1px solid #000;
}

.greet p{
    font-size: 15px;
    color: #3e3e3f;
}

strong{
    text-align: center;
}

strong.concept {
    font-size: 18px;
    font-family:  'Times New Roman';
}

.contents {
    height:90px;
    padding-top: 10px;
    margin-bottom: 30px;
    background: #ccc;
   /* border-top: 1px solid #b2b2b2;
    border-bottom: 1px solid #5f5e5e;*/
    
}

.contents h2{
    font-size: 32px;
   /* font-family: 'メイリオ',
        'Hiragino kaku Gothic Pro',
         sans-serif;*/
    font-family: 'Times New Roman';     
    color: #5f5e5e;
    color: #fff;
    text-align: center;
}


/*コンテンツB：概要（画像+テキスト）*/
.conB{
    width: 100%;
    text-align: center;
}

.conB .container01{
    height: auto;
    padding-top:10px;
    padding-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px; 
    text-align: center;
}


.conB .text{
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
    height: 160px;
   
   font-family: 'メイリオ',
        'Hiragino kaku Gothic Pro',
         sans-serif;
    background: #fff;
    border-bottom:1px solid #b9b6b6;
    
    
}


.conB img{
   /* height: 90px;*/
    width: 270px;
    /*margin-top: 5px;*/
}

.conB h2{
    margin-top: 30px;
    margin-bottom: 5px;
    font-size: 21px;
    color: #504b5f;
}

.conB p{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.8;
    opacity: 0.8;
    color: #3e3e3f;
}



.conB a{
    display: inline-block;
    margin-top: 0px;
    padding:  15px 50px;
    border:solid 3px currentColor;
    border-radius: 6px;
    background: #5f5e5e;
    color: #fff;
    /* background-color:  var(--test-bright-color);*/
    font-size: 18px;
    text-decoration: none;
    
}

.conB a:hover{
   background-image: linear-gradient(rgba(255,255,255,0.2),rgba(255,255,255,0.2));
    
}

/*フッター*/
    footer{
        height: 200px;
        color: #fff;
        background: #b2b2b2;
        border-top: 1px solid #ccc;
        text-align: center;
    }


    footer .container03{
        padding: 40px 20px;
        color: #fff;
        height: 100px;
    }
    
    
    .footA h2{
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    letter-spacing: 0.2em;
    }    
    
    .footC {
        font-size: 14px;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        margin-bottom: 20px;
    }

}




 





