@charset "utf-8";
/*common
-----------------------------------------------------------------------------------------*/
section{
	padding: 150px 0 0;
}

.section-bottom{
    padding-bottom: 150px;
}

.contents-wrapper{
	width: calc(100% - 100px);
	max-width: 1500px;
	margin: 0 auto;
}

p{
    text-align: left;
}


@media screen and (max-width:767px) {
    section{
        padding: 40px 0 0;
    }

    .section-bottom{
        padding-bottom: 40px;
    }

    .contents-wrapper{
        width: calc(100% - 60px);
    }
}


/*home
-----------------------------------------------------------------------------------------*/
.mySwiper-top{
    position: relative;
}

.front-fv-text{
    position: absolute;
    font-size: 1.8rem;
    font-weight: 500;
    top: 200px;
    right: 200px;
    z-index: 1;
}

.front-clinic-top{
    position: relative;
    padding-top: 50px;
}

.front-clinic-top::after{
    position: absolute;
    content: '';
    background-image: url("../images/footer.jpg");
    background-position: center top;
    top: -10px;
    left: 0;
    width: 100%;
    height: -webkit-fill-available;
    bottom: 100px;
    background-size: cover;
	background-repeat: no-repeat;
    z-index: -1;

}

.front-news-top{
    margin: auto;
    width: 90%;
}

.front-clinic-leaf{
    position: relative;
    padding-top: 150px;

}

.left-leaf{
    position: absolute;
    width: 300px;
    top: 0;
    left: 0;
}

.right-leaf{
    position: absolute;
    width: 300px;
    top: 0;
    right: 0;
}

.title-box{
    color: rgba(52, 152, 137, 1);
    display: inline-block;
    margin-bottom: 60px;
}

.title-flex{
    gap: 10px;
    border-bottom: 2px solid rgba(52, 152, 137, 1);
    padding-bottom: 15px;
    margin-bottom: 10px;
    align-items: center;
}

.title-logo{
    width: 60px;
    height: auto;
    margin: 0;
}

.title-text{
    font-size: 2.5rem;
    font-weight: 700;
}

.title-caudex{
    font-size: 1.5rem;
}

.front-news-flex{
    gap: 100px;
    align-items: center;
}

.title-caudex-news{
    text-align: left;
}

.title-box-news{
    width: 250px;
}

.front-news-right{
    width: 60%;
}

.front-news-box{
    border-bottom: 1px solid rgba(71, 60, 53, 1);
    padding: 5px 10px 10px;
    color: rgba(71, 60, 53, 1);
}


.front-clinic-title{
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 50px;
    color: rgba(52, 152, 137, 1);
}

.front-clinic-text{
    line-height: 2.5;
    margin-bottom: 70px;
}

.front-clinic-span{
    width: 60%;
    margin: 0 auto 30px;
}

.front-youTube-flex{
    margin-left: calc(50% - 50vw);
    align-items: center;
    z-index: 2;
    position: relative;
}

.front-youTube-box{
    width: 55%;
    padding: 30px 30px 30px 50px;
    border-radius: 0 30px 30px 0;
    align-items: center;
    justify-content: space-between;
    /* margin-left: calc(50% - 50vw); */
    background-color: rgba(255, 255, 255, 1);
}

.front-youTube-left{
    width: 210px;
}

.youTube-img{
    height: 340px;
    width: 90%;
    object-fit: cover;
}

.front-youTube-right{
    width: calc(100% - 210px);
}

.front-youTube-img{
    width: 100px;
    margin-bottom: 20px;
}

.front-link{
    font-size: 1.5rem;
    background-color: rgba(52, 152, 137, 1);
    color: rgba(255, 255, 255, 1);
    width: 320px;
    padding: 15px;
    border-radius: 50px;
    display: inline-block;
}

.front-link:hover{
    background-color: rgba(255, 255, 255, 1);
    color: rgba(52, 152, 137, 1);
    border: 2px solid rgba(52, 152, 137, 1);
}

.front-link-clinic{
    margin: auto;
}

.mySwiper-clinic{
    margin-top: -30px;
}

.mySwiper-clinic img{
    height: 250px;
    object-fit: cover;
}

.section-90{
    width: 90%;
    margin: auto;
}

.front-guide-flex{
    gap: 40px;
    justify-content: center;
}

.btn {
	position: relative;
	width: 200px;
    height: 200px;
}
.btn img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
  display: block;
	-webkit-transition: .4s ease-in-out;
	transition: 1s ease-in-out;
}
.btn:hover img:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) rotate(720deg) !important;
	transform: translate(-50%, -50%) rotate(720deg) !important;
  width: 0;
}

.front-concerns-top{
    background-image: url("../images/front-concerns-bg.png");
    background-position-y: top;
    position: relative;
}

.front-concerns-flex-up{
    position: relative;
    gap: 50px;
    justify-content: space-between;
    margin-bottom: 150px;
}

.front-concerns-flex{
    gap: 145px;
    justify-content: center;
}

.front-concerns-flex img,.front-concerns-flex-up img{
    width: 250px;
    margin: 0;
}

.front-concerns-4{
    position: absolute;
    top: 150px;
    left: 24%;
}

.front-concerns-5{
    position: absolute;
    top: 150px;
    right: 20%;
}

.front-feature-top{
    padding-top: 0;
    margin-top: -100px;
    z-index: 1;
    position: relative;
    padding-bottom: 250px;
}

.front-feature-flex{
    gap: 30px 50px;
}

.front-feature-box{
    width: calc((100% - 60px*2)/3);
    padding: 30px;
    border-radius: 20px;
    border: 0.5px solid rgba(36, 43, 40, 0.2);
    box-shadow: 2px 2px 10px rgba(36, 43, 40, 0.25);
    display: flex;
    flex-direction: column;
}
    
.front-feature-text{
    padding-bottom: 20px;
      flex: 1;
}

.front-feature-text p{
  font-family: "Noto Sans JP", sans-serif;
}

.front-feature-title{
    font-size: 1.5rem;
    color: rgba(52, 152, 137, 1);
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(52, 152, 137, 1);
}

.front-implant-top{
    background-image: url("../images/front-concerns-bg.png");
    background-position-y: top;
    position: relative;
}

.front-implant-img{
    position: absolute;
    top: -100px;
    right: 0;
    width: 40%;
}

.front-implant-title{
    width: 45%;
    margin: 0 0 150px 100px;
}

.front-implant-flex{
    color: rgba(52, 152, 137, 1);
    gap: 10px;
    margin-bottom: 30px;
    justify-content: center;
}


.front-implant-text{
    font-size: 1.5rem;
    letter-spacing: 2px;
}

.front-point-flex{
    position: relative;
    width: 90%;
    margin: 0 auto 150px;
    align-items: flex-end;
}

.front-point-1{
    position: absolute;
    width: 350px;
    left: 0;
    top: 0;
    margin-left: calc(50% - 50vw);
}

.front-point-2{
    width: 450px;
    margin: 0;
}

.front-point-title{
    font-size: 1.8rem;
    font-weight: 500;
    color: rgba(52, 152, 137, 1);
    margin-bottom: 50px;
}

.front-point-right{
    width: 55%;
}

.front-point-box{
    gap: 30px;
    align-items: center;
    margin: 0 0 30px 100px;
}

.front-point-img{
    width: 70px;
    margin: 0;

}

.front-point-text{
    font-size: 1.5rem;
}

.front-point-link{
    font-size: 1.5rem;
    color: rgba(52, 152, 137, 1);
    margin: 50px 0 0 auto;
    display: block;
    width: 400px;
    text-align: right;
}

.front-point-link:hover{
    color: rgba(255, 255, 255, 1);
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 1);

}

.mySwiper-clinic .swiper-wrapper {
  transition-timing-function: linear;
}

.front-news-link{
    width: fit-content;
}


@media screen and (max-width:1350px) {
    .section-90{
        width: 100%;
    }

    .front-point-flex{
        width: 100%;
    }
}

@media screen and (max-width:1200px) {
        
    .front-fv-text {
        right: 90px;
    }

    .front-news-top{
        width: 100%;
    }

    .front-clinic-span {
        width: 70%;
    }

    .front-news-flex{
        gap: 30px;
    }

    .front-youTube-box {
        width: 65%;
    }

    .front-concerns-flex {
        gap: 70px
    }

    .front-concerns-4 {
        left: 19%;
    }

    .front-concerns-5 {
        right: 16%;
    }

    .front-feature-flex{
        gap: 20px;
    }

    .front-feature-box {
        padding: 30px 14px;
        width: calc((100% - 20px * 2) / 3);
    }

    .front-implant-title {
        width: 55%;
        margin: 0px 0 150px 0px;
    }

    .front-implant-img {
        top: -150px;
        width: 50%;
    }


    .front-point-2 {
        position: absolute;
        width: 400px;
    }

    .front-point-1 {
        z-index: 1;
    }

    .front-point-right{
        margin-left: auto;
        width: 63%;
    }
}

@media screen and (max-width:1023px) {
    .swiper-wrapper-fv{
        margin-top: 100px;
    }

    .front-fv-text {
        right: 30px;
        top: 180px;
    }

    .title-box-news {
        width: 230px;
    }

    .front-clinic-span {
        width: 100%;
    }

    .front-clinic-text {
        margin-bottom: 50px;
    }

    .front-youTube-flex {
        position: static;
    }

    .front-youTube-box {
        width: 100%;
        margin-left: calc(50% - 50vw);
    }

    .front-link-clinic{
        margin: 30px auto;
    }

    .btn {
        width: 167px;
    }

    .front-guide-flex {
        gap: 0px
    }

    .front-concerns-flex-up {
        gap: 20px;
    }

    .front-concerns-flex-up img {
        width: 209px;
    }

    .front-concerns-flex img{
        width: 209px;
    }

    .front-concerns-flex {
        gap: 20px;
    }

    .front-feature-box{
        width: 47%;
        padding: 30px 23px;
    }

    .front-feature-flex {
        gap: 30px;
    }

    .front-implant-title {
        width: 100%;
        margin: 0px 0 30px 0px;
    }

    .front-implant-img {
        width: 55%;
    }

    .front-point-right{
        width: 100%;
    }

    .front-point-2{
        position: static;
        margin: 100px 0 50px auto;
    }

    .front-point-flex {
        margin: 0 auto 60px;
    }

    .mySwiper-clinic{
        margin: 0;
    }


}

@media screen and (max-width:767px) {
    .swiper-wrapper-fv{
        margin-top: 60px;
    }

    .front-fv-text{
        top: 100px;
        text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
    }

    .front-news-right{
        width: 100%;
    }

    .front-news-flex{
        gap: 0px;
    }

    .front-clinic-top {
        padding-top: 0;
    }

    .left-leaf {
        width: 120px;
    }

    .right-leaf {
        width: 120px;
        top: -240px;
    }

    .front-clinic-leaf{
        padding-top: 40px;
    }

    .title-box {
        margin: 50px 0 10px;
    }

    .title-text {
        font-size: 2rem;
    }

    .title-logo {
        width: 50px;
    }

    .title-flex {
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    .front-clinic-title {
        font-size: 1.1rem;
        font-weight: 700;
        margin-bottom: 10px
    }

    .front-clinic-text {
        line-height: 1.7;
        text-align: left;
    }

    .front-clinic-span{
        margin-bottom: 10px;
    }

    .front-youTube-box {
        width: 110%;
        padding: 20px 20px 20px 30px;
    }

    .front-youTube-img{
        margin-bottom: 0;
    }

    .front-youTube-right{
        width: 100%;
        margin-top: 20px;
    }

    .youTube-img {
        height: auto;
        width: 100%;
    }

    .btn {
        width: 150px;
        height: 150px;
    }

    .front-concerns-flex-up img {
        width: 150px;
    }

    .front-concerns-flex-up {
        gap: 5px;
        margin-bottom: 5px;
    }

    .front-concerns-flex {
        gap: 5px;
        justify-content: space-between;
    }

    .front-concerns-flex img {
        width: 150px;
    }

    .front-concerns-5 {
        right: 0%;
        top: 115px;
    }

    .front-concerns-4{
        left: auto;
        right: 0;
        top: auto;
        bottom: -235px;
    }

    .front-feature-box{
        width: 100%;
        padding: 15px;
    }
    
    .title-box {
        margin: 15px 0 10px;
    }
    .title-box-sp{
        margin-top: 65px;
    }
    
    .front-feature-flex {
        gap: 15px;
    }

    .front-implant-img {
        width: 70%;
    }

    .front-implant-img {
        width: 80%;
        height: 140px;
        object-fit: cover;
        object-position: top;
        top: -120px;
    }

    .front-feature-top {
        padding-bottom: 150px;
    }

    .front-implant-text {
        font-size: 1.1rem;
        letter-spacing: 1.1px;
    }

    .front-implant-flex {
        margin-bottom: 10px;
    }

    .front-point-1 {
        width: 250px;
    }

    .front-point-2 {
        width: 100%;
        margin: 170px 0 15px auto;
    }

    .front-point-title {
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 20px;
        text-align: left;
    }

    .front-point-box {
        gap: 10px;
        margin: 0 0 20px 0px;
    }

    .front-point-text {
        font-size: 1.1rem;
    }

    .front-point-link {
        font-size: 1.3rem;
        margin: 20px 0 0 auto;
        width: 100%;
    }

    .front-point-flex {
        margin: 0 auto 20px;
    }

    .front-link {
        width: 100%;
        padding: 10px;
    }

    .front-link-clinic{
        width: 80%;
    }

}



/*医院紹介
-----------------------------------------------------------------------------------------*/
.page-top{
    position: relative;
}

.page-title{
    position: absolute;
    font-size: 3rem;
    font-weight: 700;
    color: rgba(51, 163, 146, 1);
    top: 50%;
    left: 160px;
    letter-spacing: 10px;
    text-align: left;
}

.page-leaf{
    position: absolute;
    width: 300px;
    bottom: -270px;
    left: 0;
    margin: 0;
}

.page-leaf1{
    bottom: -150px;
}

.clinic-doctor-title{
    font-size: 1.8rem;
    color: rgba(52, 152, 137, 1);
    margin-bottom: 70px;
}

.clinic-doctor-text{
    line-height: 2;
}

.clinic-boss-top{
    padding-top: 200px;
}

.clinic-boss-flex{
    position: relative;
}

.clinic-boss-leaf{
    position: absolute;
    width: 250px;
    top: -200px;
    right: 0;
}

.clinic-boss-svg{
    width: 300px;
    position: absolute;
    top: -50px;
    left: 150px;
}

.clinic-boss-doctor{
    font-size: 6rem;
    color: rgba(52, 152, 137, 1);
}

.clinic-boss-box{
    width: 65%;
    height: 700px;
    padding: 150px;
    text-align: left;
        font-weight: 600;
    background-image: url("../images/clinic-boss-bg.jpg");
}

.clinic-boss-name{
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 30px;
}

.clinic-boss-text{
    margin-bottom: 15px;
}

.clinic-boss-title{
    font-weight: 900;
}

.clinic-boss-title span{
    padding-left: 5px;
}

.clinic-boss-img{
    width: 35%;
    margin-bottom: 50px;
    height: 700px;
    object-fit: cover;
}

.clinic-staff-box{
    position: relative;
    width: 60%;
    margin: auto;
}

.staff-svg{
    width: 220px;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.clinic-staff-img{
    margin-bottom: 50px;
}

.clinic-staff-flex{
    gap: 150px;
    text-align: left;
    justify-content: center;
    margin-top: 30px;
    line-height: 1.7;
}

.clinic-staff-title{
    margin-bottom: 10px;
}

.clinic-staff-title span{
    padding-left: 5px;
}

.clinic-equipment-top{
    position: relative;
}

.equipment-svg{
    position: absolute;
    top: 150PX;
    left: 50%;
    transform: translateX(-50%);
    width: 500PX;
}

.clinic-equipment-img{
    width: 55%;
    margin: -100px auto 100px;
}

.clinic-equipment-flex{
    width: 90%;
    margin: auto;
    gap: 40px;
}

.clinic-equipment-box{
    width: calc((100% - 40px*3)/4);
}

.clinic-equipment-box p{
      font-family: "Noto Sans JP", sans-serif;

}

.clinic-equipment-title{
    font-size: 1.1rem;
    margin: 5px 0;
}

@media screen and (max-width:1200px) {
    .page-title {
        left: 100px;
    }

    .clinic-equipment-flex {
        width: 100%
    }

}

@media screen and (max-width:1023px) {
    .page-bg{
        padding-top: 100px;
    }

    .page-title {
        left: 50px;
    }

    .clinic-doctor-text {
        text-align: left;
        width: 96%;
        margin: auto;
    }

    .clinic-boss-box{
        padding: 70px 30px 50px 50px;
        width: 60%;
        height: 520px;
    }

    .clinic-boss-img{
        width: 40%;
        height: 520px;
    }

    .clinic-staff-box {
        width: 80%
    }

    .clinic-staff-box{
        text-align: left;
    }

    .clinic-equipment-box{
        width: 47%;
    }
}


@media screen and (max-width:767px) {
    .page-bg{
        padding-top: 60px;
    }

    .page-title {
        left: 30px;
        letter-spacing: 1px;
        font-size: 2.2rem;
    }

    .page-leaf1 {
        bottom: -40px;
    }

    .page-leaf {
        width: 100px;
    }

    .clinic-doctor-title {
        font-size: 1.3rem;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .clinic-doctor-text {
        line-height: 1.7;
        width: 100%;
    }

    .clinic-boss-leaf {
        width: 150px;
        top: -55px;
    }

    .clinic-boss-svg {
        width: 50%;
        left: 30px;
        top: -30px;
    }

    .clinic-boss-box{
        width: 100%;
        padding: 40px 24px 30px 30px;
        height: auto;
    }

    .clinic-boss-name {
        margin-bottom: 10px;
    }

    .clinic-boss-text {
        margin-bottom: 10px;
    }

    .clinic-boss-top {
        padding-top: 70px;
    }

    .clinic-boss-img{
        width: 100%;
        height: 300px;
        object-position: center 20%;
        margin-bottom: 40px;
    }

    .clinic-staff-box{
        width: 100%;
    }

    .staff-svg {
        width: 160px;
        top: -40px;
    }

    .clinic-staff-img{
        margin-bottom: 15px;
    }

    .clinic-staff-flex {
        gap: 10px;
        justify-content: left;
        width: 80%;
        margin: 20px auto 0;
    }

    .clinic-staff-title{
        margin-bottom: 5px;
    }

    .equipment-svg {
        top: 40PX;
        width: 250PX;
    }

    .clinic-equipment-top {
        padding-top: 60px;
    }

    .clinic-equipment-img {
        width: 90%;
        margin: -20px auto 30px;
        height: 190px;
        object-fit: cover;
    }

    .clinic-equipment-flex{
        gap: 20px;
    }

    .clinic-equipment-box{
        width: 100%;
    }

    .clinic-dentist-img{
        height: 180px;
        object-fit: cover;
    }
}



/*診療案内-一般歯科
-----------------------------------------------------------------------------------------*/
.page-sub{
    font-size: 1.8rem;
    font-weight: 700;
}

.services-link-top{
    padding-top: 100px;
    position: relative;
}

.services-link-flex{
    width: 80%;
    margin: auto;
    gap: 40px;
    justify-content: center;
}

.services-link{
    font-size: 1.2rem;
    color: rgba(52, 152, 137, 1);
    border: 1px solid rgba(52, 152, 137, 1);
    padding: 10px;
    border-radius: 30px;
    width: 200px;
    background-color: rgba(255, 255, 255, 1);
}

.services-link:hover{
    background-color: rgba(52, 152, 137, 1);
    color: rgba(255, 255, 255, 1);
}

.page-90{
    width: 90%;
    margin: auto;
}

.services-green-flex{
    background-color: rgba(52, 152, 137, 1);
    padding: 15px 40px;
    border-radius: 30px;
    gap: 10px;
    margin-bottom: 50px;
}

.services-green-img{
    width: 48px;
    margin: 0;
}

.services-green-title{
    font-size: 1.7rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}

.normal-mini-flex{
    gap: 50px;
}

.normal-mini-left{
    width: 60%;
}

.normal-mini-box{
    margin-top: 50px;
    box-shadow: 2px 2px 4px rgba(36, 43, 40, 0.25);
    border-radius: 30px;
    padding: 30px;
}

.normal-mini-title{
    font-size: 1.1rem;
    color: rgba(52, 152, 137, 1);
    margin-bottom: 15px;
    display: inline-block;
    font-family: "Noto Serif JP", serif;

}

.normal-mini-img{
    width: 30%;
    object-fit: cover;
}

.services-line-flex{
    gap: 35px;
    align-items: center;
    margin: 70px 0 30px;
}

.services-line-title{
    font-size: 1.5rem;
    color: rgba(52, 152, 137, 1);
}

.services-line-img{
    width: calc(100% - 180px);
}

.services-line-short{
    width: calc(100% - 400px);
}

.normal-point-flex{
    gap: 15px;
    align-items: flex-start;
}

.normal-point-img{
    width: 70px;
    margin: 0;
}

.normal-point-title{
    font-size: 1.1rem;
    font-weight: 700;
    width: calc(100% - 70px - 15px);
    text-align: left;
    padding-top: 30px;
}

.normal-point-title p{
    margin-top: 20px;
    font-family: "Noto Sans JP", sans-serif;

}

.normal-c-flex{
    gap: 50px 60px;
    justify-content: center;
    margin-top: 50px;
}

.normal-c-box{
    box-shadow: 2px 2px 4px rgba(36, 43, 40, 0.25);
    padding: 30px;
    width: calc((100% - 60px*2)/3);
    border-radius: 30px;
}

.normal-c-box p{
    font-family: "Noto Sans JP", sans-serif;

}

.normal-c-title{
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(132, 205, 194, 1);
    margin-bottom: 15px;
    padding: 5px;
}

.normal-c-text{
    color: rgba(51, 163, 146, 1);
    padding: 15px 0;
    display: inline-block;
}

.normal-periodon-top{
    position: relative;
}

.normal-periodon-leaf{
    position: absolute;
    width: 300px;
    top: -150px;
    right: 0;
    margin-right: calc(50% - 50vw);
}

.normal-preventi-vertical{
    writing-mode: vertical-rl; 
    font-size: 1.1rem;
    background-color: rgba(132, 205, 194, 1);
    color: rgba(255, 255, 255, 1);
    padding: 10px;
}

.normal-preventi-flex{
    gap: 50px;
    margin-bottom: 50px;
}

.normal-point-flex2{
    width: 90%;
}

.normal-point-title2{
    width: 90%;
}

.normal-preventi-link{
    width: 300px;
    margin-top: 30px;
    display: inline-block;
    text-align: center;
}

.normal-preventi-span{
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background-color: rgba(51, 163, 146, 1);
    width: 15px;
    height: 15px;
    margin-left: 20px;
    display: inline-block;
}

.normal-preventi-link:hover .normal-preventi-span{
    background-color: rgba(255, 255, 255, 1);
}


.normal-periodon-flex{
    gap: 25px;
    margin-top: 50px;
}

.normal-periodon-box{
    position: relative;
    box-shadow: 2px 2px 4px rgba(36, 43, 40, 0.25);
    padding: 30px;
    width: calc((100% - 30px * 3) / 4);
    border-radius: 30px;
}

.normal-periodon-clip{
    position: absolute;
    top: 50%;
    right: -20px;
    width: 30px;
    height: 40px;
    background-color: rgba(228, 228, 228, 1);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.normal-periodon-rice{
    font-size: 0.9rem;
    text-align: left;
    margin-top: 25px;
}

.normal-periodon-smoke{
     background: linear-gradient(transparent 50%, rgba(178, 216, 182, 1) 0%);
}

.normal-laser-left{
    width: calc(100% - 300px);
    text-align: left;
}

.normal-mini-box2{
    width: 400px;
}

.normal-laser-span{
    width: 200px;
    display: inline-block;
}

.normal-laser-img{
    width: 300px;
}

.normal-pmct-flex{
    align-items: flex-start;
    margin-bottom: 30px;
}

.normal-pmct-text{
    margin: 25px 0 50px;
}

.normal-green-box{
    padding: 40px;
    background-color: rgba(241, 247, 246, 1);
}

.normal-green-title{
    font-size: 1.5rem;
    color: rgba(52, 152, 137, 1);
}

.normal-green-flex{
    gap: 50px;
    text-align: left;
    justify-content: center;
    margin-top: 25px;
    line-height: 2;
}

.normal-green-span{
    color: rgba(52, 152, 137, 1);
    font-size: 0.9rem;
    padding-right: 5px;
}

.normal-green-img{
    width: 70%;
    margin: 20px auto 0;
}

.normal-pmct-leaf{
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 300px;
    margin-left: calc(50% - 50vw);
}

.normal-teeth-flex{
    gap: 40px;
    margin-top: 30px;
    align-items: flex-end;
}

.normal-teeth-box{
    width: 60%;
}

.normal-teeth-img{
    width: 35%;
    margin: 0;
}

.normal-teeth-caudex{
    margin-top: 100px;
    color: rgba(52, 152, 137, 1);
}

.normal-teeth-title{
    font-size: 1.5rem;
    margin-top: 2px;
    color: rgba(52, 152, 137, 1);
}

.normal-molar-flex{
    gap: 30px;
    margin-top: 30px;
}

.normal-molar-box{
    width: calc((100% - 30px*3)/4);
}

.normal-molar-img{
    margin-bottom: 10px;
}

.normal-denture-text{
    text-align: left;
    margin-bottom: 40px;
}

.normal-pmtc-flex{
    gap: 10px;
    margin: 50px 0;
    width: 1200px;
}

.normal-pmtc-box{
    border-radius: 20px 0 0 20px;
    padding: 30px 35px;
    width: calc((100%  - 10px*4)/5);
    position: relative;
    background-color: rgba(132, 205, 194, 1);
}

.normal-pmtc-box1{
    padding: 30px 0 30px 15px;

}

.normal-pmtc-box5{
    border-radius: 20px;
}

.normal-pmtc-box5::after{
    display: none;
}

.normal-pmtc-scroll{
    overflow-x: scroll;
}

.normal-pmtc-box::after{
    position: absolute;
    content: '';
    top: 0;
    right: -19px;
    width: 20px;
    height: -webkit-fill-available;
    background-color: rgba(132, 205, 194, 1);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);

}

.normal-pmtc-step{
    position: absolute;
    top: -20px;
    left: 10px;
    font-size: 2.6rem;
    color: rgba(52, 152, 137, 1);
    font-family: "Hubballi", sans-serif;
}

.normal-pmtc-title{
    font-size: 1.1rem;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 1);
}

@media screen and (max-width:1400px) {

    .page-leaf {
        bottom: -150px;
    }
}


@media screen and (max-width:1200px) {
    .page-90{
        width: 100%;
    }

    .services-link-flex {
        width: 90%;
    }

    .normal-c-flex {
        gap: 50px 20px;
    }

    .normal-c-box {
        padding: 30px 20px;
        width: calc((100% - 20px * 2) / 3);
    }

    .normal-preventi-flex {
        gap: 10px;
    }

    .normal-point-flex {
        gap: 9px
    }

    .normal-pmct-leaf{
        z-index: -1;
        bottom: -180px;
    }

    .normal-green-box {
        padding: 40px 24px
    }

    .normal-periodon-flex {
        gap: 15px;
    }

    .normal-periodon-box {
        padding: 30px 20px;
        width: calc((100% - 15px * 3) / 4);
    }
}

@media screen and (max-width:1023px) {
    .services-link-flex {
        gap: 10px;
    }

    .services-link{
        width: 165px;
    }

    .normal-mini-flex {
        gap: 13px;
    }

    .normal-mini-img {
        width: 38%;
    }

    .normal-point-flex {
        width: 90%;
    }

    .normal-preventi-link{
        width: 250px;
    }

    .normal-periodon-flex {
        gap: 30px;
    }

    .normal-periodon-box {
        padding: 30px 20px;
        width: calc((100% - 30px) / 2);
    }

    .normal-green-flex{
        gap: 0 50px;
    }

    .normal-green-sp{
        display: flex;
    }

    .normal-green-span1{
        margin-left: -30px;
    }

    .normal-green-span4{
        margin-left: 35px;
    }

    .normal-teeth-box {
        width: 70%;
        margin-top: 50px;
    }

    .normal-green-flex2{
        justify-content: left;
        width: 70%;
        margin: 25px auto 0;
    }

    .normal-teeth-flex{
        position: relative;
    }

    .normal-teeth-img{
        position: absolute;
        width: 50%;
        right: 0;
        top: 0;
        z-index: -1;
    }

}

@media screen and (max-width:767px) {
    .services-link-flex {
        width: 91%;
    }

    .services-link-top {
        padding-top: 30px;
    }

    .page-leaf {
        bottom: -40px;
    }

    .normal-mini-left{
        width: 100%;
    }

    .services-green-title {
        font-size: 1.4rem;
    }

    .services-green-flex {
        justify-content: center;
        gap: 5px;
        padding: 10px;
        margin-bottom: 20px;
    }

    .services-green-img {
        width: 30px;
        object-fit: contain;
    }

    .normal-mini-box {
        margin-top: 15px;
        padding: 15px;
    }

    .normal-mini-img{
        width: 100%;
    }

    .services-line-flex {
        gap: 10px;
        margin: 20px 0 10px;
    }

    .normal-point-img {
        width: 50px;
    }

    .normal-point-flex {
        width: 100%;
    }

    .normal-point-title {
        width: 100%;
        padding-top: 0px;
    }

    .normal-point-title p {
        margin-top: 10px;
    }

    .normal-c-flex{
        gap: 20px;
        margin-top: 20px;
    }

    .normal-c-box{
        width: 100%;
        padding: 20px;
    }

    .services-line-img {
        width: calc(100% - 140px);
    }

    .normal-preventi-vertical{
        writing-mode: horizontal-tb;
        width: 70%;
        padding: 5px;
    }

    .normal-preventi-flex{
        margin-bottom: 20px;
    }

    .normal-preventi-flex2{
        margin-bottom: 0;
    }

    .normal-periodon-leaf{
        z-index: -1;
    }

    .normal-periodon-leaf{
        margin-top: 20px;
        width: 200px;
    }

    .normal-periodon-box{
        width: 100%;
        padding: 20px;
    }

    .normal-periodon-flex{
        margin-top: 20px;
        gap: 15px;
    }

    .normal-periodon-sp{
        position: absolute;
        clip-path: polygon(0 0, 50% 100%, 100% 0);
        bottom: -25px;
        left: 40%;
        width: 50px;
        height: 40px;
        background-color: rgba(228, 228, 228, 1);
    }

    .normal-preventi-link {
        margin-top: 15px
    }

    .normal-c-img{
        height: 150px;
        object-fit: contain;
    }

    .normal-laser-left{
        width: 100%;
    }

    .normal-mini-box2{
        width: 100%;
    }

    .normal-laser-span {
        width: 150px
    }

    .normal-laser-img {
        width: 50%;
        height: 200px;
        object-fit: contain;
    }

    .services-line-short{
        display: none;
    }

    .normal-pmct-flex {
        margin-bottom: 20px;
    }

    .normal-pmct-text {
        margin: 10px 0 20px;
    }

    .normal-green-box {
        padding: 15px;
    }

    .normal-green-title{
        text-align: left;
    }

    .normal-green-flex {
        justify-content: left;
        margin: 10px 0 0 30px;
    }

    .normal-green-sp {
        display: block;
    }

    .normal-green-span1{
        margin: 0;
    }

    .normal-green-span4{
        margin: 0;
    }

    .normal-pmct-leaf{
        width: 200px;
        bottom: -120px;
    }

    .normal-green-box{
        width: 100%;
        margin-top: 0px;
    }

    .normal-green-flex2{
        width: 100%;
    }

    .normal-teeth-flex {
        gap: 15px;
        margin-top: 15px;
    }

    .normal-teeth-img{
        width: 100%;
        position: static;
    }

    .normal-teeth-caudex {
        margin-top: 30px
    }

    .normal-molar-flex {
        gap: 20px;
        margin-top: 20px;
    }

    .normal-molar-box{
        width: 46%;
    }

    .normal-denture-text {
        margin-bottom: 10px;
    }

    .normal-green-flex3{
        margin-left: 0;
        line-height: 1.7;
    }

    .normal-green-img {
        width: 100%;
        margin: 10px auto 0;
    }

    .normal-pmtc-flex {
        width: 1000px;
    }
}


/*診療案内-小児歯科
-----------------------------------------------------------------------------------------*/
.child-point-flex{
    gap: 30px;
}

.child-point-left{
    width: 60%;
}

.child-point-box{
    position: relative;
    padding: 50px 30px;
    margin-top: 70px;
    border-radius: 30px;
    box-shadow: 2px 2px 10px rgba(36, 43, 40, 0.25);
}

.child-point-mini{
    position: absolute;
    width: 60px;
    top: -30px;
    left: 50px;
}

.child-point-img{
    width: 35%;
}

.child-gentle-img{
    width: 60%;
    margin-bottom: 50px;
}

.child-gentle-flex{
    gap: 50px;
    margin-bottom: 100px;
}

.child-mini-flex{
    gap: 10px;
    margin-bottom: 10px;
}

.child-gentle-left{
    width: 55%;
}

.child-mini-img{
    width: 35px;
    margin: 0;
}

.child-mini-title{
    font-size: 1.5rem;
    color: rgba(52, 152, 137, 1);
}

.child-mini-box{
    margin-bottom: 70px;
}

.child-right-img{
    width: 39%;
}

.child-parent-img{
    width: 300px;
    margin: 0 0 30px;
}

.child-parent-flex{
    text-align: left;
}

.child-parent-text{
    width: 95%;
}

@media screen and (max-width:1023px) {
    .child-point-left {
        width: 51%;
        text-align: left;
    }

    .child-point-img {
        width: 44%;
        object-fit: contain;
    }

    .child-gentle-img {
        width: 75%;
    }

    .child-gentle-left {
        width: 53%;
    }

    .child-right-img{
        object-fit: cover;
    }

    .child-parent-text{
        width: 95%;
    }
}

@media screen and (max-width:767px) {
    .child-point-left{
        width: 100%;
    }

    .child-point-mini {
        left: 15px;
    }

    .child-point-box {
        padding: 35px 15px 15px;
        margin-top: 40px;
    }

    .child-point-img{
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .child-point-flex {
        gap: 20px;
    }

    .child-gentle-img{
        width: 113%;
        margin: 0 0 0px -20px;
    }

    .child-gentle-left{
        width: 100%;
    }

    .child-mini-title {
        font-size: 1.2rem;
        font-weight: 700;
    }  
    
    .child-mini-flex{
        align-items: center;
    }

    .child-mini-box{
        margin-bottom: 20px;
    }

    .child-right-img{
        width: 100%;
        height: 200px;
    }

    .child-gentle-flex{
        gap: 20px;
        margin-bottom: 30px;
    }

    .child-parent-img{
        width: 100%;
        margin-bottom: 0;
    }
}


/*診療案内-在宅治療
-----------------------------------------------------------------------------------------*/
.home-top-text{
    margin-bottom: 100px;
}

.home-time-flex{
    gap: 30px;
}

.home-time-left{
    width: 65%;
}

.home-time-green{
    background-color: rgba(132, 205, 194, 1);
    color: rgba(255, 255, 255, 1);
    width: 200px;
    font-size: 1.1rem;
    margin: 30px 0;
    padding: 10px;
}

.home-time-text{
    font-size: 1.1rem;
    font-weight: 700;
    text-align: left;
}

.home-time-img{
    width: 30%;
    margin: 0;
    object-fit: cover;
}
@media screen and (max-width:767px) {
    .home-top-text{
        margin-bottom: 20px;
        text-align: left;
    }

    .home-time-left{
        width: 100%;
    }

    .home-time-green{
        margin: 15px 0;
    }

    .home-time-img{
        width: 100%;
    }
}

/*診療案内-自費診療
-----------------------------------------------------------------------------------------*/
.own-correction-flex{
    gap: 40px;
    justify-content: space-between;
}

.own-correction-text{
    text-align: left;
    width: 55%;
}

.own-correction-text span{
    padding-top: 20px;
    display: inline-block;
}

.own-correction-img{
    width: 40%;
    margin: 0;
}

.own-white-left{
    width: 62%;
}

.own-white-title{
    font-size: 1.1rem;
    font-weight: 700;
    text-align: left;
    margin-bottom: 20px;
}

.own-white-box{
    margin-top: 60px;
}

.own-white-line{
    width: 100%;
    margin-top: 20px;
}

.own-white-set{
    line-height: 2;
}

.normal-green-span2{
    margin-top: 55px;
    display: inline-block;

}

.normal-green-span3{
    margin-top: 20px;
    display: inline-block;
}

.own-white-top{
    position: relative;
}

.own-white-leaf{
    position: absolute;
    width: 300px;
    bottom: -100px;
    right: 0;
    margin-right: calc(50% - 50vw);
}

.own-white-span{
    margin-left: 20px;
    display: inline-block;
}

.own-white-img{
    width: 38%;
    object-fit: contain;
}

.own-bite-flex{
    margin-top: 50px;
    justify-content: space-between;
}

.own-bite-title{
    font-size: 1.5rem;
    color: rgba(52, 152, 137, 1);
    margin-bottom: 25px;
    text-align: left;
}    

.own-bite-box{
    box-shadow: 2px 2px 10px rgba(36, 43, 40, 0.25);
    gap: 20px;
    padding: 30px;
    border-radius: 30px;
}

.own-bite-flex p{
    font-family: "Noto Sans JP", sans-serif;
}

.own-bite-left{
    width: 65%;
}

.own-bite-sub{
    font-size: 1.1rem;
    margin-bottom: 15px;
    color: rgba(52, 152, 137, 1);
    text-align: left;
}

.own-bite-img{
    width: 30%;
    object-fit: cover;
    margin: 0;
}

.page-90-own{
    width: 90%;
    margin: auto;
}

@media screen and (max-width:1300px) {
    .page-90-own{
        width: 100%;
    }
}

@media screen and (max-width:1200px) {
    .own-white-left {
        width: 63%;
    }

    .own-white-img {
        width: 37%;
    }

    .own-bite-left {
        width: 50%;
    }

    .own-bite-img {
        width: 40%;
    }
}


@media screen and (max-width:1023px) {

    .own-white-left {
        width: 100%;
    }

    .own-white-img {
        width: 55%;
        margin: 30px 0 0;
    }

    .own-white-leaf {
        bottom: 60px;
    }

    .own-correction-flex {
        gap: 30px;
    }

    .own-bite-left {
        width: 57%;
    }
}

@media screen and (max-width:767px) {
    .own-correction-text{
        width: 100%;
    }

    .own-correction-img{
        width: 100%;
    }

    .own-white-box {
        margin-top: 20px;
    }

    .normal-green-span2{
        margin-top: 0;
    }

    .normal-green-span3{
        margin: 0;
    }

    .own-white-img {
        width: 100%;
        margin: 10px 0 0 -50px;
    }

    .own-white-leaf {
        bottom: 20px;
        width: 200px;
    }

    .own-bite-left{
        width: 100%;
    }

    .own-bite-box {
        padding: 20px;
    }

    .own-bite-sub {
        margin-bottom: 5px;
    }

    .own-bite-flex{
        margin-top: 20px;
        gap: 20px;
    }

    .own-bite-title{
        margin-bottom: 10px;
    }

    .own-bite-img{
        width: 100%;
    }

}

/*診療案内-インプラント
-----------------------------------------------------------------------------------------*/
.implant-flex{
    justify-content: space-between;
}

.implant-link-top{
	width: 10%;
	position: relative;
    margin: 50px;
}

.sticky {
	position: sticky;
    top: 50px;
}

.implant-link{
    display: inline-block;
    color: rgba(52, 152, 137, 1);
    border: 1px solid rgba(52, 152, 137, 1);
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 30px;
    width: 170px;
    background-color: rgba(255, 255, 255, 1);
}

.implant-right{
    width: 80%;
}

.implant-hospital-title{
    font-size: 1.7rem;
    font-weight: 700;
    color: rgba(52, 152, 137, 1);
    margin-bottom: 40px;
}

.implant-hospital-flex{
    gap: 25px;
    box-shadow: 2px 2px 10px rgba(36, 43, 40, 0.25);
    padding: 30px 50px;
    border-radius: 30px;
    align-items: flex-start;
    justify-content: center;
}

.implant-hospital-point{
    width: 60px;
    margin: 0;
}

.implant-hospital-left{
    text-align: left;
}

.implant-hospital-sub{
    font-size: 1.1rem;
    color: rgba(52, 152, 137, 1);
    margin-bottom: 15px;
}

.implant-hospital-text span{
    width: 300px; 
    display: inline-block;
    
}

.implant-straw-flex{
    gap: 50px;
    margin-bottom: 80px;
}

.implant-straw-title{
    text-align: left;
}

.implant-straw-text{
    text-align: left;
    width: 53%;

}

.implant-straw-img{
    width: 40%;
    margin: 0;
}

.implant-straw-text span{
    font-weight: 700;
}

.implant-straw-last{
    text-align: left;
    margin-bottom: 80px;
}

.implant-line-title{
    font-weight: 700;
    font-size: 1.7rem;
    color: rgba(52, 152, 137, 1);
}

.implant-line-short{
    width: calc(100% - 500px);
}

.implant-ct-text{
    text-align: left;
    margin: 40px 0;
}

.implant-ct-flex{
    gap: 50px;
    justify-content: space-between;
    margin-bottom: 80px;
}

.implant-ct-mini{
    width: 30px;
    margin: 0;
}

.implant-ct-box{
    width: 45%;
}

.implant-ct-set{
    margin-top: 15px;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.implant-boss-flex{
    gap: 30px;
    margin: 30px 0 60px;
}

.implant-boss-left{
    width: 55%;
}

.implant-boss-name{
    font-size: 1.7rem;
    font-weight: 700;
    text-align: right;
    margin-top: 30px;
}

.implant-boss-img{
    width: 40%;
}

.implant-ct-title{
    color: rgba(52, 152, 137, 1);
}

.implant-point-box{
    box-shadow: 2px 2px 10px rgba(36, 43, 40, 0.25);
    padding: 30px 50px;
    border-radius: 30px;

}

.implant-point-sub{
    font-size: 1.7rem;
    color: rgba(52, 152, 137, 1);
}

.implant-point-title{
    font-size: 1.1rem;
    color: rgba(52, 152, 137, 1);
    margin: 10px 0 15px;
}

.implant-what-img{
    width: 30px;
}

.implant-what-title{
    font-size: 1.7rem;
    font-weight: 700;
    color: rgba(52, 152, 137, 1);
   margin-bottom: 50px
}

.implant-what-big{
    margin-bottom: 80px;
}

.implant-what-text{
    text-align: left;
    margin: 20px 0 60px;
}

.implant-what-flex{
    box-shadow: 2px 2px 10px rgba(36, 43, 40, 0.25);
    padding: 20px 50px;
    border-radius: 30px;
    width: 80%;
    margin: auto;
    gap: 50px;
    align-items: center;
    margin-bottom: 30px;
}

.implant-what-flex2{
    margin-bottom: 80px;
}

.implant-what-left{
    width: 40%;
}

.implant-what-green{
    font-size: 1.1rem;
    padding: 5px;
    background-color: rgba(132, 205, 194, 1);
    color: rgba(255, 255, 255, 1);
    margin-bottom: 15px;
}

.implant-what-right{
    width: 50%;
    text-align: left;
}

.implant-speed-text{
    text-align: left;
    margin: 30px 0 80px;
}

.implant-merit-text{
    text-align: left;
    margin: 30px 0 60px;
}

.implant-scroll{
    overflow-y: scroll;
}

.implant-table{
    margin-bottom: 100px;
    width: 950px;
}

.implant-table td{
    font-size: 0.8rem;
    padding: 3px 10px;
    height: 75px;
    width: 170px;
    border: 1px solid rgba(255, 255, 255, 1);
    background-color: rgba(235, 242, 241, 1);
}

td.color{
    font-size: 1rem;
    color: rgba(255, 255, 255, 1);
    height: 55px;
}

td.color-200{
    width: 200px;
}

td.color-1{
    background-color: rgba(51, 163, 146, 1);
}

td.color-2{
    background-color: rgba(210, 169, 37, 1);
}

td.color-3{
    background-color: rgba(15, 201, 183, 1);
}

td.color-4{
    background-color: rgba(0, 115, 104, 1);
}

td.color-left{
    padding-left: 15px;
    font-size: 1rem;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(149, 149, 149, 1);
}

td.color-big{
    text-align: left;
}

td span{
    font-size: 0.8rem;
}

.implant-case-text{
    text-align: left;
    margin: 30px 0 40px;
}

.implant-case-flex{
    margin-bottom: 30px;
}

.implant-therapy-flex{
    gap: 30px;
    margin-bottom: 80px;
}

.implant-therapy-left{
    width: 65%;
}

.implant-therapy-text{
    text-align: left;
    margin-top: 30px;
}

.implant-therapy-img{
    width: 30%;
}

.implant-surgery-flex{
    gap: 35px;
    align-items: center;
    box-shadow: 2px 2px 10px rgba(36, 43, 40, 0.25);
    padding: 20px 50px;
    border-radius: 30px;
    width: 80%;
    margin: 0 auto 20px;
    position: relative;
    height: 180px;
}

.implant-surgery-flex1{
    margin-top: 30px;
}

.implant-surgery-flex4{
    margin-bottom: 80px;
}

.implant-surgery-img{
    width: 200px;
}

.implant-surgery-caudex{
    font-size: 3rem;
    color: rgba(52, 152, 137, 1);
}

.implant-surgery-text{
    text-align: left;
    width: 45%;
}

.implant-surgery-clip{
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background-color: rgba(228, 228, 228, 1);
    width: 50px;
    height: 40px;
    position: absolute;
    bottom: -20px;
    left: 50%;
}

.implant-point-flex{
    margin-bottom: 80px;
}

.implant-green-box{
    margin: 40px 0 60px;
}

.implant-green-flex{
    margin: 25px auto 0;
    width: 66%;
    text-align: left;
    line-height: 2;
}

.implant-maint-flex{
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.implant-maint-img{
    width: 40%;
    margin: 0;
    position: relative;
}

.implant-maint-green{
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(132, 205, 194, 1);
    width: 200px;
    padding: 5px;
    position: absolute;
    top: 0;
    left: 0;
}

.implant-maint-green2{
    background-color: rgba(51, 163, 146, 1);
}

.implant-maint-clip{
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    background-color: rgba(228, 228, 228, 1);
    width: 45px;
    height: 50px;
}

.implant-query-green{
    width: 40px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 25px 0 0;
    transition: opacity 0.3s;
}

.is-white {
    opacity: 0;
    position: absolute;
}

.toggle:checked + .title .is-green {
    opacity: 0;
}

.toggle:checked + .title .is-white {
    opacity: 1;
}

.implant-query-flex{
    align-items: center;
}


.toggle {
    display: none;
}

.option {
    position: relative;
    margin-bottom: 15px;
}

.title,
.content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}

.title {
    padding: 10px 40px;
    display: block;
    background-color: rgba(228, 245, 235, 1);
    text-align: left;
}

.title::after,
.title::before {
    content: "";
    position: absolute;
    right: 30px;
    top: 35%;
    width: 2px;
    height: 15px;
    background-color: rgba(52, 152, 137, 1);
    transition: all 0.3s;
}

.title::after {
    transform: rotate(90deg);
}

.content {
    max-height: 0;
    overflow: hidden;
    background-color: rgba(228, 245, 235, 1);
}

.content p {
    padding: 25px 60px;
    margin: 0;
}


.toggle:checked + .title + .content {
    max-height: 500px;
    transition: all 1.5s;

}

.toggle:checked + .title::before {
    transform: rotate(90deg) !important;
}

.toggle:checked + .title  {
    background-color: rgba(51, 163, 146, 1);
    transition: background-color 0.3s;
    color: rgba(255, 255, 255, 1);
}

.implant-query-text{
    font-size: 1.2rem;
    margin: 80px 0 50px;
}

.implant-query-link{
    font-size: 1.5rem;
    width: 300px;
    background-color: rgba(52, 152, 137, 1);
    color: rgba(255, 255, 255, 1);
    padding: 15px;
    border-radius: 50px;
    display: inline-block;
}


.implant-query-link:hover{
    background-color: rgba(255, 255, 255, 1);
    color: rgba(52, 152, 137, 1);
    border: 2px solid rgba(52, 152, 137, 1);
}



@media screen and (max-width:1200px) {
    .implant-what-flex {
        width: 90%;
    }

    .implant-surgery-flex {
        width: 100%;
    }

    .implant-surgery-text {
        width: 46%;
    }

    .implant-green-flex {
        width: 70%;
    }
}

@media screen and (max-width:1023px) {
    .implant-link-top {
        width: 100%;
        margin: 50px 30px 0;
    }

    .implant-link {
        width: 166px;
    }

    .sticky{
        display: flex;
        gap: 5px;
        flex-wrap: wrap;
    }

    .implant-right{
        width: 100%;
    }

    .implant-hospital-title {
        font-size: 1.6rem;
    }

    .implant-straw-flex {
        gap: 45px;
    }

    .implant-boss-img {
        object-fit: cover;
    }

    .implant-surgery-flex {
        padding: 20px 30px;
    }

    .implant-green-flex {
        width: 75%;
    }
}

@media screen and (max-width:767px) {
    .implant-link-top {
        margin: 40px 30px 0;
    }

    .implant-link {
        width: 149px;
        margin-bottom: 0;
    }

    .implant-hospital-title{
        text-align: left;
        margin-bottom: 20px;
        font-size: 1.2rem;
    }

    .sticky{
        gap: 20px 5px;
    }

    .implant-hospital-flex {
        gap: 15px;
        padding: 20px;
        justify-content: left;
    }

    .implant-hospital-text span{
        width: 100%;
    }

    .implant-straw-text{
        width: 100%;
    }

    .implant-straw-img{
        width: 100%;
    }

    .implant-straw-flex{
        gap: 10px;
        margin-bottom: 30px;
    }

    .implant-straw-flex2{
        gap: 0;
    }

    .implant-line-title{
        text-align: left;
    }

    .implant-straw-last{
        margin-bottom: 30px;
    }

    .implant-ct-text{
        margin: 15px 0;
    }

    .implant-ct-box{
        width: 100%;
    }

    .implant-ct-set{
        margin-top: 10px;
    }

    .implant-ct-flex{
        gap: 20px;
        margin-bottom: 30px;
    }

    .implant-boss-left{
        width: 100%;
    }

    .implant-boss-flex{
        gap: 10px;
        margin: 15px 0 20px;
    }

    .implant-boss-name{
        margin-top: 10px;
    }

    .implant-boss-img{
        width: 100%;
    }

    .implant-point-box {
        padding: 15px 15px;
    }

    .implant-point-title {
        margin: 5px 0 10px;
    }

    .implant-point-text{
        text-align: left;
    }

    .implant-what-title{
        margin-bottom: 15px;
    }

    .implant-what-big{
        margin-bottom: 20px;
        height: 150px;
        object-fit: cover;
        object-position: 10%;
    }

    .implant-what-text{
        margin: 15px 0 20px;
    }

    .implant-what-flex{
        width: 100%;
        gap: 10px;
        padding: 20px 15px;
        margin-bottom: 10px;
    }

    .implant-what-left {
        width: 45%;
    }

    .implant-speed-text{
        margin: 15px 0 30px;
    }

    .implant-merit-text{
        margin: 15px 0 30px;
    }

    .implant-case-text{
        margin: 15px 0 20px;
    }

    .implant-therapy-left{
        width: 100%;
    }

    .implant-therapy-text{
        margin-top: 15px;
    }

    .implant-therapy-img{
        width: 100%;
        height: 150px;
        object-fit: cover;
        object-position: right 20%;
    }

    .implant-therapy-flex{
        gap: 15px;
        margin-bottom: 30px;
    }

    .implant-surgery-flex {
        padding: 15px 20px 30px;
        gap: 20px;
        align-items: flex-end;
    }

    .implant-surgery-img {
        width: 76%;
        height: 100px;
        object-fit: contain;
    }

    .implant-surgery-text{
        width: 100%;
    }

    .implant-surgery-flex1{
        margin-top: 20px;
        padding: 0 20px 40px;
    }

    .implant-surgery-flex4{
        margin-bottom: 30px;
        padding: 0 20px 40px;

    }

    .implant-case-flex{
        margin-bottom: 10px;
    }

    .implant-point-flex{
        margin-bottom: 30px;
    }

    .implant-green-box{
        margin: 20px 0 30px;
    }

    .implant-green-flex{
        width: 95%;
        line-height: 1.5;
    }

    .implant-maint-clip {
        width: 15px;
        height: 40px;
    }

    .implant-maint-flex{
        gap: 0px;
        margin: 50px 0 0;
    }

    .implant-maint-green {
        width: 100%;
        top: -32px;
    }

    .implant-maint-img{
        width: calc((100% - 15px)/2);
    }

    .title{
        padding: 10px;
    }

    .implant-query-green {
        margin: 0 10px 0 0;
    }

    .implant-query-a{
        width: 70%;
    }

    .implant-query-text{
        margin: 30px 0 20px;
        text-align: left;
    }

.implant-table{
    margin-bottom: 30px;
}






}


/*初診案内
-----------------------------------------------------------------------------------------*/
.first-text{
    font-size: 1.2rem;
    margin-bottom: 50px;
}

.first-top{
    padding-bottom: 250px;
    position: relative;
}

.first-leaf{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 250px;
}


@media screen and (max-width:767px) {
    .first-top {
        padding-bottom: 60px;
    }

    .first-text{
        margin-bottom: 20px;
        text-align: left;
    }

    .first-leaf{
        display: none;
    }

}

/*求人案内
-----------------------------------------------------------------------------------------*/
.recruit-top-title{
    font-size: 1.7rem;
    font-weight: 700;
    color: rgba(52, 152, 137, 1);
    margin-bottom: 100px;
}

.recruit-message-flex{
    gap: 50px;
    margin-bottom: 50px;
    align-items: center;
}

.recruit-message-left{
    width: 55%;
}

.recruit-message-img{
    width: 370px;
    margin: 0 auto 50px 0;
}

.recruit-message-span{
    display: inline-block;
    margin: 20px 0;
}

.recruit-message-boss{
    width: 39%;
}

.recruit-message-name{
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 30px;
}

.recruit-message-box{
    text-align: left;
}

.recruit-message-link{
    font-size: 1.2rem;
    color: rgba(51, 163, 146, 1);
    display: inline-block;
    width: 300px;
    border: 2px solid rgba(51, 163, 146, 1);
    padding: 20px;
    border-radius: 50px;
    text-align: center;
}

.recruit-message-link:hover{
    background-color: rgba(52, 152, 137, 1);
    color: rgba(255, 255, 255, 1);
}

.recruit-message-clip{
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-left: 10px;
    background-color: rgba(51, 163, 146, 1);
}

.recruit-message-link:hover .recruit-message-clip{
    background-color: rgba(255, 255, 255, 1);
}

.recruit-interview-flex{
    text-align: left;
    gap: 40px;
    margin-bottom: 70px;
    align-items: center;
}

.recruit-interview-left{
    width: 50%;
}

.recruit-interview-mini{
    font-size: 0.8rem;
}

.recruit-interview-graduate{
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 50px;
}

.recruit-interview-work{
    font-size: 1.1rem;
    color: rgba(52, 152, 137, 1);
    margin-bottom: 15px;
}

.recruit-interview-img{
    width: 45%;
}

.recruit-interview-box{
    box-shadow: 2px 2px 10px rgba(36, 43, 40, 0.25);
    padding: 30px 40px;
    border-radius: 30px;
    text-align: left;
}

.recruit-interview-green{
    font-size: 1.1rem;
    color: rgba(52, 152, 137, 1);
    margin-bottom: 15px;
}

.recruit-interview-green2{
    margin-top: 25px;
}

.recruit-interview-flex2{
    margin-top: 120px;
}

.recruit-works-img{
    margin-left: calc(50% - 50vw);
    width: 90%;
}    

.recruit-works-top{
    position: relative;
}

.recruit-works-leaf{
    position: absolute;
    width: 30%;
    top: 0px;
    right: 0;
    margin-right: calc(50% - 50vw);
}

.recruit-works-flex{
    gap: 50px;
    margin: 100px 0;
    text-align: left;
    align-items: center;
}

.recruit-works-left{
    width: 50%;
}

.recruit-line-img{
    width: 50%;
}

.recruit-works-box{
    gap: 20px;
    margin-bottom: 15px;
}

.recruit-works-right{
    width: 44%;
    object-fit: cover;
}

.recruit-works-flow{
    width: 80%;
}

.recruit-in-flex{
    gap: 50px;
    text-align: left;
}

.recruit-line-flex{
    margin-top: 0;
    font-weight: 700;
}

.recruit-line-flex2{
    width: 50%;
}

.recruit-job-img{
    width: 600px;
    margin-bottom: 80px;
}

.recruit-job-flex{
    gap: 20px;
    text-align: left;
    margin-bottom: 25px;
}

.recruit-job-left{
    width: calc(50% - 20px);
}

.recruit-job-doctor{
    font-size: 1.7rem;
    font-weight: 700;
    color: rgba(51, 163, 146, 1);
}

.recruit-job-money{
    font-size: 1.1rem;
    color: rgba(52, 152, 137, 1);
    margin: 15px 0;
}

.recruit-job-table th{
    background-color: rgba(149, 149, 149, 1);
    width: 150px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 1);

}

.recruit-job-table td{
    background-color: rgba(235, 242, 241, 1);
    width: calc(100% - 150px);
    padding: 20px 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 1);

}

.recruit-job-table2 td{
    background-color: rgba(228, 245, 235, 1);
}

.recruit-top{
    position: relative;
}

.recruit-top-leaf{
    position: absolute;
    width: 250px;
    top: 200px;
    right: 0;
    margin-right: calc(50% - 50vw);
}

.recruit-job-left3{
    display: none;
}

@media screen and (max-width:1200px) {
    .recruit-works-flow {
        width: 79%;
    }

    .recruit-job-table td {
        padding: 20px 24px;
    }

    .recruit-line-img {
        width: 48%;
    }

    .recruit-line-flex2 {
        width: 55%;
    }

    .recruit-job-img{
        width: 500px;
    }

}

@media screen and (max-width:1023px) {
    .recruit-message-left{
        width: 100%;
    }

    .recruit-message-boss {
        width: 80%;
        margin: auto;
    }

    .recruit-boss-img{
        height: 400px;
        object-fit: cover;
        object-position: center 20%;
    }

    .recruit-message-box{
        text-align: center;
    }

    .recruit-interview-img {
        width: 44%;
    }

    .recruit-works-flow {
        width: 73%;
    }

    .recruit-works-left{
        width: 54%;
    }

    .recruit-works-flex{
        gap: 10px;
    }

    .recruit-line-img {
        width: 40%;
    }

    .recruit-line-flex {
        gap: 5px;
    }

    .recruit-line-flex2 {
        width: 70%;
    }

    .recruit-in-flex2{
        gap: 50px;
    }

    .recruit-works-left2{
        width: 48%;
    }

    .recruit-job-left2{
        display: none;
    }

    .recruit-job-left3{
        display: block;
        margin-top: 50px;
    }

    .recruit-job-left{
        width: 100%;
    }

    .recruit-job-img{
        width: 400px;
    }


}

@media screen and (max-width:767px) {
    .recruit-message-img{
        width: 70%;
        margin-bottom: 15px;
    }

    .recruit-top-title{
        margin-bottom: 20px;
    }

    .recruit-message-span{
        margin: 10px 0;
    }

    .recruit-message-boss{
        width: 100%;
    }

    .recruit-boss-img{
        height: 250px;
    }

    .recruit-message-flex{
        gap: 20px;
        margin-bottom: 25px;
    }

    .recruit-message-name{
        margin-top: 10px;
    }

    .recruit-interview{
        height: 200px;
        object-fit: cover;
    }

    .recruit-top-leaf{
        display: none;
    }

    .recruit-message-link{
        width: 100%;
    }

    .recruit-interview-left{
        width: 100%;
    }

    .recruit-interview-graduate{
        margin-bottom: 10px;
    }

    .recruit-interview-work{
        margin-bottom: 5px;
    }

    .recruit-interview-img{
        width: 100%;
    }

    .recruit-interview-flex{
        gap: 15px;
        margin-bottom: 20px;
    }

    .recruit-interview-box{
        padding: 20px;
    }

    .recruit-interview-flex2{
        margin-top: 30px;
    }

    .recruit-works-img{
        height: 170px;
        object-fit: cover;
        object-position: 30%;
        width: 100%;
    }

    .recruit-works-left{
        width: 100%;
    }

    .recruit-works-flex{
        margin: 30px 0;
    }

    .recruit-works-flow{
        width: 72%;
    }

    .recruit-works-right{
        width: 100%;
    }

    .recruit-line-flex2{
        width: 100%;
    }

    .recruit-line-img {
        width: 35%;
    }

    .recruit-in-flex2{
        gap: 20px;
    }

    .recruit-job-img {
        width: 90%;
        margin-bottom: 21px;
    }

    .recruit-job-money{
        margin: 5px 0;
    }

    .recruit-job-flex{
        margin-bottom: 15px;
    }

    .recruit-job-table th{
        width: 80px;
    }

    .recruit-job-table td {
        padding: 15px 10px;
    }

    .recruit-job-left3{
        margin-top: 0px;
    }
    
    .implant-query-text{
        margin: 20px 0;
    }

    .recruit-works-leaf{
        display: none;
    }
}


/*お問い合わせ
-----------------------------------------------------------------------------------------*/
.contact-tel-box{
    background-color: rgba(241, 247, 246, 1);
    border-radius: 30px;
    width: 70%;
    padding: 40px;
    margin: auto;;
}

.contact-tel-title{
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: rgba(51, 163, 146, 1);
}

.contact-tel-flex{
    gap: 100px;
    justify-content: center;
}

.contact-tel-set{
    align-items: center;
}

.contact-tel-img{
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-right: 10px;
}

.contact-tel-number{
    font-size: 2.2rem;
    color: rgba(51, 163, 146, 1);
}

.contact-tel-time{
    font-size: 0.9rem;
    margin-top: 15px;
}

.contact-tel-web{
    color: rgba(51, 163, 146, 1);
    margin-bottom: 10px;
 
}

.contact-mail-title{
    font-size: 1.7rem;
    font-weight: 700;
    color: rgba(51, 163, 146, 1);
    margin: 120px 0 50px;
}

.contact-mail-box{
    background-color: rgba(132, 205, 194, 1);
    width: 90%;
    margin: auto;
    padding: 80px 40px;
    border-radius: 30px
}

.text-common{
    width: 100%;
    height: 56px;
    padding: 10px 50px;
    border: none;
    margin: 10px 0 35px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
}

.contact-common{
    width: 100%;
    height: 240px;
    padding: 30px 50px;
    border: none;
    margin: 10px 0 35px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
}

.required{
    font-size: 0.7rem;
    color: rgba(222, 0, 0, 1);
    margin-left: 10px;
}

.contact-privacy{
    color: rgba(0, 0, 0, 1);
    border-bottom: 1px solid rgba(52, 52, 52, 1);
    color: rgba(52, 52, 52, 1);
}

.contact-privacy-all{
    margin-top: 10px;
    display: inline-block;
    color: rgba(52, 52, 52, 1);
}

.button-submit{
    border: none;
    margin: 50px auto 0;
    display: block;
    opacity: 0.5;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    width: 200px;
    border-radius: 30px;
    height: 50px;
    background-color: rgba(51, 163, 146, 1);
    position: relative;

}

.button-submit::after{
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background-size: contain;
    top: 10px;
    right: 15px;
    background-image: url("../images/contact-arrow.png");
}

.button-submit.active {
    opacity: 1;
    cursor: pointer;
    background-color: rgba(51, 163, 146, 1);
}

@media screen and (max-width:1200px) {
    .contact-tel-box{
        width: 80%;
    }
}

@media screen and (max-width:1023px) {
    .contact-tel-box {
        width: 100%;
    }

    .contact-tel-flex {
        gap: 40px;
    }

    .contact-mail-box{
        width: 100%;
    }
}



@media screen and (max-width:767px) {
    .contact-tel-box{
        padding: 20px;
    }

    .contact-tel-title{
        margin-bottom: 15px;
    }

    .contact-tel-img {
        width: 30px;
        height: 30px;
    }

    .contact-tel-time{
        margin-top: 10px;
    }

    .implant-query-link{
        width: 100%;
    }

    .contact-tel-flex{
        gap: 30px;
    }

    .contact-web-box{
        width: 100%;
    }

    .contact-mail-title{
        margin: 40px 0 15px;
    }

    .contact-mail-box{
        padding: 30px 20px;
    }

    .text-common{
        padding: 10px 20px;
        margin-bottom: 20px;
    }

    .contact-common{
        padding: 20px;
        margin-bottom: 15px;
    }

    .button-submit{
        margin-top: 20px;
        width: 100%;
    }



    
}


/*プライバシーポリシー
-----------------------------------------------------------------------------------------*/
.privacy-top{
    width: 90%;
    margin: auto;
}

.privacy-title{
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(132, 205, 194, 1);
    padding: 15px 60px;
    margin: 50px 0 15px;
    text-align: left;
}
@media screen and (max-width:1023px) {
    .privacy-top{
        width: 100%;
    }

    .privacy-title{
        padding: 15px 20px;
    }
}


@media screen and (max-width:767px) {
    .privacy-title{
        padding: 10px;
        margin: 20px 0 10px;
    }
}


/*
-----------------------------------------------------------------------------------------*/
