body {
    font-family: "Noto Serif JP", serif;
    font-size: 15px;
    border-top: 10px solid #88aabb !important;
}

.logo {
    text-align: center;
    margin: 40px 0 30px;
}

.logo img {
    display: inline-block;
}










.header {
    width: 1200px;
    margin: 0 auto;
}

.header p {
    font-family: "Kaisei Decol", serif;

    font-size: 25px;
    font-weight: 700;
}

.header ul {

    width: 1200px;
    margin: 0 auto 30px 0;
    display: flex;
}

.header ul li {

    width: 200px;
    text-align: center;
    border-right: 2px solid #aaddee;
}

.header ul li:first-child {
    border-left: 2px solid #62adc6;
}

.header ul li a {
    display: block;
    padding: 15px 0;
    color: #333;
    transition: background-color 0.3s;
}


.header ul li a:hover {
    background-color: #62adc6;
    color: #fff;
}

/* ---------------------------------------- */

.w_inner {
    width: 1200px;
    margin: 0 auto;
}







.header_img {
    text-align: center;

}

.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: 380px;
}

.container_service h2 {
    font-family: "Kaisei Decol", serif;

    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

.container_service .service img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 15px;
}

.container_service .service .ttl {
    font-family: "Kaisei Decol", serif;

    text-align: center;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}

.container_service .service .exp {
    font-family: "Zen Kurenaido", sans-serif;

    margin-bottom: 20px;

}

.container_service .service a {
    display: inline-block;
    background-color: #142d36;
    color: #ea1818;
    padding: 15px 20px 12px 24px;
    margin-bottom: 15px;

}

footer {
    text-align: center;
    margin-bottom: 30px;
}

footer .pp_link {
    font-family: "Mochiy Pop P One", sans-serif;

    font-size: 18px;
    font-weight: 500;
    padding: 20px;
    border: 2px solid #df2727;
    display: inline-block;
    margin-bottom: 30px;
    border-radius: 30px;
}