#mv {
    margin-bottom: 90px;
}
#mv .block {
    width: 95%;
    max-width: 1250px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
#mv .left {
    width: 74%;
}
#mv .left .area {
    position: relative;
}
#mv .left img {
    border-radius: 0 20px 20px 0;
}
#mv .right {
    width: calc(100% - (74% + 50px));
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    font-family: "Noto Serif JP", serif;
}
#mv .right .txt {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-bottom: 30px;
}
#mv .right .txt h2 {
    color: #87a976;
    font-size: 4.4rem;
    line-height: 1.3;
    margin-left: 8.5%;
    letter-spacing: 1.4rem;
}
#mv .right .txt h2 .space {
    display: inline-block;
    width: 1em;
}
#mv .right .txt p {
    line-height: 1.8;
    margin-top: calc(4.8rem * 1.2);
    letter-spacing: 0.2rem;
}
#mv .right .contact {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#mv .right .contact p {
    color: #87a976;
    font-size: 1.2rem;
    line-height: 0.5;
}
#mv .right .contact .tel {
    font-size: 3.2rem;
    margin-bottom: 5px;
}
#mv .right .contact .tel span {
    font-size: 2.0rem;
}
#mv .right .contact .mail {
    font-family: "Noto Sans JP", serif;
    width: 100%;
    background-color: #87a976;
    color: #fff;
    border-radius: 50px;
    padding: 13px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}
#mv .right .contact .mail img {
    width: 20px;
    margin-right: 5px;
}
#mv .badge {
    position: absolute;
    min-width: 125px;
    width: 19%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    padding-top: 15px;
    background-color: #d9b44a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 7px 7px -6px rgba(0, 0, 0, 0.3);
    bottom: -70px;
    left: 12%;
}
#mv .badge::before {
	content: '';    
    border-radius: 50%;
	width: calc(100% + -5px);
	height: calc(100% + -5px);
	border: 1px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
}
#mv .badge p {
    font-family: "Noto Serif JP", serif;
    color: #fff;
    background-color: #CF3721;
    width: 66%;
    margin: 0 auto 15px;
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
}
#mv .badge h3 {
    font-size: 2.6rem;
    letter-spacing: 2.6px;
    color: #fff;
    text-align: center;
    line-height: 0.8;
    margin-bottom: 15px;
}
#mv .badge h3 span {
    letter-spacing: 0;
    font-size: 1.0rem;
    font-weight: normal;
}
#mv .badge .arrow_right {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 25px;
    font-size: 1.4rem;
    text-align: center;
    background-color: #fff;
}
#mv .for_familly {
    display: none;
}
#mv .scroll {
    display: none;
}

@media screen and (max-width: 1200px) {
    #mv .left {
        width: 64%;
    }
    #mv .right {
        width: 36%;
    }
    #mv .right .txt h2 {
        font-size: 3.6rem;
    }
    #mv .badge h3 {
        font-size: 2.4rem;
        letter-spacing: 1.6px;
        margin-bottom: 10px;
    }
    #mv .badge .arrow_right {
        margin-top: 0;
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 1.2rem;
    }
        
}
@media screen and (max-width: 768px) {
    #mv {
        position: relative;
        margin-bottom: 40px;
    }
    #mv .block {
        width: 100%;
        flex-direction: column;
    }
    #mv .left {
        width: 100%;
    }
    #mv .left img {
        border-radius: 0;
    }
    #mv .right {
        position: relative;
        width: 100%;
        padding-top: 20px;
        display: block;
    }
    #mv .right .txt {
        margin-bottom: 0;
        margin: 0 0 0 87px;
    }
    #mv .right .txt h2 {
        font-size: 2.8rem;
        margin-left: 25px;
        letter-spacing: 0.56rem;
    }
    #mv .right .txt p {
        margin-top: calc(2.8rem * 1.2);
    }
    #mv .right .contact {
        display: none;
    }
    #mv .for_familly {
        width: 30px;
        overflow: hidden;
        position: absolute;
        display: block;
        background-color: #87a976;
        border-radius: 10px 0 0 10px;
        padding: 15px 8px;
        right: 0;
        top: 25px;
    }
    #mv .for_familly p {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        color: #fff;
        font-size: 1.2rem;
    }
    #mv .for_familly p span {
        width: 12px;
        height: 12px;
        text-align: center;
        line-height: 12px;
        font-size: 1.0rem;
        background-color: #fff;
        color: #87a976;
        border-radius: 50%;
        margin-top: 8px;
        -ms-writing-mode: tb-rl;
        writing-mode: horizontal-tb;
    }
    #mv .scroll {
        display: block;
        position: absolute;
        left: 11px;
        bottom: 0;
    }
    #mv .scroll img {
        width: 50px;
    }
    #mv .badge {
        width: 96px;
        height: 96px;
        min-width: initial;
        padding-top: 15px;
        bottom: -37px;
        left: 20px;
    }
    #mv .badge p {
        font-size: 0.8rem;
        margin-bottom: 5px;
    }
    #mv .badge h3 {
        font-size: 1.5rem;
        margin-bottom: 5px;
    }
    #mv .badge h3 span {
        letter-spacing: 0;
        font-size: 0.6rem;
    }
    #mv .badge .arrow_right {
        width: 14px;
        height: 14px;
        line-height: 14px;
        font-size: 1.0rem;
    }
}

#top-service {
    width: 100%;
    margin-bottom: 90px;
}
#top-service .ttl {
    margin-bottom: 60px;
}
#top-service .block {
    display: flex;
    justify-content: center;
    width: 85%;
    max-width: 1080px;
    margin: 0 auto 90px;
}
#top-service .block .item {
    position: relative;
    margin-right: 15.7%;
    width: 37%;
}
#top-service .block .item:last-child {
    margin-right: 0;
}
#top-service .block .item img {
    border-radius: 50%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    width: 100%;
    margin: 0 auto 25px;
    border: 1px solid #87a976;
    padding: 5px;
    background-color: #fff;
}
#top-service .block .item h3 {
    width: 70%;
    margin: auto;
    text-align: center;
    font-size: 2.6rem;
    color: #87a976;
    margin-bottom: 17px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #87a976;
}
#top-service .block .item p {
    width: 70%;
    margin: auto;
    padding: 0 20px;
}
/* #top-service .block .item .num {
    position: absolute;
    top: -30px;
    left: -20px;
    color: #87a976;
} */
/* #top-service .block .item .num p {
    font-size: 1.6rem;
    letter-spacing: -5px;
    display: flex;
    align-items: center;
} */
/* #top-service .block .item .num strong {
    font-size: 6.0rem;
    margin-left: 5px;
    font-weight: 400;
} */
#top-service .nav_link a {
    display: block;
    width: 360px;
    margin: auto;
    text-align: center;
    color: #87a976;
}

@media screen and (max-width: 768px) {
    #top-service {
        margin-bottom: 85px;
    }
    #top-service .block {
        flex-direction: column;
        width: 100%;
        margin: 0 auto 45px;
    }
    #top-service .block .item {
        margin-right: 0;
        margin-bottom: 55px;
        width: 100%;
        padding: 0 32px 0 63px;
    }
    #top-service .block .item img {
        width: 92%;
        margin-bottom: 15px;
    }
    #top-service .block .item h3 {
        width: 100%;
        font-size: 2.2rem;
        margin-bottom: 10px;
    }
    #top-service .block .item p {
        width: 100%;
    }
    /* #top-service .block .item .num {
        top: -15px;
        left: 48px;
    }
    #top-service .block .item .num p {
        font-size: 1.5rem;
        letter-spacing: -5px;
    }
    #top-service .block .item .num strong {
        font-size: 4.2rem;
    } */
    #top-service .nav_link a {
        width: calc(100% - 110px);
    }
}

#top-news {
    width: 100%;
    margin-bottom: 165px;
}
#top-news .block {
    width: 86%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    background-color: #f3f6f1;
    padding: 60px 5% 60px 4.1%;
}
#top-news .block .left {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#top-news .block .left .txt h2 {
    font-size: 3.8rem;
    color: #87a976;
    margin-bottom: 20px;
    line-height: 0.7;
    border-left: 1px solid #87a976;
    padding-left: 25px;
}
#top-news .block .left h2 span {
    color: #d9b44a;
    font-size: 1.4rem;
    font-weight: 600;
}
#top-news .block .left .txt p {
    padding-left: 25px;
}
#top-news .block .left .nav_link {
    width: 100%;
}
#top-news .block .post {
    width: 70%;
    display: flex;
    margin-left: 5%;
}
#top-news .block .post .item {
    width: 30%;
    margin-right: 4.2%;
    border-radius: 10px;
    background-color: #fff;
}
#top-news .block .post .item:last-child {
    margin-right: 0;
}
#top-news .block .post .item img {
    border-radius: 10px 10px 0 0;
    width: 100%;
    aspect-ratio: 5 / 3;
    object-fit: cover;
}
#top-news .block .post .item .txt {
    padding: 20px 20px 30px 20px;
}
#top-news .block .post .item .txt .tag {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
#top-news .block .post .item .txt .tag p {
    font-family: "Noto Serif JP", serif;
    font-size: 1.4rem;
    font-weight: 600;
}
#top-news .block .post .item .txt .tag li {
    font-family: "Noto Serif JP", serif;
    background-color: #d9b44a;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0 20px;
}
#top-news .block .post .item .txt h3 {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #87a976;
    text-decoration: underline;
    font-family: "Noto Sans JP", serif;
    font-weight: bold;
}
@media screen and (max-width: 1150px) {
    #top-news .block .left {
        width: 30%;
    }
    #top-news .block .post {
        width: 65%;
    }
    #top-news .block .post .item .txt .tag {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    #top-news {
        margin-bottom: 60px;
    }
    #top-news .block {
        width: 100%;
        flex-direction: column;
        background-color: #f3f6f1;
        padding: 40px 20px 50px 20px;
    }
    #top-news .block .left {
        width: 100%;
        margin-bottom: 50px;
    }
    #top-news .block .left .txt {
        border: none;
        padding-left: 0;
    }
    #top-news .block .left .txt h2 {
        font-size: 2.8rem;
        border-left: 1px solid #87a976;
        padding-left: 15px;
        line-height: 1.1;
        margin-bottom: 20px;
    }
    #top-news .block .left .txt h2 span {
        font-size: 1.2rem;
    }
    #top-news .block .left .txt p {
        padding-left: 15px;
    }
    #top-news .block .post {
        width: 100%;
        flex-direction: column;
        margin-left: 0;
        margin-bottom: 10px;
    }
    #top-news .block .post .item {
        width: 100%;
        margin-right: 0;
        display: flex;
        margin-bottom: 30px;
    }
    #top-news .block .post .item img {
        width: 44%;
        aspect-ratio: 15 / 14;
        border-radius: 10px 0 0 10px;
    }
    #top-news .block .post .item .txt {
        width: 56%;
        padding: 15px 10px;
    }
    #top-news .block .post .item .txt .tag {
        display: flex;
        margin-bottom: 15px;
        font-size: 1.2rem;
    }
    #top-news .block .post .item .txt .tag p, 
    #top-news .block .post .item .txt .tag ul li {
        font-size: 1.2rem;
    }
    #top-news .block .post .item .txt h3 {
        font-size: 1.5rem;
    }
    #top-news .block .nav_link {
        width: 260px;
        margin: auto;
    }
}

#top .block .vertical_ttl {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: flex;
}
#top .block .vertical_ttl h2 {
    padding-top: 20px;
    border-top: 1px solid #87a976;
    color: #87a976;
    font-size: 3.8rem;
    letter-spacing: 0.8rem;
    margin-bottom: 40px;
    line-height: 1.1;
}
#top .block .vertical_ttl h2 span {
    font-size: 1.4rem;
    letter-spacing: 0.4rem;
    color: #d9b44a;
    font-weight: 600;
}
#top .block .vertical_ttl p {
    letter-spacing: 0.4rem;
}
@media screen and (max-width: 768px) {
    #top .block .vertical_ttl {
        width: 100%;
        writing-mode: horizontal-tb;
        flex-direction: column;
    }
    #top .block .vertical_ttl h2 {
        font-size: 2.8rem;
        line-height: 1.1;
        padding-left: 15px;
        border-left: 1px solid #87a976;
        border-top: none;
        padding-top: 0;
        margin-bottom: 20px;
    }
    #top .block .vertical_ttl h2 span {
        font-size: 1.2rem;
    }
    #top .block .vertical_ttl p {
        padding-left: 15px;
    }
    #top-facilities .block .vertical_ttl {
        width: 100%;
        writing-mode: horizontal-tb;
        flex-direction: column;
        display: block;
        margin-bottom: 60px;
    }
    #top-facilities .block .vertical_ttl h2 {
        font-size: 2.8rem;
        line-height: 1.1;
        padding-left: 15px;
        border-left: 1px solid #87a976;
        border-top: none;
        padding-top: 0;
        margin-bottom: 20px;
    }
    #top-facilities .block .vertical_ttl h2 span {
        font-size: 1.2rem;
    }
    #top-facilities .block .vertical_ttl p {
        padding-left: 15px;
    }
}

#top-about {
    margin-bottom: 150px;
}
#top-about .block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    width: 86%;
    max-width: 1200px;
    margin: auto;
}
#top-about .block .garally {
    width: 81%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 25px;
}
#top-about .block .garally .item img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#top-about .block .garally .item:nth-child(1) {
    grid-column: 1 / 4;
    grid-row: 1 / 4;
}
#top-about .block .garally .item:nth-child(2) {
    grid-column: 4 / 5;
    grid-row: 1 / 3;
    border-radius: 10px;
}
#top-about .block .garally .item:nth-child(2) img {
    object-position: 22% 50%;
}
#top-about .block .garally .item:nth-child(3) {
    grid-column: 4 / 5;
    grid-row: 3 / 4;
}
#top-about .block .garally .item:nth-child(3) img {
    object-position: 15% 50%;
}
#top-about .block .txt {
    width: 13%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
#top-about .block .txt .vertical_nav_link {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-right: 10px;
}
#top-about .block .txt .vertical_nav_link a {
    position: relative;
    display: block;
    border: 1px solid #87a976;
    border-radius: 30px;
    letter-spacing: 0.4rem;
    padding: 28px 15px;
    font-weight: 600;
    box-shadow: 0px 7px 7px -6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    text-align: center;
    font-weight: bold;
    color: #87a976;
}
#top .block .txt .vertical_nav_link a span {
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    background-color: #87a976;
    width: 15px;
    height: 15px;
    font-size: 1.0rem;
    padding-top: 2.5px;
    text-align: center;
}
@media screen and (max-width: 1000px) {
    #top-about .block .garally {
        width: 75%;
    }
    #top-about .block .txt {
        width: 19%;
    }
}
@media screen and (max-width: 768px) {
    #top-about {
        margin-bottom: 85px;
    }
    #top-about .block {
        width: 100%;
        flex-direction: column-reverse;
        width: 100%;
        padding: 0 20px;
    }
    #top-about .block .txt {
        width: 100%;
        display: block;
        margin-bottom: 35px;
    }
    #top-about .block .garally {
        width: 100%;
        grid-template-columns: repeat(8, 1fr);
        grid-template-rows: repeat(5, 1fr);
        gap: 15px;
        margin-bottom: 60px;
    }
    #top-about .block .garally .item:nth-child(1) {
        grid-column: 1 / 9;
        grid-row: 1 / 4;
    }
    #top-about .block .garally .item:nth-child(2) {
        grid-column: 1 / 4;
        grid-row: 4 / 6;
    }
    #top-about .block .garally .item:nth-child(3) {
        grid-column: 4 / 9;
        grid-row: 4 / 6;
    }
    #top-about .nav_link a {
        width: 260px;
        margin: auto;
    }
}

#top-facilities {
    margin-bottom: 55px;
}
#top-facilities .block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 86%;
    max-width: 1200px;
    margin: auto;
}

#top-facilities .block .post {
    width: 81%;
    display: flex;
    flex-wrap: wrap;
}
#top-facilities .block .post .item {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 30%;
    margin-right: 3.7%;
    background-color: #f3f6f1;
    border-radius: 10px;
    margin-bottom: 85px;
}
#top-facilities .block .post .item:nth-child(3n) {
    margin-right: 0;
}
#top-facilities .block .post .item img {
    border-radius: 10px 10px 0 0;
    aspect-ratio: 11 / 7;
    object-fit: cover;
}
#top-facilities .block .post .item .txt {
    padding: 20px 20px 30px 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
#top-facilities .block .post .item .txt p {
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    color: #d9b44a;
    font-size: 1.4rem;
    margin-bottom: 5px;
}
#top-facilities .block .post .item .txt h3 {
    font-size: 2.8rem;
    font-weight: 400;
    margin-bottom: 5px;
    color: #87a976;
}
#top-facilities .block .post .item .txt h3 span {
    font-size: 1.2rem;
    margin-left: 10px;
    vertical-align: middle;
}
#top-facilities .block .post .item .txt ul {
    margin-bottom: 20px;
    flex-grow: 1;
}
#top-facilities .block .post .item .txt li {
    line-height: 1.75;
}
#facilities-list .block .item .txt .nav_link {
    margin-top: auto;
}
#top-facilities .block .post .item .txt .nav_link a {
    width: 100%;
}
#top-facilities .block .post .item .tag {
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    padding: 3px;
    background-color: #87a976;
    top: -28px;
    left: -17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#top-facilities .block .post .item .tag p {
    font-size: 1.2rem;
    height: 50%;
    color: #fff;
    text-align: center;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#top-facilities .block .post .item .tag .condition {
    display: inline;
    background-color: #fff;
    color: #87a976;
    height: 50%;
    width: 100%;
    font-size: 2.0rem;
    font-weight: bold;
    border-radius: 50% / 0 0 100% 100%;
    text-align: center;
    padding-top: 3px;
}
#top-facilities .block .item .tag .condition span {
    font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
    #top-facilities {
        margin-bottom: 0;
    }
    #top-facilities .block {
        width: 100%;
        flex-direction: column;
        padding: 0 20px;
    }
    #top-facilities .block .post {
        width: 100%;
    }
    #top-facilities .block .post .item {
        width: 46.5%;
        margin-right: 7%;
        margin-bottom: 60px;
    }
    #top-facilities .block .post .item:nth-child(3n) {
        margin-right: 7%;
    }
    #top-facilities .block .post .item:nth-child(2n) {
        margin-right: 0;
    }
    #top-facilities .block .post .item img {
        aspect-ratio: 1 / 1;
    }
    #top-facilities .block .post .item .txt {
        padding: 10px 10px 20px 10px;
    }
    #top-facilities .block .post .item .txt p {
        font-size: 1.2rem;
        margin-bottom: 3px;
    }
    #top-facilities .block .post .item .txt h3 {
        font-size: 2.2rem;
        display: block;
    }
    #top-facilities .block .post .item .txt h3 span {
        font-size: 1.0rem;
        margin-left: 0;
    }
    #top-facilities .block .post .item .txt ul {
        margin-bottom: 25px;
    }
    #top-facilities .block .post .item .txt .nav_link a {
        width: 100%;
        font-size: 1.3rem;
        padding: 5px 0;
    }
    #top-facilities .block .post .item .txt .nav_link a span {
        border-radius: 50%;
        right: 10px;
        width: 14px;
        height: 14px;
    }
    #top-facilities .block .post .item .tag {
        width: 70px;
        height: 70px;
        padding: 3px;
        top: -28px;
        left: -11px;
    }
    #top-facilities .block .post .item .tag p {
        font-size: 1.0rem;
    }
    #top-facilities .block .post .item .tag .condition {
        font-size: 1.6rem;
    }
}

