@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
	/* display: flex;
	align-items: center; */
	aspect-ratio: 3072 / 1840;
	position: relative;
	display: flex;
	align-items: center;
	background: url(../img/index/main_img.webp) no-repeat center top;
	/* min-height: 92rem; */
	background-size: cover;
}
#main .mainVisual .textImg {
	position: absolute;
	top: 6.6%;
	right: calc(50% - 15.2rem);
	width: 23.9rem;
}
#main .mainVisual .content {
	width: 100%;
	max-width: 133.5rem;
	padding: 11.3rem 2rem 0;
}
#main .h2Ttl {
	margin-bottom: 1.3rem;
}
#main .h2Ttl span {
	display: inline;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	background: linear-gradient(90deg, #F363AB 0%, #1AA6D5 100%);
	padding: 0.1rem 1rem 0.3rem 2rem;
	box-sizing: border-box;
	color: #FFF;
	font-size: 3.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 187%; 
	letter-spacing: 0.384rem;
}
#main .h3Ttl {
	margin-bottom: -1.4rem;
	font-size: 13rem;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: -2rem;
}
#main .h3Ttl small {
	margin-bottom: -2rem;
	display: block;
	font-size: 6.3rem;
	line-height: 120%; 
	letter-spacing: -0.6rem;
}
#main .visualDl {
	margin-left: -8rem;
	display: flex;
	align-items: flex-start;
}
#main .visualDl dt {
	margin: -0.7rem -3.8rem 0 0;
	width: 21.2rem;
	position: relative;
	z-index: 1;
}
#main .visualDl ul {
	display: flex;
}
#main .visualDl li {
	margin: 0 -3rem;
	width: 22rem;
	height: 22rem;
	padding: 2rem;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	background: url(../img/index/bg01.webp) no-repeat no-repeat;
	background-size: cover;
	font-size: 2rem;
	font-weight: 700;
	line-height: 130%; 
	letter-spacing: 0.08rem;
}
#main .visualDl .txtSpan {
	margin-top: 0.6rem;
	display: block;
	color: #DF329A;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 160%; 
	letter-spacing: 0.088rem;
}
#main .visualDl .txtSpan .num {
	font-size: 4.8rem;
}

#main .visualDl .liStyle .txtSpan {
	font-size: 2.6rem;
	margin-top: -0.5rem;
}
#main .outcome {
	margin-bottom: -6rem;
	position: relative;
	padding: 4.5rem 0 0;
}
#main .outcome .content {
	max-width: 135.4rem;
	align-items: flex-start;
}
#main .outcome .ttl {
	width: 59.5rem;
	color: #1AA6D5;
	font-size: 4.8rem;
	font-weight: 500;
	line-height: 1.5; 
}
#main .outcome .ttl img {
	width: 10.4rem;
	margin-left: 2rem;
	vertical-align: 0.2rem;
}
#main .outcome .ttl .bg {
	display: inline-block;
	background: linear-gradient(transparent 0%, transparent 70%, #FFFB88 70%, #FFFB88 100%);
	background-position: center bottom 0.8rem;
}
#main .outcome .rBox {
	padding-top: 1.5rem;
	flex: 1;
}
#main .comList {
	display: flex;
	position: relative;
	filter: drop-shadow(0 1rem 0.4rem rgba(0,0,0,0.1));
}
#main .comList:after {
	width: 2rem;  
	height: 3rem;
	background: url(../img/common/icon02.webp) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	top: 50%;
	transform: translate(-50%,-50%);
	left: 50%;
	content: ""; 
}
#main .comList li {
	width: 50%;
	position: relative;
}
#main .comList li span {
	position: absolute;
	top: 0.5rem;
	left: 1rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.7;
	color: #fff;
	line-height: 1;
}
#main .comList li img {
	width: 100%;
}
#main .implants {
	padding: 12rem 0 14.5rem;
	background: url(../img/index/bg02.webp) no-repeat center;
	background-size: cover;
}
#main .implants .content {
	max-width: 136rem;
}
#main .implants .lBox {
	width: 55%;
}
#main .implants .rBox {
	margin-top: -0.3rem;
	padding-left: 0.2rem;
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#main .implants h2 {
	padding: 0 2.5rem 6rem;
	width: fit-content;
	max-width: 58.3rem;
	color: var(--white, #FFF);
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 140%; 
	letter-spacing: 0.104rem;
	min-height: 7.7rem;
	text-align: center;
	margin-bottom: 0.5rem;
	background: url(../img/index/bg04.webp) no-repeat center bottom;
	background-size: 100% auto;
}
#main .implants h3 {
	margin-bottom: 3.2rem;
	color: var(--yellow, #FFFB88);
	font-size: 3.4rem;
	font-weight: 500;
	line-height: 150%; 
	letter-spacing: -0.03em;
}
#main .implants .lBox p {
	color: var(--white, #FFF);
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 180%; 
	letter-spacing: 0.18rem;
}
#main .implants .rBox .photoBox {
	margin-right: 3.2rem;
	width: 37%;
}
#main .implants .rBox .photoBox img {
	width: 100%;
}
#main .implants .rBox .list {
	margin-right: 6rem;
	margin-top: 7.7rem;
	flex: 1;
	border-top: 1px solid #fff;
}
#main .implants .rBox .list li {
	border-bottom: 1px solid #fff;
	color: var(--yellow, #FFFB88);
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.22rem;
	padding: 2.3rem 0 2.3rem 5rem;
	background: url(../img/common/icon03.webp) no-repeat left top 2rem;
	background-size: 3.9rem auto;
}
#main .implants .imgBox {
	margin-bottom: 8.5rem;
}
#main .results {
	padding: 15rem 0 5rem;
	background: url(../img/common/arrow.webp) no-repeat center top -6rem #F3F1EC;
	background-size: 40rem auto;
}
#main .results .centerTxt {
	margin-bottom: 7rem;
	text-align: center;
	font-size: 2.2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; 
	letter-spacing: 0.132rem;
}
#main .results .inner {
	position: relative;
	margin-bottom: 4rem;
}
#main .results .inner .ttl {
	padding: 0 2rem;
	color: var(--white, #FFF);
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.12rem;
	background: linear-gradient(90deg, #F363AB 0%, #1AA6D5 100%);
}
#main .results .inner .whiteBox {
	background-color: #fff;
	padding: 2.9rem 3rem 3rem;
	border-radius: 0 0 1.6rem 1.6rem;
}
#main .results .inner h3 {
	margin-bottom: 2.8rem;
	text-align: center;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 120%; 
}
#main .results .imgBox .comList {
	width: 56.1%;
	margin-right: 4rem;
	filter: none;
}
#main .results .imgBox .comList li span {
	top: 1.5rem;
	left: 1.5rem;
}
#main .results .imgBox .rBox {
	flex: 1;
}
#main .results .imgBox .jsBox {
	display: none;
	padding-top: 2rem;
}
#main .results .imgBox .jsBox p {
	font-size: 2rem;
	margin-bottom: 2rem;
}
#main .resultsDl {
	margin-bottom: 3rem;
	align-items: stretch;
}
#main .resultsDl dt {
	margin-bottom: 1rem;
	width: 14rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.12rem;
	background-color: #E8E7E5;
}
#main .resultsDl dd {
	padding: 0.1rem 2rem 0.5rem;
	margin-bottom: 1rem;
	width: calc(100% - 14rem);
	text-align: right;
	font-size: 3.6rem;
	font-style: normal;
	font-weight: 500;
	background-color: #F3F1EC;
}
#main .resultsDl dd small {
	font-size: 2.2rem;
	font-weight: 600;
}
#main .trouble {
	margin: -16.6rem 0 0;
	padding: 21.5rem 0 10rem;
	background: url(../img/index/bg20.webp) no-repeat center;
	background-size: cover;
}
#main .trouble h2 {
	margin-bottom: 4.4rem;
	padding-bottom: 4.1rem;
	color: var(--white, #FFF);
	text-align: center;
	font-size: 4.2rem;
	font-weight: 500;
	line-height: 150%; 
	position: relative;
}
#main .trouble h2:after {
	width: 10rem;  
	height: 1px;
	background-color: #fff;
	position: absolute;  
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: ""; 
}
#main .trouble .imgBox {
	margin: 0 -10rem 3rem;
	align-items: flex-start;
}
#main .trouble .imgBox .photoBox {
	width: 48.5%;
	margin-right: 7.8rem;
}
#main .trouble .imgBox .photoBox img {
	width: 100%;
}
#main .trouble .imgBox .rBox {
	padding-top: 3.9rem;
	flex: 1;
}
#main .trouble .imgBox p {
	margin-bottom: 7.3rem;
	color: var(--white, #FFF);
	font-size: 2rem;
	font-weight: 500;
	line-height: 180%; 
	letter-spacing: 0.2rem;
}
#main .trouble .imgBox .list {
	max-width: 54rem;
}
#main .trouble .imgBox .list li {
	margin-bottom: 2.5rem;
	padding-bottom: 2.3rem;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	border-bottom: 2px dotted #fff;
}
#main .trouble .imgBox .list li:last-child {
	margin-bottom: 0;
}
#main .trouble .imgBox .list .lSpan {
	margin-right: 1.6rem;
	color: var(--yellow, #FFFB88);
	text-align: center;
	font-size: 6rem;
	font-weight: 400;
	line-height: 0.6;
	letter-spacing: 0.12rem;
	flex-shrink: 0;
}
#main .trouble .imgBox .list .lSpan small {
	display: block;
	color: var(--yellow, #FFFB88);
	font-size: 2.2rem;
	font-weight: 400;
	letter-spacing: 0.044rem;
}
#main .trouble .imgBox .list .rSpan {
	margin-bottom: -1rem;
	color: var(--yellow, #FFFB88);
	font-feature-settings: 'palt' on;
	font-size: 3rem;
	font-weight: 500;
	flex: 1;
}
#main .trouble .arrow {
	text-align: center;
	margin-bottom: 1rem;
}
#main .trouble .arrow img {
	width: 30rem;
}
#main .trouble h3 {
	margin-bottom: 7.7rem;
	color: var(--white, #FFF);
	font-size: 5.6rem;
	font-weight: 500;
	text-align: center;
}
#main .trouble h3 .yellow {
	color: var(--yellow, #FFFB88);
	text-align: center;
	font-size: 5.6rem;
}
#main .early {
	margin-bottom: 9.2rem;
	padding: 6rem 6rem 5.3rem;
	box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.05);
	border-radius: 1.6rem;
	background: linear-gradient(103deg, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.60) 100%);
	backdrop-filter: blur(15px);
	position: relative;
}
#main .early:after {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
	bottom: 0;
	right: 0;
    border-width: 10px;
	z-index: 1;
    border-style: solid;
    border-image: url(../img/index/com_bg.webp) 20 20 stretch;
}
#main .early .lBox {
	margin-top: -0.6rem;
	flex: 1;
	position: relative;
	z-index: 2;
}
#main .early .photoBox {
	width: 34rem;
	margin-left: 4rem;
	position: relative;
	z-index: 2;
}
#main .early .photoBox img {
	border-radius: 0.8rem;
	width: 100%;
}
#main .early p {
	font-weight: 400;
	line-height: 180%; 
	letter-spacing: 0.064rem;
	font-feature-settings: normal;
}
#main .early .ttl {
	padding-bottom: 1.5rem;
	margin-bottom: 2rem;
	color: #BA0038;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.096rem;
	font-feature-settings: "palt";
	border-bottom: 1px solid #444444;
}
#main .trouble h4 {
	margin-bottom: 4.8rem;
	text-align: center;
}
#main .trouble h4 .txtSpan {
	padding: 0 4rem 0.5rem;
	width: fit-content;
	margin: 0 auto;
	color: var(--yellow, #FFFB88);
	text-align: center;
	font-feature-settings: 'palt' on;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 180%; 
	letter-spacing: 0.132rem;
	position: relative;
}
#main .trouble h4 .txtSpan::before {
	width: 3.5rem;  
	height: 4px;
	background-color: #FFFB88;
	position: absolute;  
	top: 1.4rem;
	left: 0;
	transform: rotate(60deg);
	border-radius: 0.5rem;
	content: ""; 
}
#main .trouble h4 .txtSpan::after {
	width: 3.5rem;  
	height: 4px;
	background-color: #FFFB88;
	position: absolute;  
	top: 1.4rem;
	right: 0;
	transform: rotate(-60deg);
	border-radius: 0.5rem;
	content: ""; 
}
#main .trouble h4 .txtSpan02 {
	margin-top: 1rem;
	display: block;
	color: var(--white, #FFF);
	text-align: center;
	font-size: 4.2rem;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: -0.05em;
}
#main .implant {
	padding: 4rem 2rem;
}
#main .implant .bigPhoto {
	position: absolute;
	width: 63.7rem;
	top: -15rem;
	right: -36.8rem;
}
#main .implant .content {
	position: relative;
	padding: 10rem 2rem;
	border-radius: 1.5rem;
	max-width: 145.6rem;
	background: url(../img/index/bg05.webp) no-repeat center;
	background-size: cover;
}
#main .implant .ttlBox {
	margin-bottom: 7.5rem;
}
#main .implant .ttlBox .en {
	width: fit-content;
	margin: 0 auto;
	padding: 0 2rem;
	background: #fff;
	color: var(--blk, #444);
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.12rem;
}
#main .implant .headLine01 {
	color: var(--white, #FFF);
	text-align: center;
	font-size: 8rem;
	line-height: 1.3;
	font-weight: 500;
	letter-spacing: -0.2em;
}
#main .implant .imgBox {
	margin-bottom: -7rem;
}
#main .implant .imgBox .photoBox {
	width: 48%;
	margin-left: -6rem;
	margin-right: 6.8rem;
}
#main .implant .imgBox .photoBox img {
	width: 100%;
	border-radius: 0 1.6rem 1.6rem 0;
}
#main .implant .imgBox .textBox {
	max-width: 62rem;
	margin: -0.3rem 11rem 0 0;
	flex: 1;
	color: #fff;
}
#main .implant .imgBox .textBox h3 {
	margin-bottom: 3rem;
	color: var(--white, #FFF);
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.12rem;
}
#main .implant .imgBox .textBox p {
	color: var(--white, #FFF);
	text-align: justify;
	font-weight: 400;
	line-height: 180%; 
	letter-spacing: 0.064rem;
}
#main .implant .early{
	max-width: 120rem;
	padding-bottom: 3.0rem;
	margin: 0 auto -26.0rem;
	position: relative;
	z-index: 1;
}
#main .implant .early .photoBox {
	width: 48rem;
	margin: -2rem -3rem 0 5rem;
}
#main .implant .early .ttl{
	padding-bottom: 0.9rem;
	color: #006E33;
}
#main .therapy{
	padding: 25.5rem 0;
	position: relative;
	background: url(../img/index/bg06.webp) no-repeat center top,url(../img/index/bg07.webp) no-repeat center bottom;
	background-size: 100% auto;
}
#main .therapy .topPhoto {
	width: 54rem;
	position: absolute;
	top: 10.0rem;
	right: 0;
}
#main .therapy h2 {
	margin-bottom: 8rem;
	font-size: 3rem;
	font-weight: 700;
	line-height: 140%; 
	letter-spacing: 0.12rem;
}
#main .therapy h2 .txtSpan {
	margin-top: -0.8rem;
	font-size: 8rem;
	line-height: 1;
	display: inline-block;
	letter-spacing: -0.1em;
	font-weight: 500;
	background:  linear-gradient(90deg, #F363AB 0%, #1AA6D5 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#main .therapy h2 .num {
	font-size: 12rem;
}
#main .therapyList{
	margin-bottom: 11.4rem;
	display: flex;
	flex-wrap: wrap;
	gap: 6rem;
}
#main .therapyList li {
	text-align: center;
	width: calc((100% - (6rem * 2 + 0.1rem)) / 3);
}
#main .therapyList li .en {
	width: fit-content;
	margin: 0 auto;
	position: relative;
	display: inline-block;
	background: linear-gradient(90deg, #F363AB 0%, #1AA6D5 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	font-size: 8rem;
	font-weight: 700;
	line-height: 1;
}
#main .therapyList li .photo {
	margin: -2.2rem 0 3.7rem;
}
#main .therapyList li h3 {
	padding-bottom: 1.8rem;
	margin-bottom: 2rem;
	text-align: center;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.35; 
	letter-spacing: 0.104rem;
	border-bottom: 1px solid currentColor;
}
#main .therapyList li p {
	text-align: justify;
	line-height: 180%;
	font-feature-settings: normal;
	letter-spacing: 0.064rem;
}
#main .therapy .early {
	position: relative;
	z-index: 1;
	margin-bottom: -41.5rem;
	padding-bottom: 5rem;
	/* background-image: url(../img/index/bg26.webp); */
}
#main .therapy .early .photoBox {
	width: 48.8rem;
	margin: -5.4rem -4.4rem -4.0rem 5.3rem;
}
#main .therapy .early .ttl {
	color: #1AA6D5;
	padding-bottom: 0.8rem;
}
#main .denture{
	min-height: 136rem;
	padding: 25.5rem 0 14rem;
	position: relative;
	background: url(../img/index/bg21.webp) no-repeat center bottom;
	background-size: cover;
}
#main .denture .content {
	position: relative;
	z-index: 1;
}
#main .denture:after {
	width: 100%;  
	aspect-ratio: 3072 / 440;
	background: url(../img/index/bg09.webp) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	top: 0;
	left: 0;
	content: ""; 
}
#main .denture h2 {
	text-align: center;
	font-size: 5rem;
	font-weight: 700;
	line-height: 140%; 
	letter-spacing: 0.3rem;
}
#main .denture .dentureBox {
	position: relative;
}
#main .denture .photo {
	width: 36.1rem;
	position: absolute;
	left: -18.9rem;
	top: 3.2rem;
}
#main .denture .inner {
	padding: 6.5rem 2rem 0 10rem;
	position: relative;
	z-index: 1;
}
#main .denture .list {
	margin-bottom: 3rem;
	display: flex;
	justify-content: flex-end;
	gap: 2rem;
}
#main .denture .list li {
	width: 28rem;
	border-radius: 0.8rem;
	position: relative;
}
#main .denture .list li:after {
	width: 2rem;  
	height: 1rem;
	background: url(../img/common/icon08.webp) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	bottom: -1rem;
	left: 50%;
	transform: translateX(-50%);
	content: ""; 
}
#main .denture .list .listPhoto img {
	border-radius: 0.8rem 0.8rem 0 0;
}
#main .denture .list .liStyle p {
	background-color: #DF319A;
}
#main .denture .list .liStyle:after {
	background-image: url(../img/common/icon09.webp);
}
#main .denture .list p {
	padding: 2rem 0.5rem 2.2rem; 
	background: var(--blk, #444);
	color: var(--white, #FFF);
	text-align: center;
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1;
	border-radius: 0 0 0.8rem 0.8rem;
	letter-spacing: 0.112rem;
}
#main .denture .dlBox {
	margin-right: -2rem;
}
#main .denture .dlBox dl {
	margin-bottom: 2rem;
	border-radius: 1.6rem;
	padding: 2rem 0 2rem 3rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	background: #F8F8F8;
}
#main .denture .dlBox dl:last-child {
	margin-bottom: 0;
}
#main .denture .dlBox dt {
	margin-right: 1.5rem;
	width: 14rem;
	height: 14rem;
	aspect-ratio: 1;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.176rem;
}
#main .denture .dlBox dd {
	flex: 1;
}
#main .denture .dlBox .subList {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
}
#main .denture .dlBox .subList li {
	width: 33.33%;
	padding: 0.5rem 3rem;
	display: flex;
	align-items: center;
	min-height: 14rem;
	border-left: 1px solid #444;
}
#main .denture .dlBox .subList li:first-child {
	border-left: none;
}
#main .denture .dlBox .subList p {
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 180%; 
	letter-spacing: 0.072rem;
}
#main .denture .dlBox .subList .red {
	color: var(--pink, #DF329A);
	font-weight: 700;
}
#main .capable{
	padding: 11.3rem 0;
	position: relative;
	background: #E8E3EE url(../img/index/bg10.webp) no-repeat center bottom;
	background-size: cover;
}
#main .capable .bigPhoto {
	position: absolute;
	top: 0;
	right: 0;
	width: 80rem;
}
#main .capable:after {
	width: 20rem;  
	height: 6rem;
	background: url(../img/common/arrow03.webp) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	content: ""; 
}
#main .capable .content {
	max-width: 134rem;
}
#main .capable h2 {
	margin-bottom: 1.8rem;
	font-size: 6rem;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: 0.36rem;
}
#main .capable h2 .red {
	color: var(--pink, #DF329A);
	font-size: 8rem;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: 0;
}
#main .capable .txt {
	margin-bottom: 7.3rem;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 180%;
	letter-spacing: 0.132rem;
}
#main .capableList {
	margin-bottom: -25rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8rem 5rem;
}
#main .capableList li {
	padding: 3rem 3rem 2.8rem;
	position: relative;
	border-radius: 1.6rem;
	background: var(--white, #FFF);
	box-shadow: 0 2rem 2rem 0 rgba(0, 0, 0, 0.10);
	width: calc((100% - (5rem * 2 + 0.1rem)) / 3);
}
#main .capableList li p {
	text-align: justify;
	line-height: 180%; 
	letter-spacing: 0.064rem;
}
#main .capableList li .ttl {
	margin: -6rem -1rem 1.8rem;
	border-radius: 6rem;
	color: var(--white, #FFF);
	text-align: center;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.36; 
	padding: 1.5rem 1rem;
	letter-spacing: 0.132rem;
	position: relative;
	background: linear-gradient(90deg, #F363AB 0%, #1AA6D5 100%);
	filter: drop-shadow(0 0.7rem 0.7rem rgba(0,0,0,0.2));
}
#main .capableList li .ttl:after {
	width: 2rem;  
	height: 1rem;
	background: url(../img/common/icon16.webp) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	bottom: -1rem;
	left: 50%;
	transform: translateX(-50%);
	content: ""; 
}
#main .capableList h3 {
	margin-bottom: 1.3rem;
	text-align: center;
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.208rem;
}
#main .capableList .photo {
	margin-bottom: 2rem;
}
#main .capableList .photo img {
	width: 100%;
}
#main .consultation {
	padding: 18.7rem 0 8rem;
	background: url(../img/index/bg11.webp) no-repeat center;
	background-size: cover;
}
#main .consultation h2 {
	margin-bottom: 5rem;
	color: var(--white, #FFF);
	text-align: center;
	font-size: 4.2rem;
	font-weight: 500;
	letter-spacing: -0.05em;
}
#main .features {
	padding: 2rem 0 15rem;
}
#main .features .content {
	max-width: 138rem;
}
#main .features .imgBox {
	margin-bottom: 1.1rem;
	align-items: center;
}
#main .features .imgBox .photoBox {
	width: 41.7%;
	margin: 0 2.3rem 0 0;
}
#main .features .imgBox .photoBox img {
	width: 100%;
}
#main .features .imgBox .comTtlBox {
	flex: 1;
	text-align: left;
	margin-bottom: -8rem;
}
#main .features .imgBox .comTtlBox .en {
	margin: 0 0 1rem;
	min-width: 20rem;
}
#main .features .imgBox .headLine01 {
	text-align: left;
	font-size: 6rem;
	font-weight: 500;
	line-height: 130%; 
}
#main .features .imgBox .headLine01 .txtSpan {
	display: inline-block;
	background: linear-gradient(90deg, #F363AB 0%, #1AA6D5 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 8rem;
	font-weight: 700;
}
#main .features .imgBox .headLine01 .txtSpan .num {
	font-size: 12rem;
}
#main .features .inner {
	align-items: stretch;
}
#main .features .inner .photoBox {
	width: calc(50%);
	position: relative;
	margin-left: -8.2rem;
}
#main .features .inner .photoBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .features .inner .textBox {
	padding: 4rem 9rem 6rem 8.5rem;
	position: relative;
	z-index: 1;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	border: 2px solid var(--white, #FFF);
	background: linear-gradient(103deg, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.60) 100%);
	box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.05);
	backdrop-filter: blur(1.5rem);
}
#main .features .inner .textBox .sub {
	width: 100%;
	max-width: 67rem;
}
#main .features .inner p {
	text-align: justify;
	line-height: 180%; 
	letter-spacing: 0.064rem;
	font-feature-settings: normal;
}
#main .features .inner h3 {
	margin-right: -4rem;
	position: relative;
	margin-bottom: 2.8rem;
	width: fit-content;
}
#main .features .inner h3 .en {
	display: block;
	font-size: 2.2rem;
	font-weight: 700;
	margin-bottom: -0.2rem;
	letter-spacing: 0.22rem;
}
#main .features .inner h3 .en .num {
	font-size: 4.2rem;
	font-weight: 500;
	letter-spacing: 0.42rem;
}
#main .features .inner h3 .txtSpan {
	display: inline-block;
	background: linear-gradient(90deg, #F363AB 0%, #1AA6D5 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 3.8rem;
	line-height: 120%;
	font-weight: 500;
}
#main .features .inner h3 .subSpan {
	position: absolute;
	top: -2rem;
	left: calc(100% - 5rem);
	display: inline-block;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 130%;
	letter-spacing: 0.088rem;
	min-height: 10.2rem;
	min-width: 23rem;
	background: url(../img/index/bg12.webp) no-repeat center bottom;
	background-size: 100% auto;
}
#main .features .inner2 .photoBox {
	order: -1;
	margin-left: 0;
	margin-right: -8.2rem;
}
#main .features .inner2 .textBox {
	justify-content: flex-start;
}
#main .opinion{
	padding: 5.5rem 0 8rem;
	background: url(../img/index/bg13.webp) no-repeat center top;
	background-size: cover;
}
#main .opinion h2 {
	color: var(--white, #FFF);
	text-align: center;
	font-size: 6rem;
	font-weight: 500;
	line-height: 150%; 
	width: fit-content;
	margin: 0 auto 2.2rem;
	padding-left: 10rem;
	background: url(../img/common/icon10.webp) no-repeat left center;
	background-size: 8rem auto;
}
#main .opinion p {
	margin-bottom: 5.2rem;
	color: var(--white, #FFF);
	text-align: center;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 180%; 
	letter-spacing: 0.132rem;
}
#main .doctor {
	padding: 15.7rem 0 18rem;
	background-color: #01687E;
	position: relative;
}
#main .doctor .bigPhoto01 {
	position: absolute;
	top: -48.6rem;
	right: -21.1rem;
	width: 47.5rem;
}
#main .doctor .bigPhoto02 {
	position: absolute;
	top: 19.8rem;
	left: -33.8rem;
	width: 59.1rem;
}
#main .doctor::before {
	width: 100%;  
	aspect-ratio: 3072 / 1035;
	background: url(../img/index/bg18.webp) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	top: 0;
	left: 0;
	content: ""; 
}
#main .doctor::after {
	width: 100%;  
	aspect-ratio: 3072 / 995;
	background: url(../img/index/bg19.webp) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	bottom: 0;
	left: 0;
	content: ""; 
}
#main .doctor .content {
	position: relative;
	max-width: 114rem;
	z-index: 1;
}
#main .doctor .comTtlBox .en {
	min-width: 16rem;
	background: #fff;
	color: #01687E;
}
#main .doctor .headLine01 {
	margin-bottom: 10.5rem;
	color: var(--white, #FFF);
	text-align: center;
	font-size: 8rem;
	font-weight: 500;
	line-height: 1;
	margin-top: -0.7rem;
}
#main .doctor .text {
	margin-bottom: 11.5rem;
	text-align: justify;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 200%; 
	font-feature-settings: normal;
	letter-spacing: 0.072rem;
}
#main .doctor p:last-child {
	margin-bottom: 0;
}
#main .doctor .photoBox {
	margin-bottom: 3.8rem;
	color: #fff;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-radius: 1rem;
	background: url(../img/index/bg22.webp) no-repeat center;
	background-size: cover;
}
#main .doctor .photoBox .photo {
	width: 32.1rem;
	order: 2;
	margin: -10rem 10rem 0 4rem;
}
#main .doctor .photoBox .photo img {
	width: 100%;
}
#main .doctor .photoBox .textBox {
	flex: 1;
	padding-bottom: 0.6rem;
	padding-left: 8rem;
}
#main .doctor .photoBox .textBox .ttl {
	margin-bottom: 0.5rem;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 160%; 
	letter-spacing: 0.144rem;
}
#main .doctor .photoBox .textBox .name {
	font-size: 6rem;
	font-weight: 500;
	line-height: 120%; 
	letter-spacing: -0.24rem;
}
#main .faqSec {
	padding: 13.6rem 0 11.5rem;
}
#main .faqSec .content {
	max-width: 94rem;
	margin: 0 auto;
}
#main .faqSec h2 {
	width: fit-content;
	margin: 0 auto 5.3rem;
	text-align: center;
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 0.36rem;
	background: linear-gradient(transparent 0%, transparent 70%, #FFC3E4 70%, #FFC3E4 100%);
	background-position: left bottom 0.3rem;
}
#main .faqList {
}
#main .faqList li {
	position: relative;
	border-top: 1px solid #E2E2E2;
}
#main .faqList dt {
	cursor: pointer;
	position: relative;
}
#main .faqList dt span {
	font-size: 2rem;
	font-weight: 700;
	line-height: 130%;
	display: block;
	padding: 2.7rem 0 2.6rem 4.8rem;
	background: url(../img/index/imgtext.webp) no-repeat left top 1.9rem;
	background-size: 3.7rem auto;
}
#main .faqList dt:before,
#main .faqList dt:after {
	position: absolute;
	right: 1rem;
	top: 50%;
	width: 1.6rem;
	height: 2px;
	background-color: #DF329A;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	content: "";
}
#main .faqList dt:after {
	transform: rotate(90deg);
}
#main .faqList dt.on:after {
	transform: rotate(180deg);
	opacity: 0;
}
#main .faqList li::before {
	width: 4rem;  
	height: 1px;
	background-color: #DF329A;
	position: absolute;  
	top: -1px;
	left: 0;
	content: ""; 
}
#main .faqList dd {
	display: none;
}
#main .faqList p {
	padding: 0 10rem 2.5rem 4.8rem;
	text-align: justify;
	font-weight: 400;
	line-height: 180%; 
	font-feature-settings: normal;
	letter-spacing: 0.064rem;
}

@media all and (min-width: 897px) {
	#main .visualDl .liStyle {
		padding-top: 2.9rem;
		background-image: url(../img/index/bg23.webp);
	}
}

@media all and (max-width: 896px) {
	#main .mainVisual {
		display: block;
		aspect-ratio: 750 / 720;
		background-image: url(../img/index/main_img_sp.webp);
		background-size: 100% auto;
	}
	#main .mainVisual .textImg {
		display: none;
	}
	#main .mainVisual .content {
		max-width: inherit;
		padding: 5.5rem 0 0;
	}
	#main .h2Ttl span {
		padding: 0.2rem 1rem 0.3rem 1rem;
		font-size: 1.8rem;
		line-height: 2;
		font-style: normal;
		font-weight: 700;
		letter-spacing: 0.216rem;
	}
	#main .h2Ttl {
		margin-bottom: 0.8rem;
	}
	#main .h3Ttl {
		margin: 0 1rem -3rem;
		text-shadow: 0 0 7px rgba(255, 255, 255, 0.80), 0 0 7px rgba(255, 255, 255, 0.80), 0 0 7px rgba(255, 255, 255, 0.80), 0 0 7px rgba(255, 255, 255, 0.80), 0 0 5px rgba(255, 255, 255, 0.80);
		font-size: 4.6rem;
		font-weight: 700;
		line-height: 2.0;
		letter-spacing: -0.92rem;
	}
	#main .h3Ttl small {
		text-shadow: 0 0 5px rgba(255, 255, 255, 0.80), 0 0 5px rgba(255, 255, 255, 0.80), 0 0 5px rgba(255, 255, 255, 0.80), 0 0 5px rgba(255, 255, 255, 0.80), 0 0 5px rgba(255, 255, 255, 0.80);
		font-size: 2rem;
		font-weight: 700;
		letter-spacing: -0.2rem;
	}
	#main .visualDl {
		margin: 0 auto;
		max-width: 37.5rem;
	}
	#main .visualDl dt {
		margin: 1.5rem -2rem 0 0;
		width: 14.4rem;
	}
	#main .visualDl li {
		width: 12.4em;
		margin: 0 -4rem -5.7rem -1.5rem;
		height: 12.4em;
		font-size: 1.3rem;
		background-image: url(../img/index/bg01_sp.webp);
	}
	#main .visualDl .li01 {
		position: relative;
		z-index: 1;
	}
	#main .visualDl .li02 {
		position: relative;
		z-index: 2;
		background-image: url(../img/index/sp_bg.webp);
	}
	#main .visualDl ul {
		width: 22.5rem;
		flex-wrap: wrap;
	}
	#main .visualDl .txtSpan {
		font-size: 1.6rem;
	}
	#main .visualDl .txtSpan .num {
		font-size: 3.2rem;
		vertical-align: -0.1rem;
	}
	#main .visualDl .liStyle .txtSpan {
		font-size: 1.6rem;
		margin-top: -0.2rem;
	}
	#main .visualDl .liStyle {
		position: relative;
		z-index: 1;
	}
	#main .outcome {
		padding: 0;
		margin: -0.2rem 0 -4rem;
	}
	#main .outcome .content {
		display: block;
	}
	#main .outcome .ttl {
		width: auto;
		color: var(--blue, #1AA6D5);
		font-size: 2.4rem;
		font-weight: 500;
		line-height: 160%;
	}
	#main .outcome .ttl .bg {
		background-position: center bottom 0.4rem;
	}
	#main .outcome .ttl img {
		width: 8rem;
	}
	#main .comList::after {
		width: 0.9rem;
		height: 2rem;
	}
	#main .comList li span {
		font-size: 1.2rem;
		font-weight: 700;
	}
	#main .implants {
		padding: 8rem 0 6rem;
		background-image: url(../img/index/bg02_sp.webp);
	}
	#main .implants .imgBox {
		margin-bottom: 6rem;
		display: block;	
	}
	#main .implants .lBox {
		width: auto;
	}
	#main .implants .rBox {
		margin: 0;
		padding: 0;
		display: block;
	}
	#main .implants h2{
		margin: 0 auto 1.3rem;
		padding: 0 2.5rem 3rem;
		max-width: 24.5rem;
		font-size: 1.8rem;
		font-weight: 700;
		letter-spacing: 0.072rem;
	}
	#main .implants h3 {
		margin-bottom: -2.6rem;
		font-size: 2rem;
		line-height: 150%; 
		text-align: center;
	}
	#main .implants .spBox {
		margin: 0 0 2rem 1rem;
		display: flex;
		align-items: flex-end;
	}
	#main .implants .lBox p {
		flex: 1;
		margin: 0 0 -0.7rem;
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 180%; 
		letter-spacing: 0.14rem;
	}
	#main .implants .lBox .spBox .spPhoto {
		width: 11.5rem;
	}
	#main .implants .rBox .list {
		margin: 4.1rem 4rem 0;
	}
	#main .implants .rBox .list li{
		padding: 1rem 0 1.2rem 3rem;
		font-size: 1.8rem;
		letter-spacing: 0.18rem;
		background-size: 2.2rem auto;
		background-position: left top 1.4rem;
	}
	#main .results {
		padding: 7.8rem 0 5rem;
		background-size: 20rem auto;
		background-position: center top -3rem;
	}
	#main .results .centerTxt {
		margin: 0 -1rem 4.3rem;
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 180%; 
		letter-spacing: 0.096rem;
	}
	#main .results .inner .ttl {
		line-height: 1.2;
		font-size: 1.6rem;
		padding: 0 1rem 0.1rem;
		letter-spacing: 0.096rem;
	}
	#main .results .inner .whiteBox {
		padding: 1.5rem 1rem 3rem;
		border-radius: 0 0 0.8rem 0.8rem;
	}
	#main .results .inner h3 {
		min-height: 3.5rem;
		font-size: 2rem;
		margin-bottom: 1.5rem;
		line-height: 140%; 
	}
	#main .results .imgBox {
		display: block;
	}
	#main .results .imgBox .comList {
		width: auto;
		margin: 0 0 2rem;
	}
	#main .results .imgBox .jsBox p {
		font-size: 1.4rem;
		line-height: 2;
	}
	#main .results .comList li {
		position: relative;
		aspect-ratio: 158 / 100;
	}
	#main .results .comList li img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#main .results .imgBox .comList li span {
		font-size: 1.2rem;
		top: 0.4rem;
		left: 0.5rem;
	}
	#main .resultsDl{
		display: block;
	}
	#main .resultsDl dt {
		margin: 0;
		padding: 0.4rem;
		width: auto;
		font-size: 1.6rem;
		letter-spacing: 0.096rem;
	}
	#main .resultsDl dd {
		padding: 0.5rem 1rem 0.7rem;
		text-align: center;
		width: auto;
		font-size: 3.2rem;
	}
	#main .resultsDl dd small {
		font-size: 2rem;
	}
	#main .trouble {
		padding: 9.5rem 0 6rem;
		margin: -14.9rem 0 0;
		background-image: url(../img/index/bg20_sp.webp);
	}
	#main .trouble h2 {
		margin-bottom: 1.8rem;
		padding-bottom: 2.9rem;
		font-size: 2.4rem;
		line-height: 150%; 
		letter-spacing: 0.096rem;
	}
	#main .trouble h2::after {
		width: 6rem;
	}
	#main .trouble .imgBox {
		margin: 0 0 5.8rem;
		display: block;
	}
	#main .trouble .imgBox .photoBox {
		width: auto;
		text-align: center;
		margin: 0 -2rem -0.3rem -4rem;
	}
	#main .trouble .imgBox .rBox {
		padding: 0;
	}
	#main .trouble .imgBox p {
		margin: 0 -1rem 3.6rem;
		text-align: center;
		font-size: 1.5rem;
		font-weight: 500;
		line-height: 180%;
		letter-spacing: 0.15rem;
	}
	#main .trouble .imgBox .list {
		max-width: inherit;
		margin: 0 -0.5rem;
	}
	#main .trouble .imgBox .list .rSpan {
		font-size: 2rem;
		letter-spacing: -0.06em;
	}
	#main .trouble .imgBox .list .lSpan {
		font-size: 3.6rem;
		font-weight: 400;
		letter-spacing: 0.072rem;
		margin: 0 0.5rem -0.3rem 0;
	}
	#main .trouble .imgBox .list .lSpan small {
		font-size: 1.6rem;
		letter-spacing: 0.032rem;
	}
	#main .trouble .imgBox .list li {
		padding: 0 0 2rem 0.5rem;
		margin-bottom: 2rem;
	}
	#main .trouble .arrow img {
		width: 20rem;
	}
	#main .trouble h3 {
		margin: 0 -2rem 4.3rem;
		font-size: 2.8rem;
		line-height: 150%;
		letter-spacing: 0.056rem;
	}
	#main .trouble h3 .yellow {
		font-size: 2.3rem;
		line-height: 150%; 
		letter-spacing: -0.08em;
	}
	#main .trouble .arrow {
		margin-bottom: 2.5rem;
	}
	#main .early {
		margin-bottom: 5.7rem;
		padding: 3.8rem 2rem 4rem;
		display: block;
		/* background-image: url(../img/index/bg24_sp.webp); */
	}
	#main .early .lBox {
		margin: 0 0 3rem;
	}
	#main .early .photoBox {
		width: auto !important;
		margin: 0 !important;
		aspect-ratio: 295 / 160;
		position: relative;
	}
	#main .early .photoBox img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center top;
	}
	#main .early p {
		text-align: justify;
		font-size: 1.4rem;
		line-height: 1.93;
		font-feature-settings: "palt";
	}
	#main .early .ttl {
		margin-bottom: 1.9rem;
		padding-bottom: 1.8rem;
		color: #BA0038;
		font-size: 1.8rem;
		line-height: 1.6;
		letter-spacing: 0.072rem;
	}
	#main .trouble h4 .txtSpan {
		margin: 0 -3rem -0.5rem;
		display: inline-block;
		font-size: 1.6rem;
		padding: 0 3rem 1rem;
		line-height: 160%;
	}
	#main .trouble h4 .txtSpan02 {
		font-size: 2.2rem;
		line-height: 160%; 
	}
	#main .trouble h4 .txtSpan::before {
		top: 2.5rem;
		width: 4.5rem;
	}
	#main .trouble h4 .txtSpan::after {
		top: 2.5rem;
		width: 4.5rem;
	}
	#main .trouble h4 {
		margin-bottom: 2.8rem;
	}
	#main .implant {
		padding: 2rem;
	}
	#main .implant .bigPhoto {
		width: 20rem;
		top: -7.2rem;
		right: -12rem;
	}
	#main .implant .content {
		padding: 6rem 2rem;
		background-image: url(../img/index/bg05_sp.webp);
	}
	#main .implant .ttlBox .en {
		padding: 0 1.6rem 0.2rem;
		font-size: 1.4rem;
		margin-bottom: 1.8rem;
		line-height: 1.0;
		letter-spacing: -0.02em;
	}
	#main .implant .headLine01 {
		font-size: 3.2rem;
		line-height: 120%;
	}
	#main .implant .ttlBox {
		margin-bottom: 2.4rem;
	}
	#main .implant .imgBox {
		margin-bottom: 3.4rem;
		display: block;
	}
	#main .implant .imgBox .photoBox {
		width: auto;
		margin: 0;
	}
	#main .implant .imgBox .photoBox img {
		border-radius: 0.8rem;
	}
	#main .implant .imgBox .textBox {
		max-width: inherit;
		margin: 2.2rem 0 0;
	}
	#main .implant .imgBox .textBox h3 {
		font-size: 2rem;
		margin-bottom: 1rem;
		line-height: 160%;
		text-align: center;
		letter-spacing: 0.08rem;
	}
	#main .implant .imgBox .textBox p {
		text-align: justify;
		font-size: 1.4rem;
		line-height: 193%; 
		letter-spacing: 0.028rem;
		font-feature-settings: normal;
	}
	#main .implant .early {
		margin: 0 auto -16.3rem;
		max-width: inherit;
		/* background-image: url(../img/index/bg25_sp.webp); */
	}
	#main .implant .early .ttl {
		padding-bottom: 1.8rem;
	}
	#main .therapy {
		padding: 22.5rem 0;
		background-image: url(../img/index/bg06_sp.webp),url(../img/index/bg07_sp.webp);
	}
	#main .therapy .topPhoto {
		width: 21.5rem;
		top: 9.5rem;
	}
	#main .therapy h2 {
		margin-bottom: 6rem;
		font-size: 2.2rem;
		position: relative;
		z-index: 1;
		letter-spacing: 0.088rem;
	}
	#main .therapy h2 .txtSpan {
		font-size: 3.2rem;
	}
	#main .therapy h2 .num {
		font-size: 6rem;
		font-weight: 700;
	}
	#main .therapyList {
		gap: 2.9rem;
		margin: 0 2rem 4.2rem;
		flex-direction: column;
	}
	#main .therapyList li {
		width: 100%;
	}
	#main .therapyList li .en {
		font-size: 5rem;
	}
	#main .therapyList li .photo {
		width: 24rem;
		margin: -1.7rem auto 3.8rem;
	}
	#main .therapyList li h3 {
		font-size: 2rem;
		line-height: 140%; 
		letter-spacing: 0.08rem;
	}
	#main .therapyList li p {
		line-height: 190%; 
	}
	#main .therapy .early {
		margin-bottom: -78.2rem;
		z-index: 2;
		border-radius: 1.6rem;
		background: linear-gradient(103deg, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.60) 100%);
		box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.05);
		backdrop-filter: blur(1.5rem);
	}
	#main .early::after {
		border-width: 10px;
		border-image: url(../img/index/com_bg_sp.webp) 20 20 stretch;
	}
	#main .therapy .early .ttl {
		padding-bottom: 1.8rem;
	}
	#main .denture {
		position: relative;
		padding: 63rem 0 13rem;
		min-height: inherit;
		background-image: url(../img/index/bg21_sp.webp);
		background-position: center bottom;
		background-color: #EEE8F6;
	}
	#main .denture .content {
		position: relative;
		z-index: 1;
	}
	#main .denture .content::before {
		width: 100%;
		aspect-ratio: 750 / 516;  
		background: url(../img/index/bg21-2_sp.webp) no-repeat;
		background-size: 100% auto;
		position: absolute;  
		top: -20rem;
		z-index: -1;
		left: 0;
		content: ""; 
	}
	#main .dentureSub ::-webkit-scrollbar {
		display: none;
	}
	#main .dentureSub .simplebar-scrollbar::before {
		opacity: 1;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #DF329A;
	}
	#main .dentureSub .simplebar-track.simplebar-vertical {
		display: none;
	}
	#main .dentureSub .simplebar-scrollbar {
		border-radius: 50px;
	}
	.simplebar-track.simplebar-horizontal {
		height: 12px;
		left: 4rem;
		right: 4rem;
		border-radius: 5rem;
		background-color: #E2E2E2;
	}
	
	/* #main .denture::before {
		width: 100%;
		aspect-ratio: 750 / 1320;  
		background: url(../img/index/bg_sp.webp) no-repeat;
		background-size: 100% auto;
		position: absolute;  
		top: 0;
		left: 0;
		content: ""; 
	} */
	#main .denture::after {
		display: none;
	}
	#main .denture h2 {
		font-size: 2.4rem;
		line-height: 155%; 
		letter-spacing: 0.144rem;
	}
	#main .denture .photo {
		top: -11rem;
		left: -8rem;
		width: 12rem;
	}
	#main .dentureSub{
		margin: 0 -2rem;
		padding-bottom: 4.1rem;
		/* overflow-x: scroll; */
	}
	#main .denture .inner {
		min-width: 100%;
		width: 78rem;
		padding: 3.6rem 0 0;
	}
	#main .denture .list {
		margin: 0 2rem 2rem 0;
		gap: 4rem;
	}
	#main .denture .list li {
		width: 18rem;
	}
	#main .denture .list p {
		padding: 1.3rem 0.5rem 1.7rem;
		font-size: 2rem;
		letter-spacing: 0.08rem;
	}
	#main .denture .list .listPhoto {
		position: relative;
		aspect-ratio: 180 / 100;
	}
	#main .denture .list .listPhoto img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#main .denture .list li::after {
		bottom: -0.8rem;
	}
	#main .denture .dlBox {
		margin: 0 0 0 2rem;
	}
	#main .denture .dlBox dl {
		margin-bottom: 1rem;
		padding: 2rem;
		padding-right: 0;
	}
	#main .denture .dlBox dt {
		width: 8rem;
		height: 8rem;
		font-size: 16px;
		margin-right: 0.5rem;
		letter-spacing: 0.128rem;
	}
	#main .denture .dlBox .subList p {
		font-size: 1.4rem;
		line-height: 180%; 
		letter-spacing: 0.056rem;
	}
	#main .denture .dlBox .subList li{
		padding: 0.2rem 1.5rem;
		min-height: 12rem;
	}
	#main .capable .bigPhoto {
		width: 26rem;
	}
	#main .capable::after {
		width: 12rem;
		height: 3.6rem;
	}
	#main .capable {
		padding: 7.8rem 0;
		background-image: url(../img/index/bg10_sp.webp);
	}
	#main .capable h2 {
		font-size: 2.4rem;
		line-height: 1.5;
		letter-spacing: 0.144rem;
	}
	#main .capable h2 .red {
		font-size: 3.2rem;
	}
	#main .capable .txt {
		margin-bottom: 6.5rem;
		font-size: 1.5rem;
		line-height: 180%;
		letter-spacing: 0.09rem;
	}
	#main .capableList {
		margin-bottom: -27.3rem;
		gap: 6.5rem 5rem;
		flex-direction: column;
	}
	#main .capableList li {
		padding: 3.5rem 2rem 2.8rem;
		width: 100%;
		border-radius: 0.8rem;
	}
	#main .capableList li p {
		line-height: 1.9; 
	}
	#main .capableList li .ttl {
		margin-bottom: 2.6rem;
		font-size: 2rem;
		font-weight: 700;
		line-height: 1.5; 
		letter-spacing: 0.04rem;
		filter: drop-shadow(0 0.6rem 0.6rem rgba(0,0,0,0.2));
	}
	#main .capableList h3 {
		margin-bottom: 1.6rem;
		font-size: 2rem;
		letter-spacing: 0.16rem;
	}
	#main .consultation {
		padding: 22.7rem 0 6rem;
		background-image: url(../img/index/bg11_sp.webp);
	}
	#main .consultation h2 {
		margin-bottom: 2.2rem;
		font-size: 2.2rem;
		line-height: 160%; 
		letter-spacing: 0.044rem;
	}
	#main .features {
		padding: 6.0rem 0 0;
	}
	#main .features .imgBox .comTtlBox .en {
		margin-bottom: 1.5rem;
		min-width: inherit;
		padding-inline: 1.5rem;
	}
	#main .features .imgBox .headLine01{
		font-size: 2.2rem;
		line-height: 1.4; 
		font-weight: 700;
		letter-spacing: 0.088rem;
	}
	#main .features .imgBox .headLine01 .txtSpan{
		margin-top: -0.4rem;
		line-height: 1;
		font-size: 3.2rem;
	}
	#main .features .imgBox .headLine01 .txtSpan .num {
		font-size: 6rem;
	}
	#main .features .imgBox .photoBox{
		width: 54.1%;
		width: 18.2rem;
		margin: 2rem -2.4rem 0 -9rem;
	}
	#main .features .imgBox .comTtlBox {
		margin: 0;
		position: relative;
	}
	#main .features .inner{
		display: block;
	}
	#main .features .inner .textBox {
		display: block;
		padding: 1rem 1.8rem 2rem;
		border: 2px solid var(--white, #FFF);
		background: linear-gradient(103deg, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.60) 100%);
		box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.05);
		backdrop-filter: blur(1.5rem);
	}
	#main .features .imgBox {
		margin-bottom: 2.1rem;
		align-items: flex-start;
	}
	#main .features .inner .textBox .sub {
		max-width: inherit;
	}
	#main .features .inner h3 .en {
		margin-bottom: 0;
		font-size: 1.6rem;
		letter-spacing: 0.16rem;
	}
	#main .features .inner h3{
		margin: 0 0 1.7rem;
	}
	#main .features .inner h3 .en .num{
		font-size: 3.2rem;
		letter-spacing: 0.32rem;
	}
	#main .features .inner h3 .txtSpan {
		margin-right: -2rem;
		letter-spacing: -0.03em;
		font-size: 2.2rem;
		line-height: 140%;
	}
	#main .features .inner h3 .subSpan {
		min-width: 15rem;
		min-height: 6.7rem;
		font-size: 1.4rem;
		left: calc(100% - 4rem);
		line-height: 130%;
		letter-spacing: 0.056rem;
	}
	#main .features .inner p {
		letter-spacing: 0;
		line-height: 190%; 
	}
	#main .features .inner .photoBox {
		aspect-ratio: 375 / 200;
		width: auto;
		margin: -2rem 0 0;
	}
	#main .opinion {
		padding: 6.0rem 0;
		background-image: url(../img/index/bg13_sp.webp);
	}
	#main .opinion h2 {
		font-size: 3.2rem;
		margin-bottom: 1.6rem;
		padding: 5rem 0 0;
		background: url(../img/common/icon10.webp) no-repeat center top;
		background-size: 6rem auto;
	}
	#main .opinion p {
		margin-bottom: 6.2rem;
		font-size: 1.6rem;
		line-height: 1.62; 
		letter-spacing: 0.096rem;
	}
	#main .doctor .bigPhoto01 {
		width: 20.8rem;
		top: -15.3rem;
		right: -11.2rem;
	}
	#main .doctor {
		padding: 6rem 0 7rem;
	}
	#main .doctor::before {
		aspect-ratio: 750 / 440;
		background-image: url(../img/index/bg18_sp.webp);
	}
	#main .doctor::after {
		aspect-ratio: 750 / 456;
		background-image: url(../img/index/bg19_sp.webp);
	}
	#main .doctor .comTtlBox .en {
		min-width: inherit;
	}
	#main .doctor .headLine01 {
		margin-bottom:3.7rem;
		font-size: 3.2rem;
	}
	#main .doctor .photoBox {
		margin-bottom: 2.4rem;
		background: none;
		display: block;
	}
	#main .doctor .photoBox .photo {
		margin: 0 0 2rem;
		width: auto;
		text-align: center;
		position: relative;
		z-index: 1;
	}
	#main .doctor .photoBox .photo:after {
		border-radius: 0.8rem;
		width: 100%;  
		background: url(../img/index/bg22_sp.webp) no-repeat;
		background-size: 100% auto;
		position: absolute;  
		top: 3rem;
		bottom: 0;
		left: 0;
		content: ""; 
		z-index: -1;
	}
	#main .doctor .photoBox .photo img {
		width: 16.8rem;
		margin: 0 auto;
	}
	#main .doctor .photoBox .textBox {
		padding: 0;
	}
	#main .doctor .bigPhoto02 {
		width: 25.5rem;
		top: 15.5rem;
		z-index: 2;
		left: -16.7rem;
	}
	#main .doctor .photoBox .textBox .ttl{
		margin-bottom: 1.3rem;
		font-size: 1.8rem;
		line-height: 1.6;
		letter-spacing: 0.108rem;
	}
	#main .doctor .photoBox .textBox .name {
		font-size: 3.6rem;
		letter-spacing: -0.144rem;
	}
	#main .doctor .text {
		margin-bottom: 4.2rem;
		font-weight: 400;
		font-size: 1.4rem;
		line-height: 1.92;
		font-feature-settings: "palt";
	}
	#main .faqSec{
		padding: 7rem 0 6.3rem;
	}
	#main .faqSec h2{
		margin: 0 auto 3.7rem;
		font-size: 2.2rem;
		padding-bottom: 0.3rem;
		letter-spacing: 0.22rem;
		background-position: left bottom;
		background: linear-gradient(transparent 0%, transparent 57%, #FFC3E4 57%, #FFC3E4 100%);
	}
	#main .faqList li::before {
		width: 2.6rem;
	}
	#main .faqList dt span{
		font-size: 1.6rem;
		line-height: 1.625;
		padding: 1.9rem 2rem 1.9rem 3.3rem;
		font-feature-settings: normal;
		background-image: url(../img/index/imgtext_sp.webp);
		background-size: 2.6rem auto;
	}
	#main .faqList p{
		padding: 1.5rem 0 2rem;
		line-height: 1.93;
		font-feature-settings: "palt";
	}
	#main .faqList dt::before, #main .faqList dt::after {
		width: 1.6rem;
		top: 3.2rem;
		right: 0;
	}

}

#main .price {
	margin-bottom: -11.9rem;
	padding: 14rem 0 1px;
	background: url(../img/index/bg14.webp) repeat center top / 18rem;
}
#main .price .content {
	max-width: 114rem;
	position: relative;
}
#main .price .posPhoto {
	position: absolute;
	right: -19.5rem;
	top: -20.9rem;
	width: 34.4rem;
	pointer-events: none;
}
#main .price .innerBox {
	margin-bottom: 6rem;
	padding: 6rem;
	border-radius: 1.6rem;
	background: #F8F8F8;
}
#main .price .innerBox .tabBox {
	margin-bottom: 4rem;
	padding: 3rem 6rem;
	border-radius: 1.6rem;
	background: #fff;
}
#main .price .innerBox table {
	width: 100%;
	border-collapse: collapse;
}
#main .price .innerBox th,
#main .price .innerBox td {
	padding: 2.2rem 2rem 2.3rem;
	text-align: left;
	vertical-align: middle;
	font-size: 2.2rem;
	font-weight: 700;
	border-bottom: 1px solid #E2E2E2;
	line-height: 1.09;
	letter-spacing: 0.06em;
}
#main .price .innerBox td {
	text-align: right;
}
#main .price .innerBox tr:last-child th,
#main .price .innerBox tr:last-child td {
	border-bottom: none;
}
#main .price .textList li {
	padding: 4.3rem 6rem 3.4rem;
	border-radius: 1.6rem;
	background: #CFE8F1;
	line-height: 1.8;
	letter-spacing: 0.06em;
	text-align: justify;
}
#main .price .textList li + li {
	margin-top: 4rem;
}
#main .price .textList .tips {
	font-size: 1.4rem;
}
#main .price .heading {
	margin-bottom: 2.4rem;
	color: #1AA6D5;
	font-size: 2.6rem;
	font-style: normal;
	line-height: 0.923;
	letter-spacing: 0.06em;
	display: inline-block;
}
#main .price .heading span {
	background: linear-gradient(to top,#fff 1rem,transparent 0%);
}
#main .price .heading img {
	margin-right: 1rem;
	width: 2.8rem;
}
#main .price .apply {
	padding: 5.3rem 8rem 6.3rem;
	color: #fff;
	border-radius: 1.6rem;
	line-height: 1.8;
	letter-spacing: 0.06em;
	overflow: hidden;
	position: relative;
	z-index: 1;
	background: url(../img/index/bg15.webp) no-repeat center right / cover;
}
#main .price .apply::before {
	content: "";
	position: absolute;
	left: 1rem;
	right: 1rem;
	top: 1rem;
	bottom: 1rem;
	z-index: -1;
	border-radius: 1.2rem;
	border: 0.2rem solid #fff;
}
#main .price .apply .head {
	margin-bottom: 1.3rem;
	font-size: 2.6rem;
	line-height: 1.47;
	font-weight: 500;
	letter-spacing: 0.06em;
}
#main .price .apply .head .text {
	margin-bottom: 3.6rem;
	width: fit-content;
	display: block;
	transform: rotate(-8.653deg);
	font-size: 2.8rem;
	line-height: 0.85;
	position: relative;
}
#main .price .apply .head .text::after {
	width: 13.3rem;
	height: 6rem;
	position: absolute;
	left: 50%;
	bottom: -3.3rem;
	transform: translateX(-54%) rotate(9deg);
	content: "";
	background: url(../img/index/bg16.webp) no-repeat center top / 100%;
}
#main .price .apply .head .large {
	font-size: 3.8rem;
}
@media all and (min-width: 897px) {
	#main .price .comTtlBox .en {
		margin-bottom: 0.5rem;
		min-width: 24rem;
	}
}
@media all and (max-width: 896px) {
	#main .price {
		margin-bottom: -10.3rem;
		padding-top: 6rem;
	}
	#main .price .posPhoto {
		right: -2rem;
		top: -10.6rem;
		width: 13rem;
	}
	#main .price .comTtlBox .en,
	#main .flowBox .comTtlBox .en {
		margin-bottom: 1.8rem;
	}
	#main .price .innerBox {
		margin-bottom: 4rem;
		padding: 2rem;
		border-radius: 0.8rem;
	}
	#main .price .innerBox .tabBox {
		margin-bottom: 2rem;
		padding: 1rem 2rem;
		border-radius: 0.8rem;
	}
	#main .price .innerBox th,
	#main .price .innerBox td {
		padding: 1.2rem 0.4rem 1.3rem 0;
		font-size: 1.8rem;
		line-height: 1.333;
	}
	#main .price .textList li {
		padding: 3.2rem 2rem 2rem;
		border-radius: 0.8rem;
		line-height: 1.9;
	}
	#main .price .textList li + li {
		margin-top: 2rem;
	}
	#main .price .heading {
		margin-bottom: 1.7rem;
		padding-left: 3.8rem;
		font-size: 1.8rem;
		position: relative;
		line-height: 1.333;
	}
	#main .price .heading img {
		position: absolute;
		left: 0;
		top: -0.2rem;
	}
	#main .price .apply {
		padding: 4rem 3rem 3.5rem;
		border-radius: 0.8rem;
		line-height: 1.9;
		background-image: url(../img/index/bg15_sp.webp);
	}
	#main .price .apply::before {
		border-radius: 0.8rem;
	}
	#main .price .apply .head .text::after {
		width: 9rem;
  		height: 4.3rem;
		bottom: -2.6rem;
	}
	#main .price .apply .head {
		margin-right: -1rem;
		margin-bottom: 1.9rem;
		font-size: 1.8rem;
		line-height: 1.6;
		letter-spacing: 0.104rem;
	}
	#main .price .apply .head .text {
		margin: 0 0.9rem 2.7rem;
		font-size: 2rem;
	}
	#main .price .apply .head .large {
		margin-bottom: -0.4rem;
		display: inline-block;
		font-size: 2.6rem;
	}
}

#main .flowBox {
	padding: 23.8rem 0 14.2rem;
	background: url(../img/index/bg17.webp) no-repeat center top / cover;
}
#main .flowBox .content {
	max-width: 114rem;
	position: relative;
}
#main .flowBox .bigPhoto {
	width: 67.9rem;
	position: absolute;
	left: -56rem;
	top: -47rem;
	pointer-events: none;
}
#main .flowBox .flowUl {
	padding: 5.8rem 4.8rem 4.9rem;
	border-radius: 1.6rem;
	border: 0.2rem solid var(--white, #FFF);
	background: linear-gradient(103deg, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.60) 100%);
	box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.05);
	backdrop-filter: blur(1.5rem);
}
#main .flowBox .flowUl li + li {
	margin-top: 2.7rem;
}
#main .flowBox .head {
	margin-bottom: 1.8rem;
	min-height: 6rem;
	display: flex;
	background: #fff;
	gap: 3rem;
}
#main .flowBox .head span {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
#main .flowBox .head .step {
	min-width: 12rem;
	color: #fff;
	background: #444;
	font-family: "Prompt", sans-serif;
	position: relative;
}
#main .flowBox .head .step::after {
	width: 1.4rem;
	height: 1.4rem;
	content: "";
	position: absolute;
	left: 50%;
	bottom: -0.7rem;
	transform: translateX(-50%) rotate(45deg);
	background: #444;
}
#main .flowBox .head .text {
	flex: 1;
	justify-content: flex-start;
}
#main .flowBox li p {
	font-size: 1.8rem;
	line-height: 1.8;
	letter-spacing: 0.06em;
}
@media all and (min-width: 897px) {
	#main .flowBox .comTtlBox .en {
		margin-bottom: 0.7rem;
		min-width: 24rem;
	}
}
@media all and (max-width: 896px) {
	#main .flowBox {
		padding: 16.2rem 0 9rem;
	}
	#main .flowBox .bigPhoto {
		width: 32.5rem;
		left: -18.4rem;
		top: -9rem;
	}
	#main .flowBox .headLine02 {
		margin-bottom: 3.7rem;
	}
	#main .flowBox .flowUl {
		padding: 2.8rem 1.8rem 3.7rem;
	}
	#main .flowBox .head {
		min-height: 5rem;
		gap: 2rem;
	}
	#main .flowBox .head span {
		font-size: 2rem;
	}
	#main .flowBox .head .step {
		min-width: 10rem;
		font-size: 1.8rem;
		letter-spacing: 0.18rem;
	}
	#main .flowBox li p {
		font-size: 1.4rem;
		line-height: 1.9;
	}
	#main .flowBox .flowUl li + li {
		margin-top: 2.3rem;
	}
}