@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.fvBox {
	padding-top: 13rem;
	padding-bottom: 15.5rem;
	background: url(../img/index/bg01.webp) no-repeat center top / 100% 73rem, url(../img/index/bg02.webp) no-repeat center bottom / 100% 42.6rem;
}
.mainVisual {
	margin: 0 auto 5.8rem;
	width: 145.6rem;
	max-width: 95%;
	position: relative;
}
.mainVisual .mainImg {
	position: relative;
}
.mainVisual .mainImg.sliderList {
	position: relative;
}
.mainVisual .mainImg.sliderList {
	position: relative;
}
.mainVisual .mainImg .sliderItem {
	position: relative;
}
.mainVisual .mainImg img {
	width: 100%;
	display: block;
}
.mainVisual .mainImg .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 5rem;
	height: 5rem;
	background: rgba(255, 255, 255, 0.8);
	border: none;
	border-radius: 50%;
	cursor: pointer;
	font-size: 0;
	transition: all 0.3s;
}
.mainVisual .mainImg .slick-arrow:hover {
	background: rgba(255, 255, 255, 1);
}
.mainVisual .mainImg .slick-prev {
	left: 2rem;
}
.mainVisual .mainImg .slick-prev:before {
	content: '‹';
	font-size: 3rem;
	color: var(--main);
	line-height: 1;
}
.mainVisual .mainImg .slick-next {
	right: 2rem;
}
.mainVisual .mainImg .slick-next:before {
	content: '›';
	font-size: 3rem;
	color: var(--main);
	line-height: 1;
}
.mainVisual .mainImg .slick-dots {
	position: absolute;
	bottom: 2rem;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	gap: 1rem;
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 10;
}
.mainVisual .mainImg .slick-dots li {
	width: 1.2rem;
	height: 1.2rem;
}
.mainVisual .mainImg .slick-dots li button {
	width: 1.2rem;
	height: 1.2rem;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	font-size: 0;
	transition: all 0.3s;
}
.mainVisual .mainImg .slick-dots li.slick-active button {
	background: var(--main);
}
.mainVisual .mainImg .slick-dots li button:before {
	display: none;
}
.mainVisual .smallImg {
	width: 22rem;
	position: absolute;
	left: 0;
	bottom: -1rem;
	z-index: 10;
	pointer-events: none;
}
.mainVisual .smallImg img {
	width: 100%;
}
.mainVisual .subBox {
	width: 83.5%;
	position: absolute;
	left: 50%;
	top: 17.5rem;
	transform: translateX(-50%);
	z-index: 5;
}
.mainVisual .subBox h1 {
	margin-bottom: 2.9rem;
	font-size: 5.6rem;
	font-weight: 700;
	color: var(--main);
	line-height: 1.4;
	letter-spacing: -0.02em;
}
.mainVisual .subBox h1 .sm {
	margin: 0.2rem 0.5rem 0;
	display: block;
	color: var(--base-color);
	font-size: 2.8rem;
	letter-spacing: 0.08em;
}
.mainVisual .subBox .pointImg {
	margin-left: 0.5rem;
}
.mainVisual .subBox .pointImg img {
	width: 55.4rem;
}
.mainVisual .subBox .pointImg .pointList {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem 2rem;
	list-style: none;
	padding: 0;
	margin: 0;
	max-width: 55.4rem;
}
.mainVisual .subBox .pointImg .pointList li {
	position: relative;
	padding: 2rem 2.5rem 2.2rem;
	background: var(--white);
	border-radius: 50%;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 14rem;
	height: 14rem;
	min-width: 14rem;
	min-height: 14rem;
}
.mainVisual .subBox .pointImg .pointList li .icon {
	width: 4rem;
	height: 4rem;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mainVisual .subBox .pointImg .pointList li .icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	
}
.mainVisual .subBox .pointImg .pointList li .text {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.mainVisual .subBox .pointImg .pointList li .text .line1,
.mainVisual .subBox .pointImg .pointList li .text .line2 {
	font-size: 1.4rem;
	font-weight: 700;
	color: var(--base-color);
	letter-spacing: 0.05em;
	line-height: 1.4;
}
.mainVisual .subBox .pointImg .pointList li .text .line2 {
	margin-top: 0.3rem;
	font-size: 1.9rem;;
}
.mainVisual .subBox .pointImg .pointList li .text .line2 .num {
	font-size: 2rem;
	color: var(--main);
	font-weight: 800;
	margin: 0 0.2rem;
}
.news {
	margin: 0 auto;
	width: 110.8rem;
	max-width: 90%;
	display: flex;
	align-items: flex-start;
}
.news h2 {
	padding: 0 2rem 0 5.5rem;
	width: 20.8rem;
	font-size: 4.8rem;
	font-weight: 500;
	color: var(--main);
	line-height: 1;
	letter-spacing: 0.01em;
}
.news h2 .jp {
	margin-top: 0.1rem;
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
	color: var(--base-color);
	letter-spacing: 0;
}
.news .newsList {
	margin-top: 0.3rem;
	flex: 1;
	background: var(--white);
	border-radius: 10rem;
}
.news .newsList li a {
	padding: 1.9rem 5.9rem 1.7rem;
	display: flex;
	font-weight: 700;
	color: var(--base-color);
	background: url(../img/common/icon01.webp) no-repeat right 3.9rem center / 0.8rem;
}
.news .newsList li a .date {
	width: 12rem;
	letter-spacing: 0.06em;
}
.news .newsList li a .txt {
	flex: 1;
	letter-spacing: 0.06em;
}
.fixBtnList {
	width: 15rem;
	display: flex;
	flex-direction: column;
	gap: 1.8rem;
	position: fixed;
	right: 2rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: 50;
}
.fixBtnList li a {
	display: block;
}
.fixBtnList li a img {
	width: 100%;
}
#main {
	position: relative;
	z-index: 0;
	overflow: hidden;
}
#main .info {
	padding: 5.8rem 0 7.5rem;
	width: 124rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .info .bgImg01 {
	width: 20.9rem;
	position: absolute;
	right: -3.9rem;
	top: -12.1rem;
}
#main .info .bgImg01 img {
	width: 100%;
}
#main .info .bgImg02 {
	width: 10rem;
	position: absolute;
	left: -2rem;
	top: -3.4rem;
}
#main .info .bgImg02 img {
	width: 100%;
}
#main .info .mapBox {
	margin-top: 2.8rem;
	width: 50%;
}
#main .info .mapBox img {
	width: 100%;
}
#main .info .textBox {
	width: 46%;
}
#main .info h2 {
	margin: 0 0 1.5rem -0.7rem;
	font-size: 8.2rem;
	font-weight: 800;
	color: var(--sub01);
	letter-spacing: 0.02em;
	line-height: 1;
}
#main .features {
	padding: 17.6rem 0 24.4rem;
	position: relative;
	background: url(../img/index/bg05.webp) no-repeat center top / 100% 47.3rem, url(../img/index/bg07.webp) no-repeat center bottom / 100% 43.3rem;
	z-index: 1;
	overflow-x: hidden;
}
#main .features::after {
	width: 58rem;
	position: absolute;
	right: -7.6rem;
	bottom: 21.3rem;
	aspect-ratio: 1160/1546;
	background: url(../img/index/bg10.webp) no-repeat center top / 100%;
	content: '';
}
#main .features .featuresList {
	margin: 0 0.1rem;
	gap: 8.8rem 3.875%;
}
#main .features .featuresList li {
	width: 30.75%;
	position: relative;
}
#main .features .featuresList li .num {
	margin: 0 0 -4.2rem -14.6%;
	padding: 0.2rem 0.3rem 2.8rem 0;
	width: fit-content;
	min-width: 15rem;
	font-size: 5rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 1;
	color: var(--main);
	text-align: center;
	background: url(../img/index/bg06.webp) no-repeat center bottom / 15rem;
	position: relative;
	z-index: 1;
}
#main .features .featuresList li .num .sm {
	display: block;
	font-size: 2.4rem;
}
#main .features .featuresList li .photo {
	margin-bottom: 3.1rem;
	position: relative;
}
#main .features .featuresList li .photo img {
	width: 100%;
}
#main .features .featuresList li .photo .bg {
	width: 11rem;
	position: absolute;
	right: -5rem;
	top: 1.4rem;
}
#main .features .featuresList li .photo .bg01 {
	right: auto;
	left: -5rem;
	top: auto;
	bottom: 0.6rem;
}
#main .features .featuresList li h3 {
	margin-bottom: 1.5rem;
	text-align: center;
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 1.6;
	color: var(--base-color);
}
#main .features .featuresList li p {
	margin: 0 2.5% 2.8rem;
	text-align: justify;
	line-height: 2.2;
	letter-spacing: -0.03em;
}
#main .bgWrap01 {
	position: relative;
	overflow-y: visible;
}
#main .bgWrap01::before {
	width: 100%;
	height: calc(100% + 40rem);
	position: absolute;
	left: 0;
	top: -20rem;
	background: url(../img/index/bg13.webp) repeat left top / 7.5rem;
	content: '';
}
#main .bgWrap01 .bubble {
	position: absolute;
	user-select: none;
	pointer-events: none;
}
#main .bgWrap01 .bubble01 {
	width: 38rem;
	right: -9rem;
	top: -20.3rem;
	z-index: 2;
}
#main .bgWrap01 .bubble02 {
	width: 26rem;
	right: -6rem;
	top: 10.7rem;
	z-index: 3;
}
#main .bgWrap01 .bubble03 {
	width: 10rem;
	right: -5rem;
	top: 49.1rem;
}
#main .bgWrap01 .bubble04 {
	width: 32rem;
	left: -3.1rem;
	bottom: 15rem;
	z-index: 2;
}
#main .bgWrap01 .bubble05 {
	width: 10rem;
	left: -5rem;
	bottom: 46.6rem;
}
#main .bgWrap01 .bubble06 {
	width: 18rem;
	right: -4.6rem;
	bottom: 50.7rem;
}
#main .bgWrap01 .bubble07 {
	width: 18rem;
	left: -9rem;
	top: 28.8rem;
}
#main .greeting {
	padding: 12.7rem 0 8.3rem;
	position: relative;
	overflow: visible;
	overflow-y: visible;
	height: auto;
	max-height: none;
}
#main .greeting .bg01,
#main .greeting .bg02 {
	will-change: auto;
	transform: none;
}
#main .greeting .bg01 {
	width: 20.7rem;
	position: absolute;
	left: -6.7rem;
	top: -7rem;
	z-index: 3;
}
#main .greeting .bg01 img {
	width: 100%;
}
#main .greeting .bg02 {
	width: 44rem;
	position: absolute;
	right: 11.9rem;
	top: -1.3rem;
}
#main .greeting .bg02 img {
	width: 100%;
}
#main .greeting .headLine01 {
	margin-bottom: 1.1rem;
	position: relative;
	z-index: 1;
}
#main .greeting .headLine01 img {
	height: 15.7rem;
}
#main .greeting .headLine01 .jp {
	margin-top: -0.7rem;
}
#main .greeting .imgBox {
	margin: 0 auto;
	max-width: 120rem;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
#main .greeting .imgBox .photoBox {
	width: 45.7%;
}
#main .greeting .imgBox .photoBox img {
	width: 100%;
}
#main .greeting .imgBox .textBox {
	margin-top: 7.9rem;
	padding-right: 4%;
	width: 50%;
}
#main .greeting .imgBox .textBox h3 {
	margin-bottom: 2.5rem;
	font-weight: 700;
	font-size: 4rem;
	line-height: 1.4;
}
#main .greeting .imgBox .textBox h3 .doctorTitle {
	margin-bottom: 1.5rem;
	padding: 0.8rem 2rem 0.6rem;
	width: fit-content;
	display: block;
	font-size: 1.8rem;
	color: var(--sub02);
	border-radius: 2rem;
	background: var(--sub01);
}
#main .greeting .imgBox .textBox p {
	margin-bottom: 1.9rem;
	text-align: justify;
	line-height: 2.2;
	letter-spacing: -0.04em;
}
#main .worries {
	margin: 0 auto;
	padding: 6.1rem 6rem 5rem;
	max-width: 110rem;
	position: relative;
	border-radius: 3.2rem;
	background: var(--sub01);
	z-index: 1;
}
#main .worries .bg01 img,
#main .worries .bg02 img {
	width: 100%;
}
#main .worries .bg01 {
	width: 10rem;
	position: absolute;
	left: -11.1rem;
	bottom: 0;
}
#main .worries .bg02 {
	width: 14.2rem;
	position: absolute;
	right: -12.4rem;
	top: -5rem;
}
#main .worries h2 {
	margin: 0 auto 2.4rem;
	padding: 0 0.3rem 1.1rem;
	width: fit-content;
	text-align: center;
	color: var(--main);
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.02em;
	border-bottom: 0.2rem dashed var(--main);
}
#main .worries p {
	text-align: center;
	font-size: 1.8rem;
	line-height: 2.2;
	margin-bottom: 2.8rem;
	position: relative;
}
#main .worries .ctaList {
	display: flex;
	justify-content: space-between;
}
#main .worries .ctaList li {
	width: 46.9%;
	min-height: 10rem;
}
#main .worries .ctaList li a {
	width: 100%;
	height: 100%;
	padding: 1rem 5rem 0.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	text-align: center;
	color: var(--white);
	font-weight: 700;
	border-radius: 10rem;
	background: url(../img/common/btn_bg03.webp) no-repeat center center / cover;
}
#main .worries .ctaList li a::after {
	width: 0.8rem;
	position: absolute;
	right: 3.9rem;
	top: 50%;
	transform: translateY(-50%);
	aspect-ratio: 8/12;
	background: url(../img/common/icon02.webp) no-repeat center center / 100%;
	content: '';
}
#main .worries .ctaList li .txt01 {
	font-size: 1.8rem;
	line-height: 1.66;
	letter-spacing: 0.01em;
	display: block;
}
#main .worries .ctaList li .txt02 {
	padding-left: 3.1rem;
	display: block;
	font-size: 3.2rem;
	line-height: 1.2;
	letter-spacing: 0.04em;
	background: url(../img/common/phone.webp) no-repeat left center / 1.9rem;
}
#main .worries .ctaList .web a {
	background-image: url(../img/common/btn_bg04.webp);
}
#main .worries .ctaList .web .txt01 {
	padding-left: 3rem;
}
#main .worries .ctaList .web .txt02 {
	padding-left: 4.1rem;
	font-size: 2.8rem;
	background-image: url(../img/common/online_icon.webp);
	background-size: 2.8rem;
}
#main .treatment {
	margin-top: -8.6rem;
	padding: 20.9rem 0 14.6rem;
	position: relative;
	background: url(../img/index/bg15.webp) no-repeat center center / 100% 100%;
}
#main .treatment::before,
#main .treatment::after {
	width: 100%;
	height: 18rem;
	position: absolute;
	left: 0;
	content: '';
}
#main .treatment::before {
	top: -17.95rem;
	background: url(../img/index/bg14.webp) no-repeat center top / 100% 100%;
}
#main .treatment::after {
	bottom: -17.95rem;
	background: url(../img/index/bg16.webp) no-repeat center top / 100% 100%;
	z-index: 1;
}
#main .treatment .headLine01 {
	margin-bottom: 8.2rem;
	color: var(--white);
}
#main .treatment .headLine01 img {
	mix-blend-mode: initial;
}
#main .treatment .treatList {
	margin: 0 auto 8rem;
	max-width: 120rem;
	gap: 3rem 2.4rem;
}
#main .treatment .treatList li {
	width: calc((100% - 12rem) / 6);
	border-radius: 100%;
	background: var(--white);
	aspect-ratio: 1;
}
#main .treatment .treatList li a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	border-radius: 100%;
	background: url(../img/index/bg19.webp) no-repeat center center / cover;
}
#main .treatment .treatList li a img {
	width: 7.5rem;
}
#main .treatment .treatList li a .txt {
	margin: 0.7rem 0 1.7rem;
	width: 100%;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}
#main .first {
	margin-top: -0.6rem;
	padding-bottom: 33.8rem;
	position: relative;
}
#main .first::after {
	width: 100%;
	height: 60rem;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../img/index/bg21.webp) no-repeat center center / cover;
	content: '';
}
#main .first .content {
	width: 110rem;
	padding: 6.9rem 7rem 6rem;
	position: relative;
	border-radius: 3.2rem;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
	z-index: 2;
}
#main .first h2 {
	margin-bottom: 1.9rem;
	padding-left: 4.2rem;
	color: var(--sub02);
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.4;
	background: url(../img/index/beginner_mark.webp) no-repeat left top 0.5rem / 2.6rem;
}
#main .first p {
	margin-bottom: 3.5rem;
	font-size: 2rem;
	line-height: 2;
	letter-spacing: 0.04em;
}
#main .first p .price {
	color: var(--sub02);
	font-weight: 700;
	letter-spacing: 0.07em;
}
#main .first p .price .num {
	font-size: 2.8rem;
}
#main .first .photo {
	width: 38rem;
	position: absolute;
	right: 4rem;
	bottom: 0;
}
#main .first .photo::before {
	width: 13.8rem;
	position: absolute;
	right: 5.2rem;
	top: -9.2rem;
	aspect-ratio: 276/228;
	background: url(../img/index/bg20.webp) no-repeat center center / 100%;
	content: '';
}
#main .equipment {
	margin-bottom: -4.4rem;
}
#main .equipment {
	position: relative;
	background: var(--white) url(../img/index/bg13.webp) repeat left top / 7.5rem;

	height: auto;
	max-height: none;
}
#main .equipment .bubble {
	position: absolute;
}
#main .equipment .bubble01 {
	width: 38rem;
	right: -10.8rem;
	top: -16.3rem;
	position: absolute;
}
#main .equipment .bubble02 {
	width: 20rem;
	position: absolute;
	right: -10rem;
	top: 12.9rem;
}
#main .equipment .bubble03 {
	width: 10rem;
	position: absolute;
	right: -4rem;
	bottom: 10.9rem;
}
#main .equipment .headLine01 {
	margin-bottom: 10.2rem;
}
#main .equipment .headLine01 img {
	height: 15.7rem;
}
#main .equipment .headLine01 .jp {
	margin-top: -0.6rem;
}
#main .equipment .content {
	padding: 17.9rem 0;
	position: relative;
}
#main .equipment .bgImg {
	width: 28rem;
	position: absolute;
	left: -6.7rem;
	top: -7.5rem;
}
#main .equipment .sliderList {
	margin: 0 auto 5.8rem;
	width: 73rem;
	max-width: 100%;
	position: relative;
	overflow: hidden;
}
#main .equipment .sliderList .slick-list {
	overflow: hidden;
}
#main .equipment .sliderList li {
	padding: 0 5.5rem;
	vertical-align: top;
}
#main .equipment .sliderList li .photo {
	margin-bottom: 4rem;
}
#main .equipment .sliderList li .photo img {
	width: 100%;
}
#main .equipment .sliderList li .textBox {
	margin: 0 3.2%;
}
#main .equipment .sliderList li h3 {
	margin-bottom: 1.7rem;
	text-align: center;
	font-size: 2.8rem;
	line-height: 1.4;
}
#main .equipment .sliderList li p {
	text-align: justify;
	line-height: 2.2;
	letter-spacing: -0.04em;
}
#main .equipment .sliderList .slick-arrow {
	padding: 0;
	width: 1.2rem;
	height: 2.2rem;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 17.3rem;
	display: block;
	background: no-repeat center center / 100%;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	z-index: 5;
}
#main .equipment .sliderList .slick-prev {
	left: 1.6rem;
	background-image: url(../img/common/icon03.webp);
}
#main .equipment .sliderList .slick-next {
	right: 1.6rem;
	background-image: url(../img/common/icon04.webp);
}
@media (hover: hover) {
	.news .newsList li a:hover {
		opacity: 0.65;
	}
	.fixBtnList li a:hover {
		opacity: 0.65;
	}
	#main .worries .ctaList li a:hover {
		opacity: 0.65;
	}
	#main .treatment .treatList li a:hover {
		opacity: 0.65;
	}
	#main .equipment .sliderList .slick-arrow:hover {
		opacity: 0.65;
	}
}
@media all and (min-width: 1025px) {
	.fixBtnList li .txt {
		display: none;
	}
}
@media all and (max-width: 1024px) {
	.fixBtnList {
		width: 100%;
		top: auto;
		bottom: 0;
		right: 0;
		flex-direction: row;
		gap: 0;
		transform: none;
	}
	.fixBtnList li {
		flex: 1;
		 flex-basis: 40%;
	}
	
	.fixBtnList li.line{
		flex: 1;
		 flex-basis: 11%;
		background: #0cc755;

	}
	.fixBtnList li.line a{
	background: none;	
	}
	
	.fixBtnList li.line a img{
	display: inherit;
		height: 100%;
	}
	
	.fixBtnList li a {
		width: 100%;
		height: 5.4rem;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		color: var(--white);
		font-size: 1.8rem;
		font-weight: 700;
		background: url(../img/common/btn_bg03.webp) no-repeat center center / cover;
	}
	.fixBtnList li a img {
		display: none;
	}
	.fixBtnList li a .txt {
		padding-left: 2.2rem;
		display: inline-block;
		background: url(../img/common/phone.webp) no-repeat left center / 1.45rem;
	}
	.fixBtnList .web a {
		background-image: url(../img/common/btn_bg04.webp);
	}
	.fixBtnList .web a .txt {
		padding-left: 3rem;
		padding-top: 0.2rem;
		margin-bottom: 0.2rem;
		background: url(../img/common/online_icon.webp) no-repeat left center / 2.1rem;
	}
}
@media all and (min-width: 897px) and (max-width: 1024px) {
	.fvBox {
		padding-top: 10rem;
		background-size: 100% 50%, 100% 45%;
	}
	.mainVisual .subBox {
		top: 8rem;
	}
	.mainVisual .subBox h1 {
		margin-bottom: 2rem;
		font-size: 4.5rem;
	}
	.mainVisual .subBox h1 .sm {
		font-size: 2.4rem;
	}
	.mainVisual .subBox .pointImg img {
		width: 45rem;
	}
	.mainVisual .subBox .pointImg .pointList {
		gap: 1.2rem 1.5rem;
		max-width: 45rem;
	}
	.mainVisual .subBox .pointImg .pointList li {
		padding: 1.5rem 2rem 1.7rem;
		width: 12rem;
		height: 12rem;
		min-width: 12rem;
		min-height: 12rem;
	}
	.mainVisual .subBox .pointImg .pointList li .icon {
		width: 3.5rem;
		height: 3.5rem;
		margin-bottom: 0.8rem;
	}
	.mainVisual .subBox .pointImg .pointList li .text .line1,
	.mainVisual .subBox .pointImg .pointList li .text .line2 {
		font-size: 1.2rem;
	}
	.mainVisual .subBox .pointImg .pointList li .text .line2 .num {
		font-size: 1.8rem;
	}
	.mainVisual .mainImg .smallImg {
		width: 15rem;
	}
	#main .info h2 {
		font-size: 7rem;
	}
	#main .features .featuresList li h3 {
		font-size: 2.3rem;
	}
	#main .features::after {
		width: 45rem;
	}
	#main .greeting .bg02 {
		width: 30rem;
		right: 0;
	}
	#main .bgWrap01 .bubble01 {
		width: 30rem;
	}
	#main .bgWrap01 .bubble02 {
		width: 20rem;
		top: 5rem;
	}
	#main .bgWrap01 .bubble04 {
		width: 25rem;
		bottom: 30rem;
	}
	#main .worries .ctaList li a {
		padding-left: 3rem;
	}
	#main .worries .ctaList li .txt02 {
		font-size: 3rem;
	}
	#main .treatment .treatList li {
		width: calc((100% - 12rem) / 4);
	}
	#main .first .content {
		padding: 4rem 5rem;
	}
	#main .first .photo {
		width: 30rem;
		right: 1rem;
	}
	#main .first .photo::before {
		width: 12rem;
		top: -12rem;
	}
	#main .equipment .bubble01 {
		width: 34rem;
	}
}
@media all and (max-width: 896px) {
	.fvBox {
		padding-top: 8rem;
		padding-bottom: 6.6rem;
		background: url(../img/index/bg01_sp.webp) no-repeat center top / 100% 100%;
	}
	.mainVisual {
		margin-bottom: 2.7rem;
		width: auto;
		max-width: initial;
		position: relative;
	}
	.mainVisual .mainImg {
		margin: 0 0 2rem;
		position: relative;
	}
	.mainVisual .mainImg .slick-arrow {
		width: 4rem;
		height: 4rem;
	}
	.mainVisual .mainImg .slick-prev {
		left: 1rem;
	}
	.mainVisual .mainImg .slick-prev:before {
		font-size: 2.5rem;
	}
	.mainVisual .mainImg .slick-next {
		right: 1rem;
	}
	.mainVisual .mainImg .slick-next:before {
		font-size: 2.5rem;
	}
	.mainVisual .mainImg .slick-dots {
		bottom: 1rem;
		gap: 0.8rem;
	}
	.mainVisual .mainImg .slick-dots li {
		width: 1rem;
		height: 1rem;
	}
	.mainVisual .mainImg .slick-dots li button {
		width: 1rem;
		height: 1rem;
	}
	.mainVisual .smallImg {
        width: 10rem;
        left: 2rem;
        bottom: 11.8rem;
	}
	.mainVisual .subBox {
		width: auto;
		position: static;
		transform: none;
	}
	.mainVisual .subBox h1 {
		margin: 0;
		width: 100%;
		max-width: 60rem;
		padding: 0 2rem;
		position: absolute;
		left: 50%;
		top: 24.5%;
		font-size: 2.2rem;
		line-height: 1.2;
		transform: translate(-50%, -50%);
	}
	.mainVisual .subBox h1 .sm {
		margin: 0.7rem 0 0;
		font-size: 1.4rem;
	}
	.mainVisual .subBox .pointImg {
		margin: 0 1rem;
		text-align: center;
	}
	.mainVisual .subBox .pointImg img {
		width: 35.4rem;
	}
	.mainVisual .subBox .pointImg .pointList {
		justify-content: center;
		gap: 1rem 1.2rem;
		max-width: 35.4rem;
		margin: 0 auto;
	}
	.mainVisual .subBox .pointImg .pointList li {
		padding: 1.2rem 1.5rem 1.4rem;
		width: 10rem;
		height: 10rem;
		min-width: 10rem;
		min-height: 10rem;
	}
	.mainVisual .subBox .pointImg .pointList li .icon {
		width: 3rem;
		height: 3rem;
		margin-bottom: 0.6rem;
	}
	.mainVisual .subBox .pointImg .pointList li .text .line1,
	.mainVisual .subBox .pointImg .pointList li .text .line2 {
		font-size: 1rem;
	}
	.mainVisual .subBox .pointImg .pointList li .text .line2 .num {
		font-size: 1.5rem;
	}
	.news {
		margin: 0 2rem;
		width: auto;
		max-width: initial;
		display: block;
	}
	.news h2 {
		padding: 0;
		width: auto;
		font-size: 2.8rem;
	}
	.news h2 .jp {
		margin-top: 0.4rem;
		font-size: 1.2rem;
	}
	.news .newsList {
		margin-top: 1.1rem;
	}
	.news .newsList li a {
		padding: 1rem 3rem;
		display: block;
		line-height: 1.45;
		background-position: right 1.9rem center;
	}
	.news .newsList li a .date {
		width: auto;
		display: block;
	}
	#main .info {
		padding: 6.8rem 0 6rem;
		width: auto;
/*		display: block;*/
	}
	#main .info .bgImg01 {
		width: 12rem;
		right: -2rem;
		top: -4rem;
	}
	#main .info .bgImg02 {
		width: 6rem;
		left: 0;
		top: 0.8rem;
	}
	#main .info .mapBox {
		margin: 0 0 2.8rem;
		width: auto;
	}
	#main .info .textBox {
		width: auto;
		margin-top: 20px;
	}
	#main .info h2 {
		margin: 0 -0.4rem -0.9rem;
		text-align: center;
		font-size: 5.6rem;
		letter-spacing: 0.01em;
	}
	#main .info .comInfoBox .timeBox thead th,
	#main .info .comInfoBox .timeBox thead td {
		border-color: var(--sub02);
	}
	#main .info .comInfoBox .timeBox tbody tr:last-child th,
	#main .info .comInfoBox .timeBox tbody tr:last-child td {
		border-color: var(--sub02);
	}
	#main .info .comInfoBox .timeBox tbody td {
		color: var(--sub02);
	}
	#main .info .comInfoBox .timeBox .note .pink {
		color: var(--sub02);
	}
	#main .features {
		padding: 8rem 0 10.5rem;
		background-size: 105% 17.5rem, 105% 15.6rem;
	}
	#main .features::after {
		display: none;
	}
	#main .features .featuresList {
		margin: 0;
		gap: 4.1rem 0;
	}
	#main .features .featuresList li {
		width: 100%;
	}
	#main .features .featuresList li .num {
		margin: 0 0 -1.9rem -3rem;
		padding: 0 0.3rem 2.5rem 0;
		min-width: 11.7rem;
		font-size: 3.3rem;
		background-size: 11.7rem;
	}
	#main .features .featuresList li .num .sm {
		margin-bottom: 0.2rem;
		font-size: 1.8rem;
	}
	#main .features .featuresList li .photo {
		margin: 0 auto 2.6rem;
		width: 88%;
	}
	#main .features .featuresList li .photo .bg {
		width: 8rem;
		right: -3rem;
		top: -2rem;
	}
	#main .features .featuresList li .photo .bg01 {
		right: -3rem;
		left: auto;
		top: -6rem;
		bottom: auto;
	}
	#main .features .featuresList li h3 {
		margin-bottom: 1.1rem;
		font-size: 2rem;
	}
	#main .features .featuresList li p {
		margin: 0 0 3.3rem;
		line-height: 2;
	}
	#main .bgWrap01 .bubble01 {
		width: 12rem;
		right: -6rem;
		top: 19.7rem;
	}
	#main .bgWrap01 .bubble02 {
		width: 8.2rem;
		right: -5rem;
		top: 29.5rem;
	}
	#main .bgWrap01 .bubble03 {
		width: 5.4rem;
		right: -3.9rem;
		top: 46.7rem;
	}
	#main .bgWrap01 .bubble04 {
		width: 10rem;
		bottom: 49.9rem;
	}
	#main .bgWrap01 .bubble05 {
		width: 7rem;
		bottom: 61.3rem;
	}
	#main .bgWrap01 .bubble06 {
		width: 9.8rem;
		right: -5.8rem;
		bottom: auto;
		top: 54.8rem;
	}
	#main .bgWrap01 .bubble07 {
		width: 12rem;
		left: -9rem;
		top: 22.3rem;
	}
	#main .greeting {
		padding: 13.6rem 0 7rem;
	}
	#main .greeting .bg01 {
		width: 12.8rem;
		left: -2rem;
		top: 1.8rem;
	}
	#main .greeting .bg02 {
		width: 18rem;
		right: -4rem;
		top: -0.1rem;
	}
	#main .greeting .headLine01 {
		margin-bottom: 1.6rem;
	}
	#main .greeting .headLine01 img {
		height: 5.8rem;
	}
	#main .greeting .headLine01 .jp {
		margin-top: 0.4rem;
	}
	#main .greeting .imgBox {
		max-width: initial;
		display: block;
	}
	#main .greeting .imgBox .photoBox {
		width: 87.8%;
		margin: 0 auto 3rem;
	}
	#main .greeting .imgBox .textBox {
		margin-top: 0;
		padding: 0;
		width: auto;
	}
	#main .greeting .imgBox .textBox h3 {
		margin-bottom: 1.6rem;
		font-size: 3rem;
	}
	#main .greeting .imgBox .textBox h3 .doctorTitle {
		margin-bottom: 0.8rem;
		padding: 0.8rem 2rem 0.9rem;
		font-size: 1.6rem;
	}
	#main .greeting .imgBox .textBox p {
		margin-bottom: 4.1rem;
		line-height: 2;
	}
	#main .worries {
		padding: 4.1rem 0.5rem 3rem;
		max-width: inherit;
		border-radius: 1.6rem;
	}
	#main .worries .bg01 {
		width: 6rem;
		left: -3.9rem;
		bottom: -4.9rem;
	}
	#main .worries .bg02 {
		width: 8rem;
		right: -5rem;
		top: -6rem;
	}
	#main .worries h2 {
		margin: 0 1.5rem 2rem;
		width: auto;
		padding: 0 0.3rem 1.4rem;
		font-size: 2.4rem;
	}
	#main .worries p {
		margin-bottom: 2.5rem;
		font-size: 1.6rem;
		line-height: 1.68;
	}
	#main .worries .ctaList {
		margin: 0 1.5rem;
		flex-direction: column;
		gap: 2rem 0;
	}
	#main .worries .ctaList li {
		width: 100%;
		min-height: initial;
	}
	#main .worries .ctaList li a {
		padding: 0.5rem 5rem 1rem 3.5rem;
		min-height: 8rem;
	}
	#main .worries .ctaList li a::after {
		right: 3rem;
	}
	#main .worries .ctaList li .txt01 {
		font-size: 1.2rem;
		line-height: 1.4;
	}
	#main .worries .ctaList li .txt02 {
		padding-left: 2.3rem;
		font-size: 2.2rem;
		background-size: 1.6rem;
		letter-spacing: 0.03em;
		line-height: 1.1;
	}
	#main .worries .ctaList .web .txt01 {
		padding-left: 2.7rem;
		margin-top: 0.3rem;
	}
	#main .worries .ctaList .web .txt02 {
		margin-top: -0.4rem;
		padding: 0.3rem 0 0 3.2rem;
		font-size: 2.2rem;
		background-size: 2.6rem;
	}
	#main .treatment {
		margin-top: -7.5rem;
		margin-bottom: -29.6rem;
		padding: 13.7rem 0 35.6rem;
	}
	#main .treatment::before,
	#main .treatment::after {
		height: 4.5rem;
	}
	#main .treatment::before {
		top: -4.5rem;
	}
	#main .treatment::after {
		bottom: -4.5rem;
	}
	#main .treatment .headLine01 {
		margin-bottom: 3.1rem;
	}
	#main .treatment .treatList {
		margin: 0 -0.5rem 6.2rem;
		max-width: initial;
		gap: 1.2rem 1.4rem;
	}
	#main .treatment .treatList li {
		width: calc((100% - 2.8rem) / 3);
	}
	#main .treatment .treatList li a img {
		width: 13.333vw;
	}
	#main .treatment .treatList li a .txt {
		margin: 0.4rem 0 0.1rem;
		font-size: 3.733vw;
	}
	#main .treatment .treatList li a .txt.sm {
		font-size: 1.2rem;
	}
	#main .first {
		margin-top: 0;
		padding-bottom: 8rem;
	}
	#main .first::after {
		height: 16rem;
	}
	#main .first .content {
		padding: 2.9rem 2rem;
		border-radius: 1.6rem;
	}
	#main .first h2 {
		margin: 0 -0.5rem 1.7rem 0;
		padding-left: 3.3rem;
		font-size: 2.4rem;
		background-size: 2.1rem;
		background-position: 0 0;
	}
	#main .first p {
		margin-bottom: 0;
		font-size: 1.8rem;
		line-height: 1.4;
	}
	#main .first p .price .num {
		font-size: 2.4rem;
	}
	#main .first .photo {
		margin: 0 auto;
		padding-left: 0.5rem;
		width: 21.2rem;
		height: 17.1rem;
		padding-top: 2.1rem;
		position: relative;
		right: auto;
		bottom: auto;
		text-align: center;
		overflow: hidden;
	}
	#main .first .photo::before {
		width: 8rem;
		right: 0;
		top: 0;
	}
	#main .first .photo img {
		width: 18.1rem;
	}
	#main .equipment .bubble01 {
		width: 16rem;
		right: -6rem;
		top: -5.3rem;
	}
	#main .equipment .bubble02 {
		width: 8.4rem;
		right: -5.7rem;
		top: 7rem;
	}
	#main .equipment .bubble03 {
		width: 6rem;
		right: -2.6rem;
		bottom: 13.5rem;
	}
	#main .equipment .headLine01 {
		margin-bottom: 2.6rem;
	}
	#main .equipment .headLine01 img {
		height: 5.8rem;
	}
	#main .equipment .headLine01 .jp {
		margin-top: 0.5rem;
	}
	#main .equipment .content {
		padding: 16.7rem 0 12rem;
	}
	#main .equipment .bgImg {
		width: 16rem;
		left: -2rem;
		top: 1.9rem;
	}
	#main .equipment .sliderList {
		margin: 0 0 3.5rem;
		width: auto;
	}
	#main .equipment .sliderList .slick-list {
		overflow: hidden;
	}
	#main .equipment .sliderList li {
		padding: 0 2rem;
	}
	#main .equipment .sliderList li .photo {
		margin-bottom: 4.3rem;
	}
	#main .equipment .sliderList li .textBox {
		margin: 0;
	}
	#main .equipment .sliderList li h3 {
		margin-bottom: 1.7rem;
		font-size: 2rem;
	}
	#main .equipment .sliderList li p {
		line-height: 2;
	}
	#main .equipment .sliderList .slick-arrow {
		width: 1rem;
		height: 1.8rem;
		top: 21.3vw;
		display: block;
	}
	#main .equipment .sliderList .slick-prev {
		left: 0rem;
	}
	#main .equipment .sliderList .slick-next {
		right: 0rem;
	}
	
	#main .info .mapBox{
order: 2;
        width: 100%;
        margin-top: 40px;		
	}	
	
}

li.line{
    width: 50%;
    margin: auto;	
}