.dentistry-page .dentistry-symptom h2 {
    color: #2D344A;
    text-align: center;
    font-family: "Zen Old Mincho", sans-serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 71px;
    padding-bottom: 52px;
}

.dentistry-page .dentistry-symptom h2 span {
    font-size: 46px;
}

@media (max-width: 768px) {
    .dentistry-page .dentistry-symptom h2 {
        font-size: 20px;
        padding-top: 42px;
        padding-bottom: 28px;
    }

    .dentistry-page .dentistry-symptom h2 span {
        font-size: 36px;
    }
}

.dentistry-page .adult-reason .reason {
    padding-bottom: 0;
}

@media (max-width: 768px) {
    .dentistry-page .adult-reason .reason {
        padding-bottom: 50px;
    }
}

.symptom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 39px;
    margin: 0 auto;
    padding-bottom: 82px;
}

.symptom-card {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.symptom-card img {
    width: 100%;
    height: 294px;
    object-fit: cover;
    display: block;
}

.symptom-card .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    border-radius: 0 0 4px 4px;
    background: rgba(45, 52, 74, 0.50);
    color: #fff;
    font-size: 16px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .symptom {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding-bottom: 53px;
    }
}

@media screen and (max-width: 480px) {
    .symptom {
        grid-template-columns: 1fr;
    }
}

.dentistry-page .adult-flow h2 {
    padding-top: 103px;
    color: #2D344A;
}

@media (max-width: 768px) {
    .dentistry-page .adult-flow h2 {
        padding-top: 67px;
    }
}

.dentistry-cavity {
    text-align: center;
}

.dentistry-cavity .desc {
    color: #2D344A;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    padding-top: 40px;
    padding-bottom: 35px;
}

@media (max-width: 768px) {
    .dentistry-cavity .desc {
        font-size: 14px;
        line-height: 1.8;
        padding-top: 26px;
        padding-bottom: 20px;
        text-align: left;
    }
}

.dentistry-cavity img {
    padding-bottom: 32px;
}

.box-text {
    width: 100%;
    border: 1px solid rgba(45, 52, 74, 0.30);
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2D344A;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
}

@media (max-width: 768px) {
    .box-text {
        font-size: 14px;
        line-height: 1.8;
        padding: 15px 21px;
        text-align: left;
    }
}

.painless-wrap {
    margin: 0 auto 110px;
}

@media (max-width: 768px) {
    .painless-wrap {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 68px;
    }
}

.painless-wrap h2 {
    color: #2D344A;
    text-align: center;
    font-family: "Zen Old Mincho", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 16px;
    padding-top: 55px;
}

.painless-wrap h2 span {
    font-size: 30px;
}

@media (max-width: 768px) {
    .painless-wrap h2 {
        font-size: 18px;
        font-weight: 400;
        line-height: 1.5;
        padding-bottom: 36px;
        padding-top: 46px;
    }

    .painless-wrap h2 span {
        font-size: 23px;
    }
}

.painless-wrap .top-desc {
    color: #2D344A;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    padding-bottom: 40px
}

@media (max-width: 768px) {
    .painless-wrap .top-desc {
        text-align: left;
        font-size: 14px;
        line-height: 1.8;
        padding-bottom: 30px
    }
}

.painless {
    display: flex;
    justify-content: space-between;
}

.painless-item {
    text-align: center;
    padding: 0 50px;
    position: relative;
}

@media (max-width: 768px) {
    .painless-item {
        display: flex;
        padding: 0;
        gap: 23px;
    }
}

.painless-item + .painless-item {
    border-left: 1px solid rgba(45, 52, 74, 0.30);;
}

.painless-item .circle.sp {
    display: none !important;
}

.painless-item .circle.pc {
    display: flex !important;
}

@media (max-width: 768px) {
    .painless-item .circle.sp {
        display: flex !important;
    }

    .painless-item .circle.pc {
        display: none !important;
    }
}

.painless-item .circle {
    max-width: 260px;
    margin: 0 auto;
    /* aspect-ratio: 1 / 1;
    border-radius: 50%;
    margin: 0 auto 25px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f7fb; */
}

@media (max-width: 768px) {
    .painless-item img.sp{
        width: 70%;
        height: 70%;
        border-radius: 50%;
        max-width: 242px;
    }
}

.painless-item .circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50%;
    margin-bottom: 24px;
}

.painless-item .title {
    color: #2D344A;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 2;
    padding-bottom: 22px;
}

@media (max-width: 768px) {
    .painless-item .title {
        font-size: 18px;
        padding-bottom: 4px;
        text-align: left;
        line-height: 1.8;
    }
}

.painless-item .desc {
    font-size: 16px;
    line-height: 1.8;
    color: #2D344A;
    text-align: left;
    max-width: 300px;
    margin: 0 auto;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    padding-bottom: 17px;
}

@media (max-width: 768px) {
    .painless-item .desc {
        font-size: 14px;
        padding-bottom: 0;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .painless {
        flex-direction: column;
        gap: 34px;
    }
    .painless-item + .painless-item {
        border-left: none;
    }
}

.dentistry-treatment h2{
    color: #2D344A;
    text-align: center;
    font-family: "Zen Old Mincho", sans-serif;
    font-size: 46px;
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 26px;
    padding-top: 64px;
}

.dentistry-treatment .text-with-line {
    color: #2D344A;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.7;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.dentistry-treatment .desc-digital {
    padding-bottom: 17px;
}

@media (max-width: 768px) {
    .dentistry-treatment .text-with-line {
        font-size: 18px;
        padding-bottom: 27px;
    }

    .dentistry-treatment .desc-digital {
        padding-bottom: 37px;
    }
}

.dentistry-treatment img {
    margin: 0 auto;
    padding-bottom: 18px;
}

.dentistry-treatment .line-text {
    padding-left: 17px;
    padding-right: 17px;
}

@media (max-width: 768px) {
    .dentistry-treatment .line-text {
        padding-left: 13px;
        padding-right: 13px;
    }
}

.dentistry-treatment__image {
    max-width: 572px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .dentistry-disease {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.dentistry-disease h3 {
    color: #2D344A;
    font-family: "Zen Old Mincho", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    padding-top: 42px;
    padding-bottom: 27px;
}

@media (max-width: 768px) {
    .dentistry-disease h3 {
        font-size: 23px;
        padding-top: 40px;
        padding-bottom: 19px;
    }
}

.dentistry-disease img {
    padding-bottom: 36px;
}

.out-clinic {
    display: flex;
    justify-content: space-between;
    gap: 92px;
    padding-bottom: 159px;
}

@media (max-width: 768px) {
    .out-clinic {
       flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 61px;
        gap: 21px;
    }
}

.out-clinic .out-desc,
.out-clinic img {
    flex: 1;
}

.out-clinic h2 {
    color: #2D344A;
    font-family: "Zen Old Mincho", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 21px;
}

@media (max-width: 768px) {
    .out-clinic h2 {
        text-align: center;
        font-size: 23px;
        padding-bottom: 15px;
    }
}

.out-clinic p {
    color: #2D344A;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
}

@media (max-width: 768px) {
    .out-clinic p {
        font-size: 14px;
        line-height: 1.8;
    }
}