@charset "UTF-8";
img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
img[src$=".svg"] {
    width: 100%;
}
@media screen and (max-width: 900px) {
    #webreserve img {
        width: auto;
    }
}

#pagetop .hvr-push {
    width: 150px;
    height: 140px;
}
.cf:before,
.cf:after {
    content: "";
    display: block;
    overflow: hidden;
}
.cf:after {
    clear: both;
}
.cf {
    zoom: 1;
}
h3.mid-tit {
    text-align: center;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: bold;
    margin-bottom: 30px;
}
.big-tit {
    text-align: center;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
    .pc {
        display: none;
    }
    h3.mid-tit {
        font-size: 20px;
        font-size: 2.0rem;
        margin-bottom: 20px;
    }
    .big-tit {
        font-size: 25px;
        font-size: 2.5rem;
        margin-bottom: 10px;
    }
}
@media screen and (min-width: 641px) {
    .sp {
        display: none;
    }
}
#introSec {
    position: relative;
    background: #f5f1ee;
    padding: 120px 0;
    margin-bottom: 0;
}
#introSec .isInr {
    position: relative;
    display: block;
    width: 90%;
    max-width: 940px;
    margin: 0 auto;
}
.intro-01 {
    margin: 7rem auto 0;
    max-width: 400px;
    width: 95%;
}
.isInfo h2 {
    text-align: center;
    font-size: 48px;
    font-size: 4.8rem;
    font-weight: 700;
    margin-bottom: 60px;
    color: #8bac61;
}
.isInfo h2 span {
    position: relative;
}
.isInfo h2 span small {
    position: absolute;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 300;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    width: 100%;
}
.isInfo h3 {
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 30px;
	font-weight: 500;
}
#treatmentSec {
    padding-top: 100px;
    margin-bottom: 0;
    padding-bottom: 100px;
    background: url(../../../lib/cmn_img/gizagiza_02.gif) left top repeat-x;
}
.treatmentInr {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 100px;
}
.treatmentInr h2 {
    font-size: 48px;
    font-size: 4.8rem;
    margin-bottom: 30px;
    text-align: center;
    color: #8bac61;
    font-weight: 700;
}
.treatment__sub-title {
    width: fit-content;
    background: #8BAC61;
    margin: 0 auto 3rem;
    border-radius: 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 0 1rem;
}
.treatmentInr h3 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 auto 3rem;
    text-align: center;
    font-weight: 500;
}
.treatmentInr .treatmentTxt {
    width: 90%;
    max-width: 730px;
    margin: 0 auto 20px;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}
.treatmentInr .treatmentTxt2 {
    max-width: 753px;
    margin: 0 auto;
    width: 95%;
}
.treatmentList {
    position: relative;
    display: block;
    width: 100%;
    padding: 50px;
    background: #fefaf9;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}
.treatment__list {
    margin-top: 43px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
li.treatment__item {
    width: 32%;
    position: relative;
    padding: 100px 4% 70px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
li.treatment__item .bg {
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 50%;
    z-index: 0;
}
.treatment__title {
    font-size: 2.2rem;
    font-weight: 700;
    position: relative;
    z-index: 1;
}
.treatment__text {
    font-size: 1.4rem;
    font-weight: 500;
    position: relative;
    z-index: 1;
}
.treatment__dec {
    position: absolute;
    right: -7%;
    bottom: -70px;
    width: 150px;
}
@media screen and (max-width: 1200px) and (min-width: 1000px) {
    .treatment__list {
        flex-wrap: wrap;
        gap: 1rem 3rem;
        justify-content: center;
    }
    li.treatment__item {
        padding: 110px 4%;
        width: 38%;
    }
    .treatment__dec {
        right: 240px;
        bottom: 10px;
    }
}
@media screen and (max-width: 999px) and (min-width: 834px) {
    .treatment__list {
        flex-wrap: wrap;
        gap: 1rem 3rem;
        justify-content: center;
    }
    li.treatment__item {
        padding: 110px 4%;
        width: 45%;
    }
    .treatment__dec {
        right: 240px;
        bottom: -30px;
    }
}
@media screen and (max-width: 834px) and (min-width:0px) {
    .treatment__list {
        flex-direction: column;
        gap: 3rem;
    }
    li.treatment__item {
        max-width: 280px;
        padding: 3rem 9%;
        width: 100%;
    }
    .treatment__dec {
        right: 0;
        bottom: -30px;
        width: 100px;
    }
    .treatmentInr h3 {
        font-size: 2rem;
    	margin: 0 auto 2rem;
    	width: 100%;
		max-width: 350px;
    }
}
.promise__wrap {
    margin-top: 7.4rem;
    border: 1rem #FBF8F5 solid;
    background: #BDD398;
    border-radius: 20px;
    padding: 3rem 6% 4rem;
    position: relative;
}
.promise__title {
    width: 30rem;
	text-align: center;
    font-size: 3.6rem;
    font-weight: 500;
    color: #fff;
    position: relative;
    margin-bottom: 2rem;
}
.promise__title::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #fff;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.promise__title::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #fff;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.promise__text {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
}
.promise__text span {
    font-size: 2rem;
    display: block;
}
.promise__list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 5.7rem;
}
li.promise__item {
    width: 32%;
    background: #FBF8F5;
    border-radius: 5px;
    padding: 3.2rem 5% 1.5rem;
    position: relative;
}
li.promise__item img {
    position: absolute;
    max-width: 45px;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.promise__child-text {
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
}
.promise__dec {
    position: absolute;
    left: -40px;
    bottom: -100px;
    max-width: 66px;
}
.surgenInr {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 100px;
}
.surgenInr h2 {
    font-size: 4.8rem;
    margin-bottom: 30px;
    text-align: center;
    color: #8bac61;
    font-weight: 700;
    line-height: 1.3;
}
.surgen-text {
    max-width: 800px;
    margin: 0 auto;
    width: 95%;
}
.surgen__list {
    margin: 3rem 0 15rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
li.surgen__item {
    width: 28%;
    background: #A7D7DA;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
}

li.surgen__item .surgen__item--link{ 
	width: 100%;
	height: 100%;
    color: #fff;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    gap: 2rem 0;
    justify-content: center;
    align-items: center;
	position: relative;
}
li.surgen__item .surgen__item--link:hover{ 
	text-decoration: none;
}
.surgen__item--icon {
    width: 100px;
    height: auto
}
li.surgen__item .surgen__item--deco {
    position: absolute;
}
@media screen and (max-width:1100px) and (min-width: 901px) {
	
	li.surgen__item .surgen__item--deco {
		width: 65%;
	}
}
li.surgen__item1 {
    background: #A7D7DA;
}
li.surgen__item1 .surgen__item--deco {
    max-width: 20rem;
    max-height: 25rem;
    left: -30%;
    top: -4%;
}
li.surgen__item2 {
    background: #F2C5C7;
    margin-top: 6rem;
    margin-left: 5%;
}
li.surgen__item2 .surgen__item--icon {
    width: 60px;
    height: auto
}
li.surgen__item2 .surgen__item--deco {
    max-width: 20rem;
    max-height: 25rem;
    left: -26%;
    top: 30%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
li.surgen__item3 {
    background: #bdd398;
}
li.surgen__item3 .surgen__item--deco {
    max-width: 18.3rem;
    max-height: 22.6rem;
    right: -39%;
    bottom: 0;
}
.surgen__title {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
}
.surgen-detail__list {
    display: flex;
    flex-direction: column;
    gap: 15rem 0;
}
.surgen-detail__item {
    position: relative;
    display: block;
    width: 100%;
    padding: 50px;
    background: #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 0 0 8px #dcdcdc;
	scroll-margin: 18rem;
}
.surgen-detail__dec {
    position: absolute;
    right: -80px;
    top: -60px;
    max-width: 27rem;
    height: auto;
}
.surgen-detail__item .icon {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    position: relative;
    display: block;
    margin: -10rem auto 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}
.surgen-detail__item:nth-child(1) .icon {
    background: #A7D7DA;
}
.surgen-detail__item:nth-child(2) .icon {
    background: #F2C5C7;
}
.surgen-detail__item:nth-child(2) .icon img {
    width: 50px;
}
.surgen-detail__item:nth-child(3) .icon {
    background: #BDD398;
}
.menu-tit-1 {
    position: relative;
    display: block;
    width: 100%;
    margin: 70px auto;
}
.menu-tit-1 .en-10 {
    position: absolute;
    font-family: 'Quicksand', sans-serif;
    font-size: 100px;
    color: #f5f1ee;
    text-align: center;
    width: 100%;
    left: 0;
    top: -10px;
    font-weight: bold;
}
p.big-tit {
    text-align: center;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    padding: 10px 0 0;
}
.round-tit {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.round-tit span {
    display: inline-block;
    background: #3f3a39;
    padding: 4px 20px;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
}
.boxs-11 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url("../img/e-giza.png") left bottom repeat-x;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 60px;
}
.surgen-detail__item3 .boxs-11 {
    background-image: none !important;
    padding: 0;
}
.boxs-11 .left {
    width: 50%;
    background: #FBF8F5;
    border-radius: 20px;
    padding: 3.3rem 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.surgen-detail__item2 .boxs-11 .left img {
    max-height: 28rem;
    height: 100%;
    width: auto;
}
.boxs-11 .right {
    width: 52%;
    float: right;
    padding: 30px 2.6% 0;
    text-align: left !important;
}
.center-10 {
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.cleaning-img {
    display: block;
    width: 100%;
    margin: 0 auto 50px;
}
.illust-kobito {
    display: block;
    width: 100%;
    max-width: 860px;
    margin: 60px auto;
}
.white-ing {
    width: 100%;
    margin: 0 auto;
    background: #a9afc9;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.white-ing .left {
    width: 50%;
    float: left;
}
.white-ing .left img {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.white-ing .right {
    width: 50%;
    float: right;
    text-align: left !important;
    padding-right: 50px;
}
.boxs-tit5 {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
}
.boxs-tit5 span {
    display: block;
    font-size: 35px;
    line-height: 1;
}

.surgen-detail__lower--title-box {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    margin: 5.2rem auto 0;
    max-width: 620px;
    width: 90%;
    color: #8BAC61;
    font-size: 3rem;
    font-weight: 700;
}
.lower-icon1 {
    position: absolute;
    left: 0;
    max-width: 124px;
    top: -13rem;
}
.lower-icon2 {
    position: absolute;
    right: -5%;
    max-width: 188px;
    top: -10rem;
}
.menu-oral-list {
    margin-top: 4rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.menu-oral-list li {
    width: 30%;
}
.type__picture-box {
    border-radius: 10px;
    border: 1px solid #D6D6D6;
    padding: 1.45rem 16%;
    position: relative;
    overflow: hidden;
    min-height: 21rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.type__picture-box .number {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 0 10px 0;
    background: #3F3A39;
    aspect-ratio: 1 / 1;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    width: 5rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.type-title {
    margin-top: 3rem;
    text-align: center;
    font-size: clamp(1.7rem, 2.2vw, 2rem);
    font-weight: 700;
    margin-bottom: 2rem;
}
	.type-title br {
		display: none;
	}

@media screen and (max-width: 1160px) and (min-width: 901px) {
	
	.type-title br {
		display: block;
	}
}
.type-text {
    font-size: 1.4rem;
    font-weight: 500;
}
.surgen-detail__item2 .surgen-detail__lower-box {
    background-color: #FBF8F5;
    border-radius: 20px;
    margin-top: 5rem;
    padding: 5rem 4%;
}
.implant__main-title {
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    color: #8BAC61;
    margin-bottom: 3.6rem;
}
.implant_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.implant__picture {
    width: 53%;
}
.implant__text-box {
    width: 45%;
}
.implant__title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 2rem;
}
.implant__title span {
    display: flex;
    margin-bottom: 1rem;
    background: #8BAC61;
    border-radius: 12.5px;
    width: fit-content;
    padding: 0.5rem 1rem;
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
}
.implant__text {
    font-size: 1.6rem;
    font-weight: 500;
}
.support {
    margin-top: 6rem;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 3rem 4%;
}
.lower-title {
    text-align: center;
    font-size: 2.4rem;
	line-height: 1.5;
    font-weight: 700;
}
.support .type__picture-box {
    padding: 1.85rem 19%;
    background: #FFFFFF;
}
.support .type__picture-box img {
    min-height: 12rem;
}
.support .type-title {
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 2rem;
}
.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 4rem;
}
.tags li {
    background: #8BAC61;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 400;
    color: #fff;
    padding: 0.7rem 1rem;
    line-height: 1;
}
.tags li img {
    width: 14px;
    height: auto;
}
@media screen and (max-width: 900px) {
    #introSec {
        padding: 0 0 6rem;
    }
    .isInfo h2 {
        font-size: 3.0rem;
		line-height: 1.3;
        margin-bottom: 30px;
    }
    .isInfo h3 {
        font-size: 2.2rem;
        margin-bottom: 30px;
		line-height: 1.7;
    }
    .intro-01 {
        margin: 5rem auto 0;
		max-width: 220px;
    }
    #treatmentSec {
        padding: 6rem 0;
    }
    .treatmentInr h2 {
        font-size: 3.0rem;
        margin-bottom: 20px;
		line-height: 1.3;
    }
    .treatment__sub-title {
        font-size: 15px;
        margin: 0 auto 2rem;
    }
    .treatmentInr .treatmentTxt {
        width: 95%;
        font-size: 2rem;
    }
    .promise__title {
        font-size: 2.2rem;
        margin-bottom: 20px;
    }
	.promise__text {
		text-align: left;
	}
    .promise__text span {
		text-align: center;
        font-size: 1.7rem;
        margin-bottom: 1rem;
    }
    .promise__list {
        flex-direction: column;
        gap: 6rem 0;
        margin-top: 6rem;
    }
    li.promise__item {
        width: 100%;
    }
    .promise__child-text {
        font-size: 1.7rem;
    }
    .promise__dec {
        bottom: -100px;
        max-width: 46px;
        left: -10px;
    }
    .surgenInr h2 {
        font-size: 2.8rem;
        margin-bottom: 2rem;
        line-height: 1.3;
    }
    .surgen__list {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
		position: relative;
		gap: 10rem;
		max-width: 500px;
		margin: 12rem auto 10rem;
    }
    li.surgen__item {
        width: 51%;
        max-width: 300px;
    }
	li.surgen__item .surgen__item--link{ 
        gap: 1rem;
	}
	li.surgen__item1 .surgen__item--deco {    
		max-width: 13rem;
		max-height: max-content;
		left: -3%;
		top: -10rem;
	}
	li.surgen__item2 .surgen__item--deco {
		max-width: 11.7rem;
		max-height: none;
		left: 1%;
		top: 1rem;
	}
	li.surgen__item3 .surgen__item--deco {
        max-width: 13rem;
        max-height: none;
        right: 0;
        bottom: auto;
        top: -7rem;
	}
    .surgen__item--deco {
        max-width: 14rem;
    }
    .surgen__item--icon {
        width: 60px;
    }
    .surgen__title {
        font-size: 1.4rem;
        line-height: 1.5;
    }
    li.surgen__item2 {
        margin: 0;
		position: absolute;
		right: 0;
		    top: 30%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);

    }
	li.surgen__item2 .surgen__item--icon {
		width: 45px;
	}
	.surgen-detail__list {
		gap: 10rem 0;
	}
    .surgen-detail__item {
        padding: 30px 5%;
		scroll-margin: 6rem;
    }
    .surgen-detail__dec {
        max-width: 12rem;
        right: -10px;
    }
    .surgen-detail__item .icon {
        width: 7rem;
        height: 7rem;
        margin: -7rem auto 0rem;
    }
	.surgen-detail__item:nth-child(2) .icon img {
		width: 30px
	}
    .menu-tit-1 {
        margin: 20px auto 0;
    }
    .menu-tit-1 .en-10 {
        font-size: 35px;
        left: 0;
        top: -10px;
    }
    p.big-tit {
        font-size: 2.0rem;
    }
    .surgen-detail__item .boxs-11 {
        flex-direction: column;
        gap: 3rem 0;
        justify-content: space-between;
    }
    .surgen-detail__item .boxs-11 .left {
        width: 100%;
    }
    .surgen-detail__item .boxs-11 .left img {
        max-height: none;
        height: auto;
        width: 100%;
        max-width: 380px;
    }
    .surgen-detail__item .boxs-11 .right {
        width: 100%;
        padding: 0;
    }
    .boxs-tit5 {
        font-size: 1.9rem;
    }
    .surgen-detail__lower-box {
        margin-top: 0;
    }
    .surgen-detail__lower--title-box {
        margin: 3.2rem auto 0;
        font-size: 2rem;
        width: 100%;
    }
    .lower-icon1 {
        max-width: 60px;
        top: -4rem;
        left: 2%;
    }
    .lower-title {
        font-size: 1.8rem;
    }
    .lower-icon2 {
        max-width: 8rem;
        right: 2%;
        top: -4rem;
    }
    .menu-oral-list {
        flex-direction: column;
        gap: 3rem;
    margin-top: 1rem;
    }
    .menu-oral-list li {
        width: 100%;
    display: flex
;
    flex-direction: column;
    align-items: center;
    }
    .menu-oral-list li .type__picture-box {
        min-height: auto;
    }
	.menu-oral-list li .type__picture-box img {
        max-width: 400px;
		
	}
    .type__picture-box .number {
        width: 4rem;
        height: 4rem;
        font-size: 1.8rem;
    }
    .menu-oral-list li .type-title {
        font-size: 1.8rem;
        margin: 2rem 0 1rem;
    }
    .surgen-detail__item2 .boxs-11 .left img {
        width: 48%;
    }
    .surgen-detail__item2 .surgen-detail__lower-box {
        margin-top: 2rem;
        padding: 1rem 4% 3rem;
    }
    .implant {
        margin-top: 2rem;
    }
    .implant__main-title {
        font-size: 1.9rem;
        text-align: center;
    }
    .implant_main {
        flex-direction: column;
        gap: 2rem 0;
    }
    .implant__picture {
        width: 100%;
    }
    .implant__text-box {
        width: 100%;
    }
    .implant__title {
        font-size: 1.8rem;
        text-align: left;
        line-height: 1.5;
        margin-bottom: 1.3rem;
    }
    .implant__title span {
        font-size: 1.4rem;
    }
    .implant__text {
        font-size: 1.4rem;
    }
    .support {
        margin-top: 4rem;
    }
    .surgen-detail__item2 .menu-oral-list {
        margin-top: 1rem;
        gap: 2rem;
    }
    .surgen-detail__item2 .menu-oral-list .type-title {
        font-size: 1.5rem;
        margin: 1rem 0;
    }
    .tags {
        margin-top: 3rem;
    }
    .tags li {
        font-size: 1.3rem;
    }
}