@charset "utf-8";

/*------------------------------------------------------------

	index

------------------------------------------------------------*/

#main .mainVisual {

	justify-content: flex-end;

	position: relative;

	align-items: center;

}

#main .mainVisual .posImage {

	width: 18.2rem;

	top: -5.6rem;

	left: calc(50% - 31rem);

	position: absolute;

	z-index: -1;

}

#main .mainVisual .posImage02 {

	width: 24.7rem;

	left: -3.7rem;

	top: 13.8rem;

	position: absolute;

}

#main .mainVisual .slideBox {

	padding: 1px 1px 0 0;

	width: calc(50% + 15.5rem);

	overflow: hidden;

	position: relative;

}

#main .mainVisual .slideBox .slideUl {

	margin: -13.8rem -11.9rem 0 0;

}

#main .dotList button {

	display: none;

}

#main .mainVisual .dotList {

	position: absolute;

	right: 2.1rem;

	top: 50%;

	transform: translateY(-77%);

	z-index: 50;

}

#main .mainVisual .dotList li {

	margin: 1rem 0;

	width: 0.4rem;

	height: 3.6rem;

	border-radius: 0.5rem;

	background-color: var(--color06);

	transition: 0.3s;

	cursor: pointer;

}

#main .mainVisual .dotList .slick-active {

	background: var(--color16);

}

#main .mainVisual .textBox {

	padding: 5.3rem 0 0 2rem;

	width: fit-content;

	flex-shrink: 0;

	font-feature-settings: "palt";

	position: relative;

	z-index: 2;

}

#main .mainVisual .pageTitle {

	margin-bottom: 2.4rem;

	color: var(--color05);

	font-size: 5rem;

	letter-spacing: 0.08em;

	line-height: 1.693;

}

#main .mainVisual .pageTitle small {

	font-size: 3.6rem;

	color: var(--color01);

}

#main .mainVisual .textList li {

	width: 16.2rem;

	aspect-ratio: 1/1;

	display: flex;

	align-items: center;

	justify-content: center;

	flex-direction: column;

	text-align: center;

	font-size: 1.4rem;

	border-radius: 100%;

	color: var(--color06);

	font-weight: 700;

	background: rgba(var(--color02), 0.8);

}

#main .mainVisual .textList p {

	display: flex;

	align-items: center;

	justify-content: center;

}

#main .mainVisual .textList li:nth-child(2) {

	margin-left: -2rem;

	background: rgba(var(--color03), 0.8);

}

#main .mainVisual .textList li:nth-child(3) {

	margin-left: -2rem;

	background: rgba(var(--color04), 0.8);

}

#main .mainVisual .textList .title {

	font-size: 2.2rem;

	letter-spacing: 0.06em;

	color: var(--color05);

}

@media all and (max-width: 896px) {

	#main .mainVisual .slideBox {

		margin: 0;

		width: 100%;

		position: absolute;

		top: 0;

		left: 0;

	}

	#main .mainVisual .slideBox .slideUl {

		margin: -32vw 0 0 5.067vw;

		width: 164vw;

		max-width: 104rem;

	}

	#main .mainVisual .dotList {

		right: 1.4rem;

    	transform: translateY(-53%);

	}

	#main .mainVisual .textBox {

		padding: 82vw 2rem 0;

		width: 100%;

	}

	#main .mainVisual .pageTitle {

		margin-bottom: 1.2rem;

		font-size: 4rem;

		line-height: 1.55;

		letter-spacing: 0.04em;

	}

	#main .mainVisual .pageTitle small {

		font-size: 2.8rem;

	}

	#main .mainVisual .textList {

		margin: 0 auto;

		width: 33.5rem;

	}

	#main .mainVisual .textList .title {

		font-size: 1.652rem;

	}

	#main .mainVisual .textList li {

		width: 12.2rem;

	}

	#main .mainVisual .textList li:nth-child(2),

	#main .mainVisual .textList li:nth-child(3) {

		margin-left: -1.6rem;

	}

	#main .mainVisual .textList p {

		font-size: 1.052rem;

		line-height: 1.499;

	}

	#main .mainVisual .posImage02 {

		width: 15.8rem;

		top: auto;

		bottom: 6rem;

		left: -5.7rem;

	}

}

/* newsBox */

#main .newsBox {

	margin: -0.6rem 0  0.7rem;

}

#main .newsBox .imgBox {

	margin: 0 auto;

	max-width: 136.6rem;

	align-items: center;

}

#main .newsBox .photoBox {

	margin: -5.8rem 0 0 -4rem;

	width: 40.8rem;

	position: relative;

	z-index: 1;

}

#main .newsBox .textBox {

	margin-bottom: 6rem;

	padding: 3.7rem 13.3rem 4.9rem 8.3rem;

	flex: 1;

	position: relative;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	justify-content: space-between;

	column-gap: 2rem;

}

#main .newsBox .posImage {

	width: 26.4rem;

	position: absolute;

	left: -6.5rem;

	top: -17.8rem;

	display: block;

	z-index: -2;

}

#main .newsBox .textBox::after {

	width: 999rem;

	height: 100%;

	content: "";

	position: absolute;

	left: 50%;

	transform: translateX(-50%);

	top: 0;

	background: rgba(var(--color05-rgb), 0.1);

	opacity: 0.4;

	pointer-events: none;

}

#main .newsBox .heading {

	width: 100%;

	font-size: 3.4rem;

	color: var(--color05);

	font-family: "Inter", sans-serif;

}

#main .newsBox .newsList a {

	font-weight: 500;

	display: flex;

	gap: 1.7rem;

	text-decoration: underline;

	font-size: 1.6rem;

	letter-spacing: 0.06em;

	font-feature-settings: "palt";

}

#main .newsBox .newsList {

	flex: 1;

}

@media all and (min-width: 1024px) {

	#main .newsBox .newsList a:hover {

		opacity: 0.6;

	}

}

@media all and (max-width: 896px) {

	#main .newsBox {

		margin: 8vw 0 3rem;

	}

	#main .newsBox .textBox {

		margin: 0;

		padding: 2rem 2rem 3rem;

	}

	#main .newsBox .heading {

		width: fit-content;

	}

	#main .newsBox .newsList {

		order: 3;

		flex: initial;

		width: 100%;

	}

	#main .newsBox .newsList a {

		display: block;

	}

	#main .newsBox .newsList time {

		margin-bottom: 0.3rem;

		display: block;

	}

	#main .newsBox .posImage {

		width: 13.8rem;

		left: auto;

		right: -2.7rem;

		top: -8.8rem;

	}

	#main .newsBox .imgBox {

		max-width: inherit;

	}

}

/* topicBox */

#main .topicBox {

	margin-bottom: 13.3rem;

	position: relative;

}

#main .topicBox .innerBox {

	margin: 0 auto 7.9rem;

	max-width: 84.6rem;

	font-feature-settings: "palt";

	position: relative;

}

#main .topicBox .posImage {

	width: 34.1rem;

	position: absolute;

	right: -32.3rem;

	bottom: -15.7rem;

}

#main .topicBox .posImage02 {

	width: 14.3rem;

	position: absolute;

	right: -29rem;

	top: -3.5rem;

}

#main .topicBox .posImage03 {

	width: 36rem;

	position: absolute;

	left: -14rem;

	bottom: -20.8rem;

}

#main .topicBox .heading {

	margin-bottom: 2.5rem;

	font-size: 3.8rem;

	text-align: center;

	letter-spacing: 0.12em;

}

#main .topicBox .heading span {

	color: var(--color05);

}

#main .topicBox .textList li {

	padding: 1.3rem 5rem 1rem 5.3rem;

	font-size: 2.6rem;

	letter-spacing: 0.06em;

	font-weight: 700;

	border-bottom: 1px solid var(--color05);

	background: url(../img/common/icon01.webp) no-repeat left top 1.4rem / 3.8rem;

}

#main .topicBox .textList span {

	color: var(--color05);

}

#main .topicBox .textList02 {

	gap: 4.299rem;

	position: relative;

	z-index: 1;

}

#main .topicBox .textList02 li {

	padding: 3rem 2.5rem 3.5rem;

	width: calc((100% - 12.9rem) / 4);

	border-radius: 1.8rem;

	background: rgba(var(--color07), 0.8);

	line-height: 1.625;

	font-weight: 500;

	font-feature-settings: "palt";

	text-align: justify;

}

#main .topicBox .textList02 li:nth-child(2n) {

	background: rgba(var(--color08), 0.8);

}

#main .topicBox .textList02 .title {

	margin-bottom: 1.1rem;

	color: var(--color05);

	font-size: 2rem;

	letter-spacing: 0.06em;

}

@media all and (max-width: 896px) {

	#main .topicBox {

		margin-bottom: 5rem;

	}

	#main .topicBox .posImage {

		margin: 0 auto;

		width: 23.8rem;

		position: inherit;

		right: auto;

		bottom: auto;

		z-index: 2;

	}

	#main .topicBox .posImage02 {

		right: calc(50% - 21rem);

		top: 13.3rem;

	}

	#main .topicBox .posImage03 {

		width: 12.7rem;

		top: -0.5rem;

		left: calc(50% - 17rem);

		bottom: auto;

		filter: blur(0.2rem);

	}

	#main .topicBox .heading {

		margin: 1.8rem 0 1rem;

		font-size: 2.4rem;

		line-height: 1.416;

	}

	#main .topicBox .textList li {

		padding: 1.3rem 1rem 1rem 3.3rem;

		font-size: 1.6rem;

		line-height: 1.187;

		background-size: 2.3rem;

		background-position: left top 1.1rem;

	}

	#main .topicBox .innerBox {

		margin-bottom: 4.2rem;

		max-width: inherit;

	}

	#main .topicBox .textList02 {

		display: block;

	}

	#main .topicBox .textList02 li {

		padding-bottom: 2.8rem;

		width: 100%;

		font-size: 1.6rem;

		border-radius: 1.6rem;

	}

	#main .topicBox .textList02 li + li {

		margin-top: 2rem;

	}

}

/* policyBox */

#main .policyBox {

	margin-top: 9rem;

	padding: 12.7rem 0 13.7rem;

	background: var(--color15);

}

#main .policyBox .textBox {

	font-size: 2rem;

	font-weight: 700;

	letter-spacing: 0.12em;

	line-height: 2.2;

	font-feature-settings: "palt";

	position: relative;

	z-index: 1;

}

#main .policyBox .textBox p span {

	color: var(--color05);

}

#main .policyBox .textBox p + p {

	margin-top: 2.4rem;

}

#main .policyBox .content {

	width: 90.4rem;

	position: relative;

}

#main .policyBox .posImage {

	width: 41.6rem;

	height: 41.6rem;

	position: absolute;

	left: -38.7rem;

	top: -15.4rem;

}

#main .policyBox .posImage02 {

	width: 59.7rem;

	height: 59.7rem;

	position: absolute;

	right: -36.5rem;

	top: 5.1rem;

}

@media all and (max-width: 896px) {

	#main .policyBox {

		padding: 3.9rem 0 5rem;

		margin-top: 5.5rem;

	}

	#main .policyBox .textBox {

		font-size: 1.5rem;

		line-height: 2.133;

		letter-spacing: 0.06em;

		text-align: justify;

	}

	#main .policyBox .textBox p + p {

		margin-top: 1.4rem;

	}

	#main .policyBox .posImage {

		width: 10.4rem;

		height: 10.4rem;

		left: -4.5rem;

		top: -6.6rem;

	}

	#main .policyBox .posImage02 {

		width: 18.9rem;

		height: 18.9rem;

		right: -9.4rem;

		top: -5.8rem;

	}

}

/* featureBox */

#main .featureBox,
#sub .featureBox {

	padding: 11.3rem 0 12.5rem;

	background: url(../img/index/bg.webp) no-repeat left calc(50% + 0.3rem) top / auto 100%;

}

#main .featureBox .headLine01,
#sub .featureBox .headLine01 {

	margin: 0 auto 9.4rem;

	max-width: 120rem;

}

#main .featureBox .imgList,
#sub .featureBox .imgList {

	margin-bottom: 11.2rem;

}

#main .featureBox .imgList li,
#sub .featureBox .imgList li {

	padding: 1px 0;

	display: flex;

	position: relative;

	z-index: 1;

	gap: 5.6rem;

	align-items: center;

}

#main .featureBox .imgList li::after,
#sub .featureBox .imgList li::after {

	width: 100%;

	height: 100%;

	content: "";

	position: absolute;

	left: 0;

	top: 0;

	opacity: 0.4;

	background: var(--color17);

	z-index: -1;

}

#main .featureBox .imgList li:nth-child(2n),
#sub .featureBox .imgList li:nth-child(2n) {

	flex-direction: row-reverse;

}

#main .featureBox .imgList li + li,
#sub .featureBox .imgList li + li {

	margin-top: 9.4rem;

}

#main .featureBox .photo,
#sub .featureBox .photo {

	margin: -3.8rem 0;

	width: calc(50% - 11.3rem);

	position: relative;

}

#main .featureBox .photo img,
#sub .featureBox .photo img {

	width: 100%;

}

#main .featureBox .photo .num,
#sub .featureBox .photo .num {

	width: 22.6rem;

	height: 22.6rem;

	display: flex;

	align-items: center;

	justify-content: center;

	font-size: 10rem;

	letter-spacing: 0.04em;

	font-weight: 700;

	color: var(--color06);

	font-family: "Barlow", sans-serif;

	background: rgba(var(--color02), 0.8);

	border-radius: 100%;

	position: absolute;

	right: 29.8rem;

	bottom: -2.8rem;

}

#main .featureBox .photo .num::before,
#sub .featureBox .photo .num::before {

	content: "";

	position: absolute;

	left: 0.8rem;

	top: 0.8rem;

	right: 0.8rem;

	bottom: 0.8rem;

	border-radius: 100%;

	border: 1px solid var(--color06);

	pointer-events: none;

}

#main .featureBox .textBox,
#sub .featureBox .textBox {

	max-width: 60.8rem;

	flex: 1;

	text-align: justify;

	font-feature-settings: "palt";

}

#main .featureBox .title,
#sub .featureBox .title {

	margin-bottom: 1.5rem;

	font-size: 2.4rem;

	letter-spacing: 0.06em;

	position: relative;

}

#main .featureBox .title::before,
#sub .featureBox .title::before {

	height: 1px;

	content: "";

	position: absolute;

	right: calc(100% + 1.3rem);

	left: -15.4rem;

	top: 50%;

	transform: translateY(-50%);

	background: var(--color05);

}

#main .featureBox .title > span,
#sub .featureBox .title > span {

	padding-right: 1rem;

	position: relative;

}

#main .featureBox .title .col,
#sub .featureBox .title .col {

	color: var(--color05);

}

#main .featureBox p,
#sub .featureBox p {

	line-height: 2;

	letter-spacing: 0.02em;

	font-weight: 500;

}

#main .featureBox li:nth-child(2n) .title::before,
#sub .featureBox li:nth-child(2n) .title::before {

	display: none;

}

#main .featureBox li:nth-child(2n) .photo .num,
#sub .featureBox li:nth-child(2n) .photo .num {

	right: auto;

	left: 29.3rem;

	background: rgba(var(--color03), 0.8);

}

#main .featureBox li:nth-child(3n) .photo .num,
#sub .featureBox li:nth-child(3n) .photo .num {

	background: rgba(var(--color04), 0.8);

}

@media all and (min-width: 897px) {

	#main .featureBox li:nth-child(2n) .title,
	#sub .featureBox li:nth-child(2n) .title {

		margin-right: -15.2rem;

		padding-right: -15.2rem;

		overflow: hidden;

	}

	#main .featureBox li:nth-child(2n) .title > span::before,
	#sub .featureBox li:nth-child(2n) .title > span::before {

		height: 1px;

		content: "";

		position: absolute;

		left: calc(100% + 1rem);

		right: -999rem;

		top: 50%;

		transform: translateY(-50%);

		background: var(--color05);

	}

}

@media all and (max-width: 896px) {

	#main .featureBox,
	#sub .featureBox {

		padding: 4.8rem 0 5.8rem;

		background: url(../img/index/bg_sp.webp) no-repeat center top / cover;

	}

	#main .featureBox .headLine01,
	#sub .featureBox .headLine01 {

		margin: 0 2rem 5.6rem;

	}

	#main .featureBox .imgList li,
	#sub .featureBox .imgList li {

		padding-bottom: 2.4rem;

		display: block;

	}

	#main .featureBox .photo,
	#sub .featureBox .photo {

		margin: -2.3rem 0 0;

    	width: 91.2%;

	}

	#main .featureBox .textBox,
	#sub .featureBox .textBox {

		margin: 2.6rem 1.6rem 0;

		max-width: inherit;

	}

	#main .featureBox .title,
	#sub .featureBox .title {

		margin-bottom: 0.5rem;

		font-size: 1.8rem;

	}

	#main .featureBox .title::before,
	#sub .featureBox .title::before {

		display: none;

	}

	#main .featureBox p,
	#sub .featureBox p {

		font-size: 1.4rem;

	}

	#main .featureBox .imgList li + li,
	#sub .featureBox .imgList li + li {

		margin-top: 4rem;

	}

	#main .featureBox .imgList li:nth-child(2n) .photo,
	#sub .featureBox .imgList li:nth-child(2n) .photo {

		margin-left: auto;

	}

	#main .featureBox .photo .num,
	#sub .featureBox .photo .num {

		width: 10rem;

		height: 10rem;

		font-size: 4.4rem;

		right: auto;

		left: 2rem;

		bottom: -1.8rem;

	}

	#main .featureBox .photo .num::before,
	#sub .featureBox .photo .num::before {

		left: 0.4rem;

		top: 0.4rem;

		right: 0.4rem;

		bottom: 0.4rem;

	}

	#main .featureBox li:nth-child(2n) .photo .num,
	#sub .featureBox li:nth-child(2n) .photo .num {

		left: auto;

		right: 2rem;

	}

	#main .featureBox .imgList,
	#sub .featureBox .imgList {

		margin-bottom: 3rem;

	}

}

/* doctorBox */

#main .doctorBox {

	padding: 10.8rem 0 11.3rem;

	position: relative;

	z-index: 1;

	background: var(--color18);

}

#main .doctorBox::after {

	width: 100%;

	height: 100%;

	content: "";

	position: absolute;

	left: 0;

	top: 0;

	z-index: -1;

	pointer-events: none;

	opacity: 0.14;

	mix-blend-mode: luminosity;

	background: url(../img/index/bg02.webp) no-repeat center top / cover;

}

#main .doctorBox .imgBox {

	gap: 8rem;

	flex-direction: row-reverse;

}

#main .doctorBox .photo {

	margin: 6.6rem 0.5rem 0 0;

	width: 53.9rem;

	position: relative;

	z-index: 1;

}

#main .doctorBox .photo .posImg {

	display: block;

	position: absolute;

	width: 25.3rem;

	right: -8.4rem;

	top: -4.9rem;

	z-index: -1;

}

#main .doctorBox .photo .posImg02 {

	display: block;

	width: 15.6rem;

	left: 1.5rem;

	bottom: 4.1rem;

	position: absolute;

	z-index: -1;

}

#main .doctorBox .textBox {

	flex: 1;

	text-align: justify;

}

#main .doctorBox .headLine01 {

	margin: 0 -4rem 6.6rem 0;

}

#main .doctorBox .infoTxt {

	margin-bottom: 1.4rem;

	color: var(--color05);

	font-size: 1.8rem;

	font-weight: 700;

	letter-spacing: 0.06em;

}

#main .doctorBox .infoTxt .name {

	font-size: 4.4rem;

	letter-spacing: 0.12em;

	display: block;

}

#main .doctorBox p:not(.infoTxt) {

	line-height: 2;

	font-weight: 500;

}

#main .doctorBox .comBtn02 a {

	margin: 4rem 0 0;

}

@media all and (max-width: 896px) {

	#main .doctorBox {

		padding: 4.5rem 0 5.7rem;

	}

	#main .doctorBox .headLine01 {

		margin: 0 0 2rem;

	}

	#main .doctorBox .imgBox {

		display: block;

	}

	#main .doctorBox .photo {

		margin: -3.3rem auto 18px;

		width: 29.6rem;

	}

	#main .doctorBox .photo .posImg {

		width: 15.3rem;

		right: -6.6rem;

		top: -2.3rem;

	}

	#main .doctorBox .photo .posImg02 {

		width: 9.4rem;

		left: -2.4rem;

		bottom: -1.9rem;

	}

	#main .doctorBox .infoTxt {

		text-align: center;

	}

	#main .doctorBox .infoTxt {

		margin-bottom: 0.4rem;

		font-size: 1.2rem;

		letter-spacing: 0;

	}

	#main .doctorBox .infoTxt .name {

		font-size: 2.8rem;

	}

	#main .doctorBox p:not(.infoTxt) {

		font-size: 1.4rem;

	}

	#main .doctorBox .comBtn02 a {

		margin: 2.7rem auto 0;

	}

}

/* treatment */

#main .treatment,
#sub .treatment {

	padding: 11.2rem 0 9rem;

}

#main .treatment .headLine01,
#sub .treatment .headLine01 {

	margin-bottom: 4.8rem;

}

#main .treatment .content,
#sub .treatment .content {

	width: 123.6rem;

}

#main .treatment .innerBox,
#sub .treatment .innerBox {

	padding: 9.8rem 6.8rem 7rem;

	background: linear-gradient(45deg,rgba(var(--color06-rgb),0.2) 30%,var(--color05) 100%);

	border-radius: 2rem;

	position: relative;

	z-index: 1;

}

#main .treatment .innerBox::after,
#sub .treatment .innerBox::after {

	width: 100%;

	height: 100%;

	content: "";

	position: absolute;

	left: 0;

	top: 0;

	border-radius: 2rem;

	background: url(../img/common/noise.webp) repeat left top ;

	mix-blend-mode: plus-lighter;

	z-index: -1;

}

#main .treatment .image,
#sub .treatment .image {

	border-radius: 100%;

	aspect-ratio: 1/1;

}

#main .treatment .image img,
#sub .treatment .image img {

	width: 100%;

	height: 100%;

	object-fit: cover;

}

#main .treatment .list01,
#sub .treatment .list01 {

	margin-bottom: 6.1rem;

}

#main .treatment .list01 li,
#sub .treatment .list01 li {

	width: calc(50% - 2.8rem);

	border-radius: 2rem;

	background: #fff;

}

#main .treatment .list01 a,
#sub .treatment .list01 a {

	padding: 1px;

	display: flex;

	align-items: flex-start;

	font-size: 1.4rem;

	font-weight: 500;

	letter-spacing: 0.04em;

	line-height: 1.714;

}

#main .treatment .list01 .image,
#sub .treatment .list01 .image {

	margin: -6.5rem 0 0 -3.9rem;

	width: 28.2rem;

}

#main .treatment .list01 .textBox,
#sub .treatment .list01 .textBox {

	padding: 2.9rem 2.3rem;

	flex: 1;

}

#main .treatment .list01 .title,
#sub .treatment .list01 .title {

	margin-bottom: 1.2rem;

	color: var(--color05);

	font-size: 2.4rem;

	letter-spacing: 0.06em;

	line-height: 1.5;

	position: relative;

}

#main .treatment .list01 .title::after,
#sub .treatment .list01 .title::after {

	width: 2.6rem;

	height: 2.6rem;

	content: "";

	position: absolute;

	right: 0.7rem;

	bottom: 0.2rem;

	border-radius: 100%;

	border: 1px solid rgba(var(--color05-rgb),0.2);

	transition: 0.3s;

	background: url(../img/common/arrow_icon01.webp) no-repeat center center / 1rem;

}

#main .treatment .list01 .title small,
#sub .treatment .list01 .title small {

	margin-bottom: 0.2rem;

	display: block;

	font-size: 1.6rem;

}

#main .treatment .list02,
#sub .treatment .list02 {

	margin: 0 auto 4.8rem;

	width: 100rem;

	gap: 3.6rem 2.5rem;

}

#main .treatment .list02 li,
#sub .treatment .list02 li {

	width: calc((100% - 12.5rem) / 6);

}

#main .treatment .list02 a,
#sub .treatment .list02 a {

	display: block;

	font-weight: 700;

	text-align: center;

	letter-spacing: 0.1em;

}

#main .treatment .list02 .image,
#sub .treatment .list02 .image {

	margin-bottom: 1.2rem;

	display: flex;

	align-items: center;

	justify-content: center;

	transition: 0.3s;

	background: rgba(var(--color06-rgb),0.7);

}

#main .treatment .list02 .image img,
#sub .treatment .list02 .image img {

	width: 10rem;

	height: auto;

	object-fit: contain;

	transition: 0.3s;

}

#main .treatment .list02 .image img.hoverImg,
#sub .treatment .list02 .image img.hoverImg {

	display: none;

}

@media all and (min-width: 1024px) {

	#main .treatment .list02 a:hover .image,
	#sub .treatment .list02 a:hover .image {

		background: rgba(var(--color16-rgb),0.7);

	}

	#main .treatment .list02 a:hover .image img,
	#sub .treatment .list02 a:hover .image img {

		display: none;

	}

	#main .treatment .list02 a:hover .image .hoverImg,
	#sub .treatment .list02 a:hover .image .hoverImg {

		display: block;

	}

	#main .treatment .list01 a:hover .title::after,
	#sub .treatment .list01 a:hover .title::after {

		background-image: url(../img/common/arrow_icon.webp);

		background-color: var(--color16);

		border-color: var(--color16);

	}

}

@media all and (max-width: 896px) {

	#main .treatment,
	#sub .treatment {

		padding: 4.8rem 0 4rem;

	}

	#main .treatment .headLine01,
	#sub .treatment .headLine01 {

		margin-bottom: 2rem;

	}

	#main .treatment .headLine01 .en,
	#sub .treatment .headLine01 .en {

		font-size: 5.6rem;

		min-height: 5.6rem;

		letter-spacing: -0.1em;

		max-width: 100%;

		box-sizing: border-box;

	}

	#main .treatment .innerBox,
	#sub .treatment .innerBox {

		padding: 2.2rem 2rem 3.6rem;

		border-radius: 1.2rem;

		background: linear-gradient(45deg,rgba(var(--color06-rgb),0.2) 20%,var(--color05) 100%);

	}

	#main .treatment .innerBox::after,
	#sub .treatment .innerBox::after {

		border-radius: 1.2rem;

	}

	#main .treatment .list01,
	#sub .treatment .list01 {

		margin-bottom: 2.4rem;

		display: block;

	}

	#main .treatment .list01 li,
	#sub .treatment .list01 li {

		width: 100%;

		border-radius: 1.2rem;

	}

	#main .treatment .list01 li + li,
	#sub .treatment .list01 li + li {

		margin-top: 1.5rem;

	}

	#main .treatment .list01 .image,
	#sub .treatment .list01 .image {

		margin: 0.5rem 0 0 -3.2rem;

		width: 14.3rem;

	}

	#main .treatment .list01 .title small,
	#sub .treatment .list01 .title small {

		font-size: 1rem;

	}

	#main .treatment .list01 .title,
	#sub .treatment .list01 .title {

		margin-bottom: 0.1rem;

		font-size: 1.6rem;

	}

	#main .treatment .list01 .textBox,
	#sub .treatment .list01 .textBox {

		padding: 1.5rem 1.1rem 1.8rem 1.1rem;

		text-align: justify;

		letter-spacing: 0;

	}

	#main .treatment .list01 p,
	#sub .treatment .list01 p {

		font-size: 1.2rem;

		line-height: 1.666;

	}

	#main .treatment .list01 .title::after,
	#sub .treatment .list01 .title::after {

		width: 1.5rem;

		height: 1.5rem;

		right: -0.6rem;

		bottom: -0.3rem;

		position: inherit;

		display: inline-block;

		background-size: 0.7rem;

	}

	#main .treatment .list02,
	#sub .treatment .list02 {

		margin-bottom: 2rem;

		width: auto;

		gap: 0.9rem 1.5rem;

	}

	#main .treatment .list02 li,
	#sub .treatment .list02 li {

		width: calc((100% - 3rem) / 3);

	}

	#main .treatment .list02 .image,
	#sub .treatment .list02 .image {

		margin-bottom: 0.7rem;

	}

	#main .treatment .list02 a,
	#sub .treatment .list02 a {

		font-size: 2.56vw;

	}

	#main .treatment .list02 .image img,
	#sub .treatment .list02 .image img {

		width: 68%;

	}

}

/* priceBox */

#main .priceBox {

	padding: 3.6rem 0 5rem;

	position: relative;

	z-index: 2;

}

#main .priceBox .headLine01 {

	margin-bottom: 0;

}

#main .priceBox::after {

	width: 100%;

	height: 100%;

	content: "";

	position: absolute;

	left: 0;

	top: 0;

	background: #E1EAF3;

	z-index: -1;

	clip-path: polygon(0 16.6rem, 100% 0%, 100% calc(100% - 16.6rem), 0% 100%);

}

#main .priceBox .titleBox {

	margin-bottom: 5.4rem;

	width: 110rem;

	display: flex;

	align-items: flex-start;

	justify-content: space-between;

}

#main .priceBox .titleBox .textBox {

	margin: 1.8rem 0 1.8rem 4rem;

	width: 63rem;

	font-size: 2rem;

	font-weight: 700;

	line-height: 1.95;

	letter-spacing: 0.06em;

}

#main .priceBox .titleBox p span {

	font-size: 2.6rem;

	color: var(--color05);

	line-height: 1;

}

#main .priceBox .titleBox .tips {

	margin-top: 0.5rem;

	font-size: 1.6rem;

	font-weight: 500;

	text-indent: -1.6rem;

	padding-left: 1.6rem;

}

#main .priceBox .titleBox .tips::before {

	content: "※";

}

#main .priceBox .imgList {

	margin-bottom: 7.8rem;

	display: flex;

	gap: 3.7rem;

}

#main .priceBox .imgList li {

	width: 26.6rem;

	flex-shrink: 0;

	border-radius: 1rem;

	overflow: hidden;

	aspect-ratio: 236/330;

}

#main .priceBox .imgList li img {

	width: 100%;

	height: 100%;

	object-fit: cover;

}

#main .priceBox .content03 {

	overflow: hidden;

}

#main .priceBox .heading {

	margin: 0 auto 7rem;

	width: fit-content;

	text-align: center;

	font-size: 3.1rem;

	letter-spacing: 0.06em;

	position: relative;

}

#main .priceBox .heading::before,

#main .priceBox .heading::after {

	content: "";

	height: 1px;

	position: absolute;

	left: calc(100% + 2.3rem);

	right: -999rem;

	top: 50%;

	transform: translateY(-50%);

	background: var(--color05);

}

#main .priceBox .heading::after {

	left: -999rem;

	right: calc(100% + 2.3rem);

}

#main .priceBox .heading span {

	color: var(--color05);

}

#main .priceBox .list02 li {

	padding: 1px 4rem 3.5rem;

	width: calc(50% - 2.8rem);

	border-radius: 1rem;

	background-color: #fff;

}

#main .priceBox .list02 .image {

	margin: -4.3rem auto 2.2rem;

	padding: 0.5rem;

	width: 28rem;

	height: 28rem;

	aspect-ratio: 1/1;

	border-radius: 100%;

	overflow: hidden;

	border: 1px solid var(--color16);

}

#main .priceBox .list02 img {

	width: 100%;

	height: 100%;

	object-fit: cover;

}

#main .priceBox .list02 .title {

	margin-bottom: 1.5rem;

	font-size: 2.4rem;

	line-height: 1.416;

	letter-spacing: 0.06em;

	display: flex;

	align-items: center;

	justify-content: center;

	text-align: center;

}

#main .priceBox .list02 .title span span {

	color: var(--color05);

}

#main .priceBox .list02 p {

	line-height: 2;

	font-weight: 500;

	letter-spacing: 0.04em;

	text-align: justify;

}

#main .priceBox .text {

	margin: 4rem 0 7rem;

	font-size: 2.2rem;

	line-height: 1.727;

	font-weight: 700;

	text-align: center;

	letter-spacing: 0.08em;

}

#main .priceBox .text span {

	color: var(--color05);

}

@media all and (max-width: 896px) {

	#main .priceBox .titleBox {

		margin-bottom: 2rem;

		display: block;

	}

	#main .priceBox .titleBox .textBox {

		margin: 2.9rem 0 0;

		width: auto;

		font-size: 1.4rem;

		line-height: 1.671;

		text-align: justify;

	}

	#main .priceBox .titleBox p span {

		font-size: 1.56rem;

	}

	#main .priceBox .titleBox .tips {

		padding-left: 1.2rem;

		font-size: 1.2rem;

		text-indent: -1.2rem;

	}

	#main .priceBox .imgList {

		margin-bottom: 3rem;

		gap: 1.5rem;

	}

	#main .priceBox .imgList li {

		width: 12.4rem;

		aspect-ratio: 124/154;

		border-radius: 0.4rem;

	}

	#main .priceBox .heading {

		margin-bottom: 4.3rem;

		font-size: 2rem;

	}

	#main .priceBox .list02 {

		display: block;

	}

	#main .priceBox .list02 li {

		padding: 1px 2rem 2.2rem;

		width: 100%;

	}

	#main .priceBox .list02 li + li {

		margin-top: 4rem;

	}

	#main .priceBox .list02 .image {

		margin: -2.5rem auto 1.4rem;

		padding: 0.3rem;

		width: 16.8rem;

		height: 16.8rem;

	}

	#main .priceBox .list02 .title {

		margin-bottom: 1rem;

		font-size: 1.8rem;

	}

	#main .priceBox .list02 p {

		font-size: 1.4rem;

		line-height: 1.714;

	}

	#main .priceBox .text {

		margin: 3rem -1rem 3.3rem;

		font-size: 1.8rem;

		line-height: 1.666;

		letter-spacing: 0.02em;

	}

	#main .priceBox {

		padding: 1rem 0;

	}

	#main .priceBox::after {

		height: auto;

		bottom: 2.3rem;

		clip-path: polygon(0 4.5rem, 100% 0%, 100% calc(100% - 4.5rem), 0% 100%);

	}

}

#main .bgBox {

	padding-bottom: 3.1rem;

	position: relative;

	z-index: 1;

}

#main .bgBox::after {

	width: 100%;

	top: -23rem;

	bottom: -10rem;

	content: "";

	position: absolute;

	z-index: -1;

	left: 0;

	pointer-events: none;

	background: url(../img/index/bg04.webp) no-repeat center top / cover;

}

@media all and (max-width: 896px) {

	#main .bgBox {

		padding-bottom: 6rem;

	}

	#main .bgBox::after {

		bottom: -12rem;

	}

}

/* equipment */

#main .equipment {

	padding: 8rem 0 9.7rem;

}

#main .equipment .headLine01 {

	margin: 0 auto 13rem;

	width: fit-content;

}

#main .equipment .headLine01 .en {

	letter-spacing: 0.03em;

}

#main .equipment .imgBox {

	background: url(../img/index/icon.webp) no-repeat center top 8.3rem / 100% 21.5rem;

}

#main .equipment .imgBox .photo {

	margin: 0 7rem;

	width: 41.2rem !important;

	height: 41.2rem;

	display: block !important;

	aspect-ratio: 1/1;

	overflow: hidden;

	border-radius: 100%;

	transform: none;

	top: 0;

	transition: all ease 0.8s;

	background: #fff;

}

#main .equipment .imgBox .slick-slide {

	position: relative;

}

#main .equipment .imgBox .photo img {

	filter: blur(0.8rem);

	transition: all ease 0.8s;

	width: 100%;

	height: 100%;

	object-fit: cover;

}

#main .equipment .imgBox .slick-active .photo {

	padding: 0.8rem;

	filter: blur(0);

	transform: scale(1.31) translateY(-9rem);

	border: 1px solid var(--color16);

	position: relative;

	top: 0;

}

#main .equipment .imgBox .slick-active .photo img {

	filter: blur(0);

}

#main .equipment .imgBox img {

	width: 100%;

	height: 100%;

	object-fit: cover;

}

#main .equipment .imgBox .slick-list {

	overflow: visible;

}

#main .equipment .textList {

	margin: 0 auto;

	width: 85.8rem;

}

#main .equipment .textList .heading {

	margin-bottom: 1.5rem;

	text-align: center;

	font-size: 2rem;

	color: var(--color05);

	letter-spacing: 0.06em;

}

#main .equipment .textList p {

	line-height: 2;

	font-weight: 500;

}

#main .equipment .dotList {

	margin-top: 3.5rem;

	display: flex;

	justify-content: center;

	gap: 1rem;

}

#main .equipment .dotList li {

	width: 3.6rem;

	height: 0.4rem;

	border-radius: 0.6rem;

	background: var(--color05);

	opacity: 0.2;

	transition: 0.3s;

	cursor: pointer;

}

#main .equipment .dotList .slick-active {

	opacity: 1;

}

@media all and (min-width: 1024px) {

	#main .equipment .dotList li:hover {

		opacity: 1;

	}

}

@media all and (max-width: 896px) {

	#main .equipment {

		padding: 3.7rem 0 5.7rem;

	}

	#main .equipment .headLine01 {

		margin: 0 2rem 7rem;

	}

	#main .equipment .headLine01 .en {

		letter-spacing: -0.02em

	}

	#main .equipment .imgBox {

		margin-bottom: 4.4rem;

  		background: url(../img/index/icon.webp) no-repeat center top 10rem / 100% 2.5rem; 

	}

	#main .equipment .imgBox .photo {

		margin: 0 4rem;

		width: 24.6rem !important;

		height: 24.6rem;

	}

	#main .equipment .imgBox .slick-active .photo {

		padding: 0.3rem;

		transform: scale(1.31) translateY(-1.5rem);

	}

	#main .equipment .textList {

		padding: 0 2rem;

		width: auto;

		font-size: 1.4rem;

		letter-spacing: 0;

	}

	#main .equipment .textList .heading {

		margin-bottom: 1rem;

		font-size: 1.8rem;

		letter-spacing: 0;

	}

	#main .equipment .dotList {

		margin-top: 1.9rem;

		gap: 0.6rem;

	}

	#main .equipment .dotList li {

		width: 2.2rem;

		height: 0.2rem;

	}

}
/* news modal */
.newsModal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
}

.newsModal[hidden] {
	display: none !important;
}

.newsModal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(25, 30, 46, 0.55);
	cursor: pointer;
}

.newsModal__dialog {
	position: relative;
	z-index: 1;
	width: min(68rem, 100%);
	max-height: calc(100vh - 4rem);
	overflow: auto;
	background: #fff;
	border-radius: 1.6rem;
	box-shadow: 0 1.2rem 4rem rgba(3, 80, 157, 0.2);
}

.newsModal__close {
	position: sticky;
	top: 1.2rem;
	float: right;
	margin: 1.2rem 1.2rem 0 0;
	width: 3.6rem;
	height: 3.6rem;
	border: 0;
	border-radius: 50%;
	background: var(--color13);
	cursor: pointer;
	z-index: 2;
}

.newsModal__close::before,
.newsModal__close::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1.6rem;
	height: 0.2rem;
	background: var(--color05);
}

.newsModal__close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.newsModal__close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.newsModal__body {
	padding: 3.2rem 3.6rem 3.6rem;
	clear: both;
}

.newsModal__label {
	margin: 0 0 0.8rem;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	color: var(--color05);
}

.newsModal__title {
	margin: 0 0 1.2rem;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.06em;
	color: var(--color01);
}

.newsModal__lead {
	margin: 0 0 2rem;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.7;
	color: var(--color05);
}

.newsModal__figure {
	margin: 0 0 2.4rem;
	border-radius: 1.2rem;
	overflow: hidden;
}

.newsModal__zoomBtn {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: zoom-in;
	position: relative;
	line-height: 0;
}

.newsModal__figure img {
	width: 100%;
	height: auto;
	display: block;
}

.newsModal__zoomHint {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	padding: 0.5rem 1rem;
	border-radius: 2rem;
	background: rgba(3, 80, 157, 0.88);
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.4;
	pointer-events: none;
}

/* image zoom lightbox */
.imageZoom {
	position: fixed;
	inset: 0;
	z-index: 10010;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
}

.imageZoom[hidden] {
	display: none !important;
}

.imageZoom__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.82);
	cursor: zoom-out;
}

.imageZoom__close {
	position: absolute;
	top: 1.6rem;
	right: 1.6rem;
	z-index: 2;
	width: 4rem;
	height: 4rem;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	cursor: pointer;
}

.imageZoom__close::before,
.imageZoom__close::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1.8rem;
	height: 0.2rem;
	background: var(--color05);
}

.imageZoom__close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.imageZoom__close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.imageZoom__stage {
	position: relative;
	z-index: 1;
	max-width: min(110rem, 100%);
	max-height: calc(100vh - 4rem);
	overflow: auto;
	border-radius: 0.8rem;
	line-height: 0;
}

.imageZoom__stage img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.newsModal__section {
	margin-bottom: 2rem;
}

.newsModal__section h3 {
	margin: 0 0 0.8rem;
	padding-bottom: 0.4rem;
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--color05);
	border-bottom: 1px solid var(--color13);
}

.newsModal__section ul {
	margin: 0;
	padding: 0 0 0 1.4rem;
}

.newsModal__section li {
	margin-bottom: 0.6rem;
	font-size: 1.5rem;
	line-height: 1.7;
	letter-spacing: 0.04em;
}

.newsModal__section p {
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.8;
}

.newsModal__note {
	margin-top: 0.8rem !important;
	font-weight: 700;
	color: var(--color05);
}

.newsModal__actions {
	margin-top: 2.4rem;
	text-align: center;
}

.newsModal__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 16rem;
	height: 4.4rem;
	padding: 0 2.4rem;
	border: 0;
	border-radius: 3rem;
	background: var(--color05);
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	cursor: pointer;
}

@media all and (max-width: 896px) {
	.newsModal {
		padding: 1.2rem;
		align-items: flex-end;
	}

	.newsModal__dialog {
		width: 100%;
		max-height: calc(100vh - 2.4rem);
		border-radius: 1.2rem 1.2rem 0 0;
	}

	.newsModal__body {
		padding: 1.6rem 2rem 2.8rem;
	}

	.newsModal__title {
		font-size: 2rem;
	}

	.newsModal__lead,
	.newsModal__section li,
	.newsModal__section p {
		font-size: 1.4rem;
	}
}
