html{
    scroll-behavior: smooth;
}

.flexBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text12{ font-size: 12px; font-size: 1.2rem; line-height: 1.6;}
.text14{ font-size: 14px; font-size: 1.4rem; line-height: 1.6;}
.text15{ font-size: 15px; font-size: 1.5rem; line-height: 1.6;}
.text16{ font-size: 16px; font-size: 1.6rem; line-height: 1.6;}
.text18{ font-size: 18px; font-size: 1.8rem; line-height: 1.6;}
.text20{ font-size: 20px; font-size: 2.0rem; line-height: 1.6;}
.text21{ font-size: 21px; font-size: 2.1rem; line-height: 1.6;}
.text24{ font-size: 24px; font-size: 2.4rem; line-height: 1.6;}
.text28{ font-size: 28px; font-size: 2.8rem; line-height: 1.6;}
.text30{ font-size: 30px; font-size: 3.0rem; line-height: 1.6;}
.text38{ font-size: 38px; font-size: 3.8rem; line-height: 1.6;}
.text42{ font-size: 42px; font-size: 4.2rem; line-height: 1.6;}
.head24{ font-size: 24px; font-size: 2.4rem; line-height: 1.6;}
.head28{ font-size: 28px; font-size: 2.8rem; line-height: 1.6;}
.head32{ font-size: 32px; font-size: 3.2rem; line-height: 1.6;}
.head38{ font-size: 38px; font-size: 3.8rem; line-height: 1.6;}
.head40{ font-size: 40px; font-size: 4.0rem; line-height: 1.6;}
.head42{ font-size: 42px; font-size: 4.2rem; line-height: 1.6;}
.head50{ font-size: 50px; font-size: 5.0rem; line-height: 1.6;}
.head48{ font-size: 48px; font-size: 4.8rem; }

main img{
    width: 100%;
    vertical-align: bottom;
}

/*---------------------------------------------common-----*/

#implant-intro{
    background: #42a894;
    color: #fff;
    padding: 120px 0 130px;
}

.flex-intro{
    justify-content: space-between;
    align-items: center;
}

.flex-intro .head50{
    font-weight: 600;
    width: 45%;
}

.flex-intro .text16{
    width: 52%;
}

/* #sec-01{
    padding: 120px 0 120px;
} */

.sec01-head{
    margin-bottom: 100px;
    text-align: center;
}

.sec01-head .head40{
    margin-bottom: 30px;
}

.flex-sec01{
    justify-content: space-between;
    align-items: center;
}

.flex-sec01-img{
    width: 49%;
}

.flex-sec01-detail{
    width: 47%;
}

.flex-sec01-detail .grayBox{
    margin-bottom: 30px;
}

.flex-sec01-detail .grayBox span{
    background: #efefef;
    border-radius: 5px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
    color: #42a995;
    line-height: 1;
    padding: 15px 20px;
}

.flex-sec01-detail .head32{
    margin-bottom: 30px;
}

#implant .main-img{
    background: url("../../../img/menu/implant/implant-bg01.jpg") no-repeat; 
    background-position: center center;
    background-size: cover;
    color: #fff;
    height: 468px;
    display: flex;
    justify-content: center;
    align-items: center;  
    margin-bottom: -50px;    
}

#implant{
    background: #daf1ed;
    padding-bottom: 120px;
}

#implant .main-img .head42{
    margin-bottom: 40px;
    text-align: center;
}

#implant .main-img .flex-icon{
    display: flex;
    justify-content: center;
    margin: 0 auto 40px;
    max-width: 410px;
    width: 100%;
}

#implant .main-img .flex-icon li{
    margin: 0 1%;
    text-align: center;
    width: 48%;
}

#implant .main-img .flex-icon li img{
    max-width: 170px;
    width: 100%;
}

#implant .main-img .c-txt__01{
    text-align: center;
}
.cont-box .greenBg{
    background: #42a894;
    border-radius: 10px 10px 0 0;
    padding: 70px 10px;
}

.cont-box .greenBg .color-icon{
    max-width: 150px;
    margin: -125px auto 30px;
    text-align: center;
}

.cont-box .greenBg .text42{
    color: #fff;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}

.cont-box .greenBg.side{
    padding: 20px 10px;
}

.cont-box .greenBg.side .flex-green{
    display: flex;
    align-items: center;
    justify-content: center;
}

.cont-box .greenBg.side .flex-green .color-icon{
    margin: 0 10px 0 0;
    width: 90px;
}

.cont-box .greenBg .flex-green.side .text42{

}

.cont-box .whiteBg{
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 8% 5%;
}

.flex-cont-intro{
    margin-bottom: 80px;
    align-items: center;
}

.cont-intro-img{
    width: 48%;
}

.cont-intro-detail{
    width: 48%;
}

.cont-intro-detail .head28{
    margin: 0 0 30px;
}

.flow-img{
    width: 100%;
}

/* .cb01{
    margin-bottom: 150px;
} */

.cb02 .cont-intro-img{
    order: 2;
}

.cb02 .cont-intro-detail{
    order: 1;
}

.cb03{
    margin-bottom: 150px;
}

.cb03 .cont-intro-img{
    order: 2;
}

.cb03 .cont-intro-detail{
    order: 1;
} 

.greenBorder{
    margin-bottom: 10px;
    text-align: left;
}

.greenBorder span{
    border: 1px solid #42a894;
    border-radius: 5px;
    color: #42a894;
    display: inline-block;
    font-weight: 600;
    padding: 18px 40px;
    line-height: 1;
    font-size: 24px;
}

.greenBgLight{
    background: #d9ece8;
    padding: 5% 8%;
}

.flex-greenBg{
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
}

.flex-greenBg:last-child{
    margin-bottom: 0;
}

.greenBg-img{
    width: 40%;
}

.flex-greenBg{
    justify-content: space-between;
}

.greenBg-detail{
    width: 58%;
}

.greenBg-detail .text24{
    color: #42a995;
    font-weight: 600;
    margin: 0px 0 25px;
}

.greenBg-detail .text24 .c-ft--roboto{
    border-bottom: 1px solid #42a995;
    margin-right: 10px;
}

.small-bg{
    margin: 60px 0 75px;
    background: url("../../../img/menu/general/sec03-bg-s.png") no-repeat;   
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 0;
}

.small-bg-wrap {
    color: #fff;
}

.small-bg-wrap .text24{
    font-weight: 600px;
    margin: 0 0 20px;
    text-align: center;
}

.small-bg-wrap .head40{
    font-weight: 600;
    text-align: center;
}

.small-bg-wrap .c-txt__01{
    text-align: center;
}

.flex-treat{
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.flex-treat li{
    position: relative;
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 30px;
}

.flex-treat li:nth-of-type(3n){
    margin-right: 0;
}

.flex-treat .number{
    color: #42a995;
    font-size: 40px;
    font-size: 4rem;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: -20px;
}

.flex-treat img{
    margin-bottom: 30px;
}

.flex-treat .text18{
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
}

.flex-treat .text24{
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.flex-greenBg-02{
    align-items: center;
}

.greenBg-02-img{
    width: 38%;
}

.greenBg-02-detail{
    width: 58%;
}

.greenBg-02-detail .greenBorder.text24{
    margin-bottom: 40px;
    text-align: left;
}

.greenBg-02-detail .text24{
    margin: 0 0 30px;
}

.gb02{
    margin-top: 60px;
}

@media screen and (max-width: 1320px){

.flex-intro .head50 {
    font-size: 4.2rem;
}

.sec01-head .head40 {
    font-size: 3rem;
}

.flex-sec01-detail .head32 {
    font-size: 2.6rem;
}

#sec-02 .main-img .head42 {
    margin-bottom: 30px;
    font-size: 3.6rem;
}

#sec-02 .main-img .flex-icon li img {
    max-width: 130px;
}

#sec-02 .main-img .flex-icon {
    max-width: 300px;
}

.cont-box .greenBg .color-icon {
    max-width: 110px;
    margin: -75px auto 10px;
}

.cont-box .greenBg .text42 {
    font-size: 3.2rem;
}
}

@media screen and (max-width: 1080px){

.base__page-main-title-en {
    font-size: 80px;
}

.flex-intro .head50 {
    font-size: 3.8rem;
}

.sec01-head {
    margin-bottom: 70px;
}

.flex-sec01-detail .head32 {
    margin-bottom: 20px;
    font-size: 2.4rem;
}

.cont-intro-detail .head28 {
    margin: 0px 0 20px;
    font-size: 2.4rem;
}

.greenBg-detail .text24 {
    margin: 0px 0 15px;
    font-size: 2.2rem;
}

.greenBg-detail .text24 .c-ft--roboto {
    margin-right: 5px;
}

.small-bg-wrap .head40 {
    font-size: 3.2rem;
}

.small-bg-wrap .text24 {
    font-size: 2.2rem;
    margin-bottom: 0px;
}

.flex-treat .number {
    font-size: 3rem;
    top: -14px;
}

.flex-treat img {
    margin-bottom: 20px;
}

.flex-treat .text18 {
    font-size: 1.5rem;
    margin-bottom: 0px;
}

.flex-treat .text24 {
    font-size: 2rem;
}

.greenBg-02-detail .greenBorder.text24 {
    margin-bottom: 25px;
}

.greenBg-02-detail .text24 {
    margin: 0 0 20px;
    font-size: 2rem;
}

.greenBg-02-detail .greenBorder.text24 {
    font-size: 1.8rem;
}

.greenBorder span {
    padding: 5px 15px;
}
}

@media screen and (max-width: 834px){

.base__page-main-title-en {
    font-size: 30px;
    letter-spacing: 0.3rem;
}

.text15 {
    font-style: 1.3rem;
}
.text16 {
    font-size: 1.4rem;
}

#preventive-intro {
    padding: 50px 0 50px;
}

.flex-intro {
    display: block;
}

.flex-intro .head50 {
    width: 100%;
    font-size: 2.4rem;
    margin-bottom: 20px;
    text-align: center;
}

.flex-intro .text16 {
    width: 100%;
}

/* #sec-01 {
    padding: 50px 0 50px;
} */

.sec01-head .head40 {
    margin-bottom: 20px;
    font-size: 2.0rem;
}

.sec01-head .c-txt__01{
    text-align: left;
}

.sec01-head {
    margin-bottom: 40px;
}

.flex-sec01 {
    display: block;
}

.flex-sec01-detail .grayBox {
    margin-bottom: 20px;
    text-align: center;
}

.flex-sec01-img {
    width: 100%;
    margin-bottom: 0px;
}

.flex-sec01-detail {
    width: 100%;
}

.flex-sec01-detail .grayBox span {
    font-size: 1.4rem;
    padding: 7px 15px;
}

.flex-sec01-detail .head32 {
    font-size: 2.0rem;
    text-align: center;
}

#sec-02 .main-img {
    height: 410px;
    margin-bottom: -30px;
}

#sec-02 .main-img .head42 {
    margin-bottom: 20px;
    font-size: 2.0rem;
}

#sec-02 .main-img .flex-icon {
    margin: 0 auto 20px;
    max-width: 180px;
}

#sec-02 .main-img .c-txt__01 {
    text-align: left;
}

.cont-box .greenBg {
    padding: 40px 20px;
}

.cont-box .greenBg .color-icon {
    max-width: 60px;
    margin: -51px auto 5px;
}

.cont-box .greenBg .text42 {
    font-size: 1.8rem;
}

.flex-cont-intro {
    margin-bottom: 30px;
    display: block;
}

.cont-intro-img {
    width: 100%;
    margin-bottom: 15px;
}

.cont-intro-detail {
    width: 100%;
}

.cont-intro-detail .head28 {
    margin: 0px 0 10px;
    font-size: 2rem;
    text-align: center;
}

.flowWrap{
    overflow: scroll;
}

.flowWrap .flow-img{
    width: 800px;
}

.note{
    color: #d3d3d3;
    text-align: center;
    margin-top: 10px;
}

.cb01 {
    margin-bottom: 50px;
}

#sec-02 {
    padding-bottom: 50px;
}

#sec-03 .main-img {
    height: 250px;
    margin-bottom: -30px;
}

#sec-03 .main-img-wrap {
    width: 90%;
    margin: 0 5%;
}

#sec-03 .main-img .head42 {
    margin-bottom: 20px;
    font-size: 2rem;
}

#sec-03 .main-img .c-txt__01 {
    text-align: left;
}

.cont-box .greenBg.side {
    padding: 10px 10px;
}

.flex-greenBg {
    display: block;
    margin-bottom: 25px;
}

.greenBg-img {
    width: 100%;
    margin-bottom: 10px;
}

.greenBg-detail {
    width: 100%;
}

.greenBg-detail .text24 {
    margin: 0px 0 5px;
    font-size: 1.8rem;
}

.greenBg-02-detail .text24 {
    margin: 0 0 20px;
    font-size: 1.8rem;
    text-align: center;
}

.small-bg {
    margin: 30px 0 35px;
    padding: 40px 5%;
}

.small-bg-wrap .text24 {
    font-size: 1.6rem;
}

.small-bg-wrap .head40 {
    font-size: 2.2rem;
}

.flex-treat {
    display: block;
}

.flex-treat li {
    width: 100%;
    margin-bottom: 30px;
}

.gb02 {
    margin-top: 30px;
}

.flex-greenBg-02 {
    display: block;
}

.greenBg-02-img {
    width: 100%;
    margin-bottom: 25px;
}

.greenBg-02-detail {
    width: 100%;
}

.greenBorder.text24 {
    font-size: 1.4rem;
}

.greenBg-02-detail .greenBorder.text24 {
    text-align: center;
    margin-bottom: 15px;
}

.greenBg-02-detail .greenBorder.text24 {
    font-size: 1.6rem;
}

.cb03 {
    margin-bottom: 50px;
}

.flex-treat img {
    margin-bottom: 10px;
}

.flex-treat .text24 {
    font-size: 1.8rem;
}

.flex-treat li:last-child{
    margin-bottom: 0;
}

#sec-03 {
    padding-bottom: 50px;
}

.greenBorder {
    margin-bottom: 20px;
    font-size: 1.6rem;
}

}

@media screen and (max-width: 687px){

}

/* 審美歯科 */

.txt-90p{
    font-size: 90%;
}

.btn-frex-box{
    background-color: #fff;
    border-radius: 11px;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.btn-frex-box .item{
    width: 32%;
    height: 140px;
    margin-bottom: 20px;
}

.btn-frex-box .item a{
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #42a995;
    padding: 20px;
    border-radius: 5px;
    align-items: center;
    position: relative;
}

.btn-frex-box .item a::after{
    font-family: FontAwesome;
    content: "\f061";
    color: #fff;
    display: inline-block;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 23px;
}

.aesthetic-btn-icon{
    display: block;
    width: 80px;
    margin-right: 20px;
}

.aesthetic-btn-txt{
    color: #fff;
    font-size: 23px;
}

.mt120{
    margin-top: 120px;
}

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

.aesthetic-mouthpeace-flex .cont{
    width: calc(100% - 430px);
}

.aesthetic-mouthpeace-flex .img{
    width: 380px;
}

.cont-title{
    font-size: 26px;
    color: #42a894;
    margin-bottom: 25px;
}

.cont-txt{
    font-size: 16px;
    line-height: 1.8;
}

.icon-list{
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}

.icon-list li{
    width: 28%;
}

.greenBorder.head24 {
    margin: 0 auto 30px;
    display: block;
    width: fit-content;
}

.greenbg-float-title{
    font-size: 22px;
    color: #fff;
    background-color: #42a894;
    border-radius: 5px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 15px 20px 12px;
    white-space: nowrap;
}

.flexBox.reverse{
    flex-direction: row-reverse;
}

.mt50{
    margin-top: 50px;
}
.mt40{
    margin-top: 40px;
}

.lightgreen-bg{
    background-color: #f2fbf9;
    border-radius: 5px;
    position: relative;
}

.white-bg-title-float{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 5px 5px;
    display: inline-block;
    padding: 15px 20px 12px;
    font-size: 20px;
    white-space: nowrap;
    background-color: #fff;
}

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

.column3 li{
    width: 31%;
}

.column-circle-img{
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.green-title-middle{
    text-align: center;
    color: #42a894;
    margin-bottom: 15px;
    font-size: 24px;
}

.column3 li p{
    font-size: 16px;
    line-height: 1.8;
}

.gray-bg-title{
    font-size: 22px;
    width: fit-content;
    padding: 10px 30px;
    border-radius: 5px;
    background-color: #efefef;
    margin: 0 auto 50px;
}

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

.flow-flex .item{
    width: 23%;
    position: relative;
    margin-bottom: 50px;
    z-index: 0;
}

.item-img{
    position: relative;
    z-index: 1;
}

.item-img::after{
    width: 0;
height: 0;
border-style: solid;
border-width: 8px 0 8px 14px;
border-color: transparent transparent transparent #42a894;
content: "";
display: block;
right: -22px;
top: 50%;
transform: translateY(-50%);
position: absolute;
z-index: 2;
}

.flow-flex .item:last-of-type .item-img::after{
    display: none;
}

.flow-green-num{
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-40%);
    color: #42a995;
    font-weight: bold;
    font-size: 36px!important;
    z-index: 3;
}

.flow-green-title{
    font-size: 22px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
    color: #42a995;
}

.flow-flex .item p{
    font-size: 16px;
    line-height: 1.8;
}

.lightgreen-bg.dental-este{
    padding: 30px;
}

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

.dental-este-item-img{
    width: 37%;
}

.dental-este-item-cont{
    width: 61%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}

.green-title{
    font-size: 26px;
    color: #42a995;
    margin-bottom: 20px;
}

.dental-este-item-cont p{
    font-size: 16px;
    line-height: 1.8;
}

.flex-dental-este.reverse{
    flex-direction: row-reverse;
}

.cont-box .blueBg {
    background: #9db4db;
    border-radius: 10px 10px 0 0;
    padding: 50px 10px;
}

.cont-box .blueBg .color-icon {
    max-width: 150px;
    margin: -125px auto 30px;
    text-align: center;
}

.cont-box .blueBg .text42 {
    color: #fff;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}



.blueBg .txt-small{
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
}

.c-fc--blue{
    color: #9db4db;
}

.lightblue-bg{
    background-color: #ecf1fb;
    padding: 100px 60px 60px;
    position: relative;
}

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

.column2 .item{
    width: 47%;
    display: flex;
    justify-content: space-between;
}

.column2 .item-icon{
    width: 140px;
}

.column2 .item-cont{
    width: calc(100% - 170px);
}

.column2 .item-cont p{
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    line-height: 1.8;
}

.blue-title{
    color: #9db4db;
    font-size: 22px;
    margin-bottom: 20px;
}

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

.column4-flex-item{
    width: 21%;
}

.column4-flex-item-img{
    margin-bottom: 30px;
}

.base__little-title{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

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

.mb30{
    margin-bottom: 30px;
}
.mb40{
    margin-bottom: 40px;
}
.mb50{
    margin-bottom: 50px;
}
.mb60{
    margin-bottom: 60px;
}
.mb100{
    margin-bottom: 100px;
}

.greenBg .text42{
    line-height: 1.5!important;
}

.implant__num-title{
    color: #42a995;
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 10px 0;
}

.circle-bg-green-num{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    font-size: 20px;
    background-color: #42a995;
    border-radius: 50%;
    color: #fff;
}

@media screen and (max-width: 1320px){
    .cont-box .blueBg .color-icon {
        max-width: 110px;
        margin: -75px auto 10px;
    }

    .cont-box .blueBg .text42 {
        font-size: 3.2rem;
    }

    .aesthetic-mouthpeace-flex .cont {
        width: calc(100% - 310px);
    }

    .aesthetic-mouthpeace-flex .img {
        width: 280px;
    }

    .greenbg-float-title {
        font-size: 19px;
    }

    .lightgreen-bg {
        padding: 50px 30px;
    }

    .green-title-middle {
        font-size: 20px;
    }

    .flow-green-num {
        font-size: 26px!important;
    }

    .flow-green-title {
        font-size: 19px;
    }

    .item-img::after {
        border-width: 6px 0 6px 10px;
        right: -18px;
    }
    .green-title {
        font-size: 23px;
    }
    .lightblue-bg {
        padding: 100px 30px 50px;
    }
    .column2 .item {
        width: 48%;
    }
    .column2 .item-icon {
        width: 80px;
    }
    .column2 .item-cont {
        width: calc(100% - 100px);
    }

    .blue-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .btn-frex-box .item {
        width: 32.5%;
        height: 100px;
        margin-bottom: 10px;
    }

    .btn-frex-box .item a {
        padding: 10px;
    }
    .aesthetic-btn-icon {
        width: 50px;
        margin-right: 10px;
    }
    .aesthetic-btn-txt {
        font-size: 16px;
    }
    .btn-frex-box .item a::after {
        right: 10px;
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px){
    .item-img::after {
        right: -16px;
    }
}

@media screen and (max-width: 834px){
    .cont-box .blueBg .color-icon {
        max-width: 60px;
        margin: -51px auto 5px;
    }

    .cont-box .blueBg .text42 {
        font-size: 1.8rem;
    }

    .btn-frex-box .item{
        width: 48.5%;
    }

    .btn-frex-box .item a::after {
        display: none;
    }

    .btn-frex-box .item a{
        flex-direction: column;
    }

    .aesthetic-btn-icon {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .btn-frex-box {
        padding: 30px 20px;
    }

    .aesthetic-mouthpeace-flex {
        flex-direction: column-reverse;
    }

    .aesthetic-mouthpeace-flex .cont {
        width: 100%;
        margin-top: 20px;
    }

    .cont-title {
        font-size: 20px;
        margin-bottom: 15px;
        text-align: center;
    }

    .aesthetic-mouthpeace-flex .img {
        width: 350px;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }

    .greenBorder.head24 {
        margin: 50px auto 0;
    }

    .column3 {
        flex-direction: column;
    }

    .column3 li {
        width: 100%;
        display: flex;
        margin-bottom: 30px;
        justify-content: space-between;
    }

    .column-circle-img {
        width: 140px;
        margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    }

    .column3 li .cont{
        width: calc(100% - 160px);
    }

    .green-title-middle {
        font-size: 18px;
        text-align: left;
        margin-bottom: 10px;
    }

    .white-bg-title-float {
        font-size: 18px;
        line-height: 1.6;
    }

    .lightgreen-bg {
        padding: 70px 30px 30px;
    }

    .flow-flex .item {
        width: 48%;
    }

    #sec-02 .main-img {
        height: 280px;
    }

    .greenbg-float-title {
        font-size: 17px;
    }

    .lightgreen-bg.dental-este {
        padding: 30px 20px;
    }

    .flex-dental-este {
        flex-direction: column;
    }

    .dental-este-item-img {
        width: 100%;
    }

    .dental-este-item-cont {
        width: 100%;
        padding: 20px 0;
    }

    .green-title {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .flex-dental-este.reverse {
        flex-direction: column;
    }

    .column2 {
        flex-direction: column;
    }

    .column2 .item {
        width: 100%;
        margin-bottom: 30px;
    }

    .blue-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .lightblue-bg {
        padding: 100px 20px 20px;
    }

    .column2 .item-cont p,
    .blueBg .txt-small,
    .dental-este-item-cont p,
    .flow-flex .item p,
    .column3 li p,
    .cont-txt {
        font-size: 1.5rem;
        line-height: 2;
    }

    .cont-box .blueBg .color-icon {
        margin: -81px auto 5px;
    }

    .s_mt50{
        margin-top: 50px;
    }
}

@media screen and (max-width: 640px){
    .column3 li {
        flex-direction: column;
    }

    .column-circle-img {
        width: 120px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .column3 li .cont {
        width: 100%;
    }

    .green-title-middle {
        font-size: 18px;
        text-align: center;
        margin-bottom: 10px;
    }

    .flow-flex .item {
        width: 47%;
    }

    .flow-green-title {
        font-size: 16px;
    }

    .gray-bg-title {
        font-size: 18px;
        padding: 15px 40px;
    }

    .column2 .item-cont {
        width: calc(100% - 80px);
    }

    .column2 .item-icon {
        width: 60px;
    }

    .column2 .item-cont p,
    .blueBg .txt-small,
    .dental-este-item-cont p,
    .flow-flex .item p,
    .column3 li p,
    .cont-txt {
        font-size: 1.3rem;
    }
}

.txt-green{
    color:#42a995;
}

.base__title-flex{
    display: flex;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    align-items: center;
    margin-bottom: 60px;
}
.base__title-flex-title{
    width: 370px;
    font-size: 42px;
}
.base__title-flex-cont{
    width: calc(100% - 370px);
}
.base__title-big{
    font-size: 30px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.column2-50p{
    display: flex;
}
.column-50p__item{
    width: 50%;
}
.pr50{
    padding-right: 50px;
}
.pr30{
    padding-right: 30px;
}
.mt20{
    margin-top: 20px;
}
.mb20{
    margin-bottom: 20px;
}
.pb100{
    padding-bottom: 100px;
}
.base__padding{
    padding: 120px 0;
}
.middle-title-white{
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
}
.greenBg{
    color: #fff;
    position: relative;
}
.greenBg .c-txt__01{
    text-align: center;
}
.circle-num{
    font-size: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    position: absolute;
    top: -30px;
    left: 30px;
    transform: translateX(10px);
}
.circle-num::after{
    width: 120px;
    height: 120px;
    position: absolute;
    content: "";
    display: block;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../../../img/menu/preventive-dentistry/circle-txt.png);
}
.roboto{
    font-family: 'Roboto', sans-serif;
}
.approach-ope__flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 40px;
}

.approach-ope__flex-item{
    width: 48.5%;
    display: flex;
    margin-bottom: 20px;
}

.approach-ope__flex-item .c-txt__01{
    line-height: 1.6;
}

.approach-ope__flex-item-img{
    width: 35%;
}

.approach-ope__flex-item-cont{
    width: 65%;
    padding: 20px;
}

.approach-ope__bg-green-txt{
    background-color: #42a995;
    color: #fff;
    font-size: 14px;
    padding: 10px 10px 8px;
    border-radius: 5px;
    width: fit-content;
    margin-bottom: 10px;
}

.approach-ope__title{
    font-size: 18px;
    margin-bottom: 15px;
    color: #42a995;
}

.approach-ope__flex-item-cont p{
    font-size: 16px;
}
.txt70p{
    font-size: 70%;
}
.p50{
    padding: 50px;
}
.base__flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.base__flex-item{
    width: 48.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mt0{
    margin-top: 0;
}
.mb50{
    margin-bottom: 50px;
}
.base__middle-title{
    font-size: 20px;
    margin: 0;
    margin-bottom: 10px;
    line-height: 1.6;
}
.txt80p{
    font-size: 80%;
}
.txt90p{
    font-size: 90%;
}

.icon-flex{
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
}

.icon-flex .icon{
    width: 140px;
}

.icon-flex .icon-flex-cont{
    width: calc(100% - 160px);
}

.cont-box .whiteBg.br5px {
    border-radius: 10px;
    padding: 7% 5%;
}

.whiteBg.br5px .greenBorder.head24 {
    margin: 0 auto 40px;
    display: block;
    width: fit-content;
}

.align-center_sp-left{
    text-align: center;
}

.underline-title-bl{
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
}

.base__title-center{
    font-size: 42px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}

.implant-green-bg-title {
    width: fit-content;
    padding: 10px 30px;
    background-color: #42a995;
    border-radius: 5px;
    color: #fff;
    margin: 0 auto 30px;
    font-size: 18px;
}

.implant-txt{
    text-align: center;
    margin-bottom: 50px;
    line-height: 2;
    font-size: 16px;
}

.lightgreen-bg.implant-sample-padding{
    padding: 50px 70px;
}
.lightgreen-bg.implant-born-padding{
    padding: 50px;
}
.lightgreen-bg.implant-flow-padding{
    padding: 50px;
}

.implant-sample-padding .flex-treat li {
    margin-bottom: 0;
}

.implant-born__flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.implant-born__flex:last-of-type{
    margin-bottom: 0;
}

.born-img{
    width: 60%;
}

.born-cont{
    width: 35%;
}

.born-title{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.4;
}



@media screen and (max-width: 1320px){
    .base__title-flex-title {
        font-size: 38px;
    }
    .base__title-big {
        font-size: 28px;
    }
}

@media screen and (max-width: 1200px){
    .approach-ope__flex {
        margin-left: auto;
        margin-right: auto;
        width: 750px;
        max-width: 100%;
    }
    .approach-ope__flex-item {
        width: 100%;
    }

    .approach-ope__flex-item-img {
        width: 250px;
    }
    .approach-ope__flex-item-cont {
        width: calc(100% - 250px);
        padding: 20px 0 20px 30px;
    }
    .base__title-big {
        font-size: 23px;
    }
    .gray-bg-title {
        font-size: 18px;
        padding: 10px 20px;
    }
    .icon-flex .icon {
        width: 100px;
    }
    .icon-flex .icon-flex-cont {
        width: calc(100% - 120px);
    }
    .circle-bg-green-num {
        width: 30px;
        height: 30px;
        font-size: 16px;
        transform: translateY(-4px);
    }
    .implant__num-title {
        font-size: 22px;
    }
    .born-img {
        width: 50%;
    }
    .born-cont {
        width: 47%;
    }
    .born-title {
        font-size: 26px;
    }
}

@media screen and (max-width:834px){
    .circle-num {
        font-size: 30px;
        width: 80px;
        height: 80px;
        top: -10px;
        left: 10px;
    }
    
    .circle-num::after {
        width: 80px;
        height: 80px;
    }
    .base__padding {
        padding: 60px 0;
    }
    .base__title-flex {
        margin-bottom: 40px;
        flex-direction: column;
    }
    .base__title-flex-title {
        font-size: 24px;
        margin-bottom: 15px;
        width: 100%;
    }
    .base__title-flex-cont {
        width: 100%;
    }
    .s_pr0{
        padding-right: 0;
    }
    .column2-50p {
        flex-direction: column;
    }
    .column-50p__item {
        width: 100%;
    }
    .gray-bg-title {
        font-size: 14px;
        padding: 15px 20px;
    }
    .s_mb20{
        margin-bottom: 20px;
    }
    .head28 {
        font-size: 2rem;
    }
    .middle-title-white {
        font-size: 16px;
    }
    .s_p30-20{
        padding: 30px 20px;
    }
    .base__flex{
        flex-direction: column;
    }
    .base__flex-item{
        width: 100%;
    }
    .base__flex-item:first-of-type{
        margin-bottom: 20px;
    }
    .base__middle-title {
        font-size: 20px;
    }
    .approach-ope__bg-green-txt {
        font-size: 12px;
    }
    #sec-02 {
        padding-bottom: 10px;
    }
    .align-center_sp-left{
        text-align: left;
    }
    .base__flex-item.icon-flex:first-of-type {
        margin-bottom:30px;
    }
    .base__flex-item {
        margin-bottom:30px;
    }
    .greenBorder.head24 {
        margin: 20px auto 30px;
    }
    .greenBorder span {
        padding: 10px 24px;
        font-size: 18px;
    }
    #implant-intro {
        padding: 50px 0 50px;
    }
    #implant .main-img {
        height: 280px;
    }
    .whiteBg.br5px .greenBorder.head24 {
        margin: 0 auto 20px;
    }
    #implant {
        padding-bottom: 10px;
    }
    .cont-box .greenBg {
        padding: 30px 15px;
    }
    .underline-title-bl {
        padding-bottom: 10px;
    }
    .base__title-center {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .implant-green-bg-title {
        padding: 10px 20px;
        margin: 0 auto 20px;
        font-size: 16px;
    }
    .implant-txt {
        text-align: left;
        margin-bottom: 40px;
        font-size: 1.5rem;
        line-height: 1.6;
    }
    .column4-flex {
        flex-wrap: wrap;
    }
    .column4-flex-item {
        width: 47%;
        margin-bottom: 40px;
    }
    .column4-flex-item:nth-of-type(3),
    .column4-flex-item:nth-of-type(4) {
        margin-bottom: 0;
    }
    .s_mb50{
        margin-bottom: 50px;
    }
    .s_mb40{
        margin-bottom: 40px;
    }
    .s_mb30{
        margin-bottom: 30px;
    }
    .s_mb0{
        margin-bottom: 0;
    }
    .s_mt20{
        margin-top: 20px;
    }
    #implant .main-img .head42 {
        margin-bottom: 20px;
        font-size: 2.0rem;
    }
    #implant .main-img .c-txt__01 {
        text-align: left;
    }
    .circle-bg-green-num {
        width: 26px;
        height: 26px;
        font-size: 14px;
    }
    .implant__num-title {
        font-size: 19px;
    }
    .lightgreen-bg.implant-sample-padding {
        padding: 30px 20px;
    }
    .implant-sample-padding .flex-treat {
        display: block;
        width: 300px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .implant-sample-padding .flex-treat li {
        margin-bottom: 30px;
    }
    .implant-born__flex {
        flex-direction: column;
    }
    .born-img {
        width: 100%;
    }
    .born-cont {
        width: 100%;
        margin-top: 10px;
    }
    .lightgreen-bg.implant-born-padding {
        padding: 30px 20px;
    }
    .implant-green-bg-title{
        line-height: 1.6;
        text-align: center;
    }
    .born-title {
        font-size: 22px;
    }
    .lightgreen-bg.implant-flow-padding {
        padding: 30px 20px;
    }
    .sp-only-center{
        text-align: center;
    }
}

@media screen and (max-width: 640px){
    .approach-ope__flex-item-img {
        width: 150px;
    }
    .approach-ope__flex-item-cont {
        width: calc(100% - 150px);
        padding: 0 0 0 20px;
    }
    .base__title-big {
        font-size: 18px;
    }
    .head28 {
        font-size: 2rem;
    }
    .greenBg .c-txt__01 {
        text-align: left;
    }
    .circle-num {
        font-size: 24px;
        width: 60px;
        height: 60px;
        top: -10px;
        left: 0;
    }
    .circle-num::after {
        width: 60px;
        height: 60px;
    }
    .approach-ope__flex-item-img {
        width: 120px;
    }
    .approach-ope__flex-item-cont {
        width: calc(100% - 120px);
    }
    .base__middle-title {
        font-size: 18px;
    }
    .base__title-center {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .greenBg-detail .text24 {
        font-size: 1.6rem;
    }
}