body {
    background-color: #F5FBFF;
    color: #2682AA;
    overflow-x: hidden;
}

main {
    overflow: hidden;
}

img.w100 {
    max-width: 100%;
    height: auto;
}

.pc-hidden {
    display: none;
}

a.more {
    position: relative;
    width: 10rem;
    text-align: center;
    font-family: 'League Spartan', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    display: inline-block;
    padding-top: 11.8rem;

}

a.more::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10rem;
    height: 10rem;
    background-color: #2682AA;
    border: 1px solid #2682AA;
    border-radius: 50%;
    transition: .5s;
}

a.more::after {
    content: "";
    background: url(../img/common/arrow.svg) no-repeat center/contain;
    width: 7px;
    height: 11px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 4.4rem;
    transition: .5s;
}

a.more:hover::before {
    background-color: #FFF;
    transition: .5s;
}

a.more:hover::after {
    filter: invert(42%) sepia(53%) saturate(696%) hue-rotate(153deg) brightness(92%) contrast(83%);
    transition: .5s;
}

/* ヘッダー */
.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

.header .wrapper {
    display: flex;
    margin-left: 2.4rem;
    margin-right: 3rem;
    padding-top: 2.3rem;
    justify-content: space-between;
    align-items: flex-start;
}

.h_navi,
.h_navi .menu_list,
.h_navi .sns_list {
    display: flex;
    align-items: center;
}

.h_navi {
    column-gap: 5.3rem;
    margin-top: 6px;
}

.h_navi .sns_list {
    column-gap: 8px;
}

.h_navi .menu_list {
    column-gap: 5.2rem;
}

.h_navi .menu_list .list-item {
    font-family: 'League Spartan', sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
}

/* ヘッダー */
/* 下層ヘッダー */
.page_header {
    background: url(../img/common/h_back.jpg) no-repeat center/cover;
}

.page_header .wrapper {
    padding-bottom: 2.1rem;
}

/* 下層ヘッダー */
/* mv */
.mv {
    margin-bottom: 21.8rem;
}

.mv .wrapper {
    max-width: 192rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    margin-top: 13.5rem;
    margin-bottom: 21.8rem;
}

.mv .left_section {
    margin-left: 16rem;
    margin-top: 27.5rem;
    position: relative;
}



@media screen and (max-width: 1335px) {
    .mv .left_section {
        margin-left: 9.76vw;
        margin-top: 66.7vw;
    }
}

.mv .image_section {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.mv .image_section::before {
    content: "";
    position: absolute;
    top: -31rem;
    right: 26.3rem;
    background: url(../img/common/back.png) no-repeat center/contain;
    width: 139.3rem;
    height: 82.6rem;
    z-index: -1;
}

.mv .image_section img {
    max-width: 128rem;
}

.mv .ttl {
    margin-bottom: 6.5rem;
}

.mv strong {
    display: inline-block;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin-bottom: 1.7rem;
}

.mv .read_text {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
}

.mv .link-item {
    position: absolute;
    bottom: -1.3rem;
    right: 17.9rem;
}

/* mv */
/* SCROLL*/
.scroll_btn {
    margin-left: 8.33vw;
}

.scroll_btn p {
    font-size: 1.2rem;
    font-family: 'League Spartan', sans-serif;
    font-weight: 600;
    padding-left: 4.9rem;
    position: relative;
    padding-top: 1.1rem;
    padding-bottom: 5px;
}

.scroll_btn p::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 2.8rem;
    height: 2.8rem;
    background-color: #2682AA;
    border-radius: 50%;
}

.scroll_btn p::after {
    content: "";
    background: url(../img/common/arrow.svg) no-repeat center/contain;
    width: 7px;
    height: 11px;
    position: absolute;
    left: 9px;
    top: 9px;
    transform: rotate(90deg);
}

/* SCROLL*/
/* 私たちの想い */
.concept {
    padding-top: 9.4rem;
    margin-bottom: 19.2rem;
    position: relative;
}

.concept::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 138.2rem;
    background: url(../img/top/section.jpg) no-repeat center/cover;
    z-index: -1;
}

.concept .wrapper {
    max-width: 120rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.concept .ttl {
    font-size: 2.8rem;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-weight: bold;
    letter-spacing: 0.2em;
    position: relative;
    padding-bottom: 4rem;
    text-align: center;
    margin-bottom: 4.6rem;
}

.concept .ttl::after {
    content: attr(data-title);
    font-size: 1.4rem;
    font-family: 'League Spartan', sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.concept .txt {
    font-size: 2.2rem;
    line-height: 6.5rem;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-weight: 500;
    text-align: center;
    margin-bottom: 6.6rem;
}

.concept .link-item {
    text-align: center;
}

/* 私たちの想い */
/* 当院のサービスについて */
.service {
    margin-bottom: 15.6rem;
    counter-reset: number 0;
}

.service .wrapper {
    max-width: 172rem;
    width: 90%;
    margin-right: 0;
    margin-left: auto;
    background-color: rgba(255, 255, 255, .65);
    border-radius: 2rem 0 0 2rem;
    padding-top: 9.2rem;
    padding-left: 16rem;
    padding-bottom: 5.9rem;
}

.service .ttl_wrap {
    display: flex;
    max-width: 120rem;
    width: 90%;
    margin-left: 0;
    margin-right: auto;
    justify-content: space-between;
    margin-bottom: 4.3rem;
}

.service .ttl {
    font-size: 2.8rem;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-weight: bold;
    letter-spacing: 0.2em;
    position: relative;
    padding-bottom: 4.4rem;
    text-align: center;
    margin-bottom: 6.5rem;
    padding-top: 2.4rem;
}

.service .ttl::after {
    content: attr(data-title);
    font-size: 1.4rem;
    font-family: 'League Spartan', sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.service .service_list {
    display: flex;
    column-gap: 2.7rem;
    max-width: 156rem;
    overflow-x: scroll;
    cursor: pointer;
}

.service .service_list .ttl {
    font-size: 1.7rem;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-weight: 500;
    margin-bottom: 1.8rem;
    letter-spacing: 0;
    padding-bottom: 0;
}

.service .service_list .txt {
    font-size: 1.3rem;
    line-height: 2.2rem;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-weight: 400;
    color: #222222;
}

.service .service_list .list-item {
    max-width: 28rem;
    width: 100%;
    flex-shrink: 0;
    list-style: none;
}

.service .service_list .list-item .list_image {
    margin-bottom: 1.7rem;
    position: relative;
}

.service .service_list .list-item .list_image::before {
    content: "Service";
    font-size: 1.1rem;
    font-family: 'League Spartan', sans-serif;
    font-weight: 600;
    display: block;
    text-align: center;
    margin-bottom: 2.2rem;
}

.service .service_list .list-item .list_image::after {
    content: counter(number, decimal-leading-zero);
    counter-increment: number 1;
    font-family: 'League Spartan', sans-serif;
    font-size: 1.1rem;
    position: absolute;
    width: 3.4rem;
    height: 3.4rem;
    background-color: #2682AA;
    color: #FFF;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 当院のサービスについて */
/* 最新情報 */
.info {
    margin-bottom: 33.7rem;
    position: relative;
}

.info::after {
    content: "";
    background: url(../img/common/back02.png) no-repeat center/contain;
    width: 110.5rem;
    height: 75.5rem;
    position: absolute;
    top: -6.1rem;
    right: -36.1rem;
    z-index: -1;
}

.info .wrapper {
    max-width: 120rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.info .ttl_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4.6rem;
}



.info .ttl {
    font-size: 2.8rem;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-weight: bold;
    letter-spacing: 0.2em;
    position: relative;
    padding-bottom: 4.4rem;
    text-align: center;
    margin-bottom: 6.5rem;
    padding-top: 2.4rem;
}

.info .ttl::after {
    content: attr(data-title);
    font-size: 1.4rem;
    font-family: 'League Spartan', sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* 最新情報 */
/* フッター */
.footer .wrapper {
    max-width: 152rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid rgba(38, 130, 170, 0.25);
    padding-top: 7.3rem;
    margin-bottom: 6.1rem;
}



.f_navi {
    display: flex;
    justify-content: space-between;
    margin-right: 1.2rem;
    margin-left: 5px;
}

.foot_top .menu_list {
    display: flex;
    column-gap: 2.6vw;
    margin-right: min(12%, 18.2vw);
}

.foot_top .menu_list .list-item {
    font-size: 1.4rem;
    font-family: 'League Spartan', sans-serif;
    font-weight: 500;
}

.foot_top .sns_list {
    display: flex;
    column-gap: 1.1rem;
}

.foot_top .sns_list a {
    display: block;
}

.foot_top .sns_list a img {
    max-width: 3.2rem;
    width: 100%;

}

.foot_bottom {
    position: relative;
    text-align: center;
    margin-bottom: 21.6rem;
    max-width: 152rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.foot_bottom .logo {
    display: inline-block;
    max-width: 25.5rem;
    width: 17%;
    height: 8.6rem;
}

.foot_bottom .logo img {
    height: 8.6rem;
}

.foot_bottom .link-item {
    position: fixed;
    right: 10.3vw;
    bottom: 12.2vw;
}

.foot_bottom .link-item a.more {
    width: 5.6rem;
    padding-top: 6.4rem;
}

.foot_bottom .link-item a.more::before {
    width: 5.6rem;
    height: 5.6rem;
}

.foot_bottom .link-item a.more::after {
    transform: rotate(-90deg);
    top: 2.3rem;
}

.copy {
    font-size: 1.1rem;
    font-family: 'League Spartan', sans-serif;
    font-weight: 500;
    margin-left: min(20%, 27.8vw);
}

/* フッター */

/* 下層MV */
.page_mv {
    padding-top: 12.2rem;
    padding-bottom: 12.1rem;
    position: relative;
    margin-bottom: 8rem;
}

.page_mv::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(245, 251, 255, 0.8);
    top: 0;
    left: 0;
    z-index: 0;
}

.page_mv .ttl {
    font-size: 2.8rem;
    font-weight: bold;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    letter-spacing: 0.2em;
    text-align: center;
    padding-bottom: 3.6rem;
    position: relative;
    z-index: 10;
}

.page_mv .ttl::after {
    content: attr(data-title);
    font-family: 'League Spartan', sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/* 下層MV */
.page_mv.about {
    background: url(../img/about/mv.jpg) no-repeat center/cover;
}

.page_mv.menu {
    background: url(../img/menu/mv.jpg) no-repeat center/cover;
}

/* 下層MV */
/* まある助産院について */
.page_about .top_section .wrapper {
    max-width: 152rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.white_box {
    background-color: rgba(255, 255, 255, .65);
    border-radius: 2rem;
}

.page_about .white_box {
    max-width: 90rem;
    width: 60%;
    padding-top: 4.16vw;
    padding-bottom: 4.16vw;
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-left: 8.3vw;
}



.page_about .white_box .box_inner {
    width: 100%;
    display: flex;
    align-items: baseline;
    margin-left: 5.2vw;
}

.page_about .white_box::after {
    content: "";
    position: absolute;
    background: url(../img/common/back.png) no-repeat center/contain;
    width: 87.5rem;
    height: 51.9rem;
    top: 14.5rem;
    left: -20.9rem;
    z-index: -1;
}

.page_about .white_box .ttl {
    font-size: 2rem;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-weight: bold;
    letter-spacing: 0.2em;
    padding-bottom: 2.4rem;
    position: relative;
    margin-right: 4.16vw;
    width: 24%;
    white-space: nowrap;

}

.page_about .white_box .ttl::after {
    content: attr(data-title);
    font-family: 'League Spartan', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

/*
.page_about .white_box .text_section {
    max-width: 35.5rem;
    width: 69%;
}
*/
.page_about .white_box .txt {
    color: #222222;
    font-size: 1.4rem;
    line-height: 2.5rem;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-weight: 400;
    margin-bottom: 2rem;

}

.page_about .white_box .txt:last-child {
    margin-bottom: 0;
}

.page_about .service_list {
    margin-bottom: 2rem;
}

.page_about .service_list .list-item {
    color: #222222;
    font-size: 1.4rem;
    line-height: 2.5rem;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-weight: 400;
    margin-bottom: 4px;
    position: relative;
    padding-left: 1.6rem;
}

.page_about .service_list .list-item::before {
    content: "";
    width: 6px;
    height: 1px;
    background-color: #2682AA;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.page_about .service_list .list-item:last-child {
    margin-bottom: 0;
}

.page_about .top_section .image_section {
    position: absolute;
    right: -51%;
    top: 8rem;
    max-width: 60rem;
    width: 67%;
    border-radius: 2rem;
}

.page_about .top_section .image_section img {
    height: 38rem;
    object-fit: cover;
    border-radius: 2rem;
}

.page_about .top_section {
    margin-bottom: 33.6rem;
}

@media screen and (max-width: 1300px) {
    .page_about .white_box .box_inner {
        flex-direction: column;
    }

    .page_about .white_box .ttl {
        margin-bottom: 2rem;
    }

    .page_about .white_box {
        margin-left: 0;
    }

    .page_about .white_box {
        width: 72%;
    }

    .page_about .white_box .text_section {
        width: 100%;
    }

    .page_about .top_section .wrapper {
        width: 80%;
    }
}

.page_about .middle_section {
    margin-bottom: 25.9rem;
}

.page_about .middle_section .wrapper {
    max-width: 120rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    column-gap: 10.9vw;
}

.page_about .middle_section .wrapper .image_section {
    margin-left: 6.97vw;
    max-width: 33.2rem;
    width: 100%;
}

.page_about .middle_section .wrapper .right_section {
    margin-right: 7.6rem;
    max-width: 44.8rem;
    width: 100%;
}

.page_about .middle_section .wrapper .right_section .ttl {
    font-size: 2rem;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-weight: bold;
    letter-spacing: 0.2em;
    position: relative;
    padding-bottom: 2.4rem;
    text-align: center;
    margin-bottom: 6rem;
}

.page_about .middle_section .wrapper .right_section .ttl::after {
    content: attr(data-title);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-family: 'League Spartan', sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: 0;
}

.page_about .middle_section .wrapper .right_section .txt {
    font-size: 1.6rem;
    line-height: 3.2rem;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-weight: 500;
    text-align: center;
}



.page_about .bottom_section {
    margin-bottom: 28.2rem;
}

.page_about .bottom_section .wrapper {
    max-width: 120rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    column-gap: 11.5rem;
    position: relative;
}

.page_about .bottom_section .wrapper::after {
    content: "";
    background: url(../img/common/back02.png) no-repeat center/contain;
    width: 110.5rem;
    height: 75.5rem;
    position: absolute;
    top: 1.3rem;
    right: -71.3rem;
    z-index: -1;
}

.page_about .bottom_section .wrapper .left_section .ttl {
    font-size: 2rem;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-weight: bold;
    letter-spacing: 0.2em;
    position: relative;
    padding-bottom: 2.4rem;
    margin-bottom: 6rem;
}

.page_about .bottom_section .wrapper .left_section .ttl::after {
    content: attr(data-title);
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: 'League Spartan', sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: 0;
}

.page_about .bottom_section .wrapper>.left_section {
    max-width: 22.8rem;
    width: 90%;
}

.page_about .bottom_section .wrapper>.left_section img:nth-child(2) {
    margin-bottom: 2rem;
}



.page_about .bottom_section .wrapper .right_section .prof_top {
    margin-bottom: 8rem;
}

.page_about .bottom_section .wrapper .right_section .prof_top .ttl {
    font-size: 1.6rem;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 1.6rem;
}

.page_about .bottom_section .wrapper .right_section .prof_top .txt,
.page_about .bottom_section .wrapper .prof_bottom .left_section .txt {
    color: #222222;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.5rem;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}

.page_about .bottom_section .wrapper .prof_bottom .left_section {
    margin-bottom: 3rem;
}

.page_about .bottom_section .wrapper .right_section .prof_bottom {
    display: flex;
    flex-direction: column;
    column-gap: 12rem;
}

.page_about .bottom_section .wrapper .right_section .prof_bottom .ttl {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    margin-bottom: 1.6rem;
    padding-bottom: 0;
}

.page_about .bottom_section .wrapper .right_section .prof_bottom .left_section .work_history {
    display: flex;
    column-gap: 1.6rem;
}

.page_about .bottom_section .wrapper .right_section .prof_bottom .left_section .work_history dt {
    color: #A2A2A2;
    font-size: 1.4rem;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-weight: 400;
    line-height: 2.5rem;
}

.page_about .bottom_section .wrapper .right_section .prof_bottom .left_section .work_history dd {
    color: #222222;
    font-size: 1.4rem;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-weight: 400;
    line-height: 2.5rem;
}

.page_about .bottom_section .wrapper .right_section .prof_bottom .right_section .qualification_list .list-item {
    color: #222222;
    font-size: 1.4rem;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-weight: 400;
    line-height: 2.5rem;
}

@media screen and (max-width: 1300px) {
    .page_about .bottom_section .wrapper {
        width: 95%;
        column-gap: 3rem;
    }

    .page_about .bottom_section .wrapper .right_section .prof_bottom {
        column-gap: 4rem;
    }
}

/* まある助産院について */
/* 当院のサービスについて */
.page_menu .white_box {
    max-width: 58.3vw;
    width: 100%;
    padding-left: 8.3vw;
    padding-right: 8.3vw;
    padding-top: 4.53vw;
    padding-bottom: 4.53vw;
}

.page_menu .white_box.left {
    margin-left: 0;
    margin-right: auto;
}

.page_menu .white_box.right {
    margin-left: auto;
    margin-right: 0;
}

.page_menu .service_item {
    margin-bottom: 8rem;
}

.page_menu .service_item:nth-child(9) {
    margin-bottom: 0;
}

.page_menu .service_item .wrapper {
    max-width: 79.1vw;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.page_menu .white_box .ttl_wrap {
    max-width: 80rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.page_menu .white_box .ttl_wrap .ttl {
    position: relative;
    font-size: 2rem;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-weight: bold;
    letter-spacing: 0.2em;
    padding-bottom: 2.4rem;
    text-align: left;
    width: 40%;
    max-width: 31.2rem;
}

.page_menu .white_box .ttl_wrap .ttl::after {
    content: attr(data-title);
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: 'League Spartan', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0;
}

.page_menu .white_box .feature_list {
    display: flex;
    column-gap: 0.41vw;
}

.page_menu .white_box .feature_list .list-item {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    text-align: center;
    border-radius: 3rem;
    border: 1px solid #2682AA;
    line-height: 3rem;
    padding-left: 1.04vw;
    padding-right: 1.04vw;
}

.page_menu .white_box .read_text {
    color: #222222;
    font-size: 1.4rem;
    line-height: 2.5rem;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-weight: 400;
    margin-bottom: 3rem;
    max-width: 80rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.page_menu .white_box h3.ttl {
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    margin-bottom: 1.6rem;
    max-width: 80rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.page_menu .white_box .trouble_list {
    margin-bottom: 3rem;
    max-width: 80rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.page_menu .white_box .trouble_list .list-item {
    position: relative;
    font-size: 1.4rem;
    line-height: 2.5rem;
    color: #222222;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-weight: 400;
    padding-left: 1.6rem;
    margin-bottom: 4px;
}

.page_menu .white_box .trouble_list .list-item:last-child {
    margin-bottom: 0;
}

.page_menu .white_box .trouble_list .list-item::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 1px;
    background-color: #2682AA;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.page_menu .white_box .bottom_txt,
.page_menu .white_box .txt {
    color: #222222;
    font-size: 1.4rem;
    line-height: 2.5rem;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-weight: 400;
}

.page_menu .white_box .txt {
    margin-bottom: 3rem;
    max-width: 80rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.page_menu .white_box .bottom_section.flex {
    display: flex;
    column-gap: 10.8vw;
    max-width: 80rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.page_menu .white_box .can_list dt {
    font-size: 1.4rem;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-weight: 400;
    margin-bottom: 1.2rem;
    color: #222222;
}

.page_menu .white_box .can_list dd,
.page_menu .white_box .subject_list .list-item {
    font-size: 1.4rem;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-weight: 400;
    color: #222222;
    line-height: 2.5rem;
    margin-bottom: 4px;
    padding-left: 1.6rem;
    position: relative;
}

.page_menu .white_box .can_list dd:last-child {
    margin-bottom: 0;
}

.page_menu .white_box .can_list dd::before,
.page_menu .white_box .subject_list .list-item::before {
    content: "";
    width: 6px;
    height: 1px;
    background-color: #2682AA;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.page_menu .white_box .subject_list {
    max-width: 80rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.page_menu .white_box .kome {
    font-size: 1.4rem;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-weight: 400;
    color: #222222;
    line-height: 2.5rem;
    max-width: 80rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.page_menu .white_box .kome::before {
    content: "※";
}

.page_menu .service_item .image_section {
    display: flex;
    flex-direction: column;
    row-gap: 1.6rem;
    position: absolute;
    top: 4rem;
    right: 54.1vw;
    max-width: 38rem;
    width: 41%;
}

.page_menu .service_item:nth-child(2n) .image_section {
    right: auto;
    left: 54.1vw;
}

.page_menu .service_item .link-item {
    text-align: right;
}

.page_menu .service_item .link-item a.more {
    width: 5.6rem;
    padding-top: 6.4rem;
}

.page_menu .service_item .link-item a.more::before {
    width: 5.6rem;
    height: 5.6rem;
}

.page_menu .service_item .link-item a.more::after {
    transform: rotate(90deg);
    top: 2.4rem;
}

.page_menu .service_item .price {
    font-size: 1.4rem;
    font-weight: 400;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    margin-bottom: 1.8rem;
    color: #222222;
}

.page_menu .service_item .price strong {
    font-size: 1.6rem;
    font-weight: bold;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    color: #2682AA;
}

.schedule {
    counter-reset: schedule;
    margin-bottom: 1.6rem;
}

.schedule .list-item {
    color: #222222;
    font-size: 1.4rem;
    line-height: 2.5rem;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-weight: 400;
}

.schedule .list-item::before {
    counter-increment: schedule;
    content: counter(schedule)"";
    margin-right: 2.2rem;
}

.page_menu .s02 .kome {
    font-size: 1.1rem;
    margin-bottom: 4.1rem;
}

/*
@media screen and (max-width: 1448px) {
    .page_menu .service_item .image_section {
        width: 25%;
    }

    .page_menu .white_box {
        width: 62%;
    }
}


    .page_menu .white_box {
        width: 83%;
    }

    .page_menu .white_box.left {
        padding-left: 4rem;
        padding-right: 3rem;
    }

    .page_menu .white_box.right {
        padding-left: 6rem;
        padding-right: 4rem;
    }

    .page_menu .service_item:nth-child(2n) .image_section {
        right: -1rem;
    }

    .page_menu .service_item .image_section {
        left: -1rem;
    }

    .page_menu .white_box .bottom_section.flex {
        column-gap: 5rem;
    }
}
*/
.page_menu .price_table {
    margin-bottom: 9rem;
    padding-top: 24rem;
}

.page_menu .price_table .wrapper {
    max-width: max(85%, 62.5vw);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.page_menu .price_table .wrapper::after {
    content: "";
    background: url(../img/common/back02.png) no-repeat center/contain;
    position: absolute;
    top: 9.1rem;
    right: -71.3rem;
    width: 110.5rem;
    height: 75.5rem;
}

.page_menu .price_table .ttl {
    font-size: 2rem;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-weight: bold;
    letter-spacing: 0.2em;
    padding-bottom: 2.4rem;
    position: relative;
    text-align: center;
    margin-bottom: 6.3rem;
}

.page_menu .price_table .ttl::after {
    content: attr(data-title);
    font-family: 'League Spartan', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.page_menu .price_table .p_table {
    max-width: 82rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    margin-bottom: 7.4rem;
}

.page_menu .price_table .p_table caption {
    font-size: 1.5rem;
    font-weight: bold;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    letter-spacing: 0.1em;
    margin-bottom: 1.4rem;
}



.page_menu .price_table .p_table:last-of-type {
    margin-bottom: 5.4rem;
}

.page_menu .price_table .p_table th,
.page_menu .price_table .p_table td {
    border-top: 2px solid #2682AA;
    border-bottom: 1px solid #C3D7E0;
    padding-top: 2.7rem;
    padding-bottom: 2.3rem;
}

.page_menu .price_table .p_table tr:nth-child(2) th,
.page_menu .price_table .p_table tr:nth-child(2) td {
    border-top: 1px solid #C3D7E0;
}

.page_menu .price_table .p_table td {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    font-weight: 400;
    text-align: center;
    width: 30%;
}

.page_menu .price_table .p_table .fee {
    font-weight: bold;
    display: block;
    margin-top: 7px;
}

.page_menu .price_table .p_table th {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    font-weight: 400;
    vertical-align: middle;
    width: 40%;
}

.page_menu .price_table .annotation {
    max-width: 82rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin-bottom: 1.1rem;
}

.page_menu .price_table .annotation:last-of-type {
    margin-bottom: 9.5rem;
}

.btn_section {
    text-align: center;
}

.btn_section:first-child {
    margin-bottom: 10rem;
}

.btn_section .btn_txt {
    font-size: 1.4rem;
    margin-bottom: 1.1rem;
    text-align: center;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-weight: 400;
}

.btn_section a {
    color: #FFF;
    display: inline-block;
    max-width: 15.3rem;
    width: 100%;
    background-color: #2682AA;
    border-radius: 2.1rem;
    height: 4.2rem;
    line-height: 4.2rem;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-weight: 400;
    font-size: 1.4rem;
    border: 1px solid #2682AA;
    transition: .3s;
}

.btn_section a:hover {
    background-color: #FFF;
    color: #2682AA;
}

/* 当院のサービスについて */
/* フッターボタン */
.f_contact .btn_section {
    margin-top: 5rem;
}

.f_contact .btn_section ul {
    margin-top: 4rem;
}

.f_contact .btn_section ul li {
    font-size: 1.4rem;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-weight: 400;
}

.f_contact .btn_section ul li:nth-child(2) {
    margin-bottom: 1rem;
}

.f_contact .btn_section ul li.kome {
    font-size: 1.2rem;
    line-height: 2.4rem;
}

.f_contact .btn_section ul li:first-child {
    margin-bottom: 1rem;
}

/* フッターボタン */
/* インスタ */
.insta_list {
    display: grid;
	grid-template-columns: repeat(4,1fr);
    max-width: 84.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

.insta_list .list-item {
    max-width: 18rem;
    height: 18rem;
    width: 100%;
    margin-right: 2.4rem;
}

.insta_list .list-item:last-child {
    margin-right: 0;
}

.insta_list .list-item img {
    width: 100%;
    height: 100%;
}

/* SP */
@media screen and (max-width: 860px) {
    .sp-hidden {
        display: none;
    }

    .pc-hidden {
        display: block;
    }

    .logo img {
        width: 36.2vw;
    }

    /* メニュー */
    /* CSS */
    /* ハンバーガーメニューのスタイル */
    .header_inner {
        position: relative;
    }

    .mobile-nav {
        right: 3.95vw;
        top: 4.65vw;
        width: 8.13vw;
        height: 5.34vw;
        position: absolute;
    }

    .hamburger-menu {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        height: 5.34vw;
        cursor: pointer;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 99;
    }

    .bar {
        width: 100%;
        height: 0.93vw;
        background-color: #2682AA;
        position: absolute;
        left: 0;
    }

    .bar:nth-child(1) {
        top: 0;
        transition: .6s;
    }

    .bar:nth-child(2) {
        top: 2.32vw;
        transition: .6s;
    }

    .bar:nth-child(3) {
        bottom: 0;
        transition: .6s;
    }

    .nav_inner {
        position: fixed;
        height: 100%;
        width: 100vw;
        left: 100%;
        margin: 0;
        top: 0;
        opacity: 0;
        padding-top: 15vw;
        background-color: #F5FBFF;
        transition: .5s;
        visibility: hidden;
    }

    .nav_inner.active {
        left: 0;
        top: 0;
        opacity: 1;
        visibility: visible;
        width: 100vw;
        transition: .5s;
    }

    .nav_inner .h_navi .menu_list {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #222;
        margin: 0 0 10%;
    }

    .nav_inner .btn_section a {
        margin-bottom: 4.65vw;
    }

    #menu-btn-check:checked~.menu-content {
        left: 0;
        /*メニューを画面内へ*/
    }

    /* 閉じるボタンのスタイル */
    .hamburger-menu.active .bar:nth-child(1) {
        transform: rotate(45deg) translate(0, 3.02vw);
        transition: .6s;
    }

    .hamburger-menu.active .bar:nth-child(2) {
        opacity: 0;
        visibility: hidden;
        transition: .6s;
    }

    .hamburger-menu.active .bar:nth-child(3) {
        transform: rotate(-45deg) translate(0, -3.02vw);
        transition: .6s;
    }

    .mobile-nav {
        display: block;
    }

    .header .wrapper {
        padding-top: 3.25vw;
        justify-content: flex-start;
        column-gap: 26.2vw;
    }

    .header .wrapper .sns_list {
        display: flex;
        column-gap: 2.09vw;
        margin-top: 1.16vw;
    }

    .header .wrapper .sns_list img {
        width: 5.81vw;
        height: 5.81vw;
    }

    .foot_top,
    .f_navi,
    .foot_top .menu_list {
        flex-direction: column;
    }

    .h_navi {
        flex-direction: column;
    }

    .h_navi .menu_list .list-item {
        font-size: 4.18vw;
    }

    .nav_inner .h_navi .menu_list {
        row-gap: 5.81vw;
        width: 100%;
    }

    .header .wrapper .h_navi .sns_list {
        margin-bottom: 6.97vw;
    }

    .header .wrapper .h_navi .sns_list img {
        width: 7.44vw;
        height: 7.44vw;
    }

    a.more {
        width: 20vw;
        font-size: 2.09vw;
        padding-top: 22.7vw;

    }

    a.more::before {
        width: 20vw;
        height: 20vw;
    }

    a.more::after {
        width: 1.39vw;
        height: 2.09vw;
        top: 8.83vw;
    }

    /* mv */
    .mv {
        margin-bottom: 0;
    }

    .mv .wrapper {
        max-width: 100%;
        margin-top: 22.7vw;
        margin-bottom: 0;
    }

    .mv .image_section::before {
        width: 133.7vw;
        height: 79vw;
        top: -33.7vw;
        right: -3.02vw;
    }

    .mv .image_section {
        right: -20.2vw;
        max-width: 187.9vw;
        height: 121.3vw;
    }

    .mv .image_section img {
        max-width: 187.9vw;
    }

    .mv .left_section {
        margin-left: 9.76vw;
        margin-top: 116.7vw;
    }

    .mv .ttl {
        margin-bottom: 4.18vw;
    }

    .mv .ttl img {
        width: 80.2vw;
        height: 16vw;
    }

    .mv strong {
        font-size: 5.58vw;
        margin-bottom: 1.16vw;
    }

    .mv .read_text {
        font-size: 3.72vw;
        line-height: 5.58vw;
    }

    .mv .link-item {
        position: absolute;
        bottom: 0;
        right: -0.93vw;
    }

    /* mv */
    /* SCROLL*/
    .scroll_btn,
    .foot_bottom .link-item {
        display: none;
    }

    /* SCROLL*/

    /* 私たちの想い */
    .concept {
        padding-top: 21.8vw;
        margin-bottom: 23.2vw;
    }

    .concept::after {
        height: 321.3vw;
    }

    .concept .wrapper {
        max-width: 80vw;
    }

    .concept .ttl {
        font-size: 5.58vw;
        padding-bottom: 9.3vw;
        margin-bottom: 10.6vw;
    }

    .concept .ttl::after {
        font-size: 3.25vw;
    }

    .concept .txt {
        font-size: 3.48vw;
        line-height: 10.4vw;
        margin-bottom: 15.3vw;
    }

    /* 私たちの想い */
    /* 当院のサービスについて */
    .service {
        margin-bottom: 15.6rem;
    }


    .service .wrapper {
        width: 95%;
        border-radius: 4.65vw 0 0 4.65vw;
        padding-top: 9.3vw;
        padding-left: 5.81vw;
        padding-bottom: 9.3vw;
    }

    .service .ttl_wrap {
        display: flex;
        max-width: 120rem;
        width: 100%;
        margin-left: 0;
        margin-right: auto;
        justify-content: space-between;
        margin-bottom: 0;
    }

    .service .ttl {
        font-size: 5.58vw;
        padding-top: 0;
        padding-bottom: 5.81vw;
        margin-bottom: 9.3vw;
    }

    .service .ttl::after {
        font-size: 3.25vw;
    }

    .service .service_list {
        margin-bottom: 3rem;
    }

    /* 当院のサービスについて */
    /* 最新情報 */
    .info {
        margin-bottom: 23.2vw;
        position: relative;
    }

    .info::after {
        content: "";
        background: url(../img/common/back02.png) no-repeat center/contain;
        width: 110.5rem;
        height: 75.5rem;
        position: absolute;
        top: -6.1rem;
        right: -36.1rem;
        z-index: -1;
    }

    .info .wrapper {
        width: 80vw;
    }

    .info .ttl_wrap {
        margin-bottom: 4.6rem;
    }



    .info .ttl {
        font-size: 5.58vw;
        padding-bottom: 5.81vw;
        margin-bottom: 15.1vw;
        padding-top: 5.58vw;
    }

    .info .ttl::after {
        font-size: 3.25vw;
    }

    /* 最新情報 */
    /* フッター */
    .footer .wrapper {
        width: 90vw;
        padding-top: 11.6vw;
        margin-bottom: 11.6vw;
    }

    .foot_top {
        display: flex;
        justify-content: space-between;
        margin-right: 0;
    }

    .f_navi {
        row-gap: 11.6vw;
        margin-bottom: 11.6vw;
    }

    .foot_top .menu_list {
        row-gap: 6.97vw;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .foot_top .menu_list .list-item {
        font-size: 1.4rem;
        font-family: 'League Spartan', sans-serif;
        font-weight: 500;
    }

    .foot_top .sns_list {
        justify-content: center;
        column-gap: 1.1rem;
    }

    .foot_top .sns_list a {
        display: block;
    }

    .foot_top .sns_list a img {
        max-width: 3.2rem;
        width: 100%;

    }

    .foot_bottom {
        margin-bottom: 23.2vw;
    }

    .foot_bottom .logo {
        max-width: 59.3vw;
        width: 100%;
        height: 20vw;
    }

    .foot_bottom .logo img {
        height: 20vw;
    }

    .copy {
        font-size: 2.55vw;
        text-align: right;
    }

    /* 下層MV */
    .page_mv {
        padding-top: 28.3vw;
        padding-bottom: 28.1vw;
        margin-bottom: 18.6vw;
    }

    .page_mv .ttl {
        font-size: 5.58vw;
        padding-bottom: 8.37vw;
    }

    .page_mv .ttl::after {
        font-size: 3.25vw;
    }

    /* まある助産院について */
    .page_mv.about {
        background: url(../img/about/mv.jpg) no-repeat left 63% bottom/cover;
    }

    .page_about .top_section .wrapper {
        width: 95%;
        max-width: 100%;
    }

    .white_box {
        border-radius: 4.65vw;
    }

    .page_about .white_box {
        flex-direction: column;
        width: 100%;
        padding-top: 9.3vw;
        padding-bottom: 9.3vw;
        row-gap: 9.3vw;
    }

    .page_about .white_box::after {
        width: 203.4vw;
        height: 120.6vw;
        top: 33.7vw;
        left: -48.6vw;
    }

    .page_about .white_box .ttl {
        font-size: 4.65vw;
        padding-bottom: 5.58vw;
    }

    .page_about .white_box .ttl::after {
        font-size: 2.79vw;
    }

    .page_about .white_box .txt {
        font-size: 3.25vw;
        line-height: 5.81vw;
        margin-bottom: 4.65vw;
    }

    .page_about .white_box .txt:last-child {
        margin-bottom: 0;
    }

    .page_about .white_box .text_section {
        max-width: 100%;
    }

    .page_about .top_section .image_section img {
        height: auto;
    }

    .page_about .service_list {
        margin-bottom: 4.65vw;
    }

    .page_about .service_list .list-item {
        font-size: 3.25vw;
        line-height: 5.81vw;
        margin-bottom: 0.93vw;
        padding-left: 3.72vw;
    }

    .page_about .service_list .list-item::before {
        width: 1.39vw;
        height: 0.23vw;
    }

    .page_about .service_list .list-item:last-child {
        margin-bottom: 0;
    }

    .page_about .top_section .image_section {
        right: 0;
        top: 95%;
        width: 81.3vw;
        height: auto;
    }

    .page_about .top_section {
        margin-bottom: 69.7vw;
    }

    .page_about .middle_section {
        margin-bottom: 23.2vw;
    }

    .page_about .middle_section .wrapper {
        width: 95%;
        row-gap: 4.65vw;
        flex-direction: column;
        align-items: center;
    }

    .page_about .middle_section .wrapper .image_section {
        margin-left: 0;
        width: 70%;
    }

    .page_about .middle_section .wrapper .right_section {
        margin-right: 0;
        max-width: 100%;
    }

    .page_about .middle_section .wrapper .right_section .ttl {
        font-size: 4.65vw;
        padding-bottom: 5.58vw;
        margin-bottom: 13.9vw;
    }

    .page_about .middle_section .wrapper .right_section .ttl::after {
        font-size: 2.79vw;
    }

    .page_about .middle_section .wrapper .right_section .txt {
        font-size: 3.72vw;
        line-height: 7.44vw;
    }

    .page_about .bottom_section {
        margin-bottom: 23.2vw;
    }

    .page_about .bottom_section .wrapper {
        width: 91%;
        flex-direction: column;
    }

    .page_about .bottom_section .wrapper::after {
        width: 256.9vw;
        height: 175.5vw;
        top: 3.02vw;
        right: -165.8vw;
    }

    .page_about .bottom_section .wrapper .left_section {
        text-align: center;
        margin-bottom: 9.3vw;
        width: 100%;
        max-width: 100%;
        text-align: left;
    }

    .page_about .bottom_section .wrapper .left_section .ttl {
        font-size: 4.65vw;
        padding-bottom: 5.58vw;
        margin-bottom: 13.9vw;
        text-align: left;
    }

    .page_about .bottom_section .wrapper .left_section .ttl::after {
        text-align: left;
        font-size: 2.79vw;
    }

    .page_about .bottom_section .wrapper .right_section .prof_top {
        margin-bottom: 6.97vw;
    }

    .page_about .bottom_section .wrapper .right_section .prof_top .ttl {
        font-size: 3.72vw;
        margin-bottom: 3.72vw;
    }

    .page_about .bottom_section .wrapper .right_section .prof_top .txt {
        font-size: 3.25vw;
        line-height: 5.81vw;
    }

    .page_about .bottom_section .wrapper .right_section .prof_bottom {
        flex-direction: column;
        row-gap: 9.3vw;
    }

    .page_about .bottom_section .wrapper .right_section .prof_bottom .ttl {
        font-size: 3.25vw;
        margin-bottom: 3.72vw;
        padding-bottom: 0;
    }

    .page_about .bottom_section .wrapper .right_section .prof_bottom .left_section .work_history {
        column-gap: 3.72vw;
    }

    .page_about .bottom_section .wrapper .right_section .prof_bottom .left_section .work_history dt {
        font-size: 3.25vw;
        line-height: 5.81vw;
    }

    .page_about .bottom_section .wrapper .right_section .prof_bottom .left_section .work_history dd {
        text-align: left;
        font-size: 3.25vw;
        line-height: 5.81vw;
    }

    .page_about .bottom_section .wrapper .right_section .prof_bottom .right_section .qualification_list .list-item {
        font-size: 3.25vw;
        line-height: 5.81vw;
    }

    /* まある助産院について */
    /* 当院のサービスについて */
    .page_menu .white_box {
        width: 95%;
        padding-left: 8.13vw;
        padding-right: 8.13vw;
        padding-top: 9.3vw;
        padding-bottom: 9.3vw;
        max-width: 100%;
    }

    .page_menu .white_box.left {
        margin-left: 0;
        margin-right: auto;
    }

    .page_menu .white_box.right {
        margin-left: auto;
        margin-right: 0;
    }

    .page_menu .white_box.left .bottom_section {
        margin-bottom: 4.65vw;
    }

    .page_menu .service_item {
        margin-bottom: 93%;
    }

    .page_menu .service_item:nth-child(3),
    .page_menu .service_item:nth-child(4) {
        margin-bottom: 48%;
    }


    .page_menu .service_item:nth-child(5),
    .page_menu .service_item:nth-child(6),
    .page_menu .service_item:nth-child(7),
    .page_menu .service_item:nth-child(8) {
        margin-bottom: 50%;
    }

    .page_menu .service_item .wrapper {
        width: 95%;
        max-width: 100%;
    }

    .page_menu .white_box .ttl_wrap {
        margin-bottom: 9.3vw;
        flex-direction: column;
    }

    .page_menu .white_box .ttl_wrap .ttl {
        font-size: 4.65vw;
        padding-bottom: 5.58vw;
        margin-bottom: 4.65vw;
        width: auto;
    }

    .page_menu .white_box .ttl_wrap .ttl::after {
        font-size: 2.79vw;
    }

    .page_menu .white_box .feature_list {
        column-gap: 1.86vw;
    }

    .page_menu .white_box .feature_list .list-item {
        font-size: 2.55vw;
        border-radius: 6.97vw;
        line-height: 6.97vw;
        padding-left: 4.65vw;
        padding-right: 4.65vw;
    }

    .page_menu .white_box .read_text {
        font-size: 3.25vw;
        line-height: 5.81vw;
        margin-bottom: 6.97vw;
    }

    .page_menu .white_box h3.ttl {
        font-size: 3.48vw;
        margin-bottom: 3.72vw;
    }

    .page_menu .white_box .trouble_list {
        margin-bottom: 6.97vw;
    }

    .page_menu .white_box .trouble_list .list-item {
        font-size: 3.25vw;
        line-height: 5.81vw;
        padding-left: 3.72vw;
        margin-bottom: 0.93vw;
    }

    .page_menu .white_box .trouble_list .list-item::before {
        width: 1.39vw;
        height: 0.23vw;
    }

    .page_menu .white_box .bottom_txt,
    .page_menu .white_box .txt {
        font-size: 3.25vw;
        line-height: 5.81vw;
        margin-bottom: 4.65vw;
    }

    .page_menu .white_box .txt {
        margin-bottom: 6.97vw;
    }

    .page_menu .white_box .bottom_section.flex {
        flex-direction: column;
        row-gap: 4.65vw;
    }

    .page_menu .white_box .can_list dt {
        font-size: 3.25vw;
        margin-bottom: 2.79vw;
    }

    .page_menu .white_box .can_list dd,
    .page_menu .white_box .subject_list .list-item {
        font-size: 3.25vw;
        line-height: 5.81vw;
        margin-bottom: 0.93vw;
        padding-left: 3.72vw;
    }

    .page_menu .white_box .can_list dd::before,
    .page_menu .white_box .subject_list .list-item::before {
        width: 1.39vw;
        height: 0.23vw;
    }

    .page_menu .white_box .kome {
        font-size: 3.25vw;
        line-height: 5.81vw;
    }

    .page_menu .service_item .image_section {
        row-gap: 3.72vw;
        top: 96%;
        left: 0;
        width: 70%;
    }

    .page_menu .service_item:nth-child(2n) .image_section {
        right: 0;
        left: auto;
        top: 98%;
        width: 70%;
    }


    .page_menu .service_item .link-item a.more {
        width: 13vw;
        padding-top: 14.8vw;
    }

    .page_menu .service_item .link-item a.more::before {
        width: 13vw;
        height: 13vw;
    }

    .page_menu .service_item .link-item a.more::after {
        top: 5.58vw;
    }

    .page_menu .price_table {
        margin-bottom: 23.2vw;
        padding-top: 55.8vw;
    }

    .page_menu .price_table .wrapper {
        width: 90%;
        max-width: 100%;
    }

    .page_menu .price_table .wrapper::after {
        top: 21.1vw;
        right: -165.8vw;
        width: 256.9vw;
        height: 175.5vw;
    }

    .page_menu .price_table .ttl {
        font-size: 4.65vw;
        padding-bottom: 5.58vw;
        margin-bottom: 14.6vw;
    }

    .page_menu .price_table .ttl::after {
        font-size: 2.79vw;
    }

    .page_menu .price_table .p_table {
        width: 95%;
        margin-bottom: 17.2vw;
    }

    .page_menu .price_table .p_table caption {
        font-size: 3.48vw;
        margin-bottom: 3.25vw;
    }



    .page_menu .price_table .p_table:last-of-type {
        margin-bottom: 12.5vw;
    }

    .page_menu .price_table .p_table th,
    .page_menu .price_table .p_table td {
        border-top: 2px solid #2682AA;
        border-bottom: 1px solid #C3D7E0;
        padding-top: 6.27vw;
        padding-bottom: 6.27vw;
    }

    .page_menu .price_table .p_table:nth-of-type(2) td {
        border-top: 1px solid #C3D7E0;
    }

    .page_menu .price_table .p_table td:nth-child(3) {
        border-top: 1px solid #C3D7E0;
    }

    .page_menu .price_table .p_table tr:nth-child(2) th,
    .page_menu .price_table .p_table tr:nth-child(2) td {
        border-top: 1px solid #C3D7E0;
        border-bottom: 1px solid #C3D7E0;
    }

    .page_menu .price_table .p_table:nth-of-type(3) td {
        border-top: 1px solid #C3D7E0;
    }

    .page_menu .price_table .p_table td {
        font-size: 3.25vw;
        width: 100%;
    }

    .page_menu .price_table .p_table .fee {
        font-weight: bold;
        display: block;
        margin-top: 7px;
    }

    .page_menu .price_table .p_table tr {
        display: flex;
        flex-direction: column;
    }

    .page_menu .price_table .p_table th {
        font-size: 3.25vw;
        width: 100%;
        text-align: center;
    }

    .page_menu .price_table .annotation {
        width: 95%;
        font-size: 3.25vw;
        margin-bottom: 2.55vw;
        line-height: 5.11vw;
    }

    .page_menu .price_table .annotation:last-of-type {
        margin-bottom: 22vw;
    }

    .btn_section .btn_txt {
        font-size: 3.25vw;
        margin-bottom: 2.55vw;
    }

    .btn_section a {
        max-width: 35.5vw;
        border-radius: 4.88vw;
        height: 9.76vw;
        line-height: 9.76vw;
        font-size: 3.25vw;
    }

    .page_menu .service_item .price {
        font-size: 3.25vw;
        margin-bottom: 4.18vw;
    }

    .page_menu .service_item .price strong {
        font-size: 3.72vw;
    }

    .schedule {
        margin-bottom: 3.72vw;
    }

    .schedule .list-item {
        font-size: 3.25vw;
        line-height: 5.81vw;
    }

    .schedule .list-item::before {
        margin-right: 5.11vw;
    }

    .page_menu .s02 .kome {
        font-size: 2.55vw;
        margin-bottom: 9.53vw;
    }

    /* 当院のサービスについて */
    /* フッターボタン */
    .f_contact .btn_section {
        margin-top: 0;
        margin-bottom: 4.65vw;
    }

    .f_contact .btn_section ul {
        margin-top: 0;
    }

    .f_contact .btn_section ul li {
        font-size: 3.25vw;
        line-height: 5.58vw;
    }

    .f_contact .btn_section ul li:nth-child(2) {
        margin-bottom: 2.32vw;
    }

    .f_contact .btn_section ul li.kome {
        font-size: 2.79vw;
        line-height: 5.58vw;
    }

    .f_contact .btn_section ul li:first-child {
        margin-bottom: 0;
    }

    /* フッターボタン */
    /* インスタ */
    .insta_list {
        max-width: 89.3vw;
		grid-template-columns: repeat(2,1fr);
		column-gap: 2rem;
    }

    .insta_list .list-item {
        max-width: 41.8vw;
        height: 41.8vw;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2.32vw;
    }

    .insta_list .list-item:last-child {
        margin-left: auto;
        margin-right: auto;
    }


}