.mv_leading {
    font-family: "Noto Serif JP", serif;
}

.greeting_content_txt {
    font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
    .greeting_content_txt {
        font-size: 1.8rem;
    }
}

.mv_leading {
    font-size: 2rem;
}
@media only screen and (min-width: 768px) {
    .mv_leading {
        font-size: 2.6rem;
    }
}

.mv_heading {
    font-size: 2rem;
}
@media only screen and (min-width: 768px) {
    .mv_heading {
        font-size: 3rem;
    }
}

.greeting {
    padding-top: 41px;
    padding-bottom: 81px;
}
@media only screen and (min-width: 768px) {
    .greeting {
        padding-top: 41px;
        padding-bottom: 81px;
    }
}
.greeting_context {
    display: flex;
    gap: 30px;
    flex-direction: column;
}
@media only screen and (min-width: 768px) {
    .greeting_context {
        gap: 80px;
        gap: clamp(20px, (100vw - 1200px) * 1000, 80px);
        align-items: flex-start;
        flex-direction: row;
        margin-top: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .greeting_content {
        width: calc(100% - 350px - 80px);
        width: clamp(
            100% - 350px - 80px,
            (1200px - 100vw) * 1000,
            100% - 350px - 20px
        );
    }
}
.greeting_content_txt {
    font-weight: 300;
    line-height: 1.6666666667;
}
@media only screen and (min-width: 768px) {
    .greeting_photo {
        width: 350px;
        margin-top: 9px;
    }
}

.mv {
    position: relative;
}
.mv_cover {
    height: 400px;
}
@media only screen and (min-width: 768px) {
    .mv_cover {
        height: auto;
    }
}
.mv_cover img {
    height: 100%;
    object-fit: cover;
    object-position: 70% 50%;
}
.mv_context {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
@media only screen and (min-width: 768px) {
    .mv_context {
        position: absolute;
        top: calc(50% - 33px);
        left: calc(38% + 6px);
        translate: -50% -50%;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
}
.mv_heading {
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.075em;
    color: #009900;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .mv_heading {
        margin-top: -1px;
        padding-right: 49px;
    }
}
.mv_leading {
    font-weight: 400;
    letter-spacing: 0.075em;
}

.service {
    background-color: #f0f0f0;
    padding-top: 30px;
    padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
    .service {
        padding-top: 52px;
        padding-bottom: 70px;
    }
}
.service_lists {
    width: 425px;
    max-width: 100%;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 49px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (min-width: 768px) {
    .service_lists {
        width: 100%;
        gap: 11px;
        margin-top: 82px;
        padding-left: 3px;
        padding-right: 3px;
    }
}
.service_lists_item {
    width: calc(50% - 5px);
}
@media only screen and (min-width: 768px) {
    .service_lists_item {
        width: 210px;
    }
}
.service_lists_item_link {
    width: 100%;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.025em;
    color: #fff;
    text-align: center;
    aspect-ratio: 1;
    background-color: #ebb442;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (min-width: 768px) {
    .service_lists_item_link {
        line-height: 1.2;
        padding-top: 6px;
        padding-right: 7px;
        font-size: 1.8rem;
    }
}
.service_more {
    margin-top: 60px;
}
@media only screen and (min-width: 768px) {
    .service_more {
        margin-top: 84px;
    }
}

.p_top.main {
    padding-top: 60px;
}
@media only screen and (min-width: 768px) {
    .p_top.main {
        padding-top: 93px;
    }
}
