#policy {
    position: relative;
}

.policy_asset01 {
    position: absolute;
    width: 381.68px;
    top: -84px;
    right: -60px;
    z-index: -1;

}

.policy_asset02 {
    position: absolute;
    width: 616px;
    top: 258px;
    left: -238px;
    z-index: -1;
}

.mv_bg {
    z-index: -2;
}

.policy_container {
    margin-top: 10rem;
}

.policy_ttl {
    text-align: center;
    margin: auto;
}

.policy_desc {
    text-align: center;
    margin-top: 6rem;
}

.policy_desc__h3 {
    padding-bottom: 2.4rem;
    font-size: 3.2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 2;
    position: relative;
}

.policy_desc__h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 10rem;
    height: 1px;
    background-color: #DBDBDB;
}

.policy_desc__h3 span {
    color: #94BA36;
}

.policy_desc__txt {
    margin-top: 4rem;
    font-size: 1.8rem;
    line-height: 2;
}

@media (max-width: 767px) {

    .policy_asset01 {
        width: 180px;
        top: 160px;
        right: -60px;

    }

    .policy_asset02 {
        width: 150px;
        top: 180px;
        left: -180px;
    }

    .policy_desc {
        margin-top: 4rem;
    }

    .policy_desc__h3 {
        font-size: 1.8rem;
        padding-bottom: 1.6rem;
    }

    .policy_desc__txt {
        margin-top: 2rem;
        font-size: 1.6rem;
        text-align: left;
    }
}

/* -----------------------------
  Treatment slider (diagnosis)
----------------------------- */
.treatment_slide {
    overflow: hidden;
    /* 外枠でだけクリップ */
    padding: 12rem 0 0;
}

.treatment_slide .splide__track {
    overflow: visible;
    /* 影や角丸が切れないように */
}

.treatment_slide .splide__list {
    /* align-items: center; */
}

/* 1枚のカード（li） */
.treatment_slide .treatmentPhoto__slide {
    flex: 0 0 auto;
    border-radius: 2.0rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0.8rem 2.0rem rgba(0, 0, 0, 0.10);
}

.treatment_slide .treatmentPhoto__slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.treatment_slide .treatmentPhoto__slide--01 {
    width: 50rem;
    height: 40rem;
}

.treatment_slide .treatmentPhoto__slide--02 {
    width: 30rem;
    height: 40rem;
    margin-top: 5rem;
}

.treatment_slide .treatmentPhoto__slide--03 {
    width: 40rem;
    height: 50rem;
}

.treatment_slide .treatmentPhoto__slide--04 {
    width: 40rem;
    height: 40rem;
    margin-top: 3rem;
}

.treatment_slide .treatmentPhoto__slide--05 {
    width: 30rem;
    height: 30rem;
    margin-top: 15rem;
}

.treatment_slide .treatmentPhoto__slide--06 {
    width: 40rem;
    height: 50rem;
}

.treatment_slide .treatmentPhoto__slide--07 {
    width: 40rem;
    height: 40rem;
    margin-top: 6rem;
}

/* Tablet（〜1023px）
   PC比おおよそ 0.65〜0.7 で縮小、margin-top も比率で縮小 */
@media (max-width: 1023px) {
    .treatment_slide {
        padding: 8rem 0 0;
    }

    .treatment_slide .treatmentPhoto__slide--01 {
        width: 33rem;
        height: 26rem;
    }

    .treatment_slide .treatmentPhoto__slide--02 {
        width: 20rem;
        height: 26rem;
        margin-top: 3rem;
    }

    .treatment_slide .treatmentPhoto__slide--03 {
        width: 26rem;
        height: 33rem;
    }

    .treatment_slide .treatmentPhoto__slide--04 {
        width: 26rem;
        height: 26rem;
    }

    .treatment_slide .treatmentPhoto__slide--05 {
        width: 20rem;
        height: 20rem;
        margin-top: 10rem;
    }

    .treatment_slide .treatmentPhoto__slide--06 {
        width: 26rem;
        height: 33rem;
    }

    .treatment_slide .treatmentPhoto__slide--07 {
        width: 26rem;
        height: 26rem;
    }
}

/* SP（〜767px）
   さらに縮小、縦の段差（margin-top）は「雰囲気は残すが暴れない」値に調整 */
@media (max-width: 767px) {
    .treatment_slide {
        padding: 6rem 0 0;
    }
    .treatment_slide .treatmentPhoto__slide--01 {
        width: 26rem;
        height: 20rem;
    }

    .treatment_slide .treatmentPhoto__slide--02 {
        width: 16rem;
        height: 20rem;
        margin-top: 2rem;
    }

    .treatment_slide .treatmentPhoto__slide--03 {
        width: 21rem;
        height: 26rem;
    }

    .treatment_slide .treatmentPhoto__slide--04 {
        width: 21rem;
        height: 21rem;
    }

    .treatment_slide .treatmentPhoto__slide--05 {
        width: 16rem;
        height: 16rem;
        margin-top: 6rem;
    }

    .treatment_slide .treatmentPhoto__slide--06 {
        width: 21rem;
        height: 26rem;
    }

    .treatment_slide .treatmentPhoto__slide--07 {
        width: 21rem;
        height: 21rem;
    }
}

/* 小さめSP（〜480px）
   端末が小さいときの保険（任意だけど入れておくと崩れにくい） */
@media (max-width: 480px) {
    .treatment_slide .treatmentPhoto__slide--01 {
        width: 22rem;
        height: 17rem;
    }

    .treatment_slide .treatmentPhoto__slide--02 {
        width: 14rem;
        height: 17rem;
        margin-top: 1.6rem;
    }

    .treatment_slide .treatmentPhoto__slide--03 {
        width: 19rem;
        height: 23rem;
    }

    .treatment_slide .treatmentPhoto__slide--04 {
        width: 19rem;
        height: 19rem;
    }

    .treatment_slide .treatmentPhoto__slide--05 {
        width: 14rem;
        height: 14rem;
        margin-top: 5rem;
    }

    .treatment_slide .treatmentPhoto__slide--06 {
        width: 19rem;
        height: 23rem;
    }

    .treatment_slide .treatmentPhoto__slide--07 {
        width: 19rem;
        height: 19rem;
    }
}

#health {
    background-color: #F0F5E4;
    position: relative;
    padding-bottom: 24rem;
}

.health_container {
    padding-top: 4rem;
}

.health_ttl {
    text-align: center;
    padding-bottom: 2.4rem;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 2;
    position: relative;
}

.health_ttl::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    background-image: url(../../images/index/border_bottom.png);
    background-size: contain;
    background-repeat: repeat-x;
    pointer-events: none;
    width: 40rem;
    margin: 0 auto;
}

.health_item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    gap: 0;
    background-color: #FFF;
    padding: 6rem 6rem 6rem 8rem;
    border-radius: 2rem;
    position: relative;
}

.health_item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 8rem;
    width: 10rem;
    height: 4px;
    background-color: #94BA36;
    pointer-events: none;
    user-select: none;
}

.health_box {
    margin-top: 4rem;
}

.health_item:not(:last-child) {
    margin-bottom: 3.5rem;
}

.health_item__content {
    margin-right: 9rem;
}

.health_item__img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.health_item__num {
    font-family: "Ubuntu", sans-serif;
    font-size: 4rem;
    letter-spacing: 0.05em;
    color: #94BA36;
    line-height: 1;
}

.health_item__ttl {
    margin-top: 4rem;
    padding-bottom: 2.4rem;
    font-size: 2.4rem;
    line-height: 1.6666;
    font-weight: 500;
    position: relative;
    letter-spacing: 0.05em;
}

.health_item__ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10rem;
    height: 1px;
    background-color: #DBDBDB;
}

.health_item__txt {
    margin-top: 4rem;
    font-size: 1.8rem;
    line-height: 2;
}

.health_item__txt span {
    --marker-color: #F4F8EA;
    display: inline;
    padding: 0 1rem;
    background: radial-gradient(circle at calc(100% - 7px) calc(100% - 7px), var(--marker-color) 7px, transparent 7px), radial-gradient(circle at 7px calc(100% - 7px), var(--marker-color) 7px, transparent 7px),
        /* 上側をカード背景(#fff)で塗りつぶす */
        linear-gradient(to bottom, #fff calc(100% - 14px), transparent calc(100% - 14px)),
        /* 下側の横長帯＋左右の立ち上がり部分 */
        linear-gradient(to right, transparent 7px, var(--marker-color) 7px, var(--marker-color) calc(100% - 7px), transparent calc(100% - 7px));
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.health_item__source {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 4rem;
}

@media (max-width: 1023px) {
    #health {
        padding-bottom: 12rem;
    }

    .health_item {
        grid-template-columns: 1fr;
    }

    .health_item__content {
        margin-right: 0;
    }

    .health_item__img {
        margin-top: 4rem;
    }

    .health_item__ttl {
        margin-top: 2rem;
    }

    .health_item__source {
        margin-top: 2rem;
    }

    .health_item__txt {
        margin-top: 2rem;
    }
}
@media (max-width: 767px) { 
    #health{
        padding-bottom: 8rem;
    }
    .health_container {
        padding: 2rem;
    }
    .health_ttl {
        font-size: 2.4rem;
        padding-bottom: 1rem;
    }
    .health_ttl::before {
        width: 30rem;
    }

    .health_item {
        padding:2rem;
    }
    .health_item__num {
        font-size: 3rem;
    }
    .health_item__ttl {
        font-size: 2rem;
        padding-bottom: 1.6rem;
    }
    .health_item__txt {
        font-size: 1.6rem;
        margin-top: 2rem;
        line-height: 1.75;
    }
    .health_item__source {
        font-size: 1.4rem;
    }



}
.asset_bg09 {
    bottom: -16rem;
    background-color: #F0F5E4;
}
@media (max-width: 767px) {
    .asset_bg09 {
        bottom: 0rem;
    }
}

#gentle-dental-care {
    position: relative;
    padding-bottom: 24rem;
}

.mv_asset02 {
    top: -8rem;
    right: 5.88vw;
    position: absolute;
    width: 20rem;
    pointer-events: none;
    user-select: none;
}

.care_desc {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 6rem;
    position: relative;

}

.care_img {
    display: block;
    padding-right: 12rem;
    width: 100%;
    object-fit: contain;
    border-radius: 1.2rem;
}

.care_desc__ttl {
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    position: relative;
    padding-bottom: 2.4rem;
    line-height: 2;
}

.care_desc__ttl::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10rem;
    height: 1px;
    background-color: #DBDBDB;
}

.care_desc__ttl span {
    color: #94BA36;
}

.care_desc__txt {
    margin-top: 4rem;
    line-height: 2;
    font-size: 1.8rem;
}

@media (max-width: 1023px) {
    #gentle-dental-care {
        padding-bottom: 12rem;
        padding-top: 8rem;
    }

    .care_desc {
        grid-template-columns: 1fr;
        margin-top: 4rem;
    }

    .care_img {
        padding-right: 0;
        width: 100%;
        height: auto;
    }

    .care_desc__ttl {
        margin-top: 2rem;
    }

    .care_desc__txt {
        margin-top: 2rem;
    }

    .mv_asset02 {
        top: -4rem;
        right: 5.88vw;
        width: 16rem;
    }

}
@media (max-width: 767px)  {
    .mv_asset02 {
        top: -7rem;
        right: auto;
        left: 4rem;
        width: 6rem;
        
    }
    #gentle-dental-care {
        padding-bottom: 8rem;
        padding-top: 4rem;
    }
    .care_desc__ttl {
        font-size: 2rem;
        padding-bottom: 1.6rem;
    }
    .care_desc__txt {
        font-size: 1.6rem;
    }


}
#treatment {
    background-color: #F0F5E4;
    padding-bottom: 24rem;
}

.treatment_ttl {
    margin: auto;
    text-align: center;
}

.treatment_txt {
    margin-top: 6rem;
    font-size: 1.8rem;
    line-height: 2;
    text-align: center;
}

#treatment .grid_asset01 {
    margin-top: 8rem;
}

@media (max-width: 1023px) {
    #treatment {
        padding-bottom: 12rem;
        padding-top: 4rem;
    }

    .treatment_txt {
        margin-top: 4rem;
    }

    #treatment .grid_asset01 {
        margin-top: 4rem;
    }
          #treatment br.sp {
        display: none;
      }
 
}
@media (max-width: 767px)  {
    #treatment {
        padding-bottom: 8rem;
        padding-top: 2rem;
    }
    .treatment_txt {
        font-size: 1.6rem;
    }
      #treatment br.sp {
        display: block;
      }

}










































































.grid_asset01__lower01--wrap {
    position: relative;
    background-color: #FDF4EF;
    padding-top: 4rem;
    padding-bottom: 24rem;
}

@media (max-width: 1023px) {
    .grid_asset01__lower01--wrap {
        padding-top: 8rem;
    }
}

@media (max-width: 767px) {
    .grid_asset01__lower01--wrap {
        padding-top: 8rem;
        padding-bottom: 12rem;
    }
}