@charset "UTF-8";

body{
    font-family:'Hiragino Kaku Gothic Pro','Meiryo',sans-serif;
    font-size:15px;
    border-top:15px solid#79a1b1;
    
}
a{
    text-decoration:none;
    color:#333;
}

.logo{
    text-align:center;
    margin-top:40px;
    margin-bottom:30px;
}
.logo img{
    display:inline-block;
    margin-bottom:5px;
    width: 25%;
}
.w_inner{
    width: 1200px;
    height: 100%;
    margin:0 auto;
 }

 
.header ul{
    justify-content: space-between;
    text-align: center;
    display:flex;
    margin-bottom:30px;
    list-style:none;
}
.header ul li{
    width:250px;
    text-align:center;
    border-right:1px solid #ddd;
}
.header ul li:first-child{
    border-left:1px solid #ddd
}
.header ul li a{
    display:block;
}
ul a:hover{
    color: #79a1b1;
}
.header_img{
    text-align:center;
    margin-bottom:50px;
    
}
.header_img img{
    display:inline-block;
    height:400px;
    width: 100%;
}

.motto{
    margin-bottom: 50px;
    text-align: center;
}

.motto h1{
    margin-bottom: 20px;

}
.motto p{
    width: 70%;
    margin: 0 auto;
    margin-top: 15px;
    line-height: 35px;
    text-align: left;
    display: inline-block;
    
}

.example_img{
    position: relative;
}

.example_img h1{
   position: absolute;
   color: #fff;
   top:40%;
   left: 50%;
   -ms-transform: translate(-50%,-50%);
   -webkit-transform: translate(-50%,-50%);
   transform: translate(-50%,-50%);
   margin: 0;
   padding: 50px;
   font-size: 40px;
   white-space: nowrap;
   
}

.example_img p{
    position: absolute;
    color: #fff;
    top:60%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding-top: 60px;
    font-weight: bold;
    font-size: 30px;
 }



footer{
    height: 200px;
}
.footer{
    margin-top: 40px;
}

/*.pp_link{
    text-align: right;
    margin-bottom: 20px;
}*/
.copy{
    text-align: center;
    background: #79a1b1;
    color: #fff;
    font-size: 12px;
    padding: 7px 0 3px;
   
}

html.body{
    height: 100%;
}
.container_hf{
    position: relative;
    min-height: 100vh;
    height: auto !important;
    height: 100%;
}


.footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0px;
    margin-top: 40px;
}


.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #79a1b1;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}


#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}


.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #79a1b1;
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}


.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: #79a1b1;
    transition: all 0.5s;
}

#menu-btn-check:checked ~ .menu-content {
    left: 0;
}

@media screen and (min-width: 1025px){
    .img_br{
        display: none;
    }
}
@media screen and (max-width: 1025px){
    .w_inner{
        width:80%;
        margin:0 auto;
        max-width: 1200px;
     }
     .header_img{
        text-align:center;
        margin-top: 50px;
        margin-bottom:50px;  
    }
    .header_img img{
        display:inline-block;
        height:300px;
        width: 100%;
    }
    .container_service .service img{
        margin-bottom:20px;
        width: 200px;
    }
    h1{
        font-size: 27px
    }
    /*.img_br{
        display: none;
    }*/
    .example_img h1{
        position: absolute;
        color: #fff;
        top:40%;
        left: 50%;
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        margin: 0;
        padding: 0;
        font-size: 30px;
        white-space: nowrap;
     }
     
     .example_img p{
         position: absolute;
         color: #fff;
         top:60%;
         left: 50%;
         -ms-transform: translate(-50%,-50%);
         -webkit-transform: translate(-50%,-50%);
         transform: translate(-50%,-50%);
         margin: 0;
         padding: 0;
         font-weight: bold;
         font-size: 20px;
      }
    
}


@media screen and (max-width: 768px){
    .w_inner{
        width:80%;
        margin:0 auto;
     }
     .header_img{
        text-align:center;
        margin-bottom:50px;  
    }
    .header_img img{
        display:inline-block;
        height:300px;
        width: 100%;
    }
    .container_service .service img{
        margin-bottom:20px;
        width: 200px;
    }
    h1{
        font-size: 27px
    }
    .img_br{
        display: block;
    }
    .example_img h1{
        position: absolute;
        color: #fff;
        top:40%;
        left: 50%;
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        margin: 0;
        padding: 0;
        font-size: 25px;
        white-space: nowrap;
        white-space:pre-wrap;
        word-break:keep-all;
     }
     
     .example_img p{
         position: absolute;
         color: #fff;
         top:60%;
         left: 50%;
         -ms-transform: translate(-50%,-50%);
         -webkit-transform: translate(-50%,-50%);
         transform: translate(-50%,-50%);
         margin: 0;
         padding: 0;
         font-weight: bold;
         font-size: 20px;
      }
}

@media screen and (max-width: 480px) { 
    .w_inner{
        width:80%;
        margin:0 auto;
     }
     .logo{
        text-align:center;
        margin-top:40px;
        margin-bottom:30px;
    }
     .logo img{
        display:inline-block;
        margin-bottom:5px;
        width: 50%;
    }
     h1{
        font-size:20px;
    }

    .example_img h1{
        position: absolute;
        color: #fff;
        top:40%;
        left: 50%;
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        margin: 0;
        padding: 0;
        
        font-size: 18px;
        white-space:pre-wrap;
        word-break:keep-all;
       
        
     }
     
     .example_img p{
         position: absolute;
         color: #fff;
         top:65%;
         left: 50%;
         -ms-transform: translate(-50%,-50%);
         -webkit-transform: translate(-50%,-50%);
         transform: translate(-50%,-50%);
         margin: 0;
         padding: 0;
         font-weight: bold;
         font-size: 16px;
      }

    
   
    .header ul{
        
        
        display: none;
    }
    
     .header_img{
        text-align:center;
        margin-bottom:50px;  
    }
    .header_img img{
        display:inline-block;
        height:200px;
        width: 100%;
    }
    h2{
        font-size: 18px;
    }

    .container_service .service_block{
        display:block;
        justify-content: space-between;
         text-align: center; 
    }
    .container_service .service img{
        margin-top: 50px;
        margin-bottom:20px;
        width: 100%;
    }
    .container_service .service a{
        background: #79a1b1;
        color:#fff;
        padding: 15px 20px 12px;
     }
     
    }


    @media screen and (min-width: 480px) {
    .mobaile{
    display:none;
  }
    .hamburger-menu{
        display: none;
    }
}