html {
 width: 1200px;
  max-width: 100%;
margin: 0 auto;   
}
body {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  border-top: 10px solid #88aabb !important;
  width: 1200px;
  max-width: 100%;
margin: 0 auto;
}
.logo {
    text-align: center;
    margin: 40px 0 30px;
}
.logo img {
    display: inline-block;
}
.w_inner {
width: 1200px;
margin: 0 auto;
}


}.header {
    width: 1200px;
    margin: 0 auto;
}
.header p {
    font-size: 25px;
    font-weight: 700;
}
.header ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
   }
.header ul li {
    width: 200px;
    text-align: center;
    border-right: 2px solid #aaddee;
    margin-bottom: 30px;
} 
.header ul li:first-child {
border-left: 2px solid #aaddee;
}

.header  ul li a {
display: block;
}  
.header_img {
    text-align: left;
}
.header_img img {
    width: 1200x;
    height: 500px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 30px;
}

.container_service .service_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
.container_service .service {
    width: 45%;
}
.container_service h2 {
text-align: center;
font-weight: bold;
font-size: 24px;
margin-bottom: 20px;
}
.container_service .service img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 20px;
}
.container_service .service .ttl {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}
.container_service .service .exp {
    margin-bottom: 20px;

}
.container_service .service a {
    display: inline-block;
    background-color: #81b2c4;
    color: #c3dcd8;
    padding: 15px 20px 12px 24px ;
    margin-bottom: 15px;
   
}
footer {
    text-align: center;
    margin-bottom: 30px;
}
footer .pp_link {
     font-size: 18px;
     font-weight: 500;
     padding: 20px;
     border: 2px solid #1c8361;
     display: inline-block;
     margin-bottom: 30px;
     border-radius:30px;
         }
