@charset "utf-8";

/* ---------------------------------------------------- */
/* bg */
/* ---------------------------------------------------- */
.sec_wrap.bg_1::before,
.sec_wrap.bg_2::before {
    content: "";
    position: absolute;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 25px;
    background-image: url(../../common/img/bg/3.svg);
    background-repeat: repeat-x;
    background-position: center;
    background-size: auto 100%;
}
.sec_wrap.bg_1::before {
    bottom: -25px;
    transform: scaleY(-1);
}
.sec_wrap.bg_2::before {
    bottom: 0;
}
@media (max-width: 999px) {
    .sec_wrap.bg_1::before,
    .sec_wrap.bg_2::before {
        height: 15px;
    }
    .sec_wrap.bg_1::before {
        bottom: -15px;
    }
}
/* ---------------------------------------------------- */
/* sec_mv_wrap */
/* ---------------------------------------------------- */

.sec_mv_wrap .mv_wrap {
    position: relative;
}

.sec_mv_wrap .ttl_1 {
    position: absolute;
    left: 70px;
    top: 90px;
    color: var(--co_1);
    font-size: 36px;
    font-weight: 500;
    text-shadow: 0px 0px 5px rgba(220, 125, 45, 0.3);
    z-index: 10;
}
.sec_mv_wrap .ttl_1 span {
    display: inline;
    background-image: linear-gradient(to right, var(--co_1), var(--co_1), 6px, transparent 6px);
    background-size: 10px 2px;
    background-position: left bottom;
    background-repeat: repeat-x;
}
.sec_mv_wrap .ttl_2 {
    position: absolute;
    left: 70px;
    top: calc(50% - 100px);
    color: var(--co_6);
    font-size: 36px;
    font-weight: 500;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.3);
    z-index: 10;
}
.sec_mv_wrap .ttl_2 span {
    display: inline;
    background-image: linear-gradient(to right, var(--co_6), var(--co_6), 6px, transparent 6px);
    background-size: 10px 2px;
    background-position: left bottom;
    background-repeat: repeat-x;
}
.page-template-mizonoguchi .sec_mv_wrap .ttl_2 {
    color: var(--co_1);
}
.page-template-mizonoguchi .sec_mv_wrap .ttl_2 span {
    background-image: linear-gradient(to right, var(--co_1), var(--co_1), 6px, transparent 6px);
}
.sec_mv_wrap .logo_1 {
    position: absolute;
    left: 70px;
    top: calc(50% - 210px);
    padding: 20px;
    width: 330px;
    background-color: var(--co_1);
    border-radius: 10px;
}

.sec_mv_wrap .businessday_1 {
    position: absolute;
    left: 70px;
    top: calc(50% + 40px);
    width: 560px;
}
.sec_mv_wrap .bnr_1 {
    display: block;
    margin: 70px auto 0;
    width: 700px;
}
.sec_mv_wrap .slide_1 .item {
    display: block !important;
    overflow: hidden;
}

.sec_mv_wrap .slide_1 .item .img {
    background-color: var(--co_1);
    border-radius: 20px;
    overflow: hidden;
}

.sec_mv_wrap .slide_1 .item .img span {
    padding-top: 43%;
}

.sec_mv_wrap .slide_count {
    position: absolute;
    right: 140px;
    bottom: 8px;
    font-weight: 700;
    text-align: center;
    z-index: 6;
}

.sec_mv_wrap .slide_1 .slick-dots {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    padding: 10px 10px 10px 100px;
    margin: 0;
    background-color: var(--co_4);
    border-top-left-radius: 20px;
    z-index: 5;
    list-style: none;
    text-align: center;
}

.sec_mv_wrap .slide_1 .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
}

.sec_mv_wrap .slide_1 .slick-dots li button {
    position: relative;
    font-size: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.sec_mv_wrap .slide_1 .slick-dots li button:hover,
.sec_mv_wrap .slide_1 .slick-dots li button:focus {
    outline: none;
}

.sec_mv_wrap .slide_1 .slick-dots li button:hover:before,
.sec_mv_wrap .slide_1 .slick-dots li button:focus:before {
    opacity: 1;
}

.sec_mv_wrap .slide_1 .slick-dots li button::before {
    content: "";
    display: block;
    width: 20px;
    height: 5px;
    background-color: var(--co_5);
    border: none;
    transition: 0.3s ease;
}

.sec_mv_wrap .slide_1 .slick-dots li.slick-active button::before {
    background-color: var(--co_7);
}
@media (max-width: 999px) {
    .sec_mv_wrap .mv_wrap {
        position: relative;
        height: auto;
    }
    .sec_mv_wrap .ttl_1 {
        left: 20px;
        top: 40px;
        font-size: 24px;
    }
    .sec_mv_wrap .ttl_2 {
        left: 20px;
        top: 90px;
        font-size: 24px;
    }
    .sec_mv_wrap .logo_1 {
        left: 20px;
        top: 30px;
        padding: 10px;
        width: 180px;
    }
    .sec_mv_wrap .businessday_1 {
        position: static;
        margin-top: 20px;
        width: auto;
    }
    .sec_mv_wrap .bnr_1 {
        margin-top: 20px;
        width: auto;
    }
    .sec_mv_wrap .slide_1 .item .img span {
        padding-top: 120%;
    }
}

/* ---------------------------------------------------- */
/* sec_news_wrap */
/* ---------------------------------------------------- */
.sec_news_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
}

.sec_news_wrap .ttl_1 {
    position: absolute;
    left: 40px;
    top: 0;
    text-align: left;
}
.sec_news_wrap .ttl_1::before {
    content: "";
    position: absolute;
    left: 0;
    top: -50px;
    display: block;
    width: 100%;
    height: 260px;
    background-image: url(../../common/img/ico/ttl_2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.2;
    pointer-events: none;
}
.sec_news_wrap .archive_1 .meta .cat {
    display: none;
}
.sec_news_wrap .btn_1 {
    position: absolute;
    left: 40px;
    top: 130px;
    min-width: auto;
}

.sec_news_wrap .archive_1 {
    padding-left: 280px;
}

.page-template-mizonoguchi .sec_news_wrap .archive_1 a::after {
    background-image: url(../../common/img/ico/arrow_1_c.svg);
}

@media (max-width: 999px) {
    .sec_news_wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .sec_news_wrap .ttl_1 {
        position: relative;
        left: auto;
        top: auto;
        margin-bottom: 30px;
        text-align: center;
    }
    .sec_news_wrap .ttl_1::before {
        top: 50%;
        transform: translateY(-50%);
        height: 100px;
    }
    .sec_news_wrap .btn_1 {
        position: relative;
        left: auto;
        top: auto;
        margin: 20px auto 0;
    }

    .sec_news_wrap .archive_1 {
        padding-left: 0;
    }
}

/* ---------------------------------------------------- */
/* sec_clinic_wrap */
/* ---------------------------------------------------- */
.sec_clinic_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: var(--co_10);
}
.sec_clinic_wrap .deco_1 {
    position: absolute;
    right: -150px;
    top: -150px;
    width: 250px;
    z-index: 3;
}

.sec_clinic_wrap .ttl_1 {
    margin-bottom: 50px;
}

.sec_clinic_wrap .list_1 > ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -40px;
    margin-right: -40px;
}
.sec_clinic_wrap .list_1 > ul > li {
    padding: 50px;
    margin-bottom: 40px;
    margin-right: 40px;
    width: calc(100% / 2 - 40px);
    background-color: var(--co_1);
    border-radius: 20px;
}
.sec_clinic_wrap .list_1 > ul > li:nth-child(even) {
    margin-top: 50px;
}
.sec_clinic_wrap .list_1 .ttl {
    margin-bottom: 20px;
}
.sec_clinic_wrap .list_1 .ttl img {
    margin: 0 auto;
    width: auto;
    height: 65px;
}
.sec_clinic_wrap .list_1 .img {
    margin-bottom: 20px;
}
.sec_clinic_wrap .list_1 .list {
    border-bottom: 1px dashed var(--co_5);
}

.sec_clinic_wrap .list_1 .list > li {
    display: flex;
    align-items: flex-start;
    padding: 10px 0;
    border-top: 1px dashed var(--co_5);
}

.sec_clinic_wrap .list_1 .list h5 {
    flex: none;
    margin-right: 20px;
    min-width: 100px;
    color: var(--co_6);
    text-align: center;
    background-color: var(--co_10);
    border-radius: 10px;
}
.sec_clinic_wrap .list_1 .list .tel {
    display: flex;
    align-items: center;
    color: var(--co_3);
    text-decoration: none;
}
.sec_clinic_wrap .list_1 .list .tel::before {
    content: "";
    display: block;
    margin-right: 5px;
    width: 14px;
    height: 14px;
    background-image: url(../../common/img/ico/tel_1.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.sec_clinic_wrap .list_1 .btn {
    margin-top: 20px;
    min-width: 100%;
}
@media (max-width: 999px) {
    .sec_clinic_wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .sec_clinic_wrap .deco_1 {
        right: -30px;
        top: -70px;
        width: 100px;
    }

    .sec_clinic_wrap .ttl_1 {
        margin-bottom: 30px;
    }

    .sec_clinic_wrap .list_1 > ul {
        margin-bottom: -40px;
        margin-right: 0;
    }
    .sec_clinic_wrap .list_1 > ul > li {
        padding: 30px 20px;
        margin-bottom: 40px;
        margin-right: 0;
        width: 100%;
    }
    .sec_clinic_wrap .list_1 > ul > li:nth-child(even) {
        margin-top: 0;
    }
    .sec_clinic_wrap .list_1 .ttl img {
        height: 40px;
    }
}
/* ---------------------------------------------------- */
/* sec_clinic_wrap_2 */
/* ---------------------------------------------------- */
.sec_clinic_wrap_2 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: var(--co_10);
}
.page-template-mizonoguchi .sec_clinic_wrap_2 {
    background-color: var(--co_11);
}
.sec_clinic_wrap_2 .deco_1 {
    position: absolute;
    right: -150px;
    top: -150px;
    width: 250px;
    z-index: 3;
}

.sec_clinic_wrap_2 .ttl_1 {
    margin-bottom: 50px;
}

.sec_clinic_wrap_2 .box_1 {
    padding: 50px;
    background-color: var(--co_1);
    border-radius: 20px;
}
.sec_clinic_wrap_2 .ttl_2 {
    margin-bottom: 40px;
}
.sec_clinic_wrap_2 .ttl_2 img {
    margin: 0 auto;
    width: auto;
    height: 65px;
}
.sec_clinic_wrap_2 .clms_wrap_1 {
    display: flex;
    justify-content: space-between;
}
.sec_clinic_wrap_2 .clms_wrap_1 > .clm_wrap {
    flex: none;
    width: calc(100% / 2 - 30px);
}
.sec_clinic_wrap_2 .list_1 > ul {
    border-bottom: 1px dashed var(--co_5);
}
.page-template-mizonoguchi .sec_clinic_wrap_2 .list_1 > ul {
    border-color: var(--co_7);
}
.sec_clinic_wrap_2 .list_1 > ul > li {
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
    border-top: 1px dashed var(--co_5);
}
.page-template-mizonoguchi .sec_clinic_wrap_2 .list_1 > ul > li {
    border-color: var(--co_7);
}
.sec_clinic_wrap_2 .list_1 h5 {
    flex: none;
    margin-right: 20px;
    min-width: 100px;
    color: var(--co_6);
    text-align: center;
    background-color: var(--co_10);
    border-radius: 10px;
}
.page-template-mizonoguchi .sec_clinic_wrap_2 .list_1 h5 {
    color: var(--co_9);
    background-color: #faebdc;
}
.sec_clinic_wrap_2 .list_1 .tel {
    display: flex;
    align-items: center;
    color: var(--co_3);
    text-decoration: none;
}
.sec_clinic_wrap_2 .list_1 .tel::before {
    content: "";
    display: block;
    margin-right: 5px;
    width: 14px;
    height: 14px;
    background-image: url(../../common/img/ico/tel_1.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.sec_clinic_wrap_2 .map_1 iframe {
    width: 100%;
    height: 300px;
}
.sec_clinic_wrap_2 .btn_1 {
    margin-top: 20px;
    min-width: 100%;
}
@media (max-width: 999px) {
    .sec_clinic_wrap_2 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .sec_clinic_wrap_2 .deco_1 {
        right: -30px;
        top: -70px;
        width: 100px;
    }

    .sec_clinic_wrap_2 .ttl_1 {
        margin-bottom: 30px;
    }
    .sec_clinic_wrap_2 .box_1 {
        padding: 30px 20px;
    }
    .sec_clinic_wrap_2 .ttl_2 {
        margin-bottom: 20px;
    }
    .sec_clinic_wrap_2 .ttl_2 img {
        height: 40px;
    }
    .sec_clinic_wrap_2 .clms_wrap_1 {
        display: block;
    }
    .sec_clinic_wrap_2 .clms_wrap_1 > .clm_wrap {
        width: auto;
    }
    .sec_clinic_wrap_2 .map_1 {
        margin-top: 20px;
    }
    .sec_clinic_wrap_2 .map_1 iframe {
        width: 100%;
        height: 300px;
    }
}

/* ---------------------------------------------------- */
/* sec_medical_wrap */
/* ---------------------------------------------------- */
.sec_medical_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
}
.sec_medical_wrap .deco_1 {
    position: absolute;
    left: -150px;
    top: -150px;
    width: 250px;
    z-index: 3;
}

.sec_medical_wrap .ttl_1 {
    margin-bottom: 50px;
}
.sec_medical_wrap .list_1 > ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: -40px;
    margin-right: -20px;
}
.sec_medical_wrap .list_1 > ul > li {
    position: relative;
    margin-bottom: 40px;
    margin-right: 20px;
    width: calc(100% / 4 - 20px);
}
.sec_medical_wrap .list_1 > ul > li:nth-child(n + 5) {
    width: calc(100% / 5 - 20px);
}
.sec_medical_wrap .list_1 a {
    display: block;
    color: var(--co_3);
    text-decoration: none;
}
.sec_medical_wrap .list_1 .img {
    position: relative;
    padding-top: 100%;
    background-image: url(../../common/img/bg/2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.sec_medical_wrap .list_1 .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}
.sec_medical_wrap .list_1 .ttl {
    position: relative;
    display: flex;
    margin: 10px auto 0;
    max-width: max-content;
    text-align: center;
}
.sec_medical_wrap .list_1 .ttl::after {
    content: "";
    position: absolute;
    right: -25px;
    top: 2px;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../../common/img/ico/arrow_1_b.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
@media (max-width: 999px) {
    .sec_medical_wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .sec_medical_wrap .deco_1 {
        left: -30px;
        top: -70px;
        width: 100px;
    }
    .sec_medical_wrap .ttl_1 {
        margin-bottom: 30px;
    }
    .sec_medical_wrap .list_1 > ul {
        margin-bottom: -20px;
    }
    .sec_medical_wrap .list_1 > ul > li {
        margin-bottom: 20px;
        width: calc(100% / 2 - 20px) !important;
    }
}
/* ---------------------------------------------------- */
/* sec_policy_wrap */
/* ---------------------------------------------------- */
.sec_policy_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
}
.sec_policy_wrap .deco_1 {
    position: absolute;
    left: -150px;
    top: -150px;
    width: 250px;
    z-index: 3;
}

.sec_policy_wrap .ttl_1 {
    margin-bottom: 50px;
}
.sec_policy_wrap .img_1 {
    margin-bottom: 50px;
    border-radius: 20px;
    overflow: hidden;
}
.sec_policy_wrap .list_1 > ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -90px;
    margin-right: -90px;
}
.sec_policy_wrap .list_1 > ul > li {
    position: relative;
    margin-bottom: 90px;
    margin-right: 90px;
    width: calc(100% / 3 - 90px);
}
.sec_policy_wrap .list_1 > ul > li::after {
    content: "";
    position: absolute;
    display: none;
    width: 45px;
    height: 10px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../../home/img/policy_8.svg);
}

.sec_policy_wrap .list_1 .desc {
    margin-top: 20px;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
}
@media (min-width: 1000px) {
    .sec_policy_wrap .list_1 > ul > li:nth-child(1):after,
    .sec_policy_wrap .list_1 > ul > li:nth-child(2):after,
    .sec_policy_wrap .list_1 > ul > li:nth-child(5):after,
    .sec_policy_wrap .list_1 > ul > li:nth-child(6):after {
        display: block;
        right: -70px;
        top: calc(50% - 5px);
    }
    .sec_policy_wrap .list_1 > ul > li:nth-child(3):after {
        display: block;
        right: calc(50% - 22px);
        bottom: -50px;
        transform: rotate(90deg);
    }
    .sec_policy_wrap .list_1 > ul > li:nth-child(5):after,
    .sec_policy_wrap .list_1 > ul > li:nth-child(6):after {
        transform: rotate(180deg);
    }

    .sec_policy_wrap .list_1 > ul > li:nth-child(4) {
        order: 6;
    }
    .sec_policy_wrap .list_1 > ul > li:nth-child(5) {
        order: 5;
    }
    .sec_policy_wrap .list_1 > ul > li:nth-child(6) {
        order: 4;
    }
}
@media (max-width: 999px) {
    .sec_policy_wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .sec_policy_wrap .deco_1 {
        left: -30px;
        top: -70px;
        width: 100px;
    }
    .sec_policy_wrap .ttl_1 {
        margin-bottom: 30px;
    }
    .sec_policy_wrap .img_1 {
        margin-bottom: 30px;
    }
    .sec_policy_wrap .list_1 > ul {
        margin-bottom: -40px;
        margin-right: -40px;
    }
    .sec_policy_wrap .list_1 > ul > li {
        margin-bottom: 40px;
        margin-right: 40px;
        width: calc(100% / 2 - 40px);
    }
    .sec_policy_wrap .list_1 > ul > li::after {
        width: 20px;
    }
    .sec_policy_wrap .list_1 > ul > li:nth-child(odd):after {
        display: block;
        right: -30px;
        top: calc(50% - 5px);
    }
    .sec_policy_wrap .list_1 > ul > li:nth-child(2):after,
    .sec_policy_wrap .list_1 > ul > li:nth-child(4):after {
        display: block;
        left: -30px;
        bottom: -40px;
        transform: rotate(135deg);
    }
    .sec_policy_wrap .list_1 .desc {
        margin-top: 10px;
        font-size: 15px;
    }
}
/* ---------------------------------------------------- */
/* sec_feature_wrap */
/* ---------------------------------------------------- */
.sec_feature_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: var(--co_8);
}

.sec_feature_wrap .ttl_1 {
    margin-bottom: 50px;
}
.sec_feature_wrap .ttl_1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 150px;
    background-image: url(../../common/img/ico/ttl_2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.2;
    pointer-events: none;
}

.sec_feature_wrap .list_1 > ul > li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec_feature_wrap .list_1 > ul > li + li {
    margin-top: 80px;
}
.sec_feature_wrap .list_1 > ul > li > .clm_wrap {
    width: calc(100% / 2 - 40px);
}

.sec_feature_wrap .list_1 > ul > li:nth-child(even) > .clm_wrap:nth-of-type(1) {
    order: 2;
}
.sec_feature_wrap .list_1 .img {
    border-radius: 20px;
    border: 5px solid var(--co_1);
    overflow: hidden;
}
.sec_feature_wrap .list_1 .num {
    position: relative;
    display: block;
    margin: 0 auto 10px;
    width: max-content;
    color: var(--co_5);
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}

.sec_feature_wrap .list_1 .num::before {
    content: "Point ";
    font-size: 28px;
}
.sec_feature_wrap .list_1 .num::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../../common/img/ico/ttl_1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.sec_feature_wrap .list_1 .ttl {
    position: relative;
    margin-bottom: 15px;
    color: var(--co_5);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
}
.sec_feature_wrap .list_1 .desc {
    text-align: center;
}

@media (max-width: 999px) {
    .sec_feature_wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .sec_feature_wrap .ttl_1 {
        margin-bottom: 30px;
    }
    .sec_feature_wrap .ttl_1::before {
        height: 100px;
    }
    .sec_feature_wrap .list_1 > ul > li {
        display: block;
    }
    .sec_feature_wrap .list_1 > ul > li + li {
        margin-top: 40px;
    }
    .sec_feature_wrap .list_1 > ul > li > .clm_wrap {
        width: auto;
    }
    .sec_feature_wrap .list_1 .img {
        margin-bottom: 10px;
    }
    .sec_feature_wrap .list_1 .num {
        font-size: 36px;
    }
    .sec_feature_wrap .list_1 .num::before {
        font-size: 22px;
    }
    .sec_feature_wrap .list_1 .ttl {
        font-size: 20px;
    }
    .sec_feature_wrap .list_1 .desc {
        text-align: justify;
    }
}

/* ---------------------------------------------------- */
/* sec_doctor_wrap */
/* ---------------------------------------------------- */
.sec_doctor_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
}

.sec_doctor_wrap .ttl_1 {
    margin-bottom: 50px;
}
.sec_doctor_wrap .ttl_1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 200px;
    display: block;
    width: 100%;
    height: 260px;
    background-image: url(../../common/img/ico/ttl_2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.2;
    pointer-events: none;
}

.sec_doctor_wrap .list_1 > ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: -50px;
    margin-right: -200px;
}
.sec_doctor_wrap .list_1 > ul > li {
    margin-bottom: 50px;
    margin-right: 200px;
    width: 360px;
}
.sec_doctor_wrap .list_1 .img {
    position: relative;
    margin-bottom: 20px;
}
.sec_doctor_wrap .list_1 .img::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    display: block;
    width: 120%;
    height: 100%;
    overflow: hidden;
    background-image: url(../../common/img/bg/2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.sec_doctor_wrap .list_1 .img img {
    position: relative;
    border-radius: 100%;
    overflow: hidden;
}

.sec_doctor_wrap .list_1 .name {
    padding: 10px 0;
    font-weight: 500;
    text-align: center;
    border-top: 1px dotted var(--co_5);
    border-bottom: 1px dotted var(--co_5);
}
.sec_doctor_wrap .list_1 .name > span:nth-of-type(2) {
    display: block;
    font-size: 22px;
}
.sec_doctor_wrap .list_1 .btn {
    margin: 20px auto 0;
    width: 100%;
}

@media (max-width: 999px) {
    .sec_doctor_wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .sec_doctor_wrap .ttl_1 {
        margin-bottom: 30px;
    }
    .sec_doctor_wrap .ttl_1::before {
        top: 50%;
        transform: translateY(-50%);
        height: 100px;
    }

    .sec_doctor_wrap .list_1 > ul {
        margin-bottom: -40px;
        margin-right: 0;
    }
    .sec_doctor_wrap .list_1 > ul > li {
        margin-bottom: 40px;
        margin-right: 0;
        width: 100%;
    }

    .sec_doctor_wrap .list_1 .name > span:nth-of-type(2) {
        font-size: 20px;
    }
    .sec_doctor_wrap .list_1 .btn {
        margin: 20px auto 0;
    }
}

/* ---------------------------------------------------- */
/* sec_doctor_wrap_2 */
/* ---------------------------------------------------- */
.sec_doctor_wrap_2 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.sec_doctor_wrap_2 .ttl_1 {
    margin-bottom: 50px;
}

.sec_doctor_wrap_2 .clms_wrap_1 {
    display: flex;
}
.sec_doctor_wrap_2 .clms_wrap_1 > .clm_wrap:nth-of-type(1) {
    flex: none;
    margin-right: 100px;
    width: 330px;
}
.sec_doctor_wrap_2 .clms_wrap_1 > .clm_wrap:nth-of-type(2) {
    flex: auto;
    width: auto;
}
.sec_doctor_wrap_2 .img_1 {
    position: relative;
    margin-bottom: 20px;
}
.sec_doctor_wrap_2 .img_1::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    display: block;
    width: 120%;
    height: 100%;
    overflow: hidden;
    background-image: url(../../common/img/bg/2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.sec_doctor_wrap_2 .img_1 img {
    position: relative;
    border-radius: 100%;
    overflow: hidden;
}

.sec_doctor_wrap_2 .name_1 {
    padding: 10px 0;
    font-weight: 500;
    text-align: center;
    border-top: 1px dotted var(--co_5);
    border-bottom: 1px dotted var(--co_5);
}
.sec_doctor_wrap_2 .name_1 > span:nth-of-type(2) {
    display: block;
    font-size: 22px;
}

.sec_doctor_wrap_2 .ttl_2 {
    margin-bottom: 20px;
    color: var(--co_5);
    font-size: 28px;
}
.page-template-mizonoguchi .sec_doctor_wrap_2 .ttl_2 {
    color: var(--co_9);
}
.sec_doctor_wrap_2 .desc_1 {
    line-height: 2;
}
.sec_doctor_wrap_2 .btn_1 {
    margin-top: 30px;
}

@media (max-width: 999px) {
    .sec_doctor_wrap_2 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .sec_doctor_wrap_2 .ttl_1 {
        margin-bottom: 30px;
    }
    .sec_doctor_wrap_2 .clms_wrap_1 {
        display: block;
    }
    .sec_doctor_wrap_2 .clms_wrap_1 > .clm_wrap:nth-of-type(1) {
        margin-right: 0;
        width: auto;
    }
    .sec_doctor_wrap_2 .img_1 {
        position: relative;
        margin-bottom: 20px;
    }
    .sec_doctor_wrap_2 .img_1::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        display: block;
        width: 120%;
        height: 100%;
        overflow: hidden;
        background-image: url(../../common/img/bg/2.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .sec_doctor_wrap_2 .img_1 img {
        position: relative;
        border-radius: 100%;
        overflow: hidden;
    }

    .sec_doctor_wrap_2 .name_1 {
        padding: 10px 0;
        font-weight: 500;
        text-align: center;
        border-top: 1px dotted var(--co_5);
        border-bottom: 1px dotted var(--co_5);
    }
    .sec_doctor_wrap_2 .name_1 > span:nth-of-type(2) {
        display: block;
        font-size: 22px;
    }

    .sec_doctor_wrap_2 .ttl_2 {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 18px;
    }
    .sec_doctor_wrap_2 .btn_1 {
        width: 100%;
    }
}

/* ---------------------------------------------------- */
/* sec_reservation_wrap */
/* ---------------------------------------------------- */
.sec_reservation_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: var(--co_10);
}
.page-template-mizonoguchi .sec_reservation_wrap {
    background-color: var(--co_11);
}
.sec_reservation_wrap .deco_1 {
    position: absolute;
    right: -150px;
    top: -150px;
    width: 320px;
    z-index: 3;
}
.sec_reservation_wrap .ttl_1 {
    margin-bottom: 50px;
}

.sec_reservation_wrap .box_1 {
    position: relative;
    padding: 70px;
    background-color: var(--co_1);
    border-radius: 20px;
}
.sec_reservation_wrap .box_1::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-radius: 15px;
    border: 1px dashed var(--co_2);
    opacity: 0.2;
}

.sec_reservation_wrap .nav_1 > ul {
    display: flex;
    justify-content: center;
}
.sec_reservation_wrap .nav_1 > ul > li {
    margin: 0 20px;
    width: 490px;
}

.sec_reservation_wrap .nav_1 .reservation a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    color: var(--co_1);
    font-size: 28px;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    background-color: var(--co_5);
}
.page-template-mizonoguchi .sec_reservation_wrap .nav_1 .reservation a {
    background-color: var(--co_7);
}
.sec_reservation_wrap .nav_1 .reservation i {
    display: block;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../../common/img/ico/reservation_2.svg);
}
.sec_reservation_wrap .nav_1 .tel a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    height: 150px;
    color: var(--co_6);
    font-size: 48px;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid var(--co_6);
}

.page-template-mizonoguchi .sec_reservation_wrap .nav_1 .tel a {
    color: var(--co_9);
    border-color: var(--co_9);
}
.sec_reservation_wrap .nav_1 .tel i {
    display: block;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../../common/img/ico/tel_1_c.svg);
}
.page-template-mizonoguchi .sec_reservation_wrap .nav_1 .tel i {
    background-image: url(../../common/img/ico/tel_1_d.svg);
}
.sec_reservation_wrap .nav_1 .tel .time {
    width: 100%;
    font-size: 14px;
    line-height: 1;
}
.sec_reservation_wrap .nav_1 .tel .time > span {
    display: inline-block;
    margin: 0 10px;
    padding: 2px 5px;
    border: 1px solid var(--co_3);
    border-radius: 4px;
}
.page-template-mizonoguchi .sec_reservation_wrap .nav_1 .tel .time > span {
    border-color: var(--co_9);
}
@media (max-width: 999px) {
    .sec_reservation_wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .sec_reservation_wrap .deco_1 {
        right: -30px;
        top: -70px;
        width: 100px;
    }
    .sec_reservation_wrap .ttl_1 {
        margin-bottom: 30px;
    }
    .sec_reservation_wrap .box_1 {
        padding: 30px 20px;
    }

    .sec_reservation_wrap .nav_1 > ul {
        display: block;
    }
    .sec_reservation_wrap .nav_1 > ul > li {
        margin: 0;
        width: auto;
    }
    .sec_reservation_wrap .nav_1 > ul > li + li {
        margin-top: 20px;
    }

    .sec_reservation_wrap .nav_1 .reservation a {
        height: 100px;
        font-size: 22px;
    }
    .sec_reservation_wrap .nav_1 .reservation i {
        margin-right: 15px;
        width: 30px;
        height: 30px;
    }
    .sec_reservation_wrap .nav_1 .tel a {
        height: 100px;
        font-size: 35px;
    }
    .sec_reservation_wrap .nav_1 .tel i {
        margin-right: 15px;
        width: 30px;
        height: 30px;
    }
}
