@charset "UTF-8";
/* ========================================
   Page common
======================================== */
.c-breadcrumb {
    margin-top: 120px;
    background: var(--primary);
    color: #fff;
}

.c-breadcrumb__list {
    display: flex;
    min-height: 84px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 14px;
    padding: 18px 20px;
    font-size: 14px;
    letter-spacing: 0.06em;
}

.c-breadcrumb__list li + li::before {
    margin-right: 14px;
    content: ">";
}

.c-breadcrumb a {
    transition: opacity 0.3s ease;
}

.c-breadcrumb a:hover,
.c-breadcrumb a:focus-visible {
    opacity: 0.65;
}

.c-page-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-family: var(--font-yumincho);
}

.c-page-heading__line {
    width: 20px;
    height: 2px;
    margin-bottom: 13px;
    background: var(--primary);
}

.c-page-heading p {
    margin-bottom: 14px;
    color: #666;
    font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 12px;
    line-height: 1.4;
}

.c-page-heading h1,
.c-page-heading h2 {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.45;
}

.c-page-visual {
    position: relative;
    height: 440px;
    margin-bottom: 0;
}

.c-page-visual__image {
    width: 100%;
    height: 440px;
    overflow: hidden;
}

.c-page-visual__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-service1 .c-page-visual__image img { object-position: 50% 50%; }
.page-service2 .c-page-visual__image img { object-position: 50% 58%; }
.page-service3 .c-page-visual__image img { object-position: 50% 43%; }
.page-service4 .c-page-visual__image img { object-position: 50% 58%; }
.page-service5 .c-page-visual__image img { object-position: 50% 31%; }
.page-service6 .c-page-visual__image img { object-position: 50% 43%; }

.c-page-visual__title {
    position: absolute;
    bottom: -95px;
    left: 50%;
    display: flex;
    width: 300px;
    height: 190px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 65px;
    border-radius: 150px 150px 0 0;
    background: #fff;
    font-family: var(--font-yumincho);
    transform: translateX(-50%);
}

.c-page-visual__title span {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.4;
}

.c-page-visual__title small {
    margin-top: 12px;
    color: #666;
    font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 12px;
}

.c-page-visual__title i {
    width: 20px;
    height: 2px;
    margin-top: 14px;
    background: var(--primary);
}

.c-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
    color: #111;
}

/* ========================================
   Service common
======================================== */
.p-service-intro {
    text-align: center;
}

.p-service-intro__lead {
    font-family: var(--font-yumincho);
    font-size: 30px;
    font-weight: 600;
    line-height: 1.8;
}

.p-service-intro__lead em,
.p-tooth-loss em,
.c-medical-list em {
    color: var(--primary);
    font-style: normal;
}

.p-service-intro__text {
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
}

.p-service-concerns__lead {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.c-concern-list-wrap {
    position: relative;
    padding: 0 20px;
}

.c-concern-list-wrap::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(1600px, calc(100vw - 40px));
    height: 344px;
    border-radius: 20px;
    background: #ebf3f5;
    content: "";
    transform: translate(-50%, -50%);
}

.c-concern-list {
    position: relative;
    z-index: 1;
    display: flex;
    width: 1080px;
    max-width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
    gap: 88px 30px;
}

.c-concern-list__item {
    position: relative;
    display: flex;
    width: 340px;
    min-height: 226px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 42px 24px 28px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
    text-align: center;
}

.c-concern-list__item img {
    /* width: 70px; */
    /* height: 70px; */
    width: auto;
}

.c-concern-list__item p {
    margin-top: 16px;
    font-size: 17px;
    line-height: 1.7;
    min-height: 58px;
}

.c-concern-list__number {
    position: absolute;
    top: -18px;
    left: 50%;
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    transform: translateX(-50%);
}

.c-concern-list__item--dark-number .c-concern-list__number {
    background: #0b678a;
}

.c-info-card-list {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.c-info-card {
    display: flex;
    width: 340px;
    min-height: 190px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 28px 26px;
    border-radius: 20px;
    background: #ebf3f5;
    text-align: center;
}

.c-info-card h3 {
    color: var(--primary);
    /* font-family: var(--font-yumincho); */
    font-size: 22px;
    /* font-weight: 500; */
    line-height: 1.5;
}

.c-info-card span {
    width: 24px;
    height: 1px;
    margin: 15px 0 14px;
    background: #707070;
}

.c-info-card p {
    font-size: 16px;
    line-height: 1.8;
}

.c-medical-list {
}

.c-medical-list__item {
    /* padding: 0 0 32px; */
}

.c-medical-list__item + .c-medical-list__item {
    margin-top: 20px;
}

.c-medical-list__item h3 {
    display: flex;
    align-items: center;
    gap: 13px;
    /* font-family: var(--font-yumincho); */
    font-size: 20px;
    padding: 20px 30px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.c-medical-list__item h3 i {
    position: relative;
    /* width: 23px; */
    /* height: 23px; */
    /* flex: 0 0 23px; */
    /* border: 2px solid #111; */
    /* border-radius: 50%; */
}

.c-medical-list__item h3 i::after {
    display: block;
    width: 22px;
    height: 22px;
    content: "";
    background-image: url('../images/pages/ic-check.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.p-tooth-loss__effects .c-medical-list__item h3 i::after {
    background-color: #111;
    -webkit-mask: url(../images/pages/ic-tooth.svg) center / contain no-repeat;
    mask: url(../images/pages/ic-tooth.svg) center / contain no-repeat;
    background-image: unset;
}
.p-tooth-loss__effects.--tooth-blue .c-medical-list__item h3 i::after{
    background-color: #25A4D4;
}
.c-medical-list__item p {
    padding: 20px 60px;
    font-size: 16px;
    line-height: 2;
    /* border-top: 1px solid #9C9595; */
    position: relative;
}
.c-medical-list__item p strong{
    display: block;
    
}
.c-medical-list__item h3::before{
    content: '';
    width: 50px;
    height: 1px;
    background-color: var(--primary);
    position: absolute;
    bottom: -1px;
    left: 0;
}

/* ========================================
   Tooth loss / General dentistry
======================================== */
.p-tooth-loss__intro {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.p-tooth-loss__inner::after{
    background: rgb(11 103 138 / 7%);
    height: 254px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: -1;
}
.p-tooth-loss__intro.--reverse{
    flex-direction: row-reverse;
}
.p-tooth-loss__visual {
    width: 568px;
    height: 408px;
    flex: 0 0 568px;
        border-radius: 20px;
}
.p-tooth-loss__visual img{
    width: 100%;
    height: 100%;
    object-fit: cover;
        border-radius: 20px;
}
.p-tooth-loss__content {
    width: 610px;
}

.p-tooth-loss__content h3 {
    font-family: var(--font-yumincho);
    font-size: 38px;
    font-weight: 600;
    line-height: 1.65;
}

.p-tooth-loss__content p {
    font-size: 16px;
    line-height: 2;
}
.p-tooth-loss__content p span{
    background: rgb(37 164 212 / 20%);
}
.p-tooth-loss__label {
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: #ebf3f5;
    color: var(--primary);
    /* font-family: var(--font-yumincho); */
    font-size: 22px;
    padding: 26px 50px;
    border-bottom: 1px solid #9C9595;
}

.p-tooth-loss__effects {
}

.p-tooth-loss__methods {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.p-tooth-loss__methods li {
   width: 340px;
}
.p-tooth-loss__methods li a{
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 30px 35px;
    border-radius: 16px;
    width: 100%;
    background: #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
}
.p-tooth-loss__methods li strong{
    display: block;
    margin-bottom: 5px;
}
.p-tooth-loss__methods .c-image-placeholder {
    width: 85px;
    height: 62px;
    flex: 0 0 85px;
    background: transparent;
}

.p-tooth-loss__methods strong {
    font-size: 18px;
}

.p-tooth-loss__methods a {
    display: block;
    font-size: 15px;
}

.p-tooth-loss__methods a i {
    width: 51px;
    height: 15px;
    background-image: url('../images/pages/ic-path.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: -10%;
}

.p-tooth-loss__large-placeholder {
    width: 1000px;
    max-width: 100%;
    height: 1200px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 20px;
}

/* ========================================
   FAQ / Whitening
======================================== */
.c-faq {
    width: min(100%, 1000px);
    margin-right: auto;
    margin-left: auto;
}

.c-faq__item + .c-faq__item {
    margin-top: 50px;
}

.c-faq__question {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 84px;
    padding: 19px 30px;
    border-radius: 20px;
    background-color: #ebf3f5;
    color: #111;
    cursor: pointer;
}

.c-faq__question:focus-visible {
    outline: 2px solid #25a4d4;
    outline-offset: 3px;
}

.c-faq__icon {
    display: flex;
    flex: 0 0 46px;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #25a4d4;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.c-faq__title {
    flex: 1;
    margin-left: 34px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.7;
}

.c-faq__toggle {
    flex: 0 0 30px;
    margin-left: 20px;
    color: #25a4d4;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.c-faq__answer {
    padding: 32px 110px 0;
}

.c-faq__answer p {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
}

@media screen and (max-width: 767px) {
    .c-faq__item + .c-faq__item {
        margin-top: 30px;
    }

    .c-faq__question {
        min-height: 70px;
        padding: 12px 15px;
        border-radius: 15px;
    }

    .c-faq__icon {
        flex-basis: 40px;
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .c-faq__title {
        margin-left: 15px;
        font-size: 15px;
        line-height: 1.6;
    }

    .c-faq__toggle {
        flex-basis: 24px;
        margin-left: 10px;
        font-size: 26px;
    }

    .c-faq__answer {
        padding: 15px 0;
    }

    .c-faq__answer p {
        font-size: 14px;
        line-height: 1.9;
    }
}

/* ========================================
   Profile
======================================== */
.p-profile-intro__lead {
    text-align: center;
    font-family: var(--font-yumincho);
    font-size: 30px;
    font-weight: 600;
    line-height: 1.85;
}

.p-profile-intro__lead em {
    color: var(--primary);
    font-style: normal;
}

.p-profile-greeting__content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 60px;
}

.p-profile-greeting__visual {
    width: 260px;
    height: 390px;
    flex: 0 0 260px;
    overflow: hidden;
    border-radius: 20px;
}

.p-profile-greeting__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 18%;
}

.p-profile-greeting__body {
    width: 780px;
}

.p-profile-greeting__body h3 {
    font-family: var(--font-yumincho);
    font-size: 28px;
    font-weight: 600;
    line-height: 1.6;
}

.p-profile-greeting__body p {
    font-size: 16px;
    line-height: 2;
}

.p-profile-greeting__body .p-profile-greeting__name {
    text-align: right;
    font-family: "tenmincho";
    font-size: 22px;
}

.p-profile-greeting__name span {
    margin-right: 25px;
    font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 15px;
}

.p-profile-values__list {
    display: flex;
    justify-content: center;
    gap: 60px;
}

.p-profile-values__list li {
    position: relative;
    display: flex;
    width: 360px;
    min-height: 240px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 24px 28px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
    text-align: center;
}

.p-profile-values__icon {
    position: absolute;
    top: -60px;
    left: 50%;
    display: flex;
    width: 120px;
    height: 120px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ebf3f5;
    transform: translateX(-50%);
}

.p-profile-values__icon img {
    /* width: 62px; */
    /* height: 62px; */
    object-fit: contain;
}

.p-profile-values__list h3 {
    /* font-family: var(--font-yumincho); */
    font-size: 18px;
    font-weight: 600;
}

.p-profile-values__list i {
    width: 20px;
    height: 1px;
    margin: 18px 0;
    background: var(--primary);
}

.p-profile-values__list p {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
}

.p-profile-overview__table {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.p-profile-overview__table > dl {
    display: flex;
    min-height: 70px;
    align-items: center;
    border-radius: 20px;
    background: #ebf3f5;
    overflow: hidden;
}

.p-profile-overview__table dt {
    width: 240px;
    flex: 0 0 240px;
    padding: 20px 30px;
    font-size: 16px;
    text-align: center;
}

.p-profile-overview__table dd {
    padding: 20px 30px;
    font-size: 16px;
    line-height: 1.7;
}

.p-profile-overview__table em {
    color: var(--primary);
    font-style: normal;
}

.p-profile-overview__gallery {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.p-profile-overview__gallery li {
    width: 300px;
    height: 200px;
    border-radius: 20px;
    overflow: hidden;
}

.p-profile-overview__map {
    width: 1100px;
    max-width: 100%;
    height: 346px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 20px;
}

.p-profile-overview__access {
    width: 440px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.p-profile-overview__access li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 16px;
    line-height: 1.8;
}

.p-profile-overview__access li + li {
    margin-top: 18px;
}

.p-profile-overview__access img {
    /* width: 30px; */
    /* height: 30px; */
    /* flex: 0 0 30px; */
    object-fit: contain;
}

.p-profile-overview__access small {
    display: block;
    margin-top: 6px;
    color: #666;
    font-size: 14px;
}

/* Contact follows page content */
.page-service .p-contact-cta,
.page-profile .p-contact-cta {
    margin-top: 120px;
}
.p-feature__backdrop{
    height: 1142px;
    top: 250px;
}
.p-contact-cta::before{
    height: 100%;
}

.c-loss-impact {
    width: min(100%, 1040px);
    margin-right: auto;
    margin-left: auto;
}

.c-loss-impact__warning {
    display: flex;
    min-height: 87px;
    padding: 20px 36px;
    border-radius: 20px;
    background-color: rgba(212, 37, 37, 0.06);
    color: #d42525;
    align-items: center;
}

.c-loss-impact__warning p {
    margin-left: 22px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
}

.c-loss-impact__warning-icon {
    position: relative;
    display: block;
    flex: 0 0 35px;
    width: 33px;
    transform: translateY(-2px);
    height: 30px;
    background-color: #d42525;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.c-loss-impact__warning-icon::before {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #fff;
    content: "";
    top: 11px;
    left: 50%;
    transform: translateX(-50%);
}

.c-loss-impact__warning-icon::after {
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 8px;
    background-color: #fff;
    content: "";
}

.c-loss-impact__list {
    margin-top: 69px;
}

.c-loss-impact__list > li {
    display: flex;
    align-items: flex-start;
    gap: 25px;
}

.c-loss-impact__list > li + li {
    margin-top: 48px;
}

.c-loss-impact__icon {
    position: relative;
    flex: 0 0 78px;
    width: 78px;
    height: 70px;
    border-radius: 20px;
    background-color: #ebf3f5;
}

.c-loss-impact__icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 19px;
    height: 22px;
    background-color: var(--primary);
    content: "";
    mask-image: url("../images/pages/ic-tooth.svg");
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    transform: translate(-50%, -50%);
}

.c-loss-impact__content {
    flex: 1;
    min-width: 0;
    border-top: 1px dotted #999;
}

.c-loss-impact__title {
    display: flex;
    align-items: center;
    min-height: 70px;
    padding: 0 20px;
    border-bottom: 1px dotted #999;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

.c-loss-impact__body {
    padding: 22px 20px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.875;
}

.c-loss-impact__lead {
    color: var(--primary);
    font-size: 18px;
    line-height: 1.7;
}
/* ========================================
   Tablet
======================================== */
@media screen and (max-width: 1199px) {
    .c-breadcrumb {
        margin-top: 77px;
    }

    .c-breadcrumb__list {
        min-height: 68px;
    }

    .c-page-visual {
        height: 340px;
        margin-bottom: 0;
    }

    .c-page-visual__image {
        height: 340px;
    }

    .c-page-visual__title {
        bottom: -82px;
        width: 260px;
        height: 165px;
        padding-top: 45px;
        border-radius: 130px 130px 0 0;
    }

    .c-page-visual__title span {
        font-size: 30px;
    }

    .p-service-intro__lead,
    .p-profile-intro__lead {
        font-size: 26px;
    }

    .c-concern-list-wrap::before {
        /* top: 260px; */
        height: 420px;
    }

    .c-concern-list {
        width: 710px;
        gap: 64px 30px;
    }

    .c-concern-list__item {
        width: 340px;
    }

    .c-info-card-list {
        flex-wrap: wrap;
    }

    .p-tooth-loss__intro {
        gap: 50px;
    }

    .p-tooth-loss__visual {
        width: 44%;
        height: auto;
        aspect-ratio: 568 / 407;
        flex-basis: 44%;
    }

    .p-tooth-loss__content {
        width: 48%;
    }

    .p-tooth-loss__content h3 {
        font-size: 30px;
    }

    .p-tooth-loss__effects {
        max-width: calc(100% - 80px);
    }

    .p-tooth-loss__large-placeholder {
        height: 70vw;
        max-height: 900px;
    }

    .p-profile-greeting__content {
        gap: 60px;
    }

    .p-profile-greeting__body {
        width: min(650px, calc(100% - 320px));
    }

    .p-profile-values__list {
        gap: 24px;
    }

    .p-profile-values__list li {
        width: calc((100% - 48px) / 3);
    }
}

/* ========================================
   Mobile
======================================== */
@media screen and (max-width: 767px) {
    .c-breadcrumb {
        margin-top: 70px;
    }
    .c-breadcrumb__list {
        min-height: 54px;
        justify-content: flex-start;
        padding: 12px 20px;
        font-size: 11px;
    }

    .c-page-heading__line {
        margin-bottom: 10px;
    }

    .c-page-heading p {
        margin-bottom: 10px;
        font-size: 10px;
    }

    .c-page-heading h1,
    .c-page-heading h2 {
        font-size: 25px;
    }

    .c-page-visual {
        height: 220px;
        margin-bottom: 0;
    }

    .c-page-visual__image {
        height: 220px;
    }

    .c-page-visual__title {
        bottom: -64px;
        width: 200px;
        height: 128px;
        padding-top: 50px;
        border-radius: 100px 100px 0 0;
    }

    .c-page-visual__title span {
        font-size: 22px;
    }

    .c-page-visual__title small {
        margin-top: 7px;
        font-size: 9px;
    }

    .c-page-visual__title i {
        margin-top: 8px;
    }

    .p-service-intro__lead,
    .p-profile-intro__lead {
        font-size: 22px;
        line-height: 1.7;
    }

    .p-service-intro__text {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.9;
    }

    .p-service-concerns__lead {
        font-size: 15px;
        line-height: 1.7;
    }

    .c-concern-list-wrap {
        padding: 0;
    }

    .c-concern-list-wrap::before {
        height: 460px;
        border-radius: 0;
        width: min(1600px, calc(100vw - 0px));
    }

    .c-concern-list {
        width: 100%;
        gap: 40px 5.5%;
    }

    .c-concern-list__item {
        width: 48%;
        max-width: 158px;
        height: 185px;
        min-height: auto;
        padding: 18px 20px 24px;
    }

    .c-concern-list__item img {
        width: auto;
        height: 68px;
        object-fit: contain;
    }

    .c-concern-list__item p {
        font-size: 12px;
        min-height: auto;
        margin-top: 12px;
    }
    .c-concern-list__number{
        font-size: 15px;
        height: 39px;
        width: 39px;
    }

    .c-info-card-list {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .c-info-card {
        width: min(100%, 340px);
        min-height: 160px;
    }

    .c-info-card h3 {
        font-size: 20px;
    }

    .c-info-card p,
    .c-medical-list__item p {
        font-size: 14px;
    }
    .c-medical-list__item h3 i::after{
        width: 20px;
        height: 20px;
        margin-top: -3px;
    }
    .c-medical-list__item h3 {
        font-size: 17px;
        padding: 20px 0;
        gap: 8px;
    }

    .c-medical-list__item p {
        padding-right: 0;
        padding-bottom: 10px;
        padding-left: 28px;
        line-height: 1.9;
    }
     .c-medical-list__item p ~ p{
         padding-top: 10px;
     }

    .p-tooth-loss__intro {
        flex-direction: column !important;
        gap: 20px;
    }

    .p-tooth-loss__visual,
    .p-tooth-loss__content {
        width: 100%;
        flex-basis: auto;
    }

    .p-tooth-loss__visual {
        max-width: 568px;
    }

    .p-tooth-loss__content h3 {
        font-size: 20px;
    }

    .p-tooth-loss__content p {
        font-size: 13px;
        line-height: 1.9;
    }

    .p-tooth-loss__label {
        margin-left: 0;
        font-size: 20px;
        padding: 20px 30px;
    }

    .p-tooth-loss__effects {
        max-width: 100%;
    }

    .p-tooth-loss__methods {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }
    .p-tooth-loss__methods li a{
        font-size: 15px;
        gap: 13px;
        padding: 10px;
    }
    .p-tooth-loss__methods li strong{
        font-size: 16px;
    }
    .p-tooth-loss__methods li {
        width: 100%;
        max-width: 340px;
    }

    .p-tooth-loss__large-placeholder {
        height: 100vw;
        max-height: 560px;
    }

    .p-profile-greeting__content {
        flex-direction: column;
        align-items: center;
        gap: 35px;
    }

    .p-profile-greeting__visual {
        width: 220px;
        height: 330px;
        flex-basis: auto;
    }

    .p-profile-greeting__body {
        width: 100%;
    }

    .p-profile-greeting__body h3 {
        font-size: 23px;
        text-align: center;
    }

    .p-profile-greeting__body p {
        font-size: 14px;
        line-height: 1.9;
    }

    .p-profile-values__list {
        flex-direction: column;
        align-items: center;
        gap: 75px;
    }

    .p-profile-values__list li {
        width: 100%;
        max-width: 360px;
    }

    .p-profile-overview__table {
        gap: 12px;
    }

    .p-profile-overview__table > dl {
        /* min-height: auto; */
        /* flex-direction: column; */
        /* align-items: stretch; */
    }

    .p-profile-overview__table dt,
    .p-profile-overview__table dd {
        /* width: 100%; */
        flex-basis: auto;
        padding: 14px 5px;
        font-size: 13px;
    }

    .p-profile-overview__table dt {
        padding: 5px;
        color: var(--primary);
        font-weight: 700;
        width: 100px;
    }

    .p-profile-overview__gallery {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .p-profile-overview__gallery li {
        width: 100%;
        max-width: 300px;
        height: auto;
        aspect-ratio: 3 / 2;
    }

    .p-profile-overview__map {
        height: auto;
        aspect-ratio: 1100 / 346;
    }

    .p-profile-overview__access li {
        font-size: 13px;
    }

    .page-service .p-contact-cta,
    .page-profile .p-contact-cta {
        margin-top: 70px;
    }

    .c-loss-impact__warning {
        min-height: 70px;
        padding: 15px 20px;
        border-radius: 15px;
    }

    .c-loss-impact__warning p {
        margin-left: 15px;
        font-size: 18px;
    }

    .c-loss-impact__warning-icon {
        flex-basis: 28px;
        width: 28px;
        height: 27px;
    }

    .c-loss-impact__list {
        margin-top: 40px;
    }

    .c-loss-impact__list > li {
        gap: 10px;
    }

    .c-loss-impact__list > li + li {
        margin-top: 35px;
    }

    .c-loss-impact__icon {
        flex-basis: 43px;
        width: 43px;
        height: 40px;
        border-radius: 10px;
    }
    .c-loss-impact__icon::before{
        width: 16px;
        height: 18px;
    }

    .c-loss-impact__title {
        min-height: 40px;
        padding: 0 15px;
        font-size: 16px;
    }

    .c-loss-impact__body {
        padding: 15px 5px 0;
        padding-left: 15px;
        font-size: 14px;
        line-height: 1.8;
    }

    .c-loss-impact__body p {
        font-size: 13px;
    }

    .c-loss-impact__body br {
        display: none;
    }
}

.c-pros-cons {
    position: relative;
    width: min(100%, 1100px);
    /* min-height: 1108px; */
    margin-right: auto;
    margin-left: auto;
    padding-top: 6px;
    padding-bottom: 80px;
}

.c-pros-cons::before {
    position: absolute;
    top: 48px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    border-radius: 20px;
    background-color: rgba(11, 103, 138, 0.07);
    content: "";
}

.c-pros-cons__merit,
.c-pros-cons__demerit {
    position: relative;
    z-index: 1;
}

.c-pros-cons__heading {
    display: flex;
    align-items: center;
    width: 900px;
    height: 84px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 40px;
    border-radius: 20px;
    background-color: #25a4d4;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

.c-pros-cons__list {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
}

.c-pros-cons__list--merit {
    margin-top: 30px;
}

.c-pros-cons__list > li {
    position: relative;
    /* display: flex; */
    /* align-items: center; */
    /* min-height: 92px; */
    padding: 30px 20px 30px 71px;
    border-bottom: 1px dashed #707070;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.7;
}

.c-pros-cons__list > li::before {
    position: absolute;
    top: 34px;
    left: 40px;
    width: 20px;
    height: 20px;
    background-image: url('../images/pages/ic-check.svg');
    background-size: contain;
    border-radius: 50%;
    content: "";
}

.c-pros-cons__list em {
    color: #25a4d4;
    font-style: normal;
}

.c-pros-cons__demerit {
    margin-top: 69px;
}

.c-pros-cons__heading--demerit {
    position: relative;
    z-index: 2;
    width: 800px;
    background-color: #c23a44;
}

.c-pros-cons__demerit-body {
    width: 900px;
    /* min-height: 534px; */
    margin: -42px auto 0;
    padding: 70px 0 10px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.16);
}

.c-pros-cons__demerit-body .c-pros-cons__list {
    width: 800px;
}

.c-pros-cons__demerit-body .c-pros-cons__list > li:last-child {
    border-bottom: 0;
}
@media screen and (max-width: 767px) {
    .c-medical-list__item + .c-medical-list__item{
        margin-top: 0;
    }
    .c-pros-cons {
        min-height: 0;
        padding: 5px 15px 40px;
    }

    .c-pros-cons::before {
        top: 35px;
        border-radius: 0;
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
    }

    .c-pros-cons__heading {
        width: 100% !important;
        max-width: 290px !important;
        height: 60px;
        padding: 0 25px;
        border-radius: 15px;
        font-size: 16px;
    }

    .c-pros-cons__list {
        width: calc(100% - 30px);
    }

    .c-pros-cons__list--merit {
        margin-top: 15px;
    }

    .c-pros-cons__list > li {
        min-height: 75px;
        padding: 15px 5px 15px 40px;
        font-size: 14px;
        line-height: 1.8;
    }

    .c-pros-cons__list > li::before {
        left: 10px;
        width: 15px;
        height: 15px;
        top: 19px;
    }

    .c-pros-cons__list > li::after {
        left: 15px;
    }

    .c-pros-cons__demerit {
        margin-top: 45px;
    }

    .c-pros-cons__heading--demerit {
    }

    .c-pros-cons__demerit-body {
        width: 100%;
        min-height: 0;
        margin-top: -35px;
        padding: 50px 10px 20px;
        border-radius: 15px;
    }

    .c-pros-cons__demerit-body .c-pros-cons__list {
        width: 100%;
    }

}